Commonly used GNOME 2 themes that are not a part of the
x11-toolkits/gnome-themes package.
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.
The Arduino Uno (http://arduino.cc/) is an open source hardware micro-
controller designed primarily for prototyping and experimentation.
Although the devel/arduino port already exists for programming the device,
it will not work properly with the newest Arduino hardware. Previous
versions of the Arduino used an FTDI USB to Serial interface. The newest
Arduino (beginning with the Uno) uses an on-board ATMel 8U2 controller
to emulate a USB to Serial interface with its own custom Vendor ID and
Hardware ID. As a result, NONE of the existing FreeBSD USB to serial
drivers can work with it. This kernel driver supplies the necessary
kernel support for the Arduino Uno on FreeBSD.
Additionally, some 'ACM' USB Serial devices may work with this driver by
manually adding their Vendor ID and Product ID combination to files/ids.txt
Official web site
DBIx::Class::Schema::Loader automates the definition of a
DBIx::Class::Schema by scanning database table definitions and setting
up the columns, primary keys, and relationships.
DBIx::Class::Schema::Loader currently supports only the DBI storage
type. It has explicit support for DBD::Pg, DBD::mysql, DBD::DB2, and
DBD::SQLite. Other DBI drivers may function to a greater or lesser
degree with this loader, depending on how much of the DBI spec they
implement, and how standard their implementation is. Patches to make
other DBDs work correctly welcome.
See DBIx::Class::Schema::Loader::DBI::Writing for notes on writing your
own vendor-specific subclass for an unsupported DBD driver.
This module requires DBIx::Class 0.06 or later, and obsoletes the older
DBIx::Class::Loader.
This module is designed more to get you up and running quickly against
an existing database, or to be effective for simple situations, rather
than to be what you use in the long term for a complex database/project.
PEAR::DB is a database abstraction layer providing:
* an OO-style query API
* portability features that make programs written for one DBMS work
with other DBMS's
* a DSN (data source name) format for specifying database servers
* prepare/execute (bind) emulation for databases that don't support
it natively
* a result object for each query response
* portable error codes
* sequence emulation
* sequential and non-sequential row fetching as well as bulk fetching
* formats fetched rows as associative arrays, ordered arrays or objects
* row limit support
* transactions support
* table information interface
* DocBook and phpDocumentor API documentation
Drivers for the following extensions pass the complete test suite and
provide interchangeability when all of DB's portability options are
enabled: fbsql, ibase, informix, msql, mssql, mysql, mysqli, oci8,
odbc, pgsql, sqlite and sybase.
dt is a generic data test program used to verify proper operation of
peripherals, file systems, device drivers, or any data stream supported
by the operating system. In its simplest mode of operation, dt writes
and then verifies its default data pattern, then displays performance
statistics and other test parameters before exiting. Since verification
of data is performed, dt can be thought of as a generic diagnostic tool.
dt has been used to successfully test disks, tapes, serial lines,
parallel lines, pipes, and memory mapped files. In fact, dt can be used
for any device that allows the standard open, read, write, and close
system calls. Special support is necessary for some devices, such as
serial lines, for setting up the speed, parity, data bits, etc.