libautolink-java

Autolink URL extraction library

Java library to extract links such as URLs and email addresses from plain text. It's fast, small, and smart about where a link ends, such as with trailing punctuation.

python-cobra

constraint-based modeling of biological networks (Python 2)

COnstraint-Based Reconstruction and Analysis (COBRA) methods are widely used for genome-scale modeling of metabolic networks in both prokaryotes and eukaryotes. COBRApy is a constraint-based modeling package that is designed to accommodate the biological complexity of the next generation of COBRA models and provides access to commonly used COBRA methods, such as flux balance analysis, flux variability analysis, and gene deletion analyses.

ruby-remotipart

enables remote multipart forms (AJAX style file uploads) with jquery-rails

Remotipart is a Ruby on Rails gem enabling remote multipart forms (AJAX style file uploads) with jquery-rails.

ruby-qt4-uitools

QtUiTools bindings for the Ruby language

This package provides the Ruby bindings for the QtUiTools Qt 4 library.

lib32gphobos4

Phobos D standard library (runtime library)

This is the Phobos standard library that comes with the D2 compiler.

python-pypureomapi

ISC DHCP OMAPI protocol implementation in Python2

This module grew out of frustration about pyomapi and later pyomapic. The extension modules mentioned can be used to query the ISC DHCP server for information about leases. pyomapic does this job using swig and the static library provided with ISC DHCP. It leaks and has basically no error checking. Adding error checking later turned out to be a maintenance hell with swig, so a pure Python implementation for omapi, pypureomapi was born. It can mostly be used as a drop-in replacement for pyomapic. This is the py2 version of the module.