Search results for "version:1.00"

App::ConMenu - Very simple Menu For Console commands Platform Agnostic River stage zero No dependents

App::ConMenu is a very simple console menu application it allows you to display a menu of choices then select one of those by pressing the corresponding number. This will cause ComMenu to execute the associated commands in the menu.yml file. The "m.p...

MMUELLER/App-ConMenu-1.00 - 13 Jun 2018 19:21:32 UTC - Search in distribution

Authen::OPIE - Perl module for opie (onetime password in everything) River stage zero No dependents

This module gives perl access to the challenge and verify aspects of the opie library. To issue a challenge you pass the login name to opie_challenge it returns a string like otp-md5 2390 ra5690 ext. This is the challenge you pass on to whatever is c...

EESTABROO/Authen-OPIE-1.00 - 12 Apr 2001 22:55:01 UTC - Search in distribution

Class::Mixin - API for aliasing methods to/from other classes River stage zero No dependents

DAVIDRW/Class-Mixin-1.00 - 26 May 2008 19:05:40 UTC - Search in distribution

CmdArguments - Module to process arguments passed on command line River stage zero No dependents

This module provides some handy functions to process command line options. When this module is included it introduces following constants in the calling program namespace... argTypeScalar = 0 argTypeArray = 1 argTypeSwitch = 2...

NAVNEET/CmdArguments-1.00 - 19 Mar 2012 03:48:30 UTC - Search in distribution

Crypt::Cisco - Commands for Cisco Type 7 Passwords River stage zero No dependents

The following subs implement the type-7 password encryption / decryption. The algorithm is freely available on the Internet on several sites; thus, I can/will NOT take credit or ANY liability for its use....

VINSWORLD/Crypt-Cisco-1.00 - 25 Sep 2017 13:04:29 UTC - Search in distribution

Crypt::Rhash - Compute message digests and magnet links River stage zero No dependents

Crypt::Rhash module is an object-oriented interface to LibRHash library, allowing simultaneous calculation of several hash functions for a file or a text message. Calculated message digest can be obtained in hexadecimal, BASE32, BASE64, raw binary fo...

RHASH/Crypt-RHash-1.00 - 13 Feb 2021 11:22:28 UTC - Search in distribution

Crypt::XXTEA - XXTEA encryption arithmetic module. River stage zero No dependents

XXTEA is a secure and fast encryption algorithm. It's suitable for web development. This module allows you to encrypt or decrypt a string using the algorithm....

ANDOT/Crypt-XXTEA-1.00 - 05 Dec 2007 01:37:42 UTC - Search in distribution

DR::DateTime - Easy DateTime implementator. River stage zero No dependents

The module provide the same (reduced) API as DateTime. DateTime is a very usable and good module, but Dump of its objects gets two or three screens, so If You use more than one object DateTime You have too many troubles to debug Your code. METHODS ne...

UNERA/DR-DateTime-1.00 - 23 Aug 2017 09:43:45 UTC - Search in distribution

Data::Hexify - Perl extension for hexdumping arbitrary data River stage one • 1 direct dependent • 1 total dependent

This module exports one subroutine: "Hexify". "Hexify" formats arbitrary (possible binary) data into a format suitable for hex dumps in the style of "xd" or "hexl". The first, or only, argument to "Hexify" contains the data, or a reference to the dat...

JV/Data-Hexify-1.00 - 05 Nov 2004 09:18:40 UTC - Search in distribution

Fuse::Simple - Simple way to write filesystems in Perl using FUSE River stage one • 1 direct dependent • 1 total dependent

Fuse lets you write filesystems in Perl. Fuse::Simple makes this REALLY Simple, as you just need a hash for your root directory, containing strings for files, more hashes for subdirs, or functions to be called for magical functionality a bit like /pr...

NOSEYNICK/Fuse-Simple-1.00 - 05 Aug 2006 14:00:24 UTC - Search in distribution

IO::Buffered - A simple buffer class for dealing with different data types River stage zero No dependents

IO::Buffered provides a simple unified way of dealing with buffering. This is done by providing a set of buffering types each with an understanding of what they are buffering. All buffering types share a common set of function for working with the bu...

TLBDK/IO-Buffered-1.00 - 22 Mar 2009 21:54:00 UTC - Search in distribution

Math::Rand48 - perl bindings for drand48() family of random functions River stage zero No dependents

This package provides an interface to the 48-bit family of random number functions, commonly provided on UNIX systems. "seed48" Returns the current seed used by "drand48", "lrand48", "mrand48". If given an argument sets the seed to that value. "drand...

NI-S/Math-Rand48-1.00 - 15 May 1999 09:46:36 UTC - Search in distribution

Math::Taylor - Taylor Polynomials and remainders River stage zero No dependents

Math::Taylor offers facilites to calculate Taylor Polynomials of any degree symbolically. For its inner workings, it makes use of Math::Symbolic and specifically Math::Symbolic::MiscCalculus. Math::Taylor can also calculate two types of remainders fo...

SMUELLER/Math-Taylor-1.00 - 17 Jul 2005 15:30:34 UTC - Search in distribution

Neo4j::Types - Common Neo4j type system River stage one • 1 direct dependent • 1 total dependent

The packages in this distribution offer a Neo4j type system for Perl. Other distributions for the Neo4j ecosystem such as Neo4j::Bolt and Neo4j::Driver can (if they so choose) use these packages either directly or indirectly. If several such distribu...

AJNN/Neo4j-Types-1.00 - 18 Jan 2021 20:04:35 UTC - Search in distribution

POCSAG::PISS - A perl module for accessing the PISS modem River stage zero No dependents

Unless a debugging mode is enabled, all errors and warnings are reported through the API (as opposed to printing on STDERR or STDOUT), so that they can be reported nicely on the user interface of an application....

HESSU/POCSAG-Encode-1.00 - 30 Jan 2011 21:46:47 UTC - Search in distribution
  • POCSAG::Encode - A perl module for encoding messages in the POCSAG binary protocol.

Perl::Syntax - Syntax Check Perl files and strings River stage zero No dependents

ROCKY/Perl-Syntax-1.00 - 31 Aug 2012 01:47:57 UTC - Search in distribution

RPi::SysInfo - Retrieve hardware system information from a Raspberry Pi River stage one • 1 direct dependent • 2 total dependents

Fetch live-time and other system information from a Raspberry Pi. Most functions will work equally as well on Unix/Linux systems....

STEVEB/RPi-SysInfo-1.00 - 21 Jun 2019 19:50:58 UTC - Search in distribution

String::LCSS - Find The Longest Common Substring of Two Strings. River stage one • 1 direct dependent • 1 total dependent

String::LCSS provides the function "lcss" to ferret out the longest common substring shared by two strings passed as arguments....

GSULLIVAN/String-LCSS-1.00 - 01 Jan 2016 00:44:41 UTC - Search in distribution

String::Mask - mask sensitive data River stage zero No dependents

Data masking or data obfuscation is the process of hiding original data with modified content (characters or other data). The main reason for applying masking to a string is to protect data that is classified as personally identifiable information, s...

LNATION/String-Mask-1.00 - 01 Apr 2021 16:26:02 UTC - Search in distribution

Sub::Context - Perl extension to dispatch subroutines based on their calling context River stage zero No dependents

Sub::Context dispatches subroutine calls based on their calling context. This can be handy for converting return values or for throwing warnings or even fatal errors. For example, you can prohibit a function from being called in void context. Instead...

CHROMATIC/Sub-Context-1.00 - 15 Jul 2005 08:10:19 UTC - Search in distribution
469 results (0.09 seconds)