This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<head> | |
<meta charset="utf-8"> | |
<script src = "https://feyderm.github.io/d3/d3.js"></script> | |
<script src = "https://feyderm.github.io/d3/hexbin/hexbin.js"></script> | |
<script src = "https://feyderm.github.io/d3/d3-legend-master/d3-legend.js"></script> | |
<script src = "https://feyderm.github.io/js/viridis_colors.js"></script> | |
</head> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<head> | |
<meta charset="utf-8"> | |
<script src="https://d3js.org/d3.v4.min.js"></script> | |
</head> | |
<body> | |
<div id="block"></div> | |
<script> | |
// dimensions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" REMAPPED KEYS | |
inoremap jj <ESC> | |
nnoremap f x | |
nnoremap ) 0w | |
let mapleader="," | |
set timeout timeoutlen=1500 | |
:map <space> viw | |
" COLUMN RULER | |
:set ruler |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" Vim syntax file | |
" Language: Jira Text Formatting Notation | |
" Maintainer: Michael Feyder [email protected] | |
" Latest Revision: 14 July 2016 | |
if exists("b:current_syntax") | |
finish | |
endif | |
" highlights headers regardless of level |
NewerOlder