node-lazy-property

Adds a lazily initialized property to the object

E.G. require("lazy-property")(obj, name, init[, enumerable]) obj is the object to add the property to name is the name of the property init is a function that computes the value of the property enumerable if the property is enumerable (default false)

node-capture-stream

Capture stream output

node-mimic-response

Mimic a Node.js HTTP response stream

Make a function mimic another one.

libjpeg62-turbo

libjpeg-turbo JPEG runtime library

The libjpeg-turbo JPEG library is a library for handling JPEG files.

librad0-tools

tools for rapid application development library

radlib is a C language library developed to abstract details of interprocess communications and common linux/unix system facilities so that application developers can concentrate on application solutions. It encourages developers (whether expert or novice) to use a proven paradigm of event-driven, asynchronous design. By abstracting interprocess messaging, events, timers, and any I/O device that can be represented as a file descriptor, radlib simplifies the implementation of multi-purpose processes, as well as multi- process applications.

node-stringstream

Encode and decode streams into string streams

No need to deal with `setEncoding()` weirdness, just compose streams like they were supposed to be!