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

Yahoo Sniper Games software
Filter: All | Freeware | Demo
 

Yahoo Sniper Games

< 1 2 3 4 5 > 
Added: March 22, 2010 | Visits: 1.434

WebService::Yahoo::TermExtractor WebService::Yahoo::TermExtractor is a Perl wrapper for the Yahoo! Term Extraction WebService. SYNOPSIS use WebService::Yahoo::TermExtractor; my $yte = WebService::Yahoo::TermExtractor->new( appid => your_app_id, context => $source_text); my $terms = $yte->get_terms; # returns an array ref...



Platforms: *nix

License: Freeware Size: 3.07 KB Download (99): WebService::Yahoo::TermExtractor Download

Added: January 01, 2010 | Visits: 1.466

Games::Tournament::RoundRobin Games::Tournament::RoundRobin is a Perl module for Round-Robin Tournament Schedule Pairings. SYNOPSIS $schedule = Games::Tournament::RoundRobin->new; $pairings = $schedule->indexesInRound($roundm); $round = $schedule->meeting($member1, [$member2, $member3]); ... Every member of a league...





Platforms: *nix

License: Freeware Size: 10.24 KB Download (116): Games::Tournament::RoundRobin Download

Added: February 08, 2010 | Visits: 1.820

Finance::Quote::Yahoo::Australia Finance::Quote::Yahoo::Australia is a Perl module to fetch Australian stock quotes via Yahoo. SYNOPSIS use Finance::Quote; my $q = Finance::Quote->new; my %info = $q->fetch("yahoo_australia","BHP"); # Use this module only. my %info = $q->fetch("australia","BHP"); # Failover with other...


Platforms: *nix

License: Freeware Size: 92.16 KB Download (107): Finance::Quote::Yahoo::Australia Download

Added: February 18, 2010 | Visits: 1.544

Finance::Quote::Yahoo::Brasil Finance::Quote::Yahoo::Brasil is a Perl module to fetch Brasilian stock quotes via Yahoo. SYNOPSIS use Finance::Quote; my $q = Finance::Quote->new; my %info = $q->fetch("yahoo_brasil","BHP"); # Use this module only. my %info = $q->fetch("brasil","BHP"); # Failover with other methods....


Platforms: *nix

License: Freeware Size: 92.16 KB Download (114): Finance::Quote::Yahoo::Brasil Download

Added: November 22, 2010 | Visits: 1.842

Finance::Quote::Yahoo::nz Finance::Quote::Yahoo::nz is a Perl module to fetch nzn stock quotes via Yahoo. SYNOPSIS use Finance::Quote; my $q = Finance::Quote->new; my %info = $q->fetch("yahoo_nz","DPC"); # Use this module only. my %info = $q->fetch("nz","DPC"); # Failover with other methods. This module allows...


Platforms: *nix

License: Freeware Size: 92.16 KB Download (120): Finance::Quote::Yahoo::nz Download

Added: February 04, 2010 | Visits: 1.699

Finance::Quote::Yahoo::USA Finance::Quote::Yahoo::USA is a Perl module to obtain information about stocks and funds in the USA and Canada. SYNOPSIS use Finance::Quote; $q = Finance::Quote->new; %info = $q->fetch("usa","SGI"); This method provides access to financial information from a number of exhcanges in the...


Platforms: *nix

License: Freeware Size: 92.16 KB Download (101): Finance::Quote::Yahoo::USA Download

Added: August 11, 2010 | Visits: 1.558

Games::WoW::PVP Games::WoW::PVP is a Perl module with the great new Games::WoW::PVP! SYNOPSIS Quick summary of what the module does. Perhaps a little code snippet. use Games::WoW::PVP; my $WoW = Games::WoW::PVP->new(); # looking for a character my %hash = $WoW->search_player( { country => EU, # EU...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (187): Games::WoW::PVP Download

Added: October 22, 2010 | Visits: 1.444

Games::Maze::SVG::Manual Games::Maze::SVG::Manual is a Perl module with manual for the Games::Maze::SVG modules. PURPOSE The Games::Maze::SVG module supports the creation of 2-dimensional mazes in an SVG format suitable for printing or playing interactively. This module use the Games::Maze module to perform the...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (104): Games::Maze::SVG::Manual Download

Added: September 08, 2010 | Visits: 873

Games::PerlWar Games::PerlWar is a Perl variant of the classic Corewar game. This is a sparring program, similar to the programmed reality of the Matrix. It has the same basic rules, rules like gravity. What you must learn is that these rules are no different than the rules of a computer system. Some of...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (87): Games::PerlWar Download

Added: March 24, 2010 | Visits: 1.270

