snail_
A quiet enigma. We don't know anything about snail_ yet.
Posts
See all 32 »Ahead, 3 bytes SW@ S Slurp entire input to stack W Write entire stack @ End Try it online!
posted 4y ago by snail_
Two words are anagrams of each other if the letters of one can be reordered to spell the other; e.g. ADOBE and ABODE are anagrams. An alternate way of describing it is that both words contain the s...
5 answers · posted 3y ago by snail_ · edited 3y ago by General Sebast1an
Ruby, 38 bytes Simple map and sum over the coefficients. No TIO link, this uses numbered lambda parameters which require Ruby 2.7. ->l,x{l.each_with_index.sum{_1*x**_2}}
posted 4y ago by snail_
Somewhere Else, there was a long-standing rule that to answer a challenge, you couldn't use languages, language versions, or features that were created or introduced after the challenge was posted....
2 answers · posted 3y ago by snail_ · last activity 3y ago by user
Ruby, 7 solutions 256 4**4 -~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-...
posted 3y ago by snail_
Ruby, 15 bytes ->a{a.all?a[0]} ->a{ } # lambda taking array `a` a.all? # do all items in the array match... a[0] # ...the first? Try it online!
posted 3y ago by snail_
Reputation | 681 | |
Number of top-level posts | 4 | |
Number of answers | 28 | |
Sum of received votes (up minus down) | 73 | |
Number of edits made | 18 |
Earned Abilities
Statistics
Posts | ||
---|---|---|
Count | 32 | |
Questions | 3 | |
Answers | 28 | |
Articles | 1 |
Votes cast | ||
---|---|---|
Count | 86 |
Flags raised | ||
---|---|---|
Count | 0 |