Search results for "dist::chart"
lib/App/Chart/Series/Derived/WilliamsAccDist.pm
KRYDE/App-Chart-270
-
29 Jan 2023 10:00:33 UTC
-
Search in distribution
App::tchart - Generate text-based chart
PERLANCAR/App-tchart-0.060
-
10 Apr 2021 09:31:36 UTC
-
Search in distribution
- tchart - Create chart for your data structure
Text::Chart - Generate text-based chart
THIS IS AN EARLY RELEASE, MANY FEATURES ARE NOT YET IMPLEMENTED. Currently only sparkline chart is implemented. Showing data labels and data values are not yet implemented. This module lets you generate text-based charts....
PERLANCAR/Text-Chart-0.041 - 10 Apr 2021 09:32:21 UTC - Search in distribution
SQ - easily have a string containing single quote (') from the command line.
This module can be used from the command line to provide a package-scope variables that contain a single quote - $S . It should not be used from a program or a module written in a text editor....
SHLOMIF/SQ-0.0.6 - 13 Oct 2020 08:15:47 UTC - Search in distribution
gezer - HTML Postprocessor and frontend to html-minifier
gezer performs HTML postprocessing and caches the output of "html-minifier" for subsequent speedups....
SHLOMIF/App-Gezer-0.0.4 - 13 Oct 2020 08:48:56 UTC - Search in distribution- App::Gezer - HTML Postprocessor and frontend to html-minifier .
lm-solve - A Computerized Solver for Logic Mazes
This program is a front end for the LM-Solve Perl modules that can be used to solve any of the number of Logic Mazes present on the Logic Mazes site (http://www.logicmazes.com/) and similar sites. To use this program you should create a text file des...
SHLOMIF/Games-LMSolve-0.14.2 - 16 Oct 2020 16:19:25 UTC - Search in distribution- Games::LMSolve - base class for LM-Solve solvers factories
- Games::LMSolve::Base - base class for puzzle solvers.
- Games::LMSolve::Input - input class for LM-Solve
- 8 more results from Games-LMSolve »
Error - Error/exception handling in an OO-ish way
The "Error" package provides two interfaces. Firstly "Error" provides a procedural interface to exception handling. Secondly "Error" is a base class for errors/exceptions that can either be thrown, for subsequent catch, or can simply be recorded. Err...
SHLOMIF/Error-0.17029 - 28 Jan 2020 16:51:25 UTC - Search in distribution- Error::Simple - the simple error sub-class of Error
perlmf - A command line tool for converting Perl module identifiers to certain formats.
perlmf emits the module names given on the command line to the standard output in a consistent format given by the operation . The module names can be heterogeneous as long as they are supported by Module::Format::Module. Some example usages: $ perlm...
SHLOMIF/Module-Format-0.4.0 - 06 Apr 2020 14:21:10 UTC - Search in distribution- Module::Format - a CPAN distribution to handle the various formats that Perl module names and distribution names are kept in.
- Module::Format::Module - encapsulates a single Perl module.
- Module::Format::PerlMF_App - implements the perlmf command-line application.
- 1 more result from Module-Format »
docmake - a tool to render DocBook/XML into various output formats.
docmake is a tool to render DocBook/XML into its resultant formats using XSLT: XHTML, XSL-FO, PDF, RTF, etc. For a brief help type "docmake help" . It aims to be a replacement for xmlto - <http://cyberelk.net/tim/software/xmlto/> . As opposed to xmlt...
SHLOMIF/App-XML-DocBook-Builder-0.1100 - 28 Oct 2022 09:49:15 UTC - Search in distribution- App::Docmake - translate DocBook/XML to other formats
- App::XML::DocBook::Docmake - translate DocBook/XML to other formats
- App::XML::DocBook::Builder - Build DocBook/XML files.
- 1 more result from App-XML-DocBook-Builder »
Pinto - Curate a repository of Perl modules
Pinto is an application for creating and managing a custom CPAN-like repository of Perl modules. The purpose of such a repository is to provide a stable, curated stack of dependencies from which you can reliably build, test, and deploy your applicati...
THALJEF/Pinto-0.14 - 06 Aug 2017 07:31:17 UTC - Search in distribution
Class::Generate - Generate Perl class hierarchies
The "Class::Generate" package exports functions that take as arguments a class specification and create from these specifications a Perl 5 class. The specification language allows many object-oriented constructs: typed members, inheritance, private m...
SHLOMIF/Class-Generate-1.18 - 13 Oct 2020 09:35:55 UTC - Search in distribution
rshasum - recursive shasum.
A recursive digest calculator that prints digests for all files in a directory tree, as well as a total, summary, digest of the output....
SHLOMIF/App-rshasum-0.10.0 - 23 Dec 2022 10:09:52 UTC - Search in distribution- App::rshasum - recursive shasum.
notifier - A command line client for the HTTP App::Notifier::Service.
This command line application sends an event to the notifier service....
SHLOMIF/App-Notifier-Client-0.0401 - 19 Oct 2020 12:17:16 UTC - Search in distribution- App::Notifier::Client::Notifier_App - implements the notifier command-line app.
XML::RSS - creates and updates RSS files
This module provides a basic framework for creating and maintaining RDF Site Summary (RSS) files. This distribution also contains many examples that allow you to generate HTML from an RSS, convert between 0.9, 0.91, 1.0, and 2.0 version, and other ni...
SHLOMIF/XML-RSS-1.62 - 15 Oct 2020 08:03:05 UTC - Search in distribution
xyplot - Plot XY dataset(s) using gnuplot
This utility is a wrapper for gnuplot to quickly generate a graph from the command-line and view it using a browser or an image viewer program. You can specify the dataset to plot directly from the command-line or specify filename to read the dataset...
PERLANCAR/App-GnuplotUtils-0.003 - 16 Nov 2021 00:05:28 UTC - Search in distribution
SVG::Grid - Address SVG images using cells of $n1 x $n2 pixels
"SVG::Grid" allows you to *mostly* use cell co-ordinates (like a spreadsheet) to place items on an SVG image. These co-ordinates are in the form (x, y) = (integer, integer), where x and y refer to the position of a cell within a row and a column. You...
RSAVAGE/SVG-Grid-1.12 - 28 Jan 2018 00:24:45 UTC - Search in distribution
countdown - like sleep only displays the amount of time remaining.
countdown waits for a certain time to pass, in a similar fashion to the UNIX sleep command, but unlike sleep, it displays the amount of time left to sleep. I always found it frustrating that I've placed an alarm using "sleep $secs ; finish-client" an...
SHLOMIF/App-Countdown-0.8.3 - 07 Oct 2020 10:33:52 UTC - Search in distribution- App::Countdown - wait some specified time while displaying the remaining time.
findorule - command line wrapper to File::Find::Object::Rule
"findorule" mostly borrows the interface from GNU find(1) to provide a command-line interface onto the File::Find::Object::Rule hierarchy of modules. The syntax for expressions is the rule name, preceded by a dash, followed by an optional argument. I...
SHLOMIF/File-Find-Object-Rule-0.0313 - 27 Aug 2021 07:28:12 UTC - Search in distribution- File::Find::Object::Rule - Alternative interface to File::Find::Object
Reflex - Class library for flexible, reactive programs.
Reflex is a class library that assists with writing reactive (AKA event-driven) programs. Reflex uses Moose internally, but it doesn't enforce programs to use Moose's syntax. Those who enjoy Moose should find useful Reflex's comprehensive suite of re...
RCAPUTO/Reflex-0.100 - 02 Apr 2017 21:56:28 UTC - Search in distribution
clipjoin - Remove superfluous spaces from the clipboard.
SHLOMIF/Clipboard-0.28
-
23 Feb 2021 07:47:20 UTC
-
Search in distribution
- clipedit - Edit clipboard contents in one swoop.
- clipfilter - Run various conversions for your clipboard data.
- clipbrowse - Load a URL from the clipboard into your browser.
- 5 more results from Clipboard »