pwexport

pwexport command line password exporter for firefox.

LoL

LoL is a fork of HaH

http-notifier-applet

http-notifier-applet is a gnome panel applet that lets you receive notifications from a web service.

Launcher

Launcher is a firefox extension that lets you launch programs on links from the context menu

Watcher

Watcher is a simple perl script for polling websites and generating a rss feed to notify you when they change.

Lisputils

I have various bits of lisp junk in this repository. There's my macro environment-let which is basically a framework for writing certain kinds of code-walkers. Also a nice little macro with-emit for generating a list efficiently by pushing stuff onto the end. There's also a semi-broken pattern matching library and a cps transformer.

Ancient patches that probably don't work anymore

Here is a patch that gives gaim latex support just like in Adium / Equation Service.

Here is a patch for ssh that does SNK (aka TIS authserv) authentication automatically (instead of asking the user for a response).

I wrote a patch for mutt that corrects some annoying behavior in the key selection menu.

(let ((x (quote (quasiquote (let ((x (quote (unquote x)))) (unquote x))))))
  (quasiquote (let ((x (quote (unquote x)))) (unquote x))))