The following are small (some large) snippets of code in which I contributed all or a majority of the code:
Django
- Sphinx Search ORM
A layer for Django which integrates well with the Sphinx search engine. - Cache ORM
A layer for Django which is geared at row-level caching and invalidation. - Cookie Handler
Allows setting cookies via the request.COOKIES object before a response is created.
Python
- Wikimarkup
A library which parses MediaWiki markup somewhat efficiently. - Firefox Extension Version Changer
A simple shell script which will update the minVersion and/or maxVersion fields in a firefox extension manifest.
PHP
- AuthPlugin_Vanilla for MediaWiki
A plugin for MediaWiki which allows integration into the Vanilla forums authentication layer. - Disk Cache
Very simple disk caching library. - Image Resampling
Simple image resampling function. - httplib
A lightweight HTTP library for PHP. - database
A lightweight database library for PHP which integrates PostgreSQL and MySQL and helps alleviate injection issues.
JavaScript
- jQuery Autocomplete
A modified autocomplete library which merges (and fixes) the two popular modules. - trim()
Removes whitespace (or other characters) - dir()
Python-like dir() method - getXY()
Gets absolute X/Y positions of an object