This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'rubygems' | |
require 'rubygems/dependency_installer' | |
require 'json' | |
require 'open-uri' | |
class GemVersions | |
def initialize(gem) | |
@gem = gem | |
@versions = JSON.parse( |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Code of Conduct(行動規範) | |
OpenSSL のコミュニティは主に、オンラインのメーリングリスト、ブログ投稿やコメント・Githubなどの活動により構成されています(それだけではないが)。これらの活動チャンネルは、次のURLに記載されるOpenSSL開発チームのメンバーによって管理されています: https://www.openssl.org/community/team.html | |
我々は、誰しもが貢献できる、オープンで全員参加なコミュニティであろうと努めています。そして貢献は、内容そのもので判断されるべきです。貢献者のジェンダー、人種、政治的信条、年齢その他の属性を、我々は気にしません。 | |
もし我々が、言葉の暴力を振るう人、他の人に嫌がらせをする人、他の人をコミュニティから追い出そうと脅す人などを見つけた場合、我々はその人にコミュニティから一時的に離れてもらいます。もしあなたがそのような活動を見かけたら、 [email protected] まで連絡してください。 | |
原文: http://www.openssl.org/community/conduct.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |