Skip to content

Instantly share code, notes, and snippets.

View voluntas's full-sized avatar
🎲
Focusing

V voluntas

🎲
Focusing
View GitHub Profile
@voluntas
voluntas / dev_2011.rst
Last active August 29, 2023 20:50
継続開発のススメ 2011
@voluntas
voluntas / dev_torufurukawa.rst
Last active August 29, 2023 20:48
継続開発のススメ (@torufurukawa)

継続開発のススメ (@torufurukawa)

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

変更履歴

Webmachine を使ったホットスワップ

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

一度もサーバは落としてません

RESTful API サーバの自動テスト案

更新:2013-02-28
バージョン:0.0.2
作者:@voluntas
URL:http://voluntas.github.com/

概要

@voluntas
voluntas / erlang-json.txt
Last active December 15, 2015 15:18
Erlang JSON ライブラリベンチ
ソースコードとかはここ
https://github.com/voluntas/snowflake/tree/feature/json
jiffy .. Time: 342740
ejson .. Time: 428936
mochijson2 .. Time: 8359019
jsx .. Time: 2124705
jsonx .. Time: 116367
simplejson: 3.1.2
@voluntas
voluntas / es.rst
Last active December 16, 2015 06:09
elasticsearch コトハジメ
-module(snowflake_multipart_handler).
-behaviour(cowboy_http_handler).
-export([init/3, handle/2, terminate/3]).
-include_lib("eunit/include/eunit.hrl").
init({_, http}, Req, _) ->
{ok, Req, undefined}.
@voluntas
voluntas / jsonx.rst
Last active December 16, 2015 11:39
jsonx コトハジメ
@voluntas
voluntas / jesse.rst
Last active December 16, 2015 11:39
jesse コトハジメ
{ "dst" : "Rg32U1431O7s1II2",
"payload" : { "config" : { "iceServers" : [ { "url" : "stun:stun.l.google.com:19302" } ] },
"labels" : { "chat" : { "config" : { "iceServers" : [ { "url" : "stun:stun.l.google.com:19302" } ] },
"label" : "chat",
"reliable" : false
},
"file" : { "config" : { "iceServers" : [ { "url" : "stun:stun.l.google.com:19302" } ] },
"label" : "file",
"reliable" : true
}