Skip to content

Instantly share code, notes, and snippets.

View sysnote8main's full-sized avatar

sysnote8main

  • 06:08 (UTC +09:00)
View GitHub Profile

Keybase proof

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:

@sysnote8main
sysnote8main / modidlist.txt
Created September 8, 2024 12:39
modidlist(temp) for minecraft 1.12.2 forge
simpleharvest
examplemod
moofluids
artisanautomation
reevess_furniture_mod
consolehud
zombieproofdoors
trailmix
trapcraft
neptunefx
@sysnote8main
sysnote8main / fizzbuzz.py
Created August 13, 2022 11:26
myscripts
# 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=ドロップ,滴,滴下,下降,転落,雫,滴り,落とす,落ちる,降ろす
@sysnote8main
sysnote8main / Modules.java
Last active May 28, 2022 03:44
This is Typoon game testing source code. developing...... No.01
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) {