Skip to content

Instantly share code, notes, and snippets.

@BumgeunSong
BumgeunSong / SKILL.md
Last active March 16, 2026 08:05
crig-concept-learning
name description
crig-concept-learning
Helps build deep understanding of any concept by scaffolding its structure (rigging) and crystallizing it into a seed sentence. Use when learning something new, feeling stuck while understanding a concept, or wanting to truly own an idea. Triggered by phrases like "이해하고 싶어", "그려지지 않아", "왜 필요해?", "내 것으로 만들고 싶어", "정리해봐", "핵심이 뭐야?".

Crig (Crystal Rigging)

씨앗: Crig은 개념의 골격을 세워 머릿속에서 돌릴 수 있게 하고, 그것을 다시 씨앗으로 굳히는 것이다.

초기 진입 프로토콜

@yazanzaid00
yazanzaid00 / ShortKit.md
Last active March 16, 2026 08:03
Run macOS Shortcuts Links Silently in the Background

ShortKit: Headless Shortcuts Launcher for macOS

Tired of shortcuts:// links opening the Shortcuts GUI app every time? ShortKit is a lightweight AppleScript application that registers its own custom shortkit:// URL scheme, allowing you to silently trigger Shortcuts in the background—no GUI.


Installation

1. Create the AppleScript

@l1kus-freedom
l1kus-freedom / !instruction.txt
Last active March 16, 2026 07:57
Инструкция по обходу блокировок\на случай интернет-шатдауна в РФ.
Сохраните себе данную инструкцию (Download ZIP) и распространите.
В РФ постепенно усиляется цензура и блокируются различные интернет-ресурсы. Нельзя исключать тот факт, что в один момент могут войти в постоянную практику локальные шатдауны и ограничению доступа во внешний Интернет.
В этой инструкции будут рекомендации по обходу блокировок на момент 05.09.2025, а также рекомендации на случай интернет-изоляции в РФ. Желательно предварительно установить и настроить весь софт — во время шатдауна у вас не будет такой возможности.
Для начала, рекомендую установить на ПК браузер Firefox или любой другой браузер с интерфейсом настройки прокси.
========================================================================================================================================
ОБХОД БЛОКИРОВОК
* Обход блокировок по DPI (Windows)
github.com/ValdikSS/GoodbyeDPI - не обновляется, плохо обходит блокировки без настройки, однако, может работать в некоторых случаях;
github.com/bol-van/zapret-win-bundle - оригинальный гит
@void285
void285 / pan.baidu.com.errno.js
Last active March 16, 2026 07:54
百度网盘错误代码汇总,从页面js中整理,简单归类,可能不全
// 文件类型-category
{1:"全部视频",2:"全部音乐",3:"全部图片",4:"全部文档",6:"其它文件",7:"全部种子"}
{1:"video",2:"audio",3:"image",4:"doc",5:"app",6:"other",7:"bt",100:"visio",101:"ppt",102:"pdf",103:"txt",104:"word",105:"excel",106:"ipa",107:"apk",108:"zip"}
// 昵称
{101:"昵称已被他人占用",102:"昵称含敏感词, 请修改后再试",103:"昵称仅支持中/英文、数字及符号-和_"}
{0:"昵称最长为12个字",1:"请输入至少一个字或两个字符",2:"仅支持中/英文、数字及符号-和_"}
// 文件分享
{0:"成功","-1":"由于您分享了违反相关法律法规的文件,分享功能已被禁用,之前分享出去的文件不受影响。","-2":"用户不存在,请刷新页面后重试","-3":"文件不存在,请刷新页面后重试","-4":"登录信息有误,请重新登录试试","-5":"host_key和user_key无效","-6":"请重新登录","-7":"该分享已删除或已取消","-8":"该分享已经过期","-9":"访问密码错误","-10":"分享外链已经达到最大上限100000条,不能再次分享","-11":"验证cookie无效","-14":"对不起,短信分享每天限制20条,你今天已经分享完,请明天再来分享吧!","-15":"对不起,邮件分享每天限制20封,你今天已经分享完,请明天再来分享吧!","-16":"对不起,该文件已经限制分享!","-17":"文件分享超过限制","-30":"文件已存在","-31":"文件保存失败","-33":"一次支持操作999个,减点试试吧","-32":x,"-70":"你分享的文件中包含病毒或疑似病毒,为了你和他人的数据安全,换个文件分享吧",2:"参数错误",3:"未登录或帐号无效",4:"存储好像出问题了,请稍候再试",108:"文件名有敏感词,优化一下吧",110:"分享次数超出限制,可以到“我的分享”中查看已分享的文件链接",114:"当前任务不存在,保存失败",115:"该文件禁止分享",112:'页面已过期,请<a href="javascript:
@adamawolf
adamawolf / Apple_mobile_device_types.txt
Last active March 16, 2026 07:54
List of Apple's mobile device codes types a.k.a. machine ids (e.g. `iPhone1,1`, `Watch1,1`, etc.) and their matching product names
i386 : iPhone Simulator
x86_64 : iPhone Simulator
arm64 : iPhone Simulator
iPhone1,1 : iPhone
iPhone1,2 : iPhone 3G
iPhone2,1 : iPhone 3GS
iPhone3,1 : iPhone 4
iPhone3,2 : iPhone 4 GSM Rev A
iPhone3,3 : iPhone 4 CDMA
iPhone4,1 : iPhone 4S

P2P Ridehailing App — Claude Code Instructions

You are building a fully decentralized peer-to-peer ridehailing mobile app. Zero centralized servers. The entire system runs on user devices and the Solana blockchain.

Core Flow

  1. A rider opens the app, sets a destination, and the app calculates a fare client-side using Haversine distance.
  2. The rider posts a ride request on-chain containing a blinded zone ID (ZK proof of zone membership), the offered fare, and escrowed SOL.
  3. Nearby drivers discover the request via libp2p GossipSub and on-chain queries.
  4. Drivers submit offers on-chain — they can accept the rider's fare or counter-offer (capped at 2x the rider's price).
@smallnest
smallnest / multi-agent-config-instruction.md
Created March 3, 2026 03:33 — forked from 1va7/multi-agent-config-instruction.md
OpenClaw 多 Agent 架构配置指南 - 把这份文档发给你的 OpenClaw,它会引导你选择最适合的多 Agent 架构配置

OpenClaw 多 Agent 架构配置指南

把这份指南发给你的 OpenClaw,它会引导你选择最适合的多 Agent 架构。


使用说明

当用户把这份文档发给你时,请按照以下流程引导他们选择合适的多 Agent 架构配置。

@emschwartz
emschwartz / README.md
Last active March 16, 2026 07:45
The Most Popular Blogs of Hacker News in 2025

This is an OPML version of the HN Popularity Contest results for 2025, for importing into RSS feed readers.

Plug: if you want to find content related to your interests from thousands of obscure blogs and noisy sources like HN Newest, check out Scour. It's a free, personalized content feed I work on where you define your interests in your own words and it ranks content based on how closely related it is to those topics.

@paul-vd
paul-vd / readme.md
Last active March 16, 2026 07:43
GPU Passthrough Fedora
@ngs
ngs / table.mkdn
Created May 24, 2012 16:04
Unicode character table

A

Description Entity Preview
A With Acute, Latin Capital Letter &#x00C1; Á
A With Acute, Latin Small Letter &#x00E1; á
A With Breve, Latin Small Letter &#x0103; ă
A With Caron, Latin Small Letter &#x01CE; ǎ
A With Circumflex, Latin Capital Letter &#x00C2; Â
A With Circumflex, Latin Small Letter &#x00E2; â