Ports Search

Results 2,5812,590 of 5,161 for /ports-mgmt/.(0.004 seconds)
java/jcalendar-1.3.3 (Score: 0.006224396)
Java Date Chooser
JCalendar is a Java date chooser bean for graphically picking a date. JCalendar is composed of several other Java beans, a JDayChooser, a JMonthChooser and a JYearChooser. All these beans have a locale property, provide several icons (Color 16x16, Color 32x32, Mono 16x16 and Mono 32x32) and their own locale property editor. So they can easily be used in GUI builders.
java/jcckit-1.1 (Score: 0.006224396)
Java Chart Construction Kit
The Java Chart Constuction Kit (JCCKit) is a small (< 100Kb) Java library and a very flexible framework for creating scientific charts and plots. The main purpose is to provide a flexible kit for writing Java applets and application with the need for visualizing scientific data. If you are looking for a lean scientific chart and plot library without all the unwanted bells and whistles of the heavy competitors try JCCKit. The key features of JCCKit are: * small (< 100Kb jar file) * highly configurable due to a sophisticated configuration concept * extensible (1/3 of all classes are interfaces or abstract classes.) * automatic updating if data changes * easy programming of dynamic charts and plots * automatic rescaling if canvas size changes * out-of-the-box applet for presenting static data on a web page without Java programming * automatically generates a legend
java/cdt-6.0.2 (Score: 0.006224396)
C/C++ plugin for Eclipse IDE
The CDT (C/C++ Development Tools) Project is working towards providing a fully functional C and C++ Integrated Development Environment (IDE) for the Eclipse platform.
java/jmf-2.1.1e (Score: 0.006224396)
Java Media Framework
Java Media Framework API The Java Media Framework API (JMF) enables audio, video and other time-based media to be added to Java applications and applets. This optional package, which can capture, playback, stream and transcode multiple media formats, extends the multimedia capabilities on the J2SE platform, and gives multimedia developers a powerful toolkit to develop scalable, cross-platform technology.
java/jlex-1.2.6 (Score: 0.006224396)
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/jlint-3.1.2 (Score: 0.006224396)
Java program analyzer and checker
Jlint will check your Java code and find bugs, inconsistencies and synchronization problems by doing data flow analysis and building the lock graph.
java/jdom-1.1.1 (Score: 0.006224396)
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/jta-1.0.1 (Score: 0.006224396)
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/jump-0.5 (Score: 0.006224396)
Java library for arbitrary precision computations
JUMP Ultimate Math Package (JUMP) is a Java-based extensible high-precision math package. Includes support for computations based on fractions. Support is included for converting to floating point numbers and BigDecimals.
java/jgrapht-0.7.3 (Score: 0.006224396)
Java package for mathematical graph-theory objects and algorithms
JGraphT is a free Java graph library that provides mathematical graph-theory objects and algorithms. JGraphT supports various types of graphs including: * directed and undirected graphs. * graphs with weighted / unweighted / labeled or any user-defined edges. * various edge multiplicity options, including: simple-graphs, multigraphs, pseudographs. * unmodifiable graphs - allow modules to provide "read-only" access to internal graphs. * listenable graphs - allow external listeners to track modification events. * subgraphs graphs that are auto-updating subgraph views on other graphs. * all compositions of above graphs. Although powerful, JGraphT is designed to be simple. For example, graph vertices can be of any objects. You can create graphs based on: Strings, URLs, XML documents, etc; you can even create graphs of graphs!