-
Notifications
You must be signed in to change notification settings - Fork 0
/
misc.html
75 lines (66 loc) · 3.2 KB
/
misc.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="cqu.png">
<meta name="description" content="Dongjie He">
<meta name="author" content="Dongjie He">
<title>Dongjie He</title>
<link href="https://fonts.googleapis.com/css?family=Merriweather+Sans" rel="stylesheet">
<link href="style/fontawesome-6.5.1/css/all.css" rel="stylesheet">
<link rel="stylesheet" href="style/bootstrap.min.css">
<script src="style/jquery.min.js"></script>
<script src="style/bootstrap.min.js"></script>
<link rel="stylesheet" type="text/css" href="style/default.css">
</head>
<body>
<!-- Fixed navbar -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">Home</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="publications.html">Publications</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="misc.html">Miscellanies</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<br>
<br>
<br>
<div class="container">
<div class="section-heading" id="misc">Misc</div>
<ul>
<li> <a href="https://daringfireball.net/projects/markdown/"> Markdown </a>, <a href="https://simpletex.cn/"> SimpleTex </a> </li>
<li> <a href="https://choosealicense.com/"> Choose an open source license </a> </li>
<li> <a href="https://guides.github.com/activities/citable-code/"> Making your code citable </a>, or <a href="https://anonymous.4open.science/"> anonymous</a> </li>
<li> <a href="https://www.csauthors.net/"> Finding your distance from other computer scientists </a> </li>
<li> <a href="https://www.acm.org/publications/class-2012"> ACM Computing Classification System</a> </li>
<li> <a href="https://multipass.run/">Multipass: a tool to generate cloud-style Ubuntu VMs</a></li>
<li> <a href="https://blogs.scientificamerican.com/guest-blog/the-awesomest-7-year-postdoc-or-how-i-learned-to-stop-worrying-and-love-the-tenure-track-faculty-life/"> Stop Worrying Tenure Track</a> </li>
<li><a href="others/N4860-CPP.pdf">CPP 20</a>, <a href="https://www.di.ens.fr/~cousot/AI/IntroAbsInt.html">Abstract Interpretation in a Nutshell</a></li>
<li><a href="https://www.tiobe.com/tiobe-index">TIOBE Index</a>, <a href="https://www.connectedpapers.com/">Connected Papers</a> </li>
<!--
<li> <a href="https://godbolt.org/"> Compiler Explorer </a>, <a href="https://www.cs.cmu.edu/~mleone/language/projects.html"> PLC Groups</a> </li>
<li> <a href="researchers.html"> Following </a> </li>
-->
</ul>
<div class="section-heading" id="todo">To Do</div>
<ul>
<li> finish Chap 4</li>
</ul>
</div> <!-- /container -->
</body>
</html>