-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (34 loc) · 2.44 KB
/
index.html
File metadata and controls
37 lines (34 loc) · 2.44 KB
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
---
layout: default
title: Wang Lichao
---
<div id="home">
<h1>Blog Posts</h1>
<ul class="posts">
{% for post in site.posts %}
<li><span>{{ post.date | date_to_string }}</span> » <a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>
<h1>Other Talks, Gists, Vides, Etc</h1>
<ul class="posts">
<li><span>16 Jun 2016</span> » <a href="https://gist.github.com/0532/0bb81c603e6e9eb0923bec98e546af50">Linux一键安装,卸载JDK8、Tomcat8脚本</a></li>
<li><span>11 Otc 2014</span> » <a href="https://gist.github.com/0532/aacd9b60bcbde7d26098">检测类路径下是否存在jar包中的class冲突</a></li>
<li><span>18 Otc 2014</span> » <a href="https://gist.github.com/0532/6025b73d36b8df2628df">HTML、DOM转换为markdown工具</a></li>
<li><span>19 May 2014</span> » <a href="https://gist.github.com/0532/66b362e77099735d1e59">批量发送邮件脚本</a></li>
<li><span>22 Mar 2014</span> » <a href="https://gist.github.com/0532/2e4d6f496255f17ffc2b">分页根据pdf模板生成pdf文件</a></li>
<li><span>12 May 2013</span> » <a href="http://player.youku.com/player.php/sid/XNTUxNDY1NDY4/v.swf">史蒂夫·乔布斯:遗失的访谈视频</a></li>
</ul>
<h1>Noteworthy Open Source Projects and Specifications</h1>
<ul class="posts">
<li><a href="http://github.com/jekyll/jekyll/">Jekyll:</a> A simple, blog aware, static site generator (used for this site).</li>
<li><a href="http://semver.org">Semantic Versioning:</a> A meaningful method for incrementing version numbers.</li>
<li><a href="https://github.com/0532/wang-iterm-zsh">Iterm-zsh:</a> A beautiful iterm i used.</li>
<li><a href="http://github.com/toml-lang/toml">TOML:</a> Tom's Obvious, Minimal Language.</li>
<li><a href="http://github.com/mojombo/chronic/">Chronic:</a> Ruby natural language date/time parser.</li>
<li><a href="http://tomdoc.org">TomDoc:</a> Code documentation for humans.</li>
<li><a href="http://github.com/mojombo/proxymachine/">ProxyMachine:</a> Layer 7 routing proxy in Ruby with Event Machine.</li>
<li><a href="http://github.com/github/gollum/">Gollum:</a> A simple, Git-powered wiki with a sweet API and local frontend.</li>
<li><a href="http://github.com/mojombo/ernie/">Ernie:</a> Ruby/Erlang Hybrid BERT-RPC server.</li>
<li><a href="https://www.gitbook.com/book/0532/nodejs/details">NodeJs API:</a> A book about NodeJs.</li>
</ul>
</div>