Timeline for Loading... Forever
Current License: CC BY-SA 3.0
17 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 10, 2021 at 22:23 | review | Suggested edits | |||
| Jun 10, 2021 at 22:24 | |||||
| Jun 17, 2020 at 9:04 | history | edited | Community Bot |
Commonmark migration
|
|
| Oct 4, 2017 at 13:58 | comment | added | Kevin Cruijssen |
I know it's been almost a year, but you can still golf quite a bit: O=>{Console.Write("Loading...");for(Action<string>l=a=>{Console.SetCursorPosition(11,0);Threading.Thread.Sleep(250);Console.Write(a);};;l("/"),l("-"),l("\\"))l("|");} (173 bytes) Although I think (not entirely sure) it should be 186 bytes for the added using System; for the Console.Write calls.
|
|
| Nov 28, 2016 at 14:23 | comment | added | Erik the Outgolfer | @PeteArden Well, I don't know for exact, but I think (s)he might be willing to delete the answer (probably not, though, since the user just got the +10 they needed to be un-sandboxed from that post). You can always ask, though :) | |
| Nov 28, 2016 at 14:20 | comment | added | Pete Arden | @ErikGolferエリックゴルファー But then there'll be two answers the same won't there? | |
| Nov 28, 2016 at 14:19 | comment | added | Erik the Outgolfer | @PeteArden Do not give up on this yet, the other answer says that it would have been a comment, so you can ask in the comments if you can use what (s)he did. | |
| Nov 28, 2016 at 14:16 | comment | added | Pete Arden | @manatwork No worries, it was shorter originally because it was wrong. Looks like 'Snowfire' has got a shorter solution than me now anyway :) | |
| Nov 28, 2016 at 14:15 | comment | added | Pete Arden | @ErikGolferエリックゴルファー I've not given up yet, I will continue to answer PPCG questions in C#! :) | |
| Nov 28, 2016 at 14:11 | history | edited | Pete Arden | CC BY-SA 3.0 |
Added GIF.
|
| Nov 28, 2016 at 14:01 | comment | added | Erik the Outgolfer | @manatwork Well, it seems C# is ungolfable. | |
| Nov 28, 2016 at 14:00 | comment | added | manatwork |
@ErikGolferエリックゴルファー, no idea about C#, but based on the fact the language is a copy of Java and apparently confirmed by Can't cast int to bool, I thought that would not work. (BTW, if that works, maybe using the first call of l() as condition would also work?)
|
|
| Nov 28, 2016 at 13:37 | comment | added | manatwork |
Sorry to see your solution getting longer due to my comment. Can't you use 1>0 instead of true to get it back to 186?
|
|
| Nov 28, 2016 at 13:25 | history | edited | Pete Arden | CC BY-SA 3.0 |
Fixed a tiny bug because I'm a lazy copy-and-paster. Will re-generate GIF shortly.
|
| Nov 28, 2016 at 13:16 | comment | added | Pete Arden | @manatwork Oh crap, lazy copy and pasting. Will fix it when I'm back at my desk shortly :) | |
| Nov 28, 2016 at 13:09 | comment | added | manatwork | Still waiting for it to display "\"... | |
| Nov 28, 2016 at 13:05 | history | edited | Pete Arden | CC BY-SA 3.0 |
Added GIF.
|
| Nov 28, 2016 at 12:55 | history | answered | Pete Arden | CC BY-SA 3.0 |