Go back up to my homepage.
Free Unix Software
UniData version 1.0
UniData is a library to assist C++ programs trying to read arbitrary data
files. The user provides a schema file to describe the data, and the
library can read it and present it to the rest of the C++ program.
unidata-1.0.tar.gz.
cTool
Now with it's own cTool
web page.
Miscellaneous Small Things (free!)
-
sortnet-1.0.tar.gz:
This program reads a file describing a sorting network
and outputs C code to sort an array using that network. You
can optionally have the program generate code to exhaustively
test the generated sorting network.
-
callstk.tar.gz:
A set of C++ classes that keep track of the call stack and program trace
with minimum hassle. (Includes a perl program to make the necessary changes
to an existing program that follows K&R brace style.)
-
transform.tar.gz:
A batching source code transformer (renames identifiers in C/C++).
-
self.tar.gz:
A program that assists in making other programs capable of printing themselves.
(Pure silliness.)
-
jnk.c:
Some code I wrote for a student looking to get his homework done on the net;
I kinda like it, so it's here also.
Go back up to my homepage.
Mail me at: flisakow at spf-15.com