MESS stands for Multi Emulator Super System. It is an emulator for the
hardware of many different games consoles (e.g. Sega, NES, SNES, etc.)
as well as many different old games-oriented home computers (e.g. C64,
C128, ZX80, etc.)
SDLMESS is a port of MESS using the SDL library.
After many submissions and updates by Pierre Riteau (at gmail), thanks!
MAME stands for Multi Arcade Machine Emulator. As the name suggests, it
is a program that emulates the hardware (and low-level firmware) of a
massive variety of arcade machines.
SDLMAME is a port of MAME using the SDL library.
After many submissions and updates by Pierre Riteau (at gmail), thanks!
SpliX is a set of CUPS printer drivers for SPL (Samsung Printer
Language) printers. This driver is usable by all printer devices which
understand the QPDL (Quick Page Description Language) language. It
covers several Samsung, Xerox, Dell and Ricoh printers.
it's using a legacy toolkit (gtk+1) and there are enough applications around
that do the same, but with the modern gtk+2 toolkit. like gqview for example.
discussed with and ok ajacoutot@
CouchDB is a distributed, document-oriented, Non-Relational DataBase
Management Server (NRDBMS).
It is accessible via a RESTful JSON API, and provides incremental
replication with bi-directional conflict detection and management.
Data is stored with a schema-free, flat address space, and may be
queried via a table-oriented reporting engine that uses Javascript
as a query language.
Joint work of maintainer Benoit Chesneau, fgsch@ and myself.
wmname prints/sets the window manager name property of the root window
similar to how hostname(1) behaves.
wmname is a nice utility to fix problems with JDK versions and other broken
programs assuming a reparenting window manager for instance.
ok bernd@