- これを見たので試してみたくなった http://cards.hateblo.jp/entry/card-number-kakunin/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -L http://toolbelt.treasuredata.com/sh/install-redhat.sh | sh | |
yum install zeromq zeromq-devel | |
/usr/lib64/fluent/ruby/bin/fluent-gem install fluent-plugin-zmq-pub |
名前 | 要約 | ライセンス | URL |
---|---|---|---|
flatbuffers | IDLを用いたオブジェクトシリアライザ | Apache2 | https://github.com/google/flatbuffers |
thrift | IDLを用いたRPCフレームワーク | Apache2 | https://thrift.apache.org/ |
RakNet | ネットワークエンジン | 修正BSD | https://github.com/OculusVR/RakNet |
bullet | OpenCLなどのGPUが使える物理エンジン | ZLib | https://github.com/bulletphysics/bullet3 |
recastnavigation | ナビゲーションメッシュ作成に使えるエディター | ZLib | https://github.com/memononen/recastnavigation |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var addtioalTask(pipeline){ | |
pipeline.push(function(p){ return p.then(function(v){console.log(v);return v}) }); | |
} | |
var pipeline = []; | |
addtionalTask(pipeline); | |
pipeline.push(function(p){ return p.then(function(v){return v}) }); | |
pipeline.reduce(function(p, f){ return f(p) }, promiseAync()); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# mono2.10と古くてもいいなら | |
rpm -ivh http://ftp.riken.jp/Linux/fedora/epel/6/x86_64/epel-release-6-8.noarch.rpm | |
yum -y install mono-* mod_mono-* monodoc-* monotools-* | |
メモリリークは起きない
var hoge = function(){
var x = 0;
return function(){
return x++;
}
}
var h = hoge();
console.log(h());
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://www.chriscalender.com/iops-innodb_io_capacity-and-the-innodb-plugin/ | |
15k rpm: 180-210 IOPS | |
10k rpm: 130-150 IOPS | |
7200 rpm: 80-100 IOPS | |
5400 rpm: 50-80 IOPS | |
http://www.atmarkit.co.jp/fnetwork/tokusyuu/66ssd01/01.html | |
7.2K SATA/SAS 100~125 IOPS | |
15K SATA/SAS 200~300 IOPS |