Timeline for Type the Alphabet - as fast as you can!
Current License: CC BY-SA 4.0
13 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 17, 2020 at 9:04 | history | edited | Community Bot |
Commonmark migration
|
|
| Jan 9, 2019 at 14:02 | comment | added | Felix Palmen | @LucianoAndressMartini the "boot recovery" is just a fork of a "clockworkmod" fork with little changes made by myself, just wanted to make it work on my back-then unsupported phone. | |
| Jan 9, 2019 at 13:59 | history | edited | Felix Palmen | CC BY-SA 4.0 |
added 203 characters in body
|
| Jan 9, 2019 at 13:57 | comment | added | Felix Palmen | Thanks for the nice comments and votes, but I just realized this has a bug :( the milliseconds here are a "tiny little bit" too long, because I forgot about the fact that a CIA timer fires "on underflow", not on reaching 0 -- so 0 will count one more cycle before firing. The start value for the timer has to be one less. I'm still editing this now, it doesn't change the byte code. Stupid stupid mistake :o | |
| Jan 9, 2019 at 11:58 | comment | added | Luciano Andress Martini | And do you see what this guy have in the GITHUB?: android boot recovery.... he is completely insane! favorited his profile. | |
| Nov 2, 2017 at 8:45 | history | edited | Felix Palmen | CC BY-SA 3.0 |
deleted 596 characters in body
|
| Nov 1, 2017 at 10:54 | comment | added | Felix Palmen | Wow, I missed a factor of 985 when calculating the error in my time measurement first -- it's actually pretty good the way it is (if I made another error in my calculations, please point out!) :) | |
| Nov 1, 2017 at 10:52 | history | edited | Felix Palmen | CC BY-SA 3.0 |
edited body
|
| Oct 31, 2017 at 22:26 | comment | added | Felix Palmen |
@J... I could golf it further by inlining .starttimer -- will do soon :) (and even further by using the system TI like this BASIC answer, but I'm not sure this is valid, because you can do better in machine code)
|
|
| Oct 31, 2017 at 17:23 | comment | added | J... | Pay attention, script kiddies. This is real golf. | |
| Oct 30, 2017 at 16:53 | comment | added | Felix Palmen | Well, now I have a somewhat decent millisecond timer in my toolbox ;) might be useful some day. | |
| Oct 30, 2017 at 13:12 | history | edited | Felix Palmen | CC BY-SA 3.0 |
added 6 characters in body
|
| Oct 30, 2017 at 11:57 | history | answered | Felix Palmen | CC BY-SA 3.0 |