Skip to content

Instantly share code, notes, and snippets.

Erlang Current Documentation structure

Erlang/OTP:

  1. Installation
  2. System Principles
  3. Embedded Systems Users’s Guide
  4. Getting Started with Erlang
  5. Erlang Reference Manual
  6. Programming Examples
@asabil
asabil / cowboy-lingering-close.diff
Created January 24, 2014 15:01
Add lingering close to cowboy
diff --git a/Makefile b/Makefile
index 6d98abb..b003965 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ PLT_APPS = crypto public_key ssl
DEPS = cowlib ranch
dep_cowlib = pkg://cowlib 0.4.0
-dep_ranch = pkg://ranch 0.9.0
+dep_ranch = pkg://ranch 723f1b1883e7834784eab772d74d9ede299f145b
@asabil
asabil / cowboy_http_rest.erl
Created September 6, 2011 10:00
Cowboy HTTP REST
-module(cowboy_http_rest).
-behaviour(cowboy_http_handler).
-export([
init/3,
handle/2,
terminate/2
]).
-export([