Lynx-like text WWW browser with many features like displaying tables,
menus, etc.
Keys: ESC display menu
^C quit
^P, ^N scroll up, down
[, ] scroll left, right
up, down select link
-> follow link
<- go back
g go to url
/ search
? search back
n find next
N find previous
= document info
\ document source
d download
[ excerpt with modifications from developer's web site ]
Kool Gorilla for KDE
The rework of Jimmac's Gorilla theme with blue colors was originally
done by Justin (defendguin) and converted to KDE by P.Yavitz
Original Art By - Jakub "Jimmac" Steiner
Phalanx is a chess playing program. Phalanx is xboard compatible.
Running with xboard: 'xboard -fcp phalanx'. Note that permanent
brain (pondering) is off by default. Newer versions of xboard set
it on with the 'hard' command. If this does not work, try 'xboard
-fcp "phalanx -p+"' or (for <4.0.0 versions of xboard) change your
initString (see Xboard documentation for details). It's better to
stop permanent brain in both programs, when playing Phalanx against
another program on a machine with one CPU.
It's also possible to run phalanx without xboard. Do "phalanx -h"
to get a list of command line options. One important command of
phalanx's ASCII interface is "help".
Musepack is an audio compression format with a strong emphasis on high quality.
It's not lossless, but it is designed for transparency, so that you won't be
able to hear differences between the original wave file and the much smaller MPC
file.
It is based on the MPEG-1 Layer-2 / MP2 algorithms, but has rapidly developed
and vastly improved and is now at an advanced stage in which it contains heavily
optimized and patentless code.
WaoN is a Wave-to-Notes transcriber (converts audio file into midi file)
and some utility tools such as gWaoN, graphical visualization of the
spectra, and phase vocoder for time-stretching and pitch-shifting.
OpenTSDB is a distributed, scalable Time Series Database (TSDB) written
on top of HBase. OpenTSDB was written to address a common need: store,
index and serve metrics collected from computer systems (network gear,
operating systems, applications) at a large scale, and make this data
easily accessible and graphable.
pgpool-II allows multiple PostgreSQL servers (DB nodes) to be
connected, which enables queries to be executed simultaneously on all
servers.
It enables "parallel query" processing. Also, pgpool-II can be started
as pgpool-I by changing configuration parameters. pgpool-II that is
executed in pgpool-I mode enables multiple DB nodes to be connected,
which was not possible in pgpool-I.
Charm is a command-line client written in Python for interacting with
LiveJournal servers.
JLine is a Java library for handling console input. It is similar in
functionality to BSD editline and GNU readline. People familiar with
the readline/editline capabilities for modern shells (such as bash and
tcsh) will find most of the command editing features of JLine to be
familiar.
JLine is distributed under the BSD license, meaning that you are
completely free to redistribute, modify, or sell it with almost no
restrictions.
API documentation can be found in the apidocs directory.
You can use the jline.ConsoleRunner application to set up the system
input stream and continue on the launch another program. For example,
to use JLine as the input handler for the popular BeanShell console
application, you can run: java jline.ConsoleRunner bsh.Interpreter
ASN.1 types and codecs (BER, CER, DER) implementation in Python programming
language.