138 projects tagged "OS Independent"
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.
iSQL(IndependentSQL)-Viewer is a JDBC 2.0-compliant application that can take advantage of platform features such as transactions, running batch modes, and database abstraction. Even in heterogeneous database environments, it supports all database platforms with a JDBC 2.0-compliant driver, such as PostgreSQL, MySQL, and Oracle. It provides a variety of tools to carry out both simple and complex database activities.
JavaWeather is multithreaded Java code which connects to the NWS servers to download current weather conditions and forecasts from 3,000 observation stations around the US and the world, and provide bean-like access info for Java applications and servlets (not applets). It also includes some temperature utilities.
The JS/CORBA Adapter provides a mechanism for arbitrary JavaScript objects to interact with each other transparently in a distributed JavaScript system. The interaction uses CORBA, and therefore the JS/CORBA Adapter also provides an easy mechanism for other CORBA systems to access Javascript objects without the need to define any IDL. The JS/CORBA Adapter is built on top of Rhino, an open-source implementation of JavaScript written entirely in Java.
Sablotron is an XML toolkit which implements XSLT, DOM, and XPath. Sablotron is written in C++, and it can be used from C, Perl, Python, PHP, ObjectPascal, and via a command line interface. It supports the XSLT 1.0, XPath 1.0, and DOM Level 2 W3C specifications. It is designed to be as compact and portable as possible, and is maintained as an Open Source project by Ginger Alliance.
SISC is an extensible Java-based interpreter of the algorithmic language Scheme. It uses modern interpretation techniques and handily outperforms all existing Java interpreters (often by more than an order of magnitude). In addition, SISC is a complete implementation of the language. The entire R5RS Scheme standard is supported. This includes a full number tower including complex number support and arbitrary precision integers and floating point numbers, proper tail recursion, hygienic macros, and full support for first-class continuations (not just the escaping continuations found in many other systems).
ZZIPlib provides read access on ZIP-archives. The library uses only the patent-free compression-algorithms supported by zlib. Functions are provided that transparently access files being either real files or zipped files, both with the same filepath. The zip-archive can be used in the place of a normal subdirectory. It is written in portable C.