Text Processing
Encode, decode, visualize, and brute-force the Rail Fence transposition cipher. See the zigzag rail grid and try all rail counts to crack a ciphertext.
zigzag-railfence-textText Processing
Line/word/char diff with ignore rules, three-way merge with conflict markers, and unified patch
three-way-text-comparison-merge-suiteText Processing
Extract clean dialogue text from pasted SRT, ASS, or SSA subtitles.
srt-ass-subtitle-extract-textText 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
Deduplicate lines in a list or text block. Keep the first or last occurrence, with options for case sensitivity, whitespace trimming, and dropping empty lines.
remove-duplicate-linesText Processing
Convert text to Sentence case: capitalize the first letter of each sentence and lowercase everything else. Auto-restores the standalone pronoun "I".
sentence-case-converterText Processing
Generate clean URL slugs from any text, with built-in Chinese-to-Pinyin conversion. Collapse separators, lowercase, and optional max-length word-aware truncation.
slug-generatorText Processing
Repeat text N times with a chosen separator — inline, new line, or a numbered countdown. The quick tool for chat spam, dramatic build-ups, and social-media effect.
text-repeaterText Processing
Convert text to Unicode small capitals (ʜᴇʟʟᴏ). Uses Phonetic Extensions small-cap glyphs; letters without a dedicated glyph fall back to lowercase.
small-caps-converterText Processing
Apply the "zalgo" corruption effect — stack random combining marks onto each character for a haunted/glitchy look. Adjustable intensity + optional seed.
zalgo-textText Processing
Fetch an RSS or Atom feed by URL (or paste raw XML), parse it, sort items by publish date, deduplicate, apply a time window, and output a clean Markdown summary
rss-feed-markdown-summarizerText Processing
Compare resume text against a job description, normalize keyword variants, and highlight coverage gaps
resume-job-description-matcher