Skip to content

Instantly share code, notes, and snippets.

# remap prefix from 'C-b' to `
unbind C-b
set-option -g prefix `
bind-key ` send-prefix
#Set base to 1 instead of 0
set -g base-index 1
# Automatically set window title
set-window-option -g automatic-rename on
@johangithub
johangithub / index.html
Created January 22, 2018 14:35
Collapsible Tree
<!DOCTYPE html>
<meta charset="utf-8">
<style>
.node circle {
fill: #fff;
stroke: steelblue;
stroke-width: 3px;
}

Keybase proof

I hereby claim:

  • I am johangithub on github.
  • I am joehan (https://keybase.io/joehan) on keybase.
  • I have a public key ASDVDhjIlwAFK8btJpRBrwy8GYT_isSpBumes7IXd5BZJQo

To claim this, I am signing this object:

@johangithub
johangithub / .block
Last active September 19, 2016 17:24
dcjs demo
license: gpl-3.0
height:3200
border: no
@johangithub
johangithub / .block
Last active July 21, 2016 02:50
AFSC Utility by Multi-Barchart
license: gpl-3.0
height:1000
border: no
@johangithub
johangithub / .block
Last active July 24, 2016 14:18
US States map using Datamap API
license: gpl-3.0
height:600
border: no
@johangithub
johangithub / afsc_deg_data.json
Created February 26, 2016 01:39
Degree breakdown by AFSC using Hierarchical Barchart
{ "name": "ALL (1129)", "size":1129, "children": [
{ "name": "13M (15)", "size":15, "children": [
{ "name": "Finance (1)", "size":1},
{ "name": "Health Care Sciences (1)", "size":1},
{ "name": "History (1)", "size":1},
{ "name": "International Relations (1)", "size":1},
{ "name": "Management (8)", "size":8},
{ "name": "Sociology (1)", "size":1},
{ "name": "Technology, Other (2)", "size":2}]},
{ "name": "13N (145)", "size":145, "children": [
@johangithub
johangithub / .block
Last active July 24, 2016 02:32
Air Force Bases in the US using counties.json
license: gpl-3.0
height:1000
border: no
@johangithub
johangithub / README.md
Last active July 21, 2016 03:21
38P Core Dashboard by MAJCOM and Grade

This was an early attempt to make something like dc.js dashboard. Example from bl.ocks.org/NpashaP

@johangithub
johangithub / .block
Last active July 24, 2016 02:19
Sortable Barchart with a Tip
license: gpl-3.0
height:500
border: no