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 / python-tensorflow-pytorch-GPU-nvidia-cuda-linux-clean-install-instructions.md Clean Python Deep Learning GPU setup with TensorFlow 2.X.X & PyTorch 1.X and GPU installation instructions for Ubuntu 20.04 - CUDA 11.X

Instructions

I. Clean Python setup from scratch. (~1h) Skip if you already have a python environment setup or want to use your own python virtualenv setup

0. Pre-install (skip if already done)

sudo apt-get install python3-pip python-dev
@0r
0r / panopto_dl.py
Created September 11, 2021 20:08 — forked from DavidBuchanan314/panopto_dl.py
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
"""
@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
@0r
0r / InstrumentationCourse.ipynb
Created July 13, 2016 17:01 — forked from jesteve/InstrumentationCourse.ipynb
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.