Michael
Michael
As already briefly discussed in #805 there is still a scenario for leaking connections from the connection pool. It happens, when a thread opens a response, but then dies or...
Hi guys! Friendly greetings from over there at `numpy-groupies`. Looks like we're doing quite similar stuff there. What do you guys think of joining forces and making one package out...
Hi Deepak, thanks for using numpy_groupies in flox. Out of curiosity I was reading through the codebase and noted that line: https://github.com/dcherian/flox/blob/227ce041e9b78f8432c62370c9b2c46dd91fa657/flox/aggregate_npg.py#L17 It creates an intermediate array for the squares,...
Firstable, big thanks for putting effort into this, which would basically have been logitechs task. I suppose the backlight of the keyboard should be possible to control in a similar...
Out of curiosity, some benchmarking with the pandas-replacement [polars](https://github.com/pola-rs/polars). ``` function ufunc numpy numba pandas polars ------------------------------------------------------------------------------- sum 37.351 1.575 0.705 11.804 5.760 prod 37.858 38.116 0.696 11.855 ---- amin...
Clean shutdown already implemented now, but still waits for a packet timeout. Current thread structure is quite inflexible currently.
Especially try 12345670 first as default.
Make the attack more flexible and readable by getting rid of threading and use gevent and greenlets instead.
``` iwconfig channel ``` should not be necessary before starting the attack.
Original: ```sql CREATE TABLE "test1" ( "id" bigint(20) unsigned NOT NULL AUTO_INCREMENT, "match_id" bigint(20) unsigned NOT NULL, "season_id" int(11) unsigned DEFAULT NULL, "date" datetime DEFAULT NULL, PRIMARY KEY ("id"), UNIQUE...