Skip to main content
FatalError's user avatar
FatalError's user avatar
FatalError's user avatar
FatalError
Software Engineer at Google
  • Member for 12 years, 6 months
  • Last seen this week
64 votes
5 answers
65k views

Memory dump formatted like xxd from gdb

20 votes
2 answers
11k views

Enforce a minimum version of Maven

14 votes
3 answers
3k views

Why would I use dynamic_cast to cast TO a void *?

10 votes
2 answers
2k views

What's the point of the C preprocessor's Null directive?

8 votes
2 answers
1k views

Is an xvalue's lifetime extended when it is bound to a const lvalue reference?

7 votes
1 answer
357 views

Empty trailing comments? Do they do/mean anything?

4 votes
1 answer
1k views

Why does a method closure on a Class object fail?

4 votes
1 answer
196 views

Why does printing the owner of a closure in a string cause infinite recursion?

4 votes
2 answers
203 views

Why does (g)awk reverse these lines of output?

4 votes
1 answer
232 views

Why #define values inside an enum? [duplicate]

3 votes
1 answer
2k views

Set the mtime of a file with full microsecond precision in python

3 votes
1 answer
6k views

GNU make: Generate rules for extracting tarballs

2 votes
2 answers
164 views

Using distutils to make a package sutiable for zipimport

2 votes
2 answers
571 views

Why doesn't java see my annotation? [duplicate]

2 votes
1 answer
887 views

Are templated wrapper functions for classes (e.g. std::make_pair())` considered slow?

2 votes
2 answers
433 views

Pants fails with scala related errors when building python

1 vote
1 answer
212 views

XQuery: why does this transform modify the source document?

0 votes
2 answers
130 views

Pythonic way to partition a list in exactly two groups [duplicate]

0 votes
1 answer
45 views

Different behavior from sed when executed in place