Zakk
Software Developer. Participating from time to time.
Posts
See all 19 »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 2y ago by Zakk
Lua 5.4, 9 bytes n^.5%1==0 Try it online! The entire compressed code is 33 bytes: function f(n)return n^.5%1==0 end Try it here. It's not clear whether the rules allow the first form (i...
posted 2y ago by Zakk
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 2y ago by Zakk
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 2y ago by Zakk
Reputation | 189 | |
Number of top-level posts | 0 | |
Number of answers | 19 | |
Sum of received votes (up minus down) | 17 | |
Number of edits made | 29 |
Earned Abilities
Statistics
Posts | ||
---|---|---|
Count | 19 | |
Questions | 0 | |
Answers | 19 | |
Articles | 0 |
Votes cast | ||
---|---|---|
Count | 19 |
Flags raised | ||
---|---|---|
Count | 0 |