>From ChangeLog:
o Fixed a few bugs in XPath, validation, and tree handling.
o Fixed XML Base implementation, added a coupel of examples to the
regression tests
+ now with OpenBSD "plug-in" support
eg.
banshee v 1.1 -- They kill without discretion...
dummy v 1.0 -- Dummy plugin. It does nothing !
leech v 1.6 -- Isolate a host from the LAN
lurker v 1.3 -- Try to search for other ettercap
ooze v 1.4 -- Ping a host.
shadow v 1.8 -- A very simple SYN/TCP port scanner
spectre v 1.1 -- Flood a switched LAN with random MAC addresses
triton v 1.3 -- Try to discover the LAN's gateway
MAD is a high-quality MPEG audio decoder. It currently supports
MPEG-1 as well as the MPEG-2 extension to Lower Sampling
Frequencies. All three audio layers (Layer I, Layer II, and Layer
III a.k.a. MP3) are fully implemented.
MAD does not yet support MPEG-2 multichannel audio (although it
should be backward compatible with such streams) or AAC, nor does
it support the so-called MPEG 2.5 format.
MAD has the following special features:
- 24-bit PCM output - 100% fixed-point (integer) computation -
completely new implementation based on the ISO/IEC standards -
distributed under the terms of the GNU General Public License
(GPL)
The software is distributed as a library (libmad) and
command-line front-end (madplay).
WWW: http://mad.sourceforge.net/
--
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++.