-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (35 loc) · 1.7 KB
/
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
<html>
<head>
<meta charset="UTF-8" />
</head>
<body>
<p>Tools (On <a href="https://github.com/CAQ/webtools" target="_blank">GitHub</a>)
<ul>
<li><a href="24.html">24</a> Twenty-four Game</li>
<li><a href="confusion.html">confusion</a> Confusion Matrix</li>
<li><a href="datecount.html">datecount</a> Date counter</li>
<li><a href="dreamworld.html">dreamworld</a> <a href="http://www.kongregate.com/games/kingk/dream-world" target="_blank">Dream World</a> helper</li>
<li><a href="encodeuricomponent.html">encodeuricomponent</a> Encode URI Component</li>
<li><a href="jsonviewer.html">jsonviewer</a> JSON viewer</li>
<li><a href="mmseg/">mmseg</a> MMSeg, a Chinese Word Segmentation tool</li>
<li><a href="nusshuttle.html">nusshuttle</a> Old schedule for NUS shuttles, before Aug. 2011</li>
<!--<li><a href="sinaemotion.html">sinaemotion</a> Emoticons in Sina Weibo Messages</li>-->
<li><a href="sun.html">sun</a> Solar elevation angle</li>
<li><a href="timestamp.html">timestamp</a> Timestamp converter</li>
<li><a href="unicode.html">unicode</a> Unicode big table</li>
<li><a href="weiboemoji.html">weiboemoji</a> Sina Weibo Emoji</li>
<li><a href="weibomid.html">weibomid</a> Sina Weibo mid converter</li>
</ul>
</p>
<p>Myself</p>
<a href="http://me.caq9.info/" target="_blank">http://me.caq9.info/</a>
<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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-51181389-1', 'caq.github.io');
ga('send', 'pageview');
</script>
</body>
</html>