Simple Project List Software Map

1891 projects in result set
LastUpdate: 2011-07-02 20:43

epublib

Epublib is a Java library for managing epub files. It is capable of reading and writing epub files programmatically and from the command-line tool. Epublib consists of two parts: the core and tools. The core runs both on Android and a standard JVM. Tools require a standard Java environment. Other features include a builtin Swing-based viewer and comprehensive coverage of the epub standard, supporting the spine, the table of contents, and the guide. The API is designed to be as simple as possible, while at the same time making complex things possible too.

LastUpdate: 2005-06-12 07:43

perl-abook

perl-abook synchronizes a Palm database with an abook one.

(Machine Translation)
LastUpdate: 2014-02-17 00:15

Message Router

The Message Router (MRTR) application will move a message from a central WebSphere MQ queue to a specific application WebSphere MQ queue. The destination queue that the message will be placed into will be based on a keyword in the message. Context information is maintained. MRTR will look in the message for a Start Keyword and an End Keyword. The value between these two keywords is the Keyword Value (inifile Token). MRTR will search its ini file for that particular Keyword Value. The field value associated with the looked-up keyword value is the destination queue name. MRTR performs each MQGET and the subsequent MQPUT under a Unit of Work (UOW) so that message integrity is kept.

(Machine Translation)
LastUpdate: 2013-03-13 21:17

Excel2JSON

Excel2JSON exports an Excel workbook into JSON, useful for Web applications powered by Excel xlsx files.

(Machine Translation)
LastUpdate: 2012-07-06 22:37

TimeMachine Scheduler

TimeMachine Scheduler is a Java scheduler which can scale and run a high volume of jobs with many different types of schedules, such as repeating on a fixed interval or based on cron expressions. The scheduler can control the job executions with thread pools, and it can persist job data into different storage receptacles. Users may use the built-in schedule server with an easy-to-use configuration file, or developers may use it as a library to extend the scheduler and write custom jobs, schedules, or user services.

(Machine Translation)
Database Environment: SQL-based
Programming Language: Groovy
LastUpdate: 2010-09-20 02:30

iexploder

iExploder is like a fire hydrant full of bad HTML and CSS code to test the stability and security of Web browsers. It is available as a standalone Web server or CGI script. It continuously feeds browsers bad data in the hope that they will eventually crash. It is designed to run for hours, or even days until the browser crashes.

(Machine Translation)
Operating System: OS Independent
Programming Language: Ruby
LastUpdate: 2010-01-29 23:51

OpenREng

OpenREng (Open Rendering Engine) is a rendering engine for modern OpenGL specifications, including support for OpenGL ES 2.0 and OpenGL 3.0 and above.

(Machine Translation)
LastUpdate: 2009-02-06 08:56

Dingo Calendar Server

Dingo is a calendar server that allows a user to
maintain a calendar on a central server using the
Mozilla calendar clients, Sunbird and Lightning.
It uses the CalDAV protocol, which stores calendar
events as separate objects and allows in principle
per-event access control.

(Machine Translation)
LastUpdate: 2009-05-07 17:37

osim

osim is a simulator for the online game Ogame. It
is the command line tool behind the online
simulator osim. It includes a guess mode that
finds the best fleet against an attacker or a
defender using a genetic algorithm.

(Machine Translation)
LastUpdate: 2007-02-02 14:37

East-West Audio

EWA (East-West Audio) is a server application that
can dynamically add intros and outros to MP3s
based on user-defined rules, so podcasters can
rotate promotional material included in their MP3
downloads without remastering.

(Machine Translation)
LastUpdate: 2009-12-16 08:27

treap.py

treap.py is a treap implementation for Python. A treap is a hybrid of a binary tree and a binary heap that is self-balancing and is O(nlog2(n)) for most operations, including deleting a value, inserting a value, finding the least value, and finding the greatest value. This particular treap implementation looks like a dictionary to the caller, but it also supports getting an ordered list (forward or reverse) in O(n) time. The code is available as pure Python (should run on about any Python implementation supporting generators, but was tested on CPython 2.6) or as part Python and part Cython for performance. The version with Cython should run on CPython or Unladen Swallow, but was only tested on CPython 2.6.

(Machine Translation)
Programming Language: Python
LastUpdate: 2001-05-20 16:24

Apache Jakarta Turbine Developers Kit

The Turbine Development Kit (TDK) is a package that bundles a copy of Turbine,
Tomcat, jar files, documentation, and other utilities in order to help you get
started with Turbine as quickly as possible. Everything is pre-configured and
ready to go. To get started, simply follow the instructions in the TDK
download.

(Machine Translation)
LastUpdate: 2005-06-23 08:54

pystats

pystats is a Python module which implements algorithms for statistics
and information theory, including probability distributions, descriptive
statistics, analysis of variance, regression, and inference.

(Machine Translation)
LastUpdate: 2012-07-20 22:21

BitNami DokuWiki Stack

BitNami DokuWiki Stack is an easy to use installer for DokuWiki, which is a standards-compliant, simple to use wiki mainly aimed at creating documentation of any kind. It is targeted at developer teams, workgroups, and small companies. It has a simple but powerful syntax that makes sure the data files remain readable outside the wiki and eases the creation of structured texts. All data is stored in plain text files; no database is required.

(Machine Translation)
LastUpdate: 2014-02-17 00:20

MQ Port Scan

When a user inputs a hostname or an IP address, MQ Port Scan will scan a range of ports looking for a queue manager's MCA, using the standard (system default) channel names, in order to make a successful connection. It is very easy to use. It has the ability to search across a range of IP addresses and scan the port range for each IP address. Any time MQ Port Scan successfully connects to a queue manager, the information is written to a CSV file. The output will include the queue manager name, MQ version, channel name, hostname or an IP address, and port number.

(Machine Translation)