node-builtin-modules
List of the Node.js builtin modules
List of the Node.js builtin modules. The list is just a JSON file and can be
used wherever.
libghc-gtk2hs-buildtools-prof
gtk2hs-buildtools libraries; profiling libraries
These are modules used by programs build with gtk2hs-buildtools.
ruby-httparty
quick web service consumption from any Ruby class
HTTParty is a Ruby library to build easily classes that can use
Web-based APIs and related services. At its simplest, the
HTTParty module is included within a class, which gives the class a
"get" method that can retrieve data over HTTP. Further directives,
however, instruct HTTParty to parse results (XML, JSON, and so on),
define base URIs for the requests, and define HTTP authentication
information.
libss7-2.0
Signalling System 7 (ss7) library
A userspace library that provids SS7 protocol services to applications.
It has a working MTP2, MTP3, and ISUP for ITU and ANSI style SS7, however
it was written in a manner that will easily allow support for other various
national specific variants in the future. For a working reference
implementation, see the various link test programs, as well as the Asterisk
Open Source PBX.
yubikey-ksm
Key Storage Module for YubiKey One-Time Password (OTP) tokens
YubiKeys are USB tokens that act like keyboards and generate one-time
passwords. This package contains a server written in PHP for use
with Apache that decrypt YubiKey One-Time Passwords (OTPs), normally
only used by YubiKey OTP validation servers. The architecture is
that a set of validation servers manage the token counters and
respond to OTP requests from clients, and utilize a set of back-end
YubiKey Key Storage Module (KSM) servers to perform the actual AES
key decryption. The protocols are openly published. This implementation
store the AES keys in a database unencrypted, which can be protected
using file-system encryption mechanisms Another KSM implementation
is available in the yhsm-yubikey-ksm package that use the YubiHSM hardware
to protect the decryption process. Sometimes the KSM runs on another
server than the validation server, but it is possible to run both on
the same machine. After installing and configuring this package you
will have a YubiKey KSM server up and running via Apache.
node-require-all
Require all Node.js module files within a directory
This Node.js module provides an easy way to require all module files within a
directory.