Programmer's stash
Configuration
vimrc (Win32)Quotes
Real Programmers consider "what you see is what you get" to be just as bad a concept in Text Editors as it is in Women. No, the Real Programmer wants a "you asked for it, you got it" text editor -- complicated, cryptic, powerful, unforgiving, dangerous.
Now, some people will claim that having 8-character indentations makes the code move too far to the right, and makes it hard to read on a 80-character terminal screen. The answer to that is that if you need more than 3 levels of indentation, you're screwed anyway, and should fix your program.
Jackson's rules of Optimization:
1. Don't do it.
2. (For experts only) Don't do it yet
$ ./hello
Hello world!
Segmentation fault.