Skip to content

Instantly share code, notes, and snippets.

View corylanou's full-sized avatar

Cory LaNou corylanou

View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<script src='https://dnv9my2eseobd.cloudfront.net/mapbox.js/v0.6.4/mapbox.js'></script>
<link href='https://dnv9my2eseobd.cloudfront.net/mapbox.js/v0.6.4/mapbox.css' rel='stylesheet' />
<style>
body { margin:0; padding:0; }
#map { position:absolute; top:0; bottom:0; width:100%; }
</style>
</head>
@levicook
levicook / gist:5630135
Created May 22, 2013 19:17
My vim universe
$ cat ~/.vimrc
execute pathogen#infect()
syntax on
filetype plugin indent on
map <leader>f :Ack<space>
map pt :tabp<CR>
" Quick fix navigation (next error, prev error, etc)
map ne :cnext<CR>
anonymous
anonymous / gist:6905817
Created October 9, 2013 18:24
The case for go (with citations!)
Team behind Go:
- Ken Thompson
- Co-Creator of Unix
- Co-Creator of UTF-8
- Creator of 'B', the direct predecessor to the 'C' programming language
- Rob Pike
- Co-Creator of Unix
- Co-Creator of UTF-8
- Co-Authored Practice of Programming and The Unix Programming Environment with Brian Kernighan

docs

To start godoc at log in time (so it always there on port 6060 when you need it):

  1. copy smarticus.godoc.plist to in ~/Library/LaunchAgents
  2. launchctl load ~/Library/LaunchAgents/smarticus.godoc.plist
  3. visit http://localhost:6060