https://github.com/orc/gear-inches
Command line gear inch calculator for bicycle gearing
https://github.com/orc/gear-inches
Last synced: 1 day ago
JSON representation
Command line gear inch calculator for bicycle gearing
- Host: GitHub
- URL: https://github.com/orc/gear-inches
- Owner: Orc
- License: bsd-2-clause
- Created: 2019-01-12T22:37:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-28T04:49:21.000Z (over 7 years ago)
- Last Synced: 2025-02-24T13:13:16.455Z (over 1 year ago)
- Language: C
- Size: 32.2 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
gear-inches: calculate the gear inches available for a given set of chainring
and cogs.
Implemented as two programs:
gi:
Usage: gi wheel-diameter tire-size chainrings cogs
(chainrings are a comma-separated list of chainrings, ie: 48,28)
(cogs are a comma-separated list of cogs, ie: 12,14,16,19,21,26)
If called as 'webgi', if generates the output as a html table,
otherwise it's an ascii table.
gcalc:
Usage http://..../gcalc.cgi
On the first call, it spits out a html form so you can fill in the
wheel size, etc; submitting that form calls it again, and it gives
you that html form (populated) + a chart of gear inches.