Skip to content

Instantly share code, notes, and snippets.

View justinvh's full-sized avatar
😀

Justin Bruce Van Horne justinvh

😀
  • SpaceX
  • New York, New York
  • 22:25 (UTC -04:00)
  • 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