
Projects code experiments Open Source / Downloads
netPad is a tiny TO DO list replacement with three different editing areas (today, current and archive). It definitely lacks bells and whistles (it's a notepad clone after all) but it helps me a lot to handle my daily and upcoming tasks plus has a dedicated area for resolved tasks ready to be copied into time-trackers.
I always wanted a similar app without any big features and guess that's what it has become.
So I started to learn c# and - voila - my first application. :)
If you would like to obtain the source, just email me.
Download: netPad_v1.1.0.1.zip (requires .net Framework 2.0+)
Microplayer is an MTASC powered media player I use here at the blog. It's my first attempt to code in flash/actionscript.
Download: microplayer_v2.zip (requires swfmill and mtasc to build, examples included)
QueryResumed is a total rewrite of Stefan Tomanek's IRSSI plugin 'queryresume'.
It works flawless for me, however might need a few tweaks in the code to get it run on your setup: It's the first time I worked with perl. Thanks to tramsan for a crash course :)
Major difference compared to the vanilla version is that all existing log files get displayed, until the line limit is reached. You can define if you like to display visual separators for each logfile and if you also want non-query windows to be resumed.
Download: queryresumed.pl (requires File::Glob)
Pseudolog is a tool to keep track of the time you spend on tasks.
Ideal to manage multiple jobs on a project for accurate time reports. It's native format is XML based; ready to get imported at almost any reporting application.
Download: Pseudolog_v1.0.8.4.zip (requires .net Framework 2.0+)
Zeitgeist is a small Bourne shell script to automatically fetch the latest Zeit.de ePaper (PDF) and Audiofiles from their premium service. Recommended to run on Saturdays, once per week (they push out new releases on Friday).
A valid Die Zeit Premium subscription is required.
Download: zeitgeist.sh.txt (requires bash, wget and date) |