Skip to content

Instantly share code, notes, and snippets.

View dickinsonre's full-sized avatar
🏠
Working from home

dickinsonre_Autodesk_Water dickinsonre

🏠
Working from home
View GitHub Profile
@dickinsonre
dickinsonre / swmm5_combined_icm.html
Created March 15, 2026 08:15
SWMM5 Complete Runoff Explorer — Three Surfaces · Cash-Karp RK5 · ICM InfoWorks Mapping
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SWMM5 Complete Runoff Engine — Three Surfaces · Cash-Karp RK5 · Design Storms</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=IBM+Plex+Mono:wght@300;400;500;600&display=swap');
:root {
@dickinsonre
dickinsonre / microgpt.py
Created February 12, 2026 14:16 — forked from karpathy/microgpt.py
microgpt
"""
The most atomic way to train and inference a GPT in pure, dependency-free Python.
This file is the complete algorithm.
Everything else is just efficiency.
@karpathy
"""
import os # os.path.exists
import math # math.log, math.exp
"""
The most atomic way to train and run inference for a GPT in pure, dependency-free Python.
This file is the complete algorithm.
Everything else is just efficiency.
@karpathy
"""
import os # os.path.exists
import math # math.log, math.exp