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.

libosmgpsmap-1.0-0-dbg

GTK+ library to embed OpenStreetMap maps - debugging symbols

python-dogpile.core

transitional dummy package for python-dogpile.core

Python dogpile.core lock allows a single thread to generate an expensive resource while other threads use the old value, until the new"value is ready.

libdancer-session-memcached-perl

Memcached-based session backend for Dancer

Dancer::Session::Memcached implements a session engine based on the Memcached API. Sessions are stored as memcached objects via a list of Memcached servers.