solve the standard and generalized eigenvalue problems for symmetric
(hermitian) positive definite matrices. Those specialized algorithms give
an important speed-up with respect to the generic LAPACK eigenvalue
problem solver used by NumPy (linalg.eig and linalg.eigh).
WWW: http://mdp-toolkit.sourceforge.net/symeig.html
PR: ports/127336
Submitted by: Li-Lun Wang <llwang at infor.org>
MonkeyTail allows a user to tail multiple files on both local and remote hosts
and clearly marks inactivity by putting 5 newlines in the output whenever a
pause in output over 3 seconds is detected.
MonkeyTail is implemented a fairly simple wrapper script around standard tail,
ssh, and sudo.
WWW: http://dollyfish.net.nz/projects/monkeytail
PR: ports/127351
Submitted by: Yi-Jheng Lin <yzlin at cs.nctu.edu.tw>
assist you with your MySQL configuration and make
recommendations for increased performance and
stability. Within seconds, it will display
statistics about your MySQL installation and the
areas where it can be improved.
WWW: http://wiki.mysqltuner.com/MySQLTuner
PR: ports/127237
Submitted by: Wen heping <wenheping at gmail.com>
by replacing /bin/rm with a wrapper, which checks the given arguments
against a configurable blacklist of files and directories that should
never be removed.
WWW: http://code.google.com/p/safe-rm/
PR: ports/127332
Submitted by: Yi-Jheng Lin <yzlin at cs.nctu.edu.tw>
Open Source eCommerce platform. It doesn't just sell
products but extends to sell in some very fancy new
ways and is very configurable. For example, you can
just sell products if you are not interested in the
other selling methods.
You will find Freeway has very strong CRM features as
well as a useful and simple CMS as well.
WWW: http://www.openfreeway.org/
PR: ports/127568
Submitted by: Wen heping <wenheping at gmail.com>
PidgiMPD can do both automatic and manual tasks.
The manual tasks are handled via the command /mpc in conversation windows.
Help about that command can be found using the parameter help.
The automatic tasks are:
* Automatically set away message to user defined string OR set Pidgin TUNE
status, if available. (TUNE status is supported in MSNP14 and Jabber)
* Automatically send currently playing song information to users in
active conversations.
The syntax of the messages can be user configured.
WWW: http://ayeon.org/projects/pidgimpd/
PR: ports/127523
Submitted by: hrkfrd at googlemail.com
agglomerative clustering. Its features include
* generating hierarchical clusters from distance matrices
* computing distance matrices from observation vectors
* computing statistics on clusters
* cutting linkages to generate flat clusters
* and visualizing clusters with dendrograms.
The interface is very similar to MATLAB's Statistics
Toolbox API to make code easier to port from MATLAB to
Python/Numpy. The core implementation of this library
is in C for efficiency.
WWW: http://code.google.com/p/scipy-cluster/
PR: ports/127515
Submitted by: Wen Heping <wenheping at gmail.com>
YABT is a general purpose Braille translation system
written in pure python. It is primarily designed to
be used by the BrlTex Project, but due to its general
design it may be suited to use in other projects.
Currently YABT has a table for translation in to British
Braille encoded in ASCII Braille, but tables for other
codes and other output encodings such as unicode Braille
are possible.
WWW: http://pypi.python.org/pypi/YABT/
PR: ports/127515
Submitted by: Wen Heping <wenheping at gmail.com>
stuff around. It has elements of Boulderdash and elements of Sokoban, and
anybody old enough to remember XOR on the Spectrum will see large elements of
that in it.
The port and executable have been named 'enygma' to avoid a name collision.
WWW: http://www.chiark.greenend.org.uk/~sgtatham/enigma/
PR: ports/127427
Submitted by: Wouter Reckman <gennerate at zonnet.nl>
Cherokee:
- Adds a MySQL bridge and load balancer
- Adds TLS SNI support
- Adds support for expiration headers
- Adds a custom error handler
- Adds encoding fine grain management
- Chunked Encoding support is much faster now
- TLS/SSL support bugfixes
- Keep-Alive bugfixes
- Uses a new 'information source' concept
- Adds relative path support to -r
Documentation:
- Huge documentation update
- Man pages updates
Administration interface:
- It implements form auto-submission
- In certain cases, it hides useless options
- Its help support has been dastrically improved