kallimachos 1.1
Kallimachos 1.1
Kallimachos is a simple Web-based digital book-catalog intended for personal use. more>>
You can insert a new book, enter the library, and search by any item. It also provides a system-info viewer. The installation is quick and simple, and the program has a user-friendly interface.
Main features:
- Books are indexed by TITLE, AUTHOR, TRANSLATOR, EDITION, GENRE, PAGE NUMBER and ISBN.
- You can insert a new book, enter the library and search by any item.
- It also provides a sistem-info-viewer
- The installation is quick and simple
- User-friendly interface
LibTMCG 1.1.1
LibTMCG is a general purpose C++ library for creating secure electronic card games. more>>
To emphasize this point again: With the present library there is no need for an independent referee, because the applied protocols provide a basic level of confidentiality and fairness by itself. Consequently, the library is well-suited for peer-to-peer (P2P) environments where no TTP is available.
Of course, we cannot avoid that malicious players share information about their private cards, but the protocols ensure that the shuffle of the deck is performed randomly (presumed that at least one player is honest) and thus the cards will be distributed uniformly among the players.
Further, no coalition can learn the private cards of a player against his will (except for trivial conclusions). The corresponding cryptographic problem, actually called Mental Poker, has been studied since 1979 (Shamir, Rivest, and Adleman) by many authors (see the first section of [St05] for a short survey). LibTMCG provides the first practical implementation of such protocols.
The implementation relies on advanced cryptographic techniques---the so-called zero-knowledge proofs. Using these building blocks the high-level protocols minimize the effect of coalitions and preserve the confidentiality of the players strategy, i.e. the players are not required to reveal their cards at the end of the game to show that they did not cheat.
Enhancements:
- A major security bug was fixed.
- This bug allows an adversary to choose trivial group generators.
- This flaw has a crucial impact on the confidentiality of private cards.
- Thus, all users are strongly recommended to update LibTMCG as soon as possible.
BALL 1.1.1
The Biochemical ALgorithms Library (BALL) is a framework for rapid application development. more>>
BALL has been carefully designed to be robust, easy to use, and open to extensions. Especially its extensibility which results from an object-oriented and generic programming approach distinguishes it from other software packages.
BALL is well suited to serve as a public repository for reliable data structures and algorithms. Based on BALL we have developed a stand-alone tool for molecular visualization, BALLView . BALLView makes the broad functionality available through an integrated user-friendly GUI.
BALL is distributed under the Lesser GNU Public License (LGPL), parts of it are under the GNU Public License (GPL).
Enhancements:
- This version finally brings full support for Python, DLLs, and nmake Makefiles under Windows.
- A large number of prominent fixes were made, especialy for g++ 4.x.
- Some new functionality was added to BALLView.
IdealMySQL 1.1
IdealMySQL is a PHP class that provides an interface for working with MySQL databases. more>>
The project can connect to a database, execute queries on a database, check variable names for validity, and catch errors and email them to the administrator.
All error messages are stored in a text file that can be easily edited, and the look and feel of the error output to the user is controlled by a style sheet.
ARAAS 1.1.1
ARAAS is a ticket-based authentication and authorization system. more>>
It consists of a J2EE web application to authenticate users and generate secure session tickets and an Apache module to verify the tickets. It is possible to use the tickets on multiple web servers to provide single-sign-on.
Users are authenticated against an LDAP server. However, the authentication mechanism is extendable to allow the use of other kinds of authentication servers.
Once the user is authenticated normal Apache authorization configuration can be used to grant access to web pages.
A later release of ARASS will also allow to centralize the authorization information in a separate repository, like a database or an LDAP server. This can be used by web applications to store generic authorization information, similar to OMGs RAD service.
WMALMS 1.1.1
wmalms monitors data obtained from a sensor chip: temperature, fan speed, and voltage. more>>
It can be used as a dockable/swallowed applet with Window Maker, BlackBox and clones (incl. FluxBox), or any window manager that supports swallowing, including gnome, kde(kpanel)-1, fvwm and clones.
Alternatively, you can run wmalms as a normal window with any window manager
wmalms is designed to suit any hardware supported by lm_sensors.
It provides a wide range of customized features, including window appearance, order and representation of sensor data, refresh frequency, alarm mode, etc.
I started developing wmalms, after I tried several other sensor monitors, and neither worked for me.
TARIFA 1.1.1
TARIFA aims to provide the atomic keyword to C/C++ for better support of concurrency programming. more>>
Instead of using lock-based designs with all their problems (deadlocks, difficult design, lack of reusability), the "atomic" keyword provides transparent access to an underlying Software Transactional Memory which is responsible for all synchronization work.
Enhancements:
- This release contains a fixed and somewhat faster STM backend, several bugfixes in the instrumentation, improved tests, a general code clean-up, and a dummy STM backend for testing purposes.
kannasaver 1.1.1
kannasaver is a screensaver for people who want to learn japanese. more>>
Inspired by a windows screensaver that does exactly the same, which sits an www.thejapanesepage.com for free.
Dependencies: Other than KDE 3.3, you need to have soft-scalable (truetype) fonts that contain the japanese characters. Google for the mikachan font set if anything else fails.
Enhancements:
- a few composite katakana were wrong; corrected.
crystal xcursors 1.1.1
crystal xcursors provides a crystal look&feel cursor pack. more>>
X11 mouse theme with the crystal look&feel,there are four versions in the package.
Enhancements:
- this release only fixes some hot spot-related bugs into the left-handed version. Many thanks to Markus Bauer and Bastian Venthur for the report and patch.
ldapvacation 1.1.1
ldapvacation is an LDAP-enabled version of the vacation program that sends an more>>
SYNOPSIS
ldapvacation [ -tVv ] [ -b searchbase ] [ -C configfile ] [ -D binddn ]
[ -d dest ] [ -f from ] [ -h ldaphost ] [ -l logfacility ]
[ -m mailattr ] [ -p ldapport ] [ -q query ] [ -u ldapurl ]
[ -w bindpasswd ] [ -x spamheader ]
Options:
-t Use TLS when connecting to the LDAP server.
-V Show the version number and exit.
-v Run in verbose more. Informal message are displayed on standard output and in the syslog.
-b searchbase
Specify the searchbase for LDAP searches.
-C configfile
Read configuration options from configfile.
-D binddn
Specify the distinguished name to use when binding to the LDAP server.
-d dest
Specify the message destination user. If this option is not set, ldapvacation will use the login
name of the user executing it.
-f from
Specify the envelope sender address.
-h ldaphost
Specify the hostname of the LDAP server. This option is deprecated, please use a LDAP URL in-
stead.
-l logfacility
Set the log facility for syslog to logfacility. Possible values are daemon, mail, user, local0,
local1, local2, local3, local4, local5, local6, local7, local8, and local9.
-m mailattr
Specify the LDAP attribute which is used to store local addresses.
-p ldapport
Specify the TCP port number on which to contact the LDAP server. This option is deprecated,
please use a LDAP URL instead.
-q query
Specify the LDAP query to find entries.
-u ldapurl
Specify the LDAP URL of the server to connect to.
-w bindpasswd
Specify the password to use when binding to the LDAP server.
Enhancements:
- A bug in the config file parser was fixed.

