Ports Search

Results 12,18112,190 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.014 seconds)
devel/Algorithm-Interval2Prefix-0.02 (Score: 1.5577191E-4)
Generate prefixes from intervals
Taking an interval as input, this module will construct the smallest set of prefixes, such that all numbers in the interval will match exactly one of the prefixes, and no prefix will match a number not in the interval.
devel/Alias-2.32 (Score: 1.5577191E-4)
Perl module that performs aliasing services
Alias is a perl module that performs aliasing services. It is useful for those of you that are tired of dereferencing hash-based object attributes, or wish perl could make-do with fewer $, -> and {} things, or are a little scared of using typeglobs, or want the freedom to put what you want, when you want in the symbol table without having to deal with weird syntax, or need to use scalar constants in your program since you don't trust yourself from changing $PI (heh). Most notably, there is a C<attr> function that installs a whole hash on the symbol table with implicit localization. This allows you to access object attributes without having to deref the object every time, as in most other OO languages.
devel/Algorithm-Permute-0.12 (Score: 1.5577191E-4)
Perl interface to handy and fast permutation
Algorithm::Permute provides a handy and fast permutation with an OO interface, although its algorithm is perhaps not the fastest available. Currently it only supports permutation n of n objects.
devel/App-Rad-1.05 (Score: 1.5577191E-4)
Rapid creation of command line applications
App::Rad aims to be a simple yet powerful framework for developing your command-line applications. It can easily transform your Perl one-liners into reusable subroutines than can be called directly by the user of your program.
devel/App-SD-0.75 (Score: 1.5577191E-4)
Peer-to-peer replicated distributed issue tracker
SD is a peer to peer ticket tracking system built on the Prophet distributed database. SD is designed to make it easy to work with tickets and to share ticket databases with your collaborators
devel/C-Scan-0.74 (Score: 1.5577191E-4)
Perl5 module to scan C language files for easily recognized constructs
C-Scan is a Perl module to scan C language files for easily recognized constructs such as included header files, macros and their arguments, declarations of functions, extern declarations, and typedefs. It uses the Data::Flow interface.
devel/Class-Accessor-Fast-XS-0.04 (Score: 1.5577191E-4)
XS replacement for Class::Accessor::Fast
This module is a XS based replacement for Class::Accessor::Fast. Just replace Class::Accessor::Fast with Class::Accessor::Fast::XS and it should just work. Read Class::Accessor::Fast and Class::Accessor for API docs and usage.
devel/Class-Accessor-Lite-0.08 (Score: 1.5577191E-4)
Minimalistic variant of p5-Class-Accessor
Class::Accessor::Lite is a variant of Class::Accessor. It is fast and requires less typing, has no dependencies to other modules, and does not mess up the @ISA.
devel/phpsh-20110513 (Score: 1.5577191E-4)
Interactive shell for PHP
phpsh is an interactive shell for php that features readline history, tab completion, quick access to documentation. It was developed at Facebook and ironically, is written mostly in python. It is open source and released under a modified BSD license.
devel/Clone-PP-1.06 (Score: 1.5577191E-4)
Recursively copy Perl datatypes
This module provides a general-purpose clone function to make deep copies of Perl data structures. It calls itself recursively to copy nested hash, array, scalar and reference types, including tied variables and objects.