libbusiness-isbn-perl
Perl library to work with International Standard Book Numbers
Business::ISBN allows one to easily extract useful information from ISBN such
as country code, publisher code, ... It allows one to check the checksum
and/or correct it.
scilab-celestlab
Library of space flight dynamics functions based on Scilab.
CelestLab is a library of space flight dynamics functions written in Scilab.
This library has been developed and is maintained by the CNES (Centre National
d'Etudes Spatiales) for mission analysis purposes. The library is used by CNES
for the trajectory analysis and orbit design for various type of missions.
CelestLab gathers in ten modules about 200 functions that allow mission
designers to perform various tasks such as: orbit propagation, attitude
computation, elementary manoeuvre computation, change of reference frames,
change of coordinates, three body orbit analysis. CelestLab has been validated
against the CNES flight dynamics reference software. Selected examples from
mission analysis typical studies are provided in the CelestLab help pages.
libtest-hexstring-perl
module that tests binary strings with hex dump diagnostics
Test::HexString provides a single function, is_hexstr(), which asserts that
the given string matches what was expected. When the strings match (i.e.
compare equal using the eq operator), the behaviour is identical to the usual
is() function provided by Test::More.
gccgo-6-sparc64-linux-gnu
GNU Go compiler
This is the GNU Go compiler, which compiles Go on platforms supported
by the gcc compiler. It uses the gcc backend to generate optimized code.
postgresql-9.5-pllua
Lua procedural language for PostgreSQL 9.5
PL/Lua is an implementation of Lua as a loadable procedural language for
PostgreSQL: with PL/Lua you can use PostgreSQL functions and triggers
written in the Lua programming language.
openjdk-8-jre-dcevm
Alternative VM for OpenJDK 8 with enhanced class redefinition
The Dynamic Code Evolution Virtual Machine (DCE VM) is a modification of
the Java HotSpot VM that allows unlimited redefinition of loaded classes
at runtime. The current hotswapping mechanism of the HotSpot VM allows
only changing method bodies. This enhanced VM allows adding and removing
fields and methods as well as changes to the super types of a class.