update w new credits

This commit is contained in:
Bluzume 2020-12-08 18:28:00 +13:00 committed by GitHub
parent 628e91efe8
commit 1eacddeb09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -7,6 +7,8 @@ Windows and Linux Binaries: https://github.com/KuromeSan/eCDP-Serial-Code/releas
# Other implementations:
-- Python
Turns out "LazyDogP" was reversing it around the same time i was, writing his own implementation in python, ulthough i beat him to it by 2 days,
mine was completed on Nov 25, 2020 (sometime before midnight probably, on commit https://github.com/KuromeSan/eCDP-Serial-Code/commit/01a79303ac327262b3bf775bead79afe08821f19)
@ -14,3 +16,9 @@ his was completed on Nov 27, 2020, ulthough he lost the race he didnt know he w
https://gist.github.com/lazydogP/57c431cc7fddb5b969559c4c8cd8c881
mine acturally worked like 50% of the time the day before that but im not counting that because it wasnt 100% success.
-- JavaScript
One of the users on the eCDP Speedrunning discord called "User670" ported the algorithm to JavaScript,
so i am now using his version for the Web Interface rather than running my C Code via php exec() like i was doing before
its slightly faster, and more secure to do it this way too, so yeah.