Skip to content

Instantly share code, notes, and snippets.

View no-identd's full-sized avatar
🌫️
My status? Haven't the foggiest. But: Don't let that deter ya from mentioning me

no_identd no-identd

🌫️
My status? Haven't the foggiest. But: Don't let that deter ya from mentioning me
View GitHub Profile
@no-identd
no-identd / 8.8
Created October 20, 2019 16:10
8 b8 F8 G8 W8 d8 f8 g8 h8 l8 m8
8
B8
F8
G8
W8
@no-identd
no-identd / Show-AdvancedPowerProfileOptions.cmd
Last active June 2, 2025 12:18 — forked from theultramage/powercfg-win7-all-settings.bat
Show/hide all hidden settings in Windows Power Options
@echo off
SETLOCAL ENABLEEXTENSIONS
REM I will eventually use ENABLEDELAYEDEXPANSION to upgrade this to use a for loop so I can shove all the data attributes into one thing
REM Also, I intend to add an auto-dump of the hidden attributes from the registry to populate the loop
REM Also, I intend to split this into two scripts (1 show, 1 hide) and maybe port it to powershell
REM SET attrib=+ATTRIB_HIDE
SET attrib=-ATTRIB_HIDE
REM Harddisk settings
powercfg -attributes 0012ee47-9041-4b5d-9b77-535fba8b1442 0b2d69d7-a2a1-449c-9680-f91c70521c60 %attrib%
@no-identd
no-identd / Control_Charts.py
Created March 9, 2017 10:51 — forked from DMilmont/Control_Charts.py
Control Charts in Python
#!/usr/bin/env python
#_______________________________________________________________________
#
# C C C P i s C o n t r o l C h a r t s i n P y t h o n
#_______________________________________________________________________
#
2013-12-30 16:30:09 [INFO] Attempted to place a tile entity (emasher.gas.tileentity.TileShaleResource@4ce34b07) at -273,3,-892 (BEDROCK) where there was no entity tile!
2013-12-30 16:30:09 [INFO] Chunk coordinates: -288,-896
2013-12-30 16:30:09 [SEVERE] java.lang.Exception
2013-12-30 16:30:09 [SEVERE] at net.minecraft.world.chunk.Chunk.func_76604_a(Chunk.java:1120)
2013-12-30 16:30:09 [SEVERE] at net.minecraft.world.World.func_72837_a(World.java:3537)
2013-12-30 16:30:09 [SEVERE] at net.minecraft.world.chunk.Chunk.func_76592_a(Chunk.java:797)
2013-12-30 16:30:09 [SEVERE] at net.minecraft.world.World.func_72832_d(World.java:845)
2013-12-30 16:30:09 [SEVERE] at emasher.gas.worldgen.WorldGenGasVent.generate(WorldGenGasVent.java:63)
2013-12-30 16:30:09 [SEVERE] at emasher.gas.worldgen.WorldGenerationUpdater.Load(WorldGenerationUpdater.java:24)
2013-12-30 16:30:09 [SEVERE] at net.minecraftforge.event.ASMEventHandler_237_WorldGenerationUpdater_Load_ChunkEvent.invoke(.dynamic)
2013-12-30 16:29:21 [INFO] Attempted to place a tile entity (com.xcompwiz.mystcraft.tileentity.TileEntityDesk@133c76ed) at -432,135,-530 (X1283) where there was no entity tile!
2013-12-30 16:29:21 [INFO] Chunk coordinates: -432,-544
2013-12-30 16:29:21 [SEVERE] java.lang.Exception
2013-12-30 16:29:21 [SEVERE] at net.minecraft.world.chunk.Chunk.func_76604_a(Chunk.java:1120)
2013-12-30 16:29:21 [SEVERE] at net.minecraft.world.World.func_72837_a(World.java:3537)
2013-12-30 16:29:21 [SEVERE] at com.xcompwiz.mystcraft.block.BlockWritingDesk.func_71861_g(BlockWritingDesk.java:197)
2013-12-30 16:29:21 [SEVERE] at net.minecraft.world.chunk.Chunk.func_76592_a(Chunk.java:780)
2013-12-30 16:29:21 [SEVERE] at net.minecraft.world.World.func_72832_d(World.java:845)
2013-12-30 16:29:21 [SEVERE] at net.minecraft.world.gen.structure.StructureComponent.func_74864_a(StructureComponent.java:579)
2013-12-30 16:29:21 [SEVERE] at net.minecraft.world.gen.structure.ComponentVillage.func_74864_a(ComponentVillage.j