Cloze Test Generator - Online Remove Words for Learning
Paste a passage and automatically remove every nth word to create a fill‑in‑the‑blank exercise. For teaching and self‑study.
UD5 Toolkit
The classic coding challenge – now interactive, customizable, and instructive.
function fizzBuzz(n) {
for (let i = 1; i <= n; i++) {
let output = '';
if (i % 3 === 0) output += 'Fizz';
if (i % 5 === 0) output += 'Buzz';
console.log(output || i);
}
}
Modify the rules above and see how the logic adapts in real time.
Paste a passage and automatically remove every nth word to create a fill‑in‑the‑blank exercise. For teaching and self‑study.
Enter a list of words and generate a custom word search puzzle in PDF/PNG format. Great for teachers and parties. Local.
Set a cron expression and see a calendar of the next 1,000 execution times. Never miss a schedule again.
Build cron expressions using a visual editor with dropdowns. See human-readable description and next run times. Easier than raw cron.
Click for a random drawing or sketching idea. Characters, objects, scenes. Beat artist's block. All local.
Request notification permission and create a push subscription. See the subscription object. Learn how web push works.
Pop the virtual bubble wrap with mouse or touch. Satisfying sound and reset button. Pure stress‑busting fun in your browser.
Generate random icebreaker questions for meetings, parties, or classrooms. Categories for work, fun, and deep talks.
Generate a sheet of random arithmetic problems (+, -, Ă—, Ă·) with configurable digits. For kids and brain training.
Test prompt formatting without calling an LLM. See how your prompt would look with different templates. Dev tool.
Generate a paragraph of meaningless corporate jargon. 'We must synergize our scalable core competencies.'
Calculate large Fibonacci numbers in a Web Worker. See the UI remain responsive. Copy the pattern for your app.
Generate a random potion with a color, effect, and ingredient list. Ideal for RPG item shops and worldbuilding.
Simulate paint colors on a pre-loaded room photo by adjusting hue, saturation. Find your perfect shade before buying. Local canvas.
Click to build a laundry symbol and learn its meaning, or look up common symbols. Never ruin clothes again.
Make your text look like the Dunder Mifflin logo heading. Bold, wide‑spaced, and ready to copy. For fans.
Generate a random emoji for reactions, game prompts, or just fun. Full Unicode emoji set. One-click copy.
Split a text into an array of individual characters, ready to paste into code. Options for quotes and newlines.
Open many parallel WebSocket connections and send messages. Test your server's concurrency. All from your browser.
Create a rebus puzzle by combining emojis and letters, then challenge friends to solve. Fun brain teaser.
Generate a random name for a board game or card game. Combines adjectives and nouns. Ignite your game design creativity.
Ask a yes/no question and click to reveal a classic Magic 8-Ball response. Animated shake effect. Nostalgic fun, pure local randomness.
Enter keywords and get domain name ideas by mixing, prefixing, suffixing, and replacing. Check availability indication.
Enter a GraphQL endpoint, write a query, and see the response. Add headers and variables. Simple testing client.
Simulate memory page reference strings with FIFO, LRU, and Optimal algorithms. See page fault count. OS concept demo.
Translate a short, randomly generated emoji sequence into words. Guess the movie or phrase. Fun for chats.
Describe cron schedule expressions in plain English and test future execution times. Indispensable for DevOps and backend developers. Local analysis.
Create random strings of any length using custom character sets. Perfect for generating API tokens, salts, and unique codes. Fully client-side secure.
Drag a battery, resistor, LED onto a grid and simulate current flow. Show Ohm's law in action.
Create a foreboding dungeon name for your next D&D adventure. With optional adjective and location. Pure fantasy fun.