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

Wmv Parser freeware
Filter: All | Freeware | Demo
 

Wmv Parser

< 1 2 3 4 5 > 
Added: June 06, 2010 | Visits: 1.221

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

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

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

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

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 (94): Bigtop::Parser Download

Added: February 17, 2010 | Visits: 1.260

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

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 (95): X500::DN::Parser Download

Added: March 14, 2010 | Visits: 1.807

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

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 (113): iCal::Parser Download

Added: July 13, 2010 | Visits: 1.004

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 (92): iCal::Parser::SAX Download

Added: July 15, 2010 | Visits: 1.423

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: June 12, 2010 | Visits: 1.234

XML Tree Object Model Parser XML Tree Object Model Parser is an easy to use XML parser designed to provide an easy and simple to use library for parsing XML configuration files. It is split into two components. The first one is the Parser itself, which uses J2SE 1.4 XML Parsing API, and the second one is what I call XML...


Platforms: *nix

License: Freeware Size: 61.44 KB Download (110): XML Tree Object Model Parser Download

Added: September 26, 2010 | Visits: 956

XML::RSS::Parser XML::RSS::Parser is a liberal object-oriented parser for RSS feeds. SYNOPSIS #!/usr/bin/perl -w use strict; use XML::RSS::Parser; use FileHandle; my $p = XML::RSS::Parser->new; my $fh = FileHandle->new(/path/to/some/rss/file); my $feed = $p->parse_file($fh); # output some values my...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (93): XML::RSS::Parser Download

Added: July 25, 2010 | Visits: 2.046

C++ WSDL Parser C++ WSDL Parser is an efficient C++ Web services library that includes a standards compliant WSDL parser API, a Schema parser and validator, an XML parser and serializer, and an API for dynamically inspecting and invoking WSDL Web services. Whats New in This Release: - Many WSDLs can now be...


Platforms: *nix

License: Freeware Size: 573.44 KB Download (170): C++ WSDL Parser Download

Released: June 18, 2014  |  Added: July 24, 2014 | Visits: 4.493

WinX Free AVI to WMV Video Converter WinX DVD Video Software Super Promo during the World Cup; Save up to 75% Off. WinX Free AVI to WMV Converter is a type of free video converting software which is specialized in converting videos from AVI to WMV for playing on PC or further edition. With this free AVI to WMV converter, users...


Platforms: Windows, Windows 7

License: Freeware Size: 29.78 MB Download (1622): WinX Free AVI to WMV Video Converter Download

Released: September 23, 2014  |  Added: March 30, 2015 | Visits: 2.264

WinX Free DVD to WMV Ripper Download WinX Free DVD to WMV Ripper, Free Get DVD Video Software Holiday Gift WinX Free DVD to WMV Ripper is fast and free DVD ripper software especially for converting DVD to WMV video files. It can convert collections of DVDs like DVD 5, DVD 9, DVD ROM, etc to microsoft WMV video files to...


Platforms: Windows, Windows 7

License: Freeware Size: 30.48 MB Download (173): WinX Free DVD to WMV Ripper Download

Released: June 04, 2014  |  Added: June 12, 2014 | Visits: 2.043

WinX Free WMV to 3GP Converter WinX Free WMV to 3GP Converter is an excellent yet free video converting tool which is produced to convert WMV videos to 3GP video format for free with high quality. This free WMV to 3GP Converter also supports taking snapshot from stream WMV video to save as PNG to be used as wallpaper....


Platforms: Windows, Windows 7

License: Freeware Size: 29.78 MB Download (580): WinX Free WMV to 3GP Converter Download

Released: June 04, 2014  |  Added: June 30, 2014 | Visits: 1.629

WinX Free WMV to PSP Converter WinX Free WMV to PSP Converter is free video application, designed for converting WMV to PSP compatible video format - PSP-MP4, PSP-AVC. With this program, you can not only backup MWV movies to PSP for enjoying at random, but facilitate to capture your favorite pictures from stream WMV video....


Platforms: Windows, Windows 7

License: Freeware Size: 29.78 MB Download (686): WinX Free WMV to PSP Converter Download

Released: November 06, 2015  |  Added: December 19, 2015 | Visits: 2.368

WinX Free WMV to MP4 Converter WinX Free WMV to MP4 Converter is an easy-to-use free video converter that free converts WMV to MP4 for playback on MP4 compatible Mobile phones and Media players, such as Nokia, Motorola, iPhone, iPad, iPod etc. Furthermore, this free WMV to MP4 video converter supports extracting images from...


Platforms: Windows, Windows 7

License: Freeware Size: 28.7 MB Download (252): WinX Free WMV to MP4 Converter Download

Released: December 01, 2010  |  Added: December 04, 2010 | Visits: 1.060

Boxoft  free MP4 to WMV Freeware An outstanding and professional MP4 converter can convert MP4 files from almost all popular video formats such as AVI, MPEG, FLV, MKV, 3GP, 3G2, MOV, H264, RM, WMV easy and fast. Boxoft MP4 Converter features: -Support converting all popular video formats to MP4 format -Support...


Platforms: Windows

License: Freeware Size: 9.86 MB Download (122): Boxoft free MP4 to WMV Freeware Download

< 1 2 3 4 5 >