2015-01-01から1年間の記事一覧

Yahoo!bot Slurpを間違って蹴ってしまって復活させるまでの対応メモ

なんとなく robots.txtにYahoo!botを20分に1回にする設定をいれてもーた User-agent: Slurp Crawl-delay: 20 設定日は24日。 結果 botの来訪頻度数の集計 Bot-count:date google yahoo bing 151122 389979 469378 308252 151123 346894 506160 335105 151124…

memo

http://jsbin.com/?html,css,js,outputhttp://output.jsbin.com/pahibi# このライン風てんぷれよさげ

cloudflare API document

https://api.cloudflare.com/#zone-settings-get-browser-cache-ttl-setting

sound関連

http://mohayonao.github.io/timbre.js/beatbox.htmlhttp://mohayonao.github.io/MMLEmitter/#gistid:434a459011acc3402b9b

NSFPlay

https://code.google.com/p/nsfplay/ NSFPlay is a player for NSF files, which contain music data from Nintendo (NES)

jsnes

jsnes https://fir.sh/projects/jsnes/ そーす https://github.com/bfirshhttp://dartendo.appspot.com/ そーす https://code.google.com/p/super-dartendo/source/browse/trunk/dartendo/?r=204 http://ledyba.org/utl/CycloaJS/

webaudio めも

http://curtaincall.weblike.jp/portfolio-web-sounder/webaudioapi-basic/audio

List::MoreUtils - List::Util

http://d.hatena.ne.jp/minesouta/20070917/p1http://search.cpan.org/~rehsack/List-MoreUtils-0.408/lib/List/MoreUtils.pm

node.jsでconnect EMFILE、too many open filesが出た時の対処方法

node.jsで接続数1000件超えたあたりから出る。 error when connecting to db: { [Error: connect EMFILE] code: 'EMFILE', errno: 'EMFILE', syscall: 'connect', fatal: true } 原因 ulimit -n 1024 ファイルオープンの上限数が1024になっている。 ulimit -…

mysql datetime型>int型メモ

http://fukaoi.org/2009/03/19/mysql_datetimeメモindex張ってもint型のソートのほうが150倍も高速