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
Answer A: Default Rules: Code Golf I/O
Functions may take input via arguments and output via return value Functions may also use STDIN/STDOUT as they wish.
(more)
almost 3 years ago
Edit Post #282784 Initial revision almost 3 years ago
Question Default Rules: Code Golf I/O
What input/output methods do you think should be allowed/disallowed while code golfing on this site? What guidelines for input/output methods do you think should be in place? One method per answer, please. Vote up/down according to if you believe the given method should be allowed.
(more)
almost 3 years ago
Comment Post #282482 If it can only be added by moderators, does this mean no one else can create these sort of posts? Or they start with discussion and we change it later?
(more)
almost 3 years ago
Comment Post #282482 @#8046 Hm, not sure, I know for sure this new tag should not, but all meta posts in general - that is probably something that deserves a separate post for discussion (I would lean towards no, meta posts should continue giving rep as normal)
(more)
almost 3 years ago
Comment Post #282482 @#8176 I agree that people should be rewarded for contributing to the community, but the problem with answers to these posts, as stated in the question, is that sometimes people can post things that are made to be downvoted to show what the community does not agree with, which would negatively impact...
(more)
almost 3 years ago
Comment Post #282482 @#8046 Hmm, I would prefer to keep the posts, not only for the public record, but also for new guidelines to be added over time if needed with new answers to the post. (Also, I think affecting posts on the user card is ok, since it would be a contribution to the community, but vote count should not a...
(more)
almost 3 years ago
Edit Post #282483 Initial revision almost 3 years ago
Answer A: Is my extension-like library allowed to be used in answers?
Yes, including the fact that it's in C. Using a heading such as "C + BMPL" that links to the library and explains what it does should be fine. I also think that having a way to run it (preferably in one line) to verify solutions would be nice.
(more)
almost 3 years ago
Edit Post #282482 Post edited:
almost 3 years ago
Edit Post #282482 Initial revision almost 3 years ago
Answer A: How do we handle standardizing things?
This sounds like a great idea to me. To summarize how we can move forward on this: For the Codidact Team Create a new meta tag (defaults? name pending) that is one of the options for the required tag on meta Create a new post type that applies to all posts and answers on posts with this tag th...
(more)
almost 3 years ago
Comment Post #282455 Why so restrictive with input format? Why not allow people to take in perhaps 2 complex numbers, or if that's too easy, two arrays of 2 numbers, or something like that? In addition, why so restrictive with output format? Different languages have different ways of representing complex numbers.
(more)
almost 3 years ago
Comment Post #282439 Well, a lot of languages are zero-indexed by default, so it's much easier to generate a range of 0-8 than 1-9.
(more)
almost 3 years ago
Comment Post #282439 Are zero-indexed solutions acceptable?
(more)
almost 3 years ago
Edit Post #282427 Initial revision almost 3 years ago
Answer A: Evens or Odds - you know this one
Japt, 1 byte u Japt, more like JABT (just another builtin) :P Try it
(more)
almost 3 years ago
Comment Post #282345 I'm not sure this would be very interesting - essentially, this is the same as the fizzbuzz challenge, but you define the function at the beginning of your code and then the added part is calling it 7 times
(more)
almost 3 years ago
Edit Post #282280 Post edited:
almost 3 years ago
Comment Post #282280 @Adam yeah that sounds reasonable
(more)
almost 3 years ago
Edit Post #282280 Post edited:
almost 3 years ago
Comment Post #282280 @hyper-neutrino @Adam sorry for being unclear, I meant to go with the definition that is `string.printable` in python, I didn't realize there were others
(more)
almost 3 years ago
Edit Post #282280 Initial revision almost 3 years ago
Question Word Count Tool
In Google Docs, the word count tool looks like this: Word count Pages would not make sense, but your goal is to implement every other count. Definitions Words are strings of text separated by any amount of whitespace (spaces, tabs, newlines). Characters are all printable bytes. For the ...
(more)
almost 3 years ago
Comment Post #282264 I have to say I absolutely love the last one
(more)
almost 3 years ago
Comment Post #279747 @Shaggy I tried to follow, but not going to lie I got lost reverting changes back and forth after about 10 comments :P, so if you have time could you suggest an edit with all the changes? Or you could just post your own answer at this point, since it seems you've changed a good portion of my original...
(more)
almost 3 years ago
Edit Post #280708 Post edited:
almost 3 years ago
Comment Post #280708 @Shaggy thanks, another trick to remember
(more)
almost 3 years ago
Comment Post #279747 Ah, cool, got it
(more)
almost 3 years ago
Edit Post #279747 Post edited:
thanks to shaggy
almost 3 years ago
Comment Post #281380 @Shaggy thanks, somehow missed both of those shortcuts
(more)
almost 3 years ago
Edit Post #281380 Post edited:
almost 3 years ago
Comment Post #279747 @Shaggy added some, but I used 5 in first one, and spaces in another one, and I can only use one with newlines once
(more)
almost 3 years ago
Edit Post #279747 Post edited:
thanks to shaggy
almost 3 years ago
Comment Post #281459 @user But 206 itself isn’t cool, since 106 isn’t divisible by 3
(more)
about 3 years ago
Edit Post #281457 Initial revision about 3 years ago
Question Really Cool Numbers
Define a cool number as a number whose proper divisors (all except for the number itself) have an integral mean. Define a really cool number as a number whose divisors (including itself) are all cool. (We explicitly define 1 to be both cool and really cool.) Given a positive integer, determine whethe...
(more)
about 3 years ago
Edit Post #281380 Post edited:
about 3 years ago
Edit Post #281380 Initial revision about 3 years ago
Answer A: Cumulative Counts
Japt, 14 11 8 bytes £¯YÄ è¥X Try it -3 bytes thanks to @Shaggy
(more)
about 3 years ago
Edit Post #280859 Initial revision about 3 years ago
Answer A: Ratio limits of fibonacci-like series
[APL (Dyalog Classic)], 7 bytes ⎕+∘÷⍣=1 Well, rak is probably not going to answer this, so I might as well ;p Try it online!
(more)
about 3 years ago
Edit Post #280840 Post edited:
about 3 years ago
Edit Post #280840 Post edited:
about 3 years ago
Comment Post #280840 @Razetime I fixed the link, it just needed ⎕IO←0
(more)
about 3 years ago
Edit Post #280840 Post edited:
about 3 years ago
Comment Post #280840 @Razetime i shaved 2 bytes off your fun matrix implementation - its now tied
(more)
about 3 years ago
Edit Post #280840 Post edited:
about 3 years ago
Edit Post #280840 Post edited:
about 3 years ago
Edit Post #280840 Initial revision about 3 years ago