Most Commonly Used Operating Systems by Rubyforge Projects (June 2014)
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 |
---|---|
RubyOperatingSystems2014.png | 23.51 KB |
Data Resources:
- Log in to post comments