This is a modified version of Aflex/Ayacc for Ada95 parent/child feature
support. A new directive "%unit A.B.C" has been added, enabling the Ada
unit A.B.C to be the parent of the generated lexer/parser.
Aflex/Ayacc are copyrighted by the The University of California.
hachoir-regex is a Python library for regular expression manipulation.
You can use a|b (or) and a+b (and) operators. Expressions are optimized
during the construction: merge ranges, simplify repetitions, etc. It
also contains a class for pattern matching allowing to search multiple
strings and regex at the same time.
mtdev is a stand-alone library which transforms all variants of kernel
MT events to the slotted type B protocol. The events put into mtdev
may be from any MT device, specifically type A without contact
tracking, type A with contact tracking, or type B with contact
tracking. See Linux kernel documentation for further details.
You can define multimethods with the "multi" declarator:
use Class::Multimethods::Pure;
multi collide => ('Bullet', 'Ship') => sub {
my ($a, $b) = @_; ...
};
multi collide => ('Ship', 'Asteroid') => sub {
my ($a, $b) = @_; ...
};
It is usually wise to put such declarations within a BEGIN block, so
they behave more like Perl treats subs (you can call them without
parentheses and you can use them before you define them).
Every member of a league of 2n players can be paired with every other
member in 2n-1 rounds.
If the league members are (Inf, 1 .. 2n-1), then in round i, i can be
paired with Inf, and a can meet b, where a+b = 2i (mod 2n-1).
Microsoft "compress.exe/expand.exe" compatible (de)compressor
This package contains two programs:
msexpand, which decompress files compressed by Microsoft compress.exe utility
(e.g. Win 3.x installation files)
mscompress, which compress files using LZ77 compression algorithm. Output
files can be decompressed using Microsoft expand.exe or msexpand(1).
DBIx::Class onle allows joins for prefetches.
But sometimes you can't use JOIN for prefetch.
E.g. for prefetching many related objects to resultset with paging.
Also you can use this module to create cross-database prefetches.
This module provides other logic for prefetching data to resultsets.
This plugin is based on vformat.{c,h} which got adapted from evolution e-vcard
parser. vformat.{c,h} parsing and assembling of vObject-like formatting. The
term vformat is often use to describe this format of vCard 2.1, vCard 3.0,
vCalendar, iCalendar and vNote.
This MultiSync plugin is:
SyncML support (supported by e.g. SonyEricsson P800/P900 and many other phones
and devices, for example the SyncML server Sync4j). SyncML also allows you to
do remote connection of two MultiSync programs via an encrypted connection over
the net.
Loading this module will install the necessary magic to seamlessly
integrate IO::AIO into AnyEvent, i.e. you no longer need to concern
yourself with calling IO::AIO::poll_cb or any of that stuff (you still
can, but this module will do it in case you don't).