The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "MATHIAS"

ptp - An expressive Pipelining Text Processor River stage zero No dependents

PTP is a versatile and expressive text processor program. The core features that it tries to provide are the following: * Provide grep, sed-like and other operations with a coherent regular expression language (grep has a -P flag but sed has nothing ...

MATHIAS/App-PTP-1.11-2 - 22 Jan 2024 21:51:07 UTC - Search in distribution

pfind - A Perl based find replacement River stage zero No dependents

pfind is a replacement for the standard find command where the countless flags and options are mostly all replaced by a single option (--exec) that can execute arbitrary Perl code. See examples of pfind in action below, in the "EXAMPLES" section....

MATHIAS/App-Pfind-1.05 - 04 Sep 2019 20:21:23 UTC - Search in distribution

leanpub - access the Leanpub web API River stage zero No dependents

This program interacts with the Leanpub API. You can find details about this API at <https://leanpub.com/help/api>. The slug is the part of the URL for your book coming after "https://leanpub.com/". For instance if your book is found at "https://lean...

MAMAWE/WebService-Leanpub-v0.3.1 - 21 Dec 2021 11:34:53 UTC - Search in distribution

schnapp - show the best dividend yield of your stocks River stage zero No dependents

This programs looks at your beancounter database, takes the last prices and the dividend from stockprices and stockinfo and finally shows you a list of stocks ordered by descending dividend yield. The *dividend yield* is determined by dividing the "d...

EDD/beancounter_0.8.10 - 13 Jun 2010 22:34:58 UTC - Search in distribution

make-epub - create an EPUB ebook from a directory River stage zero No dependents

This program will generate the metadata files for an EPUB book. It determines the name and path of the *content.opf* and the *toc.ncx* file and writes the metadata gathered from the command line and the files in the given directory into them....

MAMAWE/App-MakeEPUB-v0.3.2 - 07 Dec 2021 15:53:36 UTC - Search in distribution

iptables2dot - turn iptables-save output into graphs for GraphViz River stage zero No dependents

This program takes the output from the command "iptables-save" on Linux and turns into input suitable for the "dot" program from GraphViz. It takes the output form "iptables-save" either from standard input (STDIN) or from a text file whose name was ...

MAMAWE/App-Iptables2Dot-v0.3.3 - 14 Jan 2023 14:35:04 UTC - Search in distribution

acap2pcap - convert Cisco ASA capture text to PCAP file River stage zero No dependents

This program reads a packet capture from the Cisco ASA and writes it to a file in PCAP format. To use it, you can start the "show capture" command on the command line interface and send the output to this program. ssh asa show capture $name dump | ac...

MAMAWE/File-PCAP-v0.1.1 - 21 Dec 2021 10:21:56 UTC - Search in distribution

SQL::Exec - Simple thread and fork safe database access with functionnal and OO interface River stage zero No dependents

MATHIAS/SQL-Exec-0.10 - 27 Mar 2013 21:47:35 UTC - Search in distribution

Test::Subunits - Extract subunit tests from within complex source code River stage zero No dependents

*"Unit testing is right. Unit testing works. Unit testing clarifies. Unit testing, for lack of a better word, is good."* ...but unit testing can also be expensive. In particular, unit testing requires that your code be composed from a large number of...

DCONWAY/Test-Subunits-0.000003 - 28 Apr 2015 22:17:34 UTC - Search in distribution

pmarkdown River stage zero No dependents

Currently "pmarkdown" can only read a single input from its standard input and will write its output on the standard output. Both are assumed to be encoded in UTF-8. If needed, See the GitHub pmarkdown page <https://github.com/mkende/pmarkdown> for i...

MATHIAS/Markdown-Perl-1.03 - 10 Apr 2024 21:50:30 UTC - Search in distribution

arduino_builder - Build system for Arduino programs River stage zero No dependents

MATHIAS/App-ArduinoBuilder-0.07 - 05 Jun 2023 20:54:55 UTC - Search in distribution

checkdigits - check or generate check digits River stage one • 5 direct dependents • 9 total dependents

This is a command line program that may be used to compute any checkdigit known by the perl module Algorithm::CheckDigits....

MAMAWE/Algorithm-CheckDigits-v1.3.6 - 16 Nov 2021 11:20:05 UTC - Search in distribution

mkdir_heute - create and find directories interactive River stage zero No dependents

Command Line Arguments --basedir With this argument it is possible to redirect the script to another base directory under which it scans for project descriptions to display. A new directory would be created below this directory. mkdir_heute --basedir...

MAMAWE/Directory-Organize-v1.0.2 - 14 May 2023 07:44:47 UTC - Search in distribution

Eval::Safe - Simplified safe evaluation of Perl code River stage one • 1 direct dependent • 1 total dependent

The standard Safe module does 4 things when running user-provided code: compiling and running the string as Perl code; running the code in a specific package so that variables in the calling code are not modified by mistake; hiding all the existing p...

MATHIAS/Eval-Safe-0.02 - 29 Sep 2019 13:43:47 UTC - Search in distribution

idoit-object - handle objects in i-doit River stage zero No dependents

MAMAWE/WebService-IdoitAPI-0.4.1 - 02 May 2024 09:49:24 UTC - Search in distribution

Genetics - Perl modules for building genetic analysis applications. River stage zero No dependents

SLMATH/Genetics-0.03 - 13 Jan 2002 23:57:50 UTC - Search in distribution

Test::Subs - Test your modules with a lightweight syntax based on anonymous block River stage one • 2 direct dependents • 2 total dependents

This module provide a very lightweight syntax to run "Test::Harness" or "Tap::Harness" compliant test on your code. As opposed to other similar packages, the two main functionnalities of "Test::Subs" are that the tests are anonymous code block (rathe...

MATHIAS/Test-Subs-0.08 - 16 Mar 2013 23:48:44 UTC - Search in distribution

OAuth::Consumer - LWP based user agent with OAuth for consumer application River stage zero No dependents

As OAuth::Consumer is a high-level library, this documentation does not describe precisely the OAuth protocol. You may find documentation on this protocol on these websites: <http://markdown.io/https://raw.github.com/Dynalon/Rainy/master/docs/OAU TH....

MATHIAS/OAuth-Consumer-0.03 - 12 Mar 2013 22:43:45 UTC - Search in distribution

genuscreen-config - work with GeNUScreen config files River stage zero No dependents

MAMAWE/GeNUScreen-Config-v0.0.11 - 21 Dec 2021 11:08:04 UTC - Search in distribution

Math::Numerical River stage zero No dependents

This module offers functions to manipulate numerical functions such as root finding (solver), derivatives, etc. Most of the functions of this module can receive a $func argument. This argument should always be a code reference (an anonymous sub or a ...

MATHIAS/Math-Numerical-0.05 - 15 Oct 2022 20:40:15 UTC - Search in distribution
33 results (0.037 seconds)