An interactive, runnable TypeScript val by dupontgu
Script
dupontgu
persistentCounter
Use the Counter class (with a given key) to create a persistent counter that uses your blob storage under the hood. You can get/set/increment/decrement the value from any val.
Script
dupontgu
slamBotPost
// Replace with your actual access token and Mastodon instance URL
Cron
dupontgu
findSlamArticles
An interactive, runnable TypeScript val by dupontgu
Cron
dupontgu
washer_3d
Generates a 3D model of a flat washer, in .stl format. Pass in number parameters for washer "thickness" ("t"), "hole_radius" ("hr"), and "outer_radius" ("r"): https://dupontgu-washer_3d.web.val.run/?t=2&hr=8&r=10