The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Data::Show::Table"

Data::ShowTable - routines to display tabular data in several formats. River stage one • 1 direct dependent • 1 total dependent

The ShowTable module provides subroutines to display tabular data, typially from a database, in nicely formatted columns, in several formats. Its arguments can either be given in a fixed order, or, as a single, anonymous hash-array. The output format...

AKSTE/Data-ShowTable-4.6 - 03 Jan 2014 23:32:10 UTC

Data::Table - Data type related to database tables, spreadsheets, CSV/TSV files, HTML table displays, etc. River stage one • 6 direct dependents • 8 total dependents

Field Summary data refto_arrayof_refto_array contains a two-dimensional spreadsheet data. header refto_array contains all column names. type 0/1 0 is row-based, 1 is column-based, describe the orientation of @$data. Package Variables $Data::Table::VE...

EZDB/Data-Table-1.78 - 11 Feb 2020 16:57:38 UTC

Data::Tab - Iterators as tabular data structures River stage zero No dependents

MICHAEL/Data-Tab-0.02 - 13 Sep 2014 10:58:11 UTC

MMapDB - a simple database in shared memory River stage one • 2 direct dependents • 2 total dependents

"MMapDB" implements a database similar to a hash of hashes of hashes, ..., of arrays of data. It's main design goals were: * very fast read access * lock-free read access for massive parallelism * minimal memory consumption per accessing process * tr...

OPI/MMapDB-0.15 - 10 Sep 2012 10:40:17 UTC

Data::Page - help when paging through sets of results River stage three • 41 direct dependents • 166 total dependents

When searching through large amounts of data, it is often the case that a result set is returned that is larger than we want to display on one page. This results in wanting to page through various pages of data. The maths behind this is unfortunately...

ETHER/Data-Page-2.03 - 10 May 2019 03:07:27 UTC

Data::Rmap - recursive map, apply a block to a data structure River stage two • 8 direct dependents • 19 total dependents

rmap BLOCK LIST Recursively evaluate a BLOCK over a list of data structures (locally setting $_ to each element) and return the list composed of the results of such evaluations. $_ can be used to modify the elements. Data::Rmap currently traverses HA...

BOWMANBS/Data-Rmap-0.65 - 22 Nov 2016 13:09:09 UTC

Data::Model - model interface which had more data sources unified, a.k.a data/object mapper River stage zero No dependents

Data::Model is can use as ORM which can be defined briefly. There are few documents. It is due to be increased in the near future....

YAPPO/Data-Model-0.00008 - 08 Jul 2013 11:21:40 UTC

Data::Babel - Translator for biological identifiers River stage zero No dependents

Data::Babel translates biological identifiers based on information contained in a database. Each Data::Babel object provides a unique mapping over a set of identifier types. The system as a whole can contain multiple Data::Babel objects; these may sh...

NATG/Data-Babel-1.13 - 29 Oct 2013 13:07:02 UTC

Data::CTable - Read, write, manipulate tabular data River stage zero No dependents

CHTHORMAN/Data-CTable-1.01 - 17 Sep 2002 15:11:05 UTC

Data::Fallback - fallback through an array of levels till you find your data, cacheing where desired River stage zero No dependents

The simplest, good example for Data::Fallback, is cacheing a database to a conf file, then to memory. In general, the user supplies an array ref of hash refs (an object property named list), where each hash ref explains how to get data for that step....

EARL/Data-Fallback-0.16 - 25 Oct 2002 06:54:24 UTC

Data::Presenter - Reformat database reports River stage zero No dependents

Data::Presenter is an object-oriented module useful for the reformatting of already formatted text files such as reports generated by database programs. If the data can be represented by a row-column matrix, where for each data entry (row): * there a...

JKEENAN/Data-Presenter-1.03 - 11 Feb 2008 00:45:33 UTC

Data::Table::Text - Write data in tabular text format. River stage two • 35 direct dependents • 35 total dependents

Write data in tabular text format. Version 20240203. The following sections describe the methods in each functional area of this module. For an alphabetic listing of all methods by name see Index....

PRBRENAN/Data-Table-Text-20240408 - 07 Apr 2024 19:30:28 UTC

Data::TableReader - Extract records from "dirty" tabular data sources River stage one • 1 direct dependent • 1 total dependent

This module is designed to take "loose" or "dirty" tabular data sources (such as Excel, CSV, TSV, or HTML) which may have been edited by non-technical humans and extract the data into sanitized records, while also verifying that the data file contain...

NERDVANA/Data-TableReader-0.014 - 25 Mar 2024 17:25:39 UTC

Gruntmaster::Data - Gruntmaster 6000 Online Judge -- database interface and tools River stage zero No dependents

Gruntmaster::Data is the interface to the Gruntmaster 6000 database. All functions are exported by default. dbinit(*@args*) This function connects to the database. *@args* are the arguments passed to the DBIx::Simple constructor. purge(*$url_path*) P...

MGV/Gruntmaster-Data-6000.001 - 03 Oct 2018 18:18:24 UTC

Data::Model::Schema - Schema DSL for Data::Model River stage zero No dependents

YAPPO/Data-Model-0.00008 - 08 Jul 2013 11:21:40 UTC

Data::Edit::Xml::Xref - Cross reference Dita XML, match topics and ameliorate missing references. River stage one • 1 direct dependent • 1 total dependent

Cross reference Dita XML, match topics and ameliorate missing references. Version 20200202. The following sections describe the methods in each functional area of this module. For an alphabetic listing of all methods by name see Index....

PRBRENAN/Data-Edit-Xml-Xref-20200424 - 23 Apr 2020 18:26:37 UTC

Data::Mining::Apriori - Perl extension for implement the apriori algorithm of data mining. River stage zero No dependents

This module implements the apriori algorithm of data mining....

AGRACIANO/Data-Mining-Apriori-0.18 - 23 Apr 2018 16:31:33 UTC

Data::Password::zxcvbn - Dropbox's password estimation logic River stage one • 2 direct dependents • 2 total dependents

This is a Perl port of Dropbox's password strength estimation library, "zxcvbn" <https://github.com/dropbox/zxcvbn>. The code layout has been reworked to be generally nicer (e.g. we use classes instead of dispatch tables, all data structures are immu...

DAKKAR/Data-Password-zxcvbn-1.1.2 - 04 Apr 2023 14:52:12 UTC

Data::Downloader::File River stage zero No dependents

Represents a file managed by Data::Downloader. Files are represented in the database as rows in the file table. Each row corresponds to a single file on disk. There may be multiple symbolic links to this file, but the uniqueness of this row reflects ...

BDUGGAN/Data-Downloader-0.9907 - 24 Nov 2012 13:27:42 UTC

Business::PostNL::Data - Shipping cost data for Business::PostNL River stage zero No dependents

Data module for Business::PostNL containing shipping cost information, country zones etc. Nothing to see here, the show is over, move along please. METHODS The following methods are used and can be exported zones Returns a hashref with country and zo...

BLOM/Business-PostNL-0.14 - 03 Jan 2014 12:29:07 UTC
26 results (0.099 seconds)