自分用

Mac ports

なぜかMacPortsがうまく動かなかったのでメモ環境:MacOS X server 10.6.5以下エラー文 sudo port -d selfupdate Warning: No index(es) found! Have you synced your source indexes? ---> Updating the ports tree DEBUG: Synchronizing ports tree(s) Syn…

Twitter OAuth 設定用スクリプト

じぶんよう #!/bin/ruby require 'rubygems' require 'oauth' puts "consumer_key =>" consumer_key = gets consumer_key.chomp! puts "consumer_secret" consumer_secret = gets consumer_secret.chomp! consumer = OAuth::Consumer.new( consumer_key, con…