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

Parsing freeware
Filter: All | Freeware | Demo
 

Parsing

< 1 2 3 4 5 > 
Added: July 06, 2010 | Visits: 1.226

Simple XML Configuration Library Simple XML Configuration Library an XML library for parsing a simple configuration file format. Simple XML Configuration Library is actively developed for *nix, Mac OS X and *BSD. The goal of the project is to provide a library that can be easily wrapped into other languages such as Python and...



Platforms: *nix

License: Freeware Size: 22.53 KB Download (98): Simple XML Configuration Library Download

Added: September 14, 2010 | Visits: 1.353

Yahoo::Search::XML Yahoo::Search::XML is a Perl module with simple routines for parsing XML from Yahoo! Search. The XML sent back from Yahoo! is fairly simple, and is guaranteed to be well formed, so we really dont need much more than to make the data easily available. Id like to use XML::Simple, but it uses...





Platforms: *nix

License: Freeware Size: 35.84 KB Download (101): Yahoo::Search::XML Download

Added: February 26, 2010 | Visits: 744

Regexp::Parser Regexp::Parser is a Perl module for parsing regexes. This module parses regular expressions (regexes). Its default "grammar" is Perl 5.8.4s regex set. Grammar is quoted because the module does not so much define a grammar as let each matched node state what it expects to match next, but there...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (94): Regexp::Parser Download

Added: July 05, 2010 | Visits: 998

GMime GMime is a set of utilities for parsing and creating messages using the Multipurpose Internet Mail Extension (MIME). As a developer and user of Electronic Mail clients, I had come to realize that the vast majority of E-Mail client solutions had less-than-satisfactory MIME implementations. More...


Platforms: *nix

License: Freeware Size: 942.08 KB Download (98): GMime Download

Added: September 25, 2010 | Visits: 735

DParser DParser project is an simple but powerful tool for parsing. You can specify the form of the text to be parsed using a combination of regular expressions and grammar productions. Because of the parsing technique (technically a scannerless GLR parser based on the Tomita algorithm) there are no...


Platforms: *nix

License: Freeware Size: 266.24 KB Download (98): DParser Download

Added: January 08, 2010 | Visits: 685

Data2XML Data2XML is a quick JAXB-based tool for parsing simple-to-moderately-complex input data into a flat XML representation. It is meant to replace simple String.substring() operations and keyword searches in Java by an easy-to-use XML-configured parser. It is initialized with an XML configuration...


Platforms: *nix

License: Freeware Size: 4 MB Download (88): Data2XML Download

Added: March 18, 2010 | Visits: 683

SCSS SCSS is a Scheme module for emitting, querying, and parsing style information compatible with the W3C Cascading Stylesheets recommendation. While SCSS does not itself provide any rendering functionality, it can provide style information to applications and libraries that do. If used with XML...


Platforms: *nix

License: Freeware Size: 63.49 KB Download (87): SCSS Download

Added: February 20, 2010 | Visits: 847

MillScript-XML MillScript-XML project is an alternative Java XML parsing library with its own custom API. The underlying tokenizer can be configured to permit non-well-formed XML. This librarys API provides both an event model and a more conventional token stream model. The authors believe that the token...


Platforms: *nix

License: Freeware Size: 67.58 KB Download (94): MillScript-XML Download

Added: November 24, 2010 | Visits: 868

XML::Parser XML::Parser is a perl module for parsing XML documents. SYNOPSIS use XML::Parser; $p1 = new XML::Parser(Style => Debug); $p1->parsefile(REC-xml-19980210.xml); $p1->parse( Hello World ); # Alternative $p2 = new XML::Parser(Handlers => {Start => &handle_start, End => &handle_end,...


Platforms: *nix

License: Freeware Size: 225.28 KB Download (92): XML::Parser Download

Added: October 18, 2010 | Visits: 779

HaXml HaXml is a collection of utilities for parsing, transforming, filtering and generating XML documents using Haskell. Its basic facilities include: - a parser for XML, - a separate error-correcting parser for HTML, - an XML validator, - pretty-printers for XML and HTML. For processing XML...


Platforms: *nix

License: Freeware Size: 430.08 KB Download (93): HaXml Download

Added: March 11, 2010 | Visits: 597

Yeanpypa Yeanpypa is a parsing framework in Python, similar to pyparsing and boost::spirit. Parsers are created by writing an EBNF-like grammar as Python expressions..


Platforms: *nix

License: Freeware Size: 31.74 KB Download (95): Yeanpypa Download

Added: June 01, 2010 | Visits: 699

cclib cclib is a Python library for parsing and interpreting the results of computational chemistry packages. Among other data, cclib extracts coordinates, atomic orbital information, molecular orbital information, information on vibrational modes, and the results of a TD-DFT calculation. cclib...


Platforms: *nix

License: Freeware Size: 3.3 MB Download (89): cclib Download

Added: October 18, 2010 | Visits: 851

libsgml libsgml is a fast, lightweight state machine SGML parser capable of parsing HTML, XML, and most other markup languages in their most elementary forms. libsgml library natively supports parsing HTML and XML documents into a tree format (DOM). All other markup languages may be parsed via a system...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (102): libsgml Download

Added: March 16, 2010 | Visits: 877

XML::SAX::Intro XML::SAX::Intro is an Introduction to SAX Parsing with Perl. XML::SAX is a new way to work with XML Parsers in Perl. In this article well discuss why you should be using SAX, why you should be using XML::SAX, and well see some of the finer implementation details. The text below assumes some...


Platforms: *nix

License: Freeware Size: 58.37 KB Download (101): XML::SAX::Intro Download

Added: July 25, 2010 | Visits: 1.379

Mini-XML Mini-XML is a small XML parsing library that you can use to read XML and XML-like data files in your application without requiring large non-standard libraries. The project only requires an ANSI C compatible compiler (GCC works, as do most vendors ANSI C compilers) and a make program..


Platforms: *nix

License: Freeware Size: 153.6 KB Download (112): Mini-XML Download

Added: July 07, 2010 | Visits: 1.020

Biblio::Document::Parser Biblio::Document::Parser Perl module is a document parsing framework. Biblio::Document::Parser provides generic methods that should be overriden by specific parsers. This class should not be used directly, but rather be overridden by specific parsers. Parsers that extend the Document::Parser...


Platforms: *nix

License: Freeware Size: 194.56 KB Download (96): Biblio::Document::Parser Download

Added: April 23, 2010 | Visits: 1.466

Biblio::Citation::Parser Biblio::Citation::Parser provides a citation parsing framework. Biblio::Citation::Parser provides generic methods for reference parsers. This class should not be used directly, but rather be overridden by specific parsers. Parsers that extend the Parser class must provide at least the two...


Platforms: *nix

License: Freeware Size: 256 KB Download (219): Biblio::Citation::Parser 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

Added: March 08, 2010 | Visits: 753

XMLParser for PHP XMLParser is a library that assists in parsing XML documents into generic PHP arrays. It also comes with RSSParser, an extension of XMLParser that creates simple RSS-specific array structures from RSS feeds..


Platforms: *nix

License: Freeware Size: 11.26 KB Download (100): XMLParser for PHP Download

Added: September 17, 2010 | Visits: 944

iniParser iniparser is a free stand-alone ini file parsing library. iniParser is written in portable ANSI C and should compile anywhere. This modules offers parsing of ini files from the C level. See a complete documentation in HTML format, from this directory open the file html/index.html with any...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (123): iniParser Download

< 1 2 3 4 5 >