Most Commonly Used Languages by Rubyforge Projects (June 2014)
Description:
This chart shows the top programming languages used by projects in Rubyforge.
Visualization:
SQL Script:
SELECT rfpl.description AS Lang, COUNT( DISTINCT rfpl.proj_unixname ) AS Count
FROM rf_project_programming_language rfpl
WHERE rfpl.datasource_id = [current]
GROUP BY Lang
ORDER BY Count DESC;
Attachment | Size |
---|---|
RubyProgrammingLanguages2014.png | 29.45 KB |
Data Resources:
- Log in to post comments