- 2人分
- 鶏むね肉 500g ...1
- ヨーグルト(無糖) 150g ...1
- ターメリック 小さじ1/2 ...1
- はちみつ 小さじ1 ...1
- 塩 小さじ1 ...1
- クミン 小さじ1 ...2
float meters = 100.f; | |
double latRadians = lat * Math.PI / 180; | |
double metersPerPixel = 40075016.68 / (256 * Math.pow(2, zoom); | |
float equatorPixels = (float) (meters / Math.cos(latRadians) / metersPerPixel); |
#!/bin/bash | |
# Require | |
# brew install fswatch | |
# | |
# PORT=5000 go run web.go | |
# ||| | |
# vvv | |
# PORT=5000 ./goreload.sh web.go |