create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"
| /*! Socket.IO.js build:0.9.6, development. Copyright(c) 2011 LearnBoost <dev@learnboost.com> MIT Licensed */ | |
| /** | |
| * Originally Ported to titanium by Jordi Domenech <jordi@iamyellow.net> | |
| * source: https://github.com/iamyellow/socket.io-client | |
| */ | |
| this.io = {}; | |
| module.exports = this.io; | |
| /** |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"
Sublime Text 2 ships with a CLI called subl (why not "sublime", go figure). This utility is hidden in the following folder (assuming you installed Sublime in /Applications like normal folk. If this following line opens Sublime Text for you, then bingo, you're ready.
open /Applications/Sublime\ Text\ 2.app/Contents/SharedSupport/bin/subl
You can find more (official) details about subl here: http://www.sublimetext.com/docs/2/osx_command_line.html
| set selectedDevices to choose from list {"iPhone", "iPhone (Retina)", "iPad"} with prompt "Choose device type:" default items {"iPhone"} without multiple selections allowed | |
| if selectedDevices is not false then | |
| set selectedDevice to item 1 of selectedDevices as string | |
| set thePListFolderPath to path to preferences folder from user domain as string | |
| set thePListPath to thePListFolderPath & "com.apple.iphonesimulator.plist" | |
| tell application "System Events" | |
| tell property list file thePListPath | |
| tell contents | |
| set value of property list item "SimulateDevice" to selectedDevice |