Ports Search

Results 7,8117,820 of 17,660 for descr%3A%22spam filter%22.(0.013 seconds)
benchmarks/lmbench-3.0.a9 (Score: 1.4061591E-4)
System performance measurement tool
This is lmbench-3.0-a9, a (sometimes controversial) system performance measurement tool. lmbench is a suite of simple, portable, ANSI/C microbenchmarks for UNIX/POSIX. In general, it measures two key features: latency and bandwidth. lmbench is intended to give system developers insight into basic costs of key operations. You can go to /usr/local/lib/lmbench and do one of the following: make results (to run the benchmarks) make rerun (to rerun the benchmarks) make see (to see how you did)
benchmarks/netio-1.32 (Score: 1.4061591E-4)
Network benchmark
This is a network benchmark for DOS, OS/2 2.x, Windows NT/2000 and Unix. It measures the net throughput of a network via NetBIOS and/or TCP/IP protocols (Unix and DOS only support TCP/IP) using various different packet sizes. One instance has to run on one machine as a server process, another instance is used on another machine to perform the benchmark. When executed without arguments, the program will explain its usage.
biology/ssaha-3.1c (Score: 1.4061591E-4)
Very fast matching and alignment of DNA sequences
SSAHA is a software tool for very fast matching and alignment of DNA sequences. It stands for Sequence Search and Alignment by Hashing Algorithm. It achieves its fast search speed by converting sequence information into a `hash table' data structure, which can then be searched very rapidly for matches. SSAHA: a fast search method for large DNA databases (2001). Ning Z, Cox AJ, Mullikin JC. Genome Res. 11: 1725-9. PMID: 11591649
cad/pythoncad-37 (Score: 1.4061591E-4)
Open-source CAD package built designed around Python
PythonCAD is a CAD package written, surprisingly enough, in Python. The PythonCAD project aims to produce a scriptable, open-source, easy to use CAD package for Linux, the various flavors of BSD Unix, commercial Unix, and other platforms to which someone who is interested ports the program. Work began on PythonCAD in July, 2002, and the first public release was on December 21, 2002.The firs developer team stop to develop PythonCad In the 2007.In May 2009 A new developer team star to develop Pythoncad since now.
chinese/lunar-2.1 (Score: 1.4061591E-4)
Convert between Gregorian Solar Calendar (SC) and Lunar Calendar (LC)
The lunar program performs date conversion between the Gregorian Solar Calendar (SC) and the Chinese Lunar Calendar (LC). Given a date in either calendar, the program also outputs the corresponding "shengxiao" (animal of the year) and "ganzhi" characters. The date range currently covered is from about 1900 A.D. to 2049 A.D. The standard time of the Lunar Calendar is Beijing (Hong Kong) Standard Time, not GMT. Be sure to adjust appropriately for other time zones and "Daylight Saving Time".
comms/ge-x2212-0.0.2010.09.15 (Score: 1.4061591E-4)
EEPROM programmer for GE Phoenix SX Radios
This program is a software package for programming the X22C12 EEPROM in the GE Phoenix SX radios (specifically the VHF and UHF 16 channel scanning versions). The X2212 is removed from the radio, placed in the parallel port adaper socket and can be read/written/verified or archived. The prom contents can be saved in a hex file format or exported as a text file for printing. Changing frequencies and channel guard settings is as easy as filling in the blanks.
comms/gkermit-1.0 (Score: 1.4061591E-4)
File transfer utility using the kermit protocol
G-Kermit file transfer utility ------------------------------ G-Kermit is a Unix program for uploading and downloading files with the Kermit protocol. It is: . Stable and low-maintenance . Small and fast with no frills . Released under the GNU Public License G-Kermit is command-line only (no interactive commands or scripting) and remote-mode only (no making connections). It has an extremely simple user interface, and implements a large subset of the Kermit protocol in a small amount of highly portable code.
comms/grig-0.8.1 (Score: 1.4061591E-4)
Amateur Radio control front-end
Grig is a graphical front-end to the Ham Radio libraries written using Gtk+ and Gnome widgets by Alexandru Csete. Part of the groundstation suite, it purpose is to control an amateur radio transceiver from X. It supports any of the transceivers that hamlib supports, including rpc.rigd over the network. The groundstation suite comprises Gnome-rig and Gnome-predict and is intended to provide a low-cost amateur radio station with the facilities of a high-end satellite station.
comms/wy60-2.0.9 (Score: 1.4061591E-4)
Curses-based emulator for the Wyse 60 terminal
Wy60 can be invoked from within any one of many commonly used terminal emulators as long as there is a working terminfo entry for it. It sets up a emulation environment converting between Wyse 60 escape sequences and the escape codes of the host system, and launches a shell to run within this emulated environment. The current set of supported escape sequences is limited, but should suffice to run many existing legacy applications without requiring any changes.
converters/Unicode-MapUTF8-1.11 (Score: 1.4061591E-4)
Perl class that implements conversion between arbitrary charsets
Provides an adapter layer between core routines for converting to and from UTF8 and other encodings. In essence, a way to give multiple existing Unicode modules a single common interface so you don't have to know the underlaying implementations to do simple UTF8 to-from other character set string conversions. As such, it wraps the Unicode::String, Unicode::Map8, Unicode::Map and Jcode modules in a standardized and simple API.