Main > Free Download Search >

Free ycdsb canada software for linux

ycdsb canada

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 32
JBidwatcher 1.0.1

JBidwatcher 1.0.1


JBidwatcher is a Java-based application allowing you to monitor auctions youre not part of, submit bids. more>>
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.

<<less
Download (0.81MB)
Added: 2007-04-30 License: LGPL (GNU Lesser General Public License) Price:
1176 downloads
1-ClickWeather 1.1.4

1-ClickWeather 1.1.4


1-ClickWeather is a Firefox extension which enables users to quickly view current weather conditions. more>>
Because weather is important to you everyday... weather.com offers you instant local weather conditions, alerts, radar in motion, satellite maps, and forecasts all within your Firefox browser.

1-ClickWeather is a Firefox extension which enables users to quickly view current weather conditions and up to 5 days of forecast information within the browser and allows for instant access to detailed and customized weather content through clickable icons. All weather data in provided by weather.com.

In addition, the extension features color coded severe weather alerts from the National Weather Service and links to unique features available from weather.com.

All of the weather information displayed by 1-ClickWeather relates to a user-selected geographic location. This information includes:

Weather Videos - pre-selected weather video from weather.com. Choices include Top Story, Severe Weather Outlook, European travel forecast, US national forecast or a choice of one of four US regional forecasts.

Radar - animated in-motion Doppler radar image pre-selected by the user from one of nine US regions.

Satellite - satellite map pre-selected by the user for a defined international geographic region. Choices include Europe, Russia, Asia, Middle East, Africa, Canada, Mexico, Central America, and South America.

Quick Launch - up to 16 user-defined quick launch links to unique content on the weather.com website, including local 36-hour forecasts, local 10-day forecasts and links to customized lifestyle content such as Personal PetCasts, Baseball Game Day Forecasts and PollenCasts.

<<less
Download (0.62MB)
Added: 2007-05-02 License: MPL (Mozilla Public License) Price:
978 downloads
People Search and Public Record Toolbar 1.0

People Search and Public Record Toolbar 1.0


People Search and Public Record Toolbar is a Firefox extension is a handy menu tool for investigators, reporters, etc. more>>
People Search and Public Record Toolbar is a Firefox extension is a handy menu tool for investigators, reporters, legal professionals, real estate agents, online researchers and anyone interested in doing their own basic people searches and public record lookups as well as background research.
Find past friends, relatives, classmates, coworkers, military buddies or do background research on people and businesses.
This useful extension offers you the following free people and public record searches at the click of a mouse:
- Free People Searches: White Pages, 411, DA Plus, Zaba Search, Zoom Info, Google, International Phone Directories, Google Image Search and Riya photo search.
- Reverse Phone Numbers: White Pages, DA Plus, Google, Land Line or Cell Phone? Search, Reverse Payphone and Do Not Call List.
- Reverse Addresses: White Pages, DA Plus, Google, Mail Drop Search and Whois Lookup.
- Area Code, Zip Code and International Calling Code Searches.
- Yellow Pages & Local Searches: White Pages Yellow, DA Plus Yellow, Google Local and Yahoo Local.
- Public Record Searches: Skipease Public Record Directory, Search Systems Public Record Directory, Social Security Number Searches, NETRonline Property Records, Zillow Property Values, Trulia Real Estate Search, Yahoo Real Estate and NACO US County Information.
- Criminal Searches: Inmate Locators and National Sex Offender Registry.
- Maps & Satellites: Google Maps, Map Quest, Yahoo Maps, Google Earth, Terra Server.
- Government Phone Directories: US Blue Pages, Canada GEDS.
- US Government Search Engines: FirstGov and Google Government Search.
- News & Blog Searches: Google News, Yahoo News, Technorati, IceRocket and Google Blog Search.
- Business & Finance: Alibaba, Business.com, Thomas Registry, Google Finance, Yahoo Finance.
- Jobs & Classifieds: Indeed Meta Job Search, Simply Hired Meta Job Search, Dice Jobs, Hot Jobs, Monster Jobs, Craigslist Classifieds.
- Social Network Sites: Facebook, Friendster, MySpace, Tribe, Xanga.
This extension contains NO malicious scripts or code; no malware, spyware or adware of any kind. This extension does NOT record personal or surfing information from users. If you dont believe me, then check the source code on the extension after you download it. There is absolutely no Spyware or malware of any kind and the same person continues to attack this extension and defame it using numerous different logon ids.
<<less
Download (0.033MB)
Added: 2007-06-27 License: MPL (Mozilla Public License) Price:
986 downloads
Open Tax Solver 4.07

Open Tax Solver 4.07


OpenTaxSolver (OTS) project is a free program for calculating Tax Form entries. more>>
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.
Enhancements:
- 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.
<<less
Download (0.36MB)
Added: 2007-03-15 License: GPL (GNU General Public License) Price:
953 downloads
Geography::States 2.1

