Skip to content

Instantly share code, notes, and snippets.

View chriswingler's full-sized avatar
🎯
Focusing

Chris Wingler chriswingler

🎯
Focusing
View GitHub Profile
@chriswingler
chriswingler / octreemcp-update.json
Created March 8, 2026 01:45
OctreeMCP plugin update manifest
{
"plugin": "OctreeMCP",
"latest_version": "1.0.0",
"min_engine_version": "5.7",
"download_url": "https://octree.gumroad.com/l/octreemcp",
"sha256": "",
"release_notes": "Initial release with CodeMode, 966 tools, and full editor integration.",
"release_date": "2026-03-07",
"python_only": false,
"size_bytes": 0
@chriswingler
chriswingler / zoom-transcript-extractor-with-instructions.js
Last active June 23, 2025 00:49
Browser console script to extract complete Zoom cloud recording transcript
/*
* Zoom Cloud Recording Transcript Extractor
*
* HOW TO USE:
* 1. Go to your Zoom cloud recording page
* 2. Click on "Audio Transcript" tab to view the transcript
* 3. Open browser developer tools (F12 or right-click -> Inspect)
* 4. Go to the "Console" tab
* 5. Paste this entire script and press Enter
* 6. The script will automatically scroll through the entire transcript
Error PackagingResults [AssetLog] C:\Users\chris\DEV\WILDLAND-new - Copy\Content\DecalDesigner\Examples\BluePrints\GraphUtility\BP_GraphCopySettings.uasset: [Compiler] In use pin <Unnamed> no longer exists on node Async Rendering . Please refresh node or break links to remove pin. from Source: /Game/DecalDesigner/Examples/BluePrints/GraphUtility/BP_GraphCopySettings.BP_GraphCopySettings
Error PackagingResults [AssetLog] C:\Users\chris\DEV\WILDLAND-new - Copy\Content\DecalDesigner\Examples\BluePrints\GraphUtility\BP_GraphCopySettings.uasset: [Compiler] In use pin <Unnamed> no longer exists on node Async Rendering . Please refresh node or break links to remove pin. from Source: /Game/DecalDesigner/Examples/BluePrints/GraphUtility/BP_GraphCopySettings.BP_GraphCopySettings
Error PackagingResults [AssetLog] C:\Users\chris\DEV\WILDLAND-new - Copy\Content\DecalDesigner\Examples\BluePrints\GraphUtility\BP_GraphCopySettings.uasset: [Compiler] In use pin Instances
@chriswingler
chriswingler / index.html
Created July 16, 2018 02:52
Personal Portfolio
<nav id="navbar">
<a id="welcome-button" href="#welcome-section">Welcome</a>
<a id="projects-button" href="#projects">Projects</a>
<a id="contact-button" href="#social">Contact</a>
</nav>
<section id="welcome-section">