programming lanaguge

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;

Data Resources: 

Most Commonly Used Languages by Rubyforge Projects (June 2014)

Description:

This chart shows the top programming languages used by projects in Rubyforge.

Visualization:

SQL Script:

SELECT rfpl.description AS Lang, COUNT( DISTINCT rfpl.proj_unixname ) AS Count
FROM rf_project_programming_language rfpl
WHERE rfpl.datasource_id = [current]
GROUP BY Lang
ORDER BY Count DESC;

Data Resources: 

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;

Data Resources: