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

Create Parser software
Filter: All | Freeware | Demo
 

Create Parser

1 2 3 4 5 > 
Released: September 23, 2012  |  Added: September 23, 2012 | Visits: 278

KxParser KxParser is a dinamic and reliable parser library. There are many parser generators today on the market and you may be wondering why yet another? Answer is simple - because none of those parsers are dynamic initialized! What does it mean? Today's parsers allows you to define inputs and rules and... Platforms: Windows

License: Freeware Download (49): KxParser Download

Added: March 06, 2010 | Visits: 1.344

RapidXml RapidXml is an attempt to create the fastest XML parser possible, while retaining useability, portability and reasonable W3C compatibility. It is an in-situ parser written in modern C++, with parsing speed approaching that of strlen function executed on the same data. If you are looking for a... Platforms: *nix

License: Freeware Size: 40.96 KB Download (133): RapidXml Download

Released: October 03, 2007  |  Added: October 28, 2007 | Visits: 2.062

General SQL Parser .NET version Adds powerful sql processing capability to your program,including sql syntax check, beautify complex sql code with lots of customizable format options,identify various database objects such as table, column, constraints in sql scripts,modify and rebuild sql on the fly, translate sql expression... Platforms: Windows

License: Shareware Cost: $79.95 USD Size: 6.84 MB Download (123): General SQL Parser .NET version Download

Added: June 20, 2013 | Visits: 377

SpeedJG SpeedJG is an XML-based GUI builder tool to create state-of-the-art Java Swing applications. The core part of this tool is a parser that reads the meta-data described in XML to create Java GUI components on the fly. An IDE, itself generated by and using this parser, enables the Java developer to... Platforms: Java

License: Shareware Cost: $0.00 USD Size: 1.21 MB Download (41): SpeedJG Download

Added: June 20, 2010 | Visits: 1.144

XML::Descent XML::Descent is a Perl module for recursive descent XML parsing. SYNOPSIS use XML::Descent; # Create parser my $p = XML::Descent->new({ Input => $xml }); # Setup handlers $p->on(folder => sub { my ($elem, $attr) = @_; $p->on(url => sub { my ($elem, $attr) = @_; my $link = { name... Platforms: *nix

License: Freeware Size: 9.22 KB Download (93): XML::Descent Download

Added: August 12, 2010 | Visits: 1.163

GO::Model::Term GO::Model::Term is a term or concept in an ontology. SYNOPSIS # From a file use GO::Parser; my $parser = new GO::Parser({handler=>obj}); # create parser object $parser->parse("gene_ontology.obo"); # parse file -> objects my $graph = $parser->handler->graph; # get L object my $term =... Platforms: *nix

License: Freeware Size: 593.92 KB Download (97): GO::Model::Term Download

Added: August 05, 2013 | Visits: 418

Template Parser Engine Template Parser Engine is a PHP Project designed to help developer create automatically different file formats. With this free project, developer only needs to set special tags into templates, and this PHP template will then create dynamic code automatically to covert pictures and send email. Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 51.2 KB Download (42): Template Parser Engine Download

Added: April 03, 2013 | Visits: 628

HTML Parser for PHP for Scripts This is an open source HTML parser written in PHP. This parser also comes with a tool that converts HTML to text, as an example.This parser is designed for speed and flexibility. It does not create an object model for you. But it doesn't prevent you from using its results to create an object... Platforms: PHP

License: Freeware Size: 10 KB Download (44): HTML Parser for PHP for Scripts Download

Added: August 27, 2013 | Visits: 300

iCal feed parser Parser for iCal feeds. Version 1 works with FeedAPI. Version 2 is the parser for feeds, it is in development and has known issues. It should work fine for basic feeds. Both require Date module v2 DateAPI.Suggested recipe: use with FeedAPI mapper and its developing date field mapper to create... Platforms: PHP

License: Freeware Size: 10 KB Download (46): iCal feed parser Download

Added: March 04, 2010 | Visits: 897

Test-Parser Test::Parser is a collection of parsers for different test output file formats. These parse the data into a general purpose data structure that can then be used to create reports, do post-processing analysis, etc. Test-Parser can also export tests in SpikeSources TRPI test description XML... Platforms: *nix

License: Freeware Size: 54.27 KB Download (95): Test-Parser Download

Added: May 17, 2010 | Visits: 924

