freecode |
I often have my students tackle FLOSSmole data as a way of learning more about FLOSS, databases, data visualization, etc. Here is an example of one of the graphs my students worked on last week, using Freecode data in FLOSSmole, R, and Illustrator. January 2012 Freecode data set is available here. |
|||
We're cruising ahead with January 2012 releases. Grab the data from Google Code site or from the teragrid. Freecode - done (formerly known as Freshmeat) Google Code - still running Free Software Foundation - bug still not fixed (this is my fault) #51 Interesting things: most popular data from November ..... drumroll please.... Google Code, Github. |
|||
Three things happened recently to affect our Freshmeat collection 1. Freshmeat announced a name change to Freecode. What I've done is as follows: For issue #1 - decided not to rename our abbreviation for Freshmeat. It will remain "FM". For issue #2 & 3 - Added a new table to hold the tags associated with a project. It's called fm_projects_tags. CREATE TABLE IF NOT EXISTS `fm_project_tags` ( Added a new release file to hold the data from this table. The new file is called fmProjectTags2011-Nov.txt. Did not remove trove; we are still collecting the trove. Although there is no longer any "trove definition" list that I know of to describe each trove number, so these are not as useful as the "tags". But I'm leaving this alone in the database for historical purposes. Here is a shot of the tags page for a sample project on Freshmeat, called amms.
Here is a shot of the way the tags look now in our release files (or database table) for that same project (#78922)
|
|||



