hrpg - hrpg - Command line interface to HabitRPG
This is a command-line client for the HabitRPG <http://habitrpg.com/> service. Use "hrpg" with no arguments for help. When using the "+" and "-" commands, any unique shortening of a task name can be used. When using "history" and "show", all tasks ma...
RHOELZ/WebService-HabitRPG-0.30 - 02 Sep 2017 15:51:23 UTC - Search in distribution- WebService::HabitRPG - Perl interface to the HabitRPG (Habitica) API
- WebService::HabitRPG::Task - A HabitRPG task
sms - Send SMS from exobrain
PJF/Exobrain-1.08
-
29 Apr 2014 16:42:20 UTC
-
Search in distribution
- sms - Send an exobrain sms intent from the cmdline
- imap - Report IMAP folder sizes to exobrain
- exobrain - Exobrain cmdline tool and dispatcher
- 42 more results from Exobrain »
dh-make-perl - Create debian source packages from Perl modules
dh-make-perl will create the files required to build a debian source package out of a Perl module or CPAN distribution. This works for most simple packages and is also useful for getting started with packaging Perl modules. You can specify a module o...
DAM/DhMakePerl-0.96 - 18 Oct 2017 20:45:30 UTC - Search in distribution
idone - Command line interface to idonethis.com
By default, this submits items to your personal calendar on idonethis. All arguments are concatenated together to form a single string, which is then submitted to your calendar for the current day (using the local timezone on your machine). The "cale...
PJF/WebService-Idonethis-0.23 - 15 Jan 2014 23:01:00 UTC - Search in distribution- idonethis-memories - Send reminders of what you were doing a while ago.
- WebService::Idonethis - WebScraping pseudo-API for iDoneThis
Fatal - Replace functions with equivalents which succeed or die
"Fatal" provides a way to conveniently replace functions which normally return a false value when they fail with equivalents which raise exceptions if they are not successful. This lets you use these functions without having to test their return valu...
TODDR/autodie-2.34 - 22 Jan 2021 17:05:24 UTC - Search in distribution- autodie - Replace functions with ones that succeed or die with lexical scope
- autodie::hints - Provide hints about user subroutines to autodie
- autodie::exception - Exceptions from autodying functions.
- 3 more results from autodie »
pinpp - Pinpoint pre-processor
This is a pre-processor for pinpoint, a presentation tool that uses text-based files as input. It will read a file, process any special directives (see below) inside it, and write the output on stdout. SYNTAX @include @include <autonomous-vehicles.pi...
PJF/App-Pinpp-0.03 - 16 Jan 2017 03:26:38 UTC - Search in distribution- App::Pinpp - pinpp - The Pinpoint Pre-processor
exifpic - Extract embedded jpegs from RAW camera files.
This is a super-simple program to extract embedded (full-size) jpegs from RAW camera files. EXIF headers are copied to the new file, which will always have the same name as the old file, but with a .jpg extension. The code will use as many cores as y...
PJF/App-Exifpic-0.02 - 01 Jan 2013 06:07:31 UTC - Search in distribution- App::Exifpic - Extract embedded jpegs from RAW files
App::depak - Pack dependencies onto your script file
PERLANCAR/App-depak-0.585
-
27 Nov 2021 00:05:18 UTC
-
Search in distribution
MooseX::Types - Organise your Moose types in libraries
The type system provided by Moose effectively makes all of its builtin type global, as are any types you declare with Moose. This means that every module that declares a type named "PositiveInt" is sharing the same type object. This can be a problem ...
ETHER/MooseX-Types-0.50 - 07 Feb 2017 19:00:28 UTC - Search in distribution
Proc::UID - Manipulate a variety of UID and GID settings.
Perl only has concepts of effective and real user-ids (UIDs) and group-ids (GIDs), accessible via the special variables $<, $>, $( and $). However most modern Unix systems also have a concept of saved UIDs. This module provides a consistent and logic...
PJF/Proc-UID-0.05 - 18 Jul 2008 16:25:26 UTC - Search in distribution
utf8::all - turn on Unicode - all of it
The "use utf8" pragma tells the Perl parser to allow UTF-8 in the program text in the current lexical scope. This also means that you can now use literal Unicode characters as part of strings, variable names, and regular expressions. "utf8::all" goes...
HAYOBAAN/utf8-all-0.024 - 05 Jan 2018 08:21:37 UTC - Search in distribution
Finance::Quote - Get stock and mutual fund quotes from various exchanges
This module gets stock quotes from various internet sources all over the world. Quotes are obtained by constructing a quoter object and using the fetch method to gather data, which is returned as a two-dimensional hash (or a reference to such a hash,...
BPSCHUCK/Finance-Quote-1.51 - 04 Jul 2021 21:42:42 UTC - Search in distribution
Sys::Binmode - A fix for Perl’s system call character encoding
tl;dr: Use this module in all new code....
FELIPE/Sys-Binmode-0.04 - 22 Mar 2021 00:33:38 UTC - Search in distribution
cpan-dist-counts - display graph of different CPAN dists released by year for single user or all users
cpan-dist-counts generates a text graph of the number of different CPAN distributions released each year, either across all users, or for a specific user. The most likely usage is to see your personal release history -- how many different distributio...
NEILB/CPAN-ReleaseHistory-0.16 - 08 Aug 2020 21:48:25 UTC - Search in distribution
md2phpbb - Turn markdown into phpBB code
Converts markdown into phpBB / BBcode format. Will read from STDIN, or files on the command-line. All output is sent to STDOUT. Internally, this is a thin wrapper around the Markdown::phpBB module. USING WITH VIM / VIMPERATOR Of most use is ":%!md2ph...
PJF/Markdown-phpBB-0.02 - 16 Jan 2014 15:52:56 UTC - Search in distribution- phpbb2md - Quick'n'dirty conversion of phpBB to markdown
- Markdown::phpBB - Turn markdown into phpBB code
- Markdown::phpBB::Handler - Turn Markdown into phpBB code
Module::Provision - Create Perl distributions with VCS and selectable toolchain
Module::Provision is used to create a skeletal CPAN distribution, including basic builder scripts, tests, documentation, and module code. It creates a VCS repository and, with Git as the VCS, installs some hooks that mimic the RCS Revision keyword ex...
PJFL/Module-Provision-0.42.1 - 08 May 2017 19:30:17 UTC - Search in distribution
bisect_perl_using_git - Help you to bisect Perl
bisect_perl_using_git helps you to bisect Perl. This helps you to find at what commit a change happened in Perl. You can check for file addition and removal - it checks out various commits of Perl and finds out which change was involved. You can also...
LBROCARD/Bisect-Perl-UsingGit-0.33 - 05 Aug 2009 16:27:55 UTC - Search in distribution
Games::EverQuest::LogLineParser - Perl extension for parsing lines from the EverQuest log file.
"Games::EverQuest::LogLineParser" provides functions related to parsing the interesting bits from an EverQuest log file. Functions "parse_eq_line($eq_line)" Returns a hash ref, containing variable keys depending on the determined line type of the giv...
PJF/Games-EverQuest-LogLineParser-0.09 - 16 Aug 2005 05:55:21 UTC - Search in distribution
IPC::System::Simple - Run commands simply, with detailed diagnostics
Calling Perl's in-built "system()" function is easy, determining if it was successful is *hard*. Let's face it, $? isn't the nicest variable in the world to play with, and even if you *do* check it, producing a well-formatted error string takes a lot...
JKEENAN/IPC-System-Simple-1.30 - 24 Mar 2020 01:37:42 UTC - Search in distribution
WebService::Strava - Access Strava via version 3 of the API
Provides an abstraction layer to version 3 of the Strava API. <http://strava.github.io/api/v3/>. Attempts to provide a few logical shortcut methods and provide simple OAuth2 abstraction to take the hassle out of accessing it in a scripted manner. You...
TECHMAN/WebService-Strava-0.06 - 24 Jul 2016 09:47:28 UTC - Search in distribution