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

Parse freeware
Filter: All | Freeware | Demo
 

Parse

< 1 2 3 4 5 > 
Added: January 18, 2010 | Visits: 1.187

HTML::WikiConverter::Normalizer SYNOPSIS use HTML::TreeBuilder; use HTML::WikiConverter::Normalizer; my $tree = new HTML::TreeBuilder(); $tree->parse( text ); my $norm = new HTML::WikiConverter::Normalizer(); $norm->normalize($tree); # Roughly gives " text " print $tree->as_HTML(); HTML::WikiConverter dialects...



Platforms: *nix

License: Freeware Size: 34.82 KB Download (102): HTML::WikiConverter::Normalizer Download

Added: May 10, 2013 | Visits: 993

TCLP TCLP will parse your Starsiege Tribes or Tribes 2 server's logfile and pull out name/ip correlations and scoring information. The data is entered into a MySQL database. You can retrieve the data either through manually entering SQL commands or through the provided web (php) interface. TCLP was...





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

License: Freeware Download (102): TCLP Download

Added: September 23, 2010 | Visits: 1.818

Regexp::Log::BlueCoat Regexp::Log::BlueCoat is a regexp builder to parse BlueCoat log files. SYNOPSIS my $blue = Regexp::Log::BlueCoat->new( format => %g %e %a %w/%s %b %m %i %u %H/%d %c, capture => [qw( host code )], ); # the format() and capture() methods can be used to set or get $blue->format(%g %e %a...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (101): Regexp::Log::BlueCoat Download

Added: June 18, 2010 | Visits: 776

X500::DN::Parser X500::DN::Parser is a Perl module that can parse X500 Distinguished Names. SYNOPSIS use X500::DN::Parser; my($parser) = new X500::DN::Parser(&errorInDN); my($dn, $genericDN, %RDN) = $parser -> parse(c=au;o=MagicWare;cn=Ron Savage, c, [l], o, [ou], cn); Parse DNs where the caller knows...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (101): X500::DN::Parser Download

Added: November 20, 2010 | Visits: 900

