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

Html Render Print freeware
Filter: All | Freeware | Demo
 

Html Render Print

1 2 3 4 5 > 
Added: July 26, 2010 | Visits: 965

Blatte::HTML Blatte::HTML is a Perl module that contains tools for generating HTML with Blatte. SYNOPSIS use Blatte; use Blatte::Builtins; use Blatte::HTML; $perl = &Blatte::Parse(...string of Blatte code...); $val = eval $perl; &Blatte::HTML::render($val, &emit); sub emit { print shift; }.



Platforms: *nix

License: Freeware Size: 14.34 KB Download (101): Blatte::HTML Download

Added: February 25, 2010 | Visits: 1.461

HTML::WikiConverter HTML::WikiConverter is a Perl module that can convert HTML to wiki markup. SYNOPSIS use HTML::WikiConverter; my $wc = new HTML::WikiConverter( dialect => MediaWiki ); # Provide HTML directly print $wc->html2wiki( $html ); # ...which is the same as print $wc->html2wiki( html => $html );...





Platforms: *nix

License: Freeware Size: 34.82 KB Download (102): HTML::WikiConverter 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: 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: June 22, 2010 | Visits: 785

HTML::ActiveLink HTML::ActiveLink module dynamically activate HTML links based on URL. SYNOPSIS use HTML::ActiveLink; my $al = new HTML::ActiveLink; print $al->activelink(@html_doc); I dont know about you, but one of the main problems I have with HTML content is getting images and links to "turn on"...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (91): HTML::ActiveLink 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: March 14, 2010 | Visits: 1.812

iCal::Parser::HTML iCal::Parser::HTML is a Perl module to generate HTML calendars from iCalendars. SYNOPSIS use iCal::Parser::HTML; my $parser=iCal::Parser::HTML->new; print $parser->parse(type=>$type,start=>$date,files=>[@icals]); This module uses iCal::Parser::SAX and XML::LibXSLT with included...


Platforms: *nix

License: Freeware Size: 50.18 KB Download (120): iCal::Parser::HTML Download

Added: February 24, 2010 | Visits: 807

