An Internet Relay Chat client written in perl, that uses a
perl-based scripting language. It is small (150k or less), fast, and
gives you a good chance to practice your perl skills. :)
It has an interface that closely emulates ircII and comes with
some useful sample scripts that will get you started on IRC quickly. No
knowledge of perl is necessary to run the client although it is helpful
if you plan to do any scripting.
Mutt is a small but very powerful text-based MIME mail client. Mutt
is highly configurable, and is well suited to the mail power user with
advanced features like key bindings, keyboard macros, mail threading,
regular expression searches and a powerful pattern matching language
for selecting groups of messages.
This is japanized development version.
see /usr/local/share/doc/mutt/README.JA-PATCH
-
IWASHITA Yoji
shuna@pop16.odn.ne.jp
Zinnia is a simple, customizable, and portable online hand recognition system
based on Support Vector Machines. Zinnia simply receives user's pen strokes
as a sequence of coordinate data and outputs n-best characters sorted by SVM
confidence. For portability's sake, Zinnia does not include any rendering
functionality. In addition to recognition, Zinnia provides training module
that allows one to create any hand-written recognition systems with low-cost.
This port provides Python interface to the library.
Zinnia is a simple, customizable and portable online hand recognition system
based on Support Vector Machines. Zinnia simply receives user pen strokes as a
sequence of coordinate data and outputs n-best characters sorted by SVM
confidence. To keep portability, Zinnia doesn't have any rendering
functionality. In addition to recognition, Zinnia provides training module that
allows us to create any hand-written recognition systems with low-cost.
Zinnia is a simple, customizable and portable online hand recognition system
based on Support Vector Machines. Zinnia simply receives user pen strokes as a
sequence of coordinate data and outputs n-best characters sorted by SVM
confidence. To keep portability, Zinnia doesn't have any rendering
functionality. In addition to recognition, Zinnia provides training module that
allows us to create any hand-written recognition systems with low-cost.
The com.oreilly.servlet package contains a set of useful utility classes
for servlet developers. Included are classes to help servlets parse
parameters, handle multipart requests (file uploads), generate multipart
responses (server push), negotiate locales for internationalization,
return files, manage socket connections, and act as RMI servers, among
other things. There's even a class to help applets communicate with
servlets. The package was developed by Jason Hunter for his book "Java
Servlet Programming" published by O'Reilly. See:
For more details.
Hugs 98 is a functional programming system based on Haskell 98, the
de facto standard for non-strict functional programming languages.
Hugs 98 provides an almost complete implementation of Haskell 98,
including monad and record syntax, newtypes, strictness annotations,
and modules. In addition, it comes packaged with almost all libraries
defined in the most recent version of the Haskell 98 Library Report.
Hugs 98 also supports a number of advanced and experimental extensions
including multi-parameter classes, extensible records, rank-2
polymorphism, existentials, scoped type variables, and restricted
type synonyms.
BASIC-256 is an easy to use version of BASIC designed to teach anybody
(especially middle and high-school students) the basics of computer
programming.
It uses traditional control structures like gosub, for/next, and goto,
which helps kids easily see how program flow-control works. It has a
built-in graphics mode which lets them draw pictures on screen in
minutes, and a set of detailed, easy-to-follow tutorials that
introduce programming concepts through fun exercises.
This is Moscow ML, a lightweight implementation of Standard ML:
The current version of Moscow ML
* implements the full Standard ML language, as revised 1997,
including Modules and some extensions
* yet is backwards compatible with versions prior to 2.00
* implements large parts of the new SML Basis Library
* implements separate compilation
* can produce compact stand-alone executables (a la Caml Light)
* supports quotations and antiquotations, useful for metaprogramming
* supports dynamic linking of external functions
A compiler for a simple language for programming the LEGO RCX or CyberMaster
controllers. The language itself is "Not Quite C" and includes preprocessor
and control structures very similar to the C language, but with restrictions
imposed by the limitations of the RCX hardware/firmware itself.
Besides compiling, nqc also provides functions for downloading the RCX
firmware as well as uploading programs to and downloading from the RCX.
The NQC home page includes documentation for the language itself including
examples.