Skip to content

Instantly share code, notes, and snippets.

View tuffacton's full-sized avatar
👋

Nic Acton tuffacton

👋
View GitHub Profile
@tuffacton
tuffacton / Dockerfile
Last active August 14, 2024 21:34
Adding kubectl to moby/buildkit:master-rootless
FROM bitnami/kubectl:1.20.9 AS kubectl
FROM docker:dind AS docker-cli-stage
FROM moby/buildkit:master-rootless
COPY --from=kubectl /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/
COPY --from=docker-cli-stage /usr/local/bin/docker /usr/local/bin/docker
@tuffacton
tuffacton / stock-comparison.ipynb
Created November 15, 2020 20:24
Stock Comparison
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tuffacton
tuffacton / ece-5554-homework-1.ipynb
Created June 11, 2020 03:22
ECE 5554 Homework 1
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tuffacton
tuffacton / streamlit_colab.ipynb
Last active March 7, 2024 05:47
Colaboratory Notebook that hosts a streamlit app and creates an ngrok https tunnel for access.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tuffacton
tuffacton / ccpp.csv
Created April 29, 2020 02:11
Homework 5 Helper
ID AT V AP RH TG
1 14.96 41.76 1024.07 73.17 1
2 25.18 62.96 1020.04 59.08 0
3 5.11 39.4 1012.16 92.14 1
4 20.86 57.32 1010.24 76.64 0
5 10.82 37.5 1009.23 96.62 1
6 26.27 59.44 1012.23 58.77 0
7 15.89 43.96 1014.02 75.24 1
8 9.48 44.71 1019.12 66.43 1
9 14.64 45 1021.78 41.25 1
@tuffacton
tuffacton / academic-keyword-tool.ipynb
Created April 28, 2020 13:33
academic-keyword-tool
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.