#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 | |