libghc-derive-prof

Deriving instances for data types in Haskell; profiling libraries

Data.Derive is a library and a tool for deriving instances for Haskell programs. It is designed to work with custom derivations, SYB and Template Haskell mechanisms. The tool requires GHC, but the generated code is portable to all compilers. This tool can be regarded as a competitor to DrIFT.

libghc-rsa-prof

implementation of RSA, using padding schemes of PKCS#1; profiling libraries

This library implements the RSA encryption and signature algorithms for arbitrarily-sized ByteStrings. While the implementations work, they are not necessarily the fastest ones on the planet. Particularly key generation. The algorithms included are based of RFC 3447, or the Public-Key Cryptography Standard for RSA, version 2.1 (a.k.a, PKCS#1 v2.1).

ruby-okular

Okular Ruby bindings

python3-plplot

Python support for PLplot, a plotting library

PLplot is relatively small, portable, freely distributable, and is rich enough to satisfy most users. It has a wide range of plot types including line (linear, log), contour, 3D, fill, and almost 1000 characters (including Greek and mathematical) in its extended font set. The package is designed to make it easy to quickly get graphical output; only a handful of function calls is typically required. For more advanced use, virtually all aspects of plotting are configurable.

python-mvpa2

multivariate pattern analysis with Python v. 2

PyMVPA eases pattern classification analyses of large datasets, with an accent on neuroimaging. It provides high-level abstraction of typical processing steps (e.g. data preparation, classification, feature selection, generalization testing), a number of implementations of some popular algorithms (e.g. kNN, Ridge Regressions, Sparse Multinomial Logistic Regression), and bindings to external machine learning libraries (libsvm, shogun).

libghc-template-prof

string substitution library; profiling libraries

This is a simple string substitution library that supports "$"-based substitution. It is meant to be used when Text.Printf or string concatenation would lead to code that is hard to read but when a full blown templating system is overkill.