-
parallel-20130522-4.lbn13.noarch
GNU Parallel is a shell tool for executing jobs in parallel using one or more
machines. A job is typically a single command or a small script that has to be
run for each of the lines in the input. The typical input is a list of files, a
list of hosts, a list of users, or a list of tables.
If you use xargs today you will find GNU Parallel very easy to use. If you
write loops in shell, you will find GNU Parallel may be able to replace most of
the loops and make them run faster by running jobs in parallel. If you use ppss
or pexec you will find GNU Parallel will often make the command easier to read.
GNU Parallel also makes sure output from the commands is the same output as you
would get had you run the commands sequentially. This makes it possible to use
output from GNU Parallel as input for other programs.
GNU Parallel is command-line-compatible with moreutils' parallel, but offers
additional features.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 13
-
perl-AuthCourier-4.0.4-2.lbn13.noarch
Make SpamAssassin use Courier user authentication
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 13
-
perl-JSON-2.53-3.lbn13.noarch
This module converts between JSON (JavaScript Object Notation) and Perl
data structure into each other. For JSON, see http://www.crockford.com/JSON/.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 13
-
perl-Math-Calc-Units-1.07-6.lbn13.noarch
Math::Calc::Units is a simple calculator that keeps track of units. It
currently handles combinations of byte sizes and duration only, although
adding any other multiplicative types is easy. Any unknown type is treated
as a unique user type (with some effort to map English plurals to their
singular forms).
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 13
-
perl-Nagios-Plugin-0.35-5.lbn13.noarch
Nagios::Plugin and its associated Nagios::Plugin::* modules are a family of
perl modules to streamline writing Nagios plugins. The main end user
modules are Nagios::Plugin, providing an object-oriented interface to the
entire Nagios::Plugin::* collection, and Nagios::Plugin::Functions,
providing a simpler functional interface to a useful subset of the
available functionality.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 13
-
perl-VM-EC2-1.19-2.lbn13.noarch
The module provides an extensible object-oriented interface as
illustrated by the following code:
my $ec2 = VM::EC2->new(-access_key => 'access key id',
-secret_key => 'aws_secret_key',
-endpoint => 'http://ec2.amazonaws.com');
my $image = $ec2->describe_images('ami-12345');
my $architecture = $image->architecture;
my $description = $image->description;
my @devices = $image->blockDeviceMapping;
for my $d (@devices) {
print $d->deviceName,"\n";
print $d->snapshotId,"\n";
print $d->volumeSize,"\n";
}
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 13
-
perl-hivex-1.2.2-1.lbn13.x86_64
perl-hivex contains Perl bindings for hivex.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 13
-
perl-hivex-1.3.7-1.fc18.armv6hl
perl-hivex contains Perl bindings for hivex.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 13
-
pigz-2.1.6-1.fc13.x86_64
pigz, which stands for parallel implementation of gzip,
is a fully functional replacement for gzip that exploits
multiple processors and multiple cores to the hilt when compressing data.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 13
-
pigz-2.2.4-1.fc18.armv6hl
pigz, which stands for parallel implementation of gzip,
is a fully functional replacement for gzip that exploits
multiple processors and multiple cores to the hilt when compressing data.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 13