What are the most common programming languages used by projects listed in Rubyforge? (05-2011)

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 05-11-pl-rubyforge.png17.72 KB
Data Resources: