Submitted by Anonymous on June 2, 2014 - 4:48pm
Description:
This chart show the number of projects for each team size in Rubyforge.
Visualization:
Projects listed as having 0 developers were disregarded (159 projects).
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 2, 2014 - 4:31pm
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 2, 2014 - 4:24pm
Description:
This chart shows the number of projects of each team size listed in Savannah.
Visualization:
SQL Script:
SELECT DISTINCT project_dev_count, COUNT( DISTINCT project_name ) AS count
FROM sv_projects
WHERE datasource_id= [current]
GROUP BY project_dev_count
ORDER BY count DESC , project_dev_count
Submitted by Anonymous on May 31, 2011 - 10:51am
Description
This chart shows the number of projects of each team size listed in Google Code.
Visualization
Submitted by Anonymous on May 25, 2011 - 3:43pm
Description
This chart shows the number of projects of each team size listed in Savannah.
Visualization
Projects listed as having 0 developers were disregarded (73 projects).
Submitted by Anonymous on May 25, 2011 - 3:37pm
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 (57 projects).
Submitted by Anonymous on May 25, 2011 - 3:35pm
Description
This chart shows the number of projects of each team size listed in Objectweb.
Visualization
Submitted by Anonymous on May 25, 2011 - 3:28pm
Description
This chart shows the number of projects of each team size listed in Rubyforge.
Visualization
Projects listed as having 0 developers were disregarded (152 projects).
Submitted by Anonymous on May 24, 2011 - 2:29pm
Description
This chart shows the number of projects that FLOSSmole most recently collected from each repository.
Visualization
SQL Script
SELECT COUNT( DISTINCT proj_name )
FROM gc_projects
WHERE datasource_id = <current>;
Submitted by Anonymous on June 24, 2009 - 3:42pm
Description
This chart shows the number of projects of each team size listed in Sourceforge.
Visualization
Projects listed as having NULL or 0 developers were disregarded (1432 and 1478 projects, respectively).
Pages