Ports Search

Results 1,9211,930 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.013 seconds)
audio/cmt-1.16 (Score: 0.0024402651)
The Computer Music Toolkit - a collection of LADSPA plugins
The Computer Music Toolkit (CMT) is a collection of LADSPA plugins for use with software synthesis and recording packages
databases/DBICx-MapMaker-0.03 (Score: 0.0024402651)
Perl 5 module to automatically create a DBIx::Class mapping table
The Perl 5 module DBICx::MapMaker automatically creates a DBIx::Class result source for "many to many" relationship.
databases/amalgalite-1.5.0 (Score: 0.0024402651)
Embeds the SQLite database engine in a Ruby extension
Amalgalite embeds the SQLite database engine in a ruby extension. There is no need to install SQLite separately.
deskutils/easystroke-0.6.0 (Score: 0.0024402651)
Easystroke is a gesture-recognition application for X11
Easystroke is a gesture-recognition application for X11. Gestures or strokes are movements that you make with your mouse (or your pen, finger etc.) while holding down a specific mouse button. Easystroke will execute certain actions if it recognizes the stroke; currently easystroke can emulate key presses, execute shell commands, hold down modifiers and emulate a scroll wheel. The program was designed with Tablet PCs in mind and can be used effectively even without access to a keyboard.
devel/yac-0.9.2 (Score: 0.0024402651)
Yac is a shared memory user data cache for PHP
Yac is a shared memory user data cache for PHP it can be used to replace APC or local memcached.
devel/App-local-lib-helper-0.07 (Score: 0.0024402651)
Make it easy to run code against a local-lib
Helper for 'local' libs versions This is an object which provide the functionality to create a local::lib 'helper' script in either the currently loaded local::lib environment or in a target directory of choice. i By default the script is called localenv and can be used to invoke a command under the local::lib which it was built against. For example, assume you build a local::lib like so: cpanm --local-lib ~/mylib App::local::lib::helper
devel/File-ReadBackwards-1.05 (Score: 0.0024402651)
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.0024402651)
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.0024402651)
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.0024402651)
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.