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.
Apache Jakarta Commons Primitives provides a collection of types and utilities
optimized for working with Java primitives (boolean, byte, char, double, float,
int, long, short). Generally, the Commons-Primitives classes are faster,
smaller and easier to work with than their purely Object based alternatives.
Currently Commons Primitives is primarily composed of implementations of the
java.util collections adapted for the primitive types.
The JavaMail API provides a platform-independent and protocol-independent
framework to build mail and messaging applications. The JavaMail API is
available as an optional package for use with Java SE platform and is
also included in the Java EE platform.
The Java Decompiler project aims to develop tools in order to
decompile and analyze Java 5 byte code and later versions.
JD-GUI is a standalone graphical utility that displays Java source
codes of .class files. You can browse the reconstructed source code
with the JD-GUI for instant access to methods and fields.
JFreeChart is a free Java class library for generating charts, including:
* pie charts;
* bar charts (regular and stacked, with an optional 3D effect);
* line and area charts;
* scatter plots and bubble charts;
* time series, high/low/open/close charts and candle stick charts;
* combination charts;
* Pareto charts;
* Gantt charts;
* wind plots, meter charts and symbol charts.
NetComponents TM is a Java package that allows easy access to the
most commonly used Internet protocols. It provides support for
FTP, NNTP, SMTP, POP3, Telnet, TFTP, Finger, Whois, and other
frequently used Internet protocols as well as BSD R command
support, including rexec, rcmd/rshell and rlogin
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.
The Java VM wrapper provides a convenient system for switching between
different Java VMs. It also provides symbolic links in ${PREFIX}/bin to
allow the use of the Java executables without having to add the specific
Java VM executable directories to the PATH environment variable.
hpscat-1.3jshin
-------------------
hpscat is a small printing utility that print Hangul characters in
any PostScript printer(including ghostscript). It use the hangul PS
font in ked, so you must load the font before printing the document
processed by hpscat.
This version is revised by Jungshik Shin <jshin@minerva.cis.yale.edu>.
The development of Algol played an important role in establishing
computer science as an academic discipline. The Algol 68 Genie project
preserves Algol 68 out of educational as well as scientific-historical
interest, by making available Algol 68 Genie; a recent, well-featured
implementation written from scratch.