355 projects tagged "Utilities"
DSML is the Directory Services Markup Language, an XML dialect for working with directory information. The DSML Tools provide for the querying of any LDAP directory (with search results output as DSML), the importing of DSML data into any LDAP directory, the directory-context validation of DSML (checking for illegal attributes in the entries, etc.), and the calculation of the differences (for a directory) between two DSML documents to provide an XML Diff algorithm for DSML data. This software makes all LDAP-supporting directories DSML-enabled. It can also check the integrity of DSML data, and show at a glance how two data sets, represented as DSML, differ.
ClimbLog is a Java application for writing down climbing routes in something like a diary. The entries are stored hierarchically, so it's easy to navigate and search through the tree. You can add comments for each entry or tally routes. The data is stored in XML format and can be exported to HTML.
JReferences is a program written in Java for managing bibliographic references in the BibTeXML format. Storage is done in a binary file database or, optionally, in a MySQL database. A PHP Web frontend is available. It can input BibTex, RIS, BibTeXML, and DocBook formated references.
JStart gives the ability to start Java class files (or applets) by double clicking on them from the desktop like any executable program. You only have to assign *.class files to this program. It loads a class file, investigates it according to the Java Sun class file specification, extracts the full class name (including packages), and invokes the main method of that class.