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=2&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 9888 results for "image"(2770ms)

readwise-ingesterreadwise-bot.ts6 matches

@thesolarmonk•Updated 6 hours ago
19 published_date: string;
20 summary: string;
21 image_url: string;
22 content: string;
23 reading_progress: number;
50 published_date TEXT,
51 summary TEXT,
52 image_url TEXT,
53 reading_progress INTEGER,
54 first_opened_at TEXT,
128 INSERT INTO ${LINKS_TABLE} (
129 id, url, title, author, source, category, location, tags, site_name,
130 word_count, created_at, updated_at, published_date, summary, image_url,
131 reading_progress, first_opened_at, last_opened_at, saved_at, last_moved_at
132 ) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
134 doc.id, doc.url, doc.title, doc.author, doc.source, doc.category,
135 doc.location, tagsJson, doc.site_name, doc.word_count, doc.created_at,
136 doc.updated_at, doc.published_date, doc.summary, doc.image_url,
137 doc.reading_progress, doc.first_opened_at, doc.last_opened_at,
138 doc.saved_at, doc.last_moved_at
160 url = ?, title = ?, author = ?, source = ?, category = ?, location = ?,
161 tags = ?, site_name = ?, word_count = ?, created_at = ?, updated_at = ?,
162 published_date = ?, summary = ?, image_url = ?, reading_progress = ?,
163 first_opened_at = ?, last_opened_at = ?, saved_at = ?, last_moved_at = ?,
164 synced_at = CURRENT_TIMESTAMP
167 doc.url, doc.title, doc.author, doc.source, doc.category, doc.location,
168 tagsJson, doc.site_name, doc.word_count, doc.created_at, doc.updated_at,
169 doc.published_date, doc.summary, doc.image_url, doc.reading_progress,
170 doc.first_opened_at, doc.last_opened_at, doc.saved_at, doc.last_moved_at,
171 doc.id

readwise-ingesterreadwise-http.ts6 matches

@thesolarmonk•Updated 6 hours ago
19 published_date: string;
20 summary: string;
21 image_url: string;
22 content: string;
23 reading_progress: number;
50 published_date TEXT,
51 summary TEXT,
52 image_url TEXT,
53 reading_progress INTEGER,
54 first_opened_at TEXT,
128 INSERT INTO ${LINKS_TABLE} (
129 id, url, title, author, source, category, location, tags, site_name,
130 word_count, created_at, updated_at, published_date, summary, image_url,
131 reading_progress, first_opened_at, last_opened_at, saved_at, last_moved_at
132 ) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
134 doc.id, doc.url, doc.title, doc.author, doc.source, doc.category,
135 doc.location, tagsJson, doc.site_name, doc.word_count, doc.created_at,
136 doc.updated_at, doc.published_date, doc.summary, doc.image_url,
137 doc.reading_progress, doc.first_opened_at, doc.last_opened_at,
138 doc.saved_at, doc.last_moved_at
160 url = ?, title = ?, author = ?, source = ?, category = ?, location = ?,
161 tags = ?, site_name = ?, word_count = ?, created_at = ?, updated_at = ?,
162 published_date = ?, summary = ?, image_url = ?, reading_progress = ?,
163 first_opened_at = ?, last_opened_at = ?, saved_at = ?, last_moved_at = ?,
164 synced_at = CURRENT_TIMESTAMP
167 doc.url, doc.title, doc.author, doc.source, doc.category, doc.location,
168 tagsJson, doc.site_name, doc.word_count, doc.created_at, doc.updated_at,
169 doc.published_date, doc.summary, doc.image_url, doc.reading_progress,
170 doc.first_opened_at, doc.last_opened_at, doc.saved_at, doc.last_moved_at,
171 doc.id

spider-solREADME.md1 match

@feb•Updated 9 hours ago
1# Indonesian Spider Solitaire
2
3A beautiful Spider Solitaire card game with Indonesian cultural themes and imagery.
4
5## Features

spider-solstyle.css1 match

@feb•Updated 9 hours ago
132 right: 0;
133 bottom: 0;
134 background-image:
135 radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.1) 2px, transparent 2px),
136 radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.1) 2px, transparent 2px),

untitled-222shell.ts1 match

@stainless_em•Updated 11 hours ago
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4import "chrome-devtools-frontend/Images/Images.js";
5import "chrome-devtools-frontend/core/dom_extension/dom_extension.js";
6import "chrome-devtools-frontend/panels/sources/sources-meta.js";

test-apns-voip-notimain.tsx1 match

@rafaelortizzableh•Updated 11 hours ago
20 id: "6Xvl74QYtnOtTK5LAj3qUcr32aB2", // A hardcoded ID for the test caller.
21 fullName: "John Damon", // The name that will appear on the call screen.
22 profileImageUrl:
23 "https://s3.us-east-2.amazonaws.com/snag-staging-public-media/6Xvl74QYtnOtTK5LAj3qUcr32aB2/user/82df69fd-8411-459a-bfd5-3193cfc2e304.jpeg",
24 };
16 id: "6Xvl74QYtnOtTK5LAj3qUcr32aB2", // A hardcoded ID for the test caller.
17 fullName: "John Damon", // The name that will appear on the call screen.
18 profileImageUrl:
19 "https://s3.us-east-2.amazonaws.com/snag-staging-public-media/6Xvl74QYtnOtTK5LAj3qUcr32aB2/user/82df69fd-8411-459a-bfd5-3193cfc2e304.jpeg",
20 };

chatExampleindex.html1 match

@laurynas•Updated 12 hours ago
9 <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
10 <link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600&display=swap" rel="stylesheet">
11 <link rel="icon" href="/public/favicon.svg" sizes="any" type="image/svg+xml">
12 <style>
13 .font-mono { font-family: 'JetBrains Mono', monospace; }

chatExampleREADME.md1 match

@laurynas•Updated 13 hours ago
3It's common to have code and types that are needed on both the frontend and the backend. It's important that you write this code in a particularly defensive way because it's limited by what both environments support:
4
5![shapes at 25-02-25 11.57.13.png](https://imagedelivery.net/iHX6Ovru0O7AjmyT5yZRoA/75db1d51-d9b3-45e0-d178-25d886c10700/public)
6
7For example, you *cannot* use the `Deno` keyword. For imports, you can't use `npm:` specifiers, so we reccomend `https://esm.sh` because it works on the server & client. You *can* use TypeScript because that is transpiled in `/backend/index.ts` for the frontend. Most code that works on the frontend tends to work in Deno, because Deno is designed to support "web-standards", but there are definitely edge cases to look out for.

chatExampleREADME.md1 match

@laurynas•Updated 13 hours ago
21## `favicon.svg`
22
23As of this writing Val Town only supports text files, which is why the favicon is an SVG and not an .ico or any other binary image format. If you need binary file storage, check out [Blob Storage](https://docs.val.town/std/blob/).
24
25## `components/`
compare-images

compare-images2 file matches

@eeeps•Updated 1 day ago
Compare two images and show some metadata about ’em

pdf-image1 file match

@stevekrouse•Updated 1 day ago
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