libsyntax-highlight-engine-simple-languages-perl

Perl module collection providing syntax highlighting

Syntax::Highlight::Engine::Simple provides a framework for generating coloured HTML from source code and similar text using regular expressions, controlled by cascading stylesheets (CSS). This package provides subclasses definining syntax for concrete languages.

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