Skip to content

Instantly share code, notes, and snippets.

View shackra's full-sized avatar

Jorge Araya Navarro shackra

View GitHub Profile

Keybase proof

I hereby claim:

  • I am shackra on github.
  • I am shackra (https://keybase.io/shackra) on keybase.
  • I have a public key whose fingerprint is 1285 E187 FDE4 EF93 444F 75F9 A3CD CDE9 39A2 64EE

To claim this, I am signing this object:

@shackra
shackra / config.json
Created November 19, 2014 22:25 — forked from anonymous/config.json
visual web scraper custom bootstrap
{
"vars": {
"@gray-base": "#000",
"@gray-darker": "lighten(@gray-base, 13.5%)",
"@gray-dark": "lighten(@gray-base, 20%)",
"@gray": "lighten(@gray-base, 33.5%)",
"@gray-light": "lighten(@gray-base, 46.7%)",
"@gray-lighter": "lighten(@gray-base, 93.5%)",
"@brand-primary": "darken(#428bca, 6.5%)",
"@brand-success": "#5cb85c",
@shackra
shackra / emacs-init.el
Created October 16, 2014 03:09
Mi archivo emacs lisp generado a partir del archivo emacs-init.org (este archivo no se actualiza)
;;(toggle-debug-on-error)
;;(toggle-debug-on-quit) ;; Se activa cuando el usuario presiona C-g
(setf user-full-name "Jorge Araya Navarro"
user-mail-address "[email protected]")
(setf package-archives (list (quote ("gnu" . "http://elpa.gnu.org/packages/"))
(quote ("marmalade" . "http://marmalade-repo.org/packages/"))
(quote ("melpa" . "http://melpa.milkbox.net/packages/"))
@shackra
shackra / .hgignore
Created August 11, 2014 18:08
.hgignore python template
syntax: glob
.gitignore
node_modules
.c9revisions
.DS_Store
Thumbs.db
*.pyc
*.pyo