Skip to content

Instantly share code, notes, and snippets.

View welcome-me's full-sized avatar

Jeffrey N. welcome-me

  • Somewhere in North America (Canada, USA, or Mexico).
View GitHub Profile
@welcome-me
welcome-me / index.html
Last active September 6, 2025 16:16
Radius Calculator
<div id='inputs'>
<label for=angle>Angle from centerline</label>
<input id=angle oninput="update()" required type=number value=89 />
<label for=noseRadius>Tool nose radius</label>
<input id=noseRadius oninput="update()" required value="0.015625" />
</div>
<div id='results' />