Algae is a programming language for numerical analysis. It was written in
the Boeing Company to fulfill their need for a fast and versatile tool,
capable of handling large systems. Algae has been applied to interesting
problems in aerospace and related fields for more than a decade.
vector-space provides classes and generic operations for vector spaces
and affine spaces in Haskell. It also defines a type of infinite towers
of generalized derivatives. A generalized derivative is a linear
transformation rather than one of the common concrete representations
(scalars, vectors, matrices, etc).
GMP is a free library for arbitrary precision arithmetic, operating
on signed integers, rational numbers, and floating point numbers.
There is no limit to the precision except the ones implied by the
available memory in the machine GMP runs on. GMP has a rich set of
functions, and the functions have a regular interface.
This port compiles libgmp using MinGW32.
This module is about the native floating point numerical
data type. A floating point number is one of the types of
datum that can appear in the numeric part of a Perl scalar.
This module supplies constants describing the native floating
point type, classification functions, and functions to
manipulate floating point values at a low level.
A Set::Window object represents a window on the integer line; that is, a
finite set of consecutive integers.
Methods are provided for creating and modifying windows, for obtaining
information about windows, and for performing some simple set operations
on windows.
-Anton
<tobez@FreeBSD.org>
The ScaLAPACK (or Scalable LAPACK) library includes a subset of LAPACK routines
redesigned for distributed memory MIMD parallel computers. It is currently
written in a Single-Program-Multiple-Data style using explicit message
passing for interprocessor communication. It assumes matrices are laid out
in a two-dimensional block cyclic decomposition.
Bible Retrieval System (BRS) consists of a textual database of the
Authorized ("King James") Version of the Old and New Testaments, a set
of libraries for finding and retrieving text, and a program ("bible")
which uses the libraries to retrieve Bible passages given references
on the command line or from standard input.
Figlet is a program that creates large ASCII art characters out of ordinary
screen characters
_ _ _ _ _ _
| (_) | _____ | |_| |__ (_)___
| | | |/ / _ \ | __| '_ \| / __|
| | | < __/ | |_| | | | \__ \_
|_|_|_|\_\___| \__|_| |_|_|___(_)
Figlet can print in a variety of fonts, both left-to-right and right-to-left.
Figlet comes with several fonts. Also, many other fonts are avaiable,
including Hebrew, Cyrillic (Russian), and Greek.
There is also a "Figlet Home Page" on the Worldwide Web.
http://www.surfplaza.com/figlet/
The PyPrind (Python Progress Indicator) module provides a progress bar
and a percentage indicator object that let you track the progress of a
loop structure or other iterative computation. Typical applications
include the processing of large data sets to provide an intuitive
estimate at runtime about the progress of the computation.
HB is a simple Home Budget management system. As such, it is only mildly
interesting. However, it's real purpose is to demonstrate how to write a
complete application in Python. It is loaded with comments as well as a lot
of explanatory material which should help anyone interested in learning
Python better.