repo_id
stringlengths
6
101
file_path
stringlengths
2
269
content
stringlengths
367
5.14M
size
int64
367
5.14M
filename
stringlengths
1
248
ext
stringlengths
0
87
lang
stringclasses
88 values
program_lang
stringclasses
232 values
doc_type
stringclasses
5 values
quality_signal
stringlengths
2
1.9k
effective
stringclasses
2 values
hit_map
stringlengths
2
1.4k
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/exotic/ScrollOfPetrification.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.items.scrolls.exotic; import com.shatteredpixel.shatteredpixeldungeon.Assets; import com.shatteredpixel.shatteredpixeldungeon.Dungeon; import com.shatteredpixel.shatteredpixeldungeon.actors.Char; import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.Buff; import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.Invisibility; import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.Paralysis; import com.shatteredpixel.shatteredpixeldungeon.actors.mobs.Mob; import com.shatteredpixel.shatteredpixeldungeon.effects.Flare; import com.watabou.noosa.audio.Sample; public class ScrollOfPetrification extends ExoticScroll { { initials = 9; } @Override public void doRead() { new Flare( 5, 32 ).color( 0xFF0000, true ).show( curUser.sprite, 2f ); Sample.INSTANCE.play( Assets.SND_READ ); Invisibility.dispel(); for (Mob mob : Dungeon.level.mobs.toArray( new Mob[0] )) { if (mob.alignment != Char.Alignment.ALLY && Dungeon.level.heroFOV[mob.pos]) { Buff.affect( mob, Paralysis.class, Paralysis.DURATION ); } } setKnown(); readAnimation(); } }
1,929
ScrollOfPetrification
java
en
java
code
{"qsc_code_num_words": 244, "qsc_code_num_chars": 1929.0, "qsc_code_mean_word_length": 6.0204918, "qsc_code_frac_words_unique": 0.55737705, "qsc_code_frac_chars_top_2grams": 0.10415248, "qsc_code_frac_chars_top_3grams": 0.23281144, "qsc_code_frac_chars_top_4grams": 0.23961879, "qsc_code_frac_chars_dupe_5grams": 0.23621511, "qsc_code_frac_chars_dupe_6grams": 0.15044248, "qsc_code_frac_chars_dupe_7grams": 0.0, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.01697999, "qsc_code_frac_chars_whitespace": 0.14515293, "qsc_code_size_file_byte": 1929.0, "qsc_code_num_lines": 56.0, "qsc_code_num_chars_line_max": 81.0, "qsc_code_num_chars_line_mean": 34.44642857, "qsc_code_frac_chars_alphabet": 0.87386295, "qsc_code_frac_chars_comments": 0.40435459, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.0, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.0, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.00696258, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 1.0, "qsc_codejava_frac_lines_func_ratio": 0.07142857, "qsc_codejava_score_lines_no_logic": 0.42857143, "qsc_codejava_frac_words_no_modifier": 0.33333333, "qsc_codejava_frac_words_legal_var_name": null, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 1, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 1, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/exotic/ExoticScroll.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.items.scrolls.exotic; import com.shatteredpixel.shatteredpixeldungeon.items.Item; import com.shatteredpixel.shatteredpixeldungeon.items.Recipe; import com.shatteredpixel.shatteredpixeldungeon.items.scrolls.Scroll; import com.shatteredpixel.shatteredpixeldungeon.items.scrolls.ScrollOfIdentify; import com.shatteredpixel.shatteredpixeldungeon.items.scrolls.ScrollOfLullaby; import com.shatteredpixel.shatteredpixeldungeon.items.scrolls.ScrollOfMagicMapping; import com.shatteredpixel.shatteredpixeldungeon.items.scrolls.ScrollOfMirrorImage; import com.shatteredpixel.shatteredpixeldungeon.items.scrolls.ScrollOfRage; import com.shatteredpixel.shatteredpixeldungeon.items.scrolls.ScrollOfRecharging; import com.shatteredpixel.shatteredpixeldungeon.items.scrolls.ScrollOfRemoveCurse; import com.shatteredpixel.shatteredpixeldungeon.items.scrolls.ScrollOfRetribution; import com.shatteredpixel.shatteredpixeldungeon.items.scrolls.ScrollOfTeleportation; import com.shatteredpixel.shatteredpixeldungeon.items.scrolls.ScrollOfTerror; import com.shatteredpixel.shatteredpixeldungeon.items.scrolls.ScrollOfTransmutation; import com.shatteredpixel.shatteredpixeldungeon.items.scrolls.ScrollOfUpgrade; import com.shatteredpixel.shatteredpixeldungeon.items.stones.Runestone; import com.watabou.utils.Reflection; import java.util.ArrayList; import java.util.HashMap; public abstract class ExoticScroll extends Scroll { public static final HashMap<Class<?extends Scroll>, Class<?extends ExoticScroll>> regToExo = new HashMap<>(); public static final HashMap<Class<?extends ExoticScroll>, Class<?extends Scroll>> exoToReg = new HashMap<>(); static{ regToExo.put(ScrollOfIdentify.class, ScrollOfDivination.class); exoToReg.put(ScrollOfDivination.class, ScrollOfIdentify.class); regToExo.put(ScrollOfUpgrade.class, ScrollOfEnchantment.class); exoToReg.put(ScrollOfEnchantment.class, ScrollOfUpgrade.class); regToExo.put(ScrollOfTerror.class, ScrollOfPetrification.class); exoToReg.put(ScrollOfPetrification.class, ScrollOfTerror.class); regToExo.put(ScrollOfRemoveCurse.class, ScrollOfAntiMagic.class); exoToReg.put(ScrollOfAntiMagic.class, ScrollOfRemoveCurse.class); regToExo.put(ScrollOfLullaby.class, ScrollOfAffection.class); exoToReg.put(ScrollOfAffection.class, ScrollOfLullaby.class); regToExo.put(ScrollOfRage.class, ScrollOfConfusion.class); exoToReg.put(ScrollOfConfusion.class, ScrollOfRage.class); regToExo.put(ScrollOfTerror.class, ScrollOfPetrification.class); exoToReg.put(ScrollOfPetrification.class, ScrollOfTerror.class); regToExo.put(ScrollOfRecharging.class, ScrollOfMysticalEnergy.class); exoToReg.put(ScrollOfMysticalEnergy.class, ScrollOfRecharging.class); regToExo.put(ScrollOfMagicMapping.class, ScrollOfForesight.class); exoToReg.put(ScrollOfForesight.class, ScrollOfMagicMapping.class); regToExo.put(ScrollOfTeleportation.class, ScrollOfPassage.class); exoToReg.put(ScrollOfPassage.class, ScrollOfTeleportation.class); regToExo.put(ScrollOfRetribution.class, ScrollOfPsionicBlast.class); exoToReg.put(ScrollOfPsionicBlast.class, ScrollOfRetribution.class); regToExo.put(ScrollOfMirrorImage.class, ScrollOfPrismaticImage.class); exoToReg.put(ScrollOfPrismaticImage.class, ScrollOfMirrorImage.class); regToExo.put(ScrollOfTransmutation.class, ScrollOfPolymorph.class); exoToReg.put(ScrollOfPolymorph.class, ScrollOfTransmutation.class); } @Override public boolean isKnown() { return anonymous || (handler != null && handler.isKnown( exoToReg.get(this.getClass()) )); } @Override public void setKnown() { if (!isKnown()) { handler.know(exoToReg.get(this.getClass())); updateQuickslot(); } } @Override public void reset() { super.reset(); if (handler != null && handler.contains(exoToReg.get(this.getClass()))) { image = handler.image(exoToReg.get(this.getClass())) + 16; rune = handler.label(exoToReg.get(this.getClass())); } } @Override public void empoweredRead() { } @Override //20 gold more than its none-exotic equivalent public int price() { return (Reflection.newInstance(exoToReg.get(getClass())).price() + 20) * quantity; } public static class ScrollToExotic extends Recipe { @Override public boolean testIngredients(ArrayList<Item> ingredients) { int r = 0; Scroll s = null; for (Item i : ingredients){ if (i instanceof Runestone){ r++; } else if (regToExo.containsKey(i.getClass())) { s = (Scroll)i; } } return s != null && r == 2; } @Override public int cost(ArrayList<Item> ingredients) { return 0; } @Override public Item brew(ArrayList<Item> ingredients) { Item result = null; for (Item i : ingredients){ i.quantity(i.quantity()-1); if (regToExo.containsKey(i.getClass())) { result = Reflection.newInstance(regToExo.get(i.getClass())); } } return result; } @Override public Item sampleOutput(ArrayList<Item> ingredients) { for (Item i : ingredients){ if (regToExo.containsKey(i.getClass())) { return Reflection.newInstance(regToExo.get(i.getClass())); } } return null; } } }
6,029
ExoticScroll
java
en
java
code
{"qsc_code_num_words": 631, "qsc_code_num_chars": 6029.0, "qsc_code_mean_word_length": 7.340729, "qsc_code_frac_words_unique": 0.2836767, "qsc_code_frac_chars_top_2grams": 0.06239206, "qsc_code_frac_chars_top_3grams": 0.13946459, "qsc_code_frac_chars_top_4grams": 0.1578152, "qsc_code_frac_chars_dupe_5grams": 0.36010363, "qsc_code_frac_chars_dupe_6grams": 0.27806563, "qsc_code_frac_chars_dupe_7grams": 0.09326425, "qsc_code_frac_chars_dupe_8grams": 0.0552677, "qsc_code_frac_chars_dupe_9grams": 0.0552677, "qsc_code_frac_chars_dupe_10grams": 0.0552677, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.00512821, "qsc_code_frac_chars_whitespace": 0.12672085, "qsc_code_size_file_byte": 6029.0, "qsc_code_num_lines": 171.0, "qsc_code_num_chars_line_max": 111.0, "qsc_code_num_chars_line_mean": 35.25730994, "qsc_code_frac_chars_alphabet": 0.87464387, "qsc_code_frac_chars_comments": 0.13700448, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.15384615, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.0, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 0.0, "qsc_codejava_frac_lines_func_ratio": 0.07692308, "qsc_codejava_score_lines_no_logic": 0.27350427, "qsc_codejava_frac_words_no_modifier": 0.9, "qsc_codejava_frac_words_legal_var_name": 1.0, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
1
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 0, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/exotic/ScrollOfAntiMagic.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.items.scrolls.exotic; import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.Buff; import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.Invisibility; import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.MagicImmune; import com.shatteredpixel.shatteredpixeldungeon.effects.Flare; public class ScrollOfAntiMagic extends ExoticScroll { { initials = 7; } @Override public void doRead() { Invisibility.dispel(); Buff.affect( curUser, MagicImmune.class, 20f ); new Flare( 5, 32 ).color( 0xFF0000, true ).show( curUser.sprite, 2f ); setKnown(); readAnimation(); } }
1,447
ScrollOfAntiMagic
java
en
java
code
{"qsc_code_num_words": 187, "qsc_code_num_chars": 1447.0, "qsc_code_mean_word_length": 5.82352941, "qsc_code_frac_words_unique": 0.62566845, "qsc_code_frac_chars_top_2grams": 0.07805326, "qsc_code_frac_chars_top_3grams": 0.17447199, "qsc_code_frac_chars_top_4grams": 0.16161616, "qsc_code_frac_chars_dupe_5grams": 0.22681359, "qsc_code_frac_chars_dupe_6grams": 0.20293848, "qsc_code_frac_chars_dupe_7grams": 0.0, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.02398677, "qsc_code_frac_chars_whitespace": 0.16447823, "qsc_code_size_file_byte": 1447.0, "qsc_code_num_lines": 47.0, "qsc_code_num_chars_line_max": 75.0, "qsc_code_num_chars_line_mean": 30.78723404, "qsc_code_frac_chars_alphabet": 0.87675765, "qsc_code_frac_chars_comments": 0.5390463, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.0, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.0, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.011994, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 1.0, "qsc_codejava_frac_lines_func_ratio": 0.11111111, "qsc_codejava_score_lines_no_logic": 0.38888889, "qsc_codejava_frac_words_no_modifier": 0.33333333, "qsc_codejava_frac_words_legal_var_name": null, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 1, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/exotic/ScrollOfPsionicBlast.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.items.scrolls.exotic; import com.shatteredpixel.shatteredpixeldungeon.Assets; import com.shatteredpixel.shatteredpixeldungeon.Dungeon; import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.Blindness; import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.Buff; import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.Invisibility; import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.Weakness; import com.shatteredpixel.shatteredpixeldungeon.actors.mobs.Mob; import com.shatteredpixel.shatteredpixeldungeon.messages.Messages; import com.shatteredpixel.shatteredpixeldungeon.scenes.GameScene; import com.shatteredpixel.shatteredpixeldungeon.utils.GLog; import com.watabou.noosa.audio.Sample; public class ScrollOfPsionicBlast extends ExoticScroll { { initials = 4; } @Override public void doRead() { GameScene.flash( 0xFFFFFF ); Sample.INSTANCE.play( Assets.SND_BLAST ); Invisibility.dispel(); int targets = 0; for (Mob mob : Dungeon.level.mobs.toArray( new Mob[0] )) { if (Dungeon.level.heroFOV[mob.pos]) { targets ++; mob.damage(Math.round(mob.HT/2f + mob.HP/2f), this); if (mob.isAlive()) { Buff.prolong(mob, Blindness.class, 10); } } } curUser.damage(Math.max(0, Math.round(curUser.HT*(0.5f * (float)Math.pow(0.9, targets)))), this); if (curUser.isAlive()) { Buff.prolong(curUser, Blindness.class, 10); Buff.prolong(curUser, Weakness.class, 100); Dungeon.observe(); readAnimation(); } else { Dungeon.fail( getClass() ); GLog.n( Messages.get(this, "ondeath") ); } setKnown(); } }
2,439
ScrollOfPsionicBlast
java
en
java
code
{"qsc_code_num_words": 306, "qsc_code_num_chars": 2439.0, "qsc_code_mean_word_length": 5.90522876, "qsc_code_frac_words_unique": 0.5, "qsc_code_frac_chars_top_2grams": 0.10348644, "qsc_code_frac_chars_top_3grams": 0.23132263, "qsc_code_frac_chars_top_4grams": 0.24349751, "qsc_code_frac_chars_dupe_5grams": 0.19479801, "qsc_code_frac_chars_dupe_6grams": 0.15273935, "qsc_code_frac_chars_dupe_7grams": 0.0, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.0168756, "qsc_code_frac_chars_whitespace": 0.1496515, "qsc_code_size_file_byte": 2439.0, "qsc_code_num_lines": 76.0, "qsc_code_num_chars_line_max": 100.0, "qsc_code_num_chars_line_mean": 32.09210526, "qsc_code_frac_chars_alphabet": 0.85438766, "qsc_code_frac_chars_comments": 0.3198032, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.0, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.00421941, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.00482218, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 0.0, "qsc_codejava_frac_lines_func_ratio": 0.02272727, "qsc_codejava_score_lines_no_logic": 0.29545455, "qsc_codejava_frac_words_no_modifier": 0.5, "qsc_codejava_frac_words_legal_var_name": 1.0, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 1, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 0, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/exotic/ScrollOfPrismaticImage.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.items.scrolls.exotic; import com.shatteredpixel.shatteredpixeldungeon.Assets; import com.shatteredpixel.shatteredpixeldungeon.Dungeon; import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.Buff; import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.Invisibility; import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.PrismaticGuard; import com.shatteredpixel.shatteredpixeldungeon.actors.mobs.Mob; import com.shatteredpixel.shatteredpixeldungeon.actors.mobs.npcs.PrismaticImage; import com.shatteredpixel.shatteredpixeldungeon.effects.Speck; import com.watabou.noosa.audio.Sample; public class ScrollOfPrismaticImage extends ExoticScroll { { initials = 3; } @Override public void doRead() { boolean found = false; for (Mob m : Dungeon.level.mobs.toArray(new Mob[0])){ if (m instanceof PrismaticImage){ found = true; m.HP = m.HT; m.sprite.emitter().burst(Speck.factory(Speck.HEALING), 4); } } if (!found) { Buff.affect(curUser, PrismaticGuard.class).set( PrismaticGuard.maxHP( curUser ) ); } setKnown(); Sample.INSTANCE.play( Assets.SND_READ ); Invisibility.dispel(); readAnimation(); } }
2,006
ScrollOfPrismaticImage
java
en
java
code
{"qsc_code_num_words": 250, "qsc_code_num_chars": 2006.0, "qsc_code_mean_word_length": 6.076, "qsc_code_frac_words_unique": 0.556, "qsc_code_frac_chars_top_2grams": 0.10072416, "qsc_code_frac_chars_top_3grams": 0.22514812, "qsc_code_frac_chars_top_4grams": 0.2317314, "qsc_code_frac_chars_dupe_5grams": 0.23370639, "qsc_code_frac_chars_dupe_6grams": 0.21658986, "qsc_code_frac_chars_dupe_7grams": 0.0, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.01172333, "qsc_code_frac_chars_whitespace": 0.14955135, "qsc_code_size_file_byte": 2006.0, "qsc_code_num_lines": 63.0, "qsc_code_num_chars_line_max": 86.0, "qsc_code_num_chars_line_mean": 31.84126984, "qsc_code_frac_chars_alphabet": 0.87866354, "qsc_code_frac_chars_comments": 0.3888335, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.0, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.0, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 0.0, "qsc_codejava_frac_lines_func_ratio": 0.03030303, "qsc_codejava_score_lines_no_logic": 0.33333333, "qsc_codejava_frac_words_no_modifier": 0.5, "qsc_codejava_frac_words_legal_var_name": 1.0, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 1, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 0, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/ExplosiveTrap.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.levels.traps; import com.shatteredpixel.shatteredpixeldungeon.items.bombs.Bomb; public class ExplosiveTrap extends Trap { { color = ORANGE; shape = DIAMOND; } @Override public void activate() { new Bomb().explode(pos); } }
1,070
ExplosiveTrap
java
en
java
code
{"qsc_code_num_words": 151, "qsc_code_num_chars": 1070.0, "qsc_code_mean_word_length": 5.2384106, "qsc_code_frac_words_unique": 0.67549669, "qsc_code_frac_chars_top_2grams": 0.04171934, "qsc_code_frac_chars_top_3grams": 0.04930468, "qsc_code_frac_chars_top_4grams": 0.07206068, "qsc_code_frac_chars_dupe_5grams": 0.10366625, "qsc_code_frac_chars_dupe_6grams": 0.07079646, "qsc_code_frac_chars_dupe_7grams": 0.0, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.0195178, "qsc_code_frac_chars_whitespace": 0.18598131, "qsc_code_size_file_byte": 1070.0, "qsc_code_num_lines": 37.0, "qsc_code_num_chars_line_max": 72.0, "qsc_code_num_chars_line_mean": 28.91891892, "qsc_code_frac_chars_alphabet": 0.88863375, "qsc_code_frac_chars_comments": 0.72990654, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.0, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.0, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 1.0, "qsc_codejava_frac_lines_func_ratio": 0.16666667, "qsc_codejava_score_lines_no_logic": 0.33333333, "qsc_codejava_frac_words_no_modifier": 0.33333333, "qsc_codejava_frac_words_legal_var_name": null, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 1, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/StormTrap.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.levels.traps; import com.shatteredpixel.shatteredpixeldungeon.Assets; import com.shatteredpixel.shatteredpixeldungeon.Dungeon; import com.shatteredpixel.shatteredpixeldungeon.actors.blobs.Blob; import com.shatteredpixel.shatteredpixeldungeon.actors.blobs.Electricity; import com.shatteredpixel.shatteredpixeldungeon.scenes.GameScene; import com.shatteredpixel.shatteredpixeldungeon.utils.BArray; import com.watabou.noosa.audio.Sample; import com.watabou.utils.PathFinder; public class StormTrap extends Trap { { color = YELLOW; shape = STARS; } @Override public void activate() { if (Dungeon.level.heroFOV[pos]){ Sample.INSTANCE.play( Assets.SND_LIGHTNING ); } PathFinder.buildDistanceMap( pos, BArray.not( Dungeon.level.solid, null ), 2 ); for (int i = 0; i < PathFinder.distance.length; i++) { if (PathFinder.distance[i] < Integer.MAX_VALUE) { GameScene.add(Blob.seed(i, 20, Electricity.class)); } } } }
1,783
StormTrap
java
en
java
code
{"qsc_code_num_words": 232, "qsc_code_num_chars": 1783.0, "qsc_code_mean_word_length": 5.78448276, "qsc_code_frac_words_unique": 0.56896552, "qsc_code_frac_chars_top_2grams": 0.05365127, "qsc_code_frac_chars_top_3grams": 0.19821162, "qsc_code_frac_chars_top_4grams": 0.19672131, "qsc_code_frac_chars_dupe_5grams": 0.14307004, "qsc_code_frac_chars_dupe_6grams": 0.12369598, "qsc_code_frac_chars_dupe_7grams": 0.0, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.01392573, "qsc_code_frac_chars_whitespace": 0.15423444, "qsc_code_size_file_byte": 1783.0, "qsc_code_num_lines": 54.0, "qsc_code_num_chars_line_max": 82.0, "qsc_code_num_chars_line_mean": 33.01851852, "qsc_code_frac_chars_alphabet": 0.87599469, "qsc_code_frac_chars_comments": 0.4380258, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.0, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.0, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 1.0, "qsc_codejava_frac_lines_func_ratio": 0.03703704, "qsc_codejava_score_lines_no_logic": 0.37037037, "qsc_codejava_frac_words_no_modifier": 0.5, "qsc_codejava_frac_words_legal_var_name": null, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 1, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 1, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/GrippingTrap.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.levels.traps; import com.shatteredpixel.shatteredpixeldungeon.Assets; import com.shatteredpixel.shatteredpixeldungeon.Dungeon; import com.shatteredpixel.shatteredpixeldungeon.actors.Actor; import com.shatteredpixel.shatteredpixeldungeon.actors.Char; import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.Bleeding; import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.Buff; import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.Cripple; import com.shatteredpixel.shatteredpixeldungeon.effects.Wound; import com.shatteredpixel.shatteredpixeldungeon.levels.Level; import com.shatteredpixel.shatteredpixeldungeon.levels.Terrain; import com.watabou.noosa.audio.Sample; public class GrippingTrap extends Trap { { color = GREY; shape = DOTS; } @Override public void trigger() { if (Dungeon.level.heroFOV[pos]){ Sample.INSTANCE.play(Assets.SND_TRAP); } //this trap is not disarmed by being triggered reveal(); Level.set(pos, Terrain.TRAP); activate(); } @Override public void activate() { Char c = Actor.findChar( pos ); if (c != null && !c.flying) { int damage = Math.max( 0, (2 + Dungeon.depth) - c.drRoll() ); Buff.affect( c, Bleeding.class ).set( damage ); Buff.prolong( c, Cripple.class, Cripple.DURATION); Wound.hit( c ); } else { Wound.hit( pos ); } } }
2,166
GrippingTrap
java
en
java
code
{"qsc_code_num_words": 278, "qsc_code_num_chars": 2166.0, "qsc_code_mean_word_length": 5.84532374, "qsc_code_frac_words_unique": 0.5, "qsc_code_frac_chars_top_2grams": 0.11507692, "qsc_code_frac_chars_top_3grams": 0.25723077, "qsc_code_frac_chars_top_4grams": 0.27076923, "qsc_code_frac_chars_dupe_5grams": 0.27507692, "qsc_code_frac_chars_dupe_6grams": 0.136, "qsc_code_frac_chars_dupe_7grams": 0.0, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.0103317, "qsc_code_frac_chars_whitespace": 0.15096953, "qsc_code_size_file_byte": 2166.0, "qsc_code_num_lines": 68.0, "qsc_code_num_chars_line_max": 72.0, "qsc_code_num_chars_line_mean": 31.85294118, "qsc_code_frac_chars_alphabet": 0.87330071, "qsc_code_frac_chars_comments": 0.38180979, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.05128205, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.0, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 0.0, "qsc_codejava_frac_lines_func_ratio": 0.05128205, "qsc_codejava_score_lines_no_logic": 0.35897436, "qsc_codejava_frac_words_no_modifier": 0.66666667, "qsc_codejava_frac_words_legal_var_name": 1.0, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 1, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 0, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/TenguDartTrap.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.levels.traps; import com.shatteredpixel.shatteredpixeldungeon.actors.Char; import com.shatteredpixel.shatteredpixeldungeon.actors.mobs.NewTengu; public class TenguDartTrap extends PoisonDartTrap { { canBeHidden = true; canBeSearched = false; } @Override protected int poisonAmount() { return 8; //17 damage total } @Override protected boolean canTarget(Char ch) { return !(ch instanceof NewTengu); } }
1,257
TenguDartTrap
java
en
java
code
{"qsc_code_num_words": 168, "qsc_code_num_chars": 1257.0, "qsc_code_mean_word_length": 5.61309524, "qsc_code_frac_words_unique": 0.6547619, "qsc_code_frac_chars_top_2grams": 0.0349947, "qsc_code_frac_chars_top_3grams": 0.04135737, "qsc_code_frac_chars_top_4grams": 0.06044539, "qsc_code_frac_chars_dupe_5grams": 0.19300106, "qsc_code_frac_chars_dupe_6grams": 0.05938494, "qsc_code_frac_chars_dupe_7grams": 0.0, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.01934236, "qsc_code_frac_chars_whitespace": 0.17740652, "qsc_code_size_file_byte": 1257.0, "qsc_code_num_lines": 43.0, "qsc_code_num_chars_line_max": 72.0, "qsc_code_num_chars_line_mean": 29.23255814, "qsc_code_frac_chars_alphabet": 0.8926499, "qsc_code_frac_chars_comments": 0.63404932, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.11764706, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.0, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 1.0, "qsc_codejava_frac_lines_func_ratio": 0.11764706, "qsc_codejava_score_lines_no_logic": 0.35294118, "qsc_codejava_frac_words_no_modifier": 0.66666667, "qsc_codejava_frac_words_legal_var_name": null, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 1, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/GuardianTrap.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.levels.traps; import com.shatteredpixel.shatteredpixeldungeon.Assets; import com.shatteredpixel.shatteredpixeldungeon.Dungeon; import com.shatteredpixel.shatteredpixeldungeon.actors.mobs.Mob; import com.shatteredpixel.shatteredpixeldungeon.actors.mobs.Statue; import com.shatteredpixel.shatteredpixeldungeon.effects.CellEmitter; import com.shatteredpixel.shatteredpixeldungeon.effects.Speck; import com.shatteredpixel.shatteredpixeldungeon.messages.Messages; import com.shatteredpixel.shatteredpixeldungeon.scenes.GameScene; import com.shatteredpixel.shatteredpixeldungeon.sprites.StatueSprite; import com.shatteredpixel.shatteredpixeldungeon.utils.GLog; import com.watabou.noosa.audio.Sample; public class GuardianTrap extends Trap { { color = RED; shape = STARS; } @Override public void activate() { for (Mob mob : Dungeon.level.mobs) { mob.beckon( pos ); } if (Dungeon.level.heroFOV[pos]) { GLog.w( Messages.get(this, "alarm") ); CellEmitter.center(pos).start( Speck.factory(Speck.SCREAM), 0.3f, 3 ); } Sample.INSTANCE.play( Assets.SND_ALERT ); for (int i = 0; i < (Dungeon.depth - 5)/5; i++){ Guardian guardian = new Guardian(); guardian.state = guardian.WANDERING; guardian.pos = Dungeon.level.randomRespawnCell(); GameScene.add(guardian); guardian.beckon(Dungeon.hero.pos ); } } public static class Guardian extends Statue { { spriteClass = GuardianSprite.class; EXP = 0; state = WANDERING; } public Guardian(){ super(); weapon.enchant(null); weapon.degrade(weapon.level()); } @Override public void beckon(int cell) { //Beckon works on these ones, unlike their superclass. notice(); if (state != HUNTING) { state = WANDERING; } target = cell; } } public static class GuardianSprite extends StatueSprite { public GuardianSprite(){ super(); tint(0, 0, 1, 0.2f); } @Override public void resetColor() { super.resetColor(); tint(0, 0, 1, 0.2f); } } }
2,827
GuardianTrap
java
en
java
code
{"qsc_code_num_words": 346, "qsc_code_num_chars": 2827.0, "qsc_code_mean_word_length": 5.93641618, "qsc_code_frac_words_unique": 0.48265896, "qsc_code_frac_chars_top_2grams": 0.09104187, "qsc_code_frac_chars_top_3grams": 0.20350536, "qsc_code_frac_chars_top_4grams": 0.21421616, "qsc_code_frac_chars_dupe_5grams": 0.15189873, "qsc_code_frac_chars_dupe_6grams": 0.0895813, "qsc_code_frac_chars_dupe_7grams": 0.0, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.01446809, "qsc_code_frac_chars_whitespace": 0.1687301, "qsc_code_size_file_byte": 2827.0, "qsc_code_num_lines": 108.0, "qsc_code_num_chars_line_max": 74.0, "qsc_code_num_chars_line_mean": 26.17592593, "qsc_code_frac_chars_alphabet": 0.85957447, "qsc_code_frac_chars_comments": 0.29536611, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.13432836, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.00251004, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 0.0, "qsc_codejava_frac_lines_func_ratio": 0.04477612, "qsc_codejava_score_lines_no_logic": 0.2238806, "qsc_codejava_frac_words_no_modifier": 0.75, "qsc_codejava_frac_words_legal_var_name": 1.0, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 1, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 0, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/DisarmingTrap.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.levels.traps; import com.shatteredpixel.shatteredpixeldungeon.Assets; import com.shatteredpixel.shatteredpixeldungeon.Dungeon; import com.shatteredpixel.shatteredpixeldungeon.actors.hero.Hero; import com.shatteredpixel.shatteredpixeldungeon.effects.CellEmitter; import com.shatteredpixel.shatteredpixeldungeon.effects.Speck; import com.shatteredpixel.shatteredpixeldungeon.items.Heap; import com.shatteredpixel.shatteredpixeldungeon.items.Item; import com.shatteredpixel.shatteredpixeldungeon.items.KindOfWeapon; import com.shatteredpixel.shatteredpixeldungeon.messages.Messages; import com.shatteredpixel.shatteredpixeldungeon.scenes.GameScene; import com.shatteredpixel.shatteredpixeldungeon.utils.GLog; import com.watabou.noosa.audio.Sample; import com.watabou.utils.PathFinder; public class DisarmingTrap extends Trap{ { color = RED; shape = LARGE_DOT; } @Override public void activate() { Heap heap = Dungeon.level.heaps.get( pos ); if (heap != null){ int cell = Dungeon.level.randomRespawnCell(); if (cell != -1) { Item item = heap.pickUp(); Dungeon.level.drop( item, cell ).seen = true; for (int i : PathFinder.NEIGHBOURS9) Dungeon.level.visited[cell+i] = true; GameScene.updateFog(); Sample.INSTANCE.play(Assets.SND_TELEPORT); CellEmitter.get(pos).burst(Speck.factory(Speck.LIGHT), 4); } } if (Dungeon.hero.pos == pos && !Dungeon.hero.flying){ Hero hero = Dungeon.hero; KindOfWeapon weapon = hero.belongings.weapon; if (weapon != null && !weapon.cursed) { int cell = Dungeon.level.randomRespawnCell(); if (cell != -1) { hero.belongings.weapon = null; Dungeon.quickslot.clearItem(weapon); weapon.updateQuickslot(); Dungeon.level.drop(weapon, cell).seen = true; for (int i : PathFinder.NEIGHBOURS9) Dungeon.level.visited[cell+i] = true; GameScene.updateFog(); GLog.w( Messages.get(this, "disarm") ); Sample.INSTANCE.play(Assets.SND_TELEPORT); CellEmitter.get(pos).burst(Speck.factory(Speck.LIGHT), 4); } } } } }
2,896
DisarmingTrap
java
en
java
code
{"qsc_code_num_words": 355, "qsc_code_num_chars": 2896.0, "qsc_code_mean_word_length": 6.0028169, "qsc_code_frac_words_unique": 0.42535211, "qsc_code_frac_chars_top_2grams": 0.0549038, "qsc_code_frac_chars_top_3grams": 0.21398405, "qsc_code_frac_chars_top_4grams": 0.22712342, "qsc_code_frac_chars_dupe_5grams": 0.35147818, "qsc_code_frac_chars_dupe_6grams": 0.22243078, "qsc_code_frac_chars_dupe_7grams": 0.19615204, "qsc_code_frac_chars_dupe_8grams": 0.19615204, "qsc_code_frac_chars_dupe_9grams": 0.1557954, "qsc_code_frac_chars_dupe_10grams": 0.1557954, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.0094108, "qsc_code_frac_chars_whitespace": 0.15607735, "qsc_code_size_file_byte": 2896.0, "qsc_code_num_lines": 90.0, "qsc_code_num_chars_line_max": 72.0, "qsc_code_num_chars_line_mean": 32.17777778, "qsc_code_frac_chars_alphabet": 0.86252046, "qsc_code_frac_chars_comments": 0.26968232, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.25454545, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.00283688, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 0.0, "qsc_codejava_frac_lines_func_ratio": 0.01818182, "qsc_codejava_score_lines_no_logic": 0.27272727, "qsc_codejava_frac_words_no_modifier": 0.5, "qsc_codejava_frac_words_legal_var_name": 1.0, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 1, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 0, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/DistortionTrap.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.levels.traps; import com.shatteredpixel.shatteredpixeldungeon.Dungeon; import com.shatteredpixel.shatteredpixeldungeon.actors.hero.Belongings; import com.shatteredpixel.shatteredpixeldungeon.items.Item; import com.shatteredpixel.shatteredpixeldungeon.items.artifacts.LloydsBeacon; import com.shatteredpixel.shatteredpixeldungeon.journal.Notes; import com.shatteredpixel.shatteredpixeldungeon.scenes.InterlevelScene; import com.watabou.noosa.Game; public class DistortionTrap extends Trap{ { color = TEAL; shape = LARGE_DOT; } @Override public void activate() { InterlevelScene.returnDepth = Dungeon.depth; Belongings belongings = Dungeon.hero.belongings; for (Notes.Record rec : Notes.getRecords()){ if (rec.depth() == Dungeon.depth){ Notes.remove(rec); } } for (Item i : belongings){ if (i instanceof LloydsBeacon && ((LloydsBeacon) i).returnDepth == Dungeon.depth) ((LloydsBeacon) i).returnDepth = -1; } InterlevelScene.mode = InterlevelScene.Mode.RESET; Game.switchScene(InterlevelScene.class); } }
1,887
DistortionTrap
java
en
java
code
{"qsc_code_num_words": 232, "qsc_code_num_chars": 1887.0, "qsc_code_mean_word_length": 6.15948276, "qsc_code_frac_words_unique": 0.53017241, "qsc_code_frac_chars_top_2grams": 0.08327502, "qsc_code_frac_chars_top_3grams": 0.18614416, "qsc_code_frac_chars_top_4grams": 0.18474458, "qsc_code_frac_chars_dupe_5grams": 0.12596221, "qsc_code_frac_chars_dupe_6grams": 0.03918824, "qsc_code_frac_chars_dupe_7grams": 0.0, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.01125704, "qsc_code_frac_chars_whitespace": 0.15262321, "qsc_code_size_file_byte": 1887.0, "qsc_code_num_lines": 57.0, "qsc_code_num_chars_line_max": 85.0, "qsc_code_num_chars_line_mean": 33.10526316, "qsc_code_frac_chars_alphabet": 0.88242652, "qsc_code_frac_chars_comments": 0.41388447, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.0, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.0, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 0.0, "qsc_codejava_frac_lines_func_ratio": 0.03333333, "qsc_codejava_score_lines_no_logic": 0.3, "qsc_codejava_frac_words_no_modifier": 0.5, "qsc_codejava_frac_words_legal_var_name": 1.0, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 1, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 0, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/exotic/ScrollOfMysticalEnergy.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.items.scrolls.exotic; import com.shatteredpixel.shatteredpixeldungeon.Assets; import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.ArtifactRecharge; import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.Buff; import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.Invisibility; import com.shatteredpixel.shatteredpixeldungeon.effects.SpellSprite; import com.shatteredpixel.shatteredpixeldungeon.items.scrolls.ScrollOfRecharging; import com.watabou.noosa.audio.Sample; public class ScrollOfMysticalEnergy extends ExoticScroll { { initials = 6; } @Override public void doRead() { //append buff Buff.affect(curUser, ArtifactRecharge.class).set( 30 ); Sample.INSTANCE.play( Assets.SND_READ ); Invisibility.dispel(); SpellSprite.show( curUser, SpellSprite.CHARGE ); setKnown(); ScrollOfRecharging.charge(curUser); readAnimation(); } }
1,725
ScrollOfMysticalEnergy
java
en
java
code
{"qsc_code_num_words": 211, "qsc_code_num_chars": 1725.0, "qsc_code_mean_word_length": 6.31279621, "qsc_code_frac_words_unique": 0.57819905, "qsc_code_frac_chars_top_2grams": 0.08933934, "qsc_code_frac_chars_top_3grams": 0.1996997, "qsc_code_frac_chars_top_4grams": 0.1981982, "qsc_code_frac_chars_dupe_5grams": 0.26051051, "qsc_code_frac_chars_dupe_6grams": 0.16591592, "qsc_code_frac_chars_dupe_7grams": 0.0, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.01355932, "qsc_code_frac_chars_whitespace": 0.14492754, "qsc_code_size_file_byte": 1725.0, "qsc_code_num_lines": 54.0, "qsc_code_num_chars_line_max": 82.0, "qsc_code_num_chars_line_mean": 31.94444444, "qsc_code_frac_chars_alphabet": 0.88949153, "qsc_code_frac_chars_comments": 0.45971014, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.0, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.0, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 1.0, "qsc_codejava_frac_lines_func_ratio": 0.04347826, "qsc_codejava_score_lines_no_logic": 0.39130435, "qsc_codejava_frac_words_no_modifier": 0.5, "qsc_codejava_frac_words_legal_var_name": null, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 1, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 1, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/exotic/ScrollOfPassage.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.items.scrolls.exotic; import com.shatteredpixel.shatteredpixeldungeon.Dungeon; import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.Buff; import com.shatteredpixel.shatteredpixeldungeon.items.artifacts.TimekeepersHourglass; import com.shatteredpixel.shatteredpixeldungeon.items.scrolls.ScrollOfTeleportation; import com.shatteredpixel.shatteredpixeldungeon.messages.Messages; import com.shatteredpixel.shatteredpixeldungeon.plants.Swiftthistle; import com.shatteredpixel.shatteredpixeldungeon.scenes.InterlevelScene; import com.shatteredpixel.shatteredpixeldungeon.utils.GLog; import com.watabou.noosa.Game; public class ScrollOfPassage extends ExoticScroll { { initials = 8; } @Override public void doRead() { setKnown(); if (Dungeon.bossLevel()) { GLog.w( Messages.get(ScrollOfTeleportation.class, "no_tele") ); return; } Buff buff = Dungeon.hero.buff(TimekeepersHourglass.timeFreeze.class); if (buff != null) buff.detach(); buff = Dungeon.hero.buff(Swiftthistle.TimeBubble.class); if (buff != null) buff.detach(); InterlevelScene.mode = InterlevelScene.Mode.RETURN; InterlevelScene.returnDepth = Math.max(1, (Dungeon.depth - 1 - (Dungeon.depth-2)%5)); InterlevelScene.returnPos = -1; Game.switchScene( InterlevelScene.class ); } }
2,134
ScrollOfPassage
java
en
java
code
{"qsc_code_num_words": 256, "qsc_code_num_chars": 2134.0, "qsc_code_mean_word_length": 6.390625, "qsc_code_frac_words_unique": 0.51953125, "qsc_code_frac_chars_top_2grams": 0.09352078, "qsc_code_frac_chars_top_3grams": 0.20904645, "qsc_code_frac_chars_top_4grams": 0.21515892, "qsc_code_frac_chars_dupe_5grams": 0.17542787, "qsc_code_frac_chars_dupe_6grams": 0.06479218, "qsc_code_frac_chars_dupe_7grams": 0.0, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.01253406, "qsc_code_frac_chars_whitespace": 0.14011246, "qsc_code_size_file_byte": 2134.0, "qsc_code_num_lines": 62.0, "qsc_code_num_chars_line_max": 88.0, "qsc_code_num_chars_line_mean": 34.41935484, "qsc_code_frac_chars_alphabet": 0.87901907, "qsc_code_frac_chars_comments": 0.36551078, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.06451613, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.00516987, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 0.0, "qsc_codejava_frac_lines_func_ratio": 0.03225806, "qsc_codejava_score_lines_no_logic": 0.38709677, "qsc_codejava_frac_words_no_modifier": 0.5, "qsc_codejava_frac_words_legal_var_name": 1.0, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 1, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 0, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/exotic/ScrollOfEnchantment.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.items.scrolls.exotic; import com.shatteredpixel.shatteredpixeldungeon.Assets; import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.Invisibility; import com.shatteredpixel.shatteredpixeldungeon.effects.Enchanting; import com.shatteredpixel.shatteredpixeldungeon.items.Item; import com.shatteredpixel.shatteredpixeldungeon.items.armor.Armor; import com.shatteredpixel.shatteredpixeldungeon.items.stones.StoneOfEnchantment; import com.shatteredpixel.shatteredpixeldungeon.items.weapon.Weapon; import com.shatteredpixel.shatteredpixeldungeon.messages.Messages; import com.shatteredpixel.shatteredpixeldungeon.scenes.GameScene; import com.shatteredpixel.shatteredpixeldungeon.utils.GLog; import com.shatteredpixel.shatteredpixeldungeon.windows.WndBag; import com.shatteredpixel.shatteredpixeldungeon.windows.WndOptions; import com.watabou.noosa.audio.Sample; public class ScrollOfEnchantment extends ExoticScroll { { initials = 11; } @Override public void doRead() { setKnown(); GameScene.selectItem( itemSelector, WndBag.Mode.ENCHANTABLE, Messages.get(this, "inv_title")); } protected WndBag.Listener itemSelector = new WndBag.Listener() { @Override public void onSelect(final Item item) { if (item instanceof Weapon){ final Weapon.Enchantment enchants[] = new Weapon.Enchantment[3]; Class<? extends Weapon.Enchantment> existing = ((Weapon) item).enchantment != null ? ((Weapon) item).enchantment.getClass() : null; enchants[0] = Weapon.Enchantment.randomCommon( existing ); enchants[1] = Weapon.Enchantment.randomUncommon( existing ); enchants[2] = Weapon.Enchantment.random( existing, enchants[0].getClass(), enchants[1].getClass()); GameScene.show(new WndOptions(Messages.titleCase(ScrollOfEnchantment.this.name()), Messages.get(ScrollOfEnchantment.class, "weapon") + "\n\n" + Messages.get(ScrollOfEnchantment.class, "cancel_warn"), enchants[0].name(), enchants[1].name(), enchants[2].name(), Messages.get(ScrollOfEnchantment.class, "cancel")){ @Override protected void onSelect(int index) { if (index < 3) { ((Weapon) item).enchant(enchants[index]); GLog.p(Messages.get(StoneOfEnchantment.class, "weapon")); ((ScrollOfEnchantment)curItem).readAnimation(); Sample.INSTANCE.play( Assets.SND_READ ); Invisibility.dispel(); Enchanting.show(curUser, item); } } @Override public void onBackPressed() { //do nothing, reader has to cancel } }); } else if (item instanceof Armor) { final Armor.Glyph glyphs[] = new Armor.Glyph[3]; Class<? extends Armor.Glyph> existing = ((Armor) item).glyph != null ? ((Armor) item).glyph.getClass() : null; glyphs[0] = Armor.Glyph.randomCommon( existing ); glyphs[1] = Armor.Glyph.randomUncommon( existing ); glyphs[2] = Armor.Glyph.random( existing, glyphs[0].getClass(), glyphs[1].getClass()); GameScene.show(new WndOptions(Messages.titleCase(ScrollOfEnchantment.this.name()), Messages.get(ScrollOfEnchantment.class, "armor") + "\n\n" + Messages.get(ScrollOfEnchantment.class, "cancel_warn"), glyphs[0].name(), glyphs[1].name(), glyphs[2].name(), Messages.get(ScrollOfEnchantment.class, "cancel")){ @Override protected void onSelect(int index) { if (index < 3) { ((Armor) item).inscribe(glyphs[index]); GLog.p(Messages.get(StoneOfEnchantment.class, "armor")); ((ScrollOfEnchantment)curItem).readAnimation(); Sample.INSTANCE.play( Assets.SND_READ ); Invisibility.dispel(); Enchanting.show(curUser, item); } } @Override public void onBackPressed() { //do nothing, reader has to cancel } }); } else { //TODO if this can ever be found un-IDed, need logic for that curItem.collect(); } } }; }
4,803
ScrollOfEnchantment
java
en
java
code
{"qsc_code_num_words": 527, "qsc_code_num_chars": 4803.0, "qsc_code_mean_word_length": 6.37381404, "qsc_code_frac_words_unique": 0.33965844, "qsc_code_frac_chars_top_2grams": 0.06579339, "qsc_code_frac_chars_top_3grams": 0.14706758, "qsc_code_frac_chars_top_4grams": 0.15718964, "qsc_code_frac_chars_dupe_5grams": 0.3929741, "qsc_code_frac_chars_dupe_6grams": 0.29651682, "qsc_code_frac_chars_dupe_7grams": 0.27984519, "qsc_code_frac_chars_dupe_8grams": 0.25364692, "qsc_code_frac_chars_dupe_9grams": 0.2256624, "qsc_code_frac_chars_dupe_10grams": 0.2256624, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.00992619, "qsc_code_frac_chars_whitespace": 0.1819696, "qsc_code_size_file_byte": 4803.0, "qsc_code_num_lines": 134.0, "qsc_code_num_chars_line_max": 136.0, "qsc_code_num_chars_line_mean": 35.84328358, "qsc_code_frac_chars_alphabet": 0.84499873, "qsc_code_frac_chars_comments": 0.18925671, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.33333333, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.01874679, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.00746269, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 1.0, "qsc_codejava_frac_lines_func_ratio": 0.06666667, "qsc_codejava_score_lines_no_logic": 0.22222222, "qsc_codejava_frac_words_no_modifier": 0.85714286, "qsc_codejava_frac_words_legal_var_name": null, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 1, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/exotic/ScrollOfAffection.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.items.scrolls.exotic; import com.shatteredpixel.shatteredpixeldungeon.Assets; import com.shatteredpixel.shatteredpixeldungeon.Dungeon; import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.Buff; import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.Charm; import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.Invisibility; import com.shatteredpixel.shatteredpixeldungeon.actors.mobs.Mob; import com.shatteredpixel.shatteredpixeldungeon.effects.Speck; import com.watabou.noosa.audio.Sample; public class ScrollOfAffection extends ExoticScroll { { initials = 1; } @Override public void doRead() { curUser.sprite.centerEmitter().start( Speck.factory( Speck.HEART ), 0.2f, 5 ); Sample.INSTANCE.play( Assets.SND_CHARMS ); Invisibility.dispel(); for (Mob mob : Dungeon.level.mobs.toArray( new Mob[0] )) { if (Dungeon.level.heroFOV[mob.pos]) { Buff.affect( mob, Charm.class, 20f ).object = curUser.id(); mob.sprite.centerEmitter().start( Speck.factory( Speck.HEART ), 0.2f, 5 ); } } //GLog.i( Messages.get(this, "sooth") ); setKnown(); readAnimation(); } }
1,966
ScrollOfAffection
java
en
java
code
{"qsc_code_num_words": 252, "qsc_code_num_chars": 1966.0, "qsc_code_mean_word_length": 5.81349206, "qsc_code_frac_words_unique": 0.5515873, "qsc_code_frac_chars_top_2grams": 0.09283276, "qsc_code_frac_chars_top_3grams": 0.20750853, "qsc_code_frac_chars_top_4grams": 0.21023891, "qsc_code_frac_chars_dupe_5grams": 0.27098976, "qsc_code_frac_chars_dupe_6grams": 0.21911263, "qsc_code_frac_chars_dupe_7grams": 0.06825939, "qsc_code_frac_chars_dupe_8grams": 0.06825939, "qsc_code_frac_chars_dupe_9grams": 0.06825939, "qsc_code_frac_chars_dupe_10grams": 0.06825939, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.01620648, "qsc_code_frac_chars_whitespace": 0.1525941, "qsc_code_size_file_byte": 1966.0, "qsc_code_num_lines": 61.0, "qsc_code_num_chars_line_max": 81.0, "qsc_code_num_chars_line_mean": 32.2295082, "qsc_code_frac_chars_alphabet": 0.86314526, "qsc_code_frac_chars_comments": 0.41709054, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.0, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.0, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 1.0, "qsc_codejava_frac_lines_func_ratio": 0.03571429, "qsc_codejava_score_lines_no_logic": 0.35714286, "qsc_codejava_frac_words_no_modifier": 0.5, "qsc_codejava_frac_words_legal_var_name": null, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 1, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 1, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/exotic/ScrollOfConfusion.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.items.scrolls.exotic; import com.shatteredpixel.shatteredpixeldungeon.Assets; import com.shatteredpixel.shatteredpixeldungeon.Dungeon; import com.shatteredpixel.shatteredpixeldungeon.actors.Char; import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.Blindness; import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.Buff; import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.Invisibility; import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.Vertigo; import com.shatteredpixel.shatteredpixeldungeon.actors.mobs.Mob; import com.shatteredpixel.shatteredpixeldungeon.effects.Speck; import com.watabou.noosa.audio.Sample; public class ScrollOfConfusion extends ExoticScroll { { initials = 5; } @Override public void doRead() { for (Mob mob : Dungeon.level.mobs.toArray( new Mob[0] )) { if (mob.alignment != Char.Alignment.ALLY && Dungeon.level.heroFOV[mob.pos]) { Buff.prolong(mob, Vertigo.class, 10f); Buff.prolong(mob, Blindness.class, 10f); } } setKnown(); curUser.sprite.centerEmitter().start( Speck.factory( Speck.SCREAM ), 0.3f, 3 ); Sample.INSTANCE.play( Assets.SND_READ ); Invisibility.dispel(); readAnimation(); } }
2,033
ScrollOfConfusion
java
en
java
code
{"qsc_code_num_words": 256, "qsc_code_num_chars": 2033.0, "qsc_code_mean_word_length": 6.0703125, "qsc_code_frac_words_unique": 0.52734375, "qsc_code_frac_chars_top_2grams": 0.10939511, "qsc_code_frac_chars_top_3grams": 0.24453024, "qsc_code_frac_chars_top_4grams": 0.25482625, "qsc_code_frac_chars_dupe_5grams": 0.25868726, "qsc_code_frac_chars_dupe_6grams": 0.17760618, "qsc_code_frac_chars_dupe_7grams": 0.0, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.01487414, "qsc_code_frac_chars_whitespace": 0.14018692, "qsc_code_size_file_byte": 2033.0, "qsc_code_num_lines": 59.0, "qsc_code_num_chars_line_max": 82.0, "qsc_code_num_chars_line_mean": 34.45762712, "qsc_code_frac_chars_alphabet": 0.87414188, "qsc_code_frac_chars_comments": 0.38366945, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.0, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.0, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 1.0, "qsc_codejava_frac_lines_func_ratio": 0.03333333, "qsc_codejava_score_lines_no_logic": 0.4, "qsc_codejava_frac_words_no_modifier": 0.5, "qsc_codejava_frac_words_legal_var_name": null, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 1, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 1, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/exotic/ScrollOfForesight.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.items.scrolls.exotic; import com.shatteredpixel.shatteredpixeldungeon.Assets; import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.Buff; import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.Foresight; import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.Invisibility; import com.shatteredpixel.shatteredpixeldungeon.effects.SpellSprite; import com.watabou.noosa.audio.Sample; public class ScrollOfForesight extends ExoticScroll { { initials = 2; } @Override public void doRead() { SpellSprite.show( curUser, SpellSprite.MAP ); Sample.INSTANCE.play( Assets.SND_READ ); Invisibility.dispel(); Buff.affect(curUser, Foresight.class, 600f); setKnown(); readAnimation(); } }
1,560
ScrollOfForesight
java
en
java
code
{"qsc_code_num_words": 198, "qsc_code_num_chars": 1560.0, "qsc_code_mean_word_length": 6.03030303, "qsc_code_frac_words_unique": 0.6010101, "qsc_code_frac_chars_top_2grams": 0.08542714, "qsc_code_frac_chars_top_3grams": 0.19095477, "qsc_code_frac_chars_top_4grams": 0.18425461, "qsc_code_frac_chars_dupe_5grams": 0.20686767, "qsc_code_frac_chars_dupe_6grams": 0.18509213, "qsc_code_frac_chars_dupe_7grams": 0.0, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.01587302, "qsc_code_frac_chars_whitespace": 0.15192308, "qsc_code_size_file_byte": 1560.0, "qsc_code_num_lines": 50.0, "qsc_code_num_chars_line_max": 75.0, "qsc_code_num_chars_line_mean": 31.2, "qsc_code_frac_chars_alphabet": 0.88662132, "qsc_code_frac_chars_comments": 0.5, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.0, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.0, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 1.0, "qsc_codejava_frac_lines_func_ratio": 0.04761905, "qsc_codejava_score_lines_no_logic": 0.38095238, "qsc_codejava_frac_words_no_modifier": 0.5, "qsc_codejava_frac_words_legal_var_name": null, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 1, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 1, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/exotic/ScrollOfPolymorph.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.items.scrolls.exotic; import com.shatteredpixel.shatteredpixeldungeon.Assets; import com.shatteredpixel.shatteredpixeldungeon.Dungeon; import com.shatteredpixel.shatteredpixeldungeon.actors.Char; import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.Invisibility; import com.shatteredpixel.shatteredpixeldungeon.actors.mobs.Mob; import com.shatteredpixel.shatteredpixeldungeon.actors.mobs.npcs.Sheep; import com.shatteredpixel.shatteredpixeldungeon.effects.CellEmitter; import com.shatteredpixel.shatteredpixeldungeon.effects.Flare; import com.shatteredpixel.shatteredpixeldungeon.effects.Speck; import com.shatteredpixel.shatteredpixeldungeon.scenes.GameScene; import com.shatteredpixel.shatteredpixeldungeon.ui.TargetHealthIndicator; import com.watabou.noosa.audio.Sample; import com.watabou.utils.Random; public class ScrollOfPolymorph extends ExoticScroll { { initials = 10; } @Override public void doRead() { new Flare( 5, 32 ).color( 0xFFFFFF, true ).show( curUser.sprite, 2f ); Sample.INSTANCE.play( Assets.SND_READ ); Invisibility.dispel(); for (Mob mob : Dungeon.level.mobs.toArray( new Mob[0] )) { if (mob.alignment != Char.Alignment.ALLY && Dungeon.level.heroFOV[mob.pos]) { if (!mob.properties().contains(Char.Property.BOSS) && !mob.properties().contains(Char.Property.MINIBOSS)){ Sheep sheep = new Sheep(); sheep.lifespan = 10; sheep.pos = mob.pos; //awards half exp for each sheep-ified mob //50% chance to round up, 50% to round down if (mob.EXP % 2 == 1) mob.EXP += Random.Int(2); mob.EXP /= 2; mob.destroy(); mob.sprite.killAndErase(); Dungeon.level.mobs.remove(mob); TargetHealthIndicator.instance.target(null); GameScene.add(sheep); CellEmitter.get(sheep.pos).burst(Speck.factory(Speck.WOOL), 4); } } } setKnown(); readAnimation(); } }
2,731
ScrollOfPolymorph
java
en
java
code
{"qsc_code_num_words": 341, "qsc_code_num_chars": 2731.0, "qsc_code_mean_word_length": 5.91495601, "qsc_code_frac_words_unique": 0.50733138, "qsc_code_frac_chars_top_2grams": 0.05800694, "qsc_code_frac_chars_top_3grams": 0.22607833, "qsc_code_frac_chars_top_4grams": 0.23996034, "qsc_code_frac_chars_dupe_5grams": 0.25235498, "qsc_code_frac_chars_dupe_6grams": 0.08130887, "qsc_code_frac_chars_dupe_7grams": 0.0, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.01561822, "qsc_code_frac_chars_whitespace": 0.15598682, "qsc_code_size_file_byte": 2731.0, "qsc_code_num_lines": 79.0, "qsc_code_num_chars_line_max": 81.0, "qsc_code_num_chars_line_mean": 34.56962025, "qsc_code_frac_chars_alphabet": 0.85943601, "qsc_code_frac_chars_comments": 0.3167338, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.0, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.0, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.00428725, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 0.0, "qsc_codejava_frac_lines_func_ratio": 0.04444444, "qsc_codejava_score_lines_no_logic": 0.35555556, "qsc_codejava_frac_words_no_modifier": 0.33333333, "qsc_codejava_frac_words_legal_var_name": 1.0, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 1, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 0, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/exotic/ScrollOfDivination.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.items.scrolls.exotic; import com.shatteredpixel.shatteredpixeldungeon.Assets; import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.Invisibility; import com.shatteredpixel.shatteredpixeldungeon.effects.Identification; import com.shatteredpixel.shatteredpixeldungeon.items.Item; import com.shatteredpixel.shatteredpixeldungeon.items.potions.Potion; import com.shatteredpixel.shatteredpixeldungeon.items.rings.Ring; import com.shatteredpixel.shatteredpixeldungeon.items.scrolls.Scroll; import com.shatteredpixel.shatteredpixeldungeon.messages.Messages; import com.shatteredpixel.shatteredpixeldungeon.scenes.GameScene; import com.shatteredpixel.shatteredpixeldungeon.scenes.PixelScene; import com.shatteredpixel.shatteredpixeldungeon.sprites.ItemSprite; import com.shatteredpixel.shatteredpixeldungeon.ui.RenderedTextBlock; import com.shatteredpixel.shatteredpixeldungeon.ui.Window; import com.shatteredpixel.shatteredpixeldungeon.utils.GLog; import com.shatteredpixel.shatteredpixeldungeon.windows.IconTitle; import com.watabou.noosa.audio.Sample; import com.watabou.utils.Random; import com.watabou.utils.Reflection; import java.util.ArrayList; import java.util.HashSet; public class ScrollOfDivination extends ExoticScroll { { initials = 0; } @Override public void doRead() { curUser.sprite.parent.add( new Identification( curUser.sprite.center().offset( 0, -16 ) ) ); readAnimation(); setKnown(); Sample.INSTANCE.play( Assets.SND_READ ); Invisibility.dispel(); HashSet<Class<? extends Potion>> potions = Potion.getUnknown(); HashSet<Class<? extends Scroll>> scrolls = getUnknown(); HashSet<Class<? extends Ring>> rings = Ring.getUnknown(); int total = potions.size() + scrolls.size() + rings.size(); if (total == 0){ GLog.n( Messages.get(this, "nothing_left") ); return; } ArrayList<Item> IDed = new ArrayList<>(); int left = 4; float[] baseProbs = new float[]{3, 3, 3}; float[] probs = baseProbs.clone(); while (left > 0 && total > 0) { switch (Random.chances(probs)) { default: probs = baseProbs.clone(); continue; case 0: if (potions.isEmpty()) { probs[0] = 0; continue; } probs[0]--; Potion p = Reflection.newInstance(Random.element(potions)); p.setKnown(); IDed.add(p); potions.remove(p.getClass()); break; case 1: if (scrolls.isEmpty()) { probs[1] = 0; continue; } probs[1]--; Scroll s = Reflection.newInstance(Random.element(scrolls)); s.setKnown(); IDed.add(s); scrolls.remove(s.getClass()); break; case 2: if (rings.isEmpty()) { probs[2] = 0; continue; } probs[2]--; Ring r = Reflection.newInstance(Random.element(rings)); r.setKnown(); IDed.add(r); rings.remove(r.getClass()); break; } left --; total --; } GameScene.show(new WndDivination( IDed )); } private class WndDivination extends Window { private static final int WIDTH = 120; WndDivination(ArrayList<Item> IDed ){ IconTitle cur = new IconTitle(new ItemSprite(ScrollOfDivination.this), Messages.titleCase(Messages.get(ScrollOfDivination.class, "name"))); cur.setRect(0, 0, WIDTH, 0); add(cur); RenderedTextBlock msg = PixelScene.renderTextBlock(Messages.get(this, "desc"), 6); msg.maxWidth(120); msg.setPos(0, cur.bottom() + 2); add(msg); float pos = msg.bottom() + 10; for (Item i : IDed){ cur = new IconTitle(i); cur.setRect(0, pos, WIDTH, 0); add(cur); pos = cur.bottom() + 2; } resize(WIDTH, (int)pos); } } }
4,500
ScrollOfDivination
java
en
java
code
{"qsc_code_num_words": 528, "qsc_code_num_chars": 4500.0, "qsc_code_mean_word_length": 5.92992424, "qsc_code_frac_words_unique": 0.37689394, "qsc_code_frac_chars_top_2grams": 0.05174066, "qsc_code_frac_chars_top_3grams": 0.19418716, "qsc_code_frac_chars_top_4grams": 0.21079527, "qsc_code_frac_chars_dupe_5grams": 0.16831683, "qsc_code_frac_chars_dupe_6grams": 0.01788566, "qsc_code_frac_chars_dupe_7grams": 0.0, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.01549334, "qsc_code_frac_chars_whitespace": 0.18244444, "qsc_code_size_file_byte": 4500.0, "qsc_code_num_lines": 156.0, "qsc_code_num_chars_line_max": 95.0, "qsc_code_num_chars_line_mean": 28.84615385, "qsc_code_frac_chars_alphabet": 0.83555314, "qsc_code_frac_chars_comments": 0.17333333, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.08181818, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.00537634, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 0.0, "qsc_codejava_frac_lines_func_ratio": 0.00909091, "qsc_codejava_score_lines_no_logic": 0.21818182, "qsc_codejava_frac_words_no_modifier": 0.33333333, "qsc_codejava_frac_words_legal_var_name": 1.0, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 1, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 0, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00JCIV00/cova
examples/logger_meta/tab_completions/logger-completion.bash
#! /usr/bin/env bash # This Tab Completion script was generated by the Cova Library. # Details at https://github.com/00JCIV00/cova # Bash Completion Installation Instructions for logger # 1. Place this script in a directory like /etc/bash_completion.d/ (Linux) # or /usr/local/etc/bash_completion.d/ (Mac, if using Homebrew and bash-completion) # # 2. Ensure the script has executable permissions: # chmod +x logger-completion.bash # # 3. Source this script from your .bashrc or .bash_profile by adding: # . /path/to/logger-completion.bash # # 4. Restart your terminal session or source your profile again: # source ~/.bashrc # or ~/.bash_profile _logger_completions() { local cur prev COMPREPLY=() cur="${COMP_WORDS[COMP_CWORD]}" prev="${COMP_WORDS[COMP_CWORD - 1]}" case "${prev}" in "logger") COMPREPLY=($(compgen -W "help usage --log-level --help --usage" -- ${cur})) ;; *) COMPREPLY=($(compgen -f -- ${cur})) esac } complete -F _logger_completions logger
1,056
logger-completion
bash
en
shell
code
{"qsc_code_num_words": 139, "qsc_code_num_chars": 1056.0, "qsc_code_mean_word_length": 4.92086331, "qsc_code_frac_words_unique": 0.56115108, "qsc_code_frac_chars_top_2grams": 0.08187135, "qsc_code_frac_chars_top_3grams": 0.0497076, "qsc_code_frac_chars_top_4grams": 0.05263158, "qsc_code_frac_chars_dupe_5grams": 0.0, "qsc_code_frac_chars_dupe_6grams": 0.0, "qsc_code_frac_chars_dupe_7grams": 0.0, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.01080432, "qsc_code_frac_chars_whitespace": 0.21117424, "qsc_code_size_file_byte": 1056.0, "qsc_code_num_lines": 37.0, "qsc_code_num_chars_line_max": 88.0, "qsc_code_num_chars_line_mean": 28.54054054, "qsc_code_frac_chars_alphabet": 0.81032413, "qsc_code_frac_chars_comments": 0.625, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.0, "qsc_code_cate_autogen": 1.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.26196474, "qsc_code_frac_chars_long_word_length": 0.1209068, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_cate_autogen": 1, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0}
00JCIV00/cova
examples/logger_meta/tab_completions/logger-completion.ps1
# Requires PowerShell v5.1+ # This Tab Completion script was generated by the Cova Library. # Details at https://github.com/00JCIV00/cova # PowerShell Completion Installation Instructions for logger # 1. Load the completion script into your current PowerShell session: # . .\logger-completion.ps1 # # 2. Ensure your Execution Policy allows the script to be run. Example: # Set-ExecutionPolicy RemoteSigned # # 3. To ensure this completion script is loaded automatically in future sessions, # add the above sourcing command to your PowerShell profile: # Notepad $PROFILE # Add the line: . C:\path\to\logger-completion.ps1 # # 4. Restart your PowerShell session or source your profile again: # . $PROFILE function _logger { param($wordToComplete, $commandAst) $suggestions = @( 'help', 'usage', '--log-level', '--help', '--usage' ) return $suggestions | Where-Object { $_ -like "$wordToComplete*" } } Register-ArgumentCompleter -CommandName 'logger.exe' -ScriptBlock { param($wordToComplete, $commandAst, $cursorPos) $functionName = "_" + $($commandAst.Extent.Text.replace(' ', '-').replace(".exe", "")) if ($wordToComplete) { $functionName = $functionName.replace("-$wordToComplete", "") } # Check if the function exists and invoke it if (Get-Command -Name $functionName -ErrorAction SilentlyContinue) { & $functionName $wordToComplete $commandAst } else { # Fallback logic to show files in the current directory Get-ChildItem -Path '.' -File | Where-Object Name -like "*$wordToComplete*" | ForEach-Object { [System.Management.Automation.CompletionResult]::new($_.Name, $_.Name, 'ParameterValue', $_.Name) } } }
1,743
logger-completion
ps1
en
powershell
code
{"qsc_code_num_words": 187, "qsc_code_num_chars": 1743.0, "qsc_code_mean_word_length": 6.34759358, "qsc_code_frac_words_unique": 0.59358289, "qsc_code_frac_chars_top_2grams": 0.04043808, "qsc_code_frac_chars_top_3grams": 0.03201348, "qsc_code_frac_chars_top_4grams": 0.0, "qsc_code_frac_chars_dupe_5grams": 0.0, "qsc_code_frac_chars_dupe_6grams": 0.0, "qsc_code_frac_chars_dupe_7grams": 0.0, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.00853485, "qsc_code_frac_chars_whitespace": 0.19334481, "qsc_code_size_file_byte": 1743.0, "qsc_code_num_lines": 52.0, "qsc_code_num_chars_line_max": 110.0, "qsc_code_num_chars_line_mean": 33.51923077, "qsc_code_frac_chars_alphabet": 0.83570413, "qsc_code_frac_chars_comments": 0.0, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.0, "qsc_code_cate_autogen": 1.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.06536697, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_cate_autogen": 1, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/Crossbow.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.items.weapon.melee; import com.shatteredpixel.shatteredpixeldungeon.sprites.ItemSpriteSheet; public class Crossbow extends MeleeWeapon { { image = ItemSpriteSheet.CROSSBOW; //check Dart.class for additional properties tier = 4; } @Override public int max(int lvl) { return 4*(tier+1) + //20 base, down from 25 lvl*(tier); //+4 per level, down from +5 } }
1,224
Crossbow
java
en
java
code
{"qsc_code_num_words": 173, "qsc_code_num_chars": 1224.0, "qsc_code_mean_word_length": 5.13872832, "qsc_code_frac_words_unique": 0.65317919, "qsc_code_frac_chars_top_2grams": 0.03712036, "qsc_code_frac_chars_top_3grams": 0.04386952, "qsc_code_frac_chars_top_4grams": 0.06411699, "qsc_code_frac_chars_dupe_5grams": 0.09223847, "qsc_code_frac_chars_dupe_6grams": 0.06299213, "qsc_code_frac_chars_dupe_7grams": 0.0, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.02642276, "qsc_code_frac_chars_whitespace": 0.19607843, "qsc_code_size_file_byte": 1224.0, "qsc_code_num_lines": 41.0, "qsc_code_num_chars_line_max": 73.0, "qsc_code_num_chars_line_mean": 29.85365854, "qsc_code_frac_chars_alphabet": 0.87703252, "qsc_code_frac_chars_comments": 0.71568627, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.0, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.0, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 1.0, "qsc_codejava_frac_lines_func_ratio": 0.07692308, "qsc_codejava_score_lines_no_logic": 0.23076923, "qsc_codejava_frac_words_no_modifier": 0.5, "qsc_codejava_frac_words_legal_var_name": null, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 1, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/Greataxe.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.items.weapon.melee; import com.shatteredpixel.shatteredpixeldungeon.sprites.ItemSpriteSheet; public class Greataxe extends MeleeWeapon { { image = ItemSpriteSheet.GREATAXE; tier = 5; } @Override public int max(int lvl) { return 5*(tier+5) + //50 base, up from 30 lvl*(tier+1); //scaling unchanged } @Override public int STRReq(int lvl) { lvl = Math.max(0, lvl); //20 base strength req, up from 18 return (10 + tier * 2) - (int)(Math.sqrt(8 * lvl + 1) - 1)/2; } }
1,331
Greataxe
java
en
java
code
{"qsc_code_num_words": 194, "qsc_code_num_chars": 1331.0, "qsc_code_mean_word_length": 4.88659794, "qsc_code_frac_words_unique": 0.61340206, "qsc_code_frac_chars_top_2grams": 0.03481013, "qsc_code_frac_chars_top_3grams": 0.04113924, "qsc_code_frac_chars_top_4grams": 0.06012658, "qsc_code_frac_chars_dupe_5grams": 0.08649789, "qsc_code_frac_chars_dupe_6grams": 0.05907173, "qsc_code_frac_chars_dupe_7grams": 0.0, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.03461179, "qsc_code_frac_chars_whitespace": 0.19684448, "qsc_code_size_file_byte": 1331.0, "qsc_code_num_lines": 46.0, "qsc_code_num_chars_line_max": 73.0, "qsc_code_num_chars_line_mean": 28.93478261, "qsc_code_frac_chars_alphabet": 0.85219832, "qsc_code_frac_chars_comments": 0.64237415, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.11111111, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.0, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 1.0, "qsc_codejava_frac_lines_func_ratio": 0.11111111, "qsc_codejava_score_lines_no_logic": 0.22222222, "qsc_codejava_frac_words_no_modifier": 0.66666667, "qsc_codejava_frac_words_legal_var_name": null, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 1, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/Shortsword.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.items.weapon.melee; import com.shatteredpixel.shatteredpixeldungeon.sprites.ItemSpriteSheet; public class Shortsword extends MeleeWeapon { { image = ItemSpriteSheet.SHORTSWORD; tier = 2; } }
1,033
Shortsword
java
en
java
code
{"qsc_code_num_words": 144, "qsc_code_num_chars": 1033.0, "qsc_code_mean_word_length": 5.39583333, "qsc_code_frac_words_unique": 0.65972222, "qsc_code_frac_chars_top_2grams": 0.04247104, "qsc_code_frac_chars_top_3grams": 0.05019305, "qsc_code_frac_chars_top_4grams": 0.07335907, "qsc_code_frac_chars_dupe_5grams": 0.10553411, "qsc_code_frac_chars_dupe_6grams": 0.07207207, "qsc_code_frac_chars_dupe_7grams": 0.0, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.02125148, "qsc_code_frac_chars_whitespace": 0.18005808, "qsc_code_size_file_byte": 1033.0, "qsc_code_num_lines": 33.0, "qsc_code_num_chars_line_max": 73.0, "qsc_code_num_chars_line_mean": 31.3030303, "qsc_code_frac_chars_alphabet": 0.8961039, "qsc_code_frac_chars_comments": 0.75605034, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.0, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.0, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 1.0, "qsc_codejava_frac_lines_func_ratio": 0.0, "qsc_codejava_score_lines_no_logic": 0.25, "qsc_codejava_frac_words_no_modifier": 0.0, "qsc_codejava_frac_words_legal_var_name": null, "qsc_codejava_frac_words_legal_func_name": null, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 1, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00JCIV00/cova
src/generate/tab_completion.zig
//! Generate Tab Completion scripts for various shells based on Cova Commands. // Standard const std = @import("std"); const fmt = std.fmt; const fs = std.fs; const log = std.log; const mem = std.mem; // Cova const utils = @import("../utils.zig"); /// Config for creating tab completion scripts with `createTabCompletion()`. pub const TabCompletionConfig = struct{ /// Script Local Filepath /// This is the local path the file will be placed in. The file name will be "`name`-completion.`shell_kind`". local_filepath: []const u8 = "meta/tab_completions", /// Script Header /// This is useful for setting the shebang of a shell and, optionally, header comments. /// If this is left null, a default shebang or value for the given Shell Kind will be used. script_header: ?[]const u8 = null, /// Name of the program. /// Note, if this is left null, the provided CommandT's name will be used. name: ?[]const u8 = null, /// Include Commands for Tab Completion. include_cmds: bool = true, /// Include Options for Tab Completion. include_opts: bool = false, /// Include Usage/Help for Tab Completion. include_usage_help: bool = true, /// Allow Cova Library message. /// By default the `createTabCompletion()` function will write a short message stating the script was generated by the Cova Library. add_cova_lib_msg: bool = true, /// Add Installation Instructions for the generated Tab Completion script. add_install_instructions: bool = true, /// Available Kinds of Shells for Tab Completion scripts. pub const ShellKind = enum{ bash, zsh, ps1, }; }; /// Create a Tab Completion script for the provided CommandT (`cmd`) configured by the given TabCompletionConfig (`tc_config`). pub fn createTabCompletion( comptime CommandT: type, comptime cmd: CommandT, comptime tc_config: TabCompletionConfig, comptime shell_kind: TabCompletionConfig.ShellKind, ) !void { //log.info("Generating '{s}' Tab Completion for '{s}'...", .{ @tagName(shell_kind), cmd.name }); const tc_name = tc_config.name orelse cmd.name; const script_header = tc_config.script_header orelse switch (shell_kind) { .bash => "#! /usr/bin/env bash", .zsh => "#compdef " ++ cmd.name, .ps1 => "# Requires PowerShell v5.1+", }; const filename = (if (shell_kind == .zsh) "_" else "") ++ tc_name ++ "-completion." ++ @tagName(shell_kind); const filepath = genFilepath: { comptime var path = if (tc_config.local_filepath.len >= 0) tc_config.local_filepath else "."; comptime { if (mem.indexOfScalar(u8, &.{ '/', '\\' }, path[path.len - 1]) == null) path = path ++ "/"; } try fs.cwd().makePath(path); const path_out = path; break :genFilepath path_out ++ filename; }; var tab_completion = try fs.cwd().createFile(filepath, .{}); var tc_writer_parent = tab_completion.writer(&.{}); var tc_writer = &tc_writer_parent.interface; defer tab_completion.close(); // Tab Completion Script Header Write try tc_writer.print( \\{s} \\ \\{s} \\ \\ \\ , .{ script_header, if (tc_config.add_cova_lib_msg) \\# This Tab Completion script was generated by the Cova Library. \\# Details at https://github.com/00JCIV00/cova else "", } ); const tc_ctx = TabCompletionContext{ .name = tc_name, .include_cmds = tc_config.include_cmds, .include_opts = tc_config.include_opts, .include_usage_help = tc_config.include_usage_help, }; switch (shell_kind) { .bash => { if (tc_config.add_install_instructions) { try tc_writer.print( \\# Bash Completion Installation Instructions for {s} \\# 1. Place this script in a directory like /etc/bash_completion.d/ (Linux) \\# or /usr/local/etc/bash_completion.d/ (Mac, if using Homebrew and bash-completion) \\# \\# 2. Ensure the script has executable permissions: \\# chmod +x {s} \\# \\# 3. Source this script from your .bashrc or .bash_profile by adding: \\# . /path/to/{s} \\# \\# 4. Restart your terminal session or source your profile again: \\# source ~/.bashrc # or ~/.bash_profile \\ \\ \\ , .{ tc_name, filename, filename, } ); } try cmdTabCompletionBash(CommandT, cmd, tc_writer, tc_ctx); }, .zsh => { if (tc_config.add_install_instructions) { try tc_writer.print( \\# Zsh Completion Installation Instructions for {s} \\# 1. Place this script in a directory specified in your $fpath, or a new one such as \\# ~/.zsh/completion/ \\# \\# 2. Ensure the script has executable permissions: \\# chmod +x {s} \\# \\# 3. Add the script's directory to your $fpath in your .zshrc if not already included: \\# fpath=(~/.zsh/completion $fpath) \\# \\# 4. Enable and initialize completion in your .zshrc if you haven't already (oh-my-zsh does this automatically): \\# autoload -Uz compinit && compinit \\# \\# 5. Restart your terminal session or source your .zshrc again: \\# source ~/.zshrc \\ \\ \\ , .{ tc_name, filename, } ); } try cmdTabCompletionZsh(CommandT, cmd, tc_writer, tc_ctx); }, .ps1 => { if (tc_config.add_install_instructions) { try tc_writer.print( \\# PowerShell Completion Installation Instructions for {s} \\# 1. Load the completion script into your current PowerShell session: \\# . .\{s} \\# \\# 2. Ensure your Execution Policy allows the script to be run. Example: \\# Set-ExecutionPolicy RemoteSigned \\# \\# 3. To ensure this completion script is loaded automatically in future sessions, \\# add the above sourcing command to your PowerShell profile: \\# Notepad $PROFILE \\# Add the line: . C:\path\to\{s} \\# \\# 4. Restart your PowerShell session or source your profile again: \\# . $PROFILE \\ \\ \\ , .{ tc_name, filename, filename, } ); } try cmdTabCompletionPowerShell(CommandT, cmd, tc_writer, tc_ctx); }, } log.info("Generated '{s}' Tab Completion script for '{s}' into '{s}'.", .{ @tagName(shell_kind), cmd.name, filepath }); } /// Context used to track info through recursive calls of `cmdTabCompletion...()` functions. const TabCompletionContext = struct{ /// Parent Command Name parent_name: []const u8 = "", /// Command Name name: []const u8 = "", /// Argument Index idx: u8 = 1, /// Include Commands for Tab Completion. include_cmds: bool = true, /// Include Options for Tab Completion. include_opts: bool = false, /// Include Usage/Help for Tab Completion. include_usage_help: bool = true, }; /// Writes a Bash Tab Completion script snippet for the provided CommandT (`cmd`) to the given Writer (`tc_writer`). /// This function passes the provided TabCompletionContext (`tc_ctx`) to track info through recursive calls. fn cmdTabCompletionBash( comptime CommandT: type, comptime cmd: CommandT, tc_writer: anytype, comptime tc_ctx: TabCompletionContext, ) !void { // Get Sub Commands and Options const long_pf = CommandT.OptionT.long_prefix orelse ""; const args_list: []const u8 = comptime genArgList: { var args: []const u8 = ""; if (tc_ctx.include_cmds) { if (cmd.sub_cmds) |sub_cmds| { for (sub_cmds) |sub_cmd| args = args ++ sub_cmd.name ++ " "; } if (tc_ctx.include_usage_help) args = args ++ "help usage "; } if (tc_ctx.include_opts) { if (cmd.opts) |opts| { for (opts) |opt| { if (opt.long_name) |long_name| args = args ++ long_pf ++ long_name ++ " "; } } if (tc_ctx.include_usage_help) args = args ++ long_pf ++ "help " ++ long_pf ++ "usage"; } break :genArgList args; }; if (args_list.len == 0) return; // Tab Completion Script Snippet Write try tc_writer.print( \\_{s}_completions() {{ \\ local cur prev \\ COMPREPLY=() \\ cur="${{COMP_WORDS[COMP_CWORD]}}" \\ prev="${{COMP_WORDS[COMP_CWORD - 1]}}" \\ \\ case "${{prev}}" in \\ , .{ if (tc_ctx.idx == 1) tc_ctx.name else tc_ctx.parent_name ++ "_" ++ tc_ctx.name, } ); var args_iter = mem.splitScalar(u8, args_list, ' '); while (args_iter.next()) |arg| { if ( utils.indexOfEql([]const u8, &.{ "usage", "help"}, arg) != null or mem.eql(u8, if(arg.len < long_pf.len) continue else arg[0..long_pf.len], long_pf) ) continue; try tc_writer.print( \\ "{s}") \\ _{s}_{s}_completions \\ ;; \\ , .{ arg, tc_ctx.parent_name ++ tc_ctx.name, arg, } ); } try tc_writer.print( \\ "{s}") \\ COMPREPLY=($(compgen -W "{s}" -- ${{cur}})) \\ ;; \\ *) \\ COMPREPLY=($(compgen -f -- ${{cur}})) \\ esac \\}} \\ \\ , .{ tc_ctx.name, args_list, } ); // Iterate through sub-Commands if (cmd.sub_cmds) |sub_cmds| { comptime var next_ctx = tc_ctx; next_ctx.parent_name = (if (tc_ctx.parent_name.len == 0) "" else tc_ctx.parent_name ++ "_") ++ tc_ctx.name; next_ctx.idx += 1; inline for (sub_cmds) |sub_cmd| { next_ctx.name = sub_cmd.name; try cmdTabCompletionBash(CommandT, sub_cmd, tc_writer, next_ctx); } } if (tc_ctx.idx == 1) { try tc_writer.print("\ncomplete -F _{s}_completions {s}", .{ tc_ctx.name, tc_ctx.name, }); } } /// Writes a Zsh Tab Completion script snippet for the provided CommandT (`cmd`) to the given Writer (`tc_writer`). /// This function passes the provided TabCompletionContext (`tc_ctx`) to track info through recursive calls. fn cmdTabCompletionZsh( comptime CommandT: type, comptime cmd: CommandT, tc_writer: anytype, comptime tc_ctx: TabCompletionContext, ) !void { // Get Sub Commands and Options const long_pf = CommandT.OptionT.long_prefix orelse ""; const args_list: []const u8 = comptime genArgList: { var args: []const u8 = ""; if (tc_ctx.include_cmds) { if (cmd.sub_cmds) |sub_cmds| { for (sub_cmds) |sub_cmd| args = args ++ sub_cmd.name ++ " "; } if (tc_ctx.include_usage_help) args = args ++ "help usage "; } if (tc_ctx.include_opts) { if (cmd.opts) |opts| { for (opts) |opt| { if (opt.long_name) |long_name| args = args ++ long_pf ++ long_name ++ " "; } } if (tc_ctx.include_usage_help) args = args ++ long_pf ++ "help " ++ long_pf ++ "usage"; } break :genArgList args; }; if (args_list.len == 0) return; // Set up Arguments Array if (tc_ctx.idx == 1) try tc_writer.print( \\# Associative array to hold Commands, Options, and their descriptions with arbitrary depth \\typeset -A cmd_args \\cmd_args=( \\ , .{} ); try tc_writer.print(" \"{s}\" \"{s}\"\n", .{ if (tc_ctx.idx == 1) cmd.name else tc_ctx.parent_name ++ "_" ++ cmd.name, args_list, } ); // Iterate through sub-Commands if (tc_ctx.include_cmds) addSubCmds: { const sub_cmds = cmd.sub_cmds orelse break :addSubCmds; comptime var next_ctx = tc_ctx; next_ctx.parent_name = (if (tc_ctx.parent_name.len == 0) "" else tc_ctx.parent_name ++ "_") ++ tc_ctx.name; next_ctx.idx += 1; inline for (sub_cmds) |sub_cmd| { next_ctx.name = sub_cmd.name; try cmdTabCompletionZsh(CommandT, sub_cmd, tc_writer, next_ctx); } } // Add Recursive Completion Function if (tc_ctx.idx == 1) { try tc_writer.print( \\) \\# Generic function for command completions \\_{s}_completions() {{ \\ local -a completions \\ # Determine the current command context \\ local context="{s}" \\ for word in "${{words[@]:1:$CURRENT-1}}"; do \\ if [[ -n $cmd_args[${{context}}_${{word}}] ]]; then \\ context="${{context}}_${{word}}" \\ fi \\ done \\ # Generate completions for the current context \\ completions=(${{(s: :)cmd_args[$context]}}) \\ if [[ -n $completions ]]; then \\ _describe -t commands "{s}" completions && return 0 \\ fi \\}} \\_{s}_completions "$@" , .{ tc_ctx.name } ** 4 ); } } /// Writes a PowerShell Tab Completion script snippet for the provided CommandT (`cmd`) to the given Writer (`tc_writer`). /// This function passes the provided TabCompletionContext (`tc_ctx`) to track info through recursive calls. fn cmdTabCompletionPowerShell( comptime CommandT: type, comptime cmd: CommandT, tc_writer: anytype, comptime tc_ctx: TabCompletionContext ) !void { // Get Sub Commands and Options const long_pf = CommandT.OptionT.long_prefix orelse ""; const suggestions: []const u8 = comptime genSuggestions: { var args: []const u8 = "@(\n"; if (tc_ctx.include_cmds) { if (cmd.sub_cmds) |sub_cmds| { for (sub_cmds) |sub_cmd| args = args ++ "\t\t'" ++ sub_cmd.name ++ "',\n"; } if (tc_ctx.include_usage_help) args = args ++ "\t\t'help',\n\t\t'usage',\n"; } if (tc_ctx.include_opts) { if (cmd.opts) |opts| { for (opts) |opt| { if (opt.long_name) |long_name| args = args ++ "\t\t'" ++ long_pf ++ long_name ++ "',\n"; } } if (tc_ctx.include_usage_help) args = args ++ "\t\t'" ++ long_pf ++ "help',\n\t\t'" ++ long_pf ++ "usage',\n"; } if (args[args.len - 2] == ',') args = args[0..args.len - 2] ++ "\n"; args = args ++ "\t)"; break :genSuggestions args; }; if (suggestions.len == 0) return; // Tab Completion Script Snippet Write // TODO Handle Commands with no Arguments try tc_writer.print( \\function _{s} {{ \\ param($wordToComplete, $commandAst) \\ $suggestions = {s} \\ return $suggestions | Where-Object {{ $_ -like "$wordToComplete*" }} \\}} \\ \\ , .{ if (tc_ctx.idx == 1) tc_ctx.name else tc_ctx.parent_name ++ "-" ++ tc_ctx.name, suggestions, } ); // Iterate through sub-Commands if (cmd.sub_cmds) |sub_cmds| { comptime var next_ctx = tc_ctx; next_ctx.parent_name = (if (tc_ctx.parent_name.len == 0) "" else tc_ctx.parent_name ++ "-") ++ tc_ctx.name; next_ctx.idx += 1; inline for (sub_cmds) |sub_cmd| { next_ctx.name = sub_cmd.name; try cmdTabCompletionPowerShell(CommandT, sub_cmd, tc_writer, next_ctx); } } if (tc_ctx.idx == 1) { try tc_writer.print( \\Register-ArgumentCompleter -CommandName '{s}' -ScriptBlock {{ \\ param($wordToComplete, $commandAst, $cursorPos) \\ \\ $functionName = "_" + $($commandAst.Extent.Text.replace(' ', '-').replace(".exe", "")) \\ if ($wordToComplete) {{ \\ $functionName = $functionName.replace("-$wordToComplete", "") \\ }} \\ \\ # Check if the function exists and invoke it \\ if (Get-Command -Name $functionName -ErrorAction SilentlyContinue) {{ \\ & $functionName $wordToComplete $commandAst \\ }} else {{ \\ # Fallback logic to show files in the current directory \\ Get-ChildItem -Path '.' -File | Where-Object Name -like "*$wordToComplete*" | ForEach-Object {{ \\ [System.Management.Automation.CompletionResult]::new($_.Name, $_.Name, 'ParameterValue', $_.Name) \\ }} \\ }} \\}} // TODO Make this dependent on the name given by the build , .{ tc_ctx.name ++ ".exe" } ); } }
18,214
tab_completion
zig
en
zig
code
{"qsc_code_num_words": 1931, "qsc_code_num_chars": 18214.0, "qsc_code_mean_word_length": 4.73744174, "qsc_code_frac_words_unique": 0.17089591, "qsc_code_frac_chars_top_2grams": 0.03060778, "qsc_code_frac_chars_top_3grams": 0.01759948, "qsc_code_frac_chars_top_4grams": 0.02273721, "qsc_code_frac_chars_dupe_5grams": 0.46348929, "qsc_code_frac_chars_dupe_6grams": 0.45223, "qsc_code_frac_chars_dupe_7grams": 0.40008745, "qsc_code_frac_chars_dupe_8grams": 0.37855269, "qsc_code_frac_chars_dupe_9grams": 0.36510713, "qsc_code_frac_chars_dupe_10grams": 0.3592042, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.0056051, "qsc_code_frac_chars_whitespace": 0.35351927, "qsc_code_size_file_byte": 18214.0, "qsc_code_num_lines": 469.0, "qsc_code_num_chars_line_max": 137.0, "qsc_code_num_chars_line_mean": 38.8358209, "qsc_code_frac_chars_alphabet": 0.77129512, "qsc_code_frac_chars_comments": 0.14768859, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.46867168, "qsc_code_cate_autogen": 1.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.03639526, "qsc_code_frac_chars_long_word_length": 0.00811646, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.00426439, "qsc_code_frac_lines_assert": 0.0}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_cate_autogen": 1, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0}
00JCIV00/cova
src/generate/help_docs.zig
//! Generate Help Docs based on Cova Commands. // Standard const std = @import("std"); const ascii = std.ascii; const fmt = std.fmt; const fs = std.fs; const log = std.log; const mem = std.mem; const Io = std.Io; // Cova const utils = @import("../utils.zig"); /// Config for creating Help Docs with `createHelpDoc()`. /// Leaving any field `null` will remove it from the created Help Doc. pub const HelpDocsConfig = struct{ /// Help Doc Local Filepath /// This is the local path the file will be placed in. The file name will be "`name`.`section`". local_filepath: []const u8 = "meta/help_docs", /// Recursively generate Manpages for sub-Commands. /// Generated Help Docs for sub-Commands will be titled with `parent-child` syntax. (Ex: `git log` becomes `git-log`). recursive_gen: bool = true, /// Max-depth for recursive generation. recursive_max_depth: u8 = 3, /// Blocklist for recursive generation sub-Commands. /// This is useful to avoid generating Help Docs for Commands like `usage` and `help`. recursive_blocklist: []const []const u8 = &.{ "usage", "help" }, // Help /// Version of the program /// This is shown in the Bottom Left. version: ?[]const u8 = null, /// Date of the program version. /// This is shown in the Bottom Center. ver_date: ?[]const u8 = null, /// Name of the program. /// Note, if this is left null, the provided CommandT's name will be used. name: ?[]const u8 = null, /// Description of the program. /// Note, if this is left null, the provided CommandT's description will be used. description: ?[]const u8 = null, /// Author of the program. author: ?[]const u8 = null, /// Copyright info. copyright: ?[]const u8 = null, /// More examples of the program. examples: ?[]const u8 = null, // Manpage Info /// Section of the Linux Manpages. /// Treat this as a character (ex: `'1'`) /// Valid values can be found [here](https://en.wikipedia.org/wiki/Man_page#Manual_sections). section: u8 = '1', /// Name of the manpage group. /// This is shown in the Upper Center. man_name: ?[]const u8 = null, /// A quick example of how the program is commonly used. synopsis: ?[]const u8 = null, // Manpage Structure /// Manpages Sub Commands Format. /// Must support the following format types in this order: /// 1. String (Command Name) /// 2. String (Command Description) mp_subcmds_fmt: []const u8 = ".B {s}:\n{s}\n\n", /// Manpages Options Format. /// Must support the following format types in this order: /// 1. Character `{c}` (Option Short Prefix) /// 2. Optional UTF-8 Character `{?u}` (Option Short Name) /// 3. String `{s}` (Option Long Prefix) /// 4. Optional String `{?s}` (Option Long Name) /// 5. String `{s}` (Option Value Name) /// 6. String `{s}` (Option Value Type) /// 7. String `{s}` (Option Name) /// 8. String `{s}` (Option Description) mp_opts_fmt: []const u8 = ".B {s}:\n[{u}{?u},{s}{?s} \"{s} ({s})\"]:\n {s}\n\n", /// Manpages Values Format. /// Must support the following format types in this order: /// 1. String (Value Name) /// 2. String (Value Type) /// 3. String (Value Description) mp_vals_fmt: []const u8 = ".B {s}:\n({s}): {s}\n\n", /// Manpages Examples Format. /// Must support the following format types in this order: /// 1. String `{s}` (Example) mp_examples_fmt: []const u8 = ".B {s}\n\n", // Markdown Structure /// Markdown Sub Commands Format. /// Must support the following format types in this order: /// 1. String `{s}` (Command Name) /// 2. String `{s}` (Command Description) md_subcmds_fmt: []const u8 = "- [__{s}__]({s}): {s}\n", /// Markdown Options Format. /// Must support the following format types in this order: /// 1. Character `{c}` (Option Short Prefix) /// 2. UTF-8 Character `{u}` (Option Short Name) /// 3. String `{s}` (Option Name Separator) /// 4. String `{s}` (Option Long Prefix) /// 5. String `{s}` (Option Long Name) /// 6. String `{s}` (Option Aliases) /// 7. String `{s}` (Option Value Name) /// 8. String `{s}` (Option Value Type) /// 9. String `{s}` (Option Name) /// 10. String `{s}` (Option Description) md_opts_fmt: []const u8 = \\- __{s}__: \\ - `{u}{u}{s}{s}{s}{s} <{s} ({s})>` \\ - {s} \\ , /// Markdown Option Names Separator Format md_opt_names_sep_fmt: []const u8 = ", ", /// Markdown Values Format. /// Must support the following format types in this order: /// 1. String `{s}` (Value Name) /// 2. String `{s}` (Value Type) /// 3. String `{s}` (Value Description) md_vals_fmt: []const u8 = \\- __{s}__ ({s}) \\ - {s} \\ , /// Markdown Examples Format. /// Must support the following format types in this order: /// 1. String `{s}` (Example) //md_examples_fmt: []const u8 = "\n```shell\n{s}\n```\n", md_examples_fmt: []const u8 = "- `{s}`\n", /// Available Kinds of Help Docs. pub const DocKind = enum{ manpages, markdown, }; }; /// Create a Help Doc for this program based on the provided `CommandT` (`cmd`) and HelpDocConfig (`hd_config`). /// Note, Manpages are intended for use on Unix systems (where Manpages are typically found). pub fn createHelpDoc( comptime CommandT: type, comptime cmd: CommandT, comptime hd_config: HelpDocsConfig, comptime doc_kind: HelpDocsConfig.DocKind, ) !void { switch (doc_kind) { .manpages => { try createManpageCtx(CommandT, cmd, hd_config, .{ .name = hd_config.name orelse cmd.name, .cur_depth = 0, }); }, .markdown => { try createMarkdownCtx(CommandT, cmd, hd_config, .{ .name = hd_config.name orelse cmd.name, .cur_depth = 0, }); }, } } /// Help Doc Context for recursive calls of `create[Doc]Ctx()`. const HelpDocContext = struct { /// Name of the Help Doc. name: []const u8, /// Current recursion depth. cur_depth: u8 = 0, /// Names of Predecessor Commands. pre_names: ?[]const []const u8 = null, /// Filepaths of Predecessor Commands. pre_paths: []const []const u8 = &.{ "" }, }; /// Create a manpage with Context (`mp_ctx`). fn createManpageCtx( comptime CommandT: type, comptime cmd: CommandT, comptime mp_config: HelpDocsConfig, comptime mp_ctx: HelpDocContext ) !void { //log.info("Generating Manpages for '{s}'...", .{ cmd.name }); const mp_name = mp_ctx.name; const mp_description = mp_config.description orelse cmd.description; const title = fmt.comptimePrint( \\.TH {s} {u} {s}{s}{s} \\ , .{ mp_name, mp_config.section, if (mp_config.ver_date) |date| "\"" ++ date ++ "\" " else "", if (mp_config.version) |ver| "\"" ++ ver ++ "\" " else "", if (mp_config.man_name) |man_name| "\"" ++ man_name ++ "\" " else "", } ); const name = fmt.comptimePrint( \\.SH NAME \\.B {s} \\ , .{ mp_name } ); const synopsis = fmt.comptimePrint( \\.SH SYNOPSIS \\{s} \\ , .{ if (mp_config.synopsis) |synopsis| synopsis else fmt.comptimePrint( ".B {s}{s}{s}{s}", .{ mp_name, if (cmd.opts) |_| "\n.RB [OPTIONS]" else "", if (cmd.vals) |_| "\n.RB [VALUES]" else "", if (cmd.sub_cmds) |_| "\n.RB [SUB COMMAND...]" else "", } ) } ); const description = fmt.comptimePrint( \\.SH DESCRIPTION \\.B {s} \\ , .{ mp_description } ); const examples = if (mp_config.examples) |examples| fmt.comptimePrint( \\.SH EXAMPLES \\.B {s} \\ , .{ examples } ) else if (CommandT.include_examples) cmdExamples: { const examples = cmd.examples orelse break :cmdExamples ""; comptime var example_str: []const u8 = ".SH EXAMPLES\n\n"; inline for (examples) |example| example_str = example_str ++ fmt.comptimePrint(mp_config.mp_examples_fmt, .{ example }); example_str = example_str ++ "\n"; const example_str_out = example_str; break :cmdExamples example_str_out; } else ""; const author = if (mp_config.author) |author| fmt.comptimePrint( \\.SH AUTHOR \\.B {s} \\ , .{ author } ) else ""; const copyright = if (mp_config.copyright) |copyright| fmt.comptimePrint( \\.SH COPYRIGHT \\.B {s} \\ , .{ copyright } ) else ""; const filepath = genFilepath: { comptime var path = if (mp_config.local_filepath.len >= 0) mp_config.local_filepath else "."; comptime { if (mem.indexOfScalar(u8, &.{ '/', '\\' }, path[path.len - 1]) == null) path = path ++ "/"; } path = path ++ "manpages/"; try fs.cwd().makePath(path); break :genFilepath path ++ mp_name ++ "." ++ .{ mp_config.section }; }; var manpage = try fs.cwd().createFile(filepath, .{}); var mp_writer_parent = manpage.writer(&.{}); var mp_writer = &mp_writer_parent.interface; defer manpage.close(); // Pre-Argument Writes try mp_writer.print( \\{s} \\{s} \\{s} \\{s} , .{ title, name, synopsis, description, } ); // Argument Writes if (cmd.sub_cmds != null or cmd.opts != null or cmd.vals != null) { try mp_writer.print(".SH ARGUMENTS\n", .{}); if (cmd.sub_cmds) |sub_cmds| { try mp_writer.print(".SS COMMANDS\n", .{}); for (sub_cmds) |sub_cmd| try mp_writer.print(mp_config.mp_subcmds_fmt, .{ sub_cmd.name, sub_cmd.description }); } if (cmd.opts) |opts| { try mp_writer.print(".SS OPTIONS\n", .{}); for (opts) |opt| try mp_writer.print(mp_config.mp_opts_fmt, .{ opt.name, CommandT.OptionT.short_prefix orelse 0, if (CommandT.OptionT.short_prefix != null) opt.short_name else 0, CommandT.OptionT.long_prefix orelse 0, if (CommandT.OptionT.long_prefix != null) opt.long_name else "", opt.val.name(), opt.val.childTypeName(), opt.description, }); } if (cmd.vals) |vals| { try mp_writer.print(".SS VALUES\n", .{}); for (vals) |val| try mp_writer.print(mp_config.mp_vals_fmt, .{ val.name(), val.childTypeName(), val.description() }); } } // Post-Argument Writes try mp_writer.print( \\{s} \\{s} \\{s} , .{ examples, author, copyright, } ); log.info("Generated Manpages for '{s}' into '{s}'.", .{ cmd.name, filepath }); // Recursive sub-Command generation if (!mp_config.recursive_gen or (mp_ctx.cur_depth + 1 >= mp_config.recursive_max_depth)) return; inline for (cmd.sub_cmds orelse return) |sub_cmd| { comptime if (utils.indexOfEql([]const u8, mp_config.recursive_blocklist, sub_cmd.name) != null) continue; comptime var new_ctx = mp_ctx; new_ctx.cur_depth += 1; new_ctx.name = new_ctx.name ++ "-" ++ sub_cmd.name; try createManpageCtx(CommandT, sub_cmd, mp_config, new_ctx); } } /// Create a Markdown file with Context (`md_ctx`). fn createMarkdownCtx( comptime CommandT: type, comptime cmd: CommandT, comptime md_config: HelpDocsConfig, comptime md_ctx: HelpDocContext ) !void { //log.info("Generating Manpages for '{s}'...", .{ cmd.name }); const md_name = md_ctx.name; const md_description = md_config.description orelse cmd.description; const filepath = genFilepath: { comptime var path = if (md_config.local_filepath.len >= 0) md_config.local_filepath else "."; comptime { if (mem.indexOfScalar(u8, &.{ '/', '\\' }, path[path.len - 1]) == null) path = path ++ "/"; } path = path ++ "markdown/"; try fs.cwd().makePath(path); break :genFilepath path ++ md_name ++ ".md"; }; const local_path = "./" ++ md_name ++ ".md"; var markdown = try fs.cwd().createFile(filepath, .{}); var md_writer_parent = markdown.writer(&.{}); var md_writer = &md_writer_parent.interface; defer markdown.close(); // Header try md_writer.print("# {s}\n", .{ cmd.name }); // - Predecessors if (md_ctx.pre_names) |pres| preLinks: { try md_writer.print("__[{s}]({s})__", .{ pres[0], md_ctx.pre_paths[0] }); defer md_writer.print(" > __{s}__\n\n", .{ cmd.name }) catch {}; if (pres.len == 1) { break :preLinks; } for (pres[1..], md_ctx.pre_paths[1..]) |pre_name, pre_path| try md_writer.print(" > __[{s}]({s})__", .{ pre_name, pre_path }); } // - Description try md_writer.print("{s}\n\n", .{ md_description }); // - Meta Info if (md_ctx.cur_depth == 0) { if (md_config.version) |ver| try md_writer.print("__Version:__ {s}<br>\n", .{ ver }); if (md_config.ver_date) |date| try md_writer.print("__Date:__ {s}<br>\n", .{ date }); if (md_config.author) |author| try md_writer.print("__Author:__ {s}<br>\n", .{ author }); if (md_config.copyright) |copyright| try md_writer.print("__Copyright:__ {s}<br>\n", .{ copyright }); } try md_writer.print("___\n\n", .{}); // Usage try md_writer.print("## Usage\n```shell\n", .{}); try cmd.usage(md_writer); try md_writer.print("```\n\n", .{}); // Aliases if (cmd.alias_names) |aliases| addAliases: { try md_writer.print("## Alias(es)\n", .{}); try md_writer.print("- `{s}`", .{ aliases[0] }); defer md_writer.print("\n\n", .{}) catch {}; if (aliases.len == 1) { break :addAliases; } for (aliases[1..]) |alias| try md_writer.print("\n- `{s}`", .{ alias }); } // Examples if (md_config.examples) |examples| try md_writer.print("## Examples\n\n{s]}\n", .{ examples }) else if (CommandT.include_examples) cmdExamples: { const examples = cmd.examples orelse break :cmdExamples; try md_writer.print("## Examples\n\n", .{}); for (examples) |example| try md_writer.print(md_config.md_examples_fmt, .{ example }); try md_writer.print("\n", .{}); } // Argument Writes // TODO Solve custom formats for these if (cmd.sub_cmds != null or cmd.opts != null or cmd.vals != null) { try md_writer.print("## Arguments\n", .{}); if (cmd.sub_cmds) |sub_cmds| { try md_writer.print("### Commands\n", .{}); inline for (sub_cmds) |sub_cmd| try md_writer.print(md_config.md_subcmds_fmt, .{ sub_cmd.name, local_path[0..local_path.len - 3] ++ "-" ++ sub_cmd.name ++ ".md", sub_cmd.description, }); } if (cmd.opts) |opts| { try md_writer.print("### Options\n", .{}); const opt_long_pf = CommandT.OptionT.long_prefix orelse ""; inline for (opts) |opt| try md_writer.print(md_config.md_opts_fmt, .{ opt.name, @as(u21, if (opt.short_name != null) CommandT.OptionT.short_prefix orelse 0x200B else 0x200B), @as(u21, if (CommandT.OptionT.short_prefix != null) opt.short_name orelse 0x200B else 0x200B), if (opt.short_name != null and opt.long_name != null) md_config.md_opt_names_sep_fmt else "", if (opt.long_name != null) opt_long_pf else "", if (CommandT.OptionT.long_prefix != null) opt.long_name orelse "" else "", if (opt.alias_long_names) |opt_aliases| optAliases: { comptime var alias_list: []const u8 = ""; inline for (opt_aliases) |opt_alias| alias_list = alias_list ++ md_config.md_opt_names_sep_fmt ++ opt_long_pf ++ opt_alias; break :optAliases alias_list; } else "", opt.val.name(), opt.val.childTypeName(), opt.description, }); } if (cmd.vals) |vals| { try md_writer.print("### Values\n", .{}); for (vals) |val| try md_writer.print(md_config.md_vals_fmt , .{ val.name(), val.childTypeName(), val.description(), }); } try md_writer.print("\n", .{}); } log.info("Generated Markdown for '{s}' into '{s}'.", .{ cmd.name, filepath }); // Recursive sub-Command generation if (!md_config.recursive_gen or (md_ctx.cur_depth + 1 >= md_config.recursive_max_depth)) return; inline for (cmd.sub_cmds orelse return) |sub_cmd| { comptime if (utils.indexOfEql([]const u8, md_config.recursive_blocklist, sub_cmd.name) != null) continue; comptime var new_ctx = md_ctx; new_ctx.cur_depth += 1; new_ctx.name = new_ctx.name ++ "-" ++ sub_cmd.name; new_ctx.pre_names = if (new_ctx.pre_names) |pre_names| pre_names ++ @as([]const []const u8, &.{ cmd.name }) else &.{ cmd.name }; new_ctx.pre_paths = if (new_ctx.pre_paths[0].len > 0) new_ctx.pre_paths ++ @as([]const []const u8, &.{ local_path }) else &.{ local_path }; try createMarkdownCtx(CommandT, sub_cmd, md_config, new_ctx); } }
18,389
help_docs
zig
en
zig
code
{"qsc_code_num_words": 2205, "qsc_code_num_chars": 18389.0, "qsc_code_mean_word_length": 4.38276644, "qsc_code_frac_words_unique": 0.11927438, "qsc_code_frac_chars_top_2grams": 0.04211507, "qsc_code_frac_chars_top_3grams": 0.03766556, "qsc_code_frac_chars_top_4grams": 0.04304636, "qsc_code_frac_chars_dupe_5grams": 0.46533526, "qsc_code_frac_chars_dupe_6grams": 0.37996689, "qsc_code_frac_chars_dupe_7grams": 0.32957368, "qsc_code_frac_chars_dupe_8grams": 0.27442053, "qsc_code_frac_chars_dupe_9grams": 0.25020695, "qsc_code_frac_chars_dupe_10grams": 0.21895695, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.00916291, "qsc_code_frac_chars_whitespace": 0.29969003, "qsc_code_size_file_byte": 18389.0, "qsc_code_num_lines": 471.0, "qsc_code_num_chars_line_max": 148.0, "qsc_code_num_chars_line_mean": 39.04246285, "qsc_code_frac_chars_alphabet": 0.74126417, "qsc_code_frac_chars_comments": 0.23856653, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.31104651, "qsc_code_cate_autogen": 1.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.05527782, "qsc_code_frac_chars_long_word_length": 0.0015712, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.00171404, "qsc_code_frac_lines_prompt_comments": 0.00212314, "qsc_code_frac_lines_assert": 0.0}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_cate_autogen": 1, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/Quarterstaff.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.items.weapon.melee; import com.shatteredpixel.shatteredpixeldungeon.actors.Char; import com.shatteredpixel.shatteredpixeldungeon.sprites.ItemSpriteSheet; public class Quarterstaff extends MeleeWeapon { { image = ItemSpriteSheet.QUARTERSTAFF; tier = 2; } @Override public int max(int lvl) { return 4*(tier+1) + //12 base, down from 15 lvl*(tier+1); //scaling unchanged } @Override public int defenseFactor( Char owner ) { return 3; //3 extra defence } }
1,316
Quarterstaff
java
en
java
code
{"qsc_code_num_words": 181, "qsc_code_num_chars": 1316.0, "qsc_code_mean_word_length": 5.37016575, "qsc_code_frac_words_unique": 0.63535912, "qsc_code_frac_chars_top_2grams": 0.03395062, "qsc_code_frac_chars_top_3grams": 0.04012346, "qsc_code_frac_chars_top_4grams": 0.05864198, "qsc_code_frac_chars_dupe_5grams": 0.08436214, "qsc_code_frac_chars_dupe_6grams": 0.05761317, "qsc_code_frac_chars_dupe_7grams": 0.0, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.02511628, "qsc_code_frac_chars_whitespace": 0.1831307, "qsc_code_size_file_byte": 1316.0, "qsc_code_num_lines": 44.0, "qsc_code_num_chars_line_max": 73.0, "qsc_code_num_chars_line_mean": 29.90909091, "qsc_code_frac_chars_alphabet": 0.87906977, "qsc_code_frac_chars_comments": 0.63829787, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.11111111, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.0, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 1.0, "qsc_codejava_frac_lines_func_ratio": 0.11111111, "qsc_codejava_score_lines_no_logic": 0.33333333, "qsc_codejava_frac_words_no_modifier": 0.66666667, "qsc_codejava_frac_words_legal_var_name": null, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 1, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/CursingTrap.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.levels.traps; import com.shatteredpixel.shatteredpixeldungeon.Assets; import com.shatteredpixel.shatteredpixeldungeon.Dungeon; import com.shatteredpixel.shatteredpixeldungeon.actors.hero.Hero; import com.shatteredpixel.shatteredpixeldungeon.effects.CellEmitter; import com.shatteredpixel.shatteredpixeldungeon.effects.particles.ShadowParticle; import com.shatteredpixel.shatteredpixeldungeon.items.EquipableItem; import com.shatteredpixel.shatteredpixeldungeon.items.Heap; import com.shatteredpixel.shatteredpixeldungeon.items.Item; import com.shatteredpixel.shatteredpixeldungeon.items.KindOfWeapon; import com.shatteredpixel.shatteredpixeldungeon.items.KindofMisc; import com.shatteredpixel.shatteredpixeldungeon.items.armor.Armor; import com.shatteredpixel.shatteredpixeldungeon.items.weapon.Weapon; import com.shatteredpixel.shatteredpixeldungeon.items.weapon.missiles.MissileWeapon; import com.shatteredpixel.shatteredpixeldungeon.messages.Messages; import com.shatteredpixel.shatteredpixeldungeon.utils.GLog; import com.watabou.noosa.audio.Sample; import com.watabou.utils.Random; import java.util.ArrayList; import java.util.Collections; public class CursingTrap extends Trap { { color = VIOLET; shape = WAVES; } @Override public void activate() { if (Dungeon.level.heroFOV[ pos ]) { CellEmitter.get(pos).burst(ShadowParticle.UP, 5); Sample.INSTANCE.play(Assets.SND_CURSED); } Heap heap = Dungeon.level.heaps.get( pos ); if (heap != null){ for (Item item : heap.items){ if (item.isUpgradable() && !(item instanceof MissileWeapon)) curse(item); } } if (Dungeon.hero.pos == pos && !Dungeon.hero.flying){ curse(Dungeon.hero); } } public static void curse(Hero hero){ //items the trap wants to curse because it will create a more negative effect ArrayList<Item> priorityCurse = new ArrayList<>(); //items the trap can curse if nothing else is available. ArrayList<Item> canCurse = new ArrayList<>(); KindOfWeapon weapon = hero.belongings.weapon; if (weapon instanceof Weapon && !weapon.cursed){ if (((Weapon) weapon).enchantment == null) priorityCurse.add(weapon); else canCurse.add(weapon); } Armor armor = hero.belongings.armor; if (armor != null && !armor.cursed){ if (armor.glyph == null) priorityCurse.add(armor); else canCurse.add(armor); } KindofMisc misc1 = hero.belongings.misc1; if (misc1 != null){ canCurse.add(misc1); } KindofMisc misc2 = hero.belongings.misc2; if (misc2 != null){ canCurse.add(misc2); } Collections.shuffle(priorityCurse); Collections.shuffle(canCurse); int numCurses = Random.Int(2) == 0 ? 1 : 2; for (int i = 0; i < numCurses; i++){ if (!priorityCurse.isEmpty()){ curse(priorityCurse.remove(0)); } else if (!canCurse.isEmpty()){ curse(canCurse.remove(0)); } } EquipableItem.equipCursed(hero); GLog.n( Messages.get(CursingTrap.class, "curse") ); } private static void curse(Item item){ item.cursed = item.cursedKnown = true; if (item instanceof Weapon){ Weapon w = (Weapon) item; if (w.enchantment == null){ w.enchant(Weapon.Enchantment.randomCurse()); } } if (item instanceof Armor){ Armor a = (Armor) item; if (a.glyph == null){ a.inscribe(Armor.Glyph.randomCurse()); } } } }
4,145
CursingTrap
java
en
java
code
{"qsc_code_num_words": 502, "qsc_code_num_chars": 4145.0, "qsc_code_mean_word_length": 6.05577689, "qsc_code_frac_words_unique": 0.35657371, "qsc_code_frac_chars_top_2grams": 0.05032895, "qsc_code_frac_chars_top_3grams": 0.2, "qsc_code_frac_chars_top_4grams": 0.21710526, "qsc_code_frac_chars_dupe_5grams": 0.19342105, "qsc_code_frac_chars_dupe_6grams": 0.05460526, "qsc_code_frac_chars_dupe_7grams": 0.0, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.00940439, "qsc_code_frac_chars_whitespace": 0.15343788, "qsc_code_size_file_byte": 4145.0, "qsc_code_num_lines": 136.0, "qsc_code_num_chars_line_max": 85.0, "qsc_code_num_chars_line_mean": 30.47794118, "qsc_code_frac_chars_alphabet": 0.8569393, "qsc_code_frac_chars_comments": 0.22050663, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.02083333, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.00154751, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 0.0, "qsc_codejava_frac_lines_func_ratio": 0.03125, "qsc_codejava_score_lines_no_logic": 0.23958333, "qsc_codejava_frac_words_no_modifier": 0.75, "qsc_codejava_frac_words_legal_var_name": 1.0, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 1, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 0, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
01-ai/YiDong
README.md
# YiDong > "The difficult thing isn't living with other people, it's understanding them." > > -- José Saramago, Blindness **YiDong** is designed to facilitate seamless interaction with the Yi series multi-modal models, enabling users to perform a variety of tasks including image/video comprehension, creation, and modification. ## Prerequisites Make sure you have a valid API key. ⚠️: This project is still in the early test stage and is open to invited users only. Please contact yi@01.ai if you want to join the waitlist. ## Getting Started We provide SDK in the following programming languages: - Python ### Python 1. Install the `yidong` package: ```bash pip install yidong ``` 2. Initialize the client ```py from yidong import YiDong yd = YiDong(api_key="YOUR_API_KEY") ``` You can also set the `YIDONG_API_KEY` environment variable instead and left the `api_key` param empty. 3. Upload resources ```py rid = yd.add_resource("path/to/your/video.mp4") # "b525d791a0a5a023" ``` A resource ID will be returned once the upload is completed. Then you can fetch the resource details: ```py yd.get_resource(rid) # Resource( # id='b525d791a0a5a023', # mime='video/mp4', # name='a.mp4', # source=ResourceFromLocalUpload(type='local_upload', path='~/Downloads/a.mp4'), # uploaded_at='2024-10-25T18:23:13.021277', # created_at='2024-10-25T18:23:14.204159', # updated_at='2024-10-25T18:23:15.163147', # url='https://...', # meta={...} # ) ``` 4. Perform tasks ```py t = yd.video_summary('b525d791a0a5a023') # TaskRef("e5622d45e5ad41bfa961b09c0b84835b") ``` A task reference will be returned immediately. To fetch the task result: ```py t() # VideoSummaryTaskResult( # type='video_summary', # video_id='e24bb328df3a5bb9', # video_summary=Summary( # summary='...', # meta={} # ), # chapters=[Chapter(start=0.0, stop=10.0), Chapter(start=10.0, stop=13.0)], # chapter_summaries=[ # Summary( # summary='...', # meta={} # ), # Summary( # summary='...', # meta={} # ) # ] # ) ``` If you have a webhook set up, you will receive a notification once the task is completed. (TODO: verify this) You may find all available tasks in the docs(TODO: setup docs). 5. Live interaction (TODO: Add chat interface) For more examples, please visit the [Gradio Example(TODO: Add Link)](). #### CLI You can also use the command line interface to perform tasks demonstrated above: ```bash $ yidong -h $ yidong add_resource --file ~/Downloads/a.mp4 # 'b525d791a0a5a023' $ yidong video_summary b525d791a0a5a023 # TaskRef("e5622d45e5ad41bfa961b09c0b84835b") $ yidong get_task e5622d45e5ad41bfa961b09c0b84835b ```
3,003
README
md
en
markdown
text
{"qsc_doc_frac_chars_curly_bracket": 0.002664, "qsc_doc_frac_words_redpajama_stop": 0.15357766, "qsc_doc_num_sentences": 37.0, "qsc_doc_num_words": 366, "qsc_doc_num_chars": 3003.0, "qsc_doc_num_lines": 122.0, "qsc_doc_mean_word_length": 5.09562842, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with_readmore": 0.0, "qsc_doc_frac_lines_start_with_bullet": 0.0, "qsc_doc_frac_words_unique": 0.51912568, "qsc_doc_entropy_unigram": 4.91901778, "qsc_doc_frac_words_all_caps": 0.02617801, "qsc_doc_frac_lines_dupe_lines": 0.27586207, "qsc_doc_frac_chars_dupe_lines": 0.10935143, "qsc_doc_frac_chars_top_2grams": 0.01608579, "qsc_doc_frac_chars_top_3grams": 0.01286863, "qsc_doc_frac_chars_top_4grams": 0.02091153, "qsc_doc_frac_chars_dupe_5grams": 0.09597855, "qsc_doc_frac_chars_dupe_6grams": 0.0, "qsc_doc_frac_chars_dupe_7grams": 0.0, "qsc_doc_frac_chars_dupe_8grams": 0.0, "qsc_doc_frac_chars_dupe_9grams": 0.0, "qsc_doc_frac_chars_dupe_10grams": 0.0, "qsc_doc_frac_chars_replacement_symbols": 0.0, "qsc_doc_cate_code_related_file_name": 1.0, "qsc_doc_num_chars_sentence_length_mean": 16.77514793, "qsc_doc_frac_chars_hyperlink_html_tag": 0.0, "qsc_doc_frac_chars_alphabet": 0.74072418, "qsc_doc_frac_chars_digital": 0.09208762, "qsc_doc_frac_chars_whitespace": 0.25507826, "qsc_doc_frac_chars_hex_words": 0.0}
1
{"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 0, "qsc_doc_frac_chars_dupe_5grams": 0, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_8grams": 0, "qsc_doc_frac_chars_dupe_9grams": 0, "qsc_doc_frac_chars_dupe_10grams": 0, "qsc_doc_frac_chars_dupe_lines": 0, "qsc_doc_frac_lines_dupe_lines": 0, "qsc_doc_frac_lines_end_with_readmore": 0, "qsc_doc_frac_lines_start_with_bullet": 0, "qsc_doc_frac_words_all_caps": 0, "qsc_doc_mean_word_length": 0, "qsc_doc_num_chars": 0, "qsc_doc_num_lines": 0, "qsc_doc_num_sentences": 0, "qsc_doc_num_words": 0, "qsc_doc_frac_chars_hex_words": 0, "qsc_doc_frac_chars_hyperlink_html_tag": 0, "qsc_doc_frac_chars_alphabet": 0, "qsc_doc_frac_chars_digital": 0, "qsc_doc_frac_chars_whitespace": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/ConfusionTrap.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.levels.traps; import com.shatteredpixel.shatteredpixeldungeon.Dungeon; import com.shatteredpixel.shatteredpixeldungeon.actors.blobs.Blob; import com.shatteredpixel.shatteredpixeldungeon.actors.blobs.ConfusionGas; import com.shatteredpixel.shatteredpixeldungeon.scenes.GameScene; public class ConfusionTrap extends Trap { { color = TEAL; shape = GRILL; } @Override public void activate() { GameScene.add(Blob.seed(pos, 300 + 20 * Dungeon.depth, ConfusionGas.class)); } }
1,318
ConfusionTrap
java
en
java
code
{"qsc_code_num_words": 176, "qsc_code_num_chars": 1318.0, "qsc_code_mean_word_length": 5.71022727, "qsc_code_frac_words_unique": 0.61363636, "qsc_code_frac_chars_top_2grams": 0.08457711, "qsc_code_frac_chars_top_3grams": 0.18905473, "qsc_code_frac_chars_top_4grams": 0.17512438, "qsc_code_frac_chars_dupe_5grams": 0.19104478, "qsc_code_frac_chars_dupe_6grams": 0.16517413, "qsc_code_frac_chars_dupe_7grams": 0.0, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.01987353, "qsc_code_frac_chars_whitespace": 0.16009105, "qsc_code_size_file_byte": 1318.0, "qsc_code_num_lines": 41.0, "qsc_code_num_chars_line_max": 79.0, "qsc_code_num_chars_line_mean": 32.14634146, "qsc_code_frac_chars_alphabet": 0.88798555, "qsc_code_frac_chars_comments": 0.59256449, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.0, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.0, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 1.0, "qsc_codejava_frac_lines_func_ratio": 0.06666667, "qsc_codejava_score_lines_no_logic": 0.4, "qsc_codejava_frac_words_no_modifier": 0.5, "qsc_codejava_frac_words_legal_var_name": null, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 1, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 1, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/FlockTrap.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.levels.traps; import com.shatteredpixel.shatteredpixeldungeon.Assets; import com.shatteredpixel.shatteredpixeldungeon.Dungeon; import com.shatteredpixel.shatteredpixeldungeon.actors.Actor; import com.shatteredpixel.shatteredpixeldungeon.actors.mobs.npcs.Sheep; import com.shatteredpixel.shatteredpixeldungeon.effects.CellEmitter; import com.shatteredpixel.shatteredpixeldungeon.effects.Speck; import com.shatteredpixel.shatteredpixeldungeon.scenes.GameScene; import com.shatteredpixel.shatteredpixeldungeon.utils.BArray; import com.watabou.noosa.audio.Sample; import com.watabou.utils.PathFinder; import com.watabou.utils.Random; public class FlockTrap extends Trap { { color = WHITE; shape = WAVES; } @Override public void activate() { //use an actor as we want to put this on a slight delay so all chars get a chance to act this turn first. Actor.add(new Actor() { { actPriority = BUFF_PRIO; } protected boolean act() { PathFinder.buildDistanceMap( pos, BArray.not( Dungeon.level.solid, null ), 2 ); for (int i = 0; i < PathFinder.distance.length; i++) { Trap t; if (PathFinder.distance[i] < Integer.MAX_VALUE) { if (Dungeon.level.insideMap(i) && Actor.findChar(i) == null && !(Dungeon.level.pit[i])) { Sheep sheep = new Sheep(); sheep.lifespan = Random.NormalIntRange( 4, 8 ); sheep.pos = i; GameScene.add(sheep); CellEmitter.get(i).burst(Speck.factory(Speck.WOOL), 4); //before the tile is pressed, directly trigger traps to avoid sfx spam if ((t = Dungeon.level.traps.get(i)) != null && t.active){ t.disarm(); t.reveal(); t.activate(); } Dungeon.level.occupyCell(sheep); } } } Sample.INSTANCE.play(Assets.SND_PUFF); Actor.remove(this); return true; } }); } }
2,683
FlockTrap
java
en
java
code
{"qsc_code_num_words": 347, "qsc_code_num_chars": 2683.0, "qsc_code_mean_word_length": 5.45821326, "qsc_code_frac_words_unique": 0.52737752, "qsc_code_frac_chars_top_2grams": 0.05227033, "qsc_code_frac_chars_top_3grams": 0.18057022, "qsc_code_frac_chars_top_4grams": 0.18585005, "qsc_code_frac_chars_dupe_5grams": 0.1499472, "qsc_code_frac_chars_dupe_6grams": 0.02956705, "qsc_code_frac_chars_dupe_7grams": 0.0, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.01012425, "qsc_code_frac_chars_whitespace": 0.19008572, "qsc_code_size_file_byte": 2683.0, "qsc_code_num_lines": 82.0, "qsc_code_num_chars_line_max": 108.0, "qsc_code_num_chars_line_mean": 32.7195122, "qsc_code_frac_chars_alphabet": 0.86148182, "qsc_code_frac_chars_comments": 0.35631755, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.0, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.0, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 0.0, "qsc_codejava_frac_lines_func_ratio": 0.04, "qsc_codejava_score_lines_no_logic": 0.32, "qsc_codejava_frac_words_no_modifier": 0.66666667, "qsc_codejava_frac_words_legal_var_name": 1.0, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 1, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 0, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/BlazingTrap.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.levels.traps; import com.shatteredpixel.shatteredpixeldungeon.Assets; import com.shatteredpixel.shatteredpixeldungeon.Dungeon; import com.shatteredpixel.shatteredpixeldungeon.actors.blobs.Blob; import com.shatteredpixel.shatteredpixeldungeon.actors.blobs.Fire; import com.shatteredpixel.shatteredpixeldungeon.effects.CellEmitter; import com.shatteredpixel.shatteredpixeldungeon.effects.particles.FlameParticle; import com.shatteredpixel.shatteredpixeldungeon.scenes.GameScene; import com.shatteredpixel.shatteredpixeldungeon.utils.BArray; import com.watabou.noosa.audio.Sample; import com.watabou.utils.PathFinder; public class BlazingTrap extends Trap { { color = ORANGE; shape = STARS; } @Override public void activate() { PathFinder.buildDistanceMap( pos, BArray.not( Dungeon.level.solid, null ), 2 ); for (int i = 0; i < PathFinder.distance.length; i++) { if (PathFinder.distance[i] < Integer.MAX_VALUE) { if (Dungeon.level.pit[i] || Dungeon.level.water[i]) GameScene.add(Blob.seed(i, 1, Fire.class)); else GameScene.add(Blob.seed(i, 5, Fire.class)); CellEmitter.get(i).burst(FlameParticle.FACTORY, 5); } } Sample.INSTANCE.play(Assets.SND_BURNING); } }
2,038
BlazingTrap
java
en
java
code
{"qsc_code_num_words": 265, "qsc_code_num_chars": 2038.0, "qsc_code_mean_word_length": 5.8490566, "qsc_code_frac_words_unique": 0.53584906, "qsc_code_frac_chars_top_2grams": 0.05806452, "qsc_code_frac_chars_top_3grams": 0.22064516, "qsc_code_frac_chars_top_4grams": 0.22709677, "qsc_code_frac_chars_dupe_5grams": 0.21677419, "qsc_code_frac_chars_dupe_6grams": 0.10709677, "qsc_code_frac_chars_dupe_7grams": 0.0, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.01257143, "qsc_code_frac_chars_whitespace": 0.14131501, "qsc_code_size_file_byte": 2038.0, "qsc_code_num_lines": 56.0, "qsc_code_num_chars_line_max": 82.0, "qsc_code_num_chars_line_mean": 36.39285714, "qsc_code_frac_chars_alphabet": 0.87314286, "qsc_code_frac_chars_comments": 0.38321884, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.0, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.0, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 1.0, "qsc_codejava_frac_lines_func_ratio": 0.03225806, "qsc_codejava_score_lines_no_logic": 0.38709677, "qsc_codejava_frac_words_no_modifier": 0.5, "qsc_codejava_frac_words_legal_var_name": null, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 1, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 1, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/WarpingTrap.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.levels.traps; import com.shatteredpixel.shatteredpixeldungeon.Assets; import com.shatteredpixel.shatteredpixeldungeon.Dungeon; import com.shatteredpixel.shatteredpixeldungeon.actors.Actor; import com.shatteredpixel.shatteredpixeldungeon.actors.Char; import com.shatteredpixel.shatteredpixeldungeon.actors.hero.Hero; import com.shatteredpixel.shatteredpixeldungeon.actors.mobs.Mob; import com.shatteredpixel.shatteredpixeldungeon.effects.CellEmitter; import com.shatteredpixel.shatteredpixeldungeon.effects.Speck; import com.shatteredpixel.shatteredpixeldungeon.items.Heap; import com.shatteredpixel.shatteredpixeldungeon.items.Item; import com.shatteredpixel.shatteredpixeldungeon.items.scrolls.ScrollOfTeleportation; import com.shatteredpixel.shatteredpixeldungeon.messages.Messages; import com.shatteredpixel.shatteredpixeldungeon.scenes.GameScene; import com.shatteredpixel.shatteredpixeldungeon.utils.BArray; import com.shatteredpixel.shatteredpixeldungeon.utils.GLog; import com.watabou.noosa.audio.Sample; public class WarpingTrap extends Trap { { color = TEAL; shape = STARS; } @Override public void activate() { CellEmitter.get(pos).start(Speck.factory(Speck.LIGHT), 0.2f, 3); Sample.INSTANCE.play(Assets.SND_TELEPORT); Char ch = Actor.findChar(pos); if (ch != null && !ch.flying) { if (ch instanceof Hero) { ScrollOfTeleportation.teleportHero((Hero) ch); BArray.setFalse(Dungeon.level.visited); BArray.setFalse(Dungeon.level.mapped); GameScene.updateFog(); Dungeon.observe(); } else { int count = 10; int pos; do { pos = Dungeon.level.randomRespawnCell(); if (count-- <= 0) { break; } } while (pos == -1); if (pos == -1 || Dungeon.bossLevel()) { GLog.w(Messages.get(ScrollOfTeleportation.class, "no_tele")); } else { ch.pos = pos; if (ch instanceof Mob && ((Mob) ch).state == ((Mob) ch).HUNTING) { ((Mob) ch).state = ((Mob) ch).WANDERING; } ch.sprite.place(ch.pos); ch.sprite.visible = Dungeon.level.heroFOV[pos]; } } } Heap heap = Dungeon.level.heaps.get(pos); if (heap != null){ int cell = Dungeon.level.randomRespawnCell(); Item item = heap.pickUp(); if (cell != -1) { Dungeon.level.drop( item, cell ); } } } }
3,165
WarpingTrap
java
en
java
code
{"qsc_code_num_words": 376, "qsc_code_num_chars": 3165.0, "qsc_code_mean_word_length": 6.04255319, "qsc_code_frac_words_unique": 0.44680851, "qsc_code_frac_chars_top_2grams": 0.11971831, "qsc_code_frac_chars_top_3grams": 0.26760563, "qsc_code_frac_chars_top_4grams": 0.29049296, "qsc_code_frac_chars_dupe_5grams": 0.29005282, "qsc_code_frac_chars_dupe_6grams": 0.02464789, "qsc_code_frac_chars_dupe_7grams": 0.0, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.00990476, "qsc_code_frac_chars_whitespace": 0.17061611, "qsc_code_size_file_byte": 3165.0, "qsc_code_num_lines": 101.0, "qsc_code_num_chars_line_max": 85.0, "qsc_code_num_chars_line_mean": 31.33663366, "qsc_code_frac_chars_alphabet": 0.85561905, "qsc_code_frac_chars_comments": 0.24676145, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.03076923, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.00293624, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 0.0, "qsc_codejava_frac_lines_func_ratio": 0.01538462, "qsc_codejava_score_lines_no_logic": 0.29230769, "qsc_codejava_frac_words_no_modifier": 0.5, "qsc_codejava_frac_words_legal_var_name": 1.0, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 1, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 0, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/FrostTrap.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.levels.traps; import com.shatteredpixel.shatteredpixeldungeon.Assets; import com.shatteredpixel.shatteredpixeldungeon.Dungeon; import com.shatteredpixel.shatteredpixeldungeon.actors.blobs.Blob; import com.shatteredpixel.shatteredpixeldungeon.actors.blobs.Freezing; import com.shatteredpixel.shatteredpixeldungeon.effects.Splash; import com.shatteredpixel.shatteredpixeldungeon.scenes.GameScene; import com.shatteredpixel.shatteredpixeldungeon.utils.BArray; import com.watabou.noosa.audio.Sample; import com.watabou.utils.PathFinder; public class FrostTrap extends Trap { { color = WHITE; shape = STARS; } @Override public void activate() { if (Dungeon.level.heroFOV[ pos ]){ Splash.at( pos, 0xFFB2D6FF, 5); Sample.INSTANCE.play( Assets.SND_SHATTER ); } PathFinder.buildDistanceMap( pos, BArray.not( Dungeon.level.solid, null ), 2 ); for (int i = 0; i < PathFinder.distance.length; i++) { if (PathFinder.distance[i] < Integer.MAX_VALUE) { GameScene.add(Blob.seed(i, 20, Freezing.class)); } } } }
1,871
FrostTrap
java
en
java
code
{"qsc_code_num_words": 243, "qsc_code_num_chars": 1871.0, "qsc_code_mean_word_length": 5.81069959, "qsc_code_frac_words_unique": 0.55967078, "qsc_code_frac_chars_top_2grams": 0.05736544, "qsc_code_frac_chars_top_3grams": 0.21529745, "qsc_code_frac_chars_top_4grams": 0.21813031, "qsc_code_frac_chars_dupe_5grams": 0.13597734, "qsc_code_frac_chars_dupe_6grams": 0.11756374, "qsc_code_frac_chars_dupe_7grams": 0.0, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.01573317, "qsc_code_frac_chars_whitespace": 0.15072154, "qsc_code_size_file_byte": 1871.0, "qsc_code_num_lines": 55.0, "qsc_code_num_chars_line_max": 82.0, "qsc_code_num_chars_line_mean": 34.01818182, "qsc_code_frac_chars_alphabet": 0.87287602, "qsc_code_frac_chars_comments": 0.41742384, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.0, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.0, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.00917431, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 1.0, "qsc_codejava_frac_lines_func_ratio": 0.03448276, "qsc_codejava_score_lines_no_logic": 0.37931034, "qsc_codejava_frac_words_no_modifier": 0.5, "qsc_codejava_frac_words_legal_var_name": null, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 1, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 1, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/BurningTrap.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.levels.traps; import com.shatteredpixel.shatteredpixeldungeon.Dungeon; import com.shatteredpixel.shatteredpixeldungeon.actors.blobs.Blob; import com.shatteredpixel.shatteredpixeldungeon.actors.blobs.Fire; import com.shatteredpixel.shatteredpixeldungeon.effects.CellEmitter; import com.shatteredpixel.shatteredpixeldungeon.effects.particles.FlameParticle; import com.shatteredpixel.shatteredpixeldungeon.scenes.GameScene; import com.watabou.utils.PathFinder; public class BurningTrap extends Trap { { color = ORANGE; shape = DOTS; } @Override public void activate() { for( int i : PathFinder.NEIGHBOURS9) { if (!Dungeon.level.solid[pos + i]) { GameScene.add( Blob.seed( pos+i, 2, Fire.class ) ); CellEmitter.get( pos+i ).burst( FlameParticle.FACTORY, 5 ); } } } }
1,629
BurningTrap
java
en
java
code
{"qsc_code_num_words": 211, "qsc_code_num_chars": 1629.0, "qsc_code_mean_word_length": 5.84834123, "qsc_code_frac_words_unique": 0.57819905, "qsc_code_frac_chars_top_2grams": 0.09643436, "qsc_code_frac_chars_top_3grams": 0.21555916, "qsc_code_frac_chars_top_4grams": 0.21393841, "qsc_code_frac_chars_dupe_5grams": 0.23824959, "qsc_code_frac_chars_dupe_6grams": 0.13452188, "qsc_code_frac_chars_dupe_7grams": 0.0, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.01454545, "qsc_code_frac_chars_whitespace": 0.15592388, "qsc_code_size_file_byte": 1629.0, "qsc_code_num_lines": 49.0, "qsc_code_num_chars_line_max": 81.0, "qsc_code_num_chars_line_mean": 33.24489796, "qsc_code_frac_chars_alphabet": 0.88290909, "qsc_code_frac_chars_comments": 0.47943524, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.0, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.0, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 1.0, "qsc_codejava_frac_lines_func_ratio": 0.04347826, "qsc_codejava_score_lines_no_logic": 0.39130435, "qsc_codejava_frac_words_no_modifier": 0.5, "qsc_codejava_frac_words_legal_var_name": null, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 1, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 1, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
01-ai/YiDong
example/gradio/app.py
import logging import os import gradio as gr import requests from huggingface_hub import whoami API_URL_TEMPLATE = "https://api-yidong.lingyiwanwu.com/v1/ops/api_key?user_email={user_email}&user_source=huggingface" def get_user_email(oauth_token: gr.OAuthToken | None) -> str | None: def call_api(user_email): url = API_URL_TEMPLATE.format(user_email=user_email) headers = {"Authorization": os.getenv("AUTH")} response = requests.post(url, headers=headers) return response.json()["data"]["display_api_key"] if oauth_token is None: return None user_info = whoami(token=oauth_token.token) email = user_info.get("email") return call_api(email) with gr.Blocks() as clip_service: with gr.Row(): login_button = gr.LoginButton() user_email_display = gr.Textbox( label="In order to get your user key, please click on huggingface login, the first time you login you will have the full key, please save it. After that your key will be hidden.", interactive=True, ) clip_service.load(get_user_email, inputs=None, outputs=user_email_display) logging.info(f"The value of the current variable is: {user_email_display}") if __name__ == "__main__": clip_service.queue( max_size=10, default_concurrency_limit=10, ) clip_service.launch(ssr_mode=False)
1,400
app
py
en
python
code
{"qsc_code_num_words": 198, "qsc_code_num_chars": 1400.0, "qsc_code_mean_word_length": 4.69191919, "qsc_code_frac_words_unique": 0.5, "qsc_code_frac_chars_top_2grams": 0.09687836, "qsc_code_frac_chars_top_3grams": 0.04198062, "qsc_code_frac_chars_top_4grams": 0.03875135, "qsc_code_frac_chars_dupe_5grams": 0.0, "qsc_code_frac_chars_dupe_6grams": 0.0, "qsc_code_frac_chars_dupe_7grams": 0.0, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.0044964, "qsc_code_frac_chars_whitespace": 0.20571429, "qsc_code_size_file_byte": 1400.0, "qsc_code_num_lines": 42.0, "qsc_code_num_chars_line_max": 192.0, "qsc_code_num_chars_line_mean": 33.33333333, "qsc_code_frac_chars_alphabet": 0.83093525, "qsc_code_frac_chars_comments": 0.0, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.0, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0625, "qsc_code_frac_chars_string_length": 0.26714286, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codepython_cate_ast": 1.0, "qsc_codepython_frac_lines_func_ratio": 0.0625, "qsc_codepython_cate_var_zero": false, "qsc_codepython_frac_lines_pass": 0.0, "qsc_codepython_frac_lines_import": 0.15625, "qsc_codepython_frac_lines_simplefunc": 0.0, "qsc_codepython_score_lines_no_logic": 0.3125, "qsc_codepython_frac_lines_print": 0.0}
1
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codepython_cate_ast": 0, "qsc_codepython_frac_lines_func_ratio": 0, "qsc_codepython_cate_var_zero": 0, "qsc_codepython_frac_lines_pass": 0, "qsc_codepython_frac_lines_import": 0, "qsc_codepython_frac_lines_simplefunc": 0, "qsc_codepython_score_lines_no_logic": 0, "qsc_codepython_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/ChillingTrap.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.levels.traps; import com.shatteredpixel.shatteredpixeldungeon.Assets; import com.shatteredpixel.shatteredpixeldungeon.Dungeon; import com.shatteredpixel.shatteredpixeldungeon.actors.blobs.Blob; import com.shatteredpixel.shatteredpixeldungeon.actors.blobs.Freezing; import com.shatteredpixel.shatteredpixeldungeon.effects.Splash; import com.shatteredpixel.shatteredpixeldungeon.scenes.GameScene; import com.watabou.noosa.audio.Sample; import com.watabou.utils.PathFinder; public class ChillingTrap extends Trap{ { color = WHITE; shape = DOTS; } @Override public void activate() { if (Dungeon.level.heroFOV[ pos ]){ Splash.at( pos, 0xFFB2D6FF, 5); Sample.INSTANCE.play( Assets.SND_SHATTER ); } for( int i : PathFinder.NEIGHBOURS9) { if (!Dungeon.level.solid[pos + i]) { GameScene.add(Blob.seed(pos + i, 10, Freezing.class)); } } } }
1,702
ChillingTrap
java
en
java
code
{"qsc_code_num_words": 223, "qsc_code_num_chars": 1702.0, "qsc_code_mean_word_length": 5.75336323, "qsc_code_frac_words_unique": 0.56950673, "qsc_code_frac_chars_top_2grams": 0.05611847, "qsc_code_frac_chars_top_3grams": 0.20732658, "qsc_code_frac_chars_top_4grams": 0.20576773, "qsc_code_frac_chars_dupe_5grams": 0.14964926, "qsc_code_frac_chars_dupe_6grams": 0.12938426, "qsc_code_frac_chars_dupe_7grams": 0.0, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.01668985, "qsc_code_frac_chars_whitespace": 0.15511163, "qsc_code_size_file_byte": 1702.0, "qsc_code_num_lines": 52.0, "qsc_code_num_chars_line_max": 72.0, "qsc_code_num_chars_line_mean": 32.73076923, "qsc_code_frac_chars_alphabet": 0.87552156, "qsc_code_frac_chars_comments": 0.45887192, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.0, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.0, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.01085776, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 1.0, "qsc_codejava_frac_lines_func_ratio": 0.03703704, "qsc_codejava_score_lines_no_logic": 0.37037037, "qsc_codejava_frac_words_no_modifier": 0.5, "qsc_codejava_frac_words_legal_var_name": null, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 1, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 1, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/FlashingTrap.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.levels.traps; import com.shatteredpixel.shatteredpixeldungeon.Assets; import com.shatteredpixel.shatteredpixeldungeon.Dungeon; import com.shatteredpixel.shatteredpixeldungeon.actors.Actor; import com.shatteredpixel.shatteredpixeldungeon.actors.Char; import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.Bleeding; import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.Blindness; import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.Buff; import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.Cripple; import com.shatteredpixel.shatteredpixeldungeon.actors.mobs.Mob; import com.shatteredpixel.shatteredpixeldungeon.levels.Level; import com.shatteredpixel.shatteredpixeldungeon.levels.Terrain; import com.shatteredpixel.shatteredpixeldungeon.scenes.GameScene; import com.watabou.noosa.audio.Sample; public class FlashingTrap extends Trap { { color = GREY; shape = STARS; } @Override public void trigger() { if (Dungeon.level.heroFOV[pos]){ Sample.INSTANCE.play(Assets.SND_TRAP); } //this trap is not disarmed by being triggered reveal(); Level.set(pos, Terrain.TRAP); activate(); } @Override public void activate() { Char c = Actor.findChar( pos ); if (c != null) { int damage = Math.max( 0, (4 + Dungeon.depth) - c.drRoll() ); Buff.affect( c, Bleeding.class ).set( damage ); Buff.prolong( c, Blindness.class, 10f ); Buff.prolong( c, Cripple.class, 20f ); if (c instanceof Mob) { if (((Mob)c).state == ((Mob)c).HUNTING) ((Mob)c).state = ((Mob)c).WANDERING; ((Mob)c).beckon( Dungeon.level.randomDestination() ); } } if (Dungeon.level.heroFOV[pos]) { GameScene.flash(0xFFFFFF); Sample.INSTANCE.play( Assets.SND_BLAST ); } } }
2,576
FlashingTrap
java
en
java
code
{"qsc_code_num_words": 325, "qsc_code_num_chars": 2576.0, "qsc_code_mean_word_length": 5.88615385, "qsc_code_frac_words_unique": 0.45846154, "qsc_code_frac_chars_top_2grams": 0.11552535, "qsc_code_frac_chars_top_3grams": 0.25823314, "qsc_code_frac_chars_top_4grams": 0.27600627, "qsc_code_frac_chars_dupe_5grams": 0.35546262, "qsc_code_frac_chars_dupe_6grams": 0.14427601, "qsc_code_frac_chars_dupe_7grams": 0.0, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.01094891, "qsc_code_frac_chars_whitespace": 0.14906832, "qsc_code_size_file_byte": 2576.0, "qsc_code_num_lines": 79.0, "qsc_code_num_chars_line_max": 81.0, "qsc_code_num_chars_line_mean": 32.60759494, "qsc_code_frac_chars_alphabet": 0.86177007, "qsc_code_frac_chars_comments": 0.32104037, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.08510638, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.0, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.00457404, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 0.0, "qsc_codejava_frac_lines_func_ratio": 0.04255319, "qsc_codejava_score_lines_no_logic": 0.34042553, "qsc_codejava_frac_words_no_modifier": 0.66666667, "qsc_codejava_frac_words_legal_var_name": 1.0, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 1, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 0, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/ShockingTrap.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.levels.traps; import com.shatteredpixel.shatteredpixeldungeon.Assets; import com.shatteredpixel.shatteredpixeldungeon.Dungeon; import com.shatteredpixel.shatteredpixeldungeon.actors.blobs.Blob; import com.shatteredpixel.shatteredpixeldungeon.actors.blobs.Electricity; import com.shatteredpixel.shatteredpixeldungeon.scenes.GameScene; import com.watabou.noosa.audio.Sample; import com.watabou.utils.PathFinder; public class ShockingTrap extends Trap { { color = YELLOW; shape = DOTS; } @Override public void activate() { if (Dungeon.level.heroFOV[pos]){ Sample.INSTANCE.play( Assets.SND_LIGHTNING ); } for( int i : PathFinder.NEIGHBOURS9) { if (!Dungeon.level.solid[pos + i]) { GameScene.add(Blob.seed(pos + i, 10, Electricity.class)); } } } }
1,616
ShockingTrap
java
en
java
code
{"qsc_code_num_words": 212, "qsc_code_num_chars": 1616.0, "qsc_code_mean_word_length": 5.72169811, "qsc_code_frac_words_unique": 0.58018868, "qsc_code_frac_chars_top_2grams": 0.05193735, "qsc_code_frac_chars_top_3grams": 0.18796373, "qsc_code_frac_chars_top_4grams": 0.18136851, "qsc_code_frac_chars_dupe_5grams": 0.15828524, "qsc_code_frac_chars_dupe_6grams": 0.13685078, "qsc_code_frac_chars_dupe_7grams": 0.0, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.01473839, "qsc_code_frac_chars_whitespace": 0.16027228, "qsc_code_size_file_byte": 1616.0, "qsc_code_num_lines": 52.0, "qsc_code_num_chars_line_max": 74.0, "qsc_code_num_chars_line_mean": 31.07692308, "qsc_code_frac_chars_alphabet": 0.87914517, "qsc_code_frac_chars_comments": 0.48329208, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.0, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.0, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 1.0, "qsc_codejava_frac_lines_func_ratio": 0.04, "qsc_codejava_score_lines_no_logic": 0.36, "qsc_codejava_frac_words_no_modifier": 0.5, "qsc_codejava_frac_words_legal_var_name": null, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 1, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 1, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/CorrosionTrap.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.levels.traps; import com.shatteredpixel.shatteredpixeldungeon.Dungeon; import com.shatteredpixel.shatteredpixeldungeon.actors.blobs.Blob; import com.shatteredpixel.shatteredpixeldungeon.actors.blobs.CorrosiveGas; import com.shatteredpixel.shatteredpixeldungeon.scenes.GameScene; public class CorrosionTrap extends Trap { { color = GREY; shape = GRILL; } @Override public void activate() { CorrosiveGas corrosiveGas = Blob.seed(pos, 80 + 5 * Dungeon.depth, CorrosiveGas.class); corrosiveGas.setStrength(1+Dungeon.depth/4); GameScene.add(corrosiveGas); } }
1,409
CorrosionTrap
java
en
java
code
{"qsc_code_num_words": 185, "qsc_code_num_chars": 1409.0, "qsc_code_mean_word_length": 5.81621622, "qsc_code_frac_words_unique": 0.6, "qsc_code_frac_chars_top_2grams": 0.07899628, "qsc_code_frac_chars_top_3grams": 0.17657993, "qsc_code_frac_chars_top_4grams": 0.16356877, "qsc_code_frac_chars_dupe_5grams": 0.17843866, "qsc_code_frac_chars_dupe_6grams": 0.15427509, "qsc_code_frac_chars_dupe_7grams": 0.0, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.01853412, "qsc_code_frac_chars_whitespace": 0.15755855, "qsc_code_size_file_byte": 1409.0, "qsc_code_num_lines": 45.0, "qsc_code_num_chars_line_max": 90.0, "qsc_code_num_chars_line_mean": 31.31111111, "qsc_code_frac_chars_alphabet": 0.88795282, "qsc_code_frac_chars_comments": 0.55429383, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.0, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.0, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 0.0, "qsc_codejava_frac_lines_func_ratio": 0.05882353, "qsc_codejava_score_lines_no_logic": 0.35294118, "qsc_codejava_frac_words_no_modifier": 0.5, "qsc_codejava_frac_words_legal_var_name": 1.0, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 0, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/TeleportationTrap.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.levels.traps; import com.shatteredpixel.shatteredpixeldungeon.Assets; import com.shatteredpixel.shatteredpixeldungeon.Dungeon; import com.shatteredpixel.shatteredpixeldungeon.actors.Actor; import com.shatteredpixel.shatteredpixeldungeon.actors.Char; import com.shatteredpixel.shatteredpixeldungeon.actors.hero.Hero; import com.shatteredpixel.shatteredpixeldungeon.actors.mobs.Mob; import com.shatteredpixel.shatteredpixeldungeon.effects.CellEmitter; import com.shatteredpixel.shatteredpixeldungeon.effects.Speck; import com.shatteredpixel.shatteredpixeldungeon.items.Heap; import com.shatteredpixel.shatteredpixeldungeon.items.Item; import com.shatteredpixel.shatteredpixeldungeon.items.scrolls.ScrollOfTeleportation; import com.shatteredpixel.shatteredpixeldungeon.messages.Messages; import com.shatteredpixel.shatteredpixeldungeon.utils.GLog; import com.watabou.noosa.audio.Sample; public class TeleportationTrap extends Trap { { color = TEAL; shape = DOTS; } @Override public void activate() { CellEmitter.get(pos).start(Speck.factory(Speck.LIGHT), 0.2f, 3); Sample.INSTANCE.play( Assets.SND_TELEPORT ); Char ch = Actor.findChar( pos); if (ch != null && !ch.flying) { if (ch instanceof Hero) { ScrollOfTeleportation.teleportHero((Hero) ch); } else { int count = 10; int pos; do { pos = Dungeon.level.randomRespawnCell(); if (count-- <= 0) { break; } } while (pos == -1); if (pos == -1 || Dungeon.bossLevel()) { GLog.w(Messages.get(ScrollOfTeleportation.class, "no_tele")); } else { ch.pos = pos; if (ch instanceof Mob && ((Mob) ch).state == ((Mob) ch).HUNTING) { ((Mob) ch).state = ((Mob) ch).WANDERING; } ch.sprite.place(ch.pos); ch.sprite.visible = Dungeon.level.heroFOV[pos]; } } } Heap heap = Dungeon.level.heaps.get(pos); if (heap != null){ int cell = Dungeon.level.randomRespawnCell(); Item item = heap.pickUp(); if (cell != -1) { Dungeon.level.drop( item, cell ); } } } }
2,891
TeleportationTrap
java
en
java
code
{"qsc_code_num_words": 350, "qsc_code_num_chars": 2891.0, "qsc_code_mean_word_length": 5.90285714, "qsc_code_frac_words_unique": 0.45714286, "qsc_code_frac_chars_top_2grams": 0.11519845, "qsc_code_frac_chars_top_3grams": 0.25750242, "qsc_code_frac_chars_top_4grams": 0.2768635, "qsc_code_frac_chars_dupe_5grams": 0.27153921, "qsc_code_frac_chars_dupe_6grams": 0.02710552, "qsc_code_frac_chars_dupe_7grams": 0.0, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.01088321, "qsc_code_frac_chars_whitespace": 0.17364234, "qsc_code_size_file_byte": 2891.0, "qsc_code_num_lines": 94.0, "qsc_code_num_chars_line_max": 85.0, "qsc_code_num_chars_line_mean": 30.75531915, "qsc_code_frac_chars_alphabet": 0.85391377, "qsc_code_frac_chars_comments": 0.27014874, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.03389831, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.00331754, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 0.0, "qsc_codejava_frac_lines_func_ratio": 0.01694915, "qsc_codejava_score_lines_no_logic": 0.28813559, "qsc_codejava_frac_words_no_modifier": 0.5, "qsc_codejava_frac_words_legal_var_name": 1.0, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 1, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 0, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/WornDartTrap.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.levels.traps; import com.shatteredpixel.shatteredpixeldungeon.Assets; import com.shatteredpixel.shatteredpixeldungeon.Dungeon; import com.shatteredpixel.shatteredpixeldungeon.ShatteredPixelDungeon; import com.shatteredpixel.shatteredpixeldungeon.actors.Actor; import com.shatteredpixel.shatteredpixeldungeon.actors.Char; import com.shatteredpixel.shatteredpixeldungeon.items.weapon.missiles.darts.Dart; import com.shatteredpixel.shatteredpixeldungeon.mechanics.Ballistica; import com.shatteredpixel.shatteredpixeldungeon.sprites.MissileSprite; import com.watabou.noosa.audio.Sample; import com.watabou.utils.Callback; import com.watabou.utils.Random; public class WornDartTrap extends Trap { { color = GREY; shape = CROSSHAIR; canBeHidden = false; } @Override public void activate() { Char target = Actor.findChar(pos); //find the closest char that can be aimed at if (target == null){ for (Char ch : Actor.chars()){ Ballistica bolt = new Ballistica(pos, ch.pos, Ballistica.PROJECTILE); if (bolt.collisionPos == ch.pos && (target == null || Dungeon.level.trueDistance(pos, ch.pos) < Dungeon.level.trueDistance(pos, target.pos))){ target = ch; } } } if (target != null) { final Char finalTarget = target; final WornDartTrap trap = this; if (Dungeon.level.heroFOV[pos] || Dungeon.level.heroFOV[target.pos]) { Actor.add(new Actor() { { //it's a visual effect, gets priority no matter what actPriority = VFX_PRIO; } @Override protected boolean act() { final Actor toRemove = this; ((MissileSprite) ShatteredPixelDungeon.scene().recycle(MissileSprite.class)). reset(pos, finalTarget.sprite, new Dart(), new Callback() { @Override public void call() { int dmg = Random.NormalIntRange(1, 4) - finalTarget.drRoll(); finalTarget.damage(dmg, trap); if (finalTarget == Dungeon.hero && !finalTarget.isAlive()){ Dungeon.fail( trap.getClass() ); } Sample.INSTANCE.play(Assets.SND_HIT, 1, 1, Random.Float(0.8f, 1.25f)); finalTarget.sprite.bloodBurstA(finalTarget.sprite.center(), dmg); finalTarget.sprite.flash(); Actor.remove(toRemove); next(); } }); return false; } }); } else { finalTarget.damage(Random.NormalIntRange(1, 4) - finalTarget.drRoll(), trap); } } } }
3,260
WornDartTrap
java
en
java
code
{"qsc_code_num_words": 384, "qsc_code_num_chars": 3260.0, "qsc_code_mean_word_length": 5.91927083, "qsc_code_frac_words_unique": 0.4765625, "qsc_code_frac_chars_top_2grams": 0.04355477, "qsc_code_frac_chars_top_3grams": 0.15046194, "qsc_code_frac_chars_top_4grams": 0.15486142, "qsc_code_frac_chars_dupe_5grams": 0.11438627, "qsc_code_frac_chars_dupe_6grams": 0.05895293, "qsc_code_frac_chars_dupe_7grams": 0.0, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.01067073, "qsc_code_frac_chars_whitespace": 0.19509202, "qsc_code_size_file_byte": 3260.0, "qsc_code_num_lines": 97.0, "qsc_code_num_chars_line_max": 114.0, "qsc_code_num_chars_line_mean": 33.60824742, "qsc_code_frac_chars_alphabet": 0.85556402, "qsc_code_frac_chars_comments": 0.2690184, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.07575758, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.0, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 0.0, "qsc_codejava_frac_lines_func_ratio": 0.04545455, "qsc_codejava_score_lines_no_logic": 0.24242424, "qsc_codejava_frac_words_no_modifier": 0.75, "qsc_codejava_frac_words_legal_var_name": 1.0, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
1
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 0, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/AlarmTrap.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.levels.traps; import com.shatteredpixel.shatteredpixeldungeon.Assets; import com.shatteredpixel.shatteredpixeldungeon.Dungeon; import com.shatteredpixel.shatteredpixeldungeon.actors.mobs.Mob; import com.shatteredpixel.shatteredpixeldungeon.effects.CellEmitter; import com.shatteredpixel.shatteredpixeldungeon.effects.Speck; import com.shatteredpixel.shatteredpixeldungeon.messages.Messages; import com.shatteredpixel.shatteredpixeldungeon.utils.GLog; import com.watabou.noosa.audio.Sample; public class AlarmTrap extends Trap { { color = RED; shape = DOTS; } @Override public void activate() { for (Mob mob : Dungeon.level.mobs) { mob.beckon( pos ); } if (Dungeon.level.heroFOV[pos]) { GLog.w( Messages.get(this, "alarm") ); CellEmitter.center( pos ).start( Speck.factory( Speck.SCREAM ), 0.3f, 3 ); } Sample.INSTANCE.play( Assets.SND_ALERT ); } }
1,715
AlarmTrap
java
en
java
code
{"qsc_code_num_words": 224, "qsc_code_num_chars": 1715.0, "qsc_code_mean_word_length": 5.79017857, "qsc_code_frac_words_unique": 0.56696429, "qsc_code_frac_chars_top_2grams": 0.10485736, "qsc_code_frac_chars_top_3grams": 0.23438705, "qsc_code_frac_chars_top_4grams": 0.23747109, "qsc_code_frac_chars_dupe_5grams": 0.14186584, "qsc_code_frac_chars_dupe_6grams": 0.04317656, "qsc_code_frac_chars_dupe_7grams": 0.0, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.01375516, "qsc_code_frac_chars_whitespace": 0.15218659, "qsc_code_size_file_byte": 1715.0, "qsc_code_num_lines": 53.0, "qsc_code_num_chars_line_max": 78.0, "qsc_code_num_chars_line_mean": 32.35849057, "qsc_code_frac_chars_alphabet": 0.87826685, "qsc_code_frac_chars_comments": 0.45539359, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.0, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.00535332, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 1.0, "qsc_codejava_frac_lines_func_ratio": 0.03846154, "qsc_codejava_score_lines_no_logic": 0.38461538, "qsc_codejava_frac_words_no_modifier": 0.5, "qsc_codejava_frac_words_legal_var_name": null, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 1, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 1, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
0015/ESP32Berry
Arduino_IDE/ESP32Berry/btn_close.c
#ifdef __has_include #if __has_include("lvgl.h") #ifndef LV_LVGL_H_INCLUDE_SIMPLE #define LV_LVGL_H_INCLUDE_SIMPLE #endif #endif #endif #if defined(LV_LVGL_H_INCLUDE_SIMPLE) #include "lvgl.h" #else #include "lvgl/lvgl.h" #endif #ifndef LV_ATTRIBUTE_MEM_ALIGN #define LV_ATTRIBUTE_MEM_ALIGN #endif #ifndef LV_ATTRIBUTE_IMG_BTN_CLOSE #define LV_ATTRIBUTE_IMG_BTN_CLOSE #endif const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_LARGE_CONST LV_ATTRIBUTE_IMG_BTN_CLOSE uint8_t btn_close_map[] = { 0x00, 0x00, 0x00, 0x00, /*Color of index 0*/ 0xff, 0xff, 0xff, 0x05, /*Color of index 1*/ 0xff, 0xff, 0xff, 0xa7, /*Color of index 2*/ 0xff, 0xff, 0xff, 0xe7, /*Color of index 3*/ 0xff, 0xff, 0xff, 0x29, /*Color of index 4*/ 0xff, 0xff, 0xff, 0xc4, /*Color of index 5*/ 0xff, 0xff, 0xff, 0x14, /*Color of index 6*/ 0xff, 0xff, 0xff, 0xcf, /*Color of index 7*/ 0xff, 0xff, 0xff, 0xff, /*Color of index 8*/ 0xff, 0xff, 0xff, 0x3a, /*Color of index 9*/ 0xff, 0xff, 0xff, 0x19, /*Color of index 10*/ 0xff, 0xff, 0xff, 0x21, /*Color of index 11*/ 0xff, 0xff, 0xff, 0xb1, /*Color of index 12*/ 0xff, 0xff, 0xff, 0x0e, /*Color of index 13*/ 0xff, 0xff, 0xff, 0xd0, /*Color of index 14*/ 0xff, 0xff, 0xff, 0xa8, /*Color of index 15*/ 0xff, 0xff, 0xff, 0xe8, /*Color of index 16*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 17*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 18*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 19*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 20*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 21*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 22*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 23*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 24*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 25*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 26*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 27*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 28*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 29*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 30*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 31*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 32*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 33*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 34*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 35*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 36*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 37*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 38*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 39*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 40*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 41*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 42*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 43*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 44*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 45*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 46*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 47*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 48*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 49*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 50*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 51*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 52*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 53*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 54*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 55*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 56*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 57*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 58*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 59*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 60*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 61*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 62*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 63*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 64*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 65*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 66*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 67*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 68*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 69*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 70*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 71*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 72*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 73*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 74*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 75*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 76*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 77*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 78*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 79*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 80*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 81*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 82*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 83*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 84*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 85*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 86*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 87*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 88*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 89*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 90*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 91*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 92*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 93*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 94*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 95*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 96*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 97*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 98*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 99*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 100*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 101*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 102*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 103*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 104*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 105*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 106*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 107*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 108*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 109*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 110*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 111*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 112*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 113*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 114*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 115*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 116*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 117*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 118*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 119*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 120*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 121*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 122*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 123*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 124*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 125*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 126*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 127*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 128*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 129*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 130*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 131*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 132*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 133*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 134*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 135*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 136*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 137*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 138*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 139*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 140*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 141*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 142*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 143*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 144*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 145*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 146*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 147*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 148*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 149*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 150*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 151*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 152*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 153*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 154*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 155*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 156*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 157*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 158*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 159*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 160*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 161*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 162*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 163*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 164*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 165*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 166*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 167*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 168*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 169*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 170*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 171*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 172*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 173*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 174*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 175*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 176*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 177*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 178*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 179*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 180*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 181*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 182*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 183*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 184*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 185*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 186*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 187*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 188*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 189*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 190*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 191*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 192*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 193*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 194*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 195*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 196*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 197*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 198*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 199*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 200*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 201*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 202*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 203*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 204*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 205*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 206*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 207*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 208*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 209*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 210*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 211*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 212*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 213*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 214*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 215*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 216*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 217*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 218*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 219*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 220*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 221*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 222*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 223*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 224*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 225*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 226*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 227*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 228*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 229*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 230*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 231*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 232*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 233*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 234*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 235*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 236*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 237*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 238*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 239*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 240*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 241*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 242*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 243*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 244*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 245*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 246*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 247*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 248*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 249*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 250*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 251*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 252*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 253*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 254*/ 0x00, 0x00, 0x00, 0x00, /*Color of index 255*/ 0x00, 0x09, 0x0f, 0x0b, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0b, 0x0f, 0x09, 0x00, 0x09, 0x10, 0x08, 0x0e, 0x0a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0a, 0x0e, 0x08, 0x10, 0x09, 0x0c, 0x08, 0x08, 0x08, 0x0e, 0x0a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0a, 0x0e, 0x08, 0x08, 0x08, 0x0c, 0x04, 0x07, 0x08, 0x08, 0x08, 0x05, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x05, 0x08, 0x08, 0x08, 0x07, 0x04, 0x00, 0x0a, 0x0e, 0x08, 0x08, 0x08, 0x0e, 0x0a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0a, 0x0e, 0x08, 0x08, 0x08, 0x0e, 0x0a, 0x00, 0x00, 0x00, 0x06, 0x05, 0x08, 0x08, 0x08, 0x07, 0x0a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0a, 0x0e, 0x08, 0x08, 0x08, 0x05, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0a, 0x07, 0x08, 0x08, 0x08, 0x05, 0x06, 0x00, 0x00, 0x00, 0x00, 0x06, 0x05, 0x08, 0x08, 0x08, 0x0e, 0x0a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0a, 0x0e, 0x08, 0x08, 0x08, 0x0e, 0x0a, 0x00, 0x00, 0x0a, 0x0e, 0x08, 0x08, 0x08, 0x0e, 0x0a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x05, 0x08, 0x08, 0x08, 0x07, 0x0d, 0x0d, 0x07, 0x08, 0x08, 0x08, 0x05, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0a, 0x0e, 0x08, 0x08, 0x08, 0x05, 0x05, 0x08, 0x08, 0x08, 0x07, 0x0a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0a, 0x0e, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x0e, 0x0a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x05, 0x08, 0x08, 0x08, 0x08, 0x05, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x05, 0x08, 0x08, 0x08, 0x08, 0x05, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0a, 0x0e, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x0e, 0x0a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0a, 0x0e, 0x08, 0x08, 0x08, 0x05, 0x05, 0x08, 0x08, 0x08, 0x0e, 0x0a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x05, 0x08, 0x08, 0x08, 0x07, 0x0d, 0x0d, 0x07, 0x08, 0x08, 0x08, 0x05, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0a, 0x0e, 0x08, 0x08, 0x08, 0x0e, 0x0a, 0x00, 0x00, 0x0a, 0x0e, 0x08, 0x08, 0x08, 0x0e, 0x0a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0a, 0x0e, 0x08, 0x08, 0x08, 0x05, 0x06, 0x00, 0x00, 0x00, 0x00, 0x06, 0x05, 0x08, 0x08, 0x08, 0x07, 0x0a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x05, 0x08, 0x08, 0x08, 0x0e, 0x0a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0a, 0x07, 0x08, 0x08, 0x08, 0x05, 0x06, 0x00, 0x00, 0x00, 0x0a, 0x0e, 0x08, 0x08, 0x08, 0x0e, 0x0a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0a, 0x0e, 0x08, 0x08, 0x08, 0x0e, 0x0a, 0x00, 0x04, 0x0e, 0x08, 0x08, 0x08, 0x05, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x05, 0x08, 0x08, 0x08, 0x0e, 0x04, 0x0c, 0x08, 0x08, 0x08, 0x07, 0x0a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0a, 0x0e, 0x08, 0x08, 0x08, 0x0c, 0x09, 0x03, 0x08, 0x0e, 0x0a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0a, 0x0e, 0x08, 0x10, 0x09, 0x00, 0x09, 0x02, 0x0b, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0b, 0x02, 0x09, 0x00, }; const lv_img_dsc_t btn_close = { .header.cf = LV_IMG_CF_INDEXED_8BIT, .header.always_zero = 0, .header.reserved = 0, .header.w = 24, .header.h = 24, .data_size = 1600, .data = btn_close_map, };
16,963
btn_close
c
en
c
code
{"qsc_code_num_words": 2740, "qsc_code_num_chars": 16963.0, "qsc_code_mean_word_length": 3.87591241, "qsc_code_frac_words_unique": 0.1189781, "qsc_code_frac_chars_top_2grams": 0.73446328, "qsc_code_frac_chars_top_3grams": 0.79548023, "qsc_code_frac_chars_top_4grams": 0.65536723, "qsc_code_frac_chars_dupe_5grams": 0.85329567, "qsc_code_frac_chars_dupe_6grams": 0.84143126, "qsc_code_frac_chars_dupe_7grams": 0.84143126, "qsc_code_frac_chars_dupe_8grams": 0.2086629, "qsc_code_frac_chars_dupe_9grams": 0.2086629, "qsc_code_frac_chars_dupe_10grams": 0.2086629, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.39427033, "qsc_code_frac_chars_whitespace": 0.2118729, "qsc_code_size_file_byte": 16963.0, "qsc_code_num_lines": 316.0, "qsc_code_num_chars_line_max": 147.0, "qsc_code_num_chars_line_mean": 53.68037975, "qsc_code_frac_chars_alphabet": 0.40010472, "qsc_code_frac_chars_comments": 0.32553204, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.83495146, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.00201031, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.55939166, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codec_frac_lines_func_ratio": 0.00647249, "qsc_codec_cate_bitsstdc": 0.0, "qsc_codec_nums_lines_main": 0, "qsc_codec_frac_lines_goto": 0.0, "qsc_codec_cate_var_zero": 0.0, "qsc_codec_score_lines_no_logic": 0.01294498, "qsc_codec_frac_lines_print": 0.0, "qsc_codec_frac_lines_preprocessor_directives": 0.05825243}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 1, "qsc_code_frac_chars_top_3grams": 1, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 1, "qsc_code_frac_chars_dupe_6grams": 1, "qsc_code_frac_chars_dupe_7grams": 1, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 1, "qsc_code_frac_chars_digital": 1, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 1, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 1, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codec_frac_lines_func_ratio": 0, "qsc_codec_nums_lines_main": 0, "qsc_codec_score_lines_no_logic": 0, "qsc_codec_frac_lines_preprocessor_directives": 0, "qsc_codec_frac_lines_print": 0}
008karan/PAN_OCR
pan.py
#!/bin/bash from __future__ import print_function from config import * from utils.darknet_classify_image import * from utils.tesseract_ocr import * import utils.logger as logger import sys from PIL import Image import time import os import re from operator import itemgetter PYTHON_VERSION = sys.version_info[0] OS_VERSION = os.name import pandas as pd class PanOCR(): ''' Finds and determines if given image contains required text and where it is. ''' def init_vars(self): try: self.DARKNET = DARKNET self.TESSERACT = TESSERACT return 0 except: return -1 def init_classifier(self): ''' Initializes the classifier ''' try: if self.DARKNET: # Get a child process for speed considerations logger.good("Initializing Darknet") self.classifier = DarknetClassifier() if self.classifier == None or self.classifier == -1: return -1 return 0 except: return -1 def init_ocr(self): ''' Initializes the OCR engine ''' try: if self.TESSERACT: logger.good("Initializing Tesseract") self.OCR = TesseractOCR() if self.OCR == None or self.OCR == -1: return -1 return 0 except: return -1 def init_tabComplete(self): ''' Initializes the tab completer ''' try: if OS_VERSION == "posix": global tabCompleter global readline from utils.PythonCompleter import tabCompleter import readline comp = tabCompleter() # we want to treat '/' as part of a word, so override the delimiters readline.set_completer_delims(' \t\n;') readline.parse_and_bind("tab: complete") readline.set_completer(comp.pathCompleter) if not comp: return -1 return 0 except: return -1 def prompt_input(self): filename = str(input(" Specify File >>> ")) from utils.locate_asset import locate_asset def initialize(self): if self.init_vars() != 0: logger.fatal("Init vars") if self.init_tabComplete() != 0: logger.fatal("Init tabcomplete") if self.init_classifier() != 0: logger.fatal("Init Classifier") if self.init_ocr() != 0: logger.fatal("Init OCR") def find_and_classify(self, filename): ''' find the required text field from given image and read it through tesseract. Results are stored in a dicionary. ''' start = time.time() #------------------------------Classify Image----------------------------------------# logger.good("Classifying Image") coords = self.classifier.classify_image(filename) #lines=str(coords).split('\n') inf=[] for line in str(coords).split('\n'): if "sign" in line: continue if "photo" in line: continue if 'left_x' in line: info=line.split() left_x = int(info[3]) top_y = int(info[5]) inf.append((info[0],left_x,top_y)) time1 = time.time() print("Classify Time: " + str(time1-start)) # ----------------------------Crop Image-------------------------------------------# logger.good("Finding required text") cropped_images = self.locate_asset(filename, self.classifier, lines=coords) time2 = time.time() #----------------------------Perform OCR-------------------------------------------# ocr_results = None if cropped_images == []: logger.bad("No text found!") return None else: logger.good("Performing OCR") ocr_results = self.OCR.ocr(cropped_images) #print(ocr_results) k=[] v=[] fil=filename+'-ocr' #with open(fil, 'w+') as f: for i in range(len(ocr_results)): v.append(ocr_results[i][1]) k.append(inf[i][0][:-1]) #k.insert(0,'Filename') #v.insert(0,filename) t=dict(zip(k, v)) time3 = time.time() print("OCR Time: " + str(time3-time2)) end = time.time() logger.good("Elapsed: " + str(end-start)) print(t) return t #----------------------------------------------------------------# def __init__(self): ''' Run PanOCR ''' self.initialize() if __name__ == "__main__": extracter = PanOCR() tim = time.time() data=[] for filename in os.listdir('pancards'): print(filename) filename='pancards/'+filename result=extracter.find_and_classify(filename) #print(df1) #df=df.append(df1) if result==None: continue else: data.append(result) df=pd.DataFrame(data) #print(df) df.to_csv (r'output/ocr_result_pan.csv', index = None, header=True,sep='\t') en = time.time() print('TOTAL TIME TAKEN',str(en-tim))
4,472
pan
py
en
python
code
{"qsc_code_num_words": 573, "qsc_code_num_chars": 4472.0, "qsc_code_mean_word_length": 4.65270506, "qsc_code_frac_words_unique": 0.31937173, "qsc_code_frac_chars_top_2grams": 0.0180045, "qsc_code_frac_chars_top_3grams": 0.01950488, "qsc_code_frac_chars_top_4grams": 0.02850713, "qsc_code_frac_chars_dupe_5grams": 0.04763691, "qsc_code_frac_chars_dupe_6grams": 0.04763691, "qsc_code_frac_chars_dupe_7grams": 0.04763691, "qsc_code_frac_chars_dupe_8grams": 0.03750938, "qsc_code_frac_chars_dupe_9grams": 0.02625656, "qsc_code_frac_chars_dupe_10grams": 0.02625656, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.00960723, "qsc_code_frac_chars_whitespace": 0.20863148, "qsc_code_size_file_byte": 4472.0, "qsc_code_num_lines": 198.0, "qsc_code_num_chars_line_max": 89.0, "qsc_code_num_chars_line_mean": 22.58585859, "qsc_code_frac_chars_alphabet": 0.74371291, "qsc_code_frac_chars_comments": 0.19543828, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.1875, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.09075488, "qsc_code_frac_chars_long_word_length": 0.00706814, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codepython_cate_ast": 1.0, "qsc_codepython_frac_lines_func_ratio": 0.0625, "qsc_codepython_cate_var_zero": false, "qsc_codepython_frac_lines_pass": 0.0, "qsc_codepython_frac_lines_import": 0.1171875, "qsc_codepython_frac_lines_simplefunc": 0.0, "qsc_codepython_score_lines_no_logic": 0.2890625, "qsc_codepython_frac_lines_print": 0.046875}
1
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codepython_cate_ast": 0, "qsc_codepython_frac_lines_func_ratio": 0, "qsc_codepython_cate_var_zero": 0, "qsc_codepython_frac_lines_pass": 0, "qsc_codepython_frac_lines_import": 0, "qsc_codepython_frac_lines_simplefunc": 0, "qsc_codepython_score_lines_no_logic": 0, "qsc_codepython_frac_lines_print": 0}
008karan/PAN_OCR
yolo-obj.cfg
[net] batch=64 subdivisions=32 height=416 width=416 channels=3 momentum=0.9 decay=0.0005 angle=0 saturation = 1.5 exposure = 1.5 hue=.1 learning_rate=0.0001 max_batches = 45000 policy=steps steps=100,25000,35000 scales=10,.1,.1 [convolutional] batch_normalize=1 filters=32 size=3 stride=1 pad=1 activation=leaky [maxpool] size=2 stride=2 [convolutional] batch_normalize=1 filters=64 size=3 stride=1 pad=1 activation=leaky [maxpool] size=2 stride=2 [convolutional] batch_normalize=1 filters=128 size=3 stride=1 pad=1 activation=leaky [convolutional] batch_normalize=1 filters=64 size=1 stride=1 pad=1 activation=leaky [convolutional] batch_normalize=1 filters=128 size=3 stride=1 pad=1 activation=leaky [maxpool] size=2 stride=2 [convolutional] batch_normalize=1 filters=256 size=3 stride=1 pad=1 activation=leaky [convolutional] batch_normalize=1 filters=128 size=1 stride=1 pad=1 activation=leaky [convolutional] batch_normalize=1 filters=256 size=3 stride=1 pad=1 activation=leaky [maxpool] size=2 stride=2 [convolutional] batch_normalize=1 filters=512 size=3 stride=1 pad=1 activation=leaky [convolutional] batch_normalize=1 filters=256 size=1 stride=1 pad=1 activation=leaky [convolutional] batch_normalize=1 filters=512 size=3 stride=1 pad=1 activation=leaky [convolutional] batch_normalize=1 filters=256 size=1 stride=1 pad=1 activation=leaky [convolutional] batch_normalize=1 filters=512 size=3 stride=1 pad=1 activation=leaky [maxpool] size=2 stride=2 [convolutional] batch_normalize=1 filters=1024 size=3 stride=1 pad=1 activation=leaky [convolutional] batch_normalize=1 filters=512 size=1 stride=1 pad=1 activation=leaky [convolutional] batch_normalize=1 filters=1024 size=3 stride=1 pad=1 activation=leaky [convolutional] batch_normalize=1 filters=512 size=1 stride=1 pad=1 activation=leaky [convolutional] batch_normalize=1 filters=1024 size=3 stride=1 pad=1 activation=leaky ####### [convolutional] batch_normalize=1 size=3 stride=1 pad=1 filters=1024 activation=leaky [convolutional] batch_normalize=1 size=3 stride=1 pad=1 filters=1024 activation=leaky [route] layers=-9 [reorg] stride=2 [route] layers=-1,-3 [convolutional] batch_normalize=1 size=3 stride=1 pad=1 filters=1024 activation=leaky [convolutional] size=1 stride=1 pad=1 filters=55 activation=linear [region] anchors = 1.08,1.19, 3.42,4.41, 6.63,11.38, 9.42,5.11, 16.62,10.52 bias_match=1 classes=6 coords=4 num=5 softmax=1 jitter=.2 rescore=1 object_scale=5 noobject_scale=1 class_scale=1 coord_scale=1 absolute=1 thresh = .6 random=0
2,553
yolo-obj
cfg
en
haproxy
data
{"qsc_code_num_words": 439, "qsc_code_num_chars": 2553.0, "qsc_code_mean_word_length": 4.51025057, "qsc_code_frac_words_unique": 0.18906606, "qsc_code_frac_chars_top_2grams": 0.08888889, "qsc_code_frac_chars_top_3grams": 0.11111111, "qsc_code_frac_chars_top_4grams": 0.12222222, "qsc_code_frac_chars_dupe_5grams": 0.79848485, "qsc_code_frac_chars_dupe_6grams": 0.77727273, "qsc_code_frac_chars_dupe_7grams": 0.76919192, "qsc_code_frac_chars_dupe_8grams": 0.76717172, "qsc_code_frac_chars_dupe_9grams": 0.76717172, "qsc_code_frac_chars_dupe_10grams": 0.76717172, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.11654299, "qsc_code_frac_chars_whitespace": 0.10262436, "qsc_code_size_file_byte": 2553.0, "qsc_code_num_lines": 244.0, "qsc_code_num_chars_line_max": 71.0, "qsc_code_num_chars_line_mean": 10.46311475, "qsc_code_frac_chars_alphabet": 0.74770842, "qsc_code_frac_chars_comments": 0.25029377, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.88607595, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.0, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_words_unique": 1, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 1, "qsc_code_frac_chars_dupe_7grams": 1, "qsc_code_frac_chars_dupe_8grams": 1, "qsc_code_frac_chars_dupe_9grams": 1, "qsc_code_frac_chars_dupe_10grams": 1, "qsc_code_frac_lines_dupe_lines": 1, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0}
0015/ESP32-OpenCV-Projects
esp32/examples/color_code/components/lvgl_gui/lvgl/src/lv_font/lv_font_montserrat_34.c
#include "../../lvgl.h" /******************************************************************************* * Size: 34 px * Bpp: 4 * Opts: --no-compress --no-prefilter --bpp 4 --size 34 --font Montserrat-Medium.ttf -r 0x20-0x7F,0xB0,0x2022 --font FontAwesome5-Solid+Brands+Regular.woff -r 61441,61448,61451,61452,61452,61453,61457,61459,61461,61465,61468,61473,61478,61479,61480,61502,61512,61515,61516,61517,61521,61522,61523,61524,61543,61544,61550,61552,61553,61556,61559,61560,61561,61563,61587,61589,61636,61637,61639,61671,61674,61683,61724,61732,61787,61931,62016,62017,62018,62019,62020,62087,62099,62212,62189,62810,63426,63650 --format lvgl -o lv_font_montserrat_34.c --force-fast-kern-format ******************************************************************************/ #ifndef LV_FONT_MONTSERRAT_34 #define LV_FONT_MONTSERRAT_34 1 #endif #if LV_FONT_MONTSERRAT_34 /*----------------- * BITMAPS *----------------*/ /*Store the image of the glyphs*/ static LV_ATTRIBUTE_LARGE_CONST const uint8_t gylph_bitmap[] = { /* U+20 " " */ /* U+21 "!" */ 0x5f, 0xff, 0x74, 0xff, 0xf7, 0x4f, 0xff, 0x63, 0xff, 0xf5, 0x2f, 0xff, 0x52, 0xff, 0xf4, 0x1f, 0xff, 0x31, 0xff, 0xf3, 0xf, 0xff, 0x20, 0xff, 0xf1, 0xf, 0xff, 0x10, 0xef, 0xf0, 0xd, 0xff, 0x0, 0xdf, 0xf0, 0xc, 0xfe, 0x0, 0xcf, 0xd0, 0x1, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x14, 0x10, 0x2e, 0xff, 0x49, 0xff, 0xfb, 0x8f, 0xff, 0x90, 0xbf, 0xc1, /* U+22 "\"" */ 0xdf, 0xf0, 0x0, 0xbf, 0xf2, 0xdf, 0xf0, 0x0, 0xaf, 0xf1, 0xcf, 0xe0, 0x0, 0xaf, 0xf1, 0xcf, 0xe0, 0x0, 0xaf, 0xf0, 0xcf, 0xe0, 0x0, 0x9f, 0xf0, 0xbf, 0xd0, 0x0, 0x9f, 0xf0, 0xbf, 0xd0, 0x0, 0x8f, 0xf0, 0xbf, 0xc0, 0x0, 0x8f, 0xf0, 0xaf, 0xc0, 0x0, 0x8f, 0xe0, 0x1, 0x0, 0x0, 0x1, 0x10, /* U+23 "#" */ 0x0, 0x0, 0x0, 0x4, 0xff, 0x20, 0x0, 0x0, 0x7f, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xf0, 0x0, 0x0, 0x9, 0xfd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xfe, 0x0, 0x0, 0x0, 0xbf, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xc0, 0x0, 0x0, 0xd, 0xf9, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0xfa, 0x0, 0x0, 0x0, 0xff, 0x70, 0x0, 0x0, 0x0, 0x0, 0x0, 0xdf, 0x80, 0x0, 0x0, 0x1f, 0xf5, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0xf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0, 0x77, 0x77, 0x9f, 0xf8, 0x77, 0x77, 0x7b, 0xff, 0x77, 0x77, 0x70, 0x0, 0x0, 0x5, 0xff, 0x0, 0x0, 0x0, 0x8f, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xf0, 0x0, 0x0, 0xa, 0xfb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9, 0xfd, 0x0, 0x0, 0x0, 0xcf, 0xa0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xb0, 0x0, 0x0, 0xe, 0xf8, 0x0, 0x0, 0x0, 0x0, 0x0, 0xd, 0xf9, 0x0, 0x0, 0x0, 0xff, 0x60, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0x70, 0x0, 0x0, 0x2f, 0xf4, 0x0, 0x0, 0x0, 0x77, 0x77, 0x7f, 0xfa, 0x77, 0x77, 0x79, 0xff, 0x97, 0x77, 0x60, 0x1f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x1, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe0, 0x0, 0x0, 0x7, 0xff, 0x0, 0x0, 0x0, 0x9f, 0xc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xd0, 0x0, 0x0, 0xb, 0xfa, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0xfb, 0x0, 0x0, 0x0, 0xdf, 0x80, 0x0, 0x0, 0x0, 0x0, 0x0, 0xdf, 0x90, 0x0, 0x0, 0xf, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf, 0xf7, 0x0, 0x0, 0x1, 0xff, 0x40, 0x0, 0x0, 0x0, 0x0, 0x1, 0xff, 0x50, 0x0, 0x0, 0x3f, 0xf2, 0x0, 0x0, 0x0, /* U+24 "$" */ 0x0, 0x0, 0x0, 0x0, 0x5f, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xfd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xfd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xad, 0xff, 0xff, 0xdb, 0x71, 0x0, 0x0, 0x0, 0x4e, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfa, 0x20, 0x0, 0x6f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x0, 0x2f, 0xff, 0xe6, 0x15, 0xfd, 0x1, 0x4a, 0xff, 0x20, 0xa, 0xff, 0xe2, 0x0, 0x5f, 0xd0, 0x0, 0x2, 0x70, 0x0, 0xef, 0xf7, 0x0, 0x5, 0xfd, 0x0, 0x0, 0x0, 0x0, 0xf, 0xff, 0x50, 0x0, 0x5f, 0xd0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xf7, 0x0, 0x5, 0xfd, 0x0, 0x0, 0x0, 0x0, 0xc, 0xff, 0xe3, 0x0, 0x5f, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xff, 0xf9, 0x35, 0xfd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xff, 0xff, 0xff, 0xd1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xff, 0xff, 0xff, 0xfd, 0x82, 0x0, 0x0, 0x0, 0x0, 0x16, 0xcf, 0xff, 0xff, 0xff, 0xfb, 0x20, 0x0, 0x0, 0x0, 0x0, 0x8, 0xff, 0xff, 0xff, 0xfe, 0x30, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xd1, 0x7e, 0xff, 0xfe, 0x10, 0x0, 0x0, 0x0, 0x5, 0xfd, 0x0, 0x9, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xd0, 0x0, 0xd, 0xff, 0xa0, 0x0, 0x0, 0x0, 0x5, 0xfd, 0x0, 0x0, 0xaf, 0xfb, 0x2, 0x0, 0x0, 0x0, 0x5f, 0xd0, 0x0, 0xc, 0xff, 0x90, 0xdd, 0x30, 0x0, 0x5, 0xfd, 0x0, 0x4, 0xff, 0xf5, 0x4f, 0xff, 0xb5, 0x10, 0x5f, 0xd0, 0x28, 0xff, 0xfd, 0x3, 0xef, 0xff, 0xff, 0xfe, 0xff, 0xef, 0xff, 0xfe, 0x20, 0x1, 0x8e, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfb, 0x10, 0x0, 0x0, 0x5, 0x9d, 0xef, 0xff, 0xfd, 0x93, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xfd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xfd, 0x0, 0x0, 0x0, 0x0, /* U+25 "%" */ 0x0, 0x7, 0xdf, 0xeb, 0x40, 0x0, 0x0, 0x0, 0x0, 0x3, 0xff, 0x60, 0x0, 0x0, 0x1c, 0xff, 0xff, 0xff, 0x70, 0x0, 0x0, 0x0, 0x0, 0xdf, 0xb0, 0x0, 0x0, 0xa, 0xfd, 0x30, 0x7, 0xff, 0x40, 0x0, 0x0, 0x0, 0x8f, 0xf1, 0x0, 0x0, 0x3, 0xff, 0x30, 0x0, 0x9, 0xfc, 0x0, 0x0, 0x0, 0x3f, 0xf6, 0x0, 0x0, 0x0, 0x7f, 0xc0, 0x0, 0x0, 0x2f, 0xf1, 0x0, 0x0, 0xd, 0xfb, 0x0, 0x0, 0x0, 0xa, 0xf9, 0x0, 0x0, 0x0, 0xff, 0x30, 0x0, 0x9, 0xfe, 0x10, 0x0, 0x0, 0x0, 0xbf, 0x70, 0x0, 0x0, 0xe, 0xf4, 0x0, 0x4, 0xff, 0x50, 0x0, 0x0, 0x0, 0xa, 0xf9, 0x0, 0x0, 0x0, 0xff, 0x30, 0x0, 0xef, 0xa0, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xc0, 0x0, 0x0, 0x2f, 0xf1, 0x0, 0x9f, 0xe1, 0x0, 0x0, 0x0, 0x0, 0x3, 0xff, 0x30, 0x0, 0x9, 0xfc, 0x0, 0x4f, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0xfd, 0x30, 0x7, 0xff, 0x40, 0x1e, 0xfa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1d, 0xff, 0xff, 0xff, 0x70, 0xa, 0xfe, 0x10, 0x6, 0xbe, 0xda, 0x30, 0x0, 0x0, 0x7, 0xdf, 0xeb, 0x40, 0x5, 0xff, 0x40, 0xb, 0xff, 0xff, 0xff, 0x70, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xef, 0x90, 0x9, 0xfe, 0x50, 0x18, 0xff, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0xaf, 0xe0, 0x1, 0xff, 0x40, 0x0, 0x9, 0xfd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xf4, 0x0, 0x6f, 0xd0, 0x0, 0x0, 0x2f, 0xf2, 0x0, 0x0, 0x0, 0x0, 0x1e, 0xf9, 0x0, 0x9, 0xfa, 0x0, 0x0, 0x0, 0xff, 0x50, 0x0, 0x0, 0x0, 0xb, 0xfd, 0x0, 0x0, 0x9f, 0x80, 0x0, 0x0, 0xd, 0xf6, 0x0, 0x0, 0x0, 0x6, 0xff, 0x30, 0x0, 0x9, 0xfa, 0x0, 0x0, 0x0, 0xef, 0x50, 0x0, 0x0, 0x1, 0xff, 0x80, 0x0, 0x0, 0x6f, 0xc0, 0x0, 0x0, 0x1f, 0xf2, 0x0, 0x0, 0x0, 0xbf, 0xd0, 0x0, 0x0, 0x2, 0xff, 0x20, 0x0, 0x7, 0xfd, 0x0, 0x0, 0x0, 0x6f, 0xf3, 0x0, 0x0, 0x0, 0xa, 0xfc, 0x10, 0x3, 0xff, 0x50, 0x0, 0x0, 0x2f, 0xf8, 0x0, 0x0, 0x0, 0x0, 0xc, 0xff, 0xcc, 0xff, 0x90, 0x0, 0x0, 0xc, 0xfd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xdf, 0xfb, 0x50, 0x0, /* U+26 "&" */ 0x0, 0x0, 0x0, 0x5a, 0xef, 0xfd, 0x92, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0xff, 0xff, 0xff, 0xff, 0x50, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xff, 0x96, 0x6b, 0xff, 0xf2, 0x0, 0x0, 0x0, 0x0, 0x3, 0xff, 0xf2, 0x0, 0x0, 0x7f, 0xf9, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0x90, 0x0, 0x0, 0xf, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x8, 0xff, 0x80, 0x0, 0x0, 0x1f, 0xfb, 0x0, 0x0, 0x0, 0x0, 0x6, 0xff, 0xc0, 0x0, 0x0, 0x8f, 0xf8, 0x0, 0x0, 0x0, 0x0, 0x1, 0xff, 0xf5, 0x0, 0x7, 0xff, 0xe1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x32, 0xbf, 0xff, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0xff, 0xff, 0xff, 0xe3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xef, 0xff, 0xf9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3d, 0xff, 0xff, 0xf3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xfc, 0xcf, 0xff, 0x30, 0x0, 0x0, 0x40, 0x0, 0x0, 0x9f, 0xff, 0x60, 0xc, 0xff, 0xf4, 0x0, 0x2, 0xff, 0x60, 0x6, 0xff, 0xe3, 0x0, 0x0, 0xcf, 0xff, 0x40, 0x7, 0xff, 0x60, 0xe, 0xff, 0x50, 0x0, 0x0, 0xb, 0xff, 0xf4, 0xc, 0xff, 0x10, 0x4f, 0xfe, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xff, 0x8f, 0xfc, 0x0, 0x7f, 0xfc, 0x0, 0x0, 0x0, 0x0, 0xb, 0xff, 0xff, 0xf4, 0x0, 0x6f, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xff, 0xc0, 0x0, 0x3f, 0xff, 0x60, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xff, 0xf5, 0x0, 0xc, 0xff, 0xf9, 0x10, 0x0, 0x0, 0x5d, 0xff, 0xff, 0xff, 0x50, 0x1, 0xdf, 0xff, 0xfd, 0xbb, 0xcf, 0xff, 0xfe, 0x3a, 0xff, 0xf5, 0x0, 0x1a, 0xff, 0xff, 0xff, 0xff, 0xff, 0x91, 0x0, 0xaf, 0xf5, 0x0, 0x0, 0x27, 0xce, 0xff, 0xdb, 0x72, 0x0, 0x0, 0x9, 0x70, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, /* U+27 "'" */ 0xdf, 0xfd, 0xff, 0xcf, 0xec, 0xfe, 0xcf, 0xeb, 0xfd, 0xbf, 0xdb, 0xfc, 0xaf, 0xc0, 0x10, /* U+28 "(" */ 0x0, 0x1, 0xef, 0xf2, 0x0, 0x9, 0xff, 0x90, 0x0, 0x1f, 0xff, 0x20, 0x0, 0x7f, 0xfa, 0x0, 0x0, 0xdf, 0xf4, 0x0, 0x3, 0xff, 0xe0, 0x0, 0x8, 0xff, 0xa0, 0x0, 0xc, 0xff, 0x60, 0x0, 0xf, 0xff, 0x30, 0x0, 0x3f, 0xff, 0x0, 0x0, 0x5f, 0xfd, 0x0, 0x0, 0x8f, 0xfa, 0x0, 0x0, 0x9f, 0xf9, 0x0, 0x0, 0xaf, 0xf8, 0x0, 0x0, 0xbf, 0xf8, 0x0, 0x0, 0xcf, 0xf7, 0x0, 0x0, 0xcf, 0xf7, 0x0, 0x0, 0xbf, 0xf8, 0x0, 0x0, 0xaf, 0xf8, 0x0, 0x0, 0x9f, 0xf9, 0x0, 0x0, 0x8f, 0xfa, 0x0, 0x0, 0x5f, 0xfd, 0x0, 0x0, 0x3f, 0xff, 0x0, 0x0, 0xf, 0xff, 0x30, 0x0, 0xc, 0xff, 0x60, 0x0, 0x7, 0xff, 0xa0, 0x0, 0x2, 0xff, 0xe0, 0x0, 0x0, 0xdf, 0xf4, 0x0, 0x0, 0x7f, 0xfa, 0x0, 0x0, 0xe, 0xff, 0x20, 0x0, 0x7, 0xff, 0x90, 0x0, 0x0, 0xef, 0xf2, /* U+29 ")" */ 0xaf, 0xf7, 0x0, 0x0, 0x2f, 0xff, 0x10, 0x0, 0xa, 0xff, 0x80, 0x0, 0x3, 0xff, 0xf0, 0x0, 0x0, 0xdf, 0xf5, 0x0, 0x0, 0x7f, 0xfb, 0x0, 0x0, 0x3f, 0xff, 0x0, 0x0, 0xe, 0xff, 0x40, 0x0, 0xb, 0xff, 0x70, 0x0, 0x8, 0xff, 0xb0, 0x0, 0x6, 0xff, 0xd0, 0x0, 0x3, 0xff, 0xf0, 0x0, 0x2, 0xff, 0xf1, 0x0, 0x1, 0xff, 0xf2, 0x0, 0x0, 0xff, 0xf3, 0x0, 0x0, 0xff, 0xf4, 0x0, 0x0, 0xff, 0xf4, 0x0, 0x0, 0xff, 0xf3, 0x0, 0x1, 0xff, 0xf2, 0x0, 0x2, 0xff, 0xf1, 0x0, 0x3, 0xff, 0xf0, 0x0, 0x6, 0xff, 0xd0, 0x0, 0x8, 0xff, 0xb0, 0x0, 0xb, 0xff, 0x70, 0x0, 0xe, 0xff, 0x40, 0x0, 0x3f, 0xff, 0x0, 0x0, 0x7f, 0xfa, 0x0, 0x0, 0xdf, 0xf4, 0x0, 0x3, 0xff, 0xe0, 0x0, 0xa, 0xff, 0x70, 0x0, 0x2f, 0xfe, 0x0, 0x0, 0xaf, 0xf7, 0x0, 0x0, /* U+2A "*" */ 0x0, 0x0, 0x3, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f, 0xc0, 0x0, 0x0, 0x6, 0x60, 0x3, 0xfc, 0x0, 0x19, 0x21, 0xff, 0xc3, 0x3f, 0xc0, 0x7f, 0xfa, 0x8, 0xff, 0xfb, 0xfe, 0xdf, 0xfd, 0x40, 0x1, 0x9f, 0xff, 0xff, 0xe6, 0x0, 0x0, 0x1, 0xbf, 0xff, 0xf7, 0x0, 0x0, 0x8, 0xff, 0xff, 0xff, 0xfd, 0x40, 0x2e, 0xff, 0xb5, 0xfc, 0x6e, 0xff, 0xa0, 0xcd, 0x50, 0x3f, 0xc0, 0x8, 0xf6, 0x1, 0x0, 0x3, 0xfc, 0x0, 0x2, 0x0, 0x0, 0x0, 0x3f, 0xc0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x87, 0x0, 0x0, 0x0, /* U+2B "+" */ 0x0, 0x0, 0x0, 0x6b, 0xb3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xf5, 0x0, 0x0, 0x0, 0x7a, 0xaa, 0xaa, 0xdf, 0xfc, 0xaa, 0xaa, 0xa5, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x0, 0x0, 0x0, 0x8f, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xf5, 0x0, 0x0, 0x0, /* U+2C "," */ 0x0, 0x54, 0x0, 0xd, 0xff, 0x90, 0x4f, 0xff, 0xf0, 0x4f, 0xff, 0xf0, 0xa, 0xff, 0xc0, 0x1, 0xff, 0x70, 0x5, 0xff, 0x20, 0x9, 0xfc, 0x0, 0xd, 0xf7, 0x0, 0x1f, 0xf1, 0x0, /* U+2D "-" */ 0xc, 0xcc, 0xcc, 0xcc, 0xcc, 0x1, 0xff, 0xff, 0xff, 0xff, 0xf1, 0x1f, 0xff, 0xff, 0xff, 0xff, 0x10, /* U+2E "." */ 0x2, 0x87, 0x0, 0x1f, 0xff, 0xc0, 0x6f, 0xff, 0xf1, 0x3f, 0xff, 0xe0, 0x7, 0xed, 0x40, /* U+2F "/" */ 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0x88, 0x10, 0x0, 0x0, 0x0, 0x0, 0x1, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xf8, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0xff, 0x20, 0x0, 0x0, 0x0, 0x0, 0x2, 0xff, 0xc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0xd, 0xff, 0x10, 0x0, 0x0, 0x0, 0x0, 0x3, 0xff, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xff, 0xa0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xaf, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0x90, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xf3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f, 0xfd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0xff, 0x80, 0x0, 0x0, 0x0, 0x0, 0x0, 0xcf, 0xf2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8, 0xff, 0x70, 0x0, 0x0, 0x0, 0x0, 0x0, 0xdf, 0xf1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f, 0xfb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9, 0xff, 0x60, 0x0, 0x0, 0x0, 0x0, 0x0, 0xef, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f, 0xfa, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa, 0xff, 0x50, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xe0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xf9, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0xff, 0x30, 0x0, 0x0, 0x0, 0x0, 0x1, 0xff, 0xe0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xf8, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0xff, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, /* U+30 "0" */ 0x0, 0x0, 0x0, 0x39, 0xcf, 0xfe, 0xb7, 0x10, 0x0, 0x0, 0x0, 0x0, 0x1, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x60, 0x0, 0x0, 0x0, 0x1, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xa0, 0x0, 0x0, 0x0, 0xdf, 0xff, 0xc5, 0x10, 0x26, 0xef, 0xff, 0x80, 0x0, 0x0, 0x8f, 0xff, 0x80, 0x0, 0x0, 0x1, 0xcf, 0xff, 0x30, 0x0, 0x1f, 0xff, 0xa0, 0x0, 0x0, 0x0, 0x1, 0xef, 0xfb, 0x0, 0x7, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0x6, 0xff, 0xf2, 0x0, 0xcf, 0xfa, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf, 0xff, 0x70, 0xf, 0xff, 0x60, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xfb, 0x3, 0xff, 0xf3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8, 0xff, 0xd0, 0x4f, 0xff, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x5, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0xff, 0xf0, 0x5f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xff, 0x4, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xf0, 0x3f, 0xff, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xfd, 0x0, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0xff, 0xb0, 0xc, 0xff, 0xa0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xf7, 0x0, 0x7f, 0xff, 0x10, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xff, 0x20, 0x1, 0xff, 0xfa, 0x0, 0x0, 0x0, 0x0, 0x1e, 0xff, 0xb0, 0x0, 0x8, 0xff, 0xf8, 0x0, 0x0, 0x0, 0xc, 0xff, 0xf3, 0x0, 0x0, 0xd, 0xff, 0xfb, 0x41, 0x1, 0x6e, 0xff, 0xf8, 0x0, 0x0, 0x0, 0x1d, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfa, 0x0, 0x0, 0x0, 0x0, 0x1a, 0xff, 0xff, 0xff, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0x9d, 0xff, 0xeb, 0x71, 0x0, 0x0, 0x0, /* U+31 "1" */ 0xbf, 0xff, 0xff, 0xff, 0xf0, 0xbf, 0xff, 0xff, 0xff, 0xf0, 0xae, 0xee, 0xef, 0xff, 0xf0, 0x0, 0x0, 0x5, 0xff, 0xf0, 0x0, 0x0, 0x5, 0xff, 0xf0, 0x0, 0x0, 0x5, 0xff, 0xf0, 0x0, 0x0, 0x5, 0xff, 0xf0, 0x0, 0x0, 0x5, 0xff, 0xf0, 0x0, 0x0, 0x5, 0xff, 0xf0, 0x0, 0x0, 0x5, 0xff, 0xf0, 0x0, 0x0, 0x5, 0xff, 0xf0, 0x0, 0x0, 0x5, 0xff, 0xf0, 0x0, 0x0, 0x5, 0xff, 0xf0, 0x0, 0x0, 0x5, 0xff, 0xf0, 0x0, 0x0, 0x5, 0xff, 0xf0, 0x0, 0x0, 0x5, 0xff, 0xf0, 0x0, 0x0, 0x5, 0xff, 0xf0, 0x0, 0x0, 0x5, 0xff, 0xf0, 0x0, 0x0, 0x5, 0xff, 0xf0, 0x0, 0x0, 0x5, 0xff, 0xf0, 0x0, 0x0, 0x5, 0xff, 0xf0, 0x0, 0x0, 0x5, 0xff, 0xf0, 0x0, 0x0, 0x5, 0xff, 0xf0, 0x0, 0x0, 0x5, 0xff, 0xf0, /* U+32 "2" */ 0x0, 0x0, 0x27, 0xbd, 0xef, 0xec, 0x82, 0x0, 0x0, 0x0, 0x2, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xf9, 0x0, 0x0, 0x6, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x0, 0x4, 0xff, 0xff, 0xa5, 0x10, 0x2, 0x6e, 0xff, 0xf8, 0x0, 0x7, 0xfd, 0x20, 0x0, 0x0, 0x0, 0x1d, 0xff, 0xf0, 0x0, 0x4, 0x10, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xff, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xff, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f, 0xff, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xff, 0x50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f, 0xff, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f, 0xff, 0xd1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f, 0xff, 0xe2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f, 0xff, 0xd2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xff, 0xd1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xff, 0xd1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xff, 0xc1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xff, 0xc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xff, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0xfe, 0xee, 0xee, 0xee, 0xee, 0xee, 0xe5, 0xb, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x50, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf5, /* U+33 "3" */ 0xb, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0xb, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0xa, 0xee, 0xee, 0xee, 0xee, 0xee, 0xff, 0xff, 0xc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xfe, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9, 0xff, 0xf3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xff, 0x50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0xff, 0xf8, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1e, 0xff, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xcf, 0xfd, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa, 0xff, 0xf2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f, 0xff, 0xfe, 0xb7, 0x10, 0x0, 0x0, 0x0, 0x0, 0x4f, 0xff, 0xff, 0xff, 0xe5, 0x0, 0x0, 0x0, 0x0, 0x2a, 0xaa, 0xcf, 0xff, 0xff, 0x60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xff, 0xf2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0xff, 0xf8, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xfd, 0x3, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0xdf, 0xfb, 0xd, 0xe5, 0x0, 0x0, 0x0, 0x0, 0x9, 0xff, 0xf5, 0x7f, 0xff, 0xd8, 0x31, 0x0, 0x15, 0xcf, 0xff, 0xc0, 0x5f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x20, 0x2, 0x9f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xa1, 0x0, 0x0, 0x1, 0x59, 0xce, 0xff, 0xdb, 0x72, 0x0, 0x0, /* U+34 "4" */ 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xdf, 0xfb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0xff, 0xe1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1e, 0xff, 0xa0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xcf, 0xfd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9, 0xff, 0xf2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xff, 0x50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xff, 0xf9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1d, 0xff, 0xc0, 0x0, 0x0, 0x11, 0x10, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xfe, 0x10, 0x0, 0x6, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xf4, 0x0, 0x0, 0x6, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x4f, 0xff, 0x70, 0x0, 0x0, 0x6, 0xff, 0xd0, 0x0, 0x0, 0x1, 0xef, 0xfb, 0x0, 0x0, 0x0, 0x6, 0xff, 0xd0, 0x0, 0x0, 0xc, 0xff, 0xd1, 0x0, 0x0, 0x0, 0x6, 0xff, 0xd0, 0x0, 0x0, 0x8f, 0xff, 0xfe, 0xee, 0xee, 0xee, 0xef, 0xff, 0xfe, 0xee, 0xe4, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf5, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xd0, 0x0, 0x0, /* U+35 "5" */ 0x0, 0x7, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x0, 0x0, 0x9f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0, 0x0, 0xa, 0xff, 0xfe, 0xee, 0xee, 0xee, 0xee, 0xe0, 0x0, 0x0, 0xcf, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xd, 0xff, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xf2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f, 0xff, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0xff, 0xff, 0xec, 0x95, 0x0, 0x0, 0x0, 0x8, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x60, 0x0, 0x0, 0x9f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x90, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0x49, 0xff, 0xff, 0x60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0xef, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0xff, 0xf2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f, 0xff, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xff, 0xf4, 0x0, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xff, 0x20, 0x6f, 0x70, 0x0, 0x0, 0x0, 0x0, 0x2e, 0xff, 0xd0, 0x1e, 0xff, 0xe9, 0x52, 0x0, 0x3, 0x9f, 0xff, 0xf4, 0x1, 0xcf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x0, 0x0, 0x6d, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe5, 0x0, 0x0, 0x0, 0x3, 0x7b, 0xdf, 0xfe, 0xda, 0x50, 0x0, 0x0, /* U+36 "6" */ 0x0, 0x0, 0x0, 0x4, 0x9c, 0xef, 0xfe, 0xc8, 0x30, 0x0, 0x0, 0x0, 0x4, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x0, 0x0, 0x0, 0x8f, 0xff, 0xff, 0xfe, 0xef, 0xff, 0xf3, 0x0, 0x0, 0x8, 0xff, 0xff, 0x83, 0x0, 0x0, 0x27, 0xa0, 0x0, 0x0, 0x4f, 0xff, 0xc1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xdf, 0xfd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xf2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0xff, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf, 0xff, 0x60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f, 0xff, 0x30, 0x1, 0x69, 0xaa, 0x85, 0x0, 0x0, 0x0, 0x4f, 0xff, 0x12, 0xbf, 0xff, 0xff, 0xff, 0xf9, 0x0, 0x0, 0x5f, 0xff, 0x3f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xd1, 0x0, 0x5f, 0xff, 0xef, 0xfa, 0x41, 0x1, 0x5b, 0xff, 0xfc, 0x0, 0x4f, 0xff, 0xff, 0x40, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x60, 0x3f, 0xff, 0xf7, 0x0, 0x0, 0x0, 0x0, 0xb, 0xff, 0xc0, 0x1f, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x6, 0xff, 0xf0, 0xe, 0xff, 0xe0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xff, 0xf0, 0xa, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xf0, 0x3, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x9, 0xff, 0xc0, 0x0, 0xcf, 0xfd, 0x10, 0x0, 0x0, 0x0, 0x4f, 0xff, 0x60, 0x0, 0x2f, 0xff, 0xe5, 0x0, 0x0, 0x7, 0xff, 0xfd, 0x0, 0x0, 0x3, 0xff, 0xff, 0xfc, 0xbc, 0xff, 0xff, 0xe1, 0x0, 0x0, 0x0, 0x2c, 0xff, 0xff, 0xff, 0xff, 0xfb, 0x10, 0x0, 0x0, 0x0, 0x0, 0x49, 0xce, 0xfe, 0xc9, 0x30, 0x0, 0x0, /* U+37 "7" */ 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xee, 0xee, 0xee, 0xee, 0xee, 0xff, 0xfd, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x1, 0xff, 0xf6, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x8, 0xff, 0xe0, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0xf, 0xff, 0x80, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x10, 0x33, 0x30, 0x0, 0x0, 0x0, 0x0, 0xdf, 0xfa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xf3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0xff, 0xc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f, 0xff, 0x50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xaf, 0xfd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xff, 0xf7, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf, 0xff, 0x80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xef, 0xfa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xf3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0xff, 0xc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f, 0xff, 0x50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xff, 0xf7, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f, 0xff, 0x90, 0x0, 0x0, 0x0, 0x0, /* U+38 "8" */ 0x0, 0x0, 0x3, 0x8c, 0xef, 0xfe, 0xc8, 0x30, 0x0, 0x0, 0x0, 0x2, 0xcf, 0xff, 0xff, 0xff, 0xff, 0xfb, 0x20, 0x0, 0x0, 0x3f, 0xff, 0xff, 0xdc, 0xce, 0xff, 0xff, 0xe2, 0x0, 0x0, 0xef, 0xff, 0x81, 0x0, 0x0, 0x29, 0xff, 0xfd, 0x0, 0x6, 0xff, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x40, 0x9, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0xe, 0xff, 0x70, 0x9, 0xff, 0xb0, 0x0, 0x0, 0x0, 0x0, 0xc, 0xff, 0x80, 0x7, 0xff, 0xe0, 0x0, 0x0, 0x0, 0x0, 0xf, 0xff, 0x50, 0x2, 0xff, 0xf8, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xfe, 0x0, 0x0, 0x8f, 0xff, 0xb5, 0x10, 0x2, 0x5c, 0xff, 0xf5, 0x0, 0x0, 0x7, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x50, 0x0, 0x0, 0x3, 0xcf, 0xff, 0xff, 0xff, 0xff, 0xfb, 0x20, 0x0, 0x0, 0x7f, 0xff, 0xfd, 0xa9, 0x9a, 0xef, 0xff, 0xf5, 0x0, 0x6, 0xff, 0xfb, 0x20, 0x0, 0x0, 0x4, 0xdf, 0xff, 0x50, 0xf, 0xff, 0xb0, 0x0, 0x0, 0x0, 0x0, 0xc, 0xff, 0xe0, 0x5f, 0xff, 0x20, 0x0, 0x0, 0x0, 0x0, 0x4, 0xff, 0xf3, 0x7f, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xf5, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xff, 0xf5, 0x5f, 0xff, 0x30, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xf3, 0xf, 0xff, 0xd1, 0x0, 0x0, 0x0, 0x0, 0x2e, 0xff, 0xe0, 0x7, 0xff, 0xfd, 0x50, 0x0, 0x0, 0x16, 0xef, 0xff, 0x50, 0x0, 0x8f, 0xff, 0xff, 0xdb, 0xcd, 0xff, 0xff, 0xf7, 0x0, 0x0, 0x5, 0xef, 0xff, 0xff, 0xff, 0xff, 0xfd, 0x40, 0x0, 0x0, 0x0, 0x5, 0x9c, 0xef, 0xfe, 0xc8, 0x40, 0x0, 0x0, /* U+39 "9" */ 0x0, 0x0, 0x3, 0x8c, 0xef, 0xec, 0x83, 0x0, 0x0, 0x0, 0x0, 0x1, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xb2, 0x0, 0x0, 0x0, 0x1e, 0xff, 0xff, 0xdc, 0xdf, 0xff, 0xfe, 0x30, 0x0, 0x0, 0xdf, 0xff, 0x70, 0x0, 0x0, 0x5e, 0xff, 0xe1, 0x0, 0x6, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x1, 0xef, 0xfb, 0x0, 0xc, 0xff, 0xa0, 0x0, 0x0, 0x0, 0x0, 0x4f, 0xff, 0x30, 0xf, 0xff, 0x50, 0x0, 0x0, 0x0, 0x0, 0xf, 0xff, 0x90, 0xf, 0xff, 0x40, 0x0, 0x0, 0x0, 0x0, 0xe, 0xff, 0xd0, 0xf, 0xff, 0x60, 0x0, 0x0, 0x0, 0x0, 0xf, 0xff, 0xf1, 0xc, 0xff, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0xf3, 0x6, 0xff, 0xf7, 0x0, 0x0, 0x0, 0x4, 0xff, 0xff, 0xf4, 0x0, 0xdf, 0xff, 0xb5, 0x10, 0x14, 0xaf, 0xfe, 0xff, 0xf5, 0x0, 0x1e, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf4, 0xff, 0xf4, 0x0, 0x1, 0x9f, 0xff, 0xff, 0xff, 0xfb, 0x21, 0xff, 0xf3, 0x0, 0x0, 0x1, 0x69, 0xab, 0x97, 0x20, 0x3, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0xff, 0xe0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0xff, 0xa0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f, 0xff, 0x50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xdf, 0xfd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1c, 0xff, 0xf4, 0x0, 0x0, 0xa, 0x72, 0x0, 0x0, 0x38, 0xff, 0xff, 0x80, 0x0, 0x0, 0x4f, 0xff, 0xfe, 0xef, 0xff, 0xff, 0xf7, 0x0, 0x0, 0x0, 0x9f, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x30, 0x0, 0x0, 0x0, 0x3, 0x8c, 0xef, 0xfe, 0xc8, 0x30, 0x0, 0x0, 0x0, /* U+3A ":" */ 0x7, 0xed, 0x40, 0x4f, 0xff, 0xe0, 0x6f, 0xff, 0xf1, 0x1f, 0xff, 0xb0, 0x2, 0x87, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0x87, 0x0, 0x1f, 0xff, 0xc0, 0x6f, 0xff, 0xf1, 0x3f, 0xff, 0xe0, 0x7, 0xed, 0x40, /* U+3B ";" */ 0x7, 0xed, 0x40, 0x4f, 0xff, 0xe0, 0x6f, 0xff, 0xf1, 0x1f, 0xff, 0xb0, 0x2, 0x87, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x54, 0x0, 0xd, 0xff, 0x90, 0x4f, 0xff, 0xf0, 0x4f, 0xff, 0xf0, 0xa, 0xff, 0xc0, 0x1, 0xff, 0x70, 0x5, 0xff, 0x20, 0x9, 0xfc, 0x0, 0xd, 0xf7, 0x0, 0x1f, 0xf1, 0x0, /* U+3C "<" */ 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0xc8, 0x0, 0x0, 0x0, 0x0, 0x0, 0x39, 0xff, 0xf8, 0x0, 0x0, 0x0, 0x1, 0x7d, 0xff, 0xff, 0xf5, 0x0, 0x0, 0x4, 0xaf, 0xff, 0xff, 0xc6, 0x0, 0x0, 0x17, 0xdf, 0xff, 0xfe, 0x82, 0x0, 0x0, 0x4b, 0xff, 0xff, 0xfa, 0x40, 0x0, 0x0, 0x0, 0xbf, 0xff, 0xd6, 0x10, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xfe, 0x60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xff, 0xff, 0x93, 0x0, 0x0, 0x0, 0x0, 0x2, 0x8e, 0xff, 0xff, 0xd7, 0x10, 0x0, 0x0, 0x0, 0x0, 0x5b, 0xff, 0xff, 0xfb, 0x50, 0x0, 0x0, 0x0, 0x0, 0x17, 0xef, 0xff, 0xfe, 0x82, 0x0, 0x0, 0x0, 0x0, 0x4, 0xaf, 0xff, 0xf8, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x7d, 0xf8, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x34, /* U+3D "=" */ 0x7a, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xa5, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7a, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xa5, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, /* U+3E ">" */ 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbb, 0x50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xfe, 0x82, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xff, 0xff, 0xb5, 0x0, 0x0, 0x0, 0x0, 0x1, 0x7d, 0xff, 0xff, 0xe9, 0x20, 0x0, 0x0, 0x0, 0x0, 0x39, 0xff, 0xff, 0xfc, 0x60, 0x0, 0x0, 0x0, 0x0, 0x5, 0xbf, 0xff, 0xff, 0x92, 0x0, 0x0, 0x0, 0x0, 0x2, 0x8e, 0xff, 0xf8, 0x0, 0x0, 0x0, 0x0, 0x0, 0x17, 0xff, 0xf8, 0x0, 0x0, 0x0, 0x0, 0x4a, 0xff, 0xff, 0xf6, 0x0, 0x0, 0x2, 0x8e, 0xff, 0xff, 0xd7, 0x10, 0x0, 0x6, 0xcf, 0xff, 0xff, 0xa3, 0x0, 0x0, 0x3a, 0xff, 0xff, 0xfc, 0x60, 0x0, 0x0, 0x0, 0xbf, 0xff, 0xf9, 0x30, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xc5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x52, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, /* U+3F "?" */ 0x0, 0x0, 0x27, 0xcd, 0xff, 0xec, 0x83, 0x0, 0x0, 0x0, 0x2b, 0xff, 0xff, 0xff, 0xff, 0xff, 0xa1, 0x0, 0x6, 0xff, 0xff, 0xff, 0xef, 0xff, 0xff, 0xfd, 0x0, 0x5f, 0xff, 0xf8, 0x20, 0x0, 0x6, 0xef, 0xff, 0x90, 0x9, 0xfc, 0x10, 0x0, 0x0, 0x0, 0x1e, 0xff, 0xf0, 0x0, 0x40, 0x0, 0x0, 0x0, 0x0, 0x6, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe, 0xff, 0xa0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xff, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xcf, 0xff, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xff, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xef, 0xf9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x55, 0x51, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x14, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0xff, 0xf2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa, 0xff, 0xf9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9, 0xff, 0xf8, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xbf, 0xb0, 0x0, 0x0, 0x0, /* U+40 "@" */ 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0x8b, 0xde, 0xff, 0xec, 0x96, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xb4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xff, 0xc8, 0x64, 0x44, 0x57, 0xae, 0xff, 0xfb, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1c, 0xff, 0xe7, 0x10, 0x0, 0x0, 0x0, 0x0, 0x4, 0xbf, 0xff, 0x50, 0x0, 0x0, 0x0, 0x0, 0x2e, 0xff, 0x91, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4d, 0xff, 0x70, 0x0, 0x0, 0x0, 0x1d, 0xff, 0x50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1b, 0xff, 0x50, 0x0, 0x0, 0xb, 0xff, 0x50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0xff, 0x20, 0x0, 0x5, 0xff, 0x80, 0x0, 0x0, 0x5, 0xae, 0xff, 0xd9, 0x30, 0xd, 0xff, 0x10, 0x1e, 0xfb, 0x0, 0x0, 0xdf, 0xd0, 0x0, 0x0, 0x1c, 0xff, 0xff, 0xff, 0xff, 0xa0, 0xdf, 0xf1, 0x0, 0x5f, 0xf3, 0x0, 0x4f, 0xf6, 0x0, 0x0, 0x2e, 0xff, 0xfe, 0xa9, 0xbf, 0xff, 0xce, 0xff, 0x10, 0x0, 0xdf, 0x90, 0xa, 0xfe, 0x0, 0x0, 0xd, 0xff, 0xe4, 0x0, 0x0, 0x6, 0xff, 0xff, 0xf1, 0x0, 0x7, 0xfe, 0x0, 0xef, 0xa0, 0x0, 0x8, 0xff, 0xe1, 0x0, 0x0, 0x0, 0x3, 0xff, 0xff, 0x10, 0x0, 0x2f, 0xf2, 0x1f, 0xf6, 0x0, 0x0, 0xef, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x8, 0xff, 0xf1, 0x0, 0x0, 0xff, 0x54, 0xff, 0x30, 0x0, 0x2f, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f, 0xff, 0x10, 0x0, 0xd, 0xf7, 0x5f, 0xf2, 0x0, 0x5, 0xff, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xef, 0xf1, 0x0, 0x0, 0xcf, 0x85, 0xff, 0x10, 0x0, 0x6f, 0xfa, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0xff, 0x10, 0x0, 0xc, 0xf7, 0x5f, 0xf2, 0x0, 0x5, 0xff, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xef, 0xf1, 0x0, 0x0, 0xdf, 0x74, 0xff, 0x30, 0x0, 0x2f, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f, 0xff, 0x10, 0x0, 0xf, 0xf5, 0x1f, 0xf6, 0x0, 0x0, 0xef, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x8, 0xff, 0xf1, 0x0, 0x3, 0xff, 0x20, 0xef, 0xa0, 0x0, 0x8, 0xff, 0xe1, 0x0, 0x0, 0x0, 0x3, 0xff, 0xff, 0x20, 0x0, 0x8f, 0xd0, 0x9, 0xfe, 0x0, 0x0, 0xd, 0xff, 0xe4, 0x0, 0x0, 0x6, 0xff, 0xff, 0xf7, 0x0, 0x3f, 0xf7, 0x0, 0x4f, 0xf6, 0x0, 0x0, 0x2e, 0xff, 0xfd, 0xa9, 0xbe, 0xff, 0xc6, 0xff, 0xfa, 0xaf, 0xfd, 0x0, 0x0, 0xdf, 0xd0, 0x0, 0x0, 0x1c, 0xff, 0xff, 0xff, 0xff, 0xa1, 0xc, 0xff, 0xff, 0xfe, 0x20, 0x0, 0x5, 0xff, 0x80, 0x0, 0x0, 0x5, 0xae, 0xff, 0xd9, 0x40, 0x0, 0x18, 0xdf, 0xe9, 0x10, 0x0, 0x0, 0xb, 0xff, 0x50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1d, 0xff, 0x50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2e, 0xff, 0x90, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1d, 0xff, 0xe7, 0x10, 0x0, 0x0, 0x0, 0x0, 0x29, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8, 0xff, 0xff, 0xc8, 0x64, 0x44, 0x69, 0xdf, 0xf8, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0x9f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x70, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0x9b, 0xef, 0xff, 0xeb, 0x84, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, /* U+41 "A" */ 0x0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe, 0xff, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xff, 0xff, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xdf, 0xfe, 0xff, 0xa0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xff, 0xe3, 0xff, 0xf2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0xff, 0x80, 0xbf, 0xf9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f, 0xff, 0x10, 0x4f, 0xff, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xfa, 0x0, 0xd, 0xff, 0x70, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xff, 0xf3, 0x0, 0x6, 0xff, 0xe0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8, 0xff, 0xc0, 0x0, 0x0, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe, 0xff, 0x50, 0x0, 0x0, 0x8f, 0xfd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xfe, 0x0, 0x0, 0x0, 0x2f, 0xff, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0xdf, 0xf8, 0x0, 0x0, 0x0, 0xa, 0xff, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x3, 0xff, 0xf3, 0x0, 0x0, 0x0, 0x0, 0xc, 0xff, 0xa0, 0x0, 0x0, 0x0, 0x0, 0xcf, 0xfa, 0x0, 0x0, 0x0, 0x0, 0x3f, 0xff, 0xcb, 0xbb, 0xbb, 0xbb, 0xbb, 0xdf, 0xff, 0x10, 0x0, 0x0, 0x0, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x80, 0x0, 0x0, 0x2, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x0, 0x0, 0x8, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xff, 0xf7, 0x0, 0x0, 0xf, 0xff, 0x70, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xfe, 0x0, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f, 0xff, 0x50, 0x0, 0xef, 0xf9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0xff, 0xc0, 0x5, 0xff, 0xf2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xff, 0xf3, 0xc, 0xff, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xdf, 0xfb, /* U+42 "B" */ 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xed, 0xa5, 0x0, 0x0, 0x0, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe4, 0x0, 0x0, 0x7f, 0xff, 0xbb, 0xbb, 0xbb, 0xbc, 0xdf, 0xff, 0xff, 0x50, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x1, 0x8f, 0xff, 0xf1, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xf7, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xdf, 0xfa, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xaf, 0xfc, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xfa, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xef, 0xf7, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9, 0xff, 0xf1, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x15, 0xcf, 0xff, 0x60, 0x0, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf6, 0x0, 0x0, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe8, 0x10, 0x0, 0x7f, 0xff, 0xbb, 0xbb, 0xbb, 0xbb, 0xcd, 0xff, 0xff, 0xe3, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xef, 0xff, 0x20, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1e, 0xff, 0x90, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8, 0xff, 0xe0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0xff, 0xf0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8, 0xff, 0xf0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1e, 0xff, 0xc0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xdf, 0xff, 0x50, 0x7f, 0xff, 0xbb, 0xbb, 0xbb, 0xbb, 0xbd, 0xff, 0xff, 0xfa, 0x0, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x70, 0x0, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xda, 0x61, 0x0, 0x0, /* U+43 "C" */ 0x0, 0x0, 0x0, 0x0, 0x28, 0xbe, 0xff, 0xec, 0x94, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xcf, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x70, 0x0, 0x0, 0x0, 0x9, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xd1, 0x0, 0x0, 0xc, 0xff, 0xff, 0xc6, 0x20, 0x1, 0x38, 0xef, 0xff, 0xe1, 0x0, 0xc, 0xff, 0xfe, 0x40, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xf6, 0x0, 0x8, 0xff, 0xfc, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x46, 0x0, 0x1, 0xff, 0xfd, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xff, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe, 0xff, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xff, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f, 0xff, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xff, 0xf2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f, 0xff, 0x50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xef, 0xfb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8, 0xff, 0xf3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f, 0xff, 0xd1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xff, 0xb1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0x60, 0x0, 0x0, 0xcf, 0xff, 0xe3, 0x0, 0x0, 0x0, 0x0, 0x8, 0xff, 0x70, 0x0, 0x1, 0xcf, 0xff, 0xfb, 0x62, 0x0, 0x13, 0x8e, 0xff, 0xfe, 0x10, 0x0, 0x0, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0x10, 0x0, 0x0, 0x0, 0x4c, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe7, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0x8b, 0xef, 0xfe, 0xc9, 0x50, 0x0, 0x0, /* U+44 "D" */ 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xeb, 0x83, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xd5, 0x0, 0x0, 0x0, 0x7f, 0xff, 0xee, 0xee, 0xee, 0xef, 0xff, 0xff, 0xff, 0xb1, 0x0, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x15, 0xaf, 0xff, 0xfe, 0x20, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xbf, 0xff, 0xe1, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8, 0xff, 0xfa, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xaf, 0xff, 0x30, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f, 0xff, 0xa0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9, 0xff, 0xf0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xff, 0xf3, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xff, 0xf5, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xf6, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xf6, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xff, 0xf5, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xff, 0xf3, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9, 0xff, 0xf0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f, 0xff, 0xa0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xaf, 0xff, 0x30, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8, 0xff, 0xfa, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xbf, 0xff, 0xd1, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x15, 0xaf, 0xff, 0xfe, 0x20, 0x0, 0x7f, 0xff, 0xee, 0xee, 0xee, 0xef, 0xff, 0xff, 0xff, 0xb1, 0x0, 0x0, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xd5, 0x0, 0x0, 0x0, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xeb, 0x83, 0x0, 0x0, 0x0, 0x0, /* U+45 "E" */ 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf5, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf5, 0x7f, 0xff, 0xee, 0xee, 0xee, 0xee, 0xee, 0xee, 0xe5, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x0, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x0, 0x7f, 0xff, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdc, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0xee, 0xee, 0xee, 0xee, 0xee, 0xee, 0xec, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, /* U+46 "F" */ 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf5, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf5, 0x7f, 0xff, 0xee, 0xee, 0xee, 0xee, 0xee, 0xee, 0xe5, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x0, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x0, 0x7f, 0xff, 0xee, 0xee, 0xee, 0xee, 0xee, 0xed, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, /* U+47 "G" */ 0x0, 0x0, 0x0, 0x0, 0x27, 0xbd, 0xff, 0xed, 0xa5, 0x10, 0x0, 0x0, 0x0, 0x0, 0x3, 0xcf, 0xff, 0xff, 0xff, 0xff, 0xff, 0x91, 0x0, 0x0, 0x0, 0x9, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf4, 0x0, 0x0, 0xc, 0xff, 0xff, 0xc6, 0x30, 0x1, 0x37, 0xcf, 0xff, 0xf3, 0x0, 0xb, 0xff, 0xfe, 0x40, 0x0, 0x0, 0x0, 0x0, 0x5e, 0xfa, 0x0, 0x7, 0xff, 0xfc, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x17, 0x0, 0x1, 0xff, 0xfd, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xff, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xd, 0xff, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xff, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f, 0xff, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x12, 0x20, 0x5f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf, 0xff, 0x54, 0xff, 0xf2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xf5, 0x1f, 0xff, 0x50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf, 0xff, 0x50, 0xdf, 0xfb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xf5, 0x8, 0xff, 0xf3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf, 0xff, 0x50, 0x1f, 0xff, 0xe1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xf5, 0x0, 0x7f, 0xff, 0xc1, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf, 0xff, 0x50, 0x0, 0xbf, 0xff, 0xe4, 0x0, 0x0, 0x0, 0x0, 0x3, 0xff, 0xf5, 0x0, 0x0, 0xcf, 0xff, 0xfc, 0x62, 0x0, 0x2, 0x6b, 0xff, 0xff, 0x50, 0x0, 0x0, 0x9f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x90, 0x0, 0x0, 0x0, 0x4c, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfa, 0x30, 0x0, 0x0, 0x0, 0x0, 0x2, 0x7b, 0xef, 0xfe, 0xda, 0x61, 0x0, 0x0, /* U+48 "H" */ 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xf0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xf0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xf0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xf0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xf0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xf0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xf0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xf0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xf0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xf0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xf0, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x7f, 0xff, 0xee, 0xee, 0xee, 0xee, 0xee, 0xee, 0xef, 0xff, 0xf0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xf0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xf0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xf0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xf0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xf0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xf0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xf0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xf0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xf0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xf0, /* U+49 "I" */ 0x7f, 0xff, 0x7f, 0xff, 0x7f, 0xff, 0x7f, 0xff, 0x7f, 0xff, 0x7f, 0xff, 0x7f, 0xff, 0x7f, 0xff, 0x7f, 0xff, 0x7f, 0xff, 0x7f, 0xff, 0x7f, 0xff, 0x7f, 0xff, 0x7f, 0xff, 0x7f, 0xff, 0x7f, 0xff, 0x7f, 0xff, 0x7f, 0xff, 0x7f, 0xff, 0x7f, 0xff, 0x7f, 0xff, 0x7f, 0xff, 0x7f, 0xff, 0x7f, 0xff, /* U+4A "J" */ 0x0, 0xe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf1, 0x0, 0xe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf1, 0x0, 0xd, 0xee, 0xee, 0xee, 0xef, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0xff, 0xf0, 0x0, 0x60, 0x0, 0x0, 0x0, 0x9, 0xff, 0xd0, 0x6, 0xfb, 0x0, 0x0, 0x0, 0x1f, 0xff, 0x90, 0x1f, 0xff, 0xd5, 0x0, 0x4, 0xdf, 0xff, 0x20, 0x7, 0xff, 0xff, 0xfe, 0xff, 0xff, 0xf9, 0x0, 0x0, 0x5e, 0xff, 0xff, 0xff, 0xff, 0x90, 0x0, 0x0, 0x1, 0x6b, 0xef, 0xfd, 0x93, 0x0, 0x0, /* U+4B "K" */ 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xff, 0x40, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8, 0xff, 0xf5, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xff, 0x60, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xf7, 0x0, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x80, 0x0, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x6, 0xff, 0xf9, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x6f, 0xff, 0xa0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x5, 0xff, 0xfa, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x5f, 0xff, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x0, 0x4, 0xff, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x0, 0x4f, 0xff, 0xd1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x3, 0xff, 0xff, 0xf3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x3f, 0xff, 0xff, 0xfe, 0x10, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0xef, 0xff, 0xbf, 0xff, 0xc0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0xff, 0xf4, 0xb, 0xff, 0xf9, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0xff, 0x40, 0x0, 0xdf, 0xff, 0x70, 0x0, 0x0, 0x0, 0x7f, 0xff, 0xf4, 0x0, 0x0, 0x1e, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x40, 0x0, 0x0, 0x3, 0xff, 0xfe, 0x20, 0x0, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x4f, 0xff, 0xd0, 0x0, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xfb, 0x0, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xff, 0x80, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0xff, 0xf5, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xcf, 0xff, 0x30, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1e, 0xff, 0xe1, /* U+4C "L" */ 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xfe, 0xee, 0xee, 0xee, 0xee, 0xee, 0xec, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xd7, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, /* U+4D "M" */ 0x7f, 0xfa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f, 0xfd, 0x7f, 0xff, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xcf, 0xfd, 0x7f, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0xff, 0xfd, 0x7f, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe, 0xff, 0xfd, 0x7f, 0xff, 0xfe, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xff, 0xfd, 0x7f, 0xff, 0xff, 0x90, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xff, 0xff, 0xfd, 0x7f, 0xff, 0xff, 0xf3, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0xff, 0xef, 0xfd, 0x7f, 0xfd, 0xaf, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f, 0xff, 0x7f, 0xfd, 0x7f, 0xfd, 0x1f, 0xff, 0x50, 0x0, 0x0, 0x0, 0x0, 0xdf, 0xf6, 0x6f, 0xfe, 0x7f, 0xfd, 0x7, 0xff, 0xe0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xd0, 0x6f, 0xfe, 0x7f, 0xfd, 0x0, 0xdf, 0xf8, 0x0, 0x0, 0x0, 0x1f, 0xff, 0x40, 0x6f, 0xfe, 0x7f, 0xfd, 0x0, 0x4f, 0xff, 0x20, 0x0, 0x0, 0x9f, 0xfa, 0x0, 0x6f, 0xfe, 0x7f, 0xfd, 0x0, 0xa, 0xff, 0xb0, 0x0, 0x3, 0xff, 0xf1, 0x0, 0x6f, 0xfe, 0x7f, 0xfd, 0x0, 0x1, 0xff, 0xf4, 0x0, 0xc, 0xff, 0x70, 0x0, 0x6f, 0xfe, 0x7f, 0xfd, 0x0, 0x0, 0x7f, 0xfd, 0x0, 0x5f, 0xfd, 0x0, 0x0, 0x6f, 0xfe, 0x7f, 0xfd, 0x0, 0x0, 0xd, 0xff, 0x70, 0xef, 0xf4, 0x0, 0x0, 0x6f, 0xfe, 0x7f, 0xfd, 0x0, 0x0, 0x4, 0xff, 0xf9, 0xff, 0xb0, 0x0, 0x0, 0x6f, 0xfe, 0x7f, 0xfd, 0x0, 0x0, 0x0, 0xbf, 0xff, 0xff, 0x20, 0x0, 0x0, 0x5f, 0xfe, 0x7f, 0xfd, 0x0, 0x0, 0x0, 0x2f, 0xff, 0xf8, 0x0, 0x0, 0x0, 0x5f, 0xfe, 0x7f, 0xfd, 0x0, 0x0, 0x0, 0x8, 0xff, 0xe0, 0x0, 0x0, 0x0, 0x5f, 0xfe, 0x7f, 0xfd, 0x0, 0x0, 0x0, 0x0, 0xdf, 0x50, 0x0, 0x0, 0x0, 0x5f, 0xfe, 0x7f, 0xfd, 0x0, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xfe, 0x7f, 0xfd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xfe, 0x7f, 0xfd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xfe, /* U+4E "N" */ 0x7f, 0xfb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xf0, 0x7f, 0xff, 0x80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xf0, 0x7f, 0xff, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xf0, 0x7f, 0xff, 0xff, 0x30, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xf0, 0x7f, 0xff, 0xff, 0xd1, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xf0, 0x7f, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xf0, 0x7f, 0xff, 0xbf, 0xff, 0x80, 0x0, 0x0, 0x0, 0x5, 0xff, 0xf0, 0x7f, 0xff, 0x1d, 0xff, 0xf5, 0x0, 0x0, 0x0, 0x5, 0xff, 0xf0, 0x7f, 0xff, 0x2, 0xff, 0xff, 0x20, 0x0, 0x0, 0x5, 0xff, 0xf0, 0x7f, 0xff, 0x0, 0x5f, 0xff, 0xd1, 0x0, 0x0, 0x5, 0xff, 0xf0, 0x7f, 0xff, 0x0, 0x8, 0xff, 0xfb, 0x0, 0x0, 0x5, 0xff, 0xf0, 0x7f, 0xff, 0x0, 0x0, 0xbf, 0xff, 0x80, 0x0, 0x5, 0xff, 0xf0, 0x7f, 0xff, 0x0, 0x0, 0x1d, 0xff, 0xf5, 0x0, 0x5, 0xff, 0xf0, 0x7f, 0xff, 0x0, 0x0, 0x2, 0xff, 0xff, 0x20, 0x5, 0xff, 0xf0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x5f, 0xff, 0xd1, 0x5, 0xff, 0xf0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x8, 0xff, 0xfb, 0x5, 0xff, 0xf0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xff, 0x85, 0xff, 0xf0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x1d, 0xff, 0xfa, 0xff, 0xf0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x2, 0xff, 0xff, 0xff, 0xf0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xff, 0xff, 0xf0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8, 0xff, 0xff, 0xf0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xff, 0xf0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1d, 0xff, 0xf0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0xff, 0xf0, /* U+4F "O" */ 0x0, 0x0, 0x0, 0x0, 0x27, 0xbe, 0xff, 0xed, 0xa5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3c, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x10, 0x0, 0x0, 0x0, 0x0, 0x9, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe4, 0x0, 0x0, 0x0, 0x0, 0xcf, 0xff, 0xfb, 0x62, 0x0, 0x13, 0x8e, 0xff, 0xff, 0x60, 0x0, 0x0, 0xb, 0xff, 0xfe, 0x40, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xff, 0xf5, 0x0, 0x0, 0x7f, 0xff, 0xb1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xff, 0xfe, 0x10, 0x1, 0xff, 0xfd, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xff, 0x90, 0x8, 0xff, 0xf3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa, 0xff, 0xf1, 0xd, 0xff, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xff, 0xf6, 0x1f, 0xff, 0x50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xdf, 0xfa, 0x4f, 0xff, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xfd, 0x5f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xfe, 0x5f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xfe, 0x4f, 0xff, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xfd, 0x1f, 0xff, 0x50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xdf, 0xfa, 0xd, 0xff, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xff, 0xf6, 0x8, 0xff, 0xf3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa, 0xff, 0xf1, 0x1, 0xff, 0xfd, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xff, 0x90, 0x0, 0x7f, 0xff, 0xb1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xff, 0xfe, 0x10, 0x0, 0xb, 0xff, 0xfe, 0x30, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xff, 0xf5, 0x0, 0x0, 0x0, 0xcf, 0xff, 0xfb, 0x62, 0x0, 0x3, 0x7e, 0xff, 0xff, 0x60, 0x0, 0x0, 0x0, 0x9, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4c, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf9, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x27, 0xbe, 0xff, 0xfd, 0xa6, 0x10, 0x0, 0x0, 0x0, /* U+50 "P" */ 0x7f, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xc8, 0x30, 0x0, 0x0, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x30, 0x0, 0x7f, 0xff, 0xee, 0xee, 0xee, 0xff, 0xff, 0xff, 0xf5, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x1, 0x4a, 0xff, 0xff, 0x40, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f, 0xff, 0xd0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0xff, 0xf4, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xef, 0xf9, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xfb, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xaf, 0xfc, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xfa, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xf8, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0xff, 0xf4, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xff, 0xc0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x2, 0x5b, 0xff, 0xff, 0x30, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf4, 0x0, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfb, 0x20, 0x0, 0x7f, 0xff, 0xee, 0xee, 0xee, 0xed, 0xa7, 0x20, 0x0, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, /* U+51 "Q" */ 0x0, 0x0, 0x0, 0x0, 0x27, 0xbe, 0xff, 0xed, 0xa5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3b, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe4, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xff, 0xfc, 0x62, 0x0, 0x14, 0x8e, 0xff, 0xff, 0x60, 0x0, 0x0, 0x0, 0xa, 0xff, 0xfe, 0x40, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x6f, 0xff, 0xc1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xff, 0xfe, 0x10, 0x0, 0x1, 0xff, 0xfe, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xff, 0x90, 0x0, 0x7, 0xff, 0xf3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa, 0xff, 0xf1, 0x0, 0xd, 0xff, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xff, 0xf6, 0x0, 0x1f, 0xff, 0x60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xdf, 0xfa, 0x0, 0x4f, 0xff, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xfd, 0x0, 0x5f, 0xff, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xfe, 0x0, 0x5f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xfe, 0x0, 0x4f, 0xff, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xfd, 0x0, 0x2f, 0xff, 0x50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xcf, 0xfa, 0x0, 0xe, 0xff, 0xa0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xff, 0xf7, 0x0, 0x9, 0xff, 0xf2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9, 0xff, 0xf1, 0x0, 0x2, 0xff, 0xfd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xff, 0xa0, 0x0, 0x0, 0x9f, 0xff, 0xa0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0xff, 0xff, 0x10, 0x0, 0x0, 0xd, 0xff, 0xfd, 0x20, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x2, 0xef, 0xff, 0xfa, 0x40, 0x0, 0x2, 0x6d, 0xff, 0xff, 0x60, 0x0, 0x0, 0x0, 0x0, 0x1c, 0xff, 0xff, 0xff, 0xee, 0xff, 0xff, 0xff, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7e, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfa, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5a, 0xdf, 0xff, 0xff, 0xe6, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2e, 0xff, 0xf7, 0x0, 0x0, 0x0, 0x2a, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xdf, 0xff, 0xc4, 0x10, 0x28, 0xff, 0xa0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1b, 0xff, 0xff, 0xff, 0xff, 0xff, 0x70, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5d, 0xff, 0xff, 0xff, 0xd4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x48, 0xa9, 0x84, 0x0, 0x0, /* U+52 "R" */ 0x7f, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xc8, 0x30, 0x0, 0x0, 0x7, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc3, 0x0, 0x0, 0x7f, 0xff, 0xee, 0xee, 0xee, 0xff, 0xff, 0xff, 0xf5, 0x0, 0x7, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x14, 0xaf, 0xff, 0xf4, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f, 0xff, 0xd0, 0x7, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xff, 0x40, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xef, 0xf9, 0x7, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0xff, 0xb0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xaf, 0xfc, 0x7, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0xff, 0xb0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xf8, 0x7, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x40, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xff, 0xd0, 0x7, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x25, 0xbf, 0xff, 0xf3, 0x0, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf5, 0x0, 0x7, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xb2, 0x0, 0x0, 0x7f, 0xff, 0xdd, 0xdd, 0xdd, 0xde, 0xff, 0xd0, 0x0, 0x0, 0x7, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x2f, 0xff, 0x80, 0x0, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x40, 0x0, 0x7, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xfe, 0x10, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x1, 0xef, 0xfa, 0x0, 0x7, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xff, 0xf6, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9, 0xff, 0xf2, 0x7, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xd, 0xff, 0xc0, /* U+53 "S" */ 0x0, 0x0, 0x3, 0x8c, 0xdf, 0xfe, 0xc9, 0x50, 0x0, 0x0, 0x0, 0x3d, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf9, 0x10, 0x0, 0x5f, 0xff, 0xff, 0xfe, 0xef, 0xff, 0xff, 0xf8, 0x0, 0x2f, 0xff, 0xf8, 0x20, 0x0, 0x2, 0x6b, 0xff, 0x20, 0x9, 0xff, 0xf2, 0x0, 0x0, 0x0, 0x0, 0x2, 0x70, 0x0, 0xdf, 0xf8, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf, 0xff, 0x50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xf7, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0xff, 0xf3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xff, 0xf9, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xff, 0xff, 0xd9, 0x51, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6e, 0xff, 0xff, 0xff, 0xfd, 0x83, 0x0, 0x0, 0x0, 0x0, 0x16, 0xcf, 0xff, 0xff, 0xff, 0xfb, 0x20, 0x0, 0x0, 0x0, 0x0, 0x4, 0x8c, 0xff, 0xff, 0xfe, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x6d, 0xff, 0xfe, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8, 0xff, 0xf7, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xd, 0xff, 0xa0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xaf, 0xfb, 0x3, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0xff, 0x90, 0xde, 0x50, 0x0, 0x0, 0x0, 0x0, 0x6, 0xff, 0xf4, 0x5f, 0xff, 0xe8, 0x40, 0x0, 0x0, 0x39, 0xff, 0xfc, 0x2, 0xdf, 0xff, 0xff, 0xff, 0xde, 0xff, 0xff, 0xfe, 0x20, 0x0, 0x7e, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfa, 0x10, 0x0, 0x0, 0x3, 0x7b, 0xde, 0xfe, 0xdb, 0x72, 0x0, 0x0, /* U+54 "T" */ 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0xce, 0xee, 0xee, 0xee, 0xff, 0xff, 0xee, 0xee, 0xee, 0xec, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xfa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xfa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xfa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xfa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xfa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xfa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xfa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xfa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xfa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xfa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xfa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xfa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xfa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xfa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xfa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xfa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xfa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xfa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xfa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xfa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xfa, 0x0, 0x0, 0x0, 0x0, /* U+55 "U" */ 0xaf, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0xff, 0x8a, 0xff, 0xc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xcf, 0xf8, 0xaf, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0xff, 0x8a, 0xff, 0xc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xcf, 0xf8, 0xaf, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0xff, 0x8a, 0xff, 0xc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xcf, 0xf8, 0xaf, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0xff, 0x8a, 0xff, 0xc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xcf, 0xf8, 0xaf, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0xff, 0x8a, 0xff, 0xc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xcf, 0xf8, 0xaf, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0xff, 0x8a, 0xff, 0xc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xcf, 0xf8, 0xaf, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0xff, 0x8a, 0xff, 0xc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xcf, 0xf7, 0x9f, 0xfd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xd, 0xff, 0x68, 0xff, 0xe0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xf5, 0x5f, 0xff, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f, 0xff, 0x31, 0xff, 0xf7, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8, 0xff, 0xf0, 0xb, 0xff, 0xe1, 0x0, 0x0, 0x0, 0x0, 0x2, 0xff, 0xf9, 0x0, 0x4f, 0xff, 0xc1, 0x0, 0x0, 0x0, 0x1, 0xdf, 0xff, 0x20, 0x0, 0x9f, 0xff, 0xe8, 0x30, 0x0, 0x38, 0xff, 0xff, 0x70, 0x0, 0x0, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x90, 0x0, 0x0, 0x0, 0x7e, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x50, 0x0, 0x0, 0x0, 0x0, 0x6, 0xad, 0xef, 0xed, 0xa5, 0x0, 0x0, 0x0, /* U+56 "V" */ 0xd, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0xff, 0xf1, 0x6, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xd, 0xff, 0x90, 0x0, 0xef, 0xfb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f, 0xff, 0x20, 0x0, 0x8f, 0xff, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xfb, 0x0, 0x0, 0x1f, 0xff, 0x90, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xff, 0xf4, 0x0, 0x0, 0xa, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9, 0xff, 0xd0, 0x0, 0x0, 0x3, 0xff, 0xf7, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf, 0xff, 0x60, 0x0, 0x0, 0x0, 0xcf, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xff, 0x50, 0x0, 0x0, 0x0, 0x0, 0xdf, 0xf8, 0x0, 0x0, 0x0, 0x0, 0xe, 0xff, 0xc0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xf3, 0x0, 0x0, 0x0, 0xc, 0xff, 0xa0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xff, 0xfa, 0x0, 0x0, 0x0, 0x3f, 0xff, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xff, 0x10, 0x0, 0x0, 0xaf, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f, 0xff, 0x80, 0x0, 0x1, 0xff, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0xff, 0xe0, 0x0, 0x8, 0xff, 0xe0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xff, 0xf5, 0x0, 0xe, 0xff, 0x70, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xdf, 0xfc, 0x0, 0x6f, 0xff, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xff, 0x30, 0xdf, 0xf9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe, 0xff, 0xa4, 0xff, 0xf3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8, 0xff, 0xfc, 0xff, 0xc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xff, 0xff, 0xff, 0x50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xaf, 0xff, 0xfd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f, 0xff, 0xf7, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x0, /* U+57 "W" */ 0xbf, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f, 0xff, 0x6, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0xff, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8, 0xff, 0xb0, 0x1f, 0xff, 0x60, 0x0, 0x0, 0x0, 0x0, 0x2, 0xff, 0xff, 0xa0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xdf, 0xf5, 0x0, 0xbf, 0xfb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f, 0xff, 0x10, 0x6, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0xd, 0xff, 0xff, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x8, 0xff, 0xb0, 0x0, 0x1f, 0xff, 0x60, 0x0, 0x0, 0x0, 0x2, 0xff, 0xe9, 0xff, 0xa0, 0x0, 0x0, 0x0, 0x0, 0xdf, 0xf6, 0x0, 0x0, 0xcf, 0xfb, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xf9, 0x4f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x3f, 0xff, 0x10, 0x0, 0x6, 0xff, 0xf1, 0x0, 0x0, 0x0, 0xd, 0xff, 0x40, 0xef, 0xf5, 0x0, 0x0, 0x0, 0x8, 0xff, 0xb0, 0x0, 0x0, 0x1f, 0xff, 0x60, 0x0, 0x0, 0x3, 0xff, 0xe0, 0x9, 0xff, 0xb0, 0x0, 0x0, 0x0, 0xef, 0xf6, 0x0, 0x0, 0x0, 0xcf, 0xfb, 0x0, 0x0, 0x0, 0x8f, 0xf9, 0x0, 0x3f, 0xff, 0x0, 0x0, 0x0, 0x3f, 0xff, 0x10, 0x0, 0x0, 0x6, 0xff, 0xf1, 0x0, 0x0, 0xe, 0xff, 0x40, 0x0, 0xef, 0xf5, 0x0, 0x0, 0x8, 0xff, 0xb0, 0x0, 0x0, 0x0, 0x1f, 0xff, 0x60, 0x0, 0x3, 0xff, 0xe0, 0x0, 0x9, 0xff, 0xb0, 0x0, 0x0, 0xef, 0xf6, 0x0, 0x0, 0x0, 0x0, 0xcf, 0xfb, 0x0, 0x0, 0x9f, 0xf9, 0x0, 0x0, 0x3f, 0xff, 0x0, 0x0, 0x3f, 0xff, 0x10, 0x0, 0x0, 0x0, 0x6, 0xff, 0xf0, 0x0, 0xe, 0xff, 0x30, 0x0, 0x0, 0xef, 0xf5, 0x0, 0x8, 0xff, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x1f, 0xff, 0x50, 0x4, 0xff, 0xe0, 0x0, 0x0, 0x8, 0xff, 0xb0, 0x0, 0xef, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0xcf, 0xfb, 0x0, 0x9f, 0xf8, 0x0, 0x0, 0x0, 0x3f, 0xff, 0x0, 0x3f, 0xff, 0x10, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xf0, 0xe, 0xff, 0x30, 0x0, 0x0, 0x0, 0xdf, 0xf5, 0x8, 0xff, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f, 0xff, 0x54, 0xff, 0xe0, 0x0, 0x0, 0x0, 0x8, 0xff, 0xb0, 0xef, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xcf, 0xfa, 0xaf, 0xf8, 0x0, 0x0, 0x0, 0x0, 0x3f, 0xff, 0x4f, 0xff, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xff, 0xff, 0x30, 0x0, 0x0, 0x0, 0x0, 0xdf, 0xfe, 0xff, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f, 0xff, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x8, 0xff, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xcf, 0xff, 0xf8, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f, 0xff, 0xff, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xff, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0xdf, 0xff, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, /* U+58 "X" */ 0xa, 0xff, 0xf3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0xff, 0xf7, 0x0, 0xe, 0xff, 0xe1, 0x0, 0x0, 0x0, 0x0, 0x1, 0xef, 0xfb, 0x0, 0x0, 0x3f, 0xff, 0xa0, 0x0, 0x0, 0x0, 0x0, 0xaf, 0xfe, 0x10, 0x0, 0x0, 0x8f, 0xff, 0x60, 0x0, 0x0, 0x0, 0x6f, 0xff, 0x40, 0x0, 0x0, 0x0, 0xcf, 0xff, 0x20, 0x0, 0x0, 0x2f, 0xff, 0x90, 0x0, 0x0, 0x0, 0x1, 0xff, 0xfc, 0x0, 0x0, 0xc, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xf8, 0x0, 0x8, 0xff, 0xf2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9, 0xff, 0xf4, 0x3, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xd, 0xff, 0xe2, 0xef, 0xfa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f, 0xff, 0xff, 0xfe, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0xff, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xcf, 0xff, 0x90, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f, 0xff, 0xff, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xd, 0xff, 0xff, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa, 0xff, 0xf7, 0xff, 0xf8, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0xff, 0xf6, 0x9, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xff, 0xfa, 0x0, 0xd, 0xff, 0xe1, 0x0, 0x0, 0x0, 0x0, 0x0, 0xcf, 0xfe, 0x10, 0x0, 0x2f, 0xff, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xff, 0x40, 0x0, 0x0, 0x6f, 0xff, 0x70, 0x0, 0x0, 0x0, 0x4f, 0xff, 0x80, 0x0, 0x0, 0x0, 0xbf, 0xff, 0x30, 0x0, 0x0, 0x1e, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x1, 0xef, 0xfd, 0x0, 0x0, 0xb, 0xff, 0xf2, 0x0, 0x0, 0x0, 0x0, 0x4, 0xff, 0xf9, 0x0, 0x7, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8, 0xff, 0xf5, 0x3, 0xff, 0xfb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0xff, 0xf2, /* U+59 "Y" */ 0xd, 0xff, 0xc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8, 0xff, 0xd0, 0x3, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f, 0xff, 0x30, 0x0, 0xaf, 0xfe, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xfa, 0x0, 0x0, 0x1f, 0xff, 0x90, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xf1, 0x0, 0x0, 0x6, 0xff, 0xf3, 0x0, 0x0, 0x0, 0x0, 0xe, 0xff, 0x60, 0x0, 0x0, 0x0, 0xcf, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xfd, 0x0, 0x0, 0x0, 0x0, 0x3f, 0xff, 0x60, 0x0, 0x0, 0x2, 0xff, 0xf3, 0x0, 0x0, 0x0, 0x0, 0x9, 0xff, 0xe1, 0x0, 0x0, 0xc, 0xff, 0xa0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xef, 0xf9, 0x0, 0x0, 0x5f, 0xfe, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xff, 0x30, 0x0, 0xef, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0xff, 0xc0, 0x9, 0xff, 0xc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0xff, 0xf6, 0x3f, 0xff, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xff, 0xcf, 0xf9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1e, 0xff, 0xff, 0xe1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0xff, 0xff, 0x60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xcf, 0xfd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xfb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xfb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xfb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xfb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xfb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xfb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xfb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xfb, 0x0, 0x0, 0x0, 0x0, 0x0, /* U+5A "Z" */ 0x4f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x4, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe0, 0x4e, 0xee, 0xee, 0xee, 0xee, 0xee, 0xee, 0xef, 0xff, 0xfb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xef, 0xfd, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xcf, 0xff, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xaf, 0xff, 0x50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xff, 0x90, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f, 0xff, 0xc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1e, 0xff, 0xe1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0xff, 0xf3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0xff, 0xf9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0xff, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xef, 0xfe, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xcf, 0xff, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xff, 0x60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xff, 0xa0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f, 0xff, 0xc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1e, 0xff, 0xe2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9, 0xff, 0xf7, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xff, 0xee, 0xee, 0xee, 0xee, 0xee, 0xee, 0xee, 0xe5, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x58, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf5, /* U+5B "[" */ 0x7f, 0xff, 0xff, 0xfa, 0x7f, 0xff, 0xff, 0xfa, 0x7f, 0xff, 0xaa, 0xa7, 0x7f, 0xfd, 0x0, 0x0, 0x7f, 0xfd, 0x0, 0x0, 0x7f, 0xfd, 0x0, 0x0, 0x7f, 0xfd, 0x0, 0x0, 0x7f, 0xfd, 0x0, 0x0, 0x7f, 0xfd, 0x0, 0x0, 0x7f, 0xfd, 0x0, 0x0, 0x7f, 0xfd, 0x0, 0x0, 0x7f, 0xfd, 0x0, 0x0, 0x7f, 0xfd, 0x0, 0x0, 0x7f, 0xfd, 0x0, 0x0, 0x7f, 0xfd, 0x0, 0x0, 0x7f, 0xfd, 0x0, 0x0, 0x7f, 0xfd, 0x0, 0x0, 0x7f, 0xfd, 0x0, 0x0, 0x7f, 0xfd, 0x0, 0x0, 0x7f, 0xfd, 0x0, 0x0, 0x7f, 0xfd, 0x0, 0x0, 0x7f, 0xfd, 0x0, 0x0, 0x7f, 0xfd, 0x0, 0x0, 0x7f, 0xfd, 0x0, 0x0, 0x7f, 0xfd, 0x0, 0x0, 0x7f, 0xfd, 0x0, 0x0, 0x7f, 0xfd, 0x0, 0x0, 0x7f, 0xfd, 0x0, 0x0, 0x7f, 0xfd, 0x0, 0x0, 0x7f, 0xff, 0xaa, 0xa7, 0x7f, 0xff, 0xff, 0xfa, 0x7f, 0xff, 0xff, 0xfa, /* U+5C "\\" */ 0x18, 0x86, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xef, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9, 0xff, 0x60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f, 0xfb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xdf, 0xf1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8, 0xff, 0x70, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xcf, 0xf2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0x80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f, 0xfd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xf3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0xff, 0x90, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xaf, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xa0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0xff, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe, 0xff, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xff, 0xc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xd, 0xff, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xf8, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0xff, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xf9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xff, 0xe0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa, 0xff, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xfa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9, 0xff, 0x50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f, 0xfb, /* U+5D "]" */ 0x5f, 0xff, 0xff, 0xfc, 0x5f, 0xff, 0xff, 0xfc, 0x3a, 0xaa, 0xdf, 0xfc, 0x0, 0x0, 0x8f, 0xfc, 0x0, 0x0, 0x8f, 0xfc, 0x0, 0x0, 0x8f, 0xfc, 0x0, 0x0, 0x8f, 0xfc, 0x0, 0x0, 0x8f, 0xfc, 0x0, 0x0, 0x8f, 0xfc, 0x0, 0x0, 0x8f, 0xfc, 0x0, 0x0, 0x8f, 0xfc, 0x0, 0x0, 0x8f, 0xfc, 0x0, 0x0, 0x8f, 0xfc, 0x0, 0x0, 0x8f, 0xfc, 0x0, 0x0, 0x8f, 0xfc, 0x0, 0x0, 0x8f, 0xfc, 0x0, 0x0, 0x8f, 0xfc, 0x0, 0x0, 0x8f, 0xfc, 0x0, 0x0, 0x8f, 0xfc, 0x0, 0x0, 0x8f, 0xfc, 0x0, 0x0, 0x8f, 0xfc, 0x0, 0x0, 0x8f, 0xfc, 0x0, 0x0, 0x8f, 0xfc, 0x0, 0x0, 0x8f, 0xfc, 0x0, 0x0, 0x8f, 0xfc, 0x0, 0x0, 0x8f, 0xfc, 0x0, 0x0, 0x8f, 0xfc, 0x0, 0x0, 0x8f, 0xfc, 0x0, 0x0, 0x8f, 0xfc, 0x3a, 0xaa, 0xdf, 0xfc, 0x5f, 0xff, 0xff, 0xfc, 0x5f, 0xff, 0xff, 0xfc, /* U+5E "^" */ 0x0, 0x0, 0x0, 0xaf, 0xf7, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xff, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8, 0xff, 0xff, 0x50, 0x0, 0x0, 0x0, 0x0, 0xe, 0xf9, 0xbf, 0xc0, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xf2, 0x4f, 0xf3, 0x0, 0x0, 0x0, 0x0, 0xcf, 0xb0, 0xe, 0xfa, 0x0, 0x0, 0x0, 0x3, 0xff, 0x40, 0x7, 0xff, 0x10, 0x0, 0x0, 0xa, 0xfe, 0x0, 0x1, 0xff, 0x70, 0x0, 0x0, 0x1f, 0xf7, 0x0, 0x0, 0xaf, 0xe0, 0x0, 0x0, 0x8f, 0xf1, 0x0, 0x0, 0x3f, 0xf5, 0x0, 0x0, 0xef, 0xa0, 0x0, 0x0, 0xc, 0xfc, 0x0, 0x6, 0xff, 0x30, 0x0, 0x0, 0x6, 0xff, 0x30, 0xc, 0xfc, 0x0, 0x0, 0x0, 0x0, 0xef, 0x90, 0x3f, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xf1, /* U+5F "_" */ 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x1f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, /* U+60 "`" */ 0x5, 0x88, 0x83, 0x0, 0x0, 0x0, 0xbf, 0xfe, 0x30, 0x0, 0x0, 0x7, 0xff, 0xf3, 0x0, 0x0, 0x0, 0x4e, 0xff, 0x40, 0x0, 0x0, 0x2, 0xdf, 0xf4, /* U+61 "a" */ 0x0, 0x0, 0x59, 0xde, 0xff, 0xda, 0x40, 0x0, 0x0, 0x8, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc2, 0x0, 0x9, 0xff, 0xff, 0xfd, 0xde, 0xff, 0xff, 0xd1, 0x0, 0x2f, 0xf9, 0x30, 0x0, 0x2, 0xaf, 0xff, 0x90, 0x0, 0x51, 0x0, 0x0, 0x0, 0x0, 0xaf, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xff, 0xf3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe, 0xff, 0x50, 0x0, 0x0, 0x14, 0x45, 0x55, 0x55, 0xef, 0xf5, 0x0, 0x8, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, 0x60, 0x1d, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf6, 0xb, 0xff, 0xe7, 0x20, 0x0, 0x0, 0xe, 0xff, 0x61, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0xef, 0xf6, 0x4f, 0xff, 0x0, 0x0, 0x0, 0x0, 0xe, 0xff, 0x63, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xf6, 0xf, 0xff, 0x90, 0x0, 0x0, 0x6, 0xff, 0xff, 0x60, 0x7f, 0xff, 0xd7, 0x55, 0x7d, 0xff, 0xff, 0xf6, 0x0, 0x8f, 0xff, 0xff, 0xff, 0xff, 0x6b, 0xff, 0x60, 0x0, 0x29, 0xdf, 0xfe, 0xc8, 0x20, 0xbf, 0xf6, /* U+62 "b" */ 0xef, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe, 0xff, 0x50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xef, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe, 0xff, 0x50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xef, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe, 0xff, 0x50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xef, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe, 0xff, 0x50, 0x6, 0xbe, 0xff, 0xd9, 0x40, 0x0, 0x0, 0xef, 0xf5, 0x4e, 0xff, 0xff, 0xff, 0xff, 0xb1, 0x0, 0xe, 0xff, 0xaf, 0xff, 0xfe, 0xdf, 0xff, 0xff, 0xe3, 0x0, 0xef, 0xff, 0xff, 0x82, 0x0, 0x3, 0xaf, 0xff, 0xe1, 0xe, 0xff, 0xfe, 0x30, 0x0, 0x0, 0x0, 0x5f, 0xff, 0xa0, 0xef, 0xff, 0x40, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xff, 0x2e, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xff, 0xf7, 0xef, 0xf8, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0xff, 0xae, 0xff, 0x60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xfb, 0xef, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9, 0xff, 0xbe, 0xff, 0x80, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xfa, 0xef, 0xfd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f, 0xff, 0x7e, 0xff, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x9, 0xff, 0xf2, 0xef, 0xff, 0xe3, 0x0, 0x0, 0x0, 0x6, 0xff, 0xfa, 0xe, 0xff, 0xff, 0xf8, 0x20, 0x0, 0x3a, 0xff, 0xfe, 0x10, 0xef, 0xf8, 0xff, 0xff, 0xed, 0xff, 0xff, 0xfe, 0x30, 0xe, 0xff, 0x34, 0xef, 0xff, 0xff, 0xff, 0xfb, 0x10, 0x0, 0xef, 0xf3, 0x0, 0x6b, 0xef, 0xfd, 0x94, 0x0, 0x0, 0x0, /* U+63 "c" */ 0x0, 0x0, 0x1, 0x7b, 0xef, 0xfd, 0xa5, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xd3, 0x0, 0x0, 0xc, 0xff, 0xff, 0xfe, 0xef, 0xff, 0xff, 0x40, 0x0, 0xbf, 0xff, 0xc4, 0x0, 0x1, 0x6e, 0xff, 0xe1, 0x6, 0xff, 0xf8, 0x0, 0x0, 0x0, 0x1, 0xdd, 0x40, 0xe, 0xff, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0, 0x4f, 0xff, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f, 0xff, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe, 0xff, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0, 0x6, 0xff, 0xf8, 0x0, 0x0, 0x0, 0x1, 0xde, 0x40, 0x0, 0xaf, 0xff, 0xc4, 0x0, 0x0, 0x6e, 0xff, 0xe1, 0x0, 0xb, 0xff, 0xff, 0xfd, 0xef, 0xff, 0xff, 0x40, 0x0, 0x0, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xd3, 0x0, 0x0, 0x0, 0x1, 0x7b, 0xef, 0xfd, 0xa4, 0x0, 0x0, /* U+64 "d" */ 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xff, 0xf1, 0x0, 0x0, 0x2, 0x8c, 0xff, 0xec, 0x71, 0x2, 0xff, 0xf1, 0x0, 0x0, 0x9f, 0xff, 0xff, 0xff, 0xff, 0x62, 0xff, 0xf1, 0x0, 0x1d, 0xff, 0xff, 0xfd, 0xef, 0xff, 0xfa, 0xff, 0xf1, 0x0, 0xcf, 0xff, 0xc4, 0x0, 0x1, 0x7e, 0xff, 0xff, 0xf1, 0x8, 0xff, 0xf9, 0x0, 0x0, 0x0, 0x2, 0xdf, 0xff, 0xf1, 0xe, 0xff, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x2f, 0xff, 0xf1, 0x4f, 0xff, 0x30, 0x0, 0x0, 0x0, 0x0, 0xa, 0xff, 0xf1, 0x7f, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xf1, 0x8f, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0xff, 0xf1, 0x8f, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0xff, 0xf1, 0x7f, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xff, 0xf1, 0x4f, 0xff, 0x20, 0x0, 0x0, 0x0, 0x0, 0x9, 0xff, 0xf1, 0xe, 0xff, 0xa0, 0x0, 0x0, 0x0, 0x0, 0x1f, 0xff, 0xf1, 0x7, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xff, 0xf1, 0x0, 0xcf, 0xff, 0x91, 0x0, 0x0, 0x3d, 0xff, 0xff, 0xf1, 0x0, 0x1d, 0xff, 0xff, 0xca, 0xbd, 0xff, 0xfa, 0xff, 0xf1, 0x0, 0x0, 0x9f, 0xff, 0xff, 0xff, 0xff, 0x80, 0xff, 0xf1, 0x0, 0x0, 0x2, 0x8c, 0xff, 0xec, 0x82, 0x0, 0xff, 0xf1, /* U+65 "e" */ 0x0, 0x0, 0x2, 0x8c, 0xff, 0xec, 0x82, 0x0, 0x0, 0x0, 0x0, 0x9, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x0, 0x0, 0x0, 0x1d, 0xff, 0xff, 0xcb, 0xdf, 0xff, 0xfc, 0x0, 0x0, 0xb, 0xff, 0xf7, 0x0, 0x0, 0x18, 0xff, 0xf9, 0x0, 0x7, 0xff, 0xf3, 0x0, 0x0, 0x0, 0x4, 0xff, 0xf4, 0x0, 0xef, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xb0, 0x4f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f, 0xff, 0x17, 0xff, 0xd5, 0x55, 0x55, 0x55, 0x55, 0x55, 0xef, 0xf4, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x58, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf5, 0x7f, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe, 0xff, 0xa0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xff, 0x80, 0x0, 0x0, 0x0, 0x3, 0xb0, 0x0, 0x0, 0xaf, 0xff, 0xc4, 0x0, 0x0, 0x29, 0xff, 0xa0, 0x0, 0x0, 0xcf, 0xff, 0xff, 0xed, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x0, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x0, 0x0, 0x0, 0x0, 0x17, 0xbe, 0xff, 0xeb, 0x71, 0x0, 0x0, /* U+66 "f" */ 0x0, 0x0, 0x0, 0x6b, 0xef, 0xeb, 0x50, 0x0, 0x0, 0xc, 0xff, 0xff, 0xff, 0xf0, 0x0, 0x0, 0xaf, 0xff, 0xdb, 0xcf, 0x90, 0x0, 0x1, 0xff, 0xf7, 0x0, 0x1, 0x10, 0x0, 0x5, 0xff, 0xe0, 0x0, 0x0, 0x0, 0x0, 0x6, 0xff, 0xc0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xc0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0, 0x5a, 0xac, 0xff, 0xfa, 0xaa, 0xaa, 0x0, 0x0, 0x7, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xd0, 0x0, 0x0, 0x0, /* U+67 "g" */ 0x0, 0x0, 0x2, 0x8c, 0xef, 0xec, 0x82, 0x0, 0xcf, 0xf5, 0x0, 0x0, 0x9f, 0xff, 0xff, 0xff, 0xff, 0x90, 0xcf, 0xf5, 0x0, 0x1d, 0xff, 0xff, 0xfd, 0xdf, 0xff, 0xfb, 0xcf, 0xf5, 0x0, 0xcf, 0xff, 0xb4, 0x0, 0x0, 0x4c, 0xff, 0xff, 0xf5, 0x7, 0xff, 0xf8, 0x0, 0x0, 0x0, 0x0, 0xaf, 0xff, 0xf5, 0xe, 0xff, 0xa0, 0x0, 0x0, 0x0, 0x0, 0xc, 0xff, 0xf5, 0x4f, 0xff, 0x20, 0x0, 0x0, 0x0, 0x0, 0x4, 0xff, 0xf5, 0x7f, 0xfd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xf5, 0x8f, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xef, 0xf5, 0x8f, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xef, 0xf5, 0x7f, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xff, 0xf5, 0x3f, 0xff, 0x40, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xf5, 0xe, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x1e, 0xff, 0xf5, 0x6, 0xff, 0xfb, 0x10, 0x0, 0x0, 0x2, 0xcf, 0xff, 0xf5, 0x0, 0xaf, 0xff, 0xe7, 0x20, 0x13, 0x8e, 0xff, 0xff, 0xf5, 0x0, 0xa, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf9, 0xff, 0xf5, 0x0, 0x0, 0x6e, 0xff, 0xff, 0xff, 0xfe, 0x60, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x59, 0xcc, 0xba, 0x50, 0x0, 0xff, 0xf3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9, 0xff, 0xc0, 0x0, 0x6a, 0x10, 0x0, 0x0, 0x0, 0x0, 0x4f, 0xff, 0x60, 0x1, 0xff, 0xfa, 0x41, 0x0, 0x0, 0x28, 0xff, 0xfd, 0x0, 0x4, 0xff, 0xff, 0xff, 0xed, 0xdf, 0xff, 0xff, 0xf3, 0x0, 0x0, 0x2a, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x20, 0x0, 0x0, 0x0, 0x16, 0x9c, 0xef, 0xfe, 0xc8, 0x30, 0x0, 0x0, /* U+68 "h" */ 0xef, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xef, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xef, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xef, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xef, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xef, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xef, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xef, 0xf5, 0x1, 0x7b, 0xef, 0xfd, 0x92, 0x0, 0x0, 0xef, 0xf5, 0x6e, 0xff, 0xff, 0xff, 0xff, 0x80, 0x0, 0xef, 0xfc, 0xff, 0xff, 0xfe, 0xff, 0xff, 0xf9, 0x0, 0xef, 0xff, 0xfe, 0x61, 0x0, 0x16, 0xef, 0xff, 0x40, 0xef, 0xff, 0xc1, 0x0, 0x0, 0x0, 0x2f, 0xff, 0xb0, 0xef, 0xff, 0x20, 0x0, 0x0, 0x0, 0x8, 0xff, 0xf0, 0xef, 0xfb, 0x0, 0x0, 0x0, 0x0, 0x3, 0xff, 0xf1, 0xef, 0xf7, 0x0, 0x0, 0x0, 0x0, 0x1, 0xff, 0xf2, 0xef, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x1, 0xff, 0xf3, 0xef, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x1, 0xff, 0xf3, 0xef, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x1, 0xff, 0xf3, 0xef, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x1, 0xff, 0xf3, 0xef, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x1, 0xff, 0xf3, 0xef, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x1, 0xff, 0xf3, 0xef, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x1, 0xff, 0xf3, 0xef, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x1, 0xff, 0xf3, 0xef, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x1, 0xff, 0xf3, 0xef, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x1, 0xff, 0xf3, /* U+69 "i" */ 0x2, 0x75, 0x2, 0xff, 0xf9, 0x6f, 0xff, 0xe3, 0xff, 0xfa, 0x5, 0xa8, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe, 0xff, 0x50, 0xef, 0xf5, 0xe, 0xff, 0x50, 0xef, 0xf5, 0xe, 0xff, 0x50, 0xef, 0xf5, 0xe, 0xff, 0x50, 0xef, 0xf5, 0xe, 0xff, 0x50, 0xef, 0xf5, 0xe, 0xff, 0x50, 0xef, 0xf5, 0xe, 0xff, 0x50, 0xef, 0xf5, 0xe, 0xff, 0x50, 0xef, 0xf5, 0xe, 0xff, 0x50, 0xef, 0xf5, /* U+6A "j" */ 0x0, 0x0, 0x0, 0x1, 0x66, 0x0, 0x0, 0x0, 0x0, 0xe, 0xff, 0xb0, 0x0, 0x0, 0x0, 0x4f, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x1f, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x3, 0xa9, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0xff, 0x80, 0x0, 0x0, 0x0, 0xb, 0xff, 0x80, 0x0, 0x0, 0x0, 0xb, 0xff, 0x80, 0x0, 0x0, 0x0, 0xb, 0xff, 0x80, 0x0, 0x0, 0x0, 0xb, 0xff, 0x80, 0x0, 0x0, 0x0, 0xb, 0xff, 0x80, 0x0, 0x0, 0x0, 0xb, 0xff, 0x80, 0x0, 0x0, 0x0, 0xb, 0xff, 0x80, 0x0, 0x0, 0x0, 0xb, 0xff, 0x80, 0x0, 0x0, 0x0, 0xb, 0xff, 0x80, 0x0, 0x0, 0x0, 0xb, 0xff, 0x80, 0x0, 0x0, 0x0, 0xb, 0xff, 0x80, 0x0, 0x0, 0x0, 0xb, 0xff, 0x80, 0x0, 0x0, 0x0, 0xb, 0xff, 0x80, 0x0, 0x0, 0x0, 0xb, 0xff, 0x80, 0x0, 0x0, 0x0, 0xb, 0xff, 0x80, 0x0, 0x0, 0x0, 0xb, 0xff, 0x80, 0x0, 0x0, 0x0, 0xb, 0xff, 0x80, 0x0, 0x0, 0x0, 0xb, 0xff, 0x80, 0x0, 0x0, 0x0, 0xc, 0xff, 0x70, 0x0, 0x0, 0x0, 0xe, 0xff, 0x60, 0x1, 0x40, 0x0, 0x9f, 0xff, 0x20, 0x8, 0xfe, 0xce, 0xff, 0xfa, 0x0, 0xe, 0xff, 0xff, 0xff, 0xc1, 0x0, 0x4, 0xbe, 0xff, 0xc7, 0x0, 0x0, /* U+6B "k" */ 0xef, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xef, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xef, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xef, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xef, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xef, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xef, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xef, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xff, 0x90, 0xef, 0xf5, 0x0, 0x0, 0x0, 0x7, 0xff, 0xf9, 0x0, 0xef, 0xf5, 0x0, 0x0, 0x0, 0x8f, 0xff, 0x90, 0x0, 0xef, 0xf5, 0x0, 0x0, 0xa, 0xff, 0xf8, 0x0, 0x0, 0xef, 0xf5, 0x0, 0x0, 0xbf, 0xff, 0x80, 0x0, 0x0, 0xef, 0xf5, 0x0, 0x1c, 0xff, 0xf8, 0x0, 0x0, 0x0, 0xef, 0xf5, 0x1, 0xdf, 0xff, 0x80, 0x0, 0x0, 0x0, 0xef, 0xf5, 0x2e, 0xff, 0xfc, 0x0, 0x0, 0x0, 0x0, 0xef, 0xf9, 0xef, 0xff, 0xff, 0x60, 0x0, 0x0, 0x0, 0xef, 0xff, 0xff, 0xfe, 0xff, 0xf3, 0x0, 0x0, 0x0, 0xef, 0xff, 0xfe, 0x33, 0xff, 0xfe, 0x10, 0x0, 0x0, 0xef, 0xff, 0xe2, 0x0, 0x6f, 0xff, 0xb0, 0x0, 0x0, 0xef, 0xfd, 0x20, 0x0, 0x9, 0xff, 0xf8, 0x0, 0x0, 0xef, 0xf5, 0x0, 0x0, 0x0, 0xcf, 0xff, 0x50, 0x0, 0xef, 0xf5, 0x0, 0x0, 0x0, 0x1e, 0xff, 0xf2, 0x0, 0xef, 0xf5, 0x0, 0x0, 0x0, 0x3, 0xff, 0xfd, 0x0, 0xef, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xff, 0xa0, 0xef, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x8, 0xff, 0xf7, /* U+6C "l" */ 0xef, 0xf5, 0xef, 0xf5, 0xef, 0xf5, 0xef, 0xf5, 0xef, 0xf5, 0xef, 0xf5, 0xef, 0xf5, 0xef, 0xf5, 0xef, 0xf5, 0xef, 0xf5, 0xef, 0xf5, 0xef, 0xf5, 0xef, 0xf5, 0xef, 0xf5, 0xef, 0xf5, 0xef, 0xf5, 0xef, 0xf5, 0xef, 0xf5, 0xef, 0xf5, 0xef, 0xf5, 0xef, 0xf5, 0xef, 0xf5, 0xef, 0xf5, 0xef, 0xf5, 0xef, 0xf5, /* U+6D "m" */ 0xef, 0xf3, 0x2, 0x8c, 0xef, 0xec, 0x61, 0x0, 0x0, 0x27, 0xce, 0xfe, 0xc8, 0x20, 0x0, 0xe, 0xff, 0x38, 0xff, 0xff, 0xff, 0xff, 0xe4, 0x0, 0x8f, 0xff, 0xff, 0xff, 0xff, 0x70, 0x0, 0xef, 0xfc, 0xff, 0xfd, 0xbc, 0xff, 0xff, 0xf3, 0xbf, 0xff, 0xec, 0xce, 0xff, 0xff, 0x70, 0xe, 0xff, 0xff, 0xb2, 0x0, 0x0, 0x7f, 0xff, 0xff, 0xfd, 0x40, 0x0, 0x4, 0xef, 0xff, 0x10, 0xef, 0xff, 0xa0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0xfe, 0x10, 0x0, 0x0, 0x2, 0xff, 0xf8, 0xe, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0xef, 0xff, 0x50, 0x0, 0x0, 0x0, 0xa, 0xff, 0xc0, 0xef, 0xfa, 0x0, 0x0, 0x0, 0x0, 0xb, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xfe, 0xe, 0xff, 0x70, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x4, 0xff, 0xf0, 0xef, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x9, 0xff, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x4f, 0xff, 0xe, 0xff, 0x50, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xfb, 0x0, 0x0, 0x0, 0x0, 0x4, 0xff, 0xf0, 0xef, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x9, 0xff, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x4f, 0xff, 0xe, 0xff, 0x50, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xfb, 0x0, 0x0, 0x0, 0x0, 0x4, 0xff, 0xf0, 0xef, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x9, 0xff, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x4f, 0xff, 0xe, 0xff, 0x50, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xfb, 0x0, 0x0, 0x0, 0x0, 0x4, 0xff, 0xf0, 0xef, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x9, 0xff, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x4f, 0xff, 0xe, 0xff, 0x50, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xfb, 0x0, 0x0, 0x0, 0x0, 0x4, 0xff, 0xf0, 0xef, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x9, 0xff, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x4f, 0xff, 0xe, 0xff, 0x50, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xfb, 0x0, 0x0, 0x0, 0x0, 0x4, 0xff, 0xf0, /* U+6E "n" */ 0xef, 0xf3, 0x1, 0x7c, 0xef, 0xfd, 0x92, 0x0, 0x0, 0xef, 0xf3, 0x7f, 0xff, 0xff, 0xff, 0xff, 0x80, 0x0, 0xef, 0xfc, 0xff, 0xfe, 0xcc, 0xef, 0xff, 0xf9, 0x0, 0xef, 0xff, 0xfc, 0x30, 0x0, 0x3, 0xdf, 0xff, 0x40, 0xef, 0xff, 0xb0, 0x0, 0x0, 0x0, 0x1e, 0xff, 0xb0, 0xef, 0xff, 0x10, 0x0, 0x0, 0x0, 0x7, 0xff, 0xf0, 0xef, 0xfa, 0x0, 0x0, 0x0, 0x0, 0x3, 0xff, 0xf1, 0xef, 0xf7, 0x0, 0x0, 0x0, 0x0, 0x1, 0xff, 0xf2, 0xef, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x1, 0xff, 0xf3, 0xef, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x1, 0xff, 0xf3, 0xef, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x1, 0xff, 0xf3, 0xef, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x1, 0xff, 0xf3, 0xef, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x1, 0xff, 0xf3, 0xef, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x1, 0xff, 0xf3, 0xef, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x1, 0xff, 0xf3, 0xef, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x1, 0xff, 0xf3, 0xef, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x1, 0xff, 0xf3, 0xef, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x1, 0xff, 0xf3, /* U+6F "o" */ 0x0, 0x0, 0x1, 0x7c, 0xef, 0xfd, 0xa5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xd3, 0x0, 0x0, 0x0, 0x1c, 0xff, 0xff, 0xfd, 0xef, 0xff, 0xff, 0x70, 0x0, 0x0, 0xbf, 0xff, 0xc4, 0x0, 0x1, 0x6e, 0xff, 0xf4, 0x0, 0x7, 0xff, 0xf8, 0x0, 0x0, 0x0, 0x1, 0xdf, 0xff, 0x10, 0xe, 0xff, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x2f, 0xff, 0x80, 0x4f, 0xff, 0x30, 0x0, 0x0, 0x0, 0x0, 0xa, 0xff, 0xd0, 0x7f, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xf0, 0x8f, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0xff, 0xf2, 0x8f, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0xff, 0xf1, 0x7f, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xf0, 0x3f, 0xff, 0x30, 0x0, 0x0, 0x0, 0x0, 0xa, 0xff, 0xd0, 0xe, 0xff, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x2f, 0xff, 0x70, 0x6, 0xff, 0xf8, 0x0, 0x0, 0x0, 0x1, 0xdf, 0xfe, 0x10, 0x0, 0xaf, 0xff, 0xc4, 0x0, 0x1, 0x6e, 0xff, 0xf4, 0x0, 0x0, 0xc, 0xff, 0xff, 0xfd, 0xef, 0xff, 0xff, 0x60, 0x0, 0x0, 0x0, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xd3, 0x0, 0x0, 0x0, 0x0, 0x1, 0x7b, 0xef, 0xfd, 0xa5, 0x0, 0x0, 0x0, /* U+70 "p" */ 0xef, 0xf3, 0x1, 0x7b, 0xef, 0xfd, 0x94, 0x0, 0x0, 0xe, 0xff, 0x36, 0xef, 0xff, 0xff, 0xff, 0xfb, 0x10, 0x0, 0xef, 0xfa, 0xff, 0xfe, 0xcb, 0xcf, 0xff, 0xfe, 0x30, 0xe, 0xff, 0xff, 0xe6, 0x0, 0x0, 0x17, 0xff, 0xfe, 0x10, 0xef, 0xff, 0xe2, 0x0, 0x0, 0x0, 0x3, 0xff, 0xfa, 0xe, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xf2, 0xef, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf, 0xff, 0x7e, 0xff, 0x70, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xfa, 0xef, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9, 0xff, 0xbe, 0xff, 0x60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xfb, 0xef, 0xf8, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0xff, 0xae, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xff, 0xf7, 0xef, 0xff, 0x50, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xff, 0x2e, 0xff, 0xff, 0x30, 0x0, 0x0, 0x0, 0x6f, 0xff, 0xa0, 0xef, 0xff, 0xff, 0x82, 0x0, 0x3, 0xaf, 0xff, 0xe1, 0xe, 0xff, 0xaf, 0xff, 0xfe, 0xdf, 0xff, 0xff, 0xe3, 0x0, 0xef, 0xf5, 0x3d, 0xff, 0xff, 0xff, 0xff, 0xb1, 0x0, 0xe, 0xff, 0x50, 0x6, 0xbe, 0xff, 0xd9, 0x40, 0x0, 0x0, 0xef, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe, 0xff, 0x50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xef, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe, 0xff, 0x50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xef, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe, 0xff, 0x50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xef, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, /* U+71 "q" */ 0x0, 0x0, 0x2, 0x8c, 0xff, 0xec, 0x71, 0x0, 0xff, 0xf1, 0x0, 0x0, 0x9f, 0xff, 0xff, 0xff, 0xff, 0x60, 0xff, 0xf1, 0x0, 0x1d, 0xff, 0xff, 0xfd, 0xef, 0xff, 0xf8, 0xff, 0xf1, 0x0, 0xcf, 0xff, 0xc4, 0x0, 0x1, 0x7f, 0xff, 0xff, 0xf1, 0x8, 0xff, 0xf8, 0x0, 0x0, 0x0, 0x2, 0xdf, 0xff, 0xf1, 0xe, 0xff, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x2f, 0xff, 0xf1, 0x4f, 0xff, 0x30, 0x0, 0x0, 0x0, 0x0, 0xa, 0xff, 0xf1, 0x7f, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xf1, 0x8f, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0xff, 0xf1, 0x8f, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0xff, 0xf1, 0x7f, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xf1, 0x4f, 0xff, 0x30, 0x0, 0x0, 0x0, 0x0, 0xa, 0xff, 0xf1, 0xe, 0xff, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x2f, 0xff, 0xf1, 0x7, 0xff, 0xf8, 0x0, 0x0, 0x0, 0x1, 0xdf, 0xff, 0xf1, 0x0, 0xcf, 0xff, 0xc4, 0x0, 0x1, 0x6e, 0xff, 0xff, 0xf1, 0x0, 0x1d, 0xff, 0xff, 0xfd, 0xef, 0xff, 0xf9, 0xff, 0xf1, 0x0, 0x0, 0x9f, 0xff, 0xff, 0xff, 0xfe, 0x52, 0xff, 0xf1, 0x0, 0x0, 0x2, 0x8c, 0xff, 0xec, 0x71, 0x2, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xff, 0xf1, /* U+72 "r" */ 0xef, 0xf3, 0x1, 0x7b, 0xec, 0xef, 0xf3, 0x5e, 0xff, 0xfc, 0xef, 0xf7, 0xff, 0xff, 0xfc, 0xef, 0xff, 0xff, 0x94, 0x21, 0xef, 0xff, 0xe2, 0x0, 0x0, 0xef, 0xff, 0x40, 0x0, 0x0, 0xef, 0xfc, 0x0, 0x0, 0x0, 0xef, 0xf8, 0x0, 0x0, 0x0, 0xef, 0xf6, 0x0, 0x0, 0x0, 0xef, 0xf5, 0x0, 0x0, 0x0, 0xef, 0xf5, 0x0, 0x0, 0x0, 0xef, 0xf5, 0x0, 0x0, 0x0, 0xef, 0xf5, 0x0, 0x0, 0x0, 0xef, 0xf5, 0x0, 0x0, 0x0, 0xef, 0xf5, 0x0, 0x0, 0x0, 0xef, 0xf5, 0x0, 0x0, 0x0, 0xef, 0xf5, 0x0, 0x0, 0x0, 0xef, 0xf5, 0x0, 0x0, 0x0, /* U+73 "s" */ 0x0, 0x0, 0x28, 0xce, 0xff, 0xeb, 0x84, 0x0, 0x0, 0x0, 0x9f, 0xff, 0xff, 0xff, 0xff, 0xfd, 0x30, 0x0, 0xaf, 0xff, 0xfe, 0xcc, 0xef, 0xff, 0xe0, 0x0, 0x3f, 0xff, 0x92, 0x0, 0x0, 0x16, 0xd6, 0x0, 0x8, 0xff, 0xc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xfb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f, 0xff, 0xfd, 0x85, 0x20, 0x0, 0x0, 0x0, 0x0, 0x4e, 0xff, 0xff, 0xff, 0xfc, 0x71, 0x0, 0x0, 0x0, 0x18, 0xdf, 0xff, 0xff, 0xff, 0xf7, 0x0, 0x0, 0x0, 0x0, 0x13, 0x69, 0xdf, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2d, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f, 0xff, 0x0, 0x6, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xf0, 0x6, 0xfd, 0x73, 0x0, 0x0, 0x5, 0xef, 0xfa, 0x0, 0xef, 0xff, 0xff, 0xdc, 0xdf, 0xff, 0xff, 0x20, 0x5, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xfd, 0x20, 0x0, 0x0, 0x38, 0xbe, 0xff, 0xfd, 0xa4, 0x0, 0x0, /* U+74 "t" */ 0x0, 0x7, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0, 0x5a, 0xac, 0xff, 0xfa, 0xaa, 0xaa, 0x0, 0x0, 0x7, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x6, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0x2, 0xff, 0xfa, 0x0, 0x3, 0x20, 0x0, 0x0, 0xbf, 0xff, 0xec, 0xdf, 0xa0, 0x0, 0x0, 0x1d, 0xff, 0xff, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x7c, 0xff, 0xea, 0x30, /* U+75 "u" */ 0x1f, 0xff, 0x30, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xfe, 0x1f, 0xff, 0x30, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xfe, 0x1f, 0xff, 0x30, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xfe, 0x1f, 0xff, 0x30, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xfe, 0x1f, 0xff, 0x30, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xfe, 0x1f, 0xff, 0x30, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xfe, 0x1f, 0xff, 0x30, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xfe, 0x1f, 0xff, 0x30, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xfe, 0x1f, 0xff, 0x30, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xfe, 0x1f, 0xff, 0x30, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xfe, 0xf, 0xff, 0x30, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xfe, 0xf, 0xff, 0x50, 0x0, 0x0, 0x0, 0x0, 0xaf, 0xfe, 0xd, 0xff, 0x90, 0x0, 0x0, 0x0, 0x1, 0xff, 0xfe, 0x9, 0xff, 0xf2, 0x0, 0x0, 0x0, 0xa, 0xff, 0xfe, 0x2, 0xff, 0xfe, 0x40, 0x0, 0x2, 0xbf, 0xff, 0xfe, 0x0, 0x7f, 0xff, 0xfe, 0xbb, 0xdf, 0xff, 0xcf, 0xfe, 0x0, 0x6, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x3f, 0xfe, 0x0, 0x0, 0x17, 0xce, 0xfe, 0xc8, 0x20, 0x3f, 0xfe, /* U+76 "v" */ 0xd, 0xff, 0x80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xfd, 0x0, 0x6f, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0xd, 0xff, 0x60, 0x0, 0xef, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x4, 0xff, 0xe0, 0x0, 0x8, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xf8, 0x0, 0x0, 0x1f, 0xff, 0x40, 0x0, 0x0, 0x0, 0x2f, 0xff, 0x10, 0x0, 0x0, 0xaf, 0xfa, 0x0, 0x0, 0x0, 0x9, 0xff, 0xa0, 0x0, 0x0, 0x3, 0xff, 0xf1, 0x0, 0x0, 0x0, 0xff, 0xf3, 0x0, 0x0, 0x0, 0xc, 0xff, 0x80, 0x0, 0x0, 0x7f, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xfe, 0x0, 0x0, 0xd, 0xff, 0x50, 0x0, 0x0, 0x0, 0x0, 0xef, 0xf6, 0x0, 0x5, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xd0, 0x0, 0xcf, 0xf7, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f, 0xff, 0x40, 0x3f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xfa, 0xa, 0xff, 0x90, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xff, 0xf3, 0xff, 0xf2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0xff, 0xef, 0xfb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f, 0xff, 0xff, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xdf, 0xff, 0xc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, /* U+77 "w" */ 0x9f, 0xf7, 0x0, 0x0, 0x0, 0x0, 0x3, 0xff, 0xe0, 0x0, 0x0, 0x0, 0x0, 0xc, 0xff, 0x23, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xff, 0x40, 0x0, 0x0, 0x0, 0x2, 0xff, 0xc0, 0xd, 0xff, 0x30, 0x0, 0x0, 0x0, 0xf, 0xff, 0xfa, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xf6, 0x0, 0x7f, 0xf9, 0x0, 0x0, 0x0, 0x5, 0xff, 0xff, 0xf0, 0x0, 0x0, 0x0, 0xd, 0xff, 0x10, 0x2, 0xff, 0xe0, 0x0, 0x0, 0x0, 0xbf, 0xfd, 0xff, 0x60, 0x0, 0x0, 0x3, 0xff, 0xa0, 0x0, 0xc, 0xff, 0x40, 0x0, 0x0, 0x2f, 0xfd, 0x4f, 0xfc, 0x0, 0x0, 0x0, 0x9f, 0xf4, 0x0, 0x0, 0x6f, 0xfa, 0x0, 0x0, 0x8, 0xff, 0x70, 0xef, 0xf2, 0x0, 0x0, 0xf, 0xfe, 0x0, 0x0, 0x0, 0xff, 0xf1, 0x0, 0x0, 0xdf, 0xf1, 0x8, 0xff, 0x80, 0x0, 0x5, 0xff, 0x80, 0x0, 0x0, 0xa, 0xff, 0x60, 0x0, 0x4f, 0xfb, 0x0, 0x2f, 0xfd, 0x0, 0x0, 0xbf, 0xf2, 0x0, 0x0, 0x0, 0x4f, 0xfc, 0x0, 0xa, 0xff, 0x40, 0x0, 0xbf, 0xf3, 0x0, 0x1f, 0xfc, 0x0, 0x0, 0x0, 0x0, 0xef, 0xf2, 0x0, 0xff, 0xe0, 0x0, 0x5, 0xff, 0x90, 0x7, 0xff, 0x60, 0x0, 0x0, 0x0, 0x8, 0xff, 0x70, 0x6f, 0xf8, 0x0, 0x0, 0xf, 0xff, 0x0, 0xdf, 0xf1, 0x0, 0x0, 0x0, 0x0, 0x2f, 0xfd, 0xc, 0xff, 0x20, 0x0, 0x0, 0x9f, 0xf5, 0x3f, 0xfa, 0x0, 0x0, 0x0, 0x0, 0x0, 0xcf, 0xf6, 0xff, 0xc0, 0x0, 0x0, 0x3, 0xff, 0xb9, 0xff, 0x40, 0x0, 0x0, 0x0, 0x0, 0x6, 0xff, 0xff, 0xf6, 0x0, 0x0, 0x0, 0xd, 0xff, 0xff, 0xe0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf, 0xff, 0xff, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0xf8, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xaf, 0xff, 0x90, 0x0, 0x0, 0x0, 0x1, 0xff, 0xff, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xff, 0xf3, 0x0, 0x0, 0x0, 0x0, 0xb, 0xff, 0xc0, 0x0, 0x0, 0x0, /* U+78 "x" */ 0xc, 0xff, 0xc0, 0x0, 0x0, 0x0, 0x1, 0xef, 0xf8, 0x0, 0x1e, 0xff, 0x90, 0x0, 0x0, 0x0, 0xcf, 0xfb, 0x0, 0x0, 0x4f, 0xff, 0x50, 0x0, 0x0, 0x8f, 0xfe, 0x10, 0x0, 0x0, 0x7f, 0xff, 0x20, 0x0, 0x5f, 0xff, 0x30, 0x0, 0x0, 0x0, 0xbf, 0xfd, 0x0, 0x2f, 0xff, 0x70, 0x0, 0x0, 0x0, 0x1, 0xef, 0xfa, 0xc, 0xff, 0xa0, 0x0, 0x0, 0x0, 0x0, 0x3, 0xff, 0xfd, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0xff, 0xff, 0xf2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xef, 0xff, 0xa0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xff, 0xff, 0x70, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xff, 0x7f, 0xff, 0x30, 0x0, 0x0, 0x0, 0x0, 0x4f, 0xff, 0x50, 0x8f, 0xfe, 0x10, 0x0, 0x0, 0x0, 0x2e, 0xff, 0x80, 0x0, 0xcf, 0xfc, 0x0, 0x0, 0x0, 0xc, 0xff, 0xc0, 0x0, 0x1, 0xef, 0xf9, 0x0, 0x0, 0x9, 0xff, 0xe1, 0x0, 0x0, 0x4, 0xff, 0xf5, 0x0, 0x5, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x8, 0xff, 0xf2, 0x2, 0xff, 0xf7, 0x0, 0x0, 0x0, 0x0, 0xc, 0xff, 0xd0, /* U+79 "y" */ 0xd, 0xff, 0x80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xfd, 0x0, 0x6f, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0xff, 0x60, 0x0, 0xef, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x3, 0xff, 0xe0, 0x0, 0x8, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0xaf, 0xf8, 0x0, 0x0, 0x1f, 0xff, 0x40, 0x0, 0x0, 0x0, 0x1f, 0xff, 0x10, 0x0, 0x0, 0xaf, 0xfb, 0x0, 0x0, 0x0, 0x8, 0xff, 0xa0, 0x0, 0x0, 0x3, 0xff, 0xf2, 0x0, 0x0, 0x0, 0xef, 0xf3, 0x0, 0x0, 0x0, 0xc, 0xff, 0x90, 0x0, 0x0, 0x5f, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xff, 0x0, 0x0, 0xc, 0xff, 0x50, 0x0, 0x0, 0x0, 0x0, 0xef, 0xf7, 0x0, 0x3, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xd0, 0x0, 0xaf, 0xf7, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f, 0xff, 0x40, 0x1f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xfb, 0x8, 0xff, 0x90, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xff, 0xf3, 0xef, 0xf2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0xff, 0xdf, 0xfb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f, 0xff, 0xff, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xdf, 0xff, 0xc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0xff, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0xff, 0x70, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa7, 0x0, 0x3, 0xef, 0xf8, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f, 0xff, 0xcd, 0xff, 0xfd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xff, 0xff, 0xfd, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0x9d, 0xff, 0xc7, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, /* U+7A "z" */ 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf3, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf3, 0x4a, 0xaa, 0xaa, 0xaa, 0xaa, 0xbf, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xaf, 0xfe, 0x20, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f, 0xff, 0x70, 0x0, 0x0, 0x0, 0x0, 0x2, 0xef, 0xfa, 0x0, 0x0, 0x0, 0x0, 0x0, 0xd, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xaf, 0xfe, 0x20, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f, 0xff, 0x70, 0x0, 0x0, 0x0, 0x0, 0x2, 0xff, 0xfa, 0x0, 0x0, 0x0, 0x0, 0x0, 0xd, 0xff, 0xc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xfe, 0x10, 0x0, 0x0, 0x0, 0x0, 0x8, 0xff, 0xf3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f, 0xff, 0xea, 0xaa, 0xaa, 0xaa, 0xaa, 0xa4, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf7, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf7, /* U+7B "{" */ 0x0, 0x0, 0x2, 0x9e, 0xff, 0x40, 0x0, 0x3, 0xff, 0xff, 0xf4, 0x0, 0x0, 0xdf, 0xff, 0xda, 0x20, 0x0, 0x2f, 0xff, 0x80, 0x0, 0x0, 0x4, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x5f, 0xfe, 0x0, 0x0, 0x0, 0x5, 0xff, 0xe0, 0x0, 0x0, 0x0, 0x5f, 0xfe, 0x0, 0x0, 0x0, 0x5, 0xff, 0xe0, 0x0, 0x0, 0x0, 0x5f, 0xfe, 0x0, 0x0, 0x0, 0x5, 0xff, 0xe0, 0x0, 0x0, 0x0, 0x5f, 0xfe, 0x0, 0x0, 0x0, 0x5, 0xff, 0xe0, 0x0, 0x0, 0x0, 0x6f, 0xfe, 0x0, 0x0, 0x0, 0x1b, 0xff, 0xb0, 0x0, 0x1, 0xff, 0xff, 0xf4, 0x0, 0x0, 0x1f, 0xff, 0xf9, 0x0, 0x0, 0x0, 0xbc, 0xff, 0xf7, 0x0, 0x0, 0x0, 0x8, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x5f, 0xfe, 0x0, 0x0, 0x0, 0x5, 0xff, 0xe0, 0x0, 0x0, 0x0, 0x5f, 0xfe, 0x0, 0x0, 0x0, 0x5, 0xff, 0xe0, 0x0, 0x0, 0x0, 0x5f, 0xfe, 0x0, 0x0, 0x0, 0x5, 0xff, 0xe0, 0x0, 0x0, 0x0, 0x5f, 0xfe, 0x0, 0x0, 0x0, 0x5, 0xff, 0xe0, 0x0, 0x0, 0x0, 0x5f, 0xff, 0x0, 0x0, 0x0, 0x3, 0xff, 0xf7, 0x0, 0x0, 0x0, 0xd, 0xff, 0xfd, 0xa2, 0x0, 0x0, 0x4f, 0xff, 0xff, 0x40, 0x0, 0x0, 0x2a, 0xef, 0xf4, /* U+7C "|" */ 0x7f, 0xf9, 0x7f, 0xf9, 0x7f, 0xf9, 0x7f, 0xf9, 0x7f, 0xf9, 0x7f, 0xf9, 0x7f, 0xf9, 0x7f, 0xf9, 0x7f, 0xf9, 0x7f, 0xf9, 0x7f, 0xf9, 0x7f, 0xf9, 0x7f, 0xf9, 0x7f, 0xf9, 0x7f, 0xf9, 0x7f, 0xf9, 0x7f, 0xf9, 0x7f, 0xf9, 0x7f, 0xf9, 0x7f, 0xf9, 0x7f, 0xf9, 0x7f, 0xf9, 0x7f, 0xf9, 0x7f, 0xf9, 0x7f, 0xf9, 0x7f, 0xf9, 0x7f, 0xf9, 0x7f, 0xf9, 0x7f, 0xf9, 0x7f, 0xf9, 0x7f, 0xf9, 0x7f, 0xf9, /* U+7D "}" */ 0x5f, 0xfd, 0x91, 0x0, 0x0, 0x5f, 0xff, 0xfe, 0x20, 0x0, 0x3a, 0xdf, 0xff, 0xc0, 0x0, 0x0, 0x9, 0xff, 0xf1, 0x0, 0x0, 0x1, 0xff, 0xf4, 0x0, 0x0, 0x0, 0xff, 0xf4, 0x0, 0x0, 0x0, 0xff, 0xf5, 0x0, 0x0, 0x0, 0xff, 0xf5, 0x0, 0x0, 0x0, 0xff, 0xf5, 0x0, 0x0, 0x0, 0xff, 0xf5, 0x0, 0x0, 0x0, 0xff, 0xf5, 0x0, 0x0, 0x0, 0xff, 0xf5, 0x0, 0x0, 0x0, 0xff, 0xf5, 0x0, 0x0, 0x0, 0xef, 0xf5, 0x0, 0x0, 0x0, 0xcf, 0xfb, 0x0, 0x0, 0x0, 0x5f, 0xff, 0xff, 0x0, 0x0, 0xa, 0xff, 0xff, 0x0, 0x0, 0x9f, 0xff, 0xba, 0x0, 0x0, 0xdf, 0xf8, 0x0, 0x0, 0x0, 0xff, 0xf5, 0x0, 0x0, 0x0, 0xff, 0xf5, 0x0, 0x0, 0x0, 0xff, 0xf5, 0x0, 0x0, 0x0, 0xff, 0xf5, 0x0, 0x0, 0x0, 0xff, 0xf5, 0x0, 0x0, 0x0, 0xff, 0xf5, 0x0, 0x0, 0x0, 0xff, 0xf5, 0x0, 0x0, 0x0, 0xff, 0xf5, 0x0, 0x0, 0x1, 0xff, 0xf4, 0x0, 0x0, 0x8, 0xff, 0xf2, 0x0, 0x3a, 0xdf, 0xff, 0xd0, 0x0, 0x5f, 0xff, 0xff, 0x30, 0x0, 0x5f, 0xfe, 0x92, 0x0, 0x0, /* U+7E "~" */ 0x0, 0x8, 0xef, 0xd7, 0x0, 0x0, 0x0, 0x6f, 0xc0, 0xb, 0xff, 0xff, 0xfc, 0x10, 0x0, 0x9, 0xfa, 0x5, 0xff, 0xd8, 0xbf, 0xfe, 0x30, 0x1, 0xff, 0x70, 0xbf, 0xc0, 0x0, 0x6f, 0xff, 0xa8, 0xef, 0xf2, 0xe, 0xf5, 0x0, 0x0, 0x4e, 0xff, 0xff, 0xf7, 0x0, 0xcc, 0x20, 0x0, 0x0, 0x19, 0xef, 0xd6, 0x0, /* U+B0 "°" */ 0x0, 0x5, 0xbe, 0xfc, 0x60, 0x0, 0x0, 0xaf, 0xfd, 0xdf, 0xfc, 0x10, 0x8, 0xfc, 0x20, 0x1, 0xaf, 0xc0, 0x1f, 0xe1, 0x0, 0x0, 0xc, 0xf4, 0x5f, 0x90, 0x0, 0x0, 0x5, 0xf9, 0x6f, 0x70, 0x0, 0x0, 0x3, 0xfa, 0x5f, 0x90, 0x0, 0x0, 0x5, 0xf9, 0x1f, 0xe1, 0x0, 0x0, 0xc, 0xf4, 0x8, 0xfc, 0x20, 0x1, 0xbf, 0xc0, 0x0, 0xaf, 0xfe, 0xdf, 0xfd, 0x10, 0x0, 0x5, 0xbe, 0xfc, 0x70, 0x0, /* U+2022 "•" */ 0x0, 0x1, 0x0, 0x0, 0x7f, 0xfd, 0x30, 0x5f, 0xff, 0xfe, 0x1a, 0xff, 0xff, 0xf4, 0xaf, 0xff, 0xff, 0x44, 0xff, 0xff, 0xd0, 0x5, 0xdf, 0xb2, 0x0, /* U+F001 "" */ 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x27, 0xbb, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x49, 0xef, 0xff, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x6b, 0xff, 0xff, 0xff, 0xff, 0xf2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0x8d, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x15, 0xae, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x27, 0xcf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x20, 0x0, 0x0, 0x0, 0x0, 0x29, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf2, 0x0, 0x0, 0x0, 0x0, 0x1f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x20, 0x0, 0x0, 0x0, 0x5, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf2, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc8, 0xff, 0xff, 0x20, 0x0, 0x0, 0x0, 0x5, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xa6, 0x10, 0x1f, 0xff, 0xf2, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0x84, 0x0, 0x0, 0x1, 0xff, 0xff, 0x20, 0x0, 0x0, 0x0, 0x5, 0xff, 0xff, 0xff, 0xff, 0xfb, 0x62, 0x0, 0x0, 0x0, 0x0, 0x1f, 0xff, 0xf2, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xff, 0xff, 0xe9, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xff, 0xff, 0x20, 0x0, 0x0, 0x0, 0x5, 0xff, 0xff, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f, 0xff, 0xf2, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xff, 0xe0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xff, 0xff, 0x20, 0x0, 0x0, 0x0, 0x5, 0xff, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f, 0xff, 0xf2, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xff, 0xe0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xff, 0xff, 0x20, 0x0, 0x0, 0x0, 0x5, 0xff, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f, 0xff, 0xf2, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xff, 0xe0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xff, 0xff, 0x20, 0x0, 0x0, 0x0, 0x5, 0xff, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f, 0xff, 0xf2, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xff, 0xe0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0x89, 0x87, 0xff, 0xff, 0x20, 0x0, 0x0, 0x0, 0x5, 0xff, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xf2, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xff, 0xe0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff, 0x20, 0x0, 0x0, 0x0, 0x5, 0xff, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf2, 0x0, 0x0, 0x24, 0x54, 0x6f, 0xff, 0xe0, 0x0, 0x0, 0x0, 0x8, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x20, 0x6, 0xdf, 0xff, 0xff, 0xff, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0xa, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe0, 0x0, 0x0, 0x0, 0x0, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x7, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x2, 0xcf, 0xff, 0xff, 0xff, 0xf8, 0x0, 0xcf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x49, 0xcd, 0xdb, 0x72, 0x0, 0xb, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xff, 0xff, 0xff, 0xff, 0xff, 0x70, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0xff, 0xff, 0xff, 0x90, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3a, 0xef, 0xff, 0xea, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x12, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, /* U+F008 "" */ 0x17, 0x10, 0x0, 0x68, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x83, 0x0, 0x1, 0x71, 0xdf, 0x20, 0x0, 0xcf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf7, 0x0, 0x2, 0xfd, 0xff, 0x96, 0x66, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0x66, 0x69, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xec, 0xcc, 0xff, 0xf7, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xff, 0xcc, 0xce, 0xff, 0xff, 0x20, 0x0, 0xdf, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xf8, 0x0, 0x2, 0xff, 0xff, 0x20, 0x0, 0xcf, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xf7, 0x0, 0x2, 0xff, 0xff, 0x20, 0x0, 0xcf, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xf7, 0x0, 0x2, 0xff, 0xff, 0x40, 0x0, 0xdf, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xfa, 0x0, 0x4, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff, 0x62, 0x22, 0xef, 0xfc, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x56, 0xef, 0xfb, 0x22, 0x26, 0xff, 0xff, 0x20, 0x0, 0xcf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf7, 0x0, 0x2, 0xff, 0xff, 0x20, 0x0, 0xcf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf7, 0x0, 0x2, 0xff, 0xff, 0x20, 0x0, 0xcf, 0xff, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xde, 0xff, 0xf8, 0x0, 0x2, 0xff, 0xff, 0xca, 0xaa, 0xff, 0xf7, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xcf, 0xfe, 0xaa, 0xac, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xb8, 0x88, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xfe, 0x88, 0x8b, 0xff, 0xff, 0x20, 0x0, 0xcf, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xf7, 0x0, 0x2, 0xff, 0xff, 0x20, 0x0, 0xcf, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xf7, 0x0, 0x2, 0xff, 0xff, 0x20, 0x0, 0xcf, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xf7, 0x0, 0x2, 0xff, 0xff, 0x74, 0x44, 0xef, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xfc, 0x44, 0x48, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfa, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xee, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xee, 0xef, 0xff, 0xff, 0x30, 0x0, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf9, 0x0, 0x3, 0xff, 0x7f, 0x20, 0x0, 0xcf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf7, 0x0, 0x2, 0xf7, /* U+F00B "" */ 0x28, 0x88, 0x88, 0x88, 0x71, 0x0, 0x28, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x82, 0xdf, 0xff, 0xff, 0xff, 0xfb, 0x0, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x6e, 0xff, 0xff, 0xff, 0xe5, 0x0, 0x6e, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0xff, 0xff, 0xf6, 0x0, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf7, 0xff, 0xff, 0xff, 0xff, 0xfd, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xfb, 0x0, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0x17, 0x88, 0x88, 0x88, 0x71, 0x0, 0x17, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x71, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x16, 0x77, 0x77, 0x77, 0x60, 0x0, 0x16, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x61, 0xcf, 0xff, 0xff, 0xff, 0xfb, 0x0, 0xcf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x8f, 0xff, 0xff, 0xff, 0xf6, 0x0, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, /* U+F00C "" */ 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xf7, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0xff, 0xff, 0x80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xff, 0xff, 0xf7, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0xff, 0xff, 0xff, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xff, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0xff, 0xff, 0xff, 0xff, 0xd1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xff, 0xff, 0xff, 0xfd, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0xff, 0xff, 0xff, 0xff, 0xd1, 0x0, 0x0, 0x1c, 0xd3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xff, 0xff, 0xff, 0xfd, 0x10, 0x0, 0x2, 0xef, 0xff, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0xff, 0xff, 0xff, 0xff, 0xd1, 0x0, 0x0, 0x2e, 0xff, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xff, 0xff, 0xff, 0xfd, 0x10, 0x0, 0x0, 0xdf, 0xff, 0xff, 0xff, 0x40, 0x0, 0x0, 0x0, 0xb, 0xff, 0xff, 0xff, 0xff, 0xd1, 0x0, 0x0, 0x0, 0xef, 0xff, 0xff, 0xff, 0xf4, 0x0, 0x0, 0x0, 0xbf, 0xff, 0xff, 0xff, 0xfc, 0x10, 0x0, 0x0, 0x0, 0x6f, 0xff, 0xff, 0xff, 0xff, 0x40, 0x0, 0xb, 0xff, 0xff, 0xff, 0xff, 0xc1, 0x0, 0x0, 0x0, 0x0, 0x6, 0xff, 0xff, 0xff, 0xff, 0xf4, 0x0, 0xbf, 0xff, 0xff, 0xff, 0xfc, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xff, 0xff, 0xff, 0xff, 0x4b, 0xff, 0xff, 0xff, 0xff, 0xc1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xff, 0xff, 0xff, 0xc1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xff, 0xfc, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xff, 0xc1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xdb, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, /* U+F00D "" */ 0x0, 0x26, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x15, 0x40, 0x0, 0x4, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xef, 0xfa, 0x0, 0x4f, 0xff, 0xff, 0x60, 0x0, 0x0, 0x0, 0x0, 0x2e, 0xff, 0xff, 0xa0, 0xdf, 0xff, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x2, 0xef, 0xff, 0xff, 0xf3, 0xef, 0xff, 0xff, 0xff, 0x60, 0x0, 0x0, 0x2e, 0xff, 0xff, 0xff, 0xf4, 0x7f, 0xff, 0xff, 0xff, 0xf6, 0x0, 0x2, 0xef, 0xff, 0xff, 0xff, 0xc0, 0x8, 0xff, 0xff, 0xff, 0xff, 0x60, 0x2e, 0xff, 0xff, 0xff, 0xfd, 0x10, 0x0, 0x8f, 0xff, 0xff, 0xff, 0xf7, 0xef, 0xff, 0xff, 0xff, 0xd1, 0x0, 0x0, 0x8, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0x10, 0x0, 0x0, 0x0, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xd1, 0x0, 0x0, 0x0, 0x0, 0x8, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xd1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f, 0xff, 0xff, 0xff, 0xff, 0x70, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xef, 0xff, 0xff, 0xff, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2e, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x60, 0x0, 0x0, 0x0, 0x2, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x2e, 0xff, 0xff, 0xff, 0xfe, 0xff, 0xff, 0xff, 0xff, 0x60, 0x0, 0x2, 0xef, 0xff, 0xff, 0xff, 0xd1, 0x8f, 0xff, 0xff, 0xff, 0xf6, 0x0, 0x2e, 0xff, 0xff, 0xff, 0xfd, 0x10, 0x8, 0xff, 0xff, 0xff, 0xff, 0x60, 0xcf, 0xff, 0xff, 0xff, 0xd1, 0x0, 0x0, 0x8f, 0xff, 0xff, 0xff, 0xf2, 0xff, 0xff, 0xff, 0xfd, 0x10, 0x0, 0x0, 0x8, 0xff, 0xff, 0xff, 0xf5, 0xaf, 0xff, 0xff, 0xd1, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xff, 0xff, 0xe1, 0xb, 0xff, 0xfd, 0x10, 0x0, 0x0, 0x0, 0x0, 0x8, 0xff, 0xff, 0x30, 0x0, 0x9e, 0xa1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7e, 0xc3, 0x0, /* U+F011 "" */ 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4c, 0xdd, 0xa0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xdf, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xef, 0xff, 0xf7, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x30, 0x0, 0x0, 0xef, 0xff, 0xf7, 0x0, 0x0, 0x13, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4e, 0xfb, 0x0, 0x0, 0xef, 0xff, 0xf7, 0x0, 0x3, 0xff, 0xb1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0xff, 0xff, 0x50, 0x0, 0xef, 0xff, 0xf7, 0x0, 0xc, 0xff, 0xfd, 0x10, 0x0, 0x0, 0x0, 0x0, 0x4f, 0xff, 0xff, 0xd0, 0x0, 0xef, 0xff, 0xf7, 0x0, 0x4f, 0xff, 0xff, 0xd1, 0x0, 0x0, 0x0, 0x2, 0xff, 0xff, 0xff, 0xe0, 0x0, 0xef, 0xff, 0xf7, 0x0, 0x5f, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x0, 0xc, 0xff, 0xff, 0xff, 0x40, 0x0, 0xef, 0xff, 0xf7, 0x0, 0xa, 0xff, 0xff, 0xff, 0x60, 0x0, 0x0, 0x6f, 0xff, 0xff, 0xf4, 0x0, 0x0, 0xef, 0xff, 0xf7, 0x0, 0x0, 0xaf, 0xff, 0xff, 0xe1, 0x0, 0x0, 0xef, 0xff, 0xff, 0x40, 0x0, 0x0, 0xef, 0xff, 0xf7, 0x0, 0x0, 0xb, 0xff, 0xff, 0xf7, 0x0, 0x5, 0xff, 0xff, 0xf8, 0x0, 0x0, 0x0, 0xef, 0xff, 0xf7, 0x0, 0x0, 0x1, 0xff, 0xff, 0xfe, 0x0, 0xb, 0xff, 0xff, 0xf0, 0x0, 0x0, 0x0, 0xef, 0xff, 0xf7, 0x0, 0x0, 0x0, 0x7f, 0xff, 0xff, 0x40, 0xf, 0xff, 0xff, 0x90, 0x0, 0x0, 0x0, 0xef, 0xff, 0xf7, 0x0, 0x0, 0x0, 0xf, 0xff, 0xff, 0x80, 0x3f, 0xff, 0xff, 0x40, 0x0, 0x0, 0x0, 0xef, 0xff, 0xf7, 0x0, 0x0, 0x0, 0xa, 0xff, 0xff, 0xc0, 0x5f, 0xff, 0xff, 0x0, 0x0, 0x0, 0x0, 0xef, 0xff, 0xf7, 0x0, 0x0, 0x0, 0x7, 0xff, 0xff, 0xe0, 0x6f, 0xff, 0xfe, 0x0, 0x0, 0x0, 0x0, 0xef, 0xff, 0xf7, 0x0, 0x0, 0x0, 0x5, 0xff, 0xff, 0xf0, 0x7f, 0xff, 0xfd, 0x0, 0x0, 0x0, 0x0, 0xdf, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x4, 0xff, 0xff, 0xf0, 0x6f, 0xff, 0xff, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xff, 0xf2, 0x0, 0x0, 0x0, 0x6, 0xff, 0xff, 0xf0, 0x5f, 0xff, 0xff, 0x0, 0x0, 0x0, 0x0, 0x3, 0x44, 0x10, 0x0, 0x0, 0x0, 0x7, 0xff, 0xff, 0xe0, 0x2f, 0xff, 0xff, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0xff, 0xff, 0xc0, 0xf, 0xff, 0xff, 0x90, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f, 0xff, 0xff, 0x80, 0xa, 0xff, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xff, 0xff, 0x40, 0x5, 0xff, 0xff, 0xfa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xff, 0xff, 0xfe, 0x0, 0x0, 0xdf, 0xff, 0xff, 0x60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xd, 0xff, 0xff, 0xf7, 0x0, 0x0, 0x5f, 0xff, 0xff, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xff, 0xff, 0xe0, 0x0, 0x0, 0xb, 0xff, 0xff, 0xff, 0x70, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2d, 0xff, 0xff, 0xff, 0x50, 0x0, 0x0, 0x1, 0xef, 0xff, 0xff, 0xfd, 0x50, 0x0, 0x0, 0x0, 0x29, 0xff, 0xff, 0xff, 0xf9, 0x0, 0x0, 0x0, 0x0, 0x3f, 0xff, 0xff, 0xff, 0xff, 0xb9, 0x78, 0x9d, 0xff, 0xff, 0xff, 0xff, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2d, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x90, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x9e, 0xff, 0xff, 0xff, 0xff, 0xff, 0xd6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x48, 0xbc, 0xdd, 0xca, 0x73, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, /* U+F013 "" */ 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x23, 0x32, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0xdf, 0xff, 0xff, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0xff, 0xff, 0xff, 0xff, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0xff, 0xff, 0xff, 0xff, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0xff, 0xff, 0xff, 0xff, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0, 0x0, 0x4c, 0xff, 0xff, 0xff, 0xff, 0x92, 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x6, 0xfb, 0x20, 0x1b, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x90, 0x4, 0xdf, 0x40, 0x0, 0x0, 0x4f, 0xff, 0xf9, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0xaf, 0xff, 0xe2, 0x0, 0x0, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfb, 0x0, 0x8, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x50, 0x1f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xd0, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf3, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x20, 0x3, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x2c, 0xff, 0xff, 0xff, 0xff, 0xff, 0x40, 0x0, 0x0, 0x7, 0xff, 0xff, 0xff, 0xff, 0xff, 0xa1, 0x0, 0x5e, 0xff, 0xff, 0xff, 0xf7, 0x0, 0x0, 0x0, 0x0, 0xaf, 0xff, 0xff, 0xff, 0xd4, 0x0, 0x0, 0x9, 0xff, 0xff, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x2f, 0xff, 0xff, 0xff, 0x60, 0x0, 0x0, 0xb, 0xff, 0xff, 0xff, 0xb0, 0x0, 0x0, 0x0, 0x0, 0xe, 0xff, 0xff, 0xff, 0x80, 0x0, 0x0, 0xb, 0xff, 0xff, 0xff, 0xb0, 0x0, 0x0, 0x0, 0x0, 0xe, 0xff, 0xff, 0xff, 0x80, 0x0, 0x0, 0xa, 0xff, 0xff, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0xf, 0xff, 0xff, 0xff, 0x70, 0x0, 0x0, 0xb, 0xff, 0xff, 0xff, 0xf2, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xff, 0xff, 0xff, 0x80, 0x0, 0x4, 0xdf, 0xff, 0xff, 0xff, 0xfc, 0x0, 0x0, 0x0, 0x1, 0xef, 0xff, 0xff, 0xff, 0xfc, 0x20, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xb1, 0x0, 0x0, 0x2d, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf5, 0x9f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xa7, 0x7b, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf6, 0x3f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf1, 0xc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x90, 0x4, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x10, 0x0, 0x9f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf6, 0x0, 0x0, 0xc, 0xff, 0xa1, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf6, 0x2b, 0xff, 0xa0, 0x0, 0x0, 0x1, 0x93, 0x0, 0x3, 0xcf, 0xff, 0xff, 0xff, 0xff, 0xf9, 0x20, 0x0, 0x59, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xff, 0xff, 0xff, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0xff, 0xff, 0xff, 0xff, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0xff, 0xff, 0xff, 0xff, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0xff, 0xff, 0xff, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x58, 0xab, 0xba, 0x74, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, /* U+F015 "" */ 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0x9a, 0x50, 0x0, 0x0, 0x7, 0xbb, 0xba, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8, 0xff, 0xff, 0xa0, 0x0, 0x0, 0xef, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa, 0xff, 0xff, 0xff, 0xc1, 0x0, 0xe, 0xff, 0xff, 0x60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1d, 0xff, 0xff, 0xff, 0xff, 0xe3, 0x0, 0xef, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3e, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf5, 0xe, 0xff, 0xff, 0x60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xff, 0xff, 0xf6, 0x4e, 0xff, 0xff, 0xf8, 0xef, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xff, 0xff, 0xe3, 0x0, 0x1c, 0xff, 0xff, 0xff, 0xff, 0xff, 0x60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xbf, 0xff, 0xff, 0xc1, 0x0, 0x0, 0xa, 0xff, 0xff, 0xff, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xdf, 0xff, 0xff, 0xa0, 0x2, 0xdf, 0x40, 0x7, 0xff, 0xff, 0xff, 0xff, 0x60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xff, 0xff, 0xff, 0x70, 0x4, 0xff, 0xff, 0x70, 0x4, 0xff, 0xff, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xff, 0xff, 0x50, 0x7, 0xff, 0xff, 0xff, 0xa0, 0x2, 0xdf, 0xff, 0xff, 0xa0, 0x0, 0x0, 0x0, 0x0, 0xa, 0xff, 0xff, 0xfd, 0x20, 0x9, 0xff, 0xff, 0xff, 0xff, 0xc1, 0x1, 0xbf, 0xff, 0xff, 0xc1, 0x0, 0x0, 0x0, 0x1c, 0xff, 0xff, 0xfc, 0x10, 0x1c, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe3, 0x0, 0x9f, 0xff, 0xff, 0xe3, 0x0, 0x0, 0x3e, 0xff, 0xff, 0xf9, 0x0, 0x2e, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf5, 0x0, 0x6f, 0xff, 0xff, 0xf5, 0x0, 0x5f, 0xff, 0xff, 0xf6, 0x0, 0x5f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x0, 0x3e, 0xff, 0xff, 0xf8, 0xe, 0xff, 0xff, 0xe4, 0x0, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfa, 0x0, 0x2d, 0xff, 0xff, 0xf2, 0x5f, 0xff, 0xd2, 0x0, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0x10, 0xb, 0xff, 0xf9, 0x0, 0x9f, 0xb0, 0x1, 0xcf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x30, 0x8, 0xfc, 0x0, 0x0, 0x40, 0x0, 0x9f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0x0, 0x3, 0x10, 0x0, 0x0, 0x0, 0xa, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa, 0xff, 0xff, 0xff, 0xff, 0xfb, 0x88, 0x88, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xe0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x0, 0x0, 0x0, 0xbf, 0xff, 0xff, 0xff, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x0, 0x0, 0xb, 0xff, 0xff, 0xff, 0xff, 0xe0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x0, 0x0, 0x0, 0xbf, 0xff, 0xff, 0xff, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x0, 0x0, 0xb, 0xff, 0xff, 0xff, 0xff, 0xe0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x0, 0x0, 0x0, 0xbf, 0xff, 0xff, 0xff, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x0, 0x0, 0xb, 0xff, 0xff, 0xff, 0xff, 0xe0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xaf, 0xff, 0xff, 0xff, 0xfe, 0x0, 0x0, 0x0, 0xbf, 0xff, 0xff, 0xff, 0xfd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0xff, 0xff, 0xff, 0xff, 0xb0, 0x0, 0x0, 0x7, 0xff, 0xff, 0xff, 0xff, 0xa0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, /* U+F019 "" */ 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0x88, 0x88, 0x88, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f, 0xff, 0xff, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f, 0xff, 0xff, 0xff, 0xf3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f, 0xff, 0xff, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f, 0xff, 0xff, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f, 0xff, 0xff, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f, 0xff, 0xff, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f, 0xff, 0xff, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f, 0xff, 0xff, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f, 0xff, 0xff, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f, 0xff, 0xff, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f, 0xff, 0xff, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f, 0xff, 0xff, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xac, 0xcc, 0xcc, 0xdf, 0xff, 0xff, 0xff, 0xfd, 0xcc, 0xcc, 0xca, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x50, 0x0, 0x0, 0x0, 0x0, 0x1, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1d, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xd1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1d, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xd1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xcf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1c, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xcf, 0xff, 0xff, 0xff, 0xfc, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0xff, 0xff, 0xff, 0xc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x22, 0x22, 0x22, 0x22, 0x21, 0x0, 0xcf, 0xff, 0xfc, 0x0, 0x12, 0x22, 0x22, 0x22, 0x22, 0x10, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x20, 0xb, 0xff, 0xc0, 0x3, 0xef, 0xff, 0xff, 0xff, 0xff, 0xfa, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf4, 0x0, 0x99, 0x0, 0x4f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x50, 0x0, 0x5, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfb, 0x66, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf6, 0x8, 0xfa, 0x4, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf4, 0x6, 0xf8, 0x2, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, /* U+F01C "" */ 0x0, 0x0, 0x0, 0x0, 0x2, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xd2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xa0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f, 0xff, 0xfe, 0x10, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xff, 0xfb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0xfa, 0x0, 0x0, 0x0, 0x0, 0x1f, 0xff, 0xfe, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xcf, 0xff, 0xf5, 0x0, 0x0, 0x0, 0xb, 0xff, 0xff, 0x50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xff, 0xff, 0xe1, 0x0, 0x0, 0x6, 0xff, 0xff, 0xa0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0xff, 0xff, 0xa0, 0x0, 0x2, 0xff, 0xff, 0xe1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0xff, 0xff, 0x50, 0x0, 0xcf, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f, 0xff, 0xfe, 0x10, 0x6f, 0xff, 0xf9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xff, 0xfa, 0xd, 0xff, 0xff, 0xcc, 0xcc, 0xcc, 0xcc, 0x50, 0x0, 0x0, 0x0, 0x0, 0x2, 0xcc, 0xcc, 0xcc, 0xcc, 0xff, 0xff, 0xf1, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x3f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x2f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf4, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe0, 0x0, 0x0, 0x0, 0xa, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x4f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xa8, 0x88, 0x88, 0x88, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf4, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x4f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf4, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x4f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf4, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x3e, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf1, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfb, 0x0, 0x7e, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe9, 0x0, /* U+F021 "" */ 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0xdd, 0xda, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0x7b, 0xef, 0xff, 0xfd, 0x95, 0x0, 0x0, 0x0, 0xb, 0xff, 0xff, 0x0, 0x0, 0x0, 0x0, 0x5, 0xcf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf9, 0x20, 0x0, 0xa, 0xff, 0xff, 0x0, 0x0, 0x0, 0x2, 0xcf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf9, 0x10, 0x9, 0xff, 0xff, 0x0, 0x0, 0x0, 0x5f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe3, 0x8, 0xff, 0xff, 0x0, 0x0, 0x6, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xaa, 0xcf, 0xff, 0xff, 0xff, 0xff, 0x68, 0xff, 0xff, 0x0, 0x0, 0x6f, 0xff, 0xff, 0xff, 0xa3, 0x0, 0x0, 0x0, 0x4b, 0xff, 0xff, 0xff, 0xfd, 0xff, 0xff, 0x0, 0x3, 0xff, 0xff, 0xff, 0xc2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3c, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0, 0xe, 0xff, 0xff, 0xf8, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0xff, 0xff, 0xff, 0x0, 0x8f, 0xff, 0xff, 0x70, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xff, 0xff, 0xff, 0x0, 0xff, 0xff, 0xf9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0xa9, 0x87, 0x76, 0xbf, 0xff, 0xff, 0xff, 0x7, 0xff, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xd, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc, 0xff, 0xff, 0x50, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf, 0xff, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x1f, 0xff, 0xf9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7a, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0x50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x49, 0xaa, 0x80, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xdf, 0xff, 0xf1, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xff, 0xff, 0xd0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa, 0xff, 0xff, 0x80, 0xff, 0xff, 0xff, 0xfd, 0xdd, 0xef, 0xff, 0xc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f, 0xff, 0xff, 0x30, 0xff, 0xff, 0xff, 0xfd, 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xef, 0xff, 0xfb, 0x0, 0xff, 0xff, 0xff, 0xff, 0xc1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2d, 0xff, 0xff, 0xf3, 0x0, 0xff, 0xff, 0xff, 0xff, 0xfd, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xef, 0xff, 0xff, 0x80, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf9, 0x20, 0x0, 0x0, 0x0, 0x2, 0x9f, 0xff, 0xff, 0xfd, 0x0, 0x0, 0xff, 0xff, 0x9e, 0xff, 0xff, 0xff, 0xfb, 0x63, 0x11, 0x36, 0xaf, 0xff, 0xff, 0xff, 0xd1, 0x0, 0x0, 0xff, 0xff, 0x81, 0xcf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0x10, 0x0, 0x0, 0xff, 0xff, 0x90, 0x8, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xa0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xa0, 0x0, 0x2b, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xd5, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xa0, 0x0, 0x0, 0x29, 0xef, 0xff, 0xff, 0xff, 0xff, 0xc5, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xa0, 0x0, 0x0, 0x0, 0x3, 0x79, 0xba, 0x98, 0x51, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x24, 0x43, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, /* U+F026 "" */ 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x26, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f, 0xff, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f, 0xff, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x3f, 0xff, 0xff, 0xff, 0x0, 0x0, 0x0, 0x0, 0x3f, 0xff, 0xff, 0xff, 0xf8, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf3, 0xab, 0xbb, 0xbb, 0xbd, 0xff, 0xff, 0xff, 0xff, 0x0, 0x0, 0x0, 0x0, 0xc, 0xff, 0xff, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0xc, 0xff, 0xff, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0xff, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0xff, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0xf8, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, /* U+F027 "" */ 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x26, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0xff, 0xc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0xff, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f, 0xff, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0xff, 0xff, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f, 0xff, 0xff, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x0, 0x7f, 0xa1, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x0, 0xef, 0xfd, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x0, 0x9f, 0xff, 0xa0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x0, 0x8, 0xff, 0xf1, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x0, 0x0, 0xef, 0xf4, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x0, 0x0, 0xcf, 0xf6, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x0, 0x1, 0xff, 0xf4, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x0, 0x2d, 0xff, 0xe0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x0, 0xdf, 0xff, 0x60, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x0, 0xdf, 0xf8, 0x0, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x0, 0x29, 0x40, 0x0, 0x3a, 0xbb, 0xbb, 0xbb, 0xdf, 0xff, 0xff, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0xff, 0xff, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xcf, 0xff, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0xff, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xcf, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0x80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, /* U+F028 "" */ 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x98, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xaf, 0xfd, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9, 0xff, 0xff, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0x60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9, 0xff, 0xff, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0xff, 0xc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0xff, 0xfe, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0xff, 0xff, 0x0, 0x0, 0x0, 0x2, 0x50, 0x0, 0x5, 0xff, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0xff, 0xff, 0xf0, 0x0, 0x0, 0x1, 0xff, 0xd3, 0x0, 0x7, 0xff, 0xf7, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0xff, 0xff, 0xff, 0x0, 0x0, 0x0, 0x3f, 0xff, 0xf4, 0x0, 0xb, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0xff, 0xff, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x9f, 0xff, 0xf2, 0x0, 0x1f, 0xff, 0x80, 0x0, 0x0, 0x0, 0x0, 0x3, 0xff, 0xff, 0xff, 0xff, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xff, 0xd0, 0x0, 0x8f, 0xfe, 0x0, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xff, 0x70, 0x1, 0xff, 0xf4, 0xf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0, 0x8, 0xfb, 0x10, 0x0, 0xaf, 0xfe, 0x0, 0xb, 0xff, 0x90, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x0, 0xff, 0xfe, 0x10, 0x2, 0xff, 0xf4, 0x0, 0x6f, 0xfd, 0xf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0, 0x9, 0xff, 0xfa, 0x0, 0xc, 0xff, 0x80, 0x3, 0xff, 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x0, 0x7, 0xff, 0xf1, 0x0, 0x8f, 0xfb, 0x0, 0xf, 0xff, 0x2f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0, 0x0, 0xe, 0xff, 0x50, 0x6, 0xff, 0xd0, 0x0, 0xff, 0xf3, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x0, 0x0, 0xcf, 0xf6, 0x0, 0x5f, 0xfd, 0x0, 0xf, 0xff, 0x3f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0, 0x0, 0x2f, 0xff, 0x30, 0x6, 0xff, 0xc0, 0x0, 0xff, 0xf2, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x0, 0x2d, 0xff, 0xe0, 0x0, 0xaf, 0xfa, 0x0, 0x2f, 0xff, 0x1f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0, 0xd, 0xff, 0xf5, 0x0, 0xe, 0xff, 0x70, 0x5, 0xff, 0xe0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x0, 0xdf, 0xf7, 0x0, 0x6, 0xff, 0xf2, 0x0, 0x9f, 0xfb, 0xe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0, 0x2, 0x83, 0x0, 0x1, 0xef, 0xfb, 0x0, 0xe, 0xff, 0x70, 0x3a, 0xbb, 0xbb, 0xbb, 0xdf, 0xff, 0xff, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0xcf, 0xff, 0x30, 0x5, 0xff, 0xf2, 0x0, 0x0, 0x0, 0x0, 0x0, 0xcf, 0xff, 0xff, 0xff, 0x0, 0x0, 0x0, 0x2, 0xdf, 0xff, 0x80, 0x0, 0xcf, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xcf, 0xff, 0xff, 0xf0, 0x0, 0x0, 0x1, 0xef, 0xff, 0xb0, 0x0, 0x6f, 0xff, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xcf, 0xff, 0xff, 0x0, 0x0, 0x0, 0x3f, 0xff, 0xa0, 0x0, 0x1e, 0xff, 0xc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xcf, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x9d, 0x60, 0x0, 0xd, 0xff, 0xf2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xcf, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0xff, 0xf7, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0x80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2d, 0xff, 0xfa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f, 0xff, 0xfa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0xff, 0xf9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, /* U+F03E "" */ 0x2, 0x8a, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xa8, 0x20, 0x3f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf3, 0xcf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfa, 0x31, 0x3b, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x80, 0x0, 0x0, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0, 0x0, 0x0, 0x1f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x0, 0x0, 0x0, 0xe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x0, 0x0, 0x0, 0xe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc4, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x10, 0x0, 0x0, 0x3f, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x0, 0x2e, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc0, 0x0, 0x1, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xc0, 0x0, 0x2, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0x75, 0x8e, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x0, 0x0, 0x0, 0x2e, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc0, 0x0, 0x0, 0x0, 0x2, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf9, 0xff, 0xff, 0xff, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2e, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x50, 0x3f, 0xff, 0xff, 0xc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf5, 0x0, 0x3, 0xff, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xff, 0xff, 0xff, 0xff, 0xff, 0x50, 0x0, 0x0, 0x3f, 0xc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xff, 0xff, 0xff, 0xff, 0xf5, 0x0, 0x0, 0x0, 0x3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xff, 0xff, 0xff, 0xff, 0x60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xff, 0xff, 0xff, 0xff, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xff, 0xff, 0xff, 0xff, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xff, 0xff, 0xff, 0xff, 0x74, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x47, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf7, 0x7, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0x70, /* U+F048 "" */ 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5b, 0xbb, 0x90, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8b, 0x50, 0xbf, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0xff, 0xf4, 0xcf, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xcf, 0xff, 0xf7, 0xcf, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x1d, 0xff, 0xff, 0xf8, 0xcf, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x2, 0xdf, 0xff, 0xff, 0xf8, 0xcf, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x2e, 0xff, 0xff, 0xff, 0xf8, 0xcf, 0xff, 0xf0, 0x0, 0x0, 0x3, 0xef, 0xff, 0xff, 0xff, 0xf8, 0xcf, 0xff, 0xf0, 0x0, 0x0, 0x4f, 0xff, 0xff, 0xff, 0xff, 0xf8, 0xcf, 0xff, 0xf0, 0x0, 0x5, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0xcf, 0xff, 0xf0, 0x0, 0x6f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0xcf, 0xff, 0xf0, 0x7, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0xcf, 0xff, 0xf0, 0x9f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0xcf, 0xff, 0xfa, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0xcf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0xcf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0xcf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0xcf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0xcf, 0xff, 0xfe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0xcf, 0xff, 0xf2, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0xcf, 0xff, 0xf0, 0x1d, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0xcf, 0xff, 0xf0, 0x1, 0xcf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0xcf, 0xff, 0xf0, 0x0, 0xb, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0xcf, 0xff, 0xf0, 0x0, 0x0, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xf8, 0xcf, 0xff, 0xf0, 0x0, 0x0, 0x9, 0xff, 0xff, 0xff, 0xff, 0xf8, 0xcf, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0xff, 0xff, 0xf8, 0xcf, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x6, 0xff, 0xff, 0xff, 0xf8, 0xcf, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xff, 0xff, 0xf8, 0xcf, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xff, 0xff, 0xf7, 0xcf, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3e, 0xff, 0xf6, 0xaf, 0xff, 0xe0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xdf, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, /* U+F04B "" */ 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xab, 0x60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xff, 0xfd, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xdf, 0xff, 0xff, 0xfa, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0xff, 0xf7, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xd4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xb2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf9, 0x10, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe6, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc3, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xa1, 0x0, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x70, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0x30, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf3, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfa, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfb, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf7, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xb0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe5, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x0, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfb, 0x20, 0x0, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0x40, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x70, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xa1, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xd4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf7, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfa, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0xff, 0x91, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xaf, 0xff, 0xff, 0xc2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1b, 0xff, 0xe5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x23, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, /* U+F04C "" */ 0x2, 0x9b, 0xbb, 0xbb, 0xba, 0x81, 0x0, 0x0, 0x0, 0x29, 0xbb, 0xbb, 0xbb, 0xa8, 0x10, 0x4f, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x10, 0x0, 0x4, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe1, 0xcf, 0xff, 0xff, 0xff, 0xff, 0xff, 0x80, 0x0, 0xc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xb0, 0x0, 0xf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfb, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc0, 0x0, 0xf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc0, 0x0, 0xf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc0, 0x0, 0xf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc0, 0x0, 0xf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc0, 0x0, 0xf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc0, 0x0, 0xf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc0, 0x0, 0xf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc0, 0x0, 0xf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc0, 0x0, 0xf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc0, 0x0, 0xf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc0, 0x0, 0xf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc0, 0x0, 0xf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc0, 0x0, 0xf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc0, 0x0, 0xf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc0, 0x0, 0xf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc0, 0x0, 0xf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc0, 0x0, 0xf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc0, 0x0, 0xf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc0, 0x0, 0xf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc0, 0x0, 0xf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc0, 0x0, 0xf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc0, 0x0, 0xf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xb0, 0x0, 0xf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfb, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, 0xa0, 0x0, 0xe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfa, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0x30, 0x0, 0x7, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf3, 0x8, 0xef, 0xff, 0xff, 0xff, 0xd5, 0x0, 0x0, 0x0, 0x8e, 0xff, 0xff, 0xff, 0xfd, 0x50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, /* U+F04D "" */ 0x2, 0x9b, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xa8, 0x10, 0x4f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe1, 0xcf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfb, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfb, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfa, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf3, 0x8, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0x50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, /* U+F051 "" */ 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xb7, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9, 0xbb, 0xb5, 0x5f, 0xff, 0xa0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f, 0xff, 0xfb, 0x8f, 0xff, 0xfb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f, 0xff, 0xfb, 0x8f, 0xff, 0xff, 0xc1, 0x0, 0x0, 0x0, 0x0, 0x1f, 0xff, 0xfb, 0x8f, 0xff, 0xff, 0xfd, 0x10, 0x0, 0x0, 0x0, 0x1f, 0xff, 0xfb, 0x8f, 0xff, 0xff, 0xff, 0xe2, 0x0, 0x0, 0x0, 0x1f, 0xff, 0xfb, 0x8f, 0xff, 0xff, 0xff, 0xfe, 0x30, 0x0, 0x0, 0x1f, 0xff, 0xfb, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xf4, 0x0, 0x0, 0x1f, 0xff, 0xfb, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0x50, 0x0, 0x1f, 0xff, 0xfb, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf6, 0x0, 0x1f, 0xff, 0xfb, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x80, 0x1f, 0xff, 0xfb, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf9, 0x1f, 0xff, 0xfb, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xbf, 0xff, 0xfb, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfb, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfb, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfb, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfb, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xef, 0xff, 0xfb, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0x2f, 0xff, 0xfb, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc0, 0x1f, 0xff, 0xfb, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfb, 0x0, 0x1f, 0xff, 0xfb, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xa0, 0x0, 0x1f, 0xff, 0xfb, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xf9, 0x0, 0x0, 0x1f, 0xff, 0xfb, 0x8f, 0xff, 0xff, 0xff, 0xff, 0x70, 0x0, 0x0, 0x1f, 0xff, 0xfb, 0x8f, 0xff, 0xff, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x1f, 0xff, 0xfb, 0x8f, 0xff, 0xff, 0xff, 0x50, 0x0, 0x0, 0x0, 0x1f, 0xff, 0xfb, 0x8f, 0xff, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x1f, 0xff, 0xfb, 0x8f, 0xff, 0xfe, 0x30, 0x0, 0x0, 0x0, 0x0, 0x1f, 0xff, 0xfb, 0x7f, 0xff, 0xe2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f, 0xff, 0xfb, 0xb, 0xfd, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe, 0xff, 0xf9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, /* U+F052 "" */ 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7c, 0xc5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0xff, 0xff, 0x70, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xff, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8, 0xff, 0xff, 0xff, 0xff, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xf3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1d, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xb0, 0x0, 0x0, 0x0, 0x0, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf9, 0x0, 0x0, 0x0, 0xc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x80, 0x0, 0x0, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf7, 0x0, 0x8, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x40, 0xe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xa0, 0xf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xa0, 0x9, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x50, 0x1, 0xcf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf9, 0x0, 0x0, 0x3, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x47, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x73, 0x0, 0x9, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x50, 0xf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xb0, 0xf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc0, 0xf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc0, 0xf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc0, 0xf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xb0, 0xd, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x90, 0x4, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, /* U+F053 "" */ 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1d, 0xf9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1d, 0xff, 0xf9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1d, 0xff, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1d, 0xff, 0xff, 0xff, 0x40, 0x0, 0x0, 0x0, 0x0, 0x1d, 0xff, 0xff, 0xff, 0x80, 0x0, 0x0, 0x0, 0x0, 0x1d, 0xff, 0xff, 0xff, 0x80, 0x0, 0x0, 0x0, 0x0, 0x1d, 0xff, 0xff, 0xff, 0x80, 0x0, 0x0, 0x0, 0x0, 0x1d, 0xff, 0xff, 0xff, 0x80, 0x0, 0x0, 0x0, 0x0, 0x1d, 0xff, 0xff, 0xff, 0x80, 0x0, 0x0, 0x0, 0x0, 0x1d, 0xff, 0xff, 0xff, 0x80, 0x0, 0x0, 0x0, 0x0, 0x1d, 0xff, 0xff, 0xff, 0x80, 0x0, 0x0, 0x0, 0x0, 0x1d, 0xff, 0xff, 0xff, 0x80, 0x0, 0x0, 0x0, 0x0, 0x1d, 0xff, 0xff, 0xff, 0x80, 0x0, 0x0, 0x0, 0x0, 0xd, 0xff, 0xff, 0xff, 0x80, 0x0, 0x0, 0x0, 0x0, 0x2, 0xff, 0xff, 0xff, 0xe1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9, 0xff, 0xff, 0xff, 0xc1, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa, 0xff, 0xff, 0xff, 0xc1, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa, 0xff, 0xff, 0xff, 0xc1, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa, 0xff, 0xff, 0xff, 0xc1, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa, 0xff, 0xff, 0xff, 0xc1, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa, 0xff, 0xff, 0xff, 0xc1, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa, 0xff, 0xff, 0xff, 0xc1, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa, 0xff, 0xff, 0xff, 0xc1, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa, 0xff, 0xff, 0xff, 0xc1, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa, 0xff, 0xff, 0xff, 0xc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa, 0xff, 0xff, 0xff, 0x50, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa, 0xff, 0xff, 0xf2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa, 0xff, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8, 0xc4, 0x0, /* U+F054 "" */ 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0xfe, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0xff, 0xff, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xff, 0xff, 0xff, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f, 0xff, 0xff, 0xff, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f, 0xff, 0xff, 0xff, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f, 0xff, 0xff, 0xff, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f, 0xff, 0xff, 0xff, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f, 0xff, 0xff, 0xff, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f, 0xff, 0xff, 0xff, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xff, 0xff, 0xff, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xff, 0xff, 0xff, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xff, 0xff, 0xff, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xff, 0xff, 0xff, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xff, 0xff, 0xff, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xff, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xff, 0xff, 0xfd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xff, 0xff, 0xfd, 0x10, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xff, 0xff, 0xfd, 0x10, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xff, 0xff, 0xfd, 0x10, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xff, 0xff, 0xfd, 0x10, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xff, 0xff, 0xfd, 0x10, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xff, 0xff, 0xfd, 0x10, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xff, 0xff, 0xfd, 0x10, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xff, 0xff, 0xfd, 0x10, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xff, 0xff, 0xfd, 0x10, 0x0, 0x0, 0x0, 0x0, 0x1f, 0xff, 0xff, 0xfd, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0xef, 0xff, 0xfd, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xef, 0xfd, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xba, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, /* U+F067 "" */ 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x28, 0xa9, 0x70, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xef, 0xff, 0xfb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xff, 0xff, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xff, 0xff, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xff, 0xff, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xff, 0xff, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xff, 0xff, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xff, 0xff, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xff, 0xff, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xff, 0xff, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xff, 0xff, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xff, 0xff, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3c, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xa1, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf9, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfb, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfb, 0x9f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf5, 0x4, 0x67, 0x77, 0x77, 0x77, 0x79, 0xff, 0xff, 0xff, 0x77, 0x77, 0x77, 0x77, 0x76, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xff, 0xff, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xff, 0xff, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xff, 0xff, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xff, 0xff, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xff, 0xff, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xff, 0xff, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xff, 0xff, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xff, 0xff, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xff, 0xff, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0xff, 0xff, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xff, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x21, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, /* U+F068 "" */ 0x3c, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xb1, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf9, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfb, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfb, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf4, 0x4, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x20, /* U+F06E "" */ 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x23, 0x44, 0x32, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0x8c, 0xff, 0xff, 0xff, 0xff, 0xd9, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7d, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe8, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0xef, 0xff, 0xff, 0xff, 0xfe, 0xef, 0xff, 0xff, 0xff, 0xff, 0x80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1b, 0xff, 0xff, 0xff, 0xf8, 0x30, 0x0, 0x2, 0x7e, 0xff, 0xff, 0xff, 0xd3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4e, 0xff, 0xff, 0xff, 0xa1, 0x0, 0x0, 0x0, 0x0, 0x8, 0xff, 0xff, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xff, 0xff, 0xff, 0x80, 0x0, 0x0, 0x11, 0x0, 0x0, 0x5, 0xff, 0xff, 0xff, 0xf8, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xff, 0xff, 0xff, 0x90, 0x0, 0x0, 0x4f, 0xff, 0xa2, 0x0, 0x6, 0xff, 0xff, 0xff, 0xf9, 0x0, 0x0, 0x0, 0x3f, 0xff, 0xff, 0xff, 0xd0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xf6, 0x0, 0xa, 0xff, 0xff, 0xff, 0xf6, 0x0, 0x0, 0x1e, 0xff, 0xff, 0xff, 0xf5, 0x0, 0x0, 0x0, 0xf, 0xff, 0xff, 0xf4, 0x0, 0x2f, 0xff, 0xff, 0xff, 0xf3, 0x0, 0xa, 0xff, 0xff, 0xff, 0xff, 0x0, 0x0, 0x0, 0x5, 0xff, 0xff, 0xff, 0xd0, 0x0, 0xcf, 0xff, 0xff, 0xff, 0xd0, 0x4, 0xff, 0xff, 0xff, 0xff, 0xb0, 0x0, 0x20, 0x4, 0xef, 0xff, 0xff, 0xff, 0x40, 0x8, 0xff, 0xff, 0xff, 0xff, 0x80, 0xcf, 0xff, 0xff, 0xff, 0xfa, 0x0, 0x2f, 0xde, 0xff, 0xff, 0xff, 0xff, 0xf7, 0x0, 0x6f, 0xff, 0xff, 0xff, 0xff, 0x1f, 0xff, 0xff, 0xff, 0xff, 0x90, 0x3, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x70, 0x5, 0xff, 0xff, 0xff, 0xff, 0xf2, 0xaf, 0xff, 0xff, 0xff, 0xfa, 0x0, 0x1f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf5, 0x0, 0x7f, 0xff, 0xff, 0xff, 0xfe, 0x1, 0xff, 0xff, 0xff, 0xff, 0xd0, 0x0, 0xcf, 0xff, 0xff, 0xff, 0xff, 0xff, 0x10, 0x9, 0xff, 0xff, 0xff, 0xff, 0x50, 0x6, 0xff, 0xff, 0xff, 0xff, 0x10, 0x4, 0xff, 0xff, 0xff, 0xff, 0xff, 0x90, 0x0, 0xef, 0xff, 0xff, 0xff, 0xb0, 0x0, 0xb, 0xff, 0xff, 0xff, 0xf8, 0x0, 0x8, 0xff, 0xff, 0xff, 0xff, 0xc0, 0x0, 0x4f, 0xff, 0xff, 0xff, 0xe1, 0x0, 0x0, 0xd, 0xff, 0xff, 0xff, 0xf2, 0x0, 0x6, 0xff, 0xff, 0xff, 0xa0, 0x0, 0xd, 0xff, 0xff, 0xff, 0xf3, 0x0, 0x0, 0x0, 0x1d, 0xff, 0xff, 0xff, 0xd0, 0x0, 0x1, 0x69, 0x97, 0x20, 0x0, 0xa, 0xff, 0xff, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x2d, 0xff, 0xff, 0xff, 0xc1, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa, 0xff, 0xff, 0xff, 0xf3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1b, 0xff, 0xff, 0xff, 0xe5, 0x0, 0x0, 0x0, 0x0, 0x4c, 0xff, 0xff, 0xff, 0xd2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0xff, 0xff, 0xff, 0xfd, 0x95, 0x33, 0x47, 0xcf, 0xff, 0xff, 0xff, 0x90, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x9f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfb, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x18, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x93, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x37, 0xad, 0xef, 0xfe, 0xdb, 0x84, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, /* U+F070 "" */ 0x2, 0x71, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xef, 0xe3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xcf, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xd, 0xff, 0xff, 0xfa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2c, 0xff, 0xff, 0xfd, 0x20, 0x0, 0x0, 0x0, 0x0, 0x13, 0x44, 0x32, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9, 0xff, 0xff, 0xff, 0x50, 0x0, 0x1, 0x59, 0xdf, 0xff, 0xff, 0xff, 0xda, 0x50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xff, 0xff, 0x90, 0x5b, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf9, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xef, 0xff, 0xff, 0xff, 0xff, 0x91, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xfb, 0x51, 0x0, 0x2, 0x6d, 0xff, 0xff, 0xff, 0xe4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0xff, 0xff, 0xc3, 0x0, 0x0, 0x0, 0x0, 0x6, 0xff, 0xff, 0xff, 0xf8, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3e, 0xff, 0xff, 0xfb, 0x10, 0x0, 0x0, 0x0, 0x0, 0x3, 0xef, 0xff, 0xff, 0xfa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1b, 0xff, 0xff, 0xfe, 0x30, 0x2e, 0xfd, 0x92, 0x0, 0x4, 0xff, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0, 0x0, 0x8, 0xff, 0xff, 0xff, 0x60, 0xef, 0xff, 0xf5, 0x0, 0x8, 0xff, 0xff, 0xff, 0xf9, 0x0, 0x0, 0x0, 0x0, 0xc, 0xb1, 0x0, 0x0, 0x4, 0xef, 0xff, 0xff, 0xae, 0xff, 0xff, 0xf4, 0x0, 0x1f, 0xff, 0xff, 0xff, 0xf5, 0x0, 0x0, 0x0, 0x8, 0xff, 0xe3, 0x0, 0x0, 0x1, 0xcf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe0, 0x0, 0xaf, 0xff, 0xff, 0xff, 0xf1, 0x0, 0x0, 0x2, 0xff, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x9f, 0xff, 0xff, 0xff, 0xff, 0xff, 0x50, 0x6, 0xff, 0xff, 0xff, 0xff, 0xa0, 0x0, 0x0, 0xaf, 0xff, 0xff, 0xfa, 0x0, 0x0, 0x0, 0x5f, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x0, 0x4f, 0xff, 0xff, 0xff, 0xff, 0x20, 0x0, 0xd, 0xff, 0xff, 0xff, 0xfd, 0x20, 0x0, 0x0, 0x2d, 0xff, 0xff, 0xff, 0xff, 0x90, 0x3, 0xff, 0xff, 0xff, 0xff, 0xf5, 0x0, 0x0, 0x8f, 0xff, 0xff, 0xff, 0xfc, 0x0, 0x0, 0x0, 0xa, 0xff, 0xff, 0xff, 0xf7, 0x0, 0x5f, 0xff, 0xff, 0xff, 0xff, 0x10, 0x0, 0x0, 0xef, 0xff, 0xff, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x6, 0xff, 0xff, 0xff, 0x90, 0x7, 0xff, 0xff, 0xff, 0xff, 0x70, 0x0, 0x0, 0x5, 0xff, 0xff, 0xff, 0xff, 0x40, 0x0, 0x0, 0x0, 0x3, 0xef, 0xff, 0xff, 0xb1, 0xdf, 0xff, 0xff, 0xff, 0xb0, 0x0, 0x0, 0x0, 0x9, 0xff, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x0, 0x0, 0x1, 0xbf, 0xff, 0xff, 0xef, 0xff, 0xff, 0xff, 0xe1, 0x0, 0x0, 0x0, 0x0, 0xc, 0xff, 0xff, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1c, 0xff, 0xff, 0xff, 0xe2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4e, 0xff, 0xff, 0xff, 0xff, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1c, 0xff, 0xff, 0xff, 0xd3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1c, 0xff, 0xff, 0xff, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9, 0xff, 0xff, 0xff, 0xf7, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9, 0xff, 0xff, 0xff, 0x60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xef, 0xff, 0xff, 0xfe, 0x95, 0x33, 0x51, 0x0, 0x0, 0x5, 0xff, 0xff, 0xff, 0x90, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe3, 0x0, 0x0, 0x2, 0xdf, 0xff, 0xff, 0xd2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x17, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xf6, 0x0, 0x0, 0x0, 0xaf, 0xff, 0xff, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x36, 0xac, 0xef, 0xfe, 0xdb, 0x81, 0x0, 0x0, 0x0, 0x6f, 0xff, 0xff, 0xf8, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3e, 0xff, 0xff, 0xfc, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1b, 0xff, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8, 0xff, 0xfe, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xef, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x20, 0x0, /* U+F071 "" */ 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4a, 0xb6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0xff, 0xff, 0xa0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f, 0xff, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xff, 0xff, 0xfd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0xff, 0xff, 0xff, 0xff, 0x70, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0xff, 0xff, 0xff, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xff, 0xff, 0xff, 0xff, 0xf9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x70, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0xff, 0xff, 0xf5, 0x0, 0x0, 0x2f, 0xff, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xff, 0xff, 0xf3, 0x0, 0x0, 0xf, 0xff, 0xff, 0xfa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xef, 0xff, 0xff, 0xf4, 0x0, 0x0, 0xf, 0xff, 0xff, 0xff, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8, 0xff, 0xff, 0xff, 0xf5, 0x0, 0x0, 0x1f, 0xff, 0xff, 0xff, 0xc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f, 0xff, 0xff, 0xff, 0xf6, 0x0, 0x0, 0x2f, 0xff, 0xff, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xff, 0xff, 0xff, 0xf7, 0x0, 0x0, 0x3f, 0xff, 0xff, 0xff, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x0, 0x0, 0x4f, 0xff, 0xff, 0xff, 0xff, 0x80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xd, 0xff, 0xff, 0xff, 0xff, 0xf9, 0x0, 0x0, 0x5f, 0xff, 0xff, 0xff, 0xff, 0xf2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xff, 0xff, 0xff, 0xff, 0xfa, 0x0, 0x0, 0x6f, 0xff, 0xff, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xef, 0xff, 0xff, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0x40, 0x0, 0x0, 0x0, 0x0, 0x9, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x43, 0x33, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x2f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x71, 0x5, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x10, 0x0, 0x0, 0x5, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x0, 0x0, 0x4f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x90, 0x0, 0x0, 0xd, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf2, 0x0, 0x0, 0xe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf2, 0x0, 0x0, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf3, 0x0, 0x0, 0xe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfb, 0x0, 0x1, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfa, 0x0, 0x0, 0x5f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x40, 0x9, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xa4, 0x38, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xd0, 0xf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf3, 0xf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf3, 0x9, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xd0, 0x1, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0x20, 0x0, 0x2, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x20, 0x0, /* U+F074 "" */ 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x68, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xc1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8, 0xff, 0xfc, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8, 0xff, 0xff, 0xc1, 0x0, 0x35, 0x55, 0x55, 0x55, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0x55, 0x5a, 0xff, 0xff, 0xfc, 0x10, 0xff, 0xff, 0xff, 0xff, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc1, 0xff, 0xff, 0xff, 0xff, 0xff, 0x40, 0x0, 0x0, 0x0, 0x7, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfb, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf3, 0x0, 0x0, 0x0, 0x6f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x20, 0x0, 0x5, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf6, 0xcf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe2, 0x0, 0x4f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x70, 0x0, 0x0, 0x0, 0x2f, 0xff, 0xff, 0xc0, 0x3, 0xff, 0xff, 0xff, 0xc0, 0x8, 0xff, 0xff, 0xf7, 0x0, 0x0, 0x0, 0x0, 0x3, 0xff, 0xfd, 0x10, 0x3f, 0xff, 0xff, 0xfd, 0x10, 0x8, 0xff, 0xff, 0x70, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f, 0xe2, 0x2, 0xef, 0xff, 0xff, 0xe1, 0x0, 0x7, 0xff, 0xf7, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0x30, 0x1e, 0xff, 0xff, 0xfe, 0x20, 0x0, 0x3, 0xff, 0x70, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xdf, 0xff, 0xff, 0xf3, 0x0, 0x0, 0x0, 0x12, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0xff, 0xff, 0xff, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xff, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x68, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0xff, 0xff, 0xff, 0x50, 0xb, 0x70, 0x0, 0x5, 0xff, 0xc1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xaf, 0xff, 0xff, 0xf7, 0x0, 0xaf, 0xf6, 0x0, 0x8, 0xff, 0xfc, 0x10, 0x0, 0x0, 0x0, 0x0, 0x9, 0xff, 0xff, 0xff, 0x80, 0x9, 0xff, 0xff, 0x50, 0x8, 0xff, 0xff, 0xc1, 0x0, 0x35, 0x55, 0x55, 0x9f, 0xff, 0xff, 0xf9, 0x0, 0x6f, 0xff, 0xff, 0xf6, 0x5a, 0xff, 0xff, 0xfc, 0x10, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xa0, 0x0, 0x1d, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc1, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x1, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfb, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc0, 0x0, 0x0, 0x0, 0x2e, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x2, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf6, 0xcf, 0xff, 0xff, 0xff, 0xc1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3e, 0xff, 0xff, 0xff, 0xff, 0xff, 0x70, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8, 0xff, 0xff, 0xf7, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8, 0xff, 0xff, 0x70, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xf7, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0xff, 0x70, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x12, 0x0, 0x0, 0x0, /* U+F077 "" */ 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x84, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1d, 0xff, 0x60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xdf, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1d, 0xff, 0xff, 0xff, 0x60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xdf, 0xff, 0xff, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1d, 0xff, 0xff, 0xff, 0xff, 0xff, 0x60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1d, 0xff, 0xff, 0xff, 0xae, 0xff, 0xff, 0xff, 0x60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xdf, 0xff, 0xff, 0xf9, 0x2, 0xef, 0xff, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1d, 0xff, 0xff, 0xff, 0x90, 0x0, 0x2e, 0xff, 0xff, 0xff, 0x60, 0x0, 0x0, 0x0, 0x1, 0xdf, 0xff, 0xff, 0xf9, 0x0, 0x0, 0x2, 0xef, 0xff, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x1d, 0xff, 0xff, 0xff, 0x90, 0x0, 0x0, 0x0, 0x2e, 0xff, 0xff, 0xff, 0x60, 0x0, 0x1, 0xdf, 0xff, 0xff, 0xf9, 0x0, 0x0, 0x0, 0x0, 0x2, 0xef, 0xff, 0xff, 0xf6, 0x0, 0x1d, 0xff, 0xff, 0xff, 0x90, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2e, 0xff, 0xff, 0xff, 0x60, 0x9f, 0xff, 0xff, 0xf9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xef, 0xff, 0xff, 0xf2, 0x9f, 0xff, 0xff, 0x90, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2e, 0xff, 0xff, 0xf1, 0x1c, 0xff, 0xf8, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xef, 0xff, 0x50, 0x0, 0xbf, 0x80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2d, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, /* U+F078 "" */ 0x0, 0x38, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0x70, 0x0, 0x5, 0xff, 0xe2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xfc, 0x0, 0x4f, 0xff, 0xfe, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9, 0xff, 0xff, 0xc0, 0xaf, 0xff, 0xff, 0xe2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xff, 0xff, 0xf2, 0x5f, 0xff, 0xff, 0xfe, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9, 0xff, 0xff, 0xff, 0xd0, 0x7, 0xff, 0xff, 0xff, 0xe2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xff, 0xff, 0xfd, 0x10, 0x0, 0x7f, 0xff, 0xff, 0xfe, 0x20, 0x0, 0x0, 0x0, 0x9, 0xff, 0xff, 0xff, 0xd1, 0x0, 0x0, 0x7, 0xff, 0xff, 0xff, 0xe2, 0x0, 0x0, 0x0, 0x9f, 0xff, 0xff, 0xfd, 0x10, 0x0, 0x0, 0x0, 0x6f, 0xff, 0xff, 0xfe, 0x20, 0x0, 0x9, 0xff, 0xff, 0xff, 0xd1, 0x0, 0x0, 0x0, 0x0, 0x6, 0xff, 0xff, 0xff, 0xe2, 0x0, 0x9f, 0xff, 0xff, 0xfd, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xff, 0xff, 0xfe, 0x29, 0xff, 0xff, 0xff, 0xd1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xd1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0xff, 0xff, 0xff, 0xff, 0xfd, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xff, 0xff, 0xff, 0xd1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0xff, 0xff, 0xfd, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xff, 0xd1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0xfc, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, /* U+F079 "" */ 0x0, 0x0, 0x0, 0x0, 0x59, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8, 0xff, 0xe2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xff, 0xfe, 0x20, 0x0, 0x0, 0x14, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8, 0xff, 0xff, 0xff, 0xe2, 0x0, 0x3, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xa0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xff, 0xff, 0xff, 0xfe, 0x20, 0x6, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe0, 0x0, 0x0, 0x0, 0x0, 0x8, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe3, 0x1, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe0, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x30, 0x1b, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe0, 0x0, 0x0, 0x0, 0x8, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xff, 0xff, 0xe2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xff, 0xe0, 0x0, 0x0, 0x0, 0xf, 0xff, 0xff, 0x5d, 0xff, 0xf6, 0xbf, 0xff, 0xf8, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xff, 0xe0, 0x0, 0x0, 0x0, 0xb, 0xff, 0xf6, 0xd, 0xff, 0xf6, 0xc, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xff, 0xe0, 0x0, 0x0, 0x0, 0x0, 0xae, 0x60, 0xd, 0xff, 0xf6, 0x1, 0xbd, 0x50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xff, 0xe0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xd, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xff, 0xe0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xd, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xff, 0xe0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xd, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xff, 0xe0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xd, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xff, 0xe0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xd, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x31, 0x0, 0x5f, 0xff, 0xe0, 0x0, 0x31, 0x0, 0x0, 0x0, 0x0, 0xd, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9, 0xff, 0x50, 0x5f, 0xff, 0xe0, 0xa, 0xff, 0x40, 0x0, 0x0, 0x0, 0xd, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xff, 0xf4, 0x5f, 0xff, 0xe0, 0xaf, 0xff, 0xe0, 0x0, 0x0, 0x0, 0xd, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xff, 0xff, 0x8f, 0xff, 0xe9, 0xff, 0xff, 0xf0, 0x0, 0x0, 0x0, 0xd, 0xff, 0xf9, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x20, 0xa, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x50, 0x0, 0x0, 0x0, 0xd, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf5, 0x0, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf5, 0x0, 0x0, 0x0, 0x0, 0xd, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x40, 0xa, 0xff, 0xff, 0xff, 0xff, 0xff, 0x40, 0x0, 0x0, 0x0, 0x0, 0xc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x70, 0x0, 0xaf, 0xff, 0xff, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x10, 0x0, 0xa, 0xff, 0xff, 0xff, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xaf, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa, 0xff, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x31, 0x0, 0x0, 0x0, 0x0, /* U+F07B "" */ 0x1, 0x57, 0x88, 0x88, 0x88, 0x88, 0x87, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2e, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x31, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xb0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf9, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf7, 0x7, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0x70, /* U+F093 "" */ 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x46, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0xff, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xff, 0xfb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0xff, 0xff, 0xff, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xff, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0xff, 0xff, 0xff, 0xff, 0xff, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x70, 0x0, 0x0, 0x0, 0x0, 0x1, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x13, 0x33, 0x33, 0x4f, 0xff, 0xff, 0xff, 0xf8, 0x33, 0x33, 0x32, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f, 0xff, 0xff, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f, 0xff, 0xff, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f, 0xff, 0xff, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f, 0xff, 0xff, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f, 0xff, 0xff, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f, 0xff, 0xff, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f, 0xff, 0xff, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f, 0xff, 0xff, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f, 0xff, 0xff, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x22, 0x22, 0x22, 0x22, 0x10, 0x1f, 0xff, 0xff, 0xff, 0xf6, 0x1, 0x22, 0x22, 0x22, 0x22, 0x10, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xa0, 0xf, 0xff, 0xff, 0xff, 0xf5, 0xa, 0xff, 0xff, 0xff, 0xff, 0xfa, 0xff, 0xff, 0xff, 0xff, 0xff, 0xd0, 0x5, 0xbc, 0xcc, 0xcb, 0x80, 0xd, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xd7, 0x55, 0x55, 0x55, 0x7d, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf6, 0x8, 0xfa, 0x4, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf4, 0x6, 0xf8, 0x2, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, /* U+F095 "" */ 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6b, 0x84, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f, 0xff, 0xff, 0xd9, 0x62, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8, 0xff, 0xff, 0xff, 0xff, 0xfa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xef, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xff, 0xff, 0xff, 0xff, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xef, 0xff, 0xff, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f, 0xff, 0xff, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9, 0xff, 0xff, 0xff, 0x90, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0xff, 0xff, 0xff, 0xf2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xdf, 0xff, 0xff, 0xfa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xff, 0xff, 0xff, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xff, 0xff, 0xff, 0x80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xff, 0xff, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x8e, 0xe3, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xff, 0xff, 0xff, 0xf2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3a, 0xff, 0xff, 0xe2, 0x0, 0x0, 0x0, 0x8f, 0xff, 0xff, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x5, 0xcf, 0xff, 0xff, 0xff, 0xd0, 0x0, 0x2, 0xcf, 0xff, 0xff, 0xff, 0xf8, 0x0, 0x0, 0x0, 0x0, 0x5e, 0xff, 0xff, 0xff, 0xff, 0xff, 0xa0, 0x7, 0xff, 0xff, 0xff, 0xff, 0xf9, 0x0, 0x0, 0x0, 0x0, 0xf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xae, 0xff, 0xff, 0xff, 0xff, 0xfa, 0x0, 0x0, 0x0, 0x0, 0x0, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf7, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x91, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe8, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f, 0xff, 0xff, 0xfc, 0xa6, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x13, 0x32, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, /* U+F0C4 "" */ 0x0, 0x0, 0x15, 0x64, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xbf, 0xff, 0xff, 0x91, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0x53, 0x0, 0x0, 0x3, 0xff, 0xff, 0xff, 0xff, 0xd1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6e, 0xff, 0xff, 0x70, 0x1, 0xef, 0xff, 0xff, 0xff, 0xff, 0xc0, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xff, 0xff, 0xff, 0x90, 0x8f, 0xff, 0xff, 0xef, 0xff, 0xff, 0x40, 0x0, 0x0, 0x0, 0x9f, 0xff, 0xff, 0xff, 0xf6, 0xd, 0xff, 0xfd, 0x10, 0x3f, 0xff, 0xf9, 0x0, 0x0, 0x0, 0x9f, 0xff, 0xff, 0xff, 0xf6, 0x0, 0xff, 0xff, 0x50, 0x0, 0x9f, 0xff, 0xb0, 0x0, 0x0, 0xaf, 0xff, 0xff, 0xff, 0xf6, 0x0, 0xf, 0xff, 0xf6, 0x0, 0xa, 0xff, 0xfb, 0x0, 0x0, 0xaf, 0xff, 0xff, 0xff, 0xf6, 0x0, 0x0, 0xcf, 0xff, 0xe5, 0x27, 0xff, 0xff, 0x70, 0x0, 0xbf, 0xff, 0xff, 0xff, 0xf6, 0x0, 0x0, 0x6, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfb, 0x0, 0xbf, 0xff, 0xff, 0xff, 0xf6, 0x0, 0x0, 0x0, 0xc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfb, 0xbf, 0xff, 0xff, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x1c, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x5f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xff, 0xff, 0xff, 0xff, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xcf, 0xff, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xf9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x56, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2b, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfa, 0x0, 0x0, 0x0, 0x0, 0x1e, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf7, 0x8f, 0xff, 0xff, 0xff, 0xfa, 0x0, 0x0, 0x0, 0x8, 0xff, 0xff, 0xfe, 0xff, 0xff, 0xf8, 0x0, 0x7f, 0xff, 0xff, 0xff, 0xfa, 0x0, 0x0, 0x0, 0xdf, 0xff, 0xd1, 0x3, 0xff, 0xff, 0x80, 0x0, 0x7f, 0xff, 0xff, 0xff, 0xfa, 0x0, 0x0, 0xf, 0xff, 0xf5, 0x0, 0x9, 0xff, 0xfb, 0x0, 0x0, 0x6f, 0xff, 0xff, 0xff, 0xfa, 0x0, 0x0, 0xff, 0xff, 0x60, 0x0, 0xaf, 0xff, 0xb0, 0x0, 0x0, 0x6f, 0xff, 0xff, 0xff, 0xfa, 0x0, 0xc, 0xff, 0xfe, 0x52, 0x7f, 0xff, 0xf8, 0x0, 0x0, 0x0, 0x5f, 0xff, 0xff, 0xff, 0xfa, 0x0, 0x6f, 0xff, 0xff, 0xff, 0xff, 0xff, 0x20, 0x0, 0x0, 0x0, 0x5f, 0xff, 0xff, 0xff, 0xf9, 0x0, 0xcf, 0xff, 0xff, 0xff, 0xff, 0x90, 0x0, 0x0, 0x0, 0x0, 0x4f, 0xff, 0xff, 0xff, 0x60, 0x1, 0xcf, 0xff, 0xff, 0xff, 0xa0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2a, 0xff, 0xfb, 0x30, 0x0, 0x0, 0x7d, 0xff, 0xfc, 0x50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, /* U+F0C5 "" */ 0x0, 0x0, 0x0, 0x0, 0x3d, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf1, 0x6, 0xc2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf1, 0x7, 0xfe, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf1, 0x7, 0xff, 0xe2, 0x0, 0x0, 0x0, 0x0, 0x0, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf1, 0x7, 0xff, 0xfe, 0x20, 0x0, 0x0, 0x0, 0x0, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf1, 0x7, 0xff, 0xff, 0xe2, 0x0, 0x0, 0x0, 0x0, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf1, 0x7, 0xff, 0xff, 0xfc, 0x28, 0x99, 0x99, 0x30, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf1, 0x3, 0x66, 0x66, 0x66, 0xdf, 0xff, 0xff, 0x60, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf2, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0x60, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfb, 0x32, 0x22, 0x22, 0x22, 0xff, 0xff, 0xff, 0x60, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xff, 0xff, 0xff, 0x60, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xff, 0xff, 0xff, 0x60, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xff, 0xff, 0xff, 0x60, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xff, 0xff, 0xff, 0x60, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xff, 0xff, 0xff, 0x60, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xff, 0xff, 0xff, 0x60, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xff, 0xff, 0xff, 0x60, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xff, 0xff, 0xff, 0x60, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xff, 0xff, 0xff, 0x60, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xff, 0xff, 0xff, 0x60, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xff, 0xff, 0xff, 0x60, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xff, 0xff, 0xff, 0x60, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xff, 0xff, 0xff, 0x60, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xff, 0xff, 0xff, 0x60, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xff, 0xff, 0xff, 0x60, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xff, 0xff, 0xff, 0x60, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xff, 0xff, 0xff, 0x60, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xff, 0xff, 0xff, 0x90, 0x3d, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe5, 0xff, 0xff, 0xff, 0xf2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0xfe, 0x50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc0, 0x0, 0x0, 0x0, 0x0, 0x3, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x43, 0x0, 0x0, 0x0, 0x0, 0x0, /* U+F0C7 "" */ 0x0, 0x46, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x64, 0x0, 0x0, 0x0, 0x0, 0x1d, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xd2, 0x0, 0x0, 0x0, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x20, 0x0, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe2, 0x0, 0x0, 0xff, 0xff, 0xfd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xff, 0xff, 0xfe, 0x20, 0x0, 0xff, 0xff, 0x50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f, 0xff, 0xff, 0xe2, 0x0, 0xff, 0xff, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe, 0xff, 0xff, 0xfe, 0x20, 0xff, 0xff, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe, 0xff, 0xff, 0xff, 0xe1, 0xff, 0xff, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe, 0xff, 0xff, 0xff, 0xf6, 0xff, 0xff, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe, 0xff, 0xff, 0xff, 0xf9, 0xff, 0xff, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe, 0xff, 0xff, 0xff, 0xf9, 0xff, 0xff, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe, 0xff, 0xff, 0xff, 0xf9, 0xff, 0xff, 0x50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f, 0xff, 0xff, 0xff, 0xf9, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf9, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf9, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf9, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf9, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe8, 0x56, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf9, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0x10, 0x0, 0x5, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf9, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf2, 0x0, 0x0, 0x0, 0x9f, 0xff, 0xff, 0xff, 0xff, 0xf9, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc0, 0x0, 0x0, 0x0, 0x3f, 0xff, 0xff, 0xff, 0xff, 0xf9, 0xff, 0xff, 0xff, 0xff, 0xff, 0xa0, 0x0, 0x0, 0x0, 0x1f, 0xff, 0xff, 0xff, 0xff, 0xf9, 0xff, 0xff, 0xff, 0xff, 0xff, 0xb0, 0x0, 0x0, 0x0, 0x2f, 0xff, 0xff, 0xff, 0xff, 0xf9, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xf9, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x3, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf9, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc5, 0x23, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf9, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf9, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf7, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf2, 0x9, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x40, 0x0, 0x1, 0x22, 0x22, 0x22, 0x22, 0x22, 0x22, 0x22, 0x22, 0x22, 0x22, 0x22, 0x10, 0x0, /* U+F0E7 "" */ 0x0, 0x5, 0xef, 0xff, 0xff, 0xff, 0xff, 0xe5, 0x0, 0x0, 0x0, 0x0, 0x0, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc0, 0x0, 0x0, 0x0, 0x0, 0xf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfa, 0x0, 0x0, 0x0, 0x0, 0x2, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x50, 0x0, 0x0, 0x0, 0x0, 0x4f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x6, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0x50, 0x0, 0x0, 0x0, 0x0, 0xa, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0x0, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf, 0xff, 0xff, 0xff, 0xff, 0xff, 0x60, 0x0, 0x0, 0x0, 0x0, 0x1, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf6, 0x55, 0x55, 0x55, 0x51, 0x0, 0x3f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe1, 0x5, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x30, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc0, 0x9, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf3, 0x0, 0xcf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfa, 0x0, 0xe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x10, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x70, 0x0, 0x9, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xd0, 0x0, 0x0, 0x2, 0x22, 0x22, 0x22, 0x2a, 0xff, 0xff, 0xff, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xdf, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f, 0xff, 0xff, 0xff, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xff, 0xff, 0xff, 0x90, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xff, 0xff, 0xe1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0xff, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xfd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f, 0xff, 0xff, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0xff, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xff, 0xf2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf, 0xff, 0xf8, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0xff, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xff, 0x50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9, 0xff, 0xc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3e, 0xe2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, /* U+F0EA "" */ 0x0, 0x0, 0x0, 0x0, 0x39, 0xb9, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x39, 0xaa, 0xaa, 0xaf, 0xff, 0xff, 0xff, 0xaa, 0xaa, 0xa9, 0x30, 0x0, 0x0, 0x0, 0x0, 0xef, 0xff, 0xff, 0xff, 0xf6, 0x5, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0xff, 0xf1, 0x0, 0xff, 0xff, 0xff, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0xff, 0xf7, 0x6, 0xff, 0xff, 0xff, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xbb, 0xbb, 0xbb, 0xbb, 0xb0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0xff, 0xfd, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0xff, 0xf1, 0x0, 0x12, 0x22, 0x22, 0x22, 0x20, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0xff, 0xa0, 0x3f, 0xff, 0xff, 0xff, 0xff, 0xf1, 0x7, 0xe4, 0x0, 0x0, 0xff, 0xff, 0xff, 0xff, 0x80, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xf1, 0x7, 0xff, 0x40, 0x0, 0xff, 0xff, 0xff, 0xff, 0x80, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xf1, 0x7, 0xff, 0xf4, 0x0, 0xff, 0xff, 0xff, 0xff, 0x80, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xf1, 0x7, 0xff, 0xff, 0x40, 0xff, 0xff, 0xff, 0xff, 0x80, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xf1, 0x7, 0xff, 0xff, 0xf4, 0xff, 0xff, 0xff, 0xff, 0x80, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xf1, 0x7, 0xff, 0xff, 0xfd, 0xff, 0xff, 0xff, 0xff, 0x80, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xf1, 0x1, 0x44, 0x44, 0x43, 0xff, 0xff, 0xff, 0xff, 0x80, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xf7, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0xff, 0x80, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xed, 0xdd, 0xdd, 0xdc, 0xff, 0xff, 0xff, 0xff, 0x80, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xff, 0xff, 0xff, 0xff, 0x80, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xff, 0xff, 0xff, 0xff, 0x80, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xff, 0xff, 0xff, 0xff, 0x80, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xff, 0xff, 0xff, 0xff, 0x80, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xff, 0xff, 0xff, 0xff, 0x80, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xef, 0xff, 0xff, 0xff, 0x80, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x3a, 0xaa, 0xaa, 0xaa, 0x50, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2e, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf7, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, /* U+F0F3 "" */ 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0x98, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe, 0xff, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6c, 0xff, 0xff, 0xff, 0xb5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4e, 0xff, 0xff, 0xff, 0xff, 0xff, 0xb2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x60, 0x0, 0x0, 0x0, 0x0, 0x1f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf2, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf5, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf7, 0x0, 0x0, 0x0, 0x0, 0xcf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x0, 0x0, 0x0, 0x0, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf9, 0x0, 0x0, 0x0, 0x0, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfa, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x0, 0x0, 0x0, 0x4, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0, 0x0, 0x0, 0x7, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x30, 0x0, 0x0, 0xd, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x80, 0x0, 0x0, 0x3f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe0, 0x0, 0x0, 0xcf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x0, 0xa, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x60, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf3, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfa, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf9, 0x3d, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xb1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xff, 0xff, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f, 0xff, 0xff, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8, 0xff, 0xff, 0xff, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0xe5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x32, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, /* U+F11C "" */ 0x0, 0x24, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x43, 0x0, 0x1, 0xcf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0x30, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0xe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf2, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x4f, 0xff, 0xf6, 0x0, 0x6, 0xfe, 0x0, 0x3, 0xff, 0x10, 0x1, 0xff, 0x50, 0x0, 0x5f, 0xf1, 0x0, 0x1f, 0xff, 0xf4, 0xff, 0xff, 0x40, 0x0, 0x4f, 0xd0, 0x0, 0x2f, 0xf0, 0x0, 0xe, 0xf3, 0x0, 0x3, 0xfe, 0x0, 0x0, 0xff, 0xff, 0x4f, 0xff, 0xf4, 0x0, 0x4, 0xfd, 0x0, 0x2, 0xff, 0x0, 0x0, 0xef, 0x30, 0x0, 0x3f, 0xe0, 0x0, 0xf, 0xff, 0xf4, 0xff, 0xff, 0x60, 0x0, 0x7f, 0xe0, 0x0, 0x4f, 0xf2, 0x0, 0x1f, 0xf5, 0x0, 0x5, 0xff, 0x10, 0x2, 0xff, 0xff, 0x4f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf4, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x4f, 0xff, 0xff, 0xff, 0xa2, 0x22, 0x6f, 0xf3, 0x22, 0x3f, 0xf6, 0x22, 0x2e, 0xf9, 0x22, 0x27, 0xff, 0xff, 0xff, 0xf4, 0xff, 0xff, 0xff, 0xf7, 0x0, 0x2, 0xfe, 0x0, 0x0, 0xff, 0x30, 0x0, 0xcf, 0x50, 0x0, 0x3f, 0xff, 0xff, 0xff, 0x4f, 0xff, 0xff, 0xff, 0x70, 0x0, 0x2f, 0xe0, 0x0, 0xf, 0xf3, 0x0, 0xc, 0xf5, 0x0, 0x3, 0xff, 0xff, 0xff, 0xf4, 0xff, 0xff, 0xff, 0xf8, 0x0, 0x3, 0xfe, 0x0, 0x0, 0xff, 0x30, 0x0, 0xdf, 0x60, 0x0, 0x4f, 0xff, 0xff, 0xff, 0x4f, 0xff, 0xff, 0xff, 0xfd, 0xdd, 0xff, 0xfe, 0xdd, 0xef, 0xff, 0xdd, 0xef, 0xff, 0xdd, 0xdf, 0xff, 0xff, 0xff, 0xf4, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x4f, 0xff, 0xfa, 0x44, 0x4a, 0xff, 0x54, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x9f, 0xf6, 0x44, 0x7f, 0xff, 0xf4, 0xff, 0xff, 0x40, 0x0, 0x4f, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0xfe, 0x0, 0x0, 0xff, 0xff, 0x4f, 0xff, 0xf4, 0x0, 0x4, 0xfd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f, 0xe0, 0x0, 0xf, 0xff, 0xf4, 0xff, 0xff, 0x40, 0x0, 0x4f, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0xfe, 0x0, 0x0, 0xff, 0xff, 0x4f, 0xff, 0xf9, 0x44, 0x4a, 0xff, 0x54, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x9f, 0xf5, 0x44, 0x6f, 0xff, 0xf4, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x3e, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf1, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfb, 0x0, 0x7e, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe9, 0x0, /* U+F124 "" */ 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7b, 0x92, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x8f, 0xff, 0xff, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xaf, 0xff, 0xff, 0xff, 0xc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xcf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x17, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x29, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf7, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3a, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4b, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5d, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x10, 0x0, 0x0, 0x0, 0x0, 0x7e, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf9, 0x0, 0x0, 0x0, 0x1, 0x8e, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf2, 0x0, 0x0, 0x0, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xb0, 0x0, 0x0, 0x8, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x30, 0x0, 0x0, 0xe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x0, 0x0, 0x0, 0xf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf5, 0x0, 0x0, 0x0, 0xb, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x2, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x60, 0x0, 0x0, 0x0, 0x0, 0x4, 0x56, 0x66, 0x66, 0x66, 0x66, 0x67, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf7, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xff, 0xff, 0xff, 0xff, 0xff, 0x80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xff, 0xff, 0xff, 0xff, 0xff, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xff, 0xff, 0xff, 0xff, 0xfa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xff, 0xff, 0xff, 0xff, 0xf2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xff, 0xff, 0xff, 0xff, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xff, 0xff, 0xff, 0xff, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xff, 0xff, 0xff, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xff, 0xff, 0xff, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xff, 0xff, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0x60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xff, 0xfd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1c, 0xff, 0xd3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x22, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, /* U+F15B "" */ 0x28, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x70, 0x8, 0x20, 0x0, 0x0, 0x0, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe0, 0xf, 0xe2, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe0, 0xf, 0xfe, 0x20, 0x0, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe0, 0xf, 0xff, 0xe2, 0x0, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe0, 0xf, 0xff, 0xfe, 0x20, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe0, 0xf, 0xff, 0xff, 0xe2, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe0, 0xf, 0xff, 0xff, 0xfe, 0x20, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe0, 0xf, 0xff, 0xff, 0xff, 0xe2, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe0, 0xf, 0xff, 0xff, 0xff, 0xf7, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x22, 0x22, 0x22, 0x22, 0x21, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf7, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf3, 0x3, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x43, 0x10, /* U+F1EB "" */ 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x14, 0x68, 0x9a, 0xa9, 0x87, 0x52, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x5a, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc8, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5b, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe8, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xa2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4e, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf9, 0x10, 0x0, 0x0, 0x0, 0x1, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdc, 0xbb, 0xbc, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x50, 0x0, 0x0, 0x4, 0xef, 0xff, 0xff, 0xff, 0xff, 0xd8, 0x51, 0x0, 0x0, 0x0, 0x0, 0x3, 0x7b, 0xff, 0xff, 0xff, 0xff, 0xff, 0xa0, 0x0, 0x6, 0xff, 0xff, 0xff, 0xff, 0xf9, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5c, 0xff, 0xff, 0xff, 0xff, 0xc1, 0x9, 0xff, 0xff, 0xff, 0xff, 0x81, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xcf, 0xff, 0xff, 0xff, 0xe2, 0xef, 0xff, 0xff, 0xfa, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5e, 0xff, 0xff, 0xff, 0x64, 0xff, 0xff, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1b, 0xff, 0xff, 0xb0, 0x4, 0xff, 0xd2, 0x0, 0x0, 0x0, 0x0, 0x3, 0x7a, 0xce, 0xff, 0xfd, 0xb9, 0x51, 0x0, 0x0, 0x0, 0x0, 0x8, 0xff, 0xb0, 0x0, 0x3, 0x91, 0x0, 0x0, 0x0, 0x1, 0x8e, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfb, 0x40, 0x0, 0x0, 0x0, 0x5, 0x80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x18, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xd4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4e, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfa, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xd9, 0x76, 0x56, 0x8b, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xff, 0xff, 0xff, 0xe7, 0x10, 0x0, 0x0, 0x0, 0x0, 0x3b, 0xff, 0xff, 0xff, 0xc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0xff, 0xff, 0x70, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xcf, 0xff, 0xc1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xfd, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xc1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x45, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xff, 0xb1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xff, 0xff, 0xff, 0xc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xcf, 0xff, 0xff, 0xff, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf, 0xff, 0xff, 0xff, 0xf7, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0xff, 0x60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa, 0xff, 0xff, 0xff, 0xf2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f, 0xff, 0xff, 0xf9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2c, 0xff, 0xe7, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, /* U+F240 "" */ 0x0, 0x24, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x43, 0x0, 0x0, 0x1, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0x20, 0x0, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0x0, 0xe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf2, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x30, 0xf, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf, 0xff, 0xff, 0xc0, 0xff, 0xff, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0x4f, 0xff, 0xf4, 0xa, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0xf, 0xff, 0xff, 0xf5, 0xff, 0xff, 0x40, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0, 0xff, 0xff, 0xff, 0x5f, 0xff, 0xf4, 0xa, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x3, 0x3f, 0xff, 0xf5, 0xff, 0xff, 0x40, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0, 0x0, 0xef, 0xff, 0x5f, 0xff, 0xf4, 0xa, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x0, 0xe, 0xff, 0xf5, 0xff, 0xff, 0x40, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0, 0x0, 0xef, 0xff, 0x5f, 0xff, 0xf4, 0xa, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x8, 0x8f, 0xff, 0xf5, 0xff, 0xff, 0x40, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0, 0xff, 0xff, 0xff, 0x5f, 0xff, 0xf4, 0x5, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x80, 0xf, 0xff, 0xff, 0xf5, 0xff, 0xff, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0x3f, 0xff, 0xf7, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x5f, 0xff, 0xfc, 0x70, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x30, 0xd, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf1, 0x0, 0x6f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfa, 0x0, 0x0, 0x6d, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xd8, 0x0, 0x0, /* U+F241 "" */ 0x0, 0x24, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x43, 0x0, 0x0, 0x1, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0x20, 0x0, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0x0, 0xe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf2, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x30, 0xf, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf, 0xff, 0xff, 0xc0, 0xff, 0xff, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0x4f, 0xff, 0xf4, 0xd, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x60, 0x0, 0x0, 0x0, 0xf, 0xff, 0xff, 0xf5, 0xff, 0xff, 0x40, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0x5f, 0xff, 0xf4, 0xd, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x60, 0x0, 0x0, 0x0, 0x3, 0x3f, 0xff, 0xf5, 0xff, 0xff, 0x40, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0xef, 0xff, 0x5f, 0xff, 0xf4, 0xd, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x60, 0x0, 0x0, 0x0, 0x0, 0xe, 0xff, 0xf5, 0xff, 0xff, 0x40, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0xef, 0xff, 0x5f, 0xff, 0xf4, 0xd, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x60, 0x0, 0x0, 0x0, 0x8, 0x8f, 0xff, 0xf5, 0xff, 0xff, 0x40, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0x5f, 0xff, 0xf4, 0x6, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x30, 0x0, 0x0, 0x0, 0xf, 0xff, 0xff, 0xf5, 0xff, 0xff, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0x3f, 0xff, 0xf7, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x5f, 0xff, 0xfc, 0x70, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x30, 0xd, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf1, 0x0, 0x6f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfa, 0x0, 0x0, 0x6d, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xd8, 0x0, 0x0, /* U+F242 "" */ 0x0, 0x24, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x43, 0x0, 0x0, 0x1, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0x20, 0x0, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0x0, 0xe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf2, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x30, 0xf, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf, 0xff, 0xff, 0xc0, 0xff, 0xff, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0x4f, 0xff, 0xf4, 0xc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf, 0xff, 0xff, 0xf5, 0xff, 0xff, 0x40, 0xcf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0x5f, 0xff, 0xf4, 0xc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0x3f, 0xff, 0xf5, 0xff, 0xff, 0x40, 0xcf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xef, 0xff, 0x5f, 0xff, 0xf4, 0xc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe, 0xff, 0xf5, 0xff, 0xff, 0x40, 0xcf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xef, 0xff, 0x5f, 0xff, 0xf4, 0xc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8, 0x8f, 0xff, 0xf5, 0xff, 0xff, 0x40, 0xcf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0x5f, 0xff, 0xf4, 0x6, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf, 0xff, 0xff, 0xf5, 0xff, 0xff, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0x3f, 0xff, 0xf7, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x5f, 0xff, 0xfc, 0x70, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x30, 0xd, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf1, 0x0, 0x6f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfa, 0x0, 0x0, 0x6d, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xd8, 0x0, 0x0, /* U+F243 "" */ 0x0, 0x24, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x43, 0x0, 0x0, 0x1, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0x20, 0x0, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0x0, 0xe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf2, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x30, 0xf, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf, 0xff, 0xff, 0xc0, 0xff, 0xff, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0x4f, 0xff, 0xf4, 0x9, 0xff, 0xff, 0xff, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf, 0xff, 0xff, 0xf5, 0xff, 0xff, 0x40, 0x9f, 0xff, 0xff, 0xff, 0xe0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0x5f, 0xff, 0xf4, 0x9, 0xff, 0xff, 0xff, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0x3f, 0xff, 0xf5, 0xff, 0xff, 0x40, 0x9f, 0xff, 0xff, 0xff, 0xe0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xef, 0xff, 0x5f, 0xff, 0xf4, 0x9, 0xff, 0xff, 0xff, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe, 0xff, 0xf5, 0xff, 0xff, 0x40, 0x9f, 0xff, 0xff, 0xff, 0xe0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xef, 0xff, 0x5f, 0xff, 0xf4, 0x9, 0xff, 0xff, 0xff, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8, 0x8f, 0xff, 0xf5, 0xff, 0xff, 0x40, 0x9f, 0xff, 0xff, 0xff, 0xe0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0x5f, 0xff, 0xf4, 0x4, 0x88, 0x88, 0x88, 0x87, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf, 0xff, 0xff, 0xf5, 0xff, 0xff, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0x3f, 0xff, 0xf7, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x5f, 0xff, 0xfc, 0x70, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x30, 0xd, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf1, 0x0, 0x6f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfa, 0x0, 0x0, 0x6d, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xd8, 0x0, 0x0, /* U+F244 "" */ 0x0, 0x24, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x43, 0x0, 0x0, 0x1, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0x20, 0x0, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0x0, 0xe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf2, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x30, 0xf, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf, 0xff, 0xff, 0xc0, 0xff, 0xff, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0x4f, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf, 0xff, 0xff, 0xf5, 0xff, 0xff, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0x5f, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0x3f, 0xff, 0xf5, 0xff, 0xff, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xef, 0xff, 0x5f, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe, 0xff, 0xf5, 0xff, 0xff, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xef, 0xff, 0x5f, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8, 0x8f, 0xff, 0xf5, 0xff, 0xff, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0x5f, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf, 0xff, 0xff, 0xf5, 0xff, 0xff, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0x3f, 0xff, 0xf7, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x5f, 0xff, 0xfc, 0x70, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x30, 0xd, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf1, 0x0, 0x6f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfa, 0x0, 0x0, 0x6d, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xd8, 0x0, 0x0, /* U+F287 "" */ 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8, 0xcc, 0x50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0xff, 0xff, 0x80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x57, 0x7a, 0xff, 0xff, 0xff, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xdf, 0xff, 0xef, 0xff, 0xff, 0xff, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xf6, 0x0, 0x2f, 0xff, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f, 0xfa, 0x0, 0x0, 0x4e, 0xff, 0xc2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff, 0x10, 0x0, 0x0, 0x3, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0x86, 0x20, 0x0, 0x0, 0x0, 0xef, 0x90, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3e, 0xff, 0xff, 0x90, 0x0, 0x0, 0x6f, 0xf2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6c, 0x30, 0x0, 0x0, 0x2f, 0xff, 0xff, 0xff, 0x90, 0x0, 0xe, 0xfb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8, 0xff, 0x91, 0x0, 0xa, 0xff, 0xff, 0xff, 0xff, 0x10, 0x1b, 0xff, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xff, 0xe6, 0x0, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x2f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf6, 0xcf, 0xff, 0xff, 0xff, 0xf7, 0x55, 0x55, 0x55, 0x8f, 0xfe, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x5b, 0xff, 0xff, 0xc3, 0x5, 0xff, 0xff, 0xff, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xfe, 0x50, 0x0, 0x9, 0xff, 0xff, 0xfe, 0x10, 0x0, 0x0, 0x0, 0x0, 0xdf, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8, 0xf8, 0x0, 0x0, 0x0, 0x4, 0xbd, 0xc8, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x12, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe, 0xfa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xf2, 0x0, 0xd, 0xff, 0xff, 0xfe, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xef, 0xc0, 0x0, 0xff, 0xff, 0xff, 0xf2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xc9, 0x9f, 0xff, 0xff, 0xff, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xac, 0xcf, 0xff, 0xff, 0xff, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0xf2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe, 0xff, 0xff, 0xff, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x12, 0x22, 0x22, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, /* U+F293 "" */ 0x0, 0x0, 0x0, 0x0, 0x26, 0xab, 0xcd, 0xcb, 0x84, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5d, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf9, 0x10, 0x0, 0x0, 0x0, 0x0, 0x1b, 0xff, 0xff, 0xff, 0xef, 0xff, 0xff, 0xff, 0xe4, 0x0, 0x0, 0x0, 0x1, 0xdf, 0xff, 0xff, 0xff, 0x3e, 0xff, 0xff, 0xff, 0xff, 0x40, 0x0, 0x0, 0xc, 0xff, 0xff, 0xff, 0xff, 0x12, 0xef, 0xff, 0xff, 0xff, 0xe1, 0x0, 0x0, 0x7f, 0xff, 0xff, 0xff, 0xff, 0x10, 0x2e, 0xff, 0xff, 0xff, 0xfa, 0x0, 0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0x10, 0x3, 0xff, 0xff, 0xff, 0xff, 0x20, 0x6, 0xff, 0xff, 0xff, 0xff, 0xff, 0x10, 0x0, 0x3f, 0xff, 0xff, 0xff, 0x80, 0xc, 0xff, 0xff, 0xff, 0xff, 0xff, 0x10, 0x0, 0x4, 0xff, 0xff, 0xff, 0xd0, 0xf, 0xff, 0xff, 0xec, 0xff, 0xff, 0x10, 0x39, 0x0, 0x5f, 0xff, 0xff, 0xf1, 0x4f, 0xff, 0xfe, 0x20, 0xbf, 0xff, 0x10, 0x3f, 0xa0, 0x5, 0xff, 0xff, 0xf4, 0x7f, 0xff, 0xfb, 0x0, 0xb, 0xff, 0x10, 0x3f, 0xf6, 0x0, 0xaf, 0xff, 0xf7, 0x9f, 0xff, 0xff, 0xa0, 0x0, 0xbf, 0x10, 0x3f, 0xa0, 0x5, 0xff, 0xff, 0xf9, 0xbf, 0xff, 0xff, 0xfa, 0x0, 0xb, 0x10, 0x2a, 0x0, 0x3f, 0xff, 0xff, 0xfa, 0xcf, 0xff, 0xff, 0xff, 0xa0, 0x0, 0x0, 0x0, 0x2, 0xef, 0xff, 0xff, 0xfc, 0xdf, 0xff, 0xff, 0xff, 0xfa, 0x0, 0x0, 0x0, 0x1e, 0xff, 0xff, 0xff, 0xfc, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xa0, 0x0, 0x0, 0xdf, 0xff, 0xff, 0xff, 0xfd, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xf4, 0x0, 0x6, 0xff, 0xff, 0xff, 0xff, 0xfd, 0xdf, 0xff, 0xff, 0xff, 0xff, 0x70, 0x0, 0x0, 0x9f, 0xff, 0xff, 0xff, 0xfc, 0xdf, 0xff, 0xff, 0xff, 0xf6, 0x0, 0x0, 0x0, 0xa, 0xff, 0xff, 0xff, 0xfc, 0xcf, 0xff, 0xff, 0xff, 0x60, 0x1, 0x0, 0x11, 0x0, 0xbf, 0xff, 0xff, 0xfb, 0xaf, 0xff, 0xff, 0xf6, 0x0, 0x1d, 0x10, 0x3d, 0x10, 0xb, 0xff, 0xff, 0xfa, 0x8f, 0xff, 0xff, 0x60, 0x1, 0xdf, 0x10, 0x3f, 0xc1, 0x0, 0xcf, 0xff, 0xf8, 0x6f, 0xff, 0xfa, 0x0, 0x2d, 0xff, 0x10, 0x3f, 0xf4, 0x0, 0x7f, 0xff, 0xf6, 0x3f, 0xff, 0xff, 0x52, 0xef, 0xff, 0x20, 0x3f, 0x50, 0x6, 0xff, 0xff, 0xf3, 0xf, 0xff, 0xff, 0xfe, 0xff, 0xff, 0x20, 0x35, 0x0, 0x6f, 0xff, 0xff, 0xf0, 0xa, 0xff, 0xff, 0xff, 0xff, 0xff, 0x20, 0x0, 0x7, 0xff, 0xff, 0xff, 0xb0, 0x4, 0xff, 0xff, 0xff, 0xff, 0xff, 0x20, 0x0, 0x7f, 0xff, 0xff, 0xff, 0x60, 0x0, 0xcf, 0xff, 0xff, 0xff, 0xff, 0x20, 0x7, 0xff, 0xff, 0xff, 0xfe, 0x0, 0x0, 0x3f, 0xff, 0xff, 0xff, 0xff, 0x30, 0x7f, 0xff, 0xff, 0xff, 0xf6, 0x0, 0x0, 0x6, 0xff, 0xff, 0xff, 0xff, 0x38, 0xff, 0xff, 0xff, 0xff, 0xc0, 0x0, 0x0, 0x0, 0x5f, 0xff, 0xff, 0xff, 0xbf, 0xff, 0xff, 0xff, 0xfd, 0x10, 0x0, 0x0, 0x0, 0x2, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0x8b, 0xef, 0xff, 0xff, 0xeb, 0x71, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x12, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, /* U+F2ED "" */ 0x0, 0x0, 0x0, 0x0, 0x0, 0x58, 0x88, 0x88, 0x88, 0x83, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0xff, 0xff, 0xff, 0xff, 0xff, 0x30, 0x0, 0x0, 0x0, 0x0, 0x36, 0x66, 0x66, 0x66, 0x6e, 0xff, 0xff, 0xff, 0xff, 0xff, 0xb6, 0x66, 0x66, 0x66, 0x61, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfb, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfb, 0x9d, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xd6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x34, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x42, 0x0, 0x0, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfa, 0x0, 0x0, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfa, 0x0, 0x0, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfa, 0x0, 0x0, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfa, 0x0, 0x0, 0xef, 0xff, 0xfa, 0xa, 0xff, 0xfe, 0x14, 0xff, 0xff, 0x61, 0xdf, 0xff, 0xfa, 0x0, 0x0, 0xef, 0xff, 0xf7, 0x7, 0xff, 0xfd, 0x1, 0xff, 0xff, 0x30, 0xbf, 0xff, 0xfa, 0x0, 0x0, 0xef, 0xff, 0xf7, 0x7, 0xff, 0xfd, 0x1, 0xff, 0xff, 0x30, 0xbf, 0xff, 0xfa, 0x0, 0x0, 0xef, 0xff, 0xf7, 0x7, 0xff, 0xfd, 0x1, 0xff, 0xff, 0x30, 0xbf, 0xff, 0xfa, 0x0, 0x0, 0xef, 0xff, 0xf7, 0x7, 0xff, 0xfd, 0x1, 0xff, 0xff, 0x30, 0xbf, 0xff, 0xfa, 0x0, 0x0, 0xef, 0xff, 0xf7, 0x7, 0xff, 0xfd, 0x1, 0xff, 0xff, 0x30, 0xbf, 0xff, 0xfa, 0x0, 0x0, 0xef, 0xff, 0xf7, 0x7, 0xff, 0xfd, 0x1, 0xff, 0xff, 0x30, 0xbf, 0xff, 0xfa, 0x0, 0x0, 0xef, 0xff, 0xf7, 0x7, 0xff, 0xfd, 0x1, 0xff, 0xff, 0x30, 0xbf, 0xff, 0xfa, 0x0, 0x0, 0xef, 0xff, 0xf7, 0x7, 0xff, 0xfd, 0x1, 0xff, 0xff, 0x30, 0xbf, 0xff, 0xfa, 0x0, 0x0, 0xef, 0xff, 0xf7, 0x7, 0xff, 0xfd, 0x1, 0xff, 0xff, 0x30, 0xbf, 0xff, 0xfa, 0x0, 0x0, 0xef, 0xff, 0xf7, 0x7, 0xff, 0xfd, 0x1, 0xff, 0xff, 0x30, 0xbf, 0xff, 0xfa, 0x0, 0x0, 0xef, 0xff, 0xf7, 0x7, 0xff, 0xfd, 0x1, 0xff, 0xff, 0x30, 0xbf, 0xff, 0xfa, 0x0, 0x0, 0xef, 0xff, 0xf7, 0x7, 0xff, 0xfd, 0x1, 0xff, 0xff, 0x30, 0xbf, 0xff, 0xfa, 0x0, 0x0, 0xef, 0xff, 0xf7, 0x7, 0xff, 0xfd, 0x1, 0xff, 0xff, 0x30, 0xbf, 0xff, 0xfa, 0x0, 0x0, 0xef, 0xff, 0xf7, 0x7, 0xff, 0xfd, 0x1, 0xff, 0xff, 0x30, 0xbf, 0xff, 0xfa, 0x0, 0x0, 0xef, 0xff, 0xf7, 0x7, 0xff, 0xfd, 0x1, 0xff, 0xff, 0x30, 0xbf, 0xff, 0xfa, 0x0, 0x0, 0xef, 0xff, 0xfa, 0xa, 0xff, 0xfe, 0x14, 0xff, 0xff, 0x61, 0xdf, 0xff, 0xfa, 0x0, 0x0, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfa, 0x0, 0x0, 0xcf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x0, 0x0, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf3, 0x0, 0x0, 0xa, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x60, 0x0, 0x0, 0x0, 0x13, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x30, 0x0, 0x0, /* U+F304 "" */ 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6a, 0x93, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xff, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xff, 0xff, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xf6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x40, 0xa, 0xff, 0xff, 0xff, 0xff, 0xff, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0x60, 0xa, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xff, 0x60, 0xa, 0xff, 0xff, 0xff, 0xff, 0xc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xff, 0xff, 0x60, 0xa, 0xff, 0xff, 0xff, 0xf3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xff, 0xff, 0xff, 0x60, 0xa, 0xff, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xff, 0xff, 0xff, 0xff, 0x60, 0xa, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff, 0x60, 0xa, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x60, 0x3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xef, 0xff, 0xff, 0xff, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf, 0xff, 0xff, 0xff, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xaf, 0xff, 0xfd, 0xb9, 0x73, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x32, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, /* U+F55A "" */ 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x57, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x74, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0x20, 0x0, 0x0, 0x0, 0x0, 0x3, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0x0, 0x0, 0x0, 0x0, 0x3, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x3, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x70, 0x0, 0x0, 0x3, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0xff, 0xff, 0xff, 0xff, 0xfd, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x0, 0x0, 0x3, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x4, 0xff, 0xff, 0xff, 0xf4, 0x8, 0xff, 0xff, 0xff, 0xff, 0xff, 0x80, 0x0, 0x3, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x0, 0x4, 0xff, 0xff, 0xf4, 0x0, 0x8, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x0, 0x3, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x10, 0x0, 0x4, 0xff, 0xf4, 0x0, 0x0, 0x1f, 0xff, 0xff, 0xff, 0xff, 0x80, 0x3, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x4, 0xf4, 0x0, 0x0, 0xb, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x3, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x1, 0x0, 0x0, 0xb, 0xff, 0xff, 0xff, 0xff, 0xff, 0x83, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x0, 0x0, 0xb, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfb, 0x0, 0x0, 0x0, 0xb, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf3, 0x0, 0x0, 0x3, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x9f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x4, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x80, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x4, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x0, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf4, 0x0, 0x0, 0x8, 0x0, 0x0, 0x4, 0xff, 0xff, 0xff, 0xff, 0xff, 0x80, 0x0, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf4, 0x0, 0x0, 0xb, 0xfb, 0x0, 0x0, 0x4, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x0, 0x0, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x20, 0x0, 0xb, 0xff, 0xfb, 0x0, 0x0, 0x2f, 0xff, 0xff, 0xff, 0xff, 0x80, 0x0, 0x0, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x20, 0xb, 0xff, 0xff, 0xfb, 0x0, 0x2e, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x0, 0x0, 0x0, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x5b, 0xff, 0xff, 0xff, 0xfb, 0x5e, 0xff, 0xff, 0xff, 0xff, 0xff, 0x80, 0x0, 0x0, 0x0, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf7, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x60, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf7, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6d, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc5, 0x0, /* U+F7C2 "" */ 0x0, 0x0, 0x0, 0x1, 0xcf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xb2, 0x0, 0x0, 0x0, 0x0, 0x1c, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x40, 0x0, 0x0, 0x1, 0xcf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe0, 0x0, 0x0, 0x1c, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf3, 0x0, 0x0, 0xcf, 0xf9, 0x44, 0x7f, 0xf4, 0x45, 0xff, 0x54, 0x4f, 0xff, 0xf5, 0x0, 0xc, 0xff, 0xf7, 0x0, 0x3f, 0xe0, 0x1, 0xff, 0x10, 0xe, 0xff, 0xf5, 0x0, 0xcf, 0xff, 0xf7, 0x0, 0x3f, 0xe0, 0x1, 0xff, 0x10, 0xe, 0xff, 0xf5, 0xc, 0xff, 0xff, 0xf7, 0x0, 0x3f, 0xe0, 0x1, 0xff, 0x10, 0xe, 0xff, 0xf5, 0xcf, 0xff, 0xff, 0xf7, 0x0, 0x3f, 0xe0, 0x1, 0xff, 0x10, 0xe, 0xff, 0xf5, 0xff, 0xff, 0xff, 0xf7, 0x0, 0x3f, 0xe0, 0x1, 0xff, 0x10, 0xe, 0xff, 0xf5, 0xff, 0xff, 0xff, 0xf8, 0x22, 0x4f, 0xe2, 0x22, 0xff, 0x22, 0x2e, 0xff, 0xf5, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf5, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf5, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf5, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf5, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf5, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf5, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf5, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf5, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf5, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf5, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf5, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf5, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf5, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf5, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf5, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf5, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf5, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf5, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf5, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf4, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x2f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x70, 0x3, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf7, 0x0, 0x0, 0x2, 0x34, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x43, 0x0, 0x0, /* U+F8A2 "" */ 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0xf1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0xff, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0xff, 0xf2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0xff, 0xff, 0x20, 0x0, 0x0, 0x0, 0x3e, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xff, 0xff, 0xf2, 0x0, 0x0, 0x0, 0x4f, 0xff, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f, 0xff, 0xff, 0x20, 0x0, 0x0, 0x5f, 0xff, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xff, 0xff, 0xf2, 0x0, 0x0, 0x6f, 0xff, 0xff, 0xc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f, 0xff, 0xff, 0x20, 0x0, 0x7f, 0xff, 0xff, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xff, 0xff, 0xf2, 0x0, 0x8f, 0xff, 0xff, 0xff, 0xd4, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x6f, 0xff, 0xff, 0x20, 0x9f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf2, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x2c, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf2, 0x5f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x10, 0x5f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xa0, 0x0, 0x4f, 0xff, 0xff, 0xff, 0xc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3e, 0xff, 0xff, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2e, 0xff, 0xff, 0xc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2d, 0xff, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1d, 0xff, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1a, 0xc3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }; /*--------------------- * GLYPH DESCRIPTION *--------------------*/ static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = { {.bitmap_index = 0, .adv_w = 0, .box_w = 0, .box_h = 0, .ofs_x = 0, .ofs_y = 0} /* id = 0 reserved */, {.bitmap_index = 0, .adv_w = 146, .box_w = 0, .box_h = 0, .ofs_x = 0, .ofs_y = 0}, {.bitmap_index = 0, .adv_w = 146, .box_w = 5, .box_h = 24, .ofs_x = 2, .ofs_y = 0}, {.bitmap_index = 60, .adv_w = 213, .box_w = 10, .box_h = 10, .ofs_x = 2, .ofs_y = 14}, {.bitmap_index = 110, .adv_w = 382, .box_w = 23, .box_h = 24, .ofs_x = 0, .ofs_y = 0}, {.bitmap_index = 386, .adv_w = 338, .box_w = 19, .box_h = 32, .ofs_x = 1, .ofs_y = -4}, {.bitmap_index = 690, .adv_w = 459, .box_w = 27, .box_h = 24, .ofs_x = 1, .ofs_y = 0}, {.bitmap_index = 1014, .adv_w = 373, .box_w = 22, .box_h = 25, .ofs_x = 1, .ofs_y = -1}, {.bitmap_index = 1289, .adv_w = 114, .box_w = 3, .box_h = 10, .ofs_x = 2, .ofs_y = 14}, {.bitmap_index = 1304, .adv_w = 183, .box_w = 8, .box_h = 32, .ofs_x = 3, .ofs_y = -7}, {.bitmap_index = 1432, .adv_w = 184, .box_w = 8, .box_h = 32, .ofs_x = 1, .ofs_y = -7}, {.bitmap_index = 1560, .adv_w = 218, .box_w = 13, .box_h = 13, .ofs_x = 0, .ofs_y = 12}, {.bitmap_index = 1645, .adv_w = 317, .box_w = 16, .box_h = 15, .ofs_x = 2, .ofs_y = 4}, {.bitmap_index = 1765, .adv_w = 123, .box_w = 6, .box_h = 10, .ofs_x = 1, .ofs_y = -5}, {.bitmap_index = 1795, .adv_w = 208, .box_w = 11, .box_h = 3, .ofs_x = 1, .ofs_y = 8}, {.bitmap_index = 1812, .adv_w = 123, .box_w = 6, .box_h = 5, .ofs_x = 1, .ofs_y = 0}, {.bitmap_index = 1827, .adv_w = 191, .box_w = 15, .box_h = 32, .ofs_x = -1, .ofs_y = -3}, {.bitmap_index = 2067, .adv_w = 363, .box_w = 21, .box_h = 24, .ofs_x = 1, .ofs_y = 0}, {.bitmap_index = 2319, .adv_w = 201, .box_w = 10, .box_h = 24, .ofs_x = 0, .ofs_y = 0}, {.bitmap_index = 2439, .adv_w = 312, .box_w = 19, .box_h = 24, .ofs_x = 0, .ofs_y = 0}, {.bitmap_index = 2667, .adv_w = 311, .box_w = 18, .box_h = 24, .ofs_x = 0, .ofs_y = 0}, {.bitmap_index = 2883, .adv_w = 364, .box_w = 22, .box_h = 24, .ofs_x = 1, .ofs_y = 0}, {.bitmap_index = 3147, .adv_w = 312, .box_w = 19, .box_h = 24, .ofs_x = 0, .ofs_y = 0}, {.bitmap_index = 3375, .adv_w = 336, .box_w = 20, .box_h = 24, .ofs_x = 1, .ofs_y = 0}, {.bitmap_index = 3615, .adv_w = 325, .box_w = 18, .box_h = 24, .ofs_x = 1, .ofs_y = 0}, {.bitmap_index = 3831, .adv_w = 350, .box_w = 20, .box_h = 24, .ofs_x = 1, .ofs_y = 0}, {.bitmap_index = 4071, .adv_w = 336, .box_w = 20, .box_h = 24, .ofs_x = 0, .ofs_y = 0}, {.bitmap_index = 4311, .adv_w = 123, .box_w = 6, .box_h = 18, .ofs_x = 1, .ofs_y = 0}, {.bitmap_index = 4365, .adv_w = 123, .box_w = 6, .box_h = 23, .ofs_x = 1, .ofs_y = -5}, {.bitmap_index = 4434, .adv_w = 317, .box_w = 16, .box_h = 16, .ofs_x = 2, .ofs_y = 4}, {.bitmap_index = 4562, .adv_w = 317, .box_w = 16, .box_h = 11, .ofs_x = 2, .ofs_y = 6}, {.bitmap_index = 4650, .adv_w = 317, .box_w = 16, .box_h = 16, .ofs_x = 2, .ofs_y = 4}, {.bitmap_index = 4778, .adv_w = 312, .box_w = 18, .box_h = 24, .ofs_x = 0, .ofs_y = 0}, {.bitmap_index = 4994, .adv_w = 562, .box_w = 33, .box_h = 31, .ofs_x = 1, .ofs_y = -7}, {.bitmap_index = 5506, .adv_w = 398, .box_w = 26, .box_h = 24, .ofs_x = -1, .ofs_y = 0}, {.bitmap_index = 5818, .adv_w = 412, .box_w = 22, .box_h = 24, .ofs_x = 3, .ofs_y = 0}, {.bitmap_index = 6082, .adv_w = 393, .box_w = 23, .box_h = 24, .ofs_x = 1, .ofs_y = 0}, {.bitmap_index = 6358, .adv_w = 449, .box_w = 24, .box_h = 24, .ofs_x = 3, .ofs_y = 0}, {.bitmap_index = 6646, .adv_w = 364, .box_w = 18, .box_h = 24, .ofs_x = 3, .ofs_y = 0}, {.bitmap_index = 6862, .adv_w = 345, .box_w = 18, .box_h = 24, .ofs_x = 3, .ofs_y = 0}, {.bitmap_index = 7078, .adv_w = 420, .box_w = 23, .box_h = 24, .ofs_x = 1, .ofs_y = 0}, {.bitmap_index = 7354, .adv_w = 442, .box_w = 22, .box_h = 24, .ofs_x = 3, .ofs_y = 0}, {.bitmap_index = 7618, .adv_w = 169, .box_w = 4, .box_h = 24, .ofs_x = 3, .ofs_y = 0}, {.bitmap_index = 7666, .adv_w = 279, .box_w = 16, .box_h = 24, .ofs_x = -1, .ofs_y = 0}, {.bitmap_index = 7858, .adv_w = 391, .box_w = 22, .box_h = 24, .ofs_x = 3, .ofs_y = 0}, {.bitmap_index = 8122, .adv_w = 323, .box_w = 17, .box_h = 24, .ofs_x = 3, .ofs_y = 0}, {.bitmap_index = 8326, .adv_w = 520, .box_w = 26, .box_h = 24, .ofs_x = 3, .ofs_y = 0}, {.bitmap_index = 8638, .adv_w = 442, .box_w = 22, .box_h = 24, .ofs_x = 3, .ofs_y = 0}, {.bitmap_index = 8902, .adv_w = 457, .box_w = 26, .box_h = 24, .ofs_x = 1, .ofs_y = 0}, {.bitmap_index = 9214, .adv_w = 393, .box_w = 20, .box_h = 24, .ofs_x = 3, .ofs_y = 0}, {.bitmap_index = 9454, .adv_w = 457, .box_w = 28, .box_h = 29, .ofs_x = 1, .ofs_y = -5}, {.bitmap_index = 9860, .adv_w = 395, .box_w = 21, .box_h = 24, .ofs_x = 3, .ofs_y = 0}, {.bitmap_index = 10112, .adv_w = 338, .box_w = 19, .box_h = 24, .ofs_x = 1, .ofs_y = 0}, {.bitmap_index = 10340, .adv_w = 319, .box_w = 20, .box_h = 24, .ofs_x = 0, .ofs_y = 0}, {.bitmap_index = 10580, .adv_w = 430, .box_w = 21, .box_h = 24, .ofs_x = 3, .ofs_y = 0}, {.bitmap_index = 10832, .adv_w = 387, .box_w = 26, .box_h = 24, .ofs_x = -1, .ofs_y = 0}, {.bitmap_index = 11144, .adv_w = 613, .box_w = 37, .box_h = 24, .ofs_x = 1, .ofs_y = 0}, {.bitmap_index = 11588, .adv_w = 366, .box_w = 23, .box_h = 24, .ofs_x = 0, .ofs_y = 0}, {.bitmap_index = 11864, .adv_w = 352, .box_w = 24, .box_h = 24, .ofs_x = -1, .ofs_y = 0}, {.bitmap_index = 12152, .adv_w = 357, .box_w = 21, .box_h = 24, .ofs_x = 1, .ofs_y = 0}, {.bitmap_index = 12404, .adv_w = 181, .box_w = 8, .box_h = 32, .ofs_x = 3, .ofs_y = -7}, {.bitmap_index = 12532, .adv_w = 191, .box_w = 15, .box_h = 32, .ofs_x = -2, .ofs_y = -3}, {.bitmap_index = 12772, .adv_w = 181, .box_w = 8, .box_h = 32, .ofs_x = 0, .ofs_y = -7}, {.bitmap_index = 12900, .adv_w = 317, .box_w = 16, .box_h = 14, .ofs_x = 2, .ofs_y = 5}, {.bitmap_index = 13012, .adv_w = 272, .box_w = 17, .box_h = 3, .ofs_x = 0, .ofs_y = -2}, {.bitmap_index = 13038, .adv_w = 326, .box_w = 10, .box_h = 5, .ofs_x = 3, .ofs_y = 20}, {.bitmap_index = 13063, .adv_w = 325, .box_w = 17, .box_h = 18, .ofs_x = 1, .ofs_y = 0}, {.bitmap_index = 13216, .adv_w = 371, .box_w = 19, .box_h = 25, .ofs_x = 3, .ofs_y = 0}, {.bitmap_index = 13454, .adv_w = 311, .box_w = 18, .box_h = 18, .ofs_x = 1, .ofs_y = 0}, {.bitmap_index = 13616, .adv_w = 371, .box_w = 20, .box_h = 25, .ofs_x = 1, .ofs_y = 0}, {.bitmap_index = 13866, .adv_w = 333, .box_w = 19, .box_h = 18, .ofs_x = 1, .ofs_y = 0}, {.bitmap_index = 14037, .adv_w = 192, .box_w = 14, .box_h = 25, .ofs_x = 0, .ofs_y = 0}, {.bitmap_index = 14212, .adv_w = 375, .box_w = 20, .box_h = 25, .ofs_x = 1, .ofs_y = -7}, {.bitmap_index = 14462, .adv_w = 370, .box_w = 18, .box_h = 25, .ofs_x = 3, .ofs_y = 0}, {.bitmap_index = 14687, .adv_w = 152, .box_w = 5, .box_h = 26, .ofs_x = 2, .ofs_y = 0}, {.bitmap_index = 14752, .adv_w = 154, .box_w = 12, .box_h = 33, .ofs_x = -4, .ofs_y = -7}, {.bitmap_index = 14950, .adv_w = 335, .box_w = 18, .box_h = 25, .ofs_x = 3, .ofs_y = 0}, {.bitmap_index = 15175, .adv_w = 152, .box_w = 4, .box_h = 25, .ofs_x = 3, .ofs_y = 0}, {.bitmap_index = 15225, .adv_w = 575, .box_w = 31, .box_h = 18, .ofs_x = 3, .ofs_y = 0}, {.bitmap_index = 15504, .adv_w = 370, .box_w = 18, .box_h = 18, .ofs_x = 3, .ofs_y = 0}, {.bitmap_index = 15666, .adv_w = 345, .box_w = 20, .box_h = 18, .ofs_x = 1, .ofs_y = 0}, {.bitmap_index = 15846, .adv_w = 371, .box_w = 19, .box_h = 25, .ofs_x = 3, .ofs_y = -7}, {.bitmap_index = 16084, .adv_w = 371, .box_w = 20, .box_h = 25, .ofs_x = 1, .ofs_y = -7}, {.bitmap_index = 16334, .adv_w = 223, .box_w = 10, .box_h = 18, .ofs_x = 3, .ofs_y = 0}, {.bitmap_index = 16424, .adv_w = 273, .box_w = 17, .box_h = 18, .ofs_x = 0, .ofs_y = 0}, {.bitmap_index = 16577, .adv_w = 225, .box_w = 14, .box_h = 22, .ofs_x = 0, .ofs_y = 0}, {.bitmap_index = 16731, .adv_w = 368, .box_w = 18, .box_h = 18, .ofs_x = 2, .ofs_y = 0}, {.bitmap_index = 16893, .adv_w = 304, .box_w = 21, .box_h = 18, .ofs_x = -1, .ofs_y = 0}, {.bitmap_index = 17082, .adv_w = 489, .box_w = 31, .box_h = 18, .ofs_x = 0, .ofs_y = 0}, {.bitmap_index = 17361, .adv_w = 300, .box_w = 19, .box_h = 18, .ofs_x = 0, .ofs_y = 0}, {.bitmap_index = 17532, .adv_w = 304, .box_w = 21, .box_h = 25, .ofs_x = -1, .ofs_y = -7}, {.bitmap_index = 17795, .adv_w = 283, .box_w = 16, .box_h = 18, .ofs_x = 1, .ofs_y = 0}, {.bitmap_index = 17939, .adv_w = 191, .box_w = 11, .box_h = 32, .ofs_x = 1, .ofs_y = -7}, {.bitmap_index = 18115, .adv_w = 163, .box_w = 4, .box_h = 32, .ofs_x = 3, .ofs_y = -7}, {.bitmap_index = 18179, .adv_w = 191, .box_w = 10, .box_h = 32, .ofs_x = 0, .ofs_y = -7}, {.bitmap_index = 18339, .adv_w = 317, .box_w = 17, .box_h = 6, .ofs_x = 1, .ofs_y = 9}, {.bitmap_index = 18390, .adv_w = 228, .box_w = 12, .box_h = 11, .ofs_x = 1, .ofs_y = 13}, {.bitmap_index = 18456, .adv_w = 171, .box_w = 7, .box_h = 7, .ofs_x = 2, .ofs_y = 6}, {.bitmap_index = 18481, .adv_w = 544, .box_w = 35, .box_h = 36, .ofs_x = 0, .ofs_y = -5}, {.bitmap_index = 19111, .adv_w = 544, .box_w = 34, .box_h = 26, .ofs_x = 0, .ofs_y = 0}, {.bitmap_index = 19553, .adv_w = 544, .box_w = 34, .box_h = 31, .ofs_x = 0, .ofs_y = -3}, {.bitmap_index = 20080, .adv_w = 544, .box_w = 34, .box_h = 26, .ofs_x = 0, .ofs_y = 0}, {.bitmap_index = 20522, .adv_w = 374, .box_w = 24, .box_h = 24, .ofs_x = 0, .ofs_y = 1}, {.bitmap_index = 20810, .adv_w = 544, .box_w = 34, .box_h = 34, .ofs_x = 0, .ofs_y = -4}, {.bitmap_index = 21388, .adv_w = 544, .box_w = 32, .box_h = 35, .ofs_x = 1, .ofs_y = -5}, {.bitmap_index = 21948, .adv_w = 612, .box_w = 39, .box_h = 31, .ofs_x = 0, .ofs_y = -3}, {.bitmap_index = 22553, .adv_w = 544, .box_w = 34, .box_h = 35, .ofs_x = 0, .ofs_y = -5}, {.bitmap_index = 23148, .adv_w = 612, .box_w = 39, .box_h = 26, .ofs_x = 0, .ofs_y = 0}, {.bitmap_index = 23655, .adv_w = 544, .box_w = 34, .box_h = 35, .ofs_x = 0, .ofs_y = -5}, {.bitmap_index = 24250, .adv_w = 272, .box_w = 17, .box_h = 27, .ofs_x = 0, .ofs_y = -1}, {.bitmap_index = 24480, .adv_w = 408, .box_w = 26, .box_h = 27, .ofs_x = 0, .ofs_y = -1}, {.bitmap_index = 24831, .adv_w = 612, .box_w = 39, .box_h = 33, .ofs_x = 0, .ofs_y = -4}, {.bitmap_index = 25475, .adv_w = 544, .box_w = 34, .box_h = 26, .ofs_x = 0, .ofs_y = 0}, {.bitmap_index = 25917, .adv_w = 476, .box_w = 22, .box_h = 32, .ofs_x = 4, .ofs_y = -3}, {.bitmap_index = 26269, .adv_w = 476, .box_w = 30, .box_h = 36, .ofs_x = 0, .ofs_y = -5}, {.bitmap_index = 26809, .adv_w = 476, .box_w = 30, .box_h = 31, .ofs_x = 0, .ofs_y = -3}, {.bitmap_index = 27274, .adv_w = 476, .box_w = 30, .box_h = 31, .ofs_x = 0, .ofs_y = -3}, {.bitmap_index = 27739, .adv_w = 476, .box_w = 22, .box_h = 32, .ofs_x = 4, .ofs_y = -3}, {.bitmap_index = 28091, .adv_w = 476, .box_w = 32, .box_h = 31, .ofs_x = -1, .ofs_y = -3}, {.bitmap_index = 28587, .adv_w = 340, .box_w = 19, .box_h = 30, .ofs_x = 1, .ofs_y = -2}, {.bitmap_index = 28872, .adv_w = 340, .box_w = 19, .box_h = 30, .ofs_x = 1, .ofs_y = -2}, {.bitmap_index = 29157, .adv_w = 476, .box_w = 30, .box_h = 31, .ofs_x = 0, .ofs_y = -3}, {.bitmap_index = 29622, .adv_w = 476, .box_w = 30, .box_h = 7, .ofs_x = 0, .ofs_y = 9}, {.bitmap_index = 29727, .adv_w = 612, .box_w = 39, .box_h = 26, .ofs_x = 0, .ofs_y = 0}, {.bitmap_index = 30234, .adv_w = 680, .box_w = 43, .box_h = 35, .ofs_x = 0, .ofs_y = -5}, {.bitmap_index = 30987, .adv_w = 612, .box_w = 40, .box_h = 35, .ofs_x = -1, .ofs_y = -5}, {.bitmap_index = 31687, .adv_w = 544, .box_w = 34, .box_h = 31, .ofs_x = 0, .ofs_y = -3}, {.bitmap_index = 32214, .adv_w = 476, .box_w = 30, .box_h = 19, .ofs_x = 0, .ofs_y = 3}, {.bitmap_index = 32499, .adv_w = 476, .box_w = 30, .box_h = 19, .ofs_x = 0, .ofs_y = 3}, {.bitmap_index = 32784, .adv_w = 680, .box_w = 44, .box_h = 27, .ofs_x = -1, .ofs_y = -1}, {.bitmap_index = 33378, .adv_w = 544, .box_w = 34, .box_h = 26, .ofs_x = 0, .ofs_y = 0}, {.bitmap_index = 33820, .adv_w = 544, .box_w = 34, .box_h = 35, .ofs_x = 0, .ofs_y = -5}, {.bitmap_index = 34415, .adv_w = 544, .box_w = 35, .box_h = 36, .ofs_x = -1, .ofs_y = -5}, {.bitmap_index = 35045, .adv_w = 476, .box_w = 31, .box_h = 31, .ofs_x = 0, .ofs_y = -3}, {.bitmap_index = 35526, .adv_w = 476, .box_w = 30, .box_h = 35, .ofs_x = 0, .ofs_y = -5}, {.bitmap_index = 36051, .adv_w = 476, .box_w = 30, .box_h = 31, .ofs_x = 0, .ofs_y = -3}, {.bitmap_index = 36516, .adv_w = 340, .box_w = 23, .box_h = 35, .ofs_x = -1, .ofs_y = -5}, {.bitmap_index = 36919, .adv_w = 476, .box_w = 30, .box_h = 35, .ofs_x = 0, .ofs_y = -5}, {.bitmap_index = 37444, .adv_w = 476, .box_w = 30, .box_h = 35, .ofs_x = 0, .ofs_y = -5}, {.bitmap_index = 37969, .adv_w = 612, .box_w = 39, .box_h = 26, .ofs_x = 0, .ofs_y = 0}, {.bitmap_index = 38476, .adv_w = 544, .box_w = 36, .box_h = 36, .ofs_x = -1, .ofs_y = -5}, {.bitmap_index = 39124, .adv_w = 408, .box_w = 26, .box_h = 35, .ofs_x = 0, .ofs_y = -5}, {.bitmap_index = 39579, .adv_w = 680, .box_w = 43, .box_h = 32, .ofs_x = 0, .ofs_y = -3}, {.bitmap_index = 40267, .adv_w = 680, .box_w = 43, .box_h = 22, .ofs_x = 0, .ofs_y = 2}, {.bitmap_index = 40740, .adv_w = 680, .box_w = 43, .box_h = 22, .ofs_x = 0, .ofs_y = 2}, {.bitmap_index = 41213, .adv_w = 680, .box_w = 43, .box_h = 22, .ofs_x = 0, .ofs_y = 2}, {.bitmap_index = 41686, .adv_w = 680, .box_w = 43, .box_h = 22, .ofs_x = 0, .ofs_y = 2}, {.bitmap_index = 42159, .adv_w = 680, .box_w = 43, .box_h = 22, .ofs_x = 0, .ofs_y = 2}, {.bitmap_index = 42632, .adv_w = 680, .box_w = 43, .box_h = 27, .ofs_x = 0, .ofs_y = -1}, {.bitmap_index = 43213, .adv_w = 476, .box_w = 26, .box_h = 35, .ofs_x = 2, .ofs_y = -5}, {.bitmap_index = 43668, .adv_w = 476, .box_w = 30, .box_h = 35, .ofs_x = 0, .ofs_y = -5}, {.bitmap_index = 44193, .adv_w = 544, .box_w = 35, .box_h = 35, .ofs_x = -1, .ofs_y = -5}, {.bitmap_index = 44806, .adv_w = 680, .box_w = 43, .box_h = 26, .ofs_x = 0, .ofs_y = 0}, {.bitmap_index = 45365, .adv_w = 408, .box_w = 26, .box_h = 35, .ofs_x = 0, .ofs_y = -5}, {.bitmap_index = 45820, .adv_w = 547, .box_w = 35, .box_h = 22, .ofs_x = 0, .ofs_y = 2} }; /*--------------------- * CHARACTER MAPPING *--------------------*/ static const uint16_t unicode_list_1[] = { 0x0, 0x1f72, 0xef51, 0xef58, 0xef5b, 0xef5c, 0xef5d, 0xef61, 0xef63, 0xef65, 0xef69, 0xef6c, 0xef71, 0xef76, 0xef77, 0xef78, 0xef8e, 0xef98, 0xef9b, 0xef9c, 0xef9d, 0xefa1, 0xefa2, 0xefa3, 0xefa4, 0xefb7, 0xefb8, 0xefbe, 0xefc0, 0xefc1, 0xefc4, 0xefc7, 0xefc8, 0xefc9, 0xefcb, 0xefe3, 0xefe5, 0xf014, 0xf015, 0xf017, 0xf037, 0xf03a, 0xf043, 0xf06c, 0xf074, 0xf0ab, 0xf13b, 0xf190, 0xf191, 0xf192, 0xf193, 0xf194, 0xf1d7, 0xf1e3, 0xf23d, 0xf254, 0xf4aa, 0xf712, 0xf7f2 }; /*Collect the unicode lists and glyph_id offsets*/ static const lv_font_fmt_txt_cmap_t cmaps[] = { { .range_start = 32, .range_length = 95, .glyph_id_start = 1, .unicode_list = NULL, .glyph_id_ofs_list = NULL, .list_length = 0, .type = LV_FONT_FMT_TXT_CMAP_FORMAT0_TINY }, { .range_start = 176, .range_length = 63475, .glyph_id_start = 96, .unicode_list = unicode_list_1, .glyph_id_ofs_list = NULL, .list_length = 59, .type = LV_FONT_FMT_TXT_CMAP_SPARSE_TINY } }; /*----------------- * KERNING *----------------*/ /*Map glyph_ids to kern left classes*/ static const uint8_t kern_left_class_mapping[] = { 0, 0, 1, 2, 0, 3, 4, 5, 2, 6, 7, 8, 9, 10, 9, 10, 11, 12, 0, 13, 14, 15, 16, 17, 18, 19, 12, 20, 20, 0, 0, 0, 21, 22, 23, 24, 25, 22, 26, 27, 28, 29, 29, 30, 31, 32, 29, 29, 22, 33, 34, 35, 3, 36, 30, 37, 37, 38, 39, 40, 41, 42, 43, 0, 44, 0, 45, 46, 47, 48, 49, 50, 51, 45, 52, 52, 53, 48, 45, 45, 46, 46, 54, 55, 56, 57, 51, 58, 58, 59, 58, 60, 41, 0, 0, 9, 61, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; /*Map glyph_ids to kern right classes*/ static const uint8_t kern_right_class_mapping[] = { 0, 0, 1, 2, 0, 3, 4, 5, 2, 6, 7, 8, 9, 10, 9, 10, 11, 12, 13, 14, 15, 16, 17, 12, 18, 19, 20, 21, 21, 0, 0, 0, 22, 23, 24, 25, 23, 25, 25, 25, 23, 25, 25, 26, 25, 25, 25, 25, 23, 25, 23, 25, 3, 27, 28, 29, 29, 30, 31, 32, 33, 34, 35, 0, 36, 0, 37, 38, 39, 39, 39, 0, 39, 38, 40, 41, 38, 38, 42, 42, 39, 42, 39, 42, 43, 44, 45, 46, 46, 47, 46, 48, 0, 0, 35, 9, 49, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; /*Kern values between classes*/ static const int8_t kern_class_values[] = { 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 5, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 24, 0, 15, -12, 0, 0, 0, 0, -30, -33, 4, 26, 12, 9, -22, 4, 27, 2, 23, 5, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33, 4, -4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11, 0, -16, 0, 0, 0, 0, 0, -11, 9, 11, 0, 0, -5, 0, -4, 5, 0, -5, 0, -5, -3, -11, 0, 0, 0, 0, -5, 0, 0, -7, -8, 0, 0, -5, 0, -11, 0, 0, 0, 0, 0, 0, 0, 0, 0, -5, -5, 0, -8, 0, -15, 0, -66, 0, 0, -11, 0, 11, 16, 1, 0, -11, 5, 5, 18, 11, -9, 11, 0, 0, -31, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -15, -7, -27, 0, -22, -4, 0, 0, 0, 0, 1, 21, 0, -16, -4, -2, 2, 0, -9, 0, 0, -4, -40, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -44, -4, 21, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -22, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 5, 0, 0, -11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 11, 5, 16, -5, 0, 0, 11, -5, -18, -75, 4, 15, 11, 1, -7, 0, 20, 0, 17, 0, 17, 0, -51, 0, -7, 16, 0, 18, -5, 11, 5, 0, 0, 2, -5, 0, 0, -9, 44, 0, 44, 0, 16, 0, 23, 7, 9, 16, 0, 0, 0, -20, 0, 0, 0, 0, 2, -4, 0, 4, -10, -7, -11, 4, 0, -5, 0, 0, 0, -22, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -35, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, -30, 0, -34, 0, 0, 0, 0, -4, 0, 54, -7, -7, 5, 5, -5, 0, -7, 5, 0, 0, -29, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -53, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -34, 0, 33, 0, 0, -20, 0, 18, 0, -37, -53, -37, -11, 16, 0, 0, -36, 0, 7, -13, 0, -8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 16, -66, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 26, 0, 4, 0, 0, 0, 0, 0, 4, 4, -7, -11, 0, -2, -2, -5, 0, 0, -4, 0, 0, 0, -11, 0, -4, 0, -13, -11, 0, -14, -18, -18, -10, 0, -11, 0, -11, 0, 0, 0, 0, -4, 0, 0, 5, 0, 4, -5, 0, 2, 0, 0, 0, 5, -4, 0, 0, 0, -4, 5, 5, -2, 0, 0, 0, -10, 0, -2, 0, 0, 0, 0, 0, 2, 0, 7, -4, 0, -7, 0, -9, 0, 0, -4, 0, 16, 0, 0, -5, 0, 0, 0, 0, 0, -2, 2, -4, -4, 0, 0, -5, 0, -5, 0, 0, 0, 0, 0, 0, 0, 0, 0, -3, -3, 0, -5, -7, 0, 0, 0, 0, 0, 2, 0, 0, -4, 0, -5, -5, -5, 0, 0, 0, 0, 0, 0, 0, 0, 0, -3, 0, 0, 0, 0, -4, -7, 0, -8, 0, -16, -4, -16, 11, 0, 0, -11, 5, 11, 15, 0, -14, -2, -7, 0, -2, -26, 5, -4, 4, -29, 5, 0, 0, 2, -28, 0, -29, -4, -47, -4, 0, -27, 0, 11, 15, 0, 7, 0, 0, 0, 0, 1, 0, -10, -7, 0, -16, 0, 0, 0, -5, 0, 0, 0, -5, 0, 0, 0, 0, 0, -3, -3, 0, -3, -7, 0, 0, 0, 0, 0, 0, 0, -5, -5, 0, -4, -7, -4, 0, 0, -5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -4, -4, 0, -7, 0, -4, 0, -11, 5, 0, 0, -7, 3, 5, 5, 0, 0, 0, 0, 0, 0, -4, 0, 0, 0, 0, 0, 4, 0, 0, -5, 0, -5, -4, -7, 0, 0, 0, 0, 0, 0, 0, 4, 0, -4, 0, 0, 0, 0, -6, -8, 0, -10, 0, 16, -4, 2, -17, 0, 0, 15, -27, -28, -23, -11, 5, 0, -4, -35, -10, 0, -10, 0, -11, 8, -10, -35, 0, -15, 0, 0, 3, -2, 4, -4, 0, 5, 1, -16, -21, 0, -27, -13, -11, -13, -16, -7, -15, -1, -10, -15, 3, 0, 2, 0, -5, 0, 0, 0, 4, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -5, 0, -3, 0, -2, -5, 0, -9, -12, -12, -2, 0, -16, 0, 0, 0, 0, 0, 0, -4, 0, 0, 0, 0, 2, -3, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 26, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, -5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -10, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -4, 0, 0, 0, -10, 0, 0, 0, 0, -27, -16, 0, 0, 0, -8, -27, 0, 0, -5, 5, 0, -15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -9, 0, 0, -10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 0, -10, 0, 0, 0, 0, 7, 0, 4, -11, -11, 0, -5, -5, -7, 0, 0, 0, 0, 0, 0, -16, 0, -5, 0, -8, -5, 0, -12, -14, -16, -4, 0, -11, 0, -16, 0, 0, 0, 0, 44, 0, 0, 3, 0, 0, -7, 0, 5, 0, -23, 0, 0, 0, 0, 0, -51, -10, 18, 16, -4, -23, 0, 5, -8, 0, -27, -3, -7, 5, -38, -5, 7, 0, 8, -19, -8, -20, -18, -23, 0, 0, -33, 0, 31, 0, 0, -3, 0, 0, 0, -3, -3, -5, -15, -18, -1, -51, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -5, 0, -3, -5, -8, 0, 0, -11, 0, -5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2, 0, -11, 0, 0, 11, -2, 7, 0, -12, 5, -4, -2, -14, -5, 0, -7, -5, -4, 0, -8, -9, 0, 0, -4, -2, -4, -9, -7, 0, 0, -5, 0, 5, -4, 0, -12, 0, 0, 0, -11, 0, -9, 0, -9, -9, 5, 0, 0, 0, 0, 0, 0, 0, 0, -11, 5, 0, -8, 0, -4, -7, -17, -4, -4, -4, -2, -4, -7, -2, 0, 0, 0, 0, 0, -5, -4, -4, 0, 0, 0, 0, 7, -4, 0, -4, 0, 0, 0, -4, -7, -4, -5, -7, -5, 0, 4, 22, -2, 0, -15, 0, -4, 11, 0, -5, -23, -7, 8, 1, 0, -26, -9, 5, -9, 4, 0, -4, -4, -17, 0, -8, 3, 0, 0, -9, 0, 0, 0, 5, 5, -11, -10, 0, -9, -5, -8, -5, -5, 0, -9, 3, -10, -9, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -4, -5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -8, 0, 0, -7, 0, 0, -5, -5, 0, 0, 0, 0, -5, 0, 0, 0, 0, -3, 0, 0, 0, 0, 0, -4, 0, 0, 0, 0, -8, 0, -11, 0, 0, 0, -18, 0, 4, -12, 11, 1, -4, -26, 0, 0, -12, -5, 0, -22, -14, -15, 0, 0, -23, -5, -22, -21, -26, 0, -14, 0, 4, 36, -7, 0, -13, -5, -2, -5, -9, -15, -10, -20, -22, -13, -5, 0, 0, -4, 0, 2, 0, 0, -38, -5, 16, 12, -12, -20, 0, 2, -17, 0, -27, -4, -5, 11, -50, -7, 2, 0, 0, -35, -7, -28, -5, -40, 0, 0, -38, 0, 32, 2, 0, -4, 0, 0, 0, 0, -3, -4, -21, -4, 0, -35, 0, 0, 0, 0, -17, 0, -5, 0, -2, -15, -26, 0, 0, -3, -8, -16, -5, 0, -4, 0, 0, 0, 0, -24, -5, -18, -17, -4, -9, -14, -5, -9, 0, -11, -5, -18, -8, 0, -7, -10, -5, -10, 0, 3, 0, -4, -18, 0, 11, 0, -10, 0, 0, 0, 0, 7, 0, 4, -11, 22, 0, -5, -5, -7, 0, 0, 0, 0, 0, 0, -16, 0, -5, 0, -8, -5, 0, -12, -14, -16, -4, 0, -11, 4, 22, 0, 0, 0, 0, 44, 0, 0, 3, 0, 0, -7, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, -4, -11, 0, 0, 0, 0, 0, -3, 0, 0, 0, -5, -5, 0, 0, -11, -5, 0, 0, -11, 0, 9, -3, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 8, 11, 4, -5, 0, -17, -9, 0, 16, -18, -17, -11, -11, 22, 10, 5, -47, -4, 11, -5, 0, -5, 6, -5, -19, 0, -5, 5, -7, -4, -16, -4, 0, 0, 16, 11, 0, -15, 0, -30, -7, 16, -7, -21, 2, -7, -18, -18, -5, 22, 5, 0, -8, 0, -15, 0, 4, 18, -13, -20, -22, -14, 16, 0, 2, -40, -4, 5, -9, -4, -13, 0, -12, -20, -8, -8, -4, 0, 0, -13, -11, -5, 0, 16, 13, -5, -30, 0, -30, -8, 0, -19, -32, -2, -17, -9, -18, -15, 15, 0, 0, -7, 0, -11, -5, 0, -5, -10, 0, 9, -18, 5, 0, 0, -29, 0, -5, -12, -9, -4, -16, -14, -18, -13, 0, -16, -5, -13, -10, -16, -5, 0, 0, 2, 26, -9, 0, -16, -5, 0, -5, -11, -13, -15, -15, -21, -7, -11, 11, 0, -8, 0, -27, -7, 3, 11, -17, -20, -11, -18, 18, -5, 3, -51, -10, 11, -12, -9, -20, 0, -16, -23, -7, -5, -4, -5, -11, -16, -2, 0, 0, 16, 15, -4, -35, 0, -33, -13, 13, -21, -37, -11, -19, -23, -27, -18, 11, 0, 0, 0, 0, -7, 0, 0, 5, -7, 11, 4, -10, 11, 0, 0, -17, -2, 0, -2, 0, 2, 2, -4, 0, 0, 0, 0, 0, 0, -5, 0, 0, 0, 0, 4, 16, 1, 0, -7, 0, 0, 0, 0, -4, -4, -7, 0, 0, 0, 2, 4, 0, 0, 0, 0, 4, 0, -4, 0, 21, 0, 10, 2, 2, -7, 0, 11, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 0, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -33, 0, -5, 9, 0, 16, 0, 0, 54, 7, -11, -11, 5, 5, -4, 2, -27, 0, 0, 26, -33, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -37, 21, 76, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -33, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -9, 0, 0, -10, -5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -4, 0, -15, 0, 0, 2, 0, 0, 5, 70, -11, -4, 17, 15, -15, 5, 0, 0, 5, 5, -7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -71, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -15, 0, 0, 0, -15, 0, 0, 0, 0, -12, -3, 0, 0, 0, -12, 0, -7, 0, -26, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -36, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, -5, 0, 0, -10, 0, -8, 0, -15, 0, 0, 0, -9, 5, -7, 0, 0, -15, -5, -13, 0, 0, -15, 0, -5, 0, -26, 0, -6, 0, 0, -44, -10, -22, -6, -20, 0, 0, -36, 0, -15, -3, 0, 0, 0, 0, 0, 0, 0, 0, -8, -10, -4, -9, 0, 0, 0, 0, -12, 0, -12, 7, -6, 11, 0, -4, -13, -4, -9, -10, 0, -7, -3, -4, 4, -15, -2, 0, 0, 0, -48, -4, -8, 0, -12, 0, -4, -26, -5, 0, 0, -4, -4, 0, 0, 0, 0, 4, 0, -4, -9, -4, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, -12, 0, -4, 0, 0, 0, -11, 5, 0, 0, 0, -15, -5, -11, 0, 0, -15, 0, -5, 0, -26, 0, 0, 0, 0, -53, 0, -11, -20, -27, 0, 0, -36, 0, -4, -8, 0, 0, 0, 0, 0, 0, 0, 0, -5, -8, -3, -8, 2, 0, 0, 9, -7, 0, 17, 27, -5, -5, -16, 7, 27, 9, 12, -15, 7, 23, 7, 16, 12, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 34, 26, -10, -5, 0, -4, 44, 23, 44, 0, 0, 0, 5, 0, 0, 20, 0, 0, -9, 0, 0, 0, 0, 0, 0, 0, 0, 0, -4, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, -46, -7, -4, -22, -27, 0, 0, -36, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -9, 0, 0, 0, 0, 0, 0, 0, 0, 0, -4, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, -46, -7, -4, -22, -27, 0, 0, -22, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -4, 0, 0, 0, -13, 5, 0, -5, 4, 10, 5, -16, 0, -1, -4, 5, 0, 4, 0, 0, 0, 0, -14, 0, -5, -4, -11, 0, -5, -22, 0, 34, -5, 0, -12, -4, 0, -4, -9, 0, -5, -15, -11, -7, 0, 0, 0, -9, 0, 0, 0, 0, 0, 0, 0, 0, 0, -4, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, -46, -7, -4, -22, -27, 0, 0, -36, 0, 0, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -9, 0, -17, -7, -5, 16, -5, -5, -22, 2, -3, 2, -4, -15, 1, 12, 1, 4, 2, 4, -13, -22, -7, 0, -21, -10, -15, -23, -21, 0, -9, -11, -7, -7, -4, -4, -7, -4, 0, -4, -2, 8, 0, 8, -4, 0, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -4, -5, -5, 0, 0, -15, 0, -3, 0, -9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -33, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -5, -5, 0, -7, 0, 0, 0, 0, -4, 0, 0, -9, -5, 5, 0, -9, -10, -4, 0, -16, -4, -12, -4, -7, 0, -9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -36, 0, 17, 0, 0, -10, 0, 0, 0, 0, -7, 0, -5, 0, 0, -3, 0, 0, -4, 0, -13, 0, 0, 23, -7, -18, -17, 4, 6, 6, -1, -15, 4, 8, 4, 16, 4, 18, -4, -15, 0, 0, -22, 0, 0, -16, -15, 0, 0, -11, 0, -7, -9, 0, -8, 0, -8, 0, -4, 8, 0, -4, -16, -5, 20, 0, 0, -5, 0, -11, 0, 0, 7, -13, 0, 5, -5, 4, 1, 0, -18, 0, -4, -2, 0, -5, 6, -4, 0, 0, 0, -22, -7, -12, 0, -16, 0, 0, -26, 0, 20, -5, 0, -10, 0, 3, 0, -5, 0, -5, -16, 0, -5, 5, 0, 0, 0, 0, -4, 0, 0, 5, -7, 2, 0, 0, -7, -4, 0, -7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -34, 0, 12, 0, 0, -4, 0, 0, 0, 0, 1, 0, -5, -5, 0, 0, 0, 11, 0, 13, 0, 0, 0, 0, 0, -34, -31, 2, 23, 16, 9, -22, 4, 23, 0, 20, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; /*Collect the kern class' data in one place*/ static const lv_font_fmt_txt_kern_classes_t kern_classes = { .class_pair_values = kern_class_values, .left_class_mapping = kern_left_class_mapping, .right_class_mapping = kern_right_class_mapping, .left_class_cnt = 61, .right_class_cnt = 49, }; /*-------------------- * ALL CUSTOM DATA *--------------------*/ /*Store all the custom data of the font*/ static lv_font_fmt_txt_dsc_t font_dsc = { .glyph_bitmap = gylph_bitmap, .glyph_dsc = glyph_dsc, .cmaps = cmaps, .kern_dsc = &kern_classes, .kern_scale = 16, .cmap_num = 2, .bpp = 4, .kern_classes = 1, .bitmap_format = 0 }; /*----------------- * PUBLIC FONT *----------------*/ /*Initialize a public general font descriptor*/ lv_font_t lv_font_montserrat_34 = { .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/ .get_glyph_bitmap = lv_font_get_bitmap_fmt_txt, /*Function pointer to get glyph's bitmap*/ .line_height = 38, /*The maximum line height required by the font*/ .base_line = 7, /*Baseline measured from the bottom of the line*/ #if !(LVGL_VERSION_MAJOR == 6 && LVGL_VERSION_MINOR == 0) .subpx = LV_FONT_SUBPX_NONE, #endif .dsc = &font_dsc /*The custom font data. Will be accessed by `get_glyph_bitmap/dsc` */ }; #endif /*#if LV_FONT_MONTSERRAT_34*/
314,551
lv_font_montserrat_34
c
en
c
code
{"qsc_code_num_words": 53264, "qsc_code_num_chars": 314551.0, "qsc_code_mean_word_length": 3.34261415, "qsc_code_frac_words_unique": 0.01832382, "qsc_code_frac_chars_top_2grams": 0.48780899, "qsc_code_frac_chars_top_3grams": 0.56732438, "qsc_code_frac_chars_top_4grams": 0.58179857, "qsc_code_frac_chars_dupe_5grams": 0.91007128, "qsc_code_frac_chars_dupe_6grams": 0.87084436, "qsc_code_frac_chars_dupe_7grams": 0.82812386, "qsc_code_frac_chars_dupe_8grams": 0.77292309, "qsc_code_frac_chars_dupe_9grams": 0.70890975, "qsc_code_frac_chars_dupe_10grams": 0.65024348, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.35407129, "qsc_code_frac_chars_whitespace": 0.25419407, "qsc_code_size_file_byte": 314551.0, "qsc_code_num_lines": 6834.0, "qsc_code_num_chars_line_max": 573.0, "qsc_code_num_chars_line_mean": 46.02736318, "qsc_code_frac_chars_alphabet": 0.40460967, "qsc_code_frac_chars_comments": 0.0127992, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.39004791, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 3.864e-05, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.52938903, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codec_frac_lines_func_ratio": 0.0, "qsc_codec_cate_bitsstdc": 0.0, "qsc_codec_nums_lines_main": 0, "qsc_codec_frac_lines_goto": 0.0, "qsc_codec_cate_var_zero": 0.0, "qsc_codec_score_lines_no_logic": 0.00015454, "qsc_codec_frac_lines_print": 0.0, "qsc_codec_frac_lines_preprocessor_directives": 0.00123628}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 1, "qsc_code_frac_chars_top_3grams": 1, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 1, "qsc_code_frac_chars_dupe_6grams": 1, "qsc_code_frac_chars_dupe_7grams": 1, "qsc_code_frac_chars_dupe_8grams": 1, "qsc_code_frac_chars_dupe_9grams": 1, "qsc_code_frac_chars_dupe_10grams": 1, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 1, "qsc_code_frac_chars_digital": 1, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 1, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codec_frac_lines_func_ratio": 0, "qsc_codec_nums_lines_main": 0, "qsc_codec_score_lines_no_logic": 0, "qsc_codec_frac_lines_preprocessor_directives": 0, "qsc_codec_frac_lines_print": 0}
0015/ESP32Berry
Arduino_IDE/ESP32Berry/img_background.c
#ifdef __has_include #if __has_include("lvgl.h") #ifndef LV_LVGL_H_INCLUDE_SIMPLE #define LV_LVGL_H_INCLUDE_SIMPLE #endif #endif #endif #if defined(LV_LVGL_H_INCLUDE_SIMPLE) #include "lvgl.h" #else #include "lvgl/lvgl.h" #endif #ifndef LV_ATTRIBUTE_MEM_ALIGN #define LV_ATTRIBUTE_MEM_ALIGN #endif #ifndef LV_ATTRIBUTE_IMG_IMG_BACKGROUND #define LV_ATTRIBUTE_IMG_IMG_BACKGROUND #endif const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_LARGE_CONST LV_ATTRIBUTE_IMG_IMG_BACKGROUND uint8_t img_background_map[] = { 0xfc, 0xfc, 0xb4, 0xff, /*Color of index 0*/ 0xfc, 0xf7, 0x73, 0xff, /*Color of index 1*/ 0xfd, 0xf7, 0x4e, 0xff, /*Color of index 2*/ 0xed, 0xe2, 0x97, 0xff, /*Color of index 3*/ 0xfe, 0xfa, 0x32, 0xff, /*Color of index 4*/ 0xfe, 0xf8, 0x12, 0xff, /*Color of index 5*/ 0xf5, 0xde, 0x2d, 0xff, /*Color of index 6*/ 0xf8, 0xd9, 0x13, 0xff, /*Color of index 7*/ 0xd7, 0xba, 0x66, 0xff, /*Color of index 8*/ 0xe4, 0xbf, 0x2a, 0xff, /*Color of index 9*/ 0xf8, 0xc4, 0x12, 0xff, /*Color of index 10*/ 0xec, 0xba, 0x18, 0xff, /*Color of index 11*/ 0xd5, 0xb8, 0x16, 0xff, /*Color of index 12*/ 0xf1, 0xb0, 0x12, 0xff, /*Color of index 13*/ 0xd4, 0xa8, 0x30, 0xff, /*Color of index 14*/ 0xd8, 0xa5, 0x18, 0xff, /*Color of index 15*/ 0xc7, 0x90, 0x09, 0xff, /*Color of index 16*/ 0xc3, 0x8c, 0x07, 0xff, /*Color of index 17*/ 0xb9, 0x84, 0x07, 0xff, /*Color of index 18*/ 0xe7, 0xa5, 0x14, 0xff, /*Color of index 19*/ 0xce, 0x98, 0x33, 0xff, /*Color of index 20*/ 0xdb, 0x9b, 0x15, 0xff, /*Color of index 21*/ 0xd6, 0x93, 0x16, 0xff, /*Color of index 22*/ 0xd2, 0x92, 0x0d, 0xff, /*Color of index 23*/ 0xbb, 0x89, 0x27, 0xff, /*Color of index 24*/ 0xd2, 0x8b, 0x16, 0xff, /*Color of index 25*/ 0xcb, 0x8a, 0x10, 0xff, /*Color of index 26*/ 0xc8, 0x8b, 0x0d, 0xff, /*Color of index 27*/ 0xcd, 0x86, 0x1b, 0xff, /*Color of index 28*/ 0xc3, 0x8b, 0x0b, 0xff, /*Color of index 29*/ 0xc3, 0x88, 0x0f, 0xff, /*Color of index 30*/ 0xca, 0x85, 0x0f, 0xff, /*Color of index 31*/ 0xbe, 0x87, 0x09, 0xff, /*Color of index 32*/ 0xc1, 0x84, 0x12, 0xff, /*Color of index 33*/ 0xc1, 0x85, 0x0c, 0xff, /*Color of index 34*/ 0xc9, 0x82, 0x13, 0xff, /*Color of index 35*/ 0xc6, 0x80, 0x1a, 0xff, /*Color of index 36*/ 0xb9, 0x84, 0x0b, 0xff, /*Color of index 37*/ 0xbd, 0x81, 0x13, 0xff, /*Color of index 38*/ 0xc7, 0x7e, 0x14, 0xff, /*Color of index 39*/ 0xc6, 0x7d, 0x17, 0xff, /*Color of index 40*/ 0xb6, 0x80, 0x0b, 0xff, /*Color of index 41*/ 0xc2, 0x7a, 0x1b, 0xff, /*Color of index 42*/ 0xba, 0x7c, 0x15, 0xff, /*Color of index 43*/ 0xc0, 0x7c, 0x0c, 0xff, /*Color of index 44*/ 0xc3, 0x79, 0x14, 0xff, /*Color of index 45*/ 0xbd, 0x78, 0x19, 0xff, /*Color of index 46*/ 0xbe, 0x76, 0x1c, 0xff, /*Color of index 47*/ 0xb3, 0x7d, 0x08, 0xff, /*Color of index 48*/ 0xb5, 0x78, 0x18, 0xff, /*Color of index 49*/ 0xb2, 0x7b, 0x0c, 0xff, /*Color of index 50*/ 0xb3, 0x79, 0x10, 0xff, /*Color of index 51*/ 0xba, 0x79, 0x0b, 0xff, /*Color of index 52*/ 0xb9, 0x72, 0x1d, 0xff, /*Color of index 53*/ 0xb7, 0x70, 0x24, 0xff, /*Color of index 54*/ 0xb2, 0x73, 0x1a, 0xff, /*Color of index 55*/ 0xaf, 0x77, 0x0c, 0xff, /*Color of index 56*/ 0xb0, 0x74, 0x14, 0xff, /*Color of index 57*/ 0xbc, 0x73, 0x12, 0xff, /*Color of index 58*/ 0xae, 0x75, 0x0d, 0xff, /*Color of index 59*/ 0xb1, 0x6e, 0x1d, 0xff, /*Color of index 60*/ 0xad, 0x74, 0x08, 0xff, /*Color of index 61*/ 0xab, 0x73, 0x0c, 0xff, /*Color of index 62*/ 0xb2, 0x6b, 0x22, 0xff, /*Color of index 63*/ 0xab, 0x70, 0x10, 0xff, /*Color of index 64*/ 0xad, 0x68, 0x21, 0xff, /*Color of index 65*/ 0xaa, 0x6a, 0x1b, 0xff, /*Color of index 66*/ 0xa6, 0x6f, 0x0b, 0xff, /*Color of index 67*/ 0xa6, 0x6d, 0x10, 0xff, /*Color of index 68*/ 0xb4, 0x6b, 0x11, 0xff, /*Color of index 69*/ 0xab, 0x62, 0x29, 0xff, /*Color of index 70*/ 0xa2, 0x6b, 0x0c, 0xff, /*Color of index 71*/ 0xa9, 0x64, 0x21, 0xff, /*Color of index 72*/ 0xa3, 0x69, 0x11, 0xff, /*Color of index 73*/ 0xab, 0x65, 0x12, 0xff, /*Color of index 74*/ 0xa1, 0x63, 0x1a, 0xff, /*Color of index 75*/ 0xa5, 0x60, 0x22, 0xff, /*Color of index 76*/ 0x9e, 0x67, 0x0c, 0xff, /*Color of index 77*/ 0x9f, 0x65, 0x12, 0xff, /*Color of index 78*/ 0xa3, 0x5c, 0x24, 0xff, /*Color of index 79*/ 0x9a, 0x63, 0x0d, 0xff, /*Color of index 80*/ 0x9b, 0x61, 0x12, 0xff, /*Color of index 81*/ 0xa1, 0x59, 0x29, 0xff, /*Color of index 82*/ 0x9b, 0x5d, 0x1b, 0xff, /*Color of index 83*/ 0x97, 0x5f, 0x11, 0xff, /*Color of index 84*/ 0x9c, 0x58, 0x24, 0xff, /*Color of index 85*/ 0x98, 0x5c, 0x14, 0xff, /*Color of index 86*/ 0x94, 0x5d, 0x0e, 0xff, /*Color of index 87*/ 0x9a, 0x55, 0x25, 0xff, /*Color of index 88*/ 0xa7, 0x5e, 0x00, 0xff, /*Color of index 89*/ 0x99, 0x53, 0x29, 0xff, /*Color of index 90*/ 0x92, 0x5a, 0x12, 0xff, /*Color of index 91*/ 0x93, 0x58, 0x18, 0xff, /*Color of index 92*/ 0x95, 0x50, 0x27, 0xff, /*Color of index 93*/ 0x8e, 0x58, 0x0d, 0xff, /*Color of index 94*/ 0x8f, 0x57, 0x10, 0xff, /*Color of index 95*/ 0x90, 0x54, 0x19, 0xff, /*Color of index 96*/ 0x90, 0x55, 0x13, 0xff, /*Color of index 97*/ 0x95, 0x4d, 0x2c, 0xff, /*Color of index 98*/ 0x91, 0x4d, 0x25, 0xff, /*Color of index 99*/ 0x91, 0x4b, 0x2b, 0xff, /*Color of index 100*/ 0x8c, 0x51, 0x18, 0xff, /*Color of index 101*/ 0x8a, 0x54, 0x0d, 0xff, /*Color of index 102*/ 0x9e, 0x55, 0x02, 0xff, /*Color of index 103*/ 0x8b, 0x52, 0x12, 0xff, /*Color of index 104*/ 0x8d, 0x48, 0x2b, 0xff, /*Color of index 105*/ 0x89, 0x4c, 0x1b, 0xff, /*Color of index 106*/ 0x8e, 0x46, 0x2d, 0xff, /*Color of index 107*/ 0x85, 0x4f, 0x10, 0xff, /*Color of index 108*/ 0x87, 0x4d, 0x14, 0xff, /*Color of index 109*/ 0x8a, 0x48, 0x21, 0xff, /*Color of index 110*/ 0x89, 0x44, 0x2c, 0xff, /*Color of index 111*/ 0x82, 0x4e, 0x0b, 0xff, /*Color of index 112*/ 0x83, 0x49, 0x19, 0xff, /*Color of index 113*/ 0x82, 0x4b, 0x12, 0xff, /*Color of index 114*/ 0x89, 0x41, 0x30, 0xff, /*Color of index 115*/ 0x95, 0x4d, 0x00, 0xff, /*Color of index 116*/ 0x85, 0x40, 0x2d, 0xff, /*Color of index 117*/ 0x84, 0x43, 0x22, 0xff, /*Color of index 118*/ 0x81, 0x45, 0x1c, 0xff, /*Color of index 119*/ 0x7d, 0x48, 0x12, 0xff, /*Color of index 120*/ 0x7b, 0x49, 0x0a, 0xff, /*Color of index 121*/ 0x7f, 0x45, 0x15, 0xff, /*Color of index 122*/ 0x82, 0x3b, 0x31, 0xff, /*Color of index 123*/ 0x7b, 0x42, 0x1a, 0xff, /*Color of index 124*/ 0x81, 0x3c, 0x2c, 0xff, /*Color of index 125*/ 0x78, 0x44, 0x13, 0xff, /*Color of index 126*/ 0x7b, 0x40, 0x1f, 0xff, /*Color of index 127*/ 0x80, 0x3d, 0x24, 0xff, /*Color of index 128*/ 0x77, 0x45, 0x0c, 0xff, /*Color of index 129*/ 0x76, 0x3f, 0x18, 0xff, /*Color of index 130*/ 0x74, 0x41, 0x11, 0xff, /*Color of index 131*/ 0x78, 0x3d, 0x1d, 0xff, /*Color of index 132*/ 0x71, 0x43, 0x0a, 0xff, /*Color of index 133*/ 0x7a, 0x39, 0x24, 0xff, /*Color of index 134*/ 0x79, 0x3d, 0x15, 0xff, /*Color of index 135*/ 0x71, 0x3f, 0x10, 0xff, /*Color of index 136*/ 0x73, 0x3a, 0x20, 0xff, /*Color of index 137*/ 0x7a, 0x36, 0x2b, 0xff, /*Color of index 138*/ 0x72, 0x3b, 0x1b, 0xff, /*Color of index 139*/ 0x70, 0x3d, 0x14, 0xff, /*Color of index 140*/ 0x6f, 0x3e, 0x0e, 0xff, /*Color of index 141*/ 0x6d, 0x3f, 0x09, 0xff, /*Color of index 142*/ 0x6f, 0x37, 0x21, 0xff, /*Color of index 143*/ 0x71, 0x35, 0x23, 0xff, /*Color of index 144*/ 0x6b, 0x3a, 0x12, 0xff, /*Color of index 145*/ 0x6c, 0x38, 0x18, 0xff, /*Color of index 146*/ 0x6f, 0x36, 0x1d, 0xff, /*Color of index 147*/ 0x73, 0x32, 0x29, 0xff, /*Color of index 148*/ 0x69, 0x3c, 0x0a, 0xff, /*Color of index 149*/ 0x6b, 0x33, 0x21, 0xff, /*Color of index 150*/ 0x69, 0x34, 0x1b, 0xff, /*Color of index 151*/ 0x64, 0x39, 0x0a, 0xff, /*Color of index 152*/ 0x65, 0x37, 0x10, 0xff, /*Color of index 153*/ 0x68, 0x35, 0x15, 0xff, /*Color of index 154*/ 0x66, 0x30, 0x21, 0xff, /*Color of index 155*/ 0x61, 0x37, 0x0a, 0xff, /*Color of index 156*/ 0x63, 0x31, 0x19, 0xff, /*Color of index 157*/ 0x6a, 0x2d, 0x24, 0xff, /*Color of index 158*/ 0x60, 0x35, 0x0c, 0xff, /*Color of index 159*/ 0x61, 0x33, 0x12, 0xff, /*Color of index 160*/ 0x61, 0x2c, 0x22, 0xff, /*Color of index 161*/ 0x5b, 0x34, 0x08, 0xff, /*Color of index 162*/ 0x5d, 0x31, 0x11, 0xff, /*Color of index 163*/ 0x61, 0x2d, 0x1c, 0xff, /*Color of index 164*/ 0x5b, 0x32, 0x0b, 0xff, /*Color of index 165*/ 0x5e, 0x2e, 0x16, 0xff, /*Color of index 166*/ 0x5d, 0x29, 0x23, 0xff, /*Color of index 167*/ 0x58, 0x2f, 0x10, 0xff, /*Color of index 168*/ 0x5b, 0x2a, 0x1a, 0xff, /*Color of index 169*/ 0x58, 0x2c, 0x14, 0xff, /*Color of index 170*/ 0x56, 0x2e, 0x0d, 0xff, /*Color of index 171*/ 0x56, 0x2f, 0x09, 0xff, /*Color of index 172*/ 0x58, 0x27, 0x20, 0xff, /*Color of index 173*/ 0x55, 0x28, 0x18, 0xff, /*Color of index 174*/ 0x52, 0x2d, 0x08, 0xff, /*Color of index 175*/ 0x58, 0x26, 0x1d, 0xff, /*Color of index 176*/ 0x53, 0x2a, 0x11, 0xff, /*Color of index 177*/ 0x52, 0x2b, 0x0c, 0xff, /*Color of index 178*/ 0x51, 0x24, 0x1a, 0xff, /*Color of index 179*/ 0x4d, 0x29, 0x0a, 0xff, /*Color of index 180*/ 0x4e, 0x27, 0x0f, 0xff, /*Color of index 181*/ 0x4f, 0x25, 0x14, 0xff, /*Color of index 182*/ 0x48, 0x26, 0x0a, 0xff, /*Color of index 183*/ 0x4a, 0x23, 0x13, 0xff, /*Color of index 184*/ 0x4c, 0x20, 0x1a, 0xff, /*Color of index 185*/ 0x44, 0x20, 0x11, 0xff, /*Color of index 186*/ 0x42, 0x22, 0x09, 0xff, /*Color of index 187*/ 0x40, 0x1d, 0x13, 0xff, /*Color of index 188*/ 0x3a, 0x1d, 0x0a, 0xff, /*Color of index 189*/ 0x3a, 0x19, 0x13, 0xff, /*Color of index 190*/ 0x33, 0x18, 0x0b, 0xff, /*Color of index 191*/ 0x2a, 0x13, 0x0c, 0xff, /*Color of index 192*/ 0x23, 0x0e, 0x0b, 0xff, /*Color of index 193*/ 0x7d, 0x38, 0x31, 0xff, /*Color of index 194*/ 0x7f, 0x36, 0x32, 0xff, /*Color of index 195*/ 0x79, 0x34, 0x32, 0xff, /*Color of index 196*/ 0x74, 0x31, 0x32, 0xff, /*Color of index 197*/ 0x77, 0x2e, 0x34, 0xff, /*Color of index 198*/ 0x70, 0x2c, 0x34, 0xff, /*Color of index 199*/ 0x70, 0x2e, 0x2d, 0xff, /*Color of index 200*/ 0x74, 0x2a, 0x37, 0xff, /*Color of index 201*/ 0x6c, 0x28, 0x37, 0xff, /*Color of index 202*/ 0x6c, 0x29, 0x32, 0xff, /*Color of index 203*/ 0x6f, 0x26, 0x37, 0xff, /*Color of index 204*/ 0x6a, 0x2a, 0x2a, 0xff, /*Color of index 205*/ 0x67, 0x27, 0x31, 0xff, /*Color of index 206*/ 0x68, 0x25, 0x35, 0xff, /*Color of index 207*/ 0x6b, 0x23, 0x38, 0xff, /*Color of index 208*/ 0x62, 0x23, 0x33, 0xff, /*Color of index 209*/ 0x62, 0x25, 0x2b, 0xff, /*Color of index 210*/ 0x64, 0x21, 0x37, 0xff, /*Color of index 211*/ 0x5f, 0x26, 0x25, 0xff, /*Color of index 212*/ 0x5f, 0x1e, 0x37, 0xff, /*Color of index 213*/ 0x58, 0x21, 0x2f, 0xff, /*Color of index 214*/ 0x5d, 0x1f, 0x32, 0xff, /*Color of index 215*/ 0x57, 0x24, 0x23, 0xff, /*Color of index 216*/ 0x5c, 0x21, 0x2a, 0xff, /*Color of index 217*/ 0x53, 0x22, 0x22, 0xff, /*Color of index 218*/ 0x59, 0x1a, 0x39, 0xff, /*Color of index 219*/ 0x58, 0x1c, 0x32, 0xff, /*Color of index 220*/ 0x56, 0x1e, 0x2a, 0xff, /*Color of index 221*/ 0x4e, 0x1f, 0x21, 0xff, /*Color of index 222*/ 0x51, 0x1b, 0x2c, 0xff, /*Color of index 223*/ 0x53, 0x19, 0x31, 0xff, /*Color of index 224*/ 0x50, 0x1d, 0x24, 0xff, /*Color of index 225*/ 0x4c, 0x19, 0x2a, 0xff, /*Color of index 226*/ 0x48, 0x1d, 0x1c, 0xff, /*Color of index 227*/ 0x49, 0x1b, 0x22, 0xff, /*Color of index 228*/ 0x4e, 0x17, 0x2d, 0xff, /*Color of index 229*/ 0x45, 0x19, 0x21, 0xff, /*Color of index 230*/ 0x46, 0x17, 0x27, 0xff, /*Color of index 231*/ 0x48, 0x15, 0x2b, 0xff, /*Color of index 232*/ 0x42, 0x1a, 0x1b, 0xff, /*Color of index 233*/ 0x44, 0x16, 0x26, 0xff, /*Color of index 234*/ 0x41, 0x17, 0x1f, 0xff, /*Color of index 235*/ 0x40, 0x15, 0x23, 0xff, /*Color of index 236*/ 0x3c, 0x17, 0x19, 0xff, /*Color of index 237*/ 0x3e, 0x15, 0x1e, 0xff, /*Color of index 238*/ 0x3b, 0x13, 0x21, 0xff, /*Color of index 239*/ 0x39, 0x13, 0x1c, 0xff, /*Color of index 240*/ 0x36, 0x10, 0x20, 0xff, /*Color of index 241*/ 0x33, 0x14, 0x13, 0xff, /*Color of index 242*/ 0x34, 0x11, 0x1a, 0xff, /*Color of index 243*/ 0x31, 0x0e, 0x1d, 0xff, /*Color of index 244*/ 0x2c, 0x10, 0x13, 0xff, /*Color of index 245*/ 0x2d, 0x0e, 0x18, 0xff, /*Color of index 246*/ 0x28, 0x0d, 0x14, 0xff, /*Color of index 247*/ 0x24, 0x0b, 0x13, 0xff, /*Color of index 248*/ 0x53, 0x17, 0x38, 0xff, /*Color of index 249*/ 0x50, 0x16, 0x34, 0xff, /*Color of index 250*/ 0x4b, 0x14, 0x33, 0xff, /*Color of index 251*/ 0x45, 0x13, 0x2f, 0xff, /*Color of index 252*/ 0x42, 0x12, 0x2a, 0xff, /*Color of index 253*/ 0x3d, 0x11, 0x27, 0xff, /*Color of index 254*/ 0x38, 0x0f, 0x25, 0xff, /*Color of index 255*/ 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf7, 0xf8, 0xf7, 0xf8, 0xf8, 0xf8, 0xf8, 0xf7, 0xf7, 0xf7, 0xf7, 0xf8, 0xf7, 0xf8, 0xf8, 0xf7, 0xf8, 0xf6, 0xf7, 0xf6, 0xf7, 0xf6, 0xf7, 0xf7, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf4, 0xf6, 0xf4, 0xf6, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf3, 0xf1, 0xf3, 0xf1, 0xf3, 0xf1, 0xf3, 0xf1, 0xf0, 0xef, 0xf0, 0xf1, 0xef, 0xf1, 0xef, 0xf1, 0xef, 0xef, 0xef, 0xef, 0xef, 0xee, 0xee, 0xee, 0xee, 0xef, 0xef, 0xef, 0xef, 0xec, 0xee, 0xec, 0xeb, 0xeb, 0xe6, 0xe6, 0xe6, 0xe6, 0xeb, 0xeb, 0xeb, 0xec, 0xe6, 0xe6, 0xe6, 0xe6, 0xe4, 0xe4, 0xe1, 0xde, 0xe4, 0xe4, 0xe4, 0xe6, 0xe4, 0xe6, 0xe4, 0xe4, 0xe4, 0xde, 0xde, 0xda, 0xda, 0xde, 0xe1, 0xe1, 0xe4, 0xe4, 0xe7, 0xe4, 0xe4, 0xe1, 0xe1, 0xda, 0xda, 0xde, 0xe1, 0xe4, 0xe4, 0xe6, 0xe6, 0xe6, 0xe7, 0xe6, 0xe4, 0xe4, 0xe4, 0xe4, 0xe6, 0xea, 0xec, 0xea, 0xec, 0xec, 0xeb, 0xe6, 0xe6, 0xe6, 0xe6, 0xec, 0xec, 0xec, 0xec, 0xec, 0xec, 0xec, 0xec, 0xec, 0xec, 0xef, 0xef, 0xef, 0xef, 0xef, 0xef, 0xef, 0xf1, 0xef, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xef, 0xf1, 0xef, 0xf0, 0xef, 0xf0, 0xf1, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf3, 0xed, 0xf0, 0xee, 0xed, 0xed, 0xed, 0xe9, 0xe9, 0xbc, 0xe3, 0xbc, 0xe3, 0xba, 0xb9, 0xb6, 0xae, 0xae, 0xae, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xa9, 0xae, 0xa9, 0xaa, 0xa4, 0xaa, 0xa4, 0xa4, 0xa9, 0xa6, 0xa9, 0xb3, 0xb6, 0xb3, 0xb8, 0xb9, 0xe3, 0xbc, 0xe9, 0xbe, 0xed, 0xf2, 0xf2, 0xf3, 0xf5, 0xf5, 0xf5, 0xf7, 0xf7, 0xf5, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf5, 0xf7, 0xc1, 0xf7, 0xc1, 0xc1, 0xc1, 0xc1, 0xf5, 0xc1, 0xf7, 0xc1, 0xf7, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf7, 0xf8, 0xf7, 0xf8, 0xf7, 0xf7, 0xf8, 0xf7, 0xf8, 0xf8, 0xf6, 0xf8, 0xf4, 0xf8, 0xf6, 0xf7, 0xf6, 0xf7, 0xf6, 0xf7, 0xf6, 0xf7, 0xf6, 0xf8, 0xf6, 0xf6, 0xf7, 0xf6, 0xf6, 0xf4, 0xf6, 0xf4, 0xf6, 0xf4, 0xf6, 0xf4, 0xf4, 0xf6, 0xf4, 0xf6, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf1, 0xf4, 0xf3, 0xf3, 0xf3, 0xf0, 0xf3, 0xf3, 0xf1, 0xf3, 0xf1, 0xf0, 0xf1, 0xf0, 0xf1, 0xf3, 0xf1, 0xef, 0xef, 0xef, 0xef, 0xef, 0xef, 0xec, 0xef, 0xec, 0xef, 0xec, 0xef, 0xec, 0xec, 0xec, 0xec, 0xee, 0xe4, 0xe6, 0xe6, 0xeb, 0xe6, 0xeb, 0xe7, 0xeb, 0xea, 0xe6, 0xe7, 0xe4, 0xe6, 0xe4, 0xe4, 0xde, 0xe1, 0xe4, 0xde, 0xe4, 0xe4, 0xe4, 0xe2, 0xe4, 0xe4, 0xe4, 0xe1, 0xde, 0xda, 0xda, 0xdd, 0xde, 0xe4, 0xe4, 0xde, 0xe4, 0xe4, 0xe4, 0xe1, 0xde, 0xda, 0xda, 0xda, 0xe1, 0xe4, 0xe2, 0xe4, 0xe4, 0xe6, 0xe2, 0xe6, 0xde, 0xe1, 0xe1, 0xe4, 0xe4, 0xe7, 0xea, 0xea, 0xea, 0xeb, 0xe6, 0xe6, 0xe7, 0xe6, 0xe7, 0xe6, 0xec, 0xec, 0xec, 0xec, 0xec, 0xec, 0xec, 0xeb, 0xeb, 0xec, 0xef, 0xef, 0xfe, 0xef, 0xf1, 0xec, 0xef, 0xef, 0xef, 0xef, 0xef, 0xef, 0xef, 0xef, 0xef, 0xef, 0xf1, 0xef, 0xef, 0xef, 0xef, 0xef, 0xf1, 0xf0, 0xf3, 0xef, 0xf0, 0xee, 0xef, 0xf0, 0xf0, 0xef, 0xf0, 0xf0, 0xf0, 0xed, 0xee, 0xed, 0xed, 0xed, 0xe9, 0xe9, 0xe3, 0xe9, 0xe3, 0xe3, 0xb8, 0xb3, 0xae, 0xae, 0xae, 0xaa, 0xa9, 0xaa, 0xa6, 0xaa, 0xa6, 0xaa, 0xaa, 0xae, 0xaa, 0xa4, 0xa8, 0xa6, 0xa6, 0xa4, 0xa6, 0xa6, 0xa9, 0xb0, 0xb6, 0xb3, 0xb9, 0xb8, 0xbc, 0xe3, 0xbc, 0xed, 0xbe, 0xed, 0xf3, 0xf5, 0xf3, 0xf5, 0xf5, 0xf5, 0xf5, 0xf7, 0xf5, 0xf7, 0xc1, 0xf5, 0xf7, 0xf5, 0xf5, 0xf7, 0xc1, 0xf5, 0xf7, 0xf5, 0xc1, 0xf7, 0xf8, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xf5, 0xc1, 0xc1, 0xc1, 0xf8, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xf8, 0xc1, 0xf8, 0xc1, 0xf8, 0xc1, 0xf8, 0xc1, 0xc1, 0xc1, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf7, 0xf8, 0xf7, 0xf8, 0xf7, 0xf8, 0xf8, 0xf7, 0xf7, 0xf7, 0xf7, 0xf8, 0xf7, 0xf7, 0xf6, 0xf8, 0xf6, 0xf7, 0xf6, 0xf7, 0xf6, 0xf7, 0xf6, 0xf8, 0xf6, 0xf7, 0xf6, 0xf8, 0xf6, 0xf6, 0xf6, 0xf4, 0xf6, 0xf4, 0xf6, 0xf4, 0xf6, 0xf4, 0xf6, 0xf6, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf3, 0xf1, 0xf0, 0xf1, 0xf0, 0xf1, 0xef, 0xf3, 0xf1, 0xf3, 0xf1, 0xf0, 0xf1, 0xf0, 0xf1, 0xf0, 0xef, 0xf0, 0xee, 0xee, 0xee, 0xee, 0xee, 0xee, 0xec, 0xeb, 0xec, 0xeb, 0xec, 0xeb, 0xec, 0xeb, 0xec, 0xeb, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xe4, 0xe4, 0xe4, 0xe4, 0xde, 0xe1, 0xde, 0xe4, 0xde, 0xe4, 0xe4, 0xe4, 0xe4, 0xe4, 0xe1, 0xe1, 0xde, 0xda, 0xda, 0xda, 0xde, 0xe1, 0xe1, 0xe1, 0xe4, 0xe1, 0xe4, 0xde, 0xe1, 0xda, 0xda, 0xda, 0xde, 0xde, 0xe4, 0xe4, 0xe4, 0xe4, 0xe4, 0xe4, 0xe1, 0xde, 0xe1, 0xe1, 0xe4, 0xe4, 0xe6, 0xea, 0xec, 0xe6, 0xe7, 0xe6, 0xe4, 0xe4, 0xe4, 0xe6, 0xe7, 0xeb, 0xea, 0xec, 0xec, 0xec, 0xe6, 0xec, 0xe6, 0xec, 0xeb, 0xec, 0xec, 0xef, 0xec, 0xef, 0xec, 0xec, 0xef, 0xef, 0xef, 0xef, 0xef, 0xef, 0xef, 0xef, 0xef, 0xef, 0xf1, 0xef, 0xef, 0xef, 0xef, 0xef, 0xf1, 0xf0, 0xef, 0xf0, 0xef, 0xee, 0xef, 0xee, 0xf0, 0xee, 0xf0, 0xee, 0xed, 0xeb, 0xed, 0xed, 0xe9, 0xe9, 0xe9, 0xbc, 0xe3, 0xb9, 0xb9, 0xb8, 0xb6, 0xae, 0xae, 0xae, 0xa9, 0xaa, 0xa6, 0xaa, 0xa6, 0xaa, 0xa6, 0xa9, 0xae, 0xa9, 0xa6, 0xa6, 0xa6, 0xa6, 0xa9, 0xa4, 0xa6, 0xa9, 0xb3, 0xb3, 0xb3, 0xb8, 0xb9, 0xba, 0xe3, 0xbc, 0xe9, 0xbe, 0xed, 0xf2, 0xf3, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf7, 0xc1, 0xf5, 0xf5, 0xc1, 0xf5, 0xc1, 0xf5, 0xc1, 0xf5, 0xc1, 0xf5, 0xc1, 0xf5, 0xc1, 0xf5, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf7, 0xf8, 0xf7, 0xf8, 0xf8, 0xf6, 0xf8, 0xf7, 0xf7, 0xf6, 0xf7, 0xf6, 0xf7, 0xf7, 0xf6, 0xf7, 0xf6, 0xf7, 0xf6, 0xf8, 0xf6, 0xf7, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf4, 0xf6, 0xf4, 0xf6, 0xf4, 0xf4, 0xf6, 0xf4, 0xf6, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf1, 0xf4, 0xf1, 0xf4, 0xf1, 0xf3, 0xf3, 0xf0, 0xf3, 0xf0, 0xf3, 0xf1, 0xf0, 0xf0, 0xf1, 0xf0, 0xf1, 0xf0, 0xef, 0xf0, 0xef, 0xf0, 0xef, 0xee, 0xee, 0xee, 0xee, 0xec, 0xee, 0xec, 0xee, 0xec, 0xec, 0xeb, 0xec, 0xeb, 0xec, 0xeb, 0xea, 0xe6, 0xe6, 0xe6, 0xe4, 0xe9, 0xea, 0xeb, 0xe6, 0xe6, 0xe6, 0xe6, 0xe4, 0xe6, 0xe4, 0xe4, 0xde, 0xde, 0xde, 0xe4, 0xde, 0xe4, 0xde, 0xde, 0xe4, 0xe1, 0xe4, 0xe1, 0xe1, 0xda, 0xda, 0xd8, 0xda, 0xde, 0xe1, 0xe1, 0xe4, 0xe1, 0xe1, 0xe4, 0xe1, 0xda, 0xda, 0xda, 0xd8, 0xda, 0xde, 0xe1, 0xe4, 0xe1, 0xe4, 0xe2, 0xe4, 0xe1, 0xde, 0xde, 0xda, 0xe4, 0xe4, 0xe6, 0xe2, 0xe6, 0xe7, 0xe6, 0xe4, 0xe4, 0xe4, 0xe4, 0xe4, 0xe4, 0xeb, 0xe6, 0xec, 0xec, 0xe6, 0xe6, 0xe6, 0xe6, 0xeb, 0xeb, 0xec, 0xec, 0xef, 0xec, 0xec, 0xeb, 0xec, 0xeb, 0xef, 0xee, 0xee, 0xef, 0xef, 0xef, 0xef, 0xef, 0xef, 0xef, 0xef, 0xef, 0xef, 0xef, 0xef, 0xf1, 0xee, 0xef, 0xef, 0xef, 0xee, 0xee, 0xee, 0xee, 0xee, 0xee, 0xf0, 0xed, 0xeb, 0xed, 0xed, 0xe9, 0xbc, 0xe9, 0xbc, 0xe3, 0xbc, 0xb9, 0xb8, 0xb3, 0xb6, 0xae, 0xae, 0xaa, 0xaa, 0xa6, 0xaa, 0xa6, 0xa6, 0xa6, 0xa4, 0xaa, 0xa9, 0xa9, 0xa6, 0xa6, 0x9d, 0xa6, 0xa4, 0xa6, 0xa6, 0xa9, 0xb3, 0xae, 0xb9, 0xb3, 0xb9, 0xb9, 0xbc, 0xe3, 0xbc, 0xbe, 0xbe, 0xed, 0xf2, 0xf3, 0xf2, 0xf5, 0xf2, 0xf5, 0xc0, 0xf5, 0xf5, 0xf5, 0xc1, 0xf5, 0xc1, 0xf5, 0xc1, 0xf5, 0xf7, 0xf5, 0xc1, 0xf5, 0xc1, 0xf5, 0xc1, 0xf5, 0xc1, 0xf5, 0xc1, 0xf5, 0xc1, 0xf5, 0xc1, 0xf5, 0xc1, 0xf5, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf7, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf7, 0xf8, 0xf7, 0xf8, 0xf8, 0xf7, 0xf8, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf6, 0xf7, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf4, 0xf6, 0xf4, 0xf6, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf3, 0xf4, 0xf4, 0xf4, 0xf1, 0xf1, 0xf1, 0xf0, 0xf3, 0xf0, 0xf3, 0xf0, 0xf1, 0xf0, 0xf1, 0xf0, 0xf1, 0xf0, 0xf1, 0xf0, 0xef, 0xee, 0xef, 0xee, 0xee, 0xee, 0xec, 0xee, 0xeb, 0xec, 0xee, 0xeb, 0xec, 0xeb, 0xec, 0xec, 0xeb, 0xeb, 0xeb, 0xe6, 0xe6, 0xe6, 0xe4, 0xe9, 0xe6, 0xeb, 0xe6, 0xe6, 0xe6, 0xe4, 0xe4, 0xe4, 0xe4, 0xe4, 0xde, 0xe1, 0xde, 0xde, 0xe1, 0xe4, 0xde, 0xe4, 0xde, 0xde, 0xde, 0xe1, 0xde, 0xda, 0xda, 0xd8, 0xda, 0xda, 0xde, 0xde, 0xe1, 0xe1, 0xe1, 0xe1, 0xe1, 0xda, 0xda, 0xd8, 0xd8, 0xd8, 0xde, 0xde, 0xe1, 0xe4, 0xe1, 0xe4, 0xe1, 0xe1, 0xde, 0xdd, 0xda, 0xe1, 0xe1, 0xe4, 0xe4, 0xe6, 0xe2, 0xe6, 0xe4, 0xe4, 0xde, 0xe4, 0xe4, 0xe4, 0xe6, 0xe7, 0xeb, 0xea, 0xe6, 0xea, 0xe6, 0xe7, 0xeb, 0xe7, 0xeb, 0xec, 0xef, 0xec, 0xee, 0xec, 0xeb, 0xe7, 0xeb, 0xec, 0xee, 0xec, 0xec, 0xec, 0xec, 0xec, 0xef, 0xef, 0xef, 0xef, 0xef, 0xef, 0xef, 0xef, 0xef, 0xee, 0xef, 0xee, 0xef, 0xeb, 0xee, 0xee, 0xee, 0xf0, 0xee, 0xee, 0xeb, 0xe9, 0xed, 0xe9, 0xbe, 0xe9, 0xe9, 0xe3, 0xe3, 0xb9, 0xb9, 0xb9, 0xb8, 0xae, 0xae, 0xb1, 0xa9, 0xa6, 0xa6, 0xa6, 0xa6, 0xaa, 0xa6, 0xa6, 0xa9, 0xa9, 0xa9, 0xa6, 0xa6, 0x9d, 0xa6, 0xa4, 0x9d, 0x9d, 0xa9, 0xb0, 0xb3, 0xb3, 0xb3, 0xb3, 0xb9, 0xe3, 0xbc, 0xe9, 0xbe, 0xbe, 0xf2, 0xf3, 0xf2, 0xf5, 0xf2, 0xf5, 0xf5, 0xf5, 0xf5, 0xc0, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xc0, 0xf5, 0xc0, 0xf5, 0xc1, 0xf5, 0xc1, 0xf5, 0xc1, 0xf5, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xf5, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xf8, 0xf8, 0xf8, 0xf8, 0xf7, 0xf8, 0xf7, 0xf8, 0xf7, 0xf8, 0xf7, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf7, 0xf7, 0xf8, 0xf7, 0xf7, 0xf6, 0xf7, 0xf6, 0xf7, 0xf6, 0xf7, 0xf6, 0xf7, 0xf6, 0xf7, 0xf6, 0xf6, 0xf6, 0xf7, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf4, 0xf6, 0xf4, 0xf6, 0xf3, 0xf6, 0xf3, 0xf6, 0xf4, 0xf3, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf1, 0xf1, 0xf0, 0xf1, 0xf1, 0xf1, 0xf1, 0xf0, 0xef, 0xf0, 0xef, 0xf0, 0xef, 0xf0, 0xef, 0xf0, 0xef, 0xee, 0xec, 0xee, 0xec, 0xee, 0xef, 0xee, 0xec, 0xeb, 0xec, 0xec, 0xeb, 0xec, 0xeb, 0xec, 0xeb, 0xeb, 0xe6, 0xe6, 0xe6, 0xe4, 0xe6, 0xe4, 0xe6, 0xe6, 0xe6, 0xe4, 0xe4, 0xe4, 0xe4, 0xe4, 0xe1, 0xde, 0xde, 0xde, 0xe1, 0xe4, 0xe1, 0xe1, 0xe4, 0xe1, 0xe1, 0xe1, 0xde, 0xda, 0xda, 0xda, 0xd8, 0xda, 0xdd, 0xde, 0xdd, 0xde, 0xe1, 0xdd, 0xde, 0xdd, 0xda, 0xd8, 0xd8, 0xd8, 0xda, 0xda, 0xda, 0xe1, 0xe1, 0xe1, 0xe4, 0xde, 0xe1, 0xda, 0xda, 0xda, 0xda, 0xe1, 0xe4, 0xe4, 0xe4, 0xe4, 0xe4, 0xe4, 0xe1, 0xde, 0xe1, 0xe4, 0xe4, 0xe4, 0xe7, 0xe6, 0xe6, 0xe7, 0xe6, 0xe6, 0xe4, 0xe7, 0xe6, 0xe7, 0xec, 0xea, 0xec, 0xea, 0xea, 0xeb, 0xec, 0xec, 0xea, 0xec, 0xec, 0xec, 0xec, 0xec, 0xec, 0xec, 0xef, 0xec, 0xef, 0xec, 0xef, 0xec, 0xef, 0xef, 0xef, 0xef, 0xee, 0xec, 0xee, 0xec, 0xef, 0xeb, 0xee, 0xee, 0xee, 0xed, 0xe9, 0xeb, 0xe9, 0xeb, 0xe9, 0xe9, 0xe3, 0xe9, 0xe3, 0xb9, 0xb9, 0xb9, 0xb3, 0xb6, 0xae, 0xa9, 0xaa, 0xa9, 0x9d, 0xa0, 0xa6, 0xa6, 0xa6, 0x9d, 0xa9, 0xaa, 0xa6, 0xa6, 0xa4, 0x9d, 0xa6, 0x9d, 0x9d, 0x9d, 0xa9, 0xae, 0xb3, 0xb3, 0xb3, 0xb9, 0xb9, 0xb9, 0xe3, 0xbc, 0xe9, 0xed, 0xed, 0xf2, 0xf3, 0xf5, 0xf2, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xc0, 0xf5, 0xc0, 0xf5, 0xc0, 0xf5, 0xc0, 0xf5, 0xc0, 0xc1, 0xc0, 0xc1, 0xf5, 0xc1, 0xf5, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xf8, 0xf8, 0xf8, 0xf7, 0xf8, 0xf7, 0xf8, 0xf7, 0xf8, 0xf7, 0xf8, 0xf7, 0xf8, 0xf7, 0xf8, 0xf8, 0xf8, 0xf7, 0xf7, 0xf8, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf6, 0xf8, 0xf6, 0xf8, 0xf6, 0xf8, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf3, 0xf6, 0xf3, 0xf6, 0xf4, 0xf6, 0xf4, 0xf4, 0xf3, 0xf4, 0xf3, 0xf1, 0xf4, 0xf1, 0xf4, 0xf1, 0xf3, 0xf0, 0xf3, 0xf1, 0xf0, 0xf3, 0xef, 0xf3, 0xef, 0xf0, 0xef, 0xf0, 0xef, 0xf0, 0xef, 0xf0, 0xef, 0xef, 0xee, 0xec, 0xee, 0xec, 0xee, 0xec, 0xec, 0xeb, 0xec, 0xeb, 0xec, 0xeb, 0xeb, 0xeb, 0xe6, 0xeb, 0xe6, 0xe6, 0xe4, 0xe6, 0xe6, 0xeb, 0xe6, 0xe4, 0xe6, 0xe6, 0xe4, 0xe4, 0xe4, 0xe4, 0xde, 0xde, 0xde, 0xde, 0xe1, 0xe4, 0xe1, 0xe1, 0xe4, 0xe1, 0xe1, 0xde, 0xde, 0xda, 0xda, 0xd8, 0xda, 0xda, 0xda, 0xda, 0xde, 0xda, 0xde, 0xda, 0xde, 0xdd, 0xda, 0xd8, 0xad, 0xd8, 0xda, 0xda, 0xda, 0xe1, 0xe1, 0xe1, 0xe1, 0xde, 0xe1, 0xda, 0xda, 0xda, 0xda, 0xe1, 0xe1, 0xe1, 0xe4, 0xe4, 0xe4, 0xe1, 0xe1, 0xde, 0xe1, 0xe1, 0xe1, 0xe4, 0xe7, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xe4, 0xe4, 0xe6, 0xe7, 0xe6, 0xeb, 0xe6, 0xe6, 0xe6, 0xe6, 0xe7, 0xe6, 0xec, 0xec, 0xec, 0xec, 0xec, 0xec, 0xec, 0xec, 0xec, 0xee, 0xec, 0xef, 0xec, 0xef, 0xec, 0xeb, 0xec, 0xee, 0xec, 0xeb, 0xef, 0xee, 0xec, 0xee, 0xee, 0xed, 0xeb, 0xeb, 0xeb, 0xe9, 0xeb, 0xe9, 0xe9, 0xe3, 0xe3, 0xe9, 0xe3, 0xb9, 0xe3, 0xb3, 0xb9, 0xb3, 0xae, 0xaa, 0xae, 0xaa, 0xaa, 0x9d, 0xa3, 0x9d, 0xa6, 0x9d, 0xa3, 0xa9, 0xae, 0xa6, 0xa6, 0x9d, 0x9d, 0x9d, 0x9d, 0xa0, 0x9d, 0xa9, 0xb0, 0xae, 0xb0, 0xb9, 0xb3, 0xb9, 0xb9, 0xbc, 0xe9, 0xbe, 0xed, 0xf2, 0xf2, 0xf2, 0xf5, 0xf2, 0xf3, 0xc0, 0xf5, 0xc0, 0xf5, 0xc0, 0xf5, 0xc0, 0xf5, 0xc0, 0xf5, 0xc0, 0xf5, 0xc0, 0xf5, 0xc0, 0xf5, 0xc0, 0xf5, 0xc0, 0xf5, 0xc0, 0xc1, 0xf5, 0xc1, 0xf5, 0xc1, 0xc0, 0xc1, 0xc0, 0xf5, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xf8, 0xf8, 0xf8, 0xf8, 0xf7, 0xf8, 0xf7, 0xf8, 0xf7, 0xf8, 0xf7, 0xf8, 0xf7, 0xf8, 0xf7, 0xf7, 0xf7, 0xf8, 0xf7, 0xf7, 0xf8, 0xf6, 0xf7, 0xf7, 0xf6, 0xf7, 0xf6, 0xf7, 0xf7, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf4, 0xf6, 0xf4, 0xf6, 0xf4, 0xf6, 0xf3, 0xf4, 0xf3, 0xf4, 0xf3, 0xf4, 0xf3, 0xf4, 0xf3, 0xf4, 0xf1, 0xf3, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xef, 0xf0, 0xee, 0xf1, 0xef, 0xf0, 0xef, 0xf0, 0xef, 0xef, 0xee, 0xee, 0xee, 0xeb, 0xee, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xe6, 0xeb, 0xeb, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xe4, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xe4, 0xe4, 0xe4, 0xe4, 0xe4, 0xe1, 0xde, 0xda, 0xde, 0xde, 0xe1, 0xe1, 0xe1, 0xde, 0xde, 0xde, 0xde, 0xda, 0xda, 0xda, 0xd8, 0xd8, 0xda, 0xda, 0xda, 0xe1, 0xda, 0xda, 0xda, 0xda, 0xda, 0xd8, 0xd8, 0xd8, 0xd4, 0xd8, 0xd8, 0xda, 0xda, 0xda, 0xe1, 0xe1, 0xe1, 0xde, 0xda, 0xda, 0xd8, 0xda, 0xde, 0xde, 0xe1, 0xe4, 0xe4, 0xe1, 0xe1, 0xde, 0xda, 0xda, 0xde, 0xe1, 0xe4, 0xe4, 0xe4, 0xe4, 0xe4, 0xe4, 0xe4, 0xe1, 0xe4, 0xe4, 0xe6, 0xe4, 0xe6, 0xea, 0xe6, 0xea, 0xe6, 0xea, 0xe6, 0xe6, 0xeb, 0xea, 0xeb, 0xea, 0xeb, 0xec, 0xeb, 0xeb, 0xec, 0xee, 0xec, 0xeb, 0xec, 0xee, 0xee, 0xec, 0xeb, 0xec, 0xeb, 0xeb, 0xeb, 0xeb, 0xee, 0xeb, 0xeb, 0xe9, 0xee, 0xeb, 0xeb, 0xed, 0xe9, 0xe9, 0xe9, 0xe9, 0xbc, 0xe3, 0xbc, 0xb9, 0xb3, 0xb9, 0xb3, 0xb6, 0xae, 0xae, 0xa6, 0xa6, 0xa6, 0xa3, 0xa0, 0xa3, 0x9d, 0xa3, 0x9d, 0xa9, 0xaa, 0x9d, 0x9d, 0x9d, 0x9d, 0x9d, 0x9d, 0x9d, 0x9d, 0xa9, 0xae, 0xb3, 0xb6, 0xb3, 0xb3, 0xb9, 0xb9, 0xbc, 0xe3, 0xbc, 0xed, 0xbe, 0xf0, 0xf2, 0xf2, 0xf2, 0xf2, 0xf5, 0xf2, 0xf2, 0xc0, 0xf2, 0xf5, 0xf2, 0xf5, 0xf2, 0xf5, 0xc0, 0xf5, 0xc0, 0xf5, 0xc0, 0xf5, 0xc0, 0xf5, 0xc0, 0xf5, 0xc0, 0xf5, 0xc0, 0xf5, 0xc0, 0xc1, 0xf5, 0xc1, 0xf5, 0xc1, 0xc0, 0xc1, 0xc1, 0xc1, 0xc0, 0xc1, 0xc0, 0xc1, 0xc0, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xf8, 0xf8, 0xf8, 0xf7, 0xf8, 0xf7, 0xf8, 0xf7, 0xf8, 0xf7, 0xf8, 0xf7, 0xf8, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf8, 0xf7, 0xf7, 0xf7, 0xf7, 0xf8, 0xf6, 0xf8, 0xf6, 0xf7, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf4, 0xf6, 0xf3, 0xf6, 0xf3, 0xf3, 0xf6, 0xf4, 0xf4, 0xf6, 0xf4, 0xf3, 0xf4, 0xf3, 0xf4, 0xf1, 0xf1, 0xf1, 0xf3, 0xf0, 0xf3, 0xf0, 0xf0, 0xf0, 0xf0, 0xed, 0xee, 0xf0, 0xef, 0xf0, 0xef, 0xf0, 0xef, 0xef, 0xee, 0xec, 0xee, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xe6, 0xeb, 0xe6, 0xe6, 0xe6, 0xe4, 0xe4, 0xe4, 0xe4, 0xe6, 0xe6, 0xe6, 0xe6, 0xe4, 0xe4, 0xe4, 0xde, 0xe4, 0xe4, 0xe1, 0xde, 0xda, 0xde, 0xde, 0xde, 0xe1, 0xe1, 0xde, 0xde, 0xde, 0xde, 0xda, 0xda, 0xda, 0xd8, 0xd8, 0xd8, 0xda, 0xda, 0xda, 0xda, 0xda, 0xd8, 0xda, 0xda, 0xd8, 0xd8, 0xad, 0xd4, 0xad, 0xd8, 0xda, 0xda, 0xda, 0xde, 0xdd, 0xe1, 0xda, 0xd8, 0xd8, 0xd8, 0xda, 0xda, 0xda, 0xe1, 0xde, 0xe1, 0xde, 0xe1, 0xde, 0xda, 0xda, 0xda, 0xde, 0xe1, 0xe4, 0xe4, 0xe2, 0xe4, 0xe4, 0xe4, 0xe1, 0xe4, 0xe1, 0xe4, 0xe4, 0xe4, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xea, 0xeb, 0xeb, 0xeb, 0xeb, 0xec, 0xeb, 0xeb, 0xeb, 0xeb, 0xea, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xe9, 0xeb, 0xeb, 0xee, 0xeb, 0xe6, 0xe6, 0xe3, 0xe9, 0xe3, 0xb9, 0xe3, 0xb9, 0xb9, 0xb3, 0xb3, 0xb3, 0xb6, 0xa9, 0xaa, 0xa6, 0xa6, 0x9d, 0xa0, 0xa0, 0xa0, 0x9d, 0xa0, 0x9d, 0xa9, 0xa9, 0xa6, 0x9d, 0x9d, 0x9d, 0x9d, 0x9d, 0xa0, 0x9d, 0xa4, 0xa9, 0xae, 0xae, 0xb3, 0xb8, 0xb3, 0xba, 0xb9, 0xbc, 0xe9, 0xbe, 0xbe, 0xf2, 0xf2, 0xf2, 0xf2, 0xf2, 0xc0, 0xf2, 0xc0, 0xf2, 0xf2, 0xc0, 0xc0, 0xc0, 0xc0, 0xf2, 0xc0, 0xc0, 0xc0, 0xf5, 0xc0, 0xf5, 0xc0, 0xf5, 0xc0, 0xf5, 0xc0, 0xf5, 0xc0, 0xf5, 0xc0, 0xf5, 0xc0, 0xf5, 0xc0, 0xc1, 0xf5, 0xc1, 0xc0, 0xf5, 0xc1, 0xc0, 0xc1, 0xc0, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc0, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xf8, 0xf7, 0xf8, 0xf8, 0xf7, 0xf8, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf6, 0xf7, 0xf6, 0xf7, 0xf6, 0xf6, 0xf6, 0xf7, 0xf6, 0xf7, 0xf6, 0xf7, 0xf6, 0xf7, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf4, 0xf6, 0xf3, 0xf6, 0xf3, 0xf6, 0xf3, 0xf6, 0xf3, 0xf3, 0xf4, 0xf3, 0xf4, 0xf1, 0xf1, 0xf1, 0xf1, 0xf3, 0xf3, 0xf3, 0xf1, 0xf0, 0xf0, 0xf0, 0xef, 0xf0, 0xef, 0xef, 0xee, 0xef, 0xef, 0xef, 0xef, 0xf0, 0xee, 0xee, 0xeb, 0xee, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xe6, 0xe6, 0xe6, 0xeb, 0xe6, 0xe6, 0xe3, 0xe4, 0xe4, 0xe4, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xe4, 0xe4, 0xe4, 0xe1, 0xe4, 0xe1, 0xde, 0xde, 0xda, 0xda, 0xde, 0xde, 0xde, 0xde, 0xe1, 0xe1, 0xda, 0xda, 0xda, 0xd8, 0xd8, 0xd8, 0xd8, 0xd8, 0xda, 0xda, 0xda, 0xda, 0xda, 0xda, 0xd8, 0xd8, 0xd8, 0xad, 0xd4, 0xa7, 0xd8, 0xd8, 0xda, 0xd8, 0xdd, 0xda, 0xda, 0xda, 0xda, 0xd8, 0xd8, 0xd4, 0xd8, 0xda, 0xdd, 0xda, 0xdd, 0xde, 0xda, 0xe1, 0xda, 0xdd, 0xda, 0xda, 0xda, 0xe1, 0xe1, 0xe4, 0xe1, 0xe4, 0xe1, 0xe1, 0xe1, 0xe1, 0xde, 0xe4, 0xe4, 0xe4, 0xe4, 0xe4, 0xe4, 0xe4, 0xe4, 0xe4, 0xe6, 0xe6, 0xe4, 0xe7, 0xe6, 0xe7, 0xe6, 0xe6, 0xe6, 0xeb, 0xec, 0xe6, 0xec, 0xeb, 0xec, 0xeb, 0xec, 0xeb, 0xea, 0xeb, 0xec, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xe9, 0xe9, 0xe3, 0xe9, 0xe3, 0xe3, 0xe3, 0xe3, 0xb9, 0xb3, 0xb9, 0xb3, 0xb3, 0xae, 0xae, 0xaa, 0xa6, 0x9d, 0x9d, 0x9d, 0x9d, 0x9d, 0x9d, 0x9d, 0x9d, 0xaa, 0xa6, 0xa6, 0x9d, 0x9d, 0x9d, 0x9d, 0x9d, 0x9d, 0x97, 0xa9, 0xae, 0xa9, 0xb6, 0xae, 0xb3, 0xb3, 0xb9, 0xbc, 0xbc, 0xe9, 0xbe, 0xed, 0xf2, 0xed, 0xf2, 0xf2, 0xf2, 0xf2, 0xf2, 0xf2, 0xf2, 0xf2, 0xf5, 0xf2, 0xf5, 0xf2, 0xf5, 0xf5, 0xf2, 0xf5, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xf5, 0xc0, 0xf5, 0xc0, 0xf5, 0xc0, 0xf5, 0xc0, 0xf5, 0xc0, 0xf5, 0xc0, 0xc1, 0xc0, 0xf5, 0xc0, 0xc0, 0xc1, 0xc0, 0xc1, 0xc0, 0xc1, 0xc1, 0xc1, 0xf5, 0xc1, 0xc1, 0xc1, 0xc0, 0xc1, 0xc0, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xf7, 0xf8, 0xf8, 0xf7, 0xf8, 0xf7, 0xf8, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf5, 0xf7, 0xf5, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf3, 0xf6, 0xf3, 0xf6, 0xf4, 0xf6, 0xf3, 0xf6, 0xf3, 0xf3, 0xf3, 0xf4, 0xf3, 0xf4, 0xf3, 0xf4, 0xf3, 0xf1, 0xf3, 0xf1, 0xf3, 0xf1, 0xf0, 0xef, 0xf0, 0xef, 0xf0, 0xef, 0xf0, 0xef, 0xee, 0xef, 0xee, 0xee, 0xee, 0xee, 0xee, 0xee, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xe6, 0xeb, 0xe6, 0xeb, 0xe6, 0xe6, 0xeb, 0xe4, 0xe4, 0xe4, 0xe3, 0xe4, 0xe4, 0xe9, 0xe4, 0xe4, 0xe4, 0xe4, 0xde, 0xe4, 0xde, 0xe1, 0xde, 0xda, 0xde, 0xda, 0xda, 0xde, 0xda, 0xde, 0xda, 0xde, 0xda, 0xde, 0xda, 0xda, 0xd8, 0xad, 0xd8, 0xd8, 0xda, 0xda, 0xda, 0xda, 0xda, 0xd8, 0xda, 0xd8, 0xad, 0xd4, 0xa7, 0xa7, 0xa7, 0xd8, 0xd8, 0xd8, 0xda, 0xda, 0xe1, 0xda, 0xda, 0xd8, 0xad, 0xd4, 0xd8, 0xd8, 0xdd, 0xda, 0xdd, 0xda, 0xda, 0xde, 0xda, 0xda, 0xd8, 0xd8, 0xda, 0xda, 0xe1, 0xe1, 0xe1, 0xe1, 0xe1, 0xde, 0xe1, 0xde, 0xde, 0xde, 0xe1, 0xe4, 0xe4, 0xe4, 0xde, 0xe4, 0xe4, 0xe4, 0xe4, 0xe4, 0xe4, 0xe7, 0xe6, 0xe6, 0xe4, 0xe6, 0xe6, 0xe7, 0xe6, 0xe6, 0xea, 0xe6, 0xe6, 0xe6, 0xea, 0xe6, 0xea, 0xeb, 0xea, 0xeb, 0xe6, 0xeb, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xe9, 0xe9, 0xe3, 0xe9, 0xe3, 0xe3, 0xb9, 0xe3, 0xb9, 0xb9, 0xb3, 0xb3, 0xb3, 0xae, 0xa9, 0xaa, 0xaa, 0xa6, 0xa6, 0x9d, 0x9d, 0x9d, 0x9d, 0x9d, 0x9d, 0x9d, 0xa4, 0xaa, 0xa4, 0x97, 0x97, 0x9d, 0x97, 0x97, 0x9d, 0x97, 0xa9, 0xa9, 0xae, 0xae, 0xb6, 0xb3, 0xb6, 0xb9, 0xba, 0xe3, 0xbc, 0xe9, 0xbe, 0xed, 0xf2, 0xf2, 0xf2, 0xf2, 0xf2, 0xf5, 0xf2, 0xf5, 0xf2, 0xc0, 0xf2, 0xf5, 0xf2, 0xc0, 0xf2, 0xc0, 0xf2, 0xc0, 0xf5, 0xc0, 0xf5, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xf5, 0xc0, 0xc0, 0xf2, 0xc1, 0xc0, 0xc1, 0xf5, 0xc0, 0xc0, 0xf5, 0xc0, 0xc1, 0xc0, 0xc1, 0xc0, 0xc1, 0xc0, 0xc1, 0xc1, 0xc1, 0xc1, 0xc0, 0xc1, 0xc0, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xc1, 0xf7, 0xf7, 0xf7, 0xf8, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf6, 0xf7, 0xf6, 0xf6, 0xf6, 0xf6, 0xf7, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf3, 0xf6, 0xf3, 0xf6, 0xf3, 0xf6, 0xf3, 0xf6, 0xf3, 0xf3, 0xf6, 0xf3, 0xf3, 0xf4, 0xf3, 0xf4, 0xf3, 0xf4, 0xf3, 0xf4, 0xf3, 0xf0, 0xf0, 0xf0, 0xf0, 0xee, 0xee, 0xf0, 0xee, 0xf0, 0xee, 0xf0, 0xf0, 0xf0, 0xef, 0xf0, 0xef, 0xee, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xe6, 0xeb, 0xeb, 0xeb, 0xe6, 0xe6, 0xe6, 0xe4, 0xe3, 0xe4, 0xe4, 0xe4, 0xe6, 0xe4, 0xe4, 0xe4, 0xe4, 0xe4, 0xe1, 0xde, 0xde, 0xe1, 0xde, 0xda, 0xda, 0xda, 0xde, 0xde, 0xde, 0xda, 0xde, 0xda, 0xda, 0xde, 0xda, 0xda, 0xd8, 0xd4, 0xd8, 0xd8, 0xd8, 0xd8, 0xda, 0xd8, 0xd8, 0xd8, 0xd8, 0xd8, 0xd8, 0xa7, 0xa7, 0xa7, 0xd4, 0xd8, 0xd4, 0xd8, 0xd8, 0xda, 0xda, 0xda, 0xd8, 0xd8, 0xa7, 0xd4, 0xd8, 0xd4, 0xda, 0xda, 0xda, 0xde, 0xda, 0xe1, 0xd8, 0xda, 0xd8, 0xd8, 0xda, 0xda, 0xe1, 0xe1, 0xde, 0xe1, 0xde, 0xe1, 0xda, 0xda, 0xda, 0xda, 0xe1, 0xde, 0xe4, 0xde, 0xe4, 0xde, 0xe4, 0xde, 0xe1, 0xde, 0xe4, 0xe4, 0xe6, 0xe6, 0xe4, 0xe6, 0xe6, 0xe4, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xeb, 0xe6, 0xe6, 0xe6, 0xeb, 0xe6, 0xeb, 0xe6, 0xe6, 0xe6, 0xe9, 0xe6, 0xe9, 0xe4, 0xe9, 0xe3, 0xe9, 0xe3, 0xe3, 0xe9, 0xe3, 0xe3, 0xb9, 0xb9, 0xb9, 0xb3, 0xb3, 0xb3, 0xae, 0xae, 0xa6, 0xa6, 0x9d, 0xa6, 0x9d, 0xa0, 0x97, 0xa0, 0x97, 0xa0, 0x9d, 0xa3, 0xa4, 0x9d, 0x97, 0x9a, 0x97, 0x9a, 0x97, 0x9a, 0x97, 0xa9, 0xa9, 0xae, 0xae, 0xb0, 0xb6, 0xb3, 0xb8, 0xb9, 0xba, 0xe9, 0xbc, 0xbe, 0xbe, 0xf2, 0xf2, 0xf2, 0xf2, 0xf2, 0xf2, 0xf2, 0xf2, 0xf2, 0xf2, 0xc0, 0xf2, 0xc0, 0xf2, 0xc0, 0xf2, 0xc0, 0xf2, 0xc0, 0xf2, 0xc0, 0xf2, 0xc0, 0xc0, 0xc0, 0xf5, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc1, 0xc0, 0xc1, 0xc0, 0xc1, 0xc0, 0xc1, 0xc1, 0xc0, 0xc1, 0xc0, 0xc1, 0xc0, 0xc1, 0xf7, 0xf8, 0xf7, 0xf7, 0xf8, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf5, 0xf7, 0xf5, 0xf7, 0xf7, 0xf6, 0xf7, 0xf6, 0xf7, 0xf6, 0xf6, 0xf3, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf3, 0xf6, 0xf3, 0xf6, 0xf4, 0xf6, 0xf3, 0xf4, 0xf3, 0xf3, 0xf4, 0xf3, 0xf1, 0xf3, 0xf4, 0xf3, 0xf0, 0xf3, 0xf0, 0xf3, 0xf0, 0xf0, 0xf0, 0xf0, 0xed, 0xef, 0xed, 0xf0, 0xee, 0xee, 0xf0, 0xee, 0xf0, 0xee, 0xee, 0xeb, 0xee, 0xeb, 0xeb, 0xeb, 0xe6, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xe6, 0xe3, 0xe6, 0xe4, 0xe4, 0xe4, 0xe3, 0xe4, 0xe3, 0xe4, 0xe4, 0xe4, 0xe4, 0xe4, 0xe1, 0xde, 0xde, 0xde, 0xde, 0xda, 0xda, 0xda, 0xda, 0xda, 0xda, 0xda, 0xda, 0xda, 0xda, 0xda, 0xda, 0xd8, 0xd8, 0xd4, 0xad, 0xad, 0xd8, 0xda, 0xd8, 0xd8, 0xad, 0xd8, 0xd8, 0xd8, 0xd8, 0xa7, 0xa7, 0xa7, 0xd4, 0xa7, 0xd8, 0xad, 0xd8, 0xd8, 0xda, 0xd8, 0xd9, 0xd8, 0xd4, 0xd4, 0xa7, 0xd8, 0xd8, 0xd8, 0xdd, 0xd8, 0xdd, 0xda, 0xd8, 0xd8, 0xd8, 0xd4, 0xd8, 0xd8, 0xdd, 0xda, 0xdd, 0xda, 0xde, 0xe1, 0xda, 0xde, 0xd8, 0xda, 0xde, 0xde, 0xde, 0xde, 0xde, 0xde, 0xde, 0xde, 0xde, 0xde, 0xde, 0xde, 0xe4, 0xe4, 0xe4, 0xe6, 0xe4, 0xe4, 0xe6, 0xe4, 0xe4, 0xe4, 0xe4, 0xe6, 0xe6, 0xe6, 0xe6, 0xe4, 0xe6, 0xe6, 0xe4, 0xe6, 0xe4, 0xe9, 0xe6, 0xe9, 0xe4, 0xe3, 0xe9, 0xe3, 0xe9, 0xe3, 0xe3, 0xe3, 0xb9, 0xe3, 0xb9, 0xb9, 0xb9, 0xb9, 0xb3, 0xb3, 0xb3, 0xae, 0xae, 0xaa, 0xa6, 0xa6, 0xa6, 0xa0, 0x9d, 0xa0, 0xa0, 0xa0, 0xa0, 0x97, 0xa0, 0x9d, 0xaa, 0x9d, 0x9a, 0x9a, 0x9a, 0x97, 0x9a, 0x93, 0x9a, 0xa6, 0xa9, 0xa9, 0xae, 0xae, 0xb3, 0xb6, 0xb8, 0xb8, 0xb9, 0xbc, 0xbe, 0xbc, 0xbe, 0xbe, 0xbe, 0xbe, 0xf2, 0xbf, 0xf2, 0xf2, 0xf2, 0xf2, 0xc0, 0xf2, 0xf2, 0xf2, 0xbf, 0xf2, 0xbf, 0xf2, 0xc0, 0xf2, 0xf2, 0xf2, 0xbf, 0xc0, 0xc0, 0xbf, 0xc0, 0xbf, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc1, 0xc0, 0xc1, 0xc0, 0xc0, 0xc0, 0xc1, 0xc0, 0xc1, 0xc0, 0xc1, 0xc1, 0xc1, 0xc0, 0xc1, 0xc1, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf5, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf6, 0xf7, 0xf6, 0xf5, 0xf6, 0xf5, 0xf6, 0xf5, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf6, 0xf3, 0xf6, 0xf3, 0xf6, 0xf3, 0xf6, 0xf3, 0xf3, 0xf3, 0xf3, 0xf4, 0xf3, 0xf3, 0xf4, 0xf3, 0xf3, 0xf4, 0xf0, 0xf3, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xee, 0xf0, 0xee, 0xef, 0xee, 0xf0, 0xeb, 0xee, 0xeb, 0xee, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xe6, 0xeb, 0xe6, 0xeb, 0xe6, 0xeb, 0xe6, 0xe6, 0xe4, 0xe4, 0xe4, 0xe4, 0xe4, 0xe4, 0xe4, 0xe4, 0xe4, 0xde, 0xe1, 0xde, 0xde, 0xde, 0xde, 0xda, 0xda, 0xda, 0xda, 0xde, 0xda, 0xde, 0xde, 0xda, 0xde, 0xd8, 0xda, 0xd8, 0xda, 0xd8, 0xd4, 0xd4, 0xa7, 0xd4, 0xd8, 0xd8, 0xd8, 0xd8, 0xd8, 0xd8, 0xad, 0xd8, 0xa7, 0xa7, 0xa1, 0xa7, 0xa7, 0xd4, 0xd8, 0xd8, 0xd8, 0xd8, 0xd8, 0xd8, 0xad, 0xd4, 0xa7, 0xa7, 0xa7, 0xd8, 0xd4, 0xda, 0xd8, 0xd8, 0xda, 0xd8, 0xd8, 0xd8, 0xd4, 0xd8, 0xd4, 0xd8, 0xda, 0xda, 0xda, 0xe1, 0xda, 0xda, 0xda, 0xdd, 0xd8, 0xda, 0xda, 0xde, 0xde, 0xde, 0xde, 0xde, 0xde, 0xde, 0xde, 0xe1, 0xde, 0xe1, 0xe4, 0xe4, 0xe4, 0xe4, 0xe1, 0xe4, 0xe4, 0xe6, 0xe4, 0xe4, 0xe4, 0xe4, 0xe6, 0xe4, 0xe6, 0xe4, 0xe4, 0xe6, 0xe4, 0xe6, 0xe4, 0xe6, 0xe4, 0xe4, 0xe4, 0xe9, 0xe4, 0xe3, 0xe4, 0xe3, 0xe4, 0xe3, 0xb9, 0xe3, 0xb9, 0xe3, 0xb9, 0xb9, 0xb3, 0xb3, 0xb3, 0xae, 0xb3, 0xae, 0xa9, 0xa6, 0xa6, 0x9d, 0x9d, 0xa0, 0x97, 0xa0, 0x97, 0xa0, 0x97, 0x9d, 0x9d, 0xa6, 0x9d, 0x9a, 0x9a, 0x9a, 0x92, 0x97, 0x92, 0x97, 0xa9, 0xa9, 0xa9, 0xae, 0xb0, 0xae, 0xb3, 0xb6, 0xb9, 0xb8, 0xe3, 0xbc, 0xe9, 0xbe, 0xbe, 0xf2, 0xbe, 0xbf, 0xf2, 0xf2, 0xbf, 0xf2, 0xbf, 0xf2, 0xbf, 0xf2, 0xbf, 0xf2, 0xbf, 0xf2, 0xbf, 0xf2, 0xc0, 0xf2, 0xc0, 0xf2, 0xc0, 0xc0, 0xc0, 0xf2, 0xc0, 0xf2, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xf5, 0xc0, 0xc0, 0xc1, 0xc0, 0xc1, 0xc0, 0xc0, 0xc0, 0xc0, 0xc1, 0xc0, 0xc1, 0xc0, 0xc1, 0xc0, 0xc1, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf5, 0xf7, 0xf5, 0xf7, 0xf7, 0xf7, 0xf5, 0xf7, 0xf5, 0xf7, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf6, 0xf5, 0xf5, 0xf6, 0xf5, 0xf5, 0xf3, 0xf5, 0xf3, 0xf6, 0xf3, 0xf6, 0xf3, 0xf6, 0xf3, 0xf6, 0xf3, 0xf4, 0xf3, 0xf3, 0xf3, 0xf3, 0xf3, 0xf3, 0xf3, 0xf0, 0xf0, 0xf0, 0xf3, 0xf3, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xef, 0xee, 0xee, 0xee, 0xef, 0xee, 0xef, 0xeb, 0xee, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xe6, 0xeb, 0xe6, 0xeb, 0xe6, 0xeb, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xe4, 0xe4, 0xe4, 0xe4, 0xe4, 0xe4, 0xe4, 0xde, 0xe4, 0xe1, 0xe4, 0xe1, 0xde, 0xde, 0xda, 0xda, 0xda, 0xda, 0xda, 0xda, 0xda, 0xda, 0xda, 0xda, 0xda, 0xda, 0xd8, 0xd8, 0xad, 0xd4, 0xad, 0xd4, 0xad, 0xd8, 0xd8, 0xd8, 0xd8, 0xd8, 0xd8, 0xd8, 0xad, 0xd4, 0xa1, 0xa1, 0xa7, 0xa7, 0xa7, 0xd4, 0xd8, 0xd8, 0xd4, 0xd8, 0xd4, 0xad, 0xa7, 0xa1, 0xa7, 0xa7, 0xd4, 0xd8, 0xd8, 0xd8, 0xd8, 0xda, 0xd8, 0xad, 0xd8, 0xa7, 0xd4, 0xa7, 0xd8, 0xd9, 0xd8, 0xdd, 0xda, 0xda, 0xda, 0xd8, 0xd8, 0xd8, 0xd8, 0xda, 0xda, 0xde, 0xde, 0xde, 0xde, 0xde, 0xde, 0xda, 0xda, 0xde, 0xe1, 0xe1, 0xe4, 0xe1, 0xe4, 0xe1, 0xe3, 0xe1, 0xe4, 0xe4, 0xe4, 0xe4, 0xe4, 0xe4, 0xe4, 0xe4, 0xe4, 0xe6, 0xe4, 0xe4, 0xe4, 0xe4, 0xe4, 0xe4, 0xe6, 0xe4, 0xe4, 0xe4, 0xe3, 0xe3, 0xe3, 0xe4, 0xe3, 0xe3, 0xb9, 0xde, 0xb9, 0xb3, 0xb9, 0xb3, 0xb9, 0xb3, 0xae, 0xb3, 0xae, 0xae, 0xa9, 0xa6, 0xa6, 0x9d, 0x9d, 0x97, 0x97, 0x9a, 0x97, 0xa0, 0x97, 0x9d, 0xa6, 0x9d, 0x9d, 0x92, 0x9a, 0x92, 0x97, 0x92, 0x92, 0x97, 0xa4, 0xa9, 0xa9, 0xa9, 0xae, 0xb0, 0xae, 0xb3, 0xb8, 0xb9, 0xbc, 0xbc, 0xbc, 0xbe, 0xbe, 0xbe, 0xbe, 0xbe, 0xf2, 0xbe, 0xf2, 0xbe, 0xf2, 0xbe, 0xf2, 0xf2, 0xc0, 0xf2, 0xbf, 0xf2, 0xbf, 0xf2, 0xf2, 0xc0, 0xf2, 0xf2, 0xc0, 0xf2, 0xc0, 0xf2, 0xc0, 0xf2, 0xc0, 0xf2, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xf5, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc1, 0xc0, 0xc1, 0xc0, 0xc1, 0xc0, 0xc0, 0xc0, 0xc1, 0xc1, 0xc1, 0xc1, 0xc0, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf5, 0xf7, 0xf7, 0xf5, 0xf6, 0xf5, 0xf6, 0xf5, 0xf6, 0xf5, 0xf6, 0xf5, 0xf6, 0xf5, 0xf6, 0xf6, 0xf6, 0xf5, 0xf3, 0xf6, 0xf3, 0xf6, 0xf3, 0xf6, 0xf3, 0xf6, 0xf3, 0xf4, 0xf3, 0xf3, 0xf6, 0xf0, 0xf3, 0xf0, 0xf3, 0xf0, 0xf3, 0xf0, 0xf3, 0xef, 0xf0, 0xf3, 0xf0, 0xf0, 0xf0, 0xf0, 0xf3, 0xee, 0xed, 0xee, 0xee, 0xee, 0xeb, 0xee, 0xeb, 0xee, 0xeb, 0xeb, 0xe9, 0xee, 0xeb, 0xeb, 0xeb, 0xeb, 0xe6, 0xe9, 0xe6, 0xe9, 0xe6, 0xe3, 0xe4, 0xe4, 0xe4, 0xe4, 0xe4, 0xe1, 0xe4, 0xe4, 0xde, 0xe4, 0xde, 0xe4, 0xde, 0xe4, 0xde, 0xde, 0xde, 0xd8, 0xda, 0xda, 0xde, 0xda, 0xda, 0xda, 0xda, 0xda, 0xda, 0xda, 0xd8, 0xd8, 0xd8, 0xd4, 0xa7, 0xa7, 0xd8, 0xa7, 0xd8, 0xad, 0xd8, 0xad, 0xd4, 0xad, 0xd4, 0xad, 0xa7, 0xa1, 0xa1, 0xa1, 0xa1, 0xa7, 0xa7, 0xd8, 0xa7, 0xd4, 0xad, 0xd4, 0xa7, 0xa7, 0xa7, 0xa1, 0xa7, 0xa7, 0xd4, 0xd8, 0xd8, 0xd8, 0xd8, 0xd8, 0xd8, 0xa7, 0xa7, 0xa7, 0xd4, 0xd4, 0xd8, 0xd8, 0xda, 0xd8, 0xda, 0xd8, 0xd8, 0xd8, 0xad, 0xd8, 0xd8, 0xd8, 0xda, 0xda, 0xda, 0xde, 0xda, 0xda, 0xda, 0xda, 0xde, 0xde, 0xda, 0xe1, 0xe1, 0xe1, 0xe1, 0xde, 0xde, 0xde, 0xe1, 0xe4, 0xe1, 0xde, 0xe1, 0xde, 0xe4, 0xe4, 0xe4, 0xe4, 0xe3, 0xe4, 0xe3, 0xe4, 0xe3, 0xe4, 0xe3, 0xe4, 0xe3, 0xde, 0xe3, 0xde, 0xe3, 0xde, 0xe3, 0xb9, 0xde, 0xb9, 0xb9, 0xb9, 0xb3, 0xb3, 0xb3, 0xae, 0xb3, 0xae, 0xae, 0xa9, 0xaa, 0x9d, 0xa6, 0xa0, 0x9d, 0x92, 0x9d, 0x92, 0x9d, 0x9a, 0x97, 0x9d, 0x9d, 0x9d, 0x97, 0x92, 0x92, 0x92, 0x92, 0x92, 0x92, 0x9a, 0xa4, 0xa9, 0xa9, 0xae, 0xae, 0xae, 0xb6, 0xb6, 0xb8, 0xb8, 0xe3, 0xbc, 0xbe, 0xbc, 0xf2, 0xbe, 0xf2, 0xbe, 0xf2, 0xbe, 0xf2, 0xbe, 0xf2, 0xbf, 0xf2, 0xbf, 0xf2, 0xbf, 0xf2, 0xbf, 0xf2, 0xf2, 0xbf, 0xf2, 0xc0, 0xf2, 0xbf, 0xf2, 0xc0, 0xf2, 0xc0, 0xc0, 0xf2, 0xc0, 0xc0, 0xf2, 0xc0, 0xf2, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc1, 0xc0, 0xc0, 0xc0, 0xc1, 0xc0, 0xc0, 0xc1, 0xc0, 0xc1, 0xc0, 0xc1, 0xc0, 0xc1, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf5, 0xf7, 0xf5, 0xf7, 0xf7, 0xf7, 0xf6, 0xf5, 0xf6, 0xf5, 0xf7, 0xf5, 0xf6, 0xf5, 0xf6, 0xf5, 0xf6, 0xf5, 0xf5, 0xf6, 0xf5, 0xf3, 0xf6, 0xf3, 0xf6, 0xf3, 0xf6, 0xf3, 0xf3, 0xf4, 0xf3, 0xf3, 0xf3, 0xf3, 0xf3, 0xf3, 0xf3, 0xf1, 0xf3, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf3, 0xef, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xed, 0xf0, 0xee, 0xed, 0xee, 0xed, 0xee, 0xee, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xe6, 0xeb, 0xe6, 0xeb, 0xe6, 0xe9, 0xe3, 0xe4, 0xe3, 0xe6, 0xe3, 0xe4, 0xe3, 0xde, 0xe4, 0xe4, 0xe4, 0xe4, 0xde, 0xde, 0xde, 0xde, 0xde, 0xde, 0xde, 0xda, 0xda, 0xd8, 0xd8, 0xda, 0xd8, 0xda, 0xda, 0xd8, 0xd8, 0xda, 0xda, 0xda, 0xd8, 0xd8, 0xd4, 0xa7, 0xa7, 0xa7, 0xad, 0xd8, 0xd4, 0xd8, 0xad, 0xd4, 0xad, 0xd4, 0xd4, 0xa7, 0xa7, 0x9e, 0xa1, 0xa1, 0xa7, 0xd4, 0xa7, 0xa7, 0xa7, 0xa7, 0xa7, 0xd4, 0xa7, 0xa7, 0xa1, 0xa1, 0xa7, 0xa7, 0xd8, 0xd4, 0xad, 0xd4, 0xa7, 0xd4, 0xa7, 0xd4, 0xa1, 0xa7, 0xd4, 0xad, 0xd8, 0xd8, 0xd8, 0xd8, 0xd8, 0xd4, 0xd8, 0xa7, 0xd8, 0xad, 0xd8, 0xda, 0xd9, 0xda, 0xda, 0xda, 0xda, 0xda, 0xda, 0xda, 0xda, 0xda, 0xde, 0xde, 0xde, 0xde, 0xe1, 0xda, 0xda, 0xde, 0xde, 0xe1, 0xde, 0xe1, 0xde, 0xe1, 0xde, 0xde, 0xe4, 0xde, 0xe4, 0xde, 0xde, 0xde, 0xe3, 0xde, 0xde, 0xde, 0xde, 0xb9, 0xe3, 0xb9, 0xde, 0xb9, 0xde, 0xb9, 0xb9, 0xde, 0xb3, 0xb3, 0xb3, 0xb3, 0xb3, 0xb3, 0xae, 0xae, 0xa9, 0xa9, 0xa6, 0x9d, 0xa0, 0x9d, 0x9a, 0x9a, 0x92, 0x97, 0x9a, 0x97, 0x9a, 0x9d, 0xa0, 0x9d, 0xa0, 0x92, 0x92, 0x92, 0x92, 0x92, 0x8c, 0x92, 0xa6, 0xa9, 0xa6, 0xaa, 0xae, 0xae, 0xae, 0xb6, 0xb3, 0xb8, 0xb8, 0xbc, 0xbc, 0xbe, 0xbe, 0xed, 0xbe, 0xf2, 0xbe, 0xf2, 0xbe, 0xbf, 0xbe, 0xf2, 0xbe, 0xf2, 0xf2, 0xbe, 0xf2, 0xf2, 0xf2, 0xbf, 0xbe, 0xc0, 0xbe, 0xc0, 0xf2, 0xc0, 0xf2, 0xbf, 0xf2, 0xbf, 0xc0, 0xbf, 0xf2, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc1, 0xc0, 0xc0, 0xc0, 0xc0, 0xc1, 0xc0, 0xc1, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf5, 0xf7, 0xf5, 0xf7, 0xf7, 0xf7, 0xf7, 0xf5, 0xf6, 0xf5, 0xf6, 0xf5, 0xf6, 0xf5, 0xf6, 0xf5, 0xf3, 0xf5, 0xf3, 0xf5, 0xf6, 0xf5, 0xf6, 0xf3, 0xf5, 0xf6, 0xf5, 0xf3, 0xf6, 0xf3, 0xf6, 0xf3, 0xf3, 0xf3, 0xf3, 0xf3, 0xf3, 0xf3, 0xf3, 0xf0, 0xf3, 0xf0, 0xf3, 0xf3, 0xf0, 0xf3, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xed, 0xed, 0xee, 0xed, 0xeb, 0xee, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xe6, 0xeb, 0xe6, 0xe6, 0xe4, 0xe3, 0xe4, 0xe3, 0xe4, 0xde, 0xe4, 0xe3, 0xe4, 0xe4, 0xe1, 0xe4, 0xde, 0xe4, 0xde, 0xde, 0xde, 0xde, 0xde, 0xda, 0xde, 0xda, 0xd8, 0xda, 0xd8, 0xda, 0xda, 0xd8, 0xda, 0xd8, 0xda, 0xd8, 0xd8, 0xad, 0xd4, 0xa7, 0xa7, 0xa7, 0xad, 0xd8, 0xd8, 0xad, 0xd4, 0xad, 0xa7, 0xa7, 0xa7, 0xa7, 0xa1, 0x9e, 0xa1, 0xa1, 0xa7, 0xa7, 0xa7, 0xd4, 0xa7, 0xa7, 0xa7, 0xa7, 0xa7, 0xa1, 0xa1, 0xa1, 0xa7, 0xa7, 0xa7, 0xd4, 0xa7, 0xd4, 0xa7, 0xd4, 0xa7, 0xa7, 0xa1, 0xa7, 0xa7, 0xd4, 0xd8, 0xd8, 0xd8, 0xd8, 0xd8, 0xd4, 0xad, 0xd4, 0xa7, 0xd4, 0xad, 0xd8, 0xda, 0xda, 0xda, 0xda, 0xda, 0xd8, 0xd8, 0xd8, 0xd8, 0xda, 0xda, 0xde, 0xde, 0xe1, 0xde, 0xe1, 0xda, 0xda, 0xde, 0xe1, 0xde, 0xde, 0xde, 0xde, 0xde, 0xde, 0xe1, 0xde, 0xde, 0xde, 0xde, 0xde, 0xde, 0xde, 0xde, 0xde, 0xe3, 0xde, 0xda, 0xb9, 0xde, 0xb9, 0xde, 0xb9, 0xb9, 0xb3, 0xb3, 0xb3, 0xb3, 0xb3, 0xae, 0xb3, 0xae, 0xae, 0xa9, 0xa9, 0xa9, 0xa6, 0x9d, 0x9d, 0x9a, 0x9a, 0x92, 0x9a, 0x97, 0x92, 0x97, 0x9a, 0x9d, 0x9d, 0xa0, 0x97, 0x92, 0x91, 0x8b, 0x92, 0x8b, 0x8b, 0x92, 0xa9, 0xa4, 0xaa, 0xa9, 0xa9, 0xae, 0xae, 0xb6, 0xb6, 0xb8, 0xb9, 0xba, 0xbc, 0xbe, 0xbe, 0xbe, 0xbe, 0xbe, 0xbe, 0xbf, 0xbe, 0xf2, 0xbe, 0xbf, 0xbe, 0xbf, 0xbe, 0xbf, 0xbe, 0xbf, 0xbe, 0xbf, 0xbe, 0xbf, 0xf2, 0xbf, 0xf2, 0xbf, 0xf2, 0xbf, 0xf2, 0xbf, 0xf2, 0xc0, 0xc0, 0xf2, 0xc0, 0xf2, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc1, 0xc0, 0xc0, 0xc0, 0xc0, 0xc1, 0xc0, 0xc1, 0xf7, 0xf7, 0xf7, 0xf7, 0xf7, 0xf5, 0xf5, 0xf7, 0xf7, 0xf5, 0xf7, 0xf5, 0xf7, 0xf5, 0xf6, 0xf5, 0xf6, 0xf5, 0xf6, 0xf5, 0xf6, 0xf5, 0xf6, 0xf5, 0xf6, 0xf5, 0xf6, 0xf5, 0xf3, 0xf5, 0xf3, 0xf5, 0xf3, 0xf5, 0xf3, 0xf3, 0xf3, 0xf2, 0xf3, 0xf3, 0xf3, 0xf3, 0xf3, 0xf3, 0xf3, 0xf0, 0xf3, 0xf0, 0xf3, 0xf0, 0xf3, 0xf0, 0xf0, 0xf0, 0xef, 0xf1, 0xed, 0xee, 0xed, 0xee, 0xed, 0xeb, 0xee, 0xee, 0xe9, 0xeb, 0xed, 0xeb, 0xe9, 0xe6, 0xe9, 0xe6, 0xe9, 0xeb, 0xe9, 0xeb, 0xe6, 0xe6, 0xe6, 0xe9, 0xe4, 0xe4, 0xe4, 0xde, 0xde, 0xe1, 0xde, 0xe4, 0xde, 0xe4, 0xde, 0xde, 0xe1, 0xde, 0xde, 0xde, 0xde, 0xda, 0xda, 0xda, 0xda, 0xda, 0xda, 0xda, 0xda, 0xd8, 0xd8, 0xd8, 0xda, 0xd8, 0xad, 0xad, 0xad, 0xa1, 0xa7, 0xa7, 0xa7, 0xd8, 0xd4, 0xd8, 0xa7, 0xa7, 0xa7, 0xa7, 0xa7, 0xa1, 0xa1, 0x9b, 0xa1, 0xa1, 0xa7, 0xa1, 0xa7, 0xa1, 0xa7, 0xd2, 0xa7, 0xa7, 0xa1, 0x9b, 0x9b, 0xa1, 0xa1, 0xa7, 0xa7, 0xd4, 0xa7, 0xa7, 0xa7, 0xa7, 0xa1, 0xa1, 0xa1, 0xa1, 0xa1, 0xa7, 0xd4, 0xa7, 0xd4, 0xad, 0xd4, 0xa7, 0xd4, 0xa7, 0xa7, 0xd4, 0xd4, 0xd4, 0xd8, 0xd8, 0xd8, 0xd8, 0xd8, 0xd8, 0xad, 0xd8, 0xd8, 0xd8, 0xda, 0xda, 0xda, 0xda, 0xda, 0xda, 0xda, 0xde, 0xda, 0xde, 0xda, 0xde, 0xde, 0xde, 0xde, 0xde, 0xde, 0xde, 0xde, 0xde, 0xde, 0xde, 0xde, 0xde, 0xb9, 0xde, 0xb9, 0xde, 0xb9, 0xda, 0xe3, 0xda, 0xb9, 0xda, 0xb9, 0xb3, 0xb3, 0xb3, 0xb3, 0xb3, 0xae, 0xb3, 0xae, 0xae, 0xa9, 0xaa, 0xa9, 0xa6, 0x9d, 0x9d, 0x9a, 0x97, 0x9a, 0x92, 0x92, 0x9a, 0x92, 0x9a, 0x92, 0x9d, 0x97, 0x9d, 0x9a, 0x92, 0x8b, 0x8b, 0x92, 0x8b, 0x8b, 0x97, 0xa4, 0xa6, 0xa4, 0xaa, 0xa9, 0xae, 0xae, 0xb3, 0xb3, 0xb3, 0xba, 0xb9, 0xbc, 0xbe, 0xbc, 0xbe, 0xbc, 0xbf, 0xbe, 0xbe, 0xbe, 0xbf, 0xf2, 0xbe, 0xf2, 0xbe, 0xbe, 0xf2, 0xbe, 0xf2, 0xbf, 0xf2, 0xbf, 0xbe, 0xbf, 0xf2, 0xbf, 0xf2, 0xbf, 0xf2, 0xbf, 0xf2, 0xc0, 0xbe, 0xc0, 0xbf, 0xc0, 0xbf, 0xc0, 0xf2, 0xc0, 0xc0, 0xc0, 0xbf, 0xbf, 0xc0, 0xbf, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc1, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xf7, 0xf5, 0xf7, 0xf5, 0xf7, 0xf5, 0xf7, 0xf5, 0xf7, 0xf5, 0xf6, 0xf5, 0xf6, 0xf5, 0xf5, 0xf6, 0xf5, 0xf6, 0xf5, 0xf3, 0xf5, 0xf6, 0xf5, 0xf6, 0xf3, 0xf5, 0xf3, 0xf6, 0xf3, 0xf3, 0xf3, 0xf3, 0xf3, 0xf6, 0xf3, 0xf5, 0xf3, 0xf3, 0xf3, 0xf3, 0xf3, 0xf0, 0xf0, 0xf0, 0xf0, 0xf3, 0xf0, 0xf0, 0xf0, 0xf3, 0xf0, 0xf0, 0xf0, 0xf0, 0xef, 0xf0, 0xee, 0xed, 0xeb, 0xed, 0xee, 0xe9, 0xeb, 0xeb, 0xeb, 0xeb, 0xe9, 0xeb, 0xe9, 0xeb, 0xe9, 0xe6, 0xe9, 0xe6, 0xe6, 0xe9, 0xe4, 0xe9, 0xe4, 0xe3, 0xde, 0xe3, 0xde, 0xe3, 0xde, 0xe3, 0xde, 0xde, 0xde, 0xde, 0xde, 0xde, 0xde, 0xde, 0xde, 0xda, 0xda, 0xda, 0xda, 0xda, 0xda, 0xda, 0xda, 0xda, 0xda, 0xd8, 0xd8, 0xd8, 0xd8, 0xd4, 0xa7, 0xa7, 0xa7, 0xa7, 0xa7, 0xa7, 0xad, 0xd4, 0xad, 0xa7, 0xd4, 0xa7, 0xa7, 0xa7, 0xa1, 0xa1, 0x9b, 0xa1, 0xa1, 0xa1, 0xa1, 0xa7, 0xa1, 0xa7, 0xa7, 0xa7, 0xa1, 0xa1, 0xa1, 0x9b, 0xa1, 0xa1, 0xa7, 0xa7, 0xa7, 0xa7, 0xa7, 0xa7, 0xa7, 0xa1, 0xa1, 0x9e, 0x9b, 0xa1, 0xa7, 0xa7, 0xa7, 0xa7, 0xa7, 0xd4, 0xa7, 0xa7, 0xa7, 0xa7, 0xa7, 0xa7, 0xad, 0xd4, 0xd8, 0xd8, 0xd8, 0xd8, 0xad, 0xad, 0xd8, 0xd4, 0xd8, 0xd8, 0xd8, 0xda, 0xda, 0xda, 0xda, 0xd8, 0xda, 0xda, 0xda, 0xde, 0xda, 0xda, 0xde, 0xde, 0xda, 0xde, 0xde, 0xde, 0xde, 0xda, 0xda, 0xde, 0xda, 0xde, 0xda, 0xb9, 0xda, 0xb9, 0xda, 0xda, 0xb9, 0xda, 0xb3, 0xb9, 0xb3, 0xb3, 0xad, 0xb3, 0xb0, 0xae, 0xad, 0xae, 0xae, 0xae, 0xa9, 0xa6, 0xa9, 0x9d, 0x9d, 0x9a, 0x97, 0x92, 0x92, 0x92, 0x92, 0x92, 0x92, 0x92, 0x9a, 0x97, 0xa0, 0x97, 0x9a, 0x8b, 0x8c, 0x8b, 0x8b, 0x8c, 0x8b, 0x97, 0xa4, 0xa6, 0xa6, 0xa9, 0xa9, 0xae, 0xae, 0xb6, 0xb3, 0xb8, 0xb9, 0xba, 0xbc, 0xbc, 0xbe, 0xbc, 0xbc, 0xbe, 0xbe, 0xbe, 0xbe, 0xbe, 0xbe, 0xbf, 0xbe, 0xbf, 0xbe, 0xbf, 0xbe, 0xbf, 0xbe, 0xbf, 0xbe, 0xc0, 0xbe, 0xbf, 0xbe, 0xbf, 0xf2, 0xbf, 0xf2, 0xbf, 0xbf, 0xc0, 0xbf, 0xf2, 0xbf, 0xc0, 0xbf, 0xc0, 0xbf, 0xc0, 0xbf, 0xc0, 0xbf, 0xc0, 0xc0, 0xbf, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc1, 0xc0, 0xf7, 0xf5, 0xf7, 0xf5, 0xf7, 0xf5, 0xf5, 0xf7, 0xf7, 0xf6, 0xf5, 0xf6, 0xf5, 0xf7, 0xf7, 0xf5, 0xf6, 0xf5, 0xf6, 0xf5, 0xf6, 0xf3, 0xf5, 0xf3, 0xf5, 0xf3, 0xf6, 0xf5, 0xf3, 0xf5, 0xf3, 0xf3, 0xf5, 0xf3, 0xf3, 0xf0, 0xf3, 0xf3, 0xf3, 0xf0, 0xf3, 0xf0, 0xf3, 0xf0, 0xf3, 0xf0, 0xf3, 0xf0, 0xf3, 0xf0, 0xf3, 0xf0, 0xf0, 0xee, 0xf0, 0xee, 0xed, 0xeb, 0xed, 0xeb, 0xed, 0xe9, 0xeb, 0xe9, 0xe9, 0xe9, 0xeb, 0xe9, 0xe6, 0xe9, 0xe6, 0xe6, 0xe4, 0xe9, 0xe6, 0xe3, 0xe9, 0xe4, 0xe3, 0xe3, 0xe3, 0xde, 0xde, 0xde, 0xe3, 0xde, 0xde, 0xde, 0xde, 0xde, 0xde, 0xde, 0xde, 0xde, 0xda, 0xda, 0xda, 0xda, 0xda, 0xd8, 0xda, 0xd8, 0xd8, 0xd8, 0xd8, 0xd8, 0xad, 0xd8, 0xd4, 0xad, 0xa7, 0xa1, 0xa7, 0xa1, 0xa7, 0xa7, 0xd4, 0xad, 0xa7, 0xa7, 0xa7, 0xa7, 0xa1, 0xa1, 0xa1, 0x9b, 0xa1, 0xa1, 0xa1, 0xa1, 0xa1, 0xa1, 0xa1, 0xa1, 0xa7, 0xa1, 0xa1, 0x9b, 0x9b, 0x9b, 0xa1, 0xa1, 0xa1, 0xa7, 0xa1, 0xa7, 0xa1, 0xa7, 0xa1, 0xa1, 0x9b, 0xa1, 0xa1, 0xa1, 0xa7, 0xa7, 0xa7, 0xa7, 0xa7, 0xa7, 0xa7, 0xa1, 0xa1, 0xa1, 0xa7, 0xa7, 0xad, 0xad, 0xd8, 0xad, 0xd8, 0xad, 0xd4, 0xad, 0xa7, 0xd8, 0xd4, 0xd8, 0xd8, 0xd8, 0xd8, 0xd8, 0xd8, 0xd8, 0xd8, 0xda, 0xda, 0xda, 0xda, 0xda, 0xda, 0xda, 0xde, 0xda, 0xda, 0xda, 0xda, 0xde, 0xda, 0xd8, 0xb9, 0xda, 0xda, 0xda, 0xb3, 0xda, 0xda, 0xb3, 0xda, 0xb3, 0xb3, 0xb3, 0xb3, 0xb3, 0xae, 0xb3, 0xb0, 0xae, 0xae, 0xa9, 0xae, 0xa6, 0xa9, 0xa6, 0xaa, 0x9d, 0x9d, 0x9a, 0x9a, 0x92, 0x91, 0x92, 0x91, 0x91, 0x92, 0x91, 0x92, 0x9a, 0x97, 0xa0, 0x9a, 0x8c, 0x8b, 0x8c, 0x8b, 0x8c, 0x8b, 0x9a, 0xa4, 0x9d, 0xa6, 0xaa, 0xa9, 0xaa, 0xae, 0xae, 0xb6, 0xb6, 0xb8, 0xba, 0xba, 0xbc, 0xbc, 0xbe, 0xbc, 0xbe, 0xbc, 0xbe, 0xbd, 0xbe, 0xbd, 0xbe, 0xbd, 0xbe, 0xbf, 0xbe, 0xbf, 0xbe, 0xbf, 0xbe, 0xbf, 0xbe, 0xbf, 0xbe, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xc0, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xc0, 0xbf, 0xc0, 0xbf, 0xc0, 0xbf, 0xc0, 0xbf, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xf5, 0xf7, 0xf5, 0xf7, 0xf5, 0xf7, 0xf5, 0xf7, 0xf5, 0xf5, 0xf6, 0xf5, 0xf6, 0xf5, 0xf3, 0xf5, 0xf5, 0xf3, 0xf5, 0xf3, 0xf5, 0xf3, 0xf6, 0xf3, 0xf6, 0xf5, 0xf3, 0xf6, 0xf3, 0xf6, 0xf3, 0xf3, 0xf3, 0xf3, 0xf3, 0xf3, 0xf3, 0xf0, 0xf0, 0xf3, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xee, 0xf0, 0xee, 0xf0, 0xf0, 0xf0, 0xee, 0xf0, 0xed, 0xed, 0xe9, 0xed, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xeb, 0xe9, 0xe4, 0xe9, 0xe6, 0xe6, 0xe6, 0xe4, 0xe3, 0xe3, 0xe3, 0xde, 0xe3, 0xde, 0xb9, 0xde, 0xe3, 0xde, 0xe3, 0xde, 0xde, 0xde, 0xde, 0xda, 0xde, 0xda, 0xda, 0xda, 0xb3, 0xd8, 0xda, 0xd8, 0xda, 0xd8, 0xd8, 0xad, 0xd8, 0xad, 0xd8, 0xad, 0xd8, 0xa7, 0xa7, 0xa7, 0xa1, 0xa1, 0xa7, 0xa7, 0xa7, 0xa7, 0xa7, 0xa7, 0xa7, 0xa1, 0xa1, 0xa1, 0x9e, 0x9b, 0x9e, 0xa1, 0x9b, 0xa1, 0xa1, 0xa1, 0x9b, 0xa1, 0xa1, 0xa1, 0x9b, 0x9b, 0x9b, 0x9b, 0xa1, 0x9b, 0xa7, 0xa1, 0xa7, 0xa1, 0xa1, 0xa1, 0xa1, 0x9e, 0x9e, 0x9b, 0x9e, 0xa1, 0xa1, 0xa7, 0xa7, 0xa7, 0xa7, 0xa1, 0xa1, 0xa1, 0xa1, 0xa1, 0xa1, 0xa7, 0xa7, 0xad, 0xd4, 0xad, 0xd4, 0xa7, 0xa7, 0xa7, 0xa7, 0xa7, 0xad, 0xd4, 0xd8, 0xd8, 0xd8, 0xad, 0xd8, 0xad, 0xd8, 0xd8, 0xda, 0xda, 0xda, 0xda, 0xda, 0xda, 0xda, 0xda, 0xda, 0xda, 0xda, 0xda, 0xda, 0xda, 0xb3, 0xd8, 0xda, 0xb3, 0xda, 0xda, 0xb3, 0xda, 0xb3, 0xda, 0xb3, 0xb3, 0xb0, 0xb3, 0xb0, 0xae, 0xb0, 0xae, 0xad, 0xa9, 0xa9, 0xa9, 0xa4, 0xa6, 0xa6, 0xa4, 0x9d, 0x9a, 0x9a, 0x92, 0x92, 0x92, 0x8b, 0x91, 0x8b, 0x91, 0x92, 0x91, 0x9a, 0x92, 0x9a, 0x92, 0x82, 0x8c, 0x8b, 0x82, 0x82, 0x82, 0x97, 0xa6, 0x9d, 0xa6, 0xa6, 0xaa, 0xaa, 0xae, 0xb1, 0xb6, 0xb6, 0xb8, 0xb8, 0xba, 0xba, 0xbc, 0xbc, 0xbe, 0xbc, 0xbe, 0xbc, 0xbe, 0xbc, 0xbe, 0xbe, 0xbe, 0xbc, 0xbe, 0xbd, 0xbe, 0xbf, 0xbe, 0xbd, 0xbe, 0xbf, 0xbf, 0xbf, 0xbe, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbe, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xc0, 0xbf, 0xc0, 0xc0, 0xc0, 0xbf, 0xc0, 0xbf, 0xc0, 0xbf, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xf7, 0xf5, 0xf7, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf7, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf6, 0xf5, 0xf5, 0xf5, 0xf3, 0xf5, 0xf5, 0xf5, 0xf2, 0xf3, 0xf2, 0xf3, 0xf2, 0xf3, 0xf2, 0xf3, 0xf2, 0xf3, 0xf2, 0xf0, 0xf2, 0xf0, 0xf2, 0xf0, 0xf2, 0xf0, 0xf2, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xed, 0xee, 0xed, 0xee, 0xf0, 0xed, 0xee, 0xe9, 0xed, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe6, 0xe9, 0xe6, 0xe6, 0xe4, 0xe9, 0xe6, 0xe3, 0xe4, 0xe9, 0xe4, 0xe3, 0xe4, 0xe3, 0xe4, 0xde, 0xde, 0xde, 0xe3, 0xde, 0xde, 0xde, 0xde, 0xde, 0xde, 0xb9, 0xda, 0xda, 0xb3, 0xd8, 0xda, 0xd8, 0xd8, 0xd8, 0xd8, 0xb3, 0xd8, 0xad, 0xd8, 0xad, 0xad, 0xad, 0xa7, 0xa7, 0xa7, 0xa1, 0xa7, 0xa7, 0xa7, 0xa7, 0xa7, 0xa7, 0xa7, 0xa7, 0xa1, 0xa1, 0xa1, 0x9b, 0x9b, 0x9b, 0xa1, 0x9e, 0xa1, 0x9e, 0xa1, 0xa1, 0xa1, 0x9b, 0xa1, 0x9b, 0x96, 0x96, 0x9b, 0x9b, 0x9e, 0xa1, 0xa1, 0xa1, 0xcd, 0xa1, 0xa1, 0x9e, 0x9b, 0x9b, 0x9b, 0x9e, 0xa1, 0xa1, 0xa1, 0xa1, 0xa7, 0xa1, 0xa1, 0xa1, 0xa1, 0x9e, 0xa1, 0xcd, 0xa7, 0xa7, 0xa7, 0xa7, 0xad, 0xa7, 0xa1, 0xa7, 0xa1, 0xa7, 0xd4, 0xd4, 0xd4, 0xd4, 0xad, 0xad, 0xad, 0xd8, 0xd4, 0xad, 0xd8, 0xd8, 0xda, 0xd8, 0xd8, 0xd8, 0xda, 0xd8, 0xda, 0xd8, 0xda, 0xb0, 0xda, 0xb0, 0xda, 0xb0, 0xd8, 0xb0, 0xb3, 0xd8, 0xb3, 0xad, 0xb3, 0xb0, 0xda, 0xb3, 0xb0, 0xb0, 0xb3, 0xb0, 0xae, 0xae, 0xae, 0xad, 0xaa, 0xa9, 0xaa, 0xa9, 0xaa, 0xa4, 0xa6, 0xa6, 0x97, 0x9a, 0x92, 0x92, 0x92, 0x8c, 0x8c, 0x92, 0x8c, 0x92, 0x8b, 0x9a, 0x92, 0x97, 0x97, 0x92, 0x82, 0x8c, 0x82, 0x8c, 0x82, 0x82, 0x9a, 0xa4, 0xa4, 0xa4, 0xa6, 0xa6, 0xa9, 0xae, 0xae, 0xae, 0xb3, 0xb8, 0xb8, 0xba, 0xbc, 0xbc, 0xbc, 0xbc, 0xbc, 0xbd, 0xbe, 0xbd, 0xbe, 0xbc, 0xbd, 0xbe, 0xbd, 0xbe, 0xbc, 0xbe, 0xbc, 0xbf, 0xbe, 0xbf, 0xbd, 0xbf, 0xbd, 0xbf, 0xbd, 0xbf, 0xbf, 0xbe, 0xbf, 0xbf, 0xbe, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xc0, 0xbf, 0xc0, 0xc0, 0xc0, 0xbf, 0xc0, 0xbf, 0xc0, 0xbf, 0xc0, 0xbf, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xf5, 0xf7, 0xf5, 0xf7, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf6, 0xf5, 0xf6, 0xf5, 0xf6, 0xf5, 0xf3, 0xf5, 0xf3, 0xf5, 0xf5, 0xf6, 0xf3, 0xf5, 0xf3, 0xf5, 0xf3, 0xf2, 0xf3, 0xf2, 0xf0, 0xf3, 0xf3, 0xf0, 0xf3, 0xf0, 0xf3, 0xf0, 0xf3, 0xf0, 0xf0, 0xf0, 0xf0, 0xed, 0xf3, 0xf0, 0xed, 0xf0, 0xed, 0xf0, 0xed, 0xee, 0xed, 0xf0, 0xeb, 0xed, 0xeb, 0xe9, 0xe9, 0xed, 0xe9, 0xe9, 0xe9, 0xe3, 0xe9, 0xe3, 0xe6, 0xe3, 0xe4, 0xe3, 0xe4, 0xe3, 0xe4, 0xe3, 0xde, 0xde, 0xde, 0xde, 0xe3, 0xe1, 0xde, 0xde, 0xde, 0xde, 0xde, 0xde, 0xde, 0xde, 0xda, 0xda, 0xda, 0xd8, 0xd8, 0xd8, 0xd8, 0xd8, 0xd8, 0xd8, 0xad, 0xd8, 0xad, 0xad, 0xd8, 0xad, 0xad, 0xa7, 0xa7, 0xa1, 0xa7, 0xa7, 0xa7, 0xa1, 0xa7, 0xa7, 0xa7, 0xa1, 0xa7, 0xa1, 0xa1, 0x9e, 0x9b, 0x9b, 0x9e, 0xa1, 0x9e, 0xa1, 0x9b, 0xa1, 0x9b, 0xa1, 0xa1, 0x9b, 0x9b, 0x96, 0x96, 0x9b, 0x9b, 0x9e, 0xa1, 0xa1, 0xa1, 0xa1, 0xa1, 0x9e, 0x9b, 0x96, 0x96, 0x96, 0x9b, 0x9e, 0xa1, 0xa1, 0x9b, 0xa1, 0xa1, 0xa1, 0x9e, 0x9b, 0x9b, 0x9b, 0xa1, 0xa1, 0xa7, 0xa1, 0xa7, 0xa7, 0xa7, 0xa7, 0xa1, 0xa1, 0xa1, 0xa1, 0xd4, 0xad, 0xa7, 0xa7, 0xd8, 0xa7, 0xd4, 0xad, 0xa7, 0xad, 0xd4, 0xda, 0xd8, 0xd8, 0xad, 0xd8, 0xad, 0xd8, 0xad, 0xd8, 0xd8, 0xd8, 0xb0, 0xd8, 0xb0, 0xad, 0xb0, 0xb0, 0xd8, 0xb0, 0xad, 0xad, 0xb3, 0xad, 0xb3, 0xd8, 0xae, 0xad, 0xae, 0xad, 0xae, 0xad, 0xae, 0xa9, 0xa4, 0xaa, 0xa4, 0xa6, 0xa4, 0xa6, 0x9d, 0x9d, 0x9a, 0x9a, 0x92, 0x91, 0x92, 0x8c, 0x8b, 0x8c, 0x92, 0x8b, 0x92, 0x92, 0x99, 0x97, 0x9a, 0x92, 0x7e, 0x82, 0x8c, 0x82, 0x83, 0x82, 0x92, 0x9d, 0xa4, 0xa6, 0xa4, 0xa6, 0xaa, 0xa9, 0xae, 0xae, 0xb6, 0xb6, 0xba, 0xba, 0xba, 0xba, 0xba, 0xbc, 0xbd, 0xbc, 0xbc, 0xbc, 0xbc, 0xbc, 0xbe, 0xbc, 0xbe, 0xbc, 0xbf, 0xbc, 0xbf, 0xbc, 0xbf, 0xbd, 0xbe, 0xbd, 0xbf, 0xbd, 0xbf, 0xbd, 0xbf, 0xbf, 0xbf, 0xbe, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xc0, 0xbf, 0xc0, 0xbf, 0xc0, 0xbf, 0xc0, 0xc0, 0xbf, 0xc0, 0xbf, 0xc0, 0xc0, 0xc0, 0xf5, 0xf6, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf3, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf3, 0xf5, 0xf3, 0xf5, 0xf3, 0xf5, 0xf3, 0xf2, 0xf3, 0xf2, 0xf3, 0xf2, 0xf3, 0xf2, 0xf3, 0xf2, 0xf0, 0xf2, 0xf0, 0xf2, 0xf3, 0xed, 0xf3, 0xed, 0xf0, 0xed, 0xf0, 0xed, 0xf0, 0xed, 0xf0, 0xed, 0xeb, 0xed, 0xed, 0xed, 0xed, 0xed, 0xee, 0xeb, 0xe9, 0xe9, 0xed, 0xe9, 0xe9, 0xe9, 0xe9, 0xe3, 0xe9, 0xe4, 0xe9, 0xe3, 0xe3, 0xe9, 0xe3, 0xe3, 0xe3, 0xe3, 0xe4, 0xb9, 0xde, 0xb9, 0xde, 0xde, 0xde, 0xde, 0xb9, 0xde, 0xb3, 0xda, 0xb3, 0xda, 0xda, 0xda, 0xda, 0xad, 0xd8, 0xd8, 0xda, 0xd8, 0xad, 0xad, 0xad, 0xad, 0xad, 0xad, 0xa7, 0xad, 0xa7, 0xa7, 0xa7, 0xa7, 0xa1, 0xa7, 0xa1, 0xa7, 0xa1, 0xa7, 0xa1, 0xa1, 0xa1, 0xa1, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9e, 0xa1, 0x9b, 0xa1, 0x9b, 0xa1, 0x9b, 0x9b, 0x9b, 0x96, 0x90, 0x96, 0x96, 0x9b, 0x9b, 0x9e, 0x9b, 0x9e, 0x9b, 0x9e, 0x9b, 0x9b, 0x96, 0x96, 0x96, 0x9b, 0x9e, 0xa1, 0x9b, 0xa1, 0x9b, 0xa1, 0x9e, 0x9e, 0x9b, 0x96, 0x9b, 0x9e, 0xa1, 0xa1, 0xa7, 0xa1, 0xa7, 0xa1, 0xa1, 0xa1, 0xa1, 0xa1, 0xa1, 0xa7, 0xa7, 0xa7, 0xa7, 0xa1, 0xa7, 0xa7, 0xa7, 0xa7, 0xa7, 0xad, 0xd8, 0xad, 0xad, 0xd8, 0xad, 0xad, 0xad, 0xd8, 0xad, 0xad, 0xb0, 0xb0, 0xad, 0xb0, 0xad, 0xad, 0xad, 0xb0, 0xad, 0xb0, 0xad, 0xad, 0xad, 0xa9, 0xad, 0xa9, 0xa9, 0xad, 0xa9, 0xae, 0xa9, 0xa9, 0xa9, 0xaa, 0xa6, 0xa6, 0xa4, 0xa6, 0x9d, 0x9d, 0x9d, 0x9a, 0x92, 0x92, 0x91, 0x8b, 0x8c, 0x91, 0x8c, 0x8c, 0x8c, 0x8b, 0x9a, 0x92, 0x9a, 0x97, 0x8c, 0x82, 0x82, 0x83, 0x7c, 0x7e, 0x82, 0x9a, 0x9d, 0x9d, 0xa6, 0x9d, 0xa6, 0xa6, 0xaa, 0xaa, 0xae, 0xb6, 0xb6, 0xb8, 0xb8, 0xba, 0xb8, 0xba, 0xba, 0xbc, 0xba, 0xbc, 0xbd, 0xbc, 0xba, 0xbc, 0xbd, 0xbd, 0xbc, 0xbd, 0xbe, 0xbd, 0xbc, 0xbd, 0xbe, 0xbd, 0xbf, 0xbc, 0xbf, 0xbd, 0xbf, 0xbd, 0xbf, 0xbd, 0xbf, 0xbf, 0xbf, 0xbd, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xc0, 0xbf, 0xbf, 0xc0, 0xbf, 0xc0, 0xc0, 0xbf, 0xc0, 0xf5, 0xf7, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf3, 0xf5, 0xf6, 0xf5, 0xf3, 0xf5, 0xf3, 0xf5, 0xf3, 0xf5, 0xf3, 0xf5, 0xf0, 0xf5, 0xf3, 0xf2, 0xf3, 0xf2, 0xf0, 0xf2, 0xf0, 0xf3, 0xf0, 0xf3, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xed, 0xf0, 0xed, 0xf0, 0xed, 0xed, 0xed, 0xed, 0xed, 0xed, 0xeb, 0xe9, 0xe9, 0xe9, 0xe3, 0xe9, 0xe3, 0xe6, 0xe3, 0xe9, 0xe9, 0xe3, 0xe3, 0xe3, 0xe4, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xb9, 0xde, 0xb9, 0xde, 0xb9, 0xde, 0xde, 0xb9, 0xda, 0xb3, 0xda, 0xb9, 0xd8, 0xda, 0xda, 0xd8, 0xad, 0xd8, 0xd8, 0xda, 0xd8, 0xd8, 0xad, 0xad, 0xad, 0xad, 0xad, 0xa7, 0xa7, 0xa7, 0xa1, 0xa1, 0xa1, 0xa1, 0xa1, 0xa9, 0xa1, 0xa1, 0xa1, 0xa1, 0xa1, 0xa1, 0xa1, 0x9e, 0x9b, 0x9b, 0x96, 0x96, 0x9b, 0xa1, 0xa1, 0x9e, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x94, 0x90, 0x96, 0x96, 0x9b, 0x9b, 0x9e, 0x9b, 0x9b, 0x9b, 0x9b, 0x96, 0x96, 0x90, 0x8f, 0x96, 0x9b, 0x9e, 0xa1, 0x9e, 0x9b, 0x9b, 0x9e, 0x9b, 0x9e, 0x96, 0x96, 0x9b, 0x9b, 0xa1, 0xa1, 0xa1, 0xa1, 0xa1, 0xa1, 0xa1, 0x9e, 0xa1, 0x9b, 0xa1, 0xa4, 0xa7, 0xa7, 0xa7, 0xa7, 0xa7, 0xa7, 0xa7, 0xa7, 0xa7, 0xa7, 0xd4, 0xd4, 0xd4, 0xad, 0xa7, 0xad, 0xad, 0xa7, 0xad, 0xad, 0xad, 0xad, 0xad, 0xad, 0xad, 0xad, 0xb0, 0xa9, 0xad, 0xa9, 0xad, 0xa9, 0xad, 0xb0, 0xa9, 0xa9, 0xa9, 0xaa, 0xa9, 0xad, 0xa9, 0xa9, 0xa4, 0xa9, 0xa6, 0xa4, 0x9d, 0x9d, 0x9d, 0x9d, 0x97, 0xa0, 0x97, 0x91, 0x8b, 0x8c, 0x8c, 0x8c, 0x8c, 0x8c, 0x8c, 0x8b, 0x91, 0x8b, 0x99, 0x92, 0x92, 0x8b, 0x7e, 0x7e, 0x7c, 0x83, 0x7a, 0x7e, 0x9a, 0x9d, 0x9d, 0x9d, 0xa6, 0x9d, 0xaa, 0xaa, 0xaa, 0xae, 0xb1, 0xb6, 0xb6, 0xba, 0xba, 0xba, 0xba, 0xba, 0xba, 0xbd, 0xba, 0xbc, 0xba, 0xbc, 0xba, 0xbc, 0xbc, 0xbd, 0xbc, 0xbd, 0xbc, 0xbd, 0xbe, 0xbd, 0xbe, 0xbd, 0xbe, 0xbd, 0xbe, 0xbd, 0xbf, 0xbf, 0xbf, 0xbd, 0xbf, 0xbd, 0xbf, 0xbd, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xc0, 0xbf, 0xc0, 0xbf, 0xbf, 0xbf, 0xc0, 0xc0, 0xbf, 0xc0, 0xc0, 0xc0, 0xc0, 0xbf, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf3, 0xf5, 0xf3, 0xf5, 0xf3, 0xf2, 0xf3, 0xf2, 0xf5, 0xf0, 0xf2, 0xf0, 0xf2, 0xf0, 0xf2, 0xf0, 0xf2, 0xf0, 0xf2, 0xf0, 0xf2, 0xf3, 0xf2, 0xf3, 0xed, 0xf2, 0xed, 0xf0, 0xed, 0xf0, 0xed, 0xee, 0xed, 0xed, 0xee, 0xed, 0xeb, 0xe9, 0xed, 0xed, 0xeb, 0xe9, 0xe9, 0xe9, 0xe9, 0xe6, 0xe9, 0xe4, 0xe3, 0xe9, 0xe3, 0xe3, 0xe9, 0xe4, 0xe9, 0xe4, 0xe3, 0xe4, 0xe3, 0xe3, 0xe3, 0xe3, 0xde, 0xde, 0xb9, 0xde, 0xb9, 0xda, 0xde, 0xda, 0xda, 0xb3, 0xda, 0xb3, 0xda, 0xd8, 0xad, 0xd8, 0xd8, 0xd8, 0xda, 0xd8, 0xd8, 0xad, 0xad, 0xad, 0xad, 0xa7, 0xa7, 0xa1, 0xa7, 0xa1, 0xa1, 0xa1, 0xa7, 0xa1, 0xa7, 0xa1, 0xa1, 0x9b, 0xa1, 0x9b, 0xa1, 0x9b, 0x96, 0x9b, 0x96, 0x96, 0x9b, 0x9b, 0x9b, 0x9e, 0x9b, 0x9b, 0x9b, 0x96, 0x9b, 0x96, 0x90, 0x90, 0x96, 0x96, 0x96, 0x96, 0x9b, 0x9b, 0x9b, 0x94, 0x9b, 0x96, 0x96, 0x90, 0x90, 0x96, 0x96, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x96, 0x9b, 0x96, 0x94, 0x9b, 0x9e, 0x9b, 0xa1, 0xa1, 0xa1, 0xa1, 0xa1, 0x9e, 0xa1, 0x9b, 0x9b, 0xa1, 0xa1, 0xa1, 0xa1, 0xa1, 0xa1, 0xa1, 0xa1, 0xa1, 0xa7, 0xa1, 0xa7, 0xa1, 0xa7, 0xa7, 0xa7, 0xa7, 0xad, 0xa7, 0xa7, 0xad, 0xa7, 0xad, 0xa7, 0xad, 0xa7, 0xad, 0xa7, 0xa9, 0xa7, 0xa9, 0xad, 0xa9, 0xad, 0xa9, 0xad, 0xa9, 0xa9, 0xa9, 0xa9, 0xa4, 0xa9, 0xa4, 0xa9, 0xa4, 0xa6, 0xa6, 0x9d, 0x9d, 0x9d, 0xa6, 0x97, 0xa0, 0x97, 0x9a, 0x91, 0x92, 0x8c, 0x8c, 0x82, 0x8c, 0x82, 0x8c, 0x8c, 0x8c, 0x8b, 0x91, 0x8b, 0x92, 0x92, 0x8c, 0x7e, 0x7e, 0x7e, 0x7a, 0x78, 0x82, 0x9d, 0x97, 0x9d, 0x9d, 0x9d, 0xa6, 0xa6, 0xaa, 0xaa, 0xae, 0xb6, 0xae, 0xb6, 0xb8, 0xba, 0xb8, 0xba, 0xba, 0xba, 0xbc, 0xba, 0xbc, 0xbd, 0xba, 0xbd, 0xbc, 0xbd, 0xbc, 0xbd, 0xbc, 0xbd, 0xbc, 0xbd, 0xbe, 0xbd, 0xbc, 0xbd, 0xbe, 0xbd, 0xbf, 0xbe, 0xbd, 0xbd, 0xbf, 0xbd, 0xbf, 0xbd, 0xbf, 0xbd, 0xbf, 0xbd, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xc0, 0xbf, 0xc0, 0xbf, 0xc0, 0xbf, 0xc0, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf6, 0xf5, 0xf6, 0xf3, 0xf5, 0xf3, 0xf5, 0xf3, 0xf5, 0xf3, 0xf5, 0xf3, 0xf2, 0xf3, 0xf2, 0xf0, 0xf2, 0xf0, 0xf2, 0xf0, 0xf2, 0xf0, 0xf2, 0xf0, 0xf2, 0xf0, 0xf2, 0xf0, 0xed, 0xed, 0xf0, 0xed, 0xed, 0xed, 0xed, 0xed, 0xed, 0xed, 0xee, 0xed, 0xed, 0xed, 0xeb, 0xed, 0xeb, 0xe9, 0xe9, 0xe9, 0xe9, 0xe3, 0xe9, 0xe9, 0xe3, 0xe9, 0xe3, 0xe3, 0xe9, 0xe3, 0xe9, 0xe3, 0xe4, 0xe3, 0xe3, 0xde, 0xe3, 0xde, 0xe3, 0xe1, 0xde, 0xde, 0xda, 0xda, 0xda, 0xda, 0xda, 0xda, 0xd8, 0xda, 0xda, 0xda, 0xb0, 0xd8, 0xad, 0xd8, 0xb0, 0xd4, 0xd8, 0xad, 0xd4, 0xad, 0xa7, 0xad, 0xa1, 0xa7, 0xa1, 0xa1, 0xa1, 0xa7, 0xa7, 0xa1, 0xa7, 0xa1, 0xa1, 0x9b, 0xa1, 0x9b, 0x9b, 0x9b, 0x96, 0x96, 0x9b, 0x96, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x96, 0x9b, 0x96, 0x96, 0x96, 0x96, 0x8f, 0x96, 0x90, 0x94, 0x96, 0x9b, 0x9b, 0x9b, 0x94, 0x9b, 0x96, 0x90, 0x8f, 0x8f, 0x90, 0x94, 0x9b, 0x96, 0x9b, 0x9b, 0x96, 0x9b, 0x96, 0x96, 0x8f, 0x96, 0x96, 0x9b, 0x9b, 0xa1, 0xa1, 0x9b, 0xa1, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9e, 0x9b, 0xa1, 0xa1, 0xa1, 0x9b, 0xa1, 0xa1, 0xa1, 0xa1, 0xa1, 0xa1, 0xa1, 0xa7, 0xa9, 0xa1, 0xa1, 0xa9, 0xa7, 0xa9, 0xa7, 0xa4, 0xa9, 0xa1, 0xa9, 0xa7, 0xa9, 0xa1, 0xa9, 0xa1, 0xa9, 0xa1, 0xa9, 0xa1, 0xa9, 0xa1, 0xa9, 0xa1, 0xa9, 0xa4, 0xa4, 0xaa, 0xa4, 0xa4, 0xa6, 0xa6, 0x9d, 0xa4, 0x9d, 0x9d, 0xa0, 0x9d, 0x97, 0x9d, 0x92, 0x99, 0x92, 0x8c, 0x8c, 0x8b, 0x82, 0x82, 0x83, 0x82, 0x82, 0x82, 0x91, 0x92, 0x8c, 0x92, 0x92, 0x83, 0x7a, 0x7e, 0x77, 0x7e, 0x72, 0x82, 0x9d, 0x97, 0x9a, 0x9d, 0x9d, 0xa6, 0xa4, 0xaa, 0xa9, 0xaa, 0xae, 0xb6, 0xb6, 0xb8, 0xb8, 0xba, 0xba, 0xba, 0xba, 0xba, 0xba, 0xba, 0xba, 0xbc, 0xba, 0xba, 0xba, 0xbc, 0xbd, 0xba, 0xbd, 0xbd, 0xbc, 0xbd, 0xbc, 0xbd, 0xbc, 0xbf, 0xbd, 0xbc, 0xbd, 0xbe, 0xbf, 0xbd, 0xbe, 0xbd, 0xbf, 0xbf, 0xbf, 0xbd, 0xbf, 0xbf, 0xbf, 0xbd, 0xbf, 0xbd, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xc0, 0xbf, 0xbf, 0xbf, 0xbf, 0xc0, 0xbf, 0xc0, 0xbf, 0xc0, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf2, 0xf5, 0xf2, 0xf5, 0xf2, 0xf2, 0xf2, 0xf3, 0xf2, 0xf0, 0xf2, 0xf0, 0xf2, 0xf3, 0xf2, 0xf0, 0xf5, 0xed, 0xf3, 0xed, 0xf3, 0xed, 0xf2, 0xf0, 0xf2, 0xf0, 0xed, 0xed, 0xed, 0xed, 0xee, 0xed, 0xeb, 0xed, 0xed, 0xed, 0xed, 0xed, 0xe9, 0xed, 0xeb, 0xe9, 0xe9, 0xe9, 0xe3, 0xe9, 0xe9, 0xe3, 0xe9, 0xe3, 0xe4, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xde, 0xe3, 0xde, 0xb9, 0xde, 0xb9, 0xde, 0xde, 0xde, 0xda, 0xb3, 0xde, 0xb3, 0xda, 0xb3, 0xda, 0xb0, 0xda, 0xb0, 0xd8, 0xb0, 0xad, 0xad, 0xb0, 0xad, 0xad, 0xad, 0xa7, 0xad, 0xad, 0xa7, 0xa9, 0xa1, 0xa1, 0xa1, 0xa1, 0xa1, 0xa1, 0xa1, 0xa1, 0xa1, 0xa1, 0x9b, 0xa1, 0x9b, 0x9b, 0x9b, 0x96, 0x96, 0x96, 0x96, 0x96, 0x9b, 0x96, 0x9b, 0x9b, 0x9b, 0x9b, 0x96, 0x96, 0x96, 0x96, 0x8f, 0x90, 0x90, 0x96, 0x96, 0x9b, 0x96, 0x9b, 0x96, 0x96, 0x96, 0x8f, 0x8f, 0x8f, 0x90, 0x90, 0x96, 0x96, 0x9b, 0x96, 0x96, 0x96, 0x96, 0x96, 0x96, 0x8f, 0x8f, 0x96, 0x96, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x96, 0x96, 0x96, 0x9b, 0x9b, 0xa1, 0x9b, 0xa1, 0x9b, 0xa1, 0x9b, 0xa1, 0xa1, 0x9b, 0xa1, 0xa1, 0xa1, 0xa1, 0xa1, 0xa1, 0xa1, 0xa1, 0xa1, 0xa1, 0xa1, 0xa1, 0xa4, 0xa1, 0xa4, 0xa7, 0xa4, 0xa1, 0xa4, 0xa4, 0xa4, 0xa4, 0xa4, 0xa4, 0xa4, 0xa4, 0xa4, 0xa1, 0xa6, 0xa4, 0x9d, 0xa4, 0xa6, 0xa4, 0x9d, 0x9d, 0x9d, 0x9d, 0xa0, 0x97, 0x9d, 0x9a, 0xa0, 0x92, 0x92, 0x91, 0x8c, 0x82, 0x8c, 0x82, 0x83, 0x82, 0x83, 0x7e, 0x82, 0x8c, 0x8c, 0x8b, 0x8b, 0x8c, 0x82, 0x78, 0x7a, 0x78, 0x78, 0x71, 0x7c, 0x9d, 0x97, 0x9a, 0x9a, 0xa0, 0x9d, 0xa6, 0xa6, 0xaa, 0xb1, 0xae, 0xb1, 0xb6, 0xb8, 0xb8, 0xb8, 0xba, 0xb8, 0xba, 0xba, 0xba, 0xba, 0xbb, 0xba, 0xbb, 0xba, 0xbb, 0xba, 0xbd, 0xba, 0xbd, 0xba, 0xbd, 0xbc, 0xbd, 0xbc, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbf, 0xbd, 0xbf, 0xbd, 0xbf, 0xbf, 0xbd, 0xbf, 0xbf, 0xbd, 0xbf, 0xbd, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xc0, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xf5, 0xf5, 0xf5, 0xf2, 0xf5, 0xf2, 0xf5, 0xf5, 0xf6, 0xf3, 0xf5, 0xf2, 0xf2, 0xf5, 0xf2, 0xf2, 0xf3, 0xf2, 0xf2, 0xf2, 0xf2, 0xf0, 0xf2, 0xf0, 0xf2, 0xf0, 0xf2, 0xf0, 0xf2, 0xf0, 0xf2, 0xf0, 0xed, 0xf0, 0xed, 0xf0, 0xed, 0xed, 0xee, 0xed, 0xee, 0xed, 0xed, 0xed, 0xed, 0xe9, 0xed, 0xe9, 0xed, 0xe9, 0xe9, 0xe9, 0xe9, 0xed, 0xe3, 0xe9, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xde, 0xb9, 0xb9, 0xde, 0xb9, 0xde, 0xb9, 0xde, 0xb9, 0xde, 0xda, 0xb3, 0xda, 0xb3, 0xd8, 0xd8, 0xd8, 0xb0, 0xd8, 0xb0, 0xd8, 0xb0, 0xad, 0xad, 0xad, 0xad, 0xad, 0xad, 0xa7, 0xad, 0xa7, 0xa7, 0xa7, 0xa1, 0xa1, 0xa4, 0xa1, 0xa4, 0x9b, 0xa1, 0x9b, 0xa1, 0x9b, 0xa1, 0x9b, 0x9b, 0x9b, 0x9b, 0x96, 0x96, 0x97, 0x96, 0x96, 0x9b, 0x96, 0x9b, 0x96, 0x96, 0x9b, 0x96, 0x9b, 0x8f, 0x8f, 0x8f, 0x8f, 0x90, 0x90, 0x94, 0x96, 0x96, 0x96, 0x9b, 0x90, 0x90, 0x8f, 0x8f, 0x8f, 0x8f, 0x8f, 0x96, 0x94, 0x96, 0x90, 0x96, 0x96, 0x96, 0x94, 0x8f, 0x8f, 0x8f, 0x96, 0x96, 0x96, 0x9b, 0x9b, 0x9b, 0x9b, 0x96, 0x96, 0x96, 0x96, 0x9b, 0x96, 0x9b, 0x9b, 0xa1, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9e, 0xa1, 0xa1, 0xa1, 0xa1, 0xa1, 0xa1, 0x9b, 0xa1, 0xa1, 0xa1, 0xa4, 0xa4, 0xa4, 0xa4, 0xa1, 0xa4, 0xa1, 0xa4, 0xa4, 0xa4, 0xa4, 0xa4, 0xa4, 0xa4, 0xa4, 0xa1, 0xa4, 0xa4, 0xa4, 0x9d, 0xa4, 0x9d, 0xa4, 0xa6, 0x9d, 0x9d, 0x9d, 0x97, 0x9a, 0x9a, 0x97, 0x9a, 0x9a, 0x92, 0x91, 0x82, 0x8c, 0x8c, 0x82, 0x82, 0x7e, 0x83, 0x7e, 0x82, 0x7e, 0x8c, 0x8c, 0x8c, 0x8b, 0x91, 0x7c, 0x78, 0x78, 0x7a, 0x71, 0x72, 0x8c, 0x97, 0x97, 0x9a, 0x9a, 0x9d, 0xa0, 0xa6, 0x9d, 0xaa, 0xaa, 0xae, 0xb1, 0xb6, 0xb6, 0xb8, 0xb8, 0xb8, 0xba, 0xb8, 0xbb, 0xba, 0xbb, 0xba, 0xba, 0xbb, 0xba, 0xbb, 0xba, 0xbb, 0xba, 0xbb, 0xba, 0xbb, 0xba, 0xbd, 0xbd, 0xbd, 0xba, 0xbd, 0xbd, 0xbd, 0xba, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbf, 0xbd, 0xbf, 0xbd, 0xbf, 0xbd, 0xbf, 0xbd, 0xbf, 0xbd, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xf5, 0xf5, 0xf5, 0xf5, 0xf2, 0xf5, 0xf5, 0xf3, 0xf5, 0xf5, 0xf3, 0xf5, 0xf2, 0xf2, 0xf2, 0xf5, 0xf2, 0xf2, 0xf3, 0xf2, 0xf0, 0xf2, 0xf0, 0xf2, 0xf0, 0xf2, 0xf0, 0xf2, 0xf0, 0xed, 0xf0, 0xed, 0xed, 0xed, 0xed, 0xed, 0xed, 0xed, 0xed, 0xed, 0xed, 0xed, 0xed, 0xeb, 0xed, 0xe9, 0xed, 0xe9, 0xe9, 0xed, 0xe9, 0xeb, 0xe9, 0xe9, 0xe9, 0xe3, 0xe3, 0xe9, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xb9, 0xde, 0xb9, 0xde, 0xb9, 0xda, 0xb9, 0xda, 0xb9, 0xda, 0xda, 0xb3, 0xd8, 0xad, 0xb3, 0xd8, 0xb0, 0xad, 0xad, 0xb0, 0xb0, 0xb0, 0xad, 0xad, 0xad, 0xad, 0xa7, 0xad, 0xa1, 0xa7, 0xa7, 0xa1, 0xa1, 0x9b, 0xa1, 0xa1, 0xa1, 0x9b, 0x9b, 0xa1, 0x9b, 0xa1, 0x9b, 0x9b, 0x9b, 0x96, 0x96, 0x96, 0x96, 0x96, 0x96, 0x9b, 0x96, 0x9b, 0x96, 0x96, 0x96, 0x96, 0x96, 0x90, 0x90, 0x90, 0x8f, 0x90, 0x90, 0x96, 0x96, 0x96, 0x96, 0x8f, 0x96, 0x8f, 0x89, 0x89, 0x8f, 0x8f, 0x8f, 0x90, 0x96, 0x96, 0x90, 0x96, 0x8f, 0x90, 0x8f, 0x8f, 0x86, 0x8f, 0x8f, 0x8f, 0x96, 0x96, 0x96, 0x9b, 0x96, 0x96, 0x96, 0x96, 0x90, 0x96, 0x96, 0x96, 0x9b, 0x9b, 0x96, 0x9b, 0x96, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0xa4, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0xa4, 0x9b, 0xa4, 0x9b, 0xa4, 0xa4, 0x9d, 0xa4, 0x9d, 0xa4, 0x9b, 0xa4, 0x9b, 0xa4, 0x9b, 0x9d, 0xa4, 0x9d, 0x9b, 0x9d, 0x9d, 0x9d, 0x9d, 0x9d, 0x9d, 0x9d, 0x9d, 0x9a, 0x9d, 0x9a, 0x9a, 0x9a, 0x92, 0x9a, 0x92, 0x91, 0x8c, 0x8c, 0x82, 0x82, 0x83, 0x7e, 0x7e, 0x7e, 0x83, 0x7e, 0x82, 0x8c, 0x8c, 0x8c, 0x8b, 0x8c, 0x83, 0x72, 0x71, 0x78, 0x71, 0x6d, 0x8b, 0x9a, 0x97, 0x9a, 0x9a, 0xa0, 0x9d, 0xa0, 0xa6, 0xa6, 0xa6, 0xb1, 0xb1, 0xb6, 0xb5, 0xb6, 0xb5, 0xb8, 0xb7, 0xba, 0xbb, 0xb8, 0xbb, 0xb8, 0xbb, 0xb8, 0xbb, 0xba, 0xbb, 0xba, 0xbb, 0xba, 0xbb, 0xba, 0xbb, 0xba, 0xbd, 0xba, 0xbd, 0xba, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbf, 0xbd, 0xbf, 0xbd, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf3, 0xf5, 0xf2, 0xf3, 0xf2, 0xf5, 0xf2, 0xf5, 0xf0, 0xf2, 0xf3, 0xf2, 0xf0, 0xf2, 0xf2, 0xf0, 0xf2, 0xed, 0xf3, 0xed, 0xf3, 0xed, 0xf2, 0xed, 0xf2, 0xed, 0xed, 0xed, 0xed, 0xed, 0xed, 0xed, 0xed, 0xed, 0xed, 0xed, 0xe9, 0xed, 0xed, 0xed, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe6, 0xe9, 0xe3, 0xe3, 0xe3, 0xe3, 0xe9, 0xe3, 0xde, 0xe3, 0xb9, 0xde, 0xb9, 0xe3, 0xde, 0xb9, 0xde, 0xda, 0xb9, 0xde, 0xb3, 0xda, 0xde, 0xda, 0xb3, 0xd8, 0xb0, 0xb0, 0xad, 0xb0, 0xad, 0xad, 0xb0, 0xd8, 0xad, 0xad, 0xad, 0xad, 0xad, 0xa7, 0xa7, 0xa4, 0xa1, 0xa1, 0xa1, 0xa1, 0xa1, 0xa1, 0xa1, 0xa4, 0x9b, 0xa1, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x96, 0x96, 0x96, 0x90, 0x96, 0x96, 0x96, 0x96, 0x96, 0x96, 0x96, 0x96, 0x8f, 0x8f, 0x8f, 0x8f, 0x8f, 0x90, 0x94, 0x90, 0x90, 0x96, 0x90, 0x90, 0x8f, 0x8f, 0x8f, 0x89, 0x89, 0x89, 0x86, 0x8f, 0x8f, 0x8f, 0x8f, 0x8f, 0x90, 0x8f, 0x90, 0x8f, 0x89, 0x89, 0x89, 0x8f, 0x90, 0x8f, 0x96, 0x96, 0x96, 0x96, 0x90, 0x90, 0x8f, 0x90, 0x96, 0x96, 0x96, 0x9b, 0x96, 0x96, 0x9b, 0x96, 0x96, 0x96, 0x9b, 0x9b, 0x96, 0x9b, 0x9b, 0x9b, 0xa4, 0x9b, 0x9b, 0x9b, 0x96, 0x9b, 0x9d, 0xa1, 0x9d, 0x9b, 0x9d, 0x9b, 0x9d, 0x9b, 0x9d, 0x9b, 0x9d, 0x9d, 0x9d, 0x9d, 0x9d, 0x9d, 0xa4, 0x9d, 0x9d, 0x97, 0x9d, 0x9d, 0x9a, 0x9d, 0x97, 0x9d, 0x9a, 0x9a, 0x9d, 0x92, 0x9a, 0x9a, 0x92, 0x9a, 0x92, 0x91, 0x92, 0x8c, 0x82, 0x83, 0x83, 0x7e, 0x7e, 0x7e, 0x7e, 0x7e, 0x7c, 0x83, 0x82, 0x8c, 0x8c, 0x8b, 0x8c, 0x7c, 0x6d, 0x78, 0x72, 0x6d, 0x6d, 0x8b, 0x92, 0x92, 0x9a, 0x97, 0xa0, 0x9d, 0x9d, 0xa6, 0xa3, 0xaa, 0xaa, 0xb5, 0xb1, 0xb6, 0xb5, 0xb8, 0xb8, 0xb8, 0xb8, 0xb8, 0xb8, 0xb8, 0xbb, 0xb8, 0xba, 0xba, 0xba, 0xba, 0xbb, 0xba, 0xbb, 0xba, 0xbb, 0xbc, 0xbb, 0xbc, 0xbd, 0xba, 0xbd, 0xbd, 0xbc, 0xbd, 0xbc, 0xbd, 0xbc, 0xbd, 0xbd, 0xbd, 0xbd, 0xbf, 0xbd, 0xbf, 0xbd, 0xbf, 0xbd, 0xbf, 0xbd, 0xbf, 0xbd, 0xbf, 0xbd, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xc0, 0xbf, 0xbf, 0xbf, 0xbf, 0xf5, 0xf5, 0xf5, 0xf5, 0xf3, 0xf5, 0xf2, 0xf3, 0xf2, 0xf5, 0xf2, 0xf3, 0xf2, 0xf3, 0xf2, 0xf3, 0xf2, 0xf2, 0xf2, 0xf2, 0xf2, 0xf2, 0xf0, 0xf2, 0xed, 0xf2, 0xed, 0xf2, 0xed, 0xed, 0xed, 0xf2, 0xed, 0xed, 0xed, 0xed, 0xed, 0xed, 0xed, 0xed, 0xed, 0xed, 0xed, 0xe9, 0xed, 0xe9, 0xe9, 0xed, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe3, 0xb9, 0xe3, 0xe3, 0xb9, 0xe3, 0xe3, 0xb9, 0xb9, 0xb9, 0xde, 0xb9, 0xde, 0xb9, 0xde, 0xb9, 0xda, 0xb9, 0xda, 0xb9, 0xda, 0xb3, 0xd8, 0xb0, 0xb0, 0xb0, 0xb0, 0xad, 0xad, 0xad, 0xad, 0xad, 0xad, 0xad, 0xa7, 0xa9, 0xa7, 0xad, 0xa1, 0xa7, 0xa4, 0xa1, 0xa1, 0xa1, 0xa1, 0x9b, 0xa4, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x96, 0x96, 0x8f, 0x96, 0x96, 0x96, 0x96, 0x9b, 0x90, 0x96, 0x96, 0x96, 0x96, 0x8f, 0x8f, 0x89, 0x8f, 0x8f, 0x8f, 0x90, 0x90, 0x8f, 0x8f, 0x8f, 0x8f, 0x8f, 0x8f, 0x89, 0x84, 0x89, 0x89, 0x89, 0x8f, 0x8f, 0x8f, 0x8f, 0x8f, 0x90, 0x90, 0x8f, 0x89, 0x89, 0x89, 0x86, 0x8f, 0x8f, 0x8f, 0x96, 0x8f, 0x96, 0x8f, 0x8f, 0x8f, 0x8f, 0x8f, 0x8f, 0x96, 0x96, 0x96, 0x96, 0x96, 0x96, 0x96, 0x96, 0x96, 0x96, 0x96, 0x96, 0x96, 0x9b, 0x9b, 0x96, 0x96, 0x96, 0x96, 0x96, 0x96, 0x9b, 0x97, 0x9b, 0x9d, 0x9b, 0x97, 0x9b, 0x9d, 0x9b, 0x97, 0x9d, 0x9b, 0x9d, 0x9b, 0x9d, 0x9b, 0x9d, 0x9d, 0x9d, 0x97, 0x9d, 0x97, 0x97, 0x92, 0x9d, 0x97, 0x92, 0x9a, 0x9a, 0x9a, 0x92, 0x92, 0x92, 0x92, 0x8c, 0x92, 0x8c, 0x82, 0x83, 0x7c, 0x7e, 0x7e, 0x78, 0x7e, 0x7e, 0x7e, 0x7e, 0x82, 0x82, 0x83, 0x8c, 0x8c, 0x8c, 0x7a, 0x6c, 0x72, 0x6d, 0x6d, 0x6d, 0x92, 0x92, 0x92, 0x92, 0x9a, 0x9a, 0xa0, 0x9d, 0xa3, 0xa6, 0xa6, 0xaa, 0xaa, 0xb1, 0xb5, 0xb6, 0xb5, 0xb5, 0xb7, 0xb8, 0xb7, 0xb8, 0xb7, 0xb8, 0xb7, 0xba, 0xbb, 0xb8, 0xbb, 0xba, 0xbb, 0xba, 0xbb, 0xba, 0xbb, 0xba, 0xbb, 0xba, 0xbd, 0xba, 0xbd, 0xbb, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbf, 0xbd, 0xbf, 0xbd, 0xbf, 0xbd, 0xbf, 0xbd, 0xbf, 0xbd, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xf5, 0xf5, 0xf5, 0xf5, 0xf5, 0xf2, 0xf5, 0xf2, 0xf6, 0xf2, 0xf3, 0xf2, 0xf3, 0xf2, 0xf3, 0xf2, 0xf2, 0xf2, 0xf2, 0xf2, 0xf2, 0xed, 0xf2, 0xed, 0xf2, 0xed, 0xf2, 0xed, 0xed, 0xf2, 0xed, 0xed, 0xed, 0xed, 0xed, 0xed, 0xed, 0xbe, 0xed, 0xe9, 0xbe, 0xe9, 0xbe, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe3, 0xe3, 0xe3, 0xb9, 0xb9, 0xe3, 0xb9, 0xb9, 0xe3, 0xb9, 0xde, 0xb9, 0xda, 0xb9, 0xb9, 0xb9, 0xda, 0xb3, 0xda, 0xb3, 0xda, 0xb3, 0xda, 0xae, 0xb0, 0xb0, 0xb0, 0xb0, 0xb0, 0xad, 0xad, 0xad, 0xad, 0xa9, 0xa7, 0xa9, 0xa7, 0xa7, 0xa9, 0xa1, 0xa4, 0xa4, 0x9b, 0xa4, 0xa1, 0xa4, 0xa1, 0x9b, 0x9b, 0x9b, 0x9b, 0x96, 0x9b, 0x96, 0x9b, 0x96, 0x96, 0x8f, 0x96, 0x8f, 0x97, 0x8f, 0x97, 0x8f, 0x96, 0x97, 0x90, 0x8f, 0x90, 0x8f, 0x89, 0x89, 0x89, 0x8f, 0x8f, 0x8f, 0x8f, 0x8f, 0x8f, 0x8f, 0x8f, 0x86, 0x89, 0x86, 0x84, 0x80, 0x89, 0x8f, 0x8f, 0x89, 0x89, 0x89, 0x89, 0x8f, 0x86, 0x89, 0x80, 0x89, 0x89, 0x8f, 0x86, 0x8f, 0x8f, 0x8f, 0x93, 0x8f, 0x89, 0x90, 0x89, 0x8f, 0x8f, 0x8f, 0x96, 0x90, 0x96, 0x96, 0x96, 0x96, 0x96, 0x96, 0x96, 0x96, 0x96, 0x96, 0x9b, 0x96, 0x96, 0x97, 0x96, 0x97, 0x96, 0x97, 0x96, 0x97, 0x9b, 0x97, 0x9b, 0x97, 0x9b, 0x97, 0x96, 0x97, 0x96, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x96, 0x97, 0x97, 0x9a, 0x97, 0x97, 0x9a, 0x9a, 0x97, 0x9a, 0x92, 0x92, 0x9a, 0x92, 0x92, 0x92, 0x91, 0x8b, 0x92, 0x8c, 0x8c, 0x83, 0x82, 0x7e, 0x7e, 0x78, 0x7e, 0x78, 0x7e, 0x7e, 0x7e, 0x7e, 0x82, 0x83, 0x82, 0x8c, 0x87, 0x78, 0x65, 0x72, 0x6d, 0x65, 0x6d, 0x92, 0x92, 0x92, 0x9a, 0x9a, 0x9a, 0x9d, 0x9a, 0xa0, 0xa3, 0xa6, 0xa8, 0xb1, 0xb1, 0xb1, 0xb5, 0xb5, 0xb5, 0xb5, 0xb5, 0xb7, 0xb8, 0xb7, 0xb8, 0xb7, 0xb8, 0xb7, 0xb8, 0xbb, 0xbb, 0xba, 0xbb, 0xbb, 0xba, 0xbb, 0xba, 0xba, 0xbb, 0xba, 0xbd, 0xbb, 0xbc, 0xbb, 0xbd, 0xba, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbe, 0xbf, 0xbf, 0xbd, 0xbd, 0xbf, 0xbd, 0xbf, 0xbd, 0xbf, 0xbd, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xbf, 0xf5, 0xf5, 0xf2, 0xf3, 0xf2, 0xf5, 0xf3, 0xf5, 0xf3, 0xf2, 0xf3, 0xf2, 0xf2, 0xf2, 0xf2, 0xf2, 0xf2, 0xf2, 0xbe, 0xed, 0xf2, 0xed, 0xf2, 0xf2, 0xed, 0xf2, 0xed, 0xf2, 0xed, 0xed, 0xed, 0xed, 0xed, 0xed, 0xed, 0xed, 0xed, 0xbe, 0xe9, 0xbe, 0xe9, 0xbe, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe3, 0xe9, 0xe9, 0xe9, 0xe3, 0xe3, 0xb9, 0xb9, 0xb9, 0xb9, 0xb9, 0xde, 0xb9, 0xb3, 0xde, 0xb3, 0xb9, 0xda, 0xb9, 0xda, 0xb3, 0xda, 0xb0, 0xb3, 0xb0, 0xb0, 0xad, 0xad, 0xae, 0xad, 0xa9, 0xad, 0xa9, 0xad, 0xa9, 0xad, 0xa9, 0xa7, 0xa9, 0xa1, 0xa9, 0xa1, 0xa1, 0xa1, 0x9b, 0xa1, 0xa4, 0xa4, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x96, 0x96, 0x90, 0x96, 0x90, 0x96, 0x93, 0x96, 0x8f, 0x96, 0x8f, 0x96, 0x8f, 0x90, 0x8f, 0x8f, 0x8f, 0x86, 0x89, 0x89, 0x89, 0x8f, 0x86, 0x8f, 0x8f, 0x89, 0x90, 0x89, 0x89, 0x86, 0x7f, 0x80, 0x84, 0x89, 0x89, 0x89, 0x89, 0x89, 0x89, 0x89, 0x89, 0x89, 0x89, 0x89, 0x80, 0x89, 0x89, 0x89, 0x8f, 0x89, 0x8f, 0x8f, 0x8f, 0x86, 0x8f, 0x89, 0x8f, 0x89, 0x89, 0x8f, 0x8f, 0x8f, 0x90, 0x90, 0x8f, 0x90, 0x8f, 0x90, 0x8f, 0x90, 0x8f, 0x96, 0x96, 0x96, 0x93, 0x96, 0x93, 0x8f, 0x93, 0x90, 0x97, 0x96, 0x97, 0x96, 0x97, 0x96, 0x97, 0x96, 0x97, 0x97, 0x93, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x92, 0x97, 0x92, 0x92, 0x92, 0x92, 0x97, 0x92, 0x92, 0x92, 0x92, 0x92, 0x8c, 0x8b, 0x8c, 0x8c, 0x8c, 0x82, 0x7e, 0x7e, 0x7e, 0x7a, 0x78, 0x78, 0x78, 0x78, 0x78, 0x7c, 0x7e, 0x7e, 0x82, 0x83, 0x82, 0x88, 0x71, 0x6c, 0x6d, 0x6d, 0x60, 0x72, 0x92, 0x92, 0x92, 0x92, 0x9a, 0x9a, 0x9a, 0x9a, 0xa0, 0xa0, 0xa6, 0xa8, 0xaa, 0xb1, 0xb1, 0xb5, 0xb5, 0xb5, 0xb5, 0xb8, 0xb5, 0xb7, 0xb5, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb8, 0xb7, 0xbb, 0xba, 0xbb, 0xbb, 0xba, 0xbd, 0xbb, 0xba, 0xbb, 0xbc, 0xbb, 0xbd, 0xbb, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbf, 0xbd, 0xbd, 0xbd, 0xbd, 0xbf, 0xbd, 0xbd, 0xbf, 0xbd, 0xbf, 0xbd, 0xbf, 0xbd, 0xbf, 0xbd, 0xbf, 0xbf, 0xbf, 0xf2, 0xf2, 0xf5, 0xf2, 0xf5, 0xf2, 0xf2, 0xf2, 0xf2, 0xf2, 0xf2, 0xf2, 0xf3, 0xf2, 0xf0, 0xf2, 0xf2, 0xed, 0xf2, 0xf2, 0xed, 0xf2, 0xf0, 0xed, 0xf2, 0xed, 0xed, 0xed, 0xed, 0xed, 0xed, 0xed, 0xed, 0xed, 0xed, 0xe9, 0xed, 0xe9, 0xed, 0xe9, 0xed, 0xe9, 0xed, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe3, 0xe9, 0xe3, 0xe9, 0xe3, 0xb9, 0xb9, 0xe3, 0xe3, 0xde, 0xb9, 0xde, 0xb9, 0xb9, 0xde, 0xb9, 0xda, 0xb9, 0xb3, 0xb3, 0xb3, 0xda, 0xb0, 0xb3, 0xb0, 0xb3, 0xad, 0xad, 0xae, 0xad, 0xad, 0xad, 0xa7, 0xa7, 0xad, 0xad, 0xad, 0xa7, 0xa9, 0xa1, 0xa9, 0xa1, 0xa1, 0xa4, 0x9b, 0xa1, 0x9b, 0xa4, 0xa1, 0x9b, 0xa1, 0x9b, 0x9b, 0x9b, 0x97, 0x96, 0x97, 0x96, 0x8f, 0x96, 0x8f, 0x96, 0x93, 0x8f, 0x8f, 0x8f, 0x8f, 0x8f, 0x8f, 0x90, 0x8f, 0x8f, 0x89, 0x89, 0x8f, 0x89, 0x8f, 0x8f, 0x8f, 0x8f, 0x89, 0x86, 0x8f, 0x89, 0x89, 0x7f, 0x7f, 0x7f, 0x89, 0x89, 0x80, 0x89, 0x89, 0x89, 0x89, 0x89, 0x89, 0x89, 0x7f, 0x84, 0x80, 0x89, 0x89, 0x89, 0x89, 0x8f, 0x8f, 0x89, 0x89, 0x89, 0x89, 0x84, 0x89, 0x89, 0x8f, 0x8f, 0x89, 0x8f, 0x8f, 0x8f, 0x8f, 0x8f, 0x8f, 0x8f, 0x8f, 0x93, 0x8f, 0x93, 0x90, 0x96, 0x8f, 0x96, 0x8f, 0x96, 0x93, 0x8f, 0x97, 0x93, 0x97, 0x93, 0x92, 0x93, 0x92, 0x93, 0x92, 0x93, 0x92, 0x92, 0x93, 0x92, 0x92, 0x92, 0x92, 0x93, 0x92, 0x92, 0x92, 0x92, 0x92, 0x92, 0x92, 0x92, 0x92, 0x91, 0x92, 0x91, 0x8b, 0x91, 0x8c, 0x91, 0x8c, 0x8c, 0x8c, 0x8c, 0x83, 0x7e, 0x7e, 0x7e, 0x78, 0x78, 0x71, 0x78, 0x7a, 0x7a, 0x78, 0x83, 0x83, 0x82, 0x82, 0x83, 0x87, 0x6d, 0x6c, 0x65, 0x68, 0x5c, 0x78, 0x92, 0x8b, 0x92, 0x93, 0x9a, 0x92, 0x9a, 0x9a, 0x9d, 0xa3, 0xa6, 0xa3, 0xaa, 0xaa, 0xb1, 0xb6, 0xb5, 0xb5, 0xb5, 0xb5, 0xb7, 0xb6, 0xb7, 0xb8, 0xb7, 0xb8, 0xb7, 0xb8, 0xbb, 0xb8, 0xbb, 0xb7, 0xbb, 0xb8, 0xbb, 0xb5, 0xba, 0xbb, 0xbb, 0xba, 0xbb, 0xbd, 0xbb, 0xba, 0xbd, 0xba, 0xbd, 0xba, 0xbd, 0xbd, 0xbd, 0xba, 0xbd, 0xba, 0xbd, 0xbd, 0xbd, 0xbf, 0xbd, 0xbf, 0xbd, 0xbf, 0xbd, 0xbf, 0xbd, 0xbf, 0xbd, 0xbf, 0xbd, 0xbf, 0xbd, 0xbf, 0xbf, 0xbf, 0xf5, 0xf2, 0xf5, 0xf2, 0xf5, 0xf2, 0xf5, 0xf2, 0xf2, 0xf2, 0xf2, 0xf2, 0xf2, 0xf2, 0xf2, 0xf2, 0xed, 0xf2, 0xed, 0xf2, 0xed, 0xf2, 0xed, 0xf2, 0xed, 0xed, 0xf2, 0xed, 0xed, 0xed, 0xed, 0xed, 0xed, 0xed, 0xed, 0xed, 0xe9, 0xed, 0xe9, 0xed, 0xe9, 0xed, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe3, 0xe3, 0xe3, 0xe3, 0xbc, 0xde, 0xb9, 0xb9, 0xb9, 0xde, 0xb9, 0xde, 0xb3, 0xb9, 0xb3, 0xb9, 0xb3, 0xb3, 0xb3, 0xd8, 0xb3, 0xd8, 0xb3, 0xb0, 0xae, 0xad, 0xa9, 0xad, 0xa9, 0xad, 0xa9, 0xad, 0xa9, 0xa9, 0xa1, 0xa9, 0xa1, 0xa1, 0xa4, 0xa1, 0xa4, 0xa1, 0x9b, 0x9b, 0xa4, 0x9b, 0xa4, 0x9b, 0xa4, 0x9b, 0x9b, 0x9b, 0x9b, 0x96, 0x97, 0x90, 0x96, 0x90, 0x96, 0x93, 0x96, 0x8f, 0x8f, 0x8f, 0x8f, 0x8f, 0x8f, 0x8f, 0x8f, 0x89, 0x89, 0x89, 0x89, 0x89, 0x89, 0x89, 0x89, 0x89, 0x89, 0x89, 0x89, 0x86, 0x89, 0x89, 0x7f, 0x7f, 0x7f, 0x80, 0x89, 0x89, 0x89, 0x89, 0x89, 0x89, 0x89, 0x84, 0x84, 0x7f, 0x7f, 0x84, 0x80, 0x89, 0x8f, 0x89, 0x89, 0x89, 0x89, 0x89, 0x89, 0x84, 0x89, 0x84, 0x89, 0x89, 0x8f, 0x89, 0x8f, 0x89, 0x8f, 0x89, 0x8f, 0x89, 0x89, 0x89, 0x8f, 0x8f, 0x93, 0x8f, 0x8f, 0x93, 0x8f, 0x8f, 0x93, 0x8f, 0x93, 0x8f, 0x92, 0x89, 0x92, 0x8f, 0x92, 0x8f, 0x92, 0x8f, 0x92, 0x92, 0x8b, 0x92, 0x92, 0x92, 0x93, 0x92, 0x92, 0x92, 0x92, 0x92, 0x92, 0x91, 0x92, 0x8c, 0x8b, 0x91, 0x92, 0x92, 0x8b, 0x8c, 0x8c, 0x8c, 0x88, 0x82, 0x83, 0x82, 0x83, 0x83, 0x7e, 0x7e, 0x78, 0x78, 0x78, 0x78, 0x7a, 0x78, 0x71, 0x78, 0x7e, 0x7e, 0x7c, 0x83, 0x83, 0x82, 0x6d, 0x68, 0x6c, 0x61, 0x5c, 0x72, 0x93, 0x91, 0x92, 0x92, 0x92, 0x92, 0x9a, 0x9a, 0xa0, 0xa0, 0xa3, 0xa6, 0xa8, 0xb1, 0xb1, 0xb1, 0xb1, 0xb5, 0xb1, 0xb5, 0xb5, 0xb5, 0xb5, 0xb5, 0xb5, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb8, 0xb7, 0xb8, 0xb7, 0xbb, 0xb7, 0xbb, 0xbb, 0xb8, 0xbb, 0xbb, 0xbb, 0xba, 0xbd, 0xba, 0xbd, 0xba, 0xbb, 0xbd, 0xbb, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbf, 0xbd, 0xbf, 0xbd, 0xbf, 0xbd, 0xbf, 0xbf, 0xbf, 0xbf, 0xf2, 0xf2, 0xf5, 0xf2, 0xf5, 0xf2, 0xf2, 0xf2, 0xf2, 0xf2, 0xf2, 0xf2, 0xed, 0xf2, 0xf2, 0xf2, 0xf2, 0xbe, 0xf2, 0xed, 0xf2, 0xf2, 0xed, 0xed, 0xed, 0xed, 0xed, 0xed, 0xed, 0xed, 0xed, 0xed, 0xed, 0xe9, 0xe9, 0xe9, 0xed, 0xe9, 0xbe, 0xe9, 0xbe, 0xe9, 0xed, 0xe9, 0xe9, 0xe3, 0xbc, 0xe3, 0xbc, 0xe3, 0xe3, 0xbc, 0xe3, 0xe3, 0xb9, 0xb9, 0xb9, 0xb9, 0xb9, 0xb9, 0xb9, 0xb3, 0xb9, 0xb3, 0xb3, 0xb3, 0xb3, 0xb3, 0xb3, 0xb0, 0xb0, 0xb3, 0xa9, 0xa9, 0xa9, 0xad, 0xa9, 0xad, 0xa9, 0xa7, 0xa9, 0xad, 0xa9, 0xa7, 0xa4, 0xa1, 0xa4, 0xa1, 0xa4, 0x9b, 0x9b, 0x9b, 0xa4, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x96, 0x97, 0x97, 0x96, 0x93, 0x8f, 0x93, 0x93, 0x90, 0x93, 0x90, 0x8f, 0x8f, 0x8f, 0x8f, 0x8f, 0x8f, 0x89, 0x89, 0x89, 0x89, 0x89, 0x89, 0x89, 0x89, 0x89, 0x89, 0x89, 0x84, 0x89, 0x84, 0x7f, 0x7f, 0x7f, 0x7f, 0x84, 0x89, 0x80, 0x84, 0x84, 0x84, 0x84, 0x7f, 0x84, 0x7f, 0x7f, 0x7f, 0x7f, 0x84, 0x89, 0x84, 0x89, 0x84, 0x89, 0x89, 0x84, 0x80, 0x84, 0x89, 0x7f, 0x84, 0x89, 0x89, 0x89, 0x89, 0x89, 0x89, 0x89, 0x89, 0x89, 0x89, 0x89, 0x8f, 0x8b, 0x93, 0x89, 0x93, 0x89, 0x89, 0x8b, 0x89, 0x89, 0x8b, 0x8f, 0x8b, 0x89, 0x92, 0x89, 0x8b, 0x8b, 0x8b, 0x92, 0x8b, 0x92, 0x8b, 0x92, 0x8b, 0x92, 0x8b, 0x92, 0x8b, 0x92, 0x92, 0x8b, 0x92, 0x8c, 0x8b, 0x91, 0x8c, 0x91, 0x8b, 0x8c, 0x8c, 0x8c, 0x91, 0x8c, 0x8c, 0x82, 0x83, 0x82, 0x83, 0x88, 0x7e, 0x7a, 0x78, 0x78, 0x78, 0x72, 0x72, 0x78, 0x71, 0x78, 0x78, 0x7e, 0x7e, 0x7e, 0x83, 0x83, 0x7c, 0x6d, 0x5f, 0x61, 0x61, 0x56, 0x7a, 0x93, 0x87, 0x92, 0x91, 0x92, 0x92, 0x9a, 0x9a, 0xa0, 0xa0, 0xa3, 0xa8, 0xa8, 0xab, 0xb1, 0xb1, 0xb1, 0xb1, 0xb1, 0xb1, 0xb1, 0xb5, 0xb5, 0xb4, 0xb5, 0xb5, 0xb5, 0xb5, 0xb5, 0xb5, 0xb7, 0xb7, 0xb7, 0xb7, 0xb5, 0xbb, 0xb7, 0xbb, 0xb7, 0xbb, 0xb7, 0xbb, 0xbb, 0xbb, 0xbd, 0xbb, 0xbb, 0xbb, 0xbb, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbf, 0xbd, 0xbd, 0xbd, 0xbd, 0xbf, 0xbd, 0xbf, 0xbd, 0xbf, 0xbd, 0xbf, 0xf5, 0xf2, 0xf2, 0xf2, 0xf2, 0xf2, 0xf2, 0xf2, 0xf2, 0xf2, 0xf2, 0xf2, 0xf2, 0xed, 0xf2, 0xed, 0xf2, 0xed, 0xed, 0xbe, 0xed, 0xbe, 0xf2, 0xbe, 0xed, 0xbe, 0xed, 0xbe, 0xed, 0xbe, 0xe9, 0xbe, 0xe9, 0xbe, 0xed, 0xbe, 0xe9, 0xbc, 0xe9, 0xbc, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xbc, 0xe3, 0xe3, 0xe3, 0xbc, 0xe3, 0xe3, 0xe3, 0xb9, 0xb3, 0xb9, 0xb3, 0xb9, 0xb9, 0xb3, 0xb9, 0xb3, 0xb3, 0xb3, 0xb3, 0xb0, 0xb3, 0xae, 0xb3, 0xb0, 0xb0, 0xad, 0xa9, 0xad, 0xa9, 0xa9, 0xa9, 0xa4, 0xa9, 0xa4, 0xa9, 0xa1, 0xa4, 0xa4, 0xa4, 0xa4, 0xa4, 0xa4, 0xa4, 0x9b, 0xa4, 0xa4, 0x9b, 0xa4, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x96, 0x96, 0x96, 0x96, 0x8f, 0x93, 0x8f, 0x93, 0x90, 0x93, 0x96, 0x96, 0x93, 0x90, 0x93, 0x8f, 0x8f, 0x89, 0x89, 0x86, 0x89, 0x84, 0x89, 0x84, 0x8b, 0x84, 0x84, 0x84, 0x84, 0x7f, 0x84, 0x84, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x89, 0x7f, 0x89, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x76, 0x7c, 0x7f, 0x7f, 0x7f, 0x84, 0x89, 0x7f, 0x84, 0x84, 0x84, 0x84, 0x7f, 0x7f, 0x7f, 0x7f, 0x84, 0x84, 0x84, 0x89, 0x84, 0x89, 0x84, 0x89, 0x84, 0x89, 0x84, 0x89, 0x84, 0x89, 0x89, 0x8b, 0x8b, 0x8b, 0x84, 0x89, 0x8b, 0x89, 0x8b, 0x89, 0x8b, 0x8b, 0x8b, 0x8b, 0x8b, 0x89, 0x8b, 0x93, 0x8b, 0x92, 0x8b, 0x8b, 0x8b, 0x8b, 0x8b, 0x8b, 0x8b, 0x8b, 0x8b, 0x8b, 0x8c, 0x8b, 0x8c, 0x8b, 0x8c, 0x8b, 0x8c, 0x8b, 0x8c, 0x8b, 0x82, 0x8c, 0x82, 0x83, 0x7e, 0x82, 0x83, 0x7e, 0x7e, 0x78, 0x7a, 0x72, 0x72, 0x72, 0x72, 0x72, 0x71, 0x72, 0x78, 0x7e, 0x81, 0x7c, 0x7e, 0x7e, 0x7c, 0x68, 0x61, 0x5f, 0x5b, 0x57, 0x83, 0x89, 0x92, 0x8c, 0x92, 0x91, 0x91, 0x92, 0x9a, 0x99, 0xa0, 0xa0, 0xa3, 0xa8, 0xaa, 0xa8, 0xb1, 0xb1, 0xb1, 0xb2, 0xb2, 0xb5, 0xb4, 0xb5, 0xb4, 0xb5, 0xb4, 0xb7, 0xb7, 0xb7, 0xb7, 0xb5, 0xb7, 0xb5, 0xb7, 0xb7, 0xb7, 0xb7, 0xbb, 0xb7, 0xbb, 0xbb, 0xb7, 0xbb, 0xbb, 0xbb, 0xbb, 0xbd, 0xbb, 0xbd, 0xbb, 0xbb, 0xbd, 0xbb, 0xbd, 0xbb, 0xbd, 0xbb, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbf, 0xbd, 0xbf, 0xbd, 0xbf, 0xbf, 0xf2, 0xf5, 0xf2, 0xf3, 0xf2, 0xf2, 0xf3, 0xf2, 0xf3, 0xf2, 0xf0, 0xf2, 0xf2, 0xf2, 0xed, 0xf2, 0xed, 0xf2, 0xed, 0xed, 0xed, 0xed, 0xed, 0xf2, 0xed, 0xbe, 0xed, 0xbe, 0xed, 0xbe, 0xed, 0xbe, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe3, 0xe9, 0xe3, 0xe9, 0xe3, 0xe3, 0xbc, 0xe3, 0xb9, 0xe3, 0xb9, 0xe3, 0xb9, 0xb3, 0xb9, 0xb9, 0xb3, 0xb3, 0xb9, 0xb3, 0xda, 0xb3, 0xb3, 0xb0, 0xb3, 0xb0, 0xb3, 0xb0, 0xb0, 0xb0, 0xb0, 0xad, 0xa9, 0xad, 0xad, 0xad, 0xa9, 0xa1, 0xa7, 0xa1, 0xa9, 0xa1, 0xa4, 0xa4, 0xa4, 0xa4, 0xa4, 0x9b, 0xa4, 0x9b, 0x9b, 0xa4, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x97, 0x96, 0x97, 0x96, 0x8f, 0x8f, 0x90, 0x8f, 0x90, 0x93, 0x96, 0x8f, 0x8f, 0x93, 0x8f, 0x8f, 0x89, 0x89, 0x84, 0x89, 0x89, 0x89, 0x89, 0x89, 0x8b, 0x84, 0x89, 0x84, 0x89, 0x7f, 0x89, 0x7f, 0x7f, 0x76, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x84, 0x84, 0x7f, 0x7f, 0x77, 0x7c, 0x77, 0x7f, 0x7f, 0x84, 0x84, 0x84, 0x89, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x84, 0x7f, 0x84, 0x84, 0x89, 0x8b, 0x84, 0x84, 0x84, 0x84, 0x7f, 0x84, 0x84, 0x84, 0x89, 0x8b, 0x89, 0x84, 0x89, 0x8b, 0x8b, 0x8b, 0x8b, 0x8b, 0x8b, 0x8b, 0x8b, 0x8b, 0x8b, 0x8b, 0x8c, 0x8b, 0x8b, 0x8c, 0x8b, 0x8c, 0x8c, 0x82, 0x8b, 0x82, 0x8c, 0x8c, 0x82, 0x83, 0x82, 0x8c, 0x8c, 0x83, 0x83, 0x7e, 0x7e, 0x7e, 0x7e, 0x7e, 0x78, 0x78, 0x72, 0x72, 0x72, 0x6c, 0x72, 0x6d, 0x72, 0x78, 0x78, 0x7e, 0x7a, 0x78, 0x7a, 0x83, 0x7a, 0x61, 0x5f, 0x5c, 0x54, 0x5b, 0x82, 0x87, 0x8c, 0x8c, 0x92, 0x91, 0x92, 0x92, 0x92, 0x9a, 0x9a, 0xa3, 0xa3, 0xa6, 0xa8, 0xb1, 0xab, 0xb1, 0xb2, 0xb1, 0xb2, 0xb5, 0xb2, 0xb5, 0xb4, 0xb5, 0xb1, 0xb5, 0xb5, 0xb5, 0xb5, 0xb5, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb5, 0xb7, 0xb8, 0xbb, 0xb7, 0xbb, 0xb8, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbd, 0xbb, 0xba, 0xbb, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbf, 0xbd, 0xbf, 0xbd, 0xbf, 0xbd, 0xbf, 0xbd, 0xbf, 0xf5, 0xf2, 0xf2, 0xf2, 0xf2, 0xf2, 0xf2, 0xf2, 0xf2, 0xed, 0xf2, 0xf2, 0xf2, 0xed, 0xf2, 0xf2, 0xf2, 0xed, 0xf2, 0xed, 0xed, 0xed, 0xed, 0xed, 0xbe, 0xed, 0xbe, 0xe9, 0xbe, 0xed, 0xbe, 0xe9, 0xbe, 0xe9, 0xbe, 0xe9, 0xbe, 0xe9, 0xe9, 0xe9, 0xbc, 0xe3, 0xbc, 0xe3, 0xbc, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xb9, 0xe3, 0xb9, 0xb9, 0xb3, 0xb9, 0xb3, 0xb9, 0xb3, 0xb3, 0xb3, 0xb3, 0xb3, 0xad, 0xb3, 0xad, 0xb3, 0xb0, 0xae, 0xad, 0xae, 0xb0, 0xb0, 0xb0, 0xb0, 0xad, 0xae, 0xa7, 0xa9, 0xa1, 0xa4, 0xa1, 0xa4, 0xa4, 0xa4, 0xa4, 0xa4, 0x9b, 0xa4, 0x9b, 0x9b, 0x9b, 0x9b, 0x96, 0x9b, 0xa4, 0x96, 0x9b, 0x97, 0x96, 0x93, 0x93, 0x8f, 0x93, 0x8f, 0x93, 0x8f, 0x8f, 0x8f, 0x8f, 0x8f, 0x8f, 0x89, 0x89, 0x89, 0x89, 0x7f, 0x84, 0x84, 0x89, 0x8b, 0x89, 0x84, 0x89, 0x84, 0x84, 0x7f, 0x84, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x84, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x77, 0x76, 0x77, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x80, 0x84, 0x76, 0x7f, 0x77, 0x7f, 0x7f, 0x84, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x84, 0x7f, 0x84, 0x89, 0x84, 0x84, 0x82, 0x7f, 0x7f, 0x84, 0x84, 0x84, 0x8b, 0x84, 0x84, 0x84, 0x82, 0x84, 0x82, 0x84, 0x84, 0x84, 0x8b, 0x84, 0x8b, 0x84, 0x84, 0x8b, 0x82, 0x82, 0x82, 0x82, 0x8b, 0x8c, 0x82, 0x83, 0x82, 0x82, 0x82, 0x82, 0x82, 0x88, 0x82, 0x83, 0x82, 0x83, 0x82, 0x7e, 0x7e, 0x7e, 0x7e, 0x7e, 0x7e, 0x78, 0x78, 0x6d, 0x72, 0x6c, 0x72, 0x6c, 0x6d, 0x72, 0x71, 0x78, 0x78, 0x7a, 0x7a, 0x7e, 0x7c, 0x78, 0x5b, 0x5b, 0x5f, 0x51, 0x5c, 0x87, 0x91, 0x87, 0x8c, 0x8c, 0x92, 0x91, 0x92, 0x91, 0x9a, 0xa0, 0x9a, 0xa3, 0xa6, 0xa6, 0xa8, 0xaa, 0xab, 0xaa, 0xb2, 0xb2, 0xb2, 0xb2, 0xb2, 0xb2, 0xb4, 0xb1, 0xb4, 0xb1, 0xb4, 0xb5, 0xb5, 0xb5, 0xb5, 0xb7, 0xb5, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xbb, 0xb7, 0xbb, 0xb7, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xba, 0xbb, 0xbb, 0xbd, 0xbb, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbf, 0xbd, 0xbf, 0xbd, 0xbf, 0xbd, 0xbf, 0xbd, 0xbf, 0xbd, 0xf2, 0xf2, 0xf2, 0xf2, 0xf2, 0xf2, 0xf2, 0xf2, 0xf2, 0xf2, 0xed, 0xf2, 0xed, 0xf2, 0xed, 0xf2, 0xed, 0xf2, 0xed, 0xbe, 0xed, 0xbe, 0xed, 0xbe, 0xed, 0xbe, 0xe9, 0xbe, 0xe9, 0xbe, 0xe9, 0xe9, 0xe9, 0xbc, 0xe9, 0xbc, 0xe9, 0xe9, 0xbc, 0xe3, 0xe9, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xbc, 0xb9, 0xb9, 0xb9, 0xb9, 0xb9, 0xde, 0xb9, 0xb9, 0xb3, 0xb3, 0xb3, 0xb3, 0xb3, 0xb3, 0xb0, 0xb0, 0xb3, 0xb3, 0xae, 0xb3, 0xae, 0xad, 0xae, 0xad, 0xae, 0xad, 0xae, 0xad, 0xa9, 0xa7, 0xa9, 0xa4, 0xa9, 0xa7, 0xa4, 0xa4, 0x9b, 0xa4, 0x9b, 0x9b, 0xa4, 0x9b, 0x9b, 0x9b, 0x9b, 0x9d, 0x96, 0x9d, 0x96, 0x96, 0x96, 0x96, 0x8f, 0x8f, 0x8f, 0x93, 0x8f, 0x8f, 0x93, 0x8f, 0x93, 0x8f, 0x8f, 0x89, 0x8f, 0x8b, 0x89, 0x89, 0x7f, 0x84, 0x84, 0x89, 0x84, 0x84, 0x84, 0x84, 0x7f, 0x84, 0x7f, 0x84, 0x7f, 0x7f, 0x76, 0x7c, 0x76, 0x7f, 0x7c, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x77, 0x76, 0x77, 0x76, 0x7c, 0x7f, 0x77, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x76, 0x77, 0x77, 0x76, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x84, 0x84, 0x7f, 0x84, 0x7c, 0x7f, 0x7c, 0x7f, 0x82, 0x7f, 0x82, 0x84, 0x84, 0x84, 0x84, 0x84, 0x82, 0x7f, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x7e, 0x7e, 0x7c, 0x83, 0x82, 0x83, 0x7c, 0x7e, 0x7e, 0x78, 0x7e, 0x78, 0x7e, 0x78, 0x78, 0x72, 0x6d, 0x6c, 0x6c, 0x6c, 0x6c, 0x6d, 0x6c, 0x72, 0x72, 0x78, 0x7a, 0x78, 0x7a, 0x7c, 0x78, 0x5b, 0x56, 0x56, 0x4e, 0x60, 0x87, 0x87, 0x82, 0x8b, 0x8c, 0x8c, 0x8c, 0x92, 0x92, 0x99, 0x9a, 0xa0, 0xa3, 0xa3, 0xa8, 0xa8, 0xab, 0xaa, 0xa8, 0xab, 0xb2, 0xb2, 0xb2, 0xb2, 0xb2, 0xb2, 0xb2, 0xb2, 0xb2, 0xb4, 0xb5, 0xb4, 0xb5, 0xb4, 0xb5, 0xb4, 0xb7, 0xb5, 0xb7, 0xb5, 0xb7, 0xb7, 0xb5, 0xb7, 0xbb, 0xb7, 0xbb, 0xb7, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbd, 0xbb, 0xbd, 0xbb, 0xbb, 0xbd, 0xbb, 0xbd, 0xbb, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbf, 0xf2, 0xf2, 0xbe, 0xf2, 0xbe, 0xf2, 0xbe, 0xf2, 0xbe, 0xf2, 0xf2, 0xed, 0xf2, 0xf2, 0xed, 0xf2, 0xed, 0xed, 0xed, 0xed, 0xbe, 0xbe, 0xbe, 0xbe, 0xbe, 0xe9, 0xbe, 0xe9, 0xbe, 0xe9, 0xbe, 0xe9, 0xbc, 0xe3, 0xbc, 0xe9, 0xbc, 0xe9, 0xe9, 0xe9, 0xe3, 0xbc, 0xe3, 0xe3, 0xbc, 0xb9, 0xb9, 0xb9, 0xb9, 0xb9, 0xb9, 0xb9, 0xb9, 0xb3, 0xb9, 0xb9, 0xda, 0xb3, 0xb3, 0xb3, 0xae, 0xb3, 0xb3, 0xae, 0xb0, 0xb0, 0xae, 0xae, 0xae, 0xa9, 0xa9, 0xad, 0xa9, 0xa9, 0xa9, 0xa7, 0xa9, 0xa9, 0xa4, 0xa7, 0xa4, 0xa4, 0x9b, 0x9d, 0x9d, 0x9d, 0x9b, 0x9d, 0x9b, 0x9d, 0x96, 0x9d, 0x96, 0x97, 0x96, 0x96, 0x97, 0x96, 0x93, 0x89, 0x93, 0x89, 0x93, 0x89, 0x93, 0x89, 0x93, 0x89, 0x89, 0x89, 0x8f, 0x84, 0x84, 0x84, 0x84, 0x7f, 0x84, 0x84, 0x84, 0x89, 0x84, 0x84, 0x84, 0x84, 0x7f, 0x7f, 0x7f, 0x76, 0x7f, 0x77, 0x7f, 0x7c, 0x7f, 0x7c, 0x7f, 0x76, 0x7c, 0x76, 0x77, 0x76, 0x76, 0x77, 0x76, 0x77, 0x76, 0x77, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x76, 0x76, 0x77, 0x77, 0x77, 0x77, 0x7c, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7c, 0x76, 0x7c, 0x77, 0x7c, 0x77, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7c, 0x7c, 0x7c, 0x7c, 0x7f, 0x7f, 0x82, 0x7f, 0x7c, 0x7c, 0x7c, 0x7c, 0x7c, 0x7c, 0x7c, 0x7c, 0x7c, 0x7c, 0x82, 0x82, 0x7c, 0x7c, 0x82, 0x7c, 0x82, 0x7c, 0x82, 0x7c, 0x82, 0x7c, 0x82, 0x7e, 0x7e, 0x7c, 0x7e, 0x7e, 0x7e, 0x7e, 0x7e, 0x7c, 0x7e, 0x7e, 0x7e, 0x7a, 0x78, 0x78, 0x78, 0x78, 0x78, 0x72, 0x6d, 0x6d, 0x6c, 0x6d, 0x6c, 0x68, 0x6c, 0x6d, 0x6d, 0x72, 0x78, 0x72, 0x7a, 0x7c, 0x7e, 0x6d, 0x57, 0x54, 0x54, 0x49, 0x65, 0x87, 0x82, 0x87, 0x87, 0x8c, 0x87, 0x91, 0x91, 0x91, 0x91, 0x99, 0x99, 0xa3, 0xa3, 0xa8, 0xa3, 0xa8, 0xa8, 0xab, 0xa8, 0xab, 0xab, 0xb2, 0xab, 0xb2, 0xb2, 0xb2, 0xb2, 0xb4, 0xb2, 0xb4, 0xb4, 0xb4, 0xb4, 0xb4, 0xb4, 0xb4, 0xb4, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb5, 0xbb, 0xb7, 0xb7, 0xb7, 0xb7, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbd, 0xbb, 0xbb, 0xbd, 0xbb, 0xbd, 0xbb, 0xbd, 0xbb, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbf, 0xbd, 0xf2, 0xf2, 0xf2, 0xf2, 0xf2, 0xbe, 0xf2, 0xf2, 0xf2, 0xf2, 0xbe, 0xf2, 0xed, 0xf2, 0xed, 0xf2, 0xed, 0xbe, 0xed, 0xbe, 0xed, 0xed, 0xed, 0xed, 0xe9, 0xbe, 0xe9, 0xbe, 0xe9, 0xed, 0xe9, 0xed, 0xe9, 0xbc, 0xe9, 0xbc, 0xe3, 0xe9, 0xbc, 0xe3, 0xbc, 0xe3, 0xe3, 0xe3, 0xe3, 0xb9, 0xb9, 0xb9, 0xb9, 0xb9, 0xb9, 0xb9, 0xb3, 0xb9, 0xb9, 0xb3, 0xb3, 0xb3, 0xb0, 0xb3, 0xb0, 0xb3, 0xae, 0xb0, 0xae, 0xb0, 0xae, 0xad, 0xa9, 0xae, 0xa9, 0xa9, 0xa9, 0xa1, 0xa9, 0xa1, 0xa9, 0xa4, 0xa4, 0xa4, 0xa4, 0x9b, 0x9d, 0x9b, 0x9d, 0x9b, 0x97, 0x9b, 0x97, 0x96, 0x97, 0x96, 0x97, 0x96, 0x97, 0x93, 0x93, 0x8f, 0x8f, 0x8f, 0x93, 0x92, 0x89, 0x8b, 0x89, 0x8b, 0x8b, 0x8b, 0x89, 0x89, 0x84, 0x89, 0x7f, 0x84, 0x7f, 0x84, 0x7f, 0x84, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x76, 0x76, 0x7f, 0x76, 0x7f, 0x76, 0x77, 0x7f, 0x76, 0x7f, 0x76, 0x77, 0x77, 0x6e, 0x76, 0x77, 0x76, 0x77, 0x76, 0x77, 0x7f, 0x76, 0x7f, 0x77, 0x77, 0x77, 0x77, 0x6e, 0x77, 0x76, 0x7c, 0x76, 0x7f, 0x77, 0x76, 0x7c, 0x76, 0x7c, 0x77, 0x77, 0x77, 0x7f, 0x77, 0x7f, 0x7c, 0x7c, 0x7c, 0x77, 0x77, 0x77, 0x77, 0x7c, 0x7c, 0x7f, 0x7c, 0x7c, 0x7c, 0x7c, 0x7c, 0x7c, 0x7a, 0x7c, 0x7a, 0x7c, 0x7e, 0x7c, 0x7a, 0x7c, 0x7c, 0x7c, 0x7e, 0x7c, 0x7c, 0x7c, 0x7c, 0x7c, 0x7e, 0x7c, 0x7c, 0x7e, 0x7e, 0x7c, 0x7e, 0x7e, 0x7a, 0x7e, 0x7a, 0x7e, 0x7e, 0x7e, 0x78, 0x78, 0x78, 0x78, 0x78, 0x72, 0x6c, 0x6d, 0x6c, 0x6c, 0x68, 0x68, 0x6c, 0x6c, 0x6d, 0x6c, 0x6d, 0x78, 0x71, 0x78, 0x7a, 0x7a, 0x6c, 0x51, 0x56, 0x4e, 0x49, 0x6d, 0x87, 0x87, 0x82, 0x87, 0x87, 0x8c, 0x8c, 0x92, 0x91, 0x99, 0x99, 0x9a, 0xa0, 0xa0, 0xa3, 0xa3, 0xa5, 0xa8, 0xab, 0xab, 0xab, 0xab, 0xab, 0xab, 0xaf, 0xb2, 0xaf, 0xb2, 0xaf, 0xb2, 0xb2, 0xb2, 0xb4, 0xb2, 0xb4, 0xb4, 0xb7, 0xb4, 0xb7, 0xb4, 0xb7, 0xb7, 0xb5, 0xb7, 0xb5, 0xb7, 0xbb, 0xb7, 0xbb, 0xb7, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbd, 0xbb, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xf2, 0xf2, 0xf2, 0xbe, 0xed, 0xf2, 0xf2, 0xbe, 0xf2, 0xbe, 0xf2, 0xed, 0xf2, 0xed, 0xf2, 0xbe, 0xed, 0xbe, 0xed, 0xbe, 0xed, 0xbe, 0xe9, 0xbe, 0xe9, 0xbe, 0xe9, 0xbe, 0xe9, 0xbc, 0xe9, 0xbc, 0xe9, 0xbc, 0xe3, 0xbc, 0xe3, 0xbc, 0xe3, 0xe3, 0xe3, 0xbc, 0xb9, 0xb9, 0xb9, 0xb9, 0xb9, 0xb9, 0xb9, 0xb9, 0xb3, 0xb9, 0xb3, 0xb9, 0xb3, 0xb3, 0xb3, 0xae, 0xae, 0xb0, 0xae, 0xad, 0xae, 0xae, 0xad, 0xa9, 0xae, 0xa9, 0xa9, 0xad, 0xa1, 0xa9, 0xa9, 0xa9, 0xa4, 0xa4, 0xa4, 0xa4, 0x9b, 0x9d, 0x97, 0x9d, 0x9b, 0x9d, 0x97, 0x9d, 0x97, 0x97, 0x97, 0x97, 0x96, 0x97, 0x96, 0x97, 0x93, 0x92, 0x89, 0x8f, 0x8b, 0x8f, 0x89, 0x8f, 0x89, 0x8b, 0x8b, 0x89, 0x8b, 0x89, 0x84, 0x84, 0x84, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7c, 0x7f, 0x7c, 0x7f, 0x7f, 0x76, 0x7c, 0x77, 0x6e, 0x77, 0x77, 0x76, 0x77, 0x77, 0x76, 0x77, 0x76, 0x76, 0x6e, 0x77, 0x6e, 0x6e, 0x71, 0x6e, 0x6e, 0x77, 0x76, 0x77, 0x76, 0x76, 0x76, 0x77, 0x77, 0x6e, 0x77, 0x6e, 0x77, 0x77, 0x77, 0x76, 0x77, 0x77, 0x7c, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7c, 0x7c, 0x77, 0x7c, 0x77, 0x71, 0x77, 0x77, 0x77, 0x7c, 0x7c, 0x7c, 0x77, 0x7c, 0x7c, 0x7c, 0x77, 0x77, 0x77, 0x77, 0x77, 0x7a, 0x77, 0x7a, 0x77, 0x7e, 0x77, 0x7a, 0x77, 0x7e, 0x77, 0x7e, 0x77, 0x7e, 0x77, 0x7e, 0x7a, 0x7c, 0x7a, 0x7e, 0x7a, 0x7e, 0x7a, 0x78, 0x7a, 0x78, 0x78, 0x78, 0x72, 0x72, 0x72, 0x78, 0x72, 0x6c, 0x6c, 0x68, 0x6c, 0x68, 0x66, 0x68, 0x68, 0x6c, 0x6c, 0x6d, 0x72, 0x72, 0x78, 0x71, 0x78, 0x7e, 0x68, 0x50, 0x51, 0x49, 0x44, 0x72, 0x8b, 0x82, 0x87, 0x82, 0x82, 0x8c, 0x87, 0x91, 0x91, 0x91, 0x99, 0x99, 0x99, 0xa0, 0xa0, 0xa3, 0xa5, 0xa8, 0xab, 0xa5, 0xa8, 0xab, 0xab, 0xab, 0xaf, 0xab, 0xab, 0xab, 0xb2, 0xab, 0xb2, 0xb4, 0xb2, 0xb4, 0xb5, 0xb4, 0xb5, 0xb4, 0xb5, 0xb7, 0xb5, 0xb5, 0xb7, 0xb7, 0xb7, 0xb5, 0xbb, 0xb7, 0xb7, 0xbb, 0xb7, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbd, 0xbb, 0xbd, 0xbb, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xf2, 0xed, 0xf2, 0xed, 0xf2, 0xed, 0xf2, 0xf2, 0xbe, 0xf2, 0xbe, 0xbe, 0xbe, 0xbe, 0xbe, 0xbe, 0xbe, 0xbe, 0xbe, 0xbe, 0xe9, 0xbe, 0xe9, 0xbe, 0xe9, 0xbc, 0xe9, 0xbc, 0xe9, 0xbc, 0xe9, 0xbc, 0xe3, 0xbc, 0xe3, 0xe3, 0xe3, 0xe3, 0xb9, 0xbc, 0xe3, 0xb9, 0xb9, 0xb9, 0xb9, 0xb8, 0xb9, 0xb3, 0xb3, 0xb3, 0xb3, 0xb9, 0xb3, 0xb9, 0xb3, 0xb0, 0xae, 0xae, 0xae, 0xae, 0xa9, 0xae, 0xa9, 0xa9, 0xa9, 0xa9, 0xa9, 0xa9, 0xa9, 0xa4, 0xa9, 0xa4, 0xa4, 0xa4, 0xa4, 0xa4, 0xa4, 0x9d, 0x9d, 0x9b, 0x9d, 0x96, 0x97, 0x97, 0x96, 0x97, 0x96, 0x97, 0x96, 0x93, 0x97, 0x8f, 0x93, 0x93, 0x93, 0x89, 0x92, 0x89, 0x93, 0x8b, 0x89, 0x8b, 0x89, 0x8b, 0x84, 0x8b, 0x84, 0x84, 0x84, 0x7f, 0x84, 0x7f, 0x84, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7c, 0x76, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x6e, 0x6e, 0x6a, 0x6a, 0x6e, 0x71, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x6e, 0x6e, 0x6a, 0x6e, 0x71, 0x77, 0x71, 0x77, 0x77, 0x77, 0x77, 0x71, 0x77, 0x77, 0x71, 0x6e, 0x71, 0x6e, 0x71, 0x77, 0x77, 0x77, 0x7a, 0x71, 0x77, 0x71, 0x71, 0x77, 0x71, 0x7a, 0x71, 0x71, 0x7a, 0x71, 0x71, 0x71, 0x7a, 0x77, 0x7a, 0x77, 0x7a, 0x71, 0x71, 0x7a, 0x71, 0x71, 0x7a, 0x71, 0x71, 0x7a, 0x7a, 0x7a, 0x7a, 0x7a, 0x7a, 0x78, 0x77, 0x78, 0x78, 0x7a, 0x78, 0x71, 0x78, 0x78, 0x78, 0x78, 0x78, 0x72, 0x72, 0x72, 0x72, 0x72, 0x72, 0x6c, 0x68, 0x68, 0x66, 0x66, 0x68, 0x66, 0x68, 0x68, 0x68, 0x6c, 0x6c, 0x72, 0x72, 0x72, 0x78, 0x7e, 0x5f, 0x4e, 0x50, 0x49, 0x44, 0x7a, 0x87, 0x7c, 0x7e, 0x87, 0x83, 0x82, 0x8c, 0x91, 0x8c, 0x91, 0x91, 0x99, 0x99, 0xa0, 0x9f, 0xa0, 0xa5, 0xa3, 0xa5, 0xa8, 0xa5, 0xab, 0xac, 0xa8, 0xac, 0xab, 0xab, 0xab, 0xaf, 0xb2, 0xab, 0xb4, 0xaf, 0xb2, 0xb2, 0xb2, 0xb4, 0xb2, 0xb7, 0xb4, 0xb4, 0xb4, 0xb7, 0xb5, 0xb7, 0xb5, 0xb7, 0xb7, 0xb7, 0xb7, 0xbb, 0xb7, 0xb7, 0xbb, 0xb7, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbd, 0xbb, 0xbd, 0xbb, 0xbd, 0xbb, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbf, 0xbe, 0xf2, 0xed, 0xf2, 0xbe, 0xf2, 0xbe, 0xf2, 0xbe, 0xbe, 0xbe, 0xbe, 0xbe, 0xbe, 0xbe, 0xe9, 0xbe, 0xed, 0xbe, 0xbe, 0xe9, 0xbe, 0xe9, 0xbc, 0xe9, 0xbc, 0xe3, 0xbc, 0xe3, 0xbc, 0xe3, 0xbc, 0xe3, 0xba, 0xb9, 0xbc, 0xb9, 0xbc, 0xb9, 0xe3, 0xba, 0xb9, 0xb9, 0xb9, 0xb3, 0xb8, 0xb3, 0xb8, 0xb3, 0xb3, 0xb3, 0xb3, 0xb3, 0xb3, 0xae, 0xae, 0xae, 0xae, 0xa9, 0xae, 0xa9, 0xa9, 0xa9, 0xa9, 0xa9, 0xa4, 0xa9, 0xa4, 0xa9, 0xa4, 0xa4, 0xa4, 0xa4, 0xa4, 0xa4, 0x9b, 0xa4, 0x97, 0x9d, 0x97, 0x9d, 0x9d, 0x97, 0x97, 0x97, 0x97, 0x97, 0x93, 0x93, 0x93, 0x97, 0x93, 0x8f, 0x8b, 0x8b, 0x8b, 0x8b, 0x8b, 0x8b, 0x8b, 0x89, 0x84, 0x84, 0x84, 0x7f, 0x84, 0x84, 0x84, 0x7f, 0x7f, 0x7f, 0x7f, 0x7c, 0x7f, 0x7c, 0x76, 0x7c, 0x7f, 0x77, 0x7c, 0x76, 0x77, 0x76, 0x77, 0x6e, 0x77, 0x77, 0x6e, 0x77, 0x6e, 0x77, 0x6e, 0x77, 0x6e, 0x6e, 0x71, 0x6a, 0x71, 0x71, 0x71, 0x71, 0x6e, 0x77, 0x6e, 0x77, 0x6e, 0x77, 0x6e, 0x6a, 0x6a, 0x6a, 0x71, 0x6e, 0x71, 0x6e, 0x71, 0x77, 0x6a, 0x71, 0x71, 0x71, 0x6a, 0x71, 0x71, 0x71, 0x71, 0x77, 0x77, 0x71, 0x71, 0x6a, 0x71, 0x6a, 0x71, 0x71, 0x71, 0x7a, 0x71, 0x71, 0x71, 0x71, 0x71, 0x71, 0x7a, 0x71, 0x71, 0x71, 0x77, 0x71, 0x7a, 0x71, 0x71, 0x7a, 0x71, 0x71, 0x71, 0x71, 0x78, 0x71, 0x71, 0x71, 0x78, 0x71, 0x72, 0x71, 0x78, 0x78, 0x71, 0x78, 0x72, 0x72, 0x72, 0x72, 0x72, 0x72, 0x72, 0x72, 0x70, 0x6d, 0x72, 0x6c, 0x6c, 0x68, 0x68, 0x68, 0x61, 0x66, 0x61, 0x66, 0x61, 0x6c, 0x6c, 0x72, 0x6c, 0x72, 0x6d, 0x78, 0x7a, 0x61, 0x4e, 0x47, 0x40, 0x49, 0x7e, 0x7f, 0x7a, 0x83, 0x7c, 0x83, 0x83, 0x88, 0x8c, 0x8c, 0x8d, 0x91, 0x99, 0x99, 0x99, 0x99, 0x9f, 0x9f, 0xa3, 0xa5, 0xa3, 0xa5, 0xa5, 0xa5, 0xa5, 0xac, 0xa5, 0xab, 0xac, 0xab, 0xaf, 0xaf, 0xaf, 0xb2, 0xaf, 0xb2, 0xb2, 0xb2, 0xb4, 0xb2, 0xb4, 0xb4, 0xb4, 0xb4, 0xb7, 0xb4, 0xb7, 0xb4, 0xb7, 0xb7, 0xb7, 0xb4, 0xbb, 0xb7, 0xb7, 0xb7, 0xb7, 0xbb, 0xb7, 0xbb, 0xbb, 0xbb, 0xbb, 0xbd, 0xbb, 0xbd, 0xbb, 0xbd, 0xbb, 0xbd, 0xbb, 0xbd, 0xbd, 0xbd, 0xbd, 0xbd, 0xbe, 0xf2, 0xbe, 0xf2, 0xed, 0xf2, 0xed, 0xbe, 0xed, 0xbe, 0xed, 0xbe, 0xbe, 0xbe, 0xbe, 0xbe, 0xbe, 0xbe, 0xbc, 0xbe, 0xe9, 0xbe, 0xe9, 0xbc, 0xe9, 0xbc, 0xbc, 0xbc, 0xe9, 0xbc, 0xe9, 0xbc, 0xbc, 0xbc, 0xb9, 0xbc, 0xb9, 0xbc, 0xb9, 0xb9, 0xb9, 0xb9, 0xb9, 0xb8, 0xb9, 0xb8, 0xb9, 0xb3, 0xb3, 0xb8, 0xb3, 0xb6, 0xb3, 0xb3, 0xae, 0xb0, 0xae, 0xae, 0xa9, 0xae, 0xa9, 0xae, 0xa9, 0xa9, 0xa9, 0xa4, 0xa9, 0xa4, 0xa9, 0xa4, 0xa4, 0xa4, 0xa4, 0xa4, 0x9d, 0xa4, 0x9d, 0x9d, 0x9d, 0x97, 0x9d, 0x97, 0x9d, 0x97, 0x93, 0x97, 0x93, 0x93, 0x92, 0x93, 0x92, 0x89, 0x93, 0x89, 0x92, 0x8b, 0x8b, 0x8b, 0x8b, 0x89, 0x8b, 0x84, 0x8b, 0x7f, 0x7f, 0x84, 0x7f, 0x7f, 0x7f, 0x7c, 0x7f, 0x7c, 0x7f, 0x7f, 0x7c, 0x7f, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x6e, 0x71, 0x6e, 0x77, 0x6e, 0x77, 0x71, 0x77, 0x71, 0x77, 0x71, 0x6e, 0x6a, 0x6a, 0x71, 0x6a, 0x71, 0x71, 0x71, 0x71, 0x6e, 0x71, 0x6e, 0x71, 0x6e, 0x6a, 0x6a, 0x6a, 0x6a, 0x6e, 0x71, 0x6a, 0x71, 0x6a, 0x71, 0x6a, 0x71, 0x6a, 0x6a, 0x6a, 0x71, 0x6a, 0x6e, 0x71, 0x71, 0x71, 0x71, 0x71, 0x71, 0x6a, 0x71, 0x6a, 0x71, 0x71, 0x71, 0x71, 0x71, 0x71, 0x71, 0x71, 0x71, 0x71, 0x71, 0x71, 0x71, 0x71, 0x71, 0x71, 0x71, 0x71, 0x71, 0x6d, 0x71, 0x6d, 0x71, 0x71, 0x72, 0x71, 0x78, 0x71, 0x6d, 0x72, 0x71, 0x72, 0x72, 0x72, 0x72, 0x6d, 0x72, 0x6c, 0x72, 0x72, 0x6d, 0x72, 0x72, 0x6c, 0x6d, 0x6c, 0x6c, 0x66, 0x68, 0x66, 0x66, 0x5f, 0x5f, 0x66, 0x61, 0x66, 0x68, 0x6c, 0x6c, 0x6c, 0x72, 0x6c, 0x78, 0x72, 0x5b, 0x49, 0x47, 0x39, 0x4e, 0x87, 0x7c, 0x7e, 0x7c, 0x83, 0x82, 0x83, 0x87, 0x88, 0x8c, 0x8c, 0x91, 0x99, 0x99, 0x99, 0xa0, 0x99, 0x9f, 0xa5, 0xa3, 0xa5, 0xa5, 0xa5, 0xa5, 0xa8, 0xac, 0xac, 0xab, 0xab, 0xab, 0xab, 0xab, 0xb2, 0xaf, 0xb2, 0xaf, 0xb2, 0xaf, 0xb2, 0xb4, 0xb2, 0xb4, 0xb4, 0xb4, 0xb4, 0xb4, 0xb7, 0xb7, 0xb4, 0xb7, 0xb7, 0xb7, 0xb7, 0xbb, 0xb7, 0xbb, 0xbb, 0xb7, 0xbb, 0xb7, 0xbb, 0xbb, 0xbb, 0xbb, 0xbd, 0xbb, 0xbd, 0xbb, 0xbd, 0xbb, 0xbd, 0xbb, 0xbd, 0xbd, 0xbd, 0xbd, 0xed, 0xf2, 0xbe, 0xf2, 0xbe, 0xf2, 0xbe, 0xed, 0xbe, 0xed, 0xbe, 0xed, 0xbe, 0xed, 0xbe, 0xed, 0xbe, 0xe9, 0xbe, 0xe9, 0xbe, 0xe9, 0xbe, 0xe9, 0xbc, 0xe9, 0xbc, 0xe3, 0xbc, 0xbc, 0xbc, 0xbc, 0xe3, 0xb9, 0xb9, 0xb9, 0xb9, 0xb9, 0xb9, 0xb8, 0xb9, 0xb8, 0xb9, 0xb3, 0xb3, 0xb3, 0xb3, 0xb8, 0xb3, 0xb3, 0xb3, 0xb3, 0xb6, 0xb3, 0xb3, 0xb0, 0xae, 0xa9, 0xa9, 0xa9, 0xa9, 0xa9, 0xaa, 0xa9, 0xa4, 0xa9, 0x9d, 0xa6, 0x9d, 0xa6, 0x9d, 0xa6, 0x9d, 0x9d, 0x9d, 0x9d, 0x9d, 0x9b, 0x9d, 0x96, 0x97, 0x97, 0x97, 0x92, 0x97, 0x8f, 0x97, 0x93, 0x92, 0x92, 0x8b, 0x8b, 0x89, 0x89, 0x8b, 0x8b, 0x84, 0x84, 0x8b, 0x7f, 0x84, 0x84, 0x7f, 0x82, 0x7c, 0x7f, 0x7c, 0x7f, 0x7c, 0x7f, 0x7c, 0x7f, 0x7c, 0x76, 0x77, 0x77, 0x77, 0x77, 0x71, 0x77, 0x71, 0x71, 0x6e, 0x71, 0x6e, 0x71, 0x6e, 0x77, 0x77, 0x6e, 0x77, 0x6e, 0x6a, 0x6a, 0x6a, 0x6a, 0x63, 0x6a, 0x6a, 0x71, 0x71, 0x71, 0x71, 0x71, 0x71, 0x6a, 0x6a, 0x65, 0x6a, 0x6a, 0x6a, 0x6a, 0x6a, 0x6a, 0x6a, 0x6a, 0x6a, 0x6a, 0x6a, 0x6a, 0x6d, 0x6a, 0x65, 0x6a, 0x71, 0x6a, 0x71, 0x6a, 0x71, 0x6a, 0x6a, 0x71, 0x6a, 0x6a, 0x71, 0x6a, 0x71, 0x6d, 0x71, 0x6d, 0x6a, 0x6d, 0x6a, 0x6d, 0x6a, 0x6d, 0x6a, 0x6a, 0x6a, 0x71, 0x6a, 0x6d, 0x71, 0x6d, 0x71, 0x6d, 0x71, 0x6d, 0x72, 0x71, 0x6d, 0x6a, 0x6d, 0x6d, 0x6d, 0x72, 0x6d, 0x72, 0x6d, 0x72, 0x6d, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x6d, 0x6c, 0x6c, 0x6c, 0x6c, 0x66, 0x66, 0x66, 0x66, 0x5f, 0x5f, 0x5f, 0x5f, 0x61, 0x61, 0x68, 0x6c, 0x68, 0x6c, 0x6d, 0x6c, 0x72, 0x78, 0x50, 0x49, 0x43, 0x2b, 0x56, 0x87, 0x7a, 0x7c, 0x7a, 0x83, 0x7e, 0x82, 0x83, 0x8c, 0x88, 0x91, 0x91, 0x91, 0x99, 0x99, 0x9f, 0x9f, 0xa0, 0x99, 0x9f, 0xa5, 0xa5, 0xa5, 0xa5, 0xa5, 0xa8, 0xa3, 0xac, 0xab, 0xac, 0xab, 0xaf, 0xab, 0xb2, 0xab, 0xb2, 0xb2, 0xaf, 0xb4, 0xb2, 0xb4, 0xb4, 0xb2, 0xb4, 0xb5, 0xb4, 0xb5, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xbb, 0xb7, 0xbb, 0xbb, 0xb7, 0xbb, 0xb7, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbd, 0xbb, 0xbd, 0xbd, 0xbd, 0xf2, 0xbe, 0xf2, 0xbe, 0xf2, 0xbe, 0xbe, 0xbe, 0xbe, 0xbe, 0xbe, 0xbe, 0xbe, 0xbe, 0xbe, 0xbe, 0xbe, 0xbe, 0xbc, 0xbe, 0xbc, 0xe9, 0xbc, 0xe9, 0xbc, 0xbc, 0xe3, 0xbc, 0xbc, 0xe3, 0xbc, 0xb9, 0xba, 0xe3, 0xba, 0xe3, 0xba, 0xb9, 0xb8, 0xb9, 0xb8, 0xb3, 0xb8, 0xb3, 0xb8, 0xb3, 0xb3, 0xb3, 0xb3, 0xb3, 0xb6, 0xae, 0xb0, 0xae, 0xae, 0xae, 0xa9, 0xa9, 0xa9, 0xa9, 0xa4, 0xa9, 0xa4, 0xa6, 0xa4, 0xa6, 0xa4, 0x9d, 0xa4, 0x9d, 0x9d, 0x9d, 0x9d, 0x9d, 0x97, 0x9d, 0x97, 0x9d, 0x97, 0x97, 0x97, 0x97, 0x93, 0x92, 0x93, 0x92, 0x8f, 0x8b, 0x93, 0x8b, 0x8b, 0x8b, 0x89, 0x8b, 0x8b, 0x84, 0x82, 0x84, 0x82, 0x7f, 0x84, 0x7f, 0x7c, 0x7f, 0x7c, 0x7c, 0x7f, 0x7c, 0x76, 0x77, 0x76, 0x77, 0x7f, 0x77, 0x77, 0x77, 0x71, 0x71, 0x71, 0x71, 0x6e, 0x71, 0x6e, 0x71, 0x6e, 0x71, 0x71, 0x6e, 0x71, 0x71, 0x6e, 0x6a, 0x6a, 0x6a, 0x65, 0x63, 0x6a, 0x6a, 0x6a, 0x6a, 0x6a, 0x6a, 0x6a, 0x6a, 0x6a, 0x6a, 0x65, 0x6a, 0x65, 0x6a, 0x6a, 0x6a, 0x6a, 0x6a, 0x6a, 0x6a, 0x65, 0x6a, 0x65, 0x65, 0x65, 0x65, 0x6a, 0x65, 0x6a, 0x6a, 0x6a, 0x6a, 0x6a, 0x6a, 0x65, 0x6a, 0x65, 0x6a, 0x65, 0x6d, 0x65, 0x6a, 0x65, 0x6a, 0x6d, 0x6a, 0x6d, 0x6a, 0x6d, 0x6a, 0x6d, 0x6a, 0x6d, 0x6d, 0x6d, 0x6a, 0x6d, 0x6a, 0x6c, 0x6d, 0x6d, 0x6d, 0x6d, 0x6d, 0x6d, 0x6d, 0x6d, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x6d, 0x6c, 0x68, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x68, 0x66, 0x66, 0x66, 0x5f, 0x66, 0x5f, 0x5e, 0x5b, 0x5e, 0x5f, 0x5f, 0x61, 0x66, 0x68, 0x6c, 0x6c, 0x6c, 0x6c, 0x72, 0x6d, 0x50, 0x44, 0x3b, 0x2b, 0x5f, 0x82, 0x7c, 0x7a, 0x7c, 0x7e, 0x82, 0x7e, 0x82, 0x83, 0x82, 0x8d, 0x91, 0x91, 0x91, 0x99, 0x99, 0x99, 0x9f, 0x9f, 0xa0, 0x9f, 0x9f, 0xa5, 0xa5, 0xa5, 0xa5, 0xa8, 0xa5, 0xa5, 0xac, 0xa5, 0xa8, 0xab, 0xab, 0xaf, 0xab, 0xaf, 0xab, 0xaf, 0xb2, 0xaf, 0xb2, 0xb4, 0xb4, 0xb4, 0xb4, 0xb4, 0xb4, 0xb4, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xbb, 0xb7, 0xb7, 0xbb, 0xb7, 0xbb, 0xb7, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbd, 0xbb, 0xbd, 0xbd, 0xbd, 0xbd, 0xbe, 0xf2, 0xbe, 0xbe, 0xbe, 0xbe, 0xbe, 0xbe, 0xbe, 0xbe, 0xbe, 0xbe, 0xbe, 0xbe, 0xbe, 0xbe, 0xbc, 0xbe, 0xbc, 0xbc, 0xbc, 0xbc, 0xbc, 0xbc, 0xbc, 0xba, 0xbc, 0xba, 0xbc, 0xba, 0xba, 0xba, 0xb9, 0xba, 0xb9, 0xb8, 0xb9, 0xb8, 0xb8, 0xb8, 0xb3, 0xb8, 0xb3, 0xb8, 0xb3, 0xb6, 0xb3, 0xae, 0xb3, 0xae, 0xae, 0xae, 0xae, 0xae, 0xae, 0xa9, 0xa9, 0xa9, 0xa6, 0xa9, 0xa6, 0xa4, 0xa6, 0xa4, 0xa6, 0xa6, 0x9d, 0xa6, 0x9d, 0x9d, 0x9d, 0x9d, 0x9d, 0x97, 0x9d, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x97, 0x92, 0x92, 0x93, 0x92, 0x8b, 0x8b, 0x8b, 0x8b, 0x8b, 0x8b, 0x8b, 0x84, 0x84, 0x82, 0x84, 0x82, 0x7f, 0x82, 0x7f, 0x7c, 0x7f, 0x7c, 0x77, 0x77, 0x77, 0x77, 0x7c, 0x7c, 0x7c, 0x7f, 0x77, 0x77, 0x77, 0x77, 0x6e, 0x71, 0x71, 0x6a, 0x71, 0x6a, 0x71, 0x6a, 0x71, 0x6a, 0x71, 0x71, 0x6a, 0x6a, 0x6a, 0x6a, 0x65, 0x5d, 0x65, 0x6a, 0x65, 0x6a, 0x6a, 0x6a, 0x6a, 0x6a, 0x6a, 0x6a, 0x6a, 0x65, 0x65, 0x60, 0x6a, 0x65, 0x6a, 0x65, 0x65, 0x65, 0x60, 0x65, 0x65, 0x60, 0x65, 0x65, 0x60, 0x65, 0x60, 0x6a, 0x65, 0x65, 0x65, 0x65, 0x65, 0x65, 0x65, 0x65, 0x65, 0x65, 0x65, 0x65, 0x65, 0x65, 0x65, 0x65, 0x65, 0x65, 0x6d, 0x65, 0x6d, 0x68, 0x65, 0x68, 0x65, 0x65, 0x65, 0x6c, 0x65, 0x68, 0x65, 0x68, 0x65, 0x6c, 0x65, 0x6c, 0x65, 0x6c, 0x68, 0x6c, 0x68, 0x6c, 0x6c, 0x6c, 0x6c, 0x68, 0x6c, 0x68, 0x68, 0x68, 0x68, 0x68, 0x68, 0x66, 0x66, 0x68, 0x66, 0x5f, 0x5f, 0x5b, 0x5e, 0x5b, 0x5e, 0x5e, 0x5b, 0x5b, 0x5f, 0x66, 0x66, 0x6c, 0x68, 0x6c, 0x6c, 0x72, 0x72, 0x49, 0x3e, 0x32, 0x2b, 0x68, 0x87, 0x7a, 0x7a, 0x7a, 0x7e, 0x7e, 0x7c, 0x83, 0x83, 0x88, 0x8d, 0x8c, 0x8d, 0x99, 0x98, 0x99, 0x98, 0x9c, 0x9f, 0x9c, 0x9f, 0xa2, 0x9c, 0xa2, 0xa5, 0xa5, 0xa5, 0xa5, 0xac, 0xa5, 0xac, 0xac, 0xac, 0xac, 0xac, 0xac, 0xab, 0xab, 0xaf, 0xb2, 0xaf, 0xb2, 0xaf, 0xb2, 0xaf, 0xb4, 0xb4, 0xb4, 0xb4, 0xb4, 0xb7, 0xb4, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xbb, 0xb7, 0xb7, 0xbb, 0xbb, 0xb7, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbd, 0xbb, 0xbd, 0xbd, 0xbd, 0xbe, 0xbe, 0xbe, 0xbe, 0xbe, 0xbe, 0xbe, 0xbe, 0xbe, 0xbe, 0xbc, 0xbe, 0xbe, 0xbc, 0xbe, 0xbc, 0xbc, 0xbc, 0xbc, 0xbc, 0xbc, 0xbc, 0xe3, 0xba, 0xbc, 0xbc, 0xb9, 0xbc, 0xb9, 0xba, 0xb9, 0xb8, 0xb8, 0xb9, 0xba, 0xb8, 0xb8, 0xb8, 0xb8, 0xb3, 0xb8, 0xb6, 0xb6, 0xb6, 0xae, 0xb3, 0xb6, 0xae, 0xb3, 0xae, 0xae, 0xae, 0xae, 0xae, 0xae, 0xae, 0xa9, 0xa6, 0xa6, 0xa6, 0xa4, 0xa6, 0xa6, 0x9d, 0xa6, 0x9d, 0x9d, 0x9d, 0x9d, 0x9d, 0x9d, 0x97, 0x97, 0x9d, 0x97, 0x9a, 0x97, 0x92, 0x97, 0x93, 0x93, 0x92, 0x92, 0x92, 0x8b, 0x92, 0x89, 0x8b, 0x8b, 0x84, 0x8b, 0x8b, 0x8b, 0x84, 0x84, 0x82, 0x7f, 0x82, 0x7f, 0x82, 0x7f, 0x82, 0x7c, 0x77, 0x7c, 0x77, 0x77, 0x77, 0x77, 0x7c, 0x77, 0x77, 0x77, 0x77, 0x77, 0x71, 0x71, 0x71, 0x6a, 0x71, 0x6a, 0x6e, 0x6a, 0x6e, 0x6a, 0x6e, 0x6a, 0x6a, 0x6a, 0x6a, 0x6a, 0x60, 0x65, 0x60, 0x65, 0x63, 0x6a, 0x65, 0x65, 0x6a, 0x65, 0x6a, 0x65, 0x65, 0x60, 0x65, 0x60, 0x65, 0x65, 0x65, 0x65, 0x65, 0x65, 0x65, 0x65, 0x60, 0x60, 0x65, 0x60, 0x60, 0x60, 0x60, 0x65, 0x65, 0x65, 0x65, 0x65, 0x65, 0x65, 0x60, 0x60, 0x60, 0x65, 0x68, 0x65, 0x61, 0x65, 0x61, 0x65, 0x60, 0x65, 0x60, 0x65, 0x68, 0x60, 0x65, 0x68, 0x65, 0x68, 0x68, 0x6c, 0x65, 0x68, 0x65, 0x68, 0x68, 0x68, 0x68, 0x68, 0x68, 0x68, 0x68, 0x68, 0x6c, 0x68, 0x68, 0x68, 0x68, 0x68, 0x68, 0x68, 0x68, 0x68, 0x68, 0x68, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x5f, 0x5e, 0x5e, 0x5b, 0x5e, 0x5b, 0x5b, 0x5e, 0x5b, 0x5f, 0x5f, 0x68, 0x66, 0x68, 0x6c, 0x68, 0x72, 0x6d, 0x43, 0x3b, 0x26, 0x33, 0x72, 0x7c, 0x7a, 0x7a, 0x7a, 0x7a, 0x7e, 0x83, 0x83, 0x83, 0x83, 0x8d, 0x8d, 0x91, 0x91, 0x91, 0x98, 0x99, 0x98, 0x99, 0x9c, 0x99, 0x9c, 0x9f, 0x9c, 0xa2, 0xa5, 0xa5, 0xa5, 0xa5, 0xa5, 0xac, 0xac, 0xac, 0xac, 0xac, 0xab, 0xac, 0xab, 0xaf, 0xaf, 0xb2, 0xaf, 0xb2, 0xaf, 0xb4, 0xb4, 0xb4, 0xb4, 0xb4, 0xb4, 0xb4, 0xb4, 0xb4, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xbb, 0xb7, 0xbb, 0xb7, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbd, 0xbb, 0xbd, 0xbb, 0xbe, 0xbe, 0xbe, 0xbe, 0xbe, 0xbe, 0xbe, 0xbe, 0xbc, 0xbe, 0xbe, 0xe9, 0xbc, 0xbe, 0xbc, 0xe9, 0xbc, 0xbc, 0xe9, 0xbc, 0xbc, 0xbc, 0xbc, 0xbc, 0xe3, 0xbc, 0xba, 0xb9, 0xba, 0xb9, 0xba, 0xb9, 0xba, 0xb3, 0xb8, 0xb9, 0xb9, 0xb3, 0xb8, 0xb3, 0xb3, 0xb3, 0xb3, 0xb3, 0xb6, 0xb3, 0xae, 0xb3, 0xae, 0xae, 0xae, 0xae, 0xae, 0xae, 0xa9, 0xa9, 0xae, 0xa6, 0xa9, 0xa4, 0xaa, 0xa4, 0x9d, 0xa4, 0x9d, 0xa4, 0x9d, 0x9d, 0x9d, 0x97, 0x9d, 0x9a, 0x9d, 0x97, 0x97, 0x97, 0x97, 0x97, 0x92, 0x92, 0x92, 0x93, 0x92, 0x8b, 0x8b, 0x8b, 0x8b, 0x84, 0x84, 0x82, 0x84, 0x82, 0x84, 0x82, 0x82, 0x84, 0x82, 0x7f, 0x82, 0x7c, 0x7c, 0x7c, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x71, 0x71, 0x71, 0x6a, 0x6a, 0x6a, 0x6a, 0x6a, 0x6a, 0x6a, 0x6a, 0x6a, 0x6a, 0x6a, 0x65, 0x6a, 0x65, 0x65, 0x5d, 0x65, 0x5d, 0x65, 0x65, 0x65, 0x65, 0x65, 0x63, 0x65, 0x6a, 0x65, 0x65, 0x60, 0x60, 0x60, 0x60, 0x60, 0x60, 0x60, 0x60, 0x60, 0x60, 0x60, 0x60, 0x60, 0x5c, 0x5c, 0x5c, 0x60, 0x60, 0x60, 0x60, 0x60, 0x60, 0x60, 0x60, 0x65, 0x5c, 0x60, 0x60, 0x60, 0x60, 0x60, 0x61, 0x60, 0x61, 0x60, 0x61, 0x60, 0x61, 0x60, 0x61, 0x60, 0x60, 0x61, 0x60, 0x68, 0x60, 0x68, 0x60, 0x61, 0x68, 0x61, 0x68, 0x60, 0x61, 0x65, 0x68, 0x68, 0x68, 0x65, 0x68, 0x61, 0x68, 0x68, 0x68, 0x68, 0x66, 0x68, 0x61, 0x66, 0x66, 0x66, 0x66, 0x66, 0x5f, 0x66, 0x5e, 0x5f, 0x66, 0x5b, 0x5b, 0x57, 0x57, 0x57, 0x57, 0x57, 0x57, 0x57, 0x5b, 0x66, 0x66, 0x68, 0x68, 0x68, 0x6c, 0x6d, 0x61, 0x40, 0x39, 0x1b, 0x32, 0x87, 0x7a, 0x72, 0x7a, 0x7a, 0x7a, 0x7c, 0x7a, 0x83, 0x7e, 0x83, 0x88, 0x88, 0x91, 0x91, 0x91, 0x98, 0x91, 0x98, 0x98, 0x9c, 0x9c, 0x9c, 0x9c, 0x9c, 0x9f, 0x9f, 0xa5, 0xa5, 0xa5, 0xa5, 0xa5, 0xa2, 0xac, 0xa5, 0xa8, 0xab, 0xab, 0xac, 0xab, 0xab, 0xb2, 0xb2, 0xaf, 0xb2, 0xaf, 0xaf, 0xb4, 0xb4, 0xb4, 0xb4, 0xb4, 0xb4, 0xb4, 0xb4, 0xb7, 0xb4, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xbb, 0xbb, 0xb7, 0xbb, 0xbb, 0xbb, 0xb7, 0xbb, 0xbb, 0xbb, 0xbd, 0xbb, 0xbd, 0xbb, 0xbd, 0xbe, 0xbe, 0xbe, 0xbe, 0xbe, 0xbe, 0xbe, 0xbe, 0xbe, 0xbe, 0xbc, 0xbe, 0xbc, 0xbe, 0xbc, 0xbc, 0xbc, 0xe9, 0xbc, 0xbc, 0xbc, 0xe3, 0xbc, 0xb9, 0xbc, 0xb9, 0xbc, 0xb9, 0xba, 0xb9, 0xba, 0xb9, 0xb8, 0xb8, 0xb3, 0xb8, 0xb8, 0xb8, 0xb3, 0xb6, 0xb3, 0xb6, 0xb3, 0xb6, 0xb3, 0xae, 0xb6, 0xae, 0xae, 0xae, 0xae, 0xae, 0xae, 0xae, 0xae, 0xaa, 0xaa, 0xa9, 0xa6, 0xa4, 0xa4, 0x9d, 0xa6, 0x9d, 0xa6, 0x9d, 0x9d, 0x9d, 0x97, 0x9d, 0x97, 0x97, 0x9a, 0x97, 0x92, 0x97, 0x92, 0x92, 0x92, 0x92, 0x92, 0x8b, 0x93, 0x8b, 0x8b, 0x82, 0x8b, 0x8c, 0x8b, 0x82, 0x8b, 0x82, 0x82, 0x82, 0x7f, 0x7c, 0x7f, 0x7c, 0x7c, 0x7c, 0x7c, 0x77, 0x77, 0x71, 0x7a, 0x77, 0x77, 0x77, 0x77, 0x71, 0x71, 0x71, 0x71, 0x6a, 0x6e, 0x6a, 0x6a, 0x65, 0x6a, 0x65, 0x6a, 0x65, 0x6a, 0x65, 0x6a, 0x65, 0x6a, 0x65, 0x65, 0x65, 0x60, 0x65, 0x65, 0x65, 0x65, 0x65, 0x65, 0x65, 0x60, 0x65, 0x60, 0x60, 0x5c, 0x60, 0x5c, 0x60, 0x60, 0x60, 0x60, 0x60, 0x60, 0x60, 0x5c, 0x5c, 0x60, 0x5c, 0x5c, 0x5c, 0x60, 0x5c, 0x60, 0x5c, 0x60, 0x60, 0x5c, 0x60, 0x5c, 0x5c, 0x5c, 0x60, 0x60, 0x60, 0x5c, 0x60, 0x5c, 0x60, 0x5c, 0x60, 0x5c, 0x60, 0x5c, 0x60, 0x61, 0x60, 0x61, 0x60, 0x61, 0x5c, 0x61, 0x5c, 0x66, 0x60, 0x61, 0x61, 0x61, 0x61, 0x68, 0x61, 0x61, 0x61, 0x61, 0x61, 0x61, 0x61, 0x61, 0x61, 0x61, 0x66, 0x61, 0x5f, 0x61, 0x5f, 0x5f, 0x66, 0x5f, 0x66, 0x5f, 0x5e, 0x5e, 0x5e, 0x5e, 0x57, 0x57, 0x57, 0x57, 0x57, 0x54, 0x57, 0x57, 0x5b, 0x5b, 0x5f, 0x66, 0x66, 0x68, 0x66, 0x68, 0x72, 0x5b, 0x33, 0x33, 0x16, 0x3e, 0x87, 0x77, 0x72, 0x7a, 0x7a, 0x7c, 0x7e, 0x7e, 0x7e, 0x83, 0x83, 0x83, 0x8c, 0x8c, 0x91, 0x8d, 0x91, 0x98, 0x98, 0x99, 0x98, 0x98, 0x9c, 0x9c, 0x9c, 0x9f, 0xa2, 0x9f, 0xa2, 0x9f, 0xa2, 0xa2, 0xa5, 0xa2, 0xac, 0xa5, 0xac, 0xab, 0xac, 0xab, 0xac, 0xab, 0xaf, 0xb2, 0xaf, 0xaf, 0xb2, 0xb2, 0xb2, 0xb4, 0xb4, 0xb4, 0xb4, 0xb4, 0xb4, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xbb, 0xb7, 0xbb, 0xb7, 0xbb, 0xb7, 0xbb, 0xbb, 0xb7, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbe, 0xbe, 0xbe, 0xbe, 0xbe, 0xbe, 0xbe, 0xbc, 0xbe, 0xbc, 0xbe, 0xbc, 0xbc, 0xbc, 0xbc, 0xbc, 0xbc, 0xbc, 0xbc, 0xbc, 0xba, 0xba, 0xba, 0xbc, 0xba, 0xba, 0xba, 0xba, 0xb9, 0xba, 0xb9, 0xb8, 0xb9, 0xb8, 0xb8, 0xb8, 0xb3, 0xae, 0xb6, 0xb6, 0xb6, 0xb6, 0xb6, 0xae, 0xb6, 0xae, 0xae, 0xae, 0xae, 0xae, 0xae, 0xae, 0xa9, 0xa9, 0xa9, 0xa9, 0xaa, 0xa6, 0xa6, 0x9d, 0xa6, 0x9d, 0x9d, 0x9d, 0x9d, 0x9d, 0x9d, 0x9a, 0x97, 0x9a, 0x97, 0x9a, 0x97, 0x92, 0x97, 0x92, 0x92, 0x92, 0x92, 0x8b, 0x8b, 0x92, 0x8b, 0x92, 0x8b, 0x8c, 0x8b, 0x8b, 0x82, 0x82, 0x7c, 0x82, 0x7c, 0x82, 0x7c, 0x82, 0x7c, 0x7c, 0x77, 0x77, 0x77, 0x7c, 0x77, 0x77, 0x71, 0x71, 0x71, 0x71, 0x71, 0x6e, 0x71, 0x71, 0x6a, 0x6a, 0x65, 0x6a, 0x65, 0x6a, 0x65, 0x6a, 0x6a, 0x65, 0x6a, 0x65, 0x6a, 0x65, 0x65, 0x65, 0x60, 0x60, 0x65, 0x65, 0x60, 0x65, 0x60, 0x65, 0x60, 0x60, 0x60, 0x60, 0x60, 0x5c, 0x5c, 0x5c, 0x60, 0x5c, 0x5c, 0x5c, 0x60, 0x5c, 0x5c, 0x60, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5b, 0x5c, 0x5c, 0x5c, 0x60, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5b, 0x5c, 0x5b, 0x5c, 0x5f, 0x5c, 0x5b, 0x61, 0x5b, 0x61, 0x5b, 0x61, 0x5b, 0x5f, 0x5f, 0x5b, 0x5f, 0x5b, 0x5f, 0x5b, 0x5f, 0x5b, 0x5f, 0x5f, 0x5b, 0x5f, 0x5f, 0x5f, 0x5f, 0x5f, 0x5f, 0x61, 0x5f, 0x5f, 0x5f, 0x5f, 0x5f, 0x5f, 0x5e, 0x5f, 0x5f, 0x5f, 0x5f, 0x5f, 0x5e, 0x5e, 0x5e, 0x5b, 0x57, 0x57, 0x57, 0x54, 0x57, 0x54, 0x57, 0x54, 0x57, 0x5b, 0x5f, 0x5f, 0x66, 0x66, 0x68, 0x68, 0x72, 0x51, 0x33, 0x12, 0x16, 0x4e, 0x87, 0x71, 0x78, 0x78, 0x7a, 0x7a, 0x7a, 0x7a, 0x7e, 0x81, 0x83, 0x83, 0x88, 0x8d, 0x91, 0x95, 0x95, 0x95, 0x95, 0x98, 0x98, 0x98, 0x98, 0x98, 0x98, 0x9c, 0x9f, 0x9c, 0x9f, 0xa2, 0x9f, 0xa2, 0x9c, 0xa2, 0xac, 0xa5, 0xa5, 0xa5, 0xa5, 0xac, 0xac, 0xab, 0xaf, 0xaf, 0xaf, 0xaf, 0xaf, 0xaf, 0xb4, 0xb2, 0xb4, 0xb4, 0xb4, 0xb4, 0xb7, 0xb4, 0xb4, 0xb4, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xbb, 0xb7, 0xbb, 0xbb, 0xb7, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbd, 0xbb, 0xbe, 0xbf, 0xbe, 0xbe, 0xbe, 0xbe, 0xbc, 0xbe, 0xbe, 0xbc, 0xbe, 0xbc, 0xbc, 0xbc, 0xbc, 0xbc, 0xbc, 0xbc, 0xba, 0xbc, 0xba, 0xba, 0xba, 0xb8, 0xba, 0xb8, 0xb8, 0xb8, 0xba, 0xb6, 0xb8, 0xb8, 0xb8, 0xb6, 0xb3, 0xb6, 0xb6, 0xb6, 0xb6, 0xae, 0xae, 0xae, 0xae, 0xae, 0xae, 0xaa, 0xae, 0xaa, 0xaa, 0xaa, 0xa9, 0xa6, 0xa9, 0xaa, 0xa6, 0xaa, 0xa6, 0xa6, 0x9d, 0x9d, 0x9d, 0x9d, 0x9d, 0x9a, 0x9a, 0x97, 0x9a, 0x9a, 0x97, 0x92, 0x92, 0x92, 0x9a, 0x92, 0x92, 0x92, 0x93, 0x8b, 0x92, 0x8b, 0x8b, 0x8b, 0x8b, 0x8b, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x7f, 0x7c, 0x7c, 0x82, 0x7c, 0x7c, 0x7c, 0x77, 0x77, 0x7a, 0x77, 0x71, 0x71, 0x71, 0x71, 0x71, 0x71, 0x71, 0x71, 0x71, 0x6a, 0x6a, 0x6a, 0x6a, 0x6a, 0x6a, 0x65, 0x6a, 0x65, 0x65, 0x6a, 0x65, 0x65, 0x65, 0x65, 0x65, 0x60, 0x60, 0x60, 0x60, 0x60, 0x60, 0x65, 0x60, 0x5c, 0x60, 0x5c, 0x60, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x60, 0x5c, 0x5c, 0x53, 0x5c, 0x53, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x56, 0x5b, 0x5c, 0x5b, 0x5b, 0x5b, 0x5b, 0x5b, 0x5b, 0x5b, 0x5b, 0x5b, 0x56, 0x5b, 0x5b, 0x5c, 0x56, 0x5b, 0x5b, 0x5b, 0x5b, 0x5b, 0x5b, 0x5b, 0x5b, 0x5b, 0x5b, 0x5b, 0x5b, 0x5b, 0x5b, 0x5b, 0x5f, 0x5b, 0x5b, 0x5b, 0x5b, 0x5e, 0x5b, 0x5b, 0x5b, 0x5e, 0x5b, 0x5e, 0x5b, 0x5b, 0x5b, 0x5b, 0x5e, 0x5b, 0x5e, 0x5b, 0x5e, 0x57, 0x5e, 0x57, 0x56, 0x54, 0x54, 0x57, 0x54, 0x57, 0x50, 0x57, 0x54, 0x57, 0x5e, 0x5b, 0x5f, 0x66, 0x68, 0x68, 0x72, 0x4e, 0x29, 0x1b, 0x15, 0x61, 0x7c, 0x72, 0x78, 0x7a, 0x72, 0x7a, 0x78, 0x7a, 0x7e, 0x7a, 0x83, 0x81, 0x88, 0x88, 0x8d, 0x8d, 0x95, 0x8d, 0x95, 0x95, 0x95, 0x98, 0x98, 0x95, 0x98, 0x9c, 0x9c, 0x9c, 0x9c, 0x9c, 0xa2, 0xa2, 0xa2, 0xa2, 0xa2, 0xa5, 0xa5, 0xa5, 0xac, 0xa2, 0xac, 0xac, 0xac, 0xac, 0xaf, 0xac, 0xaf, 0xb2, 0xaf, 0xaf, 0xb2, 0xaf, 0xaf, 0xb4, 0xb4, 0xb4, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xbb, 0xbb, 0xbb, 0xb7, 0xbb, 0xbb, 0xbb, 0xbb, 0xbd, 0xbb, 0xbb, 0xbe, 0xbc, 0xbe, 0xbe, 0xbc, 0xbe, 0xbc, 0xbe, 0xbc, 0xbc, 0xbc, 0xbc, 0xba, 0xbc, 0xba, 0xbc, 0xba, 0xbc, 0xbc, 0xba, 0xbc, 0xba, 0xb9, 0xba, 0xb9, 0xba, 0xb9, 0xb8, 0xb9, 0xb8, 0xb9, 0xb8, 0xb3, 0xb8, 0xb6, 0xb6, 0xb3, 0xb6, 0xae, 0xae, 0xb6, 0xae, 0xae, 0xae, 0xae, 0xae, 0xaa, 0xae, 0xae, 0xa9, 0xaa, 0xa9, 0xaa, 0xa9, 0xa6, 0xa4, 0xa6, 0xa6, 0xa6, 0x9d, 0x9d, 0x9d, 0x9a, 0x9d, 0x9d, 0x9d, 0x97, 0x9a, 0x9a, 0x92, 0x9a, 0x92, 0x92, 0x92, 0x92, 0x8b, 0x92, 0x8b, 0x8c, 0x8b, 0x8c, 0x8b, 0x82, 0x8b, 0x82, 0x8b, 0x82, 0x82, 0x82, 0x82, 0x7c, 0x7c, 0x7c, 0x7c, 0x7a, 0x7c, 0x7a, 0x77, 0x7a, 0x71, 0x77, 0x77, 0x77, 0x71, 0x71, 0x71, 0x6a, 0x71, 0x6a, 0x6a, 0x6a, 0x65, 0x6a, 0x65, 0x6a, 0x65, 0x65, 0x65, 0x65, 0x65, 0x65, 0x60, 0x65, 0x65, 0x65, 0x60, 0x60, 0x60, 0x60, 0x60, 0x60, 0x60, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x53, 0x56, 0x53, 0x56, 0x53, 0x56, 0x56, 0x56, 0x56, 0x56, 0x5b, 0x56, 0x5c, 0x56, 0x56, 0x56, 0x56, 0x56, 0x56, 0x56, 0x5b, 0x53, 0x56, 0x56, 0x56, 0x56, 0x56, 0x56, 0x56, 0x56, 0x56, 0x56, 0x54, 0x5b, 0x54, 0x5b, 0x56, 0x54, 0x5b, 0x57, 0x56, 0x56, 0x56, 0x56, 0x56, 0x57, 0x5b, 0x54, 0x5b, 0x57, 0x5b, 0x5b, 0x5b, 0x5b, 0x5b, 0x5b, 0x5b, 0x5e, 0x5b, 0x57, 0x5e, 0x57, 0x5b, 0x57, 0x5b, 0x57, 0x5b, 0x57, 0x5b, 0x57, 0x57, 0x54, 0x54, 0x50, 0x50, 0x54, 0x50, 0x57, 0x54, 0x57, 0x5e, 0x5f, 0x5f, 0x5f, 0x61, 0x5f, 0x68, 0x70, 0x49, 0x26, 0x15, 0x17, 0x6d, 0x7a, 0x71, 0x71, 0x7a, 0x71, 0x78, 0x7a, 0x7e, 0x7a, 0x7e, 0x7e, 0x83, 0x83, 0x88, 0x88, 0x8d, 0x95, 0x8d, 0x95, 0x95, 0x95, 0x95, 0x98, 0x98, 0x95, 0x98, 0x99, 0x9c, 0x9c, 0x9f, 0x9c, 0x9f, 0x9c, 0xa2, 0xa2, 0xa2, 0xa2, 0xac, 0xa5, 0xa5, 0xa5, 0xa5, 0xac, 0xab, 0xac, 0xaf, 0xaf, 0xb2, 0xaf, 0xb2, 0xaf, 0xb4, 0xb2, 0xb4, 0xb4, 0xb4, 0xb4, 0xb4, 0xb4, 0xb7, 0xb4, 0xb7, 0xb4, 0xb7, 0xb7, 0xb7, 0xbb, 0xb7, 0xbb, 0xb7, 0xbb, 0xb7, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbe, 0xbc, 0xbe, 0xbe, 0xbe, 0xbc, 0xbe, 0xbc, 0xbc, 0xbc, 0xbc, 0xbd, 0xbc, 0xba, 0xbc, 0xba, 0xbc, 0xbc, 0xba, 0xb9, 0xba, 0xba, 0xba, 0xba, 0xb8, 0xba, 0xb8, 0xb8, 0xb8, 0xb8, 0xb8, 0xb3, 0xb8, 0xb6, 0xb3, 0xb6, 0xb6, 0xae, 0xae, 0xae, 0xae, 0xae, 0xae, 0xae, 0xae, 0xae, 0xae, 0xaa, 0xa9, 0xaa, 0xa9, 0xaa, 0xa6, 0xa6, 0xa6, 0xa6, 0x9d, 0xa4, 0xa6, 0x9d, 0x97, 0xa0, 0x97, 0x9a, 0x97, 0x97, 0x93, 0x97, 0x92, 0x92, 0x9a, 0x92, 0x92, 0x8b, 0x8b, 0x8b, 0x8b, 0x8c, 0x8b, 0x8c, 0x8b, 0x82, 0x8b, 0x82, 0x82, 0x82, 0x82, 0x7c, 0x7c, 0x7c, 0x7c, 0x7c, 0x7c, 0x77, 0x7c, 0x78, 0x77, 0x71, 0x77, 0x7a, 0x77, 0x71, 0x71, 0x71, 0x71, 0x6a, 0x6a, 0x6a, 0x6a, 0x6d, 0x65, 0x6a, 0x65, 0x6a, 0x65, 0x65, 0x65, 0x65, 0x65, 0x65, 0x60, 0x68, 0x60, 0x60, 0x60, 0x5c, 0x60, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x56, 0x56, 0x53, 0x56, 0x53, 0x56, 0x53, 0x5b, 0x53, 0x5c, 0x56, 0x56, 0x53, 0x54, 0x53, 0x54, 0x56, 0x56, 0x53, 0x56, 0x53, 0x56, 0x56, 0x53, 0x56, 0x53, 0x54, 0x53, 0x54, 0x56, 0x54, 0x53, 0x54, 0x53, 0x54, 0x54, 0x56, 0x54, 0x54, 0x54, 0x56, 0x54, 0x56, 0x54, 0x56, 0x54, 0x56, 0x54, 0x56, 0x54, 0x54, 0x5b, 0x57, 0x54, 0x57, 0x54, 0x5b, 0x57, 0x56, 0x57, 0x56, 0x57, 0x57, 0x57, 0x57, 0x57, 0x5b, 0x57, 0x5b, 0x57, 0x5b, 0x57, 0x57, 0x57, 0x57, 0x57, 0x57, 0x57, 0x57, 0x57, 0x57, 0x57, 0x50, 0x50, 0x50, 0x50, 0x50, 0x51, 0x50, 0x54, 0x57, 0x5b, 0x5b, 0x5f, 0x5b, 0x5f, 0x68, 0x68, 0x66, 0x44, 0x21, 0x0f, 0x19, 0x78, 0x71, 0x71, 0x71, 0x71, 0x78, 0x71, 0x78, 0x7a, 0x7a, 0x81, 0x7e, 0x81, 0x83, 0x88, 0x8d, 0x88, 0x8d, 0x8d, 0x8d, 0x95, 0x95, 0x95, 0x95, 0x95, 0x98, 0x95, 0x9c, 0x98, 0x9c, 0x9c, 0x9f, 0x9f, 0x9f, 0xa2, 0x9f, 0xa5, 0xa2, 0xa5, 0xa5, 0xa3, 0xa5, 0xa2, 0xac, 0xab, 0xac, 0xac, 0xaf, 0xaf, 0xab, 0xaf, 0xaf, 0xb2, 0xb4, 0xaf, 0xb4, 0xb4, 0xb4, 0xb4, 0xb4, 0xb4, 0xb7, 0xb7, 0xb4, 0xb7, 0xb7, 0xbb, 0xb7, 0xb7, 0xb7, 0xbb, 0xb7, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0xbc, 0xbe, 0xbe, 0xbc, 0xbe, 0xbc, 0xbc, 0xbc, 0xbc, 0xbc, 0xbc, 0xbc, 0xba, 0xba, 0xba, 0xbc, 0xba, 0xba, 0xba, 0xba, 0xb8, 0xba, 0xba, 0xb9, 0xb8, 0xb8, 0xb8, 0xb3, 0xb6, 0xb3, 0xb8, 0xb3, 0xb6, 0xae, 0xb6, 0xae, 0xb6, 0xae, 0xb6, 0xae, 0xae, 0xae, 0xae, 0xae, 0xae, 0xaa, 0xaa, 0xaa, 0xa9, 0xaa, 0xa6, 0xa9, 0xa6, 0xa6, 0xa6, 0x9d, 0xa6, 0x9d, 0x9d, 0x9d, 0x9a, 0x97, 0x9a, 0x97, 0x9a, 0x97, 0x92, 0x9a, 0x92, 0x92, 0x8b, 0x91, 0x8b, 0x91, 0x8b, 0x8c, 0x8b, 0x82, 0x8c, 0x82, 0x82, 0x82, 0x82, 0x82, 0x7c, 0x82, 0x7c, 0x7c, 0x7a, 0x7c, 0x77, 0x7c, 0x77, 0x7a, 0x7a, 0x71, 0x71, 0x71, 0x71, 0x71, 0x71, 0x71, 0x71, 0x6a, 0x6d, 0x6a, 0x6a, 0x65, 0x6a, 0x65, 0x65, 0x65, 0x65, 0x65, 0x65, 0x65, 0x60, 0x60, 0x65, 0x65, 0x61, 0x60, 0x60, 0x5c, 0x60, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x56, 0x5c, 0x56, 0x5c, 0x56, 0x53, 0x56, 0x56, 0x56, 0x53, 0x56, 0x53, 0x5b, 0x53, 0x5b, 0x53, 0x56, 0x53, 0x51, 0x53, 0x54, 0x53, 0x56, 0x51, 0x56, 0x51, 0x56, 0x51, 0x54, 0x54, 0x54, 0x51, 0x54, 0x54, 0x54, 0x53, 0x54, 0x54, 0x51, 0x54, 0x51, 0x54, 0x51, 0x54, 0x51, 0x51, 0x51, 0x54, 0x51, 0x54, 0x51, 0x54, 0x51, 0x54, 0x51, 0x54, 0x54, 0x51, 0x54, 0x54, 0x54, 0x54, 0x54, 0x54, 0x54, 0x54, 0x54, 0x54, 0x54, 0x57, 0x54, 0x57, 0x57, 0x57, 0x57, 0x57, 0x57, 0x57, 0x57, 0x57, 0x57, 0x57, 0x57, 0x57, 0x57, 0x57, 0x57, 0x51, 0x50, 0x50, 0x50, 0x50, 0x50, 0x51, 0x50, 0x54, 0x57, 0x57, 0x5e, 0x5b, 0x5e, 0x5f, 0x5f, 0x68, 0x66, 0x39, 0x16, 0x0d, 0x26, 0x83, 0x6d, 0x6d, 0x71, 0x72, 0x6d, 0x72, 0x78, 0x72, 0x81, 0x7a, 0x81, 0x7e, 0x81, 0x83, 0x8d, 0x88, 0x8e, 0x8d, 0x8e, 0x8e, 0x8e, 0x95, 0x95, 0x95, 0x95, 0x98, 0x98, 0x9c, 0x98, 0x9c, 0x9c, 0x9f, 0x9c, 0x9c, 0xa2, 0xa2, 0xa2, 0xa2, 0xa2, 0xa5, 0xa2, 0xac, 0xa5, 0xac, 0xac, 0xac, 0xac, 0xab, 0xaf, 0xaf, 0xaf, 0xaf, 0xaf, 0xb4, 0xaf, 0xb2, 0xb2, 0xb4, 0xb4, 0xb4, 0xb4, 0xb4, 0xb7, 0xb4, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xbb, 0xb7, 0xbb, 0xb7, 0xbb, 0xbb, 0xbb, 0xbe, 0xbc, 0xbe, 0xbc, 0xbe, 0xbc, 0xbc, 0xbc, 0xbc, 0xbc, 0xbc, 0xba, 0xba, 0xbc, 0xba, 0xba, 0xba, 0xb8, 0xba, 0xb8, 0xba, 0xb8, 0xb8, 0xb8, 0xb8, 0xb8, 0xb8, 0xb8, 0xb6, 0xb8, 0xb6, 0xb6, 0xb6, 0xb6, 0xae, 0xae, 0xae, 0xae, 0xae, 0xb6, 0xa9, 0xb1, 0xaa, 0xb1, 0xa9, 0xa6, 0xaa, 0xa6, 0xa9, 0xa6, 0xaa, 0xa6, 0x9d, 0xa6, 0x9d, 0xa6, 0x97, 0x9d, 0x9d, 0x97, 0x9a, 0x92, 0x9a, 0x92, 0x92, 0x92, 0x9a, 0x92, 0x92, 0x8b, 0x8c, 0x8b, 0x8c, 0x8b, 0x8c, 0x8b, 0x82, 0x8c, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x7e, 0x7c, 0x77, 0x7c, 0x7c, 0x77, 0x7e, 0x77, 0x7a, 0x77, 0x71, 0x71, 0x71, 0x71, 0x71, 0x71, 0x71, 0x71, 0x65, 0x6d, 0x65, 0x6a, 0x6d, 0x6a, 0x65, 0x6d, 0x65, 0x65, 0x65, 0x65, 0x65, 0x60, 0x60, 0x60, 0x60, 0x60, 0x60, 0x5c, 0x60, 0x5c, 0x5c, 0x5c, 0x5c, 0x56, 0x5c, 0x5b, 0x5c, 0x53, 0x56, 0x54, 0x53, 0x56, 0x53, 0x51, 0x53, 0x56, 0x53, 0x56, 0x53, 0x56, 0x53, 0x56, 0x53, 0x56, 0x54, 0x4b, 0x51, 0x51, 0x51, 0x56, 0x51, 0x51, 0x51, 0x51, 0x51, 0x51, 0x51, 0x53, 0x51, 0x53, 0x51, 0x54, 0x51, 0x51, 0x51, 0x51, 0x51, 0x51, 0x4b, 0x50, 0x51, 0x4e, 0x51, 0x4e, 0x51, 0x51, 0x4e, 0x51, 0x4e, 0x50, 0x50, 0x51, 0x50, 0x51, 0x50, 0x51, 0x50, 0x51, 0x50, 0x51, 0x50, 0x54, 0x50, 0x50, 0x51, 0x50, 0x54, 0x50, 0x57, 0x50, 0x54, 0x50, 0x57, 0x50, 0x57, 0x50, 0x57, 0x50, 0x57, 0x51, 0x54, 0x50, 0x57, 0x54, 0x51, 0x54, 0x50, 0x4e, 0x4d, 0x4d, 0x50, 0x4d, 0x50, 0x50, 0x50, 0x57, 0x57, 0x5b, 0x57, 0x5e, 0x5b, 0x5f, 0x66, 0x66, 0x2b, 0x15, 0x0b, 0x40, 0x82, 0x6d, 0x6d, 0x71, 0x6d, 0x72, 0x72, 0x72, 0x78, 0x78, 0x79, 0x81, 0x81, 0x7e, 0x85, 0x83, 0x85, 0x88, 0x8e, 0x8d, 0x8e, 0x8e, 0x95, 0x95, 0x95, 0x95, 0x95, 0x95, 0x98, 0x98, 0x98, 0x98, 0x9f, 0x98, 0x9c, 0x9c, 0x9c, 0xa2, 0x9f, 0xa2, 0xa5, 0xa5, 0xa2, 0xac, 0xac, 0xa5, 0xac, 0xac, 0xac, 0xaf, 0xac, 0xaf, 0xaf, 0xaf, 0xb2, 0xaf, 0xb4, 0xb2, 0xb2, 0xb4, 0xb4, 0xb7, 0xb4, 0xb4, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xbb, 0xb7, 0xbb, 0xb7, 0xbb, 0xbb, 0xbb, 0xbb, 0xbc, 0xbe, 0xbc, 0xbe, 0xbc, 0xbc, 0xbc, 0xbc, 0xbc, 0xbc, 0xbc, 0xbc, 0xba, 0xbc, 0xba, 0xbc, 0xba, 0xba, 0xba, 0xba, 0xb8, 0xb8, 0xb8, 0xb8, 0xb8, 0xb8, 0xb6, 0xb8, 0xb6, 0xb6, 0xb6, 0xb6, 0xb6, 0xb6, 0xae, 0xb6, 0xb1, 0xae, 0xb1, 0xae, 0xb1, 0xa9, 0xaa, 0xa6, 0xaa, 0xaa, 0xa9, 0xa6, 0xa6, 0xa6, 0x9d, 0xa6, 0x9d, 0x9d, 0xa0, 0x9d, 0xa3, 0x9a, 0x9d, 0x9a, 0x9a, 0x92, 0x9a, 0x92, 0x9a, 0x97, 0x92, 0x92, 0x8c, 0x8b, 0x8c, 0x8b, 0x8c, 0x8c, 0x82, 0x8c, 0x82, 0x82, 0x7e, 0x82, 0x7c, 0x82, 0x7e, 0x7c, 0x7a, 0x7c, 0x7e, 0x7a, 0x7a, 0x7a, 0x71, 0x7a, 0x71, 0x71, 0x72, 0x71, 0x71, 0x71, 0x71, 0x6a, 0x6a, 0x6d, 0x6d, 0x65, 0x6d, 0x65, 0x65, 0x65, 0x65, 0x65, 0x60, 0x65, 0x60, 0x60, 0x60, 0x60, 0x61, 0x60, 0x60, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x56, 0x56, 0x56, 0x56, 0x53, 0x54, 0x53, 0x51, 0x53, 0x51, 0x51, 0x4b, 0x51, 0x53, 0x51, 0x53, 0x54, 0x53, 0x54, 0x53, 0x51, 0x53, 0x51, 0x51, 0x51, 0x51, 0x4b, 0x51, 0x53, 0x51, 0x4e, 0x51, 0x51, 0x51, 0x51, 0x51, 0x51, 0x4e, 0x51, 0x4e, 0x51, 0x51, 0x51, 0x51, 0x51, 0x4e, 0x51, 0x4e, 0x51, 0x4e, 0x51, 0x4e, 0x51, 0x4e, 0x51, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x50, 0x4e, 0x50, 0x4e, 0x50, 0x4e, 0x50, 0x50, 0x50, 0x50, 0x51, 0x4e, 0x50, 0x51, 0x50, 0x51, 0x50, 0x54, 0x50, 0x54, 0x50, 0x50, 0x50, 0x50, 0x50, 0x50, 0x50, 0x50, 0x50, 0x50, 0x50, 0x50, 0x50, 0x50, 0x4d, 0x50, 0x4d, 0x4d, 0x4d, 0x4d, 0x50, 0x4e, 0x50, 0x50, 0x57, 0x57, 0x5b, 0x5b, 0x5f, 0x5f, 0x6c, 0x57, 0x1c, 0x13, 0x0b, 0x54, 0x7a, 0x6d, 0x6d, 0x6d, 0x6d, 0x6d, 0x72, 0x72, 0x78, 0x78, 0x78, 0x81, 0x7e, 0x81, 0x83, 0x85, 0x83, 0x85, 0x83, 0x8e, 0x85, 0x8e, 0x8e, 0x95, 0x95, 0x8e, 0x98, 0x95, 0x98, 0x95, 0x98, 0x9c, 0x98, 0x98, 0x9c, 0x9c, 0x9c, 0x9f, 0xa2, 0x9f, 0x9f, 0xa2, 0xa2, 0xa5, 0xa5, 0xac, 0xac, 0xa5, 0xac, 0xac, 0xaf, 0xac, 0xaf, 0xb2, 0xaf, 0xaf, 0xb2, 0xb2, 0xaf, 0xb4, 0xb4, 0xb5, 0xb4, 0xb7, 0xb4, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xbb, 0xb7, 0xbb, 0xb7, 0xbb, 0xbb, 0xbb, 0xbc, 0xbc, 0xbc, 0xbc, 0xbc, 0xbc, 0xbc, 0xbc, 0xbc, 0xbc, 0xba, 0xbc, 0xba, 0xba, 0xbc, 0xb9, 0xba, 0xb9, 0xba, 0xb9, 0xb8, 0xb8, 0xb8, 0xb3, 0xb8, 0xb9, 0xb8, 0xb3, 0xb6, 0xb6, 0xb6, 0xb6, 0xae, 0xb6, 0xae, 0xae, 0xae, 0xb1, 0xae, 0xb1, 0xae, 0xaa, 0xaa, 0xaa, 0xaa, 0xa6, 0xa6, 0xa6, 0xa6, 0xa6, 0xa6, 0x9d, 0xa3, 0x9d, 0xa6, 0x9d, 0xa0, 0x9d, 0x9a, 0x9a, 0x9a, 0x92, 0x92, 0x92, 0x92, 0x92, 0x92, 0x92, 0x8b, 0x91, 0x8b, 0x82, 0x8c, 0x82, 0x8c, 0x82, 0x82, 0x82, 0x83, 0x7c, 0x7c, 0x7c, 0x7a, 0x7c, 0x7e, 0x77, 0x78, 0x71, 0x71, 0x7a, 0x72, 0x71, 0x71, 0x71, 0x71, 0x72, 0x6a, 0x71, 0x6d, 0x6a, 0x65, 0x6a, 0x65, 0x6c, 0x60, 0x65, 0x65, 0x60, 0x61, 0x68, 0x60, 0x61, 0x60, 0x60, 0x61, 0x61, 0x5b, 0x5c, 0x5f, 0x5c, 0x5b, 0x5b, 0x56, 0x5b, 0x56, 0x56, 0x53, 0x56, 0x53, 0x54, 0x53, 0x54, 0x53, 0x51, 0x4b, 0x51, 0x4b, 0x51, 0x4b, 0x54, 0x53, 0x51, 0x56, 0x4e, 0x51, 0x51, 0x51, 0x4b, 0x51, 0x4b, 0x4b, 0x51, 0x51, 0x4b, 0x4e, 0x51, 0x4b, 0x4e, 0x4e, 0x4e, 0x4b, 0x4e, 0x4b, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x51, 0x4e, 0x4e, 0x51, 0x4e, 0x50, 0x4e, 0x4e, 0x4e, 0x4e, 0x50, 0x4e, 0x50, 0x4e, 0x50, 0x4e, 0x51, 0x4e, 0x50, 0x4e, 0x50, 0x50, 0x51, 0x50, 0x50, 0x50, 0x50, 0x50, 0x50, 0x4d, 0x50, 0x50, 0x50, 0x50, 0x50, 0x50, 0x50, 0x50, 0x50, 0x50, 0x4d, 0x4d, 0x4d, 0x4d, 0x4d, 0x4d, 0x47, 0x4d, 0x4d, 0x50, 0x57, 0x54, 0x57, 0x5b, 0x5b, 0x5b, 0x5f, 0x6d, 0x4d, 0x17, 0x0b, 0x0c, 0x6c, 0x72, 0x6a, 0x6d, 0x6d, 0x6a, 0x72, 0x6d, 0x72, 0x72, 0x78, 0x7a, 0x7a, 0x7a, 0x7e, 0x83, 0x81, 0x83, 0x85, 0x8d, 0x85, 0x85, 0x85, 0x8e, 0x8e, 0x95, 0x8e, 0x95, 0x98, 0x95, 0x95, 0x95, 0x98, 0x98, 0x98, 0x9c, 0x9c, 0x9f, 0x9f, 0xa2, 0x9f, 0xa5, 0xa5, 0xa2, 0xa2, 0xa5, 0xac, 0xac, 0xac, 0xa8, 0xab, 0xac, 0xaf, 0xb2, 0xaf, 0xaf, 0xaf, 0xaf, 0xb2, 0xb4, 0xb2, 0xb2, 0xb4, 0xb4, 0xb4, 0xb7, 0xb4, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xbb, 0xbb, 0xb7, 0xbb, 0xbb, 0xbb, 0xbc, 0xbc, 0xbc, 0xbd, 0xbc, 0xbc, 0xbc, 0xba, 0xbc, 0xba, 0xbc, 0xba, 0xba, 0xba, 0xba, 0xba, 0xb8, 0xb8, 0xb8, 0xb8, 0xb8, 0xb8, 0xb8, 0xb8, 0xb6, 0xb6, 0xb6, 0xb6, 0xb6, 0xb6, 0xae, 0xb6, 0xae, 0xae, 0xae, 0xae, 0xae, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xa6, 0xaa, 0xaa, 0xa6, 0xa3, 0x9d, 0xa6, 0x9d, 0xa0, 0x9d, 0xa0, 0x9d, 0x9a, 0x9a, 0x9d, 0x9a, 0x9a, 0x92, 0x9a, 0x92, 0x92, 0x92, 0x92, 0x8b, 0x92, 0x8c, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x7e, 0x7c, 0x7e, 0x7c, 0x7a, 0x7c, 0x78, 0x7a, 0x7a, 0x71, 0x78, 0x71, 0x78, 0x71, 0x72, 0x72, 0x6d, 0x71, 0x6d, 0x6d, 0x6d, 0x6a, 0x65, 0x6d, 0x65, 0x6d, 0x65, 0x68, 0x65, 0x65, 0x60, 0x61, 0x60, 0x60, 0x60, 0x60, 0x60, 0x5c, 0x5c, 0x5c, 0x5c, 0x5b, 0x5c, 0x56, 0x56, 0x56, 0x56, 0x53, 0x56, 0x53, 0x54, 0x53, 0x54, 0x53, 0x51, 0x53, 0x51, 0x4b, 0x51, 0x4b, 0x51, 0x4b, 0x51, 0x51, 0x51, 0x51, 0x51, 0x51, 0x51, 0x4e, 0x4b, 0x4e, 0x4b, 0x4e, 0x4e, 0x4b, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x49, 0x4e, 0x49, 0x4e, 0x4e, 0x4e, 0x4e, 0x49, 0x49, 0x49, 0x4e, 0x4d, 0x4e, 0x4d, 0x4e, 0x4d, 0x4d, 0x4e, 0x49, 0x4e, 0x4d, 0x4e, 0x4d, 0x4e, 0x4d, 0x49, 0x4d, 0x4d, 0x50, 0x4d, 0x4d, 0x4e, 0x4d, 0x50, 0x4e, 0x4d, 0x50, 0x4d, 0x50, 0x4d, 0x50, 0x4d, 0x4d, 0x50, 0x4d, 0x50, 0x4d, 0x50, 0x4d, 0x50, 0x50, 0x4d, 0x50, 0x4d, 0x47, 0x4d, 0x4d, 0x4d, 0x47, 0x4d, 0x4d, 0x4d, 0x50, 0x50, 0x54, 0x54, 0x57, 0x5b, 0x57, 0x5b, 0x6d, 0x49, 0x15, 0x0a, 0x0f, 0x81, 0x65, 0x6d, 0x6d, 0x6d, 0x6d, 0x6d, 0x72, 0x72, 0x72, 0x72, 0x78, 0x78, 0x78, 0x78, 0x83, 0x85, 0x83, 0x85, 0x85, 0x85, 0x85, 0x8e, 0x85, 0x8e, 0x8e, 0x95, 0x8e, 0x95, 0x8e, 0x95, 0x98, 0x98, 0x98, 0x98, 0x9c, 0x98, 0x9c, 0x9c, 0xa2, 0x9f, 0xa2, 0x9c, 0xa2, 0xa2, 0xa5, 0xa5, 0xac, 0xa5, 0xac, 0xac, 0xac, 0xaf, 0xaf, 0xb2, 0xaf, 0xaf, 0xb2, 0xaf, 0xb2, 0xb4, 0xb4, 0xb4, 0xb4, 0xaf, 0xb4, 0xb7, 0xb7, 0xb4, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xbb, 0xb7, 0xbb, 0xb7, 0xbb, 0xbc, 0xbd, 0xbc, 0xba, 0xbc, 0xba, 0xba, 0xbc, 0xba, 0xba, 0xba, 0xba, 0xba, 0xba, 0xb8, 0xb8, 0xb8, 0xb8, 0xba, 0xb8, 0xb8, 0xb6, 0xb6, 0xb6, 0xb6, 0xb6, 0xb6, 0xae, 0xb5, 0xb1, 0xb5, 0xb1, 0xae, 0xb1, 0xae, 0xb1, 0xb1, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xa6, 0xaa, 0xa6, 0xa6, 0xa3, 0xa3, 0x9d, 0xa3, 0x9d, 0xa0, 0xa0, 0x9d, 0x9a, 0x9a, 0x9a, 0x9a, 0x9a, 0x9a, 0x92, 0x91, 0x92, 0x92, 0x92, 0x8b, 0x8c, 0x8c, 0x8c, 0x82, 0x82, 0x8c, 0x7c, 0x83, 0x7c, 0x7e, 0x7c, 0x7e, 0x7c, 0x7a, 0x77, 0x78, 0x77, 0x71, 0x7a, 0x71, 0x78, 0x71, 0x6d, 0x72, 0x6a, 0x6d, 0x6a, 0x6d, 0x65, 0x6d, 0x65, 0x6c, 0x65, 0x65, 0x65, 0x68, 0x60, 0x61, 0x60, 0x60, 0x60, 0x61, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5b, 0x5b, 0x53, 0x56, 0x56, 0x53, 0x54, 0x53, 0x54, 0x53, 0x54, 0x53, 0x51, 0x53, 0x51, 0x4b, 0x51, 0x4b, 0x51, 0x4b, 0x4e, 0x51, 0x51, 0x51, 0x4b, 0x51, 0x4b, 0x4e, 0x4b, 0x4e, 0x4b, 0x4a, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x49, 0x4e, 0x4e, 0x4e, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x4d, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x47, 0x49, 0x4d, 0x49, 0x49, 0x47, 0x4d, 0x49, 0x4d, 0x49, 0x47, 0x49, 0x4d, 0x4d, 0x49, 0x4d, 0x4d, 0x4d, 0x4d, 0x4d, 0x4d, 0x4d, 0x4d, 0x4d, 0x4d, 0x4d, 0x4d, 0x4d, 0x50, 0x4d, 0x50, 0x4d, 0x4d, 0x4d, 0x4e, 0x4d, 0x4d, 0x4d, 0x47, 0x47, 0x47, 0x47, 0x47, 0x47, 0x4d, 0x47, 0x50, 0x50, 0x54, 0x54, 0x57, 0x57, 0x56, 0x5b, 0x66, 0x39, 0x0f, 0x06, 0x16, 0x8d, 0x68, 0x6d, 0x68, 0x6d, 0x65, 0x72, 0x6d, 0x72, 0x72, 0x78, 0x78, 0x78, 0x78, 0x81, 0x81, 0x81, 0x81, 0x85, 0x85, 0x85, 0x85, 0x85, 0x85, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x95, 0x95, 0x95, 0x98, 0x95, 0x98, 0x98, 0x9c, 0x98, 0x98, 0x9c, 0xa2, 0x9c, 0xa2, 0xa2, 0xa2, 0xa5, 0xa2, 0xa2, 0xac, 0xac, 0xac, 0xac, 0xac, 0xaf, 0xac, 0xaf, 0xaf, 0xaf, 0xb2, 0xb4, 0xb4, 0xaf, 0xb4, 0xb4, 0xb7, 0xb4, 0xb7, 0xb7, 0xb7, 0xb4, 0xb7, 0xb7, 0xb7, 0xbb, 0xb7, 0xb7, 0xbb, 0xb7, 0xbd, 0xbc, 0xbc, 0xba, 0xbc, 0xba, 0xba, 0xba, 0xba, 0xbc, 0xba, 0xba, 0xba, 0xb8, 0xba, 0xb8, 0xb8, 0xb8, 0xb8, 0xb8, 0xb5, 0xb6, 0xb5, 0xb6, 0xb6, 0xb6, 0xb5, 0xb6, 0xb1, 0xb6, 0xb1, 0xae, 0xb1, 0xae, 0xb1, 0xae, 0xaa, 0xaa, 0xb1, 0xaa, 0xaa, 0xa8, 0xa6, 0xa8, 0xa6, 0xa3, 0xa6, 0xa3, 0x9d, 0xa0, 0x9d, 0xa0, 0xa0, 0x9d, 0xa0, 0x9a, 0x9a, 0x9a, 0x9a, 0x92, 0x99, 0x92, 0x91, 0x92, 0x87, 0x92, 0x87, 0x8b, 0x87, 0x82, 0x82, 0x82, 0x82, 0x7e, 0x7a, 0x7c, 0x7a, 0x7e, 0x7a, 0x7a, 0x71, 0x71, 0x78, 0x71, 0x78, 0x71, 0x72, 0x71, 0x6d, 0x72, 0x6d, 0x6c, 0x6a, 0x6d, 0x6d, 0x6c, 0x65, 0x6d, 0x60, 0x68, 0x68, 0x65, 0x68, 0x60, 0x61, 0x60, 0x61, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x56, 0x56, 0x56, 0x56, 0x53, 0x54, 0x53, 0x51, 0x53, 0x51, 0x53, 0x51, 0x51, 0x51, 0x4b, 0x51, 0x4b, 0x4e, 0x4b, 0x4e, 0x51, 0x4e, 0x4b, 0x4e, 0x4e, 0x4e, 0x4e, 0x4b, 0x4e, 0x4b, 0x49, 0x4b, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x44, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x44, 0x44, 0x49, 0x44, 0x49, 0x44, 0x49, 0x47, 0x44, 0x47, 0x44, 0x44, 0x44, 0x47, 0x44, 0x44, 0x47, 0x44, 0x47, 0x47, 0x47, 0x47, 0x47, 0x49, 0x47, 0x47, 0x47, 0x47, 0x47, 0x47, 0x4d, 0x47, 0x47, 0x47, 0x47, 0x47, 0x47, 0x4d, 0x47, 0x4d, 0x47, 0x4d, 0x4d, 0x4d, 0x4d, 0x4d, 0x4d, 0x4d, 0x4d, 0x4d, 0x4d, 0x4d, 0x4d, 0x4d, 0x47, 0x47, 0x47, 0x47, 0x47, 0x47, 0x47, 0x47, 0x4d, 0x50, 0x50, 0x50, 0x54, 0x54, 0x54, 0x57, 0x5e, 0x66, 0x2b, 0x0b, 0x06, 0x31, 0x87, 0x68, 0x68, 0x68, 0x6d, 0x6d, 0x6d, 0x6d, 0x70, 0x72, 0x72, 0x78, 0x78, 0x79, 0x78, 0x79, 0x81, 0x81, 0x81, 0x81, 0x81, 0x85, 0x8e, 0x85, 0x8e, 0x85, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x95, 0x95, 0x95, 0x98, 0x95, 0x98, 0x9c, 0x9c, 0x9c, 0x9c, 0x9c, 0xa2, 0x9c, 0xa2, 0xa5, 0xa2, 0xa2, 0xa2, 0xa5, 0xac, 0xac, 0xa2, 0xac, 0xac, 0xaf, 0xaf, 0xaf, 0xb2, 0xaf, 0xaf, 0xaf, 0xb4, 0xaf, 0xb4, 0xb4, 0xb7, 0xb7, 0xb4, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xbb, 0xb7, 0xb7, 0xbb, 0xbc, 0xbc, 0xbc, 0xbc, 0xba, 0xbc, 0xbc, 0xba, 0xba, 0xba, 0xba, 0xba, 0xb8, 0xba, 0xb8, 0xba, 0xb8, 0xb8, 0xb8, 0xb8, 0xb8, 0xb6, 0xb8, 0xb6, 0xb6, 0xb6, 0xb6, 0xae, 0xb6, 0xb1, 0xb1, 0xaa, 0xb1, 0xb1, 0xaa, 0xb1, 0xaa, 0xb1, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xa6, 0xa6, 0xa6, 0x9d, 0xa3, 0x9d, 0xa0, 0xa0, 0xa0, 0xa0, 0x9a, 0xa0, 0x9a, 0x9a, 0x99, 0x9a, 0x91, 0x92, 0x91, 0x92, 0x92, 0x92, 0x87, 0x92, 0x87, 0x8c, 0x87, 0x82, 0x82, 0x83, 0x7c, 0x7e, 0x7a, 0x7e, 0x78, 0x78, 0x71, 0x78, 0x71, 0x78, 0x71, 0x71, 0x72, 0x71, 0x72, 0x6a, 0x6d, 0x65, 0x6d, 0x65, 0x6d, 0x68, 0x65, 0x68, 0x65, 0x68, 0x68, 0x60, 0x68, 0x5c, 0x61, 0x60, 0x5c, 0x5c, 0x5b, 0x5b, 0x5c, 0x5c, 0x5c, 0x56, 0x5b, 0x56, 0x54, 0x54, 0x54, 0x51, 0x56, 0x51, 0x51, 0x51, 0x4b, 0x51, 0x4b, 0x51, 0x4b, 0x51, 0x4b, 0x4e, 0x4e, 0x4b, 0x4b, 0x4b, 0x4e, 0x4b, 0x4e, 0x4e, 0x4e, 0x4e, 0x49, 0x4e, 0x42, 0x49, 0x4a, 0x49, 0x49, 0x44, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x44, 0x44, 0x44, 0x49, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x47, 0x44, 0x44, 0x44, 0x44, 0x44, 0x47, 0x44, 0x47, 0x44, 0x47, 0x44, 0x44, 0x44, 0x43, 0x44, 0x43, 0x47, 0x47, 0x47, 0x47, 0x47, 0x47, 0x47, 0x47, 0x47, 0x47, 0x47, 0x47, 0x47, 0x47, 0x47, 0x47, 0x47, 0x4d, 0x47, 0x4d, 0x47, 0x4d, 0x47, 0x4d, 0x47, 0x47, 0x47, 0x47, 0x47, 0x43, 0x47, 0x47, 0x47, 0x4d, 0x50, 0x50, 0x51, 0x54, 0x54, 0x54, 0x57, 0x5b, 0x5e, 0x1f, 0x07, 0x06, 0x57, 0x72, 0x68, 0x65, 0x6d, 0x65, 0x6d, 0x6c, 0x6d, 0x6d, 0x72, 0x72, 0x72, 0x78, 0x78, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, 0x85, 0x85, 0x85, 0x85, 0x85, 0x8e, 0x8e, 0x8e, 0x8d, 0x8e, 0x8e, 0x95, 0x95, 0x95, 0x95, 0x95, 0x98, 0x98, 0x98, 0x98, 0x9c, 0x9f, 0x9f, 0xa2, 0xa2, 0xa5, 0x9f, 0xa2, 0xa2, 0xac, 0xac, 0xa5, 0xac, 0xac, 0xaf, 0xac, 0xac, 0xac, 0xaf, 0xaf, 0xaf, 0xb2, 0xb2, 0xb4, 0xb4, 0xb4, 0xb4, 0xb4, 0xb7, 0xb7, 0xb4, 0xb7, 0xb4, 0xb7, 0xb7, 0xb7, 0xb7, 0xbb, 0xb7, 0xbc, 0xba, 0xbc, 0xba, 0xbc, 0xba, 0xba, 0xba, 0xba, 0xba, 0xba, 0xba, 0xb8, 0xba, 0xb8, 0xb8, 0xb8, 0xb8, 0xb8, 0xb8, 0xb5, 0xb6, 0xb6, 0xb6, 0xb6, 0xb6, 0xae, 0xb5, 0xae, 0xb1, 0xae, 0xb1, 0xb1, 0xaa, 0xaa, 0xaa, 0xaa, 0xa6, 0xaa, 0xa6, 0xa6, 0xa6, 0xa8, 0x9d, 0xa3, 0x9d, 0xa0, 0x9d, 0xa0, 0xa0, 0xa0, 0x9a, 0x9a, 0x9a, 0x9a, 0x9a, 0x99, 0x92, 0x91, 0x91, 0x91, 0x8c, 0x92, 0x82, 0x8c, 0x8c, 0x87, 0x8c, 0x82, 0x82, 0x7e, 0x82, 0x7c, 0x83, 0x7e, 0x7e, 0x71, 0x78, 0x7a, 0x78, 0x71, 0x78, 0x71, 0x71, 0x72, 0x6a, 0x72, 0x6a, 0x6d, 0x65, 0x6d, 0x68, 0x6d, 0x65, 0x68, 0x68, 0x65, 0x68, 0x60, 0x61, 0x61, 0x61, 0x61, 0x5c, 0x5f, 0x5c, 0x5c, 0x5b, 0x56, 0x5b, 0x5c, 0x56, 0x56, 0x53, 0x54, 0x53, 0x51, 0x51, 0x56, 0x54, 0x51, 0x51, 0x51, 0x51, 0x51, 0x51, 0x4e, 0x51, 0x4b, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x49, 0x49, 0x49, 0x49, 0x42, 0x49, 0x49, 0x44, 0x42, 0x44, 0x49, 0x44, 0x49, 0x44, 0x49, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x40, 0x44, 0x40, 0x40, 0x40, 0x40, 0x43, 0x40, 0x44, 0x43, 0x44, 0x44, 0x44, 0x43, 0x44, 0x43, 0x44, 0x43, 0x44, 0x43, 0x44, 0x43, 0x44, 0x43, 0x44, 0x43, 0x44, 0x43, 0x44, 0x43, 0x44, 0x43, 0x43, 0x47, 0x43, 0x47, 0x43, 0x47, 0x43, 0x47, 0x43, 0x47, 0x47, 0x47, 0x47, 0x47, 0x47, 0x47, 0x4d, 0x47, 0x47, 0x47, 0x47, 0x47, 0x47, 0x43, 0x47, 0x43, 0x43, 0x47, 0x43, 0x47, 0x47, 0x4d, 0x50, 0x50, 0x50, 0x51, 0x54, 0x54, 0x57, 0x5e, 0x5b, 0x19, 0x04, 0x0a, 0x72, 0x6d, 0x68, 0x65, 0x68, 0x6d, 0x6d, 0x6d, 0x6c, 0x6d, 0x70, 0x6d, 0x78, 0x72, 0x78, 0x79, 0x81, 0x79, 0x81, 0x79, 0x85, 0x81, 0x81, 0x85, 0x85, 0x85, 0x85, 0x8e, 0x85, 0x95, 0x8e, 0x8e, 0x8e, 0x8e, 0x95, 0x95, 0x95, 0x98, 0x98, 0x98, 0x9c, 0x98, 0x9c, 0x9c, 0x9f, 0xa2, 0x9f, 0xa2, 0xa2, 0xa2, 0xa5, 0xac, 0xa5, 0xac, 0xa5, 0xa2, 0xac, 0xac, 0xaf, 0xaf, 0xaf, 0xaf, 0xaf, 0xb4, 0xb2, 0xb4, 0xb4, 0xb4, 0xb4, 0xb4, 0xb4, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xbb, 0xb7, 0xbc, 0xbc, 0xba, 0xba, 0xba, 0xba, 0xba, 0xb8, 0xba, 0xba, 0xba, 0xb8, 0xb8, 0xba, 0xb8, 0xb8, 0xb8, 0xb6, 0xb8, 0xb6, 0xb5, 0xb5, 0xb6, 0xb5, 0xb6, 0xb5, 0xb6, 0xb1, 0xae, 0xb1, 0xb1, 0xb1, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xa8, 0xa6, 0xa8, 0xa6, 0xa3, 0xa3, 0x9d, 0xa3, 0x9d, 0xa0, 0xa0, 0x9a, 0xa0, 0x9a, 0x9a, 0x9a, 0x9a, 0x92, 0x92, 0x9a, 0x91, 0x92, 0x91, 0x92, 0x8c, 0x8b, 0x8c, 0x8c, 0x87, 0x8c, 0x82, 0x82, 0x7e, 0x7e, 0x7e, 0x7e, 0x7e, 0x7e, 0x7e, 0x7a, 0x78, 0x71, 0x78, 0x71, 0x72, 0x6a, 0x72, 0x6a, 0x72, 0x6d, 0x6d, 0x6d, 0x6d, 0x68, 0x65, 0x68, 0x60, 0x68, 0x60, 0x61, 0x60, 0x61, 0x61, 0x61, 0x61, 0x5c, 0x5c, 0x5c, 0x5b, 0x5b, 0x56, 0x5b, 0x56, 0x56, 0x56, 0x51, 0x56, 0x51, 0x51, 0x4e, 0x51, 0x51, 0x51, 0x4b, 0x51, 0x51, 0x51, 0x4e, 0x51, 0x4b, 0x4e, 0x4e, 0x4b, 0x4e, 0x4e, 0x4b, 0x49, 0x4e, 0x49, 0x49, 0x49, 0x49, 0x49, 0x44, 0x49, 0x44, 0x44, 0x49, 0x40, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x40, 0x44, 0x40, 0x44, 0x40, 0x44, 0x40, 0x40, 0x40, 0x40, 0x3e, 0x40, 0x40, 0x40, 0x3e, 0x40, 0x3e, 0x3e, 0x40, 0x3e, 0x40, 0x3e, 0x40, 0x43, 0x40, 0x3e, 0x43, 0x3e, 0x43, 0x3e, 0x43, 0x43, 0x43, 0x40, 0x43, 0x3e, 0x44, 0x43, 0x43, 0x43, 0x3e, 0x43, 0x43, 0x43, 0x43, 0x47, 0x43, 0x47, 0x43, 0x47, 0x43, 0x47, 0x43, 0x47, 0x47, 0x47, 0x47, 0x47, 0x47, 0x47, 0x47, 0x47, 0x47, 0x43, 0x43, 0x43, 0x43, 0x43, 0x43, 0x44, 0x47, 0x47, 0x4d, 0x4d, 0x50, 0x50, 0x50, 0x50, 0x54, 0x50, 0x5e, 0x57, 0x13, 0x04, 0x0c, 0x87, 0x68, 0x61, 0x65, 0x68, 0x65, 0x68, 0x6c, 0x6c, 0x6c, 0x6d, 0x70, 0x72, 0x72, 0x79, 0x72, 0x79, 0x79, 0x79, 0x81, 0x79, 0x81, 0x79, 0x85, 0x81, 0x85, 0x85, 0x85, 0x85, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x95, 0x95, 0x95, 0x98, 0x98, 0x98, 0x98, 0x9c, 0x98, 0x9c, 0x9c, 0xa2, 0x9c, 0xa2, 0xa2, 0xa2, 0xac, 0xa5, 0xac, 0xac, 0xac, 0xac, 0xac, 0xac, 0xab, 0xaf, 0xaf, 0xb2, 0xb2, 0xb4, 0xb4, 0xb4, 0xb4, 0xb4, 0xb4, 0xb7, 0xb4, 0xb7, 0xb4, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xbb, 0xbc, 0xba, 0xba, 0xba, 0xba, 0xba, 0xb8, 0xbb, 0xb8, 0xb8, 0xb8, 0xb7, 0xb8, 0xb5, 0xb8, 0xb5, 0xb8, 0xb6, 0xb6, 0xb5, 0xb5, 0xb6, 0xb5, 0xb6, 0xb1, 0xb6, 0xb1, 0xae, 0xb1, 0xaa, 0xb1, 0xb2, 0xaa, 0xaa, 0xa8, 0xaa, 0xa3, 0xa6, 0xa3, 0xa3, 0xa8, 0xa0, 0xa0, 0xa0, 0xa0, 0x9d, 0xa0, 0x9a, 0xa0, 0x99, 0x9a, 0x92, 0x9a, 0x92, 0x9a, 0x91, 0x92, 0x91, 0x8c, 0x8c, 0x8c, 0x8c, 0x8c, 0x8c, 0x8c, 0x83, 0x82, 0x83, 0x7c, 0x83, 0x7e, 0x7c, 0x7e, 0x7e, 0x7e, 0x7a, 0x7e, 0x78, 0x71, 0x72, 0x72, 0x72, 0x6d, 0x71, 0x6d, 0x6d, 0x6d, 0x6d, 0x6d, 0x68, 0x65, 0x68, 0x65, 0x60, 0x61, 0x61, 0x61, 0x60, 0x5c, 0x5f, 0x5c, 0x5b, 0x5c, 0x5b, 0x5b, 0x5c, 0x5b, 0x56, 0x54, 0x56, 0x54, 0x54, 0x51, 0x51, 0x4b, 0x51, 0x51, 0x51, 0x51, 0x4e, 0x51, 0x4e, 0x51, 0x4e, 0x4b, 0x4e, 0x4e, 0x42, 0x4e, 0x42, 0x4e, 0x42, 0x49, 0x49, 0x49, 0x49, 0x49, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x40, 0x44, 0x44, 0x40, 0x44, 0x40, 0x44, 0x40, 0x40, 0x40, 0x40, 0x40, 0x3e, 0x40, 0x3e, 0x40, 0x3e, 0x40, 0x3e, 0x40, 0x3e, 0x3e, 0x3e, 0x3e, 0x3e, 0x3e, 0x3e, 0x3e, 0x3e, 0x3e, 0x3e, 0x3e, 0x3e, 0x3e, 0x3e, 0x3e, 0x3e, 0x3e, 0x3e, 0x3e, 0x3e, 0x3e, 0x3e, 0x3e, 0x3e, 0x3e, 0x40, 0x3e, 0x43, 0x40, 0x3e, 0x43, 0x3e, 0x43, 0x43, 0x43, 0x43, 0x43, 0x43, 0x43, 0x43, 0x43, 0x43, 0x43, 0x43, 0x43, 0x43, 0x43, 0x43, 0x43, 0x43, 0x43, 0x47, 0x43, 0x43, 0x43, 0x43, 0x43, 0x43, 0x43, 0x43, 0x47, 0x47, 0x4d, 0x50, 0x4d, 0x50, 0x50, 0x57, 0x50, 0x57, 0x66, 0x49, 0x0a, 0x04, 0x18, 0x8e, 0x60, 0x68, 0x68, 0x65, 0x68, 0x68, 0x68, 0x6d, 0x6c, 0x6c, 0x6c, 0x72, 0x70, 0x72, 0x79, 0x79, 0x79, 0x79, 0x79, 0x79, 0x79, 0x85, 0x79, 0x85, 0x81, 0x85, 0x85, 0x85, 0x8e, 0x8e, 0x85, 0x8e, 0x8e, 0x8e, 0x95, 0x8e, 0x95, 0x95, 0x98, 0x95, 0x98, 0x98, 0x9c, 0x9c, 0x9c, 0x9c, 0x9c, 0x9c, 0xa2, 0xa2, 0xa2, 0xa5, 0xac, 0xa5, 0xac, 0xac, 0xac, 0xac, 0xab, 0xaf, 0xaf, 0xaf, 0xb2, 0xb4, 0xaf, 0xb4, 0xb4, 0xb4, 0xb4, 0xb4, 0xb4, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xba, 0xba, 0xbc, 0xba, 0xba, 0xba, 0xba, 0xba, 0xb8, 0xba, 0xb8, 0xba, 0xb8, 0xb8, 0xb8, 0xb6, 0xb8, 0xb5, 0xb6, 0xb6, 0xb6, 0xb5, 0xb5, 0xb5, 0xb5, 0xb1, 0xb1, 0xb1, 0xb1, 0xb1, 0xb1, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xa6, 0xa8, 0xa6, 0xa6, 0x9d, 0xa3, 0x9d, 0xa0, 0x9d, 0xa0, 0xa0, 0x9a, 0xa0, 0x9a, 0x9a, 0x9a, 0x9a, 0x92, 0x92, 0x91, 0x91, 0x8c, 0x8b, 0x8c, 0x91, 0x8c, 0x8c, 0x8c, 0x8c, 0x82, 0x82, 0x7e, 0x82, 0x78, 0x7e, 0x7e, 0x7e, 0x78, 0x78, 0x7a, 0x78, 0x71, 0x72, 0x6a, 0x72, 0x6a, 0x6d, 0x6d, 0x71, 0x6d, 0x6d, 0x65, 0x65, 0x65, 0x68, 0x60, 0x68, 0x61, 0x5c, 0x5b, 0x5c, 0x5c, 0x61, 0x5c, 0x5f, 0x5b, 0x5b, 0x5b, 0x5b, 0x56, 0x56, 0x54, 0x56, 0x51, 0x51, 0x51, 0x51, 0x51, 0x51, 0x51, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x49, 0x49, 0x49, 0x49, 0x4e, 0x49, 0x49, 0x42, 0x49, 0x49, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x40, 0x44, 0x40, 0x40, 0x40, 0x44, 0x40, 0x44, 0x40, 0x44, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x3e, 0x39, 0x3e, 0x3b, 0x3e, 0x3e, 0x3b, 0x3e, 0x40, 0x39, 0x3e, 0x39, 0x3d, 0x3b, 0x3b, 0x3b, 0x3b, 0x38, 0x3b, 0x3b, 0x38, 0x3e, 0x3d, 0x3e, 0x3e, 0x3e, 0x3e, 0x3e, 0x3e, 0x3d, 0x3e, 0x3d, 0x3e, 0x3b, 0x3e, 0x3d, 0x3e, 0x3e, 0x43, 0x3e, 0x43, 0x3e, 0x43, 0x40, 0x43, 0x43, 0x43, 0x3e, 0x43, 0x43, 0x43, 0x43, 0x43, 0x43, 0x43, 0x43, 0x43, 0x43, 0x47, 0x43, 0x43, 0x3d, 0x43, 0x3d, 0x43, 0x43, 0x43, 0x43, 0x43, 0x47, 0x4d, 0x4d, 0x50, 0x50, 0x50, 0x50, 0x50, 0x57, 0x6c, 0x3a, 0x06, 0x04, 0x44, 0x79, 0x61, 0x61, 0x68, 0x68, 0x68, 0x6d, 0x68, 0x6c, 0x6c, 0x6c, 0x6d, 0x6c, 0x72, 0x79, 0x72, 0x79, 0x72, 0x79, 0x79, 0x79, 0x79, 0x79, 0x81, 0x81, 0x85, 0x85, 0x85, 0x85, 0x85, 0x8e, 0x8e, 0x8e, 0x8e, 0x95, 0x8e, 0x95, 0x95, 0x98, 0x95, 0x98, 0x98, 0x98, 0x98, 0x98, 0x9c, 0x9f, 0xa2, 0x9c, 0xa2, 0xa2, 0xa2, 0xa2, 0xa5, 0xac, 0xac, 0xac, 0xac, 0xac, 0xab, 0xaf, 0xb2, 0xaf, 0xb2, 0xaf, 0xaf, 0xb4, 0xaf, 0xb4, 0xb4, 0xb7, 0xb4, 0xb4, 0xb4, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xbb, 0xba, 0xba, 0xba, 0xba, 0xba, 0xbc, 0xba, 0xb8, 0xb8, 0xba, 0xb8, 0xb8, 0xb8, 0xb8, 0xb8, 0xb8, 0xb5, 0xb8, 0xb6, 0xb6, 0xb5, 0xb6, 0xb1, 0xb1, 0xb5, 0xae, 0xb1, 0xb1, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xa8, 0xa6, 0xaa, 0xa3, 0xa6, 0xa3, 0xa3, 0x9d, 0xa3, 0x9d, 0xa0, 0xa0, 0xa0, 0xa0, 0x9a, 0x99, 0x9a, 0x9a, 0x91, 0x92, 0x91, 0x91, 0x92, 0x91, 0x8c, 0x8c, 0x8c, 0x8c, 0x83, 0x8c, 0x8c, 0x82, 0x83, 0x7e, 0x82, 0x7e, 0x7e, 0x7e, 0x7e, 0x7a, 0x78, 0x7a, 0x78, 0x71, 0x72, 0x6d, 0x72, 0x6d, 0x6d, 0x6d, 0x6d, 0x6a, 0x6d, 0x65, 0x6c, 0x65, 0x68, 0x65, 0x61, 0x61, 0x5c, 0x5f, 0x5c, 0x5f, 0x5b, 0x61, 0x5c, 0x56, 0x5c, 0x56, 0x56, 0x56, 0x56, 0x54, 0x56, 0x51, 0x51, 0x51, 0x51, 0x51, 0x51, 0x51, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x49, 0x4e, 0x49, 0x49, 0x49, 0x42, 0x49, 0x49, 0x49, 0x42, 0x49, 0x44, 0x44, 0x44, 0x44, 0x40, 0x40, 0x44, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x39, 0x3e, 0x39, 0x3e, 0x39, 0x3b, 0x3b, 0x3e, 0x3b, 0x3b, 0x3b, 0x3b, 0x3e, 0x3b, 0x3b, 0x3e, 0x3b, 0x3b, 0x3b, 0x38, 0x3b, 0x38, 0x3b, 0x3b, 0x3b, 0x3b, 0x38, 0x38, 0x38, 0x38, 0x3b, 0x3b, 0x3b, 0x3e, 0x3e, 0x3b, 0x3d, 0x3b, 0x3e, 0x38, 0x3d, 0x3b, 0x3d, 0x3e, 0x3e, 0x3e, 0x3d, 0x3e, 0x3e, 0x3e, 0x3e, 0x3e, 0x3d, 0x43, 0x3d, 0x3e, 0x3d, 0x43, 0x43, 0x3d, 0x43, 0x43, 0x43, 0x43, 0x43, 0x43, 0x43, 0x3e, 0x3d, 0x3e, 0x3d, 0x43, 0x43, 0x43, 0x43, 0x47, 0x4d, 0x4d, 0x4e, 0x4d, 0x4e, 0x51, 0x50, 0x56, 0x70, 0x1a, 0x04, 0x06, 0x61, 0x6d, 0x5f, 0x61, 0x61, 0x68, 0x68, 0x68, 0x68, 0x68, 0x6c, 0x6c, 0x6d, 0x6c, 0x72, 0x70, 0x72, 0x79, 0x79, 0x72, 0x79, 0x81, 0x79, 0x81, 0x79, 0x85, 0x81, 0x81, 0x85, 0x85, 0x85, 0x85, 0x85, 0x8e, 0x8e, 0x95, 0x95, 0x95, 0x95, 0x95, 0x95, 0x95, 0x95, 0x98, 0x98, 0x98, 0x9c, 0x9f, 0x9c, 0xa2, 0x9c, 0xa2, 0xa5, 0xa2, 0xa5, 0xa2, 0xac, 0xa5, 0xac, 0xac, 0xaf, 0xaf, 0xaf, 0xaf, 0xaf, 0xaf, 0xaf, 0xaf, 0xb4, 0xb2, 0xb4, 0xb4, 0xb7, 0xb4, 0xb7, 0xb4, 0xb7, 0xb7, 0xb7, 0xb7, 0xb7, 0xba, 0xba, 0xba, 0xba, 0xba, 0xb8, 0xba, 0xb8, 0xba, 0xb8, 0xb8, 0xb8, 0xb8, 0xb6, 0xb8, 0xb5, 0xb6, 0xb6, 0xb5, 0xb6, 0xb1, 0xb1, 0xb1, 0xb1, 0xb1, 0xb1, 0xaa, 0xaa, 0xb1, 0xa8, 0xaa, 0xa6, 0xa8, 0xaa, 0xa8, 0xa3, 0xa6, 0xa3, 0xa3, 0xa3, 0xa0, 0xa3, 0xa0, 0xa0, 0xa0, 0x9a, 0x99, 0x9a, 0x99, 0x9a, 0x92, 0x99, 0x8c, 0x92, 0x91, 0x91, 0x8c, 0x8c, 0x8c, 0x8c, 0x88, 0x8c, 0x82, 0x8c, 0x7e, 0x83, 0x7e, 0x7e, 0x7e, 0x7e, 0x78, 0x7a, 0x78, 0x78, 0x72, 0x78, 0x72, 0x72, 0x72, 0x6d, 0x72, 0x6d, 0x6d, 0x6d, 0x65, 0x6c, 0x65, 0x68, 0x65, 0x68, 0x61, 0x5c, 0x61, 0x5c, 0x5f, 0x5b, 0x5b, 0x5b, 0x5b, 0x56, 0x5c, 0x56, 0x56, 0x57, 0x54, 0x56, 0x54, 0x51, 0x51, 0x4e, 0x51, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x49, 0x4e, 0x49, 0x4e, 0x49, 0x49, 0x44, 0x49, 0x49, 0x44, 0x49, 0x44, 0x44, 0x44, 0x44, 0x44, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x3e, 0x39, 0x3e, 0x39, 0x3b, 0x39, 0x3b, 0x39, 0x3b, 0x3b, 0x3b, 0x3b, 0x3b, 0x3b, 0x3b, 0x38, 0x3b, 0x38, 0x3b, 0x38, 0x38, 0x3b, 0x3b, 0x33, 0x3b, 0x33, 0x38, 0x33, 0x38, 0x33, 0x38, 0x33, 0x38, 0x33, 0x38, 0x38, 0x38, 0x38, 0x38, 0x38, 0x38, 0x38, 0x38, 0x38, 0x38, 0x38, 0x38, 0x3b, 0x3b, 0x3d, 0x38, 0x3d, 0x3b, 0x3d, 0x3b, 0x3d, 0x3b, 0x3b, 0x3e, 0x3d, 0x3e, 0x3d, 0x3e, 0x43, 0x3d, 0x43, 0x3d, 0x43, 0x3d, 0x43, 0x3d, 0x43, 0x3d, 0x43, 0x3d, 0x3d, 0x3d, 0x3d, 0x3e, 0x3e, 0x43, 0x43, 0x43, 0x47, 0x4d, 0x47, 0x4d, 0x4d, 0x4e, 0x50, 0x50, 0x56, 0x74, 0x0f, 0x02, 0x09, 0x81, 0x60, 0x61, 0x61, 0x61, 0x68, 0x68, 0x68, 0x68, 0x68, 0x6c, 0x68, 0x6c, 0x6c, 0x72, 0x70, 0x79, 0x70, 0x79, 0x70, 0x79, 0x79, 0x79, 0x79, 0x79, 0x79, 0x81, 0x85, 0x79, 0x85, 0x85, 0x85, 0x8e, 0x8e, 0x85, 0x8e, 0x8e, 0x8e, 0x95, 0x95, 0x95, 0x95, 0x98, 0x95, 0x98, 0x98, 0x98, 0x9c, 0x9c, 0x9c, 0xa2, 0xa2, 0xa2, 0xa2, 0xa5, 0xa5, 0xac, 0xa5, 0xac, 0xac, 0xac, 0xab, 0xaf, 0xab, 0xaf, 0xaf, 0xb2, 0xaf, 0xb4, 0xaf, 0xb4, 0xb4, 0xb4, 0xb4, 0xb4, 0xb4, 0xb4, 0xb7, 0xb7, 0xb4, 0xb7, 0xba, 0xba, 0xba, 0xb8, 0xbb, 0xb8, 0xba, 0xb8, 0xb7, 0xb8, 0xb7, 0xb8, 0xb5, 0xb5, 0xb6, 0xb6, 0xb6, 0xb6, 0xb6, 0xb5, 0xb5, 0xb1, 0xb1, 0xab, 0xb2, 0xaa, 0xab, 0xaa, 0xa8, 0xa8, 0xa8, 0xa8, 0xa8, 0xa3, 0xa8, 0xa3, 0xa8, 0xa3, 0xa3, 0xa0, 0xa0, 0xa0, 0x9a, 0xa0, 0x9a, 0x99, 0x9a, 0x99, 0x91, 0x99, 0x9a, 0x91, 0x91, 0x91, 0x91, 0x8c, 0x88, 0x8c, 0x88, 0x82, 0x83, 0x88, 0x83, 0x82, 0x7e, 0x7e, 0x7e, 0x7a, 0x7a, 0x78, 0x7a, 0x78, 0x78, 0x71, 0x72, 0x71, 0x72, 0x6d, 0x72, 0x6c, 0x6c, 0x68, 0x6d, 0x68, 0x6d, 0x68, 0x61, 0x61, 0x65, 0x61, 0x5c, 0x5b, 0x5c, 0x5f, 0x5b, 0x5b, 0x5b, 0x56, 0x56, 0x5b, 0x56, 0x56, 0x56, 0x54, 0x51, 0x54, 0x51, 0x51, 0x4e, 0x51, 0x4e, 0x4e, 0x4b, 0x4e, 0x4b, 0x4e, 0x49, 0x49, 0x4d, 0x49, 0x49, 0x49, 0x49, 0x49, 0x42, 0x44, 0x44, 0x40, 0x44, 0x44, 0x40, 0x40, 0x40, 0x3b, 0x40, 0x40, 0x39, 0x40, 0x40, 0x3e, 0x39, 0x40, 0x39, 0x3b, 0x39, 0x3b, 0x39, 0x38, 0x38, 0x38, 0x38, 0x38, 0x38, 0x3b, 0x38, 0x38, 0x33, 0x38, 0x33, 0x38, 0x33, 0x38, 0x33, 0x33, 0x33, 0x38, 0x32, 0x38, 0x32, 0x38, 0x32, 0x38, 0x32, 0x38, 0x38, 0x33, 0x32, 0x38, 0x32, 0x32, 0x32, 0x32, 0x38, 0x32, 0x32, 0x38, 0x38, 0x38, 0x38, 0x38, 0x38, 0x3d, 0x38, 0x38, 0x38, 0x38, 0x38, 0x3b, 0x38, 0x38, 0x3d, 0x38, 0x3d, 0x38, 0x3b, 0x3d, 0x3d, 0x3d, 0x3d, 0x3d, 0x3d, 0x3e, 0x3d, 0x3e, 0x3d, 0x43, 0x3e, 0x3d, 0x38, 0x3d, 0x3d, 0x3d, 0x3e, 0x3d, 0x40, 0x43, 0x47, 0x4d, 0x47, 0x4d, 0x4d, 0x4d, 0x4d, 0x50, 0x5b, 0x5e, 0x0b, 0x02, 0x0f, 0x8e, 0x5c, 0x5f, 0x61, 0x61, 0x68, 0x68, 0x68, 0x68, 0x68, 0x66, 0x68, 0x6c, 0x6c, 0x6c, 0x70, 0x70, 0x70, 0x79, 0x70, 0x79, 0x70, 0x79, 0x79, 0x79, 0x81, 0x79, 0x85, 0x79, 0x85, 0x85, 0x85, 0x85, 0x85, 0x8e, 0x85, 0x8e, 0x8e, 0x8e, 0x95, 0x95, 0x95, 0x95, 0x98, 0x95, 0x98, 0x98, 0x98, 0x9c, 0x9c, 0x9c, 0xa2, 0xa5, 0xa2, 0xa2, 0xac, 0xac, 0xac, 0xa2, 0xac, 0xac, 0xac, 0xb2, 0xac, 0xb2, 0xaf, 0xb2, 0xaf, 0xb2, 0xb2, 0xb4, 0xb4, 0xb4, 0xb4, 0xb4, 0xb4, 0xb7, 0xb5, 0xb7, 0xb7, 0xb7, 0xba, 0xba, 0xba, 0xbb, 0xb8, 0xba, 0xb7, 0xb8, 0xb8, 0xb8, 0xb8, 0xb5, 0xb8, 0xb5, 0xb5, 0xb5, 0xb5, 0xb6, 0xb5, 0xae, 0xb5, 0xb1, 0xb1, 0xb1, 0xb1, 0xaa, 0xb1, 0xaa, 0xa8, 0xa8, 0xa6, 0xa3, 0xa6, 0xa8, 0xa3, 0xa3, 0xa0, 0xa3, 0xa0, 0xa0, 0xa0, 0xa0, 0x99, 0x9a, 0x99, 0x9a, 0x9a, 0x91, 0x92, 0x91, 0x92, 0x91, 0x91, 0x91, 0x8c, 0x8c, 0x8c, 0x8c, 0x8c, 0x83, 0x83, 0x7e, 0x83, 0x7e, 0x7e, 0x7e, 0x7e, 0x7a, 0x78, 0x78, 0x78, 0x7a, 0x71, 0x72, 0x72, 0x72, 0x72, 0x72, 0x6c, 0x6d, 0x6d, 0x68, 0x65, 0x6c, 0x68, 0x68, 0x68, 0x61, 0x61, 0x61, 0x5c, 0x5f, 0x61, 0x5b, 0x5f, 0x5b, 0x5b, 0x5b, 0x56, 0x56, 0x56, 0x57, 0x54, 0x54, 0x54, 0x51, 0x51, 0x4e, 0x51, 0x4e, 0x4e, 0x4e, 0x4d, 0x4e, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x44, 0x49, 0x44, 0x44, 0x44, 0x44, 0x40, 0x40, 0x40, 0x40, 0x40, 0x3e, 0x40, 0x3b, 0x39, 0x3e, 0x39, 0x3e, 0x39, 0x3e, 0x38, 0x3b, 0x3b, 0x38, 0x38, 0x38, 0x38, 0x33, 0x38, 0x33, 0x38, 0x33, 0x38, 0x33, 0x32, 0x32, 0x32, 0x32, 0x33, 0x32, 0x33, 0x32, 0x32, 0x32, 0x32, 0x32, 0x32, 0x32, 0x32, 0x32, 0x32, 0x33, 0x32, 0x32, 0x32, 0x32, 0x32, 0x30, 0x32, 0x32, 0x32, 0x32, 0x32, 0x38, 0x32, 0x32, 0x30, 0x32, 0x32, 0x38, 0x38, 0x38, 0x38, 0x38, 0x38, 0x38, 0x38, 0x38, 0x38, 0x3d, 0x38, 0x3d, 0x38, 0x3d, 0x38, 0x3d, 0x3d, 0x3d, 0x3e, 0x3d, 0x3d, 0x3e, 0x3d, 0x43, 0x3d, 0x3e, 0x3d, 0x38, 0x3d, 0x38, 0x3d, 0x3b, 0x3e, 0x3d, 0x43, 0x47, 0x47, 0x4d, 0x4d, 0x4d, 0x4d, 0x51, 0x4d, 0x61, 0x51, 0x06, 0x02, 0x31, 0x7a, 0x57, 0x61, 0x61, 0x61, 0x61, 0x68, 0x68, 0x68, 0x68, 0x68, 0x6c, 0x6c, 0x6c, 0x70, 0x72, 0x70, 0x79, 0x70, 0x79, 0x70, 0x79, 0x79, 0x79, 0x79, 0x79, 0x79, 0x81, 0x79, 0x85, 0x81, 0x85, 0x85, 0x85, 0x85, 0x8e, 0x8e, 0x8e, 0x8e, 0x95, 0x95, 0x95, 0x95, 0x95, 0x98, 0x98, 0x98, 0x9c, 0x9c, 0x9c, 0x9c, 0xa2, 0xa2, 0xa2, 0xa5, 0xa2, 0xa5, 0xac, 0xac, 0xac, 0xac, 0xac, 0xac, 0xac, 0xaf, 0xab, 0xaf, 0xb2, 0xb2, 0xb4, 0xb4, 0xb4, 0xb4, 0xb4, 0xb4, 0xb4, 0xb4, 0xb7, 0xb4, 0xb7, 0xb7, 0xba, 0xba, 0xba, 0xb8, 0xbb, 0xb8, 0xba, 0xb8, 0xb8, 0xb5, 0xb8, 0xb5, 0xb5, 0xb5, 0xb6, 0xb5, 0xb5, 0xb5, 0xb5, 0xb1, 0xae, 0xb1, 0xb1, 0xb1, 0xb1, 0xb1, 0xb1, 0xaa, 0xa8, 0xaa, 0xa8, 0xa6, 0xa8, 0xa6, 0xa3, 0xa3, 0xa0, 0x9d, 0xa3, 0xa0, 0x99, 0xa0, 0x9a, 0x99, 0x92, 0x9a, 0x9a, 0x92, 0x91, 0x92, 0x91, 0x91, 0x91, 0x8c, 0x8c, 0x8c, 0x88, 0x83, 0x83, 0x82, 0x7e, 0x7e, 0x7e, 0x7e, 0x7e, 0x7e, 0x78, 0x7e, 0x78, 0x78, 0x72, 0x71, 0x72, 0x72, 0x72, 0x72, 0x6d, 0x6c, 0x6d, 0x6d, 0x6c, 0x68, 0x68, 0x68, 0x65, 0x68, 0x61, 0x61, 0x61, 0x61, 0x5f, 0x5f, 0x5f, 0x5b, 0x5b, 0x5b, 0x56, 0x56, 0x54, 0x51, 0x54, 0x54, 0x51, 0x51, 0x4e, 0x51, 0x4b, 0x4e, 0x4e, 0x4e, 0x4e, 0x49, 0x4e, 0x49, 0x49, 0x49, 0x44, 0x49, 0x42, 0x49, 0x44, 0x44, 0x44, 0x44, 0x40, 0x40, 0x40, 0x40, 0x40, 0x39, 0x3e, 0x3b, 0x39, 0x3b, 0x39, 0x38, 0x39, 0x38, 0x3b, 0x3b, 0x33, 0x38, 0x33, 0x38, 0x33, 0x33, 0x33, 0x38, 0x38, 0x32, 0x33, 0x32, 0x32, 0x32, 0x33, 0x32, 0x33, 0x32, 0x32, 0x32, 0x32, 0x29, 0x32, 0x29, 0x32, 0x32, 0x32, 0x29, 0x32, 0x29, 0x32, 0x32, 0x32, 0x29, 0x30, 0x30, 0x30, 0x30, 0x32, 0x30, 0x30, 0x32, 0x29, 0x32, 0x30, 0x32, 0x30, 0x32, 0x30, 0x30, 0x38, 0x30, 0x38, 0x30, 0x38, 0x32, 0x38, 0x38, 0x38, 0x3d, 0x38, 0x38, 0x38, 0x38, 0x38, 0x38, 0x3d, 0x3d, 0x3d, 0x3d, 0x3d, 0x3b, 0x3d, 0x3d, 0x3d, 0x3e, 0x38, 0x38, 0x38, 0x38, 0x3d, 0x38, 0x3e, 0x3e, 0x3e, 0x43, 0x47, 0x43, 0x4d, 0x47, 0x4d, 0x4a, 0x50, 0x4d, 0x61, 0x40, 0x04, 0x02, 0x57, 0x6d, 0x5b, 0x5e, 0x61, 0x61, 0x61, 0x60, 0x68, 0x68, 0x68, 0x68, 0x68, 0x6c, 0x6c, 0x70, 0x70, 0x70, 0x70, 0x70, 0x70, 0x79, 0x70, 0x79, 0x70, 0x79, 0x79, 0x79, 0x79, 0x81, 0x81, 0x81, 0x85, 0x85, 0x85, 0x8e, 0x85, 0x8e, 0x8e, 0x95, 0x8d, 0x95, 0x95, 0x95, 0x98, 0x95, 0x98, 0x98, 0x98, 0x9c, 0x9c, 0x9c, 0x9f, 0xa2, 0x9f, 0xa2, 0xa5, 0xa2, 0xa5, 0xac, 0xa5, 0xac, 0xac, 0xac, 0xac, 0xab, 0xaf, 0xb2, 0xaf, 0xb2, 0xb2, 0xb2, 0xb2, 0xb4, 0xb4, 0xb7, 0xb4, 0xb4, 0xb4, 0xb7, 0xb4, 0xb7, 0xba, 0xb8, 0xba, 0xb8, 0xba, 0xb8, 0xb8, 0xb8, 0xb8, 0xb7, 0xb5, 0xb5, 0xb8, 0xb5, 0xb5, 0xb1, 0xb5, 0xb1, 0xb1, 0xb1, 0xb1, 0xb1, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xa8, 0xa8, 0xa8, 0xa8, 0xa8, 0xa3, 0xa3, 0xa3, 0xa0, 0xa0, 0xa0, 0xa0, 0xa0, 0x99, 0x99, 0x99, 0x9a, 0x99, 0x9a, 0x91, 0x91, 0x91, 0x91, 0x8c, 0x91, 0x88, 0x8c, 0x8c, 0x88, 0x88, 0x83, 0x82, 0x7e, 0x7e, 0x7e, 0x7e, 0x7e, 0x78, 0x7e, 0x78, 0x78, 0x78, 0x72, 0x72, 0x71, 0x72, 0x72, 0x6d, 0x6d, 0x6c, 0x6d, 0x68, 0x65, 0x68, 0x65, 0x68, 0x68, 0x68, 0x61, 0x5f, 0x5f, 0x5c, 0x5f, 0x5f, 0x5b, 0x5b, 0x5b, 0x57, 0x56, 0x54, 0x56, 0x54, 0x54, 0x54, 0x51, 0x51, 0x50, 0x51, 0x4e, 0x4e, 0x4e, 0x4e, 0x49, 0x4e, 0x49, 0x49, 0x49, 0x49, 0x44, 0x47, 0x44, 0x44, 0x44, 0x40, 0x40, 0x40, 0x40, 0x40, 0x3e, 0x40, 0x39, 0x40, 0x3b, 0x39, 0x3b, 0x39, 0x3b, 0x39, 0x38, 0x38, 0x38, 0x39, 0x38, 0x3b, 0x33, 0x38, 0x33, 0x32, 0x33, 0x33, 0x32, 0x33, 0x33, 0x32, 0x33, 0x32, 0x33, 0x32, 0x32, 0x29, 0x32, 0x29, 0x29, 0x29, 0x32, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x32, 0x29, 0x30, 0x29, 0x30, 0x29, 0x32, 0x30, 0x32, 0x29, 0x32, 0x30, 0x32, 0x30, 0x32, 0x30, 0x30, 0x29, 0x30, 0x30, 0x32, 0x30, 0x32, 0x30, 0x32, 0x32, 0x32, 0x32, 0x32, 0x38, 0x30, 0x38, 0x32, 0x38, 0x30, 0x3d, 0x30, 0x38, 0x3d, 0x3d, 0x3d, 0x38, 0x3d, 0x3d, 0x3d, 0x3d, 0x3d, 0x38, 0x38, 0x32, 0x38, 0x38, 0x3d, 0x3d, 0x3e, 0x3d, 0x43, 0x47, 0x47, 0x4d, 0x47, 0x4d, 0x4d, 0x50, 0x4d, 0x74, 0x1e, 0x02, 0x06, 0x81, 0x56, 0x5f, 0x5f, 0x61, 0x61, 0x61, 0x68, 0x61, 0x68, 0x61, 0x68, 0x68, 0x68, 0x6c, 0x70, 0x6c, 0x70, 0x6c, 0x70, 0x79, 0x70, 0x79, 0x70, 0x79, 0x79, 0x79, 0x79, 0x79, 0x79, 0x81, 0x85, 0x85, 0x85, 0x85, 0x85, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x95, 0x95, 0x95, 0x95, 0x98, 0x95, 0x98, 0x9c, 0x9c, 0x9c, 0x9c, 0x9c, 0x9c, 0x9f, 0xa2, 0xa2, 0xa5, 0xa5, 0xa5, 0xac, 0xa5, 0xac, 0xa2, 0xaf, 0xac, 0xaf, 0xaf, 0xaf, 0xb2, 0xb2, 0xb4, 0xb2, 0xb4, 0xb4, 0xb4, 0xb4, 0xb4, 0xb7, 0xb4, 0xb7, 0xb7, 0xb8, 0xba, 0xb8, 0xba, 0xb8, 0xb8, 0xba, 0xb5, 0xb8, 0xb5, 0xb5, 0xb5, 0xb5, 0xb5, 0xb6, 0xb1, 0xb5, 0xae, 0xb1, 0xb5, 0xb1, 0xaa, 0xab, 0xb2, 0xab, 0xa8, 0xa3, 0xa8, 0xa8, 0xa8, 0xa3, 0xa3, 0xa3, 0xa0, 0xa3, 0xa0, 0xa0, 0xa0, 0xa0, 0xa0, 0x99, 0x99, 0x99, 0x99, 0x91, 0x9a, 0x91, 0x91, 0x91, 0x91, 0x91, 0x8c, 0x88, 0x8c, 0x83, 0x88, 0x83, 0x83, 0x83, 0x7e, 0x7e, 0x7e, 0x7e, 0x78, 0x7e, 0x78, 0x78, 0x78, 0x72, 0x72, 0x72, 0x78, 0x6d, 0x72, 0x6c, 0x6d, 0x6c, 0x6d, 0x68, 0x68, 0x68, 0x68, 0x66, 0x68, 0x61, 0x5f, 0x61, 0x5b, 0x61, 0x5b, 0x5b, 0x5b, 0x5b, 0x56, 0x54, 0x57, 0x56, 0x54, 0x54, 0x51, 0x51, 0x51, 0x4e, 0x50, 0x4e, 0x4e, 0x4e, 0x4d, 0x49, 0x4e, 0x49, 0x49, 0x47, 0x49, 0x44, 0x44, 0x40, 0x44, 0x40, 0x40, 0x39, 0x40, 0x39, 0x40, 0x3b, 0x3e, 0x39, 0x40, 0x3e, 0x3b, 0x3b, 0x3b, 0x38, 0x39, 0x3b, 0x38, 0x3b, 0x38, 0x33, 0x33, 0x38, 0x33, 0x32, 0x33, 0x33, 0x33, 0x32, 0x2b, 0x32, 0x32, 0x33, 0x29, 0x32, 0x29, 0x32, 0x29, 0x32, 0x30, 0x32, 0x32, 0x32, 0x29, 0x29, 0x32, 0x29, 0x32, 0x29, 0x29, 0x29, 0x29, 0x32, 0x29, 0x32, 0x29, 0x30, 0x29, 0x30, 0x29, 0x30, 0x29, 0x30, 0x29, 0x32, 0x29, 0x32, 0x29, 0x30, 0x30, 0x30, 0x29, 0x32, 0x30, 0x32, 0x30, 0x30, 0x32, 0x30, 0x32, 0x30, 0x32, 0x32, 0x30, 0x38, 0x30, 0x38, 0x30, 0x38, 0x32, 0x38, 0x38, 0x38, 0x3d, 0x38, 0x3d, 0x3d, 0x3d, 0x32, 0x38, 0x30, 0x30, 0x38, 0x3d, 0x38, 0x3d, 0x3e, 0x43, 0x47, 0x47, 0x47, 0x4d, 0x49, 0x4d, 0x4d, 0x50, 0x70, 0x0f, 0x01, 0x0e, 0x8e, 0x57, 0x5c, 0x5f, 0x61, 0x61, 0x61, 0x61, 0x61, 0x5f, 0x68, 0x66, 0x68, 0x66, 0x70, 0x66, 0x70, 0x70, 0x70, 0x70, 0x70, 0x70, 0x70, 0x70, 0x70, 0x79, 0x79, 0x79, 0x79, 0x81, 0x81, 0x81, 0x85, 0x85, 0x85, 0x85, 0x85, 0x85, 0x8e, 0x8e, 0x8d, 0x8e, 0x95, 0x95, 0x95, 0x95, 0x98, 0x98, 0x98, 0x98, 0x9c, 0x9c, 0x9c, 0x9c, 0x9f, 0xa2, 0xa5, 0xa2, 0xa5, 0xa5, 0xac, 0xac, 0xac, 0xa2, 0xac, 0xab, 0xaf, 0xab, 0xb2, 0xaf, 0xb4, 0xb2, 0xb4, 0xaf, 0xb4, 0xaf, 0xb4, 0xb7, 0xb4, 0xb7, 0xb4, 0xb7, 0xba, 0xb8, 0xba, 0xb8, 0xb8, 0xb8, 0xb8, 0xb8, 0xb5, 0xb7, 0xb5, 0xb5, 0xb6, 0xb5, 0xb1, 0xb5, 0xb1, 0xb1, 0xb1, 0xb1, 0xaa, 0xb1, 0xaa, 0xaa, 0xaa, 0xa8, 0xaa, 0xa8, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa0, 0xa0, 0xa0, 0xa0, 0x9a, 0x9f, 0x99, 0x9a, 0x99, 0x99, 0x92, 0x91, 0x91, 0x91, 0x8c, 0x91, 0x8c, 0x8c, 0x88, 0x83, 0x82, 0x83, 0x7e, 0x7e, 0x7e, 0x7e, 0x78, 0x78, 0x78, 0x7a, 0x78, 0x78, 0x72, 0x78, 0x72, 0x6d, 0x72, 0x6d, 0x6c, 0x6c, 0x6c, 0x6d, 0x68, 0x68, 0x68, 0x68, 0x68, 0x61, 0x5f, 0x61, 0x5f, 0x61, 0x5b, 0x5f, 0x5b, 0x5b, 0x5b, 0x54, 0x56, 0x56, 0x54, 0x54, 0x54, 0x54, 0x51, 0x50, 0x51, 0x4e, 0x4e, 0x4e, 0x4e, 0x49, 0x4d, 0x49, 0x49, 0x49, 0x49, 0x49, 0x44, 0x44, 0x49, 0x40, 0x40, 0x40, 0x40, 0x40, 0x3e, 0x40, 0x3e, 0x39, 0x3b, 0x39, 0x3e, 0x39, 0x38, 0x33, 0x3b, 0x33, 0x39, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x32, 0x33, 0x32, 0x32, 0x32, 0x29, 0x32, 0x29, 0x29, 0x32, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x30, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x30, 0x29, 0x29, 0x29, 0x29, 0x29, 0x30, 0x29, 0x30, 0x29, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x32, 0x30, 0x32, 0x30, 0x30, 0x30, 0x30, 0x38, 0x30, 0x3d, 0x30, 0x38, 0x30, 0x3d, 0x38, 0x38, 0x38, 0x38, 0x30, 0x32, 0x38, 0x30, 0x38, 0x38, 0x3d, 0x3e, 0x43, 0x43, 0x47, 0x47, 0x4d, 0x47, 0x50, 0x4d, 0x53, 0x74, 0x09, 0x01, 0x18, 0x81, 0x56, 0x61, 0x5c, 0x61, 0x5f, 0x61, 0x61, 0x66, 0x61, 0x66, 0x68, 0x66, 0x68, 0x66, 0x70, 0x70, 0x66, 0x70, 0x70, 0x70, 0x70, 0x70, 0x70, 0x70, 0x70, 0x79, 0x79, 0x79, 0x79, 0x85, 0x81, 0x85, 0x85, 0x85, 0x85, 0x8e, 0x85, 0x8e, 0x85, 0x8e, 0x95, 0x8e, 0x95, 0x95, 0x95, 0x98, 0x95, 0x9c, 0x98, 0x9c, 0x98, 0x9c, 0x9c, 0x9c, 0xa2, 0x9f, 0xa2, 0xa5, 0xa5, 0xa5, 0xac, 0xa5, 0xac, 0xac, 0xaf, 0xab, 0xaf, 0xab, 0xb2, 0xaf, 0xb4, 0xb2, 0xb4, 0xb2, 0xb4, 0xb4, 0xb4, 0xb7, 0xb4, 0xb7, 0xb7, 0xb8, 0xbb, 0xb8, 0xb8, 0xb8, 0xb8, 0xb5, 0xb8, 0xb5, 0xb6, 0xb5, 0xb6, 0xb5, 0xb6, 0xb1, 0xb1, 0xb2, 0xb1, 0xb2, 0xaa, 0xb1, 0xaa, 0xb1, 0xaa, 0xa8, 0xaa, 0xa8, 0xaa, 0xa3, 0xa8, 0x9d, 0xa3, 0xa0, 0xa0, 0xa0, 0xa0, 0xa0, 0x99, 0xa0, 0x9a, 0x9a, 0x91, 0x9a, 0x91, 0x91, 0x9a, 0x91, 0x91, 0x8c, 0x8c, 0x8c, 0x88, 0x88, 0x83, 0x88, 0x7e, 0x83, 0x7e, 0x7e, 0x7e, 0x7e, 0x7e, 0x78, 0x78, 0x78, 0x78, 0x72, 0x72, 0x72, 0x70, 0x6d, 0x6c, 0x6d, 0x6c, 0x6c, 0x68, 0x68, 0x68, 0x66, 0x61, 0x61, 0x5f, 0x5f, 0x5f, 0x5f, 0x5b, 0x5b, 0x5b, 0x5b, 0x56, 0x57, 0x56, 0x54, 0x51, 0x54, 0x51, 0x54, 0x51, 0x50, 0x4e, 0x4e, 0x4e, 0x4e, 0x4d, 0x4e, 0x49, 0x4e, 0x47, 0x49, 0x47, 0x44, 0x47, 0x44, 0x44, 0x40, 0x40, 0x39, 0x40, 0x3e, 0x39, 0x3b, 0x39, 0x39, 0x40, 0x3b, 0x3b, 0x38, 0x33, 0x3b, 0x33, 0x33, 0x33, 0x32, 0x33, 0x32, 0x33, 0x32, 0x2b, 0x32, 0x32, 0x33, 0x29, 0x2b, 0x29, 0x32, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x25, 0x29, 0x25, 0x25, 0x25, 0x25, 0x25, 0x29, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x12, 0x12, 0x25, 0x25, 0x12, 0x29, 0x12, 0x29, 0x12, 0x29, 0x12, 0x29, 0x12, 0x29, 0x12, 0x29, 0x29, 0x29, 0x29, 0x12, 0x30, 0x29, 0x30, 0x30, 0x29, 0x32, 0x30, 0x32, 0x30, 0x32, 0x30, 0x32, 0x30, 0x30, 0x38, 0x30, 0x38, 0x32, 0x38, 0x38, 0x38, 0x38, 0x38, 0x30, 0x32, 0x30, 0x30, 0x38, 0x30, 0x32, 0x3d, 0x43, 0x43, 0x43, 0x43, 0x47, 0x47, 0x47, 0x4d, 0x4e, 0x56, 0x67, 0x02, 0x01, 0x50, 0x67, 0x56, 0x5c, 0x5f, 0x61, 0x61, 0x61, 0x61, 0x60, 0x68, 0x61, 0x68, 0x68, 0x68, 0x66, 0x6c, 0x6c, 0x70, 0x66, 0x70, 0x70, 0x70, 0x70, 0x70, 0x79, 0x70, 0x79, 0x79, 0x79, 0x79, 0x79, 0x85, 0x79, 0x85, 0x85, 0x85, 0x85, 0x85, 0x85, 0x8e, 0x8e, 0x85, 0x95, 0x95, 0x95, 0x98, 0x95, 0x98, 0x95, 0x98, 0x9c, 0x9c, 0x9c, 0x9c, 0x9c, 0x9c, 0x9f, 0xa5, 0xa2, 0xa2, 0xa5, 0xa5, 0xac, 0xa5, 0xac, 0xab, 0xaf, 0xab, 0xaf, 0xb2, 0xaf, 0xb4, 0xaf, 0xb2, 0xb4, 0xb4, 0xb4, 0xb7, 0xb4, 0xb7, 0xb4, 0xb7, 0xb8, 0xba, 0xb8, 0xb7, 0xb6, 0xb8, 0xb8, 0xb5, 0xb8, 0xb5, 0xb5, 0xb6, 0xb5, 0xb5, 0xb1, 0xb1, 0xb2, 0xb1, 0xab, 0xb1, 0xab, 0xaa, 0xab, 0xaa, 0xa8, 0xa8, 0xa6, 0xa8, 0xa6, 0xa3, 0xa3, 0xa3, 0xa0, 0xa0, 0xa0, 0xa0, 0x99, 0xa0, 0x99, 0x9a, 0x99, 0x99, 0x99, 0x91, 0x91, 0x91, 0x91, 0x8c, 0x8d, 0x8c, 0x88, 0x82, 0x83, 0x83, 0x83, 0x83, 0x7e, 0x7e, 0x7e, 0x7e, 0x78, 0x78, 0x78, 0x78, 0x78, 0x72, 0x78, 0x72, 0x6d, 0x72, 0x6c, 0x6c, 0x6c, 0x6c, 0x68, 0x68, 0x68, 0x5f, 0x61, 0x61, 0x5f, 0x61, 0x5f, 0x5b, 0x5b, 0x5b, 0x57, 0x5b, 0x57, 0x56, 0x54, 0x54, 0x54, 0x51, 0x51, 0x50, 0x51, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x49, 0x4e, 0x49, 0x49, 0x49, 0x44, 0x44, 0x47, 0x44, 0x44, 0x40, 0x40, 0x40, 0x40, 0x39, 0x40, 0x39, 0x3b, 0x3b, 0x3b, 0x3b, 0x3b, 0x33, 0x3b, 0x33, 0x38, 0x33, 0x33, 0x32, 0x33, 0x33, 0x32, 0x2b, 0x32, 0x2b, 0x32, 0x2b, 0x29, 0x2b, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x25, 0x26, 0x29, 0x25, 0x26, 0x29, 0x25, 0x29, 0x25, 0x29, 0x25, 0x25, 0x29, 0x25, 0x29, 0x12, 0x29, 0x12, 0x29, 0x25, 0x25, 0x25, 0x25, 0x25, 0x12, 0x25, 0x29, 0x12, 0x29, 0x12, 0x29, 0x25, 0x29, 0x25, 0x29, 0x12, 0x29, 0x12, 0x29, 0x12, 0x29, 0x12, 0x30, 0x12, 0x29, 0x12, 0x29, 0x29, 0x29, 0x29, 0x30, 0x29, 0x30, 0x30, 0x30, 0x29, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x38, 0x30, 0x32, 0x30, 0x38, 0x30, 0x38, 0x30, 0x32, 0x30, 0x38, 0x30, 0x32, 0x38, 0x3d, 0x3e, 0x43, 0x43, 0x47, 0x43, 0x47, 0x4d, 0x49, 0x4d, 0x67, 0x3d, 0x01, 0x01, 0x85, 0x54, 0x5b, 0x57, 0x5c, 0x61, 0x5f, 0x61, 0x61, 0x61, 0x61, 0x61, 0x61, 0x68, 0x68, 0x6c, 0x66, 0x66, 0x66, 0x70, 0x70, 0x66, 0x70, 0x70, 0x70, 0x70, 0x79, 0x70, 0x79, 0x79, 0x79, 0x79, 0x79, 0x79, 0x85, 0x81, 0x85, 0x85, 0x8e, 0x85, 0x8e, 0x8e, 0x8e, 0x8e, 0x95, 0x95, 0x95, 0x95, 0x95, 0x98, 0x98, 0x98, 0x9c, 0x9c, 0x9c, 0x9c, 0x9c, 0xa2, 0x9f, 0xa2, 0xa2, 0xa5, 0xac, 0xa5, 0xac, 0xac, 0xac, 0xaf, 0xaf, 0xab, 0xaf, 0xb2, 0xaf, 0xb4, 0xb4, 0xb4, 0xb4, 0xb4, 0xb4, 0xb4, 0xb7, 0xb7, 0xb7, 0xb8, 0xb7, 0xb8, 0xb7, 0xb8, 0xb5, 0xb5, 0xb8, 0xb5, 0xb6, 0xb5, 0xb5, 0xb1, 0xb1, 0xb1, 0xb2, 0xb1, 0xab, 0xb1, 0xa8, 0xb2, 0xa8, 0xa8, 0xa8, 0xa8, 0xa3, 0xa3, 0xa3, 0xa8, 0xa3, 0xa0, 0xa0, 0xa0, 0xa0, 0x99, 0x9f, 0x99, 0x99, 0x99, 0x99, 0x91, 0x99, 0x91, 0x91, 0x91, 0x91, 0x91, 0x8c, 0x8d, 0x8c, 0x88, 0x83, 0x83, 0x7e, 0x83, 0x7e, 0x85, 0x78, 0x7e, 0x78, 0x7e, 0x78, 0x78, 0x78, 0x72, 0x72, 0x6c, 0x72, 0x6c, 0x68, 0x6c, 0x68, 0x6c, 0x66, 0x68, 0x68, 0x61, 0x66, 0x5f, 0x5f, 0x61, 0x5b, 0x5b, 0x5b, 0x5b, 0x5b, 0x57, 0x56, 0x54, 0x54, 0x54, 0x54, 0x51, 0x51, 0x50, 0x50, 0x51, 0x4e, 0x4e, 0x4e, 0x4d, 0x4e, 0x49, 0x47, 0x49, 0x49, 0x44, 0x47, 0x44, 0x47, 0x40, 0x44, 0x40, 0x40, 0x39, 0x3e, 0x3b, 0x3b, 0x39, 0x38, 0x33, 0x3b, 0x38, 0x38, 0x33, 0x32, 0x32, 0x2b, 0x32, 0x33, 0x32, 0x33, 0x29, 0x33, 0x29, 0x32, 0x29, 0x32, 0x29, 0x29, 0x29, 0x29, 0x26, 0x29, 0x29, 0x29, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x12, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x20, 0x20, 0x25, 0x20, 0x12, 0x12, 0x12, 0x12, 0x25, 0x25, 0x25, 0x25, 0x20, 0x29, 0x12, 0x29, 0x12, 0x25, 0x12, 0x29, 0x12, 0x29, 0x12, 0x25, 0x12, 0x12, 0x29, 0x12, 0x29, 0x29, 0x29, 0x29, 0x29, 0x30, 0x29, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x38, 0x30, 0x38, 0x30, 0x38, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x38, 0x32, 0x3d, 0x43, 0x43, 0x43, 0x47, 0x43, 0x47, 0x47, 0x49, 0x4d, 0x67, 0x20, 0x00, 0x0e, 0x81, 0x56, 0x57, 0x5c, 0x61, 0x5b, 0x61, 0x61, 0x61, 0x61, 0x61, 0x66, 0x61, 0x68, 0x66, 0x66, 0x5f, 0x5e, 0x66, 0x70, 0x6c, 0x70, 0x70, 0x70, 0x70, 0x70, 0x70, 0x79, 0x79, 0x79, 0x79, 0x79, 0x79, 0x81, 0x79, 0x81, 0x85, 0x85, 0x85, 0x85, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x8e, 0x95, 0x95, 0x98, 0x95, 0x98, 0x98, 0x9c, 0x9c, 0x9c, 0x9c, 0x9c, 0x9f, 0xa5, 0xa2, 0xa2, 0xa5, 0xa5, 0xac, 0xa5, 0xac, 0xab, 0xab, 0xab, 0xaf, 0xb2, 0xaf, 0xb4, 0xaf, 0xb2, 0xb4, 0xb2, 0xb7, 0xb4, 0xb7, 0xb4, 0xb4, 0xb7, 0xb8, 0xba, 0xb5, 0xbb, 0xb5, 0xb8, 0xb7, 0xb5, 0xb5, 0xb5, 0xb5, 0xb5, 0xb1, 0xb1, 0xb2, 0xb1, 0xab, 0xb1, 0xaa, 0xab, 0xa8, 0xa8, 0xab, 0xa8, 0xa8, 0xa3, 0xa3, 0xa3, 0xa3, 0xa0, 0xa0, 0xa0, 0xa0, 0xa0, 0x99, 0x99, 0x99, 0x99, 0x99, 0x99, 0x91, 0x91, 0x91, 0x95, 0x8c, 0x95, 0x8c, 0x8d, 0x88, 0x88, 0x88, 0x83, 0x7e, 0x85, 0x7e, 0x7e, 0x78, 0x81, 0x7e, 0x78, 0x78, 0x78, 0x72, 0x72, 0x72, 0x6c, 0x72, 0x6c, 0x6c, 0x6c, 0x6c, 0x68, 0x68, 0x68, 0x66, 0x61, 0x66, 0x5f, 0x66, 0x5f, 0x5f, 0x5b, 0x5b, 0x5b, 0x56, 0x56, 0x57, 0x54, 0x51, 0x54, 0x50, 0x51, 0x51, 0x50, 0x4e, 0x4e, 0x4e, 0x4e, 0x4d, 0x4e, 0x4d, 0x49, 0x49, 0x49, 0x47, 0x49, 0x44, 0x44, 0x40, 0x43, 0x40, 0x40, 0x3e, 0x39, 0x3e, 0x3b, 0x3b, 0x3b, 0x3b, 0x38, 0x38, 0x33, 0x38, 0x32, 0x32, 0x32, 0x32, 0x32, 0x32, 0x2b, 0x30, 0x2b, 0x32, 0x29, 0x32, 0x29, 0x29, 0x29, 0x26, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x12, 0x22, 0x12, 0x25, 0x12, 0x12, 0x12, 0x20, 0x12, 0x20, 0x20, 0x20, 0x12, 0x12, 0x12, 0x12, 0x22, 0x12, 0x25, 0x12, 0x25, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x29, 0x12, 0x29, 0x12, 0x29, 0x30, 0x29, 0x30, 0x29, 0x30, 0x29, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x32, 0x30, 0x32, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x32, 0x30, 0x32, 0x3d, 0x3e, 0x43, 0x43, 0x43, 0x47, 0x43, 0x4d, 0x49, 0x4d, 0x74, 0x0e, 0x00, 0x18, 0x74, 0x56, 0x56, 0x61, 0x5c, 0x61, 0x5f, 0x61, 0x5b, 0x5f, 0x5f, 0x61, 0x61, 0x61, 0x68, 0x5f, 0x57, 0x54, 0x66, 0x70, 0x66, 0x70, 0x66, 0x70, 0x70, 0x70, 0x70, 0x70, 0x79, 0x79, 0x79, 0x79, 0x81, 0x79, 0x81, 0x85, 0x81, 0x85, 0x85, 0x8e, 0x85, 0x8d, 0x8e, 0x85, 0x8e, 0x95, 0x8e, 0x95, 0x95, 0x98, 0x98, 0x98, 0x9c, 0x9c, 0x9c, 0x9c, 0x9c, 0xa2, 0x9f, 0xa2, 0xa2, 0xa5, 0xa5, 0xa5, 0xa5, 0xac, 0xac, 0xab, 0xac, 0xaf, 0xab, 0xb2, 0xaf, 0xb4, 0xb4, 0xb2, 0xb4, 0xb4, 0xb4, 0xb4, 0xb7, 0xb7, 0xb7, 0xb8, 0xb5, 0xb8, 0xb5, 0xb8, 0xb5, 0xb6, 0xb5, 0xb5, 0xb5, 0xb1, 0xb1, 0xb1, 0xb1, 0xab, 0xb1, 0xb1, 0xb1, 0xab, 0xaa, 0xaa, 0xa8, 0xa8, 0xa8, 0xa8, 0xa3, 0xa3, 0xa3, 0xa3, 0xa0, 0xa0, 0xa0, 0xa0, 0xa0, 0x99, 0x99, 0x99, 0x9a, 0x91, 0x91, 0x99, 0x91, 0x91, 0x91, 0x91, 0x91, 0x8c, 0x88, 0x88, 0x88, 0x83, 0x83, 0x83, 0x7e, 0x7e, 0x7e, 0x7e, 0x78, 0x7e, 0x78, 0x78, 0x72, 0x78, 0x72, 0x72, 0x70, 0x6d, 0x6d, 0x6c, 0x6c, 0x68, 0x6c, 0x68, 0x68, 0x61, 0x68, 0x61, 0x66, 0x5f, 0x5f, 0x5b, 0x5b, 0x5b, 0x57, 0x56, 0x57, 0x54, 0x54, 0x54, 0x51, 0x54, 0x50, 0x51, 0x51, 0x4e, 0x4d, 0x4e, 0x49, 0x4e, 0x47, 0x49, 0x49, 0x44, 0x47, 0x44, 0x44, 0x44, 0x40, 0x43, 0x40, 0x40, 0x3e, 0x3e, 0x3e, 0x39, 0x3b, 0x38, 0x3b, 0x3b, 0x38, 0x33, 0x38, 0x33, 0x32, 0x33, 0x32, 0x2b, 0x33, 0x29, 0x32, 0x29, 0x30, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x22, 0x20, 0x22, 0x12, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x12, 0x20, 0x25, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x29, 0x12, 0x12, 0x12, 0x12, 0x12, 0x30, 0x12, 0x29, 0x29, 0x29, 0x29, 0x30, 0x29, 0x30, 0x30, 0x30, 0x30, 0x32, 0x30, 0x38, 0x30, 0x29, 0x29, 0x29, 0x29, 0x30, 0x30, 0x30, 0x32, 0x3d, 0x43, 0x3e, 0x43, 0x43, 0x47, 0x47, 0x49, 0x47, 0x50, 0x67, 0x08, 0x00, 0x57, 0x67, 0x56, 0x56, 0x56, 0x61, 0x56, 0x61, 0x5b, 0x61, 0x5b, 0x5f, 0x5f, 0x61, 0x61, 0x5f, 0x5e, 0x50, 0x51, 0x70, 0x66, 0x70, 0x66, 0x70, 0x70, 0x70, 0x70, 0x70, 0x70, 0x79, 0x70, 0x79, 0x79, 0x79, 0x79, 0x81, 0x79, 0x81, 0x85, 0x85, 0x85, 0x8e, 0x8e, 0x85, 0x8e, 0x95, 0x8e, 0x95, 0x95, 0x95, 0x95, 0x95, 0x98, 0x98, 0x9c, 0x98, 0x9f, 0x9c, 0x9f, 0xa2, 0xa2, 0xa2, 0xa5, 0xa5, 0xa5, 0xac, 0xa5, 0xab, 0xac, 0xab, 0xab, 0xaf, 0xaf, 0xb2, 0xb2, 0xb2, 0xb4, 0xb2, 0xb4, 0xb4, 0xb4, 0xb4, 0xb4, 0xb4, 0xb8, 0xb8, 0xb7, 0xb8, 0xb5, 0xb5, 0xb5, 0xb5, 0xb5, 0xb1, 0xb1, 0xb1, 0xb5, 0xb2, 0xb2, 0xb1, 0xaa, 0xb1, 0xa8, 0xaa, 0xaa, 0xa8, 0xa6, 0xa8, 0xa3, 0xa3, 0xa0, 0xa3, 0xa3, 0xa0, 0xa0, 0xa0, 0xa0, 0x9a, 0x99, 0x99, 0x99, 0x91, 0x99, 0x91, 0x91, 0x91, 0x91, 0x8c, 0x8c, 0x8c, 0x88, 0x83, 0x88, 0x88, 0x83, 0x83, 0x83, 0x7e, 0x83, 0x78, 0x81, 0x78, 0x7e, 0x78, 0x78, 0x72, 0x72, 0x72, 0x72, 0x6c, 0x72, 0x6c, 0x6c, 0x68, 0x6c, 0x68, 0x68, 0x61, 0x61, 0x66, 0x5f, 0x5f, 0x5b, 0x5b, 0x5b, 0x5b, 0x57, 0x57, 0x56, 0x54, 0x54, 0x54, 0x50, 0x54, 0x50, 0x50, 0x51, 0x4e, 0x4e, 0x4e, 0x4d, 0x49, 0x49, 0x47, 0x44, 0x47, 0x44, 0x44, 0x43, 0x44, 0x40, 0x43, 0x40, 0x3e, 0x40, 0x3b, 0x3b, 0x39, 0x3b, 0x3b, 0x38, 0x38, 0x33, 0x33, 0x32, 0x32, 0x32, 0x32, 0x2b, 0x32, 0x32, 0x32, 0x32, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x26, 0x29, 0x29, 0x29, 0x25, 0x25, 0x25, 0x21, 0x25, 0x25, 0x25, 0x25, 0x25, 0x20, 0x25, 0x25, 0x25, 0x22, 0x25, 0x22, 0x25, 0x22, 0x25, 0x20, 0x20, 0x20, 0x20, 0x25, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x25, 0x29, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x29, 0x29, 0x30, 0x29, 0x29, 0x29, 0x30, 0x29, 0x30, 0x29, 0x30, 0x30, 0x30, 0x30, 0x32, 0x29, 0x29, 0x30, 0x29, 0x30, 0x30, 0x30, 0x32, 0x3d, 0x3e, 0x3e, 0x43, 0x43, 0x44, 0x47, 0x45, 0x4d, 0x4d, 0x59, 0x01, 0x03, 0x74, 0x51, 0x51, 0x56, 0x56, 0x56, 0x61, 0x56, 0x61, 0x56, 0x5b, 0x61, 0x5b, 0x5f, 0x61, 0x5f, 0x54, 0x47, 0x57, 0x6c, 0x66, 0x66, 0x70, 0x66, 0x70, 0x70, 0x70, 0x70, 0x70, 0x70, 0x79, 0x79, 0x79, 0x79, 0x81, 0x79, 0x85, 0x81, 0x81, 0x85, 0x85, 0x85, 0x85, 0x8e, 0x8e, 0x8e, 0x95, 0x95, 0x8e, 0x95, 0x98, 0x95, 0x98, 0x98, 0x98, 0x9f, 0x98, 0x9f, 0x9f, 0xa2, 0x9f, 0xa2, 0xa5, 0xa5, 0xa5, 0xa5, 0xa5, 0xab, 0xab, 0xac, 0xab, 0xaf, 0xaf, 0xb2, 0xaf, 0xb4, 0xb2, 0xb4, 0xb4, 0xb4, 0xb2, 0xb4, 0xb4, 0xb7, 0xb8, 0xb5, 0xb8, 0xb5, 0xb5, 0xb6, 0xb5, 0xb6, 0xb5, 0xb1, 0xb5, 0xb1, 0xb1, 0xb1, 0xa8, 0xb2, 0xaa, 0xab, 0xab, 0xab, 0xa8, 0xa8, 0xa8, 0xa3, 0xa3, 0xa3, 0xa5, 0xa0, 0xa0, 0xa0, 0xa0, 0x99, 0x99, 0x99, 0x99, 0x99, 0x99, 0x99, 0x91, 0x91, 0x91, 0x91, 0x8c, 0x8c, 0x8d, 0x88, 0x88, 0x88, 0x83, 0x83, 0x83, 0x83, 0x7e, 0x81, 0x7e, 0x7e, 0x78, 0x78, 0x78, 0x78, 0x78, 0x72, 0x72, 0x72, 0x6c, 0x6c, 0x6c, 0x6c, 0x68, 0x6c, 0x68, 0x68, 0x66, 0x61, 0x5f, 0x5f, 0x5f, 0x5e, 0x57, 0x5b, 0x57, 0x5b, 0x57, 0x57, 0x57, 0x57, 0x51, 0x51, 0x51, 0x50, 0x50, 0x4e, 0x50, 0x4e, 0x4e, 0x4d, 0x49, 0x49, 0x47, 0x44, 0x47, 0x44, 0x47, 0x43, 0x44, 0x40, 0x40, 0x40, 0x3e, 0x40, 0x3b, 0x3b, 0x3b, 0x3b, 0x3b, 0x33, 0x38, 0x33, 0x33, 0x32, 0x32, 0x32, 0x2b, 0x29, 0x32, 0x32, 0x32, 0x32, 0x29, 0x29, 0x29, 0x29, 0x29, 0x25, 0x29, 0x25, 0x29, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x20, 0x22, 0x20, 0x22, 0x20, 0x25, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x1d, 0x20, 0x1d, 0x20, 0x20, 0x20, 0x1d, 0x20, 0x1d, 0x20, 0x1d, 0x20, 0x1d, 0x1d, 0x1d, 0x20, 0x1d, 0x1d, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x29, 0x29, 0x30, 0x30, 0x12, 0x30, 0x29, 0x30, 0x30, 0x29, 0x30, 0x30, 0x29, 0x29, 0x12, 0x29, 0x29, 0x30, 0x2c, 0x30, 0x38, 0x3d, 0x3e, 0x3d, 0x3e, 0x43, 0x44, 0x44, 0x47, 0x47, 0x59, 0x43, 0x00, 0x08, 0x81, 0x51, 0x56, 0x56, 0x56, 0x56, 0x56, 0x56, 0x56, 0x56, 0x5f, 0x56, 0x5b, 0x5f, 0x5b, 0x5e, 0x4d, 0x43, 0x57, 0x70, 0x66, 0x70, 0x66, 0x66, 0x66, 0x70, 0x70, 0x70, 0x70, 0x70, 0x79, 0x79, 0x79, 0x79, 0x79, 0x81, 0x79, 0x81, 0x85, 0x81, 0x85, 0x85, 0x8e, 0x85, 0x8e, 0x8d, 0x8e, 0x8e, 0x8e, 0x95, 0x95, 0x95, 0x98, 0x98, 0x98, 0x98, 0x9c, 0x9f, 0x9c, 0x9f, 0x9c, 0x9f, 0xa5, 0xa5, 0xa5, 0xac, 0xac, 0xac, 0xab, 0xac, 0xab, 0xaf, 0xab, 0xaf, 0xb2, 0xb2, 0xb4, 0xb2, 0xb2, 0xb4, 0xb4, 0xb4, 0xb7, 0xb4, 0xb5, 0xb8, 0xb5, 0xb5, 0xb5, 0xb5, 0xb5, 0xb5, 0xb1, 0xb1, 0xb1, 0xb1, 0xb1, 0xab, 0xb1, 0xab, 0xb1, 0xa8, 0xab, 0xab, 0xaa, 0xa3, 0xa8, 0xa0, 0xa3, 0xa0, 0x9f, 0xa5, 0xa0, 0xa0, 0x9f, 0x99, 0x99, 0x99, 0x99, 0x98, 0x91, 0x99, 0x91, 0x91, 0x8d, 0x8c, 0x8d, 0x8d, 0x88, 0x88, 0x83, 0x88, 0x83, 0x83, 0x7e, 0x81, 0x81, 0x7e, 0x78, 0x78, 0x79, 0x78, 0x79, 0x78, 0x72, 0x70, 0x72, 0x6c, 0x6d, 0x6c, 0x6c, 0x6c, 0x68, 0x66, 0x68, 0x66, 0x61, 0x5f, 0x5f, 0x5f, 0x5b, 0x57, 0x5b, 0x57, 0x56, 0x57, 0x54, 0x57, 0x54, 0x54, 0x50, 0x51, 0x50, 0x50, 0x4d, 0x4d, 0x4e, 0x4e, 0x4d, 0x4d, 0x49, 0x47, 0x44, 0x43, 0x44, 0x44, 0x43, 0x40, 0x43, 0x40, 0x3e, 0x3e, 0x3e, 0x3b, 0x3b, 0x3b, 0x3b, 0x33, 0x33, 0x38, 0x32, 0x32, 0x32, 0x32, 0x29, 0x32, 0x29, 0x32, 0x29, 0x29, 0x2b, 0x29, 0x29, 0x29, 0x29, 0x29, 0x25, 0x29, 0x25, 0x29, 0x25, 0x25, 0x25, 0x22, 0x22, 0x25, 0x22, 0x20, 0x20, 0x1e, 0x20, 0x22, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x1e, 0x20, 0x1e, 0x20, 0x11, 0x11, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x11, 0x1d, 0x11, 0x1d, 0x1d, 0x1d, 0x1d, 0x20, 0x11, 0x20, 0x11, 0x20, 0x11, 0x11, 0x20, 0x11, 0x20, 0x20, 0x20, 0x20, 0x20, 0x1d, 0x12, 0x20, 0x20, 0x20, 0x20, 0x12, 0x25, 0x12, 0x25, 0x12, 0x25, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x30, 0x29, 0x30, 0x12, 0x30, 0x29, 0x30, 0x29, 0x12, 0x29, 0x29, 0x29, 0x30, 0x29, 0x30, 0x2c, 0x38, 0x3d, 0x3d, 0x3e, 0x3e, 0x43, 0x40, 0x47, 0x45, 0x47, 0x67, 0x18, 0x00, 0x18, 0x74, 0x51, 0x56, 0x56, 0x56, 0x56, 0x56, 0x56, 0x56, 0x56, 0x5b, 0x56, 0x56, 0x57, 0x5e, 0x54, 0x47, 0x3b, 0x57, 0x72, 0x66, 0x66, 0x66, 0x70, 0x66, 0x70, 0x70, 0x70, 0x70, 0x70, 0x79, 0x79, 0x79, 0x79, 0x81, 0x79, 0x81, 0x81, 0x81, 0x85, 0x85, 0x85, 0x85, 0x8e, 0x8e, 0x8e, 0x8d, 0x8e, 0x8e, 0x8e, 0x95, 0x98, 0x95, 0x98, 0x98, 0x9c, 0x99, 0x9c, 0x9f, 0x9c, 0x9f, 0xa2, 0xa5, 0xa5, 0xa5, 0xac, 0xa5, 0xab, 0xac, 0xab, 0xac, 0xab, 0xaf, 0xb2, 0xab, 0xb4, 0xb2, 0xb4, 0xb2, 0xb4, 0xb2, 0xb4, 0xb4, 0xb7, 0xb7, 0xb6, 0xb7, 0xb5, 0xb5, 0xb5, 0xb5, 0xb5, 0xb5, 0xb1, 0xb2, 0xb1, 0xb1, 0xab, 0xb1, 0xab, 0xaa, 0xab, 0xab, 0xa8, 0xa8, 0xa8, 0xa5, 0xa3, 0xa3, 0xa0, 0xa3, 0xa0, 0x99, 0xa0, 0x99, 0x99, 0x99, 0x99, 0x99, 0x98, 0x91, 0x99, 0x91, 0x91, 0x91, 0x8d, 0x8c, 0x88, 0x88, 0x88, 0x88, 0x83, 0x83, 0x7e, 0x7e, 0x7e, 0x81, 0x78, 0x7e, 0x78, 0x78, 0x78, 0x72, 0x72, 0x72, 0x6c, 0x72, 0x6c, 0x6c, 0x68, 0x6c, 0x68, 0x68, 0x66, 0x61, 0x61, 0x5f, 0x5f, 0x5f, 0x5f, 0x5b, 0x5b, 0x57, 0x56, 0x57, 0x57, 0x57, 0x54, 0x54, 0x51, 0x51, 0x4e, 0x51, 0x4e, 0x4e, 0x4d, 0x49, 0x4d, 0x49, 0x49, 0x47, 0x44, 0x44, 0x44, 0x43, 0x44, 0x40, 0x43, 0x40, 0x3e, 0x3e, 0x3b, 0x3b, 0x39, 0x3b, 0x38, 0x32, 0x3b, 0x32, 0x33, 0x32, 0x33, 0x32, 0x2b, 0x32, 0x29, 0x32, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x25, 0x25, 0x29, 0x25, 0x22, 0x25, 0x22, 0x25, 0x22, 0x25, 0x25, 0x1e, 0x25, 0x22, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x1d, 0x1e, 0x1d, 0x20, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x20, 0x1d, 0x1d, 0x20, 0x11, 0x1d, 0x11, 0x1d, 0x11, 0x1d, 0x11, 0x20, 0x11, 0x1d, 0x1d, 0x11, 0x1d, 0x20, 0x1d, 0x20, 0x11, 0x20, 0x11, 0x20, 0x11, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x12, 0x20, 0x12, 0x20, 0x12, 0x12, 0x12, 0x12, 0x12, 0x29, 0x12, 0x29, 0x29, 0x12, 0x29, 0x29, 0x30, 0x30, 0x29, 0x30, 0x29, 0x29, 0x12, 0x29, 0x12, 0x29, 0x29, 0x30, 0x30, 0x38, 0x3d, 0x3b, 0x3d, 0x43, 0x3d, 0x47, 0x40, 0x47, 0x44, 0x74, 0x08, 0x00, 0x59, 0x57, 0x51, 0x56, 0x56, 0x56, 0x56, 0x54, 0x56, 0x56, 0x56, 0x56, 0x57, 0x56, 0x57, 0x56, 0x50, 0x3d, 0x38, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x70, 0x70, 0x70, 0x70, 0x70, 0x79, 0x70, 0x79, 0x79, 0x79, 0x81, 0x79, 0x81, 0x81, 0x81, 0x85, 0x85, 0x85, 0x85, 0x85, 0x8d, 0x8e, 0x8d, 0x8e, 0x95, 0x95, 0x95, 0x95, 0x98, 0x98, 0x98, 0x98, 0x9c, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0xa5, 0xa5, 0xa5, 0xa5, 0xac, 0xac, 0xac, 0xac, 0xab, 0xaf, 0xab, 0xaf, 0xb2, 0xb4, 0xb2, 0xb2, 0xb4, 0xb7, 0xb2, 0xb7, 0xb4, 0xb8, 0xb7, 0xb5, 0xb5, 0xb5, 0xb1, 0xb5, 0xb5, 0xb1, 0xb1, 0xb1, 0xb2, 0xb1, 0xab, 0xb1, 0xb1, 0xaa, 0xab, 0xa8, 0xa8, 0xa5, 0xa8, 0xa3, 0xa3, 0xa3, 0xa3, 0xa0, 0xa0, 0xa0, 0x9f, 0x99, 0x9f, 0x99, 0x99, 0x99, 0x91, 0x91, 0x99, 0x8d, 0x91, 0x8d, 0x8c, 0x88, 0x88, 0x88, 0x88, 0x83, 0x7e, 0x83, 0x7e, 0x7e, 0x7e, 0x78, 0x7e, 0x78, 0x78, 0x78, 0x72, 0x72, 0x72, 0x72, 0x70, 0x6c, 0x6c, 0x6c, 0x68, 0x6c, 0x68, 0x68, 0x61, 0x66, 0x5f, 0x61, 0x5f, 0x5b, 0x5e, 0x5b, 0x5e, 0x57, 0x5b, 0x54, 0x57, 0x57, 0x51, 0x51, 0x50, 0x51, 0x50, 0x4e, 0x50, 0x4e, 0x4d, 0x4e, 0x47, 0x49, 0x43, 0x44, 0x44, 0x44, 0x43, 0x40, 0x40, 0x44, 0x3e, 0x3e, 0x3b, 0x3e, 0x38, 0x38, 0x38, 0x38, 0x38, 0x38, 0x33, 0x33, 0x32, 0x32, 0x32, 0x33, 0x32, 0x29, 0x32, 0x26, 0x29, 0x29, 0x29, 0x25, 0x25, 0x21, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x22, 0x25, 0x22, 0x25, 0x22, 0x25, 0x20, 0x1e, 0x20, 0x22, 0x20, 0x22, 0x20, 0x20, 0x1d, 0x1e, 0x1d, 0x20, 0x1d, 0x1d, 0x20, 0x1d, 0x1d, 0x1d, 0x20, 0x1d, 0x20, 0x11, 0x1d, 0x11, 0x11, 0x11, 0x1d, 0x11, 0x20, 0x1d, 0x20, 0x1d, 0x20, 0x1d, 0x20, 0x1d, 0x20, 0x11, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x12, 0x20, 0x12, 0x20, 0x12, 0x20, 0x12, 0x12, 0x12, 0x12, 0x29, 0x29, 0x12, 0x29, 0x12, 0x29, 0x30, 0x29, 0x30, 0x29, 0x29, 0x12, 0x29, 0x12, 0x30, 0x29, 0x29, 0x29, 0x32, 0x38, 0x3b, 0x3d, 0x3b, 0x3d, 0x40, 0x43, 0x40, 0x45, 0x47, 0x67, 0x03, 0x03, 0x74, 0x4b, 0x51, 0x51, 0x53, 0x56, 0x56, 0x56, 0x51, 0x56, 0x56, 0x56, 0x57, 0x54, 0x57, 0x56, 0x50, 0x12, 0x39, 0x70, 0x66, 0x66, 0x66, 0x66, 0x66, 0x70, 0x66, 0x70, 0x70, 0x70, 0x70, 0x70, 0x70, 0x79, 0x79, 0x79, 0x79, 0x81, 0x81, 0x81, 0x81, 0x81, 0x85, 0x85, 0x85, 0x8e, 0x8e, 0x8d, 0x8e, 0x95, 0x8d, 0x95, 0x95, 0x98, 0x95, 0x99, 0x98, 0x9c, 0x9c, 0x9c, 0x9f, 0xa2, 0x9f, 0xa5, 0xa0, 0xa5, 0xa5, 0xa3, 0xac, 0xa5, 0xac, 0xac, 0xab, 0xaf, 0xab, 0xb2, 0xb2, 0xb2, 0xb4, 0xb4, 0xb4, 0xb4, 0xb5, 0xb4, 0xb5, 0xb5, 0xb5, 0xb5, 0xb5, 0xb5, 0xb5, 0xb5, 0xb1, 0xb5, 0xb1, 0xb2, 0xb1, 0xab, 0xaa, 0xab, 0xaa, 0xa8, 0xab, 0xa3, 0xa8, 0xa8, 0xa8, 0xa3, 0xa3, 0xa3, 0xa0, 0xa0, 0x9f, 0xa0, 0x99, 0x99, 0x99, 0x99, 0x91, 0x99, 0x98, 0x91, 0x91, 0x91, 0x8c, 0x95, 0x8c, 0x88, 0x88, 0x83, 0x83, 0x83, 0x7e, 0x81, 0x7e, 0x7e, 0x81, 0x78, 0x78, 0x78, 0x78, 0x78, 0x72, 0x72, 0x72, 0x70, 0x72, 0x6c, 0x6c, 0x66, 0x68, 0x66, 0x68, 0x5f, 0x66, 0x5f, 0x5f, 0x5b, 0x5e, 0x5b, 0x57, 0x5b, 0x57, 0x57, 0x57, 0x57, 0x54, 0x51, 0x50, 0x51, 0x4e, 0x50, 0x4e, 0x4e, 0x49, 0x4d, 0x49, 0x49, 0x44, 0x47, 0x44, 0x44, 0x44, 0x40, 0x43, 0x40, 0x40, 0x3e, 0x3e, 0x3b, 0x3b, 0x3b, 0x38, 0x38, 0x38, 0x38, 0x32, 0x32, 0x32, 0x32, 0x33, 0x29, 0x32, 0x32, 0x29, 0x32, 0x29, 0x29, 0x26, 0x29, 0x29, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x22, 0x25, 0x20, 0x22, 0x20, 0x25, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x1d, 0x20, 0x1d, 0x1d, 0x1d, 0x20, 0x1d, 0x1d, 0x20, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x1d, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x1d, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x20, 0x11, 0x20, 0x11, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x12, 0x12, 0x12, 0x29, 0x12, 0x29, 0x12, 0x12, 0x12, 0x29, 0x29, 0x29, 0x29, 0x12, 0x12, 0x12, 0x29, 0x12, 0x29, 0x25, 0x30, 0x34, 0x38, 0x3b, 0x3d, 0x3b, 0x3e, 0x3d, 0x40, 0x40, 0x47, 0x4d, 0x59, 0x00, 0x08, 0x74, 0x51, 0x4a, 0x51, 0x51, 0x51, 0x51, 0x51, 0x56, 0x51, 0x54, 0x56, 0x51, 0x54, 0x51, 0x57, 0x43, 0x1a, 0x44, 0x70, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x70, 0x66, 0x70, 0x70, 0x70, 0x70, 0x70, 0x79, 0x79, 0x79, 0x79, 0x81, 0x79, 0x81, 0x79, 0x85, 0x85, 0x85, 0x85, 0x85, 0x88, 0x8e, 0x8d, 0x8e, 0x8e, 0x95, 0x8d, 0x95, 0x98, 0x98, 0x98, 0x98, 0x9c, 0x9c, 0x9f, 0x9f, 0xa2, 0x9f, 0xa5, 0xa5, 0xa8, 0xa5, 0xac, 0xa5, 0xac, 0xac, 0xab, 0xab, 0xaf, 0xab, 0xb2, 0xb2, 0xb2, 0xb2, 0xb2, 0xb4, 0xb4, 0xb4, 0xb5, 0xb8, 0xb5, 0xb5, 0xb5, 0xb5, 0xb1, 0xb5, 0xb1, 0xb1, 0xb1, 0xb1, 0xab, 0xaa, 0xab, 0xaa, 0xa8, 0xaa, 0xa8, 0xa8, 0xa5, 0xa8, 0xa5, 0xa3, 0xa0, 0xa0, 0xa0, 0xa0, 0xa0, 0x99, 0x9f, 0x99, 0x99, 0x99, 0x99, 0x99, 0x91, 0x91, 0x91, 0x8c, 0x8d, 0x8c, 0x8d, 0x8c, 0x83, 0x88, 0x88, 0x7e, 0x85, 0x7e, 0x78, 0x7e, 0x78, 0x81, 0x78, 0x78, 0x78, 0x72, 0x70, 0x72, 0x70, 0x6d, 0x6c, 0x6c, 0x68, 0x66, 0x68, 0x66, 0x61, 0x66, 0x5f, 0x5f, 0x5f, 0x5f, 0x5b, 0x57, 0x5b, 0x57, 0x54, 0x54, 0x51, 0x54, 0x50, 0x50, 0x51, 0x51, 0x4d, 0x49, 0x4d, 0x4e, 0x4d, 0x49, 0x47, 0x47, 0x44, 0x44, 0x43, 0x44, 0x40, 0x40, 0x3e, 0x40, 0x3e, 0x39, 0x3b, 0x3b, 0x3b, 0x38, 0x38, 0x32, 0x33, 0x32, 0x32, 0x30, 0x32, 0x2b, 0x30, 0x29, 0x32, 0x26, 0x32, 0x29, 0x29, 0x26, 0x29, 0x25, 0x25, 0x25, 0x25, 0x25, 0x22, 0x25, 0x20, 0x25, 0x25, 0x20, 0x20, 0x20, 0x1e, 0x20, 0x20, 0x20, 0x1e, 0x1d, 0x1d, 0x20, 0x1d, 0x1d, 0x11, 0x1d, 0x1d, 0x1d, 0x1d, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x1d, 0x11, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x11, 0x10, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x10, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x20, 0x11, 0x20, 0x11, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x12, 0x20, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x29, 0x29, 0x29, 0x12, 0x12, 0x12, 0x12, 0x12, 0x25, 0x29, 0x25, 0x32, 0x30, 0x38, 0x38, 0x3b, 0x38, 0x3e, 0x3e, 0x40, 0x43, 0x45, 0x59, 0x18, 0x00, 0x2f, 0x67, 0x4a, 0x51, 0x4a, 0x51, 0x4b, 0x51, 0x56, 0x51, 0x56, 0x51, 0x51, 0x54, 0x51, 0x51, 0x50, 0x3d, 0x16, 0x50, 0x70, 0x66, 0x5e, 0x66, 0x66, 0x66, 0x70, 0x66, 0x70, 0x70, 0x70, 0x6c, 0x70, 0x70, 0x79, 0x79, 0x79, 0x79, 0x79, 0x81, 0x81, 0x81, 0x85, 0x85, 0x85, 0x85, 0x85, 0x8d, 0x8e, 0x8e, 0x8d, 0x8d, 0x8d, 0x95, 0x95, 0x95, 0x99, 0x98, 0x9c, 0x9c, 0x9c, 0x9f, 0x9f, 0x9f, 0xa5, 0xa5, 0xa0, 0xa5, 0xab, 0xa5, 0xac, 0xac, 0xac, 0xab, 0xab, 0xab, 0xaf, 0xb2, 0xb2, 0xab, 0xb2, 0xb4, 0xb4, 0xb4, 0xb4, 0xb5, 0xb5, 0xb5, 0xb5, 0xb5, 0xb5, 0xb5, 0xb5, 0xb5, 0xb1, 0xb1, 0xb1, 0xb2, 0xaa, 0xab, 0xaa, 0xa8, 0xa8, 0xa8, 0xa8, 0xa3, 0xa3, 0xa3, 0xa3, 0xa0, 0xa0, 0xa0, 0xa0, 0x99, 0xa0, 0xa0, 0x99, 0x99, 0x91, 0x99, 0x91, 0x91, 0x91, 0x91, 0x91, 0x8c, 0x8d, 0x8c, 0x88, 0x88, 0x88, 0x83, 0x83, 0x7e, 0x81, 0x7e, 0x81, 0x78, 0x78, 0x72, 0x79, 0x72, 0x79, 0x72, 0x72, 0x72, 0x6c, 0x6c, 0x6c, 0x68, 0x6c, 0x66, 0x68, 0x66, 0x61, 0x5e, 0x5f, 0x5f, 0x5e, 0x5b, 0x5b, 0x57, 0x54, 0x57, 0x50, 0x57, 0x50, 0x51, 0x50, 0x50, 0x50, 0x4e, 0x4d, 0x4d, 0x4d, 0x49, 0x49, 0x47, 0x49, 0x43, 0x44, 0x43, 0x44, 0x43, 0x40, 0x3e, 0x3e, 0x40, 0x3b, 0x3b, 0x3b, 0x3b, 0x38, 0x38, 0x32, 0x38, 0x32, 0x32, 0x32, 0x32, 0x32, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x25, 0x29, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x20, 0x25, 0x20, 0x20, 0x12, 0x1e, 0x20, 0x1d, 0x1e, 0x1d, 0x1d, 0x1d, 0x20, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x11, 0x1d, 0x11, 0x1d, 0x11, 0x1d, 0x10, 0x1d, 0x11, 0x1d, 0x11, 0x1d, 0x10, 0x11, 0x10, 0x11, 0x10, 0x11, 0x10, 0x11, 0x10, 0x11, 0x10, 0x11, 0x10, 0x11, 0x10, 0x11, 0x10, 0x11, 0x11, 0x11, 0x11, 0x11, 0x10, 0x11, 0x11, 0x11, 0x11, 0x20, 0x11, 0x20, 0x11, 0x1d, 0x20, 0x20, 0x11, 0x20, 0x20, 0x20, 0x20, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x29, 0x12, 0x22, 0x12, 0x12, 0x25, 0x25, 0x29, 0x29, 0x38, 0x34, 0x3b, 0x38, 0x3d, 0x3e, 0x3e, 0x40, 0x40, 0x44, 0x74, 0x08, 0x00, 0x59, 0x50, 0x4a, 0x4b, 0x4a, 0x51, 0x51, 0x51, 0x51, 0x51, 0x51, 0x51, 0x51, 0x51, 0x51, 0x50, 0x4a, 0x20, 0x17, 0x5e, 0x68, 0x66, 0x5e, 0x5e, 0x66, 0x66, 0x66, 0x70, 0x66, 0x70, 0x70, 0x70, 0x70, 0x79, 0x70, 0x79, 0x79, 0x81, 0x79, 0x81, 0x79, 0x81, 0x81, 0x85, 0x85, 0x85, 0x85, 0x8e, 0x8d, 0x8e, 0x8e, 0x8e, 0x95, 0x95, 0x95, 0x98, 0x95, 0x98, 0x98, 0x9c, 0x9c, 0x9c, 0xa2, 0x9c, 0xa5, 0x9f, 0xa5, 0xa8, 0xa5, 0xac, 0xa5, 0xac, 0xac, 0xab, 0xab, 0xac, 0xb2, 0xab, 0xb1, 0xb2, 0xb2, 0xb2, 0xb5, 0xb4, 0xb4, 0xb5, 0xb5, 0xb5, 0xb5, 0xb4, 0xb1, 0xb5, 0xb2, 0xb2, 0xb1, 0xb2, 0xb1, 0xab, 0xab, 0xaa, 0xa8, 0xa8, 0xa8, 0xa3, 0xa8, 0xa3, 0xa3, 0xa3, 0xa5, 0xa0, 0xa0, 0xa0, 0x99, 0x9f, 0x99, 0x99, 0x99, 0x99, 0x99, 0x91, 0x91, 0x91, 0x8d, 0x91, 0x8d, 0x8d, 0x88, 0x8d, 0x88, 0x83, 0x83, 0x83, 0x83, 0x81, 0x7e, 0x81, 0x78, 0x78, 0x81, 0x78, 0x78, 0x6c, 0x72, 0x70, 0x72, 0x6c, 0x6c, 0x68, 0x6c, 0x68, 0x68, 0x68, 0x66, 0x61, 0x5f, 0x66, 0x5f, 0x5f, 0x5b, 0x5b, 0x57, 0x56, 0x57, 0x54, 0x54, 0x54, 0x54, 0x51, 0x50, 0x4e, 0x50, 0x4e, 0x4d, 0x49, 0x49, 0x47, 0x47, 0x44, 0x47, 0x44, 0x43, 0x44, 0x43, 0x40, 0x3e, 0x3e, 0x39, 0x3e, 0x3b, 0x3b, 0x3b, 0x38, 0x33, 0x38, 0x32, 0x38, 0x32, 0x33, 0x32, 0x32, 0x32, 0x29, 0x29, 0x32, 0x29, 0x29, 0x29, 0x29, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x20, 0x20, 0x20, 0x20, 0x20, 0x1e, 0x20, 0x1e, 0x20, 0x1d, 0x20, 0x1d, 0x20, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x10, 0x1d, 0x10, 0x1d, 0x11, 0x1d, 0x11, 0x1d, 0x10, 0x1d, 0x1b, 0x11, 0x11, 0x10, 0x11, 0x10, 0x11, 0x10, 0x11, 0x10, 0x11, 0x11, 0x11, 0x10, 0x11, 0x10, 0x11, 0x10, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x1d, 0x20, 0x11, 0x11, 0x11, 0x20, 0x20, 0x20, 0x20, 0x20, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x29, 0x22, 0x22, 0x25, 0x20, 0x12, 0x22, 0x12, 0x29, 0x32, 0x32, 0x32, 0x38, 0x38, 0x3b, 0x3e, 0x40, 0x40, 0x3d, 0x45, 0x67, 0x03, 0x03, 0x74, 0x44, 0x4a, 0x4a, 0x51, 0x4a, 0x53, 0x4a, 0x51, 0x4a, 0x51, 0x51, 0x51, 0x4a, 0x50, 0x4a, 0x49, 0x17, 0x10, 0x79, 0x66, 0x66, 0x5e, 0x5e, 0x66, 0x66, 0x66, 0x70, 0x66, 0x70, 0x70, 0x6c, 0x70, 0x70, 0x79, 0x70, 0x79, 0x79, 0x79, 0x81, 0x79, 0x81, 0x81, 0x81, 0x85, 0x85, 0x85, 0x85, 0x8e, 0x8e, 0x8e, 0x8d, 0x95, 0x8e, 0x95, 0x95, 0x95, 0x98, 0x98, 0x99, 0x9c, 0x9f, 0x9f, 0x9f, 0xa2, 0xa2, 0x9f, 0xa5, 0xa5, 0xa5, 0xa5, 0xa5, 0xab, 0xa8, 0xab, 0xab, 0xab, 0xb2, 0xb2, 0xb2, 0xb2, 0xb4, 0xb2, 0xb2, 0xb4, 0xb5, 0xb5, 0xb5, 0xb5, 0xb1, 0xb5, 0xb2, 0xb5, 0xb2, 0xb1, 0xb2, 0xb1, 0xab, 0xb1, 0xab, 0xa8, 0xa8, 0xa3, 0xa8, 0xa3, 0xa8, 0xa3, 0xa3, 0xa3, 0xa0, 0xa0, 0xa0, 0x9f, 0x99, 0xa0, 0x99, 0x99, 0x95, 0x99, 0x91, 0x91, 0x8d, 0x91, 0x8c, 0x8d, 0x88, 0x88, 0x88, 0x88, 0x83, 0x85, 0x7e, 0x7e, 0x78, 0x81, 0x78, 0x78, 0x78, 0x79, 0x72, 0x72, 0x72, 0x70, 0x72, 0x6d, 0x6c, 0x68, 0x6c, 0x68, 0x6c, 0x61, 0x66, 0x61, 0x5f, 0x5f, 0x5e, 0x5b, 0x5b, 0x5b, 0x57, 0x54, 0x57, 0x54, 0x57, 0x50, 0x51, 0x51, 0x50, 0x50, 0x4d, 0x4e, 0x4d, 0x4d, 0x49, 0x47, 0x47, 0x47, 0x47, 0x40, 0x44, 0x40, 0x43, 0x40, 0x40, 0x3e, 0x3b, 0x3e, 0x3b, 0x3b, 0x38, 0x38, 0x33, 0x32, 0x33, 0x32, 0x32, 0x32, 0x29, 0x32, 0x29, 0x2b, 0x29, 0x29, 0x29, 0x26, 0x29, 0x25, 0x25, 0x25, 0x25, 0x22, 0x25, 0x22, 0x25, 0x20, 0x20, 0x20, 0x1e, 0x20, 0x1d, 0x1e, 0x1d, 0x20, 0x1d, 0x20, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x10, 0x11, 0x11, 0x1d, 0x11, 0x10, 0x11, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x11, 0x10, 0x11, 0x10, 0x11, 0x10, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x1d, 0x11, 0x11, 0x20, 0x1d, 0x11, 0x11, 0x20, 0x20, 0x20, 0x20, 0x22, 0x12, 0x12, 0x20, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x22, 0x12, 0x22, 0x12, 0x20, 0x12, 0x22, 0x29, 0x32, 0x32, 0x34, 0x38, 0x38, 0x3b, 0x3b, 0x3e, 0x3e, 0x45, 0x43, 0x50, 0x00, 0x14, 0x74, 0x4a, 0x4e, 0x4a, 0x4b, 0x4a, 0x51, 0x4a, 0x51, 0x4a, 0x50, 0x4a, 0x51, 0x4a, 0x49, 0x49, 0x43, 0x13, 0x25, 0x79, 0x5f, 0x66, 0x5e, 0x5e, 0x5e, 0x66, 0x66, 0x70, 0x66, 0x70, 0x70, 0x70, 0x70, 0x70, 0x70, 0x79, 0x70, 0x79, 0x79, 0x81, 0x79, 0x81, 0x81, 0x81, 0x85, 0x81, 0x85, 0x85, 0x8d, 0x85, 0x8e, 0x8e, 0x8e, 0x95, 0x95, 0x95, 0x95, 0x98, 0x98, 0x9c, 0x9c, 0x9f, 0x9c, 0x9f, 0xa2, 0x9f, 0xa2, 0xa5, 0xa5, 0xa5, 0xa5, 0xac, 0xa5, 0xac, 0xab, 0xab, 0xab, 0xb2, 0xb2, 0xb1, 0xb2, 0xb2, 0xb4, 0xb2, 0xb4, 0xb5, 0xb5, 0xb5, 0xb5, 0xb1, 0xb4, 0xb1, 0xb1, 0xb2, 0xb1, 0xb2, 0xaa, 0xb2, 0xa8, 0xa8, 0xaa, 0xa8, 0xa8, 0xa3, 0xa8, 0xa3, 0xa8, 0xa3, 0xa0, 0x9f, 0xa0, 0xa0, 0x99, 0x99, 0x99, 0x99, 0x98, 0x91, 0x95, 0x91, 0x95, 0x91, 0x8d, 0x95, 0x88, 0x83, 0x85, 0x88, 0x85, 0x83, 0x81, 0x7e, 0x81, 0x7e, 0x79, 0x7e, 0x79, 0x78, 0x79, 0x72, 0x72, 0x72, 0x72, 0x70, 0x6c, 0x6c, 0x6c, 0x66, 0x6c, 0x66, 0x66, 0x66, 0x5f, 0x66, 0x5b, 0x5e, 0x57, 0x5b, 0x57, 0x57, 0x54, 0x54, 0x54, 0x50, 0x50, 0x51, 0x50, 0x50, 0x4e, 0x4d, 0x4d, 0x4d, 0x4d, 0x47, 0x47, 0x47, 0x43, 0x43, 0x43, 0x40, 0x43, 0x3e, 0x43, 0x3e, 0x3e, 0x3b, 0x3b, 0x3b, 0x38, 0x38, 0x32, 0x38, 0x32, 0x32, 0x32, 0x29, 0x29, 0x32, 0x29, 0x32, 0x30, 0x29, 0x29, 0x29, 0x29, 0x25, 0x25, 0x25, 0x20, 0x25, 0x25, 0x20, 0x21, 0x20, 0x22, 0x20, 0x1d, 0x20, 0x1d, 0x20, 0x1d, 0x20, 0x1d, 0x20, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x11, 0x10, 0x1d, 0x10, 0x1d, 0x11, 0x10, 0x1d, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x11, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x11, 0x10, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x10, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x1d, 0x11, 0x1d, 0x11, 0x11, 0x11, 0x1d, 0x20, 0x1d, 0x20, 0x12, 0x20, 0x12, 0x22, 0x12, 0x20, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x1d, 0x20, 0x12, 0x20, 0x22, 0x25, 0x22, 0x29, 0x34, 0x30, 0x34, 0x38, 0x34, 0x3b, 0x3b, 0x3e, 0x3e, 0x42, 0x59, 0x18, 0x00, 0x36, 0x50, 0x4a, 0x49, 0x4a, 0x4a, 0x4a, 0x4b, 0x4a, 0x51, 0x4a, 0x4a, 0x4a, 0x4a, 0x49, 0x47, 0x49, 0x2c, 0x0d, 0x40, 0x72, 0x66, 0x5e, 0x66, 0x5e, 0x66, 0x66, 0x66, 0x70, 0x66, 0x70, 0x70, 0x70, 0x70, 0x70, 0x79, 0x70, 0x79, 0x79, 0x79, 0x79, 0x81, 0x81, 0x81, 0x81, 0x85, 0x81, 0x85, 0x85, 0x8e, 0x85, 0x8d, 0x8e, 0x8d, 0x8e, 0x95, 0x95, 0x95, 0x98, 0x98, 0x99, 0x99, 0x9c, 0x9f, 0x9f, 0x9f, 0x9f, 0xa5, 0xa5, 0xa5, 0xa5, 0xa5, 0xa5, 0xab, 0xa8, 0xab, 0xaf, 0xab, 0xb2, 0xb2, 0xb2, 0xb2, 0xb2, 0xb2, 0xb4, 0xb4, 0xb5, 0xb5, 0xb5, 0xb5, 0xb1, 0xb5, 0xb2, 0xb1, 0xb2, 0xb1, 0xb2, 0xb1, 0xab, 0xaa, 0xa8, 0xa8, 0xab, 0xa3, 0xa8, 0xa8, 0xa3, 0xa3, 0xa0, 0xa0, 0xa0, 0xa0, 0xa0, 0x9f, 0x99, 0x99, 0x9c, 0x91, 0x95, 0x91, 0x91, 0x95, 0x8d, 0x95, 0x8c, 0x8d, 0x83, 0x85, 0x88, 0x85, 0x83, 0x85, 0x7e, 0x81, 0x81, 0x78, 0x79, 0x78, 0x72, 0x79, 0x72, 0x72, 0x70, 0x72, 0x6c, 0x6c, 0x6c, 0x70, 0x68, 0x66, 0x68, 0x66, 0x5f, 0x66, 0x5e, 0x5e, 0x57, 0x5b, 0x57, 0x5b, 0x57, 0x54, 0x57, 0x54, 0x50, 0x50, 0x50, 0x4e, 0x50, 0x4d, 0x4d, 0x4d, 0x4d, 0x47, 0x47, 0x47, 0x44, 0x43, 0x43, 0x40, 0x43, 0x3e, 0x3e, 0x3b, 0x3e, 0x3b, 0x38, 0x3b, 0x33, 0x38, 0x32, 0x38, 0x33, 0x32, 0x32, 0x29, 0x32, 0x29, 0x29, 0x29, 0x30, 0x26, 0x29, 0x25, 0x29, 0x25, 0x25, 0x1e, 0x20, 0x25, 0x20, 0x25, 0x20, 0x20, 0x22, 0x20, 0x20, 0x20, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x11, 0x1d, 0x1d, 0x1d, 0x1d, 0x11, 0x11, 0x1d, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x10, 0x11, 0x11, 0x11, 0x11, 0x11, 0x1d, 0x11, 0x1d, 0x11, 0x20, 0x1d, 0x11, 0x1d, 0x20, 0x20, 0x20, 0x12, 0x12, 0x12, 0x20, 0x12, 0x12, 0x12, 0x12, 0x25, 0x12, 0x12, 0x20, 0x20, 0x20, 0x20, 0x20, 0x22, 0x25, 0x22, 0x30, 0x32, 0x34, 0x33, 0x34, 0x38, 0x3b, 0x3b, 0x3a, 0x3d, 0x42, 0x67, 0x08, 0x03, 0x59, 0x47, 0x4a, 0x4a, 0x4a, 0x4a, 0x4a, 0x51, 0x4a, 0x4a, 0x4a, 0x4a, 0x49, 0x4a, 0x47, 0x45, 0x47, 0x17, 0x0d, 0x57, 0x6d, 0x5e, 0x66, 0x5e, 0x5e, 0x66, 0x5e, 0x70, 0x66, 0x70, 0x66, 0x70, 0x70, 0x70, 0x70, 0x70, 0x79, 0x79, 0x70, 0x79, 0x81, 0x79, 0x81, 0x81, 0x81, 0x85, 0x81, 0x85, 0x85, 0x8d, 0x85, 0x8e, 0x8d, 0x8e, 0x8e, 0x95, 0x95, 0x95, 0x98, 0x98, 0x99, 0x98, 0x9f, 0x9f, 0x9f, 0x9f, 0xa2, 0x9f, 0xa5, 0x9f, 0xac, 0xa5, 0xac, 0xa5, 0xac, 0xab, 0xab, 0xab, 0xb2, 0xb2, 0xb1, 0xb2, 0xb2, 0xb4, 0xb2, 0xb4, 0xb5, 0xb5, 0xb4, 0xb1, 0xb1, 0xb1, 0xb4, 0xb1, 0xb1, 0xb1, 0xab, 0xab, 0xaa, 0xab, 0xaa, 0xaa, 0xa8, 0xa8, 0xa8, 0xa3, 0xa3, 0xa0, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0x99, 0x99, 0x99, 0x99, 0x91, 0x95, 0x91, 0x91, 0x91, 0x8d, 0x91, 0x88, 0x88, 0x88, 0x88, 0x88, 0x83, 0x81, 0x7e, 0x81, 0x7e, 0x78, 0x79, 0x78, 0x78, 0x78, 0x72, 0x72, 0x72, 0x72, 0x6c, 0x6c, 0x6c, 0x68, 0x6c, 0x66, 0x68, 0x66, 0x5f, 0x5f, 0x66, 0x5f, 0x5b, 0x5e, 0x5b, 0x57, 0x57, 0x54, 0x57, 0x50, 0x54, 0x50, 0x50, 0x51, 0x50, 0x50, 0x4e, 0x4d, 0x4d, 0x49, 0x47, 0x47, 0x47, 0x44, 0x43, 0x44, 0x43, 0x40, 0x3e, 0x40, 0x3e, 0x39, 0x38, 0x3b, 0x3b, 0x3b, 0x33, 0x33, 0x32, 0x33, 0x32, 0x29, 0x32, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x26, 0x25, 0x25, 0x25, 0x25, 0x25, 0x20, 0x25, 0x22, 0x20, 0x20, 0x22, 0x20, 0x20, 0x1e, 0x1d, 0x20, 0x1d, 0x1d, 0x1d, 0x11, 0x1d, 0x11, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x10, 0x11, 0x10, 0x11, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x11, 0x10, 0x11, 0x10, 0x11, 0x11, 0x11, 0x11, 0x10, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x1d, 0x20, 0x1d, 0x20, 0x20, 0x20, 0x12, 0x20, 0x12, 0x20, 0x12, 0x12, 0x25, 0x29, 0x25, 0x12, 0x1d, 0x20, 0x20, 0x22, 0x20, 0x20, 0x22, 0x29, 0x2c, 0x29, 0x34, 0x34, 0x38, 0x3b, 0x3b, 0x40, 0x3d, 0x40, 0x40, 0x59, 0x03, 0x03, 0x74, 0x45, 0x49, 0x4a, 0x4a, 0x4a, 0x4a, 0x4a, 0x4a, 0x4a, 0x49, 0x4a, 0x49, 0x45, 0x44, 0x45, 0x45, 0x0d, 0x0d, 0x79, 0x61, 0x5e, 0x5e, 0x5e, 0x5e, 0x66, 0x5e, 0x66, 0x66, 0x70, 0x66, 0x70, 0x70, 0x70, 0x70, 0x70, 0x79, 0x70, 0x79, 0x79, 0x79, 0x81, 0x79, 0x81, 0x81, 0x85, 0x7e, 0x85, 0x83, 0x8e, 0x85, 0x8d, 0x85, 0x8d, 0x8d, 0x8d, 0x95, 0x91, 0x95, 0x99, 0x98, 0x99, 0x9c, 0x99, 0x9f, 0x9f, 0x9f, 0x9f, 0xa5, 0xa5, 0xa3, 0xa5, 0xa5, 0xab, 0xa8, 0xab, 0xaf, 0xab, 0xab, 0xb2, 0xb2, 0xb1, 0xb2, 0xb4, 0xb2, 0xb5, 0xb2, 0xb5, 0xb4, 0xb5, 0xb1, 0xb5, 0xb2, 0xb1, 0xb1, 0xb2, 0xb1, 0xab, 0xab, 0xaa, 0xab, 0xa8, 0xa8, 0xa8, 0xa3, 0xa3, 0xa3, 0x9f, 0xa0, 0x9f, 0x99, 0xa0, 0x99, 0x9f, 0x99, 0x99, 0x91, 0x98, 0x91, 0x91, 0x91, 0x8d, 0x91, 0x8d, 0x8c, 0x88, 0x88, 0x83, 0x88, 0x85, 0x7e, 0x81, 0x7e, 0x7e, 0x81, 0x78, 0x78, 0x78, 0x78, 0x72, 0x70, 0x72, 0x70, 0x6c, 0x6c, 0x68, 0x6c, 0x66, 0x68, 0x66, 0x5f, 0x66, 0x5e, 0x5f, 0x5f, 0x57, 0x5b, 0x57, 0x56, 0x57, 0x57, 0x50, 0x54, 0x50, 0x50, 0x50, 0x4e, 0x50, 0x4e, 0x4d, 0x49, 0x47, 0x47, 0x47, 0x47, 0x44, 0x40, 0x43, 0x43, 0x43, 0x40, 0x3e, 0x3e, 0x3e, 0x3b, 0x38, 0x38, 0x38, 0x33, 0x38, 0x32, 0x33, 0x32, 0x2b, 0x32, 0x29, 0x32, 0x29, 0x29, 0x29, 0x29, 0x29, 0x25, 0x25, 0x25, 0x25, 0x25, 0x20, 0x25, 0x22, 0x20, 0x20, 0x20, 0x1e, 0x1e, 0x1d, 0x20, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x10, 0x11, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x11, 0x10, 0x10, 0x11, 0x10, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x1d, 0x11, 0x22, 0x20, 0x22, 0x20, 0x20, 0x20, 0x20, 0x20, 0x22, 0x12, 0x22, 0x29, 0x25, 0x20, 0x20, 0x20, 0x1e, 0x20, 0x20, 0x22, 0x22, 0x29, 0x2c, 0x32, 0x34, 0x32, 0x34, 0x33, 0x38, 0x3e, 0x3a, 0x3d, 0x4d, 0x2b, 0x00, 0x14, 0x59, 0x45, 0x45, 0x4a, 0x45, 0x4a, 0x4a, 0x4a, 0x4a, 0x4a, 0x49, 0x45, 0x44, 0x45, 0x3e, 0x45, 0x3d, 0x0a, 0x17, 0x81, 0x5f, 0x5f, 0x5e, 0x5e, 0x66, 0x5e, 0x66, 0x66, 0x70, 0x66, 0x70, 0x70, 0x70, 0x70, 0x70, 0x79, 0x72, 0x79, 0x72, 0x79, 0x81, 0x79, 0x81, 0x81, 0x81, 0x83, 0x81, 0x85, 0x85, 0x81, 0x8e, 0x85, 0x8d, 0x8e, 0x8e, 0x8d, 0x91, 0x95, 0x91, 0x98, 0x99, 0x98, 0x99, 0x9f, 0x9f, 0x9f, 0x9f, 0x9f, 0xa5, 0xa3, 0xa5, 0xa3, 0xac, 0xa5, 0xac, 0xab, 0xab, 0xab, 0xab, 0xb2, 0xb1, 0xb2, 0xb4, 0xb1, 0xb4, 0xb1, 0xb4, 0xb5, 0xb2, 0xb5, 0xb1, 0xb1, 0xb2, 0xb2, 0xb1, 0xb1, 0xab, 0xab, 0xab, 0xa8, 0xa8, 0xa8, 0xa8, 0xa3, 0xa3, 0xa5, 0xa3, 0xa0, 0xa0, 0x99, 0x9f, 0x99, 0xa0, 0x99, 0x99, 0x99, 0x99, 0x91, 0x95, 0x91, 0x95, 0x8c, 0x8e, 0x88, 0x8c, 0x88, 0x88, 0x88, 0x83, 0x83, 0x81, 0x7e, 0x81, 0x7e, 0x78, 0x79, 0x78, 0x79, 0x72, 0x70, 0x72, 0x70, 0x6c, 0x6c, 0x6c, 0x6c, 0x66, 0x68, 0x66, 0x68, 0x5f, 0x66, 0x5f, 0x5f, 0x5b, 0x57, 0x5b, 0x57, 0x57, 0x57, 0x50, 0x54, 0x50, 0x51, 0x50, 0x50, 0x50, 0x4d, 0x4d, 0x4d, 0x47, 0x47, 0x47, 0x43, 0x47, 0x43, 0x44, 0x43, 0x43, 0x40, 0x3e, 0x3e, 0x3b, 0x3b, 0x3b, 0x38, 0x33, 0x32, 0x33, 0x32, 0x32, 0x29, 0x32, 0x29, 0x29, 0x29, 0x32, 0x29, 0x30, 0x29, 0x29, 0x25, 0x25, 0x25, 0x20, 0x25, 0x20, 0x20, 0x20, 0x25, 0x20, 0x20, 0x1d, 0x20, 0x1d, 0x20, 0x1d, 0x11, 0x1d, 0x11, 0x1d, 0x11, 0x1d, 0x1d, 0x1d, 0x10, 0x11, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x17, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x17, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x11, 0x10, 0x10, 0x11, 0x10, 0x11, 0x11, 0x11, 0x11, 0x10, 0x11, 0x11, 0x11, 0x11, 0x11, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x11, 0x20, 0x20, 0x20, 0x12, 0x22, 0x12, 0x22, 0x12, 0x1d, 0x20, 0x1e, 0x20, 0x1e, 0x20, 0x20, 0x22, 0x2c, 0x30, 0x2c, 0x34, 0x2c, 0x34, 0x33, 0x34, 0x3a, 0x3e, 0x3a, 0x59, 0x0e, 0x00, 0x44, 0x4d, 0x45, 0x4a, 0x45, 0x4a, 0x45, 0x4a, 0x45, 0x4a, 0x45, 0x4a, 0x45, 0x45, 0x40, 0x3a, 0x3e, 0x1f, 0x07, 0x2b, 0x79, 0x5f, 0x5e, 0x66, 0x5e, 0x5e, 0x66, 0x66, 0x66, 0x66, 0x70, 0x66, 0x70, 0x6c, 0x70, 0x70, 0x70, 0x79, 0x70, 0x79, 0x79, 0x79, 0x81, 0x79, 0x81, 0x81, 0x81, 0x83, 0x85, 0x83, 0x85, 0x83, 0x8e, 0x83, 0x8e, 0x88, 0x8d, 0x8d, 0x91, 0x95, 0x91, 0x98, 0x99, 0x9c, 0x99, 0x9f, 0x9f, 0x9f, 0x9f, 0xa5, 0xa5, 0xa3, 0xa5, 0xa5, 0xab, 0xab, 0xab, 0xab, 0xab, 0xab, 0xb2, 0xb2, 0xb1, 0xb2, 0xb2, 0xb2, 0xb5, 0xb2, 0xb1, 0xb4, 0xb1, 0xb5, 0xb2, 0xb1, 0xab, 0xb1, 0xab, 0xb1, 0xab, 0xab, 0xa8, 0xa8, 0xa8, 0xa5, 0xa3, 0xa5, 0xa5, 0xa5, 0xa3, 0x9f, 0x9f, 0x99, 0xa0, 0x99, 0x99, 0x99, 0x99, 0x91, 0x98, 0x91, 0x91, 0x95, 0x8d, 0x8d, 0x88, 0x88, 0x88, 0x83, 0x88, 0x83, 0x83, 0x7e, 0x81, 0x7e, 0x78, 0x81, 0x78, 0x79, 0x72, 0x72, 0x72, 0x72, 0x70, 0x70, 0x6c, 0x66, 0x6c, 0x68, 0x66, 0x61, 0x66, 0x66, 0x5f, 0x5f, 0x57, 0x5e, 0x57, 0x57, 0x57, 0x57, 0x50, 0x57, 0x50, 0x54, 0x50, 0x50, 0x50, 0x4d, 0x49, 0x4d, 0x4d, 0x47, 0x47, 0x44, 0x43, 0x43, 0x40, 0x43, 0x3e, 0x3e, 0x3e, 0x3b, 0x3e, 0x3b, 0x3b, 0x38, 0x38, 0x32, 0x33, 0x32, 0x33, 0x30, 0x32, 0x32, 0x29, 0x30, 0x29, 0x30, 0x29, 0x29, 0x25, 0x25, 0x25, 0x25, 0x25, 0x20, 0x25, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x11, 0x1e, 0x1d, 0x1d, 0x11, 0x1d, 0x11, 0x11, 0x11, 0x1d, 0x1d, 0x1d, 0x10, 0x1d, 0x10, 0x10, 0x11, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x17, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x17, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x11, 0x10, 0x10, 0x11, 0x10, 0x10, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x1d, 0x11, 0x20, 0x1e, 0x20, 0x20, 0x11, 0x20, 0x20, 0x20, 0x20, 0x22, 0x12, 0x22, 0x12, 0x22, 0x11, 0x1d, 0x20, 0x1d, 0x20, 0x1d, 0x1f, 0x29, 0x2c, 0x2c, 0x2c, 0x2c, 0x34, 0x34, 0x34, 0x34, 0x3b, 0x34, 0x3a, 0x67, 0x03, 0x03, 0x59, 0x45, 0x44, 0x45, 0x4a, 0x45, 0x49, 0x4a, 0x45, 0x4a, 0x45, 0x45, 0x45, 0x40, 0x3a, 0x3d, 0x2d, 0x17, 0x07, 0x50, 0x6d, 0x5e, 0x5e, 0x5e, 0x5e, 0x66, 0x5e, 0x66, 0x66, 0x66, 0x66, 0x66, 0x6c, 0x70, 0x70, 0x70, 0x70, 0x79, 0x72, 0x70, 0x79, 0x79, 0x81, 0x79, 0x81, 0x81, 0x7e, 0x85, 0x85, 0x85, 0x85, 0x8e, 0x85, 0x8e, 0x83, 0x8e, 0x88, 0x95, 0x91, 0x95, 0x91, 0x98, 0x98, 0x99, 0x9f, 0x9f, 0x9c, 0x9f, 0x9f, 0xa5, 0xa3, 0xa5, 0xa3, 0xa5, 0xa5, 0xab, 0xab, 0xab, 0xab, 0xab, 0xb2, 0xb1, 0xb2, 0xb2, 0xb1, 0xb2, 0xb1, 0xb4, 0xb5, 0xb2, 0xb5, 0xb2, 0xb1, 0xb2, 0xb1, 0xb1, 0xab, 0xab, 0xab, 0xa8, 0xa8, 0xa8, 0xa3, 0xa8, 0xa3, 0xa5, 0xa0, 0xa5, 0xa0, 0x99, 0xa0, 0x99, 0x99, 0x99, 0x99, 0x91, 0x99, 0x99, 0x91, 0x8d, 0x91, 0x8d, 0x8d, 0x88, 0x8d, 0x8c, 0x88, 0x83, 0x83, 0x83, 0x81, 0x7e, 0x81, 0x78, 0x81, 0x78, 0x79, 0x78, 0x78, 0x70, 0x72, 0x70, 0x6c, 0x6c, 0x66, 0x6c, 0x68, 0x66, 0x68, 0x66, 0x68, 0x5f, 0x5f, 0x5f, 0x5e, 0x5b, 0x57, 0x57, 0x57, 0x57, 0x54, 0x50, 0x54, 0x50, 0x51, 0x50, 0x4e, 0x50, 0x47, 0x4d, 0x47, 0x47, 0x47, 0x44, 0x43, 0x44, 0x43, 0x40, 0x43, 0x3e, 0x40, 0x3b, 0x3e, 0x38, 0x3b, 0x33, 0x38, 0x33, 0x32, 0x33, 0x32, 0x32, 0x32, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x12, 0x29, 0x25, 0x25, 0x20, 0x25, 0x20, 0x20, 0x20, 0x20, 0x1e, 0x20, 0x1d, 0x20, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x11, 0x10, 0x1d, 0x10, 0x1d, 0x10, 0x11, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x17, 0x10, 0x17, 0x10, 0x17, 0x10, 0x17, 0x10, 0x17, 0x10, 0x17, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x11, 0x10, 0x11, 0x10, 0x10, 0x11, 0x10, 0x11, 0x10, 0x11, 0x10, 0x11, 0x1d, 0x1d, 0x20, 0x11, 0x1d, 0x1d, 0x11, 0x20, 0x20, 0x20, 0x20, 0x20, 0x22, 0x20, 0x22, 0x12, 0x22, 0x20, 0x1d, 0x20, 0x1b, 0x20, 0x1e, 0x20, 0x20, 0x29, 0x29, 0x2c, 0x29, 0x2c, 0x32, 0x34, 0x33, 0x3b, 0x3a, 0x38, 0x43, 0x3d, 0x00, 0x08, 0x67, 0x40, 0x45, 0x45, 0x45, 0x4a, 0x4a, 0x45, 0x45, 0x45, 0x45, 0x45, 0x45, 0x3a, 0x3b, 0x34, 0x3a, 0x0a, 0x0a, 0x70, 0x5e, 0x5f, 0x5e, 0x5e, 0x5e, 0x5e, 0x66, 0x5e, 0x66, 0x6c, 0x66, 0x70, 0x66, 0x6c, 0x70, 0x70, 0x70, 0x70, 0x70, 0x79, 0x79, 0x81, 0x79, 0x78, 0x81, 0x85, 0x81, 0x85, 0x83, 0x85, 0x83, 0x83, 0x85, 0x8d, 0x8d, 0x88, 0x8d, 0x8d, 0x8d, 0x91, 0x98, 0x99, 0x99, 0x9f, 0x9c, 0x9f, 0x9f, 0xa0, 0xa5, 0x9f, 0xa5, 0xa3, 0xab, 0xa5, 0xab, 0xa8, 0xab, 0xab, 0xab, 0xb2, 0xab, 0xb2, 0xb1, 0xb2, 0xb2, 0xb2, 0xb5, 0xb2, 0xb1, 0xb5, 0xb2, 0xb1, 0xb2, 0xb1, 0xb2, 0xb2, 0xb1, 0xab, 0xa8, 0xa8, 0xa8, 0xab, 0xa3, 0xa3, 0xa3, 0xa3, 0xa5, 0xa0, 0xa0, 0xa0, 0x9f, 0xa0, 0x99, 0x99, 0x99, 0x98, 0x91, 0x99, 0x91, 0x95, 0x91, 0x8d, 0x8d, 0x88, 0x8d, 0x88, 0x88, 0x85, 0x83, 0x83, 0x7e, 0x81, 0x7e, 0x81, 0x78, 0x81, 0x72, 0x78, 0x72, 0x78, 0x70, 0x6c, 0x70, 0x68, 0x6c, 0x66, 0x68, 0x68, 0x66, 0x5f, 0x66, 0x5f, 0x5f, 0x5e, 0x5b, 0x5e, 0x57, 0x57, 0x54, 0x57, 0x50, 0x57, 0x50, 0x51, 0x51, 0x50, 0x50, 0x50, 0x49, 0x4d, 0x47, 0x47, 0x44, 0x44, 0x43, 0x44, 0x40, 0x43, 0x40, 0x3e, 0x3e, 0x3e, 0x3b, 0x3b, 0x33, 0x38, 0x33, 0x38, 0x33, 0x32, 0x32, 0x29, 0x32, 0x32, 0x29, 0x29, 0x32, 0x29, 0x29, 0x29, 0x25, 0x25, 0x25, 0x25, 0x25, 0x20, 0x25, 0x20, 0x20, 0x20, 0x20, 0x1e, 0x20, 0x1e, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x10, 0x1d, 0x10, 0x11, 0x10, 0x10, 0x11, 0x10, 0x10, 0x10, 0x10, 0x10, 0x1d, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x17, 0x10, 0x17, 0x10, 0x10, 0x10, 0x10, 0x17, 0x10, 0x17, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x11, 0x10, 0x10, 0x10, 0x11, 0x11, 0x11, 0x10, 0x11, 0x10, 0x11, 0x11, 0x11, 0x10, 0x1d, 0x11, 0x1d, 0x1d, 0x20, 0x1d, 0x20, 0x11, 0x20, 0x20, 0x22, 0x12, 0x22, 0x22, 0x22, 0x12, 0x20, 0x20, 0x20, 0x11, 0x1d, 0x1d, 0x20, 0x1e, 0x22, 0x29, 0x2c, 0x29, 0x2c, 0x32, 0x2c, 0x34, 0x34, 0x34, 0x34, 0x3a, 0x59, 0x14, 0x00, 0x18, 0x59, 0x40, 0x45, 0x45, 0x42, 0x45, 0x42, 0x45, 0x45, 0x3c, 0x45, 0x40, 0x3a, 0x3a, 0x33, 0x2d, 0x2c, 0x07, 0x0c, 0x81, 0x5f, 0x5f, 0x5e, 0x5e, 0x5e, 0x66, 0x5e, 0x66, 0x66, 0x66, 0x70, 0x66, 0x70, 0x6c, 0x70, 0x70, 0x70, 0x70, 0x79, 0x72, 0x79, 0x79, 0x78, 0x79, 0x81, 0x81, 0x81, 0x81, 0x85, 0x83, 0x85, 0x8d, 0x85, 0x88, 0x88, 0x8d, 0x8d, 0x8d, 0x95, 0x91, 0x95, 0x99, 0x98, 0x9f, 0x99, 0x9c, 0x9f, 0xa5, 0xa0, 0xa5, 0xa3, 0xa5, 0xa8, 0xa3, 0xab, 0xa8, 0xa8, 0xab, 0xab, 0xab, 0xb2, 0xb2, 0xb1, 0xb4, 0xab, 0xb4, 0xb1, 0xb4, 0xb5, 0xb2, 0xb1, 0xb2, 0xb1, 0xb2, 0xb1, 0xb1, 0xa8, 0xab, 0xab, 0xa8, 0xa8, 0xa3, 0xa8, 0xa3, 0xa3, 0xa5, 0x9f, 0xa3, 0x9f, 0x99, 0x9f, 0x99, 0x99, 0x99, 0x99, 0x91, 0x91, 0x91, 0x91, 0x8c, 0x95, 0x8c, 0x88, 0x88, 0x8d, 0x88, 0x88, 0x83, 0x83, 0x81, 0x7e, 0x81, 0x78, 0x81, 0x78, 0x78, 0x79, 0x72, 0x72, 0x72, 0x70, 0x72, 0x6c, 0x6c, 0x66, 0x6c, 0x68, 0x66, 0x68, 0x5f, 0x66, 0x5e, 0x5e, 0x57, 0x5e, 0x5b, 0x57, 0x57, 0x57, 0x54, 0x54, 0x50, 0x50, 0x51, 0x50, 0x50, 0x4d, 0x4d, 0x4d, 0x49, 0x47, 0x47, 0x44, 0x47, 0x44, 0x43, 0x44, 0x3e, 0x43, 0x3e, 0x3e, 0x3b, 0x3e, 0x38, 0x3b, 0x38, 0x32, 0x32, 0x32, 0x32, 0x32, 0x29, 0x32, 0x26, 0x29, 0x29, 0x29, 0x29, 0x29, 0x25, 0x25, 0x25, 0x25, 0x22, 0x20, 0x25, 0x20, 0x20, 0x20, 0x20, 0x1e, 0x20, 0x1d, 0x20, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x10, 0x1d, 0x11, 0x10, 0x1d, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x17, 0x10, 0x17, 0x10, 0x17, 0x10, 0x17, 0x10, 0x17, 0x10, 0x10, 0x10, 0x10, 0x17, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x11, 0x10, 0x11, 0x10, 0x11, 0x10, 0x11, 0x10, 0x11, 0x10, 0x11, 0x1d, 0x1d, 0x20, 0x11, 0x1d, 0x11, 0x20, 0x11, 0x20, 0x1d, 0x20, 0x22, 0x22, 0x20, 0x22, 0x12, 0x22, 0x1d, 0x1d, 0x1d, 0x1d, 0x20, 0x1b, 0x22, 0x29, 0x2c, 0x29, 0x2c, 0x29, 0x2c, 0x34, 0x33, 0x34, 0x33, 0x34, 0x38, 0x45, 0x08, 0x00, 0x59, 0x45, 0x3a, 0x45, 0x45, 0x45, 0x42, 0x45, 0x45, 0x45, 0x45, 0x3a, 0x3a, 0x3a, 0x3a, 0x34, 0x28, 0x10, 0x07, 0x10, 0x87, 0x61, 0x57, 0x5e, 0x5e, 0x5e, 0x66, 0x5e, 0x66, 0x66, 0x66, 0x70, 0x66, 0x70, 0x6c, 0x70, 0x6c, 0x70, 0x70, 0x70, 0x79, 0x79, 0x78, 0x79, 0x78, 0x81, 0x81, 0x7e, 0x81, 0x88, 0x85, 0x83, 0x88, 0x85, 0x88, 0x88, 0x8d, 0x8d, 0x8d, 0x8c, 0x95, 0x91, 0x98, 0x99, 0x9c, 0x9c, 0x9f, 0x9f, 0xa0, 0x9f, 0x9f, 0xa5, 0xa3, 0xa3, 0xa5, 0xab, 0xa8, 0xab, 0xab, 0xab, 0xab, 0xab, 0xb2, 0xb1, 0xb2, 0xb2, 0xb4, 0xb4, 0xb1, 0xb1, 0xb5, 0xb2, 0xb1, 0xb2, 0xb1, 0xb1, 0xab, 0xab, 0xab, 0xa8, 0xa3, 0xa8, 0xa8, 0xa8, 0xa3, 0xa3, 0xa3, 0xa5, 0xa0, 0xa0, 0x9f, 0xa0, 0x99, 0x99, 0x99, 0x99, 0x98, 0x91, 0x91, 0x91, 0x8d, 0x91, 0x8d, 0x88, 0x8d, 0x88, 0x8d, 0x83, 0x83, 0x83, 0x7e, 0x7e, 0x78, 0x81, 0x7e, 0x78, 0x78, 0x72, 0x72, 0x78, 0x70, 0x72, 0x6c, 0x6c, 0x68, 0x6c, 0x66, 0x6c, 0x68, 0x66, 0x5f, 0x5f, 0x5e, 0x57, 0x5e, 0x5b, 0x5b, 0x57, 0x57, 0x54, 0x57, 0x50, 0x51, 0x50, 0x50, 0x50, 0x4d, 0x4d, 0x49, 0x4d, 0x49, 0x47, 0x49, 0x47, 0x47, 0x43, 0x44, 0x40, 0x43, 0x40, 0x3e, 0x3e, 0x3b, 0x38, 0x3b, 0x38, 0x32, 0x38, 0x30, 0x32, 0x32, 0x30, 0x29, 0x29, 0x32, 0x29, 0x29, 0x29, 0x29, 0x29, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x1d, 0x20, 0x1e, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x10, 0x1d, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x17, 0x10, 0x17, 0x10, 0x17, 0x10, 0x17, 0x10, 0x10, 0x17, 0x10, 0x17, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x1b, 0x10, 0x11, 0x10, 0x10, 0x10, 0x11, 0x10, 0x11, 0x11, 0x1d, 0x1d, 0x11, 0x20, 0x1d, 0x20, 0x11, 0x11, 0x20, 0x1d, 0x20, 0x22, 0x22, 0x22, 0x22, 0x22, 0x20, 0x1e, 0x1d, 0x1d, 0x1d, 0x1b, 0x1b, 0x1e, 0x2c, 0x29, 0x2c, 0x26, 0x2c, 0x2c, 0x2c, 0x34, 0x2c, 0x2c, 0x34, 0x45, 0x2c, 0x01, 0x08, 0x59, 0x40, 0x3a, 0x45, 0x3c, 0x45, 0x45, 0x3c, 0x45, 0x45, 0x37, 0x3a, 0x3a, 0x33, 0x34, 0x2d, 0x1f, 0x13, 0x05, 0x3e, 0x6d, 0x5f, 0x5e, 0x5e, 0x5e, 0x5e, 0x5e, 0x66, 0x5f, 0x66, 0x66, 0x66, 0x70, 0x66, 0x70, 0x6c, 0x70, 0x70, 0x70, 0x72, 0x79, 0x78, 0x79, 0x78, 0x79, 0x81, 0x85, 0x78, 0x85, 0x85, 0x83, 0x7e, 0x8e, 0x83, 0x88, 0x88, 0x8d, 0x8d, 0x8d, 0x8d, 0x91, 0x95, 0x91, 0x98, 0x99, 0x9c, 0x9c, 0x9f, 0x9f, 0xa0, 0xa2, 0xa0, 0xa5, 0xa8, 0xa5, 0xab, 0xa8, 0xab, 0xa8, 0xaf, 0xa8, 0xb2, 0xab, 0xb2, 0xb2, 0xb2, 0xb4, 0xb1, 0xb4, 0xb2, 0xb2, 0xb1, 0xb1, 0xb2, 0xb2, 0xab, 0xb1, 0xa8, 0xb2, 0xa8, 0xa8, 0xa8, 0xa3, 0xa8, 0xa5, 0xa3, 0x9f, 0xa0, 0x9f, 0xa0, 0x99, 0x9f, 0x99, 0x99, 0x99, 0x91, 0x91, 0x99, 0x91, 0x91, 0x8d, 0x91, 0x8d, 0x8d, 0x8d, 0x88, 0x88, 0x83, 0x85, 0x7e, 0x81, 0x7e, 0x78, 0x81, 0x78, 0x78, 0x78, 0x79, 0x72, 0x72, 0x72, 0x6c, 0x6c, 0x6c, 0x6c, 0x66, 0x68, 0x66, 0x66, 0x66, 0x5f, 0x5e, 0x5f, 0x5e, 0x57, 0x5e, 0x57, 0x57, 0x54, 0x57, 0x54, 0x54, 0x50, 0x50, 0x50, 0x4d, 0x50, 0x4d, 0x4d, 0x4d, 0x47, 0x47, 0x44, 0x44, 0x44, 0x43, 0x40, 0x43, 0x3e, 0x3e, 0x3e, 0x3e, 0x3b, 0x38, 0x38, 0x38, 0x38, 0x32, 0x32, 0x32, 0x32, 0x29, 0x32, 0x29, 0x29, 0x26, 0x29, 0x29, 0x26, 0x29, 0x25, 0x25, 0x25, 0x21, 0x25, 0x22, 0x20, 0x20, 0x20, 0x1e, 0x20, 0x1e, 0x20, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x10, 0x1d, 0x10, 0x1d, 0x10, 0x1b, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x17, 0x10, 0x10, 0x17, 0x10, 0x17, 0x10, 0x17, 0x10, 0x17, 0x10, 0x17, 0x10, 0x17, 0x10, 0x17, 0x10, 0x17, 0x10, 0x17, 0x10, 0x17, 0x10, 0x17, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x11, 0x10, 0x11, 0x10, 0x10, 0x10, 0x11, 0x10, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x11, 0x1d, 0x20, 0x1d, 0x20, 0x1d, 0x22, 0x20, 0x22, 0x20, 0x22, 0x20, 0x20, 0x1d, 0x1d, 0x20, 0x1d, 0x1d, 0x1e, 0x22, 0x29, 0x23, 0x29, 0x2c, 0x29, 0x2c, 0x34, 0x2d, 0x34, 0x34, 0x33, 0x47, 0x17, 0x00, 0x0e, 0x59, 0x3a, 0x45, 0x3a, 0x45, 0x45, 0x45, 0x45, 0x3a, 0x45, 0x3a, 0x3a, 0x3a, 0x2d, 0x2c, 0x23, 0x1f, 0x0a, 0x07, 0x70, 0x66, 0x5e, 0x5f, 0x5e, 0x5e, 0x66, 0x5e, 0x66, 0x5e, 0x66, 0x66, 0x70, 0x66, 0x6c, 0x70, 0x70, 0x70, 0x70, 0x70, 0x79, 0x72, 0x79, 0x78, 0x79, 0x78, 0x81, 0x81, 0x81, 0x7e, 0x85, 0x83, 0x83, 0x88, 0x85, 0x8d, 0x88, 0x8d, 0x88, 0x8d, 0x91, 0x8d, 0x91, 0x95, 0x99, 0x99, 0x9c, 0x9f, 0xa0, 0xa0, 0x9f, 0xa5, 0xa5, 0xa3, 0xa3, 0xa5, 0xa8, 0xa8, 0xab, 0xb2, 0xa8, 0xb2, 0xab, 0xb2, 0xb2, 0xb2, 0xb1, 0xb4, 0xb2, 0xb5, 0xb5, 0xb2, 0xb1, 0xb1, 0xb1, 0xab, 0xab, 0xa8, 0xab, 0xaa, 0xa8, 0xa8, 0xa3, 0xa8, 0xa8, 0xa3, 0xa5, 0xa3, 0xa0, 0xa0, 0x9f, 0x99, 0x99, 0x9c, 0x99, 0x98, 0x91, 0x99, 0x91, 0x95, 0x91, 0x8d, 0x95, 0x8c, 0x8d, 0x8d, 0x88, 0x88, 0x83, 0x7e, 0x85, 0x7e, 0x78, 0x7e, 0x78, 0x7e, 0x78, 0x79, 0x72, 0x72, 0x70, 0x72, 0x6c, 0x6c, 0x70, 0x66, 0x6c, 0x66, 0x61, 0x66, 0x5f, 0x5e, 0x5f, 0x5f, 0x5b, 0x5b, 0x57, 0x57, 0x57, 0x54, 0x50, 0x51, 0x50, 0x50, 0x50, 0x4e, 0x50, 0x4d, 0x4d, 0x4d, 0x47, 0x47, 0x44, 0x47, 0x44, 0x40, 0x43, 0x43, 0x40, 0x43, 0x3e, 0x3e, 0x3e, 0x3b, 0x38, 0x33, 0x38, 0x33, 0x38, 0x32, 0x32, 0x32, 0x32, 0x2b, 0x29, 0x29, 0x29, 0x29, 0x29, 0x29, 0x26, 0x25, 0x25, 0x25, 0x22, 0x25, 0x25, 0x20, 0x1e, 0x20, 0x1e, 0x20, 0x22, 0x1d, 0x20, 0x1d, 0x1d, 0x1d, 0x1d, 0x1b, 0x1d, 0x1d, 0x1d, 0x1d, 0x10, 0x1d, 0x10, 0x1b, 0x10, 0x1b, 0x10, 0x1b, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x17, 0x10, 0x10, 0x10, 0x17, 0x10, 0x17, 0x10, 0x17, 0x10, 0x17, 0x10, 0x17, 0x10, 0x17, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x11, 0x10, 0x11, 0x11, 0x10, 0x10, 0x10, 0x11, 0x1d, 0x1d, 0x1d, 0x1d, 0x11, 0x20, 0x1d, 0x1d, 0x1d, 0x1d, 0x20, 0x1e, 0x22, 0x20, 0x20, 0x22, 0x1d, 0x20, 0x20, 0x1e, 0x1d, 0x1b, 0x1b, 0x1d, 0x11, 0x1e, 0x22, 0x22, 0x22, 0x22, 0x2c, 0x2c, 0x2c, 0x2c, 0x2c, 0x34, 0x2c, 0x3a, 0x43, 0x09, 0x01, 0x2f, 0x45, 0x3b, 0x3a, 0x3a, 0x45, 0x37, 0x45, 0x39, 0x45, 0x39, 0x3a, 0x3a, 0x2d, 0x2d, 0x26, 0x1f, 0x1a, 0x05, 0x0c, 0x81, 0x60, 0x57, 0x61, 0x5f, 0x5f, 0x5f, 0x66, 0x5e, 0x66, 0x66, 0x66, 0x6c, 0x66, 0x6c, 0x6c, 0x6c, 0x70, 0x70, 0x72, 0x78, 0x79, 0x79, 0x79, 0x72, 0x81, 0x81, 0x78, 0x81, 0x83, 0x85, 0x83, 0x85, 0x88, 0x8e, 0x88, 0x8d, 0x88, 0x88, 0x8d, 0x8d, 0x91, 0x95, 0x91, 0x98, 0x99, 0x99, 0x99, 0x9f, 0xa0, 0x9f, 0xa5, 0xa5, 0xa5, 0xa8, 0xa5, 0xa3, 0xab, 0xab, 0xa8, 0xaa, 0xab, 0xb1, 0xb2, 0xb2, 0xb2, 0xb1, 0xb1, 0xb4, 0xb2, 0xb2, 0xb1, 0xb1, 0xb1, 0xb2, 0xb2, 0xab, 0xa8, 0xb1, 0xab, 0xaa, 0xa8, 0xa8, 0xa3, 0xa8, 0xa3, 0xa5, 0xa0, 0x9f, 0xa0, 0x99, 0xa0, 0x99, 0x99, 0x9c, 0x99, 0x99, 0x91, 0x99, 0x91, 0x8d, 0x91, 0x8d, 0x8c, 0x8d, 0x8d, 0x83, 0x88, 0x83, 0x85, 0x7e, 0x83, 0x78, 0x7e, 0x79, 0x78, 0x78, 0x78, 0x72, 0x79, 0x72, 0x72, 0x6c, 0x6c, 0x66, 0x6c, 0x66, 0x68, 0x66, 0x68, 0x5e, 0x5f, 0x5f, 0x5f, 0x5e, 0x5b, 0x5b, 0x57, 0x57, 0x50, 0x54, 0x50, 0x50, 0x50, 0x50, 0x50, 0x50, 0x4d, 0x49, 0x49, 0x47, 0x47, 0x47, 0x44, 0x44, 0x44, 0x43, 0x40, 0x43, 0x3e, 0x3e, 0x3e, 0x3b, 0x3b, 0x38, 0x38, 0x38, 0x38, 0x32, 0x33, 0x32, 0x32, 0x32, 0x29, 0x32, 0x29, 0x29, 0x29, 0x29, 0x26, 0x29, 0x25, 0x25, 0x25, 0x25, 0x22, 0x20, 0x20, 0x1e, 0x20, 0x22, 0x20, 0x1e, 0x20, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x10, 0x1b, 0x1d, 0x1b, 0x10, 0x1b, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x17, 0x10, 0x17, 0x10, 0x17, 0x10, 0x17, 0x10, 0x17, 0x10, 0x17, 0x10, 0x17, 0x10, 0x17, 0x10, 0x17, 0x10, 0x17, 0x10, 0x17, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x11, 0x10, 0x10, 0x10, 0x11, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x11, 0x1d, 0x20, 0x20, 0x20, 0x20, 0x20, 0x22, 0x12, 0x20, 0x20, 0x22, 0x20, 0x1b, 0x1b, 0x1a, 0x1b, 0x1d, 0x1b, 0x1e, 0x29, 0x22, 0x2c, 0x26, 0x2c, 0x29, 0x2c, 0x2c, 0x2c, 0x2c, 0x2c, 0x45, 0x2c, 0x01, 0x08, 0x3d, 0x45, 0x3a, 0x3a, 0x3a, 0x3a, 0x45, 0x40, 0x3a, 0x3a, 0x3a, 0x2e, 0x2d, 0x2c, 0x2d, 0x23, 0x1a, 0x13, 0x05, 0x10, 0x83, 0x65, 0x57, 0x5e, 0x5e, 0x5f, 0x5e, 0x66, 0x5e, 0x66, 0x66, 0x6c, 0x66, 0x6c, 0x6c, 0x70, 0x70, 0x70, 0x6c, 0x72, 0x79, 0x78, 0x79, 0x78, 0x79, 0x81, 0x81, 0x81, 0x78, 0x85, 0x83, 0x83, 0x83, 0x85, 0x83, 0x8e, 0x88, 0x8d, 0x88, 0x8d, 0x8c, 0x8d, 0x91, 0x95, 0x99, 0x98, 0x99, 0x9f, 0xa0, 0x9f, 0xa0, 0xa2, 0xa3, 0xa3, 0xa8, 0xa3, 0xa5, 0xa8, 0xab, 0xaa, 0xab, 0xb1, 0xab, 0xb2, 0xb2, 0xb2, 0xb5, 0xb1, 0xb4, 0xb1, 0xb1, 0xb4, 0xb1, 0xb1, 0xb2, 0xb2, 0xab, 0xb1, 0xa8, 0xaa, 0xa8, 0xa8, 0xa3, 0xa8, 0xa3, 0xa3, 0x9f, 0xa3, 0xa0, 0xa0, 0x9f, 0x99, 0x99, 0x98, 0x99, 0x99, 0x91, 0x99, 0x91, 0x91, 0x95, 0x8c, 0x8d, 0x8c, 0x88, 0x88, 0x83, 0x83, 0x83, 0x83, 0x81, 0x7e, 0x7e, 0x81, 0x78, 0x7e, 0x78, 0x78, 0x72, 0x72, 0x70, 0x72, 0x70, 0x6c, 0x70, 0x66, 0x68, 0x66, 0x68, 0x66, 0x5f, 0x5f, 0x5f, 0x5b, 0x5b, 0x5b, 0x57, 0x57, 0x54, 0x57, 0x50, 0x54, 0x50, 0x50, 0x4e, 0x50, 0x4e, 0x4d, 0x47, 0x4d, 0x49, 0x47, 0x47, 0x47, 0x44, 0x40, 0x43, 0x43, 0x3e, 0x40, 0x3e, 0x3e, 0x3e, 0x3b, 0x38, 0x38, 0x33, 0x33, 0x32, 0x32, 0x32, 0x29, 0x32, 0x2b, 0x29, 0x29, 0x26, 0x29, 0x29, 0x25, 0x29, 0x25, 0x25, 0x29, 0x25, 0x25, 0x1e, 0x20, 0x20, 0x1e, 0x20, 0x22, 0x20, 0x20, 0x1d, 0x20, 0x1d, 0x1b, 0x1d, 0x1b, 0x10, 0x1d, 0x10, 0x1d, 0x1d, 0x10, 0x1b, 0x10, 0x1b, 0x10, 0x1b, 0x10, 0x1b, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x17, 0x10, 0x17, 0x10, 0x17, 0x10, 0x17, 0x10, 0x17, 0x10, 0x17, 0x10, 0x17, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x11, 0x10, 0x11, 0x10, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x11, 0x1d, 0x20, 0x1e, 0x20, 0x22, 0x22, 0x1e, 0x22, 0x22, 0x1d, 0x1d, 0x1e, 0x1b, 0x1a, 0x10, 0x1b, 0x22, 0x22, 0x22, 0x29, 0x22, 0x2c, 0x23, 0x2c, 0x2c, 0x2c, 0x2c, 0x2d, 0x43, 0x15, 0x01, 0x0e, 0x59, 0x2d, 0x39, 0x3a, 0x3a, 0x45, 0x3a, 0x45, 0x3a, 0x3a, 0x3a, 0x34, 0x2d, 0x2c, 0x27, 0x1f, 0x17, 0x0d, 0x05, 0x39, 0x78, 0x5b, 0x5e, 0x5b, 0x5f, 0x5e, 0x5f, 0x5e, 0x66, 0x68, 0x66, 0x68, 0x70, 0x66, 0x6c, 0x70, 0x6c, 0x70, 0x6c, 0x70, 0x78, 0x79, 0x79, 0x72, 0x79, 0x81, 0x81, 0x81, 0x81, 0x85, 0x7e, 0x85, 0x83, 0x88, 0x85, 0x83, 0x88, 0x88, 0x88, 0x8d, 0x8d, 0x8c, 0x95, 0x91, 0x98, 0x99, 0x9f, 0x99, 0x9f, 0xa0, 0x9f, 0x9f, 0xa5, 0xa5, 0xa3, 0xa5, 0xa8, 0xab, 0xa8, 0xab, 0xb1, 0xab, 0xb1, 0xab, 0xb2, 0xb2, 0xb1, 0xb4, 0xb2, 0xb4, 0xb2, 0xb1, 0xb2, 0xb1, 0xb1, 0xab, 0xab, 0xab, 0xaa, 0xab, 0xaa, 0xa8, 0xa8, 0xa3, 0xa3, 0xa3, 0xa5, 0xa0, 0x9f, 0xa0, 0x9f, 0xa0, 0x99, 0x99, 0x99, 0x99, 0x99, 0x91, 0x98, 0x91, 0x8d, 0x91, 0x8d, 0x8c, 0x88, 0x88, 0x83, 0x83, 0x83, 0x85, 0x7e, 0x7e, 0x81, 0x7e, 0x81, 0x78, 0x78, 0x78, 0x72, 0x79, 0x72, 0x72, 0x6c, 0x6c, 0x66, 0x6c, 0x66, 0x68, 0x66, 0x61, 0x66, 0x5e, 0x5f, 0x5b, 0x5e, 0x5b, 0x57, 0x57, 0x57, 0x50, 0x57, 0x50, 0x51, 0x50, 0x50, 0x4e, 0x4e, 0x4d, 0x49, 0x49, 0x47, 0x47, 0x47, 0x47, 0x44, 0x43, 0x40, 0x43, 0x40, 0x3e, 0x3e, 0x3e, 0x3b, 0x3b, 0x38, 0x38, 0x38, 0x33, 0x32, 0x33, 0x32, 0x32, 0x29, 0x32, 0x29, 0x29, 0x29, 0x29, 0x29, 0x26, 0x29, 0x25, 0x25, 0x22, 0x22, 0x22, 0x20, 0x20, 0x1e, 0x20, 0x1e, 0x20, 0x1e, 0x20, 0x1d, 0x1d, 0x1d, 0x1d, 0x1b, 0x1d, 0x1d, 0x1b, 0x1d, 0x10, 0x1d, 0x1b, 0x10, 0x1b, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x17, 0x10, 0x17, 0x10, 0x17, 0x10, 0x17, 0x10, 0x17, 0x10, 0x10, 0x17, 0x10, 0x17, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x11, 0x10, 0x1d, 0x10, 0x1b, 0x1d, 0x1d, 0x11, 0x1d, 0x1d, 0x1d, 0x20, 0x11, 0x20, 0x1d, 0x20, 0x1d, 0x1e, 0x22, 0x20, 0x22, 0x20, 0x22, 0x1b, 0x1b, 0x1b, 0x1a, 0x1b, 0x1b, 0x1b, 0x22, 0x22, 0x29, 0x1f, 0x2c, 0x21, 0x2c, 0x2c, 0x2c, 0x2c, 0x2b, 0x34, 0x45, 0x09, 0x01, 0x14, 0x45, 0x34, 0x35, 0x3a, 0x3a, 0x35, 0x3a, 0x3a, 0x3a, 0x3a, 0x2d, 0x2d, 0x27, 0x27, 0x23, 0x17, 0x15, 0x07, 0x07, 0x5e, 0x68, 0x57, 0x5f, 0x5e, 0x5e, 0x5f, 0x5e, 0x66, 0x66, 0x66, 0x68, 0x6c, 0x66, 0x6c, 0x70, 0x6c, 0x70, 0x70, 0x6c, 0x72, 0x79, 0x72, 0x79, 0x72, 0x79, 0x81, 0x81, 0x78, 0x81, 0x83, 0x81, 0x83, 0x83, 0x85, 0x88, 0x88, 0x83, 0x88, 0x88, 0x8d, 0x8c, 0x8d, 0x91, 0x98, 0x91, 0x9c, 0x99, 0x9f, 0xa0, 0x9f, 0xa0, 0x9f, 0xa3, 0xa3, 0xa8, 0xa3, 0xab, 0xa8, 0xab, 0xaa, 0xab, 0xb1, 0xab, 0xb1, 0xb2, 0xb1, 0xb1, 0xb5, 0xb2, 0xb5, 0xb1, 0xb2, 0xb1, 0xb1, 0xb2, 0xab, 0xab, 0xaa, 0xab, 0xaa, 0xa8, 0xa8, 0xa3, 0xa8, 0xa3, 0xa3, 0xa3, 0xa0, 0xa0, 0x9f, 0xa0, 0x99, 0x99, 0x99, 0x99, 0x99, 0x99, 0x91, 0x91, 0x8d, 0x91, 0x8d, 0x88, 0x8c, 0x8d, 0x83, 0x88, 0x88, 0x83, 0x83, 0x81, 0x7e, 0x78, 0x81, 0x78, 0x78, 0x78, 0x79, 0x72, 0x6c, 0x72, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x68, 0x66, 0x66, 0x5f, 0x5e, 0x5f, 0x5f, 0x5b, 0x5b, 0x5e, 0x57, 0x54, 0x57, 0x54, 0x54, 0x54, 0x50, 0x50, 0x50, 0x4e, 0x4e, 0x4d, 0x49, 0x4d, 0x49, 0x47, 0x47, 0x47, 0x44, 0x43, 0x40, 0x43, 0x40, 0x3e, 0x3e, 0x3b, 0x3e, 0x3b, 0x38, 0x33, 0x38, 0x33, 0x32, 0x32, 0x32, 0x32, 0x32, 0x32, 0x29, 0x32, 0x29, 0x29, 0x25, 0x29, 0x25, 0x26, 0x25, 0x25, 0x20, 0x25, 0x1e, 0x1e, 0x20, 0x1e, 0x20, 0x1e, 0x1d, 0x20, 0x1d, 0x1d, 0x1d, 0x1b, 0x1d, 0x1b, 0x10, 0x10, 0x1d, 0x10, 0x1d, 0x10, 0x1b, 0x10, 0x1b, 0x10, 0x1b, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x17, 0x10, 0x17, 0x10, 0x17, 0x10, 0x17, 0x10, 0x17, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x1b, 0x10, 0x1b, 0x10, 0x10, 0x1d, 0x10, 0x1b, 0x1d, 0x10, 0x1d, 0x1d, 0x11, 0x1d, 0x1d, 0x1b, 0x11, 0x1d, 0x11, 0x20, 0x22, 0x1e, 0x1d, 0x1e, 0x20, 0x1e, 0x1e, 0x22, 0x22, 0x1e, 0x1a, 0x1a, 0x1b, 0x1b, 0x1b, 0x1b, 0x22, 0x1f, 0x29, 0x22, 0x29, 0x23, 0x1f, 0x2c, 0x26, 0x2c, 0x2d, 0x2b, 0x3a, 0x1f, 0x06, 0x06, 0x45, 0x3a, 0x3a, 0x3a, 0x35, 0x3a, 0x3a, 0x3a, 0x2e, 0x3a, 0x2d, 0x2c, 0x2b, 0x27, 0x23, 0x1a, 0x17, 0x15, 0x05, 0x0a, 0x81, 0x61, 0x5f, 0x5e, 0x5e, 0x5e, 0x5f, 0x5f, 0x5f, 0x66, 0x66, 0x66, 0x68, 0x66, 0x66, 0x6c, 0x70, 0x72, 0x6c, 0x6c, 0x79, 0x72, 0x79, 0x72, 0x78, 0x78, 0x81, 0x79, 0x81, 0x81, 0x85, 0x83, 0x81, 0x83, 0x8d, 0x83, 0x88, 0x88, 0x88, 0x88, 0x8d, 0x8d, 0x91, 0x91, 0x91, 0x99, 0x99, 0x9f, 0x99, 0x9f, 0xa0, 0x9f, 0xa0, 0xa5, 0xa3, 0xa3, 0xa8, 0xa8, 0xa8, 0xa8, 0xab, 0xab, 0xa8, 0xb1, 0xb1, 0xb2, 0xb2, 0xb2, 0xb1, 0xb5, 0xb1, 0xb2, 0xb2, 0xb1, 0xb1, 0xb1, 0xab, 0xab, 0xab, 0xaa, 0xab, 0xa8, 0xa8, 0xa5, 0xa3, 0xa3, 0xa3, 0xa5, 0xa0, 0xa0, 0xa0, 0x99, 0xa0, 0x99, 0x99, 0x99, 0x99, 0x99, 0x91, 0x91, 0x91, 0x8d, 0x91, 0x8d, 0x8c, 0x8d, 0x88, 0x83, 0x83, 0x83, 0x81, 0x7e, 0x81, 0x7e, 0x81, 0x79, 0x78, 0x78, 0x72, 0x72, 0x72, 0x72, 0x6c, 0x6c, 0x6c, 0x68, 0x66, 0x6c, 0x66, 0x68, 0x5e, 0x5f, 0x5e, 0x5f, 0x5b, 0x5b, 0x5e, 0x54, 0x57, 0x50, 0x54, 0x50, 0x54, 0x50, 0x50, 0x50, 0x4e, 0x4e, 0x4d, 0x49, 0x4d, 0x47, 0x47, 0x47, 0x44, 0x43, 0x43, 0x40, 0x40, 0x40, 0x3e, 0x3e, 0x3b, 0x3e, 0x3b, 0x38, 0x38, 0x38, 0x32, 0x33, 0x32, 0x32, 0x32, 0x32, 0x29, 0x30, 0x29, 0x29, 0x29, 0x25, 0x29, 0x25, 0x29, 0x25, 0x25, 0x22, 0x1e, 0x1e, 0x20, 0x1e, 0x20, 0x1e, 0x20, 0x1e, 0x1d, 0x20, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x10, 0x1d, 0x10, 0x1d, 0x10, 0x1b, 0x10, 0x1b, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x17, 0x10, 0x17, 0x10, 0x17, 0x10, 0x17, 0x10, 0x17, 0x10, 0x10, 0x10, 0x10, 0x10, 0x17, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x1d, 0x10, 0x1d, 0x10, 0x10, 0x1b, 0x1d, 0x1b, 0x1d, 0x1b, 0x1d, 0x1d, 0x1d, 0x11, 0x1d, 0x1d, 0x20, 0x20, 0x22, 0x20, 0x1e, 0x1d, 0x22, 0x1e, 0x22, 0x20, 0x22, 0x20, 0x1b, 0x1a, 0x1b, 0x1b, 0x10, 0x1b, 0x1b, 0x22, 0x22, 0x22, 0x22, 0x23, 0x23, 0x2c, 0x1f, 0x2c, 0x2c, 0x2c, 0x2d, 0x3d, 0x15, 0x02, 0x09, 0x4a, 0x2d, 0x3a, 0x2f, 0x3a, 0x3a, 0x3a, 0x3a, 0x3a, 0x2d, 0x28, 0x27, 0x27, 0x27, 0x1f, 0x19, 0x15, 0x0d, 0x05, 0x15, 0x88, 0x56, 0x5f, 0x5e, 0x5e, 0x5e, 0x5e, 0x5f, 0x66, 0x66, 0x66, 0x68, 0x6c, 0x66, 0x6c, 0x70, 0x6c, 0x70, 0x6c, 0x6d, 0x79, 0x79, 0x72, 0x72, 0x78, 0x79, 0x81, 0x78, 0x81, 0x7e, 0x88, 0x81, 0x83, 0x83, 0x83, 0x8e, 0x83, 0x88, 0x88, 0x88, 0x8d, 0x91, 0x8d, 0x91, 0x91, 0x99, 0x99, 0x99, 0x9f, 0xa0, 0x9f, 0xa0, 0xa5, 0xa3, 0xa8, 0xa3, 0xa8, 0xa8, 0xab, 0xa8, 0xab, 0xab, 0xaa, 0xab, 0xb1, 0xb2, 0xb1, 0xb2, 0xb1, 0xb1, 0xb5, 0xb5, 0xb2, 0xb1, 0xb1, 0xab, 0xab, 0xab, 0xaa, 0xab, 0xb1, 0xa8, 0xa8, 0xa3, 0xa8, 0xa3, 0xa5, 0xa0, 0xa0, 0xa0, 0x9f, 0xa0, 0x99, 0x99, 0x99, 0x99, 0x91, 0x99, 0x91, 0x91, 0x8d, 0x91, 0x8c, 0x88, 0x8c, 0x88, 0x83, 0x88, 0x83, 0x83, 0x83, 0x81, 0x7e, 0x81, 0x78, 0x78, 0x78, 0x78, 0x72, 0x70, 0x72, 0x70, 0x72, 0x6c, 0x6c, 0x6c, 0x68, 0x68, 0x66, 0x66, 0x5f, 0x5e, 0x5f, 0x5f, 0x5b, 0x5b, 0x5b, 0x57, 0x54, 0x57, 0x54, 0x54, 0x51, 0x50, 0x50, 0x4e, 0x4d, 0x4e, 0x49, 0x4d, 0x47, 0x49, 0x47, 0x44, 0x47, 0x44, 0x40, 0x43, 0x40, 0x3e, 0x3e, 0x3e, 0x3b, 0x3b, 0x3b, 0x33, 0x38, 0x33, 0x32, 0x33, 0x32, 0x33, 0x29, 0x32, 0x30, 0x2b, 0x29, 0x29, 0x29, 0x29, 0x29, 0x26, 0x25, 0x21, 0x25, 0x20, 0x25, 0x22, 0x20, 0x20, 0x1e, 0x20, 0x1e, 0x20, 0x1e, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x1b, 0x10, 0x1b, 0x1b, 0x1b, 0x1b, 0x1d, 0x1b, 0x10, 0x1b, 0x10, 0x1b, 0x1b, 0x1b, 0x1b, 0x10, 0x1b, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x17, 0x10, 0x17, 0x10, 0x10, 0x10, 0x10, 0x11, 0x10, 0x10, 0x11, 0x10, 0x1b, 0x10, 0x1b, 0x10, 0x1b, 0x10, 0x1d, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1d, 0x1b, 0x11, 0x1b, 0x20, 0x1b, 0x20, 0x1e, 0x1e, 0x1d, 0x1e, 0x1d, 0x1f, 0x20, 0x1b, 0x1b, 0x1e, 0x1b, 0x1b, 0x1b, 0x10, 0x1b, 0x10, 0x1b, 0x20, 0x23, 0x22, 0x1f, 0x22, 0x23, 0x23, 0x29, 0x23, 0x2c, 0x23, 0x3a, 0x34, 0x09, 0x02, 0x15, 0x4a, 0x2d, 0x2d, 0x3a, 0x3a, 0x3a, 0x3a, 0x3a, 0x2d, 0x28, 0x2c, 0x27, 0x26, 0x23, 0x1a, 0x17, 0x13, 0x0a, 0x05, 0x39, 0x7a, 0x5f, 0x5e, 0x5b, 0x5e, 0x5e, 0x5e, 0x5f, 0x5f, 0x66, 0x68, 0x66, 0x68, 0x68, 0x6c, 0x6c, 0x72, 0x72, 0x6c, 0x72, 0x79, 0x72, 0x79, 0x72, 0x78, 0x81, 0x81, 0x7e, 0x78, 0x83, 0x85, 0x83, 0x81, 0x88, 0x88, 0x83, 0x88, 0x88, 0x88, 0x88, 0x8d, 0x8d, 0x91, 0x91, 0x91, 0x91, 0x99, 0x99, 0x9f, 0xa0, 0x9f, 0xa0, 0x9f, 0xa3, 0xa0, 0xa8, 0xa3, 0xa8, 0xa8, 0xa8, 0xab, 0xab, 0xab, 0xb2, 0xaa, 0xb2, 0xb1, 0xb2, 0xb1, 0xb5, 0xb1, 0xb1, 0xb2, 0xb1, 0xb1, 0xb1, 0xab, 0xab, 0xab, 0xaa, 0xab, 0xa8, 0xa8, 0xa5, 0xa3, 0xa3, 0xa3, 0x9f, 0xa0, 0xa0, 0xa0, 0x9f, 0x99, 0x99, 0x99, 0x99, 0x99, 0x99, 0x91, 0x91, 0x91, 0x8d, 0x91, 0x88, 0x8c, 0x88, 0x88, 0x83, 0x83, 0x83, 0x81, 0x7e, 0x81, 0x78, 0x81, 0x72, 0x81, 0x78, 0x72, 0x72, 0x72, 0x72, 0x6c, 0x6c, 0x6c, 0x68, 0x66, 0x6c, 0x66, 0x68, 0x5e, 0x5f, 0x5e, 0x5f, 0x5b, 0x5b, 0x57, 0x57, 0x57, 0x50, 0x54, 0x50, 0x54, 0x50, 0x50, 0x4e, 0x4e, 0x4e, 0x4d, 0x49, 0x4d, 0x47, 0x47, 0x47, 0x44, 0x43, 0x43, 0x40, 0x3e, 0x40, 0x3b, 0x3e, 0x3b, 0x3b, 0x3b, 0x38, 0x33, 0x38, 0x32, 0x32, 0x33, 0x32, 0x32, 0x29, 0x32, 0x29, 0x29, 0x29, 0x29, 0x25, 0x29, 0x25, 0x25, 0x29, 0x25, 0x22, 0x1e, 0x25, 0x1e, 0x20, 0x1e, 0x20, 0x1e, 0x1d, 0x1e, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x1b, 0x1d, 0x10, 0x1b, 0x10, 0x1d, 0x10, 0x1b, 0x10, 0x1a, 0x10, 0x1a, 0x10, 0x1b, 0x10, 0x1b, 0x17, 0x10, 0x17, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x17, 0x10, 0x10, 0x10, 0x17, 0x10, 0x17, 0x10, 0x17, 0x10, 0x10, 0x10, 0x1b, 0x10, 0x1d, 0x10, 0x1d, 0x10, 0x10, 0x10, 0x1d, 0x1b, 0x1b, 0x1b, 0x1b, 0x1d, 0x1b, 0x1b, 0x1b, 0x1d, 0x1b, 0x1d, 0x1b, 0x20, 0x1f, 0x1e, 0x1e, 0x1e, 0x1d, 0x1e, 0x20, 0x1e, 0x1b, 0x20, 0x1b, 0x1b, 0x1b, 0x10, 0x1b, 0x10, 0x1b, 0x20, 0x1f, 0x22, 0x1f, 0x22, 0x23, 0x23, 0x2c, 0x1f, 0x2c, 0x27, 0x29, 0x3a, 0x1f, 0x06, 0x06, 0x24, 0x45, 0x2d, 0x3a, 0x2d, 0x3a, 0x3a, 0x2e, 0x2d, 0x2d, 0x28, 0x28, 0x27, 0x23, 0x1f, 0x17, 0x15, 0x13, 0x07, 0x07, 0x61, 0x68, 0x61, 0x5f, 0x5e, 0x5e, 0x5e, 0x5e, 0x5f, 0x66, 0x66, 0x66, 0x68, 0x66, 0x68, 0x70, 0x6c, 0x72, 0x6c, 0x6c, 0x70, 0x78, 0x79, 0x72, 0x72, 0x78, 0x81, 0x81, 0x7e, 0x7e, 0x83, 0x83, 0x85, 0x7e, 0x88, 0x83, 0x83, 0x88, 0x88, 0x88, 0x88, 0x8d, 0x8c, 0x8d, 0x91, 0x91, 0x99, 0x98, 0x99, 0x9f, 0x9f, 0xa0, 0x9f, 0xa3, 0xa5, 0xa3, 0xa3, 0xa8, 0xa8, 0xa8, 0xab, 0xa8, 0xab, 0xb1, 0xab, 0xb1, 0xb2, 0xb1, 0xb2, 0xb1, 0xb1, 0xb1, 0xb5, 0xb2, 0xb1, 0xb1, 0xb1, 0xab, 0xab, 0xaa, 0xab, 0xa8, 0xa8, 0xa3, 0xa8, 0xa3, 0xa5, 0xa3, 0xa3, 0xa0, 0x9f, 0xa0, 0x99, 0xa0, 0x9f, 0x99, 0x99, 0x99, 0x91, 0x95, 0x91, 0x8d, 0x91, 0x8d, 0x8c, 0x88, 0x8d, 0x83, 0x88, 0x83, 0x83, 0x85, 0x7e, 0x7e, 0x81, 0x7e, 0x78, 0x78, 0x72, 0x78, 0x70, 0x72, 0x70, 0x72, 0x6c, 0x6c, 0x6c, 0x68, 0x68, 0x66, 0x61, 0x66, 0x5f, 0x5f, 0x5f, 0x5b, 0x5b, 0x5b, 0x57, 0x54, 0x57, 0x57, 0x54, 0x51, 0x51, 0x4e, 0x50, 0x4e, 0x4e, 0x4d, 0x49, 0x4d, 0x49, 0x49, 0x47, 0x44, 0x44, 0x40, 0x43, 0x40, 0x40, 0x40, 0x3e, 0x3e, 0x40, 0x3b, 0x3b, 0x38, 0x33, 0x33, 0x33, 0x32, 0x32, 0x33, 0x32, 0x29, 0x29, 0x2b, 0x29, 0x29, 0x29, 0x29, 0x26, 0x29, 0x21, 0x25, 0x25, 0x22, 0x20, 0x20, 0x25, 0x20, 0x1e, 0x20, 0x1e, 0x1d, 0x1e, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x1d, 0x1b, 0x1d, 0x1b, 0x1b, 0x1d, 0x1b, 0x10, 0x1b, 0x10, 0x1b, 0x10, 0x10, 0x10, 0x1d, 0x17, 0x10, 0x17, 0x10, 0x17, 0x10, 0x17, 0x10, 0x17, 0x10, 0x10, 0x10, 0x1b, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x1b, 0x10, 0x10, 0x10, 0x10, 0x10, 0x11, 0x10, 0x1b, 0x10, 0x1b, 0x1d, 0x1d, 0x1d, 0x1d, 0x1e, 0x1d, 0x1d, 0x1b, 0x11, 0x1d, 0x20, 0x20, 0x1e, 0x1d, 0x1e, 0x1e, 0x1e, 0x1f, 0x1d, 0x1e, 0x1d, 0x1f, 0x11, 0x1b, 0x10, 0x1a, 0x10, 0x10, 0x17, 0x1b, 0x20, 0x1e, 0x22, 0x22, 0x1f, 0x22, 0x23, 0x1f, 0x23, 0x2c, 0x27, 0x2c, 0x3a, 0x15, 0x04, 0x09, 0x3a, 0x2d, 0x2d, 0x2d, 0x3a, 0x2d, 0x3a, 0x2d, 0x28, 0x2d, 0x27, 0x27, 0x23, 0x23, 0x19, 0x17, 0x13, 0x0d, 0x05, 0x0a, 0x87, 0x5e, 0x5c, 0x5e, 0x5b, 0x5e, 0x5e, 0x5f, 0x5e, 0x61, 0x66, 0x68, 0x68, 0x68, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x72, 0x79, 0x72, 0x79, 0x72, 0x79, 0x81, 0x81, 0x78, 0x81, 0x83, 0x81, 0x7e, 0x83, 0x88, 0x88, 0x83, 0x88, 0x88, 0x8c, 0x88, 0x8c, 0x8d, 0x8c, 0x91, 0x91, 0x91, 0xa0, 0x99, 0x9f, 0xa0, 0xa0, 0xa0, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa5, 0xaa, 0xa8, 0xa8, 0xab, 0xab, 0xb2, 0xaa, 0xb2, 0xb1, 0xb5, 0xb1, 0xb1, 0xb5, 0xb2, 0xb2, 0xb1, 0xb1, 0xb1, 0xab, 0xb1, 0xa8, 0xb1, 0xa8, 0xa8, 0xa8, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa0, 0x9f, 0x9f, 0xa0, 0x99, 0x9f, 0x99, 0x99, 0x99, 0x91, 0x91, 0x91, 0x91, 0x8d, 0x8c, 0x8d, 0x8c, 0x88, 0x88, 0x83, 0x88, 0x83, 0x83, 0x81, 0x7e, 0x81, 0x78, 0x7e, 0x78, 0x78, 0x72, 0x79, 0x6d, 0x72, 0x70, 0x6c, 0x6c, 0x68, 0x6c, 0x66, 0x66, 0x68, 0x5f, 0x5f, 0x5f, 0x5f, 0x5b, 0x5b, 0x5b, 0x57, 0x56, 0x57, 0x54, 0x54, 0x54, 0x50, 0x50, 0x4e, 0x50, 0x4e, 0x4d, 0x49, 0x4d, 0x49, 0x47, 0x44, 0x47, 0x44, 0x44, 0x40, 0x40, 0x40, 0x3e, 0x3e, 0x40, 0x3e, 0x39, 0x38, 0x38, 0x33, 0x38, 0x33, 0x32, 0x33, 0x32, 0x32, 0x32, 0x29, 0x32, 0x29, 0x32, 0x25, 0x2b, 0x29, 0x26, 0x25, 0x26, 0x22, 0x25, 0x1e, 0x25, 0x1e, 0x22, 0x20, 0x1e, 0x1e, 0x1e, 0x1d, 0x20, 0x1e, 0x1d, 0x1d, 0x1d, 0x1b, 0x1d, 0x1d, 0x1b, 0x10, 0x1b, 0x10, 0x1b, 0x10, 0x1d, 0x10, 0x10, 0x10, 0x10, 0x1b, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x1b, 0x17, 0x1b, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x1b, 0x17, 0x1b, 0x10, 0x1b, 0x10, 0x1d, 0x10, 0x10, 0x1b, 0x1b, 0x1b, 0x1d, 0x1b, 0x1d, 0x1d, 0x1d, 0x1e, 0x1d, 0x1b, 0x1d, 0x20, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x20, 0x1b, 0x20, 0x1a, 0x20, 0x17, 0x1b, 0x10, 0x1b, 0x17, 0x10, 0x1b, 0x1f, 0x20, 0x1f, 0x22, 0x1f, 0x1f, 0x1f, 0x23, 0x23, 0x27, 0x23, 0x2d, 0x2d, 0x0b, 0x06, 0x0e, 0x45, 0x2c, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x28, 0x28, 0x27, 0x23, 0x23, 0x1f, 0x19, 0x15, 0x13, 0x0a, 0x05, 0x0f, 0x91, 0x5b, 0x61, 0x5b, 0x5e, 0x5b, 0x5e, 0x5f, 0x66, 0x66, 0x66, 0x68, 0x68, 0x68, 0x6c, 0x70, 0x6c, 0x72, 0x6c, 0x6c, 0x79, 0x72, 0x79, 0x72, 0x72, 0x81, 0x78, 0x81, 0x78, 0x7e, 0x83, 0x7e, 0x7e, 0x83, 0x88, 0x88, 0x83, 0x88, 0x8c, 0x88, 0x8c, 0x88, 0x8c, 0x8d, 0x91, 0x91, 0x91, 0x99, 0x99, 0xa0, 0x9f, 0xa0, 0xa0, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa8, 0xa8, 0xa8, 0xab, 0xab, 0xb1, 0xaa, 0xb2, 0xab, 0xb1, 0xb1, 0xb1, 0xb2, 0xb5, 0xb1, 0xb2, 0xb1, 0xb1, 0xb1, 0xab, 0xab, 0xaa, 0xab, 0xa8, 0xa8, 0xa3, 0xa8, 0xa3, 0xa5, 0xa3, 0xa3, 0xa0, 0x9f, 0xa0, 0x9f, 0x99, 0x99, 0x99, 0x9a, 0x91, 0x98, 0x91, 0x91, 0x8d, 0x91, 0x91, 0x8d, 0x8c, 0x88, 0x83, 0x88, 0x83, 0x83, 0x81, 0x7e, 0x81, 0x7e, 0x7e, 0x78, 0x78, 0x78, 0x72, 0x72, 0x72, 0x72, 0x6c, 0x6c, 0x6c, 0x6c, 0x66, 0x68, 0x66, 0x61, 0x66, 0x5f, 0x5f, 0x5f, 0x5f, 0x57, 0x5b, 0x57, 0x57, 0x54, 0x57, 0x51, 0x54, 0x51, 0x4e, 0x50, 0x4e, 0x4e, 0x50, 0x49, 0x4d, 0x49, 0x47, 0x49, 0x44, 0x44, 0x44, 0x43, 0x40, 0x40, 0x3e, 0x40, 0x3b, 0x40, 0x3b, 0x3b, 0x38, 0x38, 0x38, 0x32, 0x33, 0x32, 0x2b, 0x32, 0x32, 0x29, 0x2b, 0x29, 0x29, 0x29, 0x29, 0x26, 0x29, 0x25, 0x25, 0x26, 0x22, 0x25, 0x22, 0x26, 0x20, 0x1e, 0x20, 0x1e, 0x1e, 0x1e, 0x1e, 0x1d, 0x1e, 0x1e, 0x1e, 0x1d, 0x1b, 0x1b, 0x1b, 0x1b, 0x1d, 0x1b, 0x1d, 0x1b, 0x1b, 0x10, 0x1a, 0x10, 0x1b, 0x10, 0x1a, 0x10, 0x1b, 0x1b, 0x1a, 0x10, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x10, 0x1b, 0x10, 0x1b, 0x10, 0x1b, 0x10, 0x1b, 0x10, 0x1b, 0x10, 0x1b, 0x10, 0x10, 0x1d, 0x1b, 0x1b, 0x10, 0x1b, 0x10, 0x1b, 0x10, 0x1b, 0x1d, 0x1b, 0x1b, 0x1b, 0x1d, 0x1b, 0x1d, 0x1b, 0x1b, 0x1d, 0x1b, 0x1d, 0x20, 0x1e, 0x1e, 0x1e, 0x20, 0x1e, 0x1e, 0x1e, 0x1f, 0x1b, 0x20, 0x1d, 0x1f, 0x1b, 0x1b, 0x17, 0x10, 0x17, 0x17, 0x10, 0x1f, 0x1e, 0x1f, 0x1f, 0x1f, 0x1f, 0x1f, 0x1f, 0x22, 0x23, 0x2c, 0x27, 0x2d, 0x19, 0x07, 0x06, 0x1c, 0x3a, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x27, 0x27, 0x27, 0x23, 0x23, 0x1f, 0x19, 0x17, 0x13, 0x0d, 0x0a, 0x05, 0x39, 0x7a, 0x5f, 0x5f, 0x5f, 0x5e, 0x5b, 0x5f, 0x61, 0x68, 0x68, 0x68, 0x66, 0x61, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x72, 0x72, 0x78, 0x78, 0x72, 0x78, 0x7e, 0x81, 0x81, 0x78, 0x7e, 0x85, 0x83, 0x81, 0x83, 0x88, 0x88, 0x83, 0x88, 0x88, 0x8c, 0x8c, 0x8d, 0x8c, 0x8d, 0x91, 0x91, 0x91, 0x99, 0x99, 0x9f, 0xa0, 0xa0, 0xa3, 0xa3, 0xa3, 0xa3, 0xa5, 0xa3, 0xab, 0xa8, 0xaa, 0xa8, 0xab, 0xab, 0xb1, 0xab, 0xb1, 0xb1, 0xb1, 0xb5, 0xb1, 0xb5, 0xb2, 0xb1, 0xb1, 0xaa, 0xb1, 0xab, 0xaa, 0xab, 0xaa, 0xab, 0xa8, 0xa8, 0xa3, 0xa5, 0xa3, 0xa3, 0xa3, 0xa0, 0x9f, 0x99, 0xa0, 0x99, 0x99, 0x99, 0x99, 0x99, 0x91, 0x91, 0x91, 0x91, 0x8d, 0x91, 0x88, 0x8c, 0x88, 0x88, 0x83, 0x83, 0x83, 0x83, 0x81, 0x7e, 0x81, 0x78, 0x7e, 0x78, 0x78, 0x78, 0x72, 0x72, 0x70, 0x6d, 0x70, 0x6c, 0x68, 0x6c, 0x66, 0x68, 0x66, 0x61, 0x5f, 0x5f, 0x5f, 0x5b, 0x5b, 0x5b, 0x57, 0x54, 0x57, 0x54, 0x54, 0x51, 0x51, 0x50, 0x4e, 0x50, 0x4e, 0x4d, 0x4d, 0x49, 0x49, 0x47, 0x44, 0x47, 0x44, 0x44, 0x40, 0x43, 0x40, 0x3e, 0x3e, 0x3e, 0x40, 0x3b, 0x3b, 0x33, 0x3b, 0x33, 0x38, 0x32, 0x33, 0x32, 0x32, 0x29, 0x29, 0x29, 0x32, 0x26, 0x29, 0x29, 0x29, 0x26, 0x25, 0x26, 0x25, 0x26, 0x20, 0x21, 0x21, 0x21, 0x1e, 0x22, 0x21, 0x22, 0x1e, 0x20, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1b, 0x1e, 0x1b, 0x1d, 0x10, 0x1d, 0x10, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x10, 0x1a, 0x10, 0x1a, 0x1d, 0x1b, 0x1b, 0x10, 0x1a, 0x10, 0x1a, 0x10, 0x1b, 0x10, 0x19, 0x10, 0x1b, 0x10, 0x1d, 0x10, 0x1b, 0x10, 0x1b, 0x10, 0x1b, 0x1d, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1d, 0x1d, 0x1b, 0x1b, 0x1e, 0x1e, 0x1a, 0x1e, 0x1b, 0x1e, 0x1b, 0x1e, 0x1e, 0x20, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x20, 0x1b, 0x20, 0x1b, 0x1b, 0x17, 0x10, 0x17, 0x10, 0x17, 0x1a, 0x1f, 0x1f, 0x1f, 0x23, 0x1f, 0x1e, 0x1f, 0x1f, 0x23, 0x23, 0x23, 0x23, 0x2d, 0x13, 0x06, 0x09, 0x2d, 0x34, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x27, 0x27, 0x27, 0x23, 0x23, 0x1a, 0x19, 0x15, 0x13, 0x0d, 0x05, 0x07, 0x61, 0x6a, 0x5b, 0x5f, 0x5f, 0x5b, 0x5e, 0x61, 0x66, 0x68, 0x61, 0x66, 0x68, 0x68, 0x6c, 0x68, 0x70, 0x6c, 0x6d, 0x6c, 0x72, 0x79, 0x78, 0x78, 0x72, 0x78, 0x7e, 0x7e, 0x78, 0x78, 0x83, 0x83, 0x7e, 0x7e, 0x8d, 0x88, 0x83, 0x83, 0x8d, 0x8c, 0x88, 0x8c, 0x8d, 0x8c, 0x8d, 0x91, 0x91, 0x99, 0x99, 0xa0, 0x9f, 0xa0, 0xa3, 0xa0, 0xa3, 0xa3, 0xa3, 0xa3, 0xa8, 0xa8, 0xab, 0xa8, 0xab, 0xa8, 0xb1, 0xab, 0xb1, 0xab, 0xb1, 0xb1, 0xb1, 0xb4, 0xb5, 0xb5, 0xb1, 0xb2, 0xb1, 0xb1, 0xb1, 0xa8, 0xaa, 0xa8, 0xa8, 0xab, 0xa3, 0xa8, 0xa8, 0x9f, 0xa3, 0xa0, 0xa0, 0x9f, 0xa0, 0x99, 0x9f, 0x99, 0x99, 0x99, 0x9a, 0x95, 0x91, 0x91, 0x91, 0x91, 0x8d, 0x8d, 0x8c, 0x8d, 0x83, 0x88, 0x83, 0x83, 0x81, 0x7e, 0x7e, 0x7e, 0x81, 0x78, 0x78, 0x78, 0x72, 0x72, 0x72, 0x6d, 0x72, 0x6c, 0x6c, 0x6c, 0x68, 0x68, 0x66, 0x68, 0x66, 0x5f, 0x5f, 0x5f, 0x5f, 0x5b, 0x5b, 0x56, 0x57, 0x54, 0x54, 0x57, 0x50, 0x51, 0x50, 0x50, 0x4e, 0x4e, 0x4d, 0x4d, 0x49, 0x49, 0x44, 0x47, 0x44, 0x43, 0x44, 0x43, 0x40, 0x40, 0x40, 0x3e, 0x3b, 0x39, 0x3b, 0x3b, 0x38, 0x38, 0x38, 0x38, 0x33, 0x32, 0x2b, 0x33, 0x32, 0x32, 0x2b, 0x29, 0x29, 0x29, 0x2b, 0x29, 0x26, 0x29, 0x25, 0x26, 0x25, 0x21, 0x25, 0x25, 0x21, 0x20, 0x1e, 0x22, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1d, 0x1e, 0x1d, 0x1e, 0x1d, 0x1b, 0x1b, 0x1b, 0x10, 0x1b, 0x10, 0x1b, 0x10, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x10, 0x1a, 0x10, 0x1b, 0x10, 0x1b, 0x10, 0x1b, 0x10, 0x1b, 0x10, 0x1d, 0x1b, 0x1e, 0x1d, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1d, 0x1e, 0x1b, 0x1d, 0x1b, 0x1e, 0x1b, 0x1e, 0x1e, 0x1e, 0x1e, 0x22, 0x1e, 0x1e, 0x1e, 0x20, 0x1e, 0x1b, 0x1e, 0x1d, 0x1e, 0x1e, 0x1f, 0x1a, 0x10, 0x1a, 0x10, 0x17, 0x17, 0x17, 0x20, 0x1f, 0x1f, 0x1f, 0x1a, 0x1f, 0x1f, 0x1f, 0x1f, 0x23, 0x1f, 0x23, 0x2d, 0x23, 0x0c, 0x06, 0x0f, 0x3a, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x27, 0x27, 0x23, 0x23, 0x23, 0x23, 0x19, 0x16, 0x13, 0x0d, 0x0b, 0x05, 0x0c, 0x83, 0x5f, 0x5f, 0x61, 0x5f, 0x5f, 0x5f, 0x5f, 0x66, 0x61, 0x66, 0x66, 0x66, 0x68, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x72, 0x78, 0x78, 0x78, 0x72, 0x6d, 0x7e, 0x81, 0x7e, 0x79, 0x7a, 0x85, 0x83, 0x85, 0x7e, 0x88, 0x88, 0x83, 0x88, 0x8c, 0x8c, 0x8c, 0x8d, 0x8c, 0x8d, 0x91, 0x91, 0x91, 0x99, 0x99, 0x99, 0x99, 0xa0, 0x9f, 0xa3, 0xa0, 0xa3, 0xa3, 0xa3, 0xab, 0xa3, 0xaa, 0xa8, 0xaa, 0xa8, 0xb1, 0xb1, 0xab, 0xb1, 0xb1, 0xb1, 0xb5, 0xb1, 0xb5, 0xb5, 0xb1, 0xb1, 0xb2, 0xb2, 0xaa, 0xab, 0xaa, 0xa8, 0xa8, 0xa8, 0xa8, 0xa3, 0xa5, 0xa3, 0xa3, 0xa0, 0xa0, 0x9f, 0xa0, 0x99, 0xa0, 0x99, 0x99, 0x9a, 0x99, 0x91, 0x91, 0x91, 0x91, 0x8d, 0x91, 0x88, 0x8c, 0x88, 0x8d, 0x83, 0x83, 0x83, 0x83, 0x81, 0x7e, 0x78, 0x7e, 0x78, 0x78, 0x78, 0x78, 0x72, 0x72, 0x72, 0x6c, 0x6d, 0x6c, 0x6c, 0x6c, 0x66, 0x68, 0x61, 0x66, 0x5f, 0x5e, 0x5f, 0x5b, 0x5b, 0x5b, 0x56, 0x57, 0x56, 0x54, 0x54, 0x51, 0x50, 0x4e, 0x50, 0x4e, 0x4d, 0x4e, 0x49, 0x49, 0x49, 0x47, 0x44, 0x44, 0x44, 0x40, 0x43, 0x40, 0x40, 0x3e, 0x3e, 0x3b, 0x3e, 0x3b, 0x3b, 0x38, 0x33, 0x3b, 0x33, 0x32, 0x33, 0x32, 0x32, 0x32, 0x32, 0x29, 0x2b, 0x29, 0x29, 0x26, 0x29, 0x26, 0x29, 0x26, 0x25, 0x26, 0x25, 0x21, 0x25, 0x1e, 0x1e, 0x25, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1d, 0x1e, 0x1e, 0x1d, 0x1e, 0x1b, 0x1b, 0x1b, 0x1b, 0x1d, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1d, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x10, 0x1b, 0x17, 0x1b, 0x10, 0x1b, 0x1b, 0x1b, 0x1d, 0x1b, 0x1d, 0x1b, 0x1d, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1e, 0x1b, 0x1b, 0x1d, 0x1b, 0x1e, 0x1b, 0x1d, 0x1b, 0x1e, 0x1d, 0x1f, 0x1e, 0x1f, 0x1e, 0x20, 0x1e, 0x1e, 0x1e, 0x1e, 0x1d, 0x1d, 0x1f, 0x1f, 0x1b, 0x1b, 0x1b, 0x17, 0x17, 0x10, 0x17, 0x11, 0x1f, 0x1a, 0x1f, 0x1a, 0x1f, 0x1f, 0x1f, 0x1f, 0x23, 0x23, 0x23, 0x23, 0x34, 0x16, 0x09, 0x07, 0x16, 0x3a, 0x2d, 0x28, 0x2d, 0x2d, 0x28, 0x2d, 0x24, 0x24, 0x23, 0x23, 0x24, 0x19, 0x19, 0x15, 0x13, 0x0d, 0x0a, 0x05, 0x15, 0x91, 0x57, 0x61, 0x5f, 0x5f, 0x61, 0x5f, 0x5f, 0x66, 0x66, 0x66, 0x66, 0x61, 0x6c, 0x6c, 0x6c, 0x70, 0x6c, 0x6c, 0x6d, 0x78, 0x72, 0x78, 0x72, 0x72, 0x81, 0x7e, 0x81, 0x7a, 0x78, 0x83, 0x83, 0x7e, 0x7e, 0x88, 0x88, 0x83, 0x88, 0x8c, 0x8c, 0x88, 0x8c, 0x8d, 0x91, 0x91, 0x91, 0x91, 0x99, 0x9a, 0x99, 0xa0, 0x99, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa8, 0xa3, 0xa8, 0xa8, 0xaa, 0xaa, 0xaa, 0xb1, 0xab, 0xb1, 0xb1, 0xb1, 0xb1, 0xb1, 0xb6, 0xb5, 0xb1, 0xb1, 0xb2, 0xb1, 0xb2, 0xb1, 0xab, 0xaa, 0xa8, 0xab, 0xa8, 0xa8, 0xa8, 0xa8, 0x9f, 0xa3, 0xa3, 0x9f, 0xa0, 0x9f, 0xa0, 0x99, 0x99, 0x99, 0x99, 0x99, 0x98, 0x91, 0x91, 0x91, 0x8c, 0x8d, 0x8d, 0x8c, 0x8d, 0x88, 0x88, 0x83, 0x83, 0x81, 0x7e, 0x7e, 0x7e, 0x78, 0x81, 0x78, 0x78, 0x72, 0x72, 0x72, 0x72, 0x6d, 0x6c, 0x6c, 0x68, 0x6c, 0x68, 0x66, 0x68, 0x66, 0x5f, 0x5f, 0x61, 0x5f, 0x5b, 0x5b, 0x57, 0x56, 0x54, 0x54, 0x54, 0x54, 0x51, 0x51, 0x4e, 0x51, 0x4e, 0x4d, 0x4d, 0x4e, 0x4d, 0x49, 0x44, 0x49, 0x44, 0x44, 0x40, 0x44, 0x40, 0x40, 0x40, 0x3e, 0x39, 0x40, 0x3b, 0x38, 0x39, 0x38, 0x3b, 0x32, 0x33, 0x33, 0x2b, 0x33, 0x32, 0x2b, 0x32, 0x26, 0x29, 0x2b, 0x29, 0x29, 0x26, 0x25, 0x26, 0x25, 0x26, 0x25, 0x22, 0x25, 0x1e, 0x21, 0x1e, 0x21, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1b, 0x1e, 0x1d, 0x1b, 0x1d, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1d, 0x1a, 0x10, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1d, 0x1b, 0x1b, 0x1e, 0x1b, 0x1b, 0x1b, 0x1e, 0x1b, 0x1d, 0x1b, 0x1b, 0x1e, 0x1a, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1a, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x21, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1f, 0x1d, 0x1f, 0x1d, 0x1f, 0x1a, 0x10, 0x17, 0x17, 0x10, 0x17, 0x17, 0x1b, 0x1a, 0x1a, 0x1a, 0x1a, 0x1f, 0x1f, 0x1f, 0x1f, 0x23, 0x23, 0x1f, 0x2c, 0x27, 0x13, 0x09, 0x09, 0x2c, 0x2d, 0x28, 0x27, 0x2d, 0x27, 0x2d, 0x27, 0x24, 0x23, 0x23, 0x23, 0x1f, 0x19, 0x17, 0x13, 0x13, 0x0a, 0x07, 0x05, 0x49, 0x76, 0x5f, 0x5e, 0x5c, 0x5f, 0x5f, 0x5f, 0x61, 0x68, 0x66, 0x68, 0x61, 0x68, 0x6c, 0x6c, 0x6c, 0x6c, 0x6d, 0x68, 0x78, 0x72, 0x78, 0x78, 0x72, 0x7a, 0x81, 0x7e, 0x7e, 0x72, 0x7e, 0x85, 0x83, 0x7e, 0x83, 0x88, 0x88, 0x83, 0x88, 0x8d, 0x8c, 0x8c, 0x8d, 0x8c, 0x8c, 0x91, 0x91, 0x91, 0x91, 0x99, 0x99, 0xa0, 0xa0, 0xa3, 0xa0, 0xa3, 0xa0, 0xa6, 0xa3, 0xa8, 0xa8, 0xa6, 0xab, 0xaa, 0xab, 0xaa, 0xb1, 0xab, 0xb1, 0xb1, 0xb1, 0xb1, 0xb5, 0xb5, 0xb1, 0xb1, 0xb1, 0xb2, 0xb1, 0xab, 0xb1, 0xab, 0xaa, 0xab, 0xa8, 0xa8, 0xa3, 0xa5, 0xa3, 0xa3, 0xa3, 0xa0, 0x9f, 0x99, 0x9f, 0x99, 0xa0, 0x99, 0x92, 0x99, 0x91, 0x91, 0x91, 0x91, 0x8d, 0x88, 0x8d, 0x8c, 0x88, 0x88, 0x88, 0x83, 0x88, 0x7e, 0x83, 0x81, 0x7e, 0x81, 0x78, 0x78, 0x78, 0x72, 0x78, 0x72, 0x72, 0x6c, 0x6c, 0x6c, 0x68, 0x6c, 0x68, 0x66, 0x61, 0x5f, 0x5f, 0x5e, 0x5f, 0x5f, 0x5b, 0x5e, 0x56, 0x57, 0x51, 0x54, 0x54, 0x54, 0x54, 0x51, 0x4e, 0x51, 0x4e, 0x4e, 0x4e, 0x4e, 0x49, 0x4e, 0x49, 0x49, 0x49, 0x44, 0x44, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x39, 0x3e, 0x39, 0x3b, 0x39, 0x33, 0x38, 0x33, 0x31, 0x33, 0x33, 0x2b, 0x33, 0x2b, 0x29, 0x2b, 0x29, 0x29, 0x29, 0x25, 0x26, 0x26, 0x29, 0x26, 0x25, 0x21, 0x21, 0x25, 0x21, 0x25, 0x21, 0x21, 0x21, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1a, 0x1e, 0x1b, 0x1e, 0x1e, 0x1a, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1a, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1e, 0x1a, 0x1e, 0x1a, 0x1e, 0x1a, 0x1e, 0x1e, 0x1d, 0x1b, 0x1d, 0x1e, 0x1e, 0x1e, 0x1e, 0x1f, 0x1e, 0x1e, 0x21, 0x1e, 0x21, 0x1e, 0x1f, 0x1e, 0x1f, 0x1e, 0x1e, 0x20, 0x1e, 0x1e, 0x1f, 0x1e, 0x1f, 0x1e, 0x1f, 0x1b, 0x1b, 0x17, 0x10, 0x17, 0x17, 0x17, 0x19, 0x1f, 0x1b, 0x1a, 0x1a, 0x1f, 0x1f, 0x1f, 0x1c, 0x23, 0x23, 0x23, 0x23, 0x2c, 0x19, 0x0d, 0x0a, 0x0c, 0x45, 0x27, 0x27, 0x27, 0x28, 0x27, 0x28, 0x27, 0x23, 0x24, 0x23, 0x23, 0x1c, 0x17, 0x15, 0x13, 0x0d, 0x0b, 0x05, 0x07, 0x72, 0x65, 0x5f, 0x61, 0x5f, 0x5f, 0x5f, 0x61, 0x68, 0x68, 0x68, 0x68, 0x61, 0x68, 0x6c, 0x6d, 0x6c, 0x72, 0x6c, 0x6d, 0x78, 0x78, 0x78, 0x72, 0x72, 0x7a, 0x7e, 0x7e, 0x7a, 0x78, 0x83, 0x83, 0x82, 0x7e, 0x83, 0x8d, 0x88, 0x82, 0x83, 0x91, 0x8c, 0x91, 0x8d, 0x8c, 0x8d, 0x91, 0x8c, 0x91, 0x99, 0x99, 0xa0, 0xa0, 0xa0, 0xa3, 0xa3, 0xa0, 0xa3, 0xa3, 0xa8, 0xa8, 0xa8, 0xa8, 0xaa, 0xab, 0xaa, 0xab, 0xb1, 0xaa, 0xb1, 0xb1, 0xb1, 0xb5, 0xb5, 0xb5, 0xb5, 0xb2, 0xb1, 0xb2, 0xb1, 0xb2, 0xaa, 0xaa, 0xa8, 0xab, 0xa8, 0xa8, 0xa8, 0xa3, 0xa0, 0xa3, 0xa3, 0xa0, 0x9f, 0xa0, 0x99, 0xa0, 0x99, 0x99, 0x91, 0x99, 0x98, 0x91, 0x91, 0x91, 0x8c, 0x91, 0x8d, 0x8c, 0x88, 0x88, 0x88, 0x83, 0x83, 0x81, 0x7e, 0x7e, 0x7e, 0x78, 0x81, 0x78, 0x78, 0x72, 0x72, 0x72, 0x72, 0x72, 0x6c, 0x6c, 0x68, 0x6c, 0x68, 0x68, 0x66, 0x68, 0x66, 0x5f, 0x61, 0x5f, 0x5b, 0x5b, 0x57, 0x5b, 0x54, 0x54, 0x54, 0x54, 0x51, 0x50, 0x51, 0x4e, 0x4e, 0x4e, 0x4d, 0x4e, 0x4e, 0x49, 0x47, 0x49, 0x44, 0x44, 0x40, 0x44, 0x40, 0x40, 0x40, 0x40, 0x3e, 0x39, 0x3e, 0x3b, 0x3b, 0x39, 0x3b, 0x33, 0x33, 0x33, 0x33, 0x2b, 0x32, 0x2b, 0x32, 0x2b, 0x29, 0x2b, 0x29, 0x26, 0x29, 0x26, 0x29, 0x26, 0x29, 0x26, 0x21, 0x25, 0x26, 0x21, 0x21, 0x21, 0x1e, 0x21, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1a, 0x1b, 0x1e, 0x1e, 0x1a, 0x1a, 0x1b, 0x1a, 0x1b, 0x1b, 0x1e, 0x1b, 0x1b, 0x1e, 0x1b, 0x1b, 0x1b, 0x1b, 0x1a, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1e, 0x1b, 0x1e, 0x1a, 0x1e, 0x1a, 0x1e, 0x1e, 0x1e, 0x1e, 0x22, 0x1e, 0x1e, 0x1e, 0x21, 0x1e, 0x1a, 0x1e, 0x1e, 0x22, 0x1e, 0x1e, 0x22, 0x1e, 0x1e, 0x1e, 0x1e, 0x20, 0x1a, 0x22, 0x1a, 0x22, 0x1a, 0x1e, 0x1f, 0x1b, 0x1a, 0x17, 0x17, 0x17, 0x10, 0x15, 0x17, 0x1a, 0x1a, 0x1a, 0x1a, 0x1f, 0x1f, 0x1f, 0x1f, 0x1f, 0x23, 0x23, 0x23, 0x23, 0x27, 0x16, 0x0b, 0x0a, 0x16, 0x3a, 0x27, 0x27, 0x27, 0x27, 0x27, 0x27, 0x28, 0x23, 0x23, 0x23, 0x1f, 0x19, 0x16, 0x15, 0x0d, 0x0d, 0x0a, 0x05, 0x0c, 0x87, 0x5f, 0x5e, 0x5c, 0x5b, 0x5f, 0x5f, 0x61, 0x61, 0x68, 0x68, 0x61, 0x68, 0x68, 0x6c, 0x6c, 0x72, 0x6c, 0x6d, 0x72, 0x78, 0x72, 0x78, 0x6d, 0x72, 0x7a, 0x7e, 0x7e, 0x78, 0x7a, 0x7e, 0x88, 0x83, 0x7e, 0x83, 0x88, 0x88, 0x7e, 0x88, 0x8c, 0x88, 0x8c, 0x8d, 0x8c, 0x91, 0x91, 0x91, 0x8c, 0x99, 0x99, 0x9a, 0xa0, 0xa0, 0xa0, 0xa3, 0xa3, 0xa3, 0xa6, 0xa3, 0xa8, 0xa8, 0xa8, 0xaa, 0xb1, 0xaa, 0xaa, 0xb1, 0xab, 0xb1, 0xb1, 0xb1, 0xb5, 0xb5, 0xb5, 0xb1, 0xb4, 0xab, 0xb1, 0xab, 0xaa, 0xb1, 0xaa, 0xab, 0xaa, 0xab, 0xa8, 0xa3, 0xa8, 0xa3, 0xa3, 0xa3, 0xa0, 0xa3, 0xa0, 0x9f, 0x99, 0xa0, 0x99, 0x99, 0x99, 0x91, 0x91, 0x91, 0x91, 0x91, 0x91, 0x8c, 0x8c, 0x88, 0x8c, 0x83, 0x88, 0x83, 0x83, 0x81, 0x7e, 0x81, 0x7e, 0x78, 0x78, 0x78, 0x78, 0x72, 0x72, 0x72, 0x6d, 0x72, 0x6c, 0x6d, 0x6c, 0x68, 0x68, 0x68, 0x61, 0x68, 0x5f, 0x61, 0x5f, 0x5b, 0x5b, 0x57, 0x56, 0x57, 0x54, 0x54, 0x51, 0x54, 0x51, 0x51, 0x4e, 0x50, 0x4e, 0x4d, 0x4e, 0x49, 0x49, 0x47, 0x44, 0x44, 0x44, 0x44, 0x40, 0x40, 0x44, 0x40, 0x40, 0x40, 0x39, 0x40, 0x3b, 0x39, 0x3b, 0x3b, 0x33, 0x3b, 0x33, 0x33, 0x32, 0x33, 0x32, 0x33, 0x29, 0x32, 0x29, 0x2b, 0x29, 0x29, 0x29, 0x26, 0x29, 0x26, 0x25, 0x26, 0x21, 0x25, 0x21, 0x25, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1a, 0x1e, 0x1a, 0x1e, 0x1e, 0x1a, 0x1e, 0x1a, 0x1e, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1e, 0x1a, 0x1e, 0x1b, 0x1e, 0x1b, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x21, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1b, 0x1e, 0x1e, 0x1e, 0x1f, 0x1e, 0x1f, 0x1e, 0x1f, 0x1e, 0x1f, 0x1d, 0x1f, 0x1e, 0x1a, 0x1f, 0x1e, 0x1f, 0x1a, 0x1a, 0x17, 0x17, 0x17, 0x17, 0x17, 0x10, 0x1b, 0x1a, 0x1a, 0x1f, 0x1b, 0x1f, 0x1f, 0x1f, 0x1f, 0x23, 0x1f, 0x23, 0x27, 0x1f, 0x13, 0x0b, 0x0b, 0x21, 0x27, 0x27, 0x27, 0x27, 0x27, 0x27, 0x28, 0x27, 0x23, 0x1c, 0x1f, 0x19, 0x19, 0x15, 0x13, 0x0d, 0x0b, 0x07, 0x05, 0x10, 0x8b, 0x61, 0x5b, 0x61, 0x5f, 0x5f, 0x61, 0x66, 0x66, 0x68, 0x68, 0x68, 0x68, 0x6c, 0x6c, 0x65, 0x6c, 0x6c, 0x6c, 0x72, 0x72, 0x78, 0x72, 0x6d, 0x78, 0x78, 0x7e, 0x7e, 0x78, 0x7a, 0x83, 0x83, 0x7e, 0x7e, 0x83, 0x8c, 0x83, 0x83, 0x8c, 0x88, 0x8c, 0x88, 0x91, 0x8d, 0x91, 0x91, 0x91, 0x91, 0x91, 0x99, 0x9a, 0x9a, 0xa3, 0xa0, 0xa3, 0xa6, 0xa3, 0xa6, 0xa8, 0xa8, 0xa3, 0xaa, 0xaa, 0xaa, 0xab, 0xb1, 0xab, 0xb1, 0xb1, 0xb1, 0xb6, 0xb1, 0xb5, 0xb5, 0xb1, 0xb2, 0xb1, 0xab, 0xb1, 0xab, 0xb1, 0xaa, 0xaa, 0xa8, 0xa8, 0xa8, 0xa8, 0xa8, 0xa3, 0xa3, 0xa0, 0xa3, 0xa0, 0xa0, 0x99, 0xa0, 0x99, 0x99, 0x99, 0x99, 0x99, 0x99, 0x91, 0x91, 0x91, 0x91, 0x91, 0x88, 0x8c, 0x88, 0x88, 0x88, 0x83, 0x83, 0x7e, 0x7e, 0x7e, 0x78, 0x81, 0x7e, 0x78, 0x78, 0x78, 0x72, 0x72, 0x72, 0x6c, 0x6d, 0x6c, 0x6c, 0x6c, 0x68, 0x68, 0x68, 0x61, 0x61, 0x61, 0x5f, 0x5f, 0x5b, 0x5b, 0x5b, 0x56, 0x57, 0x54, 0x54, 0x54, 0x51, 0x4e, 0x51, 0x4e, 0x50, 0x4e, 0x4e, 0x4e, 0x49, 0x49, 0x49, 0x49, 0x44, 0x44, 0x44, 0x44, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x3b, 0x40, 0x3b, 0x3b, 0x33, 0x38, 0x31, 0x33, 0x33, 0x33, 0x33, 0x32, 0x2b, 0x32, 0x2b, 0x29, 0x2b, 0x29, 0x26, 0x29, 0x26, 0x29, 0x26, 0x25, 0x26, 0x26, 0x21, 0x21, 0x25, 0x21, 0x21, 0x1e, 0x21, 0x1e, 0x21, 0x1e, 0x21, 0x1e, 0x21, 0x1e, 0x21, 0x1e, 0x21, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1a, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1b, 0x1a, 0x1a, 0x1a, 0x1a, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x21, 0x1f, 0x21, 0x22, 0x1f, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1f, 0x1e, 0x1f, 0x1a, 0x1e, 0x1a, 0x1b, 0x1f, 0x17, 0x17, 0x17, 0x17, 0x17, 0x17, 0x1b, 0x1b, 0x1a, 0x1f, 0x1a, 0x1f, 0x1f, 0x1f, 0x1f, 0x1f, 0x23, 0x23, 0x27, 0x2c, 0x19, 0x0f, 0x0b, 0x0f, 0x2d, 0x27, 0x27, 0x27, 0x27, 0x23, 0x27, 0x23, 0x24, 0x23, 0x1f, 0x1f, 0x19, 0x16, 0x15, 0x13, 0x0d, 0x0d, 0x05, 0x05, 0x50, 0x77, 0x60, 0x5b, 0x61, 0x5b, 0x61, 0x61, 0x68, 0x61, 0x61, 0x68, 0x68, 0x68, 0x6c, 0x6c, 0x6d, 0x6c, 0x6d, 0x72, 0x78, 0x78, 0x78, 0x72, 0x72, 0x78, 0x7a, 0x7e, 0x7a, 0x78, 0x7e, 0x83, 0x83, 0x7e, 0x7e, 0x88, 0x8c, 0x83, 0x83, 0x91, 0x8c, 0x88, 0x8c, 0x8c, 0x91, 0x92, 0x91, 0x91, 0x91, 0x99, 0x9a, 0x99, 0x9a, 0xa0, 0xa0, 0xa3, 0xa8, 0xa6, 0xa6, 0xa8, 0xa8, 0xa8, 0xaa, 0xaa, 0xab, 0xaa, 0xb1, 0xb1, 0xb1, 0xb1, 0xb1, 0xb1, 0xb6, 0xb5, 0xb5, 0xb1, 0xb1, 0xab, 0xb1, 0xab, 0xb1, 0xaa, 0xb1, 0xa8, 0xaa, 0xa8, 0xa8, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa0, 0xa0, 0xa0, 0x9f, 0xa0, 0x99, 0xa0, 0x9a, 0x9a, 0x99, 0x91, 0x91, 0x91, 0x91, 0x91, 0x8c, 0x8c, 0x88, 0x8c, 0x88, 0x87, 0x88, 0x83, 0x83, 0x83, 0x7e, 0x7e, 0x7a, 0x7e, 0x78, 0x7a, 0x78, 0x72, 0x78, 0x72, 0x72, 0x6d, 0x6d, 0x6d, 0x6c, 0x65, 0x68, 0x68, 0x61, 0x66, 0x61, 0x61, 0x5b, 0x5f, 0x5b, 0x5b, 0x56, 0x57, 0x56, 0x54, 0x54, 0x54, 0x51, 0x51, 0x51, 0x4e, 0x4e, 0x4e, 0x4e, 0x49, 0x49, 0x49, 0x49, 0x49, 0x44, 0x44, 0x44, 0x44, 0x44, 0x40, 0x40, 0x40, 0x39, 0x3e, 0x39, 0x3e, 0x39, 0x3b, 0x39, 0x33, 0x39, 0x33, 0x33, 0x33, 0x33, 0x32, 0x2b, 0x33, 0x2b, 0x32, 0x29, 0x2b, 0x29, 0x26, 0x26, 0x26, 0x26, 0x29, 0x26, 0x26, 0x26, 0x21, 0x26, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x1e, 0x21, 0x21, 0x21, 0x1e, 0x21, 0x1e, 0x21, 0x1e, 0x1e, 0x1e, 0x1e, 0x21, 0x1e, 0x1e, 0x1e, 0x21, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x21, 0x22, 0x21, 0x1e, 0x21, 0x22, 0x21, 0x22, 0x21, 0x1e, 0x21, 0x21, 0x1e, 0x21, 0x1e, 0x21, 0x1e, 0x21, 0x1e, 0x21, 0x1f, 0x22, 0x1f, 0x1f, 0x1f, 0x1e, 0x1e, 0x1e, 0x1b, 0x1a, 0x1e, 0x1a, 0x1a, 0x1a, 0x1e, 0x1b, 0x17, 0x17, 0x17, 0x17, 0x17, 0x17, 0x1b, 0x1a, 0x1f, 0x1f, 0x1f, 0x1f, 0x1f, 0x23, 0x1f, 0x1c, 0x23, 0x23, 0x27, 0x27, 0x15, 0x13, 0x0b, 0x15, 0x2d, 0x27, 0x23, 0x27, 0x24, 0x27, 0x24, 0x23, 0x23, 0x23, 0x1c, 0x19, 0x19, 0x16, 0x13, 0x0d, 0x0b, 0x0a, 0x05, 0x0a, 0x7a, 0x65, 0x61, 0x61, 0x5f, 0x5c, 0x61, 0x61, 0x68, 0x68, 0x68, 0x65, 0x68, 0x6d, 0x6c, 0x6d, 0x72, 0x6d, 0x6d, 0x72, 0x72, 0x78, 0x7a, 0x71, 0x71, 0x7e, 0x7e, 0x7e, 0x7a, 0x7a, 0x7e, 0x87, 0x83, 0x7c, 0x7e, 0x8c, 0x87, 0x83, 0x83, 0x91, 0x91, 0x8c, 0x91, 0x91, 0x91, 0x92, 0x92, 0x91, 0x92, 0x99, 0x9a, 0xa0, 0xa0, 0xa0, 0xa3, 0xa3, 0xa6, 0xa3, 0xa6, 0xa8, 0xa8, 0xa8, 0xaa, 0xaa, 0xb1, 0xb1, 0xab, 0xb1, 0xaa, 0xb1, 0xb1, 0xb6, 0xb1, 0xb5, 0xb5, 0xb1, 0xb1, 0xab, 0xb1, 0xab, 0xb1, 0xab, 0xaa, 0xb1, 0xa8, 0xa8, 0xa8, 0xa8, 0xa3, 0xa3, 0xa0, 0xa3, 0xa0, 0xa0, 0xa0, 0x9a, 0x9f, 0x99, 0x99, 0x9a, 0x99, 0x9a, 0x91, 0x99, 0x91, 0x91, 0x91, 0x91, 0x8c, 0x8c, 0x8d, 0x83, 0x8c, 0x83, 0x83, 0x83, 0x7e, 0x7e, 0x7e, 0x7e, 0x7a, 0x7e, 0x78, 0x78, 0x78, 0x72, 0x72, 0x6c, 0x6d, 0x6d, 0x6d, 0x6c, 0x68, 0x68, 0x68, 0x61, 0x61, 0x61, 0x5c, 0x61, 0x5b, 0x5c, 0x5b, 0x5b, 0x56, 0x57, 0x56, 0x54, 0x51, 0x51, 0x51, 0x4e, 0x51, 0x4e, 0x4e, 0x4e, 0x4e, 0x49, 0x49, 0x4e, 0x44, 0x44, 0x44, 0x44, 0x44, 0x40, 0x44, 0x40, 0x40, 0x40, 0x39, 0x40, 0x39, 0x3b, 0x39, 0x3b, 0x39, 0x33, 0x39, 0x33, 0x33, 0x33, 0x33, 0x32, 0x33, 0x2b, 0x32, 0x2b, 0x32, 0x26, 0x2b, 0x29, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x21, 0x26, 0x21, 0x21, 0x21, 0x21, 0x21, 0x1e, 0x21, 0x21, 0x21, 0x1e, 0x21, 0x21, 0x21, 0x1e, 0x21, 0x1e, 0x21, 0x1e, 0x21, 0x1e, 0x21, 0x21, 0x1e, 0x21, 0x1e, 0x21, 0x1e, 0x21, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x1e, 0x21, 0x1e, 0x21, 0x1e, 0x21, 0x1e, 0x21, 0x22, 0x21, 0x1e, 0x21, 0x21, 0x21, 0x21, 0x1e, 0x21, 0x1e, 0x21, 0x1e, 0x21, 0x1e, 0x21, 0x1f, 0x1f, 0x1e, 0x1e, 0x1e, 0x1e, 0x1f, 0x1e, 0x1a, 0x1f, 0x1a, 0x1e, 0x1a, 0x1a, 0x1b, 0x17, 0x17, 0x17, 0x15, 0x17, 0x1b, 0x1f, 0x1a, 0x1f, 0x1f, 0x1f, 0x1f, 0x23, 0x1f, 0x23, 0x1f, 0x23, 0x24, 0x2c, 0x19, 0x15, 0x0d, 0x0c, 0x23, 0x2d, 0x27, 0x23, 0x27, 0x27, 0x24, 0x23, 0x24, 0x23, 0x23, 0x1a, 0x19, 0x16, 0x15, 0x13, 0x0d, 0x0d, 0x07, 0x05, 0x0f, 0x92, 0x5b, 0x61, 0x60, 0x61, 0x5c, 0x61, 0x61, 0x68, 0x61, 0x65, 0x68, 0x65, 0x6c, 0x6d, 0x6d, 0x6d, 0x6d, 0x72, 0x72, 0x78, 0x78, 0x78, 0x6a, 0x72, 0x7a, 0x7e, 0x7e, 0x78, 0x7a, 0x87, 0x83, 0x87, 0x7e, 0x83, 0x8c, 0x8c, 0x83, 0x82, 0x91, 0x8c, 0x8c, 0x8c, 0x91, 0x8c, 0x92, 0x91, 0x9a, 0x91, 0x9a, 0x9a, 0x9a, 0xa0, 0xa0, 0xa3, 0xa3, 0xa8, 0xa6, 0xa6, 0xa8, 0xa8, 0xa8, 0xaa, 0xaa, 0xab, 0xb1, 0xb1, 0xb1, 0xb1, 0xb1, 0xb1, 0xb6, 0xb1, 0xb5, 0xb5, 0xb1, 0xb5, 0xb1, 0xb1, 0xb1, 0xb1, 0xb1, 0xab, 0xa8, 0xaa, 0xa8, 0xa8, 0xa8, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa0, 0xa3, 0xa0, 0xa0, 0x9a, 0xa0, 0x9a, 0x99, 0x99, 0x99, 0x91, 0x91, 0x91, 0x91, 0x8c, 0x8d, 0x8c, 0x88, 0x88, 0x8c, 0x83, 0x87, 0x7e, 0x83, 0x7e, 0x81, 0x78, 0x78, 0x78, 0x78, 0x78, 0x78, 0x72, 0x72, 0x72, 0x6d, 0x72, 0x6c, 0x68, 0x68, 0x65, 0x68, 0x68, 0x66, 0x61, 0x61, 0x5f, 0x5b, 0x5b, 0x5b, 0x5b, 0x5b, 0x56, 0x57, 0x54, 0x54, 0x51, 0x51, 0x54, 0x4e, 0x4e, 0x4e, 0x4e, 0x49, 0x49, 0x49, 0x49, 0x44, 0x49, 0x44, 0x44, 0x44, 0x44, 0x40, 0x44, 0x40, 0x40, 0x40, 0x40, 0x40, 0x39, 0x3b, 0x39, 0x3b, 0x39, 0x33, 0x39, 0x31, 0x33, 0x33, 0x2b, 0x33, 0x33, 0x2b, 0x29, 0x2b, 0x29, 0x2b, 0x26, 0x2b, 0x29, 0x26, 0x26, 0x29, 0x21, 0x26, 0x21, 0x26, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x1e, 0x21, 0x21, 0x21, 0x1e, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x1e, 0x21, 0x1e, 0x1e, 0x1e, 0x21, 0x1e, 0x21, 0x1e, 0x21, 0x1e, 0x21, 0x1e, 0x21, 0x21, 0x21, 0x1e, 0x21, 0x1e, 0x21, 0x1e, 0x21, 0x21, 0x21, 0x21, 0x1e, 0x21, 0x21, 0x21, 0x1e, 0x21, 0x22, 0x21, 0x1e, 0x21, 0x1e, 0x1f, 0x22, 0x1f, 0x21, 0x1e, 0x1f, 0x1e, 0x1e, 0x1e, 0x1e, 0x1a, 0x1f, 0x1a, 0x1a, 0x1a, 0x1a, 0x1f, 0x17, 0x17, 0x17, 0x17, 0x15, 0x1b, 0x1f, 0x1f, 0x1f, 0x1f, 0x1f, 0x1f, 0x1f, 0x1f, 0x1f, 0x23, 0x23, 0x23, 0x27, 0x27, 0x16, 0x15, 0x0d, 0x0f, 0x2d, 0x27, 0x27, 0x23, 0x28, 0x23, 0x27, 0x27, 0x23, 0x1c, 0x1f, 0x19, 0x19, 0x15, 0x15, 0x0d, 0x0d, 0x0a, 0x07, 0x05, 0x33, 0x87, 0x61, 0x61, 0x61, 0x5b, 0x5f, 0x61, 0x68, 0x68, 0x68, 0x68, 0x68, 0x6c, 0x6d, 0x6c, 0x6d, 0x6c, 0x65, 0x72, 0x72, 0x78, 0x78, 0x72, 0x72, 0x78, 0x7e, 0x7c, 0x81, 0x71, 0x7c, 0x88, 0x83, 0x83, 0x7c, 0x88, 0x8c, 0x88, 0x7e, 0x91, 0x8c, 0x91, 0x8c, 0x91, 0x91, 0x8c, 0x91, 0x92, 0x91, 0x91, 0x92, 0xa0, 0x9a, 0xa0, 0xa0, 0xa6, 0xa0, 0xa3, 0xa3, 0xa6, 0xa8, 0xa6, 0xa8, 0xaa, 0xaa, 0xaa, 0xaa, 0xab, 0xb1, 0xb1, 0xb1, 0xb5, 0xb1, 0xb5, 0xb5, 0xb6, 0xb5, 0xb1, 0xb1, 0xb1, 0xb1, 0xaa, 0xb1, 0xaa, 0xab, 0xaa, 0xa8, 0xa6, 0xa8, 0xa8, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa0, 0xa0, 0xa0, 0x9a, 0x99, 0x9a, 0x9a, 0x99, 0x99, 0x99, 0x91, 0x91, 0x91, 0x91, 0x91, 0x8d, 0x88, 0x88, 0x8c, 0x83, 0x83, 0x7e, 0x83, 0x7e, 0x7e, 0x78, 0x7a, 0x78, 0x81, 0x72, 0x78, 0x78, 0x72, 0x6d, 0x6c, 0x72, 0x6d, 0x6c, 0x6c, 0x68, 0x68, 0x61, 0x68, 0x61, 0x61, 0x61, 0x5f, 0x5b, 0x5c, 0x5b, 0x5b, 0x56, 0x56, 0x54, 0x54, 0x51, 0x54, 0x51, 0x4e, 0x51, 0x4e, 0x4e, 0x49, 0x4e, 0x49, 0x4e, 0x44, 0x49, 0x44, 0x42, 0x44, 0x44, 0x40, 0x44, 0x40, 0x40, 0x40, 0x40, 0x39, 0x3e, 0x39, 0x3b, 0x39, 0x3b, 0x39, 0x31, 0x3b, 0x31, 0x33, 0x33, 0x33, 0x32, 0x2b, 0x32, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x1e, 0x21, 0x1e, 0x21, 0x1e, 0x21, 0x1e, 0x1e, 0x1e, 0x21, 0x1e, 0x21, 0x1e, 0x21, 0x1e, 0x21, 0x1e, 0x21, 0x1e, 0x21, 0x21, 0x1f, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x1e, 0x21, 0x1e, 0x21, 0x1f, 0x21, 0x21, 0x21, 0x21, 0x1f, 0x1e, 0x1e, 0x1f, 0x1e, 0x1f, 0x1f, 0x1a, 0x1f, 0x1a, 0x1b, 0x1a, 0x1a, 0x17, 0x17, 0x17, 0x15, 0x17, 0x1a, 0x1f, 0x1f, 0x1f, 0x1f, 0x1f, 0x1f, 0x1f, 0x1f, 0x1f, 0x1f, 0x23, 0x23, 0x27, 0x1f, 0x15, 0x15, 0x0d, 0x16, 0x2d, 0x27, 0x27, 0x24, 0x27, 0x28, 0x23, 0x24, 0x27, 0x1c, 0x1f, 0x19, 0x17, 0x15, 0x13, 0x13, 0x0d, 0x0a, 0x05, 0x05, 0x68, 0x6a, 0x60, 0x61, 0x5c, 0x61, 0x61, 0x61, 0x68, 0x68, 0x61, 0x68, 0x65, 0x6d, 0x6d, 0x6d, 0x6d, 0x6d, 0x6d, 0x72, 0x78, 0x78, 0x78, 0x6d, 0x71, 0x78, 0x7a, 0x7e, 0x7a, 0x78, 0x87, 0x83, 0x87, 0x7e, 0x7c, 0x88, 0x8c, 0x88, 0x82, 0x8c, 0x91, 0x8c, 0x8c, 0x8c, 0x91, 0x92, 0x91, 0x9a, 0x91, 0x91, 0x9a, 0x9a, 0xa0, 0x9a, 0xa3, 0x9d, 0xa3, 0xa8, 0xa3, 0xa6, 0xa6, 0xa8, 0xa6, 0xaa, 0xaa, 0xaa, 0xb1, 0xaa, 0xb1, 0xaa, 0xb1, 0xb1, 0xb5, 0xb1, 0xb5, 0xb5, 0xb1, 0xb5, 0xb1, 0xb1, 0xb1, 0xb1, 0xb1, 0xab, 0xaa, 0xab, 0xaa, 0xa8, 0xa8, 0xa8, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa0, 0xa0, 0xa0, 0xa0, 0x9a, 0x9a, 0x99, 0x99, 0x91, 0x99, 0x91, 0x91, 0x91, 0x91, 0x8c, 0x91, 0x88, 0x8c, 0x8c, 0x8c, 0x87, 0x83, 0x83, 0x7e, 0x7e, 0x7e, 0x7e, 0x7e, 0x78, 0x78, 0x78, 0x71, 0x72, 0x72, 0x72, 0x72, 0x6d, 0x6c, 0x6d, 0x68, 0x65, 0x68, 0x68, 0x68, 0x60, 0x61, 0x61, 0x5c, 0x5c, 0x56, 0x5c, 0x5b, 0x56, 0x56, 0x54, 0x56, 0x51, 0x53, 0x51, 0x4e, 0x4e, 0x51, 0x4e, 0x49, 0x4e, 0x49, 0x4e, 0x49, 0x49, 0x49, 0x44, 0x44, 0x44, 0x3c, 0x44, 0x40, 0x40, 0x40, 0x40, 0x40, 0x39, 0x39, 0x39, 0x39, 0x39, 0x31, 0x39, 0x31, 0x38, 0x33, 0x33, 0x31, 0x33, 0x2b, 0x2b, 0x2b, 0x2b, 0x26, 0x2b, 0x26, 0x2b, 0x29, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x1e, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x1e, 0x21, 0x1e, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x1e, 0x21, 0x21, 0x21, 0x21, 0x1f, 0x21, 0x1f, 0x1e, 0x1f, 0x1e, 0x1e, 0x1e, 0x1f, 0x1a, 0x1f, 0x1a, 0x1f, 0x1a, 0x1b, 0x17, 0x17, 0x17, 0x17, 0x17, 0x17, 0x1f, 0x1f, 0x1f, 0x1f, 0x1f, 0x23, 0x23, 0x1f, 0x23, 0x23, 0x1f, 0x23, 0x27, 0x1f, 0x19, 0x15, 0x13, 0x0f, 0x23, 0x28, 0x27, 0x23, 0x27, 0x23, 0x27, 0x27, 0x24, 0x23, 0x23, 0x1a, 0x19, 0x16, 0x15, 0x13, 0x0d, 0x0d, 0x0a, 0x05, 0x0c, 0x92, 0x65, 0x60, 0x61, 0x61, 0x61, 0x61, 0x68, 0x65, 0x68, 0x65, 0x68, 0x65, 0x6d, 0x6d, 0x6d, 0x6d, 0x65, 0x6d, 0x71, 0x78, 0x71, 0x78, 0x6a, 0x78, 0x7e, 0x7e, 0x82, 0x78, 0x7a, 0x82, 0x82, 0x83, 0x7c, 0x7e, 0x8c, 0x8c, 0x87, 0x82, 0x8c, 0x91, 0x8c, 0x91, 0x91, 0x91, 0x91, 0x92, 0x92, 0x91, 0x99, 0x9a, 0x9a, 0x9a, 0xa3, 0xa0, 0xa6, 0xa3, 0xa6, 0xa6, 0xa6, 0xaa, 0xa8, 0xa6, 0xaa, 0xb1, 0xaa, 0xaa, 0xb1, 0xb1, 0xb1, 0xb1, 0xb5, 0xb1, 0xb5, 0xb5, 0xb6, 0xb5, 0xb1, 0xb5, 0xb1, 0xb1, 0xb1, 0xaa, 0xb1, 0xab, 0xaa, 0xa8, 0xaa, 0xa8, 0xa8, 0xa3, 0xa3, 0xa3, 0xa3, 0xa3, 0xa0, 0xa0, 0xa0, 0x9a, 0xa0, 0x9a, 0x9a, 0x99, 0x99, 0x91, 0x91, 0x92, 0x91, 0x92, 0x91, 0x8c, 0x8c, 0x8c, 0x8c, 0x87, 0x83, 0x82, 0x83, 0x83, 0x7e, 0x7e, 0x7a, 0x7e, 0x7a, 0x78, 0x72, 0x78, 0x72, 0x72, 0x72, 0x6d, 0x71, 0x6c, 0x6d, 0x6c, 0x65, 0x68, 0x65, 0x68, 0x60, 0x61, 0x61, 0x61, 0x5c, 0x5c, 0x5b, 0x5c, 0x5b, 0x56, 0x56, 0x56, 0x54, 0x51, 0x51, 0x51, 0x51, 0x4e, 0x4e, 0x4e, 0x4e, 0x4e, 0x49, 0x49, 0x49, 0x42, 0x49, 0x42, 0x44, 0x44, 0x42, 0x44, 0x40, 0x44, 0x40, 0x40, 0x40, 0x40, 0x39, 0x40, 0x39, 0x39, 0x39, 0x33, 0x39, 0x31, 0x39, 0x33, 0x33, 0x33, 0x33, 0x2b, 0x33, 0x2b, 0x2b, 0x33, 0x2b, 0x2b, 0x2b, 0x26, 0x2b, 0x26, 0x2b, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x21, 0x26, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x24, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x1e, 0x21, 0x1e, 0x21, 0x21, 0x21, 0x21, 0x26, 0x23, 0x26, 0x23, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x1f, 0x21, 0x1f, 0x1e, 0x1e, 0x1f, 0x21, 0x1a, 0x23, 0x1a, 0x1f, 0x1a, 0x1a, 0x1b, 0x17, 0x17, 0x15, 0x17, 0x15, 0x1a, 0x1f, 0x1a, 0x1f, 0x1f, 0x23, 0x21, 0x23, 0x23, 0x23, 0x1f, 0x23, 0x23, 0x27, 0x1f, 0x16, 0x16, 0x13, 0x15, 0x2d, 0x28, 0x27, 0x27, 0x27, 0x27, 0x27, 0x27, 0x24, 0x23, 0x19, 0x1f, 0x16, 0x16, 0x13, 0x13, 0x0d, 0x0b, 0x07, 0x05, 0x1e, 0x87, 0x61, 0x60, 0x61, 0x5c, 0x61, 0x68, 0x65, 0x68, 0x65, 0x61, 0x65, 0x6d, 0x6d, 0x6a, 0x72, 0x6a, 0x6d, 0x71, 0x78, 0x7a, 0x78, 0x71, 0x6d, 0x7a, 0x7e, 0x7a, 0x82, 0x78, 0x7a, 0x88, 0x87, 0x82, 0x7c, 0x82, 0x87, 0x91, 0x82, 0x82, 0x91, 0x91, 0x8c, 0x8c, 0x91, 0x92, 0x92, 0x92, 0x92, 0x91, 0x99, 0x9a, 0x9a, 0x9a, 0xa0, 0x9d, 0xa3, 0x9d, 0xa8, 0xa6, 0xa6, 0xaa, 0xa3, 0xaa, 0xaa, 0xaa, 0xb1, 0xaa, 0xb1, 0xb1, 0xb1, 0xb1, 0xb1, 0xb5, 0xb1, 0xb5, 0xb5, 0xb5, 0xb5, 0xb5, 0xb1, 0xb5, 0xb1, 0xb1, 0xb1, 0xaa, 0xb2, 0xa8, 0xa8, 0xa8, 0xa8, 0xa8, 0xa8, 0xa3, 0xa3, 0xa0, 0xa0, 0xa0, 0xa0, 0xa0, 0x99, 0xa0, 0x99, 0x99, 0x91, 0x9a, 0x92, 0x99, 0x91, 0x91, 0x92, 0x91, 0x8c, 0x8c, 0x8c, 0x8c, 0x88, 0x83, 0x83, 0x7e, 0x83, 0x7e, 0x7e, 0x7e, 0x78, 0x7a, 0x78, 0x71, 0x72, 0x72, 0x72, 0x72, 0x6d, 0x6c, 0x6d, 0x68, 0x65, 0x68, 0x68, 0x68, 0x68, 0x61, 0x61, 0x61, 0x61, 0x5b, 0x5f, 0x5b, 0x5b, 0x5b, 0x56, 0x56, 0x54, 0x53, 0x54, 0x51, 0x4b, 0x4e, 0x4b, 0x4e, 0x4e, 0x4e, 0x4e, 0x49, 0x4e, 0x4a, 0x49, 0x44, 0x42, 0x44, 0x44, 0x44, 0x40, 0x44, 0x3c, 0x40, 0x40, 0x39, 0x40, 0x37, 0x39, 0x37, 0x39, 0x39, 0x31, 0x3b, 0x31, 0x39, 0x33, 0x33, 0x33, 0x33, 0x31, 0x2b, 0x2b, 0x2b, 0x33, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x21, 0x26, 0x21, 0x26, 0x21, 0x26, 0x21, 0x21, 0x21, 0x26, 0x26, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x26, 0x21, 0x26, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x23, 0x21, 0x1f, 0x23, 0x21, 0x23, 0x21, 0x1f, 0x1f, 0x1e, 0x21, 0x1e, 0x1f, 0x1f, 0x1f, 0x1a, 0x1f, 0x1b, 0x17, 0x17, 0x16, 0x17, 0x15, 0x1a, 0x1f, 0x1a, 0x1f, 0x1f, 0x1f, 0x1f, 0x23, 0x23, 0x23, 0x23, 0x23, 0x1f, 0x27, 0x27, 0x19, 0x17, 0x15, 0x13, 0x1a, 0x28, 0x28, 0x27, 0x28, 0x24, 0x27, 0x24, 0x27, 0x23, 0x23, 0x1c, 0x19, 0x16, 0x15, 0x15, 0x13, 0x0d, 0x0b, 0x05, 0x05, 0x54, 0x77, 0x61, 0x61, 0x61, 0x61, 0x61, 0x65, 0x68, 0x65, 0x68, 0x65, 0x6c, 0x6d, 0x6d, 0x6d, 0x6d, 0x6d, 0x6d, 0x71, 0x78, 0x71, 0x72, 0x71, 0x71, 0x7e, 0x7a, 0x7e, 0x7a, 0x7a, 0x7e, 0x87, 0x8c, 0x83, 0x7c, 0x8c, 0x8b, 0x8c, 0x82, 0x8c, 0x91, 0x8c, 0x8c, 0x91, 0x91, 0x91, 0x91, 0x9a, 0x92, 0x99, 0x92, 0x99, 0x9a, 0xa0, 0xa0, 0xa3, 0xa6, 0xa3, 0xa6, 0xa3, 0xa6, 0xa6, 0xaa, 0xaa, 0xaa, 0xb1, 0xaa, 0xb1, 0xaa, 0xae, 0xb1, 0xb5, 0xb6, 0xae, 0xb6, 0xb5, 0xb6, 0xb6, 0xb5, 0xb5, 0xb1, 0xb1, 0xb1, 0xb1, 0xaa, 0xb1, 0xaa, 0xa8, 0xa8, 0xa8, 0xa3, 0xa8, 0xa6, 0xa3, 0xa3, 0xa0, 0xa0, 0xa0, 0xa0, 0xa0, 0xa0, 0x9a, 0xa0, 0x9a, 0x99, 0x92, 0x9a, 0x92, 0x91, 0x92, 0x8c, 0x91, 0x8c, 0x8c, 0x8c, 0x8c, 0x88, 0x83, 0x83, 0x83, 0x7e, 0x7e, 0x7a, 0x7e, 0x7a, 0x78, 0x7a, 0x78, 0x78, 0x72, 0x72, 0x72, 0x72, 0x6d, 0x6c, 0x6d, 0x6c, 0x68, 0x68, 0x68, 0x68, 0x68, 0x61, 0x5c, 0x61, 0x5c, 0x5f, 0x5b, 0x5c, 0x5b, 0x56, 0x56, 0x56, 0x51, 0x54, 0x51, 0x51, 0x51, 0x4e, 0x51, 0x4e, 0x4b, 0x4e, 0x4e, 0x42, 0x4e, 0x42, 0x49, 0x44, 0x42, 0x44, 0x42, 0x44, 0x3c, 0x44, 0x3c, 0x40, 0x40, 0x39, 0x40, 0x39, 0x40, 0x39, 0x39, 0x39, 0x39, 0x39, 0x31, 0x31, 0x31, 0x33, 0x31, 0x33, 0x31, 0x31, 0x33, 0x2b, 0x33, 0x2b, 0x2b, 0x2b, 0x2b, 0x26, 0x2b, 0x2b, 0x2b, 0x2b, 0x26, 0x2b, 0x26, 0x2b, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x21, 0x26, 0x26, 0x26, 0x21, 0x26, 0x21, 0x26, 0x26, 0x26, 0x26, 0x21, 0x21, 0x21, 0x21, 0x21, 0x21, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x21, 0x26, 0x21, 0x26, 0x21, 0x23, 0x21, 0x23, 0x26, 0x23, 0x21, 0x23, 0x21, 0x23, 0x21, 0x1f, 0x21, 0x1f, 0x21, 0x1e, 0x1f, 0x1e, 0x1f, 0x1f, 0x1a, 0x21, 0x1a, 0x1b, 0x17, 0x17, 0x17, 0x15, 0x16, 0x19, 0x1a, 0x1f, 0x1f, 0x1f, 0x1f, 0x23, 0x1f, 0x23, 0x23, 0x23, 0x23, 0x23, 0x27, 0x24, 0x17, 0x16, 0x15, 0x15, 0x1f, 0x28, 0x27, 0x28, 0x28, 0x28, 0x28, 0x27, 0x24, 0x23, 0x23, 0x19, 0x19, 0x16, 0x15, 0x13, 0x13, 0x0d, 0x0a, 0x05, 0x0a, 0x87, 0x65, 0x60, 0x5c, 0x61, 0x61, 0x65, 0x68, 0x65, 0x68, 0x65, 0x6c, 0x65, 0x71, 0x72, 0x6d, 0x6d, 0x65, 0x71, 0x72, 0x7a, 0x78, 0x7a, 0x6d, 0x7a, 0x7e, 0x7e, 0x7e, 0x7a, 0x71, 0x82, 0x83, 0x87, 0x7e, 0x7e, 0x8b, 0x91, 0x8c, 0x83, 0x87, 0x91, 0x92, 0x8c, 0x91, 0x91, 0x91, 0x91, 0x99, 0x9a, 0x91, 0x9a, 0x9a, 0xa0, 0x9d, 0xa0, 0x9d, 0xa6, 0xa6, 0xa8, 0xa3, 0xa6, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xb1, 0xaa, 0xb1, 0xb1, 0xaa, 0xb5, 0xb1, 0xb6, 0xb1, 0xb5, 0xb6, 0xb5, 0xb5, 0xb1, 0xb1, 0xb1, 0xb1, 0xb1, 0xb1, 0xaa, 0xab, 0xaa, 0xaa, 0xaa, 0xa8, 0xaa, 0xa3, 0xa6, 0xa3, 0xa3, 0xa3, 0x9d, 0xa0, 0xa0, 0xa0, 0xa0, 0x9a, 0x99, 0x9a, 0x9a, 0x92, 0x91, 0x91, 0x91, 0x92, 0x91, 0x8c, 0x8c, 0x82, 0x8c, 0x8c, 0x83, 0x83, 0x7c, 0x83, 0x7c, 0x7e, 0x7a, 0x7e, 0x7a, 0x78, 0x7a, 0x71, 0x72, 0x71, 0x72, 0x6d, 0x72, 0x6d, 0x6d, 0x6d, 0x6c, 0x65, 0x68, 0x65, 0x61, 0x61, 0x61, 0x5c, 0x61, 0x5b, 0x5c, 0x56, 0x5c, 0x56, 0x56, 0x53, 0x56, 0x53, 0x51, 0x53, 0x4b, 0x51, 0x4b, 0x4e, 0x4b, 0x4e, 0x4e, 0x4e, 0x49, 0x4e, 0x49, 0x42, 0x49, 0x42, 0x44, 0x44, 0x42, 0x44, 0x44, 0x3c, 0x40, 0x40, 0x40, 0x37, 0x40, 0x37, 0x39, 0x39, 0x39, 0x39, 0x31, 0x39, 0x33, 0x39, 0x31, 0x31, 0x31, 0x33, 0x31, 0x31, 0x31, 0x2b, 0x33, 0x2b, 0x2b, 0x2b, 0x2b, 0x26, 0x2b, 0x26, 0x2b, 0x26, 0x2b, 0x26, 0x2b, 0x26, 0x2b, 0x26, 0x2b, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x2b, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x21, 0x26, 0x26, 0x26, 0x26, 0x21, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x21, 0x26, 0x23, 0x21, 0x26, 0x23, 0x26, 0x23, 0x21, 0x23, 0x21, 0x23, 0x21, 0x23, 0x21, 0x1f, 0x21, 0x1c, 0x1f, 0x1c, 0x1f, 0x1f, 0x1f, 0x17, 0x16, 0x17, 0x15, 0x15, 0x19, 0x1f, 0x1f, 0x1f, 0x1f, 0x1f, 0x1f, 0x23, 0x23, 0x23, 0x23, 0x23, 0x23, 0x23, 0x23, 0x1f, 0x16, 0x16, 0x15, 0x16, 0x27, 0x28, 0x27, 0x28, 0x28, 0x24, 0x28, 0x24, 0x27, 0x1c, 0x23, 0x19, 0x16, 0x15, 0x13, 0x13, 0x13, 0x0d, 0x07, 0x05, 0x0f, 0x97, 0x60, 0x61, 0x60, 0x61, 0x65, 0x68, 0x65, 0x68, 0x65, 0x68, 0x6a, 0x6d, 0x72, 0x6a, 0x6d, 0x6a, 0x6d, 0x71, 0x7a, 0x71, 0x7a, 0x71, 0x71, 0x71, 0x7c, 0x7a, 0x83, 0x7a, 0x7a, 0x83, 0x87, 0x82, 0x7e, 0x7c, 0x91, 0x8b, 0x87, 0x82, 0x91, 0x92, 0x91, 0x8b, 0x91, 0x92, 0x91, 0x92, 0x9a, 0x92, 0x9a, 0x9a, 0x9a, 0xa0, 0x9a, 0xa3, 0xa0, 0xa6, 0xa3, 0xa6, 0xa6, 0xa6, 0xaa, 0xa6, 0xaa, 0xaa, 0xb1, 0xb1, 0xb1, 0xb1, 0xae, 0xb1, 0xb5, 0xae, 0xb6, 0xb6, 0xb5, 0xb6, 0xb5, 0xb5, 0xb5, 0xb1, 0xb1, 0xb1, 0xb1, 0xb1, 0xaa, 0xaa, 0xab, 0xaa, 0xaa, 0xaa, 0xa6, 0xaa, 0xa6, 0x9d, 0xa3, 0x9d, 0xa3, 0x9d, 0xa0, 0xa0, 0xa0, 0x9a, 0x9a, 0x9a, 0xa0, 0x92, 0x91, 0x92, 0x91, 0x91, 0x8c, 0x91, 0x91, 0x8c, 0x8c, 0x8c, 0x82, 0x82, 0x83, 0x82, 0x83, 0x7c, 0x83, 0x7a, 0x7a, 0x7a, 0x7a, 0x78, 0x71, 0x78, 0x71, 0x71, 0x72, 0x6d, 0x6d, 0x6d, 0x6d, 0x68, 0x6d, 0x68, 0x60, 0x68, 0x60, 0x60, 0x61, 0x5c, 0x5c, 0x5c, 0x5c, 0x5b, 0x5c, 0x5b, 0x56, 0x56, 0x56, 0x51, 0x53, 0x51, 0x4b, 0x51, 0x4b, 0x4e, 0x4b, 0x4e, 0x4b, 0x42, 0x49, 0x49, 0x4a, 0x42, 0x44, 0x42, 0x44, 0x42, 0x44, 0x44, 0x45, 0x40, 0x3c, 0x40, 0x3c, 0x40, 0x37, 0x40, 0x39, 0x37, 0x39, 0x39, 0x39, 0x31, 0x39, 0x33, 0x31, 0x39, 0x31, 0x33, 0x31, 0x31, 0x2b, 0x31, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x26, 0x2b, 0x26, 0x24, 0x2b, 0x24, 0x26, 0x2b, 0x26, 0x2b, 0x26, 0x24, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x26, 0x24, 0x26, 0x26, 0x24, 0x26, 0x26, 0x26, 0x26, 0x24, 0x26, 0x27, 0x26, 0x26, 0x26, 0x24, 0x26, 0x26, 0x27, 0x26, 0x27, 0x26, 0x26, 0x26, 0x24, 0x21, 0x23, 0x21, 0x23, 0x21, 0x23, 0x21, 0x1f, 0x21, 0x21, 0x21, 0x1f, 0x23, 0x1a, 0x23, 0x1a, 0x16, 0x16, 0x17, 0x15, 0x16, 0x1f, 0x1f, 0x1f, 0x1c, 0x23, 0x1f, 0x23, 0x23, 0x23, 0x23, 0x23, 0x1f, 0x23, 0x23, 0x23, 0x19, 0x17, 0x16, 0x15, 0x1a, 0x27, 0x28, 0x27, 0x27, 0x28, 0x28, 0x24, 0x27, 0x27, 0x27, 0x19, 0x19, 0x16, 0x15, 0x15, 0x13, 0x13, 0x0a, 0x07, 0x05, 0x3c, 0x7f, 0x60, 0x65, 0x60, 0x65, 0x68, 0x65, 0x68, 0x60, 0x65, 0x68, 0x6a, 0x6d, 0x71, 0x71, 0x6d, 0x6a, 0x6a, 0x78, 0x71, 0x7a, 0x7a, 0x71, 0x71, 0x7a, 0x7e, 0x7c, 0x7c, 0x7a, 0x7c, 0x87, 0x82, 0x87, 0x7e, 0x83, 0x8c, 0x92, 0x82, 0x82, 0x92, 0x92, 0x8b, 0x91, 0x92, 0x99, 0x92, 0x92, 0x9a, 0x9a, 0x9a, 0x9a, 0x9a, 0x9d, 0x9d, 0xa0, 0x9d, 0xa6, 0xa6, 0xa6, 0xaa, 0xaa, 0xa9, 0xaa, 0xaa, 0xaa, 0xb1, 0xb1, 0xaa, 0xb1, 0xb1, 0xb1, 0xb1, 0xb5, 0xb6, 0xb6, 0xb5, 0xb6, 0xb6, 0xb6, 0xb1, 0xb1, 0xb5, 0xb1, 0xb1, 0xb1, 0xaa, 0xab, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xa3, 0xa8, 0xa3, 0xa3, 0x9d, 0xa3, 0xa0, 0x9a, 0xa0, 0x9a, 0xa0, 0x9a, 0x92, 0x9a, 0x91, 0x99, 0x91, 0x92, 0x91, 0x91, 0x91, 0x8b, 0x91, 0x8c, 0x88, 0x8c, 0x83, 0x7c, 0x83, 0x82, 0x7e, 0x7a, 0x7e, 0x7a, 0x7a, 0x7a, 0x78, 0x71, 0x78, 0x71, 0x72, 0x6d, 0x6a, 0x6d, 0x6d, 0x6d, 0x65, 0x65, 0x68, 0x60, 0x68, 0x65, 0x61, 0x61, 0x5c, 0x5c, 0x5c, 0x5c, 0x56, 0x5c, 0x56, 0x56, 0x56, 0x53, 0x51, 0x4b, 0x51, 0x51, 0x51, 0x51, 0x4e, 0x4e, 0x4b, 0x51, 0x49, 0x4b, 0x42, 0x4e, 0x42, 0x49, 0x42, 0x49, 0x42, 0x44, 0x42, 0x44, 0x40, 0x37, 0x44, 0x37, 0x40, 0x37, 0x40, 0x37, 0x39, 0x39, 0x39, 0x39, 0x31, 0x39, 0x39, 0x39, 0x31, 0x39, 0x31, 0x31, 0x31, 0x2b, 0x31, 0x31, 0x2b, 0x31, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x26, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x24, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x24, 0x2b, 0x26, 0x2a, 0x26, 0x2b, 0x24, 0x2b, 0x24, 0x26, 0x2b, 0x26, 0x24, 0x26, 0x24, 0x26, 0x26, 0x28, 0x26, 0x27, 0x26, 0x26, 0x24, 0x26, 0x23, 0x26, 0x23, 0x26, 0x23, 0x26, 0x24, 0x21, 0x23, 0x21, 0x21, 0x1c, 0x23, 0x1f, 0x23, 0x1f, 0x19, 0x16, 0x16, 0x15, 0x15, 0x1a, 0x1f, 0x1f, 0x1f, 0x1f, 0x1f, 0x1f, 0x1f, 0x23, 0x1f, 0x23, 0x23, 0x23, 0x23, 0x27, 0x1f, 0x16, 0x16, 0x15, 0x16, 0x23, 0x28, 0x28, 0x28, 0x28, 0x28, 0x24, 0x24, 0x28, 0x24, 0x23, 0x1c, 0x16, 0x16, 0x15, 0x13, 0x15, 0x0d, 0x0a, 0x05, 0x0a, 0x6d, 0x6d, 0x60, 0x60, 0x60, 0x68, 0x65, 0x68, 0x65, 0x68, 0x65, 0x65, 0x6a, 0x6d, 0x71, 0x6d, 0x6a, 0x6d, 0x71, 0x7a, 0x7a, 0x7a, 0x71, 0x71, 0x7a, 0x7c, 0x7a, 0x82, 0x7a, 0x77, 0x87, 0x87, 0x8c, 0x82, 0x7a, 0x8c, 0x8c, 0x92, 0x87, 0x82, 0x92, 0x91, 0x8c, 0x92, 0x91, 0x92, 0x91, 0x9a, 0x9a, 0x9a, 0x9a, 0x9a, 0xa0, 0x9d, 0xa0, 0xa3, 0xa3, 0x9d, 0xa6, 0xa6, 0xa6, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xb1, 0xb1, 0xae, 0xb1, 0xae, 0xb5, 0xae, 0xb5, 0xb6, 0xb5, 0xb6, 0xb6, 0xb6, 0xb1, 0xb5, 0xb1, 0xb6, 0xb1, 0xb1, 0xb1, 0xb1, 0xaa, 0xb1, 0xaa, 0xaa, 0xaa, 0xaa, 0xa6, 0xa8, 0xa3, 0xa3, 0xa3, 0xa0, 0xa0, 0xa0, 0x9a, 0xa0, 0x9a, 0x99, 0x9a, 0x99, 0x9a, 0x91, 0x92, 0x91, 0x92, 0x91, 0x91, 0x91, 0x8c, 0x8c, 0x8c, 0x82, 0x82, 0x83, 0x7e, 0x83, 0x7c, 0x7a, 0x7e, 0x7a, 0x7a, 0x7a, 0x78, 0x78, 0x71, 0x78, 0x71, 0x6d, 0x71, 0x6d, 0x6d, 0x6d, 0x65, 0x6d, 0x65, 0x68, 0x65, 0x60, 0x68, 0x5c, 0x61, 0x5c, 0x5c, 0x5b, 0x5c, 0x53, 0x56, 0x56, 0x53, 0x56, 0x53, 0x51, 0x51, 0x53, 0x51, 0x4b, 0x4e, 0x4b, 0x4e, 0x4b, 0x4a, 0x4b, 0x49, 0x4b, 0x49, 0x42, 0x49, 0x42, 0x42, 0x44, 0x3c, 0x40, 0x42, 0x40, 0x3c, 0x40, 0x37, 0x40, 0x37, 0x39, 0x37, 0x39, 0x37, 0x39, 0x37, 0x39, 0x37, 0x39, 0x39, 0x31, 0x31, 0x31, 0x31, 0x39, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x2b, 0x31, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x24, 0x2b, 0x2b, 0x2b, 0x24, 0x2b, 0x2b, 0x2b, 0x2b, 0x28, 0x2b, 0x2b, 0x2b, 0x26, 0x2b, 0x26, 0x2b, 0x2b, 0x24, 0x2b, 0x26, 0x2b, 0x26, 0x27, 0x26, 0x24, 0x27, 0x26, 0x26, 0x26, 0x26, 0x26, 0x27, 0x23, 0x26, 0x23, 0x26, 0x23, 0x24, 0x23, 0x26, 0x23, 0x1c, 0x23, 0x1f, 0x1f, 0x23, 0x1a, 0x17, 0x16, 0x17, 0x15, 0x16, 0x1f, 0x1a, 0x1f, 0x19, 0x1f, 0x1c, 0x1f, 0x23, 0x1f, 0x23, 0x23, 0x23, 0x23, 0x23, 0x23, 0x19, 0x19, 0x17, 0x16, 0x19, 0x27, 0x28, 0x28, 0x28, 0x28, 0x24, 0x28, 0x28, 0x24, 0x28, 0x1c, 0x19, 0x16, 0x15, 0x15, 0x13, 0x15, 0x0b, 0x0a, 0x05, 0x15, 0x87, 0x60, 0x65, 0x61, 0x65, 0x65, 0x68, 0x65, 0x68, 0x65, 0x6c, 0x6a, 0x6d, 0x6a, 0x6d, 0x71, 0x6d, 0x6a, 0x71, 0x78, 0x71, 0x7a, 0x71, 0x71, 0x7a, 0x7e, 0x7c, 0x7e, 0x77, 0x7a, 0x87, 0x8c, 0x8c, 0x7c, 0x7c, 0x8c, 0x8c, 0x8c, 0x82, 0x8c, 0x92, 0x91, 0x87, 0x91, 0x92, 0x91, 0x92, 0x92, 0x9a, 0x9a, 0x9a, 0x9a, 0x9a, 0x99, 0x9d, 0xa0, 0xa6, 0xa6, 0xa6, 0xaa, 0xa6, 0xa6, 0xaa, 0xaa, 0xaa, 0xb1, 0xa9, 0xaa, 0xae, 0xb1, 0xb1, 0xb1, 0xae, 0xb5, 0xb5, 0xb6, 0xb6, 0xb6, 0xb6, 0xb6, 0xb1, 0xb5, 0xb1, 0xb5, 0xb1, 0xb1, 0xb1, 0xb1, 0xaa, 0xb1, 0xaa, 0xaa, 0xaa, 0xaa, 0xa8, 0xa3, 0xa3, 0xa3, 0xa6, 0xa3, 0xa3, 0x9a, 0x9d, 0xa0, 0xa0, 0x9a, 0x9a, 0x9a, 0x9a, 0x99, 0x92, 0x9a, 0x91, 0x92, 0x8c, 0x92, 0x8c, 0x8c, 0x8c, 0x87, 0x82, 0x82, 0x83, 0x82, 0x7c, 0x82, 0x7a, 0x7c, 0x7a, 0x7a, 0x7a, 0x7a, 0x71, 0x71, 0x72, 0x71, 0x6d, 0x71, 0x6d, 0x6d, 0x6a, 0x6d, 0x65, 0x68, 0x65, 0x68, 0x65, 0x68, 0x60, 0x60, 0x61, 0x5c, 0x5c, 0x5c, 0x5b, 0x53, 0x56, 0x56, 0x53, 0x56, 0x4b, 0x51, 0x4b, 0x51, 0x51, 0x4b, 0x4b, 0x4b, 0x4e, 0x4b, 0x4e, 0x4b, 0x49, 0x4a, 0x42, 0x4a, 0x42, 0x44, 0x42, 0x42, 0x40, 0x3c, 0x40, 0x44, 0x3c, 0x40, 0x3c, 0x40, 0x37, 0x39, 0x39, 0x37, 0x39, 0x37, 0x39, 0x37, 0x39, 0x31, 0x37, 0x31, 0x39, 0x31, 0x31, 0x39, 0x31, 0x31, 0x31, 0x31, 0x2b, 0x31, 0x2b, 0x31, 0x2b, 0x31, 0x2b, 0x31, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x2a, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x24, 0x2b, 0x24, 0x26, 0x28, 0x2b, 0x24, 0x26, 0x27, 0x26, 0x24, 0x26, 0x24, 0x26, 0x27, 0x26, 0x27, 0x26, 0x23, 0x26, 0x23, 0x21, 0x21, 0x21, 0x23, 0x1f, 0x23, 0x17, 0x16, 0x17, 0x15, 0x16, 0x1a, 0x1f, 0x1a, 0x1f, 0x1f, 0x1c, 0x1f, 0x23, 0x1f, 0x23, 0x1f, 0x23, 0x1f, 0x23, 0x23, 0x1f, 0x19, 0x16, 0x19, 0x16, 0x1a, 0x2d, 0x28, 0x28, 0x28, 0x28, 0x28, 0x24, 0x27, 0x24, 0x24, 0x19, 0x19, 0x16, 0x15, 0x15, 0x15, 0x13, 0x0a, 0x07, 0x07, 0x36, 0x87, 0x58, 0x65, 0x65, 0x68, 0x65, 0x68, 0x65, 0x68, 0x65, 0x6d, 0x6d, 0x71, 0x6d, 0x71, 0x6a, 0x6d, 0x71, 0x7a, 0x7a, 0x7a, 0x7a, 0x71, 0x7a, 0x7c, 0x7c, 0x7c, 0x7c, 0x77, 0x82, 0x87, 0x8c, 0x87, 0x7c, 0x82, 0x91, 0x92, 0x91, 0x82, 0x8b, 0x99, 0x8b, 0x8c, 0x92, 0x9a, 0x92, 0x92, 0x92, 0xa0, 0x9a, 0x9a, 0x9a, 0xa0, 0x9a, 0xa0, 0x9d, 0xa6, 0xa6, 0xa6, 0xa6, 0xaa, 0xa6, 0xaa, 0xaa, 0xaa, 0xaa, 0xae, 0xaa, 0xae, 0xae, 0xb6, 0xae, 0xb6, 0xae, 0xb5, 0xb6, 0xb6, 0xb6, 0xb5, 0xb6, 0xb6, 0xb5, 0xb6, 0xb6, 0xb1, 0xae, 0xb1, 0xae, 0xb1, 0xb1, 0xaa, 0xaa, 0xaa, 0xaa, 0xa6, 0xa6, 0xa8, 0xa6, 0xa6, 0xa6, 0x9d, 0xa0, 0x9d, 0x9d, 0xa0, 0xa0, 0x9a, 0x9a, 0x9a, 0x91, 0x92, 0x92, 0x92, 0x91, 0x92, 0x8b, 0x92, 0x8c, 0x8c, 0x8c, 0x87, 0x83, 0x82, 0x82, 0x87, 0x7c, 0x82, 0x7a, 0x7c, 0x77, 0x7a, 0x71, 0x7a, 0x7a, 0x71, 0x71, 0x71, 0x6d, 0x71, 0x6d, 0x6a, 0x65, 0x6d, 0x65, 0x65, 0x65, 0x60, 0x65, 0x61, 0x60, 0x60, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x53, 0x5c, 0x56, 0x53, 0x54, 0x53, 0x53, 0x53, 0x51, 0x4b, 0x53, 0x4b, 0x4b, 0x4b, 0x4b, 0x4a, 0x4b, 0x42, 0x4e, 0x42, 0x42, 0x42, 0x42, 0x42, 0x44, 0x42, 0x40, 0x42, 0x40, 0x42, 0x37, 0x3c, 0x3c, 0x40, 0x37, 0x39, 0x37, 0x39, 0x37, 0x39, 0x37, 0x39, 0x37, 0x39, 0x37, 0x39, 0x37, 0x31, 0x39, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x2b, 0x31, 0x2b, 0x31, 0x2b, 0x2e, 0x31, 0x2a, 0x2b, 0x2a, 0x2b, 0x2a, 0x2b, 0x2a, 0x2b, 0x31, 0x2b, 0x31, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x28, 0x2b, 0x28, 0x2b, 0x24, 0x26, 0x26, 0x26, 0x27, 0x27, 0x24, 0x27, 0x24, 0x27, 0x24, 0x23, 0x21, 0x23, 0x21, 0x23, 0x1f, 0x23, 0x19, 0x16, 0x17, 0x15, 0x15, 0x16, 0x23, 0x1c, 0x1f, 0x1f, 0x23, 0x1f, 0x1c, 0x23, 0x23, 0x23, 0x23, 0x1f, 0x23, 0x1f, 0x23, 0x19, 0x19, 0x19, 0x17, 0x16, 0x27, 0x2d, 0x2a, 0x28, 0x28, 0x28, 0x28, 0x27, 0x24, 0x27, 0x1c, 0x1c, 0x16, 0x16, 0x15, 0x15, 0x13, 0x13, 0x0a, 0x07, 0x0a, 0x65, 0x6a, 0x61, 0x63, 0x61, 0x6a, 0x65, 0x65, 0x65, 0x65, 0x6d, 0x6a, 0x6a, 0x71, 0x6d, 0x6a, 0x6d, 0x6a, 0x71, 0x7a, 0x7a, 0x77, 0x77, 0x71, 0x77, 0x83, 0x7c, 0x82, 0x7c, 0x77, 0x82, 0x87, 0x82, 0x8b, 0x7c, 0x87, 0x92, 0x92, 0x91, 0x82, 0x91, 0x9a, 0x91, 0x92, 0x92, 0x92, 0x92, 0x92, 0x9a, 0x97, 0x9a, 0x97, 0x9a, 0x97, 0xa0, 0x9d, 0x9d, 0xa6, 0xa9, 0xa6, 0xa6, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xae, 0xb1, 0xae, 0xae, 0xb6, 0xae, 0xae, 0xb6, 0xb6, 0xb6, 0xb6, 0xb3, 0xb6, 0xb8, 0xb6, 0xb5, 0xae, 0xb5, 0xae, 0xb6, 0xb1, 0xb6, 0xb1, 0xae, 0xb1, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xa6, 0xa8, 0xa6, 0xa3, 0x9d, 0xa3, 0x9d, 0xa0, 0x9a, 0xa0, 0x97, 0x9a, 0x9a, 0x9a, 0x92, 0x92, 0x92, 0x92, 0x92, 0x92, 0x91, 0x8c, 0x8c, 0x8b, 0x8c, 0x82, 0x82, 0x8c, 0x82, 0x82, 0x7c, 0x7c, 0x7c, 0x7a, 0x7a, 0x7a, 0x77, 0x7a, 0x71, 0x78, 0x71, 0x71, 0x6d, 0x6a, 0x6d, 0x6a, 0x6d, 0x65, 0x65, 0x65, 0x65, 0x68, 0x60, 0x60, 0x5c, 0x60, 0x5c, 0x5c, 0x5c, 0x56, 0x5c, 0x56, 0x5c, 0x56, 0x53, 0x51, 0x53, 0x51, 0x53, 0x51, 0x53, 0x51, 0x4b, 0x51, 0x4b, 0x4b, 0x4a, 0x42, 0x4b, 0x42, 0x4e, 0x42, 0x49, 0x42, 0x42, 0x42, 0x42, 0x44, 0x3c, 0x44, 0x3c, 0x44, 0x3c, 0x44, 0x3c, 0x39, 0x3c, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x39, 0x37, 0x39, 0x37, 0x39, 0x37, 0x39, 0x37, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x2b, 0x2e, 0x2b, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x2e, 0x31, 0x31, 0x2a, 0x31, 0x2b, 0x2a, 0x31, 0x2b, 0x31, 0x2b, 0x2a, 0x2b, 0x2a, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x2b, 0x28, 0x26, 0x27, 0x26, 0x27, 0x26, 0x27, 0x26, 0x24, 0x26, 0x24, 0x21, 0x23, 0x23, 0x21, 0x23, 0x21, 0x23, 0x1f, 0x19, 0x16, 0x15, 0x15, 0x16, 0x1e, 0x23, 0x1c, 0x1f, 0x1c, 0x1f, 0x23, 0x23, 0x23, 0x23, 0x23, 0x23, 0x23, 0x21, 0x23, 0x1c, 0x19, 0x19, 0x19, 0x16, 0x23, 0x28, 0x2a, 0x28, 0x28, 0x28, 0x28, 0x28, 0x28, 0x27, 0x1c, 0x1c, 0x19, 0x16, 0x16, 0x15, 0x16, 0x13, 0x0d, 0x0a, 0x06, 0x15, 0x87, 0x65, 0x65, 0x6a, 0x65, 0x65, 0x6d, 0x65, 0x65, 0x65, 0x6a, 0x6d, 0x71, 0x6d, 0x71, 0x6d, 0x6a, 0x71, 0x7a, 0x7a, 0x7a, 0x7a, 0x77, 0x71, 0x7c, 0x87, 0x82, 0x87, 0x7c, 0x7c, 0x87, 0x87, 0x8b, 0x82, 0x7c, 0x8b, 0x91, 0x92, 0x87, 0x82, 0x92, 0x91, 0x92, 0x91, 0x92, 0x9a, 0x92, 0x92, 0x9a, 0x9d, 0x9a, 0x9d, 0x9a, 0x9d, 0x9a, 0x9d, 0xa6, 0xa6, 0xa6, 0xa6, 0xa6, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xae, 0xae, 0xae, 0xae, 0xb6, 0xae, 0xb6, 0xae, 0xb6, 0xb6, 0xb3, 0xb6, 0xb6, 0xb6, 0xb6, 0xb5, 0xb6, 0xb5, 0xae, 0xb1, 0xb1, 0xb1, 0xb1, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xa6, 0xaa, 0xa6, 0xa3, 0xa3, 0xa6, 0xa3, 0xa0, 0xa0, 0x9a, 0xa0, 0xa0, 0x9a, 0x9a, 0x9a, 0x9a, 0x9a, 0x9a, 0x91, 0x92, 0x91, 0x92, 0x91, 0x91, 0x8c, 0x8b, 0x88, 0x82, 0x8c, 0x82, 0x83, 0x82, 0x7e, 0x7c, 0x7a, 0x7a, 0x7a, 0x7a, 0x71, 0x7a, 0x71, 0x71, 0x71, 0x71, 0x6d, 0x6a, 0x6a, 0x65, 0x6a, 0x65, 0x65, 0x65, 0x65, 0x60, 0x60, 0x60, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x53, 0x56, 0x53, 0x53, 0x53, 0x51, 0x53, 0x4b, 0x53, 0x51, 0x4b, 0x4b, 0x4b, 0x4b, 0x4b, 0x42, 0x4b, 0x42, 0x4e, 0x42, 0x4b, 0x42, 0x49, 0x42, 0x42, 0x42, 0x3c, 0x42, 0x3c, 0x42, 0x3c, 0x3c, 0x3c, 0x37, 0x3c, 0x3c, 0x37, 0x37, 0x37, 0x37, 0x37, 0x39, 0x37, 0x31, 0x37, 0x31, 0x31, 0x31, 0x31, 0x37, 0x31, 0x31, 0x31, 0x37, 0x31, 0x31, 0x37, 0x31, 0x37, 0x31, 0x31, 0x31, 0x31, 0x2e, 0x31, 0x31, 0x31, 0x2e, 0x31, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x31, 0x31, 0x2e, 0x31, 0x2a, 0x31, 0x31, 0x31, 0x2e, 0x31, 0x2b, 0x31, 0x2b, 0x2b, 0x2b, 0x2e, 0x2b, 0x2b, 0x28, 0x2b, 0x26, 0x28, 0x26, 0x28, 0x26, 0x27, 0x24, 0x28, 0x23, 0x27, 0x21, 0x23, 0x21, 0x23, 0x23, 0x23, 0x24, 0x23, 0x1f, 0x15, 0x17, 0x15, 0x15, 0x19, 0x23, 0x1c, 0x1f, 0x23, 0x23, 0x23, 0x23, 0x23, 0x1f, 0x1c, 0x23, 0x23, 0x23, 0x23, 0x1f, 0x1a, 0x19, 0x19, 0x17, 0x19, 0x23, 0x2d, 0x28, 0x28, 0x28, 0x28, 0x28, 0x27, 0x28, 0x24, 0x24, 0x19, 0x19, 0x16, 0x16, 0x16, 0x15, 0x13, 0x0d, 0x07, 0x07, 0x45, 0x7c, 0x65, 0x65, 0x65, 0x65, 0x65, 0x65, 0x65, 0x65, 0x65, 0x6d, 0x6a, 0x71, 0x71, 0x6a, 0x6d, 0x71, 0x71, 0x7a, 0x77, 0x7a, 0x7a, 0x71, 0x77, 0x7a, 0x7c, 0x87, 0x82, 0x77, 0x82, 0x8b, 0x8b, 0x91, 0x82, 0x82, 0x8c, 0x92, 0x91, 0x82, 0x8b, 0x92, 0x9a, 0x91, 0x8b, 0x9a, 0x9a, 0x92, 0x9a, 0x9a, 0x9a, 0x97, 0x9a, 0x9d, 0xa0, 0x9d, 0xa6, 0xa0, 0xa6, 0xa6, 0xaa, 0xa6, 0xaa, 0xa9, 0xaa, 0xae, 0xaa, 0xae, 0xb1, 0xae, 0xae, 0xb1, 0xae, 0xae, 0xb6, 0xb3, 0xb6, 0xb6, 0xb6, 0xb6, 0xb6, 0xb8, 0xb1, 0xb6, 0xae, 0xb6, 0xb1, 0xb1, 0xb1, 0xb6, 0xb1, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xa6, 0xaa, 0xa6, 0xa6, 0xa3, 0x9d, 0xa0, 0x9d, 0xa0, 0x97, 0xa0, 0x97, 0x9a, 0x9d, 0x92, 0x9a, 0x92, 0x92, 0x92, 0x92, 0x92, 0x91, 0x8b, 0x91, 0x8b, 0x8c, 0x8c, 0x82, 0x82, 0x82, 0x7c, 0x7c, 0x7c, 0x7a, 0x7a, 0x7a, 0x77, 0x7a, 0x71, 0x71, 0x7a, 0x71, 0x71, 0x71, 0x71, 0x6d, 0x6a, 0x6d, 0x65, 0x65, 0x65, 0x65, 0x65, 0x65, 0x60, 0x60, 0x60, 0x60, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x53, 0x56, 0x53, 0x53, 0x53, 0x53, 0x4b, 0x53, 0x4b, 0x51, 0x4b, 0x4b, 0x4b, 0x4b, 0x4b, 0x4b, 0x42, 0x4b, 0x4b, 0x42, 0x42, 0x42, 0x42, 0x42, 0x49, 0x3c, 0x49, 0x3c, 0x44, 0x3c, 0x3c, 0x42, 0x37, 0x3c, 0x40, 0x37, 0x3c, 0x3c, 0x37, 0x39, 0x37, 0x37, 0x31, 0x37, 0x31, 0x37, 0x31, 0x37, 0x31, 0x37, 0x31, 0x31, 0x37, 0x31, 0x37, 0x31, 0x37, 0x37, 0x31, 0x37, 0x31, 0x31, 0x31, 0x31, 0x37, 0x31, 0x37, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x2e, 0x31, 0x2e, 0x31, 0x31, 0x31, 0x2e, 0x31, 0x31, 0x31, 0x2e, 0x2b, 0x2e, 0x2e, 0x2b, 0x2e, 0x2b, 0x2b, 0x28, 0x2b, 0x28, 0x26, 0x28, 0x26, 0x28, 0x2b, 0x24, 0x26, 0x24, 0x26, 0x23, 0x23, 0x23, 0x23, 0x23, 0x23, 0x23, 0x19, 0x16, 0x15, 0x15, 0x15, 0x22, 0x1f, 0x1f, 0x1c, 0x1f, 0x23, 0x23, 0x23, 0x23, 0x23, 0x23, 0x23, 0x23, 0x23, 0x23, 0x23, 0x19, 0x19, 0x19, 0x19, 0x19, 0x2d, 0x28, 0x2a, 0x28, 0x28, 0x28, 0x28, 0x24, 0x27, 0x24, 0x1c, 0x19, 0x19, 0x16, 0x16, 0x15, 0x15, 0x13, 0x0a, 0x07, 0x0d, 0x60, 0x6e, 0x65, 0x65, 0x6a, 0x65, 0x6a, 0x65, 0x6a, 0x65, 0x6a, 0x71, 0x6a, 0x71, 0x6d, 0x71, 0x6a, 0x6a, 0x7a, 0x77, 0x7a, 0x7a, 0x77, 0x71, 0x7c, 0x82, 0x7c, 0x82, 0x7c, 0x77, 0x82, 0x8b, 0x8c, 0x8b, 0x7c, 0x82, 0x92, 0x91, 0x92, 0x82, 0x8c, 0x93, 0x9a, 0x91, 0x8b, 0x9d, 0x9a, 0x92, 0x9a, 0x9a, 0x9d, 0x9a, 0xa0, 0x9a, 0x9d, 0x9d, 0xa0, 0xa6, 0xa6, 0xa6, 0xa6, 0xa6, 0xaa, 0xa9, 0xb1, 0xa9, 0xaa, 0xae, 0xb1, 0xae, 0xae, 0xb6, 0xae, 0xb6, 0xb3, 0xae, 0xb6, 0xb6, 0xb6, 0xb6, 0xb8, 0xb6, 0xb8, 0xb6, 0xb5, 0xb6, 0xae, 0xae, 0xb1, 0xae, 0xb1, 0xae, 0xb1, 0xae, 0xb1, 0xaa, 0xaa, 0xaa, 0xa6, 0xaa, 0xa6, 0xa6, 0xa6, 0xa6, 0x9d, 0xa0, 0x9d, 0xa0, 0x9d, 0x9a, 0x9d, 0x9a, 0x9d, 0x9a, 0x9a, 0x9a, 0x92, 0x92, 0x92, 0x92, 0x8c, 0x92, 0x8b, 0x8c, 0x82, 0x8b, 0x82, 0x82, 0x82, 0x82, 0x82, 0x7c, 0x7a, 0x7c, 0x7c, 0x77, 0x71, 0x7a, 0x77, 0x71, 0x71, 0x71, 0x6a, 0x71, 0x6a, 0x6a, 0x6a, 0x6a, 0x65, 0x65, 0x65, 0x65, 0x65, 0x60, 0x60, 0x60, 0x60, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4b, 0x53, 0x51, 0x53, 0x4b, 0x4b, 0x4b, 0x42, 0x4b, 0x42, 0x4b, 0x4b, 0x4b, 0x42, 0x4e, 0x42, 0x42, 0x42, 0x3c, 0x42, 0x3c, 0x42, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x37, 0x3c, 0x3c, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x31, 0x37, 0x37, 0x31, 0x37, 0x31, 0x37, 0x31, 0x31, 0x37, 0x31, 0x31, 0x31, 0x31, 0x39, 0x31, 0x37, 0x31, 0x31, 0x37, 0x31, 0x37, 0x31, 0x37, 0x31, 0x37, 0x31, 0x2f, 0x31, 0x37, 0x2f, 0x31, 0x2f, 0x31, 0x31, 0x2e, 0x2e, 0x2e, 0x2e, 0x2b, 0x2e, 0x2a, 0x31, 0x28, 0x2b, 0x28, 0x2b, 0x2a, 0x2b, 0x28, 0x28, 0x24, 0x27, 0x24, 0x26, 0x27, 0x24, 0x23, 0x23, 0x27, 0x19, 0x17, 0x15, 0x15, 0x15, 0x1a, 0x23, 0x23, 0x23, 0x23, 0x23, 0x23, 0x23, 0x1c, 0x23, 0x23, 0x23, 0x27, 0x27, 0x24, 0x23, 0x1c, 0x19, 0x19, 0x1f, 0x19, 0x23, 0x2a, 0x28, 0x28, 0x28, 0x28, 0x28, 0x28, 0x24, 0x28, 0x1c, 0x1c, 0x19, 0x16, 0x16, 0x16, 0x16, 0x13, 0x0d, 0x0a, 0x07, 0x19, 0x7f, 0x6a, 0x6a, 0x65, 0x6a, 0x65, 0x6a, 0x65, 0x6a, 0x6a, 0x6d, 0x6a, 0x71, 0x6a, 0x71, 0x6a, 0x72, 0x71, 0x77, 0x7a, 0x7c, 0x7c, 0x71, 0x77, 0x7c, 0x82, 0x7c, 0x87, 0x7c, 0x7c, 0x82, 0x8b, 0x8b, 0x82, 0x82, 0x87, 0x92, 0x92, 0x92, 0x82, 0x93, 0x9a, 0x92, 0x8b, 0x92, 0x9d, 0x97, 0x92, 0x97, 0x9a, 0x9d, 0x9d, 0x9d, 0x9d, 0x9d, 0x9d, 0xa6, 0x9d, 0xa6, 0xa9, 0xaa, 0xa9, 0xa6, 0xae, 0xa9, 0xae, 0xae, 0xae, 0xae, 0xae, 0xae, 0xae, 0xb6, 0xb0, 0xb6, 0xb3, 0xb6, 0xb6, 0xb6, 0xb6, 0xb6, 0xb6, 0xb5, 0xb6, 0xb6, 0xae, 0xb5, 0xae, 0xb6, 0xae, 0xae, 0xb1, 0xaa, 0xb1, 0xae, 0xaa, 0xaa, 0xaa, 0xaa, 0xa6, 0xa6, 0xa6, 0x9d, 0xa6, 0xa3, 0x9d, 0x9d, 0x9d, 0x9d, 0x9d, 0x9d, 0x97, 0x9a, 0x97, 0x9a, 0x92, 0x9a, 0x92, 0x92, 0x92, 0x8b, 0x8b, 0x8b, 0x92, 0x82, 0x8b, 0x82, 0x82, 0x82, 0x82, 0x7c, 0x7c, 0x7c, 0x7a, 0x77, 0x7c, 0x7a, 0x77, 0x77, 0x77, 0x71, 0x71, 0x71, 0x6a, 0x71, 0x6d, 0x6a, 0x6a, 0x6a, 0x6a, 0x65, 0x65, 0x65, 0x65, 0x60, 0x65, 0x60, 0x5c, 0x5c, 0x60, 0x5c, 0x5c, 0x5c, 0x53, 0x5c, 0x53, 0x5c, 0x53, 0x53, 0x53, 0x4b, 0x53, 0x51, 0x53, 0x4b, 0x4b, 0x53, 0x4b, 0x4b, 0x4b, 0x4b, 0x48, 0x42, 0x4b, 0x42, 0x4b, 0x42, 0x42, 0x42, 0x42, 0x42, 0x42, 0x42, 0x3c, 0x42, 0x3c, 0x3c, 0x42, 0x3c, 0x3c, 0x3c, 0x3c, 0x37, 0x3c, 0x37, 0x37, 0x37, 0x3c, 0x37, 0x3c, 0x39, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x31, 0x37, 0x37, 0x31, 0x37, 0x37, 0x31, 0x37, 0x31, 0x37, 0x31, 0x31, 0x31, 0x2f, 0x37, 0x31, 0x2f, 0x31, 0x2f, 0x31, 0x2f, 0x31, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2b, 0x2a, 0x2a, 0x2b, 0x28, 0x2b, 0x2d, 0x2b, 0x28, 0x2b, 0x2a, 0x28, 0x27, 0x26, 0x24, 0x24, 0x27, 0x24, 0x23, 0x27, 0x19, 0x15, 0x15, 0x0f, 0x16, 0x21, 0x23, 0x1f, 0x23, 0x23, 0x23, 0x23, 0x23, 0x23, 0x23, 0x24, 0x23, 0x24, 0x23, 0x27, 0x23, 0x1c, 0x1f, 0x1c, 0x1a, 0x1c, 0x28, 0x2a, 0x28, 0x28, 0x28, 0x28, 0x2a, 0x24, 0x28, 0x24, 0x1c, 0x1c, 0x19, 0x16, 0x16, 0x16, 0x15, 0x13, 0x0b, 0x0a, 0x0a, 0x41, 0x7a, 0x63, 0x6a, 0x6a, 0x6a, 0x6a, 0x65, 0x6a, 0x65, 0x6a, 0x6a, 0x71, 0x71, 0x71, 0x71, 0x6a, 0x71, 0x71, 0x7c, 0x7c, 0x7c, 0x77, 0x77, 0x77, 0x87, 0x7c, 0x87, 0x7c, 0x77, 0x82, 0x87, 0x8b, 0x8c, 0x82, 0x82, 0x92, 0x92, 0x92, 0x8b, 0x84, 0x92, 0x97, 0x92, 0x91, 0x92, 0x9d, 0x9a, 0x92, 0x97, 0x9d, 0x9d, 0x9d, 0x9d, 0x9d, 0x9d, 0xa4, 0xa6, 0x9d, 0xa6, 0xa9, 0xa9, 0xaa, 0xa9, 0xa9, 0xae, 0xae, 0xae, 0xae, 0xae, 0xae, 0xb3, 0xb6, 0xb3, 0xb6, 0xae, 0xb6, 0xb6, 0xb6, 0xb6, 0xb6, 0xb8, 0xb8, 0xb6, 0xb6, 0xb5, 0xb6, 0xb6, 0xb5, 0xae, 0xb5, 0xae, 0xb1, 0xae, 0xb1, 0xae, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xa6, 0xa6, 0xa6, 0xa6, 0xa6, 0x9d, 0xa3, 0x9d, 0xa0, 0x9a, 0xa3, 0x9a, 0x9d, 0x9a, 0x9a, 0x9a, 0x92, 0x9a, 0x92, 0x92, 0x92, 0x92, 0x92, 0x8c, 0x8b, 0x8c, 0x84, 0x82, 0x82, 0x82, 0x82, 0x82, 0x7c, 0x82, 0x77, 0x7c, 0x71, 0x7a, 0x77, 0x77, 0x7a, 0x71, 0x71, 0x71, 0x6a, 0x71, 0x6a, 0x6a, 0x6a, 0x6a, 0x65, 0x6a, 0x65, 0x65, 0x65, 0x60, 0x60, 0x60, 0x60, 0x5c, 0x60, 0x5c, 0x5c, 0x5c, 0x53, 0x5c, 0x53, 0x53, 0x5c, 0x53, 0x53, 0x53, 0x53, 0x4b, 0x53, 0x4b, 0x4b, 0x4b, 0x4b, 0x4b, 0x4b, 0x4b, 0x4b, 0x42, 0x4b, 0x42, 0x42, 0x4b, 0x42, 0x42, 0x42, 0x42, 0x42, 0x3c, 0x42, 0x3c, 0x42, 0x3c, 0x3c, 0x37, 0x42, 0x37, 0x42, 0x37, 0x3c, 0x3c, 0x3c, 0x37, 0x3c, 0x37, 0x3c, 0x37, 0x3c, 0x37, 0x35, 0x37, 0x37, 0x35, 0x37, 0x37, 0x37, 0x35, 0x37, 0x37, 0x35, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x35, 0x37, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x2e, 0x31, 0x2e, 0x2b, 0x2a, 0x2b, 0x2a, 0x2e, 0x2b, 0x2d, 0x28, 0x2d, 0x28, 0x28, 0x27, 0x24, 0x26, 0x23, 0x23, 0x24, 0x1f, 0x15, 0x16, 0x0f, 0x15, 0x1f, 0x23, 0x21, 0x23, 0x21, 0x23, 0x1f, 0x1c, 0x23, 0x1c, 0x23, 0x23, 0x27, 0x23, 0x23, 0x23, 0x1c, 0x1f, 0x1c, 0x23, 0x19, 0x1f, 0x2d, 0x28, 0x2a, 0x28, 0x2a, 0x28, 0x24, 0x28, 0x24, 0x24, 0x1c, 0x19, 0x19, 0x19, 0x16, 0x16, 0x15, 0x13, 0x0b, 0x07, 0x13, 0x65, 0x76, 0x65, 0x6a, 0x65, 0x6a, 0x65, 0x6a, 0x65, 0x6a, 0x71, 0x71, 0x71, 0x71, 0x71, 0x71, 0x71, 0x77, 0x7a, 0x77, 0x7c, 0x7a, 0x77, 0x77, 0x7c, 0x82, 0x82, 0x87, 0x7c, 0x7c, 0x84, 0x87, 0x8b, 0x8c, 0x7c, 0x84, 0x92, 0x92, 0x92, 0x82, 0x8b, 0x9a, 0x93, 0x92, 0x93, 0x9a, 0x9a, 0x9a, 0x92, 0x9d, 0x9a, 0x9d, 0x9a, 0x9d, 0x9d, 0xa3, 0x9d, 0xa6, 0xa4, 0xa6, 0xa6, 0xa9, 0xaa, 0xa9, 0xaa, 0xa9, 0xae, 0xae, 0xae, 0xae, 0xb6, 0xae, 0xae, 0xb6, 0xb3, 0xb6, 0xb3, 0xb3, 0xb6, 0xb3, 0xb8, 0xb8, 0xb8, 0xb5, 0xb8, 0xb6, 0xb6, 0xb6, 0xae, 0xb6, 0xae, 0xb6, 0xae, 0xb1, 0xae, 0xb1, 0xaa, 0xaa, 0xaa, 0xa9, 0xa6, 0xa6, 0xa6, 0xa6, 0xa6, 0xa6, 0xa6, 0x9d, 0xa0, 0x9d, 0xa0, 0x9d, 0x9a, 0x9d, 0x9a, 0x97, 0x9a, 0x9a, 0x9a, 0x93, 0x9a, 0x93, 0x92, 0x8b, 0x92, 0x8b, 0x8b, 0x8b, 0x82, 0x82, 0x82, 0x82, 0x82, 0x82, 0x7c, 0x7c, 0x7c, 0x7a, 0x77, 0x77, 0x7a, 0x77, 0x71, 0x77, 0x71, 0x71, 0x6a, 0x6a, 0x6a, 0x6a, 0x6a, 0x6a, 0x65, 0x6a, 0x65, 0x65, 0x65, 0x65, 0x60, 0x5c, 0x60, 0x60, 0x60, 0x5c, 0x5c, 0x5c, 0x5c, 0x5c, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4b, 0x53, 0x4b, 0x53, 0x4b, 0x53, 0x4b, 0x4b, 0x41, 0x4b, 0x48, 0x4b, 0x42, 0x42, 0x4b, 0x42, 0x42, 0x42, 0x42, 0x42, 0x3c, 0x42, 0x42, 0x42, 0x3c, 0x42, 0x3c, 0x42, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x37, 0x3c, 0x37, 0x3c, 0x3c, 0x3c, 0x37, 0x36, 0x37, 0x36, 0x37, 0x3c, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x37, 0x35, 0x37, 0x37, 0x2f, 0x39, 0x2f, 0x31, 0x2f, 0x31, 0x2a, 0x31, 0x2a, 0x2e, 0x2a, 0x2b, 0x2e, 0x2b, 0x2a, 0x2b, 0x2d, 0x28, 0x28, 0x24, 0x26, 0x24, 0x27, 0x21, 0x24, 0x28, 0x19, 0x15, 0x15, 0x0f, 0x16, 0x26, 0x23, 0x23, 0x1f, 0x23, 0x1f, 0x21, 0x23, 0x23, 0x24, 0x27, 0x27, 0x23, 0x24, 0x26, 0x23, 0x23, 0x1c, 0x23, 0x23, 0x1c, 0x27, 0x28, 0x2a, 0x28, 0x2a, 0x28, 0x2a, 0x28, 0x24, 0x24, 0x1c, 0x1c, 0x1c, 0x16, 0x19, 0x16, 0x16, 0x13, 0x0d, 0x0a, 0x0a, 0x1e, 0x80, 0x6a, 0x6a, 0x6a, 0x6a, 0x6a, 0x65, 0x65, 0x6a, 0x6a, 0x71, 0x71, 0x71, 0x71, 0x71, 0x6a, 0x71, 0x7a, 0x77, 0x7c, 0x7c, 0x77, 0x77, 0x77, 0x82, 0x82, 0x82, 0x84, 0x7c, 0x82, 0x87, 0x8b, 0x8b, 0x87, 0x7c, 0x8b, 0x92, 0x92, 0x92, 0x84, 0x92, 0x9a, 0x97, 0x92, 0x8b, 0x9a, 0x9a, 0x9a, 0x93, 0x9d, 0x9d, 0xa0, 0x9d, 0x9d, 0x9d, 0x9d, 0xa6, 0xa6, 0xa6, 0xa6, 0xaa, 0xa6, 0xa9, 0xaa, 0xaa, 0xae, 0xae, 0xae, 0xae, 0xae, 0xae, 0xae, 0xb6, 0xb6, 0xb6, 0xb3, 0xb6, 0xb3, 0xb6, 0xb3, 0xb8, 0xb6, 0xb8, 0xb8, 0xb6, 0xb6, 0xb6, 0xb6, 0xb6, 0xae, 0xb6, 0xae, 0xae, 0xae, 0xae, 0xae, 0xae, 0xaa, 0xae, 0xaa, 0xa9, 0xaa, 0xa6, 0xa6, 0xa6, 0xa4, 0xa6, 0xa6, 0x9d, 0xa3, 0x9d, 0x9d, 0x9d, 0x9d, 0x9a, 0x97, 0x9a, 0x9a, 0x92, 0x9a, 0x93, 0x92, 0x93, 0x92, 0x8b, 0x92, 0x8b, 0x8b, 0x84, 0x82, 0x84, 0x82, 0x82, 0x82, 0x7c, 0x7c, 0x7c, 0x7c, 0x7c, 0x7c, 0x77, 0x7a, 0x77, 0x71, 0x77, 0x71, 0x6a, 0x71, 0x6a, 0x6a, 0x6a, 0x6a, 0x6a, 0x65, 0x6a, 0x65, 0x63, 0x65, 0x60, 0x60, 0x60, 0x60, 0x60, 0x5c, 0x60, 0x55, 0x5c, 0x5c, 0x5c, 0x55, 0x5c, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4b, 0x53, 0x4b, 0x4c, 0x4b, 0x4b, 0x4b, 0x4b, 0x48, 0x4b, 0x41, 0x42, 0x4b, 0x4b, 0x42, 0x41, 0x42, 0x42, 0x42, 0x42, 0x42, 0x42, 0x3f, 0x42, 0x3c, 0x42, 0x42, 0x3c, 0x42, 0x3c, 0x42, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x37, 0x3c, 0x37, 0x3c, 0x37, 0x3c, 0x37, 0x3c, 0x37, 0x3c, 0x37, 0x3c, 0x37, 0x3c, 0x37, 0x3c, 0x37, 0x3c, 0x37, 0x3c, 0x35, 0x37, 0x3c, 0x37, 0x3c, 0x3c, 0x37, 0x35, 0x37, 0x35, 0x35, 0x37, 0x2f, 0x31, 0x31, 0x31, 0x2f, 0x31, 0x2f, 0x31, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2d, 0x2a, 0x28, 0x2a, 0x26, 0x27, 0x24, 0x26, 0x23, 0x23, 0x27, 0x23, 0x16, 0x15, 0x0f, 0x15, 0x23, 0x27, 0x23, 0x23, 0x23, 0x21, 0x23, 0x23, 0x23, 0x24, 0x23, 0x27, 0x28, 0x27, 0x27, 0x24, 0x23, 0x23, 0x23, 0x23, 0x23, 0x23, 0x2d, 0x2a, 0x28, 0x2a, 0x28, 0x2a, 0x24, 0x28, 0x24, 0x23, 0x24, 0x1c, 0x1c, 0x19, 0x19, 0x16, 0x16, 0x13, 0x0d, 0x0a, 0x0b, 0x4c, 0x76, 0x6a, 0x6a, 0x6a, 0x6a, 0x6a, 0x6a, 0x6a, 0x6a, 0x71, 0x71, 0x77, 0x71, 0x6e, 0x71, 0x71, 0x77, 0x77, 0x7c, 0x7c, 0x77, 0x77, 0x77, 0x7c, 0x82, 0x84, 0x87, 0x7f, 0x7c, 0x84, 0x92, 0x8b, 0x8b, 0x8c, 0x84, 0x8b, 0x93, 0x92, 0x92, 0x8b, 0x92, 0x97, 0x96, 0x92, 0x93, 0x9a, 0x97, 0x9a, 0x97, 0x9d, 0x9d, 0x9d, 0x9d, 0xa4, 0x9d, 0xa4, 0xa6, 0xa4, 0xa6, 0xa6, 0xa6, 0xa9, 0xa9, 0xa9, 0xae, 0xa9, 0xae, 0xae, 0xae, 0xae, 0xae, 0xb6, 0xb3, 0xb6, 0xb3, 0xb3, 0xb6, 0xb3, 0xb8, 0xb3, 0xb8, 0xb8, 0xb5, 0xb8, 0xb8, 0xb3, 0xb3, 0xb3, 0xae, 0xb6, 0xae, 0xae, 0xb6, 0xae, 0xae, 0xae, 0xae, 0xae, 0xa9, 0xae, 0xa9, 0xaa, 0xa4, 0xaa, 0xa4, 0xa6, 0xa4, 0xa6, 0x9d, 0xa6, 0xa6, 0x9d, 0x97, 0x9d, 0x9d, 0x97, 0x9a, 0x97, 0x9a, 0x93, 0x97, 0x97, 0x97, 0x93, 0x92, 0x92, 0x8b, 0x93, 0x8b, 0x8b, 0x8b, 0x82, 0x84, 0x82, 0x7c, 0x84, 0x7c, 0x7c, 0x7c, 0x7c, 0x76, 0x77, 0x77, 0x77, 0x77, 0x71, 0x6e, 0x71, 0x71, 0x71, 0x6a, 0x6a, 0x6a, 0x6a, 0x6a, 0x65, 0x6a, 0x65, 0x6a, 0x60, 0x65, 0x58, 0x65, 0x60, 0x60, 0x5c, 0x5c, 0x5c, 0x5c, 0x55, 0x5c, 0x53, 0x5c, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x53, 0x4c, 0x53, 0x4c, 0x4c, 0x4b, 0x48, 0x4b, 0x4b, 0x42, 0x4b, 0x41, 0x4b, 0x42, 0x48, 0x42, 0x41, 0x42, 0x41, 0x42, 0x41, 0x41, 0x42, 0x3c, 0x42, 0x3c, 0x42, 0x3c, 0x42, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x37, 0x3c, 0x37, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x37, 0x3c, 0x37, 0x3c, 0x37, 0x3c, 0x37, 0x3c, 0x37, 0x3c, 0x3c, 0x3c, 0x35, 0x3c, 0x37, 0x3c, 0x3c, 0x35, 0x37, 0x35, 0x2f, 0x37, 0x2f, 0x37, 0x2f, 0x37, 0x2f, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2e, 0x2a, 0x2b, 0x28, 0x2b, 0x24, 0x26, 0x24, 0x26, 0x23, 0x23, 0x16, 0x15, 0x0f, 0x0f, 0x19, 0x2c, 0x24, 0x23, 0x23, 0x23, 0x1c, 0x23, 0x23, 0x24, 0x23, 0x28, 0x24, 0x27, 0x28, 0x28, 0x24, 0x23, 0x24, 0x23, 0x24, 0x1f, 0x28, 0x2f, 0x2a, 0x2a, 0x28, 0x28, 0x28, 0x28, 0x24, 0x24, 0x1c, 0x1c, 0x1c, 0x19, 0x19, 0x19, 0x16, 0x15, 0x13, 0x0b, 0x0a, 0x16, 0x65, 0x77, 0x6a, 0x6e, 0x6e, 0x6a, 0x6a, 0x6a, 0x6a, 0x6a, 0x71, 0x6e, 0x71, 0x77, 0x71, 0x77, 0x71, 0x77, 0x7c, 0x7c, 0x7c, 0x76, 0x77, 0x7f, 0x87, 0x84, 0x84, 0x7f, 0x7f, 0x7f, 0x87, 0x8b, 0x8b, 0x92, 0x84, 0x82, 0x93, 0x93, 0x93, 0x8b, 0x8b, 0x92, 0x97, 0x96, 0x93, 0x92, 0x9d, 0x97, 0x97, 0x97, 0xa4, 0x97, 0x9d, 0x9d, 0xa4, 0xa6, 0xa4, 0xa6, 0xa6, 0xa6, 0xa6, 0xaa, 0xa9, 0xa9, 0xa9, 0xae, 0xae, 0xa9, 0xae, 0xae, 0xae, 0xb3, 0xae, 0xb3, 0xae, 0xb3, 0xb6, 0xb3, 0xb8, 0xb3, 0xb8, 0xb8, 0xb8, 0xb8, 0xb8, 0xb8, 0xb6, 0xb6, 0xb6, 0xb6, 0xae, 0xb6, 0xae, 0xae, 0xae, 0xae, 0xae, 0xaa, 0xae, 0xaa, 0xae, 0xaa, 0xaa, 0xaa, 0xa9, 0xa6, 0xa9, 0xa6, 0xa6, 0xa6, 0x9d, 0xa6, 0x9d, 0x9d, 0x9d, 0x9d, 0x97, 0x9d, 0x97, 0x97, 0x97, 0x97, 0x97, 0x93, 0x9a, 0x93, 0x92, 0x8b, 0x8b, 0x8b, 0x8c, 0x8b, 0x8b, 0x87, 0x84, 0x82, 0x7f, 0x82, 0x7c, 0x7c, 0x7c, 0x7c, 0x77, 0x77, 0x77, 0x77, 0x77, 0x71, 0x71, 0x6e, 0x71, 0x6a, 0x6a, 0x71, 0x6a, 0x65, 0x6a, 0x65, 0x63, 0x65, 0x65, 0x65, 0x65, 0x60, 0x60, 0x60, 0x60, 0x60, 0x5c, 0x5c, 0x53, 0x5c, 0x5c, 0x53, 0x55, 0x53, 0x53, 0x53, 0x53, 0x4f, 0x53, 0x53, 0x4c, 0x53, 0x4c, 0x53, 0x4b, 0x4c, 0x4b, 0x48, 0x4b, 0x48, 0x4b, 0x42, 0x48, 0x42, 0x48, 0x41, 0x4b, 0x41, 0x48, 0x41, 0x48, 0x41, 0x42, 0x42, 0x42, 0x42, 0x42, 0x42, 0x3f, 0x42, 0x3f, 0x42, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3f, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x37, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x35, 0x3c, 0x35, 0x35, 0x37, 0x2f, 0x31, 0x2f, 0x37, 0x2f, 0x37, 0x2e, 0x31, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x28, 0x2b, 0x24, 0x27, 0x24, 0x24, 0x27, 0x28, 0x1e, 0x15, 0x15, 0x0f, 0x15, 0x2c, 0x24, 0x23, 0x24, 0x23, 0x1c, 0x23, 0x24, 0x27, 0x27, 0x28, 0x24, 0x28, 0x28, 0x27, 0x28, 0x23, 0x24, 0x23, 0x24, 0x23, 0x24, 0x28, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x24, 0x24, 0x1c, 0x24, 0x1c, 0x19, 0x1c, 0x19, 0x19, 0x16, 0x15, 0x0d, 0x0b, 0x0b, 0x2a, 0x7a, 0x6e, 0x6e, 0x6a, 0x6a, 0x6a, 0x6a, 0x6a, 0x6a, 0x6e, 0x71, 0x77, 0x77, 0x71, 0x77, 0x71, 0x77, 0x77, 0x7c, 0x7c, 0x7c, 0x7c, 0x77, 0x7c, 0x84, 0x87, 0x87, 0x87, 0x7c, 0x84, 0x92, 0x8b, 0x93, 0x8b, 0x82, 0x8b, 0x97, 0x93, 0x92, 0x8b, 0x8b, 0x97, 0x9a, 0x97, 0x92, 0x97, 0x9d, 0x9d, 0x97, 0x97, 0x9d, 0x9d, 0x9d, 0xa6, 0x9d, 0xa6, 0x9d, 0xa4, 0xa6, 0xa6, 0xa9, 0xaa, 0xa9, 0xa9, 0xae, 0xae, 0xae, 0xae, 0xae, 0xae, 0xae, 0xae, 0xb6, 0xb6, 0xb6, 0xb6, 0xb3, 0xb6, 0xb6, 0xb6, 0xb9, 0xb8, 0xb8, 0xb8, 0xb8, 0xb8, 0xb6, 0xb8, 0xb8, 0xb6, 0xb6, 0xb6, 0xb6, 0xb6, 0xae, 0xae, 0xae, 0xae, 0xb1, 0xae, 0xaa, 0xae, 0xaa, 0xa9, 0xaa, 0xaa, 0xa6, 0xa6, 0xa6, 0xa6, 0x9d, 0xa6, 0x9d, 0x9d, 0x9d, 0x9d, 0x9d, 0x9d, 0x97, 0x9a, 0x97, 0x92, 0x97, 0x92, 0x92, 0x92, 0x93, 0x92, 0x8b, 0x8b, 0x8b, 0x8b, 0x8b, 0x84, 0x82, 0x84, 0x82, 0x7f, 0x82, 0x7c, 0x7f, 0x7c, 0x7c, 0x77, 0x77, 0x76, 0x77, 0x77, 0x77, 0x6e, 0x71, 0x71, 0x71, 0x6a, 0x6a, 0x6a, 0x6a, 0x6a, 0x6a, 0x65, 0x63, 0x65, 0x65, 0x5d, 0x65, 0x5d, 0x60, 0x60, 0x5c, 0x5c, 0x60, 0x5c, 0x55, 0x5c, 0x55, 0x5c, 0x53, 0x53, 0x53, 0x4f, 0x53, 0x53, 0x53, 0x4c, 0x53, 0x4c, 0x4c, 0x4c, 0x4c, 0x4b, 0x48, 0x4b, 0x48, 0x48, 0x4b, 0x48, 0x4b, 0x48, 0x48, 0x41, 0x48, 0x41, 0x48, 0x42, 0x41, 0x42, 0x3f, 0x3f, 0x42, 0x41, 0x42, 0x41, 0x42, 0x41, 0x3f, 0x42, 0x3c, 0x3c, 0x3f, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x36, 0x3c, 0x3c, 0x36, 0x3c, 0x35, 0x37, 0x35, 0x37, 0x35, 0x37, 0x37, 0x37, 0x37, 0x2f, 0x31, 0x2f, 0x31, 0x2e, 0x2e, 0x2e, 0x2e, 0x2b, 0x28, 0x2b, 0x28, 0x28, 0x28, 0x27, 0x24, 0x27, 0x23, 0x16, 0x0f, 0x0f, 0x13, 0x21, 0x27, 0x23, 0x27, 0x24, 0x27, 0x23, 0x24, 0x27, 0x28, 0x28, 0x28, 0x27, 0x24, 0x28, 0x28, 0x27, 0x23, 0x24, 0x27, 0x23, 0x24, 0x24, 0x2a, 0x28, 0x28, 0x2a, 0x2a, 0x2e, 0x2a, 0x24, 0x24, 0x24, 0x1c, 0x1c, 0x19, 0x19, 0x19, 0x16, 0x15, 0x0f, 0x0d, 0x0b, 0x13, 0x53, 0x7c, 0x6e, 0x6a, 0x71, 0x6a, 0x6a, 0x6a, 0x6e, 0x6a, 0x77, 0x77, 0x77, 0x6e, 0x77, 0x6e, 0x77, 0x77, 0x7c, 0x7f, 0x7c, 0x7c, 0x77, 0x7c, 0x7f, 0x87, 0x84, 0x87, 0x84, 0x7c, 0x84, 0x8b, 0x8b, 0x8b, 0x8b, 0x84, 0x92, 0x93, 0x97, 0x92, 0x8b, 0x97, 0x97, 0x9a, 0x92, 0x92, 0x9d, 0x9d, 0x9d, 0x97, 0x9d, 0x9d, 0x9d, 0x9d, 0x9d, 0xa6, 0x9d, 0xa4, 0xa6, 0xa6, 0xaa, 0xa9, 0xa9, 0xa9, 0xae, 0xae, 0xae, 0xae, 0xae, 0xae, 0xae, 0xb6, 0xb6, 0xb6, 0xb6, 0xb6, 0xb6, 0xb6, 0xb6, 0xb6, 0xb8, 0xb8, 0xb9, 0xb8, 0xb8, 0xb8, 0xb8, 0xb6, 0xb8, 0xb6, 0xb6, 0xb6, 0xae, 0xb6, 0xb6, 0xae, 0xb6, 0xae, 0xae, 0xae, 0xae, 0xae, 0xae, 0xa9, 0xaa, 0xa9, 0xa9, 0xaa, 0xa4, 0xa6, 0xa4, 0xa6, 0x9d, 0x9d, 0x9d, 0x9d, 0x9d, 0x9d, 0x9d, 0x97, 0x9d, 0x97, 0x97, 0x97, 0x97, 0x92, 0x93, 0x93, 0x93, 0x92, 0x8b, 0x8b, 0x8b, 0x8b, 0x84, 0x8b, 0x7f, 0x84, 0x7f, 0x82, 0x7f, 0x7f, 0x7c, 0x7c, 0x7c, 0x7f, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x71, 0x6a, 0x6e, 0x6a, 0x6a, 0x6a, 0x6a, 0x63, 0x6a, 0x6a, 0x65, 0x6a, 0x65, 0x63, 0x60, 0x65, 0x58, 0x60, 0x60, 0x55, 0x60, 0x5c, 0x60, 0x55, 0x5c, 0x55, 0x5c, 0x55, 0x53, 0x55, 0x53, 0x4f, 0x53, 0x4f, 0x53, 0x4c, 0x53, 0x4c, 0x4c, 0x4b, 0x4c, 0x4b, 0x4b, 0x48, 0x4b, 0x48, 0x48, 0x4b, 0x48, 0x48, 0x48, 0x4b, 0x48, 0x41, 0x41, 0x41, 0x41, 0x41, 0x42, 0x41, 0x42, 0x41, 0x3f, 0x42, 0x3c, 0x42, 0x3c, 0x42, 0x3c, 0x42, 0x3f, 0x42, 0x3f, 0x42, 0x3f, 0x3f, 0x3f, 0x3f, 0x41, 0x3c, 0x41, 0x3c, 0x3f, 0x3f, 0x3f, 0x3f, 0x3f, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x36, 0x3c, 0x36, 0x37, 0x35, 0x37, 0x35, 0x37, 0x35, 0x37, 0x2f, 0x35, 0x31, 0x2f, 0x2e, 0x2e, 0x2a, 0x2f, 0x2a, 0x2b, 0x2a, 0x2b, 0x28, 0x24, 0x28, 0x26, 0x2b, 0x1a, 0x15, 0x13, 0x0c, 0x17, 0x2f, 0x23, 0x24, 0x23, 0x24, 0x24, 0x24, 0x28, 0x28, 0x28, 0x2d, 0x28, 0x28, 0x28, 0x28, 0x28, 0x28, 0x24, 0x27, 0x24, 0x24, 0x27, 0x2a, 0x2e, 0x2a, 0x28, 0x2a, 0x2a, 0x2a, 0x2a, 0x28, 0x24, 0x24, 0x1c, 0x1c, 0x1c, 0x19, 0x1c, 0x16, 0x15, 0x13, 0x0d, 0x0b, 0x1c, 0x6e, 0x76, 0x71, 0x6e, 0x6a, 0x6a, 0x6a, 0x6a, 0x6a, 0x71, 0x6e, 0x77, 0x77, 0x6e, 0x77, 0x6e, 0x77, 0x7c, 0x77, 0x84, 0x76, 0x7c, 0x77, 0x7c, 0x84, 0x84, 0x84, 0x84, 0x7c, 0x84, 0x8b, 0x8b, 0x92, 0x93, 0x8b, 0x84, 0x97, 0x93, 0x97, 0x92, 0x8b, 0x97, 0x9d, 0x9d, 0x93, 0x93, 0x9d, 0xa4, 0x9d, 0x97, 0x97, 0xa4, 0x9d, 0xa4, 0xa6, 0xa4, 0xa6, 0xa4, 0xa9, 0xa9, 0xa9, 0xa9, 0xa9, 0xae, 0xa9, 0xae, 0xae, 0xae, 0xae, 0xae, 0xae, 0xae, 0xae, 0xb3, 0xb6, 0xb3, 0xb3, 0xb3, 0xb8, 0xb9, 0xb3, 0xb9, 0xb8, 0xb9, 0xb9, 0xb8, 0xb9, 0xb8, 0xb3, 0xb8, 0xb3, 0xb6, 0xb3, 0xb6, 0xb3, 0xb3, 0xb3, 0xb3, 0xae, 0xae, 0xae, 0xae, 0xae, 0xa9, 0xa9, 0xa9, 0xa9, 0xa9, 0xa9, 0xa9, 0xa4, 0xa4, 0xa4, 0xa4, 0x9d, 0xa4, 0x9d, 0xa4, 0x9d, 0x9b, 0x9d, 0x97, 0x96, 0x97, 0x97, 0x97, 0x97, 0x97, 0x93, 0x93, 0x8b, 0x8b, 0x8b, 0x89, 0x8b, 0x8b, 0x8b, 0x84, 0x84, 0x7f, 0x84, 0x84, 0x7f, 0x7f, 0x7c, 0x76, 0x7c, 0x76, 0x77, 0x77, 0x77, 0x77, 0x77, 0x6e, 0x71, 0x6e, 0x71, 0x6a, 0x6e, 0x6a, 0x6a, 0x6a, 0x65, 0x63, 0x65, 0x6a, 0x5d, 0x63, 0x60, 0x5d, 0x60, 0x60, 0x5d, 0x60, 0x58, 0x60, 0x58, 0x60, 0x55, 0x5c, 0x55, 0x5c, 0x53, 0x55, 0x53, 0x4f, 0x53, 0x4f, 0x53, 0x4c, 0x53, 0x4c, 0x4b, 0x4c, 0x4b, 0x4c, 0x4b, 0x4b, 0x48, 0x48, 0x48, 0x48, 0x48, 0x41, 0x48, 0x48, 0x48, 0x41, 0x48, 0x41, 0x48, 0x41, 0x41, 0x41, 0x41, 0x42, 0x41, 0x42, 0x3f, 0x42, 0x42, 0x42, 0x3f, 0x42, 0x3f, 0x42, 0x3f, 0x41, 0x3f, 0x41, 0x3f, 0x41, 0x41, 0x41, 0x3f, 0x41, 0x3f, 0x3f, 0x3f, 0x3c, 0x3f, 0x3c, 0x3f, 0x3c, 0x3c, 0x36, 0x3c, 0x36, 0x3c, 0x37, 0x3c, 0x35, 0x36, 0x35, 0x35, 0x2f, 0x37, 0x2f, 0x31, 0x2f, 0x2f, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x24, 0x28, 0x28, 0x2b, 0x24, 0x16, 0x0f, 0x0c, 0x15, 0x2d, 0x24, 0x24, 0x27, 0x24, 0x28, 0x24, 0x23, 0x28, 0x28, 0x28, 0x2b, 0x28, 0x28, 0x2a, 0x2a, 0x28, 0x28, 0x24, 0x28, 0x28, 0x28, 0x27, 0x28, 0x2f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x28, 0x24, 0x24, 0x1c, 0x1c, 0x1c, 0x1c, 0x1c, 0x19, 0x16, 0x0f, 0x13, 0x0b, 0x0f, 0x3f, 0x7c, 0x6e, 0x6a, 0x6e, 0x6a, 0x6e, 0x6a, 0x6e, 0x71, 0x76, 0x77, 0x77, 0x76, 0x77, 0x6e, 0x77, 0x77, 0x7f, 0x84, 0x7f, 0x7f, 0x77, 0x7f, 0x7f, 0x84, 0x84, 0x89, 0x84, 0x7f, 0x82, 0x93, 0x8b, 0x93, 0x8b, 0x84, 0x8f, 0x93, 0x97, 0x97, 0x89, 0x8b, 0x97, 0x9d, 0x9d, 0x93, 0x97, 0x9d, 0x9d, 0x9b, 0x97, 0xa4, 0x9d, 0xa4, 0x9d, 0xa4, 0xa6, 0xa4, 0xa9, 0xa9, 0xa9, 0xa6, 0xa9, 0xa9, 0xb0, 0xb0, 0xb0, 0xae, 0xb0, 0xae, 0xb3, 0xb3, 0xb3, 0xb3, 0xb3, 0xb3, 0xb3, 0xb6, 0xb9, 0xb9, 0xb3, 0xb8, 0xb8, 0xb9, 0xb8, 0xba, 0xb8, 0xb8, 0xb3, 0xb8, 0xb3, 0xb8, 0xb3, 0xb6, 0xb3, 0xb6, 0xae, 0xb6, 0xae, 0xae, 0xae, 0xae, 0xae, 0xae, 0xae, 0xa9, 0xa9, 0xaa, 0xa9, 0xa6, 0xa9, 0xa4, 0xa6, 0xa4, 0xa6, 0xa4, 0x9d, 0x9d, 0x9d, 0xa4, 0x9d, 0x9d, 0x97, 0x9d, 0x9d, 0x97, 0x97, 0x93, 0x97, 0x93, 0x93, 0x92, 0x8b, 0x93, 0x92, 0x8b, 0x8b, 0x84, 0x89, 0x84, 0x84, 0x7f, 0x84, 0x7c, 0x84, 0x7c, 0x7f, 0x7f, 0x7c, 0x76, 0x77, 0x76, 0x77, 0x77, 0x6e, 0x77, 0x6e, 0x71, 0x6e, 0x6a, 0x6e, 0x6a, 0x6a, 0x6a, 0x6a, 0x6a, 0x6a, 0x65, 0x63, 0x65, 0x5d, 0x60, 0x63, 0x60, 0x5a, 0x60, 0x58, 0x58, 0x55, 0x60, 0x58, 0x58, 0x5c, 0x55, 0x53, 0x55, 0x53, 0x55, 0x53, 0x55, 0x53, 0x4c, 0x53, 0x4c, 0x53, 0x4c, 0x53, 0x4c, 0x4b, 0x4c, 0x4b, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x41, 0x48, 0x41, 0x41, 0x41, 0x41, 0x42, 0x41, 0x42, 0x42, 0x41, 0x42, 0x41, 0x41, 0x42, 0x41, 0x41, 0x41, 0x41, 0x41, 0x41, 0x41, 0x41, 0x41, 0x41, 0x41, 0x41, 0x41, 0x3f, 0x41, 0x3c, 0x3f, 0x3c, 0x3f, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x35, 0x37, 0x35, 0x37, 0x35, 0x35, 0x35, 0x37, 0x2f, 0x2e, 0x2f, 0x2e, 0x2e, 0x2e, 0x2e, 0x2b, 0x2a, 0x28, 0x2a, 0x2b, 0x19, 0x0f, 0x0d, 0x0d, 0x26, 0x2a, 0x23, 0x23, 0x23, 0x24, 0x24, 0x24, 0x24, 0x28, 0x2b, 0x2a, 0x28, 0x2d, 0x28, 0x2d, 0x2d, 0x2a, 0x28, 0x28, 0x28, 0x27, 0x24, 0x28, 0x2f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x28, 0x2a, 0x28, 0x24, 0x24, 0x1c, 0x24, 0x1c, 0x1c, 0x16, 0x16, 0x13, 0x0f, 0x0d, 0x16, 0x60, 0x7c, 0x6e, 0x71, 0x6a, 0x6e, 0x6a, 0x6e, 0x71, 0x6e, 0x77, 0x77, 0x77, 0x77, 0x76, 0x77, 0x76, 0x7c, 0x7c, 0x7f, 0x7f, 0x7f, 0x76, 0x7c, 0x84, 0x84, 0x84, 0x84, 0x84, 0x7f, 0x89, 0x92, 0x93, 0x93, 0x8b, 0x84, 0x90, 0x97, 0x93, 0x97, 0x8b, 0x93, 0x97, 0x9d, 0x96, 0x93, 0x96, 0xa4, 0x9d, 0x9d, 0x96, 0xa6, 0xa4, 0xa4, 0x9d, 0xa4, 0xa4, 0xa4, 0xa4, 0xa9, 0xa9, 0xa9, 0xa9, 0xb0, 0xae, 0xae, 0xae, 0xae, 0xae, 0xb0, 0xb3, 0xae, 0xae, 0xb3, 0xb3, 0xb6, 0xb3, 0xb3, 0xb3, 0xb9, 0xb3, 0xb9, 0xb8, 0xb8, 0xba, 0xb8, 0xb9, 0xb8, 0xb8, 0xb3, 0xb8, 0xb8, 0xb8, 0xb6, 0xb6, 0xb6, 0xae, 0xb6, 0xae, 0xae, 0xae, 0xae, 0xae, 0xae, 0xaa, 0xa9, 0xae, 0xa9, 0xa9, 0xa9, 0xa9, 0xa4, 0xa4, 0xa6, 0xa4, 0xa4, 0xa6, 0x9d, 0xa4, 0x9d, 0x9d, 0x9b, 0x9d, 0x9d, 0x97, 0x97, 0x97, 0x97, 0x97, 0x93, 0x93, 0x93, 0x92, 0x89, 0x8b, 0x89, 0x8b, 0x8b, 0x84, 0x84, 0x84, 0x84, 0x84, 0x7f, 0x7f, 0x84, 0x7f, 0x7f, 0x76, 0x7c, 0x76, 0x76, 0x77, 0x76, 0x77, 0x77, 0x77, 0x6e, 0x71, 0x6e, 0x71, 0x6e, 0x6e, 0x63, 0x6a, 0x63, 0x65, 0x63, 0x6a, 0x63, 0x65, 0x5d, 0x6a, 0x5d, 0x60, 0x5d, 0x60, 0x58, 0x60, 0x5a, 0x58, 0x60, 0x58, 0x5c, 0x58, 0x58, 0x55, 0x53, 0x4f, 0x53, 0x55, 0x53, 0x4f, 0x53, 0x4c, 0x4c, 0x4c, 0x4c, 0x4c, 0x53, 0x48, 0x4c, 0x4c, 0x4c, 0x4c, 0x48, 0x4b, 0x48, 0x4b, 0x48, 0x41, 0x48, 0x41, 0x48, 0x48, 0x48, 0x41, 0x48, 0x41, 0x48, 0x41, 0x48, 0x41, 0x48, 0x41, 0x48, 0x41, 0x48, 0x48, 0x48, 0x48, 0x41, 0x41, 0x41, 0x41, 0x41, 0x41, 0x41, 0x41, 0x41, 0x41, 0x3f, 0x41, 0x42, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x37, 0x35, 0x37, 0x35, 0x35, 0x35, 0x35, 0x2f, 0x2f, 0x2f, 0x2e, 0x2f, 0x2e, 0x2e, 0x2a, 0x2d, 0x26, 0x2e, 0x2f, 0x28, 0x15, 0x0f, 0x09, 0x17, 0x2c, 0x28, 0x24, 0x23, 0x23, 0x24, 0x27, 0x24, 0x28, 0x28, 0x28, 0x28, 0x2a, 0x28, 0x2a, 0x28, 0x2d, 0x28, 0x28, 0x2a, 0x2b, 0x26, 0x24, 0x2f, 0x2e, 0x2d, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x1c, 0x19, 0x16, 0x15, 0x0f, 0x13, 0x0f, 0x2a, 0x76, 0x77, 0x6e, 0x6e, 0x6e, 0x6a, 0x6e, 0x6e, 0x76, 0x77, 0x77, 0x77, 0x77, 0x77, 0x6e, 0x77, 0x76, 0x7c, 0x7f, 0x7c, 0x7f, 0x77, 0x7f, 0x7f, 0x84, 0x89, 0x84, 0x87, 0x82, 0x84, 0x93, 0x89, 0x92, 0x8b, 0x84, 0x89, 0x97, 0x93, 0x97, 0x93, 0x93, 0x93, 0x9d, 0x96, 0x97, 0x93, 0x9d, 0x9e, 0xa6, 0x93, 0x9d, 0xa4, 0xa4, 0x9d, 0xa4, 0xa6, 0xa4, 0xa4, 0xa4, 0xa4, 0xa9, 0xaa, 0xae, 0xa9, 0xae, 0xa9, 0xae, 0xae, 0xae, 0xae, 0xae, 0xb3, 0xae, 0xb3, 0xb3, 0xb3, 0xb3, 0xb8, 0xb3, 0xb8, 0xb3, 0xb8, 0xb9, 0xb8, 0xba, 0xba, 0xb8, 0xba, 0xb9, 0xb8, 0xb8, 0xb6, 0xb8, 0xb3, 0xb3, 0xb6, 0xb6, 0xae, 0xb3, 0xae, 0xae, 0xae, 0xae, 0xae, 0xae, 0xae, 0xa9, 0xae, 0xa9, 0xaa, 0xa9, 0xa9, 0xa6, 0xa9, 0xa6, 0xa4, 0xa6, 0xa4, 0xa6, 0xa4, 0xa4, 0x9d, 0xa4, 0x97, 0x9d, 0x9d, 0x97, 0x96, 0x97, 0x96, 0x97, 0x93, 0x89, 0x93, 0x93, 0x93, 0x8b, 0x89, 0x89, 0x89, 0x84, 0x84, 0x84, 0x84, 0x84, 0x7f, 0x7f, 0x7f, 0x7f, 0x7c, 0x76, 0x7f, 0x76, 0x77, 0x77, 0x76, 0x77, 0x77, 0x77, 0x77, 0x6e, 0x6e, 0x6e, 0x6e, 0x6a, 0x6a, 0x63, 0x65, 0x63, 0x65, 0x63, 0x63, 0x5d, 0x65, 0x5d, 0x60, 0x5d, 0x60, 0x5a, 0x60, 0x58, 0x58, 0x58, 0x55, 0x60, 0x55, 0x55, 0x55, 0x55, 0x55, 0x4f, 0x55, 0x53, 0x4f, 0x53, 0x4c, 0x53, 0x4f, 0x53, 0x4c, 0x53, 0x4c, 0x4c, 0x4c, 0x4c, 0x4c, 0x4c, 0x4c, 0x46, 0x48, 0x48, 0x48, 0x48, 0x48, 0x41, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x41, 0x48, 0x48, 0x41, 0x48, 0x48, 0x41, 0x48, 0x41, 0x48, 0x41, 0x48, 0x41, 0x41, 0x48, 0x48, 0x48, 0x41, 0x41, 0x41, 0x41, 0x41, 0x3f, 0x41, 0x3f, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x35, 0x3c, 0x35, 0x35, 0x35, 0x35, 0x2f, 0x35, 0x2f, 0x2f, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x28, 0x35, 0x16, 0x0f, 0x0a, 0x0f, 0x34, 0x2a, 0x28, 0x26, 0x27, 0x28, 0x28, 0x28, 0x28, 0x2a, 0x2b, 0x2e, 0x2d, 0x2a, 0x2a, 0x28, 0x2e, 0x28, 0x2a, 0x28, 0x28, 0x28, 0x28, 0x2a, 0x2a, 0x2f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x24, 0x24, 0x24, 0x24, 0x24, 0x1c, 0x19, 0x16, 0x15, 0x13, 0x0f, 0x15, 0x53, 0x7f, 0x77, 0x6e, 0x77, 0x6e, 0x71, 0x6e, 0x77, 0x77, 0x76, 0x77, 0x76, 0x77, 0x76, 0x7c, 0x76, 0x7f, 0x80, 0x7c, 0x7f, 0x7f, 0x76, 0x7f, 0x84, 0x84, 0x8b, 0x89, 0x84, 0x7f, 0x89, 0x93, 0x89, 0x93, 0x92, 0x84, 0x93, 0x97, 0x96, 0x97, 0x93, 0x93, 0x9d, 0x97, 0x9d, 0x97, 0x97, 0xa4, 0x9b, 0xa4, 0x97, 0xa4, 0xa4, 0xa4, 0xa4, 0xa9, 0xa4, 0xa9, 0xa4, 0xa9, 0xa9, 0xa9, 0xa9, 0xb0, 0xae, 0xb0, 0xae, 0xae, 0xae, 0xae, 0xb3, 0xae, 0xb3, 0xb6, 0xb3, 0xb3, 0xb8, 0xb3, 0xb3, 0xb3, 0xb9, 0xb6, 0xb9, 0xb9, 0xb9, 0xb9, 0xb9, 0xb9, 0xb9, 0xb8, 0xb9, 0xb9, 0xb8, 0xb9, 0xb6, 0xb3, 0xb6, 0xb3, 0xb6, 0xb3, 0xb6, 0xb3, 0xae, 0xb0, 0xae, 0xb0, 0xae, 0xb0, 0xa9, 0xa9, 0xa9, 0xa9, 0xa4, 0xa9, 0xa4, 0xa9, 0xa4, 0xa4, 0xa6, 0xa4, 0xa4, 0x9b, 0xa4, 0x9d, 0x9b, 0x9d, 0x9d, 0x9d, 0x96, 0x9d, 0x96, 0x97, 0x96, 0x93, 0x93, 0x93, 0x93, 0x89, 0x93, 0x89, 0x8b, 0x84, 0x89, 0x84, 0x84, 0x84, 0x84, 0x80, 0x84, 0x7f, 0x7f, 0x7f, 0x76, 0x7f, 0x76, 0x7f, 0x76, 0x77, 0x76, 0x77, 0x6e, 0x77, 0x6e, 0x6e, 0x6e, 0x6e, 0x6e, 0x6a, 0x6e, 0x63, 0x63, 0x6a, 0x63, 0x63, 0x63, 0x65, 0x63, 0x60, 0x5d, 0x60, 0x5a, 0x58, 0x60, 0x58, 0x60, 0x55, 0x58, 0x55, 0x5c, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x53, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4c, 0x4f, 0x4c, 0x4f, 0x4c, 0x4c, 0x4c, 0x4c, 0x48, 0x4c, 0x4c, 0x4c, 0x46, 0x4c, 0x48, 0x4c, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x41, 0x48, 0x48, 0x48, 0x41, 0x48, 0x41, 0x41, 0x41, 0x3f, 0x3f, 0x42, 0x3f, 0x3c, 0x3c, 0x3c, 0x3c, 0x35, 0x3c, 0x35, 0x35, 0x35, 0x35, 0x2f, 0x35, 0x2f, 0x2f, 0x2f, 0x2f, 0x2e, 0x2a, 0x2a, 0x2e, 0x21, 0x0f, 0x09, 0x0b, 0x2b, 0x2e, 0x2a, 0x24, 0x28, 0x28, 0x28, 0x28, 0x2a, 0x2a, 0x28, 0x2e, 0x2d, 0x2a, 0x2a, 0x28, 0x2a, 0x2a, 0x2a, 0x2a, 0x28, 0x2e, 0x28, 0x2a, 0x2f, 0x2f, 0x2a, 0x2f, 0x2a, 0x2f, 0x2f, 0x2a, 0x2a, 0x24, 0x2a, 0x24, 0x24, 0x2a, 0x24, 0x1c, 0x19, 0x16, 0x15, 0x0f, 0x0f, 0x2a, 0x69, 0x76, 0x6e, 0x6e, 0x6e, 0x6e, 0x6e, 0x77, 0x6e, 0x76, 0x76, 0x76, 0x76, 0x76, 0x76, 0x77, 0x7f, 0x7f, 0x84, 0x80, 0x84, 0x76, 0x7f, 0x7f, 0x84, 0x89, 0x86, 0x8b, 0x7f, 0x84, 0x89, 0x90, 0x93, 0x93, 0x89, 0x89, 0x93, 0x96, 0x93, 0x9b, 0x93, 0x93, 0x9d, 0x9b, 0x9b, 0x93, 0x97, 0x9e, 0xa4, 0x9b, 0x9d, 0xa4, 0xa4, 0xa4, 0xa4, 0xa4, 0xa9, 0xa4, 0xa9, 0xa4, 0xa9, 0xa9, 0xa9, 0xb0, 0xae, 0xb0, 0xae, 0xb0, 0xb3, 0xb0, 0xb3, 0xb3, 0xb3, 0xb3, 0xb3, 0xb3, 0xb3, 0xb3, 0xb8, 0xb9, 0xb8, 0xb9, 0xb8, 0xb9, 0xb9, 0xba, 0xb9, 0xba, 0xb9, 0xb9, 0xb9, 0xb8, 0xb9, 0xb3, 0xb9, 0xb3, 0xb3, 0xb3, 0xb3, 0xb3, 0xb3, 0xb0, 0xb3, 0xb0, 0xae, 0xae, 0xb0, 0xae, 0xb0, 0xa9, 0xa9, 0xa9, 0xa9, 0xa9, 0xa9, 0xa9, 0xa4, 0xa4, 0xa4, 0xa4, 0xa4, 0xa4, 0xa4, 0xa4, 0xa4, 0x9d, 0xa4, 0x97, 0x9b, 0x97, 0x96, 0x96, 0x97, 0x93, 0x96, 0x93, 0x93, 0x93, 0x89, 0x93, 0x8f, 0x89, 0x84, 0x84, 0x84, 0x89, 0x84, 0x84, 0x80, 0x84, 0x7f, 0x7f, 0x7f, 0x76, 0x7c, 0x76, 0x76, 0x76, 0x77, 0x6e, 0x77, 0x6e, 0x6e, 0x76, 0x6e, 0x6e, 0x6a, 0x6e, 0x6a, 0x63, 0x6a, 0x63, 0x63, 0x65, 0x63, 0x63, 0x60, 0x63, 0x58, 0x5d, 0x60, 0x5d, 0x5a, 0x60, 0x58, 0x58, 0x58, 0x58, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x4f, 0x55, 0x55, 0x55, 0x4f, 0x55, 0x53, 0x55, 0x53, 0x4f, 0x4f, 0x4f, 0x4c, 0x4c, 0x4c, 0x4c, 0x4c, 0x4c, 0x4c, 0x4c, 0x4c, 0x4c, 0x48, 0x4c, 0x48, 0x4c, 0x48, 0x4c, 0x48, 0x48, 0x4c, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x46, 0x48, 0x46, 0x48, 0x4c, 0x48, 0x46, 0x48, 0x48, 0x48, 0x41, 0x41, 0x41, 0x3f, 0x3f, 0x3f, 0x3c, 0x3f, 0x3c, 0x36, 0x3c, 0x3c, 0x35, 0x3c, 0x36, 0x35, 0x35, 0x35, 0x2f, 0x35, 0x2f, 0x2f, 0x2f, 0x2e, 0x2a, 0x2a, 0x35, 0x15, 0x0c, 0x0a, 0x16, 0x3c, 0x28, 0x28, 0x2b, 0x2a, 0x28, 0x2a, 0x2a, 0x2e, 0x2a, 0x2e, 0x2d, 0x2a, 0x2e, 0x2e, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x28, 0x28, 0x2a, 0x2f, 0x2a, 0x2f, 0x2a, 0x2f, 0x2a, 0x2f, 0x2a, 0x2a, 0x24, 0x2a, 0x24, 0x2a, 0x24, 0x1c, 0x18, 0x16, 0x16, 0x15, 0x15, 0x15, 0x42, 0x80, 0x76, 0x6e, 0x76, 0x6e, 0x77, 0x6e, 0x76, 0x77, 0x7f, 0x76, 0x76, 0x76, 0x76, 0x76, 0x76, 0x7f, 0x84, 0x80, 0x82, 0x80, 0x84, 0x80, 0x84, 0x89, 0x89, 0x89, 0x89, 0x84, 0x89, 0x93, 0x96, 0x8f, 0x93, 0x89, 0x93, 0x97, 0x97, 0x96, 0x93, 0x93, 0x96, 0x9d, 0x9b, 0x9d, 0x96, 0x97, 0xa4, 0x9e, 0xa4, 0x9d, 0xa4, 0xa1, 0xa4, 0xa4, 0xa4, 0xa4, 0xa9, 0xa7, 0xa9, 0xa9, 0xa9, 0xb0, 0xae, 0xb0, 0xb3, 0xb0, 0xb3, 0xb0, 0xb3, 0xb3, 0xb3, 0xb3, 0xb3, 0xb3, 0xb3, 0xb8, 0xb3, 0xb9, 0xb8, 0xb9, 0xb6, 0xb9, 0xb9, 0xb9, 0xb9, 0xba, 0xb9, 0xba, 0xb8, 0xba, 0xb9, 0xb8, 0xb8, 0xb9, 0xb6, 0xb3, 0xb8, 0xb3, 0xb6, 0xb3, 0xb6, 0xae, 0xb3, 0xae, 0xb3, 0xae, 0xb0, 0xa9, 0xa9, 0xae, 0xa9, 0xa9, 0xa9, 0xa9, 0xa4, 0xa9, 0xa4, 0xa4, 0xa4, 0xa4, 0xa4, 0x9d, 0xa4, 0x97, 0x9b, 0x9b, 0x9b, 0x9d, 0x9b, 0x9d, 0x96, 0x96, 0x96, 0x93, 0x90, 0x93, 0x93, 0x93, 0x93, 0x89, 0x93, 0x84, 0x8f, 0x84, 0x84, 0x84, 0x89, 0x84, 0x80, 0x7f, 0x80, 0x7f, 0x7f, 0x7f, 0x76, 0x7f, 0x76, 0x76, 0x76, 0x76, 0x76, 0x76, 0x6e, 0x77, 0x6e, 0x6e, 0x6e, 0x6e, 0x6e, 0x63, 0x6a, 0x6a, 0x63, 0x6a, 0x63, 0x63, 0x5d, 0x63, 0x5d, 0x5d, 0x5d, 0x65, 0x5a, 0x5d, 0x58, 0x5d, 0x58, 0x58, 0x58, 0x55, 0x55, 0x58, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x4f, 0x55, 0x53, 0x4f, 0x55, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4c, 0x4f, 0x4f, 0x4c, 0x4f, 0x4c, 0x4c, 0x4c, 0x4c, 0x4c, 0x4c, 0x46, 0x4c, 0x4c, 0x4c, 0x4c, 0x4c, 0x4c, 0x48, 0x4c, 0x48, 0x4c, 0x48, 0x4c, 0x48, 0x4c, 0x48, 0x4c, 0x48, 0x48, 0x48, 0x48, 0x48, 0x41, 0x41, 0x41, 0x42, 0x3f, 0x42, 0x42, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x36, 0x37, 0x35, 0x35, 0x35, 0x35, 0x35, 0x2f, 0x2f, 0x2e, 0x2f, 0x2b, 0x35, 0x1c, 0x0c, 0x07, 0x0e, 0x40, 0x2f, 0x24, 0x2a, 0x2a, 0x28, 0x2a, 0x2a, 0x2a, 0x2f, 0x2a, 0x2e, 0x2e, 0x2d, 0x2a, 0x2f, 0x2f, 0x2a, 0x2f, 0x2d, 0x2e, 0x2d, 0x2a, 0x2a, 0x2a, 0x2f, 0x2f, 0x2f, 0x2f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x24, 0x1c, 0x19, 0x19, 0x15, 0x15, 0x15, 0x24, 0x60, 0x76, 0x76, 0x6e, 0x6e, 0x6e, 0x6e, 0x77, 0x76, 0x76, 0x76, 0x7f, 0x76, 0x76, 0x76, 0x7f, 0x7f, 0x80, 0x84, 0x7f, 0x84, 0x7f, 0x7f, 0x84, 0x89, 0x8b, 0x89, 0x84, 0x84, 0x80, 0x93, 0x93, 0x93, 0x93, 0x8b, 0x89, 0x93, 0x96, 0x96, 0x97, 0x93, 0x90, 0x9d, 0x9b, 0x9d, 0x9b, 0x97, 0x9b, 0xa4, 0xa4, 0x9d, 0x9b, 0xa4, 0xa9, 0xa4, 0xa4, 0xa9, 0xa9, 0xa4, 0xa9, 0xa9, 0xa9, 0xa9, 0xa9, 0xae, 0xb0, 0xae, 0xb0, 0xb3, 0xb3, 0xb3, 0xb3, 0xb3, 0xb3, 0xb3, 0xb3, 0xb3, 0xb9, 0xb3, 0xb9, 0xb9, 0xb9, 0xb9, 0xb9, 0xb9, 0xba, 0xbc, 0xb9, 0xba, 0xba, 0xb9, 0xb8, 0xb9, 0xb8, 0xb9, 0xb6, 0xb9, 0xb6, 0xb9, 0xb6, 0xb3, 0xb3, 0xae, 0xb3, 0xae, 0xb3, 0xae, 0xb0, 0xae, 0xb0, 0xae, 0xae, 0xa9, 0xa9, 0xa9, 0xa9, 0xa9, 0xa4, 0xa9, 0xa4, 0xa4, 0xa9, 0xa4, 0xa4, 0x9d, 0xa4, 0x9d, 0x9b, 0x9d, 0x9b, 0x9d, 0x9b, 0x97, 0x96, 0x97, 0x96, 0x93, 0x93, 0x93, 0x93, 0x90, 0x93, 0x93, 0x89, 0x89, 0x89, 0x89, 0x84, 0x84, 0x86, 0x84, 0x80, 0x84, 0x80, 0x7f, 0x7f, 0x7f, 0x80, 0x76, 0x76, 0x7c, 0x76, 0x77, 0x76, 0x76, 0x6e, 0x6e, 0x6e, 0x6e, 0x6e, 0x6e, 0x6e, 0x63, 0x6e, 0x63, 0x6e, 0x63, 0x63, 0x6a, 0x5d, 0x63, 0x5d, 0x5d, 0x5d, 0x5d, 0x58, 0x5d, 0x5d, 0x5d, 0x58, 0x58, 0x58, 0x58, 0x58, 0x58, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x4f, 0x4f, 0x4f, 0x55, 0x4f, 0x55, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4c, 0x4f, 0x4c, 0x4f, 0x4c, 0x4c, 0x4c, 0x4c, 0x4c, 0x4c, 0x4c, 0x4c, 0x4c, 0x4c, 0x4c, 0x4c, 0x4c, 0x4c, 0x4c, 0x4c, 0x46, 0x4c, 0x4c, 0x48, 0x48, 0x48, 0x48, 0x48, 0x41, 0x41, 0x41, 0x41, 0x41, 0x3f, 0x41, 0x3c, 0x3f, 0x3f, 0x3f, 0x3c, 0x36, 0x3c, 0x35, 0x36, 0x35, 0x35, 0x37, 0x2f, 0x35, 0x2f, 0x2f, 0x2a, 0x35, 0x37, 0x15, 0x07, 0x09, 0x34, 0x35, 0x28, 0x2a, 0x2a, 0x2a, 0x2a, 0x2e, 0x2a, 0x2f, 0x2f, 0x2e, 0x2a, 0x2a, 0x2a, 0x2e, 0x2f, 0x2a, 0x2f, 0x2a, 0x2e, 0x2a, 0x2e, 0x28, 0x2a, 0x2e, 0x2a, 0x2f, 0x2e, 0x2f, 0x2a, 0x2f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x24, 0x1c, 0x19, 0x16, 0x14, 0x15, 0x19, 0x3c, 0x77, 0x80, 0x76, 0x6e, 0x77, 0x6e, 0x77, 0x76, 0x76, 0x7f, 0x76, 0x76, 0x7c, 0x76, 0x76, 0x7f, 0x80, 0x84, 0x80, 0x84, 0x7f, 0x7f, 0x84, 0x84, 0x89, 0x89, 0x89, 0x89, 0x80, 0x89, 0x93, 0x93, 0x96, 0x93, 0x93, 0x89, 0x96, 0x96, 0x9b, 0x97, 0x93, 0x93, 0xa4, 0x9d, 0xa4, 0x97, 0x96, 0xa4, 0xa4, 0xa4, 0x9b, 0xa4, 0xa4, 0xa4, 0xa4, 0xa4, 0xa9, 0xa1, 0xa9, 0xa9, 0xa9, 0xb0, 0xa9, 0xb0, 0xb0, 0xae, 0xb0, 0xb3, 0xb3, 0xb0, 0xb3, 0xb3, 0xb3, 0xb3, 0xb3, 0xb3, 0xb3, 0xb6, 0xb9, 0xb3, 0xb9, 0xb9, 0xb9, 0xb9, 0xba, 0xb9, 0xbc, 0xbc, 0xe3, 0xba, 0xb9, 0xbc, 0xb9, 0xb9, 0xb9, 0xb9, 0xb9, 0xb9, 0xb9, 0xb3, 0xb9, 0xb6, 0xb3, 0xb3, 0xb3, 0xb3, 0xb3, 0xb3, 0xb3, 0xb0, 0xae, 0xb0, 0xb0, 0xa9, 0xa9, 0xa9, 0xa9, 0xa9, 0xa9, 0xa1, 0xa9, 0xa1, 0xa4, 0xa4, 0xa4, 0xa1, 0xa4, 0xa1, 0x9b, 0xa4, 0x96, 0x9d, 0x9b, 0x9b, 0x96, 0x96, 0x96, 0x96, 0x93, 0x93, 0x96, 0x8f, 0x89, 0x8f, 0x8f, 0x86, 0x89, 0x86, 0x89, 0x80, 0x89, 0x86, 0x89, 0x80, 0x89, 0x80, 0x7f, 0x80, 0x7f, 0x80, 0x76, 0x76, 0x76, 0x76, 0x76, 0x76, 0x77, 0x76, 0x76, 0x6e, 0x76, 0x6e, 0x6e, 0x6e, 0x6e, 0x6e, 0x6e, 0x63, 0x6e, 0x63, 0x63, 0x63, 0x63, 0x63, 0x63, 0x5d, 0x63, 0x5a, 0x5d, 0x5d, 0x58, 0x5d, 0x58, 0x5d, 0x58, 0x58, 0x58, 0x55, 0x55, 0x55, 0x58, 0x55, 0x55, 0x55, 0x55, 0x4f, 0x55, 0x55, 0x4f, 0x55, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4c, 0x4c, 0x4c, 0x4c, 0x4c, 0x4c, 0x4c, 0x46, 0x4c, 0x4c, 0x46, 0x4c, 0x4c, 0x4c, 0x4c, 0x46, 0x4c, 0x48, 0x48, 0x48, 0x48, 0x48, 0x41, 0x48, 0x3f, 0x41, 0x41, 0x3f, 0x3f, 0x42, 0x3f, 0x3f, 0x3c, 0x36, 0x3c, 0x36, 0x35, 0x3c, 0x35, 0x35, 0x35, 0x2f, 0x37, 0x2f, 0x3f, 0x19, 0x0a, 0x06, 0x22, 0x3c, 0x2f, 0x2e, 0x2a, 0x2a, 0x2e, 0x2e, 0x2e, 0x2e, 0x2e, 0x2f, 0x2f, 0x2f, 0x2f, 0x2e, 0x2f, 0x2f, 0x2e, 0x2f, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2a, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2a, 0x2a, 0x2a, 0x2a, 0x2f, 0x2a, 0x2a, 0x2a, 0x24, 0x1c, 0x19, 0x16, 0x16, 0x16, 0x24, 0x58, 0x76, 0x75, 0x76, 0x6e, 0x76, 0x6e, 0x76, 0x76, 0x7f, 0x76, 0x80, 0x76, 0x76, 0x76, 0x7f, 0x7f, 0x84, 0x84, 0x80, 0x84, 0x80, 0x84, 0x80, 0x89, 0x93, 0x86, 0x93, 0x86, 0x89, 0x89, 0x90, 0x93, 0x96, 0x93, 0x89, 0x93, 0x96, 0x9b, 0x96, 0x97, 0x90, 0x96, 0x9d, 0x9b, 0xa4, 0x90, 0x9b, 0xa4, 0xa4, 0xa4, 0x9b, 0xa4, 0xa1, 0xa9, 0xa4, 0xa9, 0xa7, 0xa9, 0xa7, 0xa9, 0xad, 0xa9, 0xb0, 0xb0, 0xb0, 0xb3, 0xb0, 0xb0, 0xb3, 0xb3, 0xb3, 0xb3, 0xda, 0xb3, 0xb9, 0xb3, 0xb9, 0xb9, 0xb9, 0xb9, 0xb9, 0xb9, 0xb9, 0xb9, 0xb9, 0xb9, 0xe3, 0xe3, 0xbc, 0xb9, 0xbc, 0xb9, 0xba, 0xb9, 0xba, 0xb9, 0xb9, 0xb3, 0xb9, 0xb9, 0xb3, 0xb9, 0xb3, 0xb3, 0xb3, 0xb3, 0xb3, 0xb3, 0xb0, 0xb3, 0xb0, 0xae, 0xad, 0xb0, 0xad, 0xa9, 0xa7, 0xa9, 0xad, 0xa9, 0xa1, 0xa7, 0xa9, 0xa4, 0xa4, 0xa4, 0xa4, 0xa1, 0xa4, 0x9b, 0x9b, 0x9b, 0x96, 0x9b, 0x9b, 0x9b, 0x97, 0x96, 0x93, 0x90, 0x96, 0x90, 0x93, 0x89, 0x90, 0x8f, 0x90, 0x89, 0x86, 0x89, 0x86, 0x86, 0x86, 0x86, 0x80, 0x86, 0x80, 0x80, 0x80, 0x7f, 0x7f, 0x76, 0x76, 0x76, 0x76, 0x76, 0x6e, 0x76, 0x6e, 0x76, 0x6f, 0x76, 0x6e, 0x6e, 0x6e, 0x6e, 0x6e, 0x6e, 0x63, 0x63, 0x63, 0x63, 0x63, 0x63, 0x63, 0x63, 0x63, 0x5d, 0x5d, 0x5d, 0x60, 0x5a, 0x60, 0x5d, 0x58, 0x58, 0x58, 0x58, 0x58, 0x58, 0x5a, 0x58, 0x58, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x4f, 0x55, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4c, 0x4f, 0x4c, 0x4c, 0x4c, 0x4c, 0x4c, 0x4f, 0x4c, 0x4f, 0x4c, 0x4f, 0x4c, 0x4c, 0x4c, 0x48, 0x4c, 0x4c, 0x48, 0x48, 0x41, 0x48, 0x41, 0x41, 0x41, 0x41, 0x3f, 0x41, 0x3f, 0x3f, 0x3f, 0x3f, 0x3c, 0x36, 0x3c, 0x3c, 0x35, 0x35, 0x35, 0x35, 0x2f, 0x2f, 0x3c, 0x2f, 0x0c, 0x06, 0x0f, 0x4a, 0x2f, 0x27, 0x2f, 0x2f, 0x2e, 0x2f, 0x2f, 0x2e, 0x2a, 0x2f, 0x2f, 0x2f, 0x2e, 0x2f, 0x2f, 0x2e, 0x2f, 0x2a, 0x2f, 0x2f, 0x2f, 0x2a, 0x2f, 0x2e, 0x2f, 0x2e, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x24, 0x2a, 0x1c, 0x19, 0x19, 0x16, 0x16, 0x18, 0x3c, 0x6a, 0x76, 0x76, 0x76, 0x6e, 0x76, 0x76, 0x76, 0x7f, 0x76, 0x80, 0x76, 0x7f, 0x76, 0x7f, 0x80, 0x84, 0x80, 0x86, 0x84, 0x80, 0x7f, 0x84, 0x89, 0x89, 0x90, 0x90, 0x8f, 0x86, 0x89, 0x90, 0x97, 0x90, 0x96, 0x90, 0x93, 0x93, 0x9b, 0x96, 0x9b, 0x96, 0x93, 0x9d, 0x9b, 0x9b, 0xa4, 0x96, 0x9b, 0xa4, 0xa4, 0x9e, 0xa4, 0xa1, 0xa9, 0xa1, 0xa1, 0xa9, 0xb0, 0xad, 0xa9, 0xad, 0xa9, 0xb0, 0xad, 0xb0, 0xb3, 0xb0, 0xb0, 0xb0, 0xb0, 0xb3, 0xb3, 0xb9, 0xb3, 0xb9, 0xb3, 0xb9, 0xb3, 0xb9, 0xb9, 0xb9, 0xb9, 0xb9, 0xb9, 0xb9, 0xe3, 0xb9, 0xbc, 0xe9, 0xbc, 0xb9, 0xbc, 0xb9, 0xe3, 0xb9, 0xe3, 0xb9, 0xb9, 0xb9, 0xb9, 0xb3, 0xb9, 0xb3, 0xb3, 0xb3, 0xb3, 0xb3, 0xb3, 0xb3, 0xb3, 0xb0, 0xb3, 0xb0, 0xb0, 0xb0, 0xa9, 0xb0, 0xa9, 0xad, 0xa9, 0xa9, 0xa4, 0xa9, 0xa1, 0xa9, 0xa1, 0xa4, 0xa1, 0xa4, 0xa1, 0x9b, 0xa4, 0x9b, 0x9b, 0x9b, 0x96, 0x9b, 0x9b, 0x9b, 0x96, 0x96, 0x90, 0x93, 0x96, 0x90, 0x8f, 0x86, 0x90, 0x86, 0x8f, 0x86, 0x89, 0x89, 0x80, 0x89, 0x80, 0x84, 0x80, 0x80, 0x80, 0x80, 0x80, 0x76, 0x80, 0x76, 0x7f, 0x76, 0x76, 0x76, 0x76, 0x6f, 0x6e, 0x6f, 0x6e, 0x6f, 0x6e, 0x6e, 0x6f, 0x6e, 0x64, 0x6e, 0x69, 0x6e, 0x64, 0x6e, 0x63, 0x63, 0x63, 0x5d, 0x63, 0x5d, 0x5d, 0x5d, 0x5d, 0x5d, 0x5d, 0x5d, 0x5d, 0x58, 0x5d, 0x58, 0x5a, 0x58, 0x5a, 0x58, 0x55, 0x55, 0x55, 0x55, 0x55, 0x52, 0x55, 0x52, 0x55, 0x55, 0x55, 0x4f, 0x55, 0x4f, 0x55, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4c, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4c, 0x4f, 0x4c, 0x46, 0x4c, 0x48, 0x48, 0x46, 0x48, 0x41, 0x48, 0x41, 0x48, 0x3f, 0x41, 0x41, 0x3f, 0x41, 0x3f, 0x41, 0x3f, 0x3c, 0x3f, 0x3c, 0x3f, 0x35, 0x36, 0x3c, 0x35, 0x35, 0x35, 0x45, 0x16, 0x06, 0x0a, 0x3c, 0x35, 0x2a, 0x2e, 0x2e, 0x2f, 0x2e, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x35, 0x35, 0x2f, 0x2f, 0x2e, 0x2f, 0x2e, 0x2f, 0x2e, 0x2e, 0x2e, 0x2e, 0x2a, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x35, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2a, 0x24, 0x1c, 0x18, 0x19, 0x16, 0x16, 0x24, 0x53, 0x76, 0x75, 0x76, 0x6e, 0x76, 0x76, 0x76, 0x7f, 0x76, 0x80, 0x7f, 0x76, 0x80, 0x76, 0x80, 0x7f, 0x80, 0x84, 0x84, 0x80, 0x84, 0x80, 0x84, 0x86, 0x93, 0x86, 0x93, 0x86, 0x86, 0x8f, 0x90, 0x96, 0x96, 0x96, 0x93, 0x90, 0x96, 0x9b, 0x96, 0x9d, 0x90, 0x96, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0xa4, 0xa1, 0x9d, 0x9e, 0xa9, 0xa1, 0xa9, 0xa4, 0xa7, 0xa9, 0xa9, 0xa7, 0xa9, 0xad, 0xa9, 0xb0, 0xb0, 0xb0, 0xb0, 0xb3, 0xb3, 0xb3, 0xb3, 0xda, 0xb3, 0xb9, 0xb3, 0xb3, 0xb9, 0xb9, 0xb9, 0xb9, 0xb9, 0xb9, 0xb9, 0xe3, 0xb9, 0xb9, 0xb9, 0xbc, 0xe9, 0xbc, 0xb9, 0xba, 0xb9, 0xba, 0xb9, 0xb9, 0xb9, 0xb9, 0xb8, 0xb9, 0xb3, 0xb9, 0xb3, 0xb3, 0xb3, 0xb9, 0xb3, 0xb6, 0xb3, 0xb0, 0xb3, 0xae, 0xb0, 0xb3, 0xb0, 0xad, 0xb0, 0xa7, 0xa9, 0xa7, 0xa9, 0xa7, 0xa9, 0xa4, 0xa7, 0xa4, 0xa7, 0xa1, 0xa4, 0x9b, 0xa4, 0x9e, 0xa4, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x96, 0x9b, 0x96, 0x96, 0x96, 0x90, 0x90, 0x90, 0x90, 0x90, 0x8f, 0x8f, 0x8f, 0x89, 0x86, 0x84, 0x86, 0x89, 0x80, 0x89, 0x80, 0x89, 0x80, 0x80, 0x80, 0x80, 0x76, 0x80, 0x76, 0x80, 0x80, 0x80, 0x76, 0x76, 0x76, 0x6f, 0x6e, 0x76, 0x69, 0x76, 0x69, 0x6e, 0x69, 0x6e, 0x64, 0x6e, 0x64, 0x63, 0x63, 0x63, 0x63, 0x64, 0x63, 0x62, 0x63, 0x5d, 0x63, 0x5d, 0x63, 0x5d, 0x5d, 0x5d, 0x58, 0x5d, 0x5a, 0x5a, 0x58, 0x58, 0x58, 0x55, 0x58, 0x58, 0x58, 0x58, 0x58, 0x58, 0x55, 0x55, 0x55, 0x55, 0x52, 0x55, 0x52, 0x55, 0x52, 0x55, 0x52, 0x55, 0x4f, 0x55, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x55, 0x4f, 0x4f, 0x4f, 0x4c, 0x4f, 0x4c, 0x4f, 0x4c, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x3f, 0x41, 0x41, 0x41, 0x41, 0x3f, 0x41, 0x3f, 0x3f, 0x3f, 0x3f, 0x3c, 0x3c, 0x3c, 0x3c, 0x37, 0x37, 0x36, 0x42, 0x2b, 0x07, 0x06, 0x26, 0x45, 0x2e, 0x2f, 0x2f, 0x2f, 0x2e, 0x2f, 0x35, 0x35, 0x35, 0x35, 0x2f, 0x35, 0x2f, 0x35, 0x2f, 0x2f, 0x2e, 0x2f, 0x2e, 0x2f, 0x2f, 0x2a, 0x2f, 0x2f, 0x2f, 0x35, 0x2f, 0x35, 0x2f, 0x2f, 0x35, 0x2f, 0x2f, 0x2f, 0x36, 0x2f, 0x36, 0x2f, 0x2a, 0x24, 0x1c, 0x1c, 0x16, 0x19, 0x18, 0x36, 0x6a, 0x80, 0x6f, 0x76, 0x6e, 0x76, 0x76, 0x76, 0x80, 0x80, 0x80, 0x76, 0x80, 0x76, 0x7f, 0x80, 0x86, 0x84, 0x86, 0x86, 0x84, 0x80, 0x86, 0x89, 0x89, 0x90, 0x8f, 0x86, 0x86, 0x89, 0x90, 0x93, 0x96, 0x96, 0x93, 0x86, 0x96, 0x97, 0x9b, 0x96, 0x9b, 0x96, 0x9b, 0xa4, 0x9b, 0xa4, 0x9b, 0x9b, 0xa4, 0xa4, 0xa4, 0x9d, 0xa4, 0xd4, 0xa9, 0xa7, 0xa4, 0xa7, 0xa9, 0xad, 0xa9, 0xb0, 0xa9, 0xb0, 0xb0, 0xb0, 0xb3, 0xb0, 0xb3, 0xae, 0xda, 0xb3, 0xb9, 0xb3, 0xb3, 0xb9, 0xb3, 0xb9, 0xb9, 0xb9, 0xb9, 0xde, 0xb9, 0xe3, 0xb9, 0xe3, 0xe3, 0xb9, 0xe9, 0xbc, 0xe3, 0xbc, 0xe3, 0xe3, 0xb9, 0xe3, 0xb9, 0xe3, 0xb9, 0xb9, 0xb9, 0xb9, 0xb9, 0xb9, 0xb3, 0xb9, 0xb3, 0xb3, 0xb3, 0xb3, 0xb3, 0xb0, 0xb3, 0xb0, 0xb0, 0xb0, 0xb0, 0xb0, 0xb0, 0xad, 0xa9, 0xa9, 0xad, 0xa9, 0xa7, 0xa9, 0xa7, 0xa9, 0xa1, 0xa7, 0xa1, 0xa1, 0xa1, 0x9e, 0x9b, 0x9e, 0x9b, 0x9e, 0x96, 0x9e, 0x96, 0x9b, 0x96, 0x96, 0x90, 0x96, 0x90, 0x90, 0x90, 0x90, 0x8f, 0x8f, 0x86, 0x89, 0x86, 0x86, 0x86, 0x8f, 0x86, 0x86, 0x86, 0x86, 0x80, 0x86, 0x80, 0x80, 0x76, 0x80, 0x80, 0x76, 0x80, 0x6f, 0x76, 0x76, 0x76, 0x6f, 0x76, 0x76, 0x6f, 0x76, 0x69, 0x6e, 0x6f, 0x6e, 0x69, 0x69, 0x6e, 0x64, 0x63, 0x64, 0x63, 0x64, 0x63, 0x63, 0x63, 0x63, 0x5d, 0x63, 0x5d, 0x5d, 0x5d, 0x5d, 0x5d, 0x5a, 0x5d, 0x5a, 0x5d, 0x58, 0x58, 0x58, 0x58, 0x58, 0x58, 0x58, 0x55, 0x58, 0x55, 0x58, 0x52, 0x55, 0x52, 0x55, 0x52, 0x55, 0x52, 0x55, 0x52, 0x55, 0x52, 0x55, 0x52, 0x55, 0x55, 0x55, 0x55, 0x52, 0x4f, 0x52, 0x4f, 0x4f, 0x46, 0x4f, 0x4c, 0x46, 0x4c, 0x46, 0x4c, 0x48, 0x48, 0x41, 0x48, 0x41, 0x48, 0x48, 0x41, 0x41, 0x41, 0x41, 0x41, 0x41, 0x3f, 0x3f, 0x3f, 0x3c, 0x3c, 0x37, 0x35, 0x41, 0x45, 0x0c, 0x04, 0x16, 0x4c, 0x2f, 0x2f, 0x37, 0x2f, 0x37, 0x2f, 0x35, 0x2f, 0x35, 0x35, 0x35, 0x35, 0x35, 0x35, 0x35, 0x35, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x2f, 0x35, 0x35, 0x35, 0x35, 0x35, 0x35, 0x2f, 0x36, 0x2f, 0x36, 0x2f, 0x36, 0x2f, 0x2f, 0x2a, 0x24, 0x1c, 0x1c, 0x19, 0x18, 0x2a, 0x52, 0x76, 0x80, 0x76, 0x6f, 0x76, 0x76, 0x80, 0x7f, 0x80, 0x7f, 0x80, 0x80, 0x76, 0x80, 0x80, 0x80, 0x86, 0x86, 0x80, 0x84, 0x80, 0x86, 0x89, 0x86, 0x93, 0x90, 0x89, 0x86, 0x89, 0x8f, 0x90, 0x96, 0x96, 0x93, 0x90, 0x90, 0x96, 0x9b, 0x9b, 0x9b, 0x96, 0x9b, 0x9b, 0x9b, 0xa4, 0xa4, 0x9b, 0x9b, 0xa4, 0xa1, 0xa4, 0x9b, 0xa9, 0xa7, 0xad, 0xa4, 0xa7, 0xb0, 0xad, 0xa9, 0xad, 0xb0, 0xb0, 0xb0, 0xb0, 0xb3, 0xb0, 0xb3, 0xb3, 0xda, 0xb3, 0xde, 0xda, 0xb9, 0xb9, 0xb3, 0xb9, 0xb9, 0xde, 0xb9, 0xb9, 0xb9, 0xb9, 0xe3, 0xb9, 0xe3, 0xb9, 0xb9, 0xbc, 0xe3, 0xbc, 0xe3, 0xbc, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xb9, 0xb9, 0xb9, 0xb9, 0xb9, 0xde, 0xb9, 0xda, 0xb9, 0xb3, 0xda, 0xb3, 0xda, 0xb3, 0xda, 0xb0, 0xd8, 0xb0, 0xb0, 0xb0, 0xb0, 0xad, 0xad, 0xad, 0xad, 0xb0, 0xad, 0xa1, 0xa7, 0xa7, 0xa1, 0xa1, 0xa7, 0x9e, 0xa1, 0x9e, 0xa1, 0x9e, 0x9b, 0x9e, 0x9b, 0x9e, 0x96, 0x96, 0x94, 0x96, 0x94, 0x96, 0x96, 0x96, 0x90, 0x90, 0x8f, 0x90, 0x90, 0x86, 0x8f, 0x86, 0x86, 0x86, 0x86, 0x86, 0x86, 0x86, 0x80, 0x80, 0x80, 0x80, 0x76, 0x80, 0x75, 0x80, 0x76, 0x80, 0x75, 0x76, 0x6f, 0x76, 0x6f, 0x76, 0x6f, 0x6e, 0x6b, 0x6e, 0x6f, 0x6f, 0x69, 0x69, 0x6e, 0x69, 0x6e, 0x69, 0x63, 0x64, 0x63, 0x63, 0x63, 0x62, 0x63, 0x62, 0x5d, 0x5d, 0x5d, 0x5d, 0x5d, 0x5d, 0x5d, 0x5d, 0x5a, 0x5a, 0x58, 0x5a, 0x58, 0x5a, 0x58, 0x58, 0x55, 0x58, 0x55, 0x58, 0x55, 0x55, 0x52, 0x55, 0x52, 0x55, 0x52, 0x55, 0x52, 0x55, 0x55, 0x55, 0x52, 0x52, 0x58, 0x52, 0x52, 0x52, 0x4f, 0x4f, 0x4f, 0x52, 0x4f, 0x4f, 0x4c, 0x4c, 0x4c, 0x4c, 0x46, 0x48, 0x46, 0x48, 0x41, 0x48, 0x41, 0x48, 0x41, 0x41, 0x41, 0x41, 0x3f, 0x41, 0x3c, 0x3f, 0x3c, 0x3c, 0x3c, 0x3c, 0x4b, 0x16, 0x04, 0x0c, 0x4a, 0x35, 0x37, 0x2f, 0x37, 0x2f, 0x37, 0x2f, 0x37, 0x35, 0x35, 0x35, 0x36, 0x35, 0x36, 0x35, 0x35, 0x35, 0x2f, 0x2f, 0x2f, 0x2f, 0x35, 0x2f, 0x35, 0x35, 0x36, 0x35, 0x36, 0x35, 0x36, 0x2f, 0x36, 0x35, 0x35, 0x35, 0x35, 0x36, 0x35, 0x2f, 0x2a, 0x24, 0x24, 0x1c, 0x1c, 0x19, 0x24, 0x3f, 0x63, 0x80, 0x75, 0x76, 0x76, 0x76, 0x76, 0x7f, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x86, 0x86, 0x86, 0x86, 0x86, 0x80, 0x86, 0x86, 0x90, 0x86, 0x90, 0x90, 0x86, 0x8f, 0x93, 0x96, 0x96, 0x96, 0x94, 0x90, 0x93, 0x9b, 0x9b, 0x9b, 0x9b, 0x9e, 0x96, 0xa4, 0x9e, 0xa4, 0x9e, 0x9b, 0xa1, 0xa4, 0xa1, 0xa1, 0x9b, 0xa9, 0xd4, 0xa9, 0xa7, 0xb0, 0xa7, 0xb0, 0xa7, 0xb0, 0xb0, 0xb0, 0xb0, 0xb3, 0xd8, 0xb3, 0xda, 0xb3, 0xb9, 0xda, 0xb9, 0xda, 0xb9, 0xda, 0xb9, 0xb9, 0xb9, 0xb9, 0xb9, 0xb9, 0xe3, 0xb9, 0xe3, 0xb9, 0xe3, 0xb9, 0xb9, 0xe9, 0xbc, 0xe9, 0xe3, 0xe9, 0xe9, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xb9, 0xde, 0xb9, 0xb9, 0xde, 0xb9, 0xda, 0xb9, 0xb3, 0xda, 0xb3, 0xd8, 0xb3, 0xd8, 0xb0, 0xb0, 0xd8, 0xb0, 0xad, 0xb0, 0xb0, 0xad, 0xad, 0xa7, 0xa7, 0xa7, 0xa9, 0xa7, 0xa1, 0xa1, 0xa7, 0xa1, 0xa1, 0xa1, 0x9e, 0x9e, 0x9e, 0x9b, 0x9e, 0x9b, 0x9e, 0x9b, 0x96, 0x9b, 0x96, 0x96, 0x96, 0x94, 0x96, 0x90, 0x90, 0x90, 0x8f, 0x90, 0x90, 0x86, 0x8f, 0x86, 0x86, 0x86, 0x86, 0x86, 0x7d, 0x86, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x75, 0x76, 0x80, 0x76, 0x80, 0x76, 0x76, 0x76, 0x6f, 0x76, 0x6f, 0x76, 0x69, 0x76, 0x6f, 0x6f, 0x69, 0x69, 0x69, 0x69, 0x64, 0x6e, 0x64, 0x69, 0x64, 0x63, 0x64, 0x63, 0x63, 0x63, 0x63, 0x5d, 0x63, 0x5d, 0x5d, 0x5a, 0x5a, 0x5a, 0x5a, 0x5d, 0x5a, 0x5a, 0x5a, 0x58, 0x5a, 0x5a, 0x5a, 0x58, 0x5a, 0x55, 0x58, 0x58, 0x58, 0x58, 0x58, 0x58, 0x58, 0x58, 0x58, 0x58, 0x58, 0x58, 0x58, 0x52, 0x55, 0x52, 0x58, 0x52, 0x55, 0x4f, 0x4f, 0x4f, 0x4c, 0x4f, 0x4c, 0x46, 0x48, 0x4c, 0x48, 0x48, 0x48, 0x48, 0x46, 0x48, 0x41, 0x41, 0x41, 0x41, 0x41, 0x3f, 0x41, 0x3f, 0x3f, 0x3f, 0x3c, 0x4c, 0x2d, 0x06, 0x06, 0x4a, 0x41, 0x2f, 0x35, 0x35, 0x35, 0x35, 0x35, 0x37, 0x35, 0x35, 0x3c, 0x35, 0x35, 0x35, 0x35, 0x35, 0x35, 0x35, 0x2f, 0x35, 0x35, 0x2f, 0x35, 0x2f, 0x2f, 0x2f, 0x35, 0x36, 0x35, 0x36, 0x35, 0x36, 0x35, 0x36, 0x35, 0x36, 0x36, 0x36, 0x2f, 0x2f, 0x2a, 0x24, 0x24, 0x1c, 0x1c, 0x18, 0x2f, 0x52, 0x76, 0x7d, 0x76, 0x75, 0x76, 0x75, 0x7f, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x86, 0x86, 0x86, 0x86, 0x80, 0x86, 0x86, 0x86, 0x8f, 0x90, 0x90, 0x90, 0x90, 0x8f, 0x90, 0x96, 0x96, 0x96, 0x96, 0x96, 0x96, 0x9b, 0x9b, 0x9b, 0x9b, 0x9b, 0x90, 0x9e, 0xa4, 0x9e, 0xa1, 0x9b, 0x9e, 0xa1, 0xa7, 0xa9, 0xa1, 0xa1, 0xa9, 0xb0, 0xa1, 0xa7, 0xb0, 0xb0, 0xad, 0xb0, 0xb0, 0xd8, 0xb0, 0xd8, 0xb0, 0xb3, 0xda, 0xb3, 0xda, 0xb9, 0xda, 0xb9, 0xda, 0xb9, 0xda, 0xb9, 0xde, 0xb9, 0xde, 0xb9, 0xb9, 0xb9, 0xb9, 0xe3, 0xb9, 0xe3, 0xe3, 0xe3, 0xbc, 0xe9, 0xbc, 0xe9, 0xbc, 0xe9, 0xe3, 0xbc, 0xe3, 0xbc, 0xb9, 0xe3, 0xb9, 0xe3, 0xb9, 0xb9, 0xb9, 0xb9, 0xde, 0xb3, 0xda, 0xde, 0xb3, 0xda, 0xb3, 0xb3, 0xd8, 0xb3, 0xb0, 0xb3, 0xad, 0xb0, 0xb0, 0xb0, 0xa9, 0xad, 0xa9, 0xa1, 0xa9, 0xad, 0xa1, 0xb0, 0xa1, 0xa7, 0xa1, 0xa1, 0xa1, 0xa1, 0xa1, 0x9e, 0xa4, 0x9e, 0x9e, 0x9b, 0x9b, 0x9b, 0x9e, 0x9b, 0x94, 0x96, 0x96, 0x90, 0x96, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x86, 0x86, 0x86, 0x86, 0x86, 0x86, 0x86, 0x7d, 0x86, 0x80, 0x86, 0x80, 0x7d, 0x80, 0x80, 0x75, 0x80, 0x75, 0x80, 0x75, 0x80, 0x75, 0x76, 0x75, 0x76, 0x6f, 0x76, 0x6f, 0x76, 0x69, 0x76, 0x6f, 0x69, 0x69, 0x6e, 0x69, 0x69, 0x64, 0x69, 0x69, 0x64, 0x63, 0x63, 0x63, 0x62, 0x63, 0x62, 0x5d, 0x62, 0x5a, 0x5d, 0x5d, 0x5d, 0x5d, 0x5d, 0x5d, 0x5d, 0x5a, 0x5a, 0x5a, 0x5a, 0x5a, 0x58, 0x5a, 0x5a, 0x5a, 0x5a, 0x58, 0x5a, 0x58, 0x58, 0x58, 0x55, 0x58, 0x52, 0x58, 0x52, 0x58, 0x52, 0x55, 0x55, 0x55, 0x55, 0x52, 0x4f, 0x4f, 0x4f, 0x4f, 0x4c, 0x4c, 0x48, 0x46, 0x46, 0x48, 0x46, 0x48, 0x48, 0x48, 0x48, 0x41, 0x48, 0x41, 0x48, 0x3f, 0x41, 0x3f, 0x41, 0x3f, 0x41, 0x4f, 0x07, 0x04, 0x2e, 0x4a, 0x36, 0x35, 0x35, 0x3c, 0x35, 0x35, 0x35, 0x3c, 0x35, 0x3c, 0x35, 0x3c, 0x35, 0x35, 0x35, 0x3c, 0x35, 0x35, 0x35, 0x2f, 0x35, 0x35, 0x35, 0x2f, 0x2e, 0x35, 0x36, 0x36, 0x35, 0x36, 0x36, 0x35, 0x36, 0x36, 0x3f, 0x36, 0x36, 0x35, 0x36, 0x2a, 0x2a, 0x24, 0x24, 0x1c, 0x1c, 0x2a, 0x3f, 0x63, 0x80, 0x75, 0x76, 0x76, 0x80, 0x80, 0x80, 0x80, 0x86, 0x80, 0x80, 0x80, 0x80, 0x80, 0x86, 0x86, 0x86, 0x86, 0x86, 0x80, 0x86, 0x86, 0x90, 0x90, 0x96, 0x90, 0x90, 0x86, 0x8f, 0x90, 0x96, 0x96, 0x96, 0x96, 0x96, 0x96, 0x9b, 0x9b, 0x9b, 0xa4, 0x96, 0x9b, 0xa1, 0xa1, 0xa4, 0xa1, 0x9b, 0x9e, 0xa9, 0xd4, 0xa9, 0xa1, 0xa4, 0xd4, 0xb0, 0xb0, 0xa9, 0xa7, 0xb0, 0xb0, 0xa9, 0xd8, 0xb0, 0xb0, 0xda, 0xb3, 0xda, 0xb3, 0xb3, 0xb3, 0xda, 0xb3, 0xda, 0xb9, 0xde, 0xde, 0xb9, 0xde, 0xb9, 0xe3, 0xb9, 0xe3, 0xb9, 0xe3, 0xb9, 0xe3, 0xe9, 0xe3, 0xe3, 0xe9, 0xbc, 0xe9, 0xe9, 0xe3, 0xe9, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xb9, 0xe3, 0xb9, 0xde, 0xb9, 0xde, 0xb9, 0xda, 0xb9, 0xda, 0xb3, 0xda, 0xda, 0xb3, 0xd8, 0xb3, 0xd8, 0xb0, 0xda, 0xb0, 0xb0, 0xb0, 0xb0, 0xad, 0xad, 0xa7, 0xa7, 0xad, 0xa7, 0xad, 0xa7, 0xa7, 0xa1, 0xa7, 0x9e, 0x9e, 0xa1, 0x9e, 0x9e, 0x9e, 0x9e, 0x9b, 0x9e, 0x9e, 0x9e, 0x96, 0x9b, 0x94, 0x96, 0x94, 0x96, 0x94, 0x90, 0x94, 0x90, 0x8a, 0x90, 0x90, 0x86, 0x8a, 0x86, 0x8a, 0x86, 0x86, 0x86, 0x86, 0x80, 0x86, 0x80, 0x7d, 0x80, 0x80, 0x7d, 0x80, 0x80, 0x80, 0x80, 0x76, 0x7d, 0x76, 0x75, 0x76, 0x75, 0x76, 0x6f, 0x76, 0x6f, 0x76, 0x6f, 0x69, 0x69, 0x6e, 0x69, 0x69, 0x69, 0x69, 0x69, 0x64, 0x63, 0x63, 0x64, 0x64, 0x5d, 0x63, 0x5d, 0x62, 0x5d, 0x5d, 0x5d, 0x5d, 0x5d, 0x5a, 0x5a, 0x5a, 0x5a, 0x5a, 0x5a, 0x5a, 0x5a, 0x5a, 0x58, 0x5a, 0x5a, 0x5a, 0x5a, 0x5a, 0x58, 0x58, 0x5a, 0x58, 0x5a, 0x5a, 0x58, 0x52, 0x52, 0x55, 0x55, 0x58, 0x52, 0x52, 0x4f, 0x52, 0x4f, 0x4c, 0x46, 0x4c, 0x4c, 0x4c, 0x4f, 0x48, 0x4c, 0x48, 0x46, 0x48, 0x48, 0x48, 0x48, 0x41, 0x41, 0x41, 0x41, 0x41, 0x3f, 0x41, 0x55, 0x0f, 0x04, 0x16, 0x5c, 0x36, 0x3f, 0x3c, 0x35, 0x3c, 0x35, 0x3c, 0x35, 0x3c, 0x3c, 0x35, 0x3c, 0x35, 0x35, 0x36, 0x35, 0x35, 0x3c, 0x35, 0x37, 0x35, 0x35, 0x35, 0x35, 0x2f, 0x35, 0x36, 0x3c, 0x35, 0x36, 0x36, 0x36, 0x36, 0x3f, 0x36, 0x36, 0x36, 0x36, 0x36, 0x2f, 0x2a, 0x24, 0x2a, 0x18, 0x24, 0x2a, 0x36, 0x4f, 0x76, 0x80, 0x76, 0x80, 0x80, 0x80, 0x80, 0x80, 0x86, 0x80, 0x80, 0x80, 0x80, 0x80, 0x86, 0x86, 0x86, 0x90, 0x86, 0x86, 0x86, 0x86, 0x90, 0x90, 0x90, 0x96, 0x94, 0x90, 0x90, 0x90, 0x96, 0x96, 0x96, 0x96, 0x96, 0x96, 0x94, 0xa4, 0x9e, 0x9b, 0x9b, 0x9e, 0x94, 0xa1, 0xa1, 0xa7, 0x9e, 0x9e, 0xa7, 0xd4, 0xa7, 0xa7, 0xa1, 0xad, 0xb0, 0xa9, 0xd4, 0xb0, 0xad, 0xb0, 0xad, 0xb0, 0xb0, 0xd8, 0xb0, 0xb0, 0xda, 0xb3, 0xda, 0xda, 0xda, 0xb9, 0xda, 0xb3, 0xde, 0xb9, 0xde, 0xb9, 0xde, 0xb9, 0xb9, 0xb9, 0xb9, 0xb9, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe9, 0xed, 0xe9, 0xe9, 0xe3, 0xe9, 0xe9, 0xbc, 0xe3, 0xe9, 0xb9, 0xe3, 0xb9, 0xe3, 0xb9, 0xe3, 0xe3, 0xde, 0xb9, 0xda, 0xb9, 0xda, 0xb3, 0xde, 0xb3, 0xda, 0xda, 0xda, 0xda, 0xb0, 0xda, 0xd8, 0xd8, 0xb0, 0xd4, 0xb0, 0xd4, 0xb0, 0xd4, 0xb0, 0xd4, 0xad, 0xd4, 0xa1, 0xd4, 0xa1, 0xa7, 0xa1, 0xa7, 0xa1, 0xa1, 0x9e, 0x9e, 0x9e, 0x9e, 0x9e, 0x9e, 0x9e, 0x9e, 0x9e, 0x94, 0x9b, 0x94, 0x96, 0x94, 0x96, 0x94, 0x94, 0x90, 0x90, 0x90, 0x8a, 0x90, 0x90, 0x86, 0x8a, 0x8a, 0x86, 0x86, 0x86, 0x7d, 0x86, 0x86, 0x80, 0x7d, 0x80, 0x7d, 0x7d, 0x80, 0x7d, 0x80, 0x7d, 0x80, 0x75, 0x80, 0x76, 0x75, 0x76, 0x6f, 0x76, 0x6f, 0x6f, 0x6f, 0x6e, 0x6b, 0x69, 0x6f, 0x69, 0x69, 0x69, 0x69, 0x64, 0x64, 0x64, 0x64, 0x63, 0x64, 0x63, 0x69, 0x63, 0x62, 0x5d, 0x5d, 0x5a, 0x5d, 0x5d, 0x5d, 0x5d, 0x5a, 0x5a, 0x5d, 0x5a, 0x5d, 0x5a, 0x5a, 0x5a, 0x5a, 0x5d, 0x5a, 0x5a, 0x58, 0x5a, 0x5a, 0x5a, 0x52, 0x5a, 0x5a, 0x58, 0x52, 0x58, 0x52, 0x52, 0x52, 0x52, 0x52, 0x4f, 0x4f, 0x4c, 0x46, 0x4f, 0x4f, 0x46, 0x4c, 0x46, 0x46, 0x4c, 0x4c, 0x48, 0x48, 0x46, 0x48, 0x48, 0x41, 0x41, 0x41, 0x42, 0x4f, 0x32, 0x04, 0x09, 0x61, 0x3c, 0x3f, 0x35, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x36, 0x3c, 0x3c, 0x36, 0x3c, 0x36, 0x3c, 0x3c, 0x36, 0x3c, 0x35, 0x35, 0x35, 0x36, 0x35, 0x35, 0x36, 0x35, 0x3f, 0x36, 0x3c, 0x36, 0x3f, 0x36, 0x3f, 0x36, 0x3f, 0x3f, 0x36, 0x36, 0x36, 0x36, 0x2a, 0x2a, 0x24, 0x24, 0x2a, 0x2f, 0x48, 0x63, 0x7d, 0x80, 0x76, 0x80, 0x80, 0x80, 0x86, 0x80, 0x86, 0x80, 0x7d, 0x80, 0x80, 0x86, 0x86, 0x90, 0x86, 0x8a, 0x86, 0x86, 0x86, 0x86, 0x8f, 0x94, 0x90, 0x94, 0x90, 0x90, 0x90, 0x96, 0x9b, 0x94, 0x9e, 0x96, 0x94, 0x96, 0x9b, 0x9e, 0x9e, 0xa1, 0x9b, 0x94, 0xa1, 0x9e, 0xa7, 0xa1, 0xa1, 0x9e, 0xa7, 0xa7, 0xd4, 0xd4, 0x9e, 0xa9, 0xd4, 0xb0, 0xa7, 0xad, 0xad, 0xad, 0xb0, 0xad, 0xda, 0xb0, 0xd8, 0xb3, 0xda, 0xda, 0xda, 0xda, 0xb9, 0xda, 0xb9, 0xda, 0xb9, 0xde, 0xb9, 0xde, 0xe3, 0xb9, 0xde, 0xe3, 0xe3, 0xe4, 0xe3, 0xe3, 0xe3, 0xe9, 0xe3, 0xe9, 0xed, 0xe9, 0xe9, 0xbe, 0xe9, 0xbc, 0xe9, 0xe3, 0xe9, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xb9, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xb9, 0xb9, 0xda, 0xb9, 0xde, 0xde, 0xda, 0xb9, 0xda, 0xda, 0xd8, 0xd8, 0xb0, 0xd8, 0xb0, 0xad, 0xb0, 0xd8, 0xb0, 0xd4, 0xad, 0xd4, 0xa7, 0xd4, 0xa7, 0xa7, 0xa1, 0xa7, 0xa7, 0xa7, 0x9e, 0xa1, 0xcd, 0x9e, 0x9e, 0x9e, 0x9e, 0x9e, 0x9e, 0x9e, 0x94, 0x9e, 0x94, 0x9e, 0x94, 0x94, 0x94, 0x96, 0x94, 0x90, 0x8a, 0x90, 0x8a, 0x90, 0x8a, 0x90, 0x8a, 0x86, 0x86, 0x86, 0x86, 0x86, 0x86, 0x86, 0x7d, 0x86, 0x7d, 0x80, 0x7d, 0x80, 0x7d, 0x80, 0x75, 0x80, 0x75, 0x75, 0x80, 0x75, 0x75, 0x75, 0x75, 0x6f, 0x6f, 0x6f, 0x69, 0x6f, 0x69, 0x69, 0x6b, 0x6b, 0x69, 0x69, 0x69, 0x69, 0x69, 0x64, 0x63, 0x64, 0x64, 0x64, 0x5d, 0x62, 0x63, 0x62, 0x5d, 0x62, 0x5d, 0x5d, 0x5d, 0x5d, 0x5d, 0x5d, 0x5a, 0x5d, 0x5a, 0x5a, 0x5a, 0x5a, 0x5a, 0x5a, 0x5a, 0x5a, 0x5a, 0x5a, 0x5a, 0x5a, 0x5a, 0x58, 0x58, 0x58, 0x58, 0x52, 0x52, 0x52, 0x4f, 0x4f, 0x46, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4c, 0x4c, 0x46, 0x4c, 0x46, 0x48, 0x46, 0x48, 0x48, 0x48, 0x41, 0x41, 0x41, 0x48, 0x51, 0x06, 0x06, 0x56, 0x46, 0x3c, 0x35, 0x3c, 0x3c, 0x3f, 0x3c, 0x3c, 0x3c, 0x3c, 0x3f, 0x3c, 0x3f, 0x3c, 0x36, 0x3f, 0x3c, 0x3f, 0x3c, 0x3c, 0x3c, 0x35, 0x35, 0x35, 0x3c, 0x35, 0x35, 0x3f, 0x36, 0x3f, 0x35, 0x3f, 0x3f, 0x3f, 0x36, 0x3f, 0x3f, 0x36, 0x3f, 0x36, 0x36, 0x2a, 0x2a, 0x2a, 0x24, 0x2a, 0x2a, 0x3f, 0x55, 0x76, 0x7d, 0x80, 0x76, 0x80, 0x80, 0x7d, 0x86, 0x7d, 0x86, 0x7d, 0x80, 0x86, 0x86, 0x86, 0x8a, 0x86, 0x8a, 0x86, 0x8a, 0x86, 0x90, 0x90, 0x94, 0x90, 0x94, 0x90, 0x94, 0x90, 0x94, 0x96, 0x9e, 0x96, 0x9b, 0x94, 0x9b, 0x94, 0x9e, 0x9e, 0xa1, 0x9e, 0x9e, 0x9e, 0xa1, 0xa1, 0xa7, 0x9e, 0xa1, 0xa7, 0xa7, 0xd4, 0xb0, 0xa7, 0xa1, 0xd4, 0xad, 0xad, 0xa7, 0xb0, 0xd8, 0xb0, 0xd8, 0xad, 0xb0, 0xda, 0xb0, 0xd8, 0xda, 0xda, 0xda, 0xb9, 0xda, 0xb3, 0xde, 0xb3, 0xde, 0xb9, 0xde, 0xb9, 0xde, 0xe3, 0xe3, 0xb9, 0xe3, 0xe3, 0xe4, 0xe3, 0xe9, 0xe3, 0xe9, 0xe3, 0xe9, 0xe9, 0xe9, 0xe3, 0xbc, 0xe3, 0xe9, 0xbc, 0xe3, 0xbc, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xb9, 0xb9, 0xb9, 0xb9, 0xde, 0xb3, 0xde, 0xb9, 0xde, 0xde, 0xda, 0xde, 0xda, 0xda, 0xda, 0xd8, 0xda, 0xb0, 0xd8, 0xd8, 0xd8, 0xd8, 0xd4, 0xd8, 0xd4, 0xb0, 0xd4, 0xb0, 0xa7, 0xa7, 0xa7, 0xa7, 0xa7, 0xa7, 0xa7, 0xcd, 0x9e, 0x9e, 0x9e, 0x9e, 0x9e, 0x9e, 0x9e, 0x9e, 0x9b, 0x94, 0x9b, 0x94, 0x9b, 0x94, 0x96, 0x94, 0x90, 0x94, 0x90, 0x90, 0x90, 0x8a, 0x90, 0x8a, 0x90, 0x8a, 0x86, 0x8a, 0x86, 0x8a, 0x86, 0x8a, 0x86, 0x86, 0x7d, 0x86, 0x7d, 0x86, 0x7d, 0x7d, 0x80, 0x7d, 0x80, 0x75, 0x80, 0x75, 0x80, 0x75, 0x76, 0x75, 0x6f, 0x6f, 0x6f, 0x69, 0x6f, 0x6f, 0x69, 0x69, 0x69, 0x69, 0x69, 0x69, 0x64, 0x64, 0x64, 0x64, 0x64, 0x64, 0x62, 0x63, 0x62, 0x63, 0x62, 0x5d, 0x62, 0x63, 0x62, 0x62, 0x5a, 0x5d, 0x5a, 0x5d, 0x5a, 0x5a, 0x5d, 0x5a, 0x5a, 0x5a, 0x5a, 0x5a, 0x5a, 0x5a, 0x5a, 0x5a, 0x5a, 0x58, 0x5a, 0x58, 0x52, 0x58, 0x52, 0x52, 0x4f, 0x4f, 0x4f, 0x4f, 0x52, 0x52, 0x4f, 0x4c, 0x4f, 0x4c, 0x4c, 0x4c, 0x48, 0x48, 0x48, 0x46, 0x48, 0x48, 0x41, 0x46, 0x3f, 0x6d, 0x09, 0x04, 0x40, 0x4f, 0x3c, 0x3f, 0x3c, 0x3c, 0x3c, 0x3f, 0x3c, 0x3f, 0x3f, 0x3f, 0x41, 0x3f, 0x3c, 0x3c, 0x3f, 0x3c, 0x3f, 0x3c, 0x3c, 0x3c, 0x3c, 0x3c, 0x35, 0x3c, 0x35, 0x36, 0x36, 0x3f, 0x3f, 0x3f, 0x3f, 0x3f, 0x3f, 0x3f, 0x3f, 0x3f, 0x3f, 0x3f, 0x3f, 0x36, 0x2f, 0x36, 0x2a, 0x2a, 0x2a, 0x2f, 0x36, 0x48, 0x63, 0x80, 0x7d, 0x80, 0x80, 0x80, 0x7d, 0x86, 0x80, 0x86, 0x80, 0x86, 0x86, 0x86, 0x8a, 0x86, 0x8a, 0x86, 0x90, 0x86, 0x86, 0x8a, 0x86, 0x94, 0x90, 0x94, 0x90, 0x90, 0x96, 0x94, 0x96, 0x96, 0x9b, 0x96, 0x9e, 0x96, 0x94, 0x9e, 0xa1, 0xcd, 0x9e, 0x9e, 0x9b, 0x9e, 0xa7, 0x9e, 0xd4, 0xa1, 0x9e, 0xa7, 0xa7, 0xa7, 0xd4, 0xa7, 0xa1, 0xb0, 0xd4, 0xad, 0xad, 0xb0, 0xd8, 0xb0, 0xad, 0xb3, 0xd8, 0xd8, 0xb3, 0xda, 0xb3, 0xb3, 0xb3, 0xda, 0xb9, 0xde, 0xb9, 0xde, 0xde, 0xde, 0xde, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xbc, 0xe3, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xbc, 0xe9, 0xe3, 0xe9, 0xe3, 0xe3, 0xe9, 0xe3, 0xe3, 0xe3, 0xb9, 0xe3, 0xde, 0xe3, 0xb9, 0xde, 0xb9, 0xde, 0xda, 0xde, 0xda, 0xda, 0xda, 0xda, 0xda, 0xda, 0xda, 0xd8, 0xd8, 0xd8, 0xb0, 0xd4, 0xd8, 0xd4, 0xd4, 0xd4, 0xad, 0xd4, 0xa7, 0xd4, 0xa7, 0xa7, 0xa7, 0xa1, 0xa7, 0xa7, 0xcd, 0xa1, 0x9e, 0xa1, 0x9e, 0x9e, 0x9e, 0x9e, 0x9e, 0x9e, 0x9e, 0x9e, 0x94, 0x9e, 0x94, 0x9e, 0x94, 0x94, 0x94, 0x94, 0x90, 0x94, 0x8a, 0x90, 0x8a, 0x86, 0x8a, 0x86, 0x8a, 0x86, 0x8a, 0x86, 0x8a, 0x86, 0x8a, 0x7d, 0x86, 0x7d, 0x80, 0x7d, 0x7d, 0x7d, 0x80, 0x7d, 0x75, 0x7d, 0x75, 0x75, 0x75, 0x75, 0x75, 0x75, 0x6f, 0x75, 0x76, 0x6f, 0x6f, 0x69, 0x69, 0x69, 0x69, 0x64, 0x69, 0x64, 0x64, 0x69, 0x69, 0x64, 0x64, 0x64, 0x64, 0x62, 0x64, 0x62, 0x64, 0x5d, 0x64, 0x5d, 0x62, 0x5d, 0x62, 0x5a, 0x5d, 0x5d, 0x5a, 0x62, 0x5d, 0x5a, 0x5a, 0x5a, 0x5a, 0x5d, 0x5d, 0x5a, 0x5a, 0x5a, 0x5a, 0x58, 0x58, 0x52, 0x58, 0x55, 0x4f, 0x4f, 0x52, 0x55, 0x52, 0x52, 0x52, 0x4f, 0x4f, 0x4c, 0x4f, 0x46, 0x4c, 0x48, 0x4c, 0x48, 0x4c, 0x41, 0x46, 0x41, 0x63, 0x19, 0x04, 0x18, 0x5f, 0x3f, 0x3c, 0x3c, 0x42, 0x3f, 0x3f, 0x3f, 0x42, 0x3f, 0x3c, 0x41, 0x3f, 0x3f, 0x3f, 0x3f, 0x3f, 0x41, 0x3c, 0x3f, 0x3c, 0x3c, 0x3c, 0x36, 0x35, 0x3c, 0x3c, 0x3c, 0x3f, 0x3f, 0x3f, 0x3f, 0x3f, 0x3f, 0x3f, 0x3f, 0x3f, 0x3f, 0x3f, 0x36, 0x36, 0x36, 0x36, 0x2a, 0x2f, 0x2a, 0x36, 0x2f, 0x41, 0x58, 0x6e, 0x80, 0x7d, 0x80, 0x80, 0x7d, 0x86, 0x8a, 0x86, 0x7d, 0x86, 0x86, 0x86, 0x86, 0x86, 0x94, 0x90, 0x8a, 0x90, 0x8a, 0x86, 0x8a, 0x90, 0x94, 0x9e, 0x94, 0x96, 0x94, 0x90, 0x94, 0x9b, 0x9e, 0x96, 0x9e, 0x96, 0x94, 0x9e, 0x9e, 0x9e, 0x9e, 0xa1, 0x9e, 0x9e, 0x9e, 0xa1, 0xa7, 0xa7, 0xa1, 0xa1, 0xa7, 0xa7, 0xb0, 0xa7, 0xa1, 0xd4, 0xad, 0xd4, 0xad, 0xd4, 0xb0, 0xd8, 0xb0, 0xd4, 0xb0, 0xda, 0xda, 0xda, 0xda, 0xb3, 0xda, 0xda, 0xde, 0xde, 0xda, 0xde, 0xde, 0xde, 0xb9, 0xe3, 0xde, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe9, 0xe3, 0xed, 0xe9, 0xed, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xb9, 0xe3, 0xe3, 0xe3, 0xde, 0xb9, 0xde, 0xde, 0xb9, 0xda, 0xde, 0xda, 0xb9, 0xda, 0xde, 0xda, 0xda, 0xda, 0xd8, 0xda, 0xd8, 0xd8, 0xd8, 0xd8, 0xd8, 0xd4, 0xd8, 0xd4, 0xd4, 0xa7, 0xd4, 0xd4, 0xcd, 0xa7, 0xd4, 0xa7, 0xd4, 0xcd, 0xa7, 0xcd, 0xa1, 0xcd, 0x9e, 0xcd, 0x9e, 0x9e, 0x9e, 0x9e, 0x9e, 0x94, 0x9e, 0x94, 0x9b, 0x94, 0x96, 0x94, 0x94, 0x94, 0x8a, 0x90, 0x8a, 0x90, 0x8a, 0x8a, 0x8a, 0x8a, 0x86, 0x8a, 0x8a, 0x86, 0xc2, 0x86, 0xc2, 0x86, 0xc2, 0x7d, 0x80, 0x7d, 0x7d, 0x7d, 0x80, 0x75, 0x80, 0x75, 0x75, 0x75, 0x75, 0x75, 0x75, 0x6f, 0x6f, 0x6f, 0x6f, 0x6f, 0x6f, 0x6f, 0x6b, 0x69, 0x6b, 0x69, 0x6b, 0x69, 0x69, 0x69, 0x64, 0x64, 0x64, 0x64, 0x64, 0x64, 0x64, 0x62, 0x62, 0x62, 0x62, 0x62, 0x5d, 0x62, 0x62, 0x5d, 0x62, 0x5d, 0x5a, 0x62, 0x5a, 0x62, 0x5d, 0x62, 0x5d, 0x5a, 0x5d, 0x5d, 0x5a, 0x5a, 0x5a, 0x55, 0x52, 0x52, 0x52, 0x55, 0x58, 0x55, 0x52, 0x55, 0x52, 0x4f, 0x4f, 0x4f, 0x4f, 0x4c, 0x4c, 0x4c, 0x46, 0x4c, 0x48, 0x46, 0x42, 0x55, 0x4c, 0x04, 0x0c, 0x6a, 0x46, 0x3f, 0x3c, 0x3f, 0x3f, 0x3f, 0x42, 0x3f, 0x3f, 0x41, 0x3f, 0x41, 0x41, 0x3f, 0x3f, 0x3f, 0x3f, 0x41, 0x3f, 0x3c, 0x3f, 0x3c, 0x3c, 0x3f, 0x3c, 0x3f, 0x3c, 0x3f, 0x3f, 0x41, 0x41, 0x3f, 0x41, 0x3f, 0x41, 0x3f, 0x41, 0x41, 0x3f, 0x3f, 0x36, 0x36, 0x36, 0x36, 0x36, 0x2f, 0x36, 0x3f, 0x52, 0x64, 0x80, 0x80, 0x86, 0x7d, 0x80, 0x86, 0x86, 0x86, 0x8a, 0x86, 0x86, 0x86, 0x8a, 0x86, 0x8a, 0x90, 0x8a, 0x90, 0x8a, 0x90, 0x8a, 0x90, 0x94, 0x9b, 0x94, 0x94, 0x94, 0x94, 0x94, 0x9b, 0x94, 0x9e, 0x94, 0x9e, 0x94, 0x9e, 0x9e, 0x9e, 0xcd, 0xcd, 0x9e, 0x9e, 0x9e, 0xa7, 0xa7, 0xa7, 0xa7, 0x9e, 0xa7, 0xa7, 0xd4, 0xd4, 0xd4, 0xd4, 0xb0, 0xd4, 0xd8, 0xd4, 0xd8, 0xda, 0xd8, 0xda, 0xd8, 0xda, 0xda, 0xda, 0xda, 0xda, 0xda, 0xb9, 0xde, 0xde, 0xde, 0xb9, 0xde, 0xb9, 0xe1, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe9, 0xe3, 0xe9, 0xe3, 0xe9, 0xe9, 0xed, 0xe9, 0xed, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe3, 0xe9, 0xe3, 0xe3, 0xe3, 0xe3, 0xde, 0xe3, 0xde, 0xe3, 0xe1, 0xe3, 0xde, 0xde, 0xde, 0xde, 0xda, 0xde, 0xda, 0xde, 0xda, 0xde, 0xda, 0xda, 0xda, 0xda, 0xd8, 0xda, 0xd8, 0xd8, 0xd4, 0xda, 0xd4, 0xd8, 0xd4, 0xd4, 0xd4, 0xd4, 0xd4, 0xa7, 0xcd, 0xa7, 0xcd, 0xa7, 0xcd, 0xa1, 0xcd, 0xa7, 0xcd, 0x9e, 0xcd, 0x9e, 0x9e, 0x9e, 0x9e, 0x9e, 0x9e, 0x9e, 0xc8, 0x94, 0x9e, 0x94, 0x94, 0x94, 0x94, 0x94, 0x94, 0x94, 0x8a, 0x90, 0x8a, 0x8a, 0x8a, 0x8a, 0x86, 0xc2, 0x86, 0xc2, 0x86, 0x8a, 0x7d, 0x8a, 0x7d, 0x86, 0x7d, 0x7d, 0x7d, 0x7d, 0x7d, 0x7d, 0x75, 0x75, 0x75, 0x7d, 0x6f, 0x75, 0x6f, 0x75, 0x6f, 0x6f, 0x6f, 0x6f, 0x6f, 0x6f, 0x6b, 0x6f, 0x6b, 0x6f, 0x69, 0x69, 0x64, 0x69, 0x64, 0x69, 0x69, 0x69, 0x64, 0x64, 0x64, 0x64, 0x64, 0x62, 0x62, 0x62, 0x62, 0x5d, 0x62, 0x62, 0x62, 0x62, 0x62, 0x62, 0x62, 0x62, 0x5d, 0x62, 0x5d, 0x5a, 0x5a, 0x5a, 0x5a, 0x58, 0x55, 0x55, 0x58, 0x5a, 0x52, 0x5a, 0x55, 0x52, 0x55, 0x4f, 0x4f, 0x4f, 0x4f, 0x46, 0x4c, 0x4c, 0x46, 0x4c, 0x46, 0x48, 0x4f, 0x65, 0x06, 0x06, 0x6d, 0x48, 0x3f, 0x42, 0x3f, 0x41, 0x3c, 0x41, 0x3f, 0x41, 0x41, 0x41, 0x41, 0x41, 0x41, 0x41, 0x41, 0x3f, 0x41, 0x3f, 0x41, 0x3f, 0x3c, 0x3f, 0x3c, 0x3c, 0x3f, 0x3c, 0x3f, 0x41, 0x41, 0x48, 0x41, 0x46, 0x3f, 0x41, 0x41, 0x3f, 0x41, 0x3f, 0x3f, 0x3f, 0x36, 0x36, 0x2f, 0x36, 0x36, 0x36, 0x3f, 0x48, 0x5a, 0x7d, 0x7d, 0x86, 0x7d, 0x86, 0x86, 0x86, 0x8a, 0x86, 0x8a, 0x86, 0x8a, 0x86, 0x86, 0x90, 0x90, 0x94, 0x94, 0x8a, 0x8a, 0x8a, 0x90, 0x94, 0x94, 0x94, 0x9e, 0x94, 0x94, 0x96, 0x94, 0x94, 0x9e, 0x9e, 0x9e, 0x9e, 0x9e, 0x9e, 0x9e, 0xcd, 0xcd, 0xcd, 0xcd, 0x9e, 0xa7, 0xa7, 0xa7, 0xd4, 0xa7, 0xcd, 0xad, 0xd4, 0xd4, 0xd4, 0xd4, 0xd4, 0xd8, 0xd8, 0xd4, 0xd8, 0xd4, 0xda, 0xda, 0xd8, 0xd8, 0xda, 0xda, 0xda, 0xda, 0xde, 0xda, 0xb9, 0xde, 0xde, 0xde, 0xb9, 0xde, 0xde, 0xde, 0xe3, 0xe3, 0xde, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe4, 0xe9, 0xe4, 0xe9, 0xe6, 0xe9, 0xe6, 0xed, 0xed, 0xed, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe1, 0xe3, 0xe4, 0xb9, 0xde, 0xb9, 0xde, 0xde, 0xda, 0xde, 0xda, 0xde, 0xda, 0xda, 0xd9, 0xda, 0xd8, 0xd8, 0xd8, 0xd8, 0xd8, 0xd8, 0xd4, 0xd4, 0xd4, 0xd4, 0xd4, 0xd4, 0xd4, 0xd4, 0xd4, 0xd4, 0xcd, 0xa7, 0xcd, 0xd4, 0xcd, 0xcd, 0x9e, 0xcd, 0x9e, 0xcd, 0x9e, 0xc8, 0x9e, 0xc8, 0x9e, 0x94, 0x9e, 0x94, 0x9e, 0x94, 0x94, 0x94, 0x94, 0x8a, 0x94, 0x8a, 0x94, 0x8a, 0x90, 0x8a, 0x8a, 0x8a, 0x86, 0xc2, 0x86, 0x8a, 0x86, 0x8a, 0x7d, 0x8a, 0x7d, 0x7d, 0x7d, 0x7d, 0x7d, 0x75, 0x7d, 0x75, 0x7d, 0x75, 0x75, 0x75, 0x75, 0x75, 0x73, 0x73, 0x73, 0x73, 0x73, 0x6f, 0x6f, 0x6f, 0x6f, 0x6f, 0x6b, 0x6b, 0x69, 0x6b, 0x69, 0x6b, 0x69, 0x64, 0x64, 0x69, 0x64, 0x64, 0x64, 0x64, 0x64, 0x62, 0x62, 0x64, 0x62, 0x62, 0x62, 0x62, 0x62, 0x62, 0x62, 0x62, 0x62, 0x62, 0x62, 0x5d, 0x5a, 0x5a, 0x58, 0x58, 0x55, 0x52, 0x58, 0x5a, 0x5a, 0x5a, 0x55, 0x52, 0x55, 0x52, 0x52, 0x52, 0x4f, 0x4f, 0x4c, 0x4f, 0x4c, 0x4c, 0x4c, 0x48, 0x46, 0x77, 0x0e, 0x04, 0x50, 0x52, 0x3f, 0x41, 0x41, 0x48, 0x41, 0x41, 0x41, 0x41, 0x41, 0x41, 0x41, 0x41, 0x41, 0x48, 0x41, 0x41, 0x41, 0x41, 0x41, 0x3f, 0x41, 0x3f, 0x42, 0x3f, 0x3f, 0x3f, 0x3f, 0x41, 0x41, 0x41, 0x46, 0x41, 0x48, 0x41, 0x46, 0x41, 0x41, 0x41, 0x3f, 0x3f, 0x3f, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x42, 0x52, 0x6b, 0x7d, 0x86, 0x7d, 0x86, 0x7d, 0x8a, 0x8a, 0x86, 0x8a, 0x86, 0x8a, 0x86, 0x8a, 0x8a, 0x8a, 0x90, 0x8a, 0x90, 0x8a, 0x90, 0x8a, 0x94, 0x94, 0x94, 0x96, 0x94, 0x96, 0x94, 0x94, 0x9b, 0x9e, 0x9e, 0x9e, 0x9e, 0xc8, 0x9e, 0x9e, 0xcd, 0x9e, 0xa7, 0x9e, 0x9e, 0x9e, 0xd4, 0xa1, 0xd4, 0xa7, 0xa7, 0xa7, 0xd4, 0xd4, 0xb0, 0xd4, 0xd4, 0xd4, 0xd8, 0xd4, 0xda, 0xd4, 0xd8, 0xd8, 0xda, 0xda, 0xd8, 0xda, 0xda, 0xda, 0xb9, 0xda, 0xda, 0xb9, 0xde, 0xda, 0xde, 0xb9, 0xde, 0xb9, 0xe3, 0xde, 0xe3, 0xe3, 0xe3, 0xe1, 0xe3, 0xe4, 0xe3, 0xe3, 0xe3, 0xe9, 0xe3, 0xe3, 0xe9, 0xe9, 0xed, 0xed, 0xed, 0xed, 0xed, 0xe9, 0xed, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe3, 0xe3, 0xe3, 0xe3, 0xe9, 0xe3, 0xe4, 0xe3, 0xe3, 0xde, 0xe3, 0xde, 0xe3, 0xe1, 0xde, 0xde, 0xda, 0xb9, 0xda, 0xde, 0xda, 0xda, 0xe1, 0xda, 0xda, 0xda, 0xd8, 0xd8, 0xda, 0xd4, 0xd8, 0xd4, 0xd8, 0xd4, 0xd8, 0xd4, 0xd4, 0xd4, 0xd4, 0xd4, 0xa7, 0xd4, 0xcd, 0xd4, 0xcd, 0xa7, 0xcd, 0x9e, 0xcd, 0x9e, 0xcd, 0xcd, 0x9e, 0xcd, 0x9e, 0xc8, 0x9b, 0x94, 0x94, 0x94, 0x94, 0x94, 0x94, 0x94, 0x8a, 0x94, 0x8a, 0x94, 0x8a, 0x8a, 0x8a, 0x8a, 0x8a, 0x8a, 0x8a, 0x86, 0xc2, 0x86, 0xc2, 0x86, 0xc2, 0x8a, 0xc2, 0x8a, 0x7b, 0x7d, 0x7d, 0x7d, 0x7d, 0x7d, 0x7d, 0x75, 0x7d, 0x75, 0x75, 0x75, 0x73, 0x75, 0x73, 0x6f, 0x6f, 0x6f, 0x6f, 0x6f, 0x6b, 0x6b, 0x6b, 0x6b, 0x6b, 0x6f, 0x6b, 0x69, 0x69, 0x69, 0x69, 0x69, 0x64, 0x64, 0x64, 0x64, 0x64, 0x64, 0x69, 0x64, 0x64, 0x64, 0x64, 0x64, 0x62, 0x64, 0x62, 0x64, 0x5d, 0x5d, 0x5a, 0x5a, 0x5a, 0x55, 0x58, 0x58, 0x5a, 0x5a, 0x5a, 0x5a, 0x52, 0x5a, 0x52, 0x58, 0x52, 0x4f, 0x52, 0x4f, 0x4f, 0x4f, 0x4c, 0x4f, 0x4c, 0x48, 0x6a, 0x24, 0x04, 0x31, 0x62, 0x48, 0x41, 0x48, 0x41, 0x48, 0x41, 0x48, 0x48, 0x48, 0x41, 0x48, 0x41, 0x48, 0x41, 0x48, 0x41, 0x41, 0x41, 0x41, 0x41, 0x41, 0x41, 0x41, 0x41, 0x3f, 0x41, 0x41, 0x41, 0x48, 0x48, 0x48, 0x46, 0x48, 0x46, 0x46, 0x41, 0x46, 0x41, 0x41, 0x41, 0x3f, 0x3f, 0x36, 0x36, 0x36, 0x36, 0x36, 0x46, 0x4c, 0x63, 0x75, 0x86, 0x7d, 0x86, 0x7d, 0x8a, 0x8a, 0x8a, 0x8a, 0x86, 0x86, 0x8a, 0x8a, 0x8a, 0x94, 0x8a, 0x94, 0x90, 0x8a, 0x90, 0x8a, 0x94, 0x94, 0x94, 0x9b, 0x94, 0x94, 0x94, 0x94, 0x94, 0x9e, 0x9e, 0x9e, 0x9e, 0xc8, 0x9e, 0x9e, 0x9e, 0xd4, 0xcd, 0xa7, 0x9e, 0xcd, 0xd4, 0xcd, 0xa7, 0xa7, 0xa7, 0xcd, 0xd4, 0xd4, 0xa7, 0xd4, 0xd4, 0xd4, 0xd8, 0xb0, 0xd8, 0xd8, 0xd4, 0xda, 0xd8, 0xda, 0xda, 0xda, 0xda, 0xda, 0xda, 0xda, 0xde, 0xde, 0xde, 0xde, 0xb9, 0xde, 0xda, 0xe3, 0xde, 0xe3, 0xe3, 0xde, 0xe3, 0xe3, 0xe3, 0xe4, 0xe3, 0xe3, 0xe9, 0xe3, 0xe9, 0xe3, 0xe9, 0xe9, 0xe9, 0xed, 0xed, 0xed, 0xed, 0xe9, 0xed, 0xe9, 0xe9, 0xed, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe6, 0xe3, 0xe4, 0xe3, 0xde, 0xe4, 0xe3, 0xe4, 0xe3, 0xe1, 0xe3, 0xe1, 0xde, 0xde, 0xda, 0xde, 0xde, 0xda, 0xde, 0xd9, 0xda, 0xda, 0xda, 0xda, 0xda, 0xd8, 0xd8, 0xd8, 0xd4, 0xd8, 0xd4, 0xd4, 0xd4, 0xd4, 0xd4, 0xd4, 0xd4, 0xd2, 0xa7, 0xd4, 0xcd, 0xd4, 0xcd, 0xd4, 0xcd, 0xcd, 0xcd, 0xcd, 0xcd, 0xcd, 0xcd, 0xc8, 0x9e, 0x94, 0x9e, 0xc8, 0xc8, 0xc8, 0xc8, 0x94, 0x94, 0x94, 0x94, 0x94, 0x8a, 0x94, 0xc4, 0x8a, 0x8a, 0x8a, 0x8a, 0x8a, 0x8a, 0x8a, 0xc2, 0x8a, 0xc2, 0x86, 0xc2, 0x8a, 0xc2, 0x8a, 0x7d, 0x7d, 0x7d, 0x7b, 0x7d, 0x7b, 0x75, 0x7d, 0x75, 0x7d, 0x75, 0x7b, 0x75, 0x75, 0x73, 0x73, 0x73, 0x6f, 0x73, 0x6f, 0x6f, 0x6f, 0x6f, 0x6f, 0x6b, 0x6f, 0x6b, 0x69, 0x6b, 0x6b, 0x69, 0x69, 0x69, 0x69, 0x69, 0x69, 0x64, 0x64, 0x64, 0x64, 0x64, 0x64, 0x64, 0x64, 0x64, 0x64, 0x62, 0x5d, 0x5a, 0x5a, 0x58, 0x5a, 0x5a, 0x5a, 0x5d, 0x5d, 0x5d, 0x5a, 0x5a, 0x5a, 0x52, 0x58, 0x52, 0x55, 0x52, 0x4f, 0x52, 0x4f, 0x4f, 0x4c, 0x4f, 0x46, 0x69, 0x4c, 0x04, 0x15, 0x6a, 0x41, 0x46, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x41, 0x48, 0x48, 0x41, 0x48, 0x41, 0x48, 0x48, 0x48, 0x41, 0x48, 0x41, 0x48, 0x41, 0x41, 0x41, 0x41, 0x41, 0x41, 0x41, 0x48, 0x48, 0x48, 0x46, 0x48, 0x46, 0x46, 0x41, 0x46, 0x46, 0x41, 0x46, 0x41, 0x41, 0x3f, 0x3f, 0x36, 0x3f, 0x36, 0x46, 0x46, 0x58, 0x69, 0x7d, 0x8a, 0x8a, 0x8a, 0x8a, 0x8a, 0x8a, 0x8a, 0x8a, 0x86, 0x8a, 0x8a, 0x8a, 0x8a, 0x94, 0x94, 0x94, 0x94, 0x90, 0x8a, 0x94, 0x94, 0x94, 0x9e, 0x94, 0x9e, 0x94, 0x9e, 0x94, 0x9e, 0xc8, 0x9e, 0xcd, 0x9e, 0x9e, 0xc8, 0x9e, 0xcd, 0xa7, 0xcd, 0xa7, 0x9e, 0xa1, 0xcd, 0xd4, 0xd4, 0xd4, 0xd4, 0xa7, 0xd4, 0xd4, 0xd4, 0xad, 0xd4, 0xd4, 0xd4, 0xd8, 0xd8, 0xd8, 0xd8, 0xda, 0xda, 0xda, 0xda, 0xda, 0xda, 0xda, 0xda, 0xb9, 0xda, 0xde, 0xde, 0xde, 0xde, 0xde, 0xde, 0xde, 0xe3, 0xde, 0xe4, 0xe3, 0xe4, 0xe3, 0xe4, 0xe3, 0xe3, 0xe4, 0xe3, 0xe6, 0xe9, 0xe6, 0xe9, 0xe9, 0xe9, 0xed, 0xed, 0xed, 0xed, 0xed, 0xed, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xeb, 0xe6, 0xe6, 0xe6, 0xe6, 0xe3, 0xe6, 0xe4, 0xe3, 0xe3, 0xde, 0xe3, 0xe3, 0xe1, 0xe3, 0xe1, 0xe1, 0xde, 0xe1, 0xde, 0xe1, 0xde, 0xde, 0xda, 0xda, 0xd9, 0xe1, 0xd9, 0xe1, 0xd9, 0xd8, 0xd8, 0xd9, 0xd8, 0xd9, 0xd8, 0xd4, 0xd8, 0xd2, 0xd4, 0xd2, 0xd2, 0xd4, 0xd4, 0xd4, 0xd2, 0xd4, 0xcd, 0xa7, 0xd2, 0xd4, 0xcd, 0xcd, 0xcd, 0xcd, 0xcd, 0xc8, 0xcd, 0xc8, 0x94, 0xc8, 0x9e, 0xc8, 0x94, 0xc8, 0x94, 0x94, 0x94, 0x94, 0x94, 0x94, 0x8a, 0x94, 0x8a, 0xc4, 0x8a, 0x94, 0x8a, 0x8a, 0x8a, 0x8a, 0x8a, 0x8a, 0xc2, 0x8a, 0xc3, 0x8a, 0xc2, 0x8a, 0x7d, 0xc2, 0x7d, 0x7b, 0x7b, 0x7d, 0x75, 0x7b, 0x75, 0x75, 0x7d, 0x75, 0x75, 0x75, 0x6f, 0x75, 0x6f, 0x73, 0x6f, 0x73, 0x6f, 0x73, 0x6f, 0x6b, 0x6f, 0x6b, 0x6b, 0x6b, 0x6b, 0x64, 0x69, 0x69, 0x69, 0x69, 0x69, 0x69, 0x6b, 0x69, 0x69, 0x64, 0x69, 0x64, 0x69, 0x64, 0x62, 0x5d, 0x5a, 0x5d, 0x58, 0x5a, 0x5d, 0x62, 0x62, 0x62, 0x5a, 0x5a, 0x5a, 0x5a, 0x5a, 0x58, 0x5a, 0x52, 0x52, 0x52, 0x52, 0x52, 0x52, 0x4f, 0x4f, 0x5a, 0x68, 0x06, 0x09, 0x71, 0x48, 0x48, 0x48, 0x48, 0x48, 0x41, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x41, 0x48, 0x41, 0x48, 0x41, 0x48, 0x41, 0x48, 0x41, 0x48, 0x48, 0x4c, 0x46, 0x4c, 0x46, 0x48, 0x46, 0x46, 0x46, 0x48, 0x46, 0x41, 0x41, 0x41, 0x3f, 0x3f, 0x3f, 0x36, 0x41, 0x46, 0x52, 0x64, 0x75, 0x8a, 0x8a, 0x8a, 0x8a, 0x8a, 0x8a, 0xc4, 0x8a, 0x8a, 0x8a, 0x86, 0x94, 0x94, 0x94, 0x94, 0x94, 0x94, 0x94, 0x90, 0x94, 0x94, 0x9e, 0x9e, 0xc8, 0x9e, 0x94, 0x9e, 0x94, 0x9e, 0xc8, 0x9e, 0xcd, 0x9e, 0xcd, 0xc8, 0x9e, 0xcd, 0xa7, 0xcd, 0xd4, 0xcd, 0xa1, 0xcd, 0xd4, 0xd4, 0xd4, 0xd4, 0xcd, 0xd4, 0xd4, 0xd8, 0xd4, 0xd8, 0xd4, 0xd8, 0xd8, 0xd8, 0xd8, 0xd9, 0xda, 0xda, 0xda, 0xda, 0xda, 0xda, 0xde, 0xda, 0xda, 0xde, 0xde, 0xde, 0xe1, 0xde, 0xe1, 0xde, 0xe1, 0xe3, 0xe1, 0xe4, 0xe3, 0xe1, 0xe3, 0xe1, 0xe3, 0xe3, 0xe3, 0xe9, 0xe3, 0xeb, 0xe3, 0xe6, 0xe9, 0xe9, 0xe9, 0xed, 0xed, 0xed, 0xed, 0xed, 0xeb, 0xed, 0xe9, 0xed, 0xeb, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe6, 0xe3, 0xe6, 0xe3, 0xe4, 0xe3, 0xe4, 0xde, 0xe4, 0xe1, 0xe4, 0xe1, 0xe1, 0xde, 0xe1, 0xe1, 0xde, 0xde, 0xda, 0xde, 0xda, 0xda, 0xda, 0xda, 0xda, 0xd8, 0xd8, 0xd8, 0xda, 0xd4, 0xd8, 0xd2, 0xd8, 0xd4, 0xd8, 0xd2, 0xd4, 0xd2, 0xd4, 0xd4, 0xd4, 0xd4, 0xd4, 0xcd, 0xd4, 0xcd, 0xd4, 0xcd, 0xcd, 0xcd, 0xcd, 0xcd, 0xc8, 0x9e, 0xcd, 0xc8, 0xc8, 0xc8, 0xcd, 0x94, 0xc8, 0xc8, 0xc8, 0x94, 0xc8, 0xc8, 0x94, 0xc5, 0x94, 0x94, 0x94, 0xc4, 0x94, 0x94, 0xc4, 0x8a, 0xc4, 0x8a, 0x8a, 0x8a, 0xc2, 0x8a, 0x7b, 0x8a, 0x7b, 0x8a, 0x7b, 0x8a, 0x7b, 0x7d, 0x7d, 0x7d, 0x7d, 0x7b, 0x7d, 0x75, 0x75, 0x75, 0x73, 0x75, 0x73, 0x75, 0x75, 0x75, 0x73, 0x73, 0x73, 0x6f, 0x6f, 0x6f, 0x6b, 0x6b, 0x6b, 0x6b, 0x6b, 0x6b, 0x6b, 0x6b, 0x6b, 0x6b, 0x69, 0x6b, 0x6b, 0x6b, 0x6b, 0x69, 0x69, 0x64, 0x62, 0x5d, 0x5d, 0x5a, 0x5a, 0x5d, 0x62, 0x62, 0x62, 0x5d, 0x5d, 0x5d, 0x5a, 0x5a, 0x5a, 0x58, 0x58, 0x55, 0x55, 0x55, 0x52, 0x52, 0x4f, 0x52, 0x55, 0x80, 0x09, 0x06, 0x6a, 0x4f, 0x46, 0x4f, 0x48, 0x48, 0x46, 0x48, 0x4c, 0x48, 0x4c, 0x48, 0x46, 0x48, 0x4c, 0x4c, 0x46, 0x4c, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x48, 0x46, 0x46, 0x4c, 0x4c, 0x46, 0x4f, 0x46, 0x4c, 0x46, 0x46, 0x4f, 0x46, 0x48, 0x46, 0x3f, 0x46, 0x41, 0x3f, 0x3f, 0x46, 0x41, 0x52, 0x5d, 0x6f, 0x80, 0x8a, 0xc2, 0x8a, 0x8a, 0x8a, 0x94, 0x8a, 0x8a, 0x8a, 0x8a, 0x8a, 0x8a, 0x94, 0x94, 0x94, 0x94, 0x94, 0x94, 0x8a, 0xc8, 0x94, 0xc8, 0xc8, 0x9e, 0xc8, 0xc8, 0xc8, 0x9e, 0xc8, 0x9e, 0xcd, 0x9e, 0xcd, 0x9e, 0xcd, 0x9e, 0xcd, 0xd4, 0xa7, 0xd4, 0xa1, 0xcd, 0xa7, 0xd4, 0xd4, 0xd4, 0xd4, 0xd4, 0xd4, 0xd8, 0xd4, 0xd8, 0xd4, 0xd4, 0xd8, 0xd8, 0xd8, 0xd8, 0xd8, 0xd8, 0xda, 0xda, 0xda, 0xda, 0xda, 0xde, 0xda, 0xde, 0xda, 0xde, 0xde, 0xe1, 0xde, 0xe1, 0xde, 0xe4, 0xe1, 0xe4, 0xe3, 0xe4, 0xe4, 0xe4, 0xe4, 0xe3, 0xe3, 0xe3, 0xe3, 0xe9, 0xe6, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xed, 0xed, 0xed, 0xed, 0xed, 0xeb, 0xe9, 0xee, 0xe6, 0xeb, 0xeb, 0xe9, 0xe9, 0xe9, 0xe3, 0xe6, 0xe9, 0xe4, 0xe9, 0xe4, 0xe3, 0xe4, 0xe3, 0xe4, 0xde, 0xe4, 0xde, 0xde, 0xde, 0xe1, 0xde, 0xe1, 0xde, 0xde, 0xde, 0xe1, 0xe1, 0xda, 0xda, 0xda, 0xdd, 0xda, 0xdd, 0xd8, 0xd9, 0xd8, 0xd8, 0xd4, 0xd4, 0xd9, 0xd4, 0xd4, 0xd4, 0xd4, 0xd2, 0xd4, 0xd2, 0xcd, 0xd4, 0xd4, 0xd2, 0xcd, 0xcd, 0xcd, 0xcd, 0xcd, 0xcd, 0xcd, 0xcd, 0xcd, 0xc8, 0xcd, 0xcd, 0xcd, 0xc8, 0xc8, 0x9e, 0xc8, 0xc8, 0xc8, 0xc8, 0x94, 0xc8, 0x94, 0xc5, 0x94, 0xc5, 0x94, 0x94, 0xc4, 0x94, 0xc4, 0x94, 0xc3, 0xc4, 0x8a, 0x8a, 0xc2, 0xc2, 0xc2, 0xc2, 0x7b, 0xc2, 0x7b, 0xc2, 0xc2, 0x7d, 0x7d, 0x75, 0xc2, 0x7d, 0x7d, 0x7d, 0x75, 0x75, 0x75, 0x7d, 0x73, 0x73, 0x75, 0x75, 0x75, 0x73, 0x73, 0x6f, 0x6f, 0x6f, 0x6f, 0x6b, 0x6b, 0x6f, 0x6f, 0x6f, 0x6f, 0x6b, 0x6f, 0x6b, 0x6f, 0x6b, 0x6b, 0x6f, 0x69, 0x64, 0x62, 0x63, 0x5d, 0x5a, 0x5d, 0x63, 0x64, 0x62, 0x64, 0x62, 0x62, 0x5d, 0x5d, 0x5a, 0x5a, 0x58, 0x5a, 0x52, 0x58, 0x52, 0x55, 0x52, 0x53, 0x52, 0x58, 0x76, 0x0f, 0x04, 0x48, 0x63, 0x4c, 0x48, 0x4c, 0x48, 0x4c, 0x4c, 0x4c, 0x4c, 0x4c, 0x46, 0x4c, 0x4f, 0x4c, 0x4c, 0x48, 0x4c, 0x48, 0x4c, 0x46, 0x48, 0x48, 0x48, 0x46, 0x4c, 0x4c, 0x46, 0x48, 0x48, 0x46, 0x4f, 0x4f, 0x4f, 0x4f, 0x4c, 0x4f, 0x4f, 0x46, 0x4f, 0x46, 0x4c, 0x46, 0x46, 0x46, 0x41, 0x46, 0x3f, 0x46, 0x41, 0x4f, 0x5a, 0x69, 0x7d, 0x86, 0x8a, 0x8a, 0x8a, 0x8a, 0x94, 0x8a, 0x8a, 0x8a, 0x8a, 0x94, 0x94, 0x94, 0x94, 0x94, 0x94, 0x94, 0x94, 0x94, 0x94, 0x94, 0xc8, 0x9e, 0xc8, 0xc8, 0x9e, 0xc8, 0x9e, 0xc8, 0x9e, 0xcd, 0x9e, 0xcd, 0x9e, 0x9e, 0xcd, 0xcd, 0xa7, 0xcd, 0xd4, 0xcd, 0xd4, 0xa7, 0xd4, 0xd4, 0xd4, 0xd4, 0xd4, 0xd4, 0xd4, 0xd8, 0xd4, 0xd8, 0xd8, 0xd4, 0xd8, 0xd8, 0xd8, 0xd8, 0xd8, 0xda, 0xda, 0xda, 0xda, 0xd8, 0xde, 0xd8, 0xde, 0xda, 0xde, 0xde, 0xde, 0xde, 0xde, 0xde, 0xe3, 0xde, 0xe3, 0xe4, 0xe3, 0xe4, 0xe3, 0xe4, 0xe3, 0xe9, 0xe9, 0xe9, 0xe9, 0xe3, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xed, 0xed, 0xed, 0xed, 0xeb, 0xed, 0xeb, 0xed, 0xeb, 0xe9, 0xeb, 0xe9, 0xe6, 0xe9, 0xe6, 0xe9, 0xe6, 0xe9, 0xe4, 0xe9, 0xe4, 0xe3, 0xe4, 0xde, 0xe4, 0xde, 0xe4, 0xde, 0xe1, 0xde, 0xe1, 0xde, 0xde, 0xe1, 0xe1, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xda, 0xe1, 0xda, 0xdd, 0xda, 0xdd, 0xd8, 0xd9, 0xd8, 0xd9, 0xd8, 0xd9, 0xd4, 0xd9, 0xd4, 0xd2, 0xd4, 0xd2, 0xd2, 0xcd, 0xd4, 0xcd, 0xd4, 0xcd, 0xcd, 0xcd, 0xcd, 0xcd, 0xcd, 0xcd, 0xcd, 0xcd, 0xc8, 0xcd, 0xcd, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0x94, 0xc8, 0x94, 0xc5, 0x94, 0xc4, 0x94, 0xc4, 0x94, 0xc4, 0x8a, 0xc4, 0xc4, 0x8a, 0x8a, 0xc2, 0x8a, 0xc2, 0x8a, 0xc2, 0xc2, 0x8a, 0xc2, 0x7b, 0x7d, 0x7b, 0x7b, 0x7d, 0x7d, 0x7b, 0x75, 0x7b, 0x75, 0x7d, 0x75, 0x75, 0x75, 0x75, 0x73, 0x75, 0x73, 0x6f, 0x6f, 0x6f, 0x6f, 0x73, 0x6b, 0x6f, 0x6b, 0x6f, 0x6f, 0x6b, 0x6b, 0x6b, 0x6b, 0x6f, 0x69, 0x64, 0x62, 0x63, 0x5d, 0x5a, 0x63, 0x64, 0x64, 0x64, 0x64, 0x62, 0x62, 0x62, 0x5d, 0x62, 0x5d, 0x5d, 0x5a, 0x5a, 0x58, 0x5a, 0x58, 0x52, 0x55, 0x52, 0x5a, 0x80, 0x18, 0x04, 0x31, 0x77, 0x46, 0x4f, 0x4c, 0x4c, 0x4c, 0x4c, 0x4c, 0x4c, 0x4c, 0x4c, 0x4f, 0x4c, 0x4f, 0x4c, 0x46, 0x4c, 0x4c, 0x4c, 0x4f, 0x48, 0x4c, 0x4c, 0x4c, 0x4c, 0x4c, 0x4c, 0x4c, 0x4c, 0x46, 0x4c, 0x52, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x46, 0x4f, 0x46, 0x4f, 0x46, 0x46, 0x46, 0x41, 0x46, 0x41, 0x46, 0x46, 0x4f, 0x52, 0x63, 0x75, 0x86, 0x8a, 0x8a, 0xc4, 0x94, 0x94, 0x94, 0x94, 0x8a, 0x8a, 0x94, 0x8a, 0xc8, 0x94, 0xc8, 0x94, 0x94, 0x94, 0x94, 0x94, 0x94, 0xc8, 0xcd, 0x9e, 0xc8, 0x9e, 0xc8, 0xc8, 0x9e, 0xcd, 0xcd, 0xcd, 0xcd, 0xcd, 0x9e, 0xcd, 0xcd, 0xd2, 0xd4, 0xd4, 0xd4, 0xd4, 0xd4, 0xd4, 0xd4, 0xd2, 0xd2, 0xd4, 0xd4, 0xd4, 0xd8, 0xd4, 0xd8, 0xd4, 0xd8, 0xd4, 0xd8, 0xd8, 0xda, 0xd8, 0xd8, 0xda, 0xd9, 0xda, 0xda, 0xda, 0xda, 0xde, 0xda, 0xde, 0xde, 0xde, 0xde, 0xde, 0xde, 0xe1, 0xe3, 0xe4, 0xe1, 0xe3, 0xe4, 0xe3, 0xe4, 0xe3, 0xe4, 0xe9, 0xe4, 0xe9, 0xe6, 0xe9, 0xe6, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xed, 0xed, 0xed, 0xed, 0xed, 0xed, 0xed, 0xeb, 0xed, 0xeb, 0xed, 0xeb, 0xeb, 0xeb, 0xe6, 0xeb, 0xe6, 0xe6, 0xe6, 0xe6, 0xe9, 0xe3, 0xe4, 0xe3, 0xe3, 0xe4, 0xe3, 0xe4, 0xe3, 0xde, 0xe3, 0xde, 0xe1, 0xe1, 0xe1, 0xdd, 0xe1, 0xe1, 0xde, 0xdd, 0xe1, 0xd9, 0xdd, 0xda, 0xd9, 0xd9, 0xd9, 0xda, 0xd9, 0xd8, 0xd9, 0xd8, 0xd9, 0xd8, 0xd2, 0xd2, 0xd2, 0xd2, 0xd2, 0xd2, 0xd2, 0xd2, 0xd2, 0xd2, 0xd2, 0xd2, 0xcd, 0xcd, 0xce, 0xcd, 0xcd, 0xcd, 0xcd, 0xcd, 0xc8, 0xc8, 0xcd, 0xc8, 0xc8, 0xcd, 0xc8, 0xcd, 0xc8, 0xc8, 0xc8, 0xc5, 0xc8, 0xc5, 0x94, 0xc5, 0x94, 0xc5, 0x94, 0xc5, 0xc5, 0xc4, 0x8a, 0xc4, 0x8a, 0xc3, 0x8a, 0xc3, 0xc3, 0xc2, 0xc3, 0xc3, 0x7b, 0x8a, 0x7d, 0xc3, 0x7b, 0xc2, 0x7d, 0x7b, 0x75, 0x7b, 0x75, 0x7b, 0x75, 0x7b, 0x75, 0x7b, 0x75, 0x73, 0x73, 0x6f, 0x73, 0x75, 0x6f, 0x73, 0x6f, 0x73, 0x73, 0x6f, 0x73, 0x6f, 0x6f, 0x73, 0x6f, 0x6b, 0x64, 0x64, 0x63, 0x5d, 0x5a, 0x64, 0x64, 0x69, 0x69, 0x64, 0x64, 0x64, 0x64, 0x64, 0x64, 0x62, 0x5d, 0x5a, 0x5d, 0x5a, 0x5a, 0x5a, 0x58, 0x58, 0x5a, 0x5a, 0x76, 0x2a, 0x04, 0x14, 0x86, 0x4c, 0x4f, 0x4c, 0x4f, 0x4c, 0x4f, 0x4c, 0x4c, 0x4c, 0x4c, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4c, 0x4f, 0x4c, 0x4f, 0x4c, 0x4f, 0x48, 0x4c, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x48, 0x4f, 0x52, 0x52, 0x52, 0x52, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x46, 0x4f, 0x46, 0x46, 0x46, 0x41, 0x46, 0x46, 0x52, 0x52, 0x5d, 0x6f, 0x7d, 0xc4, 0x8a, 0x8a, 0x94, 0x8a, 0xc5, 0x94, 0xc4, 0x94, 0x8a, 0x94, 0xc5, 0x94, 0xc8, 0x94, 0xc8, 0xc8, 0x94, 0xc8, 0x94, 0xc8, 0x9e, 0xcd, 0xcd, 0xc8, 0xc8, 0xc8, 0xc8, 0xcd, 0xcd, 0xcd, 0xcd, 0xcd, 0xcd, 0xcd, 0xcd, 0xcd, 0xd2, 0xcd, 0xd4, 0xcd, 0xd4, 0xcd, 0xd4, 0xd2, 0xd9, 0xd2, 0xd2, 0xd2, 0xd4, 0xd4, 0xd8, 0xd8, 0xd9, 0xd4, 0xd9, 0xda, 0xd9, 0xda, 0xd9, 0xda, 0xdd, 0xde, 0xe1, 0xdd, 0xde, 0xe1, 0xda, 0xe1, 0xde, 0xe1, 0xe1, 0xde, 0xde, 0xe3, 0xde, 0xe1, 0xde, 0xe3, 0xe4, 0xe3, 0xe4, 0xe3, 0xe6, 0xe3, 0xe6, 0xe4, 0xe6, 0xeb, 0xeb, 0xe6, 0xeb, 0xe6, 0xeb, 0xe6, 0xe9, 0xed, 0xed, 0xed, 0xed, 0xeb, 0xed, 0xeb, 0xed, 0xeb, 0xed, 0xeb, 0xeb, 0xeb, 0xe6, 0xeb, 0xe6, 0xeb, 0xe6, 0xe6, 0xe6, 0xe9, 0xe4, 0xe4, 0xe4, 0xe4, 0xde, 0xe4, 0xde, 0xe4, 0xe4, 0xe1, 0xe4, 0xe1, 0xe1, 0xe1, 0xe1, 0xe1, 0xdd, 0xe1, 0xe1, 0xdd, 0xe1, 0xda, 0xdd, 0xda, 0xdd, 0xda, 0xdd, 0xd9, 0xd9, 0xd8, 0xd9, 0xd9, 0xd2, 0xd9, 0xd2, 0xd2, 0xd2, 0xd2, 0xd2, 0xd2, 0xd2, 0xd2, 0xd2, 0xcd, 0xce, 0xcd, 0xce, 0xcd, 0xce, 0xcb, 0xcd, 0xcd, 0xcd, 0xcd, 0xc8, 0xc8, 0xcd, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc5, 0xc5, 0xc8, 0xc5, 0xc5, 0x94, 0xc5, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc3, 0xc4, 0xc3, 0xc3, 0x8a, 0xc2, 0xc3, 0x8a, 0xc2, 0xc2, 0xc2, 0x7b, 0x7d, 0x7b, 0x7d, 0x7b, 0x7d, 0x7b, 0x75, 0x7d, 0x73, 0x7b, 0x73, 0x75, 0x75, 0x73, 0x6f, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x75, 0x6f, 0x73, 0x73, 0x6f, 0x69, 0x64, 0x63, 0x62, 0x62, 0x64, 0x6f, 0x6b, 0x6b, 0x6b, 0x69, 0x64, 0x64, 0x64, 0x64, 0x62, 0x5d, 0x62, 0x5d, 0x5d, 0x5a, 0x5d, 0x5a, 0x5a, 0x5a, 0x5a, 0x6e, 0x41, 0x04, 0x0c, 0x87, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4c, 0x4f, 0x4f, 0x4c, 0x4f, 0x4c, 0x4f, 0x4c, 0x4f, 0x4c, 0x4f, 0x4c, 0x4f, 0x4f, 0x4c, 0x52, 0x4c, 0x4f, 0x4f, 0x46, 0x4f, 0x52, 0x52, 0x58, 0x52, 0x52, 0x52, 0x4f, 0x52, 0x46, 0x52, 0x4f, 0x4f, 0x46, 0x4f, 0x46, 0x46, 0x46, 0x52, 0x52, 0x5d, 0x69, 0x80, 0xc4, 0x8a, 0xc4, 0x94, 0xc4, 0x94, 0xc4, 0x94, 0x94, 0x8a, 0xc5, 0x94, 0xc8, 0xc8, 0xc8, 0xc8, 0x94, 0xc8, 0x94, 0xc8, 0x9e, 0xc8, 0xcd, 0xc8, 0xc8, 0x9e, 0xc8, 0xc8, 0xcd, 0xc8, 0xcd, 0xcd, 0xcd, 0xcd, 0xcd, 0xcd, 0xcd, 0xd4, 0xd2, 0xd4, 0xd2, 0xd4, 0xcd, 0xd4, 0xd4, 0xd4, 0xd4, 0xd9, 0xd4, 0xd4, 0xd2, 0xd8, 0xd2, 0xd8, 0xd8, 0xd8, 0xda, 0xd9, 0xda, 0xd9, 0xda, 0xd8, 0xe1, 0xda, 0xdd, 0xda, 0xe1, 0xe1, 0xe1, 0xe1, 0xe1, 0xe1, 0xe1, 0xde, 0xde, 0xde, 0xe4, 0xe3, 0xe4, 0xde, 0xe4, 0xe3, 0xe4, 0xe3, 0xe6, 0xe3, 0xe6, 0xe6, 0xe9, 0xe6, 0xe9, 0xe6, 0xe9, 0xe6, 0xe9, 0xeb, 0xe9, 0xee, 0xee, 0xee, 0xee, 0xed, 0xee, 0xed, 0xee, 0xee, 0xee, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xe6, 0xeb, 0xeb, 0xeb, 0xe6, 0xe6, 0xe6, 0xe4, 0xe4, 0xe4, 0xe4, 0xe6, 0xe4, 0xe4, 0xe1, 0xe1, 0xe1, 0xe1, 0xe1, 0xe1, 0xe1, 0xe1, 0xe1, 0xdd, 0xe1, 0xda, 0xe1, 0xda, 0xd9, 0xda, 0xdd, 0xda, 0xda, 0xe1, 0xd9, 0xd8, 0xd9, 0xda, 0xd9, 0xd8, 0xd9, 0xd2, 0xd4, 0xd2, 0xd2, 0xd2, 0xd2, 0xd2, 0xd2, 0xd2, 0xce, 0xd2, 0xcd, 0xce, 0xcd, 0xcd, 0xcd, 0xcd, 0xcd, 0xcd, 0xc8, 0xcd, 0xcd, 0xc8, 0xcd, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc6, 0xc8, 0xc5, 0xc8, 0xc5, 0xc8, 0xc5, 0xc5, 0x94, 0xc5, 0xc4, 0xc4, 0xc4, 0xc4, 0xc3, 0xc4, 0xc3, 0xc3, 0x8a, 0xc2, 0xc2, 0xc3, 0x8a, 0xc3, 0xc2, 0x7b, 0xc2, 0x7b, 0xc2, 0x7b, 0x7b, 0xc2, 0x75, 0x7b, 0x73, 0x7b, 0x75, 0x7b, 0x73, 0x75, 0x73, 0x75, 0x73, 0x75, 0x73, 0x75, 0x73, 0x73, 0x75, 0x6f, 0x6b, 0x69, 0x63, 0x5d, 0x62, 0x6b, 0x6f, 0x6b, 0x73, 0x6b, 0x6f, 0x69, 0x69, 0x69, 0x64, 0x64, 0x64, 0x62, 0x62, 0x5d, 0x62, 0x5a, 0x5a, 0x58, 0x62, 0x5a, 0x6e, 0x53, 0x06, 0x09, 0x6e, 0x5a, 0x4f, 0x4f, 0x4f, 0x4f, 0x55, 0x4f, 0x52, 0x52, 0x52, 0x4f, 0x52, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x4f, 0x52, 0x4f, 0x4f, 0x4c, 0x4f, 0x4f, 0x4f, 0x55, 0x4f, 0x4f, 0x4f, 0x4f, 0x52, 0x52, 0x52, 0x58, 0x52, 0x52, 0x52, 0x52, 0x52, 0x52, 0x52, 0x52, 0x46, 0x52, 0x46, 0x52, 0x46, 0x52, 0x46, 0x55, 0x5a, 0x64, 0x75, 0xc3, 0x94, 0xc4, 0xc8, 0xc4, 0x94, 0x94, 0x94, 0x94, 0xc5, 0x94, 0x94, 0xc8, 0xc8, 0xc8, 0xc8, 0x94, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xcd, 0xcd, 0xcd, 0xcd, 0xc8, 0xcd, 0x9e, 0xcd, 0xcd, 0xd2, 0xcd, 0xd4, 0xcd, 0xcd, 0xcd, 0xd4, 0xcd, 0xd9, 0xd4, 0xd4, 0xcd, 0xa7, 0xd2, 0xd4, 0xd4, 0xd9, 0xd4, 0xd4, 0xd4, 0xd8, 0xd9, 0xd8, 0xd8, 0xd4, 0xd8, 0xda, 0xda, 0xe1, 0xda, 0xd9, 0xda, 0xde, 0xda, 0xde, 0xe1, 0xde, 0xe1, 0xde, 0xe1, 0xde, 0xe1, 0xde, 0xe1, 0xde, 0xe4, 0xde, 0xe3, 0xe4, 0xe3, 0xe4, 0xe3, 0xe4, 0xe3, 0xe9, 0xe6, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xee, 0xed, 0xee, 0xed, 0xee, 0xed, 0xee, 0xee, 0xed, 0xee, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xe6, 0xeb, 0xeb, 0xe6, 0xeb, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xe4, 0xe4, 0xe4, 0xe4, 0xe1, 0xe4, 0xe1, 0xe1, 0xe1, 0xe1, 0xe1, 0xe1, 0xe1, 0xe1, 0xe1, 0xdd, 0xda, 0xe1, 0xdd, 0xe1, 0xd9, 0xe1, 0xd9, 0xe1, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd2, 0xd2, 0xd9, 0xd2, 0xd2, 0xd2, 0xd2, 0xd2, 0xd2, 0xd2, 0xd2, 0xd2, 0xd2, 0xce, 0xcd, 0xce, 0xce, 0xcd, 0xce, 0xcd, 0xcb, 0xcd, 0xcb, 0xcd, 0xcb, 0xcd, 0xcb, 0xcd, 0xc7, 0xcd, 0xc7, 0xc8, 0xc7, 0xc8, 0xc8, 0xc8, 0xc6, 0xc8, 0xc5, 0xc8, 0xc5, 0xc5, 0xc5, 0xc5, 0xc4, 0xc5, 0x8a, 0xc4, 0xc3, 0xc4, 0xc4, 0xc3, 0xc4, 0xc3, 0x8a, 0xc3, 0x8a, 0xc2, 0xc2, 0x7b, 0xc2, 0x7b, 0xc2, 0x7b, 0x7b, 0x7b, 0x75, 0x7b, 0x7b, 0x7b, 0x7b, 0x75, 0x75, 0x75, 0x75, 0x7b, 0x73, 0x75, 0x75, 0x75, 0x73, 0x6f, 0x73, 0x69, 0x63, 0x5d, 0x64, 0x6f, 0x75, 0x6f, 0x73, 0x6b, 0x6f, 0x6b, 0x6b, 0x64, 0x69, 0x64, 0x64, 0x64, 0x64, 0x62, 0x64, 0x5d, 0x62, 0x60, 0x5d, 0x62, 0x6e, 0x55, 0x06, 0x06, 0x65, 0x69, 0x4c, 0x52, 0x4f, 0x55, 0x55, 0x52, 0x55, 0x52, 0x52, 0x55, 0x52, 0x52, 0x52, 0x4f, 0x55, 0x4f, 0x52, 0x55, 0x52, 0x52, 0x55, 0x4f, 0x4f, 0x55, 0x55, 0x52, 0x52, 0x52, 0x52, 0x52, 0x52, 0x52, 0x5a, 0x52, 0x5a, 0x52, 0x5a, 0x52, 0x52, 0x52, 0x52, 0x52, 0x52, 0x52, 0x52, 0x52, 0x52, 0x52, 0x58, 0x5a, 0x63, 0x6f, 0xc2, 0x8a, 0xc6, 0x94, 0xc4, 0xc8, 0xc5, 0x94, 0xc5, 0x94, 0x94, 0x94, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0x94, 0xc8, 0xc8, 0xcd, 0xcd, 0xcd, 0xcd, 0xc8, 0xcd, 0xc8, 0xcd, 0xcd, 0xcd, 0xd4, 0xcd, 0xcd, 0xcd, 0xd4, 0xcd, 0xd4, 0xd2, 0xd2, 0xd2, 0xd4, 0xd2, 0xd4, 0xd2, 0xd8, 0xd2, 0xd8, 0xd2, 0xad, 0xd2, 0xd8, 0xdd, 0xd8, 0xd9, 0xd8, 0xd9, 0xda, 0xdd, 0xda, 0xe1, 0xda, 0xde, 0xe1, 0xda, 0xe1, 0xda, 0xde, 0xe1, 0xde, 0xe1, 0xe1, 0xe1, 0xe4, 0xde, 0xe4, 0xde, 0xe4, 0xe4, 0xe3, 0xe4, 0xe4, 0xe6, 0xe4, 0xe6, 0xe9, 0xe6, 0xe9, 0xe6, 0xeb, 0xe9, 0xe6, 0xe9, 0xe6, 0xe9, 0xe6, 0xed, 0xeb, 0xee, 0xf0, 0xed, 0xee, 0xed, 0xee, 0xed, 0xee, 0xee, 0xee, 0xee, 0xee, 0xee, 0xeb, 0xeb, 0xeb, 0xeb, 0xe6, 0xeb, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xe4, 0xe6, 0xe4, 0xe4, 0xe4, 0xe1, 0xe4, 0xe1, 0xe2, 0xe1, 0xe1, 0xe1, 0xe1, 0xe1, 0xe1, 0xe1, 0xe1, 0xdd, 0xe1, 0xd9, 0xe1, 0xd9, 0xdd, 0xd9, 0xdd, 0xdd, 0xd9, 0xd9, 0xd8, 0xd9, 0xd8, 0xd9, 0xd2, 0xd9, 0xd2, 0xd9, 0xd2, 0xd2, 0xce, 0xd2, 0xce, 0xce, 0xd2, 0xce, 0xce, 0xce, 0xce, 0xce, 0xcb, 0xcd, 0xce, 0xcd, 0xcb, 0xcd, 0xcb, 0xcd, 0xc7, 0xcd, 0xc7, 0xcb, 0xcb, 0xc8, 0xc7, 0xc8, 0xc7, 0xc8, 0xc8, 0xc8, 0xc6, 0xc8, 0xc5, 0xc5, 0xc5, 0xc5, 0xc5, 0xc5, 0xc4, 0xc5, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc3, 0x8a, 0xc3, 0xc3, 0xc2, 0x8a, 0xc3, 0xc2, 0xc2, 0xc2, 0xc2, 0x7b, 0x7b, 0x7b, 0x7d, 0x7b, 0x7d, 0x7b, 0x7d, 0x7b, 0x73, 0x7b, 0x73, 0x7b, 0x75, 0x75, 0x75, 0x6f, 0x6b, 0x63, 0x63, 0x64, 0x73, 0x76, 0x73, 0x73, 0x6b, 0x6f, 0x6f, 0x6f, 0x6b, 0x6b, 0x6b, 0x64, 0x69, 0x64, 0x64, 0x62, 0x62, 0x62, 0x5d, 0x62, 0x62, 0x73, 0x58, 0x09, 0x06, 0x4f, 0x76, 0x52, 0x52, 0x55, 0x52, 0x55, 0x4f, 0x58, 0x55, 0x58, 0x55, 0x52, 0x52, 0x55, 0x52, 0x55, 0x52, 0x55, 0x52, 0x58, 0x52, 0x55, 0x52, 0x4f, 0x55, 0x52, 0x52, 0x52, 0x52, 0x52, 0x58, 0x52, 0x58, 0x52, 0x5a, 0x5a, 0x52, 0x5a, 0x52, 0x5a, 0x52, 0x52, 0x52, 0x5a, 0x52, 0x52, 0x52, 0x52, 0x52, 0x5a, 0x5a, 0x64, 0x6b, 0x7d, 0xc4, 0xc6, 0xc5, 0xc6, 0xc8, 0xc5, 0xc8, 0x94, 0xc8, 0xc4, 0xc8, 0x94, 0xc8, 0xc8, 0xcd, 0xc7, 0xcd, 0xc8, 0xc8, 0xcd, 0xc8, 0xcd, 0xc8, 0xce, 0xcd, 0xcb, 0xcd, 0xcb, 0xcd, 0xcd, 0xd2, 0xd2, 0xd2, 0xcd, 0xd4, 0xcd, 0xcd, 0xcd, 0xd2, 0xd2, 0xd2, 0xd2, 0xd2, 0xd2, 0xd4, 0xd2, 0xd9, 0xd9, 0xd9, 0xd4, 0xd2, 0xd8, 0xdd, 0xd9, 0xda, 0xd9, 0xda, 0xd9, 0xe1, 0xda, 0xdd, 0xd9, 0xe1, 0xe1, 0xe1, 0xe1, 0xe1, 0xde, 0xe1, 0xde, 0xe1, 0xe1, 0xe1, 0xe4, 0xe1, 0xe4, 0xe4, 0xe4, 0xe4, 0xe4, 0xe4, 0xe4, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xed, 0xee, 0xed, 0xf0, 0xee, 0xed, 0xee, 0xee, 0xed, 0xeb, 0xed, 0xee, 0xeb, 0xeb, 0xeb, 0xeb, 0xe6, 0xeb, 0xe6, 0xeb, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xe4, 0xe6, 0xe6, 0xe1, 0xe4, 0xe4, 0xe1, 0xe4, 0xdd, 0xe4, 0xe1, 0xe1, 0xe1, 0xdd, 0xde, 0xdd, 0xe1, 0xdd, 0xe1, 0xdd, 0xe1, 0xd9, 0xdd, 0xd9, 0xdd, 0xd9, 0xd9, 0xd9, 0xd2, 0xd9, 0xd2, 0xd9, 0xd2, 0xd9, 0xd2, 0xd9, 0xd2, 0xd2, 0xd2, 0xd2, 0xd2, 0xd2, 0xce, 0xd2, 0xce, 0xd2, 0xce, 0xce, 0xce, 0xcd, 0xce, 0xcb, 0xce, 0xcd, 0xcb, 0xcb, 0xcb, 0xcb, 0xc7, 0xcb, 0xc7, 0xcd, 0xc7, 0xc7, 0xc7, 0xc7, 0xc8, 0xc7, 0xc8, 0xc6, 0xc8, 0xc5, 0xc5, 0xc6, 0xc5, 0xc6, 0xc5, 0xc5, 0x94, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc3, 0xc3, 0xc2, 0xc3, 0x7b, 0xc3, 0xc2, 0x7b, 0xc2, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7d, 0x7b, 0x7d, 0x7b, 0x7b, 0x7b, 0x7d, 0x7b, 0x73, 0x73, 0x6b, 0x69, 0x62, 0x6b, 0x75, 0x75, 0x73, 0x75, 0x73, 0x75, 0x6f, 0x73, 0x6f, 0x6b, 0x6b, 0x6b, 0x6b, 0x64, 0x69, 0x64, 0x64, 0x64, 0x62, 0x62, 0x62, 0x6e, 0x58, 0x0f, 0x02, 0x37, 0x80, 0x5a, 0x55, 0x58, 0x58, 0x58, 0x58, 0x55, 0x58, 0x58, 0x52, 0x58, 0x55, 0x55, 0x52, 0x58, 0x52, 0x5a, 0x52, 0x58, 0x55, 0x52, 0x52, 0x55, 0x52, 0x55, 0x52, 0x58, 0x52, 0x5a, 0x52, 0x58, 0x5a, 0x5a, 0x5a, 0x5a, 0x5a, 0x5a, 0x5a, 0x5a, 0x5a, 0x5a, 0x5a, 0x5a, 0x52, 0x5a, 0x52, 0x52, 0x5a, 0x5a, 0x5a, 0x62, 0x6b, 0x7d, 0x8a, 0xc5, 0xc6, 0xc5, 0xc6, 0x94, 0xc6, 0x94, 0xc6, 0x94, 0xc8, 0xc8, 0xc8, 0xc8, 0xcd, 0xc7, 0xcd, 0xc8, 0xc8, 0xcd, 0xc8, 0xcd, 0xcd, 0xcd, 0xcb, 0xcd, 0xcb, 0xcd, 0xce, 0xcd, 0xcd, 0xd2, 0xcd, 0xd2, 0xce, 0xcd, 0xd2, 0xd2, 0xd2, 0xd2, 0xd2, 0xd2, 0xd2, 0xd2, 0xd2, 0xd2, 0xd9, 0xd9, 0xd4, 0xd9, 0xd9, 0xda, 0xd9, 0xd9, 0xdd, 0xd9, 0xdd, 0xd9, 0xe1, 0xd9, 0xdd, 0xda, 0xdd, 0xda, 0xdd, 0xde, 0xdd, 0xe1, 0xde, 0xe1, 0xde, 0xe1, 0xe1, 0xe1, 0xe1, 0xe4, 0xe1, 0xe4, 0xe4, 0xe4, 0xe4, 0xe4, 0xe4, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xeb, 0xeb, 0xe6, 0xeb, 0xe6, 0xeb, 0xeb, 0xeb, 0xf0, 0xed, 0xf0, 0xee, 0xf0, 0xf0, 0xee, 0xed, 0xee, 0xee, 0xee, 0xee, 0xee, 0xee, 0xeb, 0xeb, 0xee, 0xe6, 0xeb, 0xeb, 0xeb, 0xe6, 0xe6, 0xe6, 0xeb, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xe4, 0xe4, 0xe2, 0xe4, 0xe2, 0xe4, 0xe1, 0xe1, 0xe1, 0xe1, 0xe1, 0xdd, 0xe1, 0xdd, 0xe1, 0xdd, 0xdd, 0xdd, 0xdd, 0xd9, 0xd9, 0xdd, 0xd9, 0xdd, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd2, 0xd9, 0xd2, 0xd2, 0xd2, 0xd2, 0xd2, 0xd2, 0xd2, 0xd2, 0xce, 0xd2, 0xce, 0xcd, 0xd2, 0xcb, 0xce, 0xcd, 0xcb, 0xcd, 0xce, 0xcb, 0xcd, 0xcb, 0xcb, 0xcb, 0xcb, 0xcb, 0xc7, 0xcd, 0xc7, 0xc8, 0xc7, 0xc8, 0xc7, 0xc7, 0xc8, 0xc6, 0xc6, 0xc5, 0xc5, 0xc5, 0xc5, 0xc5, 0xc5, 0xc6, 0xc4, 0xc5, 0xc4, 0xc5, 0xc4, 0xc5, 0xc4, 0xc4, 0xc4, 0xc3, 0xc3, 0xc2, 0xc2, 0xc3, 0xc2, 0x7b, 0xc2, 0x7b, 0xc2, 0x7b, 0xc2, 0x7b, 0x7b, 0x7d, 0x75, 0x7b, 0x7b, 0x75, 0x73, 0x6b, 0x64, 0x62, 0x6b, 0x75, 0x73, 0x73, 0x75, 0x73, 0x73, 0x6f, 0x6f, 0x6f, 0x73, 0x6f, 0x6b, 0x69, 0x69, 0x69, 0x64, 0x69, 0x64, 0x62, 0x62, 0x64, 0x76, 0x5d, 0x14, 0x06, 0x18, 0x87, 0x52, 0x5a, 0x55, 0x58, 0x52, 0x5a, 0x58, 0x58, 0x58, 0x58, 0x58, 0x5a, 0x5a, 0x5a, 0x52, 0x5a, 0x58, 0x5a, 0x58, 0x5a, 0x55, 0x58, 0x52, 0x58, 0x52, 0x5a, 0x52, 0x5a, 0x52, 0x5a, 0x5a, 0x5a, 0x5a, 0x5a, 0x5a, 0x62, 0x5a, 0x5a, 0x5a, 0x5a, 0x5a, 0x5a, 0x5a, 0x5a, 0x5a, 0x52, 0x5a, 0x5a, 0x5a, 0x5a, 0x62, 0x6b, 0x75, 0xc2, 0xc4, 0xc5, 0xc6, 0xc6, 0xc8, 0xc6, 0xc8, 0xc5, 0x94, 0xc5, 0xc8, 0x94, 0xcb, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xc8, 0xcb, 0xcd, 0xcb, 0xcd, 0xce, 0xcd, 0xcd, 0xce, 0xcd, 0xd2, 0xcd, 0xd2, 0xd2, 0xd2, 0xcd, 0xd2, 0xcd, 0xd2, 0xcd, 0xd2, 0xd2, 0xd2, 0xd2, 0xd2, 0xd2, 0xd9, 0xd2, 0xd9, 0xd4, 0xd9, 0xd2, 0xd8, 0xd9, 0xda, 0xd9, 0xda, 0xd9, 0xda, 0xdd, 0xda, 0xdd, 0xe1, 0xdd, 0xe1, 0xdd, 0xe1, 0xda, 0xe1, 0xe1, 0xe1, 0xe1, 0xe1, 0xe1, 0xe1, 0xe1, 0xe4, 0xe1, 0xe4, 0xe4, 0xe4, 0xe4, 0xe6, 0xe4, 0xe4, 0xe6, 0xe4, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xeb, 0xe6, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xee, 0xf0, 0xee, 0xee, 0xf0, 0xf0, 0xee, 0xf0, 0xee, 0xed, 0xee, 0xed, 0xee, 0xeb, 0xee, 0xeb, 0xee, 0xeb, 0xeb, 0xeb, 0xeb, 0xe6, 0xeb, 0xe6, 0xeb, 0xe6, 0xe6, 0xe6, 0xe6, 0xe4, 0xe7, 0xe4, 0xe7, 0xe4, 0xe4, 0xe4, 0xe1, 0xe2, 0xe1, 0xe1, 0xe1, 0xe1, 0xe1, 0xdd, 0xe1, 0xdd, 0xe1, 0xdd, 0xda, 0xdd, 0xdd, 0xdd, 0xd9, 0xdd, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd2, 0xd2, 0xd2, 0xd2, 0xd2, 0xd2, 0xd2, 0xd2, 0xd2, 0xd2, 0xd2, 0xd2, 0xce, 0xce, 0xce, 0xd2, 0xce, 0xce, 0xce, 0xcb, 0xcb, 0xce, 0xcb, 0xcb, 0xcb, 0xc7, 0xcb, 0xcb, 0xcb, 0xcb, 0xcb, 0xc7, 0xcb, 0xc7, 0xc7, 0xc7, 0xc8, 0xc7, 0xc6, 0xc8, 0xc6, 0xc8, 0xc6, 0xc5, 0xc6, 0xc5, 0xc5, 0xc6, 0xc4, 0xc6, 0xc4, 0xc5, 0xc4, 0xc4, 0xc3, 0xc3, 0xc2, 0xc3, 0xc3, 0xc2, 0xc3, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0x7b, 0x7b, 0x7b, 0x7d, 0x7b, 0x6f, 0x6f, 0x64, 0x64, 0x75, 0x7d, 0x7b, 0x75, 0x73, 0x75, 0x73, 0x75, 0x73, 0x6f, 0x73, 0x73, 0x6f, 0x6b, 0x6f, 0x6b, 0x69, 0x69, 0x69, 0x64, 0x64, 0x64, 0x76, 0x5a, 0x18, 0x06, 0x14, 0x87, 0x5d, 0x5a, 0x58, 0x58, 0x58, 0x58, 0x5a, 0x5a, 0x58, 0x5a, 0x58, 0x58, 0x5a, 0x52, 0x5a, 0x5a, 0x5a, 0x5a, 0x5a, 0x5a, 0x5a, 0x58, 0x58, 0x58, 0x58, 0x5a, 0x5a, 0x58, 0x5a, 0x5a, 0x5a, 0x5a, 0x5d, 0x62, 0x62, 0x5a, 0x62, 0x5d, 0x5a, 0x62, 0x5a, 0x62, 0x5a, 0x5a, 0x5a, 0x5a, 0x5a, 0x5a, 0x5a, 0x5d, 0x62, 0x6b, 0x75, 0x7d, 0xc4, 0x94, 0xc6, 0xc8, 0xc6, 0xc8, 0xc8, 0xc8, 0xc6, 0xc8, 0xc8, 0xc8, 0xc7, 0xcd, 0xcb, 0xcd, 0xc8, 0xc8, 0xc8, 0xcb, 0xcd, 0xce, 0xcd, 0xd2, 0xcd, 0xce, 0xcb, 0xcd, 0xce, 0xcd, 0xd2, 0xd2, 0xd2, 0xd2, 0xd2, 0xce, 0xd2, 0xd2, 0xd2, 0xd9, 0xd2, 0xd9, 0xd2, 0xd4, 0xd2, 0xd9, 0xd9, 0xd9, 0xd9, 0xd2, 0xd9, 0xd9, 0xd9, 0xe1, 0xd9, 0xe1, 0xd9, 0xda, 0xdd, 0xda, 0xdd, 0xe1, 0xdd, 0xe1, 0xe1, 0xe1, 0xe1, 0xe1, 0xe1, 0xe1, 0xe1, 0xe1, 0xe1, 0xe4, 0xe4, 0xe4, 0xe4, 0xe6, 0xe4, 0xe4, 0xe6, 0xe4, 0xe4, 0xe4, 0xe4, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xeb, 0xe6, 0xeb, 0xe6, 0xeb, 0xeb, 0xeb, 0xee, 0xee, 0xee, 0xee, 0xf0, 0xf2, 0xee, 0xf0, 0xee, 0xf0, 0xee, 0xed, 0xee, 0xee, 0xee, 0xee, 0xee, 0xeb, 0xee, 0xeb, 0xee, 0xeb, 0xeb, 0xeb, 0xee, 0xe6, 0xe6, 0xe6, 0xeb, 0xe6, 0xe6, 0xe6, 0xe7, 0xe4, 0xe7, 0xe4, 0xe7, 0xe4, 0xe2, 0xe4, 0xe4, 0xe2, 0xe1, 0xe2, 0xe1, 0xdf, 0xe1, 0xdd, 0xe1, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xd6, 0xd9, 0xd6, 0xd9, 0xd9, 0xd9, 0xd6, 0xd9, 0xd1, 0xd2, 0xd1, 0xd2, 0xd2, 0xd2, 0xd2, 0xd2, 0xce, 0xd2, 0xce, 0xd2, 0xce, 0xce, 0xce, 0xce, 0xce, 0xcb, 0xce, 0xce, 0xce, 0xce, 0xce, 0xcc, 0xcb, 0xcb, 0xcb, 0xcb, 0xcb, 0xcb, 0xcb, 0xc7, 0xc7, 0xc7, 0xc7, 0xc6, 0xc7, 0xc6, 0xc7, 0xc6, 0xc7, 0xc7, 0xc6, 0xc5, 0xc5, 0xc5, 0xc6, 0xc5, 0xc5, 0xc4, 0xc3, 0xc3, 0xc3, 0xc4, 0xc3, 0xc4, 0xc3, 0xc4, 0xc3, 0xc2, 0xc2, 0xc2, 0xc2, 0xc3, 0x7b, 0xc2, 0x7b, 0x7b, 0x7d, 0x6f, 0x6f, 0x62, 0x69, 0x75, 0xc3, 0x7b, 0x73, 0x7b, 0x75, 0x7b, 0x75, 0x73, 0x73, 0x73, 0x73, 0x73, 0x6f, 0x6f, 0x6b, 0x69, 0x6b, 0x69, 0x69, 0x69, 0x69, 0x6e, 0x5a, 0x2a, 0x06, 0x0e, 0x7f, 0x64, 0x5a, 0x5a, 0x5a, 0x58, 0x58, 0x5a, 0x5a, 0x5d, 0x5a, 0x5a, 0x5a, 0x5a, 0x5a, 0x5d, 0x5a, 0x5a, 0x5a, 0x5d, 0x5a, 0x5a, 0x5a, 0x5a, 0x5a, 0x5a, 0x5a, 0x5a, 0x5a, 0x5a, 0x5a, 0x5a, 0x5a, 0x62, 0x5d, 0x62, 0x5a, 0x62, 0x62, 0x5d, 0x62, 0x5a, 0x62, 0x62, 0x62, 0x62, 0x62, 0x62, 0x5a, 0x62, 0x62, 0x62, 0x69, 0x73, 0x7d, 0xc3, 0xc6, 0xc6, 0xc8, 0xc6, 0xc8, 0xc7, 0xc8, 0xc6, 0xc8, 0xc8, 0xc8, 0xcb, 0xcd, 0xcb, 0xcb, 0xcb, 0xc8, 0xcd, 0xcb, 0xcd, 0xcb, 0xce, 0xce, 0xcb, 0xce, 0xcd, 0xce, 0xce, 0xcd, 0xce, 0xd2, 0xd2, 0xd2, 0xce, 0xd2, 0xce, 0xd2, 0xd2, 0xd2, 0xd9, 0xd4, 0xd2, 0xd2, 0xd2, 0xd9, 0xd9, 0xd9, 0xdd, 0xd9, 0xd9, 0xd9, 0xd9, 0xdd, 0xd9, 0xdd, 0xd9, 0xd9, 0xdd, 0xe1, 0xdd, 0xe1, 0xdd, 0xe1, 0xdd, 0xe1, 0xe1, 0xe1, 0xe2, 0xe1, 0xe1, 0xe1, 0xe4, 0xe1, 0xe2, 0xe4, 0xe2, 0xe4, 0xe7, 0xe4, 0xe7, 0xe4, 0xe6, 0xe6, 0xe4, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xee, 0xee, 0xee, 0xee, 0xee, 0xf0, 0xf0, 0xee, 0xee, 0xf0, 0xee, 0xf0, 0xee, 0xed, 0xee, 0xee, 0xee, 0xeb, 0xee, 0xeb, 0xee, 0xeb, 0xeb, 0xeb, 0xee, 0xeb, 0xeb, 0xeb, 0xeb, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xe7, 0xe4, 0xe7, 0xe4, 0xe6, 0xe4, 0xe4, 0xe2, 0xe2, 0xdf, 0xe1, 0xdf, 0xe1, 0xdf, 0xe1, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xd6, 0xdd, 0xd7, 0xdd, 0xd7, 0xd6, 0xd7, 0xd9, 0xd9, 0xd6, 0xd9, 0xd9, 0xd9, 0xd7, 0xd9, 0xd6, 0xd2, 0xd1, 0xd2, 0xd1, 0xd2, 0xd1, 0xd2, 0xcf, 0xd2, 0xd1, 0xd2, 0xd1, 0xce, 0xce, 0xce, 0xce, 0xce, 0xce, 0xce, 0xcb, 0xcb, 0xcb, 0xcb, 0xcb, 0xcb, 0xcb, 0xcb, 0xcb, 0xcb, 0xcb, 0xcb, 0xc7, 0xc9, 0xc7, 0xc7, 0xc7, 0xc7, 0xc7, 0xc6, 0xc6, 0xc6, 0xc6, 0xc5, 0xc6, 0xc4, 0xc5, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc3, 0xc4, 0xc3, 0xc4, 0xc2, 0xc3, 0xc3, 0xc3, 0xc2, 0xc3, 0xc2, 0x75, 0x69, 0x62, 0x69, 0x7d, 0xc3, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x73, 0x7b, 0x75, 0x73, 0x75, 0x73, 0x6f, 0x73, 0x6b, 0x6f, 0x6f, 0x6b, 0x69, 0x6b, 0x69, 0x75, 0x55, 0x36, 0x09, 0x0e, 0x71, 0x6b, 0x58, 0x5a, 0x5a, 0x5d, 0x5a, 0x58, 0x5d, 0x5d, 0x5d, 0x5d, 0x5d, 0x5d, 0x5a, 0x5d, 0x5a, 0x5a, 0x5d, 0x5a, 0x5d, 0x62, 0x5a, 0x5a, 0x58, 0x5a, 0x58, 0x5a, 0x5a, 0x5a, 0x5d, 0x5a, 0x62, 0x5d, 0x62, 0x62, 0x62, 0x62, 0x62, 0x62, 0x62, 0x62, 0x62, 0x62, 0x62, 0x62, 0x62, 0x62, 0x62, 0x62, 0x62, 0x64, 0x69, 0x6f, 0x7d, 0x8a, 0xc6, 0xc6, 0xc8, 0xc6, 0xc8, 0xc7, 0xc8, 0xc7, 0xc8, 0xc7, 0xcb, 0xcd, 0xcb, 0xcb, 0xcb, 0xcb, 0xcb, 0xcb, 0xcd, 0xcb, 0xcd, 0xcb, 0xd2, 0xce, 0xcd, 0xce, 0xce, 0xce, 0xd2, 0xce, 0xd2, 0xd2, 0xd1, 0xd2, 0xd2, 0xd2, 0xd2, 0xd9, 0xd2, 0xd9, 0xd2, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xdd, 0xdd, 0xd9, 0xd9, 0xd9, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xda, 0xdd, 0xe1, 0xdd, 0xe1, 0xdd, 0xe1, 0xe1, 0xdf, 0xe1, 0xe1, 0xe1, 0xe1, 0xe1, 0xe1, 0xe4, 0xe1, 0xe7, 0xe1, 0xe7, 0xe4, 0xe7, 0xe4, 0xe7, 0xe6, 0xe4, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xea, 0xea, 0xea, 0xec, 0xeb, 0xec, 0xee, 0xec, 0xee, 0xeb, 0xee, 0xf0, 0xf0, 0xf0, 0xf0, 0xee, 0xf0, 0xee, 0xee, 0xee, 0xee, 0xee, 0xee, 0xee, 0xee, 0xee, 0xee, 0xec, 0xeb, 0xec, 0xeb, 0xec, 0xeb, 0xeb, 0xeb, 0xea, 0xe6, 0xe7, 0xe6, 0xe7, 0xe6, 0xe7, 0xe4, 0xe7, 0xe4, 0xe2, 0xe4, 0xe2, 0xe4, 0xe2, 0xe1, 0xdf, 0xe1, 0xe1, 0xdd, 0xe1, 0xdf, 0xdf, 0xdd, 0xdf, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xd9, 0xdd, 0xd9, 0xdd, 0xd9, 0xd9, 0xd9, 0xd6, 0xd9, 0xd9, 0xd9, 0xd2, 0xd6, 0xd2, 0xd1, 0xd2, 0xd9, 0xd1, 0xd2, 0xd1, 0xd2, 0xcf, 0xd2, 0xcf, 0xd2, 0xce, 0xce, 0xce, 0xce, 0xce, 0xce, 0xcf, 0xcb, 0xce, 0xcb, 0xce, 0xcb, 0xcb, 0xcb, 0xcb, 0xcb, 0xcb, 0xc7, 0xc7, 0xc7, 0xc7, 0xc7, 0xc7, 0xc7, 0xc7, 0xc7, 0xc6, 0xc8, 0xc5, 0xc6, 0xc5, 0xc6, 0xc4, 0xc5, 0xc4, 0xc5, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc3, 0xc4, 0xc3, 0xc3, 0xc2, 0xc2, 0xc3, 0xc3, 0xc3, 0x7b, 0x69, 0x5d, 0x75, 0xc2, 0xc2, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7d, 0x7b, 0x75, 0x73, 0x75, 0x73, 0x73, 0x73, 0x6f, 0x6f, 0x6f, 0x6f, 0x6b, 0x6b, 0x6f, 0x6f, 0x5a, 0x36, 0x0e, 0x09, 0x62, 0x6f, 0x58, 0x58, 0x5a, 0x58, 0x5d, 0x5d, 0x5d, 0x5a, 0x5d, 0x5d, 0x5d, 0x5d, 0x5a, 0x5d, 0x5d, 0x5d, 0x62, 0x5d, 0x5d, 0x5d, 0x5a, 0x5d, 0x5a, 0x5d, 0x5d, 0x5a, 0x5d, 0x5a, 0x5d, 0x62, 0x5d, 0x62, 0x5d, 0x64, 0x62, 0x62, 0x62, 0x62, 0x64, 0x62, 0x64, 0x62, 0x6b, 0x62, 0x6b, 0x62, 0x62, 0x62, 0x64, 0x64, 0x6b, 0x73, 0x7d, 0xc3, 0xc5, 0xc6, 0xc9, 0xc6, 0xcb, 0xc8, 0xc8, 0xc7, 0xc7, 0xc7, 0xc7, 0xcb, 0xc7, 0xcb, 0xcb, 0xcb, 0xcb, 0xcd, 0xcb, 0xcd, 0xcb, 0xcb, 0xce, 0xce, 0xce, 0xce, 0xce, 0xcd, 0xce, 0xce, 0xd2, 0xce, 0xd2, 0xd2, 0xd1, 0xce, 0xd2, 0xd1, 0xd2, 0xd7, 0xd9, 0xd9, 0xd2, 0xd9, 0xd2, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xdd, 0xd9, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xe1, 0xe1, 0xe1, 0xdd, 0xe1, 0xe1, 0xdf, 0xe1, 0xdf, 0xe1, 0xdf, 0xe1, 0xe4, 0xe4, 0xe4, 0xe2, 0xe4, 0xe2, 0xe4, 0xe7, 0xe4, 0xe7, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xeb, 0xe6, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xee, 0xeb, 0xee, 0xeb, 0xf0, 0xf0, 0xf0, 0xee, 0xf0, 0xee, 0xf0, 0xee, 0xee, 0xee, 0xee, 0xee, 0xee, 0xee, 0xee, 0xee, 0xee, 0xec, 0xeb, 0xec, 0xeb, 0xea, 0xeb, 0xea, 0xeb, 0xea, 0xe6, 0xe7, 0xe6, 0xe7, 0xe4, 0xe7, 0xe4, 0xe7, 0xe4, 0xe2, 0xe4, 0xe2, 0xe1, 0xe2, 0xe1, 0xe1, 0xe2, 0xe1, 0xdd, 0xe1, 0xdf, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xd9, 0xd9, 0xdd, 0xd6, 0xd9, 0xd6, 0xd9, 0xd6, 0xd9, 0xd6, 0xdd, 0xd1, 0xd9, 0xd6, 0xd9, 0xd1, 0xd2, 0xd1, 0xd2, 0xd1, 0xd2, 0xd1, 0xd2, 0xd1, 0xce, 0xce, 0xcf, 0xd2, 0xcf, 0xce, 0xce, 0xce, 0xce, 0xce, 0xce, 0xcb, 0xcb, 0xcb, 0xcb, 0xcb, 0xcb, 0xc7, 0xcb, 0xc7, 0xc7, 0xc7, 0xc7, 0xc7, 0xc7, 0xc7, 0xc6, 0xc5, 0xc6, 0xc5, 0xc5, 0xc5, 0xc5, 0xc6, 0xc5, 0xc6, 0xc5, 0xc4, 0xc4, 0xc4, 0xc4, 0xc5, 0xc3, 0xc4, 0xc3, 0xc2, 0xc3, 0xc4, 0x8a, 0x75, 0x62, 0x69, 0x75, 0xc2, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7d, 0x75, 0x75, 0x75, 0x6f, 0x73, 0x6f, 0x6b, 0x6f, 0x6b, 0x6b, 0x6f, 0x75, 0x52, 0x36, 0x14, 0x0e, 0x53, 0x80, 0x62, 0x5d, 0x5d, 0x5a, 0x5d, 0x5d, 0x5d, 0x5d, 0x63, 0x5d, 0x5d, 0x5d, 0x62, 0x5d, 0x62, 0x5d, 0x62, 0x5d, 0x64, 0x5d, 0x5d, 0x5d, 0x62, 0x5d, 0x62, 0x5d, 0x62, 0x5d, 0x62, 0x5d, 0x62, 0x62, 0x62, 0x62, 0x64, 0x64, 0x64, 0x62, 0x64, 0x62, 0x6b, 0x64, 0x6b, 0x69, 0x6b, 0x62, 0x6b, 0x64, 0x6b, 0x64, 0x6b, 0x73, 0x7b, 0x8a, 0xc4, 0xc8, 0xc6, 0xc7, 0xc7, 0xc8, 0xc7, 0xcb, 0xc8, 0xc8, 0xcb, 0xcb, 0xcb, 0xcd, 0xcb, 0xcb, 0xcd, 0xcb, 0xcb, 0xcb, 0xcb, 0xce, 0xcd, 0xce, 0xcd, 0xce, 0xcd, 0xce, 0xce, 0xce, 0xd1, 0xd2, 0xd2, 0xd1, 0xd2, 0xd2, 0xd2, 0xd2, 0xd9, 0xd9, 0xd9, 0xd2, 0xd6, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xd9, 0xdd, 0xdd, 0xdd, 0xda, 0xdd, 0xe1, 0xdd, 0xe1, 0xdd, 0xdf, 0xdd, 0xe1, 0xdf, 0xe1, 0xe1, 0xdf, 0xe1, 0xe2, 0xe4, 0xe2, 0xe1, 0xe2, 0xe4, 0xe4, 0xe4, 0xe4, 0xe4, 0xe4, 0xe2, 0xe6, 0xe7, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xee, 0xeb, 0xeb, 0xeb, 0xee, 0xeb, 0xee, 0xeb, 0xee, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xee, 0xf0, 0xf0, 0xf0, 0xee, 0xee, 0xee, 0xee, 0xee, 0xee, 0xec, 0xee, 0xec, 0xeb, 0xec, 0xeb, 0xec, 0xe6, 0xec, 0xe6, 0xea, 0xe6, 0xea, 0xe6, 0xe7, 0xe6, 0xe7, 0xe4, 0xe2, 0xe4, 0xe2, 0xe4, 0xe2, 0xe1, 0xe2, 0xe2, 0xe1, 0xdf, 0xe1, 0xdf, 0xe1, 0xdf, 0xdd, 0xdf, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xd6, 0xdd, 0xdd, 0xdd, 0xdd, 0xd7, 0xdd, 0xd6, 0xd9, 0xd6, 0xd9, 0xd7, 0xd9, 0xd1, 0xd7, 0xd1, 0xd9, 0xd1, 0xd1, 0xd6, 0xd1, 0xd1, 0xd1, 0xd1, 0xd2, 0xd1, 0xd2, 0xcf, 0xce, 0xd1, 0xce, 0xd1, 0xce, 0xcf, 0xce, 0xca, 0xce, 0xcb, 0xca, 0xcb, 0xcb, 0xc7, 0xc7, 0xc7, 0xc7, 0xc9, 0xc7, 0xc7, 0xc7, 0xc7, 0xc7, 0xc6, 0xc6, 0xc5, 0xc6, 0xc6, 0xc6, 0xc5, 0xc5, 0xc5, 0xc5, 0xc5, 0xc4, 0xc5, 0xc4, 0xc5, 0xc4, 0xc4, 0xc4, 0xc3, 0xc3, 0xc4, 0x8a, 0x6f, 0x62, 0x69, 0xc2, 0xc6, 0xc2, 0xc2, 0xc3, 0x7b, 0xc2, 0x7b, 0xc2, 0x7b, 0x7b, 0x7d, 0x73, 0x75, 0x75, 0x73, 0x73, 0x73, 0x73, 0x6f, 0x6f, 0x6b, 0x73, 0x76, 0x5a, 0x36, 0x18, 0x0e, 0x3f, 0x80, 0x62, 0x55, 0x5d, 0x62, 0x5d, 0x5d, 0x5d, 0x5d, 0x5d, 0x5d, 0x5d, 0x5d, 0x62, 0x5d, 0x62, 0x5d, 0x62, 0x5d, 0x62, 0x63, 0x62, 0x63, 0x62, 0x5d, 0x62, 0x62, 0x62, 0x62, 0x62, 0x5d, 0x62, 0x62, 0x64, 0x64, 0x64, 0x6b, 0x6b, 0x62, 0x69, 0x6b, 0x6b, 0x64, 0x6b, 0x6b, 0x6b, 0x64, 0x6b, 0x6b, 0x6b, 0x6b, 0x6b, 0x73, 0x7b, 0xc3, 0xc4, 0xc6, 0xc6, 0xc7, 0xc9, 0xc7, 0xc9, 0xc7, 0xc7, 0xc7, 0xcb, 0xcb, 0xcb, 0xcb, 0xce, 0xcb, 0xcb, 0xcb, 0xcb, 0xcb, 0xce, 0xcb, 0xce, 0xce, 0xce, 0xce, 0xce, 0xce, 0xce, 0xce, 0xce, 0xd2, 0xd1, 0xd9, 0xd2, 0xd1, 0xd2, 0xd1, 0xd2, 0xd7, 0xd9, 0xd1, 0xd9, 0xd1, 0xd9, 0xd6, 0xd9, 0xdd, 0xdd, 0xdd, 0xdd, 0xd9, 0xdd, 0xd9, 0xdd, 0xd9, 0xdd, 0xdd, 0xdd, 0xd9, 0xdf, 0xdd, 0xdf, 0xe1, 0xdf, 0xdd, 0xe1, 0xdf, 0xe2, 0xe1, 0xdf, 0xe4, 0xe2, 0xe4, 0xe2, 0xe4, 0xe2, 0xe4, 0xe4, 0xe6, 0xe4, 0xe7, 0xe4, 0xe7, 0xe6, 0xe7, 0xe7, 0xe7, 0xe6, 0xea, 0xe6, 0xec, 0xe6, 0xec, 0xe6, 0xec, 0xeb, 0xec, 0xeb, 0xee, 0xeb, 0xee, 0xeb, 0xee, 0xee, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xed, 0xf0, 0xf0, 0xee, 0xf0, 0xee, 0xee, 0xee, 0xee, 0xee, 0xec, 0xee, 0xec, 0xee, 0xeb, 0xec, 0xeb, 0xec, 0xeb, 0xea, 0xec, 0xec, 0xea, 0xeb, 0xea, 0xe6, 0xe7, 0xe6, 0xe2, 0xe4, 0xe2, 0xe4, 0xe2, 0xe4, 0xe2, 0xe1, 0xe2, 0xe2, 0xe2, 0xdf, 0xe1, 0xdf, 0xe1, 0xdd, 0xdd, 0xdd, 0xdf, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xd7, 0xdf, 0xd7, 0xdd, 0xd7, 0xd6, 0xd7, 0xdd, 0xd7, 0xd6, 0xd7, 0xd6, 0xd6, 0xd6, 0xd1, 0xd6, 0xd1, 0xd7, 0xd1, 0xd6, 0xd1, 0xd1, 0xd1, 0xcf, 0xd1, 0xd1, 0xd1, 0xcf, 0xd1, 0xcf, 0xd1, 0xcf, 0xcf, 0xcf, 0xcf, 0xce, 0xce, 0xca, 0xce, 0xcb, 0xca, 0xcb, 0xca, 0xcb, 0xc9, 0xcb, 0xca, 0xc9, 0xc9, 0xc7, 0xc7, 0xc6, 0xc7, 0xc6, 0xc7, 0xc6, 0xc6, 0xc6, 0xc6, 0xc6, 0xc6, 0xc5, 0xc4, 0xc5, 0xc4, 0xc6, 0xc4, 0xc4, 0xc6, 0xc4, 0x69, 0x62, 0x7b, 0x94, 0xc3, 0xc3, 0xc3, 0xc2, 0xc3, 0xc3, 0xc2, 0xc2, 0xc2, 0x7b, 0x7b, 0x7b, 0x73, 0x7b, 0x75, 0x75, 0x73, 0x73, 0x75, 0x73, 0x6f, 0x6f, 0x75, 0x52, 0x36, 0x2a, 0x0e, 0x3f, 0x7f, 0x62, 0x62, 0x5d, 0x5d, 0x62, 0x5d, 0x62, 0x5d, 0x62, 0x5d, 0x62, 0x5d, 0x5d, 0x62, 0x62, 0x62, 0x62, 0x63, 0x62, 0x64, 0x62, 0x62, 0x62, 0x62, 0x63, 0x62, 0x64, 0x62, 0x62, 0x62, 0x64, 0x64, 0x64, 0x64, 0x69, 0x6b, 0x6b, 0x6b, 0x6b, 0x6b, 0x6b, 0x6b, 0x73, 0x6b, 0x73, 0x6b, 0x6b, 0x6b, 0x6b, 0x73, 0x6b, 0x73, 0x7b, 0xc3, 0xc4, 0xc6, 0xc6, 0xc7, 0xc7, 0xc7, 0xc7, 0xc7, 0xcb, 0xc7, 0xcd, 0xcb, 0xce, 0xcb, 0xce, 0xce, 0xcb, 0xcb, 0xcb, 0xcb, 0xcb, 0xce, 0xce, 0xce, 0xd2, 0xce, 0xd2, 0xce, 0xd1, 0xce, 0xd2, 0xd1, 0xd1, 0xd9, 0xd9, 0xd1, 0xd2, 0xd1, 0xd2, 0xd9, 0xd1, 0xd7, 0xd9, 0xd6, 0xd9, 0xd7, 0xd9, 0xd7, 0xdd, 0xd6, 0xdd, 0xd6, 0xd6, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdf, 0xdd, 0xdf, 0xdd, 0xdf, 0xdf, 0xe2, 0xdf, 0xe2, 0xe1, 0xe2, 0xe2, 0xdf, 0xe2, 0xe2, 0xe2, 0xe2, 0xe2, 0xe4, 0xe6, 0xe4, 0xe6, 0xe4, 0xe2, 0xe6, 0xe7, 0xe6, 0xea, 0xe6, 0xea, 0xec, 0xeb, 0xea, 0xec, 0xeb, 0xec, 0xec, 0xec, 0xec, 0xee, 0xee, 0xeb, 0xee, 0xeb, 0xf0, 0xee, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf3, 0xf0, 0xf0, 0xf0, 0xee, 0xee, 0xee, 0xee, 0xee, 0xee, 0xee, 0xee, 0xee, 0xec, 0xee, 0xec, 0xee, 0xea, 0xeb, 0xea, 0xeb, 0xea, 0xeb, 0xea, 0xe6, 0xe7, 0xe6, 0xe7, 0xe4, 0xe7, 0xe4, 0xe2, 0xe4, 0xe2, 0xe4, 0xdf, 0xe2, 0xe1, 0xe2, 0xe2, 0xdf, 0xe1, 0xe5, 0xdf, 0xdf, 0xdf, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xd6, 0xdd, 0xdd, 0xdd, 0xdd, 0xd6, 0xd9, 0xd6, 0xd7, 0xdd, 0xd6, 0xd9, 0xd7, 0xd6, 0xd7, 0xd1, 0xd6, 0xd1, 0xd6, 0xd7, 0xd1, 0xd7, 0xd1, 0xd1, 0xd1, 0xd1, 0xd1, 0xd1, 0xd1, 0xcf, 0xd1, 0xce, 0xcf, 0xce, 0xca, 0xce, 0xcf, 0xce, 0xce, 0xce, 0xce, 0xca, 0xcb, 0xca, 0xcb, 0xca, 0xcb, 0xc7, 0xcb, 0xcb, 0xc9, 0xcb, 0xc7, 0xc7, 0xc7, 0xc7, 0xc7, 0xc6, 0xc6, 0xc6, 0xc6, 0xc5, 0xc6, 0xc5, 0xc5, 0xc5, 0xc4, 0xc6, 0xc6, 0xc3, 0x64, 0x6b, 0x7d, 0xc6, 0xc6, 0xc3, 0xc3, 0xc3, 0xc3, 0xc3, 0xc2, 0x7b, 0xc2, 0x7b, 0x7b, 0x7b, 0x75, 0x7b, 0x75, 0x7b, 0x73, 0x75, 0x73, 0x73, 0x73, 0x6f, 0x6f, 0x52, 0x3f, 0x2f, 0x14, 0x3f, 0x76, 0x6b, 0x5d, 0x62, 0x64, 0x62, 0x62, 0x62, 0x63, 0x62, 0x63, 0x62, 0x62, 0x62, 0x62, 0x64, 0x64, 0x64, 0x64, 0x64, 0x64, 0x64, 0x64, 0x64, 0x64, 0x62, 0x62, 0x64, 0x62, 0x64, 0x64, 0x64, 0x64, 0x64, 0x6b, 0x6b, 0x6b, 0x6b, 0x6b, 0x73, 0x6b, 0x6b, 0x73, 0x6b, 0x73, 0x6b, 0x73, 0x6b, 0x73, 0x6b, 0x73, 0x6b, 0x73, 0x7b, 0xc3, 0xc3, 0xc6, 0xc6, 0xc9, 0xcb, 0xc7, 0xcb, 0xcb, 0xcb, 0xc7, 0xcb, 0xcb, 0xcb, 0xce, 0xce, 0xcb, 0xce, 0xcb, 0xcb, 0xcb, 0xce, 0xce, 0xce, 0xce, 0xd1, 0xce, 0xd1, 0xce, 0xd1, 0xce, 0xd2, 0xd1, 0xd2, 0xd9, 0xd1, 0xd9, 0xd1, 0xd2, 0xd1, 0xd9, 0xd1, 0xdd, 0xd6, 0xd9, 0xd7, 0xd9, 0xd6, 0xd9, 0xd9, 0xdd, 0xdd, 0xdd, 0xd6, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xe1, 0xdf, 0xe1, 0xdf, 0xe1, 0xdf, 0xe2, 0xdf, 0xe2, 0xdf, 0xe4, 0xdf, 0xe4, 0xe1, 0xe2, 0xe4, 0xe2, 0xe4, 0xe2, 0xe4, 0xe4, 0xe4, 0xe7, 0xe6, 0xe7, 0xe6, 0xea, 0xec, 0xe7, 0xec, 0xea, 0xec, 0xec, 0xec, 0xec, 0xeb, 0xec, 0xeb, 0xec, 0xeb, 0xee, 0xee, 0xeb, 0xee, 0xee, 0xee, 0xf0, 0xf3, 0xf0, 0xf0, 0xf0, 0xef, 0xef, 0xf0, 0xee, 0xf0, 0xf0, 0xee, 0xee, 0xee, 0xee, 0xec, 0xee, 0xec, 0xee, 0xee, 0xef, 0xec, 0xec, 0xec, 0xef, 0xea, 0xeb, 0xeb, 0xec, 0xe7, 0xe7, 0xe6, 0xe2, 0xe7, 0xe2, 0xe7, 0xe2, 0xe2, 0xe2, 0xe7, 0xe4, 0xe2, 0xe2, 0xe2, 0xdf, 0xe2, 0xdf, 0xdf, 0xdf, 0xe2, 0xdf, 0xdf, 0xdf, 0xdf, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xd6, 0xdd, 0xd9, 0xd7, 0xdd, 0xd9, 0xd6, 0xd6, 0xd7, 0xd6, 0xd9, 0xd6, 0xd9, 0xd1, 0xd9, 0xd6, 0xd3, 0xd7, 0xd7, 0xd1, 0xd1, 0xd2, 0xd1, 0xd2, 0xd1, 0xd1, 0xd1, 0xd1, 0xcf, 0xcf, 0xcf, 0xcf, 0xce, 0xcf, 0xcb, 0xcf, 0xcb, 0xcf, 0xcb, 0xcc, 0xcb, 0xca, 0xcb, 0xca, 0xcb, 0xca, 0xc7, 0xcb, 0xc7, 0xcb, 0xc9, 0xc9, 0xc7, 0xc9, 0xc7, 0xc6, 0xc6, 0xc5, 0xc6, 0xc6, 0xc6, 0xc5, 0xc6, 0xc9, 0xc7, 0x75, 0x5d, 0x69, 0xc6, 0xc6, 0xc2, 0xc3, 0xc4, 0xc3, 0xc3, 0xc3, 0xc3, 0x7b, 0xc2, 0x7b, 0x7b, 0x7d, 0x7d, 0x7d, 0x7b, 0x7b, 0x73, 0x75, 0x75, 0x75, 0x73, 0x76, 0x6f, 0x52, 0x3f, 0x36, 0x14, 0x36, 0x76, 0x69, 0x62, 0x5d, 0x62, 0x63, 0x64, 0x5d, 0x62, 0x62, 0x63, 0x62, 0x62, 0x63, 0x64, 0x64, 0x62, 0x64, 0x64, 0x64, 0x64, 0x69, 0x64, 0x62, 0x64, 0x64, 0x62, 0x64, 0x62, 0x64, 0x64, 0x69, 0x64, 0x6b, 0x6b, 0x6b, 0x6b, 0x6b, 0x73, 0x6f, 0x73, 0x6b, 0x73, 0x73, 0x73, 0x73, 0x6b, 0x73, 0x73, 0x73, 0x6b, 0x73, 0x73, 0x7b, 0xc2, 0xc3, 0xc5, 0xc6, 0xc7, 0xc9, 0xcb, 0xcb, 0xcb, 0xc7, 0xcb, 0xcc, 0xcb, 0xca, 0xcb, 0xcf, 0xcb, 0xce, 0xcb, 0xcb, 0xce, 0xcb, 0xce, 0xce, 0xd1, 0xd1, 0xce, 0xd1, 0xce, 0xd1, 0xce, 0xd2, 0xd1, 0xd1, 0xd7, 0xd3, 0xd9, 0xd3, 0xd9, 0xd1, 0xd9, 0xd6, 0xd9, 0xd6, 0xd9, 0xd6, 0xd9, 0xd7, 0xd9, 0xd6, 0xdd, 0xd6, 0xdd, 0xd9, 0xdd, 0xd9, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xe1, 0xdd, 0xdd, 0xe1, 0xe2, 0xe1, 0xdf, 0xe1, 0xe2, 0xe1, 0xe2, 0xe1, 0xe7, 0xe4, 0xe4, 0xe7, 0xe4, 0xe6, 0xe2, 0xe6, 0xe2, 0xe6, 0xea, 0xe6, 0xea, 0xe6, 0xe7, 0xeb, 0xea, 0xec, 0xe6, 0xec, 0xec, 0xec, 0xeb, 0xeb, 0xeb, 0xeb, 0xee, 0xec, 0xec, 0xeb, 0xef, 0xee, 0xef, 0xf3, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xee, 0xf0, 0xee, 0xf0, 0xee, 0xee, 0xee, 0xee, 0xec, 0xee, 0xec, 0xee, 0xef, 0xec, 0xec, 0xec, 0xeb, 0xea, 0xeb, 0xe7, 0xe7, 0xe7, 0xe7, 0xe6, 0xe7, 0xe6, 0xe2, 0xe7, 0xe6, 0xe2, 0xe2, 0xe2, 0xe1, 0xe2, 0xe1, 0xe2, 0xdf, 0xe2, 0xdf, 0xe2, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xdd, 0xdf, 0xdd, 0xdc, 0xdd, 0xdc, 0xdd, 0xd7, 0xd6, 0xd6, 0xd7, 0xd6, 0xd7, 0xd6, 0xd7, 0xd7, 0xd7, 0xd7, 0xd7, 0xd7, 0xd3, 0xd7, 0xd3, 0xd1, 0xd1, 0xd1, 0xd1, 0xd1, 0xd1, 0xd1, 0xcf, 0xcf, 0xcf, 0xcf, 0xcf, 0xcf, 0xcf, 0xcf, 0xcf, 0xcf, 0xcf, 0xcf, 0xca, 0xca, 0xcb, 0xca, 0xcb, 0xca, 0xcb, 0xc9, 0xcb, 0xc9, 0xcb, 0xc9, 0xc7, 0xc9, 0xc7, 0xc9, 0xc7, 0xc7, 0xc6, 0xc7, 0xc7, 0xc9, 0xc6, 0xc9, 0xc6, 0x69, 0x5a, 0x7d, 0xc8, 0xc6, 0xc6, 0xc4, 0xc4, 0xc4, 0xc3, 0xc3, 0xc3, 0xc3, 0xc2, 0x7b, 0x7b, 0xc2, 0x7b, 0x7b, 0x7d, 0x7b, 0x7b, 0x73, 0x75, 0x73, 0x73, 0x7d, 0x6b, 0x52, 0x46, 0x3f, 0x18, 0x36, 0x6f, 0x6e, 0x64, 0x62, 0x64, 0x63, 0x62, 0x63, 0x62, 0x62, 0x64, 0x64, 0x64, 0x64, 0x64, 0x64, 0x64, 0x69, 0x64, 0x69, 0x69, 0x69, 0x64, 0x64, 0x62, 0x69, 0x64, 0x64, 0x64, 0x64, 0x69, 0x69, 0x6b, 0x6b, 0x6b, 0x6b, 0x6b, 0x73, 0x6b, 0x73, 0x73, 0x73, 0x73, 0x73, 0x75, 0x73, 0x73, 0x73, 0x7b, 0x73, 0x73, 0x73, 0x75, 0x7b, 0xc3, 0xc3, 0xc6, 0xc6, 0xc7, 0xc9, 0xcb, 0xcb, 0xcb, 0xc9, 0xcb, 0xcb, 0xcb, 0xce, 0xce, 0xcf, 0xce, 0xcf, 0xce, 0xce, 0xce, 0xcb, 0xce, 0xd1, 0xcf, 0xd1, 0xd1, 0xd1, 0xd1, 0xd1, 0xce, 0xd9, 0xd1, 0xd1, 0xd7, 0xd1, 0xd9, 0xd1, 0xd7, 0xd1, 0xd7, 0xd7, 0xd9, 0xd7, 0xd6, 0xd7, 0xd9, 0xd7, 0xd9, 0xd7, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdf, 0xdd, 0xdf, 0xdf, 0xdf, 0xdf, 0xe2, 0xe2, 0xe2, 0xe2, 0xdf, 0xe2, 0xe1, 0xe7, 0xe1, 0xe7, 0xe4, 0xe2, 0xe4, 0xe2, 0xe6, 0xe2, 0xe6, 0xe7, 0xe6, 0xe7, 0xe6, 0xea, 0xeb, 0xea, 0xea, 0xea, 0xeb, 0xea, 0xea, 0xec, 0xec, 0xec, 0xec, 0xec, 0xec, 0xec, 0xee, 0xec, 0xee, 0xee, 0xee, 0xef, 0xee, 0xf0, 0xf3, 0xf0, 0xf0, 0xef, 0xf0, 0xf1, 0xf0, 0xef, 0xf0, 0xef, 0xf0, 0xef, 0xee, 0xef, 0xee, 0xef, 0xec, 0xee, 0xec, 0xef, 0xec, 0xec, 0xec, 0xec, 0xea, 0xeb, 0xe6, 0xea, 0xe6, 0xe7, 0xe6, 0xe7, 0xe7, 0xe7, 0xe2, 0xe6, 0xe2, 0xe7, 0xe2, 0xe4, 0xe2, 0xe2, 0xe2, 0xe2, 0xe2, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xdc, 0xdf, 0xdc, 0xdf, 0xdc, 0xdc, 0xd7, 0xd7, 0xdc, 0xd7, 0xd7, 0xd7, 0xd7, 0xd7, 0xd7, 0xd7, 0xd7, 0xd7, 0xd1, 0xd7, 0xd7, 0xd7, 0xd1, 0xd1, 0xd1, 0xd1, 0xd1, 0xd1, 0xd1, 0xd1, 0xcf, 0xd1, 0xd0, 0xd1, 0xd0, 0xcf, 0xcf, 0xcf, 0xcf, 0xcf, 0xcf, 0xcf, 0xcc, 0xcf, 0xcf, 0xca, 0xcc, 0xca, 0xca, 0xca, 0xc7, 0xca, 0xc7, 0xca, 0xca, 0xcb, 0xca, 0xc9, 0xc9, 0xc9, 0xc7, 0xc5, 0xc6, 0xc9, 0xcb, 0x86, 0x62, 0x64, 0xc5, 0xc9, 0xc6, 0xc6, 0xc6, 0xc4, 0xc4, 0xc4, 0xc4, 0xc2, 0xc3, 0xc2, 0xc2, 0xc2, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x75, 0x73, 0x75, 0x75, 0x69, 0x52, 0x46, 0x46, 0x18, 0x36, 0x6e, 0x6f, 0x64, 0x64, 0x64, 0x64, 0x64, 0x64, 0x64, 0x64, 0x64, 0x64, 0x64, 0x64, 0x64, 0x64, 0x64, 0x64, 0x64, 0x69, 0x69, 0x64, 0x6b, 0x64, 0x64, 0x64, 0x64, 0x64, 0x69, 0x69, 0x69, 0x6b, 0x6b, 0x6b, 0x6b, 0x6b, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x73, 0x73, 0x7b, 0x7b, 0xc2, 0xc3, 0xc5, 0xc6, 0xc7, 0xc7, 0xcc, 0xcb, 0xc9, 0xcb, 0xcb, 0xc9, 0xcb, 0xcf, 0xca, 0xcc, 0xcf, 0xcf, 0xcf, 0xce, 0xce, 0xce, 0xce, 0xcf, 0xd2, 0xd1, 0xd3, 0xd1, 0xd1, 0xd1, 0xd1, 0xd1, 0xd1, 0xd2, 0xd7, 0xd1, 0xd7, 0xd1, 0xd7, 0xd1, 0xd7, 0xd7, 0xd6, 0xd7, 0xd6, 0xd6, 0xd7, 0xd6, 0xdc, 0xd6, 0xd7, 0xd6, 0xdc, 0xdf, 0xdc, 0xdd, 0xdc, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xe2, 0xdf, 0xe2, 0xdf, 0xe2, 0xdf, 0xe2, 0xe1, 0xe2, 0xe1, 0xe2, 0xe2, 0xe2, 0xe2, 0xe2, 0xe7, 0xe7, 0xe7, 0xe7, 0xe7, 0xe7, 0xe7, 0xe7, 0xea, 0xea, 0xea, 0xea, 0xe6, 0xea, 0xe6, 0xec, 0xeb, 0xec, 0xeb, 0xea, 0xec, 0xef, 0xef, 0xef, 0xec, 0xec, 0xee, 0xee, 0xef, 0xee, 0xef, 0xf0, 0xf3, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xef, 0xf0, 0xf1, 0xee, 0xef, 0xf0, 0xef, 0xf0, 0xef, 0xee, 0xef, 0xee, 0xec, 0xee, 0xec, 0xef, 0xec, 0xec, 0xec, 0xec, 0xeb, 0xe6, 0xea, 0xea, 0xe7, 0xe7, 0xe7, 0xe6, 0xe7, 0xe7, 0xe7, 0xe7, 0xe4, 0xe2, 0xe7, 0xdf, 0xe4, 0xe2, 0xe1, 0xe2, 0xdf, 0xe2, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xdc, 0xdf, 0xdc, 0xdc, 0xdf, 0xdc, 0xdc, 0xd7, 0xdc, 0xd7, 0xd7, 0xd7, 0xd7, 0xdc, 0xd7, 0xd7, 0xd7, 0xd7, 0xd7, 0xd7, 0xd7, 0xd3, 0xd7, 0xd3, 0xd7, 0xd3, 0xd1, 0xd1, 0xd1, 0xd1, 0xd1, 0xd3, 0xd0, 0xd3, 0xd0, 0xd1, 0xcf, 0xd0, 0xcf, 0xd0, 0xcf, 0xcf, 0xcf, 0xcf, 0xcf, 0xcb, 0xcc, 0xcb, 0xc7, 0xca, 0xc7, 0xca, 0xc9, 0xca, 0xc9, 0xca, 0xc9, 0xc9, 0xc7, 0xc7, 0xc6, 0xc9, 0xcb, 0x7d, 0x62, 0x73, 0xc7, 0xc9, 0xc6, 0xc6, 0xc5, 0xc4, 0xc5, 0xc3, 0xc5, 0xc3, 0xc2, 0xc2, 0xc3, 0xc2, 0x7b, 0x7b, 0xc2, 0x7b, 0x7b, 0x7b, 0x7b, 0x75, 0x7b, 0x75, 0x80, 0x64, 0x52, 0x46, 0x41, 0x2a, 0x36, 0x6f, 0x75, 0x64, 0x69, 0x62, 0x63, 0x64, 0x64, 0x64, 0x64, 0x69, 0x64, 0x69, 0x64, 0x69, 0x64, 0x64, 0x64, 0x69, 0x69, 0x69, 0x69, 0x69, 0x64, 0x6b, 0x64, 0x64, 0x69, 0x69, 0x6b, 0x69, 0x6b, 0x6f, 0x6f, 0x6f, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0xc3, 0xc4, 0xc6, 0xc6, 0xc6, 0xcb, 0xc9, 0xcb, 0xc9, 0xcb, 0xca, 0xca, 0xce, 0xca, 0xce, 0xca, 0xcf, 0xcf, 0xcf, 0xcf, 0xce, 0xcf, 0xd1, 0xd2, 0xd1, 0xd3, 0xd1, 0xd3, 0xd1, 0xd1, 0xd1, 0xd1, 0xd1, 0xd6, 0xd1, 0xd7, 0xd7, 0xd1, 0xd7, 0xd1, 0xd7, 0xd1, 0xd7, 0xd7, 0xd6, 0xd7, 0xd7, 0xd6, 0xdc, 0xd7, 0xdc, 0xdd, 0xdc, 0xdd, 0xdc, 0xdf, 0xdc, 0xdf, 0xdd, 0xdf, 0xdd, 0xdf, 0xdd, 0xdf, 0xdf, 0xdf, 0xe2, 0xdf, 0xe2, 0xdf, 0xe2, 0xdf, 0xe2, 0xdf, 0xe2, 0xe2, 0xe2, 0xe2, 0xe2, 0xe2, 0xe7, 0xe2, 0xe7, 0xe2, 0xe7, 0xe2, 0xe7, 0xea, 0xea, 0xea, 0xea, 0xe7, 0xea, 0xea, 0xea, 0xec, 0xea, 0xec, 0xec, 0xec, 0xea, 0xec, 0xec, 0xec, 0xef, 0xee, 0xee, 0xf0, 0xee, 0xee, 0xee, 0xf0, 0xf3, 0xf3, 0xf0, 0xef, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xef, 0xf0, 0xef, 0xef, 0xee, 0xef, 0xee, 0xec, 0xee, 0xec, 0xeb, 0xec, 0xeb, 0xec, 0xec, 0xea, 0xec, 0xea, 0xeb, 0xe7, 0xe6, 0xea, 0xea, 0xe7, 0xe7, 0xe2, 0xe4, 0xe7, 0xe4, 0xe2, 0xe7, 0xe2, 0xe2, 0xe2, 0xe2, 0xe2, 0xdf, 0xe2, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xdd, 0xdf, 0xdd, 0xdf, 0xdd, 0xdc, 0xdd, 0xdc, 0xdf, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xd7, 0xd6, 0xd6, 0xd6, 0xd7, 0xd7, 0xd7, 0xd1, 0xd7, 0xd1, 0xd7, 0xd1, 0xd3, 0xd1, 0xd1, 0xd1, 0xd1, 0xd1, 0xd3, 0xd3, 0xd3, 0xd3, 0xd1, 0xd1, 0xd1, 0xcf, 0xcf, 0xcf, 0xcf, 0xcf, 0xcb, 0xcf, 0xcc, 0xcf, 0xca, 0xca, 0xcb, 0xca, 0xcb, 0xca, 0xc9, 0xca, 0xc9, 0xcb, 0xc7, 0xc7, 0xc9, 0xd0, 0xc6, 0x69, 0x64, 0xc3, 0xcb, 0xc6, 0xc5, 0xc5, 0xc5, 0xc5, 0xc5, 0xc3, 0xc5, 0xc4, 0xc4, 0xc3, 0xc3, 0xc2, 0xc3, 0xc2, 0xc2, 0xc2, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7d, 0x7b, 0x62, 0x52, 0x46, 0x46, 0x36, 0x36, 0x6b, 0x6f, 0x69, 0x69, 0x64, 0x64, 0x64, 0x69, 0x64, 0x69, 0x64, 0x64, 0x69, 0x64, 0x6b, 0x69, 0x69, 0x6b, 0x6b, 0x6b, 0x6b, 0x6b, 0x69, 0x69, 0x69, 0x6b, 0x6b, 0x6b, 0x6b, 0x69, 0x6b, 0x6b, 0x6f, 0x6f, 0x73, 0x6f, 0x73, 0x73, 0x73, 0x73, 0x7b, 0x73, 0x7b, 0x7b, 0x7b, 0x7b, 0xc3, 0x7b, 0xc3, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0xc3, 0xc3, 0xc6, 0xc6, 0xc6, 0xcb, 0xc9, 0xcb, 0xc9, 0xcb, 0xc9, 0xca, 0xca, 0xcf, 0xcc, 0xcf, 0xcf, 0xcf, 0xcf, 0xcf, 0xce, 0xce, 0xce, 0xd1, 0xcf, 0xd7, 0xd1, 0xd7, 0xd3, 0xd1, 0xd1, 0xd1, 0xd1, 0xd1, 0xd7, 0xd7, 0xd7, 0xd7, 0xd7, 0xd7, 0xd1, 0xd7, 0xd6, 0xd6, 0xdd, 0xd7, 0xdd, 0xd6, 0xd6, 0xd6, 0xdd, 0xd6, 0xdd, 0xdd, 0xdf, 0xdd, 0xdd, 0xdd, 0xdd, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xe1, 0xdf, 0xdf, 0xdf, 0xe2, 0xdf, 0xdf, 0xe2, 0xdf, 0xe7, 0xe2, 0xe2, 0xe2, 0xe2, 0xe7, 0xe2, 0xe7, 0xe2, 0xe7, 0xe7, 0xe7, 0xe7, 0xea, 0xea, 0xe7, 0xe6, 0xe6, 0xe6, 0xec, 0xea, 0xec, 0xea, 0xec, 0xec, 0xec, 0xec, 0xec, 0xee, 0xec, 0xec, 0xec, 0xee, 0xef, 0xee, 0xee, 0xf0, 0xee, 0xee, 0xf3, 0xf3, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xef, 0xf0, 0xef, 0xf0, 0xef, 0xee, 0xef, 0xee, 0xee, 0xec, 0xeb, 0xec, 0xeb, 0xec, 0xea, 0xeb, 0xea, 0xeb, 0xea, 0xec, 0xea, 0xeb, 0xe7, 0xea, 0xe7, 0xe7, 0xe7, 0xe7, 0xe2, 0xe7, 0xe2, 0xe2, 0xe2, 0xe2, 0xe2, 0xe2, 0xdf, 0xe2, 0xdf, 0xe2, 0xdf, 0xe2, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xdc, 0xdd, 0xdc, 0xdf, 0xdc, 0xdc, 0xdf, 0xd7, 0xdc, 0xd7, 0xdc, 0xd7, 0xd7, 0xd7, 0xd7, 0xd7, 0xd7, 0xd7, 0xd3, 0xd7, 0xd7, 0xd3, 0xd7, 0xd7, 0xd3, 0xd7, 0xd3, 0xd7, 0xd3, 0xd1, 0xd3, 0xd1, 0xd3, 0xd1, 0xd3, 0xd1, 0xd3, 0xd1, 0xcf, 0xd1, 0xcf, 0xcf, 0xcf, 0xce, 0xca, 0xca, 0xca, 0xcc, 0xca, 0xca, 0xca, 0xcb, 0xca, 0xc9, 0xc8, 0xc9, 0xd0, 0xcc, 0xc3, 0x64, 0x73, 0xc5, 0xca, 0xc6, 0xc5, 0xc6, 0xc5, 0xc6, 0xc4, 0xc5, 0xc4, 0xc4, 0xc3, 0xc4, 0xc3, 0xc3, 0xc3, 0xc2, 0xc2, 0xc2, 0xc2, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x75, 0x62, 0x5a, 0x52, 0x46, 0x36, 0x36, 0x6b, 0x6f, 0x6b, 0x64, 0x69, 0x69, 0x64, 0x69, 0x64, 0x64, 0x64, 0x64, 0x69, 0x64, 0x69, 0x6b, 0x6b, 0x6b, 0x6f, 0x6b, 0x73, 0x6b, 0x6f, 0x6f, 0x69, 0x6b, 0x69, 0x6b, 0x6b, 0x6f, 0x6b, 0x6f, 0x6f, 0x73, 0x75, 0x73, 0x73, 0x73, 0x73, 0x7b, 0x7b, 0x7b, 0x73, 0x7b, 0x7b, 0x7b, 0x7b, 0xc3, 0x7b, 0xc3, 0x7b, 0xc3, 0x7b, 0xc3, 0xc3, 0xc4, 0xc6, 0xc6, 0xc9, 0xcb, 0xc9, 0xcb, 0xcc, 0xcb, 0xca, 0xca, 0xca, 0xcf, 0xcf, 0xcf, 0xcf, 0xd1, 0xd0, 0xd1, 0xcf, 0xce, 0xcf, 0xd1, 0xd1, 0xd1, 0xd3, 0xd1, 0xd3, 0xd7, 0xd1, 0xd7, 0xd1, 0xd6, 0xd7, 0xd1, 0xd7, 0xd7, 0xd7, 0xd7, 0xd7, 0xd7, 0xd7, 0xd7, 0xd7, 0xdc, 0xd6, 0xdc, 0xd7, 0xd7, 0xdc, 0xd7, 0xdc, 0xdd, 0xdc, 0xdd, 0xdc, 0xdf, 0xdc, 0xdf, 0xdf, 0xdd, 0xdf, 0xdf, 0xdf, 0xdf, 0xe2, 0xdf, 0xe2, 0xdf, 0xe2, 0xdf, 0xe2, 0xe2, 0xe2, 0xe2, 0xe2, 0xe2, 0xe2, 0xe2, 0xe7, 0xe2, 0xe7, 0xe2, 0xea, 0xe7, 0xe7, 0xe7, 0xea, 0xea, 0xea, 0xec, 0xea, 0xec, 0xea, 0xec, 0xea, 0xec, 0xea, 0xec, 0xec, 0xec, 0xec, 0xef, 0xee, 0xec, 0xee, 0xef, 0xee, 0xef, 0xee, 0xef, 0xee, 0xef, 0xf0, 0xf3, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xef, 0xef, 0xef, 0xef, 0xee, 0xef, 0xee, 0xec, 0xee, 0xee, 0xec, 0xeb, 0xec, 0xeb, 0xea, 0xec, 0xea, 0xeb, 0xea, 0xeb, 0xe7, 0xea, 0xea, 0xea, 0xe7, 0xe7, 0xe7, 0xe7, 0xe7, 0xe2, 0xe7, 0xe2, 0xe2, 0xe2, 0xe2, 0xe2, 0xe2, 0xe2, 0xe2, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xe0, 0xdf, 0xe0, 0xdd, 0xdf, 0xdc, 0xdd, 0xdc, 0xdf, 0xdc, 0xdc, 0xdc, 0xdd, 0xdc, 0xdc, 0xdc, 0xd7, 0xd7, 0xd7, 0xd7, 0xd7, 0xd7, 0xd6, 0xd7, 0xd7, 0xd7, 0xd7, 0xd7, 0xd7, 0xd5, 0xd7, 0xd3, 0xd7, 0xd3, 0xd1, 0xd3, 0xd1, 0xd3, 0xd3, 0xd3, 0xd3, 0xd3, 0xd3, 0xd0, 0xd0, 0xcf, 0xcf, 0xcf, 0xcf, 0xcf, 0xcf, 0xca, 0xca, 0xca, 0xcb, 0xca, 0xc7, 0xca, 0xcc, 0xd0, 0xc7, 0x75, 0x64, 0x7b, 0xcd, 0xca, 0xc9, 0xc6, 0xc6, 0xc6, 0xc6, 0xc6, 0xc5, 0xc5, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc3, 0xc3, 0xc3, 0xc2, 0xc2, 0xc2, 0x7b, 0x7b, 0x7b, 0xc2, 0x73, 0x62, 0x52, 0x52, 0x52, 0x36, 0x46, 0x69, 0x75, 0x6b, 0x64, 0x69, 0x69, 0x6b, 0x69, 0x6b, 0x69, 0x69, 0x6b, 0x69, 0x69, 0x69, 0x6b, 0x6b, 0x6f, 0x6f, 0x6b, 0x6f, 0x6f, 0x73, 0x6b, 0x6b, 0x6f, 0x6b, 0x6f, 0x6b, 0x6f, 0x73, 0x6f, 0x73, 0x73, 0x75, 0x73, 0x73, 0x73, 0x7b, 0x7b, 0x73, 0x7b, 0x7b, 0xc2, 0xc3, 0xc3, 0xc3, 0xc3, 0xc3, 0xc3, 0xc3, 0x7b, 0xc3, 0xc3, 0xc3, 0xc4, 0xc6, 0xc6, 0xc6, 0xc9, 0xc9, 0xcc, 0xcb, 0xca, 0xca, 0xcb, 0xca, 0xcf, 0xd0, 0xcf, 0xd0, 0xd1, 0xd0, 0xd3, 0xcf, 0xcf, 0xd1, 0xd1, 0xd1, 0xd1, 0xd3, 0xd1, 0xd3, 0xd7, 0xd1, 0xd3, 0xd1, 0xd7, 0xd3, 0xd7, 0xd7, 0xd7, 0xd7, 0xd7, 0xd7, 0xd7, 0xdc, 0xd7, 0xdc, 0xdc, 0xd7, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xdf, 0xdc, 0xdf, 0xdc, 0xdf, 0xdc, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xe0, 0xdf, 0xdf, 0xdf, 0xe5, 0xdf, 0xe2, 0xdf, 0xe2, 0xe2, 0xe2, 0xe2, 0xe2, 0xe7, 0xe2, 0xe2, 0xe7, 0xe7, 0xe2, 0xe7, 0xe7, 0xe7, 0xe7, 0xe7, 0xe7, 0xe7, 0xea, 0xea, 0xea, 0xe7, 0xec, 0xea, 0xec, 0xea, 0xec, 0xec, 0xec, 0xec, 0xec, 0xec, 0xec, 0xec, 0xee, 0xec, 0xef, 0xee, 0xef, 0xee, 0xef, 0xf0, 0xef, 0xf0, 0xf3, 0xf0, 0xf3, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xef, 0xf0, 0xef, 0xee, 0xef, 0xee, 0xec, 0xee, 0xec, 0xee, 0xec, 0xeb, 0xec, 0xec, 0xec, 0xeb, 0xea, 0xec, 0xea, 0xec, 0xea, 0xea, 0xea, 0xea, 0xe7, 0xe7, 0xe7, 0xe8, 0xe7, 0xe8, 0xe2, 0xe2, 0xe7, 0xe2, 0xe2, 0xe2, 0xe2, 0xe2, 0xe2, 0xdf, 0xe2, 0xdf, 0xe2, 0xdf, 0xe2, 0xe0, 0xdf, 0xdf, 0xdf, 0xdd, 0xdc, 0xdf, 0xdc, 0xdc, 0xdf, 0xdc, 0xdc, 0xdc, 0xd7, 0xdc, 0xd7, 0xdc, 0xdc, 0xdc, 0xd7, 0xd7, 0xd7, 0xd7, 0xd7, 0xd7, 0xd7, 0xd7, 0xd7, 0xd5, 0xd7, 0xd5, 0xd3, 0xd7, 0xd3, 0xd7, 0xd1, 0xd5, 0xd0, 0xd3, 0xd3, 0xd3, 0xd0, 0xd3, 0xd0, 0xd0, 0xd1, 0xcf, 0xcf, 0xcf, 0xcc, 0xcf, 0xcc, 0xca, 0xca, 0xcb, 0xca, 0xca, 0xca, 0xc5, 0x69, 0x6b, 0xc5, 0xcb, 0xcc, 0xc9, 0xc6, 0xc6, 0xc6, 0xc7, 0xc6, 0xc6, 0xc4, 0xc5, 0xc3, 0xc4, 0xc4, 0xc4, 0xc2, 0xc3, 0xc3, 0xc3, 0xc2, 0xc2, 0xc2, 0x7b, 0xc2, 0x7d, 0x73, 0x62, 0x5a, 0x5a, 0x52, 0x36, 0x46, 0x6b, 0x75, 0x69, 0x69, 0x69, 0x69, 0x6b, 0x69, 0x6b, 0x69, 0x69, 0x69, 0x69, 0x69, 0x69, 0x6b, 0x69, 0x6f, 0x6b, 0x6f, 0x6f, 0x73, 0x73, 0x73, 0x6f, 0x6b, 0x6f, 0x6b, 0x6f, 0x6b, 0x73, 0x6f, 0x73, 0x75, 0x75, 0x73, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0xc3, 0xc2, 0xc3, 0xc3, 0xc3, 0xc3, 0xc2, 0xc3, 0xc3, 0xc3, 0xc3, 0xc3, 0xc6, 0xc6, 0xc6, 0xc6, 0xc9, 0xca, 0xcb, 0xcb, 0xca, 0xca, 0xca, 0xcf, 0xcf, 0xd1, 0xcf, 0xd3, 0xd3, 0xd3, 0xd3, 0xd3, 0xd3, 0xd1, 0xcf, 0xd1, 0xcf, 0xd7, 0xd3, 0xd7, 0xd1, 0xd3, 0xd1, 0xd7, 0xd3, 0xd7, 0xd7, 0xdc, 0xd7, 0xd6, 0xd7, 0xd7, 0xdc, 0xd7, 0xdc, 0xd7, 0xdc, 0xdc, 0xdc, 0xdc, 0xd7, 0xdc, 0xd7, 0xdc, 0xdc, 0xdf, 0xdc, 0xdf, 0xdc, 0xdf, 0xe0, 0xdf, 0xe0, 0xe5, 0xe0, 0xdf, 0xe0, 0xdf, 0xe5, 0xdf, 0xe5, 0xe0, 0xe2, 0xe2, 0xe2, 0xe2, 0xe2, 0xe7, 0xe2, 0xe2, 0xe2, 0xe2, 0xe7, 0xe2, 0xea, 0xe7, 0xe7, 0xe7, 0xe7, 0xe7, 0xe7, 0xea, 0xea, 0xea, 0xea, 0xea, 0xec, 0xea, 0xec, 0xec, 0xec, 0xec, 0xec, 0xec, 0xef, 0xec, 0xef, 0xec, 0xee, 0xef, 0xef, 0xef, 0xef, 0xef, 0xef, 0xef, 0xef, 0xf0, 0xf3, 0xf0, 0xf3, 0xf0, 0xf0, 0xef, 0xf3, 0xef, 0xf0, 0xf0, 0xf0, 0xef, 0xee, 0xef, 0xee, 0xef, 0xee, 0xef, 0xec, 0xee, 0xec, 0xef, 0xec, 0xec, 0xec, 0xea, 0xec, 0xea, 0xec, 0xea, 0xec, 0xea, 0xea, 0xea, 0xea, 0xea, 0xe7, 0xe7, 0xe7, 0xe2, 0xe7, 0xe2, 0xe2, 0xe2, 0xe2, 0xe2, 0xe2, 0xe2, 0xe2, 0xe5, 0xdf, 0xe5, 0xdf, 0xe0, 0xdf, 0xdf, 0xe0, 0xdf, 0xdc, 0xdf, 0xdc, 0xdf, 0xdc, 0xdf, 0xdc, 0xdc, 0xdd, 0xdc, 0xd6, 0xd7, 0xdc, 0xd7, 0xd7, 0xd7, 0xd7, 0xdc, 0xdc, 0xdc, 0xd7, 0xd7, 0xd7, 0xd7, 0xd7, 0xd7, 0xd7, 0xd3, 0xd7, 0xd3, 0xd7, 0xd3, 0xd5, 0xd3, 0xd3, 0xd3, 0xd3, 0xd1, 0xd3, 0xcf, 0xd0, 0xcf, 0xcf, 0xcf, 0xcf, 0xca, 0xcf, 0xca, 0xca, 0xcb, 0xca, 0xd0, 0xca, 0xcb, 0x7d, 0x69, 0xc2, 0xcb, 0xca, 0xc9, 0xc9, 0xc6, 0xc7, 0xc7, 0xc7, 0xc6, 0xc6, 0xc5, 0xc6, 0xc4, 0xc4, 0xc5, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc2, 0xc2, 0x7b, 0xc2, 0xc2, 0x7b, 0x73, 0x62, 0x5a, 0x5a, 0x52, 0x46, 0x46, 0x69, 0x80, 0x6f, 0x69, 0x69, 0x69, 0x69, 0x69, 0x69, 0x69, 0x6b, 0x69, 0x6f, 0x69, 0x6f, 0x69, 0x6f, 0x6b, 0x6b, 0x6f, 0x73, 0x73, 0x73, 0x6f, 0x6f, 0x73, 0x6f, 0x73, 0x6b, 0x6f, 0x73, 0x73, 0x73, 0x75, 0x73, 0x7b, 0x7b, 0x75, 0x7b, 0x7b, 0x7b, 0x7b, 0xc3, 0xc3, 0xc3, 0xc3, 0xc4, 0xc4, 0xc3, 0xc4, 0xc3, 0xc4, 0xc3, 0xc4, 0xc3, 0xc6, 0xc5, 0xc6, 0xc9, 0xc9, 0xcb, 0xcc, 0xc9, 0xca, 0xcc, 0xca, 0xcc, 0xcf, 0xd0, 0xd0, 0xd3, 0xd3, 0xd3, 0xd1, 0xcf, 0xd1, 0xcf, 0xd3, 0xd1, 0xd3, 0xd7, 0xd3, 0xd7, 0xd3, 0xd7, 0xd3, 0xd7, 0xd5, 0xd7, 0xd5, 0xdc, 0xd7, 0xd7, 0xd7, 0xd7, 0xd7, 0xd7, 0xd7, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xdf, 0xdc, 0xdf, 0xdc, 0xdc, 0xe0, 0xdf, 0xe0, 0xdf, 0xe2, 0xdf, 0xe5, 0xdf, 0xe2, 0xdf, 0xe2, 0xdf, 0xdf, 0xe2, 0xe2, 0xe2, 0xe7, 0xe2, 0xe7, 0xe5, 0xe2, 0xe7, 0xe7, 0xe7, 0xe7, 0xe7, 0xe7, 0xe7, 0xe7, 0xe7, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xec, 0xea, 0xea, 0xea, 0xea, 0xec, 0xec, 0xec, 0xee, 0xec, 0xee, 0xec, 0xef, 0xef, 0xef, 0xef, 0xef, 0xef, 0xef, 0xef, 0xef, 0xef, 0xf3, 0xf0, 0xf3, 0xf0, 0xf3, 0xf0, 0xf3, 0xf0, 0xf0, 0xf0, 0xf1, 0xee, 0xf0, 0xf0, 0xee, 0xef, 0xee, 0xec, 0xef, 0xee, 0xec, 0xef, 0xef, 0xec, 0xec, 0xec, 0xeb, 0xec, 0xec, 0xea, 0xec, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xe7, 0xe7, 0xe7, 0xe2, 0xe7, 0xe2, 0xe2, 0xe2, 0xe2, 0xe2, 0xe2, 0xe2, 0xe5, 0xe2, 0xdf, 0xe5, 0xdf, 0xdf, 0xe0, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xdc, 0xdf, 0xdc, 0xdc, 0xdc, 0xdd, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xd7, 0xdc, 0xd7, 0xd7, 0xd7, 0xd7, 0xd7, 0xd7, 0xd3, 0xd7, 0xd3, 0xd7, 0xd3, 0xd7, 0xd3, 0xd7, 0xd3, 0xd7, 0xd3, 0xd3, 0xcf, 0xd3, 0xd3, 0xd1, 0xd0, 0xcf, 0xcf, 0xca, 0xca, 0xca, 0xd0, 0xd0, 0xca, 0xcf, 0xc5, 0x75, 0x73, 0xc5, 0xce, 0xca, 0xca, 0xc7, 0xc7, 0xc7, 0xc7, 0xc6, 0xc7, 0xc5, 0xc6, 0xc5, 0xc5, 0xc4, 0xc5, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc3, 0xc2, 0xc2, 0xc3, 0xc2, 0x7b, 0x6f, 0x62, 0x5a, 0x5a, 0x52, 0x46, 0x46, 0x64, 0x7d, 0x6b, 0x69, 0x6f, 0x69, 0x6f, 0x69, 0x6b, 0x69, 0x6f, 0x69, 0x6f, 0x69, 0x6f, 0x6b, 0x6f, 0x6b, 0x6f, 0x73, 0x73, 0x73, 0x6f, 0x73, 0x6f, 0x6f, 0x6f, 0x73, 0x73, 0x73, 0x73, 0x73, 0x75, 0x75, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0xc2, 0x7b, 0xc3, 0xc3, 0xc3, 0xc3, 0xc6, 0xc4, 0xc6, 0xc3, 0xc6, 0xc4, 0xc6, 0xc6, 0xc4, 0xc6, 0xc6, 0xc6, 0xc6, 0xc9, 0xc9, 0xcc, 0xcb, 0xcc, 0xc9, 0xcc, 0xcf, 0xd0, 0xd3, 0xd3, 0xd3, 0xd3, 0xd3, 0xd3, 0xd1, 0xd1, 0xd1, 0xd3, 0xd3, 0xd3, 0xd5, 0xd3, 0xd7, 0xd3, 0xd7, 0xd1, 0xd3, 0xd7, 0xd7, 0xd7, 0xd5, 0xd7, 0xdc, 0xd7, 0xdc, 0xd7, 0xdc, 0xdc, 0xdc, 0xd7, 0xdc, 0xdc, 0xdc, 0xdf, 0xdc, 0xdc, 0xdc, 0xdc, 0xdf, 0xdc, 0xdf, 0xdc, 0xdf, 0xdf, 0xdf, 0xe2, 0xdf, 0xdf, 0xe5, 0xdf, 0xe5, 0xdf, 0xe5, 0xdf, 0xe5, 0xe2, 0xe2, 0xe2, 0xe2, 0xe2, 0xe2, 0xe7, 0xe5, 0xe7, 0xe7, 0xe5, 0xe7, 0xe5, 0xe7, 0xe8, 0xe7, 0xe7, 0xe7, 0xe7, 0xea, 0xea, 0xea, 0xea, 0xec, 0xea, 0xec, 0xea, 0xec, 0xea, 0xec, 0xec, 0xec, 0xec, 0xee, 0xee, 0xec, 0xef, 0xec, 0xef, 0xef, 0xef, 0xef, 0xf1, 0xec, 0xef, 0xf0, 0xef, 0xf0, 0xf3, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf1, 0xf0, 0xf0, 0xf0, 0xef, 0xee, 0xef, 0xee, 0xef, 0xef, 0xee, 0xef, 0xee, 0xee, 0xec, 0xee, 0xec, 0xec, 0xec, 0xec, 0xea, 0xec, 0xea, 0xec, 0xea, 0xec, 0xea, 0xea, 0xea, 0xea, 0xea, 0xe7, 0xe7, 0xe2, 0xe7, 0xe2, 0xe7, 0xe2, 0xe7, 0xe2, 0xe2, 0xe5, 0xe2, 0xe5, 0xe5, 0xe2, 0xe0, 0xe2, 0xdf, 0xe0, 0xdf, 0xe0, 0xdf, 0xdc, 0xdf, 0xdc, 0xdf, 0xdf, 0xdc, 0xdf, 0xdc, 0xdc, 0xdc, 0xd7, 0xdc, 0xd7, 0xdc, 0xdc, 0xdc, 0xdc, 0xd5, 0xdc, 0xdc, 0xd5, 0xdc, 0xd5, 0xdc, 0xd5, 0xd7, 0xd5, 0xd7, 0xd5, 0xd5, 0xd5, 0xd3, 0xd3, 0xd3, 0xd3, 0xd3, 0xd3, 0xd0, 0xd3, 0xd0, 0xd3, 0xcf, 0xd3, 0xca, 0xcf, 0xca, 0xd0, 0xcc, 0xcb, 0xc4, 0x73, 0x7d, 0xcd, 0xcf, 0xc9, 0xca, 0xc9, 0xc9, 0xc7, 0xc7, 0xc6, 0xc7, 0xc6, 0xc6, 0xc5, 0xc6, 0xc6, 0xc5, 0xc5, 0xc4, 0xc5, 0xc4, 0xc4, 0xc4, 0xc4, 0xc3, 0xc2, 0xc3, 0x7b, 0x6b, 0x62, 0x62, 0x62, 0x52, 0x52, 0x46, 0x6b, 0x7d, 0x6f, 0x6f, 0x69, 0x6f, 0x69, 0x69, 0x6b, 0x69, 0x6f, 0x6b, 0x6f, 0x6b, 0x6f, 0x6b, 0x73, 0x6f, 0x6f, 0x73, 0x73, 0x73, 0x6f, 0x73, 0x6f, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x75, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0xc2, 0xc2, 0xc3, 0xc3, 0xc3, 0xc3, 0xc3, 0xc6, 0xc4, 0xc6, 0xc4, 0xc4, 0xc6, 0xc4, 0xc6, 0xc4, 0xc6, 0xc6, 0xc6, 0xc9, 0xc9, 0xcc, 0xcb, 0xca, 0xcc, 0xca, 0xcc, 0xcf, 0xd0, 0xd3, 0xd3, 0xd3, 0xd3, 0xd5, 0xd3, 0xd3, 0xd3, 0xd3, 0xd1, 0xd3, 0xd3, 0xd5, 0xd3, 0xd7, 0xd3, 0xd7, 0xd5, 0xd5, 0xd7, 0xd5, 0xd5, 0xd7, 0xdc, 0xd7, 0xdc, 0xd5, 0xdc, 0xd7, 0xdc, 0xd7, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xe0, 0xdc, 0xe0, 0xdc, 0xe0, 0xe0, 0xe0, 0xe0, 0xdf, 0xe0, 0xe2, 0xdf, 0xe2, 0xdf, 0xdf, 0xe2, 0xe2, 0xe5, 0xe2, 0xe5, 0xe2, 0xe2, 0xe7, 0xe2, 0xe7, 0xe7, 0xe7, 0xe5, 0xe7, 0xe5, 0xe7, 0xe8, 0xe7, 0xe7, 0xe7, 0xea, 0xea, 0xea, 0xea, 0xec, 0xea, 0xec, 0xea, 0xec, 0xea, 0xec, 0xea, 0xef, 0xec, 0xef, 0xec, 0xec, 0xef, 0xef, 0xef, 0xef, 0xef, 0xef, 0xef, 0xef, 0xef, 0xef, 0xef, 0xf0, 0xef, 0xf3, 0xf0, 0xf3, 0xf0, 0xf3, 0xf0, 0xf3, 0xf0, 0xf0, 0xf0, 0xef, 0xf0, 0xf0, 0xef, 0xee, 0xef, 0xee, 0xef, 0xef, 0xee, 0xef, 0xef, 0xec, 0xef, 0xec, 0xec, 0xec, 0xec, 0xec, 0xfd, 0xec, 0xea, 0xec, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xe7, 0xe7, 0xe7, 0xe7, 0xe2, 0xe7, 0xe7, 0xe5, 0xe2, 0xe7, 0xe5, 0xe2, 0xe5, 0xe2, 0xdf, 0xe5, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xdc, 0xdf, 0xdc, 0xdf, 0xdc, 0xdf, 0xdf, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xd7, 0xdc, 0xd5, 0xdc, 0xd5, 0xdc, 0xd5, 0xdc, 0xd5, 0xd5, 0xd5, 0xdb, 0xd5, 0xd5, 0xd3, 0xd7, 0xd3, 0xd3, 0xd3, 0xd3, 0xd5, 0xd3, 0xd3, 0xd3, 0xd0, 0xd3, 0xd3, 0xd3, 0xd1, 0xcf, 0xce, 0xc7, 0x7b, 0x7b, 0xc5, 0xce, 0xcc, 0xca, 0xca, 0xcc, 0xca, 0xca, 0xc7, 0xc7, 0xc6, 0xc9, 0xc5, 0xc6, 0xc5, 0xc9, 0xc4, 0xc6, 0xc5, 0xc6, 0xc3, 0xc5, 0xc3, 0xc4, 0xc4, 0xc2, 0xc4, 0x7b, 0x6b, 0x62, 0x64, 0x62, 0x5a, 0x52, 0x46, 0x73, 0x7d, 0x6f, 0x6f, 0x6f, 0x6f, 0x6f, 0x6f, 0x6f, 0x6f, 0x6f, 0x6b, 0x6f, 0x6f, 0x6f, 0x6f, 0x73, 0x6f, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x6f, 0x73, 0x73, 0x73, 0x7b, 0x73, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0xc3, 0xc2, 0xc3, 0xc3, 0xc3, 0xc4, 0xc4, 0xc6, 0xc6, 0xc6, 0xc6, 0xc6, 0xc6, 0xc6, 0xc6, 0xc6, 0xc6, 0xc6, 0xc6, 0xc9, 0xc9, 0xc9, 0xc9, 0xcb, 0xcc, 0xcc, 0xca, 0xcc, 0xcc, 0xd0, 0xd3, 0xd1, 0xd3, 0xd5, 0xd5, 0xd3, 0xd5, 0xd5, 0xd1, 0xd3, 0xd3, 0xd7, 0xd5, 0xd5, 0xd7, 0xd7, 0xd7, 0xd1, 0xd5, 0xd5, 0xd5, 0xd5, 0xdc, 0xd7, 0xd7, 0xdc, 0xd7, 0xdc, 0xdc, 0xd5, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xe0, 0xdc, 0xdc, 0xdc, 0xdc, 0xe0, 0xdf, 0xdf, 0xdf, 0xfa, 0xe0, 0xe0, 0xe5, 0xe2, 0xdf, 0xe2, 0xe2, 0xdf, 0xdf, 0xe2, 0xe2, 0xe5, 0xe5, 0xe5, 0xe5, 0xe5, 0xe5, 0xe2, 0xe5, 0xe5, 0xe7, 0xe5, 0xea, 0xe7, 0xe7, 0xe5, 0xe7, 0xe7, 0xe8, 0xe7, 0xe7, 0xea, 0xea, 0xea, 0xea, 0xea, 0xec, 0xea, 0xec, 0xec, 0xfd, 0xec, 0xec, 0xec, 0xef, 0xec, 0xef, 0xef, 0xfe, 0xef, 0xef, 0xef, 0xef, 0xef, 0xef, 0xef, 0xef, 0xf1, 0xef, 0xef, 0xf0, 0xf3, 0xf3, 0xf0, 0xf3, 0xf0, 0xf0, 0xf0, 0xf0, 0xf1, 0xf0, 0xf0, 0xef, 0xef, 0xf0, 0xef, 0xf0, 0xef, 0xef, 0xee, 0xef, 0xef, 0xee, 0xec, 0xee, 0xec, 0xee, 0xec, 0xec, 0xec, 0xeb, 0xea, 0xec, 0xea, 0xec, 0xea, 0xea, 0xea, 0xea, 0xea, 0xe7, 0xe7, 0xe7, 0xe7, 0xe2, 0xe7, 0xe5, 0xe7, 0xe5, 0xe2, 0xe5, 0xe2, 0xe2, 0xe2, 0xe2, 0xdf, 0xdf, 0xdf, 0xdf, 0xe5, 0xe0, 0xdf, 0xe0, 0xdf, 0xdc, 0xdf, 0xdc, 0xdf, 0xdc, 0xdf, 0xdc, 0xdf, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xd5, 0xdc, 0xd5, 0xdc, 0xd5, 0xdc, 0xd5, 0xd5, 0xd5, 0xd5, 0xd5, 0xd5, 0xd5, 0xd3, 0xd3, 0xd3, 0xd3, 0xd3, 0xd3, 0xd5, 0xd3, 0xd3, 0xd3, 0xd3, 0xd3, 0xca, 0xc7, 0x8a, 0x7b, 0xc3, 0xcb, 0xd1, 0xd0, 0xd0, 0xca, 0xca, 0xca, 0xca, 0xc9, 0xca, 0xc7, 0xc6, 0xc7, 0xc6, 0xc7, 0xc6, 0xc6, 0xc6, 0xc6, 0xc5, 0xc5, 0xc5, 0xc5, 0xc4, 0xc4, 0xc4, 0xc3, 0x73, 0x6b, 0x6b, 0x6b, 0x62, 0x62, 0x52, 0x52, 0x6b, 0x7d, 0x75, 0x69, 0x6f, 0x6f, 0x6f, 0x6f, 0x6f, 0x6f, 0x6f, 0x6f, 0x6f, 0x6f, 0x6f, 0x6f, 0x6f, 0x6f, 0x73, 0x73, 0x75, 0x75, 0x73, 0x75, 0x73, 0x6f, 0x73, 0x73, 0x73, 0x75, 0x73, 0x7d, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0xc2, 0xc2, 0xc3, 0xc3, 0xc4, 0xc3, 0xc6, 0xc5, 0xc6, 0xc6, 0xc6, 0xc6, 0xc6, 0xc6, 0xc6, 0xc6, 0xc6, 0xc6, 0xc6, 0xc9, 0xc6, 0xc9, 0xc9, 0xcc, 0xcb, 0xcc, 0xca, 0xcc, 0xcf, 0xd0, 0xd3, 0xd3, 0xd3, 0xd5, 0xd3, 0xd5, 0xd5, 0xd5, 0xd3, 0xd3, 0xd3, 0xd5, 0xd5, 0xd5, 0xd5, 0xd5, 0xd5, 0xd5, 0xd5, 0xd7, 0xd5, 0xd5, 0xd5, 0xdc, 0xdc, 0xdc, 0xd5, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xe0, 0xe0, 0xdc, 0xdc, 0xe0, 0xdc, 0xe0, 0xe0, 0xe0, 0xe0, 0xe5, 0xe0, 0xe0, 0xe5, 0xe0, 0xe5, 0xe0, 0xe0, 0xdf, 0xe0, 0xe2, 0xe5, 0xe2, 0xe5, 0xe2, 0xe5, 0xe5, 0xe5, 0xe5, 0xe2, 0xe5, 0xe8, 0xe7, 0xe5, 0xea, 0xe8, 0xe8, 0xe7, 0xe7, 0xe7, 0xe7, 0xe7, 0xea, 0xea, 0xe7, 0xec, 0xea, 0xea, 0xec, 0xfd, 0xec, 0xfd, 0xec, 0xec, 0xec, 0xec, 0xef, 0xec, 0xef, 0xec, 0xef, 0xef, 0xfe, 0xef, 0xef, 0xef, 0xef, 0xef, 0xf1, 0xef, 0xef, 0xef, 0xf1, 0xef, 0xf3, 0xf3, 0xf3, 0xf0, 0xf3, 0xf3, 0xf0, 0xf0, 0xf0, 0xf0, 0xf1, 0xee, 0xef, 0xef, 0xf0, 0xef, 0xf0, 0xef, 0xef, 0xee, 0xef, 0xef, 0xec, 0xef, 0xec, 0xef, 0xec, 0xec, 0xec, 0xea, 0xec, 0xe6, 0xea, 0xec, 0xea, 0xea, 0xea, 0xea, 0xea, 0xe7, 0xe7, 0xe7, 0xe7, 0xe2, 0xe7, 0xe5, 0xe7, 0xe8, 0xe7, 0xdf, 0xe2, 0xe2, 0xdf, 0xdf, 0xe2, 0xdf, 0xdf, 0xdf, 0xdf, 0xe0, 0xdf, 0xe0, 0xdf, 0xe0, 0xdc, 0xe0, 0xdc, 0xe0, 0xdc, 0xe0, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xd7, 0xd5, 0xdc, 0xd5, 0xdc, 0xd5, 0xdc, 0xd5, 0xd5, 0xd5, 0xd5, 0xd5, 0xd7, 0xd5, 0xd3, 0xd5, 0xd5, 0xd5, 0xd5, 0xd3, 0xd3, 0xd3, 0xd3, 0xd3, 0xd3, 0xcc, 0xcb, 0xc7, 0x8a, 0xc2, 0xc5, 0xd3, 0xd0, 0xd0, 0xcc, 0xd0, 0xca, 0xca, 0xca, 0xca, 0xc9, 0xc9, 0xc9, 0xc7, 0xc7, 0xc6, 0xc5, 0xc6, 0xc6, 0xc5, 0xc5, 0xc5, 0xc5, 0xc5, 0xc4, 0xc4, 0xc4, 0x7b, 0x73, 0x6b, 0x6b, 0x6b, 0x62, 0x62, 0x52, 0x52, 0x73, 0x7d, 0x75, 0x6f, 0x6f, 0x6f, 0x6f, 0x6f, 0x6f, 0x6f, 0x6f, 0x6f, 0x6f, 0x73, 0x6f, 0x75, 0x6f, 0x75, 0x73, 0x75, 0x73, 0x75, 0x73, 0x75, 0x73, 0x73, 0x73, 0x75, 0x73, 0x75, 0x75, 0x7b, 0x7b, 0x7d, 0x7b, 0x7b, 0x7b, 0xc2, 0xc2, 0xc3, 0xc3, 0xc4, 0xc4, 0xc6, 0xc4, 0xc6, 0xc6, 0xc6, 0xc6, 0xc6, 0xc6, 0xc6, 0xc6, 0xc6, 0xc6, 0xc6, 0xc9, 0xc9, 0xc6, 0xc9, 0xc9, 0xcc, 0xcc, 0xcb, 0xcc, 0xca, 0xcf, 0xd0, 0xd0, 0xd3, 0xd3, 0xd5, 0xd5, 0xd3, 0xd7, 0xd3, 0xd7, 0xd3, 0xd3, 0xd3, 0xd5, 0xd5, 0xd5, 0xdc, 0xd5, 0xd5, 0xd5, 0xd5, 0xd5, 0xd5, 0xd5, 0xdc, 0xdc, 0xdb, 0xdc, 0xdb, 0xd5, 0xdc, 0xd5, 0xdc, 0xdc, 0xdc, 0xdc, 0xe0, 0xe0, 0xdc, 0xdf, 0xdc, 0xdf, 0xe0, 0xe0, 0xe0, 0xe0, 0xe5, 0xe0, 0xe0, 0xe5, 0xe0, 0xe0, 0xe0, 0xe0, 0xe5, 0xe0, 0xe5, 0xdf, 0xe5, 0xe5, 0xe5, 0xe5, 0xe8, 0xe5, 0xe2, 0xe8, 0xe7, 0xe8, 0xe8, 0xe8, 0xe8, 0xe5, 0xe7, 0xe7, 0xe7, 0xe7, 0xe7, 0xea, 0xea, 0xea, 0xea, 0xec, 0xea, 0xea, 0xea, 0xec, 0xec, 0xec, 0xec, 0xec, 0xec, 0xec, 0xec, 0xec, 0xec, 0xef, 0xef, 0xef, 0xef, 0xec, 0xef, 0xec, 0xf1, 0xef, 0xef, 0xf1, 0xf1, 0xef, 0xf1, 0xf3, 0xf3, 0xf0, 0xf3, 0xf3, 0xf0, 0xf3, 0xf0, 0xf1, 0xf0, 0xf0, 0xf0, 0xef, 0xf0, 0xef, 0xf0, 0xef, 0xef, 0xee, 0xef, 0xef, 0xee, 0xec, 0xee, 0xec, 0xee, 0xec, 0xec, 0xec, 0xeb, 0xec, 0xec, 0xea, 0xec, 0xea, 0xea, 0xea, 0xea, 0xea, 0xe7, 0xe7, 0xe7, 0xe2, 0xe7, 0xe2, 0xe7, 0xe5, 0xe7, 0xe5, 0xe2, 0xe2, 0xe2, 0xdf, 0xe2, 0xdf, 0xdf, 0xdf, 0xdf, 0xe0, 0xe2, 0xe0, 0xdf, 0xe0, 0xdf, 0xe0, 0xdf, 0xdc, 0xdf, 0xdc, 0xdf, 0xdc, 0xdf, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xd5, 0xdc, 0xd5, 0xdc, 0xd5, 0xdc, 0xd5, 0xd5, 0xd5, 0xd5, 0xd5, 0xd5, 0xd5, 0xd5, 0xd5, 0xd5, 0xd5, 0xd5, 0xd5, 0xd3, 0xd5, 0xd3, 0xca, 0xcb, 0x94, 0xc2, 0xc4, 0xca, 0xd1, 0xcf, 0xcf, 0xcf, 0xca, 0xd0, 0xcc, 0xca, 0xca, 0xc9, 0xca, 0xc7, 0xc9, 0xc7, 0xc7, 0xc7, 0xc6, 0xc5, 0xc6, 0xc5, 0xc6, 0xc5, 0xc5, 0xc5, 0xc4, 0xc3, 0x7b, 0x73, 0x6b, 0x73, 0x64, 0x62, 0x62, 0x5a, 0x5a, 0x75, 0x7b, 0x73, 0x75, 0x75, 0x6f, 0x75, 0x6f, 0x75, 0x6f, 0x75, 0x6f, 0x75, 0x73, 0x75, 0x75, 0x75, 0x75, 0x73, 0x7d, 0x75, 0x7b, 0x75, 0x7b, 0x75, 0x73, 0x73, 0x75, 0x7b, 0x7b, 0x7d, 0x7b, 0x7b, 0x7b, 0xc3, 0x7b, 0xc2, 0xc3, 0xc3, 0xc3, 0xc3, 0xc4, 0xc5, 0xc6, 0xc5, 0xc9, 0xc6, 0xc6, 0xc6, 0xc9, 0xc6, 0xc9, 0xc6, 0xc6, 0xc9, 0xc6, 0xc6, 0xc9, 0xc9, 0xc9, 0xc9, 0xc9, 0xcc, 0xca, 0xcc, 0xcc, 0xcf, 0xd0, 0xd3, 0xd3, 0xd5, 0xd5, 0xd5, 0xd5, 0xd5, 0xd3, 0xd3, 0xd3, 0xd3, 0xd7, 0xd5, 0xd5, 0xdc, 0xd5, 0xd5, 0xd5, 0xd5, 0xd5, 0xdb, 0xd7, 0xdb, 0xdc, 0xdb, 0xdc, 0xdb, 0xdc, 0xdb, 0xdc, 0xdb, 0xdc, 0xdb, 0xe0, 0xdb, 0xdc, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xfa, 0xe0, 0xe0, 0xe0, 0xe0, 0xe5, 0xe0, 0xe0, 0xe0, 0xe0, 0xe2, 0xe5, 0xe2, 0xe5, 0xe2, 0xe5, 0xe2, 0xe5, 0xe2, 0xe8, 0xe5, 0xe8, 0xe8, 0xe7, 0xe8, 0xe7, 0xe8, 0xea, 0xe8, 0xea, 0xea, 0xe8, 0xea, 0xea, 0xea, 0xea, 0xec, 0xea, 0xec, 0xec, 0xfd, 0xec, 0xec, 0xec, 0xec, 0xec, 0xef, 0xec, 0xef, 0xec, 0xef, 0xef, 0xef, 0xef, 0xef, 0xef, 0xf1, 0xef, 0xf1, 0xef, 0xef, 0xef, 0xf1, 0xf1, 0xf0, 0xf3, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf3, 0xf1, 0xf0, 0xf1, 0xee, 0xef, 0xef, 0xf0, 0xec, 0xef, 0xee, 0xef, 0xee, 0xef, 0xef, 0xef, 0xef, 0xec, 0xef, 0xec, 0xec, 0xee, 0xec, 0xec, 0xea, 0xec, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xe7, 0xe7, 0xe7, 0xe7, 0xe2, 0xe7, 0xe2, 0xe7, 0xe5, 0xe7, 0xe2, 0xe2, 0xe2, 0xe2, 0xe5, 0xe5, 0xe2, 0xe0, 0xe2, 0xe5, 0xdf, 0xdf, 0xdf, 0xdf, 0xe0, 0xdf, 0xe0, 0xdf, 0xe0, 0xdc, 0xe0, 0xdc, 0xdf, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xd7, 0xdc, 0xdc, 0xdc, 0xd5, 0xdc, 0xd5, 0xdc, 0xd5, 0xd5, 0xd5, 0xd5, 0xd5, 0xd5, 0xd5, 0xd5, 0xd5, 0xd5, 0xd5, 0xd5, 0xd3, 0xd0, 0xcf, 0xca, 0xc8, 0xc5, 0xc4, 0xc7, 0xd1, 0xd3, 0xd3, 0xd0, 0xd3, 0xca, 0xcf, 0xcc, 0xd0, 0xca, 0xca, 0xc7, 0xca, 0xca, 0xc7, 0xc7, 0xc6, 0xc7, 0xc5, 0xc7, 0xc6, 0xc6, 0xc5, 0xc5, 0xc5, 0xc4, 0xc3, 0x7b, 0x73, 0x73, 0x73, 0x6b, 0x6b, 0x64, 0x5a, 0x62, 0x73, 0x7d, 0x73, 0x73, 0x75, 0x6f, 0x75, 0x73, 0x75, 0x6f, 0x75, 0x6f, 0x75, 0x6f, 0x75, 0x75, 0x73, 0x75, 0x75, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x75, 0x75, 0x75, 0x7b, 0x7d, 0x7b, 0x7b, 0xc3, 0x7b, 0xc3, 0xc2, 0xc3, 0xc3, 0xc4, 0xc4, 0xc6, 0xc4, 0xc6, 0xc6, 0xc9, 0xc6, 0xc9, 0xc9, 0xc9, 0xc9, 0xc9, 0xc6, 0xc9, 0xc9, 0xc6, 0xc9, 0xc9, 0xc9, 0xc9, 0xcc, 0xc9, 0xcc, 0xcc, 0xcc, 0xca, 0xcf, 0xcc, 0xd3, 0xd3, 0xd5, 0xd3, 0xd5, 0xd5, 0xdb, 0xd3, 0xd5, 0xd5, 0xd5, 0xd5, 0xd5, 0xd5, 0xd5, 0xd5, 0xdb, 0xdb, 0xd5, 0xd5, 0xdc, 0xd5, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdc, 0xdb, 0xdc, 0xdb, 0xdc, 0xdb, 0xe0, 0xdb, 0xe0, 0xfa, 0xe0, 0xf9, 0xdc, 0xe0, 0xe0, 0xe0, 0xe0, 0xfa, 0xe0, 0xfa, 0xe0, 0xe0, 0xe5, 0xe5, 0xe0, 0xe5, 0xe5, 0xe5, 0xe0, 0xe5, 0xe2, 0xe5, 0xe2, 0xe8, 0xe5, 0xe7, 0xe5, 0xe7, 0xe8, 0xe7, 0xe8, 0xe7, 0xe8, 0xe8, 0xe8, 0xe8, 0xe8, 0xea, 0xfd, 0xea, 0xea, 0xea, 0xea, 0xea, 0xec, 0xea, 0xfe, 0xec, 0xec, 0xfe, 0xec, 0xec, 0xec, 0xee, 0xec, 0xec, 0xef, 0xef, 0xef, 0xef, 0xef, 0xef, 0xef, 0xef, 0xef, 0xf1, 0xef, 0xef, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf3, 0xf3, 0xf0, 0xf0, 0xf0, 0xf0, 0xf3, 0xf0, 0xf0, 0xf0, 0xf0, 0xef, 0xf0, 0xf0, 0xef, 0xef, 0xee, 0xef, 0xee, 0xef, 0xee, 0xef, 0xee, 0xef, 0xec, 0xec, 0xec, 0xec, 0xec, 0xec, 0xeb, 0xec, 0xec, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xe7, 0xe7, 0xea, 0xe2, 0xe7, 0xe2, 0xe7, 0xe5, 0xe7, 0xe8, 0xe2, 0xe5, 0xe2, 0xe2, 0xe2, 0xe5, 0xe0, 0xe2, 0xe0, 0xe2, 0xdf, 0xe0, 0xdf, 0xe0, 0xdf, 0xe0, 0xdf, 0xe0, 0xdf, 0xdc, 0xdf, 0xdc, 0xe0, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xd5, 0xdc, 0xd5, 0xdc, 0xd5, 0xd5, 0xd5, 0xd7, 0xd5, 0xd5, 0xd5, 0xd5, 0xd5, 0xd3, 0xd3, 0xca, 0xcb, 0xcb, 0xc5, 0xc5, 0xc6, 0xd1, 0xd3, 0xd3, 0xd3, 0xd0, 0xd3, 0xd0, 0xcf, 0xca, 0xd0, 0xcf, 0xca, 0xca, 0xca, 0xc9, 0xca, 0xc9, 0xc7, 0xc7, 0xc7, 0xc7, 0xc5, 0xc6, 0xc6, 0xc5, 0xc5, 0xc4, 0xc2, 0x73, 0x73, 0x73, 0x73, 0x73, 0x73, 0x6b, 0x62, 0x64, 0x7d, 0xc2, 0x73, 0x73, 0x75, 0x6f, 0x75, 0x73, 0x6f, 0x75, 0x75, 0x75, 0x75, 0x73, 0x75, 0x75, 0x75, 0x75, 0x75, 0x7b, 0x73, 0x7b, 0x7b, 0x75, 0x7d, 0x7b, 0x73, 0x7b, 0x7d, 0x7b, 0x7b, 0x7b, 0xc2, 0xc2, 0xc3, 0xc3, 0xc3, 0xc3, 0xc3, 0xc4, 0xc3, 0xc4, 0xc6, 0xc6, 0xc6, 0xc9, 0xc9, 0xc9, 0xc9, 0xc9, 0xc9, 0xc9, 0xc9, 0xc9, 0xc6, 0xc9, 0xc9, 0xc9, 0xc9, 0xc9, 0xcc, 0xc9, 0xcc, 0xcc, 0xca, 0xcc, 0xcf, 0xd0, 0xd3, 0xd3, 0xd5, 0xd5, 0xd5, 0xd5, 0xd5, 0xd5, 0xd5, 0xd5, 0xd3, 0xd3, 0xd5, 0xd5, 0xd5, 0xd5, 0xdb, 0xd5, 0xdb, 0xdc, 0xd5, 0xd5, 0xdb, 0xd5, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdc, 0xdb, 0xdc, 0xf9, 0xe0, 0xdb, 0xe0, 0xf9, 0xe0, 0xf9, 0xe0, 0xdb, 0xe0, 0xe0, 0xfa, 0xe0, 0xfa, 0xfa, 0xfa, 0xfa, 0xe0, 0xe5, 0xe0, 0xe5, 0xe0, 0xe5, 0xe0, 0xe5, 0xe5, 0xe5, 0xe5, 0xe5, 0xe8, 0xe5, 0xe8, 0xe8, 0xe8, 0xe5, 0xe8, 0xe5, 0xe8, 0xe8, 0xe8, 0xea, 0xe8, 0xe7, 0xfd, 0xea, 0xfd, 0xe8, 0xea, 0xea, 0xea, 0xea, 0xea, 0xec, 0xec, 0xfe, 0xea, 0xfe, 0xea, 0xef, 0xec, 0xef, 0xec, 0xef, 0xef, 0xef, 0xef, 0xef, 0xef, 0xef, 0xef, 0xef, 0xef, 0xef, 0xf1, 0xf1, 0xef, 0xf1, 0xf1, 0xf1, 0xf0, 0xf3, 0xf0, 0xf3, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xef, 0xf0, 0xef, 0xf0, 0xef, 0xee, 0xef, 0xee, 0xef, 0xee, 0xec, 0xee, 0xec, 0xef, 0xec, 0xec, 0xef, 0xec, 0xec, 0xea, 0xec, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xe7, 0xe7, 0xe7, 0xe7, 0xe7, 0xe7, 0xe7, 0xe7, 0xe5, 0xe2, 0xe2, 0xe8, 0xe2, 0xe5, 0xe5, 0xe5, 0xe2, 0xe5, 0xdf, 0xe5, 0xdf, 0xe5, 0xdf, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xdf, 0xe0, 0xdc, 0xe0, 0xdc, 0xe0, 0xe0, 0xe0, 0xdc, 0xdc, 0xe0, 0xdc, 0xdc, 0xdc, 0xd5, 0xdc, 0xd5, 0xdc, 0xdc, 0xd5, 0xdc, 0xdb, 0xd5, 0xd5, 0xd7, 0xd5, 0xdc, 0xd3, 0xd3, 0xd3, 0xca, 0xce, 0xc7, 0xc5, 0xc5, 0xcf, 0xd3, 0xd5, 0xd3, 0xd3, 0xd3, 0xd3, 0xcf, 0xd0, 0xca, 0xcf, 0xca, 0xca, 0xca, 0xca, 0xca, 0xca, 0xc9, 0xcb, 0xc7, 0xca, 0xc7, 0xc7, 0xc6, 0xc5, 0xc6, 0xc5, 0xc3, 0x7b, 0x73, 0x7b, 0x73, 0x73, 0x73, 0x6b, 0x6b, 0x62, 0x62, 0xc2, 0x7d, 0x75, 0x75, 0x7d, 0x75, 0x75, 0x75, 0x6f, 0x75, 0x73, 0x75, 0x73, 0x75, 0x75, 0x7b, 0x75, 0x7b, 0x7b, 0x7d, 0x75, 0x7b, 0x75, 0x75, 0x7b, 0x75, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0xc2, 0xc2, 0xc3, 0xc2, 0xc3, 0xc4, 0xc3, 0xc4, 0xc4, 0xc4, 0xc4, 0xc6, 0xc6, 0xc6, 0xc9, 0xc9, 0xc9, 0xc9, 0xc9, 0xc9, 0xc9, 0xc9, 0xc9, 0xc9, 0xc9, 0xc9, 0xc9, 0xc9, 0xc9, 0xc9, 0xc9, 0xcc, 0xcc, 0xcc, 0xd0, 0xcc, 0xd0, 0xd0, 0xd3, 0xd3, 0xd5, 0xd3, 0xd5, 0xd5, 0xd5, 0xd5, 0xd5, 0xd3, 0xd5, 0xd5, 0xd5, 0xd5, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xd5, 0xdb, 0xdc, 0xdb, 0xdc, 0xf9, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xe0, 0xdb, 0xe0, 0xdb, 0xe0, 0xdb, 0xe0, 0xe0, 0xdc, 0xe0, 0xe0, 0xf9, 0xe0, 0xfa, 0xe0, 0xfa, 0xe0, 0xe0, 0xe0, 0xe5, 0xfa, 0xe5, 0xfa, 0xe5, 0xfa, 0xe5, 0xe5, 0xe8, 0xe5, 0xe8, 0xe5, 0xe8, 0xe8, 0xe8, 0xe8, 0xe8, 0xe8, 0xe8, 0xe8, 0xe8, 0xe8, 0xea, 0xe8, 0xe8, 0xea, 0xea, 0xfd, 0xe7, 0xea, 0xea, 0xea, 0xea, 0xec, 0xea, 0xec, 0xea, 0xec, 0xec, 0xec, 0xef, 0xfe, 0xec, 0xfe, 0xec, 0xfe, 0xef, 0xef, 0xef, 0xef, 0xef, 0xef, 0xef, 0xef, 0xf1, 0xef, 0xf1, 0xef, 0xf1, 0xf1, 0xf1, 0xf1, 0xf3, 0xf0, 0xf3, 0xf0, 0xf3, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xef, 0xf0, 0xef, 0xee, 0xef, 0xee, 0xef, 0xee, 0xef, 0xee, 0xec, 0xef, 0xec, 0xef, 0xec, 0xee, 0xec, 0xeb, 0xec, 0xec, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xe7, 0xe7, 0xe7, 0xe7, 0xe7, 0xe7, 0xe7, 0xe5, 0xe7, 0xe7, 0xe2, 0xe5, 0xe5, 0xe5, 0xe5, 0xe2, 0xe5, 0xe2, 0xe5, 0xdf, 0xe5, 0xdf, 0xdf, 0xe5, 0xe0, 0xe0, 0xe0, 0xe0, 0xdf, 0xdc, 0xdf, 0xdc, 0xe0, 0xdc, 0xe0, 0xdc, 0xe0, 0xdc, 0xe0, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xd7, 0xdb, 0xd5, 0xdb, 0xd5, 0xd5, 0xd7, 0xd0, 0xd1, 0xcf, 0xce, 0xca, 0xc7, 0xc7, 0xca, 0xd1, 0xd5, 0xd5, 0xd3, 0xd3, 0xd3, 0xd3, 0xcf, 0xd3, 0xd0, 0xcf, 0xca, 0xcf, 0xca, 0xca, 0xca, 0xca, 0xc9, 0xca, 0xc9, 0xc7, 0xc7, 0xc7, 0xc6, 0xc6, 0xc5, 0xc5, 0xc4, 0x7b, 0x7b, 0x73, 0x7b, 0x73, 0x73, 0x6b, 0x6b, 0x62, 0x6b, 0xc2, 0xc2, 0x7b, 0x7d, 0x75, 0x75, 0x75, 0x75, 0x6f, 0x75, 0x75, 0x73, 0x75, 0x75, 0x75, 0x7b, 0x75, 0x7b, 0x7b, 0x75, 0x7b, 0x7b, 0x7b, 0x7b, 0x75, 0x7b, 0x75, 0x7b, 0x7b, 0x7b, 0x7b, 0xc2, 0xc3, 0xc3, 0xc3, 0xc3, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc6, 0xc6, 0xc9, 0xc9, 0xc9, 0xc9, 0xc9, 0xcc, 0xc9, 0xc9, 0xc9, 0xc9, 0xc9, 0xc9, 0xc9, 0xc9, 0xcc, 0xc9, 0xc9, 0xcc, 0xcc, 0xcc, 0xcc, 0xcc, 0xcc, 0xd0, 0xd0, 0xd3, 0xd3, 0xd5, 0xd5, 0xd5, 0xd5, 0xd5, 0xd5, 0xd5, 0xd5, 0xd5, 0xd5, 0xdb, 0xdb, 0xdb, 0xd5, 0xdb, 0xdb, 0xdb, 0xdb, 0xdc, 0xdb, 0xd5, 0xdc, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xe0, 0xdb, 0xdc, 0xf9, 0xdc, 0xf9, 0xe0, 0xf9, 0xdc, 0xe0, 0xe0, 0xe0, 0xfa, 0xe0, 0xfa, 0xfa, 0xfa, 0xe0, 0xe0, 0xfa, 0xe0, 0xfa, 0xe5, 0xfa, 0xe5, 0xfa, 0xe5, 0xe5, 0xe5, 0xe5, 0xe8, 0xe5, 0xe8, 0xe5, 0xe8, 0xe8, 0xe8, 0xe8, 0xe8, 0xe8, 0xe8, 0xe8, 0xe8, 0xe8, 0xea, 0xe8, 0xea, 0xfd, 0xe7, 0xfd, 0xea, 0xea, 0xec, 0xea, 0xea, 0xec, 0xea, 0xfe, 0xec, 0xfe, 0xec, 0xfe, 0xef, 0xef, 0xef, 0xef, 0xef, 0xfe, 0xef, 0xef, 0xef, 0xef, 0xef, 0xf1, 0xef, 0xef, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf0, 0xf3, 0xf0, 0xf0, 0xf0, 0xf3, 0xf0, 0xf0, 0xef, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xef, 0xf0, 0xef, 0xee, 0xef, 0xee, 0xef, 0xee, 0xef, 0xec, 0xef, 0xec, 0xef, 0xec, 0xec, 0xec, 0xec, 0xec, 0xea, 0xec, 0xea, 0xec, 0xea, 0xea, 0xea, 0xea, 0xe7, 0xe7, 0xe7, 0xe7, 0xe7, 0xe7, 0xe7, 0xe5, 0xe7, 0xe5, 0xe7, 0xe8, 0xe5, 0xe8, 0xe2, 0xe5, 0xe5, 0xe5, 0xe2, 0xe0, 0xe2, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xdf, 0xe0, 0xdc, 0xe0, 0xdc, 0xe0, 0xe0, 0xe0, 0xdc, 0xe0, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xd5, 0xdc, 0xdc, 0xdb, 0xdc, 0xdc, 0xdb, 0xd3, 0xd5, 0xcf, 0xd1, 0xcf, 0xce, 0xce, 0xc7, 0xc7, 0xcb, 0xd1, 0xd7, 0xd3, 0xd3, 0xd5, 0xd5, 0xd3, 0xd3, 0xcf, 0xd3, 0xcf, 0xd0, 0xca, 0xcf, 0xca, 0xca, 0xca, 0xca, 0xc9, 0xca, 0xc9, 0xc7, 0xca, 0xc7, 0xc7, 0xc6, 0xc7, 0xc4, 0xc2, 0x7b, 0x7b, 0x7b, 0x7b, 0x73, 0x73, 0x73, 0x64, 0x6b, 0x6b, 0xc2, 0xc2, 0x7b, 0x75, 0x75, 0x75, 0x75, 0x75, 0x75, 0x75, 0x75, 0x75, 0x7b, 0x73, 0x7d, 0x75, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0xc2, 0xc3, 0xc3, 0xc3, 0xc4, 0xc4, 0xc4, 0xc6, 0xc4, 0xc6, 0xc4, 0xc9, 0xc6, 0xc9, 0xc9, 0xc9, 0xcc, 0xca, 0xcc, 0xc9, 0xcc, 0xc9, 0xc9, 0xc9, 0xcc, 0xc9, 0xcc, 0xcc, 0xcc, 0xcc, 0xcc, 0xcc, 0xc9, 0xcc, 0xcc, 0xd0, 0xd0, 0xd0, 0xd3, 0xd3, 0xd5, 0xd5, 0xd5, 0xd5, 0xdb, 0xd5, 0xdb, 0xd5, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xd5, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xd5, 0xdb, 0xdb, 0xdb, 0xdb, 0xf9, 0xdb, 0xf9, 0xdb, 0xdb, 0xe0, 0xf9, 0xe0, 0xdb, 0xe0, 0xf9, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xfa, 0xfa, 0xfa, 0xe5, 0xe0, 0xfa, 0xe0, 0xe5, 0xe5, 0xfa, 0xe5, 0xfa, 0xe5, 0xe5, 0xe5, 0xe5, 0xe8, 0xe5, 0xe8, 0xe5, 0xe8, 0xe8, 0xe8, 0xe8, 0xe8, 0xe8, 0xe8, 0xe8, 0xe8, 0xe8, 0xea, 0xfd, 0xea, 0xe8, 0xea, 0xfd, 0xec, 0xfd, 0xec, 0xea, 0xea, 0xec, 0xea, 0xfe, 0xea, 0xec, 0xef, 0xfe, 0xef, 0xfe, 0xec, 0xfe, 0xef, 0xfe, 0xef, 0xef, 0xef, 0xef, 0xef, 0xf1, 0xef, 0xef, 0xf1, 0xef, 0xf1, 0xef, 0xf1, 0xef, 0xf1, 0xf1, 0xf3, 0xf3, 0xf0, 0xf0, 0xf3, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xef, 0xee, 0xef, 0xee, 0xef, 0xee, 0xef, 0xeb, 0xec, 0xec, 0xec, 0xef, 0xec, 0xec, 0xec, 0xeb, 0xec, 0xec, 0xea, 0xec, 0xea, 0xec, 0xea, 0xea, 0xea, 0xe7, 0xe7, 0xe7, 0xe7, 0xe7, 0xe7, 0xe5, 0xe7, 0xe5, 0xe7, 0xe5, 0xe2, 0xe5, 0xe5, 0xe5, 0xe2, 0xe5, 0xe2, 0xe5, 0xdf, 0xe5, 0xe2, 0xe0, 0xe5, 0xe0, 0xe5, 0xe0, 0xe0, 0xdc, 0xdf, 0xdc, 0xe0, 0xe0, 0xdc, 0xe0, 0xe0, 0xdc, 0xdc, 0xe0, 0xdc, 0xdb, 0xdc, 0xdc, 0xdb, 0xdc, 0xdc, 0xdb, 0xd7, 0xd1, 0xd1, 0xd1, 0xce, 0xce, 0xce, 0xce, 0xc7, 0xcb, 0xce, 0xd5, 0xd5, 0xd3, 0xd3, 0xd3, 0xd3, 0xd3, 0xd3, 0xd3, 0xd3, 0xcf, 0xd3, 0xd0, 0xcf, 0xca, 0xca, 0xca, 0xca, 0xca, 0xca, 0xc9, 0xca, 0xc7, 0xc7, 0xc7, 0xc7, 0xc6, 0xc6, 0xc2, 0xc2, 0x7b, 0x7b, 0x7b, 0x73, 0x7b, 0x73, 0x6b, 0x6b, 0x73, 0xc2, 0x7b, 0x7d, 0x75, 0x75, 0x7b, 0x75, 0x75, 0x75, 0x75, 0x75, 0x7b, 0x75, 0x7b, 0x75, 0x7d, 0x7d, 0x7b, 0x7b, 0x7b, 0xc2, 0x7b, 0xc2, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0xc2, 0xc2, 0xc2, 0xc3, 0xc4, 0xc3, 0xc4, 0xc4, 0xc6, 0xc5, 0xc6, 0xc6, 0xc6, 0xc6, 0xc9, 0xc9, 0xca, 0xcc, 0xcc, 0xcc, 0xca, 0xcc, 0xcc, 0xc9, 0xc9, 0xcc, 0xc9, 0xcc, 0xcc, 0xcc, 0xcc, 0xcc, 0xc9, 0xcc, 0xcc, 0xcc, 0xcc, 0xd0, 0xd0, 0xd3, 0xd3, 0xd5, 0xd5, 0xd5, 0xd5, 0xdb, 0xd5, 0xdb, 0xd5, 0xdb, 0xd5, 0xdb, 0xd5, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xe0, 0xdb, 0xdb, 0xe0, 0xdb, 0xe0, 0xdb, 0xdc, 0xf9, 0xe0, 0xfa, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xfa, 0xe0, 0xfa, 0xfa, 0xe0, 0xe0, 0xe0, 0xe5, 0xfa, 0xe5, 0xfa, 0xe5, 0xfa, 0xe5, 0xfb, 0xe8, 0xe5, 0xe8, 0xe5, 0xe8, 0xe5, 0xe8, 0xe8, 0xe8, 0xe8, 0xe8, 0xe8, 0xe8, 0xe8, 0xea, 0xe8, 0xea, 0xfd, 0xea, 0xfd, 0xea, 0xfd, 0xea, 0xea, 0xec, 0xea, 0xfd, 0xec, 0xec, 0xfe, 0xec, 0xfe, 0xef, 0xec, 0xfe, 0xef, 0xef, 0xfe, 0xef, 0xfe, 0xef, 0xec, 0xf1, 0xef, 0xef, 0xf1, 0xef, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf0, 0xf3, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xef, 0xf0, 0xef, 0xf0, 0xef, 0xf0, 0xef, 0xef, 0xee, 0xef, 0xee, 0xec, 0xee, 0xef, 0xec, 0xef, 0xec, 0xef, 0xec, 0xec, 0xec, 0xea, 0xea, 0xec, 0xec, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xe7, 0xe7, 0xe7, 0xe7, 0xe7, 0xe7, 0xe7, 0xe8, 0xe5, 0xe8, 0xe2, 0xe8, 0xe5, 0xe5, 0xe5, 0xe5, 0xdf, 0xe5, 0xdf, 0xe5, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xdc, 0xe0, 0xe0, 0xdc, 0xf9, 0xdb, 0xe0, 0xdc, 0xdc, 0xdc, 0xd5, 0xd5, 0xd1, 0xd1, 0xd1, 0xd1, 0xce, 0xcd, 0xcb, 0xcb, 0xcf, 0xd5, 0xdc, 0xd3, 0xd5, 0xd3, 0xd5, 0xd3, 0xd5, 0xd3, 0xd3, 0xd3, 0xcf, 0xd3, 0xcf, 0xd3, 0xcf, 0xcf, 0xcc, 0xd0, 0xca, 0xca, 0xc7, 0xca, 0xca, 0xc7, 0xca, 0xc7, 0xc6, 0xc4, 0xc3, 0xc3, 0xc3, 0xc2, 0x7b, 0x73, 0x7b, 0x73, 0x6b, 0x73, 0x7b, 0xc2, 0x7b, 0x7b, 0x7d, 0x7d, 0x7b, 0x75, 0x7b, 0x75, 0x7b, 0x75, 0x7b, 0x75, 0x7b, 0x75, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0xc2, 0x7b, 0xc2, 0xc3, 0xc2, 0xc3, 0xc3, 0xc4, 0xc3, 0xc5, 0xc5, 0xc6, 0xc4, 0xc6, 0xc6, 0xc6, 0xc9, 0xc9, 0xca, 0xcc, 0xcc, 0xcc, 0xcc, 0xcc, 0xc9, 0xcc, 0xc9, 0xcc, 0xcc, 0xc9, 0xcc, 0xcc, 0xcc, 0xcc, 0xc9, 0xcc, 0xcc, 0xcc, 0xcc, 0xd0, 0xcc, 0xd0, 0xd3, 0xd5, 0xd5, 0xd5, 0xd5, 0xdb, 0xdb, 0xd5, 0xdb, 0xd5, 0xdb, 0xd5, 0xdb, 0xd5, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xf9, 0xdb, 0xdb, 0xdb, 0xf9, 0xdb, 0xdb, 0xdb, 0xf9, 0xf9, 0xf9, 0xdb, 0xe0, 0xe0, 0xe0, 0xe0, 0xf9, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xe5, 0xfa, 0xe5, 0xfa, 0xfa, 0xe5, 0xe5, 0xe5, 0xe5, 0xe5, 0xe8, 0xe5, 0xe8, 0xfc, 0xe8, 0xe8, 0xfc, 0xe8, 0xe8, 0xe8, 0xe8, 0xe8, 0xe8, 0xe8, 0xe8, 0xe8, 0xfd, 0xe8, 0xfd, 0xfd, 0xea, 0xfd, 0xec, 0xfd, 0xec, 0xfd, 0xec, 0xfd, 0xec, 0xfe, 0xec, 0xec, 0xfe, 0xec, 0xfe, 0xef, 0xef, 0xfe, 0xef, 0xef, 0xfe, 0xef, 0xf1, 0xfe, 0xf1, 0xfe, 0xf1, 0xef, 0xf1, 0xef, 0xef, 0xf1, 0xef, 0xf1, 0xef, 0xf1, 0xf1, 0xf3, 0xf3, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xef, 0xf0, 0xf0, 0xef, 0xee, 0xef, 0xee, 0xef, 0xee, 0xef, 0xef, 0xec, 0xec, 0xef, 0xec, 0xec, 0xef, 0xec, 0xec, 0xec, 0xec, 0xea, 0xec, 0xec, 0xea, 0xea, 0xec, 0xea, 0xea, 0xea, 0xe7, 0xe7, 0xe7, 0xe8, 0xe7, 0xe8, 0xe7, 0xe5, 0xe7, 0xe5, 0xe5, 0xe5, 0xe5, 0xe8, 0xe5, 0xe2, 0xe5, 0xdf, 0xe5, 0xdf, 0xe5, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xdc, 0xe0, 0xe0, 0xdc, 0xe0, 0xe0, 0xe0, 0xe0, 0xdc, 0xdc, 0xdc, 0xd5, 0xd5, 0xd7, 0xd1, 0xd2, 0xce, 0xce, 0xce, 0xcf, 0xcf, 0xd7, 0xd5, 0xd5, 0xd5, 0xd5, 0xd3, 0xd5, 0xd5, 0xd5, 0xd3, 0xd3, 0xd3, 0xd1, 0xd3, 0xd1, 0xd0, 0xd0, 0xcf, 0xca, 0xca, 0xcf, 0xca, 0xca, 0xca, 0xca, 0xcb, 0xca, 0xc7, 0xc4, 0xc4, 0xc4, 0xc4, 0xc3, 0xc2, 0xc2, 0x7b, 0x7b, 0x73, 0x73, 0x73, 0x7b, 0x8a, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x75, 0x7b, 0x7d, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0xc2, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0xc2, 0x7b, 0xc2, 0xc2, 0xc3, 0xc3, 0xc4, 0xc3, 0xc4, 0xc3, 0xc6, 0xc4, 0xc6, 0xc5, 0xc6, 0xc6, 0xc6, 0xc9, 0xc7, 0xca, 0xc9, 0xcc, 0xcc, 0xcc, 0xcc, 0xca, 0xcc, 0xc9, 0xca, 0xcc, 0xcc, 0xcc, 0xcc, 0xcc, 0xc9, 0xcc, 0xcc, 0xc9, 0xcc, 0xcc, 0xd0, 0xd0, 0xd0, 0xd3, 0xd5, 0xd5, 0xd5, 0xd5, 0xdb, 0xd5, 0xd5, 0xdb, 0xd5, 0xdb, 0xd5, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xf9, 0xdb, 0xdb, 0xdb, 0xf9, 0xf9, 0xe0, 0xdb, 0xf9, 0xe0, 0xf9, 0xe0, 0xf9, 0xe0, 0xf9, 0xe0, 0xf9, 0xe0, 0xf9, 0xe0, 0xfa, 0xe0, 0xfa, 0xfa, 0xfa, 0xe5, 0xfa, 0xfb, 0xe0, 0xfa, 0xe5, 0xfa, 0xe5, 0xfa, 0xe5, 0xfa, 0xe5, 0xfb, 0xe5, 0xe8, 0xe8, 0xfb, 0xe8, 0xe8, 0xe8, 0xe8, 0xe8, 0xe8, 0xe8, 0xe8, 0xe8, 0xe8, 0xe8, 0xe8, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xea, 0xfd, 0xea, 0xfd, 0xec, 0xfe, 0xec, 0xfd, 0xec, 0xfd, 0xef, 0xfe, 0xef, 0xef, 0xfe, 0xef, 0xef, 0xfe, 0xef, 0xfe, 0xf1, 0xef, 0xf1, 0xef, 0xf1, 0xf1, 0xf1, 0xf1, 0xef, 0xf1, 0xf1, 0xf1, 0xf1, 0xf0, 0xf1, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xef, 0xf0, 0xef, 0xf0, 0xef, 0xef, 0xee, 0xef, 0xee, 0xef, 0xee, 0xef, 0xec, 0xec, 0xef, 0xec, 0xef, 0xec, 0xec, 0xea, 0xec, 0xea, 0xec, 0xea, 0xec, 0xea, 0xea, 0xe7, 0xea, 0xea, 0xea, 0xe7, 0xe7, 0xe7, 0xe2, 0xe7, 0xe8, 0xe8, 0xe7, 0xe5, 0xe7, 0xe5, 0xe2, 0xe5, 0xe5, 0xe2, 0xe5, 0xdf, 0xe5, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xdc, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xdc, 0xe0, 0xe0, 0xdc, 0xe0, 0xdc, 0xdc, 0xd6, 0xd7, 0xd6, 0xd1, 0xd1, 0xd1, 0xd2, 0xce, 0xca, 0xd1, 0xd5, 0xd5, 0xd5, 0xdb, 0xd5, 0xd5, 0xd3, 0xd3, 0xd3, 0xd5, 0xd5, 0xd3, 0xd3, 0xd3, 0xd3, 0xd3, 0xcf, 0xd3, 0xd3, 0xcf, 0xcf, 0xcc, 0xd0, 0xca, 0xca, 0xc7, 0xc7, 0xc9, 0xc7, 0xc5, 0xc4, 0xc4, 0xc4, 0xc3, 0xc2, 0xc2, 0x7b, 0x7b, 0x73, 0x73, 0x73, 0xc2, 0xc2, 0x7d, 0x7b, 0x7b, 0x7b, 0x75, 0x7b, 0x7d, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0xc2, 0xc2, 0xc2, 0xc2, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0xc2, 0xc2, 0xc3, 0xc3, 0xc3, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc5, 0xc6, 0xc4, 0xc6, 0xc6, 0xc6, 0xc9, 0xc9, 0xc9, 0xca, 0xcc, 0xcc, 0xcc, 0xcc, 0xcc, 0xc9, 0xcc, 0xc9, 0xcc, 0xcc, 0xcc, 0xcc, 0xcc, 0xcc, 0xcc, 0xcc, 0xcc, 0xcc, 0xcc, 0xd0, 0xcc, 0xd0, 0xd0, 0xd3, 0xd5, 0xd5, 0xdb, 0xdb, 0xd5, 0xdb, 0xdb, 0xd5, 0xdb, 0xd5, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xf9, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xf9, 0xdb, 0xf9, 0xdb, 0xf9, 0xdb, 0xf9, 0xdb, 0xfa, 0xf9, 0xe0, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xe5, 0xfa, 0xe5, 0xfb, 0xe5, 0xe8, 0xe5, 0xe8, 0xe5, 0xe8, 0xe8, 0xfc, 0xe8, 0xe8, 0xfc, 0xe8, 0xe8, 0xe8, 0xe8, 0xe8, 0xe8, 0xfd, 0xe8, 0xfd, 0xe8, 0xe8, 0xfd, 0xfd, 0xea, 0xfd, 0xec, 0xfd, 0xec, 0xfd, 0xec, 0xfd, 0xfe, 0xec, 0xfe, 0xef, 0xec, 0xef, 0xfe, 0xef, 0xef, 0xfe, 0xef, 0xef, 0xfe, 0xf1, 0xef, 0xff, 0xef, 0xff, 0xf1, 0xef, 0xf1, 0xef, 0xf1, 0xef, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf1, 0xf0, 0xf0, 0xef, 0xf0, 0xef, 0xef, 0xf0, 0xef, 0xee, 0xef, 0xef, 0xec, 0xef, 0xec, 0xec, 0xef, 0xef, 0xec, 0xec, 0xec, 0xec, 0xea, 0xec, 0xec, 0xea, 0xea, 0xec, 0xea, 0xe7, 0xea, 0xea, 0xea, 0xe7, 0xe8, 0xe7, 0xe7, 0xe8, 0xe7, 0xe8, 0xe2, 0xe8, 0xe2, 0xe5, 0xe2, 0xe5, 0xe2, 0xe5, 0xe2, 0xe0, 0xe2, 0xe0, 0xe5, 0xe5, 0xe5, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xdc, 0xdf, 0xdc, 0xdc, 0xdc, 0xd7, 0xd6, 0xd1, 0xd6, 0xd1, 0xd1, 0xd1, 0xce, 0xce, 0xcf, 0xd5, 0xd5, 0xdb, 0xdb, 0xd5, 0xd5, 0xd5, 0xd5, 0xd5, 0xd3, 0xd5, 0xd3, 0xd5, 0xd3, 0xd3, 0xd3, 0xd3, 0xd1, 0xd3, 0xd3, 0xd0, 0xcf, 0xca, 0xca, 0xcf, 0xca, 0xca, 0xca, 0xc7, 0xc6, 0xc5, 0xc6, 0xc5, 0xc4, 0xc4, 0xc3, 0xc2, 0x7b, 0x7b, 0x7b, 0x73, 0x7b, 0xc2, 0xc2, 0xc2, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0x7d, 0x7b, 0x7d, 0x7b, 0x7b, 0x7b, 0xc2, 0x7b, 0xc2, 0x7b, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0x7b, 0xc2, 0x7b, 0xc2, 0xc2, 0xc3, 0xc3, 0xc4, 0xc3, 0xc4, 0xc4, 0xc4, 0xc5, 0xc4, 0xc6, 0xc5, 0xc6, 0xc6, 0xc6, 0xc9, 0xc9, 0xcc, 0xca, 0xcc, 0xcc, 0xd0, 0xcc, 0xcc, 0xcc, 0xcc, 0xca, 0xcc, 0xc9, 0xcc, 0xcc, 0xcc, 0xcc, 0xcc, 0xcc, 0xc9, 0xcc, 0xcc, 0xd0, 0xd0, 0xd0, 0xd0, 0xd3, 0xd5, 0xd5, 0xdb, 0xdb, 0xdb, 0xdb, 0xd5, 0xdb, 0xd5, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xf9, 0xdb, 0xf9, 0xf9, 0xf9, 0xdb, 0xe0, 0xf9, 0xe0, 0xf9, 0xe0, 0xf9, 0xe0, 0xfa, 0xf9, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xe0, 0xfa, 0xfa, 0xe5, 0xfb, 0xe0, 0xfa, 0xe5, 0xfa, 0xe5, 0xe8, 0xe5, 0xe5, 0xe5, 0xe5, 0xe8, 0xe8, 0xe8, 0xfb, 0xe8, 0xe8, 0xe8, 0xe8, 0xe8, 0xe8, 0xe8, 0xe8, 0xe8, 0xfd, 0xe8, 0xe8, 0xfd, 0xfd, 0xfd, 0xfd, 0xea, 0xfd, 0xea, 0xfd, 0xec, 0xfe, 0xec, 0xfe, 0xec, 0xfe, 0xec, 0xfe, 0xef, 0xef, 0xef, 0xef, 0xef, 0xef, 0xfe, 0xef, 0xfe, 0xf1, 0xef, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xef, 0xf1, 0xf1, 0xf1, 0xf1, 0xf3, 0xf1, 0xf0, 0xed, 0xf0, 0xf3, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf3, 0xf0, 0xef, 0xf0, 0xef, 0xf0, 0xef, 0xef, 0xf0, 0xef, 0xf0, 0xef, 0xef, 0xec, 0xef, 0xec, 0xec, 0xec, 0xef, 0xec, 0xef, 0xea, 0xec, 0xec, 0xec, 0xec, 0xec, 0xea, 0xec, 0xea, 0xea, 0xea, 0xea, 0xea, 0xe7, 0xe7, 0xe7, 0xe7, 0xe2, 0xe2, 0xe7, 0xe2, 0xe7, 0xe5, 0xe2, 0xe8, 0xe2, 0xe5, 0xe2, 0xe5, 0xe5, 0xe5, 0xdf, 0xe5, 0xe0, 0xe5, 0xe0, 0xe5, 0xe0, 0xe5, 0xdc, 0xe5, 0xdc, 0xe0, 0xdc, 0xdc, 0xd7, 0xdc, 0xd7, 0xd5, 0xd6, 0xd7, 0xd1, 0xd7, 0xd1, 0xce, 0xd1, 0xd5, 0xdc, 0xdb, 0xdc, 0xd5, 0xdc, 0xd5, 0xdc, 0xd5, 0xd5, 0xd3, 0xd5, 0xd5, 0xd5, 0xd5, 0xd3, 0xd3, 0xd3, 0xd1, 0xd3, 0xd1, 0xd0, 0xd3, 0xcf, 0xd0, 0xcf, 0xcf, 0xca, 0xca, 0xc7, 0xc6, 0xc6, 0xc5, 0xc6, 0xc4, 0xc2, 0xc3, 0xc2, 0xc2, 0xc2, 0x7b, 0x73, 0x7b, 0xc2, 0x8a, 0xc2, 0x7b, 0x7d, 0x7d, 0x7b, 0x75, 0x7d, 0x7d, 0x7d, 0x7b, 0x7b, 0x7b, 0xc2, 0x7b, 0x7b, 0xc2, 0x7b, 0xc2, 0x7b, 0xc2, 0xc2, 0xc2, 0x7b, 0xc2, 0xc2, 0x7b, 0xc2, 0x7b, 0xc3, 0xc3, 0xc3, 0xc3, 0xc4, 0xc4, 0xc4, 0xc4, 0xc6, 0xc5, 0xc6, 0xc6, 0xc6, 0xc6, 0xc9, 0xc9, 0xca, 0xcc, 0xcc, 0xd0, 0xd0, 0xcc, 0xcc, 0xca, 0xcc, 0xd0, 0xcc, 0xcc, 0xd0, 0xcc, 0xcc, 0xcc, 0xcc, 0xcc, 0xcc, 0xcc, 0xcc, 0xd0, 0xd0, 0xd0, 0xd0, 0xd3, 0xd3, 0xd5, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xf9, 0xdb, 0xf9, 0xf9, 0xf9, 0xf9, 0xdb, 0xf9, 0xe0, 0xf9, 0xe0, 0xf9, 0xe0, 0xf9, 0xe0, 0xfa, 0xe0, 0xfa, 0xfa, 0xf9, 0xfa, 0xfa, 0xe0, 0xfa, 0xe5, 0xfa, 0xfa, 0xfa, 0xfa, 0xfb, 0xfa, 0xe5, 0xfb, 0xe5, 0xfb, 0xe5, 0xfc, 0xfb, 0xe8, 0xfc, 0xe8, 0xfc, 0xe8, 0xe8, 0xe8, 0xe8, 0xfc, 0xe8, 0xe8, 0xfc, 0xfd, 0xfd, 0xe8, 0xfd, 0xfd, 0xfd, 0xea, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfe, 0xec, 0xfd, 0xec, 0xfe, 0xec, 0xfe, 0xec, 0xfe, 0xef, 0xfe, 0xfe, 0xef, 0xfe, 0xef, 0xef, 0xef, 0xf1, 0xef, 0xef, 0xf1, 0xef, 0xf1, 0xf0, 0xef, 0xf0, 0xef, 0xf3, 0xf1, 0xf0, 0xf4, 0xf3, 0xf1, 0xf4, 0xf2, 0xf0, 0xf0, 0xf3, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf1, 0xf0, 0xf0, 0xef, 0xf0, 0xef, 0xef, 0xf0, 0xef, 0xef, 0xee, 0xef, 0xec, 0xef, 0xec, 0xef, 0xec, 0xef, 0xec, 0xec, 0xec, 0xec, 0xec, 0xec, 0xec, 0xec, 0xea, 0xec, 0xea, 0xec, 0xea, 0xea, 0xea, 0xea, 0xe7, 0xe7, 0xe7, 0xe7, 0xe7, 0xe8, 0xe2, 0xe2, 0xe2, 0xe5, 0xe2, 0xe8, 0xe2, 0xe2, 0xe2, 0xe5, 0xe2, 0xe5, 0xe5, 0xe5, 0xe5, 0xdf, 0xe5, 0xe5, 0xe5, 0xe0, 0xe0, 0xdf, 0xdc, 0xd6, 0xdc, 0xdc, 0xd7, 0xd7, 0xd7, 0xd6, 0xd7, 0xd6, 0xd1, 0xd1, 0xd1, 0xd7, 0xdc, 0xdb, 0xdc, 0xdb, 0xd5, 0xdb, 0xd5, 0xd5, 0xd5, 0xd5, 0xd5, 0xd3, 0xd5, 0xd5, 0xd5, 0xd5, 0xd3, 0xd3, 0xcf, 0xd3, 0xcf, 0xd3, 0xd3, 0xcf, 0xd0, 0xcf, 0xcf, 0xca, 0xc9, 0xc9, 0xc6, 0xc7, 0xc6, 0xc5, 0xc4, 0xc4, 0xc4, 0xc2, 0xc2, 0xc2, 0x7b, 0x7b, 0xc2, 0xc4, 0x8a, 0xc2, 0xc2, 0x7d, 0x7b, 0x7d, 0x7b, 0x7d, 0x7b, 0x7d, 0x7b, 0x7d, 0x7b, 0x7b, 0x7d, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc3, 0xc2, 0xc2, 0xc3, 0xc4, 0xc3, 0xc4, 0xc4, 0xc5, 0xc5, 0xc5, 0xc6, 0xc5, 0xc6, 0xc6, 0xc9, 0xca, 0xca, 0xcc, 0xd0, 0xd0, 0xcc, 0xcc, 0xd0, 0xcc, 0xca, 0xcc, 0xd0, 0xd0, 0xd0, 0xd0, 0xca, 0xd0, 0xcc, 0xcc, 0xd0, 0xc9, 0xcc, 0xcc, 0xd0, 0xd0, 0xd0, 0xd3, 0xd5, 0xd5, 0xd5, 0xdb, 0xd5, 0xdb, 0xd5, 0xdb, 0xd5, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xf9, 0xdb, 0xf9, 0xf9, 0xf9, 0xdb, 0xf9, 0xdb, 0xf9, 0xdb, 0xfa, 0xdb, 0xf9, 0xe0, 0xfa, 0xe0, 0xfa, 0xe0, 0xfa, 0xfa, 0xfa, 0xf9, 0xfa, 0xfa, 0xfa, 0xe0, 0xe0, 0xe0, 0xe0, 0xfb, 0xfa, 0xfb, 0xfb, 0xfb, 0xe5, 0xfb, 0xe5, 0xfb, 0xe8, 0xfb, 0xe5, 0xfc, 0xe8, 0xe8, 0xe8, 0xe5, 0xfc, 0xe8, 0xfc, 0xe8, 0xe8, 0xe8, 0xfd, 0xe8, 0xfe, 0xe8, 0xfd, 0xe8, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfe, 0xec, 0xfe, 0xfe, 0xfe, 0xec, 0xfe, 0xef, 0xfe, 0xfe, 0xfe, 0xfe, 0xef, 0xef, 0xef, 0xef, 0xef, 0xf1, 0xef, 0xf1, 0xf1, 0xf1, 0xef, 0xf1, 0xf1, 0xf3, 0xf1, 0xf3, 0xf1, 0xf3, 0xf1, 0xf4, 0xf1, 0xf0, 0xed, 0xf3, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf3, 0xee, 0xf0, 0xef, 0xf0, 0xf0, 0xef, 0xf0, 0xef, 0xef, 0xee, 0xef, 0xee, 0xef, 0xee, 0xef, 0xef, 0xec, 0xef, 0xec, 0xef, 0xec, 0xec, 0xec, 0xec, 0xec, 0xec, 0xec, 0xec, 0xea, 0xec, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xe7, 0xe7, 0xe2, 0xe7, 0xe7, 0xe7, 0xe7, 0xe8, 0xe2, 0xe5, 0xe2, 0xe5, 0xe2, 0xe5, 0xe2, 0xe5, 0xe2, 0xe5, 0xdf, 0xe5, 0xdf, 0xe5, 0xdf, 0xdc, 0xdf, 0xdc, 0xdc, 0xdd, 0xdc, 0xdd, 0xd6, 0xd6, 0xd6, 0xd6, 0xd2, 0xd6, 0xd1, 0xd1, 0xd6, 0xdc, 0xf9, 0xdb, 0xdc, 0xdb, 0xdc, 0xdb, 0xd7, 0xdb, 0xd5, 0xd5, 0xd5, 0xd5, 0xd5, 0xd5, 0xd3, 0xd5, 0xd3, 0xd5, 0xd3, 0xd3, 0xd1, 0xd3, 0xd1, 0xd3, 0xd1, 0xd1, 0xcf, 0xca, 0xc7, 0xc9, 0xc7, 0xc7, 0xc5, 0xc5, 0xc5, 0xc5, 0xc4, 0xc3, 0xc2, 0xc2, 0x7b, 0x7b, 0xc3, 0xc5, 0xc2, 0xc2, 0xc2, 0x7b, 0x7b, 0x7b, 0x7b, 0x7b, 0xc2, 0x7b, 0x7b, 0x7b, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0x7b, 0xc2, 0xc3, 0xc3, 0xc3, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc5, 0xc5, 0xc6, 0xc5, 0xc6, 0xc6, 0xc7, 0xc9, 0xc9, 0xcc, 0xcc, 0xcc, 0xcc, 0xd0, 0xd0, 0xd0, 0xd0, 0xcc, 0xca, 0xcc, 0xd0, 0xcc, 0xd0, 0xcc, 0xcc, 0xcc, 0xcc, 0xcc, 0xcc, 0xcc, 0xcc, 0xcc, 0xd0, 0xd0, 0xd3, 0xd3, 0xd5, 0xd5, 0xdb, 0xd5, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xf9, 0xdb, 0xdb, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xe0, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfb, 0xfa, 0xfb, 0xfa, 0xfb, 0xfa, 0xfb, 0xe5, 0xfb, 0xe5, 0xfc, 0xfb, 0xfc, 0xfb, 0xe8, 0xfc, 0xe8, 0xe8, 0xe8, 0xe8, 0xe8, 0xe8, 0xfc, 0xe8, 0xfc, 0xfc, 0xfd, 0xe8, 0xe8, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfe, 0xfd, 0xfe, 0xfd, 0xfd, 0xfd, 0xec, 0xfe, 0xec, 0xfe, 0xec, 0xfe, 0xef, 0xfe, 0xfe, 0xfe, 0xef, 0xfe, 0xef, 0xef, 0xf1, 0xef, 0xf1, 0xef, 0xf1, 0xef, 0xf1, 0xf1, 0xef, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf4, 0xf1, 0xf4, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xef, 0xf0, 0xef, 0xf0, 0xef, 0xee, 0xef, 0xee, 0xef, 0xee, 0xef, 0xef, 0xef, 0xef, 0xef, 0xef, 0xec, 0xef, 0xec, 0xef, 0xec, 0xec, 0xec, 0xec, 0xec, 0xec, 0xfe, 0xec, 0xea, 0xec, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xe2, 0xe7, 0xe8, 0xe7, 0xe2, 0xe7, 0xe5, 0xe8, 0xe5, 0xe5, 0xe5, 0xe2, 0xe2, 0xe5, 0xe5, 0xe2, 0xdf, 0xdf, 0xdf, 0xdc, 0xdd, 0xdc, 0xdd, 0xdc, 0xdd, 0xdc, 0xdd, 0xd6, 0xd6, 0xd6, 0xd6, 0xd6, 0xd2, 0xd6, 0xd1, 0xdc, 0xdc, 0xe0, 0xe0, 0xdc, 0xdb, 0xdc, 0xdb, 0xdc, 0xdb, 0xe0, 0xd5, 0xdb, 0xdc, 0xd5, 0xd5, 0xd5, 0xd5, 0xd5, 0xd3, 0xd5, 0xd3, 0xd5, 0xd1, 0xd3, 0xd1, 0xd3, 0xd3, 0xcf, 0xca, 0xca, 0xc7, 0xca, 0xc7, 0xc6, 0xc7, 0xc5, 0xc5, 0xc4, 0xc4, 0xc3, 0xc4, 0xc2, 0x7b, 0xc2, 0xc4, 0xc4, 0xc4, 0xc2, 0xc2, 0xc2, 0xc2, 0x7b, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc3, 0xc3, 0xc3, 0xc4, 0xc4, 0xc5, 0xc4, 0xc4, 0xc5, 0xc5, 0xc5, 0xc6, 0xc6, 0xc7, 0xc7, 0xc7, 0xca, 0xca, 0xd0, 0xd0, 0xcc, 0xd0, 0xd0, 0xcc, 0xcc, 0xd0, 0xcc, 0xcc, 0xcc, 0xd0, 0xd0, 0xd0, 0xd0, 0xcf, 0xcc, 0xcc, 0xcc, 0xc9, 0xcc, 0xca, 0xd0, 0xd0, 0xd0, 0xd3, 0xd5, 0xd5, 0xd5, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xf9, 0xf9, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xf9, 0xdb, 0xf9, 0xdb, 0xf9, 0xdb, 0xf9, 0xdb, 0xf9, 0xdb, 0xf9, 0xdb, 0xf9, 0xf9, 0xf9, 0xfa, 0xf9, 0xfb, 0xf9, 0xfb, 0xfa, 0xfb, 0xfa, 0xfb, 0xfa, 0xfa, 0xfb, 0xfa, 0xfb, 0xfb, 0xfa, 0xfb, 0xfa, 0xfb, 0xe8, 0xfc, 0xe8, 0xfb, 0xe8, 0xfb, 0xe8, 0xfc, 0xe8, 0xe8, 0xe8, 0xfc, 0xe8, 0xfc, 0xe8, 0xfc, 0xe8, 0xfd, 0xe8, 0xfd, 0xe8, 0xfd, 0xea, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfe, 0xfd, 0xfe, 0xfd, 0xfe, 0xec, 0xfe, 0xef, 0xfe, 0xef, 0xfe, 0xec, 0xfe, 0xef, 0xfe, 0xff, 0xfe, 0xef, 0xef, 0xef, 0xef, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf4, 0xf4, 0xf1, 0xf0, 0xed, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf3, 0xee, 0xf0, 0xf0, 0xf0, 0xef, 0xf0, 0xef, 0xee, 0xef, 0xee, 0xef, 0xee, 0xef, 0xef, 0xef, 0xef, 0xec, 0xef, 0xec, 0xef, 0xec, 0xec, 0xec, 0xec, 0xec, 0xec, 0xec, 0xec, 0xea, 0xec, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xe7, 0xe7, 0xe7, 0xe7, 0xe8, 0xe7, 0xe8, 0xe7, 0xe5, 0xe2, 0xe2, 0xe2, 0xe2, 0xe2, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xdd, 0xdf, 0xdf, 0xdd, 0xdc, 0xdf, 0xdc, 0xdd, 0xdc, 0xdd, 0xd6, 0xdd, 0xd6, 0xd2, 0xd6, 0xd7, 0xdc, 0xe0, 0xdb, 0xe0, 0xdb, 0xe0, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xdb, 0xdc, 0xdc, 0xdb, 0xd5, 0xd5, 0xd5, 0xd5, 0xd3, 0xd5, 0xd3, 0xd5, 0xd3, 0xd5, 0xd1, 0xd3, 0xcf, 0xcf, 0xca, 0xca, 0xc7, 0xca, 0xc7, 0xc7, 0xc7, 0xc5, 0xc7, 0xc5, 0xc5, 0xc4, 0xc4, 0xc3, 0xc2, 0xc4, 0xc5, 0xc5, 0xc4, 0xc2, 0xc2, 0xc2, 0xc2, 0x8a, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0x7d, 0xc2, 0xc2, 0xc2, 0xc2, 0xc4, 0xc2, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc5, 0xc5, 0xc5, 0xc6, 0xc5, 0xc7, 0xc7, 0xc9, 0xca, 0xca, 0xd0, 0xd0, 0xd0, 0xd0, 0xcc, 0xd0, 0xd0, 0xd0, 0xd0, 0xcc, 0xcc, 0xcc, 0xd0, 0xcc, 0xd0, 0xcc, 0xcc, 0xcc, 0xcc, 0xcc, 0xcc, 0xcc, 0xd0, 0xd0, 0xd3, 0xd3, 0xd5, 0xd5, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xf9, 0xdb, 0xf9, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xf9, 0xdb, 0xfa, 0xf9, 0xf9, 0xdb, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xfa, 0xf9, 0xfa, 0xf9, 0xfa, 0xf9, 0xfa, 0xf9, 0xfb, 0xfa, 0xfb, 0xfa, 0xfa, 0xfb, 0xfa, 0xfb, 0xfa, 0xfb, 0xfb, 0xfb, 0xfb, 0xfa, 0xfb, 0xfa, 0xfc, 0xfb, 0xe8, 0xfb, 0xfc, 0xfc, 0xfb, 0xfc, 0xe8, 0xfc, 0xe8, 0xe8, 0xe8, 0xe8, 0xfc, 0xe8, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfe, 0xfd, 0xfe, 0xfe, 0xfe, 0xec, 0xfe, 0xef, 0xfe, 0xec, 0xfe, 0xef, 0xfe, 0xff, 0xef, 0xef, 0xf1, 0xef, 0xf1, 0xef, 0xf1, 0xef, 0xef, 0xf1, 0xef, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf4, 0xf1, 0xf1, 0xf4, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xef, 0xf0, 0xef, 0xf0, 0xef, 0xee, 0xef, 0xee, 0xef, 0xef, 0xef, 0xef, 0xec, 0xef, 0xec, 0xec, 0xef, 0xec, 0xec, 0xec, 0xec, 0xea, 0xec, 0xea, 0xec, 0xea, 0xea, 0xea, 0xea, 0xe8, 0xea, 0xe8, 0xe8, 0xe7, 0xe8, 0xe7, 0xe8, 0xe2, 0xe2, 0xe2, 0xe2, 0xe2, 0xdf, 0xdf, 0xdf, 0xe2, 0xdd, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xdc, 0xdf, 0xdc, 0xdd, 0xdc, 0xdd, 0xdd, 0xd6, 0xd6, 0xd6, 0xdc, 0xdc, 0xe0, 0xe0, 0xdc, 0xe0, 0xdc, 0xdc, 0xdb, 0xdc, 0xdb, 0xdc, 0xdb, 0xdc, 0xdc, 0xd5, 0xdc, 0xd5, 0xdc, 0xd5, 0xd5, 0xd5, 0xd5, 0xd5, 0xd5, 0xd3, 0xd5, 0xd3, 0xd1, 0xcf, 0xca, 0xca, 0xca, 0xc7, 0xca, 0xca, 0xca, 0xc9, 0xc6, 0xc7, 0xc5, 0xc5, 0xc5, 0xc4, 0xc3, 0xc2, 0xc4, 0xc5, 0xc5, 0xc4, 0xc4, 0xc4, 0xc2, 0xc3, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0x8a, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc3, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc6, 0xc5, 0xc5, 0xc6, 0xc5, 0xc7, 0xc7, 0xca, 0xc9, 0xcc, 0xd0, 0xcc, 0xd0, 0xcc, 0xd0, 0xd0, 0xd0, 0xcc, 0xd0, 0xcc, 0xd0, 0xd0, 0xd0, 0xcc, 0xd0, 0xcc, 0xd0, 0xcc, 0xcc, 0xcc, 0xcc, 0xcc, 0xd0, 0xd0, 0xd3, 0xd0, 0xd5, 0xd5, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xf9, 0xdb, 0xdb, 0xf9, 0xdb, 0xf9, 0xdb, 0xf9, 0xdb, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xfa, 0xdb, 0xf9, 0xfa, 0xf9, 0xfa, 0xf9, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xe0, 0xfa, 0xfa, 0xfb, 0xfa, 0xfb, 0xfa, 0xfb, 0xfa, 0xfb, 0xfb, 0xfc, 0xfb, 0xfc, 0xfb, 0xfc, 0xfb, 0xe8, 0xfc, 0xe8, 0xfc, 0xfb, 0xfc, 0xfc, 0xfc, 0xfc, 0xfd, 0xe8, 0xfd, 0xfd, 0xe8, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfe, 0xfd, 0xfe, 0xea, 0xfd, 0xfe, 0xfd, 0xef, 0xfe, 0xec, 0xfe, 0xec, 0xfe, 0xec, 0xfe, 0xef, 0xf1, 0xfe, 0xf1, 0xfe, 0xef, 0xef, 0xf1, 0xf1, 0xf1, 0xef, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf3, 0xf3, 0xf1, 0xf1, 0xf0, 0xed, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xef, 0xef, 0xf0, 0xef, 0xf0, 0xef, 0xf0, 0xef, 0xee, 0xef, 0xee, 0xef, 0xef, 0xef, 0xec, 0xec, 0xef, 0xec, 0xec, 0xec, 0xec, 0xec, 0xec, 0xec, 0xea, 0xec, 0xea, 0xec, 0xea, 0xea, 0xea, 0xea, 0xea, 0xea, 0xe7, 0xe2, 0xe7, 0xe7, 0xe2, 0xe2, 0xe2, 0xe2, 0xdf, 0xdf, 0xe2, 0xe2, 0xe2, 0xdf, 0xdf, 0xdf, 0xdd, 0xdf, 0xdf, 0xdd, 0xdd, 0xdd, 0xdc, 0xdd, 0xdd, 0xd9, 0xd6, 0xd6, 0xd6, 0xdd, 0xdc, 0xfa, 0xe0, 0xdc, 0xdc, 0xdc, 0xdc, 0xdb, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xdb, 0xdc, 0xdb, 0xdc, 0xdb, 0xdc, 0xd5, 0xd5, 0xd5, 0xd7, 0xd3, 0xd7, 0xd5, 0xd3, 0xd1, 0xcf, 0xcf, 0xca, 0xca, 0xca, 0xc7, 0xcb, 0xc7, 0xc9, 0xc7, 0xc7, 0xc5, 0xc7, 0xc5, 0xc5, 0xc4, 0xc4, 0xc5, 0xc5, 0xc5, 0xc4, 0xc4, 0xc4, 0xc4, 0xc2, 0xc2, 0xc4, 0xc2, 0xc4, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc4, 0x8a, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc2, 0xc3, 0xc4, 0xc4, 0xc4, 0xc5, 0xc4, 0xc5, 0xc5, 0xc5, 0xc5, 0xc6, 0xc5, 0xc6, 0xc6, 0xc7, 0xc9, 0xca, 0xc9, 0xcc, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xcc, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xcc, 0xd0, 0xcf, 0xcc, 0xcc, 0xcc, 0xcc, 0xcc, 0xcc, 0xcc, 0xcc, 0xd0, 0xd0, 0xd5, 0xd3, 0xd5, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xf9, 0xdb, 0xdb, 0xf9, 0xdb, 0xf9, 0xdb, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xdb, 0xfa, 0xf9, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfb, 0xfa, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfc, 0xfb, 0xfb, 0xfc, 0xfc, 0xfb, 0xfc, 0xfc, 0xe8, 0xfc, 0xe8, 0xfc, 0xe8, 0xfc, 0xe8, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xea, 0xfd, 0xfe, 0xfd, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xec, 0xfe, 0xec, 0xfe, 0xec, 0xfe, 0xef, 0xff, 0xef, 0xff, 0xef, 0xff, 0xef, 0xff, 0xef, 0xf1, 0xef, 0xf1, 0xef, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf3, 0xf1, 0xf4, 0xf1, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xef, 0xf0, 0xec, 0xf0, 0xef, 0xee, 0xef, 0xee, 0xef, 0xef, 0xef, 0xef, 0xec, 0xef, 0xec, 0xec, 0xec, 0xec, 0xec, 0xea, 0xec, 0xea, 0xec, 0xea, 0xea, 0xec, 0xea, 0xea, 0xea, 0xe7, 0xe7, 0xe7, 0xe2, 0xe7, 0xe2, 0xe2, 0xe7, 0xdf, 0xe2, 0xe2, 0xe2, 0xe2, 0xdf, 0xdf, 0xe2, 0xdf, 0xdf, 0xdf, 0xe0, 0xdd, 0xdc, 0xdd, 0xdf, 0xd6, 0xdd, 0xd6, 0xd6, 0xd6, 0xdc, 0xdc, 0xdf, 0xe5, 0xe0, 0xfa, 0xdc, 0xe0, 0xdc, 0xe0, 0xdc, 0xdc, 0xdc, 0xdb, 0xdc, 0xdb, 0xdc, 0xdb, 0xdc, 0xdc, 0xd5, 0xdc, 0xd5, 0xdc, 0xd5, 0xd5, 0xd5, 0xd5, 0xd7, 0xd1, 0xd3, 0xd3, 0xcf, 0xcf, 0xcf, 0xca, 0xce, 0xc7, 0xc7, 0xc7, 0xc7, 0xc7, 0xc6, 0xc6, 0xc5, 0xc5, 0xc5, 0xc4, 0xc4, 0xc5, 0xc5, 0xc5, 0xc5, 0xc4, 0xc4, 0xc4, 0xc4, 0xc2, 0xc4, 0xc2, 0xc4, 0xc2, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc2, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc5, 0xc5, 0xc5, 0xc6, 0xc6, 0xc6, 0xc7, 0xc7, 0xca, 0xc9, 0xca, 0xcc, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xcc, 0xd0, 0xcc, 0xd0, 0xd0, 0xd0, 0xcc, 0xd0, 0xcc, 0xd0, 0xcc, 0xcc, 0xcc, 0xd0, 0xcc, 0xd0, 0xd3, 0xd3, 0xd5, 0xd5, 0xdb, 0xf9, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xf9, 0xdb, 0xdb, 0xdb, 0xf9, 0xf9, 0xf9, 0xdb, 0xf9, 0xdb, 0xdb, 0xdb, 0xdb, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xfa, 0xdb, 0xfa, 0xf9, 0xf9, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfb, 0xfa, 0xfb, 0xe5, 0xfa, 0xfb, 0xfa, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfc, 0xfb, 0xfb, 0xfb, 0xfc, 0xfb, 0xe8, 0xfc, 0xe8, 0xfc, 0xfc, 0xfc, 0xfc, 0xfc, 0xfd, 0xe8, 0xfd, 0xe8, 0xfd, 0xe8, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfe, 0xfe, 0xfe, 0xfe, 0xfd, 0xef, 0xfe, 0xec, 0xfe, 0xef, 0xfe, 0xef, 0xfe, 0xef, 0xff, 0xef, 0xff, 0xef, 0xf1, 0xef, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf3, 0xf3, 0xf1, 0xf1, 0xf0, 0xed, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xef, 0xf0, 0xef, 0xef, 0xf0, 0xef, 0xf0, 0xef, 0xee, 0xef, 0xee, 0xef, 0xef, 0xec, 0xef, 0xec, 0xef, 0xec, 0xec, 0xec, 0xec, 0xec, 0xea, 0xec, 0xea, 0xea, 0xec, 0xea, 0xe7, 0xe6, 0xe7, 0xe6, 0xe2, 0xe6, 0xe7, 0xe4, 0xe2, 0xe4, 0xe2, 0xe4, 0xe2, 0xe2, 0xe2, 0xe2, 0xdf, 0xe2, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xdd, 0xdc, 0xdd, 0xdd, 0xdd, 0xdd, 0xd6, 0xdf, 0xdc, 0xe5, 0xfa, 0xe0, 0xe0, 0xe0, 0xe0, 0xdc, 0xe0, 0xdc, 0xe0, 0xdc, 0xe0, 0xdc, 0xe0, 0xdc, 0xdc, 0xdc, 0xdc, 0xdb, 0xdc, 0xdb, 0xdc, 0xdb, 0xdc, 0xdc, 0xd5, 0xd5, 0xd7, 0xcf, 0xd3, 0xcf, 0xcf, 0xd1, 0xcf, 0xca, 0xcb, 0xca, 0xcb, 0xc7, 0xc7, 0xc7, 0xc6, 0xc7, 0xc5, 0xc7, 0xc5, 0xc5, 0xc5, 0xc8, 0xc5, 0xc8, 0xc5, 0xc5, 0xc4, 0xc5, 0xc4, 0xc4, 0xc4, 0xc2, 0xc4, 0xc4, 0xc4, 0xc4, 0xc2, 0xc4, 0xc2, 0xc4, 0xc2, 0xc4, 0xc2, 0xc4, 0xc4, 0xc4, 0xc2, 0xc4, 0xc2, 0xc4, 0xc2, 0xc4, 0x8a, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc5, 0xc5, 0xc5, 0xc5, 0xc6, 0xc6, 0xc7, 0xc7, 0xca, 0xca, 0xca, 0xcc, 0xd0, 0xd0, 0xd3, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xcc, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xcc, 0xd0, 0xcc, 0xcc, 0xcc, 0xcc, 0xcc, 0xcc, 0xcc, 0xd0, 0xd0, 0xd0, 0xd5, 0xd5, 0xd5, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xf9, 0xdb, 0xf9, 0xf9, 0xf9, 0xdb, 0xf9, 0xf9, 0xdb, 0xf9, 0xf9, 0xf9, 0xf9, 0xfa, 0xfa, 0xfa, 0xf9, 0xf9, 0xdb, 0xf9, 0xf9, 0xf9, 0xfb, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfb, 0xfb, 0xfa, 0xfb, 0xfb, 0xfa, 0xfb, 0xfb, 0xfc, 0xfc, 0xfb, 0xfb, 0xfc, 0xfc, 0xfc, 0xfb, 0xfc, 0xfc, 0xfb, 0xfc, 0xfb, 0xe8, 0xfc, 0xe8, 0xfc, 0xe8, 0xfd, 0xe8, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfe, 0xfd, 0xfe, 0xfd, 0xfe, 0xfd, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xef, 0xfe, 0xef, 0xfe, 0xef, 0xfe, 0xef, 0xfe, 0xef, 0xff, 0xef, 0xff, 0xef, 0xf1, 0xef, 0xf1, 0xef, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf4, 0xf1, 0xf4, 0xf1, 0xf3, 0xf1, 0xf4, 0xf1, 0xf0, 0xf0, 0xf0, 0xed, 0xf0, 0xed, 0xee, 0xed, 0xed, 0xee, 0xf0, 0xee, 0xee, 0xf0, 0xee, 0xf0, 0xf0, 0xef, 0xee, 0xef, 0xee, 0xef, 0xee, 0xef, 0xef, 0xee, 0xec, 0xee, 0xec, 0xec, 0xec, 0xec, 0xec, 0xe7, 0xe7, 0xea, 0xe6, 0xea, 0xe6, 0xe7, 0xec, 0xea, 0xe7, 0xe6, 0xe4, 0xe7, 0xe6, 0xe2, 0xe4, 0xe2, 0xe8, 0xe2, 0xe8, 0xe2, 0xe2, 0xe2, 0xdf, 0xe2, 0xe1, 0xdf, 0xdf, 0xdf, 0xe1, 0xdf, 0xdf, 0xdf, 0xdd, 0xdd, 0xd6, 0xdd, 0xdf, 0xe0, 0xe5, 0xe0, 0xe0, 0xe5, 0xe0, 0xe0, 0xe0, 0xfa, 0xdc, 0xe0, 0xdc, 0xe0, 0xe0, 0xe0, 0xdc, 0xe0, 0xdb, 0xdc, 0xdb, 0xdc, 0xdc, 0xd5, 0xdc, 0xdc, 0xd5, 0xd5, 0xd5, 0xd5, 0xd3, 0xd3, 0xd3, 0xd1, 0xcf, 0xcf, 0xcf, 0xcf, 0xca, 0xcb, 0xca, 0xcb, 0xc7, 0xc5, 0xc7, 0xc6, 0xc5, 0xc6, 0xc5, 0xc6, 0xc7, 0xc7, 0xc6, 0xc5, 0xc5, 0xc5, 0xc5, 0xc5, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc5, 0xc5, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc5, 0xc4, 0xc5, 0xc5, 0xc5, 0xc5, 0xc5, 0xc5, 0xc5, 0xc5, 0xc5, 0xc7, 0xc5, 0xc9, 0xca, 0xca, 0xcc, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xcc, 0xd0, 0xcf, 0xcc, 0xd0, 0xd0, 0xcc, 0xcc, 0xcc, 0xcc, 0xd0, 0xd0, 0xd3, 0xd3, 0xd5, 0xd5, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xf9, 0xdb, 0xf9, 0xdb, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfb, 0xfa, 0xfb, 0xfa, 0xfb, 0xfa, 0xfb, 0xfa, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfc, 0xfb, 0xfc, 0xfb, 0xfc, 0xfc, 0xfb, 0xfc, 0xfc, 0xfc, 0xfd, 0xfc, 0xfc, 0xfc, 0xfd, 0xfc, 0xfc, 0xfd, 0xfc, 0xfd, 0xe8, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfe, 0xfd, 0xfe, 0xfd, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xf1, 0xfe, 0xf1, 0xff, 0xef, 0xf1, 0xff, 0xf1, 0xff, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf4, 0xf1, 0xf4, 0xf1, 0xf4, 0xf3, 0xf4, 0xed, 0xed, 0xed, 0xee, 0xed, 0xf0, 0xed, 0xee, 0xed, 0xf0, 0xee, 0xee, 0xee, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xf0, 0xee, 0xec, 0xee, 0xec, 0xee, 0xec, 0xee, 0xec, 0xee, 0xec, 0xec, 0xec, 0xea, 0xec, 0xe6, 0xea, 0xe6, 0xea, 0xec, 0xe7, 0xec, 0xea, 0xea, 0xe7, 0xe4, 0xe7, 0xe4, 0xe2, 0xe6, 0xe2, 0xe2, 0xe2, 0xe2, 0xe2, 0xe7, 0xe2, 0xe2, 0xdf, 0xdf, 0xe2, 0xdd, 0xdf, 0xe1, 0xdd, 0xe1, 0xdd, 0xdd, 0xdf, 0xdf, 0xdf, 0xe0, 0xe5, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xdc, 0xe0, 0xe0, 0xe0, 0xdc, 0xdc, 0xdc, 0xdb, 0xdc, 0xdb, 0xdc, 0xdb, 0xd7, 0xd5, 0xd3, 0xd3, 0xd3, 0xd3, 0xd1, 0xcf, 0xcf, 0xd1, 0xcf, 0xcf, 0xcf, 0xca, 0xcb, 0xc7, 0xc7, 0xc7, 0xc7, 0xc5, 0xc5, 0xc5, 0xcb, 0xc7, 0xc8, 0xc6, 0xc5, 0xc5, 0xc5, 0xc5, 0xc5, 0xc4, 0xc5, 0xc4, 0xc5, 0xc5, 0xc5, 0xc5, 0xc5, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc4, 0xc5, 0xc5, 0xc5, 0xc5, 0xc5, 0xc5, 0xc6, 0xc5, 0xc7, 0xc7, 0xc7, 0xc7, 0xca, 0xca, 0xcc, 0xcc, 0xd0, 0xd0, 0xd3, 0xd0, 0xd3, 0xd0, 0xd3, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xcc, 0xd0, 0xcc, 0xcc, 0xcc, 0xcc, 0xcc, 0xd0, 0xd0, 0xd3, 0xd3, 0xd5, 0xd5, 0xdb, 0xdb, 0xdb, 0xf9, 0xdb, 0xdb, 0xdb, 0xdb, 0xf9, 0xdb, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfb, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfb, 0xfa, 0xfb, 0xfa, 0xfc, 0xfb, 0xfb, 0xfb, 0xfb, 0xe5, 0xfb, 0xfc, 0xfb, 0xfc, 0xfb, 0xfc, 0xfc, 0xfc, 0xe8, 0xfc, 0xfc, 0xfc, 0xfc, 0xfc, 0xfc, 0xfd, 0xfc, 0xfc, 0xfd, 0xfc, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfe, 0xfd, 0xfe, 0xfd, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xef, 0xfe, 0xf1, 0xf1, 0xf1, 0xfe, 0xf1, 0xef, 0xff, 0xf1, 0xef, 0xf1, 0xef, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf4, 0xf1, 0xf4, 0xf1, 0xf4, 0xf1, 0xf4, 0xf4, 0xed, 0xee, 0xed, 0xed, 0xed, 0xed, 0xed, 0xf0, 0xed, 0xf0, 0xee, 0xf0, 0xee, 0xee, 0xee, 0xee, 0xed, 0xee, 0xed, 0xee, 0xee, 0xee, 0xee, 0xeb, 0xec, 0xeb, 0xec, 0xeb, 0xec, 0xea, 0xeb, 0xec, 0xeb, 0xec, 0xec, 0xeb, 0xe7, 0xe6, 0xea, 0xe6, 0xe7, 0xe7, 0xe7, 0xe6, 0xe4, 0xe7, 0xe4, 0xe2, 0xe4, 0xe2, 0xe4, 0xe2, 0xe4, 0xe2, 0xdf, 0xe2, 0xe2, 0xdf, 0xe1, 0xe2, 0xdf, 0xdf, 0xdd, 0xe1, 0xdd, 0xe2, 0xe2, 0xe5, 0xe5, 0xfa, 0xe5, 0xe0, 0xe0, 0xe0, 0xe0, 0xe5, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xdc, 0xe0, 0xdb, 0xdc, 0xdb, 0xdc, 0xd7, 0xd5, 0xd6, 0xd3, 0xd6, 0xd3, 0xd7, 0xd3, 0xd3, 0xcf, 0xd3, 0xd1, 0xcf, 0xcf, 0xcf, 0xcf, 0xca, 0xcb, 0xca, 0xc7, 0xc7, 0xc7, 0xc5, 0xc7, 0xc7, 0xc7, 0xc8, 0xc5, 0xc7, 0xc5, 0xc7, 0xc5, 0xc5, 0xc4, 0xc5, 0xc5, 0xc5, 0xc5, 0xc5, 0xc4, 0xc5, 0xc4, 0xc5, 0xc4, 0xc5, 0xc4, 0xc5, 0xc4, 0xc5, 0xc5, 0xc5, 0xc5, 0xc4, 0xc4, 0xc4, 0xc5, 0xc4, 0xc5, 0xc4, 0xc5, 0xc5, 0xc6, 0xc5, 0xc6, 0xc5, 0xc7, 0xc5, 0xc7, 0xc7, 0xc7, 0xc7, 0xca, 0xca, 0xcc, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xcf, 0xcc, 0xcc, 0xd0, 0xcc, 0xcc, 0xcc, 0xd0, 0xd0, 0xd3, 0xd3, 0xd3, 0xd5, 0xd5, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xf9, 0xdb, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xfa, 0xf9, 0xfa, 0xf9, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfb, 0xfa, 0xfb, 0xfa, 0xfb, 0xfb, 0xfb, 0xfa, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfc, 0xfb, 0xfb, 0xfb, 0xfb, 0xfc, 0xfc, 0xfb, 0xfc, 0xfb, 0xfc, 0xfc, 0xfc, 0xfc, 0xe8, 0xfc, 0xfd, 0xfc, 0xfd, 0xfc, 0xfd, 0xfc, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfe, 0xfd, 0xfe, 0xfd, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xff, 0xef, 0xff, 0xef, 0xff, 0xef, 0xff, 0xf1, 0xff, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf4, 0xf1, 0xf4, 0xf1, 0xf4, 0xf1, 0xf4, 0xf1, 0xf4, 0xed, 0xed, 0xed, 0xed, 0xed, 0xed, 0xed, 0xed, 0xf0, 0xee, 0xee, 0xf0, 0xee, 0xee, 0xee, 0xed, 0xee, 0xed, 0xed, 0xee, 0xee, 0xee, 0xee, 0xee, 0xeb, 0xec, 0xeb, 0xec, 0xec, 0xec, 0xec, 0xea, 0xeb, 0xe6, 0xeb, 0xe6, 0xec, 0xe6, 0xea, 0xe7, 0xe7, 0xe7, 0xe7, 0xe4, 0xe7, 0xe4, 0xe2, 0xe4, 0xe2, 0xe4, 0xe2, 0xe4, 0xe2, 0xe4, 0xe2, 0xe2, 0xe2, 0xdf, 0xe2, 0xdf, 0xe1, 0xdd, 0xe2, 0xe2, 0xe5, 0xe5, 0xe2, 0xe2, 0xdf, 0xe2, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xdc, 0xe0, 0xe0, 0xe0, 0xdc, 0xdc, 0xdc, 0xd5, 0xd6, 0xd7, 0xd5, 0xd7, 0xd5, 0xd6, 0xd3, 0xd7, 0xd3, 0xd3, 0xd1, 0xcf, 0xd1, 0xcf, 0xcf, 0xcf, 0xcf, 0xca, 0xcb, 0xc7, 0xc7, 0xc7, 0xc7, 0xc7, 0xcb, 0xc7, 0xc8, 0xc7, 0xc8, 0xc7, 0xc5, 0xc8, 0xc5, 0xc8, 0xc5, 0xc5, 0xc5, 0xc5, 0xc5, 0xc5, 0xc5, 0xc5, 0xc4, 0xc5, 0xc4, 0xc5, 0xc4, 0xc5, 0xc4, 0xc5, 0xc4, 0xc5, 0xc5, 0xc5, 0xc5, 0xc4, 0xc5, 0xc4, 0xc5, 0xc5, 0xc5, 0xc5, 0xc6, 0xc6, 0xc5, 0xc6, 0xc7, 0xc9, 0xc7, 0xca, 0xca, 0xca, 0xcc, 0xd0, 0xd0, 0xd0, 0xd3, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xd3, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xcc, 0xcc, 0xcc, 0xd0, 0xcc, 0xcc, 0xcc, 0xd0, 0xd3, 0xd0, 0xd3, 0xd5, 0xd5, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xfa, 0xf9, 0xfb, 0xf9, 0xfb, 0xf9, 0xfa, 0xfa, 0xfa, 0xfb, 0xfa, 0xfb, 0xfa, 0xfb, 0xfa, 0xfb, 0xfa, 0xfc, 0xfb, 0xfb, 0xfb, 0xfc, 0xfb, 0xfb, 0xfb, 0xfc, 0xfb, 0xfc, 0xfc, 0xfb, 0xfc, 0xfb, 0xfc, 0xfc, 0xfc, 0xe8, 0xfc, 0xfd, 0xfc, 0xfc, 0xfd, 0xfc, 0xfd, 0xfc, 0xfd, 0xfc, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfe, 0xfd, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xff, 0xfe, 0xff, 0xff, 0xef, 0xff, 0xef, 0xff, 0xef, 0xff, 0xf1, 0xff, 0xef, 0xff, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf4, 0xf1, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf3, 0xe9, 0xe9, 0xed, 0xed, 0xed, 0xed, 0xed, 0xeb, 0xed, 0xf0, 0xee, 0xf0, 0xed, 0xee, 0xed, 0xee, 0xef, 0xee, 0xef, 0xee, 0xee, 0xee, 0xeb, 0xee, 0xeb, 0xeb, 0xeb, 0xeb, 0xee, 0xea, 0xeb, 0xec, 0xe6, 0xec, 0xe6, 0xeb, 0xeb, 0xea, 0xe6, 0xe6, 0xe6, 0xe7, 0xe6, 0xe7, 0xe4, 0xe7, 0xe6, 0xe2, 0xe4, 0xe4, 0xde, 0xe2, 0xe4, 0xdf, 0xe1, 0xdf, 0xe1, 0xdf, 0xdf, 0xdf, 0xe5, 0xe2, 0xe5, 0xe5, 0xe5, 0xe5, 0xe5, 0xe7, 0xe0, 0xe5, 0xe5, 0xe0, 0xe0, 0xe0, 0xe5, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xdc, 0xe0, 0xdc, 0xdc, 0xdb, 0xdc, 0xd5, 0xd7, 0xd5, 0xd6, 0xd5, 0xd7, 0xd3, 0xd3, 0xd1, 0xd1, 0xd3, 0xd1, 0xcf, 0xcf, 0xcf, 0xce, 0xcf, 0xca, 0xce, 0xc7, 0xcb, 0xc7, 0xca, 0xce, 0xce, 0xc7, 0xc7, 0xc8, 0xc7, 0xc8, 0xc5, 0xc8, 0xc5, 0xc8, 0xc5, 0xc7, 0xc5, 0xc7, 0xc6, 0xc5, 0xc5, 0xc5, 0xc5, 0xc5, 0xc4, 0xc5, 0xc4, 0xc5, 0xc5, 0xc5, 0xc5, 0xc5, 0xc4, 0xc5, 0xc4, 0xc5, 0xc4, 0xc5, 0xc5, 0xc5, 0xc5, 0xc5, 0xc6, 0xc7, 0xc6, 0xc7, 0xc7, 0xc7, 0xcb, 0xcc, 0xca, 0xcc, 0xcc, 0xd0, 0xd0, 0xd0, 0xd3, 0xd0, 0xd3, 0xd0, 0xd0, 0xd0, 0xd3, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xcf, 0xcc, 0xcc, 0xcc, 0xcc, 0xcc, 0xcc, 0xd0, 0xd0, 0xd0, 0xd5, 0xd5, 0xd5, 0xdb, 0xdb, 0xdb, 0xdb, 0xdb, 0xf9, 0xdb, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xfa, 0xf9, 0xfa, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xfb, 0xf9, 0xfa, 0xf9, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfc, 0xfc, 0xfc, 0xfc, 0xfc, 0xfc, 0xfc, 0xfc, 0xfc, 0xfc, 0xfc, 0xfc, 0xfc, 0xfc, 0xfc, 0xfc, 0xfd, 0xfc, 0xfd, 0xfc, 0xfd, 0xfc, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfe, 0xfe, 0xfd, 0xfe, 0xfd, 0xfe, 0xfd, 0xfe, 0xfd, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xff, 0xfe, 0xff, 0xfe, 0xff, 0xfe, 0xff, 0xff, 0xf1, 0xff, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf4, 0xf1, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xed, 0xe9, 0xed, 0xed, 0xed, 0xed, 0xe9, 0xee, 0xeb, 0xed, 0xeb, 0xed, 0xeb, 0xed, 0xee, 0xee, 0xee, 0xec, 0xee, 0xee, 0xee, 0xee, 0xee, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xec, 0xeb, 0xea, 0xec, 0xe6, 0xec, 0xe6, 0xec, 0xe6, 0xe6, 0xe6, 0xe7, 0xe6, 0xe2, 0xe6, 0xe2, 0xe6, 0xe2, 0xe4, 0xe4, 0xe2, 0xe4, 0xe1, 0xe4, 0xe2, 0xe1, 0xdf, 0xdf, 0xe2, 0xdf, 0xe2, 0xe8, 0xe2, 0xe8, 0xe5, 0xe7, 0xe5, 0xe2, 0xe5, 0xe5, 0xe5, 0xdf, 0xe0, 0xe5, 0xe5, 0xe5, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xe0, 0xdc, 0xe0, 0xdc, 0xe0, 0xdc, 0xd5, 0xdc, 0xdc, 0xd5, 0xd7, 0xd7, 0xd5, 0xd7, 0xd5, 0xd7, 0xd1, 0xd1, 0xd3, 0xd1, 0xd0, 0xcf, 0xd1, 0xce, 0xcf, 0xca, 0xcf, 0xcb, 0xcb, 0xca, 0xce, 0xce, 0xce, 0xcb, 0xc7, 0xcb, 0xc7, 0xc7, 0xc5, 0xc7, 0xc5, 0xc7, 0xc7, 0xc5, 0xc7, 0xc6, 0xc7, 0xc5, 0xc7, 0xc5, 0xc5, 0xc6, 0xc5, 0xc5, 0xc4, 0xc5, 0xc5, 0xc5, 0xc5, 0xc5, 0xc4, 0xc5, 0xc4, 0xc5, 0xc4, 0xc5, 0xc5, 0xc8, 0xc6, 0xc5, 0xc6, 0xc7, 0xc6, 0xc7, 0xc9, 0xca, 0xca, 0xcc, 0xca, 0xcf, 0xd0, 0xd0, 0xd0, 0xd0, 0xd3, 0xd0, 0xd0, 0xd0, 0xd3, 0xd0, 0xd3, 0xd0, 0xd3, 0xd0, 0xd3, 0xd0, 0xd0, 0xd0, 0xd0, 0xcf, 0xcc, 0xcc, 0xcc, 0xcc, 0xcc, 0xcc, 0xd0, 0xd0, 0xd3, 0xd3, 0xd5, 0xd5, 0xdb, 0xdb, 0xdb, 0xf9, 0xdb, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xfb, 0xfb, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xfb, 0xfb, 0xfb, 0xfa, 0xfb, 0xfb, 0xfb, 0xfb, 0xfa, 0xfb, 0xfa, 0xfb, 0xfa, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfc, 0xfb, 0xfc, 0xfb, 0xfc, 0xfc, 0xfc, 0xfc, 0xfc, 0xfc, 0xfc, 0xfc, 0xfc, 0xfc, 0xfc, 0xfd, 0xfc, 0xfc, 0xfd, 0xfc, 0xfd, 0xfc, 0xfd, 0xfd, 0xfe, 0xfd, 0xfd, 0xfe, 0xfe, 0xfd, 0xfe, 0xfd, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xff, 0xfe, 0xff, 0xfe, 0xff, 0xfe, 0xff, 0xff, 0xf1, 0xff, 0xf1, 0xff, 0xf1, 0xf1, 0xff, 0xf4, 0xff, 0xf1, 0xf1, 0xf1, 0xf1, 0xf4, 0xf1, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xe9, 0xed, 0xed, 0xed, 0xed, 0xed, 0xed, 0xed, 0xe9, 0xe9, 0xe9, 0xed, 0xeb, 0xed, 0xe9, 0xee, 0xee, 0xee, 0xeb, 0xee, 0xee, 0xee, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xea, 0xeb, 0xea, 0xe6, 0xea, 0xe6, 0xe7, 0xe6, 0xe7, 0xe6, 0xe7, 0xe6, 0xe7, 0xe6, 0xe2, 0xe7, 0xe4, 0xe2, 0xe4, 0xe2, 0xe2, 0xe2, 0xe2, 0xe7, 0xe2, 0xe7, 0xe2, 0xe2, 0xe7, 0xe5, 0xe7, 0xe5, 0xe2, 0xe5, 0xe2, 0xe5, 0xdf, 0xe5, 0xdf, 0xe5, 0xe0, 0xe5, 0xe5, 0xe5, 0xe5, 0xe0, 0xe0, 0xe0, 0xdc, 0xe0, 0xdc, 0xe0, 0xdc, 0xdc, 0xd7, 0xdc, 0xdc, 0xdc, 0xd5, 0xdc, 0xd7, 0xdc, 0xd7, 0xd7, 0xd5, 0xd7, 0xd5, 0xd1, 0xd1, 0xd3, 0xd1, 0xcf, 0xd1, 0xca, 0xce, 0xcf, 0xca, 0xca, 0xce, 0xce, 0xcf, 0xce, 0xca, 0xce, 0xcb, 0xcb, 0xc7, 0xc7, 0xc8, 0xc7, 0xc7, 0xc7, 0xc7, 0xc7, 0xc7, 0xc8, 0xc7, 0xc6, 0xc5, 0xc5, 0xc5, 0xc5, 0xc5, 0xc5, 0xc5, 0xc5, 0xc5, 0xc5, 0xc4, 0xc5, 0xc5, 0xc5, 0xc4, 0xc5, 0xc5, 0xc5, 0xc5, 0xc7, 0xc6, 0xc6, 0xc6, 0xc7, 0xc7, 0xca, 0xc7, 0xcc, 0xcb, 0xcf, 0xd0, 0xd0, 0xd0, 0xd0, 0xd3, 0xd3, 0xd0, 0xd3, 0xd0, 0xd3, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xcf, 0xcc, 0xcf, 0xcf, 0xd0, 0xcc, 0xcc, 0xcc, 0xd0, 0xd3, 0xd3, 0xd5, 0xd5, 0xdb, 0xdb, 0xdb, 0xdb, 0xf9, 0xf9, 0xdb, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xfb, 0xf9, 0xfb, 0xf9, 0xfb, 0xf9, 0xfa, 0xf9, 0xfa, 0xf9, 0xfa, 0xf9, 0xfb, 0xf9, 0xfa, 0xf9, 0xfb, 0xfb, 0xfa, 0xfb, 0xfb, 0xfa, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfc, 0xfb, 0xfc, 0xfc, 0xfc, 0xfc, 0xfc, 0xfc, 0xfc, 0xfc, 0xfc, 0xfd, 0xfc, 0xfd, 0xfc, 0xfc, 0xfd, 0xfd, 0xfd, 0xfd, 0xfc, 0xfd, 0xfd, 0xfd, 0xfd, 0xfe, 0xfd, 0xfe, 0xfe, 0xfe, 0xfd, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xff, 0xff, 0xfe, 0xff, 0xfe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf1, 0xf1, 0xf1, 0xff, 0xf1, 0xf1, 0xf1, 0xf1, 0xf4, 0xf1, 0xf4, 0xf1, 0xf4, 0xf1, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xe9, 0xed, 0xe9, 0xed, 0xe9, 0xed, 0xe9, 0xed, 0xe9, 0xed, 0xe9, 0xed, 0xe9, 0xed, 0xe9, 0xeb, 0xed, 0xeb, 0xed, 0xeb, 0xee, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xe6, 0xeb, 0xeb, 0xeb, 0xea, 0xe6, 0xe7, 0xe6, 0xe7, 0xe4, 0xe7, 0xe4, 0xe7, 0xe4, 0xe7, 0xe4, 0xe7, 0xe4, 0xe4, 0xe2, 0xe4, 0xe2, 0xe4, 0xe7, 0xea, 0xe8, 0xea, 0xe8, 0xe7, 0xe2, 0xe7, 0xe5, 0xe7, 0xe5, 0xe7, 0xe5, 0xe2, 0xe5, 0xe2, 0xe5, 0xdf, 0xe5, 0xe5, 0xe5, 0xe5, 0xe5, 0xe0, 0xe0, 0xe0, 0xe0, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xdd, 0xd7, 0xdc, 0xdc, 0xdc, 0xdb, 0xdc, 0xdb, 0xd7, 0xdc, 0xd7, 0xd5, 0xd7, 0xdc, 0xd1, 0xd7, 0xd1, 0xd3, 0xd3, 0xd1, 0xd1, 0xce, 0xca, 0xcf, 0xcf, 0xd1, 0xce, 0xd1, 0xce, 0xca, 0xce, 0xcb, 0xcb, 0xcb, 0xca, 0xcb, 0xc7, 0xc7, 0xc7, 0xc7, 0xc7, 0xc7, 0xc5, 0xc7, 0xc5, 0xc7, 0xc5, 0xc5, 0xc5, 0xc7, 0xc5, 0xc7, 0xc5, 0xc7, 0xc5, 0xc5, 0xc5, 0xc5, 0xc5, 0xc5, 0xc7, 0xc5, 0xc5, 0xc7, 0xc5, 0xc7, 0xc5, 0xc7, 0xc7, 0xc7, 0xca, 0xcb, 0xca, 0xca, 0xca, 0xcf, 0xcf, 0xd3, 0xd0, 0xd3, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xd3, 0xd0, 0xd3, 0xd0, 0xd3, 0xd0, 0xd3, 0xd0, 0xd0, 0xcf, 0xcc, 0xcf, 0xcc, 0xcf, 0xcc, 0xcf, 0xcf, 0xcf, 0xd0, 0xd3, 0xd5, 0xd5, 0xdb, 0xdb, 0xdb, 0xdb, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xfb, 0xf9, 0xfb, 0xf9, 0xfb, 0xf9, 0xfb, 0xf9, 0xfa, 0xfa, 0xfb, 0xfa, 0xfb, 0xfa, 0xfb, 0xfa, 0xfb, 0xfb, 0xfb, 0xfb, 0xfa, 0xfb, 0xfb, 0xfb, 0xfb, 0xfc, 0xfb, 0xfc, 0xfb, 0xfc, 0xfb, 0xfc, 0xfb, 0xfc, 0xfc, 0xfc, 0xfc, 0xfc, 0xfc, 0xfc, 0xfc, 0xfc, 0xfc, 0xfc, 0xfd, 0xfc, 0xfc, 0xfd, 0xfc, 0xfd, 0xfc, 0xfd, 0xfc, 0xfd, 0xfd, 0xfd, 0xfd, 0xfe, 0xfd, 0xfe, 0xfe, 0xfe, 0xfd, 0xfe, 0xfe, 0xfe, 0xfe, 0xff, 0xff, 0xff, 0xfe, 0xfe, 0xfe, 0xff, 0xfe, 0xff, 0xfe, 0xff, 0xfe, 0xff, 0xff, 0xff, 0xff, 0xf1, 0xff, 0xf1, 0xff, 0xf4, 0xf1, 0xff, 0xf4, 0xff, 0xf4, 0xf1, 0xf4, 0xf1, 0xf4, 0xf1, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xed, 0xe9, 0xe9, 0xed, 0xe9, 0xed, 0xe9, 0xed, 0xe9, 0xed, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xeb, 0xe9, 0xeb, 0xe9, 0xeb, 0xe9, 0xeb, 0xeb, 0xee, 0xee, 0xeb, 0xeb, 0xe6, 0xeb, 0xeb, 0xeb, 0xeb, 0xe6, 0xe6, 0xe6, 0xe6, 0xe4, 0xe6, 0xe4, 0xe6, 0xe4, 0xe7, 0xe4, 0xe7, 0xe4, 0xe6, 0xe2, 0xe7, 0xe7, 0xec, 0xe8, 0xe7, 0xe8, 0xe7, 0xe7, 0xe7, 0xe2, 0xe7, 0xe2, 0xe8, 0xe2, 0xe8, 0xe2, 0xe2, 0xe2, 0xe5, 0xe2, 0xe5, 0xe2, 0xe2, 0xe5, 0xe2, 0xe0, 0xe5, 0xe0, 0xdf, 0xdc, 0xdf, 0xdc, 0xdf, 0xdc, 0xdf, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xd7, 0xdc, 0xd6, 0xd5, 0xd7, 0xd5, 0xd1, 0xd3, 0xd1, 0xd1, 0xd1, 0xce, 0xcf, 0xca, 0xce, 0xd1, 0xcf, 0xcf, 0xce, 0xce, 0xce, 0xce, 0xcb, 0xcb, 0xcb, 0xcb, 0xcb, 0xcb, 0xcb, 0xc7, 0xcb, 0xc7, 0xc7, 0xc8, 0xc7, 0xc8, 0xc5, 0xc5, 0xc8, 0xc5, 0xc5, 0xc5, 0xc5, 0xc7, 0xc5, 0xc5, 0xc5, 0xc5, 0xc5, 0xc5, 0xc7, 0xc5, 0xc6, 0xc7, 0xc5, 0xc7, 0xc5, 0xc7, 0xc7, 0xc7, 0xca, 0xcb, 0xca, 0xca, 0xca, 0xcf, 0xd0, 0xd0, 0xd3, 0xd0, 0xd3, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xd3, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xcc, 0xd0, 0xcc, 0xd0, 0xcc, 0xcc, 0xd0, 0xd3, 0xd3, 0xd5, 0xd5, 0xdb, 0xdb, 0xdb, 0xdb, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xfb, 0xf9, 0xfb, 0xf9, 0xfa, 0xf9, 0xfb, 0xf9, 0xfb, 0xf9, 0xfb, 0xfa, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfc, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfc, 0xfb, 0xfc, 0xfc, 0xfc, 0xfc, 0xfc, 0xfc, 0xfc, 0xfc, 0xfc, 0xfc, 0xfd, 0xfc, 0xfd, 0xfc, 0xfd, 0xfc, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfc, 0xfe, 0xfd, 0xfe, 0xfe, 0xfe, 0xfd, 0xfe, 0xfe, 0xfd, 0xfe, 0xfe, 0xfe, 0xfe, 0xff, 0xfe, 0xff, 0xfe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf1, 0xff, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf4, 0xf1, 0xf4, 0xf1, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xe9, 0xe9, 0xe9, 0xed, 0xe9, 0xe9, 0xe9, 0xed, 0xed, 0xed, 0xe9, 0xed, 0xe9, 0xed, 0xe9, 0xed, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe6, 0xe9, 0xe9, 0xeb, 0xeb, 0xeb, 0xeb, 0xeb, 0xe6, 0xeb, 0xe6, 0xe9, 0xe6, 0xe9, 0xea, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xe4, 0xe4, 0xe2, 0xe4, 0xe7, 0xe6, 0xea, 0xea, 0xea, 0xea, 0xe7, 0xe7, 0xe7, 0xe2, 0xe7, 0xe2, 0xe7, 0xe8, 0xe8, 0xe2, 0xe7, 0xe2, 0xe2, 0xe2, 0xe2, 0xe2, 0xe5, 0xdf, 0xe5, 0xdf, 0xdf, 0xdc, 0xdf, 0xd6, 0xdf, 0xd6, 0xe0, 0xdf, 0xdc, 0xdf, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xd7, 0xdc, 0xd7, 0xdc, 0xd7, 0xd7, 0xd7, 0xdc, 0xd7, 0xd3, 0xd6, 0xd3, 0xd6, 0xd1, 0xd1, 0xd1, 0xcf, 0xd1, 0xd1, 0xd1, 0xd1, 0xd1, 0xce, 0xcf, 0xce, 0xce, 0xce, 0xca, 0xce, 0xca, 0xcb, 0xcb, 0xcb, 0xcb, 0xcb, 0xc7, 0xcd, 0xc5, 0xc7, 0xc7, 0xc8, 0xc5, 0xc8, 0xc5, 0xc5, 0xc5, 0xc5, 0xc8, 0xc8, 0xc5, 0xc8, 0xc5, 0xc5, 0xc5, 0xc8, 0xc5, 0xc8, 0xc6, 0xc7, 0xc6, 0xc8, 0xc7, 0xc7, 0xc7, 0xca, 0xcb, 0xcf, 0xcc, 0xcf, 0xcf, 0xd0, 0xd0, 0xd0, 0xd0, 0xd3, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xd3, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xcc, 0xd0, 0xcc, 0xd0, 0xcc, 0xd0, 0xcf, 0xd0, 0xd3, 0xd5, 0xdb, 0xdb, 0xdb, 0xdb, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xfb, 0xf9, 0xfb, 0xf9, 0xf9, 0xf9, 0xfa, 0xf9, 0xfa, 0xfb, 0xfb, 0xfa, 0xfb, 0xfa, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfc, 0xfb, 0xfc, 0xfa, 0xfc, 0xfb, 0xfc, 0xfc, 0xfb, 0xfc, 0xfc, 0xfc, 0xfc, 0xfc, 0xfc, 0xfc, 0xfd, 0xfc, 0xfd, 0xfc, 0xfd, 0xfc, 0xfd, 0xfd, 0xfc, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfe, 0xfe, 0xfe, 0xfd, 0xfe, 0xfe, 0xfe, 0xfd, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf1, 0xff, 0xf1, 0xff, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf4, 0xf1, 0xf4, 0xf1, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf6, 0xe9, 0xe9, 0xe9, 0xe9, 0xed, 0xe9, 0xe9, 0xed, 0xe9, 0xed, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe6, 0xe9, 0xe6, 0xe9, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xe6, 0xe4, 0xe6, 0xe6, 0xe6, 0xe6, 0xe4, 0xe6, 0xe6, 0xe6, 0xec, 0xe6, 0xec, 0xec, 0xe6, 0xea, 0xea, 0xe7, 0xe7, 0xea, 0xe7, 0xe7, 0xe7, 0xe7, 0xe2, 0xe7, 0xe2, 0xe7, 0xe2, 0xe2, 0xe2, 0xe2, 0xe2, 0xe2, 0xe2, 0xe2, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xe2, 0xdc, 0xdf, 0xdc, 0xdf, 0xdc, 0xdf, 0xdc, 0xdf, 0xdc, 0xdd, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xdc, 0xd7, 0xdc, 0xd7, 0xdc, 0xd5, 0xd6, 0xd5, 0xd6, 0xd3, 0xd7, 0xd3, 0xd1, 0xd3, 0xcf, 0xd1, 0xd1, 0xd1, 0xd6, 0xd1, 0xd1, 0xd1, 0xd1, 0xce, 0xce, 0xce, 0xce, 0xce, 0xce, 0xce, 0xcb, 0xcb, 0xcb, 0xcb, 0xcb, 0xc7, 0xcb, 0xcb, 0xc7, 0xc7, 0xc8, 0xc7, 0xc5, 0xc7, 0xc5, 0xc7, 0xc5, 0xc7, 0xc5, 0xc5, 0xc5, 0xc5, 0xc6, 0xc8, 0xc7, 0xc8, 0xc7, 0xc6, 0xc7, 0xc7, 0xcb, 0xc7, 0xcb, 0xcb, 0xcb, 0xcf, 0xcc, 0xcf, 0xcf, 0xd0, 0xd3, 0xd3, 0xd3, 0xd3, 0xd0, 0xd3, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xd3, 0xd0, 0xd3, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xcc, 0xd0, 0xd0, 0xd0, 0xcf, 0xd0, 0xcc, 0xd0, 0xd0, 0xd5, 0xd3, 0xdb, 0xd5, 0xdb, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xfb, 0xf9, 0xfb, 0xf9, 0xfb, 0xf9, 0xfa, 0xf9, 0xfb, 0xf9, 0xfb, 0xf9, 0xfb, 0xfa, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfc, 0xfb, 0xfc, 0xfc, 0xfb, 0xfc, 0xfc, 0xfc, 0xfc, 0xfc, 0xfc, 0xfc, 0xfc, 0xfc, 0xfc, 0xfd, 0xfc, 0xfd, 0xfc, 0xfd, 0xfc, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfe, 0xfe, 0xfd, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xff, 0xff, 0xff, 0xfe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf1, 0xff, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf4, 0xf1, 0xf4, 0xf1, 0xf4, 0xf1, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xe9, 0xed, 0xe9, 0xed, 0xe9, 0xed, 0xe9, 0xe9, 0xed, 0xe9, 0xe9, 0xe9, 0xe9, 0xe6, 0xe9, 0xe6, 0xe9, 0xe6, 0xe9, 0xe6, 0xe9, 0xe6, 0xe6, 0xe4, 0xe6, 0xe3, 0xe4, 0xe4, 0xe6, 0xe6, 0xe6, 0xe7, 0xe6, 0xec, 0xe6, 0xec, 0xea, 0xea, 0xe7, 0xeb, 0xe7, 0xe7, 0xe7, 0xe7, 0xe7, 0xe7, 0xe2, 0xe7, 0xe7, 0xe2, 0xe7, 0xe2, 0xe2, 0xe2, 0xe2, 0xe2, 0xdf, 0xe2, 0xdf, 0xe2, 0xdf, 0xdf, 0xdf, 0xdf, 0xe0, 0xe2, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xdf, 0xdc, 0xdf, 0xdc, 0xdc, 0xdc, 0xe0, 0xdc, 0xdc, 0xdc, 0xd7, 0xdc, 0xd7, 0xdc, 0xd7, 0xdc, 0xd7, 0xd7, 0xd7, 0xd5, 0xd1, 0xd1, 0xd1, 0xd1, 0xd3, 0xd7, 0xd5, 0xd7, 0xd1, 0xd7, 0xd1, 0xd1, 0xce, 0xd1, 0xce, 0xce, 0xce, 0xce, 0xcf, 0xce, 0xca, 0xce, 0xca, 0xcb, 0xca, 0xcb, 0xcb, 0xc7, 0xcb, 0xc7, 0xc7, 0xc7, 0xc7, 0xc7, 0xcb, 0xc7, 0xc7, 0xc7, 0xc7, 0xc7, 0xc7, 0xc7, 0xc7, 0xc7, 0xc7, 0xc8, 0xc7, 0xc7, 0xc7, 0xc7, 0xcb, 0xcb, 0xca, 0xca, 0xcf, 0xcc, 0xd0, 0xcf, 0xcf, 0xcf, 0xd3, 0xd3, 0xd3, 0xd3, 0xd3, 0xd0, 0xd3, 0xd3, 0xd3, 0xd3, 0xd0, 0xd3, 0xd0, 0xd3, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xcc, 0xd0, 0xd0, 0xd0, 0xd0, 0xd0, 0xcc, 0xd0, 0xd0, 0xd3, 0xd3, 0xd5, 0xdb, 0xdb, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xf9, 0xfb, 0xf9, 0xfb, 0xf9, 0xfb, 0xf9, 0xfb, 0xf9, 0xfb, 0xf9, 0xfa, 0xf9, 0xfb, 0xfa, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfb, 0xfc, 0xfc, 0xfb, 0xfc, 0xfc, 0xfc, 0xfc, 0xfc, 0xfc, 0xfc, 0xfc, 0xfc, 0xfc, 0xfc, 0xfc, 0xfc, 0xfc, 0xfd, 0xfc, 0xfd, 0xfd, 0xfd, 0xfc, 0xfe, 0xfc, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfd, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xff, 0xfe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf4, 0xf1, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf6, }; const lv_img_dsc_t img_background = { .header.cf = LV_IMG_CF_INDEXED_8BIT, .header.always_zero = 0, .header.reserved = 0, .header.w = 320, .header.h = 240, .data_size = 77824, .data = img_background_map, };
474,988
img_background
c
en
c
code
{"qsc_code_num_words": 78964, "qsc_code_num_chars": 474988.0, "qsc_code_mean_word_length": 3.99611215, "qsc_code_frac_words_unique": 0.00697786, "qsc_code_frac_chars_top_2grams": 0.01485665, "qsc_code_frac_chars_top_3grams": 0.0194328, "qsc_code_frac_chars_top_4grams": 0.02296949, "qsc_code_frac_chars_dupe_5grams": 0.87574671, "qsc_code_frac_chars_dupe_6grams": 0.7492212, "qsc_code_frac_chars_dupe_7grams": 0.61989739, "qsc_code_frac_chars_dupe_8grams": 0.49341307, "qsc_code_frac_chars_dupe_9grams": 0.39432228, "qsc_code_frac_chars_dupe_10grams": 0.30893459, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.42269886, "qsc_code_frac_chars_whitespace": 0.16940639, "qsc_code_size_file_byte": 474988.0, "qsc_code_num_lines": 532.0, "qsc_code_num_chars_line_max": 1923.0, "qsc_code_num_chars_line_mean": 892.83458647, "qsc_code_frac_chars_alphabet": 0.37712726, "qsc_code_frac_chars_comments": 0.01162556, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.0152381, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 4.899e-05, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.66308529, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codec_frac_lines_func_ratio": 0.00380952, "qsc_codec_cate_bitsstdc": 0.0, "qsc_codec_nums_lines_main": 0, "qsc_codec_frac_lines_goto": 0.0, "qsc_codec_cate_var_zero": 0.0, "qsc_codec_score_lines_no_logic": 0.00761905, "qsc_codec_frac_lines_print": 0.0, "qsc_codec_frac_lines_preprocessor_directives": 0.03428571}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 1, "qsc_code_frac_chars_dupe_6grams": 1, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 1, "qsc_code_num_chars_line_mean": 1, "qsc_code_frac_chars_alphabet": 1, "qsc_code_frac_chars_digital": 1, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 1, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codec_frac_lines_func_ratio": 0, "qsc_codec_nums_lines_main": 0, "qsc_codec_score_lines_no_logic": 0, "qsc_codec_frac_lines_preprocessor_directives": 0, "qsc_codec_frac_lines_print": 0}
0015/ESP32Berry
Arduino_IDE/ESP32Berry/ESP32Berry_Network.hpp
///////////////////////////////////////////////////////////////// /* New ESP32Berry Project, The base UI & ChatGPT Client For More Information: https://youtu.be/5K6rSw9j5iY Created by Eric N. (ThatProject) */ ///////////////////////////////////////////////////////////////// #pragma once #include <vector> #include <WiFiClientSecure.h> #include "ESP32Berry_Config.hpp" typedef enum { NETWORK_DISCONNECTED, NETWORK_SCANNING_OFF, NETWORK_SCANNING_ON, NETWORK_CONNECTING, NETWORK_CONNECT_FAILURE, NETWORK_CONNECTED, } Network_Event_t; class Network { private: typedef void (*FuncPtrVector)(Network_Event_t, void*, void*); friend void ntScanTask(void* pvParameters); Network_Event_t _networkEvent; void WiFiScanner(bool isOn); void WiFiScannerStop(); void WiFiConnector(void* param); public: String _ssid, _pwd; std::vector<String> WiFiLog; TaskHandle_t ntScanTaskHandler, ntConnectTaskHandler; FuncPtrVector network_result_cb; Network(FuncPtrVector callback); ~Network(); void WiFiCommend(Network_Event_t networkEvent, void* param); void WiFiEvent(WiFiEvent_t event, WiFiEventInfo_t info); };
1,136
ESP32Berry_Network
hpp
en
cpp
code
{"qsc_code_num_words": 117, "qsc_code_num_chars": 1136.0, "qsc_code_mean_word_length": 6.43589744, "qsc_code_frac_words_unique": 0.60683761, "qsc_code_frac_chars_top_2grams": 0.06374502, "qsc_code_frac_chars_top_3grams": 0.0690571, "qsc_code_frac_chars_top_4grams": 0.06640106, "qsc_code_frac_chars_dupe_5grams": 0.07702523, "qsc_code_frac_chars_dupe_6grams": 0.0, "qsc_code_frac_chars_dupe_7grams": 0.0, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.00799201, "qsc_code_frac_chars_whitespace": 0.11883803, "qsc_code_size_file_byte": 1136.0, "qsc_code_num_lines": 38.0, "qsc_code_num_chars_line_max": 66.0, "qsc_code_num_chars_line_mean": 29.89473684, "qsc_code_frac_chars_alphabet": 0.74425574, "qsc_code_frac_chars_comments": 0.24647887, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.0, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.02450408, "qsc_code_frac_chars_long_word_length": 0.02450408, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codecpp_frac_lines_preprocessor_directives": null, "qsc_codecpp_frac_lines_func_ratio": 0.2, "qsc_codecpp_cate_bitsstdc": 0.0, "qsc_codecpp_nums_lines_main": 0.0, "qsc_codecpp_frac_lines_goto": 0.0, "qsc_codecpp_cate_var_zero": 0.0, "qsc_codecpp_score_lines_no_logic": 0.33333333, "qsc_codecpp_frac_lines_print": 0.0}
1
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codecpp_frac_lines_func_ratio": 0, "qsc_codecpp_nums_lines_main": 0, "qsc_codecpp_score_lines_no_logic": 0, "qsc_codecpp_frac_lines_preprocessor_directives": 0, "qsc_codecpp_frac_lines_print": 0}
0015/ESP32Berry
Arduino_IDE/ESP32Berry/utilities.h
/** * @file utilities.h * @author Lewis He (lewishe@outlook.com) * @license MIT * @copyright Copyright (c) 2023 Shenzhen Xin Yuan Electronic Technology Co., Ltd * @date 2023-04-11 * */ #pragma once //! The board peripheral power control pin needs to be set to HIGH when using the peripheral #define BOARD_POWERON 10 #define BOARD_I2S_WS 5 #define BOARD_I2S_BCK 7 #define BOARD_I2S_DOUT 6 #define BOARD_I2C_SDA 18 #define BOARD_I2C_SCL 8 #define BOARD_BAT_ADC 4 #define BOARD_TOUCH_INT 16 #define BOARD_KEYBOARD_INT 46 #define BOARD_SDCARD_CS 39 #define BOARD_TFT_CS 12 #define RADIO_CS_PIN 9 #define BOARD_TFT_DC 11 #define BOARD_TFT_BACKLIGHT 42 #define BOARD_SPI_MOSI 41 #define BOARD_SPI_MISO 38 #define BOARD_SPI_SCK 40 #define BOARD_TBOX_G02 2 #define BOARD_TBOX_G01 3 #define BOARD_TBOX_G04 1 #define BOARD_TBOX_G03 15 #define BOARD_ES7210_MCLK 48 #define BOARD_ES7210_LRCK 21 #define BOARD_ES7210_SCK 47 #define BOARD_ES7210_DIN 14 #define RADIO_BUSY_PIN 13 #define RADIO_RST_PIN 17 #define RADIO_DIO1_PIN 45 #define BOARD_BOOT_PIN 0 #define BOARD_BL_PIN 42
1,246
utilities
h
en
c
code
{"qsc_code_num_words": 193, "qsc_code_num_chars": 1246.0, "qsc_code_mean_word_length": 4.18134715, "qsc_code_frac_words_unique": 0.54404145, "qsc_code_frac_chars_top_2grams": 0.35439901, "qsc_code_frac_chars_top_3grams": 0.07434944, "qsc_code_frac_chars_top_4grams": 0.0, "qsc_code_frac_chars_dupe_5grams": 0.0, "qsc_code_frac_chars_dupe_6grams": 0.0, "qsc_code_frac_chars_dupe_7grams": 0.0, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.09924488, "qsc_code_frac_chars_whitespace": 0.25601926, "qsc_code_size_file_byte": 1246.0, "qsc_code_num_lines": 53.0, "qsc_code_num_chars_line_max": 93.0, "qsc_code_num_chars_line_mean": 23.50943396, "qsc_code_frac_chars_alphabet": 0.77130529, "qsc_code_frac_chars_comments": 0.24077047, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.0, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.0, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codec_frac_lines_func_ratio": 0.0, "qsc_codec_cate_bitsstdc": 0.0, "qsc_codec_nums_lines_main": 0, "qsc_codec_frac_lines_goto": 0.0, "qsc_codec_cate_var_zero": 1.0, "qsc_codec_score_lines_no_logic": 0.0, "qsc_codec_frac_lines_print": 0.0, "qsc_codec_frac_lines_preprocessor_directives": null}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 1, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codec_frac_lines_func_ratio": 0, "qsc_codec_nums_lines_main": 0, "qsc_codec_score_lines_no_logic": 0, "qsc_codec_frac_lines_preprocessor_directives": 0, "qsc_codec_frac_lines_print": 0}
008karan/PAN_OCR
config.py
import os import argparse def parse_args(): parser = argparse.ArgumentParser() parser.add_argument('-d', '--darknet', dest='DARKNET', action='store_true', help="Specifies to use the Darknet classifier") parser.add_argument('-t', '--tesseract', dest='TESSERACT', action='store_true', help="Use the local Tesseract OCR engine") parser.add_argument('-l', '--dbl', dest="DARKNET_BINARY_LOCATION", default=None, help="Location of Darknet Binary") parser.add_argument('--thresh', dest="DARKNET_THRESH", default=.25, type=float, help="Darknet threshold for successful classification (lower = more bounding boxes)") parser.add_argument('--data', dest="DARKNET_DATA_FILE", default="data/obj.data", help="Darknet data file") parser.add_argument('--cfg', dest="DARKNET_CFG_FILE", default="yolo-obj.cfg", help="Darknet configuration file") parser.add_argument('--weights', dest="DARKNET_WEIGHTS", default="yolo-obj_8000.weights", help="Weights for Darknet") args = parser.parse_args() if args.DARKNET == False: parser.error("Darknet must be set, add -d") if args.TESSERACT == False: parser.error("Tesseract must be set, add -t") return args ## Change the following variable based on what algorithms you want to use ## global DARKNET, TESSERACT, DARKNET_BINARY_LOCATION, DARKNET_THRESH, DARKNET_DATA_FILE, \ DARKNET_CFG_FILE, DARKNET_WEIGHTS args = parse_args() DARKNET = args.DARKNET TESSERACT = args.TESSERACT ############################################################################ ##### Darknet Information - Change if necessary to fit your needs ##### if DARKNET: if args.DARKNET_BINARY_LOCATION == None: if os.name == 'nt': global popen_spawn from pexpect import popen_spawn DARKNET_BINARY_LOCATION = "darknet.exe" else: DARKNET_BINARY_LOCATION = "./darknet" else: DARKNET_BINARY_LOCATION = args.DARKNET_BINARY_LOCATION #### Change the following attributes if you move the files/weights #### DARKNET_THRESH = args.DARKNET_THRESH DARKNET_DATA_FILE = args.DARKNET_DATA_FILE DARKNET_CFG_FILE = args.DARKNET_CFG_FILE DARKNET_WEIGHTS = args.DARKNET_WEIGHTS #######################################################################
2,200
config
py
en
python
code
{"qsc_code_num_words": 277, "qsc_code_num_chars": 2200.0, "qsc_code_mean_word_length": 5.32490975, "qsc_code_frac_words_unique": 0.31407942, "qsc_code_frac_chars_top_2grams": 0.06711864, "qsc_code_frac_chars_top_3grams": 0.08067797, "qsc_code_frac_chars_top_4grams": 0.05694915, "qsc_code_frac_chars_dupe_5grams": 0.10101695, "qsc_code_frac_chars_dupe_6grams": 0.07322034, "qsc_code_frac_chars_dupe_7grams": 0.0, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.0031072, "qsc_code_frac_chars_whitespace": 0.12227273, "qsc_code_size_file_byte": 2200.0, "qsc_code_num_lines": 64.0, "qsc_code_num_chars_line_max": 167.0, "qsc_code_num_chars_line_mean": 34.375, "qsc_code_frac_chars_alphabet": 0.76074573, "qsc_code_frac_chars_comments": 0.08818182, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.05555556, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.29585153, "qsc_code_frac_chars_long_word_length": 0.02401747, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codepython_cate_ast": 1.0, "qsc_codepython_frac_lines_func_ratio": 0.02777778, "qsc_codepython_cate_var_zero": false, "qsc_codepython_frac_lines_pass": 0.0, "qsc_codepython_frac_lines_import": 0.08333333, "qsc_codepython_frac_lines_simplefunc": 0.0, "qsc_codepython_score_lines_no_logic": 0.13888889, "qsc_codepython_frac_lines_print": 0.0}
1
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codepython_cate_ast": 0, "qsc_codepython_frac_lines_func_ratio": 0, "qsc_codepython_cate_var_zero": 0, "qsc_codepython_frac_lines_pass": 0, "qsc_codepython_frac_lines_import": 0, "qsc_codepython_frac_lines_simplefunc": 0, "qsc_codepython_score_lines_no_logic": 0, "qsc_codepython_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfTransfusion.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.items.wands; import com.shatteredpixel.shatteredpixeldungeon.Assets; import com.shatteredpixel.shatteredpixeldungeon.Dungeon; import com.shatteredpixel.shatteredpixeldungeon.actors.Actor; import com.shatteredpixel.shatteredpixeldungeon.actors.Char; import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.Barrier; import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.Buff; import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.Charm; import com.shatteredpixel.shatteredpixeldungeon.actors.mobs.Mob; import com.shatteredpixel.shatteredpixeldungeon.effects.Beam; import com.shatteredpixel.shatteredpixeldungeon.effects.CellEmitter; import com.shatteredpixel.shatteredpixeldungeon.effects.Speck; import com.shatteredpixel.shatteredpixeldungeon.effects.particles.BloodParticle; import com.shatteredpixel.shatteredpixeldungeon.effects.particles.ShadowParticle; import com.shatteredpixel.shatteredpixeldungeon.items.weapon.melee.MagesStaff; import com.shatteredpixel.shatteredpixeldungeon.mechanics.Ballistica; import com.shatteredpixel.shatteredpixeldungeon.messages.Messages; import com.shatteredpixel.shatteredpixeldungeon.sprites.CharSprite; import com.shatteredpixel.shatteredpixeldungeon.sprites.ItemSpriteSheet; import com.shatteredpixel.shatteredpixeldungeon.tiles.DungeonTilemap; import com.shatteredpixel.shatteredpixeldungeon.utils.GLog; import com.watabou.noosa.audio.Sample; import com.watabou.utils.Bundle; import com.watabou.utils.Callback; import com.watabou.utils.PointF; import com.watabou.utils.Random; public class WandOfTransfusion extends Wand { { image = ItemSpriteSheet.WAND_TRANSFUSION; collisionProperties = Ballistica.PROJECTILE; } private boolean freeCharge = false; @Override protected void onZap(Ballistica beam) { for (int c : beam.subPath(0, beam.dist)) CellEmitter.center(c).burst( BloodParticle.BURST, 1 ); int cell = beam.collisionPos; Char ch = Actor.findChar(cell); if (ch instanceof Mob){ processSoulMark(ch, chargesPerCast()); //this wand does different things depending on the target. //heals/shields an ally or a charmed enemy while damaging self if (ch.alignment == Char.Alignment.ALLY || ch.buff(Charm.class) != null){ // 10% of max hp int selfDmg = Math.round(curUser.HT*0.10f); int healing = selfDmg + 3*level(); int shielding = (ch.HP + healing) - ch.HT; if (shielding > 0){ healing -= shielding; Buff.affect(ch, Barrier.class).setShield(shielding); } else { shielding = 0; } ch.HP += healing; ch.sprite.emitter().burst(Speck.factory(Speck.HEALING), 2 + level() / 2); ch.sprite.showStatus(CharSprite.POSITIVE, "+%dHP", healing + shielding); if (!freeCharge) { damageHero(selfDmg); } else { freeCharge = false; } //for enemies... } else { //charms living enemies if (!ch.properties().contains(Char.Property.UNDEAD)) { Buff.affect(ch, Charm.class, 5).object = curUser.id(); ch.sprite.centerEmitter().start( Speck.factory( Speck.HEART ), 0.2f, 3 + level()/2 ); //harms the undead } else { ch.damage(Random.NormalIntRange(3 + level()/2, 6+level()), this); ch.sprite.emitter().start(ShadowParticle.UP, 0.05f, 10 + level()); Sample.INSTANCE.play(Assets.SND_BURNING); } //and grants a self shield Buff.affect(curUser, Barrier.class).setShield((5 + 2*level())); } } } //this wand costs health too private void damageHero(int damage){ curUser.damage(damage, this); if (!curUser.isAlive()){ Dungeon.fail( getClass() ); GLog.n( Messages.get(this, "ondeath") ); } } @Override protected int initialCharges() { return 1; } @Override public void onHit(MagesStaff staff, Char attacker, Char defender, int damage) { // lvl 0 - 10% // lvl 1 - 18% // lvl 2 - 25% if (Random.Int( level() + 10 ) >= 9){ //grants a free use of the staff freeCharge = true; GLog.p( Messages.get(this, "charged") ); attacker.sprite.emitter().burst(BloodParticle.BURST, 20); } } @Override protected void fx(Ballistica beam, Callback callback) { curUser.sprite.parent.add( new Beam.HealthRay(curUser.sprite.center(), DungeonTilemap.raisedTileCenterToWorld(beam.collisionPos))); callback.call(); } @Override public void staffFx(MagesStaff.StaffParticle particle) { particle.color( 0xCC0000 ); particle.am = 0.6f; particle.setLifespan(1f); particle.speed.polar( Random.Float(PointF.PI2), 2f ); particle.setSize( 1f, 2f); particle.radiateXY(0.5f); } private static final String FREECHARGE = "freecharge"; @Override public void restoreFromBundle(Bundle bundle) { super.restoreFromBundle(bundle); freeCharge = bundle.getBoolean( FREECHARGE ); } @Override public void storeInBundle(Bundle bundle) { super.storeInBundle(bundle); bundle.put( FREECHARGE, freeCharge ); } }
5,756
WandOfTransfusion
java
en
java
code
{"qsc_code_num_words": 680, "qsc_code_num_chars": 5756.0, "qsc_code_mean_word_length": 6.17647059, "qsc_code_frac_words_unique": 0.40294118, "qsc_code_frac_chars_top_2grams": 0.05357143, "qsc_code_frac_chars_top_3grams": 0.19, "qsc_code_frac_chars_top_4grams": 0.20952381, "qsc_code_frac_chars_dupe_5grams": 0.18380952, "qsc_code_frac_chars_dupe_6grams": 0.08119048, "qsc_code_frac_chars_dupe_7grams": 0.0, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.01502985, "qsc_code_frac_chars_whitespace": 0.15618485, "qsc_code_size_file_byte": 5756.0, "qsc_code_num_lines": 185.0, "qsc_code_num_chars_line_max": 109.0, "qsc_code_num_chars_line_mean": 31.11351351, "qsc_code_frac_chars_alphabet": 0.84970146, "qsc_code_frac_chars_comments": 0.1914524, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.09401709, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.0062312, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.00171895, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 0.0, "qsc_codejava_frac_lines_func_ratio": 0.06837607, "qsc_codejava_score_lines_no_logic": 0.2991453, "qsc_codejava_frac_words_no_modifier": 0.88888889, "qsc_codejava_frac_words_legal_var_name": 1.0, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 1, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 0, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
0-1-0/lightblue-0.4
src/mac/_obexcommon.py
# Copyright (c) 2009 Bea Lam. All rights reserved. # # This file is part of LightBlue. # # LightBlue is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # LightBlue is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with LightBlue. If not, see <http://www.gnu.org/licenses/>. import _lightbluecommon __all__ = ('OBEXResponse', 'OBEXError', 'CONTINUE', 'OK', 'CREATED', 'ACCEPTED', 'NON_AUTHORITATIVE_INFORMATION', 'NO_CONTENT', 'RESET_CONTENT', 'PARTIAL_CONTENT', 'MULTIPLE_CHOICES', 'MOVED_PERMANENTLY', 'MOVED_TEMPORARILY', 'SEE_OTHER', 'NOT_MODIFIED', 'USE_PROXY', 'BAD_REQUEST', 'UNAUTHORIZED', 'PAYMENT_REQUIRED', 'FORBIDDEN', 'NOT_FOUND', 'METHOD_NOT_ALLOWED', 'NOT_ACCEPTABLE', 'PROXY_AUTHENTICATION_REQUIRED', 'REQUEST_TIME_OUT', 'CONFLICT', 'GONE', 'LENGTH_REQUIRED', 'PRECONDITION_FAILED', 'REQUESTED_ENTITY_TOO_LARGE', 'REQUEST_URL_TOO_LARGE', 'UNSUPPORTED_MEDIA_TYPE', 'INTERNAL_SERVER_ERROR', 'NOT_IMPLEMENTED', 'BAD_GATEWAY', 'SERVICE_UNAVAILABLE', 'GATEWAY_TIMEOUT', 'HTTP_VERSION_NOT_SUPPORTED', 'DATABASE_FULL', 'DATABASE_LOCKED') class OBEXError(_lightbluecommon.BluetoothError): """ Generic exception raised for OBEX-related errors. """ pass class OBEXResponse: """ Contains the OBEX response received from an OBEX server. When an OBEX client sends a request, the OBEX server sends back a response code (to indicate whether the request was successful) and a set of response headers (to provide other useful information). For example, if a client sends a 'Get' request to retrieve a file, the client might get a response like this: >>> import lightblue >>> client = lightblue.obex.OBEXClient("aa:bb:cc:dd:ee:ff", 10) >>> response = client.get({"name": "file.txt"}, file("file.txt", "w")) >>> print response <OBEXResponse reason='OK' code=0x20 (0xa0) headers={'length': 35288}> You can get the response code and response headers in different formats: >>> print response.reason 'OK' # a string description of the response code >>> print response.code 32 # the response code (e.g. this is 0x20) >>> print response.headers {'length': 35288} # the headers, with string keys >>> print response.rawheaders {195: 35288} # the headers, with raw header ID keys >>> Note how the 'code' attribute does not have the final bit set - e.g. for OK/Success, the response code is 0x20, not 0xA0. The lightblue.obex module defines constants for response code values (e.g. lightblue.obex.OK, lightblue.obex.FORBIDDEN, etc.). """ def __init__(self, code, rawheaders): self.__code = code self.__reason = _OBEX_RESPONSES.get(code, "Unknown response code") self.__rawheaders = rawheaders self.__headers = None code = property(lambda self: self.__code, doc='The response code, without the final bit set.') reason = property(lambda self: self.__reason, doc='A string description of the response code.') rawheaders = property(lambda self: self.__rawheaders, doc='The response headers, as a dictionary with header ID (unsigned byte) keys.') def getheader(self, header, default=None): ''' Returns the response header value for the given header, which may either be a string (not case-sensitive) or the raw byte value of the header ID. Returns the specified default value if the header is not present. ''' if isinstance(header, types.StringTypes): return self.headers.get(header.lower(), default) return self.__rawheaders.get(header, default) def __getheaders(self): if self.__headers is None: self.__headers = {} for headerid, value in self.__rawheaders.items(): if headerid in _HEADER_IDS_TO_STRINGS: self.__headers[_HEADER_IDS_TO_STRINGS[headerid]] = value else: self.__headers["0x%02x" % headerid] = value return self.__headers headers = property(__getheaders, doc='The response headers, as a dictionary with string keys.') def __repr__(self): return "<OBEXResponse reason='%s' code=0x%02x (0x%02x) headers=%s>" % \ (self.__reason, self.__code, (self.__code | 0x80), str(self.headers)) try: import datetime # as from python docs example class UTC(datetime.tzinfo): """UTC""" def utcoffset(self, dt): return datetime.timedelta(0) def tzname(self, dt): return "UTC" def dst(self, dt): return datetime.timedelta(0) except: pass # no datetime on pys60 _LOCAL_TIME_FORMAT = "%Y%m%dT%H%M%S" _UTC_TIME_FORMAT = _LOCAL_TIME_FORMAT + "Z" def _datetimefromstring(s): import time if s[-1:] == "Z": # add UTC() instance as tzinfo args = (time.strptime(s, _UTC_TIME_FORMAT)[0:6]) + (0, UTC()) return datetime.datetime(*args) else: return datetime.datetime(*(time.strptime(s, _LOCAL_TIME_FORMAT)[0:6])) _HEADER_STRINGS_TO_IDS = { "count": 0xc0, "name": 0x01, "type": 0x42, "length": 0xc3, "time": 0x44, "description": 0x05, "target": 0x46, "http": 0x47, "who": 0x4a, "connection-id": 0xcb, "application-parameters": 0x4c, "authentication-challenge": 0x4d, "authentication-response": 0x4e, "creator-id": 0xcf, "wan-uuid": 0x50, "object-class": 0x51, "session-parameters": 0x52, "session-sequence-number": 0x93 } _HEADER_IDS_TO_STRINGS = {} for key, value in _HEADER_STRINGS_TO_IDS.items(): _HEADER_IDS_TO_STRINGS[value] = key assert len(_HEADER_IDS_TO_STRINGS) == len(_HEADER_STRINGS_TO_IDS) # These match the associated strings in httplib.responses, since OBEX response # codes are matched to HTTP status codes (except for 0x60 and 0x61). # Note these are the responses *without* the final bit set. _OBEX_RESPONSES = { 0x10: "Continue", 0x20: "OK", 0x21: "Created", 0x22: "Accepted", 0x23: "Non-Authoritative Information", 0x24: "No Content", 0x25: "Reset Content", 0x26: "Partial Content", 0x30: "Multiple Choices", 0x31: "Moved Permanently", 0x32: "Moved Temporarily", # but is 'Found' (302) in httplib.response??? 0x33: "See Other", 0x34: "Not Modified", 0x35: "Use Proxy", 0x40: "Bad Request", 0x41: "Unauthorized", 0x42: "Payment Required", 0x43: "Forbidden", 0x44: "Not Found", 0x45: "Method Not Allowed", 0x46: "Not Acceptable", 0x47: "Proxy Authentication Required", 0x48: "Request Timeout", 0x49: "Conflict", 0x4A: "Gone", 0x48: "Length Required", 0x4C: "Precondition Failed", 0x4D: "Request Entity Too Large", 0x4E: "Request-URI Too Long", 0x4F: "Unsupported Media Type", 0x50: "Internal Server Error", 0x51: "Not Implemented", 0x52: "Bad Gateway", 0x53: "Service Unavailable", 0x54: "Gateway Timeout", 0x55: "HTTP Version Not Supported", 0x60: "Database Full", 0x61: "Database Locked" } _obexclientclassdoc = \ """ An OBEX client class. (Note this is not available on Python for Series 60.) For example, to connect to an OBEX server and send a file: >>> import lightblue >>> client = lightblue.obex.OBEXClient("aa:bb:cc:dd:ee:ff", 10) >>> client.connect() <OBEXResponse reason='OK' code=0x20 (0xa0) headers={}> >>> client.put({"name": "photo.jpg"}, file("photo.jpg", "rb")) <OBEXResponse reason='OK' code=0x20 (0xa0) headers={}> >>> client.disconnect() <OBEXResponse reason='OK' code=0x20 (0xa0) headers={}> >>> A client must call connect() to establish a connection before it can send any other requests. The connect(), disconnect(), put(), delete(), get() and setpath() methods all accept the request headers as a dictionary of header-value mappings. The request headers are used to provide the server with additional information for the request. For example, this sends a Put request that includes Name, Type and Length headers in the request headers, to provide details about the transferred file: >>> f = file("file.txt") >>> client.put({"name": "file.txt", "type": "text/plain", ... "length": 5192}, f) >>> Here is a list of all the different string header keys that you can use in the request headers, and the expected type of the value for each header: - "name" -> a string - "type" -> a string - "length" -> an int - "time" -> a datetime object from the datetime module - "description" -> a string - "target" -> a string or buffer - "http" -> a string or buffer - "who" -> a string or buffer - "connection-id" -> an int - "application-parameters" -> a string or buffer - "authentication-challenge" -> a string or buffer - "authentication-response" -> a string or buffer - "creator-id" -> an int - "wan-uuid" -> a string or buffer - "object-class" -> a string or buffer - "session-parameters" -> a string or buffer - "session-sequence-number" -> an int less than 256 (The string header keys are not case-sensitive.) Alternatively, you can use raw header ID values instead of the above convenience strings. So, the previous example can be rewritten as: >>> client.put({0x01: "file.txt", 0x42: "text/plain", 0xC3: 5192}, ... fileobject) >>> This is also useful for inserting custom headers. For example, a PutImage request for a Basic Imaging client requires the Img-Descriptor (0x71) header: >>> client.put({"type": "x-bt/img-img", ... "name": "photo.jpg", ... 0x71: '<image-descriptor version="1.0"><image encoding="JPEG" pixel="160*120" size="37600"/></image-descriptor>'}, ... file('photo.jpg', 'rb')) >>> Notice that the connection-id header is not sent, because this is automatically included by OBEXClient in the request headers if a connection-id was received in a previous Connect response. See the included src/examples/obex_ftp_client.py for an example of using OBEXClient to implement a File Transfer client for browsing the files on a remote device. """ _obexclientdocs = { "__init__": """ Creates an OBEX client. Arguments: - address: the address of the remote device - channel: the RFCOMM channel of the remote OBEX service """, "connect": """ Establishes the Bluetooth connection to the remote OBEX server and sends a Connect request to open the OBEX session. Returns an OBEXResponse instance containing the server response. Raises lightblue.obex.OBEXError if the session is already connected, or if an error occurs during the request. If the server refuses the Connect request (i.e. if it sends a response code other than OK/Success), the Bluetooth connection will be closed. Arguments: - headers={}: the headers to send for the Connect request """, "disconnect": """ Sends a Disconnect request to end the OBEX session and closes the Bluetooth connection to the remote OBEX server. Returns an OBEXResponse instance containing the server response. Raises lightblue.obex.OBEXError if connect() has not been called, or if an error occurs during the request. Note that you don't need to send any connection-id headers - this is automatically included if the client received one in a Connect response. Arguments: - headers={}: the headers to send for the request """, "put": """ Sends a Put request. Returns an OBEXResponse instance containing the server response. Raises lightblue.obex.OBEXError if connect() has not been called, or if an error occurs during the request. Note that you don't need to send any connection-id headers - this is automatically included if the client received one in a Connect response. Arguments: - headers: the headers to send for the request - fileobj: a file-like object containing the file data to be sent for the request For example, to send a file named 'photo.jpg', using the request headers to notify the server of the file's name, MIME type and length: >>> client = lightblue.obex.OBEXClient("aa:bb:cc:dd:ee:ff", 10) >>> client.connect() <OBEXResponse reason='OK' code=0x20 (0xa0) headers={}> >>> client.put({"name": "photo.jpg", "type": "image/jpeg", "length": 28566}, file("photo.jpg", "rb")) <OBEXResponse reason='OK' code=0x20 (0xa0) headers={}> >>> """, "delete": """ Sends a Put-Delete request in order to delete a file or folder on the remote server. Returns an OBEXResponse instance containing the server response. Raises lightblue.obex.OBEXError if connect() has not been called, or if an error occurs during the request. Note that you don't need to send any connection-id headers - this is automatically included if the client received one in a Connect response. Arguments: - headers: the headers to send for the request - you should use the 'name' header to specify the file you want to delete If the file on the server can't be deleted because it's a read-only file, you might get an 'Unauthorized' response, like this: >>> client = lightblue.obex.OBEXClient("aa:bb:cc:dd:ee:ff", 10) >>> client.connect() <OBEXResponse reason='OK' code=0x20 (0xa0) headers={}> >>> client.delete({"name": "random_file.txt"}) <OBEXResponse reason='Unauthorized' code=0x41 (0xc1) headers={}> >>> """, "get": """ Sends a Get request. Returns an OBEXResponse instance containing the server response. Raises lightblue.obex.OBEXError if connect() has not been called, or if an error occurs during the request. Note that you don't need to send any connection-id headers - this is automatically included if the client received one in a Connect response. Arguments: - headers: the headers to send for the request - you should use these to specify the file you want to retrieve - fileobj: a file-like object, to which the received data will be written An example: >>> client = lightblue.obex.OBEXClient("aa:bb:cc:dd:ee:ff", 10) >>> client.connect() <OBEXResponse reason='OK' code=0x20 (0xa0) headers={}> >>> f = file("received_file.txt", "w+") >>> client.get({"name": "testfile.txt"}, f) <OBEXResponse reason='OK' code=0x20 (0xa0) headers={'length':9}> >>> f.seek(0) >>> f.read() 'test file' >>> """, "setpath": """ Sends a SetPath request in order to set the "current path" on the remote server for file transfers. Returns an OBEXResponse instance containing the server response. Raises lightblue.obex.OBEXError if connect() has not been called, or if an error occurs during the request. Note that you don't need to send any connection-id headers - this is automatically included if the client received one in a Connect response. Arguments: - headers: the headers to send for the request - you should use the 'name' header to specify the directory you want to change to - cdtoparent=False: True if the remote server should move up one directory before applying the specified directory (i.e. 'cd ../dirname') - createdirs=False: True if the specified directory should be created if it doesn't exist (if False, the server will return an error response if the directory doesn't exist) For example: # change to the "images" subdirectory >>> client.setpath({"name": "images"}) <OBEXResponse reason='OK' code=0x20 (0xa0) headers={}> >>> # change to the parent directory >>> client.setpath({}, cdtoparent=True) <OBEXResponse reason='OK' code=0x20 (0xa0) headers={}> >>> # create a subdirectory "My_Files" >>> client.setpath({"name": "My_Files"}, createdirs=True) <OBEXResponse reason='OK' code=0x20 (0xa0) headers={}> >>> # change to the root directory - you can use an empty "name" header # to specify this >>> client.setpath({"name": ""}) <OBEXResponse reason='OK' code=0x20 (0xa0) headers={}> >>> """ } # response constants CONTINUE = 0x10 OK = 0x20 CREATED = 0x21 ACCEPTED = 0x22 NON_AUTHORITATIVE_INFORMATION = 0x23 NO_CONTENT = 0x24 RESET_CONTENT = 0x25 PARTIAL_CONTENT = 0x26 MULTIPLE_CHOICES = 0x30 MOVED_PERMANENTLY = 0x31 MOVED_TEMPORARILY = 0x32 SEE_OTHER = 0x33 NOT_MODIFIED = 0x34 USE_PROXY = 0x35 BAD_REQUEST = 0x40 UNAUTHORIZED = 0x41 PAYMENT_REQUIRED = 0x42 FORBIDDEN = 0x43 NOT_FOUND = 0x44 METHOD_NOT_ALLOWED = 0x45 NOT_ACCEPTABLE = 0x46 PROXY_AUTHENTICATION_REQUIRED = 0x47 REQUEST_TIME_OUT = 0x48 CONFLICT = 0x49 GONE = 0x4A LENGTH_REQUIRED = 0x4B PRECONDITION_FAILED = 0x4C REQUESTED_ENTITY_TOO_LARGE = 0x4D REQUEST_URL_TOO_LARGE = 0x4E UNSUPPORTED_MEDIA_TYPE = 0x4F INTERNAL_SERVER_ERROR = 0x50 NOT_IMPLEMENTED = 0x51 BAD_GATEWAY = 0x52 SERVICE_UNAVAILABLE = 0x53 GATEWAY_TIMEOUT = 0x54 HTTP_VERSION_NOT_SUPPORTED = 0x55 DATABASE_FULL = 0x60 DATABASE_LOCKED = 0x61
18,262
_obexcommon
py
en
python
code
{"qsc_code_num_words": 2361, "qsc_code_num_chars": 18262.0, "qsc_code_mean_word_length": 4.96103346, "qsc_code_frac_words_unique": 0.21304532, "qsc_code_frac_chars_top_2grams": 0.01707504, "qsc_code_frac_chars_top_3grams": 0.02219756, "qsc_code_frac_chars_top_4grams": 0.02663707, "qsc_code_frac_chars_dupe_5grams": 0.2870315, "qsc_code_frac_chars_dupe_6grams": 0.26312644, "qsc_code_frac_chars_dupe_7grams": 0.25322291, "qsc_code_frac_chars_dupe_8grams": 0.23734312, "qsc_code_frac_chars_dupe_9grams": 0.20575429, "qsc_code_frac_chars_dupe_10grams": 0.20575429, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.03280592, "qsc_code_frac_chars_whitespace": 0.24553718, "qsc_code_size_file_byte": 18262.0, "qsc_code_num_lines": 515.0, "qsc_code_num_chars_line_max": 132.0, "qsc_code_num_chars_line_mean": 35.46019417, "qsc_code_frac_chars_alphabet": 0.81731746, "qsc_code_frac_chars_comments": 0.14286497, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.0326087, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.28484848, "qsc_code_frac_chars_long_word_length": 0.04478114, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.06397306, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.00543478, "qsc_codepython_cate_ast": 1.0, "qsc_codepython_frac_lines_func_ratio": 0.04347826, "qsc_codepython_cate_var_zero": false, "qsc_codepython_frac_lines_pass": 0.01086957, "qsc_codepython_frac_lines_import": 0.01630435, "qsc_codepython_frac_lines_simplefunc": 0.021739130434782608, "qsc_codepython_score_lines_no_logic": 0.14673913, "qsc_codepython_frac_lines_print": 0.0}
1
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codepython_cate_ast": 0, "qsc_codepython_frac_lines_func_ratio": 0, "qsc_codepython_cate_var_zero": 0, "qsc_codepython_frac_lines_pass": 0, "qsc_codepython_frac_lines_import": 0, "qsc_codepython_frac_lines_simplefunc": 0, "qsc_codepython_score_lines_no_logic": 0, "qsc_codepython_frac_lines_print": 0}
0-1-0/lightblue-0.4
src/mac/_macutil.py
# Copyright (c) 2009 Bea Lam. All rights reserved. # # This file is part of LightBlue. # # LightBlue is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # LightBlue is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with LightBlue. If not, see <http://www.gnu.org/licenses/>. # Mac-specific utility functions and constants. from Foundation import NSObject, NSDate, NSPoint, NSDefaultRunLoopMode, NSTimer from AppKit import NSApplication, NSEvent, NSApplicationDefined, NSAnyEventMask import objc import time import _IOBluetooth import _lightbluecommon # for mac os 10.5 try: from Foundation import NSUIntegerMax NSAnyEventMask = NSUIntegerMax except: pass # values of constants used in _IOBluetooth.framework kIOReturnSuccess = 0 # defined in <IOKit/IOReturn.h> kIOBluetoothUserNotificationChannelDirectionIncoming = 1 # defined in <IOBluetooth/IOBluetoothUserLib.h> kBluetoothHCIErrorPageTimeout = 0x04 # <IOBluetooth/Bluetooth.h> # defined in <IOBluetooth/IOBluetoothUserLib.h> kIOBluetoothServiceBrowserControllerOptionsNone = 0L LIGHTBLUE_NOTIFY_ID = 5444 # any old number WAIT_MAX_TIMEOUT = 3 # IOBluetoothSDPUUID objects for RFCOMM and OBEX protocol UUIDs PROTO_UUIDS = { _lightbluecommon.RFCOMM: _IOBluetooth.IOBluetoothSDPUUID.uuid16_(0x0003), _lightbluecommon.OBEX: _IOBluetooth.IOBluetoothSDPUUID.uuid16_(0x0008) } def formatdevaddr(addr): """ Returns address of a device in usual form e.g. "00:00:00:00:00:00" - addr: address as returned by device.getAddressString() on an IOBluetoothDevice """ # make uppercase cos PyS60 & Linux seem to always return uppercase # addresses # can safely encode to ascii cos BT addresses are only in hex (pyobjc # returns all strings in unicode) return addr.replace("-", ":").encode('ascii').upper() def createbtdevaddr(addr): # in mac 10.5, can use BluetoothDeviceAddress directly chars = btaddrtochars(addr) try: btdevaddr = _IOBluetooth.BluetoothDeviceAddress(chars) return btdevaddr except: return chars def btaddrtochars(addr): """ Takes a bluetooth address and returns a tuple with the corresponding char values. This can then be used to construct a IOBluetoothDevice object, providing the signature of the withAddress: selector has been set (as in _setpyobjcsignatures() in this module). For example: >>> chars = btaddrtochars("00:0e:0a:00:a2:00") >>> chars (0, 14, 10, 0, 162, 0) >>> device = _IOBluetooth.IOBluetoothDevice.withAddress_(chars) >>> type(device) <objective-c class IOBluetoothDevice at 0xa4024988> >>> device.getAddressString() u'00-0e-0a-00-a2-00' """ if not _lightbluecommon._isbtaddr(addr): raise TypeError("address %s not valid bluetooth address" % str(addr)) if addr.find(":") == -1: addr = addr.replace("-", ":") # consider alternative addr separator # unhexlify gives binary value like '\x0e', then ord to get the char value. # unhexlify throws TypeError if value is not a hex pair. import binascii chars = [ord(binascii.unhexlify(part)) for part in addr.split(":")] return tuple(chars) def looponce(): app = NSApplication.sharedApplication() # to push the run loops I seem to have to do this twice # use NSEventTrackingRunLoopMode or NSDefaultRunLoopMode? for i in range(2): event = app.nextEventMatchingMask_untilDate_inMode_dequeue_( NSAnyEventMask, NSDate.dateWithTimeIntervalSinceNow_(0.02), NSDefaultRunLoopMode, False) def waituntil(conditionfunc, timeout=None): """ Waits until conditionfunc() returns true, or <timeout> seconds have passed. (If timeout=None, this waits indefinitely until conditionfunc() returns true.) Returns false if the process timed out, otherwise returns true. Note!! You must call interruptwait() when you know that conditionfunc() should be checked (e.g. if you are waiting for data and you know some data has arrived) so that this can check conditionfunc(); otherwise it will just continue to wait. (This allows the function to wait for an event that is sent by interruptwait() instead of polling conditionfunc().) This allows the caller to wait while the main event loop processes its events. This must be done for certain situations, e.g. to receive socket data or to accept client connections on a server socket, since IOBluetooth requires the presence of an event loop to run these operations. This function doesn't need to be called if there is something else that is already processing the main event loop, e.g. if called from within a Cocoa application. """ app = NSApplication.sharedApplication() starttime = time.time() if timeout is None: timeout = NSDate.distantFuture().timeIntervalSinceNow() if not isinstance(timeout, (int, float)): raise TypeError("timeout must be int or float, was %s" % \ type(timeout)) endtime = starttime + timeout while True: currtime = time.time() if currtime >= endtime: return False # use WAIT_MAX_TIMEOUT, don't wait forever in case of KeyboardInterrupt e = app.nextEventMatchingMask_untilDate_inMode_dequeue_(NSAnyEventMask, NSDate.dateWithTimeIntervalSinceNow_(min(endtime - currtime, WAIT_MAX_TIMEOUT)), NSDefaultRunLoopMode, True) if e is not None: if (e.type() == NSApplicationDefined and e.subtype() == LIGHTBLUE_NOTIFY_ID): if conditionfunc(): return True else: app.postEvent_atStart_(e, True) def interruptwait(): """ If waituntil() has been called, this will interrupt the waiting process so it can check whether it should stop waiting. """ evt = NSEvent.otherEventWithType_location_modifierFlags_timestamp_windowNumber_context_subtype_data1_data2_(NSApplicationDefined, NSPoint(), NSApplicationDefined, 0, 1, None, LIGHTBLUE_NOTIFY_ID, 0, 0) NSApplication.sharedApplication().postEvent_atStart_(evt, True) class BBCocoaSleeper(NSObject): def init(self): self = super(BBCocoaSleeper, self).init() self.timedout = False return self def sleep(self, timeout): NSTimer.scheduledTimerWithTimeInterval_target_selector_userInfo_repeats_( timeout, self, "timedOut:", None, False) self.timedout = False waituntil(lambda: self.timedout) def timedOut_(self, timer): self.timedout = True interruptwait() timedOut_ = objc.selector(timedOut_, signature="v@:@") def waitfor(timeout): sleeper = BBCocoaSleeper.alloc().init() sleeper.sleep(timeout) class BBFileLikeObjectReader(NSObject): """ Provides a suitable delegate class for the BBDelegatingInputStream class in LightAquaBlue.framework. This basically provides a wrapper for a python file-like object so that it can be read through a NSInputStream. """ def initWithFileLikeObject_(self, fileobj): self = super(BBFileLikeObjectReader, self).init() self.__fileobj = fileobj return self initWithFileLikeObject_ = objc.selector(initWithFileLikeObject_, signature="@@:@") def readDataWithMaxLength_(self, maxlength): try: data = self.__fileobj.read(maxlength) except Exception: return None return buffer(data) readDataWithMaxLength_ = objc.selector(readDataWithMaxLength_, signature="@@:I") #"@12@0:4I8" #"@:I" class BBFileLikeObjectWriter(NSObject): """ Provides a suitable delegate class for the BBDelegatingOutputStream class in LightAquaBlue.framework. This basically provides a wrapper for a python file-like object so that it can be written to through a NSOutputStream. """ def initWithFileLikeObject_(self, fileobj): self = super(BBFileLikeObjectWriter, self).init() self.__fileobj = fileobj return self initWithFileLikeObject_ = objc.selector(initWithFileLikeObject_, signature="@@:@") def write_(self, data): try: self.__fileobj.write(data) except Exception: return -1 return data.length() write_ = objc.selector(write_, signature="i12@0:4@8") #i12@0:4@8 #i@:@
9,048
_macutil
py
en
python
code
{"qsc_code_num_words": 1047, "qsc_code_num_chars": 9048.0, "qsc_code_mean_word_length": 5.88729704, "qsc_code_frac_words_unique": 0.37440306, "qsc_code_frac_chars_top_2grams": 0.01070733, "qsc_code_frac_chars_top_3grams": 0.00389358, "qsc_code_frac_chars_top_4grams": 0.00924724, "qsc_code_frac_chars_dupe_5grams": 0.15574302, "qsc_code_frac_chars_dupe_6grams": 0.13692408, "qsc_code_frac_chars_dupe_7grams": 0.10934458, "qsc_code_frac_chars_dupe_8grams": 0.10934458, "qsc_code_frac_chars_dupe_9grams": 0.06456846, "qsc_code_frac_chars_dupe_10grams": 0.06456846, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.01640996, "qsc_code_frac_chars_whitespace": 0.23220601, "qsc_code_size_file_byte": 9048.0, "qsc_code_num_lines": 240.0, "qsc_code_num_chars_line_max": 206.0, "qsc_code_num_chars_line_mean": 37.7, "qsc_code_frac_chars_alphabet": 0.87087952, "qsc_code_frac_chars_comments": 0.18003979, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.20353982, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.02471443, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.00332295, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codepython_cate_ast": 0.0, "qsc_codepython_frac_lines_func_ratio": null, "qsc_codepython_cate_var_zero": null, "qsc_codepython_frac_lines_pass": 0.00884956, "qsc_codepython_frac_lines_import": 0.07079646, "qsc_codepython_frac_lines_simplefunc": null, "qsc_codepython_score_lines_no_logic": null, "qsc_codepython_frac_lines_print": 0.0}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codepython_cate_ast": 1, "qsc_codepython_frac_lines_func_ratio": 0, "qsc_codepython_cate_var_zero": 0, "qsc_codepython_frac_lines_pass": 0, "qsc_codepython_frac_lines_import": 0, "qsc_codepython_frac_lines_simplefunc": 0, "qsc_codepython_score_lines_no_logic": 0, "qsc_codepython_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/Wand.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.items.wands; import com.shatteredpixel.shatteredpixeldungeon.Assets; import com.shatteredpixel.shatteredpixeldungeon.Badges; import com.shatteredpixel.shatteredpixeldungeon.Dungeon; import com.shatteredpixel.shatteredpixeldungeon.actors.Actor; import com.shatteredpixel.shatteredpixeldungeon.actors.Char; import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.Buff; import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.Invisibility; import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.LockedFloor; import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.MagicImmune; import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.Recharging; import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.SoulMark; import com.shatteredpixel.shatteredpixeldungeon.actors.hero.Hero; import com.shatteredpixel.shatteredpixeldungeon.actors.hero.HeroClass; import com.shatteredpixel.shatteredpixeldungeon.actors.hero.HeroSubClass; import com.shatteredpixel.shatteredpixeldungeon.effects.MagicMissile; import com.shatteredpixel.shatteredpixeldungeon.items.Item; import com.shatteredpixel.shatteredpixeldungeon.items.bags.Bag; import com.shatteredpixel.shatteredpixeldungeon.items.bags.MagicalHolster; import com.shatteredpixel.shatteredpixeldungeon.items.rings.RingOfEnergy; import com.shatteredpixel.shatteredpixeldungeon.items.weapon.melee.MagesStaff; import com.shatteredpixel.shatteredpixeldungeon.mechanics.Ballistica; import com.shatteredpixel.shatteredpixeldungeon.messages.Messages; import com.shatteredpixel.shatteredpixeldungeon.scenes.CellSelector; import com.shatteredpixel.shatteredpixeldungeon.scenes.GameScene; import com.shatteredpixel.shatteredpixeldungeon.ui.QuickSlotButton; import com.shatteredpixel.shatteredpixeldungeon.utils.GLog; import com.watabou.noosa.audio.Sample; import com.watabou.utils.Bundle; import com.watabou.utils.Callback; import com.watabou.utils.PointF; import com.watabou.utils.Random; import java.util.ArrayList; public abstract class Wand extends Item { public static final String AC_ZAP = "ZAP"; private static final float TIME_TO_ZAP = 1f; public int maxCharges = initialCharges(); public int curCharges = maxCharges; public float partialCharge = 0f; protected Charger charger; private boolean curChargeKnown = false; public boolean curseInfusionBonus = false; private static final int USES_TO_ID = 10; private int usesLeftToID = USES_TO_ID; private float availableUsesToID = USES_TO_ID/2f; protected int collisionProperties = Ballistica.MAGIC_BOLT; { defaultAction = AC_ZAP; usesTargeting = true; bones = true; } @Override public ArrayList<String> actions( Hero hero ) { ArrayList<String> actions = super.actions( hero ); if (curCharges > 0 || !curChargeKnown) { actions.add( AC_ZAP ); } return actions; } @Override public void execute( Hero hero, String action ) { super.execute( hero, action ); if (action.equals( AC_ZAP )) { curUser = hero; curItem = this; GameScene.selectCell( zapper ); } } protected abstract void onZap( Ballistica attack ); public abstract void onHit( MagesStaff staff, Char attacker, Char defender, int damage); public boolean tryToZap( Hero owner, int target ){ if (owner.buff(MagicImmune.class) != null){ GLog.w( Messages.get(this, "no_magic") ); return false; } if ( curCharges >= (cursed ? 1 : chargesPerCast())){ return true; } else { GLog.w(Messages.get(this, "fizzles")); return false; } } @Override public boolean collect( Bag container ) { if (super.collect( container )) { if (container.owner != null) { if (container instanceof MagicalHolster) charge( container.owner, ((MagicalHolster) container).HOLSTER_SCALE_FACTOR ); else charge( container.owner ); } return true; } else { return false; } } public void gainCharge( float amt ){ partialCharge += amt; while (partialCharge >= 1) { curCharges = Math.min(maxCharges, curCharges+1); partialCharge--; updateQuickslot(); } } public void charge( Char owner ) { if (charger == null) charger = new Charger(); charger.attachTo( owner ); } public void charge( Char owner, float chargeScaleFactor ){ charge( owner ); charger.setScaleFactor( chargeScaleFactor ); } protected void processSoulMark(Char target, int chargesUsed){ processSoulMark(target, level(), chargesUsed); } protected static void processSoulMark(Char target, int wandLevel, int chargesUsed){ if (target != Dungeon.hero && Dungeon.hero.subClass == HeroSubClass.WARLOCK && //standard 1 - 0.92^x chance, plus 7%. Starts at 15% Random.Float() > (Math.pow(0.92f, (wandLevel*chargesUsed)+1) - 0.07f)){ SoulMark.prolong(target, SoulMark.class, SoulMark.DURATION + wandLevel); } } @Override public void onDetach( ) { stopCharging(); } public void stopCharging() { if (charger != null) { charger.detach(); charger = null; } } public void level( int value) { super.level( value ); updateLevel(); } @Override public Item identify() { curChargeKnown = true; super.identify(); updateQuickslot(); return this; } public void onHeroGainExp( float levelPercent, Hero hero ){ if (!isIdentified() && availableUsesToID <= USES_TO_ID/2f) { //gains enough uses to ID over 1 level availableUsesToID = Math.min(USES_TO_ID/2f, availableUsesToID + levelPercent * USES_TO_ID/2f); } } @Override public String info() { String desc = desc(); desc += "\n\n" + statsDesc(); if (cursed && cursedKnown) { desc += "\n\n" + Messages.get(Wand.class, "cursed"); } else if (!isIdentified() && cursedKnown){ desc += "\n\n" + Messages.get(Wand.class, "not_cursed"); } return desc; } public String statsDesc(){ return Messages.get(this, "stats_desc"); } @Override public boolean isIdentified() { return super.isIdentified() && curChargeKnown; } @Override public String status() { if (levelKnown) { return (curChargeKnown ? curCharges : "?") + "/" + maxCharges; } else { return null; } } @Override public int level() { if (!cursed && curseInfusionBonus){ curseInfusionBonus = false; updateLevel(); } return super.level() + (curseInfusionBonus ? 1 : 0); } @Override public Item upgrade() { super.upgrade(); if (Random.Int(3) == 0) { cursed = false; } updateLevel(); curCharges = Math.min( curCharges + 1, maxCharges ); updateQuickslot(); return this; } @Override public Item degrade() { super.degrade(); updateLevel(); updateQuickslot(); return this; } public void updateLevel() { maxCharges = Math.min( initialCharges() + level(), 10 ); curCharges = Math.min( curCharges, maxCharges ); } protected int initialCharges() { return 2; } protected int chargesPerCast() { return 1; } protected void fx( Ballistica bolt, Callback callback ) { MagicMissile.boltFromChar( curUser.sprite.parent, MagicMissile.MAGIC_MISSILE, curUser.sprite, bolt.collisionPos, callback); Sample.INSTANCE.play( Assets.SND_ZAP ); } public void staffFx( MagesStaff.StaffParticle particle ){ particle.color(0xFFFFFF); particle.am = 0.3f; particle.setLifespan( 1f); particle.speed.polar( Random.Float(PointF.PI2), 2f ); particle.setSize( 1f, 2f ); particle.radiateXY(0.5f); } protected void wandUsed() { if (!isIdentified() && availableUsesToID >= 1) { availableUsesToID--; usesLeftToID--; if (usesLeftToID <= 0) { identify(); GLog.p( Messages.get(Wand.class, "identify") ); Badges.validateItemLevelAquired( this ); } } curCharges -= cursed ? 1 : chargesPerCast(); if (curUser.heroClass == HeroClass.MAGE) levelKnown = true; updateQuickslot(); curUser.spendAndNext( TIME_TO_ZAP ); } @Override public Item random() { //+0: 66.67% (2/3) //+1: 26.67% (4/15) //+2: 6.67% (1/15) int n = 0; if (Random.Int(3) == 0) { n++; if (Random.Int(5) == 0){ n++; } } level(n); //30% chance to be cursed if (Random.Float() < 0.3f) { cursed = true; } return this; } @Override public int price() { int price = 75; if (cursed && cursedKnown) { price /= 2; } if (levelKnown) { if (level() > 0) { price *= (level() + 1); } else if (level() < 0) { price /= (1 - level()); } } if (price < 1) { price = 1; } return price; } private static final String USES_LEFT_TO_ID = "uses_left_to_id"; private static final String AVAILABLE_USES = "available_uses"; private static final String CUR_CHARGES = "curCharges"; private static final String CUR_CHARGE_KNOWN = "curChargeKnown"; private static final String PARTIALCHARGE = "partialCharge"; private static final String CURSE_INFUSION_BONUS = "curse_infusion_bonus"; @Override public void storeInBundle( Bundle bundle ) { super.storeInBundle( bundle ); bundle.put( USES_LEFT_TO_ID, usesLeftToID ); bundle.put( AVAILABLE_USES, availableUsesToID ); bundle.put( CUR_CHARGES, curCharges ); bundle.put( CUR_CHARGE_KNOWN, curChargeKnown ); bundle.put( PARTIALCHARGE , partialCharge ); bundle.put(CURSE_INFUSION_BONUS, curseInfusionBonus ); } @Override public void restoreFromBundle( Bundle bundle ) { super.restoreFromBundle( bundle ); usesLeftToID = bundle.getInt( USES_LEFT_TO_ID ); availableUsesToID = bundle.getInt( AVAILABLE_USES ); //pre-0.7.2 saves if (bundle.contains( "unfamiliarity" )){ usesLeftToID = Math.min(10, bundle.getInt( "unfamiliarity" )); availableUsesToID = USES_TO_ID/2f; } curCharges = bundle.getInt( CUR_CHARGES ); curChargeKnown = bundle.getBoolean( CUR_CHARGE_KNOWN ); partialCharge = bundle.getFloat( PARTIALCHARGE ); curseInfusionBonus = bundle.getBoolean(CURSE_INFUSION_BONUS); } @Override public void reset() { super.reset(); usesLeftToID = USES_TO_ID; availableUsesToID = USES_TO_ID/2f; } protected static CellSelector.Listener zapper = new CellSelector.Listener() { @Override public void onSelect( Integer target ) { if (target != null) { //FIXME this safety check shouldn't be necessary //it would be better to eliminate the curItem static variable. final Wand curWand; if (curItem instanceof Wand) { curWand = (Wand) Wand.curItem; } else { return; } final Ballistica shot = new Ballistica( curUser.pos, target, curWand.collisionProperties); int cell = shot.collisionPos; if (target == curUser.pos || cell == curUser.pos) { GLog.i( Messages.get(Wand.class, "self_target") ); return; } curUser.sprite.zap(cell); //attempts to target the cell aimed at if something is there, otherwise targets the collision pos. if (Actor.findChar(target) != null) QuickSlotButton.target(Actor.findChar(target)); else QuickSlotButton.target(Actor.findChar(cell)); if (curWand.tryToZap(curUser, target)) { curUser.busy(); Invisibility.dispel(); if (curWand.cursed){ if (!curWand.cursedKnown){ GLog.n(Messages.get(Wand.class, "curse_discover", curWand.name())); } CursedWand.cursedZap(curWand, curUser, new Ballistica(curUser.pos, target, Ballistica.MAGIC_BOLT), new Callback() { @Override public void call() { curWand.wandUsed(); } }); } else { curWand.fx(shot, new Callback() { public void call() { curWand.onZap(shot); curWand.wandUsed(); } }); } curWand.cursedKnown = true; } } } @Override public String prompt() { return Messages.get(Wand.class, "prompt"); } }; public class Charger extends Buff { private static final float BASE_CHARGE_DELAY = 10f; private static final float SCALING_CHARGE_ADDITION = 40f; private static final float NORMAL_SCALE_FACTOR = 0.875f; private static final float CHARGE_BUFF_BONUS = 0.25f; float scalingFactor = NORMAL_SCALE_FACTOR; @Override public boolean attachTo( Char target ) { super.attachTo( target ); return true; } @Override public boolean act() { if (curCharges < maxCharges) recharge(); while (partialCharge >= 1 && curCharges < maxCharges) { partialCharge--; curCharges++; updateQuickslot(); } if (curCharges == maxCharges){ partialCharge = 0; } spend( TICK ); return true; } private void recharge(){ int missingCharges = maxCharges - curCharges; missingCharges = Math.max(0, missingCharges); float turnsToCharge = (float) (BASE_CHARGE_DELAY + (SCALING_CHARGE_ADDITION * Math.pow(scalingFactor, missingCharges))); LockedFloor lock = target.buff(LockedFloor.class); if (lock == null || lock.regenOn()) partialCharge += (1f/turnsToCharge) * RingOfEnergy.wandChargeMultiplier(target); for (Recharging bonus : target.buffs(Recharging.class)){ if (bonus != null && bonus.remainder() > 0f) { partialCharge += CHARGE_BUFF_BONUS * bonus.remainder(); } } } public Wand wand(){ return Wand.this; } public void gainCharge(float charge){ partialCharge += charge; while (partialCharge >= 1f){ curCharges++; partialCharge--; } curCharges = Math.min(curCharges, maxCharges); updateQuickslot(); } private void setScaleFactor(float value){ this.scalingFactor = value; } } }
14,315
Wand
java
en
java
code
{"qsc_code_num_words": 1566, "qsc_code_num_chars": 14315.0, "qsc_code_mean_word_length": 6.28863346, "qsc_code_frac_words_unique": 0.2394636, "qsc_code_frac_chars_top_2grams": 0.02833063, "qsc_code_frac_chars_top_3grams": 0.10418359, "qsc_code_frac_chars_top_4grams": 0.11616572, "qsc_code_frac_chars_dupe_5grams": 0.17831032, "qsc_code_frac_chars_dupe_6grams": 0.0885459, "qsc_code_frac_chars_dupe_7grams": 0.00751422, "qsc_code_frac_chars_dupe_8grams": 0.00751422, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.01123693, "qsc_code_frac_chars_whitespace": 0.19182676, "qsc_code_size_file_byte": 14315.0, "qsc_code_num_lines": 554.0, "qsc_code_num_chars_line_max": 103.0, "qsc_code_num_chars_line_mean": 25.83935018, "qsc_code_frac_chars_alphabet": 0.84000346, "qsc_code_frac_chars_comments": 0.08222145, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.17857143, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.01590805, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.00060892, "qsc_code_frac_lines_prompt_comments": 0.00180505, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 0.0, "qsc_codejava_frac_lines_func_ratio": 0.10238095, "qsc_codejava_score_lines_no_logic": 0.23333333, "qsc_codejava_frac_words_no_modifier": 0.91111111, "qsc_codejava_frac_words_legal_var_name": 1.0, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
1
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 0, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfFireblast.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.items.wands; import com.shatteredpixel.shatteredpixeldungeon.Assets; import com.shatteredpixel.shatteredpixeldungeon.Dungeon; import com.shatteredpixel.shatteredpixeldungeon.actors.Actor; import com.shatteredpixel.shatteredpixeldungeon.actors.Char; import com.shatteredpixel.shatteredpixeldungeon.actors.blobs.Blob; import com.shatteredpixel.shatteredpixeldungeon.actors.blobs.Fire; import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.Buff; import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.Burning; import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.Cripple; import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.Paralysis; import com.shatteredpixel.shatteredpixeldungeon.effects.MagicMissile; import com.shatteredpixel.shatteredpixeldungeon.items.weapon.enchantments.Blazing; import com.shatteredpixel.shatteredpixeldungeon.items.weapon.melee.MagesStaff; import com.shatteredpixel.shatteredpixeldungeon.mechanics.Ballistica; import com.shatteredpixel.shatteredpixeldungeon.messages.Messages; import com.shatteredpixel.shatteredpixeldungeon.scenes.GameScene; import com.shatteredpixel.shatteredpixeldungeon.sprites.ItemSpriteSheet; import com.watabou.noosa.audio.Sample; import com.watabou.utils.Callback; import com.watabou.utils.PathFinder; import java.util.ArrayList; import java.util.HashSet; public class WandOfFireblast extends DamageWand { { image = ItemSpriteSheet.WAND_FIREBOLT; collisionProperties = Ballistica.STOP_TERRAIN; } //1x/2x/3x damage public int min(int lvl){ return (1+lvl) * chargesPerCast(); } //1x/2x/3x damage public int max(int lvl){ return (6+2*lvl) * chargesPerCast(); } //the actual affected cells private HashSet<Integer> affectedCells; //the cells to trace fire shots to, for visual effects. private HashSet<Integer> visualCells; private int direction = 0; @Override protected void onZap( Ballistica bolt ) { ArrayList<Char> affectedChars = new ArrayList<>(); for( int cell : affectedCells){ //ignore caster cell if (cell == bolt.sourcePos){ continue; } //only ignite cells directly near caster if they are flammable if (!Dungeon.level.adjacent(bolt.sourcePos, cell) || Dungeon.level.flamable[cell]){ GameScene.add( Blob.seed( cell, 1+chargesPerCast(), Fire.class ) ); } Char ch = Actor.findChar( cell ); if (ch != null) { affectedChars.add(ch); } } for ( Char ch : affectedChars ){ processSoulMark(ch, chargesPerCast()); ch.damage(damageRoll(), this); Buff.affect( ch, Burning.class ).reignite( ch ); switch(chargesPerCast()){ case 1: break; //no effects case 2: Buff.affect(ch, Cripple.class, 4f); break; case 3: Buff.affect(ch, Paralysis.class, 4f); break; } } } //burn... BURNNNNN!..... private void spreadFlames(int cell, float strength){ if (strength >= 0 && (Dungeon.level.passable[cell] || Dungeon.level.flamable[cell])){ affectedCells.add(cell); if (strength >= 1.5f) { visualCells.remove(cell); spreadFlames(cell + PathFinder.CIRCLE8[left(direction)], strength - 1.5f); spreadFlames(cell + PathFinder.CIRCLE8[direction], strength - 1.5f); spreadFlames(cell + PathFinder.CIRCLE8[right(direction)], strength - 1.5f); } else { visualCells.add(cell); } } else if (!Dungeon.level.passable[cell]) visualCells.add(cell); } private int left(int direction){ return direction == 0 ? 7 : direction-1; } private int right(int direction){ return direction == 7 ? 0 : direction+1; } @Override public void onHit(MagesStaff staff, Char attacker, Char defender, int damage) { //acts like blazing enchantment new Blazing().proc( staff, attacker, defender, damage); } @Override protected void fx( Ballistica bolt, Callback callback ) { //need to perform flame spread logic here so we can determine what cells to put flames in. affectedCells = new HashSet<>(); visualCells = new HashSet<>(); // 4/6/8 distance int maxDist = 2 + 2*chargesPerCast(); int dist = Math.min(bolt.dist, maxDist); for (int i = 0; i < PathFinder.CIRCLE8.length; i++){ if (bolt.sourcePos+PathFinder.CIRCLE8[i] == bolt.path.get(1)){ direction = i; break; } } float strength = maxDist; for (int c : bolt.subPath(1, dist)) { strength--; //as we start at dist 1, not 0. affectedCells.add(c); if (strength > 1) { spreadFlames(c + PathFinder.CIRCLE8[left(direction)], strength - 1); spreadFlames(c + PathFinder.CIRCLE8[direction], strength - 1); spreadFlames(c + PathFinder.CIRCLE8[right(direction)], strength - 1); } else { visualCells.add(c); } } //going to call this one manually visualCells.remove(bolt.path.get(dist)); for (int cell : visualCells){ //this way we only get the cells at the tip, much better performance. ((MagicMissile)curUser.sprite.parent.recycle( MagicMissile.class )).reset( MagicMissile.FIRE_CONE, curUser.sprite, cell, null ); } MagicMissile.boltFromChar( curUser.sprite.parent, MagicMissile.FIRE_CONE, curUser.sprite, bolt.path.get(dist/2), callback ); Sample.INSTANCE.play( Assets.SND_ZAP ); } @Override protected int chargesPerCast() { //consumes 30% of current charges, rounded up, with a minimum of one. return Math.max(1, (int)Math.ceil(curCharges*0.3f)); } @Override public String statsDesc() { if (levelKnown) return Messages.get(this, "stats_desc", chargesPerCast(), min(), max()); else return Messages.get(this, "stats_desc", chargesPerCast(), min(0), max(0)); } @Override public void staffFx(MagesStaff.StaffParticle particle) { particle.color( 0xEE7722 ); particle.am = 0.5f; particle.setLifespan(0.6f); particle.acc.set(0, -40); particle.setSize( 0f, 3f); particle.shuffleXY( 1.5f ); } }
6,665
WandOfFireblast
java
en
java
code
{"qsc_code_num_words": 819, "qsc_code_num_chars": 6665.0, "qsc_code_mean_word_length": 5.85958486, "qsc_code_frac_words_unique": 0.35286935, "qsc_code_frac_chars_top_2grams": 0.03750781, "qsc_code_frac_chars_top_3grams": 0.14252969, "qsc_code_frac_chars_top_4grams": 0.15586581, "qsc_code_frac_chars_dupe_5grams": 0.24838508, "qsc_code_frac_chars_dupe_6grams": 0.19670765, "qsc_code_frac_chars_dupe_7grams": 0.06167952, "qsc_code_frac_chars_dupe_8grams": 0.04167535, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.01681574, "qsc_code_frac_chars_whitespace": 0.16129032, "qsc_code_size_file_byte": 6665.0, "qsc_code_num_lines": 213.0, "qsc_code_num_chars_line_max": 93.0, "qsc_code_num_chars_line_mean": 31.29107981, "qsc_code_frac_chars_alphabet": 0.84168157, "qsc_code_frac_chars_comments": 0.20330083, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.10526316, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.00376648, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.00150659, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 0.0, "qsc_codejava_frac_lines_func_ratio": 0.07894737, "qsc_codejava_score_lines_no_logic": 0.24342105, "qsc_codejava_frac_words_no_modifier": 0.84615385, "qsc_codejava_frac_words_legal_var_name": 1.0, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
1
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 0, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/CursedWand.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.items.wands; import com.shatteredpixel.shatteredpixeldungeon.Assets; import com.shatteredpixel.shatteredpixeldungeon.Dungeon; import com.shatteredpixel.shatteredpixeldungeon.ShatteredPixelDungeon; import com.shatteredpixel.shatteredpixeldungeon.actors.Actor; import com.shatteredpixel.shatteredpixeldungeon.actors.Char; import com.shatteredpixel.shatteredpixeldungeon.actors.blobs.Blob; import com.shatteredpixel.shatteredpixeldungeon.actors.blobs.ConfusionGas; import com.shatteredpixel.shatteredpixeldungeon.actors.blobs.Fire; import com.shatteredpixel.shatteredpixeldungeon.actors.blobs.ParalyticGas; import com.shatteredpixel.shatteredpixeldungeon.actors.blobs.Regrowth; import com.shatteredpixel.shatteredpixeldungeon.actors.blobs.ToxicGas; import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.Buff; import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.Burning; import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.Frost; import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.Recharging; import com.shatteredpixel.shatteredpixeldungeon.actors.hero.Hero; import com.shatteredpixel.shatteredpixeldungeon.actors.mobs.Mimic; import com.shatteredpixel.shatteredpixeldungeon.actors.mobs.Mob; import com.shatteredpixel.shatteredpixeldungeon.actors.mobs.npcs.Sheep; import com.shatteredpixel.shatteredpixeldungeon.effects.CellEmitter; import com.shatteredpixel.shatteredpixeldungeon.effects.Flare; import com.shatteredpixel.shatteredpixeldungeon.effects.MagicMissile; import com.shatteredpixel.shatteredpixeldungeon.effects.Speck; import com.shatteredpixel.shatteredpixeldungeon.effects.SpellSprite; import com.shatteredpixel.shatteredpixeldungeon.effects.particles.ShadowParticle; import com.shatteredpixel.shatteredpixeldungeon.items.Generator; import com.shatteredpixel.shatteredpixeldungeon.items.Item; import com.shatteredpixel.shatteredpixeldungeon.items.artifacts.TimekeepersHourglass; import com.shatteredpixel.shatteredpixeldungeon.items.bombs.Bomb; import com.shatteredpixel.shatteredpixeldungeon.items.scrolls.ScrollOfRecharging; import com.shatteredpixel.shatteredpixeldungeon.items.scrolls.ScrollOfTeleportation; import com.shatteredpixel.shatteredpixeldungeon.levels.Terrain; import com.shatteredpixel.shatteredpixeldungeon.levels.traps.CursingTrap; import com.shatteredpixel.shatteredpixeldungeon.levels.traps.ShockingTrap; import com.shatteredpixel.shatteredpixeldungeon.levels.traps.SummoningTrap; import com.shatteredpixel.shatteredpixeldungeon.mechanics.Ballistica; import com.shatteredpixel.shatteredpixeldungeon.messages.Languages; import com.shatteredpixel.shatteredpixeldungeon.messages.Messages; import com.shatteredpixel.shatteredpixeldungeon.plants.Plant; import com.shatteredpixel.shatteredpixeldungeon.plants.Swiftthistle; import com.shatteredpixel.shatteredpixeldungeon.scenes.GameScene; import com.shatteredpixel.shatteredpixeldungeon.scenes.InterlevelScene; import com.shatteredpixel.shatteredpixeldungeon.ui.TargetHealthIndicator; import com.shatteredpixel.shatteredpixeldungeon.utils.GLog; import com.shatteredpixel.shatteredpixeldungeon.windows.WndOptions; import com.watabou.noosa.Game; import com.watabou.noosa.audio.Sample; import com.watabou.utils.Callback; import com.watabou.utils.Random; import java.io.IOException; import java.util.ArrayList; //helper class to contain all the cursed wand zapping logic, so the main wand class doesn't get huge. public class CursedWand { private static float COMMON_CHANCE = 0.6f; private static float UNCOMMON_CHANCE = 0.3f; private static float RARE_CHANCE = 0.09f; private static float VERY_RARE_CHANCE = 0.01f; public static void cursedZap(final Item origin, final Hero user, final Ballistica bolt, final Callback afterZap){ switch (Random.chances(new float[]{COMMON_CHANCE, UNCOMMON_CHANCE, RARE_CHANCE, VERY_RARE_CHANCE})){ case 0: default: commonEffect(origin, user, bolt, afterZap); break; case 1: uncommonEffect(origin, user, bolt, afterZap); break; case 2: rareEffect(origin, user, bolt, afterZap); break; case 3: veryRareEffect(origin, user, bolt, afterZap); break; } } private static void commonEffect(final Item origin, final Hero user, final Ballistica bolt, final Callback afterZap){ switch(Random.Int(4)){ //anti-entropy case 0: cursedFX(user, bolt, new Callback() { public void call() { Char target = Actor.findChar(bolt.collisionPos); switch (Random.Int(2)){ case 0: if (target != null) Buff.affect(target, Burning.class).reignite(target); Buff.affect(user, Frost.class, Frost.duration(user) * Random.Float(3f, 5f)); break; case 1: Buff.affect(user, Burning.class).reignite(user); if (target != null) Buff.affect(target, Frost.class, Frost.duration(target) * Random.Float(3f, 5f)); break; } afterZap.call(); } }); break; //spawns some regrowth case 1: cursedFX(user, bolt, new Callback() { public void call() { GameScene.add( Blob.seed(bolt.collisionPos, 30, Regrowth.class)); afterZap.call(); } }); break; //random teleportation case 2: switch(Random.Int(2)){ case 0: ScrollOfTeleportation.teleportHero(user); afterZap.call(); break; case 1: cursedFX(user, bolt, new Callback() { public void call() { Char ch = Actor.findChar( bolt.collisionPos ); if (ch == user){ ScrollOfTeleportation.teleportHero(user); } else if (ch != null && !ch.properties().contains(Char.Property.IMMOVABLE)) { int count = 10; int pos; do { pos = Dungeon.level.randomRespawnCell(); if (count-- <= 0) { break; } } while (pos == -1); if (pos == -1 || Dungeon.bossLevel()) { GLog.w( Messages.get(ScrollOfTeleportation.class, "no_tele") ); } else { ch.pos = pos; if (((Mob) ch).state == ((Mob) ch).HUNTING)((Mob) ch).state = ((Mob) ch).WANDERING; ch.sprite.place(ch.pos); ch.sprite.visible = Dungeon.level.heroFOV[pos]; } } afterZap.call(); } }); break; } break; //random gas at location case 3: cursedFX(user, bolt, new Callback() { public void call() { switch (Random.Int(3)) { case 0: GameScene.add( Blob.seed( bolt.collisionPos, 800, ConfusionGas.class ) ); break; case 1: GameScene.add( Blob.seed( bolt.collisionPos, 500, ToxicGas.class ) ); break; case 2: GameScene.add( Blob.seed( bolt.collisionPos, 200, ParalyticGas.class ) ); break; } afterZap.call(); } }); break; } } private static void uncommonEffect(final Item origin, final Hero user, final Ballistica bolt, final Callback afterZap){ switch(Random.Int(4)){ //Random plant case 0: cursedFX(user, bolt, new Callback() { public void call() { int pos = bolt.collisionPos; //place the plant infront of an enemy so they walk into it. if (Actor.findChar(pos) != null && bolt.dist > 1) { pos = bolt.path.get(bolt.dist - 1); } if (pos == Terrain.EMPTY || pos == Terrain.EMBERS || pos == Terrain.EMPTY_DECO || pos == Terrain.GRASS || pos == Terrain.HIGH_GRASS || pos == Terrain.FURROWED_GRASS) { Dungeon.level.plant((Plant.Seed) Generator.random(Generator.Category.SEED), pos); } afterZap.call(); } }); break; //Health transfer case 1: final Char target = Actor.findChar( bolt.collisionPos ); if (target != null) { cursedFX(user, bolt, new Callback() { public void call() { int damage = user.lvl * 2; switch (Random.Int(2)) { case 0: user.HP = Math.min(user.HT, user.HP + damage); user.sprite.emitter().burst(Speck.factory(Speck.HEALING), 3); target.damage(damage, origin); target.sprite.emitter().start(ShadowParticle.UP, 0.05f, 10); break; case 1: user.damage( damage, this ); user.sprite.emitter().start(ShadowParticle.UP, 0.05f, 10); target.HP = Math.min(target.HT, target.HP + damage); target.sprite.emitter().burst(Speck.factory(Speck.HEALING), 3); Sample.INSTANCE.play(Assets.SND_CURSED); if (!user.isAlive() && origin != null) { Dungeon.fail( origin.getClass() ); GLog.n(Messages.get(CursedWand.class, "ondeath", origin.name())); } break; } afterZap.call(); } }); } else { GLog.i(Messages.get(CursedWand.class, "nothing")); afterZap.call(); } break; //Bomb explosion case 2: cursedFX(user, bolt, new Callback() { public void call() { new Bomb().explode(bolt.collisionPos); afterZap.call(); } }); break; //shock and recharge case 3: new ShockingTrap().set( user.pos ).activate(); Buff.prolong(user, Recharging.class, 20f); ScrollOfRecharging.charge(user); SpellSprite.show(user, SpellSprite.CHARGE); afterZap.call(); break; } } private static void rareEffect(final Item origin, final Hero user, final Ballistica bolt, final Callback afterZap){ switch(Random.Int(4)){ //sheep transformation case 0: cursedFX(user, bolt, new Callback() { public void call() { Char ch = Actor.findChar( bolt.collisionPos ); if (ch != null && ch != user && !ch.properties().contains(Char.Property.BOSS) && !ch.properties().contains(Char.Property.MINIBOSS)){ Sheep sheep = new Sheep(); sheep.lifespan = 10; sheep.pos = ch.pos; ch.destroy(); ch.sprite.killAndErase(); Dungeon.level.mobs.remove(ch); TargetHealthIndicator.instance.target(null); GameScene.add(sheep); CellEmitter.get(sheep.pos).burst(Speck.factory(Speck.WOOL), 4); } else { GLog.i(Messages.get(CursedWand.class, "nothing")); } afterZap.call(); } }); break; //curses! case 1: CursingTrap.curse(user); afterZap.call(); break; //inter-level teleportation case 2: if (Dungeon.depth > 1 && !Dungeon.bossLevel()) { //each depth has 1 more weight than the previous depth. float[] depths = new float[Dungeon.depth-1]; for (int i = 1; i < Dungeon.depth; i++) depths[i-1] = i; int depth = 1+Random.chances(depths); Buff buff = Dungeon.hero.buff(TimekeepersHourglass.timeFreeze.class); if (buff != null) buff.detach(); buff = Dungeon.hero.buff(Swiftthistle.TimeBubble.class); if (buff != null) buff.detach(); InterlevelScene.mode = InterlevelScene.Mode.RETURN; InterlevelScene.returnDepth = depth; InterlevelScene.returnPos = -1; Game.switchScene(InterlevelScene.class); } else { ScrollOfTeleportation.teleportHero(user); } afterZap.call(); break; //summon monsters case 3: new SummoningTrap().set( user.pos ).activate(); afterZap.call(); break; } } private static void veryRareEffect(final Item origin, final Hero user, final Ballistica bolt, final Callback afterZap){ switch(Random.Int(4)){ //great forest fire! case 0: for (int i = 0; i < Dungeon.level.length(); i++){ GameScene.add( Blob.seed(i, 15, Regrowth.class)); } do { GameScene.add(Blob.seed(Dungeon.level.randomDestination(), 10, Fire.class)); } while (Random.Int(5) != 0); new Flare(8, 32).color(0xFFFF66, true).show(user.sprite, 2f); Sample.INSTANCE.play(Assets.SND_TELEPORT); GLog.p(Messages.get(CursedWand.class, "grass")); GLog.w(Messages.get(CursedWand.class, "fire")); afterZap.call(); break; //superpowered mimic case 1: cursedFX(user, bolt, new Callback() { public void call() { Mimic mimic = Mimic.spawnAt(bolt.collisionPos, new ArrayList<Item>()); if (mimic != null) { mimic.adjustStats(Dungeon.depth + 10); mimic.HP = mimic.HT; Item reward; do { reward = Generator.random(Random.oneOf(Generator.Category.WEAPON, Generator.Category.ARMOR, Generator.Category.RING, Generator.Category.WAND)); } while (reward.level() < 1); Sample.INSTANCE.play(Assets.SND_MIMIC, 1, 1, 0.5f); mimic.items.clear(); mimic.items.add(reward); } else { GLog.i(Messages.get(CursedWand.class, "nothing")); } afterZap.call(); } }); break; //crashes the game, yes, really. case 2: try { Dungeon.saveAll(); if(Messages.lang() != Languages.ENGLISH){ //Don't bother doing this joke to none-english speakers, I doubt it would translate. GLog.i(Messages.get(CursedWand.class, "nothing")); afterZap.call(); } else { GameScene.show( new WndOptions("CURSED WAND ERROR", "this application will now self-destruct", "abort", "retry", "fail") { @Override protected void onSelect(int index) { Game.instance.finish(); } @Override public void onBackPressed() { //do nothing } } ); } } catch(IOException e){ ShatteredPixelDungeon.reportException(e); //oookay maybe don't kill the game if the save failed. GLog.i(Messages.get(CursedWand.class, "nothing")); afterZap.call(); } break; //random transmogrification case 3: //skips this effect if there is no item to transmogrify if (origin == null || !Dungeon.hero.belongings.contains(origin)){ cursedZap(origin, user, bolt, afterZap); return; } origin.detach(user.belongings.backpack); Item result; do { result = Generator.random(Random.oneOf(Generator.Category.WEAPON, Generator.Category.ARMOR, Generator.Category.RING, Generator.Category.ARTIFACT)); } while (result.cursed); if (result.isUpgradable()) result.upgrade(); result.cursed = result.cursedKnown = true; if (origin instanceof Wand){ GLog.w( Messages.get(CursedWand.class, "transmogrify_wand") ); } else { GLog.w( Messages.get(CursedWand.class, "transmogrify_other") ); } Dungeon.level.drop(result, user.pos).sprite.drop(); afterZap.call(); break; } } private static void cursedFX(final Hero user, final Ballistica bolt, final Callback callback){ MagicMissile.boltFromChar( user.sprite.parent, MagicMissile.RAINBOW, user.sprite, bolt.collisionPos, callback); Sample.INSTANCE.play( Assets.SND_ZAP ); } }
15,590
CursedWand
java
en
java
code
{"qsc_code_num_words": 1754, "qsc_code_num_chars": 15590.0, "qsc_code_mean_word_length": 5.96465222, "qsc_code_frac_words_unique": 0.23603193, "qsc_code_frac_chars_top_2grams": 0.04215255, "qsc_code_frac_chars_top_3grams": 0.16708086, "qsc_code_frac_chars_top_4grams": 0.18925636, "qsc_code_frac_chars_dupe_5grams": 0.4623399, "qsc_code_frac_chars_dupe_6grams": 0.33473523, "qsc_code_frac_chars_dupe_7grams": 0.16669853, "qsc_code_frac_chars_dupe_8grams": 0.15427261, "qsc_code_frac_chars_dupe_9grams": 0.12626649, "qsc_code_frac_chars_dupe_10grams": 0.11699484, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.0106822, "qsc_code_frac_chars_whitespace": 0.20737652, "qsc_code_size_file_byte": 15590.0, "qsc_code_num_lines": 461.0, "qsc_code_num_chars_line_max": 121.0, "qsc_code_num_chars_line_mean": 33.81778742, "qsc_code_frac_chars_alphabet": 0.83596342, "qsc_code_frac_chars_comments": 0.09775497, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.36772487, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.01158823, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.00056875, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 0.0, "qsc_codejava_frac_lines_func_ratio": 0.05820106, "qsc_codejava_score_lines_no_logic": 0.20634921, "qsc_codejava_frac_words_no_modifier": 0.73913043, "qsc_codejava_frac_words_legal_var_name": 1.0, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 0, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
0-1-0/lightblue-0.4
src/mac/_bluetoothsockets.py
# Copyright (c) 2009 Bea Lam. All rights reserved. # # This file is part of LightBlue. # # LightBlue is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # LightBlue is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with LightBlue. If not, see <http://www.gnu.org/licenses/>. # Mac OS X bluetooth sockets implementation. # # To-do: # - allow socket options # # if doing security AUTH, should set bool arg when calling # openConnection_withPageTimeout_authenticationRequired_() in connect() import time import socket as _socket import threading import os import errno import types import objc import Foundation import _IOBluetooth import _lightbluecommon import _macutil from _LightAquaBlue import BBServiceAdvertiser, BBBluetoothChannelDelegate import sets # python 2.3 try: SHUT_RD, SHUT_WR, SHUT_RDWR = \ _socket.SHUT_RD, _socket.SHUT_WR, _socket.SHUT_RDWR except AttributeError: # python 2.3 SHUT_RD, SHUT_WR, SHUT_RDWR = (0, 1, 2) def _getavailableport(proto): # Just advertise a service and see what channel it was assigned, then # stop advertising the service and return the channel. # It's a hacky way of doing it, but IOBluetooth doesn't seem to provide # functionality for just getting an available channel. if proto == _lightbluecommon.RFCOMM: try: result, channelID, servicerecordhandle = BBServiceAdvertiser.addRFCOMMServiceDictionary_withName_UUID_channelID_serviceRecordHandle_(BBServiceAdvertiser.serialPortProfileDictionary(), "DummyService", None, None, None) except: result, channelID, servicerecordhandle = BBServiceAdvertiser.addRFCOMMServiceDictionary_withName_UUID_channelID_serviceRecordHandle_(BBServiceAdvertiser.serialPortProfileDictionary(), "DummyService", None) if result != _macutil.kIOReturnSuccess: raise _lightbluecommon.BluetoothError(result, \ "Could not retrieve an available service channel") result = BBServiceAdvertiser.removeService_(servicerecordhandle) if result != _macutil.kIOReturnSuccess: raise _lightbluecommon.BluetoothError(result, \ "Could not retrieve an available service channel") return channelID else: raise NotImplementedError("L2CAP server sockets not currently supported") def _checkaddrpair(address, checkbtaddr=True): # will want checkbtaddr=False if the address might be empty string # (for binding to a server address) if not isinstance(address, tuple): raise TypeError("address must be (address, port) tuple, was %s" % \ type(address)) if len(address) != 2: raise TypeError("address tuple must have 2 items (has %d)" % \ len(address)) if not isinstance(address[0], types.StringTypes): raise TypeError("address host value must be string, was %s" % \ type(address[0])) if checkbtaddr: if not _lightbluecommon._isbtaddr(address[0]): raise TypeError("address '%s' is not a bluetooth address" % \ address[0]) if not isinstance(address[1], int): raise TypeError("address port value must be int, was %s" % \ type(address[1])) # from std lib socket module class _closedsocket(object): __slots__ = [] def _dummy(*args): raise _socket.error(errno.EBADF, 'Bad file descriptor') send = recv = sendto = recvfrom = __getattr__ = _dummy # Thanks to Simon Wittber for string queue recipe # http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/426060 # (this is a modified version) class _StringQueue(object): def __init__(self): self.l_buffer = [] self.s_buffer = "" self.lock = threading.RLock() self.bufempty = True def empty(self): return self.bufempty def write(self, data): # no type check, and assumes data is not empty! #append data to list, no need to "".join just yet. self.lock.acquire() try: self.l_buffer.append(data) self.bufempty = False finally: self.lock.release() def _build_str(self): #build a new string out of list new_string = "".join([str(x.tobytes()) for x in self.l_buffer]) #join string buffer and new string self.s_buffer = "".join((self.s_buffer, new_string)) #clear list self.l_buffer = [] def __len__(self): #calculate length without needing to _build_str return sum([len(i) for i in self.l_buffer]) + len(self.s_buffer) def read(self, count): self.lock.acquire() try: #if string doesn't have enough chars to satisfy caller if count > len(self.s_buffer): self._build_str() #get data requested by caller result = self.s_buffer[:count] #remove requested data from string buffer self.s_buffer = self.s_buffer[len(result):] self.bufempty = (len(self.s_buffer) == 0) finally: self.lock.release() return result #class _SocketWrapper(_socket._socketobject): class _SocketWrapper(object): """ A Bluetooth socket object has the same interface as a socket object from the Python standard library <socket> module. It also uses the same exceptions, raising socket.error for general errors and socket.timeout for timeout errors. Note that L2CAP sockets are not available on Python For Series 60, and only L2CAP client sockets are supported on Mac OS X and Linux. A simple client socket example: >>> from lightblue import * >>> s = socket() # or socket(L2CAP) to create an L2CAP socket >>> s.connect(("00:12:2c:45:8a:7b", 5)) >>> s.send("hello") 5 >>> s.close() A simple server socket example: >>> from lightblue import * >>> s = socket() >>> s.bind(("", 0)) >>> s.listen(1) >>> advertise("My RFCOMM Service", s, RFCOMM) >>> conn, addr = s.accept() >>> print "Connected by", addr Connected by ('00:0D:93:19:C8:68', 5) >>> conn.recv(1024) "hello" >>> conn.close() >>> s.close() """ def __init__(self, sock): self._sock = sock def accept(self): sock, addr = self._sock.accept() return _SocketWrapper(sock), addr accept.__doc__ = _lightbluecommon._socketdocs["accept"] def dup(self): return _SocketWrapper(self._sock) dup.__doc__ = _lightbluecommon._socketdocs["dup"] def close(self): self._sock.close() self._sock = _closedsocket() self.send = self.recv = self.sendto = self.recvfrom = self._sock._dummy try: import lightblue lightblue.stopadvertise(self) except: pass close.__doc__ = _lightbluecommon._socketdocs["close"] def makefile(self, mode='r', bufsize=-1): # use std lib socket's _fileobject return _socket._fileobject(self._sock, mode, bufsize) makefile.__doc__ = _lightbluecommon._socketdocs["makefile"] # delegate all other method calls to internal sock obj def __getattr__(self, attr): return getattr(self._sock, attr) # internal _sock object for RFCOMM and L2CAP sockets class _BluetoothSocket(object): _boundports = { _lightbluecommon.L2CAP: sets.Set(), _lightbluecommon.RFCOMM: sets.Set() } # conn is the associated _RFCOMMConnection or _L2CAPConnection def __init__(self, conn): self.__conn = conn if conn is not None and conn.channel is not None: self.__remotedevice = conn.channel.getDevice() else: self.__remotedevice = None # timeout=None cos sockets default to blocking mode self.__timeout = None #self.__isserverspawned = (conn.channel is not None) self.__port = 0 self.__eventlistener = None self.__closed = False self.__maxqueuedconns = 0 self.__incomingdata = _StringQueue() self.__queuedchannels = [] self.__queuedchannels_lock = threading.RLock() # whether send or recv has been shut down # set initial value to be other than SHUT_WR/SHUT_RD/SHUT_RDWR self.__commstate = -1 def accept(self): if not self.__isbound(): raise _socket.error('Socket not bound') if not self.__islistening(): raise _socket.error('Socket must be listening first') def clientconnected(): return len(self.__queuedchannels) > 0 if not clientconnected(): self.__waituntil(clientconnected, "accept timed out") self.__queuedchannels_lock.acquire() try: newchannel = self.__queuedchannels.pop(0) finally: self.__queuedchannels_lock.release() # return (new-socket, addr) pair using the new channel newconn = _SOCKET_CLASSES[self.__conn.proto](newchannel) sock = _SocketWrapper(_BluetoothSocket(newconn)) sock.__startevents() return (sock, sock.getpeername()) def bind(self, address): _checkaddrpair(address, False) if self.__isbound(): raise _socket.error('Socket is already bound') elif self.__isconnected(): raise _socket.error("Socket is already connected, cannot be bound") if self.__conn.proto == _lightbluecommon.L2CAP: raise NotImplementedError("L2CAP server sockets not currently supported") if address[1] != 0: raise _socket.error("must bind to port 0, other ports not supported on Mac OS X") address = (address[0], _getavailableport(self.__conn.proto)) # address must be either empty string or local device address if address[0] != "": try: import lightblue localaddr = lightblue.gethostaddr() except: localaddr = None if localaddr is None or address[0] != localaddr: raise _socket.error( errno.EADDRNOTAVAIL, os.strerror(errno.EADDRNOTAVAIL)) # is this port already in use? if address[1] in self._boundports[self.__conn.proto]: raise _socket.error(errno.EADDRINUSE, os.strerror(errno.EADDRINUSE)) self._boundports[self.__conn.proto].add(address[1]) self.__port = address[1] def close(self): wasconnected = self.__isconnected() or self.__isbound() self.__stopevents() if self.__conn is not None: if self.__isbound(): self._boundports[self.__conn.proto].discard(self.__port) else: if self.__conn.channel is not None: self.__conn.channel.setDelegate_(None) self.__conn.channel.closeChannel() # disconnect the baseband connection. # This will fail if other RFCOMM channels to the remote device are # still open (which is what we want, cos we don't know if another # process is talking to the device) if self.__remotedevice is not None: self.__remotedevice.closeConnection() # returns err code # if you don't run the event loop a little here, it's likely you won't # be able to reconnect to the same remote device later if wasconnected: _macutil.waitfor(0.5) def connect(self, address): if self.__isbound(): raise _socket.error("Can't connect, socket has been bound") elif self.__isconnected(): raise _socket.error("Socket is already connected") _checkaddrpair(address) # open a connection to device self.__remotedevice = _IOBluetooth.IOBluetoothDevice.withAddress_( _macutil.createbtdevaddr(address[0])) if not self.__remotedevice.isConnected(): if self.__timeout is None: result = self.__remotedevice.openConnection() else: result = self.__remotedevice.openConnection_withPageTimeout_authenticationRequired_( None, self.__timeout*1000, False) if result != _macutil.kIOReturnSuccess: if result == _macutil.kBluetoothHCIErrorPageTimeout: if self.__timeout == 0: raise _socket.error(errno.EAGAIN, "Resource temporarily unavailable") else: raise _socket.timeout("connect timed out") else: raise _socket.error(result, "Cannot connect to %s, can't open connection." \ % str(address[0])) # open RFCOMM or L2CAP channel self.__eventlistener = self.__createlistener() result = self.__conn.connect(self.__remotedevice, address[1], self.__eventlistener) # pass listener as cocoa delegate if result != _macutil.kIOReturnSuccess: self.__remotedevice.closeConnection() self.__stopevents() self.__eventlistener = None raise _socket.error(result, "Cannot connect to %d on %s" % (address[1], address[0])) return # if you don't run the event loop a little here, it's likely you won't # be able to reconnect to the same remote device later _macutil.waitfor(0.5) def connect_ex(self, address): try: self.connect(address) except _socket.error, err: if len(err.args) > 1: return err.args[0] else: # there's no error code, just a message, so this error wasn't # from a system call -- so re-raise the exception raise _socket.error(err) return 0 def getpeername(self): self.__checkconnected() addr = _macutil.formatdevaddr(self.__remotedevice.getAddressString()) return (addr, self._getport()) def getsockname(self): if self.__isbound() or self.__isconnected(): import lightblue return (lightblue.gethostaddr(), self._getport()) else: return ("00:00:00:00:00:00", 0) def listen(self, backlog): if self.__islistening(): return if not self.__isbound(): raise _socket.error('Socket not bound') if not isinstance(backlog, int): raise TypeError("backlog must be int, was %s" % type(backlog)) if backlog < 0: raise ValueError("backlog cannot be negative, was %d" % backlog) self.__maxqueuedconns = backlog # start listening for client connections self.__startevents() def _isclosed(self): # isOpen() check doesn't work for incoming (server-spawned) channels if (self.__conn.proto == _lightbluecommon.RFCOMM and self.__conn.channel is not None and not self.__conn.channel.isIncoming()): return not self.__conn.channel.isOpen() return self.__closed def recv(self, bufsize, flags=0): if self.__commstate in (SHUT_RD, SHUT_RDWR): return "" self.__checkconnected() if not isinstance(bufsize, int): raise TypeError("buffer size must be int, was %s" % type(bufsize)) if bufsize < 0: raise ValueError("negative buffersize in recv") # as for tcp if bufsize == 0: return "" # need this to ensure the _isclosed() check is up-to-date _macutil.looponce() if self._isclosed(): if len(self.__incomingdata) == 0: raise _socket.error(errno.ECONNRESET, os.strerror(errno.ECONNRESET)) return self.__incomingdata.read(bufsize) # if incoming data buffer is empty, wait until data is available or # channel is closed def gotdata(): return not self.__incomingdata.empty() or self._isclosed() if not gotdata(): self.__waituntil(gotdata, "recv timed out") # other side closed connection while waiting? if self._isclosed() and len(self.__incomingdata) == 0: raise _socket.error(errno.ECONNRESET, os.strerror(errno.ECONNRESET)) return self.__incomingdata.read(bufsize) # recvfrom() is really for datagram sockets not stream sockets but it # can be implemented anyway. def recvfrom(self, bufsize, flags=0): # stream sockets return None, instead of address return (self.recv(bufsize, flags), None) def sendall(self, data, flags=0): sentbytescount = self.send(data, flags) while sentbytescount < len(data): sentbytescount += self.send(data[sentbytescount:], flags) return None def send(self, data, flags=0): if not isinstance(data, types.StringTypes): raise TypeError("data must be string, was %s" % type(data)) if self.__commstate in (SHUT_WR, SHUT_RDWR): raise _socket.error(errno.EPIPE, os.strerror(errno.EPIPE)) self.__checkconnected() # do setup for if sock is in non-blocking mode if self.__timeout is not None: if self.__timeout == 0: # in non-blocking mode # isTransmissionPaused() is not available for L2CAP sockets, # what to do for that? if self.__conn.proto == _lightbluecommon.RFCOMM and \ self.__conn.channel.isTransmissionPaused(): # sending data now will block raise _socket.error(errno.EAGAIN, "Resource temporarily unavailable") elif self.__timeout > 0: # non-blocking with timeout starttime = time.time() # loop until all data is sent writebuf = data bytesleft = len(data) mtu = self.__conn.getwritemtu() while bytesleft > 0: if self.__timeout is not None and self.__timeout > 0: if time.time() - starttime > self.__timeout: raise _socket.timeout("send timed out") # write the data to the channel (only the allowed amount) # the method/selector is the same for L2CAP and RFCOMM channels if bytesleft > mtu: sendbytecount = mtu else: sendbytecount = bytesleft #result = self.__conn.channel.writeSync_length_( # writebuf[:sendbytecount], sendbytecount) result = self.__conn.write(writebuf[:sendbytecount]) # normal tcp sockets don't seem to actually error on the first # send() after a connection has broken; if you try a second time, # then you get the (32, 'Broken pipe') socket.error if result != _macutil.kIOReturnSuccess: raise _socket.error(result, "Error sending data") bytesleft -= sendbytecount writebuf = writebuf[sendbytecount:] # remove the data just sent return len(data) - bytesleft # sendto args may be one of: # - data, address # - data, flags, address # # The standard behaviour seems to be to ignore the given address if already # connected. # sendto() is really for datagram sockets not stream sockets but it # can be implemented anyway. def sendto(self, data, *args): if len(args) == 1: address = args[0] flags = 0 elif len(args) == 2: flags, address = args else: raise TypeError("sendto takes at most 3 arguments (%d given)" % \ (len(args) + 1)) _checkaddrpair(address) # must already be connected, cos this is stream socket self.__checkconnected() return self.send(data, flags) def fileno(self): raise NotImplementedError def getsockopt(self, level, optname, buflen=0): # see what options on Linux+s60 # possibly have socket security option. raise _socket.error( errno.ENOPROTOOPT, os.strerror(errno.ENOPROTOOPT)) def setsockopt(self, level, optname, value): # see what options on Linux+s60 # possibly have socket security option. raise _socket.error( errno.ENOPROTOOPT, os.strerror(errno.ENOPROTOOPT)) def setblocking(self, flag): if flag == 0: self.__timeout = 0 # non-blocking else: self.__timeout = None # blocking def gettimeout(self): return self.__timeout def settimeout(self, value): if value is not None and not isinstance(value, (float, int)): msg = "timeout value must be a number or None, was %s" % \ type(value) raise TypeError(msg) if value < 0: msg = "timeout value cannot be negative, was %d" % value raise ValueError(msg) self.__timeout = value def shutdown(self, how): if how not in (SHUT_RD, SHUT_WR, SHUT_RDWR): raise _socket.error(22, "Invalid argument") self.__commstate = how # This method is called from outside this file. def _getport(self): if self.__isconnected(): return self.__conn.getport() if self.__isbound(): return self.__port raise _lightbluecommon.BluetoothError("socket is neither connected nor bound") # This method is called from outside this file. def _getchannel(self): if self.__conn is None: return None return self.__conn.channel # Called by the event listener when data is available # 'channel' is IOBluetoothRFCOMMChannel or IOBluetoothL2CAPChannel object def _handle_channeldata(self, channel, data): self.__incomingdata.write(data) _macutil.interruptwait() # Called by the event listener when a client connects to a server socket def _handle_channelopened(self, channel): # put new channels into a queue, which 'accept' can then pull out self.__queuedchannels_lock.acquire() try: # need to implement max connections #if len(self.__queuedchannels) < self.__maxqueuedconns: self.__queuedchannels.append(channel) _macutil.interruptwait() finally: self.__queuedchannels_lock.release() # Called by the event listener when the channel is closed. def _handle_channelclosed(self, channel): # beware that this value won't actually be set until the event loop # has been driven so that this method is actually called self.__closed = True _macutil.interruptwait() def __waituntil(self, stopwaiting, timeoutmsg): """ Waits until stopwaiting() returns True, or until the wait times out (according to the self.__timeout value). This is to make a function wait until a buffer has been filled. i.e. stopwaiting() should return True when the buffer is no longer empty. """ if not stopwaiting(): if self.__timeout == 0: # in non-blocking mode (immediate timeout) # push event loop to really be sure there is no data available _macutil.looponce() if not stopwaiting(): # trying to perform operation now would block raise _socket.error(errno.EAGAIN, os.strerror(errno.EAGAIN)) else: # block and wait until we get data, or time out if not _macutil.waituntil(stopwaiting, self.__timeout): raise _socket.timeout(timeoutmsg) def __createlistener(self): if self.__isbound(): return _ChannelServerEventListener.alloc().initWithDelegate_port_protocol_(self, self._getport(), self.__conn.proto) else: listener = _ChannelEventListener.alloc().initWithDelegate_(self) if self.__conn.channel is not None: self.__conn.channel.setDelegate_(listener.delegate()) listener.registerclosenotif(self.__conn.channel) return listener # should not call this if connect() has been called to connect this socket def __startevents(self): if self.__eventlistener is not None: raise _lightbluecommon.BluetoothError("socket already listening") self.__eventlistener = self.__createlistener() def __stopevents(self): if self.__eventlistener is not None: self.__eventlistener.close() def __islistening(self): return self.__eventlistener is not None # returns whether socket is a bound server socket def __isbound(self): return self.__port != 0 def __isconnected(self): return self.__conn.channel is not None def __checkconnected(self): if not self.__isconnected(): # not connected, raise "socket not connected" raise _socket.error(errno.ENOTCONN, os.strerror(errno.ENOTCONN)) # set method docstrings definedmethods = locals() # i.e. defined methods in _SocketWrapper for name, doc in _lightbluecommon._socketdocs.items(): try: definedmethods[name].__doc__ = doc except KeyError: pass class _RFCOMMConnection(object): proto = _lightbluecommon.RFCOMM def __init__(self, channel=None): # self.channel is accessed by _BluetoothSocket parent self.channel = channel def connect(self, device, port, listener): # open RFCOMM channel (should timeout actually apply to opening of # channel as well? if so need to do timeout with async callbacks) try: # pyobjc 2.0 result, self.channel = device.openRFCOMMChannelSync_withChannelID_delegate_(None, port, listener.delegate()) except TypeError: result, self.channel = device.openRFCOMMChannelSync_withChannelID_delegate_(port, listener.delegate()) if result == _macutil.kIOReturnSuccess: self.channel.setDelegate_(listener.delegate()) listener.registerclosenotif(self.channel) else: self.channel = None return result def write(self, data): if self.channel is None: raise _socket.error("socket not connected") return \ BBBluetoothChannelDelegate.synchronouslyWriteData_toRFCOMMChannel_( buffer(data), self.channel) def getwritemtu(self): return self.channel.getMTU() def getport(self): return self.channel.getChannelID() class _L2CAPConnection(object): proto = _lightbluecommon.L2CAP def __init__(self, channel=None): # self.channel is accessed by _BluetoothSocket parent self.channel = channel def connect(self, device, port, listener): try: # pyobjc 2.0 result, self.channel = device.openL2CAPChannelSync_withPSM_delegate_(None, port, listener.delegate()) except TypeError: result, self.channel = device.openL2CAPChannelSync_withPSM_delegate_(port, listener.delegate()) if result == _macutil.kIOReturnSuccess: self.channel.setDelegate_(listener.delegate()) listener.registerclosenotif(self.channel) else: self.channel = None return result def write(self, data): if self.channel is None: raise _socket.error("socket not connected") return \ BBBluetoothChannelDelegate.synchronouslyWriteData_toL2CAPChannel_( buffer(data), self.channel) def getwritemtu(self): return self.channel.getOutgoingMTU() def getport(self): return self.channel.getPSM() class _ChannelEventListener(Foundation.NSObject): """ Uses a BBBluetoothChannelDelegate to listen for events on an IOBluetoothRFCOMMChannel or IOBluetoothL2CAPChannel, and makes callbacks to a specified object when events occur. """ # note this is a NSObject "init", not a python object "__init__" def initWithDelegate_(self, cb_obj): """ Arguments: - cb_obj: An object that receives callbacks when events occur. This object should have: - a method '_handle_channeldata' which takes the related channel (a IOBluetoothRFCOMMChannel or IOBluetoothL2CAPChannel) and the new data (a string) as the arguments. - a method '_handle_channelclosed' which takes the related channel as the argument. If this listener's delegate is passed to the openRFCOMMChannel... or openL2CAPChannel... selectors as the delegate, the delegate (and therefore this listener) will automatically start receiving events. Otherwise, call setDelegate_() on the channel with this listener's delegate as the argument to allow this listener to start receiving channel events. (This is the only option for server-spawned sockets.) """ self = super(_ChannelEventListener, self).init() if cb_obj is None: raise TypeError("callback object is None") self.__cb_obj = cb_obj self.__closenotif = None self.__channelDelegate = \ BBBluetoothChannelDelegate.alloc().initWithDelegate_(self) return self initWithDelegate_ = objc.selector(initWithDelegate_, signature="@@:@") def delegate(self): return self.__channelDelegate def registerclosenotif(self, channel): # oddly enough, sometimes the channelClosed: selector doesn't get called # (maybe if there's a lot of data being passed?) but this seems to work notif = channel.registerForChannelCloseNotification_selector_(self, "channelClosedEvent:channel:") if notif is not None: self.__closenotif = notif def close(self): if self.__closenotif is not None: self.__closenotif.unregister() def channelClosedEvent_channel_(self, notif, channel): if hasattr(self.__cb_obj, '_handle_channelclosed'): self.__cb_obj._handle_channelclosed(channel) channelClosedEvent_channel_ = objc.selector( channelClosedEvent_channel_, signature="v@:@@") # implement method from BBBluetoothChannelDelegateObserver protocol: # - (void)channelData:(id)channel data:(NSData *)data; def channelData_data_(self, channel, data): if hasattr(self.__cb_obj, '_handle_channeldata'): self.__cb_obj._handle_channeldata(channel, data[:]) channelData_data_ = objc.selector(channelData_data_, signature="v@:@@") # implement method from BBBluetoothChannelDelegateObserver protocol: # - (void)channelClosed:(id)channel; def channelClosed_(self, channel): if hasattr(self.__cb_obj, '_handle_channelclosed'): self.__cb_obj._handle_channelclosed(channel) channelClosed_ = objc.selector(channelClosed_, signature="v@:@") class _ChannelServerEventListener(Foundation.NSObject): """ Listens for server-specific events on a RFCOMM or L2CAP channel (i.e. when a client connects) and makes callbacks to a specified object when events occur. """ # note this is a NSObject "init", not a python object "__init__" def initWithDelegate_port_protocol_(self, cb_obj, port, proto): """ Arguments: - cb_obj: to receive callbacks when a client connects to to the channel, the callback object should have a method '_handle_channelopened' which takes the newly opened IOBluetoothRFCOMMChannel or IOBluetoothL2CAPChannel as its argument. - port: the channel or PSM that the server is listening on - proto: L2CAP or RFCOMM. """ self = super(_ChannelServerEventListener, self).init() if cb_obj is None: raise TypeError("callback object is None") self.__cb_obj = cb_obj self.__usernotif = None if proto == _lightbluecommon.RFCOMM: usernotif = _IOBluetooth.IOBluetoothRFCOMMChannel.registerForChannelOpenNotifications_selector_withChannelID_direction_(self, "newChannelOpened:channel:", port, _macutil.kIOBluetoothUserNotificationChannelDirectionIncoming) elif proto == _lightbluecommon.L2CAP: usernotif = _IOBluetooth.IOBluetoothL2CAPChannel.registerForChannelOpenNotifications_selector_withPSM_direction_(self, "newChannelOpened:channel:", port, _macutil.kIOBluetoothUserNotificationChannelDirectionIncoming) if usernotif is None: raise _socket.error("Unable to register for channel-" + \ "opened notifications on server socket on channel/PSM %d" % \ port) self.__usernotif = usernotif return self initWithDelegate_port_protocol_ = objc.selector( initWithDelegate_port_protocol_, signature="@@:@ii") def close(self): if self.__usernotif is not None: self.__usernotif.unregister() def newChannelOpened_channel_(self, notif, newChannel): """ Handle when a client connects to the server channel. (This method is called for both RFCOMM and L2CAP channels.) """ if newChannel is not None and newChannel.isIncoming(): # not sure if delegate really needs to be set newChannel.setDelegate_(self) if hasattr(self.__cb_obj, '_handle_channelopened'): self.__cb_obj._handle_channelopened(newChannel) # makes this method receive notif and channel as objects newChannelOpened_channel_ = objc.selector( newChannelOpened_channel_, signature="v@:@@") # ----------------------------------------------------------- # protocol-specific classes _SOCKET_CLASSES = { _lightbluecommon.RFCOMM: _RFCOMMConnection, _lightbluecommon.L2CAP: _L2CAPConnection } def _getsocketobject(proto): if proto not in _SOCKET_CLASSES.keys(): raise ValueError("Unknown socket protocol, must be L2CAP or RFCOMM") return _SocketWrapper(_BluetoothSocket(_SOCKET_CLASSES[proto]()))
36,392
_bluetoothsockets
py
en
python
code
{"qsc_code_num_words": 3879, "qsc_code_num_chars": 36392.0, "qsc_code_mean_word_length": 5.53441609, "qsc_code_frac_words_unique": 0.16963135, "qsc_code_frac_chars_top_2grams": 0.0163965, "qsc_code_frac_chars_top_3grams": 0.02086827, "qsc_code_frac_chars_top_4grams": 0.0117384, "qsc_code_frac_chars_dupe_5grams": 0.30068008, "qsc_code_frac_chars_dupe_6grams": 0.25558971, "qsc_code_frac_chars_dupe_7grams": 0.21622881, "qsc_code_frac_chars_dupe_8grams": 0.18632383, "qsc_code_frac_chars_dupe_9grams": 0.16210173, "qsc_code_frac_chars_dupe_10grams": 0.15837526, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.00678155, "qsc_code_frac_chars_whitespace": 0.31116729, "qsc_code_size_file_byte": 36392.0, "qsc_code_num_lines": 916.0, "qsc_code_num_chars_line_max": 242.0, "qsc_code_num_chars_line_mean": 39.72925764, "qsc_code_frac_chars_alphabet": 0.84960906, "qsc_code_frac_chars_comments": 0.18067158, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.32412523, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.06405546, "qsc_code_frac_chars_long_word_length": 0.00530323, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codepython_cate_ast": 0.0, "qsc_codepython_frac_lines_func_ratio": null, "qsc_codepython_cate_var_zero": null, "qsc_codepython_frac_lines_pass": 0.00368324, "qsc_codepython_frac_lines_import": 0.02946593, "qsc_codepython_frac_lines_simplefunc": null, "qsc_codepython_score_lines_no_logic": null, "qsc_codepython_frac_lines_print": 0.0}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codepython_cate_ast": 1, "qsc_codepython_frac_lines_func_ratio": 0, "qsc_codepython_cate_var_zero": 0, "qsc_codepython_frac_lines_pass": 0, "qsc_codepython_frac_lines_import": 0, "qsc_codepython_frac_lines_simplefunc": 0, "qsc_codepython_score_lines_no_logic": 0, "qsc_codepython_frac_lines_print": 0}
0-1-0/lightblue-0.4
src/mac/_obex.py
# Copyright (c) 2009 Bea Lam. All rights reserved. # # This file is part of LightBlue. # # LightBlue is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # LightBlue is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with LightBlue. If not, see <http://www.gnu.org/licenses/>. import datetime import time import types import objc from Foundation import NSObject, NSDate from _IOBluetooth import OBEXSession, IOBluetoothDevice, \ IOBluetoothRFCOMMChannel from _LightAquaBlue import BBBluetoothOBEXClient, BBBluetoothOBEXServer, \ BBStreamingInputStream, BBStreamingOutputStream, \ BBMutableOBEXHeaderSet, \ BBLocalDevice import _lightbluecommon import _obexcommon import _macutil from _obexcommon import OBEXError # from <IOBluetooth/OBEX.h> _kOBEXSuccess = 0 _kOBEXGeneralError = -21850 _kOBEXSessionNotConnectedError = -21876 _kOBEXSessionAlreadyConnectedError = -21882 _kOBEXSessionNoTransportError = -21879 _kOBEXSessionTransportDiedError = -21880 _OBEX_FINAL_MASK = 0x80 _HEADER_MASK = 0xc0 _HEADER_UNICODE = 0x00 _HEADER_BYTE_SEQ = 0x40 _HEADER_1BYTE = 0x80 _HEADER_4BYTE = 0xc0 # public attributes __all__ = ("OBEXClient", "sendfile", "recvfile") _obexerrorcodes = { 0: "no error", -21850: "general error", -21851: "no resources", -21852: "operation not supported", -21853: "internal error", -21854: "bad argument", -21855: "timeout", -21856: "bad request", -21857: "cancelled", -21875: "session is busy", -21876: "OBEX session not connected", -21877: "bad request in OBEX session", -21878: "bad response from other party", -21879: "Bluetooth transport not available", -21880: "Bluetooth transport connection died", -21881: "OBEX session timed out", -21882: "OBEX session already connected" } def errdesc(errorcode): return _obexerrorcodes.get(errorcode, str(errorcode)) # OBEXSession provides response codes with the final bit set, but OBEXResponse # class expects the response code to not have the final bit set. def _cutresponsefinalbit(responsecode): return (responsecode & ~_OBEX_FINAL_MASK) def _headersdicttoset(headers): headerset = BBMutableOBEXHeaderSet.alloc().init() for header, value in headers.items(): if isinstance(header, types.StringTypes): hid = _obexcommon._HEADER_STRINGS_TO_IDS.get(header.lower()) else: hid = header if hid is None: raise ValueError("unknown header '%s'" % header) if isinstance(value, datetime.datetime): value = value.strftime("%Y%m%dT%H%M%S") mask = hid & _HEADER_MASK if mask == _HEADER_UNICODE: if not isinstance(value, types.StringTypes): raise TypeError("value for '%s' must be string, was %s" % (str(header), type(value))) headerset.setValue_forUnicodeHeader_(value, hid) elif mask == _HEADER_BYTE_SEQ: try: value = buffer(value) except: raise TypeError("value for '%s' must be string, array or other buffer type, was %s" % (str(header), type(value))) headerset.setValue_forByteSequenceHeader_(value, hid) elif mask == _HEADER_1BYTE: if not isinstance(value, int): raise TypeError("value for '%s' must be int, was %s" % (str(header), type(value))) headerset.setValue_for1ByteHeader_(value, hid) elif mask == _HEADER_4BYTE: if not isinstance(value, int) and not isinstance(value, long): raise TypeError("value for '%s' must be int, was %s" % (str(header), type(value))) headerset.setValue_for4ByteHeader_(value, hid) if not headerset.containsValueForHeader_(hid): raise ValueError("cannot set OBEX header value for '%s'" % header) return headerset # returns in { header-id: value } form. def _headersettodict(headerset): headers = {} for number in headerset.allHeaders(): hid = number.unsignedCharValue() mask = hid & _HEADER_MASK if mask == _HEADER_UNICODE: value = headerset.valueForUnicodeHeader_(hid) elif mask == _HEADER_BYTE_SEQ: value = headerset.valueForByteSequenceHeader_(hid)[:] if hid == 0x42: # type if len(value) > 0 and value[-1] == '\0': value = value[:-1] # remove null byte elif hid == 0x44: # time iso-8601 string value = _obexcommon._datetimefromstring(value) elif mask == _HEADER_1BYTE: value = headerset.valueFor1ByteHeader_(hid) elif mask == _HEADER_4BYTE: value = headerset.valueFor4ByteHeader_(hid) headers[hid] = value return headers class OBEXClient(object): __doc__ = _obexcommon._obexclientclassdoc def __init__(self, address, channel): if not _lightbluecommon._isbtaddr(address): raise TypeError("address '%s' is not a valid bluetooth address" % address) if not type(channel) == int: raise TypeError("channel must be int, was %s" % type(channel)) if channel < 0: raise ValueError("channel cannot be negative") self.__serveraddr = (address, channel) self.__busy = False self.__client = None self.__obexsession = None # for testing #BBBluetoothOBEXClient.setDebug_(True) def connect(self, headers={}): if self.__client is None: if not BBLocalDevice.isPoweredOn(): raise OBEXError(_kOBEXSessionNoTransportError, "Bluetooth device not available") self.__delegate = _BBOBEXClientDelegate.alloc().initWithCallback_( self._finishedrequest) self.__client = BBBluetoothOBEXClient.alloc().initWithRemoteDeviceAddress_channelID_delegate_( _macutil.createbtdevaddr(self.__serveraddr[0]), self.__serveraddr[1], self.__delegate) if self.__obexsession is not None: self.__client.performSelector_withObject_("setOBEXSession:", self.__obexsession) self.__reset() headerset = _headersdicttoset(headers) r = self.__client.sendConnectRequestWithHeaders_(headerset) if r != _kOBEXSuccess: self.__closetransport() raise OBEXError(r, "error starting Connect request (%s)" % errdesc(r)) _macutil.waituntil(self._done) if self.__error != _kOBEXSuccess: self.__closetransport() raise OBEXError(self.__error, "error during Connect request (%s)" % errdesc(self.__error)) resp = self.__getresponse() if resp.code != _obexcommon.OK: self.__closetransport() return resp def disconnect(self, headers={}): self.__checkconnected() self.__reset() try: headerset = _headersdicttoset(headers) r = self.__client.sendDisconnectRequestWithHeaders_(headerset) if r != _kOBEXSuccess: raise OBEXError(r, "error starting Disconnect request (%s)" % errdesc(r)) _macutil.waituntil(self._done) if self.__error != _kOBEXSuccess: raise OBEXError(self.__error, "error during Disconnect request (%s)" % errdesc(self.__error)) finally: # close channel regardless of disconnect result self.__closetransport() return self.__getresponse() def put(self, headers, fileobj): if not hasattr(fileobj, "read"): raise TypeError("file-like object must have read() method") self.__checkconnected() self.__reset() headerset = _headersdicttoset(headers) self.fileobj = fileobj self.__fileobjdelegate = _macutil.BBFileLikeObjectReader.alloc().initWithFileLikeObject_(fileobj) self.instream = BBStreamingInputStream.alloc().initWithDelegate_(self.__fileobjdelegate) self.instream.open() r = self.__client.sendPutRequestWithHeaders_readFromStream_( headerset, self.instream) if r != _kOBEXSuccess: raise OBEXError(r, "error starting Put request (%s)" % errdesc(r)) _macutil.waituntil(self._done) if self.__error != _kOBEXSuccess: raise OBEXError(self.__error, "error during Put request (%s)" % errdesc(self.__error)) return self.__getresponse() def delete(self, headers): self.__checkconnected() self.__reset() headerset = _headersdicttoset(headers) r = self.__client.sendPutRequestWithHeaders_readFromStream_(headerset, None) if r != _kOBEXSuccess: raise OBEXError(r, "error starting Delete request (%s)" % errdesc(r)) _macutil.waituntil(self._done) if self.__error != _kOBEXSuccess: raise OBEXError(self.__error, "error during Delete request (%s)" % errdesc(self.__error)) return self.__getresponse() def get(self, headers, fileobj): if not hasattr(fileobj, "write"): raise TypeError("file-like object must have write() method") self.__checkconnected() self.__reset() headerset = _headersdicttoset(headers) delegate = _macutil.BBFileLikeObjectWriter.alloc().initWithFileLikeObject_(fileobj) outstream = BBStreamingOutputStream.alloc().initWithDelegate_(delegate) outstream.open() r = self.__client.sendGetRequestWithHeaders_writeToStream_( headerset, outstream) if r != _kOBEXSuccess: raise OBEXError(r, "error starting Get request (%s)" % errdesc(r)) _macutil.waituntil(self._done) if self.__error != _kOBEXSuccess: raise OBEXError(self.__error, "error during Get request (%s)" % errdesc(self.__error)) return self.__getresponse() def setpath(self, headers, cdtoparent=False, createdirs=False): self.__checkconnected() self.__reset() headerset = _headersdicttoset(headers) r = self.__client.sendSetPathRequestWithHeaders_changeToParentDirectoryFirst_createDirectoriesIfNeeded_(headerset, cdtoparent, createdirs) if r != _kOBEXSuccess: raise OBEXError(r, "error starting SetPath request (%s)" % errdesc(r)) _macutil.waituntil(self._done) if self.__error != _kOBEXSuccess: raise OBEXError(self.__error, "error during SetPath request (%s)" % errdesc(self.__error)) return self.__getresponse() def _done(self): return not self.__busy def _finishedrequest(self, error, response): if error in (_kOBEXSessionNoTransportError, _kOBEXSessionTransportDiedError): self.__closetransport() self.__error = error self.__response = response self.__busy = False _macutil.interruptwait() def _setobexsession(self, session): self.__obexsession = session # Note that OBEXSession returns kOBEXSessionNotConnectedError if you don't # send CONNECT before sending any other requests; this means the OBEXClient # must send connect() before other requests, so this restriction is enforced # in the Linux version as well, for consistency. def __checkconnected(self): if self.__client is None: raise OBEXError(_kOBEXSessionNotConnectedError, "must connect() before sending other requests") def __closetransport(self): if self.__client is not None: try: self.__client.RFCOMMChannel().closeChannel() self.__client.RFCOMMChannel().getDevice().closeConnection() except: pass self.__client = None def __reset(self): self.__busy = True self.__error = None self.__response = None def __getresponse(self): code = self.__response.responseCode() rawheaders = _headersettodict(self.__response.allHeaders()) return _obexcommon.OBEXResponse(_cutresponsefinalbit(code), rawheaders) def __del__(self): if self.__client is not None: self.__client.__del__() super(OBEXClient, self).__del__() # set method docstrings definedmethods = locals() # i.e. defined methods in OBEXClient for name, doc in _obexcommon._obexclientdocs.items(): try: definedmethods[name].__doc__ = doc except KeyError: pass class _BBOBEXClientDelegate(NSObject): def initWithCallback_(self, cb_requestdone): self = super(_BBOBEXClientDelegate, self).init() self._cb_requestdone = cb_requestdone return self initWithCallback_ = objc.selector(initWithCallback_, signature="@@:@") def __del__(self): super(_BBOBEXClientDelegate, self).dealloc() # # Delegate methods follow. objc signatures for all methods must be set # using objc.selector or else may get bus error. # # - (void)client:(BBBluetoothOBEXClient *)client # didFinishConnectRequestWithError:(OBEXError)error # response:(BBOBEXResponse *)response; def client_didFinishConnectRequestWithError_response_(self, client, error, response): self._cb_requestdone(error, response) client_didFinishConnectRequestWithError_response_ = objc.selector( client_didFinishConnectRequestWithError_response_, signature="v@:@i@") # - (void)client:(BBBluetoothOBEXClient *)client # didFinishDisconnectRequestWithError:(OBEXError)error # response:(BBOBEXResponse *)response; def client_didFinishDisconnectRequestWithError_response_(self, client, error, response): self._cb_requestdone(error, response) client_didFinishDisconnectRequestWithError_response_ = objc.selector( client_didFinishDisconnectRequestWithError_response_,signature="v@:@i@") # - (void)client:(BBBluetoothOBEXClient *)client # didFinishPutRequestForStream:(NSInputStream *)inputStream # error:(OBEXError)error # response:(BBOBEXResponse *)response; def client_didFinishPutRequestForStream_error_response_(self, client, instream, error, response): self._cb_requestdone(error, response) client_didFinishPutRequestForStream_error_response_ = objc.selector( client_didFinishPutRequestForStream_error_response_,signature="v@:@@i@") # - (void)client:(BBBluetoothOBEXClient *)client # didFinishGetRequestForStream:(NSOutputStream *)outputStream # error:(OBEXError)error # response:(BBOBEXResponse *)response; def client_didFinishGetRequestForStream_error_response_(self, client, outstream, error, response): self._cb_requestdone(error, response) client_didFinishGetRequestForStream_error_response_ = objc.selector( client_didFinishGetRequestForStream_error_response_,signature="v@:@@i@") # - (void)client:(BBBluetoothOBEXClient *)client # didFinishSetPathRequestWithError:(OBEXError)error # response:(BBOBEXResponse *)response; def client_didFinishSetPathRequestWithError_response_(self, client, error, response): self._cb_requestdone(error, response) client_didFinishSetPathRequestWithError_response_ = objc.selector( client_didFinishSetPathRequestWithError_response_, signature="v@:@i@") # client:didAbortRequestWithStream:error:response: not # implemented since OBEXClient does not allow abort requests # ------------------------------------------------------------------ def sendfile(address, channel, source): if not _lightbluecommon._isbtaddr(address): raise TypeError("address '%s' is not a valid bluetooth address" % address) if not isinstance(channel, int): raise TypeError("channel must be int, was %s" % type(channel)) if not isinstance(source, types.StringTypes) and \ not hasattr(source, "read"): raise TypeError("source must be string or file-like object with read() method") if isinstance(source, types.StringTypes): headers = {"name": source} fileobj = file(source, "rb") closefileobj = True else: if hasattr(source, "name"): headers = {"name": source.name} fileobj = source closefileobj = False client = OBEXClient(address, channel) client.connect() try: resp = client.put(headers, fileobj) finally: if closefileobj: fileobj.close() try: client.disconnect() except: pass # always ignore disconnection errors if resp.code != _obexcommon.OK: raise OBEXError("server denied the Put request") # ------------------------------------------------------------------ class BBOBEXObjectPushServer(NSObject): def initWithChannel_fileLikeObject_(self, channel, fileobject): if not isinstance(channel, IOBluetoothRFCOMMChannel) and \ not isinstance(channel, OBEXSession): raise TypeError("internal error, channel is of wrong type %s" % type(channel)) if not hasattr(fileobject, "write"): raise TypeError("fileobject must be file-like object with write() method") self = super(BBOBEXObjectPushServer, self).init() self.__fileobject = fileobject self.__server = BBBluetoothOBEXServer.alloc().initWithIncomingRFCOMMChannel_delegate_(channel, self) #BBBluetoothOBEXServer.setDebug_(True) self.__error = None self.__gotfile = False self.__gotdisconnect = False self.__disconnected = False # for internal testing if isinstance(channel, OBEXSession): self.__server.performSelector_withObject_("setOBEXSession:", channel) return self initWithChannel_fileLikeObject_ = objc.selector( initWithChannel_fileLikeObject_, signature="@@:i@") def run(self): self.__server.run() # wait until client sends a file, or an error occurs _macutil.waituntil(lambda: self.__gotfile or self.__error is not None) # wait briefly for a disconnect request (client may have decided to just # close the connection without sending a disconnect request) if self.__error is None: ok = _macutil.waituntil(lambda: self.__gotdisconnect, 3) if ok: _macutil.waituntil(lambda: self.__disconnected) # only raise OBEXError if file was not received if not self.__gotfile: if self.__error is not None: raise OBEXError(self.__error[0], self.__error[1]) # if client connected but didn't send PUT raise OBEXError(_kOBEXGeneralError, "client did not send a file") def __del__(self): super(BBOBEXObjectPushServer, self).dealloc() # # BBBluetoothOBEXClientDelegate methods follow. # These enable this class to get callbacks when some event occurs on the # server (e.g. got a new client request, or an error occurred, etc.). # # - (BOOL)server:(BBBluetoothOBEXServer *)server # shouldHandleConnectRequest:(BBOBEXHeaderSet *)requestHeaders; def server_shouldHandleConnectRequest_(self, server, requestheaders): return True server_shouldHandleConnectRequest_ = objc.selector( server_shouldHandleConnectRequest_, signature="c@:@@") # - (BOOL)server:(BBBluetoothOBEXServer *)server # shouldHandleDisconnectRequest:(BBOBEXHeaderSet *)requestHeaders; def server_shouldHandleDisconnectRequest_(self, server, requestheaders): self.__gotdisconnect = True _macutil.interruptwait() return True server_shouldHandleDisconnectRequest_ = objc.selector( server_shouldHandleDisconnectRequest_, signature="c@:@@") # - (void)serverDidHandleDisconnectRequest:(BBBluetoothOBEXServer *)server; def serverDidHandleDisconnectRequest_(self, server): self.__disconnected = True _macutil.interruptwait() serverDidHandleDisconnectRequest_ = objc.selector( serverDidHandleDisconnectRequest_, signature="v@:@") # - (NSOutputStream *)server:(BBBluetoothOBEXServer *)server # shouldHandlePutRequest:(BBOBEXHeaderSet *)requestHeaders; def server_shouldHandlePutRequest_(self, server, requestheaders): #print "Incoming file:", requestHeaders.valueForNameHeader() self.delegate = _macutil.BBFileLikeObjectWriter.alloc().initWithFileLikeObject_(self.__fileobject) outstream = BBStreamingOutputStream.alloc().initWithDelegate_(self.delegate) outstream.open() return outstream server_shouldHandlePutRequest_ = objc.selector( server_shouldHandlePutRequest_, signature="@@:@@") # - (void)server:(BBBluetoothOBEXServer *)server # didHandlePutRequestForStream:(NSOutputStream *)outputStream # requestWasAborted:(BOOL)aborted; def server_didHandlePutRequestForStream_requestWasAborted_(self, server, stream, aborted): if aborted: self.__error = (_kOBEXGeneralError, "client aborted file transfer") else: self.__gotfile = True _macutil.interruptwait() server_didHandlePutRequestForStream_requestWasAborted_ = objc.selector( server_didHandlePutRequestForStream_requestWasAborted_, signature="v@:@@c") # - (void)server:(BBBluetoothOBEXServer *)server # errorOccurred:(OBEXError)error # description:(NSString *)description; def server_errorOccurred_description_(self, server, error, desc): self.__error = (error, desc) _macutil.interruptwait() server_errorOccurred_description_ = objc.selector( server_errorOccurred_description_, signature="v@:@i@") # ------------------------------------------------------------------ def recvfile(sock, dest): if sock is None: raise TypeError("Given socket is None") if not isinstance(dest, (types.StringTypes, types.FileType)): raise TypeError("dest must be string or file-like object with write() method") if isinstance(dest, types.StringTypes): fileobj = open(dest, "wb") closefileobj = True else: fileobj = dest closefileobj = False try: sock.listen(1) conn, addr = sock.accept() #print "A client connected:", addr server = BBOBEXObjectPushServer.alloc().initWithChannel_fileLikeObject_( conn._getchannel(), fileobj) server.run() conn.close() finally: if closefileobj: fileobj.close()
24,385
_obex
py
en
python
code
{"qsc_code_num_words": 2206, "qsc_code_num_chars": 24385.0, "qsc_code_mean_word_length": 6.75203989, "qsc_code_frac_words_unique": 0.20444243, "qsc_code_frac_chars_top_2grams": 0.01752266, "qsc_code_frac_chars_top_3grams": 0.01208459, "qsc_code_frac_chars_top_4grams": 0.010809, "qsc_code_frac_chars_dupe_5grams": 0.28096677, "qsc_code_frac_chars_dupe_6grams": 0.22759315, "qsc_code_frac_chars_dupe_7grams": 0.20228265, "qsc_code_frac_chars_dupe_8grams": 0.17844914, "qsc_code_frac_chars_dupe_9grams": 0.11084256, "qsc_code_frac_chars_dupe_10grams": 0.08976166, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.00899677, "qsc_code_frac_chars_whitespace": 0.27525118, "qsc_code_size_file_byte": 24385.0, "qsc_code_num_lines": 590.0, "qsc_code_num_chars_line_max": 546.0, "qsc_code_num_chars_line_mean": 41.33050847, "qsc_code_frac_chars_alphabet": 0.83381429, "qsc_code_frac_chars_comments": 0.16309206, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.32846715, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.08710201, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.00157473, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codepython_cate_ast": 1.0, "qsc_codepython_frac_lines_func_ratio": 0.09002433, "qsc_codepython_cate_var_zero": false, "qsc_codepython_frac_lines_pass": 0.00729927, "qsc_codepython_frac_lines_import": 0.02676399, "qsc_codepython_frac_lines_simplefunc": 0.009732360097323601, "qsc_codepython_score_lines_no_logic": 0.20194647, "qsc_codepython_frac_lines_print": 0.0}
1
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codepython_cate_ast": 0, "qsc_codepython_frac_lines_func_ratio": 0, "qsc_codepython_cate_var_zero": 0, "qsc_codepython_frac_lines_pass": 0, "qsc_codepython_frac_lines_import": 0, "qsc_codepython_frac_lines_simplefunc": 0, "qsc_codepython_score_lines_no_logic": 0, "qsc_codepython_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/ToxicTrap.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.levels.traps; import com.shatteredpixel.shatteredpixeldungeon.Dungeon; import com.shatteredpixel.shatteredpixeldungeon.actors.blobs.Blob; import com.shatteredpixel.shatteredpixeldungeon.actors.blobs.ToxicGas; import com.shatteredpixel.shatteredpixeldungeon.scenes.GameScene; public class ToxicTrap extends Trap{ { color = GREEN; shape = GRILL; } @Override public void activate() { GameScene.add( Blob.seed( pos, 300 + 20 * Dungeon.depth, ToxicGas.class ) ); } }
1,310
ToxicTrap
java
en
java
code
{"qsc_code_num_words": 176, "qsc_code_num_chars": 1310.0, "qsc_code_mean_word_length": 5.64772727, "qsc_code_frac_words_unique": 0.61363636, "qsc_code_frac_chars_top_2grams": 0.08551308, "qsc_code_frac_chars_top_3grams": 0.19114688, "qsc_code_frac_chars_top_4grams": 0.17706237, "qsc_code_frac_chars_dupe_5grams": 0.19315895, "qsc_code_frac_chars_dupe_6grams": 0.16700201, "qsc_code_frac_chars_dupe_7grams": 0.0, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.02007299, "qsc_code_frac_chars_whitespace": 0.16335878, "qsc_code_size_file_byte": 1310.0, "qsc_code_num_lines": 41.0, "qsc_code_num_chars_line_max": 79.0, "qsc_code_num_chars_line_mean": 31.95121951, "qsc_code_frac_chars_alphabet": 0.88686131, "qsc_code_frac_chars_comments": 0.59618321, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.0, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.0, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 1.0, "qsc_codejava_frac_lines_func_ratio": 0.06666667, "qsc_codejava_score_lines_no_logic": 0.4, "qsc_codejava_frac_words_no_modifier": 0.5, "qsc_codejava_frac_words_legal_var_name": null, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 1, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 1, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/PoisonDartTrap.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.levels.traps; import com.shatteredpixel.shatteredpixeldungeon.Assets; import com.shatteredpixel.shatteredpixeldungeon.Dungeon; import com.shatteredpixel.shatteredpixeldungeon.ShatteredPixelDungeon; import com.shatteredpixel.shatteredpixeldungeon.actors.Actor; import com.shatteredpixel.shatteredpixeldungeon.actors.Char; import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.Buff; import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.Poison; import com.shatteredpixel.shatteredpixeldungeon.items.weapon.missiles.darts.PoisonDart; import com.shatteredpixel.shatteredpixeldungeon.mechanics.Ballistica; import com.shatteredpixel.shatteredpixeldungeon.sprites.MissileSprite; import com.watabou.noosa.audio.Sample; import com.watabou.utils.Callback; import com.watabou.utils.Random; public class PoisonDartTrap extends Trap { { color = GREEN; shape = CROSSHAIR; canBeHidden = false; } protected int poisonAmount(){ return 8 + Math.round(2*Dungeon.depth / 3f); } protected boolean canTarget( Char ch ){ return true; } @Override public void activate() { Char target = Actor.findChar(pos); if (target != null && !canTarget(target)){ target = null; } //find the closest char that can be aimed at if (target == null){ for (Char ch : Actor.chars()){ Ballistica bolt = new Ballistica(pos, ch.pos, Ballistica.PROJECTILE); if (canTarget(ch) && bolt.collisionPos == ch.pos && (target == null || Dungeon.level.trueDistance(pos, ch.pos) < Dungeon.level.trueDistance(pos, target.pos))){ target = ch; } } } if (target != null) { final Char finalTarget = target; final PoisonDartTrap trap = this; if (Dungeon.level.heroFOV[pos] || Dungeon.level.heroFOV[target.pos]) { Actor.add(new Actor() { { //it's a visual effect, gets priority no matter what actPriority = VFX_PRIO; } @Override protected boolean act() { final Actor toRemove = this; ((MissileSprite) ShatteredPixelDungeon.scene().recycle(MissileSprite.class)). reset(pos, finalTarget.sprite, new PoisonDart(), new Callback() { @Override public void call() { int dmg = Random.NormalIntRange(1, 4) - finalTarget.drRoll(); finalTarget.damage(dmg, trap); if (finalTarget == Dungeon.hero && !finalTarget.isAlive()){ Dungeon.fail( trap.getClass() ); } Buff.affect( finalTarget, Poison.class ).set( poisonAmount() ); Sample.INSTANCE.play(Assets.SND_HIT, 1, 1, Random.Float(0.8f, 1.25f)); finalTarget.sprite.bloodBurstA(finalTarget.sprite.center(), dmg); finalTarget.sprite.flash(); Actor.remove(toRemove); next(); } }); return false; } }); } else { finalTarget.damage(Random.NormalIntRange(1, 4) - finalTarget.drRoll(), trap); Buff.affect( finalTarget, Poison.class ).set( poisonAmount() ); } } } }
3,795
PoisonDartTrap
java
en
java
code
{"qsc_code_num_words": 439, "qsc_code_num_chars": 3795.0, "qsc_code_mean_word_length": 6.03189066, "qsc_code_frac_words_unique": 0.44874715, "qsc_code_frac_chars_top_2grams": 0.04418429, "qsc_code_frac_chars_top_3grams": 0.15785498, "qsc_code_frac_chars_top_4grams": 0.16616314, "qsc_code_frac_chars_dupe_5grams": 0.17522659, "qsc_code_frac_chars_dupe_6grams": 0.1276435, "qsc_code_frac_chars_dupe_7grams": 0.03549849, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.0101076, "qsc_code_frac_chars_whitespace": 0.19183136, "qsc_code_size_file_byte": 3795.0, "qsc_code_num_lines": 113.0, "qsc_code_num_chars_line_max": 114.0, "qsc_code_num_chars_line_mean": 33.5840708, "qsc_code_frac_chars_alphabet": 0.85327682, "qsc_code_frac_chars_comments": 0.23109354, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.08860759, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.0, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 0.0, "qsc_codejava_frac_lines_func_ratio": 0.06329114, "qsc_codejava_score_lines_no_logic": 0.26582278, "qsc_codejava_frac_words_no_modifier": 0.83333333, "qsc_codejava_frac_words_legal_var_name": 1.0, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 0, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/Trap.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.levels.traps; import com.shatteredpixel.shatteredpixeldungeon.Assets; import com.shatteredpixel.shatteredpixeldungeon.Dungeon; import com.shatteredpixel.shatteredpixeldungeon.messages.Messages; import com.shatteredpixel.shatteredpixeldungeon.scenes.GameScene; import com.watabou.noosa.audio.Sample; import com.watabou.utils.Bundlable; import com.watabou.utils.Bundle; public abstract class Trap implements Bundlable { //trap colors public static final int RED = 0; public static final int ORANGE = 1; public static final int YELLOW = 2; public static final int GREEN = 3; public static final int TEAL = 4; public static final int VIOLET = 5; public static final int WHITE = 6; public static final int GREY = 7; public static final int BLACK = 8; //trap shapes public static final int DOTS = 0; public static final int WAVES = 1; public static final int GRILL = 2; public static final int STARS = 3; public static final int DIAMOND = 4; public static final int CROSSHAIR = 5; public static final int LARGE_DOT = 6; public String name = Messages.get(this, "name"); public int color; public int shape; public int pos; public boolean visible; public boolean active = true; public boolean canBeHidden = true; public boolean canBeSearched = true; public Trap set(int pos){ this.pos = pos; return this; } public Trap reveal() { visible = true; GameScene.updateMap(pos); return this; } public Trap hide() { if (canBeHidden) { visible = false; GameScene.updateMap(pos); return this; } else { return reveal(); } } public void trigger() { if (active) { if (Dungeon.level.heroFOV[pos]) { Sample.INSTANCE.play(Assets.SND_TRAP); } disarm(); reveal(); activate(); } } public abstract void activate(); public void disarm(){ active = false; Dungeon.level.disarmTrap(pos); } private static final String POS = "pos"; private static final String VISIBLE = "visible"; private static final String ACTIVE = "active"; @Override public void restoreFromBundle( Bundle bundle ) { pos = bundle.getInt( POS ); visible = bundle.getBoolean( VISIBLE ); if (bundle.contains(ACTIVE)){ active = bundle.getBoolean(ACTIVE); } } @Override public void storeInBundle( Bundle bundle ) { bundle.put( POS, pos ); bundle.put( VISIBLE, visible ); bundle.put( ACTIVE, active ); } public String desc() { return Messages.get(this, "desc"); } }
3,321
Trap
java
en
java
code
{"qsc_code_num_words": 436, "qsc_code_num_chars": 3321.0, "qsc_code_mean_word_length": 5.40137615, "qsc_code_frac_words_unique": 0.3853211, "qsc_code_frac_chars_top_2grams": 0.08874735, "qsc_code_frac_chars_top_3grams": 0.11549894, "qsc_code_frac_chars_top_4grams": 0.1358811, "qsc_code_frac_chars_dupe_5grams": 0.20509554, "qsc_code_frac_chars_dupe_6grams": 0.02377919, "qsc_code_frac_chars_dupe_7grams": 0.0, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.01243875, "qsc_code_frac_chars_whitespace": 0.20114423, "qsc_code_size_file_byte": 3321.0, "qsc_code_num_lines": 128.0, "qsc_code_num_chars_line_max": 72.0, "qsc_code_num_chars_line_mean": 25.9453125, "qsc_code_frac_chars_alphabet": 0.87523558, "qsc_code_frac_chars_comments": 0.2429991, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.08045977, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.00954654, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 0.0, "qsc_codejava_frac_lines_func_ratio": 0.10344828, "qsc_codejava_score_lines_no_logic": 0.27586207, "qsc_codejava_frac_words_no_modifier": 0.8, "qsc_codejava_frac_words_legal_var_name": 1.0, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
1
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 0, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/SummoningTrap.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.levels.traps; import com.shatteredpixel.shatteredpixeldungeon.Dungeon; import com.shatteredpixel.shatteredpixeldungeon.actors.Actor; import com.shatteredpixel.shatteredpixeldungeon.actors.mobs.Mob; import com.shatteredpixel.shatteredpixeldungeon.items.scrolls.ScrollOfTeleportation; import com.shatteredpixel.shatteredpixeldungeon.scenes.GameScene; import com.watabou.utils.PathFinder; import com.watabou.utils.Random; import java.util.ArrayList; public class SummoningTrap extends Trap { private static final float DELAY = 2f; { color = TEAL; shape = WAVES; } @Override public void activate() { int nMobs = 1; if (Random.Int( 2 ) == 0) { nMobs++; if (Random.Int( 2 ) == 0) { nMobs++; } } ArrayList<Integer> candidates = new ArrayList<>(); for (int i = 0; i < PathFinder.NEIGHBOURS8.length; i++) { int p = pos + PathFinder.NEIGHBOURS8[i]; if (Actor.findChar( p ) == null && (Dungeon.level.passable[p] || Dungeon.level.avoid[p])) { candidates.add( p ); } } ArrayList<Integer> respawnPoints = new ArrayList<>(); while (nMobs > 0 && candidates.size() > 0) { int index = Random.index( candidates ); respawnPoints.add( candidates.remove( index ) ); nMobs--; } ArrayList<Mob> mobs = new ArrayList<>(); for (Integer point : respawnPoints) { Mob mob = Dungeon.level.createMob(); if (mob != null) { mob.state = mob.WANDERING; mob.pos = point; GameScene.add(mob, DELAY); mobs.add(mob); } } //important to process the visuals and pressing of cells last, so spawned mobs have a chance to occupy cells first Trap t; for (Mob mob : mobs){ //manually trigger traps first to avoid sfx spam if ((t = Dungeon.level.traps.get(mob.pos)) != null && t.active){ t.disarm(); t.reveal(); t.activate(); } ScrollOfTeleportation.appear(mob, mob.pos); Dungeon.level.occupyCell(mob); } } }
2,736
SummoningTrap
java
en
java
code
{"qsc_code_num_words": 355, "qsc_code_num_chars": 2736.0, "qsc_code_mean_word_length": 5.37464789, "qsc_code_frac_words_unique": 0.47605634, "qsc_code_frac_chars_top_2grams": 0.03301887, "qsc_code_frac_chars_top_3grams": 0.11949686, "qsc_code_frac_chars_top_4grams": 0.11530398, "qsc_code_frac_chars_dupe_5grams": 0.11425577, "qsc_code_frac_chars_dupe_6grams": 0.04821803, "qsc_code_frac_chars_dupe_7grams": 0.0, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.01260693, "qsc_code_frac_chars_whitespace": 0.18823099, "qsc_code_size_file_byte": 2736.0, "qsc_code_num_lines": 97.0, "qsc_code_num_chars_line_max": 117.0, "qsc_code_num_chars_line_mean": 28.20618557, "qsc_code_frac_chars_alphabet": 0.84646556, "qsc_code_frac_chars_comments": 0.34466374, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.06779661, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.0, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 0.0, "qsc_codejava_frac_lines_func_ratio": 0.01694915, "qsc_codejava_score_lines_no_logic": 0.18644068, "qsc_codejava_frac_words_no_modifier": 0.5, "qsc_codejava_frac_words_legal_var_name": 1.0, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
1
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 0, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/DisintegrationTrap.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.levels.traps; import com.shatteredpixel.shatteredpixeldungeon.Assets; import com.shatteredpixel.shatteredpixeldungeon.Dungeon; import com.shatteredpixel.shatteredpixeldungeon.ShatteredPixelDungeon; import com.shatteredpixel.shatteredpixeldungeon.actors.Actor; import com.shatteredpixel.shatteredpixeldungeon.actors.Char; import com.shatteredpixel.shatteredpixeldungeon.actors.hero.Hero; import com.shatteredpixel.shatteredpixeldungeon.effects.Beam; import com.shatteredpixel.shatteredpixeldungeon.items.Heap; import com.shatteredpixel.shatteredpixeldungeon.items.Item; import com.shatteredpixel.shatteredpixeldungeon.items.bags.Bag; import com.shatteredpixel.shatteredpixeldungeon.mechanics.Ballistica; import com.shatteredpixel.shatteredpixeldungeon.messages.Messages; import com.shatteredpixel.shatteredpixeldungeon.tiles.DungeonTilemap; import com.shatteredpixel.shatteredpixeldungeon.utils.GLog; import com.watabou.noosa.audio.Sample; import com.watabou.utils.Random; public class DisintegrationTrap extends Trap { { color = VIOLET; shape = CROSSHAIR; canBeHidden = false; } @Override public void activate() { Char target = Actor.findChar(pos); //find the closest char that can be aimed at if (target == null){ for (Char ch : Actor.chars()){ Ballistica bolt = new Ballistica(pos, ch.pos, Ballistica.PROJECTILE); if (bolt.collisionPos == ch.pos && (target == null || Dungeon.level.trueDistance(pos, ch.pos) < Dungeon.level.trueDistance(pos, target.pos))){ target = ch; } } } Heap heap = Dungeon.level.heaps.get(pos); if (heap != null) heap.explode(); if (target != null) { if (Dungeon.level.heroFOV[pos] || Dungeon.level.heroFOV[target.pos]) { Sample.INSTANCE.play(Assets.SND_RAY); ShatteredPixelDungeon.scene().add(new Beam.DeathRay(DungeonTilemap.tileCenterToWorld(pos), target.sprite.center())); } target.damage( Random.NormalIntRange(30, 50) + Dungeon.depth, this ); if (target == Dungeon.hero){ Hero hero = (Hero)target; if (!hero.isAlive()){ Dungeon.fail( getClass() ); GLog.n( Messages.get(this, "ondeath") ); } else { Item item = hero.belongings.randomUnequipped(); Bag bag = hero.belongings.backpack; //bags do not protect against this trap if (item instanceof Bag){ bag = (Bag)item; item = Random.element(bag.items); } if (item == null || item.level() > 0 || item.unique) return; if (!item.stackable){ item.detachAll(bag); GLog.w( Messages.get(this, "one", item.name()) ); } else { int n = Random.NormalIntRange(1, (item.quantity()+1)/2); for(int i = 1; i <= n; i++) item.detach(bag); GLog.w( Messages.get(this, "some", item.name()) ); } } } } } }
3,608
DisintegrationTrap
java
en
java
code
{"qsc_code_num_words": 441, "qsc_code_num_chars": 3608.0, "qsc_code_mean_word_length": 5.85941043, "qsc_code_frac_words_unique": 0.41950113, "qsc_code_frac_chars_top_2grams": 0.05572755, "qsc_code_frac_chars_top_3grams": 0.22058824, "qsc_code_frac_chars_top_4grams": 0.23839009, "qsc_code_frac_chars_dupe_5grams": 0.16447368, "qsc_code_frac_chars_dupe_6grams": 0.03947368, "qsc_code_frac_chars_dupe_7grams": 0.0, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.00864649, "qsc_code_frac_chars_whitespace": 0.16657428, "qsc_code_size_file_byte": 3608.0, "qsc_code_num_lines": 101.0, "qsc_code_num_chars_line_max": 121.0, "qsc_code_num_chars_line_mean": 35.72277228, "qsc_code_frac_chars_alphabet": 0.85068174, "qsc_code_frac_chars_comments": 0.23946785, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.02857143, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.00510204, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 0.0, "qsc_codejava_frac_lines_func_ratio": 0.01428571, "qsc_codejava_score_lines_no_logic": 0.25714286, "qsc_codejava_frac_words_no_modifier": 0.5, "qsc_codejava_frac_words_legal_var_name": 1.0, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 1, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 0, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/PitfallTrap.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.levels.traps; import com.shatteredpixel.shatteredpixeldungeon.Dungeon; import com.shatteredpixel.shatteredpixeldungeon.actors.Actor; import com.shatteredpixel.shatteredpixeldungeon.actors.Char; import com.shatteredpixel.shatteredpixeldungeon.actors.mobs.Mob; import com.shatteredpixel.shatteredpixeldungeon.items.Heap; import com.shatteredpixel.shatteredpixeldungeon.items.Item; import com.shatteredpixel.shatteredpixeldungeon.levels.features.Chasm; import com.shatteredpixel.shatteredpixeldungeon.messages.Messages; import com.shatteredpixel.shatteredpixeldungeon.scenes.GameScene; import com.shatteredpixel.shatteredpixeldungeon.utils.GLog; public class PitfallTrap extends Trap { { color = RED; shape = DIAMOND; } @Override public void activate() { if( Dungeon.bossLevel() || Dungeon.depth > 25){ GLog.w(Messages.get(this, "no_pit")); return; } Heap heap = Dungeon.level.heaps.get( pos ); if (heap != null){ for (Item item : heap.items){ Dungeon.dropToChasm(item); } heap.sprite.kill(); GameScene.discard(heap); Dungeon.level.heaps.remove( pos ); } Char ch = Actor.findChar( pos ); if (ch != null && !ch.flying) { if (ch == Dungeon.hero) { Chasm.heroFall(pos); } else { Chasm.mobFall((Mob) ch); } } } //TODO these used to become chasms when disarmed, but the functionality was problematic //because it could block routes, perhaps some way to make this work elegantly? }
2,287
PitfallTrap
java
en
java
code
{"qsc_code_num_words": 292, "qsc_code_num_chars": 2287.0, "qsc_code_mean_word_length": 5.81849315, "qsc_code_frac_words_unique": 0.53424658, "qsc_code_frac_chars_top_2grams": 0.11006474, "qsc_code_frac_chars_top_3grams": 0.24602707, "qsc_code_frac_chars_top_4grams": 0.25897587, "qsc_code_frac_chars_dupe_5grams": 0.1942319, "qsc_code_frac_chars_dupe_6grams": 0.03296057, "qsc_code_frac_chars_dupe_7grams": 0.0, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.00989583, "qsc_code_frac_chars_whitespace": 0.16047223, "qsc_code_size_file_byte": 2287.0, "qsc_code_num_lines": 73.0, "qsc_code_num_chars_line_max": 89.0, "qsc_code_num_chars_line_mean": 31.32876712, "qsc_code_frac_chars_alphabet": 0.875, "qsc_code_frac_chars_comments": 0.41364233, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.0, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.00447427, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.01369863, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 0.0, "qsc_codejava_frac_lines_func_ratio": 0.02439024, "qsc_codejava_score_lines_no_logic": 0.31707317, "qsc_codejava_frac_words_no_modifier": 0.5, "qsc_codejava_frac_words_legal_var_name": 1.0, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 1, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 1, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 0, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/levels/traps/GrimTrap.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.levels.traps; import com.shatteredpixel.shatteredpixeldungeon.Assets; import com.shatteredpixel.shatteredpixeldungeon.Dungeon; import com.shatteredpixel.shatteredpixeldungeon.actors.Actor; import com.shatteredpixel.shatteredpixeldungeon.actors.Char; import com.shatteredpixel.shatteredpixeldungeon.effects.CellEmitter; import com.shatteredpixel.shatteredpixeldungeon.effects.MagicMissile; import com.shatteredpixel.shatteredpixeldungeon.effects.particles.ShadowParticle; import com.shatteredpixel.shatteredpixeldungeon.mechanics.Ballistica; import com.shatteredpixel.shatteredpixeldungeon.messages.Messages; import com.shatteredpixel.shatteredpixeldungeon.tiles.DungeonTilemap; import com.shatteredpixel.shatteredpixeldungeon.utils.GLog; import com.watabou.noosa.audio.Sample; import com.watabou.utils.Callback; public class GrimTrap extends Trap { { color = GREY; shape = LARGE_DOT; canBeHidden = false; } @Override public void activate() { Char target = Actor.findChar(pos); //find the closest char that can be aimed at if (target == null){ for (Char ch : Actor.chars()){ Ballistica bolt = new Ballistica(pos, ch.pos, Ballistica.PROJECTILE); if (bolt.collisionPos == ch.pos && (target == null || Dungeon.level.trueDistance(pos, ch.pos) < Dungeon.level.trueDistance(pos, target.pos))){ target = ch; } } } if (target != null){ final Char finalTarget = target; final GrimTrap trap = this; int damage; //almost kill the player if (finalTarget == Dungeon.hero && ((float)finalTarget.HP/finalTarget.HT) >= 0.9f){ damage = finalTarget.HP-1; //kill 'em } else { damage = finalTarget.HP; } final int finalDmg = damage; Actor.add(new Actor() { { //it's a visual effect, gets priority no matter what actPriority = VFX_PRIO; } @Override protected boolean act() { final Actor toRemove = this; ((MagicMissile)finalTarget.sprite.parent.recycle(MagicMissile.class)).reset( MagicMissile.SHADOW, DungeonTilemap.tileCenterToWorld(pos), finalTarget.sprite.center(), new Callback() { @Override public void call() { finalTarget.damage(finalDmg, trap); if (finalTarget == Dungeon.hero) { Sample.INSTANCE.play(Assets.SND_CURSED); if (!finalTarget.isAlive()) { Dungeon.fail( GrimTrap.class ); GLog.n( Messages.get(GrimTrap.class, "ondeath") ); } } else { Sample.INSTANCE.play(Assets.SND_BURNING); } finalTarget.sprite.emitter().burst(ShadowParticle.UP, 10); Actor.remove(toRemove); next(); } }); return false; } }); } else { CellEmitter.get(pos).burst(ShadowParticle.UP, 10); Sample.INSTANCE.play(Assets.SND_BURNING); } } }
3,693
GrimTrap
java
en
java
code
{"qsc_code_num_words": 422, "qsc_code_num_chars": 3693.0, "qsc_code_mean_word_length": 6.07582938, "qsc_code_frac_words_unique": 0.45734597, "qsc_code_frac_chars_top_2grams": 0.04563183, "qsc_code_frac_chars_top_3grams": 0.17784711, "qsc_code_frac_chars_top_4grams": 0.18876755, "qsc_code_frac_chars_dupe_5grams": 0.16770671, "qsc_code_frac_chars_dupe_6grams": 0.04836193, "qsc_code_frac_chars_dupe_7grams": 0.0, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.00813559, "qsc_code_frac_chars_whitespace": 0.20119144, "qsc_code_size_file_byte": 3693.0, "qsc_code_num_lines": 116.0, "qsc_code_num_chars_line_max": 114.0, "qsc_code_num_chars_line_mean": 31.8362069, "qsc_code_frac_chars_alphabet": 0.86101695, "qsc_code_frac_chars_comments": 0.24668291, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.125, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.00251618, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 0.0, "qsc_codejava_frac_lines_func_ratio": 0.05, "qsc_codejava_score_lines_no_logic": 0.25, "qsc_codejava_frac_words_no_modifier": 0.6, "qsc_codejava_frac_words_legal_var_name": 1.0, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 0, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/levels/features/HighGrass.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.levels.features; import com.shatteredpixel.shatteredpixeldungeon.Dungeon; import com.shatteredpixel.shatteredpixeldungeon.ShatteredPixelDungeon; import com.shatteredpixel.shatteredpixeldungeon.actors.Actor; import com.shatteredpixel.shatteredpixeldungeon.actors.Char; import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.Buff; import com.shatteredpixel.shatteredpixeldungeon.actors.hero.Hero; import com.shatteredpixel.shatteredpixeldungeon.actors.hero.HeroClass; import com.shatteredpixel.shatteredpixeldungeon.effects.CellEmitter; import com.shatteredpixel.shatteredpixeldungeon.effects.particles.LeafParticle; import com.shatteredpixel.shatteredpixeldungeon.items.Dewdrop; import com.shatteredpixel.shatteredpixeldungeon.items.Generator; import com.shatteredpixel.shatteredpixeldungeon.items.armor.glyphs.Camouflage; import com.shatteredpixel.shatteredpixeldungeon.items.artifacts.SandalsOfNature; import com.shatteredpixel.shatteredpixeldungeon.levels.Level; import com.shatteredpixel.shatteredpixeldungeon.levels.Terrain; import com.shatteredpixel.shatteredpixeldungeon.scenes.GameScene; import com.watabou.utils.Random; public class HighGrass { //prevents items dropped from grass, from trampling that same grass. //yes this is a bit ugly, oh well. private static boolean freezeTrample = false; public static void trample( Level level, int pos ) { if (freezeTrample) return; Char ch = Actor.findChar(pos); if (level.map[pos] == Terrain.FURROWED_GRASS){ if (ch instanceof Hero && ((Hero) ch).heroClass == HeroClass.HUNTRESS){ //Do nothing freezeTrample = true; } else { Level.set(pos, Terrain.GRASS); } } else { if (ch instanceof Hero && ((Hero) ch).heroClass == HeroClass.HUNTRESS){ Level.set(pos, Terrain.FURROWED_GRASS); freezeTrample = true; } else { Level.set(pos, Terrain.GRASS); } int naturalismLevel = 0; if (ch != null) { SandalsOfNature.Naturalism naturalism = ch.buff( SandalsOfNature.Naturalism.class ); if (naturalism != null) { if (!naturalism.isCursed()) { naturalismLevel = naturalism.itemLevel() + 1; naturalism.charge(); } else { naturalismLevel = -1; } } } if (naturalismLevel >= 0) { // Seed, scales from 1/20 to 1/4 if (Random.Int(20 - (naturalismLevel * 4)) == 0) { level.drop(Generator.random(Generator.Category.SEED), pos).sprite.drop(); } // Dew, scales from 1/6 to 1/3 if (Random.Int(24 - naturalismLevel*3) <= 3) { level.drop(new Dewdrop(), pos).sprite.drop(); } } if (ch instanceof Hero) { Hero hero = (Hero) ch; //Camouflage //FIXME doesn't work with sad ghost if (hero.belongings.armor != null && hero.belongings.armor.hasGlyph(Camouflage.class, hero)) { Buff.affect(hero, Camouflage.Camo.class).set(3 + hero.belongings.armor.level()); } } } freezeTrample = false; if (ShatteredPixelDungeon.scene() instanceof GameScene) { GameScene.updateMap(pos); CellEmitter.get(pos).burst(LeafParticle.LEVEL_SPECIFIC, 4); if (Dungeon.level.heroFOV[pos]) Dungeon.observe(); } } }
3,995
HighGrass
java
en
java
code
{"qsc_code_num_words": 469, "qsc_code_num_chars": 3995.0, "qsc_code_mean_word_length": 6.17910448, "qsc_code_frac_words_unique": 0.3880597, "qsc_code_frac_chars_top_2grams": 0.09972395, "qsc_code_frac_chars_top_3grams": 0.22291235, "qsc_code_frac_chars_top_4grams": 0.24292616, "qsc_code_frac_chars_dupe_5grams": 0.32712215, "qsc_code_frac_chars_dupe_6grams": 0.12146308, "qsc_code_frac_chars_dupe_7grams": 0.06487233, "qsc_code_frac_chars_dupe_8grams": 0.06487233, "qsc_code_frac_chars_dupe_9grams": 0.03450656, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.01202646, "qsc_code_frac_chars_whitespace": 0.16745932, "qsc_code_size_file_byte": 3995.0, "qsc_code_num_lines": 116.0, "qsc_code_num_chars_line_max": 99.0, "qsc_code_num_chars_line_mean": 34.43965517, "qsc_code_frac_chars_alphabet": 0.85929044, "qsc_code_frac_chars_comments": 0.25131414, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.14084507, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.0, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.00862069, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 0.0, "qsc_codejava_frac_lines_func_ratio": 0.01408451, "qsc_codejava_score_lines_no_logic": 0.26760563, "qsc_codejava_frac_words_no_modifier": 0.5, "qsc_codejava_frac_words_legal_var_name": 1.0, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 1, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 0, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00JCIV00/cova
src/Option.zig
//! Wrapper Argument for a Value which is typically optional. //! //! End-User Example: //! //! ``` //! # Short Options //! -n "Bill" -a=5 -t //! //! # Long Options //! --name="Dion" --age 47 --toggle //! ``` const std = @import("std"); const ascii = std.ascii; const fmt = std.fmt; const mem = std.mem; const meta = std.meta; const ArrayList = std.ArrayList; const Io = std.Io; const toUpper = ascii.toUpper; const Value = @import("Value.zig"); /// Config for custom Option types. pub const Config = struct { /// Command Type. /// This will be filled in automatically. CommandT: ?type = null, /// Value Config for this Option Type. /// This will default to the same Value.Config used by the overarching custom Command Type of this custom Option Type. val_config: Value.Config = .{}, /// A custom Help function to override the default `help()` function globally for ALL Option instances of this custom Option Type. /// This function is 2nd in precedence. /// /// Function parameters: /// 1. OptionT (This should be the `self` parameter. As such it needs to match the Option Type the function is being called on.) /// 2. Writer (This is the Writer that will be written to.) /// 3. Allocator (This does not have to be used within the function, but must be supported in case it's needed. If `null` is passed, this function was called at Comptime.) global_help_fn: ?*const fn(anytype, anytype, ?mem.Allocator)anyerror!void = null, /// A custom Usage function to override the default `usage()` function globally for ALL Option instances of this custom Option Type. /// This function is 2nd in precedence. /// /// Function parameters: /// 1. OptionT (This should be the `self` parameter. As such it needs to match the Option Type the function is being called on.) /// 2. Writer (This is the Writer that will be written to.) /// 3. Allocator (This does not have to be used within the function, but must be supported in case it's needed. If `null` is passed, this function was called at Comptime.) global_usage_fn: ?*const fn(anytype, anytype, ?mem.Allocator)anyerror!void = null, /// Custom Help functions to override the default `help()` function for all Option instances with a matching Value Child Type. /// These functions are 1st in precedence. child_type_help_fns: ?[]const struct{ /// The Child Type this function applies to. ChildT: type, /// The custom Help Function. /// /// Function parameters: /// 1. OptionT (This should be the `self` parameter. As such it needs to match the Option Type the function is being called on.) /// 2. Writer (This is the Writer that will be written to.) /// 3. Allocator (This does not have to be used within the function, but must be supported in case it's needed. If `null` is passed, this function was called at Comptime.) help_fn: *const fn(anytype, anytype, ?mem.Allocator)anyerror!void, } = null, /// Custom Usage functions to override the default `usage()` function for all Option instances with a matching Value Child Type. /// These functions are 1st in precedence. child_type_usage_fns: ?[]const struct{ /// The Child Type this function applies to. ChildT: type, /// The custom Usage Function. /// /// Function parameters: /// 1. OptionT (This should be the `self` parameter. As such it needs to match the Option Type the function is being called on.) /// 2. Writer (This is the Writer that will be written to.) /// 3. Allocator (This does not have to be used within the function, but must be supported in case it's needed. If `null` is passed, this function was called at Comptime.) usage_fn: *const fn(anytype, anytype, ?mem.Allocator)anyerror!void, } = null, /// Indent string used for Usage/Help formatting. /// Note, if this is left null, it will inherit from the Command Config. indent_fmt: ?[]const u8 = null, /// Format for the Help message. /// // Must support the following format types in this order: /// 1. String `{s}` (Name) /// 2. String `{s}` (Description) help_fmt: ?[]const u8 = null, /// Name Separator Format name_sep_fmt: []const u8 = ",", /// Format for the Usage message. /// /// Must support the following format types in this order: /// 1. Character `{c}` (Short Prefix) /// 2. UTF-8 Character `{u}` (Short Name) /// 3. String `{s}` (Name Separator) /// 4. String `{s}` (Long Prefix) /// 5. String `{s}` (Long Name) /// 6. Format `{f}` (Alias Long Names) /// 7. String `{s}` (Value Type) /// /// Note, the Name Separator (`name_sep_fmt`) will automatically be placed between the short and long name if they both exist. usage_fmt: []const u8 = "{u}{u}{s}{s}{s}{f} <{s}>", /// Format for each Alias Long Name in the Usage message. /// /// Must support the following format types in this order: /// 1. String `{s}` (Name Separator) /// 2. String `{s}` (Long Prefix) /// 3. String `{s}` (Alias Long Name) alias_fmt: []const u8 = "{s}{s}{s}", /// Prefix for Short Options. short_prefix: ?u8 = '-', /// Prefix for Long Options. long_prefix: ?[]const u8 = "--", /// During parsing, allow there to be no space ' ' between Options and Values. /// This is allowed per the POSIX standard, but may not be ideal as it interrupts the parsing of chained booleans even in the event of a misstype. allow_opt_val_no_space: bool = true, /// Specify custom Separators between Options and their Values for parsing. (i.e. `--opt=value`) /// Spaces ' ' are implicitly included. opt_val_seps: []const u8 = "=", /// During parsing, allow Abbreviated Long Options. (i.e. '--long' working for '--long-opt') /// This is allowed per the POSIX standard, but may not be ideal in every use case. /// Note, this does not check for uniqueness and will simply match on the first Option matching the abbreviation. allow_abbreviated_long_opts: bool = true, /// During parsing, mandate that Option instances of this Option Type must be used in a case-sensitive manner when called by their Long Name. /// This will also affect Command Validation, but will NOT affect Tab-Completion. global_case_sensitive: bool = true, /// Include tracking of Argument Indices. /// If not included, this feature wil be `void`ed to reduce binary size. include_arg_indices: bool = true, /// Return an Option Config that is optimized for smaller binary sizes. pub fn optimized(comptime OptimizeConfig: type, optimize_config: OptimizeConfig) @This() { var config: @This() = .{ .include_arg_indices = !optimize_config.remove_features, }; config.val_config = Value.Config.optimized(OptimizeConfig, optimize_config); if (optimize_config.no_formats) { inline for (meta.fields(@This())) |field| { if (mem.endsWith(u8, field.name, "_fmt")) @field(config, field.name) = ""; } } const conf = config; return conf; } }; /// Create an Option Type with the Base (default) configuration. pub fn Base() type { return Custom(.{}); } /// Create a Custom Option type from the provided Config (`config`). pub fn Custom(comptime config: Config) type { if (config.short_prefix == null and config.long_prefix == null) @compileError("Either a Short or Long prefix must be set for Option Types!"); return struct { /// The Custom Command Type of the overall project. const CommandT = config.CommandT.?; /// The Custom Value Type used by this Custom Option Type. const ValueT = Value.Custom(config.val_config); /// Custom Global Help Function. /// Check (`Command.Config`) for details. pub const global_help_fn = config.global_help_fn; /// Custom Global Usage Function. /// Check (`Command.Config`) for details. pub const global_usage_fn = config.global_usage_fn; /// Indent Format. /// Check (`Command.Config`) for details. pub const indent_fmt = config.indent_fmt; /// Name Separator Format. /// Check (`Command.Config`) for details. pub const name_sep_fmt = config.name_sep_fmt; /// Help Format. /// Check `Options.Config` for details. pub const help_fmt = config.help_fmt; /// Usage Format. /// Check `Options.Config` for details. pub const usage_fmt = config.usage_fmt; /// Long Name Aliases Format. /// Check `Options.Config` for details. pub const alias_fmt = config.alias_fmt; /// Short Prefix. /// Check `Options.Config` for details. pub const short_prefix = config.short_prefix; /// Long Prefix. /// Check `Options.Config` for details. pub const long_prefix = config.long_prefix; /// Allow no space between Options and Values. /// Check `Options.Config` for details. pub const allow_opt_val_no_space = config.allow_opt_val_no_space; /// Custom Separators between Options and Values. /// Check `Options.Config` for details. pub const opt_val_seps = config.opt_val_seps; /// Allow Abbreviated Long Options. /// Check `Options.Config` for details. pub const allow_abbreviated_long_opts = config.allow_abbreviated_long_opts; /// Include Argument Indices. /// Check (`Option.Config`) for details. pub const include_arg_indices = config.include_arg_indices; /// The Allocator for this Option's parent Command. /// This is set during the `init()` call of this Option's parent Command. /// /// **Internal Use.** _alloc: ?mem.Allocator = null, /// The Parent Command of this Option. /// This will be filled in during Initialization. parent_cmd: ?*const CommandT = null, /// Allows this Option to be Inherited by sub-Commands of this Option's Parent Command. /// An Option is only inherited if it doesn't exist in a sub-Command. /// Note that `cova.ParseConfig.allow_inherited_opts` must be enabled for this behavior. inheritable: bool = false, /// Option Group of this Option. /// This must line up with one of the Option Groups in the `opt_groups` of the parent Command or it will be ignored. /// This can be Validated using `Command.Custom.ValidateConfig.check_arg_groups`. opt_group: ?[]const u8 = null, /// The Argument Indeces of this Option which are determined during parsing. /// /// *This should be Read-Only for library users.* //arg_idx: ?[]u8 = null, arg_idx: if (include_arg_indices) ?[]u8 else void = if (include_arg_indices) null else {}, /// This Option's Short Name (ex: `-s`). short_name: ?u8 = null, /// This Option's Long Name (ex: `--intOpt`). long_name: ?[]const u8 = null, /// A list of Alias Names for this Option that can be used in place of `long_name`. /// Note, each Option may have up to 16 aliases and these will NOT be Validated against any long name abbreviations. alias_long_names: ?[]const []const u8 = null, /// This Option's wrapped Value. val: ValueT = ValueT.ofType(bool, .{}), /// The Name of this Option for user identification and Usage/Help messages. /// Limited to 100B. name: []const u8, /// The Description of this Option for Usage/Help messages. description: []const u8 = "", /// Hide this Command from Usage/Help messages. hidden: bool = false, /// During parsing, mandate that THIS Option must be used in a case-sensitive manner when called by its Long Name. /// This will NOT affect Option Validation, nor will it carry over to Tab-Completions. case_sensitive: bool = config.global_case_sensitive, /// During parsing, mandate that this Option is given. /// This will do nothing if this Option's Value has a default value. mandatory: bool = false, /// Allow this Option's Value to Empty even if it's not a Boolean. allow_empty: bool = false, // (WIP) TODO: Figure out if this is possible ///// A custom Help function to override the default `help()` function for this custom Option INSTANCE. ///// This function is 1st in precedence. ///// ///// Function signature: ///// `fn(anytype, anytype, mem.Allocator)anyerror!void = null` ///// Function parameters: ///// 1. OptionT (This should be the `self` parameter. As such it needs to match the Option Type the function is being called on.) ///// 2. Writer (This is the Writer that will be written to.) ///// 3. Allocator (This does not have to be used within in the function, but must be supported in case it's needed.) //help_fn: ?*anyopaque = null, ///// A custom Usage function to override the default `usage()` function for this custom Option INSTANCE. ///// This function is 1st in precedence. ///// ///// Function signature: ///// `fn(anytype, anytype, mem.Allocator)anyerror!void = null` ///// Function parameters: ///// 1. OptionT (This should be the `self` parameter. As such it needs to match the Option Type the function is being called on.) ///// 2. Writer (This is the Writer that will be written to.) ///// 3. Allocator (This does not have to be used within in the function, but must be supported in case it's needed.) //usage_fn: ?*anyopaque = null, /// Set a new Argument Index for this Option. pub fn setArgIdx(self: *const @This(), arg_idx: u8) !void { if (!include_arg_indices) return; const alloc = self._alloc orelse return error.OptionNotInitialized; if (self.arg_idx == null) { @constCast(self).*.arg_idx = try alloc.alloc(u8, 1); @constCast(self).*.arg_idx.?[0] = arg_idx; return; } switch (self.val.setBehavior()) { .First, .Last => @constCast(self).*.arg_idx.?[0] = arg_idx, .Multi => { var idx_list: ArrayList(u8) = .fromOwnedSlice(@constCast(self).arg_idx.?); errdefer idx_list.deinit(alloc); try idx_list.append(alloc, arg_idx); @constCast(self).*.arg_idx = try idx_list.toOwnedSlice(alloc); }, } } /// Creates the Help message for this Option and Writes it to the provided Writer (`writer`). pub fn help(self: *const @This(), writer: anytype) !void { // (WIP) //if (self.help_fn) |help_fn_opaque| { // const helpFn = @as(*const fn(anytype, anytype, mem.Allocator) anyerror!void, @alignCast(@ptrCast(help_fn_opaque))); // return helpFn(self, writer, self._alloc orelse return error.OptionNotInitialized); //} if (typeHelpFn: { //const val_child_type = self.val.childType(); inline for (&.{ self.val.childTypeName(), self.val.childType() }) |val_child_type| { for (config.child_type_help_fns orelse break :typeHelpFn null) |elm| { if (mem.eql(u8, @typeName(elm.ChildT), val_child_type)) break :typeHelpFn elm.help_fn; } } else break :typeHelpFn null; }) |helpFn| return helpFn(self, writer, self._alloc); if (global_help_fn) |helpFn| return helpFn(self, writer, self._alloc); var upper_name_buf: [100]u8 = undefined; const upper_name = upper_name_buf[0..self.name.len]; upper_name[0] = toUpper(self.name[0]); for(upper_name[1..self.name.len], 1..) |*c, i| c.* = self.name[i]; if (help_fmt) |h_fmt| return try writer.print(h_fmt, .{ upper_name, self.description }); try writer.print("{s}:\n{?s}{?s}{?s}", .{ upper_name, indent_fmt, indent_fmt, indent_fmt }); try self.usage(writer); try writer.print("\n{?s}{?s}{?s}{s}", .{ indent_fmt, indent_fmt, indent_fmt, self.description }); } /// Creates the Usage message for this Option and Writes it to the provided Writer (`writer`). pub fn usage(self: *const @This(), writer: anytype) !void { // (WIP) //if (self.usage_fn) |usage_fn_opaque| { // const usageFn = @as(*const fn(anytype, anytype, mem.Allocator) anyerror!void, @alignCast(@ptrCast(usage_fn_opaque))); // return usageFn(self, writer, self._alloc orelse return error.OptionNotInitialized); //} if (typeUsageFn: { //const val_child_type = self.val.childType(); inline for (&.{ self.val.childTypeName(), self.val.childType() }) |val_child_type| { for (config.child_type_usage_fns orelse break :typeUsageFn null) |elm| { if (mem.eql(u8, @typeName(elm.ChildT), val_child_type)) break :typeUsageFn elm.usage_fn; } } else break :typeUsageFn null; }) |usageFn| return usageFn(self, writer, self._alloc); if (global_usage_fn) |usageFn| return usageFn(self, writer, self._alloc); const AliasFormatter = struct { aliases: ?[]const []const u8, pub fn format(formatter: @This(), fmt_writer: *Io.Writer) !void { if (formatter.aliases == null or formatter.aliases.?.len == 0) { try fmt_writer.print("", .{}); return; } for (formatter.aliases.?) |alias| try fmt_writer.print(alias_fmt, .{ name_sep_fmt, long_prefix.?, alias }); } }; try writer.print(usage_fmt, .{ @as(u21, if (self.short_name != null) short_prefix orelse 0x200B else 0x200B), @as(u21, if (short_prefix != null) self.short_name orelse 0x200B else 0x200B), if (self.short_name != null and self.long_name != null) name_sep_fmt else "", if (long_prefix != null and self.long_name != null) long_prefix.? else "", if (long_prefix != null) self.long_name orelse "" else "", AliasFormatter{ .aliases = self.alias_long_names }, //self.val.name(), self.val.childTypeName(), }); } /// Config for creating Options from Struct Fields using `from()`. pub const FromConfig = struct { /// Name for the Option. name: ?[]const u8 = null, /// Short Name for the Option. short_name: ?u8 = null, /// Long Name for the Option. long_name: ?[]const u8 = null, /// Ignore Incompatible types or error during Comptime. ignore_incompatible: bool = true, /// Description for the Option. opt_description: ?[]const u8 = null, // (WIP) ///// Custom Help function. ///// Check `Option.Custom.help_fn` for details. //help_fn: ?*anyopaque = null, ///// Custom Usage function. ///// Check `Option.Custom.usage_fn` for details. //usage_fn: ?*anyopaque = null, }; /// Create an Option from a Valid Optional StructField or UnionField (`field`) with the provided FromConfig (`from_config`). pub fn from(comptime field: anytype, from_config: FromConfig) ?@This() { const FieldT = @TypeOf(field); if (FieldT != std.builtin.Type.StructField and FieldT != std.builtin.Type.UnionField) @compileError("The provided `field` must be a StructField or UnionField but a '" ++ @typeName(FieldT) ++ "' was provided."); const optl_info = @typeInfo(field.type); //const optl = // if (optl_info == .optional) optl_info.optional // else if (optl_info == .array and @typeInfo(optl_info.array.child) == .optional) @typeInfo(optl_info.array.child).optional // else @compileError("The field '" ++ field.name ++ "' is not a Valid Optional or Array of Optionals."); const child_info = switch(optl_info) { .optional => @typeInfo(optl_info.optional.child), .array => |ary| aryInfo: { const ary_info = @typeInfo(ary.child); break :aryInfo if (ary_info == .optional) @typeInfo(ary_info.optional.child) else ary_info; }, inline else => optl_info, }; return opt: { const opt_val = optVal: { //const child_info = @typeInfo(optl.child); switch (child_info) { .bool, .int, .float, .pointer, .@"enum" => break :optVal ValueT.from(field, .{ .ignore_incompatible = from_config.ignore_incompatible, .val_name = from_config.name, .val_description = from_config.opt_description, }) orelse return null, inline else => { if (!from_config.ignore_incompatible) @compileError("The field '" ++ field.name ++ "' of type '" ++ @typeName(field.type) ++ "' is incompatible as it cannot be converted to a Valid Option or Value.") else return null; }, } }; break :opt @This(){ .name = if (from_config.name) |name| name else field.name, .description = from_config.opt_description orelse "The '" ++ field.name ++ "' Option of type '" ++ opt_val.childTypeName() ++ "'.", .long_name = if (from_config.long_name) |long_name| long_name else field.name, .short_name = from_config.short_name, //.help_fn = from_config.help_fn, //.usage_fn = from_config.usage_fn, .val = opt_val, }; }; } /// Initialize this Option with the provided Allocator (`alloc`). pub fn init(self: *const @This(), alloc: mem.Allocator) @This() { var opt = self.*; opt._alloc = alloc; opt.val = self.*.val.init(alloc); return opt; } }; }
23,072
Option
zig
en
zig
code
{"qsc_code_num_words": 2866, "qsc_code_num_chars": 23072.0, "qsc_code_mean_word_length": 4.67829728, "qsc_code_frac_words_unique": 0.13398465, "qsc_code_frac_chars_top_2grams": 0.01715394, "qsc_code_frac_chars_top_3grams": 0.01551313, "qsc_code_frac_chars_top_4grams": 0.01842184, "qsc_code_frac_chars_dupe_5grams": 0.43332339, "qsc_code_frac_chars_dupe_6grams": 0.39140811, "qsc_code_frac_chars_dupe_7grams": 0.35799523, "qsc_code_frac_chars_dupe_8grams": 0.33554594, "qsc_code_frac_chars_dupe_9grams": 0.31018795, "qsc_code_frac_chars_dupe_10grams": 0.28826074, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.00641966, "qsc_code_frac_chars_whitespace": 0.29108877, "qsc_code_size_file_byte": 23072.0, "qsc_code_num_lines": 450.0, "qsc_code_num_chars_line_max": 194.0, "qsc_code_num_chars_line_mean": 51.27111111, "qsc_code_frac_chars_alphabet": 0.81334067, "qsc_code_frac_chars_comments": 0.48474341, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.11165049, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.02936227, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.00201918, "qsc_code_frac_lines_prompt_comments": 0.00222222, "qsc_code_frac_lines_assert": 0.0}
1
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0}
00JCIV00/cova
src/utils.zig
//! Utility Functions for the Cova Library. // Standard const std = @import("std"); const ascii = std.ascii; const mem = std.mem; const meta = std.meta; const Io = std.Io; // Cova const Command = @import("Command.zig"); const Option = @import("Option.zig"); const Value = @import("Value.zig"); /// Multi-Slice Formatter /// Note, this is intended for slices of Bytes (`[]const u8`) only. pub const MultiSliceFormatter = struct { slices: []const []const u8, prefix: []const u8 = "", suffix: []const u8 = "", pub fn format(self: @This(), writer: *Io.Writer) Io.Writer.Error!void { _ = try writer.write(self.prefix); try writer.print("{s}", .{ self.slices[0] }); if (self.slices.len > 1) { for (self.slices[1..]) |slice| try writer.print(", {s}", .{ slice }); } _ = try writer.write(self.suffix); } }; /// Display what is captured within a Command (`display_cmd`) after Cova parsing. pub fn displayCmdInfo( comptime CommandT: type, display_cmd: *const CommandT, alloc: mem.Allocator, writer: anytype, hide_unset: bool, ) !void { var cur_cmd: ?*const CommandT = display_cmd; while (cur_cmd) |cmd| { try writer.print("- Command: {s}\n", .{ cmd.name }); if (cmd.opts) |opts| { for (opts) |opt| { if (hide_unset and !opt.val.isSet()) continue; try displayValInfo(CommandT.ValueT, opt.val, opt.long_name, true, alloc, writer); } } if (cmd.vals) |vals| { for (vals) |val| { if (hide_unset and !val.isSet()) continue; try displayValInfo(CommandT.ValueT, val, val.name(), false, alloc, writer); } } try writer.print("\n", .{}); cur_cmd = cmd.sub_cmd; } } /// Display what is captured within an Option or Value after Cova parsing. /// Meant for use within `displayCmdInfo()`. fn displayValInfo( comptime ValueT: type, val: ValueT, name: ?[]const u8, isOpt: bool, alloc: mem.Allocator, writer: anytype, ) !void { const prefix = if (isOpt) "Opt" else "Val"; switch (meta.activeTag(val.generic)) { .string => { const str_vals = val.generic.string.getAllAlloc(alloc) catch noVal: { const no_val = alloc.dupe([]const u8, &.{ "" }) catch @panic("OOM"); break :noVal no_val; }; defer alloc.free(str_vals); const full_str = mem.join(alloc, "\" \"", str_vals) catch @panic("OOM"); defer alloc.free(full_str); try writer.print(" {s}: {?s}, Data: \"{s}\"\n", .{ prefix, name, full_str, }); }, inline else => |tag| { const tag_self = @field(val.generic, @tagName(tag)); if (tag_self.set_behavior == .Multi) { const raw_data: ?[]const @TypeOf(tag_self).ChildT = rawData: { if (tag_self.getAllAlloc(alloc) catch null) |data| break :rawData data; const data: ?@TypeOf(tag_self).ChildT = tag_self.get() catch null; if (data) |_data| { var data_slice = alloc.alloc(@TypeOf(tag_self).ChildT, 1) catch @panic("OOM"); data_slice[0] = _data; break :rawData data_slice; } break :rawData null; }; defer if (raw_data) |raw| alloc.free(raw); try writer.print(" {s}: {?s}, Data: {any}\n", .{ prefix, name, raw_data, }); } else { try writer.print(" {s}: {?s}, Data: {any}\n", .{ prefix, name, tag_self.get() catch null, }); } }, } } /// Find the Index of any Type, Scalar or Slice, (`needle`) within a Slice of that Type (`haystack`). (Why is this not in std.mem?!?!? Did I miss it?) pub fn indexOfEql(comptime T: type, haystack: []const T, needle: T) ?usize { @setEvalBranchQuota(10_000); switch (@typeInfo(T)) { .pointer => |ptr| { for (haystack, 0..) |hay, idx| if (mem.eql(ptr.child, hay, needle)) return idx; return null; }, inline else => return mem.indexOfScalar(T, haystack, needle), } } /// Find the Index of a String (`needle`) within a Slice of Strings `haystack`. (Why is this not in std.mem?!?!? Did I miss it?) pub fn indexOfEqlIgnoreCase(haystack: []const []const u8, needle: []const u8) ?usize { for (haystack, 0..) |hay, idx| if (ascii.eqlIgnoreCase(hay, needle)) return idx; return null; }
4,830
utils
zig
en
zig
code
{"qsc_code_num_words": 562, "qsc_code_num_chars": 4830.0, "qsc_code_mean_word_length": 4.43950178, "qsc_code_frac_words_unique": 0.27224199, "qsc_code_frac_chars_top_2grams": 0.03246493, "qsc_code_frac_chars_top_3grams": 0.03927856, "qsc_code_frac_chars_top_4grams": 0.03006012, "qsc_code_frac_chars_dupe_5grams": 0.22284569, "qsc_code_frac_chars_dupe_6grams": 0.14589178, "qsc_code_frac_chars_dupe_7grams": 0.0993988, "qsc_code_frac_chars_dupe_8grams": 0.06172345, "qsc_code_frac_chars_dupe_9grams": 0.06172345, "qsc_code_frac_chars_dupe_10grams": 0.06172345, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.00616903, "qsc_code_frac_chars_whitespace": 0.32877847, "qsc_code_size_file_byte": 4830.0, "qsc_code_num_lines": 135.0, "qsc_code_num_chars_line_max": 151.0, "qsc_code_num_chars_line_mean": 35.77777778, "qsc_code_frac_chars_alphabet": 0.76341764, "qsc_code_frac_chars_comments": 0.13250518, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.19130435, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.03699284, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0}
1
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0}
00JCIV00/cova
src/Value.zig
//! Argument that is expected in a specific order and should be interpreted as a specific type. //! //! End User Example: //! //! ``` //! # Values belonging to a Command. //! myapp "This string Value and the int Value after it both belong to the 'myapp' main Command." 13 //! //! # Values belonging to an Option. //! myapp --string_opt "This Value belongs to the 'string_opt' Option." //! ``` const std = @import("std"); const builtin = std.builtin; const ascii = std.ascii; const fmt = std.fmt; const fs = std.fs; const log = std.log.scoped(.cova); const mem = std.mem; const meta = std.meta; const ArrayList = std.ArrayList; const toLower = ascii.lowerString; const toUpper = ascii.upperString; const parseInt = fmt.parseInt; const parseFloat = fmt.parseFloat; const Type = builtin.Type; const utils = @import("utils.zig"); /// Config for custom Value Types. /// This Config is shared across Typed, Generic, and Custom. pub const Config = struct { /// Command Type. /// This will be filled in automatically. CommandT: ?type = null, /// Option Type. /// This will be filled in automatically. OptionT: ?type = null, /// Default Set Behavior for all Values. /// This can be overwritten on individual Values using the `Value.Typed.set_behavior` field. global_set_behavior: SetBehavior = .Last, /// Default Argument Delimiters for all Values. /// This can be overwritten on individual Values using the `Value.Typed.arg_delims` field. global_arg_delims: []const u8 = ",;", /// Maximum instances of a Child Type that a Value can hold. max_children: u8 = 10, /// Include tracking of Argument Indices. /// If not included, this feature wil be `void`ed to reduce binary size. include_arg_indices: bool = true, /// Custom Types for this project's Custom Values. /// If these Types are `Value.Typed` they'll be coerced to match the parent `Value.Config` (not preferred). /// Otherwise, each Type will be wrapped into a `Value.Typed` (preferred). /// This is useful for adding additional Types that aren't covered by the base `Value.Generic` union. /// Note, any non-numeric (Int, UInt, Float) or non-`Value.Typed` Types will require their own Parse Function. /// This function is implemented on the `Value.Typed.parse_fn` field. custom_types: []const type = &.{}, /// Use the slim base Union. This is automatically treated as true if there are any custom Types specified. /// This toggle can be used to slim down the base `Value.Generic` Union to only `bool` and `[]const u8` (string). /// In turn, this will help reduce the overall binary size. /// Be sure to set `add_base_ints` and `add_base_floats` appropriately as well. use_slim_base: bool = false, /// Add Base Integers (signed and unsigned) when adding custom Types. /// This includes `u1`-`u4` directly and `u8`-`u64` by powers of 2, along with their signed counterparts. add_base_ints: bool = true, /// Add Base Floats when adding custom Types. /// This includes `f16`, `f32`, and `f64`. add_base_floats: bool = true, /// Custom Parsing Functions to be used in place of the normal `parse()` for Argument Parsing for all instances of a `Value.Typed` Child Type. /// These functions will be used SECOND, after an instance's `self.parse_fn` but before the normal `parse()` functions are tried. /// This can be used to overwrite the `parse()` implementation for an existing Child Type that's already in `Value.Generic`. /// Note that any error caught from these function will be returned as `error.CannotParseArgToValue`. child_type_parse_fns: ?[]const struct{ /// The Child Type this function applies to. ChildT: type, /// The custom Parse Function. parse_fn: *const anyopaque, } = null, /// Custom Child Type Aliases to be used in place of a `Value.Typed`'s actual Child Type name for all instances of the specified Child Type. /// These aliases will be used SECOND, after an instance's `self.alias_child_type` but before the normal Child Type name is returned. child_type_aliases: ?[]const struct{ /// The Child Type this function applies to. ChildT: type, /// The custom Alias. alias: []const u8, } = null, /// Use Custom Bit Width Range for Ints and UInts. /// This is useful for specifying a wide range of Int and UInt Types for a project. /// Note, this will slow down compilation speed!!! (It does not affect runtime speed). use_custom_bit_width_range: bool = false, /// Minimum Bit Width for Ints and UInts in this Custom Value Type. /// Note, only applies if `use_custom_bit_width_range` is set to `true`. min_int_bit_width: u16 = 1, /// Minimum Bit Width for Ints and UInts in this Custom Value Type. /// Note, only applies if `use_custom_bit_width_range` is set to `true`. max_int_bit_width: u16 = 256, /// A custom Help function to override the default `help()` function globally for ALL Value instances of this custom Value Type. /// This function is 2nd in precedence. /// /// Function parameters: /// 1. ValueT (This should be the `self` parameter. As such it needs to match the Value Type the function is being called on.) /// 2. Writer (This is the Writer that will be written to.) /// 3. Allocator (This does not have to be used within the function, but must be supported in case it's needed. If `null` is passed, this function was called at Comptime.) global_help_fn: ?*const fn(anytype, anytype, ?mem.Allocator)anyerror!void = null, /// A custom Help function to override the default `usage()` function globally for ALL Value instances of this custom Value Type. /// This function is 2nd in precedence. /// /// Function parameters: /// 1. ValueT (This should be the `self` parameter. As such it needs to match the Value Type the function is being called on.) /// 2. Writer (This is the Writer that will be written to.) /// 3. Allocator (This does not have to be used within the function, but must be supported in case it's needed. If `null` is passed, this function was called at Comptime.) global_usage_fn: ?*const fn(anytype, anytype, ?mem.Allocator)anyerror!void = null, /// Custom Help functions to override the default `help()` function for all Value instances with a matching Child Type. /// These functions are 1st in precedence. child_type_help_fns: ?[]const struct{ /// The Child Type this function applies to. ChildT: type, /// The custom Help Function. /// /// Function parameters: /// 1. ValueT (This should be the `self` parameter. As such it needs to match the Value Type the function is being called on.) /// 2. Writer (This is the Writer that will be written to.) /// 3. Allocator (This does not have to be used within the function, but must be supported in case it's needed. If `null` is passed, this function was called at Comptime.) help_fn: *const fn(anytype, anytype, ?mem.Allocator)anyerror!void, } = null, /// Custom Usage functions to override the default `usage()` function for all Value instances with a matching Child Type. /// These functions are 1st in precedence. child_type_usage_fns: ?[]const struct{ /// The Child Type this function applies to. ChildT: type, /// The custom Usage Function. /// /// Function parameters: /// 1. ValueT (This should be the `self` parameter. As such it needs to match the Value Type the function is being called on.) /// 2. Writer (This is the Writer that will be written to.) /// 3. Allocator (This does not have to be used within the function, but must be supported in case it's needed. If `null` is passed, this function was called at Comptime.) usage_fn: *const fn(anytype, anytype, ?mem.Allocator)anyerror!void, } = null, /// Indent string used for Usage/Help formatting. /// Note, if this is left null, it will inherit from the Command Config. indent_fmt: ?[]const u8 = null, /// Values Usage Format. /// Must support the following format types in this order: /// 1. String (Value Name) /// 2. String (Value Type) usage_fmt: []const u8 = "\"{s} ({s})\"", /// Values Help Format. /// Must support the following format types in this order: /// 1. String (Value Name) /// 2. String (Value Type) /// 3. String (Value Description) help_fmt: []const u8 = "{s} ({s}): {s}", /// Return an Option Config that is optimized for smaller binary sizes. pub fn optimized(comptime OptimizeConfig: type, optimize_config: OptimizeConfig) @This() { var config: @This() = .{ .include_arg_indices = !optimize_config.remove_features, }; if (optimize_config.no_formats) { inline for (meta.fields(@This())) |field| { if (mem.endsWith(u8, field.name, "_fmt")) @field(config, field.name) = ""; } } const conf = config; return conf; } }; /// The Behavior for Setting Values with `set()`. /// This applies to Values within Options and standalone Values. pub const SetBehavior = enum { /// Keeps the First Argument Entry this Value was `set()` to. First, /// Keeps the Last Argument Entry this Value was `set()` to. Last, /// Keeps Multiple Argument Entries in this Value up to the Value's `max_entries`. Multi, }; /// Create a Value with a specific Type (`SetT`). pub fn Typed(comptime SetT: type, comptime config: Config) type { return struct { /// The Child Type of this Value. pub const ChildT = SetT; /// An Alias for the Child Type. /// This is useful for changing the type hint shown in Usage/Help messages or other Generated Docs. alias_child_type: ?[]const u8 = null, /// The Allocator for this Value's parent Command. /// This is set during the `init()` call of this Value's parent Command. /// /// **Internal Use.** _alloc: ?mem.Allocator = null, /// Value Group of this Value. /// This must line up with one of the Value Groups in the `val_groups` of the parent Command or it will be ignored. /// This can be Validated using `Command.Custom.ValidateConfig.check_arg_groups`. val_group: ?[]const u8 = null, /// The Argument Indeces of this Value which are determined during parsing. /// /// *This should be Read-Only for library users.* //arg_idx: ?[]u8 = null, arg_idx: if (config.include_arg_indices) ?[]u8 else void = if (config.include_arg_indices) null else {}, /// The Parsed and Validated Argument(s) this Value has been set to. /// /// **Internal Use.** _set_args: [config.max_children]?ChildT = .{ null } ** config.max_children, /// The current Index of Raw Argument Entries for this Value. /// /// **Internal Use.** _entry_idx: u7 = 0, /// The Max number of Raw Argument Entries that can be provided. /// This must be between 1 to the value of `config.max_children`. max_entries: u7 = 1, /// Flag to determine if this Value is at max capacity for Raw Arguments. /// /// *This should be Read-Only for library users.* is_maxed: bool = false, /// Delimiter Characters that can be used to split up Multi-Values or Multi-Options. /// This is only applicable if `set_behavior = .Multi`. arg_delims: []const u8 = config.global_arg_delims, /// Set Behavior for this Value. set_behavior: SetBehavior = config.global_set_behavior, /// An optional Default value for this Value. default_val: ?ChildT = null, /// Flag to determine if this Value has been Parsed and Validated. /// /// *This should be Read-Only for library users.* is_set: bool = false, /// Flag to determine if this Value has been set to Empty. /// This is intended to be used w/ Options. /// /// *This should be Read-Only for library users.* is_empty: bool = true, /// A Parsing Function to be used in place of the normal `parse()` for Argument Parsing for this specific Value. /// This will be used FIRST, before `type_parse_fn` then the normal `parse()` functions are tried. /// Note that any error caught from this function will be returned as `error.CannotParseArgToValue`. parse_fn: ?*const fn([]const u8, mem.Allocator) anyerror!ChildT = null, /// A Validation Function to be used for Argument Validation in `set()` following Argument Parsing with `parse()`. valid_fn: ?*const fn(ChildT, mem.Allocator) bool = null, /// The Name of this Value for user identification and Usage/Help messages. name: []const u8 = "", /// The Description of this Value for Usage/Help messages. description: []const u8 = "", /// Custom Parsing function for this Value Type. /// Check `Value.Config` for details. pub const child_type_parse_fn: ?*const fn([]const u8, mem.Allocator) anyerror!ChildT = typeParseFn: { for (config.child_type_parse_fns orelse break :typeParseFn null) |elm| { if (elm.ChildT == SetT) break :typeParseFn @as(*const fn([]const u8, mem.Allocator) anyerror!ChildT, @alignCast(@ptrCast(elm.parse_fn))); } else break :typeParseFn null; }; /// Custom Help function for this Value Type. /// Check `Value.Config` for details. pub const child_type_help_fn: ?*const fn([]const u8, ?mem.Allocator) anyerror!ChildT = typeHelpFn: { for (config.child_type_help_fns orelse break :typeHelpFn null) |elm| { if (elm.ChildT == SetT) break :typeHelpFn @as(*const fn(anytype, anytype, ?mem.Allocator) anyerror!ChildT, @alignCast(@ptrCast(elm.help_fn))); } else break :typeHelpFn null; }; /// Custom Usage function for this Value Type. /// Check `Value.Config` for details. pub const child_type_usage_fn: ?*const fn([]const u8, ?mem.Allocator) anyerror!ChildT = typeUsageFn: { for (config.child_type_usage_fns orelse break :typeUsageFn null) |elm| { if (elm.ChildT == SetT) break :typeUsageFn @as(*const fn(anytype, anytype, ?mem.Allocator) anyerror!ChildT, @alignCast(@ptrCast(elm.usage_fn))); } else break :typeUsageFn null; }; /// Parse the given argument token (`arg`) to this Value's Type. pub fn parse(self: *const @This(), arg: []const u8) !ChildT { if (self.parse_fn) |parseFn| return parseFn(arg, self._alloc orelse return error.ValueNotInitialized) catch error.CannotParseArgToValue; if (child_type_parse_fn) |parseFn| return parseFn(arg, self._alloc orelse return error.ValueNotInitialized) catch error.CannotParseArgToValue; return switch (@typeInfo(ChildT)) { .bool => isTrue: { var san_arg_buf: [512]u8 = undefined; const san_arg = toLower(san_arg_buf[0..], arg); const true_words = [_][]const u8{ "true", "t", "yes", "y", "1" }; for (true_words[0..]) |word| { if (mem.eql(u8, word, san_arg)) break :isTrue true; } else break :isTrue false; }, .pointer => arg, .int => parseInt(ChildT, arg, 0), .float => parseFloat(ChildT, arg), else => error.CannotParseArgToValue, }; } /// Set this Value if the provided argument token (`set_arg`) can be Parsed and Validated. pub fn set(self: *const @This(), set_arg: []const u8) !void { // Delimited Args var arg_delim: u8 = ' '; const check_delim: bool = checkDelim: { for (self.arg_delims) |delim| { if (mem.indexOfScalar(u8, set_arg, delim) != null) { arg_delim = delim; break :checkDelim true; } } break :checkDelim false; }; if (self.set_behavior == .Multi and meta.activeTag(@typeInfo(ChildT)) != .pointer and check_delim) { var split_args = mem.splitScalar(u8, set_arg, arg_delim); while (split_args.next()) |arg| try self.set(arg); return; } // Single Arg const parsed_arg = try self.parse(set_arg); @constCast(self).is_set = if (self.valid_fn) |validFn| validFn(parsed_arg, self._alloc orelse { log.err("The Value '{s}' does not have an Allocator!", .{ self.name }); return error.ValueNotInitialized; } ) else true; if (self.is_set) { switch (self.set_behavior) { .First => if (self._set_args[0] == null) { @constCast(self)._set_args[0] = parsed_arg; @constCast(self)._entry_idx += 1; }, .Last => { @constCast(self)._set_args[0] = parsed_arg; if (self._entry_idx < 1) @constCast(self)._entry_idx += 1; }, .Multi => if (self._entry_idx < self.max_entries) { @constCast(self)._set_args[self._entry_idx] = parsed_arg; @constCast(self)._entry_idx += 1; } } @constCast(self).is_maxed = self._entry_idx == self.max_entries; @constCast(self).is_empty = false; } else return error.InvalidValue; } /// Set this Value without actual data so that it's "empty". /// This is intended to be used with Options. pub fn setEmpty(self: *const @This()) !void { if (!self.is_empty) return error.NotEmpty; @constCast(self).is_set = true; } /// Get the first Parsed and Validated value of this Value. /// This will pull the first value from `_set_args` and should be used with the `First` or `Last` Set Behaviors. pub fn get(self: *const @This()) !ChildT { return if (self.is_set and !self.is_empty) self._set_args[0].? else if (self.default_val) |def_val| def_val else if (ChildT == bool) false else error.ValueNotSet; } /// Get All Parsed and Validated Arguments of this Value using the provided Allocator (`alloc`). /// This will pull All values from `_set_args` and should be used with `Multi` Set Behavior. pub fn getAllAlloc(self: *const @This(), alloc: mem.Allocator) ![]ChildT { if (!self.is_set) { if (self.default_val) |def_val| { var val = try alloc.alloc(ChildT, 1); val[0] = def_val; return val; } else return error.ValueNotSet; } var vals = try alloc.alloc(ChildT, self._entry_idx); for (self._set_args[0..self._entry_idx], 0..) |arg, idx| vals[idx] = arg.?; return vals; } /// Get All Parsed and Validated Arguments of this Value. /// This will pull All values from `_set_args` and should be used with `Multi` Set Behavior. pub fn getAll(self: *const @This()) ![]ChildT { return self.getAllAlloc(self._alloc orelse return error.ValueNotInitialized); } /// Initialize this Value with the provided Allocator (`alloc`). pub fn init(self: *const @This(), alloc: mem.Allocator) @This() { var val = self.*; val._alloc = alloc; return val; } }; } /// Generic Value to handle a Value regardless of its inner Child Type. /// This encompasses Typed Values with Boolean, String `[]const u8`, Floats, and the Config (`config`) specified Types. pub fn Generic(comptime config: Config) type { // Base Implementation const slim_base = config.use_slim_base or config.custom_types.len > 0; return if (!slim_base and !config.use_custom_bit_width_range) union(enum){ bool: Typed(bool, config), string: Typed([]const u8, config), u1: Typed(u1, config), u2: Typed(u2, config), u3: Typed(u3, config), u4: Typed(u4, config), u8: Typed(u8, config), u16: Typed(u16, config), u32: Typed(u32, config), u64: Typed(u64, config), usize: Typed(usize, config), //u128: Typed(u128, config), //u256: Typed(u256, config), i1: Typed(i1, config), i2: Typed(i2, config), i3: Typed(i3, config), i4: Typed(i4, config), i8: Typed(i8, config), i16: Typed(i16, config), i32: Typed(i32, config), i64: Typed(i64, config), isize: Typed(isize, config), //i128: Typed(i128, config), //i256: Typed(i256, config), f16: Typed(f16, config), f32: Typed(f32, config), f64: Typed(f64, config), //f128: Typed(f128, config), } // Custom Implementation else customUnion: { const base_union = union(enum){ bool: Typed(bool, config), string: Typed([]const u8, config), }; var union_info = @typeInfo(base_union).@"union"; var tag_info = @typeInfo(union_info.tag_type.?).@"enum"; tag_info.tag_type = usize; if (config.use_custom_bit_width_range) { @setEvalBranchQuota(config.max_int_bit_width * 10); inline for (config.min_int_bit_width..config.max_int_bit_width) |bit_width| { const uint_name = @typeName(meta.int(.unsigned, bit_width)); const uint_type = Typed(meta.int(.unsigned, bit_width), config); union_info.fields = union_info.fields ++ [_]builtin.Type.UnionField{ .{ .name = uint_name, .type = uint_type, .alignment = @alignOf(uint_type), } }; tag_info.fields = tag_info.fields ++ [_]builtin.Type.UnionField{ .{ .name = uint_name, .value = tag_info.fields.len } }; const int_name = @typeName(meta.int(.signed, bit_width)); const int_type = Typed(meta.int(.signed, bit_width), config); union_info.fields = union_info.fields ++ [_]builtin.Type.UnionField{ .{ .name = int_name, .type = int_type, .alignment = @alignOf(int_type), } }; tag_info.fields = tag_info.fields ++ [_]builtin.Type.UnionField{ .{ .name = int_name, .value = tag_info.fields.len } }; } } else { if (config.add_base_ints) { const int_union = union(enum) { u1: Typed(u1, config), u2: Typed(u2, config), u3: Typed(u3, config), u4: Typed(u4, config), u8: Typed(u8, config), u16: Typed(u16, config), u32: Typed(u32, config), u64: Typed(u64, config), usize: Typed(usize, config), //u128: Typed(u128, config), //u256: Typed(u256, config), i1: Typed(i1, config), i2: Typed(i2, config), i3: Typed(i3, config), i4: Typed(i4, config), i8: Typed(i8, config), i16: Typed(i16, config), i32: Typed(i32, config), i64: Typed(i64, config), isize: Typed(isize, config), //i128: Typed(i128, config), //i256: Typed(i256, config), }; const int_info = @typeInfo(int_union).@"union"; const int_tag_info = @typeInfo(int_info.tag_type.?).@"enum"; union_info.fields = union_info.fields ++ int_info.fields; for (int_tag_info.fields) |tag| { tag_info.fields = tag_info.fields ++ [_]builtin.Type.EnumField{ .{ .name = tag.name, .value = tag.value + 2, } }; } } if (config.add_base_floats) { const float_union = union(enum) { f16: Typed(f16, config), f32: Typed(f32, config), f64: Typed(f64, config), //f128: Typed(f128, config), }; const float_info = @typeInfo(float_union).@"union"; const float_tag_info = @typeInfo(float_info.tag_type.?).@"enum"; const add_val = if (config.add_base_ints) 20 else 2; union_info.fields = union_info.fields ++ float_info.fields; for (float_tag_info.fields) |tag| { tag_info.fields = tag_info.fields ++ [_]builtin.Type.EnumField{ .{ .name = tag.name, .value = tag.value + add_val, } }; } } } var adds: u16 = 0; for (config.custom_types) |T| { const AddT = addT: { const add_info = @typeInfo(T); switch (add_info) { // Check for `Value.Typed` .@"struct" => |struct_info| { const base_fields = @typeInfo(@TypeOf(Typed(bool, config){})).@"struct".fields; if (struct_info.fields.len != base_fields.len) break :addT Typed(T, config); for (struct_info.fields, base_fields) |a_field, b_field| { if (!mem.eql(u8, a_field.name, b_field.name)) break :addT Typed(T, config); } break :addT Typed(T.ChildT, config); }, inline else => break :addT Typed(T, config), } }; const union_field: Type.UnionField = .{ .name = @typeName(AddT.ChildT), .type = AddT, .alignment = @alignOf(AddT), }; const union_tag: Type.EnumField = .{ .name = @typeName(AddT.ChildT), .value = tag_info.fields.len + adds, }; for (union_info.fields, 0..) |field, idx| { if (!mem.eql(u8, field.name, union_field.name)) continue; adds += 1; union_info.fields = rebuildFields: { var rebuild: [union_info.fields.len]Type.UnionField = undefined; for (rebuild[0..], union_info.fields, 0..) |*r_fld, o_fld, r_idx| r_fld.* = if (r_idx == idx) union_field else o_fld; const rebuild_out = rebuild; break :rebuildFields rebuild_out[0..]; }; tag_info.fields = rebuildFields: { var rebuild: [tag_info.fields.len]Type.EnumField = undefined; for (rebuild[0..], tag_info.fields, 0..) |*r_fld, o_fld, r_idx| r_fld.* = if (r_idx == idx) union_tag else o_fld; const rebuild_out = rebuild; break :rebuildFields rebuild_out[0..]; }; break; } else { union_info.fields = union_info.fields ++ [_]builtin.Type.UnionField{ union_field }; tag_info.fields = tag_info.fields ++ [_]builtin.Type.EnumField{ union_tag }; } } const tag_info_out = tag_info; union_info.tag_type = @Type(.{ .@"enum" = tag_info_out }); const union_info_out = union_info; break :customUnion @Type(.{ .@"union" = union_info_out }); }; } /// Create a Custom Value Type from the provided Config (`config`). pub fn Custom(comptime config: Config) type { return struct{ /// The Custom Command Type of the overall project. const CommandT = config.CommandT.?; /// The Custom Option Type of the overall project. const OptionT = config.OptionT.?; /// Custom Generic Value Type. pub const GenericT = Generic(config); /// The Parent Command of this Value. /// This will be filled in during Initialization. parent_cmd: ?*const CommandT = null, /// Wrapped Generic Value union. generic: GenericT = .{ .bool = .{} }, /// Custom Help Function. /// Check (`Value.Config`) for details. pub const global_help_fn = config.global_help_fn; /// Custom Usage Function. /// Check (`Value.Config`) for details. pub const global_usage_fn = config.global_usage_fn; /// Include Argument Indices. /// Check (`Value.Config`) for details. pub const include_arg_indices = config.include_arg_indices; /// Values Help Format. /// Check (`Value.Config`) for details. pub const vals_help_fmt = config.help_fmt; /// Values Usage Format. /// Check (`Value.Config`) for details. pub const vals_usage_fmt = config.usage_fmt; /// Values Indent Format. /// Check (`Value.Config`) for details. pub const indent_fmt = config.indent_fmt orelse CommandT.indent_fmt; /// Get the Parsed and Validated Value of the inner Typed Value. /// Comptime Only // TODO: See if this can be made Runtime pub inline fn get(self: *const @This()) !switch (meta.activeTag(self.*.generic)) { inline else => |tag| @TypeOf(@field(self.*.generic, @tagName(tag))).ChildT, } { return switch (meta.activeTag(self.*.generic)) { inline else => |tag| try @field(self.*.generic, @tagName(tag)).get(), }; } /// Get the Parsed and Validated value of the inner Typed Value as the specified Type (`T`). pub fn getAs(self: *const @This(), comptime T: type) !T { return switch (meta.activeTag(self.*.generic)) { inline else => |tag| { const typed_val = @field(self.*.generic, @tagName(tag)); return if (@TypeOf(typed_val).ChildT == T) try typed_val.get() else if ( @typeInfo(T) == .@"enum" or ( @typeInfo(T) == .optional and @typeInfo(@typeInfo(T).optional.child) == .@"enum" ) ) { const val = try typed_val.get(); switch (@typeInfo(@TypeOf(val))) { .int => return @enumFromInt(val), inline else => return error.RequestedTypeMismatch, } } else { //log.err("Type Mismatch: {s} vs {s}", .{ @typeName(T), @typeName(@TypeOf(typed_val).ChildT) }); return error.RequestedTypeMismatch; }; }, }; } /// Get All of the Parsed and Validated values of the inner Typed Value as a Slice of the specified Type (`T`). pub fn getAllAs(self: *const @This(), comptime T: type) ![]T { return switch (meta.activeTag(self.*.generic)) { inline else => |tag| { const typed_val = @field(self.*.generic, @tagName(tag)); return if (@TypeOf(typed_val).ChildT == T) try typed_val.getAll() else if ( @typeInfo(T) == .@"enum" or ( @typeInfo(T) == .optional and @typeInfo(@typeInfo(T).optional.child) == .@"enum" ) ) { const ValT = @typeInfo(@TypeOf(try typed_val.get())); switch (ValT) { .int => { const alloc = self.allocator() orelse return error.ValueNotInitialized; const vals = try typed_val.getAll(); var vals_list: ArrayList(T) = .empty; errdefer vals_list.deinit(alloc); for (vals) |val| try vals_list.append(alloc, @enumFromInt(val)); return try vals_list.toOwnedSlice(alloc); }, inline else => return error.RequestedTypeMismatch, } } else error.RequestedTypeMismatch; }, }; } /// Set the inner Typed Value if the provided Argument (`arg`) can be Parsed and Validated. pub fn set(self: *const @This(), arg: []const u8) !void { switch (meta.activeTag(self.*.generic)) { inline else => |tag| try @field(self.*.generic, @tagName(tag)).set(arg), } } /// Set the inner Typed Value without data so that it is "empty". /// This is meant to be used with Options pub fn setEmpty(self: *const @This()) !void { switch (meta.activeTag(self.*.generic)) { inline else => |tag| try @field(self.*.generic, @tagName(tag)).setEmpty(), } } /// Set a new Argument Index for this Value. pub fn setArgIdx(self: *const @This(), arg_idx: u8) !void { if (!include_arg_indices) return; const alloc = self.allocator() orelse return error.ValueNotInitialized; const self_idx = switch(meta.activeTag(self.*.generic)) { inline else => |tag| &@field(@constCast(self).*.generic, @tagName(tag)).arg_idx, }; if (self_idx.* == null) { self_idx.* = try alloc.alloc(u8, 1); self_idx.*.?[0] = arg_idx; return; } switch (self.setBehavior()) { .First, .Last => self_idx.*.?[0] = arg_idx, .Multi => { var idx_list: ArrayList(u8) = .fromOwnedSlice(self_idx.*.?); errdefer idx_list.deinit(alloc); try idx_list.append(alloc, arg_idx); self_idx.* = try idx_list.toOwnedSlice(alloc); }, } } /// Get the inner Typed Value's Argument Index. pub fn argIdx(self: *const @This()) !?[]u8 { if (!include_arg_indices) return error.ArgIndicesNotEnabled; return switch (meta.activeTag(self.*.generic)) { inline else => |tag| @field(self.*.generic, @tagName(tag)).arg_idx, }; } /// Get the inner Typed Value's Allocator. pub fn allocator(self: *const @This()) ?mem.Allocator { return switch (meta.activeTag(self.*.generic)) { inline else => |tag| @field(self.*.generic, @tagName(tag))._alloc, }; } /// Get the inner Typed Value's Group. pub fn valGroup(self: *const @This()) ?[]const u8 { return switch (meta.activeTag(self.*.generic)) { inline else => |tag| @field(self.*.generic, @tagName(tag)).val_group, }; } /// Get the inner Typed Value's Name. pub fn name(self: *const @This()) []const u8 { return switch (meta.activeTag(self.*.generic)) { inline else => |tag| @field(self.*.generic, @tagName(tag)).name, }; } /// Get the inner Typed Value's Child Type Name. /// This will provide the actual Child Type Name without aliasing. pub fn childType(self: *const @This()) []const u8 { @setEvalBranchQuota(config.max_int_bit_width * 10); return switch (meta.activeTag(self.*.generic)) { inline else => |tag| typeName: { const val = @field(self.*.generic, @tagName(tag)); break :typeName @typeName(@TypeOf(val).ChildT); } }; } /// Get the inner Typed Value's Child Type Name. /// This is where aliasing happens via `Value.Typed.alias_child_type` or `Value.Config.child_type_aliases`. pub fn childTypeName(self: *const @This()) []const u8 { @setEvalBranchQuota(config.max_int_bit_width * 10); return switch (meta.activeTag(self.*.generic)) { inline else => |tag| typeName: { const val = @field(self.*.generic, @tagName(tag)); break :typeName if (val.alias_child_type) |alias| alias else if (config.child_type_aliases) |aliases| confAlias: { inline for (aliases) |alias| { if (@TypeOf(val).ChildT == alias.ChildT) break :confAlias alias.alias; } break :confAlias @typeName(@TypeOf(val).ChildT); } else @typeName(@TypeOf(val).ChildT); } }; } /// Get the inner Typed Value's Description. pub fn description(self: *const @This()) []const u8 { return switch (meta.activeTag(self.*.generic)) { inline else => |tag| @field(self.*.generic, @tagName(tag)).description, }; } /// Check if the inner Typed Value is Set. pub fn isSet(self: *const @This()) bool { return switch (meta.activeTag(self.*.generic)) { inline else => |tag| @field(self.*.generic, @tagName(tag)).is_set, }; } /// Check if the inner Typed Value is Empty. pub fn isEmpty(self: *const @This()) bool { return switch (meta.activeTag(self.*.generic)) { inline else => |tag| @field(self.*.generic, @tagName(tag)).is_empty, }; } /// Check if the inner Typed Value has a default value. pub fn hasDefault(self: *const @This()) bool { return switch (meta.activeTag(self.*.generic)) { inline else => |tag| @field(self.*.generic, @tagName(tag)).default_val != null, }; } /// Get the inner Typed Value's Current Entry Index for Value Parsing. /// Note, this should not be confused with this Value's Argument Index. pub fn entryIdx(self: *const @This()) u7 { return switch (meta.activeTag(self.*.generic)) { inline else => |tag| @field(self.*.generic, @tagName(tag))._entry_idx, }; } /// Get the inner Typed Value's Max Entries. pub fn maxEntries(self: *const @This()) u7 { return switch (meta.activeTag(self.*.generic)) { inline else => |tag| @field(self.*.generic, @tagName(tag)).max_entries, }; } /// Get the inner Typed Value's Set Behavior. pub fn setBehavior(self: *const @This()) SetBehavior { return switch (meta.activeTag(self.*.generic)) { inline else => |tag| @field(self.*.generic, @tagName(tag)).set_behavior, }; } /// Check if the inner Typed Value's has a custom `parse_fn`. pub fn hasCustomParseFn(self: *const @This()) bool { return switch (meta.activeTag(self.*.generic)) { inline else => |tag| hasFn: { const val = @field(self.*.generic, @tagName(tag)); break :hasFn val.parse_fn != null or @TypeOf(val).child_type_parse_fn != null; } }; } /// Check if the inner Typed Value's has a custom `valid_fn`. pub fn hasCustomValidFn(self: *const @This()) bool { return switch (meta.activeTag(self.*.generic)) { inline else => |tag| @field(self.*.generic, @tagName(tag)).valid_fn != null, }; } /// Check if the inner Typed Value's has a custom `parse_fn` or `valid_fn`. pub fn hasCustomFn(self: *const @This()) bool { return self.hasCustomParseFn() or self.hasCustomValidFn(); } /// Create a Custom Value with a specific Type (`T`). pub fn ofType(comptime T: type, comptime typed_val: Typed(T, config)) @This() { const active_tag = if (T == []const u8) "string" //else if (@typeInfo(T) == .@"enum") @typeName(@typeInfo(T).@"enum".tag_type) else @typeName(T); const out_val = if (@typeInfo(T) == .@"enum" and typed_val.parse_fn == null) outVal: { var o_val = typed_val; o_val.parse_fn = ParsingFns.Builder.asEnumTag(T); break :outVal o_val; } else typed_val; return @This(){ .generic = @unionInit(GenericT, active_tag, out_val) }; } /// Config for creating Values from Componenet Types (Function Parameters, Struct Fields, and Union Fields) using `from()`. pub const FromConfig = struct { /// Ignore Incompatible Types or error during compile time. ignore_incompatible: bool = true, /// Name for the Value. /// If this is left blank, an attempt will be made to create a name based on the Component Type. val_name: ?[]const u8 = null, /// Description for the Value. val_description: ?[]const u8 = null, }; /// Create a Generic Value from a Valid Componenent Param, StructField, or UnionField (`from_comp`) using the provided FromConfig (`from_config`). /// This is intended for use with the corresponding `from()` methods in Command and Option, which ultimately create a Command from a given Struct. pub fn from(comptime from_comp: anytype, from_config: FromConfig) ?@This() { const comp_name: []const u8 = if (from_config.val_name) |val_name| val_name else switch (@TypeOf(from_comp)) { std.builtin.Type.StructField, std.builtin.Type.UnionField => from_comp.name, std.builtin.Type.Fn.Param => "", else => @compileError("The provided component must be a Function Parameter, Struct Field, or Union Field."), }; const FromT = switch(@TypeOf(from_comp)) { std.builtin.Type.StructField, std.builtin.Type.UnionField => from_comp.type, std.builtin.Type.Fn.Param => from_comp.type.?, else => unreachable, }; const comp_info = @typeInfo(FromT); if (comp_info == .pointer and comp_info.pointer.child != u8) { if (!from_config.ignore_incompatible) @compileError( "The component '" ++ if (comp_name.len > 0) comp_name else "' function parameter of type '" ++ @typeName(FromT) ++ "' is incompatible. Pointers must be of type '[]const u8'.") else return null; } var enum_name: ?[]const u8 = null; const CompT = switch (comp_info) { .optional => |optl| OptT: { break :OptT switch (@typeInfo(optl.child)) { .@"enum" => |enum_info| EnumT: { enum_name = @typeName(optl.child); break :EnumT enum_info.tag_type; }, inline else => optl.child, }; }, .array => aryType: { const ary_info = @typeInfo(comp_info.array.child); if (ary_info == .optional) break :aryType ary_info.optional.child else break :aryType comp_info.array.child; }, .@"enum" => |enum_info| EnumT: { enum_name = @typeName(FromT); break :EnumT enum_info.tag_type; }, // TODO: Check if Pointer is a String. .bool, .int, .float, .pointer => FromT, else => { if (!from_config.ignore_incompatible) @compileError("The comp '" ++ comp_name ++ "' of type '" ++ @typeName(FromT) ++ "' is incompatible.") else return null; }, }; //const out_info = @typeInfo(CompT); return ofType(CompT, .{ .name = comp_name, .description = from_config.val_description orelse fmt.comptimePrint("The '{s}' Value of Type '{s}'.", .{ comp_name, @typeName(FromT) }), .alias_child_type = enum_name, .max_entries = if (comp_info == .array) comp_info.array.len else 1, .set_behavior = if (comp_info == .array) .Multi else .Last, // TODO: Handle default Array Elements. .default_val = defVal: { if ( utils.indexOfEql([]const u8, meta.fieldNames(@TypeOf(from_comp))[0..], "default_value") != null and from_comp.default_value_ptr != null ) { switch (comp_info) { .array => break :defVal null, .optional => |optl| { break :defVal switch (@typeInfo(optl.child)) { .@"enum" => break :defVal null, inline else => break :defVal @as(*FromT, @ptrCast(@alignCast(@constCast(from_comp.default_value_ptr)))).*, }; }, .@"enum" => break :defVal 0, inline else => break :defVal @as(*FromT, @ptrCast(@alignCast(@constCast(from_comp.default_value_ptr.?)))).* } } else break :defVal null; }, .parse_fn = pFn: { switch (comp_info) { .optional => |optl| { break :pFn switch (@typeInfo(optl.child)) { .@"enum" => ParsingFns.Builder.asEnumType(optl.child), inline else => null, }; }, .@"enum" => break :pFn ParsingFns.Builder.asEnumType(FromT), inline else => break :pFn null, } }, }); } /// Format function for Values pub fn format(self: @This(), _: []const u8, _: fmt.FormatOptions, writer: anytype) !void { try writer.print("{s}", .{ @tagName(meta.activeTag(self.generic)) }); try writer.print("{s}: Type: {s}, Set: {any}", .{ self.name(), self.childTypeName(), self.isSet(), }); } /// Creates the Help message for this Value and Writes it to the provided Writer (`writer`). pub fn help(self: *const @This(), writer: anytype) !void { switch (meta.activeTag(self.*.generic)) { inline else => |tag| { const val = @field(self.*.generic, @tagName(tag)); if (@TypeOf(val).child_type_help_fn)|helpFn| return helpFn(self, writer, self.allocator()); } } if (global_help_fn) |helpFn| return helpFn(self, writer, self.allocator()); try writer.print(vals_help_fmt, .{ self.name(), self.childTypeName(), self.description() }); } /// Creates the Usage message for this Value and Writes it to the provided Writer (`writer`). pub fn usage(self: *const @This(), writer: anytype) !void { switch (meta.activeTag(self.*.generic)) { inline else => |tag| { const val = @field(self.*.generic, @tagName(tag)); if (@TypeOf(val).child_type_usage_fn)|usageFn| return usageFn(self, writer, self.allocator()); } } if (global_usage_fn) |usageFn| return usageFn(self, writer, self.allocator()); try writer.print(vals_usage_fmt, .{ self.name(), self.childTypeName() }); } /// Initialize this Value with the provided Allocator (`alloc`). pub fn init(self: *const @This(), alloc: mem.Allocator) @This() { return switch (meta.activeTag(self.*.generic)) { inline else => |tag| @This(){ .generic = @unionInit(GenericT, @tagName(tag), @field(self.*.generic, @tagName(tag)).init(alloc)) }, }; } }; } /// Parsing Functions for various common requirements to be used with `parse_fn` in place of normal `parse()`. /// Note, `parse_fn` is in no way limited to these functions. pub const ParsingFns = struct { /// Builder Functions for common Parsing Functions. pub const Builder = struct { pub const BoolNoMatch = enum{ True, False, Error, }; /// Check for Alternate True Words (`true_words`) and False Words (`false_words`) when parsing the provided Argument (`arg`) to a Boolean. /// In the event of no match, This function will return based on (`no_match`). pub fn altBool( comptime true_words: []const []const u8, comptime false_words: []const []const u8, comptime no_match: BoolNoMatch ) fn([]const u8, mem.Allocator) anyerror!bool { return struct { fn boolCheck(arg: []const u8, alloc: mem.Allocator) !bool { _ = alloc; for (true_words[0..]) |word| { if (mem.eql(u8, word, arg)) return true; } else for (false_words[0..]) |word| { if (mem.eql(u8, word, arg)) return false; } else return switch (no_match) { .True => true, .False => false, .Error => error.UnrecognizedBooleanValue, }; } }.boolCheck; } /// Parse the given Integer (`arg`) as Base (`base`). Base options: /// - 0: Uses the 2 character prefix to determine the base. Default is Base 10. (This is also the default parsing option for Integers.) /// - 2: Base 2 / Binary /// - 8: Base 8 / Octal /// - 10: Base 10 / Decimal /// - 16: Base 16 / Hexadecimal pub fn asBase(comptime NumT: type, comptime base: u8) fn([]const u8, mem.Allocator) anyerror!NumT { return struct { fn toBase(arg: []const u8, alloc: mem.Allocator) !NumT { _ = alloc; return fmt.parseInt(NumT, arg, base); } }.toBase; } /// Parse the given argument token (`arg`) to an Int based on the Enum Tag Type of the provided `EnumT`. pub fn asEnumType(comptime EnumT: type) enumFnType: { const enum_info = @typeInfo(EnumT); if (enum_info != .@"enum") @compileError("The Type of `EnumT` must be Enum!"); break :enumFnType fn([]const u8, mem.Allocator) anyerror!enum_info.@"enum".tag_type; } { const EnumTagT: type = @typeInfo(EnumT).@"enum".tag_type; return struct { fn enumInt(arg: []const u8, alloc: mem.Allocator) !EnumTagT { _ = alloc; const enum_tag = meta.stringToEnum(EnumT, mem.trim(u8, arg, &.{ 0, ' ', '\t' })) orelse return error.EnumTagDoesNotExist; return @intFromEnum(enum_tag); } }.enumInt; } /// Parse the given argument token (`arg`) to an Enum Tag of the provided `EnumT`. pub fn asEnumTag(comptime EnumT: type) enumFnType: { const enum_info = @typeInfo(EnumT); if (enum_info != .@"enum") @compileError("The Type of `EnumT` must be Enum!"); break :enumFnType fn([]const u8, mem.Allocator) anyerror!EnumT; } { return struct { fn enumTag(arg: []const u8, _: mem.Allocator) !EnumT { return meta.stringToEnum(EnumT, mem.trim(u8, arg, &.{ 0, ' ', '\t' })) orelse error.EnumTagDoesNotExist; } }.enumTag; } }; /// Trim all Whitespace from the beginning and end of the provided argument token (`arg`). pub fn trimWhitespace(arg: []const u8, alloc: mem.Allocator) anyerror![]const u8 { _ = alloc; return mem.trim(u8, arg, ascii.whitespace[0..]); } /// Return the provided argument token (`arg`) in all uppercase. pub fn toUpper(arg: []const u8, alloc: mem.Allocator) anyerror![]const u8 { const out_buf = try alloc.alloc(u8, arg.len); return ascii.upperString(out_buf, arg); } /// Return the provided argument token (`arg`) in all lowercase. pub fn toLower(arg: []const u8, alloc: mem.Allocator) anyerror![]const u8 { const out_buf = try alloc.alloc(u8, arg.len); return ascii.lowerString(out_buf, arg); } }; /// Validation Functions for various common requirements to be used with `valid_fn`. /// Note, `valid_fn` is in no way limited to these functions. pub const ValidationFns = struct { /// Builder Functions for common Validation Functions. pub const Builder = struct { /// Check if the provided `NumT` (`num`) is within an inclusive or exclusive range. pub fn inRange(comptime NumT: type, comptime start: NumT, comptime end: NumT, comptime inclusive: bool) fn(NumT, mem.Allocator) bool { const num_info = @typeInfo(NumT); switch (num_info) { .int, .float => {}, inline else => @compileError("The provided Type '" ++ @typeName(NumT) ++ "' is not a numeric Type. It must be an Integer or a Float."), } return if (inclusive) struct { fn inRng(num: NumT, alloc: mem.Allocator) bool { _ = alloc; return num >= start and num <= end; } }.inRng else struct { fn inRng(num: NumT, alloc: mem.Allocator) bool { _ = alloc; return num > start and num < end; } }.inRng; } }; /// Check if the provided argument token (`filepath`) is a valid filepath. pub fn validFilepath(filepath: []const u8, alloc: mem.Allocator) bool { _ = alloc; const test_file = fs.cwd().openFile(filepath, .{}) catch { log.err("The file '{s}' could not be found.", .{ filepath }); return false; }; test_file.close(); return true; } /// Check if the provided argument token (`num_str`) is a valid Ordinal Number. pub fn ordinalNum(num_str: []const u8, alloc: mem.Allocator) bool { _ = alloc; const ordinals = enum { first, second, third, fourth, fifth, sixth, seventh, eigth, ninth, tenth, }; var lower_buf: [100]u8 = undefined; const lower_slice = toLower(lower_buf[0..], num_str); return meta.stringToEnum(ordinals, lower_slice) != null; } };
56,592
Value
zig
en
zig
code
{"qsc_code_num_words": 6442, "qsc_code_num_chars": 56592.0, "qsc_code_mean_word_length": 4.68658802, "qsc_code_frac_words_unique": 0.09608817, "qsc_code_frac_chars_top_2grams": 0.01252029, "qsc_code_frac_chars_top_3grams": 0.01377894, "qsc_code_frac_chars_top_4grams": 0.02066841, "qsc_code_frac_chars_dupe_5grams": 0.50796595, "qsc_code_frac_chars_dupe_6grams": 0.45930907, "qsc_code_frac_chars_dupe_7grams": 0.41134775, "qsc_code_frac_chars_dupe_8grams": 0.37978205, "qsc_code_frac_chars_dupe_9grams": 0.35298599, "qsc_code_frac_chars_dupe_10grams": 0.31320592, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.01006182, "qsc_code_frac_chars_whitespace": 0.33967699, "qsc_code_size_file_byte": 56592.0, "qsc_code_num_lines": 1162.0, "qsc_code_num_chars_line_max": 180.0, "qsc_code_num_chars_line_mean": 48.70223752, "qsc_code_frac_chars_alphabet": 0.79785384, "qsc_code_frac_chars_comments": 0.28258411, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.29490291, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.01674918, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.00258176, "qsc_code_frac_lines_assert": 0.0}
1
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/glyphs/Entanglement.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.items.armor.glyphs; import com.shatteredpixel.shatteredpixeldungeon.actors.Char; import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.Buff; import com.shatteredpixel.shatteredpixeldungeon.effects.CellEmitter; import com.shatteredpixel.shatteredpixeldungeon.effects.particles.EarthParticle; import com.shatteredpixel.shatteredpixeldungeon.items.armor.Armor; import com.shatteredpixel.shatteredpixeldungeon.items.armor.Armor.Glyph; import com.shatteredpixel.shatteredpixeldungeon.plants.Earthroot; import com.shatteredpixel.shatteredpixeldungeon.sprites.ItemSprite; import com.shatteredpixel.shatteredpixeldungeon.sprites.ItemSprite.Glowing; import com.watabou.noosa.Camera; import com.watabou.utils.Random; public class Entanglement extends Glyph { private static ItemSprite.Glowing BROWN = new ItemSprite.Glowing( 0x663300 ); @Override public int proc(Armor armor, Char attacker, final Char defender, final int damage ) { final int level = Math.max( 0, armor.level() ); if (Random.Int( 4 ) == 0) { Buff.affect( defender, Earthroot.Armor.class ).level( 5 + 2 * level ); CellEmitter.bottom( defender.pos ).start( EarthParticle.FACTORY, 0.05f, 8 ); Camera.main.shake( 1, 0.4f ); } return damage; } @Override public Glowing glowing() { return BROWN; } }
2,137
Entanglement
java
en
java
code
{"qsc_code_num_words": 273, "qsc_code_num_chars": 2137.0, "qsc_code_mean_word_length": 6.01831502, "qsc_code_frac_words_unique": 0.50915751, "qsc_code_frac_chars_top_2grams": 0.06025563, "qsc_code_frac_chars_top_3grams": 0.23128424, "qsc_code_frac_chars_top_4grams": 0.24102252, "qsc_code_frac_chars_dupe_5grams": 0.34814364, "qsc_code_frac_chars_dupe_6grams": 0.18015825, "qsc_code_frac_chars_dupe_7grams": 0.07181984, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.01967213, "qsc_code_frac_chars_whitespace": 0.14365934, "qsc_code_size_file_byte": 2137.0, "qsc_code_num_lines": 60.0, "qsc_code_num_chars_line_max": 87.0, "qsc_code_num_chars_line_mean": 35.61666667, "qsc_code_frac_chars_alphabet": 0.87814208, "qsc_code_frac_chars_comments": 0.36546561, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.06896552, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.0, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.00589971, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 0.0, "qsc_codejava_frac_lines_func_ratio": 0.06896552, "qsc_codejava_score_lines_no_logic": 0.55172414, "qsc_codejava_frac_words_no_modifier": 0.66666667, "qsc_codejava_frac_words_legal_var_name": 1.0, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 1, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 0, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 1, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/glyphs/Stone.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.items.armor.glyphs; import com.shatteredpixel.shatteredpixeldungeon.actors.Char; import com.shatteredpixel.shatteredpixeldungeon.items.armor.Armor; import com.shatteredpixel.shatteredpixeldungeon.sprites.ItemSprite; public class Stone extends Armor.Glyph { private static ItemSprite.Glowing GREY = new ItemSprite.Glowing( 0x222222 ); @Override public int proc(Armor armor, Char attacker, Char defender, int damage) { testing = true; float evasion = defender.defenseSkill(attacker); float accuracy = attacker.attackSkill(defender); testing = false; float hitChance; if (evasion >= accuracy){ hitChance = (accuracy/evasion)/2f; } else { hitChance = 1f - (evasion/accuracy)/2f; } //75% of dodge chance is applied as damage reduction hitChance = (1f + 3f*hitChance)/4f; damage = (int)Math.ceil(damage * hitChance); return damage; } private boolean testing = false; public boolean testingEvasion(){ return testing; } @Override public ItemSprite.Glowing glowing() { return GREY; } }
1,877
Stone
java
en
java
code
{"qsc_code_num_words": 241, "qsc_code_num_chars": 1877.0, "qsc_code_mean_word_length": 5.74688797, "qsc_code_frac_words_unique": 0.53941909, "qsc_code_frac_chars_top_2grams": 0.04909747, "qsc_code_frac_chars_top_3grams": 0.10974729, "qsc_code_frac_chars_top_4grams": 0.04115523, "qsc_code_frac_chars_dupe_5grams": 0.12851986, "qsc_code_frac_chars_dupe_6grams": 0.04043321, "qsc_code_frac_chars_dupe_7grams": 0.0, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.02073882, "qsc_code_frac_chars_whitespace": 0.17794353, "qsc_code_size_file_byte": 1877.0, "qsc_code_num_lines": 65.0, "qsc_code_num_chars_line_max": 78.0, "qsc_code_num_chars_line_mean": 28.87692308, "qsc_code_frac_chars_alphabet": 0.87686325, "qsc_code_frac_chars_comments": 0.44379329, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.06451613, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.0, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.00766284, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 0.0, "qsc_codejava_frac_lines_func_ratio": 0.06451613, "qsc_codejava_score_lines_no_logic": 0.32258065, "qsc_codejava_frac_words_no_modifier": 0.66666667, "qsc_codejava_frac_words_legal_var_name": 1.0, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
1
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 0, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
0-1-0/lightblue-0.4
src/mac/LightAquaBlue/BBOBEXRequest.m
/* * Copyright (c) 2009 Bea Lam. All rights reserved. * * This file is part of LightBlue. * * LightBlue is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * LightBlue is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with LightBlue. If not, see <http://www.gnu.org/licenses/>. */ // // BBOBEXRequest.m // LightAquaBlue // #import "BBOBEXRequest.h" #import "BBBluetoothOBEXClient.h" #import "BBMutableOBEXHeaderSet.h" #import "BBOBEXHeaderSet.h" #import "BBOBEXResponse.h" #import <IOBluetooth/objc/OBEXSession.h> #import <CoreFoundation/CoreFoundation.h> static BOOL _debug = NO; @implementation BBOBEXRequest + (void)setDebug:(BOOL)debug { _debug = debug; } - (id)initWithClient:(BBBluetoothOBEXClient *)client eventSelector:(SEL)selector session:(OBEXSession *)session { self = [super init]; mClient = client; // don't retain, avoid retaining both ways mClientEventSelector = selector; mSession = session; // don't retain mFinished = NO; return self; } - (BOOL)isFinished { return mFinished; } - (OBEXError)beginWithHeaders:(BBOBEXHeaderSet *)headers { return kOBEXSuccess; } - (void)receivedResponseWithHeaders:(BBMutableOBEXHeaderSet *)responseHeaders { if (!mResponseHeaders) mResponseHeaders = [[BBMutableOBEXHeaderSet alloc] init]; // add to current response headers // this way we won't lose previous response headers in multi-packet // Put & Get requests [mResponseHeaders addHeadersFromHeaderSet:responseHeaders]; } - (OBEXError)sendNextRequestPacket { return kOBEXSuccess; } - (void)finishedWithError:(OBEXError)error responseCode:(int)responseCode { } - (BOOL)readOBEXResponseHeaders:(BBMutableOBEXHeaderSet **)responseHeaders andResponseCode:(int *)responseCode fromSessionEvent:(const OBEXSessionEvent *)event { return YES; } - (void)dealloc { [mResponseHeaders release]; [super dealloc]; } @end @implementation BBOBEXConnectRequest - (OBEXError)beginWithHeaders:(BBOBEXHeaderSet *)headers { if (_debug) NSLog(@"[BBOBEXConnectRequest] beginWithHeaders (%d headers)", [headers count]); CFMutableDataRef bytes = (CFMutableDataRef)[headers toBytes]; if (!bytes && [headers count] > 0) return kOBEXInternalError; OBEXError status = [mSession OBEXConnect:(OBEXFlags)kOBEXConnectFlagNone maxPacketLength:[mClient maximumPacketLength] optionalHeaders:(bytes ? (void *)CFDataGetBytePtr(bytes) : NULL) optionalHeadersLength:(bytes ? CFDataGetLength(bytes) : 0) eventSelector:mClientEventSelector selectorTarget:mClient refCon:NULL]; if (bytes) mHeadersDataRef = bytes; return status; } - (void)finishedWithError:(OBEXError)error responseCode:(int)responseCode { if (_debug) NSLog(@"[BBOBEXConnectRequest] finishedWithError %@: %d", [mClient delegate], error); mFinished = YES; if ([[mClient delegate] respondsToSelector:@selector(client:didFinishConnectRequestWithError:response:)]) { [[mClient delegate] client:mClient didFinishConnectRequestWithError:error response:[BBOBEXResponse responseWithCode:responseCode headers:mResponseHeaders]]; } } - (BOOL)readOBEXResponseHeaders:(BBMutableOBEXHeaderSet **)responseHeaders andResponseCode:(int *)responseCode fromSessionEvent:(const OBEXSessionEvent *)event { if (event->type != kOBEXSessionEventTypeConnectCommandResponseReceived) return NO; const OBEXConnectCommandResponseData *resp = &event->u.connectCommandResponseData; *responseCode = resp->serverResponseOpCode; BBMutableOBEXHeaderSet *headers = [BBMutableOBEXHeaderSet headerSet]; if ([headers addHeadersFromHeadersData:resp->headerDataPtr length:resp->headerDataLength]) { *responseHeaders = headers; } return YES; } - (void)dealloc { if (mHeadersDataRef) CFRelease(mHeadersDataRef); [super dealloc]; } @end @implementation BBOBEXDisconnectRequest - (OBEXError)beginWithHeaders:(BBOBEXHeaderSet *)headers { if (_debug) NSLog(@"[BBOBEXDisconnectRequest] beginWithHeaders (%d headers)", [headers count]); CFMutableDataRef bytes = (CFMutableDataRef)[headers toBytes]; if (!bytes && [headers count] > 0) return kOBEXInternalError; OBEXError status = [mSession OBEXDisconnect:(bytes ? (void *)CFDataGetBytePtr(bytes) : NULL) optionalHeadersLength:(bytes ? CFDataGetLength(bytes) : 0) eventSelector:mClientEventSelector selectorTarget:mClient refCon:NULL]; if (bytes) mHeadersDataRef = bytes; return status; } - (void)finishedWithError:(OBEXError)error responseCode:(int)responseCode { if (_debug) NSLog(@"[BBOBEXDisconnectRequest] finishedWithError: %d", error); mFinished = YES; if ([[mClient delegate] respondsToSelector:@selector(client:didFinishDisconnectRequestWithError:response:)]) { [[mClient delegate] client:mClient didFinishDisconnectRequestWithError:error response:[BBOBEXResponse responseWithCode:responseCode headers:mResponseHeaders]]; } } - (BOOL)readOBEXResponseHeaders:(BBMutableOBEXHeaderSet **)responseHeaders andResponseCode:(int *)responseCode fromSessionEvent:(const OBEXSessionEvent *)event { if (event->type != kOBEXSessionEventTypeDisconnectCommandResponseReceived) return NO; const OBEXDisconnectCommandResponseData *resp = &event->u.disconnectCommandResponseData; *responseCode = resp->serverResponseOpCode; BBMutableOBEXHeaderSet *headers = [BBMutableOBEXHeaderSet headerSet]; if ([headers addHeadersFromHeadersData:resp->headerDataPtr length:resp->headerDataLength]) { *responseHeaders = headers; } return YES; } - (void)dealloc { if (mHeadersDataRef) CFRelease(mHeadersDataRef); [super dealloc]; } @end @implementation BBOBEXPutRequest - (id)initWithClient:(BBBluetoothOBEXClient *)client eventSelector:(SEL)selector session:(OBEXSession *)session inputStream:(NSInputStream *)inputStream { self = [super initWithClient:client eventSelector:selector session:session]; mInputStream = [inputStream retain]; return self; } - (NSMutableData *)readNextChunkForHeaderLength:(size_t)headersLength isLastChunk:(BOOL *)outIsLastChunk { if (mInputStream == nil) return nil; OBEXMaxPacketLength maxPacketSize = [mSession getAvailableCommandPayloadLength:kOBEXOpCodePut]; if (maxPacketSize == 0 || headersLength > maxPacketSize) return nil; OBEXMaxPacketLength maxBodySize = maxPacketSize - headersLength; NSMutableData *data = [NSMutableData dataWithLength:maxBodySize]; int len = [mInputStream read:[data mutableBytes] maxLength:maxBodySize]; if (_debug) NSLog(@"[BBOBEXPutRequest] read %d bytes (maxBodySize = %d)", len, maxBodySize); // is last packet if there wasn't enough body data to fill up the packet if (len >= 0) *outIsLastChunk = (len < maxBodySize); [data setLength:len]; return data; } + (OBEXError)appendEmptyEndOfBodyHeaderToData:(CFMutableDataRef)headerData { if (!headerData) return kOBEXInternalError; // can't see to add the data using raw bytes, so make a dictionary // and use OBEXHeadersToBytes() to get the end of body header bytes CFMutableDictionaryRef mutableDict = CFDictionaryCreateMutable(NULL, 1, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks); OBEXError status = OBEXAddBodyHeader(NULL, 0, TRUE, mutableDict); if (status == kOBEXSuccess) { CFMutableDataRef bodyData = OBEXHeadersToBytes(mutableDict); if (bodyData == NULL) { CFRelease(mutableDict); return kOBEXGeneralError; } CFDataAppendBytes(headerData, CFDataGetBytePtr(bodyData), CFDataGetLength(bodyData)); CFRelease(bodyData); } CFRelease(mutableDict); return status; } - (OBEXError)beginWithHeaders:(BBOBEXHeaderSet *)headers { if (_debug) NSLog(@"[BBOBEXPutRequest] beginWithHeaders (%d headers)", [headers count]); // there's no stream if it's a Put-Delete // but if there is a stream, it must be open if (mInputStream && [mInputStream streamStatus] != NSStreamStatusOpen) { if (_debug) NSLog(@"[BBOBEXPutRequest] given input stream not opened!"); return kOBEXBadArgumentError; } CFMutableDataRef bytes = (CFMutableDataRef)[headers toBytes]; if (!bytes && [headers count] > 0) return kOBEXInternalError; BOOL isLastChunk = YES; NSMutableData *mutableData = nil; if (mInputStream != nil) { mutableData = [self readNextChunkForHeaderLength:(bytes ? CFDataGetLength(bytes) : 0) isLastChunk:&isLastChunk]; if (!mutableData) { if (_debug) NSLog(@"[BBOBEXPutRequest] error reading from stream!"); if (bytes) CFRelease(bytes); return kOBEXInternalError; } // If zero data read, then this must be a Create-Empty (IrOBEX 3.3.3.6) // so add an empty End-of-Body header, because OBEXPut: won't add body // headers if bodyDataLength is zero, in which case the server will // think it's a Put-Delete instead of a Put. if ([mutableData length] == 0) { if (!bytes) bytes = CFDataCreateMutable(NULL, 0); OBEXError status = [BBOBEXPutRequest appendEmptyEndOfBodyHeaderToData:bytes]; if (status != kOBEXSuccess) { if (_debug) NSLog(@"[BBOBEXPutRequest] error adding empty end of body"); CFRelease(bytes); return status; } } } OBEXError status; status = [mSession OBEXPut:isLastChunk headersData:(bytes ? (void*)CFDataGetBytePtr(bytes) : NULL) headersDataLength:(bytes ? CFDataGetLength(bytes) : 0) bodyData:(mutableData ? [mutableData mutableBytes] : NULL) bodyDataLength:(mutableData ? [mutableData length] : 0) eventSelector:mClientEventSelector selectorTarget:mClient refCon:NULL]; if (bytes) mHeadersDataRef = bytes; if (mutableData) { [mutableData retain]; [mSentBodyData release]; mSentBodyData = mutableData; if (status == kOBEXSuccess) { if ([[mClient delegate] respondsToSelector:@selector(client:didSendDataOfLength:)]) { [[mClient delegate] client:mClient didSendDataOfLength:[mutableData length]]; } } } return status; } - (OBEXError)sendNextRequestPacket { if (_debug) NSLog(@"[BBOBEXPutRequest] sendNextRequestPacket"); BOOL isLastChunk; NSMutableData *mutableData = [self readNextChunkForHeaderLength:0 isLastChunk:&isLastChunk]; if (!mutableData) return kOBEXInternalError; OBEXError status = [mSession OBEXPut:isLastChunk headersData:NULL headersDataLength:0 bodyData:[mutableData mutableBytes] bodyDataLength:[mutableData length] eventSelector:mClientEventSelector selectorTarget:mClient refCon:NULL]; [mutableData retain]; [mSentBodyData release]; mSentBodyData = mutableData; if (status == kOBEXSuccess) { if ([[mClient delegate] respondsToSelector:@selector(client:didSendDataOfLength:)]) { [[mClient delegate] client:mClient didSendDataOfLength:[mutableData length]]; } } return status; } - (void)finishedWithError:(OBEXError)error responseCode:(int)responseCode { if (_debug) NSLog(@"[BBOBEXPutRequest] finishedWithError: %d", error); mFinished = YES; if ([[mClient delegate] respondsToSelector:@selector(client:didFinishPutRequestForStream:error:response:)]) { [[mClient delegate] client:mClient didFinishPutRequestForStream:mInputStream error:error response:[BBOBEXResponse responseWithCode:responseCode headers:mResponseHeaders]]; } } - (BOOL)readOBEXResponseHeaders:(BBMutableOBEXHeaderSet **)responseHeaders andResponseCode:(int *)responseCode fromSessionEvent:(const OBEXSessionEvent *)event { if (event->type != kOBEXSessionEventTypePutCommandResponseReceived) return NO; const OBEXPutCommandResponseData *resp = &event->u.putCommandResponseData; *responseCode = resp->serverResponseOpCode; BBMutableOBEXHeaderSet *headers = [BBMutableOBEXHeaderSet headerSet]; if ([headers addHeadersFromHeadersData:resp->headerDataPtr length:resp->headerDataLength]) { *responseHeaders = headers; } return YES; } - (void)dealloc { if (mHeadersDataRef) CFRelease(mHeadersDataRef); [mSentBodyData release]; [mInputStream release]; [super dealloc]; } @end @implementation BBOBEXGetRequest - (id)initWithClient:(BBBluetoothOBEXClient *)client eventSelector:(SEL)selector session:(OBEXSession *)session outputStream:(NSOutputStream *)outputStream { self = [super initWithClient:client eventSelector:selector session:session]; mOutputStream = [outputStream retain]; return self; } - (OBEXError)beginWithHeaders:(BBOBEXHeaderSet *)headers { if (_debug) NSLog(@"[BBOBEXGetRequest] beginWithHeaders (%d headers)", [headers count]); if (mOutputStream == nil || [mOutputStream streamStatus] != NSStreamStatusOpen) return kOBEXBadArgumentError; mTotalGetLength = 0; CFMutableDataRef bytes = (CFMutableDataRef)[headers toBytes]; if (!bytes && [headers count] > 0) return kOBEXInternalError; OBEXError status = [mSession OBEXGet:YES headers:(bytes ? (void *)CFDataGetBytePtr(bytes) : NULL) headersLength:(bytes ? CFDataGetLength(bytes) : 0) eventSelector:mClientEventSelector selectorTarget:mClient refCon:NULL]; if (bytes) mHeadersDataRef = bytes; return status; } - (void)receivedResponseWithHeaders:(BBMutableOBEXHeaderSet *)responseHeaders { if (_debug) NSLog(@"[BBOBEXGetRequest] receivedResponseWithHeaders"); // don't pass body/end-of-body headers onto client delegate NSData *bodyData = [responseHeaders valueForByteSequenceHeader:kOBEXHeaderIDBody]; NSData *endOfBodyData = [responseHeaders valueForByteSequenceHeader:kOBEXHeaderIDEndOfBody]; [responseHeaders removeValueForHeader:kOBEXHeaderIDBody]; [responseHeaders removeValueForHeader:kOBEXHeaderIDEndOfBody]; // super impl. stores response headers to pass them onto delegate later [super receivedResponseWithHeaders:responseHeaders]; int totalBytesReceived = 0; if (bodyData) { if ([mOutputStream write:[bodyData bytes] maxLength:[bodyData length]] < 0) totalBytesReceived = -1; else totalBytesReceived += [bodyData length]; } if (endOfBodyData && totalBytesReceived != -1) { if ([mOutputStream write:[endOfBodyData bytes] maxLength:[endOfBodyData length]] < 0) totalBytesReceived = -1; else totalBytesReceived += [endOfBodyData length]; } if (totalBytesReceived < 0) { if (_debug) NSLog(@"[BBOBEXGetRequest] error writing to output stream"); return; } // read length (in initial headers) - ok if zero (key not present) mTotalGetLength = [mResponseHeaders valueForLengthHeader]; if (totalBytesReceived > 0) { if ([[mClient delegate] respondsToSelector:@selector(client:didReceiveDataOfLength:ofTotalLength:)]) { [[mClient delegate] client:mClient didReceiveDataOfLength:totalBytesReceived ofTotalLength:mTotalGetLength]; } } } - (OBEXError)sendNextRequestPacket { // Previous GET request packet was successful, and we need to send another // packet to get more data. return [mSession OBEXGet:YES headers:NULL headersLength:0 eventSelector:mClientEventSelector selectorTarget:mClient refCon:NULL]; } - (void)finishedWithError:(OBEXError)error responseCode:(int)responseCode { if (_debug) NSLog(@"[BBOBEXGetRequest] finishedWithError: %d", error); mFinished = YES; if ([[mClient delegate] respondsToSelector:@selector(client:didFinishGetRequestForStream:error:response:)]) { [[mClient delegate] client:mClient didFinishGetRequestForStream:mOutputStream error:error response:[BBOBEXResponse responseWithCode:responseCode headers:mResponseHeaders]]; } } - (BOOL)readOBEXResponseHeaders:(BBMutableOBEXHeaderSet **)responseHeaders andResponseCode:(int *)responseCode fromSessionEvent:(const OBEXSessionEvent *)event { if (event->type != kOBEXSessionEventTypeGetCommandResponseReceived) return NO; const OBEXGetCommandResponseData *resp = &event->u.getCommandResponseData; *responseCode = resp->serverResponseOpCode; BBMutableOBEXHeaderSet *headers = [BBMutableOBEXHeaderSet headerSet]; if ([headers addHeadersFromHeadersData:resp->headerDataPtr length:resp->headerDataLength]) { *responseHeaders = headers; } return YES; } - (void)dealloc { if (mHeadersDataRef) CFRelease(mHeadersDataRef); [mOutputStream release]; [super dealloc]; } @end @implementation BBOBEXSetPathRequest - (id)initWithClient:(BBBluetoothOBEXClient *)client eventSelector:(SEL)selector session:(OBEXSession *)session changeToParentDirectoryFirst:(BOOL)changeToParentDirectoryFirst createDirectoriesIfNeeded:(BOOL)createDirectoriesIfNeeded { self = [super initWithClient:client eventSelector:selector session:session]; mRequestFlags = 0; if (changeToParentDirectoryFirst) mRequestFlags |= 1; if (!createDirectoriesIfNeeded) mRequestFlags |= 2; return self; } - (OBEXError)beginWithHeaders:(BBOBEXHeaderSet *)headers { if (_debug) NSLog(@"[BBOBEXSetPathRequest] beginWithHeaders (%d headers)", [headers count]); CFMutableDataRef bytes = (CFMutableDataRef)[headers toBytes]; if (!bytes && [headers count] > 0) return kOBEXInternalError; OBEXError status = [mSession OBEXSetPath:mRequestFlags constants:0 optionalHeaders:(bytes ? (void *)CFDataGetBytePtr(bytes) : NULL) optionalHeadersLength:(bytes ? CFDataGetLength(bytes) : 0) eventSelector:mClientEventSelector selectorTarget:mClient refCon:NULL]; if (bytes) mHeadersDataRef = bytes; return status; } - (void)finishedWithError:(OBEXError)error responseCode:(int)responseCode { if (_debug) NSLog(@"[BBOBEXSetPathRequest] finishedWithError: %d", error); mFinished = YES; if ([[mClient delegate] respondsToSelector:@selector(client:didFinishSetPathRequestWithError:response:)]) { [[mClient delegate] client:mClient didFinishSetPathRequestWithError:error response:[BBOBEXResponse responseWithCode:responseCode headers:mResponseHeaders]]; } } - (BOOL)readOBEXResponseHeaders:(BBMutableOBEXHeaderSet **)responseHeaders andResponseCode:(int *)responseCode fromSessionEvent:(const OBEXSessionEvent *)event { if (event->type != kOBEXSessionEventTypeSetPathCommandResponseReceived) return NO; const OBEXSetPathCommandResponseData *resp = &event->u.setPathCommandResponseData; *responseCode = resp->serverResponseOpCode; BBMutableOBEXHeaderSet *headers = [BBMutableOBEXHeaderSet headerSet]; if ([headers addHeadersFromHeadersData:resp->headerDataPtr length:resp->headerDataLength]) { *responseHeaders = headers; } return YES; } - (void)dealloc { if (mHeadersDataRef) CFRelease(mHeadersDataRef); [super dealloc]; } @end @implementation BBOBEXAbortRequest - (id)initWithClient:(BBBluetoothOBEXClient *)client eventSelector:(SEL)selector session:(OBEXSession *)session currentRequestStream:(NSStream *)stream { self = [super initWithClient:client eventSelector:selector session:session]; mStream = [stream retain]; return self; } - (OBEXError)beginWithHeaders:(BBOBEXHeaderSet *)headers { if (_debug) NSLog(@"[BBOBEXAbortRequest] beginWithHeaders (%d headers)", [headers count]); CFMutableDataRef bytes = (CFMutableDataRef)[headers toBytes]; if (!bytes && [headers count] > 0) return kOBEXInternalError; return [mSession OBEXAbort:(bytes ? (void *)CFDataGetBytePtr(bytes) : NULL) optionalHeadersLength:(bytes ? CFDataGetLength(bytes) : 0) eventSelector:mClientEventSelector selectorTarget:mClient refCon:NULL]; } - (void)finishedWithError:(OBEXError)error responseCode:(int)responseCode { if (_debug) NSLog(@"[BBOBEXAbortRequest] finishedWithError: %d", error); mFinished = YES; if ([[mClient delegate] respondsToSelector:@selector(client:didAbortRequestWithStream:error:response:)]) { [[mClient delegate] client:mClient didAbortRequestWithStream:mStream error:error response:[BBOBEXResponse responseWithCode:responseCode headers:mResponseHeaders]]; } } - (BOOL)readOBEXResponseHeaders:(BBMutableOBEXHeaderSet **)responseHeaders andResponseCode:(int *)responseCode fromSessionEvent:(const OBEXSessionEvent *)event { if (event->type != kOBEXSessionEventTypeAbortCommandResponseReceived) return NO; const OBEXAbortCommandResponseData *resp = &event->u.abortCommandResponseData; *responseCode = resp->serverResponseOpCode; BBMutableOBEXHeaderSet *headers = [BBMutableOBEXHeaderSet headerSet]; if ([headers addHeadersFromHeadersData:resp->headerDataPtr length:resp->headerDataLength]) { *responseHeaders = headers; } return YES; } - (void)dealloc { [mStream release]; [super dealloc]; } @end
24,127
BBOBEXRequest
m
en
limbo
code
{"qsc_code_num_words": 1822, "qsc_code_num_chars": 24127.0, "qsc_code_mean_word_length": 8.63007684, "qsc_code_frac_words_unique": 0.19264544, "qsc_code_frac_chars_top_2grams": 0.00845841, "qsc_code_frac_chars_top_3grams": 0.01450013, "qsc_code_frac_chars_top_4grams": 0.02003307, "qsc_code_frac_chars_dupe_5grams": 0.55005088, "qsc_code_frac_chars_dupe_6grams": 0.49910964, "qsc_code_frac_chars_dupe_7grams": 0.47443399, "qsc_code_frac_chars_dupe_8grams": 0.45923429, "qsc_code_frac_chars_dupe_9grams": 0.44295345, "qsc_code_frac_chars_dupe_10grams": 0.43436785, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.00250892, "qsc_code_frac_chars_whitespace": 0.25660049, "qsc_code_size_file_byte": 24127.0, "qsc_code_num_lines": 704.0, "qsc_code_num_chars_line_max": 115.0, "qsc_code_num_chars_line_mean": 34.27130682, "qsc_code_frac_chars_alphabet": 0.87416369, "qsc_code_frac_chars_comments": 0.00965723, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.4567474, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.00346021, "qsc_code_frac_chars_string_length": 0.03812832, "qsc_code_frac_chars_long_word_length": 0.00778471, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0}
1
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0}
0-1-0/lightblue-0.4
src/mac/LightAquaBlue/BBBluetoothOBEXServer.m
/* * Copyright (c) 2009 Bea Lam. All rights reserved. * * This file is part of LightBlue. * * LightBlue is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * LightBlue is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with LightBlue. If not, see <http://www.gnu.org/licenses/>. */ // // BBBluetoothOBEXServer.m // LightAquaBlue // #import "BBBluetoothOBEXServer.h" #import "BBOBEXRequestHandler.h" #import "BBOBEXHeaderSet.h" #import <IOBluetooth/objc/OBEXSession.h> #import <IOBluetooth/objc/IOBluetoothOBEXSession.h> #define DEBUG_NAME @"[BBBluetoothOBEXServer] " static BOOL _debug = NO; @implementation BBBluetoothOBEXServer - (void)errorOccurred:(OBEXError)error description:(NSString *)description { if (_debug) NSLog(DEBUG_NAME @"errorOccurred: %d description: %@", error, description); if ([mDelegate respondsToSelector:@selector(server:errorOccurred:description:)]) { [mDelegate server:self errorOccurred:error description:description]; } } + (id)serverWithIncomingRFCOMMChannel:(IOBluetoothRFCOMMChannel *)channel delegate:(id)delegate { return [[[BBBluetoothOBEXServer alloc] initWithIncomingRFCOMMChannel:channel delegate:delegate] autorelease]; } - (id)initWithIncomingRFCOMMChannel:(IOBluetoothRFCOMMChannel *)channel delegate:(id)delegate { self = [super init]; mChannel = [channel retain]; mDelegate = delegate; return self; } - (BBOBEXRequestHandler *)handlerForEventType:(OBEXSessionEventType)type { BBOBEXRequestHandler *handler = nil; SEL selector = @selector(handleSessionEvent:); switch (type) { case kOBEXSessionEventTypeConnectCommandReceived: handler = [[BBOBEXConnectRequestHandler alloc] initWithServer:self eventSelector:selector session:mSession]; break; case kOBEXSessionEventTypeDisconnectCommandReceived: handler = [[BBOBEXDisconnectRequestHandler alloc] initWithServer:self eventSelector:selector session:mSession]; break; case kOBEXSessionEventTypePutCommandReceived: handler = [[BBOBEXPutRequestHandler alloc] initWithServer:self eventSelector:selector session:mSession]; break; case kOBEXSessionEventTypeGetCommandReceived: handler = [[BBOBEXGetRequestHandler alloc] initWithServer:self eventSelector:selector session:mSession]; break; case kOBEXSessionEventTypeSetPathCommandReceived: handler = [[BBOBEXSetPathRequestHandler alloc] initWithServer:self eventSelector:selector session:mSession]; break; } [handler autorelease]; return handler; } - (void)channelClosed:(IOBluetoothUserNotification *)notification channel:(IOBluetoothRFCOMMChannel *)channel { if (_debug) NSLog(DEBUG_NAME @"RFCOMM channel closed!"); if (mSession) { [self errorOccurred:kOBEXSessionTransportDiedError description:@"Bluetooth transport connection died"]; } if (channel == mChannel) [self close]; } - (void)run { if (mChannel) { IOBluetoothOBEXSession *session = [IOBluetoothOBEXSession withIncomingRFCOMMChannel:mChannel eventSelector:@selector(handleSessionEvent:) selectorTarget:self refCon:NULL]; mSession = [session retain]; mChannelNotif = [mChannel registerForChannelCloseNotification:self selector:@selector(channelClosed:channel:)]; } else if (mSession) { // for internal testing //NSLog(@"send dummy event"); // dummy event - event selector doesn't seem to get set otherwise if // I just call setEventSelector:target:refCon: [mSession OBEXConnectResponse:kOBEXResponseCodeSuccessWithFinalBit flags:0 maxPacketLength:1024 optionalHeaders:NULL optionalHeadersLength:0 eventSelector:@selector(handleSessionEvent:) selectorTarget:self refCon:NULL]; } } - (void)close { if (_debug) NSLog(DEBUG_NAME @"close"); [mChannelNotif unregister]; mChannelNotif = nil; // must set the event selector and target to NULL, otherwise the // OBEXSession might continue to try to send us events (e.g. if there's // a link error) if (mSession) [mSession setEventSelector:NULL target:nil refCon:NULL]; [mCurrentRequestHandler release]; mCurrentRequestHandler = nil; [mChannel release]; mChannel = nil; [mSession release]; mSession = nil; } - (void)setResponseCodeForCurrentRequest:(int)responseCode { if (mCurrentRequestHandler) [mCurrentRequestHandler setNextResponseCode:responseCode]; } - (void)addResponseHeadersForCurrentRequest:(BBOBEXHeaderSet *)responseHeaders { if (mCurrentRequestHandler) [mCurrentRequestHandler addResponseHeaders:responseHeaders]; } - (void)handleSessionEvent:(const OBEXSessionEvent *)event { if (_debug) NSLog(DEBUG_NAME @"handleSessionEvent %d", event->type); if (event->type == kOBEXSessionEventTypeError) { if (mCurrentRequestHandler) { [self errorOccurred:event->u.errorData.error description:@"Error occurred during client request"]; } else { [self errorOccurred:event->u.errorData.error description:@"Error occurred while server was idle"]; } } else if (event->type == kOBEXSessionEventTypeAbortCommandReceived) { if (mCurrentRequestHandler) { if (_debug) NSLog(DEBUG_NAME @"Aborting current request..."); [mCurrentRequestHandler handleRequestAborted]; } else { if (_debug) NSLog(DEBUG_NAME @"Got Abort request, but no request to abort"); // not really an error, so errorOccurred: not called } } else { if (_debug) NSLog(DEBUG_NAME @"Received client request"); if (!mCurrentRequestHandler) { mCurrentRequestHandler = [self handlerForEventType:event->type]; if (!mCurrentRequestHandler) { [self errorOccurred:kOBEXGeneralError description:[NSString stringWithFormat:@"Server received unknown event: %d", event->type]]; return; } [mCurrentRequestHandler retain]; } if (_debug) NSLog(DEBUG_NAME @"Found handler, %@", mCurrentRequestHandler); BOOL requestFinished = [mCurrentRequestHandler handleRequestEvent:event]; if (requestFinished) { if (_debug) NSLog(DEBUG_NAME @"Finished request"); [mCurrentRequestHandler release]; mCurrentRequestHandler = nil; } } } - (void)setOBEXSession:(OBEXSession *)session { [session retain]; [mSession release]; mSession = session; } - (void)setDelegate:(id)delegate { mDelegate = delegate; } - (id)delegate { return mDelegate; } + (void)setDebug:(BOOL)debug { _debug = debug; [BBOBEXRequestHandler setDebug:debug]; } - (void)dealloc { [self close]; [super dealloc]; } @end
8,786
BBBluetoothOBEXServer
m
en
limbo
code
{"qsc_code_num_words": 650, "qsc_code_num_chars": 8786.0, "qsc_code_mean_word_length": 7.88, "qsc_code_frac_words_unique": 0.37230769, "qsc_code_frac_chars_top_2grams": 0.01757126, "qsc_code_frac_chars_top_3grams": 0.02108551, "qsc_code_frac_chars_top_4grams": 0.02987114, "qsc_code_frac_chars_dupe_5grams": 0.18918391, "qsc_code_frac_chars_dupe_6grams": 0.13627489, "qsc_code_frac_chars_dupe_7grams": 0.11557985, "qsc_code_frac_chars_dupe_8grams": 0.0894182, "qsc_code_frac_chars_dupe_9grams": 0.07692308, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.00188292, "qsc_code_frac_chars_whitespace": 0.33507853, "qsc_code_size_file_byte": 8786.0, "qsc_code_num_lines": 258.0, "qsc_code_num_chars_line_max": 116.0, "qsc_code_num_chars_line_mean": 34.05426357, "qsc_code_frac_chars_alphabet": 0.87487162, "qsc_code_frac_chars_comments": 0.0267471, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.22009569, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.04233423, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0}
1
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0}
0-1-0/lightblue-0.4
src/mac/LightAquaBlue/BBOBEXResponse.h
/* * Copyright (c) 2009 Bea Lam. All rights reserved. * * This file is part of LightBlue. * * LightBlue is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * LightBlue is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with LightBlue. If not, see <http://www.gnu.org/licenses/>. */ // // BBOBEXResponse.h // LightAquaBlue // // Contains the details for an OBEX server response. // // This is used by BBBluetoothOBEXClient to pass the details of an OBEX // server response to its delegate. // #import <Cocoa/Cocoa.h> @class BBOBEXHeaderSet; @interface BBOBEXResponse : NSObject { int mCode; BBOBEXHeaderSet *mHeaders; } + (id)responseWithCode:(int)responseCode headers:(BBOBEXHeaderSet *)headers; - (id)initWithCode:(int)responseCode headers:(BBOBEXHeaderSet *)headers; /* * Returns the response code. * * Use the response codes listed in the OBEXOpCodeResponseValues enum in * <IOBluetooth/OBEX.h> to match against this response code. If the client * request was accepted by the OBEX server, this response code will be * kOBEXResponseCodeSuccessWithFinalBit. Otherwise, it will be set to one of * the other response codes that end with "WithFinalBit". */ - (int)responseCode; /* * Returns a string description of the response code. E.g. * kOBEXResponseCodeSuccessWithFinalBit translates to "Success". */ - (NSString *)responseCodeDescription; /* * Returns the response headers. */ - (BBOBEXHeaderSet *)allHeaders; @end
1,938
BBOBEXResponse
h
en
c
code
{"qsc_code_num_words": 250, "qsc_code_num_chars": 1938.0, "qsc_code_mean_word_length": 5.652, "qsc_code_frac_words_unique": 0.532, "qsc_code_frac_chars_top_2grams": 0.01769285, "qsc_code_frac_chars_top_3grams": 0.02760085, "qsc_code_frac_chars_top_4grams": 0.0403397, "qsc_code_frac_chars_dupe_5grams": 0.12031139, "qsc_code_frac_chars_dupe_6grams": 0.03963199, "qsc_code_frac_chars_dupe_7grams": 0.0, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.00317662, "qsc_code_frac_chars_whitespace": 0.1878225, "qsc_code_size_file_byte": 1938.0, "qsc_code_num_lines": 67.0, "qsc_code_num_chars_line_max": 77.0, "qsc_code_num_chars_line_mean": 28.92537313, "qsc_code_frac_chars_alphabet": 0.89453621, "qsc_code_frac_chars_comments": 0.78173375, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.14285714, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.0, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codec_frac_lines_func_ratio": 0.0, "qsc_codec_cate_bitsstdc": 0.0, "qsc_codec_nums_lines_main": 0, "qsc_codec_frac_lines_goto": 0.0, "qsc_codec_cate_var_zero": 0.0, "qsc_codec_score_lines_no_logic": 0.07142857, "qsc_codec_frac_lines_print": 0.0, "qsc_codec_frac_lines_preprocessor_directives": null}
1
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codec_frac_lines_func_ratio": 0, "qsc_codec_nums_lines_main": 0, "qsc_codec_score_lines_no_logic": 0, "qsc_codec_frac_lines_preprocessor_directives": 0, "qsc_codec_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/levels/rooms/sewerboss/SewerBossEntranceRoom.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.levels.rooms.sewerboss; import com.shatteredpixel.shatteredpixeldungeon.levels.Level; import com.shatteredpixel.shatteredpixeldungeon.levels.Terrain; import com.shatteredpixel.shatteredpixeldungeon.levels.painters.Painter; import com.shatteredpixel.shatteredpixeldungeon.levels.rooms.Room; import com.shatteredpixel.shatteredpixeldungeon.levels.rooms.standard.EntranceRoom; public class SewerBossEntranceRoom extends EntranceRoom { @Override public int minHeight() { return 6; } @Override public int minWidth() { return 8; } public void paint(Level level ) { Painter.fill( level, this, Terrain.WALL ); Painter.fill( level, this, 1, Terrain.EMPTY ); Painter.fill( level, left+1, top+1, width()-2, 1, Terrain.WALL_DECO); Painter.fill( level, left+1, top+2, width()-2, 1, Terrain.WATER); do { level.entrance = level.pointToCell(random(3)); } while (level.findMob(level.entrance) != null); Painter.set( level, level.entrance, Terrain.ENTRANCE ); for (Room.Door door : connected.values()) { door.set( Room.Door.Type.REGULAR ); if (door.y == top || door.y == top+1){ Painter.drawInside( level, this, door, 1, Terrain.WATER); } } } }
2,034
SewerBossEntranceRoom
java
en
java
code
{"qsc_code_num_words": 270, "qsc_code_num_chars": 2034.0, "qsc_code_mean_word_length": 5.48518519, "qsc_code_frac_words_unique": 0.48148148, "qsc_code_frac_chars_top_2grams": 0.06887238, "qsc_code_frac_chars_top_3grams": 0.15395003, "qsc_code_frac_chars_top_4grams": 0.17825793, "qsc_code_frac_chars_dupe_5grams": 0.29642134, "qsc_code_frac_chars_dupe_6grams": 0.14449696, "qsc_code_frac_chars_dupe_7grams": 0.0, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.01828909, "qsc_code_frac_chars_whitespace": 0.16666667, "qsc_code_size_file_byte": 2034.0, "qsc_code_num_lines": 65.0, "qsc_code_num_chars_line_max": 84.0, "qsc_code_num_chars_line_mean": 31.29230769, "qsc_code_frac_chars_alphabet": 0.85545723, "qsc_code_frac_chars_comments": 0.38397247, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.0625, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.0, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 1.0, "qsc_codejava_frac_lines_func_ratio": 0.09375, "qsc_codejava_score_lines_no_logic": 0.34375, "qsc_codejava_frac_words_no_modifier": 0.75, "qsc_codejava_frac_words_legal_var_name": null, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 1, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/levels/rooms/sewerboss/WalledGooRoom.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.levels.rooms.sewerboss; import com.shatteredpixel.shatteredpixeldungeon.actors.mobs.Goo; import com.shatteredpixel.shatteredpixeldungeon.levels.Level; import com.shatteredpixel.shatteredpixeldungeon.levels.Terrain; import com.shatteredpixel.shatteredpixeldungeon.levels.painters.Painter; import com.watabou.utils.Point; public class WalledGooRoom extends GooBossRoom { @Override public void paint(Level level) { Painter.fill( level, this, Terrain.WALL ); Painter.fill( level, this, 1 , Terrain.EMPTY_SP ); Painter.fill( level, this, 2 , Terrain.EMPTY ); int pillarW = (width()-2)/3; int pillarH = (height()-2)/3; Painter.fill(level, left+2, top+2, pillarW, 1, Terrain.WALL); Painter.fill(level, left+2, top+2, 1, pillarH, Terrain.WALL); Painter.fill(level, left+2, bottom-2, pillarW, 1, Terrain.WALL); Painter.fill(level, left+2, bottom-1-pillarH, 1, pillarH, Terrain.WALL); Painter.fill(level, right-1-pillarW, top+2, pillarW, 1, Terrain.WALL); Painter.fill(level, right-2, top+2, 1, pillarH, Terrain.WALL); Painter.fill(level, right-1-pillarW, bottom-2, pillarW, 1, Terrain.WALL); Painter.fill(level, right-2, bottom-1-pillarH, 1, pillarH, Terrain.WALL); for (Door door : connected.values()) { door.set(Door.Type.REGULAR); } Painter.fill( level, left + width()/2 - 1, top + height()/2 - 2, 2 + width()%2, 4 + height()%2, Terrain.WATER); Painter.fill( level, left + width()/2 - 2, top + height()/2 - 1, 4 + width()%2, 2 + height()%2, Terrain.WATER); setupGooNest(level); Goo boss = new Goo(); boss.pos = level.pointToCell(center()); level.mobs.add( boss ); } @Override public boolean canPlaceWater(Point p) { return false; } }
2,545
WalledGooRoom
java
en
java
code
{"qsc_code_num_words": 364, "qsc_code_num_chars": 2545.0, "qsc_code_mean_word_length": 4.97252747, "qsc_code_frac_words_unique": 0.37912088, "qsc_code_frac_chars_top_2grams": 0.07900552, "qsc_code_frac_chars_top_3grams": 0.11491713, "qsc_code_frac_chars_top_4grams": 0.09723757, "qsc_code_frac_chars_dupe_5grams": 0.39060773, "qsc_code_frac_chars_dupe_6grams": 0.27845304, "qsc_code_frac_chars_dupe_7grams": 0.21878453, "qsc_code_frac_chars_dupe_8grams": 0.20718232, "qsc_code_frac_chars_dupe_9grams": 0.17845304, "qsc_code_frac_chars_dupe_10grams": 0.16850829, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.0295082, "qsc_code_frac_chars_whitespace": 0.1611002, "qsc_code_size_file_byte": 2545.0, "qsc_code_num_lines": 71.0, "qsc_code_num_chars_line_max": 114.0, "qsc_code_num_chars_line_mean": 35.84507042, "qsc_code_frac_chars_alphabet": 0.81826698, "qsc_code_frac_chars_comments": 0.3064833, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.05405405, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.0, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 0.0, "qsc_codejava_frac_lines_func_ratio": 0.05405405, "qsc_codejava_score_lines_no_logic": 0.24324324, "qsc_codejava_frac_words_no_modifier": 0.66666667, "qsc_codejava_frac_words_legal_var_name": 1.0, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
1
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 0, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/levels/rooms/sewerboss/ThinPillarsGooRoom.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.levels.rooms.sewerboss; import com.shatteredpixel.shatteredpixeldungeon.actors.mobs.Goo; import com.shatteredpixel.shatteredpixeldungeon.levels.Level; import com.shatteredpixel.shatteredpixeldungeon.levels.Terrain; import com.shatteredpixel.shatteredpixeldungeon.levels.painters.Painter; import com.shatteredpixel.shatteredpixeldungeon.levels.rooms.connection.PerimeterRoom; public class ThinPillarsGooRoom extends GooBossRoom { @Override public void paint(Level level) { Painter.fill( level, this, Terrain.WALL ); Painter.fill( level, this, 1 , Terrain.WATER ); int pillarW = (width() == 14 ? 4: 2) + width()%2; int pillarH = (height() == 14 ? 4: 2) + height()%2; if (height() < 12){ Painter.fill(level, left + (width()-pillarW)/2, top+2, pillarW, 1, Terrain.WALL); Painter.fill(level, left + (width()-pillarW)/2, bottom-2, pillarW, 1, Terrain.WALL); } else { Painter.fill(level, left + (width()-pillarW)/2, top+3, pillarW, 1, Terrain.WALL); Painter.fill(level, left + (width()-pillarW)/2, bottom-3, pillarW, 1, Terrain.WALL); } if (width() < 12){ Painter.fill(level, left + 2, top + (height() - pillarH)/2, 1, pillarH, Terrain.WALL); Painter.fill(level, right - 2, top + (height() - pillarH)/2, 1, pillarH, Terrain.WALL); } else { Painter.fill(level, left + 3, top + (height() - pillarH)/2, 1, pillarH, Terrain.WALL); Painter.fill(level, right - 3, top + (height() - pillarH)/2, 1, pillarH, Terrain.WALL); } PerimeterRoom.fillPerimiterPaths(level, this, Terrain.EMPTY_SP); for (Door door : connected.values()) { door.set(Door.Type.REGULAR); } setupGooNest(level); Goo boss = new Goo(); boss.pos = level.pointToCell(center()); level.mobs.add( boss ); } }
2,584
ThinPillarsGooRoom
java
en
java
code
{"qsc_code_num_words": 346, "qsc_code_num_chars": 2584.0, "qsc_code_mean_word_length": 5.23988439, "qsc_code_frac_words_unique": 0.39306358, "qsc_code_frac_chars_top_2grams": 0.06067292, "qsc_code_frac_chars_top_3grams": 0.08825152, "qsc_code_frac_chars_top_4grams": 0.06618864, "qsc_code_frac_chars_dupe_5grams": 0.4605626, "qsc_code_frac_chars_dupe_6grams": 0.26089355, "qsc_code_frac_chars_dupe_7grams": 0.23000552, "qsc_code_frac_chars_dupe_8grams": 0.20849421, "qsc_code_frac_chars_dupe_9grams": 0.16878103, "qsc_code_frac_chars_dupe_10grams": 0.12686156, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.0260223, "qsc_code_frac_chars_whitespace": 0.16718266, "qsc_code_size_file_byte": 2584.0, "qsc_code_num_lines": 71.0, "qsc_code_num_chars_line_max": 91.0, "qsc_code_num_chars_line_mean": 36.3943662, "qsc_code_frac_chars_alphabet": 0.81644981, "qsc_code_frac_chars_comments": 0.30185759, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.05405405, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.0, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 0.0, "qsc_codejava_frac_lines_func_ratio": 0.02702703, "qsc_codejava_score_lines_no_logic": 0.18918919, "qsc_codejava_frac_words_no_modifier": 0.5, "qsc_codejava_frac_words_legal_var_name": 1.0, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
1
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 0, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/levels/rooms/sewerboss/ThickPillarsGooRoom.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.levels.rooms.sewerboss; import com.shatteredpixel.shatteredpixeldungeon.actors.mobs.Goo; import com.shatteredpixel.shatteredpixeldungeon.levels.Level; import com.shatteredpixel.shatteredpixeldungeon.levels.Terrain; import com.shatteredpixel.shatteredpixeldungeon.levels.painters.Painter; import com.shatteredpixel.shatteredpixeldungeon.levels.rooms.connection.PerimeterRoom; public class ThickPillarsGooRoom extends GooBossRoom { @Override public void paint(Level level) { Painter.fill( level, this, Terrain.WALL ); Painter.fill( level, this, 1 , Terrain.WATER ); int pillarW = (width()-8)/2; int pillarH = (height()-8)/2; Painter.fill(level, left+2, top+2, pillarW+1, pillarH+1, Terrain.WALL); Painter.fill(level, left+2, bottom-2-pillarH, pillarW+1, pillarH+1, Terrain.WALL); Painter.fill(level, right-2-pillarW, top+2, pillarW+1, pillarH+1, Terrain.WALL); Painter.fill(level, right-2-pillarW, bottom-2-pillarH, pillarW+1, pillarH+1, Terrain.WALL); PerimeterRoom.fillPerimiterPaths(level, this, Terrain.EMPTY_SP); for (Door door : connected.values()) { door.set(Door.Type.REGULAR); } setupGooNest(level); Goo boss = new Goo(); boss.pos = level.pointToCell(center()); level.mobs.add( boss ); } }
2,089
ThickPillarsGooRoom
java
en
java
code
{"qsc_code_num_words": 284, "qsc_code_num_chars": 2089.0, "qsc_code_mean_word_length": 5.47183099, "qsc_code_frac_words_unique": 0.46830986, "qsc_code_frac_chars_top_2grams": 0.06563707, "qsc_code_frac_chars_top_3grams": 0.14671815, "qsc_code_frac_chars_top_4grams": 0.14157014, "qsc_code_frac_chars_dupe_5grams": 0.39060489, "qsc_code_frac_chars_dupe_6grams": 0.17631918, "qsc_code_frac_chars_dupe_7grams": 0.14028314, "qsc_code_frac_chars_dupe_8grams": 0.14028314, "qsc_code_frac_chars_dupe_9grams": 0.14028314, "qsc_code_frac_chars_dupe_10grams": 0.1048906, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.02136031, "qsc_code_frac_chars_whitespace": 0.14839636, "qsc_code_size_file_byte": 2089.0, "qsc_code_num_lines": 58.0, "qsc_code_num_chars_line_max": 94.0, "qsc_code_num_chars_line_mean": 36.01724138, "qsc_code_frac_chars_alphabet": 0.85216414, "qsc_code_frac_chars_comments": 0.37338439, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.0, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.0, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 0.0, "qsc_codejava_frac_lines_func_ratio": 0.03703704, "qsc_codejava_score_lines_no_logic": 0.25925926, "qsc_codejava_frac_words_no_modifier": 0.5, "qsc_codejava_frac_words_legal_var_name": 1.0, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
1
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 0, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/levels/rooms/sewerboss/DiamondGooRoom.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.levels.rooms.sewerboss; import com.shatteredpixel.shatteredpixeldungeon.actors.mobs.Goo; import com.shatteredpixel.shatteredpixeldungeon.levels.Level; import com.shatteredpixel.shatteredpixeldungeon.levels.Terrain; import com.shatteredpixel.shatteredpixeldungeon.levels.painters.Painter; import com.watabou.utils.Point; public class DiamondGooRoom extends GooBossRoom { @Override public void paint(Level level) { Painter.fill( level, this, Terrain.WALL ); //we want the end width to be width()-2, and the width will grow by a total of (height()-4 - height()%2) int diamondWidth = width()-2 - (height()-4 - height()%2); //but starting width cannot be smaller than 2 on even width, 3 on odd width. diamondWidth = Math.max(diamondWidth, width()%2 == 0 ? 2 : 3); for (int i = 1; i < height(); i++){ Painter.fill( level, left + (width() - diamondWidth)/2, top+i, diamondWidth, height()-2*i, Terrain.EMPTY); diamondWidth += 2; if (diamondWidth >= width()) break; } for (Door door : connected.values()) { door.set( Door.Type.REGULAR ); Point dir; if (door.x == left){ dir = new Point(1, 0); } else if (door.y == top){ dir = new Point(0, 1); } else if (door.x == right){ dir = new Point(-1, 0); } else { dir = new Point(0, -1); } Point curr = new Point(door); do { Painter.set(level, curr, Terrain.EMPTY_SP); curr.x += dir.x; curr.y += dir.y; } while (level.map[level.pointToCell(curr)] == Terrain.WALL); } Painter.fill( level, left + width()/2 - 1, top + height()/2 - 2, 2 + width()%2, 4 + height()%2, Terrain.WATER); Painter.fill( level, left + width()/2 - 2, top + height()/2 - 1, 4 + width()%2, 2 + height()%2, Terrain.WATER); setupGooNest(level); Goo boss = new Goo(); boss.pos = level.pointToCell(center()); level.mobs.add( boss ); } @Override public boolean canPlaceWater(Point p) { return false; } }
2,764
DiamondGooRoom
java
en
java
code
{"qsc_code_num_words": 395, "qsc_code_num_chars": 2764.0, "qsc_code_mean_word_length": 4.72151899, "qsc_code_frac_words_unique": 0.40759494, "qsc_code_frac_chars_top_2grams": 0.02252011, "qsc_code_frac_chars_top_3grams": 0.10187668, "qsc_code_frac_chars_top_4grams": 0.09436997, "qsc_code_frac_chars_dupe_5grams": 0.19785523, "qsc_code_frac_chars_dupe_6grams": 0.07613941, "qsc_code_frac_chars_dupe_7grams": 0.0, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.02556054, "qsc_code_frac_chars_whitespace": 0.19319826, "qsc_code_size_file_byte": 2764.0, "qsc_code_num_lines": 82.0, "qsc_code_num_chars_line_max": 114.0, "qsc_code_num_chars_line_mean": 33.70731707, "qsc_code_frac_chars_alphabet": 0.81076233, "qsc_code_frac_chars_comments": 0.34732272, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.04166667, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.0, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 0.0, "qsc_codejava_frac_lines_func_ratio": 0.04166667, "qsc_codejava_score_lines_no_logic": 0.20833333, "qsc_codejava_frac_words_no_modifier": 0.66666667, "qsc_codejava_frac_words_legal_var_name": 1.0, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
1
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 0, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/levels/rooms/standard/MinefieldRoom.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.levels.rooms.standard; import com.shatteredpixel.shatteredpixeldungeon.levels.Level; import com.shatteredpixel.shatteredpixeldungeon.levels.Terrain; import com.shatteredpixel.shatteredpixeldungeon.levels.painters.Painter; import com.shatteredpixel.shatteredpixeldungeon.levels.rooms.standard.StandardRoom; import com.shatteredpixel.shatteredpixeldungeon.levels.traps.ExplosiveTrap; import com.watabou.utils.PathFinder; import com.watabou.utils.Random; public class MinefieldRoom extends StandardRoom { @Override public float[] sizeCatProbs() { return new float[]{4, 1, 0}; } @Override public void paint(Level level) { Painter.fill( level, this, Terrain.WALL ); Painter.fill( level, this, 1, Terrain.EMPTY ); for (Door door : connected.values()) { door.set( Door.Type.REGULAR ); } int mines = (int)Math.round(Math.sqrt(square())); switch (sizeCat){ case NORMAL: mines -= 3; break; case LARGE: mines += 3; break; case GIANT: mines += 9; break; } for (int i = 0; i < mines; i++ ){ int pos; do { pos = level.pointToCell(random(1)); } while (level.traps.get(pos) != null); //randomly places some embers around the mines for (int j = 0; j < 8; j ++){ int c = PathFinder.NEIGHBOURS8[Random.Int(8)]; if (level.traps.get(pos+c) == null && level.map[pos+c] == Terrain.EMPTY){ Painter.set(level, pos+c, Terrain.EMBERS); } } Painter.set(level, pos, Terrain.SECRET_TRAP); level.setTrap(new ExplosiveTrap().hide(), pos); } } }
2,363
MinefieldRoom
java
en
java
code
{"qsc_code_num_words": 316, "qsc_code_num_chars": 2363.0, "qsc_code_mean_word_length": 5.28164557, "qsc_code_frac_words_unique": 0.48417722, "qsc_code_frac_chars_top_2grams": 0.03774715, "qsc_code_frac_chars_top_3grams": 0.13660875, "qsc_code_frac_chars_top_4grams": 0.15817855, "qsc_code_frac_chars_dupe_5grams": 0.24086279, "qsc_code_frac_chars_dupe_6grams": 0.1018574, "qsc_code_frac_chars_dupe_7grams": 0.0, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.01547988, "qsc_code_frac_chars_whitespace": 0.17985612, "qsc_code_size_file_byte": 2363.0, "qsc_code_num_lines": 81.0, "qsc_code_num_chars_line_max": 84.0, "qsc_code_num_chars_line_mean": 29.17283951, "qsc_code_frac_chars_alphabet": 0.84571723, "qsc_code_frac_chars_comments": 0.34997884, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.10416667, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.0, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 0.0, "qsc_codejava_frac_lines_func_ratio": 0.02083333, "qsc_codejava_score_lines_no_logic": 0.20833333, "qsc_codejava_frac_words_no_modifier": 0.5, "qsc_codejava_frac_words_legal_var_name": 1.0, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
1
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 0, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/levels/rooms/standard/HallwayRoom.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.levels.rooms.standard; import com.shatteredpixel.shatteredpixeldungeon.levels.Level; import com.shatteredpixel.shatteredpixeldungeon.levels.Terrain; import com.shatteredpixel.shatteredpixeldungeon.levels.painters.Painter; import com.shatteredpixel.shatteredpixeldungeon.levels.rooms.standard.EmptyRoom; import com.watabou.utils.GameMath; import com.watabou.utils.Point; import com.watabou.utils.PointF; import com.watabou.utils.Random; import com.watabou.utils.Rect; public class HallwayRoom extends EmptyRoom { //FIXME lots of copy-pasta from tunnel rooms here @Override public void paint(Level level) { Painter.fill( level, this, Terrain.WALL ); Painter.fill( level, this, 1 , Terrain.EMPTY ); if (connected.size() < 2){ //don't want to make a hallway between doors that don't exist return; } Rect c = getConnectionSpace(); for (Door door : connected.values()) { Point start; Point mid; Point end; start = new Point(door); if (start.x == left) start.x++; else if (start.y == top) start.y++; else if (start.x == right) start.x--; else if (start.y == bottom) start.y--; int rightShift; int downShift; if (start.x < c.left) rightShift = c.left - start.x; else if (start.x > c.right) rightShift = c.right - start.x; else rightShift = 0; if (start.y < c.top) downShift = c.top - start.y; else if (start.y > c.bottom) downShift = c.bottom - start.y; else downShift = 0; //always goes inward first if (door.x == left || door.x == right){ mid = new Point(start.x + rightShift, start.y); end = new Point(mid.x, mid.y + downShift); } else { mid = new Point(start.x, start.y + downShift); end = new Point(mid.x + rightShift, mid.y); } Painter.drawLine( level, start, mid, Terrain.EMPTY_SP ); Painter.drawLine( level, mid, end, Terrain.EMPTY_SP ); } for (Door door : connected.values()) { door.set( Door.Type.REGULAR ); } } //returns the space which all doors must connect to (usually 1 cell, but can be more) //Note that, like rooms, this space is inclusive to its right and bottom sides protected Rect getConnectionSpace(){ Point c = connected.size() <= 1 ? center() : getDoorCenter(); return new Rect(c.x, c.y, c.x, c.y); } //returns a point equidistant from all doors this room has protected final Point getDoorCenter(){ PointF doorCenter = new PointF(0, 0); for (Door door : connected.values()) { doorCenter.x += door.x; doorCenter.y += door.y; } Point c = new Point((int)doorCenter.x / connected.size(), (int)doorCenter.y / connected.size()); if (Random.Float() < doorCenter.x % 1) c.x++; if (Random.Float() < doorCenter.y % 1) c.y++; c.x = (int) GameMath.gate(left+2, c.x, right-2); c.y = (int)GameMath.gate(top+2, c.y, bottom-2); return c; } }
3,741
HallwayRoom
java
en
java
code
{"qsc_code_num_words": 536, "qsc_code_num_chars": 3741.0, "qsc_code_mean_word_length": 4.68656716, "qsc_code_frac_words_unique": 0.33022388, "qsc_code_frac_chars_top_2grams": 0.02388535, "qsc_code_frac_chars_top_3grams": 0.07563694, "qsc_code_frac_chars_top_4grams": 0.08757962, "qsc_code_frac_chars_dupe_5grams": 0.23686306, "qsc_code_frac_chars_dupe_6grams": 0.10788217, "qsc_code_frac_chars_dupe_7grams": 0.0, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.01045531, "qsc_code_frac_chars_whitespace": 0.20743117, "qsc_code_size_file_byte": 3741.0, "qsc_code_num_lines": 121.0, "qsc_code_num_chars_line_max": 99.0, "qsc_code_num_chars_line_mean": 30.91735537, "qsc_code_frac_chars_alphabet": 0.83676223, "qsc_code_frac_chars_comments": 0.30419674, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.04411765, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.0, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.00826446, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 0.0, "qsc_codejava_frac_lines_func_ratio": 0.02941176, "qsc_codejava_score_lines_no_logic": 0.27941176, "qsc_codejava_frac_words_no_modifier": 0.66666667, "qsc_codejava_frac_words_legal_var_name": 1.0, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
1
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 0, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/levels/rooms/standard/RuinsRoom.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.levels.rooms.standard; import com.shatteredpixel.shatteredpixeldungeon.levels.Level; import com.shatteredpixel.shatteredpixeldungeon.levels.Terrain; import com.shatteredpixel.shatteredpixeldungeon.levels.painters.Painter; public class RuinsRoom extends PatchRoom { @Override public float[] sizeCatProbs() { return new float[]{9, 3, 1}; } @Override public void paint(Level level) { Painter.fill( level, this, Terrain.WALL ); Painter.fill( level, this, 1 , Terrain.EMPTY ); for (Door door : connected.values()) { door.set( Door.Type.REGULAR ); } //fill scales from ~10% at 4x4, to ~25% at 18x18 // normal ~20% to ~25% // large ~25% to ~30% // giant ~30% to ~35% float fill = .2f + (width()*height())/2048f; setupPatch(level, fill, 0, true); cleanDiagonalEdges(); for (int i = top + 1; i < bottom; i++) { for (int j = left + 1; j < right; j++) { if (patch[xyToPatchCoords(j, i)]) { int cell = i * level.width() + j; level.map[cell] = Terrain.WALL; } } } } }
1,871
RuinsRoom
java
en
java
code
{"qsc_code_num_words": 257, "qsc_code_num_chars": 1871.0, "qsc_code_mean_word_length": 5.0, "qsc_code_frac_words_unique": 0.56031128, "qsc_code_frac_chars_top_2grams": 0.05291829, "qsc_code_frac_chars_top_3grams": 0.11828794, "qsc_code_frac_chars_top_4grams": 0.13696498, "qsc_code_frac_chars_dupe_5grams": 0.18054475, "qsc_code_frac_chars_dupe_6grams": 0.04357977, "qsc_code_frac_chars_dupe_7grams": 0.0, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.03406814, "qsc_code_frac_chars_whitespace": 0.19989311, "qsc_code_size_file_byte": 1871.0, "qsc_code_num_lines": 61.0, "qsc_code_num_chars_line_max": 73.0, "qsc_code_num_chars_line_mean": 30.67213115, "qsc_code_frac_chars_alphabet": 0.8243153, "qsc_code_frac_chars_comments": 0.48156066, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.06896552, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.0, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 0.0, "qsc_codejava_frac_lines_func_ratio": 0.03448276, "qsc_codejava_score_lines_no_logic": 0.17241379, "qsc_codejava_frac_words_no_modifier": 0.5, "qsc_codejava_frac_words_legal_var_name": 1.0, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
1
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 0, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/CavesPainter.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.levels.painters; import com.shatteredpixel.shatteredpixeldungeon.levels.Level; import com.shatteredpixel.shatteredpixeldungeon.levels.Terrain; import com.shatteredpixel.shatteredpixeldungeon.levels.rooms.Room; import com.shatteredpixel.shatteredpixeldungeon.levels.rooms.connection.ConnectionRoom; import com.shatteredpixel.shatteredpixeldungeon.levels.rooms.standard.CaveRoom; import com.shatteredpixel.shatteredpixeldungeon.levels.rooms.standard.EmptyRoom; import com.shatteredpixel.shatteredpixeldungeon.levels.rooms.standard.StandardRoom; import com.shatteredpixel.shatteredpixeldungeon.tiles.DungeonTileSheet; import com.watabou.utils.Random; import com.watabou.utils.Rect; import java.util.ArrayList; public class CavesPainter extends RegularPainter { @Override protected void decorate(Level level, ArrayList<Room> rooms) { int w = level.width(); int l = level.length(); int[] map = level.map; for (Room room : rooms) { if (!(room instanceof EmptyRoom || room instanceof CaveRoom)) { continue; } if (room.width() <= 4 || room.height() <= 4) { continue; } int s = room.square(); if (Random.Int( s ) > 8) { int corner = (room.left + 1) + (room.top + 1) * w; if (map[corner - 1] == Terrain.WALL && map[corner - w] == Terrain.WALL) { map[corner] = Terrain.WALL; level.traps.remove(corner); } } if (Random.Int( s ) > 8) { int corner = (room.right - 1) + (room.top + 1) * w; if (map[corner + 1] == Terrain.WALL && map[corner - w] == Terrain.WALL) { map[corner] = Terrain.WALL; level.traps.remove(corner); } } if (Random.Int( s ) > 8) { int corner = (room.left + 1) + (room.bottom - 1) * w; if (map[corner - 1] == Terrain.WALL && map[corner + w] == Terrain.WALL) { map[corner] = Terrain.WALL; level.traps.remove(corner); } } if (Random.Int( s ) > 8) { int corner = (room.right - 1) + (room.bottom - 1) * w; if (map[corner + 1] == Terrain.WALL && map[corner + w] == Terrain.WALL) { map[corner] = Terrain.WALL; level.traps.remove(corner); } } for (Room n : room.connected.keySet()) { if ((n instanceof StandardRoom || n instanceof ConnectionRoom) && Random.Int( 3 ) == 0) { Painter.set( level, room.connected.get( n ), Terrain.EMPTY_DECO ); } } } for (int i=w + 1; i < l - w; i++) { if (map[i] == Terrain.EMPTY) { int n = 0; if (map[i+1] == Terrain.WALL) { n++; } if (map[i-1] == Terrain.WALL) { n++; } if (map[i+w] == Terrain.WALL) { n++; } if (map[i-w] == Terrain.WALL) { n++; } if (Random.Int( 6 ) <= n) { map[i] = Terrain.EMPTY_DECO; } } } for (int i=0; i < l - w; i++) { if (map[i] == Terrain.WALL && DungeonTileSheet.floorTile(map[i + w]) && Random.Int( 4 ) == 0) { map[i] = Terrain.WALL_DECO; } } for (Room r : rooms) { if (r instanceof EmptyRoom) { for (Room n : r.neigbours) { if (n instanceof EmptyRoom && !r.connected.containsKey( n )) { Rect i = r.intersect( n ); if (i.left == i.right && i.bottom - i.top >= 5) { i.top += 2; i.bottom -= 1; i.right++; Painter.fill( level, i.left, i.top, 1, i.height(), Terrain.CHASM ); } else if (i.top == i.bottom && i.right - i.left >= 5) { i.left += 2; i.right -= 1; i.bottom++; Painter.fill( level, i.left, i.top, i.width(), 1, Terrain.CHASM ); } } } } } } }
4,420
CavesPainter
java
en
java
code
{"qsc_code_num_words": 576, "qsc_code_num_chars": 4420.0, "qsc_code_mean_word_length": 4.65277778, "qsc_code_frac_words_unique": 0.26909722, "qsc_code_frac_chars_top_2grams": 0.0738806, "qsc_code_frac_chars_top_3grams": 0.12761194, "qsc_code_frac_chars_top_4grams": 0.13134328, "qsc_code_frac_chars_dupe_5grams": 0.44813433, "qsc_code_frac_chars_dupe_6grams": 0.4011194, "qsc_code_frac_chars_dupe_7grams": 0.32201493, "qsc_code_frac_chars_dupe_8grams": 0.23283582, "qsc_code_frac_chars_dupe_9grams": 0.22014925, "qsc_code_frac_chars_dupe_10grams": 0.22014925, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.01591114, "qsc_code_frac_chars_whitespace": 0.24638009, "qsc_code_size_file_byte": 4420.0, "qsc_code_num_lines": 153.0, "qsc_code_num_chars_line_max": 94.0, "qsc_code_num_chars_line_mean": 28.88888889, "qsc_code_frac_chars_alphabet": 0.78865206, "qsc_code_frac_chars_comments": 0.17669683, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.16513761, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.0, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 0.0, "qsc_codejava_frac_lines_func_ratio": 0.00917431, "qsc_codejava_score_lines_no_logic": 0.11926606, "qsc_codejava_frac_words_no_modifier": 0.5, "qsc_codejava_frac_words_legal_var_name": 1.0, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
1
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 0, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/levels/painters/Painter.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.levels.painters; import com.shatteredpixel.shatteredpixeldungeon.levels.Level; import com.shatteredpixel.shatteredpixeldungeon.levels.rooms.Room; import com.watabou.utils.Point; import com.watabou.utils.Rect; import java.util.ArrayList; import java.util.Arrays; public abstract class Painter { //If painters require additional parameters, they should // request them in their constructor or other methods //Painters take a level and its collection of rooms, and paint all the specific tile values public abstract boolean paint(Level level, ArrayList<Room> rooms); // Static methods public static void set( Level level, int cell, int value ) { level.map[cell] = value; } public static void set( Level level, int x, int y, int value ) { set( level, x + y * level.width(), value ); } public static void set( Level level, Point p, int value ) { set( level, p.x, p.y, value ); } public static void fill( Level level, int x, int y, int w, int h, int value ) { int width = level.width(); int pos = y * width + x; for (int i=y; i < y + h; i++, pos += width) { Arrays.fill( level.map, pos, pos + w, value ); } } public static void fill( Level level, Rect rect, int value ) { fill( level, rect.left, rect.top, rect.width(), rect.height(), value ); } public static void fill( Level level, Rect rect, int m, int value ) { fill( level, rect.left + m, rect.top + m, rect.width() - m*2, rect.height() - m*2, value ); } public static void fill( Level level, Rect rect, int l, int t, int r, int b, int value ) { fill( level, rect.left + l, rect.top + t, rect.width() - (l + r), rect.height() - (t + b), value ); } public static void drawLine( Level level, Point from, Point to, int value){ float x = from.x; float y = from.y; float dx = to.x - from.x; float dy = to.y - from.y; boolean movingbyX = Math.abs(dx) >= Math.abs(dy); //normalize if (movingbyX){ dy /= Math.abs(dx); dx /= Math.abs(dx); } else { dx /= Math.abs(dy); dy /= Math.abs(dy); } set(level, Math.round(x), Math.round(y), value); while((movingbyX && to.x != x) || (!movingbyX && to.y != y)){ x += dx; y += dy; set(level, Math.round(x), Math.round(y), value); } } public static void fillEllipse(Level level, Rect rect, int value ) { fillEllipse( level, rect.left, rect.top, rect.width(), rect.height(), value ); } public static void fillEllipse(Level level, Rect rect, int m, int value ) { fillEllipse( level, rect.left + m, rect.top + m, rect.width() - m*2, rect.height() - m*2, value ); } public static void fillEllipse(Level level, int x, int y, int w, int h, int value){ //radii double radH = h/2f; double radW = w/2f; //fills each row of the ellipse from top to bottom for( int i = 0; i < h; i++){ //y coordinate of the row for determining ellipsis width //always want to test the middle of a tile, hence the 0.5 shift double rowY = -radH + 0.5 + i; //equation is derived from ellipsis formula: y^2/radH^2 + x^2/radW^2 = 1 //solves for x and then doubles to get the width double rowW = 2.0 * Math.sqrt((radW * radW) * (1.0 - (rowY*rowY) / (radH * radH))); //need to round to nearest even or odd number, depending on width if ( w % 2 == 0 ){ rowW = Math.round(rowW / 2.0)*2.0; } else { rowW = Math.floor(rowW / 2.0)*2.0; rowW++; } int cell = x + (w - (int)rowW)/2 + ((y + i) * level.width()); Arrays.fill( level.map, cell, cell + (int)rowW, value ); } } public static Point drawInside( Level level, Room room, Point from, int n, int value ) { Point step = new Point(); if (from.x == room.left) { step.set( +1, 0 ); } else if (from.x == room.right) { step.set( -1, 0 ); } else if (from.y == room.top) { step.set( 0, +1 ); } else if (from.y == room.bottom) { step.set( 0, -1 ); } Point p = new Point( from ).offset( step ); for (int i=0; i < n; i++) { if (value != -1) { set( level, p, value ); } p.offset( step ); } return p; } }
4,878
Painter
java
en
java
code
{"qsc_code_num_words": 770, "qsc_code_num_chars": 4878.0, "qsc_code_mean_word_length": 4.04025974, "qsc_code_frac_words_unique": 0.26363636, "qsc_code_frac_chars_top_2grams": 0.04178721, "qsc_code_frac_chars_top_3grams": 0.05657345, "qsc_code_frac_chars_top_4grams": 0.06750241, "qsc_code_frac_chars_dupe_5grams": 0.35904854, "qsc_code_frac_chars_dupe_6grams": 0.28608165, "qsc_code_frac_chars_dupe_7grams": 0.2471874, "qsc_code_frac_chars_dupe_8grams": 0.18772099, "qsc_code_frac_chars_dupe_9grams": 0.18193507, "qsc_code_frac_chars_dupe_10grams": 0.18193507, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.01531555, "qsc_code_frac_chars_whitespace": 0.22365724, "qsc_code_size_file_byte": 4878.0, "qsc_code_num_lines": 163.0, "qsc_code_num_chars_line_max": 102.0, "qsc_code_num_chars_line_mean": 29.92638037, "qsc_code_frac_chars_alphabet": 0.80617903, "qsc_code_frac_chars_comments": 0.28085281, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.04123711, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.0, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 0.0, "qsc_codejava_frac_lines_func_ratio": 0.12371134, "qsc_codejava_score_lines_no_logic": 0.20618557, "qsc_codejava_frac_words_no_modifier": 0.92307692, "qsc_codejava_frac_words_legal_var_name": 1.0, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
1
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 0, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/levels/rooms/special/MagicWellRoom.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.levels.rooms.special; import com.shatteredpixel.shatteredpixeldungeon.actors.blobs.WaterOfAwareness; import com.shatteredpixel.shatteredpixeldungeon.actors.blobs.WaterOfHealth; import com.shatteredpixel.shatteredpixeldungeon.actors.blobs.WellWater; import com.shatteredpixel.shatteredpixeldungeon.levels.Level; import com.shatteredpixel.shatteredpixeldungeon.levels.Terrain; import com.shatteredpixel.shatteredpixeldungeon.levels.painters.Painter; import com.watabou.utils.Point; import com.watabou.utils.Random; public class MagicWellRoom extends SpecialRoom { private static final Class<?>[] WATERS = {WaterOfAwareness.class, WaterOfHealth.class}; public Class<?extends WellWater> overrideWater = null; public void paint( Level level ) { Painter.fill( level, this, Terrain.WALL ); Painter.fill( level, this, 1, Terrain.EMPTY ); Point c = center(); Painter.set( level, c.x, c.y, Terrain.WELL ); @SuppressWarnings("unchecked") Class<? extends WellWater> waterClass = overrideWater != null ? overrideWater : (Class<? extends WellWater>)Random.element( WATERS ); WellWater.seed(c.x + level.width() * c.y, 1, waterClass, level); entrance().set( Door.Type.REGULAR ); } }
2,053
MagicWellRoom
java
en
java
code
{"qsc_code_num_words": 259, "qsc_code_num_chars": 2053.0, "qsc_code_mean_word_length": 5.99227799, "qsc_code_frac_words_unique": 0.5019305, "qsc_code_frac_chars_top_2grams": 0.04639175, "qsc_code_frac_chars_top_3grams": 0.17139175, "qsc_code_frac_chars_top_4grams": 0.17010309, "qsc_code_frac_chars_dupe_5grams": 0.25579897, "qsc_code_frac_chars_dupe_6grams": 0.14239691, "qsc_code_frac_chars_dupe_7grams": 0.0, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.01088202, "qsc_code_frac_chars_whitespace": 0.14953726, "qsc_code_size_file_byte": 2053.0, "qsc_code_num_lines": 58.0, "qsc_code_num_chars_line_max": 79.0, "qsc_code_num_chars_line_mean": 35.39655172, "qsc_code_frac_chars_alphabet": 0.87800687, "qsc_code_frac_chars_comments": 0.3804189, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.0, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.00707547, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 0.0, "qsc_codejava_frac_lines_func_ratio": 0.03703704, "qsc_codejava_score_lines_no_logic": 0.37037037, "qsc_codejava_frac_words_no_modifier": 0.5, "qsc_codejava_frac_words_legal_var_name": 1.0, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 0, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/levels/rooms/special/AltarRoom.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.levels.rooms.special; import com.shatteredpixel.shatteredpixeldungeon.Dungeon; import com.shatteredpixel.shatteredpixeldungeon.levels.Level; import com.shatteredpixel.shatteredpixeldungeon.levels.Terrain; import com.shatteredpixel.shatteredpixeldungeon.levels.painters.Painter; import com.watabou.utils.Point; //import com.shatteredpixel.shatteredpixeldungeon.actors.blobs.SacrificialFire; public class AltarRoom extends SpecialRoom { public void paint( Level level ) { Painter.fill( level, this, Terrain.WALL ); Painter.fill( level, this, 1, Dungeon.bossLevel( Dungeon.depth + 1 ) ? Terrain.HIGH_GRASS : Terrain.CHASM ); Point c = center(); Door door = entrance(); if (door.x == left || door.x == right) { Point p = Painter.drawInside( level, this, door, Math.abs( door.x - c.x ) - 2, Terrain.EMPTY_SP ); for (; p.y != c.y; p.y += p.y < c.y ? +1 : -1) { Painter.set( level, p, Terrain.EMPTY_SP ); } } else { Point p = Painter.drawInside( level, this, door, Math.abs( door.y - c.y ) - 2, Terrain.EMPTY_SP ); for (; p.x != c.x; p.x += p.x < c.x ? +1 : -1) { Painter.set( level, p, Terrain.EMPTY_SP ); } } Painter.fill( level, c.x - 1, c.y - 1, 3, 3, Terrain.EMBERS ); Painter.set( level, c, Terrain.PEDESTAL ); //TODO: find some use for sacrificial fire... but not the vanilla one. scroll of wipe out is too strong. /*SacrificialFire fire = (SacrificialFire)level.blobs.get( SacrificialFire.class ); if (fire == null) { fire = new SacrificialFire(); } fire.seed( c.x + c.y * Level.WIDTH, 5 + Dungeon.depth * 5 ); level.blobs.put( SacrificialFire.class, fire );*/ door.set( Door.Type.EMPTY ); } }
2,501
AltarRoom
java
en
java
code
{"qsc_code_num_words": 358, "qsc_code_num_chars": 2501.0, "qsc_code_mean_word_length": 4.87709497, "qsc_code_frac_words_unique": 0.41620112, "qsc_code_frac_chars_top_2grams": 0.05841924, "qsc_code_frac_chars_top_3grams": 0.13058419, "qsc_code_frac_chars_top_4grams": 0.12600229, "qsc_code_frac_chars_dupe_5grams": 0.24513173, "qsc_code_frac_chars_dupe_6grams": 0.1443299, "qsc_code_frac_chars_dupe_7grams": 0.09049255, "qsc_code_frac_chars_dupe_8grams": 0.09049255, "qsc_code_frac_chars_dupe_9grams": 0.09049255, "qsc_code_frac_chars_dupe_10grams": 0.05383734, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.01507782, "qsc_code_frac_chars_whitespace": 0.17792883, "qsc_code_size_file_byte": 2501.0, "qsc_code_num_lines": 65.0, "qsc_code_num_chars_line_max": 111.0, "qsc_code_num_chars_line_mean": 38.47692308, "qsc_code_frac_chars_alphabet": 0.83414397, "qsc_code_frac_chars_comments": 0.48820472, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.07142857, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.0, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.01538462, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 0.0, "qsc_codejava_frac_lines_func_ratio": 0.03571429, "qsc_codejava_score_lines_no_logic": 0.25, "qsc_codejava_frac_words_no_modifier": 0.5, "qsc_codejava_frac_words_legal_var_name": 1.0, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 1, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 0, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/levels/rooms/special/ArmoryRoom.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.levels.rooms.special; import com.shatteredpixel.shatteredpixeldungeon.Dungeon; import com.shatteredpixel.shatteredpixeldungeon.items.Generator; import com.shatteredpixel.shatteredpixeldungeon.items.Item; import com.shatteredpixel.shatteredpixeldungeon.items.bombs.Bomb; import com.shatteredpixel.shatteredpixeldungeon.items.keys.IronKey; import com.shatteredpixel.shatteredpixeldungeon.levels.Level; import com.shatteredpixel.shatteredpixeldungeon.levels.Terrain; import com.shatteredpixel.shatteredpixeldungeon.levels.painters.Painter; import com.watabou.utils.Point; import com.watabou.utils.Random; public class ArmoryRoom extends SpecialRoom { public void paint( Level level ) { Painter.fill( level, this, Terrain.WALL ); Painter.fill( level, this, 1, Terrain.EMPTY ); Door entrance = entrance(); Point statue = null; if (entrance.x == left) { statue = new Point( right-1, Random.Int( 2 ) == 0 ? top+1 : bottom-1 ); } else if (entrance.x == right) { statue = new Point( left+1, Random.Int( 2 ) == 0 ? top+1 : bottom-1 ); } else if (entrance.y == top) { statue = new Point( Random.Int( 2 ) == 0 ? left+1 : right-1, bottom-1 ); } else if (entrance.y == bottom) { statue = new Point( Random.Int( 2 ) == 0 ? left+1 : right-1, top+1 ); } if (statue != null) { Painter.set( level, statue, Terrain.STATUE ); } int n = Random.IntRange( 2, 3 ); for (int i=0; i < n; i++) { int pos; do { pos = level.pointToCell(random()); } while (level.map[pos] != Terrain.EMPTY || level.heaps.get( pos ) != null); level.drop( prize( level ), pos ); } entrance.set( Door.Type.LOCKED ); level.addItemToSpawn( new IronKey( Dungeon.depth ) ); } private static Item prize( Level level ) { switch (Random.Int( 4 )){ case 0: return new Bomb().random(); case 1: return Generator.randomWeapon(); case 2: return Generator.randomArmor(); case 3: default: return Generator.randomMissile(); } } }
2,811
ArmoryRoom
java
en
java
code
{"qsc_code_num_words": 376, "qsc_code_num_chars": 2811.0, "qsc_code_mean_word_length": 5.24734043, "qsc_code_frac_words_unique": 0.40691489, "qsc_code_frac_chars_top_2grams": 0.04561581, "qsc_code_frac_chars_top_3grams": 0.17334009, "qsc_code_frac_chars_top_4grams": 0.17840851, "qsc_code_frac_chars_dupe_5grams": 0.3025849, "qsc_code_frac_chars_dupe_6grams": 0.11403953, "qsc_code_frac_chars_dupe_7grams": 0.08565636, "qsc_code_frac_chars_dupe_8grams": 0.07399899, "qsc_code_frac_chars_dupe_9grams": 0.07399899, "qsc_code_frac_chars_dupe_10grams": 0.07399899, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.01996528, "qsc_code_frac_chars_whitespace": 0.18036286, "qsc_code_size_file_byte": 2811.0, "qsc_code_num_lines": 81.0, "qsc_code_num_chars_line_max": 80.0, "qsc_code_num_chars_line_mean": 34.7037037, "qsc_code_frac_chars_alphabet": 0.83637153, "qsc_code_frac_chars_comments": 0.27783707, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.0, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.0, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 0.0, "qsc_codejava_frac_lines_func_ratio": 0.03773585, "qsc_codejava_score_lines_no_logic": 0.26415094, "qsc_codejava_frac_words_no_modifier": 0.66666667, "qsc_codejava_frac_words_legal_var_name": 1.0, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 0, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/levels/rooms/special/RunestoneRoom.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.levels.rooms.special; import com.shatteredpixel.shatteredpixeldungeon.Dungeon; import com.shatteredpixel.shatteredpixeldungeon.items.Generator; import com.shatteredpixel.shatteredpixeldungeon.items.Item; import com.shatteredpixel.shatteredpixeldungeon.items.keys.IronKey; import com.shatteredpixel.shatteredpixeldungeon.items.stones.Runestone; import com.shatteredpixel.shatteredpixeldungeon.levels.Level; import com.shatteredpixel.shatteredpixeldungeon.levels.Terrain; import com.shatteredpixel.shatteredpixeldungeon.levels.painters.Painter; import com.watabou.utils.Random; public class RunestoneRoom extends SpecialRoom { @Override public int minWidth() { return 6; } @Override public int minHeight() { return 6; } @Override public void paint( Level level) { Painter.fill( level, this, Terrain.WALL ); Painter.fill( level, this, 1, Terrain.CHASM ); Painter.drawInside( level, this, entrance(), 2, Terrain.EMPTY_SP); Painter.fill( level, this, 2, Terrain.EMPTY ); int n = Random.NormalIntRange(2, 3); int dropPos; for (int i = 0; i < n; i++) { do { dropPos = level.pointToCell(random()); } while (level.map[dropPos] != Terrain.EMPTY); level.drop(prize(level), dropPos); } entrance().set( Door.Type.LOCKED ); level.addItemToSpawn( new IronKey( Dungeon.depth ) ); } private static Item prize( Level level ) { Item prize = level.findPrizeItem( Runestone.class ); if (prize == null) prize = Generator.random( Generator.Category.STONE ); return prize; } }
2,366
RunestoneRoom
java
en
java
code
{"qsc_code_num_words": 300, "qsc_code_num_chars": 2366.0, "qsc_code_mean_word_length": 5.84666667, "qsc_code_frac_words_unique": 0.48333333, "qsc_code_frac_chars_top_2grams": 0.08722919, "qsc_code_frac_chars_top_3grams": 0.1949829, "qsc_code_frac_chars_top_4grams": 0.20068415, "qsc_code_frac_chars_dupe_5grams": 0.24401368, "qsc_code_frac_chars_dupe_6grams": 0.03192702, "qsc_code_frac_chars_dupe_7grams": 0.0, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.01256913, "qsc_code_frac_chars_whitespace": 0.15934066, "qsc_code_size_file_byte": 2366.0, "qsc_code_num_lines": 74.0, "qsc_code_num_chars_line_max": 73.0, "qsc_code_num_chars_line_mean": 31.97297297, "qsc_code_frac_chars_alphabet": 0.86928105, "qsc_code_frac_chars_comments": 0.32967033, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.07317073, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.0, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 0.0, "qsc_codejava_frac_lines_func_ratio": 0.09756098, "qsc_codejava_score_lines_no_logic": 0.41463415, "qsc_codejava_frac_words_no_modifier": 0.8, "qsc_codejava_frac_words_legal_var_name": 1.0, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 1, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 0, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/levels/rooms/special/SpecialRoom.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.levels.rooms.special; import com.shatteredpixel.shatteredpixeldungeon.Dungeon; import com.shatteredpixel.shatteredpixeldungeon.ShatteredPixelDungeon; import com.shatteredpixel.shatteredpixeldungeon.levels.rooms.Room; import com.watabou.utils.Bundle; import com.watabou.utils.Random; import com.watabou.utils.Reflection; import java.util.ArrayList; import java.util.Arrays; public abstract class SpecialRoom extends Room { @Override public int minWidth() { return 5; } public int maxWidth() { return 10; } @Override public int minHeight() { return 5; } public int maxHeight() { return 10; } @Override public int maxConnections(int direction) { return 1; } private Door entrance; public Door entrance() { if (entrance == null){ if (connected.isEmpty()){ return null; } else { entrance = connected.values().iterator().next(); } } return entrance; } private static final String ENTRANCE = "entrance"; @Override public void storeInBundle(Bundle bundle) { super.storeInBundle(bundle); if (entrance() != null){ bundle.put(ENTRANCE, entrance()); } } @Override public void restoreFromBundle(Bundle bundle) { super.restoreFromBundle(bundle); if (bundle.contains(ENTRANCE)){ entrance = (Door)bundle.get(ENTRANCE); } } private static final ArrayList<Class<? extends SpecialRoom>> ALL_SPEC = new ArrayList<>( Arrays.asList( WeakFloorRoom.class, MagicWellRoom.class, CryptRoom.class, PoolRoom.class, GardenRoom.class, LibraryRoom.class, ArmoryRoom.class, TreasuryRoom.class, TrapsRoom.class, StorageRoom.class, StatueRoom.class, VaultRoom.class, RunestoneRoom.class ) ); public static ArrayList<Class<? extends Room>> runSpecials = new ArrayList<>(); public static ArrayList<Class<? extends Room>> floorSpecials = new ArrayList<>(); private static int pitNeededDepth = -1; public static void initForRun() { runSpecials = (ArrayList<Class<?extends Room>>)ALL_SPEC.clone(); pitNeededDepth = -1; Random.shuffle(runSpecials); } public static void initForFloor(){ floorSpecials = (ArrayList<Class<?extends Room>>) runSpecials.clone(); //laboratory rooms spawn at set intervals every chapter if (Dungeon.depth%5 == (Dungeon.seed%3 + 2)){ floorSpecials.add(0, LaboratoryRoom.class); } } private static void useType( Class<?extends Room> type ) { floorSpecials.remove( type ); if (runSpecials.remove( type )) { runSpecials.add( type ); } } public static void resetPitRoom(int depth){ if (pitNeededDepth == depth) pitNeededDepth = -1; } public static SpecialRoom createRoom(){ if (Dungeon.depth == pitNeededDepth){ pitNeededDepth = -1; floorSpecials.remove( ArmoryRoom.class ); floorSpecials.remove( CryptRoom.class ); floorSpecials.remove( LibraryRoom.class ); floorSpecials.remove( RunestoneRoom.class ); floorSpecials.remove( StatueRoom.class ); floorSpecials.remove( TreasuryRoom.class ); floorSpecials.remove( VaultRoom.class ); floorSpecials.remove( WeakFloorRoom.class ); return new PitRoom(); } else if (floorSpecials.contains(LaboratoryRoom.class)) { useType(LaboratoryRoom.class); return new LaboratoryRoom(); } else { if (Dungeon.bossLevel(Dungeon.depth + 1)){ floorSpecials.remove(WeakFloorRoom.class); } Room r = null; int index = floorSpecials.size(); for (int i = 0; i < 4; i++){ int newidx = Random.Int( floorSpecials.size() ); if (newidx < index) index = newidx; } r = Reflection.newInstance(floorSpecials.get( index )); if (r instanceof WeakFloorRoom){ pitNeededDepth = Dungeon.depth + 1; } useType( r.getClass() ); return (SpecialRoom)r; } } private static final String ROOMS = "special_rooms"; private static final String PIT = "pit_needed"; public static void restoreRoomsFromBundle( Bundle bundle ) { runSpecials.clear(); if (bundle.contains( ROOMS )) { for (Class<? extends Room> type : bundle.getClassArray(ROOMS)) { //pre-0.7.0 saves if (type != null && type != LaboratoryRoom.class) { runSpecials.add(type); } } } else { initForRun(); ShatteredPixelDungeon.reportException(new Exception("specials array didn't exist!")); } pitNeededDepth = bundle.getInt(PIT); } public static void storeRoomsInBundle( Bundle bundle ) { bundle.put( ROOMS, runSpecials.toArray(new Class[0]) ); bundle.put( PIT, pitNeededDepth ); } }
5,296
SpecialRoom
java
en
java
code
{"qsc_code_num_words": 600, "qsc_code_num_chars": 5296.0, "qsc_code_mean_word_length": 6.24833333, "qsc_code_frac_words_unique": 0.33666667, "qsc_code_frac_chars_top_2grams": 0.05068018, "qsc_code_frac_chars_top_3grams": 0.04481195, "qsc_code_frac_chars_top_4grams": 0.02667378, "qsc_code_frac_chars_dupe_5grams": 0.11176314, "qsc_code_frac_chars_dupe_6grams": 0.03467591, "qsc_code_frac_chars_dupe_7grams": 0.0, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.00919963, "qsc_code_frac_chars_whitespace": 0.17900302, "qsc_code_size_file_byte": 5296.0, "qsc_code_num_lines": 187.0, "qsc_code_num_chars_line_max": 133.0, "qsc_code_num_chars_line_mean": 28.32085561, "qsc_code_frac_chars_alphabet": 0.85303588, "qsc_code_frac_chars_comments": 0.16106495, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.10852713, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.01327932, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 0.0, "qsc_codejava_frac_lines_func_ratio": 0.11627907, "qsc_codejava_score_lines_no_logic": 0.2248062, "qsc_codejava_frac_words_no_modifier": 0.9375, "qsc_codejava_frac_words_legal_var_name": 1.0, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
1
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 0, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/levels/rooms/special/RotGardenRoom.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.levels.rooms.special; import com.shatteredpixel.shatteredpixeldungeon.Dungeon; import com.shatteredpixel.shatteredpixeldungeon.actors.mobs.Mob; import com.shatteredpixel.shatteredpixeldungeon.actors.mobs.RotHeart; import com.shatteredpixel.shatteredpixeldungeon.actors.mobs.RotLasher; import com.shatteredpixel.shatteredpixeldungeon.items.keys.IronKey; import com.shatteredpixel.shatteredpixeldungeon.levels.Level; import com.shatteredpixel.shatteredpixeldungeon.levels.Terrain; import com.shatteredpixel.shatteredpixeldungeon.levels.painters.Painter; import com.watabou.utils.PathFinder; import com.watabou.utils.Random; public class RotGardenRoom extends SpecialRoom { @Override public int minWidth() { return 7; } @Override public int minHeight() { return 7; } public void paint( Level level ) { Door entrance = entrance(); entrance.set(Door.Type.LOCKED); level.addItemToSpawn(new IronKey(Dungeon.depth)); Painter.fill(level, this, Terrain.WALL); Painter.fill(level, this, 1, Terrain.GRASS); int heartX = Random.IntRange(left+1, right-1); int heartY = Random.IntRange(top+1, bottom-1); if (entrance.x == left) { heartX = right - 1; } else if (entrance.x == right) { heartX = left + 1; } else if (entrance.y == top) { heartY = bottom - 1; } else if (entrance.y == bottom) { heartY = top + 1; } placePlant(level, heartX + heartY * level.width(), new RotHeart()); int lashers = ((width()-2)*(height()-2))/8; for (int i = 1; i <= lashers; i++){ int pos; do { pos = level.pointToCell(random()); } while (!validPlantPos(level, pos)); placePlant(level, pos, new RotLasher()); } } private static boolean validPlantPos(Level level, int pos){ if (level.map[pos] != Terrain.GRASS){ return false; } for (int i : PathFinder.NEIGHBOURS9){ if (level.findMob(pos+i) != null){ return false; } } return true; } private static void placePlant(Level level, int pos, Mob plant){ plant.pos = pos; level.mobs.add( plant ); for(int i : PathFinder.NEIGHBOURS8) { if (level.map[pos + i] == Terrain.GRASS){ Painter.set(level, pos + i, Terrain.HIGH_GRASS); } } } }
3,002
RotGardenRoom
java
en
java
code
{"qsc_code_num_words": 392, "qsc_code_num_chars": 3002.0, "qsc_code_mean_word_length": 5.45663265, "qsc_code_frac_words_unique": 0.41071429, "qsc_code_frac_chars_top_2grams": 0.04207574, "qsc_code_frac_chars_top_3grams": 0.1598878, "qsc_code_frac_chars_top_4grams": 0.16456288, "qsc_code_frac_chars_dupe_5grams": 0.19915849, "qsc_code_frac_chars_dupe_6grams": 0.10191678, "qsc_code_frac_chars_dupe_7grams": 0.0, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.01365462, "qsc_code_frac_chars_whitespace": 0.17055296, "qsc_code_size_file_byte": 3002.0, "qsc_code_num_lines": 102.0, "qsc_code_num_chars_line_max": 73.0, "qsc_code_num_chars_line_mean": 29.43137255, "qsc_code_frac_chars_alphabet": 0.84538153, "qsc_code_frac_chars_comments": 0.26015989, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.0625, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.0, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 0.0, "qsc_codejava_frac_lines_func_ratio": 0.078125, "qsc_codejava_score_lines_no_logic": 0.3125, "qsc_codejava_frac_words_no_modifier": 0.83333333, "qsc_codejava_frac_words_legal_var_name": 1.0, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 0, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/levels/rooms/standard/StudyRoom.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.levels.rooms.standard; import com.shatteredpixel.shatteredpixeldungeon.items.Generator; import com.shatteredpixel.shatteredpixeldungeon.items.Item; import com.shatteredpixel.shatteredpixeldungeon.levels.Level; import com.shatteredpixel.shatteredpixeldungeon.levels.Terrain; import com.shatteredpixel.shatteredpixeldungeon.levels.painters.Painter; import com.watabou.utils.Point; import com.watabou.utils.Random; public class StudyRoom extends StandardRoom { @Override public int minWidth() { return Math.max(super.minWidth(), 7); } @Override public int minHeight() { return Math.max(super.minHeight(), 7); } @Override public float[] sizeCatProbs() { return new float[]{2, 1, 0}; } @Override public void paint(Level level) { Painter.fill( level, this, Terrain.WALL ); Painter.fill( level, this, 1 , Terrain.BOOKSHELF ); Painter.fill( level, this, 2 , Terrain.EMPTY_SP ); for (Door door : connected.values()) { Painter.drawInside(level, this, door, 2, Terrain.EMPTY_SP); door.set( Door.Type.REGULAR ); } //TODO add support for giant size as well if (sizeCat == SizeCategory.LARGE){ int pillarW = (width()-7)/2; int pillarH = (height()-7)/2; Painter.fill(level, left+3, top+3, pillarW, 1, Terrain.BOOKSHELF); Painter.fill(level, left+3, top+3, 1, pillarH, Terrain.BOOKSHELF); Painter.fill(level, left+3, bottom-2-1, pillarW, 1, Terrain.BOOKSHELF); Painter.fill(level, left+3, bottom-2-pillarH, 1, pillarH, Terrain.BOOKSHELF); Painter.fill(level, right-2-pillarW, top+3, pillarW, 1, Terrain.BOOKSHELF); Painter.fill(level, right-2-1, top+3, 1, pillarH, Terrain.BOOKSHELF); Painter.fill(level, right-2-pillarW, bottom-2-1, pillarW, 1, Terrain.BOOKSHELF); Painter.fill(level, right-2-1, bottom-2-pillarH, 1, pillarH, Terrain.BOOKSHELF); } Point center = center(); Painter.set( level, center, Terrain.PEDESTAL ); Item prize = (Random.Int(2) == 0) ? level.findPrizeItem() : null; if (prize != null) { level.drop(prize, (center.x + center.y * level.width())); } else { level.drop(Generator.random( Random.oneOf( Generator.Category.POTION, Generator.Category.SCROLL)), (center.x + center.y * level.width())); } } }
3,076
StudyRoom
java
en
java
code
{"qsc_code_num_words": 417, "qsc_code_num_chars": 3076.0, "qsc_code_mean_word_length": 5.24940048, "qsc_code_frac_words_unique": 0.38369305, "qsc_code_frac_chars_top_2grams": 0.05527638, "qsc_code_frac_chars_top_3grams": 0.08040201, "qsc_code_frac_chars_top_4grams": 0.09867519, "qsc_code_frac_chars_dupe_5grams": 0.38876199, "qsc_code_frac_chars_dupe_6grams": 0.26359068, "qsc_code_frac_chars_dupe_7grams": 0.20100503, "qsc_code_frac_chars_dupe_8grams": 0.17085427, "qsc_code_frac_chars_dupe_9grams": 0.17085427, "qsc_code_frac_chars_dupe_10grams": 0.11694838, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.02291262, "qsc_code_frac_chars_whitespace": 0.16287386, "qsc_code_size_file_byte": 3076.0, "qsc_code_num_lines": 91.0, "qsc_code_num_chars_line_max": 84.0, "qsc_code_num_chars_line_mean": 33.8021978, "qsc_code_frac_chars_alphabet": 0.82718447, "qsc_code_frac_chars_comments": 0.26723017, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.07407407, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.0, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.01098901, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 0.0, "qsc_codejava_frac_lines_func_ratio": 0.05555556, "qsc_codejava_score_lines_no_logic": 0.2037037, "qsc_codejava_frac_words_no_modifier": 0.75, "qsc_codejava_frac_words_legal_var_name": 1.0, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 1, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 0, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/levels/rooms/standard/StripedRoom.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.levels.rooms.standard; import com.shatteredpixel.shatteredpixeldungeon.levels.Level; import com.shatteredpixel.shatteredpixeldungeon.levels.Terrain; import com.shatteredpixel.shatteredpixeldungeon.levels.painters.Painter; import com.watabou.utils.Random; public class StripedRoom extends StandardRoom { @Override public float[] sizeCatProbs() { return new float[]{2, 1, 0}; } @Override public void paint(Level level) { Painter.fill( level, this, Terrain.WALL ); for (Door door : connected.values()) { door.set( Door.Type.REGULAR ); } if (sizeCat == SizeCategory.NORMAL) { Painter.fill(level, this, 1, Terrain.EMPTY_SP); if (width() > height() || (width() == height() && Random.Int(2) == 0)) { for (int i = left + 2; i < right; i += 2) { Painter.fill(level, i, top + 1, 1, height() - 2, Terrain.HIGH_GRASS); } } else { for (int i = top + 2; i < bottom; i += 2) { Painter.fill(level, left + 1, i, width() - 2, 1, Terrain.HIGH_GRASS); } } } else if (sizeCat == SizeCategory.LARGE){ int layers = (Math.min(width(), height())-1)/2; for (int i = 1; i <= layers; i++){ Painter.fill(level, this, i, (i % 2 == 1) ? Terrain.EMPTY_SP : Terrain.HIGH_GRASS); } } } }
2,073
StripedRoom
java
en
java
code
{"qsc_code_num_words": 287, "qsc_code_num_chars": 2073.0, "qsc_code_mean_word_length": 4.89547038, "qsc_code_frac_words_unique": 0.47038328, "qsc_code_frac_chars_top_2grams": 0.03914591, "qsc_code_frac_chars_top_3grams": 0.0569395, "qsc_code_frac_chars_top_4grams": 0.1252669, "qsc_code_frac_chars_dupe_5grams": 0.19074733, "qsc_code_frac_chars_dupe_6grams": 0.03985765, "qsc_code_frac_chars_dupe_7grams": 0.0, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.02276812, "qsc_code_frac_chars_whitespace": 0.19488664, "qsc_code_size_file_byte": 2073.0, "qsc_code_num_lines": 62.0, "qsc_code_num_chars_line_max": 88.0, "qsc_code_num_chars_line_mean": 33.43548387, "qsc_code_frac_chars_alphabet": 0.81905333, "qsc_code_frac_chars_comments": 0.37674867, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.05714286, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.0, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 0.0, "qsc_codejava_frac_lines_func_ratio": 0.02857143, "qsc_codejava_score_lines_no_logic": 0.17142857, "qsc_codejava_frac_words_no_modifier": 0.5, "qsc_codejava_frac_words_legal_var_name": 1.0, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
1
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 0, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/levels/rooms/standard/PlantsRoom.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.levels.rooms.standard; import com.shatteredpixel.shatteredpixeldungeon.items.Generator; import com.shatteredpixel.shatteredpixeldungeon.levels.Level; import com.shatteredpixel.shatteredpixeldungeon.levels.Terrain; import com.shatteredpixel.shatteredpixeldungeon.levels.painters.Painter; import com.shatteredpixel.shatteredpixeldungeon.plants.Firebloom; import com.shatteredpixel.shatteredpixeldungeon.plants.Plant; import com.watabou.utils.Point; import com.watabou.utils.Random; public class PlantsRoom extends StandardRoom { @Override public int minWidth() { return Math.max(super.minWidth(), 5); } @Override public int minHeight() { return Math.max(super.minHeight(), 5); } @Override public float[] sizeCatProbs() { return new float[]{3, 1, 0}; } @Override public void paint(Level level) { Painter.fill( level, this, Terrain.WALL ); Painter.fill( level, this, 1, Terrain.GRASS ); Painter.fill( level, this, 2, Terrain.HIGH_GRASS ); if (Math.min(width(), height()) >= 7){ Painter.fill( level, this, 3, Terrain.GRASS ); } Point center = center(); //place at least 2 plants for rooms with at least 9 in one dimensions if (Math.max(width(), height()) >= 9){ //place 4 plants for very large rooms if (Math.min(width(), height()) >= 11) { Painter.drawLine(level, new Point(left+2, center.y), new Point(right-2, center.y), Terrain.HIGH_GRASS); Painter.drawLine(level, new Point(center.x, top+2), new Point(center.x, bottom-2), Terrain.HIGH_GRASS); level.plant( randomSeed(), level.pointToCell(new Point(center.x-1, center.y-1))); level.plant( randomSeed(), level.pointToCell(new Point(center.x+1, center.y-1))); level.plant( randomSeed(), level.pointToCell(new Point(center.x-1, center.y+1))); level.plant( randomSeed(), level.pointToCell(new Point(center.x+1, center.y+1))); //place 2 plants otherwise //left/right } else if (width() > height() || (width() == height() && Random.Int(2) == 0)){ Painter.drawLine(level, new Point(center.x, top+2), new Point(center.x, bottom-2), Terrain.HIGH_GRASS); level.plant( randomSeed(), level.pointToCell(new Point(center.x-1, center.y))); level.plant( randomSeed(), level.pointToCell(new Point(center.x+1, center.y))); //top/bottom } else { Painter.drawLine(level, new Point(left+2, center.y), new Point(right-2, center.y), Terrain.HIGH_GRASS); level.plant( randomSeed(), level.pointToCell(new Point(center.x, center.y-1))); level.plant( randomSeed(), level.pointToCell(new Point(center.x, center.y+1))); } //place just one plant for smaller sized rooms } else { level.plant( randomSeed(), level.pointToCell(center)); } for (Door door : connected.values()) { door.set( Door.Type.REGULAR ); } } private static Plant.Seed randomSeed(){ Plant.Seed result; do { result = (Plant.Seed) Generator.random(Generator.Category.SEED); } while (result instanceof Firebloom.Seed); return result; } }
3,836
PlantsRoom
java
en
java
code
{"qsc_code_num_words": 526, "qsc_code_num_chars": 3836.0, "qsc_code_mean_word_length": 5.15209125, "qsc_code_frac_words_unique": 0.31558935, "qsc_code_frac_chars_top_2grams": 0.04723247, "qsc_code_frac_chars_top_3grams": 0.06199262, "qsc_code_frac_chars_top_4grams": 0.06642066, "qsc_code_frac_chars_dupe_5grams": 0.4398524, "qsc_code_frac_chars_dupe_6grams": 0.3099631, "qsc_code_frac_chars_dupe_7grams": 0.28929889, "qsc_code_frac_chars_dupe_8grams": 0.28929889, "qsc_code_frac_chars_dupe_9grams": 0.28929889, "qsc_code_frac_chars_dupe_10grams": 0.28929889, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.01702786, "qsc_code_frac_chars_whitespace": 0.15797706, "qsc_code_size_file_byte": 3836.0, "qsc_code_num_lines": 106.0, "qsc_code_num_chars_line_max": 108.0, "qsc_code_num_chars_line_mean": 36.18867925, "qsc_code_frac_chars_alphabet": 0.82198142, "qsc_code_frac_chars_comments": 0.25625652, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.15873016, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.0, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 0.0, "qsc_codejava_frac_lines_func_ratio": 0.04761905, "qsc_codejava_score_lines_no_logic": 0.20634921, "qsc_codejava_frac_words_no_modifier": 0.75, "qsc_codejava_frac_words_legal_var_name": 1.0, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
1
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 0, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/levels/rooms/standard/SuspiciousChestRoom.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.levels.rooms.standard; import com.shatteredpixel.shatteredpixeldungeon.items.Gold; import com.shatteredpixel.shatteredpixeldungeon.items.Heap; import com.shatteredpixel.shatteredpixeldungeon.items.Item; import com.shatteredpixel.shatteredpixeldungeon.levels.Level; import com.shatteredpixel.shatteredpixeldungeon.levels.Terrain; import com.shatteredpixel.shatteredpixeldungeon.levels.painters.Painter; import com.shatteredpixel.shatteredpixeldungeon.levels.rooms.standard.EmptyRoom; import com.watabou.utils.Random; public class SuspiciousChestRoom extends EmptyRoom { @Override public int minWidth() { return Math.max(5, super.minWidth()); } @Override public int minHeight() { return Math.max(5, super.minHeight()); } @Override public void paint(Level level) { super.paint(level); Item i = level.findPrizeItem(); if ( i == null ){ i = new Gold().random(); } int center = level.pointToCell(center()); Painter.set(level, center, Terrain.PEDESTAL); if (Random.Int(3) == 0) { level.drop(i, center).type = Heap.Type.MIMIC; } else { level.drop(i, center).type = Heap.Type.CHEST; } } }
1,962
SuspiciousChestRoom
java
en
java
code
{"qsc_code_num_words": 256, "qsc_code_num_chars": 1962.0, "qsc_code_mean_word_length": 5.73828125, "qsc_code_frac_words_unique": 0.4921875, "qsc_code_frac_chars_top_2grams": 0.09257999, "qsc_code_frac_chars_top_3grams": 0.2069435, "qsc_code_frac_chars_top_4grams": 0.20966644, "qsc_code_frac_chars_dupe_5grams": 0.40367597, "qsc_code_frac_chars_dupe_6grams": 0.15384615, "qsc_code_frac_chars_dupe_7grams": 0.03812117, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.01261261, "qsc_code_frac_chars_whitespace": 0.15137615, "qsc_code_size_file_byte": 1962.0, "qsc_code_num_lines": 65.0, "qsc_code_num_chars_line_max": 81.0, "qsc_code_num_chars_line_mean": 30.18461538, "qsc_code_frac_chars_alphabet": 0.86966967, "qsc_code_frac_chars_comments": 0.3980632, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.08823529, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.0, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 0.0, "qsc_codejava_frac_lines_func_ratio": 0.08823529, "qsc_codejava_score_lines_no_logic": 0.35294118, "qsc_codejava_frac_words_no_modifier": 0.75, "qsc_codejava_frac_words_legal_var_name": 1.0, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 1, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 0, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/levels/rooms/standard/RingRoom.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.levels.rooms.standard; import com.shatteredpixel.shatteredpixeldungeon.levels.Level; import com.shatteredpixel.shatteredpixeldungeon.levels.Terrain; import com.shatteredpixel.shatteredpixeldungeon.levels.painters.Painter; public class RingRoom extends StandardRoom { @Override public int minWidth() { return Math.max(super.minWidth(), 7); } @Override public int minHeight() { return Math.max(super.minHeight(), 7); } @Override public float[] sizeCatProbs() { return new float[]{9, 3, 1}; } @Override public void paint(Level level) { Painter.fill( level, this, Terrain.WALL ); Painter.fill( level, this, 1 , Terrain.EMPTY ); int minDim = Math.min(width(), height()); int passageWidth = (int)Math.floor(0.25f*(minDim+1)); Painter.fill(level, this, passageWidth+1, Terrain.WALL); for (Door door : connected.values()) { door.set( Door.Type.REGULAR ); } } }
1,736
RingRoom
java
en
java
code
{"qsc_code_num_words": 234, "qsc_code_num_chars": 1736.0, "qsc_code_mean_word_length": 5.3974359, "qsc_code_frac_words_unique": 0.54273504, "qsc_code_frac_chars_top_2grams": 0.05384006, "qsc_code_frac_chars_top_3grams": 0.12034838, "qsc_code_frac_chars_top_4grams": 0.13935075, "qsc_code_frac_chars_dupe_5grams": 0.18368963, "qsc_code_frac_chars_dupe_6grams": 0.04433888, "qsc_code_frac_chars_dupe_7grams": 0.0, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.01941748, "qsc_code_frac_chars_whitespace": 0.16935484, "qsc_code_size_file_byte": 1736.0, "qsc_code_num_lines": 58.0, "qsc_code_num_chars_line_max": 73.0, "qsc_code_num_chars_line_mean": 29.93103448, "qsc_code_frac_chars_alphabet": 0.85644938, "qsc_code_frac_chars_comments": 0.44988479, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.13793103, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.0, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 0.0, "qsc_codejava_frac_lines_func_ratio": 0.10344828, "qsc_codejava_score_lines_no_logic": 0.24137931, "qsc_codejava_frac_words_no_modifier": 0.75, "qsc_codejava_frac_words_legal_var_name": 1.0, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
1
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 0, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/levels/rooms/standard/GrassyGraveRoom.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.levels.rooms.standard; import com.shatteredpixel.shatteredpixeldungeon.items.Generator; import com.shatteredpixel.shatteredpixeldungeon.items.Gold; import com.shatteredpixel.shatteredpixeldungeon.items.Heap; import com.shatteredpixel.shatteredpixeldungeon.levels.Level; import com.shatteredpixel.shatteredpixeldungeon.levels.Terrain; import com.shatteredpixel.shatteredpixeldungeon.levels.painters.Painter; import com.watabou.utils.Random; public class GrassyGraveRoom extends StandardRoom { @Override public void paint(Level level) { Painter.fill( level, this, Terrain.WALL ); for (Door door : connected.values()) { door.set( Door.Type.REGULAR ); } Painter.fill( level, this, 1 , Terrain.GRASS ); int w = width() - 2; int h = height() - 2; int nGraves = Math.max( w, h ) / 2; int index = Random.Int( nGraves ); int shift = Random.Int( 2 ); for (int i=0; i < nGraves; i++) { int pos = w > h ? left + 1 + shift + i * 2 + (top + 2 + Random.Int( h-2 )) * level.width() : (left + 2 + Random.Int( w-2 )) + (top + 1 + shift + i * 2) * level.width(); level.drop( i == index ? Generator.random() : new Gold().random(), pos ).type = Heap.Type.TOMB; } } }
2,041
GrassyGraveRoom
java
en
java
code
{"qsc_code_num_words": 280, "qsc_code_num_chars": 2041.0, "qsc_code_mean_word_length": 5.15, "qsc_code_frac_words_unique": 0.475, "qsc_code_frac_chars_top_2grams": 0.08252427, "qsc_code_frac_chars_top_3grams": 0.18446602, "qsc_code_frac_chars_top_4grams": 0.18307906, "qsc_code_frac_chars_dupe_5grams": 0.2628294, "qsc_code_frac_chars_dupe_6grams": 0.03883495, "qsc_code_frac_chars_dupe_7grams": 0.0, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.01858513, "qsc_code_frac_chars_whitespace": 0.18275355, "qsc_code_size_file_byte": 2041.0, "qsc_code_num_lines": 58.0, "qsc_code_num_chars_line_max": 99.0, "qsc_code_num_chars_line_mean": 35.18965517, "qsc_code_frac_chars_alphabet": 0.84592326, "qsc_code_frac_chars_comments": 0.38265556, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.0, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.0, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 0.0, "qsc_codejava_frac_lines_func_ratio": 0.03448276, "qsc_codejava_score_lines_no_logic": 0.31034483, "qsc_codejava_frac_words_no_modifier": 0.5, "qsc_codejava_frac_words_legal_var_name": 1.0, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 1, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 0, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/levels/rooms/standard/CirclePitRoom.java
package com.shatteredpixel.shatteredpixeldungeon.levels.rooms.standard; import com.shatteredpixel.shatteredpixeldungeon.levels.Level; import com.shatteredpixel.shatteredpixeldungeon.levels.Terrain; import com.shatteredpixel.shatteredpixeldungeon.levels.painters.Painter; import com.shatteredpixel.shatteredpixeldungeon.levels.rooms.standard.StandardRoom; public class CirclePitRoom extends StandardRoom { @Override public int minWidth() { return Math.max(8, super.minWidth()); } @Override public int minHeight() { return Math.max(8, super.minHeight()); } @Override public float[] sizeCatProbs() { return new float[]{4, 2, 1}; } @Override public void paint(Level level) { Painter.fill( level, this, Terrain.WALL ); Painter.fillEllipse( level, this, 1 , Terrain.EMPTY ); for (Door door : connected.values()) { door.set( Door.Type.REGULAR ); if (door.x == left || door.x == right){ Painter.drawInside(level, this, door, width()/2, Terrain.EMPTY); } else { Painter.drawInside(level, this, door, height()/2, Terrain.EMPTY); } } Painter.fillEllipse( level, this, 3 , Terrain.CHASM ); } }
1,139
CirclePitRoom
java
en
java
code
{"qsc_code_num_words": 131, "qsc_code_num_chars": 1139.0, "qsc_code_mean_word_length": 6.3129771, "qsc_code_frac_words_unique": 0.42748092, "qsc_code_frac_chars_top_2grams": 0.10278114, "qsc_code_frac_chars_top_3grams": 0.22974607, "qsc_code_frac_chars_top_4grams": 0.26602177, "qsc_code_frac_chars_dupe_5grams": 0.44498186, "qsc_code_frac_chars_dupe_6grams": 0.13784764, "qsc_code_frac_chars_dupe_7grams": 0.0, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.00920245, "qsc_code_frac_chars_whitespace": 0.14135206, "qsc_code_size_file_byte": 1139.0, "qsc_code_num_lines": 42.0, "qsc_code_num_chars_line_max": 84.0, "qsc_code_num_chars_line_mean": 27.11904762, "qsc_code_frac_chars_alphabet": 0.83640082, "qsc_code_frac_chars_comments": 0.0, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.12121212, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.0, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.0, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 1.0, "qsc_codejava_frac_lines_func_ratio": 0.09090909, "qsc_codejava_score_lines_no_logic": 0.24242424, "qsc_codejava_frac_words_no_modifier": 0.75, "qsc_codejava_frac_words_legal_var_name": null, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 1, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 1, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}
00-Evan/shattered-pixel-dungeon-gdx
core/src/com/shatteredpixel/shatteredpixeldungeon/levels/rooms/standard/SewerPipeRoom.java
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2019 Evan Debenham * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.levels.rooms.standard; import com.shatteredpixel.shatteredpixeldungeon.levels.Level; import com.shatteredpixel.shatteredpixeldungeon.levels.Terrain; import com.shatteredpixel.shatteredpixeldungeon.levels.painters.Painter; import com.shatteredpixel.shatteredpixeldungeon.levels.rooms.standard.StandardRoom; import com.watabou.utils.GameMath; import com.watabou.utils.PathFinder; import com.watabou.utils.Point; import com.watabou.utils.PointF; import com.watabou.utils.Random; import com.watabou.utils.Rect; import java.util.ArrayList; public class SewerPipeRoom extends StandardRoom { @Override public int minWidth() { return Math.max(7, super.minWidth()); } @Override public int minHeight() { return Math.max(7, super.minHeight()); } @Override public float[] sizeCatProbs() { return new float[]{4, 2, 1}; } @Override public boolean canConnect(Point p) { //refuses connections next to corners return super.canConnect(p) && ((p.x > left+1 && p.x < right-1) || (p.y > top+1 && p.y < bottom-1)); } //FIXME this class is a total mess, lots of copy-pasta from tunnel and perimeter rooms here @Override public void paint(Level level) { Painter.fill( level, this, Terrain.WALL ); Rect c = getConnectionSpace(); if (connected.size() <= 2) { for (Door door : connected.values()) { Point start; Point mid; Point end; start = new Point(door); if (start.x == left) start.x += 2; else if (start.y == top) start.y += 2; else if (start.x == right) start.x -= 2; else if (start.y == bottom) start.y -= 2; int rightShift; int downShift; if (start.x < c.left) rightShift = c.left - start.x; else if (start.x > c.right) rightShift = c.right - start.x; else rightShift = 0; if (start.y < c.top) downShift = c.top - start.y; else if (start.y > c.bottom) downShift = c.bottom - start.y; else downShift = 0; //always goes inward first if (door.x == left || door.x == right) { mid = new Point(start.x + rightShift, start.y); end = new Point(mid.x, mid.y + downShift); } else { mid = new Point(start.x, start.y + downShift); end = new Point(mid.x + rightShift, mid.y); } Painter.drawLine(level, start, mid, Terrain.WATER); Painter.drawLine(level, mid, end, Terrain.WATER); } } else { ArrayList<Point> pointsToFill = new ArrayList<>(); for (Point door : connected.values()) { Point p = new Point(door); if (p.y == top){ p.y+=2; } else if (p.y == bottom) { p.y-=2; } else if (p.x == left){ p.x+=2; } else { p.x-=2; } pointsToFill.add( p ); } ArrayList<Point> pointsFilled = new ArrayList<>(); pointsFilled.add(pointsToFill.remove(0)); Point from = null, to = null; int shortestDistance; while(!pointsToFill.isEmpty()){ shortestDistance = Integer.MAX_VALUE; for (Point f : pointsFilled){ for (Point t : pointsToFill){ int dist = distanceBetweenPoints(f, t); if (dist < shortestDistance){ from = f; to = t; shortestDistance = dist; } } } fillBetweenPoints(level, from, to, Terrain.WATER); pointsFilled.add(to); pointsToFill.remove(to); } } for(Point p : getPoints()){ int cell = level.pointToCell(p); if (level.map[cell] == Terrain.WATER){ for (int i : PathFinder.NEIGHBOURS8){ if (level.map[cell + i] == Terrain.WALL){ Painter.set(level, cell + i, Terrain.EMPTY); } } } } for (Door door : connected.values()) { door.set( Door.Type.REGULAR ); } } //returns the space which all doors must connect to (usually 1 cell, but can be more) //Note that, like rooms, this space is inclusive to its right and bottom sides protected Rect getConnectionSpace(){ Point c = connected.size() <= 1 ? center() : getDoorCenter(); return new Rect(c.x, c.y, c.x, c.y); } @Override public boolean canPlaceWater(Point p) { return false; } //returns a point equidistant from all doors this room has protected final Point getDoorCenter(){ PointF doorCenter = new PointF(0, 0); for (Door door : connected.values()) { doorCenter.x += door.x; doorCenter.y += door.y; } Point c = new Point((int)doorCenter.x / connected.size(), (int)doorCenter.y / connected.size()); if (Random.Float() < doorCenter.x % 1) c.x++; if (Random.Float() < doorCenter.y % 1) c.y++; c.x = (int) GameMath.gate(left+2, c.x, right-2); c.y = (int)GameMath.gate(top+2, c.y, bottom-2); return c; } private int spaceBetween(int a, int b){ return Math.abs(a - b)-1; } //gets the path distance between two points private int distanceBetweenPoints(Point a, Point b){ //on the same side if (a.y == b.y || a.x == b.x){ return Math.max(spaceBetween(a.x, b.x), spaceBetween(a.y, b.y)); } //otherwise... //subtract 1 at the end to account for overlap return Math.min(spaceBetween(left, a.x) + spaceBetween(left, b.x), spaceBetween(right, a.x) + spaceBetween(right, b.x)) + Math.min(spaceBetween(top, a.y) + spaceBetween(top, b.y), spaceBetween(bottom, a.y) + spaceBetween(bottom, b.y)) - 1; } private Point[] corners; //picks the smallest path to fill between two points private void fillBetweenPoints(Level level, Point from, Point to, int floor){ //doors are along the same side if (from.y == to.y || from.x == to.x){ Painter.fill(level, Math.min(from.x, to.x), Math.min(from.y, to.y), spaceBetween(from.x, to.x) + 2, spaceBetween(from.y, to.y) + 2, floor); return; } //set up corners if (corners == null){ corners = new Point[4]; corners[0] = new Point(left+2, top+2); corners[1] = new Point(right-2, top+2); corners[2] = new Point(right-2, bottom-2); corners[3] = new Point(left+2, bottom-2); } //doors on adjacent sides for (Point c : corners){ if ((c.x == from.x || c.y == from.y) && (c.x == to.x || c.y == to.y)){ Painter.drawLine(level, from, c, floor); Painter.drawLine(level, c, to, floor); return; } } //doors on opposite sides Point side; if (from.y == top+2 || from.y == bottom-2){ //connect along the left, or right side if (spaceBetween(left, from.x) + spaceBetween(left, to.x) <= spaceBetween(right, from.x) + spaceBetween(right, to.x)){ side = new Point(left+2, top + height()/2); } else { side = new Point(right-2, top + height()/2); } } else { //connect along the top, or bottom side if (spaceBetween(top, from.y) + spaceBetween(top, to.y) <= spaceBetween(bottom, from.y) + spaceBetween(bottom, to.y)){ side = new Point(left + width()/2, top+2); } else { side = new Point(left + width()/2, bottom-2); } } //treat this as two connections with adjacent sides fillBetweenPoints(level, from, side, floor); fillBetweenPoints(level, side, to, floor); } }
7,809
SewerPipeRoom
java
en
java
code
{"qsc_code_num_words": 1105, "qsc_code_num_chars": 7809.0, "qsc_code_mean_word_length": 4.50045249, "qsc_code_frac_words_unique": 0.21900452, "qsc_code_frac_chars_top_2grams": 0.02573899, "qsc_code_frac_chars_top_3grams": 0.01930424, "qsc_code_frac_chars_top_4grams": 0.02533682, "qsc_code_frac_chars_dupe_5grams": 0.14699377, "qsc_code_frac_chars_dupe_6grams": 0.05469535, "qsc_code_frac_chars_dupe_7grams": 0.00764126, "qsc_code_frac_chars_dupe_8grams": 0.0, "qsc_code_frac_chars_dupe_9grams": 0.0, "qsc_code_frac_chars_dupe_10grams": 0.0, "qsc_code_frac_chars_replacement_symbols": 0.0, "qsc_code_frac_chars_digital": 0.01265615, "qsc_code_frac_chars_whitespace": 0.22089896, "qsc_code_size_file_byte": 7809.0, "qsc_code_num_lines": 275.0, "qsc_code_num_chars_line_max": 102.0, "qsc_code_num_chars_line_mean": 28.39636364, "qsc_code_frac_chars_alphabet": 0.80473373, "qsc_code_frac_chars_comments": 0.19912921, "qsc_code_cate_xml_start": 0.0, "qsc_code_frac_lines_dupe_lines": 0.0880829, "qsc_code_cate_autogen": 0.0, "qsc_code_frac_lines_long_string": 0.0, "qsc_code_frac_chars_string_length": 0.0, "qsc_code_frac_chars_long_word_length": 0.0, "qsc_code_frac_lines_string_concat": 0.0, "qsc_code_cate_encoded_data": 0.0, "qsc_code_frac_chars_hex_words": 0.0, "qsc_code_frac_lines_prompt_comments": 0.00363636, "qsc_code_frac_lines_assert": 0.0, "qsc_codejava_cate_var_zero": 0.0, "qsc_codejava_frac_lines_func_ratio": 0.04663212, "qsc_codejava_score_lines_no_logic": 0.16580311, "qsc_codejava_frac_words_no_modifier": 0.9, "qsc_codejava_frac_words_legal_var_name": 1.0, "qsc_codejava_frac_words_legal_func_name": 1.0, "qsc_codejava_frac_words_legal_class_name": 1.0, "qsc_codejava_frac_lines_print": 0.0}
1
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc_code_frac_chars_dupe_7grams": 0, "qsc_code_frac_chars_dupe_8grams": 0, "qsc_code_frac_chars_dupe_9grams": 0, "qsc_code_frac_chars_dupe_10grams": 0, "qsc_code_size_file_byte": 0, "qsc_code_num_lines": 0, "qsc_code_num_chars_line_max": 0, "qsc_code_num_chars_line_mean": 0, "qsc_code_frac_chars_alphabet": 0, "qsc_code_frac_chars_digital": 0, "qsc_code_frac_chars_whitespace": 0, "qsc_code_frac_chars_comments": 0, "qsc_code_cate_xml_start": 0, "qsc_code_frac_lines_dupe_lines": 0, "qsc_code_cate_autogen": 0, "qsc_code_frac_lines_long_string": 0, "qsc_code_frac_chars_string_length": 0, "qsc_code_frac_chars_long_word_length": 0, "qsc_code_cate_encoded_data": 0, "qsc_code_frac_chars_hex_words": 0, "qsc_code_frac_lines_prompt_comments": 0, "qsc_code_frac_lines_assert": 0, "qsc_codejava_cate_var_zero": 0, "qsc_codejava_frac_lines_func_ratio": 0, "qsc_codejava_score_lines_no_logic": 0, "qsc_codejava_frac_lines_print": 0}