Craig McQueen
Craig McQueen
I'm starting to use askama with warp. I'm finding the askama documentation is too terse for beginners like me. Thankfully, I found the blog post [Template rendering in Rust -...
I was trying to use `boost::random::random_device`, and when linking got a linker error. Apparently I need to link with `libboost-random`. But these macros don't support it. So I guess it...
Compare to [tiny-AES-c](https://github.com/kokke/tiny-AES-C). How does it compare as far as implementation options and compiled size?
Originally reported by: **Craig McQueen (Bitbucket: [cmcqueen1975](https://bitbucket.org/cmcqueen1975), GitHub: @cmcqueen)** ---------------------------------------- Examine whether the code supports in-place encoding and/or decoding. That is, output is written to the input buffer, overwriting the...
Originally reported by: **Yaroslav Boris (Bitbucket: [Boris_Yaroslav](https://bitbucket.org/Boris_Yaroslav), GitHub: Unknown)** ---------------------------------------- How about to realize the version without using buffers? This will be useful for the controllers, who do not have...
Originally reported by: **Craig McQueen (Bitbucket: [cmcqueen1975](https://bitbucket.org/cmcqueen1975), GitHub: Unknown)** ---------------------------------------- Provide example source code that demonstrates basic usage of the encode and decode functions. C unit tests would also demonstrate...
Originally reported by: **Craig McQueen (Bitbucket: [cmcqueen1975](https://bitbucket.org/cmcqueen1975), GitHub: Unknown)** ---------------------------------------- Add wiki documentation of the COBS encoding and decoding functions. ---------------------------------------- - Bitbucket: https://bitbucket.org/cmcqueen1975/cobs-c/issue/3
Originally reported by: **Craig McQueen (Bitbucket: [cmcqueen1975](https://bitbucket.org/cmcqueen1975), GitHub: Unknown)** ---------------------------------------- There are unit tests, but written in Python. This is good, but doesn't allow for unit tests to be run...
See [Xorshift](https://en.wikipedia.org/wiki/Xorshift) (Wikipedia). Another class of simple RNG by [George Marsaglia](https://en.wikipedia.org/wiki/George_Marsaglia).
Use the standard C++11 random number generator API.