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

Rescue Pod Cpr freeware
Filter: All | Freeware | Demo
 

Rescue Pod Cpr

< 1 2 3 4 5 > 
Added: October 20, 2010 | Visits: 944

Pod::PlainText Pod::PlainText is a Perl module that can convert POD data to formatted ASCII text. SYNOPSIS use Pod::PlainText; my $parser = Pod::PlainText->new (sentence => 0, width => 78); # Read POD from STDIN and write to STDOUT. $parser->parse_from_filehandle; # Read POD from file.pod and write to...



Platforms: *nix

License: Freeware Size: 96.26 KB Download (101): Pod::PlainText Download

Added: November 25, 2010 | Visits: 731

Pod::Simple::PullParser Pod::Simple::PullParser is a pull-parser interface to parsing Pod. SYNOPSIS my $parser = SomePodProcessor->new; $parser->set_source( "whatever.pod" ); $parser->run; Or: my $parser = SomePodProcessor->new; $parser->set_source( $some_filehandle_object ); $parser->run; Or: my $parser =...





Platforms: *nix

License: Freeware Size: 22.53 KB Download (97): Pod::Simple::PullParser Download

Added: January 18, 2010 | Visits: 427

Pod::PXML Pod::PXML is a Perl module that contains pxml2pod and pod2pxml. SYNOPSIS use Pod::PXML; # Take from a file... open(XMLOUT, ">foo.xml") || die "cant wropen foo.xml: $!"; binmode(XMLOUT); print XMLOUT Pod::PXML::pod2xml(foo.pod); close(XMLOUT); # Take from a file, going the other way:...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (90): Pod::PXML Download

Added: September 10, 2010 | Visits: 610

Pod::HTML2Pod Pod::HTML2Pod Perl module can translate HTML into POD. SYNOPSIS # Use the program html2pod that comes in this dist, or: use Pod::HTML2Pod; print Pod::HTML2Pod::convert( file => my_stuff.html, # input file a_href => 1, # try converting links ); Larry Wall once said (1999-08-27, on the...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (92): Pod::HTML2Pod Download

Added: August 10, 2010 | Visits: 882

Pod::Simple::HTMLBatch Pod::Simple::HTMLBatch is a Perl module to convert several Pod files to several HTML files. SYNOPSIS perl -MPod::Simple::HTMLBatch -e Pod::Simple::HTMLBatch::go in out This module is used for running batch-conversions of a lot of HTML documents This class is NOT a subclass of...


Platforms: *nix

License: Freeware Size: 256 KB Download (108): Pod::Simple::HTMLBatch Download

Added: February 20, 2010 | Visits: 1.838

Pod::Simple::Subclassing Pod::Simple::Subclassing is a Perl module that can write a formatter as a Pod::Simple subclass. SYNOPSIS package Pod::SomeFormatter; use Pod::Simple; @ISA = qw(Pod::Simple); $VERSION = 1.01; use strict; sub _handle_element_start { my($parser, $element_name, $attr_hash_r) = @_; ... }...


Platforms: *nix

License: Freeware Size: 256 KB Download (87): Pod::Simple::Subclassing Download

Added: February 20, 2010 | Visits: 970

Pod::WSDL::Doc Pod::WSDL::Doc is a Perl module that represents the WSDL pod for the documentation of methods (internal use only). SYNOPSIS use Pod::WSDL::Doc; my $doc = new Pod::WSDL::Doc(_DOC This method is for blah ...); This module is used internally by Pod::WSDL. It is unlikely that you have to...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (100): Pod::WSDL::Doc Download

Added: January 04, 2010 | Visits: 741