Geography::States 2.1


Geography::States is a Perl module with map states and provinces to their codes, and vice versa. more>>
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.)

<<less
Download (0.006MB)
Added: 2007-02-14 License: Perl Artistic License Price:
982 downloads
WebService::GoogleMaps 0.07

WebService::GoogleMaps 0.07


WebService::GoogleMaps is an automated interface to Google Maps. more>>
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.

<<less
Download (0.011MB)
Added: 2006-11-24 License: Perl Artistic License Price:
1067 downloads
Maxemum TV-Guide 7.3.2

Maxemum TV-Guide 7.3.2


Maxemum TV-Guide is a KDE TV guide. more>>
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.
Main features:
- 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..
Enhancements:
- 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)
<<less
Download (0.20MB)
Added: 2007-03-04 License: GPL (GNU General Public License) Price:
978 downloads
ppplag 20050227

ppplag 20050227


ppplag provides a PPP log analyzer. more>>
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.
Enhancements:
- Two new features were added: summary by day and filter by user who started pppd.
<<less
Download (0.012MB)
Added: 2007-03-23 License: GPL (GNU General Public License) Price:
945 downloads
Locale::SubCountry 1.37

Locale::SubCountry 1.37


Locale::SubCountry is a Perl module that can convert state, province, county etc. names to/from code. more>>
Locale::SubCountry is a Perl module that can convert state, province, county etc. names to/from code.

SYNOPSIS

my $country_code = GB;
my $UK = new Locale::SubCountry($country_code);
if ( not $UK )
{
die "Invalid code $country_coden";
}
elsif ( $UK->has_sub_countries )
{
print($UK->full_name(DGY),"n"); # Dumfries and Galloway
print($UK->regional_division(DGY),"n"); # CT (Scotland)
}

my $australia = new Locale::SubCountry(AUSTRALIA);
print($australia->country,"n"); # AUSTRALIA
print($australia->country_code,"n"); # AU

if ( $australia->has_sub_countries )
{
print($australia->code(New South Wales ),"n"); # NSW
print($australia->full_name(S.A.),"n"); # South Australia
my $upper_case = 1;
print($australia->full_name(Qld,$upper_case),"n"); # QUEENSLAND
print($australia->category(NSW),"n"); # state
print($australia->FIPS10_4_code(ACT),"n"); # 01
print($australia->ISO3166_2_code(02),"n"); # NSW

my @aus_state_names = $australia->all_full_names;
my @aus_code_names = $australia->all_codes;
my %aus_states_keyed_by_code = $australia->code_full_name_hash;
my %aus_states_keyed_by_name = $australia->full_name_code_hash;

foreach my $code ( sort keys %aus_states_keyed_by_code )
{
printf("%-3s : %sn",$code,$aus_states_keyed_by_code{$code});
}
}

# Methods for country codes and names

my $world = new Locale::SubCountry::World;
my @all_countries = $world->all_full_names;
my @all_country_codes = $world->all_codes;

my %all_countries_keyed_by_name = $world->full_name_code_hash;
my %all_country_keyed_by_code = $world->code_full_name_hash;

This module allows you to convert the full name for a countries administrative region to the code commonly used for postal addressing. The reverse lookup can also be done. Sub country codes are defined in "ISO 3166-2:1998, Codes for the representation of names of countries and their subdivisions".

Sub countries are termed as states in the US and Australia, provinces in Canada and counties in the UK and Ireland.

Names and ISO 3166-2 codes for all sub countries in a country can be returned as either a hash or an array.

Names and ISO 3166-1 codes for all countries in the world can be returned as either a hash or an array.

ISO 3166-2 codes can be converted to FIPS 10-4 codes. The reverse lookup can also be done.

<<less
Download (0.062MB)
Added: 2006-08-16 License: Perl Artistic License Price:
1164 downloads
BeanCounter 0.8.7

BeanCounter 0.8.7


BeanCounter enables stockmarket data analysis and performance evaluation. more>>
BeanCounter enables stockmarket data analysis and performance evaluation.
Ever wondered what happened to your portfolio on a day the market moved 500 points? Ever wondered what your portfolio returned over the last (odd and arbitrary) period? Ever wondered what the Value-at-Risk (VaR) was? Ever wondererd what the marginal risk contribution of a given stock in your portfolio was? Ever wondered what unrealized percentage gain (or loss) you made from the recent lows (or highs) ? Ever wondered if you could easily database the (public) price info on dozens of stocks for further analysis? Ever wondered if there was a simple cron job to report all this on a daily basis?
BeanCounter does all this, and provides an easy-to-use command-line tool as well as a Perl module that can be used with other pursuits. It stores its data (price, volume, earnings --- whatever Yahoo! supplies) in either a PostgreSQL or MySQL relational database system (but it can also use an ODBC connection). The (very fast) SQLite database on a flat file can also be used in either version 2.* or the newer version 3.*.
BeanCounter works with equities and equity indices from exchanges in the US, Canada, Europe and Asia. Options, foreign exchange rates, some commodities as well as US mutual funds are also supported as the data is provided by Yahoo! Downloads are efficiently batched so that information on e.g. several dozens US stocks is downloaded at once with a single HTTP request.
At some level this code is still beta in the sense that the command-line options and function interfaces might change. However, similar code has been working here since the fall of 1998.
Enhancements:
- Historical backpopulation now also adjusts closes, and the rpm.spec file has been updated.
<<less
Download (0.077MB)
Added: 2006-05-03 License: GPL (GNU General Public License) Price:
1282 downloads
eZ region 1.1.4

eZ region 1.1.4


eZ region provides updated eZpublish modules that provide Regions/States. more>>
eZ region provides updated eZpublish modules that provide Regions/States.

eZ region is a PHP class and an updated set of eZ publish modules that provide support for regions or states to eZ publishs eZ address and eZ user modules.

eZ region is not a killer app, but it made eZ publish one for me!

eZ region provides a lookup table of what some
call regions or states, depending on the country.

eZ region is an added dependacy to eZ address.
eZ region was based off the eZ country module.
eZ regions are each associated with an eZ country.
eZ region design is dependant on the eZ address and eZ country modules.

eZ region can be used in at least the following ways:

Default - Providing ezuser/user/userwithaddress with a region or stat list.
Requiring only eZ address, and eZ user .

Trade - Providing eztrade/user with a region list included in the trade transaction.
Requiring eZ address, eZ user and eZ trade.

Note: eZ region 1.1.4 does not contain the eZ trade user
functions to meet the trade use dependancy, though future releases (1.1.5) will.

International Regions / States:

eZ region can be used to support non-US States.

Only states from the United States of America are included in eZ region 1.1.4.
Regions from any country can be used in conjunction with U.S. states.

The missing dependancy for other regions is a list of
South American and European regions and some sql additions.

All countries have regions in some fashion or style.
A fair amount of North America has states. Other countries
Canada, Mexico, South & Central America & Europe use other names to lable their regions.

Users from other countries can use eZ region by populating
the eZAddress_Region table with a list of regions/states/provinces associated to their countrys ez country ID.

Note: International users feel free to contact me regarding,
including your countrys regions in eZ region.

<<less
Download (0.41MB)
Added: 2007-04-05 License: GPL (GNU General Public License) Price:
936 downloads
Wordplay 0.3

Wordplay 0.3


Wordplay is a game for Unix/GTK+. more>>
Wordplay is a game for Unix/GTK+. Wordplay is primarily aimed at Scrabble players looking to improve their anagramming and hooking skills, but can also be played for fun. The dictionary used is the full TWL98 word list (used for tournaments and club play in the U.S. and Canada).

Three types of games are available:

Word Mine: Find all words of a certain length which can be formed from the letters of a larger word. Letters may be repeated only as often as they appear in the given word.
Word Hooks: Find all words which "hook" off a given word: forming a new word by adding a letter to the beginning or end.
Bingos: Find all anagrams of the given (seven or more) letters. In a Scrabble game, playing a word which uses all letters on your rack is a bingo, netting you a 50-point bonus. The bingo puzzles included with wordplay comprise the 500 most statistically likely bingo-able 7-letter and 8-letter combinations, based on the standard Scrabble bag letter distribution.

<<less
Download (0.25MB)
Added: 2007-08-19 License: GPL (GNU General Public License) Price:
799 downloads
gshowtv 1.2.1

gshowtv 1.2.1


GShow TV is a TV program schedule viewer and a Personal Video Recorder GUI. more>>
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.

<<less
Download (0.20MB)
Added: 2007-05-29 License: GPL (GNU General Public License) Price:
880 downloads
IOSN Hoary Live CD

IOSN Hoary Live CD


IOSN Live CD is an bootable CD that boots into a usable and fully featured Linux Desktop. more>>
IOSN Live CD is an bootable CD that boots into a usable and fully featured Linux Desktop.

In addition to standard FOSS productivity and multimedia applications, it is bundled with a User Guide to Using the Linux Desktop in print and multimedia formats as well as several IOSN Free/Open Source Software Primers.

IOSN comes from International Open Source Network.
<<less
Download (620MB)
Added: 2005-09-12 License: GPL (GNU General Public License) Price:
1503 downloads
Casid21 0.1

Casid21 0.1


Casid21 is a web based Blackjack game developed using PHP and AJAX. more>>
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.
<<less
Download (0.088MB)
Added: 2006-04-10 License: BSD License Price:
1293 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 3
  • 1
  • 2
  • 3