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;

AttachmentSize
Image icon 07-11-alioth-pl.png17.55 KB
Data Resources: