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

Saive Voice Message Yahoo freeware
Filter: All | Freeware | Demo
 

Saive Voice Message Yahoo

< 1 2 3 4 5 > 
Added: August 25, 2008 | Visits: 963

JDVoiceMail With JDVoiceMail you can send voice-email messages to anyone with a email address. Voice mail compressor generates compressed .wav files reducing from 16 to 10 times the size of the voice files. The recipient don't need any special software to listen your messages, only by double-click the...



Platforms: Windows

License: Freeware Size: 1.37 MB Download (153): JDVoiceMail Download

Added: January 01, 2010 | Visits: 1.104

Net::YahooMessenger Net::YahooMessenger is a Perl interface to the Yahoo!Messenger IM protocol. SYNOPSIS use Net::YahooMessenger; my $yahoo = Net::YahooMessenger->new( id => your_yahoo_id, password => your_password, ); $yahoo->login or die "Cant login Yahoo!Messenger"; $yahoo->send(recipient_yahoo_id,...





Platforms: *nix

License: Freeware Size: 16.38 KB Download (152): Net::YahooMessenger Download

Added: November 14, 2010 | Visits: 1.431

Yahoo::Marketing::KeywordOptimizationGuidelinesResponse Yahoo::Marketing::KeywordOptimizationGuidelinesResponse is an object to represent a Yahoo Marketing KeywordOptimizationGuidelinesResponse. SYNOPSIS See http://ysm.techportal.searchmarketing.yahoo.com/docs/reference/dataObjects.asp for documentation of the various data objects. METHODS new...


Platforms: *nix

License: Freeware Size: 67.58 KB Download (151): Yahoo::Marketing::KeywordOptimizationGuidelinesResponse Download

Added: June 09, 2010 | Visits: 2.076

Yahoo! Finance Currency Converter After the converter I developed ages ago for Dashboard, I needed something to help me grasp quickly the prices in foreign currencies displayed on the web site I visited. I therefore started to develop my first greasemonkey script to have Firefox do that automatically. Yahoo! Finance Currency...


Platforms: *nix

License: Freeware Download (145): Yahoo! Finance Currency Converter Download

Added: January 09, 2010 | Visits: 2.137

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: January 03, 2010 | Visits: 1.131

Mail::ListDetector::Detector::Onelist Mail::ListDetector::Detector::Onelist is a ONElist message detector. SYNOPSIS use Mail::ListDetector::Detector::Onelist; An implementation of a mailing list detector, for ONElist mailing lists. ONElist was eaten by eGroups which became Yahoo! Groups so this detector is really only useful...


Platforms: *nix

License: Freeware Size: 39.94 KB Download (143): Mail::ListDetector::Detector::Onelist Download

Added: April 01, 2006 | Visits: 6.626

Animated Message Of Easter Wallpaper A yellow canvas effect as the background and the message of Easter. Coupled with the video of chicks this makes an extremely beautiful wallpaper for Easter. Get this free wallpaper to watch the chicks on screen spread the message of Easter.


Platforms: Windows

License: Freeware Size: 2.08 MB Download (142): Animated Message Of Easter Wallpaper Download

Added: January 25, 2010 | Visits: 1.110

Yahoo! Mailer Yahoo! Mailer redirects browser mailto: links to Yahoo! Mail. This makes it so that when you click on an email link on a website, it uses Yahoo! mail to send a message that person instead of your desktop email client (Mail.app, Entourage, etc..).


Platforms: Mac

License: Freeware Download (135): Yahoo! Mailer Download

Added: May 10, 2013 | Visits: 1.468

Yahoo Group Archiver Yahoo Group Archiver is a collection of scripts to interact with Yahoo Groups and download various sections of each group to your local workspace.Scripts Features: - yahoogroup-messages: Downloads all the messages from a group in the order in which they were received. Yahoo has user based and...


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

License: Freeware Download (128): Yahoo Group Archiver Download

Added: August 10, 2008 | Visits: 1.624

IPB Message Checker IPB Message Checker - it's a tool that provides notifications about new posts on forums powered by Invision Power Board engine. Want to take part in some forum's topic but don't want to spend much time to check discussion board very offten? There is a solution - IPB Message Checker ! It will...


Platforms: Windows

License: Freeware Size: 847 KB Download (127): IPB Message Checker Download

Added: November 22, 2010 | Visits: 1.849

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 (126): Finance::Quote::Yahoo::nz Download

Added: September 15, 2010 | Visits: 1.226

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 (126): Text::Emoticon::Yahoo Download

Added: May 20, 2010 | Visits: 1.680

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 (124): WWW::Search::Yahoo Download

Added: September 18, 2010 | Visits: 1.129

VOCP Much more than an answering machine, VOCP transforms your computer into a full-featured call answering and voice messaging system. With the VOCP System, you can create an unlimited number of voicemail, pager and command shell boxes which callers will navigate using their touch tone telephone....


Platforms: *nix

License: Freeware Size: 1.1 MB Download (124): VOCP Download

Added: July 16, 2010 | Visits: 1.685

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

Added: November 19, 2010 | Visits: 1.675

Smarty and MIME message integration Smarty and MIME message integration is a PHP class library that can send e-mail messages using Smarty templates. This package can be used to compose and send e-mail messages using Smarty templates. It wraps around Smarty and MIME message class by Manuel Lemos, and prepares the body and...


Platforms: *nix

License: Freeware Download (119): Smarty and MIME message integration Download

Added: October 20, 2010 | Visits: 1.126

Yahoo::Marketing::RangeValueType Yahoo::Marketing::RangeValueType is an object to represent a Yahoo Marketing RangeValueType. SYNOPSIS See http://ysm.techportal.searchmarketing.yahoo.com/docs/reference/dataObjects.asp for documentation of the various data objects. new Creates a new instance METHODS get/set methods...


Platforms: *nix

License: Freeware Size: 67.58 KB Download (119): Yahoo::Marketing::RangeValueType Download

Added: August 24, 2008 | Visits: 1.326

3D Message Free 3D Message Free is an easy-to-use, parametric CAD tool for everyday communications. It is an ideal helper for anyone who likes to illustrate an idea or an explanation easily and quickly by 3D drawing. In a few minutes, you can compose a scene, populate it with objects, change object dimensions,...


Platforms: Windows

License: Freeware Size: 4.45 MB Download (115): 3D Message Free Download

Added: February 18, 2010 | Visits: 1.549

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: May 16, 2010 | Visits: 1.607

Orion Secure Message Gateway Orion Secure Message Gateway (OrionSMG) is a secure message gateway for transporting ebXML, SOAP, and custom message formats. It complies with the OASIS ebXML 2.0 specification, and can act in both intermediary and processing MHS roles to provide end-to-end reliable messaging. Orion Secure...


Platforms: *nix

License: Freeware Size: 2.7 MB Download (110): Orion Secure Message Gateway Download

< 1 2 3 4 5 >