Skip to content

Commit

Permalink
report
Browse files Browse the repository at this point in the history
  • Loading branch information
sheimi committed Nov 9, 2012
1 parent d410806 commit ddb2c65
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions doc/labreport.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<!doctype html>
<html>
<head>
<title> Lab Report </title>
<style>
body{
Expand Down Expand Up @@ -101,9 +103,8 @@
max-width: 460px;
}
hr {
width: 540px;
text-align: left;
margin: 0 auto 0 0;
margin: 10px 0;
color: #999;
}

Expand Down Expand Up @@ -266,6 +267,7 @@
/* CSS stylesheet is based on Kevin Burke's Markdown.css project (http://kevinburke.bitbucket.org/markdowncss) */

</style>
</head>
<body>
<h1>MyLex - My Tiny Lexical Analyzer</h1>

Expand Down Expand Up @@ -386,5 +388,18 @@ <h2>参考资料</h2>
<ul>
<li>NFA构造方法:<a href="http://swtch.com/~rsc/regexp/regexp1.html">Regular Expression Matching Can Be Simple And Fast </a></li>
</ul>
<hr>
<ul>
<li><span class="contact-label">Email:</span> <a
href="mailto:[email protected]" target="_blank">[email protected]</a></li>
<li><span class="contact-label">Github:</span> <a
href="https://github.com/sheimi" target="_blank">github.com/sheimi</a></li>
<li><span class="contact-label">Blog:</span> <a
href="http://blog.sheimi.me" target="_blank">blog.sheimi.me</a></li>
<li><span class="contact-label">Twitter:</span> <a
href="http://twitter.com/#!/sheimi_nju" target="_blank">@sheimi_nju</a></li>
<li><span class="contact-label">Project Page:</span> <a
href="http://blog.sheimi.me/projects" target="_blank">blog.sheimi.me/projects</a></li>
</ul>
</body>
</html>

0 comments on commit ddb2c65

Please sign in to comment.