The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "compress AND pure"

exiftool - Read and write meta information in files River stage two • 30 direct dependents • 31 total dependents

A command-line interface to Image::ExifTool, used for reading and writing meta information in a variety of file types. *FILE* is one or more source file names, directory names, or "-" for the standard input. Metadata is read from source files and pri...

EXIFTOOL/Image-ExifTool-12.76 - 31 Jan 2024 15:31:14 UTC - Search in distribution

todo - Perl TO-DO list River stage five • 11693 direct dependents • 33184 total dependents

This is a list of wishes for Perl. The most up to date version of this file is at <https://github.com/Perl/perl5/blob/blead/Porting/todo.pod>. The tasks we think are smaller or easier are listed first. Anyone is welcome to work on any of these, but i...

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

depak - Pack dependencies onto your script file River stage one • 3 direct dependents • 5 total dependents

depak*) is a CLI application to pack your dependencies (required pure-Perl modules) along with your Perl script into a single file. It will trace what modules your script requires using one of several available methods, and include them inside the sc...

PERLANCAR/App-depak-0.587 - 23 Feb 2024 01:51:36 UTC - Search in distribution

Data::Edit::Xml - Edit data held in the XML format. River stage one • 5 direct dependents • 6 total dependents

Edit data held in the XML format. Version 20201031. The following sections describe the methods in each functional area of this module. For an alphabetic listing of all methods by name see Index....

PRBRENAN/Data-Edit-Xml-20201031 - 31 Oct 2020 23:42:40 UTC - Search in distribution

ccdiff - Colored Character diff River stage zero No dependents

Show the diff between two files on a character by character base. In contrast to the standard diff tools, this tool uses the diff algorithm horizontally for each line in the vertical diff, highlighting the changes. This is very handy in hard to spot ...

HMBRAND/App-ccdiff-0.33 - 07 Nov 2023 15:50:03 UTC - Search in distribution

Catalyst - The Elegant MVC Web Application Framework River stage three • 605 direct dependents • 679 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

bam2wig.pl - A program to convert Bam alignments into a wig representation file. River stage zero No dependents

This program will enumerate aligned sequence tags and generate a wig, or optionally BigWig, file. Alignments may be counted and recorded in several different ways. Strict enumeration may be performed and recorded at either the alignment's start or mi...

TJPARNELL/Bio-ToolBox-1.691 - 13 Oct 2022 18:07:52 UTC - Search in distribution

Apache::ASP - Active Server Pages for Apache with mod_perl River stage one • 2 direct dependents • 2 total dependents

Apache::ASP provides an Active Server Pages port to the Apache Web Server with Perl scripting only, and enables developing of dynamic web applications with session management and embedded Perl code. There are also many powerful extensions, including ...

CHAMAS/Apache-ASP-2.63 - 15 Mar 2018 05:28:37 UTC - Search in distribution

Devel::NYTProf - Powerful fast feature-rich Perl source code profiler River stage two • 35 direct dependents • 45 total dependents

Devel::NYTProf is a powerful, fast, feature-rich perl source code profiler. * Performs per-line statement profiling for fine detail * Performs per-subroutine statement profiling for overview * Performs per-opcode profiling for slow perl builtins * Pe...

JKEENAN/Devel-NYTProf-6.14 - 18 Oct 2023 22:42:10 UTC - Search in distribution

Acme::Tools - Lots of more or less useful subs lumped together and exported into your namespace River stage one • 1 direct dependent • 1 total dependent

Subs created and collected since the mid-90s....

KJETIL/Acme-Tools-0.27 - 05 Feb 2020 16:25:50 UTC - Search in distribution

DBI::DBD - Perl DBI Database Driver Writer's Guide River stage four • 946 direct dependents • 2083 total dependents

This document is primarily intended to help people writing new database drivers for the Perl Database Interface (Perl DBI). It may also help others interested in discovering why the internals of a DBD driver are written the way they are. This is a gu...

TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC - Search in distribution

Object::InsideOut - Comprehensive inside-out object support module River stage two • 23 direct dependents • 38 total dependents

This module provides comprehensive support for implementing classes using the inside-out object model. Object::InsideOut implements inside-out objects as anonymous scalar references that are blessed into a class with the scalar containing the ID for ...

JDHEDDEN/Object-InsideOut-4.05 - 27 Nov 2018 03:43:51 UTC - Search in distribution

ctgetreports - Quickly fetch cpantesters results with all reports River stage zero No dependents

The intent is to get at both the summary at cpantesters and the individual reports and parse the reports and collect the data for further inspection. We always only fetch the reports for the most recent (optionally picked) release. Target root direct...

