Skip to content

Instantly share code, notes, and snippets.

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

Adrian Rego adrianrego

🏠
Working from home
View GitHub Profile
@adrianrego
adrianrego / keybase.md
Created September 10, 2016 19:53
Keybase

Keybase proof

I hereby claim:

  • I am adrianrego on github.
  • I am adrianrego (https://keybase.io/adrianrego) on keybase.
  • I have a public key ASCf_ASAhKul5tVNR5WVgR0vPBNQ2jnSr_9iP3x601QOnQo

To claim this, I am signing this object:

@adrianrego
adrianrego / gist:1733279
Created February 3, 2012 22:22
Override existing janus colorscheme
" Override existing colorscheme with version found in
" ~/.janus/<colorscheme>/colors/<colorscheme>.vim
if exists("g:colors_name")
let color_override = expand('~/.janus/' . g:colors_name . '/colors/' . g:colors_name . '.vim')
if filereadable(color_override)
exe 'source ' . color_override
endif
endif
@adrianrego
adrianrego / gist:1164864
Created August 23, 2011 11:09 — forked from voodootikigod/gist:1155790
PyCodeConf Ticket Give-away
Day job:
Django/GIS developer
Favorite Python project:
Django/GeoDjango
Favorite Conference:
Future of Web Apps
Python Experience Level:
@adrianrego
adrianrego / cf_locations.html
Created August 21, 2011 19:20
Nearest Campus Demo
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>CF Locations</title>
</head>
<body>
<form action="" method="get" accept-charset="utf-8">
<label for="zip">Enter your zipcode</label>
<input type="text" value="" id="zip" name="zip" />
@adrianrego
adrianrego / gist:1069313
Created July 7, 2011 11:13
Janus snipmate error
****************************************
* Installing snipmate *
****************************************
** Invoke snipmate:install (first_time)
** Invoke snipmate:pull (first_time)
** Invoke /Users/adrian/.vim/tmp/snipmate (first_time)
** Invoke tmp (not_needed)
** Execute /Users/adrian/.vim/tmp/snipmate
git clone git://github.com/msanders/snipmate.vim.git /Users/adrian/.vim/tmp/snipmate