From 69249b1f74b8a8ff2f47e72c5bcd6ee7599db6bf Mon Sep 17 00:00:00 2001 From: franck cuny Date: Sat, 19 Mar 2011 10:06:47 +0100 Subject: update img class Signed-off-by: franck cuny --- _posts/2010-03-25-github-explorer.textile | 18 +++++++++--------- _posts/2010-10-12-osdcfr.textile | 2 +- ..._to_use_github_effectively_for_your_project.textile | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) (limited to '_posts') diff --git a/_posts/2010-03-25-github-explorer.textile b/_posts/2010-03-25-github-explorer.textile index df14a67..891e862 100644 --- a/_posts/2010-03-25-github-explorer.textile +++ b/_posts/2010-03-25-github-explorer.textile @@ -18,9 +18,9 @@ I wanted to do something similar again, but not with the same data. So I took a bq. This graph will be printed on a poster, size will be "A2":http://en.wikipedia.org/wiki/A2_paper_size and "A1":http://en.wikipedia.org/wiki/A1_paper_size". Please, contact me *(franck.cuny [at] linkfluence.net)* if you will be interested by one. -
!/static/imgs/general.png(global)!
+ -
!/static/imgs/zoom.png(zoom)!
+ This time, I didn't aim for the Perl community only, but the whole github communities. I've created several graphs: @@ -61,7 +61,7 @@ h3. Github bq. properties of the graph: 16443 nodes / 130650 edges -Github - All - by languages +Github - All - by languages The first map is about all the languages available on github. This one was really heavy, with more than 17k nodes, and 130k edges. The final version of the graph use the 2270 more connected nodes. @@ -73,7 +73,7 @@ h3. Perl bq. properties of the graph: 365 nodes / 4440 edges -Perl community on Github +Perl community on Github The Perl community is split into two parts. On the left side, there is the occidental community, driven by people like "Florian":http://github.com/rafl, "Yuval":http://github.com/nothingmuch, "rjbs":http://github.com/rjbs, ... The second part are the japanese Perl hackers, with Tokhuirom, Typester, Yappo, ... And in between them, Miyagawa acts as a glue. This map looks a lot like the previous map of the CPAN. We can see that this community is international, with the exception of Japan that don't mix with others. @@ -87,7 +87,7 @@ h3. Python
properties of the graph: 532 nodes / 2566 edges
-Python community, by country, on Github +Python community, by country, on Github The Python community looks a lot like the Perl community, but only in the structure of the graph. If we look closely, Django is the main project that represent Python on Github, in contrast with Perl where there is no leader. Some small projects gather small community of developers. @@ -95,7 +95,7 @@ h3. PHP
properties of the graph: 301 nodes / 1071 edges
-PHP community on Github +PHP community on Github PHP is the only community that is structured this way on Github. We can clearly see that people are structured based on a project where they mainly contribute. @@ -105,7 +105,7 @@ h3. Ruby
properties of the graph: 3742 nodes / 24571 edges
-Ruby community, by country, on Github +Ruby community, by country, on Github As for the Github graph, we can clearly see that some countries are isolated. On the right side, we have: the Japan community is at the bottom; the Spanish at the top. Australian are represented on the upper right corner, while on the left side we got the Brazilians. @@ -115,7 +115,7 @@ h3. Europe
properties of the graph: 2711 nodes / 11259 edges
-Europe community on Github +Europe community on Github This one shows interesting features. Some countries are really isolated. If we look at Spain, we can see a community of Ruby programmers, with an important connectivity between them, but no really strong connection with any foreign developers. We can clearly see the Perl community exists as only one community, and is not split by country. The same is true for Python. @@ -123,7 +123,7 @@ h3. Japanese hackers community
properties of the graph: 559 nodes / 5276 edges
-Japan community on github +Japan community on github This community is unique on github. In 2007, Yappo created coderepos.org, a repository for open source developers in Japan. It was a subversion repository, with Trac as an HTTP front-end. It gathered around 900 developers, with all kind of projects (Perl, Python, Ruby, Javascript, ...). Most of these users have switched to github now. diff --git a/_posts/2010-10-12-osdcfr.textile b/_posts/2010-10-12-osdcfr.textile index 48f86c1..e539a10 100644 --- a/_posts/2010-10-12-osdcfr.textile +++ b/_posts/2010-10-12-osdcfr.textile @@ -8,7 +8,7 @@ This weekend I went to the second edition of the OSDC.fr conference. This confer The first day of the conference, we had two excellents talk about Git. The first one by "mojombo":http://github.com/mojombo, about "advanced git usages":http://git-tips.heroku.com/#1. I've managed to get him to sign my copy of the "github poster":http://lumberjaph.net/graph/2010/03/25/github-explorer.html. The second one by BooK was about his module "Git::Repository":http://search.cpan.org/perldoc?Git::Repository (which I use for "jitterbug":http://github.com/franckcuny/jitterbug). He show us how he used git to graph his familly tree. -
github poster
+
github poster
Germain did an "introduction to Riak":http://www.slideshare.net/franckcuny/riak-a-file-system-for-internet, and "Julian":http://twitter.com/flngr did a talk about "Gephi":http://gephi.org/, about how it relies on the netbeans platform, and why a tool to visualize graphs is useful. diff --git a/_posts/2011-03-06-how_to_use_github_effectively_for_your_project.textile b/_posts/2011-03-06-how_to_use_github_effectively_for_your_project.textile index 5a55e68..433147f 100644 --- a/_posts/2011-03-06-how_to_use_github_effectively_for_your_project.textile +++ b/_posts/2011-03-06-how_to_use_github_effectively_for_your_project.textile @@ -6,7 +6,7 @@ category: dancer GitHub provide an awesome set of tools for opensource developers. For Dancer, we use them as much as possible. I'll show and explain how we do our development. - + h2. code review -- cgit v1.2.3