analysis

31 tools tagged "analysis".

Postman Collection Analyzer

Summarize a Postman Collection's requests, methods, auth types, and scripts.

Open tool

ASCII Difference Finder

Compare two strict-ASCII texts position by position and see each character's code delta.

Open tool

ASCII Sum Finder

Sum the ASCII code of every character in strict-ASCII text and get a mod-256 checksum.

Open tool

Hex Number Analyzer

Analyze a hex value's decimal equivalent, bit length, digit frequency, palindrome status, and popcount.

Open tool

Duplicate Word Finder

List the words in your text that repeat, with how many times each occurs.

Open tool

Fake Text Checker

Check what percentage of text matches the lorem-ipsum word pool.

Open tool

Letter Sum Calculator

Sum the alphabet position of every letter in your text (a=1, b=2, ... z=26).

Open tool

String Bigram Generator

List every overlapping pair of adjacent characters, one per line.

Open tool

String Unigram Generator

List every individual character in text, one per line.

Open tool

Text Entropy Calculator

Calculate the Shannon entropy of your text in bits per character.

Open tool

Text N-gram Generator

Generate all contiguous N-word sequences (n-grams) from text, for any N.

Open tool

Text Skip-gram Generator

Generate k-skip-n-grams: word sequences that allow skipped words between them.

Open tool

Text Statistics

Get character, word, sentence, paragraph, and line counts in one summary.

Open tool

Text Structure Visualizer

Make spaces, tabs, and newlines visible to spot trailing whitespace and hidden characters.

Open tool

Top Letter Finder

Find the most frequent letters in your text, ranked with their counts.

Open tool

Top Word Finder

Find the most frequent words in your text, ranked with their counts.

Open tool

Unique Word Finder

List the words in your text that occur exactly once.

Open tool

Word Counter

Count the number of words in your text.

Open tool

XML Statistics Generator

See element, attribute, text, and comment counts, nesting depth, and a tag-frequency breakdown for any XML document.

Open tool

YAML Comment Extractor

Pull out every # comment in a YAML document, one per line.

Open tool

YAML Key Extractor

List the full dot-path of every mapping key in a YAML document.

Open tool

YAML Number Extractor

List every number-typed leaf value in a YAML document, one per line.

Open tool

YAML Statistics

Get key counts, nesting depth, size, and a leaf-type breakdown for any YAML document.

Open tool

YAML String Extractor

List every string-typed leaf value in a YAML document, one per line.

Open tool

YAML Value Extractor

List every leaf scalar value in a YAML document, one per line.

Open tool

Grayscale Pixels Highlighter

Highlight every near-grayscale pixel in a PNG in solid red, right in your browser.

Open tool

Transparent PNG Areas Highlighter

See exactly which parts of a PNG are transparent by highlighting them in magenta, right in your browser.

Open tool

List Length Finder

Quickly find a list's item count and total character count.

Open tool

List Statistics Generator

Get full statistics for a list: count, characters, average length, extremes, and duplicates.

Open tool

Popular List Item Finder

Frequency-count every value and sort by count descending, most popular first.

Open tool

Binary Data Analyzer

Analyze a binary string: bit length, count of 1s/0s, longest run, byte alignment, and unsigned decimal value.

Open tool