I hereby claim:
- I am emyller on github.
- I am emyller (https://keybase.io/emyller) on keybase.
- I have a public key ASCS70tsFTU6dUWn7fpfZ_JpFlxROFrLgzZycFw0BotSogo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
[alias] | |
st = status | |
br = branch | |
co = checkout | |
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%ar) %C(bold blue)<%an>%Creset' --abbrev | |
[core] | |
editor = vim | |
pager = less -F -X |
version: '3.3' | |
services: | |
app: | |
build: | |
dockerfile: config/docker/app.dockerfile | |
depends_on: | |
- db-default | |
- redis | |
volumes: |
export TERM="xterm-256color" | |
source ~/.antigen/antigen.zsh | |
# Load the oh-my-zsh's library. | |
antigen use oh-my-zsh | |
# Bundles from the default repo (robbyrussell's oh-my-zsh). | |
antigen bundle git | |
antigen bundle heroku | |
antigen bundle pip |
### | |
Carousel widget | |
It gets auto-called for every `.carousel` element in the page. If the | |
same element includes the `mobile` class name, the events will only | |
get fired on a mobile environment. | |
Dependencies: | |
- jQuery 1.11 | |
- Hammer 1.0.6 |
# encoding: utf-8 | |
class choices(list): | |
''' | |
makes an enumerated list of tuples in the format accepted by | |
Django model fields' 'choices' option. | |
>>> colors = choices( | |
('RED', '#f00', 'Normal red'), |
u('#grid').append('tr.even') | |
.append('td[width=250]') | |
.add('input#check[type="checkbox"]') | |
.add('input#item[type="text"]') | |
.up() | |
.append('td') | |
.add('a.link[href="#"][title="delete this item"]', 'Delete'); |
[Graphite] | |
Color Background=198,204,212 | |
Color Highlighted Bracket=178,198,223 | |
Color Highlighted Line=248,247,246 | |
Color Icon Bar=182,187,195 | |
Color Line Number=20,19,18 | |
Color MarkType1=0,0,255 | |
Color MarkType2=255,0,0 | |
Color MarkType3=255,255,0 | |
Color MarkType4=255,0,255 |