You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage pulp-deb-plugins-1.0.0-0.3.beta.lbn19.noarch
Provides a collection of platform plugins that extend the Pulp platform to provide Debian package support.
RPMPackage pulp-deb-common-1.0.0-0.3.beta.lbn19.noarch
A collection of modules shared among all Pulp-Deb components.
RPMPackage pulp-deb-admin-extensions-1.0.0-0.3.beta.lbn19.noarch
A collection of extensions that supplement and override generic admin client capabilites with Debian specific features.
RPMPackage pulp-consumer-client-2.6.1-1.lbn19.noarch
A tool used to administer a pulp consumer.
RPMPackage pulp-agent-2.8.0-1.lbn19.noarch
The pulp agent, used to provide remote command & control and scheduled actions such as reporting installed content profiles on a defined interval.
RPMPackage pulp-admin-client-2.10.3-1.lbn19.noarch
A tool used to administer the pulp server, such as repo creation and synching, and to kick off remote actions on consumers.
RPMPackage plague-utils-0.4.5.8-17.fc19.noarch
This package includes user utilities for the Plague build system, including the interface to the build server.
RPMPackage plague-common-0.4.5.8-17.fc19.noarch
This package includes the common Python module that all Plague services require.
RPMPackage plague-builder-0.4.5.8-17.fc19.noarch
The Plague builder does the actual RPM package building on slave machines.
RPMPackage plague-0.4.5.8-17.fc19.noarch
The Plague build system is a client/server distributed build system for building RPM packages. This package provides the plague server.
RPMPackage pigz-2.2.5-2.fc19.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.
RPMPackage pigz-2.2.5-2.fc19.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.
RPMPackage pigz-2.2.5-2.fc19.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.
RPMPackage pigz-2.2.5-2.fc19.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.
RPMPackage phoenix-1.1.4-1.lbn19.noarch
Phoenix is a web development framework written in Elixir which implements the server-side MVC pattern. Many of its components and concepts will seem familiar to those of us with experience in other web frameworks like Ruby on Rails or Python's Django. Phoenix provides the best of both worlds - high developer productivity and high application performance. It also has some interesting new twists like channels for implementing realtime features and pre-compiled templates for blazing speed.
RPMPackage perl-XML-SAX-Base-1.08-7.fc19.noarch
This module has a very simple task - to be a base class for Perl SAX drivers and filters. It's default behaviour is to pass the input directly to the output unchanged. It can be useful to use this module as a base class so you don't have to, for example, implement the characters() callback.
RPMPackage perl-XML-SAX-0.99-9.lbn19.noarch
XML::SAX consists of several framework classes for using and building Perl SAX2 XML parsers, filters, and drivers. It is designed around the need to be able to "plug in" different SAX parsers to an application without requiring programmer intervention. Those of you familiar with the DBI will be right at home. Some of the designs come from the Java JAXP specification (SAX part), only without the javaness.
RPMPackage perl-XML-NamespaceSupport-1.11-10.lbn19.noarch
This module offers a simple to process namespaced XML names (unames) from within any application that may need them. It also helps maintain a prefix to namespace URI map, and provides a number of basic checks.
RPMPackage perl-XML-LibXSLT-1.89-1.fc19.x86_64
This module is a fast XSLT library, based on the Gnome libxslt engine that you can find at http://www.xmlsoft.org/XSLT/
RPMPackage perl-VM-EC2-1.19-2.lbn19.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"; }