Skip to content

Instantly share code, notes, and snippets.

View livewing's full-sized avatar

livewing.net livewing

View GitHub Profile
// mano.js
// JavaScript implementation of
// ManoTranslator (https://github.com/para7/ManoTranslator)
//
// IE以外だったら動く。Nodeでも動くはず。Babelすればどうにでもなりそう
//
// This script is licensed under the MIT License.
//
// Copyright 2018 りぶ
//
@livewing
livewing / hello.rb
Created October 30, 2015 01:20
1.5GB分の"Hello, world!"を出力するスクリプト
i = 0
s = "Hello, world!\n"
while i < (1024 * 1024 * 1024 * 1.5)
print s
i += s.length
end
@livewing
livewing / stapcell.rb
Last active August 29, 2015 14:21
STAP細胞はありまぁす(Golf版)
print$_=[*?A*4..?Z*4].sample,"細胞"until/STAP/||!$.+=1;puts;p$.