sass-stylesheets-sass-extras
useful utilities for working with Sass
sass-extras is a collection of Sass functions
for using SVG inline, generating random colors,
system font stack, PRNG, and more...
librdf-vcard-perl
convert between RDF and vCard
Resource Description Framework (RDF) is a standard model for data
interchange on the Web.
libn32gomp1-mipsel-cross
GCC OpenMP (GOMP) support library (n32)
GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers
in the GNU Compiler Collection.
python-binaryornot
check if a file is binary or text (Python 2 module)
This Python package provides a function to check if a file is a text
file or a binary file. It uses the same heuristic as file(1) by
looking at the first 1024 bytes of the file and checks that all
characters are printable.
scilab-ann
Scilab module for artificial neural networks
This module implements artificial neural networks capabilities
into the Scilab language.
Current features are:
* Only layered feedforward networks are supported *directly* at the moment
(for others use the "hooks" provided)
* Unlimited number of layers
* Unlimited number of neurons per each layer separately
* User defined activation function (defaults to logistic)
* User defined error function (defaults to SSE)
* Algorithms implemented so far:
* standard (vanilla) with or without bias, on-line or batch
* momentum with or without bias, on-line or batch
* SuperSAB with or without bias, on-line or batch
* Conjugate gradients
* Jacobian computation
* Computation of result of multiplication between "vector" and Hessian
* Some helper functions provided
python3-misaka
binding for Sundown, a markdown parsing library - Python 3.x
Misaca is A Python 2 and 3 binding for Sundown, a really fast Markdown parser
implemented in C. Misaka is written in Cython and C. And it features a set of
Markdown extensions and customizable renderers. Just like the Sundown binding
for Ruby, Redcarpet.