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/$%7Burl%7D?q=image&page=519&format=json

For typeahead suggestions, use the /typeahead endpoint:

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

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

Found 7031 results for "image"(2270ms)

OpenTowniesystem_prompt.txt2 matches

@pomdtr•Updated 3 months ago
18 * Response.redirect is broken. Use `return new Response(null, { status: 302, headers: { Location: "/place/to/redirect" }})`
19
20 * Avoid external images or base64 images, use emojis, unicode symtols, or icon fonts/libraries instead, unless that's not practical for the user's request (e.g. if they ask for a particular animated gif).
21
22 * If you want an AI generated image, use https://maxm-imggenurl.web.val.run/the-description-of-your-image to dynamically generate one.
23
24 * DO NOT use the Deno KV module for storage.

badgemain.tsx1 match

@stevekrouse•Updated 3 months ago
23 return new Response(svg, {
24 headers: {
25 "Content-Type": "image/svg+xml",
26 },
27 });

cerebras_codermain.tsx1 match

@Fguyu•Updated 3 months ago
1165 <meta property="og:description" content="Turn your ideas into fully functional apps in less than a second – powered by Llama3.3-70b on Cerebras's super-fast wafer chips. Code is 100% open-source, hosted on Val Town."">
1166 <meta property="og:type" content="website">
1167 <meta property="og:image" content="https://stevekrouse-blob_admin.web.val.run/api/public/CerebrasCoderOG.jpg">
1168
1169

cerebras_codermain.tsx1 match

@tancec•Updated 3 months ago
1165 <meta property="og:description" content="Turn your ideas into fully functional apps in less than a second – powered by Llama3.3-70b on Cerebras's super-fast wafer chips. Code is 100% open-source, hosted on Val Town."">
1166 <meta property="og:type" content="website">
1167 <meta property="og:image" content="https://stevekrouse-blob_admin.web.val.run/api/public/CerebrasCoderOG.jpg">
1168
1169

sqliteExplorerAppREADME.md1 match

@qkiii•Updated 3 months ago
3View and interact with your Val Town SQLite data. It's based off Steve's excellent [SQLite Admin](https://www.val.town/v/stevekrouse/sqlite_admin?v=46) val, adding the ability to run SQLite queries directly in the interface. This new version has a revised UI and that's heavily inspired by [LibSQL Studio](https://github.com/invisal/libsql-studio) by [invisal](https://github.com/invisal). This is now more an SPA, with tables, queries and results showing up on the same page.
4
5![image.webp](https://imagedelivery.net/iHX6Ovru0O7AjmyT5yZRoA/c8e102fd-39ca-4bfb-372a-8d36daf43900/public)
6
7## Install

pioneeringGrayChinchillamain.tsx3 matches

@jpz•Updated 3 months ago
16};
17
18type ImageData = {
19 type: "image";
20 text: string;
21 name?: string | undefined;
48};
49
50export type Data = BooleanData | TextData | ImageData | SpeechData | WebsiteData | FileData;
51
52type DataComponentRequestBody = {

groq_codermain.tsx1 match

@facundopri•Updated 3 months ago
1165 <meta property="og:description" content="Turn your ideas into fully functional apps in less than a second – powered by Llama3.3-70b on Cerebras's super-fast wafer chips. Code is 100% open-source, hosted on Val Town."">
1166 <meta property="og:type" content="website">
1167 <meta property="og:image" content="https://stevekrouse-blob_admin.web.val.run/api/public/CerebrasCoderOG.jpg">
1168
1169

compactBlushGrasshoppermain.tsx4 matches

@tempdev•Updated 3 months ago
10interface APIResponse {
11 name: string | null;
12 image: string | null;
13 mediaId: string | null;
14 stream: string | null;
17interface RCPResponse {
18 metadata: {
19 image: string;
20 };
21 data: string;
100 return {
101 metadata: {
102 image: "",
103 },
104 data: match[1],
139 apiResponse.push({
140 name: title,
141 image: item.metadata.image,
142 mediaId: tmdbId,
143 stream: await PRORCPhandler(item.data.replace("/prorcp/", "")),

ssbmain.tsx12 matches

@starcoins•Updated 3 months ago
55 city: "Mumbai",
56 profession: "Software Engineer",
57 profileImage:
58 "https://maxm-imggenurl.web.val.run/indian-male-professional-headshot-28-years-old-tech-professional",
59 },
65 city: "Delhi",
66 profession: "Marketing Manager",
67 profileImage:
68 "https://maxm-imggenurl.web.val.run/indian-female-professional-headshot-32-years-old-corporate-leader",
69 },
75 city: "Ahmedabad",
76 profession: "Entrepreneur",
77 profileImage: "https://maxm-imggenurl.web.val.run/indian-male-entrepreneur-headshot-25-years-old-startup-founder",
78 },
79 {
84 city: "Bangalore",
85 profession: "Data Scientist",
86 profileImage:
87 "https://maxm-imggenurl.web.val.run/indian-female-tech-professional-headshot-29-years-old-data-scientist",
88 },
98 <div className="winner-season">{winner.season}</div>
99 <img
100 src={winner.profileImage}
101 alt={winner.winner}
102 className="winner-profile-image"
103 />
104 </div>
255
256.game-show-platform.background-variant-0 {
257 background-image:
258 radial-gradient(ellipse at top, rgba(255,23,68,0.1) 0%, transparent 50%),
259 radial-gradient(ellipse at bottom, rgba(124,77,255,0.1) 0%, transparent 50%);
261
262.game-show-platform.background-variant-1 {
263 background-image:
264 radial-gradient(ellipse at top right, rgba(0,229,255,0.1) 0%, transparent 50%),
265 radial-gradient(ellipse at bottom left, rgba(124,77,255,0.1) 0%, transparent 50%);
267
268.game-show-platform.background-variant-2 {
269 background-image:
270 radial-gradient(ellipse at top left, rgba(124,77,255,0.1) 0%, transparent 50%),
271 radial-gradient(ellipse at bottom right, rgba(255,23,68,0.1) 0%, transparent 50%);
280 align-items: center;
281 border-bottom: 2px solid transparent;
282 border-image: var(--cyber-gradient-2) 1;
283}
284
371}
372
373.winner-profile-image {
374 width: 100%;
375 height: 100%;
379}
380
381.winner-profile-card:hover .winner-profile-image {
382 transform: scale(1.1);
383}

wallpaperAppmain.tsx5 matches

@Buddha•Updated 3 months ago
23 try {
24 const safePrompt = encodeURIComponent(prompt || suggestedPrompts[0]);
25 const imageUrl = `https://maxm-imggenurl.web.val.run/${safePrompt}`;
26
27 // Prefetch image to ensure it loads
28 const response = await fetch(imageUrl);
29 if (!response.ok) {
30 throw new Error('Failed to generate image');
31 }
32
33 setWallpaper(imageUrl);
34 } catch (err) {
35 setError(err instanceof Error ? err.message : 'An unknown error occurred');

Imagetourl2 file matches

@dcm31•Updated 5 hours ago

thilenius-webcam1 file match

@stabbylambda•Updated 4 days ago
Image proxy for the latest from https://gliderport.thilenius.com
Chrimage
Atiq
"Focal Lens with Atig Wazir" "Welcome to my photography journey! I'm Atiq Wazir, a passionate photographer capturing life's beauty one frame at a time. Explore my gallery for stunning images, behind-the-scenes stories, and tips & tricks to enhance your own