-
イノベーション・オブ・ライフを読んだ
「どう良く生きるか」という誰にとっても最も重要な問題を、経営学の理論を応用して考える。 経営学については全く知らなかったので、 動機づけ・衛生理 ... Read more -
Bitcoin and Cryptocurrency Technologies: Week 1
CourseraのBitcoin and Cryptocurrency Technologiesに参加してみている。 課題について色々 課題の中で説明無く出てきた mutually valid についてはFo ... Read more -
Goでのクロスコンパイルとバイナリ配布
Goはほとんど使っていなくてメジャーなツールが何なのかよくわかっていない。 自分が使っているツールのリポジトリをいくつか見てみた感じだと、 クロ ... Read more -
ブログをいじった
このブログを全然書かなくなってしまっていて、どうにか書くことのハードルを下げたいなと常々思っていた。 技術的なことでもTwitterぐらい気軽 ... Read more -
Mac OS Xでrubyのreplからclip boardに [1] pry(main) > IO.popen('pbcopy', 'w') {|io| io.write 'something' }
-
JavaScript async/await
async/awaitは最初はあまりしっくりきていなかったのですが、testを書きながら動作確認すると理解できました。 async function return value ✔ is an instance of Promise ✔ ... Read more -
JavaScript Testing Libraries
色々ありすぎる… Testing Framework / Test runner Mocha Mocha is a feature-rich JavaScript test framework running on Node.js and in the browser, making asynchronous testing simple and fun. Mocha tests run serially, allowing for flexible and accurate reporting, while mapping uncaught exceptions to the correct test cases. Ava Minimal and fast Simple test syntax Runs tests concurrently Enforces writing atomic tests No implicit globals ... Read more -
SRM 702 Div 2
1年間隔ぐらいで思い出したように参加している。 結果 oo- Easy - TestTaking class TestTaking { public: int findMax(int _questions, int _guessed, int _actual) { return _questions - abs(_actual - _guessed); } }; Medium - GridSort ソート可能 \(\iff\) 全ての列で各要素を\(m ... Read more -
イギリスで暮らしていた
随分久しぶりに書く。 2015年の9月から2015年末まではプライベートな理由でイギリスで暮らしていた。 書こう書こうと思って1年が経ったこのイ ... Read more -
ここ数日でやったこと MIT 6,006 Lecture 23: Computational Complexity Lecture 24: Topics in Algorithms Research Recitation 6: AVL Trees SICP 4.1.5 Data as Programs Ex 4.15 4.1.6 Internal Definitions Ex 4.16 所感 6,006のメインの講義を一応見終わった。締めには漫才があっ ... Read more