Skip to content

Instantly share code, notes, and snippets.

Let's make a gist!
@jcb91
jcb91 / success.txt
Created November 15, 2015 14:59
the description for this gist
Some contents, methinks?
@jcb91
jcb91 / success.txt
Created November 15, 2015 15:42
the description for this gist
Some contents, methinks?
@jcb91
jcb91 / Untitled.ipynb
Created November 16, 2015 13:01
this is a gist!
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jcb91
jcb91 / Untitled.ipynb
Last active November 26, 2015 16:43
Gurn
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jcb91
jcb91 / Untitled.ipynb
Created November 26, 2015 03:15
Gurn2
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
sudo apt-add-repository universe
sudo apt-add-repository multiverse
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install exfat-fuse chromium-browser dkms bcmwl-kernel-source
@jcb91
jcb91 / tmux_local_install.sh
Last active August 22, 2016 11:31 — forked from sharjeelsayed/tmux_local_install.sh
bash script for installing tmux without root access. Updated to Tmux 2.2 from github rather than sourceforge
#!/bin/bash
# Source: https://gist.github.com/ryin/3106801
# Script for installing tmux on systems where you don't have root access.
# tmux will be installed in $HOME/local/bin.
# It's assumed that wget and a C/C++ compiler are installed.
# exit on error
set -e
TMUX_VERSION=2.2
@jcb91
jcb91 / many_headings.ipynb
Last active January 26, 2017 12:44
Jupyter notebook to test arbitrary numbers of headings
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.