Development
Convert an N-bit value to binary, Gray, one-hot and thermometer codes with a counting truth table, Hamming-distance chart and Verilog/VHDL encoder stubs.
gray-code-and-thermometer-bcd-encoder-visualizerDevelopment
Drop any game save file — Minecraft NBT, Unreal Engine GVAS, Palworld containers, JSON/XML/INI/Lua text saves, SQLite profiles — and get the detected format, engine versions, key progress fields and a bounded structural tree.
game-save-viewerDevelopment
Decompose a directed or undirected graph with Tarjan's 1972 iterative SCC algorithm cross-checked against Kosaraju's two-pass; find articulation points and bridges via low-links; build the condensation DAG with a Kahn topological order; report cycles (nodes on cycles, self-loops) and depth-limited BFS/DFS traversals.
tarjan-scc-tarjan-bridge-and-strongly-connected-components-topological-order-graph-decomposerDevelopment
Upload a PE-COFF (.exe/.dll), ELF or Mach-O binary and parse its headers end to end: DOS/PE signature, COFF machine, optional header (entry point, image base, subsystem, ASLR/NX/CFG), section table with RVA↔offset mapping, import/export directories, ELF program headers and PIE detection, dynamic symbols and DT_NEEDED, Mach-O load commands and dylibs — with cross-architecture annotations and a hex preview.
windows-pe-linux-elf-mach-o-binary-header-section-import-export-inspectorNetwork
Parse RFC 8288 Link headers with the spec appendix-B algorithm, resolve relative URI-references against a base URL, classify rel types against the IANA registry, validate preload/prefetch hints, and simulate how a rel="next" pagination crawler walks your responses — including cycle detection.
http-link-header-rfc8288-parser-and-pagination-crawler-previewDevelopment
Test .NET/C# regular expressions online with named groups ((?<name>…)), IgnoreCase/Multiline/Singleline options, match highlighting, capture-group tables, a ready-to-paste C# snippet and an IgnorePatternWhitespace preview.
csharp-regex-testerDevelopment
Test java.util.regex patterns online: (?<name>…) named groups, possessive quantifiers and atomic groups, Pattern flags, ASCII vs UNICODE_CHARACTER_CLASS \d semantics, and ready-to-paste Java code.
java-regex-testerNetwork
Parse a raw HTTP request or curl command, estimate client↔server clock skew from the response Date header (NTP-style midpoint formula), inspect timestamp credentials (X-Amz-Date, x-ms-date, X-Timestamp, JWT iat/nbf), replay with ±skew offsets and diff the results against real tolerance windows (AWS SigV4 ±15 min, Azure, OAuth, JWT leeway).
request-replay-clock-skew-correction-distributed-systemsDevelopment
Build complete <picture> markup with art-directed crops: per-breakpoint <source media> elements, 1x/2x density candidates or {w}-template width descriptors, optional AVIF/WebP format layers, sizes handling, CLS-safe width/height, plus HTML and JSX flavors with spec-based lint notes.
responsive-picture-srcset-art-direction-builderDevelopment
Pixel-accurate Google SERP preview for desktop and mobile, light and dark: current truncation budgets, 2025+ URL line formats, review stars and product rich results, byline dates, meters and diagnostics.
serp-preview-simulatorDevelopment
Translate SQL between MySQL, PostgreSQL, SQLite, BigQuery, Snowflake, and Redshift — DDL, DML, functions and types, with UNSUPPORTED warnings
sql-dialect-bridgeDevelopment
Analyze Cache-Control directives, calculate browser/shared-cache TTL and stale budgets, detect directive conflicts, and compare static behavior notes for generic HTTP, Fastly, Cloudflare, and Akamai.
http-cache-control-cdn-edge-ttl-budget-optimizer