How spam filters dictated Canadian magazine?s fate

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Complex Event Processing RSS News How spam filters dictated Canadian magazine?s fate
# 1  
Old 03-29-2010
How spam filters dictated Canadian magazine?s fate

by Jude Sheerin, BBC News After 90 years, one of Canada’s oldest magazines, The Beaver, is changing its name.* Its publishers say it was only natural that a Canadian history journal should have been named in honour of the industrious dam-building creature which is the country’s national emblem. But in recent times the [...]

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. News, Links, Events and Announcements

Raspberry PI Zero, Free with MagPI magazine.

Not sure if this is the right forum... But a mini Raspberry PI, Raspberry PI Zero, free with MagPI magazine... Shrinking to Zero: The Raspberry Pi gets smaller - BBC News Fantastic for a simple Raspbian Debian based project... (0 Replies)
Discussion started by: wisecracker
0 Replies

2. What is on Your Mind?

AudioScope has had a magazine review. <shock>

Hi Admin and Staff... Thanks for hosting AudioScope.sh on this site. I have had the biggest surprise of my life today. This months issue of the UK Linux magazine "Linux Format" have done a small piece on the project. Issue April 2014, LXF 182, page 65... This I never expected and I... (1 Reply)
Discussion started by: wisecracker
1 Replies

3. What is on Your Mind?

Do you believe in fate?

Time for a poll rather descriptive poll. Please vote and in add in your comments. :D (19 Replies)
Discussion started by: matrixmadhan
19 Replies

4. News, Links, Events and Announcements

Dan Gilmor: Key battles forge fate of free software

http://www.siliconvalley.com/mld/siliconvalley/business/columnists/dan_gillmor/5911376.htm FREEDOM DINGED: The free-software movement has surmounted all kinds of obstacles in its short history, moving from a political statement to a prominent position inside the world's largest... (0 Replies)
Discussion started by: Neo
0 Replies
Login or Register to Ask a Question
Finance::Quote::FinanceCanada(3pm)			User Contributed Perl Documentation			Finance::Quote::FinanceCanada(3pm)

NAME
Finance::Quote::FinanceCanada - Obtain stock and mutual fund prices from finance.canada.com SYNOPSIS
use Finance::Quote; $q = Finance::Quote->new; # Can failover to other methods %quotes = $q->fetch("canada", "stock_fund-code"); # Use this module only %quotes = $q->fetch("financecanada", "stock_fund-code"); DESCRIPTION
This module obtains information about Canadian Stock and Mutual Funds from finanace.canada.com. The information source "canada" can be used if the information source is unimportant, or "financecanada" to specifically use finance.canada.com. STOCK_FUND-CODE Canadian stocks/mutual funds do not have a unique symbol identifier. This module uses the symbols as used on finance.canada.com. The simplest way to fetch the ID for a particular stock/fund is to go to finance.canada.com, search for your particular stock or mutual fund, and note the symbol ID. This is helpfully provided by the site in their returned HTML quote. LABELS RETURNED
Information available from financecanada may include the following labels: method source name symbol currency date nav last price SEE ALSO
Finance Canada.com website - http://finance.canada.com/ Finance::Quote perl v5.14.2 2012-05-06 Finance::Quote::FinanceCanada(3pm)