Gemini-Image-Banana-012 file matches
nasaImageDetails1 file match
nasaImage1 file match
imagen21 file match
imagen1 file match
tracey-mctraceface6 file matches
Do a drawing and see it with Gemini Flash 2.5 image gen
You can access search results via JSON API by adding format=json
to your query:
https://codesearch.val.run/?q=image&page=1&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 12680 results for "image"(970ms)
9ability to munge an arbitrary event webpage → structured data → Notion db.
1011
1213[(source)](https://mermaid.live/edit#pako:eNplkt1um0AQRl9lNFetAm4cjKGoddWfqGqkJpFi9aLiZg1jTMPukN2hbmr53bsbnLSN2Qt24TtzZgQ7rLgmLNDR3UCmok-taqzSpQF_fWC-1crediTxYnHyTXWw5K0p4PP5El69G2z39o1jTUA_yQhsadWrhhYj_JgO5EVrlKdIQDYEnoOKjQRGOQiG2gdHLERjz8R_bV8PgSdozXZUHpuuejLvv3jX9TJOY6MMw7aVDbh7J6Sht6x7gZNDx_-rR_aZ3IkdKhks1VArUfDi4ubqEnj1Y6wrrXQUhZGi8N5vSaqXx31dsrTsy7XGkRV_E4bz0IODejXGx8gzvSU3dMdz_pPouDmkwNd0d10rVBqMsLFtjYVvnyLUZLUKR9yFWiX676CpxMJva1qr4MDS7D3WK_OdWT-Slodmg8Vadc6fhj4MefhJnp5aMjXZjzwYwWI2faiBxQ5_YTGdzydJliZJOsv9Ss7yCO-xyLNJPpumZ8k8y7PXp_l8H-HvB-vpJM_S_R_n7te3)
147*/
148generateBasicAd(ad) {
149if (!ad.imageUrl && !ad.clickUrl && !ad.title) return '';
150151const wrapperStart = ad.clickUrl ?
166<div class="text-center">
167${ad.title ? `<h3 class="text-xl font-semibold text-gray-800 mb-4">${ad.title}</h3>` : ''}
168${ad.imageUrl ? `
169<div class="mb-4">
170<img src="${ad.imageUrl}"
171alt="${ad.title || 'Advertisement'}"
172class="max-w-full h-48 object-contain mx-auto rounded-lg shadow-sm"
405<div class="text-center">
406\${ad.title ? \`<h3 class="text-xl font-semibold text-gray-800 mb-4">\${ad.title}</h3>\` : ''}
407\${ad.imageUrl ? \`
408<div class="mb-4">
409<img src="\${ad.imageUrl}"
410alt="\${ad.title || 'Advertisement'}"
411class="max-w-full h-48 object-contain mx-auto rounded-lg shadow-sm"