Older Downloads


Here you can find older code and programs which are no longer being developed or supported. All software is released under a BSD license and in source code form.

TSuperList


TSuperList is a free open source component for Delphi 2.0 and C++ Builder 1.0 (it will work in later versions, just build a package) that incorporates better control over a standard TListbox control.

TSuperList incorporates a panel with a plus and minus button for addition to and deletion from a listbox. Input and editing is made through a built in InputBox, so it requires no coding to add, delete, or edit items in the listbox. The majority of the testing has been done in C++ Builder because that is the environment that I work in most.

Download here.

QSuperList and QInputBox


QSuperList is a QFrame descendant that contains a QListBox and two QPushButtons. The operation of the two buttons controls input in and out of the QListBox. Great control can be exercised over entry and editing, including settings that maximum length of an item, or the maximum number of items. To add an entry, simply hit the + button. To subtract an entry, highlight it, and hit the - button. To edit an existing entry, double click on the listbox and that entry will come up for editing.

QInputBox attempts to mimic the InputBox function in Delphi/C++ Builder. While doing development of SambaLink/Q, I needed a simple way to grab a line of input from a user. Qt does not have this generic functionality.

Download here.

SambaLink/Q


SambaLink/Q is a Qt based Samba configuration editor. It is extremely outdated, but still functional. It is compiled against Qt 3.

Download here.

sx360


sx360 is an open source, cross platform C++ library for dealing with 360 column binary format. sx360 supports files greater than 4 GB in size, unlimited card count, and custom punch mapping.

Project files are available for XCode, Visual Studio 2005, and Linux (autoconf/automake).

sx360 has been tested on :
  • Mac OS X 10.4
  • CentOS 5 (32 and 64 bit)
  • Ubuntu 7.04 (32 bit)
  • Windows XP SP2
Download zip file with project files for Visual Studio 2005, Xcode, and autoconf/automake here.

Download gzip archive here.