virtualenv -p python3 ml
pip3 install --upgrade tensorflow mxnet ipython jupyter matplotlib pandas
This file contains 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
<div class="container"> | |
<div id="player"> | |
<div class="js-player" data-type="youtube" data-video-id="" data-ytpls="PL533213361AEB44D3"></div> | |
<!-- <div class="plyr-playlist-wrapper"><ul class="plyr-playlist"></ul></div> RDxdYFuCp3m9k--> | |
</div> | |
<!-- <ul id="playlist"></ul> --> | |
</div> |
This file contains 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
https://github.com/tmux/tmux/issues/696#issuecomment-360629057 |
https://github.com/3442853561/rust-housework/blob/master/batch/update.bat
export RUSTUP_DIST_SERVER=https://mirrors.ustc.edu.cn/rust-static
export RUSTUP_UPDATE_ROOT=https://mirrors.ustc.edu.cn/rust-static/rustup
rustup update
This file contains 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
https://github.com/azzvx/gogotester/blob/2.3/GoGo%20Tester/Resources/InnerIpSet.txt | |
1.179.248-255.0-255 | |
103.246.187.0-255 | |
103.25.178.4-59 | |
106.162.192.148-187 | |
106.162.198.84-123 | |
106.162.216.20-123 | |
107.167.160-191.0-255 | |
107.178.192-255.0-255 |
C 学习笔记.pdf
http://www.math.pku.edu.cn/teachers/qiuzy/ds_python/courseware/index.htm
数据结构, C语言版 by 严蔚敏, 吴伟民.pdf
Data Structures & Algorithm Analysis in C++, Fourth Edition by Mark A. Weiss.pdf
Programming Pearls, Second Edition by Jon Bentley.pdf
More Programming Pearls -- Confessions of a Coder by Jon Bentley.pdf
The Algorithm Design Manual, Second Edition by Steven S Skiena.pdf
Cracking the Coding Interview -- 150 Programming Questions and Solutions.pdf
This file contains 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
acl | |
archlinux-keyring | |
attr | |
autoconf | |
automake | |
bash | |
binutils | |
bison | |
bzip2 | |
ca-certificates |
This file contains 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 python2 | |
# vim: set fileencoding=utf8 | |
import os, sys, re, json, requests, argparse, random, multiprocessing, time, subprocess | |
api_key = '' | |
############################################################ | |
# wget exit status | |
wget_es = { |
NewerOlder