pip install pytest && pytest test_integers.py
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
#!/usr/bin/env python | |
import sys | |
import asyncio | |
from typing import List | |
async def sleepprint(i: int, s: str, end=" "): | |
await asyncio.sleep(i / 30) |
I hereby claim:
- I am tdhopper on github.
- I am tdhopper (https://keybase.io/tdhopper) on keybase.
- I have a public key ASAzGcFJSbukfi4NQmefxITX4iHP2eaLV6T2QtSv4An5MAo
To claim this, I am signing this object:
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
\usepackage{amsmath,amssymb, amsfonts, amsthm} | |
\usepackage{setspace, framed, pdfsync,tocloft} | |
\usepackage[colorinlistoftodos, textwidth=4cm, shadow]{todonotes} | |
\usepackage{color} \onehalfspacing | |
\newcommand{\unfinished}{ | |
\begin{MyBox} | |
\listoftodos | |
\end{MyBox}\pagecolor{mydarkgray}\color{mylightgray}} |
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
Vagrant.configure("2") do |config| | |
config.vm.box = "mvbcoding/awslinux" | |
config.vm.network "private_network", ip: "192.168.33.10" | |
config.vm.provision "shell", inline: <<-SHELL | |
sudo yum update -q -y | |
su - vagrant | |
wget -q https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh | |
chmod +x miniconda.sh | |
./miniconda.sh -b -p /home/vagrant/miniconda | |
echo 'export PATH="/home/vagrant/miniconda/bin:$PATH"' >> /home/vagrant/.bashrc |
I hereby claim:
- I am tdhopper on github.
- I am tdhopper (https://keybase.io/tdhopper) on keybase.
- I have a public key ASB0jauSw1-FspMdZEfCRu2v79-kMJDFRQcZ4XFRF6LaUQo
To claim this, I am signing this object:
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
Changhong H2 | |
Lenovo Phab 2 Pro | |
Kodak Ektra | |
OnePlus One, OnePlus 3, OnePlus 3... | |
Samsung Galaxy S7 Edge Olympic Games Limited Edition | |
ZTE Axon 7 | |
LG K8 V | |
BlackBerry Priv | |
Samsung Galaxy S6 Edge+ | |
Motorola Moto G |
Draw my age
This code was made by Adam Pearce (at http://bl.ocks.org/1wheel/07d9040c3422dac16bd5be741433ff1e ) and the data comes from Our World in Data https://ourworldindata.org/fertility/.
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
var data = [ | |
{"year": (1986), "age": 0}, | |
{"year": (1987), "age": 1}, | |
{"year": (1988), "age": 2}, | |
{"year": (1989), "age": 3}, | |
{"year": (1990), "age": 4}, | |
{"year": (1991), "age": 5}, | |
{"year": (1992), "age": 6}, | |
{"year": (1993), "age": 7}, | |
{"year": (1994), "age": 8}, |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.