Ports Search

Results 13,75113,760 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.011 seconds)
java/cos-2002.11.05 (Score: 6.4104104E-5)
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: 6.4104104E-5)
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: 6.4104104E-5)
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: 6.4104104E-5)
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: 6.4104104E-5)
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.
lang/opendylan-2013.2 (Score: 6.4104104E-5)
Open Dylan project native command-line compiler for Dylan
Open Dylan compiles to native code and has a full-featured IDE including an incremental development mode, browsing of runtime objects, remote debugging, etc. Open Dylan currently only runs on the x86 platform and the IDE does not yet run on the Linux version. Open Dylan is in many ways a mature implementation. If you are new to the language, choose Open Dylan if you can.
lang/Scalar-List-Utils-1.45 (Score: 6.4104104E-5)
Perl subroutines that would be nice to have in the perl core
This package contains a selection of subroutines that people have expressed would be nice to have in the perl core, but the usage would not really be high enough to warrant the use of a keyword, and the size so small such that being individual extensions would be wasteful. This distribution provides min max minstr maxstr sum reduce reftype blessed weaken (5.005_57 and later only) isweak (5.005_57 and later only) dualvar shuffle
lang/tclX-8.4.1 (Score: 6.4104104E-5)
Extended TCL
Extended Tcl (TclX), is a set of extensions to Tcl, the Tool Command Language invented by Dr. John Ousterhout of the University of California at Berkeley. Tcl is a powerful, yet simple embeddable programming language. Extended Tcl is oriented towards Unix system programming tasks, with many additional interfaces to the Unix operating system, It is upwardly compatible with Tcl. You take the Extended Tcl package, add it to Tcl, and from that you get Extended Tcl.
lang/tolua-5.2.4 (Score: 6.4104104E-5)
Tool to integrate C/C++ code with Lua
toLua is a tool that greatly simplifies the integration of C/C++ code with Lua. Based on a "cleaned" header file, toLua automatically generates the binding code to access C/C++ features from Lua. Using Lua-5.0 API and tag method facilities, the current version automatically maps C/C++ constants, external variables, functions, namespace, classes, and methods to Lua. It also provides facilities to create Lua modules.
mail/bsfilter-1.0.19 (Score: 6.4104104E-5)
Bayesian spam filter written in Ruby
bsfilter is a spam filter using Bayesian(statistical) algorithm. - a filter which distinguishes spam and non-spam mail - support mails written in English and Japanese language - written in Ruby - support 3 methods for access -- traditional Unix-style filter. study and judge local files or pipe -- IMAP. study and judge mails in an IMAP server. IMAP over SSL supported -- POP proxy. run between POP server and MUA. POP over SSL supported - distributed under GPL