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=image&page=155&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 9931 results for "image"(5816ms)

townie-testingserveFile.md3 matches

@chadparker•Updated 2 weeks ago
46| `.js`, `.mjs` | `application/javascript` |
47| `.json` | `application/json` |
48| `.png` | `image/png` |
49| `.jpg`, `.jpeg` | `image/jpeg` |
50| `.svg` | `image/svg+xml` |
51| `.txt` | `text/plain` |
52| `.pdf` | `application/pdf` |

dialogmain.tsx7 matches

@jdan•Updated 2 weeks ago
24 borderWindowOuter: `inset -1px -1px ${colors.windowFrame}, inset 1px 1px ${colors.buttonFace}`,
25 minimizeIcon:
26 "data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='2' viewBox='0 0 6 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Crect width='6' height='2' fill='black'/%3E %3C/svg%3E",
27 maximizeIcon:
28 "data:image/svg+xml;charset=utf-8,%3Csvg width='9' height='8' viewBox='0 0 9 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 2V7V8H1H8H9V7V2V0H8H1H0V2ZM8 7V2H1V7H8Z' fill='black'/%3E %3C/svg%3E",
29 closeIcon:
30 "data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='7' viewBox='0 0 8 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0H1H2V1H3V2H4H5V1H6V0H7H8V1H7V2H6V3H5V4H6V5H7V6H8V7H7H6V6H5V5H4H3V6H2V7H1H0V6H1V5H2V4H3V3H2V2H1V1H0V0Z' fill='black'/%3E %3C/svg%3E",
31 elementSpacing: 8,
32};
124 <TitleBarControl
125 style={{
126 backgroundImage: `url(${tokens.minimizeIcon})`,
127 backgroundRepeat: "no-repeat",
128 // // Only a single value is supported
141 <TitleBarControl
142 style={{
143 backgroundImage: `url(${tokens.maximizeIcon})`,
144 backgroundRepeat: "no-repeat",
145 // backgroundPosition: "top 2px left 3x",
157 marginLeft={2}
158 style={{
159 backgroundImage: `url(${tokens.closeIcon})`,
160 backgroundRepeat: "no-repeat",
161 // backgroundPosition: "top 3px left 4px",
287
288 return c.body(svg, 200, {
289 "Content-Type": "image/svg+xml",
290 });
291});

THELEEROOMMOTORSconstants.ts2 matches

@lee_roy•Updated 2 weeks ago
141 CARS: '/api/cars',
142 CAR_DETAIL: (id: number) => `/api/cars/${id}`,
143 CAR_IMAGES: (id: number) => `/api/cars/${id}/images`,
144 CAR_SEARCH: '/api/cars/search',
145 CAR_SUGGESTIONS: '/api/cars/suggestions',
215 MODAL_ANIMATION_DURATION: 200,
216 INFINITE_SCROLL_THRESHOLD: 100,
217 IMAGE_LAZY_LOAD_THRESHOLD: 50
218} as const;

THELEEROOMMOTORStypes.ts4 matches

@lee_roy•Updated 2 weeks ago
39}
40
41export interface CarImage {
42 id: number;
43 carId: number;
44 imageUrl: string;
45 altText: string;
46 isPrimary: boolean;
48}
49
50export interface CarWithImages extends Car {
51 images: CarImage[];
52}
53

THELEEROOMMOTORSREADME.md4 matches

@lee_roy•Updated 2 weeks ago
7### User Features
8- Browse and search cars by brand, model, year, price, mileage, fuel type
9- View detailed car specifications with image galleries
10- User registration and authentication (JWT-based)
11- Wishlist and car comparison functionality
24- JWT authentication with refresh tokens
25- Role-based authorization (user/admin)
26- Image upload and management
27- Advanced search and filtering
28- Responsive UI with Tailwind CSS
95- **users**: User accounts with roles and profiles
96- **cars**: Vehicle inventory with specifications
97- **car_images**: Multiple images per vehicle
98- **wishlists**: User saved cars
99- **inquiries**: Contact requests and test drive bookings
104- Mobile-first responsive design
105- Advanced search and filtering
106- Image galleries with zoom
107- Comparison tools
108- Real-time updates

porfolioindex.ts9 matches

@Jxsco114•Updated 2 weeks ago
95 category: "branding",
96 description: "Complete brand identity for a tech startup",
97 image: "https://maxm-imggenurl.web.val.run/modern-minimalist-logo-design-with-geometric-shapes-purple-and-blue-gradient",
98 tags: ["Logo Design", "Brand Guidelines", "Typography"]
99 },
103 category: "web",
104 description: "Responsive e-commerce platform design",
105 image: "https://maxm-imggenurl.web.val.run/modern-ecommerce-website-design-clean-layout-purple-accents",
106 tags: ["Web Design", "UI/UX", "E-commerce"]
107 },
111 category: "print",
112 description: "Corporate annual report with infographics",
113 image: "https://maxm-imggenurl.web.val.run/elegant-annual-report-design-layout-with-charts-and-graphs",
114 tags: ["Print Design", "Layout", "Infographics"]
115 },
119 category: "ui",
120 description: "Clean and intuitive mobile app design",
121 image: "https://maxm-imggenurl.web.val.run/modern-mobile-app-interface-design-clean-purple-blue-theme",
122 tags: ["Mobile Design", "UI/UX", "App Design"]
123 },
127 category: "branding",
128 description: "Complete branding package for upscale restaurant",
129 image: "https://maxm-imggenurl.web.val.run/elegant-restaurant-branding-design-logo-menu-business-cards",
130 tags: ["Branding", "Logo Design", "Menu Design"]
131 },
135 category: "web",
136 description: "Professional corporate website redesign",
137 image: "https://maxm-imggenurl.web.val.run/professional-corporate-website-design-clean-modern-layout",
138 tags: ["Web Design", "Corporate", "Responsive"]
139 },
143 category: "print",
144 description: "Fashion magazine spread design",
145 image: "https://maxm-imggenurl.web.val.run/modern-magazine-layout-design-fashion-editorial-spread",
146 tags: ["Editorial Design", "Layout", "Typography"]
147 },
151 category: "ui",
152 description: "Analytics dashboard with data visualization",
153 image: "https://maxm-imggenurl.web.val.run/modern-dashboard-interface-design-data-visualization-charts",
154 tags: ["Dashboard", "Data Viz", "UI Design"]
155 },
159 category: "branding",
160 description: "Fresh brand identity for fintech startup",
161 image: "https://maxm-imggenurl.web.val.run/fintech-startup-branding-modern-logo-business-cards-letterhead",
162 tags: ["Startup", "Fintech", "Brand Identity"]
163 }

