Skip to content

Instantly share code, notes, and snippets.

@stanleykylee
stanleykylee / download-java8.sh
Last active October 19, 2018 19:56 — forked from hgomez/download-java8.sh
wget to download Java 8
wget --continue --no-check-certificate -O jdk-8u191-linux-x64.rpm --header "Cookie: oraclelicense=a" http://download.oracle.com/otn-pub/java/jdk/8u191-b12/2787e4a523244c269598db4e85c51e0c/jdk-8u191-linux-x64.rpm
sudo yum localinstall jdk-8u191-linux-x64.rpm
@stanleykylee
stanleykylee / pandoc.css
Created April 13, 2018 00:21 — forked from killercup/pandoc.css
Add this to your Pandoc HTML documents using `--css pandoc.css` to make them look more awesome. (Tested with Markdown and LaTeX.)
/*
* I add this to html files generated with pandoc.
*/
html {
font-size: 100%;
overflow-y: scroll;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
@stanleykylee
stanleykylee / .block
Created July 24, 2017 23:10 — forked from maybelinot/.block
Zoomable Sunburst on d3.js v4
license: gpl-3.0