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
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.
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.
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).
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
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.
DreamPie is a Python shell which is designed to be reliable and fun.
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.
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.
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.