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

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

Econn Webservice Resume Parser

< 1 2 3 4 5 
Added: May 08, 2010 | Visits: 909

WebService::MusicBrainz WebService::MusicBrainz is a Perl module that will act as a factory using static methods to return specific web service objects. SYNOPSIS use WebService::MusicBrainz; my $artist_ws = WebService::MusicBrainz->new_artist(); my $track_ws = WebService::MusicBrainz->new_track(); my $release_ws...



Platforms: *nix

License: Freeware Size: 12.29 KB Download (95): WebService::MusicBrainz Download

Added: March 04, 2010 | Visits: 895

Test-Parser Test::Parser is a collection of parsers for different test output file formats. These parse the data into a general purpose data structure that can then be used to create reports, do post-processing analysis, etc. Test-Parser can also export tests in SpikeSources TRPI test description XML...





Platforms: *nix

License: Freeware Size: 54.27 KB Download (95): Test-Parser Download

Added: April 08, 2010 | Visits: 1.037

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: February 26, 2010 | Visits: 749

Regexp::Parser Regexp::Parser is a Perl module for parsing regexes. This module parses regular expressions (regexes). Its default "grammar" is Perl 5.8.4s regex set. Grammar is quoted because the module does not so much define a grammar as let each matched node state what it expects to match next, but there...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (94): Regexp::Parser Download

Added: May 07, 2010 | Visits: 906

Spirit Parser library Spirit is an object oriented recursive descent parser generator framework implemented using template meta-programming techniques. Expression templates allow us to approximate the syntax of Extended Backus Normal Form[1] (EBNF) completely in C++. Parser objects are composed through operator...


Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 2.27 MB Download (94): Spirit Parser library Download

Added: September 19, 2010 | Visits: 809

WebService::TicketAuth WebService::TicketAuth is a ticket-based authentication module for SOAP services. SYNOPSIS @WebService::MyService::ISA = qw(WebService::TicketAuth); WebService::TicketAuth is an authentication system for SOAP-based web services, that provides a signature token (like a cookie) to the client...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (94): WebService::TicketAuth Download

Added: September 18, 2010 | Visits: 709

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: February 06, 2010 | Visits: 631

WebService::Eventful WebService::Eventful is a Perl interface to EVDB public API. SYNOPSIS use WebService::Eventful; my $evdb = WebService::Eventful->new(app_key => $app_key); $evdb->login(user => harry, password => H0gwart$) or die "Cant log in: $WebService::Eventful::errstr"; # call() accepts either an...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (93): WebService::Eventful Download

Added: March 15, 2010 | Visits: 611

WebService::Upcoming WebService::Upcoming is a Perl interface to the Upcoming API. SYNOPSIS use WebService::Upcoming; my $upco = new WebService::Upcoming("*** UPCOMING API KEY HERE ***"); my $objc = $upco->call("event.search", { "search_text" => "music" }); die("ERROR: ".$upco->err_text()."n") if...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (93): WebService::Upcoming Download

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

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

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: August 14, 2008 | Visits: 3.007

Resume Detective Free resume grabber. Locates passives candidate resumes via search engines and free resume banks


Platforms: Windows

License: Freeware Cost: $0.00 USD Download (89): Resume Detective 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

< 1 2 3 4 5