#List of countries / Список стран
ISO 3166-1
En list forked from https://gist.github.com/396531
| # Author: Randal S. Olson (randalolson.com / @randal_olson) | |
| # Uses Tableau's Tableau10 color scheme | |
| # | |
| # In Notebook, use it as follows: | |
| # plt.style.use('https://gist.githubusercontent.com/muendelezaji/75fe7ca33ac3b47730ba85378459a206/raw/1b807615235ff6f4c919b5b70b01a609619e1e9c/tableau10.mplstyle') | |
| figure.figsize: 12, 7 | |
| figure.edgecolor: white | |
| figure.facecolor: white |
#List of countries / Список стран
ISO 3166-1
En list forked from https://gist.github.com/396531
| #!/bin/bash | |
| # ============================================================= | |
| # UPDATE SOURCE | |
| # ============================================================= | |
| # git clone https://github.com/tensorflow/tensorflow | |
| # git checkout -- . | |
| # git pull origin master | |
| # TF_BRANCH=r1.8 | |
| TF_ROOT=/home/tensorflow |
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| # | |
| # This is how I used it: | |
| # $ cat ~/.bash_history | python bash-to-zsh-hist.py >> ~/.zsh_history | |
| import sys | |
| import time |