You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage nodejs-ncp-2.0.0-1.lbn25.noarch
Asynchronous recursive file copy utility.
RPMPackage nodejs-nconf-0.7.2-2.lbn25.noarch
Hierarchical node.js configuration with files, environment variables, command-line arguments, and atomic object merging.
RPMPackage nodejs-navigator-1.0.1-1.lbn25.noarch
A browser-esque `navigator` for Node.JS (for Ender.JS compatibility)
RPMPackage nodejs-natural-compare-1.4.0-1.lbn25.noarch
Compare strings containing a mix of letters and numbers in the way a human being would in sort order.
RPMPackage nodejs-native-or-bluebird-1.1.2-1.lbn25.noarch
use either the native Promise or Bluebird
RPMPackage nodejs-nat-pmp-0.0.3-2.lbn25.noarch
Node.js implementation of the NAT Port Mapping Protocol
RPMPackage nodejs-nan-2.14.2-1.lbn25.noarch
A header file filled with macro and utility goodness for making add on development for Node.js easier across versions 0.8, 0.10 and 0.11, and eventually 0.12. Thanks to the crazy changes in V8 (and some in Node core), keeping native add-on compiling happily across versions, particularly 0.10 to 0.11/0.12, is a minor nightmare. The goal of this project is to store all logic necessary to develop native Node.js add-on without having to inspect NODE_MODULE_VERSION and get yourself into a macro-tangle.
RPMPackage nodejs-mz-1.1.0-1.lbn25.noarch
modernize node.js to current ECMAScript standards
RPMPackage perl-common-sense-3.7.4-11.lbn25.x86_64
This module implements some sane defaults for Perl programs, as defined by two typical (or not so typical - use your common sense) specimens of Perl coders: It's supposed to be mostly the same, with much lower memory usage, as: use utf8; use strict qw(vars subs); use feature qw(say state switch); use feature qw(unicode_strings unicode_eval current_sub fc evalbytes); no feature qw(array_base); no warnings; use warnings qw(FATAL closed threads internal debugging pack portable prototype inplace io pipe unpack malloc deprecated glob digit printf layer reserved taint closure semicolon); no warnings qw(exec newline unopened);
RPMPackage perl-Time-HiRes-1.9760-1.lbn25.x86_64
The Time::HiRes module implements a Perl interface to the usleep, nanosleep, ualarm, gettimeofday, and setitimer/getitimer system calls, in other words, high resolution time and timers.
RPMPackage perl-Thread-Queue-3.13-2.lbn25.noarch
This module provides thread-safe FIFO queues that can be accessed safely by any number of threads.
RPMPackage perl-TermReadKey-2.38-2.lbn25.x86_64
Term::ReadKey is a compiled perl module dedicated to providing simple control over terminal driver modes (cbreak, raw, cooked, etc.) support for non-blocking reads, if the architecture allows, and some generalized handy functions for working with terminals. One of the main goals is to have the functions as portable as possible, so you can just plug in "use Term::ReadKey" on any architecture and have a good likelyhood of it working.
RPMPackage perl-Task-Weaken-1.06-4.lbn25.noarch
One recurring problem in modules that use Scalar::Util's weaken function is that it is not present in the pure-perl variant. This restores the functionality testing to a dependency you do once in your Makefile.PL, rather than something you have to write extra tests for each time you write a module.
RPMPackage perl-Socket6-0.29-2.lbn25.x86_64
This module supports getaddrinfo() and getnameinfo() to intend to enable protocol independent programming. If your environment supports IPv6, IPv6 related defines such as AF_INET6 are included.
RPMPackage perl-Razor-Agent-2.85-32.lbn25.x86_64
Vipul's Razor is a distributed, collaborative, spam detection and filtering network. Razor establishes a distributed and constantly updating catalogue of spam in propagation. This catalogue is used by clients to filter out known spam. On receiving a spam, a Razor Reporting Agent (run by an end-user or a troll box) calculates and submits a 20-character unique identification of the spam (a SHA Digest) to its closest Razor Catalogue Server. The Catalogue Server echos this signature to other trusted servers after storing it in its database. Prior to manual processing or transport-level reception, Razor Filtering Agents (end-users and MTAs) check their incoming mail against a Catalogue Server and filter out or deny transport in case of a signature match. Catalogued spam, once identified and reported by a Reporting Agent, can be blocked out by the rest of the Filtering Agents on the network.
RPMPackage perl-PlRPC-0.2020-13.lbn25.noarch
PlRPC (Perl RPC) is a package that simplifies the writing of Perl based client/server applications. RPC::PlServer is the package used on the server side, and you guess what RPC::PlClient is for. PlRPC works by defining a set of methods that may be executed by the client.
RPMPackage perl-Package-Constants-0.06-11.lbn25.noarch
Package::Constants lists all the constants defined in a certain package. This can be useful for, among others, setting up an auto-generated @EXPORT/@EXPORT_OK for a Constants.pm file.
RPMPackage perl-Net-SMTP-SSL-1.04-8.lbn25.noarch
Implements the same API as Net::SMTP, but uses IO::Socket::SSL for its network operations.
RPMPackage perl-Net-Daemon-0.48-21.lbn25.noarch
Net::Daemon is an abstract base class for implementing portable server applications in a very simple way. The module is designed for Perl 5.006 and ithreads (and higher), but can work with fork() and Perl 5.004. The Net::Daemon class offers methods for the most common tasks a daemon needs: Starting up, logging, accepting clients, authorization, restricting its own environment for security and doing the true work. You only have to override those methods that aren't appropriate for you, but typically inheriting will safe you a lot of work anyways.
RPMPackage perl-Net-CIDR-Lite-0.21-23.lbn25.noarch
Faster alternative to Net::CIDR when merging a large number of CIDR address ranges. Works for IPv4 and IPv6 addresses.