User Idle Time Display - Online See Seconds Since Activity
Shows a counter of how many seconds you have been idle. Tracks mouse and keyboard activity without recording.
UD5 Toolkit
Shows a counter of how many seconds you have been idle. Tracks mouse and keyboard activity without recording.
Convert any photo into a stark 1âbit blackâandâwhite image (no grays). Adjust threshold. Save as PNG.
Convert text into binary digits and decode binary back to readable text. Handy for education and computer science. All conversions performed locally in your browser.
Paste text to calculate the estimated reading time based on your WPM. Set speaking time too. Perfect for speeches.
Morse characters flash on screen; you must tap them correctly on a single button. Points for accuracy and speed. Learn Morse in a fun way.
Set up resources and processes and run the Banker's algorithm to check for safe states. Classic OS deadlock avoidance demo.
Convert any image into a raw binary array of RGBA values. For use in embedded systems or game development. Copy as Uint8Array.
Test the Fullscreen API: request fullscreen on a colored div, detect changes, and copy the JavaScript boilerplate.
Check if a website is globally reachable or experiencing issues. Status code and latency displayed. Quick browser-side test.
Measure your internet connection speed by downloading and uploading a small test file. Works from your browser.
Simulate a fullâpage screenshot by stitching screen captures (limited). Works best on simple pages. Use browserâs native capture.
Quickly estimate your internet connection speed by downloading a small test file. See class and recommendations.
Turn any photo into a mosaic of colored blocks or pixel art. Choose block size and palette. Download as PNG. Pure canvas.
Upload a photo and convert it to a 1âbit dithered image (FloydâSteinberg). Download as PNG. Local only.
Tap any key multiple times. Shows average BPM, standard deviation, and a visual metronome beat. More accurate than simple tap.
Enter a URL and get a rough client-side performance simulation: request count, DOM size, and potential speed tips. No real Lighthouse.
Detect browser support for fontâtech() and fontâformat() values in @fontâface src. Check COLRv1, variable, etc.
Calculate swim pace per 100m or 100yd based on total time and distance. Predict race times. For pool and open water swimmers.
Simulate random mouse moves, clicks, or keystrokes to test idleâtimeout logic. Stops when you move the mouse. Dev test.
Animate text that looks like it's being decoded or scrambled before settling on the final word. Copy the JS snippet.
Request permission and detect when the user is idle (away from keyboard). See screen lock state. For nativeâlike apps.
Type a UPC or EAN number and see how a laser scanner would identify it, plus check digit validation.
Enter your current savings, monthly contribution, and target amount. Calculate time needed and suggestions. Private.
Calculate the breakâeven point in units and dollars. Input fixed costs, variable cost per unit, and price.
Estimate hiking time using Naismith's rule (distance + elevation gain). Adjust for terrain and fitness. Plan your outdoor adventure.
Create a trippy slitâscan effect from any image. Simulates the famous photographic technique. Adjust direction and width.
Convert dates between Hijri and Gregorian using the Umm alâQura algorithm. Approximate local moon sighting may vary.
Compare fontâdisplay values (block, swap, fallback, optional) on the fly. See how text renders during web font load. Choose the right strategy.
Enter a reference port's high tide and see estimated tides for the next 3 days using rule of twelfths. Educational.
Compare textârendering: auto, optimizeSpeed, optimizeLegibility, geometricPrecision. See kerning and ligature changes live.