darkdragon-001

Results 135 issues of darkdragon-001

In order to use zmq _the go way_, this PR adds a thread safe channel interface provided by [abligh/zmqchan](https://github.com/abligh/zmqchan). Permission is granted by the author in abligh/zmqchan#1.

How can I send donations for this awesome project? If you have nothing set up yet but are looking for an easy and transparent way, I can suggest [OpenCollective](https://opencollective.com/how-it-works).

Add tests to check correct calculations.

Some cleanup and formatting as well as renaming variables should be done in order to make the code look more unified.

help wanted

Since we already check in Multiply() if the matrices are square matrices of power 2, we could directly call StrassenMultiplyRun() since it is very similar to StrassenMultiply()

enhancement

- Move password creation from `Dockerfile` to newly created `entrypoint.sh`. - Use `-geometry` (resolution) and `-depth` (color depth) with environment variable in `tigervnc.service` _(NOTE environment variables need to be handled...

It would be nice to have a way to set the data directory in a config file for binary distributed packages (deb, rpm, ...).

There hasn't been any recent activity on this project. @petercunha Do you intend to continue maintaining this project in the future? Or should it be considered abandoned which would be...

docker build -t petercunha-pad . docker run -d --rm --name pad -p 80:3000 petercunha-pad

Cryptography - Use AES-GCM-256 for encryption - Use PBKDF2 with SHA-256 and 100000 iterations for key derivation Behavior - A human-readable password will be automatically be generated when not set...