You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage nodejs-ng-annotate-1.2.2-1.lbn25.noarch
add, remove and rebuild angularjs dependency injection annotations
RPMPackage nodejs-next-tick-1.0.0-1.lbn25.noarch
Environment agnostic nextTick polyfill
RPMPackage nodejs-network-byte-order-0.2.0-1.lbn25.noarch
htonl, htons, ntohl, ntohs - convert values between host and network byte order.
RPMPackage nodejs-network-0.1.3-2.lbn25.noarch
Cross platform network utilities for Node.js (gateway_ip, MAC address, etc)
RPMPackage nodejs-net-snmp-1.1.15-1.lbn25.noarch
JavaScript implementation of the Simple Network Management Protocol (SNMP)
RPMPackage nodejs-nested-error-stacks-2.0.0-1.lbn25.noarch
An Error subclass that will chain nested Errors and dump nested stacktraces
RPMPackage nodejs-negotiator-0.6.1-1.lbn25.noarch
HTTP content negotiation
RPMPackage nodejs-needle-2.5.2-1.lbn25.noarch
The leanest and most handsome HTTP client in the Nodelands.
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.