software/misc
Miscellaneous Software Stuff
Log Analysis
Regular Expressions
http://code.google.com/p/semicomplete/wiki/GrokDiscovery
Executable Compression
UPX: Ultimate Packer for Executables http://upx.sourceforge.net/
Webmail
the null webmail client http://www.nulllogic.ca/webmail/
Standard ML
The SML Standard Basis (of types)
Mutually recursive function using ‘and’ syntax:
fun foo 0 = “beer car” | foo n = bar(n–1) and bar 0 = “bacon” | bar n = foo(n–1);
Network programming in SML/NJ: https://github.com/tonyg/smlnj-networking/
plan9 and Inferno
“Styx-on-a-Brick”: networked LEGO device http://doc.cat-v.org/inferno/4th_edition/styx-on-a-brick/
plan9 on a GuruPlug http://plan9.bell-labs.com/wiki/plan9/guruplug/index.html
NoSQL
NoSQL Data Modeling Techniques http://highlyscalable.wordpress.com/2012/03/01/nosql-data-modeling-techniques/
PHP Problems
[PHP: A fractal of bad design](http://me.veekun.com/blog/2012/04/09/php-a-fractal-of-bad-design/)
