8 projects tagged "OS Independent"
FFTW is a fast C FFT library. It includes complex, real, symmetric, multidimensional, and parallel transforms, and can handle arbitrary array sizes efficiently.It is typically faster than other freely available FFT implementations, and is even competitive with vendor-tuned libraries (benchmarks are available at the homepage). To achieve this performance, it uses novel code generation and runtime self optimization techniques (along with many other tricks).
PXP is a validating XML parser for the programming language Objective Caml. It strictly implements the full XML-1.0 standard. The XML instance is represented as a tree of objects. It is also possible to access the DTD. PXP means "Polymorphic XML parser" and emphasizes its most useful property: that the API is polymorphic and can be configured such that different classes are used to store different types of elements. PXP contains a user's manual and several example, and has been designed with CGI programming in mind, however is not limited to this field.
FaCiLe is a constraint programming library over integer finite domain written in OCaml. It offers all usual facilities to create and manipulate finite domain variables, arithmetic expressions and constraints (possibly non-linear), built-in global constraints, and search goals. It also allows you to build easily user-defined constraints and goals (including recursive ones), making pervasive use of OCaml higher-order functionals to provide a simple and flexible interface for the user.
JSON for Objective Caml is an implementation of the JavaScript Object Notation for the Objective Caml programming language. JSON is a lightweight data interchange format presented as a simpler and thinner alternative to XML. For more information on JSON, visit http://www.crockford.com/JSON/index.html.
BBSzilla is an extension for Mozilla-based browsers such as the Mozilla Application Suite and Firefox. It gives the browser the ability to connect to Bulletin Board Systems that utilize TCP/IP, such as Hotline servers. There is functionality for multi-user chat, single-user messaging, as well as server-side and P2P file sharing, threaded news, single-thread bulletins, and more.