-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
144 lines (120 loc) · 5.97 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>Bobcat</title>
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="referrer" content="origin" />
<meta name="generator" content="Pelican" />
<link href="https://raptorsun.github.io" rel="canonical" />
<!-- Feed -->
<link href="https://raptorsun.github.io/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Bobcat Full Atom Feed" />
<link href="https://raptorsun.github.io/theme/css/style.css" type="text/css" rel="stylesheet" />
<!-- Code highlight color scheme -->
<link href="https://raptorsun.github.io/theme/css/code_blocks/github.css" rel="stylesheet">
<!-- Custom fonts -->
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,300' rel='stylesheet' type='text/css' />
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet" type="text/css" />
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<meta property="og:locale" content="" />
<meta property="og:site_name" content="Bobcat" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Bobcat" />
<meta property="og:description" content="View the blog." />
<meta property="og:url" content="https://raptorsun.github.io" />
<meta name="og:image" content="https://raptorsun.github.io/theme/images/post-bg.jpg">
</head>
<!-- TODO : Body class -->
<body class="home-template">
<nav id="menu">
<a class="close-button">Close</a>
<div class="nav-wrapper">
<p class="nav-label">Menu</p>
<ul>
<li role="presentation"><a href="https://raptorsun.github.io/category/c.html">C++</a></li>
<li role="presentation"><a href="https://raptorsun.github.io/category/python.html">Python</a></li>
</ul>
</div>
</nav>
<!-- Page Header -->
<!-- Set your background image for this header on the line below. -->
<header id="blog-header" class="has-cover">
<div class="inner">
<nav id="navigation">
<span class="blog-logo">
<a href="https://raptorsun.github.io"><img src="/images/LynxMini.png" alt="Blog Logo" /></a>
</span>
<span id="menu-button" class="nav-button">
<a class="menu-button"><i class="ic ic-menu"></i> Menu</a>
</span>
</nav>
<h1 class="blog-name"><a href="https://raptorsun.github.io">Bobcat</a></h1>
<div class="blog-cover cover" style="background-image: url('https://raptorsun.github.io/theme/images/home-bg.jpg')">
</div>
</header>
<section id="wrapper">
<a class="hidden-close"></a>
<div id="index" class="container">
<main class="content" role="main">
<div class="extra-pagination">
</div>
<article class="post">
<div class="inner">
<header class="post-header">
<h2 class="post-title"><a href="https://raptorsun.github.io/howtopymonitor.html" rel="bookmark" title="Permalink to How To Make a Log Monitor">How To Make a Log Monitor</a>
</h2>
<span class="post-meta">
<a href="https://raptorsun.github.io/author/haoyu-sun.html">Haoyu sun</a>
| <time datetime="Sun 08 December 2019">Sun 08 December 2019</time>
</span>
<div class="clear"></div>
</header>
<section class="post-excerpt">
<p>
Monitoring on log files is useful for overseeing application status and allows operators take neccessary actions to prevent incidents. However, sometimes it is hard to find a simple ready-to-use monitor for our specific use case. Here is a...
</p>
</section>
</div>
</article>
<article class="post">
<div class="inner">
<header class="post-header">
<h2 class="post-title"><a href="https://raptorsun.github.io/cpplambdacpml.html" rel="bookmark" title="Permalink to How C++ Lambda Function Is Compiled">How C++ Lambda Function Is Compiled</a>
</h2>
<span class="post-meta">
<a href="https://raptorsun.github.io/author/haoyu-sun.html">Haoyu sun</a>
| <time datetime="Mon 17 June 2019">Mon 17 June 2019</time>
</span>
<div class="clear"></div>
</header>
<section class="post-excerpt">
<p>
Lambda function is a convenient way of defining an anonymous function in the place where it is invoked or assigned as an argurment or variable. It is largely used to pass a short stateless function to an algorithm (comparison to sort algorithm),...
</p>
</section>
</div>
</article>
</main>
</div>
<!-- TODO : Body class -->
<div id="body-class" style="display: none;" class=""></div>
<footer id="footer">
<div class="inner">
<section class="credits">
<span class="credits-theme">Theme <a href="https://github.com/arulrajnet/attila" rel="nofollow">Attila</a></span>
<span class="credits-software">Published with <a href="https://github.com/getpelican/pelican" rel="nofollow">Pelican</a></span>
</section>
</div>
</footer>
</section>
<script type="text/javascript" src="https://raptorsun.github.io/theme/js/script.js"></script>
</body>
</html>