United Kingdom post codes. 248K compressed ASCII data.
The freedesktop.org project provides a shared MIME database to avoid
inconsistencies between desktops. This database has been created by
converting the existing KDE and GNOME databases to a common format and
merging them together.
unclutter removes the cursor image from the screen so that it does not
obstruct the area you are looking at after it has not moved for a
given time. It does not do this if the cursor is in the root window or
a button is down. It tries to ignore jitter (small movements due to
noise) if you have a mouse that twitches.
since is a Unix utility similar to tail. Unlike tail, since only shows the
lines appended since the last time. It is useful to monitor growing log
files.
USA postal code. 816KB uncompressed ASCII data.
SLOCCount can count physical SLOC for a wide number of languages. It can
gracefully handle awkward situations in many languages, for example, it can
determine the syntax used in different assembly language files and adjust
appropriately, it knows about Python's use of string constants as comments,
and it can handle various Perl oddities (e.g., perlpods, here documents, and
Perl's __END__ marker). It even has a "generic" SLOC counter that you may be
able to use count the SLOC of other languages (depending on the language's
syntax).
SLOCCount can also take a large list of files and automatically categorize
them using a number of different heuristics. The heuristics automatically
determine if a file is a source code file or not, and if so, which language
it's written in. It will even examine file headers to attempt to accurately
determine the file's true type. As a result, you can analyze large systems
completely automatically.
Finally, SLOCCount has some report-generating tools to collect the data
generated, and then present it in several different formats and sorted
different ways. The report-generating tool can also generate simple tab-
separated files so data can be passed on to other analysis tools (such as
spreadsheets and database systems).
Yet Another usbrh reads temperatures and humidity from sensors of a "USB-RH",
which is connected to a USB port of the computer.
This program use libusb library and 8.0-RELEASE later.
Strawberry Linux Co.,Ltd. USH-RH(Sensirion SHT-11)
This package allows you to send an SMS to any GSM, using scripts
to connect the providers' sites.
You can make your own scripts, it is very simple, just watch the
example files from this archive, and send them to me so I'll add
them to the official archive.
Valspeak is a filter that converts English text to valspeak.
Valspeak reads from standard input and writes to standard output.
VDMFEC implements Block ECC using a Forward Error Correction (FEC)
code based on Vandermonde (VDM) matrices in GF(2^8) due to Luigi
Rizzo.
Its primary application is intended to be in recovering data from
unreliable media such as diskettes. Another example is wrapping
'zfs send' streams before dumping onto tape.
The home page for FEC is http://www.iet.unipi.it/~luigi/fec.html