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 »

Posts by Sylvester‭

6 posts
75%
+4 −0
Challenges Fibonascii Squares

The Challenge Your job is to, given input positive non-zero integer $n$, output an ASCII representation of the tiled Fibonacci squares up to the $n$th number of the Fibonacci sequence. Rules Inp...

2 answers  ·  posted 5mo ago by Sylvester‭  ·  edited 5mo ago by Sylvester‭

75%
+4 −0
Challenges Display a Progress Bar

The goal of this challenge is simple: given a ratio of whole numbers, output a 50-character long progress bar representing the ratio. Rules Input Your program must take two numbers as input. T...

5 answers  ·  posted 13d ago by Sylvester‭  ·  last activity 3d ago by trichoplax‭

Question code-golf
71%
+3 −0
Sandbox Display a Progress Bar [FINALIZED]

posted 20d ago by Sylvester‭  ·  edited 13d ago by Sylvester‭

Article code-golf
66%
+2 −0
Sandbox Fibonascii Squares [FINALIZED]

posted 5mo ago by Sylvester‭  ·  edited 5mo ago by trichoplax‭

60%
+1 −0
Challenges The 50 substrings that validate any string of Roman numerals

Rust, 258 254 bytes Saved four bytes thanks to trichoplax. fn v(s:&str)->&str{for b in "CCCC CCD CCM CDC CMC CMD CMM DCD DCM DD DM IC ID IIII IIV IIX IL IM IVI I...

posted 5mo ago by Sylvester‭  ·  edited 5mo ago by Sylvester‭

Answer
60%
+1 −0
Challenges Source with the whole alphabet in order of appearance

TI-BASIC, 23 bytes Like lyxal's answer, this program exits immediately, so nothing after the Stop is executed. The program Stop GarbageCollectDetectAsymOffDispGraphiconj(BLACKClrfHomenormalpdf(...

posted 22d ago by Sylvester‭  ·  edited 21d ago by Sylvester‭

Answer