Skip to content

Instantly share code, notes, and snippets.

View voluntas's full-sized avatar
🎲
Focusing

V voluntas

🎲
Focusing
View GitHub Profile
@voluntas
voluntas / erlang_env.rst
Created December 9, 2012 07:36
Erlang 環境構築 コトハジメ

Erlang 環境構築 コトハジメ

更新:2012-12-09
バージョン:0.0.0
作者:@voluntas
URL:http://voluntas.github.com/

Erlang の開発環境をまとめてみました

@voluntas
voluntas / dialyzer.rst
Created December 15, 2012 05:44
Dialyzer コトハジメ
@voluntas
voluntas / wm.rst
Last active June 3, 2016 03:03
Webmachine コトハジメ

Webmachine コトハジメ

更新:2013-03-9
バージョン:0.2.1
作者:@voluntas
URL:http://voluntas.github.com/

Webmachine のバージョンは 1.9.3 で確認しています

@voluntas
voluntas / trap.rst
Created December 27, 2012 04:58
継続開発の罠
@voluntas
voluntas / spam.py
Last active December 10, 2015 12:28
import requests
class Spam(object):
def __init__(self, response):
self.response = response
def expect_status_code(self, status_code):
assert self.response.status_code == status_code
def expect_header(self, key, content):
@voluntas
voluntas / datetime.rst
Last active December 10, 2015 16:48
Erlang 日付ライブラリ シラベモノ

Erlang 日付ライブラリ シラベモノ

更新:2013-01-06
バージョン:0.0.4
作者:@voluntas
URL:http://voluntas.github.com/

目的

@voluntas
voluntas / erlando.rst
Last active December 11, 2015 01:39
Erlando コトハジメ

Erlando コトハジメ

更新:2013-09-01
バージョン:0.1.0
作者:@voluntas
URL:http://voluntas.github.com/

R16B系ではすでに使えなくなっています

@voluntas
voluntas / gist:4595281
Last active January 31, 2023 22:18
sphinx-users.jp on spdyd
The negotiated next protocol: spdy/3
[id=1] [ 10.104] send SETTINGS frame <version=3, flags=0, length=12>
(niv=1)
[4(0):100]
[id=1] [ 10.105] closed
The negotiated next protocol: spdy/3
[id=2] [ 10.222] closed
The negotiated next protocol: spdy/3
[id=3] [ 10.223] send SETTINGS frame <version=3, flags=0, length=12>
(niv=1)
@voluntas
voluntas / gist:4657204
Created January 28, 2013 17:02
spdy server push
t=1359392177157 [st= 0] SPDY_SESSION_SYN_STREAM
--> fin = true
--> :host: 127.0.0.1:3000
:method: GET
:path: /
:scheme: https
:version: HTTP/1.1
accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
accept-charset: UTF-8,*;q=0.5
accept-encoding: gzip,deflate,sdch
@voluntas
voluntas / dev_2012.rst
Last active December 12, 2015 05:29
継続開発のススメ 2012