| ⌘T | go to file |
| ⌘⌃P | go to project |
| ⌘R | go to methods |
| ⌃G | go to line |
| ⌘KB | toggle side bar |
| ⌘⇧P | command prompt |
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
| /* curl -o ~/Library/Application\ Support/Google/Chrome/Default/User\ StyleSheets/Custom.css https://raw.github.com/gist/1317519/435c54845a4303a6e252c3c43ea72324b9f6d1b1/Custom.css */ | |
| /**********************************************/ | |
| /* | |
| /* Solarized Dark Skin by Mark Osborne - 2011 | |
| /* | |
| /* Based on IR_Black Skin by Ben Truyman: | |
| /* https://gist.github.com/1245727 | |
| /* | |
| /* and Todd Werth's IR_Black: |
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
| #-*- coding:utf8 -*- | |
| #!/usr/bin/env python | |
| import socket | |
| import sys | |
| import math | |
| import urllib | |
| import string | |
| import time | |
| import urlparse |
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
| /* | |
| You can now create a spinner using any of the variants below: | |
| $("#el").spin(); // Produces default Spinner using the text color of #el. | |
| $("#el").spin("small"); // Produces a 'small' Spinner using the text color of #el. | |
| $("#el").spin("large", "white"); // Produces a 'large' Spinner in white (or any valid CSS color). | |
| $("#el").spin({ ... }); // Produces a Spinner using your custom settings. | |
| $("#el").spin(false); // Kills the spinner. |
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
| /**********************************************/ | |
| /* | |
| /* IR_Black Skin by Ben Truyman - 2011 | |
| /* | |
| /* Based on Todd Werth's IR_Black: | |
| /* http://blog.toddwerth.com/entries/2 | |
| /* | |
| /* Inspired by Darcy Clarke's blog post: | |
| /* http://darcyclarke.me/design/skin-your-chrome-inspector/ | |
| /* |
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
| /* | |
| Espresso Libre by Mike Reinhardt 2011 | |
| based on Espresso Libre - by zolli - | |
| http://www.eclipsecolorthemes.org/?view=theme&id=45 | |
| Inspired by Ben Truyman's IR_Black translation | |
| and Darcy Clarke's blog post: | |
| http://darcyclarke.me/design/skin-your-chrome-inspector/ | |
| */ |
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
| /**********************************************/ | |
| /* | |
| /* Tomorrow Skin by Ben Truyman - 2011 | |
| /* | |
| /* Based on Chris Kempson's Tomorrow Theme: | |
| /* https://github.com/ChrisKempson/Tomorrow-Theme | |
| /* | |
| /* Inspired by Darcy Clarke's blog post: | |
| /* http://darcyclarke.me/design/skin-your-chrome-inspector/ | |
| /* |
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
| /* Copyright (c) 2011 Aza Raskin | |
| | | |
| | 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 permit persons to whom the Software is furnished to do so, subject | |
| | to the following conditions: | |
| | | |
| | The above copyright notice and this permission notice shall be included in all copies or substantial portions | |
| | of the Software. |