Newest

grepvector avatar
tealWhale
@grepvector
Script
An interactive, runnable TypeScript val by grepvector
grepvector avatar
hnFollow
@grepvector
Script
An interactive, runnable TypeScript val by grepvector
kora avatar
get_gemini_models
@kora
Script
List all of the Gemini AI models: https://ai.google.dev/tutorials/rest_quickstart#list_models
syhner avatar
extractValInfo
@syhner
Script
Extract vals infos (author, name, version) from a val url (either from esm.town or val.town ). Example usage: const {owner, name} = extractValInfo(import.meta.url) Also returns a unique slug for the val: <author>/<name>
cjlm avatar
sqliteExplorerApp
@cjlm
HTTP
SQLite Explorer View and interact with your Val Town SQLite data. It's based off Steve's excellent SQLite Admin val, adding the ability to run SQLite queries directly in the interface. This new version has a revised UI and that's heavily inspired by LibSQL Studio by invisal . This is now more an SPA, with tables, queries and results showing up on the same page. Install Install the latest stable version (v86) by forking this val: Authentication Login to your SQLite Explorer with password authentication with your Val Town API Token as the password. Todos / Plans [ ] improve error handling [ ] improve table formatting [ ] sticky table headers [x] add codemirror [ ] add loading indication to the run button (initial version shipped) [ ] add ability to favorite queries [ ] add saving of last query run for a table (started) [ ] add visible output for non-query statements [ ] add schema viewing [ ] add refresh to table list sidebar after CREATE/DROP/ALTER statements [ ] add automatic execution of initial select query on double click [x] add views to the sidebar [ ] add triggers to sidebar [ ] add upload from SQL, CSV and JSON [ ] add ability to connect to a non-val town Turso database [x] fix wonky sidebar separator height problem (thanks to @stevekrouse) [x] make result tables scrollable [x] add export to CSV, and JSON (CSV and JSON helper functions written in this val . Thanks to @pomdtr for merging the initial version!) [x] add listener for cmd+enter to submit query
willthereader avatar
openaiDefiner
@willthereader
HTTP
An interactive, runnable TypeScript val by willthereader
stevekrouse avatar
valleGetValsContextWindow
@stevekrouse
HTTP (preview)
An interactive, runnable TypeScript val by stevekrouse
stevekrouse avatar
blueOwl
@stevekrouse
HTTP
The actual code for VALL-E: https://www.val.town/v/janpaul123/VALLE
stevekrouse avatar
VALLErun
@stevekrouse
HTTP
The actual code for VALL-E: https://www.val.town/v/janpaul123/VALLE
nickgolden avatar
ipqsScoreChangeAlert
@nickgolden
Cron
An interactive, runnable TypeScript val by nickgolden