Skip to content

Instantly share code, notes, and snippets.

View voluntas's full-sized avatar
🎲
Focusing

V voluntas

🎲
Focusing
View GitHub Profile
@voluntas
voluntas / filtermap.rst
Last active December 16, 2015 22:29
lists:filtermap/2 コトハジメ
@voluntas
voluntas / vagrant.rst
Last active September 21, 2020 22:11
Vagrant コトハジメ
# encoding=utf8
import os
import cuisine
from fabric.api import run, sudo, cd, task, local
from fabtools.vagrant import vagrant
import riak
import requests
import simplejson as json
def main():
"""
python sample.py
{'gender': 'male', 'age': 33, 'company': 'Mr. Startup!', 'name': 'ivan'}
"""

STUN implementations

  • stund
  • Content: server daemon and test client for STUN, RFC-3489 only
  • URL does not load, the project seems abandoned
  • The code is also available on SourceForge, last update was on January 2012
  • TCP and TLS modes not supported
  • The server needs two IPs, it’s mandatory and can not be configured
  • C++, no extra libraries required, Windows port available
  • Version = 0.97 (0.96 package available on Debian, 5 years without updates)
- name: install
yum: name={{ item }} state=latest
with_items:
- gcc
- make
- ncurses-devel
- openssl-devel
- name: get
get_url: url=http://download.basho.co.jp.cs-ap-e1.ycloud.jp/download/otp_src_{{ version }}.tar.gz dest=/home/vagrant/otp_src_{{ version }}.tar.gz
@voluntas
voluntas / shiguredo_tech.rst
Last active March 15, 2025 00:17
時雨堂を支える技術

時雨堂を支える技術

日時:2025-03-15
作:時雨堂
バージョン:2025.2
URL:https://shiguredo.jp/

時雨堂クラウドサービスを支える技術

Erlang/OTP トレーニング 2013.10

日時:2013 年 10 月 13 日 (日曜日) 10:00 ~ 18:00 (懇親会は 18:00 ~ 20:00)
場所:VOYAGE GROUP 会議室
住所:〒150-0045 東京都渋谷区神泉町8-16 渋谷ファーストプレイス 8F
想定:Erlang/OTP 初心者
金額:10,000 円
募集人数:40 名
@voluntas
voluntas / shiguredo_env.rst
Last active December 2, 2024 00:23
時雨堂を支える環境

時雨堂を支える環境

日時:2024-12-02
作:時雨堂
バージョン:2024.3
url:https://shiguredo.jp/

2024-12 時点で従業員は全員フルリモート勤務中

[default] Running provisioner: ansible...
PLAY [vagrant] ****************************************************************
GATHERING FACTS ***************************************************************
ok: [192.168.33.13]
TASK: [command creates=MySQL-client-5.6.13-1.el6.x86_64.rpm curl -Lso MySQL-client-5.6.13-1.el6.x86_64.rpm http://dev.mysql.com/get/Downloads/MySQL-5.6/MySQL-client-5.6.13-1.el6.x86_64.rpm/from/http://cdn.mysql.com/] ***
skipping: [192.168.33.13]