Ports Search

Results 271280 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.006 seconds)
net/tcpdstat-0.9 (Score: 0.013890172)
Tool for generating statistics from tcpdump (libpcap) files
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.
print/a2ps-4.13b (Score: 0.013836965)
Formats an ASCII file for printing on a postscript printer
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
audio/mythmusic-0.27.5 (Score: 0.013787264)
Music playing plugin for MythTV
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.
biology/bwa-0.7.9a (Score: 0.013787264)
Burrows-Wheeler sequence aligner
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.
converters/cocot-20120313 (Score: 0.013787264)
Code Converter on TTY
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
databases/autobackupmysql-1.4 (Score: 0.013787264)
Make daily, weekly, and monthly backups of your MySQL databases
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
devel/ObjectName-1.1.0.0 (Score: 0.013787264)
Explicitly handled object names for Haskell
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.
devel/libvolume_id-0.81.1 (Score: 0.013787264)
Library to provide file system type information
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.
devel/Data-Uniqid-0.12 (Score: 0.013787264)
Perl extension for simple genrating of unique id's
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).
devel/multi_key_dict-2.0.3 (Score: 0.013787264)
Multi key dictionary implementation
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.