- Calculators (1)
- Programming (8)
- Projects (27)
- Tips (6)
- June 2022
- May 2022
- April 2022
- March 2022
- February 2022
- May 2019
- February 2019
- August 2018
- April 2017
- December 2015
- March 2014
- July 2013
- June 2013
- May 2013
- April 2013
- March 2013
- December 2012
- October 2012
- June 2012
- March 2012
- February 2012
- April 2011
- December 2009
- September 2009
- March 2005
- January 2005
- August 2004
- November 2003
Tag Archives: luadev
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.
SHA1 implemented in Lua
This is a SHA1 implementation for LuaJIT. Take a look at the source for example usage and documentation. The performance is decent considering this is written in a scripting language but I appreciate any ideas for improving the speed (loop … Continue reading