Pod::WSDL Pod::WSDL is a Perl module that creates WSDL documents from (extended) pod. SYNOPSIS use Pod::WSDL; my $pod = new Pod::WSDL(source => My::Server, location => http://localhost/My/Server, pretty => 1, withDocumentation => 1); print $pod->WSDL; Parsing the pod How does Pod::WSDL work?...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (91): Pod::WSDL Download

Added: March 04, 2010 | Visits: 1.062

Pod::LaTeX Pod::LaTeX is a Perl module to convert Pod data to formatted Latex. SYNOPSIS use Pod::LaTeX; my $parser = Pod::LaTeX->new ( ); $parser->parse_from_filehandle; $parser->parse_from_file (file.pod, file.tex); Pod::LaTeX is a module to convert documentation in the Pod format into Latex....


Platforms: *nix

License: Freeware Size: 26.62 KB Download (120): Pod::LaTeX Download

Added: May 13, 2010 | Visits: 1.347

Timos Rescue CD Set Timos rescue CD set provides an easy way to generate bootable CDROMs with a ready-to-use rescue system on them. The system is designed to be fully customizable and easy to build. The rescue system includes reiserfs, parted, partimage, nmap, w3m, bash, sshd, telnetd, ftpd, and nfsd. It is based...


Platforms: *nix

License: Freeware Size: 80 MB Download (132): Timos Rescue CD Set Download

Added: April 18, 2010 | Visits: 846

PDL::Pod::Html PDL::Pod::Html is Perl module to convert pod files to HTML. SYNOPSIS use PDL::Pod::Html; pod2html([options]); Converts files from pod format (see perlpod) to HTML format. It can automatically generate indexes and cross-references, and it keeps a cache of things it knows how to...


Platforms: *nix

License: Freeware Size: 655.36 KB Download (96): PDL::Pod::Html Download

Added: April 21, 2010 | Visits: 1.034

Pod::Html Pod::Html is a Perl module to convert pod files to HTML. SYNOPSIS use Pod::Html; pod2html([options]); Converts files from pod format (see perlpod) to HTML format. It can automatically generate indexes and cross-references, and it keeps a cache of things it knows how to cross-reference..


Platforms: *nix

License: Freeware Size: 13.6 MB Download (89): Pod::Html Download

Added: July 18, 2010 | Visits: 3.774

Trinity Rescue Kit 3.2 build Trinity Rescue Kit or TRK is a 100% free CD bootable Linux distribution aimed specifically at offline operations for Windows and Linux systems such as rescue, repair, password resets and cloning, with the ability to update itself. It has custom tools to easily recover data such as deleted...


Platforms: *nix

License: Freeware Size: 104.5 MB Download (348): Trinity Rescue Kit 3.2 build Download

Added: October 05, 2010 | Visits: 999

Pod::Html::HtmlTre Pod::Html::HtmlTree is a Perl module to convert pod files to html tree. SYNOPSIS use Pod::Html::HtmlTree; use Data::Dumper; my $p = Pod::Html::HtmlTree->new; $p->indir ( /usr/lib/perl5/site_perl/5.8.3/Pod ); $p->outdir ( /tmp/pod ); $p->mask_dir ( 0777 ); # default is 0775...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (100): Pod::Html::HtmlTre Download

Added: July 27, 2010 | Visits: 1.252

Leka Rescue Floppy Leka Rescue Floppy is a small Linux distribution that boots from an 1,44Mb floppy and runs from the system ram. Leka Rescue Floppy was designed to be a rescue floppy, but you can do MUCH more with it. LINUX install: 1. cd to the directory where you downloaded the image 2. Insert a 1,44Mb...


Platforms: *nix

License: Freeware Size: 1.44 MB Download (155): Leka Rescue Floppy Download

Added: August 12, 2010 | Visits: 1.010

Test::Pod::Snippets Test::Pod::Snippets is a Perl module to generate tests from pod code snippets. SYNOPSIS use Test::Pod::Snippets; my $tps = Test::Pod::Snippets->new(); $tps->generate_snippets( @pm_and_pod_files ); Fact 1 In a perfect world, a modules full API should be covered by an extensive battery...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (91): Test::Pod::Snippets Download

Released: November 07, 2012  |  Added: November 07, 2012 | Visits: 661

Kaspersky Rescue Disk A Rescue Disk is a disk for scanning and disinfection of infected PCs. A Rescue Disk should be used in case of an infection that cannot be cured by means of antivirus software or disinfection utilities (for example, Kaspersky AVPTool) running under operating system control. Antiviral treatment...


Platforms: Windows

License: Freeware Size: 176 MB Download (54): Kaspersky Rescue Disk Download

Released: November 02, 2012  |  Added: November 02, 2012 | Visits: 858

Music Rescue (formerly PodUtil) Music Rescue will copy your music, video, podcasts, audiobooks, audio recordings and notes right back to where they came from, be it iTunes, a custom media server or anything else. Give Music Rescue a try to see what it can actually do for you! for Windows2K, XP, Vista, 7


Platforms: Windows, XP, Windows Vista, 7

License: Freeware Download (782): Music Rescue (formerly PodUtil) Download

Released: December 03, 2012  |  Added: December 03, 2012 | Visits: 731

Trinity Rescue Kit 3.4 build Trinity Rescue Kit 3.4: easier and better than ever before! Trinity Rescue Kit or TRK is a free live Linux distribution that aims specifically at recovery and repair operations on Windows machines, but is equally usable for Linux recovery issues. Since version 3.4 it has an easy to use scrollable...


Platforms: Windows, Linux

License: Freeware Size: 151 MB Download (52): Trinity Rescue Kit 3.4 build Download

Released: July 18, 2012  |  Added: July 18, 2012 | Visits: 869

Shardana Antivirus Rescue Disk Utility Shardana Antivirus Rescue Disk Utility (SARDU)is a handy and easy to use multiboot ISO and USB maker with Antivirus, Utility, Linux and Windows PE. The CD/DVD or USB device may include comprehensive collections of antivirus rescue cds, collections of utilities, popular distributions of Linux...


Platforms: Windows

License: Freeware Size: 5.8 MB Download (65): Shardana Antivirus Rescue Disk Utility Download

< 1 2 3 4 5 >