As of June 2009, what are the top operating systems used by projects listed in Sourceforge?
Description
This chart shows the top operating systems used by projects in Sourceforge.
Visualization
SQL Script
SELECT pop.description, count(DISTINCT pop.proj_unixname) AS system
FROM project_operating_system pop
WHERE pop.datasource_id = <current>
GROUP BY pop.description
ORDER BY system DESC;
Attachment | Size |
---|---|
sfOpSystem.jpg | 88.63 KB |
Data Resources:
- Log in to post comments