Simple Project List Software Map

Programming Language
45607 projects in result set
LastUpdate: 2008-01-16 23:26

pyhoo

Pyhoo is a script that converts Yahoo IM logs in
.dat files into plain text.

(Machine Translation)
LastUpdate: 2008-07-14 09:39

Thinksaber

Thinksaber is a reimplementation of MacSaber using
the HDAPS sensors on modern IBM Thinkpads to
detect motion and to turn those motions into Star
Wars lightsaber sound effects.

(Machine Translation)
LastUpdate: 2008-07-15 17:32

Simple Stuff

Simple Stuff includes utility classes for handling
repetitive common operations. It currently
includes the SimpleBean utility, which implements
simple equals, hashCode, and toString replacements.

(Machine Translation)
LastUpdate: 2008-07-19 18:25

udrwconfig

udrwconfig is a tool for writing to UDRW memory
without being forced to use proprietary Windows
software. This tool lets you do this task with
Linux.

(Machine Translation)
LastUpdate: 2001-01-30 06:13

libradio

Libradio is a small, simple C library to control FM Tuner Cards supported by the Video for Linux API. Libradio is early in its development and as of yet has only been tested with the Aztech and WinTV cards.

(Machine Translation)
LastUpdate: 2006-03-08 08:39

Tonic

Tonic is a "less is more", RESTful Web application
development and Web site management PHP script
designed to do things "the right way", where
resources are king and the framework gets out of
the way and leaves the developer to get on with it.

(Machine Translation)
LastUpdate: 2006-07-28 05:22

SAP R/3 Communications Suite

The SAP R/3 Communications Suite allows SAP R/3
servers to communicate
with external devices such as fax and GSM modems
by sending and
receiving a fax or SMS. It provides an easy
configuration through a Web
interface and a JMX console.

(Machine Translation)
LastUpdate: 2006-09-05 22:32

Deck

Deck is a JavaScript library that aims to provide
AJAX-based search and authentication for Horizon
Information Portal (HIP) on-line public access
catalog systems.

(Machine Translation)
LastUpdate: 2006-12-12 23:56

Simple Inversion of Control

SIOC, Simple Inversion of Control (IoC), is a C# framework that implements an IoC container. This design is based on the ideas presented in Martin Fowler's article "Inversion of Control Containers and the Dependency Injection pattern". The framework is configured using declarative XML. This data can be supplied as an XML file or as a resource within an assembly. Once configured, SIOC takes care of the creation of your objects, handing the application a fully initialized object graph. The application can remain completely agnostic about where the object came from or any of the object's dependencies.

(Machine Translation)
LastUpdate: 2007-03-25 02:01

Highlighter

Highlighter is a PHP class that can be used to
reformat highlighted PHP code. It can highlight
PHP code and turn keywords into links to the
respective manual page in the PHP.net site. If the
code is not enclosed in PHP code tags, it adds
these tags before highlighting the code. It can
also escape a text string to display as HTML using
configurable block tags.

(Machine Translation)
LastUpdate: 2009-10-23 08:17

CodMACs

CodMACs helps you to write programs (in any language) very quickly by generating source code based on the structure of SQL tables. First, it reads your databases in order to create a structure for you to include in your code templates. The structure is simply a Python class. Then, the CodMACs core parses your code tamplates, interprets your CodMACs/Python code and creates a source code file that includes your code and the result of evaluating the code written in CodMACs/Python. The core of CodMACs provides you with all the necessary functionalities for a complete application framework.

(Machine Translation)
Operating System: Linux, Windows
Programming Language: Python
Topics: Freecode.com
LastUpdate: 2008-04-28 10:55

simple-simeng

Simple simeng (simple simulation engine) is a bare
bones Java-based discrete simulation engine that
uses variable time steps. Events are inserted in
an ordered queue, and time is advanced based on
the time the next event needs to be executed
instead of discrete predefined timesteps. Entities
can send events directly to other entities
(one-2-one), or events can be broadcast to
subscribed entities (one-2-many). The simplicity
of the engine makes it suitable for educational
purposes.

(Machine Translation)
LastUpdate: 2009-03-22 09:19

marsh

Marsh is an interactive command line utility for
browsing and manipulating a Subversion repository.
A cross between tools like ViewVC and lftp, Marsh
makes it easy to locate and check out a subproject
or perform complex server-side changes. Users of
the Subversion command line tool can move
immediately to Marsh due to the common command
set.

(Machine Translation)
LastUpdate: 2008-10-07 01:45

Out Of Memory Exstension

oom_ext is a Linux kernel module that reserves
memory that is freed right before the OOM-killer
is invoked to allow for large processes to exit
nicely. This could be useful in a clustering
environment to allow for a monitoring daemon to
notify a sysadmin before an out of memory condition.

(Machine Translation)
LastUpdate: 2011-03-07 14:19

Smarty Template Engine Theme Selection Class

Smarty Template Engine Theme Selection Class is a PHP class that can load a Smarty template theme defined in XML. It can parse a theme definition in an XML file located in the directory with the same name as the theme name. The class can return details of the theme like the name, version, creator name, URL, email address, description, and publication date. The class can also delete the directory of a given theme and its contents.

(Machine Translation)
Programming Language: PHP
Topics: Freecode.com