Ports Search

Results 15,25115,260 of 17,660 for descr%3A%22spam filter%22.(0.015 seconds)
java/jmf-2.1.1e (Score: 9.2782444E-5)
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/jd-gui-1.4.0 (Score: 9.2782444E-5)
Java Decompiler GUI
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.
java/jfreechart-1.0.17 (Score: 9.2782444E-5)
Free Java class library for generating charts
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.
java/netcomponents-1.3.8 (Score: 9.2782444E-5)
Java library with common network protocol implementations
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
java/proguard-5.2.1 (Score: 9.2782444E-5)
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/javavmwrapper-2.5 (Score: 9.2782444E-5)
Wrapper script for various Java Virtual Machines
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.
korean/hpscat-1.3.1 (Score: 9.2782444E-5)
Hangul Text Printing Utility
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>.
lang/algol68g-2.8.3 (Score: 9.2782444E-5)
Algol 68 Genie compiler
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.
lang/bsh-2.0.b6 (Score: 9.2782444E-5)
Beanshell java scripting language
BeanShell is a small, free, embeddable Java source interpreter with object scripting language features, written in Java. BeanShell dynamically executes standard Java syntax and extends it with common scripting conveniences such as loose types, commands, and method closures like those in Perl and JavaScript.
lang/expect-5.45.3 (Score: 9.2782444E-5)
Sophisticated scripter based on Tcl/Tk
Expect is a program that performs programmed dialogue with other interactive programs. It is briefly described by its man page, expect(1). It uses pseudo-tty's to control the child processes, so it is not affected by programs that refuse to read from stdin or pipes. (eg: passwd(1) etc). FAQ: http://expect.nist.gov/FAQ.html