This file contains hidden or 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
function delegate (child) { | |
// make it happen | |
} | |
// usage | |
var obj = { | |
math: { | |
x: 2, |
This file contains hidden or 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
{ | |
"AWSTemplateFormatVersion" : "2010-09-09", | |
"Description" : "AWS CloudFormation template to deploy railo4/tomcat7/nginx.", | |
"Parameters" : { | |
"KeyName" : { | |
"Default" : "bacfug", | |
"Description" : "Name of an existing EC2 KeyPair to enable SSH access to the instances", |