Here are instructions for getting ShairPort installed on your 10.6 64bit machine.
These are modified instructions from: http://asktherelic.com/2011/04/11/air-speakers-for-everyone/
Finally use your COMPUTER as an AirTunes speaker!!!
| Process: iTunes [52549] | |
| Path: /Applications/iTunes.app/Contents/MacOS/iTunes | |
| Identifier: com.apple.iTunes | |
| Version: 10.5.1 (10.5.1) | |
| Build Info: iTunes-10514201~1 | |
| Code Type: X86-64 (Native) | |
| Parent Process: launchd [212] | |
| Date/Time: 2011-11-22 10:42:31.019 -0500 | |
| OS Version: Mac OS X 10.7.2 (11C74) |
| require 'rubygems' | |
| require 'json' | |
| require 'open-uri' | |
| filename = "MAME_Favorites.txt" | |
| list_text = open(filename).read | |
| # replace brackets | |
| list_text.gsub!('[', '{') |
| $ crontab -e | |
| 30 * * * * killall Xcode && open /Developer/Applications/Xcode.app |
| require 'open-uri' | |
| require 'net/http' | |
| require 'openssl' | |
| default_params = {"api" => "v1", "appid" => "iphone1_1", "apiPolicy" => "app1_1", "apiKey" => "2wex6aeu6a8q9e49k7sfvufd6rhh0n", "locale" => "en_US", "timestamp" => Time.now.to_i} | |
| param_array = [] | |
| default_params.each_pair{|key, value| param_array << "#{key}=#{URI.escape(value.to_s)}" } | |
| uri = URI::HTTP.build(:scheme => 'https', :host => "app.imdb.com", :path => "/find", :query => param_array.join("&")) |
Here are instructions for getting ShairPort installed on your 10.6 64bit machine.
These are modified instructions from: http://asktherelic.com/2011/04/11/air-speakers-for-everyone/
Finally use your COMPUTER as an AirTunes speaker!!!
| #!/usr/bin/env ruby | |
| # | |
| # SHOW ME | |
| # Takes X pictures of you via your iSight, animates them, uploads them to CloudApp, and puts | |
| # the url in your clipboard | |
| # | |
| # This uses a bunch of projects to make the magic happen, mostly thanks | |
| # to Zach Holman: http://github.com/holman | |
| # | |
| # |
| require 'rubygems' | |
| require 'httparty' | |
| class PugTime | |
| include HTTParty | |
| base_uri "http://pugtime.tumblr.com/rss" | |
| def self.random_pug | |
| pugs = get_pugs |
| user, project = ARGV # 'tobi', 'liquid' | |
| `git clone [email protected]:#{user}/#{project}/wiki.git` |
| iPad | |
| iPhone 4 | |
| iPhone 3G | |
| iPod touch 2G | |
| 1 broken iPhone 2G | |
| 1 broken iPhone 3GS | |
| 4 pairs of sunglasses | |
| 1 Magic Mouse | |
| 1 Magic Trackpad | |
| 1 MS Explorer mouse |