Harry Marr

Projects

MongoEngine

MongoEngine is an Object-Document Mapper (think ORM, but for Document Databases) for working with MongoDB from Python. The documentation is available at mongoengine.org/docs and the source is available on GitHub.

Mumblr

Mumblr is a simple Tumblelog application, written in Django. It uses MongoDB as its database, and MongoEngine for communicating with MongoDB from Django. Fork it on GitHub.

Django-SES

A Django email backend that provides support for Amazon's Simple Email Service.

Django Debug Toolbar MongoDB Panel

An extension panel for Rob Hudson's Django Debug Toolbar that adds MongoDB debugging information.

Chrome Cookie Switcher

Chrome extension that allows you to save cookies for a website to a "profile", then easily switch between your saved cookie profiles. Find out more.

ChromeSheep

FireSheep, but for Google Chrome. It has two components—a server, written in CoffeeScript and Node.js, which sniffs sessions over a given network interface, and a Chrome extension that activates the sniffed sessions in the browser. Find the source on GitHub.

GitHub Cross-Repo Compare UserScript

A UserScript that adds a button to the toolbar of the "commit" pages of forked repositories on GitHub, which allows the repository to be easily compared to the original repository (the one it was forked from). This is useful for project maintainers who want to compare how various forks have deviated from the main repository.