Skip to content

Instantly share code, notes, and snippets.

View thakyZ's full-sized avatar
👬
This emoji was one to show up when searching soup 👍

Neko Boi Nick thakyZ

👬
This emoji was one to show up when searching soup 👍
View GitHub Profile
@thakyZ
thakyZ / help.md
Created March 16, 2022 19:07
A tutorial on Windows DISM

DISM command with CheckHealth option

The CheckHealth option with the DISM tool allows you to determine any corruptions inside the local Windows 10 image. However, the option does not perform any repairs.

To check the Windows 10 image for issues with DISM, use these steps:

  1. Open Start.
  2. Search for Command Prompt, right-click the top result, and select the Run as administrator option.
  3. Type the following command to perform a quick check and press Enter:
@thakyZ
thakyZ / gist:1a49b94e93fbd76b91a6c9ca69edce3d
Created October 5, 2021 00:06
Woot Bloodmagic Crash 1.16.5
---- Minecraft Crash Report ----
// There are four lights!
Time: 10/4/21 4:17 PM
Description: Ticking block entity
java.lang.NoSuchMethodError: wayoftime.bloodmagic.ritual.IMasterRitualStone.getBlockPos()Lnet/minecraft/util/math/BlockPos;
at ipsis.woot.compat.bloodmagic.RitualInfernalMachine.performRitual(RitualInfernalMachine.java:53) ~[woot:1.16.5-1.0.8.0] {re:classloading}
at wayoftime.bloodmagic.tile.TileMasterRitualStone.performRitual(TileMasterRitualStone.java:260) ~[bloodmagic:1.16.4-3.1.3-18] {re:classloading}
at wayoftime.bloodmagic.tile.TileMasterRitualStone.onUpdate(TileMasterRitualStone.java:98) ~[bloodmagic:1.16.4-3.1.3-18] {re:classloading}
@thakyZ
thakyZ / gist:cec169cd3f4eef714765858339330a1e
Created May 19, 2021 12:58
MC Eternal AncientSpellcraft by Dan error
---- Minecraft Crash Report ----
// Don't be sad, have a hug! <3
Time: 2021-05-19 05:49:20 PDT
Description: Error executing task
java.util.concurrent.ExecutionException: java.lang.IllegalStateException: Duplicate key 87
at java.util.concurrent.FutureTask.report(Unknown Source)
at java.util.concurrent.FutureTask.get(Unknown Source)
at net.minecraft.util.Util.runTask(Util.java:531)
@thakyZ
thakyZ / gist:5c794771b9b69409b80fb53309cb47d4
Created May 5, 2021 20:44
Immersive Engineering Server Crash.
---- Minecraft Crash Report ----
// Oh - I know what I did wrong!
Time: 5/5/21 8:29 PM
Description: Ticking entity
java.util.ConcurrentModificationException: null
at java.util.HashMap$HashIterator.nextNode(HashMap.java:1445) ~[?:1.8.0_282] {}
at java.util.HashMap$KeyIterator.next(HashMap.java:1469) ~[?:1.8.0_282] {}
at blusunrize.immersiveengineering.common.util.SpawnInterdictionHandler.onEnderTeleport(SpawnInterdictionHandler.java:48) ~[immersiveengineering:?] {re:classloading}
@thakyZ
thakyZ / run.ps1
Last active March 6, 2021 03:43
Command to rewrite the emails on all of your repos
$user_name = "example"
$old_email = "examplez@example.com"
$new_email = "000000+example@users.noreply.github.com"
$api = "https://api.github.com/users/$($user_name)/repos"
$j = Invoke-WebRequest $api | ConvertFrom-Json
$j | Select-Object -Property ssh_url | ForEach-Object {
git clone $_.ssh_url
@thakyZ
thakyZ / status.php
Last active January 31, 2021 20:30 — forked from dkesberg/status.php
A short server info page, showing server status and player info
<?php
/**
* @author Daniel Kesberg <kesberg@gmail.com>
* @copyright (c) 2013, Daniel Kesberg
*/
error_reporting(E_ALL);
ini_set('display_errors', false);
$parseTimeStart = microtime(1);
@thakyZ
thakyZ / Last Interactions.xml
Created June 6, 2020 01:40
The last interactions between Kali and Sleepy (Possible bug with Psychology).
<li Class="Psychology.PlayLogEntry_InteractionConversation">
<ticksAbs>4908530</ticksAbs>
<logID>3752</logID>
<intDef>EndConversation</intDef>
<initiator>Thing_Avali631</initiator>
<recipient>Thing_Avali211160</recipient>
<extras />
<rulesInit0>r_logentry-&gt;Kali had a short talk with Sleepy about direction.</rulesInit0>
</li>
<li Class="Psychology.PlayLogEntry_InteractionConversation">
@thakyZ
thakyZ / NatureIsBeautifulWithRimCuisine_TWB.xml
Last active June 1, 2020 04:08
A fix for Nature is Beautiful and Boats for RimWorld
<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<!-- ========== From Plants_Wild_General.xml ========== -->
<Operation Class="PatchOperationAdd">
<xpath>/Defs/ThingDef[defName="Plant_Grass"]/statBases</xpath>
<value>
<Beauty>1</Beauty>
@thakyZ
thakyZ / FFMPEG Instructions.md
Created May 25, 2020 02:14
FFMPEG Destructions~
@thakyZ
thakyZ / test.md
Last active April 19, 2020 19:08