More or less interesting stuff that I'm working on.
MIXemu
MIXemu is a simulator of the MIX computer invented by Donald Knuth and described in his famous book "The Art of Computer Programming".
spyps
Spyps is a process tracing utility. It traces multiple processes (process trees) and displays messages on their activity or system calls invoked (similarly to strace). It also offers several other features, such as the ability to slow down or pause the execution of traced processes.
Minor projects
- editdns.pl - a Perl script that lets you add and delete DNS records for your domains hosted at EditDNS.net from the command line.
- ntpprobe - shows version and stratum of a NTP server.
- nulf - creates an empty file of specified size.
- psfbanner - outputs text as ASCII art, using a PSF font.
jQuery plugins
- ieFixButtons - a plugin
that makes
<button>elements work correctly in Internet Explorer 6 and 7. - imgAreaSelect - a plugin for selecting a rectangular area of an image. Can be used to implement image crop interfaces and Flickr-like photo notes.
- imgZoom - implements a smooth zoom effect on images using vector graphics.
- selectList - a plugin that replaces the standard HTML multiple select element with a nicer and more user-friendly interface.
Greasemonkey Scripts
- BrightenUp - experimental script that uses the <canvas> element to adjust the brightness of images hosted at ImageShack.
- US to Metric - converts US measurement units to their metric counterparts.