| Name |
Type |
OS |
Description |
KeyValue
Source Code - Download
Application Installer - Download
|
EXE (Requires .NET Framework) |
XP |
This is my first C# program in the .NET Framework. It is a Windows Form program which
saves Key/Value pairs, and optionally writes them to an XML file of your choice. |
WindFree
Source Code - Download
Application Installer - Download
|
EXE |
Win95/NT/2K/XP |
A utility program to display a bar graph
representation of disk usage of your systems fixed hard disks. |
NT PIC Programmer
Source Code - Download
Application Installer - Download
|
EXE |
NT/2000 |
A PIC Programmer application and associated NT driver for
"tait" style Parallel port PIC programming devices.
This application also requires the MPASM assembler which is freely available on the Microchip website. |
FTP Client V1.7
Source Code - Download
Application Installer - Download
|
EXE |
2000/XP |
Another FTP Client application. This is MFC based. |
RenameDir V1.3
Source Code - Download
Application Installer - Download
|
EXE |
2000/XP |
An MFC based GUI application to rename directories. Select a top directory
and a naming convention and it will change the directory names accordingly. I had a load of directories
named like 12-01-2006 and I wanted to change them to 2006-01-12. |
diskfree-1.5.tar.gz
Download Now
|
Gzipped Tar File |
Linux |
A Gnome X windows program (with source) to display a bar graph
representation of disk usage of your systems mounted file systems.
Tested with RedHat 6.1/7.2/9 and Cygwin. Download and save this file as
diskfree-1.5.tar.gz |
ones.tar.gz
Download Now
|
Gzipped Tar File |
Linux |
A Linux dummy device driver which provides a /dev/ones device
node which operates similar to /dev/zero except that it produces
0xFF instead of 0x00. Developed and tested on Redhat 7.2 on an
Intel platform. Download and save this file as ones.tar.gz |
callback.tar.gz
Download Now
|
Gzipped Tar File |
Linux |
A Linux dummy device driver and a small user space program
which demonstrates how a linux device driver can send a signal to a
user space program. Developed and tested on Redhat 7.2 on an Intel
platform. Download and save this file as calback.tar.gz |
process_life.sh
Download Now
|
Ascii text file |
Linux |
A BASH shell sript (tested with RedHat Linux 7.2)
which given a pid as the only parameter
tells you how long the process has been running in elasped time.
Assumes jiffies of 100 (common for many distributions).
Download and save this file as process_life.sh |
search
Download Now
|
Ascii text file |
Linux |
A BASH shell sript (tested with RedHat Linux 7.2,9 and Cygwin)
which will search all files in all subdirectories (from the current directory)
for the text supplied as the first parameter.
The second parameter provides a way of refining the search using wildcard expressions.
Download and save this file as search |