Public
stevekrouse avatar
stevekrouse
getShowcaseVals
Script
Get vals that were created in the last month, augmented with all sorts of AI and screenshots, and shoved in a sqlite database for @stevekrouse/showcase.
1
rozek avatar
rozek
vtu_ListOfUserIds
Script
(documentation follows)
0
maxm avatar
maxm
tanPeacock
HTTP
Forked from stevekrouse/blob_admin
0
bons avatar
bons
blob_admin
HTTP
Forked from stevekrouse/blob_admin
0
stevekrouse avatar
stevekrouse
shirtGenScript
HTTP
Forked from torlanco/shirtGenScript
0
akilangh avatar
akilangh
blob_admin
HTTP
Forked from stevekrouse/blob_admin
0
pomdtr avatar
pomdtr
view_blob
Script
An interactive, runnable TypeScript val by pomdtr
0
tsuchi_ya avatar
tsuchi_ya
blob_admin
HTTP
Forked from stevekrouse/blob_admin
0
toowired avatar
toowired
gptmemory
Script
Forked from toowired/gptMemoryManager
0
toowired avatar
toowired
gptMemoryManager
Script
Forked from xkonti/gptMemoryManager
0
postpostscript avatar
postpostscript
provideBlob
HTTP
provideBlob: Return Response Quickly and Poll for the Expensive Parts Example: See @postpostscript/provideBlobExample for full example. You will need to fork this val to use provideBlob on your projects as it uses @std/blob for storage import { Image } from "https://deno.land/x/imagescript@1.2.17/mod.ts"; import { htmlResponse } from "https://esm.town/v/postpostscript/html"; import { provideBlob } from "https://esm.town/v/postpostscript/provideBlob"; export default async function(req: Request) { const image = provideBlob(async () => { const png = new Image(100, 100); png.drawCircle(50, 50, 50, 100); return png.encode(); }).jsPromise(); return htmlResponse` <div id="image"></div> <script> ${image}.then(blob => { const $img = document.createElement("img") $img.src = URL.createObjectURL(blob) document.getElementById("image").appendChild($img) }) </script> `; }
0
xkonti avatar
xkonti
gameIdeaApi
HTTP
This Val is a part of Creating GPT Actions with ValTown tutorial: Video on YouTube Article on xkonti.tech The GPT using it: Game Idea Exchange GPT
1
ktibow avatar
ktibow
blob_admin
HTTP
Forked from stevekrouse/blob_admin
0
stevekrouse avatar
stevekrouse
sparklineEx
HTTP
Server-Rendered React Sparkline Example Vaguely inspired by Easy SVG sparklines , but totally different because that had zero dependencies and this has all the dependencies: react, htm, react-sparklines. This is the live-generated SVG that this very val generates: ![Example SVG Sparkline](https://stevekrouse-sparklineex.web.val.run) It visualizes the amount of times that it itself has been viewed. The data for this val is kept in @stevekrouse.sparklineExData .
0
janpaul123 avatar
janpaul123
valle_tmp_26078469653238519037257020956977
HTTP
An interactive, runnable TypeScript val by janpaul123
0
keenanzucker avatar
keenanzucker
blobCommentsReact
HTTP
Forked from stevekrouse/blobCommentsReact
0
Updated: August 13, 2024