apt-get install xchat
brew cask install colloquy
- webchat.freenode.net
- xchat.org
- mirc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sams-MacBook-Pro in /usr/local | |
○ → ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)" | |
==> This script will install: | |
/usr/local/bin/brew | |
/usr/local/Library/... | |
/usr/local/share/man/man1/brew.1 | |
Press ENTER to continue or any other key to abort | |
==> Downloading and Installing Homebrew... | |
remote: Finding bitmap roots... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sams-MacBook-Pro:sambao21-sprout-wrap sambao21$ brew cask install spotify | |
==> Downloading http://download.spotify.com/Spotify.dmg | |
######################################################################## 100.0% | |
Error: Permission denied - /opt/homebrew-cask/Caskroom/spotify | |
Sams-MacBook-Pro:sambao21-sprout-wrap sambao21$ ls -la /opt/homebrew-cask | |
total 0 | |
drwxr-xr-x 3 root staff 102 Sep 13 21:57 . | |
drwxr-xr-x 3 root wheel 102 Sep 13 21:57 .. | |
drwxr-xr-x 2 root staff 68 Sep 13 21:57 Caskroom |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Player | |
def initialize | |
@direction = :forward | |
@keep_retreating = false | |
@health = 20 | |
end | |
def play_turn(warrior) | |
@warrior = warrior |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Player | |
def initialize | |
@direction = :forward | |
@keep_retreating = false | |
end | |
def play_turn(warrior) | |
@warrior = warrior | |
if @warrior.feel(@direction).wall? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Currently: | |
* /podcasts | |
* /members | |
* tweets (but it's use the deprecated twitter api that freezes page load on chrome) | |
* /discussions - just a link to meetup discussions | |
* /events - just a link to meetup | |
Ideas in ongoing discussion: | |
* Next meetup (+ details) | |
* Any type of special event (eg, the RTanque competition) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
local rvm='%{$fg[green]%}‹$(rvm-prompt i v g)›%{$reset_color%}' | |
local user='%{$fg[cyan]%}%n%{$reset_color%}@%{$fg[magenta]%}%m%{$reset_color%}' | |
local pwd='%{$fg_bold[green]%}%p%{$fg[blue]%}%~ %{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%}%{$reset_color%}' | |
local time="%{$fg[white]%}%{$fg[yellow]%}%T%{$fg[white]%}%{$reset_color%}" | |
local ruby="%{$fg[white]%}[%{$fg[magenta]%}\$(rvm-prompt i v g)%{$fg[white]%}]%{$reset_color%}" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"auto_complete_commit_on_tab": true, | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/User/Railscasts.tmTheme", | |
"draw_white_space": "all", | |
"ensure_newline_at_eof_on_save": true, | |
"file_exclude_patterns": | |
[ | |
".DS_Store", | |
".tags*", |
- Make sure device USB debugging mode turned on (Google around for the latest instructions)
- Install Android SDK - http://developer.android.com/sdk/index.html#download (Follow direction kinda outlined here - http://forum.xda-developers.com/showthread.php?t=1917237 adjust as necessary because these instructions probably will be outdated.)
- Create ~/android
- Unzip the sdk into ~/android
- Make sure tools and platform-tools directory are there, if not install, by running ~/android/adt-bundle-mac/sdk/tools/android.
- Make sure adb and fastboot are installed in ~/android/adt-bundle-mac/sdk/platform-tools/
- Export $PATH to include ~/android/adt-bundle-mac/sdk/platform-tools so we can access adb and platform-tools from anywhere
- Download CWM Touch and place it in ~/android - http://clockworkmod.com/rommanager
NewerOlder