Ilya Grigorik wrote:
SELECT repository_language, COUNT(*) as cntlang FROM [githubarchive:github.timeline] WHERE repository_language != '' AND payload_commit_msg != '' AND PARSE_UTC_USEC(created_at) < PARSE_UTC_USEC('2012-05-09 00:00:00') AND REGEXP_MATCH(payload_commit_msg, r'(?i)\b(a+rgh|angry|annoyed|annoying|appalled|bitter|cranky|hate|hating|mad)\b' GROUP BY repository_language ORDER BY cntlang DESC
Apparently, VimL is the winner, followed by C and bash.
For full analysis, see:
http://geeksta.net/geeklog/exploring-expressions-emotions-github-commit-messages/
Posts: 1
Participants: 1