unrepeat

command module
v0.0.0-...-60e04ba Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 23, 2023 License: BSD-3-Clause Imports: 6 Imported by: 0

README

Detect repeating content

$ xxd -g3 -c15 < ./testdata/foobarbaz.txt
00000000: 666f6f 626172 626172 626172 626172  foobarbarbarbar
0000000f: 626172 626172 626172 626172 62617a  barbarbarbarbaz

$ go run main.go -min-size=3 ./testdata/foobarbaz.txt
length: 30, offset: 3, repeats: 3*8=24
prefix: 666f6f
repeat: 626172
suffix: 62617a

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL