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

Simple Parser software
Filter: All | Freeware | Demo
 

Simple Parser

1 2 3 4 5 > 
Added: February 18, 2010 | Visits: 896

RDF::Simple::Parser RDF::Simple::Parser is a simple RDF/XML parser that reads a string containing RDF in XML. SYNOPSIS my $uri = http://www.zooleika.org.uk/bio/foaf.rdf; my $rdf = LWP::Simple::get($uri); my $parser = RDF::Simple::Parser->new(base => $uri) my @triples = $parser->parse_rdf($rdf); # returns...



Platforms: *nix

License: Freeware Size: 17.41 KB Download (104): RDF::Simple::Parser Download

Added: January 18, 2010 | Visits: 1.404

Makefile::Parser Makefile::Parser is a Simple Parser for Makefiles. SYNOPSIS use Makefile::Parser; $parser = Makefile::Parser->new; # Equivalent to ->parse(Makefile); $parser->parse or die Makefile::Parser->error; # Get last value assigned to the specified variable CC: print $parser->var(CC); # Get...





Platforms: *nix

License: Freeware Size: 18.43 KB Download (180): Makefile::Parser Download

Added: December 03, 2013 | Visits: 398

vimdown Vimdown is a very simple parser. All it does is seperate a Vim file into blocks of text that either contiguous comments or contiguous non-comments. Blocks of comments are stripped of their comment marks, '"', from the begining of the line and considered to be in markdown syntax. Non-comment...


Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 10.24 KB Download (38): vimdown Download

Added: August 16, 2013 | Visits: 347

Python PSD Parser Python PSD Parser is a simple PSD parser written in the Python language. md5=84a9f807fa88ae010e180a7a35fcd1f5


Platforms: *nix, Windows

License: Freeware Size: 768 KB Download (33): Python PSD Parser Download

Added: November 07, 2010 | Visits: 970

SiMP SiMP (Simple Mail Parser) is a procmail-like mailparser, except that its much more easier to configure. With SiMP you can automatically store incoming mail in seperate folders, remove junkmail, send a reply, forward the mail, etc. It has been tested with Sendmail and Postfix as a mailserver and...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (100): SiMP Download

Added: June 14, 2013 | Visits: 540

Speedy Make Script It replaces the "make" command with a simple parser and its makefile format with a portable XML document.It is a small engine that parses recursively an XML file and turn it into a list of command to process.A lot of tasks are automated, for example, the parser needs only the name of the main...


Platforms: C and C plus plus

License: Freeware Size: 40.96 KB Download (46): Speedy Make Script Download

Added: June 26, 2013 | Visits: 343

XIST for Linux XIST is an extensible HTML and XML generator. XIST is also a XML parser with a very simple and pythonesque tree API. Every XML element type corresponds to a Python class and these Python classes provide a conversion method to transform the XML tree (e.g. into HTML). XIST can be considered 'object...


Platforms: *nix

License: Freeware Size: 378.88 KB Download (31): XIST for Linux Download

Released: August 10, 2012  |  Added: August 10, 2012 | Visits: 1.627

ecMathExpr ecMathExpr is an ActiveX control for Visual Basic programs, for compiling and evaluating math expressions created at runtime, from within your VB projects... * Compiled, runs faster than simple parser methods * Define any number of variables and assign values to them. * Pre-compile 'user-defined'...


Platforms: All

License: Shareware Cost: $62.00 USD Size: 122.88 KB Download (56): ecMathExpr Download

Added: March 05, 2010 | Visits: 717

Hints Hints is a Perl extension for parsing /etc/printcap. SYNOPSIS use Print::Printcap; my $printcap = new Print::Printcap; print join ,,$printcap->printers(); Simple parser for /etc/printcap. THE PRINT::PRINTCAP CLASS new Constructor create instance of Print::Printcap class and parse...


Platforms: *nix

License: Freeware Size: 51.2 KB Download (92): Hints Download

Released: August 24, 2012  |  Added: August 24, 2012 | Visits: 524

