-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
689 lines (328 loc) · 17.8 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
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
<!DOCTYPE html>
<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]-->
<!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]-->
<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8">
<title>Tzeng Yuxio</title>
<meta name="author" content="Tzeng Yuxio">
<meta name="description" content="IMDb Top 250 是許多喜愛電影人士的觀影參考。這份排行榜不知道多久更新一次,今天心血來潮,想要記錄一下目前的排行,然後隔一陣子再來比較。但是如果只是把網頁存下來,或是貼到 Evernote 去,到時候想要比較資料免不了又是一陣人力活,於是想到將排行榜的內容抓下來存為 CSV 檔, …">
<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="canonical" href="http://tzengyuxio.me">
<link href="/favicon.png" rel="icon">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
<script src="/javascripts/modernizr-2.0.js"></script>
<script src="/javascripts/ender.js"></script>
<script src="/javascripts/octopress.js" type="text/javascript"></script>
<link href="http://feeds.feedburner.com/tzengyuxio" rel="alternate" title="Tzeng Yuxio" type="application/atom+xml">
<!--Fonts from Google"s Web font directory at http://google.com/webfonts -->
<link href="http://fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-23745502-6']);
_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 >
<header role="banner"><hgroup>
<h1><a href="/">Tzeng Yuxio</a></h1>
<h2>博觀而約取,厚積而薄發</h2>
</hgroup>
</header>
<nav role="navigation"><ul class="subscription" data-subscription="rss">
<li><a href="http://feeds.feedburner.com/tzengyuxio" rel="subscribe-rss" title="subscribe via RSS">RSS</a></li>
</ul>
<form action="http://google.com/search" method="get">
<fieldset role="search">
<input type="hidden" name="q" value="site:tzengyuxio.me" />
<input class="search" type="text" name="q" results="0" placeholder="Search"/>
</fieldset>
</form>
<ul class="main-navigation">
<li><a href="/">Blog</a></li>
<li><a href="/blog/archives">Archives</a></li>
<li><a href="/about">About</a></li>
</ul>
</nav>
<div id="main">
<div id="content">
<div class="blog-index">
<article>
<header>
<h1 class="entry-title"><a href="/blog/2012/12/14/fetch-imdb-top-250-into-csv/">將 IMDb Top 250 排行榜轉為 CSV</a></h1>
<p class="meta">
<time datetime="2012-12-14T16:23:00+08:00" pubdate data-updated="true">Dec 14<span>th</span>, 2012</time>
</p>
</header>
<div class="entry-content"><p><a href="http://www.imdb.com/chart/top">IMDb Top 250</a> 是許多喜愛電影人士的觀影參考。這份排行榜不知道多久更新一次,今天心血來潮,想要記錄一下目前的排行,然後隔一陣子再來比較。但是如果只是把網頁存下來,或是貼到 Evernote 去,到時候想要比較資料免不了又是一陣人力活,於是想到將排行榜的內容抓下來存為 CSV 檔,以後看是要做進一步的處理或分析都好辦。</p>
<p>所幸有 Python,抓網頁、分析 HTML,以及處理 CSV 檔這些事情不會太難應付。</p>
<p><img src="https://lh3.googleusercontent.com/-7DYOVts_O60/UMtwCCcLcYI/AAAAAAAALOI/2N9PUfenXiw/s800/imdb-top250-csv.png" alt="" /></p>
</div>
<footer>
<a rel="full-article" href="/blog/2012/12/14/fetch-imdb-top-250-into-csv/">Read on →</a>
</footer>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2012/09/03/pascals-wager/">帕斯卡的賭注</a></h1>
<p class="meta">
<time datetime="2012-09-03T17:35:00+08:00" pubdate data-updated="true">Sep 3<span>rd</span>, 2012</time>
</p>
</header>
<div class="entry-content"><p>說到「布萊茲·帕斯卡」這名字,可能很多人不曉得是誰。但若是提到「<a href="http://zh.wikipedia.org/wiki/%E5%B8%95%E6%96%AF%E5%8D%A1%E4%B8%89%E8%A7%92">帕斯卡三角</a>」這個國中就會學到的數學概念,也許就不難猜到布萊茲.帕斯卡正是提出這個二項式係數三角的數學家。帕斯卡三十歲後篤信宗教,也因此幾乎荒廢了數學方面的工作,然而他之所以投身宗教,是有他一套論述基礎的,這套論述稱之為「帕斯卡的賭注」。</p>
<p><img src="/images/2012/2012-09-03-temple.jpg" alt="" /></p>
</div>
<footer>
<a rel="full-article" href="/blog/2012/09/03/pascals-wager/">Read on →</a>
</footer>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2012/09/02/roads-named-after-other-place/">為什麼台北有中國路名?兼談「馬路」一詞由來</a></h1>
<p class="meta">
<time datetime="2012-09-02T23:35:00+08:00" pubdate data-updated="true">Sep 2<span>nd</span>, 2012</time>
</p>
</header>
<div class="entry-content"><p>在台北有許多以對岸城市命名的道路,如漢口街、武昌街、重慶南路等,有人覺得這很大中國思想,或是為了不忘反攻大陸而取的路名。其實這都想太多了。</p>
<p><img src="/images/2012/2012-09-02-road-map.jpg" alt="" /></p>
</div>
<footer>
<a rel="full-article" href="/blog/2012/09/02/roads-named-after-other-place/">Read on →</a>
</footer>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2012/06/05/whats-in-your-wallet/">你的錢包裝了什麼?</a></h1>
<p class="meta">
<time datetime="2012-06-05T02:44:00+08:00" pubdate data-updated="true">Jun 5<span>th</span>, 2012</time>
</p>
</header>
<div class="entry-content"><p>前陣子換了個新的錢包--說「前陣子」,其實也快三個月了--新的錢包比較小,「看起來」比較不耐用,所以我下定決心,重新檢視錢包裡的內容物,東西只要能不帶就盡量不帶。結果這麼一檢視,不只我錢包變薄了,進而出門帶的東西也變少了,甚至連出門帶的包包的思考方式也改變了。</p>
<p><img src="/images/2012/2012-06-05-my-wallets.jpg" alt="" /></p>
</div>
<footer>
<a rel="full-article" href="/blog/2012/06/05/whats-in-your-wallet/">Read on →</a>
</footer>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2012/06/04/why-have-the-english-name/">抱歉,我沒有英文名字</a></h1>
<p class="meta">
<time datetime="2012-06-04T21:03:00+08:00" pubdate data-updated="true">Jun 4<span>th</span>, 2012</time>
</p>
</header>
<div class="entry-content"><p>前陣子去找朋友,朋友帶我去認識他工作環境的夥伴。雙方寒暄招呼完後交換了名片,朋友的夥伴問了我一句:「你有沒有英文名字?」</p>
<p><img src="/images/2012/2012-06-04-business-cards.jpg" alt="" /></p>
</div>
<footer>
<a rel="full-article" href="/blog/2012/06/04/why-have-the-english-name/">Read on →</a>
</footer>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2012/05/01/mit-game-jam-dora/">四人兩天開發的《Dora》- MIT Game Jam 心得分享</a></h1>
<p class="meta">
<time datetime="2012-05-01T06:00:00+08:00" pubdate data-updated="true">May 1<span>st</span>, 2012</time>
</p>
</header>
<div class="entry-content"><p>有沒有想過,週末的兩天能拿來做什麼?看電影?吃大餐?賞花賞貓去?</p>
<p>上個週末,有一群熱愛遊戲的人參與了一個叫做 <strong>Game Jam</strong> 的活動,Game Jam 指的是在短時間內(通常是兩天 48 小時內)依照活動主辦者所公布的題目,快速開發出一款遊戲。上週所舉辦的 <a href="http://igdshare.org/mitjam">MIT Game Jam</a> 便是台灣第一次的 Game Jam 活動。我在前幾天參加了這場 Game Jam,並且和當天第一次碰面認識的朋友們,合力完成了一款 iOS 遊戲。</p>
<p><img src="/images/2012/2012-05-02-dora-in-game.png" alt="dora the game" /></p>
</div>
<footer>
<a rel="full-article" href="/blog/2012/05/01/mit-game-jam-dora/">Read on →</a>
</footer>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2012/04/26/game-of-dimension-transformation/">次元轉換遊戲介紹</a></h1>
<p class="meta">
<time datetime="2012-04-26T17:48:00+08:00" pubdate data-updated="true">Apr 26<span>th</span>, 2012</time>
</p>
</header>
<div class="entry-content"><p>隨著電腦計算性能的突飛猛進,用來表達遊戲世界的畫面從早先的 2D 平面逐漸發展到 3D 立體空間。然而電腦性能不管再怎樣發展,我們仍無法(至少在可見的未來中)再增加一個維度到遊戲世界裡;畢竟我們所生活的就是一個三維的空間,即便數學上可證明,沒有人知道四維或以上的空間是什麼模樣。</p>
<p>因此,開始有些遊戲試著將 2D 與 3D 的世界做融合,將次元(空間維度)轉換的概念帶進遊戲,藉以呈現出現實中無法體會到的神祕空間感。這類型遊戲目前數量不多,次元轉換的型態也各異其趣,以下文章便是想簡單介紹下目前筆者已知的次元轉換遊戲與形式。</p>
</div>
<footer>
<a rel="full-article" href="/blog/2012/04/26/game-of-dimension-transformation/">Read on →</a>
</footer>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2012/04/21/my-tagging-guideline/">我的貼標籤規範</a></h1>
<p class="meta">
<time datetime="2012-04-21T06:33:00+08:00" pubdate data-updated="true">Apr 21<span>st</span>, 2012</time>
</p>
</header>
<div class="entry-content"><p>前幾天討論了<a href="http://tzengyuxio.me/blog/2012/04/18/inconsistency-of-tagging-formats/">目前各家網站標籤功能的混亂</a>,即便有這些混亂,「標籤」仍是訊息管理非常重要的一個工具,也是落實真正<a href="http://zh.wikipedia.org/wiki/%E8%AF%AD%E4%B9%89Web">語義網</a>(semantic web)的一個基礎。</p>
<p><img src="/images/2012/2012-04-21-too-many-tags.png" alt="too many tags!" /></p>
</div>
<footer>
<a rel="full-article" href="/blog/2012/04/21/my-tagging-guideline/">Read on →</a>
</footer>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2012/04/20/refinements-of-my-octopress/">Octopress 調教筆記</a></h1>
<p class="meta">
<time datetime="2012-04-20T08:52:00+08:00" pubdate data-updated="true">Apr 20<span>th</span>, 2012</time>
</p>
</header>
<div class="entry-content"><p>花了一個晚上沒睡覺,調整了一下這個 Octopress 的一些功能與設定。現在還懶得記詳細步驟,就先簡單寫個筆記吧,以防將來自己看 Source Repository 也看不出到底為什麼要這麼改。</p>
</div>
<footer>
<a rel="full-article" href="/blog/2012/04/20/refinements-of-my-octopress/">Read on →</a>
</footer>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2012/04/19/iphone-home-screen-usage-stats/">iPhone 主畫面的使用統計</a></h1>
<p class="meta">
<time datetime="2012-04-19T11:27:00+08:00" pubdate data-updated="true">Apr 19<span>th</span>, 2012</time>
</p>
</header>
<div class="entry-content"><p>大家 iPhone 上的 Home Screen 都放了哪些 App 呢?</p>
<p><img src="/images/2012/2012-04-19-my-iphone-home-screen.jpg" alt="My iPhone Home Screen" /></p>
</div>
<footer>
<a rel="full-article" href="/blog/2012/04/19/iphone-home-screen-usage-stats/">Read on →</a>
</footer>
</article>
<div class="pagination">
<a class="prev" href="/blog/page/2/">← Older</a>
<a href="/blog/archives">Blog Archives</a>
</div>
</div>
<aside class="sidebar">
<section>
<h1>Recent Posts</h1>
<ul id="recent_posts">
<li class="post">
<a href="/blog/2012/12/14/fetch-imdb-top-250-into-csv/">將 IMDb Top 250 排行榜轉為 CSV</a>
</li>
<li class="post">
<a href="/blog/2012/09/03/pascals-wager/">帕斯卡的賭注</a>
</li>
<li class="post">
<a href="/blog/2012/09/02/roads-named-after-other-place/">為什麼台北有中國路名?兼談「馬路」一詞由來</a>
</li>
<li class="post">
<a href="/blog/2012/06/05/whats-in-your-wallet/">你的錢包裝了什麼?</a>
</li>
<li class="post">
<a href="/blog/2012/06/04/why-have-the-english-name/">抱歉,我沒有英文名字</a>
</li>
<li class="post">
<a href="/blog/2012/05/01/mit-game-jam-dora/">四人兩天開發的《Dora》- MIT Game Jam 心得分享</a>
</li>
<li class="post">
<a href="/blog/2012/04/26/game-of-dimension-transformation/">次元轉換遊戲介紹</a>
</li>
</ul>
</section>
<section>
<h1>GitHub Repos</h1>
<ul id="gh_repos">
<li class="loading">Status updating…</li>
</ul>
<a href="https://github.com/tzengyuxio">@tzengyuxio</a> on GitHub
<script type="text/javascript">
$.domReady(function(){
if (!window.jXHR){
var jxhr = document.createElement('script');
jxhr.type = 'text/javascript';
jxhr.src = '/javascripts/libs/jXHR.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(jxhr, s);
}
github.showRepos({
user: 'tzengyuxio',
count: 0,
skip_forks: true,
target: '#gh_repos'
});
});
</script>
<script src="/javascripts/github.js" type="text/javascript"> </script>
</section>
<section>
<h1>Latest Tweets</h1>
<ul id="tweets">
<li class="loading">Status updating…</li>
</ul>
<script type="text/javascript">
$.domReady(function(){
getTwitterFeed("tzengyuxio", 4, false);
});
</script>
<script src="/javascripts/twitter.js" type="text/javascript"> </script>
<a href="http://twitter.com/tzengyuxio" class="twitter-follow-button" data-show-count="false">Follow @tzengyuxio</a>
</section>
<section class="googleplus">
<h1>
<a href="https://plus.google.com/116861989911994383287?rel=author">
<img src="http://www.google.com/images/icons/ui/gprofile_button-32.png" width="32" height="32">
Google+
</a>
</h1>
</section>
</aside>
</div>
</div>
<footer role="contentinfo"><p>
Copyright © 2012 - Tzeng Yuxio -
<span class="credit">Powered by <a href="http://octopress.org">Octopress</a></span>
</p>
</footer>
<script type="text/javascript">
var disqus_shortname = 'tzyxblog';
var disqus_script = 'count.js';
(function () {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/' + disqus_script;
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
}());
</script>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/zh_TW/all.js#appId=212934732101925&xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<script type="text/javascript">
window.___gcfg = {lang: 'zh-TW', parsetags: 'onload'};
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
<script type="text/javascript">
(function(){
var twitterWidgets = document.createElement('script');
twitterWidgets.type = 'text/javascript';
twitterWidgets.async = true;
twitterWidgets.src = 'http://platform.twitter.com/widgets.js';
document.getElementsByTagName('head')[0].appendChild(twitterWidgets);
})();
</script>
<script>
var linkwithin_site_id = 1254157;
</script>
<script src="http://www.linkwithin.com/widget.js"></script>
<a href="http://linkwithin.com/"><img
src="http://www.linkwithin.com/pixel.png" alt="Related Posts Plugin
for WordPress, Blogger..." style="border: 0" /></a>
</body>
</html>