What are the most common programming languages used by projects listed in Objectweb? (05-2011)
Description
This chart shows the top programming languages used by projects in Objectweb.
Visualization:
SQL Script
SELECT owpl.description AS Lang, COUNT( DISTINCT owpl.proj_unixname ) AS Count
FROM ow_project_programming_language owpl
WHERE owpl.datasource_id = <current>
GROUP BY Lang
ORDER BY Count DESC;
Attachment | Size |
---|---|
05-11-pl-objectweb.png | 19.42 KB |
Data Resources:
- Log in to post comments