Net::Growl provieds simple interface to send
Mac OS X Growl notifications across the network.
An ncurses based password database client that is compatible
with KeePass 1.x format databases.
Otter Browser, project aiming to recreate classic Opera (12.x) UI using Qt 5.
A very artistic X window manager. Among other attributes,
Enlightenment makes for quite impressive screen shots.
iDesk lets you put launch icons and background directly on the
root window of your X.
Programatically (or manually) simulate keyboard input or mouse activity
using X11's XTEST extension.
MxIco(Maho's eXtended ICO) is a simple demo for X, rotating polyhedra
in the window.
gsynaptics is a setting tool for Synaptics Touchpad
driver for XFree86 4.x/XOrg.
Japanese 20 dot fonts(`Kappa20dot').
You can use:
k20[mb] mincho/gothic (JIS X 0208)
('m' for medium mincho, 'b' for bold mincho)
10x20[mb] ascii (ISO-8859-1(Latin 1))
10x20rk[mb] kana (JIS X 0201)
10x20L[239][mb] ISO 8859-[239] (Latin [239])
ipa-10x20[mb] Mule IPA fonts
vk20[mb] k20[mb] modified for vertical writings
Italic(slanted) fonts are available with 'i' postfix.
An example usage:
% kterm -fn a20m -fb a20b -fr r10m -frb a20b -fk k20m -fkb k20b -lsp 3
or in your Xresources file:
KTerm*VT100*fontList: -kappa-fixed-medium-r-normal--20-*
KTerm*VT100*boldFontList: -kappa-fixed-bold-r-normal--20-*
The cdecimal is a fast drop-in replacement for the decimal module in Python's
standard library. Both modules provide complete implementations of the General
Decimal Arithmetic Specification.
Typical performance gains are between 30x for I/O heavy benchmarks and 80x for
numerical programs. In a database benchmark, cdecimal exhibits a speedup of
12x over decimal.py.
decimal cdecimal speedup
pi 42.75s 0.58s 74x
telco 172.19s 5.68s 30x
psycopg 3.57s 0.29s 12x
All Python versions from 2.5 up to 3.2 are supported. For the few remaining
differences, read the cdecimal documentation. cdecimal has been included in
Python-3.3.