Weekly Push Counts, March 11, 2012 - October 10, 2013
Language min max
javascript
coffeescript
ruby
python
php
java
go
haskell
clojure
erlang
elixir
viml


source: Github Archive

Query: "SELECT STRFTIME_UTC_USEC(TIMESTAMP(repository_pushed_at), "%Y-%m-%d") as days, repository_language, count(repository_language) as lang_count FROM [githubarchive:github.timeline] WHERE type="PushEvent" AND PARSE_UTC_USEC(created_at) >= PARSE_UTC_USEC('2012-03-01 00:00:00') GROUP BY days, repository_language ORDER BY repository_language DESC;"