Ports Search

Results 3,6013,610 of 19,819 for %22HTTP Server%22.(0.007 seconds)
devel/ioncube-6.0.4 (Score: 0.0012383816)
Loader for ionCube-encoded PHP files
The ionCube Loader is a free application that runs the files encoded by the ionCube PHP Encoder, while enhancing the running speed of PHP applications. Benefits: - Enables users to run files encoded by the ionCube PHP Encoder
devel/delta-2006.08.03 (Score: 0.0012383816)
Heuristically minimizes interesting files
Delta assists you in minimizing "interesting" files subject to a test of their interestingness. A common such situation is when attempting to isolate a small failure-inducing substring of a large input that causes your program to exhibit a bug.
devel/ipython-3.2.3 (Score: 0.0012383816)
Enhanced Interactive Python shell
IPython is a free software project which tries to: 1. Provide an interactive shell superior to Python's default. IPython has many features for object introspection, system shell access, and its own special command system for adding functionality when working interactively. It tries to be a very efficient environment both for Python code development and for exploration of problems using Python objects (in situations like data analysis). 2. Serve as an embeddable, ready to use interpreter for your own programs. IPython can be started with a single call from inside another program, providing access to the current namespace. This can be very useful both for debugging purposes and for situations where a blend of batch-processing and interactive exploration are needed. 3. Offer a flexible framework which can be used as the base environment for other systems with Python as the underlying language. Specifically scientific environments like Mathematica, IDL and Mathcad inspired its design, but similar ideas can be useful in many fields.
devel/etl-0.04.19 (Score: 0.0012383816)
Voria Extended Class and Template Library
ETL is a multi-platform class and template library designed to add new datatypes and functions which combine well with the existing types and functions from the C++ Standard Template Library (STL).
devel/doctorj-5.1.2 (Score: 0.0012383816)
Tool for analyzing Java code and documentation
Beyond the level of what Javadoc does, DoctorJ compares documentation against code. Among what it detects: * misspelled words * parameter and exception names: o missing o misordered o misspelled * Javadoc tags: o invalid o misordered o missing expected arguments o invalid arguments o missing descriptions * undocumented classes, methods, fields, parameters
devel/kore-2.0.0 (Score: 0.0012383816)
Web application framework for writing web APIs in C
Kore is an easy to use web application framework for writing scalable web APIs in C. Its main goals are security, scalability and allowing rapid development and deployment of such APIs. Because of this Kore is an ideal candidate for building robust, scalable and secure web things.
devel/dreampie-1.2.1 (Score: 0.0012383816)
Python shell which is designed to be reliable and fun
DreamPie is a Python shell which is designed to be reliable and fun.
devel/duplo-0.2.0 (Score: 0.0012383816)
Find duplicated code blocks in large C/C++/Java/C
Duplicated source code blocks can harm maintainability of software systems. Duplo is a tool to find duplicated code blocks in large C/C++/Java systems.
devel/fga-1.4 (Score: 0.0012383816)
Fast Genetic Algorithm library
FGA is a simple yet powerful implementation of a general genetic algorithm, and provides many types of crossover and selection procedures. It is suitable to solve mathematical problems such as combinatorial optimization ones, as well as to build artificial life simulations. Written in C++, the library is released under the terms of the GNU Lesser General Public License, and it's easy to incorporate in other applications. A parallel version of the algorithm (using POSIX threads) is included in order to take advantage of multi-processor environments.
devel/fhist-1.21 (Score: 0.0012383816)
Utilities to maintain file history, do file comparisons, and merges
This package contains three source control utilities from Peter Miller fhist: Keeps track of versions of a file. fcomp: Compares two versions of a file. fmerge: Merges together edits from two descendants of a file. This program is based on the algorithm in ``An O(ND) Difference Algorithm and Its Variations'', Eugene W. Myers, TR 85-6, 10-April-1985, Department of Computer Science, The University of Arizona, Tuscon, Arizona 85721. See also: ``A File Comparison Program, Webb Miller and Eugene W. Myers'', Software Practice and Experience, Volume 15, No. 11, November 1985.