| Nice Question | Question score of 10 or more. This badge can be awarded multiple times. |
Pacerier earned this badge 21 times |
may 27 at 21:44
Does anyone know what gmail uses flash for?
may 11 at 9:52
What's the best way to convert a number to a string?
apr 22 at 19:32
how to use the comma operator in a function call
apr 3 at 19:20
is “Double-Checked Locking is Broken” a java-only thing?
jul 8 '12 at 2:17
Why does my IE9 does not support canvas !
jun 23 '12 at 8:58
Is ED A0 80 ED B0 80 a valid UTF-8 byte sequence?
may 30 '12 at 16:42
Efficient algorithm to find all the paths from A to Z?
apr 26 '12 at 18:55
<T extends Object & E> vs <T extends E>
feb 13 '12 at 14:04
What happens when there's insufficient memory to throw an OutOfMemoryError?
feb 7 '12 at 21:31
No newline at end of file
dec 15 '11 at 21:20
Why is System.arraycopy not camelCased?
nov 20 '11 at 22:15
char_x < (char_y + 1) == char_x <= char_y?
nov 17 '11 at 11:02
How do we achieve “substring-match” under O(n) time?
nov 4 '11 at 15:42
Exercise 19 of The Pragmatic Programmer