I hereby claim:
- I am notoh on github.
- I am notoh (https://keybase.io/notoh) on keybase.
- I have a public key whose fingerprint is E52E E566 C431 FAA6 E4F3 2F82 6FFA 21FF 2DA5 0390
To claim this, I am signing this object:
using System.Collections; | |
using System.Collections.Generic; | |
using UnityEngine; | |
public class RollingScript : MonoBehaviour { | |
public float rotationSpeed = 25.0F; | |
public float jumpHeight = 8.0F; | |
private bool isFalling = false; |
I hereby claim:
To claim this, I am signing this object:
import java.util.Random; | |
/** | |
* meme machine meme machine im a motherf***ing meme machine | |
*/ | |
public class notavirus { | |
public static void main(String[] args) { | |
notavirus notavirus = new notavirus(); | |
} |
package io.notoh.BlindnessTest; | |
import org.bukkit.command.Command; | |
import org.bukkit.command.CommandExecutor; | |
import org.bukkit.command.CommandSender; | |
import org.bukkit.entity.Player; | |
import org.bukkit.plugin.java.JavaPlugin; | |
import org.bukkit.potion.PotionEffect; | |
import org.bukkit.potion.PotionEffectType; |
public class Average { | |
public static void main(String[] args) { | |
int temp = 0; | |
int amount = 0; | |
for(String string : args) { | |
try { | |
temp += Integer.parseInt(string); | |
amount++; | |
} catch(Exception e) { | |
System.exit(0); |
public class RankedCvCCalc { | |
public static void main(String[] args) { | |
double teamOne = Double.parseDouble(args[0]); | |
double teamTwo = Double.parseDouble(args[1]); | |
//Now we have the ELOs, find the round diff and calculate based on elo difference. | |
int rdiff = Integer.parseInt(args[2]); | |
int rApplyDiff = 0; | |
switch((int) Math.abs(rdiff)) { | |
case 1: |
I hereby claim:
To claim this, I am signing this object: