An e17 module to emulate right mouse button.
This is piewm, a tvtwm with "pie" (i.e., round) menus. You can change
"f.menu" and "menu" in your .tvtwmrc into "f.piemenu" "piemenu" in
.piewmrc and you will suddenly seeing lovely round menus.
It also has virtual desktops that you can "pull" things out, i.e.,
move the mouse into the virtual desktop window, grab a window with the
middle button, and move the mouse out, and then the window will appear
in the current screen. This feature is exactly the same as tvtwm.
File::Sync provides Perl interfaces to the Unix sync(2) and POSIX.1b
fsync(2) system calls. The fsync() call is needed for putting messages into
qmail maildirs, and sync() is included for completeness.
The F-1 Spirit remake is mostly identical to the original Konami
classic F-1 Spirit game in that you first have to clear tracks in
a top-down view with stock cars, rally cars and so on by accumulating
points given for finishing in the first places until you actually
get to play the Formula 1 tracks.
Otherwise there are quite some enhancements, namely improved graphics,
improved music, more realistic physics, real shape shown in the
maps, camera rotation and zoom, split screen for up to four players,
(online) highscore tables and replay saving.
Kyoto Cabinet is a library of routines for managing a database. The
database is a simple data file containing records, each is a pair of a
key and a value. Every key and value is serial bytes with variable
length. Both binary data and character string can be used as a key and
a value. Each key must be unique within a database. There is neither
concept of data tables nor data types. Records are organized in hash
table or B+ tree.
Kyoto Cabinet runs very fast. For example, elapsed time to store one
million records is 0.9 seconds for hash database, and 1.1 seconds for
B+ tree database. Moreover, the size of database of Kyoto Cabinet is
very small. For example, overhead for a record is 16 bytes for hash
database, and 4 bytes for B+ tree database. Furthermore, scalability
of Kyoto Cabinet is great. The database size can be up to 8EB (9.22e18
bytes).
Kyoto Cabinet is written in the C++ language, and provided as API of
C++, C, Java, Python, Ruby, Perl, and Lua. Kyoto Cabinet is available
on platforms which have API conforming to C++03 with the TR1 library
extensions. Kyoto Cabinet is a free software licensed under the GNU
General Public License.
Marvell Libertas 88W8335 firmware files are not free because Marvell
refuses to grant distribution rights. This port contains firmware
files from OpenBSD's malo(4) driver.
OCaml-Text is a library for dealing with ``text'', i.e. a sequence of Unicode
characters, in a convenient way.
This is a nice theme collection for the Fvwm2 window manager.
It has got some nice menus for switching between the different themes.
Oyvind Albrigtsen
e-devil@e-devil.org
IO::YAML may be used to read and write YAML streams one document
(i.e., one value) at a time.