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 Quintec‭

Type On... Excerpt Status Date
Comment Post #280372 Any number of dimensions is kind of annoying and severely limits some languages such as java - is there a reason for it?
(more)
over 3 years ago
Comment Post #280244 +1 for the walrus operator
(more)
over 3 years ago
Comment Post #279754 It is worth noting that "find the language" is not the only type of cops and robbers - https://codegolf.stackexchange.com/questions/40932/unscramble-the-source-code comes to mind.
(more)
over 3 years ago
Comment Post #279797 Hey, since we already have a discussion on this, might as well continue it there.
(more)
over 3 years ago
Comment Post #279759 Ah, makes sense.
(more)
over 3 years ago
Comment Post #279759 You seem to have used 1 already in the first solution though...
(more)
over 3 years ago
Comment Post #279749 This is brilliant and makes me feel like I'm cheating with Japt, you have so many more single digit solutions than I thought possible, haha (I'm going to not take them even though that would increase my count by a ton just for fun and competition)
(more)
over 3 years ago
Comment Post #279659 I don't know about this... doesn't this tend to infinity? Say in python, print 'x'*10000000... each zero is ten times the length yet only +1 byte
(more)
over 3 years ago
Comment Post #279601 @Lundin No negative numbers, limit goes up to the int range in your language of choice
(more)
over 3 years ago
Comment Post #279376 @msh210 1. Random bot moves on - I think this is fine for balance because of the large number of rounds played. 2. Before, though it doesn't really matter I think, what I mean to express is 1 pt for first round, 2 for second, 4 for 3rd, etc. etc.
(more)
over 3 years ago
Comment Post #279467 @Lundin see my answer.
(more)
over 3 years ago
Comment Post #279450 @Shaggy cheers, thanks
(more)
over 3 years ago
Comment Post #279434 Ugh, the "strings may have spaces" and the way you don't pad the strings makes it unusually annoying.
(more)
over 3 years ago
Comment Post #279382 @Lundin are you by chance in the Discord? It would be a lot easier to talk there.
(more)
over 3 years ago
Comment Post #279386 @Lundin Wrapping a function in other code is only an I/O bridge, not code that actually affects how the function would run and what it would return.
(more)
over 3 years ago
Comment Post #279386 @Lundin I don’t follow. Your code needs to contain all the code it references otherwise it won’t be able to run. If you use stuff(), you must define stuff().
(more)
over 3 years ago
Comment Post #279374 @Shaggy is a genius, that is so far from my answer I'll let him post it
(more)
over 3 years ago
Comment Post #279287 Out of curiosity, I've seen this in a few of your other answers now (using shortcuts instead of one character alternatives) - why `Ä` at the end instead of `1`?
(more)
over 3 years ago
Comment Post #279203 Ah, command for center padding, nice, thanks @Shaggy you learn something new every day
(more)
over 3 years ago
Comment Post #279284 Hey, welcome :D I knew there were a few Japt tricks I still didn't know about...
(more)
over 3 years ago
Comment Post #279255 y'all are too good at this
(more)
over 3 years ago
Comment Post #279185 Looks good to me now, I think you can post it
(more)
over 3 years ago
Comment Post #279185 I agree with msh - the length should not include the negative number even if one of the inputs is negative to be consistent with the other cases. So the last two examples should be 1 and 0 respectively. Another option is to just guarantee the inputs are positive - its up to you.
(more)
over 3 years ago
Comment Post #279217 Can you use more than one required tag? I can envision examples where that might fit based on Razetime's list below.
(more)
over 3 years ago
Comment Post #279199 I thought this was a nice, simple challenge to start things off
(more)
over 3 years ago