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

Html Parser C freeware
Filter: All | Freeware | Demo
 

Html Parser C

< 1 2 3 4 5 
Added: February 23, 2010 | Visits: 1.143

IAM OPML Parser Class IAM OPML Parser Class parses an OPML file (provided its URL) and returns an array. OPML (Outline Processor Markup Language) is an XML format for outlines. Originally developed by Radio UserLand as a native file format for an outliner application, it has since been adopted for other uses, the...



Platforms: *nix

License: Freeware Size: 2.05 KB Download (106): IAM OPML Parser Class Download

Added: February 11, 2010 | Visits: 926

Arabica January Arabica is a C++ XML parser toolkit that has a full SAX2 implementation (the Simple API for XML), including the optional interfaces and helper classes. It also implements the W3C DOM (Document Object Model) Level 2.0 Core, together with XPath 1.0. It delivers UTF-8 encoded std::strings or UCS-2...





Platforms: *nix

License: Freeware Size: 256 KB Download (91): Arabica January Download

Added: November 06, 2010 | Visits: 640

Regexp::Parser::Handlers Regexp::Parser::Handlers is a Perl module with handlers for Perl 5 regexes. This module holds the init() method for the Regexp::Parser class, which installs all the handlers for standard Perl 5 regexes. This documentation contains a sub-classing tutorial. SUB-CLASSING I will present two...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (86): Regexp::Parser::Handlers Download

Added: July 03, 2010 | Visits: 781

PerlPoint::Parser PerlPoint::Parser Perl module is a PerlPoint Parser. SYNOPSIS # load the module: use PerlPoint::Parser; # build the parser and run it # to get intermediate data in @stream my ($parser)=new PerlPoint::Parser; $parser->run( stream => @stream, files => @files, ); The PerlPoint format,...


Platforms: *nix

License: Freeware Size: 419.84 KB Download (90): PerlPoint::Parser Download

Added: January 26, 2010 | Visits: 815

JSCPP JSCPP is an ANSI C preprocessor and language parser that can analyze and instrument C code. Currently, its most prominent application is to add tracing to existing C programs simply by recompiling and linking it with the "jscc" compiler frontend. The standard tracing shows when a function is...


Platforms: *nix

License: Freeware Size: 307.2 KB Download (97): JSCPP Download

Added: April 08, 2010 | Visits: 1.038

Language::Zcode::Parser Language::Zcode::Parser is a Perl module that reads and parses a Z-code file into a big Perl hash. SYNOPSIS # Create a Pure Perl Parser my $pParser = new Language::Zcode::Parser "Perl"; # If they didnt put ".z5" at the end, find it anyway $infile = $pParser->find_zfile($infile) || exit;...


Platforms: *nix

License: Freeware Size: 296.96 KB Download (95): Language::Zcode::Parser Download

Added: April 03, 2010 | Visits: 1.048

HTML::Macro HTML::Macro can process HTML templates with loops, conditionals, macros and more! SYNOPSIS use HTML::Macro; $htm = new HTML::Macro (template.html); $htm->print; sub myfunc { $htm->declare (var, missing); $htm->set (var, value); return $htm->process; } ( in template.html ): < html...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (95): HTML::Macro Download

Added: October 18, 2010 | Visits: 856

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

File::Comments::Plugin::C File::Comments::Plugin::C is a plugin to detect comments in C/C++ source code. SYNOPSIS use File::Comments::Plugin::C; File::Comments::Plugin::C is a plugin for the File::Comments framework. Both /* ... */ and // style comments are recognized. This is not a full-blown C...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (111): File::Comments::Plugin::C Download

Added: July 22, 2010 | Visits: 1.011

mod_diagnostics.c mod_diagnostics is a debugging and diagnostic tool for application developers - particularly filter modules. mod_diagnostics.c can be inserted anywhere in the Apache filter chain, and logs traffic (buckets and brigades) passing through. It is a purely passive watcher, and will never touch the...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (91): mod_diagnostics.c Download

Added: February 13, 2010 | Visits: 1.218

Pod::POM::View::HTML::Filter Pod::POM::View::HTML::Filter Perl module can use filters on sections of your pod documents. SYNOPSIS In your POD: Some coloured Perl code: =begin filter perl # now in full colour! $A++; =end filter =for filter=perl $A++; # this works too This should read C : =begin filter foo...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (100): Pod::POM::View::HTML::Filter Download

Added: February 17, 2010 | Visits: 1.266

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: June 04, 2010 | Visits: 766

ShaniXmlParser ShaniXmlParser is an XML/HTML DOM/SAX parser that can be validating. It can parse badly formed XML files. ShaniXmlParser can parse files with inverted tags and bad escaped &,< and >. ShaniXmlParser expands all HTML entities. ShaniXmlParser is well suited to parse HTML files. It is up to 3...


Platforms: *nix

License: Freeware Size: 2 MB Download (88): ShaniXmlParser Download

Added: June 18, 2010 | Visits: 776

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: February 18, 2010 | Visits: 1.296

HTML::Template::JIT HTML::Template::JIT is a just-in-time compiler for HTML::Template. Templates are compiled into native machine code using Inline::C. When using HTML::Template::JIT, the compiled code is stored to disk and reused on subsequent calls. HTML::Template::JIT is up to 8 times as fast as HTML::Template...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (145): HTML::Template::JIT Download

Added: June 14, 2010 | Visits: 932

C::Sharp::Tokener C::Sharp::Tokener is a Tokeniser for C#. SYNOPSIS use C::Sharp::Tokener; do { ($token, $ttype, $remainder) = C::Sharp::Tokener::tokener($input); } while ($input = $remainder) use C::Sharp::Parser; $parser = new C::Sharp::Parser; $parser->YYParse(yylex =>...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (117): C::Sharp::Tokener Download

Added: October 05, 2010 | Visits: 737

libxml++ Libxml++ is a C++ wrapper for the libxml XML parser library. It has SAX and DOM-like APIs, but does not attempt to conform exactly to the DOM specifications because they are not aimed at C++. Its API is much simpler than the underlying libxml C API. The GNOME 2.12 Desktop is the latest...


Platforms: *nix

License: Freeware Size: 931.84 KB Download (87): libxml++ Download

Added: January 14, 2010 | Visits: 1.205

mysqmail-courier-logger 0.3.0 mysqmail-courier-logger project is a C parser that can log all the courier-imap traffic logs into a MySQL database. DTC (Domain Technologie Control) can then measure the IMAP4 and POP3 traffic per user and per domain.. GPLHost, GPL Host, Domain Technologie Control (DTC) is a GPL controlpanel...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (100): mysqmail-courier-logger 0.3.0 Download

Added: July 19, 2010 | Visits: 1.024

Parsifal XML Parser Parsifal is a validating XML 1.0 parser written in ANSI C. Parsifal API is based on SAX2. Parsifal can be used for parsing XML based messages (such as REST and RSS) and for application specific data processing e.g. config files, data files etc. Parsifal can also be used for document-oriented...


Platforms: *nix

License: Freeware Size: 757.76 KB Download (103): Parsifal XML Parser Download

Released: June 12, 2012  |  Added: June 12, 2012 | Visits: 684

Chilkat Xml Parser Component Chilkat XML offers a high-performance alternative to the standard XML DOM for creating, navigating, and manipulating XML documents. The Chilkat XML parser is faster and less memory intensive, and the API is much simpler. There is only one interface, which represents a single node in a parsed XML...


Platforms: Windows

License: Freeware Size: 972.8 KB Download (436): Chilkat Xml Parser Component Download

< 1 2 3 4 5