Skip to content

Instantly share code, notes, and snippets.

View voluntas's full-sized avatar
🎲
Focusing

voluntas voluntas

🎲
Focusing
View GitHub Profile
@voluntas
voluntas / benchmark.py
Last active March 6, 2021 18:59 — forked from eamartin/benchmark.py
PyPy での JSON ライブラリベンチーマーク
'''cjson, jsonlib, simplejson, and yajl also use C code
demjson did not use C code, but was too painfully slow to benchmark
(took about 20 seconds for these tests)
'''
import json
import sys
import time
with open('doc.json') as f:

時雨堂の場合

制度

  • 有休... 20 日
  • 病休... なし
  • 育休... なし (検討中)
  • 年収(月給、賞与など)...
  • 住宅補助... なし
  • 通勤補助... あり (3 万円未満)

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)
@voluntas
voluntas / Issue.txt
Created September 6, 2011 16:31 — forked from taichi/idea.txt
Koshinuke memo
マイルストーン > タスク > チケット
マイルストーンはマスタースケジュール、これをタスクに分割する。
マイルストーンの名前でリリース用のブランチが自動的に作成される。
マイルストーンを完了するとマイルストーンの名前で自動的にtagが作成される。
タスクは個人の作業単位、最小のタスクは最大でも1週間程度で終わる先の見える見積もり可能な大きさの作業になる。
要件を具体的な作業単位に落とす中間的なタスクが存在する。つまり、タスクはタスク間の関連性をN:Mマッピング出来る。