Ports Search

Results 7,1817,190 of 17,660 for descr%3A%22spam filter%22.(0.012 seconds)
japanese/dvi2tty-5.0 (Score: 1.607039E-4)
Character-based DVI file previewer
Dvi2tty is intended for previewing dvi-files on text-only devices (terminals and lineprinters). The output is not very pretty many times, but it still saves quite a lot of work, especially if you have a little ways to walk to a laserprinter, for example. This package is capable of showing dvi-files created with ASCII-jTeX.
japanese/namazu-1.3.0.11 (Score: 1.607039E-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/wordnet-fpw-1.6.1.1.3 (Score: 1.607039E-4)
English - English Dictionary (EPWING V1 format)
WordNet (r) is a lexical database for english from the Cognitive Science Laboratory at Princeton University. This is a dictionary converted from the original one into JIS X 4081 format (that is a subset of EPWING V1) by FreePWING. So it can be used by EPWING viewer on Unix and the other OS (e.g. Windows or MacOS). URL for this converted dictionary is
japanese/xyaku-1.4.0 (Score: 1.607039E-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: 1.607039E-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: 1.607039E-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: 1.607039E-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: 1.607039E-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: 1.607039E-4)
Parrot - virtual machine for dynamic languages
Parrot is a virtual machine designed to efficiently compile and execute bytecode for dynamic languages. Parrot currently hosts a variety of language implementations in various stages of completion, including Tcl, Javascript, Ruby, Lua, Scheme, PHP, Python, Perl 6, APL, and a .NET bytecode translator.
lang/bf2c-1.3.1 (Score: 1.607039E-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.