This is the final version of the "Bitstream Vera" font family. It
consist of 10 high-quality TrueType fonts for use with X11.
The Enlightenment DR16 Window Manager is a robust, flexible, highly
configurable, graphically rich yet unobtrusive desktop environment
for the X11 windowing system.
Flwm is a very small and fast X window manager. Its main features are
the lack of icons and the "sideways" title-bars.
XBalloon is a simple demonstration program for X. Balloons move on root
window. You can use a faborite pixmap as balloons.
Tsung is an open-source multi-protocol distributed load testing tool
It can be used to stress HTTP, WebDAV, SOAP, PostgreSQL, MySQL, LDAP and
Jabber/XMPP servers. Tsung is a free software released under the GPLv2 license.
The purpose of Tsung is to simulate users in order to test the scalability and
performance of IP based client/server applications. You can use it to do load
and stress testing of your servers. Many protocols have been implemented and
tested, and it can be easily extended.
It can be distributed on several client machines and is able to simulate
hundreds of thousands of virtual users concurrently (or even millions if you
have enough hardware ...).
Tsung is developed in Erlang, an open-source language made by Ericsson for
building robust fault-tolerant distributed applications.
libmemcached is a C and C++ client library to the memcached server
(http://danga.com/memcached). It has been designed to be light on memory usage,
thread safe, and provide full access to server side methods.
A few notes on its design:
# Synchronous and Asynchronous support.
# TCP and Unix Socket protocols.
# A half dozen or so different hash algorithms.
# Implementations of the new cas, replace, and append operators.
# Man pages written up on entire API.
# Implements both modulo and consistent hashing solutions.
It also implements several command line tools:
memcat - Copy the value of a key to standard output
memflush - Flush the contents of your servers.
memrm - Remove a key(s) from the serrver.
memcp - Copy files to a memached server.
memstat - Dump the stats of your servers to standard output
memslap - Generate testing loads on a memcached cluster
===========================================
The GGZ Gaming Zone - Core Client Libraries
===========================================
GGZ Gaming Zone core client libraries provides the common procedures
and utilities required to run the GGZ client and games. The routines
are shared by other modules in order to ease coding and promote
compatibility and stability.
This version of the client libraries (0.0.13) should provide
compatibility with version 0.0.13 clients and servers.
The core client libraries is only one part of the GGZ Gaming Zone
client setup. The following additional packages are required:
* libggz - provides commonly used functions and low-level
communications between client modules and the GGZ servers
* gtk-client/kde-client - one or more of the GGZ clients will be
required in order to login to a server, chat and launch games
* gtk-games/kde-games/sdl-games - one or more games or game packs
are required in order to launch and play games
The Cyrus IMAP (Internet Message Access Protocol) server provides access to
personal mail and system-wide bulletin boards through the IMAP protocol.
The Cyrus IMAP server is a scaleable enterprise mail system designed for use
from small to large enterprise environments using standards-based
technologies.
A full Cyrus IMAP implementation allows a seamless mail and bulletin board
environment to be set up across multiple servers. It differs from other
IMAP server implementations in that it is run on "sealed" servers, where
users are not normally permitted to log in. The mailbox database is stored
in parts of the filesystem that are private to the Cyrus IMAP system. All
user access to mail is through software using the IMAP, POP3, or KPOP
protocols.
The private mailbox database design gives the server large advantages in
efficiency, scalability, and administratability. Multiple concurrent
read/write connections to the same mailbox are permitted. The server
supports access control lists on mailboxes and storage quotas on mailbox
hierarchies.
The Cyrus IMAP (Internet Message Access Protocol) server provides access to
personal mail and system-wide bulletin boards through the IMAP protocol.
The Cyrus IMAP server is a scaleable enterprise mail system designed for use
from small to large enterprise environments using standards-based
technologies.
A full Cyrus IMAP implementation allows a seamless mail and bulletin board
environment to be set up across multiple servers. It differs from other
IMAP server implementations in that it is run on "sealed" servers, where
users are not normally permitted to log in. The mailbox database is stored
in parts of the filesystem that are private to the Cyrus IMAP system. All
user access to mail is through software using the IMAP, POP3, or KPOP
protocols.
The private mailbox database design gives the server large advantages in
efficiency, scalability, and administratability. Multiple concurrent
read/write connections to the same mailbox are permitted. The server
supports access control lists on mailboxes and storage quotas on mailbox
hierarchies.
This software is supposed to work as a "reference implementation" of the
suggested "whoson" internet protocol. The protocol is expected to be
employed on "spam relay protected" mail servers to allow traveling
customers still send their email via the protected server. For this, a
realtime database of "temporarily trusted" IP addresses is maintained by
a special daemon program. The database may be filled by, e.g. POP/IMAP
servers, and used by SMTP server. Another possible use of the protocol
is to have the database filled by RADIUS/TACACS server for all dialup
clients, and SMTP server using it to put the user identity into the
"Received" header along with the source IP address. The protocol itself
is defined in a separate document "whoson.txt".