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

Ajax Toolkit Yahoo software
Filter: All | Freeware | Demo
 

Ajax Toolkit Yahoo

< 1 2 3 4 5 > 
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

Added: September 15, 2010 | Visits: 1.218

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.674

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: April 23, 2010 | Visits: 3.105

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: August 24, 2010 | Visits: 1.609

AJAX Book Reader AJAX Book Reader is a complete AJAX client-server application that may be used with a Web browser to display a sequence of text files one page at a time. The display style is completely controlled by a configuration file. The first application of this is as a book viewer where each chapter...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (126): AJAX Book Reader Download

Added: May 10, 2013 | Visits: 1.460

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 (127): Yahoo Group Archiver Download

Added: September 24, 2010 | Visits: 2.710

Yahoo! Mail Notifier Yahoo! Mail Notifier is an extension which notifies you when new messages arrive in your Yahoo mailbox. Notification options include: customizable sound, notification alert, status bar and toolbar icon. Also allows the user to map different mouse buttons to open Yahoo Mail in different...


Platforms: *nix

License: Freeware Size: 93.18 KB Download (525): Yahoo! Mail Notifier Download

Added: June 25, 2010 | Visits: 2.318

PHP System Administration Toolkit PHP System Administration Toolkit is a toolkit/framework for the rapid development of system administration Web interfaces in PHP. PHP System Administration Toolkit will provide easy access to, for example, LDAP/xSQL servers.. Get SAT - PHP System Administration Toolkit at SourceForge.net. Fast,...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (137): PHP System Administration Toolkit Download

Added: April 08, 2010 | Visits: 1.372

GLT OpenGL C++ Toolkit GLT OpenGL C++ Toolkit 0.7 project contains classes and routines for programming interactive 3D graphics with OpenGL. The aim of Glt is to augment the OpenGL API with convenient mechanisms for manipulating the OpenGL state machine. Glt is a work in progress, and by no means covers the entire...


Platforms: *nix

License: Freeware Size: 430.08 KB Download (194): GLT OpenGL C++ Toolkit Download

Added: February 07, 2010 | Visits: 2.017

Network Security Toolkit Network Security Toolkit is a bootable ISO live CD and its based on Fedora Core 2. The toolkit was designed to provide easy access to best-of-breed Open Source Network Security Applications and should run on most x86 platforms. The main intent of developing this toolkit was to provide the...


Platforms: *nix

License: Freeware Size: 364.9 MB Download (140): Network Security Toolkit Download

Added: September 22, 2010 | Visits: 1.024

Finance::Quote::Yahoo::Base Finance::Quote::Yahoo::Base is a Perl module with common functions for fetching Yahoo info. SYNOPSIS Base functions for use by the Finance::Quote::Yahoo::* modules. This module is not called directly, rather it provides a set of base functions which other Yahoo-related modules can use. If...


Platforms: *nix

License: Freeware Size: 92.16 KB Download (99): Finance::Quote::Yahoo::Base Download

Added: July 15, 2010 | Visits: 1.409

Finance::Quote::Yahoo::Asia Finance::Quote::Yahoo::Asia is Perl module to fetch quotes from Yahoo Asia. SYNOPSIS use Finance::Quote; $q = Finance::Quote->new; %info = $q->fetch("asia","CREA.SI"); # Failover to other methods ok. %info = $q->fetch("yahoo_asia","CREA.SI"); # Use this module only. This module fetches...


Platforms: *nix

License: Freeware Size: 92.16 KB Download (102): Finance::Quote::Yahoo::Asia Download

Added: October 23, 2010 | Visits: 1.265

Finance::Quote::Yahoo::Europe Finance::Quote::Yahoo::Europe is a Perl module that fetch quotes from Yahoo Europe. SYNOPSIS use Finance::Quote; $q = Finance::Quote->new; %info = $q->fetch("europe","12150.PA"); # Failover to other methods ok. %info = $q->fetch("yahoo_europe","12150.PA"); # Use this module only. This...


Platforms: *nix

License: Freeware Size: 92.16 KB Download (100): Finance::Quote::Yahoo::Europe Download

Added: July 07, 2010 | Visits: 974

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 (99): Yahoo::Music::Ratings Download

Added: July 09, 2010 | Visits: 989

Apache2::Ajax Apache2::Ajax is a mod_perl interface to CGI::Ajax. SYNOPSIS ###################################################### # in httpd.conf PerlLoadModule Apache2::MyAjaxApp < Location /ajax > SetHandler perl-script PerlResponseHandler Apache2::MyAjaxApp PJX_fn js_function_name...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (107): Apache2::Ajax Download

Added: November 05, 2010 | Visits: 967

Template Numerical Toolkit Template Numerical Toolkit (TNT) is a collection of interfaces and reference implementations of numerical objects useful for scientific computing in C++. The toolkit defines interfaces for basic data structures, such as multidimensional arrays and sparse matrices, commonly used in numerical...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (92): Template Numerical Toolkit Download

Added: February 16, 2010 | Visits: 1.290

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.666

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 25, 2013 | Visits: 1.001

Natural Language Toolkit The Natural Language Toolkit is a suite of Python packages and data for natural language processing; it comes with extensive API documentation and tutorials. NLTK-Lite is the version under active development.


Platforms: *nix

License: Freeware Size: 434.78 MB Download (94): Natural Language Toolkit Download

Added: October 16, 2010 | Visits: 1.092

The XView Toolkit XView comes from X Window-System-based Visual/Integrated Environment for Workstations and is a user-interface toolkit to support interactive, graphics-based applications running under the X Window System. XView provides a set of pre-built, user-interface objects such as canvases, scrollbars,...


Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 655.36 KB Download (107): The XView Toolkit Download

< 1 2 3 4 5 >