Skip to content

Instantly share code, notes, and snippets.

View croach's full-sized avatar

Christopher Roach croach

View GitHub Profile
@croach
croach / core.clj
Created August 14, 2011 22:10
Scatter Plot w/ Normalized Data
(ns hooray-data.core
(:gen-class)
(:use (incanter core stats charts io))
(:use [incanter.processing :only (norm)]))
(def data (read-dataset
"https://raw.github.com/liebke/incanter/master/data/iris.dat"
:delim \space
:header true))
@croach
croach / nenv.sh
Created March 16, 2014 02:09
A set of bash/zsh functions that provide simple virtual environment capabilities for node.
#
# A set of bash/zsh functions that provide simple virtual environment
# capabilities for node. To install, just copy this file into your home
# directory and add the following to your .bashrc or .zshrc file:
#
# if [[ -f "$HOME/.nenv" ]]; then
# source "$HOME/.nenv"
# fi
#
# What this script provides is a set of functions that are activated whenever