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;
Attachment | Size |
---|---|
05-11-os-rubyforge.png | 15.42 KB |
Data Resources:
- Log in to post comments