The following are small (some large) snippets of code in which I contributed all or a majority of the code:
Django
- Cookie Handler
Allows setting cookies via the request.COOKIES object before a response is created. - Spaceless HTML Middleware
Designed to trim the filesize of a page by using Django’s built-in spaceless function. - django-sphinx
A layer for Django which integrates well with the Sphinx search engine. - django-orm-cache
A layer for Django which is geared at row-level caching and invalidation. - django-db-log
Catches exceptions thrown in Django and stores them in the Database. - django-ratings
A very flexible generic ratings application. - django-object-view-tracking
A generic object view tracking model. - django-idmapper
A pluggable solution for identity mapping in Django. - django-notices
Allows anonymous flash messaging in Django.
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. - feedreader
An extensible RSS/ATOM feed parser.
PHP
- wp-lifestream
A plugin for WordPress which allows you to stream your social network updates. - 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
