Skip to content

Instantly share code, notes, and snippets.

@boehs
Created September 7, 2023 13:28
Show Gist options
  • Save boehs/7d9debf568bce488b9d5153c9b2e811f to your computer and use it in GitHub Desktop.
Save boehs/7d9debf568bce488b9d5153c9b2e811f to your computer and use it in GitHub Desktop.
athletic.net times to sheet (for desmos)
[...temp1.querySelectorAll('[_ngcontent-ng-c2304734222]')].map(e => e.textContent).filter(t => t.match(/^\d\d:\d\d/)).map((t,i) => {
let [m,s] = t.split(':')
return i + ',' + (Number(m) + (Number(s) * (100/60) / 100))
}).join('\n')
@boehs
Copy link
Author

boehs commented Sep 7, 2023

Label yourself with (P,y_1[P+1]) where P = Placement

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment