diff --git a/odin_data.py b/odin_data.py new file mode 100644 index 0000000000000000000000000000000000000000..fa7f8a74620cac4534719918e1cc03b5ba5cb599 --- /dev/null +++ b/odin_data.py @@ -0,0 +1,172 @@ +# Copyright 2023 The HuggingFace Datasets Authors and +# the current dataset script contributor. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +"""HF datasets wrapper for the SIGMORPHON-2023 IGT shared task data (open track)""" + +import datasets + +# flake8: noqa +from .odin_languages import _ALL_LANGS + +_ALL_CONFIGS = [lang for lang in _ALL_LANGS] + ["all"] + +_DESCRIPTION = "" +_CITATION = "" +_HOMEPAGE_URL = "https://github.com/sigmorphon/2023glossingST" + +# hard-code to use open track +_DATA_URL = "odin_raw/{shortname}.txt" + + +class GlossConfig(datasets.BuilderConfig): + def __init__(self, name, **kwargs): + super().__init__(name=name, version=datasets.Version("0.0.0", ""), **kwargs) + + +class Gloss(datasets.GeneratorBasedBuilder): + BUILDER_CONFIGS = [GlossConfig(name) for name in _ALL_CONFIGS] + + def _info(self): + # langs = _ALL_CONFIGS + features = datasets.Features( + { + "transcription": datasets.Value("string"), + "language": datasets.Value("string"), + "underlying": datasets.Value("string"), + "gloss": datasets.Value("string"), + "translation": datasets.Value("string"), + } + ) + + return datasets.DatasetInfo( + description=_DESCRIPTION, + features=features, + homepage=_HOMEPAGE_URL, + citation=_CITATION, + task_templates=None, + ) + + def _split_generators(self, dl_manager): + splits = ["train"] + + if self.config.name == "all": + data_urls = { + split: [ + _DATA_URL.format( + longname=_ALL_LANGS[lang], shortname=lang, split=split + ) + for lang in _ALL_LANGS + ] + for split in splits + } + else: + data_urls = { + split: [ + _DATA_URL.format( + longname=_ALL_LANGS[self.config.name], + shortname=self.config.name, + split=split, + ) + ] + for split in splits + } + + text_paths = dl_manager.download(data_urls) + + return [ + datasets.SplitGenerator( + name=datasets.Split.TRAIN, + gen_kwargs={ + "text_paths": text_paths.get("train"), + }, + ), + # datasets.SplitGenerator( + # name=datasets.Split.VALIDATION, + # gen_kwargs={ + # "text_paths": text_paths.get("dev"), + # }, + # ), + ] + + def _get_data(self, lang, transcription, segmentation, glosses, translation): + return { + "language": lang, + "transcription": transcription, + "underlying": segmentation, + "gloss": glosses, + "translation": translation, + } + + def _generate_examples(self, text_paths): + key = 0 + + if self.config.name == "all": + langs = _ALL_LANGS + else: + langs = [self.config.name] + + for text_path, lang in zip(text_paths, langs): + with open(text_path, encoding="utf-8") as file: + current_entry = [None, None, None, None] # transc, segm, gloss, transl + + for line in file: + # Determine the type of line + # If we see a type that has already been filled for the current + # entry, something is wrong + line_prefix = line[:2] + if line_prefix == "\\t" and current_entry[0] is None: + current_entry[0] = line[3:].strip() + elif line_prefix == "\\m" and current_entry[1] is None: + current_entry[1] = line[3:].strip() + elif line_prefix == "\\g" and current_entry[2] is None: + if len(line[3:].strip()) > 0: + current_entry[2] = line[3:].strip() + elif line_prefix == "\\l" and current_entry[3] is None: + current_entry[3] = line[3:].strip() + # Once we have the translation, we've reached the end and can + # save this entry + yield key, self._get_data( + lang=_ALL_LANGS[lang], + transcription=current_entry[0], + segmentation=current_entry[1], + glosses=current_entry[2], + translation=current_entry[3], + ) + key += 1 + current_entry = [None, None, None, None] + elif line.strip() != "": + # Something went wrong + # print("Skipping line: ", line) + pass + else: + if not current_entry == [None, None, None, None]: + yield key, self._get_data( + lang=_ALL_LANGS[lang], + transcription=current_entry[0], + segmentation=current_entry[1], + glosses=current_entry[2], + translation=None, + ) + key += 1 + current_entry = [None, None, None, None] + # Might have one extra line at the end + if not current_entry == [None, None, None, None]: + yield key, self._get_data( + lang=_ALL_LANGS[lang], + transcription=current_entry[0], + segmentation=current_entry[1], + glosses=current_entry[2], + translation=None, + ) + key += 1 diff --git a/odin_languages.py b/odin_languages.py new file mode 100644 index 0000000000000000000000000000000000000000..7b3ac685fbaad0207bfdaa69ed2ca2f42d015a30 --- /dev/null +++ b/odin_languages.py @@ -0,0 +1,975 @@ +_ALL_LANGS = { + "bav": "Vengo", + "acf": "Saint Lucian Creole French", + "frp": "Arpitan", + "sea": "Semai", + "atv-alt": "Northern Altai", + "csh": "Asho Chin", + "ddo": "Tsez", + "ukr": "Ukrainian", + "skd": "Southern Sierra Miwok", + "pej": "Northern Pomo", + "cjo-cpy": "Ash\u00e9ninka Pajonal", + "bfu": "Bunan", + "poi": "Highland Popoluca", + "shp": "Shipibo-Conibo", + "nyt": "Nyawaygi", + "zav": "Yatzachi Zapotec", + "kut": "Kutenai", + "rap": "Rapanui", + "ndh": "Ndali", + "jup": "Hup", + "cok-crn": "Santa Teresa Cora", + "neb": "Toura (C\u00f4te d'Ivoire)", + "bho": "Bhojpuri", + "kiu": "Kirmanjki", + "nas": "Naasioi", + "tnc": "Tanimuca-Retuar\u00e3", + "wsk": "Waskia", + "tow": "Towa", + "hsb": "Upper Sorbian", + "rmb": "Rembarrnga", + "bee": "Byangsi", + "orh": "Oroqen", + "nlg": "Gela", + "kdr": "Karaim", + "tby": "Tabaru", + "tae": "Tariana", + "der": "Deori", + "peg": "Pengo", + "cap": "Chipaya", + "faa": "Fasu", + "ykg-yu": "Northern Yukaghir", + "kvw": "Wersing", + "smo": "Samoan", + "kor": "Korean", + "dic": "Lakota Dida", + "quh": "South Bolivian Quechua", + "skv": "Skou", + "yap": "Yapese", + "dua": "Duala", + "tbg": "North Tairora", + "csy": "Sizang Chin", + "aho": "Ahom", + "khc-bhq": "Tukang Besi North", + "srq": "Sirion\u00f3", + "hid": "Hidatsa", + "cac": "Chuj", + "cir": "Tiri-Mea", + "ace": "Acehnese", + "hmb": "Humburi Senni Songhay", + "zai": "Isthmus Zapotec", + "trp": "Kok Borok", + "idu": "Idoma", + "cmn": "Mandarin Chinese", + "che": "Chechen", + "bck": "Bunaba", + "otw": "Ottawa", + "ati": "Atti\u00e9", + "vut": "Vute", + "khk": "Halh Mongolian", + "chr": "Cherokee", + "hna": "Mina (Cameroon)", + "kwk": "Kwak'wala", + "swh": "Swahili", + "niv": "Amur Nivkh", + "trc": "Copala Triqui", + "ewe": "Ewe", + "apt": "Apatani", + "sag-sbp": "Sango", + "one": "Oneida", + "wac": "Upper Chinook", + "csc": "Catalan Sign Language", + "gma": "Gambera", + "qwh-qxn": "Huaylas Ancash Quechua", + "dta": "Dagur", + "urh": "Urhobo", + "dak": "Dakota", + "jap": "Jaru\u00e1ra", + "djj": "Djeebbana", + "jeh": "Jeh", + "slv": "Slovenian", + "djr": "Djambarrpuyngu", + "azb": "South Azerbaijani", + "swb": "Maore Comorian", + "ote": "Mezquital Otomi", + "cak": "Kaqchikel", + "kbk": "Grass Koiari", + "aoa": "Angolar", + "wga": "Wagaya", + "ses": "Koyraboro Senni Songhai", + "qxs-cng": "Southern Qiang", + "thk": "Tharaka", + "glg": "Galician", + "cni": "Ash\u00e1ninka", + "yor": "Yoruba", + "yuz": "Yuracar\u00e9", + "alr": "Alutor", + "suk": "Sukuma", + "tdt": "Tetun Dili", + "ngn": "Ngwo", + "any": "Anyin", + "ivv": "Itbayat", + "niy": "Ngiti", + "ngk": "Ngalkbun", + "pus": "Nuclear Pashto", + "nds": "Eastern Low German", + "ady": "Adyghe", + "kmc": "Southern Dong", + "cso": "Sochiapam Chinantec", + "nly": "Nyamal", + "jac": "Popti'", + "itz": "Itz\u00e1", + "kas": "Kashmiri", + "ajp": "South Levantine Arabic", + "yia": "Yinggarda", + "ary": "Moroccan Arabic", + "bbc": "Batak Toba", + "jpn": "Japanese", + "twf": "Taos Northern Tiwa", + "wbv": "Wajarri", + "dan": "Danish", + "brc": "Berbice Creole Dutch", + "vai": "Vai", + "yua": "Yucatec Maya", + "kpw": "Kobon", + "ktg": "Kalkutung", + "ojg-ojb": "Eastern Ojibwa", + "urd": "Urdu", + "kgs": "Kumbainggar", + "chp": "Chipewyan", + "for": "Fore", + "pad": "Paumari", + "des": "Desano", + "gcr": "Guianese Creole French", + "bod": "Tibetan", + "pip": "Pero", + "crs": "Seselwa Creole French", + "adj": "Adioukrou", + "tsj": "Tshangla", + "non": "Old Norse", + "bft": "Balti", + "trv": "Seediq", + "kir": "Kirghiz", + "piu": "Pintupi-Luritja", + "srb": "Sora", + "ast": "Asturian-Leonese-Cantabrian", + "ztu": "G\u00fcil\u00e1 Zapotec", + "tzb-tzh": "Tzeltal, Bachaj\u00f3n", + "kmu": "Kanite", + "pes": "Western Farsi", + "kjl-kip-kgj-kif": "Western Parbate Kham", + "nuy": "Wubuy", + "goh": "Old High German (ca. 750-1050)", + "nir": "Nimboran", + "ayu": "Ayu", + "awn": "Awngi", + "ilo": "Iloko", + "kin": "Kinyarwanda", + "gni": "Gooniyandi", + "kck": "Kalanga", + "shs": "Shuswap", + "eng": "English", + "kac": "Southern Jinghpaw", + "khb": "L\u00fc", + "bgq": "Bagri", + "nun-nut-raw-yue": "Nung (Myanmar)", + "nyn-cgg": "Nyankole", + "tbo": "Tawala", + "yab": "Yuhup", + "enq": "Enga", + "ssf": "Thao", + "fro": "Old French (842-ca. 1400)", + "sbe": "Saliba", + "esi": "North Alaskan Inupiatun", + "amp": "Alamblak", + "van": "Walman", + "did-laj-lno": "Didinga", + "srp-hrv": "Serbian Standard", + "kmn": "Awtuw", + "cku": "Koasati", + "gvn": "Kuku-Yalanji", + "gru": "Kistane", + "rwr": "Marwari (India)", + "kfz": "Koromf\u00e9", + "kpv": "Komi-Zyrian", + "pyu": "Puyuma", + "wrr": "Wardaman", + "sac": "Meskwaki", + "ted": "Tepo Krumen", + "njo": "Ao Naga", + "sei": "Seri", + "kla": "Klamath-Modoc", + "kzh": "Kenuzi-Dongola", + "egy": "Egyptian (Ancient)", + "bew": "Betawi", + "tvo": "Tidore", + "fuc": "Pulaar", + "jek": "Jeli", + "vls": "Western Flemish", + "pih": "Pitcairn-Norfolk", + "gnn": "Gumatj", + "aer-are": "Eastern Arrernte", + "hoa": "Hoava", + "gbi": "Galela", + "fuv-fub-fuq-fuh-fuc": "Hausa States Fulfulde", + "grt": "Garo", + "fon": "Fon", + "kgq": "Kamoro", + "tur": "Turkish", + "zmu": "Muruwari", + "cad": "Caddo", + "dhr": "Dhargari", + "nhg": "Tetelcingo Nahuatl", + "bsk": "Burushaski", + "now": "Nyambo", + "dif": "Dieri", + "ood": "Tohono O'odham", + "als": "Northern Tosk Albanian", + "gvr": "Gurung", + "ktn": "Kariti\u00e2na", + "amh": "Amharic", + "nmn": "East Taa", + "nav": "Navajo", + "zaa": "Sierra de Ju\u00e1rez Zapotec", + "afr": "Afrikaans", + "wuu": "Wu Chinese", + "guh": "Sikuani", + "kpv-koi": "Komi-Zyrian", + "aer": "Eastern Arrernte", + "oia": "Oirata", + "guw": "Gun", + "pjt": "Pitjantjatjara", + "krc": "Karachay-Balkar", + "yue": "Yue Chinese", + "fin": "Finnish", + "osp": "Old Spanish", + "bcr": "Witsuwit'en-Babine", + "nay": "Narrinyeri", + "shu": "Chadian Arabic", + "anu": "Anuak", + "bjh": "Bahinemo", + "end": "Ende", + "tsz": "Purepecha", + "sat": "Santali", + "agq": "Aghem", + "gsc": "Gascon (Retired)", + "djk": "Aukan", + "hbb": "Huba", + "qxo": "Southern Conchucos Ancash Quechua", + "ryu": "Central Okinawan", + "san": "Sanskrit", + "tzt-tzj": "Tz'utujil, Western", + "ksw": "S'gaw Karen", + "ski": "Sika", + "ekg": "Ekari", + "ani": "Andi", + "fao": "Faroese", + "djd": "Jaminjung-Ngaliwurru", + "nci": "Classical Nahuatl", + "klu": "Klao", + "agb": "Legbo", + "sot": "Southern Sotho", + "tzj-tzt": "Tz'utujil", + "spp": "Supyire Senoufo", + "plt": "Plateau Malagasy", + "gyn": "Guyanese Creole English", + "arn": "Mapudungun", + "imn": "Imonda", + "bot": "Bongo", + "diq": "Dimli", + "slp": "Lamaholot", + "ywr": "Yawuru", + "hae": "Eastern Oromo", + "tri": "Tri\u00f3", + "cha": "Chamorro", + "pms": "Piemontese", + "bxw-fmp": "Bankagooma", + "ojg-otw": "Eastern Ojibwa", + "auw": "Awyi", + "cks": "Tayo", + "aqc": "Archi", + "ntp": "Northern Tepehuan", + "rus": "Russian", + "yak": "Northwest Sahaptin", + "ibo": "Igbo", + "srp": "Serbian Standard", + "ayz": "Maybrat-Karon", + "skb": "Saek", + "nus": "Nuer", + "tus": "Tuscarora", + "ruf": "Luguru", + "gbz": "Zoroastrian Yazdi", + "uzb": "Uzbek", + "gdo": "Godoberi", + "boa": "Bora", + "ikt": "Western Canadian Inuktitut", + "ktz": "South-Eastern Ju", + "qub-quz-quh-quy-qwh": "Huallaga Hu\u00e1nuco Quechua", + "ths": "Thakali", + "kxi": "Keningau Murut", + "ang": "Old English (ca. 450-1100)", + "gsg": "German Sign Language", + "fuv-fub-fuq-fuh": "Hausa States Fulfulde", + "eve": "Even", + "nna": "Nyangumarta", + "tgk": "Tajik", + "pap": "Papiamento", + "etu": "Ejagham", + "rcf": "R\u00e9union Creole French", + "jmc": "Machame", + "huz": "Hunzib", + "crj": "Southern East Cree", + "wao": "Wappo", + "oac": "Oroch", + "dis": "Dimasa", + "ker": "Kera", + "dga": "Central Dagaare", + "ike": "Eastern Canadian Inuktitut", + "sas": "Sasak", + "bps": "Sarangani Blaan", + "woe": "Woleaian", + "cop": "Coptic", + "nia": "Nias", + "apc": "Levantine Arabic", + "esu": "Central Alaskan Yupik", + "gmh": "Middle High German", + "ple": "Palu'e", + "str": "Northern Straits Salish", + "qvn": "North Jun\u00edn Quechua", + "omb": "East Ambae", + "yih": "Western Yiddish", + "wof": "Gambian Wolof", + "hye": "Eastern Armenian", + "tbc": "Takia", + "pnb": "Western Panjabi", + "kjq": "Western Keres", + "ixi": "Ixil Nebaj", + "gle": "Irish", + "ijc": "Izon", + "orv": "Old Russian", + "nhe-nhw-nch-ngu-nhs-azz": "Eastern Huasteca Nahuatl", + "bci": "Baoul\u00e9", + "bnn": "Bunun", + "kkk": "Kokota", + "pnt": "Pontic", + "cjv": "Chuave", + "kcd": "Ngkontar Ngkolmpu", + "yad": "Yagua", + "nio": "Nganasan", + "dyy": "Dyaabugay", + "tat": "Tatar", + "yee": "Yimas", + "ons": "Ono", + "alp": "Alune", + "puw": "Puluwatese", + "knc": "Central Kanuri", + "pln": "Palenquero", + "had": "Hatam", + "ifb": "Batad Ifugao", + "fuv": "Hausa States Fulfulde", + "nnb": "Nande", + "ise": "Italian Sign Language", + "vay": "Wayu", + "gyd": "Kayardild", + "rab": "Camling", + "car": "Galibi Carib", + "kbc": "Kadiw\u00e9u", + "snf": "Noon", + "gbc": "Garrwan", + "qwh": "Huaylas Ancash Quechua", + "qvs": "San Mart\u00edn Quechua", + "saj": "Sahu", + "alo": "Larike-Wakasihu", + "idb": "Daman-Diu Portuguese", + "zap": "Zapotec", + "tly": "North-Central Talysh", + "wkw": "Wakawaka", + "pbt": "Southern Pashto", + "tzz": "Tzotzil, Zinacant\u00e1n", + "ach": "Acoli", + "nan": "Min Nan Chinese", + "ian": "Iatmul", + "gbj": "Bodo Gadaba", + "dus": "Dumi", + "quz": "Cusco Quechua", + "peb": "Eastern Pomo", + "aib-ain": "Ainu (China)", + "iai": "Iaai", + "pwn": "Paiwan", + "dnw": "Western Dani", + "rma": "Rama", + "hit": "Hittite", + "sza": "Semelai", + "rog": "Northern Roglai", + "vmw": "Makhuwa", + "ckb": "Central Kurdish", + "umu": "Munsee", + "kju": "Kashaya", + "koi": "Komi-Permyak", + "koy": "Koyukon", + "ojp": "Old Japanese", + "ert": "Eritai", + "csz": "Hanis", + "cpu": "Pichis Ash\u00e9ninka", + "yuf": "Havasupai-Walapai-Yavapai", + "ase": "American Sign Language", + "ojc": "Central Ojibwa", + "akv": "Akhvakh", + "fab": "Annobonese", + "sme": "North Saami", + "hun": "Hungarian", + "ard-wgg": "Arabana", + "urk": "Urak Lawoi'", + "och": "Old Chinese", + "ctu-cti": "Chol", + "odt": "Old Dutch-Old Frankish", + "apy": "Apala\u00ed", + "cup": "Cupe\u00f1o", + "ygr": "Yagaria", + "bfa": "Bari", + "tyn": "Kombai", + "bhq-khc": "Tukang Besi South", + "pit": "Pitta Pitta", + "cbs": "Cashinahua", + "nab": "Southern Nambiku\u00e1ra", + "yai": "Yagnobi", + "ydd": "Eastern Yiddish", + "nez": "Nez Perce", + "bwu": "Buli (Ghana)", + "yaz": "Lokaa", + "hur": "Halkomelem", + "tpc": "Azoy\u00fa Me'phaa", + "nhe-nhw-nch-nhs": "Eastern Huasteca Nahuatl", + "kaz": "Kazakh", + "onr-oin": "Northern One", + "asb": "Assiniboine", + "rmn": "Balkan Romani", + "yuc": "Yuchi", + "waw": "Waiwai", + "pdc": "Pennsylvania German", + "yij": "Yindjibarndi", + "bca-bfc-bfs": "Central Bai", + "pav": "Wari'", + "cro": "Crow", + "fud": "East Futuna", + "ddj": "Jaru", + "gue-rop": "Gurindji", + "ojg-ojc": "Eastern Ojibwa", + "gax-hae": "Borana-Arsi-Guji Oromo", + "nya": "Nyanja", + "kio": "Kiowa", + "khq": "Koyra Chiini Songhay", + "vec": "Venetian", + "toi": "Tonga (Zambia)", + "jut": "Jutish", + "dag": "Dagbani", + "bfa-mqu-muw-unr": "Bari", + "acv": "Achumawi", + "kwi": "Awa-Cuaiquer", + "bnd": "Banda (Indonesia)", + "tig": "Tigre", + "pei": "Chichimeca-Jonaz", + "tao": "Yami", + "chg": "Chagatai", + "kjc": "Coastal Konjo", + "vie": "Vietnamese", + "soq": "Kanasi", + "rop": "Kriol", + "bsf": "Bauchi", + "wba": "Warao", + "nbi": "Mao Naga", + "pau": "Palauan", + "gvp": "Par\u00e1-Maranh\u00e3o Gavi\u00e3o", + "ess": "Central Siberian Yupik", + "hbo": "Ancient Hebrew", + "huq": "Tsat", + "ngu": "Central Guerrero Nahuatl", + "wno": "Wano", + "ces": "Czech", + "plo": "Oluta Popoluca", + "sin": "Sinhala", + "kjh": "Khakas", + "esu-ess": "Central Alaskan Yupik", + "onr-oin-aun": "Northern One", + "nad": "Nijadali", + "cji": "Chamalal", + "cjs": "Shor", + "tui": "Tupuri", + "kea": "Kabuverdianu", + "tuv": "Turkana", + "gla": "Scottish Gaelic", + "bar": "Bavarian", + "qwh-qxn-qxo": "Huaylas Ancash Quechua", + "bgr": "Bawm Chin", + "twq": "Tasawaq", + "cho": "Choctaw", + "cng": "Northern Qiang", + "div": "Dhivehi", + "sgw": "Sebat Bet Gurage", + "wmb": "Wambayan", + "tdh": "Thulung", + "kng": "South-Central Koongo", + "knj": "Akateko", + "tzc-tzz": "Tzotzil, Chamula", + "pbu": "Northern Pashto", + "nbc": "Chang Naga", + "fut": "Futuna-Aniwa", + "dni": "Lower Grand Valley Dani", + "ksz": "Kodaku", + "enn": "Egene", + "sjo": "Xibe", + "otw-ojg": "Ottawa", + "omr": "Old Marathi", + "bao-bsn": "Waimaha", + "gvf": "Golin", + "jda": "Jad", + "fra": "French", + "khr": "Kharia", + "toh": "Gitonga", + "zpi": "Santa Mar\u00eda Quiegolani Zapotec", + "kjp": "Pwo Eastern Karen", + "cic": "Chickasaw", + "kek": "Kekch\u00ed", + "kif": "Eastern Parbate Kham", + "bxr": "Russia Buriat", + "gvo": "Gavi\u00e3o Do Jiparan\u00e1", + "awb": "Awa (Papua New Guinea)", + "hay": "Haya", + "sga": "Early Irish", + "uma": "Umatilla", + "pcj": "Gorum-Parenga", + "sja": "Epena", + "ibd": "Iwaidja", + "yoy": "Yoy", + "smn": "Inari Saami", + "adg": "Andegerebinha", + "ceb": "Cebuano", + "wms": "Wambon", + "kkp": "Gugubera", + "rit": "Ritharrngu", + "rif": "Tarifiyt-Beni-Iznasen-Eastern Middle Atlas Berber", + "nmv": "Ngamini-Yarluyandi-Karangura", + "dru": "Rukai", + "udi": "Udi", + "vot": "Votic", + "hin-urd": "Hindi", + "gaz-hae": "West Central Oromo", + "pea": "Peranakan Indonesian", + "nhe": "Eastern Huasteca Nahuatl", + "ono": "Onondaga", + "zab": "Western Tlacolula Valley Zapotec", + "izi": "Izi-Ezaa-Ikwo-Mgbo", + "tnk": "Kwamera", + "sad": "Sandawe", + "nor": "Norwegian", + "naf": "Nabak", + "ute": "Ute-Southern Paiute", + "aly": "Alyawarr", + "ita": "Italian", + "hia": "Lamang", + "abx-bdl-ccg-kte-pnq-smd-ssb-sse": "Inabaknon", + "jya": "Northern Gyalrong", + "roe": "Ronji", + "deu-pdt": "German", + "vmf": "Ostfr\u00e4nkisch", + "tzc": "Tzotzil, Chamula", + "dhv": "Dehu", + "sna": "Shona", + "ape": "Bukiyip", + "kal-ike": "Kalaallisut", + "chd": "Highland Oaxaca Chontal", + "tmd": "Haruai", + "pov": "Upper Guinea Crioulo", + "dur": "Dii", + "rup": "Aromanian", + "blc": "Bella Coola", + "brg": "Baure", + "gbo-gec": "Northern Grebo", + "fri": "Western Frisian (Retired)", + "cpg": "Cappadocian Greek", + "new": "Kathmandu Valley Newari", + "blu": "Hmong Njua (Retired)", + "ojg": "Eastern Ojibwa", + "aka": "Akan", + "ncg": "Nisga'a", + "kpo": "Ikposo", + "cos": "Corsican", + "hin": "Hindi", + "kdd": "Yankunytjatjara", + "caa": "Chort\u00ed", + "tar-tac": "Central Tarahumara", + "tzj": "Tz'utujil", + "jaa": "Madi", + "rmy": "Vlax Romani", + "tpi": "Tok Pisin", + "umb": "Umbundu", + "shh": "Shoshoni", + "aiz": "Aari-Gayil", + "src": "Logudorese Sardinian", + "poq": "Texistepec Popoluca", + "sry": "Sera", + "ven": "Venda", + "bae": "Bar\u00e9", + "apu": "Apurin\u00e3", + "ton": "Tonga (Tonga Islands)", + "tah": "Tahitian", + "sjr": "Siar-Lak", + "dgz": "Daga", + "yrk": "Tundra Nenets", + "prq": "Ash\u00e9ninka Peren\u00e9", + "crk": "Plains Cree", + "bob": "Aweer", + "dhg": "Dhangu", + "nig": "Ngalakgan", + "azr": "Adzera (Retired)", + "nmf": "East-Central Tangkhul Naga", + "ong": "Olo", + "dgr": "Dogrib", + "pmy": "Papuan Malay", + "iii": "Sichuan Yi", + "zpq": "Zoogocho Zapotec", + "fij": "Fijian", + "aar": "Afar", + "klq": "Rumu", + "tew": "Rio Grande Tewa", + "tsn": "Tswana", + "kva": "Bagvalal", + "roh": "Romansh", + "hat": "Haitian", + "njb": "Nocte Naga", + "guj": "Gujarati", + "wls": "East Uvean", + "tzb": "Tzeltal, Bachaj\u00f3n", + "nob": "Norwegian Bokm\u00e5l", + "spa": "Spanish", + "kkj": "Kako", + "kjs-kew": "East Kewa", + "haw": "Hawaiian", + "ruq": "Megleno Romanian", + "gcc": "Mali", + "gbb": "Kaytetye", + "pbu-pbt": "Northern Pashto", + "sur": "Mwaghavul", + "cas": "Moset\u00e9n-Chiman\u00e9", + "sus": "Susu", + "hnj": "Hmong Njua", + "zmr": "Maranunggu", + "waa": "Northeast Sahaptin", + "peo": "Old Persian (ca. 600-400 B.C.)", + "ike-ka": "Eastern Canadian Inuktitut", + "agn": "Agutaynen", + "aeb": "Tunisian Arabic", + "arz": "Egyptian Arabic", + "fur": "Friulian", + "jai": "Jakalteko, Western", + "bos": "Bosnian Standard", + "twu-dnk-txq-llg-rgu-row-bpz": "Termanu", + "kgo": "Krongo", + "aia": "Arosi", + "tha": "Thai", + "nhs": "Sierra Negra Nahuatl-Southeastern Puebla Nahuatl", + "naq": "Nama (Namibia)", + "zaw": "Mitla Zapotec", + "jig": "Jingulu", + "raw": "Rawang", + "ksb": "Shambala", + "kwb": "Baa", + "enh": "Tundra Enets", + "run": "Rundi", + "ron": "Romanian", + "wln": "Walloon", + "stp": "Southeastern Tepehuan", + "oma": "Omaha-Ponca", + "cub": "Cubeo", + "kno": "Kono (Sierra Leone)", + "ram-xra": "Canela-Krah\u00f4", + "cat": "Catalan", + "wbp": "Warlpiri", + "btg": "Gagnoa B\u00e9t\u00e9", + "bni": "Bobangi", + "tsu": "Tsou", + "yur": "Yurok", + "abq": "Abaza", + "nge": "Ngemba", + "knw": "North-Central Ju", + "dds": "Donno So Dogon", + "kna": "Dera (Nigeria)", + "bfd": "Bafut", + "kha": "Khasi", + "noo": "Nootka", + "ibb": "Ibibio", + "amc": "Amahuaca", + "ncb": "Central Nicobarese", + "nup": "Nupe-Nupe-Tako", + "wwr": "Warrwa", + "kat": "Georgian", + "ket": "Ket", + "gde": "Gude", + "byw": "Belhariya", + "oge": "Old Georgian", + "cay": "Cayuga", + "pbe": "Mezontla Popoloca", + "tik": "Tikar", + "ben": "Bengali", + "klj": "Turkic Khalaj", + "scn": "Sicilian", + "bwe": "Bwe Karen", + "bin": "Bini", + "sae": "Saban\u00ea", + "ure": "Uru", + "yux-ykg": "Southern Yukaghir", + "gej": "Gen", + "hwo": "Hwana", + "dsq": "Tadaksahak", + "nep": "Eastern Pahari", + "ncj": "Northern Puebla Nahuatl", + "kmb": "Kimbundu", + "ser": "Serrano", + "pbu-pst": "Northern Pashto", + "wit": "Wintu", + "ctd": "Tedim Chin", + "ewo": "Ewondo", + "kew-kjs": "West Kewa", + "gkn": "Gokana", + "emk": "Eastern Maninkakan", + "kij": "Kilivila", + "knk": "Kuranko", + "cle": "Lealao Chinantec", + "bua": "Buriat", + "jao": "Yanyuwa", + "tlp": "Filomeno Mata Totonac", + "rug": "Roviana", + "aey": "Amele", + "thp": "Thompson", + "nso": "Pedi", + "ckv": "Kavalan", + "tep": "Tepecano", + "dap": "Dafla", + "wae": "Walser", + "bsn-bao-pok": "Barasana-Eduria", + "fuv-fub": "Hausa States Fulfulde", + "ynn": "Yana", + "tcb": "Tanacross", + "nhd": "Chirip\u00e1", + "wsa": "Warembori", + "kxa": "Kairiru", + "eky": "Eastern Kayah", + "pbi": "Parkwa", + "tue": "Tuyuca", + "prs": "Dari", + "tiw": "Tiwi", + "sgu": "Salas", + "gue": "Gurindji", + "tkr": "Tsakhur", + "wnu": "Usan", + "niu": "Niuean", + "abk": "Abkhaz", + "pmi-pmj": "Northern Pumi", + "eus": "Basque", + "tub": "T\u00fcbatulabal", + "cjh": "Upper Chehalis", + "csw": "Swampy Cree", + "kgr": "Abun", + "bqe": "Navarro-Labourdin Basque", + "amk": "Ambai", + "bbb": "Barai", + "kan": "Kannada", + "jav": "Javanese", + "ogo": "Khana", + "thd": "Thayore", + "hau": "Hausa", + "ckt": "Chukchi", + "abs": "Ambonese Malay", + "kfk": "Kinnauri", + "baz": "Tunen (Retired)", + "gcd": "Ganggalida", + "kri": "Krio", + "nld": "Dutch", + "gax-or": "Borana-Arsi-Guji Oromo", + "ktu": "Kituba (Democratic Republic of Congo)", + "ppn": "Papapana", + "kay": "Kamayur\u00e1", + "kik": "Kikuyu", + "tpy": "Trumai", + "kqr": "Kimaragang", + "jqr": "Jaqaru", + "nyq": "Nayinic", + "tht": "Tahltan", + "tan": "Tangale", + "svs": "Savosavo", + "bak": "Bashkir", + "crg": "Michif", + "pan": "Eastern Panjabi", + "par": "Panamint", + "hch": "Huichol", + "txg": "Tangut", + "kwd": "Kwaio", + "sah": "Sakha", + "heb": "Modern Hebrew", + "grc": "Ionic-Attic Ancient Greek", + "bao": "Waimaha", + "kbd": "Kabardian", + "tyv": "Tuvinian", + "srs": "Sarsi", + "njh": "Lotha Naga", + "bez": "Bena (Tanzania)", + "ahk": "Akha", + "yaf": "Yaka-Pelende-Lonzo", + "ung": "Ngarinyin", + "kmg-kup": "K\u00e2te", + "por": "Portuguese", + "kos": "Kosraean", + "wbk": "Nuristani Kalasha", + "gld": "Nanai", + "yaq": "Yaqui", + "deu": "German", + "bhq": "Tukang Besi South", + "atb": "Zaiwa", + "nee": "N\u00eal\u00eamwa-Nixumwak", + "pis": "Pijin", + "ylr": "Yalarnnga", + "kjn": "Kunjen", + "swe": "Swedish", + "pdo": "Padoe", + "kmg": "K\u00e2te", + "bhp": "Bima", + "ain": "Hokkaido Ainu", + "gcf": "Guadeloupe-Martinique Creole French", + "ojw": "Western Ojibwa", + "bin-lew": "Bini", + "hmr": "Hmar", + "chv": "Chuvash", + "nuf": "Nusu", + "kew": "West Kewa", + "slk": "Slovak", + "gaa": "Ga", + "alt": "Southern Altai", + "grb": "Liberian Grebo", + "kmr": "Northern Kurdish", + "ohu": "Old Hungarian", + "nut": "Nung (Viet Nam)", + "tpz": "Tinputz", + "ssd": "Siroi", + "scs": "North Slavey", + "wyb": "Ngiyambaa", + "gug": "Paraguayan Guaran\u00ed", + "aph": "Athpariya", + "abt": "Ambulas", + "irk": "Iraqw", + "var": "Huarijio", + "gae": "Baniva de Maroa", + "kpc": "Curripaco", + "gsw": "Central Alemannic", + "tpn": "Tupinamb\u00e1", + "ban": "Balinese", + "bap": "Bantawa", + "kmh": "Kalam", + "ojg-ojb-ojw-ojs-otw": "Eastern Ojibwa", + "bej": "Beja", + "jai-jac": "Jakalteko, Western", + "evn": "Evenki", + "uig": "Uighur", + "crn": "El Nayar Cora", + "tar": "Central Tarahumara", + "pma": "Paama", + "hdn": "Northern Haida", + "bre": "Breton", + "nec": "Nedebang", + "ksh": "K\u00f6lsch", + "efi": "Efik", + "onr-oin-aun-onk-osu-okk": "Northern One", + "inh": "Ingush", + "nse": "Nsenga", + "kky": "Guugu Yimidhirr", + "dih": "Tipai", + "tcg": "Tamagario", + "ami": "Amis", + "tir": "Tigrinya", + "vma": "Martuthunira", + "nid": "Ngandi", + "ybi": "Yamphu", + "nsz": "Nisenan", + "quc": "K'iche'", + "yii": "Yidi\u00f1", + "akk": "Akkadian", + "ape-aoj-aon": "Bukiyip", + "quz-quh-quy-qug-qvc-qwh": "Cusco Quechua", + "gup": "Bininj Kun-Wok", + "apj": "Jicarilla Apache", + "ydd-yid-yih": "Eastern Yiddish", + "cnh": "Haka Chin", + "kuu": "Upper Kuskokwim", + "wau": "Waur\u00e1", + "bor": "Bororo", + "ksd": "Kuanua", + "kip-kgj": "Sheshi Kham", + "tay": "Atayal", + "nyv": "Nyulnyul", + "nhw-nhe": "Western Huasteca Nahuatl", + "bmi": "Bagirmi", + "tzh": "Tzeltal", + "asc-cns": "Casuarina Coast Asmat", + "kjs": "East Kewa", + "cns": "Central Asmat", + "dar": "North-Central Dargwa", + "qvi": "Imbabura Highland Quichua", + "caq": "Car Nicobarese", + "poo": "Central Pomo", + "hop": "Hopi", + "ito": "Itonama", + "ind": "Standard Indonesian", + "sip": "Sikkimese", + "agj": "Argobba", + "tac": "Western Tarahumara", + "got": "Gothic", + "aae": "Arb\u00ebresh\u00eb Albanian", + "hrv": "Croatian Standard", + "ssw": "Swati", + "ojs": "Severn Ojibwa", + "ava": "Avar", + "snc": "Sinaugoro", + "kun": "Kunama", + "qub": "Huallaga Hu\u00e1nuco Quechua", + "srn": "Sranan Tongo", + "god": "Godi\u00e9", + "sva": "Svan", + "bwi": "Baniwa do Icana", + "sly": "Selayar", + "swr": "Saweru", + "cpc": "Ajy\u00edninka Apurucayali", + "pag": "Pangasinan", + "bis": "Bislama", + "nog": "Nogai", + "pua-tsz": "Western Highland Purepecha", + "ccc": "Chamicuro", + "pon": "Pohnpeian", + "bla": "Siksika", + "kca": "Kazym-Berezover-Suryskarer Khanty", + "pnw": "Panytyima", + "kaq": "Capanahua", + "pbb": "P\u00e1ez", + "aty": "Aneityum", + "kji": "Zabana", + "hni": "Hani", + "tya": "Tauya", + "yea": "Ravula", + "quc-qut-quu": "K'iche'", + "ude": "Udihe", + "nno": "Norwegian Nynorsk", + "ojb": "Northwestern Ojibwa", + "arb": "Standard Arabic", + "afb": "Gulf Arabic", + "sue": "Suena", + "adi": "Bori-Karko", + "ale": "Aleut", + "apr": "Arop-Lokep", + "khe": "Korowai", + "arh": "Arhuaco", + "tuo": "Tucano", + "rmw": "Welsh Romani", + "hai": "Haida", + "urb": "Urub\u00fa-Kaapor", + "hmo": "Hiri Motu", + "bqc": "Boko (Benin)", +} diff --git a/odin_raw/*xxx*.txt b/odin_raw/*xxx*.txt new file mode 100644 index 0000000000000000000000000000000000000000..976404cf319fee3c0bad1a6d2c714893c0fdb098 --- /dev/null +++ b/odin_raw/*xxx*.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dfa9289e2a9bed7309d5cac22da60f8081b57a024c122c11b13a0a90e44f2ec +size 1155 diff --git a/odin_raw/???.txt b/odin_raw/???.txt new file mode 100644 index 0000000000000000000000000000000000000000..63c3cf5cc0a40f5c1598572989dafb98e83ed3a7 --- /dev/null +++ b/odin_raw/???.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c60483ea6b48ea0536eb649191919727f2d7d76a2506063926446d28397b7c3 +size 62360 diff --git a/odin_raw/a.txt b/odin_raw/a.txt new file mode 100644 index 0000000000000000000000000000000000000000..6655f9b2da3ae54f0dc26d3b1f964a72fba2022e --- /dev/null +++ b/odin_raw/a.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b381b8668a6cc7115b65f12bf4e8bfbf54f74f81a50c752441c56264c5831ef +size 7525 diff --git a/odin_raw/aae.txt b/odin_raw/aae.txt new file mode 100644 index 0000000000000000000000000000000000000000..1e54da3b9f3f66db6d11c4ec2ffcdda3a0728406 --- /dev/null +++ b/odin_raw/aae.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:938f156fef4659cce4557bb11787fefb29c3b760850e0a1f7e6d0e0f61391258 +size 8820 diff --git a/odin_raw/aar.txt b/odin_raw/aar.txt new file mode 100644 index 0000000000000000000000000000000000000000..bee486b81972d5e78ad532fa33726ee7b52517e4 --- /dev/null +++ b/odin_raw/aar.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7bef79e6ad5e82bea0d98cda7b63194bac6cbb12896aa57abb927f6608036b0 +size 308 diff --git a/odin_raw/abk.txt b/odin_raw/abk.txt new file mode 100644 index 0000000000000000000000000000000000000000..fdcce709fb44a5c192207bb2c2014fcb673d76b6 --- /dev/null +++ b/odin_raw/abk.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5b65932406ba3710b49d35ca8dca406ad7145fa9a002be8980f441576351eb2 +size 5728 diff --git a/odin_raw/abq.txt b/odin_raw/abq.txt new file mode 100644 index 0000000000000000000000000000000000000000..535aa215587f3bd57d4f61c2407406484d62fc8b --- /dev/null +++ b/odin_raw/abq.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ef15a589b25ad36efed2054d0be4440071a4bb7cb4592e99308d60295b1b787 +size 10887 diff --git a/odin_raw/abs.txt b/odin_raw/abs.txt new file mode 100644 index 0000000000000000000000000000000000000000..8ff2a5e2bcbc28feffd51f8ca9084a34e2fd9721 --- /dev/null +++ b/odin_raw/abs.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef144e618a57bfb9bd1c0683105c4903bb54307a1f2ac95440a8fd0bed3c6049 +size 168 diff --git a/odin_raw/abt.txt b/odin_raw/abt.txt new file mode 100644 index 0000000000000000000000000000000000000000..64ff598eb71f9c06682df227ce7eeeb7658bd723 --- /dev/null +++ b/odin_raw/abt.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cc81e151f4c37b289bce7ccf76c952bff8a0157b0b941dbe0e87f2d969f6738 +size 1007 diff --git a/odin_raw/abx-bdl-ccg-kte-pnq-smd-ssb-sse.txt b/odin_raw/abx-bdl-ccg-kte-pnq-smd-ssb-sse.txt new file mode 100644 index 0000000000000000000000000000000000000000..ab4e07e821f8df3c13c0fa3cf0aa5b8c484fd990 --- /dev/null +++ b/odin_raw/abx-bdl-ccg-kte-pnq-smd-ssb-sse.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d97e102c7a5fb5203c018a8b4ac85010de985e732f34e1a2509369f12613b4be +size 387 diff --git a/odin_raw/ac.txt b/odin_raw/ac.txt new file mode 100644 index 0000000000000000000000000000000000000000..96eb4b6f09a4020d8de16202527bb291c0b66edb --- /dev/null +++ b/odin_raw/ac.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9b7eaa2582670a504c50d24707fe5e7720eeb5c114924f7a50d43b57122570b +size 282 diff --git a/odin_raw/ace.txt b/odin_raw/ace.txt new file mode 100644 index 0000000000000000000000000000000000000000..8861b1a7374e46074d48548df1d9443fee48ecee --- /dev/null +++ b/odin_raw/ace.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0ae223bd1f5be6639fd6a0c4cedddaa9ef0447acfdc5a8df207f865bd485688 +size 9561 diff --git a/odin_raw/acf.txt b/odin_raw/acf.txt new file mode 100644 index 0000000000000000000000000000000000000000..f8a5f6274e89021f7f0c55de76e3e90b629e042f --- /dev/null +++ b/odin_raw/acf.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:935afe58672312614eaa2602266a3d8da56979668062c7552edfe79f7ff1d72d +size 362 diff --git a/odin_raw/ach.txt b/odin_raw/ach.txt new file mode 100644 index 0000000000000000000000000000000000000000..f8a36f9062c54a4bba45b79edf75c5fe91960ea7 --- /dev/null +++ b/odin_raw/ach.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:837cf45ee9cf9289ed363c0a4f2ffd83d36df876b01f952b6864b9c4e4c15e3e +size 44 diff --git a/odin_raw/acv.txt b/odin_raw/acv.txt new file mode 100644 index 0000000000000000000000000000000000000000..99a6936d4f517ba9c53b5752cc90acb15639a0e5 --- /dev/null +++ b/odin_raw/acv.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ac76c724a3b557b838fe824e4049702e51a924d73b6741c6b45bceca50fbcd3 +size 160 diff --git a/odin_raw/ad.txt b/odin_raw/ad.txt new file mode 100644 index 0000000000000000000000000000000000000000..40f26bb1963fa92f86edeba9fe7cee89a33dc0a5 --- /dev/null +++ b/odin_raw/ad.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f6776ee13f10796ae922bd0eb21d52c88b18103ea9653f562901e92f1da6ce7 +size 5357 diff --git a/odin_raw/adg.txt b/odin_raw/adg.txt new file mode 100644 index 0000000000000000000000000000000000000000..f956a14754cca34e323de51c448049e4d05fd677 --- /dev/null +++ b/odin_raw/adg.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:996c7c2731d42a6b93907a2a368ecb587b8a923be4116be8be973b2133d8d70c +size 189 diff --git a/odin_raw/adi.txt b/odin_raw/adi.txt new file mode 100644 index 0000000000000000000000000000000000000000..8f3e2d3f543a3258951289fb32934a588580ff49 --- /dev/null +++ b/odin_raw/adi.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71381e1a4eef67f03d73e514da84ae4a0bc7e735f291a79736ce43994cc2180e +size 840 diff --git a/odin_raw/adj.txt b/odin_raw/adj.txt new file mode 100644 index 0000000000000000000000000000000000000000..e0d3396c7614fe53f6f46be6ab655bdfd21e895f --- /dev/null +++ b/odin_raw/adj.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e6e0d0ec728422482da9ca0144d6d43cafcf0d2a2215080e12621c85e895900 +size 838 diff --git a/odin_raw/ady.txt b/odin_raw/ady.txt new file mode 100644 index 0000000000000000000000000000000000000000..5fded276103099dcf48f2a9d4e9f573d17b1d761 --- /dev/null +++ b/odin_raw/ady.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b61fc224982f9443b3048c38bfde53796935f0d56b91da3109a7c2dc011fd641 +size 3971 diff --git a/odin_raw/ae.txt b/odin_raw/ae.txt new file mode 100644 index 0000000000000000000000000000000000000000..67557b36f9fdeea80d18df3e2c43ad8423e56982 --- /dev/null +++ b/odin_raw/ae.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76fad867e4978d7b122672ed8d9ab8d5f7e4ddc93d64fcde9cc0ee2724b2729c +size 1000 diff --git a/odin_raw/aeb.txt b/odin_raw/aeb.txt new file mode 100644 index 0000000000000000000000000000000000000000..8e4c5e533e7a5ff00e43a46288b6aca5b481bb62 --- /dev/null +++ b/odin_raw/aeb.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce2dfdc9a2ce20666ab936126a83a9f66b6fd0ae760318557ec6ab4d51b56755 +size 2353 diff --git a/odin_raw/aer-are.txt b/odin_raw/aer-are.txt new file mode 100644 index 0000000000000000000000000000000000000000..49415a6f6679a9fbdba71cfb3c0e2cf387f14af7 --- /dev/null +++ b/odin_raw/aer-are.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb80a1774b10211f483937b8c73d8c089c3f566f1c0b80d3724ac0545ee45136 +size 197 diff --git a/odin_raw/aer.txt b/odin_raw/aer.txt new file mode 100644 index 0000000000000000000000000000000000000000..a68ef8857fd9abc6063e81790683d1ff777db115 --- /dev/null +++ b/odin_raw/aer.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fe0c0ec078130d59438a9fc78950908d3dbaba761baf340f4d8ecd572027d76 +size 3568 diff --git a/odin_raw/aey.txt b/odin_raw/aey.txt new file mode 100644 index 0000000000000000000000000000000000000000..e0b3bf397b2b0080a4ca12ce16a6489cb2ef4b51 --- /dev/null +++ b/odin_raw/aey.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89b6fdccb4a5926bfe2b3fd7ba6e4860f1a6dd767f8ff3bd452887c4838012d8 +size 12437 diff --git a/odin_raw/afb.txt b/odin_raw/afb.txt new file mode 100644 index 0000000000000000000000000000000000000000..108bce7e4cda8849a31ae164c94222c94dd8a0ea --- /dev/null +++ b/odin_raw/afb.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a58f47e2c16a3bf367cda9531db0cfc32dd24502fac43f9d98c566012ac454b0 +size 202 diff --git a/odin_raw/afr.txt b/odin_raw/afr.txt new file mode 100644 index 0000000000000000000000000000000000000000..69980627a38b14af36d13632eda5605604ab794a --- /dev/null +++ b/odin_raw/afr.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:679abb88d7489f50c82f5232cb572a7731380e587cda956787ef64c9057a565a +size 55549 diff --git a/odin_raw/ag.txt b/odin_raw/ag.txt new file mode 100644 index 0000000000000000000000000000000000000000..1c72d35ddf6d4307958e77d89a4210eb9b7b83c4 --- /dev/null +++ b/odin_raw/ag.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:610dc30ba219679506aeeac3e1c4a27b95132ffc404504e2813d234dac068418 +size 692 diff --git a/odin_raw/agb.txt b/odin_raw/agb.txt new file mode 100644 index 0000000000000000000000000000000000000000..fb1ef6e31cacb0d57b93923807fa3dee7bca0a7d --- /dev/null +++ b/odin_raw/agb.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af3647367dd80111f685013820cea80c63158e959583f738485c85f76814f112 +size 1166 diff --git a/odin_raw/agj.txt b/odin_raw/agj.txt new file mode 100644 index 0000000000000000000000000000000000000000..ebf3da26d639e1a6afc33ba5ebcae126c70348bd --- /dev/null +++ b/odin_raw/agj.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43d00a15e4694b86637d31bdc6a66531f1c9205ade821f6e7ed9cea1e5c753a8 +size 650 diff --git a/odin_raw/agn.txt b/odin_raw/agn.txt new file mode 100644 index 0000000000000000000000000000000000000000..f5f1c913b399928f4e7383c67d5227952d1198b6 --- /dev/null +++ b/odin_raw/agn.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5de30c7fa7a384e4368b7a07f03e8ec7fd8b803294a8919d5831b165883de60b +size 17194 diff --git a/odin_raw/agq.txt b/odin_raw/agq.txt new file mode 100644 index 0000000000000000000000000000000000000000..99eaaf876732940aa131291aa2b0ec332901915b --- /dev/null +++ b/odin_raw/agq.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c465b1000f31b1ecc05a6f358d5241b00a96824ff3cb325c306205296e12705a +size 2198 diff --git a/odin_raw/ah.txt b/odin_raw/ah.txt new file mode 100644 index 0000000000000000000000000000000000000000..a5e614af67bb50e53f34198bac121e4cc353a49e --- /dev/null +++ b/odin_raw/ah.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:571200cac7d4e95985479a9e11b079ade955a85bf2306f813d14758211b56a6f +size 180 diff --git a/odin_raw/ahk.txt b/odin_raw/ahk.txt new file mode 100644 index 0000000000000000000000000000000000000000..5d36e0238c3b28fc9da2e6fec2b80dd12bd595bd --- /dev/null +++ b/odin_raw/ahk.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:060b37e28f2e3e51bac427e84209f1f8c568657f37b06dca3d7c2d8305c8adc4 +size 585 diff --git a/odin_raw/aho.txt b/odin_raw/aho.txt new file mode 100644 index 0000000000000000000000000000000000000000..4b8c5efa7bc43aefc9129c9be3803e326a081d96 --- /dev/null +++ b/odin_raw/aho.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c70269ecfe559f84b9bbf6f9837813343a50b7daf3c4b26c48e72ea19d79854 +size 285 diff --git a/odin_raw/ai.txt b/odin_raw/ai.txt new file mode 100644 index 0000000000000000000000000000000000000000..a6315b08d0ec3b77b6fb2cbb09966824713ad30b --- /dev/null +++ b/odin_raw/ai.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f06673639291843ac352b0eb3b7815165e446fa835f85797d0d7fde5835e3481 +size 5410 diff --git a/odin_raw/aia.txt b/odin_raw/aia.txt new file mode 100644 index 0000000000000000000000000000000000000000..527c0b0901dc60d610873846052f397cc07edcca --- /dev/null +++ b/odin_raw/aia.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:923da6756c038eb40a0266d8ffee8a8043d8b27f934a8ecf6317104623c41fa0 +size 148 diff --git a/odin_raw/aib-ain.txt b/odin_raw/aib-ain.txt new file mode 100644 index 0000000000000000000000000000000000000000..4c8ffdfafa2aaaf076878ab4675ee46b745aeafe --- /dev/null +++ b/odin_raw/aib-ain.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e73ca70258c4e95d732fb66e8b43bc18325b26596080c37f4a7154c603bde15b +size 93 diff --git a/odin_raw/ain.txt b/odin_raw/ain.txt new file mode 100644 index 0000000000000000000000000000000000000000..aba07981e0cd89203937a87cc3adf0edee49e11a --- /dev/null +++ b/odin_raw/ain.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f5e989a17e500cbdaa316ae5158da81967cfdd587861efba7e9ef1e47d7a991 +size 3368 diff --git a/odin_raw/aiz.txt b/odin_raw/aiz.txt new file mode 100644 index 0000000000000000000000000000000000000000..6b1de47e20245c18c3c00db32fbf2dbb0d74960e --- /dev/null +++ b/odin_raw/aiz.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad38855ba28f2736887b7364963c2283d337840a9d2ba0655f782d7b0ab33382 +size 209 diff --git a/odin_raw/aj-lno.txt b/odin_raw/aj-lno.txt new file mode 100644 index 0000000000000000000000000000000000000000..9c123961100245c7b7a5e8b7b93052ce88cbe114 --- /dev/null +++ b/odin_raw/aj-lno.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ec6ed7fc44376ce050240ffbabfb1234240af6ecaf08a49237925970da04c87 +size 375 diff --git a/odin_raw/aj.txt b/odin_raw/aj.txt new file mode 100644 index 0000000000000000000000000000000000000000..894e4d3a82306db0d9c6e564f2e2b750492c0e1a --- /dev/null +++ b/odin_raw/aj.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e8435f6f8752645cde0febf247a49047d0e4ca523f9302c71cd75066eb2b566 +size 15049 diff --git a/odin_raw/ajp.txt b/odin_raw/ajp.txt new file mode 100644 index 0000000000000000000000000000000000000000..e7df2406dfe5b008326e7878044515a0567dca1d --- /dev/null +++ b/odin_raw/ajp.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b14cbad8f196021b4fd3bc8907cbd2dd1088df10e2461e24ed4e52530b18a453 +size 23399 diff --git a/odin_raw/aka.txt b/odin_raw/aka.txt new file mode 100644 index 0000000000000000000000000000000000000000..92cdf521ffd97ee5c50a0420986e944d8d527817 --- /dev/null +++ b/odin_raw/aka.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a40c1e556a7cad5669c8c6a8d8a1109e0106eb15b6fd908e3bd168f1bd20c4b5 +size 20648 diff --git a/odin_raw/akk.txt b/odin_raw/akk.txt new file mode 100644 index 0000000000000000000000000000000000000000..4b03ddb7d3dfc0a0eda1059201798f0a7713b24d --- /dev/null +++ b/odin_raw/akk.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58d2ac2942493289e0415533ac8d9cabe993400ff554f6b04c7ffb1dfe466b2f +size 665 diff --git a/odin_raw/akv.txt b/odin_raw/akv.txt new file mode 100644 index 0000000000000000000000000000000000000000..5d97a4115a5e7451cc1226f22ee0d1bcd9f57e2d --- /dev/null +++ b/odin_raw/akv.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:957637a4fd53b4e41a3328fcf62e84ced92865e429b17768e1c0599c06dd55cc +size 1399 diff --git a/odin_raw/ale.txt b/odin_raw/ale.txt new file mode 100644 index 0000000000000000000000000000000000000000..7d535111c911df5ed69085942710d0d34e372d27 --- /dev/null +++ b/odin_raw/ale.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:154d2885fd0d9065fc95a27e53ece5468e6e8c191a18b68994d9fa817df2e920 +size 352 diff --git a/odin_raw/alo.txt b/odin_raw/alo.txt new file mode 100644 index 0000000000000000000000000000000000000000..9edf76be6a0115b0727856d171dfbeac43517eca --- /dev/null +++ b/odin_raw/alo.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54364ccc6ba8ae8b63f43371179ec8538f024f31a55aa9139d6afd1614425782 +size 2222 diff --git a/odin_raw/alp.txt b/odin_raw/alp.txt new file mode 100644 index 0000000000000000000000000000000000000000..5b4a5de0bba6c90e8287b464d97f5abf9e06b8f5 --- /dev/null +++ b/odin_raw/alp.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31cb2f536d0adbb6707c0ceeda0f386b0ac8f515e46b75afb1522a174fede95c +size 577 diff --git a/odin_raw/alr.txt b/odin_raw/alr.txt new file mode 100644 index 0000000000000000000000000000000000000000..c6eecfdecb78898a28cfa363acca91e72c0541f8 --- /dev/null +++ b/odin_raw/alr.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7316008c5f4da120f2b2abf2d94fcbc35af4407cd4d1c4650420f84042b17db +size 857 diff --git a/odin_raw/als.txt b/odin_raw/als.txt new file mode 100644 index 0000000000000000000000000000000000000000..a35b2d4898ccc55018290c50c6f6f056a3f7c944 --- /dev/null +++ b/odin_raw/als.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8a20e7748588ca186ae7a1eab0f64169b53df275b57e8ffa16c78016426ec92 +size 20615 diff --git a/odin_raw/alt.txt b/odin_raw/alt.txt new file mode 100644 index 0000000000000000000000000000000000000000..9ff6a6c255d3b752bf81f1864137e75946570d98 --- /dev/null +++ b/odin_raw/alt.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e9a7e48c3788dfb9ab4676dd28d36cec51d4d4781658e3da17e81d73967134a +size 119 diff --git a/odin_raw/aly.txt b/odin_raw/aly.txt new file mode 100644 index 0000000000000000000000000000000000000000..441ea1cbc9d6cbcdd9f6ab0bfc3497d3552840a8 --- /dev/null +++ b/odin_raw/aly.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e270dac5b517bbb673803fc6d7aa308dd2445b0aa926ec4529061d210ca6f5a5 +size 1415 diff --git a/odin_raw/am-mms-mvc-mvj-mpf.txt b/odin_raw/am-mms-mvc-mvj-mpf.txt new file mode 100644 index 0000000000000000000000000000000000000000..126b43c92431a20bac753fd321ffed3ce32bf765 --- /dev/null +++ b/odin_raw/am-mms-mvc-mvj-mpf.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c58438f109a88510c4cc95a33d03d09c2f076cb15ffbc6bbe24afcc84b4e7617 +size 675 diff --git a/odin_raw/amc.txt b/odin_raw/amc.txt new file mode 100644 index 0000000000000000000000000000000000000000..cc0f3b66bc030154d0d790bd75bf49f7e9d59fd6 --- /dev/null +++ b/odin_raw/amc.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:120e6346591ea8bd8e6b31652c358ffec3d0e2e8a31ca3c6df857c7f881fcca6 +size 5834 diff --git a/odin_raw/amh.txt b/odin_raw/amh.txt new file mode 100644 index 0000000000000000000000000000000000000000..501d54e0b88346a8da11ac59bc4b2a30378b6d12 --- /dev/null +++ b/odin_raw/amh.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d711b737fd6cca04c771ec89950e9b64d447d2583cc47aa43f540c90b6b14e70 +size 11456 diff --git a/odin_raw/ami.txt b/odin_raw/ami.txt new file mode 100644 index 0000000000000000000000000000000000000000..60249ca04a7283111e8b56c12f126948fcf0fdd4 --- /dev/null +++ b/odin_raw/ami.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61eec9bb500bb72e0f380adbd050eaf68876880f58bbfa3837e8476201abcd04 +size 2557 diff --git a/odin_raw/amk.txt b/odin_raw/amk.txt new file mode 100644 index 0000000000000000000000000000000000000000..fd0446749857ddc454e05347ba77e9704da7a23e --- /dev/null +++ b/odin_raw/amk.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17713e58d3477bd0c94261320fcfb8f7ae662d2b6cbbe71297f4520c4b14f988 +size 465 diff --git a/odin_raw/amp.txt b/odin_raw/amp.txt new file mode 100644 index 0000000000000000000000000000000000000000..9338794dc558bfdeb6fce3809eced6cc1169a036 --- /dev/null +++ b/odin_raw/amp.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d31e4cff0614d34dad4ed838a57cf8cd56022a67030f03aa45ee2c5b0fb41e31 +size 1781 diff --git a/odin_raw/ang.txt b/odin_raw/ang.txt new file mode 100644 index 0000000000000000000000000000000000000000..a6d80938a8ac3f5da8b9c51758bfb1d2d956c9c7 --- /dev/null +++ b/odin_raw/ang.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcf578884163c659335c14a465878cecdbe611f716ec91318b8dfcf892d37bea +size 45367 diff --git a/odin_raw/ani.txt b/odin_raw/ani.txt new file mode 100644 index 0000000000000000000000000000000000000000..c0bee9fa02428e299b1db970c27df715cb8d25e1 --- /dev/null +++ b/odin_raw/ani.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5776bc91454caa8f91ee78966ad765f9c3d46013f6623f984d774722d700555 +size 204 diff --git a/odin_raw/anu.txt b/odin_raw/anu.txt new file mode 100644 index 0000000000000000000000000000000000000000..d0e77dfd48526a5a0d371d88a9147ed9f42db0db --- /dev/null +++ b/odin_raw/anu.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ad5db9c809635011218f375222ac9dae53ef63e05d79461efbda73d39098632 +size 107 diff --git a/odin_raw/any.txt b/odin_raw/any.txt new file mode 100644 index 0000000000000000000000000000000000000000..3ad49e22284b02d1888297bc60ce128f87fdde4a --- /dev/null +++ b/odin_raw/any.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f84bbaceb4576a39654fa70a81a8e71743866fa77ccaad7f1500cfa53bbb79af +size 387 diff --git a/odin_raw/ao.txt b/odin_raw/ao.txt new file mode 100644 index 0000000000000000000000000000000000000000..35cce2018936fea52953918329d04f1322302591 --- /dev/null +++ b/odin_raw/ao.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d3007790db18c65fef4f8e55ffb9395e472ef4dc90bbf9e8b3466c2432a517b +size 5537 diff --git a/odin_raw/aoa.txt b/odin_raw/aoa.txt new file mode 100644 index 0000000000000000000000000000000000000000..75be7d33bc93e603603264fa3f3076c1d2805a8f --- /dev/null +++ b/odin_raw/aoa.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4edd8b45508a3131fc5b2127d083db5252fc1bdf94fdf8817ae4cf93cf7dd6a8 +size 330 diff --git a/odin_raw/apc.txt b/odin_raw/apc.txt new file mode 100644 index 0000000000000000000000000000000000000000..956ac9bd3e6004289cd5c30336d0d026747a52d7 --- /dev/null +++ b/odin_raw/apc.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e92aca6a865ee8abcea70e5f57b15e898a083b289a8dba2df9ba537042858c3c +size 6382 diff --git a/odin_raw/ape-aoj-aon.txt b/odin_raw/ape-aoj-aon.txt new file mode 100644 index 0000000000000000000000000000000000000000..b01602db1d726958807ce62795b29c562ca8c58e --- /dev/null +++ b/odin_raw/ape-aoj-aon.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:018d4f3d845c53f07dfe0a294c078ac3892751bc6f2488a7dea34ebd6e50d747 +size 763 diff --git a/odin_raw/ape.txt b/odin_raw/ape.txt new file mode 100644 index 0000000000000000000000000000000000000000..39712325d3892eca7c2093d7656cf656c07de15d --- /dev/null +++ b/odin_raw/ape.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b61ec08d89c8e7b64f59fa7ac738ce5c47ce477cb56bad972d57f99deb6cdfc5 +size 943 diff --git a/odin_raw/aph.txt b/odin_raw/aph.txt new file mode 100644 index 0000000000000000000000000000000000000000..8d1291d7317b22ea0eb25853c87a74ad366270f7 --- /dev/null +++ b/odin_raw/aph.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:184a4bf93aecd054200bbf0e4d60c6b1c19c330f649d4b5afeb3d166d21993a9 +size 394 diff --git a/odin_raw/apj.txt b/odin_raw/apj.txt new file mode 100644 index 0000000000000000000000000000000000000000..b102e65ba26be1978f8a65415580fcad7428dabc --- /dev/null +++ b/odin_raw/apj.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d073ef594767d003026cf507e3f0821c3472ad73ea491dd34640b77f63b63af +size 267 diff --git a/odin_raw/apr.txt b/odin_raw/apr.txt new file mode 100644 index 0000000000000000000000000000000000000000..d13ec33bb83a29b5cfc2dd9b3e648b6fe1fb84d7 --- /dev/null +++ b/odin_raw/apr.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:080fdff2900e7cbb5e86d93883fa6bc7a48f4a0527086c63be5bdd42324848e4 +size 2040 diff --git a/odin_raw/apt.txt b/odin_raw/apt.txt new file mode 100644 index 0000000000000000000000000000000000000000..b62a63313747ce30d6cd4bd0a31152ccda78b04a --- /dev/null +++ b/odin_raw/apt.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6bfe51513ebf20bfdd766fcdee28024d22358434f8237706a56ececdc1e328e +size 368 diff --git a/odin_raw/apu.txt b/odin_raw/apu.txt new file mode 100644 index 0000000000000000000000000000000000000000..8898f1a9239060585fc2d6831c6c4e8b3f661a2c --- /dev/null +++ b/odin_raw/apu.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:468e9f3f217eed2d728173fc1c6490eda5d32284e3da90d51bbf60b9e4671f3c +size 981 diff --git a/odin_raw/apy.txt b/odin_raw/apy.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4e078beddb6865af37967b0608abbc7bdc511dd --- /dev/null +++ b/odin_raw/apy.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c90f0209a5a40c60c96cef75f1bdf1cc46849ea6277b5cc0e67da58dcfd14b66 +size 1816 diff --git a/odin_raw/aqc.txt b/odin_raw/aqc.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fce182f9291e0ae8c3b2f1d3aa85b3ae56a2de2 --- /dev/null +++ b/odin_raw/aqc.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30260cfc9bffd64e4dfef63ccd9afd89c6b807fa7e7b1e2de838451786c66a61 +size 1745 diff --git a/odin_raw/ar.txt b/odin_raw/ar.txt new file mode 100644 index 0000000000000000000000000000000000000000..1d5d2f22c41852eb9668ea293bfa92a34cbe36de --- /dev/null +++ b/odin_raw/ar.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:001b1411c5e102802598cc07617f3b426b66feac069f58e16bd70bc8c63ba420 +size 25546 diff --git a/odin_raw/arb.txt b/odin_raw/arb.txt new file mode 100644 index 0000000000000000000000000000000000000000..a7becdb7f2b3616f1f84473cdfec37c25c8375b9 --- /dev/null +++ b/odin_raw/arb.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1541a0090ee55287991cd3dd5eab7ff69aadbc82539e7d01661b209031aa9b2d +size 38645 diff --git a/odin_raw/ard-wgg.txt b/odin_raw/ard-wgg.txt new file mode 100644 index 0000000000000000000000000000000000000000..b2bd259328280c6dbae8a93e9ca0ce7f3c17a13c --- /dev/null +++ b/odin_raw/ard-wgg.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caf2e6e8e65cd055867d58eaa30ee2bef636d20464c8b378e9dc7dbc084b2be5 +size 472 diff --git a/odin_raw/arh.txt b/odin_raw/arh.txt new file mode 100644 index 0000000000000000000000000000000000000000..a7f7343a52da78bd6181eb9c2a61c4ddacdada5f --- /dev/null +++ b/odin_raw/arh.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31e053a1940b298628a4ddac91a63a951f709df82deeeb7684ba866b75e56bc6 +size 995 diff --git a/odin_raw/arn.txt b/odin_raw/arn.txt new file mode 100644 index 0000000000000000000000000000000000000000..307985bbed569d247e766d0860f1e7c694259987 --- /dev/null +++ b/odin_raw/arn.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb2a9462e4b476e82c669451733c8ad72677a5abed80d28f2886d9fb4fc5b554 +size 26828 diff --git a/odin_raw/ary.txt b/odin_raw/ary.txt new file mode 100644 index 0000000000000000000000000000000000000000..241c8d70e2b6fe1c3dabde7c211bc339820f306f --- /dev/null +++ b/odin_raw/ary.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd5840a60913fb5259ce1f5c948322cc9a09739cdd9be6a891341e0fa8f769a8 +size 539 diff --git a/odin_raw/arz.txt b/odin_raw/arz.txt new file mode 100644 index 0000000000000000000000000000000000000000..f5373e5e020ba16442cceb6751c9eec7d99893ec --- /dev/null +++ b/odin_raw/arz.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4f3fcf46de8dd2c8c0bab9f768dd5a0e15c4f969012528dd16d89460537b2ec +size 4380 diff --git a/odin_raw/as.txt b/odin_raw/as.txt new file mode 100644 index 0000000000000000000000000000000000000000..536eed4e3c3958ef75c7b3b93903fc30f5a963bc --- /dev/null +++ b/odin_raw/as.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63ce7a5cd64b17152d203fdbc974b5683704ec9695d17feb880b0b927003568b +size 2149 diff --git a/odin_raw/asb.txt b/odin_raw/asb.txt new file mode 100644 index 0000000000000000000000000000000000000000..87e8ac9b08ba0b37ba370670d4ecc9e2978e1490 --- /dev/null +++ b/odin_raw/asb.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:357c5edec1777ac38db91ecad7ca0abe5c0fba52c9eade7682320119c9286211 +size 297 diff --git a/odin_raw/asc-cns.txt b/odin_raw/asc-cns.txt new file mode 100644 index 0000000000000000000000000000000000000000..e5dd702c3c63c5a0c5f1d90bbb2d2108c99dc274 --- /dev/null +++ b/odin_raw/asc-cns.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2128fd868840c49fdfff79ed670a97a47a6cbb7e93f19cb3e772f5b6778200a5 +size 71 diff --git a/odin_raw/ase.txt b/odin_raw/ase.txt new file mode 100644 index 0000000000000000000000000000000000000000..41127303101bcc298c03cc52d21b4d061f682ed7 --- /dev/null +++ b/odin_raw/ase.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4727190c8d0c0b9c88cc679a016ac63589701dd25a5576619521908af8866688 +size 1441 diff --git a/odin_raw/ast.txt b/odin_raw/ast.txt new file mode 100644 index 0000000000000000000000000000000000000000..5402a8607b560424e579b2e9a2a9250191bb76de --- /dev/null +++ b/odin_raw/ast.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f7ba9a5b0c8829687abceb966662e37c704e198424618c1eb57d810f1382f5f +size 234 diff --git a/odin_raw/at.txt b/odin_raw/at.txt new file mode 100644 index 0000000000000000000000000000000000000000..5a15acd8da829275d1eb54ce51c7df16ac42ee89 --- /dev/null +++ b/odin_raw/at.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:553cb5fb41e6e9a97770f82a7161055b2b500984cf878d2869410e64a15f147b +size 178900 diff --git a/odin_raw/atb.txt b/odin_raw/atb.txt new file mode 100644 index 0000000000000000000000000000000000000000..6957bcc4b3f4c45af729d96e1dace6ea0af54f08 --- /dev/null +++ b/odin_raw/atb.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7595b1a2333f34cea67385e14df5c97347ae43114399de2dabed43b7a4f01462 +size 658 diff --git a/odin_raw/ati.txt b/odin_raw/ati.txt new file mode 100644 index 0000000000000000000000000000000000000000..d6e63972fc97f36de17e092b977d3b8d11446269 --- /dev/null +++ b/odin_raw/ati.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63606e46fb1bdabf57c0cf6348cce64000966bcac3c1e62fba2610a0c6a858fa +size 632 diff --git a/odin_raw/atv-alt.txt b/odin_raw/atv-alt.txt new file mode 100644 index 0000000000000000000000000000000000000000..251fb2396a1191d7dd232848f95fa58918e706dd --- /dev/null +++ b/odin_raw/atv-alt.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37daab550e1dcc2e1e98fa8cbd13ceecf7efc28d5d5f0096aa8046c51fdd6ed8 +size 366 diff --git a/odin_raw/aty.txt b/odin_raw/aty.txt new file mode 100644 index 0000000000000000000000000000000000000000..65c8f45efbb8036fce483d8d5c845c32acadf04a --- /dev/null +++ b/odin_raw/aty.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5c89d66296be795ccaf4378a4e5b45f69ec8de11df3b3308387cce16933d93c +size 366 diff --git a/odin_raw/auw.txt b/odin_raw/auw.txt new file mode 100644 index 0000000000000000000000000000000000000000..7db4653e0ff27e4a69b048da31e5edbec61097fa --- /dev/null +++ b/odin_raw/auw.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f00398d8481c0fe1a4a6ad151e4209f88dd77b7e4a09c565b9b12930c53d3aa9 +size 93 diff --git a/odin_raw/av.txt b/odin_raw/av.txt new file mode 100644 index 0000000000000000000000000000000000000000..b5f627083aa00ae716daa50fdcad51f8b3b2e55d --- /dev/null +++ b/odin_raw/av.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be8dd091473e30f35f057983a9c5c0159fa4bb7ddc1abfcb44fba8e7ae34a6e2 +size 1239 diff --git a/odin_raw/ava.txt b/odin_raw/ava.txt new file mode 100644 index 0000000000000000000000000000000000000000..59861c266a808d0358bdefce3e129de0f919a7e5 --- /dev/null +++ b/odin_raw/ava.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4354bcb672092ba9aac2fe45263c4ab79b7ad601f5a93a5465ed1c5e7cb25878 +size 5248 diff --git a/odin_raw/aw.txt b/odin_raw/aw.txt new file mode 100644 index 0000000000000000000000000000000000000000..13150295267036880cfb1a2fd683fbe50bcf29cc --- /dev/null +++ b/odin_raw/aw.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe511b66d110e00b5688d85f76f38e27be00477c9fe7f9991d4e7a97a06fcd57 +size 134 diff --git a/odin_raw/awb.txt b/odin_raw/awb.txt new file mode 100644 index 0000000000000000000000000000000000000000..4fdec89aee643f01749e6c36aca39695c4fca2f1 --- /dev/null +++ b/odin_raw/awb.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe953d63e051ebbc65cd1dac91fb0d19085c4090375bf5a4b20aba7dc2ba60dc +size 451 diff --git a/odin_raw/awn.txt b/odin_raw/awn.txt new file mode 100644 index 0000000000000000000000000000000000000000..7e7c4e6dd3748ee33f649c8ac212ad2d6ba80df1 --- /dev/null +++ b/odin_raw/awn.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1672a7f31f87700de0459ae5e4c62389749d974bcf4fe6316c1b16d6afbc325 +size 641 diff --git a/odin_raw/ayu.txt b/odin_raw/ayu.txt new file mode 100644 index 0000000000000000000000000000000000000000..1bf2cb9dac68fbe4ad374d99e677035c49ebaa12 --- /dev/null +++ b/odin_raw/ayu.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4daf04a4e0e6666be994a57cb64fc403e4a387048491f4872c6320af9b408cc +size 129 diff --git a/odin_raw/ayz.txt b/odin_raw/ayz.txt new file mode 100644 index 0000000000000000000000000000000000000000..eef980157583a893c2fc31f465e61cfa3d29dd87 --- /dev/null +++ b/odin_raw/ayz.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fed946a2f28eb2ad9016058c57e81c4fbd8adbd704fe4707a43f3c47d4f8c715 +size 2022 diff --git a/odin_raw/azb.txt b/odin_raw/azb.txt new file mode 100644 index 0000000000000000000000000000000000000000..e802acc6d2eca0100a3009bf9b8faa2eb013dc94 --- /dev/null +++ b/odin_raw/azb.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bfc4c9f6973d35e34baab2079840627daaba5608b26baf903424e5054247fb5 +size 285 diff --git a/odin_raw/azr.txt b/odin_raw/azr.txt new file mode 100644 index 0000000000000000000000000000000000000000..f69f506d8917bb2559ce7ed0001acf5680e74c41 --- /dev/null +++ b/odin_raw/azr.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f909a27ebb681b0f0b00dec24d1d75048f8440db961118db90e46872d9d708d6 +size 146 diff --git a/odin_raw/b.txt b/odin_raw/b.txt new file mode 100644 index 0000000000000000000000000000000000000000..05b19824c55f3c894924b72994b144c030aa3b9b --- /dev/null +++ b/odin_raw/b.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75137bfa45735a2ca64f1d4ecb3536ab7d5faf92db9b0d4be8b3ae8568403821 +size 309 diff --git a/odin_raw/ba.txt b/odin_raw/ba.txt new file mode 100644 index 0000000000000000000000000000000000000000..fc4e78a3332dc3f918b5a2d35e162132cfecae3e --- /dev/null +++ b/odin_raw/ba.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42d60f359e9633862626c110a57e96743749f5b043538a803c74f907370e7860 +size 3526 diff --git a/odin_raw/bae.txt b/odin_raw/bae.txt new file mode 100644 index 0000000000000000000000000000000000000000..6d14eb0df9a5dccf551761219401c1b14b293f2c --- /dev/null +++ b/odin_raw/bae.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:646a84a4b37b793a8182e6799595ef08ae443e338605666f28aa236e4de0a533 +size 239 diff --git a/odin_raw/bak.txt b/odin_raw/bak.txt new file mode 100644 index 0000000000000000000000000000000000000000..be6f1c862530778ea9d323a4ceb4b371bd5768b0 --- /dev/null +++ b/odin_raw/bak.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:023969ca3145e71293af03b7d6b2bc95f8bc53c9971e0e91479bcd0bb6721115 +size 190 diff --git a/odin_raw/ban.txt b/odin_raw/ban.txt new file mode 100644 index 0000000000000000000000000000000000000000..2159f829fc2900d20d283c7e8672fd59f2f4400c --- /dev/null +++ b/odin_raw/ban.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b8a038cc68d08174247cc0dd5eea0b75c30633c4477d1df3209e18a95cf1904 +size 37120 diff --git a/odin_raw/bao-bsn.txt b/odin_raw/bao-bsn.txt new file mode 100644 index 0000000000000000000000000000000000000000..49d2dd31ce30a91b232907e4b1ed58fb9d10ed01 --- /dev/null +++ b/odin_raw/bao-bsn.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cc01dc181c4a0da10d532f48b0b392cc8674c0c289a784ce982030df314ad4a +size 346 diff --git a/odin_raw/bao.txt b/odin_raw/bao.txt new file mode 100644 index 0000000000000000000000000000000000000000..0f9cc4ff53047b0db42aa7ff5ef9c5eb7935b494 --- /dev/null +++ b/odin_raw/bao.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29fc2000032a6d735276bc0b270c06810dffb944fa73b80cf841b24bb384fab5 +size 347 diff --git a/odin_raw/bap.txt b/odin_raw/bap.txt new file mode 100644 index 0000000000000000000000000000000000000000..8406d9e20963218dc8707c9040b5dce69f7a1bd4 --- /dev/null +++ b/odin_raw/bap.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3423ea90d0812ab2969a28a4944444e6fab80f9286dbaa57d4d5b83f113da767 +size 227 diff --git a/odin_raw/bar.txt b/odin_raw/bar.txt new file mode 100644 index 0000000000000000000000000000000000000000..54c2838c7d2d064c7322ea9a4a4d1f8810eb46b7 --- /dev/null +++ b/odin_raw/bar.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8dd2651947e08f597b069f1bb947eb4a1d64b494be5e4ee123ae10c86067c30 +size 35105 diff --git a/odin_raw/bav.txt b/odin_raw/bav.txt new file mode 100644 index 0000000000000000000000000000000000000000..84ca116d564384a66f731a185afe4ff351a6570b --- /dev/null +++ b/odin_raw/bav.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5a275ff11b6f8899b26edd22e08ef619d1222496b8cb93e11f06a144e79d8cd +size 5236 diff --git a/odin_raw/baz.txt b/odin_raw/baz.txt new file mode 100644 index 0000000000000000000000000000000000000000..1974f70343639ba0ad239e40fe0bc8c9157c0280 --- /dev/null +++ b/odin_raw/baz.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ae550223baefc8917ac0ae9cbe090208b14ccafabbf519769d61d05986aef91 +size 222 diff --git a/odin_raw/bb.txt b/odin_raw/bb.txt new file mode 100644 index 0000000000000000000000000000000000000000..a37e46186b189fa1ed7726ae43e2f3c76fd06a42 --- /dev/null +++ b/odin_raw/bb.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36ca2938bb8092d0b0e1b609ca76877dcf40e7f03a79e9d05d33e1c8a318dab0 +size 303 diff --git a/odin_raw/bbb.txt b/odin_raw/bbb.txt new file mode 100644 index 0000000000000000000000000000000000000000..135f1d2530ce5950bb1861d0db696f502791f0da --- /dev/null +++ b/odin_raw/bbb.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ff23d163caeeed12dcc5a787b0f4a442d7eaa5a36bda78589dca046560caed4 +size 3353 diff --git a/odin_raw/bbc.txt b/odin_raw/bbc.txt new file mode 100644 index 0000000000000000000000000000000000000000..1bc58bc58052bfd5798967ec9edabbf0077b4af4 --- /dev/null +++ b/odin_raw/bbc.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfc5657a91a2dc5c7fd8bbd90386037214b88be655a5f415c0bfe283e1117e4c +size 3699 diff --git a/odin_raw/bc.txt b/odin_raw/bc.txt new file mode 100644 index 0000000000000000000000000000000000000000..eab139d1bcdd779b567ef821ebfb2a265936ff16 --- /dev/null +++ b/odin_raw/bc.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ba2e5fa5ee0071570dcb75bc4fb0294cf5f7fed2a1aa75f7300f0b3fcf9c0dd +size 1540 diff --git a/odin_raw/bca-bfc-bfs.txt b/odin_raw/bca-bfc-bfs.txt new file mode 100644 index 0000000000000000000000000000000000000000..8c35234d8a02a539f2d552352bd32966991540bd --- /dev/null +++ b/odin_raw/bca-bfc-bfs.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8718b76783de272cde441b4e6209a03d06616f8fff58a93d3c84aa3ed0d5b1f7 +size 2869 diff --git a/odin_raw/bci.txt b/odin_raw/bci.txt new file mode 100644 index 0000000000000000000000000000000000000000..ac901eb2c603c986223c9c08ed443db0c5c4e396 --- /dev/null +++ b/odin_raw/bci.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcf7a2c11697144c6600d2a807461b3de42eb185d375830ff2b39a811e4a887e +size 8994 diff --git a/odin_raw/bck.txt b/odin_raw/bck.txt new file mode 100644 index 0000000000000000000000000000000000000000..463d2a1a541a5d834b124780d676a7b6980e44b4 --- /dev/null +++ b/odin_raw/bck.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:531a59cfdaa837f50863472da65b4f445c3aa51a42a8b2c73568cf35b4dbd84a +size 2333 diff --git a/odin_raw/bcr.txt b/odin_raw/bcr.txt new file mode 100644 index 0000000000000000000000000000000000000000..337ae4c1312c3ea32fa7b67150e111ddc9f8a666 --- /dev/null +++ b/odin_raw/bcr.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7719604a9b858d4f8bfc627179ece66709da67c1c2dc5e1057907a1e31b70e7 +size 278 diff --git a/odin_raw/bd.txt b/odin_raw/bd.txt new file mode 100644 index 0000000000000000000000000000000000000000..62e6f6c91b0fd79bf6af50872be5dfee7f99c0f2 --- /dev/null +++ b/odin_raw/bd.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f780bc4f9a0a187ea1d51aa730fac859b154bfa449c864f6bb3d4ac911e21e1 +size 338 diff --git a/odin_raw/be.txt b/odin_raw/be.txt new file mode 100644 index 0000000000000000000000000000000000000000..4ca69f2f625a9a03504e1b969d869a5ab41f6474 --- /dev/null +++ b/odin_raw/be.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11d8c1c0d3ba9b03913a29769008dbc77a293b89116ac2bf3aebeae1dc7f16a0 +size 235 diff --git a/odin_raw/bee.txt b/odin_raw/bee.txt new file mode 100644 index 0000000000000000000000000000000000000000..b9a46fb569c9251e9551ea59e0f27ef79ea0f363 --- /dev/null +++ b/odin_raw/bee.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d64398f7f71e57f2f1dad942c87116441127515614e9c760f42435e1a4e1c35 +size 1028 diff --git a/odin_raw/bej.txt b/odin_raw/bej.txt new file mode 100644 index 0000000000000000000000000000000000000000..88bb5cc1c32dd154407000bc04a1e79efcfc4529 --- /dev/null +++ b/odin_raw/bej.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64db054cbd0c04936e04bbe9e2651ecef258a2c727f2e6a2f426525b633e6f86 +size 2254 diff --git a/odin_raw/ben.txt b/odin_raw/ben.txt new file mode 100644 index 0000000000000000000000000000000000000000..278f86157ee672104012ed629b12e4808c0f9fdd --- /dev/null +++ b/odin_raw/ben.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc72796e7a3005c00651eff5d6cd4c08d3e2ccbee19379dc458332b08e21a299 +size 26576 diff --git a/odin_raw/bew.txt b/odin_raw/bew.txt new file mode 100644 index 0000000000000000000000000000000000000000..66fad4552e6bf576a20893423b940124fbb4a988 --- /dev/null +++ b/odin_raw/bew.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65f46365890ee800c817fa15cd48ecc2348c3fd6702a23b9148ddb70d3d71efe +size 133 diff --git a/odin_raw/bez.txt b/odin_raw/bez.txt new file mode 100644 index 0000000000000000000000000000000000000000..11474375f4d8835d1ce273890e18b060639e9048 --- /dev/null +++ b/odin_raw/bez.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55aec2b9d258b7b820f0c7f23aeef4404a652f0cbf844c1116c5785e445ac878 +size 1773 diff --git a/odin_raw/bf.txt b/odin_raw/bf.txt new file mode 100644 index 0000000000000000000000000000000000000000..b6619bedc76cbed12328783d505b616f7b53065a --- /dev/null +++ b/odin_raw/bf.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:639500b355a79113be5306a3c88fe9ccf2c77a1990de9221f3bd26866a834030 +size 219 diff --git a/odin_raw/bfa-mqu-muw-unr.txt b/odin_raw/bfa-mqu-muw-unr.txt new file mode 100644 index 0000000000000000000000000000000000000000..f08c5146d4a15e29c4a81dfbbafffc35919473e9 --- /dev/null +++ b/odin_raw/bfa-mqu-muw-unr.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d12c653b98afd47ec828f6c86f413d84acff01a3bb3f1170360693172966f4da +size 467 diff --git a/odin_raw/bfa.txt b/odin_raw/bfa.txt new file mode 100644 index 0000000000000000000000000000000000000000..a4ef0fab4ed206141cee9afe8143a234a85ff2ae --- /dev/null +++ b/odin_raw/bfa.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b47625692757cb36f23eece9dcccb3d01a957181f88743fbf921b4a08e8c9ea0 +size 199 diff --git a/odin_raw/bfd.txt b/odin_raw/bfd.txt new file mode 100644 index 0000000000000000000000000000000000000000..abf97a6e24d186ba3affe09bece505d690821fcf --- /dev/null +++ b/odin_raw/bfd.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bdf352e8f73dec0f049380880c923bb3be1f78c22b2e5b0b1b647c1413603ee +size 146 diff --git a/odin_raw/bft.txt b/odin_raw/bft.txt new file mode 100644 index 0000000000000000000000000000000000000000..fb0d11dd95b8767bebf2347833d8141cc417f2ed --- /dev/null +++ b/odin_raw/bft.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0951601d6ed9ec2efbf9cd42f4f01e4a39018c2b879987dadef7df447712490d +size 131 diff --git a/odin_raw/bfu.txt b/odin_raw/bfu.txt new file mode 100644 index 0000000000000000000000000000000000000000..7333b660d8c1d469d615176630fa9ecb46d85d14 --- /dev/null +++ b/odin_raw/bfu.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ec40f4d595bfec7bb664e83664a62d212ceb757d373c943da7c959874d4b374 +size 72 diff --git a/odin_raw/bg.txt b/odin_raw/bg.txt new file mode 100644 index 0000000000000000000000000000000000000000..353f8d8ecf6a64e67e322f3aa5ad14c65209d9b8 --- /dev/null +++ b/odin_raw/bg.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59b7e521e65b466b4e598a3f7640b8719d6506d8cde46d40f99c6f8aaf99e5f9 +size 5761 diff --git a/odin_raw/bgq.txt b/odin_raw/bgq.txt new file mode 100644 index 0000000000000000000000000000000000000000..38960cdc920612ae1a9da7b4f7f8c4f75ca54b45 --- /dev/null +++ b/odin_raw/bgq.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:555dc8bd057dd59f633415cb433129ed37f7f6fb582e98d9429c579857ec205e +size 604 diff --git a/odin_raw/bgr.txt b/odin_raw/bgr.txt new file mode 100644 index 0000000000000000000000000000000000000000..7422c56171c379e514b1729e1e9dc0ac092a442f --- /dev/null +++ b/odin_raw/bgr.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4388911ea5266c87615ee0682dc9de036cd9169c6110b3d93e371cd113087d24 +size 939 diff --git a/odin_raw/bho.txt b/odin_raw/bho.txt new file mode 100644 index 0000000000000000000000000000000000000000..6eea2dfaf2b0acbbfd87d2fca30fafb5870fad91 --- /dev/null +++ b/odin_raw/bho.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31579d5cb2ecce39d9e80f97cc0626c7d0f353d70ac2f97be1aae868d11af969 +size 514 diff --git a/odin_raw/bhp.txt b/odin_raw/bhp.txt new file mode 100644 index 0000000000000000000000000000000000000000..ac3060bc056c31623951f67246d6196712b19e97 --- /dev/null +++ b/odin_raw/bhp.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d674ae4bb551b5bb6f488086b151e52afc97179f76bd6b449ca89ba12b8974e7 +size 1876 diff --git a/odin_raw/bhq-khc.txt b/odin_raw/bhq-khc.txt new file mode 100644 index 0000000000000000000000000000000000000000..03aaeb9e5ed9505bebb29648c7f3bb404fad5c56 --- /dev/null +++ b/odin_raw/bhq-khc.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b814d9ff9c547ef333513913189f117c11db068b9a30b2bed262f60104a91615 +size 26650 diff --git a/odin_raw/bhq.txt b/odin_raw/bhq.txt new file mode 100644 index 0000000000000000000000000000000000000000..231cb27ac7991dd637d4f93da1ff8ed838ebc4f3 --- /dev/null +++ b/odin_raw/bhq.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c433bda6a45b4d104a6630bb31896811eb5533663c87d8680a540311c9883918 +size 439 diff --git a/odin_raw/bin-lew.txt b/odin_raw/bin-lew.txt new file mode 100644 index 0000000000000000000000000000000000000000..396ec6992953a00d34c2116bda78db087163344e --- /dev/null +++ b/odin_raw/bin-lew.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73682e7408158ba68b8e5481f77a4b326b905b9df174b6912930135521117786 +size 129 diff --git a/odin_raw/bin.txt b/odin_raw/bin.txt new file mode 100644 index 0000000000000000000000000000000000000000..02371c26f7ed148209d92767a56ad11d74a8f01f --- /dev/null +++ b/odin_raw/bin.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8245a687ba753edefb9101e9721c167d5791b5d384b4b321964fef918ded2e08 +size 48047 diff --git a/odin_raw/bis.txt b/odin_raw/bis.txt new file mode 100644 index 0000000000000000000000000000000000000000..ec0d9ab6f6755a0f408d2637e410875d38d764fe --- /dev/null +++ b/odin_raw/bis.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7a7e54e5c87c2ac2e93f90fd2f1fd7c816e409b785a35f9b5e46cd5136025ac +size 381 diff --git a/odin_raw/bj.txt b/odin_raw/bj.txt new file mode 100644 index 0000000000000000000000000000000000000000..44d285ee0fa9607ad25cc0bdbb1953fcc69f635c --- /dev/null +++ b/odin_raw/bj.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e986d81fdde00b17049f4a2bc45442a7eab55544155a338e048cdce5f07a784c +size 333 diff --git a/odin_raw/bjh.txt b/odin_raw/bjh.txt new file mode 100644 index 0000000000000000000000000000000000000000..74480116be3248e60af87a7e40a21517540d3e91 --- /dev/null +++ b/odin_raw/bjh.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e49e3e1d03a8a10ea54ba2ba6c919918c3c4e9588c6d2bf186793e72650f336f +size 729 diff --git a/odin_raw/bla.txt b/odin_raw/bla.txt new file mode 100644 index 0000000000000000000000000000000000000000..0ae5850075d8003f105618a740d181a7f2e5c030 --- /dev/null +++ b/odin_raw/bla.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bc3e6e0ac08a8824743fe05afc486c4de18cbbafc078aaaf4669cb30f318ed6 +size 1883 diff --git a/odin_raw/blc.txt b/odin_raw/blc.txt new file mode 100644 index 0000000000000000000000000000000000000000..fb554319d9aee4fd5a72e5c8a98b5c18fefbbde6 --- /dev/null +++ b/odin_raw/blc.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68eab123eb4722a147ad4b755ee49aa13024dfe60a02182db521e9715bf3688b +size 3403 diff --git a/odin_raw/blu.txt b/odin_raw/blu.txt new file mode 100644 index 0000000000000000000000000000000000000000..d840383b3436e91fb87b29a3c0f4f624ce4b9b31 --- /dev/null +++ b/odin_raw/blu.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4475db6f54a8ac492c776ac764fa9f4f670a21b3da913d4683d1ea981e49abd9 +size 6558 diff --git a/odin_raw/bmi.txt b/odin_raw/bmi.txt new file mode 100644 index 0000000000000000000000000000000000000000..5a3987876c9832ce77eff252534bb97fee12382f --- /dev/null +++ b/odin_raw/bmi.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f078e8687b88b6312885e6887b6899c87ec7cc5afc4f654bafc5bab3d60a924c +size 5971 diff --git a/odin_raw/bnd.txt b/odin_raw/bnd.txt new file mode 100644 index 0000000000000000000000000000000000000000..9a9e47c353a8b97495fe08b659151ded500d7616 --- /dev/null +++ b/odin_raw/bnd.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:889efa1505dfe2984e1e608446753941deaf1ae748161f7c3d7749ef4e1078e2 +size 156 diff --git a/odin_raw/bni.txt b/odin_raw/bni.txt new file mode 100644 index 0000000000000000000000000000000000000000..601deff3635b27f417dd4404754460c7463c0eca --- /dev/null +++ b/odin_raw/bni.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2f8e19d0b986fa78a0dc0a8d58d9ac53df661a47eb0623f50c16a2a31810030 +size 300 diff --git a/odin_raw/bnn.txt b/odin_raw/bnn.txt new file mode 100644 index 0000000000000000000000000000000000000000..22145300b4d05cecf09bdd0f9a574a3e31b4a6b2 --- /dev/null +++ b/odin_raw/bnn.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:421432f7c3321df4b9873bc5b41dc879ef3399de16e920a8d7ed59bdc9b5bb10 +size 603 diff --git a/odin_raw/bo.txt b/odin_raw/bo.txt new file mode 100644 index 0000000000000000000000000000000000000000..ed5b3f5d2d049e7ef63e7b679e5472e8688009b2 --- /dev/null +++ b/odin_raw/bo.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccabaaf75969540c3c9fd4396679d6a6682cb58370314f427a2c5f3fd5acb95e +size 281 diff --git a/odin_raw/boa.txt b/odin_raw/boa.txt new file mode 100644 index 0000000000000000000000000000000000000000..a5bb7e6d9b094ac2a6b0c4e0faaf1dd9c3efa829 --- /dev/null +++ b/odin_raw/boa.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1077c9a98cd793a2b82809c46bc1c622d67be47a56d49d1bf910ff4c0068862 +size 371 diff --git a/odin_raw/bob.txt b/odin_raw/bob.txt new file mode 100644 index 0000000000000000000000000000000000000000..08164d9bd3b1ddb165b7805483be0615f009f2e7 --- /dev/null +++ b/odin_raw/bob.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a088f30e14566048430775160f8c917b94794cb3f821d5d34428138d24c9115 +size 229 diff --git a/odin_raw/bod.txt b/odin_raw/bod.txt new file mode 100644 index 0000000000000000000000000000000000000000..8063d7db2edc97e9c894fd4d89a64f4681e435cf --- /dev/null +++ b/odin_raw/bod.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:145029d4f57d3b6fd63bfc88c7e0f08621bf07f92dacf5cd22487a3be81afed2 +size 7575 diff --git a/odin_raw/bor.txt b/odin_raw/bor.txt new file mode 100644 index 0000000000000000000000000000000000000000..2a69f6ddf107260b927e85a789939f33cf906273 --- /dev/null +++ b/odin_raw/bor.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cfd5c2a844a9b6ea3ca702369a03b46a42d8f4d54c3495bf4cb4c4c018e9bb0 +size 223 diff --git a/odin_raw/bos.txt b/odin_raw/bos.txt new file mode 100644 index 0000000000000000000000000000000000000000..1b058eaf60089e212bd35c01bb539623ccd81996 --- /dev/null +++ b/odin_raw/bos.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caddabb93ac92f84af3ac206b5d8eca934b49338f0649a6db9dec6ba48cee457 +size 5062 diff --git a/odin_raw/bot.txt b/odin_raw/bot.txt new file mode 100644 index 0000000000000000000000000000000000000000..ff3c1568bc792d1986b98817210c4cb92ef43464 --- /dev/null +++ b/odin_raw/bot.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eac7aa47e88fc910a152014030bd2f79ebce0eba33837a4796c7953c0fc86d03 +size 590 diff --git a/odin_raw/bps.txt b/odin_raw/bps.txt new file mode 100644 index 0000000000000000000000000000000000000000..a364a500a5636ef757ef93d047a23b1444424864 --- /dev/null +++ b/odin_raw/bps.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:662c76dee92268499c341349a14d4784f1607d0ca67a8ab8631a00bfc8f8d6fc +size 1906 diff --git a/odin_raw/bqc.txt b/odin_raw/bqc.txt new file mode 100644 index 0000000000000000000000000000000000000000..77d2d8bae327a80a6927fec4bb94007416dc553b --- /dev/null +++ b/odin_raw/bqc.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fca13d88c3237b0b59e68ba05b5377970541fa7d190f407bbc0f7bb15902c41 +size 925 diff --git a/odin_raw/bqe.txt b/odin_raw/bqe.txt new file mode 100644 index 0000000000000000000000000000000000000000..e8095d392aa8f29b24fa2a60a9009e8a0eb2a8d8 --- /dev/null +++ b/odin_raw/bqe.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:158d33ed25fed84e3595251c84b554c7983b94b3d72db65b259d6ff9be0a645a +size 2663 diff --git a/odin_raw/br.txt b/odin_raw/br.txt new file mode 100644 index 0000000000000000000000000000000000000000..665d40416ede46ad03d2f8c11df873735887f1ae --- /dev/null +++ b/odin_raw/br.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcbedfc68ae7e11ddad7d7def84d4d3bfea4da08503e3d10a893e843fdb67035 +size 34993 diff --git a/odin_raw/brc.txt b/odin_raw/brc.txt new file mode 100644 index 0000000000000000000000000000000000000000..47196f141e30ff91e076cc4e019bdad120f715fc --- /dev/null +++ b/odin_raw/brc.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:337a9fdb9bca4f2fe9f9f4e97c3d0ce7b823563f0e0d762311c35e081251df11 +size 731 diff --git a/odin_raw/bre.txt b/odin_raw/bre.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7a4c24a9ee1bb16c777cbd9effc8c5dbe93997a --- /dev/null +++ b/odin_raw/bre.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bf2217447898f55fa1abfb9e6236352b8522657dc4c3c2fab5fa7f23275feff +size 10491 diff --git a/odin_raw/brg.txt b/odin_raw/brg.txt new file mode 100644 index 0000000000000000000000000000000000000000..09fde3909ed68fc8ab4e9ec2ebf8aa5cf17989f4 --- /dev/null +++ b/odin_raw/brg.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29f0922c81225cf8d479de2596911f52d970a9192356f144f80f7d240fa64d19 +size 858 diff --git a/odin_raw/bsf.txt b/odin_raw/bsf.txt new file mode 100644 index 0000000000000000000000000000000000000000..5ff8f22d269ac734835fd7a882af9fb544119636 --- /dev/null +++ b/odin_raw/bsf.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22bd04c73c8097c7e65fc5d6a588cd9d9202cd7a24c8ad07847592804bd4caf9 +size 1269 diff --git a/odin_raw/bsk.txt b/odin_raw/bsk.txt new file mode 100644 index 0000000000000000000000000000000000000000..d0c50860d57c366ffdf9161bc636fc404409b703 --- /dev/null +++ b/odin_raw/bsk.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bb226c1b7f3da78526e20a4998cf286bb70cc396788c6f6a163b41cc0d4bac3 +size 2724 diff --git a/odin_raw/bsn-bao-pok.txt b/odin_raw/bsn-bao-pok.txt new file mode 100644 index 0000000000000000000000000000000000000000..cdb2dec349e36a896a1f8693c9fb67e7f40d3617 --- /dev/null +++ b/odin_raw/bsn-bao-pok.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4681a296f2a5a9edcba8db7f2015f4f974ff2395c4b545befcfdf6bab0d05309 +size 82 diff --git a/odin_raw/bt.txt b/odin_raw/bt.txt new file mode 100644 index 0000000000000000000000000000000000000000..1e130af8a7da4a901c2f62f1ca069f620a785322 --- /dev/null +++ b/odin_raw/bt.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79953900f62b33a9f688daeca03475b17f5bc86de61b7253a0bc96bd28b3026d +size 239 diff --git a/odin_raw/btg.txt b/odin_raw/btg.txt new file mode 100644 index 0000000000000000000000000000000000000000..b5f5821f56d47c0e4df44b9559a1abba31693179 --- /dev/null +++ b/odin_raw/btg.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb906edb2e07729e9ef29a289e4ac7a522213750f75d9199bff8a41b46c910ca +size 243 diff --git a/odin_raw/bu.txt b/odin_raw/bu.txt new file mode 100644 index 0000000000000000000000000000000000000000..19dddfd5e8af5390b6ae7838d7a50102d76afe87 --- /dev/null +++ b/odin_raw/bu.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09de7529fb3dc52078a68377c756f33a33ac84b3143ddcf1d5f2bd069dfbbe80 +size 178060 diff --git a/odin_raw/bua.txt b/odin_raw/bua.txt new file mode 100644 index 0000000000000000000000000000000000000000..839a9e147f90eaf6246d34fbe2a54bb3253799b5 --- /dev/null +++ b/odin_raw/bua.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ebf6f766a7262410d1c08aa7e30aee08a2f53916a214933083063134a096f27 +size 230 diff --git a/odin_raw/bwe.txt b/odin_raw/bwe.txt new file mode 100644 index 0000000000000000000000000000000000000000..015ff96398d3ff85feea29f6f8b20870815d17ee --- /dev/null +++ b/odin_raw/bwe.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55f9bc3e59a05b2aa84b06dcf21a815cda2723062fb023de7dc8915b848f3b79 +size 2424 diff --git a/odin_raw/bwi.txt b/odin_raw/bwi.txt new file mode 100644 index 0000000000000000000000000000000000000000..5edf0a131962abf02c2db7952e89591f71ad27a1 --- /dev/null +++ b/odin_raw/bwi.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86c1e5da9071e019de81d42ee5a1df2af2b6c86802af1ea21c37e0dd94f0b756 +size 140 diff --git a/odin_raw/bwu.txt b/odin_raw/bwu.txt new file mode 100644 index 0000000000000000000000000000000000000000..eeb247b7c635d2e0c7f1d90c0ac095841892d456 --- /dev/null +++ b/odin_raw/bwu.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e48df61f8352effaa7d85de163485a370fba78e0dd3a63bfa1769b738cd659ed +size 2445 diff --git a/odin_raw/bxr.txt b/odin_raw/bxr.txt new file mode 100644 index 0000000000000000000000000000000000000000..8f173e294190b2e208a83b3c87e5ee37114fbe4a --- /dev/null +++ b/odin_raw/bxr.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af8ed70908643625df1686c14b62f0c15e971475ed856c378ec3fc6d7c938cca +size 356 diff --git a/odin_raw/bxw-fmp.txt b/odin_raw/bxw-fmp.txt new file mode 100644 index 0000000000000000000000000000000000000000..9b0ee70fd20480e9664d26264ffd0f17331e5d43 --- /dev/null +++ b/odin_raw/bxw-fmp.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d15914dc33e28ab9fae754c99c67314962df739665bdc8ebe15c55478e28be4a +size 411 diff --git a/odin_raw/byw.txt b/odin_raw/byw.txt new file mode 100644 index 0000000000000000000000000000000000000000..8513e1f8b8cf5a880a1a331e78523773fcdb61bf --- /dev/null +++ b/odin_raw/byw.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcca5df9964869513d44c0ff8e29ca0b6f6d8a60a7e313368664527c3706f267 +size 33666 diff --git a/odin_raw/bz.txt b/odin_raw/bz.txt new file mode 100644 index 0000000000000000000000000000000000000000..5352acbd12b05647a6c12f5ba1a9e5fba972f637 --- /dev/null +++ b/odin_raw/bz.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49570f88e86177d0391411b55fe3e1fdfde219111cadb6a31ea2249916ca5b61 +size 4040 diff --git a/odin_raw/c.txt b/odin_raw/c.txt new file mode 100644 index 0000000000000000000000000000000000000000..72b084afebb484d3972ff16d4854e7249b013edf --- /dev/null +++ b/odin_raw/c.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22206d91911fd4c25e8e4681f1f898d84e45b5d348e8e10ab22fd288ec345630 +size 275 diff --git a/odin_raw/ca.txt b/odin_raw/ca.txt new file mode 100644 index 0000000000000000000000000000000000000000..1c954327244356c860ff95719d596af5db47228b --- /dev/null +++ b/odin_raw/ca.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98f86a3582f49410e04ec583300d61051baf7edd7a53a6105d9bf5d96b22f0d2 +size 645 diff --git a/odin_raw/caa.txt b/odin_raw/caa.txt new file mode 100644 index 0000000000000000000000000000000000000000..039b3f950c198b279fa6f209e1dc5ef82305f83a --- /dev/null +++ b/odin_raw/caa.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e185f4225ef85c31dbc63d208be5399ab463735afa03acad6385a1d2d16d96d6 +size 443 diff --git a/odin_raw/cac.txt b/odin_raw/cac.txt new file mode 100644 index 0000000000000000000000000000000000000000..0a7bd978bca615a8581788ab03e7d82c8453bfc0 --- /dev/null +++ b/odin_raw/cac.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b08d6cfc89da40fa5545b4212d6d8bfb217241e96758d028dba084e208b3e92b +size 168 diff --git a/odin_raw/cad.txt b/odin_raw/cad.txt new file mode 100644 index 0000000000000000000000000000000000000000..285cc7a6a99115a8c2a371f80821bbf57e900391 --- /dev/null +++ b/odin_raw/cad.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0aaec14ae3fd489c5df4fc14bb8c6358294b7fdf000d08c7b12d75a7224005d +size 1733 diff --git a/odin_raw/cak.txt b/odin_raw/cak.txt new file mode 100644 index 0000000000000000000000000000000000000000..38b9c820df9b0056d0ed33846e1a839ce522dde9 --- /dev/null +++ b/odin_raw/cak.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c5fc9542735b191dbc4faa1ad7274559f31b8bf88ba7d5f4ec3c38c9e2af2e5 +size 1605 diff --git a/odin_raw/cap.txt b/odin_raw/cap.txt new file mode 100644 index 0000000000000000000000000000000000000000..677545fa4384ee999ee93fd20435be900f262d78 --- /dev/null +++ b/odin_raw/cap.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:526db91e0f21bbd4fc6dd0b291e1790c866492e7eeda079125db657d8bc06ec5 +size 1575 diff --git a/odin_raw/caq.txt b/odin_raw/caq.txt new file mode 100644 index 0000000000000000000000000000000000000000..3fefebfaca7afa44b4f0699184eff45de5243718 --- /dev/null +++ b/odin_raw/caq.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4819f39b17252680133eb41fb6988519e62743de56bfeede32993ae3e1c178e +size 173 diff --git a/odin_raw/car.txt b/odin_raw/car.txt new file mode 100644 index 0000000000000000000000000000000000000000..07d3f8c7bfe786c20fc682a3dcc13583f5e9ccde --- /dev/null +++ b/odin_raw/car.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7db9acc694b83b6f2dda6e3651c48b9be97c3d888c5114b976d69a0804a64252 +size 1169 diff --git a/odin_raw/cas.txt b/odin_raw/cas.txt new file mode 100644 index 0000000000000000000000000000000000000000..b1f57a58b0ae8d7c2ba2b986f17feb13ec0676d7 --- /dev/null +++ b/odin_raw/cas.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:054d46b4d7e5d27aa7da64be856e4cb7429f671ebddc145423498d4ab54cdee8 +size 1107 diff --git a/odin_raw/cat.txt b/odin_raw/cat.txt new file mode 100644 index 0000000000000000000000000000000000000000..457df2c9fd2d55d640cf79d233290a01f880fc8a --- /dev/null +++ b/odin_raw/cat.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c7af3c7faabeba2089fb71387e35d037ea604861ad6d197b91e729e8a3957f7 +size 89886 diff --git a/odin_raw/cay.txt b/odin_raw/cay.txt new file mode 100644 index 0000000000000000000000000000000000000000..4ba4d34b712872785fc43c576ac373e95f23d890 --- /dev/null +++ b/odin_raw/cay.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5bce85a1db421d1399ac3871b642b55104376712381e935f2ba3e0c3ce85a22 +size 506 diff --git a/odin_raw/cbs.txt b/odin_raw/cbs.txt new file mode 100644 index 0000000000000000000000000000000000000000..46707d5f0bda57930327fd27299e421c4a6017f8 --- /dev/null +++ b/odin_raw/cbs.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe80255b56f520ab3a63de7a9ed8b02223911da13464c12ca38062a713a73540 +size 642 diff --git a/odin_raw/cc.txt b/odin_raw/cc.txt new file mode 100644 index 0000000000000000000000000000000000000000..7842660a1a7dd5c7ab4be031e68e9701f93dbbfd --- /dev/null +++ b/odin_raw/cc.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:771a0f6f2c37a8745280fb5a42db928945719f5e80eb8ab2e3beb46dc0bc725e +size 8551 diff --git a/odin_raw/ccc.txt b/odin_raw/ccc.txt new file mode 100644 index 0000000000000000000000000000000000000000..f8a39117bc80d804ed1bacde3248bd2bd6185005 --- /dev/null +++ b/odin_raw/ccc.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e75611c338dba3aed9c5318f289995fbfe0c953cb9309e1c9e00275efe830460 +size 1246 diff --git a/odin_raw/cd.txt b/odin_raw/cd.txt new file mode 100644 index 0000000000000000000000000000000000000000..25fd9045f6eed18180e9d3ee590d4021eccd2506 --- /dev/null +++ b/odin_raw/cd.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee4d701c37c6eb9659e65fdb040e5a8349d80367681f9a0a65fa9c8f399fdbc7 +size 2093 diff --git a/odin_raw/ceb.txt b/odin_raw/ceb.txt new file mode 100644 index 0000000000000000000000000000000000000000..04b4c77475f8608a598275ddd7b505a74aacfe4d --- /dev/null +++ b/odin_raw/ceb.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:958fc88def1e0039a920c85fcbd553b14932c80c130a739bfa18110fa2ea4213 +size 4802 diff --git a/odin_raw/ces.txt b/odin_raw/ces.txt new file mode 100644 index 0000000000000000000000000000000000000000..2b45fd3777a992a87e73e40f66d4af5cc93cd883 --- /dev/null +++ b/odin_raw/ces.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e3cb4dc76cfb39061808762cad9e1823d54084f39d468ff65653eebfd12bf1d +size 73126 diff --git a/odin_raw/cha.txt b/odin_raw/cha.txt new file mode 100644 index 0000000000000000000000000000000000000000..896142e68e834386e57e96304a5d3a269a690cef --- /dev/null +++ b/odin_raw/cha.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b12084b7d5576e9364f2ad283f033b1e1c56b80380009d503f8bf2ca1b71a911 +size 41719 diff --git a/odin_raw/chd.txt b/odin_raw/chd.txt new file mode 100644 index 0000000000000000000000000000000000000000..62008be7ceb941202bd916ab3f859b49ed5cbfb1 --- /dev/null +++ b/odin_raw/chd.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:141d24ad88f25565846055d76ae2c89ea8015fc88ad853093369e9b3360313ed +size 166 diff --git a/odin_raw/che.txt b/odin_raw/che.txt new file mode 100644 index 0000000000000000000000000000000000000000..eaf03176b39c04867475b701491a07f477fec86d --- /dev/null +++ b/odin_raw/che.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a38624cb965e4986a895857628558ce080ff3fdf5db0bda3a257dc2170295c1 +size 2063 diff --git a/odin_raw/chg.txt b/odin_raw/chg.txt new file mode 100644 index 0000000000000000000000000000000000000000..43ed902beefe723ecffeec4fac920952657307a1 --- /dev/null +++ b/odin_raw/chg.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1202e87b813fd970f74363f94a162c71ab341c53ddd4378e9648b8ebb5538135 +size 531 diff --git a/odin_raw/cho.txt b/odin_raw/cho.txt new file mode 100644 index 0000000000000000000000000000000000000000..6ef1d3a38e2ccb66f2215c782420368ebcc49177 --- /dev/null +++ b/odin_raw/cho.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6cd87a9e864055591bf318afa24f480f8bb8fc8cd799c98912a4fc61c1c6564 +size 25378 diff --git a/odin_raw/chp.txt b/odin_raw/chp.txt new file mode 100644 index 0000000000000000000000000000000000000000..f0615f02691b5b4fc0e1c8d744209fdeb03865db --- /dev/null +++ b/odin_raw/chp.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e7abf56b95be27b9b1bda5921a4da14a5656fcbf81a80b8d2efbdcadb5eeb36 +size 249 diff --git a/odin_raw/chr.txt b/odin_raw/chr.txt new file mode 100644 index 0000000000000000000000000000000000000000..f4ed3813cd4613f82e34245ce64e04f7111f9c41 --- /dev/null +++ b/odin_raw/chr.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51f8fb76d2798f46adc3d791b583746d76b1b578b8a115adc5e6fe9af6f793c0 +size 856 diff --git a/odin_raw/chv.txt b/odin_raw/chv.txt new file mode 100644 index 0000000000000000000000000000000000000000..57d2e805548d7787d877763d1a2c3b2b11a34bd0 --- /dev/null +++ b/odin_raw/chv.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df81056c914a6edfe85d2732cd98250a63bc0ae819227441b111ebce9e0ae3e6 +size 2160 diff --git a/odin_raw/ci.txt b/odin_raw/ci.txt new file mode 100644 index 0000000000000000000000000000000000000000..9c0dd3cfe3fa178439a5522962d51904cd22979b --- /dev/null +++ b/odin_raw/ci.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e4453324ddc632b7fe8a3a8bfcc061d653abae748784f7127d39e859df1dea6 +size 6235 diff --git a/odin_raw/cic.txt b/odin_raw/cic.txt new file mode 100644 index 0000000000000000000000000000000000000000..b453faa0e0a002f1496c2087163663d612871ad3 --- /dev/null +++ b/odin_raw/cic.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04ff3398d28ca7b3ee3b30e169610238da8fb12e28d87934920c534254af9dd8 +size 6975 diff --git a/odin_raw/cir.txt b/odin_raw/cir.txt new file mode 100644 index 0000000000000000000000000000000000000000..2f88299202a6d2c8bb62163720d767ca1ed16ec9 --- /dev/null +++ b/odin_raw/cir.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6cf2e07d94a5829c88c24388d0e5153aa70643f9de119ded8962edbd5328109 +size 216 diff --git a/odin_raw/cj.txt b/odin_raw/cj.txt new file mode 100644 index 0000000000000000000000000000000000000000..974db91a584cef02bd69c7b828804deac3e8f493 --- /dev/null +++ b/odin_raw/cj.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a6aa2aa7f874e35d6bd8f529a34d473a742dccb19128baf33d7fa1669693e9f +size 5038 diff --git a/odin_raw/cjh.txt b/odin_raw/cjh.txt new file mode 100644 index 0000000000000000000000000000000000000000..3110a723f0900b0c7175f0e141682a6b0063266d --- /dev/null +++ b/odin_raw/cjh.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51b6b0ac6a4dd8e1b47fe91eedbf9287bcdf82812219f8dda412346c075a3c45 +size 318 diff --git a/odin_raw/cji.txt b/odin_raw/cji.txt new file mode 100644 index 0000000000000000000000000000000000000000..25dc6926e07d8166e067872fec1df6e14c9cef1d --- /dev/null +++ b/odin_raw/cji.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89eea36b16ceaeb85e4f842ae6c5ede749f874bfd42ba489015042252f00357b +size 656 diff --git a/odin_raw/cjo-cpy.txt b/odin_raw/cjo-cpy.txt new file mode 100644 index 0000000000000000000000000000000000000000..6a42f9d2308c9b8964626ff861215724e4b7f6b3 --- /dev/null +++ b/odin_raw/cjo-cpy.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a638e5128e40c3e3b54ef84f5eb3e3e41aa68b6adeb72355f4ac8b6f6601481 +size 618 diff --git a/odin_raw/cjs.txt b/odin_raw/cjs.txt new file mode 100644 index 0000000000000000000000000000000000000000..3b8ef67846203cb455a2b5654aa3bdbf0042c436 --- /dev/null +++ b/odin_raw/cjs.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8519f27b864b5fb867f9fc8e76374b793aea4958a450a5c6d5e1bdbb95f063b7 +size 1063 diff --git a/odin_raw/cjv.txt b/odin_raw/cjv.txt new file mode 100644 index 0000000000000000000000000000000000000000..f2000b621bd6da7224aa62c75838120cbf3a737c --- /dev/null +++ b/odin_raw/cjv.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c584c85b6c1e7d56c6e552e1a5e67653921063b09953388d3cf2d51200a07ce +size 824 diff --git a/odin_raw/ckb.txt b/odin_raw/ckb.txt new file mode 100644 index 0000000000000000000000000000000000000000..5483c6f6c0faeb2a7adc1d6e461a160797a2d9ad --- /dev/null +++ b/odin_raw/ckb.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:723acc53bda5032dcc97c9160607397c1693dc26bf6fe8ba2f6e3e68ddbdd3f9 +size 2258 diff --git a/odin_raw/cks.txt b/odin_raw/cks.txt new file mode 100644 index 0000000000000000000000000000000000000000..59d16cc60c339cee4f657939d774fe224db621e3 --- /dev/null +++ b/odin_raw/cks.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35d4f89189a9d53ade235c6791fa005e1aaba2595bf04a6f3ea0c497e4b86f60 +size 411 diff --git a/odin_raw/ckt.txt b/odin_raw/ckt.txt new file mode 100644 index 0000000000000000000000000000000000000000..6aa6507e36864cf1e9d857657dc152be7fff7db7 --- /dev/null +++ b/odin_raw/ckt.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b6d9fa4edf4d22c39a4df411219a9ab779108a01539a742bbc3d86f85f5d2e4 +size 24787 diff --git a/odin_raw/cku.txt b/odin_raw/cku.txt new file mode 100644 index 0000000000000000000000000000000000000000..9cf5857ba4047bb1527942b793963923f06fda33 --- /dev/null +++ b/odin_raw/cku.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1f6a039d7f2731dd405a95f06367e8e745d8c4faf9c1c880d7eb98a21090338 +size 1864 diff --git a/odin_raw/ckv.txt b/odin_raw/ckv.txt new file mode 100644 index 0000000000000000000000000000000000000000..7411d30bf140323586035bb1fa452ec2857f8d6a --- /dev/null +++ b/odin_raw/ckv.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:452f036ec950333d3e114dbf94ca4abbf248eb73bea29532a831aaf5e1ace853 +size 23675 diff --git a/odin_raw/cle.txt b/odin_raw/cle.txt new file mode 100644 index 0000000000000000000000000000000000000000..d1387ae12248b63ff2fbbde42320f35ff796b7c8 --- /dev/null +++ b/odin_raw/cle.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed42865dfb01ab68bdd5de663dc2aa822740de3d856f97297076117f99da4432 +size 3018 diff --git a/odin_raw/cmg.txt b/odin_raw/cmg.txt new file mode 100644 index 0000000000000000000000000000000000000000..017cce7fe08c2f0cf178b442e6bbc4e8578a06d5 --- /dev/null +++ b/odin_raw/cmg.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1215a8035df9a0cd43749cc078dca2b0488965e93d161ff9ad064460cf03434 +size 901 diff --git a/odin_raw/cmn.txt b/odin_raw/cmn.txt new file mode 100644 index 0000000000000000000000000000000000000000..bd2ecdd1ad970820d8dfc472df693bf3b4504a9d --- /dev/null +++ b/odin_raw/cmn.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1355dc9a6e10509bdd701e2eb3a6863c12126a744bed1c2b6be0b88f8ab9dd20 +size 709374 diff --git a/odin_raw/cn.txt b/odin_raw/cn.txt new file mode 100644 index 0000000000000000000000000000000000000000..8c7b16d716957c09613a9364e241c5b6ff2e44f2 --- /dev/null +++ b/odin_raw/cn.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4304342342154c0160163f875914cc174866cd155b332f4132952555ec95b6f1 +size 136 diff --git a/odin_raw/cng.txt b/odin_raw/cng.txt new file mode 100644 index 0000000000000000000000000000000000000000..370156443e2b9257f9f3ff57d71af05aa837ea88 --- /dev/null +++ b/odin_raw/cng.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f81386cbf14cd47fee1764621f6e9389b896bae0adf16d6331ee5d94d206103f +size 268109 diff --git a/odin_raw/cnh.txt b/odin_raw/cnh.txt new file mode 100644 index 0000000000000000000000000000000000000000..c87ae49cf86477a5c5982ef9cee7597087324400 --- /dev/null +++ b/odin_raw/cnh.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b0454a9f6c9358045855006b31b1b1018c3909e79fd7b758ec8762fa0f21353 +size 10358 diff --git a/odin_raw/cni.txt b/odin_raw/cni.txt new file mode 100644 index 0000000000000000000000000000000000000000..11cc2897c9e45bde89142e51cdff1fb52393ec10 --- /dev/null +++ b/odin_raw/cni.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae388625a4edfd3b0a5ea5b0f16e7a2ca5ae53f8226f90ae29f42c76350534a0 +size 697 diff --git a/odin_raw/cns.txt b/odin_raw/cns.txt new file mode 100644 index 0000000000000000000000000000000000000000..51e0c22ab4cc68f006d1055b47237cf7cb9ec383 --- /dev/null +++ b/odin_raw/cns.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83f4b66f156bc524db175f19d0665f64c775f008155a5b635cc985e18e078877 +size 472 diff --git a/odin_raw/co.txt b/odin_raw/co.txt new file mode 100644 index 0000000000000000000000000000000000000000..52bf1a26d289e950b81b535edb20bdcbe37fb236 --- /dev/null +++ b/odin_raw/co.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4776859ba8c9b81be446dbb73318fb99488e783b307d9c923ffbfe68c205c4b +size 610 diff --git a/odin_raw/cok-crn.txt b/odin_raw/cok-crn.txt new file mode 100644 index 0000000000000000000000000000000000000000..73943188a5892af9cc2467f17b81e1e54076a3f5 --- /dev/null +++ b/odin_raw/cok-crn.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76a702abcbf4cba6ff10b9057e2a6577571cf2ff0e99bcae2b9ea8674ec4ba55 +size 85 diff --git a/odin_raw/cop.txt b/odin_raw/cop.txt new file mode 100644 index 0000000000000000000000000000000000000000..e0385244ed81a0400eabe53667931a5156792900 --- /dev/null +++ b/odin_raw/cop.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84c83f72fb28b6a606aa6e616acfc8be945cc60cea86690d4fc0c01a23cac6ed +size 10743 diff --git a/odin_raw/cos.txt b/odin_raw/cos.txt new file mode 100644 index 0000000000000000000000000000000000000000..2e40c5b70b341af27797331a6b9a5923f6147470 --- /dev/null +++ b/odin_raw/cos.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:993f37b91cbbd9c33c131ca9ab55edc559bdac414533ac4a656bacef8251d20e +size 352 diff --git a/odin_raw/cp.txt b/odin_raw/cp.txt new file mode 100644 index 0000000000000000000000000000000000000000..b109712911a10b589d7a2a42c1be010caf2d2ba0 --- /dev/null +++ b/odin_raw/cp.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83d641cc297815ab5529e161f8c2f475e85de8c51918fba1469504fd9358fb49 +size 287 diff --git a/odin_raw/cpc.txt b/odin_raw/cpc.txt new file mode 100644 index 0000000000000000000000000000000000000000..447b05da08395581af8d42df3ad685c55e6b6cb2 --- /dev/null +++ b/odin_raw/cpc.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f52dca85299a121eac0feb1bf7614913e0b2820539076af1bd6fce0d4bde5d34 +size 86 diff --git a/odin_raw/cpg.txt b/odin_raw/cpg.txt new file mode 100644 index 0000000000000000000000000000000000000000..144f66b0e6b6e6845ab9a13bcca3ccff5c1b5f61 --- /dev/null +++ b/odin_raw/cpg.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a904599a4fb27f68379bd6b85a8debd763e7729dfe8f0a2eec22115cd69d2e63 +size 90 diff --git a/odin_raw/cpu.txt b/odin_raw/cpu.txt new file mode 100644 index 0000000000000000000000000000000000000000..e19dfdcf17a670acb1e95a429efe1ca33bef10ed --- /dev/null +++ b/odin_raw/cpu.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64ff589c1b4c90e0a7702b2e90a7bbc2ba807760c8c0bb8bc490014be69b3aaa +size 614 diff --git a/odin_raw/crg.txt b/odin_raw/crg.txt new file mode 100644 index 0000000000000000000000000000000000000000..fd40540b0d5fb8ae5c52206dfad9e3cd80e2c045 --- /dev/null +++ b/odin_raw/crg.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4b7e8461cf2de200b5e38573086ee8cdc9019cc0bb9bf073886d6251ba844eb +size 368 diff --git a/odin_raw/crj.txt b/odin_raw/crj.txt new file mode 100644 index 0000000000000000000000000000000000000000..e872c5f6f06180f4a1d8826f9179fec5e55bc64b --- /dev/null +++ b/odin_raw/crj.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea00c00de4a2cda2da9b8939d7ba15dfb4de45400ee6691a97410bd3e67f5a46 +size 10989 diff --git a/odin_raw/crk.txt b/odin_raw/crk.txt new file mode 100644 index 0000000000000000000000000000000000000000..891decc6fb40179ce097a4ab40de08248046ac76 --- /dev/null +++ b/odin_raw/crk.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aa7d2a970053bec3f4b2f5359545b3958455640834add0478abdaa301ac1d7e +size 18128 diff --git a/odin_raw/crn.txt b/odin_raw/crn.txt new file mode 100644 index 0000000000000000000000000000000000000000..178e311985a64fa281ba36c7f9dac8371beb99d2 --- /dev/null +++ b/odin_raw/crn.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2947acd9783e27942dfc31c9871e208672b85be2fe06702025b6fa95393faca2 +size 684 diff --git a/odin_raw/cro.txt b/odin_raw/cro.txt new file mode 100644 index 0000000000000000000000000000000000000000..3fc834a559c06169fcc0ce0c64ab28196d40124a --- /dev/null +++ b/odin_raw/cro.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:521d9f075d3b2986b34f1e72f0232d1189fa84c8f1e6a12816ca77f9b84037d8 +size 103 diff --git a/odin_raw/crs.txt b/odin_raw/crs.txt new file mode 100644 index 0000000000000000000000000000000000000000..d98f7d6038ad12421f1ed479ffb85539e7a58205 --- /dev/null +++ b/odin_raw/crs.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd54b62edb8f0ad54fc6c3cab1b212ba3e35c454d7343ef40eefb53fee99fce7 +size 3074 diff --git a/odin_raw/csc.txt b/odin_raw/csc.txt new file mode 100644 index 0000000000000000000000000000000000000000..1038c340559b6f5042d187e424c87589d1a4cbb2 --- /dev/null +++ b/odin_raw/csc.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:685eeca186a89ae297f80a45cdad0c2ee1368e19efe5b28c710cd72e4e37f451 +size 2748 diff --git a/odin_raw/csh.txt b/odin_raw/csh.txt new file mode 100644 index 0000000000000000000000000000000000000000..46864cc014e9fff126588f9c5aba9092aed70656 --- /dev/null +++ b/odin_raw/csh.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ea90d72238d5b86f06ded778927fae876cb554b014db6f4b3566cd98775ea15 +size 484 diff --git a/odin_raw/cso.txt b/odin_raw/cso.txt new file mode 100644 index 0000000000000000000000000000000000000000..b298c9126241af8e07ed524dd3a59c3ae254844c --- /dev/null +++ b/odin_raw/cso.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87d6c440a5a61d2a386f41bafa6e53cbc63a00abc155fe063627174f63600836 +size 620 diff --git a/odin_raw/csw.txt b/odin_raw/csw.txt new file mode 100644 index 0000000000000000000000000000000000000000..bcbfde06d4ec78a199e8156ceac11b2e782f90a2 --- /dev/null +++ b/odin_raw/csw.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19058e18c3c86b6072a515f18587a50925c2595d311327bbc75191c8e64eb388 +size 635 diff --git a/odin_raw/csy.txt b/odin_raw/csy.txt new file mode 100644 index 0000000000000000000000000000000000000000..ea7556b601135348f807929234436de8ed426b7b --- /dev/null +++ b/odin_raw/csy.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0e51c583b554064b9f5d5682aa597300f06ebcd0a4faa7129d59a4c4383796c +size 5521 diff --git a/odin_raw/csz.txt b/odin_raw/csz.txt new file mode 100644 index 0000000000000000000000000000000000000000..01ba57bf6364f80960360cfe771c25e1d03d989a --- /dev/null +++ b/odin_raw/csz.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1256d08ebbe15b12d6825518697c7178c51d589e706b3b1ffd722112b064a78 +size 685 diff --git a/odin_raw/ct.txt b/odin_raw/ct.txt new file mode 100644 index 0000000000000000000000000000000000000000..92ddf88f973a0e1fe43d9edc5b9e47d50eecff5a --- /dev/null +++ b/odin_raw/ct.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c77ad2b29a1a2d10b16f5698bfdef3ae0f3497311dd24259d299fe8bdb3c7692 +size 133 diff --git a/odin_raw/ctd.txt b/odin_raw/ctd.txt new file mode 100644 index 0000000000000000000000000000000000000000..768603b9e4a14d0604b7752bc3fa0b2121860243 --- /dev/null +++ b/odin_raw/ctd.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20bd136c65926195bbcaf336fb2f9722adfe9b834df0a65fef8a69087e37c87a +size 1056 diff --git a/odin_raw/ctu-cti.txt b/odin_raw/ctu-cti.txt new file mode 100644 index 0000000000000000000000000000000000000000..10a7197fa66defa0e82c3731a5a8078b6f505ac8 --- /dev/null +++ b/odin_raw/ctu-cti.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2a9fea46dbee4c3db7ec634758de3a5aeb85be87c4d4c47a3c28020dc72fcc3 +size 253 diff --git a/odin_raw/cu.txt b/odin_raw/cu.txt new file mode 100644 index 0000000000000000000000000000000000000000..fe47793d2640fde79268d09cc70d1c94c2ce1add --- /dev/null +++ b/odin_raw/cu.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b17dd0ec8cb0cb95ef077a24f82c3b8e95ae4e8230302b529f898f2dfd0d0bdd +size 537 diff --git a/odin_raw/cub.txt b/odin_raw/cub.txt new file mode 100644 index 0000000000000000000000000000000000000000..ae77b26d63e562d7cd55af648b64f8db26a5c3a6 --- /dev/null +++ b/odin_raw/cub.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:604211e3cd34f5afb6949f5238700ef07d373339e9ab0c3c542ee889e90e0f9c +size 331 diff --git a/odin_raw/cup.txt b/odin_raw/cup.txt new file mode 100644 index 0000000000000000000000000000000000000000..e99cb76bedd3885b21085aa7f26ba8b7f1832597 --- /dev/null +++ b/odin_raw/cup.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:303172260f3916d173bac07123f96f414d30678b7739b7b56a0c79aa3262a81c +size 27965 diff --git a/odin_raw/cw.txt b/odin_raw/cw.txt new file mode 100644 index 0000000000000000000000000000000000000000..83126ba16bc64046ff0d5cf9b56268d9de3d4583 --- /dev/null +++ b/odin_raw/cw.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56c5d99db8c719e958d4f29c736ba4a49df23ea75fca3f6482035087b8305e1f +size 907 diff --git a/odin_raw/cy.txt b/odin_raw/cy.txt new file mode 100644 index 0000000000000000000000000000000000000000..0dda216b494b1c4d7df67cb920066b141238facc --- /dev/null +++ b/odin_raw/cy.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8298879f951a19c10b76d1f431703d6b9c800b1b2e7fbd2383bc5a2719d128cd +size 36293 diff --git a/odin_raw/d.txt b/odin_raw/d.txt new file mode 100644 index 0000000000000000000000000000000000000000..f28956d83df2fd4a3bcffe001f643ecef7669be9 --- /dev/null +++ b/odin_raw/d.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ef31179bcdfafae32abd6e8532cd35d6f1a31821dde1780c24d8175b830e7ba +size 11709 diff --git a/odin_raw/dag.txt b/odin_raw/dag.txt new file mode 100644 index 0000000000000000000000000000000000000000..594e5b216433b56d91f93f5989181043c6835ffa --- /dev/null +++ b/odin_raw/dag.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f473e69ab4d032020a626d9bee8621278a87845b488d5c43b13dfa4270209ee1 +size 1357 diff --git a/odin_raw/dak.txt b/odin_raw/dak.txt new file mode 100644 index 0000000000000000000000000000000000000000..a5647e1843b252ff1f1ac56e4c0162341c175e89 --- /dev/null +++ b/odin_raw/dak.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ba39868ee7346da614b5d4ad83335244a6524d07a929dddcb1479c1c70e2dc3 +size 116 diff --git a/odin_raw/dan.txt b/odin_raw/dan.txt new file mode 100644 index 0000000000000000000000000000000000000000..7e96bdf17e58d369e26b550366f34a93e4e4089c --- /dev/null +++ b/odin_raw/dan.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a0460fc26489c942ab7e207945d797802db6f3afa638f1f4f66666daf1cd3fc +size 76452 diff --git a/odin_raw/dap.txt b/odin_raw/dap.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fd6101a2db3be6207fc3c61b21fe4674119f67b --- /dev/null +++ b/odin_raw/dap.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da81074712654661b6b7809d6ae7e3063ac78aa7c0f7fa39dd1104ede19301d1 +size 224 diff --git a/odin_raw/dar.txt b/odin_raw/dar.txt new file mode 100644 index 0000000000000000000000000000000000000000..a4521250e9f0de8095c763ec437fa523dc53481f --- /dev/null +++ b/odin_raw/dar.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5e03797bcf0ba19c8e5ec0bfa11532956e6148993aea57789af56684f70ce7e +size 525 diff --git a/odin_raw/db.txt b/odin_raw/db.txt new file mode 100644 index 0000000000000000000000000000000000000000..79b12c2c41e1f0318961aff83fbd16e082fb0596 --- /dev/null +++ b/odin_raw/db.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc686f1b35d92f1f9b3cb6ce012a0788a962bbb55de01a62657e5029dc23a104 +size 57403 diff --git a/odin_raw/ddj.txt b/odin_raw/ddj.txt new file mode 100644 index 0000000000000000000000000000000000000000..f3ff2fb296019db4e857f520f449f4f690937762 --- /dev/null +++ b/odin_raw/ddj.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2fd5446f4ae0d5d086d3d565ce8ec7ed9ae8210dad9c643492c1784d6095f11 +size 5171 diff --git a/odin_raw/ddo.txt b/odin_raw/ddo.txt new file mode 100644 index 0000000000000000000000000000000000000000..ecf76a3b8cb2595d2d4d4f62ea69055c39bf9ca8 --- /dev/null +++ b/odin_raw/ddo.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a931bab09f5fdf86526826d241b18bbea2379798781580bef5a36df24a8da83 +size 15997 diff --git a/odin_raw/dds.txt b/odin_raw/dds.txt new file mode 100644 index 0000000000000000000000000000000000000000..cd4ffe9184cf8f43d27e58475f2a717d9354fc1c --- /dev/null +++ b/odin_raw/dds.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9776ac021dbae1a04dd8c50a26515feb1f3243031f5577b2fbbc567472e81a5 +size 539 diff --git a/odin_raw/der.txt b/odin_raw/der.txt new file mode 100644 index 0000000000000000000000000000000000000000..36cef928dcb82bf819254fe94cf79631ce4cdae3 --- /dev/null +++ b/odin_raw/der.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd227bd073b87ed3cd50f2c1f96131508dca88c3cad9b1eca740a75dd905db75 +size 55 diff --git a/odin_raw/des.txt b/odin_raw/des.txt new file mode 100644 index 0000000000000000000000000000000000000000..d97eaca505d765fb0b887233a9775b55bd4d7acd --- /dev/null +++ b/odin_raw/des.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd5960cfbcb78dfc6b90e6b6a13a4acbedf341abdda41732324de7e418560274 +size 300 diff --git a/odin_raw/deu-pdt.txt b/odin_raw/deu-pdt.txt new file mode 100644 index 0000000000000000000000000000000000000000..d7683ca86cc85d0cb502e221a04d115d0d0d0f52 --- /dev/null +++ b/odin_raw/deu-pdt.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:333f9b85e9089e1ae3816ce9e2855487834ca594deabf0de75c1e32e02aeb45b +size 1147 diff --git a/odin_raw/deu.txt b/odin_raw/deu.txt new file mode 100644 index 0000000000000000000000000000000000000000..c829515255df1439d3554f88dfca1b9bd82ace57 --- /dev/null +++ b/odin_raw/deu.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d48921e11305f4ecd9e23a8af7da9ba44c92799f1d29e21479e27f954ad9f441 +size 849981 diff --git a/odin_raw/dga.txt b/odin_raw/dga.txt new file mode 100644 index 0000000000000000000000000000000000000000..07efc850fc3f37dc3ccec4a89054f982495a90bc --- /dev/null +++ b/odin_raw/dga.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d233953ea8e5f5b3dc20dee9aefeaf7a1ff2ecb06bdfd30ba92acae872490a0 +size 28546 diff --git a/odin_raw/dgr.txt b/odin_raw/dgr.txt new file mode 100644 index 0000000000000000000000000000000000000000..4b52bd226d75bcf13006f0b4967607bb1de17198 --- /dev/null +++ b/odin_raw/dgr.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b52e4b04244b34a7f7851a4b21e3a94cec4d37fb67e3deed5ef83c537b264a4 +size 689 diff --git a/odin_raw/dgz.txt b/odin_raw/dgz.txt new file mode 100644 index 0000000000000000000000000000000000000000..90c5c753328b2a1bda2a5117a24cf92bc25e4ad9 --- /dev/null +++ b/odin_raw/dgz.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:031e5a7134024d6918f61f01024c00bdd5bb24d7a1a23db9122e0b3bca513311 +size 750 diff --git a/odin_raw/dhg.txt b/odin_raw/dhg.txt new file mode 100644 index 0000000000000000000000000000000000000000..a95e3027fc29b5e49c0ec60f5bf1a6fe0256574d --- /dev/null +++ b/odin_raw/dhg.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8791a9cf59c5d1ccb1219e9e72cb62de689519f7b307f62e8354ac2d5969de35 +size 198 diff --git a/odin_raw/dhr.txt b/odin_raw/dhr.txt new file mode 100644 index 0000000000000000000000000000000000000000..973d48366ddabf9e7548f6be41054ac9a6012264 --- /dev/null +++ b/odin_raw/dhr.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:178cbb892c2c2fc3292050f9f248972b43463d239ba01ef832600f3a33180a8e +size 322 diff --git a/odin_raw/dhv.txt b/odin_raw/dhv.txt new file mode 100644 index 0000000000000000000000000000000000000000..3ae02def8e8dc2fe4becdef5c29604dc8a9a1963 --- /dev/null +++ b/odin_raw/dhv.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f54ebb5c111808b59aff95dcbac282731b8cad2b4f00dd3cd6d1c78b7ffc041d +size 147 diff --git a/odin_raw/dic.txt b/odin_raw/dic.txt new file mode 100644 index 0000000000000000000000000000000000000000..c3837d7b936f53eac8a45c0fd24f6474892cdf92 --- /dev/null +++ b/odin_raw/dic.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cc80bdf3492cfea29a3babd9236ac5580e8ce78b51ba5ec0fbd30fb0b3ef738 +size 1207 diff --git a/odin_raw/did-laj-lno.txt b/odin_raw/did-laj-lno.txt new file mode 100644 index 0000000000000000000000000000000000000000..a11c8d6b3114d18136d3fd53746d22f6f55912f8 --- /dev/null +++ b/odin_raw/did-laj-lno.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7690d733531b624aaf57a0bd2716c44e4e51b55987c545483c983c1ab3dfcf1c +size 105 diff --git a/odin_raw/dif.txt b/odin_raw/dif.txt new file mode 100644 index 0000000000000000000000000000000000000000..1ac4a083e51e11d4e125182a9f05a22737d9ebd4 --- /dev/null +++ b/odin_raw/dif.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c5d1add0d71669568c199e669ef6f4c470c4e3ff5ba3136c289204e91a0018c +size 6162 diff --git a/odin_raw/dih.txt b/odin_raw/dih.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6d3fb661d40ef4fda6939ac80ff6d8a5d1502ce --- /dev/null +++ b/odin_raw/dih.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e6cf75abb47bf40986ccafb1ee499393ebb6b166d734a2e281f810bbf6a0d11 +size 2726 diff --git a/odin_raw/diq.txt b/odin_raw/diq.txt new file mode 100644 index 0000000000000000000000000000000000000000..2d46ea34d310ecac46148a2cd3d3352ace3a8c83 --- /dev/null +++ b/odin_raw/diq.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1fee779c0ab69861d4840f225bdef6b94ce7b0868b06133e0accc974875db85 +size 4819 diff --git a/odin_raw/dis.txt b/odin_raw/dis.txt new file mode 100644 index 0000000000000000000000000000000000000000..fda1a705613ca4cc9bd55c6f1843db6b39aa5b19 --- /dev/null +++ b/odin_raw/dis.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9097f6661ca7218ea3df4ac81073b1da04a52a6111f84713ba6f88e8d0c2ad80 +size 156 diff --git a/odin_raw/div.txt b/odin_raw/div.txt new file mode 100644 index 0000000000000000000000000000000000000000..83eca3790c176c4d2555a6a7dc0302ca2d20e84c --- /dev/null +++ b/odin_raw/div.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:846223886c0fabffbf885a4e09669cd2dd4b9805d9cff79f65e9543696615e5f +size 7753 diff --git a/odin_raw/djd.txt b/odin_raw/djd.txt new file mode 100644 index 0000000000000000000000000000000000000000..49ecaa54c3da7a1859250a8c85388a86b295d58e --- /dev/null +++ b/odin_raw/djd.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8673284f00e0b3cbd30d96650ec89246f2edb94aa0efdc38985ba6a9b97c020 +size 520 diff --git a/odin_raw/djj.txt b/odin_raw/djj.txt new file mode 100644 index 0000000000000000000000000000000000000000..c9f32b8e5298685e65ca664a0860c94b940eaa88 --- /dev/null +++ b/odin_raw/djj.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8df3274142ef9d68348453eed4ae4ec28b121a74d8b4aabc943757bd1a3966c +size 878 diff --git a/odin_raw/djk.txt b/odin_raw/djk.txt new file mode 100644 index 0000000000000000000000000000000000000000..a1b24bd5f9586ada9e62fc06cfb22f297422139a --- /dev/null +++ b/odin_raw/djk.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8798376f6bee7fd4718f2ded31050dd0a4177b8ba65ec4399bf4386ea21eb8d +size 1170 diff --git a/odin_raw/djr.txt b/odin_raw/djr.txt new file mode 100644 index 0000000000000000000000000000000000000000..7dfbbfd96a62ec40bedcfd50d27425b607df0013 --- /dev/null +++ b/odin_raw/djr.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed69a7c7ce2ebca61a7349ee6be9a19e2db9bd46dd49a91b33a0618a3a126c12 +size 162 diff --git a/odin_raw/dni.txt b/odin_raw/dni.txt new file mode 100644 index 0000000000000000000000000000000000000000..1ce7432e42b3f837aa273417bd7ccd325d493363 --- /dev/null +++ b/odin_raw/dni.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08e9ddb5d731d65489990915c6f29b3068e57450099f7c44ad6114686c59f13c +size 481 diff --git a/odin_raw/dnw.txt b/odin_raw/dnw.txt new file mode 100644 index 0000000000000000000000000000000000000000..69107ed63ae68c64882ed379b1f96298b882951b --- /dev/null +++ b/odin_raw/dnw.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46176b5a76b7cac613b064cb05740ddc851e7e81a4f89e7af3493ed2115d1665 +size 703 diff --git a/odin_raw/do.txt b/odin_raw/do.txt new file mode 100644 index 0000000000000000000000000000000000000000..f065e7902f3442596687dd28cf78746e5c9a4a00 --- /dev/null +++ b/odin_raw/do.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41de27440e36301e5751185020b3799b8b77e606df6f8ab4d9d9aa8c8ab765d9 +size 193 diff --git a/odin_raw/dr.txt b/odin_raw/dr.txt new file mode 100644 index 0000000000000000000000000000000000000000..8721440664d4f6018213423c1d89722ff0148772 --- /dev/null +++ b/odin_raw/dr.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f5e87203e8131492cffd97a90f8cc3de718547d74e8fe73dd457f5bca7f176a +size 162 diff --git a/odin_raw/dru.txt b/odin_raw/dru.txt new file mode 100644 index 0000000000000000000000000000000000000000..2255788b8359560234bcb315ab4e39f3746be217 --- /dev/null +++ b/odin_raw/dru.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25555c9a84316ae1aa3df28ecb2db50419c70de1193972a51f87d6ef619903df +size 2407 diff --git a/odin_raw/ds.txt b/odin_raw/ds.txt new file mode 100644 index 0000000000000000000000000000000000000000..c38853c0df2f5458db6b127c10e4396cd17a529a --- /dev/null +++ b/odin_raw/ds.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5251f38c6842c0d8bdfc37d59d886979ae64012a60a56281bbcde64add39b429 +size 1473 diff --git a/odin_raw/dsq.txt b/odin_raw/dsq.txt new file mode 100644 index 0000000000000000000000000000000000000000..bac0ffd36ecb44f2f35c9dda88c952cd8499c89a --- /dev/null +++ b/odin_raw/dsq.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1471fd2bd2dc8bafb6dab4daf9ed1d15558dea135847349e898904d9a672ba22 +size 32273 diff --git a/odin_raw/dta.txt b/odin_raw/dta.txt new file mode 100644 index 0000000000000000000000000000000000000000..4e5a00a0fbdb0e4fcb0ed3eb0524ebf12306d1b9 --- /dev/null +++ b/odin_raw/dta.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6aefc55685e62ece217918c4e13fcfc6ca50c576c2d2009eaff91eccd9901e9 +size 268 diff --git a/odin_raw/du.txt b/odin_raw/du.txt new file mode 100644 index 0000000000000000000000000000000000000000..236ee073d102dc246bc63bba1d694c79c3a248ad --- /dev/null +++ b/odin_raw/du.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc5c5d32b749b3c056056aa3ce369f5526d0bfb8b0d21124246cf5ff65a51cb1 +size 14849 diff --git a/odin_raw/dua.txt b/odin_raw/dua.txt new file mode 100644 index 0000000000000000000000000000000000000000..c984506efc483ecfd4a6cd8ef97dd621724baf82 --- /dev/null +++ b/odin_raw/dua.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40ddc6f70dac2a1240ce6bd6e3b675800f3a34c671befc4fe72d8a7846e0513e +size 1121 diff --git a/odin_raw/dur.txt b/odin_raw/dur.txt new file mode 100644 index 0000000000000000000000000000000000000000..e8dac951fd8cdab707a596d1a9f53b8875435144 --- /dev/null +++ b/odin_raw/dur.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:836e5c3d9aeef99894a8d9f7bad982b80b3b848809043638a4c3bee362e85308 +size 152 diff --git a/odin_raw/dus.txt b/odin_raw/dus.txt new file mode 100644 index 0000000000000000000000000000000000000000..69e86d3e25d2396abd97a378c235fce39283f02a --- /dev/null +++ b/odin_raw/dus.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41dc11702cfc0feef503f9dd883a1a1aad72f89517d5d43e27f21ac12ecf1775 +size 376 diff --git a/odin_raw/dyy.txt b/odin_raw/dyy.txt new file mode 100644 index 0000000000000000000000000000000000000000..61359dac2a7987b806ba06b75a28b85c546ab650 --- /dev/null +++ b/odin_raw/dyy.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b80d35b2f3a8d1fef4473d43bf10846afb9394a72ef0dddd25b225e0272ecc53 +size 230 diff --git a/odin_raw/e.txt b/odin_raw/e.txt new file mode 100644 index 0000000000000000000000000000000000000000..50122ee7cf13b77dcb1ed8c44ecbf35501556639 --- /dev/null +++ b/odin_raw/e.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:105abf620630c30a0190091eb9b275f1dfc907660c3e6889b2b0aa6628a1d199 +size 7664 diff --git a/odin_raw/ea-lg.txt b/odin_raw/ea-lg.txt new file mode 100644 index 0000000000000000000000000000000000000000..cf0a20a950a71e9b20eba89a519b229d450eb04b --- /dev/null +++ b/odin_raw/ea-lg.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f82b3a1de1842cb65163261a11ff36ed0fd154b618ea982ede24797dbae8037c +size 1331 diff --git a/odin_raw/ea.txt b/odin_raw/ea.txt new file mode 100644 index 0000000000000000000000000000000000000000..7d1005168f957b3d5a2366cc19dc5fe8166877ba --- /dev/null +++ b/odin_raw/ea.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87920c019bf17704fb3a48ad46c62c23de8134c0498d159f8bafe065b0ebee53 +size 4360 diff --git a/odin_raw/ec.txt b/odin_raw/ec.txt new file mode 100644 index 0000000000000000000000000000000000000000..00a315133f3258ba6f067863cc389207a9c34072 --- /dev/null +++ b/odin_raw/ec.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c428d05d133eb1063671cd39c1242c0ad21f9d84012bde6de0578668f722e71 +size 7842 diff --git a/odin_raw/ed.txt b/odin_raw/ed.txt new file mode 100644 index 0000000000000000000000000000000000000000..da8d78e92bd17aed63112509bb246839683dbc32 --- /dev/null +++ b/odin_raw/ed.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d588823cc82ebd2e45b57a8abfcab1852ddb19e3503021c717f8efb702ce067 +size 216 diff --git a/odin_raw/ef.txt b/odin_raw/ef.txt new file mode 100644 index 0000000000000000000000000000000000000000..e8356013e9a0f4936464c3c8710eed5e958873fd --- /dev/null +++ b/odin_raw/ef.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea6ee4e8ccb7105bfb5ca96e8791b3e21762a7243683aae5e871c2238bbd3e79 +size 1348 diff --git a/odin_raw/efi.txt b/odin_raw/efi.txt new file mode 100644 index 0000000000000000000000000000000000000000..865b99484f26cb54d01dce6554af14fd4495a1f6 --- /dev/null +++ b/odin_raw/efi.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d6da82ec6ddd8b2fc9ed56227daa6e741bcc23b44b08e07868e4e770ea5b89a +size 306 diff --git a/odin_raw/eg.txt b/odin_raw/eg.txt new file mode 100644 index 0000000000000000000000000000000000000000..ee40dfdfc5c6b6b0f982b25c6b586f508138e729 --- /dev/null +++ b/odin_raw/eg.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e98ae875a5b854ca35cce631680062d3af93c8b95f7cba7baac8e8201b629d9 +size 349 diff --git a/odin_raw/egy.txt b/odin_raw/egy.txt new file mode 100644 index 0000000000000000000000000000000000000000..90859d2f75b9afc956d71bce078c2e1178b2a902 --- /dev/null +++ b/odin_raw/egy.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:720717b5b0b43723979e069266fb5f6d31018104f5c54affc6da558a688f963e +size 381 diff --git a/odin_raw/ekg.txt b/odin_raw/ekg.txt new file mode 100644 index 0000000000000000000000000000000000000000..46d6d65ec21e87720df040116d1472063a871385 --- /dev/null +++ b/odin_raw/ekg.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:329cf6dcce97a429e11c8eb94b1586b462e04ef3ff5640b093309e18656eb78f +size 206 diff --git a/odin_raw/eky.txt b/odin_raw/eky.txt new file mode 100644 index 0000000000000000000000000000000000000000..9849f9c6dadfd1795fbfb933df82d9f0b4e34b7e --- /dev/null +++ b/odin_raw/eky.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c59d1c907f639298d2675fd16e155738bd63d6a29cd609630165b00bc1b5d52 +size 649 diff --git a/odin_raw/emk.txt b/odin_raw/emk.txt new file mode 100644 index 0000000000000000000000000000000000000000..9a26d5b6a35731c803ba7b47374f32b291189e77 --- /dev/null +++ b/odin_raw/emk.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d51d586fd0050702b031fb241e58a32466f0772de773714f59b043753f190009 +size 288 diff --git a/odin_raw/en.txt b/odin_raw/en.txt new file mode 100644 index 0000000000000000000000000000000000000000..33beafb773659963e61d8ea019f23b3787e00d5b --- /dev/null +++ b/odin_raw/en.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d73c9cf4c5a78143c14945a8fe536a5d376aa81ca5b56f54d5bc10ce86274498 +size 1393 diff --git a/odin_raw/end.txt b/odin_raw/end.txt new file mode 100644 index 0000000000000000000000000000000000000000..e1f868ea6bba45d728c6a4561a26d4332772bdd6 --- /dev/null +++ b/odin_raw/end.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8af3a7b71a8a0d81a600071745762b4562bf4ca810d02f6509f63f3bb776836 +size 1178 diff --git a/odin_raw/eng.txt b/odin_raw/eng.txt new file mode 100644 index 0000000000000000000000000000000000000000..3a1f89345fea22569cd3e34b45cac3138a3f5424 --- /dev/null +++ b/odin_raw/eng.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fff22fbdeeceec1526fca7caa7da2e54e146915197491a0890cfe8e3c8d76f1d +size 9699 diff --git a/odin_raw/enh.txt b/odin_raw/enh.txt new file mode 100644 index 0000000000000000000000000000000000000000..4f02a2102454747ea100839a8b77a977215fa5ca --- /dev/null +++ b/odin_raw/enh.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5ccf1e246469c05491fff3b1bff65c081a4190a004c9c5933035acef22319d1 +size 995 diff --git a/odin_raw/enn.txt b/odin_raw/enn.txt new file mode 100644 index 0000000000000000000000000000000000000000..be9e17a06b5aaa9e8be4e2ee358d9480f1ce13a9 --- /dev/null +++ b/odin_raw/enn.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:919516381ffa40cade801c84fbf007fa1c4ba3ef7e5706e2308c2a48f37b85ad +size 384 diff --git a/odin_raw/enq.txt b/odin_raw/enq.txt new file mode 100644 index 0000000000000000000000000000000000000000..0d42606a40b1871ba856bad99d23659f2151a579 --- /dev/null +++ b/odin_raw/enq.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adec3d731c9a861ff8ad153b57d7c856eac9851029e5e104caf3dc172d5263a5 +size 1083 diff --git a/odin_raw/ep.txt b/odin_raw/ep.txt new file mode 100644 index 0000000000000000000000000000000000000000..a120ed57e501c799b6366f4fb94ebe770bbe9a6d --- /dev/null +++ b/odin_raw/ep.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afe03412a435153984f06258eb9eff2ddfa40a45b40b4338320d1d42f912ecee +size 62 diff --git a/odin_raw/ert.txt b/odin_raw/ert.txt new file mode 100644 index 0000000000000000000000000000000000000000..74f65e0f1a43aee4fe94078d5c9d915d8c70949d --- /dev/null +++ b/odin_raw/ert.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35ff016eea08cbb1109e28d1fdff001910b710d0a6e6dce3315d0b66f91c2e90 +size 94 diff --git a/odin_raw/esi.txt b/odin_raw/esi.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6e4ee307f207bef9bca746869c67a77bfef6e55 --- /dev/null +++ b/odin_raw/esi.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66831689699ed3badbba932cdcd3a977abe61f64f7dfbe1f2c342ea355fe9860 +size 623 diff --git a/odin_raw/ess.txt b/odin_raw/ess.txt new file mode 100644 index 0000000000000000000000000000000000000000..5cf8bbd8904fd5d0a468808f12cd7164a41b33f6 --- /dev/null +++ b/odin_raw/ess.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4750cbd13ce3b8dcbac2460ba157b2887713578ca4429057463afe839ef12303 +size 849 diff --git a/odin_raw/est.txt b/odin_raw/est.txt new file mode 100644 index 0000000000000000000000000000000000000000..385b9ae860520e11098eeca23531a1b87d30a524 --- /dev/null +++ b/odin_raw/est.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f66d4c2e62719564068fd5c4f8b87fb4862ccc5e2b64a47786921a065696d79 +size 10417 diff --git a/odin_raw/esu-ess.txt b/odin_raw/esu-ess.txt new file mode 100644 index 0000000000000000000000000000000000000000..3618655b61716ec05392cc80ad6c012626f261b8 --- /dev/null +++ b/odin_raw/esu-ess.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d942210633ea918362cfcc97bbc471d5a46764a3ca9e8f3ed893ae0ebae8af45 +size 846 diff --git a/odin_raw/esu.txt b/odin_raw/esu.txt new file mode 100644 index 0000000000000000000000000000000000000000..713a83613d83e98aa45beda79f86b4509054beed --- /dev/null +++ b/odin_raw/esu.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f251e3cfbb66647a59a9da82d6d0ed6f185132df8aa5bd2f23087606bbf2fc55 +size 3929 diff --git a/odin_raw/etu.txt b/odin_raw/etu.txt new file mode 100644 index 0000000000000000000000000000000000000000..814e702a774218a2b9d41e3743617c1bd336a837 --- /dev/null +++ b/odin_raw/etu.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62f5cf5ba88683f793b0ed3d7e807f718995ae39165667d104a0a28c47e22ab4 +size 294 diff --git a/odin_raw/eus.txt b/odin_raw/eus.txt new file mode 100644 index 0000000000000000000000000000000000000000..0765a8402067a2e53a9845e083fa65f1f37ddc92 --- /dev/null +++ b/odin_raw/eus.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a39c155772ebf6b48df34c7c98842140fe11c875a52277661a5d4f4a449c438 +size 112091 diff --git a/odin_raw/ev.txt b/odin_raw/ev.txt new file mode 100644 index 0000000000000000000000000000000000000000..21d1bd1fedcc3c716bbcb9869d8b13115e09997b --- /dev/null +++ b/odin_raw/ev.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2bba07e04936db6bd03d4738007902e1e0f208bddb8788876203a05fef05d73 +size 232 diff --git a/odin_raw/eve.txt b/odin_raw/eve.txt new file mode 100644 index 0000000000000000000000000000000000000000..8dbd546ab069b2974bc427490e84842467ba92b2 --- /dev/null +++ b/odin_raw/eve.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48c9cb6dd3bce245f969d7cba415f5e5cd97cca73ee82a34e7ec66399b5069c3 +size 463 diff --git a/odin_raw/evn.txt b/odin_raw/evn.txt new file mode 100644 index 0000000000000000000000000000000000000000..89e0acad9a32df96d13f2e79272c96b956130f8c --- /dev/null +++ b/odin_raw/evn.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44a759a5e6f5b786695ce4efa203b99fa5fc12068e810aee6a24009d03af3288 +size 5389 diff --git a/odin_raw/ewe.txt b/odin_raw/ewe.txt new file mode 100644 index 0000000000000000000000000000000000000000..cafff86ef7573ea8cd14b8be2c48e7f77334978d --- /dev/null +++ b/odin_raw/ewe.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a14138a6883d41151a3bb9da650190cdbbdb6271643bab575013b4253ba4d51 +size 17951 diff --git a/odin_raw/ewo.txt b/odin_raw/ewo.txt new file mode 100644 index 0000000000000000000000000000000000000000..24d41ae0fbab5e889f22c44b6de70a3ee7bf0bed --- /dev/null +++ b/odin_raw/ewo.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ef74ebee84056bb2481165c70cce7ad57eedf0d903f9dc17e87a7a54c73c081 +size 204 diff --git a/odin_raw/ez.txt b/odin_raw/ez.txt new file mode 100644 index 0000000000000000000000000000000000000000..ba1026f893f9ca52b7bc2284a6181b1488e1b15d --- /dev/null +++ b/odin_raw/ez.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:964e7b28d3d2d10925d0c3309c8952f5aa2d771c387f25c64de49a2a79979dfe +size 189 diff --git a/odin_raw/f.txt b/odin_raw/f.txt new file mode 100644 index 0000000000000000000000000000000000000000..a8a5f530665ef97c7f7609a26b2cf811c2654538 --- /dev/null +++ b/odin_raw/f.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64800b0dec49818b2b19f3ae5ba62e60f4b55559169fceb33c660ff54f2c8723 +size 472 diff --git a/odin_raw/faa.txt b/odin_raw/faa.txt new file mode 100644 index 0000000000000000000000000000000000000000..505c0f991c96c68f2bffbfdb03579d96dbada68f --- /dev/null +++ b/odin_raw/faa.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9f70b1776527ba5f664424c56802e0c5d804779a0eba7db0b9647859c488738 +size 267 diff --git a/odin_raw/fab.txt b/odin_raw/fab.txt new file mode 100644 index 0000000000000000000000000000000000000000..51e7b2d3c6a00250f3cbb7f445adcf9c8ff41025 --- /dev/null +++ b/odin_raw/fab.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d533d4b5349296d1d6f3fab6aa320698afcfec6401a4e971e4018e9c16958ce6 +size 373 diff --git a/odin_raw/fao.txt b/odin_raw/fao.txt new file mode 100644 index 0000000000000000000000000000000000000000..722f4079e032563cad92ef0b8ba46cd1b0b14a56 --- /dev/null +++ b/odin_raw/fao.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea36539327d5898f48d081b6af4a8dc4fbd3afada59b61ea11f56ab3bf9014e1 +size 11206 diff --git a/odin_raw/fas-pes-prs.txt b/odin_raw/fas-pes-prs.txt new file mode 100644 index 0000000000000000000000000000000000000000..38552a10736010f04730bb16b11794d24f61b06c --- /dev/null +++ b/odin_raw/fas-pes-prs.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68cacb4b7f2d6cc726e7fb19fe6e1f8b4558e568172621e611c52c41244d83e6 +size 458 diff --git a/odin_raw/fe.txt b/odin_raw/fe.txt new file mode 100644 index 0000000000000000000000000000000000000000..7c2f96e5193fcad0705109fccc5f390617560d71 --- /dev/null +++ b/odin_raw/fe.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc7092ac5bd56ab7686b5f4f4e201d6bae4c5d2a24b572aecffcb08409648e16 +size 2945 diff --git a/odin_raw/fij.txt b/odin_raw/fij.txt new file mode 100644 index 0000000000000000000000000000000000000000..959f66ff9b16c46c3f36775ac2cae16c3cdc12bb --- /dev/null +++ b/odin_raw/fij.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8aaa4bdfe584d56681dfcf4292b2031dc9038fc6e19f45386ccce1d4b6f0363 +size 11438 diff --git a/odin_raw/fin.txt b/odin_raw/fin.txt new file mode 100644 index 0000000000000000000000000000000000000000..3d92bb99ffd4c6556964c2bf1e8d15263bbc67bf --- /dev/null +++ b/odin_raw/fin.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:175ad0f5a9e2b8bcd8fb4a95b2755aa991323ad97fb74545c111443cf0cee8fe +size 435161 diff --git a/odin_raw/fon.txt b/odin_raw/fon.txt new file mode 100644 index 0000000000000000000000000000000000000000..dc6d3707b0542dd86d87916f1a791d1bbd082938 --- /dev/null +++ b/odin_raw/fon.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d16ebd3d85d710de078e14b29037bd72ef17f1c1a97d3c11de3526e9b260141 +size 7662 diff --git a/odin_raw/for.txt b/odin_raw/for.txt new file mode 100644 index 0000000000000000000000000000000000000000..f69db834be4c7263e3ddc101eb99c3557687bb0a --- /dev/null +++ b/odin_raw/for.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6faa28b7168febd4914e2a6d3053bbcf8e3b4cb65769f70731961d3fd3a3dbe2 +size 2035 diff --git a/odin_raw/fr.txt b/odin_raw/fr.txt new file mode 100644 index 0000000000000000000000000000000000000000..2c787b90b66f2bbd8a6174dfc38c0126d291e5f8 --- /dev/null +++ b/odin_raw/fr.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd6cf7ffa87ae690d6fc99ecaebf343f2f39ff84d0c9fd89eec7310ad2d619d1 +size 3014 diff --git a/odin_raw/fra.txt b/odin_raw/fra.txt new file mode 100644 index 0000000000000000000000000000000000000000..bca702c3f4f7f904ee485c7e485136de94b0ca93 --- /dev/null +++ b/odin_raw/fra.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb85f4fac3cbe3c213850487b011a87183888b266c04c38fd572a6c0e538e949 +size 592353 diff --git a/odin_raw/fri.txt b/odin_raw/fri.txt new file mode 100644 index 0000000000000000000000000000000000000000..140df004cbb130928187e7fea2c2c4ae8152e5f4 --- /dev/null +++ b/odin_raw/fri.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5033cd7730c7c5bccb01352308045c1b26a370080f292877cc9b01624d868428 +size 9624 diff --git a/odin_raw/fro.txt b/odin_raw/fro.txt new file mode 100644 index 0000000000000000000000000000000000000000..059f7c9e3c57f372efc9274dfb3c9ae117d3cd49 --- /dev/null +++ b/odin_raw/fro.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8853cc9b6df29b93a70bb7e5ca586371aac1a1dc613350ad130127958e81849c +size 33093 diff --git a/odin_raw/frp.txt b/odin_raw/frp.txt new file mode 100644 index 0000000000000000000000000000000000000000..782a7d626cd1909c9062bfeda7b2dece71ae4b96 --- /dev/null +++ b/odin_raw/frp.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dbe192d72f939c07e2e0b02c9f698f8653b2fbf3c966faa07f26c2f424e2b56 +size 1254 diff --git a/odin_raw/fuc.txt b/odin_raw/fuc.txt new file mode 100644 index 0000000000000000000000000000000000000000..5375386e904fd0982e7f59a8c77fd4d11bfff820 --- /dev/null +++ b/odin_raw/fuc.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19abcdeb9bdee5063aea007d9d4b14964c4c2c93b2ef6662bf5edf2db0dbd20a +size 16048 diff --git a/odin_raw/fud.txt b/odin_raw/fud.txt new file mode 100644 index 0000000000000000000000000000000000000000..a63969a2166d77a7d5ae60883da953f450a35267 --- /dev/null +++ b/odin_raw/fud.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:555df8dfb88ba2ba0896354b3d69ba3c8e3912605d96bcf98785390d492469dc +size 381 diff --git a/odin_raw/fur.txt b/odin_raw/fur.txt new file mode 100644 index 0000000000000000000000000000000000000000..37d58619e1f169366350c4f277b7bcd7b0238836 --- /dev/null +++ b/odin_raw/fur.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1b524e4bc79136b58fee9ded2853ae19e7b3b6aadd5a1a9e90fa779be150210 +size 1108 diff --git a/odin_raw/fut.txt b/odin_raw/fut.txt new file mode 100644 index 0000000000000000000000000000000000000000..35af6da09389c8b8902568a2b4757a4bee3bca0e --- /dev/null +++ b/odin_raw/fut.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87e4e79c670031341ce868aeaa7cc76b7bd901e7694bf077bd65042093a3a3d5 +size 410 diff --git a/odin_raw/fuv-fub-fuq-fuh-fuc.txt b/odin_raw/fuv-fub-fuq-fuh-fuc.txt new file mode 100644 index 0000000000000000000000000000000000000000..5d1ea3975d0c68b19940d1e899385710ef73412c --- /dev/null +++ b/odin_raw/fuv-fub-fuq-fuh-fuc.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50c768fef4d1ecda05df4f6e49b15003178b4fdbb0201693c12a545207924404 +size 1106 diff --git a/odin_raw/fuv-fub-fuq-fuh.txt b/odin_raw/fuv-fub-fuq-fuh.txt new file mode 100644 index 0000000000000000000000000000000000000000..62d884964082afc65514c29767b42b71a4f98d2a --- /dev/null +++ b/odin_raw/fuv-fub-fuq-fuh.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f78c9b5696dfab71392562792a06bc2fdb25fd27d7e3fa16e4a943461c930a6 +size 2112 diff --git a/odin_raw/fuv-fub.txt b/odin_raw/fuv-fub.txt new file mode 100644 index 0000000000000000000000000000000000000000..d03a369445078891f48f2ac81ad93387f34ce279 --- /dev/null +++ b/odin_raw/fuv-fub.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d1d31d157c51756e403b7e6e8bdc09f39605a47f7d19911655c3cd29716f474 +size 709 diff --git a/odin_raw/fuv.txt b/odin_raw/fuv.txt new file mode 100644 index 0000000000000000000000000000000000000000..7c0b3f0f371ef324c173efafdae41162676e9c7d --- /dev/null +++ b/odin_raw/fuv.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8979cef43615bc3c545c9b8ee36441a7932411ea9614352023c02282be5d0cc +size 3707 diff --git a/odin_raw/fy.txt b/odin_raw/fy.txt new file mode 100644 index 0000000000000000000000000000000000000000..ae4cc0dd5b9106381e58e20ee2234a3e1f296496 --- /dev/null +++ b/odin_raw/fy.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db8768bb7e625963feadefbafebe9764c8859d34928ed92ff9cfa6865090b8ba +size 334 diff --git a/odin_raw/gaa.txt b/odin_raw/gaa.txt new file mode 100644 index 0000000000000000000000000000000000000000..eb0c957d3a85a6de62fd8dc5251947524a5a11a2 --- /dev/null +++ b/odin_raw/gaa.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7945f7198dfff4afcb238946c8353e3fa78bc5707359f6529b1ec09f85256bed +size 4772 diff --git a/odin_raw/gae.txt b/odin_raw/gae.txt new file mode 100644 index 0000000000000000000000000000000000000000..f3c1b5a3002650f11286c5e0db5ed1058850bc7a --- /dev/null +++ b/odin_raw/gae.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62b38aa3e021c856519aa61ada272c16190ff40aaf790ed149391621b750706b +size 330 diff --git a/odin_raw/gax-hae.txt b/odin_raw/gax-hae.txt new file mode 100644 index 0000000000000000000000000000000000000000..00b5e3c604a060021bcba27ae1a93d300a217794 --- /dev/null +++ b/odin_raw/gax-hae.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5936467ff025b14ad4af20fb34191576abc3bad5f32762aebeb869987744a515 +size 206 diff --git a/odin_raw/gax-or.txt b/odin_raw/gax-or.txt new file mode 100644 index 0000000000000000000000000000000000000000..5b31d07c7a48389b4fc14691c2946787d5fa86ca --- /dev/null +++ b/odin_raw/gax-or.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0e93e45ab8b2c830597d79d76d87c804eca6353d73555eb2895e2bf05ffcf15 +size 401 diff --git a/odin_raw/gaz-hae.txt b/odin_raw/gaz-hae.txt new file mode 100644 index 0000000000000000000000000000000000000000..d56a03d79d4ec4d3dc012366a8c8437122602fad --- /dev/null +++ b/odin_raw/gaz-hae.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ead47ca8a11b1aeb986acc61e3a918a2839ef71066b53305fed58b90a7c4c73 +size 65 diff --git a/odin_raw/gbb.txt b/odin_raw/gbb.txt new file mode 100644 index 0000000000000000000000000000000000000000..69e5a4ff6a6d4cc1281fb248d3f4460d9622bb08 --- /dev/null +++ b/odin_raw/gbb.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4a0bf5fff300fc662faa2f46dd64084974b422855085b7010cb791e4ad0ecba +size 762 diff --git a/odin_raw/gbc.txt b/odin_raw/gbc.txt new file mode 100644 index 0000000000000000000000000000000000000000..28ed2d27b20a3c72c10644b4a78e39ad554ce82d --- /dev/null +++ b/odin_raw/gbc.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d303d6c9de75507e4a42e1569bb966086732d6705522a39b38f14a7d68976ae3 +size 5921 diff --git a/odin_raw/gbi.txt b/odin_raw/gbi.txt new file mode 100644 index 0000000000000000000000000000000000000000..b5314f1a9554c86c6ef0d7a13ef906c8475154a1 --- /dev/null +++ b/odin_raw/gbi.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5714706960d64f9dce7104c2f5e3efc37a52f01aac057fa28502657676d86233 +size 427 diff --git a/odin_raw/gbj.txt b/odin_raw/gbj.txt new file mode 100644 index 0000000000000000000000000000000000000000..5f918594ed375a2f43782fff5425c102af94bfb7 --- /dev/null +++ b/odin_raw/gbj.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b19c70831bfce4ff320ab06b7fafbf1b6555d84b30e95d79e52fa9da3460592 +size 612 diff --git a/odin_raw/gbo-gec.txt b/odin_raw/gbo-gec.txt new file mode 100644 index 0000000000000000000000000000000000000000..2a839cc633cbcd522604c3d08972335aac2e53ad --- /dev/null +++ b/odin_raw/gbo-gec.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6557718ed6e8f8b978807a4c9ff978854348bbde1fef785e0a14c4b0d76a499 +size 271 diff --git a/odin_raw/gbz.txt b/odin_raw/gbz.txt new file mode 100644 index 0000000000000000000000000000000000000000..ad91158a314962381a49d1efcf368ca995cd4f01 --- /dev/null +++ b/odin_raw/gbz.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edc7138c8a83f486a0fb18b642620f77ec6622fe9405603d5b92ec9d70d8b836 +size 4915 diff --git a/odin_raw/gcc.txt b/odin_raw/gcc.txt new file mode 100644 index 0000000000000000000000000000000000000000..a183db03c9858a96595b1923db8ab5ecba2d0a84 --- /dev/null +++ b/odin_raw/gcc.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad9a75b4ad43fe537487a83c30e10adc7f79692f627a3f13748f8bdcb61a5a05 +size 340 diff --git a/odin_raw/gcd.txt b/odin_raw/gcd.txt new file mode 100644 index 0000000000000000000000000000000000000000..a6388002188b57b885e8e0caf25de30c2a645f15 --- /dev/null +++ b/odin_raw/gcd.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edd5619d1dfdcee08657903e98a8c7355018ae675321bcc4b090f5ca33c581d6 +size 3754 diff --git a/odin_raw/gcf.txt b/odin_raw/gcf.txt new file mode 100644 index 0000000000000000000000000000000000000000..7c52887b6d5c70b2f0d1f443a613c795fefd54a8 --- /dev/null +++ b/odin_raw/gcf.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:574e22fcb8469bc385a317e0a0c35d9bc3eba07e54150423ed42931ba4283100 +size 175 diff --git a/odin_raw/gcr.txt b/odin_raw/gcr.txt new file mode 100644 index 0000000000000000000000000000000000000000..8459fa52937d51cab546350a7fdb3d2c29b39803 --- /dev/null +++ b/odin_raw/gcr.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:042f0fae14aa3d06ca2822c6415c321be09ac35862dde372abe8672bb65f9dab +size 824 diff --git a/odin_raw/gd.txt b/odin_raw/gd.txt new file mode 100644 index 0000000000000000000000000000000000000000..e6f0390f975c5e498c50d9a7b6fda466f5b5d4e2 --- /dev/null +++ b/odin_raw/gd.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92c603c28118d3a200760158dce57a773a386c76124fe4d102ac72c63db1c938 +size 94 diff --git a/odin_raw/gde.txt b/odin_raw/gde.txt new file mode 100644 index 0000000000000000000000000000000000000000..4225c2a353d7557b41667e1ee8050764151a6461 --- /dev/null +++ b/odin_raw/gde.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85b01acedef4faf8a9d21ca4adc3464564011220630a22f1c71f7b7334f50300 +size 1256 diff --git a/odin_raw/gdo.txt b/odin_raw/gdo.txt new file mode 100644 index 0000000000000000000000000000000000000000..77d72d57196b8114ac14c48febcd68ccb2c23166 --- /dev/null +++ b/odin_raw/gdo.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68f1de133c2cd14f23f18b8de3ee4313a2761d3e29f0dacf48dfdccc9067bf9d +size 243 diff --git a/odin_raw/gej.txt b/odin_raw/gej.txt new file mode 100644 index 0000000000000000000000000000000000000000..30ac89479bcbf45bf97e59eb4543d7c4d470071d --- /dev/null +++ b/odin_raw/gej.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e97b4cdf39703d81f41affb2fb8c949175bc89323c0e64ca2fa809bd3b06dcbb +size 316 diff --git a/odin_raw/gg.txt b/odin_raw/gg.txt new file mode 100644 index 0000000000000000000000000000000000000000..994e7eebe073f446da6f0511b833493014a9caa7 --- /dev/null +++ b/odin_raw/gg.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cc41d0a22f1420513389cee6082b79346c913060f045654db4ed53a99264893 +size 88 diff --git a/odin_raw/gh.txt b/odin_raw/gh.txt new file mode 100644 index 0000000000000000000000000000000000000000..5db7c1daf94bf303d240ed61b11585daa2dcf931 --- /dev/null +++ b/odin_raw/gh.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13ea5af6ea87bc81e9468c006365379e2023d1cd46f377a8f0f6a076e4d14e1d +size 143 diff --git a/odin_raw/gi.txt b/odin_raw/gi.txt new file mode 100644 index 0000000000000000000000000000000000000000..d2d8790684ca8b3f0571a3c2fd418ea178ab991d --- /dev/null +++ b/odin_raw/gi.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e8e5ac2ed6aa9d5324c73a520c761553062ccfaea23ec5ca7d2bc1250fd5704 +size 212 diff --git a/odin_raw/gkn.txt b/odin_raw/gkn.txt new file mode 100644 index 0000000000000000000000000000000000000000..6812326fd027eea5daae5f0e0699d33470cbbc6e --- /dev/null +++ b/odin_raw/gkn.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8459d41d3485c2c298a5128f4b0556ed28d0295b34b3fe45386328a92070e393 +size 524 diff --git a/odin_raw/gla.txt b/odin_raw/gla.txt new file mode 100644 index 0000000000000000000000000000000000000000..a02e639b5eaf75090fdf6d0b6187dcee6ce59e5c --- /dev/null +++ b/odin_raw/gla.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65d99bae079af03a7f4edd811113c617c7c2ecc73cd3feddbf972ccf36ee5d96 +size 8540 diff --git a/odin_raw/gld.txt b/odin_raw/gld.txt new file mode 100644 index 0000000000000000000000000000000000000000..4dc70dba5c026887b26f01fde7f2530a5b7cdf8b --- /dev/null +++ b/odin_raw/gld.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:535cd6fbf1d1623f79892f94750d6985bedaeece6c6b5e3779877427457fe9ca +size 82 diff --git a/odin_raw/gle.txt b/odin_raw/gle.txt new file mode 100644 index 0000000000000000000000000000000000000000..29a7944731e0e56d1f87001e1cce461e37f5eb5c --- /dev/null +++ b/odin_raw/gle.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5ca536b4fe186b25f5f5128eef6504190525286b6de70c0f33fd0370decb703 +size 74125 diff --git a/odin_raw/glg.txt b/odin_raw/glg.txt new file mode 100644 index 0000000000000000000000000000000000000000..165ac07b380efa8000ced205acfb0096ab05e690 --- /dev/null +++ b/odin_raw/glg.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dac9f3608ead08fb0636e5b01313673aae90406a9293afc8c3b5cb40bdfb6773 +size 2736 diff --git a/odin_raw/gma.txt b/odin_raw/gma.txt new file mode 100644 index 0000000000000000000000000000000000000000..01c4d11c959be04168599310a726ef001783b01b --- /dev/null +++ b/odin_raw/gma.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44bff4905bbefcea1103c64fced3a85c9615444414fadb9dca146e7025bb29c9 +size 119 diff --git a/odin_raw/gmh.txt b/odin_raw/gmh.txt new file mode 100644 index 0000000000000000000000000000000000000000..e5cd5dfa5935645d8e9603d016f9bd0d25c68519 --- /dev/null +++ b/odin_raw/gmh.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:671ada9d925a3c89c7be13f1e40aa9ef18fefd44ff574bee7982172979266034 +size 5878 diff --git a/odin_raw/gni.txt b/odin_raw/gni.txt new file mode 100644 index 0000000000000000000000000000000000000000..6000faefc7c4d07d873a4ba23020373bb81e9030 --- /dev/null +++ b/odin_raw/gni.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac9c362b52fbd7118c95d604759acf6575557325563e12f17841e30de003429d +size 2634 diff --git a/odin_raw/gnn.txt b/odin_raw/gnn.txt new file mode 100644 index 0000000000000000000000000000000000000000..0feaa5099e243093631077ecb335c660bbcf34d6 --- /dev/null +++ b/odin_raw/gnn.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:758f50e9383596e9a1e3c81f2c00f0a51064a66619c8d8aaed8c1ca428e62ec5 +size 162 diff --git a/odin_raw/god.txt b/odin_raw/god.txt new file mode 100644 index 0000000000000000000000000000000000000000..8a025215a253e7b0b6d02186d05e304cad611109 --- /dev/null +++ b/odin_raw/god.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f94f183a283c2c36c907dd5269d99858e965f2ecd6fd328538e291f97a7cee4 +size 89 diff --git a/odin_raw/goh.txt b/odin_raw/goh.txt new file mode 100644 index 0000000000000000000000000000000000000000..51197bce7d132c4199dbc016ab07b57ccc31b5dc --- /dev/null +++ b/odin_raw/goh.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf9c10b31d169099faecffb76b766cb6cbbf6eeb1785a90fbfc98d7a3799d310 +size 8153 diff --git a/odin_raw/got.txt b/odin_raw/got.txt new file mode 100644 index 0000000000000000000000000000000000000000..b8ece3c26be5a81ebd262e60b6c229e0dcf39b06 --- /dev/null +++ b/odin_raw/got.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:660ac7e6c9109fe523be080638f8f86244b7a6a6ba296785b4df4ad2f23aa0c2 +size 2312 diff --git a/odin_raw/grb.txt b/odin_raw/grb.txt new file mode 100644 index 0000000000000000000000000000000000000000..9115be9b75b25f46eed6a06f37d9c827bb50ee60 --- /dev/null +++ b/odin_raw/grb.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0c3d54cbd3ae66ac25f4e33a4fce311d7305fc43f88a13f160788acdee30547 +size 193 diff --git a/odin_raw/grc.txt b/odin_raw/grc.txt new file mode 100644 index 0000000000000000000000000000000000000000..1543a8fb23dde1a019d378862c3a5c735a9f51d1 --- /dev/null +++ b/odin_raw/grc.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36aaf5d796dd303667effbbd6a1610b8cd0a4224fd0067b703944e83adc39286 +size 25841 diff --git a/odin_raw/grt.txt b/odin_raw/grt.txt new file mode 100644 index 0000000000000000000000000000000000000000..fbaa42a2e26ab8afbb8731fff1aa0a1ff2ed1bb4 --- /dev/null +++ b/odin_raw/grt.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16f4faf2439f2841b1ba6ebcc4eeb8fb9866fe41f155b9e291917a9f71deff55 +size 834 diff --git a/odin_raw/gru.txt b/odin_raw/gru.txt new file mode 100644 index 0000000000000000000000000000000000000000..8fc77e59362011aab4c1d8b6f5041facf1684b6d --- /dev/null +++ b/odin_raw/gru.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad0328bfc0e2bf56e5e102d173bfd758e00b45f2bdc585a1a454f9f0b79494e8 +size 885 diff --git a/odin_raw/gsc.txt b/odin_raw/gsc.txt new file mode 100644 index 0000000000000000000000000000000000000000..73bf39eea6872c7d7a397386186f2575ee38fa9f --- /dev/null +++ b/odin_raw/gsc.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:747163500617ee5dc0e97868bef0cab226263505e2a62b2d337f88c234aca9bb +size 231 diff --git a/odin_raw/gsg.txt b/odin_raw/gsg.txt new file mode 100644 index 0000000000000000000000000000000000000000..c41946fa9dc5b5f58a7455058c3f2015db87bc47 --- /dev/null +++ b/odin_raw/gsg.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:712dcd617d6eb139037e7666c732deba611cc82568981feb27482ce09bbb9a65 +size 4665 diff --git a/odin_raw/gsw.txt b/odin_raw/gsw.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2afcadd2d070e1fa2906a4956cb0ee117afb029 --- /dev/null +++ b/odin_raw/gsw.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beec772859b79f538e486b467bfe767179ca2d3a56988255d20a97db7d24eb09 +size 16066 diff --git a/odin_raw/gu.txt b/odin_raw/gu.txt new file mode 100644 index 0000000000000000000000000000000000000000..7fbbe26ffc8134a51aa0d2a3931a07aa5133768d --- /dev/null +++ b/odin_raw/gu.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2c09c485909293fe297c8af558f574e07fc8d04b9dd2e2f36632d4e7902be89 +size 2459 diff --git a/odin_raw/gue-rop.txt b/odin_raw/gue-rop.txt new file mode 100644 index 0000000000000000000000000000000000000000..b6f061d98824d374459bbcb23931047d0aad7a3a --- /dev/null +++ b/odin_raw/gue-rop.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:352169ddeb9d6232a47011e2ca1033f86c5001adb07968179fce7db440fbe015 +size 5020 diff --git a/odin_raw/gue.txt b/odin_raw/gue.txt new file mode 100644 index 0000000000000000000000000000000000000000..fed7e1765126dd0185fd9043422c1adac6e43c9f --- /dev/null +++ b/odin_raw/gue.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4435044c8df01e9b869624618007c1c439bb8d298c1588d0a4ed84c822ad389 +size 3841 diff --git a/odin_raw/gug.txt b/odin_raw/gug.txt new file mode 100644 index 0000000000000000000000000000000000000000..3a6082c169a3da4e46c3dfa7f9a8f56707d6ab58 --- /dev/null +++ b/odin_raw/gug.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f94329f55e6685d5e1aa1e1a4eda5bfd14d0713501a0657be63e7770766dbc2d +size 1311 diff --git a/odin_raw/guh.txt b/odin_raw/guh.txt new file mode 100644 index 0000000000000000000000000000000000000000..0936100251ecaf33cf7a7bfdc0baa5d789e61cab --- /dev/null +++ b/odin_raw/guh.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7fc1be660adc7de1e78596672587edb3c6f5d77a5dd3ed17254f97f8fb71238 +size 270 diff --git a/odin_raw/guj.txt b/odin_raw/guj.txt new file mode 100644 index 0000000000000000000000000000000000000000..98fbcdf724beddfbb5868baf310aa21d6ae94c20 --- /dev/null +++ b/odin_raw/guj.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2400650a7f756125b1b36899f287f3bfc73b7c20edf572c1fdfdbd2e555a5b32 +size 2154 diff --git a/odin_raw/gup.txt b/odin_raw/gup.txt new file mode 100644 index 0000000000000000000000000000000000000000..14a449396699ef5776bbada5d091a8471180756a --- /dev/null +++ b/odin_raw/gup.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64f7c954b17d207d740c9e764b0b4d41c0e85a6560a29ac89f8e0caef6fdd499 +size 3983 diff --git a/odin_raw/guw.txt b/odin_raw/guw.txt new file mode 100644 index 0000000000000000000000000000000000000000..3f4f74033ef6191bd6675ca150b33a492d02af67 --- /dev/null +++ b/odin_raw/guw.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:350cd598cc77e4a39ec916307305c0d478f465936fb28b1bfd180d1baa9d8320 +size 4875 diff --git a/odin_raw/gvf.txt b/odin_raw/gvf.txt new file mode 100644 index 0000000000000000000000000000000000000000..3049a80c98ccef089affdf49bcf40b21194a39ac --- /dev/null +++ b/odin_raw/gvf.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a406a39511a03177c9f0c255df2aa22eb1cc027665554cf86f0a404a610d7b4 +size 2638 diff --git a/odin_raw/gvn.txt b/odin_raw/gvn.txt new file mode 100644 index 0000000000000000000000000000000000000000..4f4e09dbfa806469043dff7718ed6fb021407dc7 --- /dev/null +++ b/odin_raw/gvn.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37b40fb68c3c34c5d57a3ca23b30f2a191ba360fc38164a25b4467afd15649d1 +size 94 diff --git a/odin_raw/gvo.txt b/odin_raw/gvo.txt new file mode 100644 index 0000000000000000000000000000000000000000..3d8718213e0b7f8b22541ed3f054ff9d18a90583 --- /dev/null +++ b/odin_raw/gvo.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8c59066f8416d230335cc89925019976f55f4c1060d37e001bfebd27e92fd6c +size 125 diff --git a/odin_raw/gvp.txt b/odin_raw/gvp.txt new file mode 100644 index 0000000000000000000000000000000000000000..892a7ef4d4d08b5915d5aaa65c37c8e8e6c922a3 --- /dev/null +++ b/odin_raw/gvp.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53ae34dac05a0aef6ee451d535682d2a16cbc866fd3f63483a45a6175572119d +size 217 diff --git a/odin_raw/gvr.txt b/odin_raw/gvr.txt new file mode 100644 index 0000000000000000000000000000000000000000..de96d8bc7bfa73ee2bcd83fba08dd78bf45139df --- /dev/null +++ b/odin_raw/gvr.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5a8724216b5c713f759b9124c0c70f7c70adaac98f37d6035c6e64cf2c9ab7e +size 32630 diff --git a/odin_raw/gw.txt b/odin_raw/gw.txt new file mode 100644 index 0000000000000000000000000000000000000000..22d6841e77b4d20a69592f903677fe429fa201c9 --- /dev/null +++ b/odin_raw/gw.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7db6c6b9815dcc3a9fb9290c555649b9b2b3f94c23e4c7f20b46b933324c8f85 +size 303 diff --git a/odin_raw/gy.txt b/odin_raw/gy.txt new file mode 100644 index 0000000000000000000000000000000000000000..e70a3c6ee391990f9be4683b31923aa4a0f870a3 --- /dev/null +++ b/odin_raw/gy.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b96ef506c0646effd73ae459415ee3dea1968f617dff15abec8a7762994badb +size 303 diff --git a/odin_raw/gyd.txt b/odin_raw/gyd.txt new file mode 100644 index 0000000000000000000000000000000000000000..0856b4bde0ceb0d3fc0d44bdb7ba383eeb0e32f0 --- /dev/null +++ b/odin_raw/gyd.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3923e8973c1598b2139d5d3757ee785413e42af87df3ca054928dfc260a0cd7f +size 17571 diff --git a/odin_raw/gyn.txt b/odin_raw/gyn.txt new file mode 100644 index 0000000000000000000000000000000000000000..3a7325987e9c786366a3139b31f29cc6f761d1db --- /dev/null +++ b/odin_raw/gyn.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdfa214d3e6b8edb6af99173f74452112838644e267fcd043aea9511db1990e7 +size 697 diff --git a/odin_raw/gz.txt b/odin_raw/gz.txt new file mode 100644 index 0000000000000000000000000000000000000000..26a2c8106f9ea525778f0c8b8d74968a931b8fa6 --- /dev/null +++ b/odin_raw/gz.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7422ff0f16ae3a6b415cc9b225ba7f79cfc7f6fb057361b309ec246f08c2d1c1 +size 440 diff --git a/odin_raw/h.txt b/odin_raw/h.txt new file mode 100644 index 0000000000000000000000000000000000000000..ee1b65fe02a58f9848f66c202373f7469130fc3a --- /dev/null +++ b/odin_raw/h.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a5f65e725193fdc7f8fd54544c017ac04715b9d005966e32ee057fa859e95db +size 76 diff --git a/odin_raw/had.txt b/odin_raw/had.txt new file mode 100644 index 0000000000000000000000000000000000000000..f34115e72c9a2a097e799ddde3994071dd5f6582 --- /dev/null +++ b/odin_raw/had.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12b07ecacadb383a4f02ad7001805eafc9b99c4ae2a3af7ce85db7dd4ce05fd3 +size 1858 diff --git a/odin_raw/hae.txt b/odin_raw/hae.txt new file mode 100644 index 0000000000000000000000000000000000000000..0bc21a2fc9d84955fb02c400d3ddd800501cb984 --- /dev/null +++ b/odin_raw/hae.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b932f9b266c9305c0875f43cd650335b295028d90cd43829f9a1d58d76cce661 +size 1211 diff --git a/odin_raw/hai.txt b/odin_raw/hai.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6121d1ef84d1720092e7efa731fad18ff3c86cf --- /dev/null +++ b/odin_raw/hai.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:014c5cff51e33e0bf308f57a73f0e910e101cc2eb080377fa32b3d7930a9f926 +size 907 diff --git a/odin_raw/hat.txt b/odin_raw/hat.txt new file mode 100644 index 0000000000000000000000000000000000000000..00b0806ae40ca3aebb93b2630b914b59423e4620 --- /dev/null +++ b/odin_raw/hat.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32739f5cc0d3d04512741574f481cab33ce6ecc9b708fc32ed4f9304b9950dd5 +size 12001 diff --git a/odin_raw/hau.txt b/odin_raw/hau.txt new file mode 100644 index 0000000000000000000000000000000000000000..05294cdf5394675151172563d95e08c4d4430542 --- /dev/null +++ b/odin_raw/hau.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:796044ebb976f534bc9c5218ddd8f544bc8d883f3f89efbf19377074ee1ce6b4 +size 343847 diff --git a/odin_raw/haw.txt b/odin_raw/haw.txt new file mode 100644 index 0000000000000000000000000000000000000000..49fcee7bee9f7d69108d13028131393eed7c6cb2 --- /dev/null +++ b/odin_raw/haw.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2f71aa262400d0642e7371c5ed42e97a8f8c4312e7c65761e67ec7b9de680ae +size 117 diff --git a/odin_raw/hay.txt b/odin_raw/hay.txt new file mode 100644 index 0000000000000000000000000000000000000000..45cb5807717aa04393087e448ef8d16d8c522d98 --- /dev/null +++ b/odin_raw/hay.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f012dbad21b6168dd6a0fd63d1114b317205e2a4c57a3c88bfb7911eb501d2f +size 400 diff --git a/odin_raw/hbb.txt b/odin_raw/hbb.txt new file mode 100644 index 0000000000000000000000000000000000000000..be5e3f25d5a2c71913d7bf935c9bacddc1ed9418 --- /dev/null +++ b/odin_raw/hbb.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:765d277fa114ebfd1f16d21ce54d9bd2e1cc21b0459a92c645397e5dd31f304c +size 132 diff --git a/odin_raw/hbo.txt b/odin_raw/hbo.txt new file mode 100644 index 0000000000000000000000000000000000000000..8e43dde1e1b1b695399ea9bb2b21448b800d8d9e --- /dev/null +++ b/odin_raw/hbo.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:709b8a9f1f470837318ac5a750a583cc92e7eaf067926494d6fab2fd8070450e +size 96618 diff --git a/odin_raw/hch.txt b/odin_raw/hch.txt new file mode 100644 index 0000000000000000000000000000000000000000..e3f1b9f8c99e61317947a179e0f5d43b147896b4 --- /dev/null +++ b/odin_raw/hch.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7984573ed4fcef8aad65c783098a1f601140be1a5b719dbf26f962a5db939cfb +size 1130 diff --git a/odin_raw/hdn.txt b/odin_raw/hdn.txt new file mode 100644 index 0000000000000000000000000000000000000000..04bb2910e146a496b6137c64d1b712b80d73098f --- /dev/null +++ b/odin_raw/hdn.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:017afc42d5e7792c0b461f57ec3e99e46069bb06c733ba93594585aae7b8d064 +size 513 diff --git a/odin_raw/heb.txt b/odin_raw/heb.txt new file mode 100644 index 0000000000000000000000000000000000000000..226564910a69442463a4a75988cab52ceb7c7bcf --- /dev/null +++ b/odin_raw/heb.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1bb30ed9afdca33c940e6c9d90d69445bcd6532550aac19f0aa23b6e9b46071 +size 121879 diff --git a/odin_raw/hi.txt b/odin_raw/hi.txt new file mode 100644 index 0000000000000000000000000000000000000000..d48cb3d947c1aeaa5606af02d8a68386238cc77c --- /dev/null +++ b/odin_raw/hi.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7bec077b89184bb72d04ad515a1d294b4c85ece01432565c635ef70be0744aa +size 5800 diff --git a/odin_raw/hia.txt b/odin_raw/hia.txt new file mode 100644 index 0000000000000000000000000000000000000000..9391480823fd35b5e20b8a1918fe289a537e809a --- /dev/null +++ b/odin_raw/hia.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22ab9a819a646391dc080e0498e7c03212d02b22687bee407ab6d307ee1b3cb9 +size 189 diff --git a/odin_raw/hid.txt b/odin_raw/hid.txt new file mode 100644 index 0000000000000000000000000000000000000000..e8e049760aff1493f826ca98a893d84c70a848fe --- /dev/null +++ b/odin_raw/hid.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd4ced33beca63df02b6b4002932aa1b76910c824258b9fba1b3b9fc4477a412 +size 86 diff --git a/odin_raw/hin-urd.txt b/odin_raw/hin-urd.txt new file mode 100644 index 0000000000000000000000000000000000000000..e00806cde45bba6a51f11e38b10e74f3906d6e4b --- /dev/null +++ b/odin_raw/hin-urd.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b20ad7f810b81c65efe0c7f38c3913155aae580b4f0d287c666311309ed80c57 +size 1262 diff --git a/odin_raw/hin.txt b/odin_raw/hin.txt new file mode 100644 index 0000000000000000000000000000000000000000..c903cd446f630d7d4f5c36a376ce7628fdd26b7c --- /dev/null +++ b/odin_raw/hin.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1d4897846013475ba623e229259dcc4cdf727af1383096b64ffe97aac1bcc2c +size 111402 diff --git a/odin_raw/hit.txt b/odin_raw/hit.txt new file mode 100644 index 0000000000000000000000000000000000000000..9ea530bd82c0d3deef8dc4b6c989e41c182d8edc --- /dev/null +++ b/odin_raw/hit.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:764c551dc93e19bbe55637d8585cc1eb9f342d2d08699dd622b1cadb7bc2dab6 +size 2551 diff --git a/odin_raw/hmb.txt b/odin_raw/hmb.txt new file mode 100644 index 0000000000000000000000000000000000000000..11d77b9c7a7b0df2d83d67fb3bb0ccc81e441c28 --- /dev/null +++ b/odin_raw/hmb.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd53373814be4df349ad7d6a631e5c9f04152b1964484c853d04aba39c40da40 +size 202 diff --git a/odin_raw/hmo.txt b/odin_raw/hmo.txt new file mode 100644 index 0000000000000000000000000000000000000000..38d38e5fd79b4f7125525555d0b60ea34891b143 --- /dev/null +++ b/odin_raw/hmo.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f2cbce39ffee7fe235462cec6f7e21e031dfc61641c3da533fa7cfa51b9c7eb +size 692 diff --git a/odin_raw/hmr.txt b/odin_raw/hmr.txt new file mode 100644 index 0000000000000000000000000000000000000000..9015b5b5bce11cf3c9256562c7f1f39cb2a9fe43 --- /dev/null +++ b/odin_raw/hmr.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bac7e3876f41f093fca83bd457f2955ce74408bb39127d8836b384f69faa3ecb +size 1312 diff --git a/odin_raw/hna.txt b/odin_raw/hna.txt new file mode 100644 index 0000000000000000000000000000000000000000..103946f2fc9b7b69edc9556827a973bef13e4ce5 --- /dev/null +++ b/odin_raw/hna.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:829fbfaaea28c4f0ff36f24b6004742f8b8521b683328b244c16317a13a6fef1 +size 146 diff --git a/odin_raw/hni.txt b/odin_raw/hni.txt new file mode 100644 index 0000000000000000000000000000000000000000..3c081099f7b0d026e0c152aa220ecf7e4ffa9653 --- /dev/null +++ b/odin_raw/hni.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:406821abfe5f04cb3cf8c0fc47e38914e1386a324151b770d51675699bbbcf87 +size 81 diff --git a/odin_raw/hnj.txt b/odin_raw/hnj.txt new file mode 100644 index 0000000000000000000000000000000000000000..feb1c626cfce13608cf843450539ae5034b223e6 --- /dev/null +++ b/odin_raw/hnj.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86cfe40410d09b05066878b5e51b541b6d6819c42e5022a1173f5034b96ae128 +size 650 diff --git a/odin_raw/ho.txt b/odin_raw/ho.txt new file mode 100644 index 0000000000000000000000000000000000000000..95ea601ce2d707842e23581cd7d55e76a6baaaf2 --- /dev/null +++ b/odin_raw/ho.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21c6f0d5f3398ae81f3926588bf1ccc16b8e9db5853ca23bf146a9cf89ad1688 +size 1428 diff --git a/odin_raw/hoa.txt b/odin_raw/hoa.txt new file mode 100644 index 0000000000000000000000000000000000000000..4e66bbd0f5555e509f3e0fd845769d6c7e629c6c --- /dev/null +++ b/odin_raw/hoa.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5957259f09f77c6346031dffe3ed478f10566df370dda0d80dadf2321e65d23f +size 2119 diff --git a/odin_raw/hop.txt b/odin_raw/hop.txt new file mode 100644 index 0000000000000000000000000000000000000000..534e7e51b59992854c2ff99e969b18c202297f73 --- /dev/null +++ b/odin_raw/hop.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e21747ae7617d15f5b89599253578c3c6a492095e7802bcdb766a7e7aadfcdc +size 3921 diff --git a/odin_raw/hr-mrj.txt b/odin_raw/hr-mrj.txt new file mode 100644 index 0000000000000000000000000000000000000000..3792e27a93f06a5e1bf610c4230720a52423b7b1 --- /dev/null +++ b/odin_raw/hr-mrj.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:802dd0d66757f31868aad8d57c1166ae35edbaa612976e2ea0049a6d6c0af0e5 +size 2845 diff --git a/odin_raw/hr.txt b/odin_raw/hr.txt new file mode 100644 index 0000000000000000000000000000000000000000..a787cc5531d32ab1ead448fd0c459a8e1c67eb72 --- /dev/null +++ b/odin_raw/hr.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fef8bf8466c7e1a9dcff85f5f618c2835733a19d62f7114144ce25d5bff68c1a +size 2521 diff --git a/odin_raw/hrv.txt b/odin_raw/hrv.txt new file mode 100644 index 0000000000000000000000000000000000000000..68b909bf7044678410f52cf0dbf8562f4cd70e40 --- /dev/null +++ b/odin_raw/hrv.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d7d8fe5f7fb5d0c6ec4e7e578f5f7fd7eda3d75021c9444c74a0053cab276d4 +size 6352 diff --git a/odin_raw/hs.txt b/odin_raw/hs.txt new file mode 100644 index 0000000000000000000000000000000000000000..3d3c697580d375f49861d8be9ef48239991ba94d --- /dev/null +++ b/odin_raw/hs.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c810f0437b1770f9d46f495111802c2ac910bcd98bd867de5c80d7127d5a8506 +size 371 diff --git a/odin_raw/hsb.txt b/odin_raw/hsb.txt new file mode 100644 index 0000000000000000000000000000000000000000..3c6b399fab5756273a264ba52d6bb34226faaad7 --- /dev/null +++ b/odin_raw/hsb.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:872c1b305b172b1d383b65c8237ab2d8f0a1411c44aee71f134237bbee93ed5e +size 799 diff --git a/odin_raw/hu.txt b/odin_raw/hu.txt new file mode 100644 index 0000000000000000000000000000000000000000..5c2013c5c637bd3983fe519a72a104b839144890 --- /dev/null +++ b/odin_raw/hu.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62c6e07683bb98f634ed803a6d77070b6c8df5d6c6d300e5d3e9a5d968c4fdc3 +size 150 diff --git a/odin_raw/hun.txt b/odin_raw/hun.txt new file mode 100644 index 0000000000000000000000000000000000000000..27470798d7b254da16ee8b2232a6cf73f8000c19 --- /dev/null +++ b/odin_raw/hun.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fc81594418919ed230c6019d2be5556ca6ffd106ecd60bafd27716fc80bada2 +size 251366 diff --git a/odin_raw/huq.txt b/odin_raw/huq.txt new file mode 100644 index 0000000000000000000000000000000000000000..965c0732e7a7c0c0f0ad2d8798caf42453e43dde --- /dev/null +++ b/odin_raw/huq.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af67cf0a43bd0bb6d731b56ae871f151b231c3e72eec49d7f04c582ba2355b70 +size 2021 diff --git a/odin_raw/hur.txt b/odin_raw/hur.txt new file mode 100644 index 0000000000000000000000000000000000000000..36514b38e4b9a12d7284af82d33e5371f95374ff --- /dev/null +++ b/odin_raw/hur.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9483263f2e9bf0b429b6bce6fd1f97359ab720d20d2ab48b30bbacba96ecbb45 +size 13327 diff --git a/odin_raw/huz.txt b/odin_raw/huz.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6c3ea2c39eb2bb0255fe745880994e22cf62f26 --- /dev/null +++ b/odin_raw/huz.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0c60c79c8581d936febffe625c2e09cfad2df679c0a910fdb3160821bd8c404 +size 1332 diff --git a/odin_raw/hwo.txt b/odin_raw/hwo.txt new file mode 100644 index 0000000000000000000000000000000000000000..cd5d77d95fdfd3638e5bfa79eb3f0d5ababa04c6 --- /dev/null +++ b/odin_raw/hwo.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66122037bc55b0f9ae3d9b2e76cf21c02ddcd7aa629e8fe5f897b9f4377a13f0 +size 129 diff --git a/odin_raw/hy.txt b/odin_raw/hy.txt new file mode 100644 index 0000000000000000000000000000000000000000..d0d6866894e9517c064cdc43ba6bc53311b6655a --- /dev/null +++ b/odin_raw/hy.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01a93428749c9b3db76651938d18819f8604e1642d97f8e83fcaad01cb679dda +size 1584 diff --git a/odin_raw/hye.txt b/odin_raw/hye.txt new file mode 100644 index 0000000000000000000000000000000000000000..f06a8375c8148f4e7b23a75b054d2cbb4876fd57 --- /dev/null +++ b/odin_raw/hye.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d88ee7f7f456f4abc51cc351e5acfaf353ead37da9e5cd9f4a3b8b9dcc0e2cca +size 14474 diff --git a/odin_raw/i.txt b/odin_raw/i.txt new file mode 100644 index 0000000000000000000000000000000000000000..34d6914043945b75030bf87efd690a3e0ce720f8 --- /dev/null +++ b/odin_raw/i.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d8f0465efa554125a48baf1fe1a365d2e3d87b39a877f006c2353f5cb57a447 +size 4954 diff --git a/odin_raw/ia.txt b/odin_raw/ia.txt new file mode 100644 index 0000000000000000000000000000000000000000..bd19696b224d8edbc2ad5ef0584bf526134f3b15 --- /dev/null +++ b/odin_raw/ia.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:003dbdd5fbb67cfd0d15f609aae81884705e0298fa6824651b909de38789501c +size 73 diff --git a/odin_raw/iai.txt b/odin_raw/iai.txt new file mode 100644 index 0000000000000000000000000000000000000000..b492edbc0ebb06b0e020e6b3f9b4521c36df3871 --- /dev/null +++ b/odin_raw/iai.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c861d208c2c78b085dbaec74f369da016c8212617d901b25b819d473345822f +size 2721 diff --git a/odin_raw/ian.txt b/odin_raw/ian.txt new file mode 100644 index 0000000000000000000000000000000000000000..61426e98cae5d98431a177780e45d13319a97124 --- /dev/null +++ b/odin_raw/ian.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32760c576ef9119845b8ea24f21403f14c9be150b9c90edf67666d567824c82b +size 489 diff --git a/odin_raw/ibb.txt b/odin_raw/ibb.txt new file mode 100644 index 0000000000000000000000000000000000000000..869cdbe074bd88f8d779af7e13e44bcd15577688 --- /dev/null +++ b/odin_raw/ibb.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:608121478456181ba0bcd9f76b73199f2dd6681f347de6129787b5060ae67e7c +size 96 diff --git a/odin_raw/ibd.txt b/odin_raw/ibd.txt new file mode 100644 index 0000000000000000000000000000000000000000..30a25ee4be9735672bd66f1bde7b195f397459a8 --- /dev/null +++ b/odin_raw/ibd.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ad460d1191cddd7fb58fe1bc9c71eb8583187f10c5dbf55f90773dfe5e4204c +size 2540 diff --git a/odin_raw/ibo.txt b/odin_raw/ibo.txt new file mode 100644 index 0000000000000000000000000000000000000000..ef1ce8a007aa02449c14481dfb923fd90c247d8f --- /dev/null +++ b/odin_raw/ibo.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c07c6d576794e30d64ad67bd51444a802376514f960f03e58d064334f89ceb0d +size 7876 diff --git a/odin_raw/idb.txt b/odin_raw/idb.txt new file mode 100644 index 0000000000000000000000000000000000000000..6a1a2c7b08ef9a5be9b3c2ecd2a68aa950727382 --- /dev/null +++ b/odin_raw/idb.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:278b5ccc0967d67d92cd23639b8f7acc5ccdb95685802760d9e3b70c6d0d8c07 +size 339 diff --git a/odin_raw/idu.txt b/odin_raw/idu.txt new file mode 100644 index 0000000000000000000000000000000000000000..5cc55025e63d5d9d717f56dfa83e1258da318c94 --- /dev/null +++ b/odin_raw/idu.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbfc4090ee8bbd7422c3b3682eb85b3f8ded91d28c33d75c0083e60d3dc8ae49 +size 177 diff --git a/odin_raw/ie.txt b/odin_raw/ie.txt new file mode 100644 index 0000000000000000000000000000000000000000..e03739abe3cc50a42f20be64215b95bb6c34763a --- /dev/null +++ b/odin_raw/ie.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56483a4e1f3e110ff9a1a63a631b2524a2a981261ac05d9c834b9a00b5c2964b +size 209 diff --git a/odin_raw/if.txt b/odin_raw/if.txt new file mode 100644 index 0000000000000000000000000000000000000000..52b7f3d7155f8fb38aa7015dbbe1bfa53233afbf --- /dev/null +++ b/odin_raw/if.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8ded778e885e4c5d38dee83c3fae6d433ec81d196dba974e627e155dc99aa8d +size 492 diff --git a/odin_raw/ifb.txt b/odin_raw/ifb.txt new file mode 100644 index 0000000000000000000000000000000000000000..03267fd0ef3aa7cca1e64497463cc1d79b2f7be6 --- /dev/null +++ b/odin_raw/ifb.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a13381e55a0809cef14c947fa41090142489ef0b25a441c7480d874ad0b2ee3 +size 10637 diff --git a/odin_raw/ig.txt b/odin_raw/ig.txt new file mode 100644 index 0000000000000000000000000000000000000000..4a6b31b2708699c9ad585df22b9436fe582b0907 --- /dev/null +++ b/odin_raw/ig.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca0f480e52cd0b49a6284060f0245bb2e7ada73459976cb4e9efe443daed232b +size 528 diff --git a/odin_raw/iii.txt b/odin_raw/iii.txt new file mode 100644 index 0000000000000000000000000000000000000000..5a37ef8ae4216ed8775ed9ce8d25e9d6df08f0b0 --- /dev/null +++ b/odin_raw/iii.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21506e0f2da061f8532c9a56c6919f1122bd7c5cffab657e8ad5b80d6598e794 +size 2950 diff --git a/odin_raw/ij.txt b/odin_raw/ij.txt new file mode 100644 index 0000000000000000000000000000000000000000..64b26c8debb8b8bb29c1a53e789eb0ed51877a09 --- /dev/null +++ b/odin_raw/ij.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0314ae1d9ae6159ad63ae3cc85d43579f4a6faf6b66e8b55fd29373f1c1ab1e4 +size 254 diff --git a/odin_raw/ijc.txt b/odin_raw/ijc.txt new file mode 100644 index 0000000000000000000000000000000000000000..fed720610baeac05c773e868d7b7c598bb84f23d --- /dev/null +++ b/odin_raw/ijc.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87fd9a067ba1abb29c3985ce7cc73afc78f5bcef13a3eed2b2a240cc52e61a39 +size 8101 diff --git a/odin_raw/ik.txt b/odin_raw/ik.txt new file mode 100644 index 0000000000000000000000000000000000000000..5b72106e4d32d5c33db003b6e6010d0c73b958de --- /dev/null +++ b/odin_raw/ik.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3af1ad3f740b52f3ac6f5f6f7fa934d1ba70484f18894ac68a0dc71bfcc6849e +size 845 diff --git a/odin_raw/ike-ka.txt b/odin_raw/ike-ka.txt new file mode 100644 index 0000000000000000000000000000000000000000..42c104c270c874e4c4652cd24c643dfb020b18aa --- /dev/null +++ b/odin_raw/ike-ka.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9afc108eec35bb2bec56523f707d641dec88385d54d9f722dfc3c5537847ed6e +size 202 diff --git a/odin_raw/ike.txt b/odin_raw/ike.txt new file mode 100644 index 0000000000000000000000000000000000000000..9f642f3557074ac63a2ca1d480288af7188edd8f --- /dev/null +++ b/odin_raw/ike.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6636a7da65049c74abe735e457a5215bcf69730965021f08d022be74c1d4ee5 +size 69319 diff --git a/odin_raw/ikt.txt b/odin_raw/ikt.txt new file mode 100644 index 0000000000000000000000000000000000000000..88638c6a5666fbaa7c77bf6b473dcd26161094ae --- /dev/null +++ b/odin_raw/ikt.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce2aecc29fcb4f856bc73ae3fd1c1e272e207c7886fb78af9108687ba11895bd +size 948 diff --git a/odin_raw/ilo.txt b/odin_raw/ilo.txt new file mode 100644 index 0000000000000000000000000000000000000000..de740a9c4da2e12f43c965a8f8786fe346b22698 --- /dev/null +++ b/odin_raw/ilo.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a90c6ce1ebfa0809698a0bd0d58246ea114c2132fe9185a18276f8976d7878b +size 4552 diff --git a/odin_raw/imn.txt b/odin_raw/imn.txt new file mode 100644 index 0000000000000000000000000000000000000000..0a50f0dd2b30a2ddd3345c1b12448982e39462e6 --- /dev/null +++ b/odin_raw/imn.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a45165f0fd337e17daa33eb7deac1d1a56d022396316526f39cccb7fb6881ba +size 10409 diff --git a/odin_raw/in.txt b/odin_raw/in.txt new file mode 100644 index 0000000000000000000000000000000000000000..2fbeab4edc08ae7bc0f9b542190072b07e026679 --- /dev/null +++ b/odin_raw/in.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3bab9cdfdb3c59687cfe82369be77e54662dfea53a6efeceddefeb5f0b9f25b +size 623 diff --git a/odin_raw/ind.txt b/odin_raw/ind.txt new file mode 100644 index 0000000000000000000000000000000000000000..06f7a0b9298846b06ebd82811c2a9f28630cf7b0 --- /dev/null +++ b/odin_raw/ind.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a6bd862b551417d9d3d6b828f5c0dd792955314cac431e8b9ef93bd17c6694e +size 247713 diff --git a/odin_raw/inh.txt b/odin_raw/inh.txt new file mode 100644 index 0000000000000000000000000000000000000000..40e008d93639a1c6761c51b9ad667447adaeea1c --- /dev/null +++ b/odin_raw/inh.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9efa6100babe3dacd9e10cda7e7227624433be0d8238d683a6a64adf6da9024e +size 1952 diff --git a/odin_raw/ip.txt b/odin_raw/ip.txt new file mode 100644 index 0000000000000000000000000000000000000000..b66788f59692f157a5726625a986c7d4d87166f1 --- /dev/null +++ b/odin_raw/ip.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2982b768f3ad14c3c3c4a8b1796f3c80d505a14d9ee44c3c99b171b2023332ff +size 1112 diff --git a/odin_raw/iq.txt b/odin_raw/iq.txt new file mode 100644 index 0000000000000000000000000000000000000000..175a1e302d6deb334ad005d07a4fd7597584798b --- /dev/null +++ b/odin_raw/iq.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39a7f9e1a68c629055c67c78de0f6ad04042c87d4b3c14e4ec8ff6c54c67d922 +size 1863 diff --git a/odin_raw/irk.txt b/odin_raw/irk.txt new file mode 100644 index 0000000000000000000000000000000000000000..77352bd2b3e0368df344d47c301068ce94e26bf8 --- /dev/null +++ b/odin_raw/irk.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef5c75c50c40001116fe9a221a09cd90786f1291510c397453f967964f26e335 +size 987 diff --git a/odin_raw/is.txt b/odin_raw/is.txt new file mode 100644 index 0000000000000000000000000000000000000000..2305a40006ea819d1baea9ad191d1ed15255e8b5 --- /dev/null +++ b/odin_raw/is.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24d13c78827ec92aafcb37c7cac978de3ea313e82c122c84c9d6870144e2d44e +size 329973 diff --git a/odin_raw/ise.txt b/odin_raw/ise.txt new file mode 100644 index 0000000000000000000000000000000000000000..2570c2a52e76eabdcda11e5a242d4a5c9a5d1f05 --- /dev/null +++ b/odin_raw/ise.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:969100c49ab7e7898d629658ab43839c7903d04a4b5c225e4015a56f09b105e1 +size 453 diff --git a/odin_raw/it.txt b/odin_raw/it.txt new file mode 100644 index 0000000000000000000000000000000000000000..4d8e6a268ac8a37aa96a49188d9531a7b4caf6b1 --- /dev/null +++ b/odin_raw/it.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17beb2a9b2ffaab148dec3c7a694a0a9c22dcc90cdb7743130c370150d22269b +size 32651 diff --git a/odin_raw/ita.txt b/odin_raw/ita.txt new file mode 100644 index 0000000000000000000000000000000000000000..b00fb8a05c03e04245812465de75c18c8921bb9b --- /dev/null +++ b/odin_raw/ita.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d71914cf121b84bf09b5412391d9b17435cbf5a0847bca7e8e7473bb11a32db +size 248403 diff --git a/odin_raw/ito.txt b/odin_raw/ito.txt new file mode 100644 index 0000000000000000000000000000000000000000..b8f2bfabfb1d686b6fb132713e2a07367f0f3b65 --- /dev/null +++ b/odin_raw/ito.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b02e676f402b7933f2b712d4f46dc01af9ac91f60d308d7f1fdca73ea790e5d0 +size 12382 diff --git a/odin_raw/itz.txt b/odin_raw/itz.txt new file mode 100644 index 0000000000000000000000000000000000000000..22a43fe32d5ba1c2e880aad18c56b50ebc03fedc --- /dev/null +++ b/odin_raw/itz.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:728df66bec0e80c5c08758290b9e8a5fac5856a96ea9233377d400ca3ecc693e +size 12072 diff --git a/odin_raw/iu.txt b/odin_raw/iu.txt new file mode 100644 index 0000000000000000000000000000000000000000..6c0c4e67e23f72fecb3f1db46658e471382ea09f --- /dev/null +++ b/odin_raw/iu.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e4106855ec3316488c802339460787bd62f63454eb725ffbc9da71ffddced56 +size 383 diff --git a/odin_raw/ivv.txt b/odin_raw/ivv.txt new file mode 100644 index 0000000000000000000000000000000000000000..bef40c53ac43c391af8f3e9fd4928f1aa9b40da4 --- /dev/null +++ b/odin_raw/ivv.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e26f77eb0b1331654d029471e0dec0119e3e2b71b4ce784ecfd6aaac42690cf +size 1231 diff --git a/odin_raw/ixi.txt b/odin_raw/ixi.txt new file mode 100644 index 0000000000000000000000000000000000000000..f0f2b3982beff617b126d57b2353104f682c9ebb --- /dev/null +++ b/odin_raw/ixi.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00a1b5518a857d73ad5b5bd6ac5010067b42fb31631fdf4dd867df29652c778f +size 465 diff --git a/odin_raw/iy.txt b/odin_raw/iy.txt new file mode 100644 index 0000000000000000000000000000000000000000..0df4eab30901afce1536bea2c44f36e0c07651a6 --- /dev/null +++ b/odin_raw/iy.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38096c252baf2ca5f6755f43827f9fed66d744c6aedd24c1ed5ad89ccc4fbf51 +size 618 diff --git a/odin_raw/izi.txt b/odin_raw/izi.txt new file mode 100644 index 0000000000000000000000000000000000000000..9e83980885246fbc869d1805dff3af1f9c203f1d --- /dev/null +++ b/odin_raw/izi.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7a5ea13d072a45a8c5ad3697b4075bde432e6d1d97e4d87c69a654a1a08214c +size 215 diff --git a/odin_raw/j.txt b/odin_raw/j.txt new file mode 100644 index 0000000000000000000000000000000000000000..ab60e2978b9608e01eae5a13b0ecc1fa68c446a2 --- /dev/null +++ b/odin_raw/j.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18e39ff79e19fd2987b1ba8d1e6efe00aaaa5c3ada32b846bbe115c0dab90cd8 +size 509 diff --git a/odin_raw/ja.txt b/odin_raw/ja.txt new file mode 100644 index 0000000000000000000000000000000000000000..b8a3f663af9b5c34b6a233d3c048261e5fe5dc66 --- /dev/null +++ b/odin_raw/ja.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e8d744d0e5181cfdfc95fb9c9f0509eb823537ddfd5010cbb221a0474df964b +size 28806 diff --git a/odin_raw/jaa.txt b/odin_raw/jaa.txt new file mode 100644 index 0000000000000000000000000000000000000000..6d4f97266d66a1851935a97967920a61083b049e --- /dev/null +++ b/odin_raw/jaa.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db097b94fa3a87170b72f53ed8ed14728b8b8e6b2c63d711741ab61ba3128eb4 +size 143 diff --git a/odin_raw/jac.txt b/odin_raw/jac.txt new file mode 100644 index 0000000000000000000000000000000000000000..bc4a3648386ef4a5d97f735d97e12b59e49f4a0a --- /dev/null +++ b/odin_raw/jac.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc260512aa39b3ee8620194ae00ea4d7f348ffb461b401cf564ab79bb494f547 +size 11191 diff --git a/odin_raw/jai-jac.txt b/odin_raw/jai-jac.txt new file mode 100644 index 0000000000000000000000000000000000000000..73e833fca87447b8cc9839e6c9408d7253457aa3 --- /dev/null +++ b/odin_raw/jai-jac.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6244671308ddc34ad045d591d7df42dfa509fddb75335a25f93249323c2400df +size 5467 diff --git a/odin_raw/jai.txt b/odin_raw/jai.txt new file mode 100644 index 0000000000000000000000000000000000000000..90791c8e146be8a94c60ba78bb0eb81eb616ecc8 --- /dev/null +++ b/odin_raw/jai.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:500256223528bdf05a08b520a27fcc1f32debc5c018e7527ea537986b841b8ce +size 1832 diff --git a/odin_raw/jao.txt b/odin_raw/jao.txt new file mode 100644 index 0000000000000000000000000000000000000000..8047c10858e5d768e9de024e363d2e39885c80d5 --- /dev/null +++ b/odin_raw/jao.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f77b3818a578864f28389982e30b350086c48052a5ddd0ff4c4775d48dae21f +size 549 diff --git a/odin_raw/jap.txt b/odin_raw/jap.txt new file mode 100644 index 0000000000000000000000000000000000000000..d0123ed45c580205b2c5312c271e25330746d354 --- /dev/null +++ b/odin_raw/jap.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af54e25339c987cad177b8d1401117d589426af02b12a62c885fcc980eb48ce8 +size 839 diff --git a/odin_raw/jav.txt b/odin_raw/jav.txt new file mode 100644 index 0000000000000000000000000000000000000000..967a1e484f41a1d65fe951713d892294cda0fca6 --- /dev/null +++ b/odin_raw/jav.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b449292c6d9df3bfe6a7b1b5f8556a13d5bb0bf5bd915ba2bd26d390b4add660 +size 2057 diff --git a/odin_raw/jda.txt b/odin_raw/jda.txt new file mode 100644 index 0000000000000000000000000000000000000000..505bfa27b9e053818ca0818664cf18996233eb5f --- /dev/null +++ b/odin_raw/jda.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a6bbbec01a127e235f572ad98f1611ebeaf4fd3663bd500fc9ff22c5bc649f9 +size 55 diff --git a/odin_raw/jeh.txt b/odin_raw/jeh.txt new file mode 100644 index 0000000000000000000000000000000000000000..64869b584d2f4bfd8e420b88e8d75e2734fc0a58 --- /dev/null +++ b/odin_raw/jeh.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18e6664f98c0d1e642747220ea33bcd8eaa926c8b3155e38532565a519fe6a1b +size 233 diff --git a/odin_raw/jek.txt b/odin_raw/jek.txt new file mode 100644 index 0000000000000000000000000000000000000000..a26cd6971da3ef573eee22eda223bc2529f7e0e0 --- /dev/null +++ b/odin_raw/jek.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c4029d6c9bd28ed015e8916ffe9aac858f64c3d315ff64d033bbfa27683abd7 +size 224 diff --git a/odin_raw/jg.txt b/odin_raw/jg.txt new file mode 100644 index 0000000000000000000000000000000000000000..c0c204d50ab531e3e09ee665a38805d813c9aab4 --- /dev/null +++ b/odin_raw/jg.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c67bb7f9a177fb32639d80dede431ade4402944637bf40969e6d66abf937e3fe +size 294 diff --git a/odin_raw/ji.txt b/odin_raw/ji.txt new file mode 100644 index 0000000000000000000000000000000000000000..8171c63a3f169a29c85f2b559cfa1171840a7e4a --- /dev/null +++ b/odin_raw/ji.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f10a06988b1be1eef6be563f4b551825cad0b88ab47ba62eb3653f840f2383c +size 11626 diff --git a/odin_raw/jig.txt b/odin_raw/jig.txt new file mode 100644 index 0000000000000000000000000000000000000000..ccf68f66773964cf3e68ce8c4d2f0262cb4c8bf6 --- /dev/null +++ b/odin_raw/jig.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:809f6800bc96b0dff3b61bc4f2846446be51c4a0139d14ab05b5f34e8d80e43b +size 20739 diff --git a/odin_raw/jmc.txt b/odin_raw/jmc.txt new file mode 100644 index 0000000000000000000000000000000000000000..8d6b6b3826b3d0a61888e14035595135f6504b15 --- /dev/null +++ b/odin_raw/jmc.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c75d4b585b511465855c5ac3f52bb44920bfdea46f0f5116da385a4a9d974f9 +size 4762 diff --git a/odin_raw/jp.txt b/odin_raw/jp.txt new file mode 100644 index 0000000000000000000000000000000000000000..1149ea9494a5c38a233bab0115aa394d672e4385 --- /dev/null +++ b/odin_raw/jp.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da3628308efc744c095f095e7149650d06fde8ecda85d10035d179af22216d34 +size 757 diff --git a/odin_raw/jpn.txt b/odin_raw/jpn.txt new file mode 100644 index 0000000000000000000000000000000000000000..39f2371f3e563a14e38f6e63ed091b8c9a013ef4 --- /dev/null +++ b/odin_raw/jpn.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:374b4491fcb08bf93c01643a5ba5c32e96f27bd0d604738bd301d0d2c33c8bec +size 944795 diff --git a/odin_raw/jqr.txt b/odin_raw/jqr.txt new file mode 100644 index 0000000000000000000000000000000000000000..bb8964d7c87f59c90f8d9764b7f3a9653d2e30ed --- /dev/null +++ b/odin_raw/jqr.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bb42faf6b46b0277f939cef14762df0b3d3f52c6230ae9515cdb2c995f165db +size 801 diff --git a/odin_raw/jup.txt b/odin_raw/jup.txt new file mode 100644 index 0000000000000000000000000000000000000000..a5d6f7b0b79b5787dc3606be93f55ff41ce52bac --- /dev/null +++ b/odin_raw/jup.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54a5492cefb17677d66cae488ea9bca0a46e52e395aff2dfe0241e65f9763e1a +size 473 diff --git a/odin_raw/jut.txt b/odin_raw/jut.txt new file mode 100644 index 0000000000000000000000000000000000000000..f37fa8c31ab97cbff40464b4d9fe33e3868dc927 --- /dev/null +++ b/odin_raw/jut.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1257bfa8e898b0fbb8f7307f8cecacf02827e6666ef763753e9de0fd13ea7025 +size 151 diff --git a/odin_raw/jw.txt b/odin_raw/jw.txt new file mode 100644 index 0000000000000000000000000000000000000000..a619f31830dc2a21d8c6cadccf53b9c7ef2fd9eb --- /dev/null +++ b/odin_raw/jw.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c500a113cce4302a221b9fa30cc61d108ffe5f1616b53d212597c69c2771f1ac +size 240 diff --git a/odin_raw/jya.txt b/odin_raw/jya.txt new file mode 100644 index 0000000000000000000000000000000000000000..6b7349584b7985699597d330d13ffd54bc8fcb1a --- /dev/null +++ b/odin_raw/jya.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29d6625e6f47d554403e6c77c29b2696abc43c80d0ab1a062c86568b2ec9bcba +size 834 diff --git a/odin_raw/ka.txt b/odin_raw/ka.txt new file mode 100644 index 0000000000000000000000000000000000000000..83df225a87bd76d4dd61fc72e0aa92d34e6b4e9f --- /dev/null +++ b/odin_raw/ka.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18a6571f919d2f7eb5789bf0aa3acdfce1e68847e779bdedd82445b8ac7437b2 +size 53273 diff --git a/odin_raw/kac.txt b/odin_raw/kac.txt new file mode 100644 index 0000000000000000000000000000000000000000..72ea4bc92c7e77c1005982834756d49e3d8ec567 --- /dev/null +++ b/odin_raw/kac.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c31ee5c28c777fff5496d71a852b5a808e3660443953d754e43dca4beb84b9fb +size 1883 diff --git a/odin_raw/kal-ike.txt b/odin_raw/kal-ike.txt new file mode 100644 index 0000000000000000000000000000000000000000..1b9a8cb136e0e15e2ab6223edbba044f0abbfa7a --- /dev/null +++ b/odin_raw/kal-ike.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf73d80abfeacdabcded9f91cc0ef8b0ec3ff31625b9f12503e78b78274d1cbe +size 220 diff --git a/odin_raw/kan.txt b/odin_raw/kan.txt new file mode 100644 index 0000000000000000000000000000000000000000..0c27fbebd840678a8cd93ce3e5604a710876cfd2 --- /dev/null +++ b/odin_raw/kan.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f50fba1ecc50cb4c8dbe20bde92b0db77a7dec962faeaf7d8fcf1ad11a1221fb +size 65133 diff --git a/odin_raw/kaq.txt b/odin_raw/kaq.txt new file mode 100644 index 0000000000000000000000000000000000000000..d9a57d8b146145e85a462c3e16533883a590c55d --- /dev/null +++ b/odin_raw/kaq.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b9981af024d966757ce0a3af703296ce139d1596b7d1dc4549b014986ca6035 +size 2633 diff --git a/odin_raw/kas.txt b/odin_raw/kas.txt new file mode 100644 index 0000000000000000000000000000000000000000..5c7d42e6288a9c063424b34e0990dc4dc43e74d2 --- /dev/null +++ b/odin_raw/kas.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9e759f75436939c112493b8856f6b088bd8619851f1df5b129b3142f75794c1 +size 30886 diff --git a/odin_raw/kat.txt b/odin_raw/kat.txt new file mode 100644 index 0000000000000000000000000000000000000000..d41af63e02d657216e3cb5ce8073d7219aecfb62 --- /dev/null +++ b/odin_raw/kat.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4df6154886290b896b62fbe86c03a3a8a3c951640229b8aa4aee14192049a3f8 +size 97061 diff --git a/odin_raw/kau.txt b/odin_raw/kau.txt new file mode 100644 index 0000000000000000000000000000000000000000..c721fe16aad4da2bb288bf9f39822f93ed93bd50 --- /dev/null +++ b/odin_raw/kau.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a49d6170de40346dd0f18306731ddfddf9b30aae1d67e5e1fa17bcd5890813c2 +size 944 diff --git a/odin_raw/kay.txt b/odin_raw/kay.txt new file mode 100644 index 0000000000000000000000000000000000000000..69993e751ae8c2a61b099a9f7f4e7d046571eea6 --- /dev/null +++ b/odin_raw/kay.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2384d2f5fbe8fffb10df16a1d72259f3aa18811da69eceebcd1c2adae8b3134 +size 2480 diff --git a/odin_raw/kaz.txt b/odin_raw/kaz.txt new file mode 100644 index 0000000000000000000000000000000000000000..545041fd4236a51daede6e6ad6f01655b7006370 --- /dev/null +++ b/odin_raw/kaz.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42becd23acda1325be57083311b6fb7c05a4f1c141323cbe1734dc41cad8244e +size 857 diff --git a/odin_raw/kbc.txt b/odin_raw/kbc.txt new file mode 100644 index 0000000000000000000000000000000000000000..8c96313e42b0109530df70936844455fae046e10 --- /dev/null +++ b/odin_raw/kbc.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:410c4d44fbcc9ce3dc83d1ce9d3560e495e5d576e4ef3b7fcfcd122e93041ce5 +size 536 diff --git a/odin_raw/kbd.txt b/odin_raw/kbd.txt new file mode 100644 index 0000000000000000000000000000000000000000..6ee91f6557ce32d6334e9f64b81626ecbf6e0999 --- /dev/null +++ b/odin_raw/kbd.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a500ed644edfd77c40129fd8f4ff020ad89b088074205bb2219eca0979a0603c +size 14400 diff --git a/odin_raw/kbk.txt b/odin_raw/kbk.txt new file mode 100644 index 0000000000000000000000000000000000000000..2510dea2f99a109e12cefca02d1f354a4dacb0f4 --- /dev/null +++ b/odin_raw/kbk.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:769cbab125343cbcc5bfae35c7d3c97ca62e96fbc1cecb9371af003643050ab4 +size 892 diff --git a/odin_raw/kca.txt b/odin_raw/kca.txt new file mode 100644 index 0000000000000000000000000000000000000000..b61e9b7967d429cb9e5fd729add29f153c991558 --- /dev/null +++ b/odin_raw/kca.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8e88f60f61441d070da17de25e596d51c52cc9196f5b54d319f4bc8006767af +size 10138 diff --git a/odin_raw/kcd.txt b/odin_raw/kcd.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2caa1c47a3f172b87e74b5529712774a4e0fa24 --- /dev/null +++ b/odin_raw/kcd.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9646e31abff30f7548f02ca761671efcce5e52b5ef151795be79d4c4328b90e5 +size 155 diff --git a/odin_raw/kck.txt b/odin_raw/kck.txt new file mode 100644 index 0000000000000000000000000000000000000000..45fd4c644193824c4f5446121367180b37ad7739 --- /dev/null +++ b/odin_raw/kck.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e54e2319644ad3042e4eb337d101c3408200c2664470287c9a292ff94e11bd03 +size 4220 diff --git a/odin_raw/kd.txt b/odin_raw/kd.txt new file mode 100644 index 0000000000000000000000000000000000000000..1bd740053983101bd56a0993b5c366f90bdc9743 --- /dev/null +++ b/odin_raw/kd.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a62f5e58d263ba0b448dddc7a9a17cbd64a761dcd7c52dc476047bed309192cd +size 20855 diff --git a/odin_raw/kdd.txt b/odin_raw/kdd.txt new file mode 100644 index 0000000000000000000000000000000000000000..e5c4139acb2dc2728dc80c7979dea3c28833d930 --- /dev/null +++ b/odin_raw/kdd.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6585473608391e4e05227f5aec8585fe78d48b9aa1c663e42051120c9774a828 +size 6765 diff --git a/odin_raw/kdr.txt b/odin_raw/kdr.txt new file mode 100644 index 0000000000000000000000000000000000000000..7420def8fda3270fe98a019e15a9a9424a4a0e13 --- /dev/null +++ b/odin_raw/kdr.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:014ab3f3bcdacc43e10879ef30d7d58bca4d677b3c684660be2509b5d461515e +size 296 diff --git a/odin_raw/kea.txt b/odin_raw/kea.txt new file mode 100644 index 0000000000000000000000000000000000000000..c9c0db74936c9ba96bbd79f9434d8410ac725ca0 --- /dev/null +++ b/odin_raw/kea.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b82eda72ce025e32003b82b603943d26bef3c1458b430982b278367308a1a37b +size 993 diff --git a/odin_raw/kek.txt b/odin_raw/kek.txt new file mode 100644 index 0000000000000000000000000000000000000000..9df9e584e84f72d890ed517b4118f41df0230398 --- /dev/null +++ b/odin_raw/kek.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2ffa1f7de00503ebd8383c2fb2f9efa48319b7ce0f5308a7ebc502daf9f5e7d +size 820 diff --git a/odin_raw/ker.txt b/odin_raw/ker.txt new file mode 100644 index 0000000000000000000000000000000000000000..f8e278c65f7e0dd47bb1001a4f6df4c667920f86 --- /dev/null +++ b/odin_raw/ker.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc9bc0ac448ce12b20fc75ed6be68b35dad250f014de6fbb30a5ea360e543861 +size 723 diff --git a/odin_raw/ket.txt b/odin_raw/ket.txt new file mode 100644 index 0000000000000000000000000000000000000000..7614f3fe04d678c96bdfc723d1a77521a95a5de7 --- /dev/null +++ b/odin_raw/ket.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:582409c678ca9fb8ed55aa92bdf655979f6e987b4a50ee202a8ccfec9ff77f62 +size 5204 diff --git a/odin_raw/kew-kjs.txt b/odin_raw/kew-kjs.txt new file mode 100644 index 0000000000000000000000000000000000000000..85d0f63d6f8e0b782d311c0e77682521e48173ef --- /dev/null +++ b/odin_raw/kew-kjs.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a43c276aef6fc8d8e83edaa17f7b80eca602406e5891d0d2103af37fd611e6b0 +size 1211 diff --git a/odin_raw/kew.txt b/odin_raw/kew.txt new file mode 100644 index 0000000000000000000000000000000000000000..b5cbe5e3b402ee254f54178f0ceaf45ccc05f3d2 --- /dev/null +++ b/odin_raw/kew.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bd824d464b934468b754c9a1498ebb841024a199121fd7b136eff53abb7e5d3 +size 72 diff --git a/odin_raw/kf.txt b/odin_raw/kf.txt new file mode 100644 index 0000000000000000000000000000000000000000..90734335f3d172df3b36b17f8fb7a3fe8681b094 --- /dev/null +++ b/odin_raw/kf.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c087cec73e6d98d9f3a789a15cbbd586c2d7d42cf5090dbbd69aabc0be73fcd7 +size 440 diff --git a/odin_raw/kfk.txt b/odin_raw/kfk.txt new file mode 100644 index 0000000000000000000000000000000000000000..0d7eafbfe272aa43d491f5828c6e78a58db0712b --- /dev/null +++ b/odin_raw/kfk.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5e6dc3a6ef58b0410eca935665b35f8612ebc602b7978d727be71e926314e70 +size 3537 diff --git a/odin_raw/kfz.txt b/odin_raw/kfz.txt new file mode 100644 index 0000000000000000000000000000000000000000..2da055f1005bdb4376a39c745051c9caeef9415d --- /dev/null +++ b/odin_raw/kfz.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:318124ccf073707e1f6f903d0f44ee417ddd1f32637ac1ef5849e1184f0f974c +size 2219 diff --git a/odin_raw/kgo.txt b/odin_raw/kgo.txt new file mode 100644 index 0000000000000000000000000000000000000000..398fc37979c0b9adacf672c71f6cce08b3169975 --- /dev/null +++ b/odin_raw/kgo.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:203d178dc1a9a4aca9c5678136057fbffaf0e99138b4e131693ae743ec187a1e +size 2087 diff --git a/odin_raw/kgq.txt b/odin_raw/kgq.txt new file mode 100644 index 0000000000000000000000000000000000000000..eadee7339050d1e0533b7f351d25cb71ce7e7e3f --- /dev/null +++ b/odin_raw/kgq.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfcd0e808b08f387b592361644fabbb6b0db09be1fca2a0c1c4391633eeb8e87 +size 132 diff --git a/odin_raw/kgr.txt b/odin_raw/kgr.txt new file mode 100644 index 0000000000000000000000000000000000000000..cddf057a8e7d4da600e7eb4774a60dcc5c59911f --- /dev/null +++ b/odin_raw/kgr.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e853e3d121d3ca13a8ce819bd22483ef3fb76a97f65eecc55b3ee2d9eedccd20 +size 540 diff --git a/odin_raw/kgs.txt b/odin_raw/kgs.txt new file mode 100644 index 0000000000000000000000000000000000000000..dc9e20c9654c0111cafacb7529e2713aa6649577 --- /dev/null +++ b/odin_raw/kgs.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c05ceda75855b13c7af42a284a5aef4ea27c7676173227098e80127d895dc61 +size 853 diff --git a/odin_raw/kh.txt b/odin_raw/kh.txt new file mode 100644 index 0000000000000000000000000000000000000000..7b49897b4da0926b0a12c142dd8b1d279190eefe --- /dev/null +++ b/odin_raw/kh.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fb2cea6aee75fc410fecd984af1d35520cf0176be22ccccb1636fa5c766d44c +size 1625 diff --git a/odin_raw/kha.txt b/odin_raw/kha.txt new file mode 100644 index 0000000000000000000000000000000000000000..1649e1f41b1869b73e47ba17ed512e324acc401c --- /dev/null +++ b/odin_raw/kha.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00e46502980d918fdeeb10718f07db5145bf1704eac480ff727c00d1d3f07cdc +size 612 diff --git a/odin_raw/khb.txt b/odin_raw/khb.txt new file mode 100644 index 0000000000000000000000000000000000000000..08b14176741d7c18ff1be1fb29ff06227a0c2183 --- /dev/null +++ b/odin_raw/khb.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aea31431c1a1eedc3ae23b865da8d86aada360f197971a25360e73d74eec8432 +size 240 diff --git a/odin_raw/khc-bhq.txt b/odin_raw/khc-bhq.txt new file mode 100644 index 0000000000000000000000000000000000000000..868fc20dd70c2ecaa6e0b856306cf3017a2c3227 --- /dev/null +++ b/odin_raw/khc-bhq.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bcc1324e7c0247bb5406aebe82908d35ade89f0e09e28b145daf3a70b01b221 +size 7385 diff --git a/odin_raw/khe.txt b/odin_raw/khe.txt new file mode 100644 index 0000000000000000000000000000000000000000..7b63778117128109ae03b5a4a2c131c9557f2e9e --- /dev/null +++ b/odin_raw/khe.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8342f00125d9dbda6c6dc70a6510092dd057d4538816758474a4e1c22f4848e2 +size 1130 diff --git a/odin_raw/khk.txt b/odin_raw/khk.txt new file mode 100644 index 0000000000000000000000000000000000000000..cf39649da8c21565b2cb89a081ef89381d68226f --- /dev/null +++ b/odin_raw/khk.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f4eed96733467d2031b85b33b41a5c552ec10c329c4b8ea716ef63bf6c4e9d5 +size 1655 diff --git a/odin_raw/khq.txt b/odin_raw/khq.txt new file mode 100644 index 0000000000000000000000000000000000000000..a8e37a2e861e5e0afbe69d159b2fe5031a8609fe --- /dev/null +++ b/odin_raw/khq.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fef2061009284fec0dde987fd813592f3f8afc62b034e3e9b72ea61a1c7fb7be +size 1991 diff --git a/odin_raw/khr.txt b/odin_raw/khr.txt new file mode 100644 index 0000000000000000000000000000000000000000..02ed43ec094d1d220e6e4078fd685107e9da5905 --- /dev/null +++ b/odin_raw/khr.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9ba56965cf4aeafaf09ba287b319b6a226d005831da3a064590e77ef546e23c +size 511 diff --git a/odin_raw/ki.txt b/odin_raw/ki.txt new file mode 100644 index 0000000000000000000000000000000000000000..fc9ad37a5dade66fdc6add74a721b02bbdd8ca6f --- /dev/null +++ b/odin_raw/ki.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1da534756ed0e8f6a7b07d0292a95d8a1599f48a8cdb7fe45dd8ae98ea2f737b +size 376 diff --git a/odin_raw/kif.txt b/odin_raw/kif.txt new file mode 100644 index 0000000000000000000000000000000000000000..e0d31f9e3702aac4a0fe450b63bfe62616f43190 --- /dev/null +++ b/odin_raw/kif.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49ff9b577e9e39bde903bec34e47ac584de347de714822b3a2dfc51fb137fda5 +size 151 diff --git a/odin_raw/kij.txt b/odin_raw/kij.txt new file mode 100644 index 0000000000000000000000000000000000000000..1e1b66a29c00ac475fa90f07917dc4e988c24789 --- /dev/null +++ b/odin_raw/kij.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe7b84dadd3541a0c1a3dd197e11ef256af79daa427bcc03276b396918adf434 +size 484 diff --git a/odin_raw/kik.txt b/odin_raw/kik.txt new file mode 100644 index 0000000000000000000000000000000000000000..7c91a99c7113b83a1bb20a0bde52a2504beb0a1a --- /dev/null +++ b/odin_raw/kik.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3294151b29a6be00c68b33b341bd627adbe45dcc1cb3f3dd48e57f8b77c7933c +size 4059 diff --git a/odin_raw/kin.txt b/odin_raw/kin.txt new file mode 100644 index 0000000000000000000000000000000000000000..53f4920fffc15ddc3c6d186bb4e1f26651f3e305 --- /dev/null +++ b/odin_raw/kin.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ba8bd2ced6a2393995fb57fa3772fd6537361ef87a28a9f2627987a6958da27 +size 24262 diff --git a/odin_raw/kio.txt b/odin_raw/kio.txt new file mode 100644 index 0000000000000000000000000000000000000000..6451ae74ee6dce3efc3eb19f37ae222425f9ea04 --- /dev/null +++ b/odin_raw/kio.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a70c39c1cd7ebbbb2c23615f26840a50474f7c265058dc3b8dff5e0e76bdd063 +size 1287 diff --git a/odin_raw/kip-kgj.txt b/odin_raw/kip-kgj.txt new file mode 100644 index 0000000000000000000000000000000000000000..0a3ae8886233f377abf478a375a011282d7fe5af --- /dev/null +++ b/odin_raw/kip-kgj.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28343718e8ec30af147537f8eb5fd5a0aed956f1d273a6ca49813b248a47587d +size 100 diff --git a/odin_raw/kir.txt b/odin_raw/kir.txt new file mode 100644 index 0000000000000000000000000000000000000000..ff7b0ad40a74a9fd670b77acac7cce5c1cadff73 --- /dev/null +++ b/odin_raw/kir.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47be9fa23f022d11f885e90ab52a34417b6f826930a5876bd413d8746c6862e1 +size 604 diff --git a/odin_raw/kiu.txt b/odin_raw/kiu.txt new file mode 100644 index 0000000000000000000000000000000000000000..ee014388893d88cb9cea1fe0c6199d48046d1ed2 --- /dev/null +++ b/odin_raw/kiu.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ad4132d965d01c49d5a2c703548d2bbbcf299b3a18252af4d6187c5f8dea4df +size 2921 diff --git a/odin_raw/kj.txt b/odin_raw/kj.txt new file mode 100644 index 0000000000000000000000000000000000000000..9dcbd44de0805a127654cb845884e464bec21c28 --- /dev/null +++ b/odin_raw/kj.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ae9ecd2fa7cfc523b956ba3f6d64c71aa0bbca351e05935144e6ed979aa96f2 +size 3600 diff --git a/odin_raw/kjc.txt b/odin_raw/kjc.txt new file mode 100644 index 0000000000000000000000000000000000000000..1f31b1564f407c5b27883ab315d46c74ec373515 --- /dev/null +++ b/odin_raw/kjc.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e1fe6277d5404ebb6f1995629c27279d4263f841419fdcff6f2a70e2b533c9a +size 1219 diff --git a/odin_raw/kjh.txt b/odin_raw/kjh.txt new file mode 100644 index 0000000000000000000000000000000000000000..9e17e4c76e2822be1f54a595831fad2292989f9e --- /dev/null +++ b/odin_raw/kjh.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf1bfe531302dfb495574ef2f1c665dac2683f398ec566fea5b65ce800d74217 +size 686 diff --git a/odin_raw/kji.txt b/odin_raw/kji.txt new file mode 100644 index 0000000000000000000000000000000000000000..886d28371a6f0e71a4efb7d1edb937215c762234 --- /dev/null +++ b/odin_raw/kji.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2c2149e963235fe29df57bb74a31b4949130bc74c43d811ddd98ec2c7f0b659 +size 356 diff --git a/odin_raw/kjl-kip-kgj-kif.txt b/odin_raw/kjl-kip-kgj-kif.txt new file mode 100644 index 0000000000000000000000000000000000000000..1ba6ad89492d33d199efbd5a8ba0ad8b993582f7 --- /dev/null +++ b/odin_raw/kjl-kip-kgj-kif.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08e6b0df9fe97874b69f394574411adc6597ad06c64632fefe588a7470a72364 +size 268 diff --git a/odin_raw/kjn.txt b/odin_raw/kjn.txt new file mode 100644 index 0000000000000000000000000000000000000000..28c33ee9e1c6a2ad1f03c9b3d6e508f49864134c --- /dev/null +++ b/odin_raw/kjn.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70ccb6ba2d78f860661adf163578866836c87a6ee4e2a3a628f91e5a33c7b444 +size 415 diff --git a/odin_raw/kjp.txt b/odin_raw/kjp.txt new file mode 100644 index 0000000000000000000000000000000000000000..7266e1f5faeb9bb96f76a199f9eb0c87915cd08a --- /dev/null +++ b/odin_raw/kjp.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:130bf7de96fa8b05a7091ea21164bd2ee2b5b428420bf6fc37cd4b59a4ae43cc +size 10786 diff --git a/odin_raw/kjq.txt b/odin_raw/kjq.txt new file mode 100644 index 0000000000000000000000000000000000000000..185cc5a6663669506666c26024087ab3ecc3a80f --- /dev/null +++ b/odin_raw/kjq.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57f6d67655b6d18a9af4738e4eb494ee7f70be48cfbd049696cd4d3206fe2888 +size 167 diff --git a/odin_raw/kjs-kew.txt b/odin_raw/kjs-kew.txt new file mode 100644 index 0000000000000000000000000000000000000000..f3ab1ed7f76a3322208671a407f52ab90666fb70 --- /dev/null +++ b/odin_raw/kjs-kew.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17bd6c914ea328ff20166f5f7e7d2aea1cc21427bc715752eb973e11a220fde7 +size 590 diff --git a/odin_raw/kjs.txt b/odin_raw/kjs.txt new file mode 100644 index 0000000000000000000000000000000000000000..77388655aebd0548759f10373a5ad1275d20e56e --- /dev/null +++ b/odin_raw/kjs.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a475fed9978870b9d34cf6ed79d1be7712ce609875cee2ef744851c8c7ff3a9 +size 724 diff --git a/odin_raw/kju.txt b/odin_raw/kju.txt new file mode 100644 index 0000000000000000000000000000000000000000..f1af0ad73fc7295536479e88d823d4f2f617ca38 --- /dev/null +++ b/odin_raw/kju.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24cea12aad89faee506680d7294526e323283865cd76e697f025f30b45c5311c +size 339 diff --git a/odin_raw/kkj.txt b/odin_raw/kkj.txt new file mode 100644 index 0000000000000000000000000000000000000000..ef430b6d3b330f052c4b11c4a1d81877eddff8d0 --- /dev/null +++ b/odin_raw/kkj.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a00aa7a1903c425dfddb25df5581912d66d0a6c63303e93a40cd6b166a804e2 +size 116 diff --git a/odin_raw/kkk.txt b/odin_raw/kkk.txt new file mode 100644 index 0000000000000000000000000000000000000000..bd80b849f03d9c5b608114980a08a8826cfe8435 --- /dev/null +++ b/odin_raw/kkk.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d8156c257197781952e41cdbb6aae93a39d801691a52d5c30eb4167f6f8e8aa +size 4036 diff --git a/odin_raw/kkp.txt b/odin_raw/kkp.txt new file mode 100644 index 0000000000000000000000000000000000000000..9a3f6ac729da814fa20827ed49a5e6d9c8de8416 --- /dev/null +++ b/odin_raw/kkp.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:760b904842169734b8479b79cc4066ad4621a707428b38aecfd2667d29383456 +size 203 diff --git a/odin_raw/kky.txt b/odin_raw/kky.txt new file mode 100644 index 0000000000000000000000000000000000000000..088bf41b38393c8de651159a3bc257c4825b88d6 --- /dev/null +++ b/odin_raw/kky.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b51370283eb67aef10bfcea443c77ec9bd63a211164e544f9d64947d43380163 +size 1697 diff --git a/odin_raw/kla.txt b/odin_raw/kla.txt new file mode 100644 index 0000000000000000000000000000000000000000..95eb7c14108123bf2435dc2afb9a52d4c604321a --- /dev/null +++ b/odin_raw/kla.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12229db70d50504315dcc0f9d34afef1b138dc0254cb8bcca3e4fd98ba411cdf +size 179 diff --git a/odin_raw/klj.txt b/odin_raw/klj.txt new file mode 100644 index 0000000000000000000000000000000000000000..978d59dae5a2f9c347b64c395f74cc29851cbc4a --- /dev/null +++ b/odin_raw/klj.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:994e1066b5f025e00ddb7436b13204809eb64d1c7ceac2ed978668d2cb4d3ba1 +size 69 diff --git a/odin_raw/klq.txt b/odin_raw/klq.txt new file mode 100644 index 0000000000000000000000000000000000000000..b8c8743534781bb307ff196bd2b741e21dea5490 --- /dev/null +++ b/odin_raw/klq.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:793e9da1ddf299d0579a1f3f9103ccfa774013a5f2d637d879fb84ca2837bf47 +size 106 diff --git a/odin_raw/klu.txt b/odin_raw/klu.txt new file mode 100644 index 0000000000000000000000000000000000000000..6adc21887479d979885b219f725b7ec05982ce8b --- /dev/null +++ b/odin_raw/klu.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9dfa7be1011512efec24d20d00310b40ae1347cc8d9fab6a38c264b0dcbf968 +size 237 diff --git a/odin_raw/kmb.txt b/odin_raw/kmb.txt new file mode 100644 index 0000000000000000000000000000000000000000..2cfa72e9475d06a970f3a5723a89245977fcea3c --- /dev/null +++ b/odin_raw/kmb.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df2772d348473549dcbda9fecb17150e6a11b58581c790a0836ce40f9b7afeb +size 298 diff --git a/odin_raw/kmc.txt b/odin_raw/kmc.txt new file mode 100644 index 0000000000000000000000000000000000000000..f789f229f69c1e8b2ed70bb68d88d22d16b9d81c --- /dev/null +++ b/odin_raw/kmc.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46fc84c357d2eed64bb1e8936405db468035780f0089eb8d9115ffb96de39760 +size 145 diff --git a/odin_raw/kmg-kup.txt b/odin_raw/kmg-kup.txt new file mode 100644 index 0000000000000000000000000000000000000000..09517c07b902bee90a54513f8e9842d109ffbdb6 --- /dev/null +++ b/odin_raw/kmg-kup.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b59eceb59bedddc5f4eefeb99d5213218e48a38564f325b4191d238a1e18d90 +size 451 diff --git a/odin_raw/kmg.txt b/odin_raw/kmg.txt new file mode 100644 index 0000000000000000000000000000000000000000..3be0bd49539a07900639d03b278bdf0f6a33d12b --- /dev/null +++ b/odin_raw/kmg.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:715fda697224584223ee9b814d5a3df8508fe28b4e4dddb4bc656f642b2facb7 +size 1213 diff --git a/odin_raw/kmh.txt b/odin_raw/kmh.txt new file mode 100644 index 0000000000000000000000000000000000000000..eedb30622681ca32c043a1daa8f1dfd5b31695e3 --- /dev/null +++ b/odin_raw/kmh.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:561d9f9bbd8e6c3ce2ff609a6252e24042f8f2bd2e98058e5a59207faf63214a +size 3411 diff --git a/odin_raw/kmn.txt b/odin_raw/kmn.txt new file mode 100644 index 0000000000000000000000000000000000000000..eb0841ba4e7f3534d073f7661c36b4b5d1b3cdc7 --- /dev/null +++ b/odin_raw/kmn.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78564f07ed9b23b8d5ebc7109b3983aa3c2f01cc767caa6098750acfd1c1aac3 +size 585 diff --git a/odin_raw/kmr.txt b/odin_raw/kmr.txt new file mode 100644 index 0000000000000000000000000000000000000000..9379ab5c136c05731f02a2e0139474827b26ebbf --- /dev/null +++ b/odin_raw/kmr.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f2cf8d39f51374fff781a09ed36ab609848f745ed1ba3e244db45acfbc16a32 +size 7268 diff --git a/odin_raw/kmu.txt b/odin_raw/kmu.txt new file mode 100644 index 0000000000000000000000000000000000000000..c546b4785dd8a4d7fe19e0b1b5737f3879a00afd --- /dev/null +++ b/odin_raw/kmu.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eb25825021aca6bae7c537394555c99d8cbf5c34ee7dc11cf1f39152c8339ce +size 858 diff --git a/odin_raw/kna.txt b/odin_raw/kna.txt new file mode 100644 index 0000000000000000000000000000000000000000..f4c6ccbec442e1147f429939f70ebf4f053441bc --- /dev/null +++ b/odin_raw/kna.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c654d7708a62e369f2172c09b3db498a0421faa810af42f280f764e3a1abfd61 +size 2895 diff --git a/odin_raw/knc.txt b/odin_raw/knc.txt new file mode 100644 index 0000000000000000000000000000000000000000..94ceee730f9c451786bf1776043b7e2da12d0d9a --- /dev/null +++ b/odin_raw/knc.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79b9c46cae31459d6465ae1e95278f7aa517f52f6281e2d8357a0bbbff52cebe +size 365 diff --git a/odin_raw/kng.txt b/odin_raw/kng.txt new file mode 100644 index 0000000000000000000000000000000000000000..9c353ae5ff7265e23f039e23b679eb63c1efbe24 --- /dev/null +++ b/odin_raw/kng.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fc606c029d27e166a99e2fd9e9969e219e0a5ae9049bc4de8746321c955dd97 +size 1948 diff --git a/odin_raw/knj.txt b/odin_raw/knj.txt new file mode 100644 index 0000000000000000000000000000000000000000..fc2c5443668d56dbe5d498c6a4b4d6fe6ce912ea --- /dev/null +++ b/odin_raw/knj.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b7125edb15761dac242ef5b9f4215252b55bc12528dc608e8482d035e8f6c5d +size 66414 diff --git a/odin_raw/knk.txt b/odin_raw/knk.txt new file mode 100644 index 0000000000000000000000000000000000000000..8c14be1a726801c1db7c2bd7f51e4753b12824b2 --- /dev/null +++ b/odin_raw/knk.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a350c7d6616674092dc2a41de759e4d0679793967e6bfff8093cdb4d10159a6 +size 741 diff --git a/odin_raw/kno.txt b/odin_raw/kno.txt new file mode 100644 index 0000000000000000000000000000000000000000..76211490816d3c1b90340d3fee1594a32eb973ec --- /dev/null +++ b/odin_raw/kno.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbe00a6e1abff7a86c5c8be5db954ae943598818e6ee4f55de2c36184b7b0b1d +size 107 diff --git a/odin_raw/knw.txt b/odin_raw/knw.txt new file mode 100644 index 0000000000000000000000000000000000000000..da0c831b3bda720cbef0f39b556ce3f20c02ff8c --- /dev/null +++ b/odin_raw/knw.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4443684502cfbfb921c093e1780bbde0a39c2050b263ca0261e2b1a469d8dcd +size 642 diff --git a/odin_raw/koi.txt b/odin_raw/koi.txt new file mode 100644 index 0000000000000000000000000000000000000000..4171000dc3732ae7f9afabede16de093ae70d235 --- /dev/null +++ b/odin_raw/koi.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a610665ce547e2f203a887bc2c1d497bb1d0594879613c6af09f0028305368ec +size 3500 diff --git a/odin_raw/kor.txt b/odin_raw/kor.txt new file mode 100644 index 0000000000000000000000000000000000000000..95d0b3bf545a9681f111e047da5c49b3c5f03646 --- /dev/null +++ b/odin_raw/kor.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba192f73f00e56ba82e32f622602cc407bb13a90aeb64e9ea18d8fc2b99bec0f +size 845596 diff --git a/odin_raw/kos.txt b/odin_raw/kos.txt new file mode 100644 index 0000000000000000000000000000000000000000..e4d7d405e6eb85af8a2b4998084dfdafc7dbc730 --- /dev/null +++ b/odin_raw/kos.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8443514d0daa949fd73d9dea0aba63f7772256f05e56ba643e14eb699a9e228 +size 913 diff --git a/odin_raw/koy.txt b/odin_raw/koy.txt new file mode 100644 index 0000000000000000000000000000000000000000..e96d92bf232fe43c212dbf04321e3bbc22304d53 --- /dev/null +++ b/odin_raw/koy.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a900aedb59687ad4758291dea7c0d185599d1f8471f1d56e786b253d7c8f03b7 +size 729 diff --git a/odin_raw/kpc.txt b/odin_raw/kpc.txt new file mode 100644 index 0000000000000000000000000000000000000000..68bd0527fd53d98fac704b6e1326a6c16cd732ec --- /dev/null +++ b/odin_raw/kpc.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e28331ff88651a7fc8b73a4dd4f94300a929d267faa1591741255c145de8c5f2 +size 528 diff --git a/odin_raw/kpo.txt b/odin_raw/kpo.txt new file mode 100644 index 0000000000000000000000000000000000000000..614feefc374c07cdad2a3dabdfc4925ffb5732fb --- /dev/null +++ b/odin_raw/kpo.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de70ec10e4b7a02a5a6ce0a48b2cf84dc596d6c035a2764f298f7a82276d614a +size 500 diff --git a/odin_raw/kpv-koi.txt b/odin_raw/kpv-koi.txt new file mode 100644 index 0000000000000000000000000000000000000000..c19161729cdc3377ce0695c013124d6545f7a0ae --- /dev/null +++ b/odin_raw/kpv-koi.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07d80973e6f1168db3f5d39c7617970bf8ff024e15c75a721b693d8d8b08e7fb +size 2438 diff --git a/odin_raw/kpv.txt b/odin_raw/kpv.txt new file mode 100644 index 0000000000000000000000000000000000000000..ad2f61534065f8835e57d73a8734866afb4dcf57 --- /dev/null +++ b/odin_raw/kpv.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b04627217da5d79f7b18e407de2324e36b37415e2689d496f8d1046ccc65748 +size 528 diff --git a/odin_raw/kpw.txt b/odin_raw/kpw.txt new file mode 100644 index 0000000000000000000000000000000000000000..b445637cbcdc03fa05da8315af30a8ee02dabc12 --- /dev/null +++ b/odin_raw/kpw.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f9b28d8739fe9fe83b988259e44d73206e2bd1b339f35b9053059e69b5bc9d5 +size 2613 diff --git a/odin_raw/kqr.txt b/odin_raw/kqr.txt new file mode 100644 index 0000000000000000000000000000000000000000..b979ad80e7a095e6cdc98cd78c7fbe22d2a88caf --- /dev/null +++ b/odin_raw/kqr.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0d49bd61ee78970f9ad8024c350224667ab378b7263d983c81f2d352b93e5ff +size 15463 diff --git a/odin_raw/kr.txt b/odin_raw/kr.txt new file mode 100644 index 0000000000000000000000000000000000000000..26d62ecffccd2a0f9e435eb659e3e69beb800566 --- /dev/null +++ b/odin_raw/kr.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e631ad9e59b775928b7fc7f05be639c86173084472c07b1d13868ebbd235d87 +size 761 diff --git a/odin_raw/krc.txt b/odin_raw/krc.txt new file mode 100644 index 0000000000000000000000000000000000000000..f679a2f8e02cd67faedd7f3f41d212ebe60741de --- /dev/null +++ b/odin_raw/krc.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:361fb7b3245e95f10c8fc87e4f45a44b9bcec34a8ba6818d31c7d6f2cf661f49 +size 1022 diff --git a/odin_raw/kri.txt b/odin_raw/kri.txt new file mode 100644 index 0000000000000000000000000000000000000000..b8dc9f2389ad399c4269decee3c32516b4fffc72 --- /dev/null +++ b/odin_raw/kri.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:351b115a3cb308b630f250fbb5f763723febe84882276c739711e362842a43cf +size 314 diff --git a/odin_raw/ksb.txt b/odin_raw/ksb.txt new file mode 100644 index 0000000000000000000000000000000000000000..a9101ae62a16a0299f8c33f0138c4cfa95fffba6 --- /dev/null +++ b/odin_raw/ksb.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c11f85a9b8142a396dfaa79a6667efc47ba1ad7ca0adce400435ff1ab67a6989 +size 1737 diff --git a/odin_raw/ksd.txt b/odin_raw/ksd.txt new file mode 100644 index 0000000000000000000000000000000000000000..cfd959cf5d37dc269104102c701010e498c5cd21 --- /dev/null +++ b/odin_raw/ksd.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7723baab34c6042b08e9d2ef382e8da7e37ab50702c5e454c32e5d625b1b9c5 +size 1512 diff --git a/odin_raw/ksh.txt b/odin_raw/ksh.txt new file mode 100644 index 0000000000000000000000000000000000000000..f96eeb17fe879e20463d54250b5ef714fefcf29f --- /dev/null +++ b/odin_raw/ksh.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6746e79e30e563cc0394dcaad649c3e3b0934a512391a7aec29ae5b165950ee5 +size 570 diff --git a/odin_raw/ksw.txt b/odin_raw/ksw.txt new file mode 100644 index 0000000000000000000000000000000000000000..74289d638429bd469a9b3cf555ecc97b511fc146 --- /dev/null +++ b/odin_raw/ksw.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d353d64c4adb304f69b563a687ffe8ef2b2f1663e7f077fcc60579b71afadae +size 321 diff --git a/odin_raw/ksz.txt b/odin_raw/ksz.txt new file mode 100644 index 0000000000000000000000000000000000000000..c6d03c3261df5d02abd42aa2c24d260135bc3962 --- /dev/null +++ b/odin_raw/ksz.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebce1c9a07a70f5021f592a7a543c865be1ccdac73c836df0068e948fb8583f0 +size 151 diff --git a/odin_raw/kt.txt b/odin_raw/kt.txt new file mode 100644 index 0000000000000000000000000000000000000000..f323af4d1cbd201cf5b991bf4dbad708d40f2b6a --- /dev/null +++ b/odin_raw/kt.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bc66857b1dfeb262604ca20dced601984785cba87feff44f39720e34ece6635 +size 6075 diff --git a/odin_raw/ktg.txt b/odin_raw/ktg.txt new file mode 100644 index 0000000000000000000000000000000000000000..2c4a5a6cc4da51b945ce461119c1dc157df706a2 --- /dev/null +++ b/odin_raw/ktg.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5e10897a15ccea591785d2ad0d4caa13b0227ce9c0181e4c48868d68ebfd287 +size 4015 diff --git a/odin_raw/ktn.txt b/odin_raw/ktn.txt new file mode 100644 index 0000000000000000000000000000000000000000..f02c259a4fb32b1b069e8de0c6571d75d52a2e79 --- /dev/null +++ b/odin_raw/ktn.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ba880e71cc9edca757142c8c722557d32d977289da0ad3133c7947d54d47e17 +size 416 diff --git a/odin_raw/ktu.txt b/odin_raw/ktu.txt new file mode 100644 index 0000000000000000000000000000000000000000..7799b4e9ae2c5a06e36d682327dbb6db3e3ebb39 --- /dev/null +++ b/odin_raw/ktu.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f83155c111add0b3378b87d0d74005efae0dd8bcbdfedb1423ffff8c1095c8e1 +size 575 diff --git a/odin_raw/ktz.txt b/odin_raw/ktz.txt new file mode 100644 index 0000000000000000000000000000000000000000..b35cb8096b5ff65d5511cd077d021f1ce3f502eb --- /dev/null +++ b/odin_raw/ktz.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42a893ebf6d8227f93b0b45a48595ce6e62d4cadb6201a8f9745ff0e83d957bf +size 363 diff --git a/odin_raw/ku.txt b/odin_raw/ku.txt new file mode 100644 index 0000000000000000000000000000000000000000..597d441fb35c0e69a9432fb4b0931433fd904168 --- /dev/null +++ b/odin_raw/ku.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b79037254ea9f5ef28d407c03f7b3c7db6907fd82a7ddf6777e6fae88a6c6b2 +size 601 diff --git a/odin_raw/kun.txt b/odin_raw/kun.txt new file mode 100644 index 0000000000000000000000000000000000000000..f49cc0e190cabbf5c3d99092b22336eb355b5e26 --- /dev/null +++ b/odin_raw/kun.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba5934771b91c683a0f66ee8ef3890f06c7a6dc90f6c59a706e246ff634e17f8 +size 243 diff --git a/odin_raw/kut.txt b/odin_raw/kut.txt new file mode 100644 index 0000000000000000000000000000000000000000..56ac6a75a38a9e2c85ca4b418e966c9741b4d9ba --- /dev/null +++ b/odin_raw/kut.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e69af8e7e2f6ffc2c3cabdfab7eb2fa57d2311bf66d0b048f458163eb58f81b +size 33847 diff --git a/odin_raw/kuu.txt b/odin_raw/kuu.txt new file mode 100644 index 0000000000000000000000000000000000000000..056248cbc2c697f6841413b6bbc6d30dea2b0714 --- /dev/null +++ b/odin_raw/kuu.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:264441907d29c421e01b4f89faa0e37e907534090e80ab4f3f13af2208253e93 +size 1763 diff --git a/odin_raw/kva.txt b/odin_raw/kva.txt new file mode 100644 index 0000000000000000000000000000000000000000..5c11cb5ce9a7e4a73d0a1b987d877674d84c4c68 --- /dev/null +++ b/odin_raw/kva.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4b0eed0806a62cd8cd894940951d2d77746bb4c7d9add1b33019970dc4ff89c +size 1290 diff --git a/odin_raw/kvw.txt b/odin_raw/kvw.txt new file mode 100644 index 0000000000000000000000000000000000000000..f5c25a6b3785fb541c5c834f165f3454e092f43b --- /dev/null +++ b/odin_raw/kvw.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e4d3f35ff5c972db9e058477e9d522cdf07f4cfa79539b6ed112a1467db2175 +size 547 diff --git a/odin_raw/kwb.txt b/odin_raw/kwb.txt new file mode 100644 index 0000000000000000000000000000000000000000..48769f9081257172d36cfa47f7c1106364ebfbbb --- /dev/null +++ b/odin_raw/kwb.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da81fa91a8aeb934b067d5de1c2be499d4a78080def4a6af129078042971ee97 +size 562 diff --git a/odin_raw/kwd.txt b/odin_raw/kwd.txt new file mode 100644 index 0000000000000000000000000000000000000000..19db8138d713fe55cf4f58eedf1564e02dbb7af7 --- /dev/null +++ b/odin_raw/kwd.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:480c029d35707093441c7969fa9b1ec45e648a2f470d9813245e7c29b6b6f1f8 +size 268 diff --git a/odin_raw/kwi.txt b/odin_raw/kwi.txt new file mode 100644 index 0000000000000000000000000000000000000000..b48fb8b009e486ab5248ba426d5cc9ad866df6af --- /dev/null +++ b/odin_raw/kwi.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9996fee25ab19bca0f0e9ee20b24cc7a44de5e798b18f46cd6a89e38999ee03a +size 3434 diff --git a/odin_raw/kwk.txt b/odin_raw/kwk.txt new file mode 100644 index 0000000000000000000000000000000000000000..d613f509f774f23f47430954b38ae9409c4a3a99 --- /dev/null +++ b/odin_raw/kwk.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae0ce4f243506a8d71617da9d853d56e93d964ba9572b0d8b1f0fa478eae3b36 +size 1269 diff --git a/odin_raw/kxa.txt b/odin_raw/kxa.txt new file mode 100644 index 0000000000000000000000000000000000000000..55612879a43c5bfe01082075e0eaba55081e6cba --- /dev/null +++ b/odin_raw/kxa.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b73eeb3f692b9b0eb1c71b80b2adaea13fb2d3d5c8ad4ae32f18623b5ea3a143 +size 125 diff --git a/odin_raw/kxi.txt b/odin_raw/kxi.txt new file mode 100644 index 0000000000000000000000000000000000000000..bc056468385b9054be6bedc8291526dbcb8adb57 --- /dev/null +++ b/odin_raw/kxi.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ec8f1073f5039f48515b15721aa0f4c69bc57c2d44b4a785e3eb6246436ab4b +size 65626 diff --git a/odin_raw/ky.txt b/odin_raw/ky.txt new file mode 100644 index 0000000000000000000000000000000000000000..89a0209157a6125f703d3ea2bd712400b9af45e0 --- /dev/null +++ b/odin_raw/ky.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:accc259329a18fbcaac29ec95d1a68157ecda35784f2468853ae70e708ee7605 +size 1557 diff --git a/odin_raw/kzh.txt b/odin_raw/kzh.txt new file mode 100644 index 0000000000000000000000000000000000000000..9f3b14657d2100519f3a4c34f92c83ed1f02a85e --- /dev/null +++ b/odin_raw/kzh.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3142b664ec97799c4b4d8c01c8537cb9dae143c13f2ecb32e8e63e26cafcc4d5 +size 704 diff --git a/odin_raw/n.txt b/odin_raw/n.txt new file mode 100644 index 0000000000000000000000000000000000000000..109479cca3824255c6a04d1886dddebc15259e61 --- /dev/null +++ b/odin_raw/n.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eee26d382c498b5596a5392b8bca58e64b7e6afa66030547ca74fd7aad3249e +size 207 diff --git a/odin_raw/na.txt b/odin_raw/na.txt new file mode 100644 index 0000000000000000000000000000000000000000..bc813a9ca0191c01a4e2d35a0cba8781f9fcdb8a --- /dev/null +++ b/odin_raw/na.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac1781e0a8792ac329df819f81f985a36da83de55d602c475194027cd2e7a811 +size 2467 diff --git a/odin_raw/nab.txt b/odin_raw/nab.txt new file mode 100644 index 0000000000000000000000000000000000000000..e163c4cf75bceca24b323af665ab19291e1d637e --- /dev/null +++ b/odin_raw/nab.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88a8817ecd6570eef4c63ef639e722923296c4f9d1830e2febca245e913663b4 +size 436 diff --git a/odin_raw/nad.txt b/odin_raw/nad.txt new file mode 100644 index 0000000000000000000000000000000000000000..746f94bd42081012a682e30ffee2c8780aa790fd --- /dev/null +++ b/odin_raw/nad.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41de73353acb144a0773fbbe0955f5b62b5e6b7c4dae7807d8c9175f2578bdab +size 646 diff --git a/odin_raw/naf.txt b/odin_raw/naf.txt new file mode 100644 index 0000000000000000000000000000000000000000..71502318c5eae9de692a2315766b904aac3d053d --- /dev/null +++ b/odin_raw/naf.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a593cfe8a73f670bffcc2271adcbcb60b711983a1d7af19f75b4d811e855e259 +size 105 diff --git a/odin_raw/nan.txt b/odin_raw/nan.txt new file mode 100644 index 0000000000000000000000000000000000000000..aae39df2ff6ffba594888e9de315a63bb6abf0a3 --- /dev/null +++ b/odin_raw/nan.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c2a93b2492c7189ae57ccd40e94cb9f73ee951246eab798e976c410d8405cd5 +size 31031 diff --git a/odin_raw/naq.txt b/odin_raw/naq.txt new file mode 100644 index 0000000000000000000000000000000000000000..1184826b74186ef281d8fabe58694dee3893a420 --- /dev/null +++ b/odin_raw/naq.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:585786bb29499ae7c2edc88e92d44b98eb44bd807b0556726ed1f150f179ca7d +size 9944 diff --git a/odin_raw/nas.txt b/odin_raw/nas.txt new file mode 100644 index 0000000000000000000000000000000000000000..47e36c311c3d654039b75a357c0cc7d4bb9103bd --- /dev/null +++ b/odin_raw/nas.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a4dadac48203658901d4a9baa33f3e4aceee9afaeae56935b77227bc2b7aab5 +size 371 diff --git a/odin_raw/nav.txt b/odin_raw/nav.txt new file mode 100644 index 0000000000000000000000000000000000000000..87de7c49d9edb75356e7986f6b0e8810dbe884aa --- /dev/null +++ b/odin_raw/nav.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16e3c9d46ea0438d45292fe6e01d01d6db6faed959fc868efff6255f10b4a23c +size 25594 diff --git a/odin_raw/nay.txt b/odin_raw/nay.txt new file mode 100644 index 0000000000000000000000000000000000000000..39910958560187921fd585c9d27a834fd6d5665b --- /dev/null +++ b/odin_raw/nay.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:634f322edc9dd937f153e8ee3f8037876ccdae40f2ffa26a38d4c8f2b52a9930 +size 352 diff --git a/odin_raw/nb.txt b/odin_raw/nb.txt new file mode 100644 index 0000000000000000000000000000000000000000..4855f679dbf4632c00cc82469a30697e5fa15758 --- /dev/null +++ b/odin_raw/nb.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bce015847d92ab9428c35e3d41bce0318a01c84dfa622fcd288d121c695187d7 +size 913 diff --git a/odin_raw/nbc.txt b/odin_raw/nbc.txt new file mode 100644 index 0000000000000000000000000000000000000000..1f89577cbab7f4248b1091453dd7ca229f6190d5 --- /dev/null +++ b/odin_raw/nbc.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:212a21bb94ec0a02deb2946f818cf2a2b37503a5d74dbd92ed3e938b78a0d4e3 +size 146 diff --git a/odin_raw/nbi.txt b/odin_raw/nbi.txt new file mode 100644 index 0000000000000000000000000000000000000000..016aac0a7736c86279da36dcfed06608176aa3fc --- /dev/null +++ b/odin_raw/nbi.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14d7289b2b263017d70e2831cf450f0e53ad3c79c3197dfa82d607dbd951e821 +size 648 diff --git a/odin_raw/nc.txt b/odin_raw/nc.txt new file mode 100644 index 0000000000000000000000000000000000000000..1b3d12ee3d17f4920a8721a70cf6124da36662dd --- /dev/null +++ b/odin_raw/nc.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f896e43cb62473443148b9dbf598457aff4e44a33871e94de9b7c8e439768a2 +size 239 diff --git a/odin_raw/ncb.txt b/odin_raw/ncb.txt new file mode 100644 index 0000000000000000000000000000000000000000..8288ca2e3b99185ff58bb157d0f5a817b6ee5698 --- /dev/null +++ b/odin_raw/ncb.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a397ab54735087c3a08b7c6400a04799a673c5ac4c01b0b539525b4a1252d42f +size 93 diff --git a/odin_raw/ncg.txt b/odin_raw/ncg.txt new file mode 100644 index 0000000000000000000000000000000000000000..61898305e30a4e7e53eca5361ae8c0c76c8fffa7 --- /dev/null +++ b/odin_raw/ncg.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad049abb9215938ad4323ab886b1e13269f4bb88ead5c700ef0c8ee5b283e8aa +size 100 diff --git a/odin_raw/nci.txt b/odin_raw/nci.txt new file mode 100644 index 0000000000000000000000000000000000000000..f453c252ac62109ab226ac0aa84438d69a5739a9 --- /dev/null +++ b/odin_raw/nci.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d39f5e7b71a8610371ad8295992ff08e0ca85fe7fab58043a3d8280cb8b1dc31 +size 2660 diff --git a/odin_raw/ncj.txt b/odin_raw/ncj.txt new file mode 100644 index 0000000000000000000000000000000000000000..1fe15cf2076805c167ccf56644e553080ec42d5c --- /dev/null +++ b/odin_raw/ncj.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85d2cb12f4c4671c312b2de2071be8e2b9f3f37bac9d4596d99f65fe841f15ef +size 79 diff --git a/odin_raw/ndh.txt b/odin_raw/ndh.txt new file mode 100644 index 0000000000000000000000000000000000000000..51cfb411c59a037680e3dce19c34bbdd6a8e1ac9 --- /dev/null +++ b/odin_raw/ndh.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15f7d6b66e7477ca7778bfb81d43ffdb93a3fd7146b118a86e1e588820892515 +size 190 diff --git a/odin_raw/nds.txt b/odin_raw/nds.txt new file mode 100644 index 0000000000000000000000000000000000000000..996d313b182bcbbae53bcd5bc14fc8d47cdc5b58 --- /dev/null +++ b/odin_raw/nds.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73e115a11caff46dee89daa298e5c5f70be57ca7c658a1cf3ba95f32d68c0860 +size 10992 diff --git a/odin_raw/neb.txt b/odin_raw/neb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b6505703847185d622f0443479b020ccb33d9d12 --- /dev/null +++ b/odin_raw/neb.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38264b6e11d0eb4b973cca4c09647d61bf92901892d9503edd134caf055580c1 +size 1109 diff --git a/odin_raw/nec.txt b/odin_raw/nec.txt new file mode 100644 index 0000000000000000000000000000000000000000..85c62076a1e0f5eec3420adb5678a11912bbc823 --- /dev/null +++ b/odin_raw/nec.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d82ca28324e1ca1b3e27a157786268b6c7433689e60e642851a49f7b1f1db3fa +size 147 diff --git a/odin_raw/nee.txt b/odin_raw/nee.txt new file mode 100644 index 0000000000000000000000000000000000000000..fd59ae2ab3e892b2907bd395dd8f902eae8d7935 --- /dev/null +++ b/odin_raw/nee.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aa3cd78d45448962e1e296c955bf9bbc83e457ee7e44b8721d1ed298ce59476 +size 2525 diff --git a/odin_raw/nep.txt b/odin_raw/nep.txt new file mode 100644 index 0000000000000000000000000000000000000000..66cc2f242905fc2b75434f87a806c154bf7f1e68 --- /dev/null +++ b/odin_raw/nep.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12e30e5dbffafc5dd91fcd8cc436096cfd505aa1c0d0a382ee2b299af47a9728 +size 7782 diff --git a/odin_raw/new.txt b/odin_raw/new.txt new file mode 100644 index 0000000000000000000000000000000000000000..bb733066f52e36c6af1f8614556e741839e6c29b --- /dev/null +++ b/odin_raw/new.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3caa936149ea271383989a95bb55b850e4af8bc429c95d5524a99e4e18a8e781 +size 2133 diff --git a/odin_raw/nez.txt b/odin_raw/nez.txt new file mode 100644 index 0000000000000000000000000000000000000000..81473f5628e22c031edd748582cda01c8999ef8a --- /dev/null +++ b/odin_raw/nez.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70400a7818de180a180c232b2ef6954c2bd218042f7b8da0a2d31bb09f1bb68f +size 14785 diff --git a/odin_raw/nf.txt b/odin_raw/nf.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6009192198f47309fb1dcb61bc1dffcbc0750a2 --- /dev/null +++ b/odin_raw/nf.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb12cf2d44a66e7a2243c5ec4b0173f7427516bc0a5da1f496f06f39a797adae +size 161 diff --git a/odin_raw/nge.txt b/odin_raw/nge.txt new file mode 100644 index 0000000000000000000000000000000000000000..c6ea77661d0bc644517c66df1d2789da57c5093d --- /dev/null +++ b/odin_raw/nge.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac6705dc393f27de308a69207d01a38ae0ee4b2ee024c634bc125934835657af +size 223 diff --git a/odin_raw/ngk.txt b/odin_raw/ngk.txt new file mode 100644 index 0000000000000000000000000000000000000000..91550c2caefffc4654b526aabbf2578b05af290a --- /dev/null +++ b/odin_raw/ngk.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc040f76000a5db68d46caa649fa4c934aef564aefc9cc6ce7a9467a92e66398 +size 9868 diff --git a/odin_raw/ngn.txt b/odin_raw/ngn.txt new file mode 100644 index 0000000000000000000000000000000000000000..fc8503adda105a5ec8eaf9ca7684ab6ed26517f5 --- /dev/null +++ b/odin_raw/ngn.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75c107d1836ea82ee00655b3a5b976ab886c6dc71ed6e56075ac3bb65325be52 +size 67 diff --git a/odin_raw/ngu.txt b/odin_raw/ngu.txt new file mode 100644 index 0000000000000000000000000000000000000000..312ac910badfac1bde0847a148ba239f4f48b3cc --- /dev/null +++ b/odin_raw/ngu.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ca5ce0c48b3fb8c8cde15136581db1009cafbba5f08dcc07cfa386c877fdd56 +size 255 diff --git a/odin_raw/nhd.txt b/odin_raw/nhd.txt new file mode 100644 index 0000000000000000000000000000000000000000..0273b5405be5ac9b113b28a20b132c5614e0f31d --- /dev/null +++ b/odin_raw/nhd.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9f6a8fb88c0ea01a624597061e273137bfd0ad45ac5074f24abb0b570b8b6ff +size 294 diff --git a/odin_raw/nhe-nhw-nch-ngu-nhs-azz.txt b/odin_raw/nhe-nhw-nch-ngu-nhs-azz.txt new file mode 100644 index 0000000000000000000000000000000000000000..e8cfce9c388b60a4b680f85588f4c2c8d96d84df --- /dev/null +++ b/odin_raw/nhe-nhw-nch-ngu-nhs-azz.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1caf7f4f8b9a68b389530d59054cad9ddeebf32076e35109f486aa1cefc6be0f +size 358 diff --git a/odin_raw/nhe-nhw-nch-nhs.txt b/odin_raw/nhe-nhw-nch-nhs.txt new file mode 100644 index 0000000000000000000000000000000000000000..0b48ebb3b29ea32cf611f0311ffdd93070f9baeb --- /dev/null +++ b/odin_raw/nhe-nhw-nch-nhs.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:748f41409c35e673bf5bef8f398dad02ac8c2e21bbe12dacb803acf37374c2bc +size 148 diff --git a/odin_raw/nhe.txt b/odin_raw/nhe.txt new file mode 100644 index 0000000000000000000000000000000000000000..307fc52ba994f8b8de9b630d20ff40ed9843033e --- /dev/null +++ b/odin_raw/nhe.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c43a632c0b5b3b2e348e41da9736ab9ef28e84afffc6542a4524d6dbac65900d +size 576 diff --git a/odin_raw/nhg.txt b/odin_raw/nhg.txt new file mode 100644 index 0000000000000000000000000000000000000000..6eeacd5da61d77572b4b79990b72a8314f679e60 --- /dev/null +++ b/odin_raw/nhg.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83b65b6aa6fd1cd87514161dd37b24f0fe3acb45affa0a18e3dd59c570aaf397 +size 4341 diff --git a/odin_raw/nhs.txt b/odin_raw/nhs.txt new file mode 100644 index 0000000000000000000000000000000000000000..2d5a68aaba6642133e2ed91bab20cb0a6b7c9387 --- /dev/null +++ b/odin_raw/nhs.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f42631a25383d4a479c4fb8e1e3b3359096bdbb9ddf4831e0da313ba111b7065 +size 6436 diff --git a/odin_raw/nhw-nhe.txt b/odin_raw/nhw-nhe.txt new file mode 100644 index 0000000000000000000000000000000000000000..ab2740141fdfee1551e5ee0855feebcddcd588a5 --- /dev/null +++ b/odin_raw/nhw-nhe.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87c9da36dfc6feeea8c20bcd950add054a6b283f730339e4d8b7a3fe30ff6ebe +size 2206 diff --git a/odin_raw/ni.txt b/odin_raw/ni.txt new file mode 100644 index 0000000000000000000000000000000000000000..072bf7224dc42d14f5eb443484bdfd7ef9bfa99d --- /dev/null +++ b/odin_raw/ni.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1804ebf2f85dfe8bc6b1dbab5956c28ad0f8170273f7ac1495eec035a76631b3 +size 2225 diff --git a/odin_raw/nia.txt b/odin_raw/nia.txt new file mode 100644 index 0000000000000000000000000000000000000000..82a4da580812bc62df90026d7b748fd0044cc1d8 --- /dev/null +++ b/odin_raw/nia.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91d9753b27eb3f92c0c17609c5c448a5fb4d42c3a4c0480a4418769cba459de5 +size 1307 diff --git a/odin_raw/nid.txt b/odin_raw/nid.txt new file mode 100644 index 0000000000000000000000000000000000000000..915a8fd79df1b18737cb2e1ee5026b9cf05ec3e2 --- /dev/null +++ b/odin_raw/nid.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:503f0cab0ccc3cc9fa96c410f3292c5490e38b24ffd0fa1736847c5270502e57 +size 2485 diff --git a/odin_raw/nig.txt b/odin_raw/nig.txt new file mode 100644 index 0000000000000000000000000000000000000000..44a538982182f6d6953f15ca4d7fd58b03506ceb --- /dev/null +++ b/odin_raw/nig.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b30363609ee5c3ff8352a27235aee8eeeaebe4064449d4769a9f077cc237135 +size 13423 diff --git a/odin_raw/nio.txt b/odin_raw/nio.txt new file mode 100644 index 0000000000000000000000000000000000000000..169e5c6e00fdbb8c4aae106e6c8a7f908ebf4c68 --- /dev/null +++ b/odin_raw/nio.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13c3dba90898bfdfc7eab1d9b3eed033306ddffcbfb4203a1160e02ed6b73ff1 +size 397 diff --git a/odin_raw/nir.txt b/odin_raw/nir.txt new file mode 100644 index 0000000000000000000000000000000000000000..2959eddd4950d584bfddb020cc760f8c0d894bd8 --- /dev/null +++ b/odin_raw/nir.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ef010ac1c704bc85b4a8e6f5e17482f628ed9be9271e344a13a9da630b114c3 +size 269 diff --git a/odin_raw/niu.txt b/odin_raw/niu.txt new file mode 100644 index 0000000000000000000000000000000000000000..7c6069d1631f668c3db5f0c340eb2f8f72f73255 --- /dev/null +++ b/odin_raw/niu.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e7295f6b8bd0ad809d87215f58454730aaecceca7a2a19490813a1a9b038fa2 +size 17182 diff --git a/odin_raw/niv.txt b/odin_raw/niv.txt new file mode 100644 index 0000000000000000000000000000000000000000..861d23ee3193b245f6b57fce8a8afeae9322e113 --- /dev/null +++ b/odin_raw/niv.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d302aec8677f6154bba8551c5ee6c0187ccd4fc9d2b25e50ff9263edd06439d6 +size 1760 diff --git a/odin_raw/niy.txt b/odin_raw/niy.txt new file mode 100644 index 0000000000000000000000000000000000000000..ab2f73396c86c383f1451224f41e57ab3450db95 --- /dev/null +++ b/odin_raw/niy.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d459bcee23d859056fb4d7448280b31ad6da73bd6256500798a60125643fee7e +size 583 diff --git a/odin_raw/nj-aid.txt b/odin_raw/nj-aid.txt new file mode 100644 index 0000000000000000000000000000000000000000..5e27f11383096d1aeb2cd30dd19cf3efa52568e7 --- /dev/null +++ b/odin_raw/nj-aid.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0e7257cd2a505c1d4a1491c7e8ece7fab2fcb599a6ebde535aa66ef6d047f2e +size 334 diff --git a/odin_raw/nj.txt b/odin_raw/nj.txt new file mode 100644 index 0000000000000000000000000000000000000000..386b9345bccae632ea577fab775f6e908209a708 --- /dev/null +++ b/odin_raw/nj.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1045f19bb1cdc957b0d4d18350a9f9c2bb2fddd62256385141a3965d3fd5beb9 +size 198 diff --git a/odin_raw/njb.txt b/odin_raw/njb.txt new file mode 100644 index 0000000000000000000000000000000000000000..0395d40f9fa9c437ba44a178d0eddd3a7e2a2e3a --- /dev/null +++ b/odin_raw/njb.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:670c4cfc54272569b9eab9670fe70e2fb30e9104e60d44d47214a7151dc1581f +size 1137 diff --git a/odin_raw/njh.txt b/odin_raw/njh.txt new file mode 100644 index 0000000000000000000000000000000000000000..07c8e9f6820fec630a7d3cf97cfa89c64f442548 --- /dev/null +++ b/odin_raw/njh.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69b55d367f3e3af0b57b4b214ab9dec5fe9432566dba0f828a024f798e8281bc +size 661 diff --git a/odin_raw/njo.txt b/odin_raw/njo.txt new file mode 100644 index 0000000000000000000000000000000000000000..7a4fa333b9ab08cf2c651b9aa4e035d67a0fee96 --- /dev/null +++ b/odin_raw/njo.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b3bb9f4345e23ad81572b82959bb28c58fc40391a57f4f59ac159b594b4408a +size 2313 diff --git a/odin_raw/nk.txt b/odin_raw/nk.txt new file mode 100644 index 0000000000000000000000000000000000000000..3a9cd5407e3f990fadf1a52cfa62186fdfd888a9 --- /dev/null +++ b/odin_raw/nk.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d2dfba8f35fafcfbde3e7c06d1715491c8dffa0cda08cac884cc529410dc5a9 +size 257 diff --git a/odin_raw/nld.txt b/odin_raw/nld.txt new file mode 100644 index 0000000000000000000000000000000000000000..3aefd2f00bceaece44c4f9a30cac22947b128a64 --- /dev/null +++ b/odin_raw/nld.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40ff96cc179ec568d8ec90a87f70a0f6f5548f68eb1c6c5b577f76b57919820f +size 297064 diff --git a/odin_raw/nlg.txt b/odin_raw/nlg.txt new file mode 100644 index 0000000000000000000000000000000000000000..cc5a9d167767b81ad16d4ff026e5b12fcafe6f81 --- /dev/null +++ b/odin_raw/nlg.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f472314d89916510090f5dd8b789c5f41a853433f647f2d0872ad24f702639ad +size 235 diff --git a/odin_raw/nly.txt b/odin_raw/nly.txt new file mode 100644 index 0000000000000000000000000000000000000000..649ae06823f6be6b9e23f42a77374a523bf0197b --- /dev/null +++ b/odin_raw/nly.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c67d0da81877769f69cacc2c4aaa698010a338577706488e93458f48b88f7067 +size 5039 diff --git a/odin_raw/nmf.txt b/odin_raw/nmf.txt new file mode 100644 index 0000000000000000000000000000000000000000..32d04ec365e9c24abca965e3d12c3d184e3103f5 --- /dev/null +++ b/odin_raw/nmf.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c849492b5100ea0f6d1534929c80d402c0a51e776fab6b3e81243a430195f34c +size 5421 diff --git a/odin_raw/nmn.txt b/odin_raw/nmn.txt new file mode 100644 index 0000000000000000000000000000000000000000..fe9b8d9e49c8ee22674bff0ad8c48ef4e4c30b73 --- /dev/null +++ b/odin_raw/nmn.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47bc5593ffd41d3df04e2f1f6dbd2142e65d9daa956970412c45949bb6a37684 +size 182 diff --git a/odin_raw/nmv.txt b/odin_raw/nmv.txt new file mode 100644 index 0000000000000000000000000000000000000000..7f735c957d362fc54f0bf1b71170eebe9adff3f6 --- /dev/null +++ b/odin_raw/nmv.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:015d29ed5c7bf693bb2c2c14e88d3ce555a7b741bc85ca078e76d590d5eb9b0b +size 175 diff --git a/odin_raw/nna.txt b/odin_raw/nna.txt new file mode 100644 index 0000000000000000000000000000000000000000..4b03f70a87f6fad9a8e74c05baed01bc6a1d16a8 --- /dev/null +++ b/odin_raw/nna.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67a5e324bea235fc02f4e2cb689a52d22eb0e5bfcc14ccfaa2ad0cbafb8654a7 +size 2022 diff --git a/odin_raw/nnb.txt b/odin_raw/nnb.txt new file mode 100644 index 0000000000000000000000000000000000000000..0557627ffcb4637e0199c4c24726c51872087685 --- /dev/null +++ b/odin_raw/nnb.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a75be23f3473a4546e4b22cfc337b55a1f3d67fa2fa92b3d1f41175b6d4f917 +size 11801 diff --git a/odin_raw/nno.txt b/odin_raw/nno.txt new file mode 100644 index 0000000000000000000000000000000000000000..67dcc5224bbe0178f4cf590667530a66d5de3334 --- /dev/null +++ b/odin_raw/nno.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d68e7a7ca2b935b1798d8b0e20d4243c34facd64cfecdd7f537ad5da2cad5f0b +size 623 diff --git a/odin_raw/no.txt b/odin_raw/no.txt new file mode 100644 index 0000000000000000000000000000000000000000..e1d1c97fee1798e944d1feb81e212cded98352b6 --- /dev/null +++ b/odin_raw/no.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5304b70cf699e811ada4f46d92d0aff620d55d5337876fe3969e63d5417b1ffa +size 171 diff --git a/odin_raw/nob.txt b/odin_raw/nob.txt new file mode 100644 index 0000000000000000000000000000000000000000..7a4784167b68dc71f559ddd6528a6dc5d9288aca --- /dev/null +++ b/odin_raw/nob.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c6c9878d68c2bdcd85fe03e5eead9166ff2758f85013149f31def9ba227f0f6 +size 224711 diff --git a/odin_raw/nog.txt b/odin_raw/nog.txt new file mode 100644 index 0000000000000000000000000000000000000000..ef0cf46dcf4ce0fe633261b10400010898660afb --- /dev/null +++ b/odin_raw/nog.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8f1bb250b8f0e1fd78aeed21913d0148d6c0005f58d8f7b0dec688cecda7fea +size 893 diff --git a/odin_raw/non.txt b/odin_raw/non.txt new file mode 100644 index 0000000000000000000000000000000000000000..3a06aaac558cb5e8f9129eb3c91c3f2ac960759d --- /dev/null +++ b/odin_raw/non.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:104eee668d7b913e0b068102fdca8232c68d4d1fd2a6f9ea7e911bed5bca59a9 +size 20370 diff --git a/odin_raw/noo.txt b/odin_raw/noo.txt new file mode 100644 index 0000000000000000000000000000000000000000..00cb2947225edb0c39fde62421c54de15a50a78d --- /dev/null +++ b/odin_raw/noo.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:444a0192d22efb712d848978972c1aefda7e8655231aa9bd912f9163816c2f07 +size 24551 diff --git a/odin_raw/nor.txt b/odin_raw/nor.txt new file mode 100644 index 0000000000000000000000000000000000000000..1ed0bf136acea87c343bd7b6e577fbc4f87489a9 --- /dev/null +++ b/odin_raw/nor.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c580d504b51ecc5db5a6bea773e6d86ab8b20bd607cf9072af834e61557517e0 +size 500 diff --git a/odin_raw/now.txt b/odin_raw/now.txt new file mode 100644 index 0000000000000000000000000000000000000000..1adc37dc966b8aa1b2723e9bbfdc04cec94c07ba --- /dev/null +++ b/odin_raw/now.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:473431b8b029b49dc77f2232a3ec91359a246a3da8fc763263420d32af455990 +size 775 diff --git a/odin_raw/nr.txt b/odin_raw/nr.txt new file mode 100644 index 0000000000000000000000000000000000000000..6a5657663ea6091878ebb8a223899837705b066a --- /dev/null +++ b/odin_raw/nr.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81998972de30ad63dd053fe037536cc82864091f41fe5bb3d70dcfa8d9d12936 +size 2725 diff --git a/odin_raw/ns.txt b/odin_raw/ns.txt new file mode 100644 index 0000000000000000000000000000000000000000..5c626e7d8b00e1483d34e2f59d7b7d83a985c934 --- /dev/null +++ b/odin_raw/ns.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09250d49b62fd591025052a6e9fe65723035c5ccf5ae7baf6ac2bb9373f0dcb2 +size 200 diff --git a/odin_raw/nse.txt b/odin_raw/nse.txt new file mode 100644 index 0000000000000000000000000000000000000000..ab749811c7b60237818a6ffe072163fc6467b57a --- /dev/null +++ b/odin_raw/nse.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a9d6dc776a943100509cf76c8550a0c49fb62433928d3f6eb159cf55d95db12 +size 31799 diff --git a/odin_raw/nso.txt b/odin_raw/nso.txt new file mode 100644 index 0000000000000000000000000000000000000000..ce582647b34dfca2b7265212e25a7db47860b094 --- /dev/null +++ b/odin_raw/nso.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a749b5d419fa7f21b85de213fa4b5d369e4cfe7159dfe78b3d713d3b6b2a8f2 +size 9338 diff --git a/odin_raw/nsz.txt b/odin_raw/nsz.txt new file mode 100644 index 0000000000000000000000000000000000000000..77733342cf8214150a220f50e02a0f66b6be8f5b --- /dev/null +++ b/odin_raw/nsz.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7a96ae6486dc07f40176701ff5442fbb5374b9a56e2e00c4ccca4985cb47c1f +size 232 diff --git a/odin_raw/ntp.txt b/odin_raw/ntp.txt new file mode 100644 index 0000000000000000000000000000000000000000..8d7f04a5b66687b3ddd0410d1340a596f9528957 --- /dev/null +++ b/odin_raw/ntp.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d974b0a1a2d330b1c2a17d217b8a7f816af91ca8e0345045fffbf237ecf3c311 +size 731 diff --git a/odin_raw/nuf.txt b/odin_raw/nuf.txt new file mode 100644 index 0000000000000000000000000000000000000000..90b8ad055f5bb218ebc7dd318d400b00663f8d5a --- /dev/null +++ b/odin_raw/nuf.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e8ffdb56fb578bdcb669b6139f35425d94e86525df0df8bd1322ce8b64de9d6 +size 147 diff --git a/odin_raw/nun-nut-raw-yue.txt b/odin_raw/nun-nut-raw-yue.txt new file mode 100644 index 0000000000000000000000000000000000000000..0206416b4c78ade89891b20ff73580b0788f0ab4 --- /dev/null +++ b/odin_raw/nun-nut-raw-yue.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89b8050541bf17b279bf6d7928940118c2a7c10bb6e6088374020ddb7d4e90cb +size 490 diff --git a/odin_raw/nup.txt b/odin_raw/nup.txt new file mode 100644 index 0000000000000000000000000000000000000000..e4170a9080b14f4e8f671883f3228e9c21ba87bd --- /dev/null +++ b/odin_raw/nup.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5721f421c480579c8b3c964350c252f99bc64f02130a20efba065a27bf449c90 +size 13509 diff --git a/odin_raw/nus.txt b/odin_raw/nus.txt new file mode 100644 index 0000000000000000000000000000000000000000..3bc69315bd0fd8ad9b774f919361cc205f1c8329 --- /dev/null +++ b/odin_raw/nus.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d62a167b7d395329ce719990f366a462cc701117a9527c0d28b38f5e983906d2 +size 600 diff --git a/odin_raw/nut.txt b/odin_raw/nut.txt new file mode 100644 index 0000000000000000000000000000000000000000..f2039010305afbec0922a04a8054e0814ee7f352 --- /dev/null +++ b/odin_raw/nut.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:067fb2ee2ff0083dd879861dc77b4d2690dc322d9bb24b666f7c44e57720d1da +size 438 diff --git a/odin_raw/nuy.txt b/odin_raw/nuy.txt new file mode 100644 index 0000000000000000000000000000000000000000..9e4bf622f0d09768c84b67d638750b6200f4bf89 --- /dev/null +++ b/odin_raw/nuy.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a3228f2c8bff239d815e52607d7cb8e9030db5c4bc317d16eaf96a6ce335ca0 +size 1544 diff --git a/odin_raw/nya.txt b/odin_raw/nya.txt new file mode 100644 index 0000000000000000000000000000000000000000..bcdd16862bcca6f4e2dba4501bf1b44b3d706017 --- /dev/null +++ b/odin_raw/nya.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d7925e950d353a6ef2636a11f5eef0133cf4f2f4510f1ff624d22e7afaa2c98 +size 52790 diff --git a/odin_raw/nyn-cgg.txt b/odin_raw/nyn-cgg.txt new file mode 100644 index 0000000000000000000000000000000000000000..2c972c14288e65c5f509715a73bd6de484a88cd9 --- /dev/null +++ b/odin_raw/nyn-cgg.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c55f8dd8b93ee6e9a02c7743982421cc0ea114cf166b570c55ae1e9810d8f60 +size 1302 diff --git a/odin_raw/nyq.txt b/odin_raw/nyq.txt new file mode 100644 index 0000000000000000000000000000000000000000..a298271fb36dd50025fc164dcfd5ec19e657f152 --- /dev/null +++ b/odin_raw/nyq.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c029eaf5531683ab0987dfbd2d570f6bd2d3b7409a1ed531412201f79770d5db +size 280 diff --git a/odin_raw/nyt.txt b/odin_raw/nyt.txt new file mode 100644 index 0000000000000000000000000000000000000000..ec76d4e6490a4b75ad52418d869176ea4563d43e --- /dev/null +++ b/odin_raw/nyt.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28b15c593b0cb332067dabd735507c25628afb7d2a843542795552c7b9690ef6 +size 290 diff --git a/odin_raw/nyv.txt b/odin_raw/nyv.txt new file mode 100644 index 0000000000000000000000000000000000000000..c6758e4255b761e2c87026c71f25bf5e554b6eb1 --- /dev/null +++ b/odin_raw/nyv.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f48f0a03b57a03f910fad0fd7162dfd6948d6b6eba840b85d007ce7c9e66d81d +size 262 diff --git a/odin_raw/nz.txt b/odin_raw/nz.txt new file mode 100644 index 0000000000000000000000000000000000000000..d8d0db6f310fb4d417675b89b7172488fe2f3db7 --- /dev/null +++ b/odin_raw/nz.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bde2d0106eac6ad884c95d7c4e738de23f9701d20087d9e641666d0c09f81431 +size 168 diff --git a/odin_raw/o.txt b/odin_raw/o.txt new file mode 100644 index 0000000000000000000000000000000000000000..d97dd89996a3280c7421d83b6e2be691bb9a5512 --- /dev/null +++ b/odin_raw/o.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcd29d81034f82135b4e8e797071c48587dc1936d5afd0aa6a897cf48f6a9ba5 +size 119 diff --git a/odin_raw/oac.txt b/odin_raw/oac.txt new file mode 100644 index 0000000000000000000000000000000000000000..945892456a5db3a198fbb29a81340d9bfe4bd8eb --- /dev/null +++ b/odin_raw/oac.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e66e73fbc7631f75b9c801137885b57c86d5064191f280a4bc36ab548777ed04 +size 902 diff --git a/odin_raw/ob.txt b/odin_raw/ob.txt new file mode 100644 index 0000000000000000000000000000000000000000..1ff54f649cdc2bc3756ef1b8256e84a76ce05a2e --- /dev/null +++ b/odin_raw/ob.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21e224643e8288a8c157d014b1e3a2b699e9b13272a5f3fa1b568d192f556f2e +size 107 diff --git a/odin_raw/och.txt b/odin_raw/och.txt new file mode 100644 index 0000000000000000000000000000000000000000..e8defbe97bbc21667160f4dc09b18a9b05db9fe1 --- /dev/null +++ b/odin_raw/och.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82cf36f47c28d57b420e510155cd5a745e51ecba2bcae9b171c1a4af628e4a80 +size 1264 diff --git a/odin_raw/odt.txt b/odin_raw/odt.txt new file mode 100644 index 0000000000000000000000000000000000000000..a61a9e935c35b0f84f02ae66858e0101f6742b0b --- /dev/null +++ b/odin_raw/odt.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffe88365e055b7e801de118acaecc49b57e806ab5b47ab02548c0e9bf14fea21 +size 2791 diff --git a/odin_raw/oe.txt b/odin_raw/oe.txt new file mode 100644 index 0000000000000000000000000000000000000000..0f858f505bdd9ae396a6529bb39966feb198e82a --- /dev/null +++ b/odin_raw/oe.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df95c54e4cf8fdabe6d98463663dcd606f592a3188e02b0ceac5f97605aaf48b +size 4818 diff --git a/odin_raw/og.txt b/odin_raw/og.txt new file mode 100644 index 0000000000000000000000000000000000000000..f50b17b59e075d1943c5bc21a4fa1b54408c3933 --- /dev/null +++ b/odin_raw/og.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:317bea26d111e3de94159f85a474564b26f7bd4cc58b8c83fe005b42f1ae1c19 +size 562 diff --git a/odin_raw/oge.txt b/odin_raw/oge.txt new file mode 100644 index 0000000000000000000000000000000000000000..8a8af490d03b8d834f51b5f5209af2e303baf8d8 --- /dev/null +++ b/odin_raw/oge.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e3cbd9fa23866ce7be27d349c8578e4a4352f46bb2c15f6153736673708674e +size 1335 diff --git a/odin_raw/ogo.txt b/odin_raw/ogo.txt new file mode 100644 index 0000000000000000000000000000000000000000..83ae7eeb48e2f046e4732cf7b56306154e1abf68 --- /dev/null +++ b/odin_raw/ogo.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f04da238209acd485c04c871bbea087f6e2132a1fe930b875698bb45c70ee08 +size 567 diff --git a/odin_raw/oh.txt b/odin_raw/oh.txt new file mode 100644 index 0000000000000000000000000000000000000000..9785d70d8603665a1c3122df75ed4e53d73d1085 --- /dev/null +++ b/odin_raw/oh.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4505cdd43a24982cc0cdfb1326f35279b69ca2af9a723a0d59b4313b9f8971b +size 38100 diff --git a/odin_raw/ohu.txt b/odin_raw/ohu.txt new file mode 100644 index 0000000000000000000000000000000000000000..98c836f48c59c4d18d8037c4732cfdf2cb556383 --- /dev/null +++ b/odin_raw/ohu.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72463dbd3dad6b834d51dd4b77d707fe6f9d99495310099e270f3453afff13f0 +size 427 diff --git a/odin_raw/oia.txt b/odin_raw/oia.txt new file mode 100644 index 0000000000000000000000000000000000000000..75c43b26f7747758bfbb21175768fdafaace45d4 --- /dev/null +++ b/odin_raw/oia.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2e0059287b0ce92796e6ab7314c18a589e1a56c3ea1fff4425e4a2c4dbbf327 +size 390 diff --git a/odin_raw/ojb.txt b/odin_raw/ojb.txt new file mode 100644 index 0000000000000000000000000000000000000000..5d3e0bddeda801ee466cd9bc31704038dfb0040f --- /dev/null +++ b/odin_raw/ojb.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cef55ebb60184eb8ef326080f45c2439fce6526b03f5ba383445747dfbf06d18 +size 1957 diff --git a/odin_raw/ojc.txt b/odin_raw/ojc.txt new file mode 100644 index 0000000000000000000000000000000000000000..32e7c3463aacbf15d14be8a05b5bade6e7200d94 --- /dev/null +++ b/odin_raw/ojc.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b27977ab4452c37b660642d7ae9dd1395a5ad15ac2ae46cf6abd928c33f092e +size 6192 diff --git a/odin_raw/ojg-ojb-ojw-ojs-otw.txt b/odin_raw/ojg-ojb-ojw-ojs-otw.txt new file mode 100644 index 0000000000000000000000000000000000000000..f0a2acb9e4ef7efe7bf4f8e20ac182c9ccd84e59 --- /dev/null +++ b/odin_raw/ojg-ojb-ojw-ojs-otw.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b324bf79c78eb9903325b65d4b6ce2a6f108801127fc49d60cebeef24f85a51b +size 160 diff --git a/odin_raw/ojg-ojb.txt b/odin_raw/ojg-ojb.txt new file mode 100644 index 0000000000000000000000000000000000000000..2dedda55fa9be5f7c8649de9d9c58381598e17d2 --- /dev/null +++ b/odin_raw/ojg-ojb.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3a12acfa299d0b1e01787ba99830766149e22cd7258c9203f1aee091d86d9b4 +size 441 diff --git a/odin_raw/ojg-ojc.txt b/odin_raw/ojg-ojc.txt new file mode 100644 index 0000000000000000000000000000000000000000..a8166f9f0a39fc5ccc0c9f7aef39644767c9aa64 --- /dev/null +++ b/odin_raw/ojg-ojc.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e06aeb51a4a2c7abd2c36cebd579b05107b6dfc2f1b0fb2f2b1dfdbd0a22b5b +size 217 diff --git a/odin_raw/ojg-otw.txt b/odin_raw/ojg-otw.txt new file mode 100644 index 0000000000000000000000000000000000000000..c22a75aca3287fe64798f88241244fc63d2a88d9 --- /dev/null +++ b/odin_raw/ojg-otw.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8d4f569914f0bac861806c49c9c32a0c877cac2c2013393737edfdeaf1c8953 +size 1136 diff --git a/odin_raw/ojg.txt b/odin_raw/ojg.txt new file mode 100644 index 0000000000000000000000000000000000000000..4b64463ae30767434cf33023714abf8c1bd55788 --- /dev/null +++ b/odin_raw/ojg.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fde2011e76fa8319f3f45afa8fa96d56ae9dc4147ab9d9fe81aabb3bdab8162 +size 268 diff --git a/odin_raw/ojp.txt b/odin_raw/ojp.txt new file mode 100644 index 0000000000000000000000000000000000000000..17624ca385f1eeacf0909e02df8bcadaa34cede7 --- /dev/null +++ b/odin_raw/ojp.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:535b63512d3b137182b10f8148e16ec61b69862d90cdb397a03747d7bc5b5200 +size 53979 diff --git a/odin_raw/ojs.txt b/odin_raw/ojs.txt new file mode 100644 index 0000000000000000000000000000000000000000..1349ec38bce298de8972948dd46d0587b32039a4 --- /dev/null +++ b/odin_raw/ojs.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2094f3dda2663284a1bf73b64d41b70bd3adf9cc518c5a7b27f21db68295e77 +size 96 diff --git a/odin_raw/ojw.txt b/odin_raw/ojw.txt new file mode 100644 index 0000000000000000000000000000000000000000..94bffbcb6e9d14a15949a2e3e16cf3b395d70d6d --- /dev/null +++ b/odin_raw/ojw.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f71e06bae0059439182e7e99f56526349f8a6aac93c85c014eb5f7ef8488d95 +size 458 diff --git a/odin_raw/ok.txt b/odin_raw/ok.txt new file mode 100644 index 0000000000000000000000000000000000000000..992770e0605d2ab822471d20d2a82e842478c56d --- /dev/null +++ b/odin_raw/ok.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27ff12026077a2eff88b741204a8bd32974d69221f7b3827cf88ec9e0ea123e6 +size 266 diff --git a/odin_raw/oma.txt b/odin_raw/oma.txt new file mode 100644 index 0000000000000000000000000000000000000000..69ee800f27f3ffd94ccf14a966cf22c3bb83c582 --- /dev/null +++ b/odin_raw/oma.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb77dd644ed71165c163ca6627d9501a14fc585035438ec852ac6ac8553594d2 +size 6785 diff --git a/odin_raw/omb.txt b/odin_raw/omb.txt new file mode 100644 index 0000000000000000000000000000000000000000..d0d415990e161832822714726771d401878cb93f --- /dev/null +++ b/odin_raw/omb.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c1194ff65991c9e62d43348090cfceba3f21dbb1240c7d2c084c1430f79a216 +size 3292 diff --git a/odin_raw/omr.txt b/odin_raw/omr.txt new file mode 100644 index 0000000000000000000000000000000000000000..1116a2977d8bc410b53e44d8b4bf6fb00aa6dd52 --- /dev/null +++ b/odin_raw/omr.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26ef6e611bbcf11cf2aaf94d7ea0e544708d516685aa6d0e429660e9bf742880 +size 248 diff --git a/odin_raw/one.txt b/odin_raw/one.txt new file mode 100644 index 0000000000000000000000000000000000000000..34dfa48ef9cfc23ebf3272547311cf39707f4ccc --- /dev/null +++ b/odin_raw/one.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0335019c15cdef8b6dd8ec94899d77bc2a4876e63ad00aec938908ce40a4f36 +size 1727 diff --git a/odin_raw/ong.txt b/odin_raw/ong.txt new file mode 100644 index 0000000000000000000000000000000000000000..fe12fc9fd4b2a63ad3d50b4d5a3fad11758570eb --- /dev/null +++ b/odin_raw/ong.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8f0b75bbe866ce457c2803d0792b1624a1203672a127c7b8d3fd19ae0206ab1 +size 259 diff --git a/odin_raw/ono.txt b/odin_raw/ono.txt new file mode 100644 index 0000000000000000000000000000000000000000..912017b706913fd3e8b85854e20af2c0fdc84a44 --- /dev/null +++ b/odin_raw/ono.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a1344e06a7ba45eced9b7c67c5723f957b14c64b464ea34523fc7f5643b1eed +size 601 diff --git a/odin_raw/onr-oin-aun-onk-osu-okk.txt b/odin_raw/onr-oin-aun-onk-osu-okk.txt new file mode 100644 index 0000000000000000000000000000000000000000..8229d161418e8696e26df56babc0015b6dd89fe3 --- /dev/null +++ b/odin_raw/onr-oin-aun-onk-osu-okk.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f4dfe5b68028530beeef9989374be6b1e983b898ca6c7cfc5d2c76f73c50a57 +size 2706 diff --git a/odin_raw/onr-oin-aun.txt b/odin_raw/onr-oin-aun.txt new file mode 100644 index 0000000000000000000000000000000000000000..387fefc90da74eb4146e596e0e7b86cbc70284c4 --- /dev/null +++ b/odin_raw/onr-oin-aun.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf909f290d220826909bea45b84deda9946248964a8d364160fb7e18ecb434a5 +size 107 diff --git a/odin_raw/onr-oin.txt b/odin_raw/onr-oin.txt new file mode 100644 index 0000000000000000000000000000000000000000..8229d161418e8696e26df56babc0015b6dd89fe3 --- /dev/null +++ b/odin_raw/onr-oin.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f4dfe5b68028530beeef9989374be6b1e983b898ca6c7cfc5d2c76f73c50a57 +size 2706 diff --git a/odin_raw/ons.txt b/odin_raw/ons.txt new file mode 100644 index 0000000000000000000000000000000000000000..faa000977b3f5f2364de00d6d48af8969cd6df8f --- /dev/null +++ b/odin_raw/ons.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:008ecdb28290dda56c72f6966b92a72a33e5a321f86dc6f3ca8182abebf87e61 +size 1010 diff --git a/odin_raw/ood.txt b/odin_raw/ood.txt new file mode 100644 index 0000000000000000000000000000000000000000..cb1c73c3e4d146999ec0e1ac751dda9b06c12891 --- /dev/null +++ b/odin_raw/ood.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e058ad729d6c236a2f322cafc6568564e1f483d2f49729ecc6a9830f6f1c607 +size 9638 diff --git a/odin_raw/op.txt b/odin_raw/op.txt new file mode 100644 index 0000000000000000000000000000000000000000..6a72f1f61dda4b1ff7693f50bdac5447dc1713d8 --- /dev/null +++ b/odin_raw/op.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7f21bdfbaa31737e66c925815c395a48d355a2fc2ac84ca38d9623548fc235c +size 103 diff --git a/odin_raw/or.txt b/odin_raw/or.txt new file mode 100644 index 0000000000000000000000000000000000000000..15010cc0ecab21eae5493ce2201f2d2cf3f5b738 --- /dev/null +++ b/odin_raw/or.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:967b8aadee7169beb1f3c7720a90e202ce99d0a2bcb7fa9e076b6a214e980609 +size 1179 diff --git a/odin_raw/orh.txt b/odin_raw/orh.txt new file mode 100644 index 0000000000000000000000000000000000000000..d756e4fdf5e35e4984b9707f42569e58db5390ba --- /dev/null +++ b/odin_raw/orh.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b33228993f65c54b601907906a9ce19da982ee18aedebfd05ad2054e63806711 +size 1500 diff --git a/odin_raw/ori.txt b/odin_raw/ori.txt new file mode 100644 index 0000000000000000000000000000000000000000..df7d4c7ed94f6be9abfedf7d7a2ccb0a9e67f705 --- /dev/null +++ b/odin_raw/ori.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8842a42060f8f9fa3365ce5fbff51b5ab52aaff0805e0e32c7d4c0c781677e05 +size 12833 diff --git a/odin_raw/orv.txt b/odin_raw/orv.txt new file mode 100644 index 0000000000000000000000000000000000000000..1907cf00d2cbace5b72d2c18e14bb3fc33599909 --- /dev/null +++ b/odin_raw/orv.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f61b9f58e8ab1066aaad1496d4fef4cc5d58698183f652c3e23343f36e722a3c +size 1432 diff --git a/odin_raw/osp.txt b/odin_raw/osp.txt new file mode 100644 index 0000000000000000000000000000000000000000..292c8f358dbb2641db10d20e1f94b1eab3d25ada --- /dev/null +++ b/odin_raw/osp.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc70bf131446afec91c62eb6bf334b2e775f211c5247e574700438520d5e4493 +size 114046 diff --git a/odin_raw/ot.txt b/odin_raw/ot.txt new file mode 100644 index 0000000000000000000000000000000000000000..6c2930a472d38e429df15c6069a1a1a07b8a319d --- /dev/null +++ b/odin_raw/ot.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:362228624c0bf46aadb26d6f8bce066631709a94e27f48433d1a4f44ec87493c +size 326 diff --git a/odin_raw/ote.txt b/odin_raw/ote.txt new file mode 100644 index 0000000000000000000000000000000000000000..21412ae934e830d59ec3d0cab1b973c7a5d76d84 --- /dev/null +++ b/odin_raw/ote.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:570f21d1ccc5784e7a8e7bc9c3ca1e47333c1a23cdbe701e65abcf0303172656 +size 1969 diff --git a/odin_raw/otw-ojg.txt b/odin_raw/otw-ojg.txt new file mode 100644 index 0000000000000000000000000000000000000000..fa401cfecd49a31a3702b104ba36235fd82bb3bd --- /dev/null +++ b/odin_raw/otw-ojg.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59605ff3c8f66de21c465cf2076a29a28f23d6029e2f44624ff110283a4046c0 +size 950 diff --git a/odin_raw/otw.txt b/odin_raw/otw.txt new file mode 100644 index 0000000000000000000000000000000000000000..b9d64d418c9842db79a9d476b5b304b8322e0c7b --- /dev/null +++ b/odin_raw/otw.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e35a0a2bc9656f5a2e8acf3203c3d4eb7abe9683bd722a0c950856a5662c74ac +size 4438 diff --git a/odin_raw/ou.txt b/odin_raw/ou.txt new file mode 100644 index 0000000000000000000000000000000000000000..81054ab20770e69bd26417460c666124e6bcfd6e --- /dev/null +++ b/odin_raw/ou.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f21d4a580c3f3b218e3fbaa1d2ac7fcebedbda14415dd07607981296e0e89980 +size 333 diff --git a/odin_raw/ov.txt b/odin_raw/ov.txt new file mode 100644 index 0000000000000000000000000000000000000000..87751b6afe3ca7e97bd8363dbc41d8a1d9b49eca --- /dev/null +++ b/odin_raw/ov.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a3cc5145c465a4ef56044be742bbc07ae729c7b760dbf264198b5c7e534c17c +size 713 diff --git a/odin_raw/ow.txt b/odin_raw/ow.txt new file mode 100644 index 0000000000000000000000000000000000000000..f2a7c8166401436b411d7c96ea42ef535574ec06 --- /dev/null +++ b/odin_raw/ow.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9492928684a80d28f2833816ab31e3848fb82b3b8e516e06df31d9c2c1506474 +size 728 diff --git a/odin_raw/pa.txt b/odin_raw/pa.txt new file mode 100644 index 0000000000000000000000000000000000000000..f312cc02020c0391359179de88ef36084f3ba1fd --- /dev/null +++ b/odin_raw/pa.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64d85519eaff97c43b88a81cd72f9dc8a3d45f682f23b87d985c42dcd79e50de +size 1324 diff --git a/odin_raw/pad.txt b/odin_raw/pad.txt new file mode 100644 index 0000000000000000000000000000000000000000..a89e494448594351f385d9ecded2f2667258d179 --- /dev/null +++ b/odin_raw/pad.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b44ebd4efebe5b1821f55a78cd9a8b43008c1a25aef5cd428d1e816b14ca5ab7 +size 447 diff --git a/odin_raw/pag.txt b/odin_raw/pag.txt new file mode 100644 index 0000000000000000000000000000000000000000..17b169c585b4247196d95ef0a01614a964d09bb6 --- /dev/null +++ b/odin_raw/pag.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24905710729425a241a2d760d5ec175c5a26e7ca6aedd5a600e127af493ce50e +size 414 diff --git a/odin_raw/pan.txt b/odin_raw/pan.txt new file mode 100644 index 0000000000000000000000000000000000000000..563105aa2493d6c6bfc5fdea873afd2dbb793b95 --- /dev/null +++ b/odin_raw/pan.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be969c3e15ffbbb8bab7a05cb0832ed3b267f8cad7ede6d5ae22976262dc2c82 +size 4218 diff --git a/odin_raw/pap.txt b/odin_raw/pap.txt new file mode 100644 index 0000000000000000000000000000000000000000..947af886521458b5a6802f8d762419a2fc87db7d --- /dev/null +++ b/odin_raw/pap.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:595a38608f4da8272a92f2ef45e9161253f8198caa64ae09c84d1959ea9c5324 +size 16103 diff --git a/odin_raw/par.txt b/odin_raw/par.txt new file mode 100644 index 0000000000000000000000000000000000000000..f46286bca723479334f434e9daf983bff9316116 --- /dev/null +++ b/odin_raw/par.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:006481007d4b6baf6c0bbecdc85ec3ba0def8936b6b37d55958fc5808419d5cd +size 844 diff --git a/odin_raw/pau.txt b/odin_raw/pau.txt new file mode 100644 index 0000000000000000000000000000000000000000..f838ea627478e4369a3c73a9e007bdd2770f32b5 --- /dev/null +++ b/odin_raw/pau.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29fc188ab72ef4f06187a5dd14539238e02edbe0b4cbcb4f76c7d640e90ea184 +size 5713 diff --git a/odin_raw/pav.txt b/odin_raw/pav.txt new file mode 100644 index 0000000000000000000000000000000000000000..6f07d253f43feafb410043549e5d9de0a77d423e --- /dev/null +++ b/odin_raw/pav.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a68ca343df4782e486f3376d0ae44198b059e1d7f36e73f70a74e9e9f1f7b23c +size 735 diff --git a/odin_raw/pbb.txt b/odin_raw/pbb.txt new file mode 100644 index 0000000000000000000000000000000000000000..e6762c33ba51f4a103167471cbd7fd7c6c227c2d --- /dev/null +++ b/odin_raw/pbb.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce873c93043809c4c07af240cbb4e93df7d62954e81978034407516e7d8d6b1b +size 868 diff --git a/odin_raw/pbe.txt b/odin_raw/pbe.txt new file mode 100644 index 0000000000000000000000000000000000000000..1c2da97d066c9329772fedafcf4ff947a8bbc2fb --- /dev/null +++ b/odin_raw/pbe.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8435f61a45e0afd67ba38996be564268062dffd272610cef1f7585c22a62b79b +size 3971 diff --git a/odin_raw/pbi.txt b/odin_raw/pbi.txt new file mode 100644 index 0000000000000000000000000000000000000000..816a33f3d38406cc9bfb446e65ad0f08726c178a --- /dev/null +++ b/odin_raw/pbi.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bd614f94d64de20aa9e8aa19e803c043c22dd40e6e9dd6a3e6e54d217f92976 +size 109 diff --git a/odin_raw/pbt.txt b/odin_raw/pbt.txt new file mode 100644 index 0000000000000000000000000000000000000000..3aecad9191107659f936766277c55c856388905c --- /dev/null +++ b/odin_raw/pbt.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18a47b1f983cfba21d88140261d4ba36ffcc65c3e5a425426c447d9863d69cd3 +size 42898 diff --git a/odin_raw/pbu-pbt.txt b/odin_raw/pbu-pbt.txt new file mode 100644 index 0000000000000000000000000000000000000000..1bcf373fd258b576790fb28be3f382099f883619 --- /dev/null +++ b/odin_raw/pbu-pbt.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa72abd65ad4be7c181aada78605b16c5972701ba087bb395729b036e6ac751a +size 792 diff --git a/odin_raw/pbu-pst.txt b/odin_raw/pbu-pst.txt new file mode 100644 index 0000000000000000000000000000000000000000..afe0b1716e034b9dc6f74333f9d2fa54446ea2b7 --- /dev/null +++ b/odin_raw/pbu-pst.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e4705c63aef53a8cb27535940f7ced381912951b3d50fe451b26037af36db0f +size 796 diff --git a/odin_raw/pbu.txt b/odin_raw/pbu.txt new file mode 100644 index 0000000000000000000000000000000000000000..b282c950cfe06cda9e24a962584b80ff29f30096 --- /dev/null +++ b/odin_raw/pbu.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e05e2d67bdbb4c43f6ae77449211308156902bd6ae98222934e781a1fd439dac +size 16913 diff --git a/odin_raw/pc.txt b/odin_raw/pc.txt new file mode 100644 index 0000000000000000000000000000000000000000..0359f1d557b05be9ceca4fb52488f1552a04e8c1 --- /dev/null +++ b/odin_raw/pc.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffd27fa53b6305e9b73f0eafa839ee31c37b378500bdd2d7af8fbd2a84fb5219 +size 1684 diff --git a/odin_raw/pcj.txt b/odin_raw/pcj.txt new file mode 100644 index 0000000000000000000000000000000000000000..2e6e329d18f0dcd7a81d9a1dbf0d42407f17fb35 --- /dev/null +++ b/odin_raw/pcj.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9772336531377d627f85046bf59efc52aee05825d4341771aab1672801e92d6 +size 175 diff --git a/odin_raw/pdc.txt b/odin_raw/pdc.txt new file mode 100644 index 0000000000000000000000000000000000000000..ee96dd9a712f1cbdf0359f436e0e47009852f723 --- /dev/null +++ b/odin_raw/pdc.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28d4fc89a128ab3bb8d917d74df8ad085841fc66cf61054bd92fbb497e6b9fd5 +size 22561 diff --git a/odin_raw/pdo.txt b/odin_raw/pdo.txt new file mode 100644 index 0000000000000000000000000000000000000000..5e86640a10612c4e3e06eb6b835f84a6f0642509 --- /dev/null +++ b/odin_raw/pdo.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:097972691ff0ebd4b9200c7c66502969e8b5a4ac9576bacf5227160edb012006 +size 347 diff --git a/odin_raw/pe.txt b/odin_raw/pe.txt new file mode 100644 index 0000000000000000000000000000000000000000..98c562bf61f7b94d79246887e904e4345a6851ec --- /dev/null +++ b/odin_raw/pe.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3defbf1a6daea63ca8bd3f99006ad2ee8646ea0e0597ed66f9f4a37146951c9 +size 190 diff --git a/odin_raw/pea.txt b/odin_raw/pea.txt new file mode 100644 index 0000000000000000000000000000000000000000..e8a98955afeae5d86dafa19e55f6cc388db4a6d3 --- /dev/null +++ b/odin_raw/pea.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dd77df45d0ca4d7804417c8e3c200366f00f3b9cba6648c172524b291ac7d6e +size 324 diff --git a/odin_raw/peb.txt b/odin_raw/peb.txt new file mode 100644 index 0000000000000000000000000000000000000000..b1092990c51cb0fdbfa805082f23bc566cf40fbc --- /dev/null +++ b/odin_raw/peb.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4febbeef47fb48f600fae5d690c6dce4ac09623fe36f8bb0dae682d4a03ab3aa +size 1712 diff --git a/odin_raw/peg.txt b/odin_raw/peg.txt new file mode 100644 index 0000000000000000000000000000000000000000..f1fc972eab186cf69fcdbd4a25ff15972acc4fa0 --- /dev/null +++ b/odin_raw/peg.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9f8ebb1f950758656ad228ba846c27701ad2efefcdd7fffb1f256384532020c +size 521 diff --git a/odin_raw/pei.txt b/odin_raw/pei.txt new file mode 100644 index 0000000000000000000000000000000000000000..096b66e012c1f9e768fa1a9770451fe03ad5d94b --- /dev/null +++ b/odin_raw/pei.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42fd989c8f951feffed6a18bc29c7b5abb806f127abb639fd7d0c364e72d994a +size 134 diff --git a/odin_raw/pej.txt b/odin_raw/pej.txt new file mode 100644 index 0000000000000000000000000000000000000000..3b8b382b0521632ad02940613731e2aa0b8fb811 --- /dev/null +++ b/odin_raw/pej.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95f3b7bdff87f34a8f28eecaa435990d2bd92074ddecae6e96cf55c14824454a +size 561 diff --git a/odin_raw/peo.txt b/odin_raw/peo.txt new file mode 100644 index 0000000000000000000000000000000000000000..238c928555b901b51c5bfff22957db48b0adddbb --- /dev/null +++ b/odin_raw/peo.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f09d1b42a6d5793df5c14338553dcc4e55489009283a87b29ab970889b5d939 +size 1344 diff --git a/odin_raw/pes.txt b/odin_raw/pes.txt new file mode 100644 index 0000000000000000000000000000000000000000..c66e61b1711ac1c2592acfb2d64e2712c853f03a --- /dev/null +++ b/odin_raw/pes.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dec6c07bb72de52c428cf0d573a6b3657eb3a95a7c3709c47314be2c39e448e8 +size 127634 diff --git a/odin_raw/ph.txt b/odin_raw/ph.txt new file mode 100644 index 0000000000000000000000000000000000000000..bab2ecd3e13fe26e18f2f4657cd875026b78b109 --- /dev/null +++ b/odin_raw/ph.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71a3105f359548de82e5cf1ca4e4191dca4288c10ead4679acc53865a10c9a4d +size 3391 diff --git a/odin_raw/pih.txt b/odin_raw/pih.txt new file mode 100644 index 0000000000000000000000000000000000000000..4f608a2e2b06b9bc30aa9cb7412634a5bac8f2c1 --- /dev/null +++ b/odin_raw/pih.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cff61b6961641e4ebec93706a6afb7b42b48c6b1c5a8834f47ad4b731ef499a3 +size 750 diff --git a/odin_raw/pip.txt b/odin_raw/pip.txt new file mode 100644 index 0000000000000000000000000000000000000000..8abee817fadeae91172debfb471b22f0c4e1a40d --- /dev/null +++ b/odin_raw/pip.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7978439e381cd6afe62890478416a1c6e58c8b53b5720004ec57c7a837312f62 +size 228 diff --git a/odin_raw/pis.txt b/odin_raw/pis.txt new file mode 100644 index 0000000000000000000000000000000000000000..fa831b7834b9050f6f39e6553df9d0a8c2647aa7 --- /dev/null +++ b/odin_raw/pis.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0af2f80e748935f45657150061852c2cc49786b048362dd1b8cd3ea65812e2cd +size 140 diff --git a/odin_raw/pit.txt b/odin_raw/pit.txt new file mode 100644 index 0000000000000000000000000000000000000000..c237189ed02345091951b517381767a5aa92a793 --- /dev/null +++ b/odin_raw/pit.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c78eaac6c4385577d96a5e48fa2d5c86486a2044864d7f34b95bc112c25e832 +size 4214 diff --git a/odin_raw/piu.txt b/odin_raw/piu.txt new file mode 100644 index 0000000000000000000000000000000000000000..cd77ae08735e6ced3aebac9f76b7c0d1de26e60d --- /dev/null +++ b/odin_raw/piu.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a51571bcbdfd34b415473b574ff93bb25f920415279e148b574ae071d633970 +size 596 diff --git a/odin_raw/pj.txt b/odin_raw/pj.txt new file mode 100644 index 0000000000000000000000000000000000000000..b977349456835b791c051843f4dce9dc842da206 --- /dev/null +++ b/odin_raw/pj.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:344a2b23ae63e1c3497b2591cd3101dd7f20cdfdaaffc312e200f9610c619241 +size 2279 diff --git a/odin_raw/pjt.txt b/odin_raw/pjt.txt new file mode 100644 index 0000000000000000000000000000000000000000..dcd1a23a6a4cda864f9998e33d44c2b408771c48 --- /dev/null +++ b/odin_raw/pjt.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f34f77241c71901956ed0c07b72ee15ddb91791d0a682bb3f9fb82c564f76a3 +size 1090 diff --git a/odin_raw/ple.txt b/odin_raw/ple.txt new file mode 100644 index 0000000000000000000000000000000000000000..c8794f489dfa6bbd24ebfeb2d91f93cb122eb3d4 --- /dev/null +++ b/odin_raw/ple.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83eddcbe3186a154fcec9d8b079fe6e797e71e240bcdb77bc05857d71bfc25b9 +size 6758 diff --git a/odin_raw/pln.txt b/odin_raw/pln.txt new file mode 100644 index 0000000000000000000000000000000000000000..ec8f4703bbe85781646fb9954302b8495a859d51 --- /dev/null +++ b/odin_raw/pln.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e71ea0ffb6f2dfc6bc50ccc31e677a6b31e68eb3b6cd1952dcd3fa6522ac3de +size 307 diff --git a/odin_raw/plo.txt b/odin_raw/plo.txt new file mode 100644 index 0000000000000000000000000000000000000000..70b8ff568a274cba4561b973ea6901a4eb983be2 --- /dev/null +++ b/odin_raw/plo.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bea11b2930496444a1383e2b7ccd36fc86887d292e31e0597f70f68ceb37ad8 +size 1523 diff --git a/odin_raw/plt.txt b/odin_raw/plt.txt new file mode 100644 index 0000000000000000000000000000000000000000..a84dd6308ab2787079af216fb72eb9066da727a2 --- /dev/null +++ b/odin_raw/plt.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e307b157780dcf307903158dfc70c38ccfefc5d5ff9cc3fc20c0f49d09b6dc96 +size 183964 diff --git a/odin_raw/pma.txt b/odin_raw/pma.txt new file mode 100644 index 0000000000000000000000000000000000000000..fc9ec97d68d1535cd42218fac9969a3645c83ac6 --- /dev/null +++ b/odin_raw/pma.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45432a9a3795e385f014e1227ebe24b827f4eda430e7295656c4492f93b75202 +size 1111 diff --git a/odin_raw/pmi-pmj.txt b/odin_raw/pmi-pmj.txt new file mode 100644 index 0000000000000000000000000000000000000000..e3086a3cb02f6b4175c8bfec07e5f2194a4b21eb --- /dev/null +++ b/odin_raw/pmi-pmj.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:560e5065252e925ec11c5d5f8ad85fd78326054977ede048baf39febf17a191e +size 297 diff --git a/odin_raw/pms.txt b/odin_raw/pms.txt new file mode 100644 index 0000000000000000000000000000000000000000..67cb7669195562e2affe12ccc18df57cf11e70a1 --- /dev/null +++ b/odin_raw/pms.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab8ec8fbcddef6d9cfbac1aa0b384d393e1587d4a881fd8fa1e0645fab36c10d +size 775 diff --git a/odin_raw/pmy.txt b/odin_raw/pmy.txt new file mode 100644 index 0000000000000000000000000000000000000000..cb1fed8e0dc84f7d8751b482bea5e0921bf8e8d8 --- /dev/null +++ b/odin_raw/pmy.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8d62dcedca61f361115c936514d13a1f30f3129bf7fe958f397c4eed5953341 +size 1302 diff --git a/odin_raw/pnb.txt b/odin_raw/pnb.txt new file mode 100644 index 0000000000000000000000000000000000000000..1d950e889c724f90a278737d0281271857013d63 --- /dev/null +++ b/odin_raw/pnb.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d9250ec4e327eccc113e2f16eb8e4105bbcb5499633414d83040d773fdad9c3 +size 126 diff --git a/odin_raw/pnt.txt b/odin_raw/pnt.txt new file mode 100644 index 0000000000000000000000000000000000000000..fbeea6d121dbdf860557b0a82a3979a895890d09 --- /dev/null +++ b/odin_raw/pnt.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8a5185369bbb6a0cccecfc16d0078650f3823be1f950aab3476a53d69d70274 +size 1467 diff --git a/odin_raw/pnw.txt b/odin_raw/pnw.txt new file mode 100644 index 0000000000000000000000000000000000000000..3bf88807e173122009d838fbe40045c9d58443cd --- /dev/null +++ b/odin_raw/pnw.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9cd41c6ba65d7f679a71d2f4100686ad385811d61e7bb061fa8e3bb19ba59c3 +size 5377 diff --git a/odin_raw/po.txt b/odin_raw/po.txt new file mode 100644 index 0000000000000000000000000000000000000000..1c8cf86c47f30f1f75717f1e60026b25599f36c5 --- /dev/null +++ b/odin_raw/po.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c32491832f22874b489cdc628c669d52232155deb59f7f43cfe97e4be8ff4f0 +size 334705 diff --git a/odin_raw/poi.txt b/odin_raw/poi.txt new file mode 100644 index 0000000000000000000000000000000000000000..e9107f21b1e736ce333365696fb97ff86fee0814 --- /dev/null +++ b/odin_raw/poi.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7fe8866e8e5bd7a03bf211789b2496e11e86daa38cde60b8cb3e189006d3844 +size 344 diff --git a/odin_raw/pon.txt b/odin_raw/pon.txt new file mode 100644 index 0000000000000000000000000000000000000000..7de257f33d91ee615fa0b8479d2c4e6152a3a052 --- /dev/null +++ b/odin_raw/pon.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63d0d89df69b88e756f9ced26b7088e890186c81b2a0669c90457bc617283b17 +size 863 diff --git a/odin_raw/poo.txt b/odin_raw/poo.txt new file mode 100644 index 0000000000000000000000000000000000000000..eb521880ae08ad3360b37095633973b7420b1dda --- /dev/null +++ b/odin_raw/poo.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e875db3c9a6260675c58ba0549c06cba7d59e854f4076cfe328a49cc17520f3e +size 2093 diff --git a/odin_raw/poq.txt b/odin_raw/poq.txt new file mode 100644 index 0000000000000000000000000000000000000000..655de8828d81b6cba595216cd4de357a9c9ee816 --- /dev/null +++ b/odin_raw/poq.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c73aba94c1c55832b32baee069bebb4d4c8b3e921c57bfc192fd5aea012543cd +size 1592 diff --git a/odin_raw/por.txt b/odin_raw/por.txt new file mode 100644 index 0000000000000000000000000000000000000000..a1fe1284c4eb1e2b7fb91fff7022a7e431c434d0 --- /dev/null +++ b/odin_raw/por.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf03f16678b7e7d68339612033077e6814595f0f27d3d892bbeea17bfaa0c095 +size 57808 diff --git a/odin_raw/pov.txt b/odin_raw/pov.txt new file mode 100644 index 0000000000000000000000000000000000000000..89157dcfdb3844aae8e3ba634292b763d5c063db --- /dev/null +++ b/odin_raw/pov.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0d3f7363a3cdb74097b7e716497240a544f51f0cb5167c5abb28b74b93a4af9 +size 79 diff --git a/odin_raw/pp.txt b/odin_raw/pp.txt new file mode 100644 index 0000000000000000000000000000000000000000..a9d2e5f905292c438fcabc94376e758e9f3ac877 --- /dev/null +++ b/odin_raw/pp.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a60c85593fa2f8f09947489c67ba207739c0a50a2abc4f88555c7fa1360ad88c +size 613 diff --git a/odin_raw/ppn.txt b/odin_raw/ppn.txt new file mode 100644 index 0000000000000000000000000000000000000000..2c0213f1e74161177ae324928d9b2346d4feaf8d --- /dev/null +++ b/odin_raw/ppn.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4852b0721ff3093fb18afec62059409484ea351ee13ac4f5094d18530a6bab56 +size 686 diff --git a/odin_raw/pq.txt b/odin_raw/pq.txt new file mode 100644 index 0000000000000000000000000000000000000000..685cce5c256f25d81608462e146cdd29138fbfb0 --- /dev/null +++ b/odin_raw/pq.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cac762751ff3a6b3d7ff9501a1c997c4945399f66bb5aeb89e0614999809bb7 +size 296586 diff --git a/odin_raw/pr.txt b/odin_raw/pr.txt new file mode 100644 index 0000000000000000000000000000000000000000..4ec3b193bda1dfde7779059ae594c9aa14c9da8c --- /dev/null +++ b/odin_raw/pr.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7a066c8a90d5c4f5d3fddd6219a3a1ea36adb3049f69dc89d08473e7bb8f143 +size 838 diff --git a/odin_raw/prq.txt b/odin_raw/prq.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6061295a2e42f905a72bb668f93063a4389c1de --- /dev/null +++ b/odin_raw/prq.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7a539e4a980d5750f50c61dfccdd06776748e34cdab4701ef6bc8e3919ed985 +size 176 diff --git a/odin_raw/prs.txt b/odin_raw/prs.txt new file mode 100644 index 0000000000000000000000000000000000000000..18ee1405f350215275ef125f62f663510c64b4b5 --- /dev/null +++ b/odin_raw/prs.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20498c56f76d27f46cab999991cfdda400b02b393d5e22232dd5fcd24d6ff621 +size 1763 diff --git a/odin_raw/pua-tsz.txt b/odin_raw/pua-tsz.txt new file mode 100644 index 0000000000000000000000000000000000000000..769ed9d362410cf71a79b3d450ac3a9d7ca78205 --- /dev/null +++ b/odin_raw/pua-tsz.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:572fa2f507b03fa1c84e5358de175d16d10e69737b249ac4abe4f721cb1c74e7 +size 418 diff --git a/odin_raw/pus.txt b/odin_raw/pus.txt new file mode 100644 index 0000000000000000000000000000000000000000..f851ad27a4c1560a7444ad6e6342ec67c785d2c3 --- /dev/null +++ b/odin_raw/pus.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1de0d55c646e3b0922b80744de78434a4b0db1ffef7fb4747909733c89a58d18 +size 657 diff --git a/odin_raw/puw.txt b/odin_raw/puw.txt new file mode 100644 index 0000000000000000000000000000000000000000..afb57232dca81abcd30b6e25f8aaa3f6700b5755 --- /dev/null +++ b/odin_raw/puw.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e152e39bfd8a8db7a6821642f19ad85942925987f2ade339f37c8401346da4c7 +size 371 diff --git a/odin_raw/pwn.txt b/odin_raw/pwn.txt new file mode 100644 index 0000000000000000000000000000000000000000..12766412a5a624e1d67461b374ca245b66a420a7 --- /dev/null +++ b/odin_raw/pwn.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3894b88b8bf24da7e822fa07c84d3cd01e1cef65d9481226d911755e260bc9fd +size 42601 diff --git a/odin_raw/py.txt b/odin_raw/py.txt new file mode 100644 index 0000000000000000000000000000000000000000..7b9dc46ceeaa3cc5ca6354551fccc664fb5a43e1 --- /dev/null +++ b/odin_raw/py.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7080afb56330f20934858e8b3efd24d6631086c2f24bfaef4c2655b2985b5733 +size 481 diff --git a/odin_raw/pyu.txt b/odin_raw/pyu.txt new file mode 100644 index 0000000000000000000000000000000000000000..34407c595a5be04e865551e7622cc9e6361f989b --- /dev/null +++ b/odin_raw/pyu.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a0a01d76a2e175dbf2e58c5a3819362df13366b155f2dc9eed4c83cb4f39025 +size 6712 diff --git a/odin_raw/qgk.txt b/odin_raw/qgk.txt new file mode 100644 index 0000000000000000000000000000000000000000..d733261346972d29cdb2ba1f6881ae61aae27ff1 --- /dev/null +++ b/odin_raw/qgk.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74f350100f806492b96daf36cc12779dbe67007ebf243eb0dfea9fa18d089c99 +size 4069 diff --git a/odin_raw/qs.txt b/odin_raw/qs.txt new file mode 100644 index 0000000000000000000000000000000000000000..fa637b0d962813695585496be91976f476a4ed0e --- /dev/null +++ b/odin_raw/qs.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec8249d0f243fb6cb695785bdd9b5f980bba88e6aef824f7bec4ba200e4c0285 +size 640 diff --git a/odin_raw/qub-quz-quh-quy-qwh.txt b/odin_raw/qub-quz-quh-quy-qwh.txt new file mode 100644 index 0000000000000000000000000000000000000000..aaf4c90bb15b2d40e25fcfc7bbee0807687d60d3 --- /dev/null +++ b/odin_raw/qub-quz-quh-quy-qwh.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3c7f70445feb6630038f73d0650e187a626d7b91177007c23074cfca8906128 +size 420 diff --git a/odin_raw/qub.txt b/odin_raw/qub.txt new file mode 100644 index 0000000000000000000000000000000000000000..977ca74e608c7203e85898bc81893bf49380c25d --- /dev/null +++ b/odin_raw/qub.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3f891e1c32f019e6ff1c45bdd0e942838f87addf81b87ca3f5bffd69fc1f3bf +size 5665 diff --git a/odin_raw/quc-qut-quu.txt b/odin_raw/quc-qut-quu.txt new file mode 100644 index 0000000000000000000000000000000000000000..cb3b3bec7efb43e7be1508d9afbbd3d3e666517f --- /dev/null +++ b/odin_raw/quc-qut-quu.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aab8f3b1185b938555e96effe6bbcd2052ddef502ff02e40dbb81d166130c7be +size 275 diff --git a/odin_raw/quc.txt b/odin_raw/quc.txt new file mode 100644 index 0000000000000000000000000000000000000000..9f6999097477d8ad3f0d8979f3ec9cd7473fa5aa --- /dev/null +++ b/odin_raw/quc.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d6a814554215fbdd7afd7fdcc50913277f35aa4a8b67fad2faa4b66d879b4fc +size 3842 diff --git a/odin_raw/que.txt b/odin_raw/que.txt new file mode 100644 index 0000000000000000000000000000000000000000..f4a26c6cb9924c10aae721808f6b874bfb54b3c3 --- /dev/null +++ b/odin_raw/que.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5a6b1237151a8627ded92bc7ad7f0c621b706ce8e7cb673a1d9e4e4fb9c5053 +size 3802 diff --git a/odin_raw/quh.txt b/odin_raw/quh.txt new file mode 100644 index 0000000000000000000000000000000000000000..af196c3ddd1f64faa087f71f821145ce1731cbaf --- /dev/null +++ b/odin_raw/quh.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5b0a156b344b0cff7d5bea2cda198317c146a6c2b3b9c6dac2642998d357457 +size 3890 diff --git a/odin_raw/quz-quh-quy-qug-qvc-qwh.txt b/odin_raw/quz-quh-quy-qug-qvc-qwh.txt new file mode 100644 index 0000000000000000000000000000000000000000..9e7917ae5aafcdb2b24ed99b2d323526d8a23ebc --- /dev/null +++ b/odin_raw/quz-quh-quy-qug-qvc-qwh.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de5f615e0fbb199ad3a79290f038e60336ccd7a44fb63c9a46c7e80f11467e06 +size 504 diff --git a/odin_raw/quz.txt b/odin_raw/quz.txt new file mode 100644 index 0000000000000000000000000000000000000000..82be39dc62a0eb448751c8f25a5e927f88f62cbf --- /dev/null +++ b/odin_raw/quz.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03955b5be2c2d85d0563d7271ac2efcf79fbc2e186cd30ca30f3e7e9d986d508 +size 61201 diff --git a/odin_raw/qvi.txt b/odin_raw/qvi.txt new file mode 100644 index 0000000000000000000000000000000000000000..4924d6879b3848d42e56b3ae8c83dee54ee44532 --- /dev/null +++ b/odin_raw/qvi.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82e0ba9a20eb93c8d24fc256200ec8f568207cc648c63197e3c8e20ff46a49e1 +size 9110 diff --git a/odin_raw/qvn.txt b/odin_raw/qvn.txt new file mode 100644 index 0000000000000000000000000000000000000000..ef79c1563ce3c513725186bb7c61f090be4f5826 --- /dev/null +++ b/odin_raw/qvn.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95a6270bb40b03077d130f3fbabb1eb5f63901fea9e39953ba42c3f960c1b58c +size 4812 diff --git a/odin_raw/qvs.txt b/odin_raw/qvs.txt new file mode 100644 index 0000000000000000000000000000000000000000..0c05e97024946e40da700fb7671d153df8de5963 --- /dev/null +++ b/odin_raw/qvs.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bcd53d06f16d5ecfd8ad915a4b059e54f931bda79bccca1faf1e7b0f4e97743 +size 1850 diff --git a/odin_raw/qwh-qxn-qxo.txt b/odin_raw/qwh-qxn-qxo.txt new file mode 100644 index 0000000000000000000000000000000000000000..aa6c3d2258ecb52c71607b765c34702547193d93 --- /dev/null +++ b/odin_raw/qwh-qxn-qxo.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47ba66896368fc66ed6c08d3b4477489e28c5c7912a512aa3aee334f81ea6e2b +size 205 diff --git a/odin_raw/qwh-qxn.txt b/odin_raw/qwh-qxn.txt new file mode 100644 index 0000000000000000000000000000000000000000..63f71c8379529b2c3d1479c28b03b0e156e2acfd --- /dev/null +++ b/odin_raw/qwh-qxn.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29e7b08d8c27a387aa546ebee2c05364949c750946eba66986b514d734be6605 +size 1452 diff --git a/odin_raw/qwh.txt b/odin_raw/qwh.txt new file mode 100644 index 0000000000000000000000000000000000000000..eec754467a3a2d0480766b92feb843b6f9b696b4 --- /dev/null +++ b/odin_raw/qwh.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:279ca208ee3c438a6ec0e686606192ee2f350bb8e818b1210c99c87437e01fd7 +size 630 diff --git a/odin_raw/qxo.txt b/odin_raw/qxo.txt new file mode 100644 index 0000000000000000000000000000000000000000..99f9ce0ba59d3d91f8c48322d8974ba639b34fa0 --- /dev/null +++ b/odin_raw/qxo.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c6f2fa57afe90f2bc27c2d6aabf00e6add4867d3e0e2f2a9bfaa045449df1e9 +size 359 diff --git a/odin_raw/qxs-cng.txt b/odin_raw/qxs-cng.txt new file mode 100644 index 0000000000000000000000000000000000000000..0491f5a58e62f1e0710174b131e32abd86119d72 --- /dev/null +++ b/odin_raw/qxs-cng.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4802fed5945515167f7f9c8921ef8904aaf51fde173c326cd13a59f561a36d1 +size 1323 diff --git a/odin_raw/qy.txt b/odin_raw/qy.txt new file mode 100644 index 0000000000000000000000000000000000000000..67213412fed12bdde6c93d52531dbac7b7bc40c5 --- /dev/null +++ b/odin_raw/qy.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1405ebaba2bd317e8a1970c7ed8e3c8a4c56a9e896860802bfd6ed03a6ea3a45 +size 8621 diff --git a/odin_raw/r.txt b/odin_raw/r.txt new file mode 100644 index 0000000000000000000000000000000000000000..c4dd6bb9d2e3af482e1bb9430446068f3c15ada2 --- /dev/null +++ b/odin_raw/r.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b3a039f82012dbec326966f389a832c0eadaff390fdf7b20067c20d1b8149ff +size 230 diff --git a/odin_raw/rab.txt b/odin_raw/rab.txt new file mode 100644 index 0000000000000000000000000000000000000000..4011f51ca2284c0f625674fe4eb096d1044df108 --- /dev/null +++ b/odin_raw/rab.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24d9a413a6ccdf83103893d96676d443eaec5d78ce98fb30f296113a812dbb60 +size 274 diff --git a/odin_raw/ram-xra.txt b/odin_raw/ram-xra.txt new file mode 100644 index 0000000000000000000000000000000000000000..3c8c2eafb5434e6fbc7b256bbe331e2eaa5e3e29 --- /dev/null +++ b/odin_raw/ram-xra.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72ea52c9f708f9d16cb3efc598ec3ce4ec47c7e15c5c329ad75b0ccf0f688588 +size 881 diff --git a/odin_raw/rap.txt b/odin_raw/rap.txt new file mode 100644 index 0000000000000000000000000000000000000000..7e81aee8fb13f25f3948e242d882b8c24997b83c --- /dev/null +++ b/odin_raw/rap.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:951c72ce113afff9de8ad0e672025952c6ba042eb45e2ca019340b26e13a753c +size 405 diff --git a/odin_raw/raw.txt b/odin_raw/raw.txt new file mode 100644 index 0000000000000000000000000000000000000000..930b482da504ee6dbb1fd07f5d5793f2ba5b6a4f --- /dev/null +++ b/odin_raw/raw.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c293b3de57eec069c96f63cc5173d346cd33472ef11613e97318374affa5f0e1 +size 1343 diff --git a/odin_raw/rc.txt b/odin_raw/rc.txt new file mode 100644 index 0000000000000000000000000000000000000000..7abe099ee52f404250e4571f8ef02a91e6f2a657 --- /dev/null +++ b/odin_raw/rc.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5ca9ef97544183e55efaab2d2c7c677c1405b1d22e1cd7655123d1bb4ab695c +size 1901 diff --git a/odin_raw/rcf.txt b/odin_raw/rcf.txt new file mode 100644 index 0000000000000000000000000000000000000000..5bff18458b31bc3f750bcbafa92873b2b4311aac --- /dev/null +++ b/odin_raw/rcf.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36d829008a3cf58d9a25eee823db1eb6667de38d6c9158c70b0dd3bd398ca759 +size 658 diff --git a/odin_raw/rg.txt b/odin_raw/rg.txt new file mode 100644 index 0000000000000000000000000000000000000000..fcf9697d219adc8505f8efd965c39fec82f469f7 --- /dev/null +++ b/odin_raw/rg.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:732d5f1f04a344f1f12497f9fb1215d6c745e4f4f355e05ca551e525cca4bdd4 +size 738 diff --git a/odin_raw/ri.txt b/odin_raw/ri.txt new file mode 100644 index 0000000000000000000000000000000000000000..8424609698adef49449c8bdb1f720bdfe35e1bc4 --- /dev/null +++ b/odin_raw/ri.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be87f3e955d0bdc44e7e441919cde1b2dd59f6319950fafb4c3922b5520cd5ab +size 30001 diff --git a/odin_raw/rif.txt b/odin_raw/rif.txt new file mode 100644 index 0000000000000000000000000000000000000000..9354933e9bb03e3e1a100ae0ccf6ddf16bf72579 --- /dev/null +++ b/odin_raw/rif.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1783a0eea53c65ea83d1cd320ace78dda37e0c05b8904ed0dcbf542c69fba951 +size 10916 diff --git a/odin_raw/rit.txt b/odin_raw/rit.txt new file mode 100644 index 0000000000000000000000000000000000000000..99f1686eb5816417a91459734451522ede2c71e5 --- /dev/null +++ b/odin_raw/rit.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:697055da108f930dc40b8cab5734924c9e6eb626d90ddf8d9600bc8d17852127 +size 130 diff --git a/odin_raw/rma.txt b/odin_raw/rma.txt new file mode 100644 index 0000000000000000000000000000000000000000..1e6e01240a0e987437f32ab7a6a1111705ee5ad4 --- /dev/null +++ b/odin_raw/rma.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a79529e70fa75c2257f4a06334d366e95709fc41f6c9c192ea830be73c4bc49 +size 520 diff --git a/odin_raw/rmb.txt b/odin_raw/rmb.txt new file mode 100644 index 0000000000000000000000000000000000000000..95c8896c36f3cfc837c10eceb05d5a309111667c --- /dev/null +++ b/odin_raw/rmb.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea0eac9e46730d01d0190a4b1eb43ece9692864bbac13137771ec68cee869ee4 +size 329 diff --git a/odin_raw/rmn.txt b/odin_raw/rmn.txt new file mode 100644 index 0000000000000000000000000000000000000000..2b20b9d500f997d069c4e2bfafb4c1bb7fa808e4 --- /dev/null +++ b/odin_raw/rmn.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad0e0a9f115df458e3f4539c510ace0c11c3a2fd3cf2747a52bedebe4019a1e6 +size 9886 diff --git a/odin_raw/rmw.txt b/odin_raw/rmw.txt new file mode 100644 index 0000000000000000000000000000000000000000..70df8823c5883268f7e1aeb4e427af5b6f74c59d --- /dev/null +++ b/odin_raw/rmw.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:994e652dd91e3cc8c7b73b9c4ea891a3029cfee41cfede3a574e90e546214967 +size 375 diff --git a/odin_raw/rmy.txt b/odin_raw/rmy.txt new file mode 100644 index 0000000000000000000000000000000000000000..bdec08381653551543f9099c495f9111464f1146 --- /dev/null +++ b/odin_raw/rmy.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef0fb50b78cff90423d6b0d07c0b2e64024907bcdf84653b4054c9833685e84f +size 311 diff --git a/odin_raw/rn.txt b/odin_raw/rn.txt new file mode 100644 index 0000000000000000000000000000000000000000..d0245b04143abf8703b23bd58d36b647e37d799b --- /dev/null +++ b/odin_raw/rn.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a312e57eb6c7fde2e3090ef3a389af7747054bc5a9fb638d9638c5862a335a25 +size 709 diff --git a/odin_raw/roe.txt b/odin_raw/roe.txt new file mode 100644 index 0000000000000000000000000000000000000000..f56574b9dbfc78e7763f3e44e109526e45f82794 --- /dev/null +++ b/odin_raw/roe.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:211998d545a5f6e2059205eea8a2f95f5fdff074651d375270f69f73a21b8bd8 +size 191 diff --git a/odin_raw/rog.txt b/odin_raw/rog.txt new file mode 100644 index 0000000000000000000000000000000000000000..9260e87e56b6e97cdc34a06589f9b74323845b2e --- /dev/null +++ b/odin_raw/rog.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96a3f08197d3eb9509ffa2f892ee75cffa94b45a5f6004d524589fcb586a7c85 +size 75 diff --git a/odin_raw/roh.txt b/odin_raw/roh.txt new file mode 100644 index 0000000000000000000000000000000000000000..7948985c9f9425ff5aed8f797ef314716569a357 --- /dev/null +++ b/odin_raw/roh.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3590ea3a9d89952798b7b0fae17b4cd8f9ab45dff1b63dc620b8baa3e2829ef0 +size 31492 diff --git a/odin_raw/ron.txt b/odin_raw/ron.txt new file mode 100644 index 0000000000000000000000000000000000000000..5c69db04859bbb014f5e8bd7f2f499e371777bed --- /dev/null +++ b/odin_raw/ron.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0f52b454b0a11a34cf52801f08bb32c4d5b4da703e51daba1cd60d02f32aff5 +size 75249 diff --git a/odin_raw/rop.txt b/odin_raw/rop.txt new file mode 100644 index 0000000000000000000000000000000000000000..4bb732d9d48dfe85684225c7065c912f2ddbfc39 --- /dev/null +++ b/odin_raw/rop.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09c6daa6eee547e0011c67f0fbb017977e7e57b6d46d3abbfa9baf99c214b039 +size 948 diff --git a/odin_raw/ruf.txt b/odin_raw/ruf.txt new file mode 100644 index 0000000000000000000000000000000000000000..bd223ee0261e0eed64a954034bfc532d145fafbf --- /dev/null +++ b/odin_raw/ruf.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66b274f084b013eaf14dd3827357764eb12dbfb150b6e5dec4203f0cac5514cd +size 1493 diff --git a/odin_raw/rug.txt b/odin_raw/rug.txt new file mode 100644 index 0000000000000000000000000000000000000000..b49ff1b724605ef27499d14fbb7253504305b308 --- /dev/null +++ b/odin_raw/rug.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb44670e5f951b8212b703c506dfa1e40faca61823503435662b27f7d75e1487 +size 723 diff --git a/odin_raw/run.txt b/odin_raw/run.txt new file mode 100644 index 0000000000000000000000000000000000000000..bbbc2fb1765be4a24a8cad80da84829fc2a3de3b --- /dev/null +++ b/odin_raw/run.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5f2a157bf25550ae8dd87e50d33c5b43bc4fded32380f7481bc0ca0bfd00e13 +size 5744 diff --git a/odin_raw/rup.txt b/odin_raw/rup.txt new file mode 100644 index 0000000000000000000000000000000000000000..e187aac282f03d2e2a995ba1949bc882113354fa --- /dev/null +++ b/odin_raw/rup.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81833241e1445beb4ddeae457f4dfcf268d8d08a71a71f7411ee710de998fb44 +size 2558 diff --git a/odin_raw/ruq.txt b/odin_raw/ruq.txt new file mode 100644 index 0000000000000000000000000000000000000000..7de097c9ebf87b40a30a95545d8c5528289caecc --- /dev/null +++ b/odin_raw/ruq.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04fee320af3deb9b27c75f1e344fcaff21e6d539d145d2eb10fe7cbc62c1f6e4 +size 7932 diff --git a/odin_raw/rus.txt b/odin_raw/rus.txt new file mode 100644 index 0000000000000000000000000000000000000000..2606e160f45858372f8bb60a203c9952961e832f --- /dev/null +++ b/odin_raw/rus.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b276e006aef7fed155b4029d59e4b1ea74549d31be21715af5f20ab44c76792d +size 442804 diff --git a/odin_raw/rwr.txt b/odin_raw/rwr.txt new file mode 100644 index 0000000000000000000000000000000000000000..552effc504d1b123ab4a1899846eed0f7a6f0fbe --- /dev/null +++ b/odin_raw/rwr.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd9f65e721903fe2adf8f3137b613074a2bca47051961cc3e25f4497cb69dfb8 +size 1294 diff --git a/odin_raw/ryu.txt b/odin_raw/ryu.txt new file mode 100644 index 0000000000000000000000000000000000000000..9c131a67b630e2b4cc3ff64095b784a86608f4ad --- /dev/null +++ b/odin_raw/ryu.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41a924a3858be0af121a3b604c09bde97c432fa2a0e0ecbaf532bd840594cbdf +size 432 diff --git a/odin_raw/rz.txt b/odin_raw/rz.txt new file mode 100644 index 0000000000000000000000000000000000000000..3a9b27b1d35dbfffe3b91af6b4dd3240a3507f38 --- /dev/null +++ b/odin_raw/rz.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4092efe94e83c39610011137ae70a73f0daa149ef0da54292771d95123a5980c +size 253 diff --git a/odin_raw/s.txt b/odin_raw/s.txt new file mode 100644 index 0000000000000000000000000000000000000000..9322410763ccc426083e55b4af739c2cf7feefaa --- /dev/null +++ b/odin_raw/s.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75cddabf03044fc21980b7b7834051eb5557fe5be5ffc9d71b47cf18ab3f27d7 +size 777 diff --git a/odin_raw/sac.txt b/odin_raw/sac.txt new file mode 100644 index 0000000000000000000000000000000000000000..57d5069569929350c6a3c64a313e1e3e5d6a2bfe --- /dev/null +++ b/odin_raw/sac.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:402988715be00db996c6d752bd97d8412bd633a39e00d9344ffc4042c20eca04 +size 10032 diff --git a/odin_raw/sad.txt b/odin_raw/sad.txt new file mode 100644 index 0000000000000000000000000000000000000000..464e1c19cb98a4dc0c14ed3dd1544912eb5c1dcb --- /dev/null +++ b/odin_raw/sad.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa92381d4f04186d4b82f507b580113c2a38f418b2f96091cc474e5d69737e25 +size 2052 diff --git a/odin_raw/sae.txt b/odin_raw/sae.txt new file mode 100644 index 0000000000000000000000000000000000000000..dcfa1c1e86857a697c130bd8d4b8a2d0ea6824be --- /dev/null +++ b/odin_raw/sae.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3fe9fbe5576ecc2b4af721bf67039cc3e71c8eb69c7b6ddc1fce3b772b987e8 +size 50903 diff --git a/odin_raw/sag-sbp.txt b/odin_raw/sag-sbp.txt new file mode 100644 index 0000000000000000000000000000000000000000..dfeaa6a84a28b58923a260b2bc138880aacc452a --- /dev/null +++ b/odin_raw/sag-sbp.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60f3e2130b5d47312d0d3cd0f8eac631a1ae93723b176f034d77ab0b80cf0a00 +size 243 diff --git a/odin_raw/sah.txt b/odin_raw/sah.txt new file mode 100644 index 0000000000000000000000000000000000000000..01912c97beacd7e643bc20e8762e825334f677f5 --- /dev/null +++ b/odin_raw/sah.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4e523c59d976ec8b734d85ff1e97cfa1eb6b42bd97b93ab1cb370258588a0b3 +size 74454 diff --git a/odin_raw/saj.txt b/odin_raw/saj.txt new file mode 100644 index 0000000000000000000000000000000000000000..812c534a570b70583fd8ce0cbd49a7480239832f --- /dev/null +++ b/odin_raw/saj.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e8e26d5a8aa4a5d4c1286327c9866ebb5f711e697f5372158ab802f136c79d3 +size 411 diff --git a/odin_raw/san.txt b/odin_raw/san.txt new file mode 100644 index 0000000000000000000000000000000000000000..99c8c85d7343e8d12bcaab6bee3a0447b600f392 --- /dev/null +++ b/odin_raw/san.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b99b0e19127c1a29be38fa6ae5b2605102649c73808d68de3a88818c31afd50 +size 9166 diff --git a/odin_raw/sas.txt b/odin_raw/sas.txt new file mode 100644 index 0000000000000000000000000000000000000000..c8fcd3b5951a9f13c94c5a4d81a7f898d2de9d63 --- /dev/null +++ b/odin_raw/sas.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9afde2676a24dc59b3f28c33f646536c71c51584fbdae1e39eb806bba387d694 +size 7152 diff --git a/odin_raw/sat.txt b/odin_raw/sat.txt new file mode 100644 index 0000000000000000000000000000000000000000..5ff0219bcdd20471788f90cb6df3fd8c70f5c868 --- /dev/null +++ b/odin_raw/sat.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98ddbfd652f7d93543a0a5252d0862757a32e4e6be11639d79d7b204bc898baf +size 736 diff --git a/odin_raw/sbe.txt b/odin_raw/sbe.txt new file mode 100644 index 0000000000000000000000000000000000000000..b519c47652e48aaace9ba2626779035be4446a96 --- /dev/null +++ b/odin_raw/sbe.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62f58f4bccf0e86f3e4659807b8429a086062eaad824b5917fa248254c08d185 +size 2256 diff --git a/odin_raw/scn.txt b/odin_raw/scn.txt new file mode 100644 index 0000000000000000000000000000000000000000..0a94541a44e60f29e5ff2fbf22ae8663fde3d805 --- /dev/null +++ b/odin_raw/scn.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1d35ced04a9e9d3dcf23c40628d985110cc8678998d4e186a811121109a10f4 +size 5113 diff --git a/odin_raw/scs.txt b/odin_raw/scs.txt new file mode 100644 index 0000000000000000000000000000000000000000..ccc62bcb6fbfc4e4779b8949f04014b5fc2aeb8d --- /dev/null +++ b/odin_raw/scs.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99077ab1ded85111db6ed4d338d11b0d7acfa427dfb64c20c37a8d5cceca17d0 +size 585 diff --git a/odin_raw/se.txt b/odin_raw/se.txt new file mode 100644 index 0000000000000000000000000000000000000000..69ba8a26a6671d63a3a7d15c3bc5e3d0f171d5c8 --- /dev/null +++ b/odin_raw/se.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96da407bd678884d43e7da151ee28c35bc30ca2f30133dfbc729b9591d2f6aba +size 594 diff --git a/odin_raw/sea.txt b/odin_raw/sea.txt new file mode 100644 index 0000000000000000000000000000000000000000..9b29a17809bc426bb143d00d3039e1b2493f401e --- /dev/null +++ b/odin_raw/sea.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:632c972f1e80a4f1107c785452c5509656c7cf1c148d22f2e0d2643a4eeff755 +size 516 diff --git a/odin_raw/sei.txt b/odin_raw/sei.txt new file mode 100644 index 0000000000000000000000000000000000000000..ba94ec4fb98043a903c431c216fe90c714402d50 --- /dev/null +++ b/odin_raw/sei.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c998148dae60fd782a1d4f09d2346f9f4bc27ebf262c8af1d81b41604bd6d57 +size 677 diff --git a/odin_raw/ser.txt b/odin_raw/ser.txt new file mode 100644 index 0000000000000000000000000000000000000000..3bd0fe9399cf58c2391a7626b1b6c8de73c2eaad --- /dev/null +++ b/odin_raw/ser.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c39e0f5760fd449affe50b2eac880b521368dda314145f28dacea0b7db46118b +size 300 diff --git a/odin_raw/ses.txt b/odin_raw/ses.txt new file mode 100644 index 0000000000000000000000000000000000000000..23c073e9ac8ffaed079b2a3a7cdd6c3abd9ec8aa --- /dev/null +++ b/odin_raw/ses.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a195988bd20a6d88279ea2aa18d4f746df8156926495960b87b3af02810611fa +size 3670 diff --git a/odin_raw/sga.txt b/odin_raw/sga.txt new file mode 100644 index 0000000000000000000000000000000000000000..94a86d2aae4910e3e6b99889df61ee2e5d92acb3 --- /dev/null +++ b/odin_raw/sga.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11c283cd0535cd2b9b8870132f80dc83c8e17231f4aff9019be3b22568240c7a +size 5875 diff --git a/odin_raw/sgu.txt b/odin_raw/sgu.txt new file mode 100644 index 0000000000000000000000000000000000000000..c0483c267ea0cad63861ad9e0fafcb7af0a4e73b --- /dev/null +++ b/odin_raw/sgu.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8cfb9b88ac7d014e7af2307491799a1c3d82f5c460bbe3f6bb39ca28cb462b4 +size 202 diff --git a/odin_raw/sgw.txt b/odin_raw/sgw.txt new file mode 100644 index 0000000000000000000000000000000000000000..dcf2fa0cd05e6dd53f9ef22fc55fa17709c91288 --- /dev/null +++ b/odin_raw/sgw.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79d1bd1b1e1327c57422782260b48a074970be6da23c49205ff2a3348109730a +size 5008 diff --git a/odin_raw/shh.txt b/odin_raw/shh.txt new file mode 100644 index 0000000000000000000000000000000000000000..f2e6519f33c251d940cf15fb936ec2dc363c1f10 --- /dev/null +++ b/odin_raw/shh.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c20d0d022374dc9a9efabb5faa84a39014e4ec564a4df8b90d560907b75bc9f +size 407 diff --git a/odin_raw/shp.txt b/odin_raw/shp.txt new file mode 100644 index 0000000000000000000000000000000000000000..f078962c1cb39ddc937f2a746df9bc7b18657522 --- /dev/null +++ b/odin_raw/shp.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bf4647cc0d12e2f69ec2db918dce3a99be8dcf3b77109b49a959bd8f83f3c72 +size 2768 diff --git a/odin_raw/shs.txt b/odin_raw/shs.txt new file mode 100644 index 0000000000000000000000000000000000000000..2002433d65c0324354f03e36702bcc8f6125a7ed --- /dev/null +++ b/odin_raw/shs.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b283ccb96e3308db67405ac1664b98ce2cb7fbd41fbcaf1c0c0fe1d1fce2e665 +size 256 diff --git a/odin_raw/shu.txt b/odin_raw/shu.txt new file mode 100644 index 0000000000000000000000000000000000000000..0ebbeb232547c4467a85566cd328a10070847506 --- /dev/null +++ b/odin_raw/shu.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1af5df83370bd3b458bd0116c72ed85e04909913bb259e655b94a31954702632 +size 41819 diff --git a/odin_raw/sin.txt b/odin_raw/sin.txt new file mode 100644 index 0000000000000000000000000000000000000000..3f8c929e9d39c6b8a93845cc3536dc955c6bb4a4 --- /dev/null +++ b/odin_raw/sin.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7edb6043fe161f090c9c96c2a2d7e2b8d2ddf7194fa896ae505e7bafd434dee9 +size 4865 diff --git a/odin_raw/sip.txt b/odin_raw/sip.txt new file mode 100644 index 0000000000000000000000000000000000000000..9b36a634e0468f52d6ff08b5fdde637c0de10954 --- /dev/null +++ b/odin_raw/sip.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7be24a246a270cbe970f70459392df0416d2aa5013b0a9dc481b8a3b25eab35a +size 147 diff --git a/odin_raw/sja.txt b/odin_raw/sja.txt new file mode 100644 index 0000000000000000000000000000000000000000..649a51d29d655eb6f0d84a8ff26356a238e1333f --- /dev/null +++ b/odin_raw/sja.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b19a13ec12c643888506520d88221a01bbc0daf2e9cb9bf41ada85740db92173 +size 556 diff --git a/odin_raw/sjo.txt b/odin_raw/sjo.txt new file mode 100644 index 0000000000000000000000000000000000000000..1a99027a7d308bbd792e00d8d498594ecd5817b0 --- /dev/null +++ b/odin_raw/sjo.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44931bfc7c709b7df8ad4ed08d87bc1857731d8da4efbeb06499ba2d7adf4412 +size 548 diff --git a/odin_raw/sjr.txt b/odin_raw/sjr.txt new file mode 100644 index 0000000000000000000000000000000000000000..b298065002b6a855b0ad1f969acdd465f83c2c39 --- /dev/null +++ b/odin_raw/sjr.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91993804f4f5fc45cbdffbac895d178ecffe017d3f6bf1ff937c4c6b36f280b8 +size 102912 diff --git a/odin_raw/skb.txt b/odin_raw/skb.txt new file mode 100644 index 0000000000000000000000000000000000000000..9748118515d9579eda69da1556cdfd7f2eae1634 --- /dev/null +++ b/odin_raw/skb.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e54358bb2447758c9260a84fd6f14a95a59522ace2ff3271418cb8524b9d2b60 +size 235 diff --git a/odin_raw/skd.txt b/odin_raw/skd.txt new file mode 100644 index 0000000000000000000000000000000000000000..2072bdc2580cd9748c3e9b42ed13dfa0d5d7ba01 --- /dev/null +++ b/odin_raw/skd.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a47e95168be284466592efd0b4e0ad1a91903e4dabe61d331b8e2fffc7becea4 +size 406 diff --git a/odin_raw/ski.txt b/odin_raw/ski.txt new file mode 100644 index 0000000000000000000000000000000000000000..2e4e7eebb09dfdcb995ad2483d410699f7267687 --- /dev/null +++ b/odin_raw/ski.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4242cd5d4c8c81e652eefcb1f944dd36b0d1765f552d6cd66e966be433dc642f +size 1471 diff --git a/odin_raw/skv.txt b/odin_raw/skv.txt new file mode 100644 index 0000000000000000000000000000000000000000..9069d4ae0e214a3079aa1cd7034b03a174f2e5bb --- /dev/null +++ b/odin_raw/skv.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a2a1909794eb65fdadfcb7da04638b962e888107f5b438bcf34d2dafc8bd24e +size 90962 diff --git a/odin_raw/sl-scs.txt b/odin_raw/sl-scs.txt new file mode 100644 index 0000000000000000000000000000000000000000..30f718241c5a7d934b6d9cde5b4c162f5d8cf33d --- /dev/null +++ b/odin_raw/sl-scs.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a07caa7d6ccbce82cf5ee79e7c248e99091948232cc7e8c061460b7a570d82b0 +size 4574 diff --git a/odin_raw/slk.txt b/odin_raw/slk.txt new file mode 100644 index 0000000000000000000000000000000000000000..eed2ed84a93f41ff0c13e077335df0b4e727ded0 --- /dev/null +++ b/odin_raw/slk.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd30122a0110f3a68b9651bd7da08b0f2e8b79dbeacbc151a201005769c49100 +size 2289 diff --git a/odin_raw/slp.txt b/odin_raw/slp.txt new file mode 100644 index 0000000000000000000000000000000000000000..8d0aea9578b104543be87e0c472cf6dd8b4266be --- /dev/null +++ b/odin_raw/slp.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c732bfa58593b07a7ecd4026203f6c1979f9bcff74e4fd05d1fc3ec22cd32b49 +size 207 diff --git a/odin_raw/slv.txt b/odin_raw/slv.txt new file mode 100644 index 0000000000000000000000000000000000000000..a265f730cb2ade76878de2114bf60d134be3ca4b --- /dev/null +++ b/odin_raw/slv.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42df0464790d426cb4ffab3bf48b2153de3cef3cf49711810d87a1771fd9cad4 +size 26536 diff --git a/odin_raw/sly.txt b/odin_raw/sly.txt new file mode 100644 index 0000000000000000000000000000000000000000..df884619a5cfc60819f50d4181c475c1f41f2f2d --- /dev/null +++ b/odin_raw/sly.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70addf98a9fcd980ba2477aeed2ed258095dbc2cec01f19bd160c58c4b3b9f7d +size 197 diff --git a/odin_raw/sme.txt b/odin_raw/sme.txt new file mode 100644 index 0000000000000000000000000000000000000000..63f52e18591cc3b7555ddb69d96ac576153057dc --- /dev/null +++ b/odin_raw/sme.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d20c47ca6186eb4abfd087ee3f5e613661efee7d9ea466a15b7e3c6582746fea +size 3522 diff --git a/odin_raw/smn.txt b/odin_raw/smn.txt new file mode 100644 index 0000000000000000000000000000000000000000..6c31552fdd5fcf69613071b464d157efe052b42f --- /dev/null +++ b/odin_raw/smn.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6c0f8d9848d5f9588765f87745f075f5253d35c949bb90caaa7ad4738059145 +size 2555 diff --git a/odin_raw/smo.txt b/odin_raw/smo.txt new file mode 100644 index 0000000000000000000000000000000000000000..c88b7764a4ec4350e402365301f165a2ce4775f7 --- /dev/null +++ b/odin_raw/smo.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:120b690c62fe9a5eb908c71087da4c1cfd2525161822adfa72d613389bc93ca3 +size 73443 diff --git a/odin_raw/sna.txt b/odin_raw/sna.txt new file mode 100644 index 0000000000000000000000000000000000000000..f8f61760a680a88de7018e10c932113538e297b6 --- /dev/null +++ b/odin_raw/sna.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:616bc7aa16eee0b151d36ab1bc6774492895557b47f4840c0ce97a7cb2b05c5e +size 4146 diff --git a/odin_raw/snc.txt b/odin_raw/snc.txt new file mode 100644 index 0000000000000000000000000000000000000000..37b966fb8f1df6c4b5d58d94e5c5e5d85a428e7b --- /dev/null +++ b/odin_raw/snc.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1addbec13e0d9a9036642bd3445e5eacf9f15a35e4816e06ad8840a62d2268fa +size 569 diff --git a/odin_raw/snf.txt b/odin_raw/snf.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2d25e8f0c5f948899affde4b612f43ac27d4c3d --- /dev/null +++ b/odin_raw/snf.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2aa1c043c11f6d190b5865b5410b726b5ad9240446bdac07d6d1be413d9d17e +size 579 diff --git a/odin_raw/so.txt b/odin_raw/so.txt new file mode 100644 index 0000000000000000000000000000000000000000..dcfca4b17a23a9f1bffbfbc17f43552bb9b0c3ee --- /dev/null +++ b/odin_raw/so.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c3005e0a10699cd6dbd4c514759b10c8f58158b012811e57dda5b97c7fb30c6 +size 19465 diff --git a/odin_raw/soq.txt b/odin_raw/soq.txt new file mode 100644 index 0000000000000000000000000000000000000000..3e9f3e5708277e21b2cd8c4f6b0cf032ddbf44fd --- /dev/null +++ b/odin_raw/soq.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8af418adba56fb6c90d395398af08852fc30b6cf007f67cc2c2adf3354c6b56 +size 220 diff --git a/odin_raw/sot.txt b/odin_raw/sot.txt new file mode 100644 index 0000000000000000000000000000000000000000..03acfca1939074e430d1e63c25fe1e61629eb7fe --- /dev/null +++ b/odin_raw/sot.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0874ecbd7238461fc9245a4a57f661a6b36e750aec01918c1a70942dbbf72bcc +size 13393 diff --git a/odin_raw/spa.txt b/odin_raw/spa.txt new file mode 100644 index 0000000000000000000000000000000000000000..0fcd39168e605429115173ef5dd6cbd25d98443e --- /dev/null +++ b/odin_raw/spa.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92a392b1a0ebce0de84680d83990bf399d756dc3bba78bfda7dfdeb38d017cb1 +size 322960 diff --git a/odin_raw/spp.txt b/odin_raw/spp.txt new file mode 100644 index 0000000000000000000000000000000000000000..48fe141b787129ffb25917cd790b4b63c3973d93 --- /dev/null +++ b/odin_raw/spp.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bedb34229d477507044a6f1209071899f5e5c7da72c6236a162188d96aabc8a2 +size 1278 diff --git a/odin_raw/sr.txt b/odin_raw/sr.txt new file mode 100644 index 0000000000000000000000000000000000000000..a755b2d46a85c35b0de32d4b8449b4d33b981a51 --- /dev/null +++ b/odin_raw/sr.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e14109455ab6f44311b1fcc47193fd303aa442cf6f9aff387b6829dc81c8380 +size 537 diff --git a/odin_raw/srb.txt b/odin_raw/srb.txt new file mode 100644 index 0000000000000000000000000000000000000000..74ff3d7262e51b2b9466073675d44a70d38ab610 --- /dev/null +++ b/odin_raw/srb.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f14133d938d496f0623de7ac02b7117fae17cf9be3bd6cef7284975e29c51715 +size 187 diff --git a/odin_raw/src.txt b/odin_raw/src.txt new file mode 100644 index 0000000000000000000000000000000000000000..4f996e63aa4745bba43879f611f30d0485bd5d97 --- /dev/null +++ b/odin_raw/src.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37ab8d9b8c9810811e4f3bc472cf329eed69d8d8f56dc25384b5624acb1f56c0 +size 4600 diff --git a/odin_raw/srd.txt b/odin_raw/srd.txt new file mode 100644 index 0000000000000000000000000000000000000000..e7b8148bf537fe5ba6a051ad4c3d3ec0fc4f497a --- /dev/null +++ b/odin_raw/srd.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5ed3934091ad64feb3cb2c610bb7ae552337ad269c3cf9c2506bdfa69c2fa26 +size 409 diff --git a/odin_raw/srn.txt b/odin_raw/srn.txt new file mode 100644 index 0000000000000000000000000000000000000000..76d82a3d5cba8f250e8d8bb3e5c52345abecc0bd --- /dev/null +++ b/odin_raw/srn.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53c54671453bd3a13a08ce060719edfabaf0d1dbff77c529b2c669dfccc00a0f +size 6683 diff --git a/odin_raw/srp-hrv.txt b/odin_raw/srp-hrv.txt new file mode 100644 index 0000000000000000000000000000000000000000..46c32fc00ecb5c250736c52950f811c9761616b8 --- /dev/null +++ b/odin_raw/srp-hrv.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e6e9672dd15cb7311185449edd946163964342eb6286e117be3c6f657c7625c +size 91117 diff --git a/odin_raw/srp.txt b/odin_raw/srp.txt new file mode 100644 index 0000000000000000000000000000000000000000..9c56e56d8de9e024bfebd690bf4c8983586d8990 --- /dev/null +++ b/odin_raw/srp.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c29df1680f90de7b0515b735250ec0042c5925fc9c5febfe447058a02e5ccc57 +size 34576 diff --git a/odin_raw/srq.txt b/odin_raw/srq.txt new file mode 100644 index 0000000000000000000000000000000000000000..fd6d0f5c1b0b4c731aff017f701597f765b8fefb --- /dev/null +++ b/odin_raw/srq.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5de7fb9923fca5760ee202295af5b0fb82c54350db5dfaf9e9822d4ce3d242ef +size 955 diff --git a/odin_raw/srs.txt b/odin_raw/srs.txt new file mode 100644 index 0000000000000000000000000000000000000000..5452130b8766ce9cc4c0a1236b76ce76c353d4ba --- /dev/null +++ b/odin_raw/srs.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:180e6dd0f18d3d7a250f8c0ea903acc4116fa1fc87205984acc10a27f520c4c7 +size 721 diff --git a/odin_raw/sry.txt b/odin_raw/sry.txt new file mode 100644 index 0000000000000000000000000000000000000000..316cc6042ed15e90396a2b65e2be740ff1fcc9e8 --- /dev/null +++ b/odin_raw/sry.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:617827a3aa8390b9f7b17566287e4ff50bed8d29d44936e47e854aa9c53fda34 +size 456 diff --git a/odin_raw/ssd.txt b/odin_raw/ssd.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ecf8eb52eed7913980573fef5858d24ab7f4d7f --- /dev/null +++ b/odin_raw/ssd.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7844db63efa1b3d94f437cefac2e4dc3f4f6c0cdd009fcfe29485ca11421636 +size 604 diff --git a/odin_raw/ssf.txt b/odin_raw/ssf.txt new file mode 100644 index 0000000000000000000000000000000000000000..4f0b1c11f578607ad777491551c53350766a0095 --- /dev/null +++ b/odin_raw/ssf.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8207d1208af38a58cb5bdef714d9c93a0af7e55eba98592dac83aea983e595f +size 808 diff --git a/odin_raw/ssw.txt b/odin_raw/ssw.txt new file mode 100644 index 0000000000000000000000000000000000000000..7e58248bfe74ba1749323d04fa292bdae10d061c --- /dev/null +++ b/odin_raw/ssw.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd2179bd0976855805bbe21d8534c2267d33d85c189964fdef886dad50d7304f +size 640 diff --git a/odin_raw/stp.txt b/odin_raw/stp.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6cc802f6639e322bed3c0ca890efb2c2b408186 --- /dev/null +++ b/odin_raw/stp.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2984808236bcae1c7b380345ee76c0412ffbc57e68eeab9eceda83dd34402c7 +size 1237 diff --git a/odin_raw/str.txt b/odin_raw/str.txt new file mode 100644 index 0000000000000000000000000000000000000000..b0f1f492dc7a8aa12af7a182f2643f43cab6445d --- /dev/null +++ b/odin_raw/str.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5288bbfa25be4c0bbf0cc45cbf5f1aca6f4a3619075b682fadffa2a706459d44 +size 4130 diff --git a/odin_raw/su.txt b/odin_raw/su.txt new file mode 100644 index 0000000000000000000000000000000000000000..9e439f02e8d4f04debc544a0ed327ccf331f4205 --- /dev/null +++ b/odin_raw/su.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b36e6ba860feb1a2e69dabe808242f1ea1e9328f859340bbe80321b2a67d453 +size 3615 diff --git a/odin_raw/sue.txt b/odin_raw/sue.txt new file mode 100644 index 0000000000000000000000000000000000000000..824ccba50ea74b7deb281cc139b34c67fa8a5c3f --- /dev/null +++ b/odin_raw/sue.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f8adb7272bfefe145eb39b19a7a4d2c66eadc6c5f5361b4cbcb111c1479021d +size 143 diff --git a/odin_raw/suk.txt b/odin_raw/suk.txt new file mode 100644 index 0000000000000000000000000000000000000000..a9339f7cfdd4dfd2a7d0460c0539951ed8a2a614 --- /dev/null +++ b/odin_raw/suk.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:076de399bfdd180725d799f84f4af049a881e03f8f517943d79d2aadc9de5aea +size 160 diff --git a/odin_raw/sur.txt b/odin_raw/sur.txt new file mode 100644 index 0000000000000000000000000000000000000000..d39d60b6afea9d57779043dfb6e5fdf8c38fbede --- /dev/null +++ b/odin_raw/sur.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca519189f4c00bc649f7a473543f708f19a0c5b9662b120e1f4f9466cb96511e +size 5257 diff --git a/odin_raw/sus.txt b/odin_raw/sus.txt new file mode 100644 index 0000000000000000000000000000000000000000..39637b3e263a40abb93d0d783e3a9e43af3c851c --- /dev/null +++ b/odin_raw/sus.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:824f6aff79d5a8d2545f01b838b39e835c2c7bddcfa24bbefdc298ffbd8681c9 +size 308 diff --git a/odin_raw/sva.txt b/odin_raw/sva.txt new file mode 100644 index 0000000000000000000000000000000000000000..47f3f30fc470a21cb9a490403c39a1edaa923105 --- /dev/null +++ b/odin_raw/sva.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48abacbf0a184598177faf573b5a42d2658a66b74abbd24610020529b8f0bccd +size 457 diff --git a/odin_raw/svs.txt b/odin_raw/svs.txt new file mode 100644 index 0000000000000000000000000000000000000000..e15e0055a5cc1543b6dd8139878013686e6dcba0 --- /dev/null +++ b/odin_raw/svs.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76cebcbb1aecd802f2bd7f8eb243673c5cb5127a1dac8e8a7dee98fd50dda5f1 +size 839 diff --git a/odin_raw/swa-swh.txt b/odin_raw/swa-swh.txt new file mode 100644 index 0000000000000000000000000000000000000000..583984d6d3aea25629a9d8f5d9ad2e53b9ffba62 --- /dev/null +++ b/odin_raw/swa-swh.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cffc6abd5cf8061d992f059e2aed83caed42593988e7de514797cbf19f08ecb1 +size 82 diff --git a/odin_raw/swa.txt b/odin_raw/swa.txt new file mode 100644 index 0000000000000000000000000000000000000000..b5cd519840d1e3b2a42b8d66a3cb8ab1448a812b --- /dev/null +++ b/odin_raw/swa.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3f4a0bbace96e94228564310d6b81f063557f9bbb6ed09b97a002e3863baa81 +size 1808 diff --git a/odin_raw/swb.txt b/odin_raw/swb.txt new file mode 100644 index 0000000000000000000000000000000000000000..c20a15f7ec9944c8f5c511281f9cb0c93592148d --- /dev/null +++ b/odin_raw/swb.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdbb0e62a159c87dbc3ffdf5abfbecae0ddb8bf28ed63f278f60289cd64149e7 +size 966 diff --git a/odin_raw/swe.txt b/odin_raw/swe.txt new file mode 100644 index 0000000000000000000000000000000000000000..15f2eb0ca7c88c6bd17328459af05a42356eb885 --- /dev/null +++ b/odin_raw/swe.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af43ec8ce1a9102769b304bc77b8c4416cd12e39c6b6922c7c1551bf9ec27a94 +size 153162 diff --git a/odin_raw/swh.txt b/odin_raw/swh.txt new file mode 100644 index 0000000000000000000000000000000000000000..f01aa16fffeba72b1f29151f5216dfb0a9674f04 --- /dev/null +++ b/odin_raw/swh.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e0c1b3b34fc2401c6dd5bc3510f5a89760c7f03ba400a8a3c2c063d55550c5e +size 54743 diff --git a/odin_raw/swr.txt b/odin_raw/swr.txt new file mode 100644 index 0000000000000000000000000000000000000000..3d7159099fd6f6bb6e0bb57916da1d0c06449b53 --- /dev/null +++ b/odin_raw/swr.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97f8a1e9cc75539a86ea02047cb2a234d0b5cea953b74d6008ef6d11fc9a39f4 +size 293 diff --git a/odin_raw/sy.txt b/odin_raw/sy.txt new file mode 100644 index 0000000000000000000000000000000000000000..8f37bb0e7da50eb4a7c98ddd4716ea00f3965f06 --- /dev/null +++ b/odin_raw/sy.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e3a5c11ae42a9913a820dec2c1b457d08b512179defb38065a569e130f295d0 +size 7789 diff --git a/odin_raw/sza.txt b/odin_raw/sza.txt new file mode 100644 index 0000000000000000000000000000000000000000..443273b9ce1ebb9aa85bcda825dbdd8d86e021ca --- /dev/null +++ b/odin_raw/sza.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffe60cda6a497be78ffb48b7fe44b1fe232c1df00fd2d3d69982c3994f2ec161 +size 138 diff --git a/odin_raw/t.txt b/odin_raw/t.txt new file mode 100644 index 0000000000000000000000000000000000000000..e2fbbc2f7a2b948a3b1af7baf306151cd5ebfd71 --- /dev/null +++ b/odin_raw/t.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c617671e38f46f2ba82b4ad8ce069a9d484562d78022a293c02907b83973338 +size 1235 diff --git a/odin_raw/ta.txt b/odin_raw/ta.txt new file mode 100644 index 0000000000000000000000000000000000000000..658819f112cdafa66dc968f3743654d070751a74 --- /dev/null +++ b/odin_raw/ta.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec60717f8903da99449b50a96456e01f94db9801c4177b0d9f9b44c3e9a7d5dc +size 22769 diff --git a/odin_raw/tac.txt b/odin_raw/tac.txt new file mode 100644 index 0000000000000000000000000000000000000000..5f321d1236d74353a18f66f3c97efdcb1e6734b7 --- /dev/null +++ b/odin_raw/tac.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83af0814904163537549331fbcfbdb03b3fb2f4f315fa6fc93217bdc93c2844a +size 808 diff --git a/odin_raw/tae.txt b/odin_raw/tae.txt new file mode 100644 index 0000000000000000000000000000000000000000..356cfe4f5111a491840d35d4a831fc76ae5c755b --- /dev/null +++ b/odin_raw/tae.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ecf5fe26891126fa27a22fc631f90f03c9dcf5aea5dd2349234b391ce722e35 +size 6565 diff --git a/odin_raw/tah.txt b/odin_raw/tah.txt new file mode 100644 index 0000000000000000000000000000000000000000..f939a8ed261eee91897d2a15c60477593bf3344f --- /dev/null +++ b/odin_raw/tah.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1739b3574979b49d0c32de5b528531e0e5561c9ffdd0f5e967e9f1554d93dd91 +size 1047 diff --git a/odin_raw/tan.txt b/odin_raw/tan.txt new file mode 100644 index 0000000000000000000000000000000000000000..3ec414844f4f916200148192c490b44af1cd89c0 --- /dev/null +++ b/odin_raw/tan.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3392450829932611671c752442d39275cf95bb8bf3589d9d08f6c646015cb2d1 +size 2119 diff --git a/odin_raw/tao.txt b/odin_raw/tao.txt new file mode 100644 index 0000000000000000000000000000000000000000..91d0c4584efdc39d9a48170b288a23dc8735cf61 --- /dev/null +++ b/odin_raw/tao.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b405bf5b846079fe0865ad182016a9267d44b2448e8f982b184ceac3a0340acd +size 29843 diff --git a/odin_raw/tar-tac.txt b/odin_raw/tar-tac.txt new file mode 100644 index 0000000000000000000000000000000000000000..06c073473ae619a88afd847983b722cb6d46a1a7 --- /dev/null +++ b/odin_raw/tar-tac.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37f7d5c1bf36f0e29821b079f1457c3ccec201fd1e3245579cb0316840968d07 +size 195 diff --git a/odin_raw/tar.txt b/odin_raw/tar.txt new file mode 100644 index 0000000000000000000000000000000000000000..46d0554759cbcaa030c85d0c13d79568ca53e9e7 --- /dev/null +++ b/odin_raw/tar.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c10666443ee5171dc00c1b9f3afb7a5ceca06a55d61929611383b516075d7009 +size 1521 diff --git a/odin_raw/tat.txt b/odin_raw/tat.txt new file mode 100644 index 0000000000000000000000000000000000000000..84810a49471e4fcf822fbeb435f3826055a5f0c0 --- /dev/null +++ b/odin_raw/tat.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f1a2ca81439b880e96ad03fde3ec4276edefa507f8154c53211485558df4ec1 +size 388 diff --git a/odin_raw/tay.txt b/odin_raw/tay.txt new file mode 100644 index 0000000000000000000000000000000000000000..26ae132656a552d99c67efc7da55bb79bd64d0e6 --- /dev/null +++ b/odin_raw/tay.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bc40bb5b8593a1d555518c5456065a2aa945418f27080e8364f13a8f1eeafcf +size 35861 diff --git a/odin_raw/tbc.txt b/odin_raw/tbc.txt new file mode 100644 index 0000000000000000000000000000000000000000..5d13eb7ca8f19fbae811b86bfe5383029aeda236 --- /dev/null +++ b/odin_raw/tbc.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c031db9d0dcf9ddf2f7cd212ce4a2f2785f2093476104a968ca6efbfd84100ab +size 2753 diff --git a/odin_raw/tbg.txt b/odin_raw/tbg.txt new file mode 100644 index 0000000000000000000000000000000000000000..ade5e83cd3b21e06464435707cb829b62e71cbcc --- /dev/null +++ b/odin_raw/tbg.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbca63533162f6170c60561cdc80c855861d86730711c98803151409bb82e2a3 +size 109 diff --git a/odin_raw/tbo.txt b/odin_raw/tbo.txt new file mode 100644 index 0000000000000000000000000000000000000000..326ab386ffb4948f1d27aea14e59b91a61dae703 --- /dev/null +++ b/odin_raw/tbo.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8300b42c0592f7703bbeef20e352baa9bdde4d2ab4633e2d598b0f84e1c36117 +size 118 diff --git a/odin_raw/tby.txt b/odin_raw/tby.txt new file mode 100644 index 0000000000000000000000000000000000000000..bd15c56560589b4e56479ae7cb99b7bbf962d4f5 --- /dev/null +++ b/odin_raw/tby.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d18078125a5a8d67cf56b8cf75d291f075dc604e5f43d77f6c4dcb7af22c056 +size 133 diff --git a/odin_raw/tc.txt b/odin_raw/tc.txt new file mode 100644 index 0000000000000000000000000000000000000000..2dfcf366ebd7d9cb4d699090374710914b86d276 --- /dev/null +++ b/odin_raw/tc.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20f3a02ecb206b058bac1bda2d7f6c830668d76f3e5610ca134731abfeddeb9b +size 116 diff --git a/odin_raw/tcb.txt b/odin_raw/tcb.txt new file mode 100644 index 0000000000000000000000000000000000000000..028352eed19da32ef2996d54e3214080f8f937f4 --- /dev/null +++ b/odin_raw/tcb.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:546f1f694a1aaa23a467479cffbcbe5b7b97a108746a4c73f88e57da3a5f7229 +size 305 diff --git a/odin_raw/tcg.txt b/odin_raw/tcg.txt new file mode 100644 index 0000000000000000000000000000000000000000..467f6b3de845b63c9c949106a7090c0d0e7fe107 --- /dev/null +++ b/odin_raw/tcg.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9e6e4288f69721742e454702dc3f52132859f3b33d24a086242673d12de6af3 +size 54 diff --git a/odin_raw/tdh.txt b/odin_raw/tdh.txt new file mode 100644 index 0000000000000000000000000000000000000000..6bf75842a7fb052741aaaa6a51e52e1d775430b6 --- /dev/null +++ b/odin_raw/tdh.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5217900eea441200ded3671c5c662044172a840803a58909d2a4082a4f1990d5 +size 226 diff --git a/odin_raw/tdt.txt b/odin_raw/tdt.txt new file mode 100644 index 0000000000000000000000000000000000000000..3fa0a5fa82ba3f1f0b2ea147d97695e0f6b50572 --- /dev/null +++ b/odin_raw/tdt.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ddc2e8104131578d82bf1097c10d9424fa86242d4400473d3e9ee2b17e66aaf +size 237 diff --git a/odin_raw/te.txt b/odin_raw/te.txt new file mode 100644 index 0000000000000000000000000000000000000000..9da0885e988952d0bfba3998e8f32574e0575ab7 --- /dev/null +++ b/odin_raw/te.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daef21ae1b03ca7c52391b3c9154bfee32e3935db5fb211ddf9de0708b5f0cc4 +size 740 diff --git a/odin_raw/ted.txt b/odin_raw/ted.txt new file mode 100644 index 0000000000000000000000000000000000000000..3f4195fff072a36025b6b3b1a0ebaad26623cab6 --- /dev/null +++ b/odin_raw/ted.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5171970de1596bec5c3c7a69b35e7a9d667a658b76fbb07075b736fa38834a9 +size 226 diff --git a/odin_raw/tep.txt b/odin_raw/tep.txt new file mode 100644 index 0000000000000000000000000000000000000000..f1dc7ca1a1eeb7f9b81dac5a78303b8b826b2feb --- /dev/null +++ b/odin_raw/tep.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b16931b0b3df7f635d7a07dd92b2774e4944d4f295654453b9fa5ff82ecde81f +size 276 diff --git a/odin_raw/tew.txt b/odin_raw/tew.txt new file mode 100644 index 0000000000000000000000000000000000000000..6e810056b3b247f686a91fa4ffe6d72b13edd02d --- /dev/null +++ b/odin_raw/tew.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f663755f078317b9eb11fae3c036a807642b6aed4aefcf9488048a38517356c +size 5920 diff --git a/odin_raw/tg.txt b/odin_raw/tg.txt new file mode 100644 index 0000000000000000000000000000000000000000..a0b6a9d23f1608586d46c57af3fe5fd9ba90b272 --- /dev/null +++ b/odin_raw/tg.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c72f2f77b9a2b09c6f01a008c4f801ac06c1a844dfa2d8897ad79617f046e83e +size 141141 diff --git a/odin_raw/tgk.txt b/odin_raw/tgk.txt new file mode 100644 index 0000000000000000000000000000000000000000..3b18ceced69ef250613523ff3835fdb8f0bfbadc --- /dev/null +++ b/odin_raw/tgk.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:563f500864b4319c25cf7c3d421d33a239da464f674a181dd5657114a27ea313 +size 204 diff --git a/odin_raw/tha.txt b/odin_raw/tha.txt new file mode 100644 index 0000000000000000000000000000000000000000..c85c2c72c23a902564ec55e7cde0a6337caccb9d --- /dev/null +++ b/odin_raw/tha.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b05ad3c6d9978b3743981e5c207ec4b0b1c6ce84de6a422ff0331f1cf2439f5 +size 83283 diff --git a/odin_raw/thd.txt b/odin_raw/thd.txt new file mode 100644 index 0000000000000000000000000000000000000000..8327be507b974141dfe651bb5a4b53b6227ab7b0 --- /dev/null +++ b/odin_raw/thd.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d9266cb1544b87c273a499e3e40d1542536878b1b56abbf4b4c41075521e57b +size 3076 diff --git a/odin_raw/thk.txt b/odin_raw/thk.txt new file mode 100644 index 0000000000000000000000000000000000000000..00f1163bf1150259ec86b41844c293bc2c33a79c --- /dev/null +++ b/odin_raw/thk.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba907c46eecfc4e1b800ec15992b03054f149e3985499688061272dbd736c48d +size 5610 diff --git a/odin_raw/thp.txt b/odin_raw/thp.txt new file mode 100644 index 0000000000000000000000000000000000000000..56df0d6910a1dbd797c96ee714e21096b647f0a5 --- /dev/null +++ b/odin_raw/thp.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:319c32a8dfedbb4492e877b29358b32cef1cd4e6977918118095af75492d65b3 +size 228 diff --git a/odin_raw/ths.txt b/odin_raw/ths.txt new file mode 100644 index 0000000000000000000000000000000000000000..ee2017d181b0e34b2bd757fd0b790ed996d93592 --- /dev/null +++ b/odin_raw/ths.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec4eee5da553f8ad50634f00d0f655afc357e539778801dd9dac02ab9c3274f2 +size 220 diff --git a/odin_raw/tht.txt b/odin_raw/tht.txt new file mode 100644 index 0000000000000000000000000000000000000000..998dbf15207c96f543b4ab999d28bddb65aba412 --- /dev/null +++ b/odin_raw/tht.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8eabcfdb96d3e982154f32e81082636395d80beeefc2c4e7e4055706d9757ce +size 1328 diff --git a/odin_raw/ti.txt b/odin_raw/ti.txt new file mode 100644 index 0000000000000000000000000000000000000000..427c57a90af5e392c3d0030939b39ee2d6d1aa15 --- /dev/null +++ b/odin_raw/ti.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e854e81bb3ddf690773aaf427d72c3390efe912559d7e7ac62f87cf660b0e2a +size 4716 diff --git a/odin_raw/tig.txt b/odin_raw/tig.txt new file mode 100644 index 0000000000000000000000000000000000000000..6e789a923931a5225e829c84167b1f2414b82e10 --- /dev/null +++ b/odin_raw/tig.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ebe6cddde67aeebe614d0f659e6bd8d162f14d22d20c5f79e7e6ba417ad8579 +size 745 diff --git a/odin_raw/tik.txt b/odin_raw/tik.txt new file mode 100644 index 0000000000000000000000000000000000000000..0ebc8fb84a13520493c8beb9fd24b34fcdc166b9 --- /dev/null +++ b/odin_raw/tik.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84c3ca86ee7c58be9d75e0922281b20df4189c83abbf589341820b6e9d6b1155 +size 430 diff --git a/odin_raw/tir.txt b/odin_raw/tir.txt new file mode 100644 index 0000000000000000000000000000000000000000..4244ce61105dc89618bb0b05911b87b76997db0f --- /dev/null +++ b/odin_raw/tir.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d0eb237288d1a6a14e63bdfcb0a6f254b109224e42554c3feddf26a78fa583a +size 851 diff --git a/odin_raw/tiw.txt b/odin_raw/tiw.txt new file mode 100644 index 0000000000000000000000000000000000000000..a813e4a0ab1b7cfa24cb56a6ffbb5ff4ee166c2a --- /dev/null +++ b/odin_raw/tiw.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffd8e777f7023906d5d89169deeb80e65968e106c39bbfdaef014346fcd2df9e +size 337 diff --git a/odin_raw/tk.txt b/odin_raw/tk.txt new file mode 100644 index 0000000000000000000000000000000000000000..8f8ca9020959ef3e0b4f03d7353d0a9f83193c0d --- /dev/null +++ b/odin_raw/tk.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4826ca01b3ccce22a5f0bed7490fe5463f55f0a4f6987562eaf7da5a4a5b94de +size 372 diff --git a/odin_raw/tkr.txt b/odin_raw/tkr.txt new file mode 100644 index 0000000000000000000000000000000000000000..d86416660a1a565b2b9c989866361dba0b91eff9 --- /dev/null +++ b/odin_raw/tkr.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2d11216b88736b74c66e88f411f099ae22195dc0ff653fc57450516c53727f5 +size 15362 diff --git a/odin_raw/tlp.txt b/odin_raw/tlp.txt new file mode 100644 index 0000000000000000000000000000000000000000..b44c4ce1ed19b81688b9f45757876808c71f077a --- /dev/null +++ b/odin_raw/tlp.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6396029905f918090aff15e029cf8d0e23b56e01ccf812448a6e07138286a391 +size 67 diff --git a/odin_raw/tly.txt b/odin_raw/tly.txt new file mode 100644 index 0000000000000000000000000000000000000000..3fc20fdee6e71769ce0b60875a2d4b6a81af872d --- /dev/null +++ b/odin_raw/tly.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d042971168c4014d366502f0280993b6a85e8c9d69cfc77bc3b3993bc24a87c +size 2698 diff --git a/odin_raw/tmd.txt b/odin_raw/tmd.txt new file mode 100644 index 0000000000000000000000000000000000000000..c64d8c4711ce35a475404b70a8b2c2f51741f7d4 --- /dev/null +++ b/odin_raw/tmd.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf0569d4fdd5359860a8c5a79d833af4f387f48dcbb41b0a1f87b26db43a5e32 +size 794 diff --git a/odin_raw/tn.txt b/odin_raw/tn.txt new file mode 100644 index 0000000000000000000000000000000000000000..8712a34581c8f4195ba257f561842345d2f49980 --- /dev/null +++ b/odin_raw/tn.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2716e2d41bbd35e0af31a0b16b71a5a3a8e69e07877c14bbd16bd8d993aae281 +size 1637 diff --git a/odin_raw/tnc.txt b/odin_raw/tnc.txt new file mode 100644 index 0000000000000000000000000000000000000000..a342a5c3192dae79f0e6a7a29a7c2ebf9a4961e2 --- /dev/null +++ b/odin_raw/tnc.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53699a6f86eeeaab2f69caf43740f345df8695b529affff3a767dab859f16388 +size 315 diff --git a/odin_raw/tnk.txt b/odin_raw/tnk.txt new file mode 100644 index 0000000000000000000000000000000000000000..4ec051a82fc86958ae5a9b19b09cc1989fcdc379 --- /dev/null +++ b/odin_raw/tnk.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7716525677e226e216edacaf6fe1a75a7a35961ac936c8a3fd8e702cf9e98d31 +size 289 diff --git a/odin_raw/toh.txt b/odin_raw/toh.txt new file mode 100644 index 0000000000000000000000000000000000000000..ff327b59f061f8ae9b8edfda98943e20983357ea --- /dev/null +++ b/odin_raw/toh.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfd8b05f1eb2866b4a6cd72cfb0f8fa3c5702721484c2d46e7eb06a7d87a8d03 +size 267 diff --git a/odin_raw/toi.txt b/odin_raw/toi.txt new file mode 100644 index 0000000000000000000000000000000000000000..b65f6e464a9d64418ebe230a8af8e8643e78a871 --- /dev/null +++ b/odin_raw/toi.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b40bdf0a28c9fff08f6d96042293901d84e363dc598df53bcbc49d217c24cdd +size 367 diff --git a/odin_raw/ton.txt b/odin_raw/ton.txt new file mode 100644 index 0000000000000000000000000000000000000000..2bfc70851e8e9830140608c7f620c3946bdf6e96 --- /dev/null +++ b/odin_raw/ton.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70acfd90b5a73dcf77ec84ff2c1909ef04fea01cb96a436db7a603294e832c02 +size 31333 diff --git a/odin_raw/tow.txt b/odin_raw/tow.txt new file mode 100644 index 0000000000000000000000000000000000000000..36eb8b47d7d27b5e1b5aa05127dd430a52491c0b --- /dev/null +++ b/odin_raw/tow.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0ba8200d60781453968eaa4032360b7cd9b5b465ba709f58095626b6a7b748d +size 619 diff --git a/odin_raw/tpc.txt b/odin_raw/tpc.txt new file mode 100644 index 0000000000000000000000000000000000000000..0ee9217314a98b56afd2a0061e82c969111a1f56 --- /dev/null +++ b/odin_raw/tpc.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc914fe3b95bc3d2934c8e8e599cfd276390fc6baa2eeba27403f6d877bda9f3 +size 2208 diff --git a/odin_raw/tpi.txt b/odin_raw/tpi.txt new file mode 100644 index 0000000000000000000000000000000000000000..9735c498fea1ddc8da3fcf1128b9c49282300000 --- /dev/null +++ b/odin_raw/tpi.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1a55f04ef4713d089375c86ebe0a72f27dafc35b12757fd8559b5b8401cb859 +size 7200 diff --git a/odin_raw/tpn.txt b/odin_raw/tpn.txt new file mode 100644 index 0000000000000000000000000000000000000000..31174d13c1b121c6c0fff6c8c59f5a74358917f9 --- /dev/null +++ b/odin_raw/tpn.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80655285616e30e8662e9106754b0ec941b1aaaca136084bf1c4f1f8d53c5ff7 +size 342 diff --git a/odin_raw/tpy.txt b/odin_raw/tpy.txt new file mode 100644 index 0000000000000000000000000000000000000000..37ebf7f19b53a45eeff6ff7d0c4844520a66c94a --- /dev/null +++ b/odin_raw/tpy.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe9567292bf992ee4891c6388353b324370168e06f584db6faf6fed22c99b76d +size 127 diff --git a/odin_raw/tpz.txt b/odin_raw/tpz.txt new file mode 100644 index 0000000000000000000000000000000000000000..41bfc76060cff561737c2b30cfc15064fc5714cb --- /dev/null +++ b/odin_raw/tpz.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32767b62b91d15827f78789d256d0209cf20b307b75e90384cc52756c4b0b8d8 +size 212 diff --git a/odin_raw/trc.txt b/odin_raw/trc.txt new file mode 100644 index 0000000000000000000000000000000000000000..5a3ea801e7f02ba47ee4a54e10fcab4e976f85c8 --- /dev/null +++ b/odin_raw/trc.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7348344837b740c77754526334be64faff1d7969d77d089f8e4eab30b7d6f97a +size 923 diff --git a/odin_raw/tri.txt b/odin_raw/tri.txt new file mode 100644 index 0000000000000000000000000000000000000000..fd1ba0e96ea49ff94162dcb367a637db8910e7b6 --- /dev/null +++ b/odin_raw/tri.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bba8d9bbfdbdf5ca73510767d2c38b9f82cd0494daba55cb18e76d67642322e +size 1899 diff --git a/odin_raw/trp.txt b/odin_raw/trp.txt new file mode 100644 index 0000000000000000000000000000000000000000..74fe5f92f4cd887046be6ebac51c23f1ccce7b35 --- /dev/null +++ b/odin_raw/trp.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f568bdbdd8d289a84f938d17a6030bd458cf190dc817af9b53f474b70ddc1ab4 +size 661 diff --git a/odin_raw/trv.txt b/odin_raw/trv.txt new file mode 100644 index 0000000000000000000000000000000000000000..637aed27186e55d17545a4e27b7d1a38bd88ad9a --- /dev/null +++ b/odin_raw/trv.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79e535a36f21d174f644ce7284b865215270bf52f0fb82024c65fd66055e0f9b +size 23398 diff --git a/odin_raw/ts.txt b/odin_raw/ts.txt new file mode 100644 index 0000000000000000000000000000000000000000..fb972959cf5d65f60325c6b44f107c7c2b5b3d9a --- /dev/null +++ b/odin_raw/ts.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e0135e04f31b31f5e0790a583d8ee876e7f9f2b56e5178b7690f93d4fd74431 +size 3835 diff --git a/odin_raw/tsj.txt b/odin_raw/tsj.txt new file mode 100644 index 0000000000000000000000000000000000000000..c2812669bb94e21faa862ae67c0ec764aad878fc --- /dev/null +++ b/odin_raw/tsj.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e946d11f5763274caa5b18d9d98f49d1dc890ed986eacf248e98ecdcc175d187 +size 87 diff --git a/odin_raw/tsn.txt b/odin_raw/tsn.txt new file mode 100644 index 0000000000000000000000000000000000000000..3029ad3194d1efe1b8a43b05706432766e10fbdf --- /dev/null +++ b/odin_raw/tsn.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9da92b0ce7900f8cf4535c5d6c4f47b9067e1cebcac13a41d2bd9e57496b324f +size 6176 diff --git a/odin_raw/tsu.txt b/odin_raw/tsu.txt new file mode 100644 index 0000000000000000000000000000000000000000..eca7f575786b493ed1b4167a4b57004ff4fb69d2 --- /dev/null +++ b/odin_raw/tsu.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c99af11a5b42e3780b5452f4912aa24049bcf0f6cf795be2b4126ff46963c11 +size 43541 diff --git a/odin_raw/tsz.txt b/odin_raw/tsz.txt new file mode 100644 index 0000000000000000000000000000000000000000..d80898dc04f974cdfdbdce04883f36353ef3ce0b --- /dev/null +++ b/odin_raw/tsz.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c86b6f97e30e6a1493ce83c17fe51b7073c5e1f519dd3698b4cac448fe96186 +size 994 diff --git a/odin_raw/tu.txt b/odin_raw/tu.txt new file mode 100644 index 0000000000000000000000000000000000000000..3d3f14e9396c970a7e2f5d4f8f0174f84d19e01f --- /dev/null +++ b/odin_raw/tu.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e55cf035239dd5053ea12cea44f463513bca922c796fa63a409161421e2f9793 +size 388 diff --git a/odin_raw/tub.txt b/odin_raw/tub.txt new file mode 100644 index 0000000000000000000000000000000000000000..da140c06b9b50c434e7e8b01f9833197d4b65ed1 --- /dev/null +++ b/odin_raw/tub.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:181e7a0b013274ecde08e0364f95dafc4f4360b2f820723ea98b4370f8175a7d +size 620 diff --git a/odin_raw/tue.txt b/odin_raw/tue.txt new file mode 100644 index 0000000000000000000000000000000000000000..c6151ed506a737345924fdc32ac667e99a88a95a --- /dev/null +++ b/odin_raw/tue.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4e4918c83a2840022550a210e9326d45de0d4eb8033cc55f2b200b2afe293ba +size 1403 diff --git a/odin_raw/tui.txt b/odin_raw/tui.txt new file mode 100644 index 0000000000000000000000000000000000000000..82fe2f79d8228a2053fe08c776966b6a41d3b00f --- /dev/null +++ b/odin_raw/tui.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3963edf25bddd0f7042ab18b81c4b62bc710a7b88fdb7dcd97031d491435bec8 +size 372 diff --git a/odin_raw/tuo.txt b/odin_raw/tuo.txt new file mode 100644 index 0000000000000000000000000000000000000000..9b1e2aafb42d6bad898e09c83215af64af67dd0d --- /dev/null +++ b/odin_raw/tuo.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:010e1dc71733792a859b2200b3a2fd874eeb4a495039a5a0e2b5f5dc254f0bd7 +size 409 diff --git a/odin_raw/tur.txt b/odin_raw/tur.txt new file mode 100644 index 0000000000000000000000000000000000000000..17484bb03c7adf2b05e7b822fc4a182897df74dc --- /dev/null +++ b/odin_raw/tur.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:209e89c7119f1ee231127084eb2859fb63b44003942386a5ba07631a306814ed +size 239058 diff --git a/odin_raw/tus.txt b/odin_raw/tus.txt new file mode 100644 index 0000000000000000000000000000000000000000..19154ab88b284c94cdab61423a016ab307ddb569 --- /dev/null +++ b/odin_raw/tus.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7b9ae3180f9b6bd94276b5442c9e0e46562286960d883747be71f20966d4128 +size 1111 diff --git a/odin_raw/tuv.txt b/odin_raw/tuv.txt new file mode 100644 index 0000000000000000000000000000000000000000..3c7c95538c9a7ee0db9e516f42c0cd516995a9bc --- /dev/null +++ b/odin_raw/tuv.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b05d073972444c713165e30f7f3fcaadc1d5c5f1b0502416a9354697d24ab72e +size 2709 diff --git a/odin_raw/tv.txt b/odin_raw/tv.txt new file mode 100644 index 0000000000000000000000000000000000000000..4c7e5f2fe44e58ef84cebc496aaf916845d0f2d4 --- /dev/null +++ b/odin_raw/tv.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81ae25af019c982f9cb5484c5c66596ff878dd614517bea0af37434c43c0093b +size 2130 diff --git a/odin_raw/tvo.txt b/odin_raw/tvo.txt new file mode 100644 index 0000000000000000000000000000000000000000..c4073d7204df7a41847f3fbf09d875276152fcd8 --- /dev/null +++ b/odin_raw/tvo.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0493d886e7201e745edbf76418499b3ae98d7debb1011765c19bc5e5eb80866e +size 377 diff --git a/odin_raw/twf.txt b/odin_raw/twf.txt new file mode 100644 index 0000000000000000000000000000000000000000..00984628626b81899fdd9e61caedbdecc57d65d4 --- /dev/null +++ b/odin_raw/twf.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08830dc86d9e518782ef8cfc48007a981ace44a55a36bb1664e9756e20b36bb9 +size 597 diff --git a/odin_raw/twq.txt b/odin_raw/twq.txt new file mode 100644 index 0000000000000000000000000000000000000000..a211790dc4d11c61cd95b1697af661e7b5ce8ea7 --- /dev/null +++ b/odin_raw/twq.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:845fa8edbac77e80a6b0c48670c1667f5cf3d519d3c3720d54eb135a7a0efebe +size 434 diff --git a/odin_raw/twu-dnk-txq-llg-rgu-row-bpz.txt b/odin_raw/twu-dnk-txq-llg-rgu-row-bpz.txt new file mode 100644 index 0000000000000000000000000000000000000000..281d14760a8be085864bda28dc02a05cbee2da18 --- /dev/null +++ b/odin_raw/twu-dnk-txq-llg-rgu-row-bpz.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9774786887df2c25c4a6ea0c24029b51362ffac4bac3fc1988cdec2f9a785ac +size 679 diff --git a/odin_raw/txg.txt b/odin_raw/txg.txt new file mode 100644 index 0000000000000000000000000000000000000000..7cdc83127f104328209fed00ee06304a4485b4a8 --- /dev/null +++ b/odin_raw/txg.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92b397a47bece8b1e169d2779d2ec6b6fc41a87af3e158b59c2110635a7f2c7a +size 466 diff --git a/odin_raw/tya.txt b/odin_raw/tya.txt new file mode 100644 index 0000000000000000000000000000000000000000..b63d64a75e180d3882ce7e758c9a532856d5f798 --- /dev/null +++ b/odin_raw/tya.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6410e4a8bcb8727408bfa726f861214b06b6a580cbd784c7fc509ac0740179cc +size 998 diff --git a/odin_raw/tyn.txt b/odin_raw/tyn.txt new file mode 100644 index 0000000000000000000000000000000000000000..6fe29391933f6d70513a6428b72357dc034c22d8 --- /dev/null +++ b/odin_raw/tyn.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:422444d798f49b590032c93dfcbdcd6181ed7582b50d67156abc834edf0535f0 +size 1614 diff --git a/odin_raw/tyv.txt b/odin_raw/tyv.txt new file mode 100644 index 0000000000000000000000000000000000000000..bac867cf1dc7094a842e0c09b0b8e75876a4aa7c --- /dev/null +++ b/odin_raw/tyv.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:912f158c75d2af523f500e551a207fe721a5d8cc8a659bc42118e5bc9184d2f0 +size 1021 diff --git a/odin_raw/tz.txt b/odin_raw/tz.txt new file mode 100644 index 0000000000000000000000000000000000000000..304f8bed22f2fa48cf8cff565ed5651cc9b8c610 --- /dev/null +++ b/odin_raw/tz.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a2e60a55daeab3174f384abd82c6d8b2ed759085de07178ffb1de2ea22c3aa5 +size 3590 diff --git a/odin_raw/tzb-tzh.txt b/odin_raw/tzb-tzh.txt new file mode 100644 index 0000000000000000000000000000000000000000..a259a6723dcc021f3e8e6973b0994cf58cedb089 --- /dev/null +++ b/odin_raw/tzb-tzh.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a4b59a04bfa439d0b776f7bea978158fb6fd53f20b7f6b5b84501c9ae069335 +size 320 diff --git a/odin_raw/tzb.txt b/odin_raw/tzb.txt new file mode 100644 index 0000000000000000000000000000000000000000..2e63a6bdf4c8d007301324dc766af34cf71cc582 --- /dev/null +++ b/odin_raw/tzb.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00651fd9c81a4d9217627968c318092bb0255b1fd17fa7d56bbde5e4fa6cb620 +size 71555 diff --git a/odin_raw/tzc-tzz.txt b/odin_raw/tzc-tzz.txt new file mode 100644 index 0000000000000000000000000000000000000000..7682207869c99bd05290cfa170ada4314e29d503 --- /dev/null +++ b/odin_raw/tzc-tzz.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59958d8b1d4cff363640042c398e9fc19f7c44836ce308dd67d159e6bbe4e127 +size 2366 diff --git a/odin_raw/tzc.txt b/odin_raw/tzc.txt new file mode 100644 index 0000000000000000000000000000000000000000..a43b0fde35d329356cccc3a338fe89e581b39502 --- /dev/null +++ b/odin_raw/tzc.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:604f42fc4b4108c6fe1db480372ddd7e7e3ce3cf26b891a6da8c57ff65326d0b +size 3382 diff --git a/odin_raw/tzh.txt b/odin_raw/tzh.txt new file mode 100644 index 0000000000000000000000000000000000000000..86ffb4b2ed0db2134d2c0e1e8d92951c43058b30 --- /dev/null +++ b/odin_raw/tzh.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51188d03514eee310360398adf060a24d00d526011b2afdd0cc8730a73b407cd +size 1155 diff --git a/odin_raw/tzj-tzt.txt b/odin_raw/tzj-tzt.txt new file mode 100644 index 0000000000000000000000000000000000000000..8825fb8d1144bbdd0aa2fa5702ca9ded0db83d8c --- /dev/null +++ b/odin_raw/tzj-tzt.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa7c87030e7c7eedeb5f181fa3c782dfa6d630c2befc90c86a3d9959ac27b58c +size 887 diff --git a/odin_raw/tzj.txt b/odin_raw/tzj.txt new file mode 100644 index 0000000000000000000000000000000000000000..09e5d8c8844701bcfd3cf7e278adc631359a1ad5 --- /dev/null +++ b/odin_raw/tzj.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2812ec5ecf34594c83c0115b7e9a31c87161bf6e65c9f42facd45f17a5d7a816 +size 575 diff --git a/odin_raw/tzt-tzj.txt b/odin_raw/tzt-tzj.txt new file mode 100644 index 0000000000000000000000000000000000000000..fdce5e6075f34d55c171a3768ed40e928913179f --- /dev/null +++ b/odin_raw/tzt-tzj.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a84dde922c77c9feeae5945b0c9c6b39527f675e884b7bdc32ffe68a7493ebf3 +size 152 diff --git a/odin_raw/tzz.txt b/odin_raw/tzz.txt new file mode 100644 index 0000000000000000000000000000000000000000..056bb94fa880fb0efca41643374048dfb6de341b --- /dev/null +++ b/odin_raw/tzz.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:057c08458b9af9c7e3a69184fbd7bfaeebc5d9b8e0ddaa0f73257725695e486a +size 7960 diff --git a/odin_raw/u.txt b/odin_raw/u.txt new file mode 100644 index 0000000000000000000000000000000000000000..ce8cadbb6d30ad489a5e6d08c807041b37ad08b9 --- /dev/null +++ b/odin_raw/u.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31888c58808b189724dea1c05935eb3ee267d041a963938a5f15ec69c0503307 +size 17198 diff --git a/odin_raw/ub.txt b/odin_raw/ub.txt new file mode 100644 index 0000000000000000000000000000000000000000..2d0d6b399c9d72fd83307860429f07c75d2cc1b1 --- /dev/null +++ b/odin_raw/ub.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d087ee5529082726431d23dac2931ba6285ba65f103f6c5addcbbc05d55a4611 +size 130958 diff --git a/odin_raw/ud.txt b/odin_raw/ud.txt new file mode 100644 index 0000000000000000000000000000000000000000..a7fb3fbef5a932e25b3fc80fe9322bf606e84e66 --- /dev/null +++ b/odin_raw/ud.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fcdc8774f57439d66be537cdeb3c5dad610c3de62abadf8f8b1e0101b200604 +size 5563 diff --git a/odin_raw/ude.txt b/odin_raw/ude.txt new file mode 100644 index 0000000000000000000000000000000000000000..ee622e0f82403bcfa06b32fc2344a0c432fa8546 --- /dev/null +++ b/odin_raw/ude.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcc614ca73c14a938c3d21ac5f872ea147a0ba6b4e98481fb9ab7032d2c386b3 +size 3045 diff --git a/odin_raw/udi.txt b/odin_raw/udi.txt new file mode 100644 index 0000000000000000000000000000000000000000..63c0b3aa28ece78ade7f5b0b0ba33f19d712f4e7 --- /dev/null +++ b/odin_raw/udi.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f251d858f60e7751a59813410c67853ba310b5f6093455cda157827af109c67 +size 51961 diff --git a/odin_raw/ue.txt b/odin_raw/ue.txt new file mode 100644 index 0000000000000000000000000000000000000000..884b3b82ac9bb992bb04ffa895c6b343ddb64f95 --- /dev/null +++ b/odin_raw/ue.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a03c89ab343cd1b532de92778543e73587fd9b706be082fc1c6f43709769441 +size 601 diff --git a/odin_raw/ug.txt b/odin_raw/ug.txt new file mode 100644 index 0000000000000000000000000000000000000000..a6212423ecc6ca6cc14fc03981903618e818f9f2 --- /dev/null +++ b/odin_raw/ug.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aad13f5abfd8dc38cc287627fc8ff1cfb5d4ce9009e88b6de1bd413c0ed25815 +size 7464 diff --git a/odin_raw/ui.txt b/odin_raw/ui.txt new file mode 100644 index 0000000000000000000000000000000000000000..0e6a3e7271d7d68c02db958f94f02a798d71d949 --- /dev/null +++ b/odin_raw/ui.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:410258c7fa066f7883e8c2b2ab524d813b67e7c4470282ce9bc3c130bde8a1d0 +size 4470 diff --git a/odin_raw/uig.txt b/odin_raw/uig.txt new file mode 100644 index 0000000000000000000000000000000000000000..46687889adad31d9a1bbdbab86fe4e876e5f800c --- /dev/null +++ b/odin_raw/uig.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a797352edacfcf096294feb5e09a9811349ae8e3d8e09e80507232acbd59d2f +size 249 diff --git a/odin_raw/ukr.txt b/odin_raw/ukr.txt new file mode 100644 index 0000000000000000000000000000000000000000..6acb911fc2cc8d0c1004a375f5e4779308d5ff15 --- /dev/null +++ b/odin_raw/ukr.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4314cb9b455c798b704a13155d06f5b1edaef86b576e3c4285cb346cc0fefd1a +size 11719 diff --git a/odin_raw/uma.txt b/odin_raw/uma.txt new file mode 100644 index 0000000000000000000000000000000000000000..3be8db8a6d475117a204115cf534a557e7ce42d7 --- /dev/null +++ b/odin_raw/uma.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2611bcddbbea0f49dc22b5bb5372b285ad60cff6f0211504b32f1e6cb5f2d6b +size 3583 diff --git a/odin_raw/umb.txt b/odin_raw/umb.txt new file mode 100644 index 0000000000000000000000000000000000000000..276b5f7caae1222247c635826539abccef1375d1 --- /dev/null +++ b/odin_raw/umb.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:984597aff0bc377b463c2015da3a99c849edc9875cf1343728c5bdc0b2bd1d0a +size 178 diff --git a/odin_raw/umu.txt b/odin_raw/umu.txt new file mode 100644 index 0000000000000000000000000000000000000000..b6803ab79453d8e94a56670d6ba8d047b4110ce0 --- /dev/null +++ b/odin_raw/umu.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d48f90d2e01bf4819586dc5bcd27f9e5fedd074f4a2de02cd855335fcedc4b73 +size 326 diff --git a/odin_raw/und.txt b/odin_raw/und.txt new file mode 100644 index 0000000000000000000000000000000000000000..58cf068cb608032e50c77402414ad46e2af0383b --- /dev/null +++ b/odin_raw/und.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a50aacac17aa4b4fa52bb4dbf476ef7624e76d5ff3320162723dc0058cb8888 +size 7064 diff --git a/odin_raw/ung.txt b/odin_raw/ung.txt new file mode 100644 index 0000000000000000000000000000000000000000..adf38ac25bd208cde463bf01d57b2717b474c779 --- /dev/null +++ b/odin_raw/ung.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1a224e2973734643c128cef3640feb1cc3dc3a2448d944195ac5d8d70938441 +size 269 diff --git a/odin_raw/urb.txt b/odin_raw/urb.txt new file mode 100644 index 0000000000000000000000000000000000000000..182ddb2f29e878c07e333ed5dbe13fa739ee41b5 --- /dev/null +++ b/odin_raw/urb.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a16353b80bee46d86f1345d9c129610f6d6e08f8e56be64f77ed09fe66c1a7d +size 1033 diff --git a/odin_raw/urd.txt b/odin_raw/urd.txt new file mode 100644 index 0000000000000000000000000000000000000000..aa6c5d084d2af96994fba1f8020401c193d03257 --- /dev/null +++ b/odin_raw/urd.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6aa19c3957f1aa575339818d0a43f496a580f610ef01b9bd7411b349fd88fae +size 53137 diff --git a/odin_raw/ure.txt b/odin_raw/ure.txt new file mode 100644 index 0000000000000000000000000000000000000000..dbb7c26e3a77cd5d758c4bd7caf4751f33d55fdd --- /dev/null +++ b/odin_raw/ure.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a32d37405131e97e5547218612aa8d660249b771230d3f81210a14589cc9131 +size 1787 diff --git a/odin_raw/urh.txt b/odin_raw/urh.txt new file mode 100644 index 0000000000000000000000000000000000000000..1e881adcd73037e9542c6f24da095f66b46035db --- /dev/null +++ b/odin_raw/urh.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72db7ab490f5be4d90d869ed9cb99a80b1161eef3bb0ddda97460513efe4184d +size 131 diff --git a/odin_raw/urk.txt b/odin_raw/urk.txt new file mode 100644 index 0000000000000000000000000000000000000000..3b37e98f3c274838d10f45b755efbf0d8e028edd --- /dev/null +++ b/odin_raw/urk.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56af71309c105f0767f2294aa7653eeafdcbb883ead3b27a9a6ba9183a71d96a +size 140 diff --git a/odin_raw/ut.txt b/odin_raw/ut.txt new file mode 100644 index 0000000000000000000000000000000000000000..2e4c8cad26a3b9c26f988842347c77d88213c3cd --- /dev/null +++ b/odin_raw/ut.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcc0ae1517d4fe92bcfe0b2f3ebeebb19f4ac9f738254e69d5802ebbddd1d777 +size 7468 diff --git a/odin_raw/ute.txt b/odin_raw/ute.txt new file mode 100644 index 0000000000000000000000000000000000000000..450ee0ffaadb6a7c2dbe75d4ea25e56440e91b83 --- /dev/null +++ b/odin_raw/ute.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d1495399b2898975e7056a60cc29785fac0322d880fed052a9868e3d0a1cb7b +size 3149 diff --git a/odin_raw/uu.txt b/odin_raw/uu.txt new file mode 100644 index 0000000000000000000000000000000000000000..b6fb7d75ecec7bd55d5875b56bc5c4fe0e35c568 --- /dev/null +++ b/odin_raw/uu.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccac5ce3110e22822b2c81c230cafb86bc35f1478e555fde7425e7fb105136ff +size 917 diff --git a/odin_raw/uw.txt b/odin_raw/uw.txt new file mode 100644 index 0000000000000000000000000000000000000000..58f25827e9e08bc5b3b5a5f3d44768fb97c490e5 --- /dev/null +++ b/odin_raw/uw.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7d02fedfd3164162dc283eae06a0bac717ed965bd536a1e686b9a6813690374 +size 2014 diff --git a/odin_raw/uzb.txt b/odin_raw/uzb.txt new file mode 100644 index 0000000000000000000000000000000000000000..fb88541d0429bd0e1d118070ce4110187909b00f --- /dev/null +++ b/odin_raw/uzb.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20aea375c94828c78c5ac48c21ed5e7eef77e0df55dfedd6a685e8f25edb25bf +size 561 diff --git a/odin_raw/va.txt b/odin_raw/va.txt new file mode 100644 index 0000000000000000000000000000000000000000..4ef5fa121fc69c4a5a3717e5d330f0911e89bed7 --- /dev/null +++ b/odin_raw/va.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b06c80c195a8a144692098fca4c5d56725787e697833658594dcaf9d1f20132 +size 705 diff --git a/odin_raw/vai.txt b/odin_raw/vai.txt new file mode 100644 index 0000000000000000000000000000000000000000..db65f7a17159ea15f2a4d527cc1172d561eb4142 --- /dev/null +++ b/odin_raw/vai.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c80484d9635fa1dc8b82f3591acc884eb19494243310fb4f55e25982df3fdadf +size 654 diff --git a/odin_raw/van.txt b/odin_raw/van.txt new file mode 100644 index 0000000000000000000000000000000000000000..fe515c30e3c8ae5e3e15b3528c828f85f60cbc0e --- /dev/null +++ b/odin_raw/van.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38fbd0f1bc0bf16a77ef005cb80521a619cdc52729e535d7dfeda98682f7817d +size 3625 diff --git a/odin_raw/var.txt b/odin_raw/var.txt new file mode 100644 index 0000000000000000000000000000000000000000..d320d27158723e329678b6ea74879576b9d528c4 --- /dev/null +++ b/odin_raw/var.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6c745218ed1094d78df55c533985d38f5d5347bc0f1fdef7f3422587c03b5f5 +size 290 diff --git a/odin_raw/vay.txt b/odin_raw/vay.txt new file mode 100644 index 0000000000000000000000000000000000000000..4573f4eccea3d89f38ba8d8d6f6c2709fa9d6a7d --- /dev/null +++ b/odin_raw/vay.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:306c79e4ba98b1b71bda1457d1b4c9bc89283d3e7f3aa5096c13bea44eefceee +size 80 diff --git a/odin_raw/vc.txt b/odin_raw/vc.txt new file mode 100644 index 0000000000000000000000000000000000000000..60c3003502091c1e9c7259c0256ce99222d16200 --- /dev/null +++ b/odin_raw/vc.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eadb7962f44fa0c9feedab54e28c3bcca02c0fd16d332c93341a4d07957d3aa9 +size 8123 diff --git a/odin_raw/vec.txt b/odin_raw/vec.txt new file mode 100644 index 0000000000000000000000000000000000000000..ed696afa35d349ac6381d29f7e99ec15039cae25 --- /dev/null +++ b/odin_raw/vec.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d1b6c66f0a08ae7cf861b174877e1d833993d2fd507ea0fce7269c9650746fd +size 12708 diff --git a/odin_raw/ven.txt b/odin_raw/ven.txt new file mode 100644 index 0000000000000000000000000000000000000000..9a0b7fe9960135def36df29b09ab436ec34cda03 --- /dev/null +++ b/odin_raw/ven.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3af7b68db8cbaf859942a18af34d49a4188938743eeb588ac195ad3659a57d67 +size 7391 diff --git a/odin_raw/vie.txt b/odin_raw/vie.txt new file mode 100644 index 0000000000000000000000000000000000000000..7c81d00d762aab1c15f823d57cb1de9e289b9e79 --- /dev/null +++ b/odin_raw/vie.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e97ba6ddcc7a90b133892c1d179934e07d5365efc36b1fb5d650000b67f85a9 +size 44134 diff --git a/odin_raw/vk.txt b/odin_raw/vk.txt new file mode 100644 index 0000000000000000000000000000000000000000..4d8fe78fc61afea03a4effdfb195e12406146929 --- /dev/null +++ b/odin_raw/vk.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eefdb9458243d5875a5846aa9985fe12296ec547192a79d582e2037817ab3ea +size 3299 diff --git a/odin_raw/vls.txt b/odin_raw/vls.txt new file mode 100644 index 0000000000000000000000000000000000000000..feace9eb73a60e18b1062fb367d41c6cb14c0486 --- /dev/null +++ b/odin_raw/vls.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:717d3f746ca459f1b6afb4e9c91679afc9b6dd0fd29af2bc8567e4698ef2ccc3 +size 31704 diff --git a/odin_raw/vma.txt b/odin_raw/vma.txt new file mode 100644 index 0000000000000000000000000000000000000000..2d1bdba3b7a7c2a1ac3d200374bac26649302a63 --- /dev/null +++ b/odin_raw/vma.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:239aee5903dbb7de1da6c606fb190c193c3231e9f3dfdc71c3cff343c08e3c36 +size 4421 diff --git a/odin_raw/vmf.txt b/odin_raw/vmf.txt new file mode 100644 index 0000000000000000000000000000000000000000..9601b4f176311fa19c267dfc46b00089abf3084b --- /dev/null +++ b/odin_raw/vmf.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03031f316c2c0f60c0d9a12988b252f8cdc8e704e9b35135068e7fdabc8ed2ce +size 474 diff --git a/odin_raw/vmw.txt b/odin_raw/vmw.txt new file mode 100644 index 0000000000000000000000000000000000000000..5db7c1daf94bf303d240ed61b11585daa2dcf931 --- /dev/null +++ b/odin_raw/vmw.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13ea5af6ea87bc81e9468c006365379e2023d1cd46f377a8f0f6a076e4d14e1d +size 143 diff --git a/odin_raw/vot.txt b/odin_raw/vot.txt new file mode 100644 index 0000000000000000000000000000000000000000..0168cbeef86037e4b6e4fc6b5cdae5717e045b47 --- /dev/null +++ b/odin_raw/vot.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b07600d62c6e4602d3b2f7ae8fdf7a37dd3f22c02ffb5742238675199f272bea +size 804 diff --git a/odin_raw/vut.txt b/odin_raw/vut.txt new file mode 100644 index 0000000000000000000000000000000000000000..727cbba860b6a0575d6593e400abd9e92bd85bc5 --- /dev/null +++ b/odin_raw/vut.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f6cfabe561a4b271f5890b07429074c12fa9ca23802f88d256fc9f4fef3dd17 +size 810 diff --git a/odin_raw/w.txt b/odin_raw/w.txt new file mode 100644 index 0000000000000000000000000000000000000000..d8aaea3660fe6bd6bc877cf6cbea96b43dc1e9c7 --- /dev/null +++ b/odin_raw/w.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcdb7467d28ee3d347467c0bdf2ffa767397038b924e288cde36dc75f616f4d5 +size 30823 diff --git a/odin_raw/wa.txt b/odin_raw/wa.txt new file mode 100644 index 0000000000000000000000000000000000000000..6581bd4fcd82943d97f808a0a388875236882803 --- /dev/null +++ b/odin_raw/wa.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f4d836792f90b36b73777927f8cf301f65f0a408c9f9ffccf86fb957ea4b2e0 +size 367 diff --git a/odin_raw/waa.txt b/odin_raw/waa.txt new file mode 100644 index 0000000000000000000000000000000000000000..3e4b10a8ca0bbc86f73f14771173c27536d4cf26 --- /dev/null +++ b/odin_raw/waa.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e53c720a03ce191312dc5573e5ab39b6594d4254f7930fc6e85c0a7b4450f75e +size 283 diff --git a/odin_raw/wac.txt b/odin_raw/wac.txt new file mode 100644 index 0000000000000000000000000000000000000000..4d1987ca4a893cf5e28cec2ec6698d321eabbaf4 --- /dev/null +++ b/odin_raw/wac.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce0b6cae004d979e31b7eaf43937ea8652b173f8f5fa5d0192224d0797fd0a89 +size 205 diff --git a/odin_raw/wae.txt b/odin_raw/wae.txt new file mode 100644 index 0000000000000000000000000000000000000000..0e2ae3ee07e9d656f7488f45d55529ee5eba5470 --- /dev/null +++ b/odin_raw/wae.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4df72aca78d1308ef3e9a190fba1a1f4416973314d290b7b23b0f533a7a9b6bc +size 5030 diff --git a/odin_raw/wao.txt b/odin_raw/wao.txt new file mode 100644 index 0000000000000000000000000000000000000000..0bc4f51b6f47c42fb6a96f23d83fe5bf1dcaed8e --- /dev/null +++ b/odin_raw/wao.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c37d036683abce5d90a1272bd4d6a907a2e37d13972a1513509c64b93104f3f0 +size 341 diff --git a/odin_raw/wau.txt b/odin_raw/wau.txt new file mode 100644 index 0000000000000000000000000000000000000000..e152028552ca5342d072412047f6a58389085b57 --- /dev/null +++ b/odin_raw/wau.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:457dad02f06e0837671f6db05537461658191afe8964513d925a431f7bc30a14 +size 884 diff --git a/odin_raw/waw.txt b/odin_raw/waw.txt new file mode 100644 index 0000000000000000000000000000000000000000..c53d529cbf0eede4390c789b13b6e6f5f01a4c74 --- /dev/null +++ b/odin_raw/waw.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd2c4eaebd0c33bb5a3f0c1e4e06ba5e32ce8d51aefcdbc41dd52cd500a9f6ef +size 230 diff --git a/odin_raw/wba.txt b/odin_raw/wba.txt new file mode 100644 index 0000000000000000000000000000000000000000..f5fb3ac19543de9fab79bbb8aa20f70fcdc3f114 --- /dev/null +++ b/odin_raw/wba.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d19ea41f0982e344ee4b92a7330069d98ebf1cf467548b6129302543025a575 +size 1861 diff --git a/odin_raw/wbk.txt b/odin_raw/wbk.txt new file mode 100644 index 0000000000000000000000000000000000000000..f27cc99c7801ff0ad52256761ffb9740d3cb71b3 --- /dev/null +++ b/odin_raw/wbk.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ba3aaed7e0541731186b55ba5de677ca6a9f52e4ed90ab87ad79d10aa799d61 +size 181 diff --git a/odin_raw/wbp.txt b/odin_raw/wbp.txt new file mode 100644 index 0000000000000000000000000000000000000000..41098f517a7414e280da34f92995b1baa73d7189 --- /dev/null +++ b/odin_raw/wbp.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85ba25d7c58d535a6f0816cde2003cc2acec67cddeddef2f049a16211dc3e8a6 +size 151465 diff --git a/odin_raw/wbv.txt b/odin_raw/wbv.txt new file mode 100644 index 0000000000000000000000000000000000000000..16e7a7f898b98f36501d236465ee833919df8cec --- /dev/null +++ b/odin_raw/wbv.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1a174f860993e4e9410b61f306d456ad05c8d2d689848e9690e49f48bdea716 +size 517 diff --git a/odin_raw/wd.txt b/odin_raw/wd.txt new file mode 100644 index 0000000000000000000000000000000000000000..983bfe160de265f07d19c4bc97ff512cfc08fb78 --- /dev/null +++ b/odin_raw/wd.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93223f5ee84ef3ad9cbc35595a959d9ff21aa6b46138436f11b88fa47bfd2a78 +size 769 diff --git a/odin_raw/wf.txt b/odin_raw/wf.txt new file mode 100644 index 0000000000000000000000000000000000000000..08360e7cd7476e0d7f59da58c169548eca90b90f --- /dev/null +++ b/odin_raw/wf.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:605f10415e77aee2e843c79b21773a333febc9d167a6b54261bb86eb81435b0f +size 1219 diff --git a/odin_raw/wga.txt b/odin_raw/wga.txt new file mode 100644 index 0000000000000000000000000000000000000000..f081366a9e4505d89d82bae0c821875876f29e0b --- /dev/null +++ b/odin_raw/wga.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48f778be9c351dc9fbe53dc613c4360b7b6440c34c589e7fab317f69f750b6d9 +size 423 diff --git a/odin_raw/wh.txt b/odin_raw/wh.txt new file mode 100644 index 0000000000000000000000000000000000000000..27b6f71b8e7fb520ee160dfac32c7f9cef230a45 --- /dev/null +++ b/odin_raw/wh.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0913e67429a3d1a1d540cbda9ef6b342d514c2ca8c623e2645415983020e9ef8 +size 129 diff --git a/odin_raw/wit.txt b/odin_raw/wit.txt new file mode 100644 index 0000000000000000000000000000000000000000..17126b079c5132e1d4dfb3bc877f80fe4aa541b8 --- /dev/null +++ b/odin_raw/wit.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee56af89de7a3d66a249ccf28a3544f204aa2f667295fd98a93a6d0de9f2e0d9 +size 841 diff --git a/odin_raw/wk.txt b/odin_raw/wk.txt new file mode 100644 index 0000000000000000000000000000000000000000..4abafd91c397223a0e6b9e4dc525c250a693eaee --- /dev/null +++ b/odin_raw/wk.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bcc58ec48ff85452b84dd6b4a9b09466a8da79b8a5428d66b73f32d2f617065 +size 183 diff --git a/odin_raw/wkw.txt b/odin_raw/wkw.txt new file mode 100644 index 0000000000000000000000000000000000000000..2671b8175acc056ce9b6fe47ca4200818334a0e5 --- /dev/null +++ b/odin_raw/wkw.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbf69a5cb7fefe140f2aca524aecc9112259402937fe6fd6143906e9e16aa100 +size 393 diff --git a/odin_raw/wln.txt b/odin_raw/wln.txt new file mode 100644 index 0000000000000000000000000000000000000000..88d27a77c44a7d0a3a529839c4863653bc48af7b --- /dev/null +++ b/odin_raw/wln.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6276d690df80f64e441c6671b9a4479cdac2d0c157867b62c57804f50224398 +size 120 diff --git a/odin_raw/wls.txt b/odin_raw/wls.txt new file mode 100644 index 0000000000000000000000000000000000000000..a1770d65cea4a2a122c8aacb84fb2fce1ca74ece --- /dev/null +++ b/odin_raw/wls.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb502e4c1f37ee5d34b5563c12f8fbbab8989e29f632996cd9d9133a75464754 +size 473 diff --git a/odin_raw/wmb.txt b/odin_raw/wmb.txt new file mode 100644 index 0000000000000000000000000000000000000000..4c901b6d08cf8940ecc3ba209e7f26d992f50fd2 --- /dev/null +++ b/odin_raw/wmb.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1a3bb7088b4616b7a94717a6b39f6d28c754a22dbdaa092b3f744e84e43c94d +size 8579 diff --git a/odin_raw/wms.txt b/odin_raw/wms.txt new file mode 100644 index 0000000000000000000000000000000000000000..5a70edbef08f23ab54e67b5b92cb20459939cb24 --- /dev/null +++ b/odin_raw/wms.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e1b8d339f28be0b9fe749342be94922b9019a218d07c51eaa4b334af77c90f3 +size 965 diff --git a/odin_raw/wno.txt b/odin_raw/wno.txt new file mode 100644 index 0000000000000000000000000000000000000000..b41932ff7bff99e86b5dd30fe071ae034584f771 --- /dev/null +++ b/odin_raw/wno.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f278620383681d8cdb67585bee996e579d8539798dcc1ccfe68bb54cd88023ae +size 328 diff --git a/odin_raw/wnu.txt b/odin_raw/wnu.txt new file mode 100644 index 0000000000000000000000000000000000000000..8df2303950ee931c88c4424aed2542bda0589241 --- /dev/null +++ b/odin_raw/wnu.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68dbdf110be86c61a6a3b7bfaee02319495db804ec2abcbec1eff85f0194d532 +size 2442 diff --git a/odin_raw/wo.txt b/odin_raw/wo.txt new file mode 100644 index 0000000000000000000000000000000000000000..9d7960016aa4eeebcf84a6fcfdcf442bb6f035d0 --- /dev/null +++ b/odin_raw/wo.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d193d072efe602926185806e7030628a65959dcd8c77c6b2bab217687820760 +size 107843 diff --git a/odin_raw/woe.txt b/odin_raw/woe.txt new file mode 100644 index 0000000000000000000000000000000000000000..8948f2562f92ed007bdaf2d27263eb8143ce10b7 --- /dev/null +++ b/odin_raw/woe.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52d8e63e399f9aedf2982c9b4c9027ce88e11a698dbad9382f5ec90368442a37 +size 802 diff --git a/odin_raw/wof.txt b/odin_raw/wof.txt new file mode 100644 index 0000000000000000000000000000000000000000..4a24847e17109da206a24e28a742b26840d49ded --- /dev/null +++ b/odin_raw/wof.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f1bf322c6ea725c66f69bcc96d34143b6306ef28faca16d970e6b8cf3227aed +size 114 diff --git a/odin_raw/wr.txt b/odin_raw/wr.txt new file mode 100644 index 0000000000000000000000000000000000000000..39f762c22c7aa150e251129da8e27a875fa78817 --- /dev/null +++ b/odin_raw/wr.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1ecbf20a068440d2a19ac9ad9dafe7008cba06a6821217ab4a7c12b311ddb5e +size 292 diff --git a/odin_raw/wra.txt b/odin_raw/wra.txt new file mode 100644 index 0000000000000000000000000000000000000000..f8d0fc1f60c87f5b6baf14c7a6204040024c87e9 --- /dev/null +++ b/odin_raw/wra.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21f7391d112ec1c23104e89225ff3ebeb829fbbbbdf914aa8d9096a0be0c4cb6 +size 5617 diff --git a/odin_raw/wrr.txt b/odin_raw/wrr.txt new file mode 100644 index 0000000000000000000000000000000000000000..dbb260f1e55cbb1242eabc1028cd5d3793de895a --- /dev/null +++ b/odin_raw/wrr.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c2ab903496d88515cf46f386975589a9d761ce4db2f8e628a0d3f71ded334c6 +size 444 diff --git a/odin_raw/wsa.txt b/odin_raw/wsa.txt new file mode 100644 index 0000000000000000000000000000000000000000..df0b71d52a7bea1d07812afeae2b0e21fb1d4af5 --- /dev/null +++ b/odin_raw/wsa.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b46f13951312f70c1b7ada02fa1132872a126b51ca10b79d38c00ec3a19a5c9a +size 73 diff --git a/odin_raw/wsk.txt b/odin_raw/wsk.txt new file mode 100644 index 0000000000000000000000000000000000000000..71f296545420cb6c5db91ef8d8db83cd73c23658 --- /dev/null +++ b/odin_raw/wsk.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f26d92a418d114d63812fbebbcb4fe55b3a5df7e6709fad50555401e19ce99cb +size 2830 diff --git a/odin_raw/wuu.txt b/odin_raw/wuu.txt new file mode 100644 index 0000000000000000000000000000000000000000..d54d23694e0a0de27e6a44624f4b1d052cbf8d74 --- /dev/null +++ b/odin_raw/wuu.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f9c4ef2419e6533cae828f7a84c63d3c446923f79e038403dde713770215d4f +size 1219 diff --git a/odin_raw/wwr.txt b/odin_raw/wwr.txt new file mode 100644 index 0000000000000000000000000000000000000000..22740157d61ca13844f35ca60ac757dd4cb3813e --- /dev/null +++ b/odin_raw/wwr.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1052daa5412fd644692e9a3b5e85c6e89d4d5816ad300715e4b148feb23116b2 +size 1242 diff --git a/odin_raw/wyb.txt b/odin_raw/wyb.txt new file mode 100644 index 0000000000000000000000000000000000000000..49a3d1801e6f6c3f4b8833dce87f3d6303468927 --- /dev/null +++ b/odin_raw/wyb.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:879138f9449abf7d14ba2537070b51bc20ecc5534ac4f6f1c7fcfd8e68270fb0 +size 4687 diff --git a/odin_raw/y.txt b/odin_raw/y.txt new file mode 100644 index 0000000000000000000000000000000000000000..15a0cfcf6ded5baa7d5a8575449411b1a55999d9 --- /dev/null +++ b/odin_raw/y.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2f301fb3073d4e93ce9540e6a0ab4af9fd049d199bd99e2933c23c74f73baf5 +size 21641 diff --git a/odin_raw/ya.txt b/odin_raw/ya.txt new file mode 100644 index 0000000000000000000000000000000000000000..87cf51437bc38f053e558a2cb2a263d4dbc6f081 --- /dev/null +++ b/odin_raw/ya.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad0118da14f070bbb202dd88767928e2793444ba06f18e0141823ca4aeeeee86 +size 2174 diff --git a/odin_raw/yab.txt b/odin_raw/yab.txt new file mode 100644 index 0000000000000000000000000000000000000000..0cd03e1f099b85908bb8bd1bf8f136d879fff640 --- /dev/null +++ b/odin_raw/yab.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ab5a97ce4fa3129164aa9b605878eea582648da9c0ebafa96629a615a756745 +size 378 diff --git a/odin_raw/yad.txt b/odin_raw/yad.txt new file mode 100644 index 0000000000000000000000000000000000000000..d4a3152c35e8d24ff3d3dc1ed559929c4cdb9d63 --- /dev/null +++ b/odin_raw/yad.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73ec47aba33b9bba0dc157b477e2bb5a80fcf960a38b3a5303e099284707189b +size 1185 diff --git a/odin_raw/yaf.txt b/odin_raw/yaf.txt new file mode 100644 index 0000000000000000000000000000000000000000..ed24704d5c2177695af2edd2c6668696c002e07c --- /dev/null +++ b/odin_raw/yaf.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddf7b1316083dc46b89edfe72302bf5268704b373cebaf00681c5c7a0f32dfcf +size 686 diff --git a/odin_raw/yai.txt b/odin_raw/yai.txt new file mode 100644 index 0000000000000000000000000000000000000000..4cd19155d6f5ba0ccacf56d1385979ecd9ae7fc9 --- /dev/null +++ b/odin_raw/yai.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbc3c631040feccad005cce8825662c2bbea572c87c9844061cabc2b5afe1e35 +size 251 diff --git a/odin_raw/yak.txt b/odin_raw/yak.txt new file mode 100644 index 0000000000000000000000000000000000000000..1d6977d95d5b3b005a9a5ed585f0db43a286b5f7 --- /dev/null +++ b/odin_raw/yak.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:207f84d12788797e0db4ab429392fcb9b4c629d9fe546115ec7b6ed32205ffdd +size 1526 diff --git a/odin_raw/yap.txt b/odin_raw/yap.txt new file mode 100644 index 0000000000000000000000000000000000000000..a960b53d0219fbe828a94a0cc64b69364c5dcedf --- /dev/null +++ b/odin_raw/yap.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f34e3f63341337f0a78b5781c5fbb78d665052377521545a2cc297a5e06160f1 +size 1302 diff --git a/odin_raw/yaq.txt b/odin_raw/yaq.txt new file mode 100644 index 0000000000000000000000000000000000000000..cd2c4eb56bb6dde012417ff2fe944e1866863d45 --- /dev/null +++ b/odin_raw/yaq.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ad4d376c4ac0b1068c0d51b9ee0f8fde28b2628de053fb28e829ceac28db7be +size 133934 diff --git a/odin_raw/yaz.txt b/odin_raw/yaz.txt new file mode 100644 index 0000000000000000000000000000000000000000..2c7a696130a4db855cab96671699c31152170f8c --- /dev/null +++ b/odin_raw/yaz.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14f8fd8390c6fc69a91519a7859102e1cc814bbce7c6eb45d0c5ef916db9e950 +size 16883 diff --git a/odin_raw/yb-nzy.txt b/odin_raw/yb-nzy.txt new file mode 100644 index 0000000000000000000000000000000000000000..f38126c361103a7394b027cf785b2870765a936a --- /dev/null +++ b/odin_raw/yb-nzy.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1482f7a6e6c76a3da3321b6bec8285a355d783c245e94042aebf2ace30bf3a42 +size 65 diff --git a/odin_raw/yb.txt b/odin_raw/yb.txt new file mode 100644 index 0000000000000000000000000000000000000000..f38126c361103a7394b027cf785b2870765a936a --- /dev/null +++ b/odin_raw/yb.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1482f7a6e6c76a3da3321b6bec8285a355d783c245e94042aebf2ace30bf3a42 +size 65 diff --git a/odin_raw/ybi.txt b/odin_raw/ybi.txt new file mode 100644 index 0000000000000000000000000000000000000000..676299a626331742c10eda54d4050339ded05cb4 --- /dev/null +++ b/odin_raw/ybi.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf77250964ac2ec910ab506eef286ebdcc36558c707e388fdefa2b04184d0bb9 +size 10972 diff --git a/odin_raw/ydd-yid-yih.txt b/odin_raw/ydd-yid-yih.txt new file mode 100644 index 0000000000000000000000000000000000000000..bfca395858d77517a3cc05d9c008dcb1676c193c --- /dev/null +++ b/odin_raw/ydd-yid-yih.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b444e366d4c466d7f5dc452fca3f67c2433ed59bce9c2c445bab849d308f9020 +size 114 diff --git a/odin_raw/ydd.txt b/odin_raw/ydd.txt new file mode 100644 index 0000000000000000000000000000000000000000..f179b1b5e26344844803520e3ec64cd294ba745c --- /dev/null +++ b/odin_raw/ydd.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f676fa1dbdfbeb627a1f83c6bc927cc68e1cab31b1138a343299a9489e4f090b +size 12984 diff --git a/odin_raw/yea.txt b/odin_raw/yea.txt new file mode 100644 index 0000000000000000000000000000000000000000..9246ee2da449f3aba1d2d5a3fa36ca0faafbf298 --- /dev/null +++ b/odin_raw/yea.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a645e7ee705eb892d62918c77d1403472da0a45fca990a2a0b91fc56aabecf6 +size 118 diff --git a/odin_raw/yee.txt b/odin_raw/yee.txt new file mode 100644 index 0000000000000000000000000000000000000000..78fff5c2fc360dfa74158edc621b20b84fb012a8 --- /dev/null +++ b/odin_raw/yee.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66e6bdba8c4d01c4df4dbf1a5debfe6abe3f03dce22da18096932109ce03241c +size 12209 diff --git a/odin_raw/ygr.txt b/odin_raw/ygr.txt new file mode 100644 index 0000000000000000000000000000000000000000..a597f43879f4520e5a039f2f8236dc61c1926f21 --- /dev/null +++ b/odin_raw/ygr.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abf17a2cedb9ea343b608bebebc602a943ee73f05152e43098f20940e91f0f27 +size 393 diff --git a/odin_raw/yh.txt b/odin_raw/yh.txt new file mode 100644 index 0000000000000000000000000000000000000000..e1b7224570128f66d20a1606885b18358302d6f6 --- /dev/null +++ b/odin_raw/yh.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25625e18ee7cad51ce732c3d4ad81bdfbbc906b0026938ec7a261615925ebbe0 +size 683 diff --git a/odin_raw/yia.txt b/odin_raw/yia.txt new file mode 100644 index 0000000000000000000000000000000000000000..3b5f2d7e507f25f7ca5f0dbac797d6dc1200e853 --- /dev/null +++ b/odin_raw/yia.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e93836079e0727276ec4c41bd64295f21333f465073a1da5492ada0258532e1c +size 927 diff --git a/odin_raw/yih.txt b/odin_raw/yih.txt new file mode 100644 index 0000000000000000000000000000000000000000..1e2d3f96736efdbf2e1e52f8e5c63c48a1282fc7 --- /dev/null +++ b/odin_raw/yih.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba2445bcc2b69eafe6b29709adc50604737d9e6644d7efeefc111ee40bae543a +size 820 diff --git a/odin_raw/yii.txt b/odin_raw/yii.txt new file mode 100644 index 0000000000000000000000000000000000000000..ff16d032e4821477c2aba1a3a886a257f10fa9ce --- /dev/null +++ b/odin_raw/yii.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaf569449e6225b2a5692a1ce0238826d16d4c80c9ef9069a1cf1f3f72bd428b +size 6601 diff --git a/odin_raw/yij.txt b/odin_raw/yij.txt new file mode 100644 index 0000000000000000000000000000000000000000..9ff714397fcc82e62c50e1fe039d60a732eae774 --- /dev/null +++ b/odin_raw/yij.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34f9a2c34c25ff93f66c264518acd6b96f82dfd33586af2962e7cc82732a1437 +size 867 diff --git a/odin_raw/ykg-yu.txt b/odin_raw/ykg-yu.txt new file mode 100644 index 0000000000000000000000000000000000000000..6ae678d4330370d29128d89c3466777d81e0b11a --- /dev/null +++ b/odin_raw/ykg-yu.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebe4c2973acea5a773936d46e618706b717f3108ffe8ab4c38417304903ba5a2 +size 2899 diff --git a/odin_raw/ylr.txt b/odin_raw/ylr.txt new file mode 100644 index 0000000000000000000000000000000000000000..44c9c2c49daf6182963b13e136e396ca7ea6b96e --- /dev/null +++ b/odin_raw/ylr.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3c8fb0561628dce4a4cdd76b8f8eb80a0c31f67ab3554141fccd59519f89ade +size 1258 diff --git a/odin_raw/ynn.txt b/odin_raw/ynn.txt new file mode 100644 index 0000000000000000000000000000000000000000..e28f8dc41ae6ecc8d2caf89960abc18427f6b1c7 --- /dev/null +++ b/odin_raw/ynn.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afd701a8fbb4d0414d0257b7ab66d8c230e22830355262106a5bf73280856fa1 +size 109 diff --git a/odin_raw/yor.txt b/odin_raw/yor.txt new file mode 100644 index 0000000000000000000000000000000000000000..0f8e64653cb6cd6cd7f51a1a6e8997bf3fc980a1 --- /dev/null +++ b/odin_raw/yor.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:914c024dcae623aaa8219af28ccae858db75e227164feb75b2d4268626029d49 +size 21106 diff --git a/odin_raw/yoy.txt b/odin_raw/yoy.txt new file mode 100644 index 0000000000000000000000000000000000000000..dc519c9067c6c2f0400a2434d02c961cbb9ae55b --- /dev/null +++ b/odin_raw/yoy.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3df37066806c040d5169f96a3abb218ea69b4d6d4a3fa413c3d936579f8283f0 +size 129 diff --git a/odin_raw/yp.txt b/odin_raw/yp.txt new file mode 100644 index 0000000000000000000000000000000000000000..fde999b2e91e89d04de4f641e81e7158b74f8221 --- /dev/null +++ b/odin_raw/yp.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:543d4e74d824db12619c6877670c18c04a3fa1bbf7248f4cabe94129adf99a9c +size 557 diff --git a/odin_raw/yrk.txt b/odin_raw/yrk.txt new file mode 100644 index 0000000000000000000000000000000000000000..b65214a1d1aa1723c2f0808b547e551fd22ffa5b --- /dev/null +++ b/odin_raw/yrk.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64473fc4875d6631125274258b472f380ab467e939b0757c6b1acb8ec3fb7c7c +size 7391 diff --git a/odin_raw/yu.txt b/odin_raw/yu.txt new file mode 100644 index 0000000000000000000000000000000000000000..398307dad10142be3150ca4fa58653232fc63a39 --- /dev/null +++ b/odin_raw/yu.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63dd63129fa7faa314bf22961f111287af2ca5515a49f8f72703d03f13660707 +size 1282 diff --git a/odin_raw/yua.txt b/odin_raw/yua.txt new file mode 100644 index 0000000000000000000000000000000000000000..f3285a1d51ecab8b2ceb66867d54a30120d777ab --- /dev/null +++ b/odin_raw/yua.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d95fc65807b22bffa437b9a67addc18dd71e1f2a5591b70a5769366d77dcaead +size 165031 diff --git a/odin_raw/yuc.txt b/odin_raw/yuc.txt new file mode 100644 index 0000000000000000000000000000000000000000..512f622194d847d9402a1d1e23d6276507d2062d --- /dev/null +++ b/odin_raw/yuc.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:200a0bf57713d71a47c7edf4a85417912008a8880cd236cd6fcc2556f9ce5c26 +size 499 diff --git a/odin_raw/yue.txt b/odin_raw/yue.txt new file mode 100644 index 0000000000000000000000000000000000000000..1b043509dfe4db79757a95ea716f2ac32822e446 --- /dev/null +++ b/odin_raw/yue.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c122d55e3e411a22d811beb91ec485a7277d172f9c4757293ee778fcf071fb2 +size 64342 diff --git a/odin_raw/yuf.txt b/odin_raw/yuf.txt new file mode 100644 index 0000000000000000000000000000000000000000..f2b47cd3f4448c9535be6d898674bdc82a3b05e6 --- /dev/null +++ b/odin_raw/yuf.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:269b10436895b58cf10a25a19a1049d13cbf47e0a677d915cab1c53abb3fd9d4 +size 808 diff --git a/odin_raw/yur.txt b/odin_raw/yur.txt new file mode 100644 index 0000000000000000000000000000000000000000..50f2236b9e084fe58786ff0eee8cf25238a31ef2 --- /dev/null +++ b/odin_raw/yur.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:372b3c07bc11d98168a17accb443ac2c8e6fc11c2df54f79cbd9bcfffd502333 +size 497 diff --git a/odin_raw/yux-ykg.txt b/odin_raw/yux-ykg.txt new file mode 100644 index 0000000000000000000000000000000000000000..9a829d891872af42949af60805bf0d4c703950fc --- /dev/null +++ b/odin_raw/yux-ykg.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e72cd5c3e46e3cb6e12697f2dff75267b54a0725664fde3a5540bfdd584db87 +size 463 diff --git a/odin_raw/yuz.txt b/odin_raw/yuz.txt new file mode 100644 index 0000000000000000000000000000000000000000..c8982c0e3dc54a18d5c7f1c4546c00b80114b050 --- /dev/null +++ b/odin_raw/yuz.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a2f88d14c4f492d4aece8fff6f8cc9525f9d5412e8b32fab87dde45b49f345b +size 282 diff --git a/odin_raw/yv-mdf.txt b/odin_raw/yv-mdf.txt new file mode 100644 index 0000000000000000000000000000000000000000..f0ea807a5b195f26f73642a2ce46b5807da0b8f3 --- /dev/null +++ b/odin_raw/yv-mdf.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59a86ada15bf6b012b055341162043652703b92ea2a8f10270e8bc0b192d78ab +size 530 diff --git a/odin_raw/yv.txt b/odin_raw/yv.txt new file mode 100644 index 0000000000000000000000000000000000000000..85a9c991527e907976f33e3f64cd547fc6863d72 --- /dev/null +++ b/odin_raw/yv.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9970bb78b18b771b83cc4829efb2de3417083513d8c1cd92eaf59f0bf20dda89 +size 353 diff --git a/odin_raw/yw.txt b/odin_raw/yw.txt new file mode 100644 index 0000000000000000000000000000000000000000..9fd97b5b8deef46055a9d48237ed356d5a992ca1 --- /dev/null +++ b/odin_raw/yw.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52992c7aed181100b2fffa0ad68353bd06da62d6bb2a414a6f03c8c757e78008 +size 148 diff --git a/odin_raw/ywr.txt b/odin_raw/ywr.txt new file mode 100644 index 0000000000000000000000000000000000000000..16ce342ca5e2ffc1b39483b864bee53d9d9f00a8 --- /dev/null +++ b/odin_raw/ywr.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51bad901847e2f50618ee67139d39c4eca35c205b7b22e5ab08259141533bc29 +size 1264 diff --git a/odin_raw/zaa.txt b/odin_raw/zaa.txt new file mode 100644 index 0000000000000000000000000000000000000000..b358f318ce830ce0acdc2a27bc75969149e41be0 --- /dev/null +++ b/odin_raw/zaa.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:470115d449c88ae3b442bc344413190267de134b0d6b4575affefca9d2e2c692 +size 5157 diff --git a/odin_raw/zab.txt b/odin_raw/zab.txt new file mode 100644 index 0000000000000000000000000000000000000000..0a941353c1bc0542ecf4d875924f02f2f1ec63eb --- /dev/null +++ b/odin_raw/zab.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62eec2f566dfc404af93fbc221e74750d86215e41101e3f8115d51c76e7066bd +size 7323 diff --git a/odin_raw/zai.txt b/odin_raw/zai.txt new file mode 100644 index 0000000000000000000000000000000000000000..963d1209b99ebeaacfec37d7a50be5886e3f0b5d --- /dev/null +++ b/odin_raw/zai.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05b3710f5c7193d9c45614fa8f9acf32691a00176d4cad8b59fd81c0f5bbb291 +size 795 diff --git a/odin_raw/zap.txt b/odin_raw/zap.txt new file mode 100644 index 0000000000000000000000000000000000000000..0e91c64cb0c4281c3d68064d6a51a36d4c921df6 --- /dev/null +++ b/odin_raw/zap.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31cd4f2d95ce197ce50b231f42dce90508720e4f3c33817a90e906d1106b1400 +size 4343 diff --git a/odin_raw/zav.txt b/odin_raw/zav.txt new file mode 100644 index 0000000000000000000000000000000000000000..242c886f3e274485b7d2706a9dd6d69f8f79c575 --- /dev/null +++ b/odin_raw/zav.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa8a3d65d9349e2d1f0d010b9cbb5c21ea872429aeb84bec7fb58c507d3090a8 +size 180 diff --git a/odin_raw/zaw.txt b/odin_raw/zaw.txt new file mode 100644 index 0000000000000000000000000000000000000000..bc90dc34520127db6e1c958353d4697e956a0876 --- /dev/null +++ b/odin_raw/zaw.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d96786b45c606cc0f85953c2fcf69b74ddc8005efd33df8d8dd2edbbf9d43c35 +size 1642 diff --git a/odin_raw/zh.txt b/odin_raw/zh.txt new file mode 100644 index 0000000000000000000000000000000000000000..3221b7f1aefcc9b659691033e1bb5673a49d501c --- /dev/null +++ b/odin_raw/zh.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a37975830f83c39560c99c2286bc013c6ddc863f5a795210c64df40c8cc634d +size 415 diff --git a/odin_raw/zmr.txt b/odin_raw/zmr.txt new file mode 100644 index 0000000000000000000000000000000000000000..78438b627bdc79dfdf8b36282382211a8bf2d52a --- /dev/null +++ b/odin_raw/zmr.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c93d9eaf12b5243236289619bc0070856c81ddc93d1701da238f4a9d8db79737 +size 434 diff --git a/odin_raw/zmu.txt b/odin_raw/zmu.txt new file mode 100644 index 0000000000000000000000000000000000000000..60cab6e459ffa3f39f6a9d2c8e74ba5fcc60b6ea --- /dev/null +++ b/odin_raw/zmu.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e87e692a9b21efa88d59c2f2c3ef03aa27ad6a5cb12154aa544b1916dee338b2 +size 324 diff --git a/odin_raw/zp.txt b/odin_raw/zp.txt new file mode 100644 index 0000000000000000000000000000000000000000..5e488f04692448e44a1f581cc0b0d635f8252881 --- /dev/null +++ b/odin_raw/zp.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8ee8381b44631ea15f65bfe9f42cd3d0c73e986b810abc381464a59f4fd941a +size 1260 diff --git a/odin_raw/zpi.txt b/odin_raw/zpi.txt new file mode 100644 index 0000000000000000000000000000000000000000..6ae575c7b0b07f1523a6fce1083afdca9291c809 --- /dev/null +++ b/odin_raw/zpi.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d0cc6cce72529cd18d0295e9cd677a1441e1fd6abe37ee5a8c00d3902a4abe7 +size 2522 diff --git a/odin_raw/zpq.txt b/odin_raw/zpq.txt new file mode 100644 index 0000000000000000000000000000000000000000..06f5e9fcaa6a80e85a0f75694c594bbea8880677 --- /dev/null +++ b/odin_raw/zpq.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3229704505fce3f6060a2c1dbc6c49bf79846fee15a337f63cef00e9b39fdb6c +size 1345 diff --git a/odin_raw/ztu.txt b/odin_raw/ztu.txt new file mode 100644 index 0000000000000000000000000000000000000000..c217612aebe8a7d0d7b3dbd6060734479f3272e5 --- /dev/null +++ b/odin_raw/ztu.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94422fb8ed3d5739f21eafd477c3cc42e87bc7ef1f33659d3341ce5fd8c5adcc +size 24895 diff --git a/odin_raw/zu.txt b/odin_raw/zu.txt new file mode 100644 index 0000000000000000000000000000000000000000..fc8337c9bf31c163d0b3a8cfd7838dba2685e9d3 --- /dev/null +++ b/odin_raw/zu.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3031b5dd88b84f8c5221f1ce8dbf8f3c5f45f4f940bcce21bf115fc312b77b57 +size 33894 diff --git a/odin_raw/zz.txt b/odin_raw/zz.txt new file mode 100644 index 0000000000000000000000000000000000000000..3114ca8736867c3ef2180264cc533e3fb9f54e95 --- /dev/null +++ b/odin_raw/zz.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77ab002eb6164b5e53e495e079e0965923b62145bc2421ab0c5ade201a534aaa +size 4141