Ports 搜索

共有5,623项符合/devel/的查询结果,以下是第3,0713,080项(搜索用时0.004秒)
devel/foreach-1.4.3 (Score: 0.032514982)
Foreach looping construct for R
Support for the foreach looping construct. Foreach is an idiom that allows for iterating over elements in a collection, without the use of an explicit loop counter. This package in particular is intended to be used for its return value, rather than for its side effects. In that sense, it is similar to the standard lapply function, but doesn't require the evaluation of a function. Using foreach without side effects also facilitates executing the loop in parallel.
devel/Spiffy-0.46 (Score: 0.032514982)
Spiffy Perl Interface Framework For You
Spiffy is a framework and methodology for doing object oriented programming in Perl. Spiffy combines the best parts of Exporter.pm, base.pm, mixin.pm and SUPER.pm into one magic foundation class. It attempts to fix all the nits and warts of traditional Perl OO, in a clean, straightforward and (perhaps someday) standard way.
devel/gbm-2.0.8 (Score: 0.032514982)
Extensions to AdaBoost algorithm
Extensions to Freund and Schapire's AdaBoost algorithm and Friedman's gradient boosting machine. Includes regression methods for least squares, absolute loss, quantile regression, logistic, Poisson, Cox proportional hazards partial likelihood, and AdaBoost exponential loss.
devel/Storable-2.45 (Score: 0.032514982)
Persistency for perl data structures
The Storable package brings you persistency for your perl data structures containing SCALAR, ARRAY, HASH or REF objects, i.e. anything that can be conveniently stored to disk and retrieved at a later time. It can be used in the regular procedural way by calling store with a reference to the object to store, and providing a file name. The routine returns undef for I/O problems or other internal error, a true value otherwise. Serious errors are propagated as a die exception. To retrieve data stored to disk, you use retrieve with a file name, and the objects stored into that file are recreated into memory for you, and a reference to the root object is returned. In case an I/O error occurred while reading, undef is returned instead. Other serious errors are propagated via die.
devel/Stream-Buffered-0.03 (Score: 0.032514982)
Perl extension for temporary buffer to save bytes
Stream::Buffered is a buffer class to store arbitrary length of byte strings and then get a seekable filehandle once everything is buffered. It uses PerlIO and/or temporary file to save the buffer depending on the length of the size.
devel/Stream-Reader-0.09 (Score: 0.032514982)
Perl module for reading data from streams
Stream::Reader is perl module intended for reading data from streams. It can be used for "on the fly" parsing big volumes data.
devel/gdata-2.17.0 (Score: 0.032514982)
Various R programming tools for data manipulation
gdata package provides various R programming tools for data manipulation.
devel/Stream-1.00 (Score: 0.032514982)
Generic stream classes for Perl
A generic set of Stream classes for Perl.
devel/String-Approx-3.27 (Score: 0.032514982)
Perl extension for approximate matching (fuzzy matching)
String::Approx lets you match and substitute strings approximately. With this you can emulate errors: typing errors, spelling errors, closely related vocabularies (colour color), genetic mutations (GAG ACT), abbreviations (McScot, MacScot). EXTREMELY USEFUL FOR WRITING LANGUAGE TESTS AND QUIZZES ! Jarkko Hietaniemi<jhi@alpha.hut.fi>
devel/String-CRC32-1.5 (Score: 0.032514982)
Perl interface for cyclic redundancy check generation
The CRC32 module calculates CRC sums of 32 bit lengths. It generates the same CRC values as ZMODEM, PKZIP, PIC- CHECK and many others. Despite its name, this module is able to compute the checksum of strings as well as of files.