Finance::IIF Finance::IIF is a Perl module that can parse and create IIF files for QuickBooks. SYNOPSIS use Finance::IIF; my $iif = Finance::IIF->new( file => "test.iif" ); while ( my $record = $iif->next ) { print( "Header: ", $record->{header}, "n" ); foreach my $key ( keys %{$record} ) { print(...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (101): Finance::IIF Download

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

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: January 16, 2010 | Visits: 900

pipo pipo project is a quick tool to scan and parse directories recursively and find images based on user-specified criteria, such as independent resolution on both image axis or dominant color searches, and supporting a large number of graphical formats. Similar to a find utility, pipo should prove...


Platforms: *nix

License: Freeware Size: 87.04 KB Download (100): pipo Download

Added: June 20, 2010 | Visits: 826

hachoir-regex hachoir-regex application is regex manipulation Python library. Its used by hachoir-subfile for fast pattern matching (find file header). Examples Regex creation >>> from hachoir_core.regex import parse, createString >>> createString("bike") | createString("motor") < RegexOr (bike|motor)...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (100): hachoir-regex Download

Added: June 01, 2010 | Visits: 934

Parse::RecDescent::FAQ Parse::RecDescent::FAQ is the official, authorized FAQ for Parse::RecDescent. OVERVIEW-TYPE QUESTIONS Is Parse::RecDescent LL(1)? LL(N)? LR(1)? LR(N)? Answer by Yves Orton: I have a data structure which is a hash of entries where an entry is a list/array of sets I have also a grammar...


Platforms: *nix

License: Freeware Size: 77.82 KB Download (99): Parse::RecDescent::FAQ Download

Added: May 09, 2010 | Visits: 1.023

XML::Rules XML::Rules is a Perl module that can parse XML & process tags by rules starting from leaves. SYNOPSIS use XML::Rules; $xml = < < *END* < doc > < person > < fname >...< /fname > < lname >...< /lname > < email >...< /email > < address > < street >...< /street > < city >...< /city > <...


Platforms: *nix

License: Freeware Size: 38.91 KB Download (99): XML::Rules Download

Added: June 04, 2010 | Visits: 1.076

Mail::Box::Parser::C Mail::Box::Parser::C is a Perl module that can parse folders for MailBox with C routines. This is an optional module for MailBox, and will (once installed) automatically be used by MailBox to parse e-mail message content when the message is supplied as file-handle. In all other cases, MailBox...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (99): Mail::Box::Parser::C Download

Added: September 02, 2010 | Visits: 1.108

Config Maker Config Maker is a tool to automatically create C++ classes that parse configuration files. Only a few lines of text that describe the possible entries in the configuration file are needed, and the complete class will be generated ready for use. Basic usage The input files for Config Maker...


Platforms: *nix

License: Freeware Size: 307.2 KB Download (99): Config Maker Download

Added: January 18, 2010 | Visits: 1.367

SVG::Metadata SVG::Metadata is a Perl module to capture metadata info about an SVG file. SYNOPSIS use SVG::Metadata; my $svgmeta = new SVG::Metadata; $svgmeta->parse($filename) or die "Could not parse $filename: " . $svgmeta->errormsg(); $svgmeta2->parse($filename2) or die "Could not parse...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (99): SVG::Metadata Download

Added: September 07, 2010 | Visits: 892

Pod::POM Pod::POM is a POD Object Model. SYNOPSIS use Pod::POM; my $parser = Pod::POM->new(%options); # parse from a text string my $pom = $parser->parse_text($text) || die $parser->error(); # parse from a file specified by name or filehandle my $pom = $parser->parse_text($file) || die...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (99): Pod::POM Download

Added: November 12, 2010 | Visits: 1.118

StateML StateML is a State Machine Markup Language, with GraphViz and template-driven code generation. SYNOPSIS ## See the stml command for command line use (recommended) ## Heres what a .stml file might look like: < machine id="main" xmlns="http://slaysys.com/StateML/1.0"...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (99): StateML Download

Added: March 18, 2010 | Visits: 820

Math::Expr Math::Expr is a Perl module that parses mathematical expressions. SYNOPSIS require Math::Expr; $p=new Math::Expr; $e=$p->Parse("a+4*b-d/log(s)+f(d,e)"); Parses mathematical expressions into a tree structure. The expressions may contain integers, real numbers, alphanumeric variable names,...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (99): Math::Expr Download

Added: February 18, 2010 | Visits: 693

RDF::Notation3 RDF::Notation3 is a RDF Notation3 parser. SYNOPSIS $rdf = RDF::Notation3::Triples->new(); $rdf->parse_file($path); $triples = $rdf->get_triples; $rdf = RDF::Notation3::XML->new(); $rdf->parse_file($path); $string = $rdf->get_string; $handler = SAXHandler->new(); $rdf =...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (99): RDF::Notation3 Download

Added: October 19, 2010 | Visits: 824

Bigtop::Parser Bigtop::Parser is the Parse::RecDescent grammar driven parser for bigtop files. SYNOPSIS Make a file like this: config { base_dir `/home/username`; Type1 Backend {} Type2 Backend {} Type3 Backend {} } app App::Name { table name { } controller SomeController {} } Then run this...


Platforms: *nix

License: Freeware Size: 378.88 KB Download (99): Bigtop::Parser Download

Added: August 10, 2010 | Visits: 810

Blatte::Parser Blatte::Parser is a Perl module that contains a parser for Blatte syntax. SYNOPSIS use Blatte::Parser; $parser = new Blatte::Parser(); $perl_expr = $parser->parse(INPUT); or $parsed_expr = $parser->expr(INPUT); if (defined($parsed_expr)) { $perl_expr = $parsed_expr->transform(); }...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (98): Blatte::Parser Download

Added: July 01, 2010 | Visits: 2.070

Net::DNS::ZoneFile Net::DNS::ZoneFile is a Perl extension to convert a zone file to a collection of RRs. SYNOPSIS use Net::DNS::ZoneFile; my $rrset = Net::DNS::ZoneFile->read($filename[, $root]); print $_->string . "n" for @$rrset; my $rrset = Net::DNS::ZoneFile->readfh($fh[, $root]); # OR my $rrset =...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (98): Net::DNS::ZoneFile Download

< 1 2 3 4 5 >