Ports Search

Results 121130 of 537 for /java/.(0.003 seconds)
java/pydev-3.5.0 (Score: 0.2017739)
Eclipse plugin for Python and Jython development
PyDev is a plugin that enables users to use Eclipse for Python and Jython development -- making Eclipse a first class Python IDE -- It comes with many goodies such as code completion, syntax highlighting, syntax analysis, refactor, debug and many others.
java/ShellEd-1.0.2a (Score: 0.2017739)
ShellEd is a superb shell script editor for Eclipse
ShellEd is a superb shell script editor for Eclipse. The great benefit of this plugin is the integration of man page information for content assist and text hover.
java/eclipse-4.5.2 (Score: 0.2017739)
Eclipse Mars.2
The Eclipse Platform is an open extensible IDE for anything and yet nothing in particular. The Eclipse Platform provides building blocks and a foundation for constructing and running integrated software- development tools. The Eclipse Platform allows tool builders to independently develop tools that integrate with other people's tools so seamlessly you can't tell where one tool ends and another starts.
java/intellij-fsnotifier-20160221 (Score: 0.2017739)
Replacement for IntelliJ's fsnotifier
The fsnotifier is used by IntelliJ for detecting file changes. This version supports FreeBSD and OpenBSD via libinotify and is a replacement for the bundled Linux-only version coming with the IntelliJ IDEA Community Edition.
java/commons-beanutils-1.9.2 (Score: 0.2017739)
JavaBeans utility library
JavaBeans utility library. It provides wrappers around getters and setters for a property in an object for classes that conform to the JavaBeans naming standard.
java/pycharm-2016.2.3 (Score: 0.2017739)
IntelliJ PyCharm Community Edition
IntelliJ PyCharm is an advanced IDE developed by JetBrains and focused on developer productivity. PyCharm provides smart code completion, code inspections, on-the-fly error highlighting and quick-fixes, along with automated code refactorings and rich navigation capabilities.
java/hamcrest-1.3 (Score: 0.2017739)
Library of matchers for building test expressions
Provides a library of matcher objects (also known as constraints or predicates) allowing 'match' rules to be defined declaratively, to be used in other frameworks. Typical scenarios include testing frameworks, mocking libraries and UI validation rules.
java/commons-codec-1.10 (Score: 0.2017739)
Implementations of common encoders and decoders
Commons Codec provides implementations of common encoders and decoders such as Base64, Hex, various phonetic encodings, and URLs.
java/commons-dbcp-1.4 (Score: 0.2017739)
The DBCP Component
The DBCP Component Many Jakarta projects support interaction with a relational database. Creating a new connection for each user can be time consuming (often requiring multiple seconds of clock time), in order to perform a database transaction that might take milliseconds. Opening a connection per user can be unfeasible in a publicly-hosted Internet application where the number of simultaneous users can be very large. Accordingly, developers often wish to share a "pool" of open connections between all of the application's current users. The number of users actually performing a request at any given time is usually a very small percentage of the total number of active users, and during request processing is the only time that a database connection is required. The application itself logs into the DBMS, and handles any user account issues internally. There are several Database Connection Pools already available, both within Jakarta products and elsewhere. This Commons package provides an opportunity to coordinate the efforts required to create and maintain an efficient, feature-rich package under the ASF license. The commons-dbcp package relies on code in the commons-pool package to provide the underlying object pool mechanisms that it utilizes.
java/commons-httpclient-3.1 (Score: 0.2017739)
Package implementing the client side of the HTTP standard
The Jakarta Commons HttpClient component provides an efficient, up-to-date, and feature-rich package implementing the client side of the most recent HTTP standards and recommendations. Designed for extension while providing robust support for the base HTTP protocol, the HttpClient component may be of interest to anyone building HTTP-aware client applications such as web browsers, web service clients, or systems that leverage or extend the HTTP protocol for distributed communication.