Simple Project List Software Map

51359 projects in result set
LastUpdate: 2011-09-08 07:18

SimSearch

SimSearch is an implementation of Bayesian Sets for fast similarity searches.

(Machine Translation)
LastUpdate: 2013-07-06 07:55

JABM

JABM is a Java API for developing agent-based simulation models using a discrete-event simulation framework. It has a simple architecture in which agents are represented using plain-old Java objects (POJOs). Simulations are configured via dependency injection using the industry-standard Spring framework, thus allowing attributes of any object in the simulation to be specified as random variables to be drawn from a specified distribution without having to write any Java code. Attributes of any object can be specified as independent variables or treatments with a given range of values, and experiments with different treatments can be easily parallelized using, for example, SGE.

(Machine Translation)
LastUpdate: 2002-03-12 23:57

SOLID

SOLID (Software Library for Interference
Detection) is a library for collision detection of
three-dimensional objects undergoing rigid motion
and deformation. SOLID is designed to be used in
interactive 3D graphics applications, and is
especially suited for collision detection of
objects and worlds described in VRML. Object
shapes are represented by primitive shapes (box,
cone, cylinder, sphere), and complexes of
polytopes (line segments, convex polygons, convex
polyhedra). Motion is specified by translations,
rotations, and nonuniform scalings of the local
coordinate system of each moving object.

(Machine Translation)
LastUpdate: 2004-07-12 10:24

HAC4Linux

HAC4Linux is an application for bicycle computers
of different manufacturers. The supported bicycle
computers are CICLOSport HAC4, CM414-AM, and
CM436M. Support for Polar XTrainer and Polar
SportTester/Vantage XL are in an alpha stage.

(Machine Translation)
LastUpdate: 2010-12-06 06:58

Eclipse GMF Samples and Tutorials

The GMF Samples and Tutorials project provides a few samples to help people interested in the Eclipse Graphical Modeling Framework to get into that technology with step-by-step examples.

(Machine Translation)
Programming Language: Java
Topics: Freecode.com
User Interface: Eclipse
LastUpdate: 2005-01-03 22:26

boo

Boo is a client/server chat system that is Unix/Win32 compatible. The server is multi-threaded, and multiple multi-way chats are supported.

(Machine Translation)
LastUpdate: 2010-01-20 13:35

STM Lib

STM Lib is a pragmatic library implementation of software transactional memory (STM) for Java and other JVM languages (such as Scala, Clojure, and Groovy). STM is ideal for applications where data is accessed concurrently by several threads and doesn't have to be persisted in real-time. For example, chat or instant messaging servers, file sharing servers, real time search engines, and massively multiplayer online games or virtual communities. It also works for all kinds of multithreaded programs. STMlib provides transactional collection classes that implement the standard Java APIs. The locking scheme is based on 2 phase locking, which enforces Serializability. Also, transactions are automatically retried when deadlocks occur, so you don't have to.

(Machine Translation)
Natural Language: English
Operating System: MacOSX, Linux, Windows, OS Independent
Programming Language: Java
Topics: Freecode.com
LastUpdate: 2011-04-27 12:04

Pipe Toolkit

This tool kit is an attempt to compile a set of tools to solve problems for La Quadrature du Net. Those tools are designed to work with Unix shell pipes. They follow the Unix philosophy and aim to stay simple.

(Machine Translation)
Programming Language: Python, Unix Shell
Topics: Freecode.com
User Interface: Command-line
LastUpdate: 2009-01-22 21:30

GLD-Fork

GLD-fork is a fork of the GLD program by Salim
Gasmi. The fork has been made because the original
project has been dead for many years, and some new
featured were needed. GLD-fork, as with the
original GLD, adds greylisting functionality to
the Postfix mail server. Greylisting is a fairly
resource friendly anti-spam technique. GLD-fork
can easily be combined with other (more resource
consuming) tools to build anti-spam protection.

(Machine Translation)
LastUpdate: 2013-05-30 02:54

SWeTE Server

SWeTE Server is an HTTP reverse proxy with built-in translation capability. It allows you to convert any website into multiple languages.

LastUpdate: 2003-02-08 06:43

Xerver

Xerver is a fast, tiny Web server which allows you to run CGI scripts (Perl, PHP, etc.), create aliases (virtual directories), allow/deny directory listings, create your own error pages ("404 Not Found"), allow/deny CGI scripts, password protect folders, choose your own index file extensions, share/unshare hidden files or files with certain file extensions, share unlimited folders, etc. It supports HTTP/0.9, HTTP/1.0, HTTP/1.1, and all HTTP methods (GET, POST and HEAD).

LastUpdate: 2004-05-11 14:16

PLD Live CD

PLD Live CD is a bootable CD that contains a live Linux distribution based on the PLD Linux distribution. It uses squashfs transparent compression to fit huge amount of packages on a single CD, including OpenOffice, KDE, Gnome, WindowMaker, XFCE, and many more. It also includes a set of scripts for detecting hardware such SCSI, IDE, monitors, and sound, graphic, and network cards. It also supports 'profiles' that let you store your settings on a floppy.

LastUpdate: 2001-05-07 15:51

RPLD

rpld, which at present runs only under Linux, will net-boot IBM style RPL boot ROMs (this is not the same as the Novell IPX-style RPL protocol, despite the name). It also understands Linux kernel images and will correctly download them to clients.

(Machine Translation)
LastUpdate: 2008-01-27 16:11

Math::MatrixReal

Math::MatrixReal is a Perl module for manipulating
NxM real matrices. Some of the notable features
are operator overloading, LR decomposition,
eigenvalue/eigenvector algorithms for symmetric
matrices, and export to Matlab/LaTeX/Yacas formats.

(Machine Translation)
LastUpdate: 2001-10-24 05:07

ritopt Option Parsing Package

ritopt is an options parsing package written in
Java and based on the opt library (available for
the C, C++, and Perl languages). It provides the
ability to register short and long options, array
options, and option modules, and provides a
built-in menu system.

(Machine Translation)