celtschk
A quiet enigma. We don't know anything about celtschk yet.
Posts
Rational numbers in decimal representation can have an infinite periodic part. One common way to write this down is to repeat the periodic digits and then add three dots. Numbers without those thre...
2 answers · posted 1y ago by celtschk · edited 1y ago by General Sebast1an
The task is to generate the text of Lewis Caroll's Jabberwocky. The text, quoted from Wikipedia, is as follows (I've replaced a non-ASCII character with ASCII, otherwise it's direct copy&paste...
4 answers · posted 2y ago by celtschk · last activity 2y ago by General Sebast1an
Python 3, 142 bytes def f(s): m=1;r="" for c in s.upper(): if'@'<c<'['or'-'==c:r+=c*m;m=0 if c in":; ":r+=c*(c!=' ');m=1 if c in".?!":r+=' ';m=1 return r Try it online!
posted 1y ago by celtschk
Reputation | 1274 | |
Number of top-level posts | 27 | |
Number of answers | 43 | |
Sum of received votes (up minus down) | 165 | |
Number of edits made | 69 |
Earned Abilities
Statistics
Posts | ||
---|---|---|
Count | 70 | |
Questions | 15 | |
Answers | 43 | |
Articles | 12 |
Votes cast | ||
---|---|---|
Count | 254 |
Flags raised | ||
---|---|---|
Count | 0 |