libjs-merge
JavaScript utility for merging multiple objects into one.
Merge multiple objects into one, optionally creating a new cloned object.
Similar to the jQuery.extend but more flexible. Works in Node.js and
the browser.
libswish-api-common-perl
Perl interface to the SWISH index engine
SWISH::API::Common offers an easy interface to the Swish index engine. While
SWISH::API offers a complete API, SWISH::API::Common focuses on ease of use.
Currently, this API allows for indexing documents in a single directory and
any of its subdirectories. However, index() and search() cannot be executed
in parallel.
salome-kernel-doc
Numerical simulation pre- and post-processor documentation
unity-webapps-qml
Unity Webapps QML component
salome-kernel-dbg
Numerical simulation pre- and post-processor debug symbols
libcgi-application-plugin-stream-perl
plugin that adds file streaming support to CGI::Application
CGI::Application::Plugin::Stream provides a way to stream a file back to the
user from a CGI::Application module. This is useful if you are creating a PDF
or Spreadsheet document dynamically to deliver to the user. The file is read
and printed in small chunks to keep memory consumption down. If you pass
along a filehandle it will be automatically closed on completion.