Skip to content

Instantly share code, notes, and snippets.

@junishitsuka
junishitsuka / index.html
Created December 10, 2015 05:38
React.jsとReduxによる快適なElectron開発環境をつくる ref: http://qiita.com/junishitsuka/items/86c282739cc5788dea1b
<script>
window.onload = function() {
require("./js/dst/bundle.js")
}
</script>
@junishitsuka
junishitsuka / file0.go
Created August 29, 2015 09:26
A Tour of Go ~ プログラミング言語Goツアー ~ ref: http://qiita.com/junishitsuka/items/1624ac8b8154de7b528e
import (
"fmt"
"math"
)
import "fmt"
import "math"
$ redis-cli bgsave
$ date --date "@`redis-cli lastsave`" + "%Y/%m/%d %H:%M"
$ mkdir game
$ cp enchant.js-builds-0.8.2-b/build/enchant.js game
$ cp enchant.js-builds-0.8.2-b/images/chara1.png game
$ cp enchant.js-builds-0.8.2-b/examples/beginner/hellobear/index.html game
@junishitsuka
junishitsuka / file0.txt
Last active August 29, 2015 14:21
Node.jsからSocket.IOを使うための事前知識 ref: http://qiita.com/junishitsuka/items/2c66d501f29bff3830f7
npm install socket.io