Simple Math Parser Simple Math Parser is a small, effective parser specially designed for mathematical function that produces a tree to represent them. It is writen in Java and was mainly produced for use in the OpenPlotTool project, but is developed separately. for WindowsAll


Platforms: Windows

License: Freeware Download (52): Simple Math Parser Download

Added: May 29, 2013 | Visits: 607

GSA Simple XML Parser for XML Tools GSA Simple XML Parser is a XML DOM style parser class written in PHP. This class can inport XML data using expat or regex.


Platforms: PHP

License: Freeware Size: 10 KB Download (40): GSA Simple XML Parser for XML Tools Download

Added: May 10, 2013 | Visits: 536

GSA Simple XML Parser GSA Simple XML Parser is a XML DOM style parser class written in PHP. This class can inport XML data using expat or regex.


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

License: Freeware Download (63): GSA Simple XML Parser Download

Added: May 24, 2010 | Visits: 716

Rsync::Config::Parser Rsync::Config::Parser is a simple Perl module for Rsync configuration parser. SYNOPSIS use Rsync::Config::Parser; use Rsync::Config; sub main { my $parser = new Rsync::Config::Parser(); my $conf = $parser->parse(/etc/rsyncd.conf); } SUBROUTINES/METHODS new() Class constructor....


Platforms: *nix

License: Freeware Size: 22.53 KB Download (88): Rsync::Config::Parser Download

Added: April 12, 2010 | Visits: 1.385

Jericho HTML Parser Jerich HTML Parser is a simple but powerful java library allowing analysis and manipulation of parts of an HTML document, including some common server-side tags, while reproducing verbatim any unrecognised or invalid HTML. It also provides high-level HTML form manipulation functions. Jericho...


Platforms: *nix

License: Freeware Size: 870.4 KB Download (112): Jericho HTML Parser Download

Added: November 25, 2010 | Visits: 729

Pod::Simple::PullParser Pod::Simple::PullParser is a pull-parser interface to parsing Pod. SYNOPSIS my $parser = SomePodProcessor->new; $parser->set_source( "whatever.pod" ); $parser->run; Or: my $parser = SomePodProcessor->new; $parser->set_source( $some_filehandle_object ); $parser->run; Or: my $parser =...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (97): Pod::Simple::PullParser Download

Added: July 15, 2010 | Visits: 1.425

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: August 03, 2013 | Visits: 329

mofo - a microformat parser Mofo is a fast and simple microformat parser, based on a concise DSL and Hpricot.


Platforms: Ruby

License: Freeware Size: 133.12 KB Download (49): mofo - a microformat parser Download

Added: July 13, 2010 | Visits: 2.071

XML::Parser::YahooRESTGeocode SYNOPPSIS use LWP::Simple use XML::Parser; use XML::Parser::YahooRESTGeocode; #connect to yahoo geocode service my $url = http://api.local.yahoo.com/MapsService/V1/geocode; my $get = appid=YahooDemo&street=701+First+Street&city=Sunnyvale&state=CA; #call yahoo geocode service my $xml =...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (116): XML::Parser::YahooRESTGeocode Download

Added: November 11, 2010 | Visits: 884

ConfigReader::Simple ConfigReader::Simple is a simple configuration file parser. SYNOPSIS use ConfigReader::Simple; # parse one file $config = ConfigReader::Simple->new("configrc", [qw(Foo Bar Baz Quux)]); # parse multiple files, in order $config = ConfigReader::Simple->new_multiple( Files => [ "global",...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (99): ConfigReader::Simple Download

Added: November 10, 2010 | Visits: 863

JOpt Simple JOpt Simple is a simple, test-driven command line parser for Java programs. JOpt Simple supports POSIX getopt() and GNU getopt_long(). What command line switch syntax does JOpt Simple support? As closely as possible, JOpt Simple attempts to adhere to the rules of POSIX getopt() and GNU...


Platforms: *nix

License: Freeware Size: 55.3 KB Download (90): JOpt Simple Download

1 2 3 4 5 >