Search results for "module:Data::Generate"
Data::LUID - Generate guaranteed unique local identifiers
On each call to "->make", Data::LUID::Table will generate a guaranteed unique local identifier. Guaranteed because once each identifier is generated, it will be stored in a table for future lookup (collision avoidance) The current backend is Berkeley...
RKRIMEN/Data-LUID-0.014 - 12 Jun 2009 21:13:09 UTC
Data::Token - Generate an unpredictable unique token
This library exports a single method 'token' which can be used to generate a unique and unpredictable token....
SCOTT/Data-Token-v0.0.3 - 04 Feb 2009 02:44:12 UTC
Data::Fake - Declaratively generate fake structured data for testing
This module generates randomized, fake structured data using declarative syntax. "Data::Fake" is built on higher-order programming principles. It provides users with "factory" functions, which create "generator" functions for specific pieces of data....
DAGOLDEN/Data-Fake-0.006 - 26 Feb 2021 01:40:58 UTC
Data::DefGen - Define and Generate arbitrary data.
This module exports a single "def" function that takes a CODE block to define a data structure. The returned structure may contain more definitions within it. Calling "gen" method on the returned object will recursively execute all the definitions, a...
GLAI/Data-DefGen-1.001003 - 21 Apr 2015 07:40:16 UTC
Data::Random - Perl module to generate random data
A module used to generate random data. Useful mostly for test programs....
BAREFOOT/Data-Random-0.13 - 18 Apr 2018 07:47:42 UTC
Data::Template - Generate data structures from templates
Templates usually convert text templates to text. This module goes further by converting data structure templates to data structures. Beyond that, nothing new. I am lazy and the Template Toolkit is here today - so I use it. The current implementation...
FERREIRA/Data-Template-0.02 - 08 Jan 2016 22:52:49 UTC
Data::Tersify - generate terse equivalents of complex data structures
Complex data structures are useful; necessary, even. But they're not *helpful*. In particular, when you're buried in the guts of some code you don't fully understand and you have a variable you want to inspect, and you say "x $foo" in the debugger, o...
SKINGTON/Data-Tersify-1.003 - 05 Aug 2021 16:40:21 UTC
Data::ID::Exim - generate Exim message IDs
This module supplies functions which generate IDs using the algorithms that the Exim MTA uses to generate message IDs, and functions to manipulate such IDs. Exim has two schemes for message IDs, one using base 62 to compactly represent numeric compon...
ZEFRAM/Data-ID-Exim-0.009 - 10 Aug 2017 18:09:48 UTC
MMapDB - a simple database in shared memory
"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
PDF::Data - Manipulate PDF files and objects as data structures
This module can read and write PDF files, and represents PDF objects as data structures that can be readily manipulated....
DEVEN/PDF-Data-v1.0.1 - 02 Jul 2022 21:16:04 UTC
Data::Sah - Fast and featureful data structure validation
This distribution, "Data-Sah", implements compilers for producing Perl and JavaScript validators, as well as translatable human description text from Sah schemas. Compiler approach is used instead of interpreter for faster speed. The generated valida...
PERLANCAR/Data-Sah-0.914 - 19 Oct 2022 16:14:32 UTC
Data::TUID - A smaller and more communicable pseudo-UUID
Data::TUID is a tool for creating small, communicable pseudo-unique identifiers. Essentially it will take a UUID, pass the result through Encode::Base32::Crockford, and resize accordingly (via "substr") Although I've tried to sample the UUID evenly, ...
ROKR/Data-TUID-0.0122 - 20 Sep 2010 20:03:05 UTC
Data::YUID - Distributed ID generator ("Yet another Unique ID")
*Data::YUID* ("Yet another Unique ID") is an ID allocation engine that can be used both in client/server mode--with a set of distributed servers--and within a single process. It generates IDs with temporal and spatial uniqueness. These IDs are less u...
SAYMEDIA/Data-YUID-0.06 - 11 Jun 2011 07:13:09 UTC
Data::Cuid - collision-resistant IDs
"Data::Cuid" is a port of the cuid JavaScript library for Perl. Collision-resistant IDs (also known as *cuids*) are optimized for horizontal scaling and binary search lookup performance, especially for web or mobile applications with a need to genera...
ZAKAME/Data-Cuid-0.07 - 17 Dec 2020 08:55:25 UTC
Data::Grid - Incremental read access to grid-based data
Problem 1 You have a mountain of data files from two decades of using MS Office (and other) products, and you want to collate their contents into someplace sane. Problem 2 The files are in numerous different formats, and a consistent interface would ...
DORIAN/Data-Grid-0.07 - 29 Jan 2020 20:59:54 UTC
Data::PowerSet - Generate all subsets of a list of elements
"Data::PowerSet" takes a list and returns all possible combinations of the elements appearing in the list without replacement....
DLAND/Data-PowerSet-0.05 - 13 May 2008 09:17:14 UTC
Data::Feed - Extensible Feed Parsing Tool
Data::Feed is a frontend for feeds. It will attempt to auto-guess what type of feed you are passing it, and will generate the appropriate feed object. What, another XML::Feed? Yes, but this time it's extensible. It's cleanly OO (until you get down to...
DMAKI/Data-Feed-0.00015 - 06 Jul 2011 04:59:43 UTC