Page MenuHomePhabricator

captcha-by-wiki.awk

Authored By
tstarling
Jul 5 2017, 4:33 AM
Size
189 B
Referenced Files
None
Subscribers
None

captcha-by-wiki.awk

/bad form input;/ {
bad[$5]++;
total[$5]++;
}
/passed;/ {
good[$5]++;
total[$5]++;
}
END {
print "Wiki\tGood\tBad";
for (db in total) {
print db "\t" good[db] "\t" bad[db];
}
}

File Metadata

Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4757227
Default Alt Text
captcha-by-wiki.awk (189 B)

Event Timeline