rabbit-slide-nari-rubyland 2013.06.19

Sign up to get free protection for your applications and to get access to all the features.
data/.rabbit ADDED
@@ -0,0 +1 @@
1
+ rubyland.rab
@@ -0,0 +1,24 @@
1
+ = RUBYLAND
2
+
3
+ Are you ready for ZOMBIES?
4
+
5
+ == For author
6
+
7
+ === Show
8
+
9
+ rake
10
+
11
+ === Publish
12
+
13
+ rake publish
14
+
15
+ == For viewers
16
+
17
+ === Install
18
+
19
+ gem install rabbit-slide-nari-rubyland
20
+
21
+ === Show
22
+
23
+ rabbit rabbit-slide-nari-rubyland
24
+
@@ -0,0 +1,9 @@
1
+ require "rabbit/task/slide"
2
+
3
+ # Edit ./config.yaml to customize meta data
4
+
5
+ Rabbit::Task::Slide.new do |task|
6
+ # task.spec.files += Dir.glob("doc/**/*.*")
7
+ # task.spec.files -= Dir.glob("private/**/*.*")
8
+ # task.spec.add_runtime_dependency("YOUR THEME")
9
+ end
@@ -0,0 +1,19 @@
1
+ ---
2
+ id: rubyland
3
+ base_name: rubyland
4
+ tags:
5
+ - ruby
6
+ presentation_date: 2013/6/29
7
+ version: 2013.06.19
8
+ licenses: ["MIT-LICENSE"]
9
+ slideshare_id:
10
+ speaker_deck_id:
11
+ ustream_id:
12
+ vimeo_id:
13
+ author:
14
+ markup_language: :rd
15
+ name: Narihiro Nakamura
16
+ email: authornari@gmail.com
17
+ rubygems_user: nari
18
+ slideshare_user: authorNari
19
+ speaker_deck_user:
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,267 @@
1
+ = RUBYLAND
2
+ : allotted-time
3
+ 5m
4
+ : theme
5
+ nari-ext
6
+
7
+ = @nari3です〜
8
+
9
+ == p
10
+ : size
11
+ 8
12
+
13
+ = Are you ready\n for ((*ZOMBIES?*))
14
+
15
+ == p
16
+ : size
17
+ 8
18
+ :background-image
19
+ images/zombie_01.jpg
20
+ :background-image-relative-width
21
+ 100
22
+ :background-image-relative-height
23
+ 100
24
+ :headline-position
25
+ bottom-right
26
+ :color
27
+ white
28
+ :background-image-credit
29
+ taken by Ian Aberle
30
+
31
+ = 便利情報: 近場のモール
32
+
33
+ # image
34
+ # src = images/mall.png
35
+ # relative_weight = 100
36
+ # relative_height = 100
37
+
38
+ = ソフトウェア界にも\n存在する((*ゾンビ*))
39
+
40
+ = \n\n\n似たようなコード量産型
41
+
42
+ == p
43
+ :background-image
44
+ images/zombie_02.jpg
45
+ :background-image-relative-width
46
+ 100
47
+ :size
48
+ 6
49
+ :headline-position
50
+ bottom-right
51
+ :color
52
+ white
53
+ :background-color
54
+ black
55
+
56
+
57
+ = Ruby界へ忍び寄るゾンビの影
58
+ * 普及にともなってRubyを無理やり書かされる人もでてきた
59
+
60
+ = ゾンビが押し寄せてくる可能性がある
61
+
62
+ = ((' '))
63
+
64
+ 共通的な処理をメソッドに切り出さずに
65
+    _____
66
+   /|┌───┐|
67
+  ||│   │|
68
+  ||└───┘|
69
+  || ┌─┐ |
70
+    ̄ ̄ ̄ ̄ ̄ ̄ ∧∧
71
+         ( _)
72
+    / ̄ ̄旦 ̄(_  )
73
+   /      \_)
74
+  | ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄|
75
+    ̄凵 ̄ ̄ ̄ ̄凵
76
+
77
+ == p
78
+ :family
79
+ ricty
80
+
81
+ = ((' '))
82
+
83
+ コピペしてLOCを稼ぐ
84
+   | ))   )) | |\
85
+   |____(__| | |
86
+  /― ∧ ∧ ―\ \|
87
+ /  (   )  \≒
88
+ | ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄|
89
+ |_________|
90
+
91
+ == p
92
+ :family
93
+ ricty
94
+
95
+ = ((' '))
96
+
97
+ 俺はそういうことに
98
+ 幸せを感じるんだ
99
+
100
+  <⌒/ヽ-、__
101
+ /<_/____/
102
+
103
+ == p
104
+ :family
105
+ ricty
106
+
107
+ = ゾンビ感染の恐怖
108
+ * いつのまにか自分もゾンビの一員へ
109
+ * 「みんながやっているから自分も…」
110
+
111
+ = あるいは…
112
+
113
+ = 心の中の((*ゾンビ*))
114
+
115
+ = プログラマは心の中にゾンビを一匹飼っているようなもの
116
+
117
+ = 心の中のゾンビ
118
+ * 心のすさみ・つらみ
119
+ * クソ作業を取り除くプログラミング行為自体がクソ作業になる瞬間
120
+ * 楽しんでない!!
121
+
122
+ = 2タイプのゾンビに気をつけろ
123
+ * 似たようなコード量産型ゾンビ
124
+ * 心の中のゾンビ
125
+
126
+ = では何を気をつければよいか?
127
+
128
+ = ((*ZOBIELAND*))から学べ!!
129
+
130
+ # image
131
+ # src = images/zombieland.jpg
132
+ # relative_weight = 100
133
+ # relative_height = 100
134
+
135
+ = あらすじ(ry
136
+ * 主人公は「ぼっち&ひきこもり」(おまえら)
137
+ * kakutani says \n((*“*))ぼっちの勝利的ゾンビムービー((*”*))
138
+ * 生き延びるための『32のルール』
139
+
140
+ = \n\n\n\nルール1: 有酸素運動
141
+
142
+ == p
143
+ :background-image
144
+ images/zombie_rule_01.jpg
145
+ :size
146
+ 6
147
+ :background-image-relative-height
148
+ 100
149
+ :headline-position
150
+ bottom-right
151
+ :color
152
+ white
153
+ :family
154
+ cinecaption
155
+
156
+ = プロコン!!
157
+ * AtCoder
158
+ * 任天堂CodeChallenge
159
+ * ICFPC - 今年は8/13〜
160
+
161
+ = ((' '))
162
+
163
+ # blockquote
164
+ # title = 第5回 体力vs.スキル - 森田創
165
+ 仕事でよくブラウザのクラッシュバグを直しています。クラッシュバグの修正は難しい仕事です。(中略)あるとき,筆者は((*淡々とクラッシュバグを直す自分*))に気づきました。
166
+
167
+ = ((' '))
168
+
169
+ # blockquote
170
+ # title = 第5回 体力vs.スキル - 森田創
171
+ 筋肉がつき,バグの重みをもろともしなくなったのでしょうか。残念ながらそんな様子はありません。おそらく,向上したのは((*スキル*))です。
172
+
173
+ = ((' '))
174
+
175
+ # blockquote
176
+ # title = 第5回 体力vs.スキル - 森田創
177
+ このままでは運動不足になってしまいます。そして運動不足による体力の衰えは,やがて((*スキルを蝕む*))のです。
178
+
179
+ = プロコンはプログラマとしての訓練なのでやっておくべき
180
+
181
+ = \n\n\n\nルール2: 二度打ち
182
+
183
+ == p
184
+ :background-image
185
+ images/zombie_rule_02.png
186
+ :size
187
+ 6
188
+ :background-image-relative-width
189
+ 100
190
+ :background-color
191
+ black
192
+ :headline-position
193
+ bottom-right
194
+ :color
195
+ white
196
+ :family
197
+ cinecaption
198
+
199
+ = typoには気を付けること
200
+ * コミットするときに二度見する
201
+
202
+ = 私の体験
203
+
204
+ = ((*shift*)) name\nが\n((*shit*)) name\nになってた
205
+
206
+ = 私のruby-listへの初投稿
207
+
208
+ # image
209
+ # src = images/zombie_rule_02_01.png
210
+ # relative_width = 100
211
+
212
+ = の最後
213
+
214
+ # image
215
+ # src = images/zombie_rule_02_02.png
216
+ # relative_width = 100
217
+
218
+ = おれのツイッターみたいになってる
219
+
220
+ # image
221
+ # src = images/zombie_rule_02_03.png
222
+ # relative_width = 100
223
+
224
+ = 一生残る((*つらみ*))ある
225
+
226
+ = \n\n\n\nルール32: 小さな事を楽しめ
227
+
228
+ == p
229
+ :background-image
230
+ images/zombie_rule_03.gif
231
+ :size
232
+ 6
233
+ :background-image-relative-width
234
+ 100
235
+ :background-color
236
+ black
237
+ :headline-position
238
+ bottom
239
+ :family
240
+ cinecaption
241
+ :color
242
+ white
243
+
244
+ = タラハシー
245
+ * ((*トゥインキー*))を探している
246
+ * ※アメリカのすげー甘いお菓子
247
+ * 自分だけの愉しみ
248
+ * そのなかの小さな喜びを噛み締めるべき!
249
+
250
+ = \n\n\n\nあなたのトゥインキーは?
251
+
252
+ == p
253
+ :background-image
254
+ images/zombie_rule_03_01.jpg
255
+ :size
256
+ 6
257
+ :background-image-relative-width
258
+ 100
259
+ :background-color
260
+ black
261
+ :headline-position
262
+ bottom
263
+ :family
264
+ cinecaption
265
+ :color
266
+ white
267
+
metadata ADDED
@@ -0,0 +1,85 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rabbit-slide-nari-rubyland
3
+ version: !ruby/object:Gem::Version
4
+ version: 2013.06.19
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Narihiro Nakamura
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2013-06-29 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: rabbit
16
+ requirement: !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ! '>='
20
+ - !ruby/object:Gem::Version
21
+ version: 2.0.2
22
+ type: :runtime
23
+ prerelease: false
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ! '>='
28
+ - !ruby/object:Gem::Version
29
+ version: 2.0.2
30
+ description: Are you ready for ZOMBIES?
31
+ email:
32
+ - authornari@gmail.com
33
+ executables: []
34
+ extensions: []
35
+ extra_rdoc_files: []
36
+ files:
37
+ - .rabbit
38
+ - config.yaml
39
+ - Rakefile
40
+ - README.rd
41
+ - images/Screenshot from 2013-06-24 20:30:53.png
42
+ - images/zombie_rule_02_01.png
43
+ - images/mall.png
44
+ - images/Screenshot from 2013-06-24 20:32:04.png
45
+ - images/Screenshot from 2013-06-24 20:32:46.png
46
+ - images/Screenshot from 2013-06-24 20:28:01.png
47
+ - images/zombie_rule_02_02.png
48
+ - images/zombie_rule_02.png
49
+ - images/zombie_rule_02_03.png
50
+ - images/zombie_rule_01.jpg
51
+ - images/zombie_02.jpg
52
+ - images/zombieland.jpg
53
+ - images/zombie_01.jpg
54
+ - images/zombie_rule_03_01.jpg
55
+ - images/kiri_00.jpg
56
+ - images/title-logo.jpg
57
+ - images/zombie_rule_03.gif
58
+ - rubyland.rab
59
+ - pdf/rubyland-rubyland.pdf
60
+ homepage: http://slide.rabbit-shocker.org/authors/nari/rubyland/
61
+ licenses:
62
+ - MIT-LICENSE
63
+ post_install_message:
64
+ rdoc_options: []
65
+ require_paths:
66
+ - lib
67
+ required_ruby_version: !ruby/object:Gem::Requirement
68
+ none: false
69
+ requirements:
70
+ - - ! '>='
71
+ - !ruby/object:Gem::Version
72
+ version: '0'
73
+ required_rubygems_version: !ruby/object:Gem::Requirement
74
+ none: false
75
+ requirements:
76
+ - - ! '>='
77
+ - !ruby/object:Gem::Version
78
+ version: '0'
79
+ requirements: []
80
+ rubyforge_project:
81
+ rubygems_version: 1.8.25
82
+ signing_key:
83
+ specification_version: 3
84
+ summary: RUBYLAND
85
+ test_files: []