Programming Resources

Project Description: Programming resources.

Last updated: 2018-11-19 00:00:00 +0000 UTC


This page houses programming resources I found useful when working on a project. It is likely going to be disorganized.

Common Lisp

  • Use roswell for building command line tools
  • lake is a make alternative

Python

Tools

  • Pandoc for document conversions
  • imagemagick for image manipulation
  • gifsicle for working with gifs
  • ffmpeg for media conversion
  • q allows for running SQL over CSVs
  • jq for working with json strings in the command line
  • live-server is easier than python -m SimpleHTTPServer