Robert Burkhardt
P.O. Box 426164
Cambridge, MA 02142-0021
bobwb@juno.com
Last revision: November 25, 2008
These are some simple programs I put together which I have found useful from time to time. All archives include source code and documentation in HTML format. The tar archives include UNIX man pages. For the programs that use a command-line style user interface, the zip archives include compiled Win32 EXE files. Any feedback regarding these programs will be much appreciated. My contact information is above.
| Name | Description | Documentation | System Requirements |
|---|---|---|---|
|
chop.zip
chop.tar | Chop a big file into small files which can later be pasted back together to get the big file again. Useful for doing sneaker-net transfers of large files via floppy disks. | chop unchop | ANSI C compiler, command-line interface |
|
fdc.zip
fdc.tar | C-style floating-point calculator with variables and standard math functions. | fdc | ANSI C compiler, command-line interface |
|
idc.zip
idc.tar | C-style integer calculator with variables and hex/octal/binary input and output. | idc | ANSI C compiler, command-line interface |
|
Tablet.java
Tablet.jar | Digitizing tablet simulator. | Tablet | Java 1.2 to execute stand-alone programs. |
|
HCalc.java
HCalc.jar | Calculate the billable time working on a project. Works as an applet or stand-alone program. | Work Hours Calculator | Java 1.2 to execute stand-alone programs. |