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;
Attachment | Size |
---|---|
aliothprogramminglanguages2014.png | 25.51 KB |
Data Resources:
- Log in to post comments