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/$%7Bart_info.art.src%7D?q=image&page=92&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 9491 results for "image"(639ms)

untitled-7288types.ts2 matches

@Peteruiโ€ขUpdated 5 days ago
161 duration: 2,
162 skills: ["AI fundamentals", "Machine learning basics", "Data analysis", "Python basics"],
163 projects: ["Chatbot", "Image classifier", "Data visualization", "AI game"]
164 },
165 {
181 ],
182 skills: ["Python", "Machine Learning", "Data Science", "Neural Networks"],
183 projects: ["AI chatbot", "Image recognition", "Data analysis", "ML models"]
184 },
185 {

QUEENtypes.ts13 matches

@Sydneytonyeโ€ขUpdated 5 days ago
6 description: string;
7 price: number;
8 image: string;
9 category: 'croissants' | 'cakes' | 'cookies' | 'breads' | 'specialties';
10}
39 description: 'Classic French butter croissant with flaky, buttery layers',
40 price: 3.50,
41 image: '๐Ÿฅ',
42 category: 'croissants'
43 },
47 description: 'Buttery croissant filled with rich dark chocolate',
48 price: 4.00,
49 image: '๐Ÿซ',
50 category: 'croissants'
51 },
55 description: 'Croissant filled with sweet almond cream and topped with sliced almonds',
56 price: 4.50,
57 image: '๐Ÿฅ',
58 category: 'croissants'
59 },
63 description: 'Rich chocolate cake with chocolate ganache frosting',
64 price: 6.00,
65 image: '๐Ÿฐ',
66 category: 'cakes'
67 },
71 description: 'Light sponge cake with fresh strawberries and whipped cream',
72 price: 5.50,
73 image: '๐Ÿ“',
74 category: 'cakes'
75 },
79 description: 'Classic chocolate chip cookies (pack of 6)',
80 price: 8.00,
81 image: '๐Ÿช',
82 category: 'cookies'
83 },
87 description: 'Chewy oatmeal cookies with plump raisins (pack of 6)',
88 price: 7.50,
89 image: '๐Ÿช',
90 category: 'cookies'
91 },
95 description: 'Artisan sourdough bread with crispy crust',
96 price: 8.00,
97 image: '๐Ÿž',
98 category: 'breads'
99 },
103 description: 'Traditional French baguette with golden crust',
104 price: 4.00,
105 image: '๐Ÿฅ–',
106 category: 'breads'
107 },
111 description: 'Choux pastry filled with vanilla cream and topped with chocolate',
112 price: 5.00,
113 image: '๐Ÿง',
114 category: 'specialties'
115 },
119 description: 'Assorted French macarons in various flavors',
120 price: 18.00,
121 image: '๐ŸŒˆ',
122 category: 'specialties'
123 },
127 description: 'Flaky pastry topped with seasonal fruit and glaze',
128 price: 4.50,
129 image: '๐Ÿฅง',
130 category: 'specialties'
131 }

QUEENREADME.md1 match

@Sydneytonyeโ€ขUpdated 5 days ago
5## Features
6
7- Browse pastry menu with images and descriptions
8- Add items to cart with quantity selection
9- Customer information form

untitled-5522index.html1 match

@favour18โ€ขUpdated 5 days ago
5 <meta name="viewport" content="width=device-width, initial-scale=1.0">
6 <title>Project Management Dashboard</title>
7 <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>">
8
9 <!-- TailwindCSS -->

At_your_doorstepqueries.ts5 matches

