libjs-jquery-timeago

updates fuzzy timestamps

jQuery plugin that makes it easy to support automatically updating fuzzy timestamps (e.g. "4 minutes ago" or "about 1 day ago") from ISO 8601 formatted dates and times embedded in your HTML (à la microformats).

libnetcdf22

Interface for scientific data access to large binary data

NetCDF (network Common Data Form) is an interface for scientific data access and a freely-distributed software library that provides an implementation of the interface. The netCDF library also defines a machine-independent format for representing scientific data. Together, the interface, library, and format support the creation, access, and sharing of scientific data.

libopencv-calib3d410

computer vision Camera Calibration library

This package contains the OpenCV (Open Computer Vision) Camera Calibration runtime libraries.

libopencv-contrib410

computer vision contrlib library

This package contains the OpenCV (Open Computer Vision) opencv_contrib runtime libraries. This package contain following contrlib libraries:

libopencv-core410

computer vision core library

This package contains the OpenCV (Open Computer Vision) core runtime libraries.

node-prismjs

Lightweight, robust, elegant syntax highlighting

A spin-off project from Dabblet. Some of its unique features include: * It’s tiny. The core is only 1.5KB minified & gzipped. * It’s incredibly extensible. Not only it’s easy to add new languages, but also to extend existing ones. * It encourages good author practices. Other highlighters encourage or even force you to use elements that are semantically wrong, like <pre> (on its own) or <script>. Prism forces you to use the only semantically correct element for marking up code: <code>. * One of its best features: The language definition is inherited. This means that if multiple code snippets have the same language, you can just define it once, in one of their common ancestors. * It looks good. All three of its existing themes. * It supports parallelism through Web Workers, for better performance in certain cases. * It doesn’t force you to use any Prism-specific markup, not even a Prism-specific class name, only standard markup you should be using anyway.