me

Projects

Random bits of code.
  1. python
    1. oauth
    2. colorized-logger
    3. make-request
    4. memoize
    5. urlencoding
  2. ruby
    1. tempdir
    2. script-gem
    3. grip
    4. auto-sanitize
  3. erlang
    1. trn
  4. tools
    1. gmeta
    2. plls
  5. django
    1. sqlalchemy
    2. jinja
    3. flatpage-widget
    4. blog-entries
    5. rte-widgets
    6. translatable-model
    7. oauth-consumer
    8. admin-manager-monkey
    9. comment-sanitize

python

oauth

Python OAuth library for generating and validating signatures.
Code at GitHub.
Documentation here.
Download As Zip Download As Tar

colorized-logger

Colorized debug logging.
Code at GitHub.
Download As Zip Download As Tar

make-request

Python library for making form encoded HTTP requests.
Code at GitHub.
Download As Zip Download As Tar

memoize

Python memoize descriptor.
Code at GitHub.
Download As Zip Download As Tar

urlencoding

URL Encoding Helpers
Code at GitHub.
Documentation here.
Download As Zip Download As Tar

ruby

tempdir

Tempfile like behaviour for directories.
Code at GitHub.
Documentation here.
Download As Zip Download As Tar

script-gem

Vendored gems for Rails applications. Probably Obsolete.
Code at GitHub.
Documentation here.
Download As Zip Download As Tar

grip

Gem Rails Plugins. Probably Obsolete.
Code at GitHub.
Documentation here.
Download As Zip Download As Tar

auto-sanitize

Automatically run all user input through the built in rails sanitize function to protect against XSS attacks.
Code at GitHub.
Documentation here.
Download As Zip Download As Tar

erlang

trn

Erlang game server powered by Mochiweb.
Code at GitHub.
Download As Zip Download As Tar

tools

gmeta

Git post-checkout/pre-commit hooks for including file metadata in the repository.
Code at GitHub.
Documentation here.
Download As Zip Download As Tar

plls

A crude iTunes plalist creator.
Code at GitHub.
Download As Zip Download As Tar

django

sqlalchemy

Tiny sqlalchemy helpers for use with Django.
Code at GitHub.
Download As Zip Download As Tar

jinja

Tiny jinja2 helpers for use with Django.
Code at GitHub.
Download As Zip Download As Tar

flatpage-widget

Django app to allow a setting to define the Widget used for editing Flat Pages.
Code at GitHub.
Documentation here.
Download As Zip Download As Tar

blog-entries

Django blog application.
Code at GitHub.
Documentation here.
Download As Zip Download As Tar

rte-widgets

Rich Text Widgets for use with Django.
Code at GitHub.
Documentation here.
Download As Zip Download As Tar

translatable-model

Helpers for working with localized models.
Code at GitHub.
Documentation here.
Download As Zip Download As Tar

oauth-consumer

Django app for building OAuth enabled applications.
Code at GitHub.
Documentation here.
Download As Zip Download As Tar

admin-manager-monkey

Monkey patch Django's Admin system to allow specifying a custom manager instead of forcing _default_manager.
Code at GitHub.
Documentation here.
Download As Zip Download As Tar

comment-sanitize

Django app when installed will sanitize comment bodies using the html5lib sanitizing parser.
Code at GitHub.
Documentation here.
Download As Zip Download As Tar