Estimate transfer time from file size, connection and overhead.
Web & codeCategories
Web & code
HTML, CSS, JSON, CSV, Base64, URLs, regex and browser debugging.
Show how large text becomes in bytes.
Web & codeSplit a URL into host, path, query and hash.
Web & codeMake query parameters visible and reusable.
Web & codeInspect query parameters, duplicate keys, UTM fields and a JSON handoff view.
Web & codePretty-print JSON and show syntax errors.
Web & codeFind JSON.parse errors with position, context and next debugging step.
Web & codeRemove unnecessary whitespace from JSON.
Web & codeSort object keys for easier comparison.
Web & codeShow CSV data as a readable browser table.
Web & codeConvert tab-separated tables into CSV.
Web & codeSwitch between comma, semicolon and tab delimiters.
Web & codeEncode text locally as Base64.
Web & codeDecode Base64 into readable text.
Web & codeEncode special characters for URL parameters.
Web & codeDecode URL-encoded text.
Web & codeTest patterns, matches and flags locally.
Web & codeConvert simple key:value notes into JSON drafts.
Web & codeEscape characters for XML and small markup fragments.
Web & codeEscape and unescape HTML special characters.
Web & codeConvert flat JSON objects into query parameters.
Web & codeConvert URL parameters into a JSON object.
Web & codeBuild simple cron expressions from readable schedules.
Web & codeExplain minutes, hours, days and weekdays in a cron expression.
Web & codeTranslate Unix permissions between numeric and rwx notation.
Web & codeExplain common HTTP status codes with a debugging note.
Web & codeFind Content-Type hints for file extensions.
Web & codeParse browser, operating system and bot signals from user agent strings.
Web & codeIndent small HTML snippets into a more readable shape.
Web & codeFormat CSS rules into copy-ready blocks.
Web & codeBreak simple SQL statements around keywords.
Web & codeClean small JavaScript snippets for tickets and notes.
Web & codeIndent XML and SVG snippets into a readable form.
Web & codeNormalize simple YAML notes without server contact.
Web & codePreview Markdown as a safe text structure with headings and lists.
Web & codeCompare two JSON blocks through their formatted structure.
Web & codeConvert arrays of objects into CSV rows.
Web & codeConvert small CSV tables into JSON objects.
Web & codeConvert decimal numbers to binary, octal and hexadecimal.
Web & codeRemove unnecessary whitespace from small HTML blocks.
Web & codeCompress small CSS blocks without a build tool.
Web & codeTurn simple cURL commands into a fetch draft.
Web & code