READ THE FUCKING MANUAL

corner nick
Snippet/program name Language Description
strparser.pp Pascal(FPC) My one and only parser unit written in FPC. Very useful for alot of things. See file for licensing.
su.c C coreutils 5.2.1, moded su to allow passing of password via a commandline, making it a useful setuid wrapper. Licensing and such see file header.
bf.pb PureBasic Brainf*ck, pure simple and confusing this is my fav off the wall and off your rocket lang.
inject.pb PureBasic Code for injecting additional code into executables at start up. Try it on notepad.exe.
flcrypt Pascal(FPC) Port of a app I wrote a long time ago in Delphi called blowfile a blowfish based file encryptor. win32 binary and full source encluded. DCPCrpyt componets used are MIT license.
TEA(Tiny encryption algo) Pascal/Delphi I pure pascal implementation of TEA.I didn't write this I just happen to have it.
server.pl Perl POE based HTTP Server has support for normal forms and multipart for fule uploading. Basically works I just never implemented native support in it for perl scripts/plugins.
crawl.pl Perl *nix directory spider, feed it a base dir and watch it go. Based on tree.pl. Code is GPL