Simple Project List Software Map

Programming Language
45607 projects in result set
LastUpdate: 2006-10-12 03:44

PHPlottery

PHPlottery is a script for running a simple lottery without requiring users to register. This is simply done by creating a key-pair. This pair is then known by the user and by the application for later use. To prevent simple abuse, the script can use IP-store/block and cookies. When the lottery should decide the winner, a key-pair will selected out of the database. The public key of this pair will be sent out to everybody who is supposed to know the result of the lottery. Winners have to submit the correct private key to prove their identity.

(Machine Translation)
LastUpdate: 2006-10-18 07:37

Irc-Scroller

IrcScroller is a Web script that parses different IRC log formats, and dynamically displays them as Web pages, updating almost in real time. The log formats used by eggdrop, mirc, irssi, and a custom database are currently supported.

(Machine Translation)
LastUpdate: 2006-11-15 14:05

HTML Redemption Language

HTML Redemption Language (HRL for short) is a
language that redeems HTML by adding some tags
that should have been in HTML from the beginning.
The tags include "if", "include", "macro", and
(most importantly) "python". HRL is a preprocessor
language: its purpose is to generate static Web
pages, but with power. It's written in Python, and
its power comes from being able run embedded
Python scripts.

(Machine Translation)
LastUpdate: 2011-10-31 21:32

Wolf Software Sysinfo.pl

Sysinfo.pl is a simple script that generates some basic system information regarding the kernel, memory, and more.

(Machine Translation)
LastUpdate: 2001-04-05 04:07

C++ Container Templates

C++ Container Templates provides some easy-to-use C++ templates for
lists, sorted lists, and stacks.

(Machine Translation)
LastUpdate: 2002-08-23 04:40

I/O Fender

I/O Fender provides a simple and efficient binary
buffer interface that is independent of the
backstore used. The interface is much like the
traditional file access interface; iofender
buffers expand as needed, and an offset is kept
for determining where in the buffer operations are
applied.

(Machine Translation)
LastUpdate: 2002-11-22 09:23

webportfwd

This is a project to create/maintain webportfwd.
Webportfwd is a program which listens on specified
ports for incoming HTTP requests. When requests
come in, it replies back with a redirect to tell
the browser where the real URL lives. This allows
one machine to receive multiple HTTP connections
to multiple ports, and depending on the port
contacted, it will reply with the URL for the
service that the user expects to find on that
port. The ports it listens to and the URLs it
sends out are stored in a text configuration file.

(Machine Translation)
LastUpdate: 2004-06-03 02:28

Pliant Perl Binding

The goal of the Pliant Perl Binding is to allow a
smooth transition from Perl to the Pliant
programming language. It achieves this by
embedding a Perl interpreter in Pliant
programs and adding new syntax to Pliant to
interface to this interpreter.

(Machine Translation)
LastUpdate: 2005-01-23 06:46

Kilongalonga

Kilongalonga is a shoutbox application which can
be put on a Web page to allow people to leave a
short message. Visitors can include a URL with
their message. The IP addresses of message posters
are tracked within the database. It is
customizable to your preferred language, and
includes support for English and Kiswahili.

(Machine Translation)
LastUpdate: 2005-11-14 03:04

MapServer Console

MapServer Console is a program that will allow you to convert an AXL file (such as those created with ArcExplorer) to a valid and working mapserver file with minimum work. Msconsole is useful for mapserver users who have to write complex configuration files with many layers and/or thematic maps. Such users can now load the data in ArcExplorer (which is a free product from ESRI), customize it with themes, symbols, and colors and then convert the AXL file to a mapserver .map file. This will take away the grunt work of copying and pasting layer definitions, and it can be used to produce completely customized map files.

(Machine Translation)
LastUpdate: 2007-01-12 06:02

Tonic Chess

Tonic is a graphical interface for playing online
chess. It is based on
Jin.

(Machine Translation)
LastUpdate: 2007-05-22 13:20

Klaverjas Score

Klaverjas Score is a program to keep track of the
scores during a game of klaverjas (a Dutch card
game). The program is meant to replace written
score keeping, making accurate score listing much
easier. It also keeps track of previous games. It
is very suitable for small groups of people that
play together regularly and that would like to
have a record and comparison of their games.

(Machine Translation)
LastUpdate: 2007-06-24 20:13

StuffDawg

StuffDawg is a simple PHP-driven application which
helps to catalog information about your important
material items in case such items get lost,
stolen, or otherwise destroyed.

(Machine Translation)
LastUpdate: 2007-07-05 22:52

Program

Program is a PHP package that can be used to
manage the execution of external programs from
PHP. It can build a command line string to execute
an external program synchronously or in the
background, pass switches to define program
options, and define the program input or output
files. It also supports using driver classes that
can build complex command line switches to
simplify the definition of program options in a
simplified way.

(Machine Translation)
LastUpdate: 2007-07-07 23:48

UltraGetopt for Java

UltraGetopt for Java is the Java adaptation of the
UltraGetopt library. It is a versatile and
customizable library for dealing with command-line
options in a manner natural to Java. UltraGetopt
provides support for many common getopt()
extensions as well as MS-DOS formatted option
strings, partial option matching, case-insensitive
matching, and much more. It also provides
workalike behavior for several common
implementations of getopt().

(Machine Translation)