Most Commonly Used Languages by Objectweb (June 2014)

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;

AttachmentSize
Image icon ObjectwebLanguages2014.png19.76 KB
Data Resources: