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

Java Match Expression Parser freeware
Filter: All | Freeware | Demo
 

Java Match Expression Parser

< 1 2 3 4 5 
Added: July 01, 2010 | Visits: 1.569

Fast MD5 Implementation in Java Fast MD5 Implementation in Java is a heavily optimized implementation of the MD5 hashing algorithm written in Java. Fast MD5 Implementation in Java includes an optional native method for even greater speed improvements. How Fast Is It? Short answer:Much faster than any other Java...



Platforms: *nix

License: Freeware Size: 74.75 KB Download (176): Fast MD5 Implementation in Java Download

Added: October 03, 2010 | Visits: 1.086

Runtime Java Class Editor RJCE allows all methods or variables of user defined classes to be altered at runtime. These alterations are then applied to a single instance, a collection of instances (i.e. list, set or map), or an entire class. This helps you to test your application in an interactive way; altering running...





Platforms: *nix

License: Freeware Size: 3.1 MB Download (172): Runtime Java Class Editor Download

Added: April 24, 2010 | Visits: 2.264

Legion of the Bouncy Castle Java Cryptography API The Legion of the Bouncy Castle Java Cryptography API provides a lightweight cryptography API in Java. A provider for the JCE and JCA, a clean-room implementation of the JCE 1.2.1, generators for Version 1 and Version 3 X.509 certificates, generators for Version 2 X.509 attribute certificates,...


Platforms: *nix

License: Freeware Size: 21.2 MB Download (171): Legion of the Bouncy Castle Java Cryptography API Download

Added: August 20, 2008 | Visits: 1.915

One$DB: An Open Source Java Database One$DB is an Open Source version of Daffodil DB, an commercial Java Database. One$DB is a standards based (J2EE-certified, JDBC 3.0 and SQL 99 compliant), platform independent, footprint size open source database that can be embedded into any application and requires zero or minimal...


Platforms: Windows

License: Freeware Size: 10.4 MB Download (171): One$DB: An Open Source Java Database Download

Added: June 26, 2006 | Visits: 3.639

Lucky Match game Lucky Match is beautifully implemented betting game with matches. Artful barman holds several matches behind his back and you need to guess which one is Lucky Match. Try to guess correctly and your bet can be multiplied by 6! You will love beautiful graphics, nice music and sound of Lucky Match...


Platforms: Windows

License: Freeware Size: 1.22 MB Download (170): Lucky Match game Download

Added: July 25, 2010 | Visits: 2.053

C++ WSDL Parser C++ WSDL Parser is an efficient C++ Web services library that includes a standards compliant WSDL parser API, a Schema parser and validator, an XML parser and serializer, and an API for dynamically inspecting and invoking WSDL Web services. Whats New in This Release: - Many WSDLs can now be...


Platforms: *nix

License: Freeware Size: 573.44 KB Download (170): C++ WSDL Parser Download

Added: September 04, 2010 | Visits: 2.391

Open Java Console Open Java Console is an extension which provides the ability to open the Java Console in Firefox. This extension provides an option on the Tools menu that opens the Java Console, and a toolbar button in the JavaScript Console that also allows the console to be opened. The extension also adds...


Platforms: *nix

License: Freeware Size: 29.7 KB Download (168): Open Java Console Download

Added: January 25, 2010 | Visits: 1.885

Java 2 SE 5.0 Xcode Template Beginning Java developers use Java 5.0 (aka 1.5) as it comes with the Scanner class which most introduction books rely on. Unfortunately, Apple's included Java Tool template for Xcode 2.2 only builds for Java 1.4.2. Java 2 SE 5.0 Xcode Template 1.0 solves this problem by allowing you to easily...


Platforms: Mac

License: Freeware Size: 10 KB Download (163): Java 2 SE 5.0 Xcode Template Download

Added: August 05, 2008 | Visits: 1.226

Match Maker When getting your children to learn a new thing, or remember an old one, a visual method always works well, as it favours memory retention. Using this idea, Match Maker is a basic eductional tool for small children: match letters, numbers, colours, animals and objects.Match Maker lets you match...