ANDK/CPAN-Testers-ParseReport-0.4.5 - 29 Dec 2018 09:27:31 UTC - Search in distribution

Date::Pcalc - Gregorian calendar date calculations River stage one • 1 direct dependent • 1 total dependent

* "use Date::Pcalc qw( Days_in_Year Days_in_Month ... );" * "use Date::Pcalc qw(:all);" You can either specify the functions you want to import explicitly by enumerating them between the parentheses of the ""qw()"" operator, or you can use the "":all...

STBEY/Date-Pcalc-6.1 - 16 Oct 2009 05:54:08 UTC - Search in distribution

PDF::Builder - Facilitates the creation and modification of PDF files River stage one • 2 direct dependents • 2 total dependents

PMPERRY/PDF-Builder-3.026 - 08 Dec 2023 19:47:58 UTC - Search in distribution

Image::PNG::Libpng - Perl interface to the C library "libpng". River stage two • 8 direct dependents • 11 total dependents

Image::PNG::Libpng is a Perl library for accessing the contents of PNG (Portable Network Graphics) images. Image::PNG::Libpng enables Perl to use the "libpng" library to read and write files in PNG format. Image::PNG::Libpng does not contain the libp...

BKB/Image-PNG-Libpng-0.58 - 29 Jan 2024 00:10:33 UTC - Search in distribution

Simd::Avx512 - Emulate SIMD Avx512 instructions River stage zero No dependents

Emulate SIMD Avx512 instructions Version 20210129. The following sections describe the methods in each functional area of this module. For an alphabetic listing of all methods by name see Index....

PRBRENAN/Simd-Avx512-20210130 - 29 Jan 2021 18:43:54 UTC - Search in distribution

Data::ParseBinary - Yet Another parser for binary structures River stage one • 1 direct dependent • 1 total dependent

This module is a Perl Port for PyConstructs http://construct.wikispaces.com/ This module enables writing declarations for simple and complex binary structures, parsing binary to hash/array data structure, and building binary data from hash/array data...

SEMUELF/Data-ParseBinary-0.31 - 09 Mar 2011 15:36:46 UTC - Search in distribution

Apache::HeavyCGI - Framework to run complex CGI tasks on an Apache server River stage zero No dependents

The Apache::HeavyCGI framework is intended to provide a couple of simple tricks that make it easier to write complex CGI solutions. It has been developed on a site that runs all requests through a single mod_perl handler that in turn uses CGI.pm or A...

ANDK/Apache-HeavyCGI-0.013302 - 04 Feb 2006 20:15:23 UTC - Search in distribution

Module::Build - Build and install Perl modules River stage five • 4422 direct dependents • 17792 total dependents

"Module::Build" is a system for building, testing, and installing Perl modules. It is meant to be an alternative to "ExtUtils::MakeMaker". Developers may alter the behavior of the module through subclassing. It also does not require a "make" on your ...

LEONT/Module-Build-0.4234 - 28 Apr 2023 08:59:31 UTC - Search in distribution

File::KeePass - Interface to KeePass V1 and V2 database files River stage one • 2 direct dependents • 3 total dependents

File::KeePass gives access to KeePass version 1 (kdb) and version 2 (kdbx) databases. The version 1 and version 2 databases are very different in construction, but the majority of information overlaps and many algorithms are similar. File::KeePass at...

RHANDOM/File-KeePass-2.03 - 15 Sep 2012 22:25:43 UTC - Search in distribution

PDF::Reuse::Tutorial - How to produce PDF-files with PDF::Reuse River stage zero No dependents

In this tutorial I will show some aspects of PDF::Reuse, so you should be able to use it in your own programs. Most important is how to produce and reuse PDF-code, and then if you are interested, you can look at Graphics and JavaScript, so you can to...

CNIGHS/PDF-Reuse-Tutorial-0.11 - 12 Dec 2014 03:05:34 UTC - Search in distribution

ExtUtils::MakeMaker - Create a module Makefile River stage five • 21898 direct dependents • 33164 total dependents

This utility is designed to write a Makefile for an extension module from a Makefile.PL. It is based on the Makefile.SH model provided by Andy Dougherty and the perl5-porters. It splits the task of generating the Makefile into several subroutines tha...

BINGOS/ExtUtils-MakeMaker-7.70 - 26 Mar 2023 13:29:08 UTC - Search in distribution

Image::PNG - Read and write PNG files River stage zero No dependents

