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

Html Parser C freeware
Filter: All | Freeware | Demo
 

Html Parser C

< 1 2 3 4 5 > 
Added: March 26, 2010 | Visits: 1.081

site-C-ing site-C-ing is a web development environment akin to HTML::Mason, but it does to c++ what HTML::Mason does to Perl. I used to use HTML::Mason at some point, but one day I decided that c++ would be more native environment for me and, besides, that would save me some 50M of RAM on the server....



Platforms: *nix

License: Freeware Size: 378.88 KB Download (94): site-C-ing Download

Added: May 14, 2010 | Visits: 1.573

HTML::TreeBuilder HTML::TreeBuilder is a parser that builds a HTML syntax tree. SYNOPSIS foreach my $file_name (@ARGV) { my $tree = HTML::TreeBuilder->new; # empty tree $tree->parse_file($file_name); print "Hey, heres a dump of the parse tree of $file_name:n"; $tree->dump; # a method we inherit from...





Platforms: *nix

License: Freeware Size: 122.88 KB Download (114): HTML::TreeBuilder Download

Added: January 18, 2010 | Visits: 1.178

HTML::FormHighlight HTML::FormHighlight Perl module can help you to highlights fields in an HTML form. SYNOPSIS use HTML::FormHighlight; my $h = new HTML::FormHighlight; print $h->highlight( scalarref => $form, fields => [ A, B, C ], ); print $h->highlight( scalarref => $form, fields => [ A, B, C ],...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (94): HTML::FormHighlight Download

Added: September 01, 2010 | Visits: 1.068

HTML::Mail HTML::Mail is a Perl extension for sending emails with embedded HTML and media. SYNOPSIS use HTML::Mail; ### initialisation my $html_mail = HTML::Mail->new( HTML => http://www.cpan.org, Text => This is the text representation of the webpage http://www.cpan.org, From => me@myhost.org,...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (94): HTML::Mail Download

Added: September 08, 2010 | Visits: 1.357

HTML::Scrubber HTML::Scrubber is a Perl extension for scrubbing/sanitizing html. SYNOPSIS #!/usr/bin/perl -w use HTML::Scrubber; use strict; # my $html = q[ BAD { background: #666; color: #666;} alert(Hello, I am EVIL!); a => link br => b => bold u => UNDERLINE ]; # my $scrubber =...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (99): HTML::Scrubber Download

Added: April 06, 2010 | Visits: 1.036

HTML::Toc HTML::Toc module can generate, insert and update HTML Table of Contents. The HTML::Toc consists out of the following packages: HTML::Toc HTML::TocGenerator HTML::TocInsertor HTML::TocUpdator HTML::Toc is the object which will eventually hold the Table of Contents. HTML::TocGenerator does...


Platforms: *nix

License: Freeware Size: 43.01 KB Download (125): HTML::Toc Download

Added: July 10, 2010 | Visits: 1.150

Graffiti Server Graffiti Server is a small C program that allows the posting of messages and, optionally, HTML. It displays the most recent messages but has a search function for finding entries with a given keyword or string. The administrator connects from the local host using IP address 127.0.0.1 and delete...


Platforms: *nix

License: Freeware Size: 47.1 KB Download (140): Graffiti Server Download

Added: September 23, 2010 | Visits: 1.175

HTML::Tree::Scanning HTML::Tree::Scanning contains an article: "Scanning HTML". SYNOPSIS # This an article, not a module. The following article by Sean M. Burke first appeared in The Perl Journal #19 and is copyright 2000 The Perl Journal. It appears courtesy of Jon Orwant and The Perl Journal. This document...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (93): HTML::Tree::Scanning Download

Added: January 17, 2010 | Visits: 1.065

XML::Handler::HTMLWriter XML::Handler::HTMLWriter is a SAX Handler for writing HTML 4.0. SYNOPSIS use XML::Handler::HTMLWriter; use XML::SAX; my $writer = XML::Handler::HTMLWriter->new(...); my $parser = XML::SAX::ParserFactory->parser(Handler => $writer); ... This module is based on the rules for outputting...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (140): XML::Handler::HTMLWriter Download

Added: November 14, 2010 | Visits: 668

mod_virgule mod_virgule is the Apache C module that powers the Advogato web site. XML Virgule Language is an XML data-driven scripting language. Conceptually similar to Lisp and Scheme, at its simplest it is just an HTML parser. Anything that does not have a plug-in module to activate on a tagname in the...


Platforms: *nix

License: Freeware Size: 276.48 KB Download (91): mod_virgule Download

Released: November 26, 2012  |  Added: November 26, 2012 | Visits: 1.061

BrazuColor - Color Picker BrazuColor is a color picker, easy to use and effective utility to design color schemes. Enables you to select color samples from your desktop or standard color palettes and copy them in Hex or RGB format for HTML, Delphi, Visual Basic, Java, Photoshop and C++. You can create custom palettes in a...


Platforms: Windows

License: Freeware Size: 2.7 MB Download (516): BrazuColor - Color Picker Download

Added: May 10, 2013 | Visits: 363

ezXML ezXML is a C library for parsing XML documents inspired by simpleXML for PHP. As the name implies, it's easy to use. It's ideal for parsing XML configuration files or REST web service responses. It's also fast and lightweight (less than 20k compiled).


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

License: Freeware Download (65): ezXML Download

Added: July 17, 2010 | Visits: 962

Netscape::Bookmarks Netscape::Bookmarks is a Perl module to parse, manipulate, or create Netscape Bookmarks files. SYNOPSIS use Netscape::Bookmarks; # parse an existing file my $bookmarks = Netscape::Bookmarks->new( $bookmarks_file ); # -- OR -- # start a new Bookmarks structure my $bookmarks =...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (96): Netscape::Bookmarks Download

Added: August 26, 2010 | Visits: 1.065

Bundle::Template::Magic Bundle::Template::Magic is a bundle to install MagicTemplate distribution plus all related extensions and prerequisites. SYNOPSIS perl -MCPAN -e install Bundle::Template::Magic CONTENTS HTML::Tagset - used by HTML::Parser HTML::Parser - used by HTML::FillInForm and HTML::TableTiler...


Platforms: *nix

License: Freeware Size: 46.08 KB Download (97): Bundle::Template::Magic Download

Added: August 18, 2010 | Visits: 1.252

Bundle::CGI::Builder::Complete Bundle::CGI::Builder::Complete is a bundle to install the complete CGI::Builder framework. SYNOPSIS perl -MCPAN -e install Bundle::CGI::Builder::Complete CONTENTS HTML::Tagset - used by HTML::Parser HTML::Parser - used by HTML::FillInForm and HTML::TableTiler HTML::TableTiler - used by...


Platforms: *nix

License: Freeware Size: 39.94 KB Download (93): Bundle::CGI::Builder::Complete Download

Added: February 25, 2010 | Visits: 1.456

Bundle::Application::Magic Bundle::Application::Magic is a a bundle to install CGI::Application::Magic plus all related prerequisites. SYNOPSIS perl -MCPAN -e install Bundle::Application::Magic CONTENTS HTML::Tagset - used by HTML::Parser HTML::Parser - used by HTML::FillInForm and HTML::TableTiler...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (99): Bundle::Application::Magic Download

Added: January 25, 2010 | Visits: 1.272

Minalyzer Lite Minalyzer Lite project index and search tools to your internet or intranet website. Minalyzer Lite supports user searches by indexing data from combinations of databases, file systems and websites. The project runs on almost all Operating Systems. It even copes with restrictive shared hosting....


Platforms: *nix

License: Freeware Download (102): Minalyzer Lite Download

Added: July 20, 2010 | Visits: 882

Kylie Kylie is a web browser. It does text, images, tables and soon forms. It doesnt know css, frames or scripting. And its neither fast nor cute. Thats why it is version 0.0.x. Parsing The HTML parser in MwHtmlParser.c creates a linked list of all the nodes: wordparts, whitespace and special...


Platforms: *nix

License: Freeware Size: 103.42 KB Download (121): Kylie Download

Released: October 06, 2012  |  Added: October 06, 2012 | Visits: 119

pyHTMLStack A python3 lib rendering html.parser into stack and callback models.


Platforms: Windows, Mac, Linux

License: Freeware Size: 7.39 KB Download (46): pyHTMLStack Download

Added: July 21, 2013 | Visits: 348

jsoup jsoup is a Java library for working with real-world HTML. It provides a very convenient API for extracting and manipulating data, using the best of DOM, CSS, and jquery-like methods. * parse HTML from a URL, file, or string * find and extract data, using DOM traversal or CSS selectors *...


Platforms: Mac

License: Freeware Size: 61.44 KB Download (49): jsoup Download

< 1 2 3 4 5 >