Skip to content

Instantly share code, notes, and snippets.

View kashinoki38's full-sized avatar
😀

Yasuhiro Horiuchi kashinoki38

😀
View GitHub Profile
BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//AWS re:Invent 2025//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-WR-CALNAME:AWS re:Invent 2025 Sessions
X-WR-TIMEZONE:Asia/Tokyo
BEGIN:VTIMEZONE
TZID:Asia/Tokyo
BEGIN:STANDARD
@kashinoki38
kashinoki38 / 2022_data.ipynb
Created October 24, 2023 14:49
2022 Youtube history analysis
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
dict = {"yamada":75, "endou":82}
value = dict["yamada"]
key in dict #存在確認
`date "+%Y%m%d%H%M%S"`_top.log
kubectl get po -o jsonpath={.items..metadata.name}
kubectl port-forward -n istio-system $(kubectl get pod -l app=prometheus -n istio-system -o template --template "{{(index .items 0).metadata.name}}") 9090:9090
find manifests/ -name *svc.yaml |xargs -t -I@ kubectl apply -f @