Install HomeBrew first
brew update
brew tap caskroom/cask
brew install brew-caskIf you get the error "already installed", follow the instructions to unlink it, then install again:
Install HomeBrew first
brew update
brew tap caskroom/cask
brew install brew-caskIf you get the error "already installed", follow the instructions to unlink it, then install again:
| # Template | |
| TEST_TEMPLATE_RAW = """@test "{description} [{shell}]" {{ | |
| run ./{script_name} {shell} --debug --no-exec | |
| {assert_type} {partial} {regexflag} "{expected}" | |
| }} | |
| # Codebit | |
| # test is dumped in by pyyaml | |
| print TEST_TEMPLATE_RAW.format(**test) |
I hereby claim:
To claim this, I am signing this object:
| public String scanString() { | |
| int start = s.length() - 1; | |
| int end = s.length() - 1; | |
| int maxLengthFound = s.length(); // Initial maximum length | |
| System.out.println("end: " + end); | |
| for (int i = 0; i < s.length(); i++) { | |
| System.out.println("Checking substring: " + s.substring(0, i + 1) + ", valid: " + isValid()); | |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
| # vim:ft=zsh ts=2 sw=2 sts=2 | |
| # | |
| # agnoster's Theme - https://gist.github.com/3712874 | |
| # A Powerline-inspired theme for ZSH | |
| # | |
| # # README | |
| # | |
| # In order for this theme to render correctly, you will need a | |
| # [Powerline-patched font](https://gist.github.com/1595572). | |
| # |