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 #287323 Post edited:
Add test case
over 1 year ago
Edit Post #287323 Post edited:
Add test cases
over 1 year ago
Edit Post #287323 Post edited:
List same height letters in alphabetical order
over 1 year ago
Edit Post #287323 Post edited:
Allow different formats for input and output
over 1 year ago
Edit Post #287323 Post edited:
Fix test case format
over 1 year ago
Edit Post #287323 Post edited:
Modify sort order and clarify output
over 1 year ago
Edit Post #287323 Initial revision over 1 year ago
Article Sort letters by height [FINALIZED]
Now posted: Sort letters by height Given a sequence of lower case letters, sort them into order of height. Heights The heights of letters are dependent on font, so for this challenge the height order to be used is as defined below: ```text acemnorsuvwxz t i bdfghklpqy j ``` L...
(more)
over 1 year ago
Edit Post #287153 Post edited:
Mark as finalized
over 1 year ago
Edit Post #287321 Initial revision over 1 year ago
Question Connect the corners without 4 in a row
Connect opposite corners of a rectangle of characters without putting 4 characters in a row. Input - Two numbers, W and H, representing the width and height of the rectangle - Each number will be in the range 2 to 70 Output - A rectangular grid of characters, of width W and height H - You m...
(more)
over 1 year ago
Edit Post #287153 Post edited:
Add link to validator
over 1 year ago
Edit Post #287153 Post edited:
Remove accidental link markdown
over 1 year ago
Edit Post #287153 Post edited:
Improve examples
over 1 year ago
Edit Post #287153 Post edited:
Remove redundant examples
over 1 year ago
Edit Post #287153 Post edited:
Golf the output spec
over 1 year ago
Edit Post #287319 Post edited:
Remove clashing word "explanation"
over 1 year ago
Edit Post #287154 Post edited:
Mark as finalized
over 1 year ago
Edit Post #287319 Initial revision over 1 year ago
Question Circle of text characters
Given a radius R, output a text representation of a circle. Input - A positive integer R (strictly greater than zero) - You do not need to handle values of R greater than 32 Output - A square grid of characters of side length 2R + 1 - You may choose any 2 distinct characters to represent th...
(more)
over 1 year ago
Edit Post #287154 Post edited:
Add link to validator
over 1 year ago
Edit Post #287154 Post edited:
Make clear input will never be zero
over 1 year ago
Edit Post #287154 Post edited:
Remove ambiguity from output section
over 1 year ago
Edit Post #287154 Post edited:
Simplify example format
over 1 year ago
Edit Post #287154 Post edited:
Improve output section
over 1 year ago
Edit Post #287154 Post edited:
Clarify output section
over 1 year ago
Edit Post #287154 Post edited:
Simplify output section
over 1 year ago
Edit Post #287154 Post edited:
Fix validity criterion
over 1 year ago
Edit Post #287131 Post edited:
Fix missing heading level in heirarchy
over 1 year ago
Edit Post #287131 Post edited:
Reverse test edit
over 1 year ago
Edit Post #287131 Post edited:
Test edit
over 1 year ago
Edit Post #287131 Post edited:
Demote heading2 to heading3 as heading1 is automatically demoted
over 1 year ago
Edit Post #287131 Post edited:
Add equivalent test cases for integer inputs
over 1 year ago
Edit Post #287131 Post edited:
Explicitly allow integer input
over 1 year ago
Edit Post #287261 Post edited:
Mark as finalized
over 1 year ago
Edit Post #287299 Initial revision over 1 year ago
Question 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, and lake rotations. They have more...
(more)
over 1 year ago
Edit Post #287261 Post edited:
Finalise test cases
over 1 year ago
Edit Post #287261 Post edited:
Add extra rotation types for m and w to avoid inconsistency
over 1 year ago
Edit Post #287238 Post edited:
Make TODO stand out more
over 1 year ago
Edit Post #287238 Post edited:
Remove hidden sections
over 1 year ago
Edit Post #287261 Post edited:
Mention that terms are challenge-specific
over 1 year ago
Edit Post #287261 Post edited:
Remove hidden sections
over 1 year ago
Edit Post #287238 Post edited:
Test edit
over 1 year ago
Edit Post #287261 Post edited:
Present collapsed html sections and plain markdown for comparison
over 1 year ago
Edit Post #287285 Initial revision over 1 year ago
Answer A: Thoughts on hiding challenge sections with expandable details tags
Since the examples I've given in the question are deliberately brief, they don't demonstrate the benefit of hiding a large block of text. I'm giving an example in this answer of one of my own challenges where I have used expandable `` sections to hide parts of the challenge wording that might be seen...
(more)
over 1 year ago
Comment Post #287283 I agree that there is extra work for someone reading the question for the first time (which is why I wanted to get feedback before deciding whether to use this more). The potential upside I'm weighing against that is the ease of getting to the answers for someone who has already previously read th...
(more)
over 1 year ago
Edit Post #287280 Post edited:
Separate examples with horizontal lines
over 1 year ago
Edit Post #287280 Initial revision over 1 year ago