Activity for Razetime
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Edit | Post #283303 | Initial revision | — | over 3 years ago |
Answer | — |
A: Reduce over the range [1..n] BQN, 8 bytes ``` {𝔽´1+↕𝕩} ``` Try it! basic fold builtin version. Use as a dyadic 1-modifier. Longer than APL since evaluated output is shorter than using first class functions. A more fun recursive implementation without fold: ``` {1𝔽{(𝕨𝔽⊑𝕩)(1A previous(wrong) version of this expo... (more) |
— | over 3 years ago |
Comment | Post #283179 |
Fixed that thing as well (more) |
— | over 3 years ago |
Edit | Post #283179 |
Post edited: |
— | over 3 years ago |
Comment | Post #283179 |
Just fixed it, prepended a 0 (more) |
— | over 3 years ago |
Edit | Post #283179 |
Post edited: |
— | over 3 years ago |
Edit | Post #283180 | Initial revision | — | over 3 years ago |
Answer | — |
A: Should [code-golf-tips] be replaced with [tips] + [code-golf]? Yes tips is a sort of prefix tag, and code-golf-tips is a superfluous tag. I think it it worth keeping them separate because tips is already very flexible. (more) |
— | over 3 years ago |
Edit | Post #283179 | Initial revision | — | over 3 years ago |
Answer | — |
A: It's Hip to be Square [Husk], 5 bytes ±£Θİ□ Try it online! similar to haskell, checks if the number is in the infinite list of squares. (more) |
— | over 3 years ago |
Comment | Post #283166 |
It is generally a good idea to have different questions from what is already on the SE site, since unique content helps boost codidact on search engines. That being said, having more questions isn't necessarily a bad thing. (more) |
— | over 3 years ago |
Comment | Post #283107 |
Haker's crack is still correct, so no (more) |
— | over 3 years ago |
Edit | Post #283157 | Initial revision | — | over 3 years ago |
Answer | — |
A: Guess the language! (Robbers' Thread) Cracks Lundin's answer: [C++ (gcc)] %: %: define cops(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t) if(not false and k%:%:f%:%:d%:%:l(& (not true) )) %: main() Try it online! (more) |
— | over 3 years ago |
Edit | Post #283156 | Initial revision | — | over 3 years ago |
Answer | — |
A: Guess the language! (Robbers' Thread) Cracks Shaggy's answer: Japt ((Cops)&(Robbers))`¬ps d bÞ`¸ËhDÎmEgviuø Test it (more) |
— | over 3 years ago |
Comment | Post #283138 |
Cracked: [C++](https://tio.run/##Hc7dasMwDAXg@z6FaNGI6dl2L0J2sTfoGzj@ad06jhs77PEzJwgOkhDoMzl/3o3ZLiGZuFpH/Rhq@S7Vmuv16zFsLCcWss6H5MjMuXQaIwwsHDzueCDgiRciJiTMyHhjQUFVFHyX5kpex@JIJ0svFha/h90jdh90XNRldYr6tgosT5Z2F890ZpmOTCwzS2Z5sywshaXKQEr1zEPDnSYdUtemQ/fXRBq1CdZm@cHvYSpo/3Fr/djK7ULFw7b9Aw "C++ (gcc) – ... (more) |
— | over 3 years ago |
Comment | Post #283107 |
the actual language is [Rockstar](https://codewithrockstar.com/online) (more) |
— | over 3 years ago |
Edit | Post #283108 |
Post edited: |
— | over 3 years ago |
Comment | Post #283108 |
thanks, I'll change it (more) |
— | over 3 years ago |
Edit | Post #283108 | Initial revision | — | over 3 years ago |
Article | — |
Are All Elements Equal?[FINALIZED] Challenge Given a list of integers >= 0 , check if all of them are equal. Tests ``` [1,1,1,1,1] -> true [0,1,1,6,7] -> false [1] -> true [] -> undefined(you do not need to handle this) ``` You may take the integers in any form(strings, list, codepoints, etc.) Yo... (more) |
— | over 3 years ago |
Comment | Post #283103 |
[this is the default loophole.](https://codegolf.meta.stackexchange.com/a/1071/80214) (more) |
— | over 3 years ago |
Edit | Post #283103 |
Post edited: |
— | over 3 years ago |
Edit | Post #283103 | Initial revision | — | over 3 years ago |
Answer | — |
A: Answering challenges with languages newer than the challenge Languages made specifically for a challenge after it was published This is the general problem with allowing languages newer than the challenge. This is already considered a standard loophole, and the `might be downvoted anyway...` point will apply. Some questions heavily benefit from this(cops... (more) |
— | over 3 years ago |
Comment | Post #283074 |
"I suspect that them being different lengths is integral to the challenge." correct, that is part of the challenge. (more) |
— | over 3 years ago |
Comment | Post #282821 |
I think it is better to say "the area where the source code is stored should adhere to the question requirements" (more) |
— | over 3 years ago |
Comment | Post #283012 |
65 bytes : https://tio.run/##ZZDBSgMxEIbveYoxB5PIbnKXbg@FhV6kIHsQjKZRt1JZ22Wzxarx2deMzfTiHMI/Xz5mYIbD0@e0qaZyHgr/fR/0c7sb20F2ldfvvpeX12H71aqUj6q48gVfrJpmdQNNfdfws6wefiY/jFDBbFaKZX1bCx36bjtKbndcMcjl/pIuSwERo3HOPUKETDWJ6sQMPjbD1CRo1qdOZBc9kcaRTbqllXk6RJpjyc2KsZHWJmJEmWqNf4ZwjJEEC2dZSqIY/7sY2dtrwEnGyQwx... (more) |
— | over 3 years ago |
Edit | Post #282972 |
Post edited: |
— | over 3 years ago |
Edit | Post #283011 | Initial revision | — | over 3 years ago |
Question | — |
Gamer Meme Creator Challenge You will be given a string and an ascii art as input. - The string must be placed above the ascii art, and centered based on its longest line. - The text `BOTTOM TEXT` must be placed below the art and centered based on the ascii art's longest line. The centering can be biased toward... (more) |
— | over 3 years ago |
Comment | Post #282982 |
[Japt](https://tio.run/##AT0Awv9qYXB0//8oKENvcHMpJihSb2JiZXJzKSlgwqxwcyDChGQgwp5iw54EYMK4w4toRMOObUVndml1w4PCuP// "Japt – Try It Online") lmao (more) |
— | over 3 years ago |
Comment | Post #282972 |
hm, no. Part of the challenge is finding the longest length line of the ascii art. (more) |
— | over 3 years ago |
Comment | Post #282971 |
Imagine writing a simple bot and then you see someone else is literally writing linear regression (more) |
— | over 3 years ago |
Edit | Post #282972 | Initial revision | — | over 3 years ago |
Article | — |
Gamer Meme Creator[FINALIZED] Challenge You will be given a string and an ascii art as input. - The string must be placed above the ascii art, and centered based on its longest line. - The text `BOTTOM TEXT` must be placed below the art and centered based on the ascii art's longest line. The centering can be biased toward... (more) |
— | over 3 years ago |
Edit | Post #282907 | Initial revision | — | over 3 years ago |
Answer | — |
A: Caesar shift cipher [Ruby], 56 bytes ->s,i{a=[?a..?z].rotate(i)"";s.tr "A-Za-z",a.upcase+a} Try it online! `tr` is wildly useful here. Builds the tr string manually and replaces only the alphabets. (more) |
— | over 3 years ago |
Comment | Post #282844 |
Ruby has `-r<lib>` to require a library outside the code and it also gets affected by this. I think it should be counted the same way since it's a full flag. There's some programming happening outside the program but it's already established that it effectively converts the answer to a different lang... (more) |
— | over 3 years ago |
Edit | Post #282906 | Initial revision | — | over 3 years ago |
Answer | — |
A: How free is "free" for cops and robbers? Free as in usable on a free platform "free" meaning there must be a downloadable interpreter available for the language which can run the program with the required features, on an online/offline service with no software limitations(time, number of executions, etc). (more) |
— | over 3 years ago |
Edit | Post #282679 | Initial revision | — | over 3 years ago |
Answer | — |
A: Multiply complex numbers. [Ruby], 35 bytes ->a{a.split.map{eval 1}.reduce :} Try it online! Right tool for the job, I suppose. uses ruby 2.7+ features, so tio link will look different. (more) |
— | over 3 years ago |
Comment | Post #282630 |
maybe choose the first `<code>` block if there's no `<pre>` block in the answer? (more) |
— | over 3 years ago |
Comment | Post #282630 |
I found it on [the pell numbers](https://codegolf.codidact.com/posts/280828) (more) |
— | over 3 years ago |
Edit | Post #282630 | Initial revision | — | over 3 years ago |
Question | — |
Leaderboard bug: recognizing inline code blocks There's a small problem with the leaderboard: Shaggy n It seems to be recognizing the first `` block in the answer rather than the first `` block in the answer. The byte count is correct since it's taken from the title. (more) |
— | over 3 years ago |
Edit | Post #282617 |
Post edited: |
— | over 3 years ago |
Edit | Post #282617 |
Post edited: |
— | over 3 years ago |