Skip to content

Instantly share code, notes, and snippets.

View devturner's full-sized avatar
:octocat:
software development engineer in test /w Impinj

Chris Turner devturner

:octocat:
software development engineer in test /w Impinj
View GitHub Profile

PLEASE BRING:

  • Sleeping bag, with stuff sack or plastic bag
  • Pillow
  • Laundry bag for dirty clothes
  • Wash kit (with soap, toothbrush, toothpaste, etc.)
  • 2 Towels (1 swim, 1 shower) and 1 Washcloth
  • Flashlight or headlamp (and extra batteries)
  • Sunscreen (we recommend lotion over aerosol; minimum SPF 15)
  • Chapstick (minimum SPF 15)
  • 6 T-shirts, 6 sets of underwear, 6 pairs of socks
@devturner
devturner / gdrive_copy.py
Created April 13, 2023 03:00
copy a shared gdrive folder with google colab
#@title Deeply copy shared folders in Google Drive
from google.colab import drive
import os, sys
import time
import shutil
import hashlib
print('Mounting Google Drive...')
drive.mount('/gdrive', force_remount=True)
print(os.listdir("/gdrive/MyDrive/roms"))
@devturner
devturner / README-Template.md
Created September 4, 2019 19:37 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites