-
Tcl-Dox: A TCL Filter for Doxygen
This is a filter that you can use with Doxygen for documenting TCL source code. My employer, Impact Technologies, was kind enough to allow me to release this to the open source community. You can download it here. There is an example Doxygen configuration file in the source package.
-
Emacs stuff
A bunch of emacs code I’ve written and collected over the years. Probably the most useful code in here is mark.el. This code gives you a listing of the marks in the mark ring in a method similar to “occur”. It allows you to easily jump between your marks in a visual manner.
-
PAM timeperiod
pam_timeperiod is a Linux PAM module that allows you to restrict the frequency of logins. I wrote it because I was extremely bored and was slightly annoyed at how often some people were checking their email on my server. I haven’t really used this module but it was fun to learn how to write a PAM module.
-
Mls patch
This patch fixes a bug in mls that prevents long paths from being accessed. I sent the patch to the author but never heard anything back.
