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

Search results for "JMASLAK"

Dist::Zilla::PluginBundle::Author::JMASLAK - JMASLAK's Plugin Bundle River stage zero No dependents

This is Joelle Maslak's plugin bundle, used for her modules. If you're not her, you probably want to create your own plugin module because I may modify this module based on her needs, breaking third party modules that use this. All of the following a...

JMASLAK/Dist-Zilla-PluginBundle-Author-JMASLAK-1.231931 - 12 Jul 2023 17:39:06 UTC - Search in distribution

File::ByLine - Line-by-line file access loops River stage one • 1 direct dependent • 1 total dependent

Finding myself writing the same trivial loops to read files, or relying on modules like "Perl6::Slurp" that didn't quite do what I needed (abstracting the loop), it was clear something easy, simple, and sufficiently Perl-ish was needed....

JMASLAK/File-ByLine-1.192590 - 16 Sep 2019 01:49:06 UTC - Search in distribution

Net::Netmask - parse, manipulate and lookup IP network blocks River stage two • 22 direct dependents • 30 total dependents

Net::Netmask parses and understands IPv4 and IPv6 CIDR blocks (see <https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing> for more information on CIDR blocks). It's built with an object-oriented interface, with functions being methods that op...

JMASLAK/Net-Netmask-2.0002 - 31 Aug 2022 18:09:46 UTC - Search in distribution

Log::Dispatch - Dispatches messages to one or more outputs River stage four • 134 direct dependents • 1049 total dependents

This module manages a set of Log::Dispatch::* output objects that can be logged to via a unified interface. The idea is that you create a Log::Dispatch object and then add various logging objects to it (such as a file logger or screen logger). Then y...

DROLSKY/Log-Dispatch-2.71 - 06 Apr 2023 03:52:59 UTC - Search in distribution

IP::Random - Generate IP Addresses Randomly River stage zero No dependents

