Main > Free Download Search >

ycdsb canada

ycdsb canada

Sponsored Links
Sponsored Links

ycdsb canada

No.
Title
Category
Price
License
Expand All
1
Programming -> Libraries
Perl Artistic License
Hide show
Geography::States is a Perl module with map states and provinces to their codes, and vice versa.

SYNOPSIS

use Geography::States;

my $obj = Geography::States -> new (COUNTRY [, STRICT]);

EXAMPLES

my $canada = Geography::States -> new (Canada);

my $name = $canada -> state (NF); # Newfoundland.
my $code = $canada -> state (Ontario); # ON.
my ($code, $name) = $canada -> state (BC); # BC, British Columbia.
my @all_states = $canada -> state; # List code/name pairs.

This module lets you map states and provinces to their codes, and codes to names of provinces and states.

The Geography::States - new ()> call takes 1 or 2 arguments. The first, required, argument is the country we are interested in. Current supported countries are USA, Brazil, Canada, The Netherlands, and Australia. If a second non-false argument is given, we use strict mode. In non-strict mode, we will map territories and alternative codes as well, while we do not do that in strict mode. For example, if the country is USA, in non-strict mode, we will map GU to Guam, while in strict mode, neither GU and Guam will be found.

The state() method

All queries are done by calling the state method in the object. This method takes an optional argument. If an argument is given, then in scalar context, it will return the name of the state if a code of a state is given, and the code of a state, if the argument of the method is a name of a state. In list context, both the code and the state will be returned.

If no argument is given, then the state method in list context will return a list of all code/name pairs for that country. In scalar context, it will return the number of code/name pairs. Each code/name pair is a 2 element anonymous array.

Arguments can be given in a case insensitive way; if a name consists of multiple parts, the number of spaces does not matter, as long as there is some whitespace. (That is "NewYork" is wrong, but "new YORK" is fine.)

2
Programming -> Libraries
Perl Artistic License
Hide show
Finance::Quote::Yahoo::USA is a Perl module to obtain information about stocks and funds in the USA and Canada.

SYNOPSIS

use Finance::Quote;

$q = Finance::Quote->new;

%info = $q->fetch("usa","SGI");

This method provides access to financial information from a number of exhcanges in the United States and Canada. The following methods are available:

canada
usa
yahoo
nyse
nasdaq
vanguard
fidelity

These methods all use the same information source, and hence can be considered somewhat interchangable. However, the method "yahoo" should be passed to fetch if you wish to obtain information from any source that Yahoo tracks.

This method is loaded by default by Finance::Quote, although it can be explicitly loaded by passing the argument "Yahoo::USA" to Finance::Quote->new().

Information returned by this module may be subject to Yahoos terms and conditions. See http://finance.yahoo.com/ for more information.

LABELS RETURNED

This module returns all the standard labels that Yahoo provides, as well as the currency label. See Finance::Quote::Yahoo::Base for more information.

BUGS

Yahoo does not make a distinction between the various exchanges in the United States and Canada. For example, it is possible to request a stock using the "NYSE" method and still obtain data even if that stock does not exist on the NYSE but exists on a different exchange.

3
Internet -> HTTP
LGPL GNU Lesser General Public License
Hide show
JBidwatcher is a Java-based application allowing you to monitor auctions youre not part of, snipe (bid at the last moment), submit bids and otherwise track your auction-site experience.

It includes adult-auction management, MANY currencies (yen, pound, dollar (US, Canada, Australian, and New Taiwanese), Swiss Francs, and euro, presently), drag-and-drop of auction URLs, a unique and powerful multisniping feature, a relatively nice UI, and is known to work cleanly under Linux, Windows, Solaris, and MacOSX from the same binary.

4
Internet -> HTTP
BSD License
Hide show
Casid21 is a web based Blackjack game developed using PHP and AJAX.

Casid Networks is proud to announce the first release of Casid21. Please note this is still an early release and there is still a lot to do going forward.

What

