content
stringlengths
1
1.04M
input_ids
sequencelengths
1
774k
ratio_char_token
float64
0.38
22.9
token_count
int64
1
774k
from typing import Optional from pydantic.main import BaseModel
[ 6738, 19720, 1330, 32233, 198, 198, 6738, 279, 5173, 5109, 13, 12417, 1330, 7308, 17633, 628, 628, 628, 628, 198 ]
3.65
20
from networking_p4.services.service_drivers.default.services.attach_module import AttachModuleService from networking_p4.services.service_drivers.default.services.configure_module import ConfigureModuleService from networking_p4.services.service_drivers.default.services.create_module import CreateModuleService from networking_p4.services.service_drivers.default.services.delete_module import DeleteModuleService from networking_p4.services.service_drivers.default.services.detach_module import DetachModuleService from networking_p4.services.service_drivers.default.services.module_configuration import GetModuleConfigurationService from networking_p4.services.service_drivers.default.services.unconfigure_module import UnconfigureModuleService from networking_p4.services.service_drivers.default.services.update_module import UpdateModuleService from networking_p4.services.service_drivers.driver_api import P4DriverApi, P4DriverBase from oslo_log import log as logging from networking_p4.services.service_drivers.default import rpc as p4_rpc from networking_p4.services.common import rpc_topics from neutron_lib import context as n_context import neutron.common.rpc as n_rpc LOG = logging.getLogger(__name__) class DefaultP4Driver(P4DriverApi, P4DriverBase): """ Implementation of default driver for P4 service """
[ 6738, 19140, 62, 79, 19, 13, 30416, 13, 15271, 62, 36702, 13, 12286, 13, 30416, 13, 47348, 62, 21412, 1330, 3460, 620, 26796, 16177, 198, 6738, 19140, 62, 79, 19, 13, 30416, 13, 15271, 62, 36702, 13, 12286, 13, 30416, 13, 11250, 495, 62, 21412, 1330, 17056, 495, 26796, 16177, 198, 6738, 19140, 62, 79, 19, 13, 30416, 13, 15271, 62, 36702, 13, 12286, 13, 30416, 13, 17953, 62, 21412, 1330, 13610, 26796, 16177, 198, 6738, 19140, 62, 79, 19, 13, 30416, 13, 15271, 62, 36702, 13, 12286, 13, 30416, 13, 33678, 62, 21412, 1330, 23520, 26796, 16177, 198, 6738, 19140, 62, 79, 19, 13, 30416, 13, 15271, 62, 36702, 13, 12286, 13, 30416, 13, 15255, 620, 62, 21412, 1330, 4614, 620, 26796, 16177, 198, 6738, 19140, 62, 79, 19, 13, 30416, 13, 15271, 62, 36702, 13, 12286, 13, 30416, 13, 21412, 62, 11250, 3924, 1330, 3497, 26796, 38149, 16177, 198, 6738, 19140, 62, 79, 19, 13, 30416, 13, 15271, 62, 36702, 13, 12286, 13, 30416, 13, 403, 11250, 495, 62, 21412, 1330, 791, 11250, 495, 26796, 16177, 198, 6738, 19140, 62, 79, 19, 13, 30416, 13, 15271, 62, 36702, 13, 12286, 13, 30416, 13, 19119, 62, 21412, 1330, 10133, 26796, 16177, 198, 6738, 19140, 62, 79, 19, 13, 30416, 13, 15271, 62, 36702, 13, 26230, 62, 15042, 1330, 350, 19, 32103, 32, 14415, 11, 350, 19, 32103, 14881, 198, 6738, 28686, 5439, 62, 6404, 1330, 2604, 355, 18931, 198, 6738, 19140, 62, 79, 19, 13, 30416, 13, 15271, 62, 36702, 13, 12286, 1330, 374, 14751, 355, 279, 19, 62, 81, 14751, 198, 6738, 19140, 62, 79, 19, 13, 30416, 13, 11321, 1330, 374, 14751, 62, 4852, 873, 198, 6738, 49810, 62, 8019, 1330, 4732, 355, 299, 62, 22866, 198, 11748, 49810, 13, 11321, 13, 81, 14751, 355, 299, 62, 81, 14751, 198, 198, 25294, 796, 18931, 13, 1136, 11187, 1362, 7, 834, 3672, 834, 8, 628, 198, 4871, 15161, 47, 19, 32103, 7, 47, 19, 32103, 32, 14415, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 350, 19, 32103, 14881, 2599, 198, 220, 220, 220, 37227, 46333, 286, 4277, 4639, 329, 350, 19, 2139, 37227, 628 ]
3.626344
372
# Hello World program. # This is where you write a comment. if __name__ == "__main__": hello_world()
[ 2, 18435, 2159, 1430, 13, 198, 2, 770, 318, 810, 345, 3551, 257, 2912, 13, 628, 198, 361, 11593, 3672, 834, 6624, 366, 834, 12417, 834, 1298, 198, 220, 220, 220, 23748, 62, 6894, 3419, 198 ]
2.972222
36
import requests import unittest import json import uuid from flask_probanno import GET, POST, PUT from controllers.probanno_management import CALCULATE_PROBANNO_JOB from controllers.job import COMPLETE BASE_URL = "http://probannoweb.systemsbiology.net/api" HEADERS = {'cache-control': 'no-cache'} FASTA_1 = '267377' CACHED_FASTA = '243232' CACHED_FASTA_NAME = 'Methanocaldococcus jannaschii (strain ATCC 43067 / DSM 2661 / JAL-1 / JCM 10045 / NBRC 100440)' NOT_A_FASTA = 'abcdef' MY_FASTA_NAME = 'my_sequence' TEST_MODEL_FILE = 'maripaludis_model.json' GAPFILL_MODEL_JOB = "gapfill_model" def make_api_request(path, method, headers, params=None, files=None, data=None): """ helper method for making a request and unpacking the JSON result :param path: sub path of the API :param method: HTTP method :param headers: Associated headers :return: HTTP result """ response = requests.request(method, BASE_URL + path, headers=headers, params=params, files=files, data=data) return response def make_and_unpack_request(path, method, headers, params=None, files=None, data=None): """ helper method for making a request and unpacking the JSON result :param path: sub path of the API :param method: HTTP method :param headers: Associated headers :return: HTTP result """ response = make_api_request(path, method, headers, params=params, files=files, data=data) return json.loads(response.text) if __name__ == '__main__': unittest.main()
[ 11748, 7007, 198, 11748, 555, 715, 395, 198, 11748, 33918, 198, 11748, 334, 27112, 198, 198, 6738, 42903, 62, 1676, 65, 1236, 78, 1330, 17151, 11, 24582, 11, 350, 3843, 198, 6738, 20624, 13, 1676, 65, 1236, 78, 62, 27604, 1330, 33290, 34, 6239, 6158, 62, 4805, 9864, 1565, 15285, 62, 41, 9864, 198, 6738, 20624, 13, 21858, 1330, 49269, 9328, 198, 198, 33, 11159, 62, 21886, 796, 366, 4023, 1378, 1676, 65, 1236, 322, 1765, 13, 10057, 82, 43592, 13, 3262, 14, 15042, 1, 198, 37682, 4877, 796, 1391, 6, 23870, 12, 13716, 10354, 705, 3919, 12, 23870, 6, 92, 198, 37, 1921, 5603, 62, 16, 796, 705, 25674, 26514, 6, 198, 34, 16219, 1961, 62, 37, 1921, 5603, 796, 705, 26660, 24339, 6, 198, 34, 16219, 1961, 62, 37, 1921, 5603, 62, 20608, 796, 705, 44, 2788, 272, 420, 1940, 34403, 9042, 474, 1236, 292, 354, 4178, 357, 2536, 391, 5161, 4093, 35090, 3134, 1220, 37297, 2608, 5333, 1220, 449, 1847, 12, 16, 1220, 449, 24187, 1802, 2231, 1220, 41354, 7397, 1802, 25644, 33047, 198, 11929, 62, 32, 62, 37, 1921, 5603, 796, 705, 39305, 4299, 6, 198, 26708, 62, 37, 1921, 5603, 62, 20608, 796, 705, 1820, 62, 43167, 6, 198, 51, 6465, 62, 33365, 3698, 62, 25664, 796, 705, 3876, 8521, 463, 271, 62, 19849, 13, 17752, 6, 198, 38, 2969, 37, 8267, 62, 33365, 3698, 62, 41, 9864, 796, 366, 43554, 20797, 62, 19849, 1, 628, 628, 198, 198, 4299, 787, 62, 15042, 62, 25927, 7, 6978, 11, 2446, 11, 24697, 11, 42287, 28, 14202, 11, 3696, 28, 14202, 11, 1366, 28, 14202, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 31904, 2446, 329, 1642, 257, 2581, 290, 8593, 5430, 262, 19449, 1255, 198, 220, 220, 220, 1058, 17143, 3108, 25, 850, 3108, 286, 262, 7824, 198, 220, 220, 220, 1058, 17143, 2446, 25, 14626, 2446, 198, 220, 220, 220, 1058, 17143, 24697, 25, 10575, 24697, 198, 220, 220, 220, 1058, 7783, 25, 14626, 1255, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 2882, 796, 7007, 13, 25927, 7, 24396, 11, 49688, 62, 21886, 1343, 3108, 11, 24697, 28, 50145, 11, 42287, 28, 37266, 11, 3696, 28, 16624, 11, 1366, 28, 7890, 8, 198, 220, 220, 220, 1441, 2882, 628, 198, 4299, 787, 62, 392, 62, 403, 8002, 62, 25927, 7, 6978, 11, 2446, 11, 24697, 11, 42287, 28, 14202, 11, 3696, 28, 14202, 11, 1366, 28, 14202, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 31904, 2446, 329, 1642, 257, 2581, 290, 8593, 5430, 262, 19449, 1255, 198, 220, 220, 220, 220, 220, 220, 1058, 17143, 3108, 25, 850, 3108, 286, 262, 7824, 198, 220, 220, 220, 220, 220, 220, 1058, 17143, 2446, 25, 14626, 2446, 198, 220, 220, 220, 220, 220, 220, 1058, 17143, 24697, 25, 10575, 24697, 198, 220, 220, 220, 220, 220, 220, 1058, 7783, 25, 14626, 1255, 198, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 2882, 796, 787, 62, 15042, 62, 25927, 7, 6978, 11, 2446, 11, 24697, 11, 42287, 28, 37266, 11, 3696, 28, 16624, 11, 1366, 28, 7890, 8, 198, 220, 220, 220, 1441, 33918, 13, 46030, 7, 26209, 13, 5239, 8, 628, 628, 198, 361, 11593, 3672, 834, 6624, 705, 834, 12417, 834, 10354, 198, 220, 220, 220, 555, 715, 395, 13, 12417, 3419, 628 ]
2.741071
560
from fastapi import FastAPI from pytest import fixture from tortoise import Model from tortoise.backends.base.executor import EXECUTOR_CACHE from tortoise.contrib.fastapi import register_tortoise from tortoise.fields import IntField, TextField from fastapi_pagination import Page, add_pagination from fastapi_pagination.ext.tortoise import paginate from fastapi_pagination.limit_offset import Page as LimitOffsetPage from ..base import BasePaginationTestCase, SafeTestClient, UserOut from ..utils import faker @fixture( scope="session", params=[True, False], ids=["model", "query"], ) @fixture(scope="session")
[ 6738, 3049, 15042, 1330, 12549, 17614, 198, 6738, 12972, 9288, 1330, 29220, 198, 6738, 7619, 25678, 1330, 9104, 198, 6738, 7619, 25678, 13, 1891, 2412, 13, 8692, 13, 18558, 38409, 1330, 7788, 2943, 3843, 1581, 62, 34, 2246, 13909, 198, 6738, 7619, 25678, 13, 3642, 822, 13, 7217, 15042, 1330, 7881, 62, 83, 419, 25678, 198, 6738, 7619, 25678, 13, 25747, 1330, 2558, 15878, 11, 8255, 15878, 198, 198, 6738, 3049, 15042, 62, 79, 363, 1883, 1330, 7873, 11, 751, 62, 79, 363, 1883, 198, 6738, 3049, 15042, 62, 79, 363, 1883, 13, 2302, 13, 83, 419, 25678, 1330, 42208, 4559, 198, 6738, 3049, 15042, 62, 79, 363, 1883, 13, 32374, 62, 28968, 1330, 7873, 355, 27272, 34519, 9876, 198, 198, 6738, 11485, 8692, 1330, 7308, 47, 363, 1883, 14402, 20448, 11, 19978, 14402, 11792, 11, 11787, 7975, 198, 6738, 11485, 26791, 1330, 277, 3110, 628, 198, 198, 31, 69, 9602, 7, 198, 220, 220, 220, 8354, 2625, 29891, 1600, 198, 220, 220, 220, 42287, 41888, 17821, 11, 10352, 4357, 198, 220, 220, 220, 220, 2340, 28, 14692, 19849, 1600, 366, 22766, 33116, 198, 8, 628, 198, 31, 69, 9602, 7, 29982, 2625, 29891, 4943, 628 ]
3.219388
196
# ============================================================================= # periscope-ps (blipp) # # Copyright (c) 2013-2016, Trustees of Indiana University, # All rights reserved. # # This software may be modified and distributed under the terms of the BSD # license. See the COPYING file for details. # # This software was created at the Indiana University Center for Research in # Extreme Scale Technologies (CREST). # ============================================================================= import ConfigParser import socket import netifaces import utils SCHEMAS = { 'networkresources': 'http://unis.crest.iu.edu/schema/20160630/networkresource#', 'nodes': 'http://unis.crest.iu.edu/schema/20160630/node#', 'domains': 'http://unis.crest.iu.edu/schema/20160630/domain#', 'ports': 'http://unis.crest.iu.edu/schema/20160630/port#', 'links': 'http://unis.crest.iu.edu/schema/20160630/link#', 'paths': 'http://unis.crest.iu.edu/schema/20160630/path#', 'networks': 'http://unis.crest.iu.edu/schema/20160630/network#', 'topologies': 'http://unis.crest.iu.edu/schema/20160630/topology#', 'services': 'http://unis.crest.iu.edu/schema/20160630/service#', 'blipp': 'http://unis.crest.iu.edu/schema/20160630/blipp#', 'metadata': 'http://unis.crest.iu.edu/schema/20160630/metadata#', 'datum': 'http://unis.crest.iu.edu/schema/20160630/datum#', 'data': 'http://unis.crest.iu.edu/schema/20160630/data#', 'measurement': 'http://unis.crest.iu.edu/schema/20160630/measurement#', } MIME = { 'HTML': 'text/html', 'JSON': 'application/json', 'PLAIN': 'text/plain', 'SSE': 'text/event-stream', 'PSJSON': 'application/perfsonar+json', 'PSBSON': 'application/perfsonar+bson', 'PSXML': 'application/perfsonar+xml', } ''' Calculate URN deterministic way with a goal to make it as unique as possible. We might still get into situation where urn might not be unique if appropriate reverse dns entries are not set or duplicate MAC addresses are used. We construct urn as follows. case 1) socket.getfqdn() resolves into monitor.incentre.iu.edu then urn=urn:ogf:network:domain=incentre.iu.edu:node=monitor: case 2) socket.getgqdn() fails then urn=urn:ogf:network:domain=<FQDN>:node=<default_interface_ip>_<mac_address_of_default_interface>_<hostname>: ''' HOSTNAME = socket.getfqdn() ### this might fail n give hostname fqdn = socket.getfqdn() hostname = socket.gethostname() if not fqdn or not hostname: raise Exception("socket.getfqdn or socket.gethostname failed.\ Try setting urn manually.") #we check fqdn != hostname, if not then we have success if fqdn != hostname: domain = fqdn.replace(hostname+".", "") HOST_URN = "urn:ogf:network:domain=%s:node=%s:" % (domain, hostname) else: try: default_ip, default_iface = utils.get_default_gateway_linux() default_ip = netifaces.ifaddresses(default_iface)[netifaces.AF_INET][0]["addr"] default_mac = netifaces.ifaddresses(default_iface)[netifaces.AF_LINK][0]["addr"] default_mac = utils.clean_mac(default_mac) HOST_URN = "urn:ogf:network:domain=%s:node=%s_%s_%s" % \ (fqdn, default_ip, default_mac, hostname) except Exception: domain = fqdn.replace(hostname+".", "") HOST_URN = "urn:ogf:network:domain=%s:node=%s:" % (domain, hostname) NODE_INFO_FILE="/usr/local/etc/node.info" STANDALONE_DEFAULTS = { "$schema": SCHEMAS["services"], "status": "ON", "serviceType": "ps:tools:blipp", "ttl": 600, "properties": { "configurations": { "unis_url": "http://localhost:8888", "unis_max_backoff": 3600, "unis_poll_interval":300, "use_ssl": "", "ssl_cafile": "", "probe_defaults": { "collection_schedule": "builtins.simple", "schedule_params": {"every": 2}, # run every 2 seconds "collection_size": 10000000, # ~10 megabytes "collection_ttl": 1500000, # ~17 days "reporting_params": 1, # report every probe (no default aggregation) "reporting_tolerance": 10 # store 10 on unreachable MS }, "probes": { } } } } nconf = {} AUTH_UUID = None UNIS_ID = None MS_URL = None GN_ADDR = None try: with open(NODE_INFO_FILE, 'r') as cfile: for line in cfile: name, var = line.partition("=")[::2] nconf[name.strip()] = str(var).rstrip() try: MS_URL = nconf['ms_instance'] except Exception as e: pass try: AUTH_UUID = nconf['auth_uuid'] except Exception as e: pass try: UNIS_ID = nconf['unis_id'] except Exception as e: pass try: GN_ADDR = nconf['gn_address'] except Exception as e: pass except IOError: pass if AUTH_UUID: STANDALONE_DEFAULTS["properties"].update({"geni": {"slice_uuid":AUTH_UUID}}) if MS_URL: STANDALONE_DEFAULTS["properties"]["configurations"]["probe_defaults"].update({"ms_url":MS_URL}) ################################################################## # Netlogger stuff... pasted from Ahmed's peri-tornado ################################################################## import logging, logging.handlers from netlogger import nllog DEBUG = False TRACE = False CONSOLE = True NETLOGGER_NAMESPACE = "blippd" WORKSPACE = "." def config_logger(): """Configures netlogger""" nllog.PROJECT_NAMESPACE = NETLOGGER_NAMESPACE #logging.setLoggerClass(nllog.PrettyBPLogger) logging.setLoggerClass(nllog.BPLogger) log = logging.getLogger(nllog.PROJECT_NAMESPACE) handler = logging.StreamHandler() handler.setFormatter(logging.Formatter("%(message)s")) log.addHandler(handler) if GN_ADDR: # setup socket to global node, GN socketHandler = logging.handlers.SocketHandler(GN_ADDR, logging.handlers.DEFAULT_TCP_LOGGING_PORT) log.addHandler(socketHandler) # set level if TRACE: log_level = (logging.WARN, logging.INFO, logging.DEBUG, nllog.TRACE)[3] elif DEBUG: log_level = (logging.WARN, logging.INFO, logging.DEBUG, nllog.TRACE)[2] elif CONSOLE: log_level = (logging.WARN, logging.INFO, logging.DEBUG, 25)[3] else: log_level = (logging.WARN, logging.INFO, logging.DEBUG, nllog.TRACE)[1] log.setLevel(log_level) def get_logger(namespace=NETLOGGER_NAMESPACE, logfile=None, level=None): """Return logger object""" # Test if netlogger is initialized if nllog.PROJECT_NAMESPACE != NETLOGGER_NAMESPACE: config_logger() if logfile: add_filehandler(logfile) if level: set_level(level) return nllog.get_logger(namespace) ################################################################## # Read in a configuration file ################################################################## CONFIG_FILE="/etc/periscope/blippd.conf" config = ConfigParser.RawConfigParser() config.read(CONFIG_FILE) main_config = ["unis_url", "ms_url", "data_file", "ssl_cert", "ssl_key", "ssl_cafile", "unis_poll_interval", "use_ssl"] probe_map = {"registration_probe": ["service_type", "service_name", "service_description", "service_accesspoint", "pidfile", "process_name", "service_ttl"], "net": ["unis_url"], "cpu": ["proc_dir"], "mem": []} for key in main_config: try: value = config.get("main", key) STANDALONE_DEFAULTS["properties"]["configurations"].update({key: value}) except: pass for section in config.sections(): if section == "main": continue module = config.get(section, "module") if module in probe_map.keys(): conf = dict() conf.update({"probe_module": module}) # set the schedule interval if present (otherwise will get probe default) try: conf.update({"schedule_params": {"every": (int)(config.get(section, "interval"))}}) except: pass for key in probe_map[module]: try: value = config.get(section, key) conf.update({key: value}) except: pass STANDALONE_DEFAULTS["properties"]["configurations"]["probes"].update({section: conf})
[ 2, 38093, 25609, 198, 2, 220, 583, 2304, 3008, 12, 862, 357, 2436, 3974, 8, 198, 2, 198, 2, 220, 15069, 357, 66, 8, 2211, 12, 5304, 11, 9870, 2841, 286, 10278, 2059, 11, 198, 2, 220, 1439, 2489, 10395, 13, 198, 2, 198, 2, 220, 770, 3788, 743, 307, 9518, 290, 9387, 739, 262, 2846, 286, 262, 347, 10305, 198, 2, 220, 5964, 13, 220, 4091, 262, 27975, 45761, 2393, 329, 3307, 13, 198, 2, 198, 2, 220, 770, 3788, 373, 2727, 379, 262, 10278, 2059, 3337, 329, 4992, 287, 198, 2, 220, 18111, 21589, 21852, 357, 9419, 6465, 737, 198, 2, 38093, 25609, 198, 11748, 17056, 46677, 198, 11748, 17802, 198, 11748, 2010, 361, 2114, 198, 11748, 3384, 4487, 198, 198, 50, 3398, 3620, 1921, 796, 1391, 198, 220, 220, 220, 705, 27349, 37540, 10354, 705, 4023, 1378, 403, 271, 13, 66, 2118, 13, 16115, 13, 15532, 14, 15952, 2611, 14, 1264, 1899, 30005, 14, 27349, 31092, 2, 3256, 198, 220, 220, 220, 705, 77, 4147, 10354, 705, 4023, 1378, 403, 271, 13, 66, 2118, 13, 16115, 13, 15532, 14, 15952, 2611, 14, 1264, 1899, 30005, 14, 17440, 2, 3256, 198, 220, 220, 220, 705, 3438, 1299, 10354, 705, 4023, 1378, 403, 271, 13, 66, 2118, 13, 16115, 13, 15532, 14, 15952, 2611, 14, 1264, 1899, 30005, 14, 27830, 2, 3256, 198, 220, 220, 220, 705, 3742, 10354, 705, 4023, 1378, 403, 271, 13, 66, 2118, 13, 16115, 13, 15532, 14, 15952, 2611, 14, 1264, 1899, 30005, 14, 634, 2, 3256, 198, 220, 220, 220, 705, 28751, 10354, 705, 4023, 1378, 403, 271, 13, 66, 2118, 13, 16115, 13, 15532, 14, 15952, 2611, 14, 1264, 1899, 30005, 14, 8726, 2, 3256, 198, 220, 220, 220, 705, 6978, 82, 10354, 705, 4023, 1378, 403, 271, 13, 66, 2118, 13, 16115, 13, 15532, 14, 15952, 2611, 14, 1264, 1899, 30005, 14, 6978, 2, 3256, 198, 220, 220, 220, 705, 3262, 5225, 10354, 705, 4023, 1378, 403, 271, 13, 66, 2118, 13, 16115, 13, 15532, 14, 15952, 2611, 14, 1264, 1899, 30005, 14, 27349, 2, 3256, 198, 220, 220, 220, 705, 4852, 5823, 10354, 705, 4023, 1378, 403, 271, 13, 66, 2118, 13, 16115, 13, 15532, 14, 15952, 2611, 14, 1264, 1899, 30005, 14, 4852, 1435, 2, 3256, 198, 220, 220, 220, 705, 30416, 10354, 705, 4023, 1378, 403, 271, 13, 66, 2118, 13, 16115, 13, 15532, 14, 15952, 2611, 14, 1264, 1899, 30005, 14, 15271, 2, 3256, 198, 220, 220, 220, 705, 2436, 3974, 10354, 705, 4023, 1378, 403, 271, 13, 66, 2118, 13, 16115, 13, 15532, 14, 15952, 2611, 14, 1264, 1899, 30005, 14, 2436, 3974, 2, 3256, 198, 220, 220, 220, 705, 38993, 10354, 705, 4023, 1378, 403, 271, 13, 66, 2118, 13, 16115, 13, 15532, 14, 15952, 2611, 14, 1264, 1899, 30005, 14, 38993, 2, 3256, 198, 220, 220, 220, 705, 19608, 388, 10354, 705, 4023, 1378, 403, 271, 13, 66, 2118, 13, 16115, 13, 15532, 14, 15952, 2611, 14, 1264, 1899, 30005, 14, 19608, 388, 2, 3256, 198, 220, 220, 220, 705, 7890, 10354, 705, 4023, 1378, 403, 271, 13, 66, 2118, 13, 16115, 13, 15532, 14, 15952, 2611, 14, 1264, 1899, 30005, 14, 7890, 2, 3256, 198, 220, 220, 220, 705, 1326, 5015, 434, 10354, 705, 4023, 1378, 403, 271, 13, 66, 2118, 13, 16115, 13, 15532, 14, 15952, 2611, 14, 1264, 1899, 30005, 14, 1326, 5015, 434, 2, 3256, 198, 220, 220, 220, 1782, 198, 198, 44, 12789, 796, 1391, 198, 220, 220, 220, 705, 28656, 10354, 705, 5239, 14, 6494, 3256, 198, 220, 220, 220, 705, 40386, 10354, 705, 31438, 14, 17752, 3256, 198, 220, 220, 220, 705, 6489, 29833, 10354, 705, 5239, 14, 25638, 3256, 198, 220, 220, 220, 705, 50, 5188, 10354, 705, 5239, 14, 15596, 12, 5532, 3256, 198, 220, 220, 220, 705, 3705, 40386, 10354, 705, 31438, 14, 525, 69, 1559, 283, 10, 17752, 3256, 198, 220, 220, 220, 705, 3705, 4462, 1340, 10354, 705, 31438, 14, 525, 69, 1559, 283, 10, 1443, 261, 3256, 198, 220, 220, 220, 705, 3705, 55, 5805, 10354, 705, 31438, 14, 525, 69, 1559, 283, 10, 19875, 3256, 198, 220, 220, 220, 1782, 198, 198, 7061, 6, 198, 9771, 3129, 378, 37902, 45, 2206, 49228, 835, 351, 257, 3061, 284, 787, 340, 355, 3748, 355, 198, 79, 4733, 13, 775, 1244, 991, 651, 656, 3074, 810, 220, 700, 1244, 407, 307, 3748, 198, 361, 5035, 9575, 288, 5907, 12784, 389, 407, 900, 393, 23418, 20582, 9405, 198, 533, 973, 13, 198, 198, 1135, 5678, 220, 700, 355, 5679, 13, 198, 7442, 352, 8, 17802, 13, 1136, 69, 80, 32656, 3419, 38709, 656, 5671, 13, 42816, 260, 13, 16115, 13, 15532, 788, 220, 198, 220, 220, 700, 28, 700, 25, 519, 69, 25, 27349, 25, 27830, 28, 42816, 260, 13, 16115, 13, 15532, 25, 17440, 28, 41143, 25, 198, 7442, 362, 8, 17802, 13, 1136, 70, 80, 32656, 3419, 10143, 788, 198, 220, 220, 700, 28, 700, 25, 519, 69, 25, 27349, 25, 27830, 28, 27, 37, 48, 35504, 31175, 17440, 28, 27, 12286, 62, 39994, 62, 541, 29, 62, 27, 20285, 62, 21975, 62, 1659, 62, 12286, 62, 39994, 29, 62, 27, 4774, 3672, 31175, 198, 7061, 6, 198, 39, 10892, 20608, 796, 17802, 13, 1136, 69, 80, 32656, 3419, 44386, 428, 1244, 2038, 299, 1577, 2583, 3672, 198, 69, 80, 32656, 796, 17802, 13, 1136, 69, 80, 32656, 3419, 198, 4774, 3672, 796, 17802, 13, 1136, 4774, 3672, 3419, 198, 198, 361, 407, 277, 80, 32656, 393, 407, 2583, 3672, 25, 198, 220, 220, 220, 5298, 35528, 7203, 44971, 13, 1136, 69, 80, 32656, 393, 17802, 13, 1136, 4774, 3672, 4054, 13, 59, 198, 220, 220, 220, 220, 220, 220, 220, 9993, 4634, 220, 700, 14500, 19570, 198, 198, 2, 732, 2198, 277, 80, 32656, 14512, 2583, 3672, 11, 611, 407, 788, 356, 423, 1943, 198, 361, 277, 80, 32656, 14512, 2583, 3672, 25, 198, 220, 220, 220, 7386, 796, 277, 80, 32656, 13, 33491, 7, 4774, 3672, 10, 1, 33283, 366, 4943, 198, 220, 220, 220, 367, 10892, 62, 27064, 796, 366, 700, 25, 519, 69, 25, 27349, 25, 27830, 28, 4, 82, 25, 17440, 28, 4, 82, 11097, 4064, 357, 27830, 11, 2583, 3672, 8, 198, 17772, 25, 198, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 4277, 62, 541, 11, 4277, 62, 361, 558, 796, 3384, 4487, 13, 1136, 62, 12286, 62, 10494, 1014, 62, 23289, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 4277, 62, 541, 796, 220, 2010, 361, 2114, 13, 361, 2860, 16746, 7, 12286, 62, 361, 558, 38381, 3262, 361, 2114, 13, 8579, 62, 1268, 2767, 7131, 15, 7131, 1, 29851, 8973, 198, 220, 220, 220, 220, 220, 220, 220, 4277, 62, 20285, 796, 2010, 361, 2114, 13, 361, 2860, 16746, 7, 12286, 62, 361, 558, 38381, 3262, 361, 2114, 13, 8579, 62, 43, 17248, 7131, 15, 7131, 1, 29851, 8973, 198, 220, 220, 220, 220, 220, 220, 220, 4277, 62, 20285, 796, 3384, 4487, 13, 27773, 62, 20285, 7, 12286, 62, 20285, 8, 198, 220, 220, 220, 220, 220, 220, 220, 367, 10892, 62, 27064, 796, 366, 700, 25, 519, 69, 25, 27349, 25, 27830, 28, 4, 82, 25, 17440, 28, 4, 82, 62, 4, 82, 62, 4, 82, 1, 4064, 3467, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 357, 69, 80, 32656, 11, 4277, 62, 541, 11, 4277, 62, 20285, 11, 2583, 3672, 8, 198, 220, 220, 220, 2845, 35528, 25, 198, 220, 220, 220, 220, 220, 220, 220, 7386, 796, 277, 80, 32656, 13, 33491, 7, 4774, 3672, 10, 1, 33283, 366, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 367, 10892, 62, 27064, 796, 366, 700, 25, 519, 69, 25, 27349, 25, 27830, 28, 4, 82, 25, 17440, 28, 4, 82, 11097, 4064, 357, 27830, 11, 2583, 3672, 8, 198, 198, 45, 16820, 62, 10778, 62, 25664, 35922, 14629, 14, 12001, 14, 14784, 14, 17440, 13, 10951, 1, 198, 198, 2257, 6981, 1847, 11651, 62, 7206, 7708, 35342, 796, 1391, 198, 220, 220, 220, 17971, 15952, 2611, 1298, 22374, 3620, 1921, 14692, 30416, 33116, 198, 220, 220, 220, 366, 13376, 1298, 366, 1340, 1600, 198, 220, 220, 220, 366, 15271, 6030, 1298, 366, 862, 25, 31391, 25, 2436, 3974, 1600, 198, 220, 220, 220, 366, 926, 75, 1298, 10053, 11, 198, 220, 220, 220, 366, 48310, 1298, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 366, 11250, 20074, 1298, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 403, 271, 62, 6371, 1298, 366, 4023, 1378, 36750, 25, 3459, 3459, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 403, 271, 62, 9806, 62, 1891, 2364, 1298, 4570, 405, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 403, 271, 62, 30393, 62, 3849, 2100, 1298, 6200, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 1904, 62, 45163, 1298, 366, 1600, 198, 197, 220, 220, 220, 366, 45163, 62, 66, 1878, 576, 1298, 366, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 1676, 1350, 62, 12286, 82, 1298, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 43681, 62, 15952, 5950, 1298, 366, 18780, 1040, 13, 36439, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 15952, 5950, 62, 37266, 1298, 19779, 16833, 1298, 362, 5512, 1303, 1057, 790, 362, 4201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 43681, 62, 7857, 1298, 1802, 20483, 11, 220, 220, 220, 220, 1303, 5299, 940, 17243, 38346, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 43681, 62, 926, 75, 1298, 20007, 830, 11, 220, 220, 220, 220, 220, 220, 1303, 5299, 1558, 1528, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 49914, 62, 37266, 1298, 352, 11, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 989, 790, 12774, 357, 3919, 4277, 46500, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 49914, 62, 83, 37668, 1298, 838, 220, 220, 220, 220, 220, 220, 220, 1303, 3650, 838, 319, 14880, 34446, 6579, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 8964, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 1676, 12636, 1298, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1782, 198, 220, 220, 220, 220, 220, 220, 220, 1782, 198, 220, 220, 220, 1782, 198, 92, 198, 198, 77, 10414, 796, 23884, 198, 32, 24318, 62, 52, 27586, 796, 6045, 198, 4944, 1797, 62, 2389, 796, 6045, 198, 5653, 62, 21886, 796, 6045, 198, 16630, 62, 2885, 7707, 796, 6045, 198, 28311, 25, 198, 220, 220, 220, 351, 1280, 7, 45, 16820, 62, 10778, 62, 25664, 11, 705, 81, 11537, 355, 269, 7753, 25, 198, 220, 220, 220, 220, 220, 220, 220, 329, 1627, 287, 269, 7753, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1438, 11, 1401, 796, 1627, 13, 3911, 653, 7203, 2625, 38381, 3712, 17, 60, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 299, 10414, 58, 3672, 13, 36311, 3419, 60, 796, 965, 7, 7785, 737, 81, 36311, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6579, 62, 21886, 796, 299, 10414, 17816, 907, 62, 39098, 20520, 198, 220, 220, 220, 220, 220, 220, 220, 2845, 35528, 355, 304, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1208, 198, 220, 220, 220, 220, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 37195, 62, 52, 27586, 796, 299, 10414, 17816, 18439, 62, 12303, 312, 20520, 198, 220, 220, 220, 220, 220, 220, 220, 2845, 35528, 355, 304, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1208, 198, 220, 220, 220, 220, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4725, 1797, 62, 2389, 796, 299, 10414, 17816, 403, 271, 62, 312, 20520, 198, 220, 220, 220, 220, 220, 220, 220, 2845, 35528, 355, 304, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1208, 198, 220, 220, 220, 220, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 15484, 62, 2885, 7707, 796, 299, 10414, 17816, 4593, 62, 21975, 20520, 198, 220, 220, 220, 220, 220, 220, 220, 2845, 35528, 355, 304, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1208, 198, 16341, 24418, 12331, 25, 198, 220, 220, 220, 1208, 198, 198, 361, 37195, 62, 52, 27586, 25, 198, 220, 220, 220, 49053, 1847, 11651, 62, 7206, 7708, 35342, 14692, 48310, 1, 4083, 19119, 7, 4895, 5235, 72, 1298, 19779, 48369, 62, 12303, 312, 1298, 32, 24318, 62, 52, 27586, 11709, 8, 198, 361, 6579, 62, 21886, 25, 198, 220, 220, 220, 49053, 1847, 11651, 62, 7206, 7708, 35342, 14692, 48310, 1, 7131, 1, 11250, 20074, 1, 7131, 1, 1676, 1350, 62, 12286, 82, 1, 4083, 19119, 7, 4895, 907, 62, 6371, 1298, 5653, 62, 21886, 30072, 198, 198, 29113, 29113, 2235, 198, 2, 3433, 6404, 1362, 3404, 986, 1613, 276, 422, 21157, 338, 583, 72, 12, 45910, 4533, 198, 29113, 29113, 2235, 198, 11748, 18931, 11, 18931, 13, 4993, 8116, 198, 6738, 2010, 6404, 1362, 1330, 299, 297, 519, 198, 198, 30531, 796, 10352, 198, 5446, 11598, 796, 10352, 198, 10943, 15821, 2538, 796, 6407, 198, 12884, 25294, 30373, 62, 45, 29559, 47, 11598, 796, 366, 2436, 3974, 67, 1, 198, 33249, 4303, 11598, 796, 366, 526, 198, 198, 4299, 4566, 62, 6404, 1362, 33529, 198, 220, 220, 220, 37227, 16934, 942, 2010, 6404, 1362, 37811, 198, 220, 220, 220, 299, 297, 519, 13, 31190, 23680, 62, 45, 29559, 47, 11598, 796, 30502, 25294, 30373, 62, 45, 29559, 47, 11598, 198, 220, 220, 220, 1303, 6404, 2667, 13, 2617, 11187, 1362, 9487, 7, 77, 297, 519, 13, 35700, 33, 6489, 519, 1362, 8, 198, 220, 220, 220, 18931, 13, 2617, 11187, 1362, 9487, 7, 77, 297, 519, 13, 33, 6489, 519, 1362, 8, 198, 220, 220, 220, 2604, 796, 18931, 13, 1136, 11187, 1362, 7, 77, 297, 519, 13, 31190, 23680, 62, 45, 29559, 47, 11598, 8, 628, 220, 220, 220, 21360, 796, 18931, 13, 12124, 25060, 3419, 198, 220, 220, 220, 21360, 13, 2617, 8479, 1436, 7, 6404, 2667, 13, 8479, 1436, 7203, 4, 7, 20500, 8, 82, 48774, 198, 220, 220, 220, 2604, 13, 2860, 25060, 7, 30281, 8, 198, 220, 220, 220, 611, 15484, 62, 2885, 7707, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 9058, 17802, 284, 3298, 10139, 11, 15484, 198, 220, 220, 220, 220, 220, 220, 220, 17802, 25060, 796, 18931, 13, 4993, 8116, 13, 39105, 25060, 7, 16630, 62, 2885, 7707, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 18931, 13, 4993, 8116, 13, 7206, 38865, 62, 4825, 47, 62, 25294, 38, 2751, 62, 15490, 8, 198, 220, 220, 220, 220, 220, 220, 220, 2604, 13, 2860, 25060, 7, 44971, 25060, 8, 198, 220, 220, 220, 1303, 900, 1241, 198, 220, 220, 220, 611, 7579, 11598, 25, 198, 220, 220, 220, 220, 220, 220, 220, 2604, 62, 5715, 796, 357, 6404, 2667, 13, 37771, 11, 18931, 13, 10778, 11, 18931, 13, 30531, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 299, 297, 519, 13, 5446, 11598, 38381, 18, 60, 198, 220, 220, 220, 1288, 361, 16959, 25, 198, 220, 220, 220, 220, 220, 220, 220, 2604, 62, 5715, 796, 357, 6404, 2667, 13, 37771, 11, 18931, 13, 10778, 11, 18931, 13, 30531, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 299, 297, 519, 13, 5446, 11598, 38381, 17, 60, 198, 220, 220, 220, 1288, 361, 7102, 15821, 2538, 25, 197, 198, 220, 220, 220, 220, 220, 220, 220, 2604, 62, 5715, 796, 357, 6404, 2667, 13, 37771, 11, 18931, 13, 10778, 11, 18931, 13, 30531, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1679, 38381, 18, 60, 198, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 2604, 62, 5715, 796, 357, 6404, 2667, 13, 37771, 11, 18931, 13, 10778, 11, 18931, 13, 30531, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 299, 297, 519, 13, 5446, 11598, 38381, 16, 60, 198, 220, 220, 220, 2604, 13, 2617, 4971, 7, 6404, 62, 5715, 8, 198, 198, 4299, 651, 62, 6404, 1362, 7, 14933, 10223, 28, 12884, 25294, 30373, 62, 45, 29559, 47, 11598, 11, 2604, 7753, 28, 14202, 11, 1241, 28, 14202, 2599, 198, 220, 220, 220, 37227, 13615, 49706, 2134, 37811, 198, 220, 220, 220, 1303, 6208, 611, 2010, 6404, 1362, 318, 23224, 198, 220, 220, 220, 611, 299, 297, 519, 13, 31190, 23680, 62, 45, 29559, 47, 11598, 14512, 30502, 25294, 30373, 62, 45, 29559, 47, 11598, 25, 198, 220, 220, 220, 220, 220, 220, 220, 4566, 62, 6404, 1362, 3419, 628, 220, 220, 220, 611, 2604, 7753, 25, 198, 220, 220, 220, 220, 220, 220, 220, 751, 62, 7753, 30281, 7, 6404, 7753, 8, 198, 220, 220, 220, 611, 1241, 25, 198, 220, 220, 220, 220, 220, 220, 220, 900, 62, 5715, 7, 5715, 8, 628, 220, 220, 220, 1441, 299, 297, 519, 13, 1136, 62, 6404, 1362, 7, 14933, 10223, 8, 628, 198, 29113, 29113, 2235, 198, 2, 4149, 287, 257, 8398, 2393, 198, 29113, 29113, 2235, 198, 198, 10943, 16254, 62, 25664, 35922, 14784, 14, 525, 2304, 3008, 14, 2436, 3974, 67, 13, 10414, 1, 198, 198, 11250, 796, 17056, 46677, 13, 27369, 16934, 46677, 3419, 198, 11250, 13, 961, 7, 10943, 16254, 62, 25664, 8, 198, 198, 12417, 62, 11250, 796, 14631, 403, 271, 62, 6371, 1600, 366, 907, 62, 6371, 1600, 366, 7890, 62, 7753, 1600, 366, 45163, 62, 22583, 1600, 366, 45163, 62, 2539, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 45163, 62, 66, 1878, 576, 1600, 366, 403, 271, 62, 30393, 62, 3849, 2100, 1600, 366, 1904, 62, 45163, 8973, 198, 1676, 1350, 62, 8899, 796, 19779, 2301, 33397, 62, 1676, 1350, 1298, 14631, 15271, 62, 4906, 1600, 366, 15271, 62, 3672, 1600, 366, 15271, 62, 11213, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 15271, 62, 15526, 4122, 1600, 366, 35317, 7753, 1600, 366, 14681, 62, 3672, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 15271, 62, 926, 75, 33116, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 3262, 1298, 14631, 403, 271, 62, 6371, 33116, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 36166, 1298, 14631, 36942, 62, 15908, 33116, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 11883, 1298, 17635, 92, 198, 198, 1640, 1994, 287, 1388, 62, 11250, 25, 198, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1988, 796, 4566, 13, 1136, 7203, 12417, 1600, 1994, 8, 198, 220, 220, 220, 220, 220, 220, 220, 49053, 1847, 11651, 62, 7206, 7708, 35342, 14692, 48310, 1, 7131, 1, 11250, 20074, 1, 4083, 19119, 15090, 2539, 25, 1988, 30072, 198, 220, 220, 220, 2845, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1208, 198, 198, 1640, 2665, 287, 4566, 13, 23946, 33529, 198, 220, 220, 220, 611, 2665, 6624, 366, 12417, 1298, 198, 220, 220, 220, 220, 220, 220, 220, 2555, 198, 220, 220, 220, 8265, 796, 4566, 13, 1136, 7, 5458, 11, 366, 21412, 4943, 198, 220, 220, 220, 611, 8265, 287, 12774, 62, 8899, 13, 13083, 33529, 198, 220, 220, 220, 220, 220, 220, 220, 1013, 796, 8633, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 1013, 13, 19119, 7, 4895, 1676, 1350, 62, 21412, 1298, 8265, 30072, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 900, 262, 7269, 16654, 611, 1944, 357, 847, 3083, 481, 651, 12774, 4277, 8, 198, 220, 220, 220, 220, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1013, 13, 19119, 7, 4895, 15952, 5950, 62, 37266, 1298, 19779, 16833, 1298, 357, 600, 5769, 11250, 13, 1136, 7, 5458, 11, 366, 3849, 2100, 48774, 11709, 8, 198, 220, 220, 220, 220, 220, 220, 220, 2845, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1208, 198, 220, 220, 220, 220, 220, 220, 220, 329, 1994, 287, 12774, 62, 8899, 58, 21412, 5974, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1988, 796, 4566, 13, 1136, 7, 5458, 11, 1994, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1013, 13, 19119, 15090, 2539, 25, 1988, 30072, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2845, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1208, 198, 220, 220, 220, 220, 220, 220, 220, 49053, 1847, 11651, 62, 7206, 7708, 35342, 14692, 48310, 1, 7131, 1, 11250, 20074, 1, 7131, 1, 1676, 12636, 1, 4083, 19119, 15090, 5458, 25, 1013, 30072, 198 ]
2.292328
3,780
"""Events API module.""" import logging from future.utils import raise_from from splitio.api import APIException, headers_from_metadata from splitio.api.client import HttpClientException class EventsAPI(object): # pylint: disable=too-few-public-methods """Class that uses an httpClient to communicate with the events API.""" def __init__(self, http_client, apikey, sdk_metadata): """ Class constructor. :param http_client: HTTP Client responsble for issuing calls to the backend. :type http_client: HttpClient :param apikey: User apikey token. :type apikey: string :param sdk_metadata: SDK version & machine name & IP. :type sdk_metadata: splitio.client.util.SdkMetadata """ self._logger = logging.getLogger(self.__class__.__name__) self._client = http_client self._apikey = apikey self._metadata = headers_from_metadata(sdk_metadata) @staticmethod def _build_bulk(events): """ Build event bulk as expected by the API. :param events: Events to be bundled. :type events: list(splitio.models.events.Event) :return: Formatted bulk. :rtype: dict """ return [ { 'key': event.key, 'trafficTypeName': event.traffic_type_name, 'eventTypeId': event.event_type_id, 'value': event.value, 'timestamp': event.timestamp, 'properties': event.properties, } for event in events ] def flush_events(self, events): """ Send events to the backend. :param events: Events bulk :type events: list :return: True if flush was successful. False otherwise :rtype: bool """ bulk = self._build_bulk(events) try: response = self._client.post( 'events', '/events/bulk', self._apikey, body=bulk, extra_headers=self._metadata ) if not 200 <= response.status_code < 300: raise APIException(response.body, response.status_code) except HttpClientException as exc: self._logger.error('Http client is throwing exceptions') self._logger.debug('Error: ', exc_info=True) raise_from(APIException('Events not flushed properly.'), exc)
[ 37811, 37103, 7824, 8265, 526, 15931, 198, 11748, 18931, 198, 198, 6738, 2003, 13, 26791, 1330, 5298, 62, 6738, 198, 198, 6738, 6626, 952, 13, 15042, 1330, 7824, 16922, 11, 24697, 62, 6738, 62, 38993, 198, 6738, 6626, 952, 13, 15042, 13, 16366, 1330, 367, 29281, 11792, 16922, 628, 198, 4871, 18715, 17614, 7, 15252, 2599, 220, 1303, 279, 2645, 600, 25, 15560, 28, 18820, 12, 32146, 12, 11377, 12, 24396, 82, 198, 220, 220, 220, 37227, 9487, 326, 3544, 281, 2638, 11792, 284, 10996, 351, 262, 2995, 7824, 526, 15931, 628, 220, 220, 220, 825, 11593, 15003, 834, 7, 944, 11, 2638, 62, 16366, 11, 2471, 522, 88, 11, 264, 34388, 62, 38993, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 5016, 23772, 13, 628, 220, 220, 220, 220, 220, 220, 220, 1058, 17143, 2638, 62, 16366, 25, 14626, 20985, 2424, 903, 329, 19089, 3848, 284, 262, 30203, 13, 198, 220, 220, 220, 220, 220, 220, 220, 1058, 4906, 2638, 62, 16366, 25, 367, 29281, 11792, 198, 220, 220, 220, 220, 220, 220, 220, 1058, 17143, 2471, 522, 88, 25, 11787, 2471, 522, 88, 11241, 13, 198, 220, 220, 220, 220, 220, 220, 220, 1058, 4906, 2471, 522, 88, 25, 4731, 198, 220, 220, 220, 220, 220, 220, 220, 1058, 17143, 264, 34388, 62, 38993, 25, 26144, 2196, 1222, 4572, 1438, 1222, 6101, 13, 198, 220, 220, 220, 220, 220, 220, 220, 1058, 4906, 264, 34388, 62, 38993, 25, 6626, 952, 13, 16366, 13, 22602, 13, 50, 34388, 9171, 14706, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13557, 6404, 1362, 796, 18931, 13, 1136, 11187, 1362, 7, 944, 13, 834, 4871, 834, 13, 834, 3672, 834, 8, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13557, 16366, 796, 2638, 62, 16366, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13557, 499, 522, 88, 796, 2471, 522, 88, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13557, 38993, 796, 24697, 62, 6738, 62, 38993, 7, 21282, 74, 62, 38993, 8, 628, 220, 220, 220, 2488, 12708, 24396, 198, 220, 220, 220, 825, 4808, 11249, 62, 65, 12171, 7, 31534, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 10934, 1785, 11963, 355, 2938, 416, 262, 7824, 13, 628, 220, 220, 220, 220, 220, 220, 220, 1058, 17143, 2995, 25, 18715, 284, 307, 34358, 13, 198, 220, 220, 220, 220, 220, 220, 220, 1058, 4906, 2995, 25, 1351, 7, 35312, 952, 13, 27530, 13, 31534, 13, 9237, 8, 628, 220, 220, 220, 220, 220, 220, 220, 1058, 7783, 25, 5178, 16898, 11963, 13, 198, 220, 220, 220, 220, 220, 220, 220, 1058, 81, 4906, 25, 8633, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 685, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 2539, 10354, 1785, 13, 2539, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 9535, 2108, 6030, 5376, 10354, 1785, 13, 9535, 2108, 62, 4906, 62, 3672, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 15596, 6030, 7390, 10354, 1785, 13, 15596, 62, 4906, 62, 312, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 8367, 10354, 1785, 13, 8367, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 16514, 27823, 10354, 1785, 13, 16514, 27823, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 48310, 10354, 1785, 13, 48310, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1782, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 329, 1785, 287, 2995, 198, 220, 220, 220, 220, 220, 220, 220, 2361, 628, 220, 220, 220, 825, 24773, 62, 31534, 7, 944, 11, 2995, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 16290, 2995, 284, 262, 30203, 13, 628, 220, 220, 220, 220, 220, 220, 220, 1058, 17143, 2995, 25, 18715, 11963, 198, 220, 220, 220, 220, 220, 220, 220, 1058, 4906, 2995, 25, 1351, 628, 220, 220, 220, 220, 220, 220, 220, 1058, 7783, 25, 6407, 611, 24773, 373, 4388, 13, 10352, 4306, 198, 220, 220, 220, 220, 220, 220, 220, 1058, 81, 4906, 25, 20512, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 11963, 796, 2116, 13557, 11249, 62, 65, 12171, 7, 31534, 8, 198, 220, 220, 220, 220, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2882, 796, 2116, 13557, 16366, 13, 7353, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 31534, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 31051, 31534, 14, 65, 12171, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13557, 499, 522, 88, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1767, 28, 65, 12171, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3131, 62, 50145, 28, 944, 13557, 38993, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 407, 939, 19841, 2882, 13, 13376, 62, 8189, 1279, 5867, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5298, 7824, 16922, 7, 26209, 13, 2618, 11, 2882, 13, 13376, 62, 8189, 8, 198, 220, 220, 220, 220, 220, 220, 220, 2845, 367, 29281, 11792, 16922, 355, 2859, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13557, 6404, 1362, 13, 18224, 10786, 43481, 5456, 318, 9644, 13269, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13557, 6404, 1362, 13, 24442, 10786, 12331, 25, 46083, 2859, 62, 10951, 28, 17821, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5298, 62, 6738, 7, 17614, 16922, 10786, 37103, 407, 44869, 6105, 2637, 828, 2859, 8, 198 ]
2.222222
1,116
from setuptools import setup setup( name='pyhatchbuck', version='0.4', description='Python library for Hatchbuck API', url='https://github.com/jakesen/pyhatchbuck', author='Jacob Senecal', author_email='[email protected]', license='MIT', packages=['hatchbuck',], install_requires=['requests',], )
[ 6738, 900, 37623, 10141, 1330, 9058, 198, 198, 40406, 7, 198, 220, 220, 220, 1438, 11639, 9078, 71, 963, 27041, 3256, 198, 220, 220, 220, 2196, 11639, 15, 13, 19, 3256, 198, 220, 220, 220, 6764, 11639, 37906, 5888, 329, 31537, 27041, 7824, 3256, 198, 220, 220, 220, 19016, 11639, 5450, 1378, 12567, 13, 785, 14, 73, 1124, 268, 14, 9078, 71, 963, 27041, 3256, 198, 220, 220, 220, 1772, 11639, 46751, 2311, 721, 282, 3256, 198, 220, 220, 220, 1772, 62, 12888, 11639, 30482, 672, 13, 6248, 721, 282, 31, 14816, 13, 785, 3256, 198, 220, 220, 220, 5964, 11639, 36393, 3256, 198, 220, 220, 220, 10392, 28, 17816, 71, 963, 27041, 3256, 4357, 198, 220, 220, 220, 2721, 62, 47911, 28, 17816, 8897, 3558, 3256, 4357, 198, 8, 198 ]
2.59542
131
# Copyright 2021 - 2022 Universität Tübingen, DKFZ and EMBL # for the German Human Genome-Phenome Archive (GHGA) # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. """Test the messaging API (pubsub)""" from typing import Any, Callable, Dict from ghga_message_schemas import schemas from ghga_service_chassis_lib.utils import exec_with_timeout from internal_file_registry_service.pubsub import ( subscribe_registration_request, subscribe_stage_requests, ) from ..fixtures import ( # noqa: F401 DEFAULT_CONFIG, amqp_fixture, get_config, psql_fixture, s3_fixture, state, ) def sub_and_pub_test_generic( upstream_topic_name: str, downstream_topic_name: str, upstream_message: Dict[str, Any], upstream_msg_schema: dict, downstream_msg_schema: dict, subscribe_func: Callable, psql_fixture, # noqa: F811 s3_fixture, # noqa: F811 amqp_fixture, # noqa: F811 ): """Generic function for testing functions that first subscribe and then publish.""" config = get_config( sources=[psql_fixture.config, s3_fixture.config, amqp_fixture.config] ) # initialize upstream and downstream test services that will publish or receive # messages to or from this service: upstream_publisher = amqp_fixture.get_test_publisher( topic_name=upstream_topic_name, message_schema=upstream_msg_schema, ) downstream_subscriber = amqp_fixture.get_test_subscriber( topic_name=downstream_topic_name, message_schema=downstream_msg_schema, ) # publish a stage request: upstream_publisher.publish(upstream_message) # process the stage request: exec_with_timeout( func=lambda: subscribe_func(config=config, run_forever=False), timeout_after=2, ) # expect stage confirmation message: downstream_message = downstream_subscriber.subscribe(timeout_after=2) assert downstream_message["file_id"] == upstream_message["file_id"] def test_subscribe_stage_requests(psql_fixture, s3_fixture, amqp_fixture): # noqa: F811 """Test `subscribe_stage_requests` function""" sub_and_pub_test_generic( upstream_topic_name=DEFAULT_CONFIG.topic_name_stage_request, downstream_topic_name=DEFAULT_CONFIG.topic_name_staged_to_outbox, upstream_message=state.FILES["no_grouping_label_in_message"].message, # type: ignore upstream_msg_schema=schemas.SCHEMAS["non_staged_file_requested"], downstream_msg_schema=schemas.SCHEMAS["file_staged_for_download"], subscribe_func=subscribe_stage_requests, psql_fixture=psql_fixture, s3_fixture=s3_fixture, amqp_fixture=amqp_fixture, ) def test_subscribe_registration_request( psql_fixture, s3_fixture, amqp_fixture # noqa: F811 ): """Test `subscribe_registration_request` function""" sub_and_pub_test_generic( upstream_topic_name=DEFAULT_CONFIG.topic_name_reg_request, downstream_topic_name=DEFAULT_CONFIG.topic_name_registered, upstream_message=state.FILES["in_inbox_only"].message, # type: ignore upstream_msg_schema=schemas.SCHEMAS["file_upload_received"], downstream_msg_schema=schemas.SCHEMAS["file_internally_registered"], subscribe_func=subscribe_registration_request, psql_fixture=psql_fixture, s3_fixture=s3_fixture, amqp_fixture=amqp_fixture, )
[ 2, 15069, 33448, 532, 33160, 26986, 270, 11033, 83, 309, 9116, 4623, 268, 11, 32975, 37, 57, 290, 17228, 9148, 198, 2, 329, 262, 2679, 5524, 5215, 462, 12, 47, 831, 462, 20816, 357, 17511, 9273, 8, 198, 2, 198, 2, 49962, 739, 262, 24843, 13789, 11, 10628, 362, 13, 15, 357, 1169, 366, 34156, 15341, 198, 2, 345, 743, 407, 779, 428, 2393, 2845, 287, 11846, 351, 262, 13789, 13, 198, 2, 921, 743, 7330, 257, 4866, 286, 262, 13789, 379, 198, 2, 198, 2, 220, 220, 220, 220, 2638, 1378, 2503, 13, 43073, 13, 2398, 14, 677, 4541, 14, 43, 2149, 24290, 12, 17, 13, 15, 198, 2, 198, 2, 17486, 2672, 416, 9723, 1099, 393, 4987, 284, 287, 3597, 11, 3788, 198, 2, 9387, 739, 262, 13789, 318, 9387, 319, 281, 366, 1921, 3180, 1, 29809, 1797, 11, 198, 2, 42881, 34764, 11015, 6375, 7102, 49828, 11053, 3963, 15529, 509, 12115, 11, 2035, 4911, 393, 17142, 13, 198, 2, 4091, 262, 13789, 329, 262, 2176, 3303, 15030, 21627, 290, 198, 2, 11247, 739, 262, 13789, 13, 198, 198, 37811, 14402, 262, 19925, 7824, 357, 12984, 7266, 8, 37811, 198, 198, 6738, 19720, 1330, 4377, 11, 4889, 540, 11, 360, 713, 198, 198, 6738, 24997, 4908, 62, 20500, 62, 1416, 4411, 292, 1330, 3897, 5356, 198, 6738, 24997, 4908, 62, 15271, 62, 354, 20297, 62, 8019, 13, 26791, 1330, 2452, 62, 4480, 62, 48678, 198, 198, 6738, 5387, 62, 7753, 62, 2301, 4592, 62, 15271, 13, 12984, 7266, 1330, 357, 198, 220, 220, 220, 12383, 62, 2301, 33397, 62, 25927, 11, 198, 220, 220, 220, 12383, 62, 14247, 62, 8897, 3558, 11, 198, 8, 198, 198, 6738, 11485, 69, 25506, 1330, 357, 220, 1303, 645, 20402, 25, 376, 21844, 198, 220, 220, 220, 5550, 38865, 62, 10943, 16254, 11, 198, 220, 220, 220, 716, 80, 79, 62, 69, 9602, 11, 198, 220, 220, 220, 651, 62, 11250, 11, 198, 220, 220, 220, 279, 25410, 62, 69, 9602, 11, 198, 220, 220, 220, 264, 18, 62, 69, 9602, 11, 198, 220, 220, 220, 1181, 11, 198, 8, 628, 198, 4299, 850, 62, 392, 62, 12984, 62, 9288, 62, 41357, 7, 198, 220, 220, 220, 28717, 62, 26652, 62, 3672, 25, 965, 11, 198, 220, 220, 220, 33218, 62, 26652, 62, 3672, 25, 965, 11, 198, 220, 220, 220, 28717, 62, 20500, 25, 360, 713, 58, 2536, 11, 4377, 4357, 198, 220, 220, 220, 28717, 62, 19662, 62, 15952, 2611, 25, 8633, 11, 198, 220, 220, 220, 33218, 62, 19662, 62, 15952, 2611, 25, 8633, 11, 198, 220, 220, 220, 12383, 62, 20786, 25, 4889, 540, 11, 198, 220, 220, 220, 279, 25410, 62, 69, 9602, 11, 220, 1303, 645, 20402, 25, 376, 23, 1157, 198, 220, 220, 220, 264, 18, 62, 69, 9602, 11, 220, 1303, 645, 20402, 25, 376, 23, 1157, 198, 220, 220, 220, 716, 80, 79, 62, 69, 9602, 11, 220, 1303, 645, 20402, 25, 376, 23, 1157, 198, 2599, 198, 220, 220, 220, 37227, 46189, 2163, 329, 4856, 5499, 326, 717, 12383, 290, 788, 7715, 526, 15931, 628, 220, 220, 220, 4566, 796, 651, 62, 11250, 7, 198, 220, 220, 220, 220, 220, 220, 220, 4237, 41888, 862, 13976, 62, 69, 9602, 13, 11250, 11, 264, 18, 62, 69, 9602, 13, 11250, 11, 716, 80, 79, 62, 69, 9602, 13, 11250, 60, 198, 220, 220, 220, 1267, 628, 220, 220, 220, 1303, 41216, 28717, 290, 33218, 1332, 2594, 326, 481, 7715, 393, 3328, 198, 220, 220, 220, 1303, 6218, 284, 393, 422, 428, 2139, 25, 198, 220, 220, 220, 28717, 62, 12984, 8191, 796, 716, 80, 79, 62, 69, 9602, 13, 1136, 62, 9288, 62, 12984, 8191, 7, 198, 220, 220, 220, 220, 220, 220, 220, 7243, 62, 3672, 28, 929, 5532, 62, 26652, 62, 3672, 11, 198, 220, 220, 220, 220, 220, 220, 220, 3275, 62, 15952, 2611, 28, 929, 5532, 62, 19662, 62, 15952, 2611, 11, 198, 220, 220, 220, 1267, 628, 220, 220, 220, 33218, 62, 7266, 1416, 24735, 796, 716, 80, 79, 62, 69, 9602, 13, 1136, 62, 9288, 62, 7266, 1416, 24735, 7, 198, 220, 220, 220, 220, 220, 220, 220, 7243, 62, 3672, 28, 2902, 5532, 62, 26652, 62, 3672, 11, 198, 220, 220, 220, 220, 220, 220, 220, 3275, 62, 15952, 2611, 28, 2902, 5532, 62, 19662, 62, 15952, 2611, 11, 198, 220, 220, 220, 1267, 628, 220, 220, 220, 1303, 7715, 257, 3800, 2581, 25, 198, 220, 220, 220, 28717, 62, 12984, 8191, 13, 12984, 1836, 7, 929, 5532, 62, 20500, 8, 628, 220, 220, 220, 1303, 1429, 262, 3800, 2581, 25, 198, 220, 220, 220, 2452, 62, 4480, 62, 48678, 7, 198, 220, 220, 220, 220, 220, 220, 220, 25439, 28, 50033, 25, 12383, 62, 20786, 7, 11250, 28, 11250, 11, 1057, 62, 754, 332, 28, 25101, 828, 198, 220, 220, 220, 220, 220, 220, 220, 26827, 62, 8499, 28, 17, 11, 198, 220, 220, 220, 1267, 628, 220, 220, 220, 1303, 1607, 3800, 12641, 3275, 25, 198, 220, 220, 220, 33218, 62, 20500, 796, 33218, 62, 7266, 1416, 24735, 13, 7266, 12522, 7, 48678, 62, 8499, 28, 17, 8, 198, 220, 220, 220, 6818, 33218, 62, 20500, 14692, 7753, 62, 312, 8973, 6624, 28717, 62, 20500, 14692, 7753, 62, 312, 8973, 628, 198, 4299, 1332, 62, 7266, 12522, 62, 14247, 62, 8897, 3558, 7, 862, 13976, 62, 69, 9602, 11, 264, 18, 62, 69, 9602, 11, 716, 80, 79, 62, 69, 9602, 2599, 220, 1303, 645, 20402, 25, 376, 23, 1157, 198, 220, 220, 220, 37227, 14402, 4600, 7266, 12522, 62, 14247, 62, 8897, 3558, 63, 2163, 37811, 628, 220, 220, 220, 850, 62, 392, 62, 12984, 62, 9288, 62, 41357, 7, 198, 220, 220, 220, 220, 220, 220, 220, 28717, 62, 26652, 62, 3672, 28, 7206, 38865, 62, 10943, 16254, 13, 26652, 62, 3672, 62, 14247, 62, 25927, 11, 198, 220, 220, 220, 220, 220, 220, 220, 33218, 62, 26652, 62, 3672, 28, 7206, 38865, 62, 10943, 16254, 13, 26652, 62, 3672, 62, 301, 1886, 62, 1462, 62, 448, 3524, 11, 198, 220, 220, 220, 220, 220, 220, 220, 28717, 62, 20500, 28, 5219, 13, 46700, 1546, 14692, 3919, 62, 8094, 278, 62, 18242, 62, 259, 62, 20500, 1, 4083, 20500, 11, 220, 1303, 2099, 25, 8856, 198, 220, 220, 220, 220, 220, 220, 220, 28717, 62, 19662, 62, 15952, 2611, 28, 1416, 4411, 292, 13, 50, 3398, 3620, 1921, 14692, 13159, 62, 301, 1886, 62, 7753, 62, 25927, 276, 33116, 198, 220, 220, 220, 220, 220, 220, 220, 33218, 62, 19662, 62, 15952, 2611, 28, 1416, 4411, 292, 13, 50, 3398, 3620, 1921, 14692, 7753, 62, 301, 1886, 62, 1640, 62, 15002, 33116, 198, 220, 220, 220, 220, 220, 220, 220, 12383, 62, 20786, 28, 7266, 12522, 62, 14247, 62, 8897, 3558, 11, 198, 220, 220, 220, 220, 220, 220, 220, 279, 25410, 62, 69, 9602, 28, 862, 13976, 62, 69, 9602, 11, 198, 220, 220, 220, 220, 220, 220, 220, 264, 18, 62, 69, 9602, 28, 82, 18, 62, 69, 9602, 11, 198, 220, 220, 220, 220, 220, 220, 220, 716, 80, 79, 62, 69, 9602, 28, 321, 80, 79, 62, 69, 9602, 11, 198, 220, 220, 220, 1267, 628, 198, 4299, 1332, 62, 7266, 12522, 62, 2301, 33397, 62, 25927, 7, 198, 220, 220, 220, 279, 25410, 62, 69, 9602, 11, 264, 18, 62, 69, 9602, 11, 716, 80, 79, 62, 69, 9602, 220, 1303, 645, 20402, 25, 376, 23, 1157, 198, 2599, 198, 220, 220, 220, 37227, 14402, 4600, 7266, 12522, 62, 2301, 33397, 62, 25927, 63, 2163, 37811, 628, 220, 220, 220, 850, 62, 392, 62, 12984, 62, 9288, 62, 41357, 7, 198, 220, 220, 220, 220, 220, 220, 220, 28717, 62, 26652, 62, 3672, 28, 7206, 38865, 62, 10943, 16254, 13, 26652, 62, 3672, 62, 2301, 62, 25927, 11, 198, 220, 220, 220, 220, 220, 220, 220, 33218, 62, 26652, 62, 3672, 28, 7206, 38865, 62, 10943, 16254, 13, 26652, 62, 3672, 62, 33736, 11, 198, 220, 220, 220, 220, 220, 220, 220, 28717, 62, 20500, 28, 5219, 13, 46700, 1546, 14692, 259, 62, 259, 3524, 62, 8807, 1, 4083, 20500, 11, 220, 1303, 2099, 25, 8856, 198, 220, 220, 220, 220, 220, 220, 220, 28717, 62, 19662, 62, 15952, 2611, 28, 1416, 4411, 292, 13, 50, 3398, 3620, 1921, 14692, 7753, 62, 25850, 62, 47844, 33116, 198, 220, 220, 220, 220, 220, 220, 220, 33218, 62, 19662, 62, 15952, 2611, 28, 1416, 4411, 292, 13, 50, 3398, 3620, 1921, 14692, 7753, 62, 23124, 453, 62, 33736, 33116, 198, 220, 220, 220, 220, 220, 220, 220, 12383, 62, 20786, 28, 7266, 12522, 62, 2301, 33397, 62, 25927, 11, 198, 220, 220, 220, 220, 220, 220, 220, 279, 25410, 62, 69, 9602, 28, 862, 13976, 62, 69, 9602, 11, 198, 220, 220, 220, 220, 220, 220, 220, 264, 18, 62, 69, 9602, 28, 82, 18, 62, 69, 9602, 11, 198, 220, 220, 220, 220, 220, 220, 220, 716, 80, 79, 62, 69, 9602, 28, 321, 80, 79, 62, 69, 9602, 11, 198, 220, 220, 220, 1267, 198 ]
2.592838
1,508
import sys import ctypes import struct a = 59 x = y = a b = 125.54 c = 'Hello World!' print(id(a)) print(sys.getsizeof(a)) print(ctypes.string_at(id(a), sys.getsizeof(a))) print(struct.unpack('LLLLLLl', ctypes.string_at(id(a), sys.getsizeof(a)))) print(id(int)) print('*' * 50) print(id(b)) print(sys.getsizeof(b)) z = b b = 122.99 print(ctypes.string_at(id(b), sys.getsizeof(b))) print(struct.unpack('LLLd', ctypes.string_at(id(b), sys.getsizeof(b)))) print(id(float)) print('*' * 50) print(id(c)) print(sys.getsizeof(c)) z = b b = 122.99 print(ctypes.string_at(id(c), sys.getsizeof(c))) print(struct.unpack('LLLLLLLLLLli' + 'c' * 13, ctypes.string_at(id(c), sys.getsizeof(c)))) print('*' * 50) lst = [1, 2, 3, 4] print(struct.unpack('LLLL' + 'L' * 5 * 4, ctypes.string_at(id(lst), sys.getsizeof(lst))))
[ 11748, 25064, 198, 11748, 269, 19199, 198, 11748, 2878, 628, 198, 64, 796, 7863, 198, 87, 796, 331, 796, 257, 198, 65, 796, 13151, 13, 4051, 198, 66, 796, 705, 15496, 2159, 13679, 198, 198, 4798, 7, 312, 7, 64, 4008, 198, 4798, 7, 17597, 13, 11407, 1096, 1659, 7, 64, 4008, 198, 198, 4798, 7, 310, 9497, 13, 8841, 62, 265, 7, 312, 7, 64, 828, 25064, 13, 11407, 1096, 1659, 7, 64, 22305, 198, 4798, 7, 7249, 13, 403, 8002, 10786, 3069, 3069, 3069, 75, 3256, 269, 19199, 13, 8841, 62, 265, 7, 312, 7, 64, 828, 25064, 13, 11407, 1096, 1659, 7, 64, 35514, 198, 4798, 7, 312, 7, 600, 4008, 198, 198, 4798, 10786, 9, 6, 1635, 2026, 8, 198, 4798, 7, 312, 7, 65, 4008, 198, 4798, 7, 17597, 13, 11407, 1096, 1659, 7, 65, 4008, 198, 198, 89, 796, 275, 198, 65, 796, 19409, 13, 2079, 198, 4798, 7, 310, 9497, 13, 8841, 62, 265, 7, 312, 7, 65, 828, 25064, 13, 11407, 1096, 1659, 7, 65, 22305, 198, 4798, 7, 7249, 13, 403, 8002, 10786, 3069, 43, 67, 3256, 269, 19199, 13, 8841, 62, 265, 7, 312, 7, 65, 828, 25064, 13, 11407, 1096, 1659, 7, 65, 35514, 198, 4798, 7, 312, 7, 22468, 4008, 198, 198, 4798, 10786, 9, 6, 1635, 2026, 8, 198, 4798, 7, 312, 7, 66, 4008, 198, 4798, 7, 17597, 13, 11407, 1096, 1659, 7, 66, 4008, 198, 198, 89, 796, 275, 198, 65, 796, 19409, 13, 2079, 198, 4798, 7, 310, 9497, 13, 8841, 62, 265, 7, 312, 7, 66, 828, 25064, 13, 11407, 1096, 1659, 7, 66, 22305, 198, 4798, 7, 7249, 13, 403, 8002, 10786, 3069, 3069, 3069, 3069, 3069, 4528, 6, 1343, 705, 66, 6, 1635, 1511, 11, 269, 19199, 13, 8841, 62, 265, 7, 312, 7, 66, 828, 25064, 13, 11407, 1096, 1659, 7, 66, 35514, 198, 198, 4798, 10786, 9, 6, 1635, 2026, 8, 198, 75, 301, 796, 685, 16, 11, 362, 11, 513, 11, 604, 60, 198, 4798, 7, 7249, 13, 403, 8002, 10786, 3069, 3069, 6, 1343, 705, 43, 6, 1635, 642, 1635, 604, 11, 269, 19199, 13, 8841, 62, 265, 7, 312, 7, 75, 301, 828, 25064, 13, 11407, 1096, 1659, 7, 75, 301, 35514, 198 ]
2.159151
377
from peewee import AutoField, TextField, BigIntegerField, BooleanField, ForeignKeyField from inscrawler.persistence.entity.base_model import BaseModel from inscrawler.persistence.entity.profile_entity import ProfileEntity # TODO create indexes
[ 6738, 613, 413, 1453, 1330, 11160, 15878, 11, 8255, 15878, 11, 4403, 46541, 15878, 11, 41146, 15878, 11, 8708, 9218, 15878, 198, 198, 6738, 1035, 66, 39464, 13, 19276, 13274, 13, 26858, 13, 8692, 62, 19849, 1330, 7308, 17633, 198, 6738, 1035, 66, 39464, 13, 19276, 13274, 13, 26858, 13, 13317, 62, 26858, 1330, 13118, 32398, 628, 198, 2, 16926, 46, 2251, 39199, 198 ]
3.859375
64
import sys import math from collections import defaultdict, deque sys.setrecursionlimit(10 ** 6) stdin = sys.stdin INF = float('inf') MOD = 10 ** 9 + 7 ni = lambda: int(ns()) na = lambda: list(map(int, stdin.readline().split())) ns = lambda: stdin.readline().strip() N = ni() ans = 1 A = [] for i in range(2, N + 1): A.append(i) print(lcm(A) + 1)
[ 11748, 25064, 198, 11748, 10688, 198, 6738, 17268, 1330, 4277, 11600, 11, 390, 4188, 198, 198, 17597, 13, 2617, 8344, 24197, 32374, 7, 940, 12429, 718, 8, 198, 19282, 259, 796, 25064, 13, 19282, 259, 198, 198, 1268, 37, 796, 12178, 10786, 10745, 11537, 198, 33365, 796, 838, 12429, 860, 1343, 767, 198, 198, 8461, 796, 37456, 25, 493, 7, 5907, 28955, 198, 2616, 796, 37456, 25, 1351, 7, 8899, 7, 600, 11, 14367, 259, 13, 961, 1370, 22446, 35312, 3419, 4008, 198, 5907, 796, 37456, 25, 14367, 259, 13, 961, 1370, 22446, 36311, 3419, 198, 198, 45, 796, 37628, 3419, 198, 504, 796, 352, 198, 32, 796, 17635, 198, 1640, 1312, 287, 2837, 7, 17, 11, 399, 1343, 352, 2599, 198, 220, 220, 220, 317, 13, 33295, 7, 72, 8, 198, 4798, 7, 75, 11215, 7, 32, 8, 1343, 352, 8 ]
2.492958
142
import argparse import sys, os import imageio import tensorflow as tf import Classification_BatchDataset import TensorflowUtils as utils import pickle import time from tensorflow.keras.models import Sequential, Model from tensorflow.keras.layers import Conv2D, MaxPool2D, Dropout, Flatten, Dense, Input, Lambda from tensorflow.keras.losses import CategoricalCrossentropy from tensorflow.keras.metrics import Accuracy from tensorflow.keras.optimizers import Adam from tensorflow.keras import regularizers from tensorflow.keras.regularizers import l2 from tensorflow.keras.preprocessing.image import ImageDataGenerator from tensorflow.keras.callbacks import Callback from sklearn.utils import shuffle import numpy as np import numpy.random as rng FLAGS = None def loadimgs(path,n = 0): ''' path => Path of train directory or test directory ''' X=[] y = [] cat_dict = {} lang_dict = {} curr_y = n # we load every alphabet seperately so we can isolate them later for alphabet in os.listdir(path): print("loading alphabet: " + alphabet) lang_dict[alphabet] = [curr_y,None] alphabet_path = os.path.join(path,alphabet) # every letter/category has it's own column in the array, so load seperately for letter in os.listdir(alphabet_path): cat_dict[curr_y] = (alphabet, letter) category_images=[] letter_path = os.path.join(alphabet_path, letter) # read all the images in the current category dirlist = os.listdir(letter_path) if len(dirlist)>1: for filename in dirlist: image_path = os.path.join(letter_path, filename) image = imageio.imread(image_path) category_images.append(image) # print(len(category_images)) y.append(curr_y) try: uu = np.stack(category_images) X.append(uu) # edge case - last one except ValueError as e: print(e) print("error - category_images:", category_images) print(letter) curr_y += 1 lang_dict[alphabet][1] = curr_y - 1 y = np.vstack(y) X = np.stack(X) return X,y,lang_dict # def initialize_weights(shape, name=None): # """ # The paper, http://www.cs.utoronto.ca/~gkoch/files/msc-thesis.pdf # suggests to initialize CNN layer weights with mean as 0.0 and standard deviation of 0.01 # """ # return tf.random.normal(shape, mean = 0.0, stddev = 0.01) # # def initialize_bias(shape, name=None): # """ # The paper, http://www.cs.utoronto.ca/~gkoch/files/msc-thesis.pdf # suggests to initialize CNN layer bias with mean as 0.5 and standard deviation of 0.01 # """ # return tf.random.normal(shape, mean = 0.5, stddev = 0.01) def get_siamese_model(input_shape): """ Model architecture based on the one provided in: http://www.cs.utoronto.ca/~gkoch/files/msc-thesis.pdf """ # Define the tensors for the two input images left_input = Input(input_shape) right_input = Input(input_shape) initialize_weights = tf.keras.initializers.RandomNormal(mean=0., stddev=0.01) initialize_bias = tf.keras.initializers.RandomNormal(mean=0.5, stddev=0.01) # Convolutional Neural Network model = Sequential([ Conv2D(64, (10,10), activation='relu', input_shape=input_shape, kernel_initializer=initialize_weights, kernel_regularizer=l2(2e-4)), MaxPool2D(), Conv2D(128, (7,7), activation='relu', kernel_initializer=initialize_weights, bias_initializer=initialize_bias, kernel_regularizer=l2(2e-4)), MaxPool2D(), Conv2D(128, (4,4), activation='relu', kernel_initializer=initialize_weights, bias_initializer=initialize_bias, kernel_regularizer=l2(2e-4)), MaxPool2D(), Conv2D(256, (4,4), activation='relu', kernel_initializer=initialize_weights, bias_initializer=initialize_bias, kernel_regularizer=l2(2e-4)), Flatten(), Dense(4096, activation='sigmoid', kernel_regularizer=l2(1e-3), kernel_initializer=initialize_weights,bias_initializer=initialize_bias) ]) # Generate the encodings (feature vectors) for the two images encoded_l = model(left_input) encoded_r = model(right_input) # Add a customized layer to compute the absolute difference between the encodings L1_layer = Lambda(lambda tensors:tf.math.abs(tensors[0] - tensors[1])) L1_distance = L1_layer([encoded_l, encoded_r]) # Add a dense layer with a sigmoid unit to generate the similarity score prediction = Dense(1,activation='sigmoid',bias_initializer=initialize_bias)(L1_distance) # Connect the inputs with the outputs siamese_net = Model(inputs=[left_input,right_input],outputs=prediction) # return the model return siamese_net def get_batch(batch_size,s="train"): """Create batch of n pairs, half same class, half different class""" if s == 'train': X = Xtrain categories = train_classes else: X = Xval categories = val_classes n_classes, n_examples, h, w = X.shape # randomly sample several classes to use in the batch categories = rng.choice(n_classes,size=(batch_size,),replace=False) # initialize 2 empty arrays for the input image batch pairs=[np.zeros((batch_size, h, w,1)) for i in range(2)] # initialize vector for the targets targets=np.zeros((batch_size,)) # make one half of it '1's, so 2nd half of batch has same class targets[batch_size//2:] = 1 for i in range(batch_size): category = categories[i] idx_1 = rng.randint(0, n_examples) pairs[0][i,:,:,:] = X[category, idx_1].reshape(h, w, 1) idx_2 = rng.randint(0, n_examples) # pick images of same class for 1st half, different for 2nd if i >= batch_size // 2: category_2 = category else: # add a random number to the category modulo n classes to ensure 2nd image has a different category category_2 = (category + rng.randint(1,n_classes)) % n_classes pairs[1][i,:,:,:] = X[category_2,idx_2].reshape(h, w,1) return pairs, targets def generate(batch_size, s="train"): """a generator for batches, so model.fit_generator can be used. """ while True: pairs, targets = get_batch(batch_size,s) yield (pairs, targets) def make_oneshot_task(N, s="val", language=None): """Create pairs of test image, support set for testing N way one-shot learning. """ if s == 'train': X = Xtrain categories = train_classes elif s == 'val': X = Xval categories = val_classes else : X = Xtest2 categories = test2_classes n_classes, n_examples,h, w = X.shape indices = rng.randint(0, n_examples,size=(N,)) if language is not None: # if language is specified, select characters for that language low, high = categories[language] if N > high - low: raise ValueError("This language ({}) has less than {} letters".format(language, N)) categories = rng.choice(range(low,high),size=(N,),replace=False) else: # if no language specified just pick a bunch of random letters categories = rng.choice(range(n_classes),size=(N,),replace=False) true_category = categories[0] ex1, ex2 = rng.choice(n_examples,replace=False,size=(2,)) test_image = np.asarray([X[true_category,ex1,:,:]]*N).reshape(N, h,w,1) support_set = X[categories,indices,:,:] support_set[0,:,:] = X[true_category,ex2] support_set = support_set.reshape(N, h, w,1) targets = np.zeros((N,)) targets[0] = 1 targets, test_image, support_set = shuffle(targets, test_image, support_set) pairs = [test_image,support_set] return pairs, targets def test_oneshot(model, N, k, s = "val", verbose = 0): """Test average N way oneshot learning accuracy of a siamese neural net over k one-shot tasks""" n_correct = 0 if verbose: print("Evaluating model on {} random {} way one-shot learning tasks from {} ... \n".format(k,N, s)) for i in range(k): inputs, targets = make_oneshot_task(N,s) probs = model.predict(inputs) if np.argmax(probs) == np.argmax(targets): n_correct+=1 # else: # print(targets[np.argmax(targets)]) percent_correct = (100.0 * n_correct / k) if verbose: print("Got an average of {}% {} way one-shot learning accuracy \n".format(percent_correct,N)) return percent_correct if __name__ == '__main__': parser = argparse.ArgumentParser() parser.add_argument('--data_dir', type=str, default='dataset', help='Directory for storing input data') parser.add_argument('--batch_size', type=int, default=128) parser.add_argument('--epochs', type=int, default=50) parser.add_argument('--steps', type=int, default=1000) parser.add_argument('-n', default=100, type=int) FLAGS, unparsed = parser.parse_known_args() dataset_dir = FLAGS.data_dir batch_size=FLAGS.batch_size nperclass = 100 epochs=FLAGS.epochs steps = FLAGS.steps # mode=FLAGS.mode train_dir = os.path.join(dataset_dir, 'train') validation_dir = os.path.join(dataset_dir, 'validate') intrain_test_dir = os.path.join(dataset_dir, 'test2') # classes= os.listdir(train_dir) model = get_siamese_model((220, 120, 1)) model.summary() optimizer = Adam(learning_rate=0.00006) model.compile(loss="binary_crossentropy",optimizer=optimizer) X,y,c = loadimgs(train_dir) with open(os.path.join(dataset_dir,"train.pickle"), "wb") as f: pickle.dump((X,c),f) Xval,yval,cval=loadimgs(validation_dir) with open(os.path.join(dataset_dir,"val.pickle"), "wb") as f: pickle.dump((Xval,cval),f) Xtest2,ytest2,ctest2=loadimgs(intrain_test_dir) with open(os.path.join(dataset_dir,"test2.pickle"), "wb") as f: pickle.dump((Xtest2,ctest2),f) with open(os.path.join(dataset_dir, "train.pickle"), "rb") as f: (Xtrain, train_classes) = pickle.load(f) with open(os.path.join(dataset_dir, "val.pickle"), "rb") as f: (Xval, val_classes) = pickle.load(f) with open(os.path.join(dataset_dir, "test2.pickle"), "rb") as f: (Xtest2, test2_classes) = pickle.load(f) evaluate_every = 1 # interval for evaluating on one-shot tasks n_iter = 7500 # No. of training iterations N_way = 18 # how many classes for testing one-shot tasks n_val = 200 # how many one-shot tasks to validate on best = -1 print("Starting training process!") print("-------------------------------------") t_start = time.time() history = model.fit(generate(batch_size, "train"), steps_per_epoch=steps, epochs=epochs, callbacks=[CustomCallback()]) print(history) # for i in range(1, n_iter+1): # (inputs,targets) = get_batch(batch_size) # loss = model.train_on_batch(inputs, targets) # if i % evaluate_every == 0: # print("\n ------------- \n") # print("Time for {0} iterations: {1} mins".format(i, (time.time()-t_start)/60.0)) # print("Train Loss: {0}".format(loss)) # val_acc = test_oneshot(model, N_way, n_val, verbose=True) # model.save_weights(os.path.join(dataset_dir, 'weights.{}.h5'.format(i))) # if val_acc >= best: # print("Current best: {0}, previous best: {1}".format(val_acc, best)) # best = val_acc
[ 198, 198, 11748, 1822, 29572, 198, 11748, 25064, 11, 28686, 198, 198, 11748, 2939, 952, 198, 11748, 11192, 273, 11125, 355, 48700, 198, 11748, 40984, 62, 33, 963, 27354, 292, 316, 198, 11748, 309, 22854, 11125, 18274, 4487, 355, 3384, 4487, 198, 11748, 2298, 293, 198, 11748, 640, 198, 198, 6738, 11192, 273, 11125, 13, 6122, 292, 13, 27530, 1330, 24604, 1843, 11, 9104, 198, 6738, 11192, 273, 11125, 13, 6122, 292, 13, 75, 6962, 1330, 34872, 17, 35, 11, 5436, 27201, 17, 35, 11, 14258, 448, 11, 1610, 41769, 11, 360, 1072, 11, 23412, 11, 21114, 6814, 198, 6738, 11192, 273, 11125, 13, 6122, 292, 13, 22462, 274, 1330, 327, 2397, 12409, 21544, 298, 28338, 198, 6738, 11192, 273, 11125, 13, 6122, 292, 13, 4164, 10466, 1330, 33222, 198, 6738, 11192, 273, 11125, 13, 6122, 292, 13, 40085, 11341, 1330, 7244, 198, 6738, 11192, 273, 11125, 13, 6122, 292, 1330, 3218, 11341, 198, 6738, 11192, 273, 11125, 13, 6122, 292, 13, 16338, 11341, 1330, 300, 17, 198, 6738, 11192, 273, 11125, 13, 6122, 292, 13, 3866, 36948, 13, 9060, 1330, 7412, 6601, 8645, 1352, 198, 6738, 11192, 273, 11125, 13, 6122, 292, 13, 13345, 10146, 1330, 4889, 1891, 198, 6738, 1341, 35720, 13, 26791, 1330, 36273, 198, 198, 11748, 299, 32152, 355, 220, 45941, 198, 11748, 299, 32152, 13, 25120, 355, 374, 782, 198, 198, 38948, 50, 796, 6045, 628, 198, 4299, 3440, 9600, 82, 7, 6978, 11, 77, 796, 657, 2599, 198, 220, 220, 220, 705, 7061, 198, 220, 220, 220, 3108, 5218, 10644, 286, 4512, 8619, 393, 1332, 8619, 198, 220, 220, 220, 705, 7061, 198, 220, 220, 220, 1395, 28, 21737, 198, 220, 220, 220, 331, 796, 17635, 198, 220, 220, 220, 3797, 62, 11600, 796, 23884, 198, 220, 220, 220, 42392, 62, 11600, 796, 23884, 198, 220, 220, 220, 1090, 81, 62, 88, 796, 299, 198, 220, 220, 220, 1303, 356, 3440, 790, 24830, 384, 525, 1286, 523, 356, 460, 28091, 606, 1568, 198, 220, 220, 220, 329, 24830, 287, 28686, 13, 4868, 15908, 7, 6978, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 3601, 7203, 25138, 24830, 25, 366, 1343, 24830, 8, 198, 220, 220, 220, 220, 220, 220, 220, 42392, 62, 11600, 58, 17307, 8380, 60, 796, 685, 22019, 81, 62, 88, 11, 14202, 60, 198, 220, 220, 220, 220, 220, 220, 220, 24830, 62, 6978, 796, 28686, 13, 6978, 13, 22179, 7, 6978, 11, 17307, 8380, 8, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 790, 3850, 14, 22872, 468, 340, 338, 898, 5721, 287, 262, 7177, 11, 523, 220, 3440, 384, 525, 1286, 198, 220, 220, 220, 220, 220, 220, 220, 329, 3850, 287, 28686, 13, 4868, 15908, 7, 17307, 8380, 62, 6978, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3797, 62, 11600, 58, 22019, 81, 62, 88, 60, 796, 357, 17307, 8380, 11, 3850, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6536, 62, 17566, 28, 21737, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3850, 62, 6978, 796, 28686, 13, 6978, 13, 22179, 7, 17307, 8380, 62, 6978, 11, 3850, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 1100, 477, 262, 4263, 287, 262, 1459, 6536, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 288, 1901, 396, 796, 28686, 13, 4868, 15908, 7, 9291, 62, 6978, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 18896, 7, 67, 1901, 396, 8, 29, 16, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 329, 29472, 287, 288, 1901, 396, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2939, 62, 6978, 796, 28686, 13, 6978, 13, 22179, 7, 9291, 62, 6978, 11, 29472, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2939, 796, 2939, 952, 13, 320, 961, 7, 9060, 62, 6978, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6536, 62, 17566, 13, 33295, 7, 9060, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 3601, 7, 11925, 7, 22872, 62, 17566, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 331, 13, 33295, 7, 22019, 81, 62, 88, 8, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 334, 84, 796, 45941, 13, 25558, 7, 22872, 62, 17566, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1395, 13, 33295, 7, 12303, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 5743, 1339, 220, 532, 938, 530, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2845, 11052, 12331, 355, 304, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3601, 7, 68, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3601, 7203, 18224, 532, 6536, 62, 17566, 25, 1600, 6536, 62, 17566, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3601, 7, 9291, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1090, 81, 62, 88, 15853, 352, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 42392, 62, 11600, 58, 17307, 8380, 7131, 16, 60, 796, 1090, 81, 62, 88, 532, 352, 198, 220, 220, 220, 331, 796, 45941, 13, 85, 25558, 7, 88, 8, 198, 220, 220, 220, 1395, 796, 45941, 13, 25558, 7, 55, 8, 198, 220, 220, 220, 1441, 1395, 11, 88, 11, 17204, 62, 11600, 628, 628, 198, 198, 2, 825, 41216, 62, 43775, 7, 43358, 11, 1438, 28, 14202, 2599, 198, 2, 220, 220, 220, 220, 37227, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 383, 3348, 11, 2638, 1378, 2503, 13, 6359, 13, 38409, 5957, 13, 6888, 14, 93, 70, 74, 5374, 14, 16624, 14, 907, 66, 12, 83, 8497, 13, 12315, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 5644, 284, 41216, 8100, 7679, 19590, 351, 1612, 355, 657, 13, 15, 290, 3210, 28833, 286, 657, 13, 486, 198, 2, 220, 220, 220, 220, 37227, 198, 2, 220, 220, 220, 220, 1441, 48700, 13, 25120, 13, 11265, 7, 43358, 11, 1612, 796, 657, 13, 15, 11, 336, 1860, 1990, 796, 657, 13, 486, 8, 198, 2, 198, 2, 825, 41216, 62, 65, 4448, 7, 43358, 11, 1438, 28, 14202, 2599, 198, 2, 220, 220, 220, 220, 37227, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 383, 3348, 11, 2638, 1378, 2503, 13, 6359, 13, 38409, 5957, 13, 6888, 14, 93, 70, 74, 5374, 14, 16624, 14, 907, 66, 12, 83, 8497, 13, 12315, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 5644, 284, 41216, 8100, 7679, 10690, 351, 1612, 355, 657, 13, 20, 290, 3210, 28833, 286, 657, 13, 486, 198, 2, 220, 220, 220, 220, 37227, 198, 2, 220, 220, 220, 220, 1441, 48700, 13, 25120, 13, 11265, 7, 43358, 11, 1612, 796, 657, 13, 20, 11, 336, 1860, 1990, 796, 657, 13, 486, 8, 628, 198, 4299, 651, 62, 13396, 1047, 68, 62, 19849, 7, 15414, 62, 43358, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 9104, 10959, 1912, 319, 262, 530, 2810, 287, 25, 2638, 1378, 2503, 13, 6359, 13, 38409, 5957, 13, 6888, 14, 93, 70, 74, 5374, 14, 16624, 14, 907, 66, 12, 83, 8497, 13, 12315, 198, 220, 220, 220, 37227, 628, 220, 220, 220, 1303, 2896, 500, 262, 11192, 669, 329, 262, 734, 5128, 4263, 198, 220, 220, 220, 1364, 62, 15414, 796, 23412, 7, 15414, 62, 43358, 8, 198, 220, 220, 220, 826, 62, 15414, 796, 23412, 7, 15414, 62, 43358, 8, 198, 220, 220, 220, 41216, 62, 43775, 796, 48700, 13, 6122, 292, 13, 36733, 11341, 13, 29531, 26447, 7, 32604, 28, 15, 1539, 336, 1860, 1990, 28, 15, 13, 486, 8, 198, 220, 220, 220, 41216, 62, 65, 4448, 796, 48700, 13, 6122, 292, 13, 36733, 11341, 13, 29531, 26447, 7, 32604, 28, 15, 13, 20, 11, 336, 1860, 1990, 28, 15, 13, 486, 8, 198, 220, 220, 220, 1303, 34872, 2122, 282, 47986, 7311, 198, 220, 220, 220, 2746, 796, 24604, 1843, 26933, 198, 220, 220, 220, 34872, 17, 35, 7, 2414, 11, 357, 940, 11, 940, 828, 14916, 11639, 260, 2290, 3256, 5128, 62, 43358, 28, 15414, 62, 43358, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 9720, 62, 36733, 7509, 28, 36733, 1096, 62, 43775, 11, 9720, 62, 16338, 7509, 28, 75, 17, 7, 17, 68, 12, 19, 36911, 198, 220, 220, 220, 5436, 27201, 17, 35, 22784, 198, 220, 220, 220, 34872, 17, 35, 7, 12762, 11, 357, 22, 11, 22, 828, 14916, 11639, 260, 2290, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 9720, 62, 36733, 7509, 28, 36733, 1096, 62, 43775, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 10690, 62, 36733, 7509, 28, 36733, 1096, 62, 65, 4448, 11, 9720, 62, 16338, 7509, 28, 75, 17, 7, 17, 68, 12, 19, 36911, 198, 220, 220, 220, 5436, 27201, 17, 35, 22784, 198, 220, 220, 220, 34872, 17, 35, 7, 12762, 11, 357, 19, 11, 19, 828, 14916, 11639, 260, 2290, 3256, 9720, 62, 36733, 7509, 28, 36733, 1096, 62, 43775, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 10690, 62, 36733, 7509, 28, 36733, 1096, 62, 65, 4448, 11, 9720, 62, 16338, 7509, 28, 75, 17, 7, 17, 68, 12, 19, 36911, 198, 220, 220, 220, 5436, 27201, 17, 35, 22784, 198, 220, 220, 220, 34872, 17, 35, 7, 11645, 11, 357, 19, 11, 19, 828, 14916, 11639, 260, 2290, 3256, 9720, 62, 36733, 7509, 28, 36733, 1096, 62, 43775, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 10690, 62, 36733, 7509, 28, 36733, 1096, 62, 65, 4448, 11, 9720, 62, 16338, 7509, 28, 75, 17, 7, 17, 68, 12, 19, 36911, 198, 220, 220, 220, 1610, 41769, 22784, 198, 220, 220, 220, 360, 1072, 7, 1821, 4846, 11, 14916, 11639, 82, 17225, 1868, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 9720, 62, 16338, 7509, 28, 75, 17, 7, 16, 68, 12, 18, 828, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 9720, 62, 36733, 7509, 28, 36733, 1096, 62, 43775, 11, 65, 4448, 62, 36733, 7509, 28, 36733, 1096, 62, 65, 4448, 8, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 33761, 198, 220, 220, 220, 1303, 2980, 378, 262, 2207, 375, 654, 357, 30053, 30104, 8, 329, 262, 734, 4263, 198, 220, 220, 220, 30240, 62, 75, 796, 2746, 7, 9464, 62, 15414, 8, 198, 220, 220, 220, 30240, 62, 81, 796, 2746, 7, 3506, 62, 15414, 8, 628, 220, 220, 220, 1303, 3060, 257, 27658, 7679, 284, 24061, 262, 4112, 3580, 1022, 262, 2207, 375, 654, 198, 220, 220, 220, 406, 16, 62, 29289, 796, 21114, 6814, 7, 50033, 11192, 669, 25, 27110, 13, 11018, 13, 8937, 7, 83, 641, 669, 58, 15, 60, 532, 11192, 669, 58, 16, 60, 4008, 198, 220, 220, 220, 406, 16, 62, 30246, 796, 406, 16, 62, 29289, 26933, 12685, 9043, 62, 75, 11, 30240, 62, 81, 12962, 628, 220, 220, 220, 1303, 3060, 257, 15715, 7679, 351, 257, 264, 17225, 1868, 4326, 284, 7716, 262, 26789, 4776, 198, 220, 220, 220, 17724, 796, 360, 1072, 7, 16, 11, 48545, 11639, 82, 17225, 1868, 3256, 65, 4448, 62, 36733, 7509, 28, 36733, 1096, 62, 65, 4448, 5769, 43, 16, 62, 30246, 8, 628, 220, 220, 220, 1303, 8113, 262, 17311, 351, 262, 23862, 198, 220, 220, 220, 33721, 1047, 68, 62, 3262, 796, 9104, 7, 15414, 82, 41888, 9464, 62, 15414, 11, 3506, 62, 15414, 4357, 22915, 82, 28, 28764, 2867, 8, 628, 220, 220, 220, 1303, 1441, 262, 2746, 198, 220, 220, 220, 1441, 33721, 1047, 68, 62, 3262, 628, 198, 4299, 651, 62, 43501, 7, 43501, 62, 7857, 11, 82, 2625, 27432, 1, 2599, 198, 220, 220, 220, 37227, 16447, 15458, 286, 299, 14729, 11, 2063, 976, 1398, 11, 2063, 1180, 1398, 37811, 198, 220, 220, 220, 611, 264, 6624, 705, 27432, 10354, 198, 220, 220, 220, 220, 220, 220, 220, 1395, 796, 1395, 27432, 198, 220, 220, 220, 220, 220, 220, 220, 9376, 796, 4512, 62, 37724, 198, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1395, 796, 1395, 2100, 198, 220, 220, 220, 220, 220, 220, 220, 9376, 796, 1188, 62, 37724, 198, 220, 220, 220, 299, 62, 37724, 11, 299, 62, 1069, 12629, 11, 289, 11, 266, 796, 1395, 13, 43358, 628, 220, 220, 220, 1303, 15456, 6291, 1811, 6097, 284, 779, 287, 262, 15458, 198, 220, 220, 220, 9376, 796, 374, 782, 13, 25541, 7, 77, 62, 37724, 11, 7857, 16193, 43501, 62, 7857, 11, 828, 33491, 28, 25101, 8, 628, 220, 220, 220, 1303, 41216, 362, 6565, 26515, 329, 262, 5128, 2939, 15458, 198, 220, 220, 220, 14729, 41888, 37659, 13, 9107, 418, 19510, 43501, 62, 7857, 11, 289, 11, 266, 11, 16, 4008, 329, 1312, 287, 2837, 7, 17, 15437, 628, 220, 220, 220, 1303, 41216, 15879, 329, 262, 6670, 198, 220, 220, 220, 6670, 28, 37659, 13, 9107, 418, 19510, 43501, 62, 7857, 11, 4008, 628, 220, 220, 220, 1303, 787, 530, 2063, 286, 340, 705, 16, 338, 11, 523, 362, 358, 2063, 286, 15458, 468, 976, 1398, 198, 220, 220, 220, 6670, 58, 43501, 62, 7857, 1003, 17, 47715, 796, 352, 198, 220, 220, 220, 329, 1312, 287, 2837, 7, 43501, 62, 7857, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 6536, 796, 9376, 58, 72, 60, 198, 220, 220, 220, 220, 220, 220, 220, 4686, 87, 62, 16, 796, 374, 782, 13, 25192, 600, 7, 15, 11, 299, 62, 1069, 12629, 8, 198, 220, 220, 220, 220, 220, 220, 220, 14729, 58, 15, 7131, 72, 11, 45299, 45299, 47715, 796, 1395, 58, 22872, 11, 4686, 87, 62, 16, 4083, 3447, 1758, 7, 71, 11, 266, 11, 352, 8, 198, 220, 220, 220, 220, 220, 220, 220, 4686, 87, 62, 17, 796, 374, 782, 13, 25192, 600, 7, 15, 11, 299, 62, 1069, 12629, 8, 628, 220, 220, 220, 220, 220, 220, 220, 1303, 2298, 4263, 286, 976, 1398, 329, 352, 301, 2063, 11, 1180, 329, 362, 358, 198, 220, 220, 220, 220, 220, 220, 220, 611, 1312, 18189, 15458, 62, 7857, 3373, 362, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6536, 62, 17, 796, 6536, 198, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 751, 257, 4738, 1271, 284, 262, 6536, 953, 43348, 299, 6097, 284, 4155, 362, 358, 2939, 468, 257, 1180, 6536, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6536, 62, 17, 796, 357, 22872, 1343, 374, 782, 13, 25192, 600, 7, 16, 11, 77, 62, 37724, 4008, 4064, 299, 62, 37724, 628, 628, 220, 220, 220, 220, 220, 220, 220, 14729, 58, 16, 7131, 72, 11, 45299, 45299, 47715, 796, 1395, 58, 22872, 62, 17, 11, 312, 87, 62, 17, 4083, 3447, 1758, 7, 71, 11, 266, 11, 16, 8, 628, 220, 220, 220, 1441, 14729, 11, 6670, 628, 198, 4299, 7716, 7, 43501, 62, 7857, 11, 264, 2625, 27432, 1, 2599, 198, 220, 220, 220, 37227, 64, 17301, 329, 37830, 11, 523, 2746, 13, 11147, 62, 8612, 1352, 460, 307, 973, 13, 37227, 198, 220, 220, 220, 981, 6407, 25, 198, 220, 220, 220, 220, 220, 220, 220, 14729, 11, 6670, 796, 651, 62, 43501, 7, 43501, 62, 7857, 11, 82, 8, 198, 220, 220, 220, 220, 220, 220, 220, 7800, 357, 79, 3468, 11, 6670, 8, 198, 198, 4299, 787, 62, 1952, 8940, 62, 35943, 7, 45, 11, 264, 2625, 2100, 1600, 3303, 28, 14202, 2599, 198, 220, 220, 220, 37227, 16447, 14729, 286, 1332, 2939, 11, 1104, 900, 329, 4856, 399, 835, 530, 12, 9442, 4673, 13, 37227, 198, 220, 220, 220, 611, 264, 6624, 705, 27432, 10354, 198, 220, 220, 220, 220, 220, 220, 220, 1395, 796, 1395, 27432, 198, 220, 220, 220, 220, 220, 220, 220, 9376, 796, 4512, 62, 37724, 198, 220, 220, 220, 1288, 361, 264, 6624, 705, 2100, 10354, 198, 220, 220, 220, 220, 220, 220, 220, 1395, 796, 1395, 2100, 198, 220, 220, 220, 220, 220, 220, 220, 9376, 796, 1188, 62, 37724, 628, 220, 220, 220, 2073, 1058, 198, 220, 220, 220, 220, 220, 220, 220, 1395, 796, 1395, 9288, 17, 198, 220, 220, 220, 220, 220, 220, 220, 9376, 796, 1332, 17, 62, 37724, 198, 220, 220, 220, 299, 62, 37724, 11, 299, 62, 1069, 12629, 11, 71, 11, 266, 796, 1395, 13, 43358, 628, 220, 220, 220, 36525, 796, 374, 782, 13, 25192, 600, 7, 15, 11, 299, 62, 1069, 12629, 11, 7857, 16193, 45, 11, 4008, 198, 220, 220, 220, 611, 3303, 318, 407, 6045, 25, 1303, 611, 3303, 318, 7368, 11, 2922, 3435, 329, 326, 3303, 198, 220, 220, 220, 220, 220, 220, 220, 1877, 11, 1029, 796, 9376, 58, 16129, 60, 198, 220, 220, 220, 220, 220, 220, 220, 611, 399, 1875, 1029, 532, 1877, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5298, 11052, 12331, 7203, 1212, 3303, 37913, 30072, 468, 1342, 621, 23884, 7475, 1911, 18982, 7, 16129, 11, 399, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 9376, 796, 374, 782, 13, 25541, 7, 9521, 7, 9319, 11, 8929, 828, 7857, 16193, 45, 11, 828, 33491, 28, 25101, 8, 628, 220, 220, 220, 2073, 25, 1303, 611, 645, 3303, 7368, 655, 2298, 257, 7684, 286, 4738, 7475, 198, 220, 220, 220, 220, 220, 220, 220, 9376, 796, 374, 782, 13, 25541, 7, 9521, 7, 77, 62, 37724, 828, 7857, 16193, 45, 11, 828, 33491, 28, 25101, 8, 198, 220, 220, 220, 2081, 62, 22872, 796, 9376, 58, 15, 60, 198, 220, 220, 220, 409, 16, 11, 409, 17, 796, 374, 782, 13, 25541, 7, 77, 62, 1069, 12629, 11, 33491, 28, 25101, 11, 7857, 16193, 17, 11, 4008, 198, 220, 220, 220, 1332, 62, 9060, 796, 45941, 13, 292, 18747, 26933, 55, 58, 7942, 62, 22872, 11, 1069, 16, 11, 45299, 25, 11907, 9, 45, 737, 3447, 1758, 7, 45, 11, 289, 11, 86, 11, 16, 8, 198, 220, 220, 220, 1104, 62, 2617, 796, 1395, 58, 66, 26129, 11, 521, 1063, 11, 45299, 47715, 198, 220, 220, 220, 1104, 62, 2617, 58, 15, 11, 45299, 47715, 796, 1395, 58, 7942, 62, 22872, 11, 1069, 17, 60, 198, 220, 220, 220, 1104, 62, 2617, 796, 1104, 62, 2617, 13, 3447, 1758, 7, 45, 11, 289, 11, 266, 11, 16, 8, 198, 220, 220, 220, 6670, 796, 45941, 13, 9107, 418, 19510, 45, 11, 4008, 198, 220, 220, 220, 6670, 58, 15, 60, 796, 352, 198, 220, 220, 220, 6670, 11, 1332, 62, 9060, 11, 1104, 62, 2617, 796, 36273, 7, 83, 853, 1039, 11, 1332, 62, 9060, 11, 1104, 62, 2617, 8, 198, 220, 220, 220, 14729, 796, 685, 9288, 62, 9060, 11, 11284, 62, 2617, 60, 628, 220, 220, 220, 1441, 14729, 11, 6670, 628, 198, 198, 4299, 1332, 62, 1952, 8940, 7, 19849, 11, 399, 11, 479, 11, 264, 796, 366, 2100, 1600, 15942, 577, 796, 657, 2599, 198, 220, 220, 220, 37227, 14402, 2811, 399, 835, 3392, 8940, 4673, 9922, 286, 257, 33721, 1047, 68, 17019, 2010, 625, 479, 530, 12, 9442, 8861, 37811, 198, 220, 220, 220, 299, 62, 30283, 796, 657, 198, 220, 220, 220, 611, 15942, 577, 25, 198, 220, 220, 220, 220, 220, 220, 220, 3601, 7203, 36, 2100, 11927, 2746, 319, 23884, 4738, 23884, 835, 530, 12, 9442, 4673, 8861, 422, 23884, 2644, 3467, 77, 1911, 18982, 7, 74, 11, 45, 11, 264, 4008, 198, 220, 220, 220, 329, 1312, 287, 2837, 7, 74, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 17311, 11, 6670, 796, 787, 62, 1952, 8940, 62, 35943, 7, 45, 11, 82, 8, 198, 220, 220, 220, 220, 220, 220, 220, 386, 1443, 796, 2746, 13, 79, 17407, 7, 15414, 82, 8, 198, 220, 220, 220, 220, 220, 220, 220, 611, 45941, 13, 853, 9806, 7, 1676, 1443, 8, 6624, 45941, 13, 853, 9806, 7, 83, 853, 1039, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 299, 62, 30283, 47932, 16, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 220, 220, 220, 220, 3601, 7, 83, 853, 1039, 58, 37659, 13, 853, 9806, 7, 83, 853, 1039, 8, 12962, 198, 220, 220, 220, 1411, 62, 30283, 796, 357, 3064, 13, 15, 1635, 299, 62, 30283, 1220, 479, 8, 198, 220, 220, 220, 611, 15942, 577, 25, 198, 220, 220, 220, 220, 220, 220, 220, 3601, 7203, 30074, 281, 2811, 286, 23884, 4, 23884, 835, 530, 12, 9442, 4673, 9922, 3467, 77, 1911, 18982, 7, 25067, 62, 30283, 11, 45, 4008, 198, 220, 220, 220, 1441, 1411, 62, 30283, 628, 628, 198, 198, 361, 11593, 3672, 834, 6624, 705, 834, 12417, 834, 10354, 198, 220, 220, 220, 30751, 796, 1822, 29572, 13, 28100, 1713, 46677, 3419, 198, 220, 220, 220, 30751, 13, 2860, 62, 49140, 10786, 438, 7890, 62, 15908, 3256, 2099, 28, 2536, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 11639, 19608, 292, 316, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1037, 11639, 43055, 329, 23069, 5128, 1366, 11537, 198, 220, 220, 220, 30751, 13, 2860, 62, 49140, 10786, 438, 43501, 62, 7857, 3256, 2099, 28, 600, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 28, 12762, 8, 198, 220, 220, 220, 30751, 13, 2860, 62, 49140, 10786, 438, 538, 5374, 82, 3256, 2099, 28, 600, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 28, 1120, 8, 198, 220, 220, 220, 30751, 13, 2860, 62, 49140, 10786, 438, 20214, 3256, 2099, 28, 600, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 28, 12825, 8, 198, 220, 220, 220, 30751, 13, 2860, 62, 49140, 10786, 12, 77, 3256, 4277, 28, 3064, 11, 2099, 28, 600, 8, 628, 220, 220, 220, 9977, 4760, 50, 11, 8593, 945, 276, 796, 30751, 13, 29572, 62, 4002, 62, 22046, 3419, 628, 220, 220, 220, 27039, 62, 15908, 796, 9977, 4760, 50, 13, 7890, 62, 15908, 198, 220, 220, 220, 15458, 62, 7857, 28, 38948, 50, 13, 43501, 62, 7857, 198, 220, 220, 220, 299, 525, 4871, 796, 1802, 198, 220, 220, 220, 36835, 82, 28, 38948, 50, 13, 538, 5374, 82, 198, 220, 220, 220, 4831, 796, 9977, 4760, 50, 13, 20214, 198, 220, 220, 220, 1303, 4235, 28, 38948, 50, 13, 14171, 198, 220, 220, 220, 4512, 62, 15908, 796, 28686, 13, 6978, 13, 22179, 7, 19608, 292, 316, 62, 15908, 11, 705, 27432, 11537, 198, 220, 220, 220, 21201, 62, 15908, 796, 28686, 13, 6978, 13, 22179, 7, 19608, 292, 316, 62, 15908, 11, 705, 12102, 378, 11537, 198, 220, 220, 220, 493, 3201, 62, 9288, 62, 15908, 796, 28686, 13, 6978, 13, 22179, 7, 19608, 292, 316, 62, 15908, 11, 705, 9288, 17, 11537, 198, 220, 220, 220, 1303, 6097, 28, 28686, 13, 4868, 15908, 7, 27432, 62, 15908, 8, 198, 220, 220, 220, 2746, 796, 651, 62, 13396, 1047, 68, 62, 19849, 19510, 17572, 11, 7982, 11, 352, 4008, 198, 220, 220, 220, 2746, 13, 49736, 3419, 198, 220, 220, 220, 6436, 7509, 796, 7244, 7, 40684, 62, 4873, 28, 15, 13, 2388, 21, 8, 198, 220, 220, 220, 2746, 13, 5589, 576, 7, 22462, 2625, 39491, 62, 19692, 298, 28338, 1600, 40085, 7509, 28, 40085, 7509, 8, 198, 220, 220, 220, 1395, 11, 88, 11, 66, 796, 3440, 9600, 82, 7, 27432, 62, 15908, 8, 198, 220, 220, 220, 351, 1280, 7, 418, 13, 6978, 13, 22179, 7, 19608, 292, 316, 62, 15908, 553, 27432, 13, 27729, 293, 12340, 366, 39346, 4943, 355, 277, 25, 198, 220, 220, 220, 220, 220, 220, 220, 2298, 293, 13, 39455, 19510, 55, 11, 66, 828, 69, 8, 628, 198, 220, 220, 220, 1395, 2100, 11, 88, 2100, 11, 66, 2100, 28, 2220, 9600, 82, 7, 12102, 341, 62, 15908, 8, 198, 220, 220, 220, 351, 1280, 7, 418, 13, 6978, 13, 22179, 7, 19608, 292, 316, 62, 15908, 553, 2100, 13, 27729, 293, 12340, 366, 39346, 4943, 355, 277, 25, 198, 220, 220, 220, 220, 220, 220, 220, 2298, 293, 13, 39455, 19510, 55, 2100, 11, 66, 2100, 828, 69, 8, 628, 628, 220, 220, 220, 1395, 9288, 17, 11, 88, 9288, 17, 11, 310, 395, 17, 28, 2220, 9600, 82, 7, 600, 3201, 62, 9288, 62, 15908, 8, 198, 220, 220, 220, 351, 1280, 7, 418, 13, 6978, 13, 22179, 7, 19608, 292, 316, 62, 15908, 553, 9288, 17, 13, 27729, 293, 12340, 366, 39346, 4943, 355, 277, 25, 198, 220, 220, 220, 220, 220, 220, 220, 2298, 293, 13, 39455, 19510, 55, 9288, 17, 11, 310, 395, 17, 828, 69, 8, 628, 628, 220, 220, 220, 351, 1280, 7, 418, 13, 6978, 13, 22179, 7, 19608, 292, 316, 62, 15908, 11, 366, 27432, 13, 27729, 293, 12340, 366, 26145, 4943, 355, 277, 25, 198, 220, 220, 220, 220, 220, 220, 220, 357, 55, 27432, 11, 4512, 62, 37724, 8, 796, 2298, 293, 13, 2220, 7, 69, 8, 628, 220, 220, 220, 351, 1280, 7, 418, 13, 6978, 13, 22179, 7, 19608, 292, 316, 62, 15908, 11, 366, 2100, 13, 27729, 293, 12340, 366, 26145, 4943, 355, 277, 25, 198, 220, 220, 220, 220, 220, 220, 220, 357, 55, 2100, 11, 1188, 62, 37724, 8, 796, 2298, 293, 13, 2220, 7, 69, 8, 628, 628, 220, 220, 220, 351, 1280, 7, 418, 13, 6978, 13, 22179, 7, 19608, 292, 316, 62, 15908, 11, 366, 9288, 17, 13, 27729, 293, 12340, 366, 26145, 4943, 355, 277, 25, 198, 220, 220, 220, 220, 220, 220, 220, 357, 55, 9288, 17, 11, 1332, 17, 62, 37724, 8, 796, 2298, 293, 13, 2220, 7, 69, 8, 628, 220, 220, 220, 13446, 62, 16833, 796, 352, 1303, 16654, 329, 22232, 319, 530, 12, 9442, 8861, 198, 220, 220, 220, 299, 62, 2676, 796, 767, 4059, 1303, 1400, 13, 286, 3047, 34820, 198, 220, 220, 220, 399, 62, 1014, 796, 1248, 1303, 703, 867, 6097, 329, 4856, 530, 12, 9442, 8861, 198, 220, 220, 220, 299, 62, 2100, 796, 939, 1303, 703, 867, 530, 12, 9442, 8861, 284, 26571, 319, 198, 220, 220, 220, 1266, 796, 532, 16, 628, 220, 220, 220, 3601, 7203, 22851, 3047, 1429, 2474, 8, 198, 220, 220, 220, 3601, 7203, 3880, 30934, 4943, 198, 220, 220, 220, 256, 62, 9688, 796, 640, 13, 2435, 3419, 628, 628, 198, 220, 220, 220, 2106, 796, 2746, 13, 11147, 7, 8612, 378, 7, 43501, 62, 7857, 11, 366, 27432, 12340, 4831, 62, 525, 62, 538, 5374, 28, 20214, 11, 36835, 82, 28, 538, 5374, 82, 11, 869, 10146, 41888, 15022, 47258, 3419, 12962, 198, 220, 220, 220, 3601, 7, 23569, 8, 628, 198, 220, 220, 220, 1303, 329, 1312, 287, 2837, 7, 16, 11, 299, 62, 2676, 10, 16, 2599, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 357, 15414, 82, 11, 83, 853, 1039, 8, 796, 651, 62, 43501, 7, 43501, 62, 7857, 8, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 2994, 796, 2746, 13, 27432, 62, 261, 62, 43501, 7, 15414, 82, 11, 6670, 8, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 611, 1312, 4064, 13446, 62, 16833, 6624, 657, 25, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 220, 220, 220, 220, 3601, 7203, 59, 77, 220, 32501, 3467, 77, 4943, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 220, 220, 220, 220, 3601, 7203, 7575, 329, 1391, 15, 92, 34820, 25, 1391, 16, 92, 23550, 1911, 18982, 7, 72, 11, 357, 2435, 13, 2435, 3419, 12, 83, 62, 9688, 20679, 1899, 13, 15, 4008, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 220, 220, 220, 220, 3601, 7203, 44077, 22014, 25, 1391, 15, 92, 1911, 18982, 7, 22462, 4008, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 220, 220, 220, 220, 1188, 62, 4134, 796, 1332, 62, 1952, 8940, 7, 19849, 11, 399, 62, 1014, 11, 299, 62, 2100, 11, 15942, 577, 28, 17821, 8, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 220, 220, 220, 220, 2746, 13, 21928, 62, 43775, 7, 418, 13, 6978, 13, 22179, 7, 19608, 292, 316, 62, 15908, 11, 705, 43775, 13, 90, 27422, 71, 20, 4458, 18982, 7, 72, 22305, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 220, 220, 220, 220, 611, 1188, 62, 4134, 18189, 1266, 25, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3601, 7203, 11297, 1266, 25, 1391, 15, 5512, 2180, 1266, 25, 1391, 16, 92, 1911, 18982, 7, 2100, 62, 4134, 11, 1266, 4008, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1266, 796, 1188, 62, 4134, 198 ]
2.322311
5,141
# -*- coding: utf-8 -*- """ Created March 2015 by JT Fuchs, UNC. This program interpolates grids of models. It is called by finegrid.py, which contains all the necessary options. Unless you want to change which wavelengths to keep, you shouldn't need to change things here. But keep in mind that interpolation is tricky, you should look at the results carefully. """ import numpy as np import matplotlib.pyplot as plt from scipy.interpolate import InterpolatedUnivariateSpline from scipy.interpolate import RectBivariateSpline import os import datetime
[ 2, 532, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12, 198, 37811, 198, 41972, 2805, 1853, 416, 449, 51, 376, 37533, 11, 39151, 13, 198, 198, 1212, 1430, 39555, 689, 50000, 286, 4981, 13, 632, 318, 1444, 416, 3734, 25928, 13, 9078, 11, 543, 4909, 477, 262, 3306, 3689, 13, 17486, 345, 765, 284, 1487, 543, 45656, 284, 1394, 11, 345, 6584, 470, 761, 284, 1487, 1243, 994, 13, 887, 1394, 287, 2000, 326, 39555, 341, 318, 17198, 11, 345, 815, 804, 379, 262, 2482, 7773, 13, 198, 37811, 628, 198, 11748, 299, 32152, 355, 45941, 198, 11748, 2603, 29487, 8019, 13, 9078, 29487, 355, 458, 83, 198, 6738, 629, 541, 88, 13, 3849, 16104, 378, 1330, 4225, 16104, 515, 3118, 42524, 26568, 500, 198, 6738, 629, 541, 88, 13, 3849, 16104, 378, 1330, 48599, 33, 42524, 26568, 500, 198, 11748, 28686, 198, 11748, 4818, 8079, 198 ]
3.706667
150
import re # Search for an upper case "S" character in the beginning of a word, and print its position: txt = "The rain in Spain" x = re.search(r"\bS\w+", txt) print(x.span())
[ 11748, 302, 198, 198, 2, 11140, 329, 281, 6727, 1339, 366, 50, 1, 2095, 287, 262, 3726, 286, 257, 1573, 11, 290, 3601, 663, 2292, 25, 198, 198, 14116, 796, 366, 464, 6290, 287, 8602, 1, 198, 87, 796, 302, 13, 12947, 7, 81, 1, 59, 65, 50, 59, 86, 10, 1600, 256, 742, 8, 198, 4798, 7, 87, 13, 12626, 28955, 198 ]
2.809524
63
#!/usr/bin/env python # coding: utf-8 # In[31]: from typing import Optional, Callable, Tuple, List, NoReturn from functools import partial, reduce import matplotlib.pyplot as plt import matplotlib.image as img import numpy as np import cv2 as cv import PIL as pil # In[2]: # User-defined functions, utils module found in the same directory as Erosion.ipynb from utils import binarise, side_by_side # In[3]: x = img.imread('imagenes/Im1T4.png') # In[4]: plt.imshow(x, cmap='gray') # In[5]: x = 1 - x # In[6]: plt.imshow(x, cmap='gray') # In[7]: binaria = binarise(x) plt.imshow(binaria, cmap='gray') # In[8]: help(cv.dilate) # In[9]: kernel = np.ones((10, 10)) side_by_side(binaria, cv.dilate(binaria, kernel), title1='Original', title2=f'Kernel {kernel.shape}') # In[10]: kernel = np.ones((2, 50)) side_by_side(binaria, cv.dilate(binaria, kernel), title1='Original', title2=f'Kernel {kernel.shape}') # In[11]: kernel = np.ones((50, 2)) side_by_side(binaria, cv.dilate(binaria, kernel), title1='Original', title2=f'Kernel {kernel.shape}') # # Example found on page 643 # In[12]: text = cv.imread('imagenes/text.png', 0) text.shape # In[13]: plt.imshow(text, cmap='gray') # In[14]: text2 = binarise(text, threshold=115) plt.imshow(text2, cmap='gray') # In[15]: kernel = np.ones((1, 1)) side_by_side(text2, cv.dilate(text2, kernel), title1='Original', title2=f'Kernel {kernel.shape}') # In[16]: kernel = np.ones((3, 3)) side_by_side(text2[400:, 400:], cv.dilate(text2[400:, 400:], kernel), title1='Original', title2=f'Kernel {kernel.shape}') # In[17]: kernel = np.ones((15, 15)) side_by_side(text2, cv.dilate(text2, kernel), title1='Original', title2=f'Kernel {kernel.shape}') # In[ ]: # In[43]: A = np.zeros((11, 11)) A[5, 5] = 1 plt.grid() plt.imshow(A, cmap='gray') # In[42]: B = [A, np.ones((3, 1)), np.ones((1, 3))] dilate_decomposed = reduce(lambda x, y: cv.dilate(x, y), B) plt.grid() plt.imshow(dilate_decomposed, cmap='gray') # In[49]: y = np.array([1, 1, 0, 0, 1, 1, 0, 1, 0]) y.shape = 3, 3 y = np.uint8(y) y # In[52]: side_by_side(A, cv.dilate(A, y)) # In[40]: np.ones((3, 1)) # In[ ]: reverse
[ 2, 48443, 14629, 14, 8800, 14, 24330, 21015, 198, 2, 19617, 25, 3384, 69, 12, 23, 198, 198, 2, 554, 58, 3132, 5974, 628, 198, 6738, 19720, 1330, 32233, 11, 4889, 540, 11, 309, 29291, 11, 7343, 11, 1400, 13615, 198, 6738, 1257, 310, 10141, 1330, 13027, 11, 4646, 198, 198, 11748, 2603, 29487, 8019, 13, 9078, 29487, 355, 458, 83, 198, 11748, 2603, 29487, 8019, 13, 9060, 355, 33705, 198, 198, 11748, 299, 32152, 355, 45941, 198, 11748, 269, 85, 17, 355, 269, 85, 198, 11748, 350, 4146, 355, 5560, 628, 198, 2, 554, 58, 17, 5974, 628, 198, 2, 11787, 12, 23211, 5499, 11, 3384, 4487, 8265, 1043, 287, 262, 976, 8619, 355, 412, 4951, 295, 13, 541, 2047, 65, 198, 6738, 3384, 4487, 1330, 9874, 283, 786, 11, 1735, 62, 1525, 62, 1589, 628, 198, 2, 554, 58, 18, 5974, 628, 198, 87, 796, 33705, 13, 320, 961, 10786, 320, 11286, 274, 14, 3546, 16, 51, 19, 13, 11134, 11537, 628, 198, 2, 554, 58, 19, 5974, 628, 198, 489, 83, 13, 320, 12860, 7, 87, 11, 269, 8899, 11639, 44605, 11537, 628, 198, 2, 554, 58, 20, 5974, 628, 198, 87, 796, 352, 532, 2124, 628, 198, 2, 554, 58, 21, 5974, 628, 198, 489, 83, 13, 320, 12860, 7, 87, 11, 269, 8899, 11639, 44605, 11537, 628, 198, 2, 554, 58, 22, 5974, 628, 198, 8800, 10312, 796, 9874, 283, 786, 7, 87, 8, 198, 489, 83, 13, 320, 12860, 7, 8800, 10312, 11, 269, 8899, 11639, 44605, 11537, 628, 198, 2, 554, 58, 23, 5974, 628, 198, 16794, 7, 33967, 13, 67, 346, 378, 8, 628, 198, 2, 554, 58, 24, 5974, 628, 198, 33885, 796, 45941, 13, 1952, 19510, 940, 11, 838, 4008, 198, 1589, 62, 1525, 62, 1589, 7, 8800, 10312, 11, 269, 85, 13, 67, 346, 378, 7, 8800, 10312, 11, 9720, 828, 3670, 16, 11639, 20556, 3256, 3670, 17, 28, 69, 6, 42, 7948, 1391, 33885, 13, 43358, 92, 11537, 628, 198, 2, 554, 58, 940, 5974, 628, 198, 33885, 796, 45941, 13, 1952, 19510, 17, 11, 2026, 4008, 198, 1589, 62, 1525, 62, 1589, 7, 8800, 10312, 11, 269, 85, 13, 67, 346, 378, 7, 8800, 10312, 11, 9720, 828, 3670, 16, 11639, 20556, 3256, 3670, 17, 28, 69, 6, 42, 7948, 1391, 33885, 13, 43358, 92, 11537, 628, 198, 2, 554, 58, 1157, 5974, 628, 198, 33885, 796, 45941, 13, 1952, 19510, 1120, 11, 362, 4008, 198, 1589, 62, 1525, 62, 1589, 7, 8800, 10312, 11, 269, 85, 13, 67, 346, 378, 7, 8800, 10312, 11, 9720, 828, 3670, 16, 11639, 20556, 3256, 3670, 17, 28, 69, 6, 42, 7948, 1391, 33885, 13, 43358, 92, 11537, 628, 198, 2, 1303, 17934, 1043, 319, 2443, 718, 3559, 198, 198, 2, 554, 58, 1065, 5974, 628, 198, 5239, 796, 269, 85, 13, 320, 961, 10786, 320, 11286, 274, 14, 5239, 13, 11134, 3256, 657, 8, 198, 5239, 13, 43358, 628, 198, 2, 554, 58, 1485, 5974, 628, 198, 489, 83, 13, 320, 12860, 7, 5239, 11, 269, 8899, 11639, 44605, 11537, 628, 198, 2, 554, 58, 1415, 5974, 628, 198, 5239, 17, 796, 9874, 283, 786, 7, 5239, 11, 11387, 28, 15363, 8, 198, 489, 83, 13, 320, 12860, 7, 5239, 17, 11, 269, 8899, 11639, 44605, 11537, 628, 198, 2, 554, 58, 1314, 5974, 628, 198, 33885, 796, 45941, 13, 1952, 19510, 16, 11, 352, 4008, 198, 1589, 62, 1525, 62, 1589, 7, 5239, 17, 11, 269, 85, 13, 67, 346, 378, 7, 5239, 17, 11, 9720, 828, 3670, 16, 11639, 20556, 3256, 3670, 17, 28, 69, 6, 42, 7948, 1391, 33885, 13, 43358, 92, 11537, 628, 198, 2, 554, 58, 1433, 5974, 628, 198, 33885, 796, 45941, 13, 1952, 19510, 18, 11, 513, 4008, 198, 1589, 62, 1525, 62, 1589, 7, 5239, 17, 58, 7029, 45299, 7337, 25, 4357, 269, 85, 13, 67, 346, 378, 7, 5239, 17, 58, 7029, 45299, 7337, 25, 4357, 9720, 828, 3670, 16, 11639, 20556, 3256, 3670, 17, 28, 69, 6, 42, 7948, 1391, 33885, 13, 43358, 92, 11537, 628, 198, 2, 554, 58, 1558, 5974, 628, 198, 33885, 796, 45941, 13, 1952, 19510, 1314, 11, 1315, 4008, 198, 1589, 62, 1525, 62, 1589, 7, 5239, 17, 11, 269, 85, 13, 67, 346, 378, 7, 5239, 17, 11, 9720, 828, 3670, 16, 11639, 20556, 3256, 3670, 17, 28, 69, 6, 42, 7948, 1391, 33885, 13, 43358, 92, 11537, 628, 198, 2, 554, 58, 2361, 25, 628, 628, 198, 198, 2, 554, 58, 3559, 5974, 628, 198, 32, 796, 45941, 13, 9107, 418, 19510, 1157, 11, 1367, 4008, 198, 32, 58, 20, 11, 642, 60, 796, 352, 198, 489, 83, 13, 25928, 3419, 198, 489, 83, 13, 320, 12860, 7, 32, 11, 269, 8899, 11639, 44605, 11537, 628, 198, 2, 554, 58, 3682, 5974, 628, 198, 33, 796, 685, 32, 11, 45941, 13, 1952, 19510, 18, 11, 352, 36911, 45941, 13, 1952, 19510, 16, 11, 513, 4008, 60, 198, 67, 346, 378, 62, 12501, 3361, 1335, 796, 4646, 7, 50033, 2124, 11, 331, 25, 269, 85, 13, 67, 346, 378, 7, 87, 11, 331, 828, 347, 8, 198, 489, 83, 13, 25928, 3419, 198, 489, 83, 13, 320, 12860, 7, 67, 346, 378, 62, 12501, 3361, 1335, 11, 269, 8899, 11639, 44605, 11537, 628, 198, 2, 554, 58, 2920, 5974, 628, 198, 88, 796, 45941, 13, 18747, 26933, 16, 11, 352, 11, 657, 11, 657, 11, 352, 11, 352, 11, 657, 11, 352, 11, 657, 12962, 198, 88, 13, 43358, 796, 513, 11, 513, 198, 88, 796, 45941, 13, 28611, 23, 7, 88, 8, 198, 88, 628, 198, 2, 554, 58, 4309, 5974, 628, 198, 1589, 62, 1525, 62, 1589, 7, 32, 11, 269, 85, 13, 67, 346, 378, 7, 32, 11, 331, 4008, 628, 198, 2, 554, 58, 1821, 5974, 628, 198, 37659, 13, 1952, 19510, 18, 11, 352, 4008, 628, 198, 2, 554, 58, 2361, 25, 628, 198, 50188, 628 ]
2.229757
988
from .bulletin import Bulletin from bs4 import BeautifulSoup import re
[ 6738, 764, 15065, 1616, 259, 1330, 30551, 198, 6738, 275, 82, 19, 1330, 23762, 50, 10486, 198, 198, 11748, 302, 628, 198 ]
3.363636
22
""" Copyright Jun 2021 Konstantin Briukhnov (kooltew at gmail.com) (@CostaBru). San-Francisco Bay Area. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. """ from flags.flags import doUseLimits, doSolveSuperInc from .knapsack import knapsackSolver from .knapsackNd import knapsackNSolver from .knapsackPareto import * from collections import defaultdict from collections import deque from decimal import Decimal import time import math import sys from .paretoPoint import paretoPoint, paretoPoint1 from .wPoint import wPoint1
[ 37811, 198, 15269, 7653, 33448, 17431, 18797, 259, 25866, 2724, 21116, 709, 357, 74, 970, 83, 413, 379, 308, 4529, 13, 785, 8, 4275, 13729, 64, 33, 622, 737, 2986, 12, 42885, 4861, 4696, 9498, 13, 198, 198, 5990, 3411, 318, 29376, 7520, 11, 1479, 286, 3877, 11, 284, 597, 1048, 16727, 257, 4866, 286, 428, 3788, 290, 3917, 10314, 3696, 357, 1169, 366, 25423, 12340, 198, 1462, 1730, 287, 262, 10442, 1231, 17504, 11, 1390, 1231, 17385, 262, 2489, 284, 779, 11, 4866, 11, 13096, 11, 20121, 11, 7715, 11, 14983, 11, 850, 43085, 11, 198, 392, 14, 273, 3677, 9088, 286, 262, 10442, 11, 290, 284, 8749, 6506, 284, 4150, 262, 10442, 318, 30760, 284, 466, 523, 11, 2426, 284, 262, 1708, 3403, 25, 198, 198, 464, 2029, 6634, 4003, 290, 428, 7170, 4003, 2236, 307, 3017, 287, 477, 9088, 393, 8904, 16690, 286, 262, 10442, 13, 198, 198, 10970, 47466, 3180, 36592, 2389, 1961, 366, 1921, 3180, 1600, 42881, 34764, 56, 3963, 15529, 509, 12115, 11, 7788, 32761, 6375, 8959, 49094, 11, 198, 1268, 39149, 2751, 21728, 5626, 40880, 5390, 3336, 34764, 11015, 3963, 34482, 3398, 1565, 5603, 25382, 11, 376, 46144, 7473, 317, 16652, 2149, 37232, 33079, 48933, 5357, 44521, 1268, 10913, 2751, 12529, 13, 198, 1268, 8005, 49261, 50163, 3336, 37195, 20673, 6375, 27975, 38162, 9947, 367, 15173, 4877, 9348, 43031, 19146, 7473, 15529, 47666, 3955, 11, 29506, 25552, 6375, 25401, 43031, 25382, 11, 7655, 2767, 16879, 3268, 3537, 40282, 3963, 27342, 10659, 11, 198, 51, 9863, 6375, 25401, 54, 24352, 11, 5923, 1797, 2751, 16034, 11, 16289, 3963, 6375, 3268, 7102, 45, 24565, 13315, 3336, 47466, 6375, 3336, 23210, 6375, 25401, 5550, 1847, 20754, 3268, 3336, 47466, 13, 198, 37811, 198, 198, 6738, 9701, 13, 33152, 1330, 466, 11041, 19352, 896, 11, 466, 50, 6442, 12442, 25517, 198, 6738, 764, 15418, 1686, 441, 1330, 638, 1686, 441, 50, 14375, 198, 6738, 764, 15418, 1686, 441, 45, 67, 1330, 638, 1686, 441, 8035, 14375, 198, 198, 6738, 764, 15418, 1686, 441, 47, 533, 1462, 1330, 1635, 198, 198, 6738, 17268, 1330, 4277, 11600, 198, 6738, 17268, 1330, 390, 4188, 198, 6738, 32465, 1330, 4280, 4402, 198, 198, 11748, 640, 198, 11748, 10688, 198, 11748, 25064, 198, 198, 6738, 764, 79, 533, 1462, 12727, 1330, 279, 533, 1462, 12727, 11, 279, 533, 1462, 12727, 16, 198, 6738, 764, 86, 12727, 1330, 266, 12727, 16, 628 ]
3.774436
399
from mido import Message from settings import MIDI_MSG_NOTE_OFFSET from utility.state import KeyState
[ 6738, 3095, 78, 1330, 16000, 198, 6738, 6460, 1330, 33439, 62, 5653, 38, 62, 16580, 62, 27977, 28480, 198, 6738, 10361, 13, 5219, 1330, 7383, 9012, 628 ]
3.814815
27
import torch import torch.nn as nn import torch.utils.data as data import torch.optim as optim import torch.nn.functional as F import torchaudio class TextTransform: """Maps characters to integers and vice versa""" def text_to_int(self, text): """ Use a character map and convert text to an integer sequence """ int_sequence = [] for c in text: if c == ' ': ch = self.char_map['<SPACE>'] else: ch = self.char_map[c] int_sequence.append(ch) return int_sequence def int_to_text(self, labels): """ Use a character map and convert integer labels to an text sequence """ string = [] for i in labels: string.append(self.index_map[i]) return ''.join(string).replace('<SPACE>', ' ') text_transform = TextTransform() class CNNLayerNorm(nn.Module): """Layer normalization built for cnns input""" class ResidualCNN(nn.Module): """Residual CNN inspired by https://arxiv.org/pdf/1603.05027.pdf except with layer norm instead of batch norm """
[ 11748, 28034, 201, 198, 11748, 28034, 13, 20471, 355, 299, 77, 201, 198, 11748, 28034, 13, 26791, 13, 7890, 355, 1366, 201, 198, 11748, 28034, 13, 40085, 355, 6436, 201, 198, 11748, 28034, 13, 20471, 13, 45124, 355, 376, 201, 198, 11748, 28034, 24051, 201, 198, 201, 198, 4871, 8255, 41762, 25, 201, 198, 220, 220, 220, 37227, 47010, 3435, 284, 37014, 290, 7927, 25470, 37811, 201, 198, 201, 198, 220, 220, 220, 825, 2420, 62, 1462, 62, 600, 7, 944, 11, 2420, 2599, 201, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 5765, 257, 2095, 3975, 290, 10385, 2420, 284, 281, 18253, 8379, 37227, 201, 198, 220, 220, 220, 220, 220, 220, 220, 493, 62, 43167, 796, 17635, 201, 198, 220, 220, 220, 220, 220, 220, 220, 329, 269, 287, 2420, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 269, 6624, 705, 705, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 442, 796, 2116, 13, 10641, 62, 8899, 17816, 27, 4303, 11598, 29, 20520, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 442, 796, 2116, 13, 10641, 62, 8899, 58, 66, 60, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 493, 62, 43167, 13, 33295, 7, 354, 8, 201, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 493, 62, 43167, 201, 198, 201, 198, 220, 220, 220, 825, 493, 62, 1462, 62, 5239, 7, 944, 11, 14722, 2599, 201, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 5765, 257, 2095, 3975, 290, 10385, 18253, 14722, 284, 281, 2420, 8379, 37227, 201, 198, 220, 220, 220, 220, 220, 220, 220, 4731, 796, 17635, 201, 198, 220, 220, 220, 220, 220, 220, 220, 329, 1312, 287, 14722, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4731, 13, 33295, 7, 944, 13, 9630, 62, 8899, 58, 72, 12962, 201, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 705, 4458, 22179, 7, 8841, 737, 33491, 10786, 27, 4303, 11598, 29, 3256, 705, 705, 8, 201, 198, 201, 198, 5239, 62, 35636, 796, 8255, 41762, 3419, 201, 198, 201, 198, 4871, 8100, 49925, 35393, 7, 20471, 13, 26796, 2599, 201, 198, 220, 220, 220, 37227, 49925, 3487, 1634, 3170, 329, 269, 77, 5907, 5128, 37811, 201, 198, 201, 198, 201, 198, 4871, 1874, 312, 723, 18474, 7, 20471, 13, 26796, 2599, 201, 198, 220, 220, 220, 37227, 4965, 312, 723, 8100, 7867, 416, 3740, 1378, 283, 87, 452, 13, 2398, 14, 12315, 14, 1433, 3070, 13, 28669, 1983, 13, 12315, 201, 198, 220, 220, 220, 220, 220, 220, 220, 2845, 351, 7679, 2593, 2427, 286, 15458, 2593, 201, 198, 220, 220, 220, 37227, 201, 198, 201, 198, 201, 198, 201 ]
2.349593
492
resources = { 'style': { 'Animation' : 16973824, 'Animation.Activity' : 16973825, 'Animation.Dialog' : 16973826, 'Animation.InputMethod' : 16973910, 'Animation.Toast' : 16973828, 'Animation.Translucent' : 16973827, 'DeviceDefault.ButtonBar' : 16974287, 'DeviceDefault.ButtonBar.AlertDialog' : 16974288, 'DeviceDefault.Light.ButtonBar' : 16974290, 'DeviceDefault.Light.ButtonBar.AlertDialog' : 16974291, 'DeviceDefault.Light.SegmentedButton' : 16974292, 'DeviceDefault.SegmentedButton' : 16974289, 'Holo.ButtonBar' : 16974053, 'Holo.ButtonBar.AlertDialog' : 16974055, 'Holo.Light.ButtonBar' : 16974054, 'Holo.Light.ButtonBar.AlertDialog' : 16974056, 'Holo.Light.SegmentedButton' : 16974058, 'Holo.SegmentedButton' : 16974057, 'MediaButton' : 16973879, 'MediaButton.Ffwd' : 16973883, 'MediaButton.Next' : 16973881, 'MediaButton.Pause' : 16973885, 'MediaButton.Play' : 16973882, 'MediaButton.Previous' : 16973880, 'MediaButton.Rew' : 16973884, 'TextAppearance' : 16973886, 'TextAppearance.DeviceDefault' : 16974253, 'TextAppearance.DeviceDefault.DialogWindowTitle' : 16974264, 'TextAppearance.DeviceDefault.Inverse' : 16974254, 'TextAppearance.DeviceDefault.Large' : 16974255, 'TextAppearance.DeviceDefault.Large.Inverse' : 16974256, 'TextAppearance.DeviceDefault.Medium' : 16974257, 'TextAppearance.DeviceDefault.Medium.Inverse' : 16974258, 'TextAppearance.DeviceDefault.SearchResult.Subtitle' : 16974262, 'TextAppearance.DeviceDefault.SearchResult.Title' : 16974261, 'TextAppearance.DeviceDefault.Small' : 16974259, 'TextAppearance.DeviceDefault.Small.Inverse' : 16974260, 'TextAppearance.DeviceDefault.Widget' : 16974265, 'TextAppearance.DeviceDefault.Widget.ActionBar.Menu' : 16974286, 'TextAppearance.DeviceDefault.Widget.ActionBar.Subtitle' : 16974279, 'TextAppearance.DeviceDefault.Widget.ActionBar.Subtitle.Inverse' : 16974283, 'TextAppearance.DeviceDefault.Widget.ActionBar.Title' : 16974278, 'TextAppearance.DeviceDefault.Widget.ActionBar.Title.Inverse' : 16974282, 'TextAppearance.DeviceDefault.Widget.ActionMode.Subtitle' : 16974281, 'TextAppearance.DeviceDefault.Widget.ActionMode.Subtitle.Inverse' : 16974285, 'TextAppearance.DeviceDefault.Widget.ActionMode.Title' : 16974280, 'TextAppearance.DeviceDefault.Widget.ActionMode.Title.Inverse' : 16974284, 'TextAppearance.DeviceDefault.Widget.Button' : 16974266, 'TextAppearance.DeviceDefault.Widget.DropDownHint' : 16974271, 'TextAppearance.DeviceDefault.Widget.DropDownItem' : 16974272, 'TextAppearance.DeviceDefault.Widget.EditText' : 16974274, 'TextAppearance.DeviceDefault.Widget.IconMenu.Item' : 16974267, 'TextAppearance.DeviceDefault.Widget.PopupMenu' : 16974275, 'TextAppearance.DeviceDefault.Widget.PopupMenu.Large' : 16974276, 'TextAppearance.DeviceDefault.Widget.PopupMenu.Small' : 16974277, 'TextAppearance.DeviceDefault.Widget.TabWidget' : 16974268, 'TextAppearance.DeviceDefault.Widget.TextView' : 16974269, 'TextAppearance.DeviceDefault.Widget.TextView.PopupMenu' : 16974270, 'TextAppearance.DeviceDefault.Widget.TextView.SpinnerItem' : 16974273, 'TextAppearance.DeviceDefault.WindowTitle' : 16974263, 'TextAppearance.DialogWindowTitle' : 16973889, 'TextAppearance.Holo' : 16974075, 'TextAppearance.Holo.DialogWindowTitle' : 16974103, 'TextAppearance.Holo.Inverse' : 16974076, 'TextAppearance.Holo.Large' : 16974077, 'TextAppearance.Holo.Large.Inverse' : 16974078, 'TextAppearance.Holo.Medium' : 16974079, 'TextAppearance.Holo.Medium.Inverse' : 16974080, 'TextAppearance.Holo.SearchResult.Subtitle' : 16974084, 'TextAppearance.Holo.SearchResult.Title' : 16974083, 'TextAppearance.Holo.Small' : 16974081, 'TextAppearance.Holo.Small.Inverse' : 16974082, 'TextAppearance.Holo.Widget' : 16974085, 'TextAppearance.Holo.Widget.ActionBar.Menu' : 16974112, 'TextAppearance.Holo.Widget.ActionBar.Subtitle' : 16974099, 'TextAppearance.Holo.Widget.ActionBar.Subtitle.Inverse' : 16974109, 'TextAppearance.Holo.Widget.ActionBar.Title' : 16974098, 'TextAppearance.Holo.Widget.ActionBar.Title.Inverse' : 16974108, 'TextAppearance.Holo.Widget.ActionMode.Subtitle' : 16974101, 'TextAppearance.Holo.Widget.ActionMode.Subtitle.Inverse' : 16974111, 'TextAppearance.Holo.Widget.ActionMode.Title' : 16974100, 'TextAppearance.Holo.Widget.ActionMode.Title.Inverse' : 16974110, 'TextAppearance.Holo.Widget.Button' : 16974086, 'TextAppearance.Holo.Widget.DropDownHint' : 16974091, 'TextAppearance.Holo.Widget.DropDownItem' : 16974092, 'TextAppearance.Holo.Widget.EditText' : 16974094, 'TextAppearance.Holo.Widget.IconMenu.Item' : 16974087, 'TextAppearance.Holo.Widget.PopupMenu' : 16974095, 'TextAppearance.Holo.Widget.PopupMenu.Large' : 16974096, 'TextAppearance.Holo.Widget.PopupMenu.Small' : 16974097, 'TextAppearance.Holo.Widget.TabWidget' : 16974088, 'TextAppearance.Holo.Widget.TextView' : 16974089, 'TextAppearance.Holo.Widget.TextView.PopupMenu' : 16974090, 'TextAppearance.Holo.Widget.TextView.SpinnerItem' : 16974093, 'TextAppearance.Holo.WindowTitle' : 16974102, 'TextAppearance.Inverse' : 16973887, 'TextAppearance.Large' : 16973890, 'TextAppearance.Large.Inverse' : 16973891, 'TextAppearance.Material' : 16974317, 'TextAppearance.Material.Body1' : 16974320, 'TextAppearance.Material.Body2' : 16974319, 'TextAppearance.Material.Button' : 16974318, 'TextAppearance.Material.Caption' : 16974321, 'TextAppearance.Material.DialogWindowTitle' : 16974322, 'TextAppearance.Material.Display1' : 16974326, 'TextAppearance.Material.Display2' : 16974325, 'TextAppearance.Material.Display3' : 16974324, 'TextAppearance.Material.Display4' : 16974323, 'TextAppearance.Material.Headline' : 16974327, 'TextAppearance.Material.Inverse' : 16974328, 'TextAppearance.Material.Large' : 16974329, 'TextAppearance.Material.Large.Inverse' : 16974330, 'TextAppearance.Material.Medium' : 16974331, 'TextAppearance.Material.Medium.Inverse' : 16974332, 'TextAppearance.Material.Menu' : 16974333, 'TextAppearance.Material.Notification' : 16974334, 'TextAppearance.Material.Notification.Emphasis' : 16974335, 'TextAppearance.Material.Notification.Info' : 16974336, 'TextAppearance.Material.Notification.Line2' : 16974337, 'TextAppearance.Material.Notification.Time' : 16974338, 'TextAppearance.Material.Notification.Title' : 16974339, 'TextAppearance.Material.SearchResult.Subtitle' : 16974340, 'TextAppearance.Material.SearchResult.Title' : 16974341, 'TextAppearance.Material.Small' : 16974342, 'TextAppearance.Material.Small.Inverse' : 16974343, 'TextAppearance.Material.Subhead' : 16974344, 'TextAppearance.Material.Title' : 16974345, 'TextAppearance.Material.Widget' : 16974347, 'TextAppearance.Material.Widget.ActionBar.Menu' : 16974348, 'TextAppearance.Material.Widget.ActionBar.Subtitle' : 16974349, 'TextAppearance.Material.Widget.ActionBar.Subtitle.Inverse' : 16974350, 'TextAppearance.Material.Widget.ActionBar.Title' : 16974351, 'TextAppearance.Material.Widget.ActionBar.Title.Inverse' : 16974352, 'TextAppearance.Material.Widget.ActionMode.Subtitle' : 16974353, 'TextAppearance.Material.Widget.ActionMode.Subtitle.Inverse' : 16974354, 'TextAppearance.Material.Widget.ActionMode.Title' : 16974355, 'TextAppearance.Material.Widget.ActionMode.Title.Inverse' : 16974356, 'TextAppearance.Material.Widget.Button' : 16974357, 'TextAppearance.Material.Widget.DropDownHint' : 16974358, 'TextAppearance.Material.Widget.DropDownItem' : 16974359, 'TextAppearance.Material.Widget.EditText' : 16974360, 'TextAppearance.Material.Widget.IconMenu.Item' : 16974361, 'TextAppearance.Material.Widget.PopupMenu' : 16974362, 'TextAppearance.Material.Widget.PopupMenu.Large' : 16974363, 'TextAppearance.Material.Widget.PopupMenu.Small' : 16974364, 'TextAppearance.Material.Widget.TabWidget' : 16974365, 'TextAppearance.Material.Widget.TextView' : 16974366, 'TextAppearance.Material.Widget.TextView.PopupMenu' : 16974367, 'TextAppearance.Material.Widget.TextView.SpinnerItem' : 16974368, 'TextAppearance.Material.Widget.Toolbar.Subtitle' : 16974369, 'TextAppearance.Material.Widget.Toolbar.Title' : 16974370, 'TextAppearance.Material.WindowTitle' : 16974346, 'TextAppearance.Medium' : 16973892, 'TextAppearance.Medium.Inverse' : 16973893, 'TextAppearance.Small' : 16973894, 'TextAppearance.Small.Inverse' : 16973895, 'TextAppearance.StatusBar.EventContent' : 16973927, 'TextAppearance.StatusBar.EventContent.Title' : 16973928, 'TextAppearance.StatusBar.Icon' : 16973926, 'TextAppearance.StatusBar.Title' : 16973925, 'TextAppearance.SuggestionHighlight' : 16974104, 'TextAppearance.Theme' : 16973888, 'TextAppearance.Theme.Dialog' : 16973896, 'TextAppearance.Widget' : 16973897, 'TextAppearance.Widget.Button' : 16973898, 'TextAppearance.Widget.DropDownHint' : 16973904, 'TextAppearance.Widget.DropDownItem' : 16973905, 'TextAppearance.Widget.EditText' : 16973900, 'TextAppearance.Widget.IconMenu.Item' : 16973899, 'TextAppearance.Widget.PopupMenu.Large' : 16973952, 'TextAppearance.Widget.PopupMenu.Small' : 16973953, 'TextAppearance.Widget.TabWidget' : 16973901, 'TextAppearance.Widget.TextView' : 16973902, 'TextAppearance.Widget.TextView.PopupMenu' : 16973903, 'TextAppearance.Widget.TextView.SpinnerItem' : 16973906, 'TextAppearance.WindowTitle' : 16973907, 'Theme' : 16973829, 'ThemeOverlay' : 16974407, 'ThemeOverlay.Material' : 16974408, 'ThemeOverlay.Material.ActionBar' : 16974409, 'ThemeOverlay.Material.Dark' : 16974411, 'ThemeOverlay.Material.Dark.ActionBar' : 16974412, 'ThemeOverlay.Material.Light' : 16974410, 'Theme.Black' : 16973832, 'Theme.Black.NoTitleBar' : 16973833, 'Theme.Black.NoTitleBar.Fullscreen' : 16973834, 'Theme.DeviceDefault' : 16974120, 'Theme.DeviceDefault.Dialog' : 16974126, 'Theme.DeviceDefault.DialogWhenLarge' : 16974134, 'Theme.DeviceDefault.DialogWhenLarge.NoActionBar' : 16974135, 'Theme.DeviceDefault.Dialog.MinWidth' : 16974127, 'Theme.DeviceDefault.Dialog.NoActionBar' : 16974128, 'Theme.DeviceDefault.Dialog.NoActionBar.MinWidth' : 16974129, 'Theme.DeviceDefault.InputMethod' : 16974142, 'Theme.DeviceDefault.Light' : 16974123, 'Theme.DeviceDefault.Light.DarkActionBar' : 16974143, 'Theme.DeviceDefault.Light.Dialog' : 16974130, 'Theme.DeviceDefault.Light.DialogWhenLarge' : 16974136, 'Theme.DeviceDefault.Light.DialogWhenLarge.NoActionBar' : 16974137, 'Theme.DeviceDefault.Light.Dialog.MinWidth' : 16974131, 'Theme.DeviceDefault.Light.Dialog.NoActionBar' : 16974132, 'Theme.DeviceDefault.Light.Dialog.NoActionBar.MinWidth' : 16974133, 'Theme.DeviceDefault.Light.NoActionBar' : 16974124, 'Theme.DeviceDefault.Light.NoActionBar.Fullscreen' : 16974125, 'Theme.DeviceDefault.Light.NoActionBar.Overscan' : 16974304, 'Theme.DeviceDefault.Light.NoActionBar.TranslucentDecor' : 16974308, 'Theme.DeviceDefault.Light.Panel' : 16974139, 'Theme.DeviceDefault.NoActionBar' : 16974121, 'Theme.DeviceDefault.NoActionBar.Fullscreen' : 16974122, 'Theme.DeviceDefault.NoActionBar.Overscan' : 16974303, 'Theme.DeviceDefault.NoActionBar.TranslucentDecor' : 16974307, 'Theme.DeviceDefault.Panel' : 16974138, 'Theme.DeviceDefault.Settings' : 16974371, 'Theme.DeviceDefault.Wallpaper' : 16974140, 'Theme.DeviceDefault.Wallpaper.NoTitleBar' : 16974141, 'Theme.Dialog' : 16973835, 'Theme.Holo' : 16973931, 'Theme.Holo.Dialog' : 16973935, 'Theme.Holo.DialogWhenLarge' : 16973943, 'Theme.Holo.DialogWhenLarge.NoActionBar' : 16973944, 'Theme.Holo.Dialog.MinWidth' : 16973936, 'Theme.Holo.Dialog.NoActionBar' : 16973937, 'Theme.Holo.Dialog.NoActionBar.MinWidth' : 16973938, 'Theme.Holo.InputMethod' : 16973951, 'Theme.Holo.Light' : 16973934, 'Theme.Holo.Light.DarkActionBar' : 16974105, 'Theme.Holo.Light.Dialog' : 16973939, 'Theme.Holo.Light.DialogWhenLarge' : 16973945, 'Theme.Holo.Light.DialogWhenLarge.NoActionBar' : 16973946, 'Theme.Holo.Light.Dialog.MinWidth' : 16973940, 'Theme.Holo.Light.Dialog.NoActionBar' : 16973941, 'Theme.Holo.Light.Dialog.NoActionBar.MinWidth' : 16973942, 'Theme.Holo.Light.NoActionBar' : 16974064, 'Theme.Holo.Light.NoActionBar.Fullscreen' : 16974065, 'Theme.Holo.Light.NoActionBar.Overscan' : 16974302, 'Theme.Holo.Light.NoActionBar.TranslucentDecor' : 16974306, 'Theme.Holo.Light.Panel' : 16973948, 'Theme.Holo.NoActionBar' : 16973932, 'Theme.Holo.NoActionBar.Fullscreen' : 16973933, 'Theme.Holo.NoActionBar.Overscan' : 16974301, 'Theme.Holo.NoActionBar.TranslucentDecor' : 16974305, 'Theme.Holo.Panel' : 16973947, 'Theme.Holo.Wallpaper' : 16973949, 'Theme.Holo.Wallpaper.NoTitleBar' : 16973950, 'Theme.InputMethod' : 16973908, 'Theme.Light' : 16973836, 'Theme.Light.NoTitleBar' : 16973837, 'Theme.Light.NoTitleBar.Fullscreen' : 16973838, 'Theme.Light.Panel' : 16973914, 'Theme.Light.WallpaperSettings' : 16973922, 'Theme.Material' : 16974372, 'Theme.Material.Dialog' : 16974373, 'Theme.Material.DialogWhenLarge' : 16974379, 'Theme.Material.DialogWhenLarge.NoActionBar' : 16974380, 'Theme.Material.Dialog.Alert' : 16974374, 'Theme.Material.Dialog.MinWidth' : 16974375, 'Theme.Material.Dialog.NoActionBar' : 16974376, 'Theme.Material.Dialog.NoActionBar.MinWidth' : 16974377, 'Theme.Material.Dialog.Presentation' : 16974378, 'Theme.Material.InputMethod' : 16974381, 'Theme.Material.Light' : 16974391, 'Theme.Material.Light.DarkActionBar' : 16974392, 'Theme.Material.Light.Dialog' : 16974393, 'Theme.Material.Light.DialogWhenLarge' : 16974399, 'Theme.Material.Light.DialogWhenLarge.NoActionBar' : 16974400, 'Theme.Material.Light.Dialog.Alert' : 16974394, 'Theme.Material.Light.Dialog.MinWidth' : 16974395, 'Theme.Material.Light.Dialog.NoActionBar' : 16974396, 'Theme.Material.Light.Dialog.NoActionBar.MinWidth' : 16974397, 'Theme.Material.Light.Dialog.Presentation' : 16974398, 'Theme.Material.Light.NoActionBar' : 16974401, 'Theme.Material.Light.NoActionBar.Fullscreen' : 16974402, 'Theme.Material.Light.NoActionBar.Overscan' : 16974403, 'Theme.Material.Light.NoActionBar.TranslucentDecor' : 16974404, 'Theme.Material.Light.Panel' : 16974405, 'Theme.Material.Light.Voice' : 16974406, 'Theme.Material.NoActionBar' : 16974382, 'Theme.Material.NoActionBar.Fullscreen' : 16974383, 'Theme.Material.NoActionBar.Overscan' : 16974384, 'Theme.Material.NoActionBar.TranslucentDecor' : 16974385, 'Theme.Material.Panel' : 16974386, 'Theme.Material.Settings' : 16974387, 'Theme.Material.Voice' : 16974388, 'Theme.Material.Wallpaper' : 16974389, 'Theme.Material.Wallpaper.NoTitleBar' : 16974390, 'Theme.NoDisplay' : 16973909, 'Theme.NoTitleBar' : 16973830, 'Theme.NoTitleBar.Fullscreen' : 16973831, 'Theme.NoTitleBar.OverlayActionModes' : 16973930, 'Theme.Panel' : 16973913, 'Theme.Translucent' : 16973839, 'Theme.Translucent.NoTitleBar' : 16973840, 'Theme.Translucent.NoTitleBar.Fullscreen' : 16973841, 'Theme.Wallpaper' : 16973918, 'Theme.WallpaperSettings' : 16973921, 'Theme.Wallpaper.NoTitleBar' : 16973919, 'Theme.Wallpaper.NoTitleBar.Fullscreen' : 16973920, 'Theme.WithActionBar' : 16973929, 'Widget' : 16973842, 'Widget.AbsListView' : 16973843, 'Widget.ActionBar' : 16973954, 'Widget.ActionBar.TabBar' : 16974068, 'Widget.ActionBar.TabText' : 16974067, 'Widget.ActionBar.TabView' : 16974066, 'Widget.ActionButton' : 16973956, 'Widget.ActionButton.CloseMode' : 16973960, 'Widget.ActionButton.Overflow' : 16973959, 'Widget.AutoCompleteTextView' : 16973863, 'Widget.Button' : 16973844, 'Widget.Button.Inset' : 16973845, 'Widget.Button.Small' : 16973846, 'Widget.Button.Toggle' : 16973847, 'Widget.CalendarView' : 16974059, 'Widget.CompoundButton' : 16973848, 'Widget.CompoundButton.CheckBox' : 16973849, 'Widget.CompoundButton.RadioButton' : 16973850, 'Widget.CompoundButton.Star' : 16973851, 'Widget.DatePicker' : 16974062, 'Widget.DeviceDefault' : 16974144, 'Widget.DeviceDefault.ActionBar' : 16974187, 'Widget.DeviceDefault.ActionBar.Solid' : 16974195, 'Widget.DeviceDefault.ActionBar.TabBar' : 16974194, 'Widget.DeviceDefault.ActionBar.TabText' : 16974193, 'Widget.DeviceDefault.ActionBar.TabView' : 16974192, 'Widget.DeviceDefault.ActionButton' : 16974182, 'Widget.DeviceDefault.ActionButton.CloseMode' : 16974186, 'Widget.DeviceDefault.ActionButton.Overflow' : 16974183, 'Widget.DeviceDefault.ActionButton.TextButton' : 16974184, 'Widget.DeviceDefault.ActionMode' : 16974185, 'Widget.DeviceDefault.AutoCompleteTextView' : 16974151, 'Widget.DeviceDefault.Button' : 16974145, 'Widget.DeviceDefault.Button.Borderless' : 16974188, 'Widget.DeviceDefault.Button.Borderless.Small' : 16974149, 'Widget.DeviceDefault.Button.Inset' : 16974147, 'Widget.DeviceDefault.Button.Small' : 16974146, 'Widget.DeviceDefault.Button.Toggle' : 16974148, 'Widget.DeviceDefault.CalendarView' : 16974190, 'Widget.DeviceDefault.CheckedTextView' : 16974299, 'Widget.DeviceDefault.CompoundButton.CheckBox' : 16974152, 'Widget.DeviceDefault.CompoundButton.RadioButton' : 16974169, 'Widget.DeviceDefault.CompoundButton.Star' : 16974173, 'Widget.DeviceDefault.DatePicker' : 16974191, 'Widget.DeviceDefault.DropDownItem' : 16974177, 'Widget.DeviceDefault.DropDownItem.Spinner' : 16974178, 'Widget.DeviceDefault.EditText' : 16974154, 'Widget.DeviceDefault.ExpandableListView' : 16974155, 'Widget.DeviceDefault.FastScroll' : 16974313, 'Widget.DeviceDefault.GridView' : 16974156, 'Widget.DeviceDefault.HorizontalScrollView' : 16974171, 'Widget.DeviceDefault.ImageButton' : 16974157, 'Widget.DeviceDefault.Light' : 16974196, 'Widget.DeviceDefault.Light.ActionBar' : 16974243, 'Widget.DeviceDefault.Light.ActionBar.Solid' : 16974247, 'Widget.DeviceDefault.Light.ActionBar.Solid.Inverse' : 16974248, 'Widget.DeviceDefault.Light.ActionBar.TabBar' : 16974246, 'Widget.DeviceDefault.Light.ActionBar.TabBar.Inverse' : 16974249, 'Widget.DeviceDefault.Light.ActionBar.TabText' : 16974245, 'Widget.DeviceDefault.Light.ActionBar.TabText.Inverse' : 16974251, 'Widget.DeviceDefault.Light.ActionBar.TabView' : 16974244, 'Widget.DeviceDefault.Light.ActionBar.TabView.Inverse' : 16974250, 'Widget.DeviceDefault.Light.ActionButton' : 16974239, 'Widget.DeviceDefault.Light.ActionButton.CloseMode' : 16974242, 'Widget.DeviceDefault.Light.ActionButton.Overflow' : 16974240, 'Widget.DeviceDefault.Light.ActionMode' : 16974241, 'Widget.DeviceDefault.Light.ActionMode.Inverse' : 16974252, 'Widget.DeviceDefault.Light.AutoCompleteTextView' : 16974203, 'Widget.DeviceDefault.Light.Button' : 16974197, 'Widget.DeviceDefault.Light.Button.Borderless.Small' : 16974201, 'Widget.DeviceDefault.Light.Button.Inset' : 16974199, 'Widget.DeviceDefault.Light.Button.Small' : 16974198, 'Widget.DeviceDefault.Light.Button.Toggle' : 16974200, 'Widget.DeviceDefault.Light.CalendarView' : 16974238, 'Widget.DeviceDefault.Light.CheckedTextView' : 16974300, 'Widget.DeviceDefault.Light.CompoundButton.CheckBox' : 16974204, 'Widget.DeviceDefault.Light.CompoundButton.RadioButton' : 16974224, 'Widget.DeviceDefault.Light.CompoundButton.Star' : 16974228, 'Widget.DeviceDefault.Light.DropDownItem' : 16974232, 'Widget.DeviceDefault.Light.DropDownItem.Spinner' : 16974233, 'Widget.DeviceDefault.Light.EditText' : 16974206, 'Widget.DeviceDefault.Light.ExpandableListView' : 16974207, 'Widget.DeviceDefault.Light.FastScroll' : 16974315, 'Widget.DeviceDefault.Light.GridView' : 16974208, 'Widget.DeviceDefault.Light.HorizontalScrollView' : 16974226, 'Widget.DeviceDefault.Light.ImageButton' : 16974209, 'Widget.DeviceDefault.Light.ListPopupWindow' : 16974235, 'Widget.DeviceDefault.Light.ListView' : 16974210, 'Widget.DeviceDefault.Light.ListView.DropDown' : 16974205, 'Widget.DeviceDefault.Light.MediaRouteButton' : 16974296, 'Widget.DeviceDefault.Light.PopupMenu' : 16974236, 'Widget.DeviceDefault.Light.PopupWindow' : 16974211, 'Widget.DeviceDefault.Light.ProgressBar' : 16974212, 'Widget.DeviceDefault.Light.ProgressBar.Horizontal' : 16974213, 'Widget.DeviceDefault.Light.ProgressBar.Inverse' : 16974217, 'Widget.DeviceDefault.Light.ProgressBar.Large' : 16974216, 'Widget.DeviceDefault.Light.ProgressBar.Large.Inverse' : 16974219, 'Widget.DeviceDefault.Light.ProgressBar.Small' : 16974214, 'Widget.DeviceDefault.Light.ProgressBar.Small.Inverse' : 16974218, 'Widget.DeviceDefault.Light.ProgressBar.Small.Title' : 16974215, 'Widget.DeviceDefault.Light.RatingBar' : 16974221, 'Widget.DeviceDefault.Light.RatingBar.Indicator' : 16974222, 'Widget.DeviceDefault.Light.RatingBar.Small' : 16974223, 'Widget.DeviceDefault.Light.ScrollView' : 16974225, 'Widget.DeviceDefault.Light.SeekBar' : 16974220, 'Widget.DeviceDefault.Light.Spinner' : 16974227, 'Widget.DeviceDefault.Light.StackView' : 16974316, 'Widget.DeviceDefault.Light.Tab' : 16974237, 'Widget.DeviceDefault.Light.TabWidget' : 16974229, 'Widget.DeviceDefault.Light.TextView' : 16974202, 'Widget.DeviceDefault.Light.TextView.SpinnerItem' : 16974234, 'Widget.DeviceDefault.Light.WebTextView' : 16974230, 'Widget.DeviceDefault.Light.WebView' : 16974231, 'Widget.DeviceDefault.ListPopupWindow' : 16974180, 'Widget.DeviceDefault.ListView' : 16974158, 'Widget.DeviceDefault.ListView.DropDown' : 16974153, 'Widget.DeviceDefault.MediaRouteButton' : 16974295, 'Widget.DeviceDefault.PopupMenu' : 16974181, 'Widget.DeviceDefault.PopupWindow' : 16974159, 'Widget.DeviceDefault.ProgressBar' : 16974160, 'Widget.DeviceDefault.ProgressBar.Horizontal' : 16974161, 'Widget.DeviceDefault.ProgressBar.Large' : 16974164, 'Widget.DeviceDefault.ProgressBar.Small' : 16974162, 'Widget.DeviceDefault.ProgressBar.Small.Title' : 16974163, 'Widget.DeviceDefault.RatingBar' : 16974166, 'Widget.DeviceDefault.RatingBar.Indicator' : 16974167, 'Widget.DeviceDefault.RatingBar.Small' : 16974168, 'Widget.DeviceDefault.ScrollView' : 16974170, 'Widget.DeviceDefault.SeekBar' : 16974165, 'Widget.DeviceDefault.Spinner' : 16974172, 'Widget.DeviceDefault.StackView' : 16974314, 'Widget.DeviceDefault.Tab' : 16974189, 'Widget.DeviceDefault.TabWidget' : 16974174, 'Widget.DeviceDefault.TextView' : 16974150, 'Widget.DeviceDefault.TextView.SpinnerItem' : 16974179, 'Widget.DeviceDefault.WebTextView' : 16974175, 'Widget.DeviceDefault.WebView' : 16974176, 'Widget.DropDownItem' : 16973867, 'Widget.DropDownItem.Spinner' : 16973868, 'Widget.EditText' : 16973859, 'Widget.ExpandableListView' : 16973860, 'Widget.FastScroll' : 16974309, 'Widget.FragmentBreadCrumbs' : 16973961, 'Widget.Gallery' : 16973877, 'Widget.GridView' : 16973874, 'Widget.Holo' : 16973962, 'Widget.Holo.ActionBar' : 16974004, 'Widget.Holo.ActionBar.Solid' : 16974113, 'Widget.Holo.ActionBar.TabBar' : 16974071, 'Widget.Holo.ActionBar.TabText' : 16974070, 'Widget.Holo.ActionBar.TabView' : 16974069, 'Widget.Holo.ActionButton' : 16973999, 'Widget.Holo.ActionButton.CloseMode' : 16974003, 'Widget.Holo.ActionButton.Overflow' : 16974000, 'Widget.Holo.ActionButton.TextButton' : 16974001, 'Widget.Holo.ActionMode' : 16974002, 'Widget.Holo.AutoCompleteTextView' : 16973968, 'Widget.Holo.Button' : 16973963, 'Widget.Holo.Button.Borderless' : 16974050, 'Widget.Holo.Button.Borderless.Small' : 16974106, 'Widget.Holo.Button.Inset' : 16973965, 'Widget.Holo.Button.Small' : 16973964, 'Widget.Holo.Button.Toggle' : 16973966, 'Widget.Holo.CalendarView' : 16974060, 'Widget.Holo.CheckedTextView' : 16974297, 'Widget.Holo.CompoundButton.CheckBox' : 16973969, 'Widget.Holo.CompoundButton.RadioButton' : 16973986, 'Widget.Holo.CompoundButton.Star' : 16973990, 'Widget.Holo.DatePicker' : 16974063, 'Widget.Holo.DropDownItem' : 16973994, 'Widget.Holo.DropDownItem.Spinner' : 16973995, 'Widget.Holo.EditText' : 16973971, 'Widget.Holo.ExpandableListView' : 16973972, 'Widget.Holo.GridView' : 16973973, 'Widget.Holo.HorizontalScrollView' : 16973988, 'Widget.Holo.ImageButton' : 16973974, 'Widget.Holo.Light' : 16974005, 'Widget.Holo.Light.ActionBar' : 16974049, 'Widget.Holo.Light.ActionBar.Solid' : 16974114, 'Widget.Holo.Light.ActionBar.Solid.Inverse' : 16974115, 'Widget.Holo.Light.ActionBar.TabBar' : 16974074, 'Widget.Holo.Light.ActionBar.TabBar.Inverse' : 16974116, 'Widget.Holo.Light.ActionBar.TabText' : 16974073, 'Widget.Holo.Light.ActionBar.TabText.Inverse' : 16974118, 'Widget.Holo.Light.ActionBar.TabView' : 16974072, 'Widget.Holo.Light.ActionBar.TabView.Inverse' : 16974117, 'Widget.Holo.Light.ActionButton' : 16974045, 'Widget.Holo.Light.ActionButton.CloseMode' : 16974048, 'Widget.Holo.Light.ActionButton.Overflow' : 16974046, 'Widget.Holo.Light.ActionMode' : 16974047, 'Widget.Holo.Light.ActionMode.Inverse' : 16974119, 'Widget.Holo.Light.AutoCompleteTextView' : 16974011, 'Widget.Holo.Light.Button' : 16974006, 'Widget.Holo.Light.Button.Borderless.Small' : 16974107, 'Widget.Holo.Light.Button.Inset' : 16974008, 'Widget.Holo.Light.Button.Small' : 16974007, 'Widget.Holo.Light.Button.Toggle' : 16974009, 'Widget.Holo.Light.CalendarView' : 16974061, 'Widget.Holo.Light.CheckedTextView' : 16974298, 'Widget.Holo.Light.CompoundButton.CheckBox' : 16974012, 'Widget.Holo.Light.CompoundButton.RadioButton' : 16974032, 'Widget.Holo.Light.CompoundButton.Star' : 16974036, 'Widget.Holo.Light.DropDownItem' : 16974040, 'Widget.Holo.Light.DropDownItem.Spinner' : 16974041, 'Widget.Holo.Light.EditText' : 16974014, 'Widget.Holo.Light.ExpandableListView' : 16974015, 'Widget.Holo.Light.GridView' : 16974016, 'Widget.Holo.Light.HorizontalScrollView' : 16974034, 'Widget.Holo.Light.ImageButton' : 16974017, 'Widget.Holo.Light.ListPopupWindow' : 16974043, 'Widget.Holo.Light.ListView' : 16974018, 'Widget.Holo.Light.ListView.DropDown' : 16974013, 'Widget.Holo.Light.MediaRouteButton' : 16974294, 'Widget.Holo.Light.PopupMenu' : 16974044, 'Widget.Holo.Light.PopupWindow' : 16974019, 'Widget.Holo.Light.ProgressBar' : 16974020, 'Widget.Holo.Light.ProgressBar.Horizontal' : 16974021, 'Widget.Holo.Light.ProgressBar.Inverse' : 16974025, 'Widget.Holo.Light.ProgressBar.Large' : 16974024, 'Widget.Holo.Light.ProgressBar.Large.Inverse' : 16974027, 'Widget.Holo.Light.ProgressBar.Small' : 16974022, 'Widget.Holo.Light.ProgressBar.Small.Inverse' : 16974026, 'Widget.Holo.Light.ProgressBar.Small.Title' : 16974023, 'Widget.Holo.Light.RatingBar' : 16974029, 'Widget.Holo.Light.RatingBar.Indicator' : 16974030, 'Widget.Holo.Light.RatingBar.Small' : 16974031, 'Widget.Holo.Light.ScrollView' : 16974033, 'Widget.Holo.Light.SeekBar' : 16974028, 'Widget.Holo.Light.Spinner' : 16974035, 'Widget.Holo.Light.Tab' : 16974052, 'Widget.Holo.Light.TabWidget' : 16974037, 'Widget.Holo.Light.TextView' : 16974010, 'Widget.Holo.Light.TextView.SpinnerItem' : 16974042, 'Widget.Holo.Light.WebTextView' : 16974038, 'Widget.Holo.Light.WebView' : 16974039, 'Widget.Holo.ListPopupWindow' : 16973997, 'Widget.Holo.ListView' : 16973975, 'Widget.Holo.ListView.DropDown' : 16973970, 'Widget.Holo.MediaRouteButton' : 16974293, 'Widget.Holo.PopupMenu' : 16973998, 'Widget.Holo.PopupWindow' : 16973976, 'Widget.Holo.ProgressBar' : 16973977, 'Widget.Holo.ProgressBar.Horizontal' : 16973978, 'Widget.Holo.ProgressBar.Large' : 16973981, 'Widget.Holo.ProgressBar.Small' : 16973979, 'Widget.Holo.ProgressBar.Small.Title' : 16973980, 'Widget.Holo.RatingBar' : 16973983, 'Widget.Holo.RatingBar.Indicator' : 16973984, 'Widget.Holo.RatingBar.Small' : 16973985, 'Widget.Holo.ScrollView' : 16973987, 'Widget.Holo.SeekBar' : 16973982, 'Widget.Holo.Spinner' : 16973989, 'Widget.Holo.Tab' : 16974051, 'Widget.Holo.TabWidget' : 16973991, 'Widget.Holo.TextView' : 16973967, 'Widget.Holo.TextView.SpinnerItem' : 16973996, 'Widget.Holo.WebTextView' : 16973992, 'Widget.Holo.WebView' : 16973993, 'Widget.ImageButton' : 16973862, 'Widget.ImageWell' : 16973861, 'Widget.KeyboardView' : 16973911, 'Widget.ListPopupWindow' : 16973957, 'Widget.ListView' : 16973870, 'Widget.ListView.DropDown' : 16973872, 'Widget.ListView.Menu' : 16973873, 'Widget.ListView.White' : 16973871, 'Widget.Material' : 16974413, 'Widget.Material.ActionBar' : 16974414, 'Widget.Material.ActionBar.Solid' : 16974415, 'Widget.Material.ActionBar.TabBar' : 16974416, 'Widget.Material.ActionBar.TabText' : 16974417, 'Widget.Material.ActionBar.TabView' : 16974418, 'Widget.Material.ActionButton' : 16974419, 'Widget.Material.ActionButton.CloseMode' : 16974420, 'Widget.Material.ActionButton.Overflow' : 16974421, 'Widget.Material.ActionMode' : 16974422, 'Widget.Material.AutoCompleteTextView' : 16974423, 'Widget.Material.Button' : 16974424, 'Widget.Material.ButtonBar' : 16974431, 'Widget.Material.ButtonBar.AlertDialog' : 16974432, 'Widget.Material.Button.Borderless' : 16974425, 'Widget.Material.Button.Borderless.Colored' : 16974426, 'Widget.Material.Button.Borderless.Small' : 16974427, 'Widget.Material.Button.Inset' : 16974428, 'Widget.Material.Button.Small' : 16974429, 'Widget.Material.Button.Toggle' : 16974430, 'Widget.Material.CalendarView' : 16974433, 'Widget.Material.CheckedTextView' : 16974434, 'Widget.Material.CompoundButton.CheckBox' : 16974435, 'Widget.Material.CompoundButton.RadioButton' : 16974436, 'Widget.Material.CompoundButton.Star' : 16974437, 'Widget.Material.DatePicker' : 16974438, 'Widget.Material.DropDownItem' : 16974439, 'Widget.Material.DropDownItem.Spinner' : 16974440, 'Widget.Material.EditText' : 16974441, 'Widget.Material.ExpandableListView' : 16974442, 'Widget.Material.FastScroll' : 16974443, 'Widget.Material.GridView' : 16974444, 'Widget.Material.HorizontalScrollView' : 16974445, 'Widget.Material.ImageButton' : 16974446, 'Widget.Material.Light' : 16974478, 'Widget.Material.Light.ActionBar' : 16974479, 'Widget.Material.Light.ActionBar.Solid' : 16974480, 'Widget.Material.Light.ActionBar.TabBar' : 16974481, 'Widget.Material.Light.ActionBar.TabText' : 16974482, 'Widget.Material.Light.ActionBar.TabView' : 16974483, 'Widget.Material.Light.ActionButton' : 16974484, 'Widget.Material.Light.ActionButton.CloseMode' : 16974485, 'Widget.Material.Light.ActionButton.Overflow' : 16974486, 'Widget.Material.Light.ActionMode' : 16974487, 'Widget.Material.Light.AutoCompleteTextView' : 16974488, 'Widget.Material.Light.Button' : 16974489, 'Widget.Material.Light.ButtonBar' : 16974496, 'Widget.Material.Light.ButtonBar.AlertDialog' : 16974497, 'Widget.Material.Light.Button.Borderless' : 16974490, 'Widget.Material.Light.Button.Borderless.Colored' : 16974491, 'Widget.Material.Light.Button.Borderless.Small' : 16974492, 'Widget.Material.Light.Button.Inset' : 16974493, 'Widget.Material.Light.Button.Small' : 16974494, 'Widget.Material.Light.Button.Toggle' : 16974495, 'Widget.Material.Light.CalendarView' : 16974498, 'Widget.Material.Light.CheckedTextView' : 16974499, 'Widget.Material.Light.CompoundButton.CheckBox' : 16974500, 'Widget.Material.Light.CompoundButton.RadioButton' : 16974501, 'Widget.Material.Light.CompoundButton.Star' : 16974502, 'Widget.Material.Light.DatePicker' : 16974503, 'Widget.Material.Light.DropDownItem' : 16974504, 'Widget.Material.Light.DropDownItem.Spinner' : 16974505, 'Widget.Material.Light.EditText' : 16974506, 'Widget.Material.Light.ExpandableListView' : 16974507, 'Widget.Material.Light.FastScroll' : 16974508, 'Widget.Material.Light.GridView' : 16974509, 'Widget.Material.Light.HorizontalScrollView' : 16974510, 'Widget.Material.Light.ImageButton' : 16974511, 'Widget.Material.Light.ListPopupWindow' : 16974512, 'Widget.Material.Light.ListView' : 16974513, 'Widget.Material.Light.ListView.DropDown' : 16974514, 'Widget.Material.Light.MediaRouteButton' : 16974515, 'Widget.Material.Light.PopupMenu' : 16974516, 'Widget.Material.Light.PopupMenu.Overflow' : 16974517, 'Widget.Material.Light.PopupWindow' : 16974518, 'Widget.Material.Light.ProgressBar' : 16974519, 'Widget.Material.Light.ProgressBar.Horizontal' : 16974520, 'Widget.Material.Light.ProgressBar.Inverse' : 16974521, 'Widget.Material.Light.ProgressBar.Large' : 16974522, 'Widget.Material.Light.ProgressBar.Large.Inverse' : 16974523, 'Widget.Material.Light.ProgressBar.Small' : 16974524, 'Widget.Material.Light.ProgressBar.Small.Inverse' : 16974525, 'Widget.Material.Light.ProgressBar.Small.Title' : 16974526, 'Widget.Material.Light.RatingBar' : 16974527, 'Widget.Material.Light.RatingBar.Indicator' : 16974528, 'Widget.Material.Light.RatingBar.Small' : 16974529, 'Widget.Material.Light.ScrollView' : 16974530, 'Widget.Material.Light.SearchView' : 16974531, 'Widget.Material.Light.SeekBar' : 16974532, 'Widget.Material.Light.SegmentedButton' : 16974533, 'Widget.Material.Light.Spinner' : 16974535, 'Widget.Material.Light.Spinner.Underlined' : 16974536, 'Widget.Material.Light.StackView' : 16974534, 'Widget.Material.Light.Tab' : 16974537, 'Widget.Material.Light.TabWidget' : 16974538, 'Widget.Material.Light.TextView' : 16974539, 'Widget.Material.Light.TextView.SpinnerItem' : 16974540, 'Widget.Material.Light.TimePicker' : 16974541, 'Widget.Material.Light.WebTextView' : 16974542, 'Widget.Material.Light.WebView' : 16974543, 'Widget.Material.ListPopupWindow' : 16974447, 'Widget.Material.ListView' : 16974448, 'Widget.Material.ListView.DropDown' : 16974449, 'Widget.Material.MediaRouteButton' : 16974450, 'Widget.Material.PopupMenu' : 16974451, 'Widget.Material.PopupMenu.Overflow' : 16974452, 'Widget.Material.PopupWindow' : 16974453, 'Widget.Material.ProgressBar' : 16974454, 'Widget.Material.ProgressBar.Horizontal' : 16974455, 'Widget.Material.ProgressBar.Large' : 16974456, 'Widget.Material.ProgressBar.Small' : 16974457, 'Widget.Material.ProgressBar.Small.Title' : 16974458, 'Widget.Material.RatingBar' : 16974459, 'Widget.Material.RatingBar.Indicator' : 16974460, 'Widget.Material.RatingBar.Small' : 16974461, 'Widget.Material.ScrollView' : 16974462, 'Widget.Material.SearchView' : 16974463, 'Widget.Material.SeekBar' : 16974464, 'Widget.Material.SegmentedButton' : 16974465, 'Widget.Material.Spinner' : 16974467, 'Widget.Material.Spinner.Underlined' : 16974468, 'Widget.Material.StackView' : 16974466, 'Widget.Material.Tab' : 16974469, 'Widget.Material.TabWidget' : 16974470, 'Widget.Material.TextView' : 16974471, 'Widget.Material.TextView.SpinnerItem' : 16974472, 'Widget.Material.TimePicker' : 16974473, 'Widget.Material.Toolbar' : 16974474, 'Widget.Material.Toolbar.Button.Navigation' : 16974475, 'Widget.Material.WebTextView' : 16974476, 'Widget.Material.WebView' : 16974477, 'Widget.PopupMenu' : 16973958, 'Widget.PopupWindow' : 16973878, 'Widget.ProgressBar' : 16973852, 'Widget.ProgressBar.Horizontal' : 16973855, 'Widget.ProgressBar.Inverse' : 16973915, 'Widget.ProgressBar.Large' : 16973853, 'Widget.ProgressBar.Large.Inverse' : 16973916, 'Widget.ProgressBar.Small' : 16973854, 'Widget.ProgressBar.Small.Inverse' : 16973917, 'Widget.RatingBar' : 16973857, 'Widget.ScrollView' : 16973869, 'Widget.SeekBar' : 16973856, 'Widget.Spinner' : 16973864, 'Widget.Spinner.DropDown' : 16973955, 'Widget.StackView' : 16974310, 'Widget.TabWidget' : 16973876, 'Widget.TextView' : 16973858, 'Widget.TextView.PopupMenu' : 16973865, 'Widget.TextView.SpinnerItem' : 16973866, 'Widget.Toolbar' : 16974311, 'Widget.Toolbar.Button.Navigation' : 16974312, 'Widget.WebView' : 16973875, }, 'attr': { 'theme' : 16842752, 'label' : 16842753, 'icon' : 16842754, 'name' : 16842755, 'manageSpaceActivity' : 16842756, 'allowClearUserData' : 16842757, 'permission' : 16842758, 'readPermission' : 16842759, 'writePermission' : 16842760, 'protectionLevel' : 16842761, 'permissionGroup' : 16842762, 'sharedUserId' : 16842763, 'hasCode' : 16842764, 'persistent' : 16842765, 'enabled' : 16842766, 'debuggable' : 16842767, 'exported' : 16842768, 'process' : 16842769, 'taskAffinity' : 16842770, 'multiprocess' : 16842771, 'finishOnTaskLaunch' : 16842772, 'clearTaskOnLaunch' : 16842773, 'stateNotNeeded' : 16842774, 'excludeFromRecents' : 16842775, 'authorities' : 16842776, 'syncable' : 16842777, 'initOrder' : 16842778, 'grantUriPermissions' : 16842779, 'priority' : 16842780, 'launchMode' : 16842781, 'screenOrientation' : 16842782, 'configChanges' : 16842783, 'description' : 16842784, 'targetPackage' : 16842785, 'handleProfiling' : 16842786, 'functionalTest' : 16842787, 'value' : 16842788, 'resource' : 16842789, 'mimeType' : 16842790, 'scheme' : 16842791, 'host' : 16842792, 'port' : 16842793, 'path' : 16842794, 'pathPrefix' : 16842795, 'pathPattern' : 16842796, 'action' : 16842797, 'data' : 16842798, 'targetClass' : 16842799, 'colorForeground' : 16842800, 'colorBackground' : 16842801, 'backgroundDimAmount' : 16842802, 'disabledAlpha' : 16842803, 'textAppearance' : 16842804, 'textAppearanceInverse' : 16842805, 'textColorPrimary' : 16842806, 'textColorPrimaryDisableOnly' : 16842807, 'textColorSecondary' : 16842808, 'textColorPrimaryInverse' : 16842809, 'textColorSecondaryInverse' : 16842810, 'textColorPrimaryNoDisable' : 16842811, 'textColorSecondaryNoDisable' : 16842812, 'textColorPrimaryInverseNoDisable' : 16842813, 'textColorSecondaryInverseNoDisable' : 16842814, 'textColorHintInverse' : 16842815, 'textAppearanceLarge' : 16842816, 'textAppearanceMedium' : 16842817, 'textAppearanceSmall' : 16842818, 'textAppearanceLargeInverse' : 16842819, 'textAppearanceMediumInverse' : 16842820, 'textAppearanceSmallInverse' : 16842821, 'textCheckMark' : 16842822, 'textCheckMarkInverse' : 16842823, 'buttonStyle' : 16842824, 'buttonStyleSmall' : 16842825, 'buttonStyleInset' : 16842826, 'buttonStyleToggle' : 16842827, 'galleryItemBackground' : 16842828, 'listPreferredItemHeight' : 16842829, 'expandableListPreferredItemPaddingLeft' : 16842830, 'expandableListPreferredChildPaddingLeft' : 16842831, 'expandableListPreferredItemIndicatorLeft' : 16842832, 'expandableListPreferredItemIndicatorRight' : 16842833, 'expandableListPreferredChildIndicatorLeft' : 16842834, 'expandableListPreferredChildIndicatorRight' : 16842835, 'windowBackground' : 16842836, 'windowFrame' : 16842837, 'windowNoTitle' : 16842838, 'windowIsFloating' : 16842839, 'windowIsTranslucent' : 16842840, 'windowContentOverlay' : 16842841, 'windowTitleSize' : 16842842, 'windowTitleStyle' : 16842843, 'windowTitleBackgroundStyle' : 16842844, 'alertDialogStyle' : 16842845, 'panelBackground' : 16842846, 'panelFullBackground' : 16842847, 'panelColorForeground' : 16842848, 'panelColorBackground' : 16842849, 'panelTextAppearance' : 16842850, 'scrollbarSize' : 16842851, 'scrollbarThumbHorizontal' : 16842852, 'scrollbarThumbVertical' : 16842853, 'scrollbarTrackHorizontal' : 16842854, 'scrollbarTrackVertical' : 16842855, 'scrollbarAlwaysDrawHorizontalTrack' : 16842856, 'scrollbarAlwaysDrawVerticalTrack' : 16842857, 'absListViewStyle' : 16842858, 'autoCompleteTextViewStyle' : 16842859, 'checkboxStyle' : 16842860, 'dropDownListViewStyle' : 16842861, 'editTextStyle' : 16842862, 'expandableListViewStyle' : 16842863, 'galleryStyle' : 16842864, 'gridViewStyle' : 16842865, 'imageButtonStyle' : 16842866, 'imageWellStyle' : 16842867, 'listViewStyle' : 16842868, 'listViewWhiteStyle' : 16842869, 'popupWindowStyle' : 16842870, 'progressBarStyle' : 16842871, 'progressBarStyleHorizontal' : 16842872, 'progressBarStyleSmall' : 16842873, 'progressBarStyleLarge' : 16842874, 'seekBarStyle' : 16842875, 'ratingBarStyle' : 16842876, 'ratingBarStyleSmall' : 16842877, 'radioButtonStyle' : 16842878, 'scrollbarStyle' : 16842879, 'scrollViewStyle' : 16842880, 'spinnerStyle' : 16842881, 'starStyle' : 16842882, 'tabWidgetStyle' : 16842883, 'textViewStyle' : 16842884, 'webViewStyle' : 16842885, 'dropDownItemStyle' : 16842886, 'spinnerDropDownItemStyle' : 16842887, 'dropDownHintAppearance' : 16842888, 'spinnerItemStyle' : 16842889, 'mapViewStyle' : 16842890, 'preferenceScreenStyle' : 16842891, 'preferenceCategoryStyle' : 16842892, 'preferenceInformationStyle' : 16842893, 'preferenceStyle' : 16842894, 'checkBoxPreferenceStyle' : 16842895, 'yesNoPreferenceStyle' : 16842896, 'dialogPreferenceStyle' : 16842897, 'editTextPreferenceStyle' : 16842898, 'ringtonePreferenceStyle' : 16842899, 'preferenceLayoutChild' : 16842900, 'textSize' : 16842901, 'typeface' : 16842902, 'textStyle' : 16842903, 'textColor' : 16842904, 'textColorHighlight' : 16842905, 'textColorHint' : 16842906, 'textColorLink' : 16842907, 'state_focused' : 16842908, 'state_window_focused' : 16842909, 'state_enabled' : 16842910, 'state_checkable' : 16842911, 'state_checked' : 16842912, 'state_selected' : 16842913, 'state_active' : 16842914, 'state_single' : 16842915, 'state_first' : 16842916, 'state_middle' : 16842917, 'state_last' : 16842918, 'state_pressed' : 16842919, 'state_expanded' : 16842920, 'state_empty' : 16842921, 'state_above_anchor' : 16842922, 'ellipsize' : 16842923, 'x' : 16842924, 'y' : 16842925, 'windowAnimationStyle' : 16842926, 'gravity' : 16842927, 'autoLink' : 16842928, 'linksClickable' : 16842929, 'entries' : 16842930, 'layout_gravity' : 16842931, 'windowEnterAnimation' : 16842932, 'windowExitAnimation' : 16842933, 'windowShowAnimation' : 16842934, 'windowHideAnimation' : 16842935, 'activityOpenEnterAnimation' : 16842936, 'activityOpenExitAnimation' : 16842937, 'activityCloseEnterAnimation' : 16842938, 'activityCloseExitAnimation' : 16842939, 'taskOpenEnterAnimation' : 16842940, 'taskOpenExitAnimation' : 16842941, 'taskCloseEnterAnimation' : 16842942, 'taskCloseExitAnimation' : 16842943, 'taskToFrontEnterAnimation' : 16842944, 'taskToFrontExitAnimation' : 16842945, 'taskToBackEnterAnimation' : 16842946, 'taskToBackExitAnimation' : 16842947, 'orientation' : 16842948, 'keycode' : 16842949, 'fullDark' : 16842950, 'topDark' : 16842951, 'centerDark' : 16842952, 'bottomDark' : 16842953, 'fullBright' : 16842954, 'topBright' : 16842955, 'centerBright' : 16842956, 'bottomBright' : 16842957, 'bottomMedium' : 16842958, 'centerMedium' : 16842959, 'id' : 16842960, 'tag' : 16842961, 'scrollX' : 16842962, 'scrollY' : 16842963, 'background' : 16842964, 'padding' : 16842965, 'paddingLeft' : 16842966, 'paddingTop' : 16842967, 'paddingRight' : 16842968, 'paddingBottom' : 16842969, 'focusable' : 16842970, 'focusableInTouchMode' : 16842971, 'visibility' : 16842972, 'fitsSystemWindows' : 16842973, 'scrollbars' : 16842974, 'fadingEdge' : 16842975, 'fadingEdgeLength' : 16842976, 'nextFocusLeft' : 16842977, 'nextFocusRight' : 16842978, 'nextFocusUp' : 16842979, 'nextFocusDown' : 16842980, 'clickable' : 16842981, 'longClickable' : 16842982, 'saveEnabled' : 16842983, 'drawingCacheQuality' : 16842984, 'duplicateParentState' : 16842985, 'clipChildren' : 16842986, 'clipToPadding' : 16842987, 'layoutAnimation' : 16842988, 'animationCache' : 16842989, 'persistentDrawingCache' : 16842990, 'alwaysDrawnWithCache' : 16842991, 'addStatesFromChildren' : 16842992, 'descendantFocusability' : 16842993, 'layout' : 16842994, 'inflatedId' : 16842995, 'layout_width' : 16842996, 'layout_height' : 16842997, 'layout_margin' : 16842998, 'layout_marginLeft' : 16842999, 'layout_marginTop' : 16843000, 'layout_marginRight' : 16843001, 'layout_marginBottom' : 16843002, 'listSelector' : 16843003, 'drawSelectorOnTop' : 16843004, 'stackFromBottom' : 16843005, 'scrollingCache' : 16843006, 'textFilterEnabled' : 16843007, 'transcriptMode' : 16843008, 'cacheColorHint' : 16843009, 'dial' : 16843010, 'hand_hour' : 16843011, 'hand_minute' : 16843012, 'format' : 16843013, 'checked' : 16843014, 'button' : 16843015, 'checkMark' : 16843016, 'foreground' : 16843017, 'measureAllChildren' : 16843018, 'groupIndicator' : 16843019, 'childIndicator' : 16843020, 'indicatorLeft' : 16843021, 'indicatorRight' : 16843022, 'childIndicatorLeft' : 16843023, 'childIndicatorRight' : 16843024, 'childDivider' : 16843025, 'animationDuration' : 16843026, 'spacing' : 16843027, 'horizontalSpacing' : 16843028, 'verticalSpacing' : 16843029, 'stretchMode' : 16843030, 'columnWidth' : 16843031, 'numColumns' : 16843032, 'src' : 16843033, 'antialias' : 16843034, 'filter' : 16843035, 'dither' : 16843036, 'scaleType' : 16843037, 'adjustViewBounds' : 16843038, 'maxWidth' : 16843039, 'maxHeight' : 16843040, 'tint' : 16843041, 'baselineAlignBottom' : 16843042, 'cropToPadding' : 16843043, 'textOn' : 16843044, 'textOff' : 16843045, 'baselineAligned' : 16843046, 'baselineAlignedChildIndex' : 16843047, 'weightSum' : 16843048, 'divider' : 16843049, 'dividerHeight' : 16843050, 'choiceMode' : 16843051, 'itemTextAppearance' : 16843052, 'horizontalDivider' : 16843053, 'verticalDivider' : 16843054, 'headerBackground' : 16843055, 'itemBackground' : 16843056, 'itemIconDisabledAlpha' : 16843057, 'rowHeight' : 16843058, 'maxRows' : 16843059, 'maxItemsPerRow' : 16843060, 'moreIcon' : 16843061, 'max' : 16843062, 'progress' : 16843063, 'secondaryProgress' : 16843064, 'indeterminate' : 16843065, 'indeterminateOnly' : 16843066, 'indeterminateDrawable' : 16843067, 'progressDrawable' : 16843068, 'indeterminateDuration' : 16843069, 'indeterminateBehavior' : 16843070, 'minWidth' : 16843071, 'minHeight' : 16843072, 'interpolator' : 16843073, 'thumb' : 16843074, 'thumbOffset' : 16843075, 'numStars' : 16843076, 'rating' : 16843077, 'stepSize' : 16843078, 'isIndicator' : 16843079, 'checkedButton' : 16843080, 'stretchColumns' : 16843081, 'shrinkColumns' : 16843082, 'collapseColumns' : 16843083, 'layout_column' : 16843084, 'layout_span' : 16843085, 'bufferType' : 16843086, 'text' : 16843087, 'hint' : 16843088, 'textScaleX' : 16843089, 'cursorVisible' : 16843090, 'maxLines' : 16843091, 'lines' : 16843092, 'height' : 16843093, 'minLines' : 16843094, 'maxEms' : 16843095, 'ems' : 16843096, 'width' : 16843097, 'minEms' : 16843098, 'scrollHorizontally' : 16843099, 'password' : 16843100, 'singleLine' : 16843101, 'selectAllOnFocus' : 16843102, 'includeFontPadding' : 16843103, 'maxLength' : 16843104, 'shadowColor' : 16843105, 'shadowDx' : 16843106, 'shadowDy' : 16843107, 'shadowRadius' : 16843108, 'numeric' : 16843109, 'digits' : 16843110, 'phoneNumber' : 16843111, 'inputMethod' : 16843112, 'capitalize' : 16843113, 'autoText' : 16843114, 'editable' : 16843115, 'freezesText' : 16843116, 'drawableTop' : 16843117, 'drawableBottom' : 16843118, 'drawableLeft' : 16843119, 'drawableRight' : 16843120, 'drawablePadding' : 16843121, 'completionHint' : 16843122, 'completionHintView' : 16843123, 'completionThreshold' : 16843124, 'dropDownSelector' : 16843125, 'popupBackground' : 16843126, 'inAnimation' : 16843127, 'outAnimation' : 16843128, 'flipInterval' : 16843129, 'fillViewport' : 16843130, 'prompt' : 16843131, 'startYear' : 16843132, 'endYear' : 16843133, 'mode' : 16843134, 'layout_x' : 16843135, 'layout_y' : 16843136, 'layout_weight' : 16843137, 'layout_toLeftOf' : 16843138, 'layout_toRightOf' : 16843139, 'layout_above' : 16843140, 'layout_below' : 16843141, 'layout_alignBaseline' : 16843142, 'layout_alignLeft' : 16843143, 'layout_alignTop' : 16843144, 'layout_alignRight' : 16843145, 'layout_alignBottom' : 16843146, 'layout_alignParentLeft' : 16843147, 'layout_alignParentTop' : 16843148, 'layout_alignParentRight' : 16843149, 'layout_alignParentBottom' : 16843150, 'layout_centerInParent' : 16843151, 'layout_centerHorizontal' : 16843152, 'layout_centerVertical' : 16843153, 'layout_alignWithParentIfMissing' : 16843154, 'layout_scale' : 16843155, 'visible' : 16843156, 'variablePadding' : 16843157, 'constantSize' : 16843158, 'oneshot' : 16843159, 'duration' : 16843160, 'drawable' : 16843161, 'shape' : 16843162, 'innerRadiusRatio' : 16843163, 'thicknessRatio' : 16843164, 'startColor' : 16843165, 'endColor' : 16843166, 'useLevel' : 16843167, 'angle' : 16843168, 'type' : 16843169, 'centerX' : 16843170, 'centerY' : 16843171, 'gradientRadius' : 16843172, 'color' : 16843173, 'dashWidth' : 16843174, 'dashGap' : 16843175, 'radius' : 16843176, 'topLeftRadius' : 16843177, 'topRightRadius' : 16843178, 'bottomLeftRadius' : 16843179, 'bottomRightRadius' : 16843180, 'left' : 16843181, 'top' : 16843182, 'right' : 16843183, 'bottom' : 16843184, 'minLevel' : 16843185, 'maxLevel' : 16843186, 'fromDegrees' : 16843187, 'toDegrees' : 16843188, 'pivotX' : 16843189, 'pivotY' : 16843190, 'insetLeft' : 16843191, 'insetRight' : 16843192, 'insetTop' : 16843193, 'insetBottom' : 16843194, 'shareInterpolator' : 16843195, 'fillBefore' : 16843196, 'fillAfter' : 16843197, 'startOffset' : 16843198, 'repeatCount' : 16843199, 'repeatMode' : 16843200, 'zAdjustment' : 16843201, 'fromXScale' : 16843202, 'toXScale' : 16843203, 'fromYScale' : 16843204, 'toYScale' : 16843205, 'fromXDelta' : 16843206, 'toXDelta' : 16843207, 'fromYDelta' : 16843208, 'toYDelta' : 16843209, 'fromAlpha' : 16843210, 'toAlpha' : 16843211, 'delay' : 16843212, 'animation' : 16843213, 'animationOrder' : 16843214, 'columnDelay' : 16843215, 'rowDelay' : 16843216, 'direction' : 16843217, 'directionPriority' : 16843218, 'factor' : 16843219, 'cycles' : 16843220, 'searchMode' : 16843221, 'searchSuggestAuthority' : 16843222, 'searchSuggestPath' : 16843223, 'searchSuggestSelection' : 16843224, 'searchSuggestIntentAction' : 16843225, 'searchSuggestIntentData' : 16843226, 'queryActionMsg' : 16843227, 'suggestActionMsg' : 16843228, 'suggestActionMsgColumn' : 16843229, 'menuCategory' : 16843230, 'orderInCategory' : 16843231, 'checkableBehavior' : 16843232, 'title' : 16843233, 'titleCondensed' : 16843234, 'alphabeticShortcut' : 16843235, 'numericShortcut' : 16843236, 'checkable' : 16843237, 'selectable' : 16843238, 'orderingFromXml' : 16843239, 'key' : 16843240, 'summary' : 16843241, 'order' : 16843242, 'widgetLayout' : 16843243, 'dependency' : 16843244, 'defaultValue' : 16843245, 'shouldDisableView' : 16843246, 'summaryOn' : 16843247, 'summaryOff' : 16843248, 'disableDependentsState' : 16843249, 'dialogTitle' : 16843250, 'dialogMessage' : 16843251, 'dialogIcon' : 16843252, 'positiveButtonText' : 16843253, 'negativeButtonText' : 16843254, 'dialogLayout' : 16843255, 'entryValues' : 16843256, 'ringtoneType' : 16843257, 'showDefault' : 16843258, 'showSilent' : 16843259, 'scaleWidth' : 16843260, 'scaleHeight' : 16843261, 'scaleGravity' : 16843262, 'ignoreGravity' : 16843263, 'foregroundGravity' : 16843264, 'tileMode' : 16843265, 'targetActivity' : 16843266, 'alwaysRetainTaskState' : 16843267, 'allowTaskReparenting' : 16843268, 'searchButtonText' : 16843269, 'colorForegroundInverse' : 16843270, 'textAppearanceButton' : 16843271, 'listSeparatorTextViewStyle' : 16843272, 'streamType' : 16843273, 'clipOrientation' : 16843274, 'centerColor' : 16843275, 'minSdkVersion' : 16843276, 'windowFullscreen' : 16843277, 'unselectedAlpha' : 16843278, 'progressBarStyleSmallTitle' : 16843279, 'ratingBarStyleIndicator' : 16843280, 'apiKey' : 16843281, 'textColorTertiary' : 16843282, 'textColorTertiaryInverse' : 16843283, 'listDivider' : 16843284, 'soundEffectsEnabled' : 16843285, 'keepScreenOn' : 16843286, 'lineSpacingExtra' : 16843287, 'lineSpacingMultiplier' : 16843288, 'listChoiceIndicatorSingle' : 16843289, 'listChoiceIndicatorMultiple' : 16843290, 'versionCode' : 16843291, 'versionName' : 16843292, 'marqueeRepeatLimit' : 16843293, 'windowNoDisplay' : 16843294, 'backgroundDimEnabled' : 16843295, 'inputType' : 16843296, 'isDefault' : 16843297, 'windowDisablePreview' : 16843298, 'privateImeOptions' : 16843299, 'editorExtras' : 16843300, 'settingsActivity' : 16843301, 'fastScrollEnabled' : 16843302, 'reqTouchScreen' : 16843303, 'reqKeyboardType' : 16843304, 'reqHardKeyboard' : 16843305, 'reqNavigation' : 16843306, 'windowSoftInputMode' : 16843307, 'imeFullscreenBackground' : 16843308, 'noHistory' : 16843309, 'headerDividersEnabled' : 16843310, 'footerDividersEnabled' : 16843311, 'candidatesTextStyleSpans' : 16843312, 'smoothScrollbar' : 16843313, 'reqFiveWayNav' : 16843314, 'keyBackground' : 16843315, 'keyTextSize' : 16843316, 'labelTextSize' : 16843317, 'keyTextColor' : 16843318, 'keyPreviewLayout' : 16843319, 'keyPreviewOffset' : 16843320, 'keyPreviewHeight' : 16843321, 'verticalCorrection' : 16843322, 'popupLayout' : 16843323, 'state_long_pressable' : 16843324, 'keyWidth' : 16843325, 'keyHeight' : 16843326, 'horizontalGap' : 16843327, 'verticalGap' : 16843328, 'rowEdgeFlags' : 16843329, 'codes' : 16843330, 'popupKeyboard' : 16843331, 'popupCharacters' : 16843332, 'keyEdgeFlags' : 16843333, 'isModifier' : 16843334, 'isSticky' : 16843335, 'isRepeatable' : 16843336, 'iconPreview' : 16843337, 'keyOutputText' : 16843338, 'keyLabel' : 16843339, 'keyIcon' : 16843340, 'keyboardMode' : 16843341, 'isScrollContainer' : 16843342, 'fillEnabled' : 16843343, 'updatePeriodMillis' : 16843344, 'initialLayout' : 16843345, 'voiceSearchMode' : 16843346, 'voiceLanguageModel' : 16843347, 'voicePromptText' : 16843348, 'voiceLanguage' : 16843349, 'voiceMaxResults' : 16843350, 'bottomOffset' : 16843351, 'topOffset' : 16843352, 'allowSingleTap' : 16843353, 'handle' : 16843354, 'content' : 16843355, 'animateOnClick' : 16843356, 'configure' : 16843357, 'hapticFeedbackEnabled' : 16843358, 'innerRadius' : 16843359, 'thickness' : 16843360, 'sharedUserLabel' : 16843361, 'dropDownWidth' : 16843362, 'dropDownAnchor' : 16843363, 'imeOptions' : 16843364, 'imeActionLabel' : 16843365, 'imeActionId' : 16843366, 'imeExtractEnterAnimation' : 16843368, 'imeExtractExitAnimation' : 16843369, 'tension' : 16843370, 'extraTension' : 16843371, 'anyDensity' : 16843372, 'searchSuggestThreshold' : 16843373, 'includeInGlobalSearch' : 16843374, 'onClick' : 16843375, 'targetSdkVersion' : 16843376, 'maxSdkVersion' : 16843377, 'testOnly' : 16843378, 'contentDescription' : 16843379, 'gestureStrokeWidth' : 16843380, 'gestureColor' : 16843381, 'uncertainGestureColor' : 16843382, 'fadeOffset' : 16843383, 'fadeDuration' : 16843384, 'gestureStrokeType' : 16843385, 'gestureStrokeLengthThreshold' : 16843386, 'gestureStrokeSquarenessThreshold' : 16843387, 'gestureStrokeAngleThreshold' : 16843388, 'eventsInterceptionEnabled' : 16843389, 'fadeEnabled' : 16843390, 'backupAgent' : 16843391, 'allowBackup' : 16843392, 'glEsVersion' : 16843393, 'queryAfterZeroResults' : 16843394, 'dropDownHeight' : 16843395, 'smallScreens' : 16843396, 'normalScreens' : 16843397, 'largeScreens' : 16843398, 'progressBarStyleInverse' : 16843399, 'progressBarStyleSmallInverse' : 16843400, 'progressBarStyleLargeInverse' : 16843401, 'searchSettingsDescription' : 16843402, 'textColorPrimaryInverseDisableOnly' : 16843403, 'autoUrlDetect' : 16843404, 'resizeable' : 16843405, 'required' : 16843406, 'accountType' : 16843407, 'contentAuthority' : 16843408, 'userVisible' : 16843409, 'windowShowWallpaper' : 16843410, 'wallpaperOpenEnterAnimation' : 16843411, 'wallpaperOpenExitAnimation' : 16843412, 'wallpaperCloseEnterAnimation' : 16843413, 'wallpaperCloseExitAnimation' : 16843414, 'wallpaperIntraOpenEnterAnimation' : 16843415, 'wallpaperIntraOpenExitAnimation' : 16843416, 'wallpaperIntraCloseEnterAnimation' : 16843417, 'wallpaperIntraCloseExitAnimation' : 16843418, 'supportsUploading' : 16843419, 'killAfterRestore' : 16843420, 'restoreNeedsApplication' : 16843421, 'smallIcon' : 16843422, 'accountPreferences' : 16843423, 'textAppearanceSearchResultSubtitle' : 16843424, 'textAppearanceSearchResultTitle' : 16843425, 'summaryColumn' : 16843426, 'detailColumn' : 16843427, 'detailSocialSummary' : 16843428, 'thumbnail' : 16843429, 'detachWallpaper' : 16843430, 'finishOnCloseSystemDialogs' : 16843431, 'scrollbarFadeDuration' : 16843432, 'scrollbarDefaultDelayBeforeFade' : 16843433, 'fadeScrollbars' : 16843434, 'colorBackgroundCacheHint' : 16843435, 'dropDownHorizontalOffset' : 16843436, 'dropDownVerticalOffset' : 16843437, 'quickContactBadgeStyleWindowSmall' : 16843438, 'quickContactBadgeStyleWindowMedium' : 16843439, 'quickContactBadgeStyleWindowLarge' : 16843440, 'quickContactBadgeStyleSmallWindowSmall' : 16843441, 'quickContactBadgeStyleSmallWindowMedium' : 16843442, 'quickContactBadgeStyleSmallWindowLarge' : 16843443, 'author' : 16843444, 'autoStart' : 16843445, 'expandableListViewWhiteStyle' : 16843446, 'installLocation' : 16843447, 'vmSafeMode' : 16843448, 'webTextViewStyle' : 16843449, 'restoreAnyVersion' : 16843450, 'tabStripLeft' : 16843451, 'tabStripRight' : 16843452, 'tabStripEnabled' : 16843453, 'logo' : 16843454, 'xlargeScreens' : 16843455, 'immersive' : 16843456, 'overScrollMode' : 16843457, 'overScrollHeader' : 16843458, 'overScrollFooter' : 16843459, 'filterTouchesWhenObscured' : 16843460, 'textSelectHandleLeft' : 16843461, 'textSelectHandleRight' : 16843462, 'textSelectHandle' : 16843463, 'textSelectHandleWindowStyle' : 16843464, 'popupAnimationStyle' : 16843465, 'screenSize' : 16843466, 'screenDensity' : 16843467, 'allContactsName' : 16843468, 'windowActionBar' : 16843469, 'actionBarStyle' : 16843470, 'navigationMode' : 16843471, 'displayOptions' : 16843472, 'subtitle' : 16843473, 'customNavigationLayout' : 16843474, 'hardwareAccelerated' : 16843475, 'measureWithLargestChild' : 16843476, 'animateFirstView' : 16843477, 'dropDownSpinnerStyle' : 16843478, 'actionDropDownStyle' : 16843479, 'actionButtonStyle' : 16843480, 'showAsAction' : 16843481, 'previewImage' : 16843482, 'actionModeBackground' : 16843483, 'actionModeCloseDrawable' : 16843484, 'windowActionModeOverlay' : 16843485, 'valueFrom' : 16843486, 'valueTo' : 16843487, 'valueType' : 16843488, 'propertyName' : 16843489, 'ordering' : 16843490, 'fragment' : 16843491, 'windowActionBarOverlay' : 16843492, 'fragmentOpenEnterAnimation' : 16843493, 'fragmentOpenExitAnimation' : 16843494, 'fragmentCloseEnterAnimation' : 16843495, 'fragmentCloseExitAnimation' : 16843496, 'fragmentFadeEnterAnimation' : 16843497, 'fragmentFadeExitAnimation' : 16843498, 'actionBarSize' : 16843499, 'imeSubtypeLocale' : 16843500, 'imeSubtypeMode' : 16843501, 'imeSubtypeExtraValue' : 16843502, 'splitMotionEvents' : 16843503, 'listChoiceBackgroundIndicator' : 16843504, 'spinnerMode' : 16843505, 'animateLayoutChanges' : 16843506, 'actionBarTabStyle' : 16843507, 'actionBarTabBarStyle' : 16843508, 'actionBarTabTextStyle' : 16843509, 'actionOverflowButtonStyle' : 16843510, 'actionModeCloseButtonStyle' : 16843511, 'titleTextStyle' : 16843512, 'subtitleTextStyle' : 16843513, 'iconifiedByDefault' : 16843514, 'actionLayout' : 16843515, 'actionViewClass' : 16843516, 'activatedBackgroundIndicator' : 16843517, 'state_activated' : 16843518, 'listPopupWindowStyle' : 16843519, 'popupMenuStyle' : 16843520, 'textAppearanceLargePopupMenu' : 16843521, 'textAppearanceSmallPopupMenu' : 16843522, 'breadCrumbTitle' : 16843523, 'breadCrumbShortTitle' : 16843524, 'listDividerAlertDialog' : 16843525, 'textColorAlertDialogListItem' : 16843526, 'loopViews' : 16843527, 'dialogTheme' : 16843528, 'alertDialogTheme' : 16843529, 'dividerVertical' : 16843530, 'homeAsUpIndicator' : 16843531, 'enterFadeDuration' : 16843532, 'exitFadeDuration' : 16843533, 'selectableItemBackground' : 16843534, 'autoAdvanceViewId' : 16843535, 'useIntrinsicSizeAsMinimum' : 16843536, 'actionModeCutDrawable' : 16843537, 'actionModeCopyDrawable' : 16843538, 'actionModePasteDrawable' : 16843539, 'textEditPasteWindowLayout' : 16843540, 'textEditNoPasteWindowLayout' : 16843541, 'textIsSelectable' : 16843542, 'windowEnableSplitTouch' : 16843543, 'indeterminateProgressStyle' : 16843544, 'progressBarPadding' : 16843545, 'animationResolution' : 16843546, 'state_accelerated' : 16843547, 'baseline' : 16843548, 'homeLayout' : 16843549, 'opacity' : 16843550, 'alpha' : 16843551, 'transformPivotX' : 16843552, 'transformPivotY' : 16843553, 'translationX' : 16843554, 'translationY' : 16843555, 'scaleX' : 16843556, 'scaleY' : 16843557, 'rotation' : 16843558, 'rotationX' : 16843559, 'rotationY' : 16843560, 'showDividers' : 16843561, 'dividerPadding' : 16843562, 'borderlessButtonStyle' : 16843563, 'dividerHorizontal' : 16843564, 'itemPadding' : 16843565, 'buttonBarStyle' : 16843566, 'buttonBarButtonStyle' : 16843567, 'segmentedButtonStyle' : 16843568, 'staticWallpaperPreview' : 16843569, 'allowParallelSyncs' : 16843570, 'isAlwaysSyncable' : 16843571, 'verticalScrollbarPosition' : 16843572, 'fastScrollAlwaysVisible' : 16843573, 'fastScrollThumbDrawable' : 16843574, 'fastScrollPreviewBackgroundLeft' : 16843575, 'fastScrollPreviewBackgroundRight' : 16843576, 'fastScrollTrackDrawable' : 16843577, 'fastScrollOverlayPosition' : 16843578, 'customTokens' : 16843579, 'nextFocusForward' : 16843580, 'firstDayOfWeek' : 16843581, 'showWeekNumber' : 16843582, 'minDate' : 16843583, 'maxDate' : 16843584, 'shownWeekCount' : 16843585, 'selectedWeekBackgroundColor' : 16843586, 'focusedMonthDateColor' : 16843587, 'unfocusedMonthDateColor' : 16843588, 'weekNumberColor' : 16843589, 'weekSeparatorLineColor' : 16843590, 'selectedDateVerticalBar' : 16843591, 'weekDayTextAppearance' : 16843592, 'dateTextAppearance' : 16843593, 'solidColor' : 16843594, 'spinnersShown' : 16843595, 'calendarViewShown' : 16843596, 'state_multiline' : 16843597, 'detailsElementBackground' : 16843598, 'textColorHighlightInverse' : 16843599, 'textColorLinkInverse' : 16843600, 'editTextColor' : 16843601, 'editTextBackground' : 16843602, 'horizontalScrollViewStyle' : 16843603, 'layerType' : 16843604, 'alertDialogIcon' : 16843605, 'windowMinWidthMajor' : 16843606, 'windowMinWidthMinor' : 16843607, 'queryHint' : 16843608, 'fastScrollTextColor' : 16843609, 'largeHeap' : 16843610, 'windowCloseOnTouchOutside' : 16843611, 'datePickerStyle' : 16843612, 'calendarViewStyle' : 16843613, 'textEditSidePasteWindowLayout' : 16843614, 'textEditSideNoPasteWindowLayout' : 16843615, 'actionMenuTextAppearance' : 16843616, 'actionMenuTextColor' : 16843617, 'textCursorDrawable' : 16843618, 'resizeMode' : 16843619, 'requiresSmallestWidthDp' : 16843620, 'compatibleWidthLimitDp' : 16843621, 'largestWidthLimitDp' : 16843622, 'state_hovered' : 16843623, 'state_drag_can_accept' : 16843624, 'state_drag_hovered' : 16843625, 'stopWithTask' : 16843626, 'switchTextOn' : 16843627, 'switchTextOff' : 16843628, 'switchPreferenceStyle' : 16843629, 'switchTextAppearance' : 16843630, 'track' : 16843631, 'switchMinWidth' : 16843632, 'switchPadding' : 16843633, 'thumbTextPadding' : 16843634, 'textSuggestionsWindowStyle' : 16843635, 'textEditSuggestionItemLayout' : 16843636, 'rowCount' : 16843637, 'rowOrderPreserved' : 16843638, 'columnCount' : 16843639, 'columnOrderPreserved' : 16843640, 'useDefaultMargins' : 16843641, 'alignmentMode' : 16843642, 'layout_row' : 16843643, 'layout_rowSpan' : 16843644, 'layout_columnSpan' : 16843645, 'actionModeSelectAllDrawable' : 16843646, 'isAuxiliary' : 16843647, 'accessibilityEventTypes' : 16843648, 'packageNames' : 16843649, 'accessibilityFeedbackType' : 16843650, 'notificationTimeout' : 16843651, 'accessibilityFlags' : 16843652, 'canRetrieveWindowContent' : 16843653, 'listPreferredItemHeightLarge' : 16843654, 'listPreferredItemHeightSmall' : 16843655, 'actionBarSplitStyle' : 16843656, 'actionProviderClass' : 16843657, 'backgroundStacked' : 16843658, 'backgroundSplit' : 16843659, 'textAllCaps' : 16843660, 'colorPressedHighlight' : 16843661, 'colorLongPressedHighlight' : 16843662, 'colorFocusedHighlight' : 16843663, 'colorActivatedHighlight' : 16843664, 'colorMultiSelectHighlight' : 16843665, 'drawableStart' : 16843666, 'drawableEnd' : 16843667, 'actionModeStyle' : 16843668, 'minResizeWidth' : 16843669, 'minResizeHeight' : 16843670, 'actionBarWidgetTheme' : 16843671, 'uiOptions' : 16843672, 'subtypeLocale' : 16843673, 'subtypeExtraValue' : 16843674, 'actionBarDivider' : 16843675, 'actionBarItemBackground' : 16843676, 'actionModeSplitBackground' : 16843677, 'textAppearanceListItem' : 16843678, 'textAppearanceListItemSmall' : 16843679, 'targetDescriptions' : 16843680, 'directionDescriptions' : 16843681, 'overridesImplicitlyEnabledSubtype' : 16843682, 'listPreferredItemPaddingLeft' : 16843683, 'listPreferredItemPaddingRight' : 16843684, 'requiresFadingEdge' : 16843685, 'publicKey' : 16843686, 'parentActivityName' : 16843687, 'isolatedProcess' : 16843689, 'importantForAccessibility' : 16843690, 'keyboardLayout' : 16843691, 'fontFamily' : 16843692, 'mediaRouteButtonStyle' : 16843693, 'mediaRouteTypes' : 16843694, 'supportsRtl' : 16843695, 'textDirection' : 16843696, 'textAlignment' : 16843697, 'layoutDirection' : 16843698, 'paddingStart' : 16843699, 'paddingEnd' : 16843700, 'layout_marginStart' : 16843701, 'layout_marginEnd' : 16843702, 'layout_toStartOf' : 16843703, 'layout_toEndOf' : 16843704, 'layout_alignStart' : 16843705, 'layout_alignEnd' : 16843706, 'layout_alignParentStart' : 16843707, 'layout_alignParentEnd' : 16843708, 'listPreferredItemPaddingStart' : 16843709, 'listPreferredItemPaddingEnd' : 16843710, 'singleUser' : 16843711, 'presentationTheme' : 16843712, 'subtypeId' : 16843713, 'initialKeyguardLayout' : 16843714, 'widgetCategory' : 16843716, 'permissionGroupFlags' : 16843717, 'labelFor' : 16843718, 'permissionFlags' : 16843719, 'checkedTextViewStyle' : 16843720, 'showOnLockScreen' : 16843721, 'format12Hour' : 16843722, 'format24Hour' : 16843723, 'timeZone' : 16843724, 'mipMap' : 16843725, 'mirrorForRtl' : 16843726, 'windowOverscan' : 16843727, 'requiredForAllUsers' : 16843728, 'indicatorStart' : 16843729, 'indicatorEnd' : 16843730, 'childIndicatorStart' : 16843731, 'childIndicatorEnd' : 16843732, 'restrictedAccountType' : 16843733, 'requiredAccountType' : 16843734, 'canRequestTouchExplorationMode' : 16843735, 'canRequestEnhancedWebAccessibility' : 16843736, 'canRequestFilterKeyEvents' : 16843737, 'layoutMode' : 16843738, 'keySet' : 16843739, 'targetId' : 16843740, 'fromScene' : 16843741, 'toScene' : 16843742, 'transition' : 16843743, 'transitionOrdering' : 16843744, 'fadingMode' : 16843745, 'startDelay' : 16843746, 'ssp' : 16843747, 'sspPrefix' : 16843748, 'sspPattern' : 16843749, 'addPrintersActivity' : 16843750, 'vendor' : 16843751, 'category' : 16843752, 'isAsciiCapable' : 16843753, 'autoMirrored' : 16843754, 'supportsSwitchingToNextInputMethod' : 16843755, 'requireDeviceUnlock' : 16843756, 'apduServiceBanner' : 16843757, 'accessibilityLiveRegion' : 16843758, 'windowTranslucentStatus' : 16843759, 'windowTranslucentNavigation' : 16843760, 'advancedPrintOptionsActivity' : 16843761, 'banner' : 16843762, 'windowSwipeToDismiss' : 16843763, 'isGame' : 16843764, 'allowEmbedded' : 16843765, 'setupActivity' : 16843766, 'fastScrollStyle' : 16843767, 'windowContentTransitions' : 16843768, 'windowContentTransitionManager' : 16843769, 'translationZ' : 16843770, 'tintMode' : 16843771, 'controlX1' : 16843772, 'controlY1' : 16843773, 'controlX2' : 16843774, 'controlY2' : 16843775, 'transitionName' : 16843776, 'transitionGroup' : 16843777, 'viewportWidth' : 16843778, 'viewportHeight' : 16843779, 'fillColor' : 16843780, 'pathData' : 16843781, 'strokeColor' : 16843782, 'strokeWidth' : 16843783, 'trimPathStart' : 16843784, 'trimPathEnd' : 16843785, 'trimPathOffset' : 16843786, 'strokeLineCap' : 16843787, 'strokeLineJoin' : 16843788, 'strokeMiterLimit' : 16843789, 'colorControlNormal' : 16843817, 'colorControlActivated' : 16843818, 'colorButtonNormal' : 16843819, 'colorControlHighlight' : 16843820, 'persistableMode' : 16843821, 'titleTextAppearance' : 16843822, 'subtitleTextAppearance' : 16843823, 'slideEdge' : 16843824, 'actionBarTheme' : 16843825, 'textAppearanceListItemSecondary' : 16843826, 'colorPrimary' : 16843827, 'colorPrimaryDark' : 16843828, 'colorAccent' : 16843829, 'nestedScrollingEnabled' : 16843830, 'windowEnterTransition' : 16843831, 'windowExitTransition' : 16843832, 'windowSharedElementEnterTransition' : 16843833, 'windowSharedElementExitTransition' : 16843834, 'windowAllowReturnTransitionOverlap' : 16843835, 'windowAllowEnterTransitionOverlap' : 16843836, 'sessionService' : 16843837, 'stackViewStyle' : 16843838, 'switchStyle' : 16843839, 'elevation' : 16843840, 'excludeId' : 16843841, 'excludeClass' : 16843842, 'hideOnContentScroll' : 16843843, 'actionOverflowMenuStyle' : 16843844, 'documentLaunchMode' : 16843845, 'maxRecents' : 16843846, 'autoRemoveFromRecents' : 16843847, 'stateListAnimator' : 16843848, 'toId' : 16843849, 'fromId' : 16843850, 'reversible' : 16843851, 'splitTrack' : 16843852, 'targetName' : 16843853, 'excludeName' : 16843854, 'matchOrder' : 16843855, 'windowDrawsSystemBarBackgrounds' : 16843856, 'statusBarColor' : 16843857, 'navigationBarColor' : 16843858, 'contentInsetStart' : 16843859, 'contentInsetEnd' : 16843860, 'contentInsetLeft' : 16843861, 'contentInsetRight' : 16843862, 'paddingMode' : 16843863, 'layout_rowWeight' : 16843864, 'layout_columnWeight' : 16843865, 'translateX' : 16843866, 'translateY' : 16843867, 'selectableItemBackgroundBorderless' : 16843868, 'elegantTextHeight' : 16843869, 'searchKeyphraseId' : 16843870, 'searchKeyphrase' : 16843871, 'searchKeyphraseSupportedLocales' : 16843872, 'windowTransitionBackgroundFadeDuration' : 16843873, 'overlapAnchor' : 16843874, 'progressTint' : 16843875, 'progressTintMode' : 16843876, 'progressBackgroundTint' : 16843877, 'progressBackgroundTintMode' : 16843878, 'secondaryProgressTint' : 16843879, 'secondaryProgressTintMode' : 16843880, 'indeterminateTint' : 16843881, 'indeterminateTintMode' : 16843882, 'backgroundTint' : 16843883, 'backgroundTintMode' : 16843884, 'foregroundTint' : 16843885, 'foregroundTintMode' : 16843886, 'buttonTint' : 16843887, 'buttonTintMode' : 16843888, 'thumbTint' : 16843889, 'thumbTintMode' : 16843890, 'fullBackupOnly' : 16843891, 'propertyXName' : 16843892, 'propertyYName' : 16843893, 'relinquishTaskIdentity' : 16843894, 'tileModeX' : 16843895, 'tileModeY' : 16843896, 'actionModeShareDrawable' : 16843897, 'actionModeFindDrawable' : 16843898, 'actionModeWebSearchDrawable' : 16843899, 'transitionVisibilityMode' : 16843900, 'minimumHorizontalAngle' : 16843901, 'minimumVerticalAngle' : 16843902, 'maximumAngle' : 16843903, 'searchViewStyle' : 16843904, 'closeIcon' : 16843905, 'goIcon' : 16843906, 'searchIcon' : 16843907, 'voiceIcon' : 16843908, 'commitIcon' : 16843909, 'suggestionRowLayout' : 16843910, 'queryBackground' : 16843911, 'submitBackground' : 16843912, 'buttonBarPositiveButtonStyle' : 16843913, 'buttonBarNeutralButtonStyle' : 16843914, 'buttonBarNegativeButtonStyle' : 16843915, 'popupElevation' : 16843916, 'actionBarPopupTheme' : 16843917, 'multiArch' : 16843918, 'touchscreenBlocksFocus' : 16843919, 'windowElevation' : 16843920, 'launchTaskBehindTargetAnimation' : 16843921, 'launchTaskBehindSourceAnimation' : 16843922, 'restrictionType' : 16843923, 'dayOfWeekBackground' : 16843924, 'dayOfWeekTextAppearance' : 16843925, 'headerMonthTextAppearance' : 16843926, 'headerDayOfMonthTextAppearance' : 16843927, 'headerYearTextAppearance' : 16843928, 'yearListItemTextAppearance' : 16843929, 'yearListSelectorColor' : 16843930, 'calendarTextColor' : 16843931, 'recognitionService' : 16843932, 'timePickerStyle' : 16843933, 'timePickerDialogTheme' : 16843934, 'headerTimeTextAppearance' : 16843935, 'headerAmPmTextAppearance' : 16843936, 'numbersTextColor' : 16843937, 'numbersBackgroundColor' : 16843938, 'numbersSelectorColor' : 16843939, 'amPmTextColor' : 16843940, 'amPmBackgroundColor' : 16843941, 'searchKeyphraseRecognitionFlags' : 16843942, 'checkMarkTint' : 16843943, 'checkMarkTintMode' : 16843944, 'popupTheme' : 16843945, 'toolbarStyle' : 16843946, 'windowClipToOutline' : 16843947, 'datePickerDialogTheme' : 16843948, 'showText' : 16843949, 'windowReturnTransition' : 16843950, 'windowReenterTransition' : 16843951, 'windowSharedElementReturnTransition' : 16843952, 'windowSharedElementReenterTransition' : 16843953, 'resumeWhilePausing' : 16843954, 'datePickerMode' : 16843955, 'timePickerMode' : 16843956, 'inset' : 16843957, 'letterSpacing' : 16843958, 'fontFeatureSettings' : 16843959, 'outlineProvider' : 16843960, 'contentAgeHint' : 16843961, 'country' : 16843962, 'windowSharedElementsUseOverlay' : 16843963, 'reparent' : 16843964, 'reparentWithOverlay' : 16843965, 'ambientShadowAlpha' : 16843966, 'spotShadowAlpha' : 16843967, 'navigationIcon' : 16843968, 'navigationContentDescription' : 16843969, 'fragmentExitTransition' : 16843970, 'fragmentEnterTransition' : 16843971, 'fragmentSharedElementEnterTransition' : 16843972, 'fragmentReturnTransition' : 16843973, 'fragmentSharedElementReturnTransition' : 16843974, 'fragmentReenterTransition' : 16843975, 'fragmentAllowEnterTransitionOverlap' : 16843976, 'fragmentAllowReturnTransitionOverlap' : 16843977, 'patternPathData' : 16843978, 'strokeAlpha' : 16843979, 'fillAlpha' : 16843980, 'windowActivityTransitions' : 16843981, 'colorEdgeEffect' : 16843982 } } SYSTEM_RESOURCES = { "attributes": { "forward": {k: v for k, v in resources['attr'].items()}, "inverse": {v: k for k, v in resources['attr'].items()} }, "styles": { "forward": {k: v for k, v in resources['style'].items()}, "inverse": {v: k for k, v in resources['style'].items()} } }
[ 37540, 796, 1391, 198, 220, 220, 220, 705, 7635, 10354, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39520, 6, 1058, 1467, 5607, 2548, 1731, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39520, 13, 16516, 6, 1058, 1467, 5607, 2548, 1495, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39520, 13, 44204, 6, 1058, 1467, 5607, 2548, 2075, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39520, 13, 20560, 17410, 6, 1058, 1467, 5607, 2670, 940, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39520, 13, 2514, 459, 6, 1058, 1467, 5607, 2548, 2078, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39520, 13, 8291, 35600, 6, 1058, 1467, 5607, 2548, 1983, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 24728, 19463, 13, 21864, 10374, 6, 1058, 27191, 4524, 27800, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 24728, 19463, 13, 21864, 10374, 13, 36420, 44204, 6, 1058, 27191, 4524, 25270, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 24728, 19463, 13, 15047, 13, 21864, 10374, 6, 1058, 27191, 4524, 24369, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 24728, 19463, 13, 15047, 13, 21864, 10374, 13, 36420, 44204, 6, 1058, 27191, 4524, 33551, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 24728, 19463, 13, 15047, 13, 41030, 12061, 21864, 6, 1058, 27191, 4524, 32759, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 24728, 19463, 13, 41030, 12061, 21864, 6, 1058, 27191, 4524, 27693, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39, 14057, 13, 21864, 10374, 6, 1058, 1467, 5607, 1821, 4310, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39, 14057, 13, 21864, 10374, 13, 36420, 44204, 6, 1058, 1467, 5607, 1821, 2816, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39, 14057, 13, 15047, 13, 21864, 10374, 6, 1058, 1467, 5607, 1821, 4051, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39, 14057, 13, 15047, 13, 21864, 10374, 13, 36420, 44204, 6, 1058, 1467, 5607, 1821, 3980, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39, 14057, 13, 15047, 13, 41030, 12061, 21864, 6, 1058, 1467, 5607, 1821, 3365, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39, 14057, 13, 41030, 12061, 21864, 6, 1058, 1467, 5607, 1821, 3553, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 13152, 21864, 6, 1058, 1467, 5607, 2548, 3720, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 13152, 21864, 13, 37, 69, 16993, 6, 1058, 1467, 5607, 2548, 5999, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 13152, 21864, 13, 10019, 6, 1058, 1467, 5607, 2548, 6659, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 13152, 21864, 13, 49991, 6, 1058, 1467, 5607, 2548, 5332, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 13152, 21864, 13, 11002, 6, 1058, 1467, 5607, 2548, 6469, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 13152, 21864, 13, 21448, 6, 1058, 1467, 5607, 2548, 1795, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 13152, 21864, 13, 30003, 6, 1058, 1467, 5607, 2548, 5705, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 6, 1058, 1467, 5607, 2548, 4521, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 24728, 19463, 6, 1058, 27191, 4524, 28592, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 24728, 19463, 13, 44204, 27703, 19160, 6, 1058, 27191, 4524, 18897, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 24728, 19463, 13, 818, 4399, 6, 1058, 27191, 4524, 24970, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 24728, 19463, 13, 21968, 6, 1058, 27191, 4524, 13381, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 24728, 19463, 13, 21968, 13, 818, 4399, 6, 1058, 27191, 4524, 11645, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 24728, 19463, 13, 31205, 6, 1058, 27191, 4524, 28676, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 24728, 19463, 13, 31205, 13, 818, 4399, 6, 1058, 27191, 4524, 25600, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 24728, 19463, 13, 18243, 23004, 13, 7004, 7839, 6, 1058, 27191, 4524, 29119, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 24728, 19463, 13, 18243, 23004, 13, 19160, 6, 1058, 27191, 4524, 30057, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 24728, 19463, 13, 18712, 6, 1058, 27191, 4524, 25191, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 24728, 19463, 13, 18712, 13, 818, 4399, 6, 1058, 1467, 5607, 3682, 1899, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 24728, 19463, 13, 38300, 6, 1058, 27191, 4524, 22980, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 24728, 19463, 13, 38300, 13, 12502, 10374, 13, 23381, 6, 1058, 27191, 4524, 27033, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 24728, 19463, 13, 38300, 13, 12502, 10374, 13, 7004, 7839, 6, 1058, 27191, 4524, 26050, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 24728, 19463, 13, 38300, 13, 12502, 10374, 13, 7004, 7839, 13, 818, 4399, 6, 1058, 27191, 4524, 30290, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 24728, 19463, 13, 38300, 13, 12502, 10374, 13, 19160, 6, 1058, 27191, 4524, 25870, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 24728, 19463, 13, 38300, 13, 12502, 10374, 13, 19160, 13, 818, 4399, 6, 1058, 27191, 4524, 32568, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 24728, 19463, 13, 38300, 13, 12502, 19076, 13, 7004, 7839, 6, 1058, 27191, 4524, 30368, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 24728, 19463, 13, 38300, 13, 12502, 19076, 13, 7004, 7839, 13, 818, 4399, 6, 1058, 27191, 4524, 26279, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 24728, 19463, 13, 38300, 13, 12502, 19076, 13, 19160, 6, 1058, 1467, 5607, 3682, 1795, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 24728, 19463, 13, 38300, 13, 12502, 19076, 13, 19160, 13, 818, 4399, 6, 1058, 27191, 4524, 30336, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 24728, 19463, 13, 38300, 13, 21864, 6, 1058, 27191, 4524, 25540, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 24728, 19463, 13, 38300, 13, 26932, 8048, 39, 600, 6, 1058, 27191, 4524, 28977, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 24728, 19463, 13, 38300, 13, 26932, 8048, 7449, 6, 1058, 27191, 4524, 29807, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 24728, 19463, 13, 38300, 13, 18378, 8206, 6, 1058, 27191, 4524, 28857, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 24728, 19463, 13, 38300, 13, 19578, 23381, 13, 7449, 6, 1058, 27191, 4524, 25674, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 24728, 19463, 13, 38300, 13, 16979, 929, 23381, 6, 1058, 27191, 4524, 23195, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 24728, 19463, 13, 38300, 13, 16979, 929, 23381, 13, 21968, 6, 1058, 27191, 4524, 27988, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 24728, 19463, 13, 38300, 13, 16979, 929, 23381, 13, 18712, 6, 1058, 27191, 4524, 27019, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 24728, 19463, 13, 38300, 13, 33349, 38300, 6, 1058, 27191, 4524, 25022, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 24728, 19463, 13, 38300, 13, 8206, 7680, 6, 1058, 27191, 4524, 26276, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 24728, 19463, 13, 38300, 13, 8206, 7680, 13, 16979, 929, 23381, 6, 1058, 27191, 4524, 20233, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 24728, 19463, 13, 38300, 13, 8206, 7680, 13, 4561, 5083, 7449, 6, 1058, 27191, 4524, 27367, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 24728, 19463, 13, 27703, 19160, 6, 1058, 27191, 4524, 29558, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 44204, 27703, 19160, 6, 1058, 1467, 5607, 2548, 4531, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 39, 14057, 6, 1058, 1467, 5607, 1821, 2425, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 39, 14057, 13, 44204, 27703, 19160, 6, 1058, 27191, 4524, 15197, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 39, 14057, 13, 818, 4399, 6, 1058, 1467, 5607, 1821, 4304, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 39, 14057, 13, 21968, 6, 1058, 1467, 5607, 1821, 3324, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 39, 14057, 13, 21968, 13, 818, 4399, 6, 1058, 1467, 5607, 1821, 3695, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 39, 14057, 13, 31205, 6, 1058, 1467, 5607, 1821, 3720, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 39, 14057, 13, 31205, 13, 818, 4399, 6, 1058, 1467, 5607, 1821, 1795, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 39, 14057, 13, 18243, 23004, 13, 7004, 7839, 6, 1058, 1467, 5607, 1821, 5705, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 39, 14057, 13, 18243, 23004, 13, 19160, 6, 1058, 1467, 5607, 1821, 5999, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 39, 14057, 13, 18712, 6, 1058, 1467, 5607, 1821, 6659, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 39, 14057, 13, 18712, 13, 818, 4399, 6, 1058, 1467, 5607, 1821, 6469, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 39, 14057, 13, 38300, 6, 1058, 1467, 5607, 1821, 5332, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 39, 14057, 13, 38300, 13, 12502, 10374, 13, 23381, 6, 1058, 1467, 5607, 3901, 1065, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 39, 14057, 13, 38300, 13, 12502, 10374, 13, 7004, 7839, 6, 1058, 1467, 5607, 1821, 2079, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 39, 14057, 13, 38300, 13, 12502, 10374, 13, 7004, 7839, 13, 818, 4399, 6, 1058, 27191, 4524, 14454, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 39, 14057, 13, 38300, 13, 12502, 10374, 13, 19160, 6, 1058, 1467, 5607, 1821, 4089, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 39, 14057, 13, 38300, 13, 12502, 10374, 13, 19160, 13, 818, 4399, 6, 1058, 27191, 4524, 15711, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 39, 14057, 13, 38300, 13, 12502, 19076, 13, 7004, 7839, 6, 1058, 1467, 5607, 3901, 486, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 39, 14057, 13, 38300, 13, 12502, 19076, 13, 7004, 7839, 13, 818, 4399, 6, 1058, 27191, 4524, 16243, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 39, 14057, 13, 38300, 13, 12502, 19076, 13, 19160, 6, 1058, 27191, 4524, 3064, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 39, 14057, 13, 38300, 13, 12502, 19076, 13, 19160, 13, 818, 4399, 6, 1058, 1467, 5607, 3901, 940, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 39, 14057, 13, 38300, 13, 21864, 6, 1058, 1467, 5607, 1821, 4521, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 39, 14057, 13, 38300, 13, 26932, 8048, 39, 600, 6, 1058, 1467, 5607, 1821, 6420, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 39, 14057, 13, 38300, 13, 26932, 8048, 7449, 6, 1058, 1467, 5607, 1821, 5892, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 39, 14057, 13, 38300, 13, 18378, 8206, 6, 1058, 1467, 5607, 1821, 5824, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 39, 14057, 13, 38300, 13, 19578, 23381, 13, 7449, 6, 1058, 1467, 5607, 1821, 5774, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 39, 14057, 13, 38300, 13, 16979, 929, 23381, 6, 1058, 1467, 5607, 1821, 3865, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 39, 14057, 13, 38300, 13, 16979, 929, 23381, 13, 21968, 6, 1058, 1467, 5607, 1821, 4846, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 39, 14057, 13, 38300, 13, 16979, 929, 23381, 13, 18712, 6, 1058, 1467, 5607, 1821, 5607, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 39, 14057, 13, 38300, 13, 33349, 38300, 6, 1058, 1467, 5607, 1821, 3459, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 39, 14057, 13, 38300, 13, 8206, 7680, 6, 1058, 1467, 5607, 1821, 4531, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 39, 14057, 13, 38300, 13, 8206, 7680, 13, 16979, 929, 23381, 6, 1058, 1467, 5607, 1821, 3829, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 39, 14057, 13, 38300, 13, 8206, 7680, 13, 4561, 5083, 7449, 6, 1058, 1467, 5607, 1821, 6052, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 39, 14057, 13, 27703, 19160, 6, 1058, 27191, 4524, 15377, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 818, 4399, 6, 1058, 1467, 5607, 2548, 5774, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 21968, 6, 1058, 1467, 5607, 2548, 3829, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 21968, 13, 818, 4399, 6, 1058, 1467, 5607, 2548, 6420, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 17518, 6, 1058, 1467, 5607, 3559, 1558, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 17518, 13, 25842, 16, 6, 1058, 1467, 5607, 3559, 1238, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 17518, 13, 25842, 17, 6, 1058, 1467, 5607, 3559, 1129, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 17518, 13, 21864, 6, 1058, 1467, 5607, 3559, 1507, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 17518, 13, 24334, 1159, 6, 1058, 1467, 5607, 3559, 2481, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 17518, 13, 44204, 27703, 19160, 6, 1058, 1467, 5607, 3559, 1828, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 17518, 13, 23114, 16, 6, 1058, 1467, 5607, 3559, 2075, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 17518, 13, 23114, 17, 6, 1058, 1467, 5607, 3559, 1495, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 17518, 13, 23114, 18, 6, 1058, 1467, 5607, 3559, 1731, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 17518, 13, 23114, 19, 6, 1058, 1467, 5607, 3559, 1954, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 17518, 13, 13847, 1370, 6, 1058, 1467, 5607, 3559, 1983, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 17518, 13, 818, 4399, 6, 1058, 1467, 5607, 3559, 2078, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 17518, 13, 21968, 6, 1058, 1467, 5607, 3559, 1959, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 17518, 13, 21968, 13, 818, 4399, 6, 1058, 1467, 5607, 3559, 1270, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 17518, 13, 31205, 6, 1058, 27191, 4524, 31697, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 17518, 13, 31205, 13, 818, 4399, 6, 1058, 27191, 4524, 32148, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 17518, 13, 23381, 6, 1058, 27191, 4524, 20370, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 17518, 13, 3673, 2649, 6, 1058, 27191, 4524, 31380, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 17518, 13, 3673, 2649, 13, 10161, 28432, 6, 1058, 27191, 4524, 27326, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 17518, 13, 3673, 2649, 13, 12360, 6, 1058, 27191, 4524, 29211, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 17518, 13, 3673, 2649, 13, 13949, 17, 6, 1058, 27191, 4524, 31496, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 17518, 13, 3673, 2649, 13, 7575, 6, 1058, 27191, 4524, 28460, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 17518, 13, 3673, 2649, 13, 19160, 6, 1058, 27191, 4524, 29626, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 17518, 13, 18243, 23004, 13, 7004, 7839, 6, 1058, 1467, 5607, 3559, 1821, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 17518, 13, 18243, 23004, 13, 19160, 6, 1058, 27191, 4524, 33660, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 17518, 13, 18712, 6, 1058, 27191, 4524, 31575, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 17518, 13, 18712, 13, 818, 4399, 6, 1058, 27191, 4524, 32118, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 17518, 13, 7004, 2256, 6, 1058, 1467, 5607, 3559, 2598, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 17518, 13, 19160, 6, 1058, 1467, 5607, 3559, 2231, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 17518, 13, 38300, 6, 1058, 27191, 4524, 30995, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 17518, 13, 38300, 13, 12502, 10374, 13, 23381, 6, 1058, 27191, 4524, 28978, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 17518, 13, 38300, 13, 12502, 10374, 13, 7004, 7839, 6, 1058, 27191, 4524, 27371, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 17518, 13, 38300, 13, 12502, 10374, 13, 7004, 7839, 13, 818, 4399, 6, 1058, 1467, 5607, 3559, 1120, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 17518, 13, 38300, 13, 12502, 10374, 13, 19160, 6, 1058, 27191, 4524, 35273, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 17518, 13, 38300, 13, 12502, 10374, 13, 19160, 13, 818, 4399, 6, 1058, 27191, 4524, 33394, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 17518, 13, 38300, 13, 12502, 19076, 13, 7004, 7839, 6, 1058, 27191, 4524, 33319, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 17518, 13, 38300, 13, 12502, 19076, 13, 7004, 7839, 13, 818, 4399, 6, 1058, 27191, 4524, 32182, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 17518, 13, 38300, 13, 12502, 19076, 13, 19160, 6, 1058, 27191, 4524, 28567, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 17518, 13, 38300, 13, 12502, 19076, 13, 19160, 13, 818, 4399, 6, 1058, 27191, 4524, 32066, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 17518, 13, 38300, 13, 21864, 6, 1058, 27191, 4524, 27277, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 17518, 13, 38300, 13, 26932, 8048, 39, 600, 6, 1058, 27191, 4524, 31128, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 17518, 13, 38300, 13, 26932, 8048, 7449, 6, 1058, 27191, 4524, 30743, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 17518, 13, 38300, 13, 18378, 8206, 6, 1058, 1467, 5607, 3559, 1899, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 17518, 13, 38300, 13, 19578, 23381, 13, 7449, 6, 1058, 27191, 4524, 35195, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 17518, 13, 38300, 13, 16979, 929, 23381, 6, 1058, 27191, 4524, 35667, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 17518, 13, 38300, 13, 16979, 929, 23381, 13, 21968, 6, 1058, 27191, 4524, 35447, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 17518, 13, 38300, 13, 16979, 929, 23381, 13, 18712, 6, 1058, 1467, 5607, 3559, 2414, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 17518, 13, 38300, 13, 33349, 38300, 6, 1058, 27191, 4524, 24760, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 17518, 13, 38300, 13, 8206, 7680, 6, 1058, 27191, 4524, 32459, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 17518, 13, 38300, 13, 8206, 7680, 13, 16979, 929, 23381, 6, 1058, 27191, 4524, 27824, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 17518, 13, 38300, 13, 8206, 7680, 13, 4561, 5083, 7449, 6, 1058, 27191, 4524, 27412, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 17518, 13, 38300, 13, 25391, 5657, 13, 7004, 7839, 6, 1058, 27191, 4524, 30803, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 17518, 13, 38300, 13, 25391, 5657, 13, 19160, 6, 1058, 1467, 5607, 3559, 2154, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 17518, 13, 27703, 19160, 6, 1058, 27191, 4524, 30557, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 31205, 6, 1058, 1467, 5607, 2548, 5892, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 31205, 13, 818, 4399, 6, 1058, 1467, 5607, 2548, 6052, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 18712, 6, 1058, 1467, 5607, 2548, 5824, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 18712, 13, 818, 4399, 6, 1058, 1467, 5607, 2548, 3865, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 19580, 10374, 13, 9237, 19746, 6, 1058, 1467, 5607, 2670, 1983, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 19580, 10374, 13, 9237, 19746, 13, 19160, 6, 1058, 1467, 5607, 2670, 2078, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 19580, 10374, 13, 19578, 6, 1058, 1467, 5607, 2670, 2075, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 19580, 10374, 13, 19160, 6, 1058, 1467, 5607, 2670, 1495, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 43857, 295, 11922, 2971, 6, 1058, 27191, 4524, 13464, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 47863, 6, 1058, 1467, 5607, 2548, 3459, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 47863, 13, 44204, 6, 1058, 1467, 5607, 2548, 4846, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 38300, 6, 1058, 1467, 5607, 2548, 5607, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 38300, 13, 21864, 6, 1058, 1467, 5607, 2548, 4089, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 38300, 13, 26932, 8048, 39, 600, 6, 1058, 1467, 5607, 2670, 3023, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 38300, 13, 26932, 8048, 7449, 6, 1058, 1467, 5607, 2670, 2713, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 38300, 13, 18378, 8206, 6, 1058, 1467, 5607, 2670, 405, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 38300, 13, 19578, 23381, 13, 7449, 6, 1058, 1467, 5607, 2548, 2079, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 38300, 13, 16979, 929, 23381, 13, 21968, 6, 1058, 1467, 5607, 2670, 4309, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 38300, 13, 16979, 929, 23381, 13, 18712, 6, 1058, 1467, 5607, 2670, 4310, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 38300, 13, 33349, 38300, 6, 1058, 1467, 5607, 2670, 486, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 38300, 13, 8206, 7680, 6, 1058, 1467, 5607, 2670, 2999, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 38300, 13, 8206, 7680, 13, 16979, 929, 23381, 6, 1058, 1467, 5607, 2670, 3070, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 38300, 13, 8206, 7680, 13, 4561, 5083, 7449, 6, 1058, 1467, 5607, 2670, 3312, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8206, 48231, 13, 27703, 19160, 6, 1058, 1467, 5607, 2670, 2998, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 6, 1058, 1467, 5607, 2548, 1959, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 5886, 10724, 6, 1058, 27191, 4524, 30120, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 5886, 10724, 13, 17518, 6, 1058, 27191, 4524, 26200, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 5886, 10724, 13, 17518, 13, 12502, 10374, 6, 1058, 27191, 4524, 29416, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 5886, 10724, 13, 17518, 13, 17367, 6, 1058, 1467, 5607, 2598, 1157, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 5886, 10724, 13, 17518, 13, 17367, 13, 12502, 10374, 6, 1058, 1467, 5607, 2598, 1065, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 5886, 10724, 13, 17518, 13, 15047, 6, 1058, 1467, 5607, 2598, 940, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 9915, 6, 1058, 1467, 5607, 2548, 2624, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 9915, 13, 2949, 19160, 10374, 6, 1058, 1467, 5607, 2548, 2091, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 9915, 13, 2949, 19160, 10374, 13, 13295, 9612, 6, 1058, 1467, 5607, 2548, 2682, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 24728, 19463, 6, 1058, 27191, 4524, 10232, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 24728, 19463, 13, 44204, 6, 1058, 27191, 4524, 19420, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 24728, 19463, 13, 44204, 2215, 21968, 6, 1058, 27191, 4524, 19880, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 24728, 19463, 13, 44204, 2215, 21968, 13, 2949, 12502, 10374, 6, 1058, 27191, 4524, 17059, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 24728, 19463, 13, 44204, 13, 9452, 30916, 6, 1058, 27191, 4524, 16799, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 24728, 19463, 13, 44204, 13, 2949, 12502, 10374, 6, 1058, 27191, 4524, 12762, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 24728, 19463, 13, 44204, 13, 2949, 12502, 10374, 13, 9452, 30916, 6, 1058, 27191, 4524, 18741, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 24728, 19463, 13, 20560, 17410, 6, 1058, 27191, 4524, 23726, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 24728, 19463, 13, 15047, 6, 1058, 27191, 4524, 10163, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 24728, 19463, 13, 15047, 13, 17367, 12502, 10374, 6, 1058, 27191, 4524, 21139, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 24728, 19463, 13, 15047, 13, 44204, 6, 1058, 1467, 5607, 3901, 1270, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 24728, 19463, 13, 15047, 13, 44204, 2215, 21968, 6, 1058, 27191, 4524, 20809, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 24728, 19463, 13, 15047, 13, 44204, 2215, 21968, 13, 2949, 12502, 10374, 6, 1058, 27191, 4524, 19708, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 24728, 19463, 13, 15047, 13, 44204, 13, 9452, 30916, 6, 1058, 27191, 4524, 22042, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 24728, 19463, 13, 15047, 13, 44204, 13, 2949, 12502, 10374, 6, 1058, 27191, 4524, 19924, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 24728, 19463, 13, 15047, 13, 44204, 13, 2949, 12502, 10374, 13, 9452, 30916, 6, 1058, 27191, 4524, 16945, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 24728, 19463, 13, 15047, 13, 2949, 12502, 10374, 6, 1058, 27191, 4524, 17464, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 24728, 19463, 13, 15047, 13, 2949, 12502, 10374, 13, 13295, 9612, 6, 1058, 27191, 4524, 11623, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 24728, 19463, 13, 15047, 13, 2949, 12502, 10374, 13, 46, 690, 5171, 6, 1058, 27191, 4524, 21288, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 24728, 19463, 13, 15047, 13, 2949, 12502, 10374, 13, 8291, 35600, 10707, 273, 6, 1058, 27191, 4524, 21495, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 24728, 19463, 13, 15047, 13, 26639, 6, 1058, 27191, 4524, 20219, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 24728, 19463, 13, 2949, 12502, 10374, 6, 1058, 27191, 4524, 19244, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 24728, 19463, 13, 2949, 12502, 10374, 13, 13295, 9612, 6, 1058, 27191, 4524, 18376, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 24728, 19463, 13, 2949, 12502, 10374, 13, 46, 690, 5171, 6, 1058, 27191, 4524, 22572, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 24728, 19463, 13, 2949, 12502, 10374, 13, 8291, 35600, 10707, 273, 6, 1058, 27191, 4524, 22996, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 24728, 19463, 13, 26639, 6, 1058, 27191, 4524, 20107, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 24728, 19463, 13, 26232, 6, 1058, 27191, 4524, 38056, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 24728, 19463, 13, 22401, 20189, 6, 1058, 27191, 4524, 15187, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 24728, 19463, 13, 22401, 20189, 13, 2949, 19160, 10374, 6, 1058, 27191, 4524, 23756, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 44204, 6, 1058, 1467, 5607, 2548, 2327, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 39, 14057, 6, 1058, 1467, 5607, 2670, 3132, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 39, 14057, 13, 44204, 6, 1058, 1467, 5607, 2670, 2327, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 39, 14057, 13, 44204, 2215, 21968, 6, 1058, 1467, 5607, 2670, 3559, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 39, 14057, 13, 44204, 2215, 21968, 13, 2949, 12502, 10374, 6, 1058, 1467, 5607, 2670, 2598, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 39, 14057, 13, 44204, 13, 9452, 30916, 6, 1058, 1467, 5607, 2670, 2623, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 39, 14057, 13, 44204, 13, 2949, 12502, 10374, 6, 1058, 1467, 5607, 2670, 2718, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 39, 14057, 13, 44204, 13, 2949, 12502, 10374, 13, 9452, 30916, 6, 1058, 1467, 5607, 2670, 2548, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 39, 14057, 13, 20560, 17410, 6, 1058, 1467, 5607, 2670, 4349, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 39, 14057, 13, 15047, 6, 1058, 1467, 5607, 2670, 2682, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 39, 14057, 13, 15047, 13, 17367, 12502, 10374, 6, 1058, 27191, 4524, 13348, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 39, 14057, 13, 15047, 13, 44204, 6, 1058, 1467, 5607, 2670, 2670, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 39, 14057, 13, 15047, 13, 44204, 2215, 21968, 6, 1058, 1467, 5607, 2670, 2231, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 39, 14057, 13, 15047, 13, 44204, 2215, 21968, 13, 2949, 12502, 10374, 6, 1058, 1467, 5607, 2670, 3510, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 39, 14057, 13, 15047, 13, 44204, 13, 9452, 30916, 6, 1058, 1467, 5607, 2670, 1821, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 39, 14057, 13, 15047, 13, 44204, 13, 2949, 12502, 10374, 6, 1058, 1467, 5607, 2670, 3901, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 39, 14057, 13, 15047, 13, 44204, 13, 2949, 12502, 10374, 13, 9452, 30916, 6, 1058, 1467, 5607, 2670, 3682, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 39, 14057, 13, 15047, 13, 2949, 12502, 10374, 6, 1058, 1467, 5607, 1821, 2414, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 39, 14057, 13, 15047, 13, 2949, 12502, 10374, 13, 13295, 9612, 6, 1058, 1467, 5607, 1821, 2996, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 39, 14057, 13, 15047, 13, 2949, 12502, 10374, 13, 46, 690, 5171, 6, 1058, 27191, 4524, 22709, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 39, 14057, 13, 15047, 13, 2949, 12502, 10374, 13, 8291, 35600, 10707, 273, 6, 1058, 27191, 4524, 20548, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 39, 14057, 13, 15047, 13, 26639, 6, 1058, 1467, 5607, 2670, 2780, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 39, 14057, 13, 2949, 12502, 10374, 6, 1058, 1467, 5607, 2670, 2624, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 39, 14057, 13, 2949, 12502, 10374, 13, 13295, 9612, 6, 1058, 1467, 5607, 2670, 2091, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 39, 14057, 13, 2949, 12502, 10374, 13, 46, 690, 5171, 6, 1058, 1467, 5607, 3559, 486, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 39, 14057, 13, 2949, 12502, 10374, 13, 8291, 35600, 10707, 273, 6, 1058, 27191, 4524, 22515, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 39, 14057, 13, 26639, 6, 1058, 1467, 5607, 2670, 2857, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 39, 14057, 13, 22401, 20189, 6, 1058, 1467, 5607, 2670, 2920, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 39, 14057, 13, 22401, 20189, 13, 2949, 19160, 10374, 6, 1058, 1467, 5607, 2670, 1120, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 20560, 17410, 6, 1058, 1467, 5607, 2670, 2919, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 15047, 6, 1058, 1467, 5607, 2548, 2623, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 15047, 13, 2949, 19160, 10374, 6, 1058, 1467, 5607, 2548, 2718, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 15047, 13, 2949, 19160, 10374, 13, 13295, 9612, 6, 1058, 1467, 5607, 2548, 2548, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 15047, 13, 26639, 6, 1058, 1467, 5607, 2670, 1415, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 15047, 13, 22401, 20189, 26232, 6, 1058, 1467, 5607, 2670, 1828, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 17518, 6, 1058, 27191, 4524, 36720, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 17518, 13, 44204, 6, 1058, 27191, 4524, 34770, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 17518, 13, 44204, 2215, 21968, 6, 1058, 27191, 4524, 29088, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 17518, 13, 44204, 2215, 21968, 13, 2949, 12502, 10374, 6, 1058, 1467, 5607, 3559, 1795, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 17518, 13, 44204, 13, 36420, 6, 1058, 27191, 4524, 31020, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 17518, 13, 44204, 13, 9452, 30916, 6, 1058, 1467, 5607, 3559, 2425, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 17518, 13, 44204, 13, 2949, 12502, 10374, 6, 1058, 27191, 4524, 32128, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 17518, 13, 44204, 13, 2949, 12502, 10374, 13, 9452, 30916, 6, 1058, 27191, 4524, 26514, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 17518, 13, 44204, 13, 34695, 341, 6, 1058, 27191, 4524, 30695, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 17518, 13, 20560, 17410, 6, 1058, 27191, 4524, 36626, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 17518, 13, 15047, 6, 1058, 27191, 4524, 37710, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 17518, 13, 15047, 13, 17367, 12502, 10374, 6, 1058, 27191, 4524, 32321, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 17518, 13, 15047, 13, 44204, 6, 1058, 27191, 4524, 26007, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 17518, 13, 15047, 13, 44204, 2215, 21968, 6, 1058, 1467, 5607, 3559, 2079, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 17518, 13, 15047, 13, 44204, 2215, 21968, 13, 2949, 12502, 10374, 6, 1058, 1467, 5607, 2598, 405, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 17518, 13, 15047, 13, 44204, 13, 36420, 6, 1058, 27191, 4524, 34626, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 17518, 13, 15047, 13, 44204, 13, 9452, 30916, 6, 1058, 27191, 4524, 31010, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 17518, 13, 15047, 13, 44204, 13, 2949, 12502, 10374, 6, 1058, 27191, 4524, 34107, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 17518, 13, 15047, 13, 44204, 13, 2949, 12502, 10374, 13, 9452, 30916, 6, 1058, 27191, 4524, 33372, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 17518, 13, 15047, 13, 44204, 13, 34695, 341, 6, 1058, 27191, 4524, 31952, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 17518, 13, 15047, 13, 2949, 12502, 10374, 6, 1058, 1467, 5607, 2598, 486, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 17518, 13, 15047, 13, 2949, 12502, 10374, 13, 13295, 9612, 6, 1058, 27191, 4524, 32531, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 17518, 13, 15047, 13, 2949, 12502, 10374, 13, 46, 690, 5171, 6, 1058, 27191, 4524, 31552, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 17518, 13, 15047, 13, 2949, 12502, 10374, 13, 8291, 35600, 10707, 273, 6, 1058, 27191, 4524, 26429, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 17518, 13, 15047, 13, 26639, 6, 1058, 27191, 4524, 26598, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 17518, 13, 15047, 13, 35708, 6, 1058, 27191, 4524, 29703, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 17518, 13, 2949, 12502, 10374, 6, 1058, 27191, 4524, 36243, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 17518, 13, 2949, 12502, 10374, 13, 13295, 9612, 6, 1058, 27191, 4524, 34741, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 17518, 13, 2949, 12502, 10374, 13, 46, 690, 5171, 6, 1058, 27191, 4524, 22842, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 17518, 13, 2949, 12502, 10374, 13, 8291, 35600, 10707, 273, 6, 1058, 27191, 4524, 27203, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 17518, 13, 26639, 6, 1058, 27191, 4524, 21734, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 17518, 13, 26232, 6, 1058, 27191, 4524, 32220, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 17518, 13, 35708, 6, 1058, 27191, 4524, 30460, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 17518, 13, 22401, 20189, 6, 1058, 27191, 4524, 29769, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 17518, 13, 22401, 20189, 13, 2949, 19160, 10374, 6, 1058, 27191, 4524, 25964, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 2949, 23114, 6, 1058, 1467, 5607, 2670, 2931, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 2949, 19160, 10374, 6, 1058, 1467, 5607, 2548, 1270, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 2949, 19160, 10374, 13, 13295, 9612, 6, 1058, 1467, 5607, 2548, 3132, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 2949, 19160, 10374, 13, 5886, 10724, 12502, 44, 4147, 6, 1058, 1467, 5607, 2670, 1270, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 26639, 6, 1058, 1467, 5607, 2670, 1485, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 8291, 35600, 6, 1058, 1467, 5607, 2548, 2670, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 8291, 35600, 13, 2949, 19160, 10374, 6, 1058, 1467, 5607, 2548, 1821, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 8291, 35600, 13, 2949, 19160, 10374, 13, 13295, 9612, 6, 1058, 1467, 5607, 2548, 3901, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 22401, 20189, 6, 1058, 1467, 5607, 2670, 1507, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 22401, 20189, 26232, 6, 1058, 1467, 5607, 2670, 2481, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 22401, 20189, 13, 2949, 19160, 10374, 6, 1058, 1467, 5607, 2670, 1129, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 22401, 20189, 13, 2949, 19160, 10374, 13, 13295, 9612, 6, 1058, 1467, 5607, 2670, 1238, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47863, 13, 3152, 12502, 10374, 6, 1058, 1467, 5607, 2670, 1959, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 6, 1058, 1467, 5607, 2548, 3682, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24849, 8053, 7680, 6, 1058, 1467, 5607, 2548, 3559, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 12502, 10374, 6, 1058, 1467, 5607, 2670, 4051, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 12502, 10374, 13, 33349, 10374, 6, 1058, 1467, 5607, 1821, 3104, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 12502, 10374, 13, 33349, 8206, 6, 1058, 1467, 5607, 1821, 3134, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 12502, 10374, 13, 33349, 7680, 6, 1058, 1467, 5607, 1821, 2791, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 12502, 21864, 6, 1058, 1467, 5607, 2670, 3980, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 12502, 21864, 13, 26125, 19076, 6, 1058, 1467, 5607, 2670, 1899, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 12502, 21864, 13, 5886, 11125, 6, 1058, 1467, 5607, 2670, 3270, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 27722, 20988, 8206, 7680, 6, 1058, 1467, 5607, 2548, 5066, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 21864, 6, 1058, 1467, 5607, 2548, 2598, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 21864, 13, 818, 2617, 6, 1058, 1467, 5607, 2548, 2231, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 21864, 13, 18712, 6, 1058, 1467, 5607, 2548, 3510, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 21864, 13, 51, 20258, 6, 1058, 1467, 5607, 2548, 2857, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 9771, 9239, 7680, 6, 1058, 1467, 5607, 1821, 3270, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 7293, 633, 21864, 6, 1058, 1467, 5607, 2548, 2780, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 7293, 633, 21864, 13, 9787, 14253, 6, 1058, 1467, 5607, 2548, 2920, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 7293, 633, 21864, 13, 26093, 21864, 6, 1058, 1467, 5607, 2548, 1120, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 7293, 633, 21864, 13, 8248, 6, 1058, 1467, 5607, 2548, 4349, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 10430, 47, 15799, 6, 1058, 1467, 5607, 1821, 5237, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 6, 1058, 27191, 4524, 18444, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 12502, 10374, 6, 1058, 27191, 4524, 23451, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 12502, 10374, 13, 46933, 6, 1058, 27191, 4524, 22186, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 12502, 10374, 13, 33349, 10374, 6, 1058, 27191, 4524, 22913, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 12502, 10374, 13, 33349, 8206, 6, 1058, 27191, 4524, 24943, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 12502, 10374, 13, 33349, 7680, 6, 1058, 27191, 4524, 17477, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 12502, 21864, 6, 1058, 27191, 4524, 24294, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 12502, 21864, 13, 26125, 19076, 6, 1058, 27191, 4524, 25096, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 12502, 21864, 13, 5886, 11125, 6, 1058, 27191, 4524, 24839, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 12502, 21864, 13, 8206, 21864, 6, 1058, 27191, 4524, 22883, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 12502, 19076, 6, 1058, 27191, 4524, 21652, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 27722, 20988, 8206, 7680, 6, 1058, 27191, 4524, 24309, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 21864, 6, 1058, 27191, 4524, 18781, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 21864, 13, 34189, 1203, 6, 1058, 27191, 4524, 20356, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 21864, 13, 34189, 1203, 13, 18712, 6, 1058, 27191, 4524, 19442, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 21864, 13, 818, 2617, 6, 1058, 27191, 4524, 20198, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 21864, 13, 18712, 6, 1058, 27191, 4524, 20964, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 21864, 13, 51, 20258, 6, 1058, 27191, 4524, 18294, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 9771, 9239, 7680, 6, 1058, 27191, 4524, 19782, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 9787, 276, 8206, 7680, 6, 1058, 27191, 4524, 22579, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 7293, 633, 21864, 13, 9787, 14253, 6, 1058, 27191, 4524, 17827, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 7293, 633, 21864, 13, 26093, 21864, 6, 1058, 27191, 4524, 22172, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 7293, 633, 21864, 13, 8248, 6, 1058, 27191, 4524, 25399, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 10430, 47, 15799, 6, 1058, 27191, 4524, 26492, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 26932, 8048, 7449, 6, 1058, 27191, 4524, 22413, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 26932, 8048, 7449, 13, 4561, 5083, 6, 1058, 27191, 4524, 23188, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 18378, 8206, 6, 1058, 27191, 4524, 21526, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 16870, 392, 540, 8053, 7680, 6, 1058, 27191, 4524, 18742, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 22968, 29261, 6, 1058, 1467, 5607, 3559, 1485, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 41339, 7680, 6, 1058, 27191, 4524, 21599, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 27991, 38342, 29261, 7680, 6, 1058, 27191, 4524, 27192, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 5159, 21864, 6, 1058, 27191, 4524, 18458, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 15047, 6, 1058, 27191, 4524, 25272, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 15047, 13, 12502, 10374, 6, 1058, 27191, 4524, 26660, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 15047, 13, 12502, 10374, 13, 46933, 6, 1058, 27191, 4524, 23753, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 15047, 13, 12502, 10374, 13, 46933, 13, 818, 4399, 6, 1058, 27191, 4524, 23045, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 15047, 13, 12502, 10374, 13, 33349, 10374, 6, 1058, 27191, 4524, 26912, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 15047, 13, 12502, 10374, 13, 33349, 10374, 13, 818, 4399, 6, 1058, 27191, 4524, 21626, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 15047, 13, 12502, 10374, 13, 33349, 8206, 6, 1058, 27191, 4524, 22995, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 15047, 13, 12502, 10374, 13, 33349, 8206, 13, 818, 4399, 6, 1058, 27191, 4524, 28072, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 15047, 13, 12502, 10374, 13, 33349, 7680, 6, 1058, 27191, 4524, 25707, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 15047, 13, 12502, 10374, 13, 33349, 7680, 13, 818, 4399, 6, 1058, 1467, 5607, 3682, 1120, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 15047, 13, 12502, 21864, 6, 1058, 27191, 4524, 23516, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 15047, 13, 12502, 21864, 13, 26125, 19076, 6, 1058, 27191, 4524, 27877, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 15047, 13, 12502, 21864, 13, 5886, 11125, 6, 1058, 27191, 4524, 16102, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 15047, 13, 12502, 19076, 6, 1058, 27191, 4524, 28872, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 15047, 13, 12502, 19076, 13, 818, 4399, 6, 1058, 27191, 4524, 22800, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 15047, 13, 27722, 20988, 8206, 7680, 6, 1058, 27191, 4524, 22416, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 15047, 13, 21864, 6, 1058, 27191, 4524, 24991, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 15047, 13, 21864, 13, 34189, 1203, 13, 18712, 6, 1058, 27191, 4524, 1264, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 15047, 13, 21864, 13, 818, 2617, 6, 1058, 27191, 4524, 19104, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 15047, 13, 21864, 13, 18712, 6, 1058, 27191, 4524, 22337, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 15047, 13, 21864, 13, 51, 20258, 6, 1058, 27191, 4524, 2167, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 15047, 13, 9771, 9239, 7680, 6, 1058, 27191, 4524, 23721, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 15047, 13, 9787, 276, 8206, 7680, 6, 1058, 1467, 5607, 3559, 405, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 15047, 13, 7293, 633, 21864, 13, 9787, 14253, 6, 1058, 27191, 4524, 18638, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 15047, 13, 7293, 633, 21864, 13, 26093, 21864, 6, 1058, 1467, 5607, 3682, 1731, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 15047, 13, 7293, 633, 21864, 13, 8248, 6, 1058, 27191, 4524, 23815, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 15047, 13, 26932, 8048, 7449, 6, 1058, 27191, 4524, 24339, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 15047, 13, 26932, 8048, 7449, 13, 4561, 5083, 6, 1058, 27191, 4524, 25429, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 15047, 13, 18378, 8206, 6, 1058, 27191, 4524, 22136, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 15047, 13, 16870, 392, 540, 8053, 7680, 6, 1058, 27191, 4524, 22745, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 15047, 13, 22968, 29261, 6, 1058, 1467, 5607, 3559, 1314, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 15047, 13, 41339, 7680, 6, 1058, 27191, 4524, 21315, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 15047, 13, 27991, 38342, 29261, 7680, 6, 1058, 27191, 4524, 24909, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 15047, 13, 5159, 21864, 6, 1058, 27191, 4524, 22567, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 15047, 13, 8053, 16979, 929, 27703, 6, 1058, 27191, 4524, 22370, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 15047, 13, 8053, 7680, 6, 1058, 1467, 5607, 3682, 940, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 15047, 13, 8053, 7680, 13, 26932, 8048, 6, 1058, 27191, 4524, 21261, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 15047, 13, 13152, 43401, 21864, 6, 1058, 27191, 4524, 27137, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 15047, 13, 16979, 929, 23381, 6, 1058, 27191, 4524, 24940, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 15047, 13, 16979, 929, 27703, 6, 1058, 1467, 5607, 3682, 1157, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 15047, 13, 32577, 10374, 6, 1058, 1467, 5607, 3682, 1065, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 15047, 13, 32577, 10374, 13, 27991, 38342, 6, 1058, 1467, 5607, 3682, 1485, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 15047, 13, 32577, 10374, 13, 818, 4399, 6, 1058, 1467, 5607, 3682, 1558, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 15047, 13, 32577, 10374, 13, 21968, 6, 1058, 1467, 5607, 3682, 1433, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 15047, 13, 32577, 10374, 13, 21968, 13, 818, 4399, 6, 1058, 1467, 5607, 3682, 1129, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 15047, 13, 32577, 10374, 13, 18712, 6, 1058, 1467, 5607, 3682, 1415, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 15047, 13, 32577, 10374, 13, 18712, 13, 818, 4399, 6, 1058, 1467, 5607, 3682, 1507, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 15047, 13, 32577, 10374, 13, 18712, 13, 19160, 6, 1058, 1467, 5607, 3682, 1314, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 15047, 13, 29321, 10374, 6, 1058, 27191, 4524, 26115, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 15047, 13, 29321, 10374, 13, 5497, 26407, 6, 1058, 27191, 4524, 23148, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 15047, 13, 29321, 10374, 13, 18712, 6, 1058, 27191, 4524, 22047, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 15047, 13, 29261, 7680, 6, 1058, 1467, 5607, 3682, 1495, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 15047, 13, 4653, 988, 10374, 6, 1058, 1467, 5607, 3682, 1238, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 15047, 13, 4561, 5083, 6, 1058, 27191, 4524, 24403, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 15047, 13, 25896, 7680, 6, 1058, 1467, 5607, 3559, 1433, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 15047, 13, 33349, 6, 1058, 27191, 4524, 24693, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 15047, 13, 33349, 38300, 6, 1058, 27191, 4524, 23539, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 15047, 13, 8206, 7680, 6, 1058, 27191, 4524, 19004, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 15047, 13, 8206, 7680, 13, 4561, 5083, 7449, 6, 1058, 27191, 4524, 24409, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 15047, 13, 13908, 8206, 7680, 6, 1058, 1467, 5607, 3682, 1270, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 15047, 13, 13908, 7680, 6, 1058, 27191, 4524, 25667, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 8053, 16979, 929, 27703, 6, 1058, 27191, 4524, 15259, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 8053, 7680, 6, 1058, 27191, 4524, 21273, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 8053, 7680, 13, 26932, 8048, 6, 1058, 27191, 4524, 21395, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 13152, 43401, 21864, 6, 1058, 27191, 4524, 25710, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 16979, 929, 23381, 6, 1058, 27191, 4524, 27057, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 16979, 929, 27703, 6, 1058, 27191, 4524, 19707, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 32577, 10374, 6, 1058, 27191, 4524, 14198, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 32577, 10374, 13, 27991, 38342, 6, 1058, 27191, 4524, 25948, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 32577, 10374, 13, 21968, 6, 1058, 27191, 4524, 23237, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 32577, 10374, 13, 18712, 6, 1058, 27191, 4524, 25061, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 32577, 10374, 13, 18712, 13, 19160, 6, 1058, 27191, 4524, 24136, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 29321, 10374, 6, 1058, 27191, 4524, 23055, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 29321, 10374, 13, 5497, 26407, 6, 1058, 27191, 4524, 21940, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 29321, 10374, 13, 18712, 6, 1058, 27191, 4524, 14656, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 29261, 7680, 6, 1058, 27191, 4524, 17279, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 4653, 988, 10374, 6, 1058, 27191, 4524, 20986, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 4561, 5083, 6, 1058, 27191, 4524, 23628, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 25896, 7680, 6, 1058, 1467, 5607, 3559, 1415, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 33349, 6, 1058, 27191, 4524, 23362, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 33349, 38300, 6, 1058, 27191, 4524, 22985, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 8206, 7680, 6, 1058, 1467, 5607, 3901, 1120, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 8206, 7680, 13, 4561, 5083, 7449, 6, 1058, 27191, 4524, 21738, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 13908, 8206, 7680, 6, 1058, 27191, 4524, 17430, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 24728, 19463, 13, 13908, 7680, 6, 1058, 27191, 4524, 24096, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 26932, 8048, 7449, 6, 1058, 1467, 5607, 2548, 3134, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 26932, 8048, 7449, 13, 4561, 5083, 6, 1058, 1467, 5607, 2548, 3104, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 18378, 8206, 6, 1058, 1467, 5607, 2548, 3270, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 16870, 392, 540, 8053, 7680, 6, 1058, 1467, 5607, 2548, 1899, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 22968, 29261, 6, 1058, 27191, 4524, 26895, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 42974, 434, 33, 961, 34, 6582, 1443, 6, 1058, 1467, 5607, 2670, 5333, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 29352, 6, 1058, 1467, 5607, 2548, 3324, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 41339, 7680, 6, 1058, 1467, 5607, 2548, 4524, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 6, 1058, 1467, 5607, 2670, 5237, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 12502, 10374, 6, 1058, 27191, 4524, 22914, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 12502, 10374, 13, 46933, 6, 1058, 27191, 4524, 16616, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 12502, 10374, 13, 33349, 10374, 6, 1058, 1467, 5607, 1821, 4869, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 12502, 10374, 13, 33349, 8206, 6, 1058, 1467, 5607, 1821, 2154, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 12502, 10374, 13, 33349, 7680, 6, 1058, 1467, 5607, 1821, 3388, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 12502, 21864, 6, 1058, 27191, 4790, 17032, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 12502, 21864, 13, 26125, 19076, 6, 1058, 27191, 4524, 11245, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 12502, 21864, 13, 5886, 11125, 6, 1058, 27191, 4524, 830, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 12502, 21864, 13, 8206, 21864, 6, 1058, 27191, 4524, 8298, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 12502, 19076, 6, 1058, 27191, 4524, 21601, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 27722, 20988, 8206, 7680, 6, 1058, 1467, 5607, 2670, 3104, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 21864, 6, 1058, 1467, 5607, 2670, 5066, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 21864, 13, 34189, 1203, 6, 1058, 1467, 5607, 1821, 1120, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 21864, 13, 34189, 1203, 13, 18712, 6, 1058, 27191, 4524, 15801, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 21864, 13, 818, 2617, 6, 1058, 1467, 5607, 2670, 2996, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 21864, 13, 18712, 6, 1058, 1467, 5607, 2670, 2414, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 21864, 13, 51, 20258, 6, 1058, 1467, 5607, 2670, 2791, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 9771, 9239, 7680, 6, 1058, 1467, 5607, 1821, 1899, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 9787, 276, 8206, 7680, 6, 1058, 27191, 4524, 26561, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 7293, 633, 21864, 13, 9787, 14253, 6, 1058, 1467, 5607, 2670, 3388, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 7293, 633, 21864, 13, 26093, 21864, 6, 1058, 1467, 5607, 2670, 4521, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 7293, 633, 21864, 13, 8248, 6, 1058, 27191, 4790, 34155, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 10430, 47, 15799, 6, 1058, 1467, 5607, 1821, 5066, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 26932, 8048, 7449, 6, 1058, 27191, 4790, 42691, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 26932, 8048, 7449, 13, 4561, 5083, 6, 1058, 27191, 4790, 33438, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 18378, 8206, 6, 1058, 1467, 5607, 2670, 4869, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 16870, 392, 540, 8053, 7680, 6, 1058, 1467, 5607, 2670, 4761, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 41339, 7680, 6, 1058, 1467, 5607, 2670, 4790, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 27991, 38342, 29261, 7680, 6, 1058, 1467, 5607, 2670, 3459, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 5159, 21864, 6, 1058, 1467, 5607, 2670, 4524, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 15047, 6, 1058, 27191, 4524, 22544, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 15047, 13, 12502, 10374, 6, 1058, 1467, 5607, 1821, 2920, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 15047, 13, 12502, 10374, 13, 46933, 6, 1058, 27191, 4524, 16562, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 15047, 13, 12502, 10374, 13, 46933, 13, 818, 4399, 6, 1058, 27191, 4524, 15363, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 15047, 13, 12502, 10374, 13, 33349, 10374, 6, 1058, 1467, 5607, 1821, 4524, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 15047, 13, 12502, 10374, 13, 33349, 10374, 13, 818, 4399, 6, 1058, 27191, 4524, 18298, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 15047, 13, 12502, 10374, 13, 33349, 8206, 6, 1058, 1467, 5607, 1821, 4790, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 15047, 13, 12502, 10374, 13, 33349, 8206, 13, 818, 4399, 6, 1058, 27191, 4524, 16817, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 15047, 13, 12502, 10374, 13, 33349, 7680, 6, 1058, 1467, 5607, 1821, 4761, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 15047, 13, 12502, 10374, 13, 33349, 7680, 13, 818, 4399, 6, 1058, 27191, 4524, 17657, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 15047, 13, 12502, 21864, 6, 1058, 1467, 5607, 1821, 2231, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 15047, 13, 12502, 21864, 13, 26125, 19076, 6, 1058, 1467, 5607, 1821, 2780, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 15047, 13, 12502, 21864, 13, 5886, 11125, 6, 1058, 1467, 5607, 1821, 3510, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 15047, 13, 12502, 19076, 6, 1058, 1467, 5607, 1821, 2857, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 15047, 13, 12502, 19076, 13, 818, 4399, 6, 1058, 1467, 5607, 3901, 1129, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 15047, 13, 27722, 20988, 8206, 7680, 6, 1058, 27191, 4524, 28555, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 15047, 13, 21864, 6, 1058, 27191, 4524, 28041, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 15047, 13, 21864, 13, 34189, 1203, 13, 18712, 6, 1058, 27191, 4524, 15982, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 15047, 13, 21864, 13, 818, 2617, 6, 1058, 27191, 4524, 25257, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 15047, 13, 21864, 13, 18712, 6, 1058, 27191, 4524, 25816, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 15047, 13, 21864, 13, 51, 20258, 6, 1058, 27191, 4524, 28694, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 15047, 13, 9771, 9239, 7680, 6, 1058, 1467, 5607, 1821, 5333, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 15047, 13, 9787, 276, 8206, 7680, 6, 1058, 27191, 4524, 27728, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 15047, 13, 7293, 633, 21864, 13, 9787, 14253, 6, 1058, 27191, 4524, 30206, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 15047, 13, 7293, 633, 21864, 13, 26093, 21864, 6, 1058, 1467, 5607, 1821, 2624, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 15047, 13, 7293, 633, 21864, 13, 8248, 6, 1058, 1467, 5607, 1821, 2623, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 15047, 13, 26932, 8048, 7449, 6, 1058, 1467, 5607, 1821, 1821, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 15047, 13, 26932, 8048, 7449, 13, 4561, 5083, 6, 1058, 1467, 5607, 1821, 3901, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 15047, 13, 18378, 8206, 6, 1058, 27191, 4524, 28645, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 15047, 13, 16870, 392, 540, 8053, 7680, 6, 1058, 27191, 4524, 25150, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 15047, 13, 41339, 7680, 6, 1058, 27191, 4524, 27037, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 15047, 13, 27991, 38342, 29261, 7680, 6, 1058, 1467, 5607, 1821, 2682, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 15047, 13, 5159, 21864, 6, 1058, 27191, 4524, 29326, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 15047, 13, 8053, 16979, 929, 27703, 6, 1058, 1467, 5607, 1821, 3559, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 15047, 13, 8053, 7680, 6, 1058, 27191, 4524, 29159, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 15047, 13, 8053, 7680, 13, 26932, 8048, 6, 1058, 27191, 4524, 30273, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 15047, 13, 13152, 43401, 21864, 6, 1058, 27191, 4524, 27696, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 15047, 13, 16979, 929, 23381, 6, 1058, 1467, 5607, 1821, 2598, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 15047, 13, 16979, 929, 27703, 6, 1058, 27191, 4524, 30484, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 15047, 13, 32577, 10374, 6, 1058, 1467, 5607, 1821, 1238, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 15047, 13, 32577, 10374, 13, 27991, 38342, 6, 1058, 1467, 5607, 1821, 2481, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 15047, 13, 32577, 10374, 13, 818, 4399, 6, 1058, 1467, 5607, 1821, 1495, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 15047, 13, 32577, 10374, 13, 21968, 6, 1058, 1467, 5607, 1821, 1731, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 15047, 13, 32577, 10374, 13, 21968, 13, 818, 4399, 6, 1058, 1467, 5607, 1821, 1983, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 15047, 13, 32577, 10374, 13, 18712, 6, 1058, 1467, 5607, 1821, 1828, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 15047, 13, 32577, 10374, 13, 18712, 13, 818, 4399, 6, 1058, 1467, 5607, 1821, 2075, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 15047, 13, 32577, 10374, 13, 18712, 13, 19160, 6, 1058, 1467, 5607, 1821, 1954, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 15047, 13, 29321, 10374, 6, 1058, 1467, 5607, 1821, 1959, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 15047, 13, 29321, 10374, 13, 5497, 26407, 6, 1058, 1467, 5607, 1821, 1270, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 15047, 13, 29321, 10374, 13, 18712, 6, 1058, 1467, 5607, 1821, 3132, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 15047, 13, 29261, 7680, 6, 1058, 1467, 5607, 1821, 2091, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 15047, 13, 4653, 988, 10374, 6, 1058, 1467, 5607, 1821, 2078, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 15047, 13, 4561, 5083, 6, 1058, 1467, 5607, 1821, 2327, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 15047, 13, 33349, 6, 1058, 1467, 5607, 1821, 4309, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 15047, 13, 33349, 38300, 6, 1058, 1467, 5607, 1821, 2718, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 15047, 13, 8206, 7680, 6, 1058, 27191, 4524, 20943, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 15047, 13, 8206, 7680, 13, 4561, 5083, 7449, 6, 1058, 1467, 5607, 1821, 3682, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 15047, 13, 13908, 8206, 7680, 6, 1058, 1467, 5607, 1821, 2548, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 15047, 13, 13908, 7680, 6, 1058, 1467, 5607, 1821, 2670, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 8053, 16979, 929, 27703, 6, 1058, 27191, 4790, 39647, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 8053, 7680, 6, 1058, 1467, 5607, 2670, 2425, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 8053, 7680, 13, 26932, 8048, 6, 1058, 1467, 5607, 2670, 2154, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 13152, 43401, 21864, 6, 1058, 27191, 4524, 31675, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 16979, 929, 23381, 6, 1058, 27191, 4790, 34808, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 16979, 929, 27703, 6, 1058, 1467, 5607, 2670, 4304, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 32577, 10374, 6, 1058, 1467, 5607, 2670, 3324, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 32577, 10374, 13, 27991, 38342, 6, 1058, 1467, 5607, 2670, 3695, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 32577, 10374, 13, 21968, 6, 1058, 1467, 5607, 2670, 6659, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 32577, 10374, 13, 18712, 6, 1058, 1467, 5607, 2670, 3720, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 32577, 10374, 13, 18712, 13, 19160, 6, 1058, 1467, 5607, 2670, 1795, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 29321, 10374, 6, 1058, 1467, 5607, 2670, 5999, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 29321, 10374, 13, 5497, 26407, 6, 1058, 1467, 5607, 2670, 5705, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 29321, 10374, 13, 18712, 6, 1058, 1467, 5607, 2670, 5332, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 29261, 7680, 6, 1058, 1467, 5607, 2670, 5774, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 4653, 988, 10374, 6, 1058, 1467, 5607, 2670, 6469, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 4561, 5083, 6, 1058, 1467, 5607, 2670, 4531, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 33349, 6, 1058, 1467, 5607, 1821, 4349, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 33349, 38300, 6, 1058, 27191, 4790, 2079, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 8206, 7680, 6, 1058, 1467, 5607, 2670, 3134, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 8206, 7680, 13, 4561, 5083, 7449, 6, 1058, 27191, 4790, 38565, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 13908, 8206, 7680, 6, 1058, 27191, 4790, 41561, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 39, 14057, 13, 13908, 7680, 6, 1058, 27191, 4790, 44821, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 5159, 21864, 6, 1058, 1467, 5607, 2548, 5237, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 5159, 5779, 6, 1058, 1467, 5607, 2548, 5333, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 9218, 3526, 7680, 6, 1058, 1467, 5607, 2670, 1157, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 8053, 16979, 929, 27703, 6, 1058, 1467, 5607, 2670, 3553, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 8053, 7680, 6, 1058, 1467, 5607, 2548, 2154, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 8053, 7680, 13, 26932, 8048, 6, 1058, 1467, 5607, 2548, 4761, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 8053, 7680, 13, 23381, 6, 1058, 1467, 5607, 2548, 4790, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 8053, 7680, 13, 12256, 6, 1058, 1467, 5607, 2548, 4869, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 6, 1058, 1467, 5607, 2598, 1485, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 12502, 10374, 6, 1058, 1467, 5607, 2598, 1415, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 12502, 10374, 13, 46933, 6, 1058, 1467, 5607, 2598, 1314, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 12502, 10374, 13, 33349, 10374, 6, 1058, 1467, 5607, 2598, 1433, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 12502, 10374, 13, 33349, 8206, 6, 1058, 1467, 5607, 2598, 1558, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 12502, 10374, 13, 33349, 7680, 6, 1058, 1467, 5607, 2598, 1507, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 12502, 21864, 6, 1058, 1467, 5607, 2598, 1129, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 12502, 21864, 13, 26125, 19076, 6, 1058, 1467, 5607, 2598, 1238, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 12502, 21864, 13, 5886, 11125, 6, 1058, 1467, 5607, 2598, 2481, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 12502, 19076, 6, 1058, 1467, 5607, 2598, 1828, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 27722, 20988, 8206, 7680, 6, 1058, 1467, 5607, 2598, 1954, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 21864, 6, 1058, 1467, 5607, 2598, 1731, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 21864, 10374, 6, 1058, 1467, 5607, 2598, 3132, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 21864, 10374, 13, 36420, 44204, 6, 1058, 1467, 5607, 2598, 2624, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 21864, 13, 34189, 1203, 6, 1058, 1467, 5607, 2598, 1495, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 21864, 13, 34189, 1203, 13, 5216, 1850, 6, 1058, 1467, 5607, 2598, 2075, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 21864, 13, 34189, 1203, 13, 18712, 6, 1058, 1467, 5607, 2598, 1983, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 21864, 13, 818, 2617, 6, 1058, 1467, 5607, 2598, 2078, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 21864, 13, 18712, 6, 1058, 1467, 5607, 2598, 1959, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 21864, 13, 51, 20258, 6, 1058, 1467, 5607, 2598, 1270, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 9771, 9239, 7680, 6, 1058, 1467, 5607, 2598, 2091, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 9787, 276, 8206, 7680, 6, 1058, 1467, 5607, 2598, 2682, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 7293, 633, 21864, 13, 9787, 14253, 6, 1058, 1467, 5607, 2598, 2327, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 7293, 633, 21864, 13, 26093, 21864, 6, 1058, 1467, 5607, 2598, 2623, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 7293, 633, 21864, 13, 8248, 6, 1058, 1467, 5607, 2598, 2718, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 10430, 47, 15799, 6, 1058, 1467, 5607, 2598, 2548, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 26932, 8048, 7449, 6, 1058, 1467, 5607, 2598, 2670, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 26932, 8048, 7449, 13, 4561, 5083, 6, 1058, 1467, 5607, 2598, 1821, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 18378, 8206, 6, 1058, 1467, 5607, 2598, 3901, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 16870, 392, 540, 8053, 7680, 6, 1058, 1467, 5607, 2598, 3682, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 22968, 29261, 6, 1058, 1467, 5607, 2598, 3559, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 41339, 7680, 6, 1058, 1467, 5607, 2598, 2598, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 27991, 38342, 29261, 7680, 6, 1058, 1467, 5607, 2598, 2231, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 5159, 21864, 6, 1058, 1467, 5607, 2598, 3510, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 6, 1058, 1467, 5607, 2598, 3695, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 12502, 10374, 6, 1058, 1467, 5607, 2598, 3720, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 12502, 10374, 13, 46933, 6, 1058, 1467, 5607, 2598, 1795, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 12502, 10374, 13, 33349, 10374, 6, 1058, 1467, 5607, 2598, 6659, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 12502, 10374, 13, 33349, 8206, 6, 1058, 1467, 5607, 2598, 6469, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 12502, 10374, 13, 33349, 7680, 6, 1058, 1467, 5607, 2598, 5999, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 12502, 21864, 6, 1058, 1467, 5607, 2598, 5705, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 12502, 21864, 13, 26125, 19076, 6, 1058, 1467, 5607, 2598, 5332, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 12502, 21864, 13, 5886, 11125, 6, 1058, 1467, 5607, 2598, 4521, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 12502, 19076, 6, 1058, 1467, 5607, 2598, 5774, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 27722, 20988, 8206, 7680, 6, 1058, 1467, 5607, 2598, 3459, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 21864, 6, 1058, 1467, 5607, 2598, 4531, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 21864, 10374, 6, 1058, 1467, 5607, 2598, 4846, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 21864, 10374, 13, 36420, 44204, 6, 1058, 1467, 5607, 2598, 5607, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 21864, 13, 34189, 1203, 6, 1058, 1467, 5607, 2598, 3829, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 21864, 13, 34189, 1203, 13, 5216, 1850, 6, 1058, 1467, 5607, 2598, 6420, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 21864, 13, 34189, 1203, 13, 18712, 6, 1058, 1467, 5607, 2598, 5892, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 21864, 13, 818, 2617, 6, 1058, 1467, 5607, 2598, 6052, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 21864, 13, 18712, 6, 1058, 1467, 5607, 2598, 5824, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 21864, 13, 51, 20258, 6, 1058, 1467, 5607, 2598, 3865, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 9771, 9239, 7680, 6, 1058, 1467, 5607, 2598, 4089, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 9787, 276, 8206, 7680, 6, 1058, 1467, 5607, 2598, 2079, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 7293, 633, 21864, 13, 9787, 14253, 6, 1058, 1467, 5607, 2231, 405, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 7293, 633, 21864, 13, 26093, 21864, 6, 1058, 1467, 5607, 2231, 486, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 7293, 633, 21864, 13, 8248, 6, 1058, 27191, 4524, 35126, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 10430, 47, 15799, 6, 1058, 27191, 4524, 31938, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 26932, 8048, 7449, 6, 1058, 27191, 4524, 33580, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 26932, 8048, 7449, 13, 4561, 5083, 6, 1058, 27191, 4524, 31654, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 18378, 8206, 6, 1058, 27191, 4524, 35638, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 16870, 392, 540, 8053, 7680, 6, 1058, 27191, 4524, 35378, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 22968, 29261, 6, 1058, 27191, 4524, 33042, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 41339, 7680, 6, 1058, 27191, 4524, 29022, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 27991, 38342, 29261, 7680, 6, 1058, 1467, 5607, 2231, 940, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 5159, 21864, 6, 1058, 1467, 5607, 2231, 1157, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 8053, 16979, 929, 27703, 6, 1058, 1467, 5607, 2231, 1065, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 8053, 7680, 6, 1058, 1467, 5607, 2231, 1485, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 8053, 7680, 13, 26932, 8048, 6, 1058, 1467, 5607, 2231, 1415, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 13152, 43401, 21864, 6, 1058, 1467, 5607, 2231, 1314, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 16979, 929, 23381, 6, 1058, 1467, 5607, 2231, 1433, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 16979, 929, 23381, 13, 5886, 11125, 6, 1058, 1467, 5607, 2231, 1558, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 16979, 929, 27703, 6, 1058, 1467, 5607, 2231, 1507, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 32577, 10374, 6, 1058, 1467, 5607, 2231, 1129, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 32577, 10374, 13, 27991, 38342, 6, 1058, 1467, 5607, 2231, 1238, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 32577, 10374, 13, 818, 4399, 6, 1058, 1467, 5607, 2231, 2481, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 32577, 10374, 13, 21968, 6, 1058, 1467, 5607, 2231, 1828, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 32577, 10374, 13, 21968, 13, 818, 4399, 6, 1058, 1467, 5607, 2231, 1954, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 32577, 10374, 13, 18712, 6, 1058, 1467, 5607, 2231, 1731, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 32577, 10374, 13, 18712, 13, 818, 4399, 6, 1058, 1467, 5607, 2231, 1495, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 32577, 10374, 13, 18712, 13, 19160, 6, 1058, 1467, 5607, 2231, 2075, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 29321, 10374, 6, 1058, 1467, 5607, 2231, 1983, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 29321, 10374, 13, 5497, 26407, 6, 1058, 1467, 5607, 2231, 2078, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 29321, 10374, 13, 18712, 6, 1058, 1467, 5607, 2231, 1959, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 29261, 7680, 6, 1058, 1467, 5607, 2231, 1270, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 18243, 7680, 6, 1058, 1467, 5607, 2231, 3132, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 4653, 988, 10374, 6, 1058, 1467, 5607, 2231, 2624, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 41030, 12061, 21864, 6, 1058, 1467, 5607, 2231, 2091, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 4561, 5083, 6, 1058, 1467, 5607, 2231, 2327, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 4561, 5083, 13, 9203, 10837, 6, 1058, 1467, 5607, 2231, 2623, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 25896, 7680, 6, 1058, 1467, 5607, 2231, 2682, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 33349, 6, 1058, 1467, 5607, 2231, 2718, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 33349, 38300, 6, 1058, 1467, 5607, 2231, 2548, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 8206, 7680, 6, 1058, 1467, 5607, 2231, 2670, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 8206, 7680, 13, 4561, 5083, 7449, 6, 1058, 1467, 5607, 2231, 1821, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 7575, 47, 15799, 6, 1058, 1467, 5607, 2231, 3901, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 13908, 8206, 7680, 6, 1058, 1467, 5607, 2231, 3682, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 15047, 13, 13908, 7680, 6, 1058, 1467, 5607, 2231, 3559, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 8053, 16979, 929, 27703, 6, 1058, 1467, 5607, 2598, 2857, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 8053, 7680, 6, 1058, 1467, 5607, 2598, 2780, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 8053, 7680, 13, 26932, 8048, 6, 1058, 1467, 5607, 2598, 2920, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 13152, 43401, 21864, 6, 1058, 1467, 5607, 2598, 1120, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 16979, 929, 23381, 6, 1058, 27191, 4524, 36330, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 16979, 929, 23381, 13, 5886, 11125, 6, 1058, 27191, 4524, 37730, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 16979, 929, 27703, 6, 1058, 27191, 4524, 36625, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 32577, 10374, 6, 1058, 27191, 4524, 34229, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 32577, 10374, 13, 27991, 38342, 6, 1058, 27191, 4524, 30505, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 32577, 10374, 13, 21968, 6, 1058, 27191, 4524, 29228, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 32577, 10374, 13, 18712, 6, 1058, 27191, 4524, 33032, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 32577, 10374, 13, 18712, 13, 19160, 6, 1058, 27191, 4524, 29334, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 29321, 10374, 6, 1058, 27191, 4524, 33459, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 29321, 10374, 13, 5497, 26407, 6, 1058, 1467, 5607, 2598, 1899, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 29321, 10374, 13, 18712, 6, 1058, 1467, 5607, 2598, 5333, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 29261, 7680, 6, 1058, 1467, 5607, 2598, 5237, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 18243, 7680, 6, 1058, 1467, 5607, 2598, 5066, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 4653, 988, 10374, 6, 1058, 1467, 5607, 2598, 2414, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 41030, 12061, 21864, 6, 1058, 1467, 5607, 2598, 2996, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 4561, 5083, 6, 1058, 1467, 5607, 2598, 3134, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 4561, 5083, 13, 9203, 10837, 6, 1058, 1467, 5607, 2598, 3104, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 25896, 7680, 6, 1058, 1467, 5607, 2598, 2791, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 33349, 6, 1058, 1467, 5607, 2598, 3388, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 33349, 38300, 6, 1058, 1467, 5607, 2598, 2154, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 8206, 7680, 6, 1058, 1467, 5607, 2598, 4869, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 8206, 7680, 13, 4561, 5083, 7449, 6, 1058, 1467, 5607, 2598, 4761, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 7575, 47, 15799, 6, 1058, 1467, 5607, 2598, 4790, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 25391, 5657, 6, 1058, 1467, 5607, 2598, 4524, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 25391, 5657, 13, 21864, 13, 30575, 7065, 6, 1058, 1467, 5607, 2598, 2425, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 13908, 8206, 7680, 6, 1058, 1467, 5607, 2598, 4304, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 17518, 13, 13908, 7680, 6, 1058, 1467, 5607, 2598, 3324, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 16979, 929, 23381, 6, 1058, 1467, 5607, 2670, 3365, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 16979, 929, 27703, 6, 1058, 1467, 5607, 2548, 3695, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 32577, 10374, 6, 1058, 1467, 5607, 2548, 4309, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 32577, 10374, 13, 27991, 38342, 6, 1058, 1467, 5607, 2548, 2816, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 32577, 10374, 13, 818, 4399, 6, 1058, 1467, 5607, 2670, 1314, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 32577, 10374, 13, 21968, 6, 1058, 1467, 5607, 2548, 4310, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 32577, 10374, 13, 21968, 13, 818, 4399, 6, 1058, 1467, 5607, 2670, 1433, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 32577, 10374, 13, 18712, 6, 1058, 1467, 5607, 2548, 4051, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 32577, 10374, 13, 18712, 13, 818, 4399, 6, 1058, 1467, 5607, 2670, 1558, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 29321, 10374, 6, 1058, 1467, 5607, 2548, 3553, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 29261, 7680, 6, 1058, 1467, 5607, 2548, 3388, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 4653, 988, 10374, 6, 1058, 1467, 5607, 2548, 3980, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 4561, 5083, 6, 1058, 1467, 5607, 2548, 2414, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 4561, 5083, 13, 26932, 8048, 6, 1058, 1467, 5607, 2670, 2816, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 25896, 7680, 6, 1058, 1467, 5607, 3559, 940, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 33349, 38300, 6, 1058, 1467, 5607, 2548, 4304, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 8206, 7680, 6, 1058, 1467, 5607, 2548, 3365, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 8206, 7680, 13, 16979, 929, 23381, 6, 1058, 1467, 5607, 2548, 2996, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 8206, 7680, 13, 4561, 5083, 7449, 6, 1058, 1467, 5607, 2548, 2791, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 25391, 5657, 6, 1058, 1467, 5607, 3559, 1157, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 25391, 5657, 13, 21864, 13, 30575, 7065, 6, 1058, 1467, 5607, 3559, 1065, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38300, 13, 13908, 7680, 6, 1058, 1467, 5607, 2548, 2425, 11, 198, 5512, 198, 220, 220, 220, 705, 35226, 10354, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 705, 43810, 6, 1058, 1467, 5705, 1983, 4309, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 18242, 6, 1058, 1467, 5705, 1983, 4310, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 4749, 6, 1058, 1467, 5705, 1983, 4051, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 3672, 6, 1058, 1467, 5705, 1983, 2816, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 805, 496, 14106, 16516, 6, 1058, 1467, 5705, 1983, 3980, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 12154, 19856, 12982, 6601, 6, 1058, 1467, 5705, 1983, 3553, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 525, 3411, 6, 1058, 1467, 5705, 1983, 3365, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 961, 5990, 3411, 6, 1058, 1467, 5705, 1983, 3270, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 13564, 5990, 3411, 6, 1058, 1467, 5705, 1983, 1899, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 42846, 4971, 6, 1058, 1467, 5705, 1983, 5333, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 525, 3411, 13247, 6, 1058, 1467, 5705, 1983, 5237, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 28710, 12982, 7390, 6, 1058, 1467, 5705, 1983, 5066, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 10134, 10669, 6, 1058, 1467, 5705, 1983, 2414, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 19276, 7609, 6, 1058, 1467, 5705, 1983, 2996, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 25616, 6, 1058, 1467, 5705, 1983, 2791, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 11275, 6837, 540, 6, 1058, 1467, 5705, 1983, 3134, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 1069, 9213, 6, 1058, 1467, 5705, 1983, 3104, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 14681, 6, 1058, 1467, 5705, 1983, 3388, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 35943, 35191, 6269, 6, 1058, 1467, 5705, 1983, 2154, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 16680, 541, 305, 919, 6, 1058, 1467, 5705, 1983, 4869, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 15643, 680, 2202, 25714, 38296, 6, 1058, 1467, 5705, 1983, 4761, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 20063, 25714, 2202, 38296, 6, 1058, 1467, 5705, 1983, 4790, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5219, 3673, 23037, 276, 6, 1058, 1467, 5705, 1983, 4524, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 1069, 9152, 4863, 6690, 658, 6, 1058, 1467, 5705, 1983, 2425, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 9800, 871, 6, 1058, 1467, 5705, 1983, 4304, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 27261, 540, 6, 1058, 1467, 5705, 1983, 3324, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 15003, 18743, 6, 1058, 1467, 5705, 1983, 3695, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2164, 415, 52, 380, 5990, 8481, 6, 1058, 1467, 5705, 1983, 3720, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 49336, 6, 1058, 1467, 5705, 1983, 1795, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 35681, 19076, 6, 1058, 1467, 5705, 1983, 6659, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 9612, 46, 8289, 341, 6, 1058, 1467, 5705, 1983, 6469, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 11250, 29238, 6, 1058, 1467, 5705, 1983, 5999, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 11213, 6, 1058, 1467, 5705, 1983, 5705, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 16793, 27813, 6, 1058, 1467, 5705, 1983, 5332, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 28144, 15404, 4386, 6, 1058, 1467, 5705, 1983, 4521, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 45124, 14402, 6, 1058, 1467, 5705, 1983, 5774, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8367, 6, 1058, 1467, 5705, 1983, 3459, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 31092, 6, 1058, 1467, 5705, 1983, 4531, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 76, 524, 6030, 6, 1058, 1467, 5705, 1983, 3829, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 15952, 1326, 6, 1058, 1467, 5705, 1983, 6420, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 4774, 6, 1058, 1467, 5705, 1983, 5892, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 634, 6, 1058, 1467, 5705, 1983, 6052, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 6978, 6, 1058, 1467, 5705, 1983, 5824, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 6978, 36698, 844, 6, 1058, 1467, 5705, 1983, 3865, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 6978, 47546, 6, 1058, 1467, 5705, 1983, 4846, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2673, 6, 1058, 1467, 5705, 1983, 5607, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 7890, 6, 1058, 1467, 5705, 1983, 4089, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 16793, 9487, 6, 1058, 1467, 5705, 1983, 2079, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8043, 16351, 2833, 6, 1058, 1467, 5705, 2078, 405, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8043, 21756, 6, 1058, 1467, 5705, 2078, 486, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 25249, 29271, 31264, 6, 1058, 23378, 3682, 30863, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47730, 38077, 6, 1058, 23378, 3682, 43564, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5239, 48231, 6, 1058, 23378, 3682, 36088, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5239, 48231, 818, 4399, 6, 1058, 23378, 3682, 28256, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5239, 10258, 35170, 6, 1058, 23378, 3682, 37988, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5239, 10258, 35170, 48893, 10049, 6, 1058, 23378, 3682, 36928, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5239, 10258, 12211, 560, 6, 1058, 23378, 3682, 28362, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5239, 10258, 35170, 818, 4399, 6, 1058, 23378, 3682, 34583, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5239, 10258, 12211, 560, 818, 4399, 6, 1058, 1467, 5705, 2078, 940, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5239, 10258, 35170, 2949, 48893, 6, 1058, 1467, 5705, 2078, 1157, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5239, 10258, 12211, 560, 2949, 48893, 6, 1058, 1467, 5705, 2078, 1065, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5239, 10258, 35170, 818, 4399, 2949, 48893, 6, 1058, 1467, 5705, 2078, 1485, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5239, 10258, 12211, 560, 818, 4399, 2949, 48893, 6, 1058, 1467, 5705, 2078, 1415, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5239, 10258, 39, 600, 818, 4399, 6, 1058, 1467, 5705, 2078, 1314, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5239, 48231, 21968, 6, 1058, 1467, 5705, 2078, 1433, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5239, 48231, 31205, 6, 1058, 1467, 5705, 2078, 1558, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5239, 48231, 18712, 6, 1058, 1467, 5705, 2078, 1507, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5239, 48231, 21968, 818, 4399, 6, 1058, 1467, 5705, 2078, 1129, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5239, 48231, 31205, 818, 4399, 6, 1058, 1467, 5705, 2078, 1238, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5239, 48231, 18712, 818, 4399, 6, 1058, 1467, 5705, 2078, 2481, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5239, 9787, 9704, 6, 1058, 1467, 5705, 2078, 1828, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5239, 9787, 9704, 818, 4399, 6, 1058, 1467, 5705, 2078, 1954, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 16539, 21466, 6, 1058, 1467, 5705, 2078, 1731, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 16539, 21466, 18712, 6, 1058, 1467, 5705, 2078, 1495, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 16539, 21466, 818, 2617, 6, 1058, 1467, 5705, 2078, 2075, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 16539, 21466, 51, 20258, 6, 1058, 1467, 5705, 2078, 1983, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 24460, 7449, 21756, 6, 1058, 1467, 5705, 2078, 2078, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 4868, 6719, 18186, 7449, 23106, 6, 1058, 1467, 5705, 2078, 1959, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 11201, 392, 540, 8053, 6719, 18186, 7449, 47, 26872, 18819, 6, 1058, 1467, 5705, 2078, 1270, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 11201, 392, 540, 8053, 6719, 18186, 16424, 47, 26872, 18819, 6, 1058, 1467, 5705, 2078, 3132, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 11201, 392, 540, 8053, 6719, 18186, 7449, 5497, 26407, 18819, 6, 1058, 1467, 5705, 2078, 2624, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 11201, 392, 540, 8053, 6719, 18186, 7449, 5497, 26407, 11028, 6, 1058, 1467, 5705, 2078, 2091, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 11201, 392, 540, 8053, 6719, 18186, 16424, 5497, 26407, 18819, 6, 1058, 1467, 5705, 2078, 2682, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 11201, 392, 540, 8053, 6719, 18186, 16424, 5497, 26407, 11028, 6, 1058, 1467, 5705, 2078, 2327, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 17497, 21756, 6, 1058, 1467, 5705, 2078, 2623, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 17497, 19778, 6, 1058, 1467, 5705, 2078, 2718, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 17497, 2949, 19160, 6, 1058, 1467, 5705, 2078, 2548, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 17497, 3792, 33574, 803, 6, 1058, 1467, 5705, 2078, 2670, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 17497, 3792, 8291, 35600, 6, 1058, 1467, 5705, 2078, 1821, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 17497, 19746, 5886, 10724, 6, 1058, 1467, 5705, 2078, 3901, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 17497, 19160, 10699, 6, 1058, 1467, 5705, 2078, 3682, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 17497, 19160, 21466, 6, 1058, 1467, 5705, 2078, 3559, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 17497, 19160, 21756, 21466, 6, 1058, 1467, 5705, 2078, 2598, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 44598, 44204, 21466, 6, 1058, 1467, 5705, 2078, 2231, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 35330, 21756, 6, 1058, 1467, 5705, 2078, 3510, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 35330, 13295, 21756, 6, 1058, 1467, 5705, 2078, 2857, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 35330, 10258, 16351, 2833, 6, 1058, 1467, 5705, 2078, 2780, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 35330, 10258, 21756, 6, 1058, 1467, 5705, 2078, 2920, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 35330, 8206, 48231, 6, 1058, 1467, 5705, 2078, 1120, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 48728, 5657, 10699, 6, 1058, 1467, 5705, 2078, 4349, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 48728, 5657, 817, 2178, 27991, 38342, 6, 1058, 1467, 5705, 2078, 4309, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 48728, 5657, 817, 2178, 42369, 605, 6, 1058, 1467, 5705, 2078, 4310, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 48728, 5657, 24802, 27991, 38342, 6, 1058, 1467, 5705, 2078, 4051, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 48728, 5657, 24802, 42369, 605, 6, 1058, 1467, 5705, 2078, 2816, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 48728, 5657, 30374, 25302, 27991, 38342, 24802, 6, 1058, 1467, 5705, 2078, 3980, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 48728, 5657, 30374, 25302, 42369, 605, 24802, 6, 1058, 1467, 5705, 2078, 3553, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8937, 8053, 7680, 21466, 6, 1058, 1467, 5705, 2078, 3365, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 23736, 20988, 8206, 7680, 21466, 6, 1058, 1467, 5705, 2078, 3270, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 9122, 3524, 21466, 6, 1058, 1467, 5705, 2078, 1899, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 14781, 8048, 8053, 7680, 21466, 6, 1058, 1467, 5705, 2078, 5333, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 19312, 8206, 21466, 6, 1058, 1467, 5705, 2078, 5237, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 11201, 392, 540, 8053, 7680, 21466, 6, 1058, 1467, 5705, 2078, 5066, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 24460, 21466, 6, 1058, 1467, 5705, 2078, 2414, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 25928, 7680, 21466, 6, 1058, 1467, 5705, 2078, 2996, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 9060, 21864, 21466, 6, 1058, 1467, 5705, 2078, 2791, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 9060, 5779, 21466, 6, 1058, 1467, 5705, 2078, 3134, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 4868, 7680, 21466, 6, 1058, 1467, 5705, 2078, 3104, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 4868, 7680, 12256, 21466, 6, 1058, 1467, 5705, 2078, 3388, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 12924, 929, 27703, 21466, 6, 1058, 1467, 5705, 2078, 2154, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 33723, 10374, 21466, 6, 1058, 1467, 5705, 2078, 4869, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 33723, 10374, 21466, 27991, 38342, 6, 1058, 1467, 5705, 2078, 4761, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 33723, 10374, 21466, 18712, 6, 1058, 1467, 5705, 2078, 4790, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 33723, 10374, 21466, 21968, 6, 1058, 1467, 5705, 2078, 4524, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 36163, 10374, 21466, 6, 1058, 1467, 5705, 2078, 2425, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8821, 10374, 21466, 6, 1058, 1467, 5705, 2078, 4304, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8821, 10374, 21466, 18712, 6, 1058, 1467, 5705, 2078, 3324, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 37004, 21864, 21466, 6, 1058, 1467, 5705, 2078, 3695, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 48728, 5657, 21466, 6, 1058, 1467, 5705, 2078, 3720, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 48728, 7680, 21466, 6, 1058, 1467, 5705, 2078, 1795, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2777, 5083, 21466, 6, 1058, 1467, 5705, 2078, 6659, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 7364, 21466, 6, 1058, 1467, 5705, 2078, 6469, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8658, 38300, 21466, 6, 1058, 1467, 5705, 2078, 5999, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5239, 7680, 21466, 6, 1058, 1467, 5705, 2078, 5705, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 12384, 7680, 21466, 6, 1058, 1467, 5705, 2078, 5332, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 14781, 8048, 7449, 21466, 6, 1058, 1467, 5705, 2078, 4521, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2777, 5083, 26932, 8048, 7449, 21466, 6, 1058, 1467, 5705, 2078, 5774, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 14781, 8048, 39, 600, 48231, 6, 1058, 1467, 5705, 2078, 3459, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2777, 5083, 7449, 21466, 6, 1058, 1467, 5705, 2078, 4531, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8899, 7680, 21466, 6, 1058, 1467, 5705, 2078, 3829, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 3866, 4288, 23901, 21466, 6, 1058, 1467, 5705, 2078, 6420, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 3866, 4288, 27313, 21466, 6, 1058, 1467, 5705, 2078, 5892, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 3866, 4288, 21918, 21466, 6, 1058, 1467, 5705, 2078, 6052, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 3866, 4288, 21466, 6, 1058, 1467, 5705, 2078, 5824, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 9122, 14253, 6719, 4288, 21466, 6, 1058, 1467, 5705, 2078, 3865, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8505, 2949, 6719, 4288, 21466, 6, 1058, 1467, 5705, 2078, 4846, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38969, 519, 6719, 4288, 21466, 6, 1058, 1467, 5705, 2078, 5607, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 19312, 8206, 6719, 4288, 21466, 6, 1058, 1467, 5705, 2078, 4089, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 1806, 41527, 6719, 4288, 21466, 6, 1058, 1467, 5705, 2078, 2079, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 3866, 4288, 32517, 16424, 6, 1058, 1467, 5705, 1959, 405, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5239, 10699, 6, 1058, 1467, 5705, 1959, 486, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 4906, 2550, 6, 1058, 1467, 5705, 1959, 2999, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5239, 21466, 6, 1058, 1467, 5705, 1959, 3070, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5239, 10258, 6, 1058, 1467, 5705, 1959, 3023, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5239, 10258, 11922, 2971, 6, 1058, 1467, 5705, 1959, 2713, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5239, 10258, 39, 600, 6, 1058, 1467, 5705, 1959, 3312, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5239, 10258, 11280, 6, 1058, 1467, 5705, 1959, 2998, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5219, 62, 18143, 6, 1058, 1467, 5705, 1959, 2919, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5219, 62, 17497, 62, 18143, 6, 1058, 1467, 5705, 1959, 2931, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5219, 62, 25616, 6, 1058, 1467, 5705, 1959, 940, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5219, 62, 9122, 540, 6, 1058, 1467, 5705, 1959, 1157, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5219, 62, 26752, 6, 1058, 1467, 5705, 1959, 1065, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5219, 62, 34213, 6, 1058, 1467, 5705, 1959, 1485, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5219, 62, 5275, 6, 1058, 1467, 5705, 1959, 1415, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5219, 62, 29762, 6, 1058, 1467, 5705, 1959, 1314, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5219, 62, 11085, 6, 1058, 1467, 5705, 1959, 1433, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5219, 62, 27171, 6, 1058, 1467, 5705, 1959, 1558, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5219, 62, 12957, 6, 1058, 1467, 5705, 1959, 1507, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5219, 62, 45477, 6, 1058, 1467, 5705, 1959, 1129, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5219, 62, 11201, 12249, 6, 1058, 1467, 5705, 1959, 1238, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5219, 62, 28920, 6, 1058, 1467, 5705, 1959, 2481, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5219, 62, 29370, 62, 3702, 273, 6, 1058, 1467, 5705, 1959, 1828, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 695, 2419, 1096, 6, 1058, 1467, 5705, 1959, 1954, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 87, 6, 1058, 1467, 5705, 1959, 1731, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 88, 6, 1058, 1467, 5705, 1959, 1495, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 17497, 39520, 21466, 6, 1058, 1467, 5705, 1959, 2075, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 46453, 6, 1058, 1467, 5705, 1959, 1983, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 23736, 11280, 6, 1058, 1467, 5705, 1959, 2078, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 28751, 8164, 540, 6, 1058, 1467, 5705, 1959, 1959, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 298, 1678, 6, 1058, 1467, 5705, 1959, 1270, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39786, 62, 46453, 6, 1058, 1467, 5705, 1959, 3132, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 17497, 17469, 39520, 6, 1058, 1467, 5705, 1959, 2624, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 17497, 30337, 39520, 6, 1058, 1467, 5705, 1959, 2091, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 17497, 15307, 39520, 6, 1058, 1467, 5705, 1959, 2682, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 17497, 38518, 39520, 6, 1058, 1467, 5705, 1959, 2327, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 21797, 11505, 17469, 39520, 6, 1058, 1467, 5705, 1959, 2623, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 21797, 11505, 30337, 39520, 6, 1058, 1467, 5705, 1959, 2718, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 21797, 26125, 17469, 39520, 6, 1058, 1467, 5705, 1959, 2548, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 21797, 26125, 30337, 39520, 6, 1058, 1467, 5705, 1959, 2670, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 35943, 11505, 17469, 39520, 6, 1058, 1467, 5705, 1959, 1821, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 35943, 11505, 30337, 39520, 6, 1058, 1467, 5705, 1959, 3901, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 35943, 26125, 17469, 39520, 6, 1058, 1467, 5705, 1959, 3682, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 35943, 26125, 30337, 39520, 6, 1058, 1467, 5705, 1959, 3559, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 35943, 2514, 25886, 17469, 39520, 6, 1058, 1467, 5705, 1959, 2598, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 35943, 2514, 25886, 30337, 39520, 6, 1058, 1467, 5705, 1959, 2231, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 35943, 2514, 7282, 17469, 39520, 6, 1058, 1467, 5705, 1959, 3510, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 35943, 2514, 7282, 30337, 39520, 6, 1058, 1467, 5705, 1959, 2857, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 13989, 341, 6, 1058, 1467, 5705, 1959, 2780, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2539, 8189, 6, 1058, 1467, 5705, 1959, 2920, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 12853, 17367, 6, 1058, 1467, 5705, 1959, 1120, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 4852, 17367, 6, 1058, 1467, 5705, 1959, 4349, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 16159, 17367, 6, 1058, 1467, 5705, 1959, 4309, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 22487, 17367, 6, 1058, 1467, 5705, 1959, 4310, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 12853, 41267, 6, 1058, 1467, 5705, 1959, 4051, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 4852, 41267, 6, 1058, 1467, 5705, 1959, 2816, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 16159, 41267, 6, 1058, 1467, 5705, 1959, 3980, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 22487, 41267, 6, 1058, 1467, 5705, 1959, 3553, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 22487, 31205, 6, 1058, 1467, 5705, 1959, 3365, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 16159, 31205, 6, 1058, 1467, 5705, 1959, 3270, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 312, 6, 1058, 1467, 5705, 1959, 1899, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 12985, 6, 1058, 1467, 5705, 1959, 5333, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 48728, 55, 6, 1058, 1467, 5705, 1959, 5237, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 48728, 56, 6, 1058, 1467, 5705, 1959, 5066, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 25249, 6, 1058, 1467, 5705, 1959, 2414, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39231, 6, 1058, 1467, 5705, 1959, 2996, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39231, 18819, 6, 1058, 1467, 5705, 1959, 2791, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39231, 9126, 6, 1058, 1467, 5705, 1959, 3134, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39231, 11028, 6, 1058, 1467, 5705, 1959, 3104, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39231, 34104, 6, 1058, 1467, 5705, 1959, 3388, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 37635, 540, 6, 1058, 1467, 5705, 1959, 2154, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 37635, 540, 818, 35211, 19076, 6, 1058, 1467, 5705, 1959, 4869, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 4703, 2247, 6, 1058, 1467, 5705, 1959, 4761, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 21013, 11964, 11209, 6, 1058, 1467, 5705, 1959, 4790, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 48728, 34046, 6, 1058, 1467, 5705, 1959, 4524, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 69, 4980, 37021, 6, 1058, 1467, 5705, 1959, 2425, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 69, 4980, 37021, 24539, 6, 1058, 1467, 5705, 1959, 4304, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 19545, 34888, 18819, 6, 1058, 1467, 5705, 1959, 3324, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 19545, 34888, 11028, 6, 1058, 1467, 5705, 1959, 3695, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 19545, 34888, 4933, 6, 1058, 1467, 5705, 1959, 3720, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 19545, 34888, 8048, 6, 1058, 1467, 5705, 1959, 1795, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 12976, 540, 6, 1058, 1467, 5705, 1959, 6659, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 6511, 8164, 540, 6, 1058, 1467, 5705, 1959, 6469, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 21928, 20491, 6, 1058, 1467, 5705, 1959, 5999, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 19334, 278, 30562, 35013, 6, 1058, 1467, 5705, 1959, 5705, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 646, 489, 5344, 24546, 9012, 6, 1058, 1467, 5705, 1959, 5332, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 15036, 26829, 6, 1058, 1467, 5705, 1959, 4521, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 15036, 2514, 47, 26872, 6, 1058, 1467, 5705, 1959, 5774, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39786, 39520, 6, 1058, 1467, 5705, 1959, 3459, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 11227, 341, 30562, 6, 1058, 1467, 5705, 1959, 4531, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 19276, 7609, 25302, 278, 30562, 6, 1058, 1467, 5705, 1959, 3829, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 33770, 35, 5791, 3152, 30562, 6, 1058, 1467, 5705, 1959, 6420, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2860, 42237, 4863, 26829, 6, 1058, 1467, 5705, 1959, 5892, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 20147, 23048, 34888, 1799, 6, 1058, 1467, 5705, 1959, 6052, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39786, 6, 1058, 1467, 5705, 1959, 5824, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 259, 2704, 515, 7390, 6, 1058, 1467, 5705, 1959, 3865, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39786, 62, 10394, 6, 1058, 1467, 5705, 1959, 4846, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39786, 62, 17015, 6, 1058, 1467, 5705, 1959, 5607, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39786, 62, 36153, 6, 1058, 1467, 5705, 1959, 4089, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39786, 62, 36153, 18819, 6, 1058, 1467, 5705, 1959, 2079, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39786, 62, 36153, 9126, 6, 1058, 23378, 3559, 830, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39786, 62, 36153, 11028, 6, 1058, 23378, 3559, 8298, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39786, 62, 36153, 34104, 6, 1058, 23378, 3559, 21601, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 4868, 17563, 273, 6, 1058, 23378, 3559, 11245, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 19334, 17563, 273, 2202, 9126, 6, 1058, 23378, 3559, 22914, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 25558, 4863, 34104, 6, 1058, 23378, 3559, 22544, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 1416, 18886, 30562, 6, 1058, 23378, 3559, 28041, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5239, 22417, 20491, 6, 1058, 23378, 3559, 25816, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 7645, 6519, 19076, 6, 1058, 23378, 3559, 25257, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 23870, 10258, 39, 600, 6, 1058, 23378, 3559, 28694, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38969, 6, 1058, 23378, 3559, 20943, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 4993, 62, 9769, 6, 1058, 23378, 3559, 28555, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 4993, 62, 11374, 6, 1058, 23378, 3559, 30206, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 18982, 6, 1058, 23378, 3559, 30273, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 26752, 6, 1058, 23378, 3559, 28645, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 16539, 6, 1058, 23378, 3559, 25150, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 9122, 9704, 6, 1058, 23378, 3559, 27037, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 754, 2833, 6, 1058, 23378, 3559, 29326, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 1326, 5015, 3237, 26829, 6, 1058, 23378, 3559, 29159, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8094, 5497, 26407, 6, 1058, 23378, 3559, 30484, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 9410, 5497, 26407, 6, 1058, 1467, 5705, 1270, 1238, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 521, 26407, 18819, 6, 1058, 1467, 5705, 1270, 2481, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 521, 26407, 11028, 6, 1058, 1467, 5705, 1270, 1828, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 9410, 5497, 26407, 18819, 6, 1058, 1467, 5705, 1270, 1954, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 9410, 5497, 26407, 11028, 6, 1058, 1467, 5705, 1270, 1731, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 9410, 24095, 1304, 6, 1058, 1467, 5705, 1270, 1495, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 11227, 341, 26054, 6, 1058, 1467, 5705, 1270, 2075, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2777, 4092, 6, 1058, 1467, 5705, 1270, 1983, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 17899, 38342, 4561, 4092, 6, 1058, 1467, 5705, 1270, 2078, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 1851, 605, 4561, 4092, 6, 1058, 1467, 5705, 1270, 1959, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 301, 22592, 19076, 6, 1058, 1467, 5705, 1270, 1270, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 28665, 30916, 6, 1058, 1467, 5705, 1270, 3132, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 22510, 39470, 82, 6, 1058, 1467, 5705, 1270, 2624, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 10677, 6, 1058, 1467, 5705, 1270, 2091, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 415, 498, 4448, 6, 1058, 1467, 5705, 1270, 2682, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 24455, 6, 1058, 1467, 5705, 1270, 2327, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 67, 1555, 6, 1058, 1467, 5705, 1270, 2623, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 9888, 6030, 6, 1058, 1467, 5705, 1270, 2718, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 23032, 7680, 33, 3733, 6, 1058, 1467, 5705, 1270, 2548, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 9806, 30916, 6, 1058, 1467, 5705, 1270, 2670, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 9806, 23106, 6, 1058, 1467, 5705, 1270, 1821, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 83, 600, 6, 1058, 1467, 5705, 1270, 3901, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 12093, 4470, 2348, 570, 34104, 6, 1058, 1467, 5705, 1270, 3682, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 31476, 2514, 47, 26872, 6, 1058, 1467, 5705, 1270, 3559, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5239, 2202, 6, 1058, 1467, 5705, 1270, 2598, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5239, 9362, 6, 1058, 1467, 5705, 1270, 2231, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 12093, 4470, 2348, 3916, 6, 1058, 1467, 5705, 1270, 3510, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 12093, 4470, 2348, 3916, 16424, 15732, 6, 1058, 1467, 5705, 1270, 2857, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 6551, 13065, 6, 1058, 1467, 5705, 1270, 2780, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 7146, 1304, 6, 1058, 1467, 5705, 1270, 2920, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 7146, 1304, 23106, 6, 1058, 1467, 5705, 1270, 1120, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 25541, 19076, 6, 1058, 1467, 5705, 1270, 4349, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 9186, 8206, 48231, 6, 1058, 1467, 5705, 1270, 4309, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 17899, 38342, 24095, 1304, 6, 1058, 1467, 5705, 1270, 4310, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 1851, 605, 24095, 1304, 6, 1058, 1467, 5705, 1270, 4051, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 25677, 21756, 6, 1058, 1467, 5705, 1270, 2816, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 9186, 21756, 6, 1058, 1467, 5705, 1270, 3980, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 9186, 19578, 7279, 4510, 38077, 6, 1058, 1467, 5705, 1270, 3553, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 808, 23106, 6, 1058, 1467, 5705, 1270, 3365, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 9806, 49, 1666, 6, 1058, 1467, 5705, 1270, 3270, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 9806, 23022, 5990, 25166, 6, 1058, 1467, 5705, 1270, 1899, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 3549, 19578, 6, 1058, 1467, 5705, 1270, 5333, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 9806, 6, 1058, 1467, 5705, 1270, 5237, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 33723, 6, 1058, 1467, 5705, 1270, 5066, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38238, 32577, 6, 1058, 1467, 5705, 1270, 2414, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 521, 13221, 378, 6, 1058, 1467, 5705, 1270, 2996, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 521, 13221, 378, 10049, 6, 1058, 1467, 5705, 1270, 2791, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 521, 13221, 378, 25302, 540, 6, 1058, 1467, 5705, 1270, 3134, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 33723, 25302, 540, 6, 1058, 1467, 5705, 1270, 3104, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 521, 13221, 378, 26054, 6, 1058, 1467, 5705, 1270, 3388, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 521, 13221, 378, 25267, 15759, 6, 1058, 1467, 5705, 1270, 2154, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 1084, 30916, 6, 1058, 1467, 5705, 1270, 4869, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 1084, 23106, 6, 1058, 1467, 5705, 1270, 4761, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 3849, 16104, 1352, 6, 1058, 1467, 5705, 1270, 4790, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 400, 2178, 6, 1058, 1467, 5705, 1270, 4524, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 400, 2178, 34519, 6, 1058, 1467, 5705, 1270, 2425, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 22510, 29366, 6, 1058, 1467, 5705, 1270, 4304, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8821, 6, 1058, 1467, 5705, 1270, 3324, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 9662, 10699, 6, 1058, 1467, 5705, 1270, 3695, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 271, 5497, 26407, 6, 1058, 1467, 5705, 1270, 3720, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 26752, 21864, 6, 1058, 1467, 5705, 1270, 1795, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 301, 22592, 39470, 82, 6, 1058, 1467, 5705, 1270, 6659, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 36007, 676, 39470, 82, 6, 1058, 1467, 5705, 1270, 6469, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 26000, 7512, 39470, 82, 6, 1058, 1467, 5705, 1270, 5999, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39786, 62, 28665, 6, 1058, 1467, 5705, 1270, 5705, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39786, 62, 12626, 6, 1058, 1467, 5705, 1270, 5332, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 22252, 6030, 6, 1058, 1467, 5705, 1270, 4521, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5239, 6, 1058, 1467, 5705, 1270, 5774, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 71, 600, 6, 1058, 1467, 5705, 1270, 3459, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5239, 29990, 55, 6, 1058, 1467, 5705, 1270, 4531, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 66, 21471, 53, 12843, 6, 1058, 1467, 5705, 1270, 3829, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 9806, 43, 1127, 6, 1058, 1467, 5705, 1270, 6420, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 6615, 6, 1058, 1467, 5705, 1270, 5892, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 17015, 6, 1058, 1467, 5705, 1270, 6052, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 1084, 43, 1127, 6, 1058, 1467, 5705, 1270, 5824, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 9806, 36, 907, 6, 1058, 1467, 5705, 1270, 3865, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5232, 6, 1058, 1467, 5705, 1270, 4846, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 10394, 6, 1058, 1467, 5705, 1270, 5607, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 1084, 36, 907, 6, 1058, 1467, 5705, 1270, 4089, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 48728, 27991, 12071, 453, 6, 1058, 1467, 5705, 1270, 2079, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 28712, 6, 1058, 23378, 3559, 3064, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 29762, 13949, 6, 1058, 1467, 5705, 3132, 486, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 19738, 3237, 2202, 34888, 6, 1058, 23378, 3559, 15377, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 17256, 23252, 47, 26872, 6, 1058, 23378, 3559, 15197, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 9806, 24539, 6, 1058, 23378, 3559, 13464, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 19106, 10258, 6, 1058, 23378, 3559, 13348, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 19106, 35, 87, 6, 1058, 23378, 3559, 15801, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 19106, 35, 88, 6, 1058, 23378, 3559, 15982, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 19106, 15546, 3754, 6, 1058, 23378, 3559, 15711, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 77, 39223, 6, 1058, 23378, 3559, 14454, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 12894, 896, 6, 1058, 1467, 5705, 3132, 940, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 4862, 15057, 6, 1058, 23378, 3559, 16243, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 15414, 17410, 6, 1058, 1467, 5705, 3132, 1065, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 27544, 1096, 6, 1058, 23378, 3559, 16616, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 23736, 8206, 6, 1058, 23378, 3559, 16562, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 276, 4674, 6, 1058, 23378, 3559, 15363, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5787, 12271, 8206, 6, 1058, 23378, 3559, 18298, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 19334, 540, 9126, 6, 1058, 23378, 3559, 17657, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 19334, 540, 34104, 6, 1058, 23378, 3559, 16817, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 19334, 540, 18819, 6, 1058, 1467, 5705, 3132, 1129, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 19334, 540, 11028, 6, 1058, 23378, 3559, 10232, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 19334, 540, 47, 26872, 6, 1058, 23378, 3559, 19244, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 785, 24547, 39, 600, 6, 1058, 23378, 3559, 18376, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 785, 24547, 39, 600, 7680, 6, 1058, 23378, 3559, 10163, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 785, 24547, 817, 10126, 6, 1058, 23378, 3559, 17464, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 14781, 8048, 17563, 273, 6, 1058, 23378, 3559, 11623, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 12924, 929, 21756, 6, 1058, 23378, 3559, 19420, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 259, 39520, 6, 1058, 23378, 3559, 16799, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 448, 39520, 6, 1058, 23378, 3559, 12762, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2704, 541, 9492, 2100, 6, 1058, 23378, 3559, 18741, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 20797, 7680, 634, 6, 1058, 1467, 5705, 3132, 1270, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 16963, 457, 6, 1058, 23378, 3559, 22042, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 9688, 17688, 6, 1058, 23378, 3559, 19924, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 437, 17688, 6, 1058, 23378, 3559, 16945, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 14171, 6, 1058, 23378, 3559, 19880, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39786, 62, 87, 6, 1058, 23378, 3559, 17059, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39786, 62, 88, 6, 1058, 23378, 3559, 20809, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39786, 62, 6551, 6, 1058, 23378, 3559, 19708, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39786, 62, 1462, 18819, 5189, 6, 1058, 23378, 3559, 20107, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39786, 62, 1462, 11028, 5189, 6, 1058, 23378, 3559, 20219, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39786, 62, 29370, 6, 1058, 23378, 3559, 15187, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39786, 62, 35993, 6, 1058, 23378, 3559, 23756, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39786, 62, 31494, 15522, 4470, 6, 1058, 23378, 3559, 23726, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39786, 62, 31494, 18819, 6, 1058, 23378, 3559, 21139, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39786, 62, 31494, 9126, 6, 1058, 23378, 3559, 18444, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39786, 62, 31494, 11028, 6, 1058, 23378, 3559, 18781, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39786, 62, 31494, 34104, 6, 1058, 23378, 3559, 20964, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39786, 62, 31494, 24546, 18819, 6, 1058, 23378, 3559, 20198, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39786, 62, 31494, 24546, 9126, 6, 1058, 23378, 3559, 18294, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39786, 62, 31494, 24546, 11028, 6, 1058, 23378, 3559, 19442, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39786, 62, 31494, 24546, 34104, 6, 1058, 1467, 5705, 3132, 1120, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39786, 62, 16159, 818, 24546, 6, 1058, 23378, 3559, 24309, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39786, 62, 16159, 27991, 38342, 6, 1058, 23378, 3559, 17827, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39786, 62, 16159, 42369, 605, 6, 1058, 23378, 3559, 21395, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39786, 62, 31494, 3152, 24546, 1532, 43730, 6, 1058, 23378, 3559, 21526, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39786, 62, 9888, 6, 1058, 23378, 3559, 18742, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 23504, 6, 1058, 23378, 3559, 21599, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 45286, 47, 26872, 6, 1058, 23378, 3559, 18458, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 9979, 415, 10699, 6, 1058, 23378, 3559, 21273, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 1952, 8940, 6, 1058, 23378, 3559, 19707, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 32257, 6, 1058, 23378, 3559, 14198, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 19334, 540, 6, 1058, 23378, 3559, 25948, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 43358, 6, 1058, 23378, 3559, 25061, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5083, 15546, 3754, 29665, 952, 6, 1058, 23378, 3559, 24136, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 400, 624, 1108, 29665, 952, 6, 1058, 23378, 3559, 23237, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 9688, 10258, 6, 1058, 23378, 3559, 20986, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 437, 10258, 6, 1058, 23378, 3559, 23055, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 1904, 4971, 6, 1058, 23378, 3559, 21940, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 9248, 6, 1058, 23378, 3559, 14656, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 4906, 6, 1058, 23378, 3559, 22172, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 16159, 55, 6, 1058, 23378, 3559, 17279, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 16159, 56, 6, 1058, 23378, 3559, 27192, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 49607, 15546, 3754, 6, 1058, 23378, 3559, 23628, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8043, 6, 1058, 23378, 3559, 25399, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 42460, 30916, 6, 1058, 23378, 3559, 22985, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 42460, 38, 499, 6, 1058, 23378, 3559, 17430, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 42172, 6, 1058, 23378, 3559, 24096, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 4852, 18819, 15546, 3754, 6, 1058, 23378, 3559, 22413, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 4852, 11028, 15546, 3754, 6, 1058, 23378, 3559, 23188, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 22487, 18819, 15546, 3754, 6, 1058, 23378, 3559, 21738, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 22487, 11028, 15546, 3754, 6, 1058, 23378, 3559, 15259, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 9464, 6, 1058, 23378, 3559, 27057, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 4852, 6, 1058, 23378, 3559, 24294, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 3506, 6, 1058, 23378, 3559, 24839, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 22487, 6, 1058, 23378, 3559, 22883, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 1084, 4971, 6, 1058, 23378, 3559, 21652, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 9806, 4971, 6, 1058, 23378, 3559, 25096, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 6738, 35, 1533, 6037, 6, 1058, 23378, 3559, 23451, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 1462, 35, 1533, 6037, 6, 1058, 23378, 3559, 20356, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 79, 45785, 55, 6, 1058, 23378, 3559, 23362, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 79, 45785, 56, 6, 1058, 23378, 3559, 19782, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 1040, 316, 18819, 6, 1058, 23378, 3559, 26492, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 1040, 316, 11028, 6, 1058, 23378, 3559, 17477, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 1040, 316, 9126, 6, 1058, 23378, 3559, 24943, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 1040, 316, 34104, 6, 1058, 23378, 3559, 22913, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 20077, 9492, 16104, 1352, 6, 1058, 23378, 3559, 22186, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 20797, 8421, 6, 1058, 23378, 3559, 25272, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 20797, 3260, 6, 1058, 23378, 3559, 24991, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 9688, 34519, 6, 1058, 23378, 3559, 22337, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 44754, 12332, 6, 1058, 23378, 3559, 19104, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 44754, 19076, 6, 1058, 23378, 3559, 2167, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 89, 39668, 434, 6, 1058, 23378, 3559, 1264, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 6738, 55, 29990, 6, 1058, 23378, 3559, 19004, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 1462, 55, 29990, 6, 1058, 23378, 3559, 22416, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 6738, 56, 29990, 6, 1058, 23378, 3559, 18638, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 1462, 56, 29990, 6, 1058, 23378, 3559, 21261, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 6738, 55, 42430, 6, 1058, 23378, 3559, 22136, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 1462, 55, 42430, 6, 1058, 23378, 3559, 22745, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 6738, 35755, 12514, 6, 1058, 23378, 3559, 21315, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 1462, 35755, 12514, 6, 1058, 23378, 3559, 22567, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 6738, 38077, 6, 1058, 1467, 5705, 2624, 940, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 1462, 38077, 6, 1058, 1467, 5705, 2624, 1157, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 40850, 6, 1058, 1467, 5705, 2624, 1065, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 11227, 341, 6, 1058, 1467, 5705, 2624, 1485, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 11227, 341, 18743, 6, 1058, 1467, 5705, 2624, 1415, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 28665, 13856, 323, 6, 1058, 1467, 5705, 2624, 1314, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 808, 13856, 323, 6, 1058, 1467, 5705, 2624, 1433, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 37295, 6, 1058, 1467, 5705, 2624, 1558, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 37295, 22442, 414, 6, 1058, 1467, 5705, 2624, 1507, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 31412, 6, 1058, 1467, 5705, 2624, 1129, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 32503, 6, 1058, 1467, 5705, 2624, 1238, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 12947, 19076, 6, 1058, 23378, 3559, 26115, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 12947, 43857, 13838, 414, 6, 1058, 23378, 3559, 23148, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 12947, 43857, 15235, 6, 1058, 23378, 3559, 22047, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 12947, 43857, 4653, 1564, 6, 1058, 1467, 5705, 2624, 1731, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 12947, 43857, 5317, 298, 12502, 6, 1058, 1467, 5705, 2624, 1495, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 12947, 43857, 5317, 298, 6601, 6, 1058, 23378, 3559, 24909, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 22766, 12502, 50108, 6, 1058, 23378, 3559, 24403, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47811, 12502, 50108, 6, 1058, 23378, 3559, 23815, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47811, 12502, 50108, 39470, 6, 1058, 23378, 3559, 23539, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 26272, 27313, 6, 1058, 1467, 5705, 2624, 1270, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2875, 818, 27313, 6, 1058, 23378, 3559, 25667, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 9122, 540, 25267, 15759, 6, 1058, 23378, 3559, 24339, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 7839, 6, 1058, 23378, 3559, 25429, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 7839, 25559, 15385, 6, 1058, 23378, 3559, 24409, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 17307, 33312, 16438, 8968, 6, 1058, 23378, 3559, 22370, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 77, 39223, 16438, 8968, 6, 1058, 23378, 3559, 24940, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 9122, 540, 6, 1058, 23378, 3559, 24693, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 19738, 540, 6, 1058, 23378, 3559, 23721, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 34555, 4863, 55, 4029, 6, 1058, 23378, 3559, 23516, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2539, 6, 1058, 23378, 3559, 16102, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 49736, 6, 1058, 23378, 3559, 28872, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2875, 6, 1058, 23378, 3559, 27877, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 42655, 32517, 6, 1058, 23378, 3559, 26660, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 45841, 1387, 6, 1058, 23378, 3559, 25707, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 12286, 11395, 6, 1058, 23378, 3559, 22995, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 21754, 48893, 7680, 6, 1058, 23378, 3559, 26912, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 49736, 2202, 6, 1058, 23378, 3559, 23753, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 49736, 9362, 6, 1058, 23378, 3559, 23045, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 40223, 35, 2690, 658, 9012, 6, 1058, 23378, 3559, 21626, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38969, 519, 19160, 6, 1058, 1467, 5705, 2624, 1120, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38969, 519, 12837, 6, 1058, 23378, 3559, 28072, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38969, 519, 19578, 6, 1058, 23378, 3559, 22800, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 24561, 21864, 8206, 6, 1058, 23378, 3559, 28592, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 31591, 21864, 8206, 6, 1058, 23378, 3559, 24970, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38969, 519, 32517, 6, 1058, 23378, 3559, 13381, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 13000, 40161, 6, 1058, 23378, 3559, 11645, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 1806, 41527, 6030, 6, 1058, 23378, 3559, 28676, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 12860, 19463, 6, 1058, 23378, 3559, 25600, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 12860, 15086, 298, 6, 1058, 23378, 3559, 25191, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 9888, 30916, 6, 1058, 1467, 5705, 2624, 1899, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 9888, 23106, 6, 1058, 23378, 3559, 30057, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 9888, 38, 16995, 6, 1058, 23378, 3559, 29119, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 46430, 38, 16995, 6, 1058, 23378, 3559, 29558, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 754, 2833, 38, 16995, 6, 1058, 23378, 3559, 18897, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 40927, 19076, 6, 1058, 23378, 3559, 22980, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 16793, 16516, 6, 1058, 23378, 3559, 25540, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 33770, 9781, 391, 25714, 9012, 6, 1058, 23378, 3559, 25674, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 12154, 25714, 6207, 1580, 278, 6, 1058, 23378, 3559, 25022, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 12947, 21864, 8206, 6, 1058, 23378, 3559, 26276, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8043, 16351, 2833, 818, 4399, 6, 1058, 23378, 3559, 20233, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5239, 48231, 21864, 6, 1058, 23378, 3559, 28977, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 4868, 19117, 283, 1352, 8206, 7680, 21466, 6, 1058, 23378, 3559, 29807, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5532, 6030, 6, 1058, 23378, 3559, 27367, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 15036, 46, 8289, 341, 6, 1058, 23378, 3559, 28857, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 16159, 10258, 6, 1058, 23378, 3559, 23195, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 1084, 50, 34388, 14815, 6, 1058, 23378, 3559, 27988, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 17497, 13295, 9612, 6, 1058, 23378, 3559, 27019, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 403, 34213, 38077, 6, 1058, 23378, 3559, 25870, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 33723, 10374, 21466, 18712, 19160, 6, 1058, 23378, 3559, 26050, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8821, 10374, 21466, 5497, 26407, 6, 1058, 1467, 5705, 2624, 1795, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 15042, 9218, 6, 1058, 23378, 3559, 30368, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5239, 10258, 51, 861, 8042, 6, 1058, 23378, 3559, 32568, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5239, 10258, 51, 861, 8042, 818, 4399, 6, 1058, 23378, 3559, 30290, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 4868, 24095, 1304, 6, 1058, 23378, 3559, 30336, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 23661, 47738, 20491, 6, 1058, 23378, 3559, 26279, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 14894, 23901, 2202, 6, 1058, 23378, 3559, 27033, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 1370, 4561, 4092, 27726, 6, 1058, 23378, 3559, 27800, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 1370, 4561, 4092, 15205, 24705, 959, 6, 1058, 23378, 3559, 25270, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 4868, 46770, 5497, 26407, 28008, 6, 1058, 23378, 3559, 27693, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 4868, 46770, 5497, 26407, 31217, 6, 1058, 23378, 3559, 24369, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 9641, 10669, 6, 1058, 23378, 3559, 33551, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 9641, 5376, 6, 1058, 23378, 3559, 32759, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 3876, 421, 1453, 40322, 39184, 6, 1058, 23378, 3559, 31675, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 17497, 2949, 23114, 6, 1058, 23378, 3559, 27696, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 25249, 29271, 20491, 6, 1058, 23378, 3559, 25710, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 15414, 6030, 6, 1058, 23378, 3559, 27137, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 271, 19463, 6, 1058, 23378, 3559, 26561, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 17497, 48893, 48835, 6, 1058, 23378, 3559, 27728, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 19734, 40, 1326, 29046, 6, 1058, 23378, 3559, 22579, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 35352, 11627, 8847, 6, 1058, 1467, 5705, 2091, 405, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 33692, 16516, 6, 1058, 1467, 5705, 2091, 486, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 7217, 29261, 20491, 6, 1058, 23378, 3559, 22709, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 42180, 35211, 23901, 6, 1058, 23378, 3559, 22572, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 42180, 9218, 3526, 6030, 6, 1058, 23378, 3559, 21288, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 42180, 17309, 9218, 3526, 6, 1058, 23378, 3559, 22515, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 42180, 30575, 7065, 6, 1058, 23378, 3559, 20548, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 17497, 18380, 20560, 19076, 6, 1058, 23378, 3559, 22996, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 524, 13295, 9612, 21756, 6, 1058, 23378, 3559, 21495, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 3919, 18122, 6, 1058, 23378, 3559, 26895, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 25677, 35, 1699, 364, 20491, 6, 1058, 1467, 5705, 2091, 940, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5898, 263, 35, 1699, 364, 20491, 6, 1058, 1467, 5705, 2091, 1157, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 46188, 37051, 8206, 21466, 4561, 504, 6, 1058, 1467, 5705, 2091, 1065, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5796, 5226, 29261, 5657, 6, 1058, 1467, 5705, 2091, 1485, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 42180, 20029, 25309, 30575, 6, 1058, 1467, 5705, 2091, 1415, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2539, 21756, 6, 1058, 1467, 5705, 2091, 1314, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2539, 8206, 10699, 6, 1058, 1467, 5705, 2091, 1433, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 18242, 8206, 10699, 6, 1058, 1467, 5705, 2091, 1558, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2539, 42470, 6, 1058, 1467, 5705, 2091, 1507, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2539, 48835, 32517, 6, 1058, 1467, 5705, 2091, 1129, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2539, 48835, 34519, 6, 1058, 1467, 5705, 2091, 1238, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2539, 48835, 23106, 6, 1058, 1467, 5705, 2091, 2481, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 1851, 605, 43267, 6, 1058, 1467, 5705, 2091, 1828, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 12924, 929, 32517, 6, 1058, 1467, 5705, 2091, 1954, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5219, 62, 6511, 62, 8439, 540, 6, 1058, 1467, 5705, 2091, 1731, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2539, 30916, 6, 1058, 1467, 5705, 2091, 1495, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2539, 23106, 6, 1058, 1467, 5705, 2091, 2075, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 17899, 38342, 38, 499, 6, 1058, 1467, 5705, 2091, 1983, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 1851, 605, 38, 499, 6, 1058, 1467, 5705, 2091, 2078, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 808, 37021, 40053, 6, 1058, 1467, 5705, 2091, 1959, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 40148, 6, 1058, 1467, 5705, 2091, 1270, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 12924, 929, 9218, 3526, 6, 1058, 1467, 5705, 2091, 3132, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 12924, 929, 48393, 6, 1058, 1467, 5705, 2091, 2624, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2539, 37021, 40053, 6, 1058, 1467, 5705, 24840, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 271, 5841, 7483, 6, 1058, 1467, 5705, 2091, 2682, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 271, 1273, 17479, 6, 1058, 1467, 5705, 2091, 2327, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 271, 40322, 540, 6, 1058, 1467, 5705, 2091, 2623, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 4749, 48835, 6, 1058, 1467, 5705, 2091, 2718, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2539, 26410, 8206, 6, 1058, 1467, 5705, 2091, 2548, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2539, 33986, 6, 1058, 1467, 5705, 2091, 2670, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2539, 19578, 6, 1058, 1467, 5705, 2091, 1821, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2539, 3526, 19076, 6, 1058, 1467, 5705, 2091, 3901, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 271, 29261, 29869, 6, 1058, 1467, 5705, 2091, 3682, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 20797, 20491, 6, 1058, 1467, 5705, 2091, 3559, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 19119, 5990, 2101, 22603, 271, 6, 1058, 1467, 5705, 2091, 2598, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 36733, 32517, 6, 1058, 1467, 5705, 2091, 2231, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38888, 18243, 19076, 6, 1058, 1467, 5705, 2091, 3510, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38888, 32065, 17633, 6, 1058, 1467, 5705, 2091, 2857, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38888, 24129, 457, 8206, 6, 1058, 1467, 5705, 2091, 2780, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38888, 32065, 6, 1058, 1467, 5705, 2091, 2920, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38888, 11518, 25468, 6, 1058, 1467, 5705, 2091, 1120, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 22487, 34519, 6, 1058, 1467, 5705, 2091, 4349, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 4852, 34519, 6, 1058, 1467, 5705, 2091, 4309, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 12154, 28008, 45081, 6, 1058, 1467, 5705, 2091, 4310, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 28144, 6, 1058, 1467, 5705, 2091, 4051, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 11299, 6, 1058, 1467, 5705, 2091, 2816, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 45685, 2202, 8164, 6, 1058, 1467, 5705, 2091, 3980, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 11250, 495, 6, 1058, 1467, 5705, 2091, 3553, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 71, 32963, 18332, 1891, 20491, 6, 1058, 1467, 5705, 2091, 3365, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5083, 15546, 3754, 6, 1058, 1467, 5705, 2091, 3270, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 400, 624, 1108, 6, 1058, 1467, 5705, 2091, 1899, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 28710, 12982, 33986, 6, 1058, 1467, 5705, 2091, 5333, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 14781, 8048, 30916, 6, 1058, 1467, 5705, 2091, 5237, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 14781, 8048, 2025, 354, 273, 6, 1058, 1467, 5705, 2091, 5066, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 524, 29046, 6, 1058, 1467, 5705, 2091, 2414, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 524, 12502, 33986, 6, 1058, 1467, 5705, 2091, 2996, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 524, 12502, 7390, 6, 1058, 1467, 5705, 2091, 2791, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 524, 11627, 974, 17469, 39520, 6, 1058, 1467, 5705, 2091, 3104, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 524, 11627, 974, 30337, 39520, 6, 1058, 1467, 5705, 2091, 3388, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 83, 3004, 6, 1058, 1467, 5705, 2091, 2154, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 26086, 51, 3004, 6, 1058, 1467, 5705, 2091, 4869, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 1092, 35, 6377, 6, 1058, 1467, 5705, 2091, 4761, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 12947, 43857, 817, 10126, 6, 1058, 1467, 5705, 2091, 4790, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 17256, 818, 22289, 18243, 6, 1058, 1467, 5705, 2091, 4524, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 261, 8164, 6, 1058, 1467, 5705, 2091, 2425, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 16793, 50, 34388, 14815, 6, 1058, 1467, 5705, 2091, 4304, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 9806, 50, 34388, 14815, 6, 1058, 1467, 5705, 2091, 3324, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 9288, 10049, 6, 1058, 1467, 5705, 2091, 3695, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 11299, 11828, 6, 1058, 1467, 5705, 2091, 3720, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 3495, 495, 1273, 305, 365, 30916, 6, 1058, 1467, 5705, 2091, 1795, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 3495, 495, 10258, 6, 1058, 1467, 5705, 2091, 6659, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 19524, 1425, 38, 395, 495, 10258, 6, 1058, 1467, 5705, 2091, 6469, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 69, 671, 34519, 6, 1058, 1467, 5705, 2091, 5999, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 69, 671, 26054, 6, 1058, 1467, 5705, 2091, 5705, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 3495, 495, 1273, 305, 365, 6030, 6, 1058, 1467, 5705, 2091, 5332, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 3495, 495, 1273, 305, 365, 24539, 817, 10126, 6, 1058, 1467, 5705, 2091, 4521, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 3495, 495, 1273, 305, 365, 48011, 1108, 817, 10126, 6, 1058, 1467, 5705, 2091, 5774, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 3495, 495, 1273, 305, 365, 13450, 293, 817, 10126, 6, 1058, 1467, 5705, 2091, 3459, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 31534, 9492, 4516, 20491, 6, 1058, 1467, 5705, 2091, 4531, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 69, 671, 20491, 6, 1058, 1467, 5705, 2091, 3829, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 1891, 929, 36772, 6, 1058, 1467, 5705, 2091, 6420, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 12154, 7282, 929, 6, 1058, 1467, 5705, 2091, 5892, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 4743, 23041, 14815, 6, 1058, 1467, 5705, 2091, 6052, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 22766, 3260, 28667, 25468, 6, 1058, 1467, 5705, 2091, 5824, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 14781, 8048, 23106, 6, 1058, 1467, 5705, 2091, 3865, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 17470, 3351, 5681, 6, 1058, 1467, 5705, 2091, 4846, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 11265, 3351, 5681, 6, 1058, 1467, 5705, 2091, 5607, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 11664, 3351, 5681, 6, 1058, 1467, 5705, 2091, 4089, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 33723, 10374, 21466, 818, 4399, 6, 1058, 1467, 5705, 2091, 2079, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 33723, 10374, 21466, 18712, 818, 4399, 6, 1058, 1467, 5705, 2682, 405, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 33723, 10374, 21466, 21968, 818, 4399, 6, 1058, 1467, 5705, 2682, 486, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 12947, 26232, 11828, 6, 1058, 23378, 3559, 32531, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5239, 10258, 35170, 818, 4399, 48893, 10049, 6, 1058, 23378, 3559, 31552, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 23736, 28165, 47504, 6, 1058, 23378, 3559, 26429, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 411, 1096, 540, 6, 1058, 23378, 3559, 26598, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 35827, 6, 1058, 23378, 3559, 29703, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 23317, 6030, 6, 1058, 23378, 3559, 30120, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 11299, 13838, 414, 6, 1058, 23378, 3559, 26200, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 7220, 53, 12843, 6, 1058, 23378, 3559, 29416, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 17497, 15307, 22401, 20189, 6, 1058, 1467, 5705, 2682, 940, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 11930, 20189, 11505, 17469, 39520, 6, 1058, 1467, 5705, 2682, 1157, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 11930, 20189, 11505, 30337, 39520, 6, 1058, 1467, 5705, 2682, 1065, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 11930, 20189, 26125, 17469, 39520, 6, 1058, 1467, 5705, 2682, 1485, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 11930, 20189, 26125, 30337, 39520, 6, 1058, 1467, 5705, 2682, 1415, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 11930, 20189, 5317, 430, 11505, 17469, 39520, 6, 1058, 1467, 5705, 2682, 1314, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 11930, 20189, 5317, 430, 11505, 30337, 39520, 6, 1058, 1467, 5705, 2682, 1433, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 11930, 20189, 5317, 430, 26125, 17469, 39520, 6, 1058, 1467, 5705, 2682, 1558, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 11930, 20189, 5317, 430, 26125, 30337, 39520, 6, 1058, 1467, 5705, 2682, 1507, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 18608, 2096, 41592, 278, 6, 1058, 1467, 5705, 2682, 1129, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 12728, 3260, 19452, 382, 6, 1058, 1467, 5705, 2682, 1238, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2118, 382, 23037, 82, 23416, 6, 1058, 1467, 5705, 2682, 2481, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 17470, 19578, 6, 1058, 1467, 5705, 2682, 1828, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 23317, 36698, 4972, 6, 1058, 1467, 5705, 2682, 1954, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5239, 48231, 18243, 23004, 7004, 7839, 6, 1058, 1467, 5705, 2682, 1731, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5239, 48231, 18243, 23004, 19160, 6, 1058, 1467, 5705, 2682, 1495, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 49736, 39470, 6, 1058, 1467, 5705, 2682, 2075, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 49170, 39470, 6, 1058, 1467, 5705, 2682, 1983, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 49170, 20636, 22093, 6, 1058, 1467, 5705, 2682, 2078, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 400, 20566, 6, 1058, 1467, 5705, 2682, 1959, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 15255, 620, 22401, 20189, 6, 1058, 1467, 5705, 2682, 1270, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 15643, 680, 2202, 26125, 11964, 24400, 18463, 6, 1058, 1467, 5705, 2682, 3132, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 48728, 5657, 37, 671, 26054, 6, 1058, 1467, 5705, 2682, 2624, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 48728, 5657, 19463, 13856, 323, 8421, 37, 671, 6, 1058, 1467, 5705, 2682, 2091, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 69, 671, 29261, 34046, 6, 1058, 1467, 5705, 2682, 2682, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8043, 21756, 30562, 39, 600, 6, 1058, 1467, 5705, 2682, 2327, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 14781, 8048, 27991, 38342, 34519, 6, 1058, 1467, 5705, 2682, 2623, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 14781, 8048, 42369, 605, 34519, 6, 1058, 1467, 5705, 2682, 2718, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 24209, 17829, 22069, 469, 21466, 27703, 18712, 6, 1058, 1467, 5705, 2682, 2548, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 24209, 17829, 22069, 469, 21466, 27703, 31205, 6, 1058, 1467, 5705, 2682, 2670, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 24209, 17829, 22069, 469, 21466, 27703, 21968, 6, 1058, 1467, 5705, 2682, 1821, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 24209, 17829, 22069, 469, 21466, 18712, 27703, 18712, 6, 1058, 23378, 3559, 39710, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 24209, 17829, 22069, 469, 21466, 18712, 27703, 31205, 6, 1058, 23378, 3559, 39506, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 24209, 17829, 22069, 469, 21466, 18712, 27703, 21968, 6, 1058, 23378, 3559, 34938, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 9800, 6, 1058, 23378, 3559, 30272, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 23736, 10434, 6, 1058, 1467, 5705, 2682, 2231, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 11201, 392, 540, 8053, 7680, 12256, 21466, 6, 1058, 23378, 3559, 27260, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 17350, 14749, 6, 1058, 23378, 3559, 34825, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 14761, 31511, 19076, 6, 1058, 23378, 3559, 31115, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 12384, 8206, 7680, 21466, 6, 1058, 23378, 3559, 31911, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2118, 382, 7149, 14815, 6, 1058, 1467, 5705, 2682, 1120, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8658, 1273, 5528, 18819, 6, 1058, 23378, 3559, 36330, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8658, 1273, 5528, 11028, 6, 1058, 23378, 3559, 37730, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8658, 1273, 5528, 20491, 6, 1058, 23378, 3559, 36625, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 6404, 78, 6, 1058, 23378, 3559, 34229, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 87, 11664, 3351, 5681, 6, 1058, 23378, 3559, 30505, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8608, 24469, 6, 1058, 23378, 3559, 29228, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2502, 29261, 19076, 6, 1058, 23378, 3559, 33032, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2502, 29261, 39681, 6, 1058, 23378, 3559, 29334, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2502, 29261, 17574, 263, 6, 1058, 23378, 3559, 33459, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 24455, 51, 280, 2052, 2215, 5944, 1416, 1522, 6, 1058, 1467, 5705, 2682, 1899, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5239, 17563, 37508, 18819, 6, 1058, 1467, 5705, 2682, 5333, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5239, 17563, 37508, 11028, 6, 1058, 1467, 5705, 2682, 5237, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5239, 17563, 37508, 6, 1058, 1467, 5705, 2682, 5066, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5239, 17563, 37508, 27703, 21466, 6, 1058, 1467, 5705, 2682, 2414, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 12924, 929, 39520, 21466, 6, 1058, 1467, 5705, 2682, 2996, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 9612, 10699, 6, 1058, 1467, 5705, 2682, 2791, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 9612, 35, 6377, 6, 1058, 1467, 5705, 2682, 3134, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 439, 4264, 8656, 5376, 6, 1058, 1467, 5705, 2682, 3104, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 17497, 12502, 10374, 6, 1058, 1467, 5705, 2682, 3388, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2673, 10374, 21466, 6, 1058, 1467, 5705, 2682, 2154, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 28341, 7065, 19076, 6, 1058, 1467, 5705, 2682, 4869, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 13812, 29046, 6, 1058, 1467, 5705, 2682, 4761, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 7266, 7839, 6, 1058, 1467, 5705, 2682, 4790, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 23144, 30575, 7065, 32517, 6, 1058, 1467, 5705, 2682, 4524, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 10424, 1574, 12832, 7015, 515, 6, 1058, 1467, 5705, 2682, 2425, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 1326, 5015, 3152, 43, 853, 395, 16424, 6, 1058, 1467, 5705, 2682, 4304, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 45685, 5962, 7680, 6, 1058, 1467, 5705, 2682, 3324, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 14781, 8048, 4561, 5083, 21466, 6, 1058, 1467, 5705, 2682, 3695, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2673, 26932, 8048, 21466, 6, 1058, 1467, 5705, 2682, 3720, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2673, 21864, 21466, 6, 1058, 1467, 5705, 2682, 1795, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 12860, 1722, 12502, 6, 1058, 1467, 5705, 2682, 6659, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 3866, 1177, 5159, 6, 1058, 1467, 5705, 2682, 6469, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2673, 19076, 21756, 6, 1058, 1467, 5705, 2682, 5999, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2673, 19076, 26125, 25302, 540, 6, 1058, 1467, 5705, 2682, 5705, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 17497, 12502, 19076, 5886, 10724, 6, 1058, 1467, 5705, 2682, 5332, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8367, 4863, 6, 1058, 1467, 5705, 2682, 4521, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8367, 2514, 6, 1058, 1467, 5705, 2682, 5774, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8367, 6030, 6, 1058, 1467, 5705, 2682, 3459, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 26745, 5376, 6, 1058, 1467, 5705, 2682, 4531, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 34555, 6, 1058, 1467, 5705, 2682, 3829, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8310, 363, 434, 6, 1058, 1467, 5705, 2682, 6420, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 17497, 12502, 10374, 5886, 10724, 6, 1058, 1467, 5705, 2682, 5892, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8310, 363, 434, 11505, 17469, 39520, 6, 1058, 1467, 5705, 2682, 6052, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8310, 363, 434, 11505, 30337, 39520, 6, 1058, 1467, 5705, 2682, 5824, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8310, 363, 434, 26125, 17469, 39520, 6, 1058, 1467, 5705, 2682, 3865, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8310, 363, 434, 26125, 30337, 39520, 6, 1058, 1467, 5705, 2682, 4846, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8310, 363, 434, 37, 671, 17469, 39520, 6, 1058, 1467, 5705, 2682, 5607, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8310, 363, 434, 37, 671, 30337, 39520, 6, 1058, 1467, 5705, 2682, 4089, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2673, 10374, 10699, 6, 1058, 1467, 5705, 2682, 2079, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 524, 7004, 4906, 33711, 1000, 6, 1058, 1467, 5705, 2327, 405, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 524, 7004, 4906, 19076, 6, 1058, 1467, 5705, 2327, 486, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 524, 7004, 4906, 27726, 11395, 6, 1058, 23378, 3559, 35126, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 35312, 45740, 37103, 6, 1058, 23378, 3559, 31938, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 4868, 46770, 21756, 5497, 26407, 6, 1058, 23378, 3559, 33580, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2777, 5083, 19076, 6, 1058, 23378, 3559, 31654, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 45685, 32517, 29238, 6, 1058, 23378, 3559, 35638, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2673, 10374, 33349, 21466, 6, 1058, 23378, 3559, 35378, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2673, 10374, 33349, 10374, 21466, 6, 1058, 23378, 3559, 33042, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2673, 10374, 33349, 8206, 21466, 6, 1058, 23378, 3559, 29022, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2673, 5886, 11125, 21864, 21466, 6, 1058, 1467, 5705, 2327, 940, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2673, 19076, 26125, 21864, 21466, 6, 1058, 1467, 5705, 2327, 1157, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 7839, 8206, 21466, 6, 1058, 1467, 5705, 2327, 1065, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 7266, 7839, 8206, 21466, 6, 1058, 1467, 5705, 2327, 1485, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 4749, 1431, 3886, 19463, 6, 1058, 1467, 5705, 2327, 1415, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2673, 32517, 6, 1058, 1467, 5705, 2327, 1314, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2673, 7680, 9487, 6, 1058, 1467, 5705, 2327, 1433, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 33106, 21756, 5497, 26407, 6, 1058, 1467, 5705, 2327, 1558, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5219, 62, 33106, 6, 1058, 1467, 5705, 2327, 1507, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 4868, 16979, 929, 27703, 21466, 6, 1058, 1467, 5705, 2327, 1129, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 12924, 929, 23381, 21466, 6, 1058, 1467, 5705, 2327, 1238, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5239, 48231, 21968, 16979, 929, 23381, 6, 1058, 1467, 5705, 2327, 2481, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5239, 48231, 18712, 16979, 929, 23381, 6, 1058, 1467, 5705, 2327, 1828, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 29573, 13916, 2178, 19160, 6, 1058, 1467, 5705, 2327, 1954, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 29573, 13916, 2178, 16438, 19160, 6, 1058, 1467, 5705, 2327, 1731, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 4868, 24095, 1304, 36420, 44204, 6, 1058, 1467, 5705, 2327, 1495, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5239, 10258, 36420, 44204, 8053, 7449, 6, 1058, 1467, 5705, 2327, 2075, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 26268, 7680, 82, 6, 1058, 1467, 5705, 2327, 1983, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38969, 519, 47863, 6, 1058, 1467, 5705, 2327, 2078, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 44598, 44204, 47863, 6, 1058, 1467, 5705, 2327, 1959, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 7146, 1304, 42369, 605, 6, 1058, 1467, 5705, 2327, 1270, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 11195, 1722, 4933, 5497, 26407, 6, 1058, 1467, 5705, 2327, 3132, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 9255, 37, 671, 26054, 6, 1058, 1467, 5705, 2327, 2624, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 37023, 37, 671, 26054, 6, 1058, 1467, 5705, 2327, 2091, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 19738, 540, 7449, 21756, 6, 1058, 1467, 5705, 2327, 2682, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 23736, 2782, 19259, 7680, 7390, 6, 1058, 1467, 5705, 2327, 2327, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 1904, 5317, 81, 1040, 291, 10699, 1722, 44046, 6, 1058, 1467, 5705, 2327, 2623, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2673, 19076, 26254, 25302, 540, 6, 1058, 1467, 5705, 2327, 2718, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2673, 19076, 29881, 25302, 540, 6, 1058, 1467, 5705, 2327, 2548, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2673, 19076, 47, 4594, 25302, 540, 6, 1058, 1467, 5705, 2327, 2670, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5239, 18378, 47, 4594, 27703, 32517, 6, 1058, 1467, 5705, 2327, 1821, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5239, 18378, 2949, 47, 4594, 27703, 32517, 6, 1058, 1467, 5705, 2327, 3901, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5239, 3792, 17563, 540, 6, 1058, 1467, 5705, 2327, 3682, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 17497, 36695, 41205, 35211, 6, 1058, 1467, 5705, 2327, 3559, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 521, 13221, 378, 32577, 21466, 6, 1058, 1467, 5705, 2327, 2598, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 33723, 10374, 47, 26872, 6, 1058, 1467, 5705, 2327, 2231, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 11227, 341, 4965, 2122, 6, 1058, 1467, 5705, 2327, 3510, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5219, 62, 330, 7015, 515, 6, 1058, 1467, 5705, 2327, 2857, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 12093, 4470, 6, 1058, 1467, 5705, 2327, 2780, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 11195, 32517, 6, 1058, 1467, 5705, 2327, 2920, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 404, 4355, 6, 1058, 1467, 5705, 2327, 1120, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 26591, 6, 1058, 1467, 5705, 2327, 4349, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 35636, 47, 45785, 55, 6, 1058, 1467, 5705, 2327, 4309, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 35636, 47, 45785, 56, 6, 1058, 1467, 5705, 2327, 4310, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 41519, 55, 6, 1058, 1467, 5705, 2327, 4051, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 41519, 56, 6, 1058, 1467, 5705, 2327, 2816, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 9888, 55, 6, 1058, 1467, 5705, 2327, 3980, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 9888, 56, 6, 1058, 1467, 5705, 2327, 3553, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 10599, 341, 6, 1058, 1467, 5705, 2327, 3365, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 10599, 341, 55, 6, 1058, 1467, 5705, 2327, 3270, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 10599, 341, 56, 6, 1058, 1467, 5705, 2327, 1899, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 12860, 35, 1699, 364, 6, 1058, 1467, 5705, 2327, 5333, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 7146, 1304, 47, 26872, 6, 1058, 1467, 5705, 2327, 5237, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 20192, 1203, 21864, 21466, 6, 1058, 1467, 5705, 2327, 5066, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 7146, 1304, 27991, 38342, 6, 1058, 1467, 5705, 2327, 2414, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 9186, 47, 26872, 6, 1058, 1467, 5705, 2327, 2996, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 16539, 10374, 21466, 6, 1058, 1467, 5705, 2327, 2791, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 16539, 10374, 21864, 21466, 6, 1058, 1467, 5705, 2327, 3134, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 325, 5154, 276, 21864, 21466, 6, 1058, 1467, 5705, 2327, 3104, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 12708, 22401, 20189, 48835, 6, 1058, 1467, 5705, 2327, 3388, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 12154, 10044, 29363, 29934, 6359, 6, 1058, 1467, 5705, 2327, 2154, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 271, 30374, 28985, 540, 6, 1058, 1467, 5705, 2327, 4869, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 1851, 605, 29261, 5657, 26545, 6, 1058, 1467, 5705, 2327, 4761, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 7217, 29261, 30374, 53, 12843, 6, 1058, 1467, 5705, 2327, 4790, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 7217, 29261, 817, 2178, 25302, 540, 6, 1058, 1467, 5705, 2327, 4524, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 7217, 29261, 48835, 21756, 18819, 6, 1058, 1467, 5705, 2327, 2425, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 7217, 29261, 48835, 21756, 11028, 6, 1058, 1467, 5705, 2327, 4304, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 7217, 29261, 24802, 25302, 540, 6, 1058, 1467, 5705, 2327, 3324, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 7217, 29261, 5886, 10724, 26545, 6, 1058, 1467, 5705, 2327, 3695, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 23144, 22906, 6, 1058, 1467, 5705, 2327, 3720, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 19545, 34888, 39746, 6, 1058, 1467, 5705, 2327, 1795, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 11085, 12393, 5189, 20916, 6, 1058, 1467, 5705, 2327, 6659, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 12860, 20916, 15057, 6, 1058, 1467, 5705, 2327, 6469, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 1084, 10430, 6, 1058, 1467, 5705, 2327, 5999, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 9806, 10430, 6, 1058, 1467, 5705, 2327, 5705, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 42579, 20916, 12332, 6, 1058, 1467, 5705, 2327, 5332, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 34213, 20916, 21756, 10258, 6, 1058, 1467, 5705, 2327, 4521, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 18143, 31948, 10430, 10258, 6, 1058, 1467, 5705, 2327, 5774, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 403, 18143, 31948, 10430, 10258, 6, 1058, 1467, 5705, 2327, 3459, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 10464, 15057, 10258, 6, 1058, 1467, 5705, 2327, 4531, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 10464, 19117, 283, 1352, 13949, 10258, 6, 1058, 1467, 5705, 2327, 3829, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 34213, 10430, 42369, 605, 10374, 6, 1058, 1467, 5705, 2327, 6420, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 10464, 12393, 8206, 48231, 6, 1058, 1467, 5705, 2327, 5892, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 4475, 8206, 48231, 6, 1058, 1467, 5705, 2327, 6052, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39390, 10258, 6, 1058, 1467, 5705, 2327, 5824, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39706, 2741, 2484, 593, 6, 1058, 1467, 5705, 2327, 3865, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 9948, 9239, 7680, 2484, 593, 6, 1058, 1467, 5705, 2327, 4846, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5219, 62, 16680, 346, 500, 6, 1058, 1467, 5705, 2327, 5607, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 36604, 20180, 21756, 6, 1058, 1467, 5705, 2327, 4089, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5239, 10258, 11922, 2971, 818, 4399, 6, 1058, 1467, 5705, 2327, 2079, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5239, 10258, 11280, 818, 4399, 6, 1058, 1467, 5705, 2623, 405, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 19312, 42470, 6, 1058, 1467, 5705, 2623, 486, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 19312, 8206, 21756, 6, 1058, 23378, 3559, 31418, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 17899, 38342, 29261, 7680, 21466, 6, 1058, 23378, 3559, 35642, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 29289, 6030, 6, 1058, 23378, 3559, 31916, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 44598, 44204, 19578, 6, 1058, 23378, 3559, 32417, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 17497, 9452, 30916, 24206, 6, 1058, 23378, 3559, 33206, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 17497, 9452, 30916, 39825, 6, 1058, 23378, 3559, 31980, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 22766, 39, 600, 6, 1058, 23378, 3559, 28688, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 7217, 29261, 42470, 6, 1058, 23378, 3559, 31751, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 11664, 1544, 499, 6, 1058, 1467, 5705, 2623, 940, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 17497, 26125, 2202, 35211, 30815, 6, 1058, 1467, 5705, 2623, 1157, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 4475, 47, 15799, 21466, 6, 1058, 1467, 5705, 2623, 1065, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 9948, 9239, 7680, 21466, 6, 1058, 1467, 5705, 2623, 1485, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5239, 18378, 24819, 47, 4594, 27703, 32517, 6, 1058, 1467, 5705, 2623, 1415, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5239, 18378, 24819, 2949, 47, 4594, 27703, 32517, 6, 1058, 1467, 5705, 2623, 1314, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2673, 23381, 8206, 48231, 6, 1058, 1467, 5705, 2623, 1433, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2673, 23381, 42470, 6, 1058, 1467, 5705, 2623, 1558, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5239, 34, 21471, 25302, 540, 6, 1058, 1467, 5705, 2623, 1507, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 411, 1096, 19076, 6, 1058, 1467, 5705, 2623, 1129, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47911, 18712, 395, 30916, 35, 79, 6, 1058, 1467, 5705, 2623, 1238, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38532, 30916, 39184, 35, 79, 6, 1058, 1467, 5705, 2623, 2481, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 28209, 30916, 39184, 35, 79, 6, 1058, 1467, 5705, 2623, 1828, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5219, 62, 71, 2557, 6, 1058, 1467, 5705, 2623, 1954, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5219, 62, 7109, 363, 62, 5171, 62, 13635, 6, 1058, 1467, 5705, 2623, 1731, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5219, 62, 7109, 363, 62, 71, 2557, 6, 1058, 1467, 5705, 2623, 1495, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 11338, 3152, 25714, 6, 1058, 1467, 5705, 2623, 2075, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 31943, 8206, 2202, 6, 1058, 1467, 5705, 2623, 1983, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 31943, 8206, 9362, 6, 1058, 1467, 5705, 2623, 2078, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 31943, 6719, 4288, 21466, 6, 1058, 1467, 5705, 2623, 1959, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 31943, 8206, 48231, 6, 1058, 1467, 5705, 2623, 1270, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 11659, 6, 1058, 1467, 5705, 2623, 3132, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 31943, 9452, 30916, 6, 1058, 1467, 5705, 2623, 2624, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 31943, 47, 26872, 6, 1058, 1467, 5705, 2623, 2091, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 400, 2178, 8206, 47, 26872, 6, 1058, 1467, 5705, 2623, 2682, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5239, 43857, 507, 27703, 21466, 6, 1058, 1467, 5705, 2623, 2327, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5239, 18378, 43857, 295, 7449, 32517, 6, 1058, 1467, 5705, 2623, 2623, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 808, 12332, 6, 1058, 1467, 5705, 2623, 2718, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 808, 18743, 25460, 8520, 6, 1058, 1467, 5705, 2623, 2548, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 28665, 12332, 6, 1058, 1467, 5705, 2623, 2670, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 28665, 18743, 25460, 8520, 6, 1058, 1467, 5705, 2623, 1821, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 1904, 19463, 24428, 1040, 6, 1058, 23378, 3559, 42759, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 282, 16747, 19076, 6, 1058, 23378, 3559, 41290, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39786, 62, 808, 6, 1058, 23378, 3559, 41813, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39786, 62, 808, 4561, 272, 6, 1058, 23378, 3559, 29173, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39786, 62, 28665, 4561, 272, 6, 1058, 1467, 5705, 2623, 2231, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2673, 19076, 17563, 3237, 25302, 540, 6, 1058, 23378, 3559, 27720, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 271, 32, 2821, 28129, 6, 1058, 23378, 3559, 33981, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 15526, 2247, 9237, 31431, 6, 1058, 23378, 3559, 34287, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 26495, 36690, 6, 1058, 23378, 3559, 33300, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 15526, 2247, 18332, 1891, 6030, 6, 1058, 1467, 5705, 2623, 1120, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 1662, 2649, 48031, 6, 1058, 1467, 5705, 2623, 4349, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 15526, 2247, 40053, 6, 1058, 1467, 5705, 2623, 4309, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5171, 9781, 30227, 27703, 19746, 6, 1058, 1467, 5705, 2623, 4310, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 4868, 6719, 18186, 7449, 23106, 21968, 6, 1058, 1467, 5705, 2623, 4051, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 4868, 6719, 18186, 7449, 23106, 18712, 6, 1058, 1467, 5705, 2623, 2816, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2673, 10374, 41205, 21466, 6, 1058, 1467, 5705, 2623, 3980, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2673, 29495, 9487, 6, 1058, 1467, 5705, 2623, 3553, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 25249, 1273, 6021, 6, 1058, 1467, 5705, 2623, 3365, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 25249, 41205, 6, 1058, 1467, 5705, 2623, 3270, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5239, 3237, 34, 1686, 6, 1058, 1467, 5705, 2623, 1899, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8043, 47, 2790, 11922, 2971, 6, 1058, 1467, 5705, 2623, 5333, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8043, 14617, 47, 2790, 11922, 2971, 6, 1058, 1467, 5705, 2623, 5237, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8043, 37, 13073, 11922, 2971, 6, 1058, 1467, 5705, 2623, 5066, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8043, 25526, 515, 11922, 2971, 6, 1058, 1467, 5705, 2623, 2414, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8043, 29800, 17563, 11922, 2971, 6, 1058, 1467, 5705, 2623, 2996, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 19334, 540, 10434, 6, 1058, 1467, 5705, 2623, 2791, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 19334, 540, 12915, 6, 1058, 1467, 5705, 2623, 3134, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2673, 19076, 21466, 6, 1058, 1467, 5705, 2623, 3104, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 1084, 4965, 1096, 30916, 6, 1058, 1467, 5705, 2623, 3388, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 1084, 4965, 1096, 23106, 6, 1058, 1467, 5705, 2623, 2154, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2673, 10374, 38300, 47863, 6, 1058, 1467, 5705, 2623, 4869, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 9019, 29046, 6, 1058, 1467, 5705, 2623, 4761, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 7266, 4906, 33711, 1000, 6, 1058, 1467, 5705, 2623, 4790, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 7266, 4906, 27726, 11395, 6, 1058, 1467, 5705, 2623, 4524, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2673, 10374, 24095, 1304, 6, 1058, 1467, 5705, 2623, 2425, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2673, 10374, 7449, 21756, 6, 1058, 1467, 5705, 2623, 4304, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2673, 19076, 41205, 21756, 6, 1058, 1467, 5705, 2623, 3324, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5239, 48231, 8053, 7449, 6, 1058, 1467, 5705, 2623, 3695, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5239, 48231, 8053, 7449, 18712, 6, 1058, 1467, 5705, 2623, 3720, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 16793, 24564, 1968, 507, 6, 1058, 1467, 5705, 2623, 1795, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 37295, 24564, 1968, 507, 6, 1058, 1467, 5705, 2623, 6659, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2502, 81, 1460, 29710, 3628, 306, 20491, 7004, 4906, 6, 1058, 1467, 5705, 2623, 6469, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 4868, 6719, 18186, 7449, 47, 26872, 18819, 6, 1058, 1467, 5705, 2623, 5999, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 4868, 6719, 18186, 7449, 47, 26872, 11028, 6, 1058, 1467, 5705, 2623, 5705, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47911, 37, 4980, 37021, 6, 1058, 1467, 5705, 2623, 5332, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 11377, 9218, 6, 1058, 1467, 5705, 2623, 4521, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8000, 16516, 5376, 6, 1058, 1467, 5705, 2623, 5774, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 30152, 515, 18709, 6, 1058, 1467, 5705, 2623, 4531, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 18049, 1890, 15457, 2247, 6, 1058, 1467, 5705, 2623, 3829, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2539, 3526, 32517, 6, 1058, 1467, 5705, 2623, 6420, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 10331, 24094, 6, 1058, 1467, 5705, 2623, 5892, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 11431, 43401, 21864, 21466, 6, 1058, 1467, 5705, 2623, 6052, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 11431, 43401, 31431, 6, 1058, 1467, 5705, 2623, 5824, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 18608, 2096, 49, 28781, 6, 1058, 1467, 5705, 2623, 3865, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5239, 35, 4154, 6, 1058, 1467, 5705, 2623, 4846, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5239, 2348, 16747, 6, 1058, 1467, 5705, 2623, 5607, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39786, 35, 4154, 6, 1058, 1467, 5705, 2623, 4089, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39231, 10434, 6, 1058, 1467, 5705, 2623, 2079, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39231, 12915, 6, 1058, 1467, 5705, 2718, 405, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39786, 62, 36153, 10434, 6, 1058, 1467, 5705, 2718, 486, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39786, 62, 36153, 12915, 6, 1058, 23378, 3559, 36680, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39786, 62, 1462, 10434, 5189, 6, 1058, 23378, 3559, 36809, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39786, 62, 1462, 12915, 5189, 6, 1058, 23378, 3559, 32869, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39786, 62, 31494, 10434, 6, 1058, 23378, 3559, 34801, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39786, 62, 31494, 12915, 6, 1058, 23378, 3559, 35402, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39786, 62, 31494, 24546, 10434, 6, 1058, 23378, 3559, 24038, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39786, 62, 31494, 24546, 12915, 6, 1058, 23378, 3559, 32583, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 4868, 6719, 18186, 7449, 47, 26872, 10434, 6, 1058, 23378, 3559, 31495, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 4868, 6719, 18186, 7449, 47, 26872, 12915, 6, 1058, 1467, 5705, 2718, 940, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 29762, 12982, 6, 1058, 1467, 5705, 2718, 1157, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 25579, 341, 47863, 6, 1058, 1467, 5705, 2718, 1065, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 7266, 4906, 7390, 6, 1058, 1467, 5705, 2718, 1485, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 36733, 9218, 14864, 32517, 6, 1058, 1467, 5705, 2718, 1415, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 42655, 27313, 6, 1058, 1467, 5705, 2718, 1433, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 525, 3411, 13247, 40053, 6, 1058, 1467, 5705, 2718, 1558, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 18242, 1890, 6, 1058, 1467, 5705, 2718, 1507, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 525, 3411, 40053, 6, 1058, 1467, 5705, 2718, 1129, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 26752, 8206, 7680, 21466, 6, 1058, 1467, 5705, 2718, 1238, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 12860, 2202, 25392, 23901, 6, 1058, 1467, 5705, 2718, 2481, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 18982, 1065, 43223, 6, 1058, 1467, 5705, 2718, 1828, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 18982, 1731, 43223, 6, 1058, 1467, 5705, 2718, 1954, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2435, 26961, 6, 1058, 1467, 5705, 2718, 1731, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 76, 541, 13912, 6, 1058, 1467, 5705, 2718, 1495, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 10793, 1472, 1890, 49, 28781, 6, 1058, 1467, 5705, 2718, 2075, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 17497, 46, 690, 5171, 6, 1058, 1467, 5705, 2718, 1983, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 35827, 1890, 3237, 14490, 6, 1058, 1467, 5705, 2718, 2078, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 521, 26407, 10434, 6, 1058, 1467, 5705, 2718, 1959, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 521, 26407, 12915, 6, 1058, 1467, 5705, 2718, 1270, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 9410, 5497, 26407, 10434, 6, 1058, 1467, 5705, 2718, 3132, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 9410, 5497, 26407, 12915, 6, 1058, 1467, 5705, 2718, 2624, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 49343, 30116, 6030, 6, 1058, 1467, 5705, 2718, 2091, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 35827, 30116, 6030, 6, 1058, 1467, 5705, 2718, 2682, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5171, 18453, 35211, 18438, 6944, 19076, 6, 1058, 1467, 5705, 2718, 2327, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5171, 18453, 49026, 13908, 15457, 2247, 6, 1058, 1467, 5705, 2718, 2623, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5171, 18453, 22417, 9218, 37103, 6, 1058, 1467, 5705, 2718, 2718, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39786, 19076, 6, 1058, 1467, 5705, 2718, 2548, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2539, 7248, 6, 1058, 1467, 5705, 2718, 2670, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 16793, 7390, 6, 1058, 1467, 5705, 2718, 1821, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 6738, 36542, 6, 1058, 1467, 5705, 2718, 3901, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 1462, 36542, 6, 1058, 1467, 5705, 2718, 3682, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 7645, 653, 6, 1058, 1467, 5705, 2718, 3559, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 7645, 653, 18743, 278, 6, 1058, 1467, 5705, 2718, 2598, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 69, 4980, 19076, 6, 1058, 1467, 5705, 2718, 2231, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 9688, 13856, 323, 6, 1058, 1467, 5705, 2718, 3510, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 824, 79, 6, 1058, 1467, 5705, 2718, 2857, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 824, 79, 36698, 844, 6, 1058, 1467, 5705, 2718, 2780, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 824, 79, 47546, 6, 1058, 1467, 5705, 2718, 2920, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2860, 6836, 20193, 16516, 6, 1058, 1467, 5705, 2718, 1120, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 85, 18738, 6, 1058, 23378, 3559, 48365, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 22872, 6, 1058, 23378, 3559, 43665, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 271, 1722, 979, 72, 15610, 540, 6, 1058, 23378, 3559, 44550, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 23736, 27453, 34640, 6, 1058, 23378, 3559, 41874, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 18608, 2096, 10462, 19811, 2514, 10019, 20560, 17410, 6, 1058, 23378, 3559, 38172, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 46115, 24728, 3118, 5354, 6, 1058, 23378, 3559, 38219, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 499, 646, 16177, 30457, 1008, 6, 1058, 23378, 3559, 39251, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 15526, 2247, 18947, 47371, 6, 1058, 23378, 3559, 38569, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 17497, 8291, 35600, 19580, 6, 1058, 23378, 3559, 38314, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 17497, 8291, 35600, 30575, 7065, 6, 1058, 1467, 5705, 2718, 1899, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 32225, 2903, 18557, 29046, 16516, 6, 1058, 1467, 5705, 2718, 5333, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 3820, 1008, 6, 1058, 1467, 5705, 2718, 5237, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 17497, 10462, 3757, 2514, 35, 1042, 747, 6, 1058, 1467, 5705, 2718, 5066, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 271, 8777, 6, 1058, 1467, 5705, 2718, 2414, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 12154, 31567, 47238, 6, 1058, 1467, 5705, 2718, 2996, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 40406, 16516, 6, 1058, 1467, 5705, 2718, 2791, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 7217, 29261, 21466, 6, 1058, 1467, 5705, 2718, 3134, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 17497, 19746, 8291, 1756, 6, 1058, 1467, 5705, 2718, 3104, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 17497, 19746, 8291, 653, 13511, 6, 1058, 1467, 5705, 2718, 3388, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 41519, 57, 6, 1058, 1467, 5705, 2718, 2154, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 83, 600, 19076, 6, 1058, 1467, 5705, 2718, 4869, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 13716, 55, 16, 6, 1058, 1467, 5705, 2718, 4761, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 13716, 56, 16, 6, 1058, 1467, 5705, 2718, 4790, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 13716, 55, 17, 6, 1058, 1467, 5705, 2718, 4524, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 13716, 56, 17, 6, 1058, 1467, 5705, 2718, 2425, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 7645, 653, 5376, 6, 1058, 1467, 5705, 2718, 4304, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 7645, 653, 13247, 6, 1058, 1467, 5705, 2718, 3324, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 1177, 634, 30916, 6, 1058, 1467, 5705, 2718, 3695, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 1177, 634, 23106, 6, 1058, 1467, 5705, 2718, 3720, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 20797, 10258, 6, 1058, 1467, 5705, 2718, 1795, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 6978, 6601, 6, 1058, 1467, 5705, 2718, 6659, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 30757, 10258, 6, 1058, 1467, 5705, 2718, 6469, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 30757, 30916, 6, 1058, 1467, 5705, 2718, 5999, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2213, 320, 15235, 10434, 6, 1058, 1467, 5705, 2718, 5705, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2213, 320, 15235, 12915, 6, 1058, 1467, 5705, 2718, 5332, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2213, 320, 15235, 34519, 6, 1058, 1467, 5705, 2718, 4521, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 30757, 13949, 15610, 6, 1058, 1467, 5705, 2718, 5774, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 30757, 13949, 18234, 6, 1058, 1467, 5705, 2718, 3459, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 30757, 44, 2676, 39184, 6, 1058, 1467, 5705, 2718, 4531, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8043, 15988, 26447, 6, 1058, 1467, 5705, 2548, 1558, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8043, 15988, 25526, 515, 6, 1058, 1467, 5705, 2548, 1507, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8043, 21864, 26447, 6, 1058, 1467, 5705, 2548, 1129, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8043, 15988, 11922, 2971, 6, 1058, 1467, 5705, 2548, 1238, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 19276, 396, 540, 19076, 6, 1058, 1467, 5705, 2548, 2481, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 7839, 8206, 48231, 6, 1058, 1467, 5705, 2548, 1828, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 7266, 7839, 8206, 48231, 6, 1058, 1467, 5705, 2548, 1954, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 6649, 485, 37021, 6, 1058, 1467, 5705, 2548, 1731, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2673, 10374, 47863, 6, 1058, 1467, 5705, 2548, 1495, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5239, 48231, 8053, 7449, 12211, 560, 6, 1058, 1467, 5705, 2548, 2075, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8043, 35170, 6, 1058, 1467, 5705, 2548, 1983, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8043, 35170, 17367, 6, 1058, 1467, 5705, 2548, 2078, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8043, 17320, 298, 6, 1058, 1467, 5705, 2548, 1959, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 77, 7287, 3351, 18886, 20491, 6, 1058, 1467, 5705, 2548, 1270, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 17497, 17469, 8291, 653, 6, 1058, 1467, 5705, 2548, 3132, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 17497, 30337, 8291, 653, 6, 1058, 1467, 5705, 2548, 2624, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 17497, 2484, 1144, 20180, 17469, 8291, 653, 6, 1058, 1467, 5705, 2548, 2091, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 17497, 2484, 1144, 20180, 30337, 8291, 653, 6, 1058, 1467, 5705, 2548, 2682, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 17497, 35265, 13615, 8291, 653, 5886, 37796, 6, 1058, 1467, 5705, 2548, 2327, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 17497, 35265, 17469, 8291, 653, 5886, 37796, 6, 1058, 1467, 5705, 2548, 2623, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 29891, 16177, 6, 1058, 1467, 5705, 2548, 2718, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 25558, 7680, 21466, 6, 1058, 1467, 5705, 2548, 2548, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 31943, 21466, 6, 1058, 1467, 5705, 2548, 2670, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 68, 2768, 341, 6, 1058, 1467, 5705, 2548, 1821, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 1069, 9152, 7390, 6, 1058, 1467, 5705, 2548, 3901, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 1069, 9152, 9487, 6, 1058, 1467, 5705, 2548, 3682, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 24717, 2202, 19746, 29261, 6, 1058, 1467, 5705, 2548, 3559, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2673, 5886, 11125, 23381, 21466, 6, 1058, 1467, 5705, 2548, 2598, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 22897, 38296, 19076, 6, 1058, 1467, 5705, 2548, 2231, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 9806, 6690, 658, 6, 1058, 1467, 5705, 2548, 3510, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 23736, 27914, 4863, 6690, 658, 6, 1058, 1467, 5705, 2548, 2857, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5219, 8053, 35320, 1352, 6, 1058, 1467, 5705, 2548, 2780, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 1462, 7390, 6, 1058, 1467, 5705, 2548, 2920, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 6738, 7390, 6, 1058, 1467, 5705, 2548, 1120, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 260, 37393, 6, 1058, 1467, 5705, 2548, 4349, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 35312, 24802, 6, 1058, 1467, 5705, 2548, 4309, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 16793, 5376, 6, 1058, 1467, 5705, 2548, 4310, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 1069, 9152, 5376, 6, 1058, 1467, 5705, 2548, 4051, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 15699, 18743, 6, 1058, 1467, 5705, 2548, 2816, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 17497, 25302, 82, 11964, 10374, 21756, 82, 6, 1058, 1467, 5705, 2548, 3980, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 13376, 10374, 10258, 6, 1058, 1467, 5705, 2548, 3553, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 28341, 7065, 10374, 10258, 6, 1058, 1467, 5705, 2548, 3365, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 11299, 818, 2617, 10434, 6, 1058, 1467, 5705, 2548, 3270, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 11299, 818, 2617, 12915, 6, 1058, 1467, 5705, 2548, 1899, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 11299, 818, 2617, 18819, 6, 1058, 1467, 5705, 2548, 5333, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 11299, 818, 2617, 11028, 6, 1058, 1467, 5705, 2548, 5237, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39231, 19076, 6, 1058, 1467, 5705, 2548, 5066, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39786, 62, 808, 25844, 6, 1058, 1467, 5705, 2548, 2414, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39786, 62, 28665, 25844, 6, 1058, 1467, 5705, 2548, 2996, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 7645, 17660, 55, 6, 1058, 1467, 5705, 2548, 2791, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 7645, 17660, 56, 6, 1058, 1467, 5705, 2548, 3134, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 19738, 540, 7449, 21756, 34189, 1203, 6, 1058, 1467, 5705, 2548, 3104, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 68, 1455, 415, 8206, 23106, 6, 1058, 1467, 5705, 2548, 3388, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 12947, 9218, 34675, 7390, 6, 1058, 1467, 5705, 2548, 2154, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 12947, 9218, 34675, 6, 1058, 1467, 5705, 2548, 4869, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 12947, 9218, 34675, 48181, 33711, 2040, 6, 1058, 1467, 5705, 2548, 4761, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 17497, 8291, 653, 21756, 37, 671, 26054, 6, 1058, 1467, 5705, 2548, 4790, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2502, 37796, 2025, 354, 273, 6, 1058, 1467, 5705, 2548, 4524, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 33723, 51, 600, 6, 1058, 1467, 5705, 2548, 2425, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 33723, 51, 600, 19076, 6, 1058, 1467, 5705, 2548, 4304, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 33723, 21756, 51, 600, 6, 1058, 1467, 5705, 2548, 3324, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 33723, 21756, 51, 600, 19076, 6, 1058, 1467, 5705, 2548, 3695, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38238, 32577, 51, 600, 6, 1058, 1467, 5705, 2548, 3720, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38238, 32577, 51, 600, 19076, 6, 1058, 1467, 5705, 2548, 1795, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 521, 13221, 378, 51, 600, 6, 1058, 1467, 5705, 2548, 6659, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 521, 13221, 378, 51, 600, 19076, 6, 1058, 1467, 5705, 2548, 6469, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 25249, 51, 600, 6, 1058, 1467, 5705, 2548, 5999, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 25249, 51, 600, 19076, 6, 1058, 1467, 5705, 2548, 5705, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 754, 2833, 51, 600, 6, 1058, 1467, 5705, 2548, 5332, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 754, 2833, 51, 600, 19076, 6, 1058, 1467, 5705, 2548, 4521, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 16539, 51, 600, 6, 1058, 1467, 5705, 2548, 5774, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 16539, 51, 600, 19076, 6, 1058, 1467, 5705, 2548, 3459, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 400, 2178, 51, 600, 6, 1058, 1467, 5705, 2548, 4531, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 400, 2178, 51, 600, 19076, 6, 1058, 1467, 5705, 2548, 3829, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 12853, 7282, 929, 10049, 6, 1058, 1467, 5705, 2548, 6420, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 26745, 55, 5376, 6, 1058, 1467, 5705, 2548, 5892, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 26745, 56, 5376, 6, 1058, 1467, 5705, 2548, 6052, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2411, 18934, 680, 25714, 7390, 26858, 6, 1058, 1467, 5705, 2548, 5824, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 40927, 19076, 55, 6, 1058, 1467, 5705, 2548, 3865, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 40927, 19076, 56, 6, 1058, 1467, 5705, 2548, 4846, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2673, 19076, 11649, 25302, 540, 6, 1058, 1467, 5705, 2548, 5607, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2673, 19076, 16742, 25302, 540, 6, 1058, 1467, 5705, 2548, 4089, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2673, 19076, 13908, 18243, 25302, 540, 6, 1058, 1467, 5705, 2548, 2079, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 7645, 653, 15854, 2247, 19076, 6, 1058, 1467, 5705, 2670, 405, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39504, 27991, 38342, 13450, 293, 6, 1058, 1467, 5705, 2670, 486, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 39504, 42369, 605, 13450, 293, 6, 1058, 1467, 5705, 2670, 2999, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47033, 13450, 293, 6, 1058, 1467, 5705, 2670, 3070, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 12947, 7680, 21466, 6, 1058, 1467, 5705, 2670, 3023, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 19836, 19578, 6, 1058, 1467, 5705, 2670, 2713, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2188, 19578, 6, 1058, 1467, 5705, 2670, 3312, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 12947, 19578, 6, 1058, 1467, 5705, 2670, 2998, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 38888, 19578, 6, 1058, 1467, 5705, 2670, 2919, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 41509, 19578, 6, 1058, 1467, 5705, 2670, 2931, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 47811, 295, 25166, 32517, 6, 1058, 1467, 5705, 2670, 940, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 22766, 21756, 6, 1058, 1467, 5705, 2670, 1157, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 46002, 21756, 6, 1058, 1467, 5705, 2670, 1065, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 16539, 10374, 21604, 1800, 21864, 21466, 6, 1058, 1467, 5705, 2670, 1485, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 16539, 10374, 8199, 6815, 21864, 21466, 6, 1058, 1467, 5705, 2670, 1415, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 16539, 10374, 32863, 876, 21864, 21466, 6, 1058, 1467, 5705, 2670, 1314, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 12924, 929, 36, 2768, 341, 6, 1058, 1467, 5705, 2670, 1433, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2673, 10374, 16979, 929, 47863, 6, 1058, 1467, 5705, 2670, 1558, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 41684, 19895, 6, 1058, 1467, 5705, 2670, 1507, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 29332, 9612, 45356, 34888, 6, 1058, 1467, 5705, 2670, 1129, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 17497, 36, 2768, 341, 6, 1058, 1467, 5705, 2670, 1238, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 35681, 25714, 34163, 21745, 39520, 6, 1058, 1467, 5705, 2670, 2481, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 35681, 25714, 34163, 7416, 39520, 6, 1058, 1467, 5705, 2670, 1828, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2118, 46214, 6030, 6, 1058, 1467, 5705, 2670, 1954, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 820, 5189, 20916, 21756, 6, 1058, 1467, 5705, 2670, 1731, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 820, 5189, 20916, 8206, 48231, 6, 1058, 1467, 5705, 2670, 1495, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 25677, 31948, 8206, 48231, 6, 1058, 1467, 5705, 2670, 2075, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 25677, 12393, 5189, 31948, 8206, 48231, 6, 1058, 1467, 5705, 2670, 1983, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 25677, 17688, 8206, 48231, 6, 1058, 1467, 5705, 2670, 2078, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 1941, 8053, 7449, 8206, 48231, 6, 1058, 1467, 5705, 2670, 1959, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 1941, 8053, 17563, 273, 10258, 6, 1058, 1467, 5705, 2670, 1270, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 9948, 9239, 42470, 6, 1058, 1467, 5705, 2670, 3132, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 26243, 653, 16177, 6, 1058, 1467, 5705, 2670, 2624, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2435, 47, 15799, 21466, 6, 1058, 1467, 5705, 2670, 2091, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2435, 47, 15799, 44204, 47863, 6, 1058, 1467, 5705, 2670, 2682, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 25677, 7575, 8206, 48231, 6, 1058, 1467, 5705, 2670, 2327, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 25677, 5840, 47, 76, 8206, 48231, 6, 1058, 1467, 5705, 2670, 2623, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 77, 17024, 42470, 6, 1058, 1467, 5705, 2670, 2718, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 77, 17024, 21756, 10258, 6, 1058, 1467, 5705, 2670, 2548, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 77, 17024, 17563, 273, 10258, 6, 1058, 1467, 5705, 2670, 2670, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 321, 47, 76, 42470, 6, 1058, 1467, 5705, 2670, 1821, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 321, 47, 76, 21756, 10258, 6, 1058, 1467, 5705, 2670, 3901, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 12947, 9218, 34675, 6690, 2360, 653, 40053, 6, 1058, 1467, 5705, 2670, 3682, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 9122, 9704, 51, 600, 6, 1058, 1467, 5705, 2670, 3559, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 9122, 9704, 51, 600, 19076, 6, 1058, 1467, 5705, 2670, 2598, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 12924, 929, 47863, 6, 1058, 1467, 5705, 2670, 2231, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 25981, 5657, 21466, 6, 1058, 1467, 5705, 2670, 3510, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 17497, 2601, 541, 2514, 7975, 1370, 6, 1058, 1467, 5705, 2670, 2857, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 4475, 47, 15799, 44204, 47863, 6, 1058, 1467, 5705, 2670, 2780, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 12860, 8206, 6, 1058, 1467, 5705, 2670, 2920, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 17497, 13615, 8291, 653, 6, 1058, 1467, 5705, 2670, 1120, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 17497, 3041, 9255, 8291, 653, 6, 1058, 1467, 5705, 2670, 4349, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 17497, 2484, 1144, 20180, 13615, 8291, 653, 6, 1058, 1467, 5705, 2670, 4309, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 17497, 2484, 1144, 20180, 3041, 9255, 8291, 653, 6, 1058, 1467, 5705, 2670, 4310, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 411, 2454, 3633, 28875, 3500, 6, 1058, 1467, 5705, 2670, 4051, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 4475, 47, 15799, 19076, 6, 1058, 1467, 5705, 2670, 2816, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2435, 47, 15799, 19076, 6, 1058, 1467, 5705, 2670, 3980, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 1040, 316, 6, 1058, 1467, 5705, 2670, 3553, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 9291, 4561, 4092, 6, 1058, 1467, 5705, 2670, 3365, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 10331, 38816, 26232, 6, 1058, 1467, 5705, 2670, 3270, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 448, 1370, 29495, 6, 1058, 1467, 5705, 2670, 1899, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 11299, 23396, 39, 600, 6, 1058, 1467, 5705, 2670, 5333, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 19315, 6, 1058, 1467, 5705, 2670, 5237, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 17497, 2484, 1144, 36, 3639, 11041, 5886, 10724, 6, 1058, 1467, 5705, 2670, 5066, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 7856, 1580, 6, 1058, 1467, 5705, 2670, 2414, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 7856, 1580, 3152, 5886, 10724, 6, 1058, 1467, 5705, 2670, 2996, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 4131, 1153, 27447, 38077, 6, 1058, 1467, 5705, 2670, 2791, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 20485, 27447, 38077, 6, 1058, 1467, 5705, 2670, 3134, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 28341, 7065, 19578, 6, 1058, 1467, 5705, 2670, 3104, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 28341, 7065, 19746, 11828, 6, 1058, 1467, 5705, 2670, 3388, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8310, 363, 434, 30337, 8291, 653, 6, 1058, 1467, 5705, 2670, 2154, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8310, 363, 434, 17469, 8291, 653, 6, 1058, 1467, 5705, 2670, 4869, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8310, 363, 434, 2484, 1144, 20180, 17469, 8291, 653, 6, 1058, 1467, 5705, 2670, 4761, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8310, 363, 434, 13615, 8291, 653, 6, 1058, 1467, 5705, 2670, 4790, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8310, 363, 434, 2484, 1144, 20180, 13615, 8291, 653, 6, 1058, 1467, 5705, 2670, 4524, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8310, 363, 434, 3041, 9255, 8291, 653, 6, 1058, 1467, 5705, 2670, 2425, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8310, 363, 434, 35265, 17469, 8291, 653, 5886, 37796, 6, 1058, 1467, 5705, 2670, 4304, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8310, 363, 434, 35265, 13615, 8291, 653, 5886, 37796, 6, 1058, 1467, 5705, 2670, 3324, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 33279, 15235, 6601, 6, 1058, 1467, 5705, 2670, 3695, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 30757, 38077, 6, 1058, 1467, 5705, 2670, 3720, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 20797, 38077, 6, 1058, 1467, 5705, 2670, 1795, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 17497, 16516, 8291, 1756, 6, 1058, 1467, 5705, 2670, 6659, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 8043, 37021, 18610, 6, 1058, 1467, 5705, 2670, 6469, 198, 220, 220, 220, 1782, 198, 92, 198, 198, 23060, 25361, 62, 19535, 2606, 7397, 1546, 796, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 366, 1078, 7657, 1298, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 11813, 1298, 1391, 74, 25, 410, 329, 479, 11, 410, 287, 4133, 17816, 35226, 6, 4083, 23814, 3419, 5512, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 259, 4399, 1298, 1391, 85, 25, 479, 329, 479, 11, 410, 287, 4133, 17816, 35226, 6, 4083, 23814, 3419, 92, 198, 220, 220, 220, 220, 220, 220, 220, 8964, 198, 220, 220, 220, 220, 220, 220, 220, 366, 47720, 1298, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 11813, 1298, 1391, 74, 25, 410, 329, 479, 11, 410, 287, 4133, 17816, 7635, 6, 4083, 23814, 3419, 5512, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 259, 4399, 1298, 1391, 85, 25, 479, 329, 479, 11, 410, 287, 4133, 17816, 7635, 6, 4083, 23814, 3419, 92, 198, 220, 220, 220, 220, 220, 220, 220, 1782, 198, 92, 198 ]
2.125189
40,946
import asyncio import logging import logging.handlers import discord from discord.ext import commands, tasks
[ 11748, 30351, 952, 198, 11748, 18931, 198, 11748, 18931, 13, 4993, 8116, 198, 198, 11748, 36446, 198, 6738, 36446, 13, 2302, 1330, 9729, 11, 8861, 628, 198 ]
4.148148
27
from typing import Dict from fastapi import FastAPI, Query from text_similarity.similarity import Texts app = FastAPI() @app.post("/similarity")
[ 6738, 19720, 1330, 360, 713, 198, 198, 6738, 3049, 15042, 1330, 12549, 17614, 11, 43301, 198, 198, 6738, 2420, 62, 38610, 414, 13, 38610, 414, 1330, 8255, 82, 198, 198, 1324, 796, 12549, 17614, 3419, 628, 198, 31, 1324, 13, 7353, 7203, 14, 38610, 414, 4943, 198 ]
3.191489
47
"""Hello World for python.""" a = 3 print(a) print(a, ' helloworld number')
[ 37811, 15496, 2159, 329, 21015, 526, 15931, 198, 64, 796, 513, 198, 4798, 7, 64, 8, 198, 198, 4798, 7, 64, 11, 705, 5968, 322, 1764, 1271, 11537, 198 ]
2.655172
29
import requests from threading import Thread from django.db import connection from django.utils import timezone from .models import Player
[ 11748, 7007, 198, 6738, 4704, 278, 1330, 14122, 198, 198, 6738, 42625, 14208, 13, 9945, 1330, 4637, 198, 6738, 42625, 14208, 13, 26791, 1330, 640, 11340, 198, 198, 6738, 764, 27530, 1330, 7853, 628, 628 ]
4.114286
35
# Copyright 2021 Sony Group Corporation. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. """ Provide data iterator for MNIST examples. """ import argparse import random import os import numpy import struct import zlib import tqdm import numpy as np import csv from imageio import imwrite from nnabla.logger import logger from nnabla.utils.data_iterator import data_iterator from nnabla.utils.data_source import DataSource from nnabla.utils.data_source_loader import download def load_mnist(train=True): """ Load MNIST dataset images and labels from the original page by Yan LeCun or the cache file. Args: train (bool): The testing dataset will be returned if False. Training data has 60000 images, while testing has 10000 images. Returns: numpy.ndarray: A shape of (#images, 1, 28, 28). Values in [0.0, 1.0]. numpy.ndarray: A shape of (#images, 1). Values in {0, 1, ..., 9}. """ if train: image_uri = "https://github.com/zalandoresearch/fashion-mnist/train-images-idx3-ubyte.gz" label_uri = "https://github.com/zalandoresearch/fashion-mnist/train-labels-idx1-ubyte.gz" else: image_uri = ( "https://github.com/zalandoresearch/fashion-mnist/t10k-images-idx3-ubyte.gz" ) label_uri = ( "https://github.com/zalandoresearch/fashion-mnist/t10k-labels-idx1-ubyte.gz" ) logger.info("Getting label data from {}.".format(label_uri)) # With python3 we can write this logic as following, but with # python2, gzip.object does not support file-like object and # urllib.request does not support 'with statement'. # # with request.urlopen(label_uri) as r, gzip.open(r) as f: # _, size = struct.unpack('>II', f.read(8)) # labels = numpy.frombuffer(f.read(), numpy.uint8).reshape(-1, 1) # r = download(label_uri) data = zlib.decompress(r.read(), zlib.MAX_WBITS | 32) _, size = struct.unpack(">II", data[0:8]) labels = numpy.frombuffer(data[8:], numpy.uint8).reshape(-1, 1) r.close() logger.info("Getting label data done.") logger.info("Getting image data from {}.".format(image_uri)) r = download(image_uri) data = zlib.decompress(r.read(), zlib.MAX_WBITS | 32) _, size, height, width = struct.unpack(">IIII", data[0:16]) images = numpy.frombuffer(data[16:], numpy.uint8).reshape( size, 1, height, width) r.close() logger.info("Getting image data done.") return images, labels class FashionMnistDataSource(DataSource): """ Get data directly from MNIST dataset from Internet(yann.lecun.com). """ @property def images(self): """Get copy of whole data with a shape of (N, 1, H, W).""" return self._images.copy() @property def labels(self): """Get copy of whole label with a shape of (N, 1).""" return self._labels.copy() @property def data_iterator_fashion_mnist( batch_size, train=True, rng=None, shuffle=True, with_memory_cache=False, with_file_cache=False, label_shuffle=False, label_shuffle_rate=0.1, ): """ Provide DataIterator with :py:class:`FashionMnistDataSource` with_memory_cache and with_file_cache option's default value is all False, because :py:class:`FashionMnistDataSource` is able to store all data into memory. For example, .. code-block:: python with data_iterator_mnist(True, batch_size) as di: for data in di: SOME CODE TO USE data. """ return data_iterator( FashionMnistDataSource( train=train, shuffle=shuffle, rng=rng, label_shuffle=label_shuffle, label_shuffle_rate=label_shuffle_rate, ), batch_size, rng, with_memory_cache, with_file_cache, ) if __name__ == "__main__": parser = argparse.ArgumentParser() parser.add_argument( "--label_shuffle", action="store_true", help="generate label shuffled dataset" ) parser.add_argument("--seed", type=int, default=0) parser.add_argument("--shuffle_rate", type=float, default=0.1) args = parser.parse_args() set_seed() print("Label Shuffle: ", args.label_shuffle) main()
[ 2, 15069, 33448, 10184, 4912, 10501, 13, 198, 2, 198, 2, 49962, 739, 262, 24843, 13789, 11, 10628, 362, 13, 15, 357, 1169, 366, 34156, 15341, 198, 2, 345, 743, 407, 779, 428, 2393, 2845, 287, 11846, 351, 262, 13789, 13, 198, 2, 921, 743, 7330, 257, 4866, 286, 262, 13789, 379, 198, 2, 198, 2, 220, 220, 220, 220, 2638, 1378, 2503, 13, 43073, 13, 2398, 14, 677, 4541, 14, 43, 2149, 24290, 12, 17, 13, 15, 198, 2, 198, 2, 17486, 2672, 416, 9723, 1099, 393, 4987, 284, 287, 3597, 11, 3788, 198, 2, 9387, 739, 262, 13789, 318, 9387, 319, 281, 366, 1921, 3180, 1, 29809, 1797, 11, 198, 2, 42881, 34764, 11015, 6375, 7102, 49828, 11053, 3963, 15529, 509, 12115, 11, 2035, 4911, 393, 17142, 13, 198, 2, 4091, 262, 13789, 329, 262, 2176, 3303, 15030, 21627, 290, 198, 2, 11247, 739, 262, 13789, 13, 198, 198, 37811, 198, 15946, 485, 1366, 41313, 329, 29060, 8808, 6096, 13, 198, 37811, 198, 11748, 1822, 29572, 198, 11748, 4738, 198, 11748, 28686, 198, 11748, 299, 32152, 198, 11748, 2878, 198, 11748, 1976, 8019, 198, 11748, 256, 80, 36020, 198, 11748, 299, 32152, 355, 45941, 198, 11748, 269, 21370, 198, 198, 6738, 2939, 952, 1330, 545, 13564, 198, 6738, 299, 77, 397, 5031, 13, 6404, 1362, 1330, 49706, 198, 6738, 299, 77, 397, 5031, 13, 26791, 13, 7890, 62, 48727, 1330, 1366, 62, 48727, 198, 6738, 299, 77, 397, 5031, 13, 26791, 13, 7890, 62, 10459, 1330, 6060, 7416, 198, 6738, 299, 77, 397, 5031, 13, 26791, 13, 7890, 62, 10459, 62, 29356, 1330, 4321, 628, 198, 198, 4299, 3440, 62, 10295, 396, 7, 27432, 28, 17821, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 8778, 29060, 8808, 27039, 4263, 290, 14722, 422, 262, 2656, 2443, 416, 10642, 1004, 34, 403, 393, 262, 12940, 2393, 13, 628, 220, 220, 220, 943, 14542, 25, 198, 220, 220, 220, 220, 220, 220, 220, 4512, 357, 30388, 2599, 383, 4856, 27039, 481, 307, 4504, 611, 10352, 13, 13614, 1366, 468, 718, 2388, 4263, 11, 981, 4856, 468, 33028, 4263, 13, 628, 220, 220, 220, 16409, 25, 198, 220, 220, 220, 220, 220, 220, 220, 299, 32152, 13, 358, 18747, 25, 317, 5485, 286, 17426, 17566, 11, 352, 11, 2579, 11, 2579, 737, 27068, 287, 685, 15, 13, 15, 11, 352, 13, 15, 4083, 198, 220, 220, 220, 220, 220, 220, 220, 299, 32152, 13, 358, 18747, 25, 317, 5485, 286, 17426, 17566, 11, 352, 737, 27068, 287, 1391, 15, 11, 352, 11, 2644, 11, 860, 27422, 628, 220, 220, 220, 37227, 198, 220, 220, 220, 611, 4512, 25, 198, 220, 220, 220, 220, 220, 220, 220, 2939, 62, 9900, 796, 366, 5450, 1378, 12567, 13, 785, 14, 89, 282, 392, 382, 12947, 14, 25265, 12, 10295, 396, 14, 27432, 12, 17566, 12, 312, 87, 18, 12, 549, 88, 660, 13, 34586, 1, 198, 220, 220, 220, 220, 220, 220, 220, 6167, 62, 9900, 796, 366, 5450, 1378, 12567, 13, 785, 14, 89, 282, 392, 382, 12947, 14, 25265, 12, 10295, 396, 14, 27432, 12, 23912, 1424, 12, 312, 87, 16, 12, 549, 88, 660, 13, 34586, 1, 198, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 2939, 62, 9900, 796, 357, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 5450, 1378, 12567, 13, 785, 14, 89, 282, 392, 382, 12947, 14, 25265, 12, 10295, 396, 14, 83, 940, 74, 12, 17566, 12, 312, 87, 18, 12, 549, 88, 660, 13, 34586, 1, 198, 220, 220, 220, 220, 220, 220, 220, 1267, 198, 220, 220, 220, 220, 220, 220, 220, 6167, 62, 9900, 796, 357, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 5450, 1378, 12567, 13, 785, 14, 89, 282, 392, 382, 12947, 14, 25265, 12, 10295, 396, 14, 83, 940, 74, 12, 23912, 1424, 12, 312, 87, 16, 12, 549, 88, 660, 13, 34586, 1, 198, 220, 220, 220, 220, 220, 220, 220, 1267, 198, 220, 220, 220, 49706, 13, 10951, 7203, 20570, 6167, 1366, 422, 23884, 526, 13, 18982, 7, 18242, 62, 9900, 4008, 198, 220, 220, 220, 1303, 2080, 21015, 18, 356, 460, 3551, 428, 9156, 355, 1708, 11, 475, 351, 198, 220, 220, 220, 1303, 21015, 17, 11, 308, 13344, 13, 15252, 857, 407, 1104, 2393, 12, 2339, 2134, 290, 198, 220, 220, 220, 1303, 2956, 297, 571, 13, 25927, 857, 407, 1104, 705, 4480, 2643, 4458, 198, 220, 220, 220, 1303, 198, 220, 220, 220, 1303, 220, 220, 351, 2581, 13, 6371, 9654, 7, 18242, 62, 9900, 8, 355, 374, 11, 308, 13344, 13, 9654, 7, 81, 8, 355, 277, 25, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 220, 220, 4808, 11, 2546, 796, 2878, 13, 403, 8002, 10786, 29, 3978, 3256, 277, 13, 961, 7, 23, 4008, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 220, 220, 14722, 796, 299, 32152, 13, 6738, 22252, 7, 69, 13, 961, 22784, 299, 32152, 13, 28611, 23, 737, 3447, 1758, 32590, 16, 11, 352, 8, 198, 220, 220, 220, 1303, 198, 220, 220, 220, 374, 796, 4321, 7, 18242, 62, 9900, 8, 198, 220, 220, 220, 1366, 796, 1976, 8019, 13, 12501, 3361, 601, 7, 81, 13, 961, 22784, 1976, 8019, 13, 22921, 62, 54, 26094, 50, 930, 3933, 8, 198, 220, 220, 220, 4808, 11, 2546, 796, 2878, 13, 403, 8002, 7, 5320, 3978, 1600, 1366, 58, 15, 25, 23, 12962, 198, 220, 220, 220, 14722, 796, 299, 32152, 13, 6738, 22252, 7, 7890, 58, 23, 25, 4357, 299, 32152, 13, 28611, 23, 737, 3447, 1758, 32590, 16, 11, 352, 8, 198, 220, 220, 220, 374, 13, 19836, 3419, 198, 220, 220, 220, 49706, 13, 10951, 7203, 20570, 6167, 1366, 1760, 19570, 628, 220, 220, 220, 49706, 13, 10951, 7203, 20570, 2939, 1366, 422, 23884, 526, 13, 18982, 7, 9060, 62, 9900, 4008, 198, 220, 220, 220, 374, 796, 4321, 7, 9060, 62, 9900, 8, 198, 220, 220, 220, 1366, 796, 1976, 8019, 13, 12501, 3361, 601, 7, 81, 13, 961, 22784, 1976, 8019, 13, 22921, 62, 54, 26094, 50, 930, 3933, 8, 198, 220, 220, 220, 4808, 11, 2546, 11, 6001, 11, 9647, 796, 2878, 13, 403, 8002, 7, 5320, 3978, 3978, 1600, 1366, 58, 15, 25, 1433, 12962, 198, 220, 220, 220, 4263, 796, 299, 32152, 13, 6738, 22252, 7, 7890, 58, 1433, 25, 4357, 299, 32152, 13, 28611, 23, 737, 3447, 1758, 7, 198, 220, 220, 220, 220, 220, 220, 220, 2546, 11, 352, 11, 6001, 11, 9647, 8, 198, 220, 220, 220, 374, 13, 19836, 3419, 198, 220, 220, 220, 49706, 13, 10951, 7203, 20570, 2939, 1366, 1760, 19570, 628, 220, 220, 220, 1441, 4263, 11, 14722, 628, 198, 4871, 30958, 44, 77, 396, 6601, 7416, 7, 6601, 7416, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 3497, 1366, 3264, 422, 29060, 8808, 27039, 422, 4455, 7, 88, 1236, 13, 293, 66, 403, 13, 785, 737, 198, 220, 220, 220, 37227, 628, 220, 220, 220, 2488, 26745, 198, 220, 220, 220, 825, 4263, 7, 944, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 3855, 4866, 286, 2187, 1366, 351, 257, 5485, 286, 357, 45, 11, 352, 11, 367, 11, 370, 21387, 15931, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 2116, 13557, 17566, 13, 30073, 3419, 628, 220, 220, 220, 2488, 26745, 198, 220, 220, 220, 825, 14722, 7, 944, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 3855, 4866, 286, 2187, 6167, 351, 257, 5485, 286, 357, 45, 11, 352, 21387, 15931, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 2116, 13557, 23912, 1424, 13, 30073, 3419, 628, 220, 220, 220, 2488, 26745, 628, 198, 4299, 1366, 62, 48727, 62, 25265, 62, 10295, 396, 7, 198, 220, 220, 220, 15458, 62, 7857, 11, 198, 220, 220, 220, 4512, 28, 17821, 11, 198, 220, 220, 220, 374, 782, 28, 14202, 11, 198, 220, 220, 220, 36273, 28, 17821, 11, 198, 220, 220, 220, 351, 62, 31673, 62, 23870, 28, 25101, 11, 198, 220, 220, 220, 351, 62, 7753, 62, 23870, 28, 25101, 11, 198, 220, 220, 220, 6167, 62, 1477, 18137, 28, 25101, 11, 198, 220, 220, 220, 6167, 62, 1477, 18137, 62, 4873, 28, 15, 13, 16, 11, 198, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 44290, 6060, 37787, 351, 1058, 9078, 25, 4871, 25, 63, 37, 5880, 44, 77, 396, 6601, 7416, 63, 198, 220, 220, 220, 351, 62, 31673, 62, 23870, 290, 351, 62, 7753, 62, 23870, 3038, 338, 4277, 1988, 318, 477, 10352, 11, 198, 220, 220, 220, 780, 1058, 9078, 25, 4871, 25, 63, 37, 5880, 44, 77, 396, 6601, 7416, 63, 318, 1498, 284, 3650, 477, 1366, 656, 4088, 13, 628, 220, 220, 220, 1114, 1672, 11, 628, 220, 220, 220, 11485, 2438, 12, 9967, 3712, 21015, 628, 220, 220, 220, 220, 220, 220, 220, 351, 1366, 62, 48727, 62, 10295, 396, 7, 17821, 11, 15458, 62, 7857, 8, 355, 2566, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 329, 1366, 287, 2566, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 41670, 42714, 5390, 23210, 1366, 13, 628, 220, 220, 220, 37227, 198, 220, 220, 220, 1441, 1366, 62, 48727, 7, 198, 220, 220, 220, 220, 220, 220, 220, 30958, 44, 77, 396, 6601, 7416, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4512, 28, 27432, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 36273, 28, 1477, 18137, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 374, 782, 28, 81, 782, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 62, 1477, 18137, 28, 18242, 62, 1477, 18137, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 62, 1477, 18137, 62, 4873, 28, 18242, 62, 1477, 18137, 62, 4873, 11, 198, 220, 220, 220, 220, 220, 220, 220, 10612, 198, 220, 220, 220, 220, 220, 220, 220, 15458, 62, 7857, 11, 198, 220, 220, 220, 220, 220, 220, 220, 374, 782, 11, 198, 220, 220, 220, 220, 220, 220, 220, 351, 62, 31673, 62, 23870, 11, 198, 220, 220, 220, 220, 220, 220, 220, 351, 62, 7753, 62, 23870, 11, 198, 220, 220, 220, 1267, 628, 628, 198, 361, 11593, 3672, 834, 6624, 366, 834, 12417, 834, 1298, 198, 220, 220, 220, 30751, 796, 1822, 29572, 13, 28100, 1713, 46677, 3419, 198, 220, 220, 220, 30751, 13, 2860, 62, 49140, 7, 198, 220, 220, 220, 220, 220, 220, 220, 366, 438, 18242, 62, 1477, 18137, 1600, 2223, 2625, 8095, 62, 7942, 1600, 1037, 2625, 8612, 378, 6167, 32299, 992, 27039, 1, 198, 220, 220, 220, 1267, 198, 220, 220, 220, 30751, 13, 2860, 62, 49140, 7203, 438, 28826, 1600, 2099, 28, 600, 11, 4277, 28, 15, 8, 198, 220, 220, 220, 30751, 13, 2860, 62, 49140, 7203, 438, 1477, 18137, 62, 4873, 1600, 2099, 28, 22468, 11, 4277, 28, 15, 13, 16, 8, 198, 220, 220, 220, 26498, 796, 30751, 13, 29572, 62, 22046, 3419, 628, 220, 220, 220, 900, 62, 28826, 3419, 198, 220, 220, 220, 3601, 7203, 33986, 911, 18137, 25, 33172, 26498, 13, 18242, 62, 1477, 18137, 8, 198, 220, 220, 220, 1388, 3419, 198 ]
2.525263
1,900
#!/usr/bin/env python # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. import signal __author__ = 'Oscar Eriksson <[email protected]>'
[ 2, 48443, 14629, 14, 8800, 14, 24330, 21015, 198, 198, 2, 49962, 739, 262, 24843, 13789, 11, 10628, 362, 13, 15, 357, 1169, 366, 34156, 15341, 198, 2, 345, 743, 407, 779, 428, 2393, 2845, 287, 11846, 351, 262, 13789, 13, 198, 2, 921, 743, 7330, 257, 4866, 286, 262, 13789, 379, 198, 2, 198, 2, 2638, 1378, 2503, 13, 43073, 13, 2398, 14, 677, 4541, 14, 43, 2149, 24290, 12, 17, 13, 15, 198, 2, 198, 2, 17486, 2672, 416, 9723, 1099, 393, 4987, 284, 287, 3597, 11, 3788, 198, 2, 9387, 739, 262, 13789, 318, 9387, 319, 281, 366, 1921, 3180, 1, 29809, 1797, 11, 198, 2, 42881, 34764, 11015, 6375, 7102, 49828, 11053, 3963, 15529, 509, 12115, 11, 2035, 4911, 393, 17142, 13, 198, 2, 4091, 262, 13789, 329, 262, 2176, 3303, 15030, 21627, 290, 198, 2, 11247, 739, 262, 13789, 13, 198, 198, 11748, 6737, 198, 198, 834, 9800, 834, 796, 705, 46, 13034, 412, 39370, 1559, 1279, 418, 7718, 13, 33442, 591, 31, 14816, 13, 785, 29, 6, 628 ]
3.643678
174
import json from e2e.Libs.BLS import PrivateKey, PublicKey from e2e.Classes.Consensus.DataDifficulty import SignedDataDifficulty from e2e.Classes.Consensus.MeritRemoval import SignedMeritRemoval from e2e.Vectors.Generation.PrototypeChain import PrototypeChain proto: PrototypeChain = PrototypeChain(1, False) blsPrivKey: PrivateKey = PrivateKey(0) blsPubKey: PublicKey = blsPrivKey.toPublicKey() #Create a DataDifficulty. dataDiff: SignedDataDifficulty = SignedDataDifficulty(3, 0) dataDiff.sign(0, blsPrivKey) #Create a conflicting DataDifficulty with the same nonce. dataDiffConflicting: SignedDataDifficulty = SignedDataDifficulty(1, 0) dataDiffConflicting.sign(0, blsPrivKey) #Create a MeritRemoval out of the two of them. mr1: SignedMeritRemoval = SignedMeritRemoval(dataDiff, dataDiffConflicting) proto.add(elements=[dataDiff, dataDiffConflicting]) #Create two more DataDifficulties with a different nonce. dataDiff = SignedDataDifficulty(3, 1) dataDiff.sign(0, blsPrivKey) dataDiffConflicting = SignedDataDifficulty(1, 1) dataDiffConflicting.sign(0, blsPrivKey) #Create another MeritRemoval out of these two. mr2: SignedMeritRemoval = SignedMeritRemoval(dataDiff, dataDiffConflicting) with open("e2e/Vectors/Consensus/MeritRemoval/Multiple.json", "w") as vectors: vectors.write(json.dumps({ "blockchain": proto.toJSON(), "removals": [mr1.toSignedJSON(), mr2.toSignedJSON()] }))
[ 11748, 33918, 198, 198, 6738, 304, 17, 68, 13, 25835, 82, 13, 33, 6561, 1330, 15348, 9218, 11, 5094, 9218, 198, 198, 6738, 304, 17, 68, 13, 9487, 274, 13, 9444, 7314, 13, 6601, 28813, 22402, 1330, 36215, 6601, 28813, 22402, 198, 6738, 304, 17, 68, 13, 9487, 274, 13, 9444, 7314, 13, 21583, 8413, 8325, 1330, 36215, 21583, 8413, 8325, 198, 198, 6738, 304, 17, 68, 13, 53, 478, 669, 13, 8645, 341, 13, 19703, 8690, 35491, 1330, 48954, 35491, 198, 198, 1676, 1462, 25, 48954, 35491, 796, 48954, 35491, 7, 16, 11, 10352, 8, 198, 198, 2436, 82, 20184, 9218, 25, 15348, 9218, 796, 15348, 9218, 7, 15, 8, 198, 2436, 82, 14876, 9218, 25, 5094, 9218, 796, 698, 82, 20184, 9218, 13, 1462, 15202, 9218, 3419, 198, 198, 2, 16447, 257, 6060, 28813, 22402, 13, 198, 7890, 28813, 25, 36215, 6601, 28813, 22402, 796, 36215, 6601, 28813, 22402, 7, 18, 11, 657, 8, 198, 7890, 28813, 13, 12683, 7, 15, 11, 698, 82, 20184, 9218, 8, 198, 198, 2, 16447, 257, 24916, 6060, 28813, 22402, 351, 262, 976, 1729, 344, 13, 198, 7890, 28813, 18546, 677, 889, 25, 36215, 6601, 28813, 22402, 796, 36215, 6601, 28813, 22402, 7, 16, 11, 657, 8, 198, 7890, 28813, 18546, 677, 889, 13, 12683, 7, 15, 11, 698, 82, 20184, 9218, 8, 198, 198, 2, 16447, 257, 4638, 270, 8413, 8325, 503, 286, 262, 734, 286, 606, 13, 198, 43395, 16, 25, 36215, 21583, 8413, 8325, 796, 36215, 21583, 8413, 8325, 7, 7890, 28813, 11, 1366, 28813, 18546, 677, 889, 8, 198, 1676, 1462, 13, 2860, 7, 68, 3639, 41888, 7890, 28813, 11, 1366, 28813, 18546, 677, 889, 12962, 198, 198, 2, 16447, 734, 517, 6060, 28813, 2249, 444, 351, 257, 1180, 1729, 344, 13, 198, 7890, 28813, 796, 36215, 6601, 28813, 22402, 7, 18, 11, 352, 8, 198, 7890, 28813, 13, 12683, 7, 15, 11, 698, 82, 20184, 9218, 8, 198, 7890, 28813, 18546, 677, 889, 796, 36215, 6601, 28813, 22402, 7, 16, 11, 352, 8, 198, 7890, 28813, 18546, 677, 889, 13, 12683, 7, 15, 11, 698, 82, 20184, 9218, 8, 198, 198, 2, 16447, 1194, 4638, 270, 8413, 8325, 503, 286, 777, 734, 13, 198, 43395, 17, 25, 36215, 21583, 8413, 8325, 796, 36215, 21583, 8413, 8325, 7, 7890, 28813, 11, 1366, 28813, 18546, 677, 889, 8, 198, 198, 4480, 1280, 7203, 68, 17, 68, 14, 53, 478, 669, 14, 9444, 7314, 14, 21583, 8413, 8325, 14, 31217, 13, 17752, 1600, 366, 86, 4943, 355, 30104, 25, 198, 220, 30104, 13, 13564, 7, 17752, 13, 67, 8142, 15090, 198, 220, 220, 220, 366, 9967, 7983, 1298, 44876, 13, 1462, 40386, 22784, 198, 220, 220, 220, 366, 2787, 709, 874, 1298, 685, 43395, 16, 13, 1462, 50, 3916, 40386, 22784, 285, 81, 17, 13, 1462, 50, 3916, 40386, 3419, 60, 198, 220, 1782, 4008, 198 ]
2.957983
476
import pathlib import sys import pytest from relion._parser.processgraph import ProcessGraph from relion._parser.processnode import ProcessNode from relion._parser.relion_pipeline import RelionPipeline @pytest.fixture @pytest.fixture @pytest.fixture @pytest.fixture @pytest.fixture @pytest.mark.skipif(sys.platform == "win32", reason="does not run on windows")
[ 11748, 3108, 8019, 198, 11748, 25064, 198, 198, 11748, 12972, 9288, 198, 198, 6738, 823, 295, 13557, 48610, 13, 14681, 34960, 1330, 10854, 37065, 198, 6738, 823, 295, 13557, 48610, 13, 14681, 17440, 1330, 10854, 19667, 198, 6738, 823, 295, 13557, 48610, 13, 2411, 295, 62, 79, 541, 4470, 1330, 4718, 295, 47, 541, 4470, 628, 198, 31, 9078, 9288, 13, 69, 9602, 628, 198, 31, 9078, 9288, 13, 69, 9602, 628, 198, 31, 9078, 9288, 13, 69, 9602, 628, 198, 31, 9078, 9288, 13, 69, 9602, 628, 198, 31, 9078, 9288, 13, 69, 9602, 628, 628, 628, 628, 198, 198, 31, 9078, 9288, 13, 4102, 13, 48267, 361, 7, 17597, 13, 24254, 6624, 366, 5404, 2624, 1600, 1738, 2625, 22437, 407, 1057, 319, 9168, 4943, 198 ]
3.007874
127
from django.contrib import admin from django.urls import path from .views import blog urlpatterns = [ path('', blog, name='blog'), ]
[ 6738, 42625, 14208, 13, 3642, 822, 1330, 13169, 198, 6738, 42625, 14208, 13, 6371, 82, 1330, 3108, 198, 6738, 764, 33571, 1330, 4130, 628, 198, 6371, 33279, 82, 796, 685, 198, 220, 220, 220, 3108, 10786, 3256, 4130, 11, 1438, 11639, 14036, 33809, 198, 60, 198 ]
3.021739
46
#!/usr/bin/env python # encoding: utf-8 """ @version: 0.0 @author: hailang @Email: [email protected] @software: PyCharm @file: snake_env.py @time: 2018/6/21 15:45 """ import numpy as np import gym from gym.spaces import Discrete if __name__ == '__main__': s = SnakeEnv(10,[10])
[ 2, 48443, 14629, 14, 8800, 14, 24330, 21015, 198, 2, 21004, 25, 3384, 69, 12, 23, 628, 198, 37811, 198, 31, 9641, 25, 657, 13, 15, 198, 31, 9800, 25, 32405, 648, 198, 31, 15333, 25, 384, 993, 603, 648, 31, 14816, 13, 785, 198, 31, 43776, 25, 9485, 1925, 1670, 198, 31, 7753, 25, 17522, 62, 24330, 13, 9078, 198, 31, 2435, 25, 2864, 14, 21, 14, 2481, 1315, 25, 2231, 198, 37811, 198, 198, 11748, 299, 32152, 355, 45941, 198, 11748, 11550, 198, 6738, 11550, 13, 2777, 2114, 1330, 8444, 8374, 198, 198, 361, 11593, 3672, 834, 6624, 705, 834, 12417, 834, 10354, 198, 220, 220, 220, 264, 796, 16705, 4834, 85, 7, 940, 17414, 940, 12962 ]
2.420168
119
n1 = int(input('Digite um número: ')) print(f'O dobro do número {n1} é {n1*2} o seu triplo {n1*3} e sua raiz quadrada é {n1**(1/2)}')
[ 77, 16, 796, 493, 7, 15414, 10786, 19511, 578, 23781, 299, 21356, 647, 78, 25, 705, 4008, 198, 4798, 7, 69, 6, 46, 466, 7957, 466, 299, 21356, 647, 78, 1391, 77, 16, 92, 38251, 1391, 77, 16, 9, 17, 92, 267, 384, 84, 1333, 489, 78, 1391, 77, 16, 9, 18, 92, 304, 424, 64, 2179, 528, 15094, 81, 4763, 38251, 1391, 77, 16, 1174, 7, 16, 14, 17, 38165, 11537, 198 ]
1.835616
73
#!/usr/bin/python import HistGen_py import numpy myHist = [100, 300, 300, 700, 900, 600, 400, 200, 300, 100] myBins = ["infrared", "red", "orange", "yellow", "sour", "green", "teal", "blue", "violet", "ultraviolet"] myTest = HistGen_py.HistGen(myHist) for i in range(0,10): index = myTest.genIndex(numpy.random.randint(0, high=numpy.iinfo(numpy.uint64).max, dtype='uint64')) while index == len(myHist): index = myTest.genIndex(numpy.random.randint(0, high=numpy.iinfo(numpy.uint64).max, dtype='uint64')) print(myBins[index])
[ 2, 48443, 14629, 14, 8800, 14, 29412, 198, 198, 11748, 5590, 13746, 62, 9078, 198, 11748, 299, 32152, 198, 198, 1820, 13749, 796, 685, 3064, 11, 5867, 11, 5867, 11, 13037, 11, 15897, 11, 10053, 11, 7337, 11, 939, 11, 5867, 11, 1802, 60, 198, 1820, 33, 1040, 796, 14631, 10745, 25122, 1600, 366, 445, 1600, 366, 43745, 1600, 366, 36022, 1600, 366, 82, 454, 1600, 366, 14809, 1600, 366, 660, 282, 1600, 366, 17585, 1600, 366, 85, 19194, 1600, 366, 586, 44223, 8973, 198, 1820, 14402, 796, 5590, 13746, 62, 9078, 13, 13749, 13746, 7, 1820, 13749, 8, 198, 198, 1640, 1312, 287, 2837, 7, 15, 11, 940, 2599, 198, 197, 9630, 796, 616, 14402, 13, 5235, 15732, 7, 77, 32152, 13, 25120, 13, 25192, 600, 7, 15, 11, 1029, 28, 77, 32152, 13, 72, 10951, 7, 77, 32152, 13, 28611, 2414, 737, 9806, 11, 288, 4906, 11639, 28611, 2414, 6, 4008, 198, 197, 4514, 6376, 6624, 18896, 7, 1820, 13749, 2599, 198, 197, 197, 9630, 796, 616, 14402, 13, 5235, 15732, 7, 77, 32152, 13, 25120, 13, 25192, 600, 7, 15, 11, 1029, 28, 77, 32152, 13, 72, 10951, 7, 77, 32152, 13, 28611, 2414, 737, 9806, 11, 288, 4906, 11639, 28611, 2414, 6, 4008, 198, 197, 4798, 7, 1820, 33, 1040, 58, 9630, 12962 ]
2.451613
217
""" C DLLs ====== :Author: Caterina Urban """ from ctypes import util, CDLL libc = CDLL(util.find_library('c')) libapron = CDLL('libapron.so') libgmp = CDLL(util.find_library('gmp')) libmpfr = CDLL(util.find_library('mpfr'))
[ 37811, 198, 34, 360, 3069, 82, 198, 50155, 198, 198, 25, 13838, 25, 40742, 1437, 14665, 198, 37811, 198, 6738, 269, 19199, 1330, 7736, 11, 6458, 3069, 198, 198, 8019, 66, 796, 6458, 3069, 7, 22602, 13, 19796, 62, 32016, 10786, 66, 6, 4008, 198, 198, 8019, 499, 1313, 796, 6458, 3069, 10786, 8019, 499, 1313, 13, 568, 11537, 198, 198, 8019, 70, 3149, 796, 6458, 3069, 7, 22602, 13, 19796, 62, 32016, 10786, 70, 3149, 6, 4008, 198, 8019, 3149, 8310, 796, 6458, 3069, 7, 22602, 13, 19796, 62, 32016, 10786, 3149, 8310, 6, 4008, 198 ]
2.360825
97
##__________________________________________________________________|| import collections ##__________________________________________________________________|| EventBuilderConfig = collections.namedtuple( 'EventBuilderConfig', 'base component' ) # base is for roottree.EventBuilderConfig ##__________________________________________________________________||
[ 2235, 27193, 834, 15886, 198, 11748, 17268, 198, 198, 2235, 27193, 834, 15886, 198, 9237, 32875, 16934, 796, 17268, 13, 13190, 83, 29291, 7, 198, 220, 220, 220, 705, 9237, 32875, 16934, 3256, 198, 220, 220, 220, 705, 8692, 7515, 6, 198, 8, 198, 198, 2, 2779, 318, 329, 686, 1252, 631, 13, 9237, 32875, 16934, 198, 198, 2235, 27193, 834, 15886, 198 ]
5.888889
63
import asyncio import logging from dataclasses import dataclass from typing import Optional from kafka import KafkaConsumer from kafka.errors import KafkaError from laksyt.config.config import Config from laksyt.entities.kafka.consumer import get_kafka_consumer from laksyt.entities.kafka.schedule import Schedule, get_schedule from laksyt.entities.report import HealthReport logger = logging.getLogger(__name__) @dataclass class KafkaMessage: """Represents the offset&bytes pair that is Kafka message""" offset: int raw_bytes: bytes class KafkaPoller: """Wrapper around KafkaConsumer that continuously polls for messages and reports any errors along the way without breaking its stride """ def __init__( self, schedule: Schedule, kafka_consumer: KafkaConsumer ): """Uses polling schedule and KafkaConsumer""" self._schedule = schedule self._kafka_consumer = kafka_consumer def __aiter__(self): """Makes poller instances asynchronously iterable""" return self.poll_continuously() async def poll_continuously(self): """Exposes continuous polling function as an asynchronous generator""" while True: yield self._poll_once() await asyncio.sleep(self._schedule.delay) def _poll_once(self) -> Optional[list[HealthReport]]: """Does one synchronous poll and deserializes polled messages, if any, into HealthReports """ batch = self._do_poll() return self._deserialize_batch(batch) def _do_poll(self) -> Optional[list[KafkaMessage]]: """Polls next limited batch of reports from Kafka, with timeout, then commits offsets and returns flat list of Kafka messages If polling or parsing fails, None is returned. For empty batches, an empty list is returned. """ try: raw_messages = self._kafka_consumer.poll( timeout_ms=self._schedule.timeout * 1000, max_records=self._schedule.max_records ) except KafkaError: logger.exception("Failed to poll for messages due to Kafka error") return None try: self._kafka_consumer.commit() except KafkaError: logger.exception("Failed to commit topic offset due to Kafka error") return self._parse_messages(raw_messages) @staticmethod def _parse_messages(raw_messages: Optional[dict]) \ -> Optional[list[KafkaMessage]]: """Extracts flat list of Kafka messages from Kafka's output If given raw data cannot be parsed, an error is logged, then None is returned. If a batch has no messages, an empty list is returned. """ result = None try: result = [ KafkaMessage(message.offset, message.value) for _, messages in raw_messages.items() for message in messages ] except AttributeError: logger.exception( f"Failed to parse Kafka messages; dropping: {raw_messages}" ) return result def _deserialize_batch(self, batch: Optional[list[KafkaMessage]]) \ -> Optional[list[HealthReport]]: """Deserializes Kafka offset/message pairs and reports batch status""" if batch is None: return None # polling errors reported where encountered reports = [] if not batch: logger.info("Received empty batch of reports") # valid case return reports for message in batch: report = self._deserialize_report(message) if report is not None: reports.append(report) logger.info(f"Received {report}") if not reports: logger.error( f"Failed to deserialize any of {len(batch)} Kafka messages" " in latest batch" ) elif len(reports) != len(batch): logger.error( f"Failed to deserialize {len(batch) - len(reports)}" f" out of {len(batch)} Kafka messages in latest batch" ) else: logger.info(f"Received batch of {len(reports)} reports") return reports @staticmethod def _deserialize_report(message: KafkaMessage) -> Optional[HealthReport]: """Deserializes Kafka message to HealthReport""" offset, raw_bytes = message.offset, message.raw_bytes report = None try: report = HealthReport.deserialize(raw_bytes) except StopIteration: # deserialization fails with this exception logger.error( # stack trace is more or less useless, so just error f"Failed to deserialize Kafka message [offset: {offset}," f" bytes: {raw_bytes}]; dropping" ) return report def get_kafka_poller(config: Config) -> KafkaPoller: """Extracts and validates Kafka consumer parameters from the application config file for the active profile, then constructs and returns the poller object """ return KafkaPoller( get_schedule(config), get_kafka_consumer(config) )
[ 11748, 30351, 952, 198, 11748, 18931, 198, 6738, 4818, 330, 28958, 1330, 4818, 330, 31172, 198, 6738, 19720, 1330, 32233, 198, 198, 6738, 479, 1878, 4914, 1330, 46906, 49106, 198, 6738, 479, 1878, 4914, 13, 48277, 1330, 46906, 12331, 198, 198, 6738, 300, 461, 1837, 83, 13, 11250, 13, 11250, 1330, 17056, 198, 6738, 300, 461, 1837, 83, 13, 298, 871, 13, 74, 1878, 4914, 13, 49827, 1330, 651, 62, 74, 1878, 4914, 62, 49827, 198, 6738, 300, 461, 1837, 83, 13, 298, 871, 13, 74, 1878, 4914, 13, 15952, 5950, 1330, 19281, 11, 651, 62, 15952, 5950, 198, 6738, 300, 461, 1837, 83, 13, 298, 871, 13, 13116, 1330, 3893, 19100, 198, 198, 6404, 1362, 796, 18931, 13, 1136, 11187, 1362, 7, 834, 3672, 834, 8, 628, 198, 31, 19608, 330, 31172, 198, 4871, 46906, 12837, 25, 198, 220, 220, 220, 37227, 6207, 6629, 262, 11677, 5, 33661, 5166, 326, 318, 46906, 3275, 37811, 198, 220, 220, 220, 11677, 25, 493, 198, 220, 220, 220, 8246, 62, 33661, 25, 9881, 628, 198, 4871, 46906, 39176, 263, 25, 198, 220, 220, 220, 37227, 36918, 2848, 1088, 46906, 49106, 326, 17282, 9231, 329, 6218, 290, 198, 220, 220, 220, 3136, 597, 8563, 1863, 262, 835, 1231, 7163, 663, 33769, 198, 220, 220, 220, 37227, 628, 220, 220, 220, 825, 11593, 15003, 834, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7269, 25, 19281, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 479, 1878, 4914, 62, 49827, 25, 46906, 49106, 198, 220, 220, 220, 15179, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 5842, 274, 13985, 7269, 290, 46906, 49106, 37811, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13557, 15952, 5950, 796, 7269, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13557, 74, 1878, 4914, 62, 49827, 796, 479, 1878, 4914, 62, 49827, 628, 220, 220, 220, 825, 11593, 64, 2676, 834, 7, 944, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 44, 1124, 3278, 263, 10245, 355, 24871, 3481, 11629, 540, 37811, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 2116, 13, 30393, 62, 18487, 24987, 3419, 628, 220, 220, 220, 30351, 825, 3278, 62, 18487, 24987, 7, 944, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 3109, 4832, 12948, 13985, 2163, 355, 281, 39354, 17301, 37811, 198, 220, 220, 220, 220, 220, 220, 220, 981, 6407, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7800, 2116, 13557, 30393, 62, 27078, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 25507, 30351, 952, 13, 42832, 7, 944, 13557, 15952, 5950, 13, 40850, 8, 628, 220, 220, 220, 825, 4808, 30393, 62, 27078, 7, 944, 8, 4613, 32233, 58, 4868, 58, 18081, 19100, 60, 5974, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 13921, 530, 18305, 516, 3278, 290, 748, 48499, 4340, 37698, 6218, 11, 611, 597, 11, 198, 220, 220, 220, 220, 220, 220, 220, 656, 3893, 37844, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 15458, 796, 2116, 13557, 4598, 62, 30393, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 2116, 13557, 8906, 48499, 1096, 62, 43501, 7, 43501, 8, 628, 220, 220, 220, 825, 4808, 4598, 62, 30393, 7, 944, 8, 4613, 32233, 58, 4868, 58, 42, 1878, 4914, 12837, 60, 5974, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 47, 33421, 1306, 3614, 15458, 286, 3136, 422, 46906, 11, 351, 26827, 11, 788, 198, 220, 220, 220, 220, 220, 220, 220, 23463, 49005, 290, 5860, 6228, 1351, 286, 46906, 6218, 628, 220, 220, 220, 220, 220, 220, 220, 1002, 13985, 393, 32096, 10143, 11, 6045, 318, 4504, 13, 1114, 6565, 37830, 11, 281, 198, 220, 220, 220, 220, 220, 220, 220, 6565, 1351, 318, 4504, 13, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 8246, 62, 37348, 1095, 796, 2116, 13557, 74, 1878, 4914, 62, 49827, 13, 30393, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 26827, 62, 907, 28, 944, 13557, 15952, 5950, 13, 48678, 1635, 8576, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3509, 62, 8344, 3669, 28, 944, 13557, 15952, 5950, 13, 9806, 62, 8344, 3669, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 198, 220, 220, 220, 220, 220, 220, 220, 2845, 46906, 12331, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 49706, 13, 1069, 4516, 7203, 37, 6255, 284, 3278, 329, 6218, 2233, 284, 46906, 4049, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 6045, 198, 220, 220, 220, 220, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13557, 74, 1878, 4914, 62, 49827, 13, 41509, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 2845, 46906, 12331, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 49706, 13, 1069, 4516, 7203, 37, 6255, 284, 4589, 7243, 11677, 2233, 284, 46906, 4049, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 2116, 13557, 29572, 62, 37348, 1095, 7, 1831, 62, 37348, 1095, 8, 628, 220, 220, 220, 2488, 12708, 24396, 198, 220, 220, 220, 825, 4808, 29572, 62, 37348, 1095, 7, 1831, 62, 37348, 1095, 25, 32233, 58, 11600, 12962, 3467, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4613, 32233, 58, 4868, 58, 42, 1878, 4914, 12837, 60, 5974, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 11627, 974, 82, 6228, 1351, 286, 46906, 6218, 422, 46906, 338, 5072, 628, 220, 220, 220, 220, 220, 220, 220, 1002, 1813, 8246, 1366, 2314, 307, 44267, 11, 281, 4049, 318, 18832, 11, 788, 6045, 318, 198, 220, 220, 220, 220, 220, 220, 220, 4504, 13, 1002, 257, 15458, 468, 645, 6218, 11, 281, 6565, 1351, 318, 4504, 13, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 1255, 796, 6045, 198, 220, 220, 220, 220, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1255, 796, 685, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 46906, 12837, 7, 20500, 13, 28968, 11, 3275, 13, 8367, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 329, 4808, 11, 6218, 287, 8246, 62, 37348, 1095, 13, 23814, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 329, 3275, 287, 6218, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2361, 198, 220, 220, 220, 220, 220, 220, 220, 2845, 3460, 4163, 12331, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 49706, 13, 1069, 4516, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 277, 1, 37, 6255, 284, 21136, 46906, 6218, 26, 12047, 25, 1391, 1831, 62, 37348, 1095, 36786, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 1255, 628, 220, 220, 220, 825, 4808, 8906, 48499, 1096, 62, 43501, 7, 944, 11, 15458, 25, 32233, 58, 4868, 58, 42, 1878, 4914, 12837, 11907, 8, 3467, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4613, 32233, 58, 4868, 58, 18081, 19100, 60, 5974, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 5960, 48499, 4340, 46906, 11677, 14, 20500, 14729, 290, 3136, 15458, 3722, 37811, 198, 220, 220, 220, 220, 220, 220, 220, 611, 15458, 318, 6045, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 6045, 220, 1303, 13985, 8563, 2098, 810, 12956, 198, 220, 220, 220, 220, 220, 220, 220, 3136, 796, 17635, 198, 220, 220, 220, 220, 220, 220, 220, 611, 407, 15458, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 49706, 13, 10951, 7203, 3041, 6471, 6565, 15458, 286, 3136, 4943, 220, 1303, 4938, 1339, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 3136, 198, 220, 220, 220, 220, 220, 220, 220, 329, 3275, 287, 15458, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 989, 796, 2116, 13557, 8906, 48499, 1096, 62, 13116, 7, 20500, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 989, 318, 407, 6045, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3136, 13, 33295, 7, 13116, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 49706, 13, 10951, 7, 69, 1, 3041, 6471, 1391, 13116, 92, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 611, 407, 3136, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 49706, 13, 18224, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 277, 1, 37, 6255, 284, 748, 48499, 1096, 597, 286, 1391, 11925, 7, 43501, 38165, 46906, 6218, 1, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 287, 3452, 15458, 1, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 198, 220, 220, 220, 220, 220, 220, 220, 1288, 361, 18896, 7, 48922, 8, 14512, 18896, 7, 43501, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 49706, 13, 18224, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 277, 1, 37, 6255, 284, 748, 48499, 1096, 1391, 11925, 7, 43501, 8, 532, 18896, 7, 48922, 8, 36786, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 277, 1, 503, 286, 1391, 11925, 7, 43501, 38165, 46906, 6218, 287, 3452, 15458, 1, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 198, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 49706, 13, 10951, 7, 69, 1, 3041, 6471, 15458, 286, 1391, 11925, 7, 48922, 38165, 3136, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 3136, 628, 220, 220, 220, 2488, 12708, 24396, 198, 220, 220, 220, 825, 4808, 8906, 48499, 1096, 62, 13116, 7, 20500, 25, 46906, 12837, 8, 4613, 32233, 58, 18081, 19100, 5974, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 5960, 48499, 4340, 46906, 3275, 284, 3893, 19100, 37811, 198, 220, 220, 220, 220, 220, 220, 220, 11677, 11, 8246, 62, 33661, 796, 3275, 13, 28968, 11, 3275, 13, 1831, 62, 33661, 198, 220, 220, 220, 220, 220, 220, 220, 989, 796, 6045, 198, 220, 220, 220, 220, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 989, 796, 3893, 19100, 13, 8906, 48499, 1096, 7, 1831, 62, 33661, 8, 198, 220, 220, 220, 220, 220, 220, 220, 2845, 13707, 29993, 341, 25, 220, 1303, 748, 48499, 1634, 10143, 351, 428, 6631, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 49706, 13, 18224, 7, 220, 1303, 8931, 12854, 318, 517, 393, 1342, 13894, 11, 523, 655, 4049, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 277, 1, 37, 6255, 284, 748, 48499, 1096, 46906, 3275, 685, 28968, 25, 1391, 28968, 9063, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 277, 1, 9881, 25, 1391, 1831, 62, 33661, 92, 11208, 12047, 1, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 989, 628, 198, 4299, 651, 62, 74, 1878, 4914, 62, 30393, 263, 7, 11250, 25, 17056, 8, 4613, 46906, 39176, 263, 25, 198, 220, 220, 220, 37227, 11627, 974, 82, 290, 4938, 689, 46906, 7172, 10007, 422, 262, 3586, 198, 220, 220, 220, 4566, 2393, 329, 262, 4075, 7034, 11, 788, 34175, 290, 5860, 262, 198, 220, 220, 220, 3278, 263, 2134, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 1441, 46906, 39176, 263, 7, 198, 220, 220, 220, 220, 220, 220, 220, 651, 62, 15952, 5950, 7, 11250, 828, 198, 220, 220, 220, 220, 220, 220, 220, 651, 62, 74, 1878, 4914, 62, 49827, 7, 11250, 8, 198, 220, 220, 220, 1267, 198 ]
2.445215
2,163
from django.apps import AppConfig
[ 6738, 42625, 14208, 13, 18211, 1330, 2034, 16934, 628 ]
3.888889
9
"""Initializer class to prepare training""" import json from torch.utils.data import DataLoader from mvrss.utils.paths import Paths from mvrss.loaders.dataset import Carrada from mvrss.loaders.dataloaders import SequenceCarradaDataset class Initializer: """Class to prepare training model PARAMETERS ---------- cfg: dict Configuration file used for train/test """ def get_data(self): """Return parameters of the training""" return self._structure_data()
[ 37811, 24243, 7509, 1398, 284, 8335, 3047, 37811, 198, 11748, 33918, 198, 6738, 28034, 13, 26791, 13, 7890, 1330, 6060, 17401, 198, 198, 6738, 285, 37020, 824, 13, 26791, 13, 6978, 82, 1330, 10644, 82, 198, 6738, 285, 37020, 824, 13, 2220, 364, 13, 19608, 292, 316, 1330, 20765, 4763, 198, 6738, 285, 37020, 824, 13, 2220, 364, 13, 67, 10254, 1170, 364, 1330, 45835, 34, 3258, 4763, 27354, 292, 316, 628, 198, 4871, 20768, 7509, 25, 198, 220, 220, 220, 37227, 9487, 284, 8335, 3047, 2746, 628, 220, 220, 220, 29463, 2390, 2767, 4877, 198, 220, 220, 220, 24200, 438, 198, 220, 220, 220, 30218, 70, 25, 8633, 198, 220, 220, 220, 220, 220, 220, 220, 28373, 2393, 973, 329, 4512, 14, 9288, 198, 220, 220, 220, 37227, 628, 220, 220, 220, 825, 651, 62, 7890, 7, 944, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 13615, 10007, 286, 262, 3047, 37811, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 2116, 13557, 301, 5620, 62, 7890, 3419, 198 ]
2.947674
172
# # Copyright (c) 2015 Red Hat # Licensed under The MIT License (MIT) # http://opensource.org/licenses/MIT # import json from django.dispatch import receiver from django.db.models.signals import post_save from . import models from pdc.apps.component import signals as component_signals from pdc.apps.component import models as component_models @receiver(post_save, sender=component_models.ReleaseComponent) def component_post_save_handler(sender, instance, **kwargs): """Create or delete OSBS record after component is saved. """ if instance.type.has_osbs and not hasattr(instance, 'osbs'): models.OSBSRecord.objects.create(component=instance) elif not instance.type.has_osbs and hasattr(instance, 'osbs'): models.OSBSRecord.objects.get(component=instance).delete() @receiver(post_save, sender=component_models.ReleaseComponentType) def type_post_save_handler(sender, instance, **kwargs): """Create records for all components if their type now has OSBS. If the has_osbs has been set to True, this call will take quite a lot of time. """ if instance.has_osbs: models.OSBSRecord.objects.bulk_create( [models.OSBSRecord(component=c) for c in instance.release_components.filter(osbs__isnull=True)] ) else: models.OSBSRecord.objects.filter(component__type=instance).delete() @receiver(component_signals.releasecomponent_clone)
[ 2, 198, 2, 15069, 357, 66, 8, 1853, 2297, 10983, 198, 2, 49962, 739, 383, 17168, 13789, 357, 36393, 8, 198, 2, 2638, 1378, 44813, 1668, 13, 2398, 14, 677, 4541, 14, 36393, 198, 2, 198, 11748, 33918, 198, 198, 6738, 42625, 14208, 13, 6381, 17147, 1330, 9733, 198, 6738, 42625, 14208, 13, 9945, 13, 27530, 13, 12683, 874, 1330, 1281, 62, 21928, 198, 198, 6738, 764, 1330, 4981, 198, 6738, 279, 17896, 13, 18211, 13, 42895, 1330, 10425, 355, 7515, 62, 12683, 874, 198, 6738, 279, 17896, 13, 18211, 13, 42895, 1330, 4981, 355, 7515, 62, 27530, 628, 198, 31, 260, 39729, 7, 7353, 62, 21928, 11, 29788, 28, 42895, 62, 27530, 13, 26362, 21950, 8, 198, 4299, 7515, 62, 7353, 62, 21928, 62, 30281, 7, 82, 2194, 11, 4554, 11, 12429, 46265, 22046, 2599, 198, 220, 220, 220, 37227, 16447, 393, 12233, 7294, 4462, 1700, 706, 7515, 318, 7448, 13, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 611, 4554, 13, 4906, 13, 10134, 62, 418, 1443, 290, 407, 468, 35226, 7, 39098, 11, 705, 418, 1443, 6, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 4981, 13, 2640, 4462, 23739, 13, 48205, 13, 17953, 7, 42895, 28, 39098, 8, 198, 220, 220, 220, 1288, 361, 407, 4554, 13, 4906, 13, 10134, 62, 418, 1443, 290, 468, 35226, 7, 39098, 11, 705, 418, 1443, 6, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 4981, 13, 2640, 4462, 23739, 13, 48205, 13, 1136, 7, 42895, 28, 39098, 737, 33678, 3419, 628, 198, 31, 260, 39729, 7, 7353, 62, 21928, 11, 29788, 28, 42895, 62, 27530, 13, 26362, 21950, 6030, 8, 198, 4299, 2099, 62, 7353, 62, 21928, 62, 30281, 7, 82, 2194, 11, 4554, 11, 12429, 46265, 22046, 2599, 198, 220, 220, 220, 37227, 16447, 4406, 329, 477, 6805, 611, 511, 2099, 783, 468, 7294, 4462, 13, 628, 220, 220, 220, 1002, 262, 468, 62, 418, 1443, 468, 587, 900, 284, 6407, 11, 428, 869, 481, 1011, 2407, 257, 1256, 286, 198, 220, 220, 220, 640, 13, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 611, 4554, 13, 10134, 62, 418, 1443, 25, 198, 220, 220, 220, 220, 220, 220, 220, 4981, 13, 2640, 4462, 23739, 13, 48205, 13, 65, 12171, 62, 17953, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 685, 27530, 13, 2640, 4462, 23739, 7, 42895, 28, 66, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 329, 269, 287, 4554, 13, 20979, 62, 5589, 3906, 13, 24455, 7, 418, 1443, 834, 271, 8423, 28, 17821, 15437, 198, 220, 220, 220, 220, 220, 220, 220, 1267, 198, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 4981, 13, 2640, 4462, 23739, 13, 48205, 13, 24455, 7, 42895, 834, 4906, 28, 39098, 737, 33678, 3419, 628, 198, 31, 260, 39729, 7, 42895, 62, 12683, 874, 13, 20979, 42895, 62, 21018, 8, 198 ]
2.912779
493
import os def read_file(filename): """Read the contents of a file in the tests directory.""" root_dir = os.path.dirname(os.path.realpath(__file__)) with open(os.path.join(root_dir, filename), 'r') as f: return f.read()
[ 11748, 28686, 628, 198, 4299, 1100, 62, 7753, 7, 34345, 2599, 198, 220, 220, 220, 37227, 5569, 262, 10154, 286, 257, 2393, 287, 262, 5254, 8619, 526, 15931, 198, 220, 220, 220, 6808, 62, 15908, 796, 28686, 13, 6978, 13, 15908, 3672, 7, 418, 13, 6978, 13, 5305, 6978, 7, 834, 7753, 834, 4008, 198, 220, 220, 220, 351, 1280, 7, 418, 13, 6978, 13, 22179, 7, 15763, 62, 15908, 11, 29472, 828, 705, 81, 11537, 355, 277, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 277, 13, 961, 3419, 198 ]
2.591398
93
import os import json from itertools import product import numpy as np from PIL import Image from os import walk import cv2 from detectron2 import model_zoo from detectron2.config import get_cfg from detectron2.data import DatasetCatalog from detectron2.data import MetadataCatalog from detectron2.data.datasets import register_coco_instances from detectron2.engine import DefaultPredictor from detectron2.utils.visualizer import ColorMode from detectron2.utils.visualizer import Visualizer OUTPUT_IMAGE_EXTENSION = '.png' INPUT_DIR = 'raw_images' OUTPUT_DIR = 'processed_images' # All this should better be refactored into a class def segment_image_into_tiles( filename, tile_dimensions = (None, None), dir_in = "", dir_out = "", ext = OUTPUT_IMAGE_EXTENSION, save_tiles=True): """ Segments an image into tiles. :param filename: The name of the image file to segment. :type filename: str :param dir_in: The directory containing the image file. :type dir_in: str :param dir_out: The directory to save the tiles to. :type dir_out: str :param ext: The extension of the image file. :type ext: str :param tile_dimensions: The dimensions of the tiles. :type tile_dimensions: tuple :param save_tiles: Whether or not to save the tiles. :type save_tiles: bool """ tiles = dict() name, _ = os.path.splitext(filename) img = Image.open(os.path.join(dir_in, filename)) img_w, img_h = img.size tile_w = tile_dimensions[0] if tile_dimensions[0] is not None else img_w tile_h = tile_dimensions[1] if tile_dimensions[1] is not None else img_h grid = product(range(0, img_h-img_h%tile_h, tile_h), range(0, img_w-img_w%tile_w, tile_w)) for i, j in grid: box = (j, i, j+tile_w, i+tile_h) out = os.path.join(dir_out, f'{name}_{i}_{j}{ext}') tile = img.crop(box) if save_tiles: tile.save(out) tiles[out] = tile return tiles if __name__ == '__main__': import argparse parser = argparse.ArgumentParser(description='Hold detection') parser.add_argument('images_path', type=str, default='', help='The input wall image file') parser.add_argument('model_path', type=str, default='', help='climbnet model weights') parser.add_argument('tile_width', type=int, default=0, help='Tile width') parser.add_argument('tile_height', type=int, default=0, help='Tile height') parser.add_argument('combine_results', type=bool, default=False, help='Mix results of split detection and overall detection') args = parser.parse_args() f = [] for (dirpath, dirnames, filenames) in walk(args.images_path): f.extend(filenames) break main(f, args.model_path, args.tile_width, args.tile_height, args.combine_results) # sample run: # > python .\extract_holds.py raw_images ..\model_weights\model_d2_R_50_FPN_3x.pth 0 600 False
[ 11748, 28686, 198, 11748, 33918, 198, 6738, 340, 861, 10141, 1330, 1720, 198, 11748, 299, 32152, 355, 45941, 198, 6738, 350, 4146, 1330, 7412, 198, 6738, 28686, 1330, 2513, 628, 198, 11748, 269, 85, 17, 198, 6738, 4886, 1313, 17, 1330, 2746, 62, 89, 2238, 198, 6738, 4886, 1313, 17, 13, 11250, 1330, 651, 62, 37581, 198, 6738, 4886, 1313, 17, 13, 7890, 1330, 16092, 292, 316, 49015, 198, 6738, 4886, 1313, 17, 13, 7890, 1330, 3395, 14706, 49015, 198, 6738, 4886, 1313, 17, 13, 7890, 13, 19608, 292, 1039, 1330, 7881, 62, 66, 25634, 62, 8625, 1817, 198, 6738, 4886, 1313, 17, 13, 18392, 1330, 15161, 47, 17407, 273, 198, 6738, 4886, 1313, 17, 13, 26791, 13, 41464, 7509, 1330, 5315, 19076, 198, 6738, 4886, 1313, 17, 13, 26791, 13, 41464, 7509, 1330, 15612, 7509, 198, 198, 2606, 7250, 3843, 62, 3955, 11879, 62, 13918, 16938, 2849, 796, 45302, 11134, 6, 198, 1268, 30076, 62, 34720, 796, 705, 1831, 62, 17566, 6, 198, 2606, 7250, 3843, 62, 34720, 796, 705, 14681, 276, 62, 17566, 6, 198, 198, 2, 1439, 428, 815, 1365, 307, 1006, 529, 1850, 656, 257, 1398, 198, 198, 4299, 10618, 62, 9060, 62, 20424, 62, 83, 2915, 7, 198, 220, 220, 220, 29472, 11, 198, 220, 220, 220, 17763, 62, 27740, 5736, 796, 357, 14202, 11, 6045, 828, 198, 220, 220, 220, 26672, 62, 259, 796, 366, 1600, 198, 220, 220, 220, 26672, 62, 448, 796, 366, 1600, 198, 220, 220, 220, 1070, 796, 16289, 30076, 62, 3955, 11879, 62, 13918, 16938, 2849, 11, 198, 220, 220, 220, 3613, 62, 83, 2915, 28, 17821, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 1001, 11726, 281, 2939, 656, 19867, 13, 628, 220, 220, 220, 1058, 17143, 29472, 25, 383, 1438, 286, 262, 2939, 2393, 284, 10618, 13, 198, 220, 220, 220, 1058, 4906, 29472, 25, 965, 198, 220, 220, 220, 1058, 17143, 26672, 62, 259, 25, 383, 8619, 7268, 262, 2939, 2393, 13, 198, 220, 220, 220, 1058, 4906, 26672, 62, 259, 25, 965, 198, 220, 220, 220, 1058, 17143, 26672, 62, 448, 25, 383, 8619, 284, 3613, 262, 19867, 284, 13, 198, 220, 220, 220, 1058, 4906, 26672, 62, 448, 25, 965, 198, 220, 220, 220, 1058, 17143, 1070, 25, 383, 7552, 286, 262, 2939, 2393, 13, 198, 220, 220, 220, 1058, 4906, 1070, 25, 965, 198, 220, 220, 220, 1058, 17143, 17763, 62, 27740, 5736, 25, 383, 15225, 286, 262, 19867, 13, 198, 220, 220, 220, 1058, 4906, 17763, 62, 27740, 5736, 25, 46545, 198, 220, 220, 220, 1058, 17143, 3613, 62, 83, 2915, 25, 10127, 393, 407, 284, 3613, 262, 19867, 13, 198, 220, 220, 220, 1058, 4906, 3613, 62, 83, 2915, 25, 20512, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 19867, 796, 8633, 3419, 198, 220, 220, 220, 1438, 11, 4808, 796, 28686, 13, 6978, 13, 22018, 578, 742, 7, 34345, 8, 198, 220, 220, 220, 33705, 796, 7412, 13, 9654, 7, 418, 13, 6978, 13, 22179, 7, 15908, 62, 259, 11, 29472, 4008, 198, 220, 220, 220, 33705, 62, 86, 11, 33705, 62, 71, 796, 33705, 13, 7857, 198, 220, 220, 220, 17763, 62, 86, 796, 17763, 62, 27740, 5736, 58, 15, 60, 611, 17763, 62, 27740, 5736, 58, 15, 60, 318, 407, 6045, 2073, 33705, 62, 86, 198, 220, 220, 220, 17763, 62, 71, 796, 17763, 62, 27740, 5736, 58, 16, 60, 611, 17763, 62, 27740, 5736, 58, 16, 60, 318, 407, 6045, 2073, 33705, 62, 71, 198, 220, 220, 220, 10706, 796, 1720, 7, 9521, 7, 15, 11, 33705, 62, 71, 12, 9600, 62, 71, 4, 40927, 62, 71, 11, 17763, 62, 71, 828, 2837, 7, 15, 11, 33705, 62, 86, 12, 9600, 62, 86, 4, 40927, 62, 86, 11, 17763, 62, 86, 4008, 198, 220, 220, 220, 329, 1312, 11, 474, 287, 10706, 25, 198, 220, 220, 220, 220, 220, 220, 220, 3091, 796, 357, 73, 11, 1312, 11, 474, 10, 40927, 62, 86, 11, 1312, 10, 40927, 62, 71, 8, 198, 220, 220, 220, 220, 220, 220, 220, 503, 796, 28686, 13, 6978, 13, 22179, 7, 15908, 62, 448, 11, 277, 6, 90, 3672, 92, 23330, 72, 92, 23330, 73, 18477, 2302, 92, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 17763, 796, 33705, 13, 31476, 7, 3524, 8, 198, 220, 220, 220, 220, 220, 220, 220, 611, 3613, 62, 83, 2915, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 17763, 13, 21928, 7, 448, 8, 198, 220, 220, 220, 220, 220, 220, 220, 19867, 58, 448, 60, 796, 17763, 220, 198, 220, 220, 220, 1441, 19867, 628, 198, 361, 11593, 3672, 834, 6624, 705, 834, 12417, 834, 10354, 198, 220, 220, 220, 1330, 1822, 29572, 198, 220, 220, 220, 220, 198, 220, 220, 220, 30751, 796, 1822, 29572, 13, 28100, 1713, 46677, 7, 11213, 11639, 26807, 13326, 11537, 198, 220, 220, 220, 220, 198, 220, 220, 220, 30751, 13, 2860, 62, 49140, 10786, 17566, 62, 6978, 3256, 2099, 28, 2536, 11, 4277, 11639, 3256, 1037, 11639, 464, 5128, 3355, 2939, 2393, 11537, 198, 220, 220, 220, 30751, 13, 2860, 62, 49140, 10786, 19849, 62, 6978, 3256, 2099, 28, 2536, 11, 4277, 11639, 3256, 1037, 11639, 565, 14107, 3262, 2746, 19590, 11537, 198, 220, 220, 220, 30751, 13, 2860, 62, 49140, 10786, 40927, 62, 10394, 3256, 2099, 28, 600, 11, 4277, 28, 15, 11, 1037, 11639, 35103, 9647, 11537, 198, 220, 220, 220, 30751, 13, 2860, 62, 49140, 10786, 40927, 62, 17015, 3256, 2099, 28, 600, 11, 4277, 28, 15, 11, 1037, 11639, 35103, 6001, 11537, 198, 220, 220, 220, 30751, 13, 2860, 62, 49140, 10786, 24011, 500, 62, 43420, 3256, 2099, 28, 30388, 11, 4277, 28, 25101, 11, 1037, 11639, 35608, 2482, 286, 6626, 13326, 290, 4045, 13326, 11537, 198, 220, 220, 220, 220, 198, 220, 220, 220, 26498, 796, 30751, 13, 29572, 62, 22046, 3419, 628, 198, 220, 220, 220, 277, 796, 17635, 198, 220, 220, 220, 329, 357, 15908, 6978, 11, 26672, 14933, 11, 1226, 268, 1047, 8, 287, 2513, 7, 22046, 13, 17566, 62, 6978, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 277, 13, 2302, 437, 7, 10379, 268, 1047, 8, 198, 220, 220, 220, 220, 220, 220, 220, 2270, 628, 220, 220, 220, 1388, 7, 69, 11, 26498, 13, 19849, 62, 6978, 11, 26498, 13, 40927, 62, 10394, 11, 26498, 13, 40927, 62, 17015, 11, 26498, 13, 24011, 500, 62, 43420, 8, 198, 198, 2, 6291, 1057, 25, 198, 2, 1875, 21015, 764, 59, 2302, 974, 62, 2946, 82, 13, 9078, 8246, 62, 17566, 11485, 59, 19849, 62, 43775, 59, 19849, 62, 67, 17, 62, 49, 62, 1120, 62, 5837, 45, 62, 18, 87, 13, 79, 400, 657, 10053, 10352 ]
2.622878
1,119
from django.views.generic.detail import DetailView from django.views.generic.list import ListView from django.views.generic.edit import CreateView, UpdateView, DeleteView from django.utils.decorators import method_decorator from django.contrib.auth.decorators import login_required from django.core.urlresolvers import reverse_lazy from django_tables2 import SingleTableView, RequestConfig from .models import SkosConcept, SkosConceptScheme, SkosLabel from .forms import SkosConceptForm, SkosConceptSchemeForm, SkosLabelForm, GenericFilterFormHelper from .tables import SkosConceptTable from .filters import SkosConceptFilter ##################################################### # ConceptScheme ##################################################### ################################################### # SkosLabel ###################################################
[ 6738, 42625, 14208, 13, 33571, 13, 41357, 13, 49170, 1330, 42585, 7680, 198, 6738, 42625, 14208, 13, 33571, 13, 41357, 13, 4868, 1330, 7343, 7680, 198, 6738, 42625, 14208, 13, 33571, 13, 41357, 13, 19312, 1330, 13610, 7680, 11, 10133, 7680, 11, 23520, 7680, 198, 6738, 42625, 14208, 13, 26791, 13, 12501, 273, 2024, 1330, 2446, 62, 12501, 273, 1352, 198, 6738, 42625, 14208, 13, 3642, 822, 13, 18439, 13, 12501, 273, 2024, 1330, 17594, 62, 35827, 198, 6738, 42625, 14208, 13, 7295, 13, 6371, 411, 349, 690, 1330, 9575, 62, 75, 12582, 198, 6738, 42625, 14208, 62, 83, 2977, 17, 1330, 14206, 10962, 7680, 11, 19390, 16934, 198, 6738, 764, 27530, 1330, 3661, 418, 3103, 984, 11, 3661, 418, 3103, 984, 27054, 1326, 11, 3661, 418, 33986, 198, 6738, 764, 23914, 1330, 3661, 418, 3103, 984, 8479, 11, 3661, 418, 3103, 984, 27054, 1326, 8479, 11, 3661, 418, 33986, 8479, 11, 42044, 22417, 8479, 47429, 198, 6738, 764, 83, 2977, 1330, 3661, 418, 3103, 984, 10962, 198, 6738, 764, 10379, 1010, 1330, 3661, 418, 3103, 984, 22417, 628, 628, 628, 628, 198, 198, 29113, 14468, 4242, 2, 198, 2, 220, 220, 26097, 27054, 1326, 198, 29113, 14468, 4242, 2, 628, 628, 628, 198, 29113, 14468, 21017, 198, 2, 3661, 418, 33986, 198, 29113, 14468, 21017, 628, 628, 198 ]
4.050228
219
from mongoengine import connect from config import Config from db.models.subscriptions import Subscriptions
[ 6738, 285, 25162, 18392, 1330, 2018, 198, 6738, 4566, 1330, 17056, 198, 6738, 20613, 13, 27530, 13, 7266, 12048, 507, 1330, 3834, 12048, 507, 198 ]
4.32
25
from ray.rllib.models.tf.tf_modelv2 import TFModelV2 from ray.rllib.models.tf.fcnet_v2 import FullyConnectedNetwork from ray.rllib.models import Model # deprecated and should not be used. class CustomModel_1(Model): """ Sample custom model with LSTM. Still working but deprecated and should not be used. Need to update this class. see: https://ray.readthedocs.io/en/latest/rllib-models.html """ """ def _build_layers_v2(self, input_dict, num_outputs, options): hidden = 512 cell_size = 256 #S = input_dict["obs"] S = tf.layers.flatten(input_dict["obs"]) with tf.variable_scope(tf.VariableScope(tf.AUTO_REUSE, "shared"), reuse=tf.AUTO_REUSE, auxiliary_name_scope=False): last_layer = tf.layers.dense(S, hidden, activation=tf.nn.relu, name="fc1") last_layer = tf.layers.dense(last_layer, hidden, activation=tf.nn.relu, name="fc2") last_layer = tf.layers.dense(last_layer, hidden, activation=tf.nn.relu, name="fc3") last_layer = self._lstm(last_layer, cell_size) output = tf.layers.dense(last_layer, num_outputs, activation=tf.nn.softmax, name="mu") return output, last_layer """
[ 6738, 26842, 13, 81, 297, 571, 13, 27530, 13, 27110, 13, 27110, 62, 19849, 85, 17, 1330, 24958, 17633, 53, 17, 198, 6738, 26842, 13, 81, 297, 571, 13, 27530, 13, 27110, 13, 16072, 3262, 62, 85, 17, 1330, 40234, 13313, 276, 26245, 198, 6738, 26842, 13, 81, 297, 571, 13, 27530, 1330, 9104, 220, 1303, 39224, 290, 815, 407, 307, 973, 13, 198, 198, 4871, 8562, 17633, 62, 16, 7, 17633, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 27565, 2183, 2746, 351, 406, 2257, 44, 13, 628, 220, 220, 220, 7831, 1762, 475, 39224, 290, 815, 407, 307, 973, 13, 198, 220, 220, 220, 10664, 284, 4296, 428, 1398, 13, 198, 220, 220, 220, 766, 25, 3740, 1378, 2433, 13, 961, 83, 704, 420, 82, 13, 952, 14, 268, 14, 42861, 14, 81, 297, 571, 12, 27530, 13, 6494, 198, 220, 220, 220, 37227, 628, 220, 220, 220, 37227, 198, 220, 220, 220, 825, 4808, 11249, 62, 75, 6962, 62, 85, 17, 7, 944, 11, 5128, 62, 11600, 11, 997, 62, 22915, 82, 11, 3689, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 7104, 796, 22243, 198, 220, 220, 220, 220, 220, 220, 220, 2685, 62, 7857, 796, 17759, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 50, 796, 5128, 62, 11600, 14692, 8158, 8973, 198, 220, 220, 220, 220, 220, 220, 220, 311, 796, 48700, 13, 75, 6962, 13, 2704, 41769, 7, 15414, 62, 11600, 14692, 8158, 8973, 8, 198, 220, 220, 220, 220, 220, 220, 220, 351, 48700, 13, 45286, 62, 29982, 7, 27110, 13, 43015, 43642, 7, 27110, 13, 39371, 46, 62, 2200, 19108, 11, 366, 28710, 12340, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 32349, 28, 27110, 13, 39371, 46, 62, 2200, 19108, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 37419, 62, 3672, 62, 29982, 28, 25101, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 938, 62, 29289, 796, 48700, 13, 75, 6962, 13, 67, 1072, 7, 50, 11, 7104, 11, 14916, 28, 27110, 13, 20471, 13, 260, 2290, 11, 1438, 2625, 16072, 16, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 938, 62, 29289, 796, 48700, 13, 75, 6962, 13, 67, 1072, 7, 12957, 62, 29289, 11, 7104, 11, 14916, 28, 27110, 13, 20471, 13, 260, 2290, 11, 1438, 2625, 16072, 17, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 938, 62, 29289, 796, 48700, 13, 75, 6962, 13, 67, 1072, 7, 12957, 62, 29289, 11, 7104, 11, 14916, 28, 27110, 13, 20471, 13, 260, 2290, 11, 1438, 2625, 16072, 18, 4943, 628, 220, 220, 220, 220, 220, 220, 220, 938, 62, 29289, 796, 2116, 13557, 75, 301, 76, 7, 12957, 62, 29289, 11, 2685, 62, 7857, 8, 628, 220, 220, 220, 220, 220, 220, 220, 5072, 796, 48700, 13, 75, 6962, 13, 67, 1072, 7, 12957, 62, 29289, 11, 997, 62, 22915, 82, 11, 14916, 28, 27110, 13, 20471, 13, 4215, 9806, 11, 1438, 2625, 30300, 4943, 628, 220, 220, 220, 220, 220, 220, 220, 1441, 5072, 11, 938, 62, 29289, 198, 220, 220, 220, 37227, 198 ]
2.254867
565
from django.conf import settings from django.db.models import options from django.db.models.signals import class_prepared, pre_init options.DEFAULT_NAMES = options.DEFAULT_NAMES + ('db_prefix',) pre_init.connect(model_prefix) class_prepared.connect(model_prefix)
[ 6738, 42625, 14208, 13, 10414, 1330, 6460, 198, 6738, 42625, 14208, 13, 9945, 13, 27530, 1330, 3689, 198, 6738, 42625, 14208, 13, 9945, 13, 27530, 13, 12683, 874, 1330, 1398, 62, 3866, 29190, 11, 662, 62, 15003, 198, 198, 25811, 13, 7206, 38865, 62, 45, 29559, 796, 3689, 13, 7206, 38865, 62, 45, 29559, 1343, 19203, 9945, 62, 40290, 3256, 8, 628, 198, 198, 3866, 62, 15003, 13, 8443, 7, 19849, 62, 40290, 8, 198, 4871, 62, 3866, 29190, 13, 8443, 7, 19849, 62, 40290, 8, 198 ]
3.068966
87
import clodius.tiles.time_interval as hgti import os.path as op
[ 11748, 537, 375, 3754, 13, 83, 2915, 13, 2435, 62, 3849, 2100, 355, 289, 13655, 72, 198, 11748, 28686, 13, 6978, 355, 1034, 628 ]
2.708333
24
# Generated by Django 2.1.11 on 2020-01-02 18:56 from django.db import migrations, models import qatrack.qatrack_core.fields
[ 2, 2980, 515, 416, 37770, 362, 13, 16, 13, 1157, 319, 12131, 12, 486, 12, 2999, 1248, 25, 3980, 198, 198, 6738, 42625, 14208, 13, 9945, 1330, 15720, 602, 11, 4981, 198, 198, 11748, 10662, 265, 39638, 13, 80, 265, 39638, 62, 7295, 13, 25747, 628 ]
2.782609
46
from pynput.keyboard import Key, Controller import time keyboard = Controller() try: while 1: time.sleep(3) keyboard.press(Key.alt) keyboard.press(Key.f4) except KeyboardInterrupt: pass
[ 6738, 279, 2047, 1996, 13, 2539, 3526, 1330, 7383, 11, 22741, 198, 11748, 640, 198, 198, 2539, 3526, 796, 22741, 3419, 198, 28311, 25, 198, 220, 220, 220, 981, 352, 25, 198, 220, 220, 220, 220, 220, 220, 220, 640, 13, 42832, 7, 18, 8, 198, 220, 220, 220, 220, 220, 220, 220, 10586, 13, 8439, 7, 9218, 13, 2501, 8, 198, 220, 220, 220, 220, 220, 220, 220, 10586, 13, 8439, 7, 9218, 13, 69, 19, 8, 198, 16341, 31973, 9492, 3622, 25, 198, 220, 220, 220, 1208, 198 ]
2.433333
90
from __future__ import absolute_import from __future__ import unicode_literals from __future__ import print_function from __future__ import division from future import standard_library standard_library.install_aliases() from celery import Celery app = Celery("hysds") app.config_from_object("celeryconfig") if __name__ == "__main__": app.start()
[ 6738, 11593, 37443, 834, 1330, 4112, 62, 11748, 198, 6738, 11593, 37443, 834, 1330, 28000, 1098, 62, 17201, 874, 198, 6738, 11593, 37443, 834, 1330, 3601, 62, 8818, 198, 6738, 11593, 37443, 834, 1330, 7297, 198, 198, 6738, 2003, 1330, 3210, 62, 32016, 198, 198, 20307, 62, 32016, 13, 17350, 62, 7344, 1386, 3419, 198, 6738, 18725, 1924, 1330, 15248, 1924, 628, 198, 1324, 796, 15248, 1924, 7203, 71, 893, 9310, 4943, 198, 1324, 13, 11250, 62, 6738, 62, 15252, 7203, 7015, 88, 11250, 4943, 628, 198, 361, 11593, 3672, 834, 6624, 366, 834, 12417, 834, 1298, 198, 220, 220, 220, 598, 13, 9688, 3419, 198 ]
3.358491
106
from .msisdn_header import *
[ 198, 6738, 764, 907, 9409, 77, 62, 25677, 1330, 1635, 198 ]
2.727273
11
from functools import wraps from werkzeug.exceptions import BadRequest from flask import request, jsonify
[ 6738, 1257, 310, 10141, 1330, 27521, 198, 6738, 266, 9587, 2736, 1018, 13, 1069, 11755, 1330, 7772, 18453, 198, 6738, 42903, 1330, 2581, 11, 33918, 1958, 628, 198 ]
3.857143
28
from functools import partial from pathlib import Path import librosa import numpy as np import soundfile as sf import toml import torch from torch.nn import functional from torch.utils.data import DataLoader from tqdm import tqdm from audio_zen.acoustics.feature import stft, istft from audio_zen.utils import initialize_module, prepare_device, prepare_empty_dir if __name__ == '__main__': ipt = torch.rand(10, 1, 257, 100) opt = BaseInferencer._unfold_along_time(ipt, 30) print(opt.shape)
[ 6738, 1257, 310, 10141, 1330, 13027, 198, 6738, 3108, 8019, 1330, 10644, 198, 198, 11748, 9195, 4951, 64, 198, 11748, 299, 32152, 355, 45941, 198, 11748, 2128, 7753, 355, 264, 69, 198, 11748, 284, 4029, 198, 11748, 28034, 198, 6738, 28034, 13, 20471, 1330, 10345, 198, 6738, 28034, 13, 26791, 13, 7890, 1330, 6060, 17401, 198, 6738, 256, 80, 36020, 1330, 256, 80, 36020, 198, 198, 6738, 6597, 62, 4801, 13, 330, 23968, 873, 13, 30053, 1330, 336, 701, 11, 318, 83, 701, 198, 6738, 6597, 62, 4801, 13, 26791, 1330, 41216, 62, 21412, 11, 8335, 62, 25202, 11, 8335, 62, 28920, 62, 15908, 628, 198, 361, 11593, 3672, 834, 6624, 705, 834, 12417, 834, 10354, 198, 220, 220, 220, 1312, 457, 796, 28034, 13, 25192, 7, 940, 11, 352, 11, 36100, 11, 1802, 8, 198, 220, 220, 220, 2172, 796, 7308, 18943, 14226, 2189, 13557, 403, 11379, 62, 24176, 62, 2435, 7, 10257, 11, 1542, 8, 198, 220, 220, 220, 3601, 7, 8738, 13, 43358, 8 ]
3.02994
167
#!/usr/bin/env python import rospy import sys import unittest import threading from turtlesim.msg import Pose from geometry_msgs.msg import Twist from skiros2_skill.ros.skill_layer_interface import SkillLayerInterface PKG = 'integration_tests' NAME = 'test_integration_tm' ## A sample python unit test if __name__ == '__main__': import rostest rostest.rosrun(PKG, NAME, 'test_skiros2.SuiteTest', sys.argv)
[ 2, 48443, 14629, 14, 8800, 14, 24330, 21015, 198, 11748, 686, 2777, 88, 198, 198, 11748, 25064, 198, 11748, 555, 715, 395, 198, 11748, 4704, 278, 198, 6738, 36288, 320, 13, 19662, 1330, 37557, 198, 6738, 22939, 62, 907, 14542, 13, 19662, 1330, 44088, 198, 6738, 19984, 4951, 17, 62, 42401, 13, 4951, 13, 42401, 62, 29289, 62, 39994, 1330, 16023, 49925, 39317, 198, 198, 40492, 38, 796, 705, 18908, 1358, 62, 41989, 6, 198, 20608, 796, 705, 9288, 62, 18908, 1358, 62, 17209, 6, 198, 198, 2235, 317, 6291, 21015, 4326, 1332, 628, 628, 198, 361, 11593, 3672, 834, 6624, 705, 834, 12417, 834, 10354, 198, 220, 220, 220, 1330, 686, 301, 395, 198, 220, 220, 220, 686, 301, 395, 13, 4951, 5143, 7, 40492, 38, 11, 36751, 11, 705, 9288, 62, 20545, 4951, 17, 13, 5606, 578, 14402, 3256, 25064, 13, 853, 85, 8, 198 ]
2.863946
147
from ocpmodels.preprocessing import AtomsToGraphs from ocpmodels.datasets import SinglePointLmdbDataset, TrajectoryLmdbDataset import ase.io from ase.build import bulk from ase.build import fcc100, add_adsorbate, molecule from ase.constraints import FixAtoms from ase.calculators.emt import EMT from ase.optimize import BFGS import matplotlib.pyplot as plt import lmdb import pickle from tqdm import tqdm import torch import os import glob import re import logging import shutil ADS_DL_LINK = "https://dl.fbaipublicfiles.com/opencatalystproject/data/per_adsorbate_is2res/" if __name__ == '__main__': import argparse parser = argparse.ArgumentParser() parser.add_argument('--root_dir', type=str, default="adsorbate-data") args = parser.parse_args() process_adsorbates(args.root_dir)
[ 6738, 267, 66, 4426, 375, 1424, 13, 3866, 36948, 1330, 1629, 3150, 2514, 37065, 82, 198, 6738, 267, 66, 4426, 375, 1424, 13, 19608, 292, 1039, 1330, 14206, 12727, 43, 9132, 65, 27354, 292, 316, 11, 4759, 752, 652, 43, 9132, 65, 27354, 292, 316, 198, 11748, 257, 325, 13, 952, 198, 6738, 257, 325, 13, 11249, 1330, 11963, 198, 6738, 257, 325, 13, 11249, 1330, 277, 535, 3064, 11, 751, 62, 5643, 27688, 378, 11, 27756, 198, 6738, 257, 325, 13, 1102, 2536, 6003, 1330, 13268, 2953, 3150, 198, 6738, 257, 325, 13, 9948, 3129, 2024, 13, 368, 83, 1330, 412, 13752, 198, 6738, 257, 325, 13, 40085, 1096, 1330, 41646, 14313, 198, 11748, 2603, 29487, 8019, 13, 9078, 29487, 355, 458, 83, 198, 11748, 300, 9132, 65, 198, 11748, 2298, 293, 198, 6738, 256, 80, 36020, 1330, 256, 80, 36020, 198, 11748, 28034, 198, 11748, 28686, 198, 11748, 15095, 198, 11748, 302, 198, 11748, 18931, 198, 11748, 4423, 346, 198, 198, 47149, 62, 19260, 62, 43, 17248, 796, 366, 5450, 1378, 25404, 13, 69, 7012, 541, 841, 16624, 13, 785, 14, 9654, 9246, 21470, 16302, 14, 7890, 14, 525, 62, 5643, 27688, 378, 62, 271, 17, 411, 30487, 628, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 628, 198, 198, 361, 11593, 3672, 834, 6624, 705, 834, 12417, 834, 10354, 198, 220, 220, 220, 1330, 1822, 29572, 628, 220, 220, 220, 30751, 796, 1822, 29572, 13, 28100, 1713, 46677, 3419, 198, 220, 220, 220, 30751, 13, 2860, 62, 49140, 10786, 438, 15763, 62, 15908, 3256, 2099, 28, 2536, 11, 4277, 2625, 5643, 27688, 378, 12, 7890, 4943, 628, 220, 220, 220, 26498, 796, 30751, 13, 29572, 62, 22046, 3419, 628, 220, 220, 220, 1429, 62, 5643, 27688, 689, 7, 22046, 13, 15763, 62, 15908, 8, 628 ]
2.722772
303
from .AAA3A_utils.cogsutils import CogsUtils # isort:skip from redbot.core import commands # isort:skip from redbot.core.i18n import Translator, cog_i18n # isort:skip from redbot.core.bot import Red # isort:skip import discord # isort:skip import typing # isort:skip from .helpers import embed_from_msg from redbot.core.utils.tunnel import Tunnel if CogsUtils().is_dpy2: # To remove setattr(commands, 'Literal', typing.Literal) # Credits: # Thanks to TrustyJAID's Backup for starting the command to list the latest source channel messages! (https://github.com/TrustyJAID/Trusty-cogs/tree/master/backup) # Thanks to QuoteTools from SimBad for the embed! # Thanks to Speak from @epic guy for the webhooks! (https://github.com/npc203/npc-cogs/tree/main/speak) # Thanks to Say from LaggronsDumb for the attachments in the single messages and webhooks! (https://github.com/laggron42/Laggrons-Dumb-Cogs/tree/v3/say) # Thanks to CruxCraft on GitHub for the idea of allowing channels from other servers! (https://github.com/AAA3A-AAA3A/AAA3A-cogs/issues/1) # Thanks to @epic guy on Discord for the basic syntax (command groups, commands) and also commands (await ctx.send, await ctx.author.send, await ctx.message.delete())! # Thanks to the developers of the cogs I added features to as it taught me how to make a cog! (Chessgame by WildStriker, Captcha by Kreusada, Speak by Epic guy and Rommer by Dav) # Thanks to all the people who helped me with some commands in the #coding channel of the redbot support server! _ = Translator("TransferChannel", __file__) @cog_i18n(_) class TextChannelGuildConverter(discord.ext.commands.TextChannelConverter): """Similar to d.py's TextChannelConverter but only returns if we have already passed our hierarchy checks and find in all guilds. """ class TransferChannel(commands.Cog): """A cog to transfer all messages channel in a other channel!""" @commands.command(aliases=["channeltransfer"]) @commands.admin_or_permissions(manage_guild=True) @commands.guild_only() async def transferchannel(self, ctx: commands.Context, source: TextChannelGuildConverter, destination: TextChannelGuildConverter, limit: int, way: commands.Literal["embed", "webhook", "message"]): """ Transfer all messages channel in a other channel. This might take a long time. You can specify the id of a channel from another server. `source` is partial name or ID of the source channel `destination` is partial name or ID of the destination channel `way` is the used way - `embed` Do you want to transfer the message as an embed? - `webhook` Do you want to send the messages with webhooks (name and avatar of the original author)? - `message`Do you want to transfer the message as a simple message? """ permissions = destination.permissions_for(destination.guild.me) if way == "embed": if not permissions.embed_links: await ctx.send(_("I need to have all the following permissions for the {destination.name} channel ({destination.id}) in {destination.guild.name} ({destination.guild.id}).\n`embed_links`.").format(**locals())) return elif way == "webhook": if not permissions.manage_guild: await ctx.send(_("I need to have all the following permissions for the {destination.name} channel ({destination.id}) in {destination.guild.name} ({destination.guild.id}).\n`manage_channels`").format(**locals())) return count = 0 if self.cogsutils.is_dpy2: msgList = [message async for message in source.history(limit=limit + 1, oldest_first=False)] else: msgList = await source.history(limit=limit + 1, oldest_first=False).flatten() msgList.reverse() for message in msgList: if not message.id == ctx.message.id: count += 1 files = await Tunnel.files_from_attatch(message) if way == "embed": em = embed_from_msg(message, self.cogsutils) await destination.send(embed=em) elif way == "webhook": hook = await self.cogsutils.get_hook(destination) await hook.send( username=message.author.display_name, avatar_url=message.author.display_avatar if self.cogsutils.is_dpy2 else message.author.avatar_url, content=message.content, files=files, ) elif way == "message": iso_format = message.created_at.isoformat() msg1 = "\n".join( [ _("**Author:** {message.author}({message.author.id}").format(**locals()), _("**Channel:** <#{message.channel.id}>").format(**locals()), _("**Time(UTC):** {isoformat}").format(**locals()) ] ) if len(msg1) + len(message.content) < 2000: await ctx.send(msg1 + "\n\n" + message.content, files=files) else: await ctx.send(msg1) await ctx.send(message.content, files=files) await ctx.send(_("{count} messages transfered from {source.mention} to {destination.mention}").format(**locals()))
[ 6738, 764, 29697, 18, 32, 62, 26791, 13, 66, 18463, 26791, 1330, 327, 18463, 18274, 4487, 220, 1303, 318, 419, 25, 48267, 201, 198, 6738, 2266, 13645, 13, 7295, 1330, 9729, 220, 1303, 318, 419, 25, 48267, 201, 198, 6738, 2266, 13645, 13, 7295, 13, 72, 1507, 77, 1330, 3602, 41880, 11, 43072, 62, 72, 1507, 77, 220, 1303, 318, 419, 25, 48267, 201, 198, 6738, 2266, 13645, 13, 7295, 13, 13645, 1330, 2297, 220, 1303, 318, 419, 25, 48267, 201, 198, 11748, 36446, 220, 1303, 318, 419, 25, 48267, 201, 198, 11748, 19720, 220, 1303, 318, 419, 25, 48267, 201, 198, 201, 198, 6738, 764, 16794, 364, 1330, 11525, 62, 6738, 62, 19662, 201, 198, 201, 198, 6738, 2266, 13645, 13, 7295, 13, 26791, 13, 28286, 4954, 1330, 35863, 201, 198, 201, 198, 361, 327, 18463, 18274, 4487, 22446, 271, 62, 67, 9078, 17, 25, 220, 1303, 1675, 4781, 201, 198, 220, 220, 220, 900, 35226, 7, 9503, 1746, 11, 705, 43, 270, 1691, 3256, 19720, 13, 43, 270, 1691, 8, 201, 198, 201, 198, 2, 29501, 25, 201, 198, 2, 6930, 284, 9870, 88, 37048, 2389, 338, 35071, 329, 3599, 262, 3141, 284, 1351, 262, 3452, 2723, 6518, 6218, 0, 357, 5450, 1378, 12567, 13, 785, 14, 33814, 88, 37048, 2389, 14, 33814, 88, 12, 66, 18463, 14, 21048, 14, 9866, 14, 1891, 929, 8, 201, 198, 2, 6930, 284, 19879, 33637, 422, 3184, 22069, 329, 262, 11525, 0, 201, 198, 2, 6930, 284, 40802, 422, 2488, 538, 291, 3516, 329, 262, 3992, 25480, 82, 0, 357, 5450, 1378, 12567, 13, 785, 14, 77, 14751, 22416, 14, 77, 14751, 12, 66, 18463, 14, 21048, 14, 12417, 14, 47350, 8, 201, 198, 2, 6930, 284, 13816, 422, 21003, 2164, 684, 35, 2178, 329, 262, 32161, 287, 262, 2060, 6218, 290, 3992, 25480, 82, 0, 357, 5450, 1378, 12567, 13, 785, 14, 75, 9460, 1313, 3682, 14, 43, 363, 2164, 684, 12, 35, 2178, 12, 34, 18463, 14, 21048, 14, 85, 18, 14, 16706, 8, 201, 198, 2, 6930, 284, 6472, 87, 14467, 319, 21722, 329, 262, 2126, 286, 5086, 9619, 422, 584, 9597, 0, 357, 5450, 1378, 12567, 13, 785, 14, 29697, 18, 32, 12, 29697, 18, 32, 14, 29697, 18, 32, 12, 66, 18463, 14, 37165, 14, 16, 8, 201, 198, 2, 6930, 284, 2488, 538, 291, 3516, 319, 39462, 329, 262, 4096, 15582, 357, 21812, 2628, 11, 9729, 8, 290, 635, 9729, 357, 707, 4548, 269, 17602, 13, 21280, 11, 25507, 269, 17602, 13, 9800, 13, 21280, 11, 25507, 269, 17602, 13, 20500, 13, 33678, 28955, 0, 201, 198, 2, 6930, 284, 262, 6505, 286, 262, 269, 18463, 314, 2087, 3033, 284, 355, 340, 7817, 502, 703, 284, 787, 257, 43072, 0, 357, 7376, 824, 6057, 416, 6183, 1273, 380, 6122, 11, 6790, 11693, 416, 25732, 385, 4763, 11, 40802, 416, 16781, 3516, 290, 3570, 647, 416, 2544, 8, 201, 198, 2, 6930, 284, 477, 262, 661, 508, 4193, 502, 351, 617, 9729, 287, 262, 1303, 66, 7656, 6518, 286, 262, 2266, 13645, 1104, 4382, 0, 201, 198, 201, 198, 62, 796, 3602, 41880, 7203, 43260, 29239, 1600, 11593, 7753, 834, 8, 201, 198, 201, 198, 31, 66, 519, 62, 72, 1507, 77, 28264, 8, 201, 198, 4871, 8255, 29239, 38, 3547, 3103, 332, 353, 7, 15410, 585, 13, 2302, 13, 9503, 1746, 13, 8206, 29239, 3103, 332, 353, 2599, 201, 198, 220, 220, 220, 37227, 18925, 284, 288, 13, 9078, 338, 8255, 29239, 3103, 332, 353, 475, 691, 5860, 611, 356, 423, 1541, 201, 198, 220, 220, 220, 3804, 674, 18911, 8794, 290, 1064, 287, 477, 19806, 82, 13, 201, 198, 220, 220, 220, 37227, 201, 198, 201, 198, 4871, 20558, 29239, 7, 9503, 1746, 13, 34, 519, 2599, 201, 198, 220, 220, 220, 37227, 32, 43072, 284, 4351, 477, 6218, 6518, 287, 257, 584, 6518, 2474, 15931, 201, 198, 201, 198, 220, 220, 220, 2488, 9503, 1746, 13, 21812, 7, 7344, 1386, 28, 14692, 354, 1236, 2120, 26084, 2232, 8973, 8, 201, 198, 220, 220, 220, 2488, 9503, 1746, 13, 28482, 62, 273, 62, 525, 8481, 7, 805, 496, 62, 70, 3547, 28, 17821, 8, 201, 198, 220, 220, 220, 2488, 9503, 1746, 13, 70, 3547, 62, 8807, 3419, 201, 198, 220, 220, 220, 30351, 825, 4351, 17620, 7, 944, 11, 269, 17602, 25, 9729, 13, 21947, 11, 2723, 25, 8255, 29239, 38, 3547, 3103, 332, 353, 11, 10965, 25, 8255, 29239, 38, 3547, 3103, 332, 353, 11, 4179, 25, 493, 11, 835, 25, 9729, 13, 43, 270, 1691, 14692, 20521, 1600, 366, 12384, 25480, 1600, 366, 20500, 8973, 2599, 201, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 201, 198, 220, 220, 220, 220, 220, 220, 220, 20558, 477, 6218, 6518, 287, 257, 584, 6518, 13, 770, 1244, 1011, 257, 890, 640, 13, 201, 198, 220, 220, 220, 220, 220, 220, 220, 921, 460, 11986, 262, 4686, 286, 257, 6518, 422, 1194, 4382, 13, 201, 198, 201, 198, 220, 220, 220, 220, 220, 220, 220, 4600, 10459, 63, 318, 13027, 1438, 393, 4522, 286, 262, 2723, 6518, 201, 198, 220, 220, 220, 220, 220, 220, 220, 4600, 16520, 1883, 63, 318, 13027, 1438, 393, 4522, 286, 262, 10965, 6518, 201, 198, 220, 220, 220, 220, 220, 220, 220, 4600, 1014, 63, 318, 262, 973, 835, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 532, 4600, 20521, 63, 2141, 345, 765, 284, 4351, 262, 3275, 355, 281, 11525, 30, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 532, 4600, 12384, 25480, 63, 2141, 345, 765, 284, 3758, 262, 6218, 351, 3992, 25480, 82, 357, 3672, 290, 30919, 286, 262, 2656, 1772, 19427, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 532, 4600, 20500, 63, 5211, 345, 765, 284, 4351, 262, 3275, 355, 257, 2829, 3275, 30, 201, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 201, 198, 220, 220, 220, 220, 220, 220, 220, 21627, 796, 10965, 13, 525, 8481, 62, 1640, 7, 16520, 1883, 13, 70, 3547, 13, 1326, 8, 201, 198, 220, 220, 220, 220, 220, 220, 220, 611, 835, 6624, 366, 20521, 1298, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 407, 21627, 13, 20521, 62, 28751, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 25507, 269, 17602, 13, 21280, 28264, 7203, 40, 761, 284, 423, 477, 262, 1708, 21627, 329, 262, 1391, 16520, 1883, 13, 3672, 92, 6518, 37913, 16520, 1883, 13, 312, 30072, 287, 1391, 16520, 1883, 13, 70, 3547, 13, 3672, 92, 37913, 16520, 1883, 13, 70, 3547, 13, 312, 92, 737, 59, 77, 63, 20521, 62, 28751, 63, 526, 737, 18982, 7, 1174, 17946, 874, 3419, 4008, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 201, 198, 220, 220, 220, 220, 220, 220, 220, 1288, 361, 835, 6624, 366, 12384, 25480, 1298, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 407, 21627, 13, 805, 496, 62, 70, 3547, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 25507, 269, 17602, 13, 21280, 28264, 7203, 40, 761, 284, 423, 477, 262, 1708, 21627, 329, 262, 1391, 16520, 1883, 13, 3672, 92, 6518, 37913, 16520, 1883, 13, 312, 30072, 287, 1391, 16520, 1883, 13, 70, 3547, 13, 3672, 92, 37913, 16520, 1883, 13, 70, 3547, 13, 312, 92, 737, 59, 77, 63, 805, 496, 62, 354, 8961, 63, 11074, 18982, 7, 1174, 17946, 874, 3419, 4008, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 201, 198, 220, 220, 220, 220, 220, 220, 220, 954, 796, 657, 201, 198, 220, 220, 220, 220, 220, 220, 220, 611, 2116, 13, 66, 18463, 26791, 13, 271, 62, 67, 9078, 17, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 31456, 8053, 796, 685, 20500, 30351, 329, 3275, 287, 2723, 13, 23569, 7, 32374, 28, 32374, 1343, 352, 11, 13325, 62, 11085, 28, 25101, 15437, 201, 198, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 31456, 8053, 796, 25507, 2723, 13, 23569, 7, 32374, 28, 32374, 1343, 352, 11, 13325, 62, 11085, 28, 25101, 737, 2704, 41769, 3419, 201, 198, 220, 220, 220, 220, 220, 220, 220, 31456, 8053, 13, 50188, 3419, 201, 198, 220, 220, 220, 220, 220, 220, 220, 329, 3275, 287, 31456, 8053, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 407, 3275, 13, 312, 6624, 269, 17602, 13, 20500, 13, 312, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 954, 15853, 352, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3696, 796, 25507, 35863, 13, 16624, 62, 6738, 62, 1078, 963, 7, 20500, 8, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 835, 6624, 366, 20521, 1298, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 795, 796, 11525, 62, 6738, 62, 19662, 7, 20500, 11, 2116, 13, 66, 18463, 26791, 8, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 25507, 10965, 13, 21280, 7, 20521, 28, 368, 8, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1288, 361, 835, 6624, 366, 12384, 25480, 1298, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 8011, 796, 25507, 2116, 13, 66, 18463, 26791, 13, 1136, 62, 25480, 7, 16520, 1883, 8, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 25507, 8011, 13, 21280, 7, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 20579, 28, 20500, 13, 9800, 13, 13812, 62, 3672, 11, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 30919, 62, 6371, 28, 20500, 13, 9800, 13, 13812, 62, 615, 9459, 611, 2116, 13, 66, 18463, 26791, 13, 271, 62, 67, 9078, 17, 2073, 3275, 13, 9800, 13, 615, 9459, 62, 6371, 11, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2695, 28, 20500, 13, 11299, 11, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3696, 28, 16624, 11, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1288, 361, 835, 6624, 366, 20500, 1298, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 47279, 62, 18982, 796, 3275, 13, 25598, 62, 265, 13, 26786, 18982, 3419, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 31456, 16, 796, 37082, 77, 1911, 22179, 7, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 685, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4808, 7203, 1174, 13838, 25, 1174, 1391, 20500, 13, 9800, 92, 15090, 20500, 13, 9800, 13, 312, 92, 11074, 18982, 7, 1174, 17946, 874, 3419, 828, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4808, 7203, 1174, 29239, 25, 1174, 1279, 2, 90, 20500, 13, 17620, 13, 312, 92, 29, 11074, 18982, 7, 1174, 17946, 874, 3419, 828, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4808, 7203, 1174, 7575, 7, 17429, 2599, 1174, 1391, 26786, 18982, 92, 11074, 18982, 7, 1174, 17946, 874, 28955, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2361, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 18896, 7, 19662, 16, 8, 1343, 18896, 7, 20500, 13, 11299, 8, 1279, 4751, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 25507, 269, 17602, 13, 21280, 7, 19662, 16, 1343, 37082, 77, 59, 77, 1, 1343, 3275, 13, 11299, 11, 3696, 28, 16624, 8, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 25507, 269, 17602, 13, 21280, 7, 19662, 16, 8, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 25507, 269, 17602, 13, 21280, 7, 20500, 13, 11299, 11, 3696, 28, 16624, 8, 201, 198, 220, 220, 220, 220, 220, 220, 220, 25507, 269, 17602, 13, 21280, 28264, 7203, 90, 9127, 92, 6218, 13501, 1068, 422, 1391, 10459, 13, 434, 295, 92, 284, 1391, 16520, 1883, 13, 434, 295, 92, 11074, 18982, 7, 1174, 17946, 874, 3419, 4008 ]
2.327658
2,408
#!/usr/bin/env python3 #Import packages from flask import * #Import local packages import dbHandler as db #Start flask app app = Flask(__name__) #Default index page @app.route('/') #The town page, the game will automatically direct the page to your town when accesing this URL @app.route('/login/') #The town page, the game will automatically direct the page to your town when accesing this URL @app.route('/town/') @app.route('/group/') @app.route('/g/<username>') #Post requests @app.route('/login/', methods=['POST']) if __name__ == "__main__": #Initailize the database db.init("./database/") #db.end() app.run(debug=True, host="0.0.0.0")
[ 2, 48443, 14629, 14, 8800, 14, 24330, 21015, 18, 198, 198, 2, 20939, 10392, 198, 6738, 42903, 1330, 1635, 198, 198, 2, 20939, 1957, 10392, 198, 11748, 20613, 25060, 355, 20613, 198, 198, 2, 10434, 42903, 598, 198, 1324, 796, 46947, 7, 834, 3672, 834, 8, 198, 198, 2, 19463, 6376, 2443, 198, 31, 1324, 13, 38629, 10786, 14, 11537, 198, 198, 2, 464, 3240, 2443, 11, 262, 983, 481, 6338, 1277, 262, 2443, 284, 534, 3240, 618, 697, 274, 278, 428, 10289, 198, 31, 1324, 13, 38629, 10786, 14, 38235, 14, 11537, 198, 198, 2, 464, 3240, 2443, 11, 262, 983, 481, 6338, 1277, 262, 2443, 284, 534, 3240, 618, 697, 274, 278, 428, 10289, 198, 31, 1324, 13, 38629, 10786, 14, 12735, 14, 11537, 198, 198, 31, 1324, 13, 38629, 10786, 14, 8094, 14, 11537, 198, 198, 31, 1324, 13, 38629, 10786, 14, 70, 14, 27, 29460, 29, 11537, 198, 198, 2, 6307, 7007, 198, 31, 1324, 13, 38629, 10786, 14, 38235, 14, 3256, 5050, 28, 17816, 32782, 6, 12962, 198, 198, 361, 11593, 3672, 834, 6624, 366, 834, 12417, 834, 1298, 198, 220, 220, 220, 1303, 31768, 603, 1096, 262, 6831, 198, 220, 220, 220, 20613, 13, 15003, 7, 1911, 14, 48806, 14, 4943, 198, 220, 220, 220, 1303, 9945, 13, 437, 3419, 198, 220, 220, 220, 598, 13, 5143, 7, 24442, 28, 17821, 11, 2583, 2625, 15, 13, 15, 13, 15, 13, 15, 4943, 198 ]
2.794979
239
''' Author: JIANG Yilun Date: 2022-02-21 15:13:14 LastEditTime: 2022-02-21 15:16:30 LastEditors: JIANG Yilun Description: FilePath: /UGA_INF/INF101/TP/TP6/2.6.1.4_mirror.py ''' import sys import math # Auto-generated code below aims at helping you parse # the standard input according to the problem statement. n = int(input()) # the number of temperatures to analyse temp = [] for i in input().split(): # t: a temperature expressed as an integer ranging from -273 to 5526 t = int(i) temp.append(t) # Write an answer using print # To debug: print("Debug messages...", file=sys.stderr, flush=True) print(proche_zero(temp))
[ 7061, 6, 198, 13838, 25, 449, 40, 15567, 575, 346, 403, 198, 10430, 25, 33160, 12, 2999, 12, 2481, 1315, 25, 1485, 25, 1415, 198, 5956, 18378, 7575, 25, 33160, 12, 2999, 12, 2481, 1315, 25, 1433, 25, 1270, 198, 5956, 18378, 669, 25, 449, 40, 15567, 575, 346, 403, 198, 11828, 25, 220, 198, 8979, 15235, 25, 1220, 7340, 32, 62, 1268, 37, 14, 1268, 37, 8784, 14, 7250, 14, 7250, 21, 14, 17, 13, 21, 13, 16, 13, 19, 62, 10793, 1472, 13, 9078, 198, 7061, 6, 198, 11748, 25064, 198, 11748, 10688, 198, 198, 2, 11160, 12, 27568, 2438, 2174, 12031, 379, 5742, 345, 21136, 198, 2, 262, 3210, 5128, 1864, 284, 262, 1917, 2643, 13, 198, 198, 77, 796, 493, 7, 15414, 28955, 220, 1303, 262, 1271, 286, 10101, 284, 39552, 198, 29510, 796, 17635, 198, 1640, 1312, 287, 5128, 22446, 35312, 33529, 198, 220, 220, 220, 1303, 256, 25, 257, 5951, 6241, 355, 281, 18253, 12897, 422, 532, 27367, 284, 5996, 2075, 198, 220, 220, 220, 256, 796, 493, 7, 72, 8, 198, 220, 220, 220, 20218, 13, 33295, 7, 83, 8, 198, 198, 2, 19430, 281, 3280, 1262, 3601, 198, 2, 1675, 14257, 25, 3601, 7203, 27509, 6218, 9313, 11, 2393, 28, 17597, 13, 301, 1082, 81, 11, 24773, 28, 17821, 8, 628, 198, 4798, 7, 1676, 2395, 62, 22570, 7, 29510, 4008 ]
2.79476
229
from django.contrib import admin from django.urls import path from leaderboard import views from django.contrib.auth.views import LoginView #, LogoutView urlpatterns = [ path('', views.main, name='main'), path('leaderboard/', views.leaderboard_view, name='leaderboard'), path('comments/', views.comments, name='comments'), path('register/', views.reg, name='register'), path('login/', LoginView.as_view(), name='login'), path('logout/', views.LogoutFormView.as_view(), name='logout'), ]
[ 6738, 42625, 14208, 13, 3642, 822, 1330, 13169, 198, 6738, 42625, 14208, 13, 6371, 82, 1330, 3108, 198, 6738, 3554, 3526, 1330, 5009, 198, 6738, 42625, 14208, 13, 3642, 822, 13, 18439, 13, 33571, 1330, 23093, 7680, 220, 1303, 11, 5972, 448, 7680, 198, 198, 6371, 33279, 82, 796, 685, 198, 197, 6978, 10786, 3256, 5009, 13, 12417, 11, 1438, 11639, 12417, 33809, 198, 197, 6978, 10786, 27940, 3526, 14, 3256, 5009, 13, 27940, 3526, 62, 1177, 11, 1438, 11639, 27940, 3526, 33809, 198, 197, 6978, 10786, 15944, 14, 3256, 5009, 13, 15944, 11, 1438, 11639, 15944, 33809, 198, 197, 6978, 10786, 30238, 14, 3256, 5009, 13, 2301, 11, 1438, 11639, 30238, 33809, 198, 197, 6978, 10786, 38235, 14, 3256, 23093, 7680, 13, 292, 62, 1177, 22784, 1438, 11639, 38235, 33809, 198, 197, 6978, 10786, 6404, 448, 14, 3256, 5009, 13, 11187, 448, 8479, 7680, 13, 292, 62, 1177, 22784, 1438, 11639, 6404, 448, 33809, 198, 60, 198 ]
3.132911
158
#!/usr/local/bin/python3 # noinspection PyShadowingBuiltins,PyUnusedLocal def compute(val1, val2): ''' Function returning the sum of two parameters. Args: val1 : Integer between 0 and 100. val2 : Integer between 0 and 100. Return: Integer : Sum of val1 and val2. ''' return val1 + val2; if __name__ == '__main__': # Tests. print("1 + 3 = {}".format(sum(1,3))) print("0 + 0 = {}".format(sum(0,0)))
[ 2, 48443, 14629, 14, 12001, 14, 8800, 14, 29412, 18, 198, 198, 2, 645, 1040, 14978, 9485, 27447, 278, 39582, 1040, 11, 20519, 3118, 1484, 14565, 198, 4299, 24061, 7, 2100, 16, 11, 1188, 17, 2599, 198, 220, 220, 220, 705, 7061, 198, 220, 220, 220, 15553, 8024, 262, 2160, 286, 734, 10007, 13, 198, 220, 220, 220, 943, 14542, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1188, 16, 1058, 34142, 1022, 657, 290, 1802, 13, 198, 220, 220, 220, 220, 220, 220, 220, 1188, 17, 1058, 34142, 1022, 657, 290, 1802, 13, 198, 220, 220, 220, 8229, 25, 198, 220, 220, 220, 220, 220, 220, 220, 34142, 1058, 5060, 286, 1188, 16, 290, 1188, 17, 13, 198, 220, 220, 220, 705, 7061, 198, 220, 220, 220, 1441, 1188, 16, 1343, 1188, 17, 26, 198, 198, 361, 11593, 3672, 834, 6624, 705, 834, 12417, 834, 10354, 198, 220, 220, 1303, 30307, 13, 198, 220, 220, 3601, 7203, 16, 1343, 513, 796, 23884, 1911, 18982, 7, 16345, 7, 16, 11, 18, 22305, 198, 220, 220, 3601, 7203, 15, 1343, 657, 796, 23884, 1911, 18982, 7, 16345, 7, 15, 11, 15, 22305, 198 ]
2.362694
193
from routersploit import ( exploits, print_error, print_success, print_info, print_status, http_request, mute, validators, ) class Exploit(exploits.Exploit): """ Netwave IP Camera - Password Disclosure """ __info__ = { 'name': 'Netwave_IP_camera', 'description': 'This exploit will try to retrieve WPA password and ddns host name, ' 'Also it would try to read memory leak in order to find username and password', 'authors': [ 'renos stoikos <rstoikos[at]gmail.com>', # routesploit module 'spiritnull', # exploit-db.com exploit ], 'references': [ 'https://www.exploit-db.com/exploits/41236/', ], 'devices': [ 'Netwave IP Camera', ], } target = exploits.Option('', 'Target address e.g. http://192.168.1.1', validators=validators.url) # target address port = exploits.Option(80, 'Target port', validators=validators.integer) # default port @mute
[ 6738, 41144, 489, 30711, 1330, 357, 198, 220, 220, 220, 27062, 11, 198, 220, 220, 220, 3601, 62, 18224, 11, 198, 220, 220, 220, 3601, 62, 13138, 11, 198, 220, 220, 220, 3601, 62, 10951, 11, 198, 220, 220, 220, 3601, 62, 13376, 11, 198, 220, 220, 220, 2638, 62, 25927, 11, 198, 220, 220, 220, 38723, 11, 198, 220, 220, 220, 4938, 2024, 11, 198, 8, 628, 198, 4871, 5905, 30711, 7, 20676, 78, 896, 13, 18438, 30711, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 3433, 19204, 6101, 20432, 532, 30275, 41806, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 11593, 10951, 834, 796, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 705, 3672, 10354, 705, 7934, 19204, 62, 4061, 62, 25695, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 705, 11213, 10354, 705, 1212, 14561, 481, 1949, 284, 19818, 370, 4537, 9206, 290, 49427, 5907, 2583, 1438, 11, 705, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 7583, 340, 561, 1949, 284, 1100, 4088, 13044, 287, 1502, 284, 1064, 20579, 290, 9206, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 705, 41617, 10354, 685, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 918, 418, 3995, 1134, 418, 1279, 81, 301, 78, 1134, 418, 58, 265, 60, 14816, 13, 785, 29, 3256, 220, 1303, 11926, 489, 30711, 8265, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 38685, 8423, 3256, 220, 1303, 14561, 12, 9945, 13, 785, 14561, 198, 220, 220, 220, 220, 220, 220, 220, 16589, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5420, 4972, 10354, 685, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 5450, 1378, 2503, 13, 20676, 30711, 12, 9945, 13, 785, 14, 20676, 78, 896, 14, 39226, 2623, 14, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 16589, 198, 220, 220, 220, 220, 220, 220, 220, 705, 42034, 10354, 685, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 7934, 19204, 6101, 20432, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 16589, 198, 220, 220, 220, 1782, 628, 220, 220, 220, 2496, 796, 27062, 13, 19722, 10786, 3256, 705, 21745, 2209, 304, 13, 70, 13, 2638, 1378, 17477, 13, 14656, 13, 16, 13, 16, 3256, 4938, 2024, 28, 12102, 2024, 13, 6371, 8, 220, 1303, 2496, 2209, 198, 220, 220, 220, 2493, 796, 27062, 13, 19722, 7, 1795, 11, 705, 21745, 2493, 3256, 4938, 2024, 28, 12102, 2024, 13, 41433, 8, 220, 1303, 4277, 2493, 628, 220, 220, 220, 2488, 76, 1133, 198 ]
2.312775
454
import json from basic_class import * # fp = open("../config/header_pure.txt", "r") fp = open("../../config/header_pure.txt", "r") header_list = [] while True: line = fp.readline() # print(line) if line == "*": break elif line == "": continue else: l = line.split() if line[0] == 'h': header = Header(l[1], int(l[2]), int(l[3])) header_list.append(header) elif line[0] == 'f': field = Field(l[1], int(l[2]), int(l[3])) header_list[-1].addField(field) elif line[0] == 'n': if int(l[2]) == 0: continue header_list[-1].next_header_type_internal_offset = int(l[1]) header_list[-1].next_header_type_length = int(l[2]) elif line[0] == 'm': if l[2] == "0": continue next_header = NextHeader(l[1], l[2]) header_list[-1].addNextHeader(next_header) json_data = {} for header in header_list: fields = header.fields next_headers = header.next_headers field_dict = {} next_header_dict = {} for field in fields: field_dict[field.field_name] = {"field_name": field.field_name, "field_length": field.field_length, "field_internal_offset": field.field_internal_offset} for next_header in next_headers: next_header_dict[next_header.header_tag] = {"header_tag": next_header.header_tag, "header_name": next_header.header_name} json_data[header.header_name] = {"header_name": header.header_name, "header_length": header.header_length, "next_header_type_internal_offset": header.next_header_type_internal_offset, "next_header_type_length": header.next_header_type_length, "field_num": header.field_num, "fields": field_dict, "next_headers": next_header_dict} filename = "../../config/header.json" with open(filename, 'w') as file_obj: json.dump(json_data, file_obj, indent=3) # json_string = json.dumps(json_data, indent=3) # print(json_string) # print('Header: {}'.format(header.header_name)) # print('\theader length: {}'.format(header.header_length)) # print('\tfield num: {}'.format(header.field_num)) # if(header.next_header_type_length != 0): # print('\tnext_header_type_internal_offset: {}'.format(header.next_header_type_internal_offset)) # print('\tnext_header_type_length: {}'.format(header.next_header_type_length)) # print('\tFields:') # for field in header.fields: # print('\t\t{} {} {}'.format(field.field_name, field.field_length, field.field_internal_offset)) # print('\tNext Headers:') # for next_header in header.next_headers: # print('\t\t{} {}'.format(next_header.header_tag, next_header.header_name))
[ 11748, 33918, 198, 6738, 4096, 62, 4871, 1330, 1635, 198, 198, 2, 277, 79, 796, 1280, 7203, 40720, 11250, 14, 25677, 62, 37424, 13, 14116, 1600, 366, 81, 4943, 198, 46428, 796, 1280, 7203, 40720, 40720, 11250, 14, 25677, 62, 37424, 13, 14116, 1600, 366, 81, 4943, 198, 198, 25677, 62, 4868, 796, 17635, 198, 198, 4514, 6407, 25, 198, 220, 220, 220, 1627, 796, 277, 79, 13, 961, 1370, 3419, 198, 220, 220, 220, 1303, 3601, 7, 1370, 8, 198, 220, 220, 220, 611, 1627, 6624, 366, 9, 1298, 198, 220, 220, 220, 220, 220, 220, 220, 2270, 198, 220, 220, 220, 1288, 361, 1627, 6624, 366, 1298, 198, 220, 220, 220, 220, 220, 220, 220, 2555, 198, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 300, 796, 1627, 13, 35312, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 611, 1627, 58, 15, 60, 6624, 705, 71, 10354, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 13639, 796, 48900, 7, 75, 58, 16, 4357, 493, 7, 75, 58, 17, 46570, 493, 7, 75, 58, 18, 60, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 13639, 62, 4868, 13, 33295, 7, 25677, 8, 198, 220, 220, 220, 220, 220, 220, 220, 1288, 361, 1627, 58, 15, 60, 6624, 705, 69, 10354, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2214, 796, 7663, 7, 75, 58, 16, 4357, 493, 7, 75, 58, 17, 46570, 493, 7, 75, 58, 18, 60, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 13639, 62, 4868, 58, 12, 16, 4083, 2860, 15878, 7, 3245, 8, 198, 220, 220, 220, 220, 220, 220, 220, 1288, 361, 1627, 58, 15, 60, 6624, 705, 77, 10354, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 493, 7, 75, 58, 17, 12962, 6624, 657, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2555, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 13639, 62, 4868, 58, 12, 16, 4083, 19545, 62, 25677, 62, 4906, 62, 32538, 62, 28968, 796, 493, 7, 75, 58, 16, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 13639, 62, 4868, 58, 12, 16, 4083, 19545, 62, 25677, 62, 4906, 62, 13664, 796, 493, 7, 75, 58, 17, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 1288, 361, 1627, 58, 15, 60, 6624, 705, 76, 10354, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 300, 58, 17, 60, 6624, 366, 15, 1298, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2555, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1306, 62, 25677, 796, 7406, 39681, 7, 75, 58, 16, 4357, 300, 58, 17, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 13639, 62, 4868, 58, 12, 16, 4083, 2860, 10019, 39681, 7, 19545, 62, 25677, 8, 198, 198, 17752, 62, 7890, 796, 23884, 198, 1640, 13639, 287, 13639, 62, 4868, 25, 198, 220, 220, 220, 7032, 796, 13639, 13, 25747, 198, 220, 220, 220, 1306, 62, 50145, 796, 13639, 13, 19545, 62, 50145, 198, 220, 220, 220, 2214, 62, 11600, 796, 23884, 198, 220, 220, 220, 1306, 62, 25677, 62, 11600, 796, 23884, 198, 220, 220, 220, 329, 2214, 287, 7032, 25, 198, 220, 220, 220, 220, 220, 220, 220, 2214, 62, 11600, 58, 3245, 13, 3245, 62, 3672, 60, 796, 19779, 3245, 62, 3672, 1298, 2214, 13, 3245, 62, 3672, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 3245, 62, 13664, 1298, 2214, 13, 3245, 62, 13664, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 3245, 62, 32538, 62, 28968, 1298, 2214, 13, 3245, 62, 32538, 62, 28968, 92, 198, 220, 220, 220, 329, 1306, 62, 25677, 287, 1306, 62, 50145, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1306, 62, 25677, 62, 11600, 58, 19545, 62, 25677, 13, 25677, 62, 12985, 60, 796, 19779, 25677, 62, 12985, 1298, 1306, 62, 25677, 13, 25677, 62, 12985, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 25677, 62, 3672, 1298, 1306, 62, 25677, 13, 25677, 62, 3672, 92, 628, 220, 220, 220, 33918, 62, 7890, 58, 25677, 13, 25677, 62, 3672, 60, 796, 19779, 25677, 62, 3672, 1298, 13639, 13, 25677, 62, 3672, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 25677, 62, 13664, 1298, 13639, 13, 25677, 62, 13664, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 19545, 62, 25677, 62, 4906, 62, 32538, 62, 28968, 1298, 13639, 13, 19545, 62, 25677, 62, 4906, 62, 32538, 62, 28968, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 19545, 62, 25677, 62, 4906, 62, 13664, 1298, 13639, 13, 19545, 62, 25677, 62, 4906, 62, 13664, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 3245, 62, 22510, 1298, 13639, 13, 3245, 62, 22510, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 25747, 1298, 2214, 62, 11600, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 19545, 62, 50145, 1298, 1306, 62, 25677, 62, 11600, 92, 198, 34345, 796, 366, 40720, 40720, 11250, 14, 25677, 13, 17752, 1, 198, 4480, 1280, 7, 34345, 11, 705, 86, 11537, 355, 2393, 62, 26801, 25, 198, 220, 220, 220, 33918, 13, 39455, 7, 17752, 62, 7890, 11, 2393, 62, 26801, 11, 33793, 28, 18, 8, 198, 2, 33918, 62, 8841, 796, 33918, 13, 67, 8142, 7, 17752, 62, 7890, 11, 33793, 28, 18, 8, 198, 2, 3601, 7, 17752, 62, 8841, 8, 628, 220, 220, 220, 1303, 3601, 10786, 39681, 25, 23884, 4458, 18982, 7, 25677, 13, 25677, 62, 3672, 4008, 198, 220, 220, 220, 1303, 3601, 10786, 59, 1169, 5067, 4129, 25, 23884, 4458, 18982, 7, 25677, 13, 25677, 62, 13664, 4008, 198, 220, 220, 220, 1303, 3601, 10786, 59, 83, 3245, 997, 25, 23884, 4458, 18982, 7, 25677, 13, 3245, 62, 22510, 4008, 198, 220, 220, 220, 1303, 611, 7, 25677, 13, 19545, 62, 25677, 62, 4906, 62, 13664, 14512, 657, 2599, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 3601, 10786, 59, 83, 19545, 62, 25677, 62, 4906, 62, 32538, 62, 28968, 25, 23884, 4458, 18982, 7, 25677, 13, 19545, 62, 25677, 62, 4906, 62, 32538, 62, 28968, 4008, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 3601, 10786, 59, 83, 19545, 62, 25677, 62, 4906, 62, 13664, 25, 23884, 4458, 18982, 7, 25677, 13, 19545, 62, 25677, 62, 4906, 62, 13664, 4008, 198, 220, 220, 220, 1303, 3601, 10786, 59, 83, 15878, 82, 25, 11537, 198, 220, 220, 220, 1303, 329, 2214, 287, 13639, 13, 25747, 25, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 3601, 10786, 59, 83, 59, 83, 90, 92, 23884, 23884, 4458, 18982, 7, 3245, 13, 3245, 62, 3672, 11, 2214, 13, 3245, 62, 13664, 11, 2214, 13, 3245, 62, 32538, 62, 28968, 4008, 198, 220, 220, 220, 1303, 3601, 10786, 59, 83, 10019, 7123, 364, 25, 11537, 198, 220, 220, 220, 1303, 329, 1306, 62, 25677, 287, 13639, 13, 19545, 62, 50145, 25, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 3601, 10786, 59, 83, 59, 83, 90, 92, 23884, 4458, 18982, 7, 19545, 62, 25677, 13, 25677, 62, 12985, 11, 1306, 62, 25677, 13, 25677, 62, 3672, 4008, 628 ]
2.02945
1,528
from RedNeuronal import RedNeuronal import h5py # direccion alvaro # data = h5py.File(r"C:\Users\Lenovo\Downloads\modelado\practica_3\digitos.h5", "r") # direccion dussan data = h5py.File(r"C:\Users\Dussan\Desktop\digitos_con_signos.h5", "r") X_train = data["X_train"][:] y_train = data["y_train"][:] X_test = data["X_test"][:] y_test = data["y_test"][:] r= RedNeuronal() #Por cada valor r.capa1 = 784 r.capa2 = 256 r.capa3 = 64 r.capa4 = 12 r.inicializar_parametros() r.fit(X_train, y_train) r.cargar("theta_digitos.h5") # mostrar rrendimiento en consola r.obtener_presicion(X_test, y_test) r.obtener_matriz_confusion_por_valor(X_test, y_test)
[ 6738, 2297, 8199, 333, 20996, 1330, 2297, 8199, 333, 20996, 198, 11748, 289, 20, 9078, 198, 198, 2, 19958, 535, 295, 435, 7785, 78, 198, 2, 1366, 796, 289, 20, 9078, 13, 8979, 7, 81, 1, 34, 7479, 14490, 59, 30659, 18768, 59, 10002, 82, 59, 19849, 4533, 59, 29152, 3970, 62, 18, 59, 27003, 418, 13, 71, 20, 1600, 366, 81, 4943, 198, 2, 19958, 535, 295, 288, 1046, 272, 198, 7890, 796, 289, 20, 9078, 13, 8979, 7, 81, 1, 34, 7479, 14490, 59, 35, 1046, 272, 59, 36881, 59, 27003, 418, 62, 1102, 62, 12683, 418, 13, 71, 20, 1600, 366, 81, 4943, 628, 198, 55, 62, 27432, 796, 1366, 14692, 55, 62, 27432, 1, 7131, 47715, 198, 88, 62, 27432, 796, 1366, 14692, 88, 62, 27432, 1, 7131, 47715, 198, 55, 62, 9288, 796, 1366, 14692, 55, 62, 9288, 1, 7131, 47715, 198, 88, 62, 9288, 796, 1366, 14692, 88, 62, 9288, 1, 7131, 47715, 198, 81, 28, 2297, 8199, 333, 20996, 3419, 198, 198, 2, 47, 273, 269, 4763, 1188, 273, 198, 81, 13, 11128, 64, 16, 796, 767, 5705, 198, 81, 13, 11128, 64, 17, 796, 17759, 198, 81, 13, 11128, 64, 18, 796, 5598, 198, 81, 13, 11128, 64, 19, 796, 1105, 198, 81, 13, 259, 6652, 528, 283, 62, 17143, 316, 4951, 3419, 198, 81, 13, 11147, 7, 55, 62, 27432, 11, 331, 62, 27432, 8, 198, 81, 13, 66, 853, 283, 7203, 1169, 8326, 62, 27003, 418, 13, 71, 20, 4943, 198, 198, 2, 749, 20040, 374, 10920, 320, 1153, 78, 551, 762, 5708, 198, 81, 13, 672, 83, 877, 62, 18302, 47430, 7, 55, 62, 9288, 11, 331, 62, 9288, 8, 198, 81, 13, 672, 83, 877, 62, 6759, 47847, 62, 10414, 4241, 62, 1819, 62, 2100, 273, 7, 55, 62, 9288, 11, 331, 62, 9288, 8 ]
2.114007
307
""" A class for the deep memory process. Deep memory is a flavor spawned by the techniques displayed in Memorizing Transformers (https://arxiv.org/abs/2203.08913). However, rather thqn saving each instance to an external memory bank, instead we search a space of differential memory, and only train the topk instances """ from typing import Optional import torch from torch import nn from Utility.Torch.Learnables import Layers class DeepMemoryTransformer(nn.Module): """ Deep Memory is designed to allow efficient computation and collection of facts gathered from a variety of sources with minimal overhead. The input to the layer is, as is standard, the query. The key and value, however, are generated internally from a stored bank of parameters which are intended to change rapidly TopK is used to limit the regions which may be active at a particular time, providing some degree of binning """ def __init__(self, query_width: int, output_width: int, memory_length: int, heads: int, topk: int, ): """ :param query_width: How wide the query embedding width is :param output_width: How wide the output width will be :param memory_length: How long the memory will be. :param heads: The number of heads to make. :param topk: The number of entities to keep per head. """ assert query_width % heads == 0 super().__init__() head_width = query_width//heads memory = torch.zeros([heads, memory_length, head_width], requires_grad=True) memory = torch.nn.init.kaiming_uniform(memory, requires_grad=True) self.memory = nn.Parameter(memory, requires_grad=True) self.topk = topk self.query_projector([query_width], [heads, head_width]) self.key_projector([head_width], [head_width], heads) self.final_projector([heads, head_width], [output_width])
[ 37811, 198, 198, 32, 1398, 329, 262, 2769, 4088, 1429, 13, 10766, 4088, 318, 257, 9565, 29013, 416, 262, 7605, 198, 13812, 276, 287, 41157, 2890, 39185, 357, 5450, 1378, 283, 87, 452, 13, 2398, 14, 8937, 14, 17572, 18, 13, 49352, 1485, 737, 2102, 11, 198, 34330, 294, 80, 77, 8914, 1123, 4554, 284, 281, 7097, 4088, 3331, 11, 2427, 356, 2989, 257, 198, 13200, 286, 22577, 4088, 11, 290, 691, 4512, 262, 1353, 74, 10245, 198, 198, 37811, 198, 6738, 19720, 1330, 32233, 198, 198, 11748, 28034, 198, 6738, 28034, 1330, 299, 77, 198, 6738, 34030, 13, 15884, 354, 13, 20238, 2977, 1330, 406, 6962, 198, 198, 4871, 10766, 30871, 8291, 16354, 7, 20471, 13, 26796, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 10766, 14059, 318, 3562, 284, 1249, 6942, 29964, 290, 4947, 198, 220, 220, 220, 286, 6419, 9272, 422, 257, 4996, 286, 4237, 351, 10926, 16965, 13, 628, 220, 220, 220, 383, 5128, 284, 262, 7679, 318, 11, 355, 318, 3210, 11, 262, 12405, 13, 383, 1994, 290, 198, 220, 220, 220, 1988, 11, 2158, 11, 389, 7560, 20947, 422, 257, 8574, 3331, 286, 198, 220, 220, 220, 10007, 543, 389, 5292, 284, 1487, 8902, 628, 220, 220, 220, 5849, 42, 318, 973, 284, 4179, 262, 7652, 543, 743, 307, 4075, 379, 257, 1948, 198, 220, 220, 220, 640, 11, 4955, 617, 4922, 286, 9874, 768, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 825, 11593, 15003, 834, 7, 944, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 12405, 62, 10394, 25, 493, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5072, 62, 10394, 25, 493, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4088, 62, 13664, 25, 493, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6665, 25, 493, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1353, 74, 25, 493, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 15179, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 1058, 17143, 12405, 62, 10394, 25, 1374, 3094, 262, 12405, 11525, 12083, 9647, 318, 198, 220, 220, 220, 220, 220, 220, 220, 1058, 17143, 5072, 62, 10394, 25, 1374, 3094, 262, 5072, 9647, 481, 307, 198, 220, 220, 220, 220, 220, 220, 220, 1058, 17143, 4088, 62, 13664, 25, 1374, 890, 262, 4088, 481, 307, 13, 198, 220, 220, 220, 220, 220, 220, 220, 1058, 17143, 6665, 25, 383, 1271, 286, 6665, 284, 787, 13, 198, 220, 220, 220, 220, 220, 220, 220, 1058, 17143, 1353, 74, 25, 383, 1271, 286, 12066, 284, 1394, 583, 1182, 13, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 6818, 12405, 62, 10394, 4064, 6665, 6624, 657, 628, 220, 220, 220, 220, 220, 220, 220, 2208, 22446, 834, 15003, 834, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 1182, 62, 10394, 796, 12405, 62, 10394, 1003, 16600, 198, 220, 220, 220, 220, 220, 220, 220, 4088, 796, 28034, 13, 9107, 418, 26933, 16600, 11, 4088, 62, 13664, 11, 1182, 62, 10394, 4357, 4433, 62, 9744, 28, 17821, 8, 198, 220, 220, 220, 220, 220, 220, 220, 4088, 796, 28034, 13, 20471, 13, 15003, 13, 74, 1385, 278, 62, 403, 6933, 7, 31673, 11, 4433, 62, 9744, 28, 17821, 8, 628, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 31673, 796, 299, 77, 13, 36301, 7, 31673, 11, 4433, 62, 9744, 28, 17821, 8, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 4852, 74, 796, 1353, 74, 628, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 22766, 62, 16302, 273, 26933, 22766, 62, 10394, 4357, 685, 16600, 11, 1182, 62, 10394, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 2539, 62, 16302, 273, 26933, 2256, 62, 10394, 4357, 685, 2256, 62, 10394, 4357, 6665, 8, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 20311, 62, 16302, 273, 26933, 16600, 11, 1182, 62, 10394, 4357, 685, 22915, 62, 10394, 12962, 628, 628, 628, 628 ]
2.77459
732
import sqlite3 as sqlite import os.path import atexit import threading class Litedao: """ It's recommended to use Dao by composition. Meaning: don't subclass it. DAO: Data Access Object (this one is built to work with SQLite). You give an SQL request with some params or not, it spills out the result nicely ! You can even get the list of tables or columns. """ def __init__(self, path, init_script=None, raise_exception=True, raise_warning=True, connection_kwargs=None): """ - path: absolute path to database file - init_script: a path to a file, a file-like object or a string of sql code Example_a: "CREATE TABLE my_table(id INTEGER NOT NULL PRIMARY KEY);" Example_b: "/path/to/script.sql" - raise_exception: By default, True, so exceptions (sqlite.Error) will be raised - raise_warning: By default, True, so exceptions (sqlite.Warning) will be raised - connection_kwargs: connections arguments used while calling the method "sqlite.connect()" """ self._path = os.path.normpath(path) self._init_script = init_script self._raise_exception = raise_exception self._raise_warning = raise_warning self._lock = threading.Lock() use_init_script = False self._con = None self._is_new = False if not os.path.isfile(path): self._is_new = True use_init_script = True try: connection_kwargs = {} if connection_kwargs is None else connection_kwargs if "check_same_thread" in connection_kwargs: del connection_kwargs["check_same_thread"] self._con = sqlite.connect(path, check_same_thread=False, **connection_kwargs) except sqlite.Error as e: raise e finally: atexit.register(self.close) if use_init_script and init_script: self.script(init_script) # ==================================== # PROPERTIES # ==================================== @property @property def con(self): """ Connection object """ return self._con @property @property def is_new(self): """ Returns True if the database has just been created, otherwise returns False """ return self._is_new # ==================================== # PUBLIC METHODS # ==================================== def test(self): """ Returns True if this is a legal database, otherwise returns False """ cache = self._raise_exception self._raise_exception = True legal = True try: self.tables() except sqlite.Error as e: legal = False except sqlite.Warning as e: legal = False self._raise_exception = cache return legal def edit(self, sql, param=None): """ Use this method to edit your database. Formally: Data Definition Language (DDL) and Data Manipulation Language (DML). It returns True or False or raises sqlite.Error, sqlite.Warning """ with self._lock: param = () if param is None else param result = True cur = None try: cur = self._con.cursor() cur.execute(sql, param) self._con.commit() except sqlite.Error as e: result = False if self._raise_exception: raise except sqlite.Warning as e: result = False if self._raise_warning: raise finally: if cur: cur.close() return result def query(self, sql, param=None): """ Use this method to query your database. Formally: Data Query Language (DQL) It returns a tuple: (data, description). Data is a list with data from ur query. Description is a list with the name of columns related to data Example: ( [1, "Jack", 50], ["id", "name", "age"] ) This method can raise sqlite.Error, sqlite.Warning """ with self._lock: param = () if param is None else param description = [] data = [] cur = None try: cur = self._con.cursor() cur.execute(sql, param) data = cur.fetchall() description = cur.description except sqlite.Error as e: if self._raise_exception: raise except sqlite.Warning as e: if self._raise_warning: raise finally: if cur: cur.close() return [x[0] for x in description], data def script(self, script): """ Executes the script as an sql-script. Meaning: there are multiple lines of sql. This method returns nothing but could raise sqlite.Error, sqlite.Warning. script could be a path to a file, a file-like object or just a string. """ with self._lock: cur = None try: script = self._stringify_script(script) cur = self._con.cursor() cur.executescript(script) except sqlite.Error as e: if self._raise_exception: raise except sqlite.Warning as e: if self._raise_warning: raise finally: if cur: cur.close() def export(self): """ export the database: it returns a string of sql code. This method can raise sqlite.Error, sqlite.Warning """ with self._lock: result = "" try: "\n".join(self._con.iterdump()) except sqlite.Error as e: if self._raise_exception: raise except sqlite.Warning as e: if self._raise_warning: raise return result def tables(self): """ Returns the list of tables names. Example: ["table_1", "table_2"] This method can raise sqlite.Error, sqlite.Warning """ with self._lock: data = [] cur = None try: cur = self._con.cursor() cur.execute("SELECT name FROM sqlite_master WHERE type='table' AND name NOT LIKE 'sqlite_%'") data = cur.fetchall() except sqlite.Error as e: if self._raise_exception: raise except sqlite.Warning as e: if self._raise_warning: raise finally: if cur: cur.close() return [item[0] for item in data] def columns(self, table): """ Returns the list of columns names of the given table name A column is like: (int_id, str_column_name, str_column_datatype, int_boolean_nullability, default_value, int_primary_key) Example: [(0, "id", "INTEGER", 1, None, 1), (1, "name", "TEXT", 0, None, 0), (2, "age", "INTEGER", 1, None, 0)] This method can raise sqlite.Error, sqlite.Warning """ with self._lock: data = [] cur = None try: cur = self._con.cursor() cur.execute("pragma table_info('{}')".format(table)) data = cur.fetchall() except sqlite.Error as e: if self._raise_exception: raise except sqlite.Warning as e: if self._raise_warning: raise finally: if cur: cur.close() return data def close(self): """ Well, it closes the connection """ with self._lock: if self._con: try: self._con.close() except Exception: pass self._con = None atexit.unregister(self.close) def _stringify_script(self, script): """ This method will: - try to read the script: if the script is a file-like object, the content (string) will be returned - try to open the script: if the script is a path to a file, the content (string) will be returned - if the script is already a string, it will be returned as it, - the script will be returned as it if failed to read/open """ # if script is a file-like object try: script = script.read() except Exception as e: pass else: return script # if script is a path to a file try: with open(script, "r") as file: script = file.read() except Exception as e: pass else: return script return script
[ 11748, 44161, 578, 18, 355, 44161, 578, 198, 11748, 28686, 13, 6978, 198, 11748, 379, 37023, 198, 11748, 4704, 278, 628, 198, 4871, 406, 863, 5488, 25, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 632, 338, 7151, 284, 779, 360, 5488, 416, 11742, 13, 30563, 25, 836, 470, 47611, 340, 13, 198, 220, 220, 220, 17051, 46, 25, 6060, 8798, 9515, 357, 5661, 530, 318, 3170, 284, 670, 351, 16363, 578, 737, 198, 220, 220, 220, 921, 1577, 281, 16363, 2581, 351, 617, 42287, 393, 407, 11, 340, 42123, 503, 262, 1255, 16576, 5145, 198, 220, 220, 220, 921, 460, 772, 651, 262, 1351, 286, 8893, 393, 15180, 13, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 825, 11593, 15003, 834, 7, 944, 11, 3108, 11, 2315, 62, 12048, 28, 14202, 11, 5298, 62, 1069, 4516, 28, 17821, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5298, 62, 43917, 28, 17821, 11, 4637, 62, 46265, 22046, 28, 14202, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 532, 3108, 25, 4112, 3108, 284, 6831, 2393, 628, 220, 220, 220, 220, 220, 220, 220, 532, 2315, 62, 12048, 25, 257, 3108, 284, 257, 2393, 11, 257, 2393, 12, 2339, 2134, 393, 257, 4731, 286, 44161, 2438, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 17934, 62, 64, 25, 366, 43387, 6158, 43679, 616, 62, 11487, 7, 312, 17828, 7156, 1137, 5626, 15697, 4810, 3955, 13153, 35374, 1776, 1, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 17934, 62, 65, 25, 12813, 6978, 14, 1462, 14, 12048, 13, 25410, 1, 628, 220, 220, 220, 220, 220, 220, 220, 532, 5298, 62, 1069, 4516, 25, 2750, 4277, 11, 6407, 11, 523, 13269, 357, 25410, 578, 13, 12331, 8, 481, 307, 4376, 628, 220, 220, 220, 220, 220, 220, 220, 532, 5298, 62, 43917, 25, 2750, 4277, 11, 6407, 11, 523, 13269, 357, 25410, 578, 13, 20361, 8, 481, 307, 4376, 628, 220, 220, 220, 220, 220, 220, 220, 532, 4637, 62, 46265, 22046, 25, 8787, 7159, 973, 981, 4585, 262, 198, 220, 220, 220, 220, 220, 220, 220, 220, 2446, 366, 25410, 578, 13, 8443, 3419, 1, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 628, 220, 220, 220, 220, 220, 220, 220, 2116, 13557, 6978, 796, 28686, 13, 6978, 13, 27237, 6978, 7, 6978, 8, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13557, 15003, 62, 12048, 796, 2315, 62, 12048, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13557, 40225, 62, 1069, 4516, 796, 5298, 62, 1069, 4516, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13557, 40225, 62, 43917, 796, 5298, 62, 43917, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13557, 5354, 796, 4704, 278, 13, 25392, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 779, 62, 15003, 62, 12048, 796, 10352, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13557, 1102, 796, 6045, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13557, 271, 62, 3605, 796, 10352, 198, 220, 220, 220, 220, 220, 220, 220, 611, 407, 28686, 13, 6978, 13, 4468, 576, 7, 6978, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13557, 271, 62, 3605, 796, 6407, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 779, 62, 15003, 62, 12048, 796, 6407, 198, 220, 220, 220, 220, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4637, 62, 46265, 22046, 796, 23884, 611, 4637, 62, 46265, 22046, 318, 6045, 2073, 4637, 62, 46265, 22046, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 366, 9122, 62, 31642, 62, 16663, 1, 287, 4637, 62, 46265, 22046, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1619, 4637, 62, 46265, 22046, 14692, 9122, 62, 31642, 62, 16663, 8973, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13557, 1102, 796, 44161, 578, 13, 8443, 7, 6978, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2198, 62, 31642, 62, 16663, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 12429, 38659, 62, 46265, 22046, 8, 198, 220, 220, 220, 220, 220, 220, 220, 2845, 44161, 578, 13, 12331, 355, 304, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5298, 304, 198, 220, 220, 220, 220, 220, 220, 220, 3443, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 379, 37023, 13, 30238, 7, 944, 13, 19836, 8, 198, 220, 220, 220, 220, 220, 220, 220, 611, 779, 62, 15003, 62, 12048, 290, 2315, 62, 12048, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 12048, 7, 15003, 62, 12048, 8, 628, 220, 220, 220, 1303, 46111, 18604, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4810, 3185, 17395, 11015, 198, 220, 220, 220, 1303, 46111, 18604, 198, 220, 220, 220, 2488, 26745, 628, 220, 220, 220, 2488, 26745, 198, 220, 220, 220, 825, 369, 7, 944, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 26923, 2134, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 2116, 13557, 1102, 628, 220, 220, 220, 2488, 26745, 628, 220, 220, 220, 2488, 26745, 198, 220, 220, 220, 825, 318, 62, 3605, 7, 944, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 16409, 6407, 611, 262, 6831, 468, 655, 587, 2727, 11, 4306, 5860, 10352, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 2116, 13557, 271, 62, 3605, 628, 220, 220, 220, 1303, 46111, 18604, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 44731, 337, 36252, 50, 198, 220, 220, 220, 1303, 46111, 18604, 198, 220, 220, 220, 825, 1332, 7, 944, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 16409, 6407, 611, 428, 318, 257, 2742, 6831, 11, 4306, 5860, 10352, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 12940, 796, 2116, 13557, 40225, 62, 1069, 4516, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13557, 40225, 62, 1069, 4516, 796, 6407, 198, 220, 220, 220, 220, 220, 220, 220, 2742, 796, 6407, 198, 220, 220, 220, 220, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 83, 2977, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 2845, 44161, 578, 13, 12331, 355, 304, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2742, 796, 10352, 198, 220, 220, 220, 220, 220, 220, 220, 2845, 44161, 578, 13, 20361, 355, 304, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2742, 796, 10352, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13557, 40225, 62, 1069, 4516, 796, 12940, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 2742, 628, 220, 220, 220, 825, 4370, 7, 944, 11, 44161, 11, 5772, 28, 14202, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 5765, 428, 2446, 284, 4370, 534, 6831, 13, 198, 220, 220, 220, 220, 220, 220, 220, 5178, 453, 25, 6060, 30396, 15417, 357, 16458, 43, 8, 290, 6060, 35045, 1741, 15417, 357, 35, 5805, 737, 198, 220, 220, 220, 220, 220, 220, 220, 632, 5860, 6407, 393, 10352, 393, 12073, 44161, 578, 13, 12331, 11, 44161, 578, 13, 20361, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 351, 2116, 13557, 5354, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5772, 796, 7499, 611, 5772, 318, 6045, 2073, 5772, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1255, 796, 6407, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1090, 796, 6045, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1090, 796, 2116, 13557, 1102, 13, 66, 21471, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1090, 13, 41049, 7, 25410, 11, 5772, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13557, 1102, 13, 41509, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2845, 44161, 578, 13, 12331, 355, 304, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1255, 796, 10352, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 2116, 13557, 40225, 62, 1069, 4516, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5298, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2845, 44161, 578, 13, 20361, 355, 304, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1255, 796, 10352, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 2116, 13557, 40225, 62, 43917, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5298, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3443, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 1090, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1090, 13, 19836, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 1255, 628, 220, 220, 220, 825, 12405, 7, 944, 11, 44161, 11, 5772, 28, 14202, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 5765, 428, 2446, 284, 12405, 534, 6831, 13, 198, 220, 220, 220, 220, 220, 220, 220, 5178, 453, 25, 6060, 43301, 15417, 357, 35, 9711, 8, 198, 220, 220, 220, 220, 220, 220, 220, 632, 5860, 257, 46545, 25, 357, 7890, 11, 6764, 737, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6060, 318, 257, 1351, 351, 1366, 422, 2956, 12405, 13, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 12489, 318, 257, 1351, 351, 262, 1438, 286, 15180, 3519, 284, 1366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 17934, 25, 357, 685, 16, 11, 366, 14295, 1600, 2026, 4357, 14631, 312, 1600, 366, 3672, 1600, 366, 496, 8973, 1267, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 770, 2446, 460, 5298, 44161, 578, 13, 12331, 11, 44161, 578, 13, 20361, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 351, 2116, 13557, 5354, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5772, 796, 7499, 611, 5772, 318, 6045, 2073, 5772, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6764, 796, 17635, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1366, 796, 17635, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1090, 796, 6045, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1090, 796, 2116, 13557, 1102, 13, 66, 21471, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1090, 13, 41049, 7, 25410, 11, 5772, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1366, 796, 1090, 13, 69, 7569, 439, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6764, 796, 1090, 13, 11213, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2845, 44161, 578, 13, 12331, 355, 304, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 2116, 13557, 40225, 62, 1069, 4516, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5298, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2845, 44161, 578, 13, 20361, 355, 304, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 2116, 13557, 40225, 62, 43917, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5298, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3443, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 1090, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1090, 13, 19836, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 685, 87, 58, 15, 60, 329, 2124, 287, 6764, 4357, 1366, 628, 220, 220, 220, 825, 4226, 7, 944, 11, 4226, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 8393, 1769, 262, 4226, 355, 281, 44161, 12, 12048, 13, 30563, 25, 612, 389, 3294, 3951, 286, 44161, 13, 198, 220, 220, 220, 220, 220, 220, 220, 770, 2446, 5860, 2147, 475, 714, 5298, 44161, 578, 13, 12331, 11, 44161, 578, 13, 20361, 13, 628, 220, 220, 220, 220, 220, 220, 220, 4226, 714, 307, 257, 3108, 284, 257, 2393, 11, 257, 2393, 12, 2339, 2134, 393, 655, 257, 4731, 13, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 351, 2116, 13557, 5354, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1090, 796, 6045, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4226, 796, 2116, 13557, 8841, 1958, 62, 12048, 7, 12048, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1090, 796, 2116, 13557, 1102, 13, 66, 21471, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1090, 13, 18558, 1769, 6519, 7, 12048, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2845, 44161, 578, 13, 12331, 355, 304, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 2116, 13557, 40225, 62, 1069, 4516, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5298, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2845, 44161, 578, 13, 20361, 355, 304, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 2116, 13557, 40225, 62, 43917, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5298, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3443, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 1090, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1090, 13, 19836, 3419, 628, 220, 220, 220, 825, 10784, 7, 944, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 10784, 262, 6831, 25, 340, 5860, 257, 4731, 286, 44161, 2438, 13, 198, 220, 220, 220, 220, 220, 220, 220, 770, 2446, 460, 5298, 44161, 578, 13, 12331, 11, 44161, 578, 13, 20361, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 351, 2116, 13557, 5354, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1255, 796, 13538, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 37082, 77, 1911, 22179, 7, 944, 13557, 1102, 13, 2676, 39455, 28955, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2845, 44161, 578, 13, 12331, 355, 304, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 2116, 13557, 40225, 62, 1069, 4516, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5298, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2845, 44161, 578, 13, 20361, 355, 304, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 2116, 13557, 40225, 62, 43917, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5298, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 1255, 628, 220, 220, 220, 825, 8893, 7, 944, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 16409, 262, 1351, 286, 8893, 3891, 13, 198, 220, 220, 220, 220, 220, 220, 220, 17934, 25, 14631, 11487, 62, 16, 1600, 366, 11487, 62, 17, 8973, 198, 220, 220, 220, 220, 220, 220, 220, 770, 2446, 460, 5298, 44161, 578, 13, 12331, 11, 44161, 578, 13, 20361, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 351, 2116, 13557, 5354, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1366, 796, 17635, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1090, 796, 6045, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1090, 796, 2116, 13557, 1102, 13, 66, 21471, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1090, 13, 41049, 7203, 46506, 1438, 16034, 44161, 578, 62, 9866, 33411, 2099, 11639, 11487, 6, 5357, 1438, 5626, 34178, 705, 25410, 578, 62, 4, 6, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1366, 796, 1090, 13, 69, 7569, 439, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2845, 44161, 578, 13, 12331, 355, 304, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 2116, 13557, 40225, 62, 1069, 4516, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5298, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2845, 44161, 578, 13, 20361, 355, 304, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 2116, 13557, 40225, 62, 43917, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5298, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3443, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 1090, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1090, 13, 19836, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 685, 9186, 58, 15, 60, 329, 2378, 287, 1366, 60, 628, 220, 220, 220, 825, 15180, 7, 944, 11, 3084, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 16409, 262, 1351, 286, 15180, 3891, 286, 262, 1813, 3084, 1438, 198, 220, 220, 220, 220, 220, 220, 220, 317, 5721, 318, 588, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 357, 600, 62, 312, 11, 965, 62, 28665, 62, 3672, 11, 965, 62, 28665, 62, 19608, 265, 2981, 11, 493, 62, 2127, 21052, 62, 8423, 1799, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 62, 8367, 11, 493, 62, 39754, 62, 2539, 8, 198, 220, 220, 220, 220, 220, 220, 220, 17934, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 47527, 15, 11, 366, 312, 1600, 366, 12394, 7156, 1137, 1600, 352, 11, 6045, 11, 352, 828, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 357, 16, 11, 366, 3672, 1600, 366, 32541, 1600, 657, 11, 6045, 11, 657, 828, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 357, 17, 11, 366, 496, 1600, 366, 12394, 7156, 1137, 1600, 352, 11, 6045, 11, 657, 15437, 628, 220, 220, 220, 220, 220, 220, 220, 770, 2446, 460, 5298, 44161, 578, 13, 12331, 11, 44161, 578, 13, 20361, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 351, 2116, 13557, 5354, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1366, 796, 17635, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1090, 796, 6045, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1090, 796, 2116, 13557, 1102, 13, 66, 21471, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1090, 13, 41049, 7203, 1050, 363, 2611, 3084, 62, 10951, 10786, 90, 92, 11537, 1911, 18982, 7, 11487, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1366, 796, 1090, 13, 69, 7569, 439, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2845, 44161, 578, 13, 12331, 355, 304, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 2116, 13557, 40225, 62, 1069, 4516, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5298, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2845, 44161, 578, 13, 20361, 355, 304, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 2116, 13557, 40225, 62, 43917, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5298, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3443, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 1090, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1090, 13, 19836, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 1366, 628, 220, 220, 220, 825, 1969, 7, 944, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 3894, 11, 340, 20612, 262, 4637, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 351, 2116, 13557, 5354, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 2116, 13557, 1102, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13557, 1102, 13, 19836, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2845, 35528, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1208, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13557, 1102, 796, 6045, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 379, 37023, 13, 403, 30238, 7, 944, 13, 19836, 8, 628, 220, 220, 220, 825, 4808, 8841, 1958, 62, 12048, 7, 944, 11, 4226, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 770, 2446, 481, 25, 198, 220, 220, 220, 220, 220, 220, 220, 532, 1949, 284, 1100, 262, 4226, 25, 611, 262, 4226, 318, 257, 2393, 12, 2339, 2134, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 262, 2695, 357, 8841, 8, 481, 307, 4504, 198, 220, 220, 220, 220, 220, 220, 220, 532, 1949, 284, 1280, 262, 4226, 25, 611, 262, 4226, 318, 257, 3108, 284, 257, 2393, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 262, 2695, 357, 8841, 8, 481, 307, 4504, 198, 220, 220, 220, 220, 220, 220, 220, 532, 611, 262, 4226, 318, 1541, 257, 4731, 11, 340, 481, 307, 4504, 355, 340, 11, 198, 220, 220, 220, 220, 220, 220, 220, 532, 262, 4226, 481, 307, 4504, 355, 340, 611, 4054, 284, 1100, 14, 9654, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 611, 4226, 318, 257, 2393, 12, 2339, 2134, 198, 220, 220, 220, 220, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4226, 796, 4226, 13, 961, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 2845, 35528, 355, 304, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1208, 198, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 4226, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 611, 4226, 318, 257, 3108, 284, 257, 2393, 198, 220, 220, 220, 220, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 351, 1280, 7, 12048, 11, 366, 81, 4943, 355, 2393, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4226, 796, 2393, 13, 961, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 2845, 35528, 355, 304, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1208, 198, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 4226, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 4226, 198 ]
2.014249
4,702
## MODIFIED FROM _init_paths.py import os import sys PATH_CURRENT = os.path.abspath(os.path.dirname(__file__)) # print(PATH_CURRENT) # get parent dir: https://stackoverflow.com/questions/2860153/how-do-i-get-the-parent-directory-in-python from pathlib import Path PATH_PARENT = Path(PATH_CURRENT).parent #PATH_PARENT = os.path.abspath(os.path.dirname(__file__)+os.path.sep+os.pardir) # THIS DOESN'T WORK IN SOME ENVIRONMENTS #print(PATH_PARENT) PATH_LIB = os.path.join(PATH_PARENT, 'lib') #print(PATH_LIB) add_path(PATH_LIB) PATH_MM = os.path.join(PATH_PARENT, 'lib/poseeval/py-motmetrics') add_path(PATH_MM) #print(sys.path)
[ 2235, 19164, 28343, 16034, 4808, 15003, 62, 6978, 82, 13, 9078, 198, 11748, 28686, 198, 11748, 25064, 198, 198, 34219, 62, 34, 39237, 796, 28686, 13, 6978, 13, 397, 2777, 776, 7, 418, 13, 6978, 13, 15908, 3672, 7, 834, 7753, 834, 4008, 198, 2, 3601, 7, 34219, 62, 34, 39237, 8, 198, 198, 2, 651, 2560, 26672, 25, 3740, 1378, 25558, 2502, 11125, 13, 785, 14, 6138, 507, 14, 27033, 486, 4310, 14, 4919, 12, 4598, 12, 72, 12, 1136, 12, 1169, 12, 8000, 12, 34945, 12, 259, 12, 29412, 198, 6738, 3108, 8019, 1330, 10644, 198, 34219, 62, 27082, 3525, 796, 10644, 7, 34219, 62, 34, 39237, 737, 8000, 198, 2, 34219, 62, 27082, 3525, 796, 28686, 13, 6978, 13, 397, 2777, 776, 7, 418, 13, 6978, 13, 15908, 3672, 7, 834, 7753, 834, 47762, 418, 13, 6978, 13, 325, 79, 10, 418, 13, 26037, 343, 8, 1303, 12680, 38359, 45, 6, 51, 30936, 3268, 41670, 12964, 53, 4663, 1340, 28957, 198, 2, 4798, 7, 34219, 62, 27082, 3525, 8, 198, 198, 34219, 62, 40347, 796, 28686, 13, 6978, 13, 22179, 7, 34219, 62, 27082, 3525, 11, 705, 8019, 11537, 198, 2, 4798, 7, 34219, 62, 40347, 8, 198, 2860, 62, 6978, 7, 34219, 62, 40347, 8, 628, 198, 34219, 62, 12038, 796, 28686, 13, 6978, 13, 22179, 7, 34219, 62, 27082, 3525, 11, 705, 8019, 14, 3455, 18206, 14, 9078, 12, 27926, 4164, 10466, 11537, 198, 2860, 62, 6978, 7, 34219, 62, 12038, 8, 628, 198, 2, 4798, 7, 17597, 13, 6978, 8, 198 ]
2.463035
257
import io import os import os.path import sys import unittest from cmdstanpy import TMPDIR from cmdstanpy.lib import Model, SamplerArgs, RunSet from cmdstanpy.cmds import compile_model, sample, summary, diagnose from cmdstanpy.cmds import get_drawset, save_csvfiles datafiles_path = os.path.join('test', 'data') # TODO: test compile with existing exe - timestamp on exe unchanged # TODO: test overwrite with existing exe - timestamp on exe updated if __name__ == '__main__': unittest.main()
[ 11748, 33245, 198, 11748, 28686, 198, 11748, 28686, 13, 6978, 198, 11748, 25064, 198, 11748, 555, 715, 395, 198, 198, 6738, 23991, 14192, 9078, 1330, 21232, 5760, 4663, 198, 6738, 23991, 14192, 9078, 13, 8019, 1330, 9104, 11, 3409, 20053, 42035, 11, 5660, 7248, 198, 6738, 23991, 14192, 9078, 13, 28758, 82, 1330, 17632, 62, 19849, 11, 6291, 11, 10638, 11, 37489, 198, 6738, 23991, 14192, 9078, 13, 28758, 82, 1330, 651, 62, 19334, 2617, 11, 3613, 62, 40664, 16624, 198, 198, 7890, 16624, 62, 6978, 796, 28686, 13, 6978, 13, 22179, 10786, 9288, 3256, 705, 7890, 11537, 628, 198, 220, 220, 220, 1303, 16926, 46, 25, 1332, 17632, 351, 4683, 409, 68, 532, 41033, 319, 409, 68, 21588, 198, 220, 220, 220, 1303, 16926, 46, 25, 1332, 49312, 351, 4683, 409, 68, 532, 41033, 319, 409, 68, 6153, 628, 628, 628, 198, 198, 361, 11593, 3672, 834, 6624, 705, 834, 12417, 834, 10354, 198, 220, 220, 220, 555, 715, 395, 13, 12417, 3419, 198 ]
3.115152
165
from django.template.loader import get_template
[ 6738, 42625, 14208, 13, 28243, 13, 29356, 1330, 651, 62, 28243 ]
4.272727
11
# This script will extract the important ride data from a .tcx # file specified by the user. The code below will then extract # the speed and power values at each time step. The data recording # of the Garmin MUST be set to one data point per second, as the # analysis assumes a time-step of 1 second. import lxml.etree as ET import os from os import path
[ 2, 770, 4226, 481, 7925, 262, 1593, 6594, 1366, 422, 257, 764, 23047, 87, 198, 2, 2393, 7368, 416, 262, 2836, 13, 383, 2438, 2174, 481, 788, 7925, 198, 2, 262, 2866, 290, 1176, 3815, 379, 1123, 640, 2239, 13, 383, 1366, 8296, 198, 2, 286, 262, 50212, 17191, 307, 900, 284, 530, 1366, 966, 583, 1218, 11, 355, 262, 198, 2, 3781, 18533, 257, 640, 12, 9662, 286, 352, 1218, 13, 198, 198, 11748, 300, 19875, 13, 316, 631, 355, 12152, 198, 11748, 28686, 198, 6738, 28686, 1330, 3108, 628 ]
3.934066
91
""" Package of lms page objects for acceptance tests """ import os # Get the URL of the instance under test HOSTNAME = os.environ.get('BOK_CHOY_HOSTNAME', 'localhost') LMS_PORT = os.environ.get('BOK_CHOY_LMS_PORT', 8003) BASE_URL = os.environ.get('test_url', f'http://{HOSTNAME}:{LMS_PORT}')
[ 37811, 198, 27813, 286, 300, 907, 2443, 5563, 329, 13427, 5254, 198, 37811, 628, 198, 11748, 28686, 198, 198, 2, 3497, 262, 10289, 286, 262, 4554, 739, 1332, 198, 39, 10892, 20608, 796, 28686, 13, 268, 2268, 13, 1136, 10786, 8202, 42, 62, 3398, 21414, 62, 39, 10892, 20608, 3256, 705, 36750, 11537, 198, 43, 5653, 62, 15490, 796, 28686, 13, 268, 2268, 13, 1136, 10786, 8202, 42, 62, 3398, 21414, 62, 43, 5653, 62, 15490, 3256, 10460, 18, 8, 198, 33, 11159, 62, 21886, 796, 28686, 13, 268, 2268, 13, 1136, 10786, 9288, 62, 6371, 3256, 277, 6, 4023, 1378, 90, 39, 10892, 20608, 92, 29164, 43, 5653, 62, 15490, 92, 11537, 198 ]
2.587719
114
from django.contrib import admin # Register your models here. from ml.models import EECStats, EPStats, ETDStats @admin.register(EECStats) @admin.register(EPStats) @admin.register(ETDStats)
[ 6738, 42625, 14208, 13, 3642, 822, 1330, 13169, 198, 198, 2, 17296, 534, 4981, 994, 13, 198, 6738, 25962, 13, 27530, 1330, 412, 2943, 29668, 11, 14724, 29668, 11, 12152, 35, 29668, 198, 198, 31, 28482, 13, 30238, 7, 36, 2943, 29668, 8, 198, 198, 31, 28482, 13, 30238, 7, 8905, 29668, 8, 198, 220, 220, 220, 220, 198, 31, 28482, 13, 30238, 7, 2767, 35, 29668, 8, 198 ]
2.855072
69
""" Given a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding up all the values along the path equals the given sum. Note: A leaf is a node with no children. Example: Given the below binary tree and sum = 22, 5 / \ 4 8 / / \ 11 13 4 / \ \ 7 2 1 return true, as there exist a root-to-leaf path 5->4->11->2 which sum is 22. Solution: 1. dfs + recursion 2. bfs + stack So we start from a stack which contains the root node and the corresponding remaining sum which is sum - root.val. Then we proceed to the iterations: pop the current node out of the stack and return True if the remaining sum is 0 and we're on the leaf node. If the remaining sum is not zero or we're not on the leaf yet then we push the child nodes and corresponding remaining sums into stack. """ # Definition for a binary tree node. # class TreeNode: # def __init__(self, x): # self.val = x # self.left = None # self.right = None # DFS + Recursion # Time-O(N), where N is the number of nodes in the tree # Space-worst O(N), best O(logN) # Space complexity : in the worst case, the tree is completely unbalanced, e.g. each node has only one child node, the recursion call would occur NN times (the height of the tree), therefore the storage to keep the call stack would be \mathcal{O}(N)O(N). But in the best case (the tree is completely balanced), the height of the tree would be \log(N)log(N). Therefore, the space complexity in this case would be \mathcal{O}(\log(N))O(log(N)). # BFS + Stack # Use stack to store each node's condition, [node, remaining value], updating the remaining sum to cumulate at each visit. # Time - O(N) # Space - [O(logN), O(N)]
[ 37811, 198, 15056, 257, 13934, 5509, 290, 257, 2160, 11, 5004, 611, 262, 5509, 468, 257, 6808, 12, 1462, 12, 33201, 3108, 884, 326, 4375, 510, 477, 262, 3815, 1863, 262, 3108, 21767, 262, 1813, 2160, 13, 198, 198, 6425, 25, 317, 12835, 318, 257, 10139, 351, 645, 1751, 13, 198, 198, 16281, 25, 198, 198, 15056, 262, 2174, 13934, 5509, 290, 2160, 796, 2534, 11, 628, 220, 220, 220, 220, 220, 642, 198, 220, 220, 220, 220, 1220, 3467, 198, 220, 220, 220, 604, 220, 220, 807, 198, 220, 220, 1220, 220, 220, 1220, 3467, 198, 220, 1367, 220, 1511, 220, 604, 198, 1220, 220, 3467, 220, 220, 220, 220, 220, 3467, 198, 22, 220, 220, 220, 362, 220, 220, 220, 220, 220, 352, 198, 7783, 2081, 11, 355, 612, 2152, 257, 6808, 12, 1462, 12, 33201, 3108, 642, 3784, 19, 3784, 1157, 3784, 17, 543, 2160, 318, 2534, 13, 628, 198, 46344, 25, 198, 16, 13, 288, 9501, 1343, 664, 24197, 198, 17, 13, 275, 9501, 1343, 8931, 198, 2396, 356, 923, 422, 257, 8931, 543, 4909, 262, 6808, 10139, 290, 262, 11188, 5637, 2160, 543, 318, 2160, 532, 6808, 13, 2100, 13, 3244, 356, 5120, 284, 262, 34820, 25, 1461, 262, 1459, 10139, 503, 286, 262, 8931, 290, 1441, 6407, 611, 262, 5637, 2160, 318, 657, 290, 356, 821, 319, 262, 12835, 10139, 13, 1002, 262, 5637, 2160, 318, 407, 6632, 393, 356, 821, 407, 319, 262, 12835, 1865, 788, 356, 4574, 262, 1200, 13760, 290, 11188, 5637, 21784, 656, 8931, 13, 198, 37811, 628, 198, 2, 30396, 329, 257, 13934, 5509, 10139, 13, 198, 2, 1398, 12200, 19667, 25, 198, 2, 220, 220, 220, 220, 825, 11593, 15003, 834, 7, 944, 11, 2124, 2599, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 2100, 796, 2124, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 9464, 796, 6045, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 3506, 796, 6045, 198, 198, 2, 360, 10652, 1343, 3311, 24197, 198, 2, 3862, 12, 46, 7, 45, 828, 810, 399, 318, 262, 1271, 286, 13760, 287, 262, 5509, 198, 2, 4687, 12, 41430, 440, 7, 45, 828, 1266, 440, 7, 6404, 45, 8, 198, 2, 4687, 13357, 1058, 287, 262, 5290, 1339, 11, 262, 5509, 318, 3190, 555, 27753, 11, 304, 13, 70, 13, 1123, 10139, 468, 691, 530, 1200, 10139, 11, 262, 664, 24197, 869, 561, 3051, 399, 45, 1661, 357, 1169, 6001, 286, 262, 5509, 828, 4361, 262, 6143, 284, 1394, 262, 869, 8931, 561, 307, 3467, 11018, 9948, 90, 46, 92, 7, 45, 8, 46, 7, 45, 737, 887, 287, 262, 1266, 1339, 357, 1169, 5509, 318, 3190, 12974, 828, 262, 6001, 286, 262, 5509, 561, 307, 3467, 6404, 7, 45, 8, 6404, 7, 45, 737, 8447, 11, 262, 2272, 13357, 287, 428, 1339, 561, 307, 3467, 11018, 9948, 90, 46, 92, 38016, 6404, 7, 45, 4008, 46, 7, 6404, 7, 45, 29720, 220, 628, 198, 2, 347, 10652, 1343, 23881, 198, 2, 5765, 8931, 284, 3650, 1123, 10139, 338, 4006, 11, 685, 17440, 11, 5637, 1988, 4357, 19698, 262, 5637, 2160, 284, 10973, 5039, 379, 1123, 3187, 13, 198, 2, 3862, 532, 440, 7, 45, 8, 198, 2, 4687, 532, 685, 46, 7, 6404, 45, 828, 440, 7, 45, 15437, 220, 198 ]
3.129264
557
'''Autogenerated by xml_generate script, do not edit!''' from OpenGL import platform as _p, arrays # Code generation uses this from OpenGL.raw.GLX import _types as _cs # End users want this... from OpenGL.raw.GLX._types import * from OpenGL.raw.GLX import _errors from OpenGL.constant import Constant as _C import ctypes _EXTENSION_NAME = 'GLX_MESA_pixmap_colormap' @_f @_p.types(_cs.GLXPixmap,ctypes.POINTER(_cs.Display),ctypes.POINTER(_cs.XVisualInfo),_cs.Pixmap,_cs.Colormap)
[ 7061, 6, 16541, 519, 877, 515, 416, 35555, 62, 8612, 378, 4226, 11, 466, 407, 4370, 0, 7061, 6, 201, 198, 6738, 30672, 1330, 3859, 355, 4808, 79, 11, 26515, 201, 198, 2, 6127, 5270, 3544, 428, 201, 198, 6738, 30672, 13, 1831, 13, 8763, 55, 1330, 4808, 19199, 355, 4808, 6359, 201, 198, 2, 5268, 2985, 765, 428, 986, 201, 198, 6738, 30672, 13, 1831, 13, 8763, 55, 13557, 19199, 1330, 1635, 201, 198, 6738, 30672, 13, 1831, 13, 8763, 55, 1330, 4808, 48277, 201, 198, 6738, 30672, 13, 9979, 415, 1330, 20217, 355, 4808, 34, 201, 198, 201, 198, 11748, 269, 19199, 201, 198, 62, 13918, 16938, 2849, 62, 20608, 796, 705, 8763, 55, 62, 44, 43279, 62, 79, 844, 8899, 62, 4033, 579, 499, 6, 201, 198, 201, 198, 31, 62, 69, 201, 198, 31, 62, 79, 13, 19199, 28264, 6359, 13, 8763, 27481, 844, 8899, 11, 310, 9497, 13, 16402, 41358, 28264, 6359, 13, 23114, 828, 310, 9497, 13, 16402, 41358, 28264, 6359, 13, 55, 36259, 12360, 828, 62, 6359, 13, 47, 844, 8899, 11, 62, 6359, 13, 5216, 579, 499, 8, 201, 198 ]
2.632979
188
import bisect from collections import OrderedDict from reprlib import recursive_repr as _recursive_repr # import pandas as pd # pd.set_option('mode.chained_assignment', 'raise') from controllers.mpc_controller import MpcController from controllers.controller_base import ControllerBase from structdict import StructDict, struct_repr, named_struct_dict from models.mld_model import MldSystemModel, MldModel, MldInfo from utils.func_utils import ParNotSet from utils.helper_funcs import is_all_None from typing import MutableMapping, AnyStr
[ 11748, 47457, 478, 198, 6738, 17268, 1330, 14230, 1068, 35, 713, 198, 6738, 41575, 8019, 1330, 45115, 62, 260, 1050, 355, 4808, 8344, 30753, 62, 260, 1050, 198, 198, 2, 1330, 19798, 292, 355, 279, 67, 198, 2, 279, 67, 13, 2617, 62, 18076, 10786, 14171, 13, 354, 1328, 62, 562, 16747, 3256, 705, 40225, 11537, 198, 198, 6738, 20624, 13, 3149, 66, 62, 36500, 1330, 337, 14751, 22130, 198, 6738, 20624, 13, 36500, 62, 8692, 1330, 22741, 14881, 198, 6738, 2878, 11600, 1330, 32112, 35, 713, 11, 2878, 62, 260, 1050, 11, 3706, 62, 7249, 62, 11600, 198, 6738, 4981, 13, 76, 335, 62, 19849, 1330, 337, 335, 11964, 17633, 11, 337, 335, 17633, 11, 337, 335, 12360, 198, 198, 6738, 3384, 4487, 13, 20786, 62, 26791, 1330, 2547, 3673, 7248, 198, 6738, 3384, 4487, 13, 2978, 525, 62, 12543, 6359, 1330, 318, 62, 439, 62, 14202, 198, 198, 6738, 19720, 1330, 13859, 540, 44, 5912, 11, 4377, 13290, 628, 628 ]
3.37037
162
#!/usr/bin/env python3 # -*- coding: utf-8 -*- import binascii import time import unittest from unittest.mock import patch from ontology.ont_sdk import OntologySdk from ontology.smart_contract.neo_contract.abi.abi_function import AbiFunction from ontology.smart_contract.neo_contract.abi.abi_info import AbiInfo from ontology.wallet.wallet_manager import WalletManager from pot.default_settings import ( GAS_LIMIT, GAS_PRICE, WALLET_PATH, CONTRACT_ABI, ONT_RPC_ADDRESS, CONTRACT_ADDRESS_HEX ) from pot.invoke_saving_pot import InvokeSavingPot ontology = OntologySdk() remote_rpc_address = 'http://polaris3.ont.io:20336' ontology.set_rpc(remote_rpc_address) wallet_manager = WalletManager() wallet_manager.open_wallet(WALLET_PATH) password = input('password: ') gas_limit = 20000000 gas_price = 500 acct = wallet_manager.get_account('AKeDu9QW6hfAhwpvCwNNwkEQt1LkUQpBpW', password) saving_pot = InvokeSavingPot(ontology, CONTRACT_ABI, CONTRACT_ADDRESS_HEX) if __name__ == '__main__': unittest.main()
[ 2, 48443, 14629, 14, 8800, 14, 24330, 21015, 18, 198, 2, 532, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12, 198, 11748, 9874, 292, 979, 72, 198, 11748, 640, 198, 11748, 555, 715, 395, 198, 6738, 555, 715, 395, 13, 76, 735, 1330, 8529, 198, 198, 6738, 39585, 1435, 13, 756, 62, 21282, 74, 1330, 9463, 1435, 50, 34388, 198, 6738, 39585, 1435, 13, 27004, 62, 28484, 13, 710, 78, 62, 28484, 13, 17914, 13, 17914, 62, 8818, 1330, 2275, 72, 22203, 198, 6738, 39585, 1435, 13, 27004, 62, 28484, 13, 710, 78, 62, 28484, 13, 17914, 13, 17914, 62, 10951, 1330, 2275, 72, 12360, 198, 6738, 39585, 1435, 13, 44623, 13, 44623, 62, 37153, 1330, 37249, 13511, 198, 198, 6738, 1787, 13, 12286, 62, 33692, 1330, 357, 198, 220, 220, 220, 402, 1921, 62, 43, 3955, 2043, 11, 198, 220, 220, 220, 402, 1921, 62, 4805, 8476, 11, 198, 220, 220, 220, 370, 1847, 28882, 62, 34219, 11, 198, 220, 220, 220, 27342, 10659, 62, 32, 3483, 11, 198, 220, 220, 220, 6177, 51, 62, 49, 5662, 62, 2885, 7707, 7597, 11, 198, 220, 220, 220, 27342, 10659, 62, 2885, 7707, 7597, 62, 39, 6369, 198, 8, 198, 6738, 1787, 13, 37669, 62, 29336, 62, 13059, 1330, 10001, 2088, 50, 2703, 25396, 198, 198, 756, 1435, 796, 9463, 1435, 50, 34388, 3419, 198, 47960, 62, 81, 14751, 62, 21975, 796, 705, 4023, 1378, 79, 6192, 271, 18, 13, 756, 13, 952, 25, 1238, 29211, 6, 198, 756, 1435, 13, 2617, 62, 81, 14751, 7, 47960, 62, 81, 14751, 62, 21975, 8, 198, 44623, 62, 37153, 796, 37249, 13511, 3419, 198, 44623, 62, 37153, 13, 9654, 62, 44623, 7, 54, 1847, 28882, 62, 34219, 8, 198, 28712, 796, 5128, 10786, 28712, 25, 705, 8, 198, 22649, 62, 32374, 796, 939, 20483, 198, 22649, 62, 20888, 796, 5323, 198, 330, 310, 796, 13008, 62, 37153, 13, 1136, 62, 23317, 10786, 32, 8896, 35660, 24, 48, 54, 21, 71, 69, 10910, 24142, 85, 34, 86, 6144, 43021, 36, 48, 83, 16, 43, 74, 52, 48, 79, 33, 79, 54, 3256, 9206, 8, 198, 29336, 62, 13059, 796, 10001, 2088, 50, 2703, 25396, 7, 756, 1435, 11, 27342, 10659, 62, 32, 3483, 11, 27342, 10659, 62, 2885, 7707, 7597, 62, 39, 6369, 8, 628, 198, 198, 361, 11593, 3672, 834, 6624, 705, 834, 12417, 834, 10354, 198, 220, 220, 220, 555, 715, 395, 13, 12417, 3419, 198 ]
2.535627
407
import os from dotenv import load_dotenv basedir = os.path.abspath(os.path.dirname(__file__)) load_dotenv(os.path.join(basedir, '.env'))
[ 11748, 28686, 198, 6738, 16605, 24330, 1330, 3440, 62, 26518, 24330, 198, 3106, 343, 796, 28686, 13, 6978, 13, 397, 2777, 776, 7, 418, 13, 6978, 13, 15908, 3672, 7, 834, 7753, 834, 4008, 198, 2220, 62, 26518, 24330, 7, 418, 13, 6978, 13, 22179, 7, 3106, 343, 11, 45302, 24330, 6, 4008, 628 ]
2.555556
54
print(Solution().findNthDigit(194))
[ 198, 198, 4798, 7, 46344, 22446, 19796, 45, 400, 19511, 270, 7, 22913, 4008, 198 ]
2.533333
15
#!/usr/bin/env python # -*- coding: utf-8 -*- __author__ = 'Benjamin Milde' import requests import json import redis import re from timer import Timer red = redis.StrictRedis() #Todo: refactor. This has been mved to the relevant event generator #Abstracts away the details of communicating with the ambient server #Do most of the message passing with redis, now standard version
[ 2, 48443, 14629, 14, 8800, 14, 24330, 21015, 198, 2, 532, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12, 198, 834, 9800, 834, 796, 705, 11696, 13337, 29087, 68, 6, 198, 198, 11748, 7007, 198, 11748, 33918, 198, 11748, 2266, 271, 198, 11748, 302, 198, 6738, 19781, 1330, 5045, 263, 198, 198, 445, 796, 2266, 271, 13, 1273, 2012, 7738, 271, 3419, 198, 198, 2, 51, 24313, 25, 1006, 11218, 13, 770, 468, 587, 285, 1079, 284, 262, 5981, 1785, 17301, 220, 198, 198, 2, 23839, 82, 1497, 262, 3307, 286, 22889, 351, 262, 25237, 4382, 198, 198, 2, 5211, 749, 286, 262, 3275, 6427, 351, 2266, 271, 11, 783, 3210, 2196 ]
3.33913
115
# imports import requests import json from bs4 import BeautifulSoup from tqdm import tqdm import random from utilities import dict_from_json #websites: (these are the websites with the same format as UK) #does not work: #'https://us.pandora.net/en/jewelry/?start={}&amp;sz=36&amp;format=page-element'' websites = ['https://cn.pandora.net/zh/jewellery/?start={}&amp;sz=36&amp;format=page-element', 'https://hk.pandora.net/en/jewellery/?start={}&amp;sz=36&amp;format=page-element', 'https://jp.pandora.net/ja/jewellery/?start={}&amp;sz=36&amp;format=page-element', 'https://hk.pandora.net/en/jewellery/?start={}&amp;sz=36&amp;format=page-element', 'https://nz.pandora.net/en/jewellery/?start={}&amp;sz=36&amp;format=page-element', 'https://sg.pandora.net/en/jewellery/?start={}&amp;sz=36&amp;format=page-element', 'https://dk.pandora.net/da/smykker/?start={}&amp;sz=36&amp;format=page-element', 'https://de.pandora.net/de/schmuck/?start={}&amp;sz=36&amp;format=page-element', 'https://fr.pandora.net/fr/bijoux/?start={}&amp;sz=36&amp;format=page-element', 'https://it.pandora.net/it/gioielli/?start={}&amp;sz=36&amp;format=page-element', 'https://uk.pandora.net/en/jewellery/?start={}&amp;sz=36&amp;format=page-element', 'https://nl.pandora.net/nl/sieraden/?start={}&amp;sz=36&amp;format=page-element', 'https://pl.pandora.net/pl/bizuteria/?start={}&amp;sz=36&amp;format=page-element', 'https://se.pandora.net/sv/smycken/?start={}&amp;sz=36&amp;format=page-element', 'https://at.pandora.net/de/schmuck/?start={}&amp;sz=36&amp;format=page-element', 'https://au.pandora.net/en/jewellery/?start={}&amp;sz=36&amp;format=page-element', 'https://au.pandora.net/en/jewellery/?start={}&amp;sz=36&amp;format=page-element'] headers = ['Mozilla/5.0 CK={} (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36', 'Mozilla/5.0 (iPad; CPU OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148'] if __name__ == "__main__": new_catalog = create_catalog(save=True, websites=websites) has_no_class = dict_from_json('id_not_in_masterfile.json') for product in has_no_class: if product in new_catalog.keys(): new_catalog.pop(product) a_file = open("../catalog.json", "w") json.dump(new_catalog, a_file) a_file.close()
[ 2, 17944, 198, 11748, 7007, 198, 11748, 33918, 198, 6738, 275, 82, 19, 1330, 23762, 50, 10486, 198, 6738, 256, 80, 36020, 1330, 256, 80, 36020, 198, 11748, 4738, 198, 6738, 20081, 1330, 8633, 62, 6738, 62, 17752, 628, 198, 2, 732, 1443, 2737, 25, 357, 27218, 389, 262, 9293, 351, 262, 976, 5794, 355, 3482, 8, 198, 2, 22437, 407, 670, 25, 198, 2, 6, 5450, 1378, 385, 13, 79, 392, 5799, 13, 3262, 14, 268, 14, 47483, 417, 563, 20924, 9688, 34758, 92, 5, 696, 26, 82, 89, 28, 2623, 5, 696, 26, 18982, 28, 7700, 12, 30854, 7061, 198, 198, 732, 1443, 2737, 796, 37250, 5450, 1378, 31522, 13, 79, 392, 5799, 13, 3262, 14, 23548, 14, 47483, 41800, 20924, 9688, 34758, 92, 5, 696, 26, 82, 89, 28, 2623, 5, 696, 26, 18982, 28, 7700, 12, 30854, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 5450, 1378, 71, 74, 13, 79, 392, 5799, 13, 3262, 14, 268, 14, 47483, 41800, 20924, 9688, 34758, 92, 5, 696, 26, 82, 89, 28, 2623, 5, 696, 26, 18982, 28, 7700, 12, 30854, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 5450, 1378, 34523, 13, 79, 392, 5799, 13, 3262, 14, 6592, 14, 47483, 41800, 20924, 9688, 34758, 92, 5, 696, 26, 82, 89, 28, 2623, 5, 696, 26, 18982, 28, 7700, 12, 30854, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 5450, 1378, 71, 74, 13, 79, 392, 5799, 13, 3262, 14, 268, 14, 47483, 41800, 20924, 9688, 34758, 92, 5, 696, 26, 82, 89, 28, 2623, 5, 696, 26, 18982, 28, 7700, 12, 30854, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 5450, 1378, 27305, 13, 79, 392, 5799, 13, 3262, 14, 268, 14, 47483, 41800, 20924, 9688, 34758, 92, 5, 696, 26, 82, 89, 28, 2623, 5, 696, 26, 18982, 28, 7700, 12, 30854, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 5450, 1378, 45213, 13, 79, 392, 5799, 13, 3262, 14, 268, 14, 47483, 41800, 20924, 9688, 34758, 92, 5, 696, 26, 82, 89, 28, 2623, 5, 696, 26, 18982, 28, 7700, 12, 30854, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 5450, 1378, 34388, 13, 79, 392, 5799, 13, 3262, 14, 6814, 14, 82, 1820, 74, 6122, 20924, 9688, 34758, 92, 5, 696, 26, 82, 89, 28, 2623, 5, 696, 26, 18982, 28, 7700, 12, 30854, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 5450, 1378, 2934, 13, 79, 392, 5799, 13, 3262, 14, 2934, 14, 20601, 76, 1347, 20924, 9688, 34758, 92, 5, 696, 26, 82, 89, 28, 2623, 5, 696, 26, 18982, 28, 7700, 12, 30854, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 5450, 1378, 8310, 13, 79, 392, 5799, 13, 3262, 14, 8310, 14, 65, 2926, 22193, 20924, 9688, 34758, 92, 5, 696, 26, 82, 89, 28, 2623, 5, 696, 26, 18982, 28, 7700, 12, 30854, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 5450, 1378, 270, 13, 79, 392, 5799, 13, 3262, 14, 270, 14, 27769, 494, 15516, 20924, 9688, 34758, 92, 5, 696, 26, 82, 89, 28, 2623, 5, 696, 26, 18982, 28, 7700, 12, 30854, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 5450, 1378, 2724, 13, 79, 392, 5799, 13, 3262, 14, 268, 14, 47483, 41800, 20924, 9688, 34758, 92, 5, 696, 26, 82, 89, 28, 2623, 5, 696, 26, 18982, 28, 7700, 12, 30854, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 5450, 1378, 21283, 13, 79, 392, 5799, 13, 3262, 14, 21283, 14, 82, 959, 40780, 20924, 9688, 34758, 92, 5, 696, 26, 82, 89, 28, 2623, 5, 696, 26, 18982, 28, 7700, 12, 30854, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 5450, 1378, 489, 13, 79, 392, 5799, 13, 3262, 14, 489, 14, 42189, 315, 5142, 20924, 9688, 34758, 92, 5, 696, 26, 82, 89, 28, 2623, 5, 696, 26, 18982, 28, 7700, 12, 30854, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 5450, 1378, 325, 13, 79, 392, 5799, 13, 3262, 14, 21370, 14, 82, 1820, 694, 268, 20924, 9688, 34758, 92, 5, 696, 26, 82, 89, 28, 2623, 5, 696, 26, 18982, 28, 7700, 12, 30854, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 5450, 1378, 265, 13, 79, 392, 5799, 13, 3262, 14, 2934, 14, 20601, 76, 1347, 20924, 9688, 34758, 92, 5, 696, 26, 82, 89, 28, 2623, 5, 696, 26, 18982, 28, 7700, 12, 30854, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 5450, 1378, 559, 13, 79, 392, 5799, 13, 3262, 14, 268, 14, 47483, 41800, 20924, 9688, 34758, 92, 5, 696, 26, 82, 89, 28, 2623, 5, 696, 26, 18982, 28, 7700, 12, 30854, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 5450, 1378, 559, 13, 79, 392, 5799, 13, 3262, 14, 268, 14, 47483, 41800, 20924, 9688, 34758, 92, 5, 696, 26, 82, 89, 28, 2623, 5, 696, 26, 18982, 28, 7700, 12, 30854, 20520, 198, 198, 50145, 796, 37250, 44, 8590, 5049, 14, 20, 13, 15, 45233, 34758, 92, 357, 11209, 24563, 718, 13, 16, 26, 370, 3913, 2414, 26, 47907, 14, 22, 13, 15, 26, 374, 85, 25, 1157, 13, 15, 8, 588, 2269, 37549, 3256, 705, 44, 8590, 5049, 14, 20, 13, 15, 357, 11209, 24563, 838, 13, 15, 26, 7178, 2414, 26, 2124, 2414, 8, 4196, 13908, 20827, 14, 46096, 13, 2623, 357, 42, 28656, 11, 588, 2269, 37549, 8, 13282, 14, 4524, 13, 15, 13, 2718, 1959, 13, 22172, 23298, 14, 46096, 13, 2623, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 44, 8590, 5049, 14, 20, 13, 15, 357, 72, 26114, 26, 9135, 7294, 1105, 62, 17, 588, 4100, 7294, 1395, 8, 4196, 13908, 20827, 14, 32417, 13, 16, 13, 1314, 357, 42, 28656, 11, 588, 2269, 37549, 8, 12173, 14, 1314, 36, 18294, 20520, 198, 198, 361, 11593, 3672, 834, 6624, 366, 834, 12417, 834, 1298, 198, 220, 220, 220, 649, 62, 9246, 11794, 796, 2251, 62, 9246, 11794, 7, 21928, 28, 17821, 11, 9293, 28, 732, 1443, 2737, 8, 198, 220, 220, 220, 468, 62, 3919, 62, 4871, 796, 8633, 62, 6738, 62, 17752, 10786, 312, 62, 1662, 62, 259, 62, 9866, 7753, 13, 17752, 11537, 628, 220, 220, 220, 329, 1720, 287, 468, 62, 3919, 62, 4871, 25, 198, 220, 220, 220, 220, 220, 220, 220, 611, 1720, 287, 649, 62, 9246, 11794, 13, 13083, 33529, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 649, 62, 9246, 11794, 13, 12924, 7, 11167, 8, 628, 220, 220, 220, 257, 62, 7753, 796, 1280, 7203, 40720, 9246, 11794, 13, 17752, 1600, 366, 86, 4943, 198, 220, 220, 220, 33918, 13, 39455, 7, 3605, 62, 9246, 11794, 11, 257, 62, 7753, 8, 198, 220, 220, 220, 257, 62, 7753, 13, 19836, 3419 ]
2.129721
1,218
# -*- coding: utf-8 -*- from __future__ import division #~ Domysle dzielenie int jako liczb float # from igraph import * #~ Niepotrzebne import random #~ Niepotrzebne import matplotlib # matplotlib.use('Agg') import matplotlib.pyplot as plt #~ Do wykresow from matplotlib import rc import time #~ Niepotrzebne import os.path #~ Do sprawdzania istnienia plikow import numpy as np #~ Do operacjach na array import cPickle as pickle import json from FilesManagment import CheckFolder, CompressData from PIL import Image #~ Funkcja bierze liste i odwraca tam gdzie sa mniejsze niz 0.5 #~ Funkcja bierze liste i przedloza ja zerami lub jedynkami do zadanej wielkosci if __name__ == '__main__': # skrypt do analizowania przejscia fazowego rc('font', family='Arial') #Plotowanie polskich liter #~ Definicje stalych symulacji stg = { # 'CONST_CLIQUE' : 3, #~ Wielkosc kliki 'CONST_VERTICES' : 1000, #~ Ilosc wezlow 'CONST_OVERRIDEN' : False, #~ Czy ma nadpisywac pliki podczas zapisywania wynikow 'CONST_DUMP' : True, # czy ma zrzucac wektory wynikow # 'CONST_PATH_BASIC_FOLDER' : 'Wyniki_barabasi_lazy_fazowe', 'CONST_PATH_BASIC_FOLDER' : 'Wyniki_lazy_meanK', 'CONST_MEAN_k' : 22.0, 'CONST_PATH_WYK' : 'time_dla_er_lazy_fazowe_k8', 'CONST_FAZOWE' : False, 'CONST_START_MAGNETIZATION' : 0.5 } analyze(stg)
[ 2, 532, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12, 198, 6738, 11593, 37443, 834, 1330, 7297, 1303, 93, 9666, 893, 293, 288, 89, 8207, 268, 494, 493, 474, 25496, 3476, 14969, 12178, 198, 2, 422, 45329, 1470, 1330, 1635, 220, 220, 220, 220, 1303, 93, 399, 494, 13059, 81, 38130, 710, 198, 198, 11748, 4738, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 93, 399, 494, 13059, 81, 38130, 710, 198, 11748, 2603, 29487, 8019, 198, 2, 2603, 29487, 8019, 13, 1904, 10786, 46384, 11537, 198, 11748, 2603, 29487, 8019, 13, 9078, 29487, 355, 458, 83, 1303, 93, 2141, 266, 48361, 411, 322, 198, 6738, 220, 2603, 29487, 8019, 1330, 48321, 198, 11748, 640, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 93, 399, 494, 13059, 81, 38130, 710, 198, 11748, 28686, 13, 6978, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 93, 2141, 599, 1831, 67, 89, 5411, 318, 34106, 2013, 544, 458, 1134, 322, 198, 11748, 299, 32152, 355, 45941, 220, 220, 220, 220, 220, 220, 220, 1303, 93, 2141, 1515, 330, 73, 620, 12385, 7177, 198, 11748, 269, 31686, 293, 355, 2298, 293, 198, 11748, 33918, 198, 6738, 13283, 5124, 363, 434, 1330, 6822, 41092, 11, 3082, 601, 6601, 220, 220, 220, 198, 6738, 350, 4146, 1330, 7412, 198, 198, 2, 93, 37299, 66, 6592, 275, 959, 2736, 1351, 68, 1312, 16298, 86, 11510, 64, 21885, 308, 67, 49746, 473, 285, 11952, 8457, 2736, 299, 528, 657, 13, 20, 220, 220, 220, 220, 220, 220, 220, 220, 198, 198, 2, 93, 37299, 66, 6592, 275, 959, 2736, 1351, 68, 1312, 778, 8863, 5439, 4496, 45091, 1976, 263, 6277, 300, 549, 474, 276, 2047, 74, 6277, 466, 1976, 324, 1531, 73, 266, 8207, 46150, 979, 198, 198, 361, 11593, 3672, 834, 6624, 705, 834, 12417, 834, 10354, 198, 220, 220, 220, 1303, 1341, 6012, 466, 2037, 528, 322, 5411, 778, 2736, 73, 1416, 544, 277, 1031, 322, 1533, 78, 198, 220, 220, 220, 48321, 10786, 10331, 3256, 1641, 11639, 32, 4454, 11537, 1303, 43328, 322, 34166, 755, 8135, 488, 4187, 198, 220, 220, 220, 1303, 93, 29589, 291, 18015, 336, 3400, 354, 5659, 377, 330, 7285, 198, 220, 220, 220, 336, 70, 796, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 705, 10943, 2257, 62, 5097, 33866, 8924, 6, 220, 1058, 513, 11, 220, 220, 220, 220, 220, 1303, 93, 370, 8207, 74, 17500, 479, 75, 5580, 198, 220, 220, 220, 220, 220, 220, 220, 705, 10943, 2257, 62, 15858, 34444, 6, 220, 1058, 8576, 11, 220, 220, 1303, 93, 13778, 17500, 356, 89, 9319, 198, 220, 220, 220, 220, 220, 220, 220, 705, 10943, 2257, 62, 41983, 49, 2389, 1677, 6, 1058, 10352, 11, 220, 1303, 93, 327, 7357, 17266, 299, 324, 79, 13560, 86, 330, 458, 5580, 24573, 26691, 292, 1976, 499, 13560, 86, 5411, 266, 2047, 1134, 322, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 705, 10943, 2257, 62, 35, 20476, 6, 220, 220, 220, 220, 220, 1058, 6407, 11, 220, 220, 1303, 269, 7357, 17266, 1976, 81, 89, 1229, 330, 356, 21841, 652, 266, 2047, 1134, 322, 220, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 705, 10943, 2257, 62, 34219, 62, 33, 1921, 2149, 62, 37, 3535, 14418, 6, 1058, 705, 54, 2047, 5580, 62, 5657, 397, 17053, 62, 75, 12582, 62, 69, 1031, 47097, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 705, 10943, 2257, 62, 34219, 62, 33, 1921, 2149, 62, 37, 3535, 14418, 6, 1058, 705, 54, 2047, 5580, 62, 75, 12582, 62, 32604, 42, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 705, 10943, 2257, 62, 11682, 1565, 62, 74, 6, 220, 220, 220, 1058, 2534, 13, 15, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 10943, 2257, 62, 34219, 62, 54, 56, 42, 6, 220, 1058, 705, 2435, 62, 67, 5031, 62, 263, 62, 75, 12582, 62, 69, 1031, 47097, 62, 74, 23, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 705, 10943, 2257, 62, 7708, 57, 3913, 36, 6, 220, 220, 220, 1058, 10352, 11, 220, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 705, 10943, 2257, 62, 2257, 7227, 62, 45820, 12884, 14887, 6234, 6, 1058, 657, 13, 20, 198, 220, 220, 220, 1782, 628, 220, 220, 220, 16602, 7, 301, 70, 8, 198 ]
2.010695
748
# -------Global Variables--------- # Game board board =["-","-","-", "-","-","-", "-","-","-",] # If game is still going game_still_going = True # Who won? Or tie? winner = None # Whos turn is it current_player = "X" # Display board # Play a game of tic tac toe # Handle a single turn of an arbitrary player play_game() # board # display board # play game # handle turn # check win # check rows # check columns # check diagonals # check tie # flip player
[ 2, 35656, 22289, 15965, 2977, 45537, 198, 198, 2, 3776, 3096, 198, 3526, 796, 14692, 12, 2430, 12, 2430, 12, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 27444, 2430, 12, 2430, 12, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 27444, 2430, 12, 2430, 12, 1600, 60, 198, 198, 2, 1002, 983, 318, 991, 1016, 198, 6057, 62, 24219, 62, 5146, 796, 6407, 198, 198, 2, 5338, 1839, 30, 1471, 9839, 30, 198, 39791, 796, 6045, 198, 198, 2, 854, 418, 1210, 318, 340, 198, 14421, 62, 7829, 796, 366, 55, 1, 628, 198, 2, 16531, 3096, 628, 198, 2, 3811, 257, 983, 286, 256, 291, 26142, 21189, 628, 198, 2, 33141, 257, 2060, 1210, 286, 281, 14977, 2137, 628, 628, 628, 198, 1759, 62, 6057, 3419, 628, 628, 198, 198, 2, 3096, 198, 2, 3359, 3096, 198, 2, 711, 983, 198, 2, 5412, 1210, 198, 2, 2198, 1592, 198, 220, 1303, 2198, 15274, 198, 220, 1303, 2198, 15180, 198, 220, 1303, 2198, 2566, 1840, 874, 198, 2, 2198, 9839, 198, 2, 14283, 2137, 198 ]
2.797753
178
# -*- coding: utf-8 -*- """ Created on Tue Jun 25 17:34:23 2019 @author: chalbeisen This program is to download audios. The required arguments are set by the powershell script "Run-audio_download.ps1". """ from LookingToListen_Audio_clean import Audio import argparse import sys ''' ------------------------------------------------------------------------------ desc: get parameters from script "Run-audio_download.ps1" param: argv: arguments from script "Run-audio_download.ps1" return: parsed arguments ------------------------------------------------------------------------------ ''' ''' ------------------------------------------------------------------------------ desc: run audio download param: argv: arguments from script "Run-audio_download.ps1" return: - ------------------------------------------------------------------------------ ''' if __name__== "__main__": main(parse_arguments(sys.argv[1:]))
[ 2, 532, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12, 201, 198, 37811, 201, 198, 41972, 319, 30030, 7653, 1679, 1596, 25, 2682, 25, 1954, 13130, 201, 198, 201, 198, 31, 9800, 25, 442, 282, 1350, 13254, 201, 198, 201, 198, 1212, 1430, 318, 284, 4321, 2709, 4267, 13, 383, 2672, 7159, 389, 900, 416, 262, 220, 201, 198, 30132, 12758, 4226, 366, 10987, 12, 24051, 62, 15002, 13, 862, 16, 1911, 201, 198, 37811, 201, 198, 201, 198, 6738, 15616, 2514, 23061, 62, 21206, 62, 27773, 1330, 13491, 201, 198, 11748, 1822, 29572, 201, 198, 11748, 25064, 201, 198, 201, 198, 7061, 6, 201, 198, 10097, 26171, 201, 198, 20147, 25, 220, 220, 220, 220, 220, 651, 10007, 422, 4226, 366, 10987, 12, 24051, 62, 15002, 13, 862, 16, 1, 201, 198, 17143, 25, 220, 220, 220, 220, 201, 198, 220, 220, 220, 1822, 85, 25, 220, 220, 220, 7159, 422, 4226, 366, 10987, 12, 24051, 62, 15002, 13, 862, 16, 1, 220, 201, 198, 7783, 25, 220, 220, 220, 44267, 7159, 201, 198, 10097, 26171, 201, 198, 7061, 6, 201, 198, 201, 198, 7061, 6, 201, 198, 10097, 26171, 201, 198, 20147, 25, 220, 220, 220, 220, 220, 1057, 6597, 4321, 201, 198, 17143, 25, 220, 220, 220, 220, 201, 198, 220, 220, 220, 1822, 85, 25, 220, 220, 220, 7159, 422, 4226, 366, 10987, 12, 24051, 62, 15002, 13, 862, 16, 1, 220, 201, 198, 7783, 25, 220, 220, 220, 532, 201, 198, 10097, 26171, 201, 198, 7061, 6, 201, 198, 201, 198, 361, 11593, 3672, 834, 855, 366, 834, 12417, 834, 1298, 201, 198, 220, 220, 220, 1388, 7, 29572, 62, 853, 2886, 7, 17597, 13, 853, 85, 58, 16, 47715, 4008 ]
3.439446
289
import numpy as np import matplotlib.pyplot as plt import torch import random device = 'cuda' if torch.cuda.is_available() else 'cpu' from scipy.ndimage import gaussian_filter import sys from tqdm import tqdm from functools import partial import acd from copy import deepcopy sys.path.append('../..') sys.path.append('../../..') from transforms_torch import bandpass_filter # plt.style.use('dark_background') sys.path.append('../../../dsets/mnist') import dset from model import Net, Net2c from util import * from numpy.fft import * from torch import nn from style import * from captum.attr import ( InputXGradient, Saliency, GradientShap, DeepLift, DeepLiftShap, IntegratedGradients, LayerConductance, NeuronConductance, NoiseTunnel, ) import pickle as pkl from torchvision import datasets, transforms from sklearn.decomposition import NMF import transform_wrappers import visualize as viz from model import Net, Net2c torch.manual_seed(42) np.random.seed(42) from acd_wooseok.acd.scores import cd from acd_wooseok.acd.util import tiling_2d from acd_wooseok.acd.scores import score_funcs from torchvision import datasets, transforms # import modules from funcs import * from matfac import * sys.path.append('../../../..') from hierarchical_dnn_interpretations.acd.scores import cd as acd # load args args = dset.get_args() args.batch_size = int(args.batch_size/2) # half the batchsize args.epochs = 50 args.cuda = not args.no_cuda and torch.cuda.is_available() # load mnist dataloader train_loader, test_loader = dset.load_data_with_indices(args.batch_size, args.test_batch_size, device) # dataset X = train_loader.dataset.data.numpy().astype(np.float32) X = X.reshape(X.shape[0], -1) X /= 255 Y = train_loader.dataset.targets.numpy() X_test = test_loader.dataset.data.numpy().astype(np.float32) X_test = X_test.reshape(X_test.shape[0], -1) X_test /= 255 Y_test = test_loader.dataset.targets.numpy() # load NMF object # run NMF # nmf = NMF(n_components=30, max_iter=1000) # nmf.fit(X) # pkl.dump(nmf, open('./results/nmf_30.pkl', 'wb')) nmf = pkl.load(open('../results/nmf_30.pkl', 'rb')) D = nmf.components_ # nmf transform W = nmf.transform(X) W_test = nmf.transform(X_test) # store results list_of_results = { 'acd': [], 'cd': [] } for n_iter in range(nmf.n_components): dict_indx = n_iter model = Net2c().to(device) model.load_state_dict(torch.load('../models/nmf/net2c_{}.pth'.format(dict_indx), map_location=device)) model = model.eval() # knockout first dictionary and redefine train and test dataset indx = np.argwhere(W[:,dict_indx] > 0).flatten() indx_t = np.argwhere(W_test[:,dict_indx] > 0).flatten() # subset dataloader train_loader, test_loader = dset.load_data_with_indices(args.batch_size, args.test_batch_size, device, subset_index=[indx, indx_t]) # nmf transform layers nmf_transformer = transform_wrappers.TransformLayers(D).to(device) # convert nmf weight to tensor W_test_t = torch.Tensor(W_test).to(device) sweep_dim = 1 tiles = torch.Tensor(tiling_2d.gen_tiles(W_test[0:1], fill=0, method='cd', sweep_dim=sweep_dim)).to(device) # store results results = { 'acd': [], 'cd': [] } for batch_indx, (data, target, data_indx) in enumerate(test_loader): # loop over nmf basis scores_acd = [] scores_cd = [] for basis_indx in range(nmf.n_components): im_parts = nmf_transformer(W_test_t[data_indx]*tiles[basis_indx]) scores_acd.append(acd.cd(data, model, mask=None, model_type=None, device='cuda', transform=None, relevant=im_parts)[0].data.cpu().numpy()[:,0]) scores_cd.append(cd.cd(data, model, mask=None, model_type=None, device='cuda', transform=None, relevant=im_parts)[0].data.cpu().numpy()[:,0]) print('\r iter, batch index: {}, {} [component index: {}]'.format(n_iter, batch_indx, basis_indx), end='') scores_acd = np.vstack(scores_acd).T scores_cd = np.vstack(scores_cd).T results['acd'].append(scores_acd) results['cd'].append(scores_cd) list_of_results['acd'].append(np.vstack(results['acd'])) list_of_results['cd'].append(np.vstack(results['cd'])) pkl.dump(list_of_results, open('../results/cd_nmf.pkl', 'wb'))
[ 11748, 299, 32152, 355, 45941, 198, 11748, 2603, 29487, 8019, 13, 9078, 29487, 355, 458, 83, 198, 11748, 28034, 198, 11748, 4738, 198, 25202, 796, 705, 66, 15339, 6, 611, 28034, 13, 66, 15339, 13, 271, 62, 15182, 3419, 2073, 705, 36166, 6, 198, 6738, 629, 541, 88, 13, 358, 9060, 1330, 31986, 31562, 62, 24455, 198, 11748, 25064, 198, 6738, 256, 80, 36020, 1330, 256, 80, 36020, 198, 6738, 1257, 310, 10141, 1330, 13027, 198, 11748, 936, 67, 198, 6738, 4866, 1330, 2769, 30073, 198, 17597, 13, 6978, 13, 33295, 10786, 40720, 492, 11537, 198, 17597, 13, 6978, 13, 33295, 10786, 40720, 40720, 492, 11537, 198, 6738, 31408, 62, 13165, 354, 1330, 4097, 6603, 62, 24455, 198, 2, 458, 83, 13, 7635, 13, 1904, 10786, 21953, 62, 25249, 11537, 198, 17597, 13, 6978, 13, 33295, 10786, 40720, 40720, 40720, 9310, 1039, 14, 10295, 396, 11537, 198, 11748, 288, 2617, 198, 6738, 2746, 1330, 3433, 11, 3433, 17, 66, 198, 6738, 7736, 1330, 1635, 198, 6738, 299, 32152, 13, 487, 83, 1330, 1635, 198, 6738, 28034, 1330, 299, 77, 198, 6738, 3918, 1330, 1635, 198, 6738, 3144, 388, 13, 35226, 1330, 357, 198, 220, 220, 220, 23412, 55, 42731, 1153, 11, 198, 220, 220, 220, 4849, 6160, 11, 198, 220, 220, 220, 17701, 1153, 2484, 499, 11, 198, 220, 220, 220, 10766, 43, 2135, 11, 198, 220, 220, 220, 10766, 43, 2135, 2484, 499, 11, 198, 220, 220, 220, 35432, 42731, 2334, 11, 198, 220, 220, 220, 34398, 34, 12920, 590, 11, 198, 220, 220, 220, 3169, 44372, 34, 12920, 590, 11, 198, 220, 220, 220, 30964, 51, 403, 4954, 11, 198, 8, 198, 11748, 2298, 293, 355, 279, 41582, 198, 6738, 28034, 10178, 1330, 40522, 11, 31408, 198, 6738, 1341, 35720, 13, 12501, 296, 9150, 1330, 28692, 37, 198, 11748, 6121, 62, 29988, 11799, 198, 11748, 38350, 355, 48569, 198, 6738, 2746, 1330, 3433, 11, 3433, 17, 66, 198, 13165, 354, 13, 805, 723, 62, 28826, 7, 3682, 8, 198, 37659, 13, 25120, 13, 28826, 7, 3682, 8, 198, 198, 6738, 936, 67, 62, 21638, 577, 482, 13, 330, 67, 13, 1416, 2850, 1330, 22927, 198, 6738, 936, 67, 62, 21638, 577, 482, 13, 330, 67, 13, 22602, 1330, 256, 4386, 62, 17, 67, 198, 6738, 936, 67, 62, 21638, 577, 482, 13, 330, 67, 13, 1416, 2850, 1330, 4776, 62, 12543, 6359, 198, 6738, 28034, 10178, 1330, 40522, 11, 31408, 198, 2, 1330, 13103, 198, 6738, 1257, 6359, 1330, 1635, 198, 6738, 2603, 38942, 1330, 1635, 198, 17597, 13, 6978, 13, 33295, 10786, 40720, 40720, 40720, 492, 11537, 198, 6738, 38958, 62, 67, 20471, 62, 27381, 602, 13, 330, 67, 13, 1416, 2850, 1330, 22927, 355, 936, 67, 198, 198, 2, 3440, 26498, 198, 22046, 796, 288, 2617, 13, 1136, 62, 22046, 3419, 198, 22046, 13, 43501, 62, 7857, 796, 493, 7, 22046, 13, 43501, 62, 7857, 14, 17, 8, 1303, 2063, 262, 15458, 7857, 198, 22046, 13, 538, 5374, 82, 796, 2026, 198, 22046, 13, 66, 15339, 796, 407, 26498, 13, 3919, 62, 66, 15339, 290, 28034, 13, 66, 15339, 13, 271, 62, 15182, 3419, 198, 198, 2, 3440, 285, 77, 396, 4818, 282, 1170, 263, 198, 27432, 62, 29356, 11, 1332, 62, 29356, 796, 288, 2617, 13, 2220, 62, 7890, 62, 4480, 62, 521, 1063, 7, 22046, 13, 43501, 62, 7857, 11, 26498, 13, 9288, 62, 43501, 62, 7857, 11, 3335, 8, 198, 198, 2, 27039, 198, 55, 796, 4512, 62, 29356, 13, 19608, 292, 316, 13, 7890, 13, 77, 32152, 22446, 459, 2981, 7, 37659, 13, 22468, 2624, 8, 198, 55, 796, 1395, 13, 3447, 1758, 7, 55, 13, 43358, 58, 15, 4357, 532, 16, 8, 198, 55, 1220, 28, 14280, 198, 56, 796, 4512, 62, 29356, 13, 19608, 292, 316, 13, 83, 853, 1039, 13, 77, 32152, 3419, 198, 198, 55, 62, 9288, 796, 1332, 62, 29356, 13, 19608, 292, 316, 13, 7890, 13, 77, 32152, 22446, 459, 2981, 7, 37659, 13, 22468, 2624, 8, 198, 55, 62, 9288, 796, 1395, 62, 9288, 13, 3447, 1758, 7, 55, 62, 9288, 13, 43358, 58, 15, 4357, 532, 16, 8, 198, 55, 62, 9288, 1220, 28, 14280, 198, 56, 62, 9288, 796, 1332, 62, 29356, 13, 19608, 292, 316, 13, 83, 853, 1039, 13, 77, 32152, 3419, 198, 198, 2, 3440, 28692, 37, 2134, 198, 2, 1057, 28692, 37, 198, 2, 28642, 69, 796, 28692, 37, 7, 77, 62, 5589, 3906, 28, 1270, 11, 3509, 62, 2676, 28, 12825, 8, 198, 2, 28642, 69, 13, 11147, 7, 55, 8, 198, 2, 279, 41582, 13, 39455, 7, 21533, 69, 11, 1280, 7, 4458, 14, 43420, 14, 21533, 69, 62, 1270, 13, 79, 41582, 3256, 705, 39346, 6, 4008, 198, 21533, 69, 796, 279, 41582, 13, 2220, 7, 9654, 10786, 40720, 43420, 14, 21533, 69, 62, 1270, 13, 79, 41582, 3256, 705, 26145, 6, 4008, 198, 35, 796, 28642, 69, 13, 5589, 3906, 62, 198, 2, 28642, 69, 6121, 198, 54, 796, 28642, 69, 13, 35636, 7, 55, 8, 198, 54, 62, 9288, 796, 28642, 69, 13, 35636, 7, 55, 62, 9288, 8, 198, 198, 2, 3650, 2482, 198, 4868, 62, 1659, 62, 43420, 796, 1391, 198, 220, 220, 220, 705, 330, 67, 10354, 685, 4357, 198, 220, 220, 220, 705, 10210, 10354, 17635, 198, 92, 198, 1640, 299, 62, 2676, 287, 2837, 7, 21533, 69, 13, 77, 62, 5589, 3906, 2599, 198, 220, 220, 220, 8633, 62, 521, 87, 796, 299, 62, 2676, 198, 220, 220, 220, 2746, 796, 3433, 17, 66, 22446, 1462, 7, 25202, 8, 198, 220, 220, 220, 2746, 13, 2220, 62, 5219, 62, 11600, 7, 13165, 354, 13, 2220, 10786, 40720, 27530, 14, 21533, 69, 14, 3262, 17, 66, 23330, 27422, 79, 400, 4458, 18982, 7, 11600, 62, 521, 87, 828, 3975, 62, 24886, 28, 25202, 4008, 198, 220, 220, 220, 2746, 796, 2746, 13, 18206, 3419, 628, 220, 220, 220, 1303, 35825, 717, 22155, 290, 34087, 500, 4512, 290, 1332, 27039, 198, 220, 220, 220, 773, 87, 796, 45941, 13, 853, 3003, 7, 54, 58, 45299, 11600, 62, 521, 87, 60, 1875, 657, 737, 2704, 41769, 3419, 198, 220, 220, 220, 773, 87, 62, 83, 796, 45941, 13, 853, 3003, 7, 54, 62, 9288, 58, 45299, 11600, 62, 521, 87, 60, 1875, 657, 737, 2704, 41769, 3419, 628, 220, 220, 220, 1303, 24637, 4818, 282, 1170, 263, 198, 220, 220, 220, 4512, 62, 29356, 11, 1332, 62, 29356, 796, 288, 2617, 13, 2220, 62, 7890, 62, 4480, 62, 521, 1063, 7, 22046, 13, 43501, 62, 7857, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 26498, 13, 9288, 62, 43501, 62, 7857, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3335, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 24637, 62, 9630, 41888, 521, 87, 11, 773, 87, 62, 83, 12962, 628, 220, 220, 220, 1303, 28642, 69, 6121, 11685, 198, 220, 220, 220, 28642, 69, 62, 7645, 16354, 796, 6121, 62, 29988, 11799, 13, 41762, 43, 6962, 7, 35, 737, 1462, 7, 25202, 8, 628, 220, 220, 220, 1303, 10385, 28642, 69, 3463, 284, 11192, 273, 198, 220, 220, 220, 370, 62, 9288, 62, 83, 796, 28034, 13, 51, 22854, 7, 54, 62, 9288, 737, 1462, 7, 25202, 8, 198, 220, 220, 220, 16085, 62, 27740, 796, 352, 198, 220, 220, 220, 19867, 796, 28034, 13, 51, 22854, 7, 83, 4386, 62, 17, 67, 13, 5235, 62, 83, 2915, 7, 54, 62, 9288, 58, 15, 25, 16, 4357, 6070, 28, 15, 11, 2446, 11639, 10210, 3256, 16085, 62, 27740, 28, 46280, 538, 62, 27740, 29720, 1462, 7, 25202, 8, 628, 220, 220, 220, 1303, 3650, 2482, 198, 220, 220, 220, 2482, 796, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 705, 330, 67, 10354, 685, 4357, 198, 220, 220, 220, 220, 220, 220, 220, 705, 10210, 10354, 17635, 198, 220, 220, 220, 1782, 198, 220, 220, 220, 329, 15458, 62, 521, 87, 11, 357, 7890, 11, 2496, 11, 1366, 62, 521, 87, 8, 287, 27056, 378, 7, 9288, 62, 29356, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 9052, 625, 28642, 69, 4308, 198, 220, 220, 220, 220, 220, 220, 220, 8198, 62, 330, 67, 796, 17635, 198, 220, 220, 220, 220, 220, 220, 220, 8198, 62, 10210, 796, 17635, 198, 220, 220, 220, 220, 220, 220, 220, 329, 4308, 62, 521, 87, 287, 2837, 7, 21533, 69, 13, 77, 62, 5589, 3906, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 545, 62, 42632, 796, 28642, 69, 62, 7645, 16354, 7, 54, 62, 9288, 62, 83, 58, 7890, 62, 521, 87, 60, 9, 83, 2915, 58, 12093, 271, 62, 521, 87, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 8198, 62, 330, 67, 13, 33295, 7, 330, 67, 13, 10210, 7, 7890, 11, 2746, 11, 9335, 28, 14202, 11, 2746, 62, 4906, 28, 14202, 11, 3335, 11639, 66, 15339, 3256, 6121, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5981, 28, 320, 62, 42632, 38381, 15, 4083, 7890, 13, 36166, 22446, 77, 32152, 3419, 58, 45299, 15, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 8198, 62, 10210, 13, 33295, 7, 10210, 13, 10210, 7, 7890, 11, 2746, 11, 9335, 28, 14202, 11, 2746, 62, 4906, 28, 14202, 11, 3335, 11639, 66, 15339, 3256, 6121, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5981, 28, 320, 62, 42632, 38381, 15, 4083, 7890, 13, 36166, 22446, 77, 32152, 3419, 58, 45299, 15, 12962, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3601, 10786, 59, 81, 11629, 11, 15458, 6376, 25, 1391, 5512, 23884, 685, 42895, 6376, 25, 23884, 60, 4458, 18982, 7, 77, 62, 2676, 11, 15458, 62, 521, 87, 11, 4308, 62, 521, 87, 828, 886, 28, 7061, 8, 198, 220, 220, 220, 220, 220, 220, 220, 8198, 62, 330, 67, 796, 45941, 13, 85, 25558, 7, 1416, 2850, 62, 330, 67, 737, 51, 198, 220, 220, 220, 220, 220, 220, 220, 8198, 62, 10210, 796, 45941, 13, 85, 25558, 7, 1416, 2850, 62, 10210, 737, 51, 198, 220, 220, 220, 220, 220, 220, 220, 2482, 17816, 330, 67, 6, 4083, 33295, 7, 1416, 2850, 62, 330, 67, 8, 198, 220, 220, 220, 220, 220, 220, 220, 2482, 17816, 10210, 6, 4083, 33295, 7, 1416, 2850, 62, 10210, 8, 198, 220, 220, 220, 1351, 62, 1659, 62, 43420, 17816, 330, 67, 6, 4083, 33295, 7, 37659, 13, 85, 25558, 7, 43420, 17816, 330, 67, 20520, 4008, 198, 220, 220, 220, 1351, 62, 1659, 62, 43420, 17816, 10210, 6, 4083, 33295, 7, 37659, 13, 85, 25558, 7, 43420, 17816, 10210, 20520, 4008, 198, 220, 220, 220, 279, 41582, 13, 39455, 7, 4868, 62, 1659, 62, 43420, 11, 1280, 10786, 40720, 43420, 14, 10210, 62, 21533, 69, 13, 79, 41582, 3256, 705, 39346, 6, 4008, 198 ]
2.25259
2,027
import json from django.test import TestCase from django.urls import reverse from rest_framework.test import APIClient from .constants import TEST_EMAIL from .constants import TEST_FIRSTNAME from .constants import TEST_LASTNAME
[ 11748, 33918, 198, 198, 6738, 42625, 14208, 13, 9288, 1330, 6208, 20448, 198, 6738, 42625, 14208, 13, 6371, 82, 1330, 9575, 198, 6738, 1334, 62, 30604, 13, 9288, 1330, 3486, 2149, 75, 1153, 198, 198, 6738, 764, 9979, 1187, 1330, 43001, 62, 27630, 4146, 198, 6738, 764, 9979, 1187, 1330, 43001, 62, 39776, 2257, 20608, 198, 6738, 764, 9979, 1187, 1330, 43001, 62, 43, 11262, 20608, 628 ]
3.447761
67
import json import random import string from asyncio import TimeoutError from datetime import datetime as dt from io import BytesIO from time import time import discord from PyDictionary import PyDictionary as dictionary from discord.ext import commands, flags from humanize import naturaltime as nt from jikanpy import AioJikan from sr_api import Client from CyberTron5000.utils import ( paginator, cyberformat ) from CyberTron5000.utils.lists import ( INDICATOR_LETTERS, ANIMALS, EMOTIONS ) class Fun(commands.Cog): """Fun commands""" @commands.command() async def horror(self, ctx, limit: int = 5): """spoopy""" posts = [] async with self.bot.session.get(f"https://www.reddit.com/r/twosentencehorror/hot.json") as r: res = await r.json() for i in res['data']['children']: posts.append(i['data']) counter = 0 embeds = [] async with ctx.typing(): for s in random.sample(posts, len(posts)): text = cyberformat.shorten(f"{s['title']}\n{s['selftext']}") embeds.append(discord.Embed(description=text[:2000], colour=self.bot.colour)) counter += 1 if counter == limit: break else: continue p = paginator.CatchAllMenu(paginator.EmbedSource(embeds)) await p.start(ctx) @commands.command() async def pfpcycle(self, ctx): """if you're reading this it probably isnt your business""" pfps = ['http://tinyurl.com/y8ccnxm3', 'https://images-ext-1.discordapp.net/external/6HjseNKji1C5wbK9Wb_jnIluzFWrCRW6xqhfboNtDDI/%3Fsize%3D1024/https/cdn.discordapp.com/avatars/350349365937700864/bbbff13a570231108b7afa383416b62a.png', 'http://tinyurl.com/ycjuvusq', 'https://cdn.discordapp.com/avatars/350349365937700864/f38bc11cf4360a9267a55962fcd71809.png?size=1024', 'https://media.discordapp.net/attachments/381963689470984203/732283634190516304/coolweavile.png?width=962&height=962', 'https://images-ext-1.discordapp.net/external/XVtT9nLyPYTWfNw4GSjvRMKibuKafi6_VCyVwSfW4C8/%3Fsize%3D1024/https/cdn.discordapp.com/avatars/350349365937700864/d027959b2a204f7587092a7a249e7377.png?width=962&height=962', 'https://media.discordapp.net/attachments/735325249138065468/735681377785348156/image0.png', 'https://media.discordapp.net/attachments/735325249138065468/735681378292596736/image1.png', 'https://media.discordapp.net/attachments/735325249138065468/735681378867478528/image2.png', 'https://media.discordapp.net/attachments/735325249138065468/735681379387441152/image3.png', 'https://media.discordapp.net/attachments/735325249138065468/735682125239681074/image0.png' 'http://i.some-random-api.ml/pokemon/weavile.png'] embeds = [discord.Embed(colour=self.bot.colour).set_image(url=p) for p in pfps] a = paginator.CatchAllMenu(paginator.EmbedSource(embeds)) await a.start(ctx) @commands.group(invoke_without_command=True, help="Replies with what you said and deletes your message.", aliases=['say']) @reply.command(invoke_without_command=True, help="Replies with what you said and deletes your message, but in an embed.") @reply.command(invoke_without_command=True, help="Replies with what you said and deletes your message, but in a different channel.") @reply.command(invoke_without_command=True, help="Replies with what you said and deletes your message, but UwU.") @reply.command(help="🅱", invoke_without_command=True) @reply.command(aliases=['msg'], help="Message a user something. ", invoke_without_command=True) @reply.command(help="Spams a message.", invoke_without_command=True) @reply.command(invoke_without_command=True, aliases=['emoji', 'em']) async def indicator(self, ctx, *, message): """reply in emojis""" msg = '' letters = list(string.ascii_lowercase) for x in message: if x in letters: msg += f':regional_indicator_{x}:' else: msg += INDICATOR_LETTERS.get(x, x) await ctx.send('\u200b' + msg) @reply.command() async def mock(self, ctx, *, message): """Like that spongebob meme""" await ctx.send(cyberformat.better_random_char(message)) @commands.command(help="Asks the mystical Ouija Board a question...") @commands.command(aliases=['cf'], help="Flips a coin.") @commands.command(help="How bigbrain are you? Find out.") @commands.command(help="Ask the Bot about your peers") @commands.group(invoke_without_command=True, aliases=["em"], help="do an emoji from a different server that cybertron is in.") @emoji.command() @commands.command(aliases=['gt']) async def greentext(self, ctx): """Write a greentext story""" story = [] await ctx.send( f"Greentext story starting! Type `{ctx.prefix}quit`, `{ctx.prefix}exit`, or `{ctx.prefix}finish` to see your final story!") while True: try: msg = await self.bot.wait_for('message', timeout=300, check=lambda x: x.author == ctx.author) if msg.content in (f'{ctx.prefix}quit', f'{ctx.prefix}exit', f'{ctx.prefix}finish'): break story.append(msg.content.replace('```', '\u200b')) await msg.add_reaction(ctx.tick()) except TimeoutError: break story = '\n'.join([f'>{line}' for line in story]) return await ctx.send(embed=discord.Embed(colour=discord.Color.green(), description=f"**{ctx.author}**'s story```css\n{story}\n```")) @commands.command(aliases=['bin']) async def binary(self, ctx, *, message): """Convert text to binary.""" binary = await self.sr.encode_binary(message) await ctx.send(f"```py\n{binary}```") @commands.command(aliases=['fb', 'from-bin']) async def from_binary(self, ctx, *, binary): """Convert text from binary.""" binary = await self.sr.decode_binary(binary) await ctx.send(binary) @commands.command() async def owner(self, ctx): """Shows you who made this bot""" return await ctx.send(f"it is {self.bot.owner}") @commands.command() @commands.command(aliases=['choice']) @commands.group(invoke_without_command=True) async def todo(self, ctx): """Shows your current todo list""" items = [] results = sorted((await self.get_all_todo(ctx.author.id)), key=lambda x: x['time']) for each in results: time = dt.utcfromtimestamp(each['time']) since = nt(dt.utcnow() - time) if each['description']: desc_em = "❔" else: desc_em = "" items.append(f"[{each['todo']}]({each['message_url']}) (ID: {each['id']} | Created {since}) {desc_em}") source = paginator.IndexedListSource(data=items, embed=discord.Embed(colour=self.bot.colour), title="Items (`❔` indicates that the todo has a description)", per_page=5) menu = paginator.CatchAllMenu(source=source) menu.add_info_fields({"❔": "Indicates that the todo has a description"}) await menu.start(ctx) @todo.command() async def add(self, ctx, *, todo): """Adds an item to your todo list""" if len(todo) > 50: return await ctx.send("Your todo is too long. Please be more consice.") id = random.randint(1, 99999) await self.bot.db.execute( "INSERT INTO todo (todo, id, time, message_url, user_id) VALUES ($1, $2, $3, $4, $5)", todo, id, time(), str(ctx.message.jump_url), ctx.author.id) await ctx.send(f"{ctx.tick()} Inserted `{todo}` into your todo list! (ID: `{id}`)") @todo.command(aliases=['rm', 'remove']) async def resolve(self, ctx, *id: int): """Resolves an item from your todo list""" items = await self.get_all_todo(ctx.author.id) todos = [item[0] for item in items] ids = [item[1] for item in items] if any(item not in ids for item in id): return await ctx.send("You passed in invalid id's!") message = [] for i in id: message.append(f"• {todos[ids.index(i)]}") await self.bot.db.execute("DELETE FROM todo WHERE user_id = $1 AND id = $2", ctx.author.id, i) await ctx.send( f"{ctx.tick()} Deleted **{len(id)}** items from your todo list:\n" + "\n".join(message)) @todo.command() async def list(self, ctx): """Shows your todo list""" command = self.bot.get_command('todo') await ctx.invoke(command) @todo.command() async def clear(self, ctx): """Clears all of your todos""" num = len((await self.bot.db.fetch("SELECT * FROM todo WHERE user_id = $1", ctx.author.id))) await self.bot.db.execute("DELETE FROM todo WHERE user_id = $1", ctx.author.id) await ctx.send(f"{ctx.tick()} Deleted **{num}** items from your todo list!") @todo.command(aliases=['show']) async def info(self, ctx, id: int): """Shows you info on a todo""" results = await self.bot.db.fetch("SELECT * FROM todo WHERE id = $1", id) if not results: raise commands.BadArgument(f'{id} is not a valid todo!') results = results[0] embed = discord.Embed(colour=self.bot.colour) embed.title = f"{results['todo']} » `{results['id']}`" time = dt.utcfromtimestamp(results['time']) since = nt(dt.utcnow() - time) embed.description = f'{results["description"] or ""}\n' embed.description += f"<:clock:738186842343735387> **{since}**\n" embed.description += f"**{time.strftime('%A %B %d, %Y at %I:%M %p')}**" await ctx.send(embed=embed) @todo.command(aliases=['add_desc', 'ad']) async def describe(self, ctx, id: int, *, description): """Add a description for your todo""" results = await self.bot.db.fetch("SELECT * FROM todo WHERE id = $1", id) if not results: raise commands.BadArgument(f'{id} is not a valid todo!') if len(description) > 250: return await ctx.send("That description is too long!") await self.bot.db.execute("UPDATE todo SET description = $1 WHERE id = $2", description, id) await ctx.send( f"{ctx.tick()} Set todo description for `{id}` ({results[0]['todo']}) to `{description}`") @flags.add_flag("--limit", type=int, default=500) @flags.add_flag("--channel", type=discord.TextChannel) @flags.command() async def snipe(self, ctx, **flags): """Shows the most recently deleted messages in a given channel""" # i know i shouldnt be using json for this channel = flags.get('channel') or ctx.channel with open('./json_files/snipes.json', 'r') as f: snipes = json.load(f) try: channel_snipes = snipes[str(channel.id)] except KeyError: return await ctx.send(f"{channel} has no deleted messages.") embeds = [] for snipe in reversed(channel_snipes[:flags.get('limit')]): try: author = self.bot.get_user(int(snipe['author'])) or await self.bot.fetch_user(int(snipe['author']) img = author.avatar_url except: author = "Unknown User" img = "https://media.discordapp.net/attachments/740678305237303454/866900622271971348/avvy.png" embed = discord.Embed(colour=self.bot.colour) desc = snipe['content'] if not desc and snipe.get('embed'): desc = '`<Embedded Message>`' embed.description = desc since = dt.strptime(snipe['created_at'], '%Y-%m-%d %H:%M:%S.%f') embed.set_author(name=f"{author} said in {str(channel)}", icon_url=img) embed.timestamp = since embeds.append(embed) source = paginator.EmbedSource(embeds, footer=False) await paginator.CatchAllMenu(source).start(ctx) @commands.command(aliases=['af']) async def animalfact(self, ctx, animal=None): """Shows a fact about an animal of your choice.""" if not animal: return await ctx.send( f"**Valid Animal Choices:**\ncat, dog, koala, fox, bird, elephant, panda, racoon, kangaroo, giraffe, whale") try: animal = str(animal).lower().replace(' ', '_') em = ANIMALS.get(animal) fact = await self.sr.get_fact(animal) await ctx.send(f"{em} **Random {animal.replace('_', ' ').title()} Fact:**\n{fact}") except Exception as error: return await ctx.send(error) async def get_attachement(self, image_url: str, ext='png') -> discord.File: """Gives you a valid image attachment of any url""" async with self.bot.session.get(image_url) as r: data = await r.read() image = BytesIO(data) return discord.File(image, filename=f'image.{ext}') @commands.command() async def inspiration(self, ctx): """Get inspired""" async with self.bot.session.get('https://inspirobot.me/api?generate=true') as r: data = await r.text() file = await self.get_attachement(data) await ctx.send(content=f"**Inspiration**", file=file) @commands.command(aliases=['aimg']) async def animalimg(self, ctx, *, animal=None): """Shows an image of an animal of your choice.""" if not animal: return await ctx.send( f"**Valid Animal Choices:**\ncat, dog, koala, fox, birb, red panda, panda, racoon, kangaroo") try: async with ctx.typing(): animal = str(animal).lower().replace(' ', '_') image = await self.sr.get_image(animal) file = await self.get_attachement(image.url) await ctx.send(f"{ANIMALS.get(animal, '')} **Random {animal.replace('_', ' ').title()} Image:**", file=file) except Exception as error: return await ctx.send(error) @commands.command() @commands.command() @commands.command() @commands.command() @commands.command() async def dog(self, ctx): """Shows you an image of a dog.""" async with self.bot.session.get('https://dog.ceo/api/breeds/image/random') as r, ctx.typing(): data = await r.json() file = await self.get_attachement(data['message']) await ctx.send(f"{ANIMALS.get('dog')} **Random Dog Image**", file=file) @commands.group(aliases=['dictionary'], invoke_without_command=True) async def word(self, ctx, *, word): """Fetch a word's definition""" # thanks to deviljamjar for this idea # find the original here: https://github.com/DevilJamJar/DevilBot/blob/master/cogs/utility.py/#L48-#L65 async with ctx.typing(): try: ret = await self.bot.loop.run_in_executor(None, self._dictionary.meaning, word) except Exception as error: raise error embed = discord.Embed(colour=self.bot.colour, title=word.lower()) if not ret: raise commands.BadArgument("this word was not found in the dictionary!") embed.description = self.format_meanings(ret) await ctx.send(embed=embed) @word.command(aliases=['syn']) async def synonyms(self, ctx, *, word): """Shows you the synonyms of a word.""" async with ctx.typing(): try: ret = await self.bot.loop.run_in_executor(None, self._dictionary.synonym, word) except Exception as error: raise error embed = discord.Embed(colour=self.bot.colour, title=word.lower()) embed.description = ', '.join(ret) await ctx.send(embed=embed) @word.command(aliases=['ant']) async def antonyms(self, ctx, *, word): """Shows you the antonyms of a word.""" async with ctx.typing(): try: ret = await self.bot.loop.run_in_executor(None, self._dictionary.antonym, word) except Exception as error: raise error embed = discord.Embed(colour=self.bot.colour, title=word.lower()) embed.description = ', '.join(ret) await ctx.send(embed=embed) @word.command() async def many(self, ctx, *words): """Get information on many words""" command = self.bot.get_command('words') await ctx.invoke(command, *words) @commands.command() async def words(self, ctx, *words): """Get information on many words""" async with ctx.typing(): _dict = dictionary(*words) try: ret = await self.bot.loop.run_in_executor(None, _dict.getMeanings) except Exception as error: raise error embed = discord.Embed(colour=self.bot.colour) embed.title = "Words" not_found = list() for word in words: meanings = ret.get(word) if not meanings: not_found.append(word) continue embed.add_field(name=word.lower(), value=self.format_meanings(meanings)) if not_found: embed.set_footer(text=', '.join(not_found) + " were not found.") try: await ctx.send(embed=embed) except discord.HTTPException: return await ctx.send("You passed in too many words!") @commands.command() async def ship(self, ctx, member_1: discord.Member, member_2: discord.Member): """Ship 2 members""" from random import randint rate = randint(1, 100) await ctx.send(f"""**{member_1}** | <a:hug:748315930685210746> {rate}% :heart: | **{member_2}**""") def setup(bot): bot.add_cog(Fun(bot))
[ 11748, 33918, 198, 11748, 4738, 198, 11748, 4731, 198, 6738, 30351, 952, 1330, 3862, 448, 12331, 198, 6738, 4818, 8079, 1330, 4818, 8079, 355, 288, 83, 198, 6738, 33245, 1330, 2750, 4879, 9399, 198, 6738, 640, 1330, 640, 198, 198, 11748, 36446, 198, 6738, 9485, 35, 14188, 1330, 9485, 35, 14188, 355, 22155, 198, 6738, 36446, 13, 2302, 1330, 9729, 11, 9701, 198, 6738, 1692, 1096, 1330, 3288, 2435, 355, 299, 83, 198, 6738, 474, 49894, 9078, 1330, 317, 952, 41, 49894, 198, 6738, 19677, 62, 15042, 1330, 20985, 198, 198, 6738, 15101, 51, 1313, 27641, 13, 26791, 1330, 357, 198, 220, 220, 220, 42208, 20900, 11, 198, 220, 220, 220, 10075, 18982, 198, 8, 198, 6738, 15101, 51, 1313, 27641, 13, 26791, 13, 20713, 1330, 357, 198, 220, 220, 220, 24413, 2149, 25633, 62, 2538, 15751, 4877, 11, 198, 220, 220, 220, 3537, 3955, 23333, 11, 198, 220, 220, 220, 17228, 2394, 11053, 198, 8, 628, 198, 4871, 11138, 7, 9503, 1746, 13, 34, 519, 2599, 198, 220, 220, 220, 37227, 24629, 9729, 37811, 628, 220, 220, 220, 2488, 9503, 1746, 13, 21812, 3419, 198, 220, 220, 220, 30351, 825, 9961, 7, 944, 11, 269, 17602, 11, 4179, 25, 493, 796, 642, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 2777, 78, 11081, 37811, 198, 220, 220, 220, 220, 220, 220, 220, 6851, 796, 17635, 198, 220, 220, 220, 220, 220, 220, 220, 30351, 351, 2116, 13, 13645, 13, 29891, 13, 1136, 7, 69, 1, 5450, 1378, 2503, 13, 10748, 13, 785, 14, 81, 14, 4246, 418, 298, 594, 17899, 1472, 14, 8940, 13, 17752, 4943, 355, 374, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 581, 796, 25507, 374, 13, 17752, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 329, 1312, 287, 581, 17816, 7890, 6, 7131, 6, 17197, 6, 5974, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6851, 13, 33295, 7, 72, 17816, 7890, 6, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3753, 796, 657, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11525, 82, 796, 17635, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 30351, 351, 269, 17602, 13, 774, 13886, 33529, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 329, 264, 287, 4738, 13, 39873, 7, 24875, 11, 18896, 7, 24875, 8, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2420, 796, 10075, 18982, 13, 19509, 268, 7, 69, 1, 90, 82, 17816, 7839, 20520, 32239, 77, 90, 82, 17816, 944, 5239, 20520, 92, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11525, 82, 13, 33295, 7, 15410, 585, 13, 31567, 276, 7, 11213, 28, 5239, 58, 25, 11024, 4357, 9568, 28, 944, 13, 13645, 13, 49903, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3753, 15853, 352, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 3753, 6624, 4179, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2270, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2555, 198, 220, 220, 220, 220, 220, 220, 220, 279, 796, 42208, 20900, 13, 34, 963, 3237, 23381, 7, 79, 363, 20900, 13, 31567, 276, 7416, 7, 20521, 82, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 25507, 279, 13, 9688, 7, 49464, 8, 628, 220, 220, 220, 2488, 9503, 1746, 13, 21812, 3419, 198, 220, 220, 220, 30351, 825, 279, 46428, 13696, 7, 944, 11, 269, 17602, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 361, 345, 821, 3555, 428, 340, 2192, 318, 429, 534, 1597, 37811, 198, 220, 220, 220, 220, 220, 220, 220, 279, 29647, 796, 37250, 4023, 1378, 44152, 6371, 13, 785, 14, 88, 23, 535, 77, 87, 76, 18, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 5450, 1378, 17566, 12, 2302, 12, 16, 13, 15410, 585, 1324, 13, 3262, 14, 22615, 14, 21, 39, 73, 325, 46888, 7285, 16, 34, 20, 39346, 42, 24, 54, 65, 62, 73, 77, 40, 2290, 89, 24160, 81, 9419, 54, 21, 87, 80, 71, 69, 2127, 45, 83, 16458, 40, 14, 4, 18, 37, 7857, 4, 18, 35, 35500, 14, 5450, 14, 32341, 13, 15410, 585, 1324, 13, 785, 14, 615, 40193, 14, 14877, 27371, 2623, 3270, 2718, 9879, 39570, 14, 11848, 65, 487, 1485, 64, 39254, 1954, 11442, 23, 65, 22, 28485, 2548, 2682, 1433, 65, 5237, 64, 13, 11134, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 4023, 1378, 44152, 6371, 13, 785, 14, 88, 66, 14396, 85, 385, 80, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 5450, 1378, 32341, 13, 15410, 585, 1324, 13, 785, 14, 615, 40193, 14, 14877, 27371, 2623, 3270, 2718, 9879, 39570, 14, 69, 2548, 15630, 1157, 12993, 3559, 1899, 64, 24, 25674, 64, 2816, 4846, 17, 69, 10210, 45720, 2931, 13, 11134, 30, 7857, 28, 35500, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 5450, 1378, 11431, 13, 15410, 585, 1324, 13, 3262, 14, 47348, 902, 14, 2548, 25272, 2623, 4531, 27790, 4089, 19, 22416, 14, 4790, 23815, 2623, 2682, 1129, 2713, 1433, 21288, 14, 24494, 732, 615, 576, 13, 11134, 30, 10394, 28, 4846, 17, 5, 17015, 28, 4846, 17, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 5450, 1378, 17566, 12, 2302, 12, 16, 13, 15410, 585, 1324, 13, 3262, 14, 22615, 14, 55, 53, 83, 51, 24, 77, 31633, 47, 56, 34551, 69, 45, 86, 19, 14313, 73, 85, 29138, 42, 33828, 42, 19910, 21, 62, 15922, 88, 53, 86, 50, 69, 54, 19, 34, 23, 14, 4, 18, 37, 7857, 4, 18, 35, 35500, 14, 5450, 14, 32341, 13, 15410, 585, 1324, 13, 785, 14, 615, 40193, 14, 14877, 27371, 2623, 3270, 2718, 9879, 39570, 14, 67, 15, 26050, 3270, 65, 17, 64, 18638, 69, 38569, 2154, 5892, 64, 22, 64, 21626, 68, 22, 26514, 13, 11134, 30, 10394, 28, 4846, 17, 5, 17015, 28, 4846, 17, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 5450, 1378, 11431, 13, 15410, 585, 1324, 13, 3262, 14, 47348, 902, 14, 22, 2327, 26582, 21626, 1485, 1795, 2996, 38472, 14, 22, 2327, 3104, 1485, 3324, 41172, 28978, 21599, 14, 9060, 15, 13, 11134, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 5450, 1378, 11431, 13, 15410, 585, 1324, 13, 3262, 14, 47348, 902, 14, 22, 2327, 26582, 21626, 1485, 1795, 2996, 38472, 14, 22, 2327, 3104, 1485, 3695, 1959, 25191, 3134, 2623, 14, 9060, 16, 13, 11134, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 5450, 1378, 11431, 13, 15410, 585, 1324, 13, 3262, 14, 47348, 902, 14, 22, 2327, 26582, 21626, 1485, 1795, 2996, 38472, 14, 22, 2327, 3104, 19708, 3459, 3134, 2857, 5332, 2078, 14, 9060, 17, 13, 11134, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 5450, 1378, 11431, 13, 15410, 585, 1324, 13, 3262, 14, 47348, 902, 14, 22, 2327, 26582, 21626, 1485, 1795, 2996, 38472, 14, 22, 2327, 3104, 1485, 3720, 32220, 2598, 1157, 4309, 14, 9060, 18, 13, 11134, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 5450, 1378, 11431, 13, 15410, 585, 1324, 13, 3262, 14, 47348, 902, 14, 22, 2327, 26582, 21626, 1485, 1795, 2996, 38472, 14, 22, 2327, 43950, 11623, 23516, 3104, 940, 4524, 14, 9060, 15, 13, 11134, 6, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 4023, 1378, 72, 13, 11246, 12, 25120, 12, 15042, 13, 4029, 14, 79, 12717, 14, 732, 615, 576, 13, 11134, 20520, 198, 220, 220, 220, 220, 220, 220, 220, 11525, 82, 796, 685, 15410, 585, 13, 31567, 276, 7, 49903, 28, 944, 13, 13645, 13, 49903, 737, 2617, 62, 9060, 7, 6371, 28, 79, 8, 329, 279, 287, 279, 29647, 60, 198, 220, 220, 220, 220, 220, 220, 220, 257, 796, 42208, 20900, 13, 34, 963, 3237, 23381, 7, 79, 363, 20900, 13, 31567, 276, 7416, 7, 20521, 82, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 25507, 257, 13, 9688, 7, 49464, 8, 628, 220, 220, 220, 2488, 9503, 1746, 13, 8094, 7, 37669, 62, 19419, 62, 21812, 28, 17821, 11, 1037, 2625, 39232, 444, 351, 644, 345, 531, 290, 28128, 274, 534, 3275, 33283, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 47217, 28, 17816, 16706, 6, 12962, 628, 220, 220, 220, 2488, 47768, 13, 21812, 7, 37669, 62, 19419, 62, 21812, 28, 17821, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1037, 2625, 39232, 444, 351, 644, 345, 531, 290, 28128, 274, 534, 3275, 11, 475, 287, 281, 11525, 19570, 628, 220, 220, 220, 2488, 47768, 13, 21812, 7, 37669, 62, 19419, 62, 21812, 28, 17821, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1037, 2625, 39232, 444, 351, 644, 345, 531, 290, 28128, 274, 534, 3275, 11, 475, 287, 257, 1180, 6518, 19570, 628, 220, 220, 220, 2488, 47768, 13, 21812, 7, 37669, 62, 19419, 62, 21812, 28, 17821, 11, 1037, 2625, 39232, 444, 351, 644, 345, 531, 290, 28128, 274, 534, 3275, 11, 475, 471, 86, 52, 19570, 628, 220, 220, 220, 2488, 47768, 13, 21812, 7, 16794, 2625, 8582, 227, 109, 1600, 26342, 62, 19419, 62, 21812, 28, 17821, 8, 628, 220, 220, 220, 2488, 47768, 13, 21812, 7, 7344, 1386, 28, 17816, 19662, 6, 4357, 1037, 2625, 12837, 257, 2836, 1223, 13, 33172, 26342, 62, 19419, 62, 21812, 28, 17821, 8, 628, 220, 220, 220, 2488, 47768, 13, 21812, 7, 16794, 2625, 4561, 4105, 257, 3275, 33283, 26342, 62, 19419, 62, 21812, 28, 17821, 8, 628, 220, 220, 220, 2488, 47768, 13, 21812, 7, 37669, 62, 19419, 62, 21812, 28, 17821, 11, 47217, 28, 17816, 368, 31370, 3256, 705, 368, 6, 12962, 198, 220, 220, 220, 30351, 825, 16916, 7, 944, 11, 269, 17602, 11, 1635, 11, 3275, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 47768, 287, 795, 13210, 271, 37811, 198, 220, 220, 220, 220, 220, 220, 220, 31456, 796, 10148, 198, 220, 220, 220, 220, 220, 220, 220, 7475, 796, 1351, 7, 8841, 13, 292, 979, 72, 62, 21037, 7442, 8, 198, 220, 220, 220, 220, 220, 220, 220, 329, 2124, 287, 3275, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 2124, 287, 7475, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 31456, 15853, 277, 10354, 2301, 1538, 62, 521, 26407, 23330, 87, 92, 32105, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 31456, 15853, 24413, 2149, 25633, 62, 2538, 15751, 4877, 13, 1136, 7, 87, 11, 2124, 8, 198, 220, 220, 220, 220, 220, 220, 220, 25507, 269, 17602, 13, 21280, 10786, 59, 84, 2167, 65, 6, 1343, 31456, 8, 628, 220, 220, 220, 2488, 47768, 13, 21812, 3419, 198, 220, 220, 220, 30351, 825, 15290, 7, 944, 11, 269, 17602, 11, 1635, 11, 3275, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 7594, 326, 40206, 65, 672, 25336, 37811, 198, 220, 220, 220, 220, 220, 220, 220, 25507, 269, 17602, 13, 21280, 7, 948, 527, 18982, 13, 27903, 62, 25120, 62, 10641, 7, 20500, 4008, 628, 220, 220, 220, 2488, 9503, 1746, 13, 21812, 7, 16794, 2625, 1722, 591, 262, 29746, 42201, 34655, 5926, 257, 1808, 9313, 8, 628, 220, 220, 220, 2488, 9503, 1746, 13, 21812, 7, 7344, 1386, 28, 17816, 12993, 6, 4357, 1037, 2625, 7414, 2419, 257, 10752, 19570, 628, 220, 220, 220, 2488, 9503, 1746, 13, 21812, 7, 16794, 2625, 2437, 1263, 27825, 389, 345, 30, 9938, 503, 19570, 628, 220, 220, 220, 2488, 9503, 1746, 13, 21812, 7, 16794, 2625, 25214, 262, 18579, 546, 534, 14495, 4943, 628, 220, 220, 220, 2488, 9503, 1746, 13, 8094, 7, 37669, 62, 19419, 62, 21812, 28, 17821, 11, 47217, 28, 14692, 368, 33116, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1037, 2625, 4598, 281, 44805, 422, 257, 1180, 4382, 326, 3075, 4835, 1313, 318, 287, 19570, 628, 220, 220, 220, 2488, 368, 31370, 13, 21812, 3419, 628, 220, 220, 220, 2488, 9503, 1746, 13, 21812, 7, 7344, 1386, 28, 17816, 13655, 6, 12962, 198, 220, 220, 220, 30351, 825, 10536, 298, 2302, 7, 944, 11, 269, 17602, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 16594, 257, 10536, 298, 2302, 1621, 37811, 198, 220, 220, 220, 220, 220, 220, 220, 1621, 796, 17635, 198, 220, 220, 220, 220, 220, 220, 220, 25507, 269, 17602, 13, 21280, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 277, 1, 43887, 298, 2302, 1621, 3599, 0, 5994, 4600, 90, 49464, 13, 40290, 92, 47391, 47671, 4600, 90, 49464, 13, 40290, 92, 37023, 47671, 393, 4600, 90, 49464, 13, 40290, 92, 15643, 680, 63, 284, 766, 534, 2457, 1621, 2474, 8, 198, 220, 220, 220, 220, 220, 220, 220, 981, 6407, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 31456, 796, 25507, 2116, 13, 13645, 13, 17077, 62, 1640, 10786, 20500, 3256, 26827, 28, 6200, 11, 2198, 28, 50033, 2124, 25, 2124, 13, 9800, 6624, 269, 17602, 13, 9800, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 31456, 13, 11299, 287, 357, 69, 6, 90, 49464, 13, 40290, 92, 47391, 3256, 277, 6, 90, 49464, 13, 40290, 92, 37023, 3256, 277, 6, 90, 49464, 13, 40290, 92, 15643, 680, 6, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2270, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1621, 13, 33295, 7, 19662, 13, 11299, 13, 33491, 10786, 15506, 63, 3256, 705, 59, 84, 2167, 65, 6, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 25507, 31456, 13, 2860, 62, 260, 2673, 7, 49464, 13, 42298, 28955, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2845, 3862, 448, 12331, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2270, 198, 220, 220, 220, 220, 220, 220, 220, 1621, 796, 705, 59, 77, 4458, 22179, 26933, 69, 44167, 90, 1370, 92, 6, 329, 1627, 287, 1621, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 25507, 269, 17602, 13, 21280, 7, 20521, 28, 15410, 585, 13, 31567, 276, 7, 49903, 28, 15410, 585, 13, 10258, 13, 14809, 22784, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6764, 28, 69, 1, 1174, 90, 49464, 13, 9800, 92, 1174, 6, 82, 1621, 15506, 63, 25471, 59, 77, 90, 13571, 32239, 77, 15506, 63, 48774, 628, 220, 220, 220, 2488, 9503, 1746, 13, 21812, 7, 7344, 1386, 28, 17816, 8800, 6, 12962, 198, 220, 220, 220, 30351, 825, 13934, 7, 944, 11, 269, 17602, 11, 1635, 11, 3275, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 3103, 1851, 2420, 284, 13934, 526, 15931, 198, 220, 220, 220, 220, 220, 220, 220, 13934, 796, 25507, 2116, 13, 27891, 13, 268, 8189, 62, 39491, 7, 20500, 8, 198, 220, 220, 220, 220, 220, 220, 220, 25507, 269, 17602, 13, 21280, 7, 69, 1, 15506, 63, 9078, 59, 77, 90, 39491, 92, 15506, 63, 4943, 628, 220, 220, 220, 2488, 9503, 1746, 13, 21812, 7, 7344, 1386, 28, 17816, 21855, 3256, 705, 6738, 12, 8800, 6, 12962, 198, 220, 220, 220, 30351, 825, 422, 62, 39491, 7, 944, 11, 269, 17602, 11, 1635, 11, 13934, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 3103, 1851, 2420, 422, 13934, 526, 15931, 198, 220, 220, 220, 220, 220, 220, 220, 13934, 796, 25507, 2116, 13, 27891, 13, 12501, 1098, 62, 39491, 7, 39491, 8, 198, 220, 220, 220, 220, 220, 220, 220, 25507, 269, 17602, 13, 21280, 7, 39491, 8, 628, 220, 220, 220, 2488, 9503, 1746, 13, 21812, 3419, 198, 220, 220, 220, 30351, 825, 4870, 7, 944, 11, 269, 17602, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 2484, 1666, 345, 508, 925, 428, 10214, 37811, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 25507, 269, 17602, 13, 21280, 7, 69, 1, 270, 318, 1391, 944, 13, 13645, 13, 18403, 92, 4943, 628, 220, 220, 220, 2488, 9503, 1746, 13, 21812, 3419, 628, 220, 220, 220, 2488, 9503, 1746, 13, 21812, 7, 7344, 1386, 28, 17816, 25541, 6, 12962, 628, 220, 220, 220, 2488, 9503, 1746, 13, 8094, 7, 37669, 62, 19419, 62, 21812, 28, 17821, 8, 198, 220, 220, 220, 30351, 825, 284, 4598, 7, 944, 11, 269, 17602, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 2484, 1666, 534, 1459, 284, 4598, 1351, 37811, 198, 220, 220, 220, 220, 220, 220, 220, 3709, 796, 17635, 198, 220, 220, 220, 220, 220, 220, 220, 2482, 796, 23243, 19510, 707, 4548, 2116, 13, 1136, 62, 439, 62, 83, 24313, 7, 49464, 13, 9800, 13, 312, 36911, 1994, 28, 50033, 2124, 25, 2124, 17816, 2435, 6, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 329, 1123, 287, 2482, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 640, 796, 288, 83, 13, 315, 66, 6738, 16514, 27823, 7, 27379, 17816, 2435, 6, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1201, 796, 299, 83, 7, 28664, 13, 315, 66, 2197, 3419, 532, 640, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 1123, 17816, 11213, 6, 5974, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1715, 62, 368, 796, 366, 32391, 242, 1, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1715, 62, 368, 796, 13538, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3709, 13, 33295, 7, 69, 17912, 90, 27379, 17816, 83, 24313, 20520, 92, 60, 15090, 27379, 17816, 20500, 62, 6371, 20520, 30072, 357, 2389, 25, 1391, 27379, 17816, 312, 20520, 92, 930, 15622, 1391, 20777, 30072, 1391, 20147, 62, 368, 92, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 2723, 796, 42208, 20900, 13, 15732, 276, 8053, 7416, 7, 7890, 28, 23814, 11, 11525, 28, 15410, 585, 13, 31567, 276, 7, 49903, 28, 944, 13, 13645, 13, 49903, 828, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3670, 2625, 23022, 357, 63, 32391, 242, 63, 9217, 326, 262, 284, 4598, 468, 257, 6764, 42501, 583, 62, 7700, 28, 20, 8, 198, 220, 220, 220, 220, 220, 220, 220, 6859, 796, 42208, 20900, 13, 34, 963, 3237, 23381, 7, 10459, 28, 10459, 8, 198, 220, 220, 220, 220, 220, 220, 220, 6859, 13, 2860, 62, 10951, 62, 25747, 7, 4895, 32391, 242, 1298, 366, 5497, 16856, 326, 262, 284, 4598, 468, 257, 6764, 20662, 8, 198, 220, 220, 220, 220, 220, 220, 220, 25507, 6859, 13, 9688, 7, 49464, 8, 628, 220, 220, 220, 2488, 83, 24313, 13, 21812, 3419, 198, 220, 220, 220, 30351, 825, 751, 7, 944, 11, 269, 17602, 11, 1635, 11, 284, 4598, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 46245, 281, 2378, 284, 534, 284, 4598, 1351, 37811, 198, 220, 220, 220, 220, 220, 220, 220, 611, 18896, 7, 83, 24313, 8, 1875, 2026, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 25507, 269, 17602, 13, 21280, 7203, 7120, 284, 4598, 318, 1165, 890, 13, 4222, 307, 517, 762, 501, 19570, 198, 220, 220, 220, 220, 220, 220, 220, 4686, 796, 4738, 13, 25192, 600, 7, 16, 11, 860, 24214, 8, 198, 220, 220, 220, 220, 220, 220, 220, 25507, 2116, 13, 13645, 13, 9945, 13, 41049, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 20913, 17395, 39319, 284, 4598, 357, 83, 24313, 11, 4686, 11, 640, 11, 3275, 62, 6371, 11, 2836, 62, 312, 8, 26173, 35409, 7198, 16, 11, 720, 17, 11, 720, 18, 11, 720, 19, 11, 720, 20, 42501, 284, 4598, 11, 4686, 11, 640, 22784, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 965, 7, 49464, 13, 20500, 13, 43327, 62, 6371, 828, 269, 17602, 13, 9800, 13, 312, 8, 198, 220, 220, 220, 220, 220, 220, 220, 25507, 269, 17602, 13, 21280, 7, 69, 1, 90, 49464, 13, 42298, 3419, 92, 35835, 276, 4600, 90, 83, 24313, 92, 63, 656, 534, 284, 4598, 1351, 0, 357, 2389, 25, 4600, 90, 312, 92, 63, 8, 4943, 628, 220, 220, 220, 2488, 83, 24313, 13, 21812, 7, 7344, 1386, 28, 17816, 26224, 3256, 705, 28956, 6, 12962, 198, 220, 220, 220, 30351, 825, 10568, 7, 944, 11, 269, 17602, 11, 1635, 312, 25, 493, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 4965, 9010, 281, 2378, 422, 534, 284, 4598, 1351, 37811, 198, 220, 220, 220, 220, 220, 220, 220, 3709, 796, 25507, 2116, 13, 1136, 62, 439, 62, 83, 24313, 7, 49464, 13, 9800, 13, 312, 8, 198, 220, 220, 220, 220, 220, 220, 220, 284, 37427, 796, 685, 9186, 58, 15, 60, 329, 2378, 287, 3709, 60, 198, 220, 220, 220, 220, 220, 220, 220, 220, 2340, 796, 685, 9186, 58, 16, 60, 329, 2378, 287, 3709, 60, 198, 220, 220, 220, 220, 220, 220, 220, 611, 597, 7, 9186, 407, 287, 220, 2340, 329, 2378, 287, 4686, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 25507, 269, 17602, 13, 21280, 7203, 1639, 3804, 287, 12515, 4686, 338, 2474, 8, 198, 220, 220, 220, 220, 220, 220, 220, 3275, 796, 17635, 198, 220, 220, 220, 220, 220, 220, 220, 329, 1312, 287, 4686, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3275, 13, 33295, 7, 69, 1, 3581, 1391, 83, 375, 418, 58, 2340, 13, 9630, 7, 72, 15437, 92, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 25507, 2116, 13, 13645, 13, 9945, 13, 41049, 7203, 7206, 2538, 9328, 16034, 284, 4598, 33411, 2836, 62, 312, 796, 720, 16, 5357, 4686, 796, 720, 17, 1600, 269, 17602, 13, 9800, 13, 312, 11, 1312, 8, 198, 220, 220, 220, 220, 220, 220, 220, 25507, 269, 17602, 13, 21280, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 277, 1, 90, 49464, 13, 42298, 3419, 92, 1024, 33342, 12429, 90, 11925, 7, 312, 38165, 1174, 3709, 422, 534, 284, 4598, 1351, 7479, 77, 1, 1343, 37082, 77, 1911, 22179, 7, 20500, 4008, 628, 220, 220, 220, 2488, 83, 24313, 13, 21812, 3419, 198, 220, 220, 220, 30351, 825, 1351, 7, 944, 11, 269, 17602, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 2484, 1666, 534, 284, 4598, 1351, 37811, 198, 220, 220, 220, 220, 220, 220, 220, 3141, 796, 2116, 13, 13645, 13, 1136, 62, 21812, 10786, 83, 24313, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 25507, 269, 17602, 13, 37669, 7, 21812, 8, 628, 220, 220, 220, 2488, 83, 24313, 13, 21812, 3419, 198, 220, 220, 220, 30351, 825, 1598, 7, 944, 11, 269, 17602, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 34349, 945, 477, 286, 534, 284, 37427, 37811, 198, 220, 220, 220, 220, 220, 220, 220, 997, 796, 18896, 19510, 707, 4548, 2116, 13, 13645, 13, 9945, 13, 69, 7569, 7203, 46506, 1635, 16034, 284, 4598, 33411, 2836, 62, 312, 796, 720, 16, 1600, 269, 17602, 13, 9800, 13, 312, 22305, 198, 220, 220, 220, 220, 220, 220, 220, 25507, 2116, 13, 13645, 13, 9945, 13, 41049, 7203, 7206, 2538, 9328, 16034, 284, 4598, 33411, 2836, 62, 312, 796, 720, 16, 1600, 269, 17602, 13, 9800, 13, 312, 8, 198, 220, 220, 220, 220, 220, 220, 220, 25507, 269, 17602, 13, 21280, 7, 69, 1, 90, 49464, 13, 42298, 3419, 92, 1024, 33342, 12429, 90, 22510, 92, 1174, 3709, 422, 534, 284, 4598, 1351, 2474, 8, 628, 220, 220, 220, 2488, 83, 24313, 13, 21812, 7, 7344, 1386, 28, 17816, 12860, 6, 12962, 198, 220, 220, 220, 30351, 825, 7508, 7, 944, 11, 269, 17602, 11, 4686, 25, 493, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 2484, 1666, 345, 7508, 319, 257, 284, 4598, 37811, 198, 220, 220, 220, 220, 220, 220, 220, 2482, 796, 25507, 2116, 13, 13645, 13, 9945, 13, 69, 7569, 7203, 46506, 1635, 16034, 284, 4598, 33411, 4686, 796, 720, 16, 1600, 4686, 8, 198, 220, 220, 220, 220, 220, 220, 220, 611, 407, 2482, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5298, 9729, 13, 22069, 28100, 1713, 7, 69, 6, 90, 312, 92, 318, 407, 257, 4938, 284, 4598, 0, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 2482, 796, 2482, 58, 15, 60, 198, 220, 220, 220, 220, 220, 220, 220, 11525, 796, 36446, 13, 31567, 276, 7, 49903, 28, 944, 13, 13645, 13, 49903, 8, 198, 220, 220, 220, 220, 220, 220, 220, 11525, 13, 7839, 796, 277, 1, 90, 43420, 17816, 83, 24313, 20520, 92, 13355, 4600, 90, 43420, 17816, 312, 20520, 92, 63, 1, 198, 220, 220, 220, 220, 220, 220, 220, 640, 796, 288, 83, 13, 315, 66, 6738, 16514, 27823, 7, 43420, 17816, 2435, 6, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 1201, 796, 299, 83, 7, 28664, 13, 315, 66, 2197, 3419, 532, 640, 8, 198, 220, 220, 220, 220, 220, 220, 220, 11525, 13, 11213, 796, 277, 6, 90, 43420, 14692, 11213, 8973, 393, 13538, 32239, 77, 6, 198, 220, 220, 220, 220, 220, 220, 220, 11525, 13, 11213, 15853, 277, 1, 27, 25, 15750, 25, 22, 2548, 1507, 41580, 24409, 2718, 2327, 32220, 29, 12429, 90, 20777, 92, 1174, 59, 77, 1, 198, 220, 220, 220, 220, 220, 220, 220, 11525, 13, 11213, 15853, 277, 1, 1174, 90, 2435, 13, 2536, 31387, 10786, 4, 32, 4064, 33, 4064, 67, 11, 4064, 56, 379, 4064, 40, 25, 4, 44, 4064, 79, 11537, 92, 1174, 1, 198, 220, 220, 220, 220, 220, 220, 220, 25507, 269, 17602, 13, 21280, 7, 20521, 28, 20521, 8, 628, 220, 220, 220, 2488, 83, 24313, 13, 21812, 7, 7344, 1386, 28, 17816, 2860, 62, 20147, 3256, 705, 324, 6, 12962, 198, 220, 220, 220, 30351, 825, 6901, 7, 944, 11, 269, 17602, 11, 4686, 25, 493, 11, 1635, 11, 6764, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 4550, 257, 6764, 329, 534, 284, 4598, 37811, 198, 220, 220, 220, 220, 220, 220, 220, 2482, 796, 25507, 2116, 13, 13645, 13, 9945, 13, 69, 7569, 7203, 46506, 1635, 16034, 284, 4598, 33411, 4686, 796, 720, 16, 1600, 4686, 8, 198, 220, 220, 220, 220, 220, 220, 220, 611, 407, 2482, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5298, 9729, 13, 22069, 28100, 1713, 7, 69, 6, 90, 312, 92, 318, 407, 257, 4938, 284, 4598, 0, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 611, 18896, 7, 11213, 8, 1875, 8646, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 25507, 269, 17602, 13, 21280, 7203, 2504, 6764, 318, 1165, 890, 2474, 8, 198, 220, 220, 220, 220, 220, 220, 220, 25507, 2116, 13, 13645, 13, 9945, 13, 41049, 7203, 16977, 284, 4598, 25823, 6764, 796, 720, 16, 33411, 4686, 796, 720, 17, 1600, 6764, 11, 4686, 8, 198, 220, 220, 220, 220, 220, 220, 220, 25507, 269, 17602, 13, 21280, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 277, 1, 90, 49464, 13, 42298, 3419, 92, 5345, 284, 4598, 6764, 329, 4600, 90, 312, 92, 63, 37913, 43420, 58, 15, 7131, 6, 83, 24313, 20520, 30072, 284, 4600, 90, 11213, 92, 63, 4943, 628, 220, 220, 220, 2488, 33152, 13, 2860, 62, 32109, 7203, 438, 32374, 1600, 2099, 28, 600, 11, 4277, 28, 4059, 8, 198, 220, 220, 220, 2488, 33152, 13, 2860, 62, 32109, 7203, 438, 17620, 1600, 2099, 28, 15410, 585, 13, 8206, 29239, 8, 198, 220, 220, 220, 2488, 33152, 13, 21812, 3419, 198, 220, 220, 220, 30351, 825, 3013, 3757, 7, 944, 11, 269, 17602, 11, 12429, 33152, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 2484, 1666, 262, 749, 2904, 13140, 6218, 287, 257, 1813, 6518, 37811, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 1312, 760, 1312, 815, 429, 307, 1262, 33918, 329, 428, 198, 220, 220, 220, 220, 220, 220, 220, 6518, 796, 9701, 13, 1136, 10786, 17620, 11537, 393, 269, 17602, 13, 17620, 198, 220, 220, 220, 220, 220, 220, 220, 351, 1280, 7, 4458, 14, 17752, 62, 16624, 14, 16184, 18636, 13, 17752, 3256, 705, 81, 11537, 355, 277, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3013, 18636, 796, 33918, 13, 2220, 7, 69, 8, 198, 220, 220, 220, 220, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6518, 62, 16184, 18636, 796, 3013, 18636, 58, 2536, 7, 17620, 13, 312, 15437, 198, 220, 220, 220, 220, 220, 220, 220, 2845, 7383, 12331, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 25507, 269, 17602, 13, 21280, 7, 69, 1, 90, 17620, 92, 468, 645, 13140, 6218, 19570, 198, 220, 220, 220, 220, 220, 220, 220, 11525, 82, 796, 17635, 198, 220, 220, 220, 220, 220, 220, 220, 329, 3013, 3757, 287, 17687, 7, 17620, 62, 16184, 18636, 58, 25, 33152, 13, 1136, 10786, 32374, 11537, 60, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1772, 796, 2116, 13, 13645, 13, 1136, 62, 7220, 7, 600, 7, 16184, 3757, 17816, 9800, 20520, 4008, 393, 25507, 2116, 13, 13645, 13, 69, 7569, 62, 7220, 7, 600, 7, 16184, 3757, 17816, 9800, 6, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 33705, 796, 1772, 13, 615, 9459, 62, 6371, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2845, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1772, 796, 366, 20035, 11787, 1, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 33705, 796, 366, 5450, 1378, 11431, 13, 15410, 585, 1324, 13, 3262, 14, 47348, 902, 14, 45598, 30924, 22515, 24693, 22572, 34229, 14, 42240, 12865, 21, 1828, 1983, 24991, 1485, 2780, 14, 615, 7670, 13, 11134, 1, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11525, 796, 36446, 13, 31567, 276, 7, 49903, 28, 944, 13, 13645, 13, 49903, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1715, 796, 3013, 3757, 17816, 11299, 20520, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 407, 1715, 290, 3013, 3757, 13, 1136, 10786, 20521, 6, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1715, 796, 705, 63, 27, 31567, 47238, 16000, 29, 63, 6, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11525, 13, 11213, 796, 1715, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1201, 796, 288, 83, 13, 2536, 457, 524, 7, 16184, 3757, 17816, 25598, 62, 265, 6, 4357, 705, 4, 56, 12, 4, 76, 12, 4, 67, 4064, 39, 25, 4, 44, 25, 4, 50, 13, 4, 69, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11525, 13, 2617, 62, 9800, 7, 3672, 28, 69, 1, 90, 9800, 92, 531, 287, 1391, 2536, 7, 17620, 38165, 1600, 7196, 62, 6371, 28, 9600, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11525, 13, 16514, 27823, 796, 1201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11525, 82, 13, 33295, 7, 20521, 8, 198, 220, 220, 220, 220, 220, 220, 220, 2723, 796, 42208, 20900, 13, 31567, 276, 7416, 7, 20521, 82, 11, 2366, 263, 28, 25101, 8, 198, 220, 220, 220, 220, 220, 220, 220, 25507, 42208, 20900, 13, 34, 963, 3237, 23381, 7, 10459, 737, 9688, 7, 49464, 8, 628, 220, 220, 220, 2488, 9503, 1746, 13, 21812, 7, 7344, 1386, 28, 17816, 1878, 6, 12962, 198, 220, 220, 220, 30351, 825, 2355, 1604, 529, 7, 944, 11, 269, 17602, 11, 5044, 28, 14202, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 2484, 1666, 257, 1109, 546, 281, 5044, 286, 534, 3572, 526, 15931, 198, 220, 220, 220, 220, 220, 220, 220, 611, 407, 5044, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 25507, 269, 17602, 13, 21280, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 277, 1, 1174, 47139, 13792, 10031, 1063, 25, 1174, 59, 77, 9246, 11, 3290, 11, 41727, 6081, 11, 21831, 11, 6512, 11, 20950, 11, 279, 5282, 11, 3444, 2049, 11, 479, 648, 38049, 11, 37370, 21223, 11, 22206, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5044, 796, 965, 7, 41607, 737, 21037, 22446, 33491, 10786, 46083, 705, 62, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 795, 796, 3537, 3955, 23333, 13, 1136, 7, 41607, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1109, 796, 25507, 2116, 13, 27891, 13, 1136, 62, 22584, 7, 41607, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 25507, 269, 17602, 13, 21280, 7, 69, 1, 90, 368, 92, 12429, 29531, 1391, 41607, 13, 33491, 10786, 62, 3256, 705, 705, 737, 7839, 3419, 92, 19020, 25, 1174, 59, 77, 90, 22584, 92, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 2845, 35528, 355, 4049, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 25507, 269, 17602, 13, 21280, 7, 18224, 8, 628, 220, 220, 220, 30351, 825, 651, 62, 1078, 4891, 434, 7, 944, 11, 2939, 62, 6371, 25, 965, 11, 1070, 11639, 11134, 11537, 4613, 36446, 13, 8979, 25, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 38, 1083, 345, 257, 4938, 2939, 18231, 286, 597, 19016, 37811, 198, 220, 220, 220, 220, 220, 220, 220, 30351, 351, 2116, 13, 13645, 13, 29891, 13, 1136, 7, 9060, 62, 6371, 8, 355, 374, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1366, 796, 25507, 374, 13, 961, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 2939, 796, 2750, 4879, 9399, 7, 7890, 8, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 36446, 13, 8979, 7, 9060, 11, 29472, 28, 69, 6, 9060, 13, 90, 2302, 92, 11537, 628, 220, 220, 220, 2488, 9503, 1746, 13, 21812, 3419, 198, 220, 220, 220, 30351, 825, 12141, 7, 944, 11, 269, 17602, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 3855, 7867, 37811, 198, 220, 220, 220, 220, 220, 220, 220, 30351, 351, 2116, 13, 13645, 13, 29891, 13, 1136, 10786, 5450, 1378, 1040, 79, 7058, 13645, 13, 1326, 14, 15042, 30, 8612, 378, 28, 7942, 11537, 355, 374, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1366, 796, 25507, 374, 13, 5239, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 2393, 796, 25507, 2116, 13, 1136, 62, 1078, 4891, 434, 7, 7890, 8, 198, 220, 220, 220, 220, 220, 220, 220, 25507, 269, 17602, 13, 21280, 7, 11299, 28, 69, 1, 1174, 41502, 15297, 1174, 1600, 2393, 28, 7753, 8, 628, 220, 220, 220, 2488, 9503, 1746, 13, 21812, 7, 7344, 1386, 28, 17816, 1385, 70, 6, 12962, 198, 220, 220, 220, 30351, 825, 5044, 9600, 7, 944, 11, 269, 17602, 11, 1635, 11, 5044, 28, 14202, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 2484, 1666, 281, 2939, 286, 281, 5044, 286, 534, 3572, 526, 15931, 198, 220, 220, 220, 220, 220, 220, 220, 611, 407, 5044, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 25507, 269, 17602, 13, 21280, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 277, 1, 1174, 47139, 13792, 10031, 1063, 25, 1174, 59, 77, 9246, 11, 3290, 11, 41727, 6081, 11, 21831, 11, 35122, 65, 11, 2266, 279, 5282, 11, 279, 5282, 11, 3444, 2049, 11, 479, 648, 38049, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 30351, 351, 269, 17602, 13, 774, 13886, 33529, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5044, 796, 965, 7, 41607, 737, 21037, 22446, 33491, 10786, 46083, 705, 62, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2939, 796, 25507, 2116, 13, 27891, 13, 1136, 62, 9060, 7, 41607, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2393, 796, 25507, 2116, 13, 1136, 62, 1078, 4891, 434, 7, 9060, 13, 6371, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 25507, 269, 17602, 13, 21280, 7, 69, 1, 90, 1565, 3955, 23333, 13, 1136, 7, 41607, 11, 10148, 38165, 12429, 29531, 1391, 41607, 13, 33491, 10786, 62, 3256, 705, 705, 737, 7839, 3419, 92, 7412, 25, 1174, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2393, 28, 7753, 8, 198, 220, 220, 220, 220, 220, 220, 220, 2845, 35528, 355, 4049, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 25507, 269, 17602, 13, 21280, 7, 18224, 8, 628, 220, 220, 220, 2488, 9503, 1746, 13, 21812, 3419, 628, 220, 220, 220, 2488, 9503, 1746, 13, 21812, 3419, 628, 220, 220, 220, 2488, 9503, 1746, 13, 21812, 3419, 628, 220, 220, 220, 2488, 9503, 1746, 13, 21812, 3419, 628, 220, 220, 220, 2488, 9503, 1746, 13, 21812, 3419, 198, 220, 220, 220, 30351, 825, 3290, 7, 944, 11, 269, 17602, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 2484, 1666, 345, 281, 2939, 286, 257, 3290, 526, 15931, 198, 220, 220, 220, 220, 220, 220, 220, 30351, 351, 2116, 13, 13645, 13, 29891, 13, 1136, 10786, 5450, 1378, 9703, 13, 344, 78, 14, 15042, 14, 4679, 5379, 14, 9060, 14, 25120, 11537, 355, 374, 11, 269, 17602, 13, 774, 13886, 33529, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1366, 796, 25507, 374, 13, 17752, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 2393, 796, 25507, 2116, 13, 1136, 62, 1078, 4891, 434, 7, 7890, 17816, 20500, 6, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 25507, 269, 17602, 13, 21280, 7, 69, 1, 90, 1565, 3955, 23333, 13, 1136, 10786, 9703, 11537, 92, 12429, 29531, 8532, 7412, 1174, 1600, 2393, 28, 7753, 8, 628, 220, 220, 220, 2488, 9503, 1746, 13, 8094, 7, 7344, 1386, 28, 17816, 67, 14188, 6, 4357, 26342, 62, 19419, 62, 21812, 28, 17821, 8, 198, 220, 220, 220, 30351, 825, 1573, 7, 944, 11, 269, 17602, 11, 1635, 11, 1573, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 37, 7569, 257, 1573, 338, 6770, 37811, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 5176, 284, 17118, 39159, 9491, 329, 428, 2126, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 1064, 262, 2656, 994, 25, 3740, 1378, 12567, 13, 785, 14, 13603, 346, 30380, 47511, 14, 13603, 346, 20630, 14, 2436, 672, 14, 9866, 14, 66, 18463, 14, 315, 879, 13, 9078, 31113, 43, 2780, 12, 2, 43, 2996, 198, 220, 220, 220, 220, 220, 220, 220, 30351, 351, 269, 17602, 13, 774, 13886, 33529, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1005, 796, 25507, 2116, 13, 13645, 13, 26268, 13, 5143, 62, 259, 62, 18558, 38409, 7, 14202, 11, 2116, 13557, 67, 14188, 13, 24815, 11, 1573, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2845, 35528, 355, 4049, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5298, 4049, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11525, 796, 36446, 13, 31567, 276, 7, 49903, 28, 944, 13, 13645, 13, 49903, 11, 3670, 28, 4775, 13, 21037, 28955, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 407, 1005, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5298, 9729, 13, 22069, 28100, 1713, 7203, 5661, 1573, 373, 407, 1043, 287, 262, 22155, 2474, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11525, 13, 11213, 796, 2116, 13, 18982, 62, 32604, 654, 7, 1186, 8, 198, 220, 220, 220, 220, 220, 220, 220, 25507, 269, 17602, 13, 21280, 7, 20521, 28, 20521, 8, 628, 220, 220, 220, 2488, 4775, 13, 21812, 7, 7344, 1386, 28, 17816, 28869, 6, 12962, 198, 220, 220, 220, 30351, 825, 6171, 43612, 7, 944, 11, 269, 17602, 11, 1635, 11, 1573, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 2484, 1666, 345, 262, 6171, 43612, 286, 257, 1573, 526, 15931, 198, 220, 220, 220, 220, 220, 220, 220, 30351, 351, 269, 17602, 13, 774, 13886, 33529, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1005, 796, 25507, 2116, 13, 13645, 13, 26268, 13, 5143, 62, 259, 62, 18558, 38409, 7, 14202, 11, 2116, 13557, 67, 14188, 13, 28869, 5177, 11, 1573, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2845, 35528, 355, 4049, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5298, 4049, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11525, 796, 36446, 13, 31567, 276, 7, 49903, 28, 944, 13, 13645, 13, 49903, 11, 3670, 28, 4775, 13, 21037, 28955, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11525, 13, 11213, 796, 46083, 45302, 22179, 7, 1186, 8, 198, 220, 220, 220, 220, 220, 220, 220, 25507, 269, 17602, 13, 21280, 7, 20521, 28, 20521, 8, 628, 220, 220, 220, 2488, 4775, 13, 21812, 7, 7344, 1386, 28, 17816, 415, 6, 12962, 198, 220, 220, 220, 30351, 825, 281, 1122, 88, 907, 7, 944, 11, 269, 17602, 11, 1635, 11, 1573, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 2484, 1666, 345, 262, 281, 1122, 88, 907, 286, 257, 1573, 526, 15931, 198, 220, 220, 220, 220, 220, 220, 220, 30351, 351, 269, 17602, 13, 774, 13886, 33529, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1005, 796, 25507, 2116, 13, 13645, 13, 26268, 13, 5143, 62, 259, 62, 18558, 38409, 7, 14202, 11, 2116, 13557, 67, 14188, 13, 415, 5177, 11, 1573, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2845, 35528, 355, 4049, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5298, 4049, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11525, 796, 36446, 13, 31567, 276, 7, 49903, 28, 944, 13, 13645, 13, 49903, 11, 3670, 28, 4775, 13, 21037, 28955, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11525, 13, 11213, 796, 46083, 45302, 22179, 7, 1186, 8, 198, 220, 220, 220, 220, 220, 220, 220, 25507, 269, 17602, 13, 21280, 7, 20521, 28, 20521, 8, 628, 220, 220, 220, 2488, 4775, 13, 21812, 3419, 198, 220, 220, 220, 30351, 825, 867, 7, 944, 11, 269, 17602, 11, 1635, 10879, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 3855, 1321, 319, 867, 2456, 37811, 198, 220, 220, 220, 220, 220, 220, 220, 3141, 796, 2116, 13, 13645, 13, 1136, 62, 21812, 10786, 10879, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 25507, 269, 17602, 13, 37669, 7, 21812, 11, 1635, 10879, 8, 628, 220, 220, 220, 2488, 9503, 1746, 13, 21812, 3419, 198, 220, 220, 220, 30351, 825, 2456, 7, 944, 11, 269, 17602, 11, 1635, 10879, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 3855, 1321, 319, 867, 2456, 37811, 198, 220, 220, 220, 220, 220, 220, 220, 30351, 351, 269, 17602, 13, 774, 13886, 33529, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4808, 11600, 796, 22155, 46491, 10879, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1005, 796, 25507, 2116, 13, 13645, 13, 26268, 13, 5143, 62, 259, 62, 18558, 38409, 7, 14202, 11, 4808, 11600, 13, 1136, 5308, 272, 654, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2845, 35528, 355, 4049, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5298, 4049, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11525, 796, 36446, 13, 31567, 276, 7, 49903, 28, 944, 13, 13645, 13, 49903, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11525, 13, 7839, 796, 366, 37117, 1, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 407, 62, 9275, 796, 1351, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 329, 1573, 287, 2456, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 26368, 796, 1005, 13, 1136, 7, 4775, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 407, 26368, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 407, 62, 9275, 13, 33295, 7, 4775, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2555, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11525, 13, 2860, 62, 3245, 7, 3672, 28, 4775, 13, 21037, 22784, 1988, 28, 944, 13, 18982, 62, 32604, 654, 7, 32604, 654, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 611, 407, 62, 9275, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11525, 13, 2617, 62, 5898, 263, 7, 5239, 28, 3256, 45302, 22179, 7, 1662, 62, 9275, 8, 1343, 366, 547, 407, 1043, 19570, 198, 220, 220, 220, 220, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 25507, 269, 17602, 13, 21280, 7, 20521, 28, 20521, 8, 198, 220, 220, 220, 220, 220, 220, 220, 2845, 36446, 13, 40717, 16922, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 25507, 269, 17602, 13, 21280, 7203, 1639, 3804, 287, 1165, 867, 2456, 2474, 8, 628, 220, 220, 220, 2488, 9503, 1746, 13, 21812, 3419, 198, 220, 220, 220, 30351, 825, 4074, 7, 944, 11, 269, 17602, 11, 2888, 62, 16, 25, 36446, 13, 27608, 11, 2888, 62, 17, 25, 36446, 13, 27608, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 25586, 362, 1866, 37811, 198, 220, 220, 220, 220, 220, 220, 220, 422, 4738, 1330, 43720, 600, 198, 220, 220, 220, 220, 220, 220, 220, 2494, 796, 43720, 600, 7, 16, 11, 1802, 8, 198, 220, 220, 220, 220, 220, 220, 220, 25507, 269, 17602, 13, 21280, 7, 69, 37811, 1174, 90, 19522, 62, 16, 92, 1174, 930, 1279, 64, 25, 71, 1018, 25, 22, 38783, 19707, 1270, 3104, 4309, 15982, 3510, 29, 1391, 4873, 92, 4, 1058, 11499, 25, 930, 12429, 90, 19522, 62, 17, 92, 1174, 15931, 4943, 198, 198, 4299, 9058, 7, 13645, 2599, 198, 220, 220, 220, 10214, 13, 2860, 62, 66, 519, 7, 24629, 7, 13645, 4008, 198 ]
2.164535
8,521
from point import Point
[ 6738, 966, 1330, 6252 ]
5.75
4
# -*- coding: utf-8 -*- """ Script Name: Author: Do Trinh/Jimmy - 3D artist. Description: """ # ------------------------------------------------------------------------------------------------------------- """ Import """ from pyPLM.damg import DAMGDICT # ------------------------------------------------------------------------------------------------------------- # Created by Trinh Do on 5/6/2020 - 3:13 AM # © 2017 - 2020 DAMGteam. All rights reserved
[ 2, 532, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12, 198, 37811, 198, 198, 7391, 6530, 25, 220, 198, 13838, 25, 2141, 33822, 71, 14, 40335, 532, 513, 35, 6802, 13, 198, 198, 11828, 25, 628, 198, 37811, 198, 2, 16529, 3880, 32501, 198, 37811, 17267, 37227, 198, 198, 6738, 12972, 6489, 44, 13, 11043, 70, 1330, 29506, 45113, 18379, 628, 628, 198, 198, 2, 16529, 3880, 32501, 198, 2, 15622, 416, 33822, 71, 2141, 319, 642, 14, 21, 14, 42334, 532, 513, 25, 1485, 3001, 198, 2, 10673, 2177, 532, 12131, 29506, 38, 15097, 13, 1439, 2489, 10395, 198 ]
4.524272
103
from poker_ai.poker.dealer import Dealer from poker_ai.poker.card import Card
[ 6738, 27101, 62, 1872, 13, 79, 11020, 13, 31769, 263, 1330, 44480, 198, 6738, 27101, 62, 1872, 13, 79, 11020, 13, 9517, 1330, 5172, 628 ]
3.16
25
import pygame import sys import os import csv import random from pygame import * from minigame1.Player import * from minigame1.Mobs import * from minigame1.Camera import * from minigame1.KeyBlock import * from minigame1.PilarBlock import * from minigame1.Text import * from minigame1.HighScore import * from pprint import pprint
[ 11748, 12972, 6057, 198, 11748, 25064, 198, 11748, 28686, 198, 11748, 269, 21370, 198, 11748, 4738, 198, 6738, 12972, 6057, 1330, 1635, 198, 6738, 949, 328, 480, 16, 13, 14140, 1330, 1635, 198, 6738, 949, 328, 480, 16, 13, 44, 8158, 1330, 1635, 198, 6738, 949, 328, 480, 16, 13, 35632, 1330, 1635, 198, 6738, 949, 328, 480, 16, 13, 9218, 12235, 1330, 1635, 198, 6738, 949, 328, 480, 16, 13, 47, 1794, 12235, 1330, 1635, 198, 6738, 949, 328, 480, 16, 13, 8206, 1330, 1635, 198, 6738, 949, 328, 480, 16, 13, 11922, 26595, 1330, 1635, 198, 6738, 279, 4798, 1330, 279, 4798, 628, 220, 220, 220, 220, 220, 220, 220, 220, 198 ]
2.973684
114
# Copyright (C) 2013 Adobe Systems Incorporated. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions # are met: # # 1. Redistributions of source code must retain the above # copyright notice, this list of conditions and the following # disclaimer. # 2. Redistributions in binary form must reproduce the above # copyright notice, this list of conditions and the following # disclaimer in the documentation and/or other materials # provided with the distribution. # # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER "AS IS" AND ANY # EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR # PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, # OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR # PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR # TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF # THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. from blinkpy.common.host_mock import MockHost from blinkpy.common.path_finder import RELATIVE_WEB_TESTS from blinkpy.common.system.executive_mock import MockExecutive, ScriptError from blinkpy.common.system.filesystem_mock import MockFileSystem from blinkpy.common.system.log_testing import LoggingTestCase from blinkpy.w3c.test_copier import TestCopier MOCK_WEB_TESTS = '/mock-checkout/' + RELATIVE_WEB_TESTS FAKE_SOURCE_REPO_DIR = '/blink' FAKE_FILES = { MOCK_WEB_TESTS + 'external/OWNERS': '', '/blink/w3c/dir/has_shebang.txt': '#!', '/blink/w3c/dir/README.txt': '', '/blink/w3c/dir/OWNERS': '', '/blink/w3c/dir/reftest.list': '', MOCK_WEB_TESTS + 'external/README.txt': '', MOCK_WEB_TESTS + 'W3CImportExpectations': '', }
[ 2, 15069, 357, 34, 8, 2211, 21771, 11998, 3457, 40132, 13, 1439, 2489, 10395, 13, 198, 2, 198, 2, 2297, 396, 3890, 290, 779, 287, 2723, 290, 13934, 5107, 11, 351, 393, 1231, 198, 2, 17613, 11, 389, 10431, 2810, 326, 262, 1708, 3403, 198, 2, 389, 1138, 25, 198, 2, 198, 2, 352, 13, 2297, 396, 2455, 507, 286, 2723, 2438, 1276, 12377, 262, 2029, 198, 2, 220, 220, 220, 6634, 4003, 11, 428, 1351, 286, 3403, 290, 262, 1708, 198, 2, 220, 220, 220, 37592, 13, 198, 2, 362, 13, 2297, 396, 2455, 507, 287, 13934, 1296, 1276, 22919, 262, 2029, 198, 2, 220, 220, 220, 6634, 4003, 11, 428, 1351, 286, 3403, 290, 262, 1708, 198, 2, 220, 220, 220, 37592, 287, 262, 10314, 290, 14, 273, 584, 5696, 198, 2, 220, 220, 220, 2810, 351, 262, 6082, 13, 198, 2, 198, 2, 12680, 47466, 3180, 36592, 2389, 1961, 11050, 3336, 27975, 38162, 9947, 49707, 14418, 366, 1921, 3180, 1, 5357, 15529, 198, 2, 7788, 32761, 6375, 8959, 49094, 34764, 11015, 11, 47783, 2751, 11, 21728, 5626, 40880, 5390, 11, 3336, 198, 2, 8959, 49094, 34764, 11015, 3963, 34482, 3398, 1565, 5603, 25382, 5357, 376, 46144, 7473, 317, 16652, 2149, 37232, 198, 2, 33079, 48933, 15986, 13954, 48778, 1961, 13, 3268, 8005, 49261, 50163, 3336, 27975, 38162, 9947, 49707, 14418, 9348, 198, 2, 43031, 19146, 7473, 15529, 42242, 11, 3268, 17931, 23988, 11, 19387, 25256, 1847, 11, 38846, 11, 7788, 3620, 6489, 13153, 11, 198, 2, 6375, 7102, 5188, 10917, 3525, 12576, 29506, 25552, 357, 1268, 39149, 2751, 11, 21728, 5626, 40880, 5390, 11, 198, 2, 41755, 11335, 10979, 3963, 28932, 2257, 2043, 37780, 21090, 50, 6375, 49254, 26, 406, 18420, 3963, 23210, 11, 42865, 11, 6375, 198, 2, 4810, 19238, 29722, 26, 6375, 43949, 44180, 23255, 49, 8577, 24131, 8, 29630, 36, 5959, 7257, 2937, 1961, 5357, 6177, 15529, 198, 2, 3336, 15513, 3963, 43031, 25382, 11, 7655, 2767, 16879, 3268, 27342, 10659, 11, 19269, 18379, 43031, 25382, 11, 6375, 198, 2, 309, 9863, 357, 1268, 39149, 2751, 399, 7156, 43, 3528, 18310, 6375, 25401, 54, 24352, 8, 5923, 1797, 2751, 3268, 15529, 34882, 16289, 3963, 198, 2, 3336, 23210, 3963, 12680, 47466, 11, 45886, 16876, 5984, 29817, 1961, 3963, 3336, 28069, 11584, 25382, 3963, 198, 2, 13558, 3398, 29506, 11879, 13, 198, 198, 6738, 21019, 9078, 13, 11321, 13, 4774, 62, 76, 735, 1330, 44123, 17932, 198, 6738, 21019, 9078, 13, 11321, 13, 6978, 62, 22805, 1330, 29749, 37045, 62, 8845, 33, 62, 51, 1546, 4694, 198, 6738, 21019, 9078, 13, 11321, 13, 10057, 13, 18558, 8827, 62, 76, 735, 1330, 44123, 43885, 11, 12327, 12331, 198, 6738, 21019, 9078, 13, 11321, 13, 10057, 13, 16624, 6781, 62, 76, 735, 1330, 44123, 8979, 11964, 198, 6738, 21019, 9078, 13, 11321, 13, 10057, 13, 6404, 62, 33407, 1330, 5972, 2667, 14402, 20448, 198, 6738, 21019, 9078, 13, 86, 18, 66, 13, 9288, 62, 22163, 959, 1330, 6208, 13379, 959, 198, 198, 44, 11290, 62, 8845, 33, 62, 51, 1546, 4694, 796, 31051, 76, 735, 12, 9122, 448, 14, 6, 1343, 29749, 37045, 62, 8845, 33, 62, 51, 1546, 4694, 198, 198, 7708, 7336, 62, 47690, 62, 2200, 16402, 62, 34720, 796, 31051, 2436, 676, 6, 198, 198, 7708, 7336, 62, 46700, 1546, 796, 1391, 198, 220, 220, 220, 337, 11290, 62, 8845, 33, 62, 51, 1546, 4694, 1343, 705, 22615, 14, 14165, 4877, 10354, 705, 3256, 198, 220, 220, 220, 31051, 2436, 676, 14, 86, 18, 66, 14, 15908, 14, 10134, 62, 7091, 36668, 13, 14116, 10354, 705, 2, 0, 3256, 198, 220, 220, 220, 31051, 2436, 676, 14, 86, 18, 66, 14, 15908, 14, 15675, 11682, 13, 14116, 10354, 705, 3256, 198, 220, 220, 220, 31051, 2436, 676, 14, 86, 18, 66, 14, 15908, 14, 14165, 4877, 10354, 705, 3256, 198, 220, 220, 220, 31051, 2436, 676, 14, 86, 18, 66, 14, 15908, 14, 260, 701, 395, 13, 4868, 10354, 705, 3256, 198, 220, 220, 220, 337, 11290, 62, 8845, 33, 62, 51, 1546, 4694, 1343, 705, 22615, 14, 15675, 11682, 13, 14116, 10354, 705, 3256, 198, 220, 220, 220, 337, 11290, 62, 8845, 33, 62, 51, 1546, 4694, 1343, 705, 54, 18, 34, 20939, 3109, 806, 602, 10354, 705, 3256, 198, 92, 628 ]
2.952045
709
# -*- coding: utf-8 -*- """ paperchase.manage.journals ~~~~~~~~~~~~~~~~~~~~~ jorunals management commands """ import datetime from flask.ext.script import Command, prompt, prompt_pass from werkzeug.datastructures import MultiDict from ..services import users
[ 2, 532, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12, 198, 37811, 198, 220, 220, 220, 3348, 354, 589, 13, 805, 496, 13, 73, 18408, 198, 220, 220, 220, 220, 27156, 8728, 93, 628, 220, 220, 220, 474, 273, 403, 874, 4542, 9729, 198, 37811, 198, 198, 11748, 4818, 8079, 198, 6738, 42903, 13, 2302, 13, 12048, 1330, 9455, 11, 6152, 11, 6152, 62, 6603, 198, 6738, 266, 9587, 2736, 1018, 13, 19608, 459, 1356, 942, 1330, 15237, 35, 713, 198, 198, 6738, 11485, 30416, 1330, 2985 ]
3.033333
90
"""Top-level package for simple-otp.""" __author__ = """Kshitij Nagvekar""" __email__ = '[email protected]' __version__ = '0.1.0' try: from secrets import SystemRandom except ImportError: from random import SystemRandom from typing import Sequence from .otp import OTP random = SystemRandom() def generate_secret( length: int = 16, chars: Sequence[str] = None ) -> str: """ Generates a secret which can be used as secret key :param length: key length :param chars: list of characters to be used to generate secret key :return: secret key string """ if chars is None: chars = list('ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890') return ''.join( random.choice(chars) for _ in range(length) ) __all__ = ["generate_secret", "OTP"]
[ 37811, 9126, 12, 5715, 5301, 329, 2829, 12, 313, 79, 526, 15931, 198, 198, 834, 9800, 834, 796, 37227, 42, 16211, 2926, 15196, 303, 21070, 37811, 198, 834, 12888, 834, 796, 705, 591, 17945, 2926, 13, 77, 363, 303, 21070, 31, 1818, 521, 544, 13, 259, 6, 198, 834, 9641, 834, 796, 705, 15, 13, 16, 13, 15, 6, 198, 198, 28311, 25, 198, 220, 220, 220, 422, 13141, 1330, 4482, 29531, 198, 16341, 17267, 12331, 25, 198, 220, 220, 220, 422, 4738, 1330, 4482, 29531, 198, 198, 6738, 19720, 1330, 45835, 198, 6738, 764, 313, 79, 1330, 440, 7250, 198, 198, 25120, 796, 4482, 29531, 3419, 628, 198, 4299, 7716, 62, 21078, 7, 198, 220, 220, 220, 4129, 25, 493, 796, 1467, 11, 198, 220, 220, 220, 34534, 25, 45835, 58, 2536, 60, 796, 6045, 198, 8, 4613, 965, 25, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 2980, 689, 257, 3200, 543, 460, 307, 973, 355, 3200, 1994, 198, 220, 220, 220, 1058, 17143, 4129, 25, 1994, 4129, 198, 220, 220, 220, 1058, 17143, 34534, 25, 1351, 286, 3435, 284, 307, 973, 284, 7716, 3200, 1994, 198, 220, 220, 220, 1058, 7783, 25, 3200, 1994, 4731, 198, 220, 220, 220, 37227, 628, 220, 220, 220, 611, 34534, 318, 6045, 25, 198, 220, 220, 220, 220, 220, 220, 220, 34534, 796, 1351, 10786, 24694, 32988, 17511, 23852, 42, 31288, 45, 3185, 48, 49, 2257, 52, 30133, 34278, 57, 10163, 2231, 30924, 3829, 11537, 628, 220, 220, 220, 1441, 705, 4458, 22179, 7, 198, 220, 220, 220, 220, 220, 220, 220, 4738, 13, 25541, 7, 354, 945, 8, 198, 220, 220, 220, 220, 220, 220, 220, 329, 4808, 287, 2837, 7, 13664, 8, 198, 220, 220, 220, 1267, 628, 198, 834, 439, 834, 796, 14631, 8612, 378, 62, 21078, 1600, 366, 2394, 47, 8973, 198 ]
2.669935
306
import matplotlib.pyplot as plt import numpy as np import os import pandas as pd # Find path for cases curr_dir_path = os.path.dirname(os.path.realpath(__file__)) # print(curr_dir_path) # cases = os.listdir(curr_dir_path + '/Cases') # pop = cases.index('baseCase') # cases.pop(pop) # Label graph with bold characters font_axis_publish = { 'color': 'black', 'weight': 'bold', 'size': 22, } # Read in digitized data digi_n = pd.read_csv( curr_dir_path + '/n_nstar_radius.dat', header = 0, sep = '\t', names = ['r', 'n_nstar'] ) digi_T = pd.read_csv( curr_dir_path + '/T_Tstar_radius.dat', header = 0, sep = '\t', names = ['r', 'T_Tstar'] ) sim = pd.read_csv( curr_dir_path + '/postProcessing/sampleDict/0.3/horizontalLine_Ttra_Ar_rhoN_Ar.csv' ) print(sim['Ttra_Ar']) sim = sim[['distance', 'rhoN_Ar', 'Ttra_Ar']].dropna() sim['rhoN_Ar'] = sim['rhoN_Ar'] / 6.02e20 sim['Ttra_Ar'] = sim['Ttra_Ar'] / 800.0 plt.title('DSMC vs DAC', fontdict = font_axis_publish) plt.ylabel('n/n*', fontdict = font_axis_publish) plt.xlabel('r', fontdict = font_axis_publish) plt.plot(digi_n['r'], digi_n['n_nstar'], label = 'digitized (DAC)') plt.plot(sim['distance'], sim['rhoN_Ar'], label = 'simulated (DSMC)') plt.legend() plt.yscale('log') plt.savefig(curr_dir_path + '/digitized_vs_analytical_n.png') plt.close() plt.title('DSMC vs DAC', fontdict = font_axis_publish) plt.ylabel('T/T*', fontdict = font_axis_publish) plt.xlabel('r', fontdict = font_axis_publish) plt.plot(digi_T['r'], digi_T['T_Tstar'], label = 'digitized (DAC)') plt.plot(sim['distance'], sim['Ttra_Ar'], label = 'simulated (DSMC)') plt.legend() plt.yscale('log') plt.savefig(curr_dir_path + '/digitized_vs_analytical_T.png') plt.close()
[ 11748, 2603, 29487, 8019, 13, 9078, 29487, 355, 458, 83, 198, 11748, 299, 32152, 355, 45941, 198, 11748, 28686, 198, 11748, 19798, 292, 355, 279, 67, 198, 198, 2, 9938, 3108, 329, 2663, 198, 22019, 81, 62, 15908, 62, 6978, 796, 28686, 13, 6978, 13, 15908, 3672, 7, 418, 13, 6978, 13, 5305, 6978, 7, 834, 7753, 834, 4008, 198, 2, 3601, 7, 22019, 81, 62, 15908, 62, 6978, 8, 198, 2, 2663, 796, 28686, 13, 4868, 15908, 7, 22019, 81, 62, 15908, 62, 6978, 1343, 31051, 34, 1386, 11537, 198, 2, 1461, 796, 2663, 13, 9630, 10786, 8692, 20448, 11537, 198, 2, 2663, 13, 12924, 7, 12924, 8, 198, 198, 2, 36052, 4823, 351, 10758, 3435, 198, 10331, 62, 22704, 62, 12984, 1836, 796, 1391, 198, 220, 220, 220, 220, 220, 705, 8043, 10354, 220, 705, 13424, 3256, 198, 220, 220, 220, 220, 220, 705, 6551, 10354, 705, 36575, 3256, 198, 220, 220, 220, 220, 220, 705, 7857, 10354, 2534, 11, 198, 220, 220, 220, 220, 220, 1782, 198, 198, 2, 4149, 287, 16839, 1143, 1366, 198, 12894, 72, 62, 77, 796, 279, 67, 13, 961, 62, 40664, 7, 198, 220, 220, 220, 1090, 81, 62, 15908, 62, 6978, 1343, 31051, 77, 62, 77, 7364, 62, 42172, 13, 19608, 3256, 198, 220, 220, 220, 13639, 796, 657, 11, 198, 220, 220, 220, 41767, 796, 705, 59, 83, 3256, 198, 220, 220, 220, 3891, 796, 37250, 81, 3256, 705, 77, 62, 77, 7364, 20520, 198, 220, 220, 220, 1267, 198, 198, 12894, 72, 62, 51, 796, 279, 67, 13, 961, 62, 40664, 7, 198, 220, 220, 220, 1090, 81, 62, 15908, 62, 6978, 1343, 31051, 51, 62, 51, 7364, 62, 42172, 13, 19608, 3256, 198, 220, 220, 220, 13639, 796, 657, 11, 198, 220, 220, 220, 41767, 796, 705, 59, 83, 3256, 198, 220, 220, 220, 3891, 796, 37250, 81, 3256, 705, 51, 62, 51, 7364, 20520, 198, 220, 220, 220, 1267, 198, 198, 14323, 796, 279, 67, 13, 961, 62, 40664, 7, 198, 220, 220, 220, 1090, 81, 62, 15908, 62, 6978, 1343, 31051, 7353, 18709, 278, 14, 39873, 35, 713, 14, 15, 13, 18, 14, 17899, 38342, 13949, 62, 51, 9535, 62, 3163, 62, 81, 8873, 45, 62, 3163, 13, 40664, 6, 198, 220, 220, 220, 1267, 198, 198, 4798, 7, 14323, 17816, 51, 9535, 62, 3163, 6, 12962, 198, 198, 14323, 796, 985, 58, 17816, 30246, 3256, 705, 81, 8873, 45, 62, 3163, 3256, 705, 51, 9535, 62, 3163, 20520, 4083, 14781, 2616, 3419, 198, 14323, 17816, 81, 8873, 45, 62, 3163, 20520, 796, 985, 17816, 81, 8873, 45, 62, 3163, 20520, 1220, 718, 13, 2999, 68, 1238, 198, 14323, 17816, 51, 9535, 62, 3163, 20520, 796, 985, 17816, 51, 9535, 62, 3163, 20520, 1220, 10460, 13, 15, 198, 220, 220, 220, 220, 198, 198, 489, 83, 13, 7839, 10786, 5258, 9655, 3691, 45793, 3256, 10369, 11600, 796, 10369, 62, 22704, 62, 12984, 1836, 8, 198, 489, 83, 13, 2645, 9608, 10786, 77, 14, 77, 9, 3256, 10369, 11600, 796, 10369, 62, 22704, 62, 12984, 1836, 8, 198, 489, 83, 13, 87, 18242, 10786, 81, 3256, 10369, 11600, 796, 10369, 62, 22704, 62, 12984, 1836, 8, 198, 198, 489, 83, 13, 29487, 7, 12894, 72, 62, 77, 17816, 81, 6, 4357, 3100, 72, 62, 77, 17816, 77, 62, 77, 7364, 6, 4357, 6167, 796, 705, 27003, 1143, 357, 35, 2246, 8, 11537, 198, 489, 83, 13, 29487, 7, 14323, 17816, 30246, 6, 4357, 985, 17816, 81, 8873, 45, 62, 3163, 6, 4357, 6167, 796, 705, 14323, 4817, 357, 5258, 9655, 8, 11537, 198, 489, 83, 13, 1455, 437, 3419, 198, 489, 83, 13, 28349, 1000, 10786, 6404, 11537, 198, 489, 83, 13, 21928, 5647, 7, 22019, 81, 62, 15908, 62, 6978, 1343, 31051, 27003, 1143, 62, 14259, 62, 38200, 22869, 62, 77, 13, 11134, 11537, 198, 489, 83, 13, 19836, 3419, 198, 198, 489, 83, 13, 7839, 10786, 5258, 9655, 3691, 45793, 3256, 10369, 11600, 796, 10369, 62, 22704, 62, 12984, 1836, 8, 198, 489, 83, 13, 2645, 9608, 10786, 51, 14, 51, 9, 3256, 10369, 11600, 796, 10369, 62, 22704, 62, 12984, 1836, 8, 198, 489, 83, 13, 87, 18242, 10786, 81, 3256, 10369, 11600, 796, 10369, 62, 22704, 62, 12984, 1836, 8, 198, 198, 489, 83, 13, 29487, 7, 12894, 72, 62, 51, 17816, 81, 6, 4357, 3100, 72, 62, 51, 17816, 51, 62, 51, 7364, 6, 4357, 6167, 796, 705, 27003, 1143, 357, 35, 2246, 8, 11537, 198, 489, 83, 13, 29487, 7, 14323, 17816, 30246, 6, 4357, 985, 17816, 51, 9535, 62, 3163, 6, 4357, 6167, 796, 705, 14323, 4817, 357, 5258, 9655, 8, 11537, 198, 489, 83, 13, 1455, 437, 3419, 198, 489, 83, 13, 28349, 1000, 10786, 6404, 11537, 198, 489, 83, 13, 21928, 5647, 7, 22019, 81, 62, 15908, 62, 6978, 1343, 31051, 27003, 1143, 62, 14259, 62, 38200, 22869, 62, 51, 13, 11134, 11537, 198, 489, 83, 13, 19836, 3419, 198 ]
2.1618
822
import json import logging import os from flask import Flask, request, jsonify from pointy.api.add_points import add_points from pointy.api.add_team import add_team from pointy.api.add_user import add_user from pointy.api.get_score import get_score from pointy.api.get_scoreboard import get_scoreboard, get_scoreboard_page from pointy.setup_logging import setup_logging setup_logging() logger = logging.getLogger(__name__) app = Flask(__name__) verify_token = os.environ.get('POINTY_VERIFY_TOKEN') @app.route('/add-points', methods=['POST']) @app.route('/get-score', methods=['POST']) @app.route('/get-scoreboard', methods=['POST']) @app.route('/add-team', methods=['POST']) @app.route('/event-endpoint', methods=['POST']) @app.route('/interactive-endpoint', methods=['POST']) @app.route('/oauth-redirect', methods=[''])
[ 11748, 33918, 198, 11748, 18931, 198, 11748, 28686, 198, 198, 6738, 42903, 1330, 46947, 11, 2581, 11, 33918, 1958, 198, 198, 6738, 966, 88, 13, 15042, 13, 2860, 62, 13033, 1330, 751, 62, 13033, 198, 6738, 966, 88, 13, 15042, 13, 2860, 62, 15097, 1330, 751, 62, 15097, 198, 6738, 966, 88, 13, 15042, 13, 2860, 62, 7220, 1330, 751, 62, 7220, 198, 6738, 966, 88, 13, 15042, 13, 1136, 62, 26675, 1330, 651, 62, 26675, 198, 6738, 966, 88, 13, 15042, 13, 1136, 62, 26675, 3526, 1330, 651, 62, 26675, 3526, 11, 651, 62, 26675, 3526, 62, 7700, 198, 6738, 966, 88, 13, 40406, 62, 6404, 2667, 1330, 9058, 62, 6404, 2667, 198, 198, 40406, 62, 6404, 2667, 3419, 198, 6404, 1362, 796, 18931, 13, 1136, 11187, 1362, 7, 834, 3672, 834, 8, 198, 198, 1324, 796, 46947, 7, 834, 3672, 834, 8, 198, 198, 332, 1958, 62, 30001, 796, 28686, 13, 268, 2268, 13, 1136, 10786, 16402, 1268, 9936, 62, 5959, 5064, 56, 62, 10468, 43959, 11537, 628, 198, 31, 1324, 13, 38629, 10786, 14, 2860, 12, 13033, 3256, 5050, 28, 17816, 32782, 6, 12962, 628, 198, 31, 1324, 13, 38629, 10786, 14, 1136, 12, 26675, 3256, 5050, 28, 17816, 32782, 6, 12962, 628, 198, 31, 1324, 13, 38629, 10786, 14, 1136, 12, 26675, 3526, 3256, 5050, 28, 17816, 32782, 6, 12962, 628, 198, 31, 1324, 13, 38629, 10786, 14, 2860, 12, 15097, 3256, 5050, 28, 17816, 32782, 6, 12962, 628, 198, 31, 1324, 13, 38629, 10786, 14, 15596, 12, 437, 4122, 3256, 5050, 28, 17816, 32782, 6, 12962, 628, 198, 31, 1324, 13, 38629, 10786, 14, 3849, 5275, 12, 437, 4122, 3256, 5050, 28, 17816, 32782, 6, 12962, 628, 198, 31, 1324, 13, 38629, 10786, 14, 12162, 1071, 12, 445, 1060, 3256, 5050, 41888, 7061, 12962, 628 ]
2.803333
300
""" █▀▄▀█ █▀▀ ▀█▀ █▀▀ █▀█ █▀ ▀█▀ ▄▀█ ▀█▀ █░▀░█ ██▄ ░█░ ██▄ █▄█ ▄█ ░█░ █▀█ ░█░ Import & export routines. The code is licensed under the MIT license. """ __appname__ = 'routines' __version__ = '0.0.1' from .routine import Routine
[ 37811, 198, 8115, 44033, 45786, 44033, 8115, 447, 225, 8115, 44033, 44033, 447, 225, 44033, 8115, 44033, 447, 225, 8115, 44033, 44033, 447, 225, 8115, 44033, 8115, 447, 225, 8115, 44033, 447, 225, 44033, 8115, 44033, 447, 225, 45786, 44033, 8115, 447, 225, 44033, 8115, 44033, 198, 8115, 22110, 44033, 22110, 8115, 447, 225, 9968, 45786, 447, 225, 22110, 8115, 22110, 447, 225, 9968, 45786, 447, 225, 8115, 45786, 8115, 447, 225, 45786, 8115, 447, 225, 22110, 8115, 22110, 447, 225, 8115, 44033, 8115, 447, 225, 22110, 8115, 22110, 198, 198, 20939, 1222, 10784, 31878, 13, 198, 198, 464, 2438, 318, 11971, 739, 262, 17168, 5964, 13, 198, 37811, 198, 198, 834, 1324, 3672, 834, 796, 705, 81, 448, 1127, 6, 198, 834, 9641, 834, 796, 705, 15, 13, 15, 13, 16, 6, 198, 198, 6738, 764, 81, 28399, 1330, 371, 28399, 198 ]
1.622378
143
import random
[ 11748, 4738, 201, 198 ]
3.75
4
import pickle import os from tkinter import * import time if __name__ == "__main__": fileNameOfJob = 'mov_1.pkl' if(not os.path.exists( fileNameOfJob)): pass with open(fileNameOfJob,'rb') as f: currMoove =pickle.load(f) print(' loaded moove with %i cadrs'%len(currMoove)) root = Tk() canvas = Canvas(root, width=600+3, height=700+3) canvas.pack() canvas.create_rectangle(0, 0, 600+2, 700+2, fill="white") cAlin=[] cApo=[] firstCadr =currMoove[0] for lin in firstCadr.lines: cA = canvas.create_line(lin[0], lin[1], lin[2], lin[3], fill="#555555", width = lin[4]) cAlin.append(cA) for po in firstCadr.points: cA = canvas.create_oval(po[0]-po[2], po[1]-po[2],po[0]+po[2],po[1]+po[2], fill="#FF5555") cApo.append(cA) for i,cadr in enumerate(currMoove): currTime=time.time() for lin in range( len(cadr.lines)): if not cadr.lines[lin][5]: canvas.coords(cAlin[lin], cadr.lines[lin][0], cadr.lines[lin][1], cadr.lines[lin][2], cadr.lines[lin][3]) else: canvas.coords(cAlin[lin], 0, 0, 0, 1) for po in range( len(cadr.points)): large = cadr.points[po][2] canvas.coords(cApo[po], cadr.points[po][0]-large, cadr.points[po][1]-large,cadr.points[po][0]+large, cadr.points[po][1]+large) root.update() time.sleep(1/250) root.destroy()
[ 11748, 2298, 293, 201, 198, 11748, 28686, 201, 198, 6738, 256, 74, 3849, 1330, 1635, 201, 198, 11748, 640, 201, 198, 201, 198, 201, 198, 361, 11593, 3672, 834, 6624, 366, 834, 12417, 834, 1298, 201, 198, 220, 220, 220, 2393, 5376, 5189, 33308, 796, 705, 76, 709, 62, 16, 13, 79, 41582, 6, 201, 198, 220, 220, 220, 611, 7, 1662, 28686, 13, 6978, 13, 1069, 1023, 7, 2393, 5376, 5189, 33308, 8, 2599, 220, 201, 198, 220, 220, 220, 220, 220, 220, 220, 1208, 220, 220, 220, 220, 201, 198, 220, 220, 220, 351, 1280, 7, 7753, 5376, 5189, 33308, 4032, 26145, 11537, 355, 277, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 1090, 81, 16632, 659, 796, 27729, 293, 13, 2220, 7, 69, 8, 201, 198, 220, 220, 220, 3601, 10786, 9639, 6941, 659, 351, 4064, 72, 20603, 3808, 6, 4, 11925, 7, 22019, 81, 16632, 659, 4008, 201, 198, 201, 198, 201, 198, 220, 220, 220, 6808, 796, 309, 74, 3419, 201, 198, 220, 220, 220, 21978, 796, 1680, 11017, 7, 15763, 11, 9647, 28, 8054, 10, 18, 11, 6001, 28, 9879, 10, 18, 8, 201, 198, 220, 220, 220, 21978, 13, 8002, 3419, 201, 198, 220, 220, 220, 21978, 13, 17953, 62, 2554, 9248, 7, 15, 11, 657, 11, 10053, 10, 17, 11, 13037, 10, 17, 11, 6070, 2625, 11186, 4943, 201, 198, 220, 220, 220, 269, 2348, 259, 28, 21737, 201, 198, 220, 220, 220, 269, 32, 7501, 28, 21737, 201, 198, 220, 220, 220, 717, 34, 41909, 796, 22019, 81, 16632, 659, 58, 15, 60, 220, 201, 198, 220, 220, 220, 329, 9493, 287, 717, 34, 41909, 13, 6615, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 269, 32, 796, 21978, 13, 17953, 62, 1370, 7, 2815, 58, 15, 4357, 9493, 58, 16, 4357, 9493, 58, 17, 4357, 9493, 58, 18, 4357, 220, 6070, 25698, 2816, 2816, 2816, 1600, 9647, 796, 9493, 58, 19, 12962, 201, 198, 220, 220, 220, 220, 220, 220, 220, 269, 2348, 259, 13, 33295, 7, 66, 32, 8, 201, 198, 220, 220, 220, 329, 745, 287, 717, 34, 41909, 13, 13033, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 269, 32, 796, 21978, 13, 17953, 62, 8325, 7, 7501, 58, 15, 45297, 7501, 58, 17, 4357, 745, 58, 16, 45297, 7501, 58, 17, 4357, 7501, 58, 15, 48688, 7501, 58, 17, 4357, 7501, 58, 16, 48688, 7501, 58, 17, 4357, 6070, 25698, 5777, 2816, 2816, 4943, 220, 220, 220, 220, 201, 198, 220, 220, 220, 220, 220, 220, 220, 269, 32, 7501, 13, 33295, 7, 66, 32, 8, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 201, 198, 220, 220, 220, 329, 1312, 11, 66, 41909, 287, 27056, 378, 7, 22019, 81, 16632, 659, 2599, 201, 198, 220, 220, 220, 220, 220, 220, 220, 1090, 81, 7575, 28, 2435, 13, 2435, 3419, 201, 198, 220, 220, 220, 220, 220, 220, 220, 329, 9493, 287, 2837, 7, 18896, 7, 66, 41909, 13, 6615, 8, 2599, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 407, 20603, 81, 13, 6615, 58, 2815, 7131, 20, 5974, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 21978, 13, 1073, 3669, 7, 66, 2348, 259, 58, 2815, 4357, 20603, 81, 13, 6615, 58, 2815, 7131, 15, 4357, 20603, 81, 13, 6615, 58, 2815, 7131, 16, 4357, 20603, 81, 13, 6615, 58, 2815, 7131, 17, 4357, 20603, 81, 13, 6615, 58, 2815, 7131, 18, 12962, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 21978, 13, 1073, 3669, 7, 66, 2348, 259, 58, 2815, 4357, 657, 11, 657, 11, 657, 11, 352, 8, 220, 220, 220, 220, 201, 198, 220, 220, 220, 220, 220, 220, 220, 329, 745, 287, 2837, 7, 18896, 7, 66, 41909, 13, 13033, 8, 2599, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1588, 796, 20603, 81, 13, 13033, 58, 7501, 7131, 17, 60, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 21978, 13, 1073, 3669, 7, 66, 32, 7501, 58, 7501, 4357, 20603, 81, 13, 13033, 58, 7501, 7131, 15, 45297, 11664, 11, 20603, 81, 13, 13033, 58, 7501, 7131, 16, 45297, 11664, 11, 66, 41909, 13, 13033, 58, 7501, 7131, 15, 48688, 11664, 11, 20603, 81, 13, 13033, 58, 7501, 7131, 16, 48688, 11664, 8, 201, 198, 220, 220, 220, 220, 220, 220, 220, 6808, 13, 19119, 3419, 201, 198, 201, 198, 201, 198, 220, 220, 220, 220, 220, 220, 220, 640, 13, 42832, 7, 16, 14, 9031, 8, 201, 198, 201, 198, 220, 220, 220, 6808, 13, 41659, 3419, 201, 198, 201, 198, 201, 198, 201, 198, 201, 198, 201, 198, 201, 198, 201, 198, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 201, 198 ]
1.848341
844
import re import streamlit as st import pandas as pd import numpy as np import altair as alt from PIL import Image import requests import sys,os pato = os.path.dirname direccion=pato(pato(pato(__file__))) sys.path.append(direccion) from notebooks.Canada import df_canada from notebooks.Canada_2 import df_canada1 from notebooks.Japon import df_japon from notebooks.Japon_2 import df_japon1 from notebooks.Vietnam import df_vietnam from notebooks.Singapur import df_singapur from notebooks.Corea import df_corea from notebooks.Corea_aranceles import df_corea1 from notebooks.paisesfinal import df_paises from notebooks.Aranceles import aranceles from SRC.utils_.mining_data_tb import * from SRC.utils_.visualization_tb import * df = None st.set_page_config(layout="wide") menu = st.sidebar.selectbox('Menu:', options=["Portada", "Informacion básica", "Casos de estudio", "DataFrames","El datamama","Conclusiones","Información"]) st.title(' La importancia de los acuerdos comerciales internacionales') if menu == 'Portada': st.markdown('### En este estudio se pretende refutar la importancia de los acuerdos comerciales internacionales para el comercio de la Unión Europea.') st.write('¿Los acuerdos comerciales ayudan al comercio de la Unión Europea?: **SI**') st.markdown ("###### Fuentes: Comisión Europea, Datacomex, Eurostacom, ICEX y Access2Markets.") st.markdown('### Exportaciones UE - País / Importaciones País - UE') grafico1 = Image.open(direccion + os.sep + 'resources' + os.sep + 'imp_exp_total.png') st.image (grafico1,use_column_width=True) st.markdown('### Importaciones UE - País') grafico2 = Image.open(direccion + os.sep + 'resources' + os.sep + 'imp_totales.png') st.image (grafico2,use_column_width=True) st.markdown('### Exportaciones País - UE') grafico3 = Image.open(direccion + os.sep + 'resources' + os.sep + 'exp_totales.png') st.image (grafico3,use_column_width=True) if menu == "Informacion básica": st.markdown('## Definiciones') st.write ("1. **Acuerdo libre comercio:** acuerdo firmado por uno o varios países que lo que pretenden es mejorar el comercio entre ambos bloques a través de la eliminación de trabas arancelarias y no arancelarias.") st.write ("2. **Barreras no arancelarias:** aquellas que impiden el correcto comercio entre dos bloques económicos y que no son de índole arancelario. Entre ellas se encuentras los procedimiento de entrada, los procesos de registro del producto, de inspeccion sanitaria, etc.") st.write ("3. **Aranceles:** impuestos que se cobran por la entrada de bienes o servicios extranjeros en el mercado nacional de un determinado país.") st.write ("4. **Existen dos tipos de aranceles:** aplicados como un porcentaje del valor del bien o los que se les aplica un valor fijo por una unidad de medida establecida (por ejemplo una cantidad de toneladas, hectolitros, etc.)") st.write ("5. **Contingentes:** cantidad exenta de aranceles o a la que se le aplica un arancel menor. A partir de ese volumen los aranceles aumentan.") st.write ("6. **Clasificación arancelaria:** proceso por el que se asigna a cada mercancía un código numérico basado en ciertos criterios como son la naturaleza del producto o los países de origen y destino.") st.write ("7. **Taric:** clasificación arancelario usado por la Unión Europea.") if menu == "Casos de estudio": submenu=st.sidebar.selectbox(label="País:", options=["Corea del Sur","Japón","Canadá"]) if submenu=="Corea del Sur": st.markdown('## El caso coreano: reacción inmediata ') checkbox_graficas = st.sidebar.checkbox("Gráficas", value=True) checkbox_correlaciones = st.sidebar.checkbox("Correlaciones", value=True) if checkbox_graficas: st.write("Aumento en las exportaciones e importaciones de un **72,26%** y un **105,76%**, respectivamente. ") st.write ("Reducción de los aranceles: ") st.write ("- Reduccion mediana de las importaciones del 27% al 5%. ") st.write ("- Reduccion mediana de las exportaciones del 14% al 0%. ") col1, col2 = st.beta_columns(2) with col1: st.markdown('### Importaciones de Corea del Sur a la Unión Europea ') st.plotly_chart(importaciones_total(df_corea1,"Corea del Sur"),use_container_width=True) with col2: st.markdown('### Exportaciones de Corea del Sur a la Unión Europea ') st.plotly_chart(exportaciones_total(df_corea1,"Corea del Sur"),use_container_width=True) if checkbox_correlaciones: col1, col2 = st.beta_columns(2) with col1: st.markdown('### Aranceles 2011 ') st.plotly_chart(violin_pre(aranceles),use_container_width=True) with col2: st.markdown('### Aranceles 2020 ') st.plotly_chart(violin_post(aranceles),use_container_width=True) if submenu=="Japón": st.markdown('## El caso japonés: la larga marcha ') st.write ("Disminución en las exportaciones de un **-3,35%** y un aumento el **27,72%** de las importaciones.") col1, col2 = st.beta_columns(2) with col1: st.markdown('### Importaciones de Japón a la Unión Europea ') st.plotly_chart(importaciones_total(df_japon1,"Japón"),use_container_width=True) with col2: st.markdown('### Exportaciones de Japón a la Unión Europea ') st.plotly_chart(exportaciones_total(df_japon1,"Japón"),use_container_width=True) if submenu=="Canadá": st.markdown('## El caso canadiense: con x de mixta') st.write ("Aumento en las exportaciones e importaciones de un **41,59%** y un **141,80%**, respectivamente.") col1, col2 = st.beta_columns(2) with col1: st.markdown('### Importaciones de Canadá a la Unión Europea ') st.plotly_chart(importaciones_total(df_canada1,"Canadá"),use_container_width=False) with col2: st.markdown('### Exportaciones de Canadá a la Unión Europea ') st.plotly_chart(exportaciones_total(df_canada1,"Canadá"),use_container_width=False) if menu == "DataFrames": submenu=st.sidebar.selectbox(label="País:", options=["Canadá","Corea del Sur","Japón","Singapur","Vietnam"]) if submenu=="Canadá": col1, col2 = st.beta_columns(2) with col1: st.markdown('### Datos antes y despues acuerdo ') df1 = pd.read_csv(direccion + os.sep + 'data' + os.sep + "csvlimpioCanadá1.csv",nrows=20) st.table(df1) with col2: st.markdown('### Datos completos') df = pd.read_csv(direccion + os.sep + 'data' + os.sep + "csvlimpioCanadá.csv",nrows=20) st.table(df) if submenu=="Corea del Sur": st.markdown('### Datos antes y despues acuerdo ') df2 = pd.read_csv(direccion + os.sep + 'data' + os.sep + "csvlimpioCorea_del_Sur_1.csv",nrows=50) st.table(df2) if submenu=="Japón": col1, col2 = st.beta_columns(2) with col1: st.markdown('### Datos antes y despues acuerdo ') df3 = pd.read_csv(direccion + os.sep + 'data' + os.sep + "csvlimpioJapón1.csv",nrows=50) st.table(df3) with col2: st.markdown('### Datos completos') df4 = pd.read_csv(direccion + os.sep + 'data' + os.sep + "csvlimpioJapón.csv",nrows=50) st.table(df4) if submenu=="Singapur": st.markdown('### Datos completos') df3 = pd.read_csv(direccion + os.sep + 'data' + os.sep + "csvlimpioSingapur.csv",nrows=50) st.table(df3) if submenu=="Vietnam": st.markdown('### Datos completos') df3 = pd.read_csv(direccion + os.sep + 'data' + os.sep + "csvlimpioVietnam.csv",nrows=50) st.table(df3) if menu == "El datamama": r = requests.get("http://localhost:8080/give_me_id?token_id=R70423563").json() df = pd.DataFrame(r) st.write(df) if menu == "Conclusiones": st.markdown('## Conclusiones') st.write ("- Todos los tipos de acuerdos comerciales desde aquellos que son más ambiciosos hasta aquellos que son más conservadores ayudan a mejorar el comercio internacional.") st.write ("- La correlación entre las exportaciones e importaciones con respecto a los aranceles es inversa.") st.write ("- A mayor rapidez en la implantacion mayor aumento en el comercio internacional.") st.write ("- Las barreras arancelarias tienen un peso muy importante en el aumento o disminucion del comercio.") st.write ("- La comparación entre los países que han adpotado las medidas hace más tiempo y los que las han adoptado hace menos indica que el comercio entre los diferentes bloques se incrementa mucho más tras los acuerdos ") st.write ("- Las economías con mayor apertura comercial tienden a ser más dependientes del sector exterior que las economias protectoras.") st.write ("- Importante remarcar que hay una serie de variables no númericas (barreras no arancelarias) que tienen un gran impacto en el comercio, habría que hacer un análisis más profundo.") if menu == "Información": st.markdown("### Para más información:") st.write(" 1. [Linkedin](https://www.linkedin.com/in/pabloeduardomartinezpicazo/)") st.write(" 2. Correo electónico: [email protected]") Imagen_despedida= Image.open(direccion + os.sep + 'resources' + os.sep + 'agradecimiento.jpg') st.image (Imagen_despedida,use_column_width=True)
[ 11748, 302, 198, 11748, 4269, 18250, 355, 336, 198, 11748, 19798, 292, 355, 279, 67, 198, 11748, 299, 32152, 355, 45941, 198, 11748, 5988, 958, 355, 5988, 198, 6738, 350, 4146, 1330, 7412, 198, 11748, 7007, 198, 11748, 25064, 11, 418, 628, 198, 79, 5549, 796, 28686, 13, 6978, 13, 15908, 3672, 198, 67, 557, 535, 295, 28, 79, 5549, 7, 79, 5549, 7, 79, 5549, 7, 834, 7753, 834, 22305, 198, 17597, 13, 6978, 13, 33295, 7, 67, 557, 535, 295, 8, 198, 6738, 43935, 13, 17940, 1330, 47764, 62, 5171, 4763, 198, 6738, 43935, 13, 17940, 62, 17, 1330, 47764, 62, 5171, 4763, 16, 198, 6738, 43935, 13, 41, 9184, 1330, 47764, 62, 73, 9184, 198, 6738, 43935, 13, 41, 9184, 62, 17, 1330, 47764, 62, 73, 9184, 16, 198, 6738, 43935, 13, 53, 1155, 7402, 1330, 47764, 62, 85, 1155, 7402, 198, 6738, 43935, 13, 29974, 499, 333, 1330, 47764, 62, 12215, 499, 333, 198, 6738, 43935, 13, 14055, 64, 1330, 47764, 62, 7295, 64, 198, 6738, 43935, 13, 14055, 64, 62, 283, 590, 829, 1330, 47764, 62, 7295, 64, 16, 198, 6738, 43935, 13, 8957, 2696, 20311, 1330, 47764, 62, 8957, 2696, 198, 6738, 43935, 13, 3163, 590, 829, 1330, 610, 590, 829, 198, 6738, 311, 7397, 13, 26791, 44807, 45374, 62, 7890, 62, 83, 65, 1330, 1635, 198, 6738, 311, 7397, 13, 26791, 44807, 41464, 1634, 62, 83, 65, 1330, 1635, 198, 198, 7568, 796, 6045, 198, 301, 13, 2617, 62, 7700, 62, 11250, 7, 39786, 2625, 4421, 4943, 220, 198, 26272, 796, 336, 13, 1589, 5657, 13, 19738, 3524, 10786, 23381, 25, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3689, 28, 14692, 13924, 4763, 1600, 366, 818, 687, 49443, 275, 40138, 3970, 1600, 366, 35155, 418, 390, 1556, 463, 952, 1600, 366, 6601, 35439, 2430, 9527, 4818, 321, 1689, 2430, 21481, 274, 2430, 818, 687, 32009, 18840, 8973, 8, 198, 198, 301, 13, 7839, 10786, 4689, 1330, 1192, 544, 390, 22346, 936, 15573, 37427, 401, 263, 2413, 274, 1788, 330, 1538, 274, 11537, 628, 198, 361, 6859, 6624, 705, 13924, 4763, 10354, 198, 220, 220, 220, 336, 13, 4102, 2902, 10786, 21017, 2039, 43577, 1556, 463, 952, 384, 16614, 68, 1006, 315, 283, 8591, 1330, 1192, 544, 390, 22346, 936, 15573, 37427, 401, 263, 2413, 274, 1788, 330, 1538, 274, 31215, 1288, 401, 2798, 952, 390, 8591, 43376, 18840, 2031, 64, 2637, 8, 198, 220, 220, 220, 336, 13, 13564, 10786, 126, 123, 28903, 936, 15573, 37427, 401, 263, 2413, 274, 38762, 463, 272, 435, 401, 2798, 952, 390, 8591, 43376, 18840, 2031, 64, 27514, 12429, 11584, 1174, 11537, 198, 220, 220, 220, 336, 13, 4102, 2902, 5855, 4242, 2235, 13333, 298, 274, 25, 955, 23267, 18840, 2031, 64, 11, 16092, 330, 462, 87, 11, 1898, 301, 330, 296, 11, 23358, 55, 331, 8798, 17, 9704, 1039, 19570, 198, 220, 220, 220, 336, 13, 4102, 2902, 10786, 21017, 36472, 49443, 274, 27595, 532, 11243, 41200, 1220, 17267, 49443, 274, 11243, 41200, 532, 27595, 11537, 198, 220, 220, 220, 7933, 69, 3713, 16, 796, 7412, 13, 9654, 7, 67, 557, 535, 295, 1343, 28686, 13, 325, 79, 1343, 705, 37540, 6, 1343, 28686, 13, 325, 79, 1343, 705, 11011, 62, 11201, 62, 23350, 13, 11134, 11537, 198, 220, 220, 220, 336, 13, 9060, 357, 70, 32188, 3713, 16, 11, 1904, 62, 28665, 62, 10394, 28, 17821, 8, 220, 198, 220, 220, 220, 336, 13, 4102, 2902, 10786, 21017, 17267, 49443, 274, 27595, 532, 11243, 41200, 11537, 198, 220, 220, 220, 7933, 69, 3713, 17, 796, 7412, 13, 9654, 7, 67, 557, 535, 295, 1343, 28686, 13, 325, 79, 1343, 705, 37540, 6, 1343, 28686, 13, 325, 79, 1343, 705, 11011, 62, 83, 313, 2040, 13, 11134, 11537, 198, 220, 220, 220, 336, 13, 9060, 357, 70, 32188, 3713, 17, 11, 1904, 62, 28665, 62, 10394, 28, 17821, 8, 220, 198, 220, 220, 220, 336, 13, 4102, 2902, 10786, 21017, 36472, 49443, 274, 11243, 41200, 532, 27595, 11537, 198, 220, 220, 220, 7933, 69, 3713, 18, 796, 7412, 13, 9654, 7, 67, 557, 535, 295, 1343, 28686, 13, 325, 79, 1343, 705, 37540, 6, 1343, 28686, 13, 325, 79, 1343, 705, 11201, 62, 83, 313, 2040, 13, 11134, 11537, 198, 220, 220, 220, 336, 13, 9060, 357, 70, 32188, 3713, 18, 11, 1904, 62, 28665, 62, 10394, 28, 17821, 8, 220, 198, 361, 6859, 6624, 366, 818, 687, 49443, 275, 40138, 3970, 1298, 198, 220, 220, 220, 336, 13, 4102, 2902, 10786, 2235, 29589, 47430, 274, 11537, 198, 220, 220, 220, 336, 13, 13564, 5855, 16, 13, 12429, 12832, 15573, 4598, 9195, 260, 401, 2798, 952, 25, 1174, 936, 15573, 4598, 4081, 4533, 16964, 555, 78, 267, 1401, 4267, 14187, 8836, 8448, 8358, 2376, 8358, 16614, 268, 1658, 502, 73, 273, 283, 1288, 401, 2798, 952, 920, 260, 4915, 418, 24924, 13281, 257, 1291, 85, 20954, 390, 8591, 5687, 259, 32009, 18840, 390, 491, 397, 292, 610, 21130, 2743, 292, 331, 645, 610, 21130, 2743, 292, 19570, 198, 220, 220, 220, 336, 13, 13564, 5855, 17, 13, 12429, 33, 9624, 8847, 645, 610, 21130, 2743, 292, 25, 1174, 14839, 695, 292, 8358, 848, 14029, 1288, 3376, 78, 401, 2798, 952, 920, 260, 23430, 24924, 13281, 304, 1102, 10205, 9383, 418, 331, 8358, 645, 3367, 390, 6184, 255, 358, 2305, 610, 21130, 4982, 13, 7232, 260, 30004, 292, 384, 2207, 84, 298, 8847, 22346, 5131, 320, 1153, 78, 390, 24481, 4763, 11, 22346, 386, 728, 418, 390, 4214, 305, 1619, 1720, 78, 11, 390, 1035, 431, 535, 295, 5336, 7940, 544, 11, 3503, 19570, 198, 220, 220, 220, 336, 13, 13564, 5855, 18, 13, 12429, 3163, 590, 829, 25, 1174, 848, 84, 395, 418, 8358, 384, 22843, 2596, 16964, 8591, 24481, 4763, 390, 275, 2013, 274, 267, 37756, 4267, 1070, 2596, 73, 27498, 551, 1288, 11991, 4533, 299, 330, 1538, 390, 555, 3416, 4533, 14187, 41200, 19570, 198, 220, 220, 220, 336, 13, 13564, 5855, 19, 13, 12429, 3109, 396, 268, 23430, 8171, 418, 390, 610, 590, 829, 25, 1174, 257, 489, 291, 22484, 401, 78, 555, 16964, 1087, 1228, 68, 1619, 1188, 273, 1619, 275, 2013, 267, 22346, 8358, 384, 10287, 257, 489, 3970, 555, 1188, 273, 277, 2926, 78, 16964, 555, 64, 555, 32482, 390, 1117, 3755, 1556, 540, 66, 3755, 357, 1819, 304, 73, 18856, 78, 555, 64, 18548, 32482, 390, 5680, 417, 38768, 11, 35246, 6212, 4951, 11, 3503, 2014, 4943, 198, 220, 220, 220, 336, 13, 13564, 5855, 20, 13, 12429, 4264, 278, 298, 274, 25, 1174, 18548, 32482, 409, 29188, 390, 610, 590, 829, 267, 257, 8591, 8358, 384, 443, 257, 489, 3970, 555, 610, 21130, 1450, 273, 13, 317, 636, 343, 390, 1658, 68, 2322, 20080, 22346, 610, 590, 829, 257, 1713, 272, 19570, 198, 220, 220, 220, 336, 13, 13564, 5855, 21, 13, 12429, 2601, 292, 811, 32009, 18840, 610, 21130, 10312, 25, 1174, 386, 728, 78, 16964, 1288, 8358, 384, 355, 570, 64, 257, 269, 4763, 11991, 1192, 29690, 555, 269, 10205, 12894, 78, 997, 2634, 1173, 78, 1615, 4533, 551, 269, 72, 861, 418, 1955, 263, 4267, 401, 78, 3367, 8591, 299, 2541, 1000, 4496, 1619, 1720, 78, 267, 22346, 14187, 8836, 8448, 390, 1796, 268, 331, 2244, 2879, 19570, 198, 220, 220, 220, 336, 13, 13564, 5855, 22, 13, 12429, 47079, 291, 25, 1174, 537, 292, 811, 32009, 18840, 610, 21130, 4982, 514, 4533, 16964, 8591, 43376, 18840, 2031, 64, 19570, 198, 361, 6859, 6624, 366, 35155, 418, 390, 1556, 463, 952, 1298, 198, 220, 220, 220, 850, 26272, 28, 301, 13, 1589, 5657, 13, 19738, 3524, 7, 18242, 2625, 28875, 41200, 25, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3689, 28, 14692, 14055, 64, 1619, 4198, 2430, 41, 499, 18840, 2430, 6090, 324, 6557, 8973, 8, 198, 220, 220, 220, 611, 850, 26272, 855, 1, 14055, 64, 1619, 4198, 1298, 198, 220, 220, 220, 220, 220, 220, 220, 336, 13, 4102, 2902, 10786, 2235, 2574, 6124, 78, 4755, 5733, 25, 302, 44456, 18840, 287, 2379, 1045, 705, 8, 198, 220, 220, 220, 220, 220, 220, 220, 2198, 3524, 62, 70, 32188, 44645, 796, 336, 13, 1589, 5657, 13, 9122, 3524, 7203, 8642, 6557, 69, 44645, 1600, 1988, 28, 17821, 8, 198, 220, 220, 220, 220, 220, 220, 220, 2198, 3524, 62, 10215, 2411, 49443, 274, 796, 336, 13, 1589, 5657, 13, 9122, 3524, 7203, 10606, 2411, 49443, 274, 1600, 1988, 28, 17821, 8, 628, 220, 220, 220, 220, 220, 220, 220, 611, 2198, 3524, 62, 70, 32188, 44645, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 336, 13, 13564, 7203, 32, 1713, 78, 551, 39990, 10784, 49443, 274, 304, 1330, 49443, 274, 390, 555, 12429, 4761, 11, 2075, 4, 1174, 331, 555, 12429, 13348, 11, 4304, 4, 1174, 11, 2461, 452, 3263, 68, 13, 366, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 336, 13, 13564, 5855, 7738, 27501, 18840, 390, 22346, 610, 590, 829, 25, 366, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 336, 13, 13564, 5855, 12, 2297, 18863, 295, 1117, 7484, 390, 39990, 1330, 49443, 274, 1619, 2681, 4, 435, 642, 7225, 366, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 336, 13, 13564, 5855, 12, 2297, 18863, 295, 1117, 7484, 390, 39990, 10784, 49443, 274, 1619, 1478, 4, 435, 657, 7225, 366, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 951, 16, 11, 951, 17, 796, 336, 13, 31361, 62, 28665, 82, 7, 17, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 351, 951, 16, 25, 220, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 336, 13, 4102, 2902, 10786, 21017, 17267, 49443, 274, 390, 7231, 64, 1619, 4198, 257, 8591, 43376, 18840, 2031, 64, 705, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 336, 13, 29487, 306, 62, 40926, 7, 11748, 49443, 274, 62, 23350, 7, 7568, 62, 7295, 64, 16, 553, 14055, 64, 1619, 4198, 12340, 1904, 62, 34924, 62, 10394, 28, 17821, 8, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 351, 951, 17, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 336, 13, 4102, 2902, 10786, 21017, 36472, 49443, 274, 390, 7231, 64, 1619, 4198, 257, 8591, 43376, 18840, 2031, 64, 705, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 336, 13, 29487, 306, 62, 40926, 7, 39344, 49443, 274, 62, 23350, 7, 7568, 62, 7295, 64, 16, 553, 14055, 64, 1619, 4198, 12340, 1904, 62, 34924, 62, 10394, 28, 17821, 8, 198, 220, 220, 220, 220, 220, 220, 220, 611, 2198, 3524, 62, 10215, 2411, 49443, 274, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 951, 16, 11, 951, 17, 796, 336, 13, 31361, 62, 28665, 82, 7, 17, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 351, 951, 16, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 336, 13, 4102, 2902, 10786, 21017, 943, 590, 829, 2813, 705, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 336, 13, 29487, 306, 62, 40926, 7, 17069, 259, 62, 3866, 7, 283, 590, 829, 828, 1904, 62, 34924, 62, 10394, 28, 17821, 8, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 351, 951, 17, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 336, 13, 4102, 2902, 10786, 21017, 943, 590, 829, 12131, 705, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 336, 13, 29487, 306, 62, 40926, 7, 17069, 259, 62, 7353, 7, 283, 590, 829, 828, 1904, 62, 34924, 62, 10394, 28, 17821, 8, 198, 220, 220, 220, 611, 850, 26272, 855, 1, 41, 499, 18840, 1298, 198, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 336, 13, 4102, 2902, 10786, 2235, 2574, 6124, 78, 474, 9184, 20954, 25, 8591, 2552, 64, 9960, 64, 705, 8, 198, 220, 220, 220, 220, 220, 220, 220, 336, 13, 13564, 5855, 35, 1042, 259, 42008, 18840, 551, 39990, 10784, 49443, 274, 390, 555, 12429, 12, 18, 11, 2327, 4, 1174, 331, 555, 257, 1713, 78, 1288, 12429, 1983, 11, 4761, 4, 1174, 390, 39990, 1330, 49443, 274, 19570, 198, 220, 220, 220, 220, 220, 220, 220, 951, 16, 11, 951, 17, 796, 336, 13, 31361, 62, 28665, 82, 7, 17, 8, 198, 220, 220, 220, 220, 220, 220, 220, 351, 951, 16, 25, 220, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 336, 13, 4102, 2902, 10786, 21017, 17267, 49443, 274, 390, 449, 499, 18840, 257, 8591, 43376, 18840, 2031, 64, 705, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 336, 13, 29487, 306, 62, 40926, 7, 11748, 49443, 274, 62, 23350, 7, 7568, 62, 73, 9184, 16, 553, 41, 499, 18840, 12340, 1904, 62, 34924, 62, 10394, 28, 17821, 8, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 351, 951, 17, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 336, 13, 4102, 2902, 10786, 21017, 36472, 49443, 274, 390, 449, 499, 18840, 257, 8591, 43376, 18840, 2031, 64, 705, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 336, 13, 29487, 306, 62, 40926, 7, 39344, 49443, 274, 62, 23350, 7, 7568, 62, 73, 9184, 16, 553, 41, 499, 18840, 12340, 1904, 62, 34924, 62, 10394, 28, 17821, 8, 198, 220, 220, 220, 611, 850, 26272, 855, 1, 6090, 324, 6557, 1298, 198, 220, 220, 220, 220, 220, 220, 220, 336, 13, 4102, 2902, 10786, 2235, 2574, 6124, 78, 460, 9189, 1072, 25, 369, 2124, 390, 285, 6346, 64, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 336, 13, 13564, 5855, 32, 1713, 78, 551, 39990, 10784, 49443, 274, 304, 1330, 49443, 274, 390, 555, 12429, 3901, 11, 3270, 4, 1174, 331, 555, 12429, 23756, 11, 1795, 4, 1174, 11, 2461, 452, 3263, 68, 19570, 628, 220, 220, 220, 220, 220, 220, 220, 951, 16, 11, 951, 17, 796, 336, 13, 31361, 62, 28665, 82, 7, 17, 8, 198, 220, 220, 220, 220, 220, 220, 220, 351, 951, 16, 25, 220, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 336, 13, 4102, 2902, 10786, 21017, 17267, 49443, 274, 390, 2294, 6557, 257, 8591, 43376, 18840, 2031, 64, 705, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 336, 13, 29487, 306, 62, 40926, 7, 11748, 49443, 274, 62, 23350, 7, 7568, 62, 5171, 4763, 16, 553, 6090, 324, 6557, 12340, 1904, 62, 34924, 62, 10394, 28, 25101, 8, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 351, 951, 17, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 336, 13, 4102, 2902, 10786, 21017, 36472, 49443, 274, 390, 2294, 6557, 257, 8591, 43376, 18840, 2031, 64, 705, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 336, 13, 29487, 306, 62, 40926, 7, 39344, 49443, 274, 62, 23350, 7, 7568, 62, 5171, 4763, 16, 553, 6090, 324, 6557, 12340, 1904, 62, 34924, 62, 10394, 28, 25101, 8, 198, 198, 361, 6859, 6624, 366, 6601, 35439, 1298, 198, 220, 220, 220, 850, 26272, 28, 301, 13, 1589, 5657, 13, 19738, 3524, 7, 18242, 2625, 28875, 41200, 25, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3689, 28, 14692, 6090, 324, 6557, 2430, 14055, 64, 1619, 4198, 2430, 41, 499, 18840, 2430, 29974, 499, 333, 2430, 53, 1155, 7402, 8973, 8, 198, 220, 220, 220, 611, 850, 26272, 855, 1, 6090, 324, 6557, 1298, 198, 220, 220, 220, 220, 220, 220, 220, 951, 16, 11, 951, 17, 796, 336, 13, 31361, 62, 28665, 82, 7, 17, 8, 198, 220, 220, 220, 220, 220, 220, 220, 351, 951, 16, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 336, 13, 4102, 2902, 10786, 21017, 16092, 418, 1885, 274, 331, 11267, 947, 936, 15573, 4598, 705, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 47764, 16, 796, 279, 67, 13, 961, 62, 40664, 7, 67, 557, 535, 295, 1343, 28686, 13, 325, 79, 1343, 705, 7890, 6, 1343, 28686, 13, 325, 79, 1343, 366, 40664, 2475, 79, 952, 6090, 324, 6557, 16, 13, 40664, 1600, 77, 8516, 28, 1238, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 336, 13, 11487, 7, 7568, 16, 8, 198, 220, 220, 220, 220, 220, 220, 220, 351, 951, 17, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 336, 13, 4102, 2902, 10786, 21017, 16092, 418, 1224, 83, 418, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 47764, 796, 279, 67, 13, 961, 62, 40664, 7, 67, 557, 535, 295, 1343, 28686, 13, 325, 79, 1343, 705, 7890, 6, 1343, 28686, 13, 325, 79, 1343, 366, 40664, 2475, 79, 952, 6090, 324, 6557, 13, 40664, 1600, 77, 8516, 28, 1238, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 336, 13, 11487, 7, 7568, 8, 198, 220, 220, 220, 611, 850, 26272, 855, 1, 14055, 64, 1619, 4198, 1298, 198, 220, 220, 220, 220, 220, 220, 220, 336, 13, 4102, 2902, 10786, 21017, 16092, 418, 1885, 274, 331, 11267, 947, 936, 15573, 4598, 705, 8, 198, 220, 220, 220, 220, 220, 220, 220, 47764, 17, 796, 279, 67, 13, 961, 62, 40664, 7, 67, 557, 535, 295, 1343, 28686, 13, 325, 79, 1343, 705, 7890, 6, 1343, 28686, 13, 325, 79, 1343, 366, 40664, 2475, 79, 952, 14055, 64, 62, 12381, 62, 14214, 62, 16, 13, 40664, 1600, 77, 8516, 28, 1120, 8, 198, 220, 220, 220, 220, 220, 220, 220, 336, 13, 11487, 7, 7568, 17, 8, 198, 220, 220, 220, 611, 850, 26272, 855, 1, 41, 499, 18840, 1298, 198, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 951, 16, 11, 951, 17, 796, 336, 13, 31361, 62, 28665, 82, 7, 17, 8, 198, 220, 220, 220, 220, 220, 220, 220, 351, 951, 16, 25, 220, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 336, 13, 4102, 2902, 10786, 21017, 16092, 418, 1885, 274, 331, 11267, 947, 936, 15573, 4598, 705, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 47764, 18, 796, 279, 67, 13, 961, 62, 40664, 7, 67, 557, 535, 295, 1343, 28686, 13, 325, 79, 1343, 705, 7890, 6, 1343, 28686, 13, 325, 79, 1343, 366, 40664, 2475, 79, 952, 41, 499, 18840, 16, 13, 40664, 1600, 77, 8516, 28, 1120, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 336, 13, 11487, 7, 7568, 18, 8, 198, 220, 220, 220, 220, 220, 220, 220, 351, 951, 17, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 336, 13, 4102, 2902, 10786, 21017, 16092, 418, 1224, 83, 418, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 47764, 19, 796, 279, 67, 13, 961, 62, 40664, 7, 67, 557, 535, 295, 1343, 28686, 13, 325, 79, 1343, 705, 7890, 6, 1343, 28686, 13, 325, 79, 1343, 366, 40664, 2475, 79, 952, 41, 499, 18840, 13, 40664, 1600, 77, 8516, 28, 1120, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 336, 13, 11487, 7, 7568, 19, 8, 220, 220, 220, 198, 220, 220, 220, 611, 850, 26272, 855, 1, 29974, 499, 333, 1298, 198, 220, 220, 220, 220, 220, 220, 220, 336, 13, 4102, 2902, 10786, 21017, 16092, 418, 1224, 83, 418, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 47764, 18, 796, 279, 67, 13, 961, 62, 40664, 7, 67, 557, 535, 295, 1343, 28686, 13, 325, 79, 1343, 705, 7890, 6, 1343, 28686, 13, 325, 79, 1343, 366, 40664, 2475, 79, 952, 29974, 499, 333, 13, 40664, 1600, 77, 8516, 28, 1120, 8, 198, 220, 220, 220, 220, 220, 220, 220, 336, 13, 11487, 7, 7568, 18, 8, 198, 220, 220, 220, 611, 850, 26272, 855, 1, 53, 1155, 7402, 1298, 198, 220, 220, 220, 220, 220, 220, 220, 336, 13, 4102, 2902, 10786, 21017, 16092, 418, 1224, 83, 418, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 47764, 18, 796, 279, 67, 13, 961, 62, 40664, 7, 67, 557, 535, 295, 1343, 28686, 13, 325, 79, 1343, 705, 7890, 6, 1343, 28686, 13, 325, 79, 1343, 366, 40664, 2475, 79, 952, 53, 1155, 7402, 13, 40664, 1600, 77, 8516, 28, 1120, 8, 198, 220, 220, 220, 220, 220, 220, 220, 336, 13, 11487, 7, 7568, 18, 8, 628, 198, 361, 6859, 6624, 366, 9527, 4818, 321, 1689, 1298, 198, 220, 220, 220, 374, 796, 7007, 13, 1136, 7203, 4023, 1378, 36750, 25, 1795, 1795, 14, 26535, 62, 1326, 62, 312, 30, 30001, 62, 312, 28, 49, 32869, 1954, 46572, 11074, 17752, 3419, 198, 220, 220, 220, 47764, 796, 279, 67, 13, 6601, 19778, 7, 81, 8, 198, 220, 220, 220, 336, 13, 13564, 7, 7568, 8, 198, 361, 6859, 6624, 366, 21481, 274, 1298, 198, 220, 220, 220, 336, 13, 4102, 2902, 10786, 2235, 44790, 274, 11537, 198, 220, 220, 220, 336, 13, 13564, 5855, 12, 309, 375, 418, 22346, 8171, 418, 390, 936, 15573, 37427, 401, 263, 2413, 274, 748, 2934, 14839, 695, 418, 8358, 3367, 285, 40138, 4915, 291, 4267, 418, 19338, 64, 14839, 695, 418, 8358, 3367, 285, 40138, 4055, 324, 2850, 38762, 463, 272, 257, 502, 73, 273, 283, 1288, 401, 2798, 952, 1788, 330, 1538, 19570, 198, 220, 220, 220, 336, 13, 13564, 5855, 12, 4689, 10895, 32009, 18840, 920, 260, 39990, 10784, 49443, 274, 304, 1330, 49443, 274, 369, 2461, 78, 257, 22346, 610, 590, 829, 1658, 287, 690, 64, 19570, 198, 220, 220, 220, 336, 13, 13564, 5855, 12, 317, 9591, 4095, 485, 89, 551, 8591, 29016, 49443, 9591, 257, 1713, 78, 551, 1288, 401, 2798, 952, 1788, 330, 1538, 19570, 198, 220, 220, 220, 336, 13, 13564, 5855, 12, 10123, 2318, 260, 8847, 610, 21130, 2743, 292, 256, 2013, 268, 555, 32317, 78, 285, 4669, 1593, 68, 551, 1288, 257, 1713, 78, 267, 595, 1084, 1229, 295, 1619, 401, 2798, 952, 19570, 198, 220, 220, 220, 336, 13, 13564, 5855, 12, 4689, 4616, 32009, 18840, 920, 260, 22346, 14187, 8836, 8448, 8358, 289, 272, 512, 13059, 4533, 39990, 1117, 24496, 289, 558, 285, 40138, 256, 26597, 7501, 331, 22346, 8358, 39990, 289, 272, 11206, 4533, 289, 558, 1450, 418, 2699, 64, 8358, 1288, 401, 2798, 952, 920, 260, 22346, 288, 361, 9100, 274, 24924, 13281, 384, 18703, 64, 881, 78, 285, 40138, 491, 292, 22346, 936, 15573, 37427, 366, 8, 198, 220, 220, 220, 336, 13, 13564, 5855, 12, 10123, 1707, 8836, 292, 369, 9591, 257, 11766, 5330, 401, 263, 2413, 46668, 437, 268, 257, 1055, 285, 40138, 4745, 1153, 274, 1619, 6567, 20897, 8358, 39990, 1707, 4448, 36784, 292, 19570, 198, 220, 220, 220, 336, 13, 13564, 5855, 12, 17267, 12427, 816, 5605, 283, 8358, 27678, 555, 64, 1055, 494, 390, 9633, 645, 299, 21356, 946, 292, 357, 5657, 260, 8847, 645, 610, 21130, 2743, 292, 8, 8358, 256, 2013, 268, 555, 19468, 2928, 78, 551, 1288, 401, 2798, 952, 11, 387, 1671, 29690, 8358, 289, 11736, 555, 281, 6557, 27999, 271, 285, 40138, 1534, 41204, 19570, 198, 361, 6859, 6624, 366, 818, 687, 32009, 18840, 1298, 198, 220, 220, 220, 336, 13, 4102, 2902, 7203, 21017, 2547, 64, 285, 40138, 4175, 32009, 18840, 25, 4943, 198, 220, 220, 220, 336, 13, 13564, 7203, 352, 13, 685, 11280, 27152, 16151, 5450, 1378, 2503, 13, 25614, 259, 13, 785, 14, 259, 14, 79, 18817, 15532, 446, 296, 433, 18885, 16564, 44299, 34729, 4943, 198, 220, 220, 220, 336, 13, 13564, 7203, 362, 13, 2744, 260, 78, 1742, 18840, 3713, 25, 279, 18817, 15532, 13109, 13, 13822, 18885, 16564, 44299, 31, 14816, 13, 785, 4943, 198, 220, 220, 220, 1846, 11286, 62, 8906, 9124, 3755, 28, 7412, 13, 9654, 7, 67, 557, 535, 295, 1343, 28686, 13, 325, 79, 1343, 705, 37540, 6, 1343, 28686, 13, 325, 79, 1343, 705, 363, 27585, 66, 320, 1153, 78, 13, 9479, 11537, 198, 220, 220, 220, 336, 13, 9060, 357, 3546, 11286, 62, 8906, 9124, 3755, 11, 1904, 62, 28665, 62, 10394, 28, 17821, 8, 220 ]
2.312545
4,185
from rest_framework import viewsets from rest_framework.filters import SearchFilter from rest_framework.response import Response from . import biz, models, serializers from parkinglot.models import ParkingLot from utils.django_base import BaseApiPagination
[ 6738, 1334, 62, 30604, 1330, 5009, 1039, 198, 6738, 1334, 62, 30604, 13, 10379, 1010, 1330, 11140, 22417, 198, 6738, 1334, 62, 30604, 13, 26209, 1330, 18261, 198, 198, 6738, 764, 1330, 275, 528, 11, 4981, 11, 11389, 11341, 198, 6738, 7647, 26487, 13, 27530, 1330, 29259, 48601, 198, 6738, 3384, 4487, 13, 28241, 14208, 62, 8692, 1330, 7308, 32, 14415, 47, 363, 1883, 628, 628, 628, 628, 628 ]
3.869565
69
class HelloCNN(nn.Module): """ Simple CNN Clssifier """
[ 4871, 18435, 18474, 7, 20471, 13, 26796, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 17427, 8100, 1012, 824, 7483, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220 ]
1.833333
48
from research.three_phase.Engine import * from scipy.sparse import lil_matrix np.set_printoptions(linewidth=100000) def set_sub(A, cols, rows, sub_mat): """ Set sub-matrix in place into sparse matrix :param A: Sparse matrix :param cols: array of columns (size m) :param rows: array of rows (size n) :param sub_mat: dense array (size n x m) """ for i, a in enumerate(rows): for j, b in enumerate(cols): A[a, b] = sub_mat[i, j] def y_bus(circuit: Circuit): """ Vectorized 3-phase Y bus building :param circuit: Circuit instance :return: """ n = len(circuit.buses) m = len(circuit.branches) Cf = lil_matrix((3 * m, 3 * n)) Ct = lil_matrix((3 * m, 3 * n)) yff = lil_matrix((3 * m, 3 * m), dtype=complex) yft = lil_matrix((3 * m, 3 * m), dtype=complex) ytf = lil_matrix((3 * m, 3 * m), dtype=complex) ytt = lil_matrix((3 * m, 3 * m), dtype=complex) bus_idx = dict() # compile nodes for k, elm in enumerate(circuit.buses): # store the object and its index in a dictionary bus_idx[elm] = k br_ind = np.array([0, 1, 2]) for k, branch in enumerate(circuit.branches): # get the single-phase bus indices f_idx = bus_idx[branch.f] t_idx = bus_idx[branch.t] # expand the bus indices to the n-phase scheme f3 = 3 * f_idx + branch.phases_from t3 = 3 * t_idx + branch.phases_to # expand the branch index to the n-phase scheme b3 = 3 * k + br_ind # set the connectivity matrices (note that we set the values at (b3[0], f3[0]), (b3[1], f3[1]), (b3[2], f3[2]) Cf[b3, f3] = np.ones(3, dtype=int) Ct[b3, t3] = np.ones(3, dtype=int) # get the four 3x3 primitives of the branch A, B, C, D, _, _ = branch.get_ABCD(Sbase=circuit.Sbase) # set the sub-matrices set_sub(A=yff, cols=b3, rows=b3, sub_mat=A) set_sub(A=yft, cols=b3, rows=b3, sub_mat=B) set_sub(A=ytf, cols=b3, rows=b3, sub_mat=C) set_sub(A=ytt, cols=b3, rows=b3, sub_mat=D) # compose Yf, Yt and Ybus yf = yff * Cf + yft * Ct yt = ytf * Cf + ytt * Ct ybus = Cf.transpose() * yf + Ct.transpose() * yt print(ybus.todense()) if __name__ == "__main__": P = np.array([2.5, 2.5, 2.5]) S = np.array([2+2j, 20+2j, 40+3j]) b1 = Bus("B1", number_of_phases=3, Vnom=10.0) b1.is_slack = True b1.add_generator(Generator("", P=P, v=1.0)) b2 = Bus("B2", number_of_phases=3, Vnom=10.0) b2.add_load(LoadSIY("", S, np.zeros_like(S), np.zeros_like(S))) b3 = Bus("B3", number_of_phases=3, Vnom=10.0) # b3.add_generator(Generator("", P=P*0.5, v=1.0)) line_type1 = LineTypeSeq(name="", Z_SEQ=np.array([0.4606 + 1.7536j, 0.1808 + 0.6054j, 0.1808 + 0.6054j])/100, Ysh_SEQ=np.array([0, 0, 0])) lne1 = Line("L1", line_type1, bus_from=b1, bus_to=b2, conn_from=[0, 1, 2], conn_to=[0, 1, 2], length=100.0) lne2 = Line("L2", line_type1, bus_from=b2, bus_to=b3, conn_from=[0, 1, 2], conn_to=[0, 1, 2], length=10.0) circuit_ = Circuit(Sbase=100) circuit_.buses.append(b1) circuit_.buses.append(b2) circuit_.buses.append(b3) circuit_.branches.append(lne1) circuit_.branches.append(lne2) y_bus(circuit=circuit_)
[ 198, 6738, 2267, 13, 15542, 62, 40715, 13, 13798, 1330, 1635, 198, 198, 6738, 629, 541, 88, 13, 82, 29572, 1330, 42280, 62, 6759, 8609, 198, 198, 37659, 13, 2617, 62, 4798, 25811, 7, 2815, 413, 5649, 28, 3064, 830, 8, 628, 198, 4299, 900, 62, 7266, 7, 32, 11, 951, 82, 11, 15274, 11, 850, 62, 6759, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 5345, 850, 12, 6759, 8609, 287, 1295, 656, 29877, 17593, 198, 220, 220, 220, 1058, 17143, 317, 25, 1338, 17208, 17593, 198, 220, 220, 220, 1058, 17143, 951, 82, 25, 7177, 286, 15180, 357, 7857, 285, 8, 198, 220, 220, 220, 1058, 17143, 15274, 25, 7177, 286, 15274, 357, 7857, 299, 8, 198, 220, 220, 220, 1058, 17143, 850, 62, 6759, 25, 15715, 7177, 357, 7857, 299, 2124, 285, 8, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 329, 1312, 11, 257, 287, 27056, 378, 7, 8516, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 329, 474, 11, 275, 287, 27056, 378, 7, 4033, 82, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 317, 58, 64, 11, 275, 60, 796, 850, 62, 6759, 58, 72, 11, 474, 60, 628, 198, 4299, 331, 62, 10885, 7, 21170, 5013, 25, 13588, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 20650, 1143, 513, 12, 40715, 575, 1323, 2615, 198, 220, 220, 220, 1058, 17143, 10349, 25, 13588, 4554, 198, 220, 220, 220, 1058, 7783, 25, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 299, 796, 18896, 7, 21170, 5013, 13, 65, 2664, 8, 198, 220, 220, 220, 285, 796, 18896, 7, 21170, 5013, 13, 1671, 12140, 8, 628, 220, 220, 220, 43216, 796, 42280, 62, 6759, 8609, 19510, 18, 1635, 285, 11, 513, 1635, 299, 4008, 198, 220, 220, 220, 43166, 796, 42280, 62, 6759, 8609, 19510, 18, 1635, 285, 11, 513, 1635, 299, 4008, 628, 220, 220, 220, 331, 487, 796, 42280, 62, 6759, 8609, 19510, 18, 1635, 285, 11, 513, 1635, 285, 828, 288, 4906, 28, 41887, 8, 198, 220, 220, 220, 331, 701, 796, 42280, 62, 6759, 8609, 19510, 18, 1635, 285, 11, 513, 1635, 285, 828, 288, 4906, 28, 41887, 8, 198, 220, 220, 220, 331, 27110, 796, 42280, 62, 6759, 8609, 19510, 18, 1635, 285, 11, 513, 1635, 285, 828, 288, 4906, 28, 41887, 8, 198, 220, 220, 220, 331, 926, 796, 42280, 62, 6759, 8609, 19510, 18, 1635, 285, 11, 513, 1635, 285, 828, 288, 4906, 28, 41887, 8, 628, 220, 220, 220, 1323, 62, 312, 87, 796, 8633, 3419, 628, 220, 220, 220, 1303, 17632, 13760, 198, 220, 220, 220, 329, 479, 11, 1288, 76, 287, 27056, 378, 7, 21170, 5013, 13, 65, 2664, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 3650, 262, 2134, 290, 663, 6376, 287, 257, 22155, 198, 220, 220, 220, 220, 220, 220, 220, 1323, 62, 312, 87, 58, 417, 76, 60, 796, 479, 628, 220, 220, 220, 865, 62, 521, 796, 45941, 13, 18747, 26933, 15, 11, 352, 11, 362, 12962, 628, 220, 220, 220, 329, 479, 11, 8478, 287, 27056, 378, 7, 21170, 5013, 13, 1671, 12140, 2599, 628, 220, 220, 220, 220, 220, 220, 220, 1303, 651, 262, 2060, 12, 40715, 1323, 36525, 198, 220, 220, 220, 220, 220, 220, 220, 277, 62, 312, 87, 796, 1323, 62, 312, 87, 58, 1671, 3702, 13, 69, 60, 198, 220, 220, 220, 220, 220, 220, 220, 256, 62, 312, 87, 796, 1323, 62, 312, 87, 58, 1671, 3702, 13, 83, 60, 628, 220, 220, 220, 220, 220, 220, 220, 1303, 4292, 262, 1323, 36525, 284, 262, 299, 12, 40715, 7791, 198, 220, 220, 220, 220, 220, 220, 220, 277, 18, 796, 513, 1635, 277, 62, 312, 87, 1343, 8478, 13, 746, 1386, 62, 6738, 198, 220, 220, 220, 220, 220, 220, 220, 256, 18, 796, 513, 1635, 256, 62, 312, 87, 1343, 8478, 13, 746, 1386, 62, 1462, 628, 220, 220, 220, 220, 220, 220, 220, 1303, 4292, 262, 8478, 6376, 284, 262, 299, 12, 40715, 7791, 198, 220, 220, 220, 220, 220, 220, 220, 275, 18, 796, 513, 1635, 479, 1343, 865, 62, 521, 628, 220, 220, 220, 220, 220, 220, 220, 1303, 900, 262, 19843, 2603, 45977, 357, 11295, 326, 356, 900, 262, 3815, 379, 357, 65, 18, 58, 15, 4357, 277, 18, 58, 15, 46570, 357, 65, 18, 58, 16, 4357, 277, 18, 58, 16, 46570, 357, 65, 18, 58, 17, 4357, 277, 18, 58, 17, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 43216, 58, 65, 18, 11, 277, 18, 60, 796, 45941, 13, 1952, 7, 18, 11, 288, 4906, 28, 600, 8, 198, 220, 220, 220, 220, 220, 220, 220, 43166, 58, 65, 18, 11, 256, 18, 60, 796, 45941, 13, 1952, 7, 18, 11, 288, 4906, 28, 600, 8, 628, 220, 220, 220, 220, 220, 220, 220, 1303, 651, 262, 1440, 513, 87, 18, 2684, 20288, 286, 262, 8478, 198, 220, 220, 220, 220, 220, 220, 220, 317, 11, 347, 11, 327, 11, 360, 11, 4808, 11, 4808, 796, 8478, 13, 1136, 62, 24694, 35, 7, 50, 8692, 28, 21170, 5013, 13, 50, 8692, 8, 628, 220, 220, 220, 220, 220, 220, 220, 1303, 900, 262, 850, 12, 6759, 45977, 198, 220, 220, 220, 220, 220, 220, 220, 900, 62, 7266, 7, 32, 28, 88, 487, 11, 951, 82, 28, 65, 18, 11, 15274, 28, 65, 18, 11, 850, 62, 6759, 28, 32, 8, 198, 220, 220, 220, 220, 220, 220, 220, 900, 62, 7266, 7, 32, 28, 88, 701, 11, 951, 82, 28, 65, 18, 11, 15274, 28, 65, 18, 11, 850, 62, 6759, 28, 33, 8, 198, 220, 220, 220, 220, 220, 220, 220, 900, 62, 7266, 7, 32, 28, 20760, 69, 11, 951, 82, 28, 65, 18, 11, 15274, 28, 65, 18, 11, 850, 62, 6759, 28, 34, 8, 198, 220, 220, 220, 220, 220, 220, 220, 900, 62, 7266, 7, 32, 28, 88, 926, 11, 951, 82, 28, 65, 18, 11, 15274, 28, 65, 18, 11, 850, 62, 6759, 28, 35, 8, 628, 220, 220, 220, 1303, 36664, 575, 69, 11, 575, 83, 290, 575, 10885, 198, 220, 220, 220, 331, 69, 796, 331, 487, 1635, 43216, 1343, 331, 701, 1635, 43166, 198, 220, 220, 220, 331, 83, 796, 331, 27110, 1635, 43216, 1343, 331, 926, 1635, 43166, 198, 220, 220, 220, 331, 10885, 796, 43216, 13, 7645, 3455, 3419, 1635, 331, 69, 1343, 43166, 13, 7645, 3455, 3419, 1635, 331, 83, 628, 220, 220, 220, 3601, 7, 88, 10885, 13, 83, 375, 1072, 28955, 628, 198, 361, 11593, 3672, 834, 6624, 366, 834, 12417, 834, 1298, 628, 220, 220, 220, 350, 796, 45941, 13, 18747, 26933, 17, 13, 20, 11, 362, 13, 20, 11, 362, 13, 20, 12962, 198, 220, 220, 220, 311, 796, 45941, 13, 18747, 26933, 17, 10, 17, 73, 11, 1160, 10, 17, 73, 11, 2319, 10, 18, 73, 12962, 628, 220, 220, 220, 275, 16, 796, 5869, 7203, 33, 16, 1600, 1271, 62, 1659, 62, 746, 1386, 28, 18, 11, 569, 26601, 28, 940, 13, 15, 8, 198, 220, 220, 220, 275, 16, 13, 271, 62, 6649, 441, 796, 6407, 198, 220, 220, 220, 275, 16, 13, 2860, 62, 8612, 1352, 7, 8645, 1352, 7203, 1600, 350, 28, 47, 11, 410, 28, 16, 13, 15, 4008, 628, 220, 220, 220, 275, 17, 796, 5869, 7203, 33, 17, 1600, 1271, 62, 1659, 62, 746, 1386, 28, 18, 11, 569, 26601, 28, 940, 13, 15, 8, 198, 220, 220, 220, 275, 17, 13, 2860, 62, 2220, 7, 8912, 11584, 56, 7203, 1600, 311, 11, 45941, 13, 9107, 418, 62, 2339, 7, 50, 828, 45941, 13, 9107, 418, 62, 2339, 7, 50, 22305, 628, 220, 220, 220, 275, 18, 796, 5869, 7203, 33, 18, 1600, 1271, 62, 1659, 62, 746, 1386, 28, 18, 11, 569, 26601, 28, 940, 13, 15, 8, 198, 220, 220, 220, 1303, 275, 18, 13, 2860, 62, 8612, 1352, 7, 8645, 1352, 7203, 1600, 350, 28, 47, 9, 15, 13, 20, 11, 410, 28, 16, 13, 15, 4008, 628, 220, 220, 220, 1627, 62, 4906, 16, 796, 6910, 6030, 4653, 80, 7, 3672, 2625, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1168, 62, 5188, 48, 28, 37659, 13, 18747, 26933, 15, 13, 19, 33206, 1343, 352, 13, 2425, 2623, 73, 11, 657, 13, 1507, 2919, 1343, 657, 13, 1899, 4051, 73, 11, 657, 13, 1507, 2919, 1343, 657, 13, 1899, 4051, 73, 12962, 14, 3064, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 575, 1477, 62, 5188, 48, 28, 37659, 13, 18747, 26933, 15, 11, 657, 11, 657, 60, 4008, 628, 220, 220, 220, 300, 710, 16, 796, 6910, 7203, 43, 16, 1600, 1627, 62, 4906, 16, 11, 1323, 62, 6738, 28, 65, 16, 11, 1323, 62, 1462, 28, 65, 17, 11, 48260, 62, 6738, 41888, 15, 11, 352, 11, 362, 4357, 48260, 62, 1462, 41888, 15, 11, 352, 11, 362, 4357, 4129, 28, 3064, 13, 15, 8, 198, 220, 220, 220, 300, 710, 17, 796, 6910, 7203, 43, 17, 1600, 1627, 62, 4906, 16, 11, 1323, 62, 6738, 28, 65, 17, 11, 1323, 62, 1462, 28, 65, 18, 11, 48260, 62, 6738, 41888, 15, 11, 352, 11, 362, 4357, 48260, 62, 1462, 41888, 15, 11, 352, 11, 362, 4357, 4129, 28, 940, 13, 15, 8, 628, 220, 220, 220, 10349, 62, 796, 13588, 7, 50, 8692, 28, 3064, 8, 198, 220, 220, 220, 10349, 44807, 65, 2664, 13, 33295, 7, 65, 16, 8, 198, 220, 220, 220, 10349, 44807, 65, 2664, 13, 33295, 7, 65, 17, 8, 198, 220, 220, 220, 10349, 44807, 65, 2664, 13, 33295, 7, 65, 18, 8, 628, 220, 220, 220, 10349, 44807, 1671, 12140, 13, 33295, 7, 75, 710, 16, 8, 198, 220, 220, 220, 10349, 44807, 1671, 12140, 13, 33295, 7, 75, 710, 17, 8, 628, 220, 220, 220, 331, 62, 10885, 7, 21170, 5013, 28, 21170, 5013, 62, 8, 198 ]
1.989412
1,700