Cron Job Simulator - Online Visual Schedule Tester
Set a cron expression and see a calendar of the next 1,000 execution times. Never miss a schedule again.
UD5 Toolkit
Set a cron expression and see a calendar of the next 1,000 execution times. Never miss a schedule again.
Assign an ICC profile to an image and simulate how it would look on another device. For accurate color workflows. Local.
Input telescope and eyepiece parameters to see a simulated view of the Moon or Andromeda. Plan observations.
Simulate paint colors on a pre-loaded room photo by adjusting hue, saturation. Find your perfect shade before buying. Local canvas.
Simulate memory page reference strings with FIFO, LRU, and Optimal algorithms. See page fault count. OS concept demo.
Enter processes and see how different scheduling algorithms handle them. Gantt chart generation. OS course helper.
Open many parallel WebSocket connections and send messages. Test your server's concurrency. All from your browser.
Compute confidence intervals for a population mean (known/unknown sigma) and proportion. All popular Z/T values. Local.
Manipulate RGB and brightness curves with interactive splines. Apply professional color grading to your images. Fully in-browser.
Select telescope and eyepiece parameters to see the field of view circle on a simulated night sky image.
Experience the four stages of rock tumbling virtually. Start with rough stones and watch them polish over 'days'. Satisfying.
Drag an angle around the unit circle and see sin, cos, tan values change live. Degrees and radians display. Perfect for learning trig.
Plot one or more mathematical functions f(x) on a 2D canvas. Zoom, pan, and see intersections. Great for calculus and algebra. Purely client‑side.
Test prompt formatting without calling an LLM. See how your prompt would look with different templates. Dev tool.
Upload an image and see its 2D FFT magnitude and phase. Learn how image filtering works. Educatinal tool. Canvas.
Build a GraphQL query by selecting fields and nesting visually. Copy the built query string. For learning and fast prototyping.
Calculate load capacitors for a crystal oscillator given stray capacitance and crystal CL. Essential for microcontroller circuit design. Local.
Generate a sheet of random arithmetic problems (+, -, ×, ÷) with configurable digits. For kids and brain training.
Connect a game controller and see every button press, axis movement, and vibration test. Uses the Gamepad API.
Run the classic FizzBuzz with custom rules. See the output for any range. A beginner programmer's playground.
Request notification permission and create a push subscription. See the subscription object. Learn how web push works.
Paste a JSON object and see a dynamic, draggable tree graph representation. Excellent for debugging nested data.
Click for a random drawing or sketching idea. Characters, objects, scenes. Beat artist's block. All local.
Enter a GraphQL endpoint, write a query, and see the response. Add headers and variables. Simple testing client.
Ask a yes/no question and click to reveal a classic Magic 8-Ball response. Animated shake effect. Nostalgic fun, pure local randomness.
See interactive Venn diagrams for SQL JOINs: INNER, LEFT, RIGHT, FULL, CROSS. Understand set theory visually. Local static site.
Build cron expressions using a visual editor with dropdowns. See human-readable description and next run times. Easier than raw cron.
Combine a Pomodoro timer with a simple task list. Assign estimated Pomodoros to tasks and track completions. Boost focus and get things done.
Split a text into an array of individual characters, ready to paste into code. Options for quotes and newlines.
Watch a simulation of how the JavaScript event loop handles synchronous code, microtasks, and macrotasks. Learn async.