├── README.md ├── aggregate.rb ├── apache-arrow-tokyo-meetup-2018 ├── README.md └── feedback │ ├── 284km.yaml │ ├── 515hikaru.yaml │ ├── Doarakko.yaml │ ├── README.md │ ├── aajisaka.yaml │ ├── achirala8.yaml │ ├── amaya382.yaml │ ├── c-bata.yaml │ ├── joker1007.yaml │ ├── miorgash.yaml │ ├── moomindani.yaml │ ├── moriyoshi.yaml │ ├── mrkn.yaml │ ├── naitoh.yaml │ ├── ngr-t.yaml │ ├── nsiena.yaml │ ├── sekikn.yaml │ ├── shiro615.yaml │ ├── sinhrks.yaml │ ├── tasanuma.yaml │ ├── template.yaml │ ├── termoshtt.yaml │ └── watson1978.yaml ├── rubydata-tokyo-meetup-2018 ├── README.md └── feedback │ ├── README.md │ └── template.yaml ├── rubykaigi-2018 ├── README.md └── feedback │ ├── 284km.yaml │ ├── HaruoNakachi.yaml │ ├── MITSUBOSHI.yaml │ ├── README.md │ ├── ShoheiMitani.yaml │ ├── aggregate.rb │ ├── aike.yaml │ ├── alpaca-tc.yaml │ ├── at-grandpa.yaml │ ├── bluerabbit.yaml │ ├── bussorenre.yaml │ ├── chisso.yaml │ ├── corselia.yaml │ ├── cuzic.yaml │ ├── elcondor.yaml │ ├── fohte.yaml │ ├── fujimura.yaml │ ├── gorlemkun.yaml │ ├── happyk514.yaml │ ├── hatappi.yaml │ ├── hisamura333.yaml │ ├── hkdnet.yaml │ ├── hoshinotsuyoshi.yaml │ ├── imaz.yaml │ ├── jemiam.yaml │ ├── kazu9su.yaml │ ├── ken1flan.yaml │ ├── komagata.yaml │ ├── mizukmb.yaml │ ├── mrkn.yaml │ ├── naitoh.yaml │ ├── nao0515ki.yaml │ ├── nontak.yaml │ ├── oda-i3.yaml │ ├── ota42y.yaml │ ├── rentalname.yaml │ ├── rilmayer.yaml │ ├── ruboty_team.jpg │ ├── rvillage.yaml │ ├── selmertsx.yaml │ ├── shugo.yaml │ ├── sinsoku.yaml │ ├── sonots.yaml │ ├── south37.yaml │ ├── takano32.yaml │ ├── template.yaml │ ├── tmtms.yaml │ ├── tomoasleep.yaml │ ├── uasi.yaml │ ├── unak.yaml │ ├── wagai.yaml │ ├── yancya.yaml │ ├── yhara.yaml │ ├── youchan.yaml │ ├── yugui.yaml │ ├── znz.yaml │ └── zom-yoshidan.yaml └── rubykaigi-2019 ├── README.md ├── feedback-summary.md └── feedback ├── 284km.yaml ├── MITSUBOSHI.yaml ├── Nyoho.yaml ├── README.md ├── UsaMomokawa.yaml ├── aycabta.yaml ├── chang-jun.yaml ├── chinatz.yaml ├── condor.yaml ├── h-akanuma.yaml ├── hachi8833.yaml ├── hanachin.yml ├── hoshinotsuyoshi.yaml ├── iberianpig.yml ├── ioquatix.yaml ├── jeremyevans.yaml ├── jinroq.yaml ├── kantarow.yml ├── ken3ypa.yaml ├── kirikak2.yaml ├── kozo2.yaml ├── kunitoo.yml ├── luccafort.yaml ├── makicamel.yaml ├── nyamadori.yaml ├── shiro615.yaml ├── sinsoku.yaml ├── st0012.yaml ├── template.yaml ├── tmtm.yaml ├── tomog105.yaml ├── watson1978.yaml ├── yahonda.yaml ├── yancya.yml ├── ybiquitous.yaml ├── youchan.yaml ├── yysaki.yaml └── znz.yaml /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/README.md -------------------------------------------------------------------------------- /aggregate.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/aggregate.rb -------------------------------------------------------------------------------- /apache-arrow-tokyo-meetup-2018/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/apache-arrow-tokyo-meetup-2018/README.md -------------------------------------------------------------------------------- /apache-arrow-tokyo-meetup-2018/feedback/284km.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/apache-arrow-tokyo-meetup-2018/feedback/284km.yaml -------------------------------------------------------------------------------- /apache-arrow-tokyo-meetup-2018/feedback/515hikaru.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/apache-arrow-tokyo-meetup-2018/feedback/515hikaru.yaml -------------------------------------------------------------------------------- /apache-arrow-tokyo-meetup-2018/feedback/Doarakko.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/apache-arrow-tokyo-meetup-2018/feedback/Doarakko.yaml -------------------------------------------------------------------------------- /apache-arrow-tokyo-meetup-2018/feedback/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/apache-arrow-tokyo-meetup-2018/feedback/README.md -------------------------------------------------------------------------------- /apache-arrow-tokyo-meetup-2018/feedback/aajisaka.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/apache-arrow-tokyo-meetup-2018/feedback/aajisaka.yaml -------------------------------------------------------------------------------- /apache-arrow-tokyo-meetup-2018/feedback/achirala8.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/apache-arrow-tokyo-meetup-2018/feedback/achirala8.yaml -------------------------------------------------------------------------------- /apache-arrow-tokyo-meetup-2018/feedback/amaya382.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/apache-arrow-tokyo-meetup-2018/feedback/amaya382.yaml -------------------------------------------------------------------------------- /apache-arrow-tokyo-meetup-2018/feedback/c-bata.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/apache-arrow-tokyo-meetup-2018/feedback/c-bata.yaml -------------------------------------------------------------------------------- /apache-arrow-tokyo-meetup-2018/feedback/joker1007.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/apache-arrow-tokyo-meetup-2018/feedback/joker1007.yaml -------------------------------------------------------------------------------- /apache-arrow-tokyo-meetup-2018/feedback/miorgash.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/apache-arrow-tokyo-meetup-2018/feedback/miorgash.yaml -------------------------------------------------------------------------------- /apache-arrow-tokyo-meetup-2018/feedback/moomindani.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/apache-arrow-tokyo-meetup-2018/feedback/moomindani.yaml -------------------------------------------------------------------------------- /apache-arrow-tokyo-meetup-2018/feedback/moriyoshi.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/apache-arrow-tokyo-meetup-2018/feedback/moriyoshi.yaml -------------------------------------------------------------------------------- /apache-arrow-tokyo-meetup-2018/feedback/mrkn.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/apache-arrow-tokyo-meetup-2018/feedback/mrkn.yaml -------------------------------------------------------------------------------- /apache-arrow-tokyo-meetup-2018/feedback/naitoh.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/apache-arrow-tokyo-meetup-2018/feedback/naitoh.yaml -------------------------------------------------------------------------------- /apache-arrow-tokyo-meetup-2018/feedback/ngr-t.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/apache-arrow-tokyo-meetup-2018/feedback/ngr-t.yaml -------------------------------------------------------------------------------- /apache-arrow-tokyo-meetup-2018/feedback/nsiena.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/apache-arrow-tokyo-meetup-2018/feedback/nsiena.yaml -------------------------------------------------------------------------------- /apache-arrow-tokyo-meetup-2018/feedback/sekikn.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/apache-arrow-tokyo-meetup-2018/feedback/sekikn.yaml -------------------------------------------------------------------------------- /apache-arrow-tokyo-meetup-2018/feedback/shiro615.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/apache-arrow-tokyo-meetup-2018/feedback/shiro615.yaml -------------------------------------------------------------------------------- /apache-arrow-tokyo-meetup-2018/feedback/sinhrks.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/apache-arrow-tokyo-meetup-2018/feedback/sinhrks.yaml -------------------------------------------------------------------------------- /apache-arrow-tokyo-meetup-2018/feedback/tasanuma.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/apache-arrow-tokyo-meetup-2018/feedback/tasanuma.yaml -------------------------------------------------------------------------------- /apache-arrow-tokyo-meetup-2018/feedback/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/apache-arrow-tokyo-meetup-2018/feedback/template.yaml -------------------------------------------------------------------------------- /apache-arrow-tokyo-meetup-2018/feedback/termoshtt.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/apache-arrow-tokyo-meetup-2018/feedback/termoshtt.yaml -------------------------------------------------------------------------------- /apache-arrow-tokyo-meetup-2018/feedback/watson1978.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/apache-arrow-tokyo-meetup-2018/feedback/watson1978.yaml -------------------------------------------------------------------------------- /rubydata-tokyo-meetup-2018/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubydata-tokyo-meetup-2018/README.md -------------------------------------------------------------------------------- /rubydata-tokyo-meetup-2018/feedback/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubydata-tokyo-meetup-2018/feedback/README.md -------------------------------------------------------------------------------- /rubydata-tokyo-meetup-2018/feedback/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubydata-tokyo-meetup-2018/feedback/template.yaml -------------------------------------------------------------------------------- /rubykaigi-2018/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2018/README.md -------------------------------------------------------------------------------- /rubykaigi-2018/feedback/284km.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2018/feedback/284km.yaml -------------------------------------------------------------------------------- /rubykaigi-2018/feedback/HaruoNakachi.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2018/feedback/HaruoNakachi.yaml -------------------------------------------------------------------------------- /rubykaigi-2018/feedback/MITSUBOSHI.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2018/feedback/MITSUBOSHI.yaml -------------------------------------------------------------------------------- /rubykaigi-2018/feedback/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2018/feedback/README.md -------------------------------------------------------------------------------- /rubykaigi-2018/feedback/ShoheiMitani.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2018/feedback/ShoheiMitani.yaml -------------------------------------------------------------------------------- /rubykaigi-2018/feedback/aggregate.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2018/feedback/aggregate.rb -------------------------------------------------------------------------------- /rubykaigi-2018/feedback/aike.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2018/feedback/aike.yaml -------------------------------------------------------------------------------- /rubykaigi-2018/feedback/alpaca-tc.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2018/feedback/alpaca-tc.yaml -------------------------------------------------------------------------------- /rubykaigi-2018/feedback/at-grandpa.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2018/feedback/at-grandpa.yaml -------------------------------------------------------------------------------- /rubykaigi-2018/feedback/bluerabbit.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2018/feedback/bluerabbit.yaml -------------------------------------------------------------------------------- /rubykaigi-2018/feedback/bussorenre.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2018/feedback/bussorenre.yaml -------------------------------------------------------------------------------- /rubykaigi-2018/feedback/chisso.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2018/feedback/chisso.yaml -------------------------------------------------------------------------------- /rubykaigi-2018/feedback/corselia.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2018/feedback/corselia.yaml -------------------------------------------------------------------------------- /rubykaigi-2018/feedback/cuzic.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2018/feedback/cuzic.yaml -------------------------------------------------------------------------------- /rubykaigi-2018/feedback/elcondor.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2018/feedback/elcondor.yaml -------------------------------------------------------------------------------- /rubykaigi-2018/feedback/fohte.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2018/feedback/fohte.yaml -------------------------------------------------------------------------------- /rubykaigi-2018/feedback/fujimura.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2018/feedback/fujimura.yaml -------------------------------------------------------------------------------- /rubykaigi-2018/feedback/gorlemkun.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2018/feedback/gorlemkun.yaml -------------------------------------------------------------------------------- /rubykaigi-2018/feedback/happyk514.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2018/feedback/happyk514.yaml -------------------------------------------------------------------------------- /rubykaigi-2018/feedback/hatappi.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2018/feedback/hatappi.yaml -------------------------------------------------------------------------------- /rubykaigi-2018/feedback/hisamura333.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2018/feedback/hisamura333.yaml -------------------------------------------------------------------------------- /rubykaigi-2018/feedback/hkdnet.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2018/feedback/hkdnet.yaml -------------------------------------------------------------------------------- /rubykaigi-2018/feedback/hoshinotsuyoshi.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2018/feedback/hoshinotsuyoshi.yaml -------------------------------------------------------------------------------- /rubykaigi-2018/feedback/imaz.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2018/feedback/imaz.yaml -------------------------------------------------------------------------------- /rubykaigi-2018/feedback/jemiam.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2018/feedback/jemiam.yaml -------------------------------------------------------------------------------- /rubykaigi-2018/feedback/kazu9su.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2018/feedback/kazu9su.yaml -------------------------------------------------------------------------------- /rubykaigi-2018/feedback/ken1flan.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2018/feedback/ken1flan.yaml -------------------------------------------------------------------------------- /rubykaigi-2018/feedback/komagata.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2018/feedback/komagata.yaml -------------------------------------------------------------------------------- /rubykaigi-2018/feedback/mizukmb.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2018/feedback/mizukmb.yaml -------------------------------------------------------------------------------- /rubykaigi-2018/feedback/mrkn.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2018/feedback/mrkn.yaml -------------------------------------------------------------------------------- /rubykaigi-2018/feedback/naitoh.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2018/feedback/naitoh.yaml -------------------------------------------------------------------------------- /rubykaigi-2018/feedback/nao0515ki.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2018/feedback/nao0515ki.yaml -------------------------------------------------------------------------------- /rubykaigi-2018/feedback/nontak.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2018/feedback/nontak.yaml -------------------------------------------------------------------------------- /rubykaigi-2018/feedback/oda-i3.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2018/feedback/oda-i3.yaml -------------------------------------------------------------------------------- /rubykaigi-2018/feedback/ota42y.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2018/feedback/ota42y.yaml -------------------------------------------------------------------------------- /rubykaigi-2018/feedback/rentalname.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2018/feedback/rentalname.yaml -------------------------------------------------------------------------------- /rubykaigi-2018/feedback/rilmayer.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2018/feedback/rilmayer.yaml -------------------------------------------------------------------------------- /rubykaigi-2018/feedback/ruboty_team.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2018/feedback/ruboty_team.jpg -------------------------------------------------------------------------------- /rubykaigi-2018/feedback/rvillage.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2018/feedback/rvillage.yaml -------------------------------------------------------------------------------- /rubykaigi-2018/feedback/selmertsx.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2018/feedback/selmertsx.yaml -------------------------------------------------------------------------------- /rubykaigi-2018/feedback/shugo.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2018/feedback/shugo.yaml -------------------------------------------------------------------------------- /rubykaigi-2018/feedback/sinsoku.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2018/feedback/sinsoku.yaml -------------------------------------------------------------------------------- /rubykaigi-2018/feedback/sonots.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2018/feedback/sonots.yaml -------------------------------------------------------------------------------- /rubykaigi-2018/feedback/south37.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2018/feedback/south37.yaml -------------------------------------------------------------------------------- /rubykaigi-2018/feedback/takano32.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2018/feedback/takano32.yaml -------------------------------------------------------------------------------- /rubykaigi-2018/feedback/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2018/feedback/template.yaml -------------------------------------------------------------------------------- /rubykaigi-2018/feedback/tmtms.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2018/feedback/tmtms.yaml -------------------------------------------------------------------------------- /rubykaigi-2018/feedback/tomoasleep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2018/feedback/tomoasleep.yaml -------------------------------------------------------------------------------- /rubykaigi-2018/feedback/uasi.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2018/feedback/uasi.yaml -------------------------------------------------------------------------------- /rubykaigi-2018/feedback/unak.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2018/feedback/unak.yaml -------------------------------------------------------------------------------- /rubykaigi-2018/feedback/wagai.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2018/feedback/wagai.yaml -------------------------------------------------------------------------------- /rubykaigi-2018/feedback/yancya.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2018/feedback/yancya.yaml -------------------------------------------------------------------------------- /rubykaigi-2018/feedback/yhara.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2018/feedback/yhara.yaml -------------------------------------------------------------------------------- /rubykaigi-2018/feedback/youchan.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2018/feedback/youchan.yaml -------------------------------------------------------------------------------- /rubykaigi-2018/feedback/yugui.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2018/feedback/yugui.yaml -------------------------------------------------------------------------------- /rubykaigi-2018/feedback/znz.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2018/feedback/znz.yaml -------------------------------------------------------------------------------- /rubykaigi-2018/feedback/zom-yoshidan.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2018/feedback/zom-yoshidan.yaml -------------------------------------------------------------------------------- /rubykaigi-2019/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2019/README.md -------------------------------------------------------------------------------- /rubykaigi-2019/feedback-summary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2019/feedback-summary.md -------------------------------------------------------------------------------- /rubykaigi-2019/feedback/284km.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2019/feedback/284km.yaml -------------------------------------------------------------------------------- /rubykaigi-2019/feedback/MITSUBOSHI.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2019/feedback/MITSUBOSHI.yaml -------------------------------------------------------------------------------- /rubykaigi-2019/feedback/Nyoho.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2019/feedback/Nyoho.yaml -------------------------------------------------------------------------------- /rubykaigi-2019/feedback/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2019/feedback/README.md -------------------------------------------------------------------------------- /rubykaigi-2019/feedback/UsaMomokawa.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2019/feedback/UsaMomokawa.yaml -------------------------------------------------------------------------------- /rubykaigi-2019/feedback/aycabta.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2019/feedback/aycabta.yaml -------------------------------------------------------------------------------- /rubykaigi-2019/feedback/chang-jun.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2019/feedback/chang-jun.yaml -------------------------------------------------------------------------------- /rubykaigi-2019/feedback/chinatz.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2019/feedback/chinatz.yaml -------------------------------------------------------------------------------- /rubykaigi-2019/feedback/condor.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2019/feedback/condor.yaml -------------------------------------------------------------------------------- /rubykaigi-2019/feedback/h-akanuma.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2019/feedback/h-akanuma.yaml -------------------------------------------------------------------------------- /rubykaigi-2019/feedback/hachi8833.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2019/feedback/hachi8833.yaml -------------------------------------------------------------------------------- /rubykaigi-2019/feedback/hanachin.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2019/feedback/hanachin.yml -------------------------------------------------------------------------------- /rubykaigi-2019/feedback/hoshinotsuyoshi.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2019/feedback/hoshinotsuyoshi.yaml -------------------------------------------------------------------------------- /rubykaigi-2019/feedback/iberianpig.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2019/feedback/iberianpig.yml -------------------------------------------------------------------------------- /rubykaigi-2019/feedback/ioquatix.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2019/feedback/ioquatix.yaml -------------------------------------------------------------------------------- /rubykaigi-2019/feedback/jeremyevans.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2019/feedback/jeremyevans.yaml -------------------------------------------------------------------------------- /rubykaigi-2019/feedback/jinroq.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2019/feedback/jinroq.yaml -------------------------------------------------------------------------------- /rubykaigi-2019/feedback/kantarow.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2019/feedback/kantarow.yml -------------------------------------------------------------------------------- /rubykaigi-2019/feedback/ken3ypa.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2019/feedback/ken3ypa.yaml -------------------------------------------------------------------------------- /rubykaigi-2019/feedback/kirikak2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2019/feedback/kirikak2.yaml -------------------------------------------------------------------------------- /rubykaigi-2019/feedback/kozo2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2019/feedback/kozo2.yaml -------------------------------------------------------------------------------- /rubykaigi-2019/feedback/kunitoo.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2019/feedback/kunitoo.yml -------------------------------------------------------------------------------- /rubykaigi-2019/feedback/luccafort.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2019/feedback/luccafort.yaml -------------------------------------------------------------------------------- /rubykaigi-2019/feedback/makicamel.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2019/feedback/makicamel.yaml -------------------------------------------------------------------------------- /rubykaigi-2019/feedback/nyamadori.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2019/feedback/nyamadori.yaml -------------------------------------------------------------------------------- /rubykaigi-2019/feedback/shiro615.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2019/feedback/shiro615.yaml -------------------------------------------------------------------------------- /rubykaigi-2019/feedback/sinsoku.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2019/feedback/sinsoku.yaml -------------------------------------------------------------------------------- /rubykaigi-2019/feedback/st0012.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2019/feedback/st0012.yaml -------------------------------------------------------------------------------- /rubykaigi-2019/feedback/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2019/feedback/template.yaml -------------------------------------------------------------------------------- /rubykaigi-2019/feedback/tmtm.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2019/feedback/tmtm.yaml -------------------------------------------------------------------------------- /rubykaigi-2019/feedback/tomog105.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2019/feedback/tomog105.yaml -------------------------------------------------------------------------------- /rubykaigi-2019/feedback/watson1978.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2019/feedback/watson1978.yaml -------------------------------------------------------------------------------- /rubykaigi-2019/feedback/yahonda.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2019/feedback/yahonda.yaml -------------------------------------------------------------------------------- /rubykaigi-2019/feedback/yancya.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2019/feedback/yancya.yml -------------------------------------------------------------------------------- /rubykaigi-2019/feedback/ybiquitous.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2019/feedback/ybiquitous.yaml -------------------------------------------------------------------------------- /rubykaigi-2019/feedback/youchan.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2019/feedback/youchan.yaml -------------------------------------------------------------------------------- /rubykaigi-2019/feedback/yysaki.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2019/feedback/yysaki.yaml -------------------------------------------------------------------------------- /rubykaigi-2019/feedback/znz.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speee/code-party/HEAD/rubykaigi-2019/feedback/znz.yaml --------------------------------------------------------------------------------