HTML Entities
Some characters are reserved in HTML.
It is not possible to use the less than () signs in your text, because the browser will mix them with tags.
To actually display reserved characters, we must use character entities ...
分类:
Web程序 时间:
2014-08-27 18:54:08
阅读次数:
304
1A! This is actually a basic question in Combinatorics: if at digit[k] = n, it contributes (k-1)! * n to the targeted index.class Solution {public: .....
分类:
其他好文 时间:
2014-08-19 14:22:04
阅读次数:
169
Exploring how many bags offer of designer names such as Prada and Gucci have. Actually, I wonder how they get affordable designer handbags and wallets...
分类:
其他好文 时间:
2014-08-18 12:21:34
阅读次数:
405
Problem Description
In the game of DotA, Pudge’s meat hook is actually the most horrible thing for most of the heroes. The hook is made up of several consecutive metallic sticks which are of the same...
分类:
其他好文 时间:
2014-08-13 18:59:07
阅读次数:
226
It is not as easy as I thought it to be, mostly because of time\space limitation. And actually that's the punch line of this problemMy intuition was D...
分类:
其他好文 时间:
2014-08-13 08:00:25
阅读次数:
250
Did you know that you can close tabs in the editor and the tool windows of PyCharm without actually using the context menu commands? It is enough to p...
分类:
其他好文 时间:
2014-08-11 11:23:52
阅读次数:
211
Your intuition would tell you that there's a O(n) solution. Actually it is another stack-based problem to solve.class Solution {public: struct Rec ...
分类:
其他好文 时间:
2014-08-06 14:37:41
阅读次数:
186
It took me +20 submissions to get AC... Actually the statement is too vague. I would rather ask for requirements f2f.Apparently the code below can be ...
分类:
其他好文 时间:
2014-08-06 08:23:11
阅读次数:
319
After the last post about texture samplers, we’re now back in the 3D frontend. We’re done with vertex shading, so now we can start actually renderi...
分类:
其他好文 时间:
2014-08-05 00:35:18
阅读次数:
306
Welcome back. This time we’re actually gonna see triangles being rasterized – finally! But before we can rasterize triangles, we need to do triangl...
分类:
其他好文 时间:
2014-08-05 00:25:38
阅读次数:
476