Natura is a programming language designed to make number theoretic programming easier for mathematicians by describing computations in a language closer to that used by mathematicians than the methods of expression provided by other programming languages
ruby-gsl is a port of the GNU Scientific Library (GSL) to the Ruby programming language. The GNU Scientific Library is a collection of routines for numerical computing. Ruby is an interpreted scripting language for quick and easy object-oriented programm
The fst2v5d package converts data stored in the Canadian RPN Standard File (FST) format into Vis5D format. FST files, commonly used to store meteorological data, are scanned by fst2v5d to generate both 4D fields and independent topography input files.
Framework for blockstructured adaptive finite volume methods. Provides MPI-parallelized variant of the Berger-Oliger AMR algorithm for Beowulf-clusters. Uses Clawpack. Visualization and conversion tools for HDF4 files included.
uBLAS is a C++ template class library that provides BLAS level 1, 2, 3 functionality for dense, packed and sparse matrices and many numerical algorithms for linear algebra.
Numerically estimate an efficiency of code construction algorithms. Randomly generate n binary words of length m with minimum Hamming distance d and create a prefix code (= retrieval tree) from them. Based on PhD work.
Thash is a Transport management software which would enable the complete management of employee mass transport facility provided by a company (for e.g. A Call-Center),with features such as Route Scheduling, Shift Management and Statistical Analysis etc.
Parser for mathematical expressions written in Java. Expressions may contain variables, functions and constants. The parser turns a string argument into an expression tree, which then can be evaluated.
WinS (Wins Is Not Serious) is not another MatLab. Now it can only find prime numbers,
in an interval, beep when it find twin primes, print the maximum distance found between two consecutive prime numbers.
libbci is an interpolation library based on the bicubic interpolation method. The precision of this method is higher than in bilinear interpolation method because it's a real 2D method.
Emu48 for Mac OS X is an emulator for HP calculators. It is a port of Emu48 for Windows and uses the same ROM images and interface skins. Currently it can emulate the HP49/48/40/39/38 series calculators. More info: http://emu48mac.sourceforge.net/
Feature extraction toolkit based on a wavelet multiscale
vision model. Includes 1D signal processing sample application for line
identification and classification of astronomical spectra.
A user-friendly mathematical plotter. Its main purpose is displaying 2D/3D functions, defined in rectangular, polar and cylindrical coordinates, relations between variables, parametric curves/surfaces and vector fields. It is based on SDL and OpenGL
Ganzúa is a cryptanalysis tool for classical ciphers (mono and polyalphabetic) that lets the user define almost completely arbitrary cipher and plain alphabets, allowing for the proper cryptanalysis of cryptograms obtained from non-English texts.
"CAGE", the Computer Audio Garden in Eclipse, is to be an Eclipse-based, Java and XML workbench, for the computer music composer. It will use the Rich Client Platform to provide a basic backbone framework, enabling existing computer music tools to be p
Borsuk is a gtkmm2 based maths and physics instant messenger using jabber protocol. It sends data in XML (MathML, SVG) so it can be easily reused i.e. as a webpage. Integrated editor for maths formulas and graphics helps creating data i.e. rewriting it.
Planimetric Geometry (JCabri) is a rewrite of Cabri Geometry in Java. It provides solution for doing geometric constructions in 2D and exporting them as an animated GIF or Java applet.
Operation with currency values don't work fine with float or double types. This C++ library implements operators in a decimal fixed point (x100) package. This package use only integer type internally multiplied by 100.