Skip to main content
The 2024 Developer Survey results are live! See the results
Greg Hewgill's user avatar
Greg Hewgill's user avatar
Greg Hewgill's user avatar
Greg Hewgill
  • Member for 15 years, 11 months
  • Last seen this week
2569 votes
33 answers
763k views

Do a "git export" (like "svn export")?

2542 votes
25 answers
581k views

How do I recover a dropped stash in Git?

616 votes
11 answers
109k views

"is" operator behaves unexpectedly with integers

297 votes
10 answers
294k views

How to get the changes on a branch in Git

268 votes
21 answers
227k views

How to resolve symbolic links in a shell script

123 votes
3 answers
119k views

How can I decompress a gzip stream with zlib?

101 votes
15 answers
134k views

Why does the Google Play store say my Android app is incompatible with my own device?

85 votes
7 answers
76k views

How to set sys.stdout encoding in Python 3?

80 votes
6 answers
132k views

Printing additional output in Google Test

65 votes
6 answers
17k views

Is there a way to do negative lookahead in vim regex?

62 votes
6 answers
15k views

When did C++ compilers start considering more than two hex digits in string literal character escapes?

34 votes
4 answers
6k views

Can a C++ function be declared such that the return value cannot be ignored?

32 votes
9 answers
30k views

How to reverse lines of a text file?

28 votes
4 answers
13k views

How to work around "scons: warning: Two different environments were specified for target"

26 votes
4 answers
21k views

How can I determine if a Perl function exists at runtime?

20 votes
1 answer
4k views

How can I make Clang's "scan-build" work with SCons?

20 votes
5 answers
13k views

Configuring Git on Windows to use NTLM proxy authentication

20 votes
4 answers
4k views

Merge error after converting Git submodule to subtree

19 votes
3 answers
28k views

Which C++ standard header defines SIZE_MAX?

19 votes
1 answer
4k views

How can I distinguish $_ in nested list operators in Perl?

18 votes
1 answer
15k views

How do I configure JUnit Ant task to only produce output on failures?

18 votes
7 answers
6k views

Amazon S3 standalone stub server

18 votes
3 answers
10k views

Is there a gcc flag to initialise local variable storage?

17 votes
4 answers
10k views

How to configure specific upstream push refspec for Git when used with Gerrit?

15 votes
1 answer
2k views

How can I run an interactive program compiled with Emscripten in a web page?

13 votes
2 answers
1k views

Clang runtime fault when throwing aligned type. Compiler bug?

13 votes
2 answers
6k views

Is there a switch to disable trigraphs with clang?

12 votes
2 answers
2k views

Why does a catch exception-declaration allow trailing parentheses?

11 votes
2 answers
3k views

How to make git-diff create a "context" format diff?

9 votes
5 answers
784 views

Python 3 development and distribution challenges