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!!!
| /* | |
| * $TM_FILENAME | |
| * ${1:`echo "$TM_FILEPATH" | awk -F"/" '{x=NF-1}{print $x}'`} | |
| * | |
| * Created by `id -P | awk -F ":" '{ print $8 }'` on `date "+%d/%m/%Y"`. | |
| * | |
| * Copyright (c) `date +%Y` ${2:$TM_ORGANIZATION_NAME} | |
| * All rights reserved. | |
| * | |
| * Redistribution and use in source and binary forms, with or without |
| " Vim color file | |
| " Converted from Textmate theme Twilight using Coloration v0.2.5 (http://github.com/sickill/coloration) | |
| set background=dark | |
| highlight clear | |
| if exists("syntax_on") | |
| syntax reset | |
| endif |
| /* | |
| --- | |
| name: guilloche | |
| script: guilloche.js | |
| description: guilloche | |
| provides: [Guilloche] | |
| ... | |
| */ |
| #!/usr/bin/ruby | |
| require 'osx/cocoa' | |
| require 'date' | |
| OSX.require_framework "AddressBook" | |
| filePath = "%%%{PBXFilePath}%%%" | |
| fileName = File.basename(filePath) | |
| projName = File.basename(File.dirname(filePath)) |
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!!!
| indent_align_string=false | |
| indent_braces=false | |
| indent_braces_no_func=false | |
| indent_brace_parent=false | |
| indent_namespace=false | |
| indent_extern=false | |
| indent_class=false | |
| indent_class_colon=false | |
| indent_else_if=false | |
| indent_func_call_param=false |
These commands are good as of 2011-07-27.
App store http://itunes.apple.com/us/app/xcode/id448457090?mt=12) The download/install takes awhile so start it first. When it finishes downloading you will still need to run it to complete installation.
| // | |
| // UIDeviceHardware.h | |
| // | |
| // Used to determine EXACT version of device software is running on. | |
| #import <Foundation/Foundation.h> | |
| @interface UIDeviceHardware : NSObject | |
| - (NSString *) platform; |
| # encoding: utf-8 | |
| # | |
| ## Stupid small pure Ruby JSON parser & generator. | |
| # | |
| # Copyright © 2013 Mislav Marohnić | |
| # | |
| # Permission is hereby granted, free of charge, to any person obtaining a copy of this | |
| # software and associated documentation files (the “Software”), to deal in the Software | |
| # without restriction, including without limitation the rights to use, copy, modify, | |
| # merge, publish, distribute, sublicense, and/or sell copies of the Software, and to |
| Tutorial for compiling the Compass.app (http://compass.handlino.com/) | |
| ===================================================================== | |
| Java installed? | |
| java -version | |
| Load jRuby (for example JRuby 1.6.5.1 Binary .zip) | |
| http://jruby.org/download | |
| Unzip jRuby to `/usr/local/` |