Skip to content

Instantly share code, notes, and snippets.

View adamazing's full-sized avatar

Adam Henley adamazing

View GitHub Profile
@adamazing
adamazing / install.sh
Created July 30, 2021 10:39
How To Create An S3 Bucket With AWS CLI
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install
@adamazing
adamazing / install.sh
Last active February 13, 2022 03:02
Level Up: Infrastructure as Code - Part 2
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
@adamazing
adamazing / .init.vim
Last active October 19, 2021 01:48
My Config Files
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 ----
@adamazing
adamazing / Contract Killer 3.md
Created March 16, 2016 01:50
The latest version of my ‘killer contract’ for web designers and developers

Contract Killer

The popular open-source contract for web professionals by Stuff & Nonsense

  • Originally published: 23rd December 2008
  • Revised date: March 15th 2016
  • Original post

@adamazing
adamazing / gist:a10f1bba309254e90f05
Created October 23, 2014 22:27
Quick snippet to stop the jQuery cycle2 plugin stripping the ID of slide elements due to IE7's shallow clone method.
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' );
}
@adamazing
adamazing / My-Summer-Vacation.markdown
Created March 21, 2014 09:41
A Pen by Adam Henley.
@adamazing
adamazing / AM-FM-Radio.markdown
Created March 20, 2014 00:56
A Pen by Adam Henley.

Bunting Blowing in the Breeze

Just some bunting gently blowing in the breeze on a balmy afternoon.

A Pen by Adam Henley on CodePen.

License.