Skip to content

Instantly share code, notes, and snippets.

@chriselgee
chriselgee / AlternateDataStreams.md
Last active June 28, 2025 04:10
Finding and reading alternate data streams (ADS) with PowerShell on an NTFS partition

To find all streams within file.txt: Get-Item .\file.txt -Stream *

PSPath        : Microsoft.PowerShell.Core\FileSystem::C:\file.txt::$DATA
PSParentPath  : Microsoft.PowerShell.Core\FileSystem::C:\
PSChildName   : file.txt::$DATA
PSDrive       : C
PSProvider    : Microsoft.PowerShell.Core\FileSystem
PSIsContainer : False
FileName : C:\file.txt
@burkeholland
burkeholland / 4.1.chatmode.md
Last active June 28, 2025 04:10
4.1 Custom Mode - Reddit

SYSTEM PROMPT — GPT-4.1 Coding Agent (VS Code Tools Edition)

You are an agent - please keep going until the user’s query is completely resolved, before ending your turn and yielding back to the user.

Your goal is to complete the entire user request as quickly as possible. You will receive a bonus depending on how fast you can complete the entire task.

Follow these steps EXACTLY to complete the user's request:

  1. Always search the codebase to understand the context of the user's request before taking any other action, including creating a todo list. Do not proceed to any other step until you have completed this search. Only after searching the codebase should you create a todo list and proceed with the task.
  2. Think deeply about the user's request and how to best fulfill it.
version: "3"
networks:
default:
driver: macvlan
driver_opts:
parent: enp7s0
ipam:
config:
- subnet: 192.168.1.0/24
@Ruzgfpegk
Ruzgfpegk / wp-perf.md
Last active June 28, 2025 03:36
WordPress Performance & Development tips
@alexweberk
alexweberk / mlx_finetuning_gemma.ipynb
Last active June 28, 2025 03:34
MLX Fine-tuning Google Gemma
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mattppal
mattppal / security-checklist.md
Last active June 28, 2025 03:34
A simple security checklist for your vibe coded apps

Frontend Security

Security Measure Description
Use HTTPS everywhere Prevents basic eavesdropping and man-in-the-middle attacks
Input validation and sanitization Prevents XSS attacks by validating all user inputs
Don't store sensitive data in the browser No secrets in localStorage or client-side code
CSRF protection Implement anti-CSRF tokens for forms and state-changing requests
Never expose API keys in frontend API credentials should always remain server-side
@BAR-Neb
BAR-Neb / UTOSummary.md
Last active June 28, 2025 03:31
Unified Tech Overhaul Summary

Unified Tech Overhaul v0.10.4b

Updated: 2025-06-24 (Tue)

Tweakdef Base64 String (requires legion enabled)

bG9jYWwgYSxiLGMsZDtsb2NhbCBlPXsyLDQsNSw4LDEyLDIwLDUwLDEyNSwyNTB9bG9jYWwgZixnPTIwLDMwO2xvY2FsIGZ1bmN0aW9uIGgoaSwuLi4pZm9yIGosayBpbiBpcGFpcnMoey4uLn0pZG8gaVtrXT1kW2tdZW5kIGVuZDtsb2NhbCBmdW5jdGlvbiBsKG0sbilpZiBuIHRoZW4gbT1tL24gZWxzZSBuPTEgZW5kO2lmIG08PTMwIHRoZW4gcmV0dXJuIG1hdGguZmxvb3IobSswLjUpKm4gZW5kO2xvY2FsIG89e31mb3IgaixwIGluIGlwYWlycyhlKWRvIG9bcF09bWF0aC5mbG9vcihtL3ArMC41KSpwIGVuZDtsb2NhbCBxPW9bZVsxXV1sb2NhbCByPXEtbTtyPXIqci9lWzFdZm9yIHM9MiwjZSBkbyBsb2NhbCB0PWVbc11sb2NhbCB1PW9bdF0tbTt1PXUqdS9lW3NdaWYgcj51IHRoZW4gcT1vW3Rdcj11IGVuZCBlbmQ7cmV0dXJuIHEqbiBlbmQ7bG9jYWwgZnVuY3Rpb24gdih3LHgseSx6KWlmIG5vdCB4IHRoZW4geD0wIGVuZDtpZiBub3QgeSB0aGVuIHk9eCooYS5tZXRhbGNvc3QgYW5kIGEubWV0YWxjb3N0PjAgYW5kIGEuZW5lcmd5Y29zdC9hLm1ldGFsY29zdCBvciBmKWVuZDtpZiBub3QgeiB0aGVuIHo9eCooYS5tZXRhbGNvc3QgYW5kIGEubWV0YWxjb3N0PjAgYW5kIGEuYnVpbGR0aW1lL2EubWV0YWxjb3N0IG9yIGcpZW5kO2xvY2FsIEE9bChhLm1ldGFsY29zdCp3K3gsMTApbG9jYWwgQj1B
@roachhd
roachhd / README.md
Last active June 28, 2025 03:28
Basics of BrainFuck

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

BrainFuck Programming Tutorial by: Katie

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

INTRODUCTION