Ports Search

Results 14,04114,050 of 19,819 for %22HTTP Server%22.(0.011 seconds)
math/add-20150704 (Score: 9.2878623E-4)
Full-screen editing calculator
Add is a fixed-point calculator that operates as a full-screen editor. Add performs fixed-point computation. It is designed for use as a checkbook or expense-account balancing tool. Add maintains a running result for each operation. You may scroll to any position in the expression list and modify the list.
math/ann-1.1.2 (Score: 9.2878623E-4)
Library for Approximate Nearest Neighbor Searching
ANN is a library written in C++, which supports data structures and algorithms for both exact and approximate nearest neighbor neighbor searching in arbitrarily high dimensions.
math/clipperlib-6.0.0 (Score: 9.2878623E-4)
Polygon clipping library
The Clipper library primarily performs boolean clipping (intersection, union, difference and xor) on polygons in 2D space. There are no restrictions on either the number nor the type of polygon that can be clipped. They can have holes, be self-intersecting and even have coincident edges. The library also performs polygon offsetting
math/bitset-3.0.0 (Score: 9.2878623E-4)
PECL extension for manipulating bitsets
This extension for PHP provides routines for manipulating bitsets.
math/arpack++-1.2 (Score: 9.2878623E-4)
ARPACK++ is an object-oriented version of the ARPACK package
ARPACK++ is a collection of classes that offers c++ programmers an interface to ARPACK. It preserves the full capability, performance, accuracy and low memory requirements of the FORTRAN package, but takes advantage of the C++ object-oriented programming environment.
math/bitset-2.0.3 (Score: 9.2878623E-4)
PECL extension for manipulating bitsets
This extension for PHP provides routines for manipulating bitsets.
math/concorde-20031219 (Score: 9.2878623E-4)
Combinatorial Optimization package
Concorde is a computer code for the traveling salesman problem (TSP) and some related network optimization problems. The code is written in the ANSI C programming language and it is available for academic research use; for other uses, contact bico@isye.gatech.edu for licensing options. Concorde's TSP solver has been used to obtain the optimal solutions to 106 of the 110 TSPLIB instances; the largest having 15,112 cities. The Concorde callable library includes over 700 functions permitting users to create specialized codes for TSP-like problems. All Concorde functions are thread-safe for programming in shared-memory parallel environments; the main TSP solver includes code for running over networks of Unix workstations.
math/arpack-96 (Score: 9.2878623E-4)
Argand Library: large eigenvalue subroutines (serial version)
ARPACK software is capable of solving large symmetric, nonsymmetric, and generalized eigenproblems. The software is designed to compute a few (k) eigenvalues with user-specified features, such as those of largest real part or largest magnitude. Storage requirements are on the order of n*k locations, and no auxiliary storage is required. A set of numerically orthogonal Schur basis vectors for the desired k-dimensional eigen-space is computed. Numerically accurate eigenvectors are available on request.
math/stats-1.0.5 (Score: 9.2878623E-4)
PECL extension which with routines for statistical computation
This ststs extension for PHP provides few dozens routines for statistical computation.
math/djbfft-0.76 (Score: 9.2878623E-4)
Extremely fast library for floating-point convolution
djbfft is an extremely fast library for floating-point convolution. The current version holds most of the speed records for double-precision FFTs on general-purpose computers. djbfft provides power-of-2 complex FFTs, real FFTs at twice the speed, and fast multiplication of complex arrays. Single precision and double precision are equally supported.