Eigenstate: myrddin-dev mailing list

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] libflate (DEFLATE decoding)


On Thu, 31 May 2018 07:03:09 +0000, Quentin Carbonneaux <quentin@xxxxxx> wrote:

> Using gzip, here is a way to create a naked deflate stream:
> 
>   cat "$1" | gzip --no-name | tail --bytes=+11 | head --bytes=-8 > "$1".deflate

Thanks, that's handy.

> Cool, let me know when you push it.
 
Sorry about taking so long -- I think I'll get a chance to push it tomorrow.

-- 
    Ori Bernstein

References:
[PATCH] libflate (DEFLATE decoding)Quentin Carbonneaux <quentin@xxxxxx>
Re: [PATCH] libflate (DEFLATE decoding)Ori Bernstein <ori@xxxxxxxxxxxxxx>
Re: [PATCH] libflate (DEFLATE decoding)Quentin Carbonneaux <quentin@xxxxxx>