CLI Tools
- gitignore.io: Create useful .gitignore files for your project
- YouPlot: A command line tool that draw plots on the terminal
Interesting Links
- Unix/Linux Command Combinations That Every Developer Should Know
- Founder of FreeDOS recounts the story so far, and the future
- 20 Things I’ve Learned in my 20 Years as a Software Engineer
- CHM Makes Apple Lisa Source Code Available to the Public
Tip of the Week
Break up long single-line strings over multiple lines:
# newlines will be concatenated without added spaces
printf "%s\n" \
"Zombie ipsum reversus ab viral inferno, nam rick grimes malum cerebro. De carne lumbering " \
"animata corpora quaeritis. Summus brains sit, morbo vel maleficia? De apocalypsi gorger " \
"omero undead survivor dictum mauris. Hi mindless mortuis soulless creaturas, imo evil " \
"stalking monstra adventus resi dentevil vultus comedat cerebella viventium."