I hereby claim:
- I am h3poteto on github.
- I am h3poteto (https://keybase.io/h3poteto) on keybase.
- I have a public key whose fingerprint is 1D4A 2DDD 20DD 5A5B 2BBD D749 B6E5 1BAC 4DE1 A957
To claim this, I am signing this object:
| #!/bin/bash | |
| set -e | |
| if [ $# -ne 1 ]; then | |
| echo "controle-plane-endpoint is required" 1>&2 | |
| exit 1 | |
| fi | |
| CONTROLE_PLANE_ENDPOINT=$1 |
I hereby claim:
To claim this, I am signing this object:
| @onYouTubeIframeAPIReady = ()-> | |
| movie = youtube_movie # なんか入れてください | |
| $(".title").html(movie.title) | |
| player = new YT.Player('player',{ | |
| height: '390', | |
| width: '640', | |
| videoId: movie.id, | |
| events: { | |
| onReady: onPlayerReady, | |
| onStateChange: onPlayerStateChange, |