-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcategories.html
77 lines (70 loc) · 3.74 KB
/
categories.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
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="utf-8" />
<title>Keep Learning</title>
<link rel="stylesheet" href="http://backnode.github.io/theme/css/main.css" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="shortcut icon" href="http://backnode.github.io/theme/img/favicon.ico">
</head>
<body id="index" class="home">
<a href="https://github.com/BackNode/BackNode.github.io">
<img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" />
</a>
<header id="banner" class="body">
<h1><a href="http://backnode.github.io/">Keep Learning </a></h1>
<nav><ul>
<li><a href="http://backnode.github.io/category/ml.html">ML</a></li>
<li><a href="http://backnode.github.io/category/opencv.html">opencv</a></li>
<li><a href="http://backnode.github.io/category/others.html">Others</a></li>
<li><a href="http://backnode.github.io/category/python.html">Python</a></li>
<li class="active"><a href="http://backnode.github.io/archives.html">Archives</a></li>
</ul>
<form id="search" action"#" onsubmit="javascript:window.open('http://google.com/?q='+document.getElementById('keywords').value+'+site:http://backnode.github.io');">
<input id="keywords" type="text" />
</form>
</nav>
</header><!-- /#banner -->
<ul>
<li><a href="http://backnode.github.io/category/ml.html">ML</a></li>
<li><a href="http://backnode.github.io/category/opencv.html">opencv</a></li>
<li><a href="http://backnode.github.io/category/others.html">Others</a></li>
<li><a href="http://backnode.github.io/category/python.html">Python</a></li>
</ul>
<section id="extras" class="body">
<div class="blogroll">
<h2>blogroll</h2>
<ul>
<li><a href="http://getpelican.com/">Pelican</a></li>
<li><a href="http://python.org/">Python.org</a></li>
<li><a href="https://wen.lu/">Google</a></li>
</ul>
</div><!-- /.blogroll -->
<div class="social">
<h2>social</h2>
<ul>
<li><a href="https://github.com/BackNode">Github</a></li>
</ul>
</div><!-- /.social -->
</section><!-- /#extras -->
<footer id="contentinfo" class="body">
<p>Powered by <a href="http://docs.getpelican.com/en/3.6.3/">Pelican</a>. Theme <a href="https://github.com/blueicefield/pelican-blueidea/">blueidea</a>, inspired by the default theme.</p>
</footer><!-- /#contentinfo -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-61296690-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>
<script type="text/javascript">
var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://");
document.write(unescape("%3Cscript src='" + _bdhmProtocol + "hm.baidu.com/h.js%3Fc1e5277b46b034d174091d85f9f8a565' type='text/javascript'%3E%3C/script%3E"));
</script>
</body>
</html>