MooseX::Types::URI provides Moose types for fun with URIs.
It has slightly DWIMier types than the URI classes have due to implementation
details, so the types should be more forgiving when ducktyping will work anyway
(e.g. URI::WithBase does not inherit URI).
Set::Array allows you to create arrays as objects and use OO-style
methods on them. Many convenient methods are provided here that appear
in the FAQ's, the Perl Cookbook or posts from comp.lang.perl.misc. In
addition, there are Set methods with corresponding (overloaded)
operators for the purpose of Set comparison, i.e. +, ==, etc.
The simplegeneric module lets you define simple single-dispatch generic
functions, akin to Python's built-in generic functions like len(), iter() and so
on. However, instead of using specially-named methods, these generic functions
use simple lookup tables, akin to those used by e.g. pickle.dump() and other
generic functions found in the Python standard library.
STXXL is an implementation of the C++ standard template library STL
for external memory (out-of-core) computations, i. e. STXXL implements
containers and algorithms that can process huge volumes of data
that only fit on disks. While the closeness to the STL supports
ease of use and compatibility with existing applications, another
design priority is high performance.
The Mail::Box::Parser::C implements parsing of messages in ANSI C, using
Perl's XS extension facility.
This is an optional module for MailBox, and will (once installed)
automatically be used by MailBox to parse e-mail message content when
the message is supplied as file-handle. In all other cases, MailBox
will use Mail::Box::Parser::Perl.
This is the Distributed Checksum Clearinghouse (DCC) package, including
the command line (e.g. procmail) interface, dccproc; the SpamAssassin
and Postfix interface, dccifd; the Sendmail milter interface, dccm;
the DCC server, dccd; and the DCC greylisting server, dccd-grey.
Also included are utilities such as cdcc and all of the manual pages
and documentation.
An implementation of about 6 major classes of statistical regression
models.At the heart of it are the vector generalized linear and
additive model (VGLM/VGAM) classes, and the book "Vector Generalized
Linear and Additive Models: With an Implementation in R" (Yee, 2015)
gives details of the statistical framework and VGAM package. Currently
only fixed-effects models are implemented, i.e., no random-effects models.
OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.
OpenBLAS is an open source project supported by
Lab of Parallel Software and Computational Science, ISCAS.
NOTE: If you want to specify your CPU microarchitecture manually,
please use TARGET_CPU_ARCH knob, e.g., "make TARGET_CPU_ARCH=NEHALEM".
This value is set TARGET build flag.
This kld adds DVB ioctl handling to the Linux compatibility layer
so that Linux apps can talk to DVB/ATSC tuners via /dev/dvb/adapterX.
Note this port does not contain actual DVB drivers, those are
provided by e.g. the multimedia/webcamd port.
super_mediator is an IPFIX mediator designed to split IPFIX sensing flows
and distribute the network telemetry information to multiple sources. It
can export the network telemetry data gathered into formats designed for
bulk loading into databases (e.g. MySQL) or as JSON outputs, as well as
directly loading MySQL tables. super_mediator is primarily designed to get
network telemetry data from YAF.