Ports Search

Results 12,74112,750 of 19,819 for %22HTTP Server%22.(0.015 seconds)
devel/Time-Duration-1.20 (Score: 9.2878623E-4)
Rounded or exact English expression of durations
This module provides functions for expressing durations in rounded or exact terms.
devel/Time-HiRes-1.9726 (Score: 9.2878623E-4)
Perl5 module implementing High resolution time, sleep, and alarm
Time::HiRes module: High resolution time, sleep, and alarm. Implement usleep, ualarm, and gettimeofday for Perl, as well as wrappers to implement time, sleep, and alarm that know about non-integral seconds.
devel/Time-Interval-1.232 (Score: 9.2878623E-4)
Converts time intervals of days, hours, minutes, and seconds
This is a perl module for dealing with time intervals. Among other things, this module can tell you the number of hours, minutes, and seconds elapsed between two dates.
devel/prefork-1.04 (Score: 9.2878623E-4)
Optimize module loading across forking and non-forking scenarios
The prefork pragma is intended to allow module writers to optimise module loading for both scenarios with as little additional code as possible. The prefork.pm is intended to serve as a central and optional marshalling point for state detection (are we running in procedural or pre-forking mode) and to act as a relatively light-weight module loader.
devel/Time-Progress-2.11 (Score: 9.2878623E-4)
Elapsed and estimated finish time reporting
Elapsed and estimated finish time reporting
devel/Time-Warp-0.52 (Score: 9.2878623E-4)
Control over the flow of time
Our external experience unfolds in 3 1/2 dimensions (time has a dimensionality of 1/2). The Time::Warp module offers developers control over the measurement of time.
devel/TimeDate-2.30 (Score: 9.2878623E-4)
Perl5 module containing a better/faster date parser for absolute dates
The TimeDate distribution replaces earlier GetDate distribution, which was only a date parser. The date parser contained in this distribution is far superior to the yacc based parser, and a *lot* faster. The parser contained here will only parse absolute dates, if you want a date parser that can parse relative dates then take a look at the Time modules by David Muir on CPAN. The file Local.pm.new which is included in this distribution is a patched version of Time::Local which comes with perl. It fixes two problems - It determines the zone offset based on now rather than epoch - It fixes a problem with looping forever when a year > 1900 is passed in
devel/Tree-Node-0.08 (Score: 9.2878623E-4)
Memory-efficient tree nodes in Perl
This module implements a memory-efficient node type (for trees, skip lists and similar data structures) for Perl. You may ask "Why bother implementing an ordered structure such as a tree when Perl has hashes built-in?" Since Perl is optimized for speed over memory usage, hashes (and lists) use a lot of memory. So the purpose of this package is to provide a simple low-level Node class which can be used as a base class to implement various kinds of tree structures. Each node has a key/value pair and a variable number of "children" pointers. How nodes are organized or the algorithm used to organize them is for you to implement. There is no Pure-perl version because this package was written to overcome limitations of Perl.
devel/Tree-Parser-0.15 (Score: 9.2878623E-4)
Module to parse formatted files into tree structures
This module can parse various types of input (formatted and containing hierarchal information) into a tree structure. It can also deparse these same tree structures back into a string. It accepts various types of input, such as strings, filenames, and array references. The tree structure used is a hierarchy of Tree::Simple objects.
devel/Tree-R-0.072 (Score: 9.2878623E-4)
Perl extension for the Rtree data structure and algorithms
Tree::R - Perl extension for the Rtree data structure and algorithms