2006-01-11から1日間の記事一覧

人力検索に応えてみた。

question:1136813234の質問に答えてみた。 class Observation def Observation.start(arg) Observation.new.start(arg) end def initialize @blacklist = Hash.new{|hash,key| hash[key] = 0} @judgement = 10 end def start(target) pipe = IO.popen(”tail …