Skip to content

Instantly share code, notes, and snippets.

View justinvh's full-sized avatar
😀

Justin Bruce Van Horne justinvh

😀
  • Varda Space Industries
  • El Segundo, CA
  • LinkedIn in/justinvh
View GitHub Profile
@justinvh
justinvh / snowjob.py
Created December 28, 2011 01:37 — forked from sontek/snowjob.py
Make your terminal snow with python
#!/usr/bin/env python
import os
import random
import time
import platform
snowflakes = {}
try:
# Windows Support