Badge
| Enlightened | First to answer and accepted with score of 10 or more. This badge can be awarded multiple times. |
Greg Hewgill earned this badge 243 times |
jan 5 '11 at 13:48
Is there a pretty printer for python data?
dec 30 '10 at 1:18
C++ Template Iterator error
dec 17 '10 at 2:07
If I use explicit constructor, do I need to put the keyword in both .h and .cpp files?
dec 9 '10 at 15:29
(post deleted or otherwise unavailable)
dec 5 '10 at 8:20
Is there a way to use errno safely in a multi-threaded application?
nov 11 '10 at 11:32
attempting to create string of random values
oct 14 '10 at 23:51
“Recursive on All Control Paths” error when implementing factorial function
oct 4 '10 at 6:46
Erlang: How to use a -define macro outside of a module?
oct 1 '10 at 11:06
Assembly fast division by 2
oct 1 '10 at 10:41
What is the proper way to check if a string is empty in Perl?
oct 1 '10 at 8:21
Why doesn't sizeof parse struct members?
oct 1 '10 at 8:11
Why are Super-class and Sub-class reversed?
oct 1 '10 at 7:16
Will this Java regex return a single result or multiple
oct 1 '10 at 5:30
Is there a method that tells my program to quit?
sep 24 '10 at 15:55
Python problem executing popen in cron
aug 20 '10 at 17:09
Import into github from gitorious?
aug 9 '10 at 16:21
Using C++ library in C code
aug 4 '10 at 19:35
How to repeat some action certain times on Vim?
jul 24 '10 at 8:48
Do inline functions have addresses?
jul 7 '10 at 4:32
simple question on C
jun 9 '10 at 12:33
Is C# Interpreted or Compiled?
may 5 '10 at 23:37
What is git HEAD, exactly?
apr 27 '10 at 16:13
Git - only push up the most recent commit to github
apr 23 '10 at 16:32
What is the python equivalent of the Perl pattern to track if something has already been seen?
apr 21 '10 at 15:07
Using list comprehension in Python to do something similar to zip()?
feb 22 '10 at 4:52
Why won't my C++ program link when my class has static members?
feb 17 '10 at 14:52
How to write an interpreter?
feb 3 '10 at 4:42
How does Wikipedia's “What links here” work?
feb 3 '10 at 4:37
How do you try out small/simple C or C++ source codes?
jan 31 '10 at 5:47
Multiplying two long long ints C
jan 25 '10 at 1:17
Java int division confusing me
jan 17 '10 at 4:48
Validity of the code
jan 17 '10 at 2:34
What language do they build other languages with?
jan 16 '10 at 12:32
Reading from and writing to the middle of a binary file in C/C++
jan 16 '10 at 10:50
how to get struct's start address from its member's address
jan 11 '10 at 7:32
How to get character's position in alphabet in C language?
jan 11 '10 at 6:18
C++ comparing c string problem
jan 10 '10 at 19:47
Understanding word alignment
jan 10 '10 at 11:07
How do I make git ignore mode changes (chmod)?
dec 25 '09 at 6:32
A positive number from 1 to 2^31 -1 in regex
dec 22 '09 at 9:10
Simple C++ (or c) libraries for things such as fetching URL's
dec 15 '09 at 5:07
Convert binary string to list of integers using Python
dec 11 '09 at 11:32
Find greatest of three values in PHP
dec 8 '09 at 20:52
working with .git/info/exclude too late
nov 8 '09 at 9:22
Remove messy leading whitespace in Vim on Mac OS X
nov 1 '09 at 21:54
Why is 49, 50, 51, 52 stored in the array when I declare testArray[] = {'1','2','3','4','5'}? (C programming)
oct 25 '09 at 22:17
Are namespace collisions really an issue in Objective-C?
oct 24 '09 at 3:42
cryptic comment in jdk source: // HD, Section 2-1
oct 20 '09 at 22:26
(post deleted or otherwise unavailable)
oct 16 '09 at 22:37
How do I make python to wait for a pressed key
oct 11 '09 at 7:42
Reverse that Math function
sep 30 '09 at 8:33
Pointer Arithmetic In C
sep 27 '09 at 3:07
Is this scenario secure?
sep 3 '09 at 2:23
What's the difference between grep and map in Perl?
aug 23 '09 at 17:22
What makes more sense - char* string or char *string?
aug 10 '09 at 21:38
Python import with name conflicts
jul 31 '09 at 1:22
Traverse a list in reverse order in Python