Test::Parser Test::Parser is a collection of parsers for different test output file formats. These parse the data into a general purpose data structure that can then be used to create reports, do post-processing analysis, etc. Test::Parser can also export tests in SpikeSources TRPI test description XML... Platforms: *nix

License: Freeware Size: 45.06 KB Download (97): Test::Parser Download

Added: June 08, 2010 | Visits: 1.287

DateTime::Format::Builder DateTime::Format::Builder is a Perl module to create datetime parser classes and objects. SYNOPSIS package DateTime::Format::Brief; our $VERSION = 0.07; use DateTime::Format::Builder ( parsers => { parse_datetime => [ { regex => qr/^(d{4})(dd)(dd)(dd)(dd)(dd)$/, params => [qw( year... Platforms: *nix

License: Freeware Size: 48.13 KB Download (100): DateTime::Format::Builder Download

Added: October 24, 2010 | Visits: 1.104

HTML Parser HTMLParser is a super-fast real-time parser for real-world HTML. What has attracted most developers to HTMLParser has been its simplicity in design, speed and ability to handle streaming real-world html. The two fundamental use-cases that are handled by the parser are extraction and... Platforms: *nix

License: Freeware Size: 4.2 MB Download (98): HTML Parser Download

Added: February 01, 2010 | Visits: 1.316

MIME::Parser MIME::Parser is a experimental class for parsing MIME streams. SYNOPSIS Before reading further, you should see MIME::Tools to make sure that you understand where this module fits into the grand scheme of things. Go on, do it now. Ill wait. Ready? Ok... Basic usage examples ### Create a... Platforms: *nix

License: Freeware Size: 389.12 KB Download (108): MIME::Parser Download

Added: February 23, 2010 | Visits: 1.144

IAM OPML Parser Class IAM OPML Parser Class parses an OPML file (provided its URL) and returns an array. OPML (Outline Processor Markup Language) is an XML format for outlines. Originally developed by Radio UserLand as a native file format for an outliner application, it has since been adopted for other uses, the... Platforms: *nix

License: Freeware Size: 2.05 KB Download (106): IAM OPML Parser Class Download

Added: November 06, 2010 | Visits: 643

Regexp::Parser::Handlers Regexp::Parser::Handlers is a Perl module with handlers for Perl 5 regexes. This module holds the init() method for the Regexp::Parser class, which installs all the handlers for standard Perl 5 regexes. This documentation contains a sub-classing tutorial. SUB-CLASSING I will present two... Platforms: *nix

License: Freeware Size: 40.96 KB Download (86): Regexp::Parser::Handlers Download

Added: February 26, 2010 | Visits: 751

Regexp::Parser Regexp::Parser is a Perl module for parsing regexes. This module parses regular expressions (regexes). Its default "grammar" is Perl 5.8.4s regex set. Grammar is quoted because the module does not so much define a grammar as let each matched node state what it expects to match next, but there... Platforms: *nix

License: Freeware Size: 40.96 KB Download (94): Regexp::Parser Download

Added: April 08, 2010 | Visits: 1.043

Language::Zcode::Parser Language::Zcode::Parser is a Perl module that reads and parses a Z-code file into a big Perl hash. SYNOPSIS # Create a Pure Perl Parser my $pParser = new Language::Zcode::Parser "Perl"; # If they didnt put ".z5" at the end, find it anyway $infile = $pParser->find_zfile($infile) || exit;... Platforms: *nix

License: Freeware Size: 296.96 KB Download (95): Language::Zcode::Parser Download

Added: February 17, 2010 | Visits: 1.269

X12::Parser::Readme X12::Parser::Readme is a Perl module for understanding configuration (cf) files for X12::Parser. X12 transactions ASC X12 standards define commonly used EDI transactions. The standards define a structure/format for exchange of EDI data. Each transaction type is called a "transaction set".... Platforms: *nix

License: Freeware Size: 19.46 KB Download (115): X12::Parser::Readme Download

Released: June 02, 2012  |  Added: June 02, 2012 | Visits: 457

Parser Generator Parser Generator is a YACC and Lex programming tool for Windows. As well as including a Graphical User Interface, the software also includes two versions of YACC and Lex, called AYACC and ALex. Parser Generator is able to generate C, C++ and Java parsers and lexical analysers. This includes both... Platforms: Windows

License: Shareware Cost: $60.00 USD Size: 4.3 MB Download (429): Parser Generator Download

1 2 3 4 5 >