r-lyeh-archived

Results 105 comments of r-lyeh-archived

slz (Stateless ZIP)

https://github.com/gildor2/fast_zlib

https://github.com/dropbox/lepton

current features: - archives can use a variety of compression algorithms which may also be combined. - extensible file metadata missing: - encryption - file segmentation - cryptographic signature -...

I think cryptopp exceeds the size of an amalgamated solution. Maybe something smaller like https://github.com/well-typed/libedsign would fit it better. On the other hand, and to avoid feature creep, I think...

or... ``` static inline uint32_t ComputeAdler32(unsigned char* data, size_t size) { uint32_t a = 1; uint32_t b = 0; for (size_t i = 0; i < size; i++) { a...

cool prj : ) fun thing on my side now is how i am going to make it in 4 or 5 lines of code :) this is probably my...

what about waiting for the sample duration to happen, after sound has been triggered?

Another PD licensed solution here https://github.com/dr-soft/mini_al

Nice ideas there. One more suggestion: - 2D shapes { circle, rectangle, triangle, arrow.. } in both ortho and projected perspectives.