# CyberZHG/toolbox

Encoding and parsing tools.

Repository: https://github.com/CyberZHG/toolbox
Canonical: https://ross.abutalabs.com/products/cyberzhg-toolbox
Homepage: https://cyberzhg.github.io/toolbox/
Language: JavaScript
License: GPL-3.0
License Family: copyleft
Last push: 2026-01-28T05:47:39+00:00

## Health v2 (maintenance only)
Score: 61/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 64, release rhythm 35, longevity 100
- inputs: {"age_days": 3668, "days_push": 217, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1028, forks 86 (observed 2026-08-28T04:03:17.484089+00:00)

## What it is
A web-based collection of encoding and parsing tools, including Base64/URL encoding, diff viewing, and compiler-theory utilities that convert regexes to NFA/DFA and build LL/LR parsing tables. It is a static site built from JavaScript and hosted on GitHub Pages.

## Use cases
- convert regex to NFA and DFA
- build LL(1) or LALR parsing tables for a grammar
- encode and decode base64 or URL strings online
- eliminate left recursion in a context-free grammar
- compute first and follow sets
- compare two texts with a diff viewer
- emulate MIX assembly language programs

## When to choose
- you need quick online tools for encoding/decoding tasks
- you are studying compiler theory and want to visualize automata and parsing tables
- you want to convert regexes to minimal DFAs without installing anything

## When to avoid
- you need a programmable parsing library to embed in your own code
- you require production-grade encoding with streaming or large-file support
- you need tools beyond the fixed set provided

## Facets
- artifact type: application
- maturity: active
- function: parser, serialization, developer-tools, gui
- domain: developer-tools, parsers, education, web-development
- platform: browser
- tags: compiler-theory, regex-to-automata, grammar-parsing, online-tools, encoding-decoding, web-server, javascript, nodejs

## Member repositories
- CyberZHG/toolbox (main) score 61

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:17.484089+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:07:42.336160+00:00, confidence not recorded.
  - readme: https://github.com/CyberZHG/toolbox (fetched 2026-08-28T04:03:17.484089+00:00, sha 852299433ffc)
  - homepage: https://cyberzhg.github.io/toolbox/ (fetched 2026-08-29T13:07:26.338055+00:00, sha 57bc8475006e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
