Ports 搜索

共有5,623项符合/devel/的查询结果,以下是第3,0813,090项(搜索用时0.003秒)
devel/Regexp-Assemble-Compressed-0.02 (Score: 0.032514982)
Perl extension to compress Regular Expression
Regexp::Assemble::Compressed is a subclass of Regexp::Assemble. It assembles more compressed regular expressions.
devel/Regexp-Compare-0.24 (Score: 0.032514982)
Partial ordering for regular expressions
Regexp::Compare implements a function comparing regular expressions: it returns true if all strings matched by the first regexp are also matched by the second. It's meant to be used for optimization of blacklists implemented by regular expressions (like, for example, http://www.communitywiki.org/cw/BannedContent). False return value does not imply that there's a string matched by the first regexp which isn't matched by the second - many regular expressions (i.e. those containing Perl code) are impossible to compare, and this module doesn't even implement all possible comparisons.
devel/String-Ediff-0.09 (Score: 0.032514982)
Perl module to produce common sub-string indices for two strings
String::Ediff - Produce common sub-string indices for two strings This module uses suffix tree algorithm to determine the common substrings.
devel/Regexp-Lexer-0.05 (Score: 0.032514982)
Lexer for Perl regular expressions
Parses and tokenizes Perl regular expressions.
devel/Regexp-RegGrp-2.00 (Score: 0.032514982)
Groups a regular expressions collection
Regexp::RegGrp is a Perl modele to group regular expressions to one regular expression.
devel/Reply-0.40 (Score: 0.032514982)
Lightweight, extensible REPL for Perl
Reply is a lightweight, extensible REPL for Perl. It is plugin-based (see Reply::Plugin), and through plugins supports many advanced features such as coloring and pretty printing, readline support, and pluggable commands.
devel/ResourcePool-1.0107 (Score: 0.032514982)
Generic way to use connection caching for any kind of resources
The ResourcePool is a generic connection caching and pooling management facility. It might be used in an Apache/mod_perl environment to support connection caching like Apache::DBI for non-DBI resources (e.g. Net::LDAP). It's also useful in a stand alone perl application to handle connection pools. The key benefit of ResourcePool is the generic design which makes it easily extensible to new resource types. The ResourcePool has a simple check mechanism to detect and close broken connections (e.g. if the database server was restarted) and opens new connections if possible. If you are new to ResourcePool you should go to the ResourcePool::BigPicture documentation which provides the best entry point to this module. The ResourcePool itself handles always exactly equivalent connections (e.g. connections to the same server with the same user-name and password) and is therefore not able to do a load balancing. The ResourcePool::LoadBalancer is able to do a advanced load balancing across different servers and increases the overall availability by applying a failover policy if there is a server breakdown.
devel/String-Random-0.28 (Score: 0.032514982)
Perl interface to generate "random" strings
String::Random is used to generate random strings. It was written to make generating random passwords and such a little easier. See the documentation in pod format in the module for more information.
devel/String-RexxParse-1.10 (Score: 0.032514982)
Perl module that provides an interface to REXX parsing routines
String::RexxParse is an attempt to provide REXX parsing routines for some long-time REXX programmers.
devel/String-Similarity-1.04 (Score: 0.032514982)
Perl module that calculates the similarity of two strings
The "String::Similarity" calculates the similarity index of its two arguments. A value of '0' means that the strings are entirely different. A value of '1' means that the strings are identical. Everything else lies between 0 and 1 and describes the amount of similarity between the strings.