Skip to content

Instantly share code, notes, and snippets.

View z1lc's full-sized avatar
🗃️
reviewing flashcards

Rob Sanek z1lc

🗃️
reviewing flashcards
View GitHub Profile
@z1lc
z1lc / gemini-infographic-prompt.md
Created August 9, 2025 17:47
The prompt to generate an infographic using Gemini's Deep Research

Act as an expert frontend developer, data analyst, and UI/UX designer specializing in data visualization. Your task is to generate a complete, single HTML file for a single-page application (SPA) infographic.

Objective: The SPA infographic must effectively present complex data based on the provided source material (e.g., a report, a dataset, or a detailed brief). This includes displaying numerous data points, statistics, forecasts, comparisons, and potentially process flows or relationships within the chosen subject. The goal is easy digestion and understanding for the user within a single, scrollable page, presented through a compelling narrative using the most appropriate visualizations. Your response and SPA infographic should adopt the tone and terminology appropriate for the provided source material's subject matter and intended audience.

Content Focus: The infographic will visualize the key data and concepts from the provided source material. The specific content will depend en

@z1lc
z1lc / cloze creator.html
Created August 20, 2025 21:04
easily create a set of Cloze deletions from a newline-seperated list
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Anki Cloze Deletion Helper</title>
<!-- Tailwind CSS for styling -->
<script src="https://cdn.tailwindcss.com"></script>
<!-- Google Fonts for a clean, modern look -->
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">