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

Simple Parser software
Filter: All | Freeware | Demo
 

Simple Parser

< 1 2 3 4 5 
Added: August 06, 2010 | Visits: 1.362

Simple Blue Simple Blue is a modified Sunergos Blue theme with user list. Lightweight (SVG), elegant, works with all languages and widescreen.. Platforms: *nix

License: Freeware Size: 30.72 KB Download (129): Simple Blue Download

Added: July 13, 2010 | Visits: 1.258

Raptor RDF Parser Toolkit Raptor RDF Parser Toolkit is a free software and Open Source C library that provides a set of parsers and serializers that generate Resource Description Framework (RDF) triples by parsing syntaxes or serialize the triples into a syntax. The supported parsing syntaxes are RDF/XML, N-Triples,... Platforms: *nix

License: Freeware Size: 1.4 MB Download (107): Raptor RDF Parser Toolkit Download

Added: July 25, 2010 | Visits: 927

Simple ECMAScript Engine ECMAScript is a standardized language also known variously as JavaScript, JScript, and LiveScript. SEE is a library that provides a parser and runtime environment for this language. Simple ECMAScript Engine conforms to CMAScript Edition 3, and to JavaScript 1.5, with some compatibility switches... Platforms: *nix

License: Freeware Size: 942.08 KB Download (178): Simple ECMAScript Engine Download

Added: October 24, 2010 | Visits: 1.103

HTML Parser HTMLParser is a super-fast real-time parser for real-world HTML. What has attracted most developers to HTMLParser has been its simplicity in design, speed and ability to handle streaming real-world html. The two fundamental use-cases that are handled by the parser are extraction and... Platforms: *nix

License: Freeware Size: 4.2 MB Download (98): HTML Parser Download

Added: February 24, 2010 | Visits: 1.293

DNS name parser DNS name parser is a Java utility library for parsing dns names, ip and hw addresses. Synopsis import su.netdb.parser.*; Parser parser = new Parser(); Hashtable result = parser.parse(str); System.out.println("string: "+result.get("string")); System.out.println("hw: "+result.get("hw"));... Platforms: *nix

License: Freeware Size: 8.19 KB Download (105): DNS name parser Download

Added: March 26, 2010 | Visits: 1.236

Simple components for Ada Simple components for Ada library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This library is distributed in the... Platforms: *nix

License: Freeware Size: 378.88 KB Download (96): Simple components for Ada Download

Added: October 17, 2010 | Visits: 642

