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

Text Parser Template Java freeware
Filter: All | Freeware | Demo
 

Text Parser Template Java

1 2 3 4 5 > 
Added: February 02, 2010 | Visits: 1.188

Text::LooseCSV Text::LooseCSV is a highly forgiving variable length record text parser; compare to MS Excel. SYNOPSIS use Text::LooseCSV; use IO::File; $fh = new IO::File $fname; $f = new Text::LooseCSV($fh); # Some optional settings $f->word_delimiter("t"); $f->line_delimiter("n");...



Platforms: *nix

License: Freeware Size: 6.14 KB Download (105): Text::LooseCSV Download

Added: August 22, 2010 | Visits: 856

TemplAT TemplAT is a general-purpose text-file template engine, designed to be used as an API from Java applications or servlets. It is small (39K) and simple, yet surprisingly powerful. It does not have any external library dependencies. TemplAT is distributed under the Apache License 2.0..





Platforms: *nix

License: Freeware Size: 39.94 KB Download (88): TemplAT Download

Added: May 02, 2010 | Visits: 1.198

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

Released: November 09, 2012  |  Added: November 09, 2012 | Visits: 563

Atom RSS parser for Java This is a RSS and Atom feed parser written with Java 1.5


Platforms: Windows, Mac, Linux

License: Freeware Size: 395.71 KB Download (44): Atom RSS parser for Java Download

Added: July 27, 2010 | Visits: 958

GNU Gengen GNU Gengen (GENerator GENerator) is a tool that, starting from a parameterized text, called template, generates a text generator that can substitute parameters with values. At the moment Gengen can generate C++ or C code; however other target languages are under development (e.g., Java). This...


Platforms: *nix

License: Freeware Size: 327.68 KB Download (93): GNU Gengen Download

Released: July 09, 2012  |  Added: July 09, 2012 | Visits: 463

LumberJack4Logs LumberJack4Logs is an easy to use, Java based viewer specially designed for log and trace files with the ability to extend the recognized data formats by adding text parser plugins. for WindowsAll


Platforms: Windows

License: Freeware Download (46): LumberJack4Logs Download

Released: June 08, 2012  |  Added: June 08, 2012 | Visits: 469

eBook parser library eBook parser library - Java library, designed for parsing many formats of electronic books


Platforms: Windows, Mac, Linux

License: Freeware Size: 22.35 KB Download (46): eBook parser library Download

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

Java Textual Desktop 'Java Textual Desktop' project stands for the classical TEXT screen with java implementation inspired with Curcus which used for decades in the history of UNIX (linux).


Platforms: Windows, Mac, Linux

License: Freeware Size: 98.29 KB Download (46): Java Textual Desktop Download

Added: November 10, 2010 | Visits: 867

JOpt Simple JOpt Simple is a simple, test-driven command line parser for Java programs. JOpt Simple supports POSIX getopt() and GNU getopt_long(). What command line switch syntax does JOpt Simple support? As closely as possible, JOpt Simple attempts to adhere to the rules of POSIX getopt() and GNU...


Platforms: *nix

License: Freeware Size: 55.3 KB Download (90): JOpt Simple Download

Added: May 10, 2013 | Visits: 550

fastm fastm is a fast template,  Java Port of PHP Fast Template. Emulate JDynamiTe (another sf project). fastm Advantage: Template stands alone from the Parametter Setting part. Template can be safely reused by multiple threads to generate page at any time.


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (46): fastm Download

Added: November 18, 2013 | Visits: 522

CommandLineParser This project provides a highly adaptive and easy to use command line option parser for Java applications. Apache CLI Command Line Parser was not satisfiable, so this API was intended to be more "complete" and easier to use than other known libraries.


Platforms: Mac

License: Freeware Size: 51.2 KB Download (41): CommandLineParser Download

Released: December 26, 2012  |  Added: December 26, 2012 | Visits: 449

CB2Java Dynamic COBOL copybook parser for Java. Supports parsing and writing of application data based on parsed copybooks. Coverts COBOL types to Java types and back to COBOL types with validation.


Platforms: Windows, Mac, Linux

License: Freeware Size: 258.29 KB Download (56): CB2Java Download

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

Extensible Term Language The goal of the project is to create specifications and provide reference parser in Java and C# for Extensible Term Language.


Platforms: Windows, Mac, Linux

License: Freeware Size: 1.87 MB Download (48): Extensible Term Language Download

Released: August 27, 2012  |  Added: August 27, 2012 | Visits: 270

jsexp This is a parser in Java for Lisp S-expressions. An S-expression or sexp (for symbolic expression) is a convention for representing data using parentheses.


Platforms: Windows, Mac, Linux

License: Freeware Size: 12.06 KB Download (44): jsexp Download

Added: December 01, 2013 | Visits: 725

JFlatBean JFlatBean is a library for easy read and write flat positional text file from java beans. It uses only annotation for mapping bean to the field in the file, no xml configuration is needed.


Platforms: Mac

License: Freeware Size: 552.96 KB Download (48): JFlatBean Download

Added: July 03, 2013 | Visits: 444

JSweep for Linux JSweep is a javascript text parser which will help you transform simple texts into character array literals used by programmers in string processing or to create code snippets used for writing text into web pages. If you're familiar with the javascript language then you've probably created...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (41): JSweep for Linux Download

Added: June 19, 2010 | Visits: 1.077

Template::Parser::CET Template::Parser::CET is a Template::Alloy based parser for the TT2 engine. SYNOPSIS use Template; use Template::Parser::CET; my $t = Template->new( PARSER => Template::Parser::CET->new ); # you can override all instances of TT # by any of the following methods use...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (109): Template::Parser::CET Download

Added: January 17, 2010 | Visits: 858

Text::ScriptTemplate Text::ScriptTemplate is a standalone ASP/JSP/PHP-style template processor. SYNOPSIS use Text::ScriptTemplate; $text = < # - any Perl expression is supported Message is: < %= $TEXT % >. # - also supports variable expansion < % } % >...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (91): Text::ScriptTemplate Download

Added: September 26, 2010 | Visits: 1.389

Template::Tutorial::Datafile Template::Tutorial::Datafile is a Perl module for creating Data Output Files Using the Template Toolkit. This tutorial gives an overview of the Template Toolkit, showing in particular how to use it to read and write data files in various different formats and styles. It was written by Dave...


Platforms: *nix

License: Freeware Size: 778.24 KB Download (100): Template::Tutorial::Datafile Download

Added: February 27, 2010 | Visits: 1.105

Template::Multilingual Template::Multilingual is a Perl module with multilingual templates for Template Toolkit. SYNOPSIS This subclass of Template Toolkits Template class supports multilingual templates: templates that contain text in several languages. < t > < en >Hello!< /en > < fr >Bonjour !< /fr > < /t >...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (101): Template::Multilingual Download

1 2 3 4 5 >