Ports Search

Results 5,8415,850 of 19,819 for %22HTTP Server%22.(0.008 seconds)
misc/watch-3.2.8 (Score: 0.0012383816)
GNU watch command
GNU watch runs a command repeatedly, displaying its output (the first screenfull). This allows you to watch the program output change over time.
misc/heyu2-2.10 (Score: 0.0012383816)
Control a CM11A interface from the command line
HEYU is a text-based console program for remotely controlling lights and appliances in the home or office. It is made available under a free and open source license. Heyu uses the CM11A computer interface to send and receive X10 control signals over the AC power lines to modules which can turn On, Off, or Dim attached lamps or appliances. It can store a schedule of timed events in the CM11A memory for execution when the computer is turned off or disconnected. Heyu now supports an optional W800RF32A or MR26A RF receiver connected to a second port as an auxiliary input device for X10 RF signals. Heyu can also use an optional CM17A interface to transmit X10 RF signals.
misc/inplace-1.2.3 (Score: 0.0012383816)
Tool to edit files in-place through given filter commands
The inplace(1) command is a utility to edit files in-place through given filter commands preserving the original file attributes. Mode and ownership (user and group) are preserved by default, and time (access and modification) by choice. Examples: # Sort files in-place using sort(1): inplace sort file1 file2 file3 # Process image files preserving time and taking backup files: inplace -t -b.orig 'convert -rotate 270 -resize 50%% %1 %2' *.jpg
misc/gnome-mime-data-2.18.0 (Score: 0.0012383816)
MIME and Application database for GNOME
The base MIME and Application database for GNOME. It is meant to be accessed through the MIME functions in GnomeVFS
misc/kcd-7.15.0 (Score: 0.0012383816)
Change directory in full-screen visual mode
kcd allows user to change directory by using various methods: - By using cursor keys to navigate through the directory tree screen - By searching in directory tree screen - By typing part of the directory name directly at the command line. Other features include: - Can be configured to filter out to some subdirectories, useful for cdrom and msdos partition mounting points - Can be configured to scan directory tree starting from some specified directory inwards, for example, home directory. - If the number directories that matches to the name given in the command line exceeds a specified number, kcd displays the whole list. - Faster directory rescan if old data file exists. Only directories with newer modified/changed time are scanned. - Sorted directory tree listing.
misc/tellico-2.3.11 (Score: 0.0012383816)
Collection manager for KDE
Tellico is a KDE application for organizing your collections. It provides default templates for books, bibliographies, videos, music, video games, coins, stamps, trading cards, comic books, and wines.
misc/bibletime-2.10.1 (Score: 0.0012383816)
Open source Bible study tool
BibleTime is an open source Bible study application, based on the Sword library which provides access to all the different text modules created by the Crosswire Bible Society.
misc/jbidwatcher-2.5.6 (Score: 0.0012383816)
Java-based application allowing you to monitor eBay auctions
A Java-based application allowing you to monitor ebay auctions, submit bids, snipe (bid at the last moment), and otherwise track your auction-site experience. It includes adult-auction management, MANY currencies (yen, pound, dollar (US, Canada, Australian, and New Taiwanese), Swiss Francs, and euro, presently), drag-and-drop of auction URLs, a unique and powerful 'multisniping' feature.
misc/lr-2.0 (Score: 0.0012383816)
Lazyread can auto-scroll files on your screen in movie credit fashion
Lazyread is a C program that auto-scrolls files on your screen in movie credit fashion. It allows the user to read without having to manually scroll down to see new pages. There are lots of features, such as being able to choose the speed at which it scrolls, pause, dynamic speed up, the ability to highlight lines that contain a specified string, and much more. - Michael L. Hostbaek mich@FreeBSD.org
misc/boxes-1.1.2 (Score: 0.0012383816)
Draws ASCII-art configurable boxes around text or code
/*********************/ boxes draws any /* boxes draws any */ kind of boxes ===> /* kind of boxes */ around your text! /* around your text! */ /*********************/ The boxes command is a text filter which can draw ASCII art boxes around its input text. These boxes may also be removed, even if they have been badly damaged by editing of the text inside. Since boxes may be open on any side, boxes can also be used to create regional comments in any programming language. With the help of an editor macro or mapping, damaged boxes can easily be repaired.