cernlib-core

CERNLIB data analysis suite - main libraries and programs

CERNLIB is a suite of data analysis tools and libraries created for use in physics experiments, but also with applications to other fields such as the biological sciences.

cernlib-montecarlo

CERNLIB Monte Carlo libraries

CERNLIB is a suite of data analysis tools and libraries created for use in physics experiments, but also with applications to other fields such as the biological sciences.

cgiemail

CGI Form-to-Mail converter

cgiemail is a flexible CGI-based tool that will allow non-programmers to create forms to be emailed.

dialign

Segment-based multiple sequence alignment

DIALIGN2 is a command line tool to perform multiple alignment of protein or DNA sequences. It constructs alignments from gapfree pairs of similar segments of the sequences. This scoring scheme for alignments is the basic difference between DIALIGN and other global or local alignment methods. Note that DIALIGN does not employ any kind of gap penalty.

libvnlog-perl

Toolkit to read/write/manipulate whitespace-separated ASCII logs

Vnlog is a trivially-simple log format consisting of an ASCII table with comments and labelled fields. This package provides a simple Perl library to parse such logs.

python3-cppimport

cppimport - Import C++ directly from Python! (Python 3)

Sometimes Python just isn't fast enough. Or you have existing code in a C++ library. cppimport combines the process of compiling and importing an extension in Python so that you can type modulename = cppimport.imp("modulename") and not have to worry about multiple steps.