Sergey G. Brester
Sergey G. Brester
Extends Signidice algorithm: introduced secret user-related component `HR` of the future PRNG-calculation. Closes the algorithm vulnerability during signing process of casino `S = sign(PrivKey, V)`, with help of own-calculated quasi-random...
* regex of multiple `failregex` (and `ignoreregex`) can rise up in filter depending on numer of matched lines, (most used expressions go to the begin of list so will be...
Just a reminder for me (will too long provide a PR for this, waiting for 716-cs ... and #1346). Should fix imho great problem with "collecting of logfiles" client side:...
Ban IPs using the Deny directive of Apache in htaccess. Previously #1177 (rebased to 0.9, small review)
### Issue Build with newest msys/mingw toolchain using gcc/g++ compiler fails because it confuses GNU and MSVC compilers. Option `_WIN32` is defined now and so cannot be used anymore to...
### Rationales If one try to build hyperscan in a sub-directory, and boost is linked to include, as it is described in [Getting started](http://intel.github.io/hyperscan/dev-reference/getting_started.html), one may get an error that...
This is an artificial PR illustrating possible approach to consider wide glyphs by alignment in tabulate. Normally one would use `wcwidth`, which tcl does not have at the moment or...
Despite [the docu says](https://docs.python.org/3/c-api/typeobj.html#c.PyTypeObject.tp_vectorcall_offset) that slot `tp_print` was already renamed in 3.8, but it looks like a certain incompatibility using python 3.9 only (missing some rule/definition in make file?), because...
locations and context entries will be shown in panel `Goto/Goto Symbol` (default shortcut `Ctrl+R`) additionally repaired some RE, added capture markers for using inside extended custom themes;