Bicycle Ride Calorie Calculator

From OS2World.Com Wiki
Revision as of 22:58, 21 May 2017 by Martini (talk | contribs)
Jump to navigation Jump to search

Description

Bicycle Ride Calorie Calculator is a simple program that calculates the number of calories expended on a bicycle ride. It is based on an article in the May 1989 issue of Bicycling Magazine, pp. 100-103. It provides a good estimate of the number of calories burned based on time, distance, rider weight, wind speed and direction, drafting, and climbing. It is not meant to be a completely accurate calculator and playing with the input values will reveal that the equations break down for very small and very large average speed values. Calorie expediture values seem very reasonable for average speeds between 5 and 30 mph.

There are three version of the software. The Linux version was written in C++ using the FLTK widget library. The OS/2 version was written in REXX using version 3 of VisProREXX. The Java version was written a while back using version 1.02 of the JDK.

Download

License

Author