- Who owns the Future - Jaron Lanier
- Capital in the Twenty-First Century - Thomas Piketty
- How we got to now, 6 inventions - S. Johnson
- Danubia - Simon Winder
- Stragic Storytelling - Dane McKinsey
- The Dazzle of the Day - Molly Glass
- The Shepards Life - James Rebanks
- Incognito - David Eagleman
- [A General Theory of Love](http://www.amazon.com/General-Theory-Love-Thomas-Lewis/dp/0375709223
test |
FROM debian:7 | |
ENV DEBIAN_FRONTEND noninteractive | |
RUN apt-get -qq update \ | |
&& apt-get -qq -y --no-install-recommends install \ | |
autoconf \ | |
automake \ | |
build-essential \ | |
curl \ |
- Who owns the Future - Jaron Lanier
- Capital in the Twenty-First Century - Thomas Piketty
- How we got to now, 6 inventions - S. Johnson
- Danubia - Simon Winder
- Stragic Storytelling - Dane McKinsey
- The Dazzle of the Day - Molly Glass
- The Shepards Life - James Rebanks
- Incognito - David Eagleman
- [A General Theory of Love](http://www.amazon.com/General-Theory-Love-Thomas-Lewis/dp/0375709223
Interviewer: What’s the secret? Is it timing, technique - what do you need to do to be a world class passer?
Wenger: First off, I would like to say that it’s the essence of our sport, because passing is experiencing — me giving away the ball to somebody else. So I love that because it’s the basic act of generosity, you know. Passing is being generous. And then, you have being generous in different ways. That means, you have that quality of the passing and the timing of the pass - you understand very well that if I give you the ball early you will have more time available to give the ball to somebody else. If I give you the ball a fraction of a second late, your opponent will have time to close you down and put you in trouble.
Then, I can give you as well, if I’m very intelligent, a pass that gives you already the best possible opportunity to see a solution and to give you a pass that makes the next solution available. Then I’m already in the second deg
while read line: do echo $line < file.txt
# Beta-quality Landsat 8-oriented windowed pansharpener by Charlie Loyd | |
# python3 panchunk.py $SCENE/*B{4,3,2,8}.TIF ${SCENE}-pansharp.tif | |
# Then you may want something like this to brighten it up: | |
# convert -channel B -gamma 0.96 -channel RGB -sigmoidal-contrast 40,14% ${SCENE}-pansharp.tif ${SCENE}-pretty.tif | |
# But that will strip geo tags. | |
import asyncio | |
import rasterio as rio |