wmQStat is a dockable front-end to qstat by Steve Jankowski, a popular
command-line monitor of lots of Internet game servers, i.e. Quake/W/2/3,
Hexen2/W, HL/CS/HL2, Tribes/2, RtCW, UT200x, DOOM III, FarCry, to name a
few (this list is by far not complete).
pdtpd is a server for the Peer Distributed Transfer Protocol (PDTP),
a BitTorrent-like protocol with stricter server control and support
for exporting large, changing hierarchical filesystems (i.e. more akin
to HTTP/FTP).
For a more thorough description of PDTP, see http://www.pdtp.org/.
tabbed is a simple Xembed container manager based on Xlib. tabbed
was originally designed for surf but also usable with many other
application, i.e. uzbl, urxvt and xterm.
It consists of a single binary, configuration is done at compile-time
by a single config.h file.
Text::CSV::Hashify is designed for the case where you simply want to turn a CSV
file into a Perl hash. In particular, it is designed for the case where (a) the
CSV file's first record is a list of fields in the ancestral database table and
(b) one field (column) of which functions as a primary key, i.e., each record's
entry in that field is distinct from every other record's entry therein.
Text::CSV::Hashify turns that kind of CSV file into one big hash of hashes.
Elements of this hash are keyed on the entries in the designated primary key
field and the value for each element is a hash reference of all the data in a
particular database record (including the primary key field and its value).
Vertex is an implementation of the Q2Q protocol (sort of like P2P, but one
better). There are a few moving parts in Vertex:
* PTCP: a protocol which is nearly identical to TCP, but which runs over
UDP. This lets Q2Q penetrate most NAT configurations.
* JUICE ([JU]ice [I]s [C]oncurrent [E]vents): a very simple but immensely
flexible protocol which forms the basis of the high-level aspects of Q2Q
* vertex: a command line tool which exposes a few features useful in many
situations (such as registration and authentication)
The Q2Q network has some decentralized features (there is no one server or
company which can control all Q2Q addresses) and features of centralization
(addresses beneath a particular domain are issued by a server for that domain;
once issued, some activities require the server to be contacted again, while
others do not). Vertex includes an identity server capable of hosting Q2Q
addresses.
This module is a layer between the perl-internals-examining parts of
Malcolm Beattie's perl compiler (the B::* classes) and your favorite
graph layout tool (currently Dot and VGC are supported, but adding
others would be easy). It examines the internal structures that perl
builds to represent your code (OPs and SVs), and generates
specifications for multicolored boxes and arrows to represent them.
KMouth is a program which enables persons that cannot speak to let
their computer speak, e.g. mutal people or people who have lost
their voice. It has a text input field and speaks the sentences
that you enter. It also has support for user defined phrasebooks.
Send messages to pager devices (incl. cellular phones via SMS) using a
modem gateway provided by the service company. This software is highly
configurable, a sample configuration is included for German pager and
mobile phone services (D1, D2, E+, Telmi, Telmi-Fun, Telmi-Family,
Telmi-Top, Telmi-Pro, Skyper, Quix).
Nag is a web-based application built upon the Horde Application Framework
which provides a simple, clean interface for managing online task lists
(i.e., todo lists). It also includes strong integration with the other
Horde applications and allows users to share task lists or enable
light-weight project management.
File::Assets is a tool for managing JavaScript and CSS assets in a (web)
application. It allows you to "publish" assests in one place after having
specified them in different parts of the application (e.g. throughout request
and template processing phases).