├── LICENSE ├── README.en.md ├── README.md ├── docs ├── WSL20200328.md ├── _config.yml ├── figs │ ├── ubuntu18_download.png │ ├── windows_function.png │ ├── wsl_enable.png │ ├── wsl_install_finish.png │ ├── wsl_password.png │ ├── wsl_prepared.png │ └── wsl_wait.png └── index.md ├── sd201606 ├── cccvd ├── data └── text ├── sd201701 ├── address_list │ ├── syain.list │ └── yakuin.list ├── alphabet_connection ├── crypt ├── files.txt ├── hoge ├── httpd-access.log ├── kaibun ├── log_range.log ├── not_kaibun ├── ntp.conf ├── tac └── version_sort │ ├── dangerous1.2 │ ├── dangerous1.2.1 │ ├── dangerous11.3 │ ├── dangerous2.0.4 │ ├── dangerous2.1 │ ├── dangerous2.1.1 │ └── dangerous2.7 ├── sd201709 └── enigma ├── sd201802 ├── access.log ├── mom.csv └── num.csv ├── sd201803 ├── annotation.md ├── headings.md ├── item.md └── table.md ├── sd201804 ├── img │ ├── 10_black.png │ ├── 11_steelblue.png │ ├── 12_orange.png │ ├── 13_yellow.png │ ├── 14_blue.png │ ├── 15_steelblue.png │ ├── 16_steelblue.png │ ├── 17_brown.png │ ├── 18_orange.png │ ├── 19_red.png │ ├── 1_purple.png │ ├── 20_brown.png │ ├── 21_red.png │ ├── 22_yellow.png │ ├── 23_yellow.png │ ├── 24_red.png │ ├── 25_steelblue.png │ ├── 26_red.png │ ├── 27_green.png │ ├── 28_purple.png │ ├── 29_steelblue.png │ ├── 2_grey.png │ ├── 30_brown.png │ ├── 31_brown.png │ ├── 32_tomato.png │ ├── 33_red.png │ ├── 34_green.png │ ├── 35_brown.png │ ├── 36_red.png │ ├── 37_blue.png │ ├── 38_black.png │ ├── 39_tomato.png │ ├── 3_brown.png │ ├── 40_green.png │ ├── 41_grey.png │ ├── 42_red.png │ ├── 43_green.png │ ├── 44_yellow.png │ ├── 45_grey.png │ ├── 46_blue.png │ ├── 47_black.png │ ├── 48_yellow.png │ ├── 49_black.png │ ├── 4_steelblue.png │ ├── 50_blue.png │ ├── 51_black.png │ ├── 52_grey.png │ ├── 53_green.png │ ├── 54_orange.png │ ├── 55_yellow.png │ ├── 56_orange.png │ ├── 57_red.png │ ├── 58_white.png │ ├── 59_black.png │ ├── 5_yellow.png │ ├── 60_grey.png │ ├── 6_steelblue.png │ ├── 7_orange.png │ ├── 8_white.png │ ├── 9_green.png │ └── image_generator.bash └── sites.txt ├── sd201805 ├── fib.c ├── hoge.py ├── sample.lisp └── somecode.c ├── sd201807 ├── const26.txt ├── gijiroku.txt ├── iampen.txt └── kanjinum.txt ├── sd201808 ├── a ├── bash_description.txt ├── diarydiary.txt ├── excel_hogan.txt ├── hoge ├── jouyou_kanji.txt ├── sample_novel.txt ├── tmp.dvi ├── tmp.log └── tmp.tex ├── sd201809 ├── image_masked.bmp └── zeroone ├── sd201810 ├── bom.txt ├── newline.txt.gz ├── nobom.txt └── oct.txt ├── sd201811 ├── devicelist.txt ├── measurement.txt ├── sales ├── scores.txt ├── service_depend_list.txt ├── service_stop_weekday.txt ├── stones_master └── students.txt ├── sd201812 ├── bytesplit_answer │ ├── image.bmp.01 │ ├── image.bmp.02 │ ├── image.bmp.03 │ ├── image.bmp.04 │ ├── image.bmp.05 │ ├── image.bmp.06 │ ├── image.bmp.07 │ ├── image.bmp.08 │ ├── image.bmp.09 │ ├── image.bmp.10 │ ├── image.bmp.11 │ ├── image.bmp.12 │ └── image.bmp.13 ├── dinner ├── fruits.json ├── image.bmp ├── list1 ├── list2 ├── 土 ├── 日 ├── 月 ├── 木 ├── 水 ├── 火 └── 金 ├── sd201901 ├── days.txt └── kakeibo.txt ├── sd201902 ├── dir1_strace ├── dir2_strace └── words ├── sd201903 └── fb.bash ├── sd201904 ├── cardno └── dirs │ ├── dir_a │ ├── file_1 │ └── file_2 │ ├── dir_b │ ├── dir_d │ │ └── file_1 │ ├── dir_e │ │ ├── file_1 │ │ └── file_2 │ ├── file_1 │ └── file_2 │ └── dir_c │ └── dir_f │ ├── dir_g │ └── file_1 │ ├── file_1 │ └── file_2 ├── sd201905 └── pipefail.bash ├── sd201907 ├── browser.csv ├── data_U ├── data_V ├── os.csv ├── service.csv ├── user1 ├── user2 ├── user3 └── user4 ├── sd201908 ├── mac_ls_new.txt ├── mac_ls_old.txt └── soleil.bash ├── sd201909 ├── message.txt ├── this_is_it.txt └── 秘密の圧縮ファイル.zip ├── sd201910 └── sys │ └── firmware │ └── memmap │ ├── 0 │ ├── end │ ├── start │ └── type │ ├── 1 │ ├── end │ ├── start │ └── type │ ├── 2 │ ├── end │ ├── start │ └── type │ ├── 3 │ ├── end │ ├── start │ └── type │ ├── 4 │ ├── end │ ├── start │ └── type │ ├── 5 │ ├── end │ ├── start │ └── type │ ├── 6 │ ├── end │ ├── start │ └── type │ ├── 7 │ ├── end │ ├── start │ └── type │ └── 8 │ ├── end │ ├── start │ └── type ├── sd201911 ├── auth-log │ ├── auth.log │ ├── auth.log.1 │ ├── auth.log.2.gz │ ├── auth.log.3.gz │ └── auth.log.4.gz ├── syslog.gz └── top.log.gz ├── sd201912 ├── cards.txt ├── diary.txt ├── furigana.txt └── kaibun.txt ├── sd202001 ├── data.csv ├── message.txt ├── speech.txt └── tate.txt ├── sd202002 ├── dir.tar.gz └── tableinfo.txt ├── sd202003 ├── bunken.txt └── ctf-data ├── sd202004 ├── shiritori.txt ├── watch_log.json └── word_to_num ├── sd202106 ├── keikyu.xml ├── numbers └── yamanashi.txt ├── vol.18 ├── .DS_Store ├── Q1 │ └── text ├── Q2 │ ├── a │ └── b ├── Q3 │ ├── a │ ├── b │ └── c ├── Q4 │ └── cross ├── Q5 │ └── text ├── Q6 │ └── chess.png ├── Q7 │ └── chinese_characters └── Q8 │ └── number ├── vol.19 ├── Q4 ├── Q6 ├── a ├── image.png ├── img.png └── rimg.png ├── vol.20 ├── Q1 │ ├── file_A-1 │ ├── file_A-2 │ ├── file_B-1 │ └── file_B-2 ├── Q3 ├── Q6 └── Q8 ├── vol.21 ├── Q1 │ ├── a │ └── bba.pdf ├── Q2 │ └── anydata.cp932 ├── Q4 │ ├── data │ └── newdata ├── Q5 │ ├── a.bash │ └── b.bash ├── Q6 │ └── extended ├── Q7 │ └── text └── Q8 │ ├── 1350369599.Vfc03I4682c8M940114.remote │ └── a.jpg ├── vol.22 ├── Q1 │ ├── a │ └── b ├── Q3 ├── Q3.ans ├── Q4 ├── Q5 ├── Q6_1 ├── Q6_2 ├── Q7 ├── Q8.ans.cc └── Q8.cc ├── vol.23 ├── OSAKA │ ├── hittakuri │ └── population_h27sep ├── README.md └── TYPHOON │ ├── landing.csv │ └── monthly_typhoon ├── vol.24 ├── Q1 ├── Q2 ├── Q3 ├── Q4 │ └── Q4.xlsx ├── Q5 └── Q6 ├── vol.25 └── crypt ├── vol.26 ├── 20141019OSC_LT.pptx ├── certificate.docx ├── graph.xlsx ├── hanshin.xlsx ├── list.txt └── template.pptx ├── vol.27 └── aho.cc ├── vol.28 └── contents.tex ├── vol.29 ├── attend ├── attend6 ├── kadai1 ├── kadai2 ├── nyaan.html ├── prime ├── shellgei ├── test └── triangle ├── vol.30 ├── alphabet ├── complex ├── list ├── list.html ├── nums ├── posts │ ├── .DS_Store │ ├── 20170806_check_of_webhook │ │ └── main.md │ ├── 20170810_negi │ │ ├── green_negi.jpg │ │ ├── main.md │ │ ├── white_negi.jpg │ │ └── ねぎ.pdf │ ├── 20170810_negistagram │ │ └── main.md │ ├── 20170812_work │ ├── 20170812_working │ │ └── main.md │ ├── 20170814_layout │ │ └── main.md │ ├── 20170818_bash │ │ └── main.md │ ├── 20170820_bootstrap │ │ └── main.md │ ├── 20170820_injection │ │ └── main.md │ └── template │ │ └── main.md └── url.html ├── vol.31 ├── indent.txt ├── num.ans.txt ├── num.txt ├── periodic_table.csv ├── pt.png └── sd.txt ├── vol.32 ├── image.txt ├── japanese.txt ├── nums.txt ├── nums2.txt └── umlaut.txt ├── vol.33 ├── kiken │ ├── a │ ├── b │ ├── c │ ├── d │ └── e └── yabai │ ├── │ ├── │ └── ├── vol.35 ├── a ├── data ├── herohero ├── shameful.docx └── shameful.pdf ├── vol.36 ├── tanzaku ├── text ├── welcome.txt └── worst │ ├── 1-B.doc │ ├── 1A.doc │ ├── 3年D組.doc │ ├── 3年C組.doc │ ├── 4年a組.doc │ ├── 5年A組.doc │ ├── 1ーC.doc │ ├── 1ーD.doc │ ├── 1年E組.doc │ ├── 3年A組.doc │ ├── 3年B組.doc │ ├── 4年B組.doc │ └── 4年C組.doc ├── vol.38 ├── edo ├── myoho_shinji.txt ├── 仏説摩訶般若波羅蜜多心経 ├── 法華経 └── 重複 ├── vol.39 ├── ans.md ├── attendee.md ├── b ├── table.md ├── wrong.md ├── yabatanien └── 群馬県高崎市市章.svg ├── vol.40 ├── KPS9566-ISO2022KR └── name ├── vol.41 ├── eto ├── eto_yomi ├── excel ├── gagigugego ├── hoge ├── indent ├── kim_calc ├── nums ├── roman ├── size └── sjis ├── vol.42 └── oji ├── vol.43 └── nums ├── vol.44 ├── a ├── b ├── c ├── message ├── speech ├── speech2 └── sudoku ├── vol.45 ├── data.csv ├── flags_a ├── flags_b ├── message ├── message.ans └── nabe ├── vol.46 ├── data ├── data2 ├── isbn └── matrix ├── vol.47 ├── emojiterminal.png ├── guruguru ├── noguruguru ├── nums ├── spaces ├── unko └── upopoi ├── vol.49 └── unko ├── vol.50 └── un.txt.gz ├── vol.51 ├── message ├── pepo └── q2 ├── vol.52 ├── aho.html ├── annotation.md ├── big_dipper ├── chiki ├── contents.tex ├── dekiru └── updown ├── vol.53 ├── a ├── frac ├── hoge.png ├── koch_rule.png ├── nums └── triangle ├── vol.54 ├── human.txt ├── jugem.txt ├── kouun.txt ├── nejineji.txt ├── oraora.txt └── yoko.txt ├── vol.55 └── words ├── vol.56 ├── house.pgm ├── house_s.pgm ├── kebab.txt ├── rakuda.ans.txt ├── rakuda.txt ├── red.ans.txt ├── red.txt └── ros_log ├── vol.57 ├── hongkong ├── kanji ├── kanji2 └── reiwa ├── vol.58 ├── .gitattributes ├── file1 ├── file2 ├── memo ├── nums.gz └── putin ├── vol.59 ├── 2020.tar.bz2 ├── 2020_mini.tar.bz2 └── nums.gz ├── vol.60 └── danger ├── vol.61 ├── coin ├── data ├── file1 ├── file2 ├── file3 ├── hoge.png ├── inout ├── nums ├── nums2 ├── nums3 ├── prior └── prior_ans ├── vol.62 ├── img │ ├── img1.png │ ├── img2.png │ ├── img3.png │ └── img4.png ├── message.pptx ├── nanika_data.tar ├── program.png └── たーぼーる │ ├── 10周年.txt │ ├── うんこ.txt │ └── シェル芸.txt ├── vol.63 ├── genkou.tex ├── reversi.txt └── tonnan.txt ├── vol.64 ├── mat ├── mat_asyn ├── mean.1 ├── nums.0 ├── nums.1 └── reply.txt ├── vol.65 ├── eeeeee ├── input ├── kim ├── symbols └── words ├── vol.67 ├── hoge.c └── shogi ├── vol.68 ├── data ├── gnome.txt ├── journal.txt ├── words.txt ├── words2.txt └── words3.txt ├── vol.70 ├── conditional.rs ├── haiku └── q5_ans └── vol.71 ├── area ├── cure.bkup ├── cure └── fuge │ ├── cure │ └── moge │ └── shigeru ├── cure ├── cure └── fuge │ ├── cure │ └── moge │ └── shigeru ├── file_a ├── file_b ├── file_c ├── file_d └── tohoku /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/LICENSE -------------------------------------------------------------------------------- /README.en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/README.en.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/README.md -------------------------------------------------------------------------------- /docs/WSL20200328.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/docs/WSL20200328.md -------------------------------------------------------------------------------- /docs/_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/docs/_config.yml -------------------------------------------------------------------------------- /docs/figs/ubuntu18_download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/docs/figs/ubuntu18_download.png -------------------------------------------------------------------------------- /docs/figs/windows_function.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/docs/figs/windows_function.png -------------------------------------------------------------------------------- /docs/figs/wsl_enable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/docs/figs/wsl_enable.png -------------------------------------------------------------------------------- /docs/figs/wsl_install_finish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/docs/figs/wsl_install_finish.png -------------------------------------------------------------------------------- /docs/figs/wsl_password.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/docs/figs/wsl_password.png -------------------------------------------------------------------------------- /docs/figs/wsl_prepared.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/docs/figs/wsl_prepared.png -------------------------------------------------------------------------------- /docs/figs/wsl_wait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/docs/figs/wsl_wait.png -------------------------------------------------------------------------------- /docs/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/docs/index.md -------------------------------------------------------------------------------- /sd201606/cccvd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201606/cccvd -------------------------------------------------------------------------------- /sd201606/data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201606/data -------------------------------------------------------------------------------- /sd201606/text: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201606/text -------------------------------------------------------------------------------- /sd201701/address_list/syain.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201701/address_list/syain.list -------------------------------------------------------------------------------- /sd201701/address_list/yakuin.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201701/address_list/yakuin.list -------------------------------------------------------------------------------- /sd201701/alphabet_connection: -------------------------------------------------------------------------------- 1 | b c f i j k l p e q r u w a y z 2 | -------------------------------------------------------------------------------- /sd201701/crypt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201701/crypt -------------------------------------------------------------------------------- /sd201701/files.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201701/files.txt -------------------------------------------------------------------------------- /sd201701/hoge: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201701/hoge -------------------------------------------------------------------------------- /sd201701/httpd-access.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201701/httpd-access.log -------------------------------------------------------------------------------- /sd201701/kaibun: -------------------------------------------------------------------------------- 1 | たけやぶ 2 | やけた 3 | -------------------------------------------------------------------------------- /sd201701/log_range.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201701/log_range.log -------------------------------------------------------------------------------- /sd201701/not_kaibun: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201701/not_kaibun -------------------------------------------------------------------------------- /sd201701/ntp.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201701/ntp.conf -------------------------------------------------------------------------------- /sd201701/tac: -------------------------------------------------------------------------------- 1 | you 2 | chika 3 | riko 4 | -------------------------------------------------------------------------------- /sd201701/version_sort/dangerous1.2: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sd201701/version_sort/dangerous1.2.1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sd201701/version_sort/dangerous11.3: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sd201701/version_sort/dangerous2.0.4: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sd201701/version_sort/dangerous2.1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sd201701/version_sort/dangerous2.1.1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sd201701/version_sort/dangerous2.7: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sd201709/enigma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201709/enigma -------------------------------------------------------------------------------- /sd201802/access.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201802/access.log -------------------------------------------------------------------------------- /sd201802/mom.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201802/mom.csv -------------------------------------------------------------------------------- /sd201802/num.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201802/num.csv -------------------------------------------------------------------------------- /sd201803/annotation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201803/annotation.md -------------------------------------------------------------------------------- /sd201803/headings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201803/headings.md -------------------------------------------------------------------------------- /sd201803/item.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201803/item.md -------------------------------------------------------------------------------- /sd201803/table.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201803/table.md -------------------------------------------------------------------------------- /sd201804/img/10_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201804/img/10_black.png -------------------------------------------------------------------------------- /sd201804/img/11_steelblue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201804/img/11_steelblue.png -------------------------------------------------------------------------------- /sd201804/img/12_orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201804/img/12_orange.png -------------------------------------------------------------------------------- /sd201804/img/13_yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201804/img/13_yellow.png -------------------------------------------------------------------------------- /sd201804/img/14_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201804/img/14_blue.png -------------------------------------------------------------------------------- /sd201804/img/15_steelblue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201804/img/15_steelblue.png -------------------------------------------------------------------------------- /sd201804/img/16_steelblue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201804/img/16_steelblue.png -------------------------------------------------------------------------------- /sd201804/img/17_brown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201804/img/17_brown.png -------------------------------------------------------------------------------- /sd201804/img/18_orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201804/img/18_orange.png -------------------------------------------------------------------------------- /sd201804/img/19_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201804/img/19_red.png -------------------------------------------------------------------------------- /sd201804/img/1_purple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201804/img/1_purple.png -------------------------------------------------------------------------------- /sd201804/img/20_brown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201804/img/20_brown.png -------------------------------------------------------------------------------- /sd201804/img/21_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201804/img/21_red.png -------------------------------------------------------------------------------- /sd201804/img/22_yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201804/img/22_yellow.png -------------------------------------------------------------------------------- /sd201804/img/23_yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201804/img/23_yellow.png -------------------------------------------------------------------------------- /sd201804/img/24_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201804/img/24_red.png -------------------------------------------------------------------------------- /sd201804/img/25_steelblue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201804/img/25_steelblue.png -------------------------------------------------------------------------------- /sd201804/img/26_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201804/img/26_red.png -------------------------------------------------------------------------------- /sd201804/img/27_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201804/img/27_green.png -------------------------------------------------------------------------------- /sd201804/img/28_purple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201804/img/28_purple.png -------------------------------------------------------------------------------- /sd201804/img/29_steelblue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201804/img/29_steelblue.png -------------------------------------------------------------------------------- /sd201804/img/2_grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201804/img/2_grey.png -------------------------------------------------------------------------------- /sd201804/img/30_brown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201804/img/30_brown.png -------------------------------------------------------------------------------- /sd201804/img/31_brown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201804/img/31_brown.png -------------------------------------------------------------------------------- /sd201804/img/32_tomato.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201804/img/32_tomato.png -------------------------------------------------------------------------------- /sd201804/img/33_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201804/img/33_red.png -------------------------------------------------------------------------------- /sd201804/img/34_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201804/img/34_green.png -------------------------------------------------------------------------------- /sd201804/img/35_brown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201804/img/35_brown.png -------------------------------------------------------------------------------- /sd201804/img/36_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201804/img/36_red.png -------------------------------------------------------------------------------- /sd201804/img/37_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201804/img/37_blue.png -------------------------------------------------------------------------------- /sd201804/img/38_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201804/img/38_black.png -------------------------------------------------------------------------------- /sd201804/img/39_tomato.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201804/img/39_tomato.png -------------------------------------------------------------------------------- /sd201804/img/3_brown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201804/img/3_brown.png -------------------------------------------------------------------------------- /sd201804/img/40_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201804/img/40_green.png -------------------------------------------------------------------------------- /sd201804/img/41_grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201804/img/41_grey.png -------------------------------------------------------------------------------- /sd201804/img/42_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201804/img/42_red.png -------------------------------------------------------------------------------- /sd201804/img/43_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201804/img/43_green.png -------------------------------------------------------------------------------- /sd201804/img/44_yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201804/img/44_yellow.png -------------------------------------------------------------------------------- /sd201804/img/45_grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201804/img/45_grey.png -------------------------------------------------------------------------------- /sd201804/img/46_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201804/img/46_blue.png -------------------------------------------------------------------------------- /sd201804/img/47_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201804/img/47_black.png -------------------------------------------------------------------------------- /sd201804/img/48_yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201804/img/48_yellow.png -------------------------------------------------------------------------------- /sd201804/img/49_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201804/img/49_black.png -------------------------------------------------------------------------------- /sd201804/img/4_steelblue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201804/img/4_steelblue.png -------------------------------------------------------------------------------- /sd201804/img/50_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201804/img/50_blue.png -------------------------------------------------------------------------------- /sd201804/img/51_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201804/img/51_black.png -------------------------------------------------------------------------------- /sd201804/img/52_grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201804/img/52_grey.png -------------------------------------------------------------------------------- /sd201804/img/53_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201804/img/53_green.png -------------------------------------------------------------------------------- /sd201804/img/54_orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201804/img/54_orange.png -------------------------------------------------------------------------------- /sd201804/img/55_yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201804/img/55_yellow.png -------------------------------------------------------------------------------- /sd201804/img/56_orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201804/img/56_orange.png -------------------------------------------------------------------------------- /sd201804/img/57_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201804/img/57_red.png -------------------------------------------------------------------------------- /sd201804/img/58_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201804/img/58_white.png -------------------------------------------------------------------------------- /sd201804/img/59_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201804/img/59_black.png -------------------------------------------------------------------------------- /sd201804/img/5_yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201804/img/5_yellow.png -------------------------------------------------------------------------------- /sd201804/img/60_grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201804/img/60_grey.png -------------------------------------------------------------------------------- /sd201804/img/6_steelblue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201804/img/6_steelblue.png -------------------------------------------------------------------------------- /sd201804/img/7_orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201804/img/7_orange.png -------------------------------------------------------------------------------- /sd201804/img/8_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201804/img/8_white.png -------------------------------------------------------------------------------- /sd201804/img/9_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201804/img/9_green.png -------------------------------------------------------------------------------- /sd201804/img/image_generator.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201804/img/image_generator.bash -------------------------------------------------------------------------------- /sd201804/sites.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201804/sites.txt -------------------------------------------------------------------------------- /sd201805/fib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201805/fib.c -------------------------------------------------------------------------------- /sd201805/hoge.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201805/hoge.py -------------------------------------------------------------------------------- /sd201805/sample.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201805/sample.lisp -------------------------------------------------------------------------------- /sd201805/somecode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201805/somecode.c -------------------------------------------------------------------------------- /sd201807/const26.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201807/const26.txt -------------------------------------------------------------------------------- /sd201807/gijiroku.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201807/gijiroku.txt -------------------------------------------------------------------------------- /sd201807/iampen.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201807/iampen.txt -------------------------------------------------------------------------------- /sd201807/kanjinum.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201807/kanjinum.txt -------------------------------------------------------------------------------- /sd201808/a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201808/a -------------------------------------------------------------------------------- /sd201808/bash_description.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201808/bash_description.txt -------------------------------------------------------------------------------- /sd201808/diarydiary.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201808/diarydiary.txt -------------------------------------------------------------------------------- /sd201808/excel_hogan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201808/excel_hogan.txt -------------------------------------------------------------------------------- /sd201808/hoge: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201808/hoge -------------------------------------------------------------------------------- /sd201808/jouyou_kanji.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201808/jouyou_kanji.txt -------------------------------------------------------------------------------- /sd201808/sample_novel.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201808/sample_novel.txt -------------------------------------------------------------------------------- /sd201808/tmp.dvi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201808/tmp.dvi -------------------------------------------------------------------------------- /sd201808/tmp.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201808/tmp.log -------------------------------------------------------------------------------- /sd201808/tmp.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201808/tmp.tex -------------------------------------------------------------------------------- /sd201809/image_masked.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201809/image_masked.bmp -------------------------------------------------------------------------------- /sd201809/zeroone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201809/zeroone -------------------------------------------------------------------------------- /sd201810/bom.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201810/bom.txt -------------------------------------------------------------------------------- /sd201810/newline.txt.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201810/newline.txt.gz -------------------------------------------------------------------------------- /sd201810/nobom.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201810/nobom.txt -------------------------------------------------------------------------------- /sd201810/oct.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201810/oct.txt -------------------------------------------------------------------------------- /sd201811/devicelist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201811/devicelist.txt -------------------------------------------------------------------------------- /sd201811/measurement.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201811/measurement.txt -------------------------------------------------------------------------------- /sd201811/sales: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201811/sales -------------------------------------------------------------------------------- /sd201811/scores.txt: -------------------------------------------------------------------------------- 1 | 06 95 2 | 2 40 3 | 005 80 4 | 08 76 5 | -------------------------------------------------------------------------------- /sd201811/service_depend_list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201811/service_depend_list.txt -------------------------------------------------------------------------------- /sd201811/service_stop_weekday.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201811/service_stop_weekday.txt -------------------------------------------------------------------------------- /sd201811/stones_master: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201811/stones_master -------------------------------------------------------------------------------- /sd201811/students.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201811/students.txt -------------------------------------------------------------------------------- /sd201812/bytesplit_answer/image.bmp.01: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201812/bytesplit_answer/image.bmp.01 -------------------------------------------------------------------------------- /sd201812/bytesplit_answer/image.bmp.02: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201812/bytesplit_answer/image.bmp.02 -------------------------------------------------------------------------------- /sd201812/bytesplit_answer/image.bmp.03: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201812/bytesplit_answer/image.bmp.03 -------------------------------------------------------------------------------- /sd201812/bytesplit_answer/image.bmp.04: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201812/bytesplit_answer/image.bmp.04 -------------------------------------------------------------------------------- /sd201812/bytesplit_answer/image.bmp.05: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201812/bytesplit_answer/image.bmp.05 -------------------------------------------------------------------------------- /sd201812/bytesplit_answer/image.bmp.06: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201812/bytesplit_answer/image.bmp.06 -------------------------------------------------------------------------------- /sd201812/bytesplit_answer/image.bmp.07: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201812/bytesplit_answer/image.bmp.07 -------------------------------------------------------------------------------- /sd201812/bytesplit_answer/image.bmp.08: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201812/bytesplit_answer/image.bmp.08 -------------------------------------------------------------------------------- /sd201812/bytesplit_answer/image.bmp.09: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201812/bytesplit_answer/image.bmp.09 -------------------------------------------------------------------------------- /sd201812/bytesplit_answer/image.bmp.10: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201812/bytesplit_answer/image.bmp.10 -------------------------------------------------------------------------------- /sd201812/bytesplit_answer/image.bmp.11: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201812/bytesplit_answer/image.bmp.11 -------------------------------------------------------------------------------- /sd201812/bytesplit_answer/image.bmp.12: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201812/bytesplit_answer/image.bmp.12 -------------------------------------------------------------------------------- /sd201812/bytesplit_answer/image.bmp.13: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201812/bytesplit_answer/image.bmp.13 -------------------------------------------------------------------------------- /sd201812/dinner: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201812/dinner -------------------------------------------------------------------------------- /sd201812/fruits.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201812/fruits.json -------------------------------------------------------------------------------- /sd201812/image.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201812/image.bmp -------------------------------------------------------------------------------- /sd201812/list1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201812/list1 -------------------------------------------------------------------------------- /sd201812/list2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201812/list2 -------------------------------------------------------------------------------- /sd201812/土: -------------------------------------------------------------------------------- 1 | 20190105 焼肉 2 | -------------------------------------------------------------------------------- /sd201812/日: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201812/日 -------------------------------------------------------------------------------- /sd201812/月: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201812/月 -------------------------------------------------------------------------------- /sd201812/木: -------------------------------------------------------------------------------- 1 | 20190110 ミートボールスパ 2 | -------------------------------------------------------------------------------- /sd201812/水: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201812/水 -------------------------------------------------------------------------------- /sd201812/火: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201812/火 -------------------------------------------------------------------------------- /sd201812/金: -------------------------------------------------------------------------------- 1 | 20190111 ニシンのパイ 2 | -------------------------------------------------------------------------------- /sd201901/days.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201901/days.txt -------------------------------------------------------------------------------- /sd201901/kakeibo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201901/kakeibo.txt -------------------------------------------------------------------------------- /sd201902/dir1_strace: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201902/dir1_strace -------------------------------------------------------------------------------- /sd201902/dir2_strace: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201902/dir2_strace -------------------------------------------------------------------------------- /sd201902/words: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201902/words -------------------------------------------------------------------------------- /sd201903/fb.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201903/fb.bash -------------------------------------------------------------------------------- /sd201904/cardno: -------------------------------------------------------------------------------- 1 | 1234-5678-9012-3456 2 | -------------------------------------------------------------------------------- /sd201904/dirs/dir_a/file_1: -------------------------------------------------------------------------------- 1 | a 2 | -------------------------------------------------------------------------------- /sd201904/dirs/dir_a/file_2: -------------------------------------------------------------------------------- 1 | a 2 | -------------------------------------------------------------------------------- /sd201904/dirs/dir_b/dir_d/file_1: -------------------------------------------------------------------------------- 1 | a 2 | -------------------------------------------------------------------------------- /sd201904/dirs/dir_b/dir_e/file_1: -------------------------------------------------------------------------------- 1 | a 2 | -------------------------------------------------------------------------------- /sd201904/dirs/dir_b/dir_e/file_2: -------------------------------------------------------------------------------- 1 | a 2 | -------------------------------------------------------------------------------- /sd201904/dirs/dir_b/file_1: -------------------------------------------------------------------------------- 1 | a 2 | -------------------------------------------------------------------------------- /sd201904/dirs/dir_b/file_2: -------------------------------------------------------------------------------- 1 | b 2 | -------------------------------------------------------------------------------- /sd201904/dirs/dir_c/dir_f/dir_g/file_1: -------------------------------------------------------------------------------- 1 | b 2 | -------------------------------------------------------------------------------- /sd201904/dirs/dir_c/dir_f/file_1: -------------------------------------------------------------------------------- 1 | aaaa 2 | -------------------------------------------------------------------------------- /sd201904/dirs/dir_c/dir_f/file_2: -------------------------------------------------------------------------------- 1 | aaa 2 | -------------------------------------------------------------------------------- /sd201905/pipefail.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201905/pipefail.bash -------------------------------------------------------------------------------- /sd201907/browser.csv: -------------------------------------------------------------------------------- 1 | IE,Chrome,FireFox,Safari 2 | -------------------------------------------------------------------------------- /sd201907/data_U: -------------------------------------------------------------------------------- 1 | * A B 2 | X 4 2 3 | Y 3 1 4 | -------------------------------------------------------------------------------- /sd201907/data_V: -------------------------------------------------------------------------------- 1 | * A B C 2 | X 7 6 -1 3 | Y 9 8 -2 4 | -------------------------------------------------------------------------------- /sd201907/os.csv: -------------------------------------------------------------------------------- 1 | Windows,macOS,Linux 2 | -------------------------------------------------------------------------------- /sd201907/service.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201907/service.csv -------------------------------------------------------------------------------- /sd201907/user1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201907/user1 -------------------------------------------------------------------------------- /sd201907/user2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201907/user2 -------------------------------------------------------------------------------- /sd201907/user3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201907/user3 -------------------------------------------------------------------------------- /sd201907/user4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201907/user4 -------------------------------------------------------------------------------- /sd201908/mac_ls_new.txt: -------------------------------------------------------------------------------- 1 | ポンセ.txt 2 | パチョレック.txt 3 | -------------------------------------------------------------------------------- /sd201908/mac_ls_old.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201908/mac_ls_old.txt -------------------------------------------------------------------------------- /sd201908/soleil.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201908/soleil.bash -------------------------------------------------------------------------------- /sd201909/message.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201909/message.txt -------------------------------------------------------------------------------- /sd201909/this_is_it.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201909/this_is_it.txt -------------------------------------------------------------------------------- /sd201909/秘密の圧縮ファイル.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201909/秘密の圧縮ファイル.zip -------------------------------------------------------------------------------- /sd201910/sys/firmware/memmap/0/end: -------------------------------------------------------------------------------- 1 | 0x9fbff 2 | -------------------------------------------------------------------------------- /sd201910/sys/firmware/memmap/0/start: -------------------------------------------------------------------------------- 1 | 0x0 2 | -------------------------------------------------------------------------------- /sd201910/sys/firmware/memmap/0/type: -------------------------------------------------------------------------------- 1 | System RAM 2 | -------------------------------------------------------------------------------- /sd201910/sys/firmware/memmap/1/end: -------------------------------------------------------------------------------- 1 | 0x9ffff 2 | -------------------------------------------------------------------------------- /sd201910/sys/firmware/memmap/1/start: -------------------------------------------------------------------------------- 1 | 0x9fc00 2 | -------------------------------------------------------------------------------- /sd201910/sys/firmware/memmap/1/type: -------------------------------------------------------------------------------- 1 | Reserved 2 | -------------------------------------------------------------------------------- /sd201910/sys/firmware/memmap/2/end: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201910/sys/firmware/memmap/2/end -------------------------------------------------------------------------------- /sd201910/sys/firmware/memmap/2/start: -------------------------------------------------------------------------------- 1 | 0xf0000 2 | -------------------------------------------------------------------------------- /sd201910/sys/firmware/memmap/2/type: -------------------------------------------------------------------------------- 1 | Reserved 2 | -------------------------------------------------------------------------------- /sd201910/sys/firmware/memmap/3/end: -------------------------------------------------------------------------------- 1 | 0xbfff9fff 2 | -------------------------------------------------------------------------------- /sd201910/sys/firmware/memmap/3/start: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201910/sys/firmware/memmap/3/start -------------------------------------------------------------------------------- /sd201910/sys/firmware/memmap/3/type: -------------------------------------------------------------------------------- 1 | System RAM 2 | -------------------------------------------------------------------------------- /sd201910/sys/firmware/memmap/4/end: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201910/sys/firmware/memmap/4/end -------------------------------------------------------------------------------- /sd201910/sys/firmware/memmap/4/start: -------------------------------------------------------------------------------- 1 | 0xbfffa000 2 | -------------------------------------------------------------------------------- /sd201910/sys/firmware/memmap/4/type: -------------------------------------------------------------------------------- 1 | Reserved 2 | -------------------------------------------------------------------------------- /sd201910/sys/firmware/memmap/5/end: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201910/sys/firmware/memmap/5/end -------------------------------------------------------------------------------- /sd201910/sys/firmware/memmap/5/start: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201910/sys/firmware/memmap/5/start -------------------------------------------------------------------------------- /sd201910/sys/firmware/memmap/5/type: -------------------------------------------------------------------------------- 1 | Reserved 2 | -------------------------------------------------------------------------------- /sd201910/sys/firmware/memmap/6/end: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201910/sys/firmware/memmap/6/end -------------------------------------------------------------------------------- /sd201910/sys/firmware/memmap/6/start: -------------------------------------------------------------------------------- 1 | 0xfffc0000 2 | -------------------------------------------------------------------------------- /sd201910/sys/firmware/memmap/6/type: -------------------------------------------------------------------------------- 1 | Reserved 2 | -------------------------------------------------------------------------------- /sd201910/sys/firmware/memmap/7/end: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201910/sys/firmware/memmap/7/end -------------------------------------------------------------------------------- /sd201910/sys/firmware/memmap/7/start: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201910/sys/firmware/memmap/7/start -------------------------------------------------------------------------------- /sd201910/sys/firmware/memmap/7/type: -------------------------------------------------------------------------------- 1 | System RAM 2 | -------------------------------------------------------------------------------- /sd201910/sys/firmware/memmap/8/end: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201910/sys/firmware/memmap/8/end -------------------------------------------------------------------------------- /sd201910/sys/firmware/memmap/8/start: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201910/sys/firmware/memmap/8/start -------------------------------------------------------------------------------- /sd201910/sys/firmware/memmap/8/type: -------------------------------------------------------------------------------- 1 | Reserved 2 | -------------------------------------------------------------------------------- /sd201911/auth-log/auth.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201911/auth-log/auth.log -------------------------------------------------------------------------------- /sd201911/auth-log/auth.log.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201911/auth-log/auth.log.1 -------------------------------------------------------------------------------- /sd201911/auth-log/auth.log.2.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201911/auth-log/auth.log.2.gz -------------------------------------------------------------------------------- /sd201911/auth-log/auth.log.3.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201911/auth-log/auth.log.3.gz -------------------------------------------------------------------------------- /sd201911/auth-log/auth.log.4.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201911/auth-log/auth.log.4.gz -------------------------------------------------------------------------------- /sd201911/syslog.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201911/syslog.gz -------------------------------------------------------------------------------- /sd201911/top.log.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201911/top.log.gz -------------------------------------------------------------------------------- /sd201912/cards.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201912/cards.txt -------------------------------------------------------------------------------- /sd201912/diary.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201912/diary.txt -------------------------------------------------------------------------------- /sd201912/furigana.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201912/furigana.txt -------------------------------------------------------------------------------- /sd201912/kaibun.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd201912/kaibun.txt -------------------------------------------------------------------------------- /sd202001/data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd202001/data.csv -------------------------------------------------------------------------------- /sd202001/message.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd202001/message.txt -------------------------------------------------------------------------------- /sd202001/speech.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd202001/speech.txt -------------------------------------------------------------------------------- /sd202001/tate.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd202001/tate.txt -------------------------------------------------------------------------------- /sd202002/dir.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd202002/dir.tar.gz -------------------------------------------------------------------------------- /sd202002/tableinfo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd202002/tableinfo.txt -------------------------------------------------------------------------------- /sd202003/bunken.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd202003/bunken.txt -------------------------------------------------------------------------------- /sd202003/ctf-data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd202003/ctf-data -------------------------------------------------------------------------------- /sd202004/shiritori.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd202004/shiritori.txt -------------------------------------------------------------------------------- /sd202004/watch_log.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd202004/watch_log.json -------------------------------------------------------------------------------- /sd202004/word_to_num: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd202004/word_to_num -------------------------------------------------------------------------------- /sd202106/keikyu.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd202106/keikyu.xml -------------------------------------------------------------------------------- /sd202106/numbers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd202106/numbers -------------------------------------------------------------------------------- /sd202106/yamanashi.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/sd202106/yamanashi.txt -------------------------------------------------------------------------------- /vol.18/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.18/.DS_Store -------------------------------------------------------------------------------- /vol.18/Q1/text: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.18/Q1/text -------------------------------------------------------------------------------- /vol.18/Q2/a: -------------------------------------------------------------------------------- 1 | 谷保 2 | 鹿島田 3 | 分倍河原 4 | 川崎 5 | -------------------------------------------------------------------------------- /vol.18/Q2/b: -------------------------------------------------------------------------------- 1 | 分倍河原 2 | 谷保 3 | 登戸 4 | 南多摩 5 | -------------------------------------------------------------------------------- /vol.18/Q3/a: -------------------------------------------------------------------------------- 1 | 1 2 2 | 3 4 5 3 | -------------------------------------------------------------------------------- /vol.18/Q3/b: -------------------------------------------------------------------------------- 1 | 1 2 3 2 | 3 | -------------------------------------------------------------------------------- /vol.18/Q3/c: -------------------------------------------------------------------------------- 1 | 7 2 | 8 3 | 9 4 | -------------------------------------------------------------------------------- /vol.18/Q4/cross: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.18/Q4/cross -------------------------------------------------------------------------------- /vol.18/Q5/text: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.18/Q5/text -------------------------------------------------------------------------------- /vol.18/Q6/chess.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.18/Q6/chess.png -------------------------------------------------------------------------------- /vol.18/Q7/chinese_characters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.18/Q7/chinese_characters -------------------------------------------------------------------------------- /vol.18/Q8/number: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.18/Q8/number -------------------------------------------------------------------------------- /vol.19/Q4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.19/Q4 -------------------------------------------------------------------------------- /vol.19/Q6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.19/Q6 -------------------------------------------------------------------------------- /vol.19/a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.19/a -------------------------------------------------------------------------------- /vol.19/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.19/image.png -------------------------------------------------------------------------------- /vol.19/img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.19/img.png -------------------------------------------------------------------------------- /vol.19/rimg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.19/rimg.png -------------------------------------------------------------------------------- /vol.20/Q1/file_A-1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.20/Q1/file_A-1 -------------------------------------------------------------------------------- /vol.20/Q1/file_A-2: -------------------------------------------------------------------------------- 1 | 11 2 | 35 3 | 21 4 | 5 5 | 7 6 | 8888 7 | -------------------------------------------------------------------------------- /vol.20/Q1/file_B-1: -------------------------------------------------------------------------------- 1 | -32 2 | 12 3 | 46 4 | 7777 5 | 9 6 | -------------------------------------------------------------------------------- /vol.20/Q1/file_B-2: -------------------------------------------------------------------------------- 1 | 912 2 | 3 3 | 5 4 | 9912 5 | 4488 6 | -------------------------------------------------------------------------------- /vol.20/Q3: -------------------------------------------------------------------------------- 1 | 1 2 | 4 3 | 2 4 | 9 5 | 5 6 | 8 7 | -------------------------------------------------------------------------------- /vol.20/Q6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.20/Q6 -------------------------------------------------------------------------------- /vol.20/Q8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.20/Q8 -------------------------------------------------------------------------------- /vol.21/Q1/a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.21/Q1/a -------------------------------------------------------------------------------- /vol.21/Q1/bba.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.21/Q1/bba.pdf -------------------------------------------------------------------------------- /vol.21/Q2/anydata.cp932: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.21/Q2/anydata.cp932 -------------------------------------------------------------------------------- /vol.21/Q4/data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.21/Q4/data -------------------------------------------------------------------------------- /vol.21/Q4/newdata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.21/Q4/newdata -------------------------------------------------------------------------------- /vol.21/Q5/a.bash: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | echo Hell 4 | -------------------------------------------------------------------------------- /vol.21/Q5/b.bash: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | ls ˜/ 4 | -------------------------------------------------------------------------------- /vol.21/Q6/extended: -------------------------------------------------------------------------------- 1 | a+h{5}(ho){10}[0-9]+ 2 | -------------------------------------------------------------------------------- /vol.21/Q7/text: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.21/Q7/text -------------------------------------------------------------------------------- /vol.21/Q8/1350369599.Vfc03I4682c8M940114.remote: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.21/Q8/1350369599.Vfc03I4682c8M940114.remote -------------------------------------------------------------------------------- /vol.21/Q8/a.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.21/Q8/a.jpg -------------------------------------------------------------------------------- /vol.22/Q1/a: -------------------------------------------------------------------------------- 1 | 1 2 | 3 3 | 4 4 | 1 5 | 6 6 | 6 7 | 8 8 | 2 9 | -------------------------------------------------------------------------------- /vol.22/Q1/b: -------------------------------------------------------------------------------- 1 | 3.4 2 | 13 3 | 4242 4 | -4 5 | -5 6 | -------------------------------------------------------------------------------- /vol.22/Q3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.22/Q3 -------------------------------------------------------------------------------- /vol.22/Q3.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.22/Q3.ans -------------------------------------------------------------------------------- /vol.22/Q4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.22/Q4 -------------------------------------------------------------------------------- /vol.22/Q5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.22/Q5 -------------------------------------------------------------------------------- /vol.22/Q6_1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.22/Q6_1 -------------------------------------------------------------------------------- /vol.22/Q6_2: -------------------------------------------------------------------------------- 1 | X 駄馬の首 2 | Y 人間 3 | Z 死相 4 | -------------------------------------------------------------------------------- /vol.22/Q7: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vol.22/Q8.ans.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.22/Q8.ans.cc -------------------------------------------------------------------------------- /vol.22/Q8.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.22/Q8.cc -------------------------------------------------------------------------------- /vol.23/OSAKA/hittakuri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.23/OSAKA/hittakuri -------------------------------------------------------------------------------- /vol.23/OSAKA/population_h27sep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.23/OSAKA/population_h27sep -------------------------------------------------------------------------------- /vol.23/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.23/README.md -------------------------------------------------------------------------------- /vol.23/TYPHOON/landing.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.23/TYPHOON/landing.csv -------------------------------------------------------------------------------- /vol.23/TYPHOON/monthly_typhoon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.23/TYPHOON/monthly_typhoon -------------------------------------------------------------------------------- /vol.24/Q1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.24/Q1 -------------------------------------------------------------------------------- /vol.24/Q2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.24/Q2 -------------------------------------------------------------------------------- /vol.24/Q3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.24/Q3 -------------------------------------------------------------------------------- /vol.24/Q4/Q4.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.24/Q4/Q4.xlsx -------------------------------------------------------------------------------- /vol.24/Q5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.24/Q5 -------------------------------------------------------------------------------- /vol.24/Q6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.24/Q6 -------------------------------------------------------------------------------- /vol.25/crypt: -------------------------------------------------------------------------------- 1 | b730a730eb30b8820a00 2 | -------------------------------------------------------------------------------- /vol.26/20141019OSC_LT.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.26/20141019OSC_LT.pptx -------------------------------------------------------------------------------- /vol.26/certificate.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.26/certificate.docx -------------------------------------------------------------------------------- /vol.26/graph.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.26/graph.xlsx -------------------------------------------------------------------------------- /vol.26/hanshin.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.26/hanshin.xlsx -------------------------------------------------------------------------------- /vol.26/list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.26/list.txt -------------------------------------------------------------------------------- /vol.26/template.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.26/template.pptx -------------------------------------------------------------------------------- /vol.27/aho.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.27/aho.cc -------------------------------------------------------------------------------- /vol.28/contents.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.28/contents.tex -------------------------------------------------------------------------------- /vol.29/attend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.29/attend -------------------------------------------------------------------------------- /vol.29/attend6: -------------------------------------------------------------------------------- 1 | 001,005,003 2 | -------------------------------------------------------------------------------- /vol.29/kadai1: -------------------------------------------------------------------------------- 1 | 001 山田 20 2 | 002 出川 30 3 | 005 鳥海 44 4 | -------------------------------------------------------------------------------- /vol.29/kadai2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.29/kadai2 -------------------------------------------------------------------------------- /vol.29/nyaan.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.29/nyaan.html -------------------------------------------------------------------------------- /vol.29/prime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.29/prime -------------------------------------------------------------------------------- /vol.29/shellgei: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.29/shellgei -------------------------------------------------------------------------------- /vol.29/test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.29/test -------------------------------------------------------------------------------- /vol.29/triangle: -------------------------------------------------------------------------------- 1 | 1 2 | 3 9 3 | 7 a 6 4 | 8 4 2 5 5 | -------------------------------------------------------------------------------- /vol.30/alphabet: -------------------------------------------------------------------------------- 1 | a-g 2 | e-q 3 | z-v 4 | r-y 5 | -------------------------------------------------------------------------------- /vol.30/complex: -------------------------------------------------------------------------------- 1 | 1 + 4*i 2 | 3 - 2*i 3 | -------------------------------------------------------------------------------- /vol.30/list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.30/list -------------------------------------------------------------------------------- /vol.30/list.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.30/list.html -------------------------------------------------------------------------------- /vol.30/nums: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.30/nums -------------------------------------------------------------------------------- /vol.30/posts/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.30/posts/.DS_Store -------------------------------------------------------------------------------- /vol.30/posts/20170806_check_of_webhook/main.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.30/posts/20170806_check_of_webhook/main.md -------------------------------------------------------------------------------- /vol.30/posts/20170810_negi/green_negi.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.30/posts/20170810_negi/green_negi.jpg -------------------------------------------------------------------------------- /vol.30/posts/20170810_negi/main.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.30/posts/20170810_negi/main.md -------------------------------------------------------------------------------- /vol.30/posts/20170810_negi/white_negi.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.30/posts/20170810_negi/white_negi.jpg -------------------------------------------------------------------------------- /vol.30/posts/20170810_negi/ねぎ.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.30/posts/20170810_negi/ねぎ.pdf -------------------------------------------------------------------------------- /vol.30/posts/20170810_negistagram/main.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.30/posts/20170810_negistagram/main.md -------------------------------------------------------------------------------- /vol.30/posts/20170812_work: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.30/posts/20170812_work -------------------------------------------------------------------------------- /vol.30/posts/20170812_working/main.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.30/posts/20170812_working/main.md -------------------------------------------------------------------------------- /vol.30/posts/20170814_layout/main.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.30/posts/20170814_layout/main.md -------------------------------------------------------------------------------- /vol.30/posts/20170818_bash/main.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.30/posts/20170818_bash/main.md -------------------------------------------------------------------------------- /vol.30/posts/20170820_bootstrap/main.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.30/posts/20170820_bootstrap/main.md -------------------------------------------------------------------------------- /vol.30/posts/20170820_injection/main.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.30/posts/20170820_injection/main.md -------------------------------------------------------------------------------- /vol.30/posts/template/main.md: -------------------------------------------------------------------------------- 1 | --- 2 | Keywords: 3 | Copyright: (C) 2017 Ryuichi Ueda 4 | --- 5 | 6 | # title 7 | 8 | Write contents here. 9 | -------------------------------------------------------------------------------- /vol.30/url.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.30/url.html -------------------------------------------------------------------------------- /vol.31/indent.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.31/indent.txt -------------------------------------------------------------------------------- /vol.31/num.ans.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.31/num.ans.txt -------------------------------------------------------------------------------- /vol.31/num.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.31/num.txt -------------------------------------------------------------------------------- /vol.31/periodic_table.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.31/periodic_table.csv -------------------------------------------------------------------------------- /vol.31/pt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.31/pt.png -------------------------------------------------------------------------------- /vol.31/sd.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.31/sd.txt -------------------------------------------------------------------------------- /vol.32/image.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.32/image.txt -------------------------------------------------------------------------------- /vol.32/japanese.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.32/japanese.txt -------------------------------------------------------------------------------- /vol.32/nums.txt: -------------------------------------------------------------------------------- 1 | 136 2 | 725 3 | 948 4 | -------------------------------------------------------------------------------- /vol.32/nums2.txt: -------------------------------------------------------------------------------- 1 | 14679 2 | -------------------------------------------------------------------------------- /vol.32/umlaut.txt: -------------------------------------------------------------------------------- 1 | wäschst wash 山田x Schrödinger 2 | y上田 Ö アイウエオ unko 3 | Übel Ärztin hoge カキクケコ aho!! 4 | -------------------------------------------------------------------------------- /vol.33/kiken/a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.33/kiken/a -------------------------------------------------------------------------------- /vol.33/kiken/b: -------------------------------------------------------------------------------- 1 | 2017/01/26 2 | -------------------------------------------------------------------------------- /vol.33/kiken/c: -------------------------------------------------------------------------------- 1 | ~ 2 | -------------------------------------------------------------------------------- /vol.33/kiken/d: -------------------------------------------------------------------------------- 1 | - 2 | -------------------------------------------------------------------------------- /vol.33/kiken/e: -------------------------------------------------------------------------------- 1 | -- 2 | -------------------------------------------------------------------------------- /vol.33/yabai/ : -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vol.33/yabai/ : -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vol.33/yabai/ : -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vol.35/a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.35/a -------------------------------------------------------------------------------- /vol.35/data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.35/data -------------------------------------------------------------------------------- /vol.35/herohero: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.35/herohero -------------------------------------------------------------------------------- /vol.35/shameful.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.35/shameful.docx -------------------------------------------------------------------------------- /vol.35/shameful.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.35/shameful.pdf -------------------------------------------------------------------------------- /vol.36/tanzaku: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.36/tanzaku -------------------------------------------------------------------------------- /vol.36/text: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.36/text -------------------------------------------------------------------------------- /vol.36/welcome.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.36/welcome.txt -------------------------------------------------------------------------------- /vol.36/worst/1-B.doc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vol.36/worst/1A.doc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vol.36/worst/3年D組.doc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vol.36/worst/3年C組.doc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vol.36/worst/4年a組.doc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vol.36/worst/5年A組.doc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vol.36/worst/1ーC.doc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vol.36/worst/1ーD.doc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vol.36/worst/1年E組.doc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vol.36/worst/3年A組.doc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vol.36/worst/3年B組.doc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vol.36/worst/4年B組.doc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vol.36/worst/4年C組.doc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vol.38/edo: -------------------------------------------------------------------------------- 1 | 元禄 2 | 安政 3 | 元和 4 | 享保 5 | -------------------------------------------------------------------------------- /vol.38/myoho_shinji.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.38/myoho_shinji.txt -------------------------------------------------------------------------------- /vol.38/仏説摩訶般若波羅蜜多心経: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.38/仏説摩訶般若波羅蜜多心経 -------------------------------------------------------------------------------- /vol.38/法華経: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.38/法華経 -------------------------------------------------------------------------------- /vol.38/重複: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.38/重複 -------------------------------------------------------------------------------- /vol.39/ans.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.39/ans.md -------------------------------------------------------------------------------- /vol.39/attendee.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.39/attendee.md -------------------------------------------------------------------------------- /vol.39/b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.39/b -------------------------------------------------------------------------------- /vol.39/table.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.39/table.md -------------------------------------------------------------------------------- /vol.39/wrong.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.39/wrong.md -------------------------------------------------------------------------------- /vol.39/yabatanien: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.39/yabatanien -------------------------------------------------------------------------------- /vol.39/群馬県高崎市市章.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.39/群馬県高崎市市章.svg -------------------------------------------------------------------------------- /vol.40/KPS9566-ISO2022KR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.40/KPS9566-ISO2022KR -------------------------------------------------------------------------------- /vol.40/name: -------------------------------------------------------------------------------- 1 | $h$k1. -------------------------------------------------------------------------------- /vol.41/eto: -------------------------------------------------------------------------------- 1 | 子丑寅卯辰巳午未申酉戌亥 2 | -------------------------------------------------------------------------------- /vol.41/eto_yomi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.41/eto_yomi -------------------------------------------------------------------------------- /vol.41/excel: -------------------------------------------------------------------------------- 1 | 114514 B 2 | 593195 AA 3 | 1192296 CEZ 4 | 4120 TZ 5 | 999 QQQ 6 | -------------------------------------------------------------------------------- /vol.41/gagigugego: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.41/gagigugego -------------------------------------------------------------------------------- /vol.41/hoge: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.41/hoge -------------------------------------------------------------------------------- /vol.41/indent: -------------------------------------------------------------------------------- 1 | 5 fff 2 | 1 aaa 3 | 4 eee 4 | 2 bbb 5 | 3 ccc 6 | -------------------------------------------------------------------------------- /vol.41/kim_calc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.41/kim_calc -------------------------------------------------------------------------------- /vol.41/nums: -------------------------------------------------------------------------------- 1 | 5.4 2 | 0.34 3 | 2.3 4 | 0.9 5 | 6 6 | -------------------------------------------------------------------------------- /vol.41/roman: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.41/roman -------------------------------------------------------------------------------- /vol.41/size: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.41/size -------------------------------------------------------------------------------- /vol.41/sjis: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.41/sjis -------------------------------------------------------------------------------- /vol.42/oji: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.42/oji -------------------------------------------------------------------------------- /vol.43/nums: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.43/nums -------------------------------------------------------------------------------- /vol.44/a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.44/a -------------------------------------------------------------------------------- /vol.44/b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.44/b -------------------------------------------------------------------------------- /vol.44/c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.44/c -------------------------------------------------------------------------------- /vol.44/message: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.44/message -------------------------------------------------------------------------------- /vol.44/speech: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.44/speech -------------------------------------------------------------------------------- /vol.44/speech2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.44/speech2 -------------------------------------------------------------------------------- /vol.44/sudoku: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.44/sudoku -------------------------------------------------------------------------------- /vol.45/data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.45/data.csv -------------------------------------------------------------------------------- /vol.45/flags_a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.45/flags_a -------------------------------------------------------------------------------- /vol.45/flags_b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.45/flags_b -------------------------------------------------------------------------------- /vol.45/message: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.45/message -------------------------------------------------------------------------------- /vol.45/message.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.45/message.ans -------------------------------------------------------------------------------- /vol.45/nabe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.45/nabe -------------------------------------------------------------------------------- /vol.46/data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.46/data -------------------------------------------------------------------------------- /vol.46/data2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.46/data2 -------------------------------------------------------------------------------- /vol.46/isbn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.46/isbn -------------------------------------------------------------------------------- /vol.46/matrix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.46/matrix -------------------------------------------------------------------------------- /vol.47/emojiterminal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.47/emojiterminal.png -------------------------------------------------------------------------------- /vol.47/guruguru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.47/guruguru -------------------------------------------------------------------------------- /vol.47/noguruguru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.47/noguruguru -------------------------------------------------------------------------------- /vol.47/nums: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.47/nums -------------------------------------------------------------------------------- /vol.47/spaces: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.47/spaces -------------------------------------------------------------------------------- /vol.47/unko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.47/unko -------------------------------------------------------------------------------- /vol.47/upopoi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.47/upopoi -------------------------------------------------------------------------------- /vol.49/unko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.49/unko -------------------------------------------------------------------------------- /vol.50/un.txt.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.50/un.txt.gz -------------------------------------------------------------------------------- /vol.51/message: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.51/message -------------------------------------------------------------------------------- /vol.51/pepo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.51/pepo -------------------------------------------------------------------------------- /vol.51/q2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.51/q2 -------------------------------------------------------------------------------- /vol.52/aho.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.52/aho.html -------------------------------------------------------------------------------- /vol.52/annotation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.52/annotation.md -------------------------------------------------------------------------------- /vol.52/big_dipper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.52/big_dipper -------------------------------------------------------------------------------- /vol.52/chiki: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.52/chiki -------------------------------------------------------------------------------- /vol.52/contents.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.52/contents.tex -------------------------------------------------------------------------------- /vol.52/dekiru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.52/dekiru -------------------------------------------------------------------------------- /vol.52/updown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.52/updown -------------------------------------------------------------------------------- /vol.53/a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.53/a -------------------------------------------------------------------------------- /vol.53/frac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.53/frac -------------------------------------------------------------------------------- /vol.53/hoge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.53/hoge.png -------------------------------------------------------------------------------- /vol.53/koch_rule.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.53/koch_rule.png -------------------------------------------------------------------------------- /vol.53/nums: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.53/nums -------------------------------------------------------------------------------- /vol.53/triangle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.53/triangle -------------------------------------------------------------------------------- /vol.54/human.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.54/human.txt -------------------------------------------------------------------------------- /vol.54/jugem.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.54/jugem.txt -------------------------------------------------------------------------------- /vol.54/kouun.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.54/kouun.txt -------------------------------------------------------------------------------- /vol.54/nejineji.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.54/nejineji.txt -------------------------------------------------------------------------------- /vol.54/oraora.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.54/oraora.txt -------------------------------------------------------------------------------- /vol.54/yoko.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.54/yoko.txt -------------------------------------------------------------------------------- /vol.55/words: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.55/words -------------------------------------------------------------------------------- /vol.56/house.pgm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.56/house.pgm -------------------------------------------------------------------------------- /vol.56/house_s.pgm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.56/house_s.pgm -------------------------------------------------------------------------------- /vol.56/kebab.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.56/kebab.txt -------------------------------------------------------------------------------- /vol.56/rakuda.ans.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.56/rakuda.ans.txt -------------------------------------------------------------------------------- /vol.56/rakuda.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.56/rakuda.txt -------------------------------------------------------------------------------- /vol.56/red.ans.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.56/red.ans.txt -------------------------------------------------------------------------------- /vol.56/red.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.56/red.txt -------------------------------------------------------------------------------- /vol.56/ros_log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.56/ros_log -------------------------------------------------------------------------------- /vol.57/hongkong: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.57/hongkong -------------------------------------------------------------------------------- /vol.57/kanji: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.57/kanji -------------------------------------------------------------------------------- /vol.57/kanji2: -------------------------------------------------------------------------------- 1 | 寫眞 2 | 星圖 3 | 學校 4 | 鐵道 5 | 鐵砲彈 6 | 燈臺 7 | 兩腕 8 | -------------------------------------------------------------------------------- /vol.57/reiwa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.57/reiwa -------------------------------------------------------------------------------- /vol.58/.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.58/.gitattributes -------------------------------------------------------------------------------- /vol.58/file1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.58/file1 -------------------------------------------------------------------------------- /vol.58/file2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.58/file2 -------------------------------------------------------------------------------- /vol.58/memo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.58/memo -------------------------------------------------------------------------------- /vol.58/nums.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.58/nums.gz -------------------------------------------------------------------------------- /vol.58/putin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.58/putin -------------------------------------------------------------------------------- /vol.59/2020.tar.bz2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.59/2020.tar.bz2 -------------------------------------------------------------------------------- /vol.59/2020_mini.tar.bz2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.59/2020_mini.tar.bz2 -------------------------------------------------------------------------------- /vol.59/nums.gz: -------------------------------------------------------------------------------- 1 | ../vol.58/nums.gz -------------------------------------------------------------------------------- /vol.60/danger: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.60/danger -------------------------------------------------------------------------------- /vol.61/coin: -------------------------------------------------------------------------------- 1 | 表裏表表 2 | -------------------------------------------------------------------------------- /vol.61/data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.61/data -------------------------------------------------------------------------------- /vol.61/file1: -------------------------------------------------------------------------------- 1 | abc 2 | def 3 | ほげ 4 | -------------------------------------------------------------------------------- /vol.61/file2: -------------------------------------------------------------------------------- 1 | ijk 2 | lmn 3 | opqr 4 | -------------------------------------------------------------------------------- /vol.61/file3: -------------------------------------------------------------------------------- 1 | stuvwxyz 2 | -------------------------------------------------------------------------------- /vol.61/hoge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.61/hoge.png -------------------------------------------------------------------------------- /vol.61/inout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.61/inout -------------------------------------------------------------------------------- /vol.61/nums: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.61/nums -------------------------------------------------------------------------------- /vol.61/nums2: -------------------------------------------------------------------------------- 1 | 12423285230975943 2 | -------------------------------------------------------------------------------- /vol.61/nums3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.61/nums3 -------------------------------------------------------------------------------- /vol.61/prior: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.61/prior -------------------------------------------------------------------------------- /vol.61/prior_ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.61/prior_ans -------------------------------------------------------------------------------- /vol.62/img/img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.62/img/img1.png -------------------------------------------------------------------------------- /vol.62/img/img2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.62/img/img2.png -------------------------------------------------------------------------------- /vol.62/img/img3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.62/img/img3.png -------------------------------------------------------------------------------- /vol.62/img/img4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.62/img/img4.png -------------------------------------------------------------------------------- /vol.62/message.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.62/message.pptx -------------------------------------------------------------------------------- /vol.62/nanika_data.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.62/nanika_data.tar -------------------------------------------------------------------------------- /vol.62/program.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.62/program.png -------------------------------------------------------------------------------- /vol.62/たーぼーる/10周年.txt: -------------------------------------------------------------------------------- 1 | 記念なので 2 | -------------------------------------------------------------------------------- /vol.62/たーぼーる/うんこ.txt: -------------------------------------------------------------------------------- 1 | 贈呈 2 | -------------------------------------------------------------------------------- /vol.62/たーぼーる/シェル芸.txt: -------------------------------------------------------------------------------- 1 | 勉強会 2 | -------------------------------------------------------------------------------- /vol.63/genkou.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.63/genkou.tex -------------------------------------------------------------------------------- /vol.63/reversi.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.63/reversi.txt -------------------------------------------------------------------------------- /vol.63/tonnan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.63/tonnan.txt -------------------------------------------------------------------------------- /vol.64/mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.64/mat -------------------------------------------------------------------------------- /vol.64/mat_asyn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.64/mat_asyn -------------------------------------------------------------------------------- /vol.64/mean.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.64/mean.1 -------------------------------------------------------------------------------- /vol.64/nums.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.64/nums.0 -------------------------------------------------------------------------------- /vol.64/nums.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.64/nums.1 -------------------------------------------------------------------------------- /vol.64/reply.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.64/reply.txt -------------------------------------------------------------------------------- /vol.65/eeeeee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.65/eeeeee -------------------------------------------------------------------------------- /vol.65/input: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.65/input -------------------------------------------------------------------------------- /vol.65/kim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.65/kim -------------------------------------------------------------------------------- /vol.65/symbols: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.65/symbols -------------------------------------------------------------------------------- /vol.65/words: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.65/words -------------------------------------------------------------------------------- /vol.67/hoge.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.67/hoge.c -------------------------------------------------------------------------------- /vol.67/shogi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.67/shogi -------------------------------------------------------------------------------- /vol.68/data: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vol.68/gnome.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.68/gnome.txt -------------------------------------------------------------------------------- /vol.68/journal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.68/journal.txt -------------------------------------------------------------------------------- /vol.68/words.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.68/words.txt -------------------------------------------------------------------------------- /vol.68/words2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.68/words2.txt -------------------------------------------------------------------------------- /vol.68/words3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.68/words3.txt -------------------------------------------------------------------------------- /vol.70/conditional.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.70/conditional.rs -------------------------------------------------------------------------------- /vol.70/haiku: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.70/haiku -------------------------------------------------------------------------------- /vol.70/q5_ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.70/q5_ans -------------------------------------------------------------------------------- /vol.71/area: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.71/area -------------------------------------------------------------------------------- /vol.71/cure.bkup/cure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.71/cure.bkup/cure -------------------------------------------------------------------------------- /vol.71/cure.bkup/fuge/cure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.71/cure.bkup/fuge/cure -------------------------------------------------------------------------------- /vol.71/cure.bkup/fuge/moge/shigeru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.71/cure.bkup/fuge/moge/shigeru -------------------------------------------------------------------------------- /vol.71/cure/cure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.71/cure/cure -------------------------------------------------------------------------------- /vol.71/cure/fuge/cure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.71/cure/fuge/cure -------------------------------------------------------------------------------- /vol.71/cure/fuge/moge/shigeru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryuichiueda/ShellGeiData/HEAD/vol.71/cure/fuge/moge/shigeru -------------------------------------------------------------------------------- /vol.71/file_a: -------------------------------------------------------------------------------- 1 | こジすイネクーーてい -------------------------------------------------------------------------------- /vol.71/file_b: -------------------------------------------------------------------------------- 1 | ペ閲際タトプーにだ -------------------------------------------------------------------------------- /vol.71/file_c: -------------------------------------------------------------------------------- 1 | のをるンッスラドく -------------------------------------------------------------------------------- /vol.71/file_d: -------------------------------------------------------------------------------- 1 | ー覧はーエロモしさ -------------------------------------------------------------------------------- /vol.71/tohoku: -------------------------------------------------------------------------------- 1 | 仙台 2 | 新青森 3 | 盛岡 4 | 東京 5 | 郡山 6 | --------------------------------------------------------------------------------