Skip to content

Instantly share code, notes, and snippets.

View 0r's full-sized avatar
✔️
getting it done.

Noah Marchal 0r

✔️
getting it done.
View GitHub Profile
@0r
0r / sync.py
Created September 9, 2020 23:38 — forked from grantstephens/sync.py
Garmin Connect Sync Script for Linux (python)
# Syncs files on a garmin device to garmin connect and keeps a local copy.
# auth.json contains your garmin connect username(email) and password.
import json
import os
import shutil
import requests
@DavidBuchanan314
DavidBuchanan314 / panopto_dl.py
Last active June 22, 2023 22:21
Panopto video downloader
import requests
import json
import os
import youtube_dl
PANOPTO_BASE = "https://cardiff.cloud.panopto.eu"
"""
Place the value of your .ASPXAUTH token in the following variable
"""
@marshyyyy
marshyyyy / BlockYouTubeHostsFile
Created November 18, 2017 05:02
Block YouTube Hosts File
0.0.0.0 host.youtube.com
0.0.0.0 mx.youtube.com
0.0.0.0 admin.youtube.com
0.0.0.0 devel.youtube.com
0.0.0.0 stats.youtube.com
0.0.0.0 http.youtube.com
0.0.0.0 mx0.youtube.com
0.0.0.0 administration.youtube.com
0.0.0.0 development.youtube.com
0.0.0.0 svn.youtube.com
@grantstephens
grantstephens / sync.py
Created September 10, 2017 06:12
Garmin Connect Sync Script for Linux (python)
# Syncs files on a garmin device to garmin connect and keeps a local copy.
# auth.json contains your garmin connect username(email) and password.
import json
import os
import shutil
import requests
@jesteve
jesteve / InstrumentationCourse.ipynb
Last active July 13, 2016 17:01
An Introduction to Experiment Control in Python
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.