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.154.161 Times

Java Piano Class software
Filter: All | Freeware | Demo
 

Java Piano Class

< 1 2 3 4 5 > 
Added: January 18, 2010 | Visits: 949

Class::Adapter Class::Adapter is a Perl implementation of the "Adapter" Design Pattern. The Class::Adapter class is intended as an abstract base class for creating any sort of class or object that follows the Adapter pattern. What is an Adapter? The term Adapter refers to a "Design Pattern" of the same...



Platforms: *nix

License: Freeware Size: 24.58 KB Download (102): Class::Adapter Download

Added: November 09, 2010 | Visits: 729

jclassinfo jclassinfo reads java class files and provides information about the class, dependencies and more. It is a pure C implementantion..





Platforms: *nix

License: Freeware Size: 26.62 KB Download (91): jclassinfo Download

Added: February 11, 2010 | Visits: 961

Java::JCR::Exception Java::JCR::Exception is a Perl wrapper for repository exceptions. SYNOPSIS eval { my $node = $root->add_node(foo, nt:unstructured); }; if ($@) { print STDERR "Failed to add node foo: $@n"; } This class is used to make the exceptions thrown from the Java code work more nicely in Perl....


Platforms: *nix

License: Freeware Size: 48.13 KB Download (94): Java::JCR::Exception Download

Added: November 16, 2010 | Visits: 1.026

Java::JCR::Workspace Java::JCR::Workspace is a Perl wrapper for javax.jcr.Workspace. This is an automatically generated package wrapping javax.jcr.Workspace with a nice Perlish API. For full documentation of what this class does, see the Java API documentation:...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (93): Java::JCR::Workspace Download

Added: January 11, 2010 | Visits: 3.548

Java::JCR::Lock::Lock Java::JCR::Lock::Lock is a Perl wrapper for javax.jcr.lock.Lock. This is an automatically generated package wrapping javax.jcr.lock.Lock with a nice Perlish API. For full documentation of what this class does, see the Java API documentation:...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (950): Java::JCR::Lock::Lock Download

Added: July 18, 2010 | Visits: 1.399

Big Faceless Graph Library The Big Faceless Graph Library is a Java class library for creating graphs and charts. It is backed by a full 3D engine, allowing you to create shaded 3D pie, bar, and line graphs as GIF, PDF, PNG, or other image formats. Big Faceless Graph Library features include transparent backgrounds,...


Platforms: *nix

License: Shareware Cost: $800.00 USD Size: 1.6 MB Download (100): Big Faceless Graph Library Download

Added: June 11, 2010 | Visits: 1.301

Big Faceless PDF Library The Big Faceless PDF Library is a Java class library for creating PDF documents. The Extended Edition of Big Faceless PDF Library offers the ability to create and edit AcroForms, PDFs answer to the HTML form. Like HTML forms, PDF forms can contain text boxes, radio buttons, and can call...


Platforms: *nix

License: Shareware Cost: $800.00 USD Size: 4.7 MB Download (95): Big Faceless PDF Library Download

Added: February 18, 2010 | Visits: 914

asm2class Asm2class is a java assembly to class file compiler. Asm2class is release under the terms of the GPL License. The current version of asm2class (0.1.2) is a beta version and allow generating class file from java assembly file that contains class definition, field definition, method definition...


Platforms: *nix

License: Freeware Size: 1.17 MB Download (116): asm2class Download

Added: June 10, 2010 | Visits: 1.374

Useful Java Application Components UJAC provides a collection of JAVA components which may be useful in some projects. Each component is designed for easy use, easy integration into existing projects, extensibility and last but not least efficiency. Whats New in This Release: Chart Module: - Moved common types into the...


Platforms: *nix

License: Freeware Size: 4.1 MB Download (101): Useful Java Application Components Download

Added: June 08, 2010 | Visits: 1.463

