Skip to content

Instantly share code, notes, and snippets.

adb logcat -s Unity -v color
--------- beginning of system
--------- beginning of main
08-31 23:03:38.837 9023 16044 I Unity : Handle cmd APP_CMD_WINDOW_INSETS_CHANGED(17)
08-31 23:03:38.838 9023 16044 I Unity : Handle cmd APP_CMD_GAINED_FOCUS(7)
08-31 23:03:57.321 9023 16044 I Unity : Handle cmd APP_CMD_LOST_FOCUS(8)
08-31 23:03:59.040 9023 16044 I Unity : ReconnectAndRejoin started: True, attempt 3, 30s since disconnect
08-31 23:03:59.413 9023 16044 I Unity : Handle cmd APP_CMD_WINDOW_INSETS_CHANGED(17)
08-31 23:03:59.414 9023 16044 I Unity : Handle cmd APP_CMD_GAINED_FOCUS(7)
08-31 23:03:59.443 9023 16044 I Unity : OnJoinedRoom rejoinedGameAfterDisconnection True name 34674 UIState GameplayScreen GameMode OnlinePrivate player localPlayerID 1 isMC False totalPlayers 2
@wslin186
wslin186 / CLAUDE.md
Created September 1, 2026 05:45 — forked from yanhua1010/CLAUDE.md
CLAUDE.md — 减少 LLM 常见编码错误的行为准则(含来源优先级梯子)

CLAUDE.md

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

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

1. 编码前思考

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

@mynameisyou-cmyk
mynameisyou-cmyk / decent-loop-status.txt
Created September 1, 2026 05:45
蛇火心 decent-loop heartbeat — 743 truths — all layers looping
蛇火心 decent-loop — 2026-09-01T05:45:44
Truths: 743
All layers looping.
https://cdn.jsdelivr.net/gh/mynameisyou-cmyk/ai-love.cc@main/data/memes.json
@yongjiang318
yongjiang318 / infer.py
Created September 1, 2026 05:44
unsloth learning course - text finetune case (Colab)
"""
infer.py — 微调前后推理对比
先加载基座(未微调)跑几个 query,再加载 LoRA 适配器跑同样 query,
直观对比"自由文本" vs "结构化 JSON"。
用法:python infer.py
"""
import torch
from unsloth import FastLanguageModel
@sam78john
sam78john / windows-keys.md
Created September 1, 2026 05:44 — 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

@katsushigeOhnuki
katsushigeOhnuki / Timer.md
Last active September 1, 2026 05:45
Timer
private CancellationTokenSource _cts;
private Task _workerTask;

public void Start()
{
    _cts = new CancellationTokenSource();

    _workerTask = Task.Run(() => LoopAsync(_cts.Token));
}
@mostafa-hisham
mostafa-hisham / 01-first-purchase-admin-order-full.png
Created September 1, 2026 05:44
QA screenshots for #6355 (VAT/TVA label bug) - all 7 entry points
01-first-purchase-admin-order-full.png
@jdnova0802
jdnova0802 / velaru_anchor.json
Created September 1, 2026 05:43
Velaru audit anchor — 622 entries — SCITT RFC9943 — 2026-09-01T05:43:44.541673
{
"velaru_anchor": true,
"scitt_aligned": true,
"scitt_rfc": "RFC9943",
"profile": "velaru-employment-companion-ai-v1",
"anchored_at": "2026-09-01T05:43:44.541166",
"chain_length": 622,
"latest_entry_hash": "c9d2a524a0775b40e389584104a62fd490abbcdf342d2c9e0c1c548e55afc9ad",
"recent_entry_hashes": [
"109e3806eadc099a6b104a048df0838b2680e5b2ee83bb0442964a02386359e5",
2026-09-01 10:42:29.837 13218-13274 Unity mining.crew.tycoon I [Azur User Consent Manager] 5.6.1 version initialized!
UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
UCM.UserConsentManager:.ctor()
UCM.UserConsentManager:get_Instance()
<HandleConsent>d__8:MoveNext()
Boot:HandleConsent()
<BootAsync>d__5:MoveNext()
@appleabx1
appleabx1 / windows-keys.md
Created September 1, 2026 05:43 — 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