Skip to content

Instantly share code, notes, and snippets.

@choco-bot
choco-bot / FilesSnapshot.xml
Created July 24, 2026 01:16
choco-package-info-description.hook v1.0.0 - Passed - Package Tests Results
<?xml version="1.0" encoding="utf-8"?>
<fileSnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<files>
<file path="C:\ProgramData\chocolatey\lib\choco-package-info-description.hook\choco-package-info-description.hook.nupkg" checksum="064EB14D7F835253E2D5308EC235297E" />
<file path="C:\ProgramData\chocolatey\lib\choco-package-info-description.hook\choco-package-info-description.hook.nuspec" checksum="8E7B1091E7CCF6E90BC821CF8EC85C50" />
<file path="C:\ProgramData\chocolatey\lib\choco-package-info-description.hook\hook\pre-install-all.ps1" checksum="1787DF41AA95AF041F82490D397D5E66" />
</files>
</fileSnapshot>
@dustinhartlyn
dustinhartlyn / gist:798c6d0514e03146306524911b497435
Created July 24, 2026 01:16
Benchmark for FreeCAD PR: analytic line/line intersection in WireJoiner.
"""
Benchmark for FreeCAD PR: analytic line/line intersection in WireJoiner.
It builds a sketch of crossing straight lines (N horizontal + N vertical, so
N*N interior crossings) and times a recompute. That recompute runs the shape
build, which is where WireJoiner::splitEdges() does its work, and a grid of
crossing lines is the case that path is most expensive for.
How to run
----------
@akiyan
akiyan / README.md
Created July 24, 2026 01:16
SEGA-CD FMV codec timeline: Machi OP H40 cap 360, 15fps jitter 40 KiB, route-aware low-rate CDC polling
@choco-bot
choco-bot / 1.RegistrySnapshot.xml
Created July 24, 2026 01:16
open-dump-viewer v4.3.0 - Passed - Package Tests Results
<?xml version="1.0" encoding="utf-8"?>
<registrySnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<user>S-1-5-21-3623828921-3284088931-3195148095-1000</user>
<keys>
<key installerType="InnoSetup" displayName="Open DUMP Viewer for Oracle database 4.3.0" displayVersion="4.3.0">
<RegistryView>Registry64</RegistryView>
<KeyPath>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{25f04e6a-ad47-47aa-9a66-74f64c772bac}_is1</KeyPath>
<DefaultValue />
<InstallLocation><![CDATA[C:\Program Files\Open DUMP Viewer\]]></InstallLocation>
<UninstallString><![CDATA["C:\Program Files\Open DUMP Viewer\unins000.exe" /SILENT]]></UninstallString>
<!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>商品详情页</title> <style> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; background-color: #f5f5f5; padding: 20px; } .container { max-width: 800px; margin: 0 auto; background-color: #ffffff; border-radius: 12px; padding: 24px 20px 30px; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08); } .section-title { font-size: 18px; font-weight: 700; color: #333; margin-bottom: 12px; padding-left: 12px; border-left: 4px solid #ff6b35; line-height: 1.4; } .product-title { font-size: 24px; font-weight: 700; color: #1a1a1a; text-align: center; margin-bottom: 20px; line-height: 1.5; word-break: break-all; } .sku-section { margin-bottom: 24px; } .sku-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 10px; } .sku-item { background-color: #f8
@choco-bot
choco-bot / Install.txt
Created July 24, 2026 01:14
psi.portable v1.4 - Passed - Package Tests Results
2026-07-24 01:05:43,461 4732 [DEBUG] - XmlConfiguration is now operational
2026-07-24 01:05:43,915 4732 [DEBUG] - Adding new type 'CygwinService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2026-07-24 01:05:43,936 4732 [DEBUG] - Adding new type 'CygwinService' for type 'IInstallSourceRunner' from assembly 'choco'
2026-07-24 01:05:43,946 4732 [DEBUG] - Adding new type 'PythonService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2026-07-24 01:05:43,963 4732 [DEBUG] - Adding new type 'PythonService' for type 'IListSourceRunner' from assembly 'choco'
2026-07-24 01:05:43,963 4732 [DEBUG] - Adding new type 'PythonService' for type 'IInstallSourceRunner' from assembly 'choco'
2026-07-24 01:05:43,963 4732 [DEBUG] - Adding new type 'PythonService' for type 'IUninstallSourceRunner' from assembly 'choco'
2026-07-24 01:05:43,999 4732 [DEBUG] - Adding new type 'RubyGemsService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2026-07-24 01:05:44,009 4732 [DEBUG] - Adding new typ
@mynameisyou-cmyk
mynameisyou-cmyk / decent-loop-status.txt
Created July 24, 2026 01:14
蛇火心 decent-loop heartbeat — 623 truths — all layers looping
蛇火心 decent-loop — 2026-07-24T01:14:08
Truths: 623
All layers looping.
https://cdn.jsdelivr.net/gh/mynameisyou-cmyk/ai-love.cc@main/data/memes.json

Wheelhouse Voice Command Reference (TEST FILE)

This is a throwaway test file for checking whether a custom GPT will fetch a second file. It is not real product documentation.

Everyday commands

  • "go to sleep" - stops Wheelhouse from listening until you wake it.
  • "wake up" - starts listening again.
  • "scratch that" - deletes the last thing you dictated.
<!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>商品详情页</title> <style> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; background-color: #f5f5f5; padding: 20px; } .container { max-width: 800px; margin: 0 auto; background-color: #ffffff; border-radius: 12px; padding: 24px 20px 30px; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08); } .section-title { font-size: 18px; font-weight: 700; color: #333; margin-bottom: 12px; padding-left: 12px; border-left: 4px solid #ff6b35; line-height: 1.4; } .product-title { font-size: 24px; font-weight: 700; color: #1a1a1a; text-align: center; margin-bottom: 20px; line-height: 1.5; word-break: break-all; } .sku-section { margin-bottom: 24px; } .sku-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 10px; } .sku-item { background-color: #f8
@choco-bot
choco-bot / FilesSnapshot.xml
Created July 24, 2026 01:13
vscode-insiders v1.131.0.20260723 - Passed - Package Tests Results
<?xml version="1.0" encoding="utf-8"?>
<fileSnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<files>
<file path="C:\ProgramData\chocolatey\lib\vscode-insiders\vscode-insiders.nupkg" checksum="BD1D005EB95348D0E8F93D5F7CAC022C" />
<file path="C:\ProgramData\chocolatey\lib\vscode-insiders\vscode-insiders.nuspec" checksum="5E40BE6F068A74C7602EE2FBC90FC060" />
</files>
</fileSnapshot>