Ports Search

Results 471480 of 549 for /misc/.(0.007 seconds)
misc/uk-postcodes-2.2 (Score: 0.121850066)
United Kingdom post codes
United Kingdom post codes. 248K compressed ASCII data.
misc/shared-mime-info-1.5 (Score: 0.121850066)
MIME types database from the freedesktop.org project
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.
misc/unclutter-8 (Score: 0.121850066)
Remove idle cursor image from screen
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.
misc/since-1.1 (Score: 0.121850066)
View the end of a file like tail(1), but save state between sessions
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.
misc/zipcodes-1.0 (Score: 0.121850066)
USA postal codes
USA postal code. 816KB uncompressed ASCII data.
misc/sloccount-2.26 (Score: 0.121850066)
Counts physical Source Lines of Code (SLOC)
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).
misc/usbrh-libusb-0.05 (Score: 0.121850066)
Yet another reads temperatures and humidity from a Strawberry Linux USB-RH
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)
misc/smssend-3.5 (Score: 0.121850066)
Tool to send a SMS to any GSM
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.
misc/valspeak-1.0 (Score: 0.121850066)
Filter that converts English text to valspeak
Valspeak is a filter that converts English text to valspeak. Valspeak reads from standard input and writes to standard output.
misc/vdmfec-1.0 (Score: 0.121850066)
ECC wrapper using Vandermonde matrices based FEC
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