I hereby claim:
- I am h3poteto on github.
- I am h3poteto (https://keybase.io/h3poteto) on keybase.
- I have a public key ASCUx3HfqgQ5b5a5SfvS1FXbMWGEWQkPVfo-oZdMdA04qQo
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, |