Val Town Code SearchReturn to Val Town

API Access

You can access search results via JSON API by adding format=json to your query:

https://codesearch.val.run/$2?q=function&page=1&format=json

For typeahead suggestions, use the /typeahead endpoint:

https://codesearch.val.run/typeahead?q=function

Returns an array of strings in format "username" or "username/projectName"

Found 29307 results for "function"(1755ms)

tuna

tuna9 file matches

@jxnblk•Updated 1 day ago
Simple functional CSS library for Val Town

getFileEmail4 file matches

@shouser•Updated 1 month ago
A helper function to build a file's email

AutomationFunction1 file match

@saradp•Updated 1 month ago

TwilioHelperFunctions

@vawogbemi•Updated 3 months ago

trmnl_plugins2 file matches

@camflan•Updated 3 months ago
Backend functions for TRMNL plugins

exampleTestFunctions1 file match

@willthereader•Updated 4 months ago

generateFunction1 file match

@wolf•Updated 5 months ago

functionExercise2 file matches

@willthereader•Updated 6 months ago

FunctionToHTMLForm1 file match

@dps•Updated 1 year ago

gpt4FunctionCallingExample2 file matches

@stevekrouse•Updated 1 year ago

ytaudiomain.tsx1 match

@bman101•Updated 1 hour ago
8console.log("[DEBUG] ytdl_core module imported successfully.");
9
10export default async function server(request: Request): Promise<Response> {
11 const url = new URL(request.url);
12 const youtubeUrl = url.searchParams.get("url");

YoutubeDownloaderyoutube.ts1 match

@bman101•Updated 2 hours ago
130
131 /**
132 * Utility function to simulate async operations
133 */
134 private static delay(ms: number): Promise<void> {
lost1991
import { OpenAI } from "https://esm.town/v/std/openai"; export default async function(req: Request): Promise<Response> { if (req.method === "OPTIONS") { return new Response(null, { headers: { "Access-Control-Allow-Origin": "*",
webup
LangChain (https://langchain.com) Ambassador, KubeSphere (https://kubesphere.io) Ambassador, CNCF OpenFunction (https://openfunction.dev) TOC Member.