A Pen by Adam Henley on CodePen.
A British blue Ensign http://en.wikipedia.org/wiki/Blue_Ensign
A Pen by Adam Henley on CodePen.
Just some bunting gently blowing in the breeze on a balmy afternoon.
A Pen by Adam Henley on CodePen.
A Pen by Adam Henley on CodePen.
An olde style radio (well, olde-ish).
A Pen by Adam Henley on CodePen.
A Pen by Adam Henley on CodePen.
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
if(navigator.appVersion.indexOf("MSIE 7.")!=-1 || navigator.appVersion.indexOf("MSIE 6.")!=-1 ){}else{ | |
clone.removeAttr( 'id name rel' ).find( '[id],[name],[rel]' ).removeAttr( 'id name rel' ); | |
} |
The popular open-source contract for web professionals by Stuff & Nonsense
- Originally published: 23rd December 2008
- Revised date: March 15th 2016
- Original post
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
set nocompatible | |
nnoremap <C-h> <C-w>h | |
nnoremap <C-j> <C-w>j | |
nnoremap <C-k> <C-w>k | |
nnoremap <C-l> <C-w>l | |
if !exists('g:vscode') | |
"---- vim-plug setup ---- |
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
curl https://releases.hashicorp.com/terraform/1.1.5/terraform_1.1.5_linux_amd64.zip -o terraform.zip | |
unzip terraform.zip | |
sudo mv terraform /usr/local/bin |