Ports Search

Results 1,7211,730 of 5,623 for /devel/.(0.003 seconds)
devel/Algorithm-SVM-0.13 (Score: 0.032514982)
Perl bindings for the libsvm Support Vector Machine library
Algorithm::SVM implements a Support Vector Machine for Perl. Support Vector Machines provide a method for creating classification functions from a set of labeled training data, from which predictions can be made for subsequent data sets.
devel/Algorithm-LCS-1.04 (Score: 0.032514982)
Fast (XS) implementation of the Longest Common Subsequence Algorithm
Algorithm::LCS reimplements Algorithm::Diff's core loop in XS, and provides a simple OO interface to it.
devel/Alien-SDL-1.440 (Score: 0.032514982)
Detect and get configuration setting for SDL
Alien::SDL can be used to detect and get configuration settings from an installed SDL and related libraries.
devel/cvs-1.20120905 (Score: 0.032514982)
Version control system
CVS is a version control system. It fills a similar role to the free software RCS, PRCS, and Aegis packages.
devel/Algorithm-MarkovChain-0.06 (Score: 0.032514982)
Perl class capable of creating Markov chains and output based on them
Algorithm::MarkovChain implements a class capable of creating a Markov chain, and then generating output based on it. For more information consult the Algorithm::MarkovChain(3) man page.
devel/Alias-2.32 (Score: 0.032514982)
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/Alzabo-0.92 (Score: 0.032514982)
Data modelling tool and RDBMS-OO mapper
Alzabo is a suite of modules with two core functions. Its first use is as a data modeling tool. Through either a schema creation GUI, a perl program, or reverse engineering, you can create a set objects to represent a schema. Its second function is as an RDBMS to object mapping system. Once you have created a schema, you can use the Alzabo::Runtime::Table and Alzabo::Runtime::Row classes to access its data. These classes offer a high level interface to common operations such as SQL SELECT, INSERT, DELETE, and UPDATE commands.
devel/Any-Daemon-0.94 (Score: 0.032514982)
Provides basic needs for a daemon
This module delivers the basic needs for any daemon on UNIX systems. There are other standard daemon implementations available on CPAN, with as main common difference that this module is not dedicated to a specific task. By using Log::Report, you can easily redirect error reports to any logging mechanism you like.
devel/Any-Moose-Convert-0.004 (Score: 0.032514982)
Convert Moose libraries to Mouse ones, or vice versa
Any::Moose::Convert is a tool to convert Moose libraries to Mouse ones, or vice versa.
devel/Any-Moose-0.26 (Score: 0.032514982)
Perl extension for/to use Moose or Mouse modules
use Moose or Mouse modules