Ports Search

Results 3,3313,340 of 5,824 for /net/.(0.004 seconds)
misc/Asterisk-1.03 (Score: 0.01987111)
Asterisk perl library
asterisk-perl is a collection of perl modules to be used with the Asterisk PBX, an open source pbx system developed by Mark Spencer.
misc/cdcollect-0.6.0 (Score: 0.01987111)
Simple CD catalog for GNOME
CDCollect is a CD/DVD catalog application for gnome. It's goal is to be able to catalog your entire CD collection allowing for searches of your CD/DVD files with a clean and simple interface. Features: * Easy to use interface. * Allow the use of plugins (external programs) to collect information for each file of a CD in your catalog. * Searches can be performed on CDs or files in the collection. * It also catalogs compressed files (using external programs such as unzip, unrar, etc.).
misc/cloc-1.64 (Score: 0.01987111)
Counts lines of code
cloc counts blank lines, comment lines, and physical lines of source code in many programming languages. cloc contains code from David Wheeler's SLOCCount and Damian Conway and Abigail's Perl module Regexp::Common.
misc/pauker-1.8 (Score: 0.01987111)
Java-based flashcard learning using the Leitner system
Pauker is a Java program for flashcard learning based on the Leitner system.
misc/pciids-20160621 (Score: 0.01987111)
Database of all known IDs used in PCI devices
Database of all known ID's used in PCI devices
misc/phraze-0.4 (Score: 0.01987111)
Converts telephone number to combinations of valid words
Phraze takes a telephone number and produces a list of combinations of valid words that can be derived from it, using the keypad of a US phone. Requires ruby.
misc/posixtestsuite-1.5.2 (Score: 0.01987111)
Open POSIX Test Suite
The POSIX Test Suite is an open source test suite with the goal of performing conformance, functional, and stress testing of the IEEE 1003.1-2001 System Interfaces specification in a manner that is agnostic to any given implementation.
misc/fortune-mod-bible-1.0 (Score: 0.01987111)
King James V Bible in fortune file format
fortune-mod-bible is the King James V Bible processed into the fortune format. Original text is in the public domain.
misc/osd-0.2.14 (Score: 0.01987111)
Python wrapper for osd, for displaying text on your X display
PyOSD is a python module for displaying text on your X display, much like the "On Screen Displays" used on TVs and some monitors.
misc/pexpect-3.3 (Score: 0.01987111)
Pure Python Expect-like module
Pexpect makes Python a better glue for controlling child applications. Pexpect is a pure Python module for spawning child applications; controlling them; and responding to expected patterns in their output. Pexpect works like Don Libes' Expect. Pexpect allows your script to spawn a child application and control it as if a human were typing commands. Pexpect can be used for automating interactive applications such as ssh, ftp, passwd, telnet, etc. It can be used to a automate setup scripts for duplicating software package installations on different servers. It can be used for automated software testing. Pexpect is in the spirit of Don Libes' Expect, but Pexpect is pure Python. The Pexpect interface was designed to be easy to use.