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

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

Java Match Expression Parser

1 2 3 4 5 > 
Added: October 25, 2010 | Visits: 1.310

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 (93): Java Unified Expression Language Download

Added: May 16, 2010 | Visits: 1.436

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

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

Released: August 08, 2012  |  Added: August 08, 2012 | Visits: 596

Lambda Expression Parser Lambda Expression Parser is a handy and useful expression parser for parsing dynamical expression string to lambda expression. The component can perform math, logical and bit-wise calculations. Get Lambda Expression Parser and take it for a spin to see what it can actually do for you! Platforms: Windows

License: Freeware Download (51): Lambda Expression Parser Download

Released: July 27, 2012  |  Added: July 27, 2012 | Visits: 542

JEPLite: java expression parser enlited JEPLite is a light-weighted (re)implementation of the Java Expression Parser (jep.sourceforge.net). The intention is to strip some of its not-so-often-used features, and thus speeding the rest. Includes expression optimizer. Platforms: Windows, Mac, Linux

License: Freeware Size: 38.87 KB Download (48): JEPLite: java expression parser enlited Download

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

Jep Java - Math Expression Parser Jep is a Java package for parsing and evaluating mathematical expressions. It currently supports user defined variables, constants, and functions. The open-source Jep project was halted in favor of commercial development of version 3.0 upwards. Platforms: Windows, Mac, Linux

License: Freeware Size: 2.59 MB Download (45): Jep Java - Math Expression Parser Download

Released: October 22, 2012  |  Added: October 22, 2012 | Visits: 471

Scala Expression Engine Math expression parser and evaluator written in Scala. Usable from Java (Sun JRE 1.6) Provides float, integral, boolean and vector data types, some string processing support. Variables may be defined internally or im- and exported through a binding. Platforms: Windows, Mac, Linux

License: Freeware Size: 826.28 KB Download (57): Scala Expression Engine Download

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

JPEL-Java Parameters Expression Language A Java parametrization framework to permit software sefl-setup at runtime after parametrization resources modifications, use of diferents files format to specify parameters, and the possibility of defining parameters relations. Platforms: Windows, Mac, Linux

License: Freeware Size: 1.13 MB Download (49): JPEL-Java Parameters Expression Language Download

Released: June 14, 2012  |  Added: June 14, 2012 | Visits: 460

Regex debugger for Java jregexdebugger is a debugger for java regular expression (regex) patterns Platforms: Windows, Mac, Linux

License: Freeware Size: 10.91 KB Download (51): Regex debugger for Java Download

Released: November 07, 2012  |  Added: November 07, 2012 | Visits: 545

PGNParser A java PGN file parser: this parser is packaged as a jar file that you can use for a java chess project. This parser can parse and write PGN files and convert PGN files as XML files and the reverse. Platforms: Windows, Mac, Linux

License: Freeware Size: 454.67 KB Download (53): PGNParser Download

Released: June 15, 2012  |  Added: June 15, 2012 | Visits: 295

RegExp A java regular expression processor using finate statemachines. Platforms: Windows, Mac, Linux

License: Freeware Size: 7.5 KB Download (48): RegExp Download

Released: December 03, 2012  |  Added: December 03, 2012 | Visits: 242

Yet Another Compiler Compiler Language YACCL is a simple Java recursive descent parser, in the tradition of other RDP technologies such as ANTLR and JavaCC. It differs from these in a number of ways: it is smaller and simpler (though not necessarily faster). Platforms: Windows, Mac, Linux

License: Freeware Size: 126.65 KB Download (50): Yet Another Compiler Compiler Language Download

Added: February 24, 2010 | Visits: 1.293

DNS name parser DNS name parser is a Java utility library for parsing dns names, ip and hw addresses. Synopsis import su.netdb.parser.*; Parser parser = new Parser(); Hashtable result = parser.parse(str); System.out.println("string: "+result.get("string")); System.out.println("hw: "+result.get("hw"));... Platforms: *nix

License: Freeware Size: 8.19 KB Download (105): DNS name parser Download

Added: June 11, 2010 | Visits: 1.205

JavaCC Java Compiler Compiler (JavaCC) is the most a parser generator for use with Java applications. A parser generator is a tool that reads a grammar specification and converts it to a Java program that can recognize matches to the grammar. In addition to the parser generator itself, JavaCC... Platforms: *nix

License: Freeware Size: 512 KB Download (136): JavaCC Download

Released: August 17, 2012  |  Added: August 17, 2012 | Visits: 557

RegexSearch RegexSearch is a Java application that performs graphical find and find-and-replace searches for regular expressions on multiple text files. It is distributed under version 3 of the GNU General Public License. Features: It can search for literal text or regular expressions. The search can... Platforms: Windows

License: Freeware Size: 522 KB Download (509): RegexSearch Download

Added: August 13, 2010 | Visits: 1.089

FLAT::Legacy::FA::RE FLAT::Legacy::FA::RE is a regular expression base class. SYNOPSIS use FLAT::Legacy::FA::RE; use FLAT::Legacy::FA::NFA; my $re = RE->new(); $re->set_re(a|b|(hi)*); my $nfa = $re->to_nfa(); print $nfa->info(); # see stuff on NFA my $dfa = $nfa->to_dfa(); print $dfa->info(); # see stuff... Platforms: *nix

License: Freeware Size: 32.77 KB Download (117): FLAT::Legacy::FA::RE Download

Released: October 21, 2012  |  Added: October 21, 2012 | Visits: 477

parsi parsi was developed using the Java programming language as an accessible and handy library that is able to parse IDL (Interface Description Language). IDL was basically designed as a specification language that is used to describe a program component's interface. Platforms: Windows

License: Freeware Download (45): parsi Download

Released: December 02, 2012  |  Added: December 02, 2012 | Visits: 398

JMAT JMAT : Java MATrix tools package.Provides an easy-to-use class of matrix with MATLAB-like functions and syntax. JMAT also includes plots and histograms in 2D or 3D, an expression parser, and some statistic simulation tools. Platforms: Windows, Mac, Linux

License: Freeware Size: 298.46 KB Download (47): JMAT Download

Released: September 12, 2012  |  Added: September 12, 2012 | Visits: 362

jamato JAMATO : JAva MAtrix TOols packageProvides an easy-to-use class of matrix with MATLAB-like functions.Jamato also includes Data Plots in 2D or 3D, Histograms in 2D or 3D, an expression parser, and some basic statistic simulation tools. Platforms: Windows, Mac, Linux

License: Freeware Size: 98.56 KB Download (46): jamato Download

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

Tedir Tedir is a general purpose top-down parser library for java. Unlike a parser generator, it allows efficient parsers to be constructed at run-time, rather than at compile-time, and allows parsers to be extended while running. Platforms: Windows, Mac, Linux

License: Freeware Size: 756.42 KB Download (48): Tedir Download

1 2 3 4 5 >