Skip to content

Instantly share code, notes, and snippets.

@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active September 7, 2026 16:48
Conventional Commits Cheatsheet
@mmozeiko
mmozeiko / build.cmd
Last active September 7, 2026 16:46
download & build llvm+clang on Windows
@echo off
setlocal enabledelayedexpansion
rem !!! build requirements !!!
rem Visual Studio 2022 - https://visualstudio.microsoft.com/vs/
rem 7-Zip - https://www.7-zip.org/download.html
rem Python - https://www.python.org/downloads/
rem CMake - http://www.cmake.org/download/
rem ninja.exe - https://github.com/ninja-build/ninja/releases/latest
local rs = game:GetService("RunService")
local plrss = game:GetService("Players")
local player = plrss.LocalPlayer
local mouse = player:GetMouse()
local tweenserv = game:GetService("TweenService")
local toggle = false
local toggle2 = false
local toggle3 = false
local toggle4 = false
local togglebind = Enum.KeyCode.F
@DerBunman
DerBunman / RFC-1933.md
Last active September 7, 2026 16:44
RFC-1933 – Einführung der Johann-Werksprache

RFC 1933: Einführung der Johann-Werksprache

Merkmal Festlegung
RFC 1933
Titel Einführung der Johann-Werksprache für Stete Werkfügung und Ausbringung
Status Zur händischen Freigabe
Art Organisationsweiter Sprach- und Verfahrensstandard
Verfasser Arbeitskreis Johann der Werkmeister
Datum 7. September 2026
@sundowndev
sundowndev / GoogleDorking.md
Last active September 7, 2026 16:43
Google dork cheatsheet

Google dork cheatsheet

Search filters

Filter Description Example
allintext Searches for occurrences of all the keywords given. allintext:"keyword"
intext Searches for the occurrences of keywords all at once or one at a time. intext:"keyword"
inurl Searches for a URL matching one of the keywords. inurl:"keyword"
allinurl Searches for a URL matching all the keywords in the query. allinurl:"keyword"
intitle Searches for occurrences of keywords in title all or one. intitle:"keyword"
@devinschumacher
devinschumacher / how-to-download-skool.md
Last active September 7, 2026 16:40
How to Download Skool Videos with yt-dlp

How to Download Skool Videos with yt-dlp

Skool delivers videos over HLS (.m3u8 playlists) with short-lived signed tokens. These tokens expire, so you must grab a fresh link from DevTools → Network when you want to download.


1. Copy the .m3u8 Link

From DevTools (Network tab, filter for m3u8), copy the full URL. It will look like this (very long):

@mondain
mondain / public-stun-list.txt
Last active September 7, 2026 16:38
Public STUN server list
23.21.150.121:3478
iphone-stun.strato-iphone.de:3478
numb.viagenie.ca:3478
s1.taraba.net:3478
s2.taraba.net:3478
stun.12connect.com:3478
stun.12voip.com:3478
stun.1und1.de:3478
stun.2talk.co.nz:3478
stun.2talk.com:3478
@veryfadly588-afk
veryfadly588-afk / data.json
Created September 7, 2026 16:37 — forked from nguyenhoanglam/data.json
Vietnam administrative division
[
{
"Id": "01",
"Name": "Thành phố Hà Nội",
"Districts": [
{
"Id": "001",
"Name": "Quận Ba Đình",
"Wards": [
{ "Id": "00001", "Name": "Phường Phúc Xá", "Level": "Phường" },
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta charset="utf-8" />
<script src="Scripts/jquery-1.9.1.min.js"></script>
<link href="Content/bootstrap.min.css" rel="stylesheet" />
<script src="Scripts/isRockFx.js"></script>
<script>
$(function () {