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:
--- | |
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: |
I hereby claim:
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() |
Revised date: 07/11/2012
Between us [company name] and you [customer name]
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.
<?php | |
/** | |
* Simple PHP form handler. | |
* | |
* LICENSE: | |
* | |
* The MIT License (MIT) | |
* | |
* Copyright (c) 2013 Nicholas Cloward | |
* |