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

Search results for "module:Algorithm::Dependency"

Algorithm::Dependency - Base class for implementing various dependency trees River stage two • 17 direct dependents • 28 total dependents

Algorithm::Dependency is a framework for creating simple read-only dependency hierarchies, where you have a set of items that rely on other items in the set, and require actions on them as well. Despite the most visible of these being software instal...

ETHER/Algorithm-Dependency-1.112 - 28 Apr 2020 03:16:16 UTC

Algorithm::Dependency::Item - Implements an item in a dependency hierarchy. River stage two • 17 direct dependents • 28 total dependents

The Algorithm::Dependency::Item class implements a single item within the dependency hierarchy. It's quite simple, usually created from within a source, and not typically created directly. This is provided for those implementing their own source. ( S...

ETHER/Algorithm-Dependency-1.112 - 28 Apr 2020 03:16:16 UTC

Algorithm::Dependency::Weight - Calculate dependency 'weights' River stage two • 17 direct dependents • 28 total dependents

In dependency systems, it can often be very useful to calculate an aggregate or sum for one or all items. For example, to find the "naive install weight" of a Perl distribution (where "naive" means you treat each distribution equally), you would want...

ETHER/Algorithm-Dependency-1.112 - 28 Apr 2020 03:16:16 UTC

Algorithm::Dependency::Source - Implements a source of hierarchy items River stage two • 17 direct dependents • 28 total dependents

The Algorithm::Dependency::Source class provides an abstract parent class for implementing sources for the hierarchy data the algorithm will use. For an example of an implementation of this, see Algorithm::Dependency::Source::File, which is bundled w...

ETHER/Algorithm-Dependency-1.112 - 28 Apr 2020 03:16:16 UTC

Algorithm::Dependency::Objects - An implementation of an Object Dependency Algorithm River stage zero No dependents

This modules is a re-implementation of Algorithm::Dependency using only objects instead of object ids, making use of Set::Object for book-keeping....

NUFFIN/Algorithm-Dependency-Objects-0.04 - 20 Sep 2007 20:43:27 UTC

Algorithm::Dependency::Ordered - Implements an ordered dependency hierarchy River stage two • 17 direct dependents • 28 total dependents

Algorithm::Dependency::Ordered implements the most common variety of Algorithm::Dependency, the one in which the dependencies of an item must be acted upon before the item itself can be acted upon. In use and semantics, this should be used in exactly...

ETHER/Algorithm-Dependency-1.112 - 28 Apr 2020 03:16:16 UTC

Algorithm::Dependency::MapReduce - A Map/Reduce implementation for Alg:Dep graphs River stage zero No dependents

ADAMK/Algorithm-Dependency-MapReduce-0.03 - 14 Apr 2009 09:21:11 UTC

Algorithm::Dependency::Source::HoA - Source for a HASH of ARRAYs River stage two • 17 direct dependents • 28 total dependents

"Algorithm::Dependency::Source::HoA" implements a source where the items names are provided in the most simple form, a reference to a "HASH" of "ARRAY" references....

ETHER/Algorithm-Dependency-1.112 - 28 Apr 2020 03:16:16 UTC

Algorithm::Dependency::Source::DBI - Database source for Algorithm::Dependency River stage one • 2 direct dependents • 2 total dependents

The Algorithm::Dependency module has shown itself to be quite reliable over a long period of time, as well as relatively easy to setup and use. However, recently there has been an increasing use of things like DBD::SQLite to store and distribute stru...

ADAMK/Algorithm-Dependency-Source-DBI-1.06 - 27 Aug 2009 14:05:23 UTC

Algorithm::Dependency::Source::File - File source for dependency hierarchies River stage two • 17 direct dependents • 28 total dependents

Algorithm::Dependency::Source::File implements a source where the items are stored in a flat file or a relatively simple format. File Format The file should be an ordinary text file, consisting of a series of lines, with each line completely containi...

ETHER/Algorithm-Dependency-1.112 - 28 Apr 2020 03:16:16 UTC

Algorithm::Dependency::Source::Invert - Logically invert a source River stage two • 17 direct dependents • 28 total dependents

This class creates a source from another source, but with all dependencies reversed....

ETHER/Algorithm-Dependency-1.112 - 28 Apr 2020 03:16:16 UTC

Algorithm::Dependency::Objects::Ordered - An ordered dependency set River stage zero No dependents

NUFFIN/Algorithm-Dependency-Objects-0.04 - 20 Sep 2007 20:43:27 UTC

Algorithm::DependencySolver::Solver - A dependency solver for scheduling access to a shared resource River stage zero No dependents

This dependency solver is somewhat different to the existing Algorithm::Dependency module. Algorithm::Dependency creates a heirarchy where each node depends on a set of other nodes. In Algorithm::DependencySolver, there exists a set of operations and...

KAORU/Algorithm-DependencySolver-1.01 - 20 Feb 2015 07:49:31 UTC

Algorithm::DependencySolver::Operation - An operation representation River stage zero No dependents

KAORU/Algorithm-DependencySolver-1.01 - 20 Feb 2015 07:49:31 UTC

Algorithm::DependencySolver::Traversal - A module for traversing a dependency graph River stage zero No dependents

Given an Algorithm::DependencySolver::Solver.pm object, traverses it in such a way that upon entering a node, all of its prerequisites will have already been entered. Concurrency Currently this module is *not* thread-safe. However, it has been design...

KAORU/Algorithm-DependencySolver-1.01 - 20 Feb 2015 07:49:31 UTC

CPAN::Unwind - Recursively determines dependencies of CPAN modules River stage zero No dependents

CPAN::Unwind recursively determines dependencies of CPAN modules. It fetches distribution tarballs from CPAN, unpacks them, and runs Module::Depends::Intrusive on them. SECURITY NOTE: CPAN::Unwind runs all Makefile.PL files (via "Module::Depends::Int...

MSCHILLI/CPAN-Unwind-0.06 - 02 May 2011 00:34:48 UTC

Algorithm::C3 - A module for merging hierarchies using the C3 algorithm River stage three • 3 direct dependents • 511 total dependents

This module implements the C3 algorithm. I have broken this out into it's own module because I found myself copying and pasting it way too often for various needs. Most of the uses I have for C3 revolve around class building and metamodels, but it co...

HAARG/Algorithm-C3-0.11 - 10 Nov 2020 17:14:34 UTC

Algorithm::TicketClusterer - A Perl module for retrieving Excel-stored past tickets that are most similar to a new ticket. Tickets are commonly used in software services industry and customer support businesses to record requests for service, product complaints, user feedback, and so on. River stage zero No dependents

Algorithm::TicketClusterer is a *perl5* module for retrieving previously processed Excel-stored tickets similar to a new ticket. Routing decisions made for the past similar tickets can be useful in expediting the routing of a new ticket. Tickets are ...

AVIKAK/Algorithm-TicketClusterer-1.01 - 15 Nov 2014 21:34:54 UTC

Algorithm::WordLevelStatistics - Pure Perl implementation of the "words level statistics" algorithm River stage zero No dependents

This module implements the word leval statistics algorithm as described in: P. Carpena, P. Bernaola-Galav, M. Hackenberg, A.V. Coronado and J.L. Oliver, "Level statistics of words: finding keywords in literary texts and DNA", Physical Review E 79, 03...

NIDS/Algorithm-WordLevelStatistics-0.03 - 04 Sep 2009 17:28:15 UTC
19 results (0.033 seconds)