GIF Speed Changer – Online Slow Down or Speed Up
Load a GIF and adjust playback speed. Save modified GIF. Pure client-side processing.
UD5 Toolkit
Reduce PDF file size directly in your browser. 100% private – no upload needed.
Local Processingor click to browse
Load a GIF and adjust playback speed. Save modified GIF. Pure client-side processing.
Load an animated GIF and adjust its frame delay to make it slower or faster. Download the modified GIF. All local.
Drop a file to see its MIME type and the first few magic bytes (hex and ASCII). No upload, works instantly.
Enter the dimensions of your insert and get the correct envelope size (DL, C6, etc.). Quick mail guide.
Drop a file and see its detected type based on the first bytes (magic number). Identifies hundreds of formats. Local.
Plot different Big‑O complexities on a chart. See how O(log n) stays flat while O(2^n) explodes. Educational reference.
Enter a URL and get a quick simulation of First Contentful Paint, LCP, and CLS using browser metrics. Lightweight alternative.
Search for any file extension to see its full name, MIME type, and description. Covers thousands of entries. Static data.
Remove the original audio from a video and attach a new soundtrack. Or extract audio. All processed locally.
Track personal expenses and categorize spending. Interactive charts show where your money goes. All financial data remains in your browser only.
Nest elements in 3D space with preserve‑3d vs flat. Rotate the parent and see children behave differently.
Easily format, validate, and beautify XML documents. Minify XML data with a single click. All processing happens locally in your browser for maximum privacy.
Play any video at 0.25x to 4x speed. Save the modified speed as a new file. Perfect for analysis or fun.
Play any video at a custom rate (0.25x to 4x) without audio pitch change. Save the playback speed as a link. Local.
Check English spelling and get suggestions using the browser's built-in dictionary. Highlight errors instantly. No data leaves your machine.
Generate a checklist for traveling with only a carry‑on. Mix‑and‑match outfits. Toiletries rules.
Watch classic sorting algorithms step through a randomized bar chart. Adjust speed and array size. Great for learning algorithm efficiency.
Upload multiple text files and concatenate them into one, with optional separators. No upload; processed instantly.
See how WeakMap and WeakSet work. Add objects as keys and watch references. Understand memory‑efficient collections.
Convert any phrase into the NATO phonetic alphabet (Alpha, Bravo, Charlie…). Copy or hear pronunciation. Useful for call centers.
Normalize text to any Unicode normalization form to prevent encoding bugs and ensure consistent comparison. Essential for i18n developers.
Paste a string and get a clean, safe file name by replacing forbidden characters. Works for Windows, Mac, Linux.
Convert nested JSON translation files into a flat CSV table for translators. Also reverse back. Local only.
Enter an acronym and see its most common full forms. Static dictionary. No internet needed after load.
Sort hundreds of lines alphabetically, reverse alphabetically, or by length. Deduplicate option. All local.
Paste words with translations, shuffle, test yourself. Simple local spaced recognition.
Shows each character's 7‑bit or 8‑bit binary representation. Includes space separation. For learning binary encoding.
Understand how !important behaves inside @layer vs unlayered styles. Interactive example. Avoid common pitfalls.
Paste text and detect its language (70+ languages) using a simple character n-gram model implemented in JavaScript. No server communication.
Apply the drop‑shadow() filter and compare it with box‑shadow. See how it follows the contour of transparent images. Copy code.