Badge
| Nice Answer | Answer score of 10 or more. This badge can be awarded multiple times. |
osgx earned this badge 17 times |
apr 9 at 6:01
IF() statement alternative in SQLite
mar 27 at 10:56
Limits of Klee (the LLVM program analysis tool)
mar 15 at 16:55
Is getrusage broken in Linux (2.6.30)
oct 23 at 2:59
No TUI support for gdb on Mac?
oct 4 at 14:58
rdtsc accuracy across CPU cores
sep 20 at 2:26
Making a JIT compiler
aug 7 at 17:10
GCC: --start-group and --end-group command line options
jul 20 at 6:04
A curious string copy function in C
jun 24 '12 at 21:18
Atomicity in C++ : Myth or Reality
may 15 '12 at 8:48
Exclude .svn directories from grep
mar 3 '12 at 1:14
When / How does Linux load shared libraries into address space?
oct 17 '11 at 9:36
How does the linux kernel manage less than 1GB physical memory?
jul 27 '11 at 19:16
Why is CUDA pinned memory so fast?
jun 24 '11 at 20:05
Why is orig_eax provided in addition to eax?
jun 21 '11 at 0:24
How to work with complex numbers in C?
dec 18 '10 at 0:37
Why is this valid C? — ({123;}) evaluates to 123