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.
Screenshots:
Linux versionDownload:
OS/2 version
Download Linux version:
Redhat 5.x glibc binary: calcalc.bin.glibc.tgz (statically bound with FLTK)
Source: calcalc.src.tgz (you'll need FLTK to compile this)Download OS/2 version: calcalc.zip
If you have a Java-enabled web browser, click here to give the Java version it try!
So where's the Windows version???? Well, my machine at home is a Microsoft-free zone. I used to run OS/2 on it as well, but now it is Linux only. The good news for you Windows users though is that the Linux version should be a relatively easy port to Win32, as FLTK is cross-platfrom. If anyone wants to undertake this venture, I'll be happy to provide a link to the executable from this page. But I ain't doin' the port, so don't even ask. Sorry. :-)