Produces a per-protocol breakdown of traffic by bytes and packets,
with average and maximum transfer rates, for a given libpcap file
(e.g., from tcpdump, ethereal, snort, etc.) Useful for getting a
high-level view of traffic patterns.
A2ps formats each named file for printing in a postscript printer; if
no file is given, a2ps reads from the standard input. The format used
is nice and compact: normally two pages on each physical page, borders
surrounding pages, headers with useful information (page number,
printing date, file name or supplied header), line numbering, etc.
This is very useful for making archive listings of programs.
Additionally, A2ps "pretty print"s using special fonts for a wide array
of languages, making things like program listings much more legible.
LICENSE: GPL2 or later
MythMusic is a sophisticated MythTV plugin that allows you to
play and manage music and audio files .i.e MP3, Ogg, FLAC,
wav etc. It is specifically designed to be operated by a normal
remote control.
BWA is a program for aligning sequencing reads against a large reference
genome (e.g. human genome). It has two major components, one for read shorter
than 150bp and the other for longer reads.
This is a code converter on TTY. It transparently filters a TTY
converting characters from one encoding to another.
e.g.
$ cocot -p euc-jp -t utf-8 screen -xRR wb
A script to take daily, weekly and monthly backups of your MySQL
databases using mysqldump.
Features:
- Backup multiple databases
- Single backup file or to a separate file for each DB
- Compress backup files
- Backup remote servers
- E-mail logs
This tiny Haskell package contains the class ObjectName, which corresponds to
the general notion of explicitly handled identifiers for API objects, e.g. a
texture object name in OpenGL or a buffer object name in OpenAL.
Libvolume_id is a library that provides file system information for a given
volume device (i.e. file system type, label, etc.). It supports all of the
major file systems.
Data::Uniqid provides three simple routines for generating unique ids. These ids
are coded with a Base62 systen to make them short and handy (e.g. to use it as
part of a URL).
Implementation of a multi-key dictionary, i.e.:
(key1[,key2, ..]) => value
This dictionary has a similar interface to the standard dictionary => but is
extended to support multiple keys referring to the same element.