You:Build a todo list web app: add tasks, complete them with a checkbox, delete them. Single self-contained index.html.
aleksandrs-MacBook-Pro.local
You:Build a single-file Breakout game as index.html: a <canvas> playfield, a paddle moved with the left/right arrow keys, a bouncing ball, a grid of bricks that disappear when hit, and a visible score cou
You:Build a todo list web app: add, complete (checkbox), delete tasks. Single self-contained index.html.
You:Create a small static website for a coffee shop called 'Kanbaru Coffee' with exactly three files: index.html (home page, must link to about.html), about.html (about page), and style.css (shared styles
You:The tests in this repo fail. Run python3 test_calc.py to see the failure, find the bug in calc.py, fix it, and re-run the tests until they pass.
You:Write a python script stats.py that reads numbers (one per line) from stdin and prints three lines: min, max and mean, each formatted to 2 decimal places. After writing it, run: printf '1\n2\n4\n' | p
You:Reply with ONLY a JSON object (no prose, no code fences) of the form {"status": "ok", "fruits": [...]} where fruits is an array of exactly three fruit names.
You:Using your file/exec tools, create a file named report.txt in your workspace whose content is exactly the single line: vibetest ok
You:What is the capital of Australia? Answer with just the city name.
You:Remember this fact: my favourite GPU is the Tesla V100 and my project codename is KANBARU. Now, without me repeating it, tell me: what is my project codename and what GPU do I like? Then store this fa
You:Do this in two steps using your tools: (1) compute the sum of squares of integers 1..10, (2) write a file named squares.txt in the current working directory containing exactly that number. Tell me the
You:What is 1234 * 5678? Use your calculator tool if you have one. End your answer with the exact number.