2008-10-01から1ヶ月間の記事一覧
REST APIs must be hypertext-driven » Untangled Roy FieldingがSocialSite REST API(OpenSocial APIの拡張)に対して,これはRestfulではなくRPCだと指摘している.何でもかんでもRESTfulと呼ぶんじゃないと. I am getting frustrated by the number of pe…
zip file quine ダウンロードして解凍すると何のことなのか分かる.via programming reddit
ウィキペディアで何が起こっているのか 変わり始めるソーシャルメディア信仰作者: 山本まさき,古田雄介出版社/メーカー: オーム社発売日: 2008/09/03メディア: 単行本(ソフトカバー)購入: 3人 クリック: 197回この商品を含むブログ (30件) を見るWikipedia…
Google Testing Blog: Test Engineering at Google Test Engineering's objective is to help improve the quality of the projects we're involved in. We work integrated with the project team, developing test frameworks and setting up test systems.…
Linux.com :: A baby named Linux Will Richard Stallman insist that the baby be called GNU/Linux? ここはちょっと笑った.
404 Not Found $ cat foo | perl -ne 'blah'これは確かについやってしまうし,プロセス起動する分リダイレクトよりも無駄なんだけども,パイプラインでつなげた方が分かりやすいよねという話.はげどう. The purpose of cat is to concatenate (or "catenat…
Hidden features of Perl - Stack Overflow 知らなかったものを抽出してみる. sigil For example, did you know that there can be a space after a sigil? $ perl -wle 'my $x = 3; print $ x' 3 sigilの後の空白は無視される.$に限らず他のsigilでもそう…