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;

AttachmentSize
Image icon RubyProgrammingLanguages2014.png29.45 KB
Data Resources: