
Body Fat Calculator - Estimate Your Body Fat Percentage
Body Fat Calculator Male Female Height cm Weight kg Waist cm Neck cm Hip cm Age yrs Calculate Body Fat ...

Body Fat Calculator Male Female Height cm Weight kg Waist cm Neck cm Hip cm Age yrs Calculate Body Fat ...

A bookmarklet is a bookmark that runs JavaScript on any page. Paste your JS code below, click Convert, drag it to your bookmark bar, and it works instantly — no extensions needed. JavaScript Code Paste your JavaScript here Minify (remove comments & whitespace) URI encode Wrap in IIFE (void function(){...}()) Convert to Bookmarklet Clear Test in Console Bookmarklet Output Copy Characters: 0 Size: 0 B Status: — Drag this button to your bookmark bar: Bookmarklet (Show your bookmark bar: Ctrl+Shift+B / Cmd+Shift+B) Ready-to-Use Examples Highlight Links Dark Mode Toggle Font Size Changer Print Page Scroll to Top Word Count Copy Page URL+Title Related Tools: Code Minifier URL Encoder How to Use a Bookmarklet Paste your JavaScript into the code area above (or pick an example). Click Convert — the tool wraps your code in a javascript: URI. Drag the generated button to your browser’s bookmark bar. Visit any page and click the bookmark — your script runs instantly. Tips Minify strips comments and whitespace, keeping the URL short. IIFE wrap prevents your variables from polluting the page’s global scope. URI encode is required for special characters like spaces, quotes, and ampersands. Most browsers cap bookmarklet URLs at ~2 KB — keep scripts lean. Use alert() or console.log() to debug output during testing. Related Tools Code Minifier — Minify JS, CSS, and HTML files. URL Encoder — Encode/decode URL components manually.

Design and download professional business cards instantly — no signup required. Card Details Full Name ...

Enter a value in any unit below and instantly see it converted into all other data size units — both binary (base-2) and decimal (base-10). The bandwidth calculator at the bottom estimates download time from file size and connection speed. Data Size Converter Value Bit (b) Byte (B) Kilobyte — KB (10³) Megabyte — MB (10⁶) Gigabyte — GB (10⁹) Terabyte — TB (10¹²) Petabyte — PB (10¹⁵) Kibibyte — KiB (2¹⁰) Mebibyte — MiB (2²⁰) Gibibyte — GiB (2³⁰) Tebibyte — TiB (2⁴⁰) Pebibyte — PiB (2⁵⁰) Convert Clear Please enter a valid non-negative number. ...

...

Find out how many calories your body needs each day — then plan smarter with macro breakdowns and weight goal targets tailored to your lifestyle. Your Details Gender Male Female Age Height cm ft/in cm ft in Weight kg lbs kg Activity Level Sedentary (little or no exercise) Lightly Active (1–3 days/week) Moderately Active (3–5 days/week) Very Active (6–7 days/week) Extra Active (hard exercise + physical job) Formula Mifflin-St Jeor (recommended) Harris-Benedict Mifflin-St Jeor is considered the most accurate for most adults. ...

Carbon Footprint Calculator Estimate your annual CO2 emissions across transport, home energy, and food choices. ...

Generate professional changelogs in Keep a Changelog format. Add version info, categorize your changes, preview the output, and copy or download — no account needed. Quick Presets Major Release Minor Update Patch / Bugfix Security Update Clear All Release Info Version Number Release Date Project Name (optional) Change Entries Added 0 ▼ + Add entry Changed 0 ▼ + Add entry Deprecated 0 ▼ + Add entry Removed 0 ▼ + Add entry Fixed 0 ▼ + Add entry Security 0 ▼ + Add entry Append to Existing Changelog Paste your existing changelog below. The new release will be prepended above it. ...

Checklist Maker Export as Text Clear Completed + Add List + Add No items yet. Add one above! Delete This List Kanban board -> Kanban Board ...

Chmod Permission Calculator Quick Presets 644 — Files 755 — Directories 600 — Private 777 — All Access 444 — Read-Only 700 — Owner Only 664 — Group Write 640 — Group Read Octal Value Type any octal value (000–777) or use the grid below Permission Grid Entity Read (r) Write (w) Execute (x) Octal Owner (u) ✓ ✓ ✓ 7 Group (g) ✓ ✓ ✓ 5 Others (o) ✓ ✓ ✓ 5 Special Permissions ✓ setuid — Run as file owner ✓ setgid — Run as group owner ✓ Sticky bit — Restrict deletion Result Octal (Numeric) 755 Symbolic Notation rwxr-xr-x rwxr-xr-x chmod 755 filename Copy What do permissions mean? Read (r) = 4 File: view contents. Directory: list contents (ls). Write (w) = 2 File: modify or delete. Directory: create/delete files inside. Execute (x) = 1 File: run as a program. Directory: enter (cd) the directory. Owner (u) The user who owns the file. Usually the creator. Group (g) Users in the file's associated group. Others (o) Everyone else on the system. setuid (4000) Executable runs with the owner's privileges. Appears as 's' in owner execute bit. setgid (2000) Executable runs with group's privileges. New files in dir inherit group. Sticky bit (1000) Only the file owner can delete files in a directory. Used on /tmp. Related Tools Build cron expressions → Cron Expression Generator ...