Submitted by Anonymous on June 24, 2009 - 3:35pm
Description
This chart shows the number of projects of each team size listed in Objectweb.
Visualization
SQL Script
SELECT DISTINCT dev_count, count(DISTINCT proj_unixname) AS count
FROM ow_projects
WHERE datasource_id = <current>
GROUP BY dev_count
ORDER BY count DESC , dev_count;
Submitted by Anonymous on June 24, 2009 - 3:32pm
Description
This chart shows the number of projects of each team size listed in Rubyforge.
Visualization
SQL Script
SELECT DISTINCT dev_count, count(DISTINCT proj_unixname) AS count
FROM rf_projects
WHERE datasource_id = <current>
GROUP BY dev_count
ORDER BY count DESC , dev_count;
Submitted by Anonymous on June 24, 2009 - 3:29pm
Description
This chart shows the number of projects of each team size listed in Free Software Foundation.
Visualization
Projects listed as having 0 developers were disregarded (53 projects).
Submitted by Anonymous on June 24, 2009 - 2:34pm
Description
This chart shows the number of projects of each team size listed in Freshmeat.
Visualization
Projects listed as having 0 developers were disregarded (332 projects).
Submitted by Anonymous on June 23, 2009 - 11:05am
Description
This chart shows the number of projects that FLOSSmole most recently collected from each repository.
Visualization
SQL Script
SELECT count(DISTINCT proj_unixname) FROM projects
WHERE datasource_id= <current>;
Pages