The purpose of DBIx::Browse is to handle the browsing of relational
tables.
DBIx::Browse transparently translates SELECTs, UPDATEs, DELETEs and
INSERTs from the desired "human view" to the values needed for the ta-
ble. This is the case when you have related tables (1 to n) where the
detail table has a reference (FOREIGN KEY) to a generic table (i.e.
Customers and Bills) with some index (tipically an integer).
Philip M. Gollucci <philip@p6m7g8.com>
Contents of p5-Filter
=====================
Filter::sh
use Filter::sh 'command' ;
This filter pipes the current source file through the
program which corresponds to the command parameter using
the Bourne shell.
Filter::exec
use Filter::exec qw(command parameters) ;
This filter pipes the current source file through the
program which corresponds to the command parameter.
Filter::cpp
use Filter::cpp ;
This source filter pipes the current source file through
the C pre-processor (cpp) if it is available.
p5-Module-Reload
================
Similar to Apache::Reload, this module allows a running perl program to reload
all its libraries. Very useful for developing perl servers.
When Perl pulls a file via require, it stores the filename in the global hash
%INC. The next time Perl tries to 'require' the same file, it sees the file in
%INC and does not reload from disk. This module's handler iterates over %INC
and reloads the file if it has changed on disk.
This module does a compile-time code injection to let you define subroutine
aliases based on its name.
This differs from p5-Sub-Name in that it defines a typeglob in a more correct
way and keeps you from manipulating the symbols table directly. You can use
the subroutine as if it was defined the ordinary way then.
This is particularly useful in the cases when you need to have several
identical subroutines with different names.
vcp is a tool for copying revision controlled files between various SCM
repositories. For example, using vcp, it is possible to copy the contents
of a entire Perforce depot (or part of one) into a depot on a different
Perforce server or to copy the contents of a CVS repository into a Perforce
server (or vice-versa).
This port is a private snapshot because p5-VCP's distribution files is
gone from the MASTER_SITE, and does not currently work with svk.
DNS SRV record command line wrapper
-----------------------------------
wrapsrv adds support for connecting to a network service based on DNS SRV
record lookups to commands that do not support the DNS SRV record. wrapsrv
implements the weighted priority client connection algorithm in RFC 2782.
The specified command line will be invoked one or more times with %h and %p
sequences in the command line substituted for the hostname and port elements
of the selected SRV record.
Collection of econometric functions for performance and risk analysis.
This package aims to aid practitioners and researchers in utilizing
the latest research in analysis of non-normal return streams. In
general, it is most tested on return (rather than price) data on a
regular scale, but most functions will work with irregular return
data as well, and increasing numbers of functions will work with
P&L or price data where possible.
FrikQCC was started few months before the Quake engine source was released.
Originally based off of FastQCC, it was widely (well, among the people at
MDQNet) enjoyed for a few months. After J. P. Grossman released QCCX, back
in March 2000, many of its features and ideas found their way into FrikQCC.
The result was FrikQCC 2.0, which has been updated many times since then.
It currently supports: goto, labels, static variables, new optimizations,
compiler warnings, and many other features.
This is a package of Infobot, by Kevin Lenzo
The infobot connects to an Internet Relay Chat (IRC) server, joins
some channels (maybe), and begins accumulating factoids. To run one,
download the source, uncompress it, untar it, edit the config files,
and it up.
The default install dir is /usr/local/share/infobot-0.xx.x since it
doesn't really belong in the Perl tree, by default. If you want
it installed elsewhere,use the -p option to change the PREFIX.
clRNG
a library for uniform random number generation in OpenCL.
Streams of random numbers act as virtual random number generators.
They can be created on the host computer in unlimited numbers, and
then used either on the host or on computing devices by work items
to generate random numbers. Each stream also has equally-spaced
substreams, which are occasionally useful. The API is currently
implemented for four different RNGs, namely the MRG31k3p, MRG32k3a,
LFSR113 and Philox-4x32-10 generators.