What are the most common operating systems used by projects listed in Rubyforge? (05-2011)

Description

This chart shows the top operating systems used by projects in Rubyforge.

Visualization

SQL Script

SELECT rfop.description AS System, COUNT( DISTINCT rfop.proj_unixname ) AS Count
FROM rf_project_operating_system rfop
WHERE rfop.datasource_id = <current>
GROUP BY System
ORDER BY Count DESC;

AttachmentSize
Image icon 05-11-os-rubyforge.png15.42 KB
Data Resources: