Ports 搜索

共有17,773项符合comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第13,78113,790项(搜索用时0.018秒)
irc/sirc-2.211 (Score: 1.5420633E-4)
Small (150k), fast, perl-based IRC client
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.
japanese/mutt-1.5.21.j1 (Score: 1.5420633E-4)
Text-based mail client (Japanised development version)
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
japanese/zinnia-0.06 (Score: 1.5420633E-4)
Python interface for Zinnia
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.
japanese/zinnia-0.06 (Score: 1.5420633E-4)
Simple, customizable, and portable online handwriting recognition system
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.
japanese/zinnia-0.6.0 (Score: 1.5420633E-4)
Handwriting recognition files for Zinnia (Tomoe data)
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.
java/cos-2002.11.05 (Score: 1.5420633E-4)
The O'Reilly package of utility classes for servlet developers
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.
lang/hugs98-200609 (Score: 1.5420633E-4)
Interpreter for the functional programming language Haskell 98
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.
lang/basic256-1.1.4.0 (Score: 1.5420633E-4)
Easy to use BASIC language and IDE for education
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.
lang/mosml-2.10.1 (Score: 1.5420633E-4)
Lightweight implementation of Standard ML
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
lang/nqc-3.1.r6 (Score: 1.5420633E-4)
Compiler for writing programs for the Lego RCX
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.