porfolioscript.js16 matches

@Jxsco114•Updated 2 weeks ago
8 category: "branding",
9 description: "Complete brand identity for a tech startup",
10 image: "https://maxm-imggenurl.web.val.run/modern-minimalist-logo-design-with-geometric-shapes-purple-and-blue-gradient",
11 tags: ["Logo Design", "Brand Guidelines", "Typography"]
12 },
16 category: "web",
17 description: "Responsive e-commerce platform design",
18 image: "https://maxm-imggenurl.web.val.run/modern-ecommerce-website-design-clean-layout-purple-accents",
19 tags: ["Web Design", "UI/UX", "E-commerce"]
20 },
24 category: "print",
25 description: "Corporate annual report with infographics",
26 image: "https://maxm-imggenurl.web.val.run/elegant-annual-report-design-layout-with-charts-and-graphs",
27 tags: ["Print Design", "Layout", "Infographics"]
28 },
32 category: "ui",
33 description: "Clean and intuitive mobile app design",
34 image: "https://maxm-imggenurl.web.val.run/modern-mobile-app-interface-design-clean-purple-blue-theme",
35 tags: ["Mobile Design", "UI/UX", "App Design"]
36 },
40 category: "branding",
41 description: "Complete branding package for upscale restaurant",
42 image: "https://maxm-imggenurl.web.val.run/elegant-restaurant-branding-design-logo-menu-business-cards",
43 tags: ["Branding", "Logo Design", "Menu Design"]
44 },
48 category: "web",
49 description: "Professional corporate website redesign",
50 image: "https://maxm-imggenurl.web.val.run/professional-corporate-website-design-clean-modern-layout",
51 tags: ["Web Design", "Corporate", "Responsive"]
52 },
56 category: "print",
57 description: "Fashion magazine spread design",
58 image: "https://maxm-imggenurl.web.val.run/modern-magazine-layout-design-fashion-editorial-spread",
59 tags: ["Editorial Design", "Layout", "Typography"]
60 },
64 category: "ui",
65 description: "Analytics dashboard with data visualization",
66 image: "https://maxm-imggenurl.web.val.run/modern-dashboard-interface-design-data-visualization-charts",
67 tags: ["Dashboard", "Data Viz", "UI Design"]
68 },
72 category: "branding",
73 description: "Fresh brand identity for fintech startup",
74 image: "https://maxm-imggenurl.web.val.run/fintech-startup-branding-modern-logo-business-cards-letterhead",
75 tags: ["Startup", "Fintech", "Brand Identity"]
76 }
152 div.innerHTML = `
153 <div class="relative overflow-hidden group">
154 <img src="${item.image}" alt="${item.title}" class="w-full h-48 object-cover transition-transform duration-300 group-hover:scale-110">
155 <div class="portfolio-overlay">
156 <div class="text-white">
320});
321
322// Preload images for better performance
323function preloadImages() {
324 portfolioItems.forEach(item => {
325 const img = new Image();
326 img.src = item.image;
327 });
328}
329
330// Initialize image preloading
331preloadImages();

porfolioindex.html1 match

@Jxsco114•Updated 2 weeks ago
5 <meta name="viewport" content="width=device-width, initial-scale=1.0">
6 <title>Alex Morgan - Graphic Designer</title>
7 <link rel="icon" href="/frontend/favicon.svg" type="image/svg+xml">
8
9 <!-- TailwindCSS -->

porfolioREADME.md1 match

@Jxsco114•Updated 2 weeks ago
412. Modify colors and styling in `style.css`
423. Replace placeholder content in `index.html`
434. Add your own project images (use AI image generation or external links)

todo-sqliteindex.html1 match

@diegoivo•Updated 2 weeks ago
7 <script src="https://cdn.twind.style" crossorigin></script>
8 <script src="https://esm.town/v/std/catch"></script>
9 <link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>✅</text></svg>">
10 <style>
11 :root {

girocode2 file matches

@fxfr•Updated 38 mins ago
Returns EPC QR codes (aka GiroCode) as images
compare-images

compare-images2 file matches

@eeeps•Updated 2 days ago
Compare two images and show some metadata about ’em
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