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

Parser Module freeware
Filter: All | Freeware | Demo
 

Parser Module

1 2 3 4 5 > 
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 07, 2013 | Visits: 381

ICCD Parser The ICCD Parser Module extends the Feeds Module implementing a parser for the ICCD xml files.ICCD ("Istituto Centrale per il Catalogo e la Documentazione" also known as "Central Institute for Cataloguing and Documentation") is the body within the Ministry for Cultural Heritage and Activities of...





Platforms: PHP

License: Freeware Size: 10 KB Download (45): ICCD Parser Download

Added: October 27, 2010 | Visits: 833

PerlPoint::Tags::XML PerlPoint::Tags::XML is a PerlPoint tag set used by pp2sdf. SYNOPSIS # declare tags used by pp2sdf use PerlPoint::Tags::XML; This module declares PerlPoint tags used by XML converters. Tag declarations are used by the parser to determine if a used tag is valid, if it needs options, if it...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (88): PerlPoint::Tags::XML Download

Added: March 03, 2010 | Visits: 778

PerlPoint::Tags::CPPP PerlPoint::Tags::CPPP is a PerlPoint tag set used by pp2cppp. SYNOPSIS # declare tags used by pp2cppp use PerlPoint::Tags::CPPP; This module declares PerlPoint tags used by pp2cppp. Tag declarations are used by the parser to determine if a used tag is valid, if it needs options, if it...


Platforms: *nix

License: Freeware Size: 327.68 KB Download (94): PerlPoint::Tags::CPPP Download

Added: September 27, 2010 | Visits: 909

PerlPoint::Tags::SDF PerlPoint::Tags::SDF is a PerlPoint tag set used by pp2sdf. SYNOPSIS # declare tags used by pp2sdf use PerlPoint::Tags::SDF; This module declares PerlPoint tags used by pp2sdf. Tag declarations are used by the parser to determine if a used tag is valid, if it needs options, if it needs a...


Platforms: *nix

License: Freeware Size: 419.84 KB Download (168): PerlPoint::Tags::SDF Download

Added: September 24, 2010 | Visits: 854

Locale::Maketext::Lexicon::Gettext Locale::Maketext::Lexicon::Gettext is a Perl module for PO and MO file parser for Maketext. SYNOPSIS Called via Locale::Maketext::Lexicon: package Hello::I18N; use base Locale::Maketext; use Locale::Maketext::Lexicon { de => [Gettext => hello/de.mo], }; Directly calling parse(): use...


Platforms: *nix

License: Freeware Size: 83.97 KB Download (96): Locale::Maketext::Lexicon::Gettext Download

Added: June 08, 2010 | Visits: 1.280

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: January 05, 2010 | Visits: 898

Parsing Parsing module is a pure-Python module that implements an LR(1) parser generator, as well as CFSM and GLR parser drivers. From an algorithmic perspective, this is one of the most advanced parser generators in existence, for the following reasons: - The Parsing module uses a scalable algorithm...


Platforms: *nix

License: Freeware Size: 82.94 KB Download (106): Parsing Download

Added: November 15, 2010 | Visits: 982

XML::Parser::PerlSAX XML::Parser::PerlSAX is a Perl SAX parser using XML::Parser. SYNOPSIS use XML::Parser::PerlSAX; $parser = XML::Parser::PerlSAX->new( [OPTIONS] ); $result = $parser->parse( [OPTIONS] ); $result = $parser->parse($string); XML::Parser::PerlSAX is a PerlSAX parser using the XML::Parser...


Platforms: *nix

License: Freeware Size: 64.51 KB Download (107): XML::Parser::PerlSAX Download

Released: December 25, 2012  |  Added: December 25, 2012 | Visits: 1.872

Module::MakefilePL::Parse Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", <$fh>) ); $info = $parser->required; The purpose of this module is to determine the...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (100): Module::MakefilePL::Parse Download

Added: March 27, 2010 | Visits: 1.124

PerlPoint::Tags::Basic PerlPoint::Tags::Basic is a Perl module that declares basic PerlPoint tags. SYNOPSIS # declare basic tags use PerlPoint::Tags::Basic; This module declares several basic PerlPoint tags. Tag declarations are used by the parser to determine if a used tag is valid, if it needs options, if it...


