Timeline for Help, I've mixed my week up!
Current License: CC BY-SA 4.0
25 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Dec 8, 2024 at 8:58 | history | edited | Arnauld | CC BY-SA 4.0 |
improved test code (Fisher-Yates shuffle)
|
| Jun 17, 2020 at 9:04 | history | edited | Community Bot |
Commonmark migration
|
|
| Apr 30, 2020 at 10:06 | comment | added | Arnauld |
@SteveBennett I got a bit lucky with this last pattern, as -(a=a*595|5)%7 is the only expression of this form that produces the correct sequence.
|
|
| Apr 29, 2020 at 23:46 | comment | added | Steve Bennett | Two more characters, nice one! | |
| Apr 28, 2020 at 22:25 | history | edited | Arnauld | CC BY-SA 4.0 |
rephrasing
|
| Apr 28, 2020 at 16:12 | history | edited | Arnauld | CC BY-SA 4.0 |
improved the formatting of the table; removed the initial version
|
| Apr 28, 2020 at 16:03 | history | edited | Arnauld | CC BY-SA 4.0 |
saved 1 byte
|
| Apr 28, 2020 at 15:41 | history | edited | Arnauld | CC BY-SA 4.0 |
saved 1 byte
|
| Apr 28, 2020 at 10:03 | comment | added | Steve Bennett | Ooh, I have equalled 37 characters with a much more straightforward and also cross-platform solution. :) | |
| Apr 28, 2020 at 9:52 | comment | added | Neil | Yeah, that's much better, thanks. | |
| Apr 28, 2020 at 9:48 | comment | added | Arnauld | @Neil Hopefully I got it right, this time. :p | |
| Apr 28, 2020 at 9:41 | history | edited | Arnauld | CC BY-SA 4.0 |
updated the note about JS engines
|
| Apr 28, 2020 at 9:35 | comment | added | Neil | @Arnauld Not sure what you mean by all major JS engines, as I get Wednesday, Monday, Thursday, Tuesday, Friday, Saturday, Sunday in Safari. | |
| Apr 28, 2020 at 9:03 | history | edited | Arnauld | CC BY-SA 4.0 |
fixed an incorrect highlighting in the table
|
| Apr 28, 2020 at 8:53 | history | edited | Arnauld | CC BY-SA 4.0 |
minor update
|
| Apr 28, 2020 at 8:45 | comment | added | Arnauld | @SteveBennett Ah, you're right. I've added a note to clarify. | |
| Apr 28, 2020 at 8:40 | history | edited | Arnauld | CC BY-SA 4.0 |
added a summary of the sorting steps
|
| Apr 28, 2020 at 8:31 | comment | added | Steve Bennett | FWIW, in FireFox for me it gives the wrong answer: [ "Saturday", "Sunday", "Friday", "Monday", "Tuesday", "Thursday", "Wednesday" ] | |
| Apr 28, 2020 at 8:20 | comment | added | Steve Bennett | Wait, you're not using either argument. So whacky. | |
| Apr 28, 2020 at 8:16 | comment | added | Steve Bennett |
Woot. I think that means I'm winning the generic JavaScript category (39 characters). That never happens. :) Still, never thought of using only one argument in the sort callback, that's...nuts.
|
|
| Apr 28, 2020 at 7:54 | history | edited | Arnauld | CC BY-SA 4.0 |
added an explanation (WIP)
|
| Apr 28, 2020 at 7:46 | comment | added | Neil | This relies on Node's specific sorting algorithm, so it's not generic ES6. | |
| Apr 28, 2020 at 7:28 | history | edited | Arnauld | CC BY-SA 4.0 |
minor update
|
| Apr 28, 2020 at 7:22 | history | edited | Arnauld | CC BY-SA 4.0 |
added a shorter version
|
| Apr 28, 2020 at 7:07 | history | answered | Arnauld | CC BY-SA 4.0 |