Ports Search

Results 191200 of 537 for /java/.(0.212 seconds)
net/jicmp-1.4.4 (Score: 0.08958973)
Java native interface (JNI) to ICMP (ping)
A Java native interface (JNI) to ICMP (ping), formerly a part of the base OpenNMS package.
net/jsch-0.1.53 (Score: 0.088169724)
Pure Java implementation of SSH2
Sch is a pure Java implementation of SSH2. JSch allows you to connect to an sshd server and use port forwarding, X11 forwarding, file transfer, etc., and you can integrate its functionality into your own Java programs. JSch is licensed under BSD style license. - Why JSch? Our intension in developing this stuff is to enable users of our pure java X servers, WiredX and WeirdX, to enjoy secure X sessions. Our efforts have mostly targeted the SSH2 protocol in relation to X window system and X11 forwarding. Of course, we are also interested in adding other functionality - port forward, file transfer, terminal emulation, etc.
net/tn5250j-0.6.0 (Score: 0.08783265)
5250 terminal emulator for the AS/400 written in Java
A feature-rich graphical Telnet 5250 emulator written in Java.
math/jama-1.2.5 (Score: 0.08739445)
Java-like Matrix C++ Templates
JAMA/C++ Linear Algebra Package (v. 1.2.1) JAMA/C++: a translation of the Java Matrix Library, developed by the Mathworks and NIST, into C++ * classical matrix linear algebra * QR * SVD * Cholesky * Eigenvalue solver Based on NIST's Template Numerical Toolkit.
devel/findbugs-1.3.9 (Score: 0.087195836)
Find Bugs in Java Programs
FindBugs looks for bugs in Java programs. It is based on the concept of bug patterns. A bug pattern is a code idiom that is often an error. Bug patterns arise for a variety of reasons: * Difficult language features * Misunderstood API methods * Misunderstood invariants when code is modified during maintenance * Garden variety mistakes: typos, use of the wrong boolean operator FindBugs uses static analysis to inspect Java bytecode for occurrences of bug patterns.
textproc/xerces-j-2.11.0 (Score: 0.087175354)
XML parser for Java
The Xerces Java Parser is a complete implementation of the parser related portions of JAXP 1.4 and also brings Xerces into compliance with SAX 2.0.2, the DOM Level 3 Core and Load/Save W3C Recommendations, the XML Inclusions (XInclude) Version 1.0 W3C Recommendation and the XML Schema 1.0 Structures and Datatypes Second Edition W3C Recommendations. Xerces2 is the next generation of high performance, fully compliant XML parsers in the Apache Xerces family. This version of Xerces introduces the Xerces Native Interface (XNI), a complete framework for building parser components and configurations that is extremely modular and easy to program. The Apache Xerces2 parser is the reference implementation of XNI but other parser components, configurations, and parsers can be written using the Xerces Native Interface.
databases/oracle8i-8.1.7.1 (Score: 0.087001465)
The JDBC drivers for Oracle 8i
This is a port of the JDBC driver which is used to access Oracle 8i databases using a database-independant API in Java for use with JDK 1.2 and JDK 1.3.
textproc/dom4j-1.6.1 (Score: 0.085918255)
Open Source XML framework for Java
dom4j is an easy to use, open source library for working with XML, XPath and XSLT on the Java platform using the Java Collections Framework and with full support for DOM, SAX and JAXP.
devel/jna-4.1.0 (Score: 0.085637376)
Java access to native shared libraries
JNA provides Java programs easy access to native shared libraries without writing anything but Java code - no JNI or native code is required. This functionality is comparable to Windows' Platform/Invoke and Python's ctypes. Access is dynamic at runtime without code generation. JNA allows you to call directly into native functions using natural Java method invocation. The Java call looks just like it does in native code. Most calls require no special handling or configuration; no boilerplate or generated code is required.
textproc/poi-3.14 (Score: 0.085637376)
Java API To Access Microsoft Format Files
The POI project consists of APIs for manipulating various file formats based upon Microsoft's OLE 2 Compound Document format using pure Java. In short, you can read and write MS Excel files using Java. Soon, you'll be able to read and write Word files using Java. POI is your Java Excel solution as well as your Word Excel solution. However, we have a complete API for porting other OLE 2 Compound Document formats and welcome others to participate.