Skip to content

Instantly share code, notes, and snippets.

View rafaduran's full-sized avatar

Rafael Durán Castañeda rafaduran

  • Atlas Information Technology S.A.
  • Barcelona, Catalonia, Spain
View GitHub Profile
@rafaduran
rafaduran / .vimrc
Last active December 16, 2015 20:49
My .vimrc
set nocompatible " be iMproved
filetype off " required!
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
" let Vundle manage Vundle
" required!
Bundle 'gmarik/vundle'
@rafaduran
rafaduran / HACKING.rst
Created October 24, 2012 10:01
BVOX Python projects hacking guidelines, forked from OpenStack's Nova HACKING.rst