Games::Chess Games::Chess Perl module represent chess positions and games. SYNOPSIS use Games::Chess qw(:constants); my $p = Games::Chess::Position->new; $p->at(0,0,BLACK,ROOK); $p->at(7,7,WHITE,ROOK); print $p->to_text; The Games::Chess package provides the class Games::Chess::Piece to represent...


Platforms: *nix

License: Freeware Size: 49.15 KB Download (114): Games::Chess Download

Added: April 03, 2010 | Visits: 1.986

Games::Battleship::Craft Games::Battleship::Craft is a Battleship craft class. SYNOPSIS use Games::Battleship::Craft; my $craft = Games::Battleship::Craft->new( id => T, name => tug boat, points => 1, ) $points_remaining = $craft->hit; A Games::Battleship::Craft object represents the profile of a Battleship...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (268): Games::Battleship::Craft Download

Added: July 17, 2010 | Visits: 1.014

Games::Battleship Games::Battleship - "You sunk my battleship!" SYNOPSIS use Games::Battleship; $g = Games::Battleship->new(qw( Gene Aeryk )); $g->add_player(Stephanie); $winner = $g->play(); print $winner->name(), " wins!n"; @player_objects = @{ $g->players }; $player_obj = $g->player(Professor...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (110): Games::Battleship Download

Added: April 19, 2010 | Visits: 1.159

Games::Battleship::Player Games::Battleship::Player is a Battleship player class. SYNOPSIS use Games::Battleship::Player; $aeryk = Games::Battleship::Player->new(name => Aeryk); $gene = Games::Battleship::Player->new(name => Gene); print Player 1: , $aeryk->name, "n", Player 2: , $gene->name, "n";...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (113): Games::Battleship::Player Download

Added: January 09, 2010 | Visits: 2.134

Yahoo Mail Sucker As you probably know, Yahoo Mail does not provide free POP access to its users any more. You can still use your YM account for free, but you have to use a Yahoo Mail web site to access your account. This is not very convenient as you always have to be online, you cannot use your favourite...


Platforms: *nix

License: Freeware Size: 44.03 KB Download (143): Yahoo Mail Sucker Download

Added: August 02, 2010 | Visits: 1.359

Yahoo::Search::Request Yahoo::Search::Request is a container object for a Yahoo! Search request. (This package is included in, and automatically loaded by, the Yahoo::Search package.) Package Use You never need to use this package directly -- it is loaded automatically by Yahoo::Search. Object Creation In...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (103): Yahoo::Search::Request Download

Added: March 03, 2010 | Visits: 1.243

Yahoo::Search Yahoo::Search is a Perl interface to the Yahoo! Search public API. The following search spaces are supported: Doc Common web search for documents (html, pdf, doc, ...), including Y!Q contextual search. Image Image search (jpeg, png, gif, ...) Video Video file search (avi, mpeg,...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (97): Yahoo::Search Download

Added: September 14, 2010 | Visits: 1.350

Yahoo::Search::XML Yahoo::Search::XML is a Perl module with simple routines for parsing XML from Yahoo! Search. The XML sent back from Yahoo! is fairly simple, and is guaranteed to be well formed, so we really dont need much more than to make the data easily available. Id like to use XML::Simple, but it uses...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (101): Yahoo::Search::XML Download

Added: July 04, 2010 | Visits: 1.814

Yahoo::BBAuth Yahoo::BBAuth is a Perl interface to the Yahoo! Browser-Based Authentication. SYNOPSIS my $bbauth = Yahoo::BBAuth->new( appid => $appid, secret => $secret, ); # Create an authentication link printf, $bbauth->auth_url; # After the user authenticates successfully, Yahoo returns the user...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (102): Yahoo::BBAuth Download

Added: September 01, 2010 | Visits: 1.367

Games::Score Games::Score is a Perl module to keep track of score in games . SYNOPSIS use Games::Score; # these three values are the default ones, by the way Games::Score->default_score(0); Games::Score->default_step(1); Games::Score->step_method(inc); # start two players my $player1 =...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (107): Games::Score Download

Added: July 16, 2010 | Visits: 1.678

Finance::Currency::Convert::Yahoo Finance::Currency::Convert::Yahoo is Perl mdoule that convert currencies using Yahoo. SYNOPSIS use Finance::Currency::Convert::Yahoo; $Finance::Currency::Convert::Yahoo::CHAT = 1; $_ = Finance::Currency::Convert::Yahoo::convert(1,USD,GBP); print defined($_)? "Is $_n" : "Error."; exit; #...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (120): Finance::Currency::Convert::Yahoo Download

< 1 2 3 4 5 >