- Dataviz
- the World as 100 people | Dataviz
- Infographics by simon spring, via Behance | Dataviz
- homme-femme : changez le sexe de votre fiche de paie | Dataviz
- Colour and Space by Jotun (vidéo) | Dataviz
- Where to be born - 1988-2013 | Dataviz
- Infographics by simon spring, via Behance | Dataviz
- DRM - Design Research Maps by Luca Masud, via Behance | Dataviz
- Margot Trudell http://www.silent-t.com/projects/omgspace/ | Dataviz
- [Metallica on Stage | Journalisme graphique | Scoop.it | Dataviz](http://www.pinterest.com/pin/111956740707081037/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| angular.module('myModule') | |
| .directive('resizeImg', function() { | |
| return { | |
| restrict: 'A', | |
| link: function(scope, element, attrs) { | |
| var width = element.parent().width(); | |
| var maxHeight = attrs.height; | |
| var newHeight, newWidth; | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| activate-venv() { | |
| source ~/.virtualenvs/$1/bin/activate | |
| } |