Coin Toss Probability Demonstrator – Online Long‑Run Simulator
Virtual flip coins thousands of times and see the heads/tails ratio converge to 50%. Interactive law of large numbers.
UD5 Toolkit
Test your GPU's compute performance with real WebGPU compute shaders
Test Breakdown
No results yet
History
| Date | GPU | Test | Size | GFLOPS | Time |
|---|---|---|---|---|---|
| No history | |||||
While graphics rendering focuses on pixels and triangles, GPU compute uses the same hardware for general-purpose parallel calculations — from AI inference to scientific simulations. WebGPU exposes both capabilities to the browser.
Many compute workloads are bottlenecked by how fast data can move between GPU memory and compute units, not by raw calculation speed. Our naive matrix multiply and vector add tests specifically measure this aspect.
Tiled algorithms use fast on-chip shared memory (workgroup memory) to reduce global memory traffic. A well-optimized tiled implementation can be 5–20× faster than a naive approach on the same hardware.
Virtual flip coins thousands of times and see the heads/tails ratio converge to 50%. Interactive law of large numbers.
Convert volumetric flow rate units: gallons per minute, liters per second, cubic meters per hour. Useful for plumbing and hydraulics.
Test your browser's built‑in speech recognition. Speak and see the transcribed text appear live. Must‑have for voice app devs.
See your website inside iframes at multiple breakpoints simultaneously. Side‑by‑side responsive testing.
Generate a realistic, random user‑agent string for desktop, mobile, or bot. Perfect for API testing and scraping.
Test a regex against long strings and measure execution time. Detect catastrophic backtracking patterns. Visual warning if slow.
Drag a virtual ruler across your screen to measure pixel distances. Horizontal and vertical guides. Useful for UI designers checking alignment.
Count total DOM nodes on the current page and show warnings if limits exceed best practices. Keep the DOM lean.
See a comprehensive table of which modern web APIs your current browser supports. Includes WebGPU, AVIF, and more.
Record your screen, window, or tab with audio directly in the browser. Download the recording as a WebM file. No upload.
Record your screen, window, or tab with audio directly in the browser. Download as WebM. No extension required.
Paste robots.txt content and parse it to check validity, find disallowed paths. Educational SEO tool. Local processing.
Paste HTML and see a before/after comparison of minified output. Check the byte savings. All local.
Adjust opacity visually with a slider and see the different CSS representations (opacity property vs RGBA/HSLA). Copy best option.
Tune your guitar using the browser microphone. Detects pitch and shows deviation from standard tuning. No installation, pure client-side audio processing.
Find the centroid (center of mass) of any convex polygon by entering vertex coordinates. Useful for physics and design.
Enter any two variables (speed, distance, time) and get the third. Supports mph, km/h, m/s and multiple units. Practical for runners and drivers.
Paste a robots.txt file and validate its syntax. See if a specific user‑agent can access a path. Essential for webmasters.
Convert pixel values to viewport‑relative units (vw, vh, vmax, vmin) for a specified breakpoint. Includes DVH and SVH. Essential for fluid layouts.
Play an audio file or use mic to see real‑time frequency bars. Choose colors. Great for music videos. Canvas.
Turn your browser screen into a full‑color flashlight or strobe. Adjust brightness and color. Simple utility.
Paste your speech, set time limit, and practice with a pacing indicator (words per minute). Refine delivery.
Compare :focus and :focus‑visible styling. See which one applies when using mouse vs. keyboard. Accessible focus management.
Convert pixel values to viewport‑relative units (vw, vh, vmin, vmax) based on a selected breakpoint. Precise responsive design.
Paste a user agent string to get a human-readable breakdown of browser, operating system, and device. See your own current agent info automatically.
Hear text spoken word by word with boundary events. See the exact index and character. Advanced TTS dev tool.
Build a properly formatted robots.txt file with user-agent rules and sitemap location. Validate syntax in real time. Essential for webmasters.
Play left‑only, right‑only, and frequency sweeps to test your speakers or headphones. Quick audio check.
Register a service worker, subscribe to push, and send a test notification using a VAPID key pair. Step‑by‑step demo.
Enter two dates and see the exact number of days, weeks, and workdays between them. Also shows the countdown or days since.