Skip to content

Instantly share code, notes, and snippets.

View jomido's full-sized avatar
🎯
Focusing

Jonathan Dobson jomido

🎯
Focusing
View GitHub Profile
@jomido
jomido / README.md
Created February 2, 2023 21:23
Focused Tour

Focused Tour

A component to automate focused tours.

The framework does not matter (it's incidental), but this demo is in Vue 3.

  • handle window resize
  • add UI for text/help
@jomido
jomido / monty.md
Created December 14, 2023 14:48
monty hall intuition

monty hall intuition: 1000 doors

the setup

A host invites a friend over to play a game.

There are 3 doors. Behind 1 door is a car. Behind the other 2 doors are goats. The friend may choose one door. If the friend chooses the door with the car, they can keep it. If the friend chooses a door with a goat, they have to return the goat to the farm from whence it was borrowed. Goats go home. 10km

@jomido
jomido / index.html
Last active February 5, 2025 21:18
Simple American Football Score Simulator
<html>
<head>
<meta name="viewport" content="width=device-width, user-scalable=no">
<style>
* {
box-sizing: border-box;
}
html, body {