Was du hier erwarten (und nicht erwarten) solltest
- ✓ Ja: Lose, fokussierte Beispiele, die zum Nachbauen anregen.
- ✓ Ja: KI-Prompts, die typische Arbeiten beschleunigen (Code-Skeletons, Tests, Docs).
- — Kein vollumfänglicher Leitfaden oder komplette Framework-Doku.
- — Keine Garantie auf Produktionsreife – es sind Proof-of-Concepts.
XDPYHARBOUR – Python meets Harbour
NEWXDPYHARBOUR is a bridge between Harbour and Python. Run Python code directly from Harbour – and call Harbour code from Python – with tools for safe virtual environments.
- Execute Python code from Harbour (and vice versa)
- Create, list and remove virtual envs from your code
- Install/uninstall packages without touching system Python
HTTP Requests in PHP — Guide (EN)
DOC
A pragmatic, cURL-free approach using file_get_contents() + stream_context,
with Harbour/FiveWin parallels and a low-level socket walkthrough.
- Drop-in snippet (POST JSON to localhost)
- Status handling via
$http_response_header - Harbour/FiveWin mental model
HIX – One-Click Harbour Web Server
NEWSHIX is a ready-to-run web server as a single executable — bundled with the full UT library and a Harbour backend. Download, launch, deploy your website or web app. Done.
- Single-file server: console run, simple configuration
- Routes, SSL, firewall, user access, error pages
- Perfect for classic, robust web forms & admin tools
Welcome aboard – the mini-forum is live!
We’re just getting started, but I’m opening the doors today. Why? Because “learning by doing” beats any closed beta.
Post your questions, suggestions, or wildest Cloudflare ideas right here — I’ll collect, prioritize, and ship them (almost) live.
Already working
- Register & login
- Create / reply / edit / delete threads
- Image upload (JPEG/PNG/GIF/WebP, 5 MB)
- HTML filter + auto-resize via Cloudflare
- Turnstile CAPTCHA (spam ≈ 0)
- Worker-based rate limit (10 req/min)
Next days
- Full-text search (file-based, no DB)
- “Unread” markers per user
- Admin panel (delete others’ posts, ban)
- JSON/TXT export for RAG tests
After that (roadmap thread to follow)
- Cloudflare D1 edge search
- Image resize via Worker + WebP
Universal JSON Reader (PHP)
Render any JSON as tables with CSV export. Includes robust loader (BOM/0x1A) and optional root path filtering.
- Table view + CSV
root=dot-path- UTF-8 BOM / ^Z safe
FiveWin JSON Reader
Flatten JSON into PATH/TYPE/VALUE rows and view with XBROWSER. Includes a tolerant loader (BOM/^Z).
- XBROWSER table view
- BOM /^Z tolerant
- Copy-ready source
DBF/xBase – News (Top-5)
Tägliche kompakte Meldungen zu Tools, Libraries, Best Practices und Diskussionen. Neueste Einträge immer oben.
News öffnenForen-Radar: Harbour & Clipper-Derivate
Relevante Fragen und Threads aus verschiedenen Foren (Harbour, FiveWin, Xbase++, Clipper) – übersichtlich zusammengefasst.
Übersicht öffnenxBasePHP • PRG → Web
NEW
Drop a .prg, get a runnable PHP/JS/CSS scaffold in seconds.
Early-stage translator for Clipper/Harbour commands to PHP—great for quick POCs.
- Generates PHP + JS + AJAX structure
- Minimal command coverage (prototype)
- Copy-and-paste deployable
Harbour • KI-POCs
Mini-Experimente: DBF-Pipelines, schnelle Bridges (CGI/FCGI), kleine Services – ergänzt durch KI-Prompts/Workflows im Harbour-Stil.
Harbour SnippetsFiveWin • HTML/JS/PHP
UI-Skizzen, Masken-Übertrag, DBF per PHP/Node anbinden, schnelle HTML/JS-Prototypen – ohne Anspruch auf Vollständigkeit.
FiveWin POCs HTML/JS PHPRFC-001 · DBF Microservice Protocol
Kleine, zielgerichtete Beispiele: GUI-Modernisierung, DBE/DBF-Tipps, Service-Hooks – plus „KI daneben“ für Docs, Tests, Boilerplates.
Snippetsthink_harbour • DE-Handbuch
Kapitelweise aufbereitetes Harbour-Handbuch (deutsch) – basierend auf dem
Open-Source-Projekt think_harbour.