Zakk
Software Developer. Participating from time to time.
Posts
77%
66%
66%
Lua 5.4, 3 unique characters #'#'/#'##' Try it online! [...] scoring is done in terms of number of unique characters used in the submission. Hashtag # Single quote ' Slash /
posted 1y ago by Zakk
Answer
66%
60%
60%
60%
60%
60%
60%
60%
50%
50%
50%
JavaScript (Node.js), 60 bytes s=>[/\w+/g,/./g,/[\S\t]/g].map(p=>(v=s.match(p))?v.length:0) Attempt This Online!
posted 1y ago by Zakk
Answer
50%
Lua, 98 bytes function(t)r={}for k,v in pairs(t)do r[v]=0 end for k,v in pairs(t)do r[v]=r[v]+1 end return r end Attempt This Online!
posted 11mo ago by Zakk
Answer
Reputation | 181 | |
Number of top-level posts | 0 | |
Number of answers | 21 | |
Sum of received votes (up minus down) | 17 | |
Number of edits made | 27 |
Earned Abilities
Statistics
Posts | ||
---|---|---|
Count | 21 | |
Questions | 0 | |
Answers | 21 | |
Articles | 0 |
Votes cast | ||
---|---|---|
Count | 19 |
Flags raised | ||
---|---|---|
Count | 0 |