| Nice Answer | Answer score of 10 or more. This badge can be awarded multiple times. |
jldupont earned this badge 41 times |
jun 10 at 7:05
How to get PID of background process?
may 24 at 9:36
Which Linux IPC technique to use?
may 18 at 20:55
Erlang : Returning from a function
apr 17 at 15:31
Should url be case sensitive?
mar 20 at 8:24
Is it possible to forward-declare a function in Python?
dec 22 at 1:56
What is JSONP all about?
oct 26 at 17:44
Using custom Makefile with Eclipse/CDT
sep 28 at 13:57
What is an Erlang hrl file?
jun 26 '12 at 23:03
python: list vs tuple, when to use each?
may 29 '12 at 0:32
How to attach Chrome developer tools to the same window?
may 28 '12 at 22:17
Defining erlang functions in the shell
may 15 '12 at 11:03
C++ Eclipse Galileo getting it to display line numbers - how?
may 14 '12 at 0:33
What does “new” when called on an erlang module do?
apr 11 '12 at 4:26
In Python, how do I determine if an object is iterable?
apr 5 '12 at 16:10
C++ : why bool is 8 bits long?
feb 9 '12 at 9:53
How to print an error in python?
feb 5 '12 at 21:20
Where is Erlang used and why?
oct 3 '11 at 15:30
Get Property Names In JSON Objects
sep 21 '11 at 21:25
Thread Pool vs Thread Spawning
jul 7 '11 at 9:53
Why do i see a dollar sign before some constructors in JS?
feb 15 '11 at 14:06
JSON.parse vs. eval()
oct 5 '10 at 8:02
What is Cloud computing?
jan 15 '10 at 15:07
delete this pointer behaviour in g++
jan 15 '10 at 11:47
Write my own 'everything is a file' interface
jan 14 '10 at 18:17
(post deleted or otherwise unavailable)
jan 12 '10 at 7:22
basic question of C++
dec 16 '09 at 22:57
What's the difference between using > and >> in shell?
dec 11 '09 at 20:52
Is it better to rewrite inherited code than fix it?
dec 10 '09 at 16:57
(post deleted or otherwise unavailable)
dec 4 '09 at 13:52
What does “int 0x80” mean in assembly code?
dec 1 '09 at 6:07
(post deleted or otherwise unavailable)
nov 27 '09 at 22:32
Should 'if' statement always have an 'else' clause?
nov 22 '09 at 23:27
What's the difference between ++$i and $i++ in PHP?
nov 18 '09 at 14:17
Variable arguments in C, how to get values with a generic type?
nov 7 '09 at 0:22
Why enclose blocks of C code in curly braces?
nov 5 '09 at 1:52
What programming language will enable me to enter a very long number without converting it to floating point?
oct 28 '09 at 16:37
Creating Command Line Args with gcc?