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/image-url.jpg%20%22Optional%20title%22?q=function&page=1739&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 20745 results for "function"(1766ms)

6const SAMPLE_STORIES_KEY = "hn_sample_stories";
7
8async function initializeSampleStories() {
9 const existingStories = await blob.getJSON(SAMPLE_STORIES_KEY);
10 if (!existingStories) {
6const SAMPLE_STORIES_KEY = "hn_sample_stories";
7
8async function initializeSampleStories() {
9 const existingStories = await blob.getJSON(SAMPLE_STORIES_KEY);
10 if (!existingStories) {
6const SAMPLE_STORIES_KEY = "hn_sample_stories";
7
8async function initializeSampleStories() {
9 const existingStories = await blob.getJSON(SAMPLE_STORIES_KEY);
10 if (!existingStories) {
6const SAMPLE_STORIES_KEY = "hn_sample_stories";
7
8async function initializeSampleStories() {
9 const existingStories = await blob.getJSON(SAMPLE_STORIES_KEY);
10 if (!existingStories) {
6const SAMPLE_STORIES_KEY = "hn_sample_stories";
7
8async function initializeSampleStories() {
9 const existingStories = await blob.getJSON(SAMPLE_STORIES_KEY);
10 if (!existingStories) {
6const SAMPLE_STORIES_KEY = "hn_sample_stories";
7
8async function initializeSampleStories() {
9 const existingStories = await blob.getJSON(SAMPLE_STORIES_KEY);
10 if (!existingStories) {
6const SAMPLE_STORIES_KEY = "hn_sample_stories";
7
8async function initializeSampleStories() {
9 const existingStories = await blob.getJSON(SAMPLE_STORIES_KEY);
10 if (!existingStories) {
1export default async function main(req: Request): Promise<Response> {
2 // Helper functions for Blob storage
3 async function getBlob(key: string): Promise<any> {
4 const response = await fetch(`https://api.val.town/v/std/blob-${key}`);
5 if (!response.ok) throw new Error("Error fetching blob data");
7 }
8
9 async function setBlob(key: string, data: any): Promise<void> {
10 const response = await fetch(`https://api.val.town/v/std/blob-${key}`, {
11 method: "POST",
6const SAMPLE_STORIES_KEY = "hn_sample_stories";
7
8async function initializeSampleStories() {
9 const existingStories = await blob.getJSON(SAMPLE_STORIES_KEY);
10 if (!existingStories) {
12}
13
14export default async function main(req: Request): Promise<Response> {
15 const { method, url } = req;
16 const { pathname, searchParams } = new URL(url);
56}
57
58// Helper function to generate sample stories
59function generateSampleStories(): Story[] {
60 const sampleStories: Story[] = [];
61 for (let i = 1; i <= 30; i++) {

getFileEmail4 file matches

@shouser•Updated 3 weeks ago
A helper function to build a file's email
tuna

tuna8 file matches

@jxnblk•Updated 3 weeks ago
Simple functional CSS library for Val Town
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.