Skip to content

Instantly share code, notes, and snippets.

View thicla01's full-sized avatar

thicla01

  • Montréal
  • 13:29 (UTC -04:00)
View GitHub Profile
@thicla01
thicla01 / simulation_moderne.html
Created April 22, 2026 04:31
Simulation Radar TP No. 2 — IFT-1176 (Claude Thibeault & Estelle Blais, 2001) — modernisé 2026
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Simulation Radar – TP No. 2</title>
<style>
* { box-sizing: border-box; margin: 0; padding: 0; }
body {