Fabio Falsini
Fabio Falsini
Visual Studio doesn't have the include file _unistd.h_ and without the define flag the compilation fails
Hi Since was not implemented I added the dtr/sdr management for both Windows and Linux Thank you for your library
Hi Inside the file **flashcardGrader.cpp** the following line: `static_cast(flashcard.interval) - 1 * flashcard.easinessFactor` should be: `static_cast(flashcard.interval - 1) * flashcard.easinessFactor` because multiplication takes precedence over subtraction (as the original algorithm...