- A Pen is worth a thousand docs.
- Be the developer your linter thinks you are.
- How do you comfort a JavaScript bug? You console it!
- How would you React if I said I love Vue?
- If a groundhog inspects their Web Component, do they see their Shadow DOM?
- If you get tired, be like an AJAX request and REST.
- If you want to
flex
your skills and go off thegrid
, try coding a layout withfloat
. - Keep friends close and formatters closer.
- Keep the
<main>
thing the<main>
thing. - Knock knock! Race condition. Who's there?
Instantly share code, notes, and snippets.
Discover gists
reb311ion
/ adopter.cpp
Last active
October 18, 2025 06:46
PoC for parent process ID spoofing (PPID).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <tchar.h>
#include <windows.h>
#include <iostream>
#include <string>
BOOL AdjustCurrentProcessToken(void)
{
HANDLE hToken;
TOKEN_PRIVILEGES sTP;
ergoz
/ gist:24037b72275ebab59efe320b65d5139f
Created
October 25, 2024 20:57
Free Windows Server 2022 Product Key
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Free Windows Server 2022 Standard Product Key
HP9DJ-NK2X6-4QPCH-8HY8H-6X2XY
RRNMT-FP29D-CHKCH-GWQP2-DDDVB
44QN4-X3R72-9X3VK-3DWD6-HFWDM
Free Windows Server 2022 Datacenter Product Key
WX4NM-KYWYW-QJJR4-XV3QB-6VM33
Download windows Sever 2022 Evaluation edition:
Windows Server 2022 Evaluation English
HatScripts
/ codepen_jokes.md
Last active
October 18, 2025 06:16
Programming jokes/one-liners found on CodePen
yovko
/ arch_linux_install_notes.md
Last active
October 18, 2025 05:56
Arch Linux installation (BTRFS+LUKS2+Limine)
LUKS2 encrypted BTRFS system partition with Limine/Snapper integration and hybernate to swapfile
igrep
/ translate-mdn-ja-nvim.vim
Last active
October 18, 2025 05:32
MDNの翻訳を始めるときに便利なNeovim向け関数群(Vimへの移植もそんなに難しくないはず)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" # 使用方法
" :call BeginTranslation()
" :call OpenJaPath()
"
" # 概要
"
" ## BeginTranslation
" MDNの翻訳に取りかかる際、現在開いている英語版のパスを日本語版のパスに変換して英語版をコピーし、開く
" その後Front-matterを編集し、title と slug 以外を削除し、l10n を追加することで、翻訳の準備を整える
"
thedroidgeek
/ nokia-router-cfg-tool.py
Last active
October 18, 2025 05:21
Nokia/Alcatel-Lucent router backup configuration tool
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3
#
# Nokia/Alcatel-Lucent router backup configuration tool
#
# Features:
# - Unpack/repack .cfg files generated from the backup and restore functionnality
# in order to modify the full router configuration
# - Decrypt/encrypt the passwords/secret values present in the configuration
rakibulinux
/ FreeRADIUS-daloRADIUS.sh
Last active
October 18, 2025 05:20
How to Install FreeRADIUS and daloRADIUS on Ubuntu 20.04 LTS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh
sudo apt-get update -y
sudo apt-get upgrade -y
#Install Apache
sudo apt-get install apache2
#Install PHP
sudo apt-get install php libapache2-mod-php php-gd php-common php-mail php-mail-mime php-mysql php-pear php-db php-mbstring php-xml php-curl
marfillaster
/ router.cfg
Last active
October 18, 2025 05:15
MikroTik RouterOS v7 dual DHCP WAN recursive failover w/ PCC load-balancing; and recursive ECMP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# feb/11/2022 11:00:55 by RouterOS 7.2rc3
# software id = 9QK9-C798
#
# model = RB5009UG+S+
# serial number = XXXXXXXXXX
/ip settings set allow-fast-path=no
/interface bridge add admin-mac=FF:FF:FF:FF:FF:FF auto-mac=no name=bridge
matheusgr
/ ai_prompt.txt
Created
January 30, 2025 14:29
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
You are a software engineer with experience creating code using TypeScript, Preact, TailwindCSS, and Deco.
### Context
- Deco is a CMS for building websites.
- Deco uses a component-based approach to building websites.
- Components are also called "Sections" in Deco.cx.
NewerOlder