Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.190.448 Times

Editplus Java Compile freeware
Filter: All | Freeware | Demo
 

Editplus Java Compile

< 1 2 3 4 5 > 
Added: January 04, 2010 | Visits: 1.246

Filler in Java Filler in Java project is a graphical game where you occupy coloured hexes by changing colours. Its strengths are better computer players, internationalisability, and cross-platform deployability. Installing In the top directory (same directory as this file), run make. That will build a jar...



Platforms: *nix

License: Freeware Size: 378.88 KB Download (114): Filler in Java Download

Added: November 07, 2010 | Visits: 965

Java DIME Library Java DIME Library project implements Direct Internet Message Encapsulation (DIME), which is a lightweight binary encapsulation format that can be used to encapsulate multiple payloads of arbitrary types and sizes into a single message. DIME is ideal for incorporating binary attachments into any...





Platforms: *nix

License: Freeware Size: 163.84 KB Download (138): Java DIME Library Download

Added: September 06, 2010 | Visits: 1.208

UltraGetopt for Java UltraGetopt for Java is the Java imagening of UltraGetopt. The project provides the features and flexibility of UltraGetopt in a way that is more suited to the Java environment..


Platforms: *nix

License: Freeware Size: 54.27 KB Download (123): UltraGetopt for Java Download

Added: May 03, 2010 | Visits: 1.076

UMMF::Export::Java UMMF::Export::Java is a code generator for JavaTemplate. SYNOPSIS use UMMF::Export::Java; my $exporter = UMMF::Export::Java->new(output => *STDOUT); my $exporter->export_Model($model); This package allow UML models to be represented as Java code..


Platforms: *nix

License: Freeware Size: 686.08 KB Download (101): UMMF::Export::Java Download

Added: May 01, 2010 | Visits: 962

Java Parallel Processing Framework 1.0 Beta Java Parallel Processing Framework is a set of tools and APIs to facilitate the parallelization of CPU intensive applications, and distribute their execution over a network of heterogenous nodes. Java Parallel Processing Framework is intended to run in clusters and grids.. An open-source,...


Platforms: *nix

License: Freeware Size: 7.8 MB Download (88): Java Parallel Processing Framework 1.0 Beta Download

Added: October 14, 2010 | Visits: 853

Java::JVM::Classfile Java::JVM::Classfile is a Perl module to parse JVM Classfiles. SYNOPSIS use Java::JVM::Classfile; my $c = Java::JVM::Classfile->new("HelloWorld.class"); print "Class: " . $c->class . "n"; print "Methods: " . scalar(@{$c->methods}) . "n"; The Java Virtual Machine (JVM) is an abstract...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (90): Java::JVM::Classfile Download

Added: May 13, 2010 | Visits: 882

Faster Java Serialization Faster Java Serializations goal of the project is to enable faster serialization by generating bytecodes on the fly to serialize objects. When an object is serialized, its class is inspected and a class that implements the Serializer interface is generated. This class is tailor made to...


Platforms: *nix

License: Freeware Size: 1.1 MB Download (96): Faster Java Serialization Download

Added: November 16, 2010 | Visits: 986

