Skip to content

Instantly share code, notes, and snippets.

View syntaxaire's full-sized avatar

syntaxaire

  • ion8
  • Ontario
  • 07:29 (UTC -04:00)
View GitHub Profile
{
"openapi": "3.0.0",
"info": {
"title": "API Documentation",
"description": "Test documentation",
"contact": {
"name": "Support",
"email": "support@example.com"
},
"version": "v4",
@syntaxaire
syntaxaire / openglider_disconnect.log
Created October 26, 2019 23:26
OpenGlider client side disconnect
[B#491] 2019/10/26 16:20:38 [INFO] [16:20:38] [Client thread/INFO] [FML]: MinecraftForge v14.23.5.2847 Initialized
[B#491] 2019/10/26 16:20:38 [INFO] [16:20:38] [Client thread/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients.
[B#491] 2019/10/26 16:20:38 [INFO] [16:20:38] [Client thread/INFO] [FML]: Invalid recipe found with multiple oredict ingredients in the same ingredient...
[B#491] 2019/10/26 16:20:38 [INFO] [16:20:38] [Client thread/INFO] [FML]: Replaced 1227 ore ingredients
[B#491] 2019/10/26 16:20:39 [INFO] [16:20:39] [Client thread/INFO] [STDOUT]: [zmaster587.advancedRocketry.asm.ModContainer:<init>:23]: ********* CoreDummyContainer. OK
[B#491] 2019/10/26 16:20:39 [INFO] [16:20:39] [Client thread/INFO] [FML]: Searching C:\Users\User\AppData\Roaming\.technic\modpacks\regress\mods for mods
[B#491] 2019/10/26 16:20:39 [INFO] [16:20:39] [Client thread/INFO] [FML]: Searching C:\Users\User\AppData\Roaming\.technic\modpacks\regress\mods\1.12.2 for mods
[B#491] 2019/10/26
@syntaxaire
syntaxaire / xml_scrape.py
Created June 23, 2019 00:46
Draft weapon scraper for new wiki
import re
import yaml
from xml.etree import ElementTree as et
from pathlib import Path
from pprint import pprint
from anytree import Node, RenderTree, PreOrderIter
CONFIG_FILE = "config.yml"
@syntaxaire
syntaxaire / nbviewer_test.ipynb
Created November 23, 2018 15:14
NBviewer rendering test
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
---- Minecraft Crash Report ----
WARNING: coremods are present:
LoadingPlugin (Quark-r1.0-59.jar)
ChiselCorePlugin (Chisel-MC1.10.2-0.0.7.3.jar)
DepLoader (CodeChickenCore-1.10.2-2.3.5.91-universal (1).jar)
CCLCorePlugin (CodeChickenLib-1.10.2-2.4.3.144-universal.jar)
FMLPlugin (InventoryTweaks-1.62-dev-66.jar)
IvToolkit (IvToolkit-1.2.8.5.jar)
AppleCore (AppleCore-mc1.10.2-2.1.0.jar)
---- Minecraft Crash Report ----
WARNING: coremods are present:
LoadingPlugin (Quark-r1.0-59.jar)
ChiselCorePlugin (Chisel-MC1.10.2-0.0.7.3.jar)
DepLoader (CodeChickenCore-1.10.2-2.3.5.91-universal (1).jar)
CCLCorePlugin (CodeChickenLib-1.10.2-2.4.3.144-universal.jar)
FMLPlugin (InventoryTweaks-1.62-dev-66.jar)
IvToolkit (IvToolkit-1.2.8.5.jar)
AppleCore (AppleCore-mc1.10.2-2.1.0.jar)