Public availability software I wrote/am writing:
-
"The MK - a Configuration Management
Concept."
(mk-3.18.4.ps.gz, mk-3.18.4.html.gz
mk-3.18.4.tar.gz)
The MK system is a UNIX software package that addresses some of the
CMVC (Configuration Management and Version Control) issues.
The MK system started primarily as a build facility based on the makefile
generation idea. As the system was applied to the real life projects the
revision system was added. At present both build and revision system work
together in a specific project structure called "Shadow Tree Configuration".
-
C++ diagnostic trace package (trace-0.1.zip)
This packages allows you to organize debugging trace statements scattered
throughout your code. It provides an a set of diagnostic trace statements
that can be turned on and off at runtime of the application without the
need to recomplie with the different preprocessor defines.
-
Tcl argument parsing utility (yaap-0.9.zip)
This template based argument parsing utility was originally inspired
by the X11 Intrinsics XtGetApplicationResources() function. The idea is
to use a single template consisting of a structured list to parse command
line arguments, do necessary conversions (or in Tcl case verification)
into the user variables and produce a usage/help message describing command
line structure and detailed description for all options.
-
Perl script to generate DNS reverse lookups.(dorev)
Generate DNS reverse lookup zone files based on the forward zone files.
It automates manual translations of A resource records into the
in.addr.arpa PTR resource records.
$Id: software.html,v 1.15 2007/08/02 05:50:55 pzi Exp $
Home