Latest News

Update for Netx Released

An updated version of Netx is available that adds one feature and fixes some bugs.

JFreeChart

JFreeChart is a great library for creating various types of charts (line charts, bar charts, pie charts, etc.) in Java.

JFreeChart is available from JFree.org

Contribution

Developed some additional features in JFreeChart. These new features can be downloaded from here. Data displayed using unequal axes
Data displayed using equal axes

Colt

Colt contains an excellent linear algebra library for matrix computations in Java.

Colt is available from Wolfgang Hoschek.

Contribution

Developed some additional features in Colt. These new features can be downloaded from here.

The consistency and redundancy checks were made possible by implementing a new version of the QRDecomposition object. This implementation uses the Householder QR factorization procedure. A good description of the algorithm is available in Gene H. Golub's and Charles F. Van Loan's book entitled Matrix Computations. This implementation differs from the original one in Colt by being capable of identifying the dependent and independent columns of a matrix.

Netx

Netx is an open-source, JNLP client that permits the dynamic loading and updating of Java applications (even for console-based applications). It works very well and is well designed.

Netx was developed by Jon A. Maxwell.

Contribution

Developed some features and fixed some bugs: The updated version of Netx can be downloaded from here.

Jmol

Jmol is an interactive, visual modeler of molecules for use in chemistry and biochemistry.  The library is open-source and can be used in stand-alone applications and on web pages.