-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuse-link.html
More file actions
179 lines (176 loc) · 6.37 KB
/
use-link.html
File metadata and controls
179 lines (176 loc) · 6.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta name="generator" content="jemdoc, see http://jemdoc.jaboc.net/" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<link rel="stylesheet" href="jemdoc.css" type="text/css" />
<title>Useful Links</title>
<script type="text/javascript">
<!--
function toggle_visibility(id) {
var e = document.getElementById(id);
if(e.style.display == 'block')
e.style.display = 'none';
else
e.style.display = 'block';
}
//-->
</script>
<script>
window.MathJax = {
tex: {
tags: "ams",
macros: {
eps: "{\epsilon}",
E: "{\mathbb{E}}",
Pr: "{\mathrm{Pr}}",
cond: "{~|~}",
br: "{\mathrm{BR}}",
eqdef: "{\,\mathbin{\stackrel{\rm def}{=}} \,}"
},
autoload: {
color: [],
colorV2: ['color']
},
packages: {'[+]': ['noerrors']}
},
options: {
ignoreHtmlClass: 'tex2jax_ignore',
processHtmlClass: 'tex2jax_process'
},
loader: {
load: ['[tex]/noerrors']
}
};
</script>
<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js" id="MathJax-script"></script>
<link rel="icon" href="school.ico" type="image/x-icon" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<table summary="Table for page layout." id="tlayout">
<tr valign="top">
<td id="layout-menu">
<div class="menu-item"><a href="index.html">Info</a></div>
<div class="menu-item"><a href="pro-exp.html">Professional <br /> Experience</a></div>
<div class="menu-item"><a href="research.html">Research</a></div>
<div class="menu-item"><a href="use-link.html" class="current">Useful Links</a></div>
<div class="menu-item"><a href="https://github.com/Alanthink"> <i class="fa fa-github" aria-hidden="true"></i>Alanthink</a></div>
<div class="menu-item"><a href="https://alanthink.github.io/blog"> <i class="fa"></i>Blog</a></div>
<div class="menu-item"><a href="https://aideadlin.es/?sub=ML">Deadlines</a></div>
</td>
<td id="layout-content">
<div id="toptitle">
<h1>Useful Links</h1>
</div>
<h2>Engineering</h2>
<ul>
<li><p><a href="https://enterprise.github.com/downloads/en/markdown-cheatsheet.pdf" target=“blank”>Markdown Cheat Sheet</a></p>
</li>
<li><p><a href="https://vim.rtorr.com/" target=“blank”>Vim Cheat Sheet</a></p>
</li>
<li><p><a href="http://detexify.kirelabs.org/classify.html" target=“blank”>Detexify LaTex Handwriting</a></p>
<ul>
<li><p>Get the LaTeX input command of a symbol via handwriting</p>
</li></ul>
</li>
<li><p><a href="http://sqlfiddle.com/" target=“blank”>SQL Fiddle</a></p>
<ul>
<li><p>Test SQL queries online</p>
</li></ul>
</li>
<li><p><a href="https://github.github.com/training-kit/downloads/github-git-cheat-sheet.pdf" target=“blank”>Git Cheat Sheet</a> & <a href="http://rogerdudler.github.io/git-guide/" target=“blank”>Git Tutorial</a></p>
</li>
<li><p><a href="http://google.github.io/styleguide/" target=“blank”>Google Code Style Guides</a></p>
</li>
<li><p><a href="https://bazel.build/" target=“blank”>Bazel</a></p>
<ul>
<li><p>A replacement of CMake</p>
</li></ul>
</li>
<li><p><a href="https://developers.google.com/protocol-buffers" target=“blank”>Protobuf</a></p>
<ul>
<li><p>A robust and platform-neutral way to serialize structured data</p>
</li></ul>
</li>
<li><p><a href="https://www.docker.com/" target=“blank”>Docker</a></p>
<ul>
<li><p>A lightweight virtualization technique to run your applications</p>
</li></ul>
</li>
<li><p><a href="https://kubernetes.io/" target=“blank”>kubernetes</a></p>
<ul>
<li><p>A system to manage containerized applications</p>
</li>
</ul>
</li>
</ul>
<h2>Academic</h2>
<ul>
<li><p><a href="http://csrankings.org/" target=“blank”>Computer Science Rankings</a></p>
<ul>
<li><p>Rank computer science schools based on papers of top conferences</p>
</li></ul>
</li>
<li><p><a href="http://cstheory-feed.org/" target=“blank”>Theory of Computing Blog Aggregator</a></p>
<ul>
<li><p>Progress on the field of theoretical computer science</p>
</li></ul>
</li>
<li><p><a href="https://www.tug.org/texshowcase/cheat.pdf" target=“blank”>TCS Cheat Sheet</a></p>
<ul>
<li><p>Useful math tools in theoretical computer science</p>
</li></ul>
</li>
<li><p><a href="http://www.lkozma.net/inequalities_cheat_sheet/ineq.pdf" target=“blank”>Useful Inequalities Cheat Sheet</a></p>
</li>
<li><p><a href="http://sbubeck.com/SurveyBCB12.pdf" target=“blank”>Regret Analysis of Stochastic and Nonstochastic Multi-Armed Bandit Problems</a></p>
<ul>
<li><p>An excellent survey of multi-armed bandit problems</p>
</li></ul>
</li>
<li><p><a href="https://tor-lattimore.com/downloads/book/book.pdf" target=“blank”>Bandit Algorithms</a></p>
<ul>
<li><p>A book of bandit algorithms which mainly focuses on regret minimization</p>
</li></ul>
</li>
<li><p><a href="http://incompleteideas.net/book/the-book-2nd.html" target=“blank”>Reinforcement Learning: An Introduction</a></p>
<ul>
<li><p>An introduction of reinforcement learning</p>
</li></ul>
</li>
<li><p><a href="https://sites.ualberta.ca/~szepesva/papers/RLAlgsInMDPs-lecture.pdf" target=“blank”>Algorithms for Reinforcement Learning</a></p>
<ul>
<li><p>Theoretical analysis of reinforcement learning algorithms</p>
</li>
</ul>
</li>
</ul>
<h2>Others</h2>
<ul>
<li><p><a href="http://pp-community.org/swan/" target=“blank”>Swan Ping Pong Club</a></p>
<ul>
<li><p>Free to public table tennis club in Silicon Valley area</p>
</li>
</ul>
</li>
</ul>
<div id="footer">
<div id="footer-text">
Pages generated by <a href="https://github.com/wsshin/jemdoc_mathjax" target="blank">jemdoc+MathJax</a>.
</div>
</div>
</td>
</tr>
</table>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-52772976-2', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>