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
| <a class="removeItem"> | |
| <p class="closer"></p> | |
| </a> |
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
| <a class="removeItem"> | |
| <p class="closer"></p> | |
| </a> |
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
| <a class="removeItem"></a> |
- Codeschool free this weekend
- Ruby Koan - Great for people with some prior programming experience
- Slack Instant Messaging on Steroids
- Command Line Terminal Crash Course
- Git Immersion
- Learning to Program
- Rebuilding Rails - Slightly more advanced
- Objects on Rails - Similar to Rebuilding Rails
iTerm2 - the popular terminal emulator for OSX has added some really neat features. One of those, is badges. From the documentation: A badge is a large text label that appears in the top right of a terminal session to provide dynamic status, such as the current host name or git branch.
I had some trouble figuring out how to build a badge so I wanted to share a quick walk-through. Thanks to Chris Mar for teaching me.
Easy enough - it's an option on the dropdown menu
- test
How does this look - foo I think it might work
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
| alias glg='git log --color --graph --pretty=format:"%h %C(yellow)%d%Creset %ar%n%C(cyan)%s%Creset %an%n"' | |
| alias gl='git log --topo-order --pretty=format:"${_git_log_medium_format}"' | |
| alias gia='git add' | |
| alias gmC='git merge --no-commit' | |
| alias "gh"="git for-each-ref --count=30 --sort=-committerdate refs/heads/ --format='%(refname:short)' | more" |
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
| MMMMMMMMMMxxxxxxxxxxxxxxxxxnxxxxxxxxxxxxxnxxxxxxMMMMMMMMMMMWWWWWWMWWWWWWMMMMMMWWWWWWWWWWWWWWW@W@@@@@@@@@@@@@@@@@@@@@@#@@@###@######################### | |
| MMMMMMMMxxxxxxxnnnxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxMMxMMMMMWWWWWWWWW@@@WWWWWWWWWWW@@@@@@@@@@@WWWWW@@@@@@@@@@@@@@@@@@@@@@@@############################# | |
| MMMMMMMxxxxxxnnnnnxxxxxxxxxxxxxxnnxxxxxxxxxxxxxxxxxxxxMMMx::;;izWn::::#W+:::*@+:::::*#::ni::MWWWW@@@@@@@@@@@@@@@@@@@@@@@##@@########################## | |
| MMMMMxxxxxxxnnnnnnxxxxxxxxxxxxxnnnnnnnxxxxxxxxxxxxxxxxxxxx zz *@: ,@; :i z, MWWWWWWW@W@@@@@@@@@@@@@@@@@@@@@@@######################### | |
| MMMxMxxxxxxnnnnnnnnnnnnxxxnnnnnnnnnnnnnnnxxnxxnnxxxxxxxxxx .* iz ,*z@` `Wz*` *#i z, MWWWWWWW@WW@@@@@@@@@@@@@@@@@@@@@@######################### | |
| MMxxxxxxxxxxnxxnnnnnnnnxnnnnnnnnnnnnnnnnnnnxnnxxxxxxxxxxxx ,n iz iWMW` . MM@` `WWi z, MWWWWWWWWWWWWWW@WW@@@@@@@@@@@@@@@@@@@@#################### | |
| xxxxxxxxxxnxxxxxnnnnnnnnnnnnnnnnnnnnnnnnnnnnnxxxxxxxxxxxxx ,n ;z ;xMx ; zMW` `MWi ,` MWWWWWWWWWWWWWWWWW@@@@@@@@ |
,--------------------------------------------------. ,--------------------------------------------------.
| ` | 1 | 2 | 3 | 4 | 5 | 6 | | 7 | 8 | 9 | 0 | - | = | |
|--------+------+------+------+------+-------------| |------+------+------+------+------+------+--------|
| TAB | Q | W | E | R | T | | | | Y | U | I | O | P | \ |
|--------+------+------+------+------+------| VIM | | VIM |------+------+------+------+------+--------|
|Esc/ctrl| A | S | D | F | G |------| |------| H | J | K | L | ; | ' |