Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am russellhoff on github.
  • I am joninx88 (https://keybase.io/joninx88) on keybase.
  • I have a public key ASCP_iVcPbGNEqoSnU8m4XqIZw8I_3FmtNr75c2SClSAMAo

To claim this, I am signing this object:

@russellhoff
russellhoff / arrancar.sh
Created March 12, 2019 11:20
Make schedule_viewer.py as a Systemd service
#!/bin/bash
schedule_viewer.py --key %yourApiKeyHere% --feed_filename /opt/gtfs/zips/gtfs.zip --port 8767
@russellhoff
russellhoff / index.html
Created October 4, 2022 15:05
SVG Loading Circle Animation
<div id="wrapper">
<div class="profile-main-loader">
<div class="loader">
<svg class="circular-loader"viewBox="25 25 50 50" >
<circle class="loader-path" cx="50" cy="50" r="20" fill="none" stroke="#70c542" stroke-width="2" />
</svg>
</div>
</div>