ack - grep-like text finder
ack is designed as an alternative to grep for programmers. ack searches the named input FILEs or DIRECTORYs for lines containing a match to the given PATTERN. By default, ack prints the matching lines. If no FILE or DIRECTORY is given, the current di...
PETDANCE/ack-v3.5.0 - 13 Mar 2021 04:39:37 UTC - Search in distribution
perl5120delta - what is new for perl v5.12.0
This document describes differences between the 5.10.0 release and the 5.12.0 release. Many of the bug fixes in 5.12.0 are already included in the 5.10.1 maintenance release. You can see the list of those changes in the 5.10.1 release notes (perl5101...
RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution
Net::Stripe - API client for Stripe.com
This module is a wrapper around the Stripe.com HTTP API. Methods are generally named after the HTTP method and the object name. This method returns Moose objects for responses from the API. VERSIONING Because of occasional non-backward-compatible cha...
SHERRARDB/Net-Stripe-0.42 - 15 Mar 2020 19:59:40 UTC - Search in distribution
Math::Prime::Util::GMP - Utilities related to prime numbers and factoring, using GMP
A module for number theory in Perl using GMP. This includes primality tests, getting primes in a range, factoring, and more. While it certainly can be used directly, the main purpose of this module is for Math::Prime::Util. That module will automatic...
DANAJ/Math-Prime-Util-GMP-0.52 - 22 Jun 2020 09:19:08 UTC - Search in distribution
Hush - Hush applications
This is the top-level namespace for Hush applications, which mostly consist of Hush::List currently....
LETO/Hush-0.03 - 15 Feb 2018 20:47:06 UTC - Search in distribution- Hush::List - HushList Protocol Reference Implementation
Math::GSL::SF - Special Functions
This module contains a data structure named gsl_sf_result. To create a new one use $r = Math::GSL::SF::gsl_sf_result_struct->new; You can then access the elements of the structure in this way : my $val = $r->{val}; my $error = $r->{err}; Here is a li...
HAKONH/Math-GSL-0.43 - 26 Jul 2021 16:34:34 UTC - Search in distribution- Math::GSL::SF - Special Functions
- Math::GSL::BLAS - Basic Linear Algebra Subprograms
- Math::GSL::BLAS - Basic Linear Algebra Subprograms
- 101 more results from Math-GSL »
Alien::Build - Build external dependencies for use in CPAN
This module provides tools for building external (non-CPAN) dependencies for CPAN. It is mainly designed to be used at install time of a CPAN client, and work closely with Alien::Base which is used at runtime. This is the detailed documentation for t...
PLICEASE/Alien-Build-2.50 - 23 Jun 2022 16:55:22 UTC - Search in distribution- Alien::Base - Base classes for Alien:: modules
- alienfile - Specification for defining an external dependency for CPAN
- Test::Alien - Testing tools for Alien modules
- 82 more results from Alien-Build »
R::YapRI::Base - A wrapper to interact with R/
Yet another perl wrapper to interact with R. This module is the central module to use R::YapRI. If R executable is in the PATH or in RBASE environment variables of your system, R commands can be run using this perl module with four methods: - new(), ...
BOMBARELY/R-YapRI-0.09 - 22 Mar 2016 17:46:27 UTC - Search in distribution- R::YapRI - Yet Another Perl R Inteface
- R::YapRI::Data::Matrix - A module to build and pass a Matrix to a YapRI command file
- R::YapRI::Block - A module to segment the R commands.
- 3 more results from R-YapRI »
Math::MatrixReal - Matrix of Reals
LETO/Math-MatrixReal-2.13
-
25 Sep 2016 19:05:41 UTC
-
Search in distribution
Test::WWW::Mechanize - Testing-specific WWW::Mechanize subclass
PETDANCE/Test-WWW-Mechanize-1.58
-
29 Apr 2022 16:26:09 UTC
-
Search in distribution
app.pl - Script to run this dancer app
LETO/App-Beeminder-Hook-0.003
-
04 Jul 2012 05:09:32 UTC
-
Search in distribution
- App::Beeminder::Hook - Integrate Github and Beeminder
Pod::Weaver - weave together a Pod document from an outline
Pod::Weaver is a system for building Pod documents from templates. It doesn't perform simple text substitution, but instead builds a Pod::Elemental::Document. Its plugins sketch out a series of sections that will be produced based on an existing Pod ...
RJBS/Pod-Weaver-4.018 - 19 Jun 2021 14:55:35 UTC - Search in distribution
Math::ODE - Solve N-th Order Ordinary Differential Equations
This module allows you to solve N-th Order Ordinary Differential Equations with as little pain as possible. Currently, only IVP's (initial value problems) are supported, but native support for BVP's (boundary value problems) may be added in the futur...
LETO/Math-ODE-0.07 - 19 Nov 2015 04:50:24 UTC - Search in distribution
Net::Topsy - Perl Interface to the Otter API to Topsy.com
LETO/Net-Topsy-0.03
-
23 Sep 2009 01:21:59 UTC
-
Search in distribution
- Net::Topsy::Result - Topsy Result Objects
MooseX::Runnable - Tag a class as a runnable application
MooseX::Runnable is a framework for making classes runnable applications. This role doesn't do anything other than tell the rest of the framework that your class is a runnable application that has a "run" method which accepts arguments and returns th...
ETHER/MooseX-Runnable-0.10 - 13 Mar 2016 00:42:15 UTC - Search in distribution
App::Mimosa - Miniature Model Organism Sequence Aligner
LETO/App-Mimosa-0.02
-
23 Nov 2011 21:43:31 UTC
-
Search in distribution
- App::Mimosa::View::Mason - Mason View Component
- App::Mimosa::Model::BCS - Catalyst DBIC Schema Model
- App::Mimosa::Controller::Root - Mimosa Root Controller
primes.pl - Print all primes between the two integers
LETO/Math-Primality-0.08
-
01 Feb 2013 06:35:23 UTC
-
Search in distribution
- Math::Primality - Check for primes with Perl
- strong_pseudoprimes.pl - Print all strong pseudoprimes between two integers
- Math::Primality::AKS - Check for primality using the AKS (Agrawal-Kayal-Saxena) algorithm
- 1 more result from Math-Primality »
Bio::Chado::Schema - A standard DBIx::Class layer for the Chado database schema.
This is a standard object-relational mapping layer for use with the GMOD Chado database schema. This layer is implemented with DBIx::Class, generated with the help of the very fine DBIx::Class::Schema::Loader module. Chado is an open-source modular d...
RBUELS/Bio-Chado-Schema-0.20000 - 06 Jul 2012 19:06:31 UTC - Search in distribution
Bio::GMOD::Blast::Graph::IntSpan
Bio::GMOD::Blast::Graph::IntSpan manages sets of integers. It is optimized for sets that have long runs of consecutive integers. These arise, for example, in .newsrc files, which maintain lists of articles: alt.foo: 1-21,28,31 alt.bar: 1-14192,14194,...
RBUELS/Bio-GMOD-Blast-Graph-0.06 - 10 Aug 2011 21:10:47 UTC - Search in distribution- Bio::GMOD::Blast::Graph - display a graphical summary of a BLAST report
- Bio::GMOD::Blast::Graph::List
- Bio::GMOD::Blast::Graph::Bucket
- 15 more results from Bio-GMOD-Blast-Graph »