-
It would be great if ECC keys would also be supported instead of just RSA.
-
@pwlmaciejewski @Eghizio
So I haven't worked on my canvas-phash library in ages but it still gets some attention that I could direct this way. The image hash is a problem that I find very interesting…
-
Very much would not prevent the functionality of searching only public keys, without converting them to addresses. This is not a complex functional, as it will only require checking before sha256 and …
-
Since the fix to send proper surfaceSync packets for GX2Invalidate (d95e370), Xenoblade's frame rate has dropped precipitously due to constantly rehashing texture and data buffers, which makes me thin…
-
In the v1.0 release the `OpMulMatirx` impl for `CSCMatrix` has changed.
https://github.com/scalanlp/breeze/blob/master/math/src/main/scala/breeze/linalg/operators/CSCMatrixOps.scala#L725
In the mu…
-
5.1 Configure cron
**5.1.1 Ensure cron daemon is enabled (Scored)**
**5.1.2 Ensure permissions on /etc/crontab are configured (Scored)**
**5.1.3 Ensure permissions on /etc/cron.hourly are configure…
-
Hey,
I have a problem when stemming German text with umlauts. If I use the wordstem functions, the umlauts disappear in the stemmed version:
```
test_toks
-
The current version of `Hash` is able to produce 32-bit hashes, and it has somewhat of a bias toward the `hashCode`s. However, this makes it unusable for larger hashes as Alex pointed out [here](https…
-
These are functions and types that we have in dart:ui (Flutter's core library) that really should just be in dart:core:
- [ ] lerpDouble, which should really just be a static method on num:
https:…
Hixie updated
4 months ago
-
I am using fdupes on 6TB archive of audio files (usualy ranging from 100MB to 3GB) and it takes around 30 hours to complete. I have idea how processing of such big files can be sped up.
Make md5 su…