I hereby claim:
- I am factorsofx on github.
- I am evets (https://keybase.io/evets) on keybase.
- I have a public key ASDzzYBooWfK5SVJZuh6-UsAQq3XyP4Yxm8MwmFMdFPCuwo
To claim this, I am signing this object:
int delta; | |
float revs_last; | |
float RPM; | |
int scaleFactor; | |
while(true) | |
{ | |
delta = SensorValue[encoder]; | |
package com.elan_oots; | |
import javax.imageio.ImageIO; | |
import java.awt.*; | |
import java.awt.image.BufferedImage; | |
import java.io.File; | |
import java.net.URL; | |
public class MapGetter | |
{ |
package com.collin.election; | |
import java.io.File; | |
import java.io.FileNotFoundException; | |
import java.util.*; | |
public class ElectionStats | |
{ | |
private static int winningVotes = 0; | |
private static int totalVotes = 0; |
// Compile-time config flags | |
// Enable if btime is installed | |
//#define PRECISE_TIMER_AVAILABLE | |
// Debug flags | |
// Delete queue debug toggle | |
// This is expensive. don't turn it on on the server unless you want things to be bad and slow | |
// #define DELETE_QUEUE_DEBUG | |
//#define UPDATE_QUEUE_DEBUG | |
// Image deletion debug | |
// DO NOT ENABLE THIS ON THE SERVER FOR FUCKS SAKE |
public final class Byond | |
{ | |
public static String makeRequest(String url, int port, String topic) throws IOException | |
{ | |
Socket sock = new Socket(url, port); | |
//Socket sock = new Socket("localhost", 4567); | |
InputStream is = sock.getInputStream(); | |
OutputStream os = sock.getOutputStream(); | |
byte[] msg = ("?" + topic).getBytes(); |
---- Minecraft Crash Report ---- | |
// I'm sorry, Dave. | |
Time: 9/24/19 7:51 PM | |
Description: Unexpected error | |
org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered | |
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:521) | |
at net.fabricmc.loader.launch.knot.KnotClassDelegate.loadClassData(KnotClassDelegate.java:180) | |
at net.fabricmc.loader.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:143) |
I hereby claim:
To claim this, I am signing this object: