I hereby claim:
- I am sysnote8main on github.
- I am sysnote8 (https://keybase.io/sysnote8) on keybase.
- I have a public key whose fingerprint is 2B8A D57C D992 10F7 589B D240 3817 8196 BFB0 359B
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
simpleharvest | |
examplemod | |
moofluids | |
artisanautomation | |
reevess_furniture_mod | |
consolehud | |
zombieproofdoors | |
trailmix | |
trapcraft | |
neptunefx |
# 3,5 divide FizzBuzz solver | |
# Created by sysnote8main | |
# ==== Configurations ===== | |
# check number range | |
r_start = 1 # start point | |
r_end = 100 # finish point | |
# Fizz Buzz settings |
structural=構造 | |
connect=接続 / disconnect=切断する | |
probably=おそらく,多分 | |
mine=私の,私の物,鉱山,機雷,水雷,穴 | |
craft=クラフト,手技,手腕,同業組合 | |
guild=ギルド,同業組合,商業組合 | |
drop=ドロップ,滴,滴下,下降,転落,雫,滴り,落とす,落ちる,降ろす |
import java.util.Random; | |
import java.lang.Math; | |
public class Modules { | |
public static Random rnd = new Random(); | |
public class math { | |
public static double root(int number) { | |
return Math.sqrt(number); | |
} | |
public static int rndint(int width) { |