Public
rozek avatar
rozek
PBKDF2_Generator
HTTP
This is a simple generator for PBKDF2 password hashes. It can be used to manually generate these hashes and store it in a password file if no other mechanism for doing so is available. There is no specific required format for the password. For the number of iterations, values from 100000 up to 999999 are accepted - in these days, values of 600000 or higher are recommended. The final output has the format "{PBKDF2}<iterations>$<salt>$<hash>" where salt and hash are Base64-encoded. You may copy it directly or use salt and hash separately if you need a different format. The applet uses WebCrypto and runs entirely within the browser.
0
lloydpearsoniv avatar
lloydpearsoniv
scraper_template
Script
Forked from gwoods22/scraper_template
0
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
nerdymomocat avatar
nerdymomocat
add_to_habitify_from_todoist_w_ai
Cron
// if you added new items to habitify after running this script
0
toowired avatar
toowired
gptMemoryManager
Script
Forked from xkonti/gptMemoryManager
0
yawnxyz avatar
yawnxyz
og
HTTP
Ever wonder how GitHub generates their images when you share a repo on social media? In this example we're using satori and a Deno-friendly SVG WASM creating an OpenGraph image dynamically. E.g. this image can be used when sharing a website, and it'll show up in iMessage or Twitter / other socials. Generated images are cached in Valtown's Blob system. To check metatags, you can use https://metatags.io/?url=https://yawnxyz-og.web.val.run
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
Forked from nbbaier/reactExample
0
janpaul123 avatar
janpaul123
valle_tmp_26078469653238519037257020956977
HTTP
An interactive, runnable TypeScript val by janpaul123
0
Updated: August 13, 2024