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

Html Ascii Print freeware
Filter: All | Freeware | Demo
 

Html Ascii Print

1 2 3 4 5 > 
Added: January 18, 2010 | Visits: 1.029

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: February 25, 2010 | Visits: 1.464

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.182

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.052

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: 787

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.577

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.817

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: 809

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.837

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: November 08, 2010 | Visits: 1.093

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: April 14, 2010 | Visits: 1.211

ETTERLOG ETTERLOG is a utility for Network Lan (SWITCH) for file .ECI and .ECP. (Ettercap program). Etterlog is the log analyzer for logfiles created by ettercap. It can handle both compressed (created with -Lc) or uncompressed logfiles. With this tool you can manipulate binary files as you like and... Platforms: *nix

License: Freeware Size: 112.64 KB Download (119): ETTERLOG Download

Added: June 08, 2013 | Visits: 570

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 24, 2010 | Visits: 1.310

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: September 12, 2010 | Visits: 1.490

Graph::Flowchart Graph::Flowchart is a Perl module that can generate easily flowcharts as Graph::Easy objects. SYNOPSIS use Graph::Flowchart; my $flow = Graph::Flowchart->new(); print $flow->as_ascii(); This module lets you easily create flowcharts as Graph::Easy objects. This means you can output your... Platforms: *nix

License: Freeware Size: 34.82 KB Download (171): Graph::Flowchart Download

Added: January 16, 2010 | Visits: 955

Cream for Vim Cream for Vim is a free and easy-to-use configuration of the powerful and famous Vim text editor for both GNU/Linux and Microsoft Windows. You can see it in action in screenshots or try it at the installation page. Cream includes all the features of Vim plus many custom utilities. A short list... Platforms: *nix

License: Freeware Size: 1024 KB Download (92): Cream for Vim Download

Added: June 07, 2010 | Visits: 669

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: 561

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

Released: August 04, 2012  |  Added: August 04, 2012 | Visits: 430

MlDoC The MlDoC system is a powerfull but 'simple as needed' documentation tool for OCaML programming projects. It consists currently of a frontend module and various backend modules for HTML, ASCII-Text and LaTeX output. Platforms: Windows, Mac, Linux

License: Freeware Size: 281.15 KB Download (46): MlDoC Download

Released: November 12, 2012  |  Added: November 12, 2012 | Visits: 352

PolyglotMan Parse formatted man pages and man page source from most flavors of UNIX. Convert to HTML, ASCII, TkMan, DocBook, and other formats. Platforms: Mac, BSD, Linux

License: Freeware Size: 77.54 KB Download (51): PolyglotMan Download

Added: September 01, 2013 | Visits: 587

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

1 2 3 4 5 >