Skip to content

Instantly share code, notes, and snippets.

View callowaysutton's full-sized avatar
💻
Developing

Calloway Sutton callowaysutton

💻
Developing
View GitHub Profile
@callowaysutton
callowaysutton / ubuntu-sleep.yaml
Last active December 22, 2022 00:52 — forked from tcdowney/ubuntu-sleep.yaml
Ubuntu Sleep Pod
apiVersion: v1
kind: Pod
metadata:
name: ubuntu2
spec:
containers:
- name: ubuntu2
image: nginx:latest
resources:
requests:
@callowaysutton
callowaysutton / 0_reuse_code.js
Created September 5, 2017 02:29
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console