This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/ruby -Ku | |
include Math | |
KINDS = 10 # 景品の種類 | |
COST = 300 # 一回の料金 | |
class Gacha | |
def initialize() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ignore files | |
a.out* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
エクセル列名変換問題 | |
NOTE: | |
A = 1, B = 2, ..... | |
AA = 27..... | |
XFD = 16384 | |
@created at: 2012-01-31 | |
@author: lithtle |
NewerOlder