HTML::BarGraph HTML::BarGraph can generate multiset bar graphs using plain HTML. SYNOPSIS use HTML::BarGraph; print graph( direction => h, ### or v or | / - graphminsize => 250, bartype => pixel, ### or html barlength => 100, barwidth => 10 , baraspect => .03, color => blue, colors => [ blue, red,...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (98): HTML::BarGraph Download

Released: February 10, 2014  |  Added: February 24, 2014 | Visits: 3.833

PrintConductor Print Conductor is a simple batch printing utility. If you regularly have to open and print a large number of files, this elegant tool can be a real timesaver. Manually printing several files is tedious work - it generally requires opening and printing each file separately in the applications...


Platforms: Windows, Windows 7

License: Freeware Size: 6.26 MB Download (388): PrintConductor Download

Added: January 18, 2010 | Visits: 1.027

PlotCalendar::Month PlotCalendar::Month is a Plot an ASCII or HTML calendar. SYNOPSIS Creates a Month object for plotting as ASCII, HTML, or in a Perl/Tk Canvas. Calls Day.pm for the individual days within the calendar. Measurements in pixels because - well, because. It seemed simpler when I made the decision....


Platforms: *nix

License: Freeware Size: 20.48 KB Download (94): PlotCalendar::Month Download

Added: November 08, 2010 | Visits: 1.092

Regexp::Common::comment Regexp::Common::comment is a Perl module that provide regexes for comments. SYNOPSIS use Regexp::Common qw /comment/; while (<>) { /$RE{comment}{C}/ and print "Contains a C commentn"; /$RE{comment}{C++}/ and print "Contains a C++ commentn"; /$RE{comment}{PHP}/ and print "Contains a PHP...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (103): Regexp::Common::comment Download

Added: June 08, 2013 | Visits: 565

zope.mimetype This package provides a way to work with MIME content types. There are several interfaces defined here, many of which are used primarily to look things up based on different bits of information. The basic idea behind this is that content objects should provide an interface based on the actual...


Platforms: *nix

License: Freeware Size: 61.44 KB Download (41): zope.mimetype Download

Added: September 07, 2010 | Visits: 1.036

DynaPage::Document DynaPage::Document is a Perl module with DynaPage Document container. SYNOPSIS: step1 - document ( create file mydoc.document ) ---[content of mydoc-document.info]--- !include.template =- mydoc-template.htmt my-title =- This is single line my-head =- Hello World my-para ==~ This is...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (92): DynaPage::Document Download

Added: September 24, 2010 | Visits: 1.308

DBIx::SQLCrosstab::Format DBIx::SQLCrosstab::Format is a Perl module with formats results created by DBIx::SQLCrosstab. SYNOPSIS use DBIx::SQLCrosstab::Format; my $dbh=DBI->connect("dbi:driver:database" "user","password", {RaiseError=>1}) or die "error in connection $DBI::errstrn"; my $params = { dbh => $dbh,...


Platforms: *nix

License: Freeware Size: 66.56 KB Download (110): DBIx::SQLCrosstab::Format Download

Added: June 07, 2010 | Visits: 667

OpenThought OpenThought is a Web Application Environment which doesnt require page reloads. SYNOPSIS use OpenThought(); my $o = OpenThought->new( $OP ); my $field_data; $field_data->{myTextBox} = "Text Box Data"; $field_data->{myCheckbox} = "true"; $field_data->{myRadioBtn} = "RadioBtnValue";...


Platforms: *nix

License: Freeware Size: 77.82 KB Download (90): OpenThought Download

Released: September 16, 2012  |  Added: September 16, 2012 | Visits: 560

STG Cache Audit Easily see site, URL, cookies and history lists on the Internet Explorer cache STG Cache Audit is an advanced, easy to use tool to extract information from the Internet Explorer cache. View, Export (Excel, CSV, Text and HTML) and print the cache lists.


Platforms: Windows

License: Freeware Size: 1.5 MB Download (48): STG Cache Audit Download

Added: September 01, 2013 | Visits: 584

AnyMeal Script AnyMeal is a Linux recipe database software developed using MySQL and XML.It can manage a cookbook with more than 100,000 recipes, thereby allowing to search, display, edit, import and export them. AnyMeal is designed to be lean and flexible. AnyMeal is open-source software. Happy...


Platforms: C and C plus plus

License: Freeware Size: 1.04 MB Download (51): AnyMeal Script Download

Added: August 25, 2013 | Visits: 299

Dynamic Content Widget Due to a merge error, versions before 0.3 and 0.31 suffered from a fatal bug that broke it. Please try again with version 0.32With this WordPress widget, you can enter a slug or id, select a template part, and the widget will render the content, in a local loop, according to your selected...


Platforms: PHP

License: Freeware Size: 30.72 KB Download (46): Dynamic Content Widget Download

Added: September 10, 2013 | Visits: 464

SolitaireCryptoDemo SolitaireCryptoDemo is a visual demonstration of the steps involved in generating a keystream using Bruce Schneier's Solitaire encryption algorithm. Featuring smooth animations and descriptions of all steps. Example Instructions: Start demo with "python SolitaireCrypto.py". Press "Space" to...


Platforms: *nix

License: Freeware Size: 2.14 MB Download (52): SolitaireCryptoDemo Download

Added: January 18, 2010 | Visits: 1.187

HTML::WikiConverter::Normalizer SYNOPSIS use HTML::TreeBuilder; use HTML::WikiConverter::Normalizer; my $tree = new HTML::TreeBuilder(); $tree->parse( text ); my $norm = new HTML::WikiConverter::Normalizer(); $norm->normalize($tree); # Roughly gives " text " print $tree->as_HTML(); HTML::WikiConverter dialects...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (102): HTML::WikiConverter::Normalizer Download

1 2 3 4 5 >