Skip to content

Instantly share code, notes, and snippets.

View katsyoshi's full-sized avatar
🐢
hello world!

MATSUMOTO Katsuyoshi katsyoshi

🐢
hello world!
View GitHub Profile
進捗だめです
@katsyoshi
katsyoshi / shibuya-el-position-paper.md
Created August 27, 2012 22:09 — forked from ainame/shibuya-el-position-paper.md
shibuya.elのポジションペーパーです。githubアカウントをお持ちの方はforkしてお使いください。

Shibuya.el#1 ポジションペーパー

Personal

  • 名前(任意)

    • katsyoshi
  • Twitter or Facebookのアカウント or HN等

  • @katsyoshi

@katsyoshi
katsyoshi / aegitter.rb
Created March 10, 2012 04:41 — forked from tomykaira/aegitter.rb
mikutter plugin, 日本語のみ対応。右クリックからあえがせることができます。セクハラ注意
# -*- coding: utf-8 -*-
# mikutter plugin, 日本語のみ対応。右クリックからあえがせることができます。セクハラ注意
# license: MIT
# Author: @tomy_kaira
Plugin::create(:aegu) do
def aegi(str)
split_jp(str).map{ |c|
next c if c.match(/\s+/) || rand(10) < 2