Skip to content

Instantly share code, notes, and snippets.

@makicamel
makicamel / commit_message_example.md
Created May 18, 2019 05:09 — forked from mono0926/commit_message_example.md
[転載] gitにおけるコミットログ/メッセージ例文集100
@makicamel
makicamel / drb.rb
Created July 24, 2024 20:52 — forked from seki/drb.rb
1st druby. [ruby-list:15406]
drb.rb
#!/usr/local/bin/ruby
=begin
Tiny distributed Ruby --- dRuby
DRb --- dRuby module.
DRbProtocol --- Mixin class.
DRbObject --- dRuby remote object.
DRbConn ---
DRbServer --- dRuby message handler.
=end