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/?q=image&page=566&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 6023 results for "image"(1341ms)

dailyStandupBotREADME.md1 match

@re757575Updated 1 year ago
3Every weekday at 9am EDT send a message to our team's #engineering Discord channel to start a thread to remind us to do our standup.
4
5![Screenshot 2024-03-14 at 09.27.26.png](https://imagedelivery.net/iHX6Ovru0O7AjmyT5yZRoA/c5309028-4983-4a27-1aab-0e2bb0fc1800/public)
6
7Slack version: @mikker/dailySlackRoundup

greenSnipeREADME.md2 matches

@pomdtrUpdated 1 year ago
5As Val Town's [most active user](https://www.val.town/v/pomdtr/leaderboard) (behind Steve Krouse, one of the founders of Val Town), I for sure agree with Tom that search feature of Val Town needs improvements. But while reading his post, I immediately thought of a different approach to the problem. And a few hours later, [Val Town Search](https://val-town-search.pomdtr.me/) was born.
6
7![image.png](https://imagedelivery.net/iHX6Ovru0O7AjmyT5yZRoA/aedc62e9-afd9-4610-a2aa-58dd0a35a200/public)
8
9## Do things that don't scale
22Does it work better than the current search feature of Val Town? Absolutely!
23
24![image.png](https://imagedelivery.net/iHX6Ovru0O7AjmyT5yZRoA/39879ddb-0884-4216-102f-2c178f9c6900/public)
25
26I hope that the val.town engineers will come up with a search feature that will put my little project to shame. But for now, you won't find a better way to search for vals than [Val Town Search](https://val-town-search.pomdtr.me/).

code_search_is_easyREADME.md2 matches

@stevekrouseUpdated 1 year ago
5As Val Town's [most active user](https://www.val.town/v/pomdtr/leaderboard) (behind Steve Krouse, one of the founders of Val Town), I for sure agree with Tom that search feature of Val Town needs improvements. But while reading his post, I immediately thought of a different approach to the problem. And a few hours later, [Val Town Search](https://val-town-search.pomdtr.me/) was born.
6
7![image.png](https://imagedelivery.net/iHX6Ovru0O7AjmyT5yZRoA/aedc62e9-afd9-4610-a2aa-58dd0a35a200/public)
8
9## Do things that don't scale
22Does it work better than the current search feature of Val Town? Absolutely!
23
24![image.png](https://imagedelivery.net/iHX6Ovru0O7AjmyT5yZRoA/39879ddb-0884-4216-102f-2c178f9c6900/public)
25
26I hope that the val.town engineers will come up with a search feature that will put my little project to shame. But for now, you won't find a better way to search for vals than [Val Town Search](https://val-town-search.pomdtr.me/).

code_search_is_easyREADME.md2 matches

@pomdtrUpdated 1 year ago
5As Val Town's [most active user](https://www.val.town/v/pomdtr/leaderboard) (behind Steve Krouse, one of the founders of Val Town), I for sure agree with Tom that the search feature needs improvements. But while reading his post, I immediately thought of a different approach to the problem. And a few hours later, [Val Town Search](https://val-town-search.pomdtr.me/) was born.
6
7![image.png](https://imagedelivery.net/iHX6Ovru0O7AjmyT5yZRoA/aedc62e9-afd9-4610-a2aa-58dd0a35a200/public)
8
9## Do things that don't scale
116Does it work better than the current search feature of Val Town? Absolutely!
117
118![image.png](https://imagedelivery.net/iHX6Ovru0O7AjmyT5yZRoA/39879ddb-0884-4216-102f-2c178f9c6900/public)
119
120I hope that the val.town engineers will come up with a search feature that will put my little project to shame. But for now, you won't find a better way to search for vals than [Val Town Search](https://val-town-search.pomdtr.me/).

subscribeToNewsletterREADME.md1 match

@dvsjUpdated 1 year ago
1# Add an email entry option to your static website/blog. Easy peasy. 🚀
2
3![newsletter.png](https://imagedelivery.net/iHX6Ovru0O7AjmyT5yZRoA/a021f2f2-920a-4825-f38b-3f529edbe700/public)
4
5PoV: You just hacked together a portfolio website or launched a blog as a static website. *Some people who visit might be interested in hearing more from you.* ❤️

scheduledNotifierREADME.md1 match

@austinm911Updated 1 year ago
22### Pushover notifications
23
24![image](https://github.com/PranjalAgni/bytesdotdev-notifier/assets/26196076/f0a73a88-7bbe-4af8-b633-22fa5121f4f8)
25

markdown_downloadmain.tsx1 match

@yawnxyzUpdated 1 year ago
108 "User-Agent":
109 "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36",
110 "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8",
111 "Accept-Language": "en-US,en;q=0.5",
112 "Sec-Fetch-Site": "cross-site",

faviconmain.tsx2 matches

@pomdtrUpdated 1 year ago
3 if (url.pathname == "/val-town") {
4 return Response.redirect(
5 "https://imagedelivery.net/iHX6Ovru0O7AjmyT5yZRoA/e8532b85-8de0-40f5-47a1-d4b9580ff200/public",
6 );
7 } else if (url.pathname == "/val-town-dark") {
8 return Response.redirect(
9 "https://imagedelivery.net/iHX6Ovru0O7AjmyT5yZRoA/f774eb95-7207-43bf-3a6b-a9a423d9bb00/public",
10 );
11 } else {

reading_and_writing_blobsmain.tsx3 matches

@pomdtrUpdated 1 year ago
1/**
2 * @title Reading and Writing Blobs
3 * @description Val Town comes with blob storage built-in. It allows for storing any data: text, JSON, images
4 * @resource [Blob Val](https://www.val.town/v/std/blob)
5 */
17// The lower level set and get can be used to store non-JSON or binary data.
18const resp = await fetch("https://picsum.photos/600/300");
19await blob.set("image", resp.body);
20const image = await blob.get("image");

valtownByExamplemain.tsx2 matches

@pomdtrUpdated 1 year ago
33 <link
34 rel="icon"
35 href="https://imagedelivery.net/iHX6Ovru0O7AjmyT5yZRoA/e8532b85-8de0-40f5-47a1-d4b9580ff200/public"
36 />
37 </head>
92 <link
93 rel="icon"
94 href="https://imagedelivery.net/iHX6Ovru0O7AjmyT5yZRoA/e8532b85-8de0-40f5-47a1-d4b9580ff200/public"
95 />
96 </head>

brainrot_image_gen1 file match

@dcm31Updated 6 days ago
Generate images for Italian Brainrot characters using FAL AI

modifyImage2 file matches

@stevekrouseUpdated 1 week ago
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