Abe

Results 25 comments of Abe

Thank you for experimenting with this! I think it's a neat idea. I think you're right, that a "pilot" reading group will flesh out the whole process, even if it's...

Hi @puzrin, thanks for the response. I'm sorry, I don't think I've communicated the issue properly. I believe this is **a bug in pako**. I believe that **pako does not...

The relevant file (afaict) in the most current version (as of this writing) of node is [node_zlib.cc](https://github.com/nodejs/node/blob/0419adc7713fb6c6a4def28542740bf9a69e7ac9/src/node_zlib.cc#L302) (line 302): ``` ... while (strm_.avail_in > 0 && mode_ == GUNZIP &&...

@bovee, `bgzip` allows for random access to large `gzip` files. In bioinformatics, there's often a need to access large files efficiently and at random (from 100Mb to 5Gb or more,...

@drtconway, could you provide a working self contained example? @puzrin, any progress on this?

Thanks for the response! At the time I looked at the linked code, I don't see any source files with license headers, nor do I see a LICENSE file. If...

@Norro21, do you have proof of your claims? The original owner of copyrighted material has every right to alter their work and not release it even if they provided a...

It's been a while since I created an account with SO, so I really can't remember. Most sites have a little checkbox that you click for 'terms of service'. Considering...

FWIW, I have a script that polls the RSS feed. I haven't had time to track it down yet, so I haven't made an issue, but I think it fails...

I see the [hslToRgb](https://github.com/ratkins/RGBConverter/blob/master/RGBConverter.cpp#L63) and [hu2rgb](https://github.com/ratkins/RGBConverter/blob/master/RGBConverter.cpp#L162) function looks very close to the above. Has this issue been resolved? Can this issue be closed?