Public
Script
  • janpaul123 avatar
    semanticSearchNeon
    @janpaul123
    Forked from janpaul123/semanticSearchBlobs
    Script
  • nerdymomocat avatar
    add_to_notion_w_ai_webpage
    @nerdymomocat
    Example usage of the add_to_notion_w_ai val Try with the money database . Read and watch the demo run here
    HTTP (deprecated)
  • yawnxyz avatar
    webgen
    @yawnxyz
    Forked from thesephist/webgen
    HTTP (deprecated)
  • fab1an avatar
    databin
    @fab1an
    Forked from jamiedubs/databin
    HTTP (deprecated)
  • roadlabs avatar
    valleGetValsContextWindow
    @roadlabs
    Forked from janpaul123/valleGetValsContextWindow
    Script
  • mvmattgray avatar
    supremeRedCrane
    @mvmattgray
    An interactive, runnable TypeScript val by mvmattgray
    HTTP (deprecated)
  • stevekrouse avatar
    untitled_cyanLamprey
    @stevekrouse
    // export default async () => html(await blob.getJSON("dateme_html_cache"));
    Script
  • cufaoil avatar
    blob_admin
    @cufaoil
    Forked from stevekrouse/blob_admin
    HTTP (deprecated)
  • jdan avatar
    countryData
    @jdan
    This val queries Wikidata for basic information on "countries" – name, map data, and flag data. It is cached.
    Script
  • ralfw avatar
    blobAdmin
    @ralfw
    Forked from stevekrouse/blob_admin
    HTTP (deprecated)
  • joey avatar
    BlobArray
    @joey
    Blob Array Create an array as a Database, instantly! Just create a new val for your array: import { BlobArray } from "https://esm.town/v/joey/BlobArray"; type User = { email: string }; // specify the type inside the TS generic <> to define the type of your array export let myUserArray = BlobArray<User>("my-user-array"); Now import it and start using it in your vals! import { myUserArray } from "https://esm.town/v/joey/myUserArray"; // overwrite the entire array await myUserArray.set([{ email: "user1@gmail.com" }, { email: "user2@yahoo.com" }]); // get all the entries in your array const allUsers = await myUserArray.get(); // call any array method you want, just use "await" await myUserArray.push({ email: "johndoe@gmail.com" }); const gmailUsers = await myUserArray.filter(u => u.email.includes("@gmail.com"));
    Script
  • maxm avatar
    wasmBlobHost
    @maxm
    WASM Binary Host https://maxm-wasmblobhost.web.val.run/ Where should you host your WASM blobs to use in vals? Host them here! Upload with curl: curl -X POST -H "Content-Type: application/wasm" \ --data-binary @main.wasm https://maxm-wasmBlobHost.web.val.run
    HTTP (deprecated)
  • janpaul123 avatar
    debugValEmbeddings
    @janpaul123
    Forked from janpaul123/semanticSearchBlobs
    Script
  • benni avatar
    germanCovidSewageDataUpdates
    @benni
    An interactive, runnable TypeScript val by benni
    Cron
  • maxm avatar
    emailExample
    @maxm
    An interactive, runnable TypeScript val by maxm
    Email
  • benjiwheeler avatar
    docsBlobCounterDemo
    @benjiwheeler
    Forked from std/docsBlobCounterDemo
    Script
August 13, 2024