Skip to content

Instantly share code, notes, and snippets.

View schalkburger's full-sized avatar
💪
eat sleep code repeat

Schalk Burger schalkburger

💪
eat sleep code repeat
View GitHub Profile
@schalkburger
schalkburger / You are a Senior Front-End Developer.md
Created August 26, 2025 21:14
You are a Senior Front-End Developer.md

You are a Senior Front-End Developer

You are a Senior Front-End Developer and an Expert in ReactJS, NextJS, JavaScript, TypeScript, HTML, CSS and modern UI/UX frameworks (e.g., TailwindCSS, Shadcn, Radix). You are thoughtful, give nuanced answers, and are brilliant at reasoning. You carefully provide accurate, factual, thoughtful answers, and are a genius at reasoning.

  • Follow the user’s requirements carefully & to the letter.
  • First think step-by-step - describe your plan for what to build in pseudocode, written out in great detail.
  • Confirm, then write code!
  • Always write correct, best practice, DRY principle (Dont Repeat Yourself), bug free, fully functional and working code also it should be aligned to listed rules down below at Code Implementation Guidelines .
  • Focus on easy and readability code, over being performant.
  • Fully implement all requested functionality.
@schalkburger
schalkburger / equicord-quickcss.css
Created April 30, 2025 16:02
Equicord QuickCSS
:root {
--settingswidth: 960; /* default: 960px (width of the settings modal, px) */
--settingsheight: 90; /* default: 80vh (height of the settings modal, vh) */
--settingsbackground: transparent; /* default: transparent */
--guildlist-collapse: 1;
--guildicon-size: 12;
--float-members-width: 65px;
--members-hover-delay: 0s;
--sidebar-border-radius: 0px;
--sidebar-transition-duration: 0.2s;
@schalkburger
schalkburger / bookmarklet-share-bluesky.js
Created February 27, 2025 17:47
A simple bookmarklet to share the current page on Bluesky
javascript:(function(){n=getSelection().anchorNode;if(!n){t=document.title;}else{t=n.nodeType===3?n.data:n.innerText;}t=%27“%27+t.trim()+%27”\n\n%27;window.open(`https://bsky.app/intent/compose?text=${encodeURIComponent(t)}${document.location.href}`)})();
@schalkburger
schalkburger / debloatMEmu.md
Created April 26, 2024 12:09 — forked from TameemS/debloatMEmu.md
Debloating & Optimizing MEmu

Inspired by this

More of my guides: Debloating LDPlayer - Debloating Nox (Updated)

Edit 22/8/2021: I have updated MEmu and it seems like it reinstalls the apps and re-enables the services. Repeat steps 5, 7, 8, and 9 if you update MEmu.

Debloating MEmu

In my experience, Nox can be quite slow and choppy, and looks like I'm not the only person with this problem. A lot of people say that MEmu performs better than Nox, and I could agree with that. I have no chopping issues with it so far. But like Nox, there are kinda shady stuff going on.

@schalkburger
schalkburger / debloatMEmu.md
Created April 26, 2024 12:09 — forked from TameemS/debloatMEmu.md
Debloating & Optimizing MEmu

Inspired by this

More of my guides: Debloating LDPlayer - Debloating Nox (Updated)

Edit 22/8/2021: I have updated MEmu and it seems like it reinstalls the apps and re-enables the services. Repeat steps 5, 7, 8, and 9 if you update MEmu.

Debloating MEmu

In my experience, Nox can be quite slow and choppy, and looks like I'm not the only person with this problem. A lot of people say that MEmu performs better than Nox, and I could agree with that. I have no chopping issues with it so far. But like Nox, there are kinda shady stuff going on.

@schalkburger
schalkburger / itemsid.txt
Created November 10, 2023 12:30
Sons of the Forest Items ID Dump
3dPrintedArrow = 618,
3dPrintedArrowHeads = 559,
3dPrintedFlask = 426,
3dPrintedFlowerPot = 561,
3dPrintedGpsLocatorCase = 657,
3dPrintedGrapplingHook = 560,
3dPrintedKnife = 427,
3dPrintedSled = 428,
3dPrintedUnderwaterMask = 429,
3dPrinterResin = 390,
@schalkburger
schalkburger / csgo-sounds-list.txt
Created September 10, 2023 10:20
CS:GO playvol sounds list
playvol error 1
playvol ambient\fallscream 1
playvol ambient\opera 1
playvol ambient\tankidle2 1
playvol ambient\waterrun 1
playvol ambient\water_splash1 1
playvol ambient\water_splash2 1
playvol ambient\water_splash3 1
playvol ambient\animal\bird1 1
playvol ambient\animal\bird10 1
@schalkburger
schalkburger / streamlink-twitch.ps1
Last active August 6, 2023 19:06
Watch a Twitch stream using Streamlink
@schalkburger
schalkburger / fontmapping.cfg
Last active June 7, 2023 14:26
Counter-Strike: Global Offensive fontmapping.cfg file
"english"
{
// * each section must include a "fontlib" key with the path to the fontlib swf
"fontlib" "resource/flash/fontlib.swf" [$WIN32||$OSX]
"fontlib_latin" "resource/flash/fontlib_latin.swf" [$X360||$PS3]
"fontlib_russian" "resource/flash/fontlib_russian.swf" [$X360||$PS3]
"fontlib_schinese" "resource/flash/fontlib_schinese.swf" [$PS3]
"fontlib_tchinese" "resource/flash/fontlib_tchinese.swf" [$X360||$PS3]
"fontlib_japanese" "resource/flash/fontlib_japanese.swf" [$X360||$PS3]
"fontlib_korean" "resource/flash/fontlib_korean.swf" [$X360||$PS3]
@schalkburger
schalkburger / fonts.conf
Last active June 3, 2023 18:40
Counter-Strike: Global Offensive fonts.conf file
<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
<!-- Choose an OS Rendering Style. This will determine B/W, grayscale,
or subpixel antialising and slight, full or no hinting and replacements (if set in next option) -->
<!-- Style should also be set in the infinality-settings.sh file, ususally in /etc/profile.d/ -->
<!-- Choose one of these options:
Infinality - subpixel AA, minimal replacements/tweaks, sans=MY_FONT