Ports Search

Results 11,89111,900 of 19,819 for %22HTTP Server%22.(0.015 seconds)
devel/Data-ShowTable-4.6 (Score: 9.2878623E-4)
Perl5 module to pretty-print arrays of data
ShowTable.pm, is a Perl 5 module which defines subroutines to print arrays of data in a nicely formatted listing, using one of four possible formats: simple table, boxed table, list style, and HTML-formatting (for World-Wide-Web output). See the documentation on ShowTable.pm for details on the formatting. The program "showtable" reads data in a variety of formats from a file or STDIN, optimally columnizes the data, and then feeds the array of data to the ShowTable module for display. Showtable can parse its own output as input (except for HTML). Individual or ranges of columns may be selected for display, either by name or by index. In other words, showtable is a data formatting program. Using the '-html' option, showtable can accept ASCII tabular data and format it appropriately for display through a Web-browser.
devel/Date-Simple-3.03 (Score: 9.2878623E-4)
Simple date object
From Date::Simple(3) man page: Dates are complex enough without times and timezones. This module may be used to create simple date objects. It handles: Validation: Reject 1999-02-29 but accept 2000-02-29. Interval arithmetic: How many days were between two given dates? What date comes N days after today? Day-of-week calculation: What day of the week is a given date? It does NOT deal with hours, minutes, seconds, and time zones.
devel/DateConvert-0.16 (Score: 9.2878623E-4)
Perl5 module to convert dates between any two calendar formats
Date::Convert allows you to convert date formats using an OO mechanism that lets you easily choose any two formats and add in new ones. If you have suggestions, bug reports, or if you want to add a new date format, feel free to contact me: morty@sanctuary.arbutus.md.us
devel/Data-Table-1.75 (Score: 9.2878623E-4)
Data type related to database tables, HTML table displays, etc
This perl package uses perl5 objects to make it easy for manipulating spreadsheet data among disk files, database, and Web publishing. A table object contains a header and a two-dimensional array of scalars. Four class methods Data::fromFile, Data::Table::fromCSV, Data::Table::fromTSV, and Data::Table::fromSQL allow users to create a table object from a CSV/TSV file or a database SQL selection in a snap. Table methods provide basic access, add, delete row(s) or column(s) operations, as well as more advanced sub-table extraction, table sorting, record matching via keywords or patterns, table merging, and web publishing. Data::Table class also provides a straightforward interface to other popular Perl modules such as DBI and GD::Graph.
devel/Data-Throttler-0.06 (Score: 9.2878623E-4)
Limit data throughput
Data::Throttler helps solving throttling tasks like "allow a single IP only to send 100 emails per hour". It provides an optionally persistent data store to keep track of what happened before and offers a simple yes/no interface to an application, which can then focus on performing the actual task (like sending email) or suppressing/postponing it.
devel/Data-Thunk-0.07 (Score: 9.2878623E-4)
Lazy/deferred evaluation - a sneakier Scalar::Defer
This is an implementation of thunks a la Scalar::Defer, but uses Data::Swap and assignment to $_[0] in order to leave a minimal trace of the thunk.
devel/Data-TreeDumper-0.40 (Score: 9.2878623E-4)
Dumps a data structure in a tree fashion
Data::Dumper and other modules do a great job at dumping data structures. Their output, however, often takes more brain power to understand than the data itself. When dumping large amounts of data, the output can be overwhelming and it's difficult to see the relationship between each piece of the dumped data. Data::TreeDumper also dumps data in a tree-like fashion but hopefully in a format more easily understood. Data::TreeDumper also gives one extraordinary control over output and provides for custom filtering of and iteration over data structures.
devel/Data-Types-0.09 (Score: 9.2878623E-4)
Validate and convert data types
This module exports a number of functions that are useful for validating and converting data types. It is intended for use in applications where data types are more important than they typically are in Perl -- e.g., database applications.
devel/Data-Util-0.63 (Score: 9.2878623E-4)
Perl extension for utilities for data and data types
This module provides utilities for data and data types.
devel/Data-Validator-1.07 (Score: 9.2878623E-4)
Rule based validator on type constraint system
This is yet another validation library, based on Smart::Args but less smart. This is designed for general data validation. For example, it is useful for CSV, JSON, XML, and so on.