-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
348 lines (297 loc) · 13.3 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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Home | naetw's blog</title>
<meta name="author" content="Naetw"/>
<!-- Bootstrap -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css"/>
<link rel="stylesheet" href="https://naetw.github.io/theme/css/jquery.mglass.css"/>
<link rel="stylesheet" href="https://naetw.github.io/theme/css/pygment-darkly.css"/>
<link rel="stylesheet" href="https://naetw.github.io/theme/css/style.css"/>
<!-- Fonts -->
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'/>
<link href='https://fonts.googleapis.com/css?family=Istok+Web' rel='stylesheet' type='text/css'/>
<link href='https://fonts.googleapis.com/css?family=Droid+Sans+Mono' rel='stylesheet' type='text/css'/>
<link rel="icon" href="https://naetw.github.io/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="https://naetw.github.io/favicon.ico" type="image/x-icon">
<!-- Feeds -->
<link href="https://naetw.github.io/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="naetw's blog - All posts - Atom Feed"/>
</head>
<body>
<div class="container">
<div class="page-header">
<h1><a href="https://naetw.github.io">naetw's blog</a> <small></small></h1>
</div>
<nav class="navbar navbar-default">
<!-- Hamburger menu for mobile -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#plumage-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="https://naetw.github.io" title="">naetw's blog</a>
</div>
<!-- Menus and search forms -->
<div class="collapse navbar-collapse" id="plumage-navbar-collapse-1">
<ul class="nav navbar-nav">
<li >
<a href="/archives">Archives</a>
</li>
<li >
<a href="/categories">Categories</a>
</li>
<li >
<a href="/tags">Tags</a>
</li>
</ul>
</div>
</nav>
</div>
<div class="container main">
<div class="row">
<div class=" col-md-12 ">
</div>
</div>
<div class="row">
<div class=" col-md-12 " id="content" role="main">
<h2>Articles</h2>
<article>
<header>
<h2>
<a href="https://naetw.github.io/posts/2019/02/13/jserv-c-course-pointer-note/" rel="bookmark" title="Permalink to [Note] 你所不知道的 C 語言:指標篇">[Note] 你所不知道的 C 語言:指標篇</a>
<span>
</span>
</h2>
</header>
<p>Wed 13 February 2019</p>
<div><p>最近有空開始看 C 語言講座系列的直播,此系列主要記下 Jserv 在直播中提過但沒有細講的或是自己有興趣的內容。</p></div>
<div><a class="btn btn-primary" href="https://naetw.github.io/posts/2019/02/13/jserv-c-course-pointer-note/"><strong>➟ Read more</strong></a></div>
</article>
<hr/>
<article>
<header>
<h2>
<a href="https://naetw.github.io/posts/2019/01/31/modern-microprocessors-in-90-minute-guide/" rel="bookmark" title="Permalink to [note] Modern Microprocessors in 90-minute guide">[note] Modern Microprocessors in 90-minute guide</a>
<span>
</span>
</h2>
</header>
<p>Thu 31 January 2019</p>
<div><p>簡單重溫計算機組織</p></div>
<div><a class="btn btn-primary" href="https://naetw.github.io/posts/2019/01/31/modern-microprocessors-in-90-minute-guide/"><strong>➟ Read more</strong></a></div>
</article>
<hr/>
<article>
<header>
<h2>
<a href="https://naetw.github.io/posts/2018/02/06/jserv-c-course-dev-tools-and-spec-note/" rel="bookmark" title="Permalink to [Note] 你所不知道的 C 語言:開發工具和規格標準篇">[Note] 你所不知道的 C 語言:開發工具和規格標準篇</a>
<span>
</span>
</h2>
</header>
<p>Tue 06 February 2018</p>
<div><p>最近有空開始看 C 語言講座系列的直播,這篇主要記下 Jserv 在直播中提過但沒有細講的內容。</p></div>
<div><a class="btn btn-primary" href="https://naetw.github.io/posts/2018/02/06/jserv-c-course-dev-tools-and-spec-note/"><strong>➟ Read more</strong></a></div>
</article>
<hr/>
<article>
<header>
<h2>
<a href="https://naetw.github.io/posts/2017/02/21/codegate-ctf-2017-messenger-500/" rel="bookmark" title="Permalink to [CODEGATE CTF 2017] messenger 500">[CODEGATE CTF 2017] messenger 500</a>
<span>
</span>
</h2>
</header>
<p>Tue 21 February 2017</p>
<div><p>A write-up for CODEGATE CTF 2017 messenger 500</p></div>
<div><a class="btn btn-primary" href="https://naetw.github.io/posts/2017/02/21/codegate-ctf-2017-messenger-500/"><strong>➟ Read more</strong></a></div>
</article>
<hr/>
<article>
<header>
<h2>
<a href="https://naetw.github.io/posts/2017/02/11/codegate-ctf-2017-babypwn-50/" rel="bookmark" title="Permalink to [CODEGATE CTF 2017] babypwn 50">[CODEGATE CTF 2017] babypwn 50</a>
<span>
</span>
</h2>
</header>
<p>Sat 11 February 2017</p>
<div><p>A write-up for CODEGATE CTF 2017 babypwn 50</p></div>
<div><a class="btn btn-primary" href="https://naetw.github.io/posts/2017/02/11/codegate-ctf-2017-babypwn-50/"><strong>➟ Read more</strong></a></div>
</article>
<hr/>
<article>
<header>
<h2>
<a href="https://naetw.github.io/posts/2017/01/04/vim-snipmate-share/" rel="bookmark" title="Permalink to Use snipmate in vim to make life easier">Use snipmate in vim to make life easier</a>
<span>
</span>
</h2>
</header>
<p>Wed 04 January 2017</p>
<div><p>A note of using snipmate in vim</p></div>
<div><a class="btn btn-primary" href="https://naetw.github.io/posts/2017/01/04/vim-snipmate-share/"><strong>➟ Read more</strong></a></div>
</article>
<hr/>
<article>
<header>
<h2>
<a href="https://naetw.github.io/posts/2016/12/12/seccon-ctf-2016-quals-jmper-300/" rel="bookmark" title="Permalink to [SECCON CTF 2016 Quals] jmper 300">[SECCON CTF 2016 Quals] jmper 300</a>
<span>
</span>
</h2>
</header>
<p>Mon 12 December 2016</p>
<div><p>A write-up for SECCON CTF 2016 Quals jmper 300</p></div>
<div><a class="btn btn-primary" href="https://naetw.github.io/posts/2016/12/12/seccon-ctf-2016-quals-jmper-300/"><strong>➟ Read more</strong></a></div>
</article>
<hr/>
<article>
<header>
<h2>
<a href="https://naetw.github.io/posts/2016/12/12/seccon-ctf-2016-quals-cheer-msg-100/" rel="bookmark" title="Permalink to [SECCON CTF 2016 Quals] Cheer_msg 100">[SECCON CTF 2016 Quals] Cheer_msg 100</a>
<span>
</span>
</h2>
</header>
<p>Mon 12 December 2016</p>
<div><p>A write-up for SECCON CTF 2016 Quals Cheer_msg 100</p></div>
<div><a class="btn btn-primary" href="https://naetw.github.io/posts/2016/12/12/seccon-ctf-2016-quals-cheer-msg-100/"><strong>➟ Read more</strong></a></div>
</article>
<hr/>
<article>
<header>
<h2>
<a href="https://naetw.github.io/posts/2016/10/15/hitcon-ctf-2016-quals-secret-holder-100/" rel="bookmark" title="Permalink to [HITCON CTF 2016 Quals] Secret Holder 100">[HITCON CTF 2016 Quals] Secret Holder 100</a>
<span>
</span>
</h2>
</header>
<p>Sat 15 October 2016</p>
<div><p>A write-up for HITCON CTF 2016 Quals Secret Holder 100</p></div>
<div><a class="btn btn-primary" href="https://naetw.github.io/posts/2016/10/15/hitcon-ctf-2016-quals-secret-holder-100/"><strong>➟ Read more</strong></a></div>
</article>
<hr/>
<article>
<header>
<h2>
<a href="https://naetw.github.io/posts/2016/10/15/hitcon-ctf-2016-quals-sleepy-holder-300/" rel="bookmark" title="Permalink to [HITCON CTF 2016 Quals] Sleepy Holder 300">[HITCON CTF 2016 Quals] Sleepy Holder 300</a>
<span>
</span>
</h2>
</header>
<p>Sat 15 October 2016</p>
<div><p>A write-up for HITCON CTF 2016 Quals Sleepy Holder 300</p></div>
<div><a class="btn btn-primary" href="https://naetw.github.io/posts/2016/10/15/hitcon-ctf-2016-quals-sleepy-holder-300/"><strong>➟ Read more</strong></a></div>
</article>
<hr/>
<nav>
<ul class="pagination">
<li class="disabled">
<a aria-label="Previous" rel="prev">
<span aria-hidden="true">←</span>
</a>
</li>
<li class="active">
<a href="https://naetw.github.io/index.html"
rel="
first ">
1
<span class="sr-only">(current)</span>
</a>
</li>
<li class="">
<a href="https://naetw.github.io/index2.html"
rel="
last next ">
2
</a>
</li>
<li>
<a href="https://naetw.github.io/index2.html"
aria-label="Next" rel="next">
<span aria-hidden="true">→</span>
</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<!-- TODO: make footer sticky -->
<footer class="container-fluid">
<div class="container">
<div class="row">
<div class="col-md-2">
<h5>Social</h5>
<ul class="list-unstyled">
<li> <a href="https://github.com/Naetw">
<i class="fa fa-github"></i>
GitHub
</a></li>
</ul>
</div>
<div class="col-md-2">
<h5>Links</h5>
<ul class="list-unstyled">
<li> <a href="http://getpelican.com/">
<img src="https://besticon-demo.herokuapp.com/icon?url=getpelican.com&size=16" width="16" height="16" class="icon" alt="getpelican.com icon"/>
Pelican
</a></li>
</ul>
</div>
<div class="col-md-2">
<h5>Browse content by</h5>
<ul class="list-unstyled">
<li><a href="https://naetw.github.io/categories/index.html"><i class="fa fa-tags"></i> Categories</a></li>
<li><a href="https://naetw.github.io/archives/index.html"><i class="fa fa-calendar"></i> Dates</a></li>
<li><a href="https://naetw.github.io/tags/index.html"><i class="fa fa-tag"></i> Tags</a></li>
</ul>
</div>
<div class="col-md-2 text-muted">
<h5>Copyright notice</h5>
<p>© Copyright 2016-2019 Naetw.</p>
</div>
<div class="col-md-2 text-muted">
<h5>Disclaimer</h5>
<p>All opinions expressed in this site are my own personal opinions and are not endorsed by, nor do they represent the opinions of my previous, current and future employers or any of its affiliates, partners or customers.</p>
</div>
<div class="col-md-2">
<h5>Feeds</h5>
<ul class="list-unstyled">
<li><small><a href="https://naetw.github.io/feeds/all.atom.xml"><i class="fa fa-rss"></i> All posts (Atom)</a></small></li>
</ul>
</div>
</div>
</div>
<h5 class="text-right"><a href="#"><i class="fa fa-arrow-up"></i> Back to top</a></h5>
<div class="container">
<div class="row col-md-12 text-muted text-center">
Site generated by <a href="https://getpelican.com"> Pelican</a>.<br/>
<a href="https://github.com/kdeldycke/plumage"> Plumage</a> theme by <a href="https://kevin.deldycke.com">Kevin Deldycke</a>.
</div>
</div>
</footer>
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-122098105-1', 'auto');
ga('send', 'pageview');
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/jquery.magnific-popup.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fitvids/1.1.0/jquery.fitvids.min.js"></script>
<script src="https://naetw.github.io/theme/js/jquery.mglass.js"></script>
<script src="https://naetw.github.io/theme/js/application.js"></script>
</body>
</html>