Activity for trichoplax
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Edit | Post #287135 |
Post edited: Clarify that 3 or fewer characters is not a valid answer |
— | about 2 years ago |
Edit | Post #287135 |
Post edited: Explicitly state input will be in balanced quinary |
— | about 2 years ago |
Edit | Post #287135 | Initial revision | — | about 2 years ago |
Article | — |
Balanced quinary quasiquine [FINALIZED] Now posted: Balanced quinary quasiquine Give an integer $N$ in balanced quinary, output the first $N$ characters of your source code if $N$ is positive, or the last $-N$ characters of your source code if $N$ is negative. Terminology Quinary Standard quinary (base $5$) has digits $0, 1, ... (more) |
— | about 2 years ago |
Edit | Post #287131 |
Post edited: Make zero knights an explicitly possible input rather than just a test case |
— | about 2 years ago |
Edit | Post #287133 | Initial revision | — | about 2 years ago |
Article | — |
Cod golf: choose your own shoal This is a fixed output challenge. It is similar to a standard Kolmogorov complexity challenge, except you get to choose your own fixed output. Given no input, output 255 fishes. You may choose any 255 distinct fishes from the following list: ```text african glass catfish african lungfish aholeh... (more) |
— | about 2 years ago |
Edit | Post #287088 |
Post edited: Only the output must be deterministic - not necessarily the code |
— | about 2 years ago |
Comment | Post #287131 |
Upon rereading I can see that "characters" implies they must be strings/text - which was not my intention. I've edited the input section to explicitly allow numbers and Booleans. (more) |
— | about 2 years ago |
Edit | Post #287131 |
Post edited: Explicitly rule in Boolean input |
— | about 2 years ago |
Comment | Post #287131 |
> You may take input in the format of your choice provided it does not provide additional information that would help solve the challenge
I can't see any way that a two-dimensional Boolean array would solve part of the challenge for you, so yes go ahead (more) |
— | about 2 years ago |
Edit | Post #287105 |
Post edited: Mark as finalized |
— | about 2 years ago |
Edit | Post #287131 | Initial revision | — | about 2 years ago |
Question | — |
Knight safe squares Given a chess board with some knights on it, say how many squares are neither attacked by a knight nor containing a knight. Input - An 8 by 8 grid where each square is either a knight or empty - The input can contain any number of knights from 0 to 64 - You may choose to take input with any 2 d... (more) |
— | about 2 years ago |
Edit | Post #287105 |
Post edited: Remove sandbox questions |
— | about 2 years ago |
Edit | Post #287105 |
Post edited: Remove redundancy in input section |
— | about 2 years ago |
Edit | Post #287105 |
Post edited: Add image of knight's moves from Wikipedia |
— | about 2 years ago |
Edit | Post #287105 |
Post edited: Input spec golfing |
— | about 2 years ago |
Edit | Post #287114 |
Post edited: Add note to multiple valid outputs test cases |
— | about 2 years ago |
Edit | Post #287114 |
Post edited: Change requirement for a single integer from implicit to explicit |
— | about 2 years ago |
Edit | Post #287092 |
Post edited: Mark as finalized |
— | about 2 years ago |
Edit | Post #287114 | Initial revision | — | about 2 years ago |
Question | — |
The holeyest base Given a positive integer as input, indicate which base from 2 to 16 gives the most holes in the representation of the input in that base. The digits used are 0123456789ABCDEF. Note that these include upper case letters (the number of holes would be different for lower case letters). Different f... (more) |
— | about 2 years ago |
Comment | Post #282816 |
Is it worth clarifying that this restriction applies to general challenges but has exceptions for specific challenge types? For example, optimising to the test cases is fine if the challenge is defined as a test-battery rather than a specification (that is, where the tests *are* the specification), a... (more) |
— | about 2 years ago |
Comment | Post #283941 |
There seems to be voting on this same point on another Meta discussion [Rules for function submissions](https://codegolf.codidact.com/posts/286366/286602#answer-286602) so I'm linking both ways for future reference. (more) |
— | about 2 years ago |
Comment | Post #286602 |
There seems to be voting on this same point on another Meta discussion [Default Rules: Code Golf I/O](https://codegolf.codidact.com/posts/282784/283941#answer-283941) so I'm linking both ways for future reference. (more) |
— | about 2 years ago |
Edit | Post #287112 | Initial revision | — | about 2 years ago |
Answer | — |
A: What would this community like to see in a Codidact API? I'd like to post king-of-the-hill contests that read code directly from answers Essentials This is the only feature I would need in order to start posting contests. - The answer content for each answer to a specified post This allows extracting the code block that constitutes a king-of-the-... (more) |
— | about 2 years ago |
Edit | Post #287110 | Initial revision | — | about 2 years ago |
Question | — |
What would this community like to see in a Codidact API? I've now posted on Codidact Meta How should a Codidact public API work? I'll still be taking into account any discussion here if you have Code Golf specific thoughts, but for general API discussion please answer/comment there to get responses from all the communities. I posted previously on... (more) |
— | about 2 years ago |
Edit | Post #287105 |
Post edited: Clarify input section and include example in test cases |
— | about 2 years ago |
Edit | Post #287090 |
Post edited: Mark as finalized |
— | about 2 years ago |
Edit | Post #287108 | Initial revision | — | about 2 years ago |
Question | — |
8 coexisting queens This is a fixed output challenge. Output a textual representation of a chessboard hosting 8 queens, none of which are attacking each other. There are 92 ways of arranging them, 12 if rotations and reflections are discounted. You may choose any 1 of these arrangements. You are not required to ca... (more) |
— | about 2 years ago |
Edit | Post #287090 |
Post edited: Clarify intro |
— | about 2 years ago |
Edit | Post #287092 |
Post edited: Avoid impression that there are always 3 valid outputs |
— | about 2 years ago |
Comment | Post #287090 |
Good point - thanks. I've now included the 12 fundamental solutions as text and images. (more) |
— | about 2 years ago |
Edit | Post #287090 |
Post edited: Add the 12 fundamental solutions as examples |
— | about 2 years ago |
Edit | Post #287105 |
Post edited: Explain knight's move for completeness |
— | about 2 years ago |
Edit | Post #287105 |
Post edited: Add sandbox questions |
— | about 2 years ago |
Edit | Post #287105 |
Post edited: Remove redundant integer confusion |
— | about 2 years ago |
Edit | Post #287105 | Initial revision | — | about 2 years ago |
Article | — |
Knight safe squares [FINALIZED] Now posted: Knight safe squares Given a chess board with some knights on it, say how many squares are neither attacked by a knight nor containing a knight. Input - An 8 by 8 grid where each square is either a knight or empty - You may choose to take input with any 2 distinct characters re... (more) |
— | about 2 years ago |
Edit | Post #287090 |
Post edited: Add code-golf tag |
— | about 2 years ago |
Edit | Post #287086 |
Post edited: Mention an old pending edit has been resolved now |
— | about 2 years ago |
Edit | Post #287092 |
Post edited: Typo |
— | about 2 years ago |
Edit | Post #287092 | Initial revision | — | about 2 years ago |
Article | — |
Holeyest base representation [FINALIZED] Now posted: The holeyest base Given a positive integer as input, indicate which base from 2 to 16 gives the most holes in the representation of the input in that base. The digits used are 0123456789ABCDEF. Note that these include upper case letters (the number of holes would be different fo... (more) |
— | about 2 years ago |
Edit | Post #287090 |
Post edited: Explicitly rule in hardcoding |
— | about 2 years ago |
Edit | Post #287090 |
Post edited: Make output spec more watertight |
— | about 2 years ago |