summaryrefslogtreecommitdiff
path: root/posts/2010-03-07-github-explorer-a-preview.org
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2016-08-04 11:45:44 -0700
committerFranck Cuny <franckcuny@gmail.com>2016-08-04 11:45:44 -0700
commit585b48b6a605cb71ef99dd767880e1b7ee5bf24e (patch)
treec65377350d12bd1e62e0bdd58458c1044541c27b /posts/2010-03-07-github-explorer-a-preview.org
parentUse Bullet list for the index. (diff)
parentMass convert all posts from markdown to org. (diff)
downloadlumberjaph-585b48b6a605cb71ef99dd767880e1b7ee5bf24e.tar.gz
Merge branch 'convert-to-org'
Diffstat (limited to '')
-rw-r--r--posts/2010-03-07-github-explorer-a-preview.org33
1 files changed, 33 insertions, 0 deletions
diff --git a/posts/2010-03-07-github-explorer-a-preview.org b/posts/2010-03-07-github-explorer-a-preview.org
new file mode 100644
index 0000000..8b1cb29
--- /dev/null
+++ b/posts/2010-03-07-github-explorer-a-preview.org
@@ -0,0 +1,33 @@
+#+BEGIN_QUOTE
+ You may want to see the final version here:
+ [[/github-explorer/][GitHub Explorer]].
+#+END_QUOTE
+
+For the last weeks, I've been working on the successor of
+[[http://cpan-explorer.org/][CPAN Explorer]]. This time, I've decided to
+create some visualizations (probably 8) of the various communities using
+[[http://github.com/][GitHub]]. 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 [[http://developer.github.com/][GitHub
+API]].
+
+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 [[http://code.google.com/p/tinyaml/][bl0b]] for his
+suggestions :)