Ports Search

Results 1,9511,960 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.007 seconds)
devel/File-ReadBackwards-1.05 (Score: 0.0010144267)
File::ReadBackwards -- read a file backwards by lines
This module reads a file backwards line by line. It is simple to use, memory efficient and fast. It supports both an object and a tied handle interface. It is intended for processing log and other similar text files which typically have their newest entries appended to them. By default files are assumed to be plain text and have a line ending appropriate to the OS. But you can set the input record separator string on a per file basis.
devel/IO-Callback-1.12 (Score: 0.0010144267)
Perl extension to emulate file interface for a code reference
IO::Callback provides an easy way to produce a phoney read-only filehandle that calls back to your own code when it needs data to satisfy a read. This is useful if you want to use a library module that expects to read data from a filehandle, but you want the data to come from some other source and you don't want to read it all into memory and use IO::String.
devel/List-Permutor-0.022 (Score: 0.0010144267)
Allow you to process all possible permutations of a list
The List::Permutor module is simple module that currently allows you to process all possible permutations of a list
devel/Module-Info-File-0.14 (Score: 0.0010144267)
Retrieves module information from a file or script
Retrieves module information from a file or script. Enhances Module::Info->new_from_file to include dir and name attributes.
devel/Module-Starter-PBP-0.0.3 (Score: 0.0010144267)
Create a module as recommended in "Perl Best Practices"
This module implements a simple approach to creating modules and their support files, based on the Module::Starter approach.
devel/UNIVERSAL-can-1.20140328 (Score: 0.0010144267)
Hack around people calling UNIVERSAL::can() as a function
This module attempts to work around people calling UNIVERSAL::can() as a function, which it is not.
devel/default_value_for-3.0.1 (Score: 0.0010144267)
Define default values for ActiveRecord models in a declarative manner
The default_value_for plugin allows one to define default values for ActiveRecord models in a declarative manner
devel/hashery-2.1.2 (Score: 0.0010144267)
Hashery is a tight collection of Hash-like classes
The Hashery is a tight collection of Hash-like classes. Included among its many offerings are the auto-sorting Dictionary class, the efficient LRUHash, the flexible OpenHash and the convenient KeyHash. Nearly every class is a subclass of the CRUDHash which defines a CRUD model on top of Ruby's standard Hash making it a snap to subclass and augment to fit any specific use case.
devel/rspec-mocks-3.4.1 (Score: 0.0010144267)
Rspec-mocks provides a test-double framework for rspec
Rspec-mocks provides a test-double framework for rspec including support for method stubs, fakes, and message expectations.
graphics/libqrencode-3.4.4 (Score: 0.0010144267)
C library for encoding data in a QR Code symbol
Libqrencode is a C library for encoding data in a QR Code symbol, a kind of 2D symbology that can be scanned by handy terminals such as a mobile phone with CCD. The capacity of QR Code is up to 7000 digits or 4000 characters, and is highly robustness. Libqrencode supports QR Code model 2, described in JIS (Japanese Industrial Standards) X0510:2004 or ISO/IEC 18004. Currently the following features are not supported: * ECI and FNC1 mode * QR Code model 1