streaminer
streaminer copied to clipboard
A collection of algorithms for mining data streams
[](https://infosecwriteups.com/want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-1fc329d898fb) --- This is a security fix for a high severity vulnerability in your [Apache Maven](https://maven.apache.org/) `pom.xml` file(s). The build files indicate that this project is resolving dependencies over HTTP...
The current version is not compatible with OSGI since the MANIFEST.MF is not generated, causing OSGI projects using this library to crash at runtime. This is fixed by adding 2...
[](https://medium.com/@jonathan.leitschuh/want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-1fc329d898fb?source=friends_link&sk=3c99970c55a899ad9ef41f126efcde0e) - [Want to take over the Java ecosystem? All you need is a MITM!](https://medium.com/@jonathan.leitschuh/want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-1fc329d898fb?source=friends_link&sk=3c99970c55a899ad9ef41f126efcde0e) - [Update: Want to take over the Java ecosystem? All you need is a MITM!](https://medium.com/bugbountywriteup/update-want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-d069d253fe23?source=friends_link&sk=8c8e52a7d57b98d0b7e541665688b454)...
https://github.com/mayconbordin/streaminer/blob/e92047c57f99d39581e54ec62c250a35bdf32273/src/main/java/org/streaminer/stream/frequency/MisraGries.java#L119 The variable elementsCounted is not properly initialized and is not updated.
It might be my misunderstanding, but I dont know why you have not reset the counter while adding a new item. I think you should set the count to the...
Hi, There is a function in frugal algorithm which returns only 1, in other part of the code there is only multiplication with this function. Is this really useful ?...