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

Search results for "ATHREEF"

gba - Command-line code uploader for the Gameboy Advance River stage zero No dependents

The Nintendo Gameboy Advance can either boot from cartridge or over link cable. The latter is caled multiboot mode and is basically SPI and a homebrew encoding scheme. Unfortunately, the Bus Pirate doesn't have a 100k SPI mode, so we are using 125000...

ATHREEF/Device-GBA-0.004 - 23 Jul 2019 20:57:16 UTC - Search in distribution

lsnic - Display table of network controllers River stage zero No dependents

This script <http://github.com/a3f/.dotfiles/blob/master/bin/lsnic> packaged as CPAN module. This script reformats "lshw -c network -numeric" output in the tabular format above. If the driver doesn't report a MAC address, it's extracted from the seri...

ATHREEF/App-lsnic-0.005 - 14 Jan 2018 15:14:36 UTC - Search in distribution

eds2xdd - Command-line utility for Convert::EDS::XDD River stage zero No dependents

EDS is an ini based format specified by the CiA e.V. in order to describe CANopen devices. The Ethernet POWERLINK Standardization Group specifies an EDS-based XML format for EPL devices. This module takes in an EDS file or a string with its content a...

ATHREEF/Convert-EDS-XDD-0.009 - 14 Jan 2018 15:40:05 UTC - Search in distribution

Alien::Base - Base classes for Alien:: modules River stage four • 248 direct dependents • 1388 total dependents

NOTE: Alien::Base::ModuleBuild is no longer bundled with Alien::Base and has been spun off into a separate distribution. Alien::Base::ModuleBuild will be a prerequisite for Alien::Base until October 1, 2017. If you are using Alien::Base::ModuleBuild ...

PLICEASE/Alien-Build-2.80 - 11 May 2023 22:32:47 UTC - Search in distribution

lsiommu - Display IOMMU groups as a tree River stage zero No dependents

This script <http://github.com/a3f/.dotfiles/blob/master/bin/lsiommu> packaged as CPAN module. Isolation/pass-through of devices via IOMMU is only possible in groups. This script reads the groups out the Linux SysFS and displays them as a tree. If ls...

ATHREEF/App-lsiommu-0.002 - 07 Dec 2017 23:43:37 UTC - Search in distribution

adler32 - Command-line utility for computing adler32 digest River stage zero No dependents

ATHREEF/App-adler32-0.001 - 16 Nov 2017 22:40:22 UTC - Search in distribution
  • App::adler32 - Command-line utility for computing Adler32 digest

TeX::Encode - Encode/decode Perl utf-8 strings into TeX River stage one • 2 direct dependents • 2 total dependents

This module provides encoding to LaTeX escapes from utf8 using mapping tables. This covers only a subset of the Unicode character table (undef warnings will occur for non-mapped chars). This module is intentionally vague about what it will handle, se...

ATHREEF/TeX-Encode-2.010 - 09 Aug 2021 17:02:29 UTC - Search in distribution

Device::HID - Perl Interface to HIDAPI River stage zero No dependents

ATHREEF/Device-HID-0.007 - 13 Mar 2018 14:19:51 UTC - Search in distribution

Crypt::XTEA::LE - Implementation of the eXtended Tiny Encryption Algorithm with little-endian support River stage zero No dependents

In cryptography, XTEA (eXtended TEA) is a block cipher designed to correct weaknesses in TEA. The cipher's designers were David Wheeler and Roger Needham of the Cambridge Computer Laboratory, and the algorithm was presented in an unpublished technica...

ATHREEF/Crypt-XTEA-LE-0.0107 - 13 Feb 2016 09:55:36 UTC - Search in distribution

Net::HTTP::Spore - SPORE client River stage two • 9 direct dependents • 10 total dependents

This module is an implementation of the SPORE specification. To use this client, you need to use or to write a SPORE specification of an API. A description of the SPORE specification format is available at <http://github.com/SPORE/specifications/blob...

ATHREEF/Net-HTTP-Spore-0.09 - 27 Oct 2017 06:54:33 UTC - Search in distribution

Proc::Memory - Peek/Poke into processes' address spaces River stage zero No dependents

PEEK/POKE are a BASIC programming language extension for reading and writing memory at a specified address across process boundaries. This module brings similiar capability to Perl. Eventually, Memory searching capability will also be added....

ATHREEF/Proc-Memory-0.010 - 12 Sep 2017 10:06:35 UTC - Search in distribution

Graphics::Raylib - Perlish wrapper for Raylib videogame library River stage zero No dependents

ATHREEF/Graphics-Raylib-0.025 - 03 Feb 2019 10:44:29 UTC - Search in distribution

Net::OTServ - Retrieve status information about Open Tibia Servers River stage zero No dependents

Open Tibia servers offer a XML interface to query online count, client version and other information....

ATHREEF/Net-OTServ-0.004 - 27 Apr 2017 08:52:44 UTC - Search in distribution

Sort::HashKeys - Get a sorted-by-key list from a hash River stage one • 2 direct dependents • 3 total dependents

[13:37:51] <a3f> Is there a better way to get a sorted list out of a hash than map { ($_, $versions{$_}) } reverse sort keys @versions or iterating manually? [13:39:06] <a3f> oh I could provide a compare function to sort and chunk the list two by two...

ATHREEF/Sort-HashKeys-0.007 - 27 Apr 2017 10:06:21 UTC - Search in distribution

Alien::gperf - Perl distribution for GNU gperf River stage one • 1 direct dependent • 1 total dependent

GNU gperf is a perfect hash function generator. For a given list of strings, it produces a hash function and hash table, in form of C or C++ code, for looking up a value depending on the input string. The hash function is perfect, which means that th...

ATHREEF/Alien-gperf-0.005 - 31 Jul 2017 23:06:01 UTC - Search in distribution

Alien::raylib - Alien distribution for raylib video game engine River stage zero No dependents

ATHREEF/Alien-raylib-0.025 - 30 Jul 2019 07:01:23 UTC - Search in distribution

Alien::LibUSB - Perl distribution for LibUSB River stage zero No dependents

libusb-1.0 is a C library that provides generic access to USB devices. It is intended to be used by developers to facilitate the production of applications that communicate with USB hardware. This module is based on Alien::LibUSBx by Henrik Brix Ande...

ATHREEF/Alien-LibUSB-0.4 - 06 Apr 2021 08:21:14 UTC - Search in distribution

Alien::libvas - Perl distribution for libvas River stage one • 1 direct dependent • 1 total dependent

See Proc::Memory for a Perl wrapper that makes use of this distribution....

ATHREEF/Alien-libvas-0.216 - 19 Jan 2019 17:49:56 UTC - Search in distribution

App::FilterUtils - Command-line filter utilities River stage zero No dependents

ATHREEF/App-FilterUtils-0.002 - 02 Jun 2019 07:23:41 UTC - Search in distribution

Alien::libudev - Perl distribution for libudev River stage zero No dependents

ATHREEF/Alien-libudev-0.15 - 19 Jan 2019 13:14:22 UTC - Search in distribution
37 results (0.033 seconds)