This module is a simple interface for dealing with images in the PNG format. Image::PNG uses Image::PNG::Libpng to access PNG images....

BKB/Image-PNG-0.25 - 20 Mar 2021 06:44:07 UTC - Search in distribution

IPv6::Address - IPv6 Address Manipulation Library River stage zero No dependents

A pure Perl IPv6 address manipulation library. Emphasis on manipulation of prefixes and addresses. Very easy to understand and modify. The internal representation of an IPv6::Address is a blessed hash with two keys, a prefix length (0-128 obviously) ...

ADUITSIS/IPv6-Address-0.208 - 06 Oct 2017 14:49:14 UTC - Search in distribution

PAR::Tutorial - Cross-Platform Packaging and Deployment with PAR River stage two • 7 direct dependents • 14 total dependents

On Deploying Perl Applications % sshnuke.pl 10.2.2.2 -rootpw="Z1ON0101" Perl v5.6.1 required--this is only v5.6.0, stopped at sshnuke.pl line 1. BEGIN failed--compilation aborted at sshnuke.pl line 1. * Q: "Help! I can't run your program!" * A1: Inst...

RSCHUPP/PAR-1.020 - 04 Mar 2024 10:49:29 UTC - Search in distribution

Number::AnyBase - Converts decimals to and from any alphabet of any size (for shortening IDs, URLs etc.) River stage zero No dependents

First the intended usage scenario: this module has been conceived to shorten ids, URLs etc., like the URL shortening services do (then it can be extended to some other mildly interesting uses: please see the "COOKBOOK" section below). Then a bit of t...

EMAZEP/Number-AnyBase-1.60000 - 04 Jan 2013 18:04:56 UTC - Search in distribution

ExtUtils::ModuleMaker - Better than h2xs for creating modules River stage one • 3 direct dependents • 4 total dependents

This module is a replacement for the most typical use of the h2xs utility bundled with all Perl distributions: the creation of the directories and files required for a pure-Perl module to be installable with make and distributable on the Comprehensiv...

JKEENAN/ExtUtils-ModuleMaker-0.63 - 31 Jul 2018 16:36:35 UTC - Search in distribution

PHP::Decode - Parse and transform obfuscated php code River stage zero No dependents

The PHP::Decode module applies static transformations to PHP statements parsed by the PHP::Decode::Parser module and returns the transformed PHP code. The decoder uses a custom php parser which does not depend on a special php version. It supports mo...

BDZ/PHP-Decode-0.302 - 23 May 2023 09:35:39 UTC - Search in distribution

Data::Edit::Xml::Lint - lint in lint| xml file in files| in parallel using xmllint, report the failure rate and reprocess linted files to fix cross references. River stage one • 1 direct dependent • 1 total dependent

Version 20190721. The following sections describe the methods in each functional area of this module. For an alphabetic listing of all methods by name see Index....

PRBRENAN/Data-Edit-Xml-Lint-20200108 - 08 Jan 2020 17:27:20 UTC - Search in distribution

Archive::Tar - module for manipulations of tar archives River stage four • 155 direct dependents • 2289 total dependents

Archive::Tar provides an object oriented mechanism for handling tar files. It provides class methods for quick and easy files handling while also allowing for the creation of tar file objects for custom manipulation. If you have the IO::Zlib module i...

BINGOS/Archive-Tar-3.02 - 12 Apr 2023 23:09:11 UTC - Search in distribution

Cache::FastMmap - Uses an mmap'ed file to act as a shared memory interprocess cache River stage two • 27 direct dependents • 53 total dependents

In multi-process environments (eg mod_perl, forking daemons, etc), it's common to want to cache information, but have that cache shared between processes. Many solutions already exist, and may suit your situation better: * MLDBM::Sync - acts as a dat...

ROBM/Cache-FastMmap-1.57 - 30 Sep 2021 06:37:35 UTC - Search in distribution

Text::Document - a text document subject to statistical analysis River stage one • 1 direct dependent • 1 total dependent

"Text::Document" allows to perform simple Information-Retrieval-oriented statistics on pure-text documents. Text can be added in chunks, so that the document may be incrementally built, for instance by a class like "HTML::Parser". A simple algorithm ...

ASPINELLI/Text-Document-1.08 - 09 Nov 2021 17:44:58 UTC - Search in distribution

Cache::Memcached::Fast - Perl client for memcached, in C language River stage two • 30 direct dependents • 39 total dependents

