Skip to content

Instantly share code, notes, and snippets.

View fauxstor's full-sized avatar

Justin Foster fauxstor

View GitHub Profile
#!/bin/bash
COMPASS="/usr/local/rvm/gems/ruby-2.1.5@webui/bin/compass"
case "$1" in
""|start)
echo "Starting compass watch..."
if [ -f ./cwatch.pid ]
then
echo "Sorry, but compass is already watching this folder..."
@fauxstor
fauxstor / README.md
Last active December 14, 2015 11:59 — forked from mbostock/.block
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>Mobile Patent Suits</title>
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.js?1.29.1"></script>
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.geom.js?1.29.1"></script>
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.layout.js?1.29.1"></script>
<style type="text/css">