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/$%7BsvgDataUrl%7D?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 30462 results for "function"(2662ms)

tuna

tuna9 file matches

@jxnblk•Updated 1 week 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 2 months ago

TwilioHelperFunctions

@vawogbemi•Updated 3 months ago

trmnl_plugins2 file matches

@camflan•Updated 4 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

molarmessengermain.tsx1 match

@Dentalabcs•Updated 40 mins ago
1export default async function(req: Request): Promise<Response> {
2 if (req.method !== "POST") {
3 return new Response("Only POST allowed", { status: 405 });

huyhieudemo.html1 match

@lanly•Updated 54 mins ago
20 <div id="demo-badges"></div>
21 <script>
22 function toggleBg() {
23 document.body.classList.toggle('dark')
24 const btn = document.querySelector('.toggle-btn');
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.