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.

libopenblas64-0-pthread

Optimized BLAS (linear algebra) library (shared lib, 64bit, pthread)

OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.

libchemistry-elements-perl

Perl extension for working with Chemical Elements

Chemistry::Elements provides an easy, object-oriented way to keep track of your chemical data. Using either the atomic number, chemical symbol, or element name you can construct an Element object. Once you have an element object, you can associate your data with the object by making up your own methods, which the AUTOLOAD function handles. Since each chemist is likely to want to use his or her own data, or data for some unforesee-able property, this module does not try to be a repository for chemical data.

python3-django-cors-headers

Django application for handling CORS

A Django application for handling the server headers required for Cross-Origin Resource Sharing (CORS). Adding CORS headers allows your resources to be accessed on other domains.

libgivaro9

arithmetic and algebraic computations

Givaro is a C++ library for arithmetic and algebraic computations. Its main features are implementations of the basic arithmetic of many mathematical entities: Primes fields, Extensions Fields, Finite Fields, Finite Rings, Polynomials, Algebraic numbers, and Arbitrary precision integers and rationals (C++ wrappers over gmp).