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 "set"

Sidef::Types::Set::Set River stage one • 1 direct dependent • 1 total dependent

This class implements ......

TRIZEN/Sidef-24.05 - 12 May 2024 07:43:14 UTC - Search in distribution

Set::FA - A Set of Discrete Finite Automata River stage one • 1 direct dependent • 1 total dependent

Set::FA provides a mechanism to define and run a set of DFAs....

RSAVAGE/Set-FA-2.01 - 20 Sep 2016 02:48:16 UTC - Search in distribution

Set::Bag - bag (multiset) class River stage zero No dependents

This module implements a simple bag (multiset) class. A bag may contain one or more instances of elements. One may add and delete one or more instances at a time. If one attempts to delete more instances than there are to delete from, the default beh...

DAVIDO/Set-Bag-1.012 - 10 Apr 2013 19:12:16 UTC - Search in distribution

Set::CSS - set of CSS classes River stage one • 1 direct dependent • 2 total dependents

Inheriting from Set::Object this class provides methods for emitting HTML. If $args{on_empty} is not true and the set is empty, then no output shall be emitted....

SHLOMIF/Set-CSS-0.2.0 - 14 Dec 2021 12:57:42 UTC - Search in distribution

File::Set - Mange/build a set of files from a list of file/directories River stage zero No dependents

This module is designed to build and manipulate a set of files from a list of input directories and files. You can specify whether directories should be recursed or not, or specific sub-directories ignored....

ROBM/File-Set-1.02 - 04 Feb 2008 02:31:14 UTC - Search in distribution

Set::Hash - Hashes as objects with lots of handy methods (including set comparisons) and support for method chaining. River stage zero No dependents

Set::Hash allows you to create strings as objects and use OO-style methods on them. Many convenient methods are provided here that appear in the FAQ's, the Perl Cookbook or posts from comp.lang.perl.misc. In addition, there are Set methods with corre...

DJBERG/Set-Hash-0.01 - 16 Dec 2002 05:09:00 UTC - Search in distribution

Set::Tiny - Simple sets of strings River stage two • 10 direct dependents • 13 total dependents

Set::Tiny is a thin wrapper around regular Perl hashes to perform often needed set operations, such as testing two sets of strings for equality, or checking whether one is contained within the other. For a more complete implementation of mathematical...

TRENDELS/Set-Tiny-0.04 - 04 Mar 2016 17:10:37 UTC - Search in distribution

Array::Set - Perform set operations on arrays River stage one • 4 direct dependents • 4 total dependents

This module provides routines for performing set operations on arrays. Set is represented as a regular Perl array. All comparison is done with "eq" (string comparison) by default, but if your set contains references/undef, you can enable "allow_refs"...

PERLANCAR/Array-Set-0.063 - 20 Oct 2021 00:05:56 UTC - Search in distribution

Games::Set - The rules for the game of Set River stage zero No dependents

Games::Set understands some of the rules of the card game Set. It also knows how to generate a standard deck....

RCLAMP/Games-Set-0.01 - 08 Sep 2003 15:31:43 UTC - Search in distribution

Senna::Set - Wrapper Around sen_set River stage zero No dependents

DMAKI/Senna-0.51 - 16 Mar 2007 16:49:18 UTC - Search in distribution
  • Senna - Perl Interface To Senna Fulltext Search Engine

Set::Array - Arrays as objects with lots of handy methods River stage two • 16 direct dependents • 20 total dependents

Set::Array allows you to create arrays as objects and use OO-style methods on them. Many convenient methods are provided here that appear in the FAQs, the Perl Cookbook or posts from comp.lang.perl.misc. In addition, there are Set methods with corres...

RSAVAGE/Set-Array-0.30 - 17 Sep 2013 23:39:08 UTC - Search in distribution

Types::Set - Set::Equivalence-related type constraints River stage one • 1 direct dependent • 1 total dependent

Types::Set is a type constraint library built using Type::Tiny; compatible with Moose, Mouse, Moo and more. Type constraints "AnySet" This type constraint is satisfied by any blessed object that provides "insert", "delete", "members" and "contains" m...

TOBYINK/Set-Equivalence-0.003 - 30 Sep 2013 13:17:22 UTC - Search in distribution
  • Set::Equivalence - a set of objects or scalars with no duplicates and a user-configurable equivalence relation
  • Set::Equivalence::_Tie - tied array implementation for Set::Equivalence's to_array method

Set::Files - routines to work with files, each definining a single set River stage zero No dependents

This is a module for working with simple sets of elements where each set is defined in a separate file (one file for each set to be defined). The advantages of putting each set in a separate file are: Set managment can be delegated If all sets are de...

SBECK/Set-Files-1.06 - 08 Jun 2010 13:15:17 UTC - Search in distribution

Set::Light - (memory efficient) unordered set of strings River stage one • 1 direct dependent • 1 total dependent

Set::Light implements an unordered set of strings. Set::Light currently uses a hash underneath, and each key of the hash points to the same scalar, thus saving memory per item. Why not use a hash? Usually you would use a hash to keep track of a list ...

RRWO/Set-Light-0.95 - 07 May 2021 12:03:20 UTC - Search in distribution

Venus::Set - Set Class River stage two • 3 direct dependents • 56 total dependents

This package provides a representation of a collection of ordered unique values and methods for validating and manipulating it....

AWNCORP/Venus-4.15 - 27 Nov 2023 17:12:55 UTC - Search in distribution

Locale::Set - Set locale (small wrapper POSIX::setlocale) River stage two • 2 direct dependents • 79 total dependents

PERLANCAR/Locale-Set-0.77 - 10 Dec 2014 12:45:29 UTC - Search in distribution

Random::Set - Class for random set generation. River stage zero No dependents

SKIM/Random-Set-0.09 - 05 Feb 2024 13:12:08 UTC - Search in distribution

Set::Groups - A set of groups. River stage zero No dependents

The Groups object implements a set of groups. Each group can own single members and group members. A group can be flattened, i.e. expansed until each of his members is a single one....

JACQUELIN/Set-Groups-0.8 - 06 Nov 2007 21:21:06 UTC - Search in distribution

Set::Object - set of objects and strings River stage three • 47 direct dependents • 254 total dependents

This modules implements a set of objects, that is, an unordered collection of objects without duplication. The term *objects* is applied loosely - for the sake of Set::Object, anything that is a reference is considered an object. Set::Object 1.09 and...

RURBAN/Set-Object-1.42 - 21 Jan 2022 13:18:58 UTC - Search in distribution

Set::Scalar - basic set operations River stage three • 32 direct dependents • 190 total dependents

Creating $s = Set::Scalar->new; $s = Set::Scalar->new(@members); $t = $s->clone; $t = $s->copy; # Clone of clone. $t = $s->empty_clone; # Like clone() but with no members. Modifying $s->insert(@members); $s->delete(@members); $s->invert(@members); # ...

DAVIDO/Set-Scalar-1.29 - 24 Mar 2014 14:50:23 UTC - Search in distribution
18,652 results (0.206 seconds)