Skip to content

Instantly share code, notes, and snippets.

@DJStompZone
DJStompZone / settings.json
Last active August 28, 2025 02:06
Windows Terminal Settings
{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions": [
{
"command": {
"action": "copy",
"singleLine": false
},
"id": "User.copy.644BA8F2"
@DJStompZone
DJStompZone / sneksynth.py
Last active August 24, 2025 03:16
SnekSynth
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
SnekSynth
A seemingly simple, self-sufficient serpentine sonic synthesizer script.
Voicing:
• Bass: sine oscillator with a slightly longer ADSR
• Stabs: detuned, band-limited saw pair with a snappier ADSR
@DJStompZone
DJStompZone / README.md
Last active August 18, 2025 18:20
Moose Panel API Surfaces
flowchart TD

    subgraph CLIENT[Client]

      A["POHJC\n(Plain Old HTML/JS/CSS)"]

      AJS["navigator.credentials\n(WebAuthn / Passkeys)"]

      A --> AJS
@DJStompZone
DJStompZone / stompnet_wtf.py
Created August 15, 2025 08:38
Cursed Animation
W,T,F,N,I,D,D,A=[b'eJzFWF1zojAU/UH7gh3HwYd9oGBp+BAttIpvLd1iQMGttZT++g1KIQlJDLYz+3CmJSQnNycnl1x1aMBNHkhiHgPPXqxloWvxcPc4kQXQjXYeNBZg49t3cnHqB3uRohjSP/JIvP8zJmnXOke4q+FSzzJw8XVD9Dc+h9O8GgVQ8wH6HfDk+aHXXW/iYWvGdWD0lebXXuFmh/yxu0V7XzTeaWF03+MxMft9cv4v8H1yef83c+PzEHEmcuftR+InYm5jpPcF0110rpm6y0IQ/1n9qDFkf87a5eOygcx5wdfPjZuxX1Q/eszxbPH7dM4hC0DLCd9LxdXTRzJraYDikcz9oE+c0v68cG0VLvp+yOgu7cdv637WL41vsLMW4zrlsqDHts8E/wk27dMObtS3p9LdWnAXh6aWza7mo9nWipalYEy1Z5DHN353Siu2ygg9R5mjF/FqMjC9+8E0QPDN8YuA12a1O1t1C458dZupwWBhgaDmrAGeyiGbl6EB4oQAahne9rwdp4GfpxZckdyBepDToMgY/RDn6v3par5/gc+xrYcJUL6415GEBu9MTSZfHEoSJmoSbsew5qza3c4YSgOLsX8zhdCzwbRq9+98O12/CjUw1NSheY0dk7OCoxxjVUN9R8eLaXCtstb/MmFzVgjTAbAq/97M93wN7gD4pH1xHdupgBdOxxVvaKhcDZaVx3W360EI/gIYIc/lSYfbP3nb8bkanPotLP7Zuf0gOR8ab4+4GkzWTX/fVNm85jXOe9++G3I1wH10z4vX2LS8S6X1NVcD7a3lVdicyCu4BrPyI635yHNJnoVR4yWfw4tp8KBrh2BZHPOBR3mdygeHY8572HNirbCq580zlNMylq6gmw9GFe+jID+H1Xp8F+LadfoxcqKVDsb8WBEv+Xyg9oqlQT0uZOZPBnj9mN8FtC+/HLZmZJw8rYTfxmHM/wYOu3qe0QBDFurKm7NR9ytznoByWkSGgvJCJBpz0qB756zr9a82o
@DJStompZone
DJStompZone / Update-PSReadLine.ps1
Created July 28, 2025 07:56
Update PSReadLine
<#
.SYNOPSIS
Updates PSReadLine module cleanly.
.DESCRIPTION
Uninstalls older conflicting versions of PSReadLine and installs the latest version
from the PowerShell Gallery. Ensures the latest version is imported.
.NOTES
Author: Dylan Magar <[email protected]>
License: MIT
GitHub: https://github.com/djstompzone/placeholder
@DJStompZone
DJStompZone / SneakySignatureFlex.gh.md
Created July 24, 2025 06:09
Sneaky Signature Flex

feat: Enable crossOriginIsolated mode for multithreaded WASM support

  • Uncommented COOP and COEP headers in main location block
  • Added Cross-Origin-Resource-Policy for .onnx and .wasm
  • Required for SharedArrayBuffer support and multithreading in onnxruntime-web

Related Issues

Fixes #34 Closes #34

@DJStompZone
DJStompZone / ai-art-machine.ipynb
Last active July 23, 2025 21:02
AI Art Machine
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@DJStompZone
DJStompZone / README.md
Created July 21, 2025 12:11
Work Schedule Ad Infinitum
graph TD
    A[Can I work Wednesday?] -->|Yes| B[See you Wednesday!]
    A -->|No| C[Can I work Monday?]
    C -->|Yes| D[See you Monday!]
    C -->|No| E[See you next week!]
@DJStompZone
DJStompZone / HexTunnel.glsl
Created July 14, 2025 05:51
Hexagon Dive Shader
#ifdef GL_ES
precision mediump float;
#endif
uniform float time;
uniform vec2 resolution;
uniform float u_value;
uniform float u_value2;
uniform float u_value3;
uniform float u_value4;
@DJStompZone
DJStompZone / network.svg
Created June 29, 2025 03:01
Relay Network
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.