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

Parse software
Filter: All | Freeware | Demo
 

Parse

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

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 (100): Regexp::Log::BlueCoat Download

Added: November 04, 2010 | Visits: 678

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 (88): PAR::WebStart::PNLP Download

Added: June 18, 2010 | Visits: 772

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 (95): X500::DN::Parser Download

Added: September 09, 2010 | Visits: 2.503

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: 841

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 (113): iCal::Parser Download

Added: August 18, 2010 | Visits: 1.266

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: 827

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.977

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 (94): Games::Go::SGF Download

Added: July 05, 2010 | Visits: 875

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: 909

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: 816

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: 614

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.075

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: 424

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: August 08, 2012  |  Added: August 08, 2012 | Visits: 617

MailBee IMAP4 MailBee IMAP4 ActiveX component enables Windows and classic ASP applications to search, receive, parse, upload and manage mail and folders on IMAP servers (including Gmail). Supports TLS/SSL, S/MIME, read/unread message status and other IMAP flags, HTML mail with embedded pictures, secure...


Platforms: Windows

License: Shareware Cost: $99.00 USD Size: 1.47 MB Download (45): MailBee IMAP4 Download

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

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: 472

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: 430

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

Added: October 03, 2013 | Visits: 332

librss Librss is an open, low-dependent, ANSI C Windows/Unix library that can be used to download and parse RSS and ATOM feeds. It supports either char* UTF-8 or wchar_t* UTF-16 strings.


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 54.27 KB Download (55): librss Download

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

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

< 1 2 3 4 5 >