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