Skip to content

Instantly share code, notes, and snippets.

View qazer2687's full-sized avatar
💫
icl ts pmo

alex qazer2687

💫
icl ts pmo
View GitHub Profile
@qazer2687
qazer2687 / cat.gif
Created November 8, 2025 20:07 — forked from dumbmoron/cat.gif
cat.gif
{
"allow_gamepad_permission": false,
"bring_back_oof": true,
"discord_rpc_enabled": true,
"enable_gamemode": true,
"enable_hidpi": true,
"fflags": {
"FFlagDebugCheckRenderThreading": "True",
"FFlagRenderDebugCheckThreading2": "True",
"FIntRenderLocalLightFadeInMs": "0",
@qazer2687
qazer2687 / microbin.css
Last active June 21, 2025 15:43
microbin.css
@import url("https://cdn.jsdelivr.net/npm/water.css@2/out/dark.css");
:root {
--background-body: #161616;
--background: #121212;
--background-alt: #161616;
}
pre, code {
white-space: pre-wrap;
@qazer2687
qazer2687 / obsidian_live-preview-header-markdown.css
Last active June 2, 2025 20:41
This CSS snippet displays header markdown when in live preview.
/* Made by @qazer2687 on GitHub. */
.is-live-preview .cm-header::before {
left: -2px;
color: var(--text-faint);
font-family: var(--font-monospace);
display: inline;
vertical-align: text-top;
}
-- Made by @qazer2687 on GitHub.
-- Function to get and print redstone strength
function printRedstoneStrength()
-- Wrap the monitor peripheral
local monitor = peripheral.wrap("bottom") -- Replace "monitor_0" with the actual peripheral name
-- Verify the monitor is properly wrapped
if not monitor then
error("Monitor not found or not connected")