Ryan McAndrews
Ryan McAndrews
It is working for m4a files recorded with quicktime media! thanks!!
The problem is that gimp2.10 no longer supports python2. There is no python support in GIMP right now. You can downgrade to 2.08 or wait until GIMP supports python again.
Here is another tool to work with this data: https://github.com/rabenojha/microsoft-road-data
> this worked for with Caribbean Islands but crashed with a memory error on the Europe-Full dataset I shouldn't recommend things before I try them. Sorry!
This is a better alternative to array.sort() ### Fisher-Yates Algorithm author : [nitinpatel_20236](https://medium.com/@nitinpatel_20236/how-to-shuffle-correctly-shuffle-an-array-in-javascript-15ea3f84bfb) ``` for(let i = cardArray.length — 1; i > 0; i--){ const j = Math.floor(Math.random() * i)...
In your example the array of cards is already in a random order. My array has the pairs of cards next to each other. That is what made it more...
Thanks for trying to reproduce my bug. I think I just got several lucky rolls because it is shuffling better now. I totally agree, the built-in is random enough, the...