Skip to content

Instantly share code, notes, and snippets.

#define _POSIX_C_SOURCE 200809L//getline
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <inttypes.h>
#include "pheap.h"
#include "sla.h"
typedef struct{
uint64_t distance;
class LLNode {
String key, value;
int hashCode;
LLNode next;
LLNode(String k, String v, int h, LLNode n){
key = k; value = v;
hashCode = h;
next = n;
}
}
@hacatu
hacatu / fml-client-1.log
Created November 17, 2015 04:35
Mod loading with Botania bug (not useful because of custom modpack)
This file has been truncated, but you can view the full file.
[11:20:53] [main/DEBUG] [FML/]: Injecting tracing printstreams for STDOUT/STDERR.
[11:20:53] [main/INFO] [FML/]: Forge Mod Loader version 7.99.16.1448 for Minecraft 1.7.10 loading
[11:20:53] [main/INFO] [FML/]: Java is OpenJDK 64-Bit Server VM, version 1.7.0_91, running on Linux:amd64:4.2.5-1-ARCH, installed at /usr/lib/jvm/java-7-openjdk/jre
[11:20:53] [main/DEBUG] [FML/]: Java classpath at launch is /home/hac/.minecraft/libraries/net/minecraftforge/forge/1.7.10-10.13.4.1448-1.7.10/forge-1.7.10-10.13.4.1448-1.7.10.jar:/home/hac/.minecraft/libraries/net/minecraft/launchwrapper/1.11/launchwrapper-1.11.jar:/home/hac/.minecraft/libraries/org/ow2/asm/asm-all/5.0.3/asm-all-5.0.3.jar:/home/hac/.minecraft/libraries/com/typesafe/akka/akka-actor_2.11/2.3.3/akka-actor_2.11-2.3.3.jar:/home/hac/.minecraft/libraries/com/typesafe/config/1.2.1/config-1.2.1.jar:/home/hac/.minecraft/libraries/org/scala-lang/scala-actors-migration_2.11/1.1.0/scala-actors-migration_2.11-1.1.0.jar:/home/hac/.minecraft/libraries/org/scala-lang/sc