Skip to content

Instantly share code, notes, and snippets.

View suzukaze's full-sized avatar

Hiroe Jun suzukaze

  • Japan
View GitHub Profile
defmodule Chat.Client do
# In all of the following functions 'server' stands for the server's pid
def join(server) do
send server, :join
end
def say(server, message) do
send server, { :say, message }
end

###作りたいものリスト

  • 2D格闘ゲーム
  • 2D格闘ゲーム, 対戦トレーニング支援 (ruby)
  • ゲームギルド支援(ログイン, 掲示板, 100人同時チャット, 全文検索)
  • mruby-msgpack
  • 格闘ゲームのトーナメントを自動作成支援
  • GroovyでAndroidを作成する本
  • wri.peのAndroidクライアント
  • git rebase -i のGUIツール(OS X)
@suzukaze
suzukaze / example.sh
Created September 7, 2013 02:50 — forked from frsyuki/example.sh
$ ruby fluent-doc fluent-plugin-mongo 2>/dev/null
<source>
type mongo_tail
# [nil]
database string (required)
# [nil]
collection string (required)

Fluentd v11 設計案

We made it possible. Next, we'll make it beautiful.

Suffering-oriented programming

コンセプト

  • 柔軟性向上
  • 予想以上に複雑な使い方をしているケースが多かったので、設定ファイルも複雑化して対応する

MessagePack for Ruby version 5

MessagePack for Ruby の新版をリリースしました!

さらなる高速化

すべてのコードをゼロから再設計し、 シリアライズの大幅な高速化 を達成しました。 ruby-serializers を使って過去のバージョン(v4)と比較したところ、Twitter, 画像, 整数列, 地理データ, 3Dモデル のすべてのデータセットで高速化しました。

@suzukaze
suzukaze / gist:5082265
Created March 4, 2013 13:33
Calculating holidays is implement in Objective-C
Calculating holiday
http://andronavi.com/2013/01/240746