aag 1 wire weather station
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 12370
One-Wire Weather 0.82.0
One-Wire Weather is a client program for Dallas Semiconductor / AAG 1-wire weather station kits. more>>
One-Wire Weather is a client program for Dallas Semiconductor / AAG 1-wire weather station kits, providing a graphical (animated) display to monitor outside temperature, wind speed and direction, rainfall, and humidity.
Extra temperature sensors may be added. A 1-wire "hub" may be used for improved reliability and range. Weather data may be logged to CSV files, parsed to command line programs, sent to the Henriksen Windows client, or uploaded to Web servers at Dallas, The Weather Underground, and HAMweather.
Enhancements:
- Changes to libusb calls, to operate correctly with recent Linux kernels.
- Added facility for waveform slew/timing adjustment for DS2490.
- Locale now set to POSIX when creating output for wunderground, &c - so you can log e.g. with comma as decimal separator, but wunderground gets a full stop.
- Rain from a remote source is integrated for upload (but please could people check if this works for you).
- Initial support for DS2760 - e.g. AAG TAI8560 thermocouple adapter (but the thermocouple Voltage isnt interpreted yet).
- Added facility for placing control characters in parser strings, as C-style escape sequences.
- Added dailyrain statistic for wunderground uploads, &c.
- Implemented rapid update for wunderground.
<<lessExtra temperature sensors may be added. A 1-wire "hub" may be used for improved reliability and range. Weather data may be logged to CSV files, parsed to command line programs, sent to the Henriksen Windows client, or uploaded to Web servers at Dallas, The Weather Underground, and HAMweather.
Enhancements:
- Changes to libusb calls, to operate correctly with recent Linux kernels.
- Added facility for waveform slew/timing adjustment for DS2490.
- Locale now set to POSIX when creating output for wunderground, &c - so you can log e.g. with comma as decimal separator, but wunderground gets a full stop.
- Rain from a remote source is integrated for upload (but please could people check if this works for you).
- Initial support for DS2760 - e.g. AAG TAI8560 thermocouple adapter (but the thermocouple Voltage isnt interpreted yet).
- Added facility for placing control characters in parser strings, as C-style escape sequences.
- Added dailyrain statistic for wunderground uploads, &c.
- Implemented rapid update for wunderground.
Download (0.43MB)
Added: 2007-07-12 License: Artistic License Price:
844 downloads
Zope Weather applet 1.51
Zope Weather applet allows people to display weather information for a particular location in Zope. more>>
Zope Weather applet allows people to display weather information for a particular location in Zope, by automatically retrieving data from the NOAAs Metar servers from time to time.
Enhancements:
- getStationHeight is now called getStationAltitude.
- Better installation instructions.
- When extracting the tarball, the directorys name doesnt contain a version number anymore.
- No GIF image anymore.
<<lessEnhancements:
- getStationHeight is now called getStationAltitude.
- Better installation instructions.
- When extracting the tarball, the directorys name doesnt contain a version number anymore.
- No GIF image anymore.
Download (0.080MB)
Added: 2005-09-28 License: GPL (GNU General Public License) Price:
1494 downloads
KDE Radio Station 0.6
KDE Radio Station presents you a list of internet streaming radio stations. more>>
KDE Radio Station presents you a list of internet streaming radio stations. Just select your favorite one, and the media player of your choice will pick up the right stream.
More than 40 radio stations (and more than 90 streams) are already available; thanks to the decentralized structure, many more sources like Icecast directories can be added via metaservers.
And you are now able to share your favorites with other users...
<<lessMore than 40 radio stations (and more than 90 streams) are already available; thanks to the decentralized structure, many more sources like Icecast directories can be added via metaservers.
And you are now able to share your favorites with other users...
Download (0.41MB)
Added: 2005-09-06 License: GPL (GNU General Public License) Price:
1532 downloads
MOHA Chat 0.1.0.2 (Weather Plug-in)
MOHA Chat is a chat solution which comes with a intuitive Web client and can run on most shared hosts. more>>
MOHA Chat is a chat solution which comes with a intuitive Web client and can run on most shared hosts. MOHA Chat consumes fewer resources on the server side and is fast on the client side.
The project uses AJAX to retrieve the chat messages and user status. The client polls the server at regular intervals. It currently supports only one-to-one chatting with the Web client. The Web client encrypts messages using a key unique to the client when sending a message to the server and vice versa.
<<lessThe project uses AJAX to retrieve the chat messages and user status. The client polls the server at regular intervals. It currently supports only one-to-one chatting with the Web client. The Web client encrypts messages using a key unique to the client when sending a message to the server and vice versa.
Download (2.0MB)
Added: 2007-02-27 License: GPL (GNU General Public License) Price:
970 downloads
Better Weather
Better Weather contains a couple of scripts using normal KDE and Linux tools to provide better display of weather info. more>>
Better Weather contains a couple of scripts using normal KDE and Linux tools to provide better display of weather info than KDEs weather applet. It downloads the information from the US national weather service and maps from weather.com. Two launchers on the main menubar bring up the window separately. Full details and instructions are in the readme.
This is a solution that worked for me, not being a coder. You have to make it work for you. Its an idea and a set of tools. Its also US-centric, but someone may take the idea and make it work just as well anywhere. I hope someone finds it as useful as I do.
WHAT IT DOES
The tools I wrote are two *very* simple bash scripts. The script, localwx.sh, invokes the python weather utility, and downloads the current weather conditions and forecast in text format from the weather service. It stores the information temporarily in a text file (I chose the desktop as the directory in which to save it.) It then "reads" the text file into a kdialog box. When the "ok" button is clicked, the temporary file is deleted.
The other script, wxmap.sh, downloads a current local weather map image using wget, saves it temporarily to the desktop, and calls Kview to display it. When Kview closes, the temporary image file is deleted.
HOW I DID IT
The man pages for "weather," "kdialog," and "wget" were useful for determining which options to use. The script for weather forecasts has to be edited to receive the data for the users current location. My nearest airport is PDK, so my ID was "KPDK." The rest is straightforward enough. To make the weather map script work, you can go to weather.com or your local tv station website and copy the image location for the weather map they use. It can be pasted into the script.
Once the scripts were edited to suit, I made them executable (chmod +x filename), copied them to /usr/local/bin, and created a launcher for each in my main menubar. Describing the process is a lot more difficult than actually doing the work!
<<lessThis is a solution that worked for me, not being a coder. You have to make it work for you. Its an idea and a set of tools. Its also US-centric, but someone may take the idea and make it work just as well anywhere. I hope someone finds it as useful as I do.
WHAT IT DOES
The tools I wrote are two *very* simple bash scripts. The script, localwx.sh, invokes the python weather utility, and downloads the current weather conditions and forecast in text format from the weather service. It stores the information temporarily in a text file (I chose the desktop as the directory in which to save it.) It then "reads" the text file into a kdialog box. When the "ok" button is clicked, the temporary file is deleted.
The other script, wxmap.sh, downloads a current local weather map image using wget, saves it temporarily to the desktop, and calls Kview to display it. When Kview closes, the temporary image file is deleted.
HOW I DID IT
The man pages for "weather," "kdialog," and "wget" were useful for determining which options to use. The script for weather forecasts has to be edited to receive the data for the users current location. My nearest airport is PDK, so my ID was "KPDK." The rest is straightforward enough. To make the weather map script work, you can go to weather.com or your local tv station website and copy the image location for the weather map they use. It can be pasted into the script.
Once the scripts were edited to suit, I made them executable (chmod +x filename), copied them to /usr/local/bin, and created a launcher for each in my main menubar. Describing the process is a lot more difficult than actually doing the work!
Download (0.67MB)
Added: 2007-07-19 License: GPL (GNU General Public License) Price:
838 downloads
Java Lemonade Stand 1.3
Java Lemonade Stand is a lemonade stand game. more>>
Java Lemonade Stand is a lemonade stand game. To play the game, click on the link below.
You are the sole proprietor of a lemonade stand in your front yard. Your parents were kind enough to knock together a booth and provide some initial capital and supplies.
You have three months to make as much money as possible. Placing money in the bank is a good idea. You earn interest.
The left side of the display contains four tabs (Prepare for Sale, Finances, Inventory, and Advertising) for managing your advertising and assets. The left side displays sales results and weather forecasts. Check the weather forecast then decide how much advertising to purchase, how many cups to make, and how much to charge. Press the Sell Lemonade button to see how you fared.
Prepare for Sale
Here you decide what quality of lemonade mix to use (Generic, Name Brand, or Premium), how many cups of lemonade to prepare, and how much to charge for each cup. Using a higher quality of lemonade will positively impact the price customers will pay and the number of cups they will purchase.
Finances
Your money is divided into working cash and a savings account. Purchases for supplies and advertising are deducted from your working cash. Profits from your lemonade sales will be added to your working cash. You can transfer money between your working cash and savings account. You will receive interest on your savings account at the end of each month. The interest is based on your average daily balance.
Inventory
Your inventory consists of lemonade mix and cups. Buying in larger quantities is more cost-effective. You can only make and sell as much lemonade as you have mix and cups. Lemonade mix comes in different levels of quality: Generic, Name Brand, and Premium. Higher quality lemonade costs more.
Advertising
Advertising helps to bring more customers to your stand. Notice that some types of advertising last multiple days while others only last for a day. Homemade signs last a variable period of time.
Weather
Weather has a significant impact on the number of customers that come to your stand and the amount that they will pay for your lemonade. You will receive a forecast for the next days weather each day. This forecast is somewhat accurate but not 100% reliable. The eight types of weather are listed below.
Sunny and Scorching: Ideal conditions.
Sunny and Hot
Sunny and Warm
Sunny
Party Sunny
Overcast
Rain
Thunderstorms: Worst conditions.
Sales Results
Here you will see the weather for the day, the number of customers who visited your stand, the number of cups you sold, and your gross and net profit. You will also learn about any random events that might impact your business.
<<lessYou are the sole proprietor of a lemonade stand in your front yard. Your parents were kind enough to knock together a booth and provide some initial capital and supplies.
You have three months to make as much money as possible. Placing money in the bank is a good idea. You earn interest.
The left side of the display contains four tabs (Prepare for Sale, Finances, Inventory, and Advertising) for managing your advertising and assets. The left side displays sales results and weather forecasts. Check the weather forecast then decide how much advertising to purchase, how many cups to make, and how much to charge. Press the Sell Lemonade button to see how you fared.
Prepare for Sale
Here you decide what quality of lemonade mix to use (Generic, Name Brand, or Premium), how many cups of lemonade to prepare, and how much to charge for each cup. Using a higher quality of lemonade will positively impact the price customers will pay and the number of cups they will purchase.
Finances
Your money is divided into working cash and a savings account. Purchases for supplies and advertising are deducted from your working cash. Profits from your lemonade sales will be added to your working cash. You can transfer money between your working cash and savings account. You will receive interest on your savings account at the end of each month. The interest is based on your average daily balance.
Inventory
Your inventory consists of lemonade mix and cups. Buying in larger quantities is more cost-effective. You can only make and sell as much lemonade as you have mix and cups. Lemonade mix comes in different levels of quality: Generic, Name Brand, and Premium. Higher quality lemonade costs more.
Advertising
Advertising helps to bring more customers to your stand. Notice that some types of advertising last multiple days while others only last for a day. Homemade signs last a variable period of time.
Weather
Weather has a significant impact on the number of customers that come to your stand and the amount that they will pay for your lemonade. You will receive a forecast for the next days weather each day. This forecast is somewhat accurate but not 100% reliable. The eight types of weather are listed below.
Sunny and Scorching: Ideal conditions.
Sunny and Hot
Sunny and Warm
Sunny
Party Sunny
Overcast
Rain
Thunderstorms: Worst conditions.
Sales Results
Here you will see the weather for the day, the number of customers who visited your stand, the number of cups you sold, and your gross and net profit. You will also learn about any random events that might impact your business.
Download (0.28MB)
Added: 2006-12-05 License: GPL (GNU General Public License) Price:
1058 downloads
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.
<<less1-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.
Download (0.62MB)
Added: 2007-05-02 License: MPL (Mozilla Public License) Price:
978 downloads
Xfce 4 Weather Plugin 0.5.99.1
Xfce 4 Weather Plugin shows the current temperature and weather condition, using weather data provided by xoap.weather.com. more>> <<less
Download (0.56MB)
Added: 2007-03-07 License: GPL (GNU General Public License) Price:
572 downloads
DSI Sound Station 1.0
DSI Sound Station is broadcast software for everything related to audio and station management. more>>
DSI Sound Station is broadcast software for everything related to audio and station management.
DSI Sound Station is for broadcast radio and TV stations of all sizes. It provides hard-disk audio recording, an on-line newsroom, a disc/media cataloguer, and sales utilities (like contracts and invoices).
<<lessDSI Sound Station is for broadcast radio and TV stations of all sizes. It provides hard-disk audio recording, an on-line newsroom, a disc/media cataloguer, and sales utilities (like contracts and invoices).
Download (5.7MB)
Added: 2006-04-17 License: GPL (GNU General Public License) Price:
1331 downloads
Weather::Underground::StationHistory 1.0.1
Weather::Underground::StationHistory is a Perl module with utility functions for dealing with weather station historical data. more>>
Weather::Underground::StationHistory is a Perl module with utility functions for dealing with weather station historical data from http://wunderground.com.
SYNOPSIS
use Weather::Underground::StationHistory qw{ :all };
use LWP::Simple;
print
strip_garbage_from_station_history(
get(
generate_single_day_station_history_url(
KILCHICA52,
2006,
10,
27,
)
)
);
This module provides a URL generator function for retrieving historical data for weather stations from Weather Underground (http://wunderground.com).
Additionally, a function to clean up the data retrieved from said URLs is provided. Nominally, the content retrieved from the URLs is in CSV (Comma Separated Values) format. If you enter these URLs into a web browser, the data does appear to be in that format.
However, the MIME type given for the data by the web server is text/html and the data contains < br > tags and HTML comments (though no < html >, < head >, or < body > tags that you would expect for an HTML document). Thus, if a user copies and pastes the data from the web browser, the
<<lessSYNOPSIS
use Weather::Underground::StationHistory qw{ :all };
use LWP::Simple;
strip_garbage_from_station_history(
get(
generate_single_day_station_history_url(
KILCHICA52,
2006,
10,
27,
)
)
);
This module provides a URL generator function for retrieving historical data for weather stations from Weather Underground (http://wunderground.com).
Additionally, a function to clean up the data retrieved from said URLs is provided. Nominally, the content retrieved from the URLs is in CSV (Comma Separated Values) format. If you enter these URLs into a web browser, the data does appear to be in that format.
However, the MIME type given for the data by the web server is text/html and the data contains < br > tags and HTML comments (though no < html >, < head >, or < body > tags that you would expect for an HTML document). Thus, if a user copies and pastes the data from the web browser, the
Download (0.008MB)
Added: 2007-02-12 License: Perl Artistic License Price:
986 downloads
Liquid Weather ++ 14.8
Liquid Weather is a superkaramba theme and desktop applet for displaying weather information and forecasts. more>>
Liquid Weather is a superkaramba theme and desktop applet for displaying weather information and forecasts. You need superkaramba to run it and the kde desktop.
Liquid Weather ++ displays weather information in a compact and easy to read format - its pretty too.
Main features:
- Detailed information about the current weather situation;
- Detailed weather forecasts for 5 days;
- Hourly weather forecasts for the next 12 hours;
- Data available from weather.com or BBC;
- Translated into several languages;
- Displays multiple weather maps;
- View latest earthquake data;
- Receive notification of major storms in your area;
- Several iconsets and backgrounds available;
- Two different layouts - simple and detailed;
- Monitor up to 5 webcams;
- kxdocker plugin built in;
- Configurable update delay;
<<lessLiquid Weather ++ displays weather information in a compact and easy to read format - its pretty too.
Main features:
- Detailed information about the current weather situation;
- Detailed weather forecasts for 5 days;
- Hourly weather forecasts for the next 12 hours;
- Data available from weather.com or BBC;
- Translated into several languages;
- Displays multiple weather maps;
- View latest earthquake data;
- Receive notification of major storms in your area;
- Several iconsets and backgrounds available;
- Two different layouts - simple and detailed;
- Monitor up to 5 webcams;
- kxdocker plugin built in;
- Configurable update delay;
Download (3.9MB)
Added: 2007-06-11 License: GPL (GNU General Public License) Price:
548 downloads
Weather Forecast for Plone 1.4.2
Weather Forecast for Plone provides a product that will display weather information. more>>
Weather Forecast for Plone provides a product that will display weather information.
Weather Forecast for Plone is a small product that let your Plone site shows the weather forecast using the weather.com wether service retrieval.
Plone Weather Forecast contains:
- one portlet that will be (by default) placed at the end of the right column.
- one configlet that will easily let you enters all the configuration information Weather Forecast needs to run.
Weather Forecast for Plone has been design with a cache system: the weather service will not be asked on every request on your site.
Weather Forecast for Plone is translated in english, french, spannish, italian and dutch. You can participate to this project by sending a translation of your tongue.
Enhancements:
- Fix index handling when values are changed via ZMI
<<lessWeather Forecast for Plone is a small product that let your Plone site shows the weather forecast using the weather.com wether service retrieval.
Plone Weather Forecast contains:
- one portlet that will be (by default) placed at the end of the right column.
- one configlet that will easily let you enters all the configuration information Weather Forecast needs to run.
Weather Forecast for Plone has been design with a cache system: the weather service will not be asked on every request on your site.
Weather Forecast for Plone is translated in english, french, spannish, italian and dutch. You can participate to this project by sending a translation of your tongue.
Enhancements:
- Fix index handling when values are changed via ZMI
Download (1.8MB)
Added: 2007-02-12 License: GPL (GNU General Public License) Price:
990 downloads
wmWeatherApp 0.0.3
wmWeatherApp is nothing more than a very simplistic weather dock app. more>>
wmWeatherApp is nothing more than a very simplistic weather dock app. There are several quite nice dockapps for this purpose, however they were all far too bloated for my needs therefore I created a very minimalist one.
This application simply grabs the image of the current weather (using your zipcode which you supply as a parameter to wmWeatherApp) and displays it as the background image of the dockapp.
You can left click on the dockapp and have it launch a web browser (which you can configure by setting the environment variable BROWSER) and show you the weather.
Quick usage instructions:
./configure && make && make install
wmWeatherApp -zip 61832 -delay 300
-zip specifies your zipcode
-delay specifies the update interval in seconds. 300 seconds is what I currently use.
The weather image is pulled from www.wunderground.com (which is the most reliable weather provider I have found). License is GPL.
<<lessThis application simply grabs the image of the current weather (using your zipcode which you supply as a parameter to wmWeatherApp) and displays it as the background image of the dockapp.
You can left click on the dockapp and have it launch a web browser (which you can configure by setting the environment variable BROWSER) and show you the weather.
Quick usage instructions:
./configure && make && make install
wmWeatherApp -zip 61832 -delay 300
-zip specifies your zipcode
-delay specifies the update interval in seconds. 300 seconds is what I currently use.
The weather image is pulled from www.wunderground.com (which is the most reliable weather provider I have found). License is GPL.
Download (0.31MB)
Added: 2006-10-26 License: GPL (GNU General Public License) Price:
1094 downloads
Acme::Test::Weather 0.2
Acme::Test::Weather is a Perl module to test the weather conditions for a user. more>>
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.
<<less
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.
<<less
Download (0.005MB)
Added: 2007-03-19 License: Perl Artistic License Price:
949 downloads
Multiplication Station 1.3.3
Multiplication Station is an application to help memorize multiplication tables through 12x12. more>>
Multiplication Station project is an application to help memorize multiplication tables through 12x12. The user logs in and faces a blank 12x12 grid.
The program gives all the products in random order. When a correct answer is given, the problem is marked "complete" and the corresponding grid cell displays the product (i.e. row * col). If a wrong answer is given then the problem is inserted at a random position in the problem queue and asked again later.
The countdown-timer works as follows: if set for "5", then after 5 seconds, if no answer yet entered, the problem is re-inserted in the problem queue to be asked again, later. This has been found to keep kids more focused.
The administrator can change the operator for each account separately among {+,-,*} for the analogous exercises.
Main features:
- Multiple Account control via Admin Interface
- Separate configurations for each account
- High-Score display encourages competition
- Configurable countdown timer encourages attention
- Configurable number of points to award
- Configurable operator support for add/sub/mult
- Configurable colors
Enhancements:
- The admin panel has been made resizable.
- A call to the anti-alias function that affected some displays has been fixed.
<<lessThe program gives all the products in random order. When a correct answer is given, the problem is marked "complete" and the corresponding grid cell displays the product (i.e. row * col). If a wrong answer is given then the problem is inserted at a random position in the problem queue and asked again later.
The countdown-timer works as follows: if set for "5", then after 5 seconds, if no answer yet entered, the problem is re-inserted in the problem queue to be asked again, later. This has been found to keep kids more focused.
The administrator can change the operator for each account separately among {+,-,*} for the analogous exercises.
Main features:
- Multiple Account control via Admin Interface
- Separate configurations for each account
- High-Score display encourages competition
- Configurable countdown timer encourages attention
- Configurable number of points to award
- Configurable operator support for add/sub/mult
- Configurable colors
Enhancements:
- The admin panel has been made resizable.
- A call to the anti-alias function that affected some displays has been fixed.
Download (0.60MB)
Added: 2006-10-30 License: GPL (GNU General Public License) Price:
1092 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above aag 1 wire weather station search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed