Activity for steffan153
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Edit | Post #287389 | Initial revision | — | about 2 years ago |
Answer | — |
A: Encode with ROT13.5 Vyxal, 16 bytes ``` kakAkdW₌ṅƛL½Ǔ;ṅĿ ``` Try it Online! (more) |
— | about 2 years ago |
Edit | Post #287388 | Initial revision | — | about 2 years ago |
Answer | — |
A: Sort letters by height Vyxal, 12 bytes ``` µ«,←⋎„¶ɽ₌Ż«ḟ ``` Try it Online! Outputs as a list of characters. Sort by index in (compressed) `tibdfghklpqyj`. (more) |
— | about 2 years ago |
Edit | Post #287387 | Initial revision | — | about 2 years ago |
Answer | — |
A: Digit antitranspose Vyxal, 3 bytes ``` ∩ṘR ``` Try it Online! Transpose, reverse, reverse each. (more) |
— | about 2 years ago |
Comment | Post #287115 |
18 bytes: `16Ḣλ»≤ṪḢ»3τ?nτİ∑;∴` (more) |
— | about 2 years ago |
Edit | Post #287117 |
Post edited: |
— | about 2 years ago |
Edit | Post #287117 |
Post edited: |
— | about 2 years ago |
Edit | Post #287117 |
Post edited: |
— | about 2 years ago |
Edit | Post #287117 |
Post edited: |
— | about 2 years ago |
Comment | Post #287120 |
The leaderboard reads this as 16 bytes from the UTF-16, so you might want to move the UTF-16 part somewhere else. (more) |
— | about 2 years ago |
Comment | Post #287095 |
you can use `print(end=x)` instead of `print(x,end='')` to save 3 (more) |
— | about 2 years ago |
Edit | Post #287119 | Initial revision | — | about 2 years ago |
Answer | — |
A: The holeyest base Ruby, 63 bytes ```ruby ->n{(2..16).maxby{|x|n.digits(x).sum{45088003.digits(3)[1]}}} ```` Attempt This Online! (more) |
— | about 2 years ago |
Edit | Post #287118 | Initial revision | — | about 2 years ago |
Answer | — |
A: The holeyest base [Jelly], 20 bytes ³b‘ị“ḃṘ¤’b3¤S ⁴ḊÇÐṀḢ Try it online! (more) |
— | about 2 years ago |
Comment | Post #287084 |
The leaderboard thinks this is 116 bytes lol. You might want to change it to 4 or 5 (more) |
— | about 2 years ago |
Edit | Post #287117 |
Post edited: |
— | about 2 years ago |
Edit | Post #287117 | Initial revision | — | about 2 years ago |
Answer | — |
A: 8 coexisting queens Vyxal, 9 bytes ``` ×»∇ḂẆ»f꘍§ ``` Try it Online! Uses spaces for empty and asterisks for queen. Add a `›` at the end to replace spaces with zeros. ``` ×»∇ḂẆ»f꘍§ »∇ḂẆ»f # 13572064 as a list of digits × ꘍ # For each, prepend that many spaces to an asterisk § # Vertical joi... (more) |
— | about 2 years ago |
Edit | Post #287094 | Initial revision | — | about 2 years ago |
Answer | — |
A: 55 fruit salad: choose your own Kolmogorov complexity [Python 3], 326 bytes print("fig gấc abiu açaí bael date lime lulo neem noni pear pili plum rimu sloe sorb yuzu ackee akebi apple araza cacao caqui carob etrog grape guava ilama jagua kokum kubal lemon mango melon mundu musho nance ooray peach pequi pluot prune pudau puruí rowan rukam sala... (more) |
— | about 2 years ago |
Edit | Post #287093 |
Post edited: |
— | about 2 years ago |
Edit | Post #287093 | Initial revision | — | about 2 years ago |
Answer | — |
A: 55 fruit salad: choose your own Kolmogorov complexity Vyxal, 244 bytes ``` `↔ė ¹¢ Ṁṙ ṫ₁ λǎ ȧ₴ ¶Ŀ ¯¡ ɾ⟨ ²ǒ aǍ₄ b₴⟩ l℅₆ n꘍ƒ pƛṖ pṁ‹ p⋏µ p⇧Ż r⋏⅛ s⇧⁋ s⋎Ė ≈•꘍₈ ak↳⁼ …⋎꘍⇩ ₴ꜝza Ǎṁ…℅ ǍŀṪṄ •øĊ¯ ∞¨Ċ¯ ∧¡ǎŀ Ǎ§Ċ¯ ⟇⁺Ċ¯ ₃Ẏ꘍⁼ ṙ†ð‛ ṙ†Ṗ₃ ca⇩ḋ ca±• caḟλ ⇩ḟ↳∆ ⇩₅ḭ₅ ⟨ġĊ¯ æ¥Ċ¯ ⇩Ẇ℅₍ ₈Ŀ½Ŀ ∩∞Ċ¯ ėʁð‛ ∩⟨∩⟨ ∩ṡṁ₃ ĖǒĊ¯ ↲ø⇧₆ et≥ṫ gr... (more) |
— | about 2 years ago |