Most Commonly Used Programming Languages in Alioth Projects (June 2014)

Description:

This chart shows the top programming languages used by projects in Alioth.

Visualization:

SQL Script:

SELECT language AS Lang, COUNT( unixname ) AS Count
FROM al_projects_language
WHERE datasource_id =
GROUP BY Lang
ORDER BY Count DESC;

AttachmentSize
Image icon aliothprogramminglanguages2014.png25.51 KB
Data Resources: