Ports Search

Results 7,5717,580 of 8,048 for www%3Atrac.(0.006 seconds)
java/jlex-1.2.6 (Score: 0.0034885632)
Lexical analyzer generator, written for Java, in Java
The JLex utility is based upon the Lex lexical analyzer generator model. JLex takes a specification file similar to that accepted by Lex, then creates a Java source file for the corresponding lexical analyzer.
java/jomp-1.0b (Score: 0.0034885632)
Prototype OpenMP implementation for Java
JOMP is a prototype OpenMP implementation for Java.
java/jta-1.0.1 (Score: 0.0034885632)
Java Transaction API (JTA)
Java Transaction API (JTA) specifies standard Java interfaces between a transaction manager and the parties involved in a distributed transaction system: the resource manager, the application server, and the transactional applications. The JTA specification was developed by Sun Microsystems in cooperation with leading industry partners in the transaction processing and database system arena. See JSR 907.
java/netcomponents-1.3.8 (Score: 0.0034885632)
Java library with common network protocol implementations
NetComponents TM is a Java package that allows easy access to the most commonly used Internet protocols. It provides support for FTP, NNTP, SMTP, POP3, Telnet, TFTP, Finger, Whois, and other frequently used Internet protocols as well as BSD R command support, including rexec, rcmd/rshell and rlogin
java/sqlitejdbc-056 (Score: 0.0034885632)
Java JDBC driver for SQLite
SQLiteJDBC is a Java JDBC driver for SQLite. It runs using either a native code library or a 100% Pure Java driver based on NestedVM emulation (but in this package only the native version is installed).
java/jdk-8.102 (Score: 0.0034885632)
Oracle Java 8 Development Kit for Linux
The Oracle Java Development Kit 8 for Linux.
korean/baekmukfonts-2.0 (Score: 0.0034885632)
Free Hangul fonts for X11(baekmuk)
Hangul X11 fonts(baekmuk) ------------------------- (c) Copyright 1986-1999, Wooderart Inc. You are hereby granted permission under all Wooderart propriety rights to use, copy, modify, sublicense, sell, and redistribute the 4 Baekmuk Hangul bitmap fonts for any purpose and without restriction; provided, that this notice is left intact on all copies of such fonts and that Wooderart's trademark is acknowledged as shown below on all copies of the 4 Baekmuk bitmap fonts. BAEKMUK BATANG is a registered trademark of Wooderart Inc. BAEKMUK GULIM is a registered trademark of Wooderart Inc. BAEKMUK DOTUM is a registered trademark of Wooderart Inc. BAEKMUK HEADLINE is a registered trademark of Wooderart Inc.
lang/algol68g-2.8.3 (Score: 0.0034885632)
Algol 68 Genie compiler
The development of Algol played an important role in establishing computer science as an academic discipline. The Algol 68 Genie project preserves Algol 68 out of educational as well as scientific-historical interest, by making available Algol 68 Genie; a recent, well-featured implementation written from scratch.
lang/bigloo-4.1a.2 (Score: 0.0034885632)
Scheme interpreter and native code compiler
This is a port of Bigloo, a Scheme system which includes a compiler generating C code and Java classes and an interpreter. Bigloo is the tool of choice for the construction of small autonomous applications in Scheme. Bigloo is mostly conformant to the Revised5 Report on the Algorithmic Language Scheme with many extensions: Rgc, a lex facility. Match, a pattern-matching compiler. Foreign languages interface (connection to C and to Java). Module language. Extension package system. An Lalr facility. An Object system. A thread library. DSSSL support. Unicode characters and strings. Process, Pipe and Socket support.
lang/gforth-0.7.3 (Score: 0.0034885632)
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.