This provides a random IP (IPv4 only currently) address, with some extensability to exclude undesired IPv4 addresses (I.E. don't return IP addresses that are in the multicast or RFC1918 ranges). By default, the IP returned is a valid, publicly routab...

JMASLAK/IP-Random-1.200230 - 23 Jan 2020 05:59:21 UTC - Search in distribution

Device::SMBus - Control and read hardware devices with i2c(SMBus) River stage one • 2 direct dependents • 2 total dependents

This is a perl interface to smbus interface using libi2c-dev library. Prerequisites: For Debian and derivative distros(including raspbian) use the following to install dependencies: sudo apt-get install libi2c-dev i2c-tools build-essential If you are...

SHANTANU/Device-SMBus-1.15 - 24 May 2016 08:21:19 UTC - Search in distribution

JCM::Net::Patricia - Patricia Trie perl module for fast IP address lookups River stage zero No dependents

This module uses a Patricia Trie data structure to quickly perform IP address prefix matching for applications such as IP subnet, network or routing table lookups. The data structure is based on a radix tree using a radix of two, so sometimes you see...

JMASLAK/JCM-Net-Patricia-1.05 - 29 Mar 2021 18:10:24 UTC - Search in distribution

tmuxlayout - Configure and reconfigure tmux layouts easily River stage one • 1 direct dependent • 1 total dependent

This utility takes a "layout" in a text format, and signals the current tmux window to use this new layout. The layout format consists of a text field of numbers or other characters, separated by new lines. Each character reflects a single pane on th...

JMASLAK/Term-Tmux-Layout-1.223320 - 28 Nov 2022 16:49:10 UTC - Search in distribution

CPAN::Reporter - Adds CPAN Testers reporting to CPAN.pm River stage two • 11 direct dependents • 16 total dependents

The CPAN Testers project captures and analyzes detailed results from building and testing CPAN distributions on multiple operating systems and multiple versions of Perl. This provides valuable feedback to module authors and potential users to identif...

GARU/CPAN-Reporter-1.2019 - 01 May 2023 01:18:56 UTC - Search in distribution

Parallel::WorkUnit - Provide multi-paradigm forking with ability to pass back data River stage one • 1 direct dependent • 1 total dependent

This is a very simple forking implementation of parallelism, with the ability to pass data back from the asyncronous child process in a relatively efficient way (with the limitation of using a pipe to pass the information, serialized, back). It was d...

JMASLAK/Parallel-WorkUnit-2.232180 - 06 Aug 2023 17:05:35 UTC - Search in distribution

Range::Merge - Merges ranges of data including subset/superset ranges River stage zero No dependents

Many problems require merging of ranges. For instance, one can parse a BGP route table where there are a combinatrion of routes and produce ranges that reduce the table size. For instance, an ISP might announce both 192.0.2.0/28 and 192.0.2.16/28 - t...

JMASLAK/Range-Merge-2.191190 - 29 Apr 2019 04:44:34 UTC - Search in distribution

Acme::Unicodify - Convert ASCII text into look-somewhat-alike unicode River stage zero No dependents

This is intended to translate basic 7 bit ASCII into characters that use several Unicode features, such as accent marks and non-Latin characters. While this can be used just for fun, a better use perhaps is to use it as part of a test suite, to allow...

JMASLAK/Acme-Unicodify-1.202110 - 29 Jul 2020 23:53:44 UTC - Search in distribution

router-colorizer.pl - Colorize router CLI output River stage zero No dependents

This script colorizes the output of router output, using the App::RouterColorizer module. This script takes no arguments. The output will be colorized based on detection of key strings as they might be sent from Arista, Juniper, and VyOS routers. It ...

JMASLAK/App-RouterColorizer-1.233180 - 14 Nov 2023 18:29:07 UTC - Search in distribution

Crypt::EAMessage - Simple-to-use Abstraction of Encrypted Authenticated Messages River stage zero No dependents

This module provides an easy-to-use method to create encrypted and authenticated messages from arbitrary Perl objects (anything compatible with Storable). Note that Perl 5.38+ Corinna class objects are not serializable with Storable. While there are ...

JMASLAK/Crypt-EAMessage-1.232011 - 20 Jul 2023 01:57:56 UTC - Search in distribution

File::FindStrings - Finds strings within a file River stage one • 1 direct dependent • 1 total dependent

This module will locate lines that match one or more of a given set of words (which are defined as strings that appear between word seperators)....

JMASLAK/Perl-Critic-Policy-BadStrings-1.000 - 25 Nov 2017 16:22:09 UTC - Search in distribution

JCM::Boilerplate - Default Boilerplate for Joelle Maslak's Code River stage zero No dependents

This module serves two purposes. First, it sets some default imports, and turns on the strictures I've come to rely upon. Secondly, it depends on a number of other modules to aid in setting up new environments (I can just do a "cpan JCM-Boilerplate" ...

JMASLAK/JTM-Boilerplate-2.231980 - 17 Jul 2023 18:24:16 UTC - Search in distribution

Acme::JTM::Experiment - Testing Perl Constructs on CPAN Testers River stage zero No dependents

This module is a place where I (Joelle) try different Perl constructrs that may have compatibility issues. By trying it with this module, I can test this across CPAN Testers....

JMASLAK/Acme-JTM-Experiment-1.182081 - 27 Jul 2018 17:12:15 UTC - Search in distribution

Dist::Zilla::Plugin::GitHub - Plugins to integrate Dist::Zilla with GitHub River stage two • 23 direct dependents • 27 total dependents

Dist-Zilla-Plugin-GitHub is a set of plugins for Dist::Zilla intended to more easily integrate GitHub <https://github.com> in the "dzil" workflow. The following is the list of the plugins shipped in this distribution: * Dist::Zilla::Plugin::GitHub::C...

ETHER/Dist-Zilla-Plugin-GitHub-0.49 - 30 Apr 2023 13:18:14 UTC - Search in distribution

Plack::Middleware::RealIP - Override client IP with header value provided by proxy/load balancer River stage zero No dependents

Plack::Middleware::RealIP is loose port of the Apache module mod_remoteip. It overrides "REMOTE_ADDR" with the IP address advertised in the request header configured with "header". When multiple, comma delimited IP addresses are listed in the header ...

SHERWIN/Plack-Middleware-RealIP-0.04 - 25 Apr 2021 17:54:18 UTC - Search in distribution

Dist::Zilla::Plugin::ContributorCovenant - Add Contributor Covenant as Code of Conduct River stage one • 2 direct dependents • 3 total dependents

"Dist::Zilla::Plugin::ContributorCovenant" adds the Contributor Covenant to your CPAN build as "CODE_OF_CONDUCT.md". It pulls email address of first author from "dist.ini". If none found, it will type "GitHub / RT" instead....

KYZN/Dist-Zilla-Plugin-ContributorCovenant-2.000000 - 02 May 2020 18:08:15 UTC - Search in distribution
21 results (0.046 seconds)