Decibel Level Reference – Online Common Sound Examples
Interactive scale showing dB levels of everyday sounds with playable samples. Hearing safety.
UD5 Toolkit
Explore default CSS applied by browsers to HTML elements — understand the cascade starting point.
The preview renders inside a sandboxed iframe with zero author CSS — only the browser's User Agent styles apply.
<h1> appears large and bold, <ul> has bullet points and left padding, and <a> links are blue and underlined — even when you write zero CSS. The UA stylesheet forms the base layer of the CSS cascade.
<button>, <input>, and <select> vary significantly — Firefox uses a distinct 3D border style, Chrome applies its own rounded native look, and Safari uses the macOS aqua theme.<body> margin (usually 8px across all), <pre> formatting, and <hr> border styles.border-spacing may be 2px (most) or 1px (older engines).*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } and then selectively style elements.Interactive scale showing dB levels of everyday sounds with playable samples. Hearing safety.
Searchable list of Q-codes with meanings. Also includes RST system. Prepare for license.
Enter a URL and extract the font stacks and web font URLs used on that page. Quick typography research.
See which fonts map to generic families (serif, sans‑serif, monospace) on different operating systems. A handy reference.
Paste your CSS and see warnings for properties that have limited browser support. Links to CanIUse. Modernize safely.
Search and browse a comprehensive table of SI units and common imperial conversions. For students and engineers.
Search by country or currency name to find its symbol and code. Quick static reference for international business.
Select a folder of images and start a full‑screen slideshow right in your browser. Adjust interval and transition. No upload.
See how many tabs you have open and estimate memory usage based on navigator object. Fun productivity check.
Generate a hash showing how trackers can fingerprint your browser (canvas, WebGL, fonts). Educational and privacy‑aware.
Searchable grid of all named HTML character entities with previews. Click to copy &, <, © etc. For web devs.
Look at HTTP headers and JavaScript objects to guess which browser extensions might be installed. For awareness.
Searchable table of well‑known TCP and UDP ports with their services. Check 80, 443, 3306, and many more.
Reference diagrams for USB‑A, USB‑C, micro‑USB pinouts. See wire colors and signal descriptions. Hardware hacking helper.
See the current UV index forecast or enter a value to learn protection needed (SPF, hat, shade). Educational.
Enter an English word to get a brief etymology (Latin, Greek, etc.) and root meaning. From curated static data.
Enter a number of sides (3‑100) and get the correct polygon name (triangle, hectogon). Fun geometry reference.
Click a planet to see mass, diameter, moons, temperature, and distance from sun. Beautifully styled static data.
Scroll through thousands of pre‑computed digits of π. Search for a specific string of digits. For math lovers.
Paste a raw cookie string and see a formatted key‑value table. Debug session cookies and understand flags. Runs in browser.
Record your screen, application window, or browser tab directly using the Screen Capture API. Download as WebM. All local.
Display a dynamic list of keyboard shortcuts for the current browser and operating system. Filter by category. Keep it open for reference.
A searchable list of essential Docker CLI commands for managing containers, images, and volumes. Copy-paste friendly. Always handy.
Quick reference for frequently used Git commands with examples. Searchable and categorized. A handy resource for all developers.
A complete, searchable list of all 140+ named HTML/CSS colors with their hex codes and color previews. Click to copy code. Essential web reference.
Look up quick facts about any country: capital, population, currency, flag, and continent. Static data, fast search. Great for travel and education.
Display detailed information about your current browser, including version, JavaScript status, cookie support, and screen size. Works instantly with no input.
Paste a user agent string to get a human-readable breakdown of browser, operating system, and device. See your own current agent info automatically.
Interactive ASCII table showing decimal, hex, octal, and binary codes for all standard and extended ASCII characters. A classic programmer reference.
A complete reference of HTTP status codes with explanations. Search and filter by code or category. Useful for API developers and web debugging. Static and fast.