Wally 2.0.0 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Wally 2.0.0 (Default branch)
# 1  
Old 01-28-2009
Wally 2.0.0 (Default branch)

ImageWally is a Qt4 wallpaper / background changer using multiple sources like files, folders, Flickr, Yahoo!, Panoramio, and Pikeo. It runs under Linux and Win32 (Mac OS X support is in progress). Supported Linux window managers are GNOME, KDE3, XFCE4, BlackBox, FluxBox, Window Maker, and FVWM (experimental).License: GNU General Public License (GPL)Changes:
Wally's engine has been totally rewritten, for better stability and better coding structure in plugin development. UI partial restyling and improvements. KDE4 is supported. Mac OS X is supported (experimental). FTP remote folders can be used as image sources. Multi-language support (English, Italian, Spanish, and Russian). Bugfixes.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Finance::Quote::Yahoo::Australia(3)			User Contributed Perl Documentation		       Finance::Quote::Yahoo::Australia(3)

NAME
Finance::Quote::Yahoo::Australia - 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 methods. DESCRIPTION
This module allows information to be fetched from Yahoo abouts stocks traded on the Australian Stock Exchange. Information about indexes (such as the All Ordinaries) are not available through this module, although if information is requested from the "australia" source then these will automatically failover to direct queries from the Australian Stock Exchange. This module is loaded by default on a Finance::Quote object, although it can be explicitly loaded by passing the argument "Yahoo::Australia" to Finance::Quote->new(). This module provides both the "australia" and "yahoo_australia" fetch methods. You should use the "australia" method if you wish to allow failovers to other sources, and "yahoo_australia" if you only want to obtain quotes from this module. Information obtained via this module is governed by Yahoo's terms and conditions, see http://au.finance.yahoo.com/ for more details. LABELS RETURNED
This module returns all the standard labels (where available) provided by Yahoo, as well as the currency label. See Finance::Quote::Yahoo::Base for more information. SEE ALSO
Yahoo Australia, http://au.finance.yahoo.com/ Finance::Quote::Yahoo::Base perl v5.12.1 2009-10-05 Finance::Quote::Yahoo::Australia(3)