pysatellites
simulates the launching of satellites
This program can be used to train people to spatial mechanics at an
elementary level. You are given the power to launch a satellite, from
outside the atmosphere, around a handful of predefined planets, or around
any special object you may imagine. Input the initial velocity vector of the
satellite, and you will get the simulated trajectory, as well as some
information like the plots of variation of speed. As an extra, you can
compute a movie, which represents the planet seen from the satellite's
point of view during its orbital period.
libtool
Generic library support script
This is GNU libtool, a generic library support script. Libtool hides
the complexity of generating special library types (such as shared
libraries) behind a consistent interface. To use libtool, add the
new generic library building commands to your Makefile, Makefile.in,
or Makefile.am. See the documentation for details. Libtool supports
building static libraries on all platforms.
libghc-hdbc-prof
Haskell Database Connectivity, GHC profiling data
HDBC provides an abstraction layer between Haskell programs and SQL
relational databases. This package provides profiling information for using
HDBC with GHC.
python-cliapp
Python framework for Unix command line programs
cliapp makes it easier to write typical Unix command line programs,
by taking care of the common tasks they need to do, such as
parsing the command line, reading configuration files, setting
up logging, iterating over lines of input files, and so on.
firefox-locale-bs
Bosnian language pack for Firefox
libghc-cmdargs-prof
command-line argument processing; profiling libraries
It provides an easy way to define command-line parsers. Most users
will want to use the System.Console.CmdArgs.Implicit module, whose
documentation contains an example.