Archives for lists

MacBook Pro setup list.

Some things that I’ve set up on my MBP: Terminal Settings ~/.profile Changed prompt Default is ‘\h:\W \u\$ ‘ [ Computer-Name: current-directory username$ ] Changed to ‘[\w] ‘ man bash, find “PROMPTING” for escape codes Editors TextEdit – for simple text files, quick code tweaks XCode [default code editor] – for longer code edit sessions [...]

99 bottles of beer and hello world programming examples

I’m a sucker for different programming languages, especially in trivial and whimsical implementations… 99 Bottles of Beer in 1200+ programming languages Esoteric Programming Languages wiki – contains Hello World samples. The hello world collection (420+ languages) Hello World project List of hello world programs on Wikibooks