Skip to content

Instantly share code, notes, and snippets.

View emyller's full-sized avatar
🏠
Working from home

Evandro Myller emyller

🏠
Working from home
  • Santos, SP - Brazil
View GitHub Profile

Keybase proof

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:

@emyller
emyller / .gitconfig
Last active March 29, 2024 13:26
dot files
[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:
@emyller
emyller / .zshrc
Created October 16, 2015 21:32
shell configs
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
@emyller
emyller / carousel.coffee
Created March 23, 2014 20:36
Small CoffeeScript swipe (carousel) widget
# 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