What are the most common programming languages used by projects listed in Alioth? (07-2011)
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 = <current>
GROUP BY Lang
ORDER BY Count DESC;
Attachment | Size |
---|---|
07-11-alioth-pl.png | 17.55 KB |
Data Resources:
- Log in to post comments