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
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
Takayuki Matsubara
January 17, 2020
Programming
0
150
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
330
Developer Experience in GraphQL Schema-first Development
ma2gedev
0
2.3k
Dependency Inversion Principle in Keyboard Firmware
ma2gedev
0
530
OSSの歩き方 / Walking with OSS
ma2gedev
10
2.6k
GraphQL 開発で必要になったこと / What we needed for GraphQL development
ma2gedev
0
1.2k
キーボードをカスタムしてプログラミング環境を良くした話 / Improved programming environment with customizing keybords
ma2gedev
0
1.4k
Translating "Erlang in Anger" with Erlang & Elixir community members
ma2gedev
0
2.9k
Dive into Elixir v1.6 Code Formatter
ma2gedev
1
190
Make it easy to input `|>`
ma2gedev
2
3k
Other Decks in Programming
See All in Programming
要求定義・仕様記述・設計・検証の手引き - 理論から学ぶ明確で統一された成果物定義
orgachem
PRO
1
400
Geminiの機能を調べ尽くしてみた
naruyoshimi
0
170
PostgreSQL を使った快適な go test 環境を求めて
otakakot
0
310
15年目のiOSアプリを1から作り直す技術
teakun
0
500
JPUG勉強会 OSSデータベースの内部構造を理解しよう
oga5
2
220
AI時代のキャリアプラン「技術の引力」からの脱出と「問い」へのいざない / tech-gravity
minodriven
22
8k
Metaprogramming isn't real, it can't hurt you
okuramasafumi
0
130
CSC307 Lecture 07
javiergs
PRO
1
560
Event Storming
hschwentner
3
1.3k
Apache Iceberg V3 and migration to V3
tomtanaka
0
220
今更考える「単一責任原則」 / Thinking about the Single Responsibility Principle
tooppoo
2
940
Raku Raku Notion 20260128
hareyakayuruyaka
0
420
Featured
See All Featured
30 Presentation Tips
portentint
PRO
1
240
Jess Joyce - The Pitfalls of Following Frameworks
techseoconnect
PRO
1
80
Why Mistakes Are the Best Teachers: Turning Failure into a Pathway for Growth
auna
0
68
AI: The stuff that nobody shows you
jnunemaker
PRO
3
320
Reality Check: Gamification 10 Years Later
codingconduct
0
2k
Stewardship and Sustainability of Urban and Community Forests
pwiseman
0
130
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
133
19k
A Modern Web Designer's Workflow
chriscoyier
698
190k
Chasing Engaging Ingredients in Design
codingconduct
0
120
GraphQLとの向き合い方2022年版
quramy
50
14k
Writing Fast Ruby
sferik
630
62k
Sam Torres - BigQuery for SEOs
techseoconnect
PRO
0
200
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