Skip to content

Instantly share code, notes, and snippets.

Home
suu-g論文読みメモ等
Disconnected Operation in the Coda File System
JAMES J. KISTLER and M. SATYANARAYARAN
Carnegie Mellon University
ACM Transactions on Computer Systems, Vol. 10, No. 1, February 1992
From ACM Portal
http://portal.acm.org/citation.cfm?id=146941.146942&coll=Portal&dl=GUIDE&CFID=72791511&CFTOKEN=35145431
@suu-g
suu-g / openssl_code_of_conduct_ja
Created October 29, 2015 17:45
OpenSSL Code of Conduct; Japanese Translation
Code of Conduct(行動規範)
OpenSSL のコミュニティは主に、オンラインのメーリングリスト、ブログ投稿やコメント・Githubなどの活動により構成されています(それだけではないが)。これらの活動チャンネルは、次のURLに記載されるOpenSSL開発チームのメンバーによって管理されています: https://www.openssl.org/community/team.html
我々は、誰しもが貢献できる、オープンで全員参加なコミュニティであろうと努めています。そして貢献は、内容そのもので判断されるべきです。貢献者のジェンダー、人種、政治的信条、年齢その他の属性を、我々は気にしません。
もし我々が、言葉の暴力を振るう人、他の人に嫌がらせをする人、他の人をコミュニティから追い出そうと脅す人などを見つけた場合、我々はその人にコミュニティから一時的に離れてもらいます。もしあなたがそのような活動を見かけたら、 conduct@openssl.org まで連絡してください。
原文: http://www.openssl.org/community/conduct.html
@suu-g
suu-g / libv8_check.rb
Last active December 29, 2015 01:39
Check if your environment can use the latest libv8 without compiling it
require 'rubygems'
require 'rubygems/dependency_installer'
require 'json'
require 'open-uri'
class GemVersions
def initialize(gem)
@gem = gem
@versions = JSON.parse(
@suu-g
suu-g / ReplaceMogokToZugok.users.js
Created February 15, 2013 20:22
Changes MOGOK top page into ZUGOK.
// ==UserScript==
// @name ReplaceMogokToZugok
// @namespace http://twitter.com/suu_g
// @description Replace the hitsuji image of MOGOK.
// @include http://mogok.jp/*
// @grant GM_xmlhttpRequest
// ==/UserScript==
(function () {
var apiurl = "http://ajax.googleapis.com/ajax/services/search/images?v=1.0&q=%E3%82%B7%E3%83%A3%E3%82%A2%E5%B0%82%E7%94%A8%E3%82%BA%E3%82%B4%E3%83%83%E3%82%AF"