Ports Search

Results 5,7315,740 of 6,332 for /net-p2p/.(0.085 seconds)
math/sound-of-sorting-0.6.5 (Score: 0.0034951575)
Visualization and "Audibilization" of Sorting Algorithms
This program demonstrates the working principles of some 20 sorting algorithms and is very easy to use. Select the algorithm, the speed of the visualisation and whether you want to get sound output (that reflects the values being moved and is characteristic for each kind of algorithm).
misc/cpuid-3.3 (Score: 0.0034951575)
CPU identification utility
This is a fairly complete CPU identification utility. It has been tested on several Intel, AMD and Cyrix CPUs. If the Pentium III serial number misfeature is present and enabled, this program will display it.
misc/felis-1.0 (Score: 0.0034951575)
Displays one or more files as a single line of text
Felis sends one or more files to stdin. Unlike cat, felis will place all of its output to a single line.
misc/ini_file_manager-03 (Score: 0.0034951575)
Ini configuration file reader and manipulator package for Ada
The Ini file manager consists of a package, Config, which can read or write informations from various configuration files known as "ini" files because they have often the ".ini" extension. They are text files which look like the following: ; Comment line [Section 1] a_string = abcd # a comment here... a_number = +123.456 ; another comment [Section 2] a_string = efgh For more examples in this format, just search files with the .ini extension on a Windows-based computer.
misc/mtail-1.2.0 (Score: 0.0034951575)
Small tail workalike that performs output coloring
mtail is a small tail workalike that performs output coloring using ansi escape sequences (although the sequences are overridable, so you could cause it to output something else, e.g. html font tags, if you really wanted to). mtail is written in python, is fairly small, and should be relatively platform-independent. It has a config file that can contain an arbitrary number of entries, each of which has a series of regular expressions to indicate which files to color according to which entry. for each entry, the config file specifies a coloring scheme using regular expressions and, optionally, filters to apply to each line before coloring (for example, to strip out extra info, etc.). the config file also may override the predefined colors and the escape sequences (or whatever) actually used to perform the coloring.
misc/patchutils-0.3.4 (Score: 0.0034951575)
Small collection of programs that operate on patch files
Patchutils is a small collection of programs that operate on patch files. - Interdiff generates an incremental patch from two patches against a common source. - Combinediff generates a single patch from two incremental patches, allowing you to merge patches together. - Filterdiff will select the portions of a patch file that apply to files matching (or, alternatively, not matching) a shell wildcard. - Fixcvsdiff is for correcting the output of 'cvs diff'. - Rediff corrects hand-edited patches, by comparing the original patch with the modified one and adjusting the offsets and counts. - Lsdiff displays a short listing of affected files in a patch file, along with (optionally) the line numbers of the start of each patch. - Splitdiff separates out patches from a patch file so that each new patch file only alters any given file once. - Grepdiff displays a list of the files modified by a patch where the patch contains a given regular expression. - Recountdiff fixes up counts and offsets in a unified diff. - Unwrapdiff fixes word-wrapped unified diffs.
misc/Services_Weather-1.4.6 (Score: 0.0034951575)
PEAR interface to various online weather-services
Services_Weather searches for given locations and retrieves current weather data and, dependent on the used service, also forecasts. Up to now, GlobalWeather from CapeScience, Weather XML from EJSE (US only), a XOAP service from Weather.com and METAR from noaa.gov are supported. Further services will get included, if they become available, have a usable API and are properly documented.
misc/Text_Figlet-1.0.2 (Score: 0.0034951575)
Render text using FIGlet fonts
Engine for use FIGlet fonts to rendering text.
misc/rname-1.0 (Score: 0.0034951575)
Execute a program with a fake name
This is a simple utility to execute a program under a different name.
misc/sssnips-0.05 (Score: 0.0034951575)
Shell script snippets written by Peter Pentchev
From sssnips's README file: Peter Pentchev's Shell Script Snippets This is a collection of simple - and, in a couple of cases, simply trivial - shell scripts that I use in my day-to-day work.