XML::Genx::Simple XML::Genx::Simple is a slightly simpler wrapper class for genx. SYNOPSIS use XML::Genx::Simple; my $w = XML::Genx::Simple->new; eval { # bar $w->StartDocFile( *STDOUT ); $w->StartElementLiteral( root ); $w->Element( foo => bar, id => 1 ); $w->EndElement; $w->EndDocument; };... Platforms: *nix

License: Freeware Size: 37.89 KB Download (88): XML::Genx::Simple Download

Added: April 04, 2010 | Visits: 882

ICS::Simple ICS::Simple is a simple interface to CyberSource ICS2. SYNOPSIS Here is some basic code. Hopefully Ill come back through soon to document it properly. use ICS::Simple; my $ics = ICS::Simple->new( ICSPath => /opt/ics, MerchantId => v0123456789, # CyberSource supplies this number to you... Platforms: *nix

License: Freeware Size: 10.24 KB Download (101): ICS::Simple Download

Added: April 08, 2010 | Visits: 1.589

Simple C++ ODBC Database API Simple C++ ODBC Database API is designed to encapsulate the ODBC API functionality in an object oriented manner. The API was created due to an absence of any other such API that was database independent. The database independence is achieved using the ODBC (Open DataBase Connectivity) API.... Platforms: *nix

License: Freeware Size: 84.99 KB Download (117): Simple C++ ODBC Database API Download

Added: June 05, 2010 | Visits: 1.118

XML::Checker::Parser XML::Checker::Parser is an XML::Parser that validates at parse time. SYNOPSIS use XML::Checker::Parser; my %expat_options = (KeepCDATA => 1, Handlers => [ Unparsed => &my_Unparsed_handler ]); my $parser = new XML::Checker::Parser (%expat_options); eval { local $XML::Checker::FAIL =... Platforms: *nix

License: Freeware Size: 368.64 KB Download (110): XML::Checker::Parser Download

Added: January 25, 2010 | Visits: 976

XML::Parser::EasyTree XML::Parser::EasyTree is an easier tree style for XML::Parser. SYNOPSIS use XML::Parser; use XML::Parser::EasyTree; $XML::Parser::Easytree::Noempty=1; my $p=new XML::Parser(Style=>EasyTree); my $tree=$p->parsefile(something.xml); XML::Parser::EasyTree adds a new "built-in" style called... Platforms: *nix

License: Freeware Size: 3.07 KB Download (96): XML::Parser::EasyTree Download

Added: February 01, 2010 | Visits: 1.316

MIME::Parser MIME::Parser is a experimental class for parsing MIME streams. SYNOPSIS Before reading further, you should see MIME::Tools to make sure that you understand where this module fits into the grand scheme of things. Go on, do it now. Ill wait. Ready? Ok... Basic usage examples ### Create a... Platforms: *nix

License: Freeware Size: 389.12 KB Download (108): MIME::Parser Download

Added: January 08, 2010 | Visits: 785

PGPLOT::Simple PGPLOT::Simple is a simple Perl Interface to PGPLOT. SYNOPSIS use strict; use PGPLOT::Simple qw(:essential); die "Must provide a filename.n" unless @ARGV; my $filename = shift; chomp $filename; unless ( $filename =~ /.ps$/ ) { $filename .= ".ps"; } set_begin({ file =>... Platforms: *nix

License: Freeware Size: 33.79 KB Download (95): PGPLOT::Simple Download

Added: February 20, 2010 | Visits: 894

Simple Config Simple Config library supports configuration files consisting of simple name-value pairs, similar to the old Windows INI files. A config file can be loaded into memory, queried by item name, modified, and written back out to a file. Configuration items may also be "watched", which causes a... Platforms: *nix

License: Freeware Size: 23.55 KB Download (97): Simple Config Download

Added: January 04, 2010 | Visits: 1.224

Uppaal Timed Automata Parser Library Uppaal Timed Automata Parser Library (libutap) is the parser library used by UPPAAL.. Platforms: *nix

License: Freeware Size: 419.84 KB Download (109): Uppaal Timed Automata Parser Library Download

Added: March 23, 2010 | Visits: 876

Polymorphic XML Parser Polymorphic XML Parser is a validating XML parser for the programming language Objective Caml. In October, 1999, I started writing a validating XML parser for OCaml; the first published versions have been called "Markup" (simply because the package name was "markup"). After this parser had some... Platforms: *nix

License: Freeware Size: 614.4 KB Download (91): Polymorphic XML Parser Download

Added: July 25, 2010 | Visits: 1.181

Blog::Simple Blog::Simple is a Perl extension for the creation of a simple weblog (blogger) system. SYNOPSIS use Blog::Simple; my $sbO = Blog::Simple->new(); $sbO->create_index(); #generally only needs to be called once my $content=" blah blah blah in XHTM"p" Better when done in XHTM"p""; my $title... Platforms: *nix

License: Freeware Size: 7.17 KB Download (93): Blog::Simple Download

Added: April 15, 2010 | Visits: 875

MP3::Icecast::Simple MP3::Icecast::Simple is a simple MP3::Icecast wrapper. SYNOPSIS use MP3::Icecast::Simple; $icy = MP3::Icecast::Simple->new( description => "Station", server => 127.0.0.1:8000, password => password, local_port => 1234, bitrate => 96 ); $icy->play("/path/to/files"); ABSTRACT... Platforms: *nix

License: Freeware Size: 4.1 KB Download (112): MP3::Icecast::Simple Download

Added: May 16, 2010 | Visits: 1.435

regular expression parser regular expression parser is a C++ regexp parser that accomplishes The Open Group specification Issue 6, IEEE Std 1003.1, 2004 Edition. regular expression parser allows you to parse input using regular expressions, and to retrieve parsed sub-expression matches in a few steps.. Platforms: *nix

License: Freeware Size: 337.92 KB Download (145): regular expression parser Download

Added: October 13, 2010 | Visits: 2.308

Simple PHP Internet Traffic Shaping Simple PHP Internet Traffic Shaping in short SPITS, is a PHP Web Interface for managing traffic control queueing disciplines (qdiscs) and classes. Iptables rules are used in order to classify the packets. It currently only supports few qdiscs and iptables rules with few matches.. Get Simple PHP... Platforms: *nix

License: Freeware Size: 17.41 KB Download (180): Simple PHP Internet Traffic Shaping Download

< 1 2 3 4 5