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
140
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
310
Developer Experience in GraphQL Schema-first Development
ma2gedev
0
2.3k
Dependency Inversion Principle in Keyboard Firmware
ma2gedev
0
500
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.3k
Translating "Erlang in Anger" with Erlang & Elixir community members
ma2gedev
0
2.9k
Dive into Elixir v1.6 Code Formatter
ma2gedev
1
180
Make it easy to input `|>`
ma2gedev
2
2.9k
Other Decks in Programming
See All in Programming
What Spring Developers Should Know About Jakarta EE
ivargrimstad
0
490
CSC305 Lecture 08
javiergs
PRO
0
280
AIと人間の共創開発!OSSで試行錯誤した開発スタイル
mae616
2
810
Webサーバーサイド言語としてのRustについて
kouyuume
1
4.9k
React Nativeならぬ"Vue Native"が実現するかも?_新世代マルチプラットフォーム開発フレームワークのLynxとLynxのVue.js対応を追ってみよう_Vue Lynx
yut0naga1_fa
2
1.4k
CSC305 Lecture 10
javiergs
PRO
0
260
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
480
CSC305 Lecture 11
javiergs
PRO
0
270
モテるデスク環境
mozumasu
3
1.3k
Migration to Signals, Resource API, and NgRx Signal Store
manfredsteyer
PRO
0
120
TransformerからMCPまで(現代AIを理解するための羅針盤)
mickey_kubo
7
5.3k
フロントエンド開発のためのブラウザ組み込みAI入門
masashi
7
3.5k
Featured
See All Featured
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
Build The Right Thing And Hit Your Dates
maggiecrowley
38
2.9k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.5k
How STYLIGHT went responsive
nonsquared
100
5.9k
GitHub's CSS Performance
jonrohan
1032
470k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
37
2.6k
How To Stay Up To Date on Web Technology
chriscoyier
791
250k
Mobile First: as difficult as doing things right
swwweet
225
10k
A Tale of Four Properties
chriscoyier
161
23k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
285
14k
BBQ
matthewcrist
89
9.9k
Building a Modern Day E-commerce SEO Strategy
aleyda
44
7.8k
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