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 |
feb 20 '12 at 10:18
There is no such thing as a “compiled language” or “interpreted language”
feb 13 '12 at 0:06
Understanding char reference
feb 4 '12 at 23:50
Random List choices in python
feb 3 '12 at 2:59
How to use VIM to remember open files between sessions?
jan 24 '12 at 14:04
Can python figure out the most up to date directory?
jan 22 '12 at 10:13
Determine if char is a num or letter
jan 19 '12 at 1:44
Using SO_REUSEADDR - What happens to previously open socket?
jan 11 '12 at 20:12
Matrix Multiplication with Threads: Why is it not faster?
jan 11 '12 at 10:27
Output of True and []
jan 11 '12 at 6:36
How to read linux file permission programmatically in C/C++
dec 22 '11 at 16:33
Python loops: Precise way to handle mapping matching lists
dec 14 '11 at 4:30
Merge (no branch) into master
dec 13 '11 at 20:47
Default value of function parameter
dec 2 '11 at 18:28
Python: List comprehension to assign different values
nov 24 '11 at 19:41
I'm looking for a pythonic way to insert a space before capital letters
nov 21 '11 at 8:44
Error when “git push” to github
nov 15 '11 at 5:16
A Regex to match a SHA1
nov 8 '11 at 21:11
Best way to see what files are Locked in Subversion
nov 5 '11 at 1:05
What is the best practice for dealing with passwords in github?
oct 15 '11 at 22:39
C warning implicit declaration of function 'exit'
oct 9 '11 at 1:21
Can I get some assistance with this C style string in C++?
oct 8 '11 at 0:26
Python version of C#'s conditional operator (?)
oct 5 '11 at 23:32
python tuple to dict
oct 5 '11 at 18:55
How to do boolean exclusive or?
sep 27 '11 at 1:09
Why does the Java compiler only report one kind of error at a time?
sep 26 '11 at 4:23
How does erlang access shared resource?
sep 1 '11 at 9:38
Fast switching between two lines in file in vim
aug 9 '11 at 12:12
SVN - Change working copy to point at new svn path
aug 5 '11 at 10:18
How can I support wildcards in user-defined search strings in Python?
jul 30 '11 at 12:31
sprintf() without trailing null space in C
jul 19 '11 at 8:05
Initialize a list of objects in Python
jul 7 '11 at 3:04
(post deleted or otherwise unavailable)
jul 7 '11 at 3:04
Why can't I set a global variable in Python?
jun 23 '11 at 14:49
c++ cout hex values?
jun 22 '11 at 2:55
Suggestions for writing a programming language?
jun 17 '11 at 17:05
Why is Lua arithmetic is not equal to itself?
jun 17 '11 at 0:59
Expected FS format '2' found format '3 git-svn
jun 16 '11 at 11:24
Is `id` a keyword in python?
jun 15 '11 at 2:52
Python boolean truth tests
may 30 '11 at 7:40
Print spinning cursor in a terminal running application using C
may 18 '11 at 5:21
TypeError: 'str' object is not callable (Python)
may 13 '11 at 6:32
Javascript expression bug (0 <= 14 < 10)?
may 4 '11 at 23:38
Why is XOR the default way to combine hashes?
apr 28 '11 at 4:11
this == null // How can it be possible?
apr 26 '11 at 23:27
FizzBuzz using ternary conditional operator
apr 23 '11 at 21:08
Best books on JVM
apr 22 '11 at 0:54
Want to download a Git repository, what do I need (windows machine)?
apr 12 '11 at 14:45
Why does an empty Perl hash have one key?
apr 10 '11 at 18:59
C Pointer arithmetic in Python
mar 6 '11 at 6:17
There is any way to synchronize GIT and Subversion repositories?
mar 4 '11 at 11:42
convert a string of bytes into an int (python)
mar 1 '11 at 16:42
Learn Macros in Scheme from On Lisp
feb 23 '11 at 13:52
ms c++ get pid of current process
feb 22 '11 at 16:23
apache redirect from non www to www
feb 5 '11 at 22:40
Why doesn't “cd” work in a bash shell script?
jan 22 '11 at 2:07
Why is using a POSIX character class in my regex pattern giving unexpected results?
jan 18 '11 at 15:01
What exactly was the rationale behind introducing references in c++?
jan 5 '11 at 18:21
Why do c++ programmers use != instead of <