POC Loseblattsammlung Harbour-Stil KI-Workflows

Clipper2Web

Keine Anleitung – sondern eine fokussierte Sammlung von Ideen, Snippets und Proof-of-Concepts rund um Clipper/DBF. Schwerpunkt: KI-gestützte Wege, Dinge schnell im Harbour-Stil auszuprobieren – von Harbour/FiveWin bis zu direkten HTML/JS/PHP-Experimenten.

Was du hier erwarten (und nicht erwarten) solltest

XDPYHARBOUR – Python meets Harbour
NEW

XDPYHARBOUR 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
NEWS
Fri Oct 24, 2025 · 12:29 pm

HIX 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
Harbour stack, ready for form-based apps on phone, tablet & desktop. Salutacions · saludos · regards — C.
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 öffnen
Foren-Radar: Harbour & Clipper-Derivate

Relevante Fragen und Threads aus verschiedenen Foren (Harbour, FiveWin, Xbase++, Clipper) – übersichtlich zusammengefasst.

Übersicht öffnen
xBasePHP • 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 Snippets
FiveWin • 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 PHP
RFC-001 · DBF Microservice Protocol

Kleine, zielgerichtete Beispiele: GUI-Modernisierung, DBE/DBF-Tipps, Service-Hooks – plus „KI daneben“ für Docs, Tests, Boilerplates.

Snippets
think_harbour • DE-Handbuch

Kapitelweise aufbereitetes Harbour-Handbuch (deutsch) – basierend auf dem Open-Source-Projekt think_harbour.

Handbuch öffnen GitHub-Projekt