Ports Search

Results 331340 of 537 for /java/.(0.02 seconds)
devel/mox-0.5.3 (Score: 0.031618893)
Mock object framework for Python
Mox is an open source mock object framework for Python, inspired by the Java library EasyMock.
devel/uatraits-20130430 (Score: 0.031618893)
User-Agent detection library
A library for User-Agent recognition. Includes C++, Java, Node.js, Perl and Python bindings.
lang/nbfc-0.1 (Score: 0.031618893)
New Brainfuck Compiler
The New Brainfuck Compiler is an optimizing Brainfuck-C and Brainfuck-Java compiler.
archivers/snzip-1.0.2 (Score: 0.027947417)
Compression/decompression tool based on snappy library
Snzip is one of command line tools using snappy. This supports five types of file formats: framing-format, old framing-format, SNZ format, snappy-java format and snappy-in-java format. The default format is framing-format.
lang/ceylon-1.2.2 (Score: 0.027947417)
Ceylon is a language for writing large programs in teams
Ceylon is a new programming language that's deeply influenced by Java, designed by people who are unapologetic fans of Java. It's a language designed specifically for writing large programs in teams.
archivers/PHP_Archive-0.12.0 (Score: 0.027666532)
Create and Use PHP Archive files
The PHP_Archive package allows creation of self-contained cross-platform PHP libraries or applications, similar to Java jar files.
devel/PHP_Depend-1.1.0 (Score: 0.027666532)
PHP_Depend design quality metrics for PHP packages
PHP_Depend is an adaption of the Java design quality metrics software JDepend and the NDepend metric tool.
devel/concurrent-ruby-1.0.2 (Score: 0.027666532)
Modern concurrency tools for Ruby
Modern concurrency tools for Ruby. Inspired by Erlang, Clojure, Scala, Haskell, F#, C#, Java and classic concurrency patterns.
devel/simian-2.4.0 (Score: 0.027666532)
Similarity analyser for source and other text files
Simian (Similarity Analyser) identifies duplication in Java, C#, C, C++, COBOL, Ruby, JSP, ASP, HTML, XML, Visual Basic Groovy source code and even plain text files. In fact, simian can be used on any human readable files such as ini files, deployment descriptors, you name it. Note: The port uses the java version by default. You can select the .NET version via WITH_MONO=yes, and disable installation of the java parts with WITHOUT_JAVA=yes.
devel/Class-Observable-1.04 (Score: 0.027382765)
Allow other classes and objects to respond to events in yours
If you have ever used Java, you may have run across the java.util.Observable class and the java.util.Observer interface. Using them, you can decouple an object from the one or more objects that wish to be notified whenever particular events occur. Class::Observable allows you to mimic this action.