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=540&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 6748 results for "image"(1960ms)

cerebras_codermain.tsx1 match

@AIdubUpdated 4 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

intelligentMagentaDeermain.tsx1 match

@arhammUpdated 4 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

@shcUpdated 4 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

@mistathehaterUpdated 4 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

@CreditizensUpdated 4 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

@yosee46Updated 4 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

@kastiendevopUpdated 4 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

freshmain.tsx15 matches

@yawnxyzUpdated 4 months ago
142 .logo img {
143 object-fit: contain;
144 object-position: left; /* Align image content to the left */
145 height: 100px;
146 width: 200px;
274 paymentInstructions: 'Please make payment via bank transfer to:\nBank: First Agricultural Bank\nAccount: 1234567890\nRouting: 987654321\nAccount Name: Sunny Grove Citrus LLC',
275 issuer: 'Sunny Grove Citrus LLC\nLucy Lemon, Owner\n456 Citrus Valley Road\nGrove District\nVentura, CA 93001\nUnited States\nFederal Tax ID (EIN): 12-3456789',
276 logoUrl: 'https://images.unsplash.com/photo-1534531173927-aeb928d54385?q=80&w=400&h=200&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D',
277 paymentLink: 'https://example.com/pay/demo-invoice',
278 message: "Thank you for choosing Sunny Grove Citrus! We take pride in delivering the finest organic Meyer lemons to your stores. Your business means the world to us. 🍋✨",
624 // Convert SVG to a data URL
625 const svgString = new XMLSerializer().serializeToString(svgElement);
626 const svgBlob = new Blob([svgString], { type: 'image/svg+xml' });
627 const url = URL.createObjectURL(svgBlob);
628
634
635 // Enable crisp edges
636 ctx.imageSmoothingEnabled = false;
637
638 // Create an image from the SVG
639 const img = new Image();
640 img.src = url;
641
642 // Wait for the image to load and render it to canvas
643 await new Promise((resolve) => {
644 img.onload = () => {
645 ctx.drawImage(img, 0, 0, size, size);
646 // Replace SVG with canvas-generated image
647 const pngUrl = canvas.toDataURL('image/png');
648 const newImg = document.createElement('img');
649 newImg.src = pngUrl;
671 margin: [0.5, 0.5, 0.5, 0.5],
672 filename: 'invoice-' + this.invoice.number + '.pdf',
673 image: { type: 'jpeg', quality: 1 },
674 html2canvas: {
675 scale: 2,
833 <meta property="og:description" content="Deliver free invoices instantly to your client's door, with our free browser-based invoice generator. No signup required!">
834 <meta name="twitter:description" content="Deliver free invoices instantly to your client's door, with our free browser-based invoice generator. No signup required!">
835 <meta property="og:image" content="https://f2.phage.directory/capsid/nfi8lRWJ/fresh-invoices.png">
836 <meta name="twitter:image" content="https://f2.phage.directory/capsid/nfi8lRWJ/fresh-invoices.png">
837 <meta property="og:type" content="website">
838 <meta name="twitter:card" content="summary">
844 <link
845 rel="icon"
846 href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 128 128'%3E%3Cpath fill='%23757f3e' d='M24 29.48L13.08 54.15l.91 29.83s6.07 19.56 6.37 19.77c.3.2 1.31-.25 3.74-4.6s8.6-13.05 9.1-15.17c.51-2.12.71-17.39.71-17.39l1.42-32.87z'/%3E%3Cpath fill='%2394a61d' d='M24.03 30.48S4.09 49.65 4.08 68.11c0 12.85 6.27 19.92 7.79 22.45s5.06 7.99 5.87 9.1s1.79 3.21 2.49 4.02c.71.81-.07-5.34-.88-7.86c-.81-2.53-3.02-16.26-3.03-25.28c-.01-9.88.83-21.85 4.28-29.1c3.81-8 7.39-11.78 7.39-11.78z'/%3E%3Cpath fill='%23fcc219' d='M30.68 33.02s-5.87 2.93-6.07 6.47s1.62 7.18 2.33 12.03s.71 11.02.81 12.84C27.84 66.19 33 78.53 33 78.53l32.06 28.72l40.15 1.21s12.64.71 14.26-1.21s4.68-6.23 5.06-9.1c.71-5.36-1.21-8.19-2.63-16.79c-.6-3.66-.81-17.98-6.27-29.43c-6.17-12.94-18.41-24.27-43.18-27.51c-18.01-2.35-27.1 1.42-29.73 1.01c-2.63-.4-4.75-1.62-7.79-.2c-3.89 1.81-4.25 7.79-4.25 7.79'/%3E%3Cpath fill='%23f7932a' d='M110.77 112.2c4.77.16 7.28-2.53 8.29-3.64s3.04-4.93 3.04-4.93s-3.45 2.91-7.39 2.7c-3.94-.2-9.2-1.21-12.34-1.52s-13.05 1.92-25.08-.71s-25.31-9.28-34.08-17.9c-11.83-11.63-15.6-24.64-15.6-24.64s-.58 16.14 10.75 30.91s22.86 20.02 37.01 21.54c16 1.71 24.98-1.92 27.3-2.02c2.34-.09 5.17.11 8.1.21'/%3E%3Cpath fill='%23ffebc9' d='M53.03 35.34c-.3 3.14 1.62 5.46 3.94 5.87c2.5.43 6.27-.2 11.83 2.93c5.56 3.14 13.37 10.96 18 6.78c4.25-3.84-2.63-10.92-5.06-13.05c-2.43-2.12-8.49-7.58-19.92-7.79c-6.57-.11-8.59 3.14-8.79 5.26'/%3E%3Cpath fill='%23757f3e' d='M20.36 17.34c-.02-.75-.71-4.95-2.72-3.98c-3.47 1.66-4.78 4.1-3.65 6.92c1.42 3.54 3.8 5.84 6.37 8.49c1.97 2.04 5.87 6.17 7.28 7.38c1.42 1.21 3.51 2.86 5.97-.3c2.62-3.37.85-3.98-1.38-6.11S29 26.9 24.71 22.5c-2.15-2.21-4.33-4.41-4.35-5.16'/%3E%3C/svg%3E"
847 />
848</head>
1201 class="h-[100px] w-[200px] object-contain border rounded bg-white"
1202 alt="Company logo"
1203 @error="$el.classList.add('border-red-500'); $el.title='Failed to load image'"
1204 >
1205 </div>

cerebras_codermain.tsx1 match

@gerredUpdated 4 months ago
1023 <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."">
1024 <meta property="og:type" content="website">
1025 <meta property="og:image" content="https://stevekrouse-blob_admin.web.val.run/api/public/CerebrasCoderOG.jpg">
1026
1027

cerebras_codermain.tsx1 match

@haziq_exeUpdated 4 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

thilenius-webcam1 file match

@stabbylambdaUpdated 2 days ago
Image proxy for the latest from https://gliderport.thilenius.com

image-gen

@armadillomikeUpdated 5 days 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