Activity for Razetime
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Comment | Post #279778 |
They're in the units place. all of them adhere to the left side. (more) |
— | almost 4 years ago |
Comment | Post #279778 |
yes, 8 and 9 get butchered ⍨. not sure how to remedy that. I've specified the mirroring guideline (more) |
— | almost 4 years ago |
Edit | Post #279778 |
Post edited: |
— | almost 4 years ago |
Comment | Post #279778 |
[this](https://dzaima.github.io/paste#0i@FSiOFSAOL4@HgA#APL) (more) |
— | almost 4 years ago |
Edit | Post #279779 |
Post edited: |
— | almost 4 years ago |
Comment | Post #279779 |
thanks, changed it. (more) |
— | almost 4 years ago |
Edit | Post #279779 |
Post edited: |
— | almost 4 years ago |
Edit | Post #279779 |
Post edited: |
— | almost 4 years ago |
Edit | Post #279779 |
Post edited: |
— | almost 4 years ago |
Edit | Post #279779 | Initial revision | — | almost 4 years ago |
Answer | — |
A: Output 256 in many different ways [Husk], 9 solutions 1. Classic ``` 256 ``` Try it online! 2. Squaring ``` □□4 ``` Try it online! 3. Incrementing ``` →→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→→... (more) |
— | almost 4 years ago |
Edit | Post #279223 |
Post edited: |
— | almost 4 years ago |
Edit | Post #279778 | Initial revision | — | almost 4 years ago |
Question | — |
Towering Cistercian Representation SE Sandbox Link, Codidact Sandbox Link Inspired by this video. Given a positive integer, draw its Cistercian representation as ascii art. ![enter image description here][1] The Challenge Cistercian numerals are a decimal-based number representation system which use simple line based dr... (more) |
— | almost 4 years ago |
Edit | Post #279223 |
Post edited: |
— | almost 4 years ago |
Comment | Post #279253 |
ok, added it in. (more) |
— | almost 4 years ago |
Edit | Post #279253 |
Post edited: |
— | almost 4 years ago |
Comment | Post #279253 |
@celtschk sequence ends when tn is ≤ 0, so it should be 0. (more) |
— | almost 4 years ago |
Edit | Post #279685 | Initial revision | — | almost 4 years ago |
Answer | — |
A: 1, 2, Fizz, 4, Buzz! [RoadLang], 340 bytes ``` wagwan my slime x is 0 rip dat bong till x bigger den 99 n dat x is x n 1 ayy bossman (x leftova 15) be 0 init bruv man say"FizzBuzz" yeah init bruv ayy bossman (x leftova 5) be 0 init bruv man say"Buzz" yeah init bruv ayy bossman (x leftova 3) be 0 init b... (more) |
— | almost 4 years ago |
Edit | Post #279644 | Initial revision | — | almost 4 years ago |
Answer | — |
A: Reverse an ASCII string [Ruby], 14 bytes ->s{s.reverse} Try it online! a straightforward builtin. (more) |
— | almost 4 years ago |
Edit | Post #279621 |
Post edited: |
— | almost 4 years ago |
Comment | Post #279621 |
gotcha, will change it. (more) |
— | almost 4 years ago |
Edit | Post #279621 | Initial revision | — | almost 4 years ago |
Answer | — |
A: Longest Increasing Subsequence [Husk], 10 bytes L►LfΛo<0-Ṗ Try it online! Explanation ``` L►LfΛo<0-Ṗ Ṗ power set of input f get elements which match the following: Λo - all pairwise differences <0 are negative ►L max by length L length of that (more) |
— | almost 4 years ago |
Answer | — |
A: "Hello, World!" [RoadLang], 59 bytes wagwan my slime man say"Hello, World!" chat wit u later fam My first RoadLang answer! And probably the first one on this site! Removing any of the words says "Aight the lad's lost the plot", so I think this is the most minimal answer I can get here.... (more) |
— | almost 4 years ago |
Edit | Post #279456 | Post edited | — | almost 4 years ago |
Comment | Post #279434 |
@Shaggy yes, you can (more) |
— | almost 4 years ago |
Suggested Edit | Post #279456 |
Suggested edit: highlighting correction..? (more) |
helpful | almost 4 years ago |
Comment | Post #279444 |
Do we get bonus points for not using `⍴` here? (more) |
— | almost 4 years ago |
Edit | Post #279434 |
Post edited: |
— | almost 4 years ago |
Edit | Post #279434 |
Post edited: |
— | almost 4 years ago |
Edit | Post #279246 |
Post edited: |
— | almost 4 years ago |
Edit | Post #279434 | Initial revision | — | almost 4 years ago |
Question | — |
Weave Strings Together Given a list of strings(and optionally, their length) as input, weave the strings together. Intro Your goal is to mimic the `WV` operator in Pip. Take a list of strings and alternate between their characters like so: ``` hello, world, → hwc,eoo,lrd,lle,od → hwceoolrdlleod code ``` Effec... (more) |
— | almost 4 years ago |
Comment | Post #279374 |
[-1 byte from Shaggy's new answer](https://codegolf.stackexchange.com/a/215419/80214) (more) |
— | about 4 years ago |
Comment | Post #279212 |
More importantly, polyglot with [Text](https://esolangs.org/wiki/Text) (more) |
— | about 4 years ago |
Comment | Post #279318 |
they were elected by the pre-existing community on stack exchange. [Look here.](https://codegolf.meta.stackexchange.com/questions/19380/2020-community-moderator-election-results)
(more) |
— | about 4 years ago |
Edit | Post #279245 |
Post edited: |
— | about 4 years ago |
Comment | Post #279319 |
isn't alert() shorter?
(more) |
— | about 4 years ago |
Edit | Post #279326 |
Post edited: |
— | about 4 years ago |
Edit | Post #279326 | Initial revision | — | about 4 years ago |
Answer | — |
A: Tile pyramids on top of each other! Canvas, 9 7 bytes H/×║∔}r Try it here! Explanation ``` H/×║+}r H } push empty art and start a loop from 1..n /× repeat '/' i times ║ palindromize horizontally(no overlap) + join with previous iteration r center the whole thing (more) |
— | about 4 years ago |
Edit | Post #279318 | Initial revision | — | about 4 years ago |
Answer | — |
A: Who should the temporary moderators be? I nominate Jo King, as they were already voted as moderator by the community earlier. They have proven to be an active and trustworthy moderator, who is also a consistent contributor to the code golf community. (more) |
— | about 4 years ago |
Comment | Post #279239 |
+1 for FatRat (the link is broken) (more) |
— | about 4 years ago |
Comment | Post #279174 |
Multiple well-golfed JavaScript answers on all the questions. I wonder who this is.. (more) |
— | about 4 years ago |
Edit | Post #279253 | Initial revision | — | about 4 years ago |
Question | — |
Length of a Sumac Sequence Heavily based on this closed challenge from SE. Description A Sumac sequence starts with two non-zero integers \$t1\$ and \$t2.\$ The next term, \$t3 = t1 - t2\$ More generally, \$tn = t{n-2} - t{n-1}\$ The sequence ends when \$tn ≤ 0\$. All values in the sequence must be positive. ... (more) |
— | about 4 years ago |