Casid Networks develops open source software, operates a number of websites

Where

Casid Networks is located in a suburb of Toronto, Ontario, Canada

Why

Casid Networks was created to provide a single brand for Shawn to share his software and websites under.
5
Games -> Fortune
GPL GNU General Public License
Hide show
fortune-mod-southpark project consists of a fortune file with quotes from South Park.

South Park Fortunes is a package containing various quotes from "South Park: Bigger, Longer, and Uncut" in the UNIX fortune file format.

Examples:

Rub my nipples as I torture this little piggy!


No dude, Id be scared too, youre mom is a fucking bitch.
Dont call my mom a bitch, you fat fuck!
Dont call me fat you buttfucking son of a bitch.


Should we blame the government?
Or blame society?
Or should we blame the images on TV?
NO! Blame Canada!

Whats New in This Release:

· Fixed typos, nothing noteworthy. Released for the sake of the English language
· probably final release

6
Programming -> Libraries
Perl Artistic License
Hide show
Acme::Test::Weather is a Perl module to test the weather conditions for a user.

SYNOPSIS

use Test::Weather;
plan tests => 2;

# You may only install something
# when its nice outside.

&isnt_snowing();
&isnt_cloudy();

# output:

1..2
ok 1 - its partly cloudy in Montreal, Canada
not ok 2 - its partly cloudy in Montreal, Canada
# Failed test (./t/mtl.t at line 5)
# Partly Cloudy
# matches (?i-xsm:bcloudy)
# Looks like you failed 1 tests of 2.

The package determines a users location by looking up their hostname / IP address using the CAIDA::NetGeo::Client package.

Based on the data returned, weather conditions are polled using the Weather::Underground package.

Because, you know, it may be important to your Perl module that its raining outside...

PACKAGE FUNCTIONS

&is_cloudy()

Make sure it is cloudy, but remember the silver lining.

&isnt_cloudy()

No clouds. Not even little fluffy ones.

&is_raining()

Make sure it is raining.

&isnt_raining()

Make sure sure it is not raining.

&is_snowing()

Make sure it is snowing.

&isnt_snowing()

Make sure it is not snowing.

&is_sunny()

Make sure it is sunny.

&isnt_sunny()

Make sure it is not sunny. Why are you so angry?

&eq_celsius($int)

Temperature in degrees Celsius.

>_celsius($int)

Cooler than, in degrees Celcius.

_fahrenheit($int)

Warmer than, in degrees Fahrenheit.

_humidity($int)

Humidity is greater than.

7
Miscellaneous -> Education
GPL GNU General Public License
Hide show
KGeography is a geography learning tool.

Here are some key features of "KGeography":

· Browse the maps clicking in a map division to see its name
· The game tells you a map division name and you have to click on it
· The game tells you a capital and you have to guess the division it belongs to
· The game tells you a division and you have to guess its capital
· The game shows you a map division flag and you have to guess its name
· The game tells you a map division name and you have to guess its flag

Maps available in current release are:

· Africa
· Europe
· France
· Germany
· Italy
· North and Central America
· South America
· Spain
· USA

Whats New in This Release:

New maps included:

· Asia
· Austria
· Brazil
· Canada
· China
· Italy by provinces
· Netherlands
· Norway
· Poland
· World

8
Office -> Finance
GPL GNU General Public License
Hide show
CdnPayroll is a collection of python functions which calculates Canadian payroll tax withholdings based on the most recent federal publication. Canadian Payroll is mostly for use by developers, but others use it with great success too.

Cdn Payroll is intended to be used primarily from another program or graphical user interface. This is because the numerous command line options necessary to fully implement the federal (and now provincial) tables become tedious very quickly.

Here are some key features of "Canadian Payroll":

· Federal taxes for all of Canada
· TONI provincial tables
· Several output options
· Holiday Pay
· Advances
· Ability to save file
· Spreadsheet output
· Cross platform command line
· Graphical Interface (Linux)
· New web interface included
· Distributed free under the GPL

Whats New in This Release:

· Changes due to 84th Edition t4127-jan-07e.pdf effective January 1st 2007.

9
System -> Networking
LGPL GNU Lesser General Public License
Hide show
Astaro Command Center (ACC) is an application for centralized management of Astaro Security Gateways. With ACC, network administrators can easily manage and control multiple Astaro devices.

The intuitive Web-based user interface provides an effective overview that details the actual health of each device, swiftly allowing administrators to see which gateways require immediate action.

Astaro Command Center offers monitoring, inventory management, central update management, WebAdmin single-sign-on, and a world map view.

Whats New in This Release:

· This version changes the GUI to the new look and feel of the ASG V7 style and it adds V7 support.
· It also handles the new daylight saving time dates from the Energy Savings Act in the US and Canada.
· Cluster monitoring global pattern version and UPS battery charge monitoring are now supported, and ACC can be used as an Up2Date Cache for all V7 packages.
· Besides these new features, some minor bugs were fixed.

10
Desktop-Environment -> KDE
GPL GNU General Public License
Hide show
Maxemum TV-Guide is a KDE TV-guide. Maxemum TV-Guide is developed in C++, based on QT/KDE and uses XMLTV as its back end to grab listings.

At present there are backends grabbing TV listings for Canada, the USA, the UK, Germany, Austria, Finland, Spain, the Netherlands, Hungary, Denmark, Japan, Sweden, France, Norway and Romania.

Here are some key features of "Maxemum TV Guide":

· easy-to-use user interface
· quick channel(s)-only selection
· descriptions
· hidden in tray while not used
· favourite show highlighting
· realtime updates with colour encoded time
· automatic grabbing of TV-listings
· a popup window alerting the user when favourite show starts
· execution of an external command upon user alerts
· favourite overview with quick removal
· realtime progress
· and more..

Whats New in This Release:

· new translation: Slovak, by Jozef Riha
· new translation: Italian, by Matteo Azzali
· norwegian translation has been improved, by Leif Mathis Gaup
· french translation has been improved, by Starcrasher
· german translation has been improved, by Philipp Matthias Hahn
· episode Title-patch by nhjm449 applied
· bug-fix in parser (MTVG crashed if an icon-tag was located in a programme-tag)

11
Desktop-Environment -> Tools
GPL GNU General Public License
Hide show
XMLTV is a set of utilities to manage your TV viewing. They work with TV listings stored in the XMLTV format, which is based on XML.

The idea of XMLTV is to separate out the backend (getting the listings) from the frontend (displaying them for the user), and to implement useful operations like picking out your favourite programmes as filters that read and write XML documents.

At present there are backends grabbing TV listings for Canada, the USA, Britain and Ireland, Germany, Austria, Finland, Spain, the Netherlands, Hungary, Denmark, Japan, Sweden, France, Norway, and Romania.

There are filters to sort the listings by date, to remove shows that have already been broadcast, and a couple of programmes to organize your viewing by storing preferences of what shows you watch. There are a couple of backends to produce printed output.

Whats New in This Release:

· This release includes new grabbers for Croatia and Switzerland and miscellaneous updates to many different grabbers, including a fix for the tv_grab_na_dd startime problem.

12
Multimedia -> Video
GPL GNU General Public License
Hide show
GShow TV is a TV program schedule viewer and a Personal Video Recorder GUI. The basic purpose of GShow TV is to provide a nice GUI for viewing tv program schedule information and for recording the programs.

GShow TV doesnt itself do the recording of the selected programs, rather it uses any PVR solution that exists. GShow TV is globally usable as it uses XMLTV to access the program schedules, and xmltv has support for multitude of countries. (mid 2004 support for Canada, the USA, the UK, Germany, Austria, Finland, Spain, Italy, the Netherlands, Hungary, Denmark, Japan, Sweden, France, Norway, Portugal and Romania)

