Skip to content

Instantly share code, notes, and snippets.

View msmol's full-sized avatar

Mitch Smolash msmol

  • Montreal, Canada
View GitHub Profile
@msmol
msmol / HaFHL Stats v2.ipynb
Last active August 29, 2015 13:59
HaFHL Stats End of Season Update
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
set smartindent
set tabstop=4
set shiftwidth=4
set expandtab
set number
execute pathogen#infect()
syntax on
filetype plugin indent on
@msmol
msmol / HaFHL Stats Notebook
Last active January 1, 2016 14:08
Some stats for my fantasy hockey pool. Check it out with nbviewer: http://nbviewer.ipython.org/gist/msmol/8155418
{
"metadata": {
"name": "HaFHL Stats"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
@msmol
msmol / .zshrc
Last active January 4, 2016 18:39
My .zshrc
#!/bin/zsh
# ZSH configuration
export HISTSIZE=2000
export HISTFILE="$HOME/.zsh_history"
export SAVEHIST=$HISTSIZE
setopt INC_APPEND_HISTORY
zstyle ':completion:*' rehash true
# ZSH prompt (colors and git branch)