node-bufferlist
interface to treat a linked list of buffers as a single stream
BufferList provides an interface to treat a linked list of buffers as a
single stream. This is useful for events that produce a many small Buffers,
such as network streams.
node-fastcgi
FastCGI server for Node.js
node-fastcgi is a drop-in replacement for node's standard http module
(server only). Code written for a http server should work without changes
with FastCGI. It can be used to build FastCGI applications or to convert
existing node applications to FastCGI.
libtrilinos-muelu12
next generation multilevel preconditioner capabilities - runtime files
MueLu is designed to solve large sparse linear systems of equations arising
from PDE discretizations. MueLu provides easy-to-use multigrid solvers and
preconditioners based on smoothed aggregation algorithms. As a multigrid
framework, MueLu supports the design of highly application specific multigrid
preconditioners.
libjs-sprintf-js
JavaScript sprintf implementation
This package is a javascript implementation of C sprintf (3).
This function composes a string with the same text that would be printed if
format was used on printf, but instead of being printed, the content is
stored as a string in the buffer pointed by a str argument.
libotbcommandline-7.0-1
ORFEO Toolbox library - OTBCommandLine
node-fs-vacuum
Remove empty branches in a directory tree
Recursively removes empty directories -- to a point.