monolifed
monolifed
From what I understand, Reflection matrix is Translate(p) * Reflect(n) * Translate(-p) Reflect(n) is ```glsl col1 = (1,0,0) - 2 * dot(n, (1,0,0)) * n col2 = (0,1,0) - 2...
I have a similar problem with all versions of 1.34 on android 4.4 https://github.com/markusfisch/BinaryEye/issues/126#issuecomment-682186799
I was wrong, the device was using Android 4.1.2 Sorry for the inconvenience
It would be really nice if you make the xfwm theme and menus in compact version (at least relatively) compact.
Adding the matching function doesn't seem hard ```C static int matchquantifier(regex_t p, regex_t* pattern, const char* text, int min, int max) { max -= min; while (min > 0 &&...
Right. https://github.com/monolifed/tiny-regex-c/tree/quantifier
I don't really remember well
I made key length determine AES variant, and it became larger: https://github.com/monolifed/tiny-AES-c
It supports match length now. You can do it with a few matches There is another fork that supports quantifiers: https://github.com/monolifed/tiny-regex-mod
https://d3cw3dd2w32x2b.cloudfront.net/wp-content/uploads/2015/01/matrix-to-quat.pdf note: row-major post-multiplied