Skip to content

Instantly share code, notes, and snippets.

View planset's full-sized avatar

Daisuke Igarashi planset

View GitHub Profile
@planset
planset / 0_reuse_code.js
Last active August 29, 2015 14:22
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
s=0;setInterval(c="for(i=5,o='';i--;document.body.innerHTML=o+='<br>')for(j=30;j--;o+='_*'[([28,34,32,34,28,28,34,34,34,28,60,34,34,34,60,62,32,62,32,62,2,2,34,34,28,60,34,60,32,32,62,2,62,32,62,62,34,34,34,62,2,2,2,2,2,34,34,62,2,2][5*(((s+29-j)/6|0)%10)+4-i]>>(5-(s+29-j)%6))&1]);s=s>58?0:s+1",300);eval(c)
@planset
planset / pebble_memo.rst
Last active August 29, 2015 13:56
memo pebble

Pebble Memo

Mac&iphoneの場合の内容です。

TODO

  • PebbleとJavaScript間でのメッセージ交換を色々試す。
  • SETTINGSのページを作って、設定を保存できるようにする。window.localStorageがつかえる?