Ports Search

Results 11,83111,840 of 19,819 for %22HTTP Server%22.(0.011 seconds)
devel/Curses-Widgets-1.997 (Score: 9.2878623E-4)
Curses-based widgets and functions
This module provides a standard library of functions and widgets for use in creating Curses-based interfaces. Should work reliably with both Curses and nCurses libraries.
devel/Cvs-0.07 (Score: 9.2878623E-4)
Cvs - Object oriented interface to the CVS command
Cvs Object oriented interface to the CVS command
devel/Cwd-Guard-0.05 (Score: 9.2878623E-4)
Temporary changing working directory (chdir)
CORE::chdir Cwd::Guard can change the current directory (chdir) using a limited scope.
devel/Dancer-Debug-0.03 (Score: 9.2878623E-4)
Dancer::Debug - Extend Plack::Middleware::Debug
Dancer::Debug extends Plack::Middleware::Debug with some specific panels for Dancer.
devel/Data-Flow-1.02 (Score: 9.2878623E-4)
Perl extension for simple-minded recipe-controlled build of data
The module Data::Flow provides its services via objects. The objects may be obtained by the usual $request = new Data::Flow $recipes; paradigm. The argument $recipes is a hash reference, which provides the rules for request processing. The objects support two methods, set() and get(). The first one is used to provide input data for processing, the second one to obtain the output. The unit of requested information is a field. The method set() takes a pair field => value, the method get() takes one argument: the field. Every object is created without any fields filled, but it knows how to construct fields basing on other fields or some global into. This knowledge is provided in the argument $recipe of the new() function. This is a reference to a hash, keyed by fields. The values of this hash are hash references themselves, which describe how to acquire the field which is the corresponding key of the initial hash.
devel/Danga-Socket-1.61 (Score: 9.2878623E-4)
Event loop and event-driven async socket base class
This is an abstract base class for objects backed by a socket which provides the basic framework for event-driven asynchronous IO, designed to be fast. Danga::Socket is both a base class for objects, and an event loop. Callers subclass Danga::Socket. Danga::Socket's constructor registers itself with the Danga::Socket event loop, and invokes callbacks on the object for readability, writability, errors, and other conditions.
devel/Data-Grouper-0.06 (Score: 9.2878623E-4)
Data aggregator for perl objects
Aggregate perl modules, often useful for template expansion.
devel/Data-HashArray-1.03 (Score: 9.2878623E-4)
Array class of hashes with properties via overloading and AUTOLOAD
Data::HashArray is an array of hashes or hash-based objects. This class has some magical properties that make it easier to deal with multiplicity.
devel/bcompiler-1.0.2 (Score: 9.2878623E-4)
Bytecode compiler extension
bcompiler enables you to encode your scripts in phpbytecode, enabling you to protect the source code. bcompiler could be used in the following situations - to create a exe file of a PHP-GTK application (in conjunction with other software) - to create closed source libraries - to provide clients with time expired software (prior to payment) - to deliver close source applications - for use on embedded systems, where disk space is a priority.
devel/Data-HexDump-0.02 (Score: 9.2878623E-4)
Simple hexadecimal dumper
Dump in hexadecimal the content of a scalar. The result is returned in a string. Each line of the result consists of the offset in the source in the leftmost column of each line, followed by one or more columns of data from the source in hexadecimal. The rightmost column of each line shows the printable characters (all others are shown as single dots).