-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (37 loc) · 989 Bytes
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Kim Sol</title>
</head>
<body>
<div>
Kim Sol
</div>
<br />
<div>
<li>
<a href="./cv.pdf">CV</a>
</li>
<br />
<div>
<li>
<a href="./talk/pycon2017-skim.pdf">Python asynchronous programming with Salt Stack (tornado, asyncio) and RxPY</a>
</li>
<li>
<a href="./techmemo/async_and_webframework.pdf">Asynchronous programming and web frameworks</a>
</li>
<li>
<a href="./paper/spe16-skim.pdf">Widening with thresholds via binary search</a>
</li>
</div>
</body>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-111097264-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-111097264-1');
</script>
</html>