Some of the coolest visualizations in the programming dev/test world
Here are a few interesting visualizations that I found while doing research for my talk about testing Insights, also included are the ones that I did not end up using: Open source contributions by location http://davidfischer.github.io/gdc2/#languages/All GitHut - is an attempt to visualize and explore the complexity of the universe of programming languages used across the repositories hosted on GitHub. http://githut.info/ Who speaks what on GitHub? Visualization 1 is a chord diagram, which indicates the relationship between all possible combinations of programming languages. This data was computed by creating all possible pairs that could be created using the list of 20 languages I have analyzed. By analyzing the combinations, and the number of users that speak both of the languages in question, we get a good idea of what languages are spoken most, but also which languages are 'spoken' quite a lot, but not in combination. It gives a different perspective of th