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

google

googleの中にいると検索リクエストがあって、検索結果が少ないという需給ギャップを見つけることができるのだろうか・・・ 究極的にニーズに近い位置にいるのだなぁ

Livedoor weather hacksをrubyで

require 'net/http' require 'kconv' Net::HTTP.start('weather.livedoor.com'){|h| response,= h.get("/forecast/webservice/rest/v1?city=113&day=tomorrow") print Kconv.tosjis(response.body) } 久留米決め打ちでリクエストして、レスポンスを表示する…