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

Search results for "unera"

RTPG - is a module for accessing to rtorrent's SCGI functions. River stage one • 1 direct dependent • 1 total dependent

UNERA/RTPG-0.92 - 13 Jul 2010 08:55:59 UTC - Search in distribution

DR::R - Tarantool's RTREE implementation River stage zero No dependents

The module includes XS for tarantool <http://tarantool.org> RTREE index. Points and Rects Point - is an array of numbers ("double") with "size=$dimension"). Rect - is an array of numbers ("double" with "size=2 * $dimension"). Index always uses Rect o...

UNERA/DR-R-0.03 - 21 Aug 2017 09:31:58 UTC - Search in distribution

DBIx::DR - easy DBI helper (perl inside SQL and blessed results) River stage zero No dependents

The package *extends* DBI and allows You: * to use perl inside Your SQL requests; * to bless resultsets into Your package; * to place Your SQL's into dedicated directory; * to use usual DBI methods....

UNERA/DBIx-DR-0.32 - 18 Apr 2017 20:23:15 UTC - Search in distribution

DR::Tarantool - a Perl driver for Tarantool River stage one • 1 direct dependent • 1 total dependent

This module provides a synchronous and asynchronous driver for Tarantool <http://tarantool.org>. The driver does not have external dependencies, but includes the official light-weight Tarantool C client (a single C header which implements all protoco...

UNERA/DR-Tarantool-0.44 - 07 Oct 2014 08:57:48 UTC - Search in distribution

AnyEvent::Tools - instrument collection for AnyEvent. River stage one • 1 direct dependent • 1 total dependent

In spite of event machine is started as one process, You may want to share one resource between a lot of subprocesses. Sometimes You also want to do something with a lot of data placed in hashes/arrays....

UNERA/AnyEvent-Tools-0.12 - 02 Mar 2011 09:10:06 UTC - Search in distribution

DR::Msgpuck - Perl bindings for msgpuck. River stage zero No dependents

msgpuck <https://github.com/tarantool/msgpuck> is a simple and efficient msgpack <https://github.com/msgpack/msgpack/blob/master/spec.md> binary serialization library in a self-contained header file. Boolean Msgpack protocol provides "true"/"false" v...

UNERA/DR-Msgpuck-0.04 - 22 Sep 2016 13:08:54 UTC - Search in distribution

DR::TarantoolQueue - client for tarantool's queue River stage zero No dependents

UNERA/DR-TarantoolQueue-0.44 - 23 Aug 2017 09:38:13 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

Mojolicious::Plugin::Vparam - Mojolicious plugin validator for GET/POST data. River stage zero No dependents

Features: * Simple syntax or full featured * Many predefined types * Shortcuts for the most common uses * Filters complementary types * Support arrays and hashes of values * Support HTML checkbox as bool * Simple JSON values extraction and validation...

RSHADOW/Mojolicious-Plugin-Vparam-3.06 - 14 Mar 2018 14:20:29 UTC - Search in distribution

Acme::CPANAuthors::Russian - We are Russian CPAN authors River stage one • 2 direct dependents • 3 total dependents

This class provides a hash of Russian CPAN authors' PAUSE ID and name to the "Acme::CPANAuthors" module....

SHARIFULN/Acme-CPANAuthors-Russian-1.07 - 24 Jul 2011 20:33:15 UTC - Search in distribution

Data::StreamDeserializer - non-blocking deserializer. River stage one • 1 direct dependent • 2 total dependents

Sometimes You need to deserialize a lot of data. If You use 'eval' (or Safe->reval, etc) it can take You too much time. If Your code is executed in event machine it can be inadmissible. So using the module You can deserialize Your stream progressivel...

UNERA/Data-StreamDeserializer-0.06 - 07 Feb 2011 06:20:41 UTC - Search in distribution

DR::SunDown - perl bindings for sundown River stage zero No dependents

The library is a perl binding for C-library sundown <https://github.com/vmg/sundown.git>....

UNERA/DR-SunDown-0.02 - 09 Aug 2012 06:04:35 UTC - Search in distribution

Net::EGTS - Perl Interface to EGTS protocol. GOST R 56360-2015. River stage zero No dependents

RSHADOW/Net-EGTS-0.04 - 12 Jul 2018 09:20:21 UTC - Search in distribution

Test::Debian - some tests for debian system River stage zero No dependents

The module provides some perl tests for debian system: system_is_debian([ $test_name ]) Passes if current OS is debian package_is_installed($pkg_variant [, $test_name ]) Passes if package is installed package_is_installed understands the following sy...

UNERA/Test-Debian-0.06 - 18 Oct 2016 15:14:00 UTC - Search in distribution

Data::StreamSerializer - non-blocking serializer. River stage one • 1 direct dependent • 2 total dependents

Sometimes You need to serialize a lot of data. If You use 'Dumper' it can take You for much time. If Your code is executed in event machine it can be inadmissible. So using the module You can serialize Your data progressively and do something between...

UNERA/Data-StreamSerializer-0.07 - 14 Feb 2011 07:32:22 UTC - Search in distribution

Coro::Twiggy - Coro interface for Twiggy River stage zero No dependents

The server starts Your application in "async" in Coro coroutine and uses its return value to respond to client. Application have to return an ARRAYREF with the following items: * HTTP-code; * an ARRAYREF that contains headers for response; * an ARRAY...

UNERA/Coro-Twiggy-0.03 - 14 Jul 2012 06:33:02 UTC - Search in distribution

AnyEvent::ForkObject - Async access on objects. River stage zero No dependents

There are a lot of modules that provide object interface. Using the module You can use them in async mode....

UNERA/AnyEvent-ForkObject-0.09 - 29 Jul 2011 11:15:53 UTC - Search in distribution

Nginx::Module::Gallery - Gallery perl module for nginx. Like simple file index but thumbnail replace default icon for image. River stage zero No dependents

This module not for production servers! But for single user usage. Gallery don`t use nginx event machine, so one nginx worker per connect (typically 8) used for slow create thumbnails! All thumbnails cached on first request. Next show will be more fa...

RSHADOW/Nginx-Module-Gallery-0.3.0 - 24 Jan 2013 21:57:49 UTC - Search in distribution

AnyEvent::Serialize - async serialize/deserialize function River stage one • 1 direct dependent • 1 total dependent

Sometimes You need to serialize/deserialize a lot of data. If You do it using Data::Dumper or eval it can take You too much time. This module splits (de)serialization process into fixed-size parts and does this work in non-blocking mode. This module ...

UNERA/AnyEvent-Serialize-0.05 - 04 Mar 2011 06:14:00 UTC - Search in distribution

CPAN::Info::FromURL - Extract/guess information from a URL River stage two • 5 direct dependents • 10 total dependents

PERLANCAR/CPAN-Info-FromURL-0.092 - 03 Oct 2020 01:07:10 UTC - Search in distribution
24 results (0.034 seconds)