Ports 搜索

共有17,773项符合comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第7,8117,820项(搜索用时0.012秒)
japanese/namazu-1.3.0.11 (Score: 2.1584389E-4)
Search engine software intended for easy use
Namazu is a search engine software intended for easy use. Not only it works as a CGI program for the small or medium scale WWW search engine, but also works as a personal use such as search system for local HDDs. Currently, search clients for Mule, Tcl/Tk, JAVA and Win32 are available. (The Japanese word `Namazu' means `catfish' in English)
japanese/xyaku-1.4.0 (Score: 2.1584389E-4)
General dictionary/search engine front-end for X
xyaku is a general dictionary/search engine front-end for X. xyaku invokes an add-in command by hitting a specified key combination, and sends the contents of X selection buffer into add-in's stdin, and receives the output from its stdout, then shows the result in a pop-up window.
java/jasmin-2.4 (Score: 2.1584389E-4)
Java Assembler Interface
Jasmin is a Java Assembler Interface. It takes ASCII descriptions for Java classes, written in a simple assembler-like syntax and using the Java Virtual Machine instruction set. It converts them into binary Java class files suitable for loading into a JVM implementation.
java/jaxen-1.0 (Score: 2.1584389E-4)
Java XPath Engine
The Jaxen project is a Java XPath Engine. jaxen is a universal object model walker, capable of evaluating XPath expressions across multiple models. Currently supported are dom4j and JDOM . Jaxen provides a single point for XPath expression evaluation, regardless of the target object model, whether its dom4j, JDOM, DOM, JavaBeans, or whatnot.
java/jdom-1.1.1 (Score: 2.1584389E-4)
Java library for accessing and manipulating XML documents
JDOM is a Java library for accessing and manipulating XML documents. It has a straightforward API, is a lightweight and fast, and is optimized for the Java programmer. It's an alternative to DOM and SAX, although it integrates well with both DOM and SAX.
java/junit-4.12 (Score: 2.1584389E-4)
Regression testing utility for use with the Java(TM) Language
This is a port of JUnit, a simple testing framework for Java developed by Erich Gamma and Kent Beck. Using JUnit you can build a test suite that will help you measure your progress, spot unintended side effects, and focus your development efforts.
lang/parrot-8.1.0 (Score: 2.1584389E-4)
动态语言虚拟机
Parrot 是一个虚拟机,旨在有效地编译和执行字节码的动态语言。 Parrot 目前拥有各种语言的不同程度的实现,包括 Tcl、Javascript、Ruby、Lua、 Scheme、PHP、Python、Perl 6、APL、和一个 .NET 字节码翻译器。
lang/bf2c-1.3.1 (Score: 2.1584389E-4)
Optimizing BrainF*ck to C compiler
BrainF*ck is a minimalistic, yet Turing-complete programming language with only 8 instructions. bf2c compiles a BF file into a corresponding C file, optimizing as much as possible for speed, size and readability. It is written for fun, self-educating purposes and to beat existing BF compilers.
lang/gforth-0.7.3 (Score: 2.1584389E-4)
Fast and portable Forth system
Gforth is a fast and portable implementation of the ANS Forth language. It works nicely with the Emacs editor, offers some nice features such as input completion and history and a powerful locals facility, and it even has a manual. Gforth employs traditional implementation techniques: its inner innerpreter is indirect or direct threaded.
lang/mlton-20100608 (Score: 2.1584389E-4)
Optimizing Standard ML compiler
This is a port of MLton, the whole-program optimizing Standard ML Compiler. MLton runs on a variety of platforms, generates excellent code, has a fast C FFI, profiling, and many useful libraries, including an interface to the GNU multiprecision library. For more information, go to the MLton home page.