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

Search results for "text balanced"

Text::Balanced - Extract delimited text sequences from strings. River stage four • 94 direct dependents • 2047 total dependents

The various "extract_..." subroutines may be used to extract a delimited substring, possibly after skipping a specified prefix string. By default, that prefix is optional whitespace ("/\s*/"), but you can change it to whatever you wish (see below). T...

SHAY/Text-Balanced-2.06 - 05 Jun 2022 10:38:48 UTC - Search in distribution

Text::Balanced::Marpa - Extract delimited text sequences from strings River stage zero No dependents

Text::Balanced::Marpa provides a Marpa::R2-based parser for extracting delimited text sequences from strings. The text outside and inside the delimiters, and delimiters themselves, are all stored as nodes in a tree managed by Tree. Nested strings, wi...

RSAVAGE/Text-Balanced-Marpa-1.08 - 07 Feb 2021 06:11:28 UTC - Search in distribution

Text::PromptBalanced - Aid in creating CLI prompts that keep track of balanced text River stage zero No dependents

This is intended to be an aide to help generate the prompt strings that are presented by applications like Postgres' psql tool and various Lisp compilers. Specifically, these types of applications have prompts that tell the user how deeply their pare...

JGOFF/Text-PromptBalanced-0.02 - 19 Feb 2004 01:18:31 UTC - Search in distribution

Nama - multitrack recorder and digital audio workstation River stage zero No dependents

A multitrack audio application for recording, effects processing, editing, mixing, mastering and live performance. It can also perform general-purpose audio processing, such as 5.1 to stereo conversion. Nama uses Ecasound as the audio processing engi...

GANGLION/Audio-Nama-1.307 - 20 Dec 2023 09:07:36 UTC - Search in distribution
  • Audio::Nama - multitrack recorder and digital audio workstation

perlop - Operadores y precedencia en Perl *** DOCUMENTO SIN REVISAR *** River stage zero No dependents

ENELL/POD2-ES-5.24.0.5 - 01 Jan 2017 21:24:12 UTC - Search in distribution

XSH - scripting language for XPath-based editing of XML River stage zero No dependents

CHOROBA/XML-XSH2-2.2.10 - 22 Dec 2023 14:24:21 UTC - Search in distribution

XSH River stage zero No dependents

CHOROBA/XML-XSH-1.8.6 - 09 Mar 2018 23:41:22 UTC - Search in distribution

sweat - A chatty, distracting, and flexible workout timer. River stage zero No dependents

Sweat is a workout timer that helps distract you from the pain of exercise by chatting incessantly, using your computer's text-to-speech capabilities to read news headlines, crack strange old-man jokes, talk about the weather, and still manage to cal...

JMAC/Sweat-202101030 - 03 Jan 2021 21:37:34 UTC - Search in distribution

perldiag - various Perl diagnostics River stage five • 11292 direct dependents • 32664 total dependents

These messages are classified as follows (listed in increasing order of desperation): (W) A warning (optional). (D) A deprecation (enabled by default). (S) A severe warning (enabled by default). (F) A fatal error (trappable). (P) An internal error yo...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution

exiftool - Read and write meta information in files River stage two • 29 direct dependents • 30 total dependents

A command-line interface to Image::ExifTool, used for reading and writing meta information in a variety of file types. *FILE* is one or more source file names, directory names, or "-" for the standard input. Metadata is read from source files and pri...

EXIFTOOL/Image-ExifTool-12.76 - 31 Jan 2024 15:31:14 UTC - Search in distribution

perldl - Simple shell for PDL (see also pdl2) River stage three • 93 direct dependents • 101 total dependents

The program perldl is a simple shell (written in perl) for interactive use of PDL. It consists of a command-line interface that supports immediate interpretation of perl commands and expressions. Perl expressions, including PDL constructs, can be ent...

ETJ/PDL-2.087 - 05 Apr 2024 22:39:41 UTC - Search in distribution

Sitelen River stage zero No dependents

Sitelen Mute is a static photo gallery generator. It takes all the images it can find in the source directory and writes a static gallery to the output directory: scaled images, zipped originals, thumbnails, Javascript code for navigation, and an HTM...

SCHROEDER/App-sitelenmute-3.02 - 27 May 2021 18:18:08 UTC - Search in distribution

perltidy - a perl script indenter and reformatter River stage three • 77 direct dependents • 143 total dependents

Perltidy reads a perl script and writes an indented, reformatted script. The formatting process involves converting the script into a string of tokens, removing any non-essential whitespace, and then rewriting the string of tokens with whitespace usi...

SHANCOCK/Perl-Tidy-20240202 - 01 Feb 2024 13:55:33 UTC - Search in distribution

presto - Command-line interface for RESTful web services River stage one • 1 direct dependent • 1 total dependent

"App::Presto" provides a command-line interface (CLI) for RESTful web services. When looking for a way to interact with RESTful services answers typically point to some horrible GUI or (on the complete opposite end of the spectrum) just using "curl" ...

MPERRY/App-Presto-0.010 - 28 Jul 2016 08:35:07 UTC - Search in distribution

Lingy - A Clojure Platform for Perl River stage one • 1 direct dependent • 2 total dependents

Lingy is an implementation of the Clojure Platform for Perl that is written in Perl and hosted by Perl. Programs and modules written in Lingy have full access to Perl and its CPAN modules. Perl modules can be written in Lingy and distributed on CPAN....

INGY/Lingy-0.1.19 - 25 Jul 2023 15:21:18 UTC - Search in distribution

DB_File - Perl5 access to Berkeley DB version 1.x River stage three • 55 direct dependents • 259 total dependents

DB_File is a module which allows Perl programs to make use of the facilities provided by Berkeley DB version 1.x (if you have a newer version of DB, see "Using DB_File with Berkeley DB version 2 or greater"). It is assumed that you have a copy of the...

PMQS/DB_File-1.859 - 21 Aug 2023 10:04:14 UTC - Search in distribution

git-gerrit - Git extension to implement a Gerrit workflow River stage zero No dependents

Git-gerrit is a Git extension to manage changes using Gerrit Code Review <http://code.google.com/p/gerrit/>. Git-gerrit offers a rich set of sub-commands to make it easy to create, query, amend, review, and submit changes to Gerrit, making it possibl...

GNUSTAVO/App-GitGerrit-0.022 - 15 Jan 2014 18:14:58 UTC - Search in distribution

with - Lexically call methods with a default object. River stage zero No dependents

This pragma lets you define a default object against with methods will be called in the current scope when possible. It is enabled by the "use with \$obj" idiom (note that you must pass a reference to the object). If you "use with" several times in t...

VPIT/with-0.03 - 23 Jul 2017 21:28:01 UTC - Search in distribution

Switch - A switch statement for Perl, do not use if you can use given/when River stage two • 24 direct dependents • 47 total dependents

The Switch.pm module implements a generalized case mechanism that covers most (but not all) of the numerous possible combinations of switch and case values described above. The module augments the standard Perl syntax with two new control statements:...

CHORNY/Switch-2.17 - 18 Mar 2014 12:30:25 UTC - Search in distribution

perlfaq - Frequently asked questions about Perl River stage zero No dependents

The perlfaq comprises several documents that answer the most commonly asked questions about Perl and Perl programming. It's divided by topic into nine major sections outlined in this document. Where to find the perlfaq The perlfaq is an evolving docu...

ETHER/perlfaq-5.20240218 - 18 Feb 2024 17:37:36 UTC - Search in distribution
130 results (0.12 seconds)