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

Parser Tool freeware
Filter: All | Freeware | Demo
 

Parser Tool

< 1 2 3 4 5 
Added: January 08, 2010 | Visits: 1.280

SDL::Tool::Graphic SDL::Tool::Graphic is a module for zooming and rotating SDL::Surface objects. METHODS zoom ( surface, xzoom, yzoom, smooth ) SDL::Tool::Graphic::zoom scales a SDL::Surface along the two axis independently. rotoZoom ( surface, angle, zoom, smooth ) SDL::Tool::Graphic::rotoZoom rotates... Platforms: *nix

License: Freeware Size: 778.24 KB Download (123): SDL::Tool::Graphic Download

Added: October 19, 2010 | Visits: 827

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

Added: August 07, 2010 | Visits: 1.241

Plone Click Tracking Tool Plone Click Tracking Tool is a product which aimed for assisting in tracking advertisement campaigns in Plone websites. Plone Click Tracking Tool (qClickTrackingTool ) is aimed for assisting in tracking advertisement campaigns in Plone websites. It allows to track clicks of visitors. Actual... Platforms: *nix

License: Freeware Size: 6.14 KB Download (97): Plone Click Tracking Tool Download

Added: June 18, 2010 | Visits: 778

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

GooeySAX GooeySAX is a cross-platform tool that wraps an underlying SAX parser (Apache Xerces, to be exact) in a Java Swing interface. You can use GooeySAX to parse XML documents on your local file system or across the network to determine their Well-Formedness. With the optional Validity setting... Platforms: *nix

License: Freeware Download (94): GooeySAX Download

Added: July 26, 2010 | Visits: 1.144

TCP Re-engineering Tool TCPreen is a simple tool to monitor and analyze data transmitted between clients and servers through connection-oriented streams data such as a TCP sessions; it supports TCP over either IPv4 or IPv6. This tool focuses on the data stream (software/socket layer), not on the lower level transmission... Platforms: *nix

License: Freeware Size: 41.98 KB Download (95): TCP Re-engineering Tool Download

Added: March 14, 2010 | Visits: 1.818

iCal::Parser::HTML iCal::Parser::HTML is a Perl module to generate HTML calendars from iCalendars. SYNOPSIS use iCal::Parser::HTML; my $parser=iCal::Parser::HTML->new; print $parser->parse(type=>$type,start=>$date,files=>[@icals]); This module uses iCal::Parser::SAX and XML::LibXSLT with included... Platforms: *nix

License: Freeware Size: 50.18 KB Download (120): iCal::Parser::HTML Download

Added: January 15, 2010 | Visits: 845

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: July 13, 2010 | Visits: 1.008

iCal::Parser::SAX iCal::Parser::SAX is a Perl module to generate SAX events from an iCalendar. SYNOPSIS use iCal::Parser::SAX; my $parser=iCal::Parser::SAX->new(Handler=>SAXHandler,%args); $parser->parse_uri($file); $parser->parse_uris(@files); This module uses iCal::Parser to generates SAX events for the... Platforms: *nix

License: Freeware Size: 22.53 KB Download (93): iCal::Parser::SAX Download

Added: March 12, 2010 | Visits: 2.716

mnemo memorization tool mnemo memorization tool project is a memory accelerator. mnemo is an application that helps the user memorize large amounts of arbitrary information and retain it indefinitely. Items are drilled at progressively longer intervals to allow for new ones.. Platforms: *nix

License: Freeware Size: 399.36 KB Download (143): mnemo memorization tool Download

Added: February 11, 2010 | Visits: 2.208

Network Query Tool Network Query Tool is a one-stop solution for obtaining information about a domain name or an IP address. Instead of manually using a variety of shell commands, or visiting numerous websites to investigate a host, just load Network Query Tool in your browser and enter the hostname or IP. NQT... Platforms: *nix

License: Freeware Size: 15.36 KB Download (146): Network Query Tool Download

Added: July 15, 2010 | Visits: 1.431

Shell::Parser Shell::Parser is a simple shell script parser. SYNOPSIS use Shell::Parser; my $parser = new Shell::Parser syntax => bash, handlers => { }; $parser->parse(...); $parser->eof; This module implements a rudimentary shell script parser in Perl. It was primarily written as a backend for... Platforms: *nix

License: Freeware Size: 17.41 KB Download (176): Shell::Parser Download

Added: June 12, 2010 | Visits: 1.244

XML Tree Object Model Parser XML Tree Object Model Parser is an easy to use XML parser designed to provide an easy and simple to use library for parsing XML configuration files. It is split into two components. The first one is the Parser itself, which uses J2SE 1.4 XML Parsing API, and the second one is what I call XML... Platforms: *nix

License: Freeware Size: 61.44 KB Download (110): XML Tree Object Model Parser Download

Added: September 26, 2010 | Visits: 964

XML::RSS::Parser XML::RSS::Parser is a liberal object-oriented parser for RSS feeds. SYNOPSIS #!/usr/bin/perl -w use strict; use XML::RSS::Parser; use FileHandle; my $p = XML::RSS::Parser->new; my $fh = FileHandle->new(/path/to/some/rss/file); my $feed = $p->parse_file($fh); # output some values my... Platforms: *nix

License: Freeware Size: 12.29 KB Download (93): XML::RSS::Parser Download

Added: February 21, 2010 | Visits: 1.522

Linux Security Auditing Tool The Linux Security Auditing Tool (LSAT) is a post install security auditor for Linux/Unix. Linux Security Auditing Tool checks many system configurations and local network settings on the system for common security/config errors and for packages that are not needed. It (for now) works under... Platforms: *nix

License: Freeware Size: 71.68 KB Download (110): Linux Security Auditing Tool Download

Added: July 25, 2010 | Visits: 2.057

C++ WSDL Parser C++ WSDL Parser is an efficient C++ Web services library that includes a standards compliant WSDL parser API, a Schema parser and validator, an XML parser and serializer, and an API for dynamically inspecting and invoking WSDL Web services. Whats New in This Release: - Many WSDLs can now be... Platforms: *nix

License: Freeware Size: 573.44 KB Download (170): C++ WSDL Parser Download

Added: March 18, 2010 | Visits: 2.785

eXtreme Project Management Tool eXtreme Project Management Tool offers a project management tool using eXtreme Programming principles.. Tegonal offers a powerfull LBS platform based on WLAN technology Platforms: *nix

License: Freeware Download (199): eXtreme Project Management Tool Download

Released: March 17, 2010  |  Added: March 29, 2010 | Visits: 4.488

Reverse Phone Lookup Tool Reverse Phone Lookup Tool is a program which helps you to find out the owner of any cell phone or unlisted number. Results include name, address, carrier, and other details when available. here are many reasons why you might want to conduct a reverse phone search: * Find out the source of... Platforms: Windows

License: Freeware Size: 316.36 KB Download (451): Reverse Phone Lookup Tool Download

Released: July 02, 2010  |  Added: September 03, 2010 | Visits: 3.619

ManageEngine Free Ping Tool The ManageEngine FREE Ping tool is a simple yet powerful tool with an elegant UI that helps to issue ping requests to "Multiple IP Addresses" in a single instance. And can find the health of the sever continuously for a maximum of 10 hosts. The ping data such as Ipaddress, RoundTripTime, Time To... Platforms: Windows

License: Freeware Size: 1.54 MB Download (210): ManageEngine Free Ping Tool Download

< 1 2 3 4 5