Simple Logging Facade for Java 1.1.0 Simple Logging Facade for Java also know as SLF4J is intended to serve as a simple facade for various logging APIs, allowing to the end-user to plug in the desired implementation at deployment time. Logging API implementations can either choose to implement the the SLF4J interfaces directly,...


Platforms: *nix

License: Freeware Size: 215.04 KB Download (136): Simple Logging Facade for Java 1.1.0 Download

Added: October 25, 2010 | Visits: 1.299

Java Unified Expression Language Java Unified Expression Language is an implementation of the unified expression language (EL) as specified by the JSP 2.1 standard (JSR-245). The javax.el.ExpressionFactory implementation is de.odysseus.el.ExpressionFactoryImpl: // create an expression factory javax.el.ExpressionFactory...


Platforms: *nix

License: Freeware Size: 235.52 KB Download (92): Java Unified Expression Language Download

Added: May 02, 2010 | Visits: 1.193

Parse::Java Parse::Java is a Perl module that acts like a parser for Java code. SYNOPSIS use Parse::Java; my $ast = Parse::Java->parse_file(MyClass.java); Parse::Java parses Java code into an Abstract Syntax Tree which can be used for many things like writing compilers and stuff. As this module is...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (114): Parse::Java Download

Added: November 13, 2010 | Visits: 919

Exception::Class Exception::Class is a Perl module that allows you to declare real exception classes in Perl. SYNOPSIS use Exception::Class ( MyException, AnotherException => { isa => MyException }, YetAnotherException => { isa => AnotherException, description => These exceptions are related to IPC },...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (91): Exception::Class Download

Added: March 07, 2010 | Visits: 1.108

JFreeChart JFreeChart is a free Java class library for generating charts.. The official home page of the JFreeChart project.


Platforms: *nix

License: Freeware Size: 2.9 MB Download (100): JFreeChart Download

Added: March 17, 2010 | Visits: 1.622

ProGuard 3.9 / 4.0 ProGuard is a free Java class file shrinker, optimizer, and obfuscator. ProGuard project 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...


Platforms: *nix

License: Freeware Download (108): ProGuard 3.9 / 4.0 Download

Added: July 20, 2010 | Visits: 609

Class::Declare Class::Declare is a Perl module created to declare classes with public, private and protected attributes and methods. SYNOPSIS package My::Class; use strict; use warnings; use base qw( Class::Declare ); __PACKAGE__->declare( public => { public_attr => 42 } , private => { private_attr...


Platforms: *nix

License: Freeware Size: 76.8 KB Download (88): Class::Declare Download

Added: September 15, 2010 | Visits: 1.007

Class::Declare::Attributes Class::Declare::Attributes is a Perl module with Class::Declare method types using Perl attributes. SYNOPSIS package My::Class; use 5.006; use strict; use warnings; use base qw( Class::Declare::Attributes ); # declare the class/instance attributes __PACKAGE__->declare( ... ); # #...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (93): Class::Declare::Attributes Download

Added: July 14, 2010 | Visits: 903

Java::Build::GenericBuild Java::Build::GenericBuild is a high level driver to control Java builds. SYNOPSIS There are two (or more) code files needed to effectively use this module. First, create a subclass of this class: package Java::Build::MyBuild; use Carp; # Do the following in a BEGIN block before the use...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (99): Java::Build::GenericBuild Download

Added: November 06, 2010 | Visits: 1.305

Java::Import::Examples Java::Import::Examples is an example of how to use Java::Import to call into Java classes. Making RMI calls from Perl One nice thing about Java is the extremely straight forward manner in which it allows you to make calls to remote objects residing on distant servers. Many people use this...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (106): Java::Import::Examples Download

Added: September 17, 2010 | Visits: 2.260

ImageInfo ImageInfo is a free Java class to retrieve properties from image files. The following file formats are currently supported: JPEG, PNG, GIF, BMP, PCX, IFF, RAS, PBM, PGM, PPM and PSD (read why TIFF is not included). ImageInfo can recognize these formats, and in addition determine image width,...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (178): ImageInfo Download

< 1 2 3 4 5 >