DataWorkshop 1.1.1
DataWorkshop is an editor to view and modify binary data. more>>
DataWorkshop 1.1.1 with its functionality will help you a lot. It is actually an editor to view and modify binary data. The editor provides different views which can be used to edit, analyze and export the binary data.
A simple hex view can be used to simulate a standard hexeditor but more complex dynamic views are possible to comfortable edit binary structure like executables or captured network traffic. DataWorkshop editor provides powerful search and diff functionality and user defined transformations.
Views can be filtered using the XPath query language (e.g. selecting several IP packets in a network traffic capture file). Also, views can be exported as in various formats for further processing. This can be used to convert old binary formats into modern xml tagged data.
Keep in mind the limitations:
- Too slow when editing large files (> 100MB) or using complex views
- Maximal data size 2 147 483 647 bytes (~ 2 GB)
Major features:
- Mulitplatform (Windows, Linux, MacOS)
- User defined view definitions which are compiled into complex data views
- Data view can can be exported as xml
- Data view can be queried using XPath syntax to generate a new data view (e.g. selecting several IP packages according to their flags)
- Configurable data encodings used to edit and view data (e.g Hex, Decimal, IEEE 754 Reals, USAscii, EBCDIC, TimeInMillis etc.)
- Configurable data transformation (e.g. Rot13 Encoder / Decoder)
- Diff tool with bit granularity
- Find and replace with bit granularity
- Data clipboard for cut, copy and paste
- Undo/Redo
- XML based storage for persistent data
- Data conversion between different formats (e.g little endian big endian, hexdump binary data)
- Read and write from sockets
Enhancements: 12 July 2004
- Open Source release
Requirements:
- Java 1.4
- 1.0 Ghz Processor with 256MB Ram
ColdSpot 1.1.1
ColdSpot is an X screen locker. more>>
When the mouse is left inside the transparent ColdSpot window, a user-specified program is kicked off to lock the screen.
It is probably simplest to use with focus follows mouse or sloppy focus, although it should still work with click-to-focus.
Enhancements:
- Fixed the expose problem. Now works even better under IceWM (and other WMs that do a more aggressive unmapping of windows).
yafc 1.1.1
yafc is Yet Another FTP Client. more>>
Main features:
- cached directory listings
- extensive tab completion
- aliases
- colored ls (ie, ls --color, uses $LS_COLORS like GNU ls)
- automatic reconnect on timed out connections
- recursive get/put/fxp/ls/rm
- nohup mode transfers
- multiple connections open simultaneously
- tagging (queueing)
- very configurable
- autologin and bookmarks
- automagically enters nohup-mode when SIGHUP received (in get and put)
- redirection to local command or file
- proxy support
- Kerberos support (version 4 and 5, heimdal, kth-krb or MIT)
- SSH2 support (sftp)
- its free!
Enhancements:
- Applied patch by Mark Schreiber that checks for errno.h in configure.ac
- Less picky autogen.sh
- sysconfdir setting from configure honored (thanks to Toru TAKAMIZU)
- alternative SSH port now accepted (thanks Henk Csaba)
- Applied patch from Eduard Bloch that adds a setting for user configurable SSH options
- Uses standard SI prefixes for binary multiples (KiB, MiB, GiB) in transfer progress
- Fixed bug when pressing Ctrl-D in user input (ask), reported by Robin Breathe
- Applied patch by Thomas Habets, fixing a file descriptor leak
- Fixed the "-s" parameter for the "fxp" command (patch by Julien Antille)
- Included the large file support patch by Eduard Block
- Applied patch from Eduard Block that improved the help command
- Applied patch from Martin Pitt that fixes the errno.h problem in makepath.c
ceODBC 1.1
ceODBC is a Python extension module that enables access to databases using the ODBC API and conforms to the Python database API. more>>
For more information on the database API specification, see here. Use the provided setup.py to build and install the module which makes use of the DistUtils module made available in Python 2.0 and up.
Enhancements:
- This release adds support for searching the catalog of a data source for tables, procedures, columns, privileges, foreign keys and primary keys.
- It also adds support for getting and setting the autocommit flag for a connection and the name for a cursor.
ZatriX 1.1
ZatriX is a black and green matrix theme for KDE created in Slackware 11.0 with KDE 3.5.4. more>>