summaryrefslogtreecommitdiff
path: root/posts/2010-03-07-github-explorer-a-preview.md
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2016-08-10 14:33:04 -0700
committerFranck Cuny <franck.cuny@gmail.com>2016-08-10 20:17:56 -0700
commit8d7d02f42c3947f756c18cb4d37d9d97fbd0d27d (patch)
treea6cecddaaea7e87d901a6c28bebe3a531438f24b /posts/2010-03-07-github-explorer-a-preview.md
parentMerge branch 'convert-to-org' (diff)
downloadlumberjaph-8d7d02f42c3947f756c18cb4d37d9d97fbd0d27d.tar.gz
convert back to md
Diffstat (limited to 'posts/2010-03-07-github-explorer-a-preview.md')
-rw-r--r--posts/2010-03-07-github-explorer-a-preview.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/posts/2010-03-07-github-explorer-a-preview.md b/posts/2010-03-07-github-explorer-a-preview.md
new file mode 100644
index 0000000..054a0c2
--- /dev/null
+++ b/posts/2010-03-07-github-explorer-a-preview.md
@@ -0,0 +1,9 @@
+> You may want to see the final version here: [GitHub Explorer](file:///github-explorer/).
+
+For the last weeks, I've been working on the successor of [CPAN Explorer](http://cpan-explorer.org/). This time, I've decided to create some visualizations (probably 8) of the various communities using [GitHub](http://github.com/). I'm happy with the result, and will soon start to publish the maps (statics and interactives) with some analyses. I'm publishing two previews: the Perl community and the european developers. These are not final results. The colors, fonts, and layout may change. But the structure of the graphs will be the same. All the data was collected using the [GitHub API](http://developer.github.com/).
+
+Each node on the graph represents a developer. When a developer "follows" another developer on GitHub, a link between them is created. The color on the Perl community map represent the countries of the developer. One of the most visible things on this graph is that the japanese community is tighly connected and shares very little contact with the foreign developers. miyagawa obviously acts as a glue between japanese and worldwide Perl hackers.
+
+The second graph is a little bit more complex. It represents the European developers on GitHub. Here the colors represent the languages used by the developers. It appears that ruby is by far the most represented language on GitHub, as it dominates the whole map. Perl is the blue cluster at the bottom of the map, and the green snake is... Python.
+
+Thanks to [bl0b](http://code.google.com/p/tinyaml/) for his suggestions :)