Skip to content

Instantly share code, notes, and snippets.

View heavyimage's full-sized avatar
💭
Hacking the Gibson

Jesse Spielman heavyimage

💭
Hacking the Gibson
View GitHub Profile
@heavyimage
heavyimage / install-mosh.sh
Created October 28, 2020 23:03 — forked from jaywilliams/install-mosh.sh
Compiling and running mosh on Dreamhost (Updated - 2018)
#!/usr/bin/env bash
# Thanks to @samsonjs for the cleaned up version:
# https://gist.github.com/samsonjs/4076746
PREFIX=$HOME/local
VERSION=1.3.2
# Create Source Directory
mkdir -p $PREFIX/src
@heavyimage
heavyimage / nuclearPong.py
Created June 28, 2016 14:07 — forked from dbr/nuclearPong.py
Pong. In Nuke.
"""Pong.
In Nuke.
"""
import nuke
import time
from random import random
import threading