Skip to content

Instantly share code, notes, and snippets.

@garin
garin / weather.rb
Last active August 29, 2015 14:26
#!/usr/bin/env ruby
# original to : https://gist.github.com/yuhkikame/d2adf493c0308f247682
#
# // show all main weather data
# $ ruby weather.rb
# temp 32.39
# pressure 1006
# ...
#
# // show temp data only
@rosylilly
rosylilly / gist:3401612
Created August 20, 2012 06:40
先輩と覚える HTTP ステータスコード

先輩に学ぶ HTTP Status Code

超雑にまとめました。修正してください。

登場人物

  • アプリケーション先輩: いつも忙しい。横に広がるのが得意(デブじゃない)。
  • 後輩: 頼んでばっかしで役に立たない。
  • サーバー先輩: アプリケーション先輩と仲がいい。Unix Socket でつながるくらい仲良し。
  • プロクシ先輩: アプリケーション先輩とかサーバー先輩と後輩の間を取り持って代わりに伝えたりしてくれる。たまに勝手にレスポンスを書き換える。