Cache::Memcached::Fast is a Perl client for memcached, a memory cache daemon (<http://www.memcached.org>). Module core is implemented in C and tries hard to minimize number of system calls and to avoid any key/value copying for speed. As a result, it...

RAZ/Cache-Memcached-Fast-0.28 - 01 Oct 2022 02:22:31 UTC - Search in distribution

CSS::Packer - Another CSS minifier River stage two • 6 direct dependents • 10 total dependents

A fast pure Perl CSS minifier....

LEEJO/CSS-Packer-2.09 - 07 Jun 2023 11:17:37 UTC - Search in distribution

Archive::Extract - A generic archive extracting mechanism River stage three • 70 direct dependents • 317 total dependents

Archive::Extract is a generic archive extraction mechanism. It allows you to extract any archive file of the type .tar, .tar.gz, .gz, .Z, tar.bz2, .tbz, .bz2, .zip, .xz,, .txz, .tar.xz or .lzma without having to worry how it does so, or use different...

BINGOS/Archive-Extract-0.88 - 06 May 2021 13:13:45 UTC - Search in distribution

Image::Dot - create 1x1 pixel image files (pure-perl) River stage one • 1 direct dependent • 1 total dependent

This package provides 1x1 pixel PNG images of a certain RGB color (also with transparency) without relying on any external modules like GD, libpng or Compress::Zlib. These pixel dots can be useful in a pure-perl HTTP server to be able to create color...

RGIERSIG/Image-Dot-1.1 - 17 Oct 2002 14:59:00 UTC - Search in distribution

Archive::Zip::FAQ - Answers to a few frequently asked questions about Archive::Zip River stage four • 163 direct dependents • 1062 total dependents

It seems that I keep answering the same questions over and over again. I assume that this is because my documentation is deficient, rather than that people don't read the documentation. So this FAQ is an attempt to cut down on the number of personal ...

PHRED/Archive-Zip-1.68 - 12 Mar 2020 17:59:46 UTC - Search in distribution

DBM::Deep - A pure perl multi-level hash/array DBM that supports transactions River stage two • 12 direct dependents • 56 total dependents

A unique flat-file database module, written in pure perl. True multi-level hash/array support (unlike MLDBM, which is faked), hybrid OO / tie() interface, cross-platform FTPable files, ACID transactions, and is quite fast. Can handle millions of keys...

DCANTRELL/DBM-Deep-2.0019 - 12 Nov 2023 15:30:15 UTC - Search in distribution

Bundle::Melody::extlib - a bundle containing the CPAN modules bundled with Melody lthttp://openmelody.org/gt and that is distributed in its extlib directory. River stage zero No dependents

This bundle contains the prerequisite CPAN modules bundled with Melody <http://openmelody.org/> and that is distributed in its extlib directory. This bundle only includes modules that do not require compilation in any part of the depdency tree not in...

TIMA/Bundle-Melody-extlib-0.9.29 - 09 Nov 2010 19:55:33 UTC - Search in distribution

NetAddr::IP::InetBase - IPv4 and IPV6 utilities River stage three • 36 direct dependents • 121 total dependents

NetAddr::IP::InetBase provides a suite network of conversion functions written in pure Perl for converting both IPv4 and IPv6 addresses to and from network address format and text format. The IPv6 functions support all rfc1884 formats. i.e. x:x:x:x:x...

MIKER/NetAddr-IP-4.079 - 26 Mar 2016 01:14:11 UTC - Search in distribution

RDF::Sesame::Repository - A repository on a Sesame server River stage zero No dependents

This class is the workhorse of RDF::Sesame. Adding triples, removing triples and querying the repository are all done through instances of this class. Only SELECT queries are supported at this point, but it should be fairly straightforward to add CON...

MNDRIX/RDF-Sesame-0.17 - 12 Aug 2008 13:37:38 UTC - Search in distribution

Compress::LZW - Pure-Perl implementation of scaling LZW River stage one • 1 direct dependent • 3 total dependents

"Compress::LZW" is a perl implementation of the Lempel-Ziv-Welch compression algorithm, which should no longer be patented worldwide. It is shooting for loose compatibility with the flavor of LZW found in the classic UNIX compress(1), though there ar...

MHOWARD/Compress-LZW-0.04 - 10 Feb 2015 00:28:23 UTC - Search in distribution

Compress::LZF - extremely light-weight Lempel-Ziv-Free compression River stage one • 6 direct dependents • 8 total dependents

LZF is an extremely fast (not that much slower than a pure memcpy) compression algorithm. It is ideal for applications where you want to save *some* space but not at the cost of speed. It is ideal for repetitive data as well. The module is self-conta...

MLEHMANN/Compress-LZF-3.8 - 29 Jun 2015 23:51:49 UTC - Search in distribution

Compress::LZV1 - extremely leight-weight Lev-Zimpel-Vogt compression River stage zero No dependents

LZV1 is an extremely fast (not that much slower than a pure memcpy) compression algorithm. It is ideal for applications where you want to save *some* space but not at the cost of speed. It is ideal for repetitive data as well. The module is self-cont...

MLEHMANN/Compress-LZV1-0.04 - 11 May 2000 01:24:08 UTC - Search in distribution

Net::Wire10 - Pure Perl driver for MySQL, Sphinx and Drizzle. River stage zero No dependents

Net::Wire10 is a Pure Perl connector that talks to MySQL, Sphinx and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned servers without ...

DUBEX/Net-Wire10-1.08 - 12 Apr 2010 23:33:27 UTC - Search in distribution

Crypt::OpenPGP - Pure-Perl OpenPGP implementation River stage one • 4 direct dependents • 4 total dependents

*Crypt::OpenPGP* is a pure-Perl implementation of the OpenPGP standard[1]. In addition to support for the standard itself, *Crypt::OpenPGP* claims compatibility with many other PGP implementations, both those that support the standard and those that ...

SROMANOV/Crypt-OpenPGP-1.12 - 16 Aug 2015 11:35:42 UTC - Search in distribution

CPANPLUS::Internals::Extract - internals for archive extraction River stage two • 35 direct dependents • 40 total dependents

CPANPLUS::Internals::Extract extracts compressed files for CPANPLUS. It can do this by either a pure perl solution (preferred) with the use of "Archive::Tar" and "Compress::Zlib", or with binaries, like "gzip" and "tar". The flow looks like this: $cb...

BINGOS/CPANPLUS-0.9914 - 23 Nov 2021 19:30:10 UTC - Search in distribution

Compress::LZF_PP - A pure-Perl LZF decompressor River stage zero No dependents

This module is a pure-Perl LZF decompressor. LZF is an extremely fast (not that much slower than a pure memcpy) compression algorithm. It is implemented in XS in Compress::LZF module. This is a pure-Perl LZF decompressor. Being pure-Perl, it is about...

LBROCARD/Compress-LZF_PP-0.33 - 10 Sep 2008 19:51:46 UTC - Search in distribution

Compress::SelfExtracting - create compressed scripts River stage zero No dependents

"Compress::SelfExtracting" allows you to create pure-Perl self-extracting scripts (or files) using a variety of compression algorithms. These scripts (files) will then be runnable (extractable) on any system with a recent version of Perl. Functions "...

SEANO/Compress-SelfExtracting-0.04 - 30 Jul 2002 04:08:54 UTC - Search in distribution

Compress::Zlib::Perl - (Partial) Pure perl implementation of Compress::Zlib River stage zero No dependents

This a pure perl implementation of Compress::Zlib's inflate API. Inflating deflated data Currently the only thing Compress::Zlib::Perl can do is inflate compressed data. A constructor and 3 methods from Compress::Zlib's interface are replicated: infl...

NWCLARK/Compress-Zlib-Perl-0.02 - 16 Feb 2004 23:51:50 UTC - Search in distribution

Language::LispPerl - A lisp in pure Perl with perl bindings. River stage zero No dependents

Language::LispPerl is a pure Perl lisp interpreter. It is a fork of CljPerl that focuses on making embedding lisp code in your Perl written software straightforward....

JETEVE/Language-LispPerl-0.007 - 11 Apr 2017 16:15:52 UTC - Search in distribution

IO::Uncompress::Untar - Pure-perl extension to read tar (and tgz and .tar.bz2 etc) files/buffers River stage zero No dependents

This module provides a minimal pure-Perl interface that allows the reading of tar files/buffers. It maintains basic compatability/functionality of IO::Uncompress::Unzip EXPORT None by default. Notes Only these are implimented: new nextStream getHeade...

CDRAKE/IO-Uncompress-Untar-1.02 - 20 Jan 2020 10:01:06 UTC - Search in distribution

Number::Phone::UK::DBM::Deep - A pure perl multi-level hash/array DBM River stage zero No dependents

A unique flat-file database module, written in pure perl. True multi-level hash/array support (unlike MLDBM, which is faked), hybrid OO / tie() interface, cross-platform FTPable files, and quite fast. Can handle millions of keys and unlimited hash le...

DCANTRELL/Number-Phone-UK-DetailedLocations-1.5 - 12 Oct 2016 22:11:37 UTC - Search in distribution
54 results (0.089 seconds)