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

Ocr Java Package freeware
Filter: All | Freeware | Demo
 

Ocr Java Package

< 1 2 3 4 5 > 
Added: March 07, 2010 | Visits: 1.019

Java::Import Java::Import is Perl module to use Java classes in Perl. SYNOPSIS use Java::Import qw( some.package.SomeClass ); my $instance = new some.package.SomeClass(); $instance->someMethod(); my $ret_val = some::package::SomeClass::someStaticMethod(); $ret_val->someMethod(); $ret_val2 =... Platforms: *nix

License: Freeware Size: 28.67 KB Download (94): Java::Import Download

Added: July 14, 2010 | Visits: 910

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: June 18, 2010 | Visits: 755

Classfile Reader & This package makes it easy to read and write java classfiles. It doesnt, however, provide any help with displaying the contents of a classfile to the user (unless you count debug output), or disassembling the bytecodes. This code snippet will read in a classfile and write it back out to a... Platforms: *nix

License: Freeware Size: 57.34 KB Download (115): Classfile Reader & Download

Added: May 03, 2010 | Visits: 1.082

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: February 23, 2010 | Visits: 1.173

Berkeley DB Java Edition Berkeley DB Java Edition is a high performance, transactional storage engine written entirely in Java. Like the highly successful Berkeley DB product, Berkeley DB Java Edition executes in the address space of the application, without the overhead of client/server communication. Berkeley DB Java... Platforms: *nix

License: Freeware Size: 4.5 MB Download (105): Berkeley DB Java Edition Download

Added: April 10, 2010 | Visits: 1.034

Java::Build Java::Build is a family of modules which you can use instead of Ant. SYNOPSIS use Java::Build::JVM; # access to the javac compiler in one jvm use Java::Build::Tasks; # some helpful methods similar to Ant tasks my $source_files = build_file_list( BASE_DIR => $some_path, INCLUDE_PATTERNS... Platforms: *nix

License: Freeware Size: 30.72 KB Download (96): Java::Build Download

Added: October 08, 2010 | Visits: 1.167

Java::Swing Java::Swing provides a Perl extension providing direct access to the Java Swing API. Though you can write a Java program which is driven by Perl, some people may prefer to keep their Perl pure. This package lets you do that in manner similar to the way Perl/Tk and Gtk2:: provide access to their... Platforms: *nix

License: Freeware Size: 33.79 KB Download (122): Java::Swing Download

Added: June 08, 2010 | Visits: 823

Template::Plugin::Java::Utils Template::Plugin::Java::Utils is a Perl module with utility functions for Template::Plugin::Java. SYNOPSIS use Template::Plugin::Java::Utils qw/list of subroutines to import/; SUBROUTINES createTemplate Creates a new Template with reasonable options. parseOptions Replaces c_c with... Platforms: *nix

License: Freeware Size: 18.43 KB Download (93): Template::Plugin::Java::Utils Download

Added: July 08, 2010 | Visits: 1.242

MikMod for Java MikMod for Java is a Java port of the MOD player MikMod. It supports MOD, S3M, XM, MTM, and many other MOD formats. The make file "source/Makefile" is intended for GNU make, so if its present you can just type make to build everything. The default java compiler name is javac, and if it isnt... Platforms: *nix

License: Freeware Size: 99.33 KB Download (109): MikMod for Java Download

Added: February 25, 2010 | Visits: 812

Jterm Jterm is a package composed of a java applet and a tiny dedicated webserver that allow you to execute a shell in canonical mode through standard HTTP requests and replies. Jterm is composed of two main components: 1) The applet (Jterm.class) hosted on www.your-site.com but executed inside... Platforms: *nix

License: Freeware Size: 8.19 KB Download (94): Jterm Download

Added: March 02, 2010 | Visits: 1.488

Westhawks Java SNMP stack Westhawk SNMP is a lightweight SNMP stack in Java, with Java applet, application, and servlet examples. The stack provides manager functionality for SNMPv1, SNMPv2c, and SNMPv3 (authentication and privacy). Westhawks Java SNMP stack is capable of sending and receiving PDUs, but has limited... Platforms: *nix

