Ports Search

Results 3,0713,080 of 5,827 for /net-mgmt/.(0.004 seconds)
java/jikes-1.22 (Score: 0.007000902)
Java source to byte-code compiler made available by IBM
This is jikes, a java source to byte-code compiler. The compiler has been made available by IBM under their open-source license, please see: for details. To operate, the CLASSPATH environment variable must typically be set to a colon-delimited list of source directories, class directories, or zip files. Note that jikes will complain if a non-existant directory or file is specified in CLASSPATH. =============== // This software is subject to the terms of the IBM Jikes Compiler Open" // Source License Agreement available at the following URL:" // http://www.ibm.com/research/jikes." // Copyright (C) 1996, 1998, International Business Machines Corporation" // and others. All Rights Reserved." // You must accept the terms of that agreement to use this software."
java/jode-1.1.1.1 (Score: 0.007000902)
Java package containing a decompiler and an optimizer for Java
JODE is a java package containing a decompiler and an optimizer for java. This package is freely available under the GNU GPL. The bytecode package and the core decompiler is now under GNU Lesser General Public License, so you can integrate it in your project. Can be used from command line or through the Swing-based GUI. The decompiler reads in class files and produces something similar to the original java file. Jode has support for all constructs of JDK-1.3 including inner and anonymous classes. The optimizer transforms class files in various ways with can be controlled by a script file. It supports the following operations: . Renaming class, method, field and local names to shorter, obfuscated, or unique names or according to a given translation table . Removing debugging information . Removing dead code (classes, fields, methods) and constant fields . Optimizing local variable allocation
java/openjdk6-b40 (Score: 0.007000902)
Oracle's Java 6 virtual machine release under the GPL v2
OpenJDK is an open-source implementation of the Java Platform, Standard Edition. Much of the OpenJDK code is licensed under the GPL version 2 with the Classpath exception. The Java Hotspot virtual machine source code is licensed under the GPL version 2 only.
java/jxgrabkey-0.3.2 (Score: 0.007000902)
JNI library for easy use of global X11 hotkeys from Java
JXGrabKey is a jni library for easy use of global X11 hotkeys on from Java.
java/openjdk-7.111.01 (Score: 0.007000902)
Java Development Kit 7
An open-source implementation of the Java Platform, Standard Edition,
java/openjdk-8.102.14 (Score: 0.007000902)
Java Development Kit 8
An open-source implementation of the Java Platform, Standard Edition,
java/proguard-5.2.1 (Score: 0.007000902)
Java class file shrinker, optimizer, and obfuscator
ProGuard is a free Java class file shrinker, optimizer, and obfuscator. It can detect and remove unused classes, fields, methods, and attributes. It can then optimize bytecode and remove unused instructions. Finally, it can rename the remaining classes, fields, and methods using short meaningless names. The resulting jars are smaller and harder to reverse-engineer.
java/visualvm-1.3.8 (Score: 0.007000902)
GUI tool combining CLI JDK tools and profiling capabilities
VisualVM is a visual tool integrating several commandline JDK tools and lightweight profiling capabilities. Designed for both production and development time use, it further enhances the capability of monitoring and performance analysis for the Java SE platform.
java/servingxml-1.1.2 (Score: 0.007000902)
Framework for flat/XML data transformations
ServingXML is an open source, Apache 2.0 licensed, framework for flat/XML data transformations. It defines an extensible markup vocabulary for expressing flat-XML, XML-flat, flat-flat, and XML-XML processing in pipelines. ServingXML comes with a console app, and also documents an API for embedding the software in a standard Java or J2EE application.
java/veditor-0.7.1 (Score: 0.007000902)
Verilog and VHDL editor plugin for eclipse
Eclipse Verilog editor provides Verilog (IEEE-1364) and VHDL language specific features on Eclipse IDE. It helps coding and debugging in hardware development based on Verilog or VHDL.