Ports Search

Results 6,8916,900 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.013 seconds)
devel/Sort-Key-Top-0.08 (Score: 2.1808068E-4)
Select and sort top n elements
Select the top n elements from a list using several common orderings and custom key extraction procedures.
devel/SVN-Look-0.41 (Score: 2.1808068E-4)
Caching wrapper around the svnlook command
SVN-Look is a caching wrapper aroung the svnlook command. The svnlook command is the workhorse of Subversion hook scripts, being used to gather all sorts of information about a repository, its revisions, and its transactions. This script provides a simple object oriented interface to a specific svnlook invocation, to make it easier to hook writers to get and use the information they need. Moreover, all the information gathered buy calling the svnlook command is cached in the object, avoiding repetitious calls.
devel/Term-Encoding-0.02 (Score: 2.1808068E-4)
Detect encoding of the current terminal
Term::Encoding is a simple module to detect an encoding the current terminal expects, in various ways.
devel/String-Checker-0.03 (Score: 2.1808068E-4)
Perl module implementing an extensible string validation interface
String::Checker - An extensible string validation module (allowing commonly used checks on strings to be called more concisely and consistently). Why is this useful? If you're only checking one string, it probably isn't. However, if you're checking a bunch of strings (say, for example, CGI input parameters) against a set of expectations, this comes in pretty handy. As a matter of fact, the CGI::ArgChecker module is a simple, CGI.pm aware wrapper for this library.
devel/Syntax-Keyword-Junction-0.003008 (Score: 2.1808068E-4)
Perl6 style Junction operators in Perl5
This is a lightweight module which provides 'Junction' operators, the most commonly used being any and all.
devel/Term-ScreenColor-1.20 (Score: 2.1808068E-4)
Term::Screen based screen positioning and coloring module
Term::ScreenColor adds ANSI coloring support, along with a few other useful methods, to those provided in Term::Screen.
devel/Test-Pod-1.51 (Score: 2.1808068E-4)
Check for POD errors in files
Check POD files for errors or warnings in a test file, using Pod::Simple to do the heavy lifting.
devel/Text-LevenshteinXS-0.03 (Score: 2.1808068E-4)
XS implementation of the Levenshtein edit distance
This is a port of Josh Goldberg's Text::LevenshteinXS An XS implementation of the Levenshtein edit distance
devel/plyr-1.8.4 (Score: 2.1808068E-4)
Tools for splitting, applying, and combining data
plyr is a set of tools that solves a common set of problems: you need to break a big problem down into manageable pieces, operate on each pieces and then put all the pieces back together. For example, you might want to fit a model to each spatial location or time point in your study, summarise data by panels or collapse high-dimensional arrays to simpler summary statistics. The development of plyr has been generously supported by BD (Becton Dickinson).
devel/Test-Timer-0.12 (Score: 2.1808068E-4)
Perl test module to test/assert response times
Test::Timer implements a set of test primitives to test and assert test times from bodies of code.