A Pen by Mike Barlow on CodePen.
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<title></title> | |
</head> | |
<body> | |
<script data-main="main" src="../../scripts/libs/require.js" ></script> | |
</body> | |
</html> |
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
var point2D = { | |
name: "Home", | |
x: 3, | |
y: 5, | |
calculate: function(){ | |
var output = " x:" + this.x + " y:" + this.y | |
return output; | |
} | |
} |
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
BoxStarter Config Gists | |
Includes | |
- BoxStarter-Applications.txt | |
- BoxStarter-Window-10.txt | |
- Windows $Profile |
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
VS Code Settings |
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
{"lastUpload":"2021-12-13T16:00:16.573Z","extensionVersion":"v3.4.3"} |
alias brewctl="/usr/local/bin/kubectl"
alias k=kubectl
alias pods="kubectl get pods --all-namespaces"
alias jobs="kubectl get jobs --all-namespaces"
alias services="kubectl get services --all-namespaces"
alias nodes="kubectl get nodes"
alias endpoints="kubectl get endpoints --all-namespaces"
https://github.com/wesleyduff/microservicesNode
aws iam create-group --group-name kops
aws iam attach-group-policy --group-name kops \
https://docs.aws.amazon.com/cli/latest/userguide/cli-environment.html export AWS_DEFAULT_REGION=us-east-1
aws s3api list-buckets
OlderNewer