Learn more: http://tasktop.com/connectors/hudson-jenkins.php The Hudson Mylyn Connector, which also supports Jenkins, improves project visibility and drives productivity by providing direct access to Hudson from within the Eclipse IDE. Powerf... 続きを読む
Cscope is a very handy tool, but it's even better when you don't ever have to leave the comfort of your favorite editor (i.e. Vim) to use it. Fortunately, Cscope support has been built into Vim. This tutorial introduces you both to Vim's buil... 続きを読む
色々なツールが存在しますが、その中の1つにcscopeがあります。特にemacsのようなエディタと組み合わせて使用すると、大変快適にソースをブラウズすることができます。 実際にlinuxカーネルのソースを読む時のcscopeの使用方法については、ここが参考になります... 続きを読む
cscopeはそこそこの規模~大規模ソースを読むツールとしては秀逸なんですけど、デフォルトだと基本C, C++くらいに対応?しているのみで別言語は個別処理する必要があって、それをどうしたものかと考えていてググッた結果、いい記事(http://groups.google.com/grou... 続きを読む
Facebook did it again. They've built another system capable of doing something useful with ginormous streams of realtime data. Last time we saw Facebook release their New Real-Time Messaging System: HBase To Store 135+ Billion Messages A Mont... 続きを読む
There a some data structures around that are really cool but are unknown to most programmers. Which are they? Everybody knows linked lists, binary trees, and hashes, but what about Skip lists, Bloom filters for example. I would like to know m... 続きを読む
In a previous Damn Cool Algorithms post, I talked about BK-trees, a clever indexing structure that makes it possible to search for fuzzy matches on a text string based on Levenshtein distance - or any other metric that obeys the triangle ineq... 続きを読む
Data-Driven Documents D3.js is a small, free JavaScript library for manipulating documents based on data. D3 allows you to bind arbitrary data to a Document Object Model (DOM), and then apply data-driven transformations to the document. As a ... 続きを読む
Preloading components in advance is good for performance. There are several ways to do it. But even the cleanest solution (open up an iframe and go crazy there) comes at a price - the price of the iframe and the price of parsing and executing... 続きを読む
Last summer, foursquare’s employee count had grown a bit beyond our office capacity (as we surged towards 20 employees) and we had people sitting in whatever open space we could find. We were split between floors, parked on folding tables, a... 続きを読む
Rian Hunter, Engineer - Dropbox Dropbox is a startup company located in San Francisco that has probably one of the most popular file synchronization and sharing tools in the world, shipping Python on the desktop and supporting millions of use... 続きを読む
Apacheのログに%T or %Dでリクエスト処理時間を載せることができます。%Tと%Dは内部的には同じ計算値で、単位が異なるだけです(%Tは秒、%Dはマイクロ秒)。 このリクエスト処理時間は、いつからいつまでの処理時間でしょうか。つまり計測時間の開始と終了はどの... 続きを読む
本文っぽいものをかなり適当に EPUB にぶち込んでやろうというものです。URL を入力すると epub をダウンロードさせてくれます (画像は未対応)。かなり適当なので EPUB としてはおかしいものが出来あがるかもしれません。 http://misc.tokyoenvious.net/nora-ep... 続きを読む
nczonline 2010.12.21のエントリThoughts on script loadersローディング系jsライブラリはいらない派のNicholasが使われてるテクニックを切り口に見解を淡々を述べる趣旨のエントリいらない派であること、他の人のエントリの紹介とかが不正確、ということでコメ... 続きを読む
Using New Relic to instrument a Rack app – yesterdayMacRuby 0.10 Released – 5 days agoMacRuby for the Desktop – 7 days agoUsing ActiveRecord with Sinatra (9 Minutes) – 9 days agoJRuby 1.6 is released! – 13 days agoIntend to extend (Ruby ... 続きを読む
HTTP Git Read-Only This URL has Read+Write access Dismiss Octotip: You've activated the file finder by pressing t Start typing to filter the file list. Use ↑ and ↓ to navigate, enter to view files. 続きを読む
バージョン0.13以下の Plack::Middleware::Session の Plack::Session::Store::DBI は fork を伴うサーバで利用するとデータベースとの接続でエラーになるなどの問題がありました。バージョン 0.14 でエラーを回避できるオプションが加わっています。 http://se... 続きを読む