Ports Search

Results 211220 of 537 for /java/.(0.003 seconds)
www/geronimo-3.0.b.1 (Score: 0.08168501)
Open-source Java EE 5 application server
Geronimo is a Java EE 5 application server which is developed by the Apache Software Foundation and it is under the Apache Software License 2.0.
devel/charva-1.1.4 (Score: 0.08032878)
Java Windowing Toolkit for Text Terminals
CHARVA is a Java framework for presenting a "graphical" user interface, composed of elements such as windows, dialogs, menus, textfields and buttons, on a traditional character-cell ASCII terminal. It has an API based on that of "Swing" (a.k.a. the Java Foundation Classes).
editors/drjava-20140826.r5761 (Score: 0.08032878)
Lightweight IDE for writing Java programs
DrJava is a lightweight development environment for writing Java programs. It is designed primarily for students, providing an intuitive interface and the ability to interactively evaluate Java code. It also includes powerful features for more advanced users. DrJava is available for free under the DrJava Open Source License, and it is under active development by the JavaPLT group at Rice University.
math/jtransforms-2.4 (Score: 0.08032878)
Multithreaded FFT library written in pure Java
JTransforms is the first, open source, multithreaded FFT library written in pure Java. Currently, four types of transforms are available: Discrete Fourier Transform (DFT), Discrete Cosine Transform (DCT), Discrete Sine Transform (DST) and Discrete Hartley Transform (DHT). The code is derived from General Purpose FFT Package written by Takuya Ooura and from Java FFTPack written by Baoshe Zhang.
misc/pauker-1.8 (Score: 0.07992793)
Java-based flashcard learning using the Leitner system
Pauker is a Java program for flashcard learning based on the Leitner system.
textproc/xstream-1.4.3 (Score: 0.07992793)
Simple library to serialize Java objects to XML
XStream is a simple library to serialize Java objects to XML and back again.
dns/dnsjava-2.1.7 (Score: 0.078811616)
Implementation of DNS in Java
dnsjava is an implementation of DNS in Java. It supports all defined record types (including the DNSSEC types), and unknown types. It can be used for queries, zone transfers, and dynamic updates. It includes a cache which can be used by clients, and a minimal implementation of a server. It supports TSIG authenticated messages, partial DNSSEC verification, and EDNS0. dnsjava provides functionality above and beyond that of the InetAddress class. Since it is written in pure Java, dnsjava is fully threadable, and in many cases is faster than using InetAddress. dnsjava provides both high and low level access to DNS. The high level functions perform queries for records of a given name, type, and class, and return an array of records. There is also a clone of InetAddress, which is even simpler. A cache is used to reduce the number of DNS queries sent. The low level functions allow direct manipulation of DNS messages and records, as well as allowing additional resolver properties to be set.
devel/jiic-20120110 (Score: 0.07773265)
Streaming-based Java implementation of ISO 9660
JIIC is a Java-based implementation for creating CD-ROM filesystem images according to ISO 9660, also known as ECMA-119. It provides support for the El Torito, Joliet and Rock Ridge extensions.
editors/omegaT-3.1.9 (Score: 0.07773265)
Powerful translation memory application written in Java
OmegaT is a free translation memory application written in Java. It does not translate for you, but help you during the translation process. This tool is intended for professional translators.
lang/jruby-1.7.26 (Score: 0.07773265)
Implementation of Ruby Interpreter in Pure Java
JRuby is a 100% Java implementation of the Ruby programming language. It is Ruby for the JVM, offering high performance, real threading and support for vast array of libraries. JRuby is highly compatible with Ruby 1.8.7 & 1.9.2 (both versions in single install).