Apache Compile HOWTO Apache Compile HOWTO is a full-featured Apache compilation HOWTO. The Apache Compile HOWTO is a simple set of instructions and examples for compiling Apache, mod_ssl, mod_perl, mod_dav, mod_auth_ldap, mod_auth_mysql, mod_dynvhost, mod_roaming, mod_jserv, and mod_php (including MySQL, Postgres,...


Platforms: *nix

License: Freeware Download (109): Apache Compile HOWTO Download

Added: March 12, 2010 | Visits: 1.020

Java-Gnome Java-GNOME application is a set of Java bindings for the GNOME and GTK libraries that allow GNOME and GTK applications to be written in Java. The Java-Gnome API has been carefully designed to be easy to use, maintaining a good OO paridigm, yet still wrapping the entire functionality of the...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (112): Java-Gnome Download

Added: February 25, 2010 | Visits: 963

XML::Compile::Schema::XmlReader XML::Compile::Schema::XmlReader Perl module contains bricks to translate XML to HASH. SYNOPSIS my $schema = XML::Compile::Schema- >new(...); my $code = $schema- >compile(READER = > ...); The translator understands schemas, but does not encode that into actions. This module implements those...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (95): XML::Compile::Schema::XmlReader Download

Added: March 23, 2010 | Visits: 911

Java Embedded Python Java Embedded Python embeds CPython in Java. It is safe to use in a heavily threaded environment, it is quite fast and its stability is a main feature and goal..


Platforms: *nix

License: Freeware Size: 614.4 KB Download (95): Java Embedded Python Download

Added: November 03, 2010 | Visits: 1.459

File::Comments::Plugin::Java File::Comments::Plugin::Java is a Perl plugin to detect comments in Java source code. SYNOPSIS use File::Comments::Plugin::Java; File::Comments::Plugin::Java is a plugin for the File::Comments framework. Both /* ... */ and // style comments are recognized. This is not a full-blown C...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (143): File::Comments::Plugin::Java Download

Added: March 21, 2010 | Visits: 2.182

Java Games Java Games project is a collection of simple games that are compiled into Java applets and meant to be played online in a Web browser. Currently the collection contains four games: XO World (similar to tic-tac-toe, but with lines of 5 on a 10x10 board); 100 Mack (guess the random combination of...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (596): Java Games Download

Added: January 14, 2010 | Visits: 818

Java::SJ::Config Java::SJ::Config is a Perl module that represents SJ Configuration File. It uses XML::XPath to parse configuration files and generates objects to represent the directives. Unless youre working on the module what you really want to know is what directives are allowed and their meaning. Youre...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (89): Java::SJ::Config Download

Added: April 05, 2010 | Visits: 1.409

Java::SJ::Classpath Java::SJ::Classpath Perl module is a Java classpath generator. This module is used by Java::SJ::Config when generating complete classpaths. This module allows you to very easily run Java services that rely on complex configuration at the VM and library level. It also provides an easy way of...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (89): Java::SJ::Classpath Download

Added: September 09, 2010 | Visits: 783

Java::SJ::VirtualMachine Java::SJ::VirtualMachine Perl module is a Java virtual machine. This module is used by Java::SJ::Config when generating virtual machine representations. This module allows you to very easily run Java services that rely on complex configuration at the VM and library level. It also provides an...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (103): Java::SJ::VirtualMachine Download

Added: March 12, 2010 | Visits: 930

Java::SJ Java::SJ is a highly configurable Java program startup system. SYNOPSIS sj myprogram.sj This module allows you to very easily run Java services that rely on complex configuration at the VM and library level. It also provides an easy way of specifying a sensible default configuration that...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (95): Java::SJ Download

Added: June 18, 2010 | Visits: 1.181

Java Mozilla Html Parser Java Mozilla Html Parser project is a Java package that enables you to parse html pages into a Java Document object. The parser is a wrapper around Mozillas Html Parser, thus giving the user a browser-quality html parser. Limitiations and known issues The most major limitation is performance...


Platforms: *nix

License: Freeware Size: 1.5 MB Download (111): Java Mozilla Html Parser Download

Added: August 12, 2010 | Visits: 1.413

Java Network Stack Java Network Stack provides a Java library for research oriented network programming. Java Network Stack is a library used by the DIMES project to create new internet measurements. It provides a clean API for packet manipulation, send, receive, filter, and analysis. It is a unification of raw...


Platforms: *nix

License: Freeware Size: 1.5 MB Download (131): Java Network Stack Download

Added: January 06, 2010 | Visits: 1.277

Java checkstyle Tool Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. Java checkstyle Tool automates the process of checking Java code to spare humans of this boring (but important) task. This makes it ideal for projects that want to enforce a coding standard....


Platforms: *nix

License: Freeware Size: 2.6 MB Download (110): Java checkstyle Tool Download

< 1 2 3 4 5 >