タグ

2011年6月12日のブックマーク (4件)

  • Understanding and using Amazon EBS - Elastic Block Store

    Started in 2004. Covers anything I find interesting, like clouds, cars and strange complex music. Views expressed are my own and not those of my employers (currently AWS). See also @adrianco ► 2014 (6) ► December (1) ► April (1) ► March (1) ► February (1) ► January (2) ► 2013 (8) ► December (2) ► November (1) ► September (1) ► April (1) ► March (1) ► January (2) ► 2012 (9) ► November (2) ► October

    Understanding and using Amazon EBS - Elastic Block Store
    zederbuch
    zederbuch 2011/06/12
  • Is Google's software infrastructure obsolete?

    Answer (1 of 12): As another Xoogler said to me, working at Google (and then moving to open source) is like coming from the future. (I estimate it to be 5-8 years in the future). You know what the infrastructure should look like several years down the road. The Google infrastructure is far more s...

    Is Google's software infrastructure obsolete?
    zederbuch
    zederbuch 2011/06/12
  • yacc入門

    このページでは、yaccの実践的な入門講座を目指します。 YACC(Yet Another Compiler Compiler)は、コンパイラの開発を手助けしてくれるソフトウェアです。BNF(Backus-Naur Form)という形式で文法を記述すると、構文解析のためのプログラムを自動生成してくれます。つまり、YACCは構文解析の自動化ツールです。 YACCの入力は、YACC文法ファイル(拡張子は通常.y)で、この中にはBNFで書かれた構文ルールと、C言語で記述された各構文毎の処理(セマンティック・アクション)が書かれています。 YACCは、YACC文法ファイルを読みこみ、C言語のソースを出力します。 したがって、YACCを習得するためには、BNFの書き方と、C言語を知っていることが前提となります。 YACCの種類とインストール kmyaccについて bisonについて YACCを使って

    zederbuch
    zederbuch 2011/06/12
  • Vimの使い方―Tips

    検索を行う際に、検索する文字のスペルは分かっているが、先頭が大文字であったかを覚えていない場合に小文字だけで大文字もヒットさせたり、大文字で構成 されている単語ということが分かっているときに、大文字で検索文字を入力して小文字をヒットさせないようにすることができる設定です。 この設定により、全て小文字で検索文字を入力した場合は、大文字、小文字に関わらず検索にヒットするようになります。逆に、検索文字に大文字 を含めると大文字と小文字を区別して検索されるようになるため、検索をするときに、Shiftキーを押したりCapsLockをする必要がなくなります。 この設定の前に「:set ignorecase」により、大文字と小文字の区別を行わないようにする必要があります。このオプションは正確には、検索パターンに大文字が含まれると きに'ignorecase'のオプションをOFFにする設定です。

    zederbuch
    zederbuch 2011/06/12
    すんばらしい!