Skip to content

Instantly share code, notes, and snippets.

View ncloward's full-sized avatar

Nick Cloward ncloward

View GitHub Profile
@ncloward
ncloward / ServerlessDeployBot.yml
Created August 16, 2017 21:16
Serverless Deploy Bot Permissions
---
AWSTemplateFormatVersion: '2010-09-09'
Description: 'Cloudformation stack to manage permission to deploy a serverless service'
Parameters:
ServiceName:
Description: Name of the Service you want to deploy
Type: String
Resources:
@ncloward
ncloward / keybase.md
Last active October 17, 2017 19:17
keybase.md

Keybase proof

I hereby claim:

  • I am ncloward on github.
  • I am ncloward (https://keybase.io/ncloward) on keybase.
  • I have a public key ASC74MB010ZwzcwCFER9U8iUxGksuREEDvvfyPg05fMzXgo

To claim this, I am signing this object:

" Don't try to be vi compatible
set nocompatible
" Helps force plugins to load correctly when it is turned back on below
filetype off
" Load Vundle
set rtp+=~/.vim/bundle/vundle
call vundle#rc()

Contract Killer 3

Revised date: 07/11/2012

Between us [company name] and you [customer name]

Summary:

We’ll always do our best to fulfil your needs and meet your expectations, but it’s important to have things written down so that we both know what’s what, who should do what and when, and what will happen if something goes wrong. In this contract you won’t find any complicated legal terms or long passages of unreadable text. We’ve no desire to trick you into signing something that you might later regret. What we do want is what’s best for both parties, now and in the future.

@ncloward
ncloward / rest_mailer.php
Last active December 16, 2015 22:29
Simple PHP REST mailer.
<?php
/**
* Simple PHP form handler.
*
* LICENSE:
*
* The MIT License (MIT)
*
* Copyright (c) 2013 Nicholas Cloward
*