-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<title> Lab Report </title> | ||
<style> | ||
body{ | ||
|
@@ -101,9 +103,8 @@ | |
max-width: 460px; | ||
} | ||
hr { | ||
width: 540px; | ||
text-align: left; | ||
margin: 0 auto 0 0; | ||
margin: 10px 0; | ||
color: #999; | ||
} | ||
|
||
|
@@ -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> | ||
|
||
|
@@ -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> |