License: Freeware Size: 1.9 MB Download (124): Westhawks Java SNMP stack Download

Released: December 11, 2012  |  Added: December 11, 2012 | Visits: 1.005

Navicoder Lite IDE for Java (Java editor for windows) NaviCoder is a Java IDE that runs on Windows which enables programmers to create, navigate, modify, and debug code faster and more accurately. NaviCoder can be used in conjunction with different Java Developer Kits by configurating JDK profiles. NaviCoder features an intuitive interface and... Platforms: Windows

License: Freeware Size: 10.5 MB Download (610): Navicoder Lite IDE for Java (Java editor for windows) Download

Released: June 09, 2012  |  Added: June 09, 2012 | Visits: 434

CyberVRML97 for Java CyberVRML97 for Java is a development package for VRML97/2.0 and Java3D programmers. Using the package, you can easily read and write the VRML files, set and get the scene graph information, draw the geometries, run the behaviors easily. Platforms: Windows, Mac, Linux

License: Freeware Size: 1.13 MB Download (48): CyberVRML97 for Java Download

Released: October 01, 2012  |  Added: October 01, 2012 | Visits: 414

Crystal Space Java Bindings CSJB (Crystal Space Java Binding) is a package of java classes, that can interface with the Crystal Space 3D engine, via Java's Java Native Interface (JNI). Platforms: Windows, Mac, Linux

License: Freeware Size: 87.72 KB Download (47): Crystal Space Java Bindings Download

Released: September 19, 2012  |  Added: September 19, 2012 | Visits: 296

Java FoldMap Lists Java FoldMap Lists is a translation to Java of, and a sizable expansion upon, the original FoldMap list package (http://hackage.haskell.org/package/fmlist). Uses the Functional Java library (http://functionaljava.org/) in its implementation and interface. Platforms: Windows, Mac, Linux

License: Freeware Size: 89.45 KB Download (44): Java FoldMap Lists Download

Released: August 14, 2012  |  Added: August 14, 2012 | Visits: 443

Java Accumulators and Variants The JAccumulator package provides isomorphic, mutable wrappers for Java value carriers such as primitive numbers, Strings and (coming soon) arbitrary objects (e.g., Java variants) Platforms: Windows, Mac, Linux

License: Freeware Size: 289.55 KB Download (48): Java Accumulators and Variants Download

Released: June 17, 2012  |  Added: June 17, 2012 | Visits: 451

Java OutlookExpress Reader The Java OutlookExpress Reader is a package that allows the reading of .dbx files, the format used to store OutlookExpress emails and folders. The main reader class loads all the data from a given .dbx and parses it, allowing easy access to information through public variables and classes. This... Platforms: Windows, Mac, Linux

License: Freeware Size: 8.48 KB Download (47): Java OutlookExpress Reader Download

Released: July 18, 2012  |  Added: July 18, 2012 | Visits: 394

Java Threshold Signature Package An implementation of Shoup's 'Practical Threshold Signature' in Java. This is an (n,k)-threshold signature system: at least k parties out of n must independently sign a piece of data to produce a valid group signature. Platforms: Windows, Mac, Linux

License: Freeware Size: 15.56 KB Download (55): Java Threshold Signature Package Download

Released: December 17, 2012  |  Added: December 17, 2012 | Visits: 547

JSparse Matrix Package The JSparse Matrix Package, developed by Philipp GeigenmALller during an internship at the prudsys AG in Chemnitz, Germany, is an extension of the well-known Java Matrix Package (JAMA) and allows the use of sparse matrices and related algorithms. Platforms: Windows, Mac, Linux

License: Freeware Size: 30.36 KB Download (45): JSparse Matrix Package Download

Released: November 16, 2012  |  Added: November 16, 2012 | Visits: 547

jtags - Emacs package for editing Java Emacs minor mode for editing and browsing Java source code. Enhanced tags support: show declaration or Javadoc for identifier at point, or complete class members. Works well with other Java packages, tested with GNU Emacs/XEmacs on Linux/Windows. Platforms: Windows, Mac, Linux

License: Freeware Size: 4.23 KB Download (49): jtags - Emacs package for editing Java Download

< 1 2 3 4 5 >