2012-02-01から1ヶ月間の記事一覧

短期集中!統計勉強会

http://kokucheese.com/event/index/29606/会社で「人財育成の勉強の中で、さらっと統計を勉強したい」というお話がでた。私としては、人財育成に関するコミュニティ活動として、幅広くやっていくうちの一つにしたい。 というわけで、「蔵人(くろうど:Claude…

GoF Design Patterns in Scala - structural patterns

Adapter pattern https://gist.github.com/1875764Bridge pattern https://gist.github.com/1875758Composite pattern https://gist.github.com/1875890Decorator pattern https://gist.github.com/1875983

GoF Design Patterns in Scala - creational patterns

Singleton pattern https://gist.github.com/1874937Prototype pattern https://gist.github.com/1874918FactoryMethod pattern https://gist.github.com/1874123AbstractFactory pattern https://gist.github.com/1873880Builder pattern https://gist.gith…

Singleton pattern

https://gist.github.com/1874937これは敢えて言うまでもないScalaの機能のはず。

Prototype pattern

https://gist.github.com/1874918これもサンプルがあった。 http://d.hatena.ne.jp/nanjakkun/20100807/1281139973

FactoryMethod pattern

https://gist.github.com/1874123すばらしいお手本がありました。 http://blog.designrecipe.jp/2011/01/03/factory-method-strategy/

Builder pattern

https://gist.github.com/1874015これのJava版をそのままScalaにコピー、しようとしたのだが・・・ http://en.wikipedia.org/wiki/Builder_pattern PizzaBuilderとPizzaが相互参照してるので、 scalaプロンプト上では:loadできないですな。 しかたないのでab…

AbstractFactory pattern

https://gist.github.com/1873880これのJava版をそのままScalaにコピーした。 http://en.wikipedia.org/wiki/Abstract_factory_pattern

豆ナイトPresents:続・CI超入門 〜Jenkinsノススメ2〜

http://kokucheese.com/event/index/23669/ ときどき、技術セミナーのお手伝いをすることがあります。 その時思うのは「継続&蓄積は宝」ということ。 このセミナーも、前回実施した内容を踏まえて、 今回の参加者の方と一緒に語り合おう、という趣旨で準備…

人を知る

誰がやっても間違いないように、とことん業務ルールを厳密にしよう、 という考えを持っている人がときどきいる。 業務が人に依存するのを避けたい、ということだそうですが。 業務は人がやっているので、ルールをいくら厳密にしようが、 それを解釈する人間…

第18回Formal Methods勉強会

kencobaの与太話 Alloy Analyzerの話は、後ほど時間のあるときにしましょう。 Coq Tutorialやってます。 数学基礎論の勉強もやってます。 Coq tutorial 話す内容は倍くらいあったんだけど、時間が足りなかったなぁ。 次回は=を含む証明、帰納法の証明、List…

実際にあった話

人種差別がどうした、ということではなく、 全員に満足してもらえる対応をするには、 広い視点による発想の転換と、 英断が必要だと感じる。 【人種差別・意訳 ENGLISH/JAPANESE】実際にあった話 50代とおぼしき妙齢の白人女性が機内で席につくと 彼女は自…