ESM Drinkup で提供予定のお酒一覧
- いづみ橋 恵 青ラベル 純米吟醸 1800ml
- いづみ橋 桃色黒とんぼ きもと純米酒 1800ml
- 七本鎗 無有(むう) 無農薬純米 1800ml
- 七本鎗 純米吟醸 "吟吹雪" 1800ml
- 七田 純米吟醸 雄町50 1800ml
- 三井の寿(みいのことぶき) 純米吟醸 酒未来 福岡県産 1800ml
- 上喜元 純米 "雄町" 1800ml
- 作 雅乃智(純米大 吟醸中取り) 1.8L
ESM Drinkup で提供予定のお酒一覧
MySQL Unicode character set has following collations mainly:
ref. http://dev.mysql.com/doc/refman/5.6/en/charset-unicode-sets.html
When xxx is utf8, can treat only BMP characters.
| # rubocop v0.35.0 から inherit_gem という機能が増えたので gem にしました | |
| # https://github.com/onk/onkcop | |
| inherit_gem: | |
| onkcop: "config/rubocop.yml" |
pixiv Inc.
Tuurbolinks v2.2.0 https://github.com/rails/turbolinks
| @mixin stack-classes ($classes) { | |
| $i: 10; | |
| @each $class in $classes { | |
| .#{$class} { | |
| z-index: $i; | |
| $i: $i + 10; | |
| } | |
| } | |
| } |
| 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 |
野心的な新機能案や、互換性等の理由でおよそ採用されないであろう夢を書き連ねています。
Fixnum と Bignum を削除して、Integer クラスに統合する。両者は Flonum のように内部的に切り替えられる。
Integer#/ の結果を Rational で返すようにする。 https://bugs.ruby-lang.org/issues/5512#change-37021
| * Only the releases of the stable versions are listed in principle. The releases of the unstable versions especially considered to be important are indicated as "not stable." | |
| * The branches used as the source of each releases are specified, and the branching timing of them are also shown. BTW, before subversionizing of the repository, the term called "trunk" was not used, but this list uses it in order to avoid confusion. | |
| * In order to show a historical backdrop, big conferences (RubyKaigi, RubyConf and Euruko) are also listed. About the venues of such conferences, general English notations are adopted, in my hope. | |
| * ruby_1_8_7 branch was recut from v1_8_7 tag after the 1.8.7 release because of an accident. | |
| * 1.2.1 release was canceled once, and the 2nd release called "repack" was performed. Although there were other examples similar to this, since the re-releases were performed during the same day, it does not write clearly in particular. | |
| * Since 1.0 was released with the date in large quantities, the mi |