I hereby claim:
- I am leewc on github.
- I am leewc (https://keybase.io/leewc) on keybase.
- I have a public key ASCLUGhsV8ZX3ArMELl1lBNw9TqSykIpuWujqS9qxYix7go
To claim this, I am signing this object:
| function Square(props) { | |
| return ( | |
| <button className="square" onClick={props.onClick}> | |
| {props.value} | |
| </button> | |
| ) | |
| } | |
| function Board(props) { | |
| function renderSquare(i) { |
| //Code from https://reactjs.org/tutorial/tutorial.html | |
| // class Square extends React.Component { | |
| // render() { | |
| // return ( | |
| // <button className="square" onClick={ () => {this.props.onClick()} }> | |
| // { this.props.value } | |
| // </button> | |
| // ); | |
| // } |
| #!/bin/bash | |
| # Bash script to run ecs-exec on Amazon ECS Fargate containers. | |
| # | |
| # Usage: See --help. | |
| # | |
| # Installation: Download the script and `chmod u+x the script`. | |
| # - For example, in two-lines: | |
| # curl "https://gist.github.com/leewc/e4c3a16551b06c2b0b4640fa5a3d9c00/raw/sssh" -o "sssh" && chmod u+x ./sssh | |
| # ./sssh |
| ----------------------------------------------------------------------------------------------------------- | |
| -- Script to migrate data from monthly tables into one table. | |
| -- filename: dynamotodynamo.hive | |
| -- author: leewc | |
| -- Instructions: | |
| -- Run: hive -hiveconf domain="Devo" -hiveconf region="NA" -hiveconf yyyymm=201604 -f dynamoTodynamo.hive | |
| -- Variables passed from bash are accessible via hiveconf. | |
| -- Variables are case-sensitive i.e test != Test | |
| ------------------------------------------------------------------------------------------------------------ |
I hereby claim:
To claim this, I am signing this object: