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

Snmp Mib Parser freeware
Filter: All | Freeware | Demo
 

Snmp Mib Parser

< 1 2 3 4 5 > 
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

Added: January 26, 2010 | Visits: 996

SNMP::Info::Layer2::C2900 SNMP::Info::Layer2::C2900 is a SNMP Interface to Cisco Catalyst 2900 Switches running IOS. SYNOPSIS # Let SNMP::Info determine the correct subclass for you. my $c2900 = new SNMP::Info( AutoSpecify => 1, Debug => 1, # These arguments are passed directly on to SNMP::Session DestHost =>... Platforms: *nix

License: Freeware Size: 122.88 KB Download (93): SNMP::Info::Layer2::C2900 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: August 23, 2010 | Visits: 1.037

PXR::Parser PXR::Parser is a Pure Perl SAX XML Push Parser. SYNOPSIS use PXR::Parser; my $parser = PXR::Parser->new( Handlers => { startDocument => &start_doc, endDocument => &end_doc, startElement => &start_element, endElement => &end_element, characters => &characters, } );... Platforms: *nix

License: Freeware Size: 16.38 KB Download (111): PXR::Parser Download

Added: June 18, 2010 | Visits: 1.186

Java Mozilla Html Parser Java Mozilla Html Parser project is a Java package that enables you to parse html pages into a Java Document object. The parser is a wrapper around Mozillas Html Parser, thus giving the user a browser-quality html parser. Limitiations and known issues The most major limitation is performance... Platforms: *nix

License: Freeware Size: 1.5 MB Download (111): Java Mozilla Html Parser Download

Added: June 06, 2010 | Visits: 1.226

SVG::Parser SVG::Parser is a Perl module with XML Parser for SVG documents. SYNOPSIS #!/usr/bin/perl -w use strict; use SVG::Parser; die "Usage: $0 n" unless @ARGV; my $xml; { local $/=undef; $xml=<>; } my $parser=new SVG::Parser(-debug => 1); my $svg=$parser->parse($xml); print... Platforms: *nix

License: Freeware Size: 14.34 KB Download (146): SVG::Parser Download

Added: June 19, 2010 | Visits: 1.078

Template::Parser::CET Template::Parser::CET is a Template::Alloy based parser for the TT2 engine. SYNOPSIS use Template; use Template::Parser::CET; my $t = Template->new( PARSER => Template::Parser::CET->new ); # you can override all instances of TT # by any of the following methods use... Platforms: *nix

License: Freeware Size: 35.84 KB Download (109): Template::Parser::CET 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

Added: April 20, 2010 | Visits: 1.047

XML::LibXML::Parser XML::LibXML::Parser is a Perl module to parse XML Data with XML::LibXML. SYNOPSIS $parser = XML::LibXML->new(); $doc = $parser->parse_file( $xmlfilename ); $doc = $parser->parse_fh( $io_fh ); $doc = $parser->parse_string( $xmlstring); $doc = $parser->parse_html_file( $htmlfile, %opts );... Platforms: *nix

License: Freeware Size: 256 KB Download (106): XML::LibXML::Parser Download

Added: October 19, 2010 | Visits: 826

Bigtop::Parser Bigtop::Parser is the Parse::RecDescent grammar driven parser for bigtop files. SYNOPSIS Make a file like this: config { base_dir `/home/username`; Type1 Backend {} Type2 Backend {} Type3 Backend {} } app App::Name { table name { } controller SomeController {} } Then run this... Platforms: *nix

License: Freeware Size: 378.88 KB Download (99): Bigtop::Parser Download

Added: February 17, 2010 | Visits: 1.268

X12::Parser::Readme X12::Parser::Readme is a Perl module for understanding configuration (cf) files for X12::Parser. X12 transactions ASC X12 standards define commonly used EDI transactions. The standards define a structure/format for exchange of EDI data. Each transaction type is called a "transaction set".... Platforms: *nix

License: Freeware Size: 19.46 KB Download (115): X12::Parser::Readme Download

Added: June 18, 2010 | Visits: 777

X500::DN::Parser X500::DN::Parser is a Perl module that can parse X500 Distinguished Names. SYNOPSIS use X500::DN::Parser; my($parser) = new X500::DN::Parser(&errorInDN); my($dn, $genericDN, %RDN) = $parser -> parse(c=au;o=MagicWare;cn=Ron Savage, c, [l], o, [ou], cn); Parse DNs where the caller knows... Platforms: *nix

License: Freeware Size: 7.17 KB Download (101): X500::DN::Parser Download

Added: March 14, 2010 | Visits: 1.814

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: January 15, 2010 | Visits: 845

iCal::Parser iCal::Parser is a Perl module to parse iCalendar files into a data structure. SYNOPSIS use iCal::Parser my $parser=iCal::Parser->new(); my $hash=$parser->parse($file); $parser->parse($another_file); my $combined=$parser->calendar; my $combined=iCal::Parser->new->parse(@files); my... Platforms: *nix

License: Freeware Size: 28.67 KB Download (119): iCal::Parser Download

Added: July 13, 2010 | Visits: 1.008

iCal::Parser::SAX iCal::Parser::SAX is a Perl module to generate SAX events from an iCalendar. SYNOPSIS use iCal::Parser::SAX; my $parser=iCal::Parser::SAX->new(Handler=>SAXHandler,%args); $parser->parse_uri($file); $parser->parse_uris(@files); This module uses iCal::Parser to generates SAX events for the... Platforms: *nix

License: Freeware Size: 22.53 KB Download (93): iCal::Parser::SAX Download

Added: November 26, 2010 | Visits: 976

SNMP::NPAdmin SNMP::NPAdmin is a high-level API to query printers via SNMP. SYNOPSIS # object-oriented $p= SNMP::NPAdmin->new( printer => porky, community => corpslp ); printf "Your printer, %s, does%s support PCL.n", $printer, ( $p->pcl() ? "" : " not"); # procedural $p= npa_connect( printer =>... Platforms: *nix

License: Freeware Size: 63.49 KB Download (91): SNMP::NPAdmin Download

Added: November 08, 2010 | Visits: 830

OpenHPI SNMP Subagent OpenHPI is an open source project created with the intent of providing an implementation of the SA Forums Hardware Platform Interface (HPI). HPI provides an abstracted interface to managing computer hardware, typically for chassis and rack based servers. OpenHPI SNMP Subagent project includes... Platforms: *nix

License: Freeware Size: 839.68 KB Download (91): OpenHPI SNMP Subagent Download

Added: July 15, 2010 | Visits: 1.430

Shell::Parser Shell::Parser is a simple shell script parser. SYNOPSIS use Shell::Parser; my $parser = new Shell::Parser syntax => bash, handlers => { }; $parser->parse(...); $parser->eof; This module implements a rudimentary shell script parser in Perl. It was primarily written as a backend for... Platforms: *nix

License: Freeware Size: 17.41 KB Download (176): Shell::Parser Download

Added: July 10, 2010 | Visits: 1.146

SNMP::Util SNMP::Util contains Snmp modules to perform snmp set, get, walk, next, walk_hash etc. SYNOPSIS use SNMP::Util; ## Documentation (POD) =head1 NAME Perl SNMP utilities - SNMP::Util - Version 1.8 This Perl library is a set of utilities for configuring and monitoring SNMP based devices. This... Platforms: *nix

License: Freeware Size: 23.55 KB Download (209): SNMP::Util Download

< 1 2 3 4 5 >