Skip to content

Instantly share code, notes, and snippets.

View olee's full-sized avatar
🏠
Working from home

Björn Zeutzheim olee

🏠
Working from home
View GitHub Profile
@olee
olee / PermissionList.txt
Last active August 29, 2015 14:20
ForgeEssentials PermissionList.txt example (2015-4-30)
#// ------------ PERMISSIONS LIST ------------ \\#
#// --------------- 2015-4-30 --------------- \\#
#// ------------ Total amount: 1506 ------------ \\#
#// ------------------------------------------ \\#
cmd.forge # (OP only: true)
cmd.god # (OP only: true)
cmd.help # (OP only: true)
cmd.paidcommand # (OP only: true)
cmd.sellcommand # (OP only: true)
fe.afterlife # Permissions for afterlife configuration
@olee
olee / fml-server-3.log
Created May 20, 2015 00:23
Crash when placing autarchic gate on LP
This file has been truncated, but you can view the full file.
[14:53:17] [main/DEBUG] [FML/]: Injecting tracing printstreams for STDOUT/STDERR.
[14:53:17] [main/INFO] [FML/]: Forge Mod Loader version 7.10.114.1388 for Minecraft 1.7.10 loading
[14:53:17] [main/INFO] [FML/]: Java is OpenJDK 64-Bit Server VM, version 1.7.0_65, running on Linux:amd64:3.2.0-4-amd64, installed at /usr/lib/jvm/java-7-openjdk-amd64/jre
[14:53:17] [main/DEBUG] [FML/]: Java classpath at launch is forge-1.7.10-10.13.3.1388-1.7.10-universal.jar
[14:53:17] [main/DEBUG] [FML/]: Java library path at launch is /usr/java/packages/lib/amd64:/usr/lib/x86_64-linux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/jni:/lib:/usr/lib
[14:53:17] [main/DEBUG] [FML/]: Enabling runtime deobfuscation
[14:53:17] [main/DEBUG] [FML/]: Instantiating coremod class FMLCorePlugin
[14:53:17] [main/DEBUG] [FML/]: Added access transformer class cpw.mods.fml.common.asm.transformers.AccessTransformer to enqueued access transformers
[14:53:17] [main/DEBUG] [FML/]: Enqueued coremod FMLCorePlugin
[14:53:17] [main/
@olee
olee / fml-client-latest.log
Created May 20, 2015 12:00
Crash when placing autarchic gate on LP - Client
[23:30:30] [Client thread/ERROR] [FML/]: PacketInboundHandler exception
java.lang.RuntimeException: java.io.EOFException
at logisticspipes.network.packets.pipe.PipeTileStatePacket.processPacket(PipeTileStatePacket.java:56) ~[PipeTileStatePacket.class:0.9.0.91]
at logisticspipes.network.PacketInboundHandler.channelRead0(PacketInboundHandler.java:20) ~[PacketInboundHandler.class:0.9.0.91]
at logisticspipes.network.PacketInboundHandler.channelRead0(PacketInboundHandler.java:16) ~[PacketInboundHandler.class:0.9.0.91]
at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98) ~[SimpleChannelInboundHandler.class:?]
at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [DefaultChannelHandlerContext.class:?]
at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [DefaultChannelHandlerContext.class:?]
at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMes
// ==UserScript==
// @name cookieclicker
// @namespace de.olee.cookieclicker
// @include http://orteil.dashnet.org/cookieclicker/
// @version 1
// @grant none
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js
// ==/UserScript==
function update() {
---- Minecraft Crash Report ----
// I feel sad now :(
Time: 01.07.15 18:58
Description: Exception while updating neighbours
java.lang.NullPointerException: Exception while updating neighbours
at net.minecraft.block.BlockPortal.func_149695_a(SourceFile:158)
at net.minecraft.world.World.func_147460_e(World.java:697)
at net.minecraft.world.World.func_147459_d(World.java:652)
@olee
olee / BdoLvS.md
Created April 15, 2016 13:20
BdoLvS.md

BdoLvS

Vorlesung 1

  1. Einführung

  • 1.1 Begriffe
@olee
olee / tslint.json
Created September 18, 2016 17:42
tslint.json config for FE scripting
{
"rules": {
"class-name": true,
"comment-format": [true, "check-space"],
"curly": false,
"eofline": true,
"forin": false,
"indent": [false, "tabs"],
"label-position": true,
"label-undefined": true,
@olee
olee / index.d.ts
Created December 20, 2016 23:22
react-router@v4/index.d.ts
import * as React from "react";
interface Location {
pathname: string;
query?: any;
state?: any;
}
interface RenderProps {
pattern: string;
// create a bookmark and use this code as the URL, you can now toggle the css on/off
// thanks+credit: https://dev.to/gajus/my-favorite-css-hack-32g3
javascript: (function() {
var styleEl = document.getElementById('css-layout-hack');
if (styleEl) {
styleEl.remove();
return;
}
styleEl = document.createElement('style');
styleEl.id = 'css-layout-hack';
{
"version": 3,
"file": "main.js",
"sources": [
"webpack://webpack-issue-12814/./node_modules/ansi-html/index.js",
"webpack://webpack-issue-12814/./node_modules/events/events.js",
"webpack://webpack-issue-12814/./node_modules/html-entities/lib/html4-entities.js",
"webpack://webpack-issue-12814/./node_modules/html-entities/lib/html5-entities.js",
"webpack://webpack-issue-12814/./node_modules/html-entities/lib/index.js",
"webpack://webpack-issue-12814/./node_modules/html-entities/lib/surrogate-pairs.js",