SW Name |
Home page |
Downloaded |
LAPACK |
http://www.netlib.org/lapack/ |
4458x |
LAPACK is written in Fortran77 and provides routines for solving systems of simultaneous linear equations, least-squares solutions of linear systems of equations, eigenvalue problems, and singular value problems. The associated matrix factorizations (LU, Cholesky, QR, SVD, Schur, generalized Schur) are also provided, as are related computations such as reordering of the Schur factorizations and estimating condition numbers. Dense and banded matrices are handled, but not general sparse matrices. In all areas, similar functionality is provided for real and complex matrices, in both single and double precision.
|
|
botan |
http://botan.randombit.net/ |
4352x |
Botan is a library, written in C++. It's main purpose it to provide an easy to use, high level interface to various cryptographic primitives, such as block ciphers, hash functions, and public key algorithms. In addition, the intent is that Botan is as general purpose as possible, and for this reason, it supports many standards and de-facto standards.
|
|
XStream |
http://xstream.codehaus.org/ |
4224x |
XStream is a simple library to serialize objects to XML and back again. It is easy to use, does not require the definition of mappings, is fast, and integrates with other XML APIs.
|
|
CL-SDL |
http://cl-sdl.sourceforge.net/ |
4019x |
Provide the Common Lisp (CL) community with bindings to the SDL library, and OpenGL
|
|
GLib |
http://www.gtk.org/ |
4017x |
GLib - Library of useful routines for C programming.
|
|
AxisPHP |
http://www.axisdata.com/AxisPHP/ |
3997x |
A PHP library that includes objects for creating PostScript and PDF documents.
|
|
jvider |
http://www.jvider.com |
3783x |
With jvider (Java Visual Interface Designer) you can easily design graphical user interfaces for your Java applets and applications.
|
|
Apwal |
http://apwal.free.fr/ |
3505x |
Apwal is a simple application launcher for Linux together with a powerful editor.
|
|
JaxMe 2 |
http://ws.apache.org/jaxme/ |
3485x |
JaxMe 2 is an open source implementation of JAXB, the specification for Java/XML binding.
A Java/XML binding compiler takes as input a schema description (in most cases an XML schema but it may be a DTD, a RelaxNG schema, a Java class inspected via reflection or a database schema). The output is a set of Java classes:
* A Java bean class compatible with the schema description. (If the schema was obtained via Java reflection, then the original Java bean class.)
* An unmarshaller that converts a conforming XML document into the equivalent Java bean.
* Vice versa, a marshaller that converts the Java bean back into the original XML document.
In the case of JaxMe, the generated classes may also
* Store the Java bean into a database. Preferrably an XML database like eXist, Xindice, or Tamino, but it may also be a relational database like MySQL. (If the schema is sufficiently simple. :-)
* Query the database for bean instances.
* Implement an EJB entity or session bean with the same abilities.
In other words, by simply creating a schema and running the JaxMe binding compiler, you have automatically generated classes that implement the complete workflow of a typical web application:
|
|
pyFLTK / plFLTK |
http://pyfltk.sourceforge.net/ |
3442x |
pyFLTK/plFLTK are Python and Perl wrappers for the cross-platform Fast Light Toolkit (FLTK).
|
|
icapd |
http://libmcal.sourceforge.net/ |
3341x |
icapd is an ICAP (Internet Calendaring Access Protocol) server, as described in the IETF drafts by Pete O'Leary. It provides calendaring services through the libmcal library's mstore driver.
|
|
VString |
http://cade.datamax.bg/[..]away/vstring/ |
3156x |
VSTRING is a C++ library which provides a large set of string manipulation features, including dynamic string objects that can be freely exchanged with standard char* types (so there is no need to change function calls nor the implementation when you change from char* to String (and vice versa)). The main difference from other similar libs is that the dynamic String class has no visible methods (except operators); it is used as a plain char*, but it will expand/shrink as needed. VSTRING also provides Perl-like arrays and hashes (VArray and VTrie) and a VRegexp class which automates regexp pattern matching.
|
|
Mini-XML |
http://www.easysw.com/~mike/mxml/ |
2978x |
Mini-XML is a small XML parsing library used to read XML and XML-like data files in an application without requiring large non-standard libraries.
|
|
pyxattr |
http://pyxattr.sourceforge.net/ |
2973x |
pyxattr is a Python extension module wrapper for libattr, which can be used to query, list, add, and remove extended attributes from files and directories.
|
|
Poslib |
http://www.posadis.org/ |
2966x |
Poslib is a library which is needed by DNS server Posadis.
|
|