The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:Meta MD5"

Meta::Digest::MD5 - extend the standard Digest::MD5 module. River stage zero No dependents

This module extends the functionality found in the Digest::MD5 standard module with code that otherwise will have to be written many times in places of Digest::MD5. The object inherits from Digest::MD5 so you can use all of that modules functionality...

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

Meta::Projects::Md5::Node - fortune table node Class::DBI wrapper. River stage zero No dependents

fortune table node Class::DBI wrapper....

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

Meta::Projects::Md5::Edge - fortune table edge Class::DBI wrapper. River stage zero No dependents

fortune table edge Class::DBI wrapper....

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

Meta::Pdmt::Md5Node - a node which can supply an md5 signature. River stage zero No dependents

This is a node which can supply an md5 signature....

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

md5_sum.pl - calculate MD5 sums and display them. River stage zero No dependents

This program does the same thing as the famous md5sum(1) but only in perl. The reason is for greater command line flexibility, code sharing (the md5 calculation is shared by all perl modules as it is implemented in a single module) and cleanliness....

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

md5_purge.pl - remove duplicated in a directory according to MD5 sums. River stage zero No dependents

Give this script a set of directories to work on and it will remove all duplicates in that directory. This script provide two policies: 1. Ask the user on each set of duplicates on which to remove. You will be prompted on which of the duplicates you ...

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

md5_import.pl - import directory md5 data into a database. River stage zero No dependents

This script receives a directory, traverses it, and adds it's data to a given Md5 database. The resulting data base will the information about the hirarchy of the directory and checksum information on each file....

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

md5_remove.pl - remove files that their md5 is in a current XML/MD5 file. River stage zero No dependents

Give this program an XML file with MD5 signatures and a directory to scan. The program will read the MD5 signatures file and will store them in RAM. Then it will recurse the directory and for each file it will calc the MD5 sum. If it finds files whic...

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

md5_produce.pl - produce XML/md5 for sets of files. River stage zero No dependents

This script takes as input a set of files on the command line and produces an XML file according to the XML/md5 dtd I have defined which contains information about the files MD5 sum and modification times. This type of information could later be used...

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

md5_finddup.pl - find duplicate files in XML/md5 type files. River stage zero No dependents

This script processes an XML/md5 type file and looks for duplicate MD5 sums (which, in high probability, indicate that the same files are involved...), and prints out the files which have the same MD5 sums. The user gets to select what to do with the...

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

Meta::Init - perform various initialization tasks. River stage zero No dependents

This module performs system wide initializations. This includes setting global variables for stuff beyond our control, changing environment variables etc... Currently it just configures Error.pm to print stack trace with thrown errors....

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

Meta::Digest::Collection - a collection of MD5 signatures for files. River stage zero No dependents

This object encapsulates a collection of MD5. This collection maps files to signatures and signatures to maps. The class uses the many to one mapping object (which is all it is except for a few masking/convenience routines)....

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

Meta::Db::Set - Object to store set data. River stage zero No dependents

This is an object to store a the definition for an set type....

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

Meta::IO::Dir - extend IO::Dir. River stage zero No dependents

This class extends IO::Dir by adding exception handling to the class and a more object oriented style (look at the synopsis)....

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

Meta::Db::Dbi - an extension of the regular DBI module. River stage zero No dependents

This is my extension of the Dbi module. The reason that there is no inheritance here is that DBI is hard to inherit from since the object which is the database handle (which is returned from connect) is not clear (I mean which object is it). And all ...

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

Meta::Db::Ops - Perl module to create a database for you. River stage zero No dependents

This module does various database related tasks like exporting from databases in a generic fashion, translating database names so that development environments could use the same DB server as production environments and not have to worry about messin...

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

Meta::Ds::Map - a 1-1 map object. River stage zero No dependents

This data structure is a 1-1 map. This means that you can for instance, store a social id to driver id mapping (since no two people have the same social id or driver id). Trying to insert a value which already exists (in either of the hashes) will ca...

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

Meta::Ds::Set - data structure that represents a set. River stage zero No dependents

This is a library to let you create a set like data structure. The set data structure is akin to the mathematical object of a set. A set is a collection of items where duplicates are not allowed (if you insert an item which is already in the set the ...

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

Meta::Db::Def - Object to store a definition for a database. River stage zero No dependents

This is an object to let you read,write and manipulate a database definition....

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

Meta::Xml::Dom - XML/DOM parser. River stage zero No dependents

This object is here to be an XML::DOM::ValParser object which will hide some of the drawbacks of the Perl native XML::DOM::ValParser object. For instace, I would like to set, at runtime, whether the object will do validation or not. I would also like...

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC
688 results (0.029 seconds)