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

Econn Webservice Resume Parser freeware
Filter: All | Freeware | Demo
 

Econn Webservice Resume Parser

< 1 2 3 4 5 > 
Added: July 13, 2010 | Visits: 1.007

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: September 26, 2010 | Visits: 961

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: March 23, 2010 | Visits: 873

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: March 06, 2010 | Visits: 1.428

WebService::Geograph::API WebService::Geograph::API is a Perl interface to the Geograph.co.uk API. SYNOPSIS use WebService::Geograph::API; my $api = new WebService::Geograph::API ( { key => your_api_key_here} ) ; my $rv = $api->lookup ( csv, { i => 12345, ll => 1, thumb => 1, }) ; my $data = $rd->{results} ;...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (91): WebService::Geograph::API Download

Added: July 03, 2010 | Visits: 780

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: May 24, 2010 | Visits: 719

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: March 06, 2010 | Visits: 738

WebService::TestSystem WebService::TestSystem is a Perl module with Web service for implementing a distributed testing system. my $testsys = new WebService::TestSystem; # Getting a list of tests foreach my $test (@{$testsys->get_tests()}) { print "$test->{id} $test->{descriptor}n"; } # Getting a list of hosts...


Platforms: *nix

License: Freeware Size: 39.94 KB Download (89): WebService::TestSystem Download

Added: September 11, 2010 | Visits: 596

WebService::Hatena::BookmarkCount WebService::Hatena::BookmarkCount is a Perl interface for Hatena::Bookmarks XML-RPC API. SYNOPSIS use WebService::Hatena::BookmarkCount; my @list = ( http://www.hatena.ne.jp/info/webservices, http://www.kawa.net/works/perl/hatena/bookmarkcount.html, ); my $hash =...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (88): WebService::Hatena::BookmarkCount Download

Added: November 06, 2010 | Visits: 640

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: November 03, 2010 | Visits: 714

WebService::Kizasi WebService::Kizasi is a Perl Interface for the Kizasi Web Services. SYNOPSIS use WebService::Kizasi; use Encode qw(_utf8_off); my $kizapi = WebService::Kizasi->new(); my @result; $result[0] = $kizapi->c10e_word_1d(CPAN); $result[1] = $kizapi->c10e_word_1w(CPAN); $result[2] =...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (86): WebService::Kizasi Download

Released: October 15, 2012  |  Added: October 15, 2012 | Visits: 773

General SQL Parser VCL General SQL Parser VCL version is valuable because it provides an in-depth and detailed analysis of SQL scripts for various databases, including Oracle, SQL Server, DB2, MySQL and Access. Without a complete query parser like this, such a task will be impossible. You now have the chance to fully...


Platforms: Windows

License: Freeware Download (67): General SQL Parser VCL Download

Added: May 10, 2013 | Visits: 705

Perl Entrez Gene Parser This program is a parser that abstract a data structure from a given Entrez Gene record, and users of the parser can decide what to do/extract from the data structure. Perl Entrez Gene Parser project provides Perl parsers for NCBI's Entrez Gene based on regular expression, Parse::RecDescent,...


Platforms: Windows, Mac, *nix, Perl, BSD Solaris

License: Freeware Download (65): Perl Entrez Gene Parser Download

Added: May 10, 2013 | Visits: 538

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

Released: August 05, 2012  |  Added: August 05, 2012 | Visits: 640

JS/CC LALR(1) Parser Generator JS/CC is a parser generator for JavaScript/ECMAScript, which is entirely written in ECMAScript itself. It produces LALR(1) parsers with integrated lexical analyzers. JS/CC can run as a website or be invoked from a console, and runs on several platforms.


Platforms: Windows, Mac, Linux

License: Freeware Size: 1016.47 KB Download (63): JS/CC LALR(1) Parser Generator Download

Added: May 10, 2013 | Visits: 751

PHP HTML parser PHP HTML parser allows you to to parse HTML from php scripts.


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (61): PHP HTML parser Download

Added: May 10, 2013 | Visits: 249

Readme Parser The [readme-parser url=""] shortcode can be used to embed it in any page or post.InstallationUnpack and upload it to the /wp-content/plugins/ directory.Activate the plugin through the 'Plugins' menu in WordPress. Requirements: - WordPress 2.0 or higher


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (61): Readme Parser Download

Released: July 27, 2012  |  Added: July 27, 2012 | Visits: 662

Model C1D0P252 X12 Parser -Model C1D0P252 X12 Parser is an advanced application designed to convert X12 837 claims or 835 remittance files into a CSV,XML or DBF files. It is designed to be used either on the desktop or can be called from another application to convert an X12 file. It can be set to convert all the files in...


Platforms: Windows, Windows Vista, 7

License: Freeware Download (59): Model C1D0P252 X12 Parser Download

Released: October 24, 2012  |  Added: October 24, 2012 | Visits: 828

General SQL Parser Java General SQL Parser Java version (used from simple JSP web application to large J2EE project) is valuable because it provides an in-depth and detailed analysis of SQL scripts for various databases, including Oracle, SQL Server, DB2, MySQL,Teradata and Access. Without a complete query parser like...


Platforms: Windows

License: Freeware Download (58): General SQL Parser Java Download

Released: November 26, 2012  |  Added: November 26, 2012 | Visits: 1.775

General SQL Parser COM General SQL Parser COM version is valuable because it provides an in-depth and detailed analysis of SQL scripts for various databases, including Oracle, SQL Server, DB2, MySQL and Access. Without a complete query parser like this, such a task will be impossible. You now have the chance to fully...


Platforms: Windows

License: Freeware Download (58): General SQL Parser COM Download

Released: September 11, 2012  |  Added: September 11, 2012 | Visits: 434

CAS Modbus RTU Parser Have you ever needed to analyze a Modbus RTU message. The CAS Modbus RTU parser can analysis a Modbus RTU message and tell you if there are any errors in the message, what type of messages it is, what data is being written or read from your device, what device the message came from.


Platforms: Windows

License: Freeware Size: 143.36 KB Download (58): CAS Modbus RTU Parser Download

< 1 2 3 4 5 >