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

Android Dev Html Parser software
Filter: All | Freeware | Demo
 

Android Dev Html Parser

< 1 2 3 4 5 > 
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: 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

Released: April 20, 2018  |  Added: May 23, 2018 | Visits: 683

Fast HTML Checker Fast HTML Checker is a tool used for searching sites for HTML5 and CSS errors. It begins checking from the starting page and goes through all pages one by one until it checks all pages on the site. If Fast HTML Checker finds an error, it shows its position in the document, the reason of the error...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $39.95 USD Size: 25.94 MB Download (218): Fast HTML Checker Download

Released: August 09, 2012  |  Added: August 09, 2012 | Visits: 265

GDHE GDHE allows you to experiment with then HTML code while dynamically showing what you are producing in a Web Browser. GDHE is recommended for those wishing to learn HTML and Web Development and for more advanced uses who wish to save development time. Take GDHE for a test drive to see just how...


Platforms: Windows

License: Shareware Cost: $11.99 USD Download (382): GDHE Download

Added: February 07, 2006 | Visits: 4.032

MPS HTMLGATE PREMIUM MPS HTMLGATE PREMIUM is the award-winning web-editor that lets you build, maintain and publish a website in less time while maintaining 100% control over your code! It is the authoring web-editor with the new XP interface that delivers the best mix of features and ease-of-use to both experienced...


Platforms: Windows

License: Shareware Cost: $10.00 USD Size: 1.95 MB Download (291): MPS HTMLGATE PREMIUM Download

Released: March 06, 2003  |  Added: August 07, 2006 | Visits: 3.312

NetExtractor Net Extractor crawls the web & parses HTML tags to extract data & files. It's the perfect spider for any download and extraction need. You can teach your HTML parser how to negotiate logins, proxies and security pages to download and extract what you need - files, search results, & more. It...


Platforms: Windows

License: Shareware Cost: $49.00 USD Size: 3.75 MB Download (219): NetExtractor Download

Added: July 27, 2006 | Visits: 3.567

MPS HTMLGATE XP The most efficient web-editor, whether you're an experienced web professional or just a novice starting with your first web site, MPS HTMLGATE XP provides the complete set of features and tools you need to design, build and publish web sites in less time and with great results! MPS HTMLGATE...


Platforms: Windows

License: Shareware Cost: $20.00 USD Size: 1.95 MB Download (180): MPS HTMLGATE XP 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

Released: July 23, 2012  |  Added: July 23, 2012 | Visits: 791

Djuggler Enterprise Extract web data, automate web forms and create professional, robust web scrapers with a simple visual action script. The Djuggler software includes many actions for HTML, DOM, XML, SQL, AJAX, web forms, regular expressions, fuzzy matching and more. Actions include the capability for...


Platforms: Windows, Other

License: Shareware Cost: $329.00 USD Size: 6.85 MB Download (406): Djuggler Enterprise Download

Released: August 12, 2012  |  Added: August 12, 2012 | Visits: 738

Djuggler Business Extract web data, automate web forms and create professional, robust web scrapers with a simple visual action script. The Djuggler software includes many actions for HTML, DOM, XML, SQL, AJAX, web forms, regular expressions, fuzzy matching and more. Actions include the capability for...


Platforms: Windows, Other

License: Shareware Cost: $329.00 USD Size: 6.85 MB Download (407): Djuggler Business Download

Released: September 25, 2012  |  Added: September 25, 2012 | Visits: 421

MailBee.NET POP3 MailBee.NET POP3 component enables .NET applications to receive, parse and manage mail on POP3 servers (including MS Exchange and SSL-only servers like Gmail). Written in 100% managed C# code and can be used in desktop, console, and ASP.NET applications developed in C#, VB.NET and other .NET...


Platforms: Windows

License: Shareware Cost: $199.00 USD Size: 11.08 MB Download (42): MailBee.NET POP3 Download

< 1 2 3 4 5 >