Platforms: *nix

License: Freeware Size: 419.84 KB Download (97): PerlPoint::Tags::Basic Download

Added: August 15, 2010 | Visits: 753

Pod::SAX Pod::SAX is a SAX parser for Pod. SYNOPSIS my $h = XML::SAX::Writer->new(); my $p = Pod::SAX->new( Handler => $h ); $p->parse_uri(perlpodspec.pod); Very simply, this module parses POD (or perl) files and turns the Plain Old Documentation into SAX events (which often youll use to turn into...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (88): Pod::SAX Download

Added: March 02, 2010 | Visits: 827

XML::DOM XML::DOM is a perl module for building DOM Level 1 compliant document structures. SYNOPSIS use XML::DOM; my $parser = new XML::DOM::Parser; my $doc = $parser->parsefile ("file.xml"); # print all HREF attributes of all CODEBASE elements my $nodes = $doc->getElementsByTagName...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (97): XML::DOM Download

Added: April 20, 2013 | Visits: 264

SimpleParse 2.a1 SimpleParse provides a simple and fast parser generator using a modified version of the mxTextTools text-tagging engine. SimpleParse allows you to generate parsers directly from your EBNF grammar. Unlike most parser generators, SimpleParse generates single-pass parsers (there is no distinct...


Platforms: BSD Solaris

License: Freeware Download (49): SimpleParse 2.a1 Download

Added: March 24, 2013 | Visits: 245

SimpleParse 2.a1 SimpleParse provides a simple and fast parser generator using a modified version of the mxTextTools text-tagging engine. SimpleParse allows you to generate parsers directly from your EBNF grammar. Unlike most parser generators, SimpleParse generates single-pass parsers (there is no distinct...


Platforms: BSD Solaris

License: Freeware Download (49): SimpleParse 2.a1 Download

Added: January 22, 2013 | Visits: 282

SimpleParse 2.a1 SimpleParse provides a simple and fast parser generator using a modified version of the mxTextTools text-tagging engine. SimpleParse allows you to generate parsers directly from your EBNF grammar. Unlike most parser generators, SimpleParse generates single-pass parsers (there is no distinct...


Platforms: BSD Solaris

License: Freeware Download (51): SimpleParse 2.a1 Download

Added: December 03, 2012 | Visits: 254

SimpleParse 2.a1 SimpleParse provides a simple and fast parser generator using a modified version of the mxTextTools text-tagging engine. SimpleParse allows you to generate parsers directly from your EBNF grammar. Unlike most parser generators, SimpleParse generates single-pass parsers (there is no distinct...


Platforms: BSD Solaris

License: Freeware Download (48): SimpleParse 2.a1 Download

Added: September 23, 2010 | Visits: 1.174

HTML::Tree::Scanning HTML::Tree::Scanning contains an article: "Scanning HTML". SYNOPSIS # This an article, not a module. The following article by Sean M. Burke first appeared in The Perl Journal #19 and is copyright 2000 The Perl Journal. It appears courtesy of Jon Orwant and The Perl Journal. This document...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (93): HTML::Tree::Scanning Download

Released: August 06, 2012  |  Added: August 06, 2012 | Visits: 1.051

Relax for Windows Relax for Windows is a free GPL licensed web server log analyzer. This tool analyzes which search engines, search keywords and referring URLs led visitors to the web site. Frequently updated parser module recognizes hundreds of search engines. HTML reports can be configured to include links to...


Platforms: Windows

License: Freeware Size: 1.71 MB Download (474): Relax for Windows Download

Released: July 03, 2012  |  Added: July 03, 2012 | Visits: 443

MAGICCALC MagicCalc is a full functions 2D/3D Graphic Calculator. It's composed by: - Console window for input/output, and calculus operations. - 2D graphic window for 2D functions and 2D parametric functions - 3D graphic window for 3D functions and 3D parametric functions - Full bitmap fonts based text...


Platforms: Windows

License: Freeware Size: 171 KB Download (503): MAGICCALC Download

1 2 3 4 5 >