Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Coding Challenge Advent of Code 2019
Search
Takayuki Matsubara
January 17, 2020
Programming
0
120
Coding Challenge Advent of Code 2019
Introduce Advent of Code
https://adventofcode.com/
at M3 Tech Talk #140.
Takayuki Matsubara
January 17, 2020
Tweet
Share
More Decks by Takayuki Matsubara
See All by Takayuki Matsubara
Rails Web Development with AWS Lambda
ma2gedev
0
190
Developer Experience in GraphQL Schema-first Development
ma2gedev
0
2.1k
Dependency Inversion Principle in Keyboard Firmware
ma2gedev
0
410
OSSの歩き方 / Walking with OSS
ma2gedev
10
2.5k
GraphQL 開発で必要になったこと / What we needed for GraphQL development
ma2gedev
0
1k
キーボードをカスタムしてプログラミング環境を良くした話 / Improved programming environment with customizing keybords
ma2gedev
0
1.2k
Translating "Erlang in Anger" with Erlang & Elixir community members
ma2gedev
0
2.7k
Dive into Elixir v1.6 Code Formatter
ma2gedev
1
150
Make it easy to input `|>`
ma2gedev
2
2.7k
Other Decks in Programming
See All in Programming
CSC509 Lecture 04
javiergs
PRO
0
140
(Deep|Web) Link support with expo-router
mrtry
0
170
CSC509 Lecture 02
javiergs
PRO
0
160
Taking LLMs out of the black box: A practical guide to human-in-the-loop distillation
inesmontani
PRO
3
1.2k
[KR] Server Driven Compose With Firebase
skydoves
2
200
標準ライブラリの動向とイテレータのパフォーマンス
makki_d
3
200
Повторное использование кода в ML: почему ML-пайплайны могут помочь?
lamodatech
0
160
Subclassing, Composition, Python, and You
hynek
3
170
DevFest Android in Korea 2024 - 안드로이드의 문단속 : 앱을 지키는 암호화 이야기
mdb1217
1
160
App Router 悲喜交々
quramy
7
380
Kotlin Multiplatform at Stable and Beyond (Kotlin Vienna, October 2024)
zsmb
2
360
デバッグの話 / Debugging for Beginners
kaityo256
PRO
7
500
Featured
See All Featured
How GitHub Uses GitHub to Build GitHub
holman
473
290k
Testing 201, or: Great Expectations
jmmastey
38
7k
For a Future-Friendly Web
brad_frost
174
9.3k
Scaling GitHub
holman
458
140k
Design by the Numbers
sachag
278
19k
GitHub's CSS Performance
jonrohan
1030
450k
Pencils Down: Stop Designing & Start Developing
hursman
119
11k
Why You Should Never Use an ORM
jnunemaker
PRO
53
9k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
39
2.1k
Navigating Team Friction
lara
183
14k
Fontdeck: Realign not Redesign
paulrobertlloyd
81
5.2k
jQuery: Nuts, Bolts and Bling
dougneiner
61
7.5k
Transcript
Coding Challenge Advent of Code 2019 2020/01/17 M3 Tech Talk
140 @ma2ge
self-introduction • Takayuki Matsubara • ma2ge@twitter ! • ma2gedev@github •
Ruby, Elixir, OSS, Keyboards and " • PowerAssertEx ⭐$ • github.com/ma2gedev/ power_assert_ex
Advent of Code https://adventofcode.com/
Puzzle • solve first part then second part is displayed
• second part is difficult
None
Interest • story • only submit answer • make interpreter(called
Intcode computer) through several days
Demonstration
Resources • Advent of Code • https://adventofcode.com/ • My code
• https://github.com/ma2gedev/advent-of-code • Reddit • https://www.reddit.com/r/adventofcode/
END