-
Notifications
You must be signed in to change notification settings - Fork 0
/
todo.html
52 lines (40 loc) · 2.49 KB
/
todo.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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<!--<base target="_blank">--><base href="." target="_blank">
<meta name="description" content="The Official Page of Mike Zhong.">
<link rel="shortcut icon" href="favicon.ico" />
<title>TO-DO!</title>
<meta property="og:title" content="Mike Zhong">
<meta property="og:site_name" content="mikeyzhong.com">
<meta property="og:description" content="This is Mike Zhong's personal website. Go Bears!">
<link rel="stylesheet" href="./files/font.css" type="text/css">
<meta name="viewport" content="width=device-width"/>
<meta name="format-detection" content="telephone=no"> <!-- no weird telephone number formatting -->
<style type="text/css">
</style>
<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-88025094-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body><div class="pre"><div style="text-align: center; margin-left: 0em; /* INDENTS */">
+------------------+
| mikeyzhong.com |
+------------------+</div>
TODO
<div class="indent">
Here are a random dump of ideas/projects that I just haven't yet had the time to polish up into a concise blogpost. I wish I had more time! And a better attention span! Unfortunately, due to these constraints, I don't expect to finish writing up many of these.
Of course, if there is a specific topic that really interests you, feel free to email me at mlyzhong (at) gmail (dot) com! I am more than happy to discuss with you these ideas.
<a href="files/mercator-projection.png">24 Oct 2017</a> Distintly-Oriented Maps to Illustrate Projection Distortion
<a href="https://www.youtube.com/watch?v=F7UQvAGOSfE">10 Jul 2017</a> Edgy Epicycles (uc berkeley edition)
<a href="files/VS265_Poster.pdf">08 Dec 2016</a> Analog Implementation of an Adaptive Threshold Spiking Neuron
<a href="https://github.com/cloyne/card-reader">22 Aug 2016</a> Reverse Engineering a Cal1ID RFID Reader
<a href="https://www.youtube.com/watch?v=VCwvWgqxINg&t=165s">02 Apr 2015</a> i>Clicker Reverse Engineering
</div>
</div>
</body></html>