Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »

Activity for Razetime‭

Type On... Excerpt Status Date
Comment Post #290206 I tried using `!!` and came up with this: [run online](https://ato.pxeger.com/run?1=PU49DoIwGN09RUkYWrENIJZihEVuIQ4NFG2k0GBJDFdxYTGeydsIEdne7_e95_vK7zdRVcPw6kyJ2SeVSjetASk3nBwbpSvxWJUxzHKcwIOPiOKXWpquEDaURrTcCJj1OOnXvZOjHFmWR9F8K1Nc1rFuZW1sxTUowQlijzDquzRCYO8AiF2yDQLmhxRtFjg5CxnlMc4iOsvhbuqH59-P_-4v)...
(more)
6 months ago
Comment Post #290206 using 3rd party libs is perfectly fine. Wheat Wizard for example uses their own haskell golfing library, hgl. you just have to mention that you used them. People generally try to achieve the best solution with the same combo of language+library+flags/etc. it is quite flexible. You can find the conse...
(more)
6 months ago
Comment Post #285880 in brainfuck/any language that doesn't use 0-9, it is redundant to post an answer. if there is a representation for floats/fractions that you can reasonably explain in your answer, that is perfectly fine.
(more)
9 months ago
Comment Post #287033 Older ideas were to allow the challenge creator to move their challenges over to the Q&A section. I don't think codidact has this functionality yet, so deleting is a good option. We can ask for the mods to help with this cleanup, and start delete votes on any finalized sandbox posts.
(more)
over 1 year ago
Comment Post #286989 oh, sorry for the confusion. I've added the extra possible output.
(more)
over 1 year ago
Comment Post #286989 ok, added to the question.
(more)
over 1 year ago
Comment Post #286989 sure, i'll make one but i'll have to label it as only one of the potential solutions.
(more)
over 1 year ago
Comment Post #286855 From the [wikipedia article](https://en.wikipedia.org/wiki/Harshad_number) it seems to have come the name of a mathematician who was discussing number theory.
(more)
over 1 year ago
Comment Post #286855 nah, first n. Having it that flexible is weird imo, so I draw the line at index origin.
(more)
over 1 year ago
Comment Post #286603 1. Yes, the challenge is feasible in both ordinary languages and esolangs. A challenge like this will inevitably alienate a few languages and that is ok. 2. No, it is fine. Testing the limits of a language under uniqueness is the goal of this problem, and it's fine. If you allow a few important char...
(more)
almost 2 years ago
Comment Post #286637 `set(x)` → `{*x}`
(more)
almost 2 years ago
Comment Post #286363 BQN has an [SBCS](https://github.com/mlochbaum/BQN/blob/master/commentary/sbcs.bqn), so yes
(more)
almost 2 years ago
Comment Post #286363 5 bytes: `⋈⥊↕∘×`
(more)
almost 2 years ago
Comment Post #286359 Oh, I see. I'll add this in a Meta post later, but the main rules for function submissions are as follows: You need to have all the code that is necessary to create the function within your submission. Some languages have first class functions, so they can just put the value in a submission and ask m...
(more)
almost 2 years ago
Comment Post #286359 Where are `m` and `n` coming from here?
(more)
almost 2 years ago
Comment Post #286360 You will need to change the answer to take `m` and `n` only. `m*n` is not an allowed argument.
(more)
almost 2 years ago
Comment Post #286295 Good idea! I've used a similar idea in my edit.
(more)
about 2 years ago
Comment Post #285893 First time i've seen ESCR on a code golf site. Nice answer and explanation!
(more)
about 2 years ago
Comment Post #285743 This answer is not correct. You need to get 15625 as an output given your testcase.
(more)
about 2 years ago
Comment Post #285477 [relevant oeis](http://oeis.org/A005117)
(more)
over 2 years ago
Comment Post #285064 Recently there have been newer endeavours to allow online code execution like https://ato.pxeger.com/, so even though it is tempting to use TIO now, it will likely fall out of favour due to lack of updation.
(more)
over 2 years ago
Comment Post #285404 even shorter is `puts"p #{gets}+gets.to_i"` since `p` doesn't make a difference for numbers
(more)
over 2 years ago
Comment Post #284777 the string will always be a valid ip address, so there will be no whitespace.
(more)
over 2 years ago
Comment Post #284777 I've edited the question to clarify these
(more)
over 2 years ago
Comment Post #284777 yup this is ipv4
(more)
over 2 years ago
Comment Post #284268 [Wheat Wizard on SE Chat:](https://chat.stackexchange.com/transcript/message/59203474#59203474) It could use `mod` instead of `cycle` to save 2 bytes.
(more)
over 2 years ago
Comment Post #279434 errors are ok as long as the correct output is on STDOUT.
(more)
over 2 years ago
Comment Post #284102 18 bytes: [Try it online!](https://tio.run/##yyr8/z9aQ69YX0lJMzpWSy8vtiYxJeX//2ouBQWlYiUrJY/UnJx8hfD8opwUJR2QYJ6SlRFXLQA "jq – Try It Online")
(more)
over 2 years ago
Comment Post #283989 No, all the outputs should be in the same format.
(more)
over 2 years ago
Comment Post #284102 you can use `add` in place of join.
(more)
over 2 years ago
Comment Post #283790 7 bytes: `#*⌐⤢n↔n`
(more)
over 2 years ago
Comment Post #283751 just a JSON array of quoted strings, or quoted strings on multiple lines
(more)
over 2 years ago
Comment Post #283790 8 bytes: `#*#╴»×+│`
(more)
over 2 years ago
Comment Post #283751 Is a list of lines allowed as output?
(more)
over 2 years ago
Comment Post #283989 leading zeroes are not allowed in the output.
(more)
over 2 years ago
Comment Post #283973 -1 changing to `n*=i`
(more)
over 2 years ago
Comment Post #283874 Sure, will add some.
(more)
over 2 years ago
Comment Post #283305 just create a comment thread on the question named Trivial Builtins and post your answer under there.
(more)
over 2 years ago
Comment Post #283305 hm, I guess you can post trivial answers in a separate thread.
(more)
over 2 years ago
Comment Post #283312 they're correct by the definition of truthy and falsy values in husk.
(more)
over 2 years ago
Comment Post #283312 You don't need signum
(more)
over 2 years ago
Comment Post #283179 Fixed that thing as well
(more)
over 2 years ago
Comment Post #283179 Just fixed it, prepended a 0
(more)
over 2 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 2 years ago
Comment Post #283107 Haker's crack is still correct, so no
(more)
over 2 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 2 years ago
Comment Post #283107 the actual language is [Rockstar](https://codewithrockstar.com/online)
(more)
over 2 years ago
Comment Post #283108 thanks, I'll change it
(more)
over 2 years ago
Comment Post #283103 [this is the default loophole.](https://codegolf.meta.stackexchange.com/a/1071/80214)
(more)
over 2 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 2 years ago