Timeline for Print a 10 by 10 grid of asterisks
Current License: CC BY-SA 3.0
10 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 17, 2020 at 9:04 | history | edited | Community Bot |
Commonmark migration
|
|
| Nov 28, 2016 at 22:49 | comment | added | NoOneIsHere | @DrMcMoylex Even is they're spam? (Not that this answer is, +1 for no vim) | |
| Aug 9, 2016 at 8:28 | comment | added | YSC | @JonathanCarroll yes it would save bytes if we were to print more than 10 lines ;) | |
| Aug 9, 2016 at 5:14 | comment | added | Jonathan Carroll |
Alternatively (saves nothing) the line repetition can be done inside the macro: F3 C-1 0 * ENTER C-1 0 F4
|
|
| Aug 8, 2016 at 8:18 | history | edited | YSC | CC BY-SA 3.0 |
Improvement (2 keystrokes)
|
| Aug 7, 2016 at 14:54 | comment | added | addison | +1 because you had to suffer through using emacs to write this. | |
| Aug 5, 2016 at 14:45 | comment | added | Sean |
If C-u counts as just one keystroke, then you can shave off two strokes by typing C-1 C-0 (or M-1 M-0) instead of C-u 1 0 and C-9 instead of C-u 9.
|
|
| Aug 4, 2016 at 23:45 | review | Suggested edits | |||
| Aug 5, 2016 at 0:09 | |||||
| Aug 4, 2016 at 15:10 | comment | added | DJMcMayhem | +1, I always upvote text editor answers (even though I'm more of a vim guy myself) :) | |
| Aug 4, 2016 at 13:29 | history | answered | YSC | CC BY-SA 3.0 |