An interactive, runnable TypeScript val by dupontgu
0
dupontgu
persistentCounter
Script
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.
0
dupontgu
slamBotPost
Cron
// Replace with your actual access token and Mastodon instance URL
0
dupontgu
findSlamArticles
Cron
An interactive, runnable TypeScript val by dupontgu
0
dupontgu
washer_3d
HTTP
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