south
I only golf in J, but I like Ruby a lot as well.
Posts
See all 44 »MATL, 16 bytes 1`1yh1$lZctDwQt] Try it online! The TIO output fetch will likely fail, so make sure to click the run button to stop the execution. 1`1yh1$lZctDwQt] 1` ] - Push 1 o...
posted 2y ago by south
Fig, 3 bytes Actual score is: $3\log_{256}(96)\approx$ 2.469 bytes. Filters consonants from the input string using implicit input. Fcb Try it online! Fcb F : Filter with two string args fi...
posted 2y ago by south
J, 15 bytes 7 u:32 OR 3 u:] Port of Shaggy's answers. Evaluates as 3 forks 7 u: (32 OR (3 u:])) Attempt This Online! 7 u:32 OR 3 u:] ] : right argument 3 u: : 3&a...
posted 2y ago by south
J, 3 bytes ,|. Try it online! This hook y f (g y) appends y with its reverse.
posted 3y ago by south
MATL, 3 distinct, 3 total lH/ Try it online! Computes 1/2. Reserved labels for constants can be found here
posted 2y ago by south
J, 8 bytes ~.,:#/.~ Tacit function, this is the de facto method for this problem in J. Attempt it online!
posted 2y ago by south
Ruby, 56 bytes p *(1..).lazy.filter{_1%_1.digits.sum<1}.take(gets.to_i) Attempt This Online!
posted 2y ago by south
Sidef, 25 bytes {eval .split.join(" * ")} {eval .split.join(" * ")} { } # Create anonymous code block .split.join(" * ") # splits on whitespace and joins with "...
posted 2y ago by south
Reputation | 361 | |
Number of top-level posts | 0 | |
Number of answers | 44 | |
Sum of received votes (up minus down) | 36 | |
Number of edits made | 22 |
Earned Abilities
Statistics
Posts | ||
---|---|---|
Count | 44 | |
Questions | 0 | |
Answers | 44 | |
Articles | 0 |
Votes cast | ||
---|---|---|
Count | 18 |
Flags raised | ||
---|---|---|
Count | 0 |