Harsh K
Harsh K
Could you elaborate what you mean by "Green Room Theme"? We can discuss this on Discord if you like, the server link is in the README file.
I can make a theme but instead of adding it to the app (which will take time), I can send you a "plugin" for now that will add the theme...
Here's the zipped plugin file: [green-screen.zip](https://github.com/harshkhandeparkar/rainbow-board/files/8332301/green-screen.zip) The zip file has a folder called `green-screen`, you will have to put the folder in `~/.config/Rainbow Board/plugins` or `~/.config/rainbow-board/plugins`, whichever directory exists. Secondly,...
Thanks
You might be looking for https://github.com/gpujs/gpu.js#adding-custom-functions
I think accelerating a single hash won't be possible or if possible, not practical. But multiple hashes can be done in parallel, provided that you have the algorithm (written in...
`setOutput([100, 100])` means that the output is going to be a 100x100 array where each element in the array is going to be computed in parallel, on an independent thread...
Just like I am new to SHA lol
Is there a simpler version of your problem so that we can help you?
Yup. I have tried to understand it a countless number of times with 0 success.