9311 projects tagged "OS Independent"
CGI_UTILS is a set of three C++ classes: CGI, Template, and Session. CGI wraps the CGI protocol. Template provides an easy way to use templates in your CGI applications. It knows about variables and datasets (tables). Session provides the ability to pass data between your programs through shared memory.
Checkservice is a Perl script that monitors services on remote hosts. It uses plugins to provide a more thorough check than just a socket check, and can be configured to check multiple services on multiple hosts using two different methods (simple and extended). It is able to write logs and when running in the background enables warnings. It features a beep-, mail-, and SMS-warning system.
CHIRP is a tool for automating the creation of configuration trees for Cricket. It supports a plugin architecture for adding drivers which produce Cricket configuration files and supports automatic detection of device types. When a network device is identified, CHIRP dynamically associates a driver with it to produce the configuration file.
clo++ is a command line option parser generator. Given an XML file that contains a description of your program and its options, clo++ can generate code to parse its command line. In addition to code generation, clo++ can also generate man pages. Other languages and output formats can easily be added because clo++ generates its output using templates.
The Clusutils package contains programs to assist researchers in their study of data clustering problems and algorithms. The clusgen program generates artificial data sets. The cluscomp program compares partitions of a data set, and returns an index (between plus/minus 1) which is a measure of the correspondence of the partitions with each other.
code2html is a perlscript which converts a program source code to syntax highlighted HTML. It may be called from the command line or as a CGI script. It can also handle include commands in HTML files. Currently supports: Ada 95, C, C++, HTML, Java, JavaScript, Makefile, Pascal, Perl, SQL, AWK, M4, and Groff.
Configuration enhances the java.util.Properties class. It offers configuration variables that allow factorization of parameters. It also offers enumerative properties or randomly chosen properties and allows you to finely parameterize the access to resource files (from disk, jar file, or url).