Skip to content

Instantly share code, notes, and snippets.

@iwathi
iwathi / file0.txt
Created January 1, 2019 08:16
Google Earth Studioでmp4を作成するチュートリアル ref: https://qiita.com/iwathi/items/b0655e80067b361ea2c2
ffmpeg -r 30 -i Untitled_%03d.jpeg -vcodec libx264 -pix_fmt yuv420p -r 60 国会議事堂.mp4
@iwathi
iwathi / main.gs
Last active December 16, 2017 08:16
// Google SpreadSheetに追加された行数が何行になったら定期通知するか
var SENDCOUNTS = 12;
var lastValue = 0;
function main(){
// チャートをラインへ送信する
getCCAPI("btc_jpy",1);
getCCAPI("xrp_jpy",1);
@iwathi
iwathi / coincheck.js
Created April 28, 2017 03:28 — forked from moyashi/coincheck.js
coincheck checker for Simply.js (Pebble Watch)
$status = {
btc: "xxxx",
eth: "xx.xx",
etc: "xx.xx",
lsk: "xx.xxx",
fct: "xx.xx",
xmr: "xx.xx",
rep: "xx.xx",
xrp: "xx.xxxx",
zec: "xx.xx"