The interface between the recording software and the GUI is two trivial shell scripts, which are of course modifiable by the user as they see fit. The reason why this separation is simple: On linux almost everybody who has a TV card on their computer uses a different recording solution.

The multitude of home made recording systems is countless. However, most home made systems dont include a nice GUI and hence GShow TV. GShow TV uses XMLTV for its tv listing. GShow TV can be used as a TV Guide without its recording functionality.

13
Office -> Finance
GPL GNU General Public License
Hide show
OpenTaxSolver (OTS) project is a free program for calculating Tax Form entries and tax-owed or refund-due, such as Federal or State personal income taxes.

An optional graphical front-end, OTS_GUI, has been added. Currently, TaxSolver has been updated for the 2005 tax-year for the following forms: US 1040 and Schedules A, B, C, & D.

As well as for California, Massachusetts, New Jersey, and Pennsylvania State Taxes for 2005 tax-year, thanks to contributors. Updates for the following additional states are expected to be posted soon: North Carolina, New York, Ohio, and Virginia. Preliminary versions for Canada and the United Kingdom were posted in previous years and may be updated with help from volunteers.

Motivations:

· To make tax preparation software available for all platforms.
· To provide insight into how our taxes are calculated in clear unambiguous equations/code.
· To avoid invasive, bloated commercial software packages.
· To avoid rewriting our own individual programs each year by combining efforts.
· To provide a simple reliable tax-package requiring only rudimentary knowledge to maintain.

Whats New in This Release:

· Automatic phone credit was added to US1040.
· It will automatically calculate standard one-time phone credit, if not otherwise specified on US1040 line 71.
· The NJ State form F line 5 was fixed.

14
Programming -> Libraries
Perl Artistic License
Hide show
WebService::GoogleMaps is an automated interface to Google Maps.

SYNOPSIS

use WebService::GoogleMaps;

# Set up a new object with a viewport of 640 x 480 pixels
my $gmap = WebService::GoogleMaps->new( 640, 480 );

# Specify a location to view
$gmap->set(
latitude => 40.750275,
longitude => -73.993034,
zoom_level => 4, # valid values are 0..14, lower value is more zoomed
cache_dir => "/tmp", # optional, but recommended! Helps speed up future requests
pan_x => 0, # move viewport to the east (+) or west (-) a number of pixels
pan_y => 0, # move viewport to the south (+) or north (-) a number of pixels
);

# create a GD object containing our bitmapped map object
$gmap->generate_gd();

# or simply
# $gmap->generate_gd(40.750275, -73.993034, 4); # latitude, longitude, zoom_level

my $error = $gmap->error();
$error && print "Error: $errorn";

open (FH, ">", "mymap.png");
binmode FH;
print FH $gmap->{gd}->png;
close(FH);

WebService::GoogleMaps provides an automated interface to Google Maps http://maps.google.com/, which provides free street maps of locations in the USA and Canada. This module allows you to specify an image size, latitude, longitude, and zoom level and returns a GD object containing a street level map.

15
System -> Monitoring
GPL GNU General Public License
Hide show
ppplag provides a PPP log analyzer.

ppplag reads system logs and shows a table of all found PPP sessions with stats for start times, durations, bytes in/out, and speed in/out.

Dial-up requires no additional infrastructure on top of the telephone network. As telephone points are available throughout the world, dial-up remains useful to travelers. Dial-up is usually the only choice available for most rural or remote areas where getting a broadband connection is impossible due to low population and demand.

Sometimes dial-up access may also be an alternative to people who have limited budgets as it is offered for free by some, though broadband is now increasingly available at lower prices in countries such as the United States, Canada and the United Kingdom due to market competition. Dial-up requires time to establish a telephone connection (approximately several seconds, depending on the location) and perform handshaking before data transfers can take place. In locales with telephone connection charges, each connection incurs an incremental cost. If calls are time-charged, the duration of the connection incurs costs.

Whats New in This Release:

· Two new features were added: summary by day and filter by user who started pppd.