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

Pullparser software
 

Pullparser

Added: November 25, 2010 | Visits: 729

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: September 08, 2013 | Visits: 276

mz2mgf mz2mgf is a small program to convert mzData files to MGF (current version is 1.3.5). NEW! will convert BioTools xml files too! Application notes: mz2mgf was choking on our 1.5Gb mzData files so we junked the internally provided java XML parser in favour of an XML PullParser kindly written by...


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 1.13 MB Download (32): mz2mgf 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