I think of granola as a mixture of:
- 3 parts rolled oats
- 2 part seed
- 1 part nut
- 1 part chewy/sweet
- sweetening gel
| alias co="git checkout " | |
| alias commit="git commit " | |
| alias status="git status " | |
| alias merge="git merge " | |
| alias stash="git stash " | |
| alias fuckit="git reset --hard" | |
| function pushit() { | |
| git push origin $(raw_git_branch) | |
| } |
| 'atom-text-editor.vim-mode-plus.insert-mode': | |
| 'ctrl': 'vim-mode-plus:activate-normal-mode' |
| <profiles> | |
| <profile> | |
| <id>alternative</id> | |
| <activation> | |
| <activeByDefault>true</activeByDefault> | |
| </activation> | |
| <repositories> | |
| <repository> | |
| <id>repo1.maven.org</id> | |
| <url>https://repo1.maven.org/maven2</url> |
| dfdsf |
| Package: riak | |
| Priority: extra | |
| Section: net | |
| Installed-Size: 77021 | |
| Maintainer: Basho Package Maintainer <[email protected]> | |
| Architecture: amd64 | |
| Version: 2.0.0-1 | |
| Depends: libc6 (>= 2.17), libgcc1 (>= 1:4.1.1), libpam0g (>= 0.99.7.1), libssl1.0.0 (>= 1.0.0), libstdc++6 (>= 4.6), libtinfo5, adduser, logrotate | |
| Filename: pool/trusty/main/r/riak/riak_2.0.0-1_amd64.deb | |
| Size: 54990116 |
I hereby claim:
To claim this, I am signing this object:
| case class Creator( | |
| name: String, | |
| version: String, | |
| comment: String | |
| ) | |
| case class Browser( | |
| name: String, | |
| version: String, | |
| comment: String |
| tw () { | |
| if [ -z $1 ] | |
| then | |
| 1=$(basename $(pwd)) | |
| fi | |
| tmux rename-window $1 | |
| } |
| #!/usr/bin/env ruby | |
| # encoding: UTF-8 | |
| # Converts Issues and Milestones into roadmap.md | |
| require 'net/http' | |
| require 'json' | |
| require 'open-uri' | |
| require 'pp' |