Skip to content

Instantly share code, notes, and snippets.

View poteat's full-sized avatar
A E S T H E T i C

Alice T'Poteat poteat

A E S T H E T i C
View GitHub Profile
@poteat
poteat / ava.js
Last active September 5, 2025 15:56
Aviator "All-in-One" Wrapper
#!/usr/bin/env node
/**
* ava.js - Aviator "All-in-One" Wrapper
* Automatically detect and import stacked PRs from GitHub into Aviator
*
* This script analyzes PR dependencies based on base branches and sets up av adopt relationships
* It also automatically cleans up branches that have already been merged.
*
* Prerequisites:
<meta name="description" content="Double pendulum simulation from scratch">
<body oncontextmenu="return false;">
<canvas id="canvas" width="500" height="500" style="border:1px dotted;float:left">
<script>
// ------------------------------------------------------------
// Double Pendulum Simulation - Code Refactor - Nov 2
// by Michael Poteat
// ------------------------------------------------------------