-
Notifications
You must be signed in to change notification settings - Fork 0
/
archives.html
164 lines (145 loc) · 6.58 KB
/
archives.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:og="http://ogp.me/ns#"
xmlns:fb="https://www.facebook.com/2008/fbml">
<head>
<title>Hacking Sloth</title>
<!-- Using the latest rendering mode for IE -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- CDN for bootstrap font_awesome -->
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<!-- <link href="http://hackingsloth.com/theme/css/pygments.css" rel="stylesheet"> -->
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro|Signika+Negative|Chela+One|Orbitron' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="http://hackingsloth.com/theme/css/style.css" type="text/css"/>
<!-- JavaScript plugins (requires jQuery) -->
<script src="http://code.jquery.com/jquery.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-45907263-1']);
_gaq.push(['_trackPageview']);
(function () {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div>
<ul class="social-bar-nav">
<li><a href="#menu-toggle" id="menu-toggle"><i class="fa fa-bars fa-lg"></i></a></li>
<li><a href="https://twitter.com/hackingsloth" title="twitter"><i class="fa fa-twitter fa-lg"></i></a></li>
<li><a href="http://www.linkedin.com/pub/ganggao-zhu/59/815/2b2" title="linkedin"><i class="fa fa-linkedin fa-lg"></i></a></li>
<li><a href="http://github.com/hopple" title="github"><i class="fa fa-github fa-lg"></i></a></li>
<li><a href="http://www.weibo.com/u/1507073970" title="weibo"><i class="fa fa-weibo fa-lg"></i></a></li>
<li><a class="back-top" href="#">
<i class="fa fa-chevron-up fa-lg"></i>
</a></i>
</ul>
</div>
<div id="wrapper">
<div id="sidebar-wrapper">
<ul class="sidebar-nav">
<li><img src="https://avatars2.githubusercontent.com/u/1221685?s=140" class="img-circle" id="logo-image"></li>
<li class="sidebar-brand">朱罡杲</li>
<li><a href="http://hackingsloth.com">Home</a></li>
<li >
<a href="http://hackingsloth.com/category/opinions.html">Opinions</a>
</li>
<li >
<a href="http://hackingsloth.com/category/tutorial.html">Tutorial</a>
</li>
<li class="active"><a href="http://hackingsloth.com/archives.html">Archives</a></li>
</ul>
</div>
<div id="page-content-wrapper">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="content">
<h1 class="page-title">Archives</h1>
<ul class="article-list archive-list">
<li>
<a href='posts/2015/01/歪说熵和元胞自动机理论.html'>歪说熵和元胞自动机理论</a>
<span class="date">2015 January 13</span>
</li>
<li>
<a href='posts/2014/06/我对UC并入阿里的一些看法和分析.html'>我对UC并入阿里的一些看法和分析</a>
<span class="date">2014 June 11</span>
</li>
<li>
<a href='posts/2014/06/机器学习资源.html'>机器学习资源集合</a>
<span class="date">2014 June 02</span>
</li>
<li>
<a href='posts/2013/12/use-dropbox-static-hosting.html'>Using Dropbox For Hosting Static Files</a>
<span class="date">2013 December 10</span>
</li>
<li>
<a href='posts/2013/11/build-static-blog-using-pelican-github.html'>Building Static Blog Using Pelican and Github</a>
<span class="date">2013 November 20</span>
</li>
<li>
<a href='posts/2013/07/instal-nginx-apache-tomcat.html'>How To Install And Config Nginx As Front End Of Apache And Tomcat</a>
<span class="date">2013 July 06</span>
</li>
</ul>
</div>
</div>
</div>
</div>
<div id="footer-wrapper">
<div class="container">
<footer>
<p class="copyright">Copyright ©2013-2015 Ganggao Zhu. All rights reserved.</p>
</footer>
</div>
</div>
</div>
</div>
<!-- use CDN for boostrap js -->
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js"></script>
<!-- Enable responsive features in IE8 with Respond.js (https://github.com/scottjehl/Respond) -->
<script src="//cdnjs.cloudflare.com/ajax/libs/respond.js/1.3.0/respond.js"></script>
<!-- Menu Toggle Script -->
<script>
$("#menu-toggle").click(function(e) {
e.preventDefault();
$("#wrapper").toggleClass("toggled");
});
$(document).ready(function() {
// Show or hide the sticky footer button
$(window).scroll(function() {
if ($(this).scrollTop() > 200) {
$('.back-top').fadeIn(500);
} else {
$('.back-top').fadeOut(300);
}
});
// Animate the scroll to top
$('.back-top').click(function(event) {
event.preventDefault();
$('html, body').animate({scrollTop: 0}, 300);
})
});
</script>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'hackingsloth'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function () {
var s = document.createElement('script');
s.async = true;
s.type = 'text/javascript';
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
</body>
</html>