Ports Search

Results 1,7311,740 of 5,623 for /devel/.(0.003 seconds)
devel/AnyEvent-AIO-1.1 (Score: 0.032514982)
Asynchronous file and directory I/O with AnyEvent
Loading this module will install the necessary magic to seamlessly integrate IO::AIO into AnyEvent, i.e. you no longer need to concern yourself with calling IO::AIO::poll_cb or any of that stuff (you still can, but this module will do it in case you don't).
Shuffle a list
Algorithm::Numerical::Shuffle ============================= Shuffle is a perl module which performs a one pass, fair shuffle on a list. If the list is passed as a reference to an array, the shuffle is done in situ. The running time of the algorithm is linear in the size of the list. For an in situ shuffle, the memory overhead is constant; otherwise, linear extra memory is used. The algorithm used is discussed by Knuth [3]. It was first published by Fisher and Yates [2], and later by Durstenfeld [1].
devel/Algorithm-Permute-0.12 (Score: 0.032514982)
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/AnyEvent-Connection-0.06 (Score: 0.032514982)
Base class for TCP connectful clients
Base class for TCP connectful clients.
devel/AnyEvent-DBI-Abstract-0.01 (Score: 0.032514982)
AnyEvent::DBI + SQL::Abstract
AnyEvent::DBI + SQL::Abstract
devel/AnyEvent-DBI-2.3 (Score: 0.032514982)
Asynchronous DBI access
AnyEvent::DBI - asynchronous DBI access
devel/AnyEvent-DBus-0.31 (Score: 0.032514982)
Seamlessly integrate Net::DBus into AnyEvent
Loading this module will install the necessary magic to seamlessly integrate Net::DBus into AnyEvent. It does this by quite brutally hacking Net::DBus::Reactor so that all dbus connections created after loading this module will automatically be managed by this module.
devel/AnyData-0.11 (Score: 0.032514982)
Easy access to data in many formats
The rather wacky idea behind this module and its sister module DBD::AnyData is that any data, regardless of source or format should be accessible and modifiable with the same simple set of methods. This module provides a multi- dimensional tied hash interface to data in a dozen different formats. The DBD::AnyData module adds a DBI/SQL interface for those same formats. Both modules provide built-in protections including appropriate flocking() for all I/O and (in most cases) record-at-a-time access to files rather than slurping of entire files. Currently supported formats include general format flat files (CSV, Fixed Length, etc.), specific formats (passwd files, httpd logs, etc.), and a variety of other kinds of formats (XML, Mp3, HTML tables). The number of supported formats will continue to grow rapidly since there is an open API making it easy for any author to create additional format parsers which can be plugged in to AnyData itself and thereby be accessible by either the tiedhash or DBI/SQL interface.
devel/AnyEvent-Filesys-Notify-1.19 (Score: 0.032514982)
Perl extension for AnyEvent compat to monitor file/dir changes
An AnyEvent compatible module to monitor files/directories for changes
devel/AnyEvent-Gearman-0.10 (Score: 0.032514982)
Asynchronous Gearman client/worker module for AnyEvent applications
AnyEvent::Gearman is a module set of client/worker modules for Gearman for AnyEvent applications.