Skip to content

Instantly share code, notes, and snippets.

View hydrosquall's full-sized avatar

Cameron Yick hydrosquall

View GitHub Profile
@hydrosquall
hydrosquall / tmux-cheatsheet.markdown
Created November 18, 2016 09:00 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@hydrosquall
hydrosquall / jupyter_notebook_config.py
Created October 14, 2016 03:59 — forked from pjbull/jupyter_notebook_config.py
Create .py and .html on save of Jupyter notebook
import os
import shutil
from nbconvert.nbconvertapp import NbConvertApp
from nbconvert.postprocessors.base import PostProcessorBase
class CopyToSubfolderPostProcessor(PostProcessorBase):
def __init__(self, subfolder=None):
self.subfolder = subfolder
@hydrosquall
hydrosquall / .bash_profile
Last active December 14, 2022 17:59 — forked from PseudoSky/.bash_profile
Bash
export PATH=/usr/local/lib:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin
. ~/dot/snowbash
. ~/dot/completions
genpath
export PATH="/usr/local/bin:$PATH";
export NODE_ENV="development"
export NVM_DIR="/usr/local/nvm"
@hydrosquall
hydrosquall / README.md
Created November 16, 2015 01:28 — forked from mbostock/.block
Grouped Bar Chart

This grouped bar chart is constructed from a CSV file storing the populations of different states by age group. The chart employs conventional margins and a number of D3 features:

@hydrosquall
hydrosquall / index.md
Last active September 18, 2015 18:30 — forked from stuartlynn/index.md
CartoDB Internet of Things and Big Data

CartoDB, Big Data and the Internet of Things

Creating an account

Set you up with accounts here. This will give you a free upgrade with double the storage space and some neat features!

Creating your first map

Making maps that explore data

To get used to work with CartoDB we are first going to make a map that will help us explore crime data in Boston.