Ports Search

Results 5,2615,270 of 5,886 for /net-im/.(0.03 seconds)
math/memisc-0.99.7.1 (Score: 0.0052562496)
Provides an infrastructure for the management of survey data
One of the aims of this package is to make life easier for useRs who deal with survey data sets. It provides an infrastructure for the management of survey data including value labels, definable missing values, recoding of variables, production of code books, and import of (subsets of) SPSS and Stata files. Further, it provides functionality to produce tables and data frames of arbitrary descriptive statistics and (almost) publication-ready tables of regression model estimates. Also some convenience tools for graphics, programming, and simulation are provided.
math/libjbigi-0.8.7 (Score: 0.0052562496)
i2p JNI to GNU MP Bignum library (libgmp)
[ excerpt from developer's web site ] Using JNI (Java Native Interface), a bit of C code (thanks ugha!), a little manual work and a piece of chewinggum: it is possible to make the public key cryptography quite a bit faster.
math/big_int-1.0.7 (Score: 0.0052562496)
Functions for calculations with arbitrary length integers and bitsets
Functions from this package are useful for number theory applications. For example, in two-keys cryptography. See /tests/RSA.php in the package for example of simple implementation of RSA-like cryptoalgorithm. See http://chat.finalcombat.com/vayala/big_int/ page for more complex implementation of RSA-like crypto, which supports key generating, encrypting/decrypting, signing and validating of sign. The package has many bitset functions, which allow to work with arbitrary length bitsets. This package is much faster than bundled into PHP BCMath and consists almost all functions, which are implemented in PHP GMP extension, but it needn't any external libraries.
math/bitset-3.0.0 (Score: 0.0052562496)
PECL extension for manipulating bitsets
This extension for PHP provides routines for manipulating bitsets.
math/bitset-2.0.3 (Score: 0.0052562496)
PECL extension for manipulating bitsets
This extension for PHP provides routines for manipulating bitsets.
math/stats-1.0.5 (Score: 0.0052562496)
PECL extension which with routines for statistical computation
This ststs extension for PHP provides few dozens routines for statistical computation.
math/newmat-1.1 (Score: 0.0052562496)
C++ matrix library
The package is intended for scientists and engineers who need to manipulate a variety of types of matrices using standard matrix operations. Emphasis is on the kind of operations needed in statistical calculations such as least squares, linear equation solve and eigenvalues.
math/libproj4-3.20081120 (Score: 0.0052562496)
C language procedures related to cartographic processes
The general purpose of this library is to provide C language procedures related to cartographic processes. Procedures for each of the processes will be strictly categorized and although they may share common subfunctions they will not intersect in scope.
math/msieve-1.51 (Score: 0.0052562496)
Fast factorization of big integers using MPQS and GNFS
Msieve is a library and utility for factoring large integers using the most powerful modern algorithms. It features a stable and very fast implementation of a self-initializing multiple polynomial quadratic sieve (MPQS), plus a somewhat experimental general number field sieve (GNFS) implementation. Primary design goals are speed, portability and ease of use. Msieve claims to be the fastest implementation for factoring general inputs between 40 and 100 decimal digits, but can handle larger input as well.
math/ocaml-gsl-1.15.1 (Score: 0.0052562496)
Interface to GSL for the Objective Caml language
ocamlgsl is an interface to GSL (GNU scientific library), for the Objective Caml langage.