Skip to content

Instantly share code, notes, and snippets.

@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active August 16, 2026 08:01
Complete Recent Discord Quest

Caution

As of April 7th 2026, Discord has expressed their intent to crack down on automating quest completion.

Some users have received the following system message:

image

There isn't much I can do to make the script undetected, so use it at your own risk, as you most likely WILL get flagged by doing so.

Complete Recent Discord Quest

@sundowndev
sundowndev / GoogleDorking.md
Last active August 16, 2026 08:01
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"
@aarondfrancis
aarondfrancis / audit-your-codebase.md
Created August 14, 2026 15:20
A read-only, agent-orchestrated codebase audit prompt for data structures, state modeling, algorithms, and ownership.

Audit this entire codebase for materially useful simplifications in its data structures, state representation, control flow, algorithms, and ownership.

This is an audit-only exercise. Do not edit files, run tests, implement recommendations, commit, or push. Read-only inspection commands are allowed.

You are the coordinator. Continue until the complete codebase has been reviewed and the final audit is validated.

  1. Establish the coverage contract

Inspect the repository and inventory every identifiable subsystem.

@loggedbytucker-blip
loggedbytucker-blip / pi-commands.md
Last active August 16, 2026 07:55
Raspberry Pi 5 media server — Immich + Jellyfin + Tailscale

Raspberry Pi 5 Media Server — Commands

Immich (photos) + Jellyfin (movies/TV) + Tailscale (access from anywhere). Commands only, in the order they're run in the video.

Tested August 2026 on:

Hardware Raspberry Pi 5, 8GB — CanaKit Starter Kit PRO
@bczhc
bczhc / a.md
Last active August 16, 2026 07:54
找到了Linux QQ NT聊天记录数据库密钥

自QQ用了新内核“NT”架构,原有的数据库解密方法也用不了了。查看新版QQ的文件结构可以发现它的新数据库文件:$HOME/.config/QQ/nt_qq_<ID>/nt_db/nt_msg.db

我尝试在GitHub上全网搜索“nt_msg.db”,发现仅有两个相关的页面:

逆向不会搞。但得到了两个很有用的信息:key的长度为16,和密钥派生函数迭代次数为4000。并且看那上面有个打开SQLCipher的截图,密钥是直接输进去的,那就应都是可打印字符。我使用内存转储,把转储文件通过strings命令过滤出字符串,然后再筛选出16长度的行,这样就可以一个一个去试了。

这是试密码的程序:

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:

@king0947
king0947 / podcastformatting.md
Last active August 16, 2026 07:59
Podcast Channel Description & Episode Show Notes Formatting & Rendering Guide

Podcast Show Description & Episode Show Notes Formatting & Rendering Guide

Updated: 2026-08-15

This guide will give you the knowledge you need to make the formatting of your podcast show descriptions and episode show notes render consistently the same across the majority of podcast apps and platforms.

First, we discuss some observed behaviors of the XML parsers that are used within the podcast industry to ingest and process podcast RSS feeds.

We derive some best practices from the observed behaviors, and extend those best practices into guidelines that produce copy-exact podcast show description and episode show notes formatting.

@mculp
mculp / cc-settings-json-full.md
Last active August 16, 2026 07:49
Claude Code - Complete settings.json Reference (Updated April 13, 2026 - v2.1.104)

Claude Code — Complete settings.json Reference

Compiled from: plugin refs (claude-code-internals v2.5.0), the CC binary bundle (v2.1.105), local settings.json files on this machine, and the official docs at code.claude.com/docs/en/settings. ~125+ keys total.

Attribution & Output

Key Type Description
attribution.commit string Git commit trailer (e.g., "Co-Authored-By: Claude…"). Empty string disables
attribution.pr string PR description attribution. Empty string disables
includeCoAuthoredBy bool Deprecated — use attribution.commit
@hl2guide
hl2guide / Search_Everything_Cheatsheet.md
Last active August 16, 2026 07:46
Search Everything Cheatsheet

Search Everything Cheatsheet 📒

Search Everything is a fast, powerful, and effective search tool for Windows.

This cheatsheet acts as a quick start reference to get more out of Search Everything.

It compliments the official documentation.

Searching 🔍