Badge
| Nice Answer | Answer score of 10 or more. This badge can be awarded multiple times. |
Chris Jester-Young earned this badge 185 times |
may 12 at 15:29
Java.util.Calendar - milliseconds since Jan 1, 1970
may 8 at 21:33
unlink vs remove in c++
apr 26 at 20:07
Compare two consecutive elements in std::list
mar 9 at 20:34
Why is ArrayDeque better than LinkedList
jan 18 at 15:03
Find Size of Array in Perl
dec 29 at 20:49
arc4random Random Number Generator
dec 17 at 23:25
FileOutputStream vs ByteArrayOutputStream
dec 15 at 18:59
problem running eclipse on ubuntu?
dec 3 at 9:52
HMAC-SHA1: How to do it properly in Java?
nov 30 at 18:56
Why is volatile needed in c?
nov 20 at 4:42
Build Failed java.lang.OutOfMemoryError: Java heap space
nov 11 at 10:01
What is a smart pointer and when should I use one?
nov 8 at 14:40
Lower case “k” in Cocoa
oct 26 at 8:59
What is the meaning of $$ in Ruby?
oct 10 at 20:46
c++ sort with structs
oct 10 at 20:26
Use “greater than or equals” or just “greater than”
oct 4 at 3:33
How do I daemonize an arbitrary script in unix?
aug 30 at 10:54
Restore the state of std::cout after manipulating it
aug 30 at 5:34
Should i sanitize markdown?
aug 29 at 1:24
Remote debugging a Java application
aug 27 at 14:33
PHP - format bytes to kilobytes, megabytes, gigabytes
aug 26 at 10:22
How do I use a COM DLL with LoadLibrary in C++
aug 25 at 18:52
Sell me on const correctness
aug 19 at 20:32
Is it possible to use call/cc to implement recursion?
aug 4 at 21:42
what is the difference between atan and atan2 in c++?
aug 1 at 6:37
Java regex replace
jul 26 at 22:49
SICP Video Lecture 2
jul 24 at 11:42
Common Lisp Programmatic Keyword
jun 15 '12 at 21:01
In what order do static initializer blocks in Java run?
jun 14 '12 at 0:01
Why does BCrypt.net GenerateSalt(31) return straight away?
jun 12 '12 at 19:46
Common underflow and overflow exceptions
jun 1 '12 at 20:48
Thread API priority translation to OS thread priority !
may 31 '12 at 8:22
.toFixed() returns a string in JavaScript
may 21 '12 at 22:22
Java: Writing a DOM to an XML file (formatting issues)
may 10 '12 at 2:18
Bug in eclipse compiler or in javac?
may 9 '12 at 17:27
Convert HTML back to Markdown for editing in wmd
may 7 '12 at 7:01
Create A Java Variable (String) of a specific size (MB's)
apr 22 '12 at 13:09
Function template specialization with reference to pointer
apr 20 '12 at 12:43
Java. Ignore accents when comparing strings
apr 19 '12 at 6:32
What x86 register denotes source location in movsb instruction?
apr 6 '12 at 14:20
Why is softKeys() deprecated in Guava 10?
mar 28 '12 at 6:34
Thread-safe HashSet with Guava Collections
mar 26 '12 at 13:34
Java's Collections.shuffle is doing what?
mar 21 '12 at 15:38
Need example of Perl JSON usage
mar 15 '12 at 13:42
Using boost::random as the RNG for std::random_shuffle
feb 8 '12 at 11:27
Ruby Exceptions — Why “else”?
feb 7 '12 at 19:40
Why do miniKanren names always end with `o`?
jan 31 '12 at 12:42
JDK/JRE/JVM/Java SDK | What do they all mean? Sometimes you can develop with JRE and sometimes you need JDK?
jan 29 '12 at 14:52
Stack overflow code golf
jan 18 '12 at 3:34
gcc - significance of -pthread flag when compiling