@TechEnthusiastโ€ขUpdated 5 days ago
11 category: row[2],
12 price: row[3],
13 image: row[4],
14 description: row[5],
15 unit: row[6],
29 category: row[2],
30 price: row[3],
31 image: row[4],
32 description: row[5],
33 unit: row[6],
47 category: row[2],
48 price: row[3],
49 image: row[4],
50 description: row[5],
51 unit: row[6],
84 // Get order items
85 const itemRows = await sqlite.execute(
86 `SELECT oi.*, p.name, p.category, p.image, p.description, p.unit, p.in_stock
87 FROM ${ORDER_ITEMS_TABLE} oi
88 JOIN ${PRODUCTS_TABLE} p ON oi.product_id = p.id
97 category: row.category,
98 price: row.price,
99 image: row.image,
100 description: row.description,
101 unit: row.unit,

At_your_doorstepmigrations.ts32 matches

@TechEnthusiastโ€ขUpdated 5 days ago
12 category TEXT NOT NULL,
13 price REAL NOT NULL,
14 image TEXT NOT NULL,
15 description TEXT NOT NULL,
16 unit TEXT NOT NULL,
51 const products = [
52 // Produce
53 { name: 'Bananas', category: 'produce', price: 1.29, image: '๐ŸŒ', description: 'Fresh yellow bananas', unit: 'lb', in_stock: 1 },
54 { name: 'Apples', category: 'produce', price: 2.99, image: '๐ŸŽ', description: 'Crisp red apples', unit: 'lb', in_stock: 1 },
55 { name: 'Carrots', category: 'produce', price: 1.99, image: '๐Ÿฅ•', description: 'Fresh organic carrots', unit: 'lb', in_stock: 1 },
56 { name: 'Spinach', category: 'produce', price: 3.49, image: '๐Ÿฅฌ', description: 'Baby spinach leaves', unit: 'bag', in_stock: 1 },
57 { name: 'Tomatoes', category: 'produce', price: 3.99, image: '๐Ÿ…', description: 'Vine-ripened tomatoes', unit: 'lb', in_stock: 1 },
58
59 // Meat & Seafood
60 { name: 'Chicken Breast', category: 'meat', price: 8.99, image: '๐Ÿ”', description: 'Boneless skinless chicken breast', unit: 'lb', in_stock: 1 },
61 { name: 'Ground Beef', category: 'meat', price: 6.99, image: '๐Ÿฅฉ', description: '85% lean ground beef', unit: 'lb', in_stock: 1 },
62 { name: 'Salmon Fillet', category: 'meat', price: 12.99, image: '๐ŸŸ', description: 'Fresh Atlantic salmon', unit: 'lb', in_stock: 1 },
63 { name: 'Shrimp', category: 'meat', price: 9.99, image: '๐Ÿฆ', description: 'Large peeled shrimp', unit: 'lb', in_stock: 1 },
64
65 // Dairy & Eggs
66 { name: 'Whole Milk', category: 'dairy', price: 3.79, image: '๐Ÿฅ›', description: 'Fresh whole milk', unit: 'gallon', in_stock: 1 },
67 { name: 'Eggs', category: 'dairy', price: 2.99, image: '๐Ÿฅš', description: 'Large grade A eggs', unit: 'dozen', in_stock: 1 },
68 { name: 'Cheddar Cheese', category: 'dairy', price: 4.99, image: '๐Ÿง€', description: 'Sharp cheddar cheese', unit: '8oz', in_stock: 1 },
69 { name: 'Greek Yogurt', category: 'dairy', price: 5.99, image: '๐Ÿฅ›', description: 'Plain Greek yogurt', unit: '32oz', in_stock: 1 },
70
71 // Bakery
72 { name: 'Whole Wheat Bread', category: 'bakery', price: 2.49, image: '๐Ÿž', description: 'Fresh whole wheat bread', unit: 'loaf', in_stock: 1 },
73 { name: 'Bagels', category: 'bakery', price: 3.99, image: '๐Ÿฅฏ', description: 'Everything bagels', unit: '6 pack', in_stock: 1 },
74 { name: 'Croissants', category: 'bakery', price: 4.49, image: '๐Ÿฅ', description: 'Butter croissants', unit: '4 pack', in_stock: 1 },
75
76 // Pantry & Canned
77 { name: 'Pasta', category: 'pantry', price: 1.99, image: '๐Ÿ', description: 'Spaghetti pasta', unit: '1lb box', in_stock: 1 },
78 { name: 'Rice', category: 'pantry', price: 3.99, image: '๐Ÿš', description: 'Long grain white rice', unit: '2lb bag', in_stock: 1 },
79 { name: 'Canned Tomatoes', category: 'pantry', price: 1.49, image: '๐Ÿฅซ', description: 'Diced tomatoes', unit: '14.5oz can', in_stock: 1 },
80 { name: 'Olive Oil', category: 'pantry', price: 7.99, image: '๐Ÿซ’', description: 'Extra virgin olive oil', unit: '500ml', in_stock: 1 },
81
82 // Frozen Foods
83 { name: 'Frozen Pizza', category: 'frozen', price: 4.99, image: '๐Ÿ•', description: 'Margherita frozen pizza', unit: 'each', in_stock: 1 },
84 { name: 'Ice Cream', category: 'frozen', price: 5.49, image: '๐Ÿฆ', description: 'Vanilla ice cream', unit: 'pint', in_stock: 1 },
85 { name: 'Frozen Vegetables', category: 'frozen', price: 2.99, image: '๐Ÿฅฆ', description: 'Mixed frozen vegetables', unit: '12oz bag', in_stock: 1 },
86
87 // Beverages
88 { name: 'Orange Juice', category: 'beverages', price: 3.99, image: '๐ŸŠ', description: 'Fresh orange juice', unit: '64oz', in_stock: 1 },
89 { name: 'Sparkling Water', category: 'beverages', price: 4.99, image: '๐Ÿ’ง', description: 'Sparkling water 12-pack', unit: '12 pack', in_stock: 1 },
90 { name: 'Coffee', category: 'beverages', price: 8.99, image: 'โ˜•', description: 'Ground coffee beans', unit: '12oz bag', in_stock: 1 },
91
92 // Snacks & Candy
93 { name: 'Potato Chips', category: 'snacks', price: 3.49, image: '๐Ÿฅ”', description: 'Classic potato chips', unit: 'bag', in_stock: 1 },
94 { name: 'Chocolate Bar', category: 'snacks', price: 2.99, image: '๐Ÿซ', description: 'Milk chocolate bar', unit: 'each', in_stock: 1 },
95 { name: 'Cookies', category: 'snacks', price: 4.49, image: '๐Ÿช', description: 'Chocolate chip cookies', unit: 'package', in_stock: 1 }
96 ];
97
98 for (const product of products) {
99 await sqlite.execute(
100 `INSERT INTO ${PRODUCTS_TABLE} (name, category, price, image, description, unit, in_stock)
101 VALUES (?, ?, ?, ?, ?, ?, ?)`,
102 [product.name, product.category, product.price, product.image, product.description, product.unit, product.in_stock]
103 );
104 }

At_your_doorstepCheckout.tsx1 match

@TechEnthusiastโ€ขUpdated 5 days ago
218 <div key={item.product.id} className="flex items-center gap-3">
219 <div className="w-12 h-12 bg-gray-100 rounded flex items-center justify-center">
220 <span className="text-lg">{item.product.image}</span>
221 </div>
222 <div className="flex-1">

At_your_doorstepCart.tsx2 matches

@TechEnthusiastโ€ขUpdated 5 days ago
52 <div key={item.product.id} className="p-4 border-b last:border-b-0">
53 <div className="flex items-start gap-3">
54 {/* Product Image */}
55 <div className="w-12 h-12 bg-gray-100 rounded flex items-center justify-center flex-shrink-0">
56 <span className="text-lg">{item.product.image}</span>
57 </div>
58

At_your_doorstepProductGrid.tsx2 matches

@TechEnthusiastโ€ขUpdated 5 days ago
42 {products.map(product => (
43 <div key={product.id} className="product-card bg-white rounded-lg shadow-sm border overflow-hidden">
44 {/* Product Image */}
45 <div className="h-48 bg-gray-100 flex items-center justify-center">
46 <span className="text-6xl">{product.image}</span>
47 </div>
48

untitled-4443index.html1 match

@Midigoโ€ขUpdated 5 days ago
8
9 <!-- Favicon -->
10 <link rel="icon" type="image/svg+xml" href="/frontend/logo.svg">
11
12 <!-- TailwindCSS -->

image_generator1 file match

@affulitoโ€ขUpdated 5 days ago
placeholdji

placeholdji2 file matches

@jjgโ€ขUpdated 1 week ago
Placeholder image service with emojis ๐Ÿ–ผ๏ธ
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