Skip to content

Instantly share code, notes, and snippets.

View mattdrose's full-sized avatar

Matt Rose mattdrose

View GitHub Profile
@mattdrose
mattdrose / HTML boolean attributes list
Created January 9, 2018 22:24 — forked from ArjanSchouten/HTML boolean attributes list
Below is a list of html boolean attributes. All these attributes must be leaved empty, filed with 0|1, filled with on|off, filled with true|false or used as a flag.
async
autocomplete
autofocus
autoplay
border
challenge
checked
compact
contenteditable
controls
@mattdrose
mattdrose / gist:2dd3f0487d494672d82f
Last active September 26, 2016 16:50 — forked from djs070/gist:4570480
Install NVM & Node 4.4.0 on Fedora/CentOS
# get nvm
git clone git://github.com/creationix/nvm.git ~/nvm
# activate nvm
echo "source ~/nvm/nvm.sh" >> ~/.bashrc
source ~/.bashrc