Skip to content

Instantly share code, notes, and snippets.

@h3poteto
h3poteto / setup.sh
Created July 22, 2022 07:17
Setup Kubernetes using kubeadm
#!/bin/bash
set -e
if [ $# -ne 1 ]; then
echo "controle-plane-endpoint is required" 1>&2
exit 1
fi
CONTROLE_PLANE_ENDPOINT=$1
@h3poteto
h3poteto / keybase.md
Created January 18, 2021 10:15
for Keybase

Keybase proof

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:

@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,