1. Restoring RLE Compressed Logs
Background
A system administrator has a log file containing repetitive character sequences compressed via RLE to reduce file size.
Problem
The log file is unreadable in its current compressed state.
How to use
Paste the RLE-compressed string into the tool, select 'Run-Length Encoding (RLE)' as the algorithm, and set input encoding to 'Raw'.
Outcome
The tool expands the compressed sequences, restoring the log file to its original, human-readable format.