Badge
| Enlightened | First to answer and accepted with score of 10 or more. This badge can be awarded multiple times. |
Jonathan Leffler earned this badge 73 times |
may 6 at 23:18
removing files from C code
apr 12 at 12:10
C - Strange Prototype Argument
apr 6 at 20:56
Assign to 2D array a 2D array in a struct
feb 13 at 13:16
bash merge files by matching columns
jan 29 at 13:37
What does %.*s represent on printf?
jan 23 at 10:49
git creates files ending in ~?
jan 6 at 22:36
Directory last modified date
dec 13 at 12:38
What is //= in perl?
nov 30 at 4:01
Undefined reference to 'pthread_create'
nov 27 at 13:55
Undo remove file in ClearCase
nov 24 at 23:04
comma operator precedence in C++ ?: conditional
nov 21 at 14:22
Where can I set environment variables that crontab will use?
oct 24 at 10:14
Find if Column Has A Sequence
oct 8 at 10:30
Unexpected output in Oracle SQL
aug 29 at 18:54
Use printf to display off_t, nlink_t, size_t and others
aug 20 at 0:42
Replacement for source in sh
jul 21 at 13:52
Why the file-test operator does not work (Perl)?
jul 16 at 3:26
Combine columns from different files
jul 5 at 18:56
Design Principles, Best Practices and Design Patterns for C (or Procedural Programming in general)?
may 16 '12 at 21:49
Converting ambiguous grammar to unambiguous
may 14 '12 at 8:08
What does the SQL Standard say about usage of backtick(`)?
apr 25 '12 at 14:21
“error: too few arguments to function”
apr 19 '12 at 15:03
Why can't I use Unix Nohup with Bash For-loop?
apr 9 '12 at 2:20
Shellcode in C - What does this mean?
apr 6 '12 at 22:55
Why GCC keeps empty functions?
apr 3 '12 at 21:35
Dereferencing a pointer to out-of-scope static data in C
feb 24 '12 at 16:18
Why c is not incremented in the output?
feb 17 '12 at 6:10
Detached vs. Joinable POSIX threads
jan 13 '12 at 17:16
Union element alignment
jan 10 '12 at 23:48
Unix command to find lines common in two files
nov 29 '11 at 22:39
Why does C program print 0D instead of 0? (When EOF sent as Ctrl+D)
nov 24 '11 at 6:42
What's the difference between the two SQL join notations?
nov 16 '11 at 22:31
POSIX cancellation points
sep 14 '11 at 10:39
How can I exclude all “permission denied”-messages from “find .”?
jul 30 '11 at 21:49
Purposely create two files to have the same hash?
jul 13 '11 at 21:34
warning Insecure world writable dir
jul 12 '11 at 8:07
Changing LD_LIBRARY_PATH at runtime for ctypes
may 27 '11 at 5:01
What's the debugger for perl?
may 17 '11 at 7:07
how to use sscanf in loops?
mar 12 '11 at 4:19
Is exit() function declared anywhere else besides stdlib.h?
mar 6 '11 at 17:11
How to pipe stderr, and not stdout?
jan 19 '11 at 12:02
Difference between %hash and \%hash as a parameter?
jan 11 '11 at 22:38
pi in Objective C
nov 21 '10 at 18:20
Bash scripting and user home from root account (Linux)
nov 21 '10 at 17:40
What are the implications of not closing a directory handle in Perl?
nov 18 '10 at 18:46
What does the |= operator mean in C++?
nov 11 '10 at 7:11
What happens in Oracle when I drop a column?
oct 1 '10 at 11:06
using static keyword in C local scope to function
oct 1 '10 at 10:41
Strengths of Shell Scripting compared to Python
oct 1 '10 at 8:21
How to debug a bash script?
oct 1 '10 at 8:11
C #define macro for debug printing
oct 1 '10 at 7:16
Where can I legally declare a variable in C99?