Skip to main content

Timeline for Create a Pride Flag

Current License: CC BY-SA 4.0

9 events
when toggle format what by license comment
Jun 28, 2021 at 7:42 comment added cnamejj Great idea to make the loop print all the RGB's for a given color and not just one pixel, thanks!
Jun 28, 2021 at 7:41 history edited cnamejj CC BY-SA 4.0
Shrink the code further based on another suggestion in the comments.
Jun 28, 2021 at 7:31 comment added Wheat Wizard This should save 5 bytes.
Jun 27, 2021 at 22:47 history edited cnamejj CC BY-SA 4.0
Lop off 3 more chars... and update description
Jun 27, 2021 at 22:43 comment added cnamejj Nice idea to use the * unpacking in the print line. I never thought of that...
Jun 27, 2021 at 22:32 comment added ovs And if you reorder the color string, [x//10200*3:][:3] can be shortened to [x//10200::6]
Jun 27, 2021 at 21:56 history edited cnamejj CC BY-SA 4.0
Edit code to shrink it based on feedback in the comments.
Jun 27, 2021 at 0:55 history edited cnamejj CC BY-SA 4.0
Fixed code, re-uploaded the image
Jun 27, 2021 at 0:48 history answered cnamejj CC BY-SA 4.0