Platforms: Windows

License: Freeware Size: 2 KB Download (162): Match Maker Download

Added: August 03, 2008 | Visits: 1.689

Desktop Expression Calculator Desktop Expression calculator is a free calculator for solving arithmetic expressions. The expression calculator evaluates a single line arithmetic expression such as "sqrt(cos(60)+sin(30))". This version has a new interface, keyboard integration, a read aloud option (accessibility) and new...


Platforms: Windows

License: Freeware Size: 3.1 MB Download (154): Desktop Expression Calculator Download

Added: August 19, 2008 | Visits: 1.126

Java Class Finder Simple tool for Java programmers which lets you search through your hard drive looking for Java class files, being fast and agile.


Platforms: Windows

License: Freeware Size: 7 KB Download (148): Java Class Finder Download

Added: June 06, 2010 | Visits: 1.225

SVG::Parser SVG::Parser is a Perl module with XML Parser for SVG documents. SYNOPSIS #!/usr/bin/perl -w use strict; use SVG::Parser; die "Usage: $0 n" unless @ARGV; my $xml; { local $/=undef; $xml=<>; } my $parser=new SVG::Parser(-debug => 1); my $svg=$parser->parse($xml); print...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (146): SVG::Parser Download

Added: May 16, 2010 | Visits: 1.432

regular expression parser regular expression parser is a C++ regexp parser that accomplishes The Open Group specification Issue 6, IEEE Std 1003.1, 2004 Edition. regular expression parser allows you to parse input using regular expressions, and to retrieve parsed sub-expression matches in a few steps..


Platforms: *nix

License: Freeware Size: 337.92 KB Download (145): regular expression parser Download

Added: May 01, 2010 | Visits: 2.332

Ganymed SSH-2 for Java Build Ganymed SSH2 for Java is a library which implements the SSH-2 protocol in pure Java (tested on J2SE 1.4.2 and 5.0). Ganymed SSH2 for Java allows one to connect to SSH servers from within Java programs. It supports SSH sessions (remote command execution and shell access), local and remote port...


Platforms: *nix

License: Freeware Size: 471.04 KB Download (145): Ganymed SSH-2 for Java Build Download

Added: January 18, 2010 | Visits: 1.284

EDIReader EDIReader is a Java package for parsing business documents structured according to EDI (Electronic Data Interchange) standards. It supports the SAX and JAXP interfaces defined for XML, making it suitable for use in any XML-based system that allows the configuration of a custom SAX parser....


Platforms: *nix

License: Freeware Size: 675.84 KB Download (143): EDIReader Download

Added: November 03, 2010 | Visits: 1.463

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: November 18, 2010 | Visits: 1.465

OpenGL for Java OpenGL for Java, formerly known as GL4Java, supports Java with a native OpenGL mapping. The OS native OpenGL functionality is avaiable from Java for many OS: Linux/GNU+XFree86, Unix/X11, MacOS, Win32. Whats New in This Release: - removed the hack (which I put in sometime ago to get VooDoo3...


Platforms: *nix

License: Freeware Size: 194.56 KB Download (142): OpenGL for Java Download

Added: August 19, 2008 | Visits: 1.519

Interface to control Word for Windows by java applications Would you like to load Word for Windows, to create a new document and to serve bookmarks by your java application? There is a free java class for you here!


Platforms: Windows

License: Freeware Size: 350 KB Download (139): Interface to control Word for Windows by java applications Download

Added: February 12, 2010 | Visits: 1.432

Java Classic RPG Java Classic RPG is an RPG framework, engine, and game that uses OpenGL, a challenging AI, huge territories, and classic pen-and-paper turn-based combat. This project is in the tradition of games like Wizardry 7 and EOB, but incorporates innovations made possible by modern computing technology....


Platforms: *nix

License: Freeware Size: 30 MB Download (138): Java Classic RPG Download

Added: November 07, 2010 | Visits: 970

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

< 1 2 3 4 5