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 49.594.168 Times

My Yahoo Avatars software
Filter: All | Freeware | Demo
 

My Yahoo Avatars

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

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: February 08, 2010 | Visits: 1.814

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 (101): Finance::Quote::Yahoo::Australia Download

Added: February 18, 2010 | Visits: 1.539

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 (108): Finance::Quote::Yahoo::Brasil Download

Added: November 22, 2010 | Visits: 1.837

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: January 09, 2010 | Visits: 2.128

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: September 14, 2010 | Visits: 1.345

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 (100): Yahoo::Search::XML Download

Added: July 04, 2010 | Visits: 1.808

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

Text::Emoticon::Yahoo Text::Emoticon::Yahoo is a emoticon filter of Yahoo! Messenger. SYNOPSIS use Text::Emoticon::Yahoo; my $emoticon = Text::Emoticon::Yahoo->new( imgbase => "http://example.com/emo", ); my $text = "Yet Another Perl Hacker ;)"; print $emoticon->filter($text); # it prints # Yet Another...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (125): Text::Emoticon::Yahoo Download

Added: May 20, 2010 | Visits: 1.667

WWW::Search::Yahoo WWW::Search::Yahoo is a Perl backend for searching www.yahoo.com SYNOPSIS use WWW::Search; my $oSearch = new WWW::Search(Yahoo); my $sQuery = WWW::Search::escape_query("sushi restaurant Columbus Ohio"); $oSearch->native_query($sQuery); while (my $oResult = $oSearch->next_result()) print...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (118): WWW::Search::Yahoo Download

Added: April 23, 2010 | Visits: 3.102

WWW::Yahoo::Movies WWW::Yahoo::Movies is a Perl extension to get Yahoo! Movies information. SYNOPSIS use WWW::Yahoo::Movies; my $movie = new WWW::Yahoo::Movies(); print "TITLE: ".$movie->title." - ".$movie->year."n"; WWW::Yahoo::Movies is Perl interface to the Yahoo! Movies (http://movies.yahoo.com/)....


Platforms: *nix

License: Freeware Size: 13.31 KB Download (236): WWW::Yahoo::Movies Download

Added: July 07, 2010 | Visits: 968

Yahoo::Music::Ratings Yahoo::Music::Ratings is a method for retrieving a Yahoo! Music members song ratings. SYNOPSIS use Yahoo::Music::Ratings; my $ratings = new Yahoo::Music::Ratings( { memberName => yahooMusicMemberName, } ); # Fetch an arrayRef of all yahooMusicMemberName song ratings # this may take a...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (93): Yahoo::Music::Ratings Download

Added: February 16, 2010 | Visits: 1.283

Lingua::EN::Keywords::Yahoo Lingua::EN::Keywords::Yahoo it can automatically extracts keywords from text using the Yahoo! API. SYNOPSIS use Lingua::EN::Keywords::Yahoo qw(keywords); my @keywords = keywords($text); or my @keywords = keywords($text, $query); Where $query is an optional term to help with the...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (100): Lingua::EN::Keywords::Yahoo Download

Added: February 11, 2010 | Visits: 1.660

Mail::Webmail::Yahoo Mail::Webmail::Yahoo is a Perl module that enables bulk download of yahoo.com -based webmail. SYNOPSIS use Mail::Webmail::Yahoo; $yahoo = Mail::Webmail::Yahoo->new(%options); @folders = $yahoo->get_folder_list(); @messages = $yahoo->get_mail_messages(Inbox, all); # Write messages to disk...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (99): Mail::Webmail::Yahoo Download

Added: September 10, 2010 | Visits: 1.064

Yahoo::Search::Response Yahoo::Search::Response is a container object for the result set of one query to the Yahoo! Search API. (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...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (92): Yahoo::Search::Response Download

Released: October 08, 2012  |  Added: October 08, 2012 | Visits: 932

Hide My Messenger Hide My Messenger is a protective tool that allows you to hide running applications and tray icons completely with a move of the mouse or a single hotkey. It provides a quick and easy way for home and office PC users to quickly get sensitive materials off the screen without closing programs or...


Platforms: Windows, XP, 2003, Windows Vista, XPX64, 7, 7x64

License: Freeware Download (424): Hide My Messenger Download

Released: November 10, 2012  |  Added: November 10, 2012 | Visits: 1.023

Yahoo! Messenger for Mac OS X 3.0.1 Friends are an instant away on Yahoo! Messenger for Mac Yahoo Messenger is a free service that allows you to see when friends come online and to send them instant messages. It also can alert you to new e-mail in your Yahoo Mail or Yahoo Personals accounts, or when you have upcoming events...


Platforms: Mac

License: Freeware Size: 20 MB Download (56): Yahoo! Messenger for Mac OS X 3.0.1 Download

Released: June 22, 2012  |  Added: June 22, 2012 | Visits: 542

Free Avatars Package 2010.08 Cool Avatars & icons, Change your face everyday! Over 100,000 avatars, icons can be used in twitter, facebook, digger, iphone, Blog, MSN etc.. More than 100,000 avatars, icons are provide. Our avatars all selected manually. The extra cool and new free avatars will be released every month! What...


Platforms: Windows, Mac, Palm OS 6.0, iPhone, Symbian

License: Freeware Size: 3.35 MB Download (47): Free Avatars Package 2010.08 Download

Released: December 13, 2012  |  Added: December 13, 2012 | Visits: 621

Free Avatars Package 2011.04 Cool Avatars & icons, Change your face everyday! Over 100,000 avatars, icons can be used in twitter, facebook, digger, iphone, Blog, MSN etc.. More than 100,000 avatars, icons are provide. Our avatars all selected manually. The extra cool and new free avatars will be released every month! What...


Platforms: Windows, Mac, Palm OS 6.0, iPhone, Symbian

License: Freeware Size: 3.35 MB Download (47): Free Avatars Package 2011.04 Download

Released: August 04, 2012  |  Added: August 04, 2012 | Visits: 653

Free Avatars Package 2011.02 Cool Avatars & icons, Change your face everyday! Over 100,000 avatars, icons can be used in twitter, facebook, digger, iphone, Blog, MSN etc.. More than 100,000 avatars, icons are provide. Our avatars all selected manually. The extra cool and new free avatars will be released every month! What...


Platforms: Windows, Mac, Palm OS 6.0, iPhone, Symbian

License: Freeware Size: 3.35 MB Download (46): Free Avatars Package 2011.02 Download

Released: August 19, 2012  |  Added: August 19, 2012 | Visits: 616

Free Avatars Package 2011.03 Cool Avatars & icons, Change your face everyday! Over 100,000 avatars, icons can be used in twitter, facebook, digger, iphone, Blog, MSN etc.. More than 100,000 avatars, icons are provide. Our avatars all selected manually. The extra cool and new free avatars will be released every month! What...


Platforms: Windows, Mac, Palm OS 6.0, iPhone, Symbian

License: Freeware Size: 3.35 MB Download (46): Free Avatars Package 2011.03 Download

< 1 2 3 4 5 >