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

Type On... Excerpt Status Date
Edit Post #287173 Post edited:
Fix incorrect test cases
over 2 years ago
Edit Post #287261 Post edited:
Test case intro wording fix
over 2 years ago
Edit Post #287261 Post edited:
Clarify letters must be English alphabet letters
over 2 years ago
Edit Post #287261 Post edited:
Finish wording and add test cases
over 2 years ago
Edit Post #287261 Post edited:
Fix title
over 2 years ago
Edit Post #287261 Initial revision over 2 years ago
Article Pinwheel ​words [FINALIZED]
Now posted: Pinwheel words Given a word that can be rotated by 180 degrees (a half turn) about at least one of its 3 axes and continue to be composed of English alphabet letters, output one of its rotated forms. The 3 rotation types will be given the challenge-specific names clock, mirror, ...
(more)
over 2 years ago
Edit Post #287238 Post edited:
Make input requirements more lenient
over 2 years ago
Edit Post #287238 Post edited:
Update test cases
over 2 years ago
Comment Post #287253 I appreciate that making the code changes to allow cross-category duplicates may not happen in the short term, but this does seem like the ideal solution long term. Even without the ability to close as a duplicate (so the sandbox post does not automatically link to the finished challenge), it woul...
(more)
over 2 years ago
Edit Post #287238 Post edited:
Add sandbox questions
over 2 years ago
Edit Post #287238 Post edited:
Add sandbox question
over 2 years ago
Edit Post #287238 Post edited:
Clarify output section
over 2 years ago
Edit Post #287238 Post edited:
Set minimum grid size
over 2 years ago
Edit Post #287238 Post edited:
Add test cases
over 2 years ago
Edit Post #287238 Post edited:
Hide terminology and examples, and better define output
over 2 years ago
Edit Post #287238 Post edited:
Add todo
over 2 years ago
Edit Post #287238 Post edited:
Bring example descriptions outside code blocks to allow wordwrap
over 2 years ago
Edit Post #287238 Post edited:
Add missing corner of an example
over 2 years ago
Edit Post #287238 Post edited:
Improve wording and examples
over 2 years ago
Edit Post #287238 Initial revision over 2 years ago
Article Arbitrary angle wrapping wordsearch
Sandbox - Would you change anything about the test case format? - Are there any more edge cases to add to the test cases? - Should words that use the same grid position more than once be considered present? (Currently I am leaning towards allowing this, which I imagine is the easier approach to im...
(more)
over 2 years ago
Edit Post #287173 Post edited:
Typo
over 2 years ago
Comment Post #287210 Can you save a byte by using `fromCharCode` instead of `fromCodePoint`?
(more)
over 2 years ago
Comment Post #287207 Looks like you've already solved this for yourself though since you've posted 2 answers that both work correctly for all these cases... I'll leave the explanation up in case anyone else bumps into the same confusion I did.
(more)
over 2 years ago
Comment Post #287207 I had this same thought myself after producing the test cases, but I found it was because I was looking at binary strings without leading zeroes, which makes it easy to look at the digit one from the left, instead of five from the right. This causes a problem because the character codes less than 64 ...
(more)
over 2 years ago
Edit Post #287180 Post edited:
Mark as finalized
over 2 years ago
Edit Post #287207 Initial revision over 2 years ago
Question Lowercase, but not just the letters
Given a string of printable ASCII characters, convert them all to lowercase, except not just the letters. ASCII characters that are letters have a bit in their binary representation that is `0` for uppercase, and `1` for lower[]()case. Setting this bit to `1` for a non-letter character that previo...
(more)
over 2 years ago
Edit Post #287180 Post edited:
Tidying
over 2 years ago
Edit Post #287180 Post edited:
Make input and output requirements more flexible
over 2 years ago
Edit Post #287162 Post edited:
Mark as finalized
over 2 years ago
Edit Post #287199 Initial revision over 2 years ago
Question Mediocre pop count
Given a sequence of letters, omit those with the highest or lowest pop count. Terminology The pop count or [population count] of a binary string is the number of `1`s in it. For this challenge, the pop count of a letter is the number of `1`s in its ASCII character code in binary. For exampl...
(more)
over 2 years ago
Edit Post #287162 Post edited:
Reformat output section
over 2 years ago
Edit Post #287162 Post edited:
Explicitly allow input and output to be in different formats
over 2 years ago
Edit Post #287182 Post edited:
Add example of mixed but consistent input and output formats
over 2 years ago
Edit Post #287182 Post edited:
Require input and output formats to be consistent between inputs
over 2 years ago
Comment Post #287182 Unless there's a default on Meta to allow `null` as a substitute for an empty string / empty data structure I'm going to say no. I want the input and output formats to be as flexible as possible to keep the competition open to as many languages as possible (and so people can explore alternative ap...
(more)
over 2 years ago
Edit Post #287154 Post edited:
Add an extra example of a valid circle
over 2 years ago
Edit Post #287180 Post edited:
Tidying
over 2 years ago
Edit Post #287162 Post edited:
Clarify output section
over 2 years ago
Edit Post #287182 Post edited:
Explicitly allow non-string output sequences
over 2 years ago
Edit Post #287153 Post edited:
Settle of input range 2 to 70 to fit in a codeblock without a horizontal scroll bar
over 2 years ago
Edit Post #287153 Post edited:
Test code block width to settle on max input size
over 2 years ago
Edit Post #287161 Post edited:
Mark as finalized
over 2 years ago
Edit Post #287182 Initial revision over 2 years ago
Question Just the vowels please
Given a sequence of letters, output only the vowels. Input - A sequence of letters - This may be a string or any ordered data structure of characters (provided it is consistent between inputs) - The letters may contain a mixture of upper and lower case - The characters that count as letters fo...
(more)
over 2 years ago
Edit Post #287161 Post edited:
Golf the explanation request
over 2 years ago
Edit Post #287161 Post edited:
Simplify output section
over 2 years ago