Skip to content

Instantly share code, notes, and snippets.

@Anarabdulaev
Anarabdulaev / windows-keys.md
Created September 1, 2026 03:39
Windows Product Keys

NOTE

These are NOT product / license keys that are valid for Windows activation.
These keys only select the edition of Windows to install during setup, but they do not activate or license the installation.

Index

@JamesHopbourn
JamesHopbourn / feishu.json
Last active September 1, 2026 05:39
含参数的 iOS URL Scheme 收集.md
{
"key_open_app_link_config": {
"hosts": {
"eu_ea": [
"applink.feishu.cn",
"applink.larksuite.com"
],
"eu_nc": [
"applink.feishu.cn",
"applink.larksuite.com"

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

@yanhua1010
yanhua1010 / CLAUDE.md
Created September 1, 2026 01:53
CLAUDE.md — 减少 LLM 常见编码错误的行为准则(含来源优先级梯子)

CLAUDE.md

用于减少 LLM 常见编码错误的行为准则。可与项目特定指令合并使用。

权衡说明: 这些准则倾向于谨慎而非速度。对于琐碎的任务,请自行判断。

1. 编码前思考

不要假设。不要隐藏困惑。呈现权衡。

Go Goroutine Patterns

A practical tour of the concurrency patterns you actually reach for in Go, each with a runnable example and a short note on when it fits.


1. WaitGroup: fan-out, wait for all

Launch N independent goroutines and block until every one has finished. Add before the

@yasser4406
yasser4406 / windows-keys.md
Created September 1, 2026 05:31 — forked from Anarabdulaev/windows-keys.md
Windows Product Keys

NOTE

These are NOT product / license keys that are valid for Windows activation.
These keys only select the edition of Windows to install during setup, but they do not activate or license the installation.

Index

@7h30th3r0n3
7h30th3r0n3 / CVE-2025-63292-Frebox-IMSI.md
Created November 14, 2025 16:37
CVE-2025-63292-Frebox-IMSI

CVE-2025-63292 – IMSI Exposure in FreeWifi_secure (EAP-SIM Identity Leakage)

1. Summary

  • CVE: CVE-2025-63292
  • CWE: CWE-200 – Exposure of Sensitive Information to an Unauthorized Actor
  • Impact: Subscriber IMSI (full NAI) disclosed in cleartext during EAP-SIM authentication.
  • Attack Vector: Passive Wi-Fi sniffing within range (~100 m). No interaction or privileges required.
  • Affected Component: FreeWifi_secure (EAP-SIM authentication).