Developer tools & libraries
Fancy Index
A drop-in dark-themed directory listing for nginx autoindex.
Pure HTML/CSS/JS injected via ngx_http_addition_module — no server-side scripts. Turns nginx's bare autoindex into a dark-themed file browser with badges, inline previews (Markdown, syntax-highlighted code, hex, PE/EFI headers), an audio player with ID3, image gallery, zip download, git-repo awareness and keyboard navigation.
Specifications
- Single drop-in template pair — no PHP / node / anything server-side
- File-type badges (EFI, iPXE, kPXE, LKRN, image, audio, …)
- Audio player with ID3 (title, artist, album, artwork) reading ≤256 KB
- Image gallery w/ prev/next, zoom, auto-gallery on image-only folders
- Inline preview: Markdown, highlight.js (40+ languages), hex, PE/EFI headers
- .git/HEAD + log parser — recognises repos and shows last 5 commits
- Multi-select ZIP download via JSZip · keyboard nav (↑ ↓ Space Esc ← →)
More from Developer tools & libraries
-
logicanalyzer-mcpAn MCP server that lets an LLM drive a logic analyzer.
A Go-based logic analyzer tool with a DSLogic-first hardware abstraction layer, native UART/SPI/I2C/CAN/1-Wire decoders, a JS decoder runtime via goja, and an MCP server that exposes 18 tools so an LLM can capture, decode, search and assert digital signals from inside a chat.
-
dsplab projectsDSPLab Projects and Modules
DSPLab Projects and Modules
-
webcomponent serialterminalJavaScript project.
An open-source JavaScript project by DatanoiseTV.
-
Vult LSPLanguage server + VSCode extension for the Vult DSP language.
A full LSP for Vult — diagnostics from the actual compiler engine, cross-file go-to-definition, hover types, signature help, workspace-wide rename, find-references, document symbols and a tidy formatter.
-
abletonlink-goGo bindings for Ableton Link with Link Audio support.
Complete Go API coverage of Ableton Link, plus support for Link Audio multi-channel network audio streaming. Static linking, thread-safe, with separate audio/application thread contexts and callbacks for tempo, peer count and transport state.
-
TinyUSB ToolWebUSB descriptor sniffer + TinyUSB config generator.
A WebUSB-based browser tool that scans connected USB devices, parses their descriptors and generates ready-to-paste TinyUSB descriptor and config files. Toggle between Device mode (TUD callbacks) and Host mode (TUH handlers) with device-specific stubs for HID, CDC, MSC and MIDI.