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

Search results for "DANIEL"

Digest::DJB - Perl extension to Daniel J. Bernstein's hashing algorithm. River stage zero No dependents

"Digest::DJB" is an implementation of D. J. Bernstein's hash which returns a 32-bit unsigned value for any variable-length input string. An equivalent pure Perl version is also available Digest::DJB::PurePerl....

TNGUYEN/Digest-DJB-1.00 - 28 Mar 2005 23:13:24 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

ack - grep-like text finder River stage two • 24 direct dependents • 28 total dependents

ack is designed as an alternative to grep for programmers. ack searches the named input FILEs or DIRECTORYs for lines containing a match to the given PATTERN. By default, ack prints the matching lines. If no FILE or DIRECTORY is given, the current di...

PETDANCE/ack-v3.7.0 - 27 Feb 2023 14:52:52 UTC - Search in distribution

LWP - The World-Wide Web library for Perl River stage four • 2163 direct dependents • 6200 total dependents

The libwww-perl collection is a set of Perl modules which provides a simple and consistent application programming interface (API) to the World-Wide Web. The main focus of the library is to provide classes and functions that allow you to write WWW cl...

OALDERS/libwww-perl-6.77 - 11 Mar 2024 00:58:25 UTC - Search in distribution

Aw - Perl extension for the ActiveWorks C Application Development Kit River stage one • 1 direct dependent • 1 total dependent

A Java like interface to the CADK thru Perl....

DYACOB/Aw-0.16.7 - 20 Feb 2003 14:31:15 UTC - Search in distribution

perlepigraphs - list of Perl release epigraphs River stage five • 11292 direct dependents • 32664 total dependents

Many Perl release announcements included an *epigraph*, a short excerpt from a literary or other creative work, chosen by the pumpking or release manager. This file assembles the known list of epigraph for posterity, and also links to the release ann...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution

icli - Icinga Command Line Interface River stage zero No dependents

icli is a command line interface to Icinga. By default it lists all services and their states. Note that when supplying custom config and status file paths, icli also works with Nagios. 100% compatibility is not guaranteed, however. icli only works w...

DERF/App-Icli-0.48 - 13 Jun 2014 20:17:25 UTC - Search in distribution

SNMP - The Perl5 'SNMP' Extension Module for the Net-SNMP SNMP package. River stage two • 10 direct dependents • 13 total dependents

Note: The perl SNMP 5.0 module which comes with net-snmp 5.0 and higher is different than previous versions in a number of ways. Most importantly, it behaves like a proper net-snmp application and calls init_snmp properly, which means it will read co...

HARDAKER/SNMP-5.0404 - 17 Oct 2013 13:57:17 UTC - Search in distribution

Paws - A Perl SDK for AWS (Amazon Web Services) APIs River stage two • 9 direct dependents • 11 total dependents

Paws is an attempt to develop an always up-to-date SDK that covers all possible AWS services....

JROBINSON/Paws-0.46 - 20 Jan 2024 12:10:03 UTC - Search in distribution

pdoc - typeset pandoc documents with document-specific, default options River stage zero No dependents

DBR/App-PDoc-0.10.0 - 21 Mar 2013 18:09:39 UTC - Search in distribution
  • App::PDoc - typeset pandoc documents with document-specific, default options

hashl - Create database with partial file hashes, check if other files are in it River stage zero No dependents

Actions: copy *newdir* Copy all files in the current directory which are not in any database to *newdir*. find-known [*directory*] List all files which are already in any database. Scans either the current directory or *directory*. find-new [*directo...

DERF/App-Hashl-1.01 - 08 Jan 2017 10:12:31 UTC - Search in distribution
  • App::Hashl - Partially hash files, check if files are equal etc.

raps2 - "Right, Another Password Store" take two River stage zero No dependents

raps2 is a simple password safe. You give it a name, a password and optional metadata, and it will encrypt and store them for you. You probably want to start with "raps2 add accountname", and then later use "raps2 get accountname" and paste the corre...

DERF/App-Raps2-0.54 - 04 Oct 2015 16:13:42 UTC - Search in distribution

JSON::SIMD - JSON serialising/deserialising, done correctly and faster River stage zero No dependents

This module converts Perl data structures to JSON and vice versa. Its primary goal is to be *correct* and its secondary goal is to be *fast*. To reach the latter goal it was written in C. For extra speed, it uses simdjson, the fastest C++ JSON parser...

PJUHASZ/JSON-SIMD-1.06 - 27 Apr 2023 16:22:59 UTC - Search in distribution

note - a perl script for maintaining notes. River stage zero No dependents

note is a small console program written in perl, which allows you to manage notes similar to programs like "knotes" but from the commandline. Note can use different database-backends for notes-storage. It ships with a DBI-based mysql-module(which can...

TLINDEN/note-1.3.26 - 02 Nov 2018 15:22:48 UTC - Search in distribution

Catalyst - The Elegant MVC Web Application Framework River stage three • 603 direct dependents • 677 total dependents

Catalyst is a modern framework for making web applications without the pain usually associated with this process. This document is a reference to the main Catalyst application. If you are a new user, we suggest you start with Catalyst::Manual::Tutori...

JJNAPIORK/Catalyst-Runtime-5.90131 - 20 Jul 2023 23:09:29 UTC - Search in distribution

ura-m - Unofficial interface to URA-based departure monitors River stage zero No dependents

ura-m lists upcoming bus departures and bus service messages at the stop *name*. It only shows realtime data and has no knowledge of schedules or delays. Departures without such data may not appear at all....

DERF/Travel-Status-DE-URA-2.01 - 17 Jan 2017 12:47:59 UTC - Search in distribution

SDL - Simple DirectMedia Layer for Perl River stage two • 22 direct dependents • 24 total dependents

SDL_perl is a package of Perl modules that provide both functional and object oriented interfaces to the Simple DirectMedia Layer for Perl 5. This package takes some liberties with the SDL API, and attempts to adhere to the spirit of both the SDL and...

FROGGS/SDL-2.548 - 19 May 2018 10:58:08 UTC - Search in distribution

Class::Trait - Deprecated. Please use Moose::Role. River stage one • 1 direct dependent • 1 total dependent

This document attempts to explain Traits in terms of Perl. Trait composition A Trait can be defined as a package containing: * A set of methods * A hash of overloaded operators mapped to the method labels * An array of required method labels Here is ...

OVID/Class-Trait-0.33 - 03 Jun 2023 08:44:55 UTC - Search in distribution

nmap2db - store nmap scan data into entries in SQLite/MySQL database River stage one • 1 direct dependent • 1 total dependent

This script uses the nmap security scanner with the Nmap::Parser module in order to take an xml output scan file from nmap (-oX option), and place the information into a SQLite database (ip.db), into table (hosts). This is a modified version of the n...

APERSAUD/Nmap-Parser-1.37 - 26 Jan 2019 20:01:33 UTC - Search in distribution

Net::Server - Extensible, general Perl server engine River stage two • 36 direct dependents • 88 total dependents

"Net::Server" is an extensible, generic Perl server engine. "Net::Server" attempts to be a generic server as in "Net::Daemon" and "NetServer::Generic". It includes with it the ability to run as an inetd process ("Net::Server::INET"), a single connect...

RHANDOM/Net-Server-2.014 - 14 Mar 2023 17:16:00 UTC - Search in distribution
557 results (0.077 seconds)