-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
539 lines (359 loc) · 21.9 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
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
<!DOCTYPE html>
<html lang="en">
<!-- Head tag -->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="baidu-site-verification" content="o4pXUBsPyW" />
<!--Description-->
<meta name="description" content="To be more curious and less lazy.">
<!--Author-->
<meta name="author" content="Chen Dian">
<!--Open Graph Title-->
<meta property="og:title" content="CDPlayer's Blog"/>
<!--Open Graph Description-->
<meta property="og:description" content="To be more curious and less lazy." />
<!--Open Graph Site Name-->
<meta property="og:site_name" content="CDPlayer's Blog"/>
<!--Type page-->
<meta property="og:type" content="website" />
<!--Page Cover-->
<meta name="twitter:card" content="summary" />
<!-- Title -->
<title>CDPlayer's Blog</title>
<!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.2/css/bootstrap.min.css" integrity="sha384-y3tfxAZXuh4HwSYylfB+J125MxIs6mR5FOHamPBG064zB+AFeWH94NdvaCBm8qnd" crossorigin="anonymous">
<!-- Custom Fonts -->
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" 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="//oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="//oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Gallery -->
<link href="//cdnjs.cloudflare.com/ajax/libs/featherlight/1.3.5/featherlight.min.css" type="text/css" rel="stylesheet" />
<!-- Custom CSS -->
<link rel="stylesheet" href="/css/style.css">
<!-- Google Analytics -->
<!-- Baidu Analytics -->
<script type="text/javascript">
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?{{ theme.baidu_analytics }}";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<!-- star map -->
<script type="text/javascript" color="255,255,255" opacity='0.75' zIndex="-2" count="88" src="js/canvas.js"></script>
<!-- Earth -->
<script type="text/javascript" src="//rf.revolvermaps.com/0/0/6.js?i=5mihyim0z76&m=7&c=66ccff&cr1=ff0000&f=arial&l=0&lx=200&ly=-20&hi=10" async="async"></script>
<meta name="generator" content="Hexo 5.4.0"></head>
<body>
<div class="bg-gradient"></div>
<div class="bg-pattern"></div>
<!-- Menu -->
<!--Menu Links and Overlay-->
<div class="menu-bg">
<div class="menu-container">
<ul>
<li class="menu-item">
<a href="/">
Home
</a>
</li>
<li class="menu-item">
<a href="/tags">
Tags
</a>
</li>
<li class="menu-item">
<a href="/archives">
Archives
</a>
</li>
<li class="menu-item">
<a href="/categories">
Categories
</a>
</li>
<li class="menu-item">
<a href="/about">
About
</a>
</li>
</ul>
</div>
</div>
<!--Hamburger Icon-->
<nav>
<a href="#menu"></a>
</nav>
<div class="container">
<!-- Main Content -->
<div class="row">
<div class="col-sm-12">
<!--Title and Logo-->
<header>
<div class="logo">
<a href="/"><i class="logo-icon fa fa-cube" aria-hidden="true"></i></a>
<h1 id="main-title" class="title">CDPlayer's Blog</h1>
</div>
</header>
<section class="main">
<div class="post">
<div class="post-header index">
<h1 class="title">
<a href="/articles/2022-08/%E3%80%90SQLite3%E3%80%91%E4%BD%BF%E7%94%A8%20SQLite%20%E4%B8%BA%E6%A8%A1%E5%9E%8B%E8%AE%AD%E7%BB%83%E4%B8%AD%E7%9A%84%E5%B9%B6%E8%A1%8C%20dataloader%20%E8%8A%82%E7%9C%81%E5%86%85%E5%AD%98.html">
【SQLite3】使用 SQLite 为模型训练中的并行 dataloader 节省内存
</a>
</h1>
<div class="post-info">
<span class="date">2022-08-22</span>
<a href="/articles/2022-08/%E3%80%90SQLite3%E3%80%91%E4%BD%BF%E7%94%A8%20SQLite%20%E4%B8%BA%E6%A8%A1%E5%9E%8B%E8%AE%AD%E7%BB%83%E4%B8%AD%E7%9A%84%E5%B9%B6%E8%A1%8C%20dataloader%20%E8%8A%82%E7%9C%81%E5%86%85%E5%AD%98.html#disqus_thread" class="comments article-comment-link">留言</a>
<span class="category">
<a href="/categories/编程记忆/">编程记忆</a>
</span>
</div>
</div>
<div class="content">
<h2 id="0x00-前言"><a href="#0x00-前言" class="headerlink" title="0x00 前言"></a>0x00 前言</h2><blockquote>
<p>我的训练数据读到内存里就有好几个 G 那么大了,<br>多进程 dataloader 跑并行训练的时候内存都被打满了怎么办啊?!<br><strong>解决方案:</strong> 基于 SQLite 无限数量的并行读取做一个 dataset 呗</p>
</blockquote>
</div>
<a href="/articles/2022-08/%E3%80%90SQLite3%E3%80%91%E4%BD%BF%E7%94%A8%20SQLite%20%E4%B8%BA%E6%A8%A1%E5%9E%8B%E8%AE%AD%E7%BB%83%E4%B8%AD%E7%9A%84%E5%B9%B6%E8%A1%8C%20dataloader%20%E8%8A%82%E7%9C%81%E5%86%85%E5%AD%98.html" class="read-more">Read More</a>
</div>
<div class="post">
<div class="post-header index">
<h1 class="title">
<a href="/articles/2022-08/%E3%80%90SymbolicLink%E3%80%91%E5%88%A9%E7%94%A8%E8%BD%AF%E8%BF%9E%E6%8E%A5%E5%B0%86%E5%B7%B2%E5%AE%89%E8%A3%85%E7%A8%8B%E5%BA%8F%E6%90%AC%E8%BF%81%E5%88%B0%E5%85%B6%E4%BB%96%E7%9B%98%E7%AC%A6.html">
【SymbolicLink】利用软连接将已安装程序迁到其他盘符
</a>
</h1>
<div class="post-info">
<span class="date">2022-08-05</span>
<a href="/articles/2022-08/%E3%80%90SymbolicLink%E3%80%91%E5%88%A9%E7%94%A8%E8%BD%AF%E8%BF%9E%E6%8E%A5%E5%B0%86%E5%B7%B2%E5%AE%89%E8%A3%85%E7%A8%8B%E5%BA%8F%E6%90%AC%E8%BF%81%E5%88%B0%E5%85%B6%E4%BB%96%E7%9B%98%E7%AC%A6.html#disqus_thread" class="comments article-comment-link">留言</a>
<span class="category">
<a href="/categories/功能脚本/">功能脚本</a>
</span>
</div>
</div>
<div class="content">
<h2 id="0x00-前言"><a href="#0x00-前言" class="headerlink" title="0x00 前言"></a>0x00 前言</h2><blockquote>
<p>一个基于 Sybmolic Link 的很有意思的解决方案:<br><code>mklink /D <产生一个不占空间的等价目录位置> <占空间的目录位置></code><br>可用于将安装好的程序目录剪切到其他位置,在原位置生成一个标志链接,以达到腾出硬盘空间的同时不影响使用。<br>例如,把游戏已经安装到 C 盘了,之后想挪到 D 盘去,但担心剪切过去游戏就玩不了了。<br>假如直接剪切,会带来复杂的文件依赖问题,这样可以给C盘腾出来了还不用考虑各种文件依赖问题。</p>
</blockquote>
<p>简单来说,陪伴我快 7 年了的笔记本,它的磁盘空间不怎么够。<br>C 盘有个模拟器,连程序带数据一起 17.9G,我给他剪切到 D 盘去。<br>现在几个盘均衡负载啦,看起来都还不错 ~<br>但是,无论是点桌面上的模拟器快捷方式、或是在 D 盘找到模拟器的 exe 文件打开,<br>都会报错 —— “有文件找不到”。<br><img src="/assets/4e5679607b8d4ee4a425effbdda7ca06.png" alt="disk_storage"></p>
</div>
<a href="/articles/2022-08/%E3%80%90SymbolicLink%E3%80%91%E5%88%A9%E7%94%A8%E8%BD%AF%E8%BF%9E%E6%8E%A5%E5%B0%86%E5%B7%B2%E5%AE%89%E8%A3%85%E7%A8%8B%E5%BA%8F%E6%90%AC%E8%BF%81%E5%88%B0%E5%85%B6%E4%BB%96%E7%9B%98%E7%AC%A6.html" class="read-more">Read More</a>
</div>
<div class="post">
<div class="post-header index">
<h1 class="title">
<a href="/articles/2020-10/%E3%80%90Requests%E3%80%91Bilibili%20Security%201024%E7%A8%8B%E5%BA%8F%E8%8A%82%20CTF%E8%AE%B0%E5%BD%95.html">
【Requests】Bilibili Security 1024程序节 CTF记录
</a>
</h1>
<div class="post-info">
<span class="date">2020-10-24</span>
<a href="/articles/2020-10/%E3%80%90Requests%E3%80%91Bilibili%20Security%201024%E7%A8%8B%E5%BA%8F%E8%8A%82%20CTF%E8%AE%B0%E5%BD%95.html#disqus_thread" class="comments article-comment-link">留言</a>
<span class="category">
<a href="/categories/日常记录/">日常记录</a>
</span>
</div>
</div>
<div class="content">
<h2 id="0x00-前言"><a href="#0x00-前言" class="headerlink" title="0x00 前言"></a>0x00 前言</h2><p>B站搞了个1024程序员节,看起来是个 toy CTF,有点开心。<br>于是想到了曾经在CTF和ACM的路口选择了ACM,CTF一直是心中的一点遗憾,想着要不咱……玩玩看?</p>
<p>【写在前面】这次有点意思,可能 flag 是需要和各位自己的 uid 有某些计算的,不同账号同一时间以及相同账号不同时间的答案居然会有不同,看来是为了防止无脑抄袭,至少还是需要用自己的 uid 亲自走一遍流程的,不错不错。</p>
</div>
<a href="/articles/2020-10/%E3%80%90Requests%E3%80%91Bilibili%20Security%201024%E7%A8%8B%E5%BA%8F%E8%8A%82%20CTF%E8%AE%B0%E5%BD%95.html" class="read-more">Read More</a>
</div>
<div class="post">
<div class="post-header index">
<h1 class="title">
<a href="/articles/2020-09/%E3%80%90CheatEngine%E3%80%91%E5%85%B3%E4%BA%8EBCR%E7%9A%84%E5%86%85%E5%AD%98%E5%88%86%E6%9E%90.html">
【CheatEngine】关于BCR的内存分析
</a>
</h1>
<div class="post-info">
<span class="date">2020-09-04</span>
<a href="/articles/2020-09/%E3%80%90CheatEngine%E3%80%91%E5%85%B3%E4%BA%8EBCR%E7%9A%84%E5%86%85%E5%AD%98%E5%88%86%E6%9E%90.html#disqus_thread" class="comments article-comment-link">留言</a>
<span class="category">
<a href="/categories/日常记录/">日常记录</a>
</span>
</div>
</div>
<div class="content">
<h2 id="0x00-前言"><a href="#0x00-前言" class="headerlink" title="0x00 前言"></a>0x00 前言</h2><p>随着学级的提升,任务的数量和种类原来越多,深感时间越发不够,犹豫再三还是决定把杀时间却对自己没有什么提升的兴趣爱好逐一舍弃掉,首当其冲的就是占用较多碎片时间以及睡前时间的手游。<br>弃坑每个手游的时候,在微博上都会发下在下作为开服玩家的仓库和BOX之类的,为了在遥远的未来和别人谈论起这个游戏,能用这些截图证明自己不是云玩家,而是真实确实参与过的。<br>但仅是如此的话,我觉得还不够吧,不如以一个计算机专业学生的视角,从一些别人不常看到的角度来讲讲,顺便记录一下由于一时兴趣而耗费在这个游戏上的那段时光。 </p>
<blockquote>
<p>写给被舍弃掉的 BCR 手游,讲述我所了解的这些游戏的数据、战时内存以及对于防修改的一些建议。<br>(本来想发到52pojie,但太久没去登陆帐号没了 QvQ) </p>
</blockquote>
<p>P.S. 本篇主要用于给数据挖掘与内存理解上已经足够熟练的Coder进行学习交流(以及留档),<br>本文仅提供分析,不给出定位及修改过程,并会刻意省略零基础玩家到内存分析中的gap知识点,<br>防止普通玩家基于本篇对游戏肆意修改破坏游戏环境。</p>
</div>
<a href="/articles/2020-09/%E3%80%90CheatEngine%E3%80%91%E5%85%B3%E4%BA%8EBCR%E7%9A%84%E5%86%85%E5%AD%98%E5%88%86%E6%9E%90.html" class="read-more">Read More</a>
</div>
<div class="post">
<div class="post-header index">
<h1 class="title">
<a href="/articles/2020-04/%E3%80%90Grpc%E3%80%91%E4%BD%BF%E7%94%A8grpc%E9%85%8D%E7%BD%AE%E9%80%9A%E8%BF%87%E7%AB%AF%E5%8F%A3%E8%AE%BF%E9%97%AE%E7%9A%84python%E6%9C%8D%E5%8A%A1.html">
【Grpc】使用grpc配置通过端口访问的python服务
</a>
</h1>
<div class="post-info">
<span class="date">2020-04-16</span>
<a href="/articles/2020-04/%E3%80%90Grpc%E3%80%91%E4%BD%BF%E7%94%A8grpc%E9%85%8D%E7%BD%AE%E9%80%9A%E8%BF%87%E7%AB%AF%E5%8F%A3%E8%AE%BF%E9%97%AE%E7%9A%84python%E6%9C%8D%E5%8A%A1.html#disqus_thread" class="comments article-comment-link">留言</a>
<span class="category">
<a href="/categories/编程记忆/">编程记忆</a>
</span>
</div>
</div>
<div class="content">
<h2 id="0x00-前言"><a href="#0x00-前言" class="headerlink" title="0x00 前言"></a>0x00 前言</h2><p>近期兴趣使然的技术调研越发的少了(TTS算一个),主要的都是为了项目和任务去研究的东西。目前的情况是为了节约显存,对一个较大的模型而言,比起使用4个worker来重复的占用显存,不如只占用一份显存,但是开启服务流式或触发式地处理不同项目的需求。<br>于是 @caoyixuan93 学长向我推荐了GRPC,经过 @hongfeng 和 @phchang 的帮助,终于得以成功实现了一个小的自定义demo,后续再花些时间把模型装载上去。</p>
</div>
<a href="/articles/2020-04/%E3%80%90Grpc%E3%80%91%E4%BD%BF%E7%94%A8grpc%E9%85%8D%E7%BD%AE%E9%80%9A%E8%BF%87%E7%AB%AF%E5%8F%A3%E8%AE%BF%E9%97%AE%E7%9A%84python%E6%9C%8D%E5%8A%A1.html" class="read-more">Read More</a>
</div>
</section>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div class="wrap-pagination">
<a class="disabled" href="">
<i class="fa fa-chevron-left" aria-hidden="true"></i>
</a>
<a class="" href="page/2/">
<i class="fa fa-chevron-right" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
</div>
<!-- Footer -->
<div class="push"></div>
<footer class="footer-content">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-6 footer-about">
<h2>About</h2>
<p>
Coding the world, try to fetch more.
</p>
<script type="text/javascript" src="//rf.revolvermaps.com/0/0/6.js?i=5mihyim0z76&m=7&c=66ccff&cr1=ff0000&f=arial&l=0&lx=200&ly=-20&hi=10" async="async"></script>
</div>
<div class="col-xs-6 col-sm-6 col-md-3 col-lg-3 recent-posts">
<h2>Recent Posts</h2>
<ul>
<li>
<a class="footer-post" href="/articles/2022-08/%E3%80%90SQLite3%E3%80%91%E4%BD%BF%E7%94%A8%20SQLite%20%E4%B8%BA%E6%A8%A1%E5%9E%8B%E8%AE%AD%E7%BB%83%E4%B8%AD%E7%9A%84%E5%B9%B6%E8%A1%8C%20dataloader%20%E8%8A%82%E7%9C%81%E5%86%85%E5%AD%98.html">【SQLite3】使用 SQLite 为模型训练中的并行 dataloader </a>
</li>
<li>
<a class="footer-post" href="/articles/2022-08/%E3%80%90SymbolicLink%E3%80%91%E5%88%A9%E7%94%A8%E8%BD%AF%E8%BF%9E%E6%8E%A5%E5%B0%86%E5%B7%B2%E5%AE%89%E8%A3%85%E7%A8%8B%E5%BA%8F%E6%90%AC%E8%BF%81%E5%88%B0%E5%85%B6%E4%BB%96%E7%9B%98%E7%AC%A6.html">【SymbolicLink】利用软连接将已安装程序迁到其他盘符</a>
</li>
<li>
<a class="footer-post" href="/articles/2020-10/%E3%80%90Requests%E3%80%91Bilibili%20Security%201024%E7%A8%8B%E5%BA%8F%E8%8A%82%20CTF%E8%AE%B0%E5%BD%95.html">【Requests】Bilibili Security 1024程序节 CTF记</a>
</li>
<li>
<a class="footer-post" href="/articles/2020-09/%E3%80%90CheatEngine%E3%80%91%E5%85%B3%E4%BA%8EBCR%E7%9A%84%E5%86%85%E5%AD%98%E5%88%86%E6%9E%90.html">【CheatEngine】关于BCR的内存分析</a>
</li>
</ul>
</div>
<div class="col-xs-6 col-sm-6 col-md-3 col-lg-3 footer-categories">
<h2>Categories</h2>
<ul>
<li>
<a class="footer-post" href="/categories/%E8%A7%A3%E9%A2%98%E6%8A%A5%E5%91%8A/">解题报告</a>
</li>
<li>
<a class="footer-post" href="/categories/%E8%AE%BA%E6%96%87%E9%98%85%E8%AF%BB/">论文阅读</a>
</li>
<li>
<a class="footer-post" href="/categories/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/">机器学习</a>
</li>
<li>
<a class="footer-post" href="/categories/%E6%97%A5%E5%B8%B8%E8%AE%B0%E5%BD%95/">日常记录</a>
</li>
<li>
<a class="footer-post" href="/categories/%E7%BC%96%E7%A8%8B%E8%AE%B0%E5%BF%86/">编程记忆</a>
</li>
<li>
<a class="footer-post" href="/categories/%E7%8E%AF%E5%A2%83%E9%85%8D%E7%BD%AE/">环境配置</a>
</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<ul class="list-inline footer-social-icons">
<li class="list-inline-item">
<a target="_blank" rel="noopener" href="https://github.com/okcd00/">
<span class="footer-icon-container">
<i class="fa fa-github"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a target="_blank" rel="noopener" href="https://twitter.com/okcd00/">
<span class="footer-icon-container">
<i class="fa fa-twitter"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a target="_blank" rel="noopener" href="http://okcd00.oschina.io/">
<span class="footer-icon-container">
<i class="fa fa-star-half-o"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a href="mailto:okcd00@vip.qq.com">
<span class="footer-icon-container">
<i class="fa fa-envelope-o"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a target="_blank" rel="noopener" href="http://blog.csdn.net/okcd00">
<span class="footer-icon-container">
<i class="fa fa-pencil-square-o"></i>
</span>
</a>
</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<div class="footer-copyright">
@<a target="_blank" rel="noopener" href="https://github.com/okcd00/">Dian Chen</a>. 2017-2022 All right reserved | Re-design & Deploy: <a href="blog.csdn.net/okcd00">okcd00</a> | Hexo Theme: <a target="_blank" rel="noopener" href="http://www.codeblocq.com/">Jonathan Klughertz</a>
</div>
</div>
</div>
</div>
</footer>
<!-- After footer scripts -->
<!-- jQuery -->
<script src="//code.jquery.com/jquery-2.1.4.min.js"></script>
<!-- Tween Max -->
<script src="//cdnjs.cloudflare.com/ajax/libs/gsap/1.18.5/TweenMax.min.js"></script>
<!-- Gallery -->
<script src="//cdnjs.cloudflare.com/ajax/libs/featherlight/1.3.5/featherlight.min.js" type="text/javascript" charset="utf-8"></script>
<!-- Custom JavaScript -->
<script src="/js/main.js"></script>
<!-- Disqus Comments -->
<script type="text/javascript">
var disqus_shortname = 'okcd00';
(function(){
var dsq = document.createElement('script');
dsq.type = 'text/javascript';
dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
}());
</script>
<!-- "//cdn.bootcss.com/canvas-nest.js/1.0.1/canvas-nest.min.js" -->
<script type="text/javascript" color="0,255,255" opacity='0.75' zIndex="-2" count="75" src='/js/canvas.js'></script>
</body>
</html>