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

Pennsylvania Parse freeware
Filter: All | Freeware | Demo
 

Pennsylvania Parse

< 1 2 3 4 5 > 
Added: September 23, 2010 | Visits: 1.817

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: November 04, 2010 | Visits: 680

PAR::WebStart::PNLP PAR::WebStart::PNLP is a Perl module that can parse pnlp files. SYNOPSIS my $file = hello.pnlp; my $obj = PAR::WebStart::PNLP->new(file => $file); my $cfg = $obj->parse(); This module is used to parse PNLP files, which are XML files whose syntax is described later in this document. The...





Platforms: *nix

License: Freeware Size: 23.55 KB Download (94): PAR::WebStart::PNLP Download

Added: June 18, 2010 | Visits: 775

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: September 09, 2010 | Visits: 2.506

Geo::Gpx Geo::Gpx is a Perl module to create and parse GPX files. SYNOPSIS # Version 0.10 compatibility use Geo::Gpx; my $gpx = Geo::Gpx->new( @waypoints ); my $xml = $gpx->xml; # New API, generate GPX my $gpx = Geo::Gpx->new(); $gpx->waypoints(@wpt); my $xml = $gpx->xml(1.0); # Parse GPX...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (214): Geo::Gpx Download

Added: January 15, 2010 | Visits: 843

iCal::Parser iCal::Parser is a Perl module to parse iCalendar files into a data structure. SYNOPSIS use iCal::Parser my $parser=iCal::Parser->new(); my $hash=$parser->parse($file); $parser->parse($another_file); my $combined=$parser->calendar; my $combined=iCal::Parser->new->parse(@files); my...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (119): iCal::Parser Download

Added: August 18, 2010 | Visits: 1.269

DateTime::Format::Strptime DateTime::Format::Strptime is a Perl module to parse and format strp and strf time patterns. SYNOPSIS use DateTime::Format::Strptime; my $Strp = new DateTime::Format::Strptime( pattern => %T, locale => en_AU, time_zone => Australia/Melbourne, ); my $dt =...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (92): DateTime::Format::Strptime Download

Added: October 27, 2010 | Visits: 833

Googolplex Googolplex is just a Python class to do a query on Google search engine, parse it and returns the result as a list. My friend Matias Torchinsky wrote me a pretty brief history about the Googolplex: "According to the penguin dictionary of curious and interesting Numbers a googol is a number...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (93): Googolplex Download

Added: November 09, 2010 | Visits: 1.979

Games::Go::SGF Games::Go::SGF is a Perl module that can parse and dissect Standard Go Format files. SYNOPSIS use Games::Go::SGF; my $sgf = new Games::Go::SGF($sgfdata); print "Game played on ".$sgf->date."n"; print $sgf->white. " (W) vs. ".$sgf->black." (B)n"; print "Board size: ".$sgf->size.". Komi:...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (95): Games::Go::SGF Download

Added: July 05, 2010 | Visits: 878

DNS::ZoneParse DNS::ZoneParse is a Perl module to parse and manipulate DNS Zone Files. SYNOPSIS use DNS::ZoneParse; my $zonefile = DNS::ZoneParse->new("/path/to/dns/zonefile.db", $origin); # Get a reference to the MX records my $mx = $zonefile->mx; # Change the first mailserver on the list $mx->[0]...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (92): DNS::ZoneParse Download

Added: March 21, 2010 | Visits: 911

URI::ParseSearchString URI::ParseSearchString is a Perl module that can parse Apache refferer logs and extract search engine query strings. SYNOPSIS use URI::ParseSearchString ( parse_search_string ); $string = parse_search_string(http://www.google.com/search?hl=en&q=a+simple+test&btnG=Google+Search) ;...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (105): URI::ParseSearchString Download

Added: October 27, 2010 | Visits: 818

media4moin media4moin project is a parser plugin for the MoinMoin Wiki software to parse pages written in the MediaWiki syntax..


Platforms: *nix

License: Freeware Size: 20.48 KB Download (89): media4moin Download

Added: March 25, 2010 | Visits: 616

JewelCLI JewelCLI provides an API to parse command line arguments. JewelCLI uses Java annotations to present a very simple but powerful interface. Options are defined using an annotated Java interface definition. This allow a declarative style which can be much clearer than the procedural style used by...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (87): JewelCLI Download

Added: June 09, 2010 | Visits: 3.080

Webalizer::Hist Webalizer::Hist is a Perl module to parse the webalizer.hist-file. SYNOPSIS use Webalizer::Hist; if(my $dwh = Webalizer::Hist->new(source => "webalizer.hist")) { while(my $hashref = $dwh->month()) { print "Got " . $hashref->{totalhits} . " hits in month " . $hashref->{month} . "n"; }...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (90): Webalizer::Hist Download

Released: September 16, 2012  |  Added: September 16, 2012 | Visits: 426

tlve tlve was built as a Command-Line instrument that is able to parse different tlv (tag-length-value) structures. This is done in order to print them in different text-based formats. tlve is mentioned for processing tlv files in server environments.


Platforms: Windows

License: Freeware Download (44): tlve Download

Released: November 18, 2012  |  Added: November 18, 2012 | Visits: 561

FUNDAMENTALS SQL PARSER FUNDAMENTALS SQL PARSER was specially developed as an accessible and handy Delphi / FreePascal unit that can help you parse SQL files. Now you can make use of this handy library to improve your development process.


Platforms: Windows

License: Freeware Download (51): FUNDAMENTALS SQL PARSER Download

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

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: July 03, 2012  |  Added: July 03, 2012 | Visits: 432

Ini4Net Ini4Net is an INI class designed to enable users to parse INI files in their applications. Also included is Ini4Mf - INI support for the .NET Micro Framework 4.1 (NETMF). There is minimal documentation as it is assumed you will find the class and example program so easy to use that it is self...


Platforms: Windows

License: Freeware Download (44): Ini4Net Download

Released: August 25, 2012  |  Added: August 25, 2012 | Visits: 278

psifas Psifas, also known as pypsifas is a Python library created to parse and build data structures. It comes with the ability to solve simple heuristics of interdepent sub-structures. The library is based on the concept of defining data structures in a declarative manner, where complex structures...


Platforms: Windows

License: Freeware Download (46): psifas Download

Added: May 25, 2013 | Visits: 407

odp2db odp2db is a collection of Perl programs that can be used to parse the ODP data dumps and insert the data into an SQL database. Both the structure.rdf.u8 and content.rdf.u8 files are parsed. A minimal table structure is included that is suitable for loading the database but probably not useful for...


Platforms: CGI and Perl

License: Freeware Size: 10 KB Download (46): odp2db Download

Added: June 27, 2013 | Visits: 382

MySQL Parser MySQL Parser is meant to parse boolean expressions like (item1 AND item2 AND NOT (item3 OR item4)) and converts them into MySQL full text search conditions like ( item1 item2 -(item3 item4)).


Platforms: PHP

License: Freeware Size: 20.48 KB Download (42): MySQL Parser Download

< 1 2 3 4 5 >