jarble

Results 72 issues of jarble

Does text-miner have a method to find frequent substrings in a list of strings? I found [several implementations](https://stackoverflow.com/a/70007422/975097) of this algorithm on Stack Overflow, but I don't know if this...

Does changedetection.io watch for changes in HTTP response headers, such as the [ETag](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Etag), [Last-Modified](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Last-Modified), or [Content-Length](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Length) headers? These headers should not change unless a page's content has changed, so it...

enhancement
Change detection algorithms