Media
Detect-style repair for lip smacks, saliva clicks, mouth ticks, and small voice-over clicks.
audio-mouth-click-finderMedia
Reduce P/B plosive thumps in close-mic speech while preserving voice body.
audio-plosive-reducerMedia
Reduce room echo, broadband noise, boxiness, and dullness in remote guest recordings.
audio-remote-guest-rescueMedia
Map harsh S, T, and SH regions so de-essing can target the right moments instead of dulling the whole voice.
audio-sibilance-mapGames
Classic hangman word-guessing game. Guess the hidden word letter by letter; six wrong guesses ends the game. Three difficulty levels, with general, animals, food, and science categories.
hangman-gameDevelopment
Parse Tailwind utility classes into equivalent plain CSS for non-Tailwind projects.
tailwind-class-to-css-converterText Processing
Convert a 2-space / 4-space / Tab indented hierarchical list (Markdown bullets, -, *, 1. prefixes optional) into a copyable ASCII directory tree. Two styles: Unicode box-drawing (├──└──│) for GitHub/Discord and classic ASCII (|--\--|) for plain text. Toggles for full guide lines, trailing spaces, and bracketed leaf nodes like docs/[api.md].
ascii-tree-from-indented-listMedia
Embed cover artwork without re-encoding media.
cover-art-embedText Processing
Score resume bullet points line-by-line: strong-verb matching (Implemented/Led/Owned vs Worked/Helped), quantified-metric detection (%/$/counts/time), length & repetition audit, industry buzzword blacklist (synergy/leverage/rockstar/ninja). Returns 0–100 per bullet with rewrite suggestions and synonym swaps.
resume-bullet-impact-meterText Processing
Render English text into multiple obfuscation variants at once: number substitution (SSIS→55i5), hacker leet, small caps (RINHEE→ʀɪɴʜᴇᴇ), superscript, subscript, fullwidth, negative bubble, and mixed random. For bypassing crude keyword filters, unique handles, or playful decoration.
text-obfuscatorMath & Numbers
Exponential decay for radioactive isotopes and drugs: remaining amount, derived half-life, time to target, or steady-state accumulation. Uses N(t) = N0·e^(-λt).
half-life-calculatorGames
Classic rock-paper-scissors with a random opponent or an adaptive AI that learns your patterns. Shake animation, running score, and history.
rock-paper-scissors