--
SDLRoids is essentially an Asteroids clone, but with a few extra
features, and some nice game physics. It is based of xhyperoid,
which is a UNIX port of the 16-bit Windows game Hyperoid. Major
changes from xhyperoid are that it's using SDL for sound and graphics,
has a couple of extra powerups and and that the shield behaves
differently.
The game can either run in windowed mode or in fullscreen mode. You
can (usually) switch between them during play by pressing Alt-Enter.
The play area (apart from the score/lives/etc. display) is square
and centred, just like in the the original Hyperoid did. This might
not might not change, bug for now that is how it works.
WWW: http://david.hedbor.org/projects/sdlroids/
---
PyChecker is a tool for finding common bugs in python source code.
It finds problems that are typically caught by a compiler for less
dynamic languages, like C and C++.
--
mod_gzip transparently compresses the output of apache to
client browsers. It uses the 'Accept-Encoding' header to
determine whether or not the client browser wants gzipped
content.
- Serious bug resulting in random transfer() hangs fixed.
- Separate file descriptors are used for inetd mode.
- -f (foreground) logs are now stamped with time.
- New ./configure option: --with-tcp-wrappers by Brian Hatch.
- pop3 protocol client support (-n pop3) by Martin Germann.
- nntp protocol client support (-n nntp) by Martin Germann.
- RFC 2487 (smtp STARTTLS) client mode support.
- Transparency support for Tru64 added.
- Some #includes for AIX added.
GNU Octave is a high-level language, primarily intended for numerical
computations. It provides a convenient command line interface for
solving linear and nonlinear problems numerically, and for performing
other numerical experiments using a language that is mostly compatible
with Matlab. It may also be used as a batch-oriented language.
KXML editor is a program that displays contents of XML file. Left side
contain tree with XML document structure, right side contain list of
attributes for for selected XML element and its contents.