Skip to content

Instantly share code, notes, and snippets.

@hayajo
hayajo / changelog_en.md
Last active April 16, 2024 12:57
ChangeLog を支える英語

ChangeLog を支える英語

ChangeLog を書く際によく使われる英語をまとめました。

ほとんど引用です。

基本形

@cesare
cesare / gist:3296137
Created August 8, 2012 15:49
an example of Ruby Enumerable
class Directory
include Enumerable
def initialize(dirname)
@dirname = dirname
@files = Dir.open(dirname) {|dir|
dir.reject {|name| name == "." || name == ".." }
}
end
@kakutani
kakutani / The_RubyKaigi_Rises_Trailer.srt
Created July 30, 2012 13:57
SRT subtitle file which makes "The_Dark_Night_Rises-Official Trailer3" to "The RubyKaigi Rises". ( http://www.universalsubtitles.org/en/videos/R12YYcKeuwFe/info/the-dark-knight-rises-official-trailer-3-hd/ )
1
00:00:15,029 --> 00:00:17,700
"お前ら"が来るわ
2
00:00:22,052 --> 00:00:24,800
楽しみにしてるようだね
3
00:00:27,049 --> 00:00:29,041