Badge
| Guru | Accepted answer and score of 40 or more. This badge can be awarded multiple times. |
Greg Hewgill earned this badge 58 times |
apr 23 at 16:29
c++ cout hex values?
apr 17 at 20:32
Merge (no branch) into master
apr 2 at 17:18
How to fast-forward a branch to head?
mar 30 at 22:33
SVN - Change working copy to point at new svn path
mar 8 at 0:03
Delete an element from a dictionary
mar 3 at 20:43
Nested git repositories?
feb 18 at 13:41
Branch descriptions in git
feb 2 at 14:26
How can I delete a file from git repo?
jan 28 at 18:46
How can I print a literal “{}” characters in python string and also use .format on it?
dec 28 at 12:33
What does the term porcelain mean in Git?
dec 23 at 12:52
How do I remove duplicate items from an array in Perl?
dec 15 at 0:49
What is an idempotent operation?
nov 28 at 17:45
What is a git topic branch?
oct 3 at 11:18
Sum of digits in C#
sep 13 at 12:59
apache redirect from non www to www
jul 25 at 20:23
GNU Screen Survival Guide
jul 16 at 19:31
How to preview git-pull without doing fetch?
jul 4 at 8:10
How do I make python to wait for a pressed key
jun 20 '12 at 14:27
How do you compare structs for equality in C?
jun 5 '12 at 7:53
How to run a terminal inside of vim?
may 21 '12 at 7:21
Difference between dict.clear() and assigning {} in Python
feb 18 '12 at 7:10
Do I need to store the salt with bcrypt?
jan 13 '12 at 0:24
What can I use instead of the arrow operator, `->`?
dec 14 '11 at 15:40
What is the difference between a process and a thread
dec 9 '11 at 22:45
How do I restore files to previous states in git?
dec 2 '11 at 15:52
How to convert milliseconds into human readable form?
nov 1 '11 at 23:11
How do I keep Python print from adding spaces?
oct 30 '11 at 20:54
(post deleted or otherwise unavailable)
oct 18 '11 at 12:56
Logical xor operator in c++?
sep 10 '11 at 15:12
Is there a function in python to split a word into a list?
aug 26 '11 at 15:45
What is git HEAD, exactly?
jul 15 '11 at 4:59
(post deleted or otherwise unavailable)
jun 24 '11 at 21:41
What are POD types in C++?
jun 21 '11 at 6:52
How do you discard unstaged changes in git?
jun 3 '11 at 16:43
Traverse a list in reverse order in Python
jun 2 '11 at 16:29
How do you find out the caller function in JavaScript?
may 19 '11 at 15:09
Best Practices for securing a REST API / web service
apr 25 '11 at 13:41
Why doesn't “cd” work in a bash shell script?
jan 17 '11 at 15:28
Why do c++ programmers use != instead of <
jan 13 '11 at 11:46
Switch branch names in git
nov 29 '10 at 21:08
The Python Slice Notation
nov 16 '10 at 22:24
Windows version of the Unix touch command
oct 16 '10 at 5:25
Why is 'using namespace std;' considered a bad practice in C++?
oct 14 '10 at 1:04
How do I reset/revert a specific file to a specific revision using Git?
sep 21 '10 at 23:58
How do I make git ignore mode changes (chmod)?
jun 8 '10 at 14:58
(post deleted or otherwise unavailable)
apr 16 '10 at 2:02
How to check if a number is a power of 2
mar 20 '10 at 23:02
Is learning VIM worth the effort?
oct 14 '09 at 21:32
Why does 1+++2 = 3 in python?
sep 5 '09 at 1:12
(post deleted or otherwise unavailable)
aug 5 '09 at 10:22
What's the difference between 'git pull' and 'git fetch'?
mar 5 '09 at 20:47
How does XOR variable swapping work?
mar 1 '09 at 20:17
What's the difference between JavaScript and Java?
feb 2 '09 at 16:12
Why would someone use WHERE 1=1 AND <conditions> in a SQL clause?
nov 28 '08 at 20:27
How do I indent multiple lines quickly in vi?
nov 9 '08 at 22:27
Replacements for switch statement in python?