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 |
jul 20 '09 at 11:35
C : How to simulate an EOF?
jul 14 '09 at 7:43
Python operators
jun 16 '09 at 9:27
Virtual functions and performance - C++
may 12 '09 at 23:43
Should my python web app use unicode for all strings?
apr 17 '09 at 10:42
(post deleted or otherwise unavailable)
apr 11 '09 at 17:18
Producing documentation for Python classes
mar 11 '09 at 7:49
creating final variables inside a loop
mar 10 '09 at 10:46
(post deleted or otherwise unavailable)
mar 8 '09 at 19:06
How to check if a number is a power of 2
mar 5 '09 at 17:12
Difference between dict.clear() and assigning {} in Python
mar 4 '09 at 15:32
Multi-threading: Objects being set to null while using them
feb 18 '09 at 18:37
How do i write the literal “]]>” inside a CDATA section with it ending the section
feb 17 '09 at 20:52
What is wrong with this inheritance?
feb 10 '09 at 18:57
How do you find out the caller function in JavaScript?
feb 2 '09 at 6:22
Sum of digits in C#
jan 29 '09 at 17:57
Do I need to store the salt with bcrypt?
jan 29 '09 at 17:46
Why does 1+++2 = 3 in python?
jan 29 '09 at 5:57
How to copy a file in Python with a progress bar?
jan 26 '09 at 7:57
What copyright license to select?
jan 23 '09 at 8:40
Why do we need to use `int main` and not `void main` in C++?
jan 22 '09 at 18:02
Why doesn't java's assert statement allow you to specify a message?
jan 16 '09 at 13:42
Is there a difference between BigDecimal(“0”) and BigDecimal.ZERO?
dec 24 '08 at 17:37
Most efficient way to randomly “sort” (Shuffle) a list of integers in C#
dec 4 '08 at 0:56
(post deleted or otherwise unavailable)
dec 2 '08 at 3:04
(post deleted or otherwise unavailable)
nov 28 '08 at 20:27
Why would someone use WHERE 1=1 AND <conditions> in a SQL clause?
nov 24 '08 at 6:02
(post deleted or otherwise unavailable)
nov 22 '08 at 9:52
What's the difference between 'git pull' and 'git fetch'?
nov 20 '08 at 13:57
Using Variables for Class Names in Python?
nov 12 '08 at 1:10
How do I calculate the closest power of 2 or 10 a number is?
nov 11 '08 at 19:47
What can I use instead of the arrow operator, `->`?
nov 9 '08 at 23:47
php/Ajax - Best practice for pre-loading images
nov 7 '08 at 22:35
How do I keep Python print from adding spaces?
nov 7 '08 at 21:27
How do I get a list of all unversioned files from svn?
nov 7 '08 at 10:37
How do I reset/revert a specific file to a specific revision using Git?
nov 5 '08 at 14:12
SVN: Dealing with “dead” files
nov 4 '08 at 10:22
When did single quotes in HTML become so popular?
nov 2 '08 at 2:11
How do I insert a linebreak where the cursor is without entering into insert mode in Vim?
nov 2 '08 at 0:55
Vim Configure Line Number Coloring
nov 1 '08 at 3:28
How do I indent multiple lines quickly in vi?
oct 28 '08 at 18:25
In a multi-threaded C++ app, do I need a mutex to protect a simple boolean?
oct 25 '08 at 4:17
Is git-svn dcommit after merging in git dangerous?
oct 24 '08 at 7:31
What is the data type for length property for Java arrays?
oct 21 '08 at 9:15
What is the difference between a process and a thread
oct 20 '08 at 9:17
How can currying be done in C++?
oct 18 '08 at 11:16
Using OR comparisons with IF statements
oct 13 '08 at 19:06
Why does the memory usage of a .NET application seem to drop when it is minimized?
oct 9 '08 at 10:34
C++ class initialisation containing class variable initialization
oct 5 '08 at 18:37
What are POD types in C++?
oct 5 '08 at 18:02
Python scope
oct 3 '08 at 20:22
How do you compare structs for equality in C?
oct 3 '08 at 9:06
Colored grep?
sep 29 '08 at 12:22
How do I uninstall python from OSX Leopard so that I can use the MacPorts version?
sep 29 '08 at 7:42
Is there a function in python to split a word into a list?
sep 29 '08 at 5:24
Is the host localhost always available for the own system?
sep 29 '08 at 4:18
What is the cost of using a pointer to member function vs. a switch?
sep 22 '08 at 9:32
What is the largest TCP/IP network port number allowable for IPv4?
sep 20 '08 at 0:38
Replacements for switch statement in python?