cat <<EOF > /etc/yum.repos.d/kubernetes.repo
[kubernetes]
name=Kubernetes
baseurl=http://yum.kubernetes.io/repos/kubernetes-el7-x86_64
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
# data from http://ec.europa.eu/eurostat/web/gisco/geodata/reference-data/population-distribution-demography/geostat | |
# Originally seen at http://spatial.ly/2014/08/population-lines/ | |
# So, this blew up on both Reddit and Twitter. Two bugs fixed (southern Spain was a mess, | |
# and some countries where missing -- measure twice, submit once, damnit), and two silly superflous lines removed after | |
# @hadleywickham pointed that out. Also, switched from geom_segment to geom_line. | |
# The result of the code below can be seen at http://imgur.com/ob8c8ph | |
library(tidyverse) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
- Mathematics of Deep Learning - Rene Vidal, Joan Bruna, Raja Giryes
- Make a new project on Overleaf.
- In the share menu, copy the link from "Clone with git"
- On your computer:
- use
cd
to navigate to where you want to put your project
- use
- Distributed ledger system; for tracking the transfer of tokens (currency, data of any type).
- A cross between economics, cryptography, and the internet.
- Side note- if you ever wanted a financial incentive to get involved in cryptography, this is it.
- A blockchain is literally a chain of blocks, where each block contains a list of transactions that everyone agrees have occurred.
- Each block builds upon all the ones before it.
- Distributed ledger system; for tracking the transfer of tokens (currency, data of any type).
- A cross between economics, cryptography, and the internet.
- Side note- if you ever wanted a financial incentive to get involved in cryptography, this is it.
- A blockchain is literally a chain of blocks, where each block contains a list of transactions that everyone agrees have occurred.
- Each block builds upon all the ones before it.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.