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

Class Parser freeware
Filter: All | Freeware | Demo
 

Class Parser

1 2 3 4 5 > 
Added: April 02, 2010 | Visits: 877

Bio::OntologyIO::simplehierarchy Bio::OntologyIO::simplehierarchy is a base class parser for simple hierarchy-by-indentation type formats. SYNOPSIS use Bio::OntologyIO; # do not use directly -- use via Bio::OntologyIO my $parser = Bio::OntologyIO->new ( -format => "simplehierarchy", -file => "pathology_terms.csv",... Platforms: *nix

License: Freeware Size: 4.7 MB Download (87): Bio::OntologyIO::simplehierarchy Download

Released: July 03, 2012  |  Added: July 03, 2012 | Visits: 435

Ini4Net Ini4Net is an INI class designed to enable users to parse INI files in their applications. Also included is Ini4Mf - INI support for the .NET Micro Framework 4.1 (NETMF). There is minimal documentation as it is assumed you will find the class and example program so easy to use that it is self... Platforms: Windows

License: Freeware Download (44): Ini4Net Download

Added: February 23, 2010 | Visits: 1.144

IAM OPML Parser Class IAM OPML Parser Class parses an OPML file (provided its URL) and returns an array. OPML (Outline Processor Markup Language) is an XML format for outlines. Originally developed by Radio UserLand as a native file format for an outliner application, it has since been adopted for other uses, the... Platforms: *nix

License: Freeware Size: 2.05 KB Download (106): IAM OPML Parser Class Download

Added: March 07, 2010 | Visits: 1.668

MultipartRequest File Upload parser MultipartRequest File Upload parser provides a HttpServletMultipartRequest class that extends the HttpServletRequestWrapper implementation to provide methods for handling multipart form data. The project supports Servlets using Java 1.2 or later. Whats New in This Release: - The API was... Platforms: *nix

License: Freeware Size: 204.8 KB Download (134): MultipartRequest File Upload parser Download

Added: May 10, 2013 | Visits: 599

Quicken QIF file class and conversion This script containsĀ a simple class to represent a Quicken (QIF) file, and a parser to load a QIF file into a sequence of those classes. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (65): Quicken QIF file class and conversion Download

Added: May 29, 2013 | Visits: 613

GSA Simple XML Parser for XML Tools GSA Simple XML Parser is a XML DOM style parser class written in PHP. This class can inport XML data using expat or regex. Platforms: PHP

License: Freeware Size: 10 KB Download (40): GSA Simple XML Parser for XML Tools Download

Added: February 01, 2010 | Visits: 1.316

MIME::Parser MIME::Parser is a experimental class for parsing MIME streams. SYNOPSIS Before reading further, you should see MIME::Tools to make sure that you understand where this module fits into the grand scheme of things. Go on, do it now. Ill wait. Ready? Ok... Basic usage examples ### Create a... Platforms: *nix

License: Freeware Size: 389.12 KB Download (108): MIME::Parser Download

Added: May 10, 2013 | Visits: 705

Generic command-line option parser This class can be used to write code that will parse command line options for an application by invoking one of the standard Python library command argument parser modules optparse or getopt. The class first tries to use optparse. It it is not there (< Python 2.3), it invokes getopt. However,... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (57): Generic command-line option parser Download

Added: May 10, 2013 | Visits: 541

GSA Simple XML Parser GSA Simple XML Parser is a XML DOM style parser class written in PHP. This class can inport XML data using expat or regex. Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (63): GSA Simple XML Parser Download

Added: April 03, 2013 | Visits: 628

HTML Parser for PHP for Scripts This is an open source HTML parser written in PHP. This parser also comes with a tool that converts HTML to text, as an example.This parser is designed for speed and flexibility. It does not create an object model for you. But it doesn't prevent you from using its results to create an object... Platforms: PHP

License: Freeware Size: 10 KB Download (44): HTML Parser for PHP for Scripts Download

Added: March 23, 2010 | Visits: 876

Polymorphic XML Parser Polymorphic XML Parser is a validating XML parser for the programming language Objective Caml. In October, 1999, I started writing a validating XML parser for OCaml; the first published versions have been called "Markup" (simply because the package name was "markup"). After this parser had some... Platforms: *nix

License: Freeware Size: 614.4 KB Download (91): Polymorphic XML Parser Download

Added: November 06, 2010 | Visits: 643

Regexp::Parser::Handlers Regexp::Parser::Handlers is a Perl module with handlers for Perl 5 regexes. This module holds the init() method for the Regexp::Parser class, which installs all the handlers for standard Perl 5 regexes. This documentation contains a sub-classing tutorial. SUB-CLASSING I will present two... Platforms: *nix

License: Freeware Size: 40.96 KB Download (86): Regexp::Parser::Handlers Download

Added: July 03, 2010 | Visits: 783

PerlPoint::Parser PerlPoint::Parser Perl module is a PerlPoint Parser. SYNOPSIS # load the module: use PerlPoint::Parser; # build the parser and run it # to get intermediate data in @stream my ($parser)=new PerlPoint::Parser; $parser->run( stream => @stream, files => @files, ); The PerlPoint format,... Platforms: *nix

License: Freeware Size: 419.84 KB Download (90): PerlPoint::Parser Download

Added: April 08, 2010 | Visits: 1.040

Language::Zcode::Parser Language::Zcode::Parser is a Perl module that reads and parses a Z-code file into a big Perl hash. SYNOPSIS # Create a Pure Perl Parser my $pParser = new Language::Zcode::Parser "Perl"; # If they didnt put ".z5" at the end, find it anyway $infile = $pParser->find_zfile($infile) || exit;... Platforms: *nix

License: Freeware Size: 296.96 KB Download (95): Language::Zcode::Parser Download

Added: May 24, 2010 | Visits: 721

Rsync::Config::Parser Rsync::Config::Parser is a simple Perl module for Rsync configuration parser. SYNOPSIS use Rsync::Config::Parser; use Rsync::Config; sub main { my $parser = new Rsync::Config::Parser(); my $conf = $parser->parse(/etc/rsyncd.conf); } SUBROUTINES/METHODS new() Class constructor.... Platforms: *nix

License: Freeware Size: 22.53 KB Download (89): Rsync::Config::Parser Download

Added: September 18, 2010 | Visits: 710

Audio::Cuefile::Parser Audio::Cuefile::Parser is a Perl module for audio cuefile parser. SYNOPSIS Class to parse a cuefile and access the chewy, nougat centre. Returns Audio::Cuefile::Parser::Track objects. USAGE: use Audio::Cuefile::Parser; my $filename = filename.cue; my $cue =... Platforms: *nix

License: Freeware Size: 4.1 KB Download (94): Audio::Cuefile::Parser Download

Released: August 01, 2012  |  Added: August 01, 2012 | Visits: 1.294

Class::XML Class::XML is a Perl module for simple XML Abstraction. SYNOPSIS package Foo; use base qw/Class::XML/; __PACKAGE__->has_attributes(qw/length colour/); __PACKAGE__->has_child(bar => Bar); package Bar; use base qw/Class::XML/; __PACKAGE__->has_parent(foo);... Platforms: *nix

License: Freeware Size: 18.43 KB Download (97): Class::XML Download

Added: July 07, 2010 | Visits: 1.026

Biblio::Document::Parser Biblio::Document::Parser Perl module is a document parsing framework. Biblio::Document::Parser provides generic methods that should be overriden by specific parsers. This class should not be used directly, but rather be overridden by specific parsers. Parsers that extend the Document::Parser... Platforms: *nix

License: Freeware Size: 194.56 KB Download (96): Biblio::Document::Parser Download

Added: April 23, 2010 | Visits: 1.469

Biblio::Citation::Parser Biblio::Citation::Parser provides a citation parsing framework. Biblio::Citation::Parser provides generic methods for reference parsers. This class should not be used directly, but rather be overridden by specific parsers. Parsers that extend the Parser class must provide at least the two... Platforms: *nix

License: Freeware Size: 256 KB Download (219): Biblio::Citation::Parser Download

Added: September 04, 2010 | Visits: 1.189

RFC822 Address Parser Library RFC822 Address Parser Library provides application developers with a complete parser for RFC822 addresses. Not only can you use the library to verify that RFC822 addresses are syntactically correct, you can also have an address split up into its semantic parts, what is needed when deciding where... Platforms: *nix

License: Freeware Size: 96.26 KB Download (104): RFC822 Address Parser Library Download

1 2 3 4 5 >