Skip to content

Instantly share code, notes, and snippets.

@SrEnforcer
SrEnforcer / bootstrap.sh
Last active May 16, 2026 21:09
TSF++ bootstrap shell script
#!/usr/bin/env bash
# tsfpp-bootstrap.sh — spin up a TSF++ sandbox in the current directory
# Usage: bash tsfpp-bootstrap.sh [project-name]
# If no name is given, the current directory is used as-is.
set -euo pipefail
# ── Colours ───────────────────────────────────────────────────────────────────
GREEN='\033[0;32m'
@SrEnforcer
SrEnforcer / index.html
Created December 1, 2025 23:00
NL-kenteken
<div class="controls">
<div class="input-group">
<label for="kentekenInput">Kenteken (Suffix):</label>
<input type="text" id="kentekenInput" placeholder="ZK 295" maxlength="10" autocomplete="off">
</div>
<div class="input-group">
<label for="countrySelect">Land & Stijl:</label>
<select id="countrySelect">
<option value="NL">Nederland (NL)</option>