Month: March 2013

  • JSON encoder and decoder for Lua

    My implementation of JSON using the LPeg library.

  • Porter stemming algorithm in Lua

    This is an implementation of the Porter stemming algorithm in Lua.  It uses the LPeg library.

  • MultiWiiCL

    MultiWiiCL

    https://github.com/c—/MultiWiiCL This is a command line text based tool for configuring MultiWii. It also provides a full scripting environment for whatever fancy future use. I needed this because MultiWiiConf wouldn’t run at all on my old laptop and on my newer laptop it was really slow and too fat. I also wanted a way to…