Skip to content

Instantly share code, notes, and snippets.

View bipthelin's full-sized avatar
🍥

Bip Thelin bipthelin

🍥
View GitHub Profile

Keybase proof

I hereby claim:

  • I am bipthelin on github.
  • I am bip (https://keybase.io/bip) on keybase.
  • I have a public key whose fingerprint is 9C67 11D3 2584 52B9 E13F A98C 65C3 23A1 42C7 590A

To claim this, I am signing this object:

@bipthelin
bipthelin / res_test.erl
Created April 12, 2012 14:59
Cowboy fail
-module(res_test).
-export([init/3, rest_init/2, allowed_methods/2]).
-export([content_types_provided/2]).
-export([get_resource/2]).
init(_Transport, _Req, _Opts) ->
{upgrade, protocol, cowboy_http_rest}.
@bipthelin
bipthelin / vimrc.after
Created February 28, 2012 20:07
My Vimrc
filetype plugin indent on
color Kellys
set tabstop=4
set shiftwidth=4
set softtabstop=4
set expandtab
set noautochdir