Skip to content

Instantly share code, notes, and snippets.

View oitsjustjose's full-sized avatar

Jose Stovall oitsjustjose

View GitHub Profile
geolosys.world.OreGenerator$OreGen.generate(OreGenerator.java:94)
geolosys.world.OreGenerator.generate(OreGenerator.java:48)
geolosys]: geolosys:ore_vanilla:3 has been generated 2/43
geolosys]: geolosys:ore_vanilla:3 percentage overall: 0.046511628
geolosys]: galacticraftcore:basic_block_core:8 has been generated 1/44
geolosys]: galacticraftcore:basic_block_core:8 percentage overall: 0.022727273
geolosys]: geolosys:ore:6 has been generated 2/45
geolosys]: geolosys:ore:6 percentage overall: 0.044444446
geolosys]: geolosys:ore:8 has been generated 3/46
geolosys]: geolosys:ore:8 percentage overall: 0.06521739
body {
background-color: #202020;
color: #DDD;
}
table,
tr,
td,
td {
border: #DDD;
@oitsjustjose
oitsjustjose / setup.md
Last active August 1, 2019 16:40
Setting up CUDA Toolkit & CUDNN

Installation Process:

  1. Download and install CUDA toolkit 10.0 - get the runfile if on linux If you have an issue the first time running with an error such as "Unsupported compiler", run using the --override switch, for example:

    sh cuda_10.0.130_410.48_linux.run --override

    Do not install the driver

  2. Download cuDNN v7.6.2 for CUDA 10.0 -- but do not download the .deb variants if on Linux.

@oitsjustjose
oitsjustjose / scan_structures.py
Last active January 4, 2022 02:44
Tool for scanning structure loot tables for a specific item or items
"""
@author: Jose Stovall | oitsjustjose @ github | twitter | anywhere really
A tool for scanning your mods folder for any particular item to figure out which mod did it, where, etc..
Run:
1. Put in your instance root folder, such that the file is adjacent to your mods folder
2. python<3> scan_structures.py minecraft:iron_ingot minecraft:gold_ingot minecraft:redstone ...
[you can do this limitlessly]
"""
import os
@oitsjustjose
oitsjustjose / configuration.json
Last active August 12, 2023 21:02
PrismLauncher Pack Ship Prepper
{
"_comment": "The following files (or folders) will be removed before shipping",
"remove": [
"config/jei/jei-client.ini",
"config/jei/world",
"config/jei/worldSettings.cfg",
"config/pneumaticcraft-client.toml",
"config/pneumaticcraft/PneumaticArmorHUDLayout.cfg",
"config/smoothfont/smoothfont.cfg",
"config/xaerominimap_entities.json",