Pasternak, and modified by me.
Reverend is a general purpose Bayesian classifier, named after
Rev. Thomas Bayes. Use the Reverend to quickly add Bayesian smarts to
your app. To use it in your own application, you either subclass
Bayes or pass it a tokenizing function. Bayesian fun has never been so
quick and easy.
Jigsaw Download, or short jigdo, is a tool designed to ease the
distribution of very large files over the internet, for example CD or
DVD images. Its aim is to make downloading the images as easy for
users as a click on a direct download link in a browser, while
avoiding all the problems that server administrators have with hosting
such large files.
and slightly modified by me.
IndexedCatalog is an extension to the Zope Object Database (ZODB) that
provides indexing and allows queries for objects based on attributes.
Which is accomplished by indexing all fields by type
(string/integer/float) and by a simple query language.
Install documentation
undef DEFAULT_HOST so it can run on a box other than lnx4.scri.fsu.edu
Add a MESSAGE giving some hint on what you might to use this
Consider this a drive-by-slight-cleanup-of-breakage
2004-02-24 Bill Haneman <billh@gnome.org>
* configure.in:
Revved to 0.10.7.
* magnifier/magnifier.c:
(magnifier_init_window): Make the toplevel magnifier window
GTK_TYPE_POPUP as it should be override-redirect and should never
be occluded or decorated.
2004-02-10 Tomasz K³oczko <kloczek@pld.org.pl>
* magnifier/Makefile.am: fix for paralel build (make -j<N>).
* configure.in: Trivial cleanup: remove AC_SUBST(CFLAGS),
AC_SUBST(CPPFLAGS) and AC_SUBST(LDFLAGS). This variables are
substed by default.
* Build improvements: Requires automake-1.7, and calls GTK_DOC_CHECK.
(Padraig O'Briain, Matthias Clasen, some from Tomas Kloczko)
* bugfixes (bad g_free, and a null string issue that caused SEGV on
Solaris when running sample programs).
Changes since 4.3.44:
* Fixed bug 134540. gcalctool now correctly handles the digits
0123456789 which are shifted about the accented characters on a
French keyboard.
* Fixed bug 134484. Doing "3 x! x! x!" no longer causes gcalctool to
lock up.