content
stringlengths
1
1.04M
input_ids
sequencelengths
1
774k
ratio_char_token
float64
0.38
22.9
token_count
int64
1
774k
#!/usr/bin/env python3 ########################################## ######## DO NOT MODIFY THIS FILE! ######## ## CONFIGURE API INFO THROUGH NZBGET UI ## ########################################## ##################################### ### NZBGET POST-PROCESSING SCRIPT ### # Script to send post-processing info # to Watcher. ##################################### ### OPTIONS ### # Watcher API key. #Apikey= # Watcher address. #Host=http://localhost:9090/ # Verify origin of Watcher's SSL certificate (enabled, disabled). # enabled - Certificates must be valid (self-signed certs may fail) # disabled - All certificates will be accepted #VerifySSL=enabled ### NZBGET POST-PROCESSING SCRIPT ### ##################################### import json import os import sys import ssl if sys.version_info.major < 3: import urllib import urllib2 urlencode = urllib.urlencode request = urllib2.Request urlopen = urllib2.urlopen else: import urllib.parse import urllib.request request = urllib.request.Request urlencode = urllib.parse.urlencode urlopen = urllib.request.urlopen ctx = ssl.create_default_context() if os.environ['NZBPO_VERIFYSSL'] != 'enabled': ctx.check_hostname = False ctx.verify_mode = ssl.CERT_NONE POSTPROCESS_SUCCESS = 93 POSTPROCESS_ERROR = 94 POSTPROCESS_NONE = 95 watcheraddress = os.environ['NZBPO_HOST'] watcherapi = os.environ['NZBPO_APIKEY'] name = os.environ['NZBPP_NZBNAME'] data = {'apikey': watcherapi, 'guid': ''} # Gather info if os.environ['NZBPP_URL']: data['guid'] = os.environ['NZBPP_URL'] data['downloadid'] = os.environ['NZBPP_NZBID'] data['path'] = os.environ['NZBPP_DIRECTORY'] if os.environ['NZBPP_TOTALSTATUS'] == 'SUCCESS': print(u'Sending {} to Watcher as Complete.'.format(name)) data['mode'] = 'complete' else: print(u'Sending {} to Watcher as Failed.'.format(name)) data['mode'] = 'failed' # Send info url = u'{}/postprocessing/'.format(watcheraddress) post_data = urlencode(data).encode('ascii') request = request(url, post_data, headers={'User-Agent': 'Mozilla/5.0'}) response = json.loads(urlopen(request, timeout=600, context=ctx).read().decode('utf-8')) if response.get('status') == 'finished': sys.exit(POSTPROCESS_SUCCESS) elif response.get('status') == 'incomplete': sys.exit(POSTPROCESS_ERROR) else: sys.exit(POSTPROCESS_NONE) # pylama:ignore=E266,E265
[ 2, 48443, 14629, 14, 8800, 14, 24330, 21015, 18, 198, 198, 29113, 7804, 2235, 198, 7804, 8410, 5626, 19164, 5064, 56, 12680, 45811, 0, 46424, 21017, 198, 2235, 25626, 11335, 7824, 24890, 35383, 32632, 26905, 33, 18851, 12454, 22492, 198, 29113, 7804, 2235, 198, 198, 29113, 4242, 2, 198, 21017, 26905, 33, 18851, 24582, 12, 4805, 4503, 7597, 2751, 6374, 46023, 44386, 198, 198, 2, 12327, 284, 3758, 1281, 12, 36948, 7508, 198, 2, 284, 12242, 2044, 13, 198, 198, 29113, 4242, 2, 198, 21017, 39852, 11053, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 44386, 198, 198, 2, 12242, 2044, 7824, 1994, 13, 198, 2, 25189, 522, 88, 28, 198, 198, 2, 12242, 2044, 2209, 13, 198, 2, 17932, 28, 4023, 1378, 36750, 25, 24, 42534, 14, 628, 198, 2, 49899, 8159, 286, 12242, 2044, 338, 25952, 10703, 357, 25616, 11, 10058, 737, 198, 2, 220, 9343, 220, 220, 220, 532, 14965, 811, 689, 1276, 307, 4938, 357, 944, 12, 32696, 27802, 743, 2038, 8, 198, 2, 220, 10058, 220, 220, 532, 1439, 20835, 481, 307, 6292, 198, 2, 13414, 1958, 31127, 28, 25616, 198, 198, 21017, 26905, 33, 18851, 24582, 12, 4805, 4503, 7597, 2751, 6374, 46023, 44386, 198, 29113, 4242, 2, 628, 198, 11748, 33918, 198, 11748, 28686, 198, 11748, 25064, 198, 11748, 264, 6649, 198, 198, 361, 25064, 13, 9641, 62, 10951, 13, 22478, 1279, 513, 25, 198, 220, 220, 220, 1330, 2956, 297, 571, 198, 220, 220, 220, 1330, 2956, 297, 571, 17, 198, 220, 220, 220, 2956, 11925, 8189, 796, 2956, 297, 571, 13, 6371, 268, 8189, 198, 220, 220, 220, 2581, 796, 2956, 297, 571, 17, 13, 18453, 198, 220, 220, 220, 19016, 9654, 796, 2956, 297, 571, 17, 13, 6371, 9654, 198, 17772, 25, 198, 220, 220, 220, 1330, 2956, 297, 571, 13, 29572, 198, 220, 220, 220, 1330, 2956, 297, 571, 13, 25927, 198, 220, 220, 220, 2581, 796, 2956, 297, 571, 13, 25927, 13, 18453, 198, 220, 220, 220, 2956, 11925, 8189, 796, 2956, 297, 571, 13, 29572, 13, 6371, 268, 8189, 198, 220, 220, 220, 19016, 9654, 796, 2956, 297, 571, 13, 25927, 13, 6371, 9654, 198, 198, 49464, 796, 264, 6649, 13, 17953, 62, 12286, 62, 22866, 3419, 198, 361, 28686, 13, 268, 2268, 17816, 37371, 33, 16402, 62, 5959, 5064, 56, 31127, 20520, 14512, 705, 25616, 10354, 198, 220, 220, 220, 269, 17602, 13, 9122, 62, 4774, 3672, 796, 10352, 198, 220, 220, 220, 269, 17602, 13, 332, 1958, 62, 14171, 796, 264, 6649, 13, 34, 17395, 62, 45, 11651, 198, 198, 32782, 4805, 4503, 7597, 62, 12564, 4093, 7597, 796, 10261, 198, 32782, 4805, 4503, 7597, 62, 24908, 796, 10048, 198, 32782, 4805, 4503, 7597, 62, 45, 11651, 796, 6957, 198, 198, 86, 34734, 21975, 796, 28686, 13, 268, 2268, 17816, 37371, 33, 16402, 62, 39, 10892, 20520, 198, 86, 34734, 15042, 796, 28686, 13, 268, 2268, 17816, 37371, 33, 16402, 62, 17614, 20373, 20520, 198, 3672, 796, 28686, 13, 268, 2268, 17816, 37371, 33, 10246, 62, 37371, 15766, 10067, 20520, 198, 7890, 796, 1391, 6, 499, 522, 88, 10354, 4383, 2044, 15042, 11, 705, 5162, 312, 10354, 10148, 92, 198, 198, 2, 402, 1032, 7508, 198, 361, 28686, 13, 268, 2268, 17816, 37371, 33, 10246, 62, 21886, 6, 5974, 198, 220, 220, 220, 1366, 17816, 5162, 312, 20520, 796, 28686, 13, 268, 2268, 17816, 37371, 33, 10246, 62, 21886, 20520, 198, 198, 7890, 17816, 15002, 312, 20520, 796, 28686, 13, 268, 2268, 17816, 37371, 33, 10246, 62, 37371, 33, 2389, 20520, 198, 198, 7890, 17816, 6978, 20520, 796, 28686, 13, 268, 2268, 17816, 37371, 33, 10246, 62, 17931, 23988, 15513, 20520, 198, 198, 361, 28686, 13, 268, 2268, 17816, 37371, 33, 10246, 62, 51, 27510, 35744, 2937, 20520, 6624, 705, 12564, 4093, 7597, 10354, 198, 220, 220, 220, 3601, 7, 84, 6, 50, 1571, 23884, 284, 12242, 2044, 355, 13248, 2637, 13, 18982, 7, 3672, 4008, 198, 220, 220, 220, 1366, 17816, 14171, 20520, 796, 705, 20751, 6, 198, 17772, 25, 198, 220, 220, 220, 3601, 7, 84, 6, 50, 1571, 23884, 284, 12242, 2044, 355, 22738, 2637, 13, 18982, 7, 3672, 4008, 198, 220, 220, 220, 1366, 17816, 14171, 20520, 796, 705, 47904, 6, 198, 198, 2, 16290, 7508, 198, 6371, 796, 334, 6, 90, 92, 14, 7353, 36948, 14, 4458, 18982, 7, 86, 34734, 21975, 8, 198, 7353, 62, 7890, 796, 2956, 11925, 8189, 7, 7890, 737, 268, 8189, 10786, 292, 979, 72, 11537, 198, 198, 25927, 796, 2581, 7, 6371, 11, 1281, 62, 7890, 11, 24697, 34758, 6, 12982, 12, 36772, 10354, 705, 44, 8590, 5049, 14, 20, 13, 15, 6, 30072, 198, 26209, 796, 33918, 13, 46030, 7, 6371, 9654, 7, 25927, 11, 26827, 28, 8054, 11, 4732, 28, 49464, 737, 961, 22446, 12501, 1098, 10786, 40477, 12, 23, 6, 4008, 198, 198, 361, 2882, 13, 1136, 10786, 13376, 11537, 6624, 705, 43952, 10354, 198, 220, 220, 220, 25064, 13, 37023, 7, 32782, 4805, 4503, 7597, 62, 12564, 4093, 7597, 8, 198, 417, 361, 2882, 13, 1136, 10786, 13376, 11537, 6624, 705, 259, 20751, 10354, 198, 220, 220, 220, 25064, 13, 37023, 7, 32782, 4805, 4503, 7597, 62, 24908, 8, 198, 17772, 25, 198, 220, 220, 220, 25064, 13, 37023, 7, 32782, 4805, 4503, 7597, 62, 45, 11651, 8, 198, 198, 2, 279, 2645, 1689, 25, 46430, 28, 36, 25540, 11, 36, 22980, 198 ]
2.67806
907
import pickle import numpy as np
[ 11748, 2298, 293, 198, 11748, 299, 32152, 355, 45941, 198 ]
3.3
10
import time import pytest import sys from unittest import mock from aioredis import ReplyError from _testutils import redis_version @pytest.mark.run_loop @pytest.mark.run_loop @pytest.mark.skipif(sys.platform == 'win32', reason="No unixsocket on Windows") @pytest.mark.run_loop @redis_version( 2, 9, 50, reason='CLIENT PAUSE is available since redis >= 2.9.50') @pytest.mark.run_loop @redis_version(2, 8, 13, reason="available since Redis 2.8.13") @pytest.mark.run_loop @redis_version(2, 8, 13, reason="available since Redis 2.8.13") @pytest.mark.run_loop @redis_version(3, 0, 0, reason="available since Redis 3.0.0") @pytest.mark.run_loop @redis_version(2, 8, 13, reason="available since Redis 2.8.13") @pytest.mark.run_loop @pytest.mark.run_loop @pytest.mark.run_loop @pytest.mark.run_loop # @pytest.mark.run_loop # @pytest.mark.skip("Not implemented") # def test_config_resetstat(): # pass @pytest.mark.run_loop @pytest.mark.run_loop @pytest.mark.run_loop @pytest.mark.run_loop @pytest.mark.run_loop @pytest.mark.run_loop @redis_version(2, 8, 12, reason='ROLE is available since redis>=2.8.12') @pytest.mark.run_loop @pytest.mark.parametrize('encoding', [ pytest.param(None, id='no decoding'), pytest.param('utf-8', id='with decoding'), ]) @pytest.mark.run_loop @pytest.mark.run_loop @pytest.mark.run_loop @pytest.mark.run_loop
[ 11748, 640, 198, 11748, 12972, 9288, 198, 11748, 25064, 198, 198, 6738, 555, 715, 395, 1330, 15290, 198, 198, 6738, 257, 72, 1850, 271, 1330, 14883, 12331, 198, 6738, 4808, 9288, 26791, 1330, 2266, 271, 62, 9641, 628, 198, 31, 9078, 9288, 13, 4102, 13, 5143, 62, 26268, 628, 198, 31, 9078, 9288, 13, 4102, 13, 5143, 62, 26268, 198, 31, 9078, 9288, 13, 4102, 13, 48267, 361, 7, 17597, 13, 24254, 6624, 705, 5404, 2624, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1738, 2625, 2949, 555, 844, 44971, 319, 3964, 4943, 628, 198, 31, 9078, 9288, 13, 4102, 13, 5143, 62, 26268, 198, 31, 445, 271, 62, 9641, 7, 198, 220, 220, 220, 362, 11, 860, 11, 2026, 11, 1738, 11639, 5097, 28495, 8147, 19108, 318, 1695, 1201, 2266, 271, 18189, 362, 13, 24, 13, 1120, 11537, 628, 198, 31, 9078, 9288, 13, 4102, 13, 5143, 62, 26268, 628, 198, 31, 445, 271, 62, 9641, 7, 17, 11, 807, 11, 1511, 11, 1738, 2625, 15182, 1201, 2297, 271, 362, 13, 23, 13, 1485, 4943, 198, 31, 9078, 9288, 13, 4102, 13, 5143, 62, 26268, 628, 198, 31, 445, 271, 62, 9641, 7, 17, 11, 807, 11, 1511, 11, 1738, 2625, 15182, 1201, 2297, 271, 362, 13, 23, 13, 1485, 4943, 198, 31, 9078, 9288, 13, 4102, 13, 5143, 62, 26268, 628, 198, 31, 445, 271, 62, 9641, 7, 18, 11, 657, 11, 657, 11, 1738, 2625, 15182, 1201, 2297, 271, 513, 13, 15, 13, 15, 4943, 198, 31, 9078, 9288, 13, 4102, 13, 5143, 62, 26268, 628, 198, 31, 445, 271, 62, 9641, 7, 17, 11, 807, 11, 1511, 11, 1738, 2625, 15182, 1201, 2297, 271, 362, 13, 23, 13, 1485, 4943, 198, 31, 9078, 9288, 13, 4102, 13, 5143, 62, 26268, 628, 198, 31, 9078, 9288, 13, 4102, 13, 5143, 62, 26268, 628, 198, 31, 9078, 9288, 13, 4102, 13, 5143, 62, 26268, 628, 198, 31, 9078, 9288, 13, 4102, 13, 5143, 62, 26268, 628, 198, 2, 2488, 9078, 9288, 13, 4102, 13, 5143, 62, 26268, 198, 2, 2488, 9078, 9288, 13, 4102, 13, 48267, 7203, 3673, 9177, 4943, 198, 2, 825, 1332, 62, 11250, 62, 42503, 14269, 33529, 198, 2, 220, 220, 220, 220, 1208, 198, 198, 31, 9078, 9288, 13, 4102, 13, 5143, 62, 26268, 628, 198, 31, 9078, 9288, 13, 4102, 13, 5143, 62, 26268, 628, 198, 31, 9078, 9288, 13, 4102, 13, 5143, 62, 26268, 628, 198, 31, 9078, 9288, 13, 4102, 13, 5143, 62, 26268, 628, 198, 31, 9078, 9288, 13, 4102, 13, 5143, 62, 26268, 628, 198, 31, 9078, 9288, 13, 4102, 13, 5143, 62, 26268, 198, 31, 445, 271, 62, 9641, 7, 17, 11, 807, 11, 1105, 11, 1738, 11639, 13252, 2538, 318, 1695, 1201, 2266, 271, 29, 28, 17, 13, 23, 13, 1065, 11537, 628, 198, 31, 9078, 9288, 13, 4102, 13, 5143, 62, 26268, 628, 198, 31, 9078, 9288, 13, 4102, 13, 17143, 316, 380, 2736, 10786, 12685, 7656, 3256, 685, 198, 220, 220, 220, 12972, 9288, 13, 17143, 7, 14202, 11, 4686, 11639, 3919, 39938, 33809, 198, 220, 220, 220, 12972, 9288, 13, 17143, 10786, 40477, 12, 23, 3256, 4686, 11639, 4480, 39938, 33809, 198, 12962, 198, 31, 9078, 9288, 13, 4102, 13, 5143, 62, 26268, 628, 198, 31, 9078, 9288, 13, 4102, 13, 5143, 62, 26268, 628, 198, 31, 9078, 9288, 13, 4102, 13, 5143, 62, 26268, 628, 198, 31, 9078, 9288, 13, 4102, 13, 5143, 62, 26268, 198 ]
2.412969
586
# coding: utf-8 from __future__ import unicode_literals from ..util import get_doc import pytest @pytest.mark.skip @pytest.mark.models('en') def test_issue514(EN): """Test serializing after adding entity""" text = ["This", "is", "a", "sentence", "about", "pasta", "."] vocab = EN.entity.vocab doc = get_doc(vocab, text) EN.entity.add_label("Food") EN.entity(doc) label_id = vocab.strings[u'Food'] doc.ents = [(label_id, 5,6)] assert [(ent.label_, ent.text) for ent in doc.ents] == [("Food", "pasta")] doc2 = get_doc(EN.entity.vocab).from_bytes(doc.to_bytes()) assert [(ent.label_, ent.text) for ent in doc2.ents] == [("Food", "pasta")]
[ 2, 19617, 25, 3384, 69, 12, 23, 198, 6738, 11593, 37443, 834, 1330, 28000, 1098, 62, 17201, 874, 198, 198, 6738, 11485, 22602, 1330, 651, 62, 15390, 198, 198, 11748, 12972, 9288, 628, 198, 31, 9078, 9288, 13, 4102, 13, 48267, 198, 31, 9078, 9288, 13, 4102, 13, 27530, 10786, 268, 11537, 198, 4299, 1332, 62, 21949, 47396, 7, 1677, 2599, 198, 220, 220, 220, 37227, 14402, 11389, 2890, 706, 4375, 9312, 37811, 198, 220, 220, 220, 2420, 796, 14631, 1212, 1600, 366, 271, 1600, 366, 64, 1600, 366, 34086, 594, 1600, 366, 10755, 1600, 366, 30119, 64, 1600, 366, 526, 60, 198, 220, 220, 220, 12776, 397, 796, 12964, 13, 26858, 13, 18893, 397, 198, 220, 220, 220, 2205, 796, 651, 62, 15390, 7, 18893, 397, 11, 2420, 8, 198, 220, 220, 220, 12964, 13, 26858, 13, 2860, 62, 18242, 7203, 24602, 4943, 198, 220, 220, 220, 12964, 13, 26858, 7, 15390, 8, 198, 220, 220, 220, 6167, 62, 312, 796, 12776, 397, 13, 37336, 58, 84, 6, 24602, 20520, 198, 220, 220, 220, 2205, 13, 658, 796, 47527, 18242, 62, 312, 11, 642, 11, 21, 15437, 198, 220, 220, 220, 6818, 47527, 298, 13, 18242, 62, 11, 920, 13, 5239, 8, 329, 920, 287, 2205, 13, 658, 60, 6624, 685, 7203, 24602, 1600, 366, 30119, 64, 4943, 60, 198, 220, 220, 220, 2205, 17, 796, 651, 62, 15390, 7, 1677, 13, 26858, 13, 18893, 397, 737, 6738, 62, 33661, 7, 15390, 13, 1462, 62, 33661, 28955, 198, 220, 220, 220, 6818, 47527, 298, 13, 18242, 62, 11, 920, 13, 5239, 8, 329, 920, 287, 2205, 17, 13, 658, 60, 6624, 685, 7203, 24602, 1600, 366, 30119, 64, 4943, 60, 198 ]
2.425532
282
#!/usr/bin/env python # -*- coding: utf-8 -*- """ python modules for data processing utilities: dataworkshop: main GUI framework for data post-processing Author: Tong Zhang Created: Sep. 23rd, 2015 """ from __future__ import print_function import wx import time import threading import numpy as np import matplotlib.pyplot as plt import h5py import os import shutil from . import funutils from . import pltutils from . import imageutils from . import resutils #class PlotPanel(pltutils.ImagePanelxy): # def __init__(self, parent, figsize, dpi, bgcolor, **kwargs): # pltutils.ImagePanelxy.__init__(self, parent, figsize, dpi, bgcolor, **kwargs) ## self.axes.set_aspect('equal') # ImageGrid: do not use this now
[ 2, 48443, 14629, 14, 8800, 14, 24330, 21015, 198, 2, 532, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12, 198, 37811, 198, 29412, 13103, 329, 1366, 7587, 20081, 25, 198, 220, 220, 220, 4818, 707, 3647, 8548, 25, 1388, 25757, 9355, 329, 1366, 1281, 12, 36948, 198, 198, 13838, 25, 26565, 19439, 198, 41972, 25, 8621, 13, 2242, 4372, 11, 1853, 198, 37811, 198, 6738, 11593, 37443, 834, 1330, 3601, 62, 8818, 198, 198, 11748, 266, 87, 198, 11748, 640, 198, 11748, 4704, 278, 198, 11748, 299, 32152, 355, 45941, 198, 11748, 2603, 29487, 8019, 13, 9078, 29487, 355, 458, 83, 198, 11748, 289, 20, 9078, 198, 11748, 28686, 198, 11748, 4423, 346, 198, 198, 6738, 764, 1330, 1257, 26791, 198, 6738, 764, 1330, 458, 83, 26791, 198, 6738, 764, 1330, 2939, 26791, 198, 6738, 764, 1330, 581, 26791, 628, 628, 198, 198, 2, 4871, 28114, 26639, 7, 489, 83, 26791, 13, 5159, 26639, 5431, 2599, 198, 2, 220, 220, 220, 825, 11593, 15003, 834, 7, 944, 11, 2560, 11, 2336, 7857, 11, 288, 14415, 11, 275, 70, 8043, 11, 12429, 46265, 22046, 2599, 198, 2, 220, 220, 220, 220, 220, 220, 220, 458, 83, 26791, 13, 5159, 26639, 5431, 13, 834, 15003, 834, 7, 944, 11, 2560, 11, 2336, 7857, 11, 288, 14415, 11, 275, 70, 8043, 11, 12429, 46265, 22046, 8, 198, 2235, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 897, 274, 13, 2617, 62, 292, 806, 10786, 40496, 11537, 628, 198, 198, 2, 7412, 41339, 25, 466, 407, 779, 428, 783, 198 ]
2.853846
260
from django.conf import settings from django.urls import include from django.conf.urls.static import static from django.contrib import admin from django.urls import path, re_path from django.views.generic.base import TemplateView from core import __version__ from core.apiv1 import apiv1_gone from homepage.views import homepage, error_404_view, error_500_view, health_check_view, OpenView, SitemapView from package.views import category, python3_list from profiles.views import LogoutView admin_header = f"Django Packages v{__version__}" admin.site.enable_nav_sidebar = False # disabled until Django 3.x admin.site.site_header = admin_header admin.site.site_title = admin_header urlpatterns = [ # url(r'^login/\{\{item\.absolute_url\}\}/', RedirectView.as_view(url="/login/github/")), path('auth/', include('social_django.urls', namespace='social')), # url('', include('social_auth.urls')), path('', homepage, name="home"), path('health_check/', health_check_view, name="health_check"), path('404', error_404_view, name="404"), path('500', error_500_view, name="500"), re_path(settings.ADMIN_URL_BASE, admin.site.urls), path('profiles/', include("profiles.urls")), path('packages/', include("package.urls")), path('grids/', include("grid.urls")), path('feeds/', include("feeds.urls")), path('categories/<slug:slug>/', category, name="category"), path('categories/', homepage, name="categories"), path('python3/', python3_list, name="py3_compat"), # url(regex=r'^login/$', view=TemplateView.as_view(template_name='pages/login.html'), name='login',), path('logout/', LogoutView.as_view(), name='logout'), # static pages path('about/', TemplateView.as_view(template_name='pages/faq.html'), name="about"), path('terms/', TemplateView.as_view(template_name='pages/terms.html'), name="terms"), path('faq/', TemplateView.as_view(template_name='pages/faq.html'), name="faq"), path('open/', OpenView.as_view(), name="open"), path('syndication/', TemplateView.as_view(template_name='pages/syndication.html'), name="syndication"), path('help/', TemplateView.as_view(template_name='pages/help.html'), name="help"), path("funding/", TemplateView.as_view(template_name='pages/funding.html'), name="funding"), path("sitemap.xml", SitemapView.as_view(), name="sitemap"), # new apps path('search/', include("searchv2.urls")), # apiv2 # url(r'^api/v2/', include('core.apiv2', namespace="apiv2")), # apiv3 path('api/v3/', include('apiv3.urls', namespace="apiv3")), # apiv4 path('api/v4/', include("apiv4.urls", namespace='apiv4')), path('api-auth/', include('rest_framework.urls', namespace='rest_framework')), re_path( r"^api/v1/.*$", view=apiv1_gone, name="apiv1_gone", ), # url(r'^api/v1/', include('core.apiv1', namespace="apitest")), # reports # url(r'^reports/', include('reports.urls', namespace='reports')), ] if settings.DEBUG: import debug_toolbar urlpatterns.append(path("__debug__/", include(debug_toolbar.urls))) urlpatterns += static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
[ 6738, 42625, 14208, 13, 10414, 1330, 6460, 198, 6738, 42625, 14208, 13, 6371, 82, 1330, 2291, 198, 6738, 42625, 14208, 13, 10414, 13, 6371, 82, 13, 12708, 1330, 9037, 198, 6738, 42625, 14208, 13, 3642, 822, 1330, 13169, 198, 6738, 42625, 14208, 13, 6371, 82, 1330, 3108, 11, 302, 62, 6978, 198, 6738, 42625, 14208, 13, 33571, 13, 41357, 13, 8692, 1330, 37350, 7680, 198, 198, 6738, 4755, 1330, 11593, 9641, 834, 198, 6738, 4755, 13, 499, 452, 16, 1330, 2471, 452, 16, 62, 21260, 198, 6738, 34940, 13, 33571, 1330, 34940, 11, 4049, 62, 26429, 62, 1177, 11, 4049, 62, 4059, 62, 1177, 11, 1535, 62, 9122, 62, 1177, 11, 4946, 7680, 11, 311, 9186, 499, 7680, 198, 6738, 5301, 13, 33571, 1330, 6536, 11, 21015, 18, 62, 4868, 198, 6738, 16545, 13, 33571, 1330, 5972, 448, 7680, 198, 198, 28482, 62, 25677, 796, 277, 1, 35, 73, 14208, 6400, 1095, 410, 90, 834, 9641, 834, 36786, 198, 28482, 13, 15654, 13, 21633, 62, 28341, 62, 1589, 5657, 796, 10352, 220, 1303, 10058, 1566, 37770, 513, 13, 87, 198, 28482, 13, 15654, 13, 15654, 62, 25677, 796, 13169, 62, 25677, 198, 28482, 13, 15654, 13, 15654, 62, 7839, 796, 13169, 62, 25677, 198, 198, 6371, 33279, 82, 796, 685, 628, 220, 220, 220, 1303, 19016, 7, 81, 6, 61, 38235, 14, 59, 31478, 90, 9186, 17405, 48546, 62, 6371, 59, 32239, 92, 14, 3256, 2297, 1060, 7680, 13, 292, 62, 1177, 7, 6371, 35922, 38235, 14, 12567, 14, 4943, 828, 198, 220, 220, 220, 3108, 10786, 18439, 14, 3256, 2291, 10786, 14557, 62, 28241, 14208, 13, 6371, 82, 3256, 25745, 11639, 14557, 11537, 828, 198, 220, 220, 220, 1303, 19016, 10786, 3256, 2291, 10786, 14557, 62, 18439, 13, 6371, 82, 11537, 828, 198, 220, 220, 220, 3108, 10786, 3256, 34940, 11, 1438, 2625, 11195, 12340, 198, 220, 220, 220, 3108, 10786, 13948, 62, 9122, 14, 3256, 1535, 62, 9122, 62, 1177, 11, 1438, 2625, 13948, 62, 9122, 12340, 198, 220, 220, 220, 3108, 10786, 26429, 3256, 4049, 62, 26429, 62, 1177, 11, 1438, 2625, 26429, 12340, 198, 220, 220, 220, 3108, 10786, 4059, 3256, 4049, 62, 4059, 62, 1177, 11, 1438, 2625, 4059, 12340, 198, 220, 220, 220, 302, 62, 6978, 7, 33692, 13, 2885, 23678, 62, 21886, 62, 33, 11159, 11, 13169, 13, 15654, 13, 6371, 82, 828, 198, 220, 220, 220, 3108, 10786, 5577, 2915, 14, 3256, 2291, 7203, 5577, 2915, 13, 6371, 82, 4943, 828, 198, 220, 220, 220, 3108, 10786, 43789, 14, 3256, 2291, 7203, 26495, 13, 6371, 82, 4943, 828, 198, 220, 220, 220, 3108, 10786, 2164, 2340, 14, 3256, 2291, 7203, 25928, 13, 6371, 82, 4943, 828, 198, 220, 220, 220, 3108, 10786, 12363, 82, 14, 3256, 2291, 7203, 12363, 82, 13, 6371, 82, 4943, 828, 628, 220, 220, 220, 3108, 10786, 66, 26129, 14, 27, 6649, 1018, 25, 6649, 1018, 29, 14, 3256, 6536, 11, 1438, 2625, 22872, 12340, 198, 220, 220, 220, 3108, 10786, 66, 26129, 14, 3256, 34940, 11, 1438, 2625, 66, 26129, 12340, 198, 220, 220, 220, 3108, 10786, 29412, 18, 14, 3256, 21015, 18, 62, 4868, 11, 1438, 2625, 9078, 18, 62, 5589, 265, 12340, 628, 220, 220, 220, 1303, 19016, 7, 260, 25636, 28, 81, 6, 61, 38235, 32624, 3256, 1570, 28, 30800, 7680, 13, 292, 62, 1177, 7, 28243, 62, 3672, 11639, 31126, 14, 38235, 13, 6494, 33809, 1438, 11639, 38235, 3256, 828, 198, 220, 220, 220, 3108, 10786, 6404, 448, 14, 3256, 5972, 448, 7680, 13, 292, 62, 1177, 22784, 1438, 11639, 6404, 448, 33809, 628, 220, 220, 220, 1303, 9037, 5468, 198, 220, 220, 220, 3108, 10786, 10755, 14, 3256, 37350, 7680, 13, 292, 62, 1177, 7, 28243, 62, 3672, 11639, 31126, 14, 13331, 80, 13, 6494, 33809, 1438, 2625, 10755, 12340, 198, 220, 220, 220, 3108, 10786, 38707, 14, 3256, 37350, 7680, 13, 292, 62, 1177, 7, 28243, 62, 3672, 11639, 31126, 14, 38707, 13, 6494, 33809, 1438, 2625, 38707, 12340, 198, 220, 220, 220, 3108, 10786, 13331, 80, 14, 3256, 37350, 7680, 13, 292, 62, 1177, 7, 28243, 62, 3672, 11639, 31126, 14, 13331, 80, 13, 6494, 33809, 1438, 2625, 13331, 80, 12340, 198, 220, 220, 220, 3108, 10786, 9654, 14, 3256, 4946, 7680, 13, 292, 62, 1177, 22784, 1438, 2625, 9654, 12340, 198, 220, 220, 220, 3108, 10786, 1837, 358, 3299, 14, 3256, 37350, 7680, 13, 292, 62, 1177, 7, 28243, 62, 3672, 11639, 31126, 14, 1837, 358, 3299, 13, 6494, 33809, 1438, 2625, 1837, 358, 3299, 12340, 198, 220, 220, 220, 3108, 10786, 16794, 14, 3256, 37350, 7680, 13, 292, 62, 1177, 7, 28243, 62, 3672, 11639, 31126, 14, 16794, 13, 6494, 33809, 1438, 2625, 16794, 12340, 198, 220, 220, 220, 3108, 7203, 25032, 14, 1600, 37350, 7680, 13, 292, 62, 1177, 7, 28243, 62, 3672, 11639, 31126, 14, 25032, 13, 6494, 33809, 1438, 2625, 25032, 12340, 198, 220, 220, 220, 3108, 7203, 82, 9186, 499, 13, 19875, 1600, 311, 9186, 499, 7680, 13, 292, 62, 1177, 22784, 1438, 2625, 82, 9186, 499, 12340, 628, 220, 220, 220, 1303, 649, 6725, 198, 220, 220, 220, 3108, 10786, 12947, 14, 3256, 2291, 7203, 12947, 85, 17, 13, 6371, 82, 4943, 828, 628, 220, 220, 220, 1303, 2471, 452, 17, 198, 220, 220, 220, 1303, 19016, 7, 81, 6, 61, 15042, 14, 85, 17, 14, 3256, 2291, 10786, 7295, 13, 499, 452, 17, 3256, 25745, 2625, 499, 452, 17, 4943, 828, 628, 220, 220, 220, 1303, 2471, 452, 18, 198, 220, 220, 220, 3108, 10786, 15042, 14, 85, 18, 14, 3256, 2291, 10786, 499, 452, 18, 13, 6371, 82, 3256, 25745, 2625, 499, 452, 18, 4943, 828, 628, 220, 220, 220, 1303, 2471, 452, 19, 198, 220, 220, 220, 3108, 10786, 15042, 14, 85, 19, 14, 3256, 2291, 7203, 499, 452, 19, 13, 6371, 82, 1600, 25745, 11639, 499, 452, 19, 11537, 828, 198, 220, 220, 220, 3108, 10786, 15042, 12, 18439, 14, 3256, 2291, 10786, 2118, 62, 30604, 13, 6371, 82, 3256, 25745, 11639, 2118, 62, 30604, 11537, 828, 628, 220, 220, 220, 302, 62, 6978, 7, 198, 220, 220, 220, 220, 220, 220, 220, 374, 1, 61, 15042, 14, 85, 16, 11757, 9, 3, 1600, 1570, 28, 499, 452, 16, 62, 21260, 11, 198, 220, 220, 220, 220, 220, 220, 220, 1438, 2625, 499, 452, 16, 62, 21260, 1600, 198, 220, 220, 220, 10612, 628, 220, 220, 220, 1303, 19016, 7, 81, 6, 61, 15042, 14, 85, 16, 14, 3256, 2291, 10786, 7295, 13, 499, 452, 16, 3256, 25745, 2625, 499, 270, 395, 4943, 828, 628, 220, 220, 220, 1303, 3136, 198, 220, 220, 220, 1303, 19016, 7, 81, 6, 61, 48922, 14, 3256, 2291, 10786, 48922, 13, 6371, 82, 3256, 25745, 11639, 48922, 11537, 828, 198, 60, 198, 198, 361, 6460, 13, 30531, 25, 198, 220, 220, 220, 1330, 14257, 62, 25981, 5657, 628, 220, 220, 220, 19016, 33279, 82, 13, 33295, 7, 6978, 7203, 834, 24442, 834, 14, 1600, 2291, 7, 24442, 62, 25981, 5657, 13, 6371, 82, 22305, 198, 198, 6371, 33279, 82, 15853, 9037, 7, 33692, 13, 30733, 3539, 62, 21886, 11, 3188, 62, 15763, 28, 33692, 13, 30733, 3539, 62, 13252, 2394, 8, 198 ]
2.680404
1,189
"""Utilities for unit testing.""" from importlib import __import__ import pytest import sys class Mocktoday(object): """A context manager for to fake out datetime.date.today. Monkeypatches the given module to swap out today with our own function so that we can say that "today" is any date we want. This assumes you're using emol.utility.date.today and not date.today() (the latter is a proxy for the former to facilitate this thing) Usage: from utils import Mocktoday def test_party_like_its_1999(): with Mocktoday('emol.this.that', date(1999, 01, 01)) # do something that will call today() """ def mock_today(self): """Replacement for today function for unit tests.""" return self.desired_date def __init__(self, module, desired_date): """Constructor. Args: module: The module name to operate on desired_date: The date to report """ self.module = sys.modules[module] self.desired_date = desired_date # Swap out the module's imported today function self.orig = self.module.today self.module.today = self.mock_today def __enter__(self, *args, **kwargs): """Nothing to do here.""" pass def __exit__(self, *args, **kwargs): """Reset the proper today function.""" self.module.today = self.orig class Mockmail(object): """A context manager for mail.Emailer unit testing. Monkeypatches the given module to swap out Emailer with a testing class so that we can test whether or not any of the email sending methods were called by an invocation. Usage (from a model unit test): from emol.utility.testing import Mockmail def test_something_that_sends_mail(): with Mockmail('emol.this.that', True) # do something that should cause send_email to be called def test_something_that_does_not_mail(): with Mockmail('emol.this.that', False) # do something that should not cause send_email to be called """ messages = { True: 'Expected send_email to be called but it was not', False: 'Expected send_email to not be called but it was' } def __init__(self, module, expected_result): """Constructor. Args: module: The module name to operate on expected_result: True if a call that sends email is expected, False if not. None for no test (fixtures) """ class TestEmailer(object): """Unit testing replacement for mail.Emailer. Override all the methods below to just set self.mocked on the enclosing Mockmail. """ @classmethod @classmethod @classmethod @classmethod @classmethod @classmethod @classmethod self.expected_result = expected_result self.module = sys.modules[module] # Swap out the module's Emailer loaded from emol.mail self.orig = self.module.Emailer self.module.Emailer = TestEmailer def __enter__(self): """Reset self.mocked.""" self.mocked = False def __exit__(self, *args, **kwargs): """Reset the proper send_email method and assess the result.""" self.module.Emailer = self.orig if self.expected_result is None: return if self.mocked != self.expected_result: pytest.fail(self.messages[self.expected_result])
[ 37811, 18274, 2410, 329, 4326, 4856, 526, 15931, 198, 198, 6738, 1330, 8019, 1330, 11593, 11748, 834, 198, 11748, 12972, 9288, 198, 11748, 25064, 628, 198, 4871, 44123, 40838, 7, 15252, 2599, 198, 220, 220, 220, 37227, 32, 4732, 4706, 329, 284, 8390, 503, 4818, 8079, 13, 4475, 13, 40838, 13, 628, 220, 220, 220, 26997, 8071, 2052, 262, 1813, 8265, 284, 16075, 503, 1909, 351, 674, 198, 220, 220, 220, 898, 2163, 523, 326, 356, 460, 910, 326, 366, 40838, 1, 318, 597, 3128, 356, 765, 13, 628, 220, 220, 220, 770, 18533, 345, 821, 1262, 795, 349, 13, 315, 879, 13, 4475, 13, 40838, 290, 407, 3128, 13, 40838, 3419, 198, 220, 220, 220, 357, 1169, 6846, 318, 257, 15741, 329, 262, 1966, 284, 15570, 428, 1517, 8, 628, 220, 220, 220, 29566, 25, 628, 220, 220, 220, 220, 220, 220, 422, 3384, 4487, 1330, 44123, 40838, 628, 220, 220, 220, 220, 220, 220, 825, 1332, 62, 10608, 62, 2339, 62, 896, 62, 18946, 33529, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 351, 44123, 40838, 10786, 368, 349, 13, 5661, 13, 5562, 3256, 3128, 7, 18946, 11, 5534, 11, 5534, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 466, 1223, 326, 481, 869, 1909, 3419, 628, 220, 220, 220, 37227, 628, 220, 220, 220, 825, 15290, 62, 40838, 7, 944, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 39232, 5592, 329, 1909, 2163, 329, 4326, 5254, 526, 15931, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 2116, 13, 8906, 1202, 62, 4475, 628, 220, 220, 220, 825, 11593, 15003, 834, 7, 944, 11, 8265, 11, 10348, 62, 4475, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 42316, 273, 13, 628, 220, 220, 220, 220, 220, 220, 220, 943, 14542, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 8265, 25, 383, 8265, 1438, 284, 8076, 319, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 10348, 62, 4475, 25, 383, 3128, 284, 989, 628, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 21412, 796, 25064, 13, 18170, 58, 21412, 60, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 8906, 1202, 62, 4475, 796, 10348, 62, 4475, 628, 220, 220, 220, 220, 220, 220, 220, 1303, 48408, 503, 262, 8265, 338, 17392, 1909, 2163, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 11612, 796, 2116, 13, 21412, 13, 40838, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 21412, 13, 40838, 796, 2116, 13, 76, 735, 62, 40838, 628, 220, 220, 220, 825, 11593, 9255, 834, 7, 944, 11, 1635, 22046, 11, 12429, 46265, 22046, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 18465, 284, 466, 994, 526, 15931, 198, 220, 220, 220, 220, 220, 220, 220, 1208, 628, 220, 220, 220, 825, 11593, 37023, 834, 7, 944, 11, 1635, 22046, 11, 12429, 46265, 22046, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 4965, 316, 262, 1774, 1909, 2163, 526, 15931, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 21412, 13, 40838, 796, 2116, 13, 11612, 628, 198, 4871, 44123, 4529, 7, 15252, 2599, 198, 220, 220, 220, 37227, 32, 4732, 4706, 329, 6920, 13, 15333, 263, 4326, 4856, 13, 628, 220, 220, 220, 26997, 8071, 2052, 262, 1813, 8265, 284, 16075, 503, 9570, 263, 351, 257, 4856, 1398, 198, 220, 220, 220, 523, 326, 356, 460, 1332, 1771, 393, 407, 597, 286, 262, 3053, 7216, 5050, 547, 198, 220, 220, 220, 1444, 416, 281, 43219, 13, 628, 220, 220, 220, 29566, 357, 6738, 257, 2746, 4326, 1332, 2599, 628, 220, 220, 220, 220, 220, 220, 422, 795, 349, 13, 315, 879, 13, 33407, 1330, 44123, 4529, 628, 220, 220, 220, 220, 220, 220, 825, 1332, 62, 18927, 62, 5562, 62, 82, 2412, 62, 4529, 33529, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 351, 44123, 4529, 10786, 368, 349, 13, 5661, 13, 5562, 3256, 6407, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 466, 1223, 326, 815, 2728, 3758, 62, 12888, 284, 307, 1444, 628, 220, 220, 220, 220, 220, 220, 825, 1332, 62, 18927, 62, 5562, 62, 22437, 62, 1662, 62, 4529, 33529, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 351, 44123, 4529, 10786, 368, 349, 13, 5661, 13, 5562, 3256, 10352, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 466, 1223, 326, 815, 407, 2728, 3758, 62, 12888, 284, 307, 1444, 628, 220, 220, 220, 37227, 628, 220, 220, 220, 6218, 796, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 6407, 25, 705, 3109, 7254, 3758, 62, 12888, 284, 307, 1444, 475, 340, 373, 407, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 10352, 25, 705, 3109, 7254, 3758, 62, 12888, 284, 407, 307, 1444, 475, 340, 373, 6, 198, 220, 220, 220, 1782, 628, 220, 220, 220, 825, 11593, 15003, 834, 7, 944, 11, 8265, 11, 2938, 62, 20274, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 42316, 273, 13, 628, 220, 220, 220, 220, 220, 220, 220, 943, 14542, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 8265, 25, 383, 8265, 1438, 284, 8076, 319, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2938, 62, 20274, 25, 6407, 611, 257, 869, 326, 12800, 3053, 318, 2938, 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, 10352, 611, 407, 13, 6045, 329, 645, 1332, 357, 69, 25506, 8, 628, 220, 220, 220, 220, 220, 220, 220, 37227, 628, 220, 220, 220, 220, 220, 220, 220, 1398, 6208, 15333, 263, 7, 15252, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 37227, 26453, 4856, 9014, 329, 6920, 13, 15333, 263, 13, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3827, 13154, 477, 262, 5050, 2174, 284, 655, 900, 2116, 13, 76, 3543, 319, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 262, 13507, 2752, 44123, 4529, 13, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 37227, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2488, 4871, 24396, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2488, 4871, 24396, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2488, 4871, 24396, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2488, 4871, 24396, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2488, 4871, 24396, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2488, 4871, 24396, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2488, 4871, 24396, 628, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 40319, 62, 20274, 796, 2938, 62, 20274, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 21412, 796, 25064, 13, 18170, 58, 21412, 60, 628, 220, 220, 220, 220, 220, 220, 220, 1303, 48408, 503, 262, 8265, 338, 9570, 263, 9639, 422, 795, 349, 13, 4529, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 11612, 796, 2116, 13, 21412, 13, 15333, 263, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 21412, 13, 15333, 263, 796, 6208, 15333, 263, 628, 220, 220, 220, 825, 11593, 9255, 834, 7, 944, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 4965, 316, 2116, 13, 76, 3543, 526, 15931, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 76, 3543, 796, 10352, 628, 220, 220, 220, 825, 11593, 37023, 834, 7, 944, 11, 1635, 22046, 11, 12429, 46265, 22046, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 4965, 316, 262, 1774, 3758, 62, 12888, 2446, 290, 4659, 262, 1255, 526, 15931, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 21412, 13, 15333, 263, 796, 2116, 13, 11612, 628, 220, 220, 220, 220, 220, 220, 220, 611, 2116, 13, 40319, 62, 20274, 318, 6045, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 628, 220, 220, 220, 220, 220, 220, 220, 611, 2116, 13, 76, 3543, 14512, 2116, 13, 40319, 62, 20274, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 12972, 9288, 13, 32165, 7, 944, 13, 37348, 1095, 58, 944, 13, 40319, 62, 20274, 12962, 198 ]
2.501038
1,445
#!/usr/bin/env python3 # Invoked by: Cloudformation custom actions # Returns: Error or status message # # deletes the resources assocated with lambda like eni import boto3 import http.client import urllib import json import uuid import threading from time import sleep
[ 2, 48443, 14629, 14, 8800, 14, 24330, 21015, 18, 198, 2, 10001, 6545, 416, 25, 10130, 1161, 2183, 4028, 198, 2, 16409, 25, 13047, 393, 3722, 3275, 198, 2, 198, 2, 28128, 274, 262, 4133, 840, 10533, 351, 37456, 588, 551, 72, 198, 11748, 275, 2069, 18, 198, 11748, 2638, 13, 16366, 198, 11748, 2956, 297, 571, 198, 11748, 33918, 198, 11748, 334, 27112, 198, 11748, 4704, 278, 198, 6738, 640, 1330, 3993, 198 ]
3.635135
74
from copy import copy from ..device.lasercommandconstants import ( COMMAND_BEEP, COMMAND_FUNCTION, COMMAND_HOME, COMMAND_MODE_RAPID, COMMAND_MOVE, COMMAND_SET_ABSOLUTE, COMMAND_SET_POSITION, COMMAND_UNLOCK, COMMAND_WAIT, COMMAND_WAIT_FINISH, ) from ..kernel import Modifier from ..svgelements import Length from .cutcode import CutCode, CutGroup, RasterCut from .cutplan import CutPlan from .elements import LaserOperation MILS_IN_MM = 39.3701 class Planner(Modifier): """ Planner is a modifier that adds 'plan' commands to the kernel. These are text based versions of the job preview and should be permitted to control the job creation process. """ def get_or_make_plan(self, plan_name): """ Plans are a tuple of 3 lists and the name. Plan, Original, Commands, and Plan-Name """ try: return self._plan[plan_name] except KeyError: self._plan[plan_name] = CutPlan(plan_name, self.context) return self._plan[plan_name] def reify_matrix(self): """Apply the matrix to the path and reset matrix.""" self.element = abs(self.element) self.scene_bounds = None def correct_empty(context: CutGroup): """ Iterate backwards deleting any entries that are empty. """ for index in range(len(context) - 1, -1, -1): c = context[index] if isinstance(c, CutGroup): correct_empty(c) if c.inside: for o in c.inside: if o.contains and c in o.contains: o.contains.remove(c) del context[index]
[ 6738, 4866, 1330, 4866, 198, 198, 6738, 11485, 25202, 13, 75, 6005, 21812, 9979, 1187, 1330, 357, 198, 220, 220, 220, 22240, 6981, 62, 33, 35238, 11, 198, 220, 220, 220, 22240, 6981, 62, 42296, 4177, 2849, 11, 198, 220, 220, 220, 22240, 6981, 62, 39069, 11, 198, 220, 220, 220, 22240, 6981, 62, 49058, 62, 49, 2969, 2389, 11, 198, 220, 220, 220, 22240, 6981, 62, 11770, 6089, 11, 198, 220, 220, 220, 22240, 6981, 62, 28480, 62, 32, 4462, 3535, 37780, 11, 198, 220, 220, 220, 22240, 6981, 62, 28480, 62, 37997, 17941, 11, 198, 220, 220, 220, 22240, 6981, 62, 4944, 36840, 11, 198, 220, 220, 220, 22240, 6981, 62, 15543, 2043, 11, 198, 220, 220, 220, 22240, 6981, 62, 15543, 2043, 62, 20032, 18422, 11, 198, 8, 198, 6738, 11485, 33885, 1330, 3401, 7483, 198, 6738, 11485, 21370, 469, 3639, 1330, 22313, 198, 6738, 764, 8968, 8189, 1330, 9712, 10669, 11, 9712, 13247, 11, 371, 1603, 26254, 198, 6738, 764, 8968, 11578, 1330, 9712, 20854, 198, 6738, 764, 68, 3639, 1330, 23222, 32180, 198, 198, 44, 45484, 62, 1268, 62, 12038, 796, 5014, 13, 2718, 486, 628, 198, 198, 4871, 5224, 1008, 7, 5841, 7483, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 5224, 1008, 318, 257, 23157, 326, 6673, 705, 11578, 6, 9729, 284, 262, 9720, 13, 2312, 389, 2420, 1912, 6300, 286, 262, 1693, 12714, 290, 198, 220, 220, 220, 815, 307, 10431, 284, 1630, 262, 1693, 6282, 1429, 13, 198, 220, 220, 220, 37227, 628, 220, 220, 220, 825, 651, 62, 273, 62, 15883, 62, 11578, 7, 944, 11, 1410, 62, 3672, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 30305, 389, 257, 46545, 286, 513, 8341, 290, 262, 1438, 13, 5224, 11, 13745, 11, 49505, 11, 290, 5224, 12, 5376, 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, 1441, 2116, 13557, 11578, 58, 11578, 62, 3672, 60, 198, 220, 220, 220, 220, 220, 220, 220, 2845, 7383, 12331, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13557, 11578, 58, 11578, 62, 3672, 60, 796, 9712, 20854, 7, 11578, 62, 3672, 11, 2116, 13, 22866, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 2116, 13557, 11578, 58, 11578, 62, 3672, 60, 628, 628, 628, 628, 628, 198, 198, 4299, 302, 1958, 62, 6759, 8609, 7, 944, 2599, 198, 220, 220, 220, 37227, 44836, 262, 17593, 284, 262, 3108, 290, 13259, 17593, 526, 15931, 198, 220, 220, 220, 2116, 13, 30854, 796, 2352, 7, 944, 13, 30854, 8, 198, 220, 220, 220, 2116, 13, 29734, 62, 65, 3733, 796, 6045, 628, 198, 4299, 3376, 62, 28920, 7, 22866, 25, 9712, 13247, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 40806, 378, 16196, 34817, 597, 12784, 326, 389, 6565, 13, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 329, 6376, 287, 2837, 7, 11925, 7, 22866, 8, 532, 352, 11, 532, 16, 11, 532, 16, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 269, 796, 4732, 58, 9630, 60, 198, 220, 220, 220, 220, 220, 220, 220, 611, 318, 39098, 7, 66, 11, 9712, 13247, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3376, 62, 28920, 7, 66, 8, 198, 220, 220, 220, 220, 220, 220, 220, 611, 269, 13, 48787, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 329, 267, 287, 269, 13, 48787, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 267, 13, 3642, 1299, 290, 269, 287, 267, 13, 3642, 1299, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 267, 13, 3642, 1299, 13, 28956, 7, 66, 8, 198, 220, 220, 220, 220, 220, 220, 220, 1619, 4732, 58, 9630, 60, 198 ]
2.404971
684
# Example taken from: # https://stackoverflow.com/questions/39561560/getting-gradient-of-model-output-w-r-t-weights-using-keras from tensorflow.keras.models import Sequential from tensorflow.keras.layers import Dense from tensorflow.keras import backend as K import tensorflow as tf import numpy as np model = Sequential() model.add(Dense(8, input_dim=8, activation='relu')) model.add(Dense(1, activation='sigmoid')) model.compile(loss='binary_crossentropy', optimizer='adam', metrics=['accuracy']) outputTensor = model.output listOfVariableTensors = model.trainable_weights gradients = K.gradients(outputTensor, listOfVariableTensors) trainingExample = np.random.random((1, 8)) sess = tf.InteractiveSession() sess.run(tf.global_variables_initializer()) evaluated_gradients = sess.run(gradients, feed_dict={model.input: trainingExample})
[ 2, 17934, 2077, 422, 25, 198, 2, 3740, 1378, 25558, 2502, 11125, 13, 785, 14, 6138, 507, 14, 2670, 3980, 1314, 1899, 14, 37210, 12, 49607, 12, 1659, 12, 19849, 12, 22915, 12, 86, 12, 81, 12, 83, 12, 43775, 12, 3500, 12, 6122, 292, 198, 198, 6738, 11192, 273, 11125, 13, 6122, 292, 13, 27530, 1330, 24604, 1843, 198, 6738, 11192, 273, 11125, 13, 6122, 292, 13, 75, 6962, 1330, 360, 1072, 198, 6738, 11192, 273, 11125, 13, 6122, 292, 1330, 30203, 355, 509, 198, 198, 11748, 11192, 273, 11125, 355, 48700, 198, 11748, 299, 32152, 355, 45941, 628, 198, 19849, 796, 24604, 1843, 3419, 198, 19849, 13, 2860, 7, 35, 1072, 7, 23, 11, 5128, 62, 27740, 28, 23, 11, 14916, 11639, 260, 2290, 6, 4008, 198, 19849, 13, 2860, 7, 35, 1072, 7, 16, 11, 14916, 11639, 82, 17225, 1868, 6, 4008, 198, 19849, 13, 5589, 576, 7, 22462, 11639, 39491, 62, 19692, 298, 28338, 3256, 6436, 7509, 11639, 324, 321, 3256, 20731, 28, 17816, 4134, 23843, 6, 12962, 198, 198, 22915, 51, 22854, 796, 2746, 13, 22915, 198, 4868, 5189, 43015, 51, 641, 669, 796, 2746, 13, 27432, 540, 62, 43775, 198, 9744, 2334, 796, 509, 13, 9744, 2334, 7, 22915, 51, 22854, 11, 1351, 5189, 43015, 51, 641, 669, 8, 198, 198, 34409, 16281, 796, 45941, 13, 25120, 13, 25120, 19510, 16, 11, 807, 4008, 198, 82, 408, 796, 48700, 13, 9492, 5275, 36044, 3419, 198, 82, 408, 13, 5143, 7, 27110, 13, 20541, 62, 25641, 2977, 62, 36733, 7509, 28955, 198, 18206, 6605, 62, 9744, 2334, 796, 264, 408, 13, 5143, 7, 9744, 2334, 11, 3745, 62, 11600, 34758, 19849, 13, 15414, 25, 3047, 16281, 30072, 198 ]
2.982332
283
#!/usr/bin/python import os import sys import inspect currentdir = os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe()))) parentdir = os.path.dirname(currentdir) sys.path.insert(0, parentdir) from Engine.engine import VenueBaseCmdProcessor, ClientBaseCmdProcessor, ClientBaseCmdTraits, VenueBaseCmdTraits from ouch.ouchprotocol import OuchProtocol import datetime from collections import deque import pdb ####################################################### # Currently there is no specific command back and forth # ouch venue/ ouch client ####################################################### if __name__ == "__main__": test()
[ 2, 48443, 14629, 14, 8800, 14, 29412, 198, 11748, 28686, 198, 11748, 25064, 198, 11748, 10104, 198, 198, 14421, 15908, 796, 28686, 13, 6978, 13, 15908, 3672, 7, 418, 13, 6978, 13, 397, 2777, 776, 7, 1040, 806, 13, 1136, 7753, 7, 1040, 806, 13, 14421, 14535, 3419, 22305, 198, 8000, 15908, 796, 28686, 13, 6978, 13, 15908, 3672, 7, 14421, 15908, 8, 198, 17597, 13, 6978, 13, 28463, 7, 15, 11, 2560, 15908, 8, 220, 198, 198, 6738, 7117, 13, 18392, 1330, 9932, 518, 14881, 40109, 18709, 273, 11, 20985, 14881, 40109, 18709, 273, 11, 20985, 14881, 40109, 15721, 896, 11, 9932, 518, 14881, 40109, 15721, 896, 198, 6738, 267, 794, 13, 7673, 11235, 4668, 1330, 440, 794, 19703, 4668, 198, 198, 11748, 4818, 8079, 198, 6738, 17268, 1330, 390, 4188, 198, 11748, 279, 9945, 628, 198, 29113, 14468, 4242, 21017, 198, 2, 16888, 612, 318, 645, 2176, 3141, 736, 290, 6071, 198, 2, 267, 794, 14359, 14, 267, 794, 5456, 198, 29113, 14468, 4242, 21017, 198, 198, 361, 11593, 3672, 834, 6624, 366, 834, 12417, 834, 1298, 198, 220, 220, 220, 1332, 3419, 198 ]
3.564516
186
#!/usr/bin/python import json import re import requests try: from BeautifulSoup import BeautifulSoup except ImportError: from bs4 import BeautifulSoup try: inputFile = open("input.json") except Exception, e: print e exit() try: urls = json.load(inputFile)['urls'] except Exception, e: print e exit() ## Object to store the stocks list ## key: fund name ## value: stocks list detailed_portfolio = {} keys = [] ## Function to add some additional data to output ## currently adding asset allocation, i.e. cash, stock and number of stocks held for url in urls: print url key = url.rpartition('/')[0].rpartition('/')[2] keys.append(key) detailed_portfolio.setdefault(key, {}) detailed_portfolio[key].setdefault("stocks-data", []) ## Fetch detailed portfolio data response = requests.get(url) print response.status_code if (response.status_code != 200) or (response.content == ""): print "No content to parse. Please try again!" exit() page = response.content soup = BeautifulSoup(page, "lxml") text = soup.body.find_all("td", string=re.compile("Equity")) count = 0 for td in text: stock_td = td.previous_sibling.previous_sibling.a if not stock_td: stock_td = td.previous_sibling.previous_sibling.span sector_td = td.next_sibling.next_sibling weighting_td = sector_td.next_sibling.next_sibling.next_sibling.next_sibling current = {} try: stock_name = stock_td.string stock_name = stock_name.replace(' Corp ', ' Corporation ') if not re.match(r"(.*?)Ltd(?=.)", stock_name): stock_name = stock_name.replace("Ltd", "Ltd.") stock_name = stock_name.replace(" Limited", " Ltd.") stock_name = stock_name.replace(" Co ", " Company ") current["stock"] = stock_name current["sector"] = sector_td.string current["weighting"] = weighting_td.string detailed_portfolio[key]["stocks-data"].append(current) count += 1 except: pass add_additional_data(soup, count, key, detailed_portfolio) outfile = open('stocks-list.json', 'w') json.dump(detailed_portfolio, outfile) outfile.close() exit()
[ 2, 48443, 14629, 14, 8800, 14, 29412, 198, 198, 11748, 33918, 198, 11748, 302, 198, 11748, 7007, 198, 28311, 25, 198, 220, 220, 220, 422, 23762, 50, 10486, 1330, 23762, 50, 10486, 198, 16341, 17267, 12331, 25, 198, 220, 220, 220, 422, 275, 82, 19, 1330, 23762, 50, 10486, 198, 198, 28311, 25, 198, 220, 220, 220, 5128, 8979, 796, 1280, 7203, 15414, 13, 17752, 4943, 198, 16341, 35528, 11, 304, 25, 198, 220, 220, 220, 3601, 304, 198, 220, 220, 220, 8420, 3419, 198, 198, 28311, 25, 198, 220, 220, 220, 2956, 7278, 796, 33918, 13, 2220, 7, 15414, 8979, 8, 17816, 6371, 82, 20520, 198, 16341, 35528, 11, 304, 25, 198, 220, 220, 220, 3601, 304, 198, 220, 220, 220, 8420, 3419, 198, 198, 2235, 9515, 284, 3650, 262, 14420, 1351, 198, 2235, 1994, 25, 1814, 1438, 198, 2235, 1988, 25, 14420, 1351, 198, 15255, 6255, 62, 634, 13652, 796, 23884, 198, 13083, 796, 17635, 198, 198, 2235, 15553, 284, 751, 617, 3224, 1366, 284, 5072, 198, 2235, 3058, 4375, 11171, 20157, 11, 1312, 13, 68, 13, 5003, 11, 4283, 290, 1271, 286, 14420, 2714, 198, 198, 1640, 19016, 287, 2956, 7278, 25, 198, 220, 220, 220, 3601, 19016, 198, 220, 220, 220, 1994, 796, 19016, 13, 81, 3911, 653, 10786, 14, 11537, 58, 15, 4083, 81, 3911, 653, 10786, 14, 11537, 58, 17, 60, 198, 220, 220, 220, 8251, 13, 33295, 7, 2539, 8, 198, 220, 220, 220, 6496, 62, 634, 13652, 13, 2617, 12286, 7, 2539, 11, 23884, 8, 198, 220, 220, 220, 6496, 62, 634, 13652, 58, 2539, 4083, 2617, 12286, 7203, 29522, 12, 7890, 1600, 685, 12962, 198, 220, 220, 220, 220, 198, 220, 220, 220, 22492, 376, 7569, 6496, 15320, 1366, 198, 220, 220, 220, 2882, 796, 7007, 13, 1136, 7, 6371, 8, 628, 220, 220, 220, 3601, 2882, 13, 13376, 62, 8189, 628, 220, 220, 220, 611, 357, 26209, 13, 13376, 62, 8189, 14512, 939, 8, 393, 357, 26209, 13, 11299, 6624, 13538, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 3601, 366, 2949, 2695, 284, 21136, 13, 4222, 1949, 757, 2474, 198, 220, 220, 220, 220, 220, 220, 220, 8420, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 2443, 796, 2882, 13, 11299, 198, 220, 220, 220, 17141, 796, 23762, 50, 10486, 7, 7700, 11, 366, 75, 19875, 4943, 198, 220, 220, 220, 2420, 796, 17141, 13, 2618, 13, 19796, 62, 439, 7203, 8671, 1600, 4731, 28, 260, 13, 5589, 576, 7203, 23588, 414, 48774, 198, 220, 220, 220, 954, 796, 657, 628, 220, 220, 220, 329, 41560, 287, 2420, 25, 198, 220, 220, 220, 220, 220, 220, 220, 4283, 62, 8671, 796, 41560, 13, 3866, 1442, 62, 82, 27448, 13, 3866, 1442, 62, 82, 27448, 13, 64, 198, 220, 220, 220, 220, 220, 220, 220, 611, 407, 4283, 62, 8671, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4283, 62, 8671, 796, 41560, 13, 3866, 1442, 62, 82, 27448, 13, 3866, 1442, 62, 82, 27448, 13, 12626, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 6567, 62, 8671, 796, 41560, 13, 19545, 62, 82, 27448, 13, 19545, 62, 82, 27448, 198, 220, 220, 220, 220, 220, 220, 220, 3463, 278, 62, 8671, 796, 6567, 62, 8671, 13, 19545, 62, 82, 27448, 13, 19545, 62, 82, 27448, 13, 19545, 62, 82, 27448, 13, 19545, 62, 82, 27448, 198, 220, 220, 220, 220, 220, 220, 220, 1459, 796, 23884, 628, 220, 220, 220, 220, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4283, 62, 3672, 796, 4283, 62, 8671, 13, 8841, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4283, 62, 3672, 796, 4283, 62, 3672, 13, 33491, 10786, 11421, 46083, 705, 10501, 705, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 407, 302, 13, 15699, 7, 81, 18109, 15885, 10091, 43, 8671, 7, 30, 28, 2014, 1600, 4283, 62, 3672, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4283, 62, 3672, 796, 4283, 62, 3672, 13, 33491, 7203, 43, 8671, 1600, 366, 43, 8671, 19570, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4283, 62, 3672, 796, 4283, 62, 3672, 13, 33491, 7203, 15302, 1600, 366, 12052, 19570, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4283, 62, 3672, 796, 4283, 62, 3672, 13, 33491, 7203, 1766, 33172, 366, 5834, 366, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1459, 14692, 13578, 8973, 796, 4283, 62, 3672, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1459, 14692, 34914, 8973, 796, 6567, 62, 8671, 13, 8841, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1459, 14692, 6551, 278, 8973, 796, 3463, 278, 62, 8671, 13, 8841, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6496, 62, 634, 13652, 58, 2539, 7131, 1, 29522, 12, 7890, 1, 4083, 33295, 7, 14421, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 954, 15853, 352, 198, 220, 220, 220, 220, 220, 220, 220, 2845, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1208, 628, 220, 220, 220, 751, 62, 2860, 1859, 62, 7890, 7, 82, 10486, 11, 954, 11, 1994, 11, 6496, 62, 634, 13652, 8, 198, 198, 448, 7753, 796, 1280, 10786, 29522, 12, 4868, 13, 17752, 3256, 705, 86, 11537, 198, 17752, 13, 39455, 7, 15255, 6255, 62, 634, 13652, 11, 503, 7753, 8, 198, 448, 7753, 13, 19836, 3419, 198, 198, 37023, 3419, 220, 220, 220, 220, 198 ]
2.403292
972
""" Basic functions for working with images. """ from __future__ import division, print_function, absolute_import import itertools as itr import numpy as np def _import_skimage(): """Import scikit-image, with slightly modified `ImportError` message""" try: import skimage except ImportError: raise ImportError("scikit-image is required to use this function.") return skimage def _import_pil(): """Import scikit-image, with slightly modified `ImportError` message""" try: import PIL except ImportError: raise ImportError("PIL/Pillow is required to use this function.") return PIL def resize_by_factor(im, factor): """ Resizes the image according to a factor. The image is pre-filtered with a Gaussian and then resampled with bilinear interpolation. This function uses scikit-image and essentially combines its `pyramid_reduce` with `pyramid_expand` into one function. Returns the same object if factor is 1, not a copy. Parameters ---------- im : ndarray, ndim=2 or 3 Image. Either 2D or 3D with 3 or 4 channels. factor : float Resize factor, e.g. a factor of 0.5 will halve both sides. """ _import_skimage() from skimage.transform.pyramids import pyramid_reduce, pyramid_expand if factor < 1: return pyramid_reduce(im, downscale=1/factor) elif factor > 1: return pyramid_expand(im, upscale=factor) else: return im def asgray(im): """ Takes an image and returns its grayscale version by averaging the color channels. if an alpha channel is present, it will simply be ignored. If a grayscale image is given, the original image is returned. Parameters ---------- image : ndarray, ndim 2 or 3 RGB or grayscale image. Returns ------- gray_image : ndarray, ndim 2 Grayscale version of image. """ if im.ndim == 2: return im elif im.ndim == 3 and im.shape[2] in (3, 4): return im[..., :3].mean(axis=-1) else: raise ValueError('Invalid image format') def crop(im, size): """ Crops an image in the center. Parameters ---------- size : tuple, (height, width) Finally size after cropping. """ diff = [im.shape[index] - size[index] for index in (0, 1)] im2 = im[diff[0]//2:diff[0]//2 + size[0], diff[1]//2:diff[1]//2 + size[1]] return im2 def crop_or_pad(im, size, value=0): """ Crops an image in the center. Parameters ---------- size : tuple, (height, width) Finally size after cropping. """ diff = [im.shape[index] - size[index] for index in (0, 1)] im2 = im[diff[0]//2:diff[0]//2 + size[0], diff[1]//2:diff[1]//2 + size[1]] return im2 def crop_to_bounding_box(im, bb): """ Crops according to a bounding box. Parameters ---------- bounding_box : tuple, (top, left, bottom, right) Crops inclusively for top/left and exclusively for bottom/right. """ return im[bb[0]:bb[2], bb[1]:bb[3]] def load(path, dtype=np.float64): """ Loads an image from file. Parameters ---------- path : str Path to image file. dtype : np.dtype Defaults to ``np.float64``, which means the image will be returned as a float with values between 0 and 1. If ``np.uint8`` is specified, the values will be between 0 and 255 and no conversion cost will be incurred. """ _import_skimage() import skimage.io im = skimage.io.imread(path) if dtype == np.uint8: return im elif dtype in {np.float16, np.float32, np.float64}: return im.astype(dtype) / 255 else: raise ValueError('Unsupported dtype') def load_raw(path): """ Load image using PIL/Pillow without any processing. This is particularly useful for palette images, which will be loaded using their palette index values as opposed to `load` which will convert them to RGB. Parameters ---------- path : str Path to image file. """ _import_pil() from PIL import Image return np.array(Image.open(path)) def save(path, im): """ Saves an image to file. If the image is type float, it will assume to have values in [0, 1]. Parameters ---------- path : str Path to which the image will be saved. im : ndarray (image) Image. """ from PIL import Image if im.dtype == np.uint8: pil_im = Image.fromarray(im) else: pil_im = Image.fromarray((im*255).astype(np.uint8)) pil_im.save(path) def integrate(ii, r0, c0, r1, c1): """ Use an integral image to integrate over a given window. Parameters ---------- ii : ndarray Integral image. r0, c0 : int Top-left corner of block to be summed. r1, c1 : int Bottom-right corner of block to be summed. Returns ------- S : int Integral (sum) over the given window. """ # This line is modified S = np.zeros(ii.shape[-1]) S += ii[r1, c1] if (r0 - 1 >= 0) and (c0 - 1 >= 0): S += ii[r0 - 1, c0 - 1] if (r0 - 1 >= 0): S -= ii[r0 - 1, c1] if (c0 - 1 >= 0): S -= ii[r1, c0 - 1] return S def offset(img, offset, fill_value=0): """ Moves the contents of image without changing the image size. The missing values are given a specified fill value. Parameters ---------- img : array Image. offset : (vertical_offset, horizontal_offset) Tuple of length 2, specifying the offset along the two axes. fill_value : dtype of img Fill value. Defaults to 0. """ sh = img.shape if sh == (0, 0): return img else: x = np.empty(sh) x[:] = fill_value x[max(offset[0], 0):min(sh[0]+offset[0], sh[0]), max(offset[1], 0):min(sh[1]+offset[1], sh[1])] = \ img[max(-offset[0], 0):min(sh[0]-offset[0], sh[0]), max(-offset[1], 0):min(sh[1]-offset[1], sh[1])] return x def bounding_box(alpha, threshold=0.1): """ Returns a bounding box of the support. Parameters ---------- alpha : ndarray, ndim=2 Any one-channel image where the background has zero or low intensity. threshold : float The threshold that divides background from foreground. Returns ------- bounding_box : (top, left, bottom, right) The bounding box describing the smallest rectangle containing the foreground object, as defined by the threshold. """ assert alpha.ndim == 2 # Take the bounding box of the support, with a certain threshold. supp_axs = [alpha.max(axis=1-i) for i in range(2)] # Check first and last value of that threshold bb = [np.where(supp_axs[i] > threshold)[0][[0, -1]] for i in range(2)] return (bb[0][0], bb[1][0], bb[0][1], bb[1][1]) def bounding_box_as_binary_map(alpha, threshold=0.1): """ Similar to `bounding_box`, except returns the bounding box as a binary map the same size as the input. Same parameters as `bounding_box`. Returns ------- binary_map : ndarray, ndim=2, dtype=np.bool_ Binary map with True if object and False if background. """ bb = bounding_box(alpha) x = np.zeros(alpha.shape, dtype=np.bool_) x[bb[0]:bb[2], bb[1]:bb[3]] = 1 return x def extract_patches(images, patch_shape, samples_per_image=40, seed=0, cycle=True): """ Takes a set of images and yields randomly chosen patches of specified size. Parameters ---------- images : iterable The images have to be iterable, and each element must be a Numpy array with at least two spatial 2 dimensions as the first and second axis. patch_shape : tuple, length 2 The spatial shape of the patches that should be extracted. If the images have further dimensions beyond the spatial, the patches will copy these too. samples_per_image : int Samples to extract before moving on to the next image. seed : int Seed with which to select the patches. cycle : bool If True, then the function will produce patches indefinitely, by going back to the first image when all are done. If False, the iteration will stop when there are no more images. Returns ------- patch_generator This function returns a generator that will produce patches. Examples -------- >>> import deepdish as dd >>> import matplotlib.pylab as plt >>> import itertools >>> images = ag.io.load_example('mnist') Now, let us say we want to exact patches from the these, where each patch has at least some activity. >>> gen = dd.image.extract_patches(images, (5, 5)) >>> gen = (x for x in gen if x.mean() > 0.1) >>> patches = np.array(list(itertools.islice(gen, 25))) >>> patches.shape (25, 5, 5) >>> dd.plot.images(patches) >>> plt.show() """ rs = np.random.RandomState(seed) for Xi in itr.cycle(images): # How many patches could we extract? w, h = [Xi.shape[i]-patch_shape[i] for i in range(2)] assert w > 0 and h > 0 # Maybe shuffle an iterator of the indices? indices = np.asarray(list(itr.product(range(w), range(h)))) rs.shuffle(indices) for x, y in indices[:samples_per_image]: yield Xi[x:x+patch_shape[0], y:y+patch_shape[1]]
[ 37811, 198, 26416, 5499, 329, 1762, 351, 4263, 13, 198, 37811, 198, 6738, 11593, 37443, 834, 1330, 7297, 11, 3601, 62, 8818, 11, 4112, 62, 11748, 198, 11748, 340, 861, 10141, 355, 340, 81, 198, 11748, 299, 32152, 355, 45941, 198, 198, 4299, 4808, 11748, 62, 8135, 9060, 33529, 198, 220, 220, 220, 37227, 20939, 629, 1134, 270, 12, 9060, 11, 351, 4622, 9518, 4600, 20939, 12331, 63, 3275, 37811, 198, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1330, 1341, 9060, 198, 220, 220, 220, 2845, 17267, 12331, 25, 198, 220, 220, 220, 220, 220, 220, 220, 5298, 17267, 12331, 7203, 36216, 15813, 12, 9060, 318, 2672, 284, 779, 428, 2163, 19570, 198, 220, 220, 220, 1441, 1341, 9060, 628, 198, 4299, 4808, 11748, 62, 79, 346, 33529, 198, 220, 220, 220, 37227, 20939, 629, 1134, 270, 12, 9060, 11, 351, 4622, 9518, 4600, 20939, 12331, 63, 3275, 37811, 198, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1330, 350, 4146, 198, 220, 220, 220, 2845, 17267, 12331, 25, 198, 220, 220, 220, 220, 220, 220, 220, 5298, 17267, 12331, 7203, 47, 4146, 14, 47, 359, 322, 318, 2672, 284, 779, 428, 2163, 19570, 198, 220, 220, 220, 1441, 350, 4146, 628, 198, 4299, 47558, 62, 1525, 62, 31412, 7, 320, 11, 5766, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 1874, 4340, 262, 2939, 1864, 284, 257, 5766, 13, 383, 2939, 318, 662, 12, 10379, 4400, 198, 220, 220, 220, 351, 257, 12822, 31562, 290, 788, 581, 321, 10137, 351, 47027, 259, 451, 39555, 341, 13, 628, 220, 220, 220, 770, 2163, 3544, 629, 1134, 270, 12, 9060, 290, 6986, 21001, 663, 198, 220, 220, 220, 4600, 9078, 20255, 62, 445, 7234, 63, 351, 4600, 9078, 20255, 62, 11201, 392, 63, 656, 530, 2163, 13, 628, 220, 220, 220, 16409, 262, 976, 2134, 611, 5766, 318, 352, 11, 407, 257, 4866, 13, 628, 220, 220, 220, 40117, 198, 220, 220, 220, 24200, 438, 198, 220, 220, 220, 545, 1058, 299, 67, 18747, 11, 299, 27740, 28, 17, 393, 513, 198, 220, 220, 220, 220, 220, 220, 220, 7412, 13, 15467, 362, 35, 393, 513, 35, 351, 513, 393, 604, 9619, 13, 198, 220, 220, 220, 5766, 1058, 12178, 198, 220, 220, 220, 220, 220, 220, 220, 1874, 1096, 5766, 11, 304, 13, 70, 13, 257, 5766, 286, 657, 13, 20, 481, 10284, 303, 1111, 5389, 13, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 4808, 11748, 62, 8135, 9060, 3419, 198, 220, 220, 220, 422, 1341, 9060, 13, 35636, 13, 9078, 43591, 1330, 27944, 62, 445, 7234, 11, 27944, 62, 11201, 392, 198, 220, 220, 220, 611, 5766, 1279, 352, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 27944, 62, 445, 7234, 7, 320, 11, 866, 9888, 28, 16, 14, 31412, 8, 198, 220, 220, 220, 1288, 361, 5766, 1875, 352, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 27944, 62, 11201, 392, 7, 320, 11, 44918, 28, 31412, 8, 198, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 545, 628, 198, 198, 4299, 355, 44605, 7, 320, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 33687, 281, 2939, 290, 5860, 663, 1036, 592, 38765, 2196, 416, 20430, 262, 3124, 198, 220, 220, 220, 9619, 13, 220, 611, 281, 17130, 6518, 318, 1944, 11, 340, 481, 2391, 307, 9514, 13, 1002, 257, 198, 220, 220, 220, 1036, 592, 38765, 2939, 318, 1813, 11, 262, 2656, 2939, 318, 4504, 13, 628, 220, 220, 220, 40117, 198, 220, 220, 220, 24200, 438, 198, 220, 220, 220, 2939, 1058, 299, 67, 18747, 11, 299, 27740, 362, 393, 513, 198, 220, 220, 220, 220, 220, 220, 220, 25228, 393, 1036, 592, 38765, 2939, 13, 628, 220, 220, 220, 16409, 198, 220, 220, 220, 35656, 198, 220, 220, 220, 12768, 62, 9060, 1058, 299, 67, 18747, 11, 299, 27740, 362, 198, 220, 220, 220, 220, 220, 220, 220, 1902, 592, 38765, 2196, 286, 2939, 13, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 611, 545, 13, 358, 320, 6624, 362, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 545, 198, 220, 220, 220, 1288, 361, 545, 13, 358, 320, 6624, 513, 290, 545, 13, 43358, 58, 17, 60, 287, 357, 18, 11, 604, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 545, 58, 986, 11, 1058, 18, 4083, 32604, 7, 22704, 10779, 16, 8, 198, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 5298, 11052, 12331, 10786, 44651, 2939, 5794, 11537, 628, 198, 4299, 13833, 7, 320, 11, 2546, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 9325, 862, 281, 2939, 287, 262, 3641, 13, 628, 220, 220, 220, 40117, 198, 220, 220, 220, 24200, 438, 198, 220, 220, 220, 2546, 1058, 46545, 11, 357, 17015, 11, 9647, 8, 198, 220, 220, 220, 220, 220, 220, 220, 9461, 2546, 706, 6763, 2105, 13, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 814, 796, 685, 320, 13, 43358, 58, 9630, 60, 532, 2546, 58, 9630, 60, 329, 6376, 287, 357, 15, 11, 352, 15437, 198, 220, 220, 220, 545, 17, 796, 545, 58, 26069, 58, 15, 60, 1003, 17, 25, 26069, 58, 15, 60, 1003, 17, 1343, 2546, 58, 15, 4357, 814, 58, 16, 60, 1003, 17, 25, 26069, 58, 16, 60, 1003, 17, 1343, 2546, 58, 16, 11907, 198, 220, 220, 220, 1441, 545, 17, 628, 198, 4299, 13833, 62, 273, 62, 15636, 7, 320, 11, 2546, 11, 1988, 28, 15, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 9325, 862, 281, 2939, 287, 262, 3641, 13, 628, 220, 220, 220, 40117, 198, 220, 220, 220, 24200, 438, 198, 220, 220, 220, 2546, 1058, 46545, 11, 357, 17015, 11, 9647, 8, 198, 220, 220, 220, 220, 220, 220, 220, 9461, 2546, 706, 6763, 2105, 13, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 814, 796, 685, 320, 13, 43358, 58, 9630, 60, 532, 2546, 58, 9630, 60, 329, 6376, 287, 357, 15, 11, 352, 15437, 198, 220, 220, 220, 545, 17, 796, 545, 58, 26069, 58, 15, 60, 1003, 17, 25, 26069, 58, 15, 60, 1003, 17, 1343, 2546, 58, 15, 4357, 814, 58, 16, 60, 1003, 17, 25, 26069, 58, 16, 60, 1003, 17, 1343, 2546, 58, 16, 11907, 198, 220, 220, 220, 1441, 545, 17, 628, 198, 4299, 13833, 62, 1462, 62, 7784, 278, 62, 3524, 7, 320, 11, 275, 65, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 9325, 862, 1864, 284, 257, 5421, 278, 3091, 13, 628, 220, 220, 220, 40117, 198, 220, 220, 220, 24200, 438, 198, 220, 220, 220, 5421, 278, 62, 3524, 1058, 46545, 11, 357, 4852, 11, 1364, 11, 4220, 11, 826, 8, 198, 220, 220, 220, 220, 220, 220, 220, 9325, 862, 287, 44307, 329, 1353, 14, 9464, 290, 11541, 329, 4220, 14, 3506, 13, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 1441, 545, 58, 11848, 58, 15, 5974, 11848, 58, 17, 4357, 275, 65, 58, 16, 5974, 11848, 58, 18, 11907, 628, 198, 4299, 3440, 7, 6978, 11, 288, 4906, 28, 37659, 13, 22468, 2414, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 8778, 82, 281, 2939, 422, 2393, 13, 628, 220, 220, 220, 40117, 198, 220, 220, 220, 24200, 438, 198, 220, 220, 220, 3108, 1058, 965, 198, 220, 220, 220, 220, 220, 220, 220, 10644, 284, 2939, 2393, 13, 198, 220, 220, 220, 288, 4906, 1058, 45941, 13, 67, 4906, 198, 220, 220, 220, 220, 220, 220, 220, 2896, 13185, 284, 7559, 37659, 13, 22468, 2414, 15506, 11, 543, 1724, 262, 2939, 481, 307, 4504, 355, 257, 198, 220, 220, 220, 220, 220, 220, 220, 12178, 351, 3815, 1022, 657, 290, 352, 13, 1002, 7559, 37659, 13, 28611, 23, 15506, 318, 7368, 11, 262, 198, 220, 220, 220, 220, 220, 220, 220, 3815, 481, 307, 1022, 657, 290, 14280, 290, 645, 11315, 1575, 481, 307, 198, 220, 220, 220, 220, 220, 220, 220, 23436, 13, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 4808, 11748, 62, 8135, 9060, 3419, 198, 220, 220, 220, 1330, 1341, 9060, 13, 952, 198, 220, 220, 220, 545, 796, 1341, 9060, 13, 952, 13, 320, 961, 7, 6978, 8, 198, 220, 220, 220, 611, 288, 4906, 6624, 45941, 13, 28611, 23, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 545, 198, 220, 220, 220, 1288, 361, 288, 4906, 287, 1391, 37659, 13, 22468, 1433, 11, 45941, 13, 22468, 2624, 11, 45941, 13, 22468, 2414, 38362, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 545, 13, 459, 2981, 7, 67, 4906, 8, 1220, 14280, 198, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 5298, 11052, 12331, 10786, 3118, 15999, 288, 4906, 11537, 628, 198, 4299, 3440, 62, 1831, 7, 6978, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 8778, 2939, 1262, 350, 4146, 14, 47, 359, 322, 1231, 597, 7587, 13, 770, 318, 3573, 198, 220, 220, 220, 4465, 329, 27043, 4263, 11, 543, 481, 307, 9639, 1262, 511, 27043, 6376, 198, 220, 220, 220, 3815, 355, 6886, 284, 4600, 2220, 63, 543, 481, 10385, 606, 284, 25228, 13, 628, 220, 220, 220, 40117, 198, 220, 220, 220, 24200, 438, 198, 220, 220, 220, 3108, 1058, 965, 198, 220, 220, 220, 220, 220, 220, 220, 10644, 284, 2939, 2393, 13, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 4808, 11748, 62, 79, 346, 3419, 198, 220, 220, 220, 422, 350, 4146, 1330, 7412, 198, 220, 220, 220, 1441, 45941, 13, 18747, 7, 5159, 13, 9654, 7, 6978, 4008, 628, 198, 4299, 3613, 7, 6978, 11, 545, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 311, 3080, 281, 2939, 284, 2393, 13, 628, 220, 220, 220, 1002, 262, 2939, 318, 2099, 12178, 11, 340, 481, 7048, 284, 423, 3815, 287, 685, 15, 11, 352, 4083, 628, 220, 220, 220, 40117, 198, 220, 220, 220, 24200, 438, 198, 220, 220, 220, 3108, 1058, 965, 198, 220, 220, 220, 220, 220, 220, 220, 10644, 284, 543, 262, 2939, 481, 307, 7448, 13, 198, 220, 220, 220, 545, 1058, 299, 67, 18747, 357, 9060, 8, 198, 220, 220, 220, 220, 220, 220, 220, 7412, 13, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 422, 350, 4146, 1330, 7412, 198, 220, 220, 220, 611, 545, 13, 67, 4906, 6624, 45941, 13, 28611, 23, 25, 198, 220, 220, 220, 220, 220, 220, 220, 5560, 62, 320, 796, 7412, 13, 6738, 18747, 7, 320, 8, 198, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 5560, 62, 320, 796, 7412, 13, 6738, 18747, 19510, 320, 9, 13381, 737, 459, 2981, 7, 37659, 13, 28611, 23, 4008, 198, 220, 220, 220, 5560, 62, 320, 13, 21928, 7, 6978, 8, 628, 198, 4299, 19386, 7, 4178, 11, 374, 15, 11, 269, 15, 11, 374, 16, 11, 269, 16, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 5765, 281, 19287, 2939, 284, 19386, 625, 257, 1813, 4324, 13, 628, 220, 220, 220, 40117, 198, 220, 220, 220, 24200, 438, 198, 220, 220, 220, 21065, 1058, 299, 67, 18747, 198, 220, 220, 220, 220, 220, 220, 220, 15995, 1373, 2939, 13, 198, 220, 220, 220, 374, 15, 11, 269, 15, 1058, 493, 198, 220, 220, 220, 220, 220, 220, 220, 5849, 12, 9464, 5228, 286, 2512, 284, 307, 32794, 13, 198, 220, 220, 220, 374, 16, 11, 269, 16, 1058, 493, 198, 220, 220, 220, 220, 220, 220, 220, 24530, 12, 3506, 5228, 286, 2512, 284, 307, 32794, 13, 628, 220, 220, 220, 16409, 198, 220, 220, 220, 35656, 198, 220, 220, 220, 311, 1058, 493, 198, 220, 220, 220, 220, 220, 220, 220, 15995, 1373, 357, 16345, 8, 625, 262, 1813, 4324, 13, 628, 220, 220, 220, 37227, 198, 220, 220, 220, 1303, 770, 1627, 318, 9518, 198, 220, 220, 220, 311, 796, 45941, 13, 9107, 418, 7, 4178, 13, 43358, 58, 12, 16, 12962, 628, 220, 220, 220, 311, 15853, 21065, 58, 81, 16, 11, 269, 16, 60, 628, 220, 220, 220, 611, 357, 81, 15, 532, 352, 18189, 657, 8, 290, 357, 66, 15, 532, 352, 18189, 657, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 311, 15853, 21065, 58, 81, 15, 532, 352, 11, 269, 15, 532, 352, 60, 628, 220, 220, 220, 611, 357, 81, 15, 532, 352, 18189, 657, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 311, 48185, 21065, 58, 81, 15, 532, 352, 11, 269, 16, 60, 628, 220, 220, 220, 611, 357, 66, 15, 532, 352, 18189, 657, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 311, 48185, 21065, 58, 81, 16, 11, 269, 15, 532, 352, 60, 628, 220, 220, 220, 1441, 311, 628, 198, 4299, 11677, 7, 9600, 11, 11677, 11, 6070, 62, 8367, 28, 15, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 38213, 262, 10154, 286, 2939, 1231, 5609, 262, 2939, 2546, 13, 383, 4814, 198, 220, 220, 220, 3815, 389, 1813, 257, 7368, 6070, 1988, 13, 628, 220, 220, 220, 40117, 198, 220, 220, 220, 24200, 438, 198, 220, 220, 220, 33705, 1058, 7177, 198, 220, 220, 220, 220, 220, 220, 220, 7412, 13, 198, 220, 220, 220, 11677, 1058, 357, 1851, 605, 62, 28968, 11, 16021, 62, 28968, 8, 198, 220, 220, 220, 220, 220, 220, 220, 309, 29291, 286, 4129, 362, 11, 31577, 262, 11677, 1863, 262, 734, 34197, 13, 198, 220, 220, 220, 6070, 62, 8367, 1058, 288, 4906, 286, 33705, 198, 220, 220, 220, 220, 220, 220, 220, 27845, 1988, 13, 2896, 13185, 284, 657, 13, 198, 220, 220, 220, 37227, 628, 220, 220, 220, 427, 796, 33705, 13, 43358, 198, 220, 220, 220, 611, 427, 6624, 357, 15, 11, 657, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 33705, 198, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 2124, 796, 45941, 13, 28920, 7, 1477, 8, 198, 220, 220, 220, 220, 220, 220, 220, 2124, 58, 47715, 796, 6070, 62, 8367, 198, 220, 220, 220, 220, 220, 220, 220, 2124, 58, 9806, 7, 28968, 58, 15, 4357, 657, 2599, 1084, 7, 1477, 58, 15, 48688, 28968, 58, 15, 4357, 427, 58, 15, 46570, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3509, 7, 28968, 58, 16, 4357, 657, 2599, 1084, 7, 1477, 58, 16, 48688, 28968, 58, 16, 4357, 427, 58, 16, 12962, 60, 796, 3467, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 33705, 58, 9806, 32590, 28968, 58, 15, 4357, 657, 2599, 1084, 7, 1477, 58, 15, 45297, 28968, 58, 15, 4357, 427, 58, 15, 46570, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3509, 32590, 28968, 58, 16, 4357, 657, 2599, 1084, 7, 1477, 58, 16, 45297, 28968, 58, 16, 4357, 427, 58, 16, 12962, 60, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 2124, 628, 198, 4299, 5421, 278, 62, 3524, 7, 26591, 11, 11387, 28, 15, 13, 16, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 16409, 257, 5421, 278, 3091, 286, 262, 1104, 13, 628, 220, 220, 220, 40117, 198, 220, 220, 220, 24200, 438, 198, 220, 220, 220, 17130, 1058, 299, 67, 18747, 11, 299, 27740, 28, 17, 198, 220, 220, 220, 220, 220, 220, 220, 4377, 530, 12, 17620, 2939, 810, 262, 4469, 468, 6632, 393, 1877, 12245, 13, 198, 220, 220, 220, 11387, 1058, 12178, 198, 220, 220, 220, 220, 220, 220, 220, 383, 11387, 326, 36319, 4469, 422, 36282, 13, 628, 220, 220, 220, 16409, 198, 220, 220, 220, 35656, 198, 220, 220, 220, 5421, 278, 62, 3524, 1058, 357, 4852, 11, 1364, 11, 4220, 11, 826, 8, 198, 220, 220, 220, 220, 220, 220, 220, 383, 5421, 278, 3091, 12059, 262, 18197, 35991, 7268, 262, 198, 220, 220, 220, 220, 220, 220, 220, 36282, 2134, 11, 355, 5447, 416, 262, 11387, 13, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 6818, 17130, 13, 358, 320, 6624, 362, 628, 220, 220, 220, 1303, 7214, 262, 5421, 278, 3091, 286, 262, 1104, 11, 351, 257, 1728, 11387, 13, 198, 220, 220, 220, 802, 62, 897, 82, 796, 685, 26591, 13, 9806, 7, 22704, 28, 16, 12, 72, 8, 329, 1312, 287, 2837, 7, 17, 15437, 628, 220, 220, 220, 1303, 6822, 717, 290, 938, 1988, 286, 326, 11387, 198, 220, 220, 220, 275, 65, 796, 685, 37659, 13, 3003, 7, 18608, 62, 897, 82, 58, 72, 60, 1875, 11387, 38381, 15, 7131, 58, 15, 11, 532, 16, 11907, 329, 1312, 287, 2837, 7, 17, 15437, 628, 220, 220, 220, 1441, 357, 11848, 58, 15, 7131, 15, 4357, 275, 65, 58, 16, 7131, 15, 4357, 275, 65, 58, 15, 7131, 16, 4357, 275, 65, 58, 16, 7131, 16, 12962, 628, 198, 4299, 5421, 278, 62, 3524, 62, 292, 62, 39491, 62, 8899, 7, 26591, 11, 11387, 28, 15, 13, 16, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 11014, 284, 4600, 7784, 278, 62, 3524, 47671, 2845, 5860, 262, 5421, 278, 3091, 355, 257, 198, 220, 220, 220, 13934, 3975, 262, 976, 2546, 355, 262, 5128, 13, 628, 220, 220, 220, 16766, 10007, 355, 4600, 7784, 278, 62, 3524, 44646, 628, 220, 220, 220, 16409, 198, 220, 220, 220, 35656, 198, 220, 220, 220, 13934, 62, 8899, 1058, 299, 67, 18747, 11, 299, 27740, 28, 17, 11, 288, 4906, 28, 37659, 13, 30388, 62, 198, 220, 220, 220, 220, 220, 220, 220, 45755, 3975, 351, 6407, 611, 2134, 290, 10352, 611, 4469, 13, 198, 220, 220, 220, 37227, 628, 220, 220, 220, 275, 65, 796, 5421, 278, 62, 3524, 7, 26591, 8, 198, 220, 220, 220, 2124, 796, 45941, 13, 9107, 418, 7, 26591, 13, 43358, 11, 288, 4906, 28, 37659, 13, 30388, 62, 8, 198, 220, 220, 220, 2124, 58, 11848, 58, 15, 5974, 11848, 58, 17, 4357, 275, 65, 58, 16, 5974, 11848, 58, 18, 11907, 796, 352, 198, 220, 220, 220, 1441, 2124, 628, 198, 4299, 7925, 62, 8071, 2052, 7, 17566, 11, 8529, 62, 43358, 11, 8405, 62, 525, 62, 9060, 28, 1821, 11, 9403, 28, 15, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6772, 28, 17821, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 33687, 257, 900, 286, 4263, 290, 19299, 15456, 7147, 16082, 286, 7368, 2546, 13, 628, 220, 220, 220, 40117, 198, 220, 220, 220, 24200, 438, 198, 220, 220, 220, 4263, 1058, 11629, 540, 198, 220, 220, 220, 220, 220, 220, 220, 383, 4263, 423, 284, 307, 11629, 540, 11, 290, 1123, 5002, 1276, 307, 257, 399, 32152, 7177, 198, 220, 220, 220, 220, 220, 220, 220, 351, 379, 1551, 734, 21739, 362, 15225, 355, 262, 717, 290, 1218, 16488, 13, 198, 220, 220, 220, 8529, 62, 43358, 1058, 46545, 11, 4129, 362, 198, 220, 220, 220, 220, 220, 220, 220, 383, 21739, 5485, 286, 262, 16082, 326, 815, 307, 21242, 13, 1002, 262, 198, 220, 220, 220, 220, 220, 220, 220, 4263, 423, 2252, 15225, 3675, 262, 21739, 11, 262, 16082, 481, 198, 220, 220, 220, 220, 220, 220, 220, 4866, 777, 1165, 13, 198, 220, 220, 220, 8405, 62, 525, 62, 9060, 1058, 493, 198, 220, 220, 220, 220, 220, 220, 220, 3409, 2374, 284, 7925, 878, 3867, 319, 284, 262, 1306, 2939, 13, 198, 220, 220, 220, 9403, 1058, 493, 198, 220, 220, 220, 220, 220, 220, 220, 23262, 351, 543, 284, 2922, 262, 16082, 13, 198, 220, 220, 220, 6772, 1058, 20512, 198, 220, 220, 220, 220, 220, 220, 220, 1002, 6407, 11, 788, 262, 2163, 481, 4439, 16082, 24391, 11, 416, 1016, 198, 220, 220, 220, 220, 220, 220, 220, 736, 284, 262, 717, 2939, 618, 477, 389, 1760, 13, 1002, 10352, 11, 262, 24415, 481, 198, 220, 220, 220, 220, 220, 220, 220, 2245, 618, 612, 389, 645, 517, 4263, 13, 628, 220, 220, 220, 16409, 198, 220, 220, 220, 35656, 198, 220, 220, 220, 8529, 62, 8612, 1352, 198, 220, 220, 220, 220, 220, 220, 220, 770, 2163, 5860, 257, 17301, 326, 481, 4439, 16082, 13, 628, 220, 220, 220, 21066, 198, 220, 220, 220, 24200, 198, 220, 220, 220, 13163, 1330, 2769, 67, 680, 355, 49427, 198, 220, 220, 220, 13163, 1330, 2603, 29487, 8019, 13, 79, 2645, 397, 355, 458, 83, 198, 220, 220, 220, 13163, 1330, 340, 861, 10141, 198, 220, 220, 220, 13163, 4263, 796, 556, 13, 952, 13, 2220, 62, 20688, 10786, 10295, 396, 11537, 628, 220, 220, 220, 2735, 11, 1309, 514, 910, 356, 765, 284, 2748, 16082, 422, 262, 777, 11, 810, 1123, 8529, 198, 220, 220, 220, 468, 379, 1551, 617, 3842, 13, 628, 220, 220, 220, 13163, 2429, 796, 49427, 13, 9060, 13, 2302, 974, 62, 8071, 2052, 7, 17566, 11, 357, 20, 11, 642, 4008, 198, 220, 220, 220, 13163, 2429, 796, 357, 87, 329, 2124, 287, 2429, 611, 2124, 13, 32604, 3419, 1875, 657, 13, 16, 8, 198, 220, 220, 220, 13163, 16082, 796, 45941, 13, 18747, 7, 4868, 7, 270, 861, 10141, 13, 3044, 501, 7, 5235, 11, 1679, 22305, 198, 220, 220, 220, 13163, 16082, 13, 43358, 198, 220, 220, 220, 357, 1495, 11, 642, 11, 642, 8, 198, 220, 220, 220, 13163, 49427, 13, 29487, 13, 17566, 7, 8071, 2052, 8, 198, 220, 220, 220, 13163, 458, 83, 13, 12860, 3419, 628, 220, 220, 220, 37227, 198, 220, 220, 220, 44608, 796, 45941, 13, 25120, 13, 29531, 9012, 7, 28826, 8, 198, 220, 220, 220, 329, 21313, 287, 340, 81, 13, 13696, 7, 17566, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 1374, 867, 16082, 714, 356, 7925, 30, 198, 220, 220, 220, 220, 220, 220, 220, 266, 11, 289, 796, 685, 42528, 13, 43358, 58, 72, 45297, 17147, 62, 43358, 58, 72, 60, 329, 1312, 287, 2837, 7, 17, 15437, 628, 220, 220, 220, 220, 220, 220, 220, 6818, 266, 1875, 657, 290, 289, 1875, 657, 628, 220, 220, 220, 220, 220, 220, 220, 1303, 6674, 36273, 281, 41313, 286, 262, 36525, 30, 198, 220, 220, 220, 220, 220, 220, 220, 36525, 796, 45941, 13, 292, 18747, 7, 4868, 7, 270, 81, 13, 11167, 7, 9521, 7, 86, 828, 2837, 7, 71, 35514, 198, 220, 220, 220, 220, 220, 220, 220, 44608, 13, 1477, 18137, 7, 521, 1063, 8, 198, 220, 220, 220, 220, 220, 220, 220, 329, 2124, 11, 331, 287, 36525, 58, 25, 82, 12629, 62, 525, 62, 9060, 5974, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7800, 21313, 58, 87, 25, 87, 10, 17147, 62, 43358, 58, 15, 4357, 331, 25, 88, 10, 17147, 62, 43358, 58, 16, 11907, 198 ]
2.510616
3,815
from SeleniumLibrary.base import LibraryComponent, keyword
[ 6738, 15300, 47477, 23377, 13, 8692, 1330, 10074, 21950, 11, 21179, 628 ]
5
12
# Copyright 2018 Red Hat, Inc. # All Rights Reserved. # # 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 json from config_tempest import constants as C from config_tempest.services.base import VersionedService from tempest.lib import exceptions
[ 2, 15069, 2864, 2297, 10983, 11, 3457, 13, 198, 2, 1439, 6923, 33876, 13, 198, 2, 198, 2, 49962, 739, 262, 24843, 13789, 11, 10628, 362, 13, 15, 357, 1169, 366, 34156, 15341, 345, 743, 198, 2, 407, 779, 428, 2393, 2845, 287, 11846, 351, 262, 13789, 13, 921, 743, 7330, 198, 2, 257, 4866, 286, 262, 13789, 379, 198, 2, 198, 2, 220, 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, 42881, 198, 2, 34764, 11015, 6375, 7102, 49828, 11053, 3963, 15529, 509, 12115, 11, 2035, 4911, 393, 17142, 13, 4091, 262, 198, 2, 13789, 329, 262, 2176, 3303, 15030, 21627, 290, 11247, 198, 2, 739, 262, 13789, 13, 198, 198, 11748, 33918, 198, 198, 6738, 4566, 62, 29510, 395, 1330, 38491, 355, 327, 198, 6738, 4566, 62, 29510, 395, 13, 30416, 13, 8692, 1330, 10628, 276, 16177, 198, 198, 6738, 20218, 395, 13, 8019, 1330, 13269, 628 ]
3.836735
196
# Generated by Django 3.2.5 on 2021-08-04 11:38 from django.db import migrations, models
[ 2, 2980, 515, 416, 37770, 513, 13, 17, 13, 20, 319, 33448, 12, 2919, 12, 3023, 1367, 25, 2548, 198, 198, 6738, 42625, 14208, 13, 9945, 1330, 15720, 602, 11, 4981, 628 ]
2.84375
32
#!/usr/bin/env python3 # -*- coding: utf-8 -*- import unittest from concurrent.futures.thread import ThreadPoolExecutor from src.common.log import log from src.core.path_settings import TEST_CASES def run_thread(suits, thread_num: int = 8): """ 多线程运行所有用例 :param suits: 测试用例 :param thread_num: 线程数 :return: """ res = unittest.TestResult() with ThreadPoolExecutor(max_workers=thread_num) as tp: for case in suits: tp.submit(case.run, result=res) return res if __name__ == '__main__': try: test_suite = unittest.defaultTestLoader.discover(TEST_CASES, 'test*.py') runner = run_thread(test_suite) except Exception as e: log.error('运行出错!!!请检查!!!') raise e
[ 2, 48443, 14629, 14, 8800, 14, 24330, 21015, 18, 198, 2, 532, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12, 198, 198, 11748, 555, 715, 395, 198, 6738, 24580, 13, 69, 315, 942, 13, 16663, 1330, 14122, 27201, 23002, 38409, 198, 198, 6738, 12351, 13, 11321, 13, 6404, 1330, 2604, 198, 6738, 12351, 13, 7295, 13, 6978, 62, 33692, 1330, 43001, 62, 34, 1921, 1546, 628, 198, 4299, 1057, 62, 16663, 7, 16554, 11, 4704, 62, 22510, 25, 493, 796, 807, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 36469, 248, 163, 118, 123, 163, 101, 233, 32573, 238, 26193, 234, 33699, 222, 17312, 231, 18796, 101, 160, 122, 233, 198, 220, 220, 220, 1058, 17143, 14803, 25, 10545, 113, 233, 46237, 243, 18796, 101, 160, 122, 233, 198, 220, 220, 220, 1058, 17143, 4704, 62, 22510, 25, 13328, 118, 123, 163, 101, 233, 46763, 108, 198, 220, 220, 220, 1058, 7783, 25, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 581, 796, 555, 715, 395, 13, 14402, 23004, 3419, 198, 220, 220, 220, 351, 14122, 27201, 23002, 38409, 7, 9806, 62, 22896, 28, 16663, 62, 22510, 8, 355, 256, 79, 25, 198, 220, 220, 220, 220, 220, 220, 220, 329, 1339, 287, 14803, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 256, 79, 13, 46002, 7, 7442, 13, 5143, 11, 1255, 28, 411, 8, 198, 220, 220, 220, 1441, 581, 628, 198, 361, 11593, 3672, 834, 6624, 705, 834, 12417, 834, 10354, 198, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1332, 62, 2385, 578, 796, 555, 715, 395, 13, 12286, 14402, 17401, 13, 67, 29392, 7, 51, 6465, 62, 34, 1921, 1546, 11, 705, 9288, 24620, 9078, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 17490, 796, 1057, 62, 16663, 7, 9288, 62, 2385, 578, 8, 198, 220, 220, 220, 2845, 35528, 355, 304, 25, 198, 220, 220, 220, 220, 220, 220, 220, 2604, 13, 18224, 10786, 32573, 238, 26193, 234, 49035, 118, 165, 242, 247, 171, 120, 223, 171, 120, 223, 171, 120, 223, 46237, 115, 162, 96, 222, 162, 253, 98, 171, 120, 223, 171, 120, 223, 171, 120, 223, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 5298, 304, 198 ]
1.963446
383
import multiprocessing as mp import time import random random.seed() send_queue = mp.Queue() receive_queue = mp.Queue() proc = mp.Process(target=send_fast, args=(send_queue, receive_queue,)) proc.start() send_slow(send_queue, receive_queue)
[ 11748, 18540, 305, 919, 278, 355, 29034, 198, 11748, 640, 198, 11748, 4738, 198, 198, 25120, 13, 28826, 3419, 628, 628, 198, 198, 21280, 62, 36560, 796, 29034, 13, 34991, 3419, 198, 260, 15164, 62, 36560, 796, 29034, 13, 34991, 3419, 198, 36942, 796, 29034, 13, 18709, 7, 16793, 28, 21280, 62, 7217, 11, 26498, 16193, 21280, 62, 36560, 11, 3328, 62, 36560, 11, 4008, 198, 36942, 13, 9688, 3419, 198, 198, 21280, 62, 38246, 7, 21280, 62, 36560, 11, 3328, 62, 36560, 8, 198 ]
2.917647
85
import json from datetime import datetime from pathlib import Path import numpy as np import requests def download_file(url: str, path: Path): """Download file from the given url and store it to path.""" response = requests.get(url, stream=True) with path.open('wb') as file: for data in response.iter_content(): file.write(data) def parse_params(params: str) -> dict: """Parse the given parameters to dictionary.""" return json.loads(params.replace('\'', '\"')) if params else dict() def eval_params(params: dict) -> dict: """Evaluate values if they are not string.""" return {key: eval(value) if isinstance(value, str) else value for key, value in params.items()} def get_write_method(logger): """Generate write method for logger.""" return write
[ 11748, 33918, 198, 6738, 4818, 8079, 1330, 4818, 8079, 198, 6738, 3108, 8019, 1330, 10644, 198, 198, 11748, 299, 32152, 355, 45941, 198, 11748, 7007, 628, 198, 4299, 4321, 62, 7753, 7, 6371, 25, 965, 11, 3108, 25, 10644, 2599, 198, 220, 220, 220, 37227, 10002, 2393, 422, 262, 1813, 19016, 290, 3650, 340, 284, 3108, 526, 15931, 198, 220, 220, 220, 2882, 796, 7007, 13, 1136, 7, 6371, 11, 4269, 28, 17821, 8, 198, 220, 220, 220, 351, 3108, 13, 9654, 10786, 39346, 11537, 355, 2393, 25, 198, 220, 220, 220, 220, 220, 220, 220, 329, 1366, 287, 2882, 13, 2676, 62, 11299, 33529, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2393, 13, 13564, 7, 7890, 8, 628, 198, 198, 4299, 21136, 62, 37266, 7, 37266, 25, 965, 8, 4613, 8633, 25, 198, 220, 220, 220, 37227, 10044, 325, 262, 1813, 10007, 284, 22155, 526, 15931, 198, 220, 220, 220, 1441, 33918, 13, 46030, 7, 37266, 13, 33491, 10786, 43054, 3256, 705, 7879, 6, 4008, 611, 42287, 2073, 8633, 3419, 628, 198, 4299, 5418, 62, 37266, 7, 37266, 25, 8633, 8, 4613, 8633, 25, 198, 220, 220, 220, 37227, 36, 2100, 4985, 3815, 611, 484, 389, 407, 4731, 526, 15931, 198, 220, 220, 220, 1441, 1391, 2539, 25, 5418, 7, 8367, 8, 611, 318, 39098, 7, 8367, 11, 965, 8, 2073, 1988, 329, 1994, 11, 1988, 287, 42287, 13, 23814, 3419, 92, 628, 198, 4299, 651, 62, 13564, 62, 24396, 7, 6404, 1362, 2599, 198, 220, 220, 220, 37227, 8645, 378, 3551, 2446, 329, 49706, 526, 15931, 628, 220, 220, 220, 1441, 3551, 628 ]
3.025926
270
# -*- coding: UTF-8 -*- v = 14 if type(v) != int: print("Error: Only Support Integer!") elif v % 2 == 0: print(0) elif v % 2 == 1: print(v) v = 12 print(type(v)) v = 10000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 print(type(v)) v = 12.5 print(type(v)) v = 12 + 5j print(type(v)) v = True print(type(v))
[ 2, 532, 9, 12, 19617, 25, 41002, 12, 23, 532, 9, 12, 198, 198, 85, 796, 1478, 198, 198, 361, 2099, 7, 85, 8, 14512, 493, 25, 198, 220, 220, 220, 3601, 7203, 12331, 25, 5514, 7929, 34142, 2474, 8, 198, 417, 361, 410, 4064, 362, 6624, 657, 25, 198, 220, 220, 220, 3601, 7, 15, 8, 198, 417, 361, 410, 4064, 362, 6624, 352, 25, 198, 220, 220, 220, 3601, 7, 85, 8, 198, 220, 220, 220, 220, 198, 198, 85, 796, 1105, 198, 4798, 7, 4906, 7, 85, 4008, 198, 85, 796, 1802, 25645, 25645, 25645, 25645, 25645, 25645, 25645, 25645, 25645, 8269, 10535, 198, 4798, 7, 4906, 7, 85, 4008, 198, 85, 796, 1105, 13, 20, 198, 4798, 7, 4906, 7, 85, 4008, 198, 85, 796, 1105, 1343, 642, 73, 198, 4798, 7, 4906, 7, 85, 4008, 198, 85, 796, 6407, 198, 4798, 7, 4906, 7, 85, 4008, 628 ]
2.888158
152
#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ Created on Wed May 5 13:17:22 2021 @author: trduong """ # import os, sys; # sys.path.append(os.path.dirname(os.path.realpath(__file__))) import pandas as pd import numpy as np import logging import yaml import pyro import torch import pyro.distributions as dist import argparse import sys import pprint import gc from utils.evaluate_func import evaluate_pred, evaluate_distribution, evaluate_fairness from utils.helpers import load_config if __name__ == "__main__": """Load configuration""" config_path = "/home/trduong/Data/counterfactual_fairness_game_theoric/configuration.yml" conf = load_config(config_path) """Parsing argument""" parser = argparse.ArgumentParser() parser.add_argument('--data_path', type=str, default=conf["ivr_law"]) parser.add_argument('--result_path', type=str, default=conf["evaluate_law"]) args = parser.parse_args() data_path = args.data_path result_path = args.result_path """Set up logging""" logger = logging.getLogger('genetic') file_handler = logging.FileHandler(filename=conf['evaluate_law_log']) stdout_handler = logging.StreamHandler(sys.stdout) formatter = logging.Formatter('%(asctime)s %(name)-12s %(levelname)-8s %(message)s') file_handler.setFormatter(formatter) stdout_handler.setFormatter(formatter) logger.addHandler(file_handler) logger.addHandler(stdout_handler) logger.setLevel(logging.DEBUG) """Load data""" col = ["full_linear", "full_net", "unaware_linear", "unaware_net", "level2_lin_True", "level2_lin_False", "level3_lin_True", "level3_lin_False", "AL_prediction", "GL_prediction", "GD_prediction"] df2 = pd.read_csv(data_path) df1 = pd.read_csv(conf['law_baseline']) df2 = df2.drop(columns = ['LSAT','UGPA','ZFYA', 'race','sex']) df = pd.concat([df1, df2], axis=1) df_result = pd.DataFrame() df_result['method'] = '' df_result['RMSE'] = '' df_result['MAE'] = '' df_result['sinkhorn'] = '' df_result['energy'] = '' df_result['gaussian'] = '' df_result['laplacian'] = '' """Evaluate performance""" df_result = evaluate_law(df, df_result, col) df_result['RMSE'] = df_result['RMSE'].round(decimals=4) df_result['MAE'] = df_result['MAE'].round(decimals=4) df_result['sinkhorn'] = df_result['sinkhorn'].round(decimals=4) df_result['energy'] = df_result['energy'].round(decimals=4) df_result['gaussian'] = df_result['gaussian'].round(decimals=4) df_result['laplacian'] = df_result['laplacian'].round(decimals=4) df_result.to_csv(result_path, index = False) print(df_result) print('Collecting...') n = gc.collect() print('Unreachable objects:', n) print('Remaining Garbage:',) pprint.pprint(gc.garbage) sys.modules[__name__].__dict__.clear()
[ 2, 48443, 14629, 14, 8800, 14, 24330, 21015, 18, 198, 2, 532, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12, 198, 37811, 198, 41972, 319, 3300, 1737, 220, 642, 1511, 25, 1558, 25, 1828, 33448, 198, 198, 31, 9800, 25, 491, 646, 506, 198, 37811, 198, 198, 2, 1330, 28686, 11, 25064, 26, 198, 2, 25064, 13, 6978, 13, 33295, 7, 418, 13, 6978, 13, 15908, 3672, 7, 418, 13, 6978, 13, 5305, 6978, 7, 834, 7753, 834, 22305, 198, 198, 11748, 19798, 292, 355, 279, 67, 198, 11748, 299, 32152, 355, 45941, 198, 11748, 18931, 198, 11748, 331, 43695, 198, 11748, 12972, 305, 198, 11748, 28034, 220, 198, 11748, 12972, 305, 13, 17080, 2455, 507, 355, 1233, 198, 11748, 1822, 29572, 198, 11748, 25064, 198, 11748, 279, 4798, 198, 11748, 308, 66, 198, 198, 6738, 3384, 4487, 13, 49786, 62, 20786, 1330, 13446, 62, 28764, 11, 13446, 62, 17080, 3890, 11, 13446, 62, 22043, 1108, 198, 6738, 3384, 4487, 13, 16794, 364, 1330, 3440, 62, 11250, 628, 198, 198, 361, 11593, 3672, 834, 6624, 366, 834, 12417, 834, 1298, 198, 220, 220, 220, 37227, 8912, 8398, 37811, 198, 220, 220, 220, 4566, 62, 6978, 796, 12813, 11195, 14, 2213, 646, 506, 14, 6601, 14, 24588, 22584, 723, 62, 22043, 1108, 62, 6057, 62, 1169, 8146, 14, 11250, 3924, 13, 88, 4029, 1, 198, 220, 220, 220, 1013, 796, 3440, 62, 11250, 7, 11250, 62, 6978, 8, 628, 220, 220, 220, 37227, 47, 945, 278, 4578, 37811, 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, 6978, 3256, 2099, 28, 2536, 11, 4277, 28, 10414, 14692, 452, 81, 62, 6270, 8973, 8, 198, 220, 220, 220, 30751, 13, 2860, 62, 49140, 10786, 438, 20274, 62, 6978, 3256, 2099, 28, 2536, 11, 4277, 28, 10414, 14692, 49786, 62, 6270, 8973, 8, 628, 220, 220, 220, 26498, 796, 30751, 13, 29572, 62, 22046, 3419, 198, 220, 220, 220, 1366, 62, 6978, 796, 26498, 13, 7890, 62, 6978, 198, 220, 220, 220, 1255, 62, 6978, 796, 26498, 13, 20274, 62, 6978, 628, 220, 220, 220, 37227, 7248, 510, 18931, 37811, 198, 220, 220, 220, 49706, 796, 18931, 13, 1136, 11187, 1362, 10786, 5235, 5139, 11537, 198, 220, 220, 220, 2393, 62, 30281, 796, 18931, 13, 8979, 25060, 7, 34345, 28, 10414, 17816, 49786, 62, 6270, 62, 6404, 6, 12962, 198, 220, 220, 220, 14367, 448, 62, 30281, 796, 18931, 13, 12124, 25060, 7, 17597, 13, 19282, 448, 8, 198, 220, 220, 220, 1296, 1436, 796, 18931, 13, 8479, 1436, 10786, 4, 7, 292, 310, 524, 8, 82, 4064, 7, 3672, 13219, 1065, 82, 4064, 7, 5715, 3672, 13219, 23, 82, 4064, 7, 20500, 8, 82, 11537, 198, 220, 220, 220, 2393, 62, 30281, 13, 2617, 8479, 1436, 7, 687, 1436, 8, 198, 220, 220, 220, 14367, 448, 62, 30281, 13, 2617, 8479, 1436, 7, 687, 1436, 8, 198, 220, 220, 220, 49706, 13, 2860, 25060, 7, 7753, 62, 30281, 8, 198, 220, 220, 220, 49706, 13, 2860, 25060, 7, 19282, 448, 62, 30281, 8, 198, 220, 220, 220, 49706, 13, 2617, 4971, 7, 6404, 2667, 13, 30531, 8, 198, 220, 220, 220, 220, 628, 220, 220, 220, 37227, 8912, 1366, 37811, 628, 220, 220, 220, 951, 796, 14631, 12853, 62, 29127, 1600, 366, 12853, 62, 3262, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 403, 9685, 62, 29127, 1600, 366, 403, 9685, 62, 3262, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 5715, 17, 62, 2815, 62, 17821, 1600, 366, 5715, 17, 62, 2815, 62, 25101, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 5715, 18, 62, 2815, 62, 17821, 1600, 366, 5715, 18, 62, 2815, 62, 25101, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 1847, 62, 28764, 2867, 1600, 366, 8763, 62, 28764, 2867, 1600, 366, 45113, 62, 28764, 2867, 8973, 198, 220, 220, 220, 47764, 17, 796, 279, 67, 13, 961, 62, 40664, 7, 7890, 62, 6978, 8, 198, 220, 220, 220, 47764, 16, 796, 279, 67, 13, 961, 62, 40664, 7, 10414, 17816, 6270, 62, 12093, 4470, 6, 12962, 198, 220, 220, 220, 47764, 17, 796, 47764, 17, 13, 14781, 7, 28665, 82, 796, 37250, 6561, 1404, 41707, 7340, 4537, 41707, 57, 43833, 32, 3256, 705, 16740, 41707, 8044, 6, 12962, 198, 220, 220, 220, 47764, 796, 279, 67, 13, 1102, 9246, 26933, 7568, 16, 11, 47764, 17, 4357, 16488, 28, 16, 8, 628, 198, 220, 220, 220, 47764, 62, 20274, 796, 279, 67, 13, 6601, 19778, 3419, 198, 220, 220, 220, 47764, 62, 20274, 17816, 24396, 20520, 796, 10148, 198, 220, 220, 220, 47764, 62, 20274, 17816, 29138, 5188, 20520, 796, 10148, 198, 220, 220, 220, 47764, 62, 20274, 17816, 5673, 36, 20520, 796, 10148, 198, 220, 220, 220, 47764, 62, 20274, 17816, 82, 676, 25311, 20520, 796, 10148, 198, 220, 220, 220, 47764, 62, 20274, 17816, 22554, 20520, 796, 10148, 198, 220, 220, 220, 47764, 62, 20274, 17816, 4908, 31562, 20520, 796, 10148, 198, 220, 220, 220, 47764, 62, 20274, 17816, 5031, 489, 330, 666, 20520, 796, 10148, 628, 198, 220, 220, 220, 37227, 36, 2100, 4985, 2854, 37811, 198, 220, 220, 220, 47764, 62, 20274, 796, 13446, 62, 6270, 7, 7568, 11, 47764, 62, 20274, 11, 951, 8, 198, 220, 220, 220, 47764, 62, 20274, 17816, 29138, 5188, 20520, 796, 47764, 62, 20274, 17816, 29138, 5188, 6, 4083, 744, 7, 12501, 320, 874, 28, 19, 8, 198, 220, 220, 220, 47764, 62, 20274, 17816, 5673, 36, 20520, 796, 47764, 62, 20274, 17816, 5673, 36, 6, 4083, 744, 7, 12501, 320, 874, 28, 19, 8, 198, 220, 220, 220, 47764, 62, 20274, 17816, 82, 676, 25311, 20520, 796, 47764, 62, 20274, 17816, 82, 676, 25311, 6, 4083, 744, 7, 12501, 320, 874, 28, 19, 8, 198, 220, 220, 220, 47764, 62, 20274, 17816, 22554, 20520, 796, 47764, 62, 20274, 17816, 22554, 6, 4083, 744, 7, 12501, 320, 874, 28, 19, 8, 198, 220, 220, 220, 47764, 62, 20274, 17816, 4908, 31562, 20520, 796, 47764, 62, 20274, 17816, 4908, 31562, 6, 4083, 744, 7, 12501, 320, 874, 28, 19, 8, 198, 220, 220, 220, 47764, 62, 20274, 17816, 5031, 489, 330, 666, 20520, 796, 47764, 62, 20274, 17816, 5031, 489, 330, 666, 6, 4083, 744, 7, 12501, 320, 874, 28, 19, 8, 198, 220, 220, 220, 47764, 62, 20274, 13, 1462, 62, 40664, 7, 20274, 62, 6978, 11, 6376, 796, 10352, 8, 628, 220, 220, 220, 3601, 7, 7568, 62, 20274, 8, 198, 220, 220, 220, 3601, 10786, 31337, 278, 986, 11537, 198, 220, 220, 220, 299, 796, 308, 66, 13, 33327, 3419, 198, 220, 220, 220, 3601, 10786, 3118, 16250, 540, 5563, 25, 3256, 299, 8, 198, 220, 220, 220, 3601, 10786, 8413, 1397, 7164, 13866, 25, 3256, 8, 198, 220, 220, 220, 279, 4798, 13, 381, 22272, 7, 36484, 13, 4563, 13866, 8, 198, 220, 220, 220, 25064, 13, 18170, 58, 834, 3672, 834, 4083, 834, 11600, 834, 13, 20063, 3419, 628, 220, 220, 220, 220, 198, 220, 220, 220, 220 ]
2.399675
1,231
""" [2015-09-09] Challenge #231 [Intermediate] Set Game Solver https://www.reddit.com/r/dailyprogrammer/comments/3ke4l6/20150909_challenge_231_intermediate_set_game/ Our apologies for the delay in getting this posted, there was some technical difficulties behind the scenes. # Description Set is a card game where each card is defined by a combination of four attributes: shape (diamond, oval, or squiggle), color (red, purple, green), number (one, two, or three elements), and shading (open, hatched, or filled). The object of the game is to find sets in the 12 cards drawn at a time that are distinct in every way or identical in just one way (e.g. all of the same color). From Wikipedia: A set consists of three cards which satisfy all of these conditions: * They all have the same number, or they have three different numbers. * They all have the same symbol, or they have three different symbols. * They all have the same shading, or they have three different shadings. * They all have the same color, or they have three different colors. The rules of Set are summarized by: If you can sort a group of three cards into "Two of ____ and one of _____," then it is not a set. See the [Wikipedia page for the Set game](http://en.wikipedia.org/wiki/Set_(game\)) for for more background. # Input Description A game will present 12 cards described with four characters for shape, color, number, and shading: (D)iamond, (O)val, (S)quiggle; (R)ed, (P)urple, (G)reen; (1), (2), or (3); and (O)pen, (H)atched, (F)illed. # Output Description Your program should list all of the possible sets in the game of 12 cards in sets of triplets. # Example Input SP3F DP3O DR2F SP3H DG3O SR1H SG2O SP1F SP3O OR3O OR3H OR2H # Example Output SP3F SR1H SG2O SP3F DG3O OR3H SP3F SP3H SP3O DR2F SR1H OR3O DG3O SP1F OR2H DG3O SP3O OR3O # Challenge Input DP2H DP1F SR2F SP1O OG3F SP3H OR2O SG3O DG2H DR2H DR1O DR3O # Challenge Output DP1F SR2F OG3F DP2H DG2H DR2H DP1F DG2H DR3O SR2F OR2O DR2H SP1O OG3F DR2H OG3F SP3H DR3O """ if __name__ == "__main__": main()
[ 37811, 198, 58, 4626, 12, 2931, 12, 2931, 60, 13879, 1303, 25667, 685, 9492, 13857, 60, 5345, 3776, 4294, 332, 198, 198, 5450, 1378, 2503, 13, 10748, 13, 785, 14, 81, 14, 29468, 23065, 647, 14, 15944, 14, 18, 365, 19, 75, 21, 14, 1264, 29022, 2931, 62, 36747, 3540, 62, 25667, 62, 3849, 13857, 62, 2617, 62, 6057, 14, 198, 198, 5122, 32920, 329, 262, 5711, 287, 1972, 428, 4481, 11, 612, 373, 617, 6276, 13156, 2157, 262, 8188, 13, 220, 198, 2, 12489, 198, 7248, 318, 257, 2657, 983, 810, 1123, 2657, 318, 5447, 416, 257, 6087, 286, 1440, 12608, 25, 5485, 357, 67, 8446, 11, 41186, 11, 393, 2809, 24082, 828, 198, 8043, 357, 445, 11, 14032, 11, 4077, 828, 1271, 357, 505, 11, 734, 11, 393, 1115, 4847, 828, 290, 49065, 357, 9654, 11, 49353, 11, 393, 5901, 737, 383, 2134, 286, 198, 1169, 983, 318, 284, 1064, 5621, 287, 262, 1105, 4116, 7428, 379, 257, 640, 326, 389, 7310, 287, 790, 835, 393, 10411, 287, 655, 530, 835, 198, 7, 68, 13, 70, 13, 477, 286, 262, 976, 3124, 737, 3574, 15312, 25, 317, 900, 10874, 286, 1115, 4116, 543, 15959, 477, 286, 777, 3403, 25, 198, 9, 1119, 477, 423, 262, 976, 1271, 11, 393, 484, 423, 1115, 1180, 3146, 13, 198, 9, 1119, 477, 423, 262, 976, 6194, 11, 393, 484, 423, 1115, 1180, 14354, 13, 198, 9, 1119, 477, 423, 262, 976, 49065, 11, 393, 484, 423, 1115, 1180, 427, 324, 654, 13, 198, 9, 1119, 477, 423, 262, 976, 3124, 11, 393, 484, 423, 1115, 1180, 7577, 13, 198, 464, 3173, 286, 5345, 389, 31880, 416, 25, 1002, 345, 460, 3297, 257, 1448, 286, 1115, 4116, 656, 366, 7571, 286, 220, 1427, 290, 530, 286, 220, 29343, 553, 788, 340, 198, 271, 407, 257, 900, 13, 198, 6214, 262, 685, 48845, 2443, 329, 262, 5345, 983, 16151, 4023, 1378, 268, 13, 31266, 13, 2398, 14, 15466, 14, 7248, 41052, 6057, 59, 4008, 198, 329, 329, 517, 4469, 13, 220, 198, 2, 23412, 12489, 198, 32, 983, 481, 1944, 1105, 4116, 3417, 351, 1440, 3435, 329, 5485, 11, 3124, 11, 1271, 11, 290, 49065, 25, 357, 35, 8, 8446, 11, 357, 46, 8, 2100, 11, 198, 7, 50, 8, 421, 24082, 26, 357, 49, 8, 276, 11, 357, 47, 8, 333, 1154, 11, 357, 38, 8, 1361, 26, 357, 16, 828, 357, 17, 828, 393, 357, 18, 1776, 290, 357, 46, 8, 3617, 11, 357, 39, 8, 14265, 11, 357, 37, 8, 2967, 13, 198, 2, 25235, 12489, 198, 7120, 1430, 815, 1351, 477, 286, 262, 1744, 5621, 287, 262, 983, 286, 1105, 4116, 287, 5621, 286, 15055, 912, 13, 198, 2, 17934, 23412, 198, 220, 220, 220, 6226, 18, 37, 198, 220, 220, 220, 27704, 18, 46, 198, 220, 220, 220, 10560, 17, 37, 198, 220, 220, 220, 6226, 18, 39, 198, 220, 220, 220, 46133, 18, 46, 198, 220, 220, 220, 16808, 16, 39, 198, 220, 220, 220, 26147, 17, 46, 198, 220, 220, 220, 6226, 16, 37, 198, 220, 220, 220, 6226, 18, 46, 198, 220, 220, 220, 6375, 18, 46, 198, 220, 220, 220, 6375, 18, 39, 198, 220, 220, 220, 6375, 17, 39, 198, 2, 17934, 25235, 198, 220, 220, 220, 6226, 18, 37, 16808, 16, 39, 26147, 17, 46, 198, 220, 220, 220, 6226, 18, 37, 46133, 18, 46, 6375, 18, 39, 198, 220, 220, 220, 6226, 18, 37, 6226, 18, 39, 6226, 18, 46, 198, 220, 220, 220, 10560, 17, 37, 16808, 16, 39, 6375, 18, 46, 198, 220, 220, 220, 46133, 18, 46, 6226, 16, 37, 6375, 17, 39, 198, 220, 220, 220, 46133, 18, 46, 6226, 18, 46, 6375, 18, 46, 198, 2, 13879, 23412, 198, 220, 220, 220, 27704, 17, 39, 198, 220, 220, 220, 27704, 16, 37, 198, 220, 220, 220, 16808, 17, 37, 198, 220, 220, 220, 6226, 16, 46, 198, 220, 220, 220, 34498, 18, 37, 198, 220, 220, 220, 6226, 18, 39, 198, 220, 220, 220, 6375, 17, 46, 198, 220, 220, 220, 26147, 18, 46, 198, 220, 220, 220, 46133, 17, 39, 198, 220, 220, 220, 10560, 17, 39, 198, 220, 220, 220, 10560, 16, 46, 198, 220, 220, 220, 10560, 18, 46, 198, 2, 13879, 25235, 198, 220, 220, 220, 27704, 16, 37, 16808, 17, 37, 34498, 18, 37, 198, 220, 220, 220, 27704, 17, 39, 46133, 17, 39, 10560, 17, 39, 220, 198, 220, 220, 220, 27704, 16, 37, 46133, 17, 39, 10560, 18, 46, 220, 198, 220, 220, 220, 16808, 17, 37, 6375, 17, 46, 10560, 17, 39, 220, 198, 220, 220, 220, 6226, 16, 46, 34498, 18, 37, 10560, 17, 39, 220, 198, 220, 220, 220, 34498, 18, 37, 6226, 18, 39, 10560, 18, 46, 198, 37811, 628, 198, 198, 361, 11593, 3672, 834, 6624, 366, 834, 12417, 834, 1298, 198, 220, 220, 220, 1388, 3419, 198 ]
2.700246
814
from torch.nn import Module from torch import nn ##### Part forward without last classification layer for the purpose of FID computing
[ 6738, 28034, 13, 20471, 1330, 19937, 198, 6738, 28034, 1330, 299, 77, 628, 198, 220, 220, 220, 46424, 2142, 2651, 1231, 938, 17923, 7679, 329, 262, 4007, 286, 376, 2389, 14492, 198 ]
4.40625
32
import simplejson as json from decimal import Decimal import datetime from unittest import TestCase from unittest.mock import patch, MagicMock from requests import HTTPError from web_payments_paypal import PaypalProvider, PaypalCardProvider from web_payments import RedirectNeeded, PaymentError, PaymentStatus from web_payments.testcommon import create_test_payment CLIENT_ID = 'abc123' PAYMENT_TOKEN = '5a4dae68-2715-4b1e-8bb2-2c2dbe9255f6' SECRET = '123abc' VARIANT = 'paypal' PROCESS_DATA = { 'name': 'John Doe', 'number': '371449635398431', 'expiration': (datetime.datetime.now()+datetime.timedelta(weeks=3*52)).strftime("%m/%Y"), 'cvv2': '1234'} Payment = create_test_payment(variant=VARIANT, token=PAYMENT_TOKEN) Payment.extra_data = json.dumps({'links': { 'approval_url': None, 'capture': {'href': 'http://capture.com'}, 'refund': {'href': 'http://refund.com'}, 'execute': {'href': 'http://execute.com'} }})
[ 11748, 2829, 17752, 355, 33918, 198, 6738, 32465, 1330, 4280, 4402, 198, 11748, 4818, 8079, 198, 6738, 555, 715, 395, 1330, 6208, 20448, 198, 6738, 555, 715, 395, 13, 76, 735, 1330, 8529, 11, 6139, 44, 735, 198, 6738, 7007, 1330, 14626, 12331, 198, 198, 6738, 3992, 62, 15577, 902, 62, 15577, 18596, 1330, 7119, 18596, 29495, 11, 7119, 18596, 16962, 29495, 198, 6738, 3992, 62, 15577, 902, 1330, 2297, 1060, 23037, 276, 11, 28784, 12331, 11, 28784, 19580, 198, 6738, 3992, 62, 15577, 902, 13, 9288, 11321, 1330, 2251, 62, 9288, 62, 37301, 198, 198, 5097, 28495, 62, 2389, 796, 705, 39305, 10163, 6, 198, 4537, 56, 10979, 62, 10468, 43959, 796, 705, 20, 64, 19, 67, 3609, 3104, 12, 1983, 1314, 12, 19, 65, 16, 68, 12, 23, 11848, 17, 12, 17, 66, 17, 67, 1350, 24, 13381, 69, 21, 6, 198, 23683, 26087, 796, 705, 10163, 39305, 6, 198, 53, 33604, 8643, 796, 705, 15577, 18596, 6, 198, 198, 4805, 4503, 7597, 62, 26947, 796, 1391, 198, 220, 220, 220, 705, 3672, 10354, 705, 7554, 31780, 3256, 198, 220, 220, 220, 705, 17618, 10354, 705, 2718, 1415, 37747, 2327, 2670, 5705, 3132, 3256, 198, 220, 220, 220, 705, 1069, 10514, 10354, 357, 19608, 8079, 13, 19608, 8079, 13, 2197, 3419, 10, 19608, 8079, 13, 16514, 276, 12514, 7, 732, 2573, 28, 18, 9, 4309, 29720, 2536, 31387, 7203, 4, 76, 14, 4, 56, 12340, 198, 220, 220, 220, 705, 66, 25093, 17, 10354, 705, 1065, 2682, 6, 92, 198, 198, 19197, 434, 796, 2251, 62, 9288, 62, 37301, 7, 25641, 415, 28, 53, 33604, 8643, 11, 11241, 28, 4537, 56, 10979, 62, 10468, 43959, 8, 198, 19197, 434, 13, 26086, 62, 7890, 796, 33918, 13, 67, 8142, 15090, 6, 28751, 10354, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 705, 21064, 2100, 62, 6371, 10354, 6045, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 27144, 495, 10354, 1391, 6, 33257, 10354, 705, 4023, 1378, 27144, 495, 13, 785, 6, 5512, 198, 220, 220, 220, 220, 220, 220, 220, 705, 5420, 917, 10354, 1391, 6, 33257, 10354, 705, 4023, 1378, 5420, 917, 13, 785, 6, 5512, 198, 220, 220, 220, 220, 220, 220, 220, 705, 41049, 10354, 1391, 6, 33257, 10354, 705, 4023, 1378, 41049, 13, 785, 6, 92, 198, 220, 220, 220, 1782, 30072, 628, 198 ]
2.482143
392
import nltk import numpy as np import pandas as pd from nltk.sentiment.vader import SentimentIntensityAnalyzer from sklearn.metrics import accuracy_score, classification_report, confusion_matrix nltk.download('vader_lexicon') sid = SentimentIntensityAnalyzer() a = 'This was a good movie' score = sid.polarity_scores(a) print(score) a = 'This was the best, most awesome movie EVER MADE!!!' score = sid.polarity_scores(a) print(score) a = 'This was the worst film to ever disgrace the screen' score = sid.polarity_scores(a) print(score) # Anhand von echten Daten df = pd.read_csv('./TextFiles/amazonreviews.tsv', sep='\t') print(df.head()) print(df['label'].value_counts()) df.dropna(inplace=True) blanks = [] for i,lb,rv in df.itertuples(): # Iteriere über den DataFrame if type(rv)==str: # Vermeide NaN-Werte if rv.isspace(): # Teste 'review' auf Leerzeichen blanks.append(i) # Füge der Liste passende Indizes hinzu df.drop(blanks, inplace=True) print(df['label'].value_counts()) a = df.loc[0]['review'] # erste Zeile aus dem DataFrame score = sid.polarity_scores(a) print(score) # Scores für das ganze DataFrame berechnen und hinzufügen df['scores'] = df['review'].apply(lambda review: sid.polarity_scores(review)) print(df.head()) # Value von compound holen df['compound'] = df['scores'].apply(lambda score_dict: score_dict['compound']) print(df.head()) # compound score berechnen (Anzeige ob positiv oder negativ) df['comp_score'] = df['compound'].apply(lambda c: 'pos' if c >= 0 else 'neg') print(df.head()) # Genauigkeit ausgeben print(accuracy_score(df['label'], df['comp_score'])) # Übersicht ausgeben print(classification_report(df['label'], df['comp_score'])) # Konfusionsmatrix ausgeben print(confusion_matrix(df['label'], df['comp_score']))
[ 11748, 299, 2528, 74, 198, 11748, 299, 32152, 355, 45941, 198, 11748, 19798, 292, 355, 279, 67, 198, 6738, 299, 2528, 74, 13, 34086, 3681, 13, 85, 5067, 1330, 11352, 3681, 5317, 6377, 37702, 9107, 198, 6738, 1341, 35720, 13, 4164, 10466, 1330, 9922, 62, 26675, 11, 17923, 62, 13116, 11, 10802, 62, 6759, 8609, 198, 198, 77, 2528, 74, 13, 15002, 10786, 85, 5067, 62, 2588, 4749, 11537, 198, 198, 30255, 796, 11352, 3681, 5317, 6377, 37702, 9107, 3419, 198, 64, 796, 705, 1212, 373, 257, 922, 3807, 6, 198, 26675, 796, 9785, 13, 79, 6192, 414, 62, 1416, 2850, 7, 64, 8, 198, 198, 4798, 7, 26675, 8, 198, 198, 64, 796, 705, 1212, 373, 262, 1266, 11, 749, 7427, 3807, 20498, 337, 19266, 10185, 6, 198, 26675, 796, 9785, 13, 79, 6192, 414, 62, 1416, 2850, 7, 64, 8, 198, 198, 4798, 7, 26675, 8, 198, 198, 64, 796, 705, 1212, 373, 262, 5290, 2646, 284, 1683, 27690, 262, 3159, 6, 198, 26675, 796, 9785, 13, 79, 6192, 414, 62, 1416, 2850, 7, 64, 8, 198, 198, 4798, 7, 26675, 8, 198, 198, 2, 1052, 4993, 18042, 304, 354, 1452, 16092, 268, 198, 7568, 796, 279, 67, 13, 961, 62, 40664, 7, 4458, 14, 8206, 25876, 14, 33103, 19023, 82, 13, 912, 85, 3256, 41767, 11639, 59, 83, 11537, 198, 4798, 7, 7568, 13, 2256, 28955, 198, 198, 4798, 7, 7568, 17816, 18242, 6, 4083, 8367, 62, 9127, 82, 28955, 198, 7568, 13, 14781, 2616, 7, 259, 5372, 28, 17821, 8, 198, 198, 2436, 2283, 796, 17635, 198, 198, 1640, 1312, 11, 23160, 11, 81, 85, 287, 47764, 13, 270, 861, 84, 2374, 33529, 1303, 40806, 13235, 6184, 120, 527, 2853, 6060, 19778, 198, 220, 220, 220, 611, 2099, 7, 81, 85, 8, 855, 2536, 25, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 4643, 1326, 485, 11013, 45, 12, 54, 263, 660, 198, 220, 220, 220, 220, 220, 220, 220, 611, 374, 85, 13, 747, 10223, 33529, 220, 220, 220, 220, 220, 220, 220, 1303, 6208, 68, 705, 19023, 6, 257, 3046, 1004, 263, 2736, 41437, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 698, 2283, 13, 33295, 7, 72, 8, 220, 220, 220, 1303, 376, 9116, 469, 4587, 7343, 68, 1208, 38396, 1423, 4340, 289, 259, 27624, 198, 198, 7568, 13, 14781, 7, 2436, 2283, 11, 287, 5372, 28, 17821, 8, 198, 198, 4798, 7, 7568, 17816, 18242, 6, 4083, 8367, 62, 9127, 82, 28955, 198, 64, 796, 47764, 13, 17946, 58, 15, 7131, 6, 19023, 20520, 220, 1303, 1931, 4169, 9033, 576, 257, 385, 1357, 6060, 19778, 198, 26675, 796, 9785, 13, 79, 6192, 414, 62, 1416, 2850, 7, 64, 8, 198, 198, 4798, 7, 26675, 8, 198, 198, 2, 44654, 277, 25151, 288, 292, 308, 272, 2736, 6060, 19778, 45303, 1349, 268, 3318, 289, 259, 89, 3046, 9116, 5235, 198, 7568, 17816, 1416, 2850, 20520, 796, 47764, 17816, 19023, 6, 4083, 39014, 7, 50033, 2423, 25, 9785, 13, 79, 6192, 414, 62, 1416, 2850, 7, 19023, 4008, 198, 4798, 7, 7568, 13, 2256, 28955, 198, 198, 2, 11052, 18042, 13061, 6039, 268, 198, 7568, 17816, 5589, 633, 20520, 796, 47764, 17816, 1416, 2850, 6, 4083, 39014, 7, 50033, 4776, 62, 11600, 25, 4776, 62, 11600, 17816, 5589, 633, 6, 12962, 198, 4798, 7, 7568, 13, 2256, 28955, 198, 198, 2, 13061, 4776, 45303, 1349, 268, 357, 2025, 2736, 10045, 909, 46436, 452, 267, 1082, 2469, 265, 452, 8, 198, 7568, 17816, 5589, 62, 26675, 20520, 796, 47764, 17816, 5589, 633, 6, 4083, 39014, 7, 50033, 269, 25, 705, 1930, 6, 611, 269, 18189, 657, 2073, 705, 12480, 11537, 198, 4798, 7, 7568, 13, 2256, 28955, 198, 198, 2, 5215, 559, 328, 365, 270, 257, 385, 469, 11722, 198, 4798, 7, 4134, 23843, 62, 26675, 7, 7568, 17816, 18242, 6, 4357, 47764, 17816, 5589, 62, 26675, 20520, 4008, 198, 2, 49363, 1213, 30830, 257, 385, 469, 11722, 198, 4798, 7, 4871, 2649, 62, 13116, 7, 7568, 17816, 18242, 6, 4357, 47764, 17816, 5589, 62, 26675, 20520, 4008, 198, 2, 17431, 69, 15880, 6759, 8609, 257, 385, 469, 11722, 198, 4798, 7, 10414, 4241, 62, 6759, 8609, 7, 7568, 17816, 18242, 6, 4357, 47764, 17816, 5589, 62, 26675, 20520, 4008 ]
2.549157
712
import numpy as np import torch import torch.nn as nn
[ 11748, 299, 32152, 355, 45941, 198, 11748, 28034, 198, 11748, 28034, 13, 20471, 355, 299, 77, 628, 628, 628 ]
3.105263
19
# ref: https://tutorials-raspberrypi.com/raspberry-pi-servo-motor-control/ import RPi.GPIO as GPIO import time servoPIN = 17 GPIO.setmode(GPIO.BCM) GPIO.setup(servoPIN, GPIO.OUT)
[ 2, 1006, 25, 3740, 1378, 83, 44917, 82, 12, 81, 17653, 14415, 13, 785, 14, 81, 17653, 12, 14415, 12, 3168, 78, 12, 76, 20965, 12, 13716, 14, 198, 198, 11748, 25812, 72, 13, 16960, 9399, 355, 50143, 198, 11748, 640, 198, 198, 3168, 78, 44032, 796, 1596, 198, 16960, 9399, 13, 2617, 14171, 7, 16960, 9399, 13, 2749, 44, 8, 198, 16960, 9399, 13, 40406, 7, 3168, 78, 44032, 11, 50143, 13, 12425, 8, 628 ]
2.394737
76
#!/usr/bin/env python from distutils.core import setup setup(name='Project.Euler', version='0.0.1', description='Python3 implementation of Project Euler problems.', author='Jonathan Madden', )
[ 2, 48443, 14629, 14, 8800, 14, 24330, 21015, 198, 198, 6738, 1233, 26791, 13, 7295, 1330, 9058, 198, 198, 40406, 7, 3672, 11639, 16775, 13, 36, 18173, 3256, 198, 220, 220, 220, 220, 220, 2196, 11639, 15, 13, 15, 13, 16, 3256, 198, 220, 220, 220, 220, 220, 6764, 11639, 37906, 18, 7822, 286, 4935, 412, 18173, 2761, 2637, 11, 198, 220, 220, 220, 220, 220, 1772, 11639, 30365, 38920, 3256, 198, 220, 220, 220, 220, 220, 1267, 198 ]
2.772152
79
from rest_framework.views import APIView, Response from .models import Transaction from rest_framework.permissions import AllowAny from .click_authorization import click_authorization from .serializer import ClickUzSerializer from .status import *
[ 6738, 1334, 62, 30604, 13, 33571, 1330, 3486, 3824, 769, 11, 18261, 198, 6738, 764, 27530, 1330, 45389, 198, 6738, 1334, 62, 30604, 13, 525, 8481, 1330, 22507, 7149, 198, 6738, 764, 12976, 62, 9800, 1634, 1330, 3904, 62, 9800, 1634, 198, 6738, 764, 46911, 7509, 1330, 6914, 52, 89, 32634, 7509, 198, 6738, 764, 13376, 1330, 1635, 628 ]
4.220339
59
from collections import defaultdict instruction_list = lambda:defaultdict(instruction_list) instruction_table = instruction_list() # RV32I ## Branch instruction_table['0x18']['0'] = 'beq' instruction_table['0x18']['1'] = 'bne' instruction_table['0x18']['4'] = 'blt' instruction_table['0x18']['5'] = 'bge' instruction_table['0x18']['6'] = 'bltu' instruction_table['0x18']['7'] = 'bgeu' ## Jump instruction_table['0x19'] = 'jalr' instruction_table['0x1b'] = 'jal' ## Upper Immediate instruction_table['0x0d'] = 'lui' instruction_table['0x05'] = 'auipc' ## Arithmetic & Computation Immediate instruction_table['0x04']['0'] = 'addi' instruction_table['0x04']['1'] = 'slli' instruction_table['0x04']['2'] = 'slti' instruction_table['0x04']['3'] = 'sltiu' instruction_table['0x04']['4'] = 'xori' instruction_table['0x04']['5']['0'] = 'srli' instruction_table['0x04']['5']['16'] = 'srai' instruction_table['0x04']['6'] = 'ori' instruction_table['0x04']['7'] = 'andi' ## Arithmetic & Computation Register to Register instruction_table['0x0c']['0']['0'] = 'add' instruction_table['0x0c']['0']['32'] = 'sub' instruction_table['0x0c']['1']['0'] = 'sll' instruction_table['0x0c']['2']['0'] = 'slt' instruction_table['0x0c']['3']['0'] = 'sltu' instruction_table['0x0c']['4']['0'] = 'xor' instruction_table['0x0c']['5']['0'] = 'srl' instruction_table['0x0c']['5']['32'] = 'sra' instruction_table['0x0c']['6']['0'] = 'or' instruction_table['0x0c']['7']['0'] = 'and' ## Extended Arithmetic & Computation Immediate instruction_table['0x06']['0'] = 'addiw' instruction_table['0x06']['1'] = 'slliw' instruction_table['0x06']['5']['0'] = 'srliw' instruction_table['0x06']['5']['16'] = 'sraiw' ## Extended Arithmetic & Computation Register to Register instruction_table['0x0e']['0']['0'] = 'addw' instruction_table['0x0e']['0']['32'] = 'subw' instruction_table['0x0e']['1']['0'] = 'sllw' instruction_table['0x0e']['5']['0'] = 'srlw' instruction_table['0x0e']['5']['32'] = 'sraw' ## Load instruction_table['0x00']['0'] = 'lb' instruction_table['0x00']['1'] = 'lh' instruction_table['0x00']['2'] = 'lw' instruction_table['0x00']['3'] = 'ld' instruction_table['0x00']['4'] = 'lbu' instruction_table['0x00']['5'] = 'lhu' instruction_table['0x00']['6'] = 'lwu' ## Store instruction_table['0x08']['0'] = 'sb' instruction_table['0x08']['1'] = 'sh' instruction_table['0x08']['2'] = 'sw' instruction_table['0x08']['3'] = 'sd' ## Fence instruction_table['0x03']['0'] = 'fence' instruction_table['0x03']['1'] = 'fence.i' # RV32M instruction_table['0x0c']['0']['1'] = 'mul' instruction_table['0x0c']['1']['1'] = 'mulh' instruction_table['0x0c']['2']['1'] = 'mulhsu' instruction_table['0x0c']['3']['1'] = 'mulhu' instruction_table['0x0c']['4']['1'] = 'div' instruction_table['0x0c']['5']['1'] = 'divu' instruction_table['0x0c']['6']['1'] = 'rem' instruction_table['0x0c']['7']['1'] = 'remu' # RV64M instruction_table['0x0e']['0']['1'] = 'mulw' instruction_table['0x0e']['4']['1'] = 'divw' instruction_table['0x0e']['5']['1'] = 'divuw' instruction_table['0x0e']['6']['1'] = 'remw' instruction_table['0x0e']['7']['1'] = 'remuw' # RV32A instruction_table['0x0b']['2']['0']['0'] = 'amoadd.w' instruction_table['0x0b']['2']['0']['1'] = 'amoxor.w' instruction_table['0x0b']['2']['0']['2'] = 'amoor.w' instruction_table['0x0b']['2']['0']['3'] = 'amoand.w' instruction_table['0x0b']['2']['0']['4'] = 'amomin.w' instruction_table['0x0b']['2']['0']['5'] = 'amomax.w' instruction_table['0x0b']['2']['0']['6'] = 'amominu.w' instruction_table['0x0b']['2']['0']['7'] = 'amomaxu.w' instruction_table['0x0b']['2']['1']['0'] = 'amoswap.w' instruction_table['0x0b']['2']['2']['0'] = 'lr.w' instruction_table['0x0b']['2']['3']['0'] = 'sc.w' # RV64A instruction_table['0x0b']['3']['0']['0'] = 'amoadd.d' instruction_table['0x0b']['3']['0']['1'] = 'amoxor.d' instruction_table['0x0b']['3']['0']['2'] = 'amoor.d' instruction_table['0x0b']['3']['0']['3'] = 'amoand.d' instruction_table['0x0b']['3']['0']['4'] = 'amomin.d' instruction_table['0x0b']['3']['0']['5'] = 'amomax.d' instruction_table['0x0b']['3']['0']['6'] = 'amominu.d' instruction_table['0x0b']['3']['0']['7'] = 'amomaxu.d' instruction_table['0x0b']['3']['1']['0'] = 'amoswap.d' instruction_table['0x0b']['3']['2']['0'] = 'lr.d' instruction_table['0x0b']['3']['3']['0'] = 'sc.d' # F/D EXTENSIONS instruction_table['0x14']['0']['0'] = 'fadd.s' instruction_table['0x14']['1']['0'] = 'fsub.s' instruction_table['0x14']['2']['0'] = 'fmul.s' instruction_table['0x14']['3']['0'] = 'fdiv.s' instruction_table['0x14']['11']['0'] = 'fsqrt.s' instruction_table['0x14']['4']['0']['0'] = 'fsgnj.s' instruction_table['0x14']['4']['0']['1'] = 'fsgnjn.s' instruction_table['0x14']['4']['0']['2'] = 'fsgnjx.s' instruction_table['0x14']['5']['0']['0'] = 'fmin.s' instruction_table['0x14']['5']['0']['1'] = 'fmax.s' instruction_table['0x14']['0']['1'] = 'fadd.d' instruction_table['0x14']['1']['1'] = 'fsub.d' instruction_table['0x14']['2']['1'] = 'fmul.d' instruction_table['0x14']['3']['1'] = 'fdiv.d' instruction_table['0x14']['8']['0'] = 'fcvt.s.d' instruction_table['0x14']['8']['1'] = 'fcvt.d.s' instruction_table['0x14']['11']['1'] = 'fsqrt.d' instruction_table['0x14']['4']['1']['0'] = 'fsgnj.d' instruction_table['0x14']['4']['1']['1'] = 'fsgnjn.d' instruction_table['0x14']['4']['1']['2'] = 'fsgnjx.d' instruction_table['0x14']['5']['1']['0'] = 'fmin.d' instruction_table['0x14']['5']['1']['1'] = 'fmax.s' instruction_table['0x14']['20']['0']['0'] = 'fle.s' instruction_table['0x14']['20']['0']['1'] = 'flt.s' instruction_table['0x14']['20']['0']['2'] = 'feq.s' instruction_table['0x14']['20']['1']['0'] = 'fle.d' instruction_table['0x14']['20']['1']['1'] = 'flt.d' instruction_table['0x14']['20']['1']['2'] = 'feq.d' instruction_table['0x14']['24']['0']['0'] = 'fcvt.w.s' instruction_table['0x14']['24']['0']['1'] = 'fcvt.wu.s' instruction_table['0x14']['24']['0']['2'] = 'fcvt.l.s' instruction_table['0x14']['24']['0']['3'] = 'fcvt.lu.s' instruction_table['0x14']['28']['0']['0']['0'] = 'fmv.x.s' instruction_table['0x14']['28']['0']['0']['1'] = 'fclass.s' instruction_table['0x14']['24']['1']['0'] = 'fcvt.w.d' instruction_table['0x14']['24']['1']['1'] = 'fcvt.wu.d' instruction_table['0x14']['24']['1']['2'] = 'fcvt.l.d' instruction_table['0x14']['24']['1']['3'] = 'fcvt.lu.d' instruction_table['0x14']['28']['1']['0']['0'] = 'fmv.x.d' instruction_table['0x14']['28']['1']['0']['1'] = 'fclass.d' instruction_table['0x14']['26']['0']['0'] = 'fcvt.s.w' instruction_table['0x14']['26']['0']['1'] = 'fcvt.s.wu' instruction_table['0x14']['26']['0']['2'] = 'fcvt.s.l' instruction_table['0x14']['26']['0']['3'] = 'fcvt.s.lu' instruction_table['0x14']['26']['1']['0'] = 'fcvt.d.w' instruction_table['0x14']['26']['1']['1'] = 'fcvt.d.wu' instruction_table['0x14']['26']['1']['2'] = 'fcvt.d.l' instruction_table['0x14']['26']['1']['3'] = 'fcvt.d.lu' instruction_table['0x14']['30']['0']['0'] = 'fmv.s.x' instruction_table['0x14']['30']['1']['0'] = 'fmv.d.x' instruction_table['0x01']['2'] = 'flw' instruction_table['0x01']['3'] = 'fld' instruction_table['0x09']['2'] = 'fsw' instruction_table['0x09']['3'] = 'fsd' instruction_table['0x10']['0'] = 'fmadd.s' instruction_table['0x11']['0'] = 'fmsub.s' instruction_table['0x12']['0'] = 'fnmsub.s' instruction_table['0x13']['0'] = 'fnmadd.s' instruction_table['0x10']['1'] = 'fmadd.d' instruction_table['0x11']['1'] = 'fmsub.d' instruction_table['0x12']['1'] = 'fnmsub.d' instruction_table['0x13']['1'] = 'fnmadd.d' # SYSTEM instruction_table['0x1c']['0']['0'] = 'ecall' instruction_table['0x1c']['0']['1'] = 'ebreak' instruction_table['0x1c']['0']['2'] = 'uret' instruction_table['0x1c']['0']['258'] = 'sret' instruction_table['0x1c']['0']['514'] = 'hret' instruction_table['0x1c']['0']['770'] = 'mret' instruction_table['0x1c']['0']['260'] = 'sfence.vm' instruction_table['0x1c']['0']['261'] = 'wfi' instruction_table['0x1c']['1'] = 'csrrw' instruction_table['0x1c']['2'] = 'csrrs' instruction_table['0x1c']['3'] = 'csrrc' instruction_table['0x1c']['5'] = 'csrrwi' instruction_table['0x1c']['6'] = 'csrrsi' instruction_table['0x1c']['7'] = 'csrrci'
[ 6738, 17268, 1330, 4277, 11600, 198, 198, 8625, 2762, 62, 4868, 796, 37456, 25, 12286, 11600, 7, 8625, 2762, 62, 4868, 8, 198, 8625, 2762, 62, 11487, 796, 12064, 62, 4868, 3419, 198, 198, 2, 31367, 2624, 40, 198, 2235, 20551, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1507, 6, 7131, 6, 15, 20520, 796, 705, 1350, 80, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1507, 6, 7131, 6, 16, 20520, 796, 705, 65, 710, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1507, 6, 7131, 6, 19, 20520, 796, 705, 2436, 83, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1507, 6, 7131, 6, 20, 20520, 796, 705, 65, 469, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1507, 6, 7131, 6, 21, 20520, 796, 705, 2436, 28047, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1507, 6, 7131, 6, 22, 20520, 796, 705, 65, 469, 84, 6, 198, 2235, 15903, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1129, 20520, 796, 705, 73, 282, 81, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 16, 65, 20520, 796, 705, 73, 282, 6, 198, 2235, 20390, 1846, 13857, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 15, 67, 20520, 796, 705, 2290, 72, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 2713, 20520, 796, 705, 559, 541, 66, 6, 198, 2235, 943, 29848, 1222, 22476, 341, 1846, 13857, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 3023, 6, 7131, 6, 15, 20520, 796, 705, 2860, 72, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 3023, 6, 7131, 6, 16, 20520, 796, 705, 82, 15516, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 3023, 6, 7131, 6, 17, 20520, 796, 705, 82, 2528, 72, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 3023, 6, 7131, 6, 18, 20520, 796, 705, 82, 2528, 16115, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 3023, 6, 7131, 6, 19, 20520, 796, 705, 87, 10145, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 3023, 6, 7131, 6, 20, 6, 7131, 6, 15, 20520, 796, 705, 27891, 4528, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 3023, 6, 7131, 6, 20, 6, 7131, 6, 1433, 20520, 796, 705, 82, 430, 72, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 3023, 6, 7131, 6, 21, 20520, 796, 705, 10145, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 3023, 6, 7131, 6, 22, 20520, 796, 705, 26800, 6, 198, 2235, 943, 29848, 1222, 22476, 341, 17296, 284, 17296, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 15, 66, 6, 7131, 6, 15, 6, 7131, 6, 15, 20520, 796, 705, 2860, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 15, 66, 6, 7131, 6, 15, 6, 7131, 6, 2624, 20520, 796, 705, 7266, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 15, 66, 6, 7131, 6, 16, 6, 7131, 6, 15, 20520, 796, 705, 82, 297, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 15, 66, 6, 7131, 6, 17, 6, 7131, 6, 15, 20520, 796, 705, 82, 2528, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 15, 66, 6, 7131, 6, 18, 6, 7131, 6, 15, 20520, 796, 705, 82, 2528, 84, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 15, 66, 6, 7131, 6, 19, 6, 7131, 6, 15, 20520, 796, 705, 87, 273, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 15, 66, 6, 7131, 6, 20, 6, 7131, 6, 15, 20520, 796, 705, 27891, 75, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 15, 66, 6, 7131, 6, 20, 6, 7131, 6, 2624, 20520, 796, 705, 82, 430, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 15, 66, 6, 7131, 6, 21, 6, 7131, 6, 15, 20520, 796, 705, 273, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 15, 66, 6, 7131, 6, 22, 6, 7131, 6, 15, 20520, 796, 705, 392, 6, 198, 2235, 24204, 943, 29848, 1222, 22476, 341, 1846, 13857, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 3312, 6, 7131, 6, 15, 20520, 796, 705, 2860, 14246, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 3312, 6, 7131, 6, 16, 20520, 796, 705, 82, 297, 14246, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 3312, 6, 7131, 6, 20, 6, 7131, 6, 15, 20520, 796, 705, 27891, 4528, 86, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 3312, 6, 7131, 6, 20, 6, 7131, 6, 1433, 20520, 796, 705, 82, 430, 14246, 6, 198, 2235, 24204, 943, 29848, 1222, 22476, 341, 17296, 284, 17296, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 15, 68, 6, 7131, 6, 15, 6, 7131, 6, 15, 20520, 796, 705, 2860, 86, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 15, 68, 6, 7131, 6, 15, 6, 7131, 6, 2624, 20520, 796, 705, 7266, 86, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 15, 68, 6, 7131, 6, 16, 6, 7131, 6, 15, 20520, 796, 705, 82, 297, 86, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 15, 68, 6, 7131, 6, 20, 6, 7131, 6, 15, 20520, 796, 705, 27891, 75, 86, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 15, 68, 6, 7131, 6, 20, 6, 7131, 6, 2624, 20520, 796, 705, 82, 1831, 6, 198, 2235, 8778, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 405, 6, 7131, 6, 15, 20520, 796, 705, 23160, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 405, 6, 7131, 6, 16, 20520, 796, 705, 75, 71, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 405, 6, 7131, 6, 17, 20520, 796, 705, 75, 86, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 405, 6, 7131, 6, 18, 20520, 796, 705, 335, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 405, 6, 7131, 6, 19, 20520, 796, 705, 75, 11110, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 405, 6, 7131, 6, 20, 20520, 796, 705, 75, 13415, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 405, 6, 7131, 6, 21, 20520, 796, 705, 75, 43812, 6, 198, 2235, 9363, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 2919, 6, 7131, 6, 15, 20520, 796, 705, 36299, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 2919, 6, 7131, 6, 16, 20520, 796, 705, 1477, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 2919, 6, 7131, 6, 17, 20520, 796, 705, 2032, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 2919, 6, 7131, 6, 18, 20520, 796, 705, 21282, 6, 198, 2235, 376, 594, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 3070, 6, 7131, 6, 15, 20520, 796, 705, 69, 594, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 3070, 6, 7131, 6, 16, 20520, 796, 705, 69, 594, 13, 72, 6, 198, 2, 31367, 2624, 44, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 15, 66, 6, 7131, 6, 15, 6, 7131, 6, 16, 20520, 796, 705, 76, 377, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 15, 66, 6, 7131, 6, 16, 6, 7131, 6, 16, 20520, 796, 705, 76, 377, 71, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 15, 66, 6, 7131, 6, 17, 6, 7131, 6, 16, 20520, 796, 705, 76, 377, 71, 2385, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 15, 66, 6, 7131, 6, 18, 6, 7131, 6, 16, 20520, 796, 705, 76, 36828, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 15, 66, 6, 7131, 6, 19, 6, 7131, 6, 16, 20520, 796, 705, 7146, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 15, 66, 6, 7131, 6, 20, 6, 7131, 6, 16, 20520, 796, 705, 7146, 84, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 15, 66, 6, 7131, 6, 21, 6, 7131, 6, 16, 20520, 796, 705, 2787, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 15, 66, 6, 7131, 6, 22, 6, 7131, 6, 16, 20520, 796, 705, 2787, 84, 6, 198, 2, 31367, 2414, 44, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 15, 68, 6, 7131, 6, 15, 6, 7131, 6, 16, 20520, 796, 705, 76, 377, 86, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 15, 68, 6, 7131, 6, 19, 6, 7131, 6, 16, 20520, 796, 705, 7146, 86, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 15, 68, 6, 7131, 6, 20, 6, 7131, 6, 16, 20520, 796, 705, 7146, 84, 86, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 15, 68, 6, 7131, 6, 21, 6, 7131, 6, 16, 20520, 796, 705, 2787, 86, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 15, 68, 6, 7131, 6, 22, 6, 7131, 6, 16, 20520, 796, 705, 2787, 84, 86, 6, 198, 198, 2, 31367, 2624, 32, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 15, 65, 6, 7131, 6, 17, 6, 7131, 6, 15, 6, 7131, 6, 15, 20520, 796, 705, 321, 1170, 67, 13, 86, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 15, 65, 6, 7131, 6, 17, 6, 7131, 6, 15, 6, 7131, 6, 16, 20520, 796, 705, 321, 1140, 273, 13, 86, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 15, 65, 6, 7131, 6, 17, 6, 7131, 6, 15, 6, 7131, 6, 17, 20520, 796, 705, 321, 2675, 13, 86, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 15, 65, 6, 7131, 6, 17, 6, 7131, 6, 15, 6, 7131, 6, 18, 20520, 796, 705, 18811, 392, 13, 86, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 15, 65, 6, 7131, 6, 17, 6, 7131, 6, 15, 6, 7131, 6, 19, 20520, 796, 705, 321, 6351, 13, 86, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 15, 65, 6, 7131, 6, 17, 6, 7131, 6, 15, 6, 7131, 6, 20, 20520, 796, 705, 321, 296, 897, 13, 86, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 15, 65, 6, 7131, 6, 17, 6, 7131, 6, 15, 6, 7131, 6, 21, 20520, 796, 705, 321, 6351, 84, 13, 86, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 15, 65, 6, 7131, 6, 17, 6, 7131, 6, 15, 6, 7131, 6, 22, 20520, 796, 705, 321, 296, 897, 84, 13, 86, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 15, 65, 6, 7131, 6, 17, 6, 7131, 6, 16, 6, 7131, 6, 15, 20520, 796, 705, 321, 418, 86, 499, 13, 86, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 15, 65, 6, 7131, 6, 17, 6, 7131, 6, 17, 6, 7131, 6, 15, 20520, 796, 705, 14050, 13, 86, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 15, 65, 6, 7131, 6, 17, 6, 7131, 6, 18, 6, 7131, 6, 15, 20520, 796, 705, 1416, 13, 86, 6, 198, 2, 31367, 2414, 32, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 15, 65, 6, 7131, 6, 18, 6, 7131, 6, 15, 6, 7131, 6, 15, 20520, 796, 705, 321, 1170, 67, 13, 67, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 15, 65, 6, 7131, 6, 18, 6, 7131, 6, 15, 6, 7131, 6, 16, 20520, 796, 705, 321, 1140, 273, 13, 67, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 15, 65, 6, 7131, 6, 18, 6, 7131, 6, 15, 6, 7131, 6, 17, 20520, 796, 705, 321, 2675, 13, 67, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 15, 65, 6, 7131, 6, 18, 6, 7131, 6, 15, 6, 7131, 6, 18, 20520, 796, 705, 18811, 392, 13, 67, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 15, 65, 6, 7131, 6, 18, 6, 7131, 6, 15, 6, 7131, 6, 19, 20520, 796, 705, 321, 6351, 13, 67, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 15, 65, 6, 7131, 6, 18, 6, 7131, 6, 15, 6, 7131, 6, 20, 20520, 796, 705, 321, 296, 897, 13, 67, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 15, 65, 6, 7131, 6, 18, 6, 7131, 6, 15, 6, 7131, 6, 21, 20520, 796, 705, 321, 6351, 84, 13, 67, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 15, 65, 6, 7131, 6, 18, 6, 7131, 6, 15, 6, 7131, 6, 22, 20520, 796, 705, 321, 296, 897, 84, 13, 67, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 15, 65, 6, 7131, 6, 18, 6, 7131, 6, 16, 6, 7131, 6, 15, 20520, 796, 705, 321, 418, 86, 499, 13, 67, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 15, 65, 6, 7131, 6, 18, 6, 7131, 6, 17, 6, 7131, 6, 15, 20520, 796, 705, 14050, 13, 67, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 15, 65, 6, 7131, 6, 18, 6, 7131, 6, 18, 6, 7131, 6, 15, 20520, 796, 705, 1416, 13, 67, 6, 198, 2, 376, 14, 35, 27489, 16938, 11053, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1415, 6, 7131, 6, 15, 6, 7131, 6, 15, 20520, 796, 705, 69, 2860, 13, 82, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1415, 6, 7131, 6, 16, 6, 7131, 6, 15, 20520, 796, 705, 69, 7266, 13, 82, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1415, 6, 7131, 6, 17, 6, 7131, 6, 15, 20520, 796, 705, 38353, 377, 13, 82, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1415, 6, 7131, 6, 18, 6, 7131, 6, 15, 20520, 796, 705, 69, 7146, 13, 82, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1415, 6, 7131, 6, 1157, 6, 7131, 6, 15, 20520, 796, 705, 9501, 80, 17034, 13, 82, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1415, 6, 7131, 6, 19, 6, 7131, 6, 15, 6, 7131, 6, 15, 20520, 796, 705, 9501, 4593, 73, 13, 82, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1415, 6, 7131, 6, 19, 6, 7131, 6, 15, 6, 7131, 6, 16, 20520, 796, 705, 9501, 4593, 73, 77, 13, 82, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1415, 6, 7131, 6, 19, 6, 7131, 6, 15, 6, 7131, 6, 17, 20520, 796, 705, 9501, 4593, 73, 87, 13, 82, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1415, 6, 7131, 6, 20, 6, 7131, 6, 15, 6, 7131, 6, 15, 20520, 796, 705, 69, 1084, 13, 82, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1415, 6, 7131, 6, 20, 6, 7131, 6, 15, 6, 7131, 6, 16, 20520, 796, 705, 69, 9806, 13, 82, 6, 198, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1415, 6, 7131, 6, 15, 6, 7131, 6, 16, 20520, 796, 705, 69, 2860, 13, 67, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1415, 6, 7131, 6, 16, 6, 7131, 6, 16, 20520, 796, 705, 69, 7266, 13, 67, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1415, 6, 7131, 6, 17, 6, 7131, 6, 16, 20520, 796, 705, 38353, 377, 13, 67, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1415, 6, 7131, 6, 18, 6, 7131, 6, 16, 20520, 796, 705, 69, 7146, 13, 67, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1415, 6, 7131, 6, 23, 6, 7131, 6, 15, 20520, 796, 705, 16072, 36540, 13, 82, 13, 67, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1415, 6, 7131, 6, 23, 6, 7131, 6, 16, 20520, 796, 705, 16072, 36540, 13, 67, 13, 82, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1415, 6, 7131, 6, 1157, 6, 7131, 6, 16, 20520, 796, 705, 9501, 80, 17034, 13, 67, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1415, 6, 7131, 6, 19, 6, 7131, 6, 16, 6, 7131, 6, 15, 20520, 796, 705, 9501, 4593, 73, 13, 67, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1415, 6, 7131, 6, 19, 6, 7131, 6, 16, 6, 7131, 6, 16, 20520, 796, 705, 9501, 4593, 73, 77, 13, 67, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1415, 6, 7131, 6, 19, 6, 7131, 6, 16, 6, 7131, 6, 17, 20520, 796, 705, 9501, 4593, 73, 87, 13, 67, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1415, 6, 7131, 6, 20, 6, 7131, 6, 16, 6, 7131, 6, 15, 20520, 796, 705, 69, 1084, 13, 67, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1415, 6, 7131, 6, 20, 6, 7131, 6, 16, 6, 7131, 6, 16, 20520, 796, 705, 69, 9806, 13, 82, 6, 198, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1415, 6, 7131, 6, 1238, 6, 7131, 6, 15, 6, 7131, 6, 15, 20520, 796, 705, 27919, 13, 82, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1415, 6, 7131, 6, 1238, 6, 7131, 6, 15, 6, 7131, 6, 16, 20520, 796, 705, 69, 2528, 13, 82, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1415, 6, 7131, 6, 1238, 6, 7131, 6, 15, 6, 7131, 6, 17, 20520, 796, 705, 5036, 80, 13, 82, 6, 198, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1415, 6, 7131, 6, 1238, 6, 7131, 6, 16, 6, 7131, 6, 15, 20520, 796, 705, 27919, 13, 67, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1415, 6, 7131, 6, 1238, 6, 7131, 6, 16, 6, 7131, 6, 16, 20520, 796, 705, 69, 2528, 13, 67, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1415, 6, 7131, 6, 1238, 6, 7131, 6, 16, 6, 7131, 6, 17, 20520, 796, 705, 5036, 80, 13, 67, 6, 198, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1415, 6, 7131, 6, 1731, 6, 7131, 6, 15, 6, 7131, 6, 15, 20520, 796, 705, 16072, 36540, 13, 86, 13, 82, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1415, 6, 7131, 6, 1731, 6, 7131, 6, 15, 6, 7131, 6, 16, 20520, 796, 705, 16072, 36540, 13, 43812, 13, 82, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1415, 6, 7131, 6, 1731, 6, 7131, 6, 15, 6, 7131, 6, 17, 20520, 796, 705, 16072, 36540, 13, 75, 13, 82, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1415, 6, 7131, 6, 1731, 6, 7131, 6, 15, 6, 7131, 6, 18, 20520, 796, 705, 16072, 36540, 13, 2290, 13, 82, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1415, 6, 7131, 6, 2078, 6, 7131, 6, 15, 6, 7131, 6, 15, 6, 7131, 6, 15, 20520, 796, 705, 38353, 85, 13, 87, 13, 82, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1415, 6, 7131, 6, 2078, 6, 7131, 6, 15, 6, 7131, 6, 15, 6, 7131, 6, 16, 20520, 796, 705, 69, 4871, 13, 82, 6, 198, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1415, 6, 7131, 6, 1731, 6, 7131, 6, 16, 6, 7131, 6, 15, 20520, 796, 705, 16072, 36540, 13, 86, 13, 67, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1415, 6, 7131, 6, 1731, 6, 7131, 6, 16, 6, 7131, 6, 16, 20520, 796, 705, 16072, 36540, 13, 43812, 13, 67, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1415, 6, 7131, 6, 1731, 6, 7131, 6, 16, 6, 7131, 6, 17, 20520, 796, 705, 16072, 36540, 13, 75, 13, 67, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1415, 6, 7131, 6, 1731, 6, 7131, 6, 16, 6, 7131, 6, 18, 20520, 796, 705, 16072, 36540, 13, 2290, 13, 67, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1415, 6, 7131, 6, 2078, 6, 7131, 6, 16, 6, 7131, 6, 15, 6, 7131, 6, 15, 20520, 796, 705, 38353, 85, 13, 87, 13, 67, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1415, 6, 7131, 6, 2078, 6, 7131, 6, 16, 6, 7131, 6, 15, 6, 7131, 6, 16, 20520, 796, 705, 69, 4871, 13, 67, 6, 198, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1415, 6, 7131, 6, 2075, 6, 7131, 6, 15, 6, 7131, 6, 15, 20520, 796, 705, 16072, 36540, 13, 82, 13, 86, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1415, 6, 7131, 6, 2075, 6, 7131, 6, 15, 6, 7131, 6, 16, 20520, 796, 705, 16072, 36540, 13, 82, 13, 43812, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1415, 6, 7131, 6, 2075, 6, 7131, 6, 15, 6, 7131, 6, 17, 20520, 796, 705, 16072, 36540, 13, 82, 13, 75, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1415, 6, 7131, 6, 2075, 6, 7131, 6, 15, 6, 7131, 6, 18, 20520, 796, 705, 16072, 36540, 13, 82, 13, 2290, 6, 198, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1415, 6, 7131, 6, 2075, 6, 7131, 6, 16, 6, 7131, 6, 15, 20520, 796, 705, 16072, 36540, 13, 67, 13, 86, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1415, 6, 7131, 6, 2075, 6, 7131, 6, 16, 6, 7131, 6, 16, 20520, 796, 705, 16072, 36540, 13, 67, 13, 43812, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1415, 6, 7131, 6, 2075, 6, 7131, 6, 16, 6, 7131, 6, 17, 20520, 796, 705, 16072, 36540, 13, 67, 13, 75, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1415, 6, 7131, 6, 2075, 6, 7131, 6, 16, 6, 7131, 6, 18, 20520, 796, 705, 16072, 36540, 13, 67, 13, 2290, 6, 198, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1415, 6, 7131, 6, 1270, 6, 7131, 6, 15, 6, 7131, 6, 15, 20520, 796, 705, 38353, 85, 13, 82, 13, 87, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1415, 6, 7131, 6, 1270, 6, 7131, 6, 16, 6, 7131, 6, 15, 20520, 796, 705, 38353, 85, 13, 67, 13, 87, 6, 198, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 486, 6, 7131, 6, 17, 20520, 796, 705, 2704, 86, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 486, 6, 7131, 6, 18, 20520, 796, 705, 69, 335, 6, 198, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 2931, 6, 7131, 6, 17, 20520, 796, 705, 69, 2032, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 2931, 6, 7131, 6, 18, 20520, 796, 705, 9501, 67, 6, 198, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 940, 6, 7131, 6, 15, 20520, 796, 705, 38353, 2860, 13, 82, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1157, 6, 7131, 6, 15, 20520, 796, 705, 69, 907, 549, 13, 82, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1065, 6, 7131, 6, 15, 20520, 796, 705, 22184, 907, 549, 13, 82, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1485, 6, 7131, 6, 15, 20520, 796, 705, 69, 21533, 2860, 13, 82, 6, 198, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 940, 6, 7131, 6, 16, 20520, 796, 705, 38353, 2860, 13, 67, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1157, 6, 7131, 6, 16, 20520, 796, 705, 69, 907, 549, 13, 67, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1065, 6, 7131, 6, 16, 20520, 796, 705, 22184, 907, 549, 13, 67, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 1485, 6, 7131, 6, 16, 20520, 796, 705, 69, 21533, 2860, 13, 67, 6, 198, 2, 36230, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 16, 66, 6, 7131, 6, 15, 6, 7131, 6, 15, 20520, 796, 705, 721, 439, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 16, 66, 6, 7131, 6, 15, 6, 7131, 6, 16, 20520, 796, 705, 1765, 260, 461, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 16, 66, 6, 7131, 6, 15, 6, 7131, 6, 17, 20520, 796, 705, 495, 83, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 16, 66, 6, 7131, 6, 15, 6, 7131, 6, 25600, 20520, 796, 705, 82, 1186, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 16, 66, 6, 7131, 6, 15, 6, 7131, 6, 47396, 20520, 796, 705, 71, 1186, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 16, 66, 6, 7131, 6, 15, 6, 7131, 6, 41820, 20520, 796, 705, 76, 1186, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 16, 66, 6, 7131, 6, 15, 6, 7131, 6, 21719, 20520, 796, 705, 28202, 594, 13, 14761, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 16, 66, 6, 7131, 6, 15, 6, 7131, 6, 30057, 20520, 796, 705, 86, 12463, 6, 198, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 16, 66, 6, 7131, 6, 16, 20520, 796, 705, 6359, 21062, 86, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 16, 66, 6, 7131, 6, 17, 20520, 796, 705, 6359, 81, 3808, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 16, 66, 6, 7131, 6, 18, 20520, 796, 705, 6359, 81, 6015, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 16, 66, 6, 7131, 6, 20, 20520, 796, 705, 6359, 21062, 37686, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 16, 66, 6, 7131, 6, 21, 20520, 796, 705, 6359, 81, 3808, 72, 6, 198, 8625, 2762, 62, 11487, 17816, 15, 87, 16, 66, 6, 7131, 6, 22, 20520, 796, 705, 6359, 21062, 979, 6, 198 ]
1.918107
4,225
# Podemos modificar a saídas dos números sem modificar os valores reais # Ex: Número 2 => Valor é 2. Saída => 2.00 => Valor ainda é 2 # Número 2.5 => Valor é 2.5 Saída => 2 => Valor ainda é 2.5 numero = 1.61 print(numero) # Para inteiros uso o 'd' e para floats uso o 'f' # para numeros quebrados ele arredonda print('{:.2f}'.format(numero)) print('{:.1f}'.format(numero)) print('{:.0f}'.format(numero)) print(f'{numero:.2f}') print(f'{numero:.1f}') print(f'{numero:.0f}')
[ 2, 17437, 368, 418, 953, 811, 283, 257, 473, 8836, 67, 292, 23430, 299, 21356, 647, 418, 5026, 953, 811, 283, 28686, 1188, 2850, 302, 15152, 198, 2, 1475, 25, 399, 21356, 647, 78, 362, 5218, 3254, 273, 38251, 362, 13, 10318, 8836, 6814, 5218, 362, 13, 405, 5218, 3254, 273, 257, 22261, 38251, 362, 198, 2, 399, 21356, 647, 78, 362, 13, 20, 5218, 3254, 273, 38251, 362, 13, 20, 10318, 8836, 6814, 5218, 362, 5218, 3254, 273, 257, 22261, 38251, 362, 13, 20, 198, 198, 22510, 3529, 796, 352, 13, 5333, 198, 4798, 7, 22510, 3529, 8, 198, 198, 2, 2547, 64, 493, 20295, 4951, 514, 78, 267, 705, 67, 6, 304, 31215, 36016, 514, 78, 267, 705, 69, 6, 198, 2, 31215, 5470, 418, 8358, 1671, 22484, 9766, 610, 445, 13533, 198, 198, 4798, 10786, 90, 25, 13, 17, 69, 92, 4458, 18982, 7, 22510, 3529, 4008, 198, 4798, 10786, 90, 25, 13, 16, 69, 92, 4458, 18982, 7, 22510, 3529, 4008, 198, 4798, 10786, 90, 25, 13, 15, 69, 92, 4458, 18982, 7, 22510, 3529, 4008, 198, 198, 4798, 7, 69, 6, 90, 22510, 3529, 25, 13, 17, 69, 92, 11537, 198, 4798, 7, 69, 6, 90, 22510, 3529, 25, 13, 16, 69, 92, 11537, 198, 4798, 7, 69, 6, 90, 22510, 3529, 25, 13, 15, 69, 92, 11537, 198 ]
2.129464
224
from rest_framework import viewsets from rest_framework.response import Response from . serializers import * from . models import * from . api_renderers import GeoJsonRenderer from rest_framework.settings import api_settings
[ 6738, 1334, 62, 30604, 1330, 5009, 1039, 198, 6738, 1334, 62, 30604, 13, 26209, 1330, 18261, 198, 6738, 764, 11389, 11341, 1330, 1635, 198, 6738, 764, 4981, 1330, 1635, 198, 6738, 764, 40391, 62, 10920, 19288, 1330, 32960, 41, 1559, 49, 437, 11882, 198, 6738, 1334, 62, 30604, 13, 33692, 1330, 40391, 62, 33692, 628, 628, 198 ]
4.017544
57
import os import tornado.ioloop import tornado.web port = os.environ.get('PORT', 8080) if __name__ == "__main__": app = make_app() app.listen(port) tornado.ioloop.IOLoop.current().start()
[ 11748, 28686, 198, 198, 11748, 33718, 13, 1669, 11224, 198, 11748, 33718, 13, 12384, 198, 198, 634, 796, 28686, 13, 268, 2268, 13, 1136, 10786, 15490, 3256, 4019, 1795, 8, 198, 198, 361, 11593, 3672, 834, 6624, 366, 834, 12417, 834, 1298, 198, 220, 220, 220, 598, 796, 787, 62, 1324, 3419, 198, 220, 220, 220, 598, 13, 4868, 268, 7, 634, 8, 198, 220, 220, 220, 33718, 13, 1669, 11224, 13, 40, 3535, 11224, 13, 14421, 22446, 9688, 3419, 198 ]
2.506173
81
""" backend URL Configuration See the voter_validation folder for more details. """ import backend.settings as settings from django.conf.urls import include, url from django.contrib import admin from django.views.generic import RedirectView urlpatterns = [ url(r'^private/admin/', include(admin.site.urls)), url(r'^', include('voter_validation.urls')), url(r'^favicon.ico$', RedirectView.as_view( url=settings.STATIC_URL + "favicon.ico", permanent=False), name="favicon"), # Keep robots away from herokuapp website. url(r'^robots\.txt', include('hide_herokuapp.urls')), ] if settings.DEBUG: import debug_toolbar urlpatterns = [ url(r'^__debug__/', include(debug_toolbar.urls)), ] + urlpatterns
[ 37811, 198, 1891, 437, 10289, 28373, 198, 6214, 262, 10765, 62, 12102, 341, 9483, 329, 517, 3307, 13, 198, 37811, 198, 11748, 30203, 13, 33692, 355, 6460, 198, 6738, 42625, 14208, 13, 10414, 13, 6371, 82, 1330, 2291, 11, 19016, 198, 6738, 42625, 14208, 13, 3642, 822, 1330, 13169, 198, 6738, 42625, 14208, 13, 33571, 13, 41357, 1330, 2297, 1060, 7680, 198, 198, 6371, 33279, 82, 796, 685, 198, 220, 220, 220, 19016, 7, 81, 6, 61, 19734, 14, 28482, 14, 3256, 2291, 7, 28482, 13, 15654, 13, 6371, 82, 36911, 198, 220, 220, 220, 19016, 7, 81, 6, 61, 3256, 2291, 10786, 85, 19543, 62, 12102, 341, 13, 6371, 82, 11537, 828, 628, 220, 220, 220, 19016, 7, 81, 6, 61, 69, 615, 4749, 13, 3713, 3, 3256, 2297, 1060, 7680, 13, 292, 62, 1177, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 19016, 28, 33692, 13, 35744, 2149, 62, 21886, 1343, 366, 69, 615, 4749, 13, 3713, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7748, 28, 25101, 828, 198, 220, 220, 220, 220, 220, 220, 220, 1438, 2625, 69, 615, 4749, 12340, 628, 220, 220, 220, 1303, 9175, 14193, 1497, 422, 4293, 23063, 1324, 3052, 13, 198, 220, 220, 220, 19016, 7, 81, 6, 61, 22609, 1747, 17405, 14116, 3256, 2291, 10786, 24717, 62, 11718, 23063, 1324, 13, 6371, 82, 11537, 828, 198, 60, 628, 198, 361, 6460, 13, 30531, 25, 198, 220, 220, 220, 1330, 14257, 62, 25981, 5657, 198, 220, 220, 220, 19016, 33279, 82, 796, 685, 198, 220, 220, 220, 220, 220, 220, 220, 19016, 7, 81, 6, 61, 834, 24442, 834, 14, 3256, 2291, 7, 24442, 62, 25981, 5657, 13, 6371, 82, 36911, 198, 220, 220, 220, 2361, 1343, 19016, 33279, 82, 198 ]
2.57
300
import requests from bs4 import BeautifulSoup
[ 11748, 7007, 198, 6738, 275, 82, 19, 1330, 23762, 50, 10486 ]
4.090909
11
from .models import WALL, EMPTY from .a_star_search import reconstruct_path, end_reached START = 100 GOAL = 200 HORIZONTAL_PATH = 300 VERTICAL_PATH = 400 CHAR_MAPPING = { WALL: '#', EMPTY: ' ', GOAL: 'E', HORIZONTAL_PATH: '-', VERTICAL_PATH: '|', START: 'S' }
[ 6738, 764, 27530, 1330, 370, 7036, 11, 38144, 9936, 198, 6738, 764, 64, 62, 7364, 62, 12947, 1330, 31081, 62, 6978, 11, 886, 62, 260, 2317, 628, 198, 2257, 7227, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 796, 1802, 198, 11230, 1847, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 796, 939, 198, 39, 1581, 14887, 35830, 1847, 62, 34219, 796, 5867, 198, 15858, 20151, 62, 34219, 220, 220, 796, 7337, 198, 198, 38019, 62, 44, 24805, 2751, 796, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 370, 7036, 25, 705, 2, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 38144, 9936, 25, 705, 46083, 198, 220, 220, 220, 220, 220, 220, 220, 10351, 1847, 25, 705, 36, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 48345, 14887, 35830, 1847, 62, 34219, 25, 705, 12, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 569, 17395, 20151, 62, 34219, 25, 705, 91, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 33303, 25, 705, 50, 6, 198, 92, 628 ]
1.882022
178
if __name__ == "__main__": generator = parrot() generator.send(None) generator.send("Hello") generator.send("World")
[ 198, 198, 361, 11593, 3672, 834, 6624, 366, 834, 12417, 834, 1298, 198, 220, 220, 220, 17301, 796, 1582, 10599, 3419, 198, 220, 220, 220, 17301, 13, 21280, 7, 14202, 8, 198, 220, 220, 220, 17301, 13, 21280, 7203, 15496, 4943, 198, 220, 220, 220, 17301, 13, 21280, 7203, 10603, 4943, 198 ]
2.596154
52
from typing import Optional import torch import torch.nn as nn import torch.nn.functional as F from torch.utils.checkpoint import checkpoint from .mlp_layer import MLP from cogdl.utils import get_activation, mul_edge_softmax, get_norm_layer class ResGNNLayer(nn.Module): """ Implementation of DeeperGCN in paper `"DeeperGCN: All You Need to Train Deeper GCNs"` <https://arxiv.org/abs/2006.07739> Parameters ----------- conv : nn.Module An instance of GNN Layer, recieving (graph, x) as inputs n_channels : int size of input features activation : str norm: str type of normalization, ``batchnorm`` as default dropout : float checkpoint_grad : bool """
[ 6738, 19720, 1330, 32233, 198, 198, 11748, 28034, 198, 11748, 28034, 13, 20471, 355, 299, 77, 198, 11748, 28034, 13, 20471, 13, 45124, 355, 376, 198, 6738, 28034, 13, 26791, 13, 9122, 4122, 1330, 26954, 198, 198, 6738, 764, 4029, 79, 62, 29289, 1330, 10373, 47, 198, 6738, 43072, 25404, 13, 26791, 1330, 651, 62, 48545, 11, 35971, 62, 14907, 62, 4215, 9806, 11, 651, 62, 27237, 62, 29289, 628, 198, 198, 4871, 1874, 38, 6144, 49925, 7, 20471, 13, 26796, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 46333, 286, 1024, 5723, 15916, 45, 287, 3348, 4600, 1, 35, 41278, 15916, 45, 25, 1439, 921, 10664, 284, 16835, 1024, 5723, 20145, 47503, 1, 63, 1279, 5450, 1378, 283, 87, 452, 13, 2398, 14, 8937, 14, 13330, 13, 2998, 22, 2670, 29, 628, 220, 220, 220, 40117, 198, 220, 220, 220, 24200, 6329, 198, 220, 220, 220, 3063, 1058, 299, 77, 13, 26796, 198, 220, 220, 220, 220, 220, 220, 220, 1052, 4554, 286, 402, 6144, 34398, 11, 664, 30749, 357, 34960, 11, 2124, 8, 355, 17311, 198, 220, 220, 220, 299, 62, 354, 8961, 1058, 493, 198, 220, 220, 220, 220, 220, 220, 220, 2546, 286, 5128, 3033, 198, 220, 220, 220, 14916, 1058, 965, 198, 220, 220, 220, 2593, 25, 965, 198, 220, 220, 220, 220, 220, 220, 220, 2099, 286, 3487, 1634, 11, 7559, 43501, 27237, 15506, 355, 4277, 198, 220, 220, 220, 4268, 448, 1058, 12178, 198, 220, 220, 220, 26954, 62, 9744, 1058, 20512, 198, 220, 220, 220, 37227, 628, 198 ]
2.817829
258
import sys import os import threading import matplotlib.pyplot as plt sys.path.append(os.path.abspath("../../IoTPy/multiprocessing")) sys.path.append(os.path.abspath("../../IoTPy/core")) sys.path.append(os.path.abspath("../../IoTPy/agent_types")) sys.path.append(os.path.abspath("../../IoTPy/helper_functions")) sys.path.append(os.path.abspath("../signal_processing_examples")) # multicore is in ../../IoTPy/multiprocessing from multicore import shared_memory_process, Multiprocess # op, sink, source, merge are in ../../IoTPy/agent_types from op import map_element from sink import stream_to_file from source import source_list_to_stream from merge import zip_map # stream is in ../../IoTPy/core from stream import Stream, StreamArray # window_dot_product is in ../signal_processing_examples from window_dot_product import window_dot_product #----------------------------------------------------------------------- # TESTS #----------------------------------------------------------------------- if __name__ == '__main__': test()
[ 11748, 25064, 198, 11748, 28686, 198, 11748, 4704, 278, 198, 11748, 2603, 29487, 8019, 13, 9078, 29487, 355, 458, 83, 198, 17597, 13, 6978, 13, 33295, 7, 418, 13, 6978, 13, 397, 2777, 776, 7203, 40720, 40720, 40, 78, 7250, 88, 14, 16680, 541, 305, 919, 278, 48774, 198, 17597, 13, 6978, 13, 33295, 7, 418, 13, 6978, 13, 397, 2777, 776, 7203, 40720, 40720, 40, 78, 7250, 88, 14, 7295, 48774, 198, 17597, 13, 6978, 13, 33295, 7, 418, 13, 6978, 13, 397, 2777, 776, 7203, 40720, 40720, 40, 78, 7250, 88, 14, 25781, 62, 19199, 48774, 198, 17597, 13, 6978, 13, 33295, 7, 418, 13, 6978, 13, 397, 2777, 776, 7203, 40720, 40720, 40, 78, 7250, 88, 14, 2978, 525, 62, 12543, 2733, 48774, 198, 17597, 13, 6978, 13, 33295, 7, 418, 13, 6978, 13, 397, 2777, 776, 7203, 40720, 12683, 282, 62, 36948, 62, 1069, 12629, 48774, 198, 198, 2, 47368, 382, 318, 287, 11485, 14, 40720, 40, 78, 7250, 88, 14, 16680, 541, 305, 919, 278, 198, 6738, 47368, 382, 1330, 4888, 62, 31673, 62, 14681, 11, 7854, 541, 305, 919, 198, 2, 1034, 11, 14595, 11, 2723, 11, 20121, 389, 287, 11485, 14, 40720, 40, 78, 7250, 88, 14, 25781, 62, 19199, 198, 6738, 1034, 1330, 3975, 62, 30854, 198, 6738, 14595, 1330, 4269, 62, 1462, 62, 7753, 198, 6738, 2723, 1330, 2723, 62, 4868, 62, 1462, 62, 5532, 198, 6738, 20121, 1330, 19974, 62, 8899, 198, 2, 4269, 318, 287, 11485, 14, 40720, 40, 78, 7250, 88, 14, 7295, 198, 6738, 4269, 1330, 13860, 11, 13860, 19182, 198, 2, 4324, 62, 26518, 62, 11167, 318, 287, 11485, 14, 12683, 282, 62, 36948, 62, 1069, 12629, 198, 6738, 4324, 62, 26518, 62, 11167, 1330, 4324, 62, 26518, 62, 11167, 198, 220, 220, 220, 220, 198, 198, 2, 10097, 26866, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 309, 1546, 4694, 198, 2, 10097, 26866, 198, 198, 361, 11593, 3672, 834, 6624, 705, 834, 12417, 834, 10354, 198, 220, 220, 220, 1332, 3419, 198, 220, 220, 220, 220, 198, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 198 ]
2.93733
367
import tensorflow as tf from customParameters import * import myMethod as myMethod import matplotlib.pyplot as plt import numpy as np import pandas as pd import seaborn as sn import argparse # use method: # python predict.py --model myModel --type whole_history_epoch # python predict.py --model myVGG --type whole --load_path /Users/wyc/Downloads/cp-0560.ckpt # python predict.py --model myModel --type whole_history_epoch --train_name withoutFirstBN --total_epoch 171 parser = argparse.ArgumentParser(description='predicted with confusion matrix') parser.add_argument('--model', type=str, default='myModel') parser.add_argument('--type', type=str, default='whole') parser.add_argument('--load_path', type=str) parser.add_argument('--train_name', type=str, default='newTrain') parser.add_argument('--total_epoch', type=int, default=600) # parser.add_argument('--gpus', type=int, default=1) args = parser.parse_args() max_epoch = args.total_epoch test_private_path = "./data/FER2013/private_test.csv" private_test_data = myMethod.get_dataset_test(test_private_path) private_test_data = private_test_data.map(myMethod.preprocess_DAtestdata) # get standard result correct_answer = np.loadtxt(test_private_path, dtype=np.int, delimiter=',', skiprows=1, usecols=(0), encoding='utf-8') # correct_answer = correct_answer.repeat(10) if args.model == 'myVGG': model = myMethod.create_myVGG() else: model = myMethod.create_myModel() model.compile(optimizer='adam', loss='categorical_crossentropy', metrics=["accuracy"]) if args.type == 'whole': load_path = args.load_path y = get_acc_predict(load_path) myMethod.plot_heat_map(y, correct_answer) if args.type == 'whole_history_epoch': testname = args.train_name get_history_acc(testname)
[ 11748, 11192, 273, 11125, 355, 48700, 198, 6738, 2183, 48944, 1330, 1635, 198, 11748, 616, 17410, 355, 616, 17410, 198, 11748, 2603, 29487, 8019, 13, 9078, 29487, 355, 458, 83, 198, 11748, 299, 32152, 355, 45941, 198, 11748, 19798, 292, 355, 279, 67, 198, 11748, 384, 397, 1211, 355, 3013, 198, 11748, 1822, 29572, 198, 198, 2, 779, 2446, 25, 198, 2, 21015, 4331, 13, 9078, 1377, 19849, 616, 17633, 1377, 4906, 2187, 62, 23569, 62, 538, 5374, 198, 2, 21015, 4331, 13, 9078, 1377, 19849, 616, 53, 11190, 1377, 4906, 2187, 1377, 2220, 62, 6978, 1220, 14490, 14, 21768, 66, 14, 10002, 82, 14, 13155, 12, 2713, 1899, 13, 694, 457, 198, 2, 21015, 4331, 13, 9078, 1377, 19849, 616, 17633, 1377, 4906, 2187, 62, 23569, 62, 538, 5374, 1377, 27432, 62, 3672, 1231, 5962, 15766, 1377, 23350, 62, 538, 5374, 28369, 628, 198, 48610, 796, 1822, 29572, 13, 28100, 1713, 46677, 7, 11213, 11639, 28764, 5722, 351, 10802, 17593, 11537, 198, 48610, 13, 2860, 62, 49140, 10786, 438, 19849, 3256, 2099, 28, 2536, 11, 4277, 11639, 1820, 17633, 11537, 198, 48610, 13, 2860, 62, 49140, 10786, 438, 4906, 3256, 2099, 28, 2536, 11, 4277, 11639, 1929, 2305, 11537, 198, 48610, 13, 2860, 62, 49140, 10786, 438, 2220, 62, 6978, 3256, 2099, 28, 2536, 8, 198, 48610, 13, 2860, 62, 49140, 10786, 438, 27432, 62, 3672, 3256, 2099, 28, 2536, 11, 4277, 11639, 3605, 44077, 11537, 198, 48610, 13, 2860, 62, 49140, 10786, 438, 23350, 62, 538, 5374, 3256, 2099, 28, 600, 11, 4277, 28, 8054, 8, 198, 2, 30751, 13, 2860, 62, 49140, 10786, 438, 31197, 385, 3256, 2099, 28, 600, 11, 4277, 28, 16, 8, 198, 198, 22046, 796, 30751, 13, 29572, 62, 22046, 3419, 198, 9806, 62, 538, 5374, 796, 26498, 13, 23350, 62, 538, 5374, 198, 198, 9288, 62, 19734, 62, 6978, 796, 366, 19571, 7890, 14, 24302, 6390, 14, 19734, 62, 9288, 13, 40664, 1, 198, 19734, 62, 9288, 62, 7890, 796, 616, 17410, 13, 1136, 62, 19608, 292, 316, 62, 9288, 7, 9288, 62, 19734, 62, 6978, 8, 198, 19734, 62, 9288, 62, 7890, 796, 2839, 62, 9288, 62, 7890, 13, 8899, 7, 1820, 17410, 13, 3866, 14681, 62, 35, 2953, 395, 7890, 8, 198, 198, 2, 651, 3210, 1255, 198, 30283, 62, 41484, 796, 45941, 13, 2220, 14116, 7, 9288, 62, 19734, 62, 6978, 11, 288, 4906, 28, 37659, 13, 600, 11, 46728, 2676, 28, 3256, 3256, 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, 14267, 8516, 28, 16, 11, 779, 4033, 82, 16193, 15, 828, 21004, 11639, 40477, 12, 23, 11537, 198, 198, 2, 3376, 62, 41484, 796, 3376, 62, 41484, 13, 44754, 7, 940, 8, 198, 198, 361, 26498, 13, 19849, 6624, 705, 1820, 53, 11190, 10354, 198, 220, 220, 220, 2746, 796, 616, 17410, 13, 17953, 62, 1820, 53, 11190, 3419, 198, 17772, 25, 198, 220, 220, 220, 2746, 796, 616, 17410, 13, 17953, 62, 1820, 17633, 3419, 198, 198, 19849, 13, 5589, 576, 7, 40085, 7509, 11639, 324, 321, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2994, 11639, 66, 2397, 12409, 62, 19692, 298, 28338, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 20731, 28, 14692, 4134, 23843, 8973, 8, 628, 628, 198, 361, 26498, 13, 4906, 6624, 705, 1929, 2305, 10354, 198, 220, 220, 220, 3440, 62, 6978, 796, 26498, 13, 2220, 62, 6978, 198, 220, 220, 220, 331, 796, 651, 62, 4134, 62, 79, 17407, 7, 2220, 62, 6978, 8, 198, 220, 220, 220, 616, 17410, 13, 29487, 62, 25080, 62, 8899, 7, 88, 11, 3376, 62, 41484, 8, 628, 198, 361, 26498, 13, 4906, 6624, 705, 1929, 2305, 62, 23569, 62, 538, 5374, 10354, 198, 220, 220, 220, 1332, 3672, 796, 26498, 13, 27432, 62, 3672, 198, 220, 220, 220, 651, 62, 23569, 62, 4134, 7, 9288, 3672, 8, 198 ]
2.70649
678
class LinkConversionData(object,IDisposable): """ This class contains the information necessary to re-create a Revit document from an external source. """ def Dispose(self): """ Dispose(self: LinkConversionData) """ pass def GetOptions(self): """ GetOptions(self: LinkConversionData) -> IDictionary[str,str] Extra information used during the creation of the Revit document. Returns: The extra information used during the creation of the Revit document. """ pass def ReleaseUnmanagedResources(self,*args): """ ReleaseUnmanagedResources(self: LinkConversionData,disposing: bool) """ pass def __enter__(self,*args): """ __enter__(self: IDisposable) -> object """ pass def __exit__(self,*args): """ __exit__(self: IDisposable,exc_type: object,exc_value: object,exc_back: object) """ pass def __init__(self,*args): """ x.__init__(...) initializes x; see x.__class__.__doc__ for signaturex.__init__(...) initializes x; see x.__class__.__doc__ for signaturex.__init__(...) initializes x; see x.__class__.__doc__ for signature """ pass def __repr__(self,*args): """ __repr__(self: object) -> str """ pass IsValidObject=property(lambda self: object(),lambda self,v: None,lambda self: None) """Specifies whether the .NET object represents a valid Revit entity. Get: IsValidObject(self: LinkConversionData) -> bool """ Path=property(lambda self: object(),lambda self,v: None,lambda self: None) """The path to the source data used to generate the model. Get: Path(self: LinkConversionData) -> str """ ServerId=property(lambda self: object(),lambda self,v: None,lambda self: None) """The service responsible for converting the data into a Revit file. Get: ServerId(self: LinkConversionData) -> Guid """
[ 4871, 7502, 3103, 9641, 6601, 7, 15252, 11, 2389, 271, 1930, 540, 2599, 201, 198, 37227, 201, 198, 770, 1398, 4909, 262, 1321, 3306, 284, 302, 12, 17953, 257, 5416, 270, 3188, 201, 201, 198, 220, 220, 220, 422, 281, 7097, 2723, 13, 201, 198, 37227, 201, 198, 825, 3167, 3455, 7, 944, 2599, 201, 198, 220, 37227, 3167, 3455, 7, 944, 25, 7502, 3103, 9641, 6601, 8, 37227, 201, 198, 220, 1208, 201, 198, 825, 3497, 29046, 7, 944, 2599, 201, 198, 220, 37227, 201, 198, 220, 3497, 29046, 7, 944, 25, 7502, 3103, 9641, 6601, 8, 4613, 4522, 14188, 58, 2536, 11, 2536, 60, 201, 201, 198, 220, 220, 201, 201, 198, 220, 220, 17221, 1321, 973, 1141, 262, 6282, 286, 262, 5416, 270, 3188, 13, 201, 201, 198, 220, 220, 16409, 25, 383, 3131, 1321, 973, 1141, 262, 6282, 286, 262, 5416, 270, 3188, 13, 201, 198, 220, 37227, 201, 198, 220, 1208, 201, 198, 825, 13868, 3118, 39935, 33236, 7, 944, 11, 9, 22046, 2599, 201, 198, 220, 37227, 13868, 3118, 39935, 33236, 7, 944, 25, 7502, 3103, 9641, 6601, 11, 6381, 32927, 25, 20512, 8, 37227, 201, 198, 220, 1208, 201, 198, 825, 11593, 9255, 834, 7, 944, 11, 9, 22046, 2599, 201, 198, 220, 37227, 11593, 9255, 834, 7, 944, 25, 4522, 271, 1930, 540, 8, 4613, 2134, 37227, 201, 198, 220, 1208, 201, 198, 825, 11593, 37023, 834, 7, 944, 11, 9, 22046, 2599, 201, 198, 220, 37227, 11593, 37023, 834, 7, 944, 25, 4522, 271, 1930, 540, 11, 41194, 62, 4906, 25, 2134, 11, 41194, 62, 8367, 25, 2134, 11, 41194, 62, 1891, 25, 2134, 8, 37227, 201, 198, 220, 1208, 201, 198, 825, 11593, 15003, 834, 7, 944, 11, 9, 22046, 2599, 201, 198, 220, 37227, 2124, 13, 834, 15003, 834, 7, 23029, 4238, 4340, 2124, 26, 766, 2124, 13, 834, 4871, 834, 13, 834, 15390, 834, 329, 9877, 87, 13, 834, 15003, 834, 7, 23029, 4238, 4340, 2124, 26, 766, 2124, 13, 834, 4871, 834, 13, 834, 15390, 834, 329, 9877, 87, 13, 834, 15003, 834, 7, 23029, 4238, 4340, 2124, 26, 766, 2124, 13, 834, 4871, 834, 13, 834, 15390, 834, 329, 9877, 37227, 201, 198, 220, 1208, 201, 198, 825, 11593, 260, 1050, 834, 7, 944, 11, 9, 22046, 2599, 201, 198, 220, 37227, 11593, 260, 1050, 834, 7, 944, 25, 2134, 8, 4613, 965, 37227, 201, 198, 220, 1208, 201, 198, 1148, 47139, 10267, 28, 26745, 7, 50033, 2116, 25, 2134, 22784, 50033, 2116, 11, 85, 25, 6045, 11, 50033, 2116, 25, 6045, 8, 201, 198, 37227, 22882, 6945, 1771, 262, 764, 12884, 2134, 6870, 257, 4938, 5416, 270, 9312, 13, 201, 201, 198, 201, 201, 198, 3855, 25, 1148, 47139, 10267, 7, 944, 25, 7502, 3103, 9641, 6601, 8, 4613, 20512, 201, 201, 198, 201, 201, 198, 37811, 201, 198, 201, 198, 10644, 28, 26745, 7, 50033, 2116, 25, 2134, 22784, 50033, 2116, 11, 85, 25, 6045, 11, 50033, 2116, 25, 6045, 8, 201, 198, 37227, 464, 3108, 284, 262, 2723, 1366, 973, 284, 7716, 262, 2746, 13, 201, 201, 198, 201, 201, 198, 3855, 25, 10644, 7, 944, 25, 7502, 3103, 9641, 6601, 8, 4613, 965, 201, 201, 198, 201, 201, 198, 37811, 201, 198, 201, 198, 9652, 7390, 28, 26745, 7, 50033, 2116, 25, 2134, 22784, 50033, 2116, 11, 85, 25, 6045, 11, 50033, 2116, 25, 6045, 8, 201, 198, 37227, 464, 2139, 4497, 329, 23202, 262, 1366, 656, 257, 5416, 270, 2393, 13, 201, 201, 198, 201, 201, 198, 3855, 25, 9652, 7390, 7, 944, 25, 7502, 3103, 9641, 6601, 8, 4613, 37026, 201, 201, 198, 201, 201, 198, 37811, 201, 198, 201, 198, 201, 198 ]
2.985318
613
# Copyright 2015 Mirantis, Inc. # # 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. from ply import lex from ply import yacc from solar import errors tokens = ( "STRING", "AND", "OR", "LPAREN", "RPAREN") t_STRING = r'[A-Za-z0-9-_/\\]+' t_AND = '&|,' t_OR = r'\|' t_LPAREN = r'\(' t_RPAREN = r'\)' t_ignore = ' \t\r\n' def p_expression_logical_op(p): """Parser expression : expression AND expression | expression OR expression """ result, arg1, op, arg2 = p if op == '&' or op == ',': result = lambda: arg1() and arg2() elif op == '|': result = lambda: arg1() or arg2() p[0] = SubexpressionWrapper(result) def p_expression_string(p): """Parser expression : STRING """ p[0] = ScalarWrapper(p[1]) def p_expression_group(p): """Parser expression : LPAREN expression RPAREN """ p[0] = p[2] lexer = lex.lex() parser = yacc.yacc(debug=False, write_tables=False) expression = None
[ 2, 220, 220, 220, 15069, 1853, 7381, 20836, 11, 3457, 13, 198, 2, 198, 2, 220, 220, 220, 49962, 739, 262, 24843, 13789, 11, 10628, 362, 13, 15, 357, 1169, 366, 34156, 15341, 345, 743, 198, 2, 220, 220, 220, 407, 779, 428, 2393, 2845, 287, 11846, 351, 262, 13789, 13, 921, 743, 7330, 198, 2, 220, 220, 220, 257, 4866, 286, 262, 13789, 379, 198, 2, 198, 2, 220, 220, 220, 220, 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, 220, 220, 220, 17486, 2672, 416, 9723, 1099, 393, 4987, 284, 287, 3597, 11, 3788, 198, 2, 220, 220, 220, 9387, 739, 262, 13789, 318, 9387, 319, 281, 366, 1921, 3180, 1, 29809, 1797, 11, 42881, 198, 2, 220, 220, 220, 34764, 11015, 6375, 7102, 49828, 11053, 3963, 15529, 509, 12115, 11, 2035, 4911, 393, 17142, 13, 4091, 262, 198, 2, 220, 220, 220, 13789, 329, 262, 2176, 3303, 15030, 21627, 290, 11247, 198, 2, 220, 220, 220, 739, 262, 13789, 13, 198, 198, 6738, 35960, 1330, 31191, 198, 6738, 35960, 1330, 331, 4134, 198, 198, 6738, 6591, 1330, 8563, 628, 198, 83, 482, 641, 796, 357, 198, 220, 220, 220, 366, 18601, 2751, 1600, 198, 220, 220, 220, 366, 6981, 1600, 198, 220, 220, 220, 366, 1581, 1600, 198, 220, 220, 220, 366, 19930, 1503, 1677, 1600, 198, 220, 220, 220, 366, 20031, 1503, 1677, 4943, 198, 198, 83, 62, 18601, 2751, 796, 374, 6, 58, 32, 12, 57, 64, 12, 89, 15, 12, 24, 12, 62, 14, 6852, 48688, 6, 198, 83, 62, 6981, 796, 705, 5, 91, 4032, 198, 83, 62, 1581, 796, 374, 6, 59, 91, 6, 198, 83, 62, 19930, 1503, 1677, 796, 374, 6, 59, 10786, 198, 83, 62, 20031, 1503, 1677, 796, 374, 6, 22725, 6, 198, 83, 62, 46430, 796, 705, 3467, 83, 59, 81, 59, 77, 6, 628, 628, 198, 4299, 279, 62, 38011, 62, 6404, 605, 62, 404, 7, 79, 2599, 198, 220, 220, 220, 37227, 46677, 628, 220, 220, 220, 220, 220, 220, 5408, 1058, 5408, 5357, 5408, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 930, 5408, 6375, 5408, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 1255, 11, 1822, 16, 11, 1034, 11, 1822, 17, 796, 279, 198, 220, 220, 220, 611, 1034, 6624, 705, 5, 6, 393, 1034, 6624, 705, 4032, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1255, 796, 37456, 25, 1822, 16, 3419, 290, 1822, 17, 3419, 198, 220, 220, 220, 1288, 361, 1034, 6624, 705, 91, 10354, 198, 220, 220, 220, 220, 220, 220, 220, 1255, 796, 37456, 25, 1822, 16, 3419, 393, 1822, 17, 3419, 628, 220, 220, 220, 279, 58, 15, 60, 796, 3834, 38011, 36918, 2848, 7, 20274, 8, 628, 198, 4299, 279, 62, 38011, 62, 8841, 7, 79, 2599, 198, 220, 220, 220, 37227, 46677, 628, 220, 220, 220, 5408, 1058, 19269, 2751, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 279, 58, 15, 60, 796, 34529, 283, 36918, 2848, 7, 79, 58, 16, 12962, 628, 198, 4299, 279, 62, 38011, 62, 8094, 7, 79, 2599, 198, 220, 220, 220, 37227, 46677, 628, 220, 220, 220, 5408, 1058, 18470, 1503, 1677, 5408, 25812, 1503, 1677, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 279, 58, 15, 60, 796, 279, 58, 17, 60, 628, 628, 198, 198, 2588, 263, 796, 31191, 13, 2588, 3419, 198, 48610, 796, 331, 4134, 13, 88, 4134, 7, 24442, 28, 25101, 11, 3551, 62, 83, 2977, 28, 25101, 8, 198, 38011, 796, 6045, 628 ]
2.508972
613
import os #图像分类 from cv2 import cv2 from PIL import Image,ImageDraw from datetime import datetime import time from pytesseract import image_to_string #detectFaces()返回图像中所有人脸的矩形坐标(矩形左上、右下顶点) #使用haar特征的级联分类器haarcascade_frontalface_default.xml,在haarcascades目录下还有其他的训练好的xml文件可供选择。 #注:haarcascades目录下训练好的分类器必须以灰度图作为输入。 #保存人脸图 #在原图像上画矩形,框出所有人脸。 #调用Image模块的draw方法,Image.open获取图像句柄,ImageDraw.Draw获取该图像的draw实例,然后调用该draw实例的rectangle方法画矩形(矩形的坐标即 #detectFaces返回的坐标),outline是矩形线条颜色(B,G,R)。 #注:原始图像如果是灰度图,则去掉outline,因为灰度图没有RGB可言。drawEyes、detectSmiles也一样。 #检测眼睛,返回坐标 #由于眼睛在人脸上,我们往往是先检测出人脸,再细入地检测眼睛。故detectEyes可在detectFaces基础上来进行,代码中需要注意“相对坐标”。 #当然也可以在整张图片上直接使用分类器,这种方法代码跟detectFaces一样,这里不多说。 #在原图像上框出眼睛. #检测笑脸 #在原图像上框出笑脸
[ 11748, 28686, 198, 2, 32368, 122, 161, 225, 237, 26344, 228, 163, 109, 119, 198, 6738, 269, 85, 17, 1330, 269, 85, 17, 198, 6738, 350, 4146, 1330, 7412, 11, 5159, 25302, 198, 6738, 4818, 8079, 1330, 4818, 8079, 198, 11748, 640, 198, 6738, 12972, 83, 408, 263, 529, 1330, 2939, 62, 1462, 62, 8841, 198, 220, 220, 220, 1303, 15255, 478, 37, 2114, 3419, 32573, 242, 32368, 252, 32368, 122, 161, 225, 237, 40792, 33699, 222, 17312, 231, 21689, 164, 226, 116, 21410, 163, 253, 102, 37605, 95, 161, 251, 238, 43718, 229, 171, 120, 230, 163, 253, 102, 37605, 95, 32432, 99, 41468, 23513, 20998, 111, 10310, 233, 165, 94, 114, 163, 224, 117, 171, 120, 231, 198, 220, 220, 220, 1303, 45635, 18796, 101, 42948, 31965, 117, 36181, 223, 21410, 163, 118, 100, 164, 223, 242, 26344, 228, 163, 109, 119, 161, 247, 101, 3099, 5605, 28966, 62, 8534, 1604, 558, 62, 12286, 13, 19875, 171, 120, 234, 28839, 101, 3099, 5605, 3372, 2367, 33566, 106, 37605, 243, 10310, 233, 32573, 246, 17312, 231, 17739, 114, 20015, 244, 21410, 164, 106, 255, 163, 119, 225, 25001, 121, 21410, 19875, 23877, 229, 20015, 114, 20998, 107, 160, 122, 249, 34460, 231, 162, 233, 102, 16764, 198, 220, 220, 220, 1303, 37345, 101, 171, 120, 248, 3099, 5605, 3372, 2367, 33566, 106, 37605, 243, 10310, 233, 164, 106, 255, 163, 119, 225, 25001, 121, 21410, 26344, 228, 163, 109, 119, 161, 247, 101, 33232, 227, 165, 94, 119, 20015, 98, 163, 223, 108, 41753, 99, 32368, 122, 43291, 10310, 118, 164, 122, 241, 17739, 98, 16764, 198, 220, 220, 220, 220, 198, 220, 220, 220, 220, 198, 220, 220, 220, 1303, 46479, 251, 27764, 246, 21689, 164, 226, 116, 32368, 122, 198, 220, 220, 220, 220, 198, 220, 220, 220, 220, 198, 220, 220, 220, 1303, 28839, 101, 43889, 253, 32368, 122, 161, 225, 237, 41468, 18796, 119, 163, 253, 102, 37605, 95, 171, 120, 234, 162, 94, 228, 49035, 118, 33699, 222, 17312, 231, 21689, 164, 226, 116, 16764, 198, 220, 220, 220, 1303, 164, 108, 225, 18796, 101, 5159, 162, 101, 94, 161, 251, 245, 21410, 19334, 43095, 37345, 243, 171, 120, 234, 5159, 13, 9654, 164, 236, 115, 20998, 244, 32368, 122, 161, 225, 237, 20998, 98, 162, 253, 226, 171, 120, 234, 5159, 25302, 13, 25302, 164, 236, 115, 20998, 244, 46237, 98, 32368, 122, 161, 225, 237, 21410, 19334, 22522, 252, 160, 122, 233, 171, 120, 234, 47078, 114, 28938, 236, 164, 108, 225, 18796, 101, 46237, 98, 19334, 22522, 252, 160, 122, 233, 21410, 2554, 9248, 43095, 37345, 243, 18796, 119, 163, 253, 102, 37605, 95, 7, 163, 253, 102, 37605, 95, 21410, 161, 251, 238, 43718, 229, 39355, 111, 198, 220, 220, 220, 1303, 15255, 478, 37, 2114, 32573, 242, 32368, 252, 21410, 161, 251, 238, 43718, 229, 8, 171, 120, 234, 448, 1370, 42468, 163, 253, 102, 37605, 95, 163, 118, 123, 30266, 94, 165, 95, 250, 164, 231, 110, 7, 33, 11, 38, 11, 49, 8, 16764, 198, 220, 220, 220, 1303, 37345, 101, 171, 120, 248, 43889, 253, 34650, 233, 32368, 122, 161, 225, 237, 36685, 224, 162, 252, 250, 42468, 163, 223, 108, 41753, 99, 32368, 122, 171, 120, 234, 26344, 247, 43889, 119, 162, 236, 231, 448, 1370, 171, 120, 234, 32368, 254, 10310, 118, 163, 223, 108, 41753, 99, 32368, 122, 162, 110, 94, 17312, 231, 36982, 20998, 107, 164, 101, 222, 16764, 19334, 36, 8505, 23513, 15255, 478, 7556, 2915, 20046, 253, 31660, 43718, 115, 16764, 198, 220, 198, 220, 198, 220, 628, 220, 220, 220, 1303, 162, 96, 222, 38184, 233, 40367, 120, 163, 251, 249, 171, 120, 234, 32573, 242, 32368, 252, 161, 251, 238, 43718, 229, 198, 220, 220, 220, 1303, 18796, 109, 12859, 236, 40367, 120, 163, 251, 249, 28839, 101, 21689, 164, 226, 116, 41468, 171, 120, 234, 22755, 239, 20015, 105, 36181, 222, 36181, 222, 42468, 17739, 230, 162, 96, 222, 38184, 233, 49035, 118, 21689, 164, 226, 116, 171, 120, 234, 37863, 235, 163, 119, 228, 17739, 98, 28839, 108, 162, 96, 222, 38184, 233, 40367, 120, 163, 251, 249, 16764, 46763, 227, 15255, 478, 36, 8505, 20998, 107, 28839, 101, 15255, 478, 37, 2114, 161, 253, 118, 163, 94, 222, 41468, 30266, 98, 32573, 249, 26193, 234, 171, 120, 234, 47987, 163, 254, 223, 40792, 165, 250, 222, 17358, 223, 37345, 101, 35707, 237, 447, 250, 33566, 116, 43380, 117, 161, 251, 238, 43718, 229, 447, 251, 16764, 198, 220, 220, 220, 1303, 37605, 241, 47078, 114, 20046, 253, 20998, 107, 20015, 98, 28839, 101, 46763, 112, 28156, 254, 32368, 122, 31965, 229, 41468, 33566, 112, 162, 236, 98, 45635, 18796, 101, 26344, 228, 163, 109, 119, 161, 247, 101, 11, 32573, 247, 163, 100, 235, 43095, 37345, 243, 47987, 163, 254, 223, 164, 115, 253, 15255, 478, 37, 2114, 31660, 43718, 115, 171, 120, 234, 32573, 247, 34932, 234, 38834, 13783, 248, 46237, 112, 16764, 198, 220, 220, 220, 220, 198, 220, 220, 220, 220, 198, 220, 220, 220, 1303, 28839, 101, 43889, 253, 32368, 122, 161, 225, 237, 41468, 162, 94, 228, 49035, 118, 40367, 120, 163, 251, 249, 13, 198, 220, 220, 220, 220, 198, 220, 198, 220, 220, 220, 1303, 162, 96, 222, 38184, 233, 163, 105, 239, 164, 226, 116, 198, 220, 220, 220, 220, 198, 220, 220, 220, 220, 198, 220, 220, 220, 1303, 28839, 101, 43889, 253, 32368, 122, 161, 225, 237, 41468, 162, 94, 228, 49035, 118, 163, 105, 239, 164, 226, 116, 198, 220 ]
0.882289
926
import re from utils.rules.base import Base
[ 11748, 302, 198, 198, 6738, 3384, 4487, 13, 38785, 13, 8692, 1330, 7308, 628 ]
3.285714
14
__version__ = "0.1.0" import os import discord from dotenv import load_dotenv load_dotenv() bot = AutoDisconnect() token = os.environ.get("TOKEN", None) if token is None or len(token.strip()) == 0: print("\nA bot token is necessary for the bot to function.\n") raise RuntimeError else: bot.run(token)
[ 834, 9641, 834, 796, 366, 15, 13, 16, 13, 15, 1, 198, 198, 11748, 28686, 198, 198, 11748, 36446, 198, 6738, 16605, 24330, 1330, 3440, 62, 26518, 24330, 198, 198, 2220, 62, 26518, 24330, 3419, 628, 198, 198, 13645, 796, 11160, 7279, 8443, 3419, 198, 198, 30001, 796, 28686, 13, 268, 2268, 13, 1136, 7203, 10468, 43959, 1600, 6045, 8, 198, 361, 11241, 318, 6045, 393, 18896, 7, 30001, 13, 36311, 28955, 6624, 657, 25, 198, 220, 220, 220, 3601, 7203, 59, 77, 32, 10214, 11241, 318, 3306, 329, 262, 10214, 284, 2163, 13, 59, 77, 4943, 198, 220, 220, 220, 5298, 43160, 12331, 198, 17772, 25, 198, 220, 220, 220, 10214, 13, 5143, 7, 30001, 8, 198 ]
2.711864
118
from typing import Callable, Tuple
[ 6738, 19720, 1330, 4889, 540, 11, 309, 29291, 628 ]
4
9
"""Add titles to charts and tables This is in preparation for storing the titles of charts and tables in a separate database column, rather than as part of the JSON objects. Revision ID: 2019_03_21_add_titles Revises: 2019_03_20_tidy_up_dimension Create Date: 2019-03-14 15:11:33.560576 """ from alembic import op import sqlalchemy as sa # revision identifiers, used by Alembic. revision = "2019_03_21_add_titles" down_revision = "2019_03_20_tidy_up_dimension" branch_labels = None depends_on = None
[ 37811, 4550, 8714, 284, 15907, 290, 8893, 198, 198, 1212, 318, 287, 11824, 329, 23069, 262, 8714, 286, 15907, 290, 8893, 287, 198, 64, 4553, 6831, 5721, 11, 2138, 621, 355, 636, 286, 262, 19449, 5563, 13, 198, 198, 18009, 1166, 4522, 25, 13130, 62, 3070, 62, 2481, 62, 2860, 62, 83, 30540, 198, 18009, 2696, 25, 13130, 62, 3070, 62, 1238, 62, 83, 19325, 62, 929, 62, 46156, 198, 16447, 7536, 25, 13130, 12, 3070, 12, 1415, 1315, 25, 1157, 25, 2091, 13, 34135, 37452, 198, 198, 37811, 198, 6738, 31341, 2022, 291, 1330, 1034, 198, 11748, 44161, 282, 26599, 355, 473, 628, 198, 2, 18440, 42814, 11, 973, 416, 9300, 2022, 291, 13, 198, 260, 10178, 796, 366, 23344, 62, 3070, 62, 2481, 62, 2860, 62, 83, 30540, 1, 198, 2902, 62, 260, 10178, 796, 366, 23344, 62, 3070, 62, 1238, 62, 83, 19325, 62, 929, 62, 46156, 1, 198, 1671, 3702, 62, 23912, 1424, 796, 6045, 198, 10378, 2412, 62, 261, 796, 6045, 628, 198 ]
3.017857
168
#!/usr/bin/env python # -*- coding: utf-8 -*- # Step2 : BLAST hits were parsed to retrieve associated taxonomic information # using the NCBI's taxonomy database. # Downloaded resource: # wget ftp://ftp.ncbi.nih.gov/pub/taxonomy/taxdump.tar.gz # tar -zxvf taxdump.tar.gz # https://www.biostars.org/p/222183/ # This script is to obtain lineage from tax id import re import sys import os from subprocess import Popen, PIPE PATH="/Users/leyu/Documents/coding/evolution_code/HGT_analysis/HGT_prediction_tool/" # ncbi gi dump files location # PATH="./" LINNAEUS_FILTER = ["species","genus","family","order","class","phylum","kingdom","superkingdom"] # print >> sys.stderr, 'taxa_library_cluster initializing :: Building Names database' # g_names = buildNames() # print >> sys.stderr, 'taxa_library_cluster initializing :: Building Nodes database' # (g_nodes, g_levels) = buildNodes() if __name__== "__main__": query = 559292 queryName = "Saccharomyces cerevisiae" names = buildNames() nodes, levels = buildNodes() taxonomy = buildLineage(query, names, nodes) result = str(query)+"\t"+queryName+"|" for level in LINNAEUS_FILTER: if level in taxonomy: result += "\t"+str(taxonomy[level][0])+"\t"+taxonomy[level][1]+"|" else: result += "\tnone\tnone" print(result) # Results: # 4932 Saccharomyces cerevisiae| 4932 Saccharomyces cerevisiae| 4930 Saccharomyces| 4893 Saccharomycetaceae| # 4892 Saccharomycetales| 4891 Saccharomycetes| 4890 Ascomycota| 4751 Fungi| 2759 Eukaryota| # [Finished in 11.1s] # result = giListLookup([6322]) # print(result)
[ 2, 48443, 14629, 14, 8800, 14, 24330, 21015, 198, 2, 532, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12, 198, 198, 2, 5012, 17, 1058, 9878, 11262, 7127, 547, 44267, 284, 19818, 3917, 1687, 40036, 1321, 220, 198, 2, 220, 197, 197, 3500, 262, 8823, 3483, 338, 1687, 30565, 6831, 13, 198, 198, 2, 10472, 276, 8271, 25, 198, 198, 2, 266, 1136, 10117, 79, 1378, 701, 79, 13, 10782, 8482, 13, 37373, 13, 9567, 14, 12984, 14, 19290, 30565, 14, 19290, 39455, 13, 18870, 13, 34586, 198, 198, 2, 13422, 532, 42592, 85, 69, 1687, 39455, 13, 18870, 13, 34586, 198, 198, 2, 3740, 1378, 2503, 13, 8482, 455, 945, 13, 2398, 14, 79, 14, 23148, 24839, 14, 198, 220, 198, 1303, 770, 4226, 318, 284, 7330, 31144, 422, 1687, 4686, 198, 220, 198, 11748, 302, 198, 11748, 25064, 198, 11748, 28686, 198, 6738, 850, 14681, 1330, 8099, 268, 11, 350, 4061, 36, 198, 198, 34219, 35922, 14490, 14, 1636, 84, 14, 38354, 14, 66, 7656, 14, 1990, 2122, 62, 8189, 14, 39, 19555, 62, 20930, 14, 39, 19555, 62, 28764, 2867, 62, 25981, 30487, 198, 2, 299, 66, 8482, 308, 72, 10285, 3696, 4067, 198, 2, 46490, 28, 1911, 30487, 198, 198, 34509, 4535, 36, 2937, 62, 46700, 5781, 796, 14631, 35448, 2430, 5235, 385, 2430, 17989, 2430, 2875, 2430, 4871, 2430, 746, 11183, 2430, 3364, 3438, 2430, 16668, 3364, 3438, 8973, 198, 198, 2, 3601, 9609, 25064, 13, 301, 1082, 81, 11, 705, 19290, 64, 62, 32016, 62, 565, 5819, 4238, 2890, 7904, 11819, 28531, 6831, 6, 198, 2, 308, 62, 14933, 796, 1382, 36690, 3419, 198, 198, 2, 3601, 9609, 25064, 13, 301, 1082, 81, 11, 705, 19290, 64, 62, 32016, 62, 565, 5819, 4238, 2890, 7904, 11819, 399, 4147, 6831, 6, 198, 2, 357, 70, 62, 77, 4147, 11, 308, 62, 46170, 8, 796, 1382, 45, 4147, 3419, 198, 198, 361, 11593, 3672, 834, 855, 366, 834, 12417, 834, 1298, 198, 220, 220, 220, 12405, 796, 642, 3270, 32759, 198, 220, 220, 220, 12405, 5376, 796, 366, 38318, 10641, 9145, 728, 6736, 4703, 33100, 1, 628, 220, 220, 220, 3891, 796, 1382, 36690, 3419, 198, 220, 220, 220, 13760, 11, 2974, 796, 1382, 45, 4147, 3419, 628, 220, 220, 220, 1687, 30565, 796, 1382, 13949, 496, 7, 22766, 11, 3891, 11, 13760, 8, 628, 220, 220, 220, 1255, 796, 965, 7, 22766, 47762, 1, 59, 83, 1, 10, 22766, 5376, 10, 1, 91, 1, 628, 220, 220, 220, 329, 1241, 287, 43277, 4535, 36, 2937, 62, 46700, 5781, 25, 198, 220, 220, 220, 220, 220, 220, 220, 611, 1241, 287, 1687, 30565, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1255, 15853, 37082, 83, 1, 10, 2536, 7, 19290, 30565, 58, 5715, 7131, 15, 12962, 10, 1, 59, 83, 1, 10, 19290, 30565, 58, 5715, 7131, 16, 48688, 1, 91, 1, 198, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1255, 15853, 37082, 83, 23108, 59, 83, 23108, 1, 628, 220, 220, 220, 3601, 7, 20274, 8, 198, 198, 2, 15691, 25, 198, 198, 2, 5125, 2624, 220, 220, 220, 9295, 10641, 9145, 728, 6736, 4703, 33100, 91, 220, 220, 5125, 2624, 220, 220, 220, 9295, 10641, 9145, 728, 6736, 4703, 33100, 91, 220, 220, 5125, 1270, 220, 220, 220, 9295, 10641, 9145, 728, 91, 220, 604, 49682, 220, 220, 220, 9295, 10641, 9145, 66, 316, 48319, 91, 198, 2, 604, 4531, 17, 220, 220, 220, 9295, 10641, 9145, 66, 316, 2040, 91, 220, 604, 4531, 16, 220, 220, 220, 9295, 10641, 9145, 66, 316, 274, 91, 220, 220, 220, 4764, 3829, 220, 220, 220, 1081, 785, 88, 66, 4265, 91, 45881, 16, 220, 220, 220, 376, 2150, 72, 91, 220, 25829, 24, 220, 220, 220, 412, 2724, 560, 4265, 91, 198, 2, 685, 18467, 1348, 287, 1367, 13, 16, 82, 60, 628, 220, 220, 220, 1303, 1255, 796, 308, 72, 8053, 8567, 929, 26933, 5066, 1828, 12962, 198, 220, 220, 220, 1303, 3601, 7, 20274, 8, 198 ]
2.459064
684
from whylabs.logs.proto import InferredType from whylabs.logs.core.statistics import SchemaTracker Type = InferredType.Type
[ 6738, 1521, 75, 8937, 13, 6404, 82, 13, 1676, 1462, 1330, 554, 18186, 6030, 198, 6738, 1521, 75, 8937, 13, 6404, 82, 13, 7295, 13, 14269, 3969, 1330, 10011, 2611, 35694, 198, 6030, 796, 554, 18186, 6030, 13, 6030, 628, 628, 628, 628, 628, 628 ]
3
45
import msgpack from fastapi import FastAPI from fastapi.middleware.cors import CORSMiddleware import settings app = FastAPI() origins = [ 'http://localhost:3000', ] app.add_middleware( CORSMiddleware, allow_origins=origins, allow_credentials=True, allow_methods=['*'], allow_headers=['*'] ) @app.get("/sync/{metric}")
[ 11748, 31456, 8002, 198, 6738, 3049, 15042, 1330, 12549, 17614, 198, 6738, 3049, 15042, 13, 27171, 1574, 13, 66, 669, 1330, 23929, 12310, 2509, 1574, 198, 11748, 6460, 198, 198, 1324, 796, 12549, 17614, 3419, 198, 198, 11612, 1040, 796, 685, 198, 220, 220, 220, 705, 4023, 1378, 36750, 25, 23924, 3256, 198, 60, 198, 198, 1324, 13, 2860, 62, 27171, 1574, 7, 198, 220, 220, 220, 23929, 12310, 2509, 1574, 11, 198, 220, 220, 220, 1249, 62, 11612, 1040, 28, 11612, 1040, 11, 198, 220, 220, 220, 1249, 62, 66, 445, 14817, 28, 17821, 11, 198, 220, 220, 220, 1249, 62, 24396, 82, 28, 17816, 9, 6, 4357, 198, 220, 220, 220, 1249, 62, 50145, 28, 17816, 9, 20520, 198, 8, 198, 198, 31, 1324, 13, 1136, 7203, 14, 27261, 14, 90, 4164, 1173, 92, 4943 ]
2.518248
137
import asyncio import os from threading import Timer import aiofiles import aiohttp import pandas as pd import untangle from aiohttp import ClientSession from progress.bar import Bar username = os.getenv("HAMQTH_USERNAME") password = os.getenv("HAMQTH_PASSWORD") api_root = "https://www.hamqth.com/xml.php" auth_uri = f"{api_root}?u={username}&p={password}" data_dir = "data/hamqth" # Get HamQTH Session I session_id = SessionToken() async def fetch_html(url: str, session: ClientSession, **kwargs) -> str: """GET request wrapper to fetch page HTML. kwargs are passed to `session.request()`. """ resp = await session.request(method="GET", url=url, **kwargs) resp.raise_for_status() # logger.info("Got response [%s] for URL: %s", resp.status, url) html = await resp.text() return html dir = "data/reverse_beacon_network" for file in os.listdir(dir): asyncio.run(retrieve_callsigns(directory=dir, file=file))
[ 11748, 30351, 952, 198, 11748, 28686, 198, 6738, 4704, 278, 1330, 5045, 263, 198, 198, 11748, 257, 952, 16624, 198, 11748, 257, 952, 4023, 198, 11748, 19798, 292, 355, 279, 67, 198, 11748, 1418, 9248, 198, 6738, 257, 952, 4023, 1330, 20985, 36044, 198, 6738, 4371, 13, 5657, 1330, 2409, 198, 198, 29460, 796, 28686, 13, 1136, 24330, 7203, 33363, 48, 4221, 62, 29904, 20608, 4943, 198, 28712, 796, 28686, 13, 1136, 24330, 7203, 33363, 48, 4221, 62, 47924, 54, 12532, 4943, 198, 15042, 62, 15763, 796, 366, 5450, 1378, 2503, 13, 2763, 80, 400, 13, 785, 14, 19875, 13, 10121, 1, 198, 18439, 62, 9900, 796, 277, 1, 90, 15042, 62, 15763, 92, 30, 84, 34758, 29460, 92, 5, 79, 34758, 28712, 36786, 198, 7890, 62, 15908, 796, 366, 7890, 14, 2763, 80, 400, 1, 628, 198, 198, 2, 3497, 4345, 48, 4221, 23575, 314, 628, 198, 29891, 62, 312, 796, 23575, 30642, 3419, 628, 198, 292, 13361, 825, 21207, 62, 6494, 7, 6371, 25, 965, 11, 6246, 25, 20985, 36044, 11, 12429, 46265, 22046, 8, 4613, 965, 25, 198, 220, 220, 220, 37227, 18851, 2581, 29908, 284, 21207, 2443, 11532, 13, 628, 220, 220, 220, 479, 86, 22046, 389, 3804, 284, 4600, 29891, 13, 25927, 3419, 44646, 198, 220, 220, 220, 37227, 628, 220, 220, 220, 1217, 796, 25507, 6246, 13, 25927, 7, 24396, 2625, 18851, 1600, 19016, 28, 6371, 11, 12429, 46265, 22046, 8, 198, 220, 220, 220, 1217, 13, 40225, 62, 1640, 62, 13376, 3419, 198, 220, 220, 220, 1303, 49706, 13, 10951, 7203, 30074, 2882, 685, 4, 82, 60, 329, 10289, 25, 4064, 82, 1600, 1217, 13, 13376, 11, 19016, 8, 198, 220, 220, 220, 27711, 796, 25507, 1217, 13, 5239, 3419, 198, 220, 220, 220, 1441, 27711, 628, 628, 198, 198, 15908, 796, 366, 7890, 14, 50188, 62, 1350, 7807, 62, 27349, 1, 198, 1640, 2393, 287, 28686, 13, 4868, 15908, 7, 15908, 2599, 198, 220, 220, 220, 30351, 952, 13, 5143, 7, 1186, 30227, 62, 66, 5691, 570, 82, 7, 34945, 28, 15908, 11, 2393, 28, 7753, 4008, 198 ]
2.771676
346
""" Question Source:Leetcode Level: Easy Topic: Math Solver: Tayyrov Date: 28.05.2022 """ from typing import List
[ 37811, 201, 198, 24361, 8090, 25, 3123, 316, 8189, 201, 198, 4971, 25, 16789, 201, 198, 33221, 25, 16320, 201, 198, 50, 14375, 25, 25569, 88, 18657, 201, 198, 10430, 25, 2579, 13, 2713, 13, 1238, 1828, 201, 198, 37811, 201, 198, 6738, 19720, 1330, 7343, 201 ]
2.574468
47
from django.conf.urls import url from django.contrib import admin from . import views urlpatterns = [ url(r'^$', views.GeneralSettingsView.as_view(), name='general'), url(r'^technical/$', views.TechnicalSettingsView.as_view(), name='technical'), url(r'^teller/$', views.TellerSettingsView.as_view(), name='teller'), url(r'^email/$', views.EmailSettingsView.as_view(), name='email'), ]
[ 6738, 42625, 14208, 13, 10414, 13, 6371, 82, 1330, 19016, 198, 6738, 42625, 14208, 13, 3642, 822, 1330, 13169, 198, 198, 6738, 764, 1330, 5009, 198, 198, 6371, 33279, 82, 796, 685, 198, 220, 220, 220, 19016, 7, 81, 6, 61, 3, 3256, 5009, 13, 12218, 26232, 7680, 13, 292, 62, 1177, 22784, 1438, 11639, 24622, 33809, 198, 220, 220, 220, 19016, 7, 81, 6, 61, 47944, 32624, 3256, 5009, 13, 45638, 26232, 7680, 13, 292, 62, 1177, 22784, 1438, 11639, 47944, 33809, 198, 220, 220, 220, 19016, 7, 81, 6, 61, 660, 6051, 32624, 3256, 5009, 13, 51, 12368, 26232, 7680, 13, 292, 62, 1177, 22784, 1438, 11639, 660, 6051, 33809, 198, 220, 220, 220, 19016, 7, 81, 6, 61, 12888, 32624, 3256, 5009, 13, 15333, 26232, 7680, 13, 292, 62, 1177, 22784, 1438, 11639, 12888, 33809, 198, 60, 198 ]
2.858156
141
# Copyright 2009 Yelp # # 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. """This module contains the TestResult class, each instance of which holds status information for a single test method.""" from __future__ import print_function import datetime import sys import time import traceback import six from testify.utils import inspection __testify = 1 # vim: set ts=4 sts=4 sw=4 et:
[ 2, 15069, 3717, 44628, 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, 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, 1212, 8265, 4909, 262, 6208, 23004, 1398, 11, 1123, 4554, 286, 543, 6622, 3722, 1321, 329, 257, 2060, 1332, 2446, 526, 15931, 198, 6738, 11593, 37443, 834, 1330, 3601, 62, 8818, 198, 11748, 4818, 8079, 198, 11748, 25064, 198, 11748, 640, 198, 11748, 12854, 1891, 198, 198, 11748, 2237, 198, 198, 6738, 19671, 13, 26791, 1330, 15210, 198, 198, 834, 9288, 1958, 796, 352, 628, 198, 198, 2, 43907, 25, 900, 40379, 28, 19, 39747, 28, 19, 1509, 28, 19, 2123, 25, 198 ]
3.83913
230
from Database import Database_connection as db database = db() qy = """ INSERT INTO `berita_detail` (`judul`, `waktu`, `tag`, `isi`, `sumber`) VALUES ('Mentan harap tatanan normal baru pulihkan permintaan produk pertanian', '2020-06-07', '[normal baru,new normal,petani]', ' Dengan kebijakan normal baru utamanya di sektor pariwisata diharapkan dapat memulihkan permintaan produk pertanian Jakarta (ANTARA) - Menteri Pertanian Syahrul Yasin Limpo berharap tatanan normal baru dapat mendongkrak kesejahteraan petani dan memulihkan permintaan produk pertanian dengan dimulainya aktivitas hotel, restoran, katering (Horeka) dan perkantoran. Dampak yang ditimbulkan akibat pandemi ini masih dirasakan masyarakat, termasuk para petani. Faktor yang mempengaruhi petani yakni harga produk pertanian mengalami tekanan diakibatkan oleh panen raya musim tanam pertama. \"Kondisi ini menyebabkan deflasi kelompok bahan makanan dimana jumlah bahan pangan di lapangan banyak namun permintaan berkurang berakibat langsung dengan pendapatan petani,\" kata Syahrul dalam keterangan di Jakarta, Minggu. Selain itu, petani juga dihadapkan pada gangguan distribusi akibat Pembatasan Sosial Berskala Besar (PSBB), penurunan daya beli masyarakat, melemahnya sektor ekonomi yang terkait dengan sektor pertanian seperti Horeka dan perkantoran. Menurut Mentan, selama pandemi deflasi kelompok bahan makanan masih berimplikasi positif terhadap stabilitas sosial dan politik. Untuk mengurangi dampak ke pendapatan yang diterima petani, pemerintah memberikan bantuan sosial yang dapat mengkompensasi penurunan daya beli petani yang diakibatkan oleh penurunan harga produk pertanian. \"Dengan kebijakan normal baru utamanya di sektor pariwisata diharapkan dapat memulihkan permintaan produk pertanian sehingga dapat memperbaiki harga di tingkat petani,\" kata Syahrul. Kementerian Pertanian (Kementan) mencatat bahwa panen raya musim pertama sukses mengamankan stok pangan sehingga tidak terjadi gejolak kenaikan harga dan tersendatnya distribusi 11 bahan pokok khususnya dalam menghadapi Ramadhan dan Hari Raya Idul Fitri. Eksport komoditas pertanian juga masih tumbuh sebesar 12,6 persen. Namun demikian, Nilai Tukar Petani (NTP) diakui memang turun akibat pandemi. Syahrul menilai kondisi ini hanya sesaat. Menurut Mentan, kunci meningkatkan NTP adalah menyeimbangkan penawaran dan permintaan. Kebijakan pemerintah untuk membuka sektor pariwisata dan aktivitas perkantoran harus dipersiapkan dengan baik karena dengan keberhasilan kebijakan ini dapat berkontribusi terhadap perbaikan harga di tingkat petani. Menghadapi fenomena yang terjadi di kalangan petani, Mentan Syahrul mengatakan bahwa pihaknya sedang melakukan berbagai upaya salah satunya melakukan pengendalian dari sisi harga pertanian melalui koordinasi Bulog dan Kementerian Perdagangan. Pewarta: Mentari Dwi Gayati Editor: Ahmad Wijaya COPYRIGHT © ANTARA 2020 (adsbygoogle = window.adsbygoogle || []).push({}); ', 'antara') """ try: database.kursor.execute(qy) database.koneksi.commit() gen_id = database.kursor.lastrowid print(gen_id) except Exception as ex: database.koneksi.rollback() print(ex)
[ 6738, 24047, 1330, 24047, 62, 38659, 355, 20613, 198, 48806, 796, 20613, 3419, 198, 80, 88, 796, 37227, 198, 20913, 17395, 39319, 4600, 527, 5350, 62, 49170, 63, 357, 63, 10456, 377, 47671, 4600, 86, 461, 28047, 47671, 4600, 12985, 47671, 4600, 23267, 47671, 4600, 82, 4494, 63, 8, 26173, 35409, 198, 10786, 44, 298, 272, 3971, 499, 256, 265, 27870, 3487, 2318, 84, 17472, 4449, 27541, 9943, 600, 28340, 990, 74, 22146, 38336, 3256, 705, 42334, 12, 3312, 12, 2998, 3256, 44438, 11265, 2318, 84, 11, 3605, 3487, 11, 6449, 3216, 60, 3256, 705, 5601, 1030, 885, 65, 2926, 461, 272, 3487, 2318, 84, 3384, 321, 34183, 2566, 384, 74, 13165, 1582, 14246, 271, 1045, 2566, 9869, 499, 27541, 288, 499, 265, 1066, 377, 4449, 27541, 9943, 600, 28340, 990, 74, 22146, 38336, 49251, 357, 8643, 24401, 8, 532, 337, 9255, 72, 350, 861, 38336, 1632, 993, 81, 377, 25957, 259, 7576, 7501, 18157, 9869, 499, 256, 265, 27870, 3487, 2318, 84, 288, 499, 265, 47618, 506, 74, 17716, 479, 2771, 31558, 353, 28340, 4273, 3216, 46078, 1066, 377, 4449, 27541, 9943, 600, 28340, 990, 74, 22146, 38336, 2853, 1030, 5391, 377, 391, 3972, 257, 21841, 452, 21416, 7541, 11, 1334, 31884, 11, 479, 729, 278, 357, 39, 382, 4914, 8, 46078, 34407, 415, 31884, 13, 360, 696, 461, 331, 648, 288, 270, 14107, 31263, 47594, 571, 265, 19798, 43967, 287, 72, 12422, 4449, 26672, 292, 461, 272, 285, 4107, 30447, 265, 11, 3381, 292, 2724, 31215, 4273, 3216, 13, 376, 461, 13165, 331, 648, 1066, 79, 1516, 11493, 5303, 4273, 3216, 46251, 8461, 289, 853, 64, 990, 74, 22146, 38336, 1450, 13528, 6277, 573, 27541, 272, 2566, 461, 571, 265, 27541, 267, 293, 71, 3425, 268, 374, 11729, 1928, 320, 25706, 321, 22146, 1689, 13, 19990, 42, 623, 23267, 287, 72, 1450, 88, 1765, 397, 27541, 825, 75, 17053, 885, 75, 3361, 482, 275, 19210, 285, 461, 27870, 5391, 2271, 474, 388, 9271, 275, 19210, 279, 37089, 2566, 14779, 37089, 275, 1092, 461, 299, 321, 403, 9943, 600, 28340, 275, 9587, 333, 648, 18157, 461, 571, 265, 42392, 9854, 2853, 1030, 44017, 499, 39036, 4273, 3216, 11, 7879, 479, 1045, 1632, 993, 81, 377, 288, 44949, 479, 2357, 37089, 2566, 49251, 11, 26980, 5162, 13, 15300, 391, 340, 84, 11, 4273, 3216, 474, 30302, 2566, 18108, 499, 27541, 279, 4763, 7706, 5162, 272, 1233, 822, 385, 72, 47594, 571, 265, 350, 368, 8664, 292, 272, 311, 418, 498, 27701, 74, 6081, 347, 18964, 357, 3705, 15199, 828, 3112, 333, 403, 272, 1110, 64, 894, 72, 285, 4107, 30447, 265, 11, 502, 10671, 993, 3281, 64, 384, 74, 13165, 304, 74, 6326, 72, 331, 648, 1059, 74, 4548, 2853, 1030, 384, 74, 13165, 22146, 38336, 384, 11766, 72, 367, 382, 4914, 46078, 34407, 415, 31884, 13, 6065, 333, 315, 31879, 272, 11, 384, 75, 1689, 19798, 43967, 825, 75, 17053, 885, 75, 3361, 482, 275, 19210, 285, 461, 27870, 12422, 4449, 18157, 23928, 1134, 17053, 46436, 361, 1059, 18108, 499, 8303, 6392, 292, 264, 418, 498, 46078, 1408, 1134, 13, 26970, 2724, 1450, 45073, 648, 72, 21151, 461, 885, 44017, 499, 39036, 331, 648, 288, 2676, 8083, 4273, 3216, 11, 279, 24677, 600, 993, 2888, 49894, 275, 415, 7258, 264, 418, 498, 331, 648, 288, 499, 265, 1450, 70, 74, 3361, 641, 17053, 3112, 333, 403, 272, 1110, 64, 894, 72, 4273, 3216, 331, 648, 2566, 461, 571, 265, 27541, 267, 293, 71, 3112, 333, 403, 272, 289, 853, 64, 990, 74, 22146, 38336, 13, 19990, 21306, 1030, 885, 65, 2926, 461, 272, 3487, 2318, 84, 3384, 321, 34183, 2566, 384, 74, 13165, 1582, 14246, 271, 1045, 2566, 9869, 499, 27541, 288, 499, 265, 1066, 377, 4449, 27541, 9943, 600, 28340, 990, 74, 22146, 38336, 384, 722, 4908, 288, 499, 265, 1066, 525, 7012, 5580, 289, 853, 64, 2566, 256, 278, 41826, 4273, 3216, 11, 7879, 479, 1045, 1632, 993, 81, 377, 13, 509, 972, 263, 666, 350, 861, 38336, 357, 42, 972, 272, 8, 1450, 9246, 265, 275, 993, 10247, 3425, 268, 374, 11729, 1928, 320, 22146, 1689, 424, 591, 274, 1450, 28483, 962, 272, 336, 482, 279, 37089, 384, 722, 4908, 29770, 461, 1059, 73, 9189, 4903, 73, 349, 461, 479, 8107, 49894, 289, 853, 64, 46078, 256, 364, 437, 265, 3281, 64, 1233, 822, 385, 72, 1367, 275, 19210, 279, 482, 482, 479, 7537, 385, 3281, 64, 288, 44949, 1450, 456, 324, 15042, 7431, 324, 7637, 46078, 2113, 72, 7760, 64, 5121, 377, 25048, 380, 13, 412, 591, 634, 479, 296, 375, 21416, 22146, 38336, 474, 30302, 12422, 4449, 256, 2178, 7456, 384, 12636, 283, 1105, 11, 21, 2774, 268, 13, 17871, 403, 1357, 1134, 666, 11, 29213, 1872, 309, 2724, 283, 4767, 3216, 357, 45, 7250, 8, 2566, 8719, 72, 1066, 648, 7858, 403, 47594, 571, 265, 19798, 43967, 13, 1632, 993, 81, 377, 1450, 346, 1872, 479, 623, 23267, 287, 72, 289, 34183, 264, 49183, 265, 13, 6065, 333, 315, 31879, 272, 11, 479, 49652, 1450, 278, 41826, 27541, 399, 7250, 512, 282, 993, 1450, 5948, 14107, 648, 27541, 3112, 707, 19173, 46078, 9943, 600, 28340, 13, 509, 1765, 2926, 461, 272, 279, 24677, 600, 993, 1418, 2724, 1066, 65, 14852, 384, 74, 13165, 1582, 14246, 271, 1045, 46078, 257, 21841, 452, 21416, 34407, 415, 31884, 3971, 385, 19550, 364, 72, 499, 27541, 2853, 1030, 26605, 1134, 479, 533, 2616, 2853, 1030, 885, 527, 10134, 38239, 885, 65, 2926, 461, 272, 287, 72, 288, 499, 265, 275, 9587, 756, 822, 385, 72, 1059, 18108, 499, 583, 7012, 49894, 289, 853, 64, 2566, 256, 278, 41826, 4273, 3216, 13, 6065, 456, 324, 15042, 277, 268, 3674, 64, 331, 648, 1059, 73, 9189, 2566, 479, 282, 37089, 4273, 3216, 11, 31879, 272, 1632, 993, 81, 377, 1450, 41268, 461, 272, 275, 993, 10247, 279, 4449, 461, 3281, 64, 10081, 648, 7758, 461, 2724, 272, 18157, 21454, 1872, 510, 11729, 3664, 993, 3332, 403, 3972, 7758, 461, 2724, 272, 279, 1516, 437, 7199, 288, 2743, 264, 23267, 289, 853, 64, 22146, 38336, 7758, 282, 9019, 41727, 585, 259, 17053, 8510, 519, 46078, 509, 972, 263, 666, 2448, 67, 363, 37089, 13, 21805, 34202, 25, 31879, 2743, 19113, 72, 16013, 7246, 12058, 25, 24152, 370, 2926, 11729, 27975, 38162, 9947, 10673, 3537, 51, 24401, 12131, 357, 5643, 1525, 13297, 796, 4324, 13, 5643, 1525, 13297, 8614, 17635, 737, 14689, 15090, 22133, 46083, 705, 415, 3301, 11537, 198, 37811, 198, 28311, 25, 198, 220, 220, 220, 6831, 13, 74, 21471, 13, 41049, 7, 80, 88, 8, 198, 220, 220, 220, 6831, 13, 74, 505, 591, 72, 13, 41509, 3419, 198, 220, 220, 220, 2429, 62, 312, 796, 6831, 13, 74, 21471, 13, 12957, 808, 312, 198, 220, 220, 220, 3601, 7, 5235, 62, 312, 8, 198, 16341, 35528, 355, 409, 25, 198, 220, 220, 220, 6831, 13, 74, 505, 591, 72, 13, 2487, 1891, 3419, 198, 220, 220, 220, 3601, 7, 1069, 8, 628, 198 ]
2.737024
1,156
# coding: utf-8 """ @Topic: @Date: 2020/12/8 @Author: other.z @Copyright(C): 2020-2023 other.z Inc. All rights reserved. """ import py import os import json import yaml import warnings from dotenv import dotenv_values, find_dotenv
[ 2, 19617, 25, 3384, 69, 12, 23, 198, 37811, 198, 2488, 33221, 25, 628, 2488, 10430, 25, 12131, 14, 1065, 14, 23, 628, 2488, 13838, 25, 584, 13, 89, 628, 2488, 15269, 171, 120, 230, 34, 171, 120, 231, 25, 12131, 12, 1238, 1954, 584, 13, 89, 3457, 13, 220, 220, 1439, 2489, 10395, 13, 198, 198, 37811, 198, 198, 11748, 12972, 198, 11748, 28686, 198, 11748, 33918, 198, 11748, 331, 43695, 198, 11748, 14601, 198, 6738, 16605, 24330, 1330, 16605, 24330, 62, 27160, 11, 1064, 62, 26518, 24330, 628, 628, 628, 198 ]
2.666667
93
import pytest import numpy as np from astropy.wcs import WCS import astropy.units as u from astropy.coordinates import SkyCoord from astropy.wcs.utils import proj_plane_pixel_area from mosviz.viewers.mos_viewer import MOSVizViewer def construct_test_wcs(ra=0., dec=0., x=0., y=0., area=1.0): """ Constructs an `~astropy.wcs.WCS` object according to params. WCS object will always have ['RA---TAN', 'DEC--TAN'] transform. Parameters ---------- ra, dec : float Center (ra, dec) in deg x, y : float Center (x, y) pixell area : float Projected plane pixel area (deg**2/pix) Returns -------- wcs : `~astropy.wcs.WCS` """ axis_scale = np.sqrt(area) w = WCS() w.wcs.crval = [ra, dec] w.wcs.crpix = [x, y] w.wcs.ctype = ['RA---TAN', 'DEC--TAN'] w.wcs.cdelt = np.array([-axis_scale, axis_scale]) return w def check_is_close(a, b, name_a='a', name_b='b'): """ Parameters ---------- a, b : numeric Values to be compared. name_a, name_b: str Variable name of values. Displayed if exception is raised. Raises ------ Exception: If a and b and not close """ if not np.isclose(a, b): raise Exception("{0} and {1} alues are not close: " "np.isclose({0}, {1})".format(name_a, name_b, a, b)) def check_all_close(a, b, name_a='a', name_b='b'): """ Parameters ---------- a, b : array arrays to be compared. name_a, name_b : str Variable name of arrays. Displayed if exception is raised. Raises ------ Exception: If values in a and b and not close """ if not np.allclose(a, b): raise Exception("{0} and {1} alues are not close: " "np.isclose({0}, {1})".format(name_a, name_b, a, b)) def check_rectangle_patch_attr(slit, x, y, width, length): """ Chcek the patch position, dimension and bounds. Params are the expected values. Parameters ---------- slit : _MOSVizSlit Slit to be tested. x, y, width, length : float Correct center x pixel, center y pixel, width and length. """ x_bounds = np.array([x - (width / 2.), x + (width / 2.)]) y_bounds = np.array([y - (length / 2.), y + (length / 2.)]) check_is_close(slit.x, x) check_is_close(slit.y, y) check_is_close(slit.dx, width) check_is_close(slit.dy, length) check_is_close(slit.width, width) check_is_close(slit.length, length) check_all_close(np.array(slit.x_bounds), x_bounds) check_all_close(np.array(slit.y_bounds), y_bounds) check_all_close(np.array(slit.y_bounds), y_bounds) def check_clear_slits(slit_controller): """Make sure all attributes are reset""" assert slit_controller.has_slits is False assert len(slit_controller.slits) == 0 def test_construct_pix_region(glue_gui): """Test the `SlitController.construct_pix_region` function""" mosviz_gui = MOSVizViewer(glue_gui.session) slit_controller = mosviz_gui.slit_controller # Construct a 20x10 (l x w) rectangle x, y = (5., 10.) width = 10. length = 20. assert not slit_controller.has_slits slit_controller.add_rectangle_pixel_slit(x=x, y=y, width=width, length=length) assert slit_controller.has_slits check_rectangle_patch_attr(slit_controller.slits[0], x, y, width, length) # Test move function for this parch x, y = (500., 100.) slit_controller.slits[0].move(x=x, y=y) check_rectangle_patch_attr(slit_controller.slits[0], x, y, width, length) # Test drawing the slit mosviz_gui.image_widget.draw_slit() # Test removing the paths slit_controller.clear_slits() check_clear_slits(slit_controller) mosviz_gui.close(warn=False) def test_construct_sky_region(glue_gui): """Test the `SlitController.construct_sky_region` function""" mosviz_gui = MOSVizViewer(glue_gui.session) slit_controller = mosviz_gui.slit_controller ra, dec = (10., 30.) x, y = (5., 10.) ang_width = 1. # deg ang_length = 2. # deg area = 0.1 # deg**2/pix scale = np.sqrt(area) width = ang_width / scale length = ang_length / scale # note fits indexing starts at 1 wcs = construct_test_wcs(ra, dec, x+1, y+1, area) assert not slit_controller.has_slits slit_controller.add_rectangle_sky_slit(wcs, ra, dec, (ang_width*u.deg).to(u.arcsec), (ang_length*u.deg).to(u.arcsec)) assert slit_controller.has_slits check_rectangle_patch_attr(slit_controller.slits[0], x, y, width, length) # Test move function for this parch x, y = (500., 100.) slit_controller.slits[0].move(x=x, y=y) check_rectangle_patch_attr(slit_controller.slits[0], x, y, width, length) # Test drawing the slit mosviz_gui.image_widget.draw_slit() # Test removing the paths slit_controller.clear_slits() check_clear_slits(slit_controller) mosviz_gui.close(warn=False) def test_launch_editor(glue_gui): """Test launching the slit editor""" mosviz_gui = MOSVizViewer(glue_gui.session) slit_controller = mosviz_gui.slit_controller ui = slit_controller.launch_slit_ui() mosviz_gui.close(warn=False) mosviz_gui = glue_gui.viewers[0][0] slit_controller = mosviz_gui.slit_controller ui = slit_controller.launch_slit_ui() ui.close() def test_current_slit(glue_gui): """Test the UI currently available for testing.""" mosviz_gui = glue_gui.viewers[0][0] slit_controller = mosviz_gui.slit_controller if "slit_width" in mosviz_gui.catalog.meta["special_columns"] and \ "slit_length" in mosviz_gui.catalog.meta["special_columns"] and \ mosviz_gui.cutout_wcs is not None: assert slit_controller.has_slits row = mosviz_gui.current_row ra = row[mosviz_gui.catalog.meta["special_columns"]["slit_ra"]] dec = row[mosviz_gui.catalog.meta["special_columns"]["slit_dec"]] ang_width = row[mosviz_gui.catalog.meta["special_columns"]["slit_width"]] ang_length = row[mosviz_gui.catalog.meta["special_columns"]["slit_length"]] wcs = mosviz_gui.cutout_wcs skycoord = SkyCoord(ra, dec, frame='fk5', unit="deg") xp, yp = skycoord.to_pixel(wcs) scale = np.sqrt(proj_plane_pixel_area(wcs)) * 3600. dx = ang_width / scale dy = ang_length / scale check_is_close(dx, slit_controller.slits[0].dx) check_is_close(dy, slit_controller.slits[0].dy) check_is_close(xp, slit_controller.slits[0].x) check_is_close(yp, slit_controller.slits[0].y)
[ 11748, 12972, 9288, 198, 198, 11748, 299, 32152, 355, 45941, 198, 198, 6738, 6468, 28338, 13, 12712, 1330, 45410, 198, 11748, 6468, 28338, 13, 41667, 355, 334, 198, 6738, 6468, 28338, 13, 37652, 17540, 1330, 5274, 7222, 585, 198, 6738, 6468, 28338, 13, 12712, 13, 26791, 1330, 386, 73, 62, 14382, 62, 32515, 62, 20337, 198, 198, 6738, 10867, 85, 528, 13, 1177, 364, 13, 16785, 62, 1177, 263, 1330, 337, 2640, 53, 528, 7680, 263, 628, 198, 4299, 5678, 62, 9288, 62, 12712, 7, 430, 28, 15, 1539, 875, 28, 15, 1539, 2124, 28, 15, 1539, 331, 28, 15, 1539, 1989, 28, 16, 13, 15, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 28407, 82, 281, 4600, 93, 459, 28338, 13, 12712, 13, 54, 7902, 63, 2134, 1864, 284, 42287, 13, 198, 220, 220, 220, 45410, 2134, 481, 1464, 423, 37250, 3861, 6329, 51, 1565, 3256, 705, 41374, 438, 51, 1565, 20520, 6121, 13, 628, 220, 220, 220, 40117, 198, 220, 220, 220, 24200, 438, 198, 220, 220, 220, 2179, 11, 875, 1058, 12178, 198, 220, 220, 220, 220, 220, 220, 220, 3337, 357, 430, 11, 875, 8, 287, 3396, 198, 220, 220, 220, 2124, 11, 331, 1058, 12178, 198, 220, 220, 220, 220, 220, 220, 220, 3337, 357, 87, 11, 331, 8, 279, 844, 695, 198, 220, 220, 220, 1989, 1058, 12178, 198, 220, 220, 220, 220, 220, 220, 220, 27332, 119, 123, 16775, 276, 6614, 17465, 1989, 357, 13500, 1174, 17, 14, 79, 844, 8, 628, 220, 220, 220, 16409, 198, 220, 220, 220, 24200, 198, 220, 220, 220, 266, 6359, 1058, 4600, 93, 459, 28338, 13, 12712, 13, 54, 7902, 63, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 16488, 62, 9888, 796, 45941, 13, 31166, 17034, 7, 20337, 8, 198, 220, 220, 220, 266, 796, 45410, 3419, 198, 220, 220, 220, 266, 13, 12712, 13, 6098, 2100, 796, 685, 430, 11, 875, 60, 198, 220, 220, 220, 266, 13, 12712, 13, 6098, 79, 844, 796, 685, 87, 11, 331, 60, 198, 220, 220, 220, 266, 13, 12712, 13, 310, 2981, 796, 37250, 3861, 6329, 51, 1565, 3256, 705, 41374, 438, 51, 1565, 20520, 198, 220, 220, 220, 266, 13, 12712, 13, 10210, 2120, 796, 45941, 13, 18747, 26933, 12, 22704, 62, 9888, 11, 16488, 62, 9888, 12962, 198, 220, 220, 220, 1441, 266, 628, 198, 4299, 2198, 62, 271, 62, 19836, 7, 64, 11, 275, 11, 1438, 62, 64, 11639, 64, 3256, 1438, 62, 65, 11639, 65, 6, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 40117, 198, 220, 220, 220, 24200, 438, 198, 220, 220, 220, 257, 11, 275, 1058, 35575, 198, 220, 220, 220, 220, 220, 220, 220, 27068, 284, 307, 3688, 13, 198, 220, 220, 220, 1438, 62, 64, 11, 1438, 62, 65, 25, 965, 198, 220, 220, 220, 220, 220, 220, 220, 35748, 1438, 286, 3815, 13, 198, 220, 220, 220, 220, 220, 220, 220, 16531, 276, 611, 6631, 318, 4376, 13, 628, 220, 220, 220, 7567, 2696, 198, 220, 220, 220, 40103, 198, 220, 220, 220, 35528, 25, 1002, 257, 290, 275, 290, 407, 1969, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 611, 407, 45941, 13, 271, 19836, 7, 64, 11, 275, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 5298, 35528, 7203, 90, 15, 92, 290, 1391, 16, 92, 435, 947, 389, 407, 1969, 25, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 37659, 13, 271, 19836, 15090, 15, 5512, 1391, 16, 30072, 1911, 18982, 7, 3672, 62, 64, 11, 1438, 62, 65, 11, 257, 11, 275, 4008, 628, 198, 4299, 2198, 62, 439, 62, 19836, 7, 64, 11, 275, 11, 1438, 62, 64, 11639, 64, 3256, 1438, 62, 65, 11639, 65, 6, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 40117, 198, 220, 220, 220, 24200, 438, 198, 220, 220, 220, 257, 11, 275, 1058, 7177, 198, 220, 220, 220, 220, 220, 220, 220, 26515, 284, 307, 3688, 13, 198, 220, 220, 220, 1438, 62, 64, 11, 1438, 62, 65, 1058, 965, 198, 220, 220, 220, 220, 220, 220, 220, 35748, 1438, 286, 26515, 13, 198, 220, 220, 220, 220, 220, 220, 220, 16531, 276, 611, 6631, 318, 4376, 13, 628, 220, 220, 220, 7567, 2696, 198, 220, 220, 220, 40103, 198, 220, 220, 220, 35528, 25, 1002, 3815, 287, 257, 290, 275, 290, 407, 1969, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 611, 407, 45941, 13, 439, 19836, 7, 64, 11, 275, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 5298, 35528, 7203, 90, 15, 92, 290, 1391, 16, 92, 435, 947, 389, 407, 1969, 25, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 37659, 13, 271, 19836, 15090, 15, 5512, 1391, 16, 30072, 1911, 18982, 7, 3672, 62, 64, 11, 1438, 62, 65, 11, 257, 11, 275, 4008, 628, 198, 4299, 2198, 62, 2554, 9248, 62, 17147, 62, 35226, 7, 6649, 270, 11, 2124, 11, 331, 11, 9647, 11, 4129, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 609, 344, 74, 262, 8529, 2292, 11, 15793, 290, 22303, 13, 198, 220, 220, 220, 2547, 4105, 389, 262, 2938, 3815, 13, 198, 220, 220, 220, 40117, 198, 220, 220, 220, 24200, 438, 198, 220, 220, 220, 40724, 1058, 4808, 44, 2640, 53, 528, 11122, 270, 198, 220, 220, 220, 220, 220, 220, 220, 3454, 270, 284, 307, 6789, 13, 198, 220, 220, 220, 2124, 11, 331, 11, 9647, 11, 4129, 1058, 12178, 198, 220, 220, 220, 220, 220, 220, 220, 22941, 3641, 2124, 17465, 11, 3641, 331, 17465, 11, 9647, 290, 4129, 13, 198, 220, 220, 220, 37227, 628, 220, 220, 220, 2124, 62, 65, 3733, 796, 45941, 13, 18747, 26933, 87, 532, 357, 10394, 1220, 362, 12179, 2124, 1343, 357, 10394, 1220, 362, 2014, 12962, 198, 220, 220, 220, 331, 62, 65, 3733, 796, 45941, 13, 18747, 26933, 88, 532, 357, 13664, 1220, 362, 12179, 331, 1343, 357, 13664, 1220, 362, 2014, 12962, 628, 220, 220, 220, 2198, 62, 271, 62, 19836, 7, 6649, 270, 13, 87, 11, 2124, 8, 198, 220, 220, 220, 2198, 62, 271, 62, 19836, 7, 6649, 270, 13, 88, 11, 331, 8, 198, 220, 220, 220, 2198, 62, 271, 62, 19836, 7, 6649, 270, 13, 34350, 11, 9647, 8, 198, 220, 220, 220, 2198, 62, 271, 62, 19836, 7, 6649, 270, 13, 9892, 11, 4129, 8, 198, 220, 220, 220, 2198, 62, 271, 62, 19836, 7, 6649, 270, 13, 10394, 11, 9647, 8, 198, 220, 220, 220, 2198, 62, 271, 62, 19836, 7, 6649, 270, 13, 13664, 11, 4129, 8, 198, 220, 220, 220, 2198, 62, 439, 62, 19836, 7, 37659, 13, 18747, 7, 6649, 270, 13, 87, 62, 65, 3733, 828, 2124, 62, 65, 3733, 8, 198, 220, 220, 220, 2198, 62, 439, 62, 19836, 7, 37659, 13, 18747, 7, 6649, 270, 13, 88, 62, 65, 3733, 828, 331, 62, 65, 3733, 8, 198, 220, 220, 220, 2198, 62, 439, 62, 19836, 7, 37659, 13, 18747, 7, 6649, 270, 13, 88, 62, 65, 3733, 828, 331, 62, 65, 3733, 8, 628, 198, 4299, 2198, 62, 20063, 62, 6649, 896, 7, 6649, 270, 62, 36500, 2599, 198, 220, 220, 220, 37227, 12050, 1654, 477, 12608, 389, 13259, 37811, 198, 220, 220, 220, 6818, 40724, 62, 36500, 13, 10134, 62, 6649, 896, 318, 10352, 198, 220, 220, 220, 6818, 18896, 7, 6649, 270, 62, 36500, 13, 6649, 896, 8, 6624, 657, 628, 198, 4299, 1332, 62, 41571, 62, 79, 844, 62, 36996, 7, 4743, 518, 62, 48317, 2599, 198, 220, 220, 220, 37227, 14402, 262, 4600, 11122, 270, 22130, 13, 41571, 62, 79, 844, 62, 36996, 63, 2163, 37811, 198, 220, 220, 220, 10867, 85, 528, 62, 48317, 796, 337, 2640, 53, 528, 7680, 263, 7, 4743, 518, 62, 48317, 13, 29891, 8, 198, 220, 220, 220, 40724, 62, 36500, 796, 10867, 85, 528, 62, 48317, 13, 6649, 270, 62, 36500, 628, 220, 220, 220, 1303, 28407, 257, 1160, 87, 940, 357, 75, 2124, 266, 8, 35991, 198, 220, 220, 220, 2124, 11, 331, 796, 357, 20, 1539, 838, 2014, 198, 220, 220, 220, 9647, 796, 838, 13, 198, 220, 220, 220, 4129, 796, 1160, 13, 628, 220, 220, 220, 6818, 407, 40724, 62, 36500, 13, 10134, 62, 6649, 896, 198, 220, 220, 220, 40724, 62, 36500, 13, 2860, 62, 2554, 9248, 62, 32515, 62, 6649, 270, 7, 87, 28, 87, 11, 331, 28, 88, 11, 9647, 28, 10394, 11, 4129, 28, 13664, 8, 198, 220, 220, 220, 6818, 40724, 62, 36500, 13, 10134, 62, 6649, 896, 628, 220, 220, 220, 2198, 62, 2554, 9248, 62, 17147, 62, 35226, 7, 6649, 270, 62, 36500, 13, 6649, 896, 58, 15, 4357, 2124, 11, 331, 11, 9647, 11, 4129, 8, 628, 220, 220, 220, 1303, 6208, 1445, 2163, 329, 428, 279, 998, 198, 220, 220, 220, 2124, 11, 331, 796, 357, 4059, 1539, 1802, 2014, 198, 220, 220, 220, 40724, 62, 36500, 13, 6649, 896, 58, 15, 4083, 21084, 7, 87, 28, 87, 11, 331, 28, 88, 8, 628, 220, 220, 220, 2198, 62, 2554, 9248, 62, 17147, 62, 35226, 7, 6649, 270, 62, 36500, 13, 6649, 896, 58, 15, 4357, 2124, 11, 331, 11, 9647, 11, 4129, 8, 628, 220, 220, 220, 1303, 6208, 8263, 262, 40724, 198, 220, 220, 220, 10867, 85, 528, 62, 48317, 13, 9060, 62, 42655, 13, 19334, 62, 6649, 270, 3419, 628, 220, 220, 220, 1303, 6208, 10829, 262, 13532, 198, 220, 220, 220, 40724, 62, 36500, 13, 20063, 62, 6649, 896, 3419, 198, 220, 220, 220, 2198, 62, 20063, 62, 6649, 896, 7, 6649, 270, 62, 36500, 8, 198, 220, 220, 220, 10867, 85, 528, 62, 48317, 13, 19836, 7, 40539, 28, 25101, 8, 628, 198, 4299, 1332, 62, 41571, 62, 15688, 62, 36996, 7, 4743, 518, 62, 48317, 2599, 198, 220, 220, 220, 37227, 14402, 262, 4600, 11122, 270, 22130, 13, 41571, 62, 15688, 62, 36996, 63, 2163, 37811, 198, 220, 220, 220, 10867, 85, 528, 62, 48317, 796, 337, 2640, 53, 528, 7680, 263, 7, 4743, 518, 62, 48317, 13, 29891, 8, 198, 220, 220, 220, 40724, 62, 36500, 796, 10867, 85, 528, 62, 48317, 13, 6649, 270, 62, 36500, 628, 220, 220, 220, 2179, 11, 875, 796, 357, 940, 1539, 1542, 2014, 198, 220, 220, 220, 2124, 11, 331, 796, 357, 20, 1539, 838, 2014, 198, 220, 220, 220, 3550, 62, 10394, 796, 352, 13, 220, 1303, 3396, 198, 220, 220, 220, 3550, 62, 13664, 796, 362, 13, 220, 1303, 3396, 198, 220, 220, 220, 1989, 796, 657, 13, 16, 220, 1303, 3396, 1174, 17, 14, 79, 844, 198, 220, 220, 220, 5046, 796, 45941, 13, 31166, 17034, 7, 20337, 8, 198, 220, 220, 220, 9647, 796, 3550, 62, 10394, 1220, 5046, 198, 220, 220, 220, 4129, 796, 3550, 62, 13664, 1220, 5046, 628, 220, 220, 220, 1303, 3465, 11414, 6376, 278, 4940, 379, 352, 198, 220, 220, 220, 266, 6359, 796, 5678, 62, 9288, 62, 12712, 7, 430, 11, 875, 11, 2124, 10, 16, 11, 331, 10, 16, 11, 1989, 8, 628, 220, 220, 220, 6818, 407, 40724, 62, 36500, 13, 10134, 62, 6649, 896, 198, 220, 220, 220, 40724, 62, 36500, 13, 2860, 62, 2554, 9248, 62, 15688, 62, 6649, 270, 7, 12712, 11, 2179, 11, 875, 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, 357, 648, 62, 10394, 9, 84, 13, 13500, 737, 1462, 7, 84, 13, 5605, 2363, 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, 357, 648, 62, 13664, 9, 84, 13, 13500, 737, 1462, 7, 84, 13, 5605, 2363, 4008, 198, 220, 220, 220, 6818, 40724, 62, 36500, 13, 10134, 62, 6649, 896, 628, 220, 220, 220, 2198, 62, 2554, 9248, 62, 17147, 62, 35226, 7, 6649, 270, 62, 36500, 13, 6649, 896, 58, 15, 4357, 2124, 11, 331, 11, 9647, 11, 4129, 8, 628, 220, 220, 220, 1303, 6208, 1445, 2163, 329, 428, 279, 998, 198, 220, 220, 220, 2124, 11, 331, 796, 357, 4059, 1539, 1802, 2014, 198, 220, 220, 220, 40724, 62, 36500, 13, 6649, 896, 58, 15, 4083, 21084, 7, 87, 28, 87, 11, 331, 28, 88, 8, 628, 220, 220, 220, 2198, 62, 2554, 9248, 62, 17147, 62, 35226, 7, 6649, 270, 62, 36500, 13, 6649, 896, 58, 15, 4357, 2124, 11, 331, 11, 9647, 11, 4129, 8, 628, 220, 220, 220, 1303, 6208, 8263, 262, 40724, 198, 220, 220, 220, 10867, 85, 528, 62, 48317, 13, 9060, 62, 42655, 13, 19334, 62, 6649, 270, 3419, 628, 220, 220, 220, 1303, 6208, 10829, 262, 13532, 198, 220, 220, 220, 40724, 62, 36500, 13, 20063, 62, 6649, 896, 3419, 198, 220, 220, 220, 2198, 62, 20063, 62, 6649, 896, 7, 6649, 270, 62, 36500, 8, 198, 220, 220, 220, 10867, 85, 528, 62, 48317, 13, 19836, 7, 40539, 28, 25101, 8, 628, 198, 4299, 1332, 62, 35681, 62, 35352, 7, 4743, 518, 62, 48317, 2599, 198, 220, 220, 220, 37227, 14402, 13925, 262, 40724, 5464, 37811, 198, 220, 220, 220, 10867, 85, 528, 62, 48317, 796, 337, 2640, 53, 528, 7680, 263, 7, 4743, 518, 62, 48317, 13, 29891, 8, 198, 220, 220, 220, 40724, 62, 36500, 796, 10867, 85, 528, 62, 48317, 13, 6649, 270, 62, 36500, 198, 220, 220, 220, 334, 72, 796, 40724, 62, 36500, 13, 35681, 62, 6649, 270, 62, 9019, 3419, 198, 220, 220, 220, 10867, 85, 528, 62, 48317, 13, 19836, 7, 40539, 28, 25101, 8, 628, 220, 220, 220, 10867, 85, 528, 62, 48317, 796, 22749, 62, 48317, 13, 1177, 364, 58, 15, 7131, 15, 60, 198, 220, 220, 220, 40724, 62, 36500, 796, 10867, 85, 528, 62, 48317, 13, 6649, 270, 62, 36500, 198, 220, 220, 220, 334, 72, 796, 40724, 62, 36500, 13, 35681, 62, 6649, 270, 62, 9019, 3419, 198, 220, 220, 220, 334, 72, 13, 19836, 3419, 628, 198, 4299, 1332, 62, 14421, 62, 6649, 270, 7, 4743, 518, 62, 48317, 2599, 198, 220, 220, 220, 37227, 14402, 262, 12454, 3058, 1695, 329, 4856, 526, 15931, 198, 220, 220, 220, 10867, 85, 528, 62, 48317, 796, 22749, 62, 48317, 13, 1177, 364, 58, 15, 7131, 15, 60, 198, 220, 220, 220, 40724, 62, 36500, 796, 10867, 85, 528, 62, 48317, 13, 6649, 270, 62, 36500, 628, 220, 220, 220, 611, 366, 6649, 270, 62, 10394, 1, 287, 10867, 85, 528, 62, 48317, 13, 9246, 11794, 13, 28961, 14692, 20887, 62, 28665, 82, 8973, 290, 3467, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 6649, 270, 62, 13664, 1, 287, 10867, 85, 528, 62, 48317, 13, 9246, 11794, 13, 28961, 14692, 20887, 62, 28665, 82, 8973, 290, 3467, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 10867, 85, 528, 62, 48317, 13, 8968, 448, 62, 12712, 318, 407, 6045, 25, 198, 220, 220, 220, 220, 220, 220, 220, 6818, 40724, 62, 36500, 13, 10134, 62, 6649, 896, 198, 220, 220, 220, 220, 220, 220, 220, 5752, 796, 10867, 85, 528, 62, 48317, 13, 14421, 62, 808, 198, 220, 220, 220, 220, 220, 220, 220, 2179, 796, 5752, 58, 16785, 85, 528, 62, 48317, 13, 9246, 11794, 13, 28961, 14692, 20887, 62, 28665, 82, 1, 7131, 1, 6649, 270, 62, 430, 8973, 60, 198, 220, 220, 220, 220, 220, 220, 220, 875, 796, 5752, 58, 16785, 85, 528, 62, 48317, 13, 9246, 11794, 13, 28961, 14692, 20887, 62, 28665, 82, 1, 7131, 1, 6649, 270, 62, 12501, 8973, 60, 198, 220, 220, 220, 220, 220, 220, 220, 3550, 62, 10394, 796, 5752, 58, 16785, 85, 528, 62, 48317, 13, 9246, 11794, 13, 28961, 14692, 20887, 62, 28665, 82, 1, 7131, 1, 6649, 270, 62, 10394, 8973, 60, 198, 220, 220, 220, 220, 220, 220, 220, 3550, 62, 13664, 796, 5752, 58, 16785, 85, 528, 62, 48317, 13, 9246, 11794, 13, 28961, 14692, 20887, 62, 28665, 82, 1, 7131, 1, 6649, 270, 62, 13664, 8973, 60, 628, 220, 220, 220, 220, 220, 220, 220, 266, 6359, 796, 10867, 85, 528, 62, 48317, 13, 8968, 448, 62, 12712, 628, 220, 220, 220, 220, 220, 220, 220, 6766, 37652, 796, 5274, 7222, 585, 7, 430, 11, 875, 11, 5739, 11639, 69, 74, 20, 3256, 4326, 2625, 13500, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 36470, 11, 331, 79, 796, 6766, 37652, 13, 1462, 62, 32515, 7, 12712, 8, 628, 220, 220, 220, 220, 220, 220, 220, 5046, 796, 45941, 13, 31166, 17034, 7, 1676, 73, 62, 14382, 62, 32515, 62, 20337, 7, 12712, 4008, 1635, 4570, 405, 13, 628, 220, 220, 220, 220, 220, 220, 220, 44332, 796, 3550, 62, 10394, 1220, 5046, 198, 220, 220, 220, 220, 220, 220, 220, 20268, 796, 3550, 62, 13664, 1220, 5046, 628, 220, 220, 220, 220, 220, 220, 220, 2198, 62, 271, 62, 19836, 7, 34350, 11, 40724, 62, 36500, 13, 6649, 896, 58, 15, 4083, 34350, 8, 198, 220, 220, 220, 220, 220, 220, 220, 2198, 62, 271, 62, 19836, 7, 9892, 11, 40724, 62, 36500, 13, 6649, 896, 58, 15, 4083, 9892, 8, 198, 220, 220, 220, 220, 220, 220, 220, 2198, 62, 271, 62, 19836, 7, 42372, 11, 40724, 62, 36500, 13, 6649, 896, 58, 15, 4083, 87, 8, 198, 220, 220, 220, 220, 220, 220, 220, 2198, 62, 271, 62, 19836, 7, 4464, 11, 40724, 62, 36500, 13, 6649, 896, 58, 15, 4083, 88, 8, 198 ]
2.263493
2,983
from mmf.models.mmbt import MMBT from mmxai.interpretability.classification.lime.lime_multimodal import LimeMultimodalExplainer import numpy as np from PIL import Image from skimage.segmentation import mark_boundaries from skimage import img_as_ubyte import matplotlib.pyplot as plt import torch import json import re model = MMBT.from_pretrained("mmbt.hateful_memes.images") img_name = "" # replace this with image path img_text = "" # replace this with memes text img_try = Image.open(img_name) # predict output = model.classify(img_try, img_text) label_to_explain = output["label"] plt.imshow(img_try) plt.axis("off") plt.show() hateful = "Yes" if output["label"] == 1 else "No" print("Hateful as per the model?", hateful) print(f"Model's confidence: {output['confidence'] * 100:.3f}%") # explain using lime text_exp, img_exp, txt_msg, img_msg = lime_multimodal_explain( img_name, img_text, model, label_to_explain, num_samples=30000, ) print(txt_msg, "\n", img_msg)
[ 6738, 8085, 69, 13, 27530, 13, 76, 2022, 83, 1330, 337, 10744, 51, 198, 6738, 8085, 87, 1872, 13, 27381, 1799, 13, 4871, 2649, 13, 27299, 13, 27299, 62, 16680, 320, 375, 282, 1330, 43503, 15205, 320, 375, 282, 18438, 10613, 198, 11748, 299, 32152, 355, 45941, 198, 6738, 350, 4146, 1330, 7412, 198, 6738, 1341, 9060, 13, 325, 5154, 341, 1330, 1317, 62, 7784, 3166, 198, 6738, 1341, 9060, 1330, 33705, 62, 292, 62, 549, 88, 660, 198, 11748, 2603, 29487, 8019, 13, 9078, 29487, 355, 458, 83, 198, 11748, 28034, 198, 11748, 33918, 198, 11748, 302, 628, 198, 19849, 796, 337, 10744, 51, 13, 6738, 62, 5310, 13363, 7203, 76, 2022, 83, 13, 71, 11850, 62, 11883, 274, 13, 17566, 4943, 628, 628, 198, 9600, 62, 3672, 796, 13538, 1303, 6330, 428, 351, 2939, 3108, 198, 9600, 62, 5239, 796, 13538, 1303, 6330, 428, 351, 32905, 2420, 198, 198, 9600, 62, 28311, 796, 7412, 13, 9654, 7, 9600, 62, 3672, 8, 198, 198, 2, 4331, 198, 22915, 796, 2746, 13, 4871, 1958, 7, 9600, 62, 28311, 11, 33705, 62, 5239, 8, 198, 18242, 62, 1462, 62, 20676, 391, 796, 5072, 14692, 18242, 8973, 198, 198, 489, 83, 13, 320, 12860, 7, 9600, 62, 28311, 8, 198, 489, 83, 13, 22704, 7203, 2364, 4943, 198, 489, 83, 13, 12860, 3419, 198, 71, 11850, 796, 366, 5297, 1, 611, 5072, 14692, 18242, 8973, 6624, 352, 2073, 366, 2949, 1, 198, 4798, 7203, 39, 11850, 355, 583, 262, 2746, 35379, 30367, 8, 198, 4798, 7, 69, 1, 17633, 338, 6628, 25, 1391, 22915, 17816, 39745, 20520, 1635, 1802, 25, 13, 18, 69, 92, 4, 4943, 198, 198, 2, 4727, 1262, 28738, 198, 5239, 62, 11201, 11, 33705, 62, 11201, 11, 256, 742, 62, 19662, 11, 33705, 62, 19662, 796, 28738, 62, 16680, 320, 375, 282, 62, 20676, 391, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 33705, 62, 3672, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 33705, 62, 5239, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2746, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 62, 1462, 62, 20676, 391, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 997, 62, 82, 12629, 28, 18, 2388, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 198, 4798, 7, 14116, 62, 19662, 11, 37082, 77, 1600, 33705, 62, 19662, 8, 628 ]
2.433107
441
""" stdarray.py The stdarray module defines functions related to creating, reading, and writing one- and two-dimensional arrays. """ import _10_02.Dog.stdio as stdio #======================================================================= # Array creation functions #======================================================================= def create1D(length, value=None): """ Create and return a 1D array containing length elements, each initialized to value. """ return [value] * length #----------------------------------------------------------------------- def create2D(rowCount, colCount, value=None): """ Create and return a 2D array having rowCount rows and colCount columns, with each element initialized to value. """ a = [None] * rowCount for row in range(rowCount): a[row] = [value] * colCount return a #======================================================================= # Array writing functions #======================================================================= def write1D(a): """ Write array a to sys.stdout. First write its length. bool objects are written as 0 and 1, not False and True. """ length = len(a) stdio.writeln(length) for i in range(length): # stdio.writef('%9.5f ', a[i]) element = a[i] if isinstance(element, bool): if element == True: stdio.write(1) else: stdio.write(0) else: stdio.write(element) stdio.write(' ') stdio.writeln() #----------------------------------------------------------------------- def write2D(a): """ Write two-dimensional array a to sys.stdout. First write its dimensions. bool objects are written as 0 and 1, not False and True. """ rowCount = len(a) colCount = len(a[0]) stdio.writeln(str(rowCount) + ' ' + str(colCount)) for row in range(rowCount): for col in range(colCount): #stdio.writef('%9.5f ', a[row][col]) element = a[row][col] if isinstance(element, bool): if element == True: stdio.write(1) else: stdio.write(0) else: stdio.write(element) stdio.write(' ') stdio.writeln() #======================================================================= # Array reading functions #======================================================================= def readInt1D(): """ Read from sys.stdin and return an array of integers. An integer at the beginning of sys.stdin defines the array's length. """ count = stdio.readInt() a = create1D(count, None) for i in range(count): a[i] = stdio.readInt() return a #----------------------------------------------------------------------- def readInt2D(): """ Read from sys.stdin and return a two-dimensional array of integers. Two integers at the beginning of sys.stdin define the array's dimensions. """ rowCount = stdio.readInt() colCount = stdio.readInt() a = create2D(rowCount, colCount, 0) for row in range(rowCount): for col in range(colCount): a[row][col] = stdio.readInt() return a #----------------------------------------------------------------------- def readFloat1D(): """ Read from sys.stdin and return an array of floats. An integer at the beginning of sys.stdin defines the array's length. """ count = stdio.readInt() a = create1D(count, None) for i in range(count): a[i] = stdio.readFloat() return a #----------------------------------------------------------------------- def readFloat2D(): """ Read from sys.stdin and return a two-dimensional array of floats. Two integers at the beginning of sys.stdin define the array's dimensions. """ rowCount = stdio.readInt() colCount = stdio.readInt() a = create2D(rowCount, colCount, 0.0) for row in range(rowCount): for col in range(colCount): a[row][col] = stdio.readFloat() return a #----------------------------------------------------------------------- def readBool1D(): """ Read from sys.stdin and return an array of booleans. An integer at the beginning of sys.stdin defines the array's length. """ count = stdio.readInt() a = create1D(count, None) for i in range(count): a[i] = stdio.readBool() return a #----------------------------------------------------------------------- def readBool2D(): """ Read from sys.stdin and return a two-dimensional array of booleans. Two integers at the beginning of sys.stdin define the array's dimensions. """ rowCount = stdio.readInt() colCount = stdio.readInt() a = create2D(rowCount, colCount, False) for row in range(rowCount): for col in range(colCount): a[row][col] = stdio.readBool() return a #======================================================================= def _main(): """ For testing. """ write2D(readFloat2D()) write2D(readBool2D()) if __name__ == '__main__': _main()
[ 37811, 198, 19282, 18747, 13, 9078, 198, 198, 464, 14367, 18747, 8265, 15738, 5499, 3519, 284, 4441, 11, 3555, 11, 198, 392, 3597, 530, 12, 290, 734, 12, 19577, 26515, 13, 198, 37811, 198, 198, 11748, 4808, 940, 62, 2999, 13, 32942, 13, 19282, 952, 355, 14367, 952, 198, 198, 2, 23926, 1421, 18604, 198, 2, 15690, 6282, 5499, 198, 2, 23926, 1421, 18604, 198, 198, 4299, 2251, 16, 35, 7, 13664, 11, 1988, 28, 14202, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 13610, 290, 1441, 257, 352, 35, 7177, 7268, 4129, 4847, 11, 1123, 198, 220, 220, 220, 23224, 284, 1988, 13, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 1441, 685, 8367, 60, 1635, 4129, 198, 198, 2, 10097, 26866, 198, 198, 4299, 2251, 17, 35, 7, 808, 12332, 11, 951, 12332, 11, 1988, 28, 14202, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 13610, 290, 1441, 257, 362, 35, 7177, 1719, 5752, 12332, 15274, 290, 951, 12332, 198, 220, 220, 220, 15180, 11, 351, 1123, 5002, 23224, 284, 1988, 13, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 257, 796, 685, 14202, 60, 1635, 5752, 12332, 198, 220, 220, 220, 329, 5752, 287, 2837, 7, 808, 12332, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 257, 58, 808, 60, 796, 685, 8367, 60, 1635, 951, 12332, 198, 220, 220, 220, 1441, 257, 198, 198, 2, 23926, 1421, 18604, 198, 2, 15690, 3597, 5499, 198, 2, 23926, 1421, 18604, 198, 198, 4299, 3551, 16, 35, 7, 64, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 19430, 7177, 257, 284, 25064, 13, 19282, 448, 13, 220, 3274, 3551, 663, 4129, 13, 20512, 5563, 198, 220, 220, 220, 389, 3194, 355, 657, 290, 352, 11, 407, 10352, 290, 6407, 13, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 4129, 796, 18896, 7, 64, 8, 198, 220, 220, 220, 14367, 952, 13, 8933, 45542, 7, 13664, 8, 198, 220, 220, 220, 329, 1312, 287, 2837, 7, 13664, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 14367, 952, 13, 13564, 69, 10786, 4, 24, 13, 20, 69, 46083, 257, 58, 72, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 5002, 796, 257, 58, 72, 60, 198, 220, 220, 220, 220, 220, 220, 220, 611, 318, 39098, 7, 30854, 11, 20512, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 5002, 6624, 6407, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 14367, 952, 13, 13564, 7, 16, 8, 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, 14367, 952, 13, 13564, 7, 15, 8, 220, 198, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 14367, 952, 13, 13564, 7, 30854, 8, 198, 220, 220, 220, 220, 220, 220, 220, 14367, 952, 13, 13564, 10786, 705, 8, 198, 220, 220, 220, 14367, 952, 13, 8933, 45542, 3419, 198, 198, 2, 10097, 26866, 198, 198, 4299, 3551, 17, 35, 7, 64, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 19430, 734, 12, 19577, 7177, 257, 284, 25064, 13, 19282, 448, 13, 220, 3274, 3551, 663, 198, 220, 220, 220, 15225, 13, 20512, 5563, 389, 3194, 355, 657, 290, 352, 11, 407, 10352, 290, 6407, 13, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 5752, 12332, 796, 18896, 7, 64, 8, 198, 220, 220, 220, 951, 12332, 796, 18896, 7, 64, 58, 15, 12962, 198, 220, 220, 220, 14367, 952, 13, 8933, 45542, 7, 2536, 7, 808, 12332, 8, 1343, 705, 705, 1343, 965, 7, 4033, 12332, 4008, 198, 220, 220, 220, 329, 5752, 287, 2837, 7, 808, 12332, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 329, 951, 287, 2837, 7, 4033, 12332, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 19282, 952, 13, 13564, 69, 10786, 4, 24, 13, 20, 69, 46083, 257, 58, 808, 7131, 4033, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5002, 796, 257, 58, 808, 7131, 4033, 60, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 318, 39098, 7, 30854, 11, 20512, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 5002, 6624, 6407, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 14367, 952, 13, 13564, 7, 16, 8, 198, 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, 14367, 952, 13, 13564, 7, 15, 8, 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, 14367, 952, 13, 13564, 7, 30854, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 14367, 952, 13, 13564, 10786, 705, 8, 198, 220, 220, 220, 220, 220, 220, 220, 14367, 952, 13, 8933, 45542, 3419, 198, 198, 2, 23926, 1421, 18604, 198, 2, 15690, 3555, 5499, 198, 2, 23926, 1421, 18604, 198, 198, 4299, 1100, 5317, 16, 35, 33529, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 4149, 422, 25064, 13, 19282, 259, 290, 1441, 281, 7177, 286, 37014, 13, 1052, 18253, 379, 198, 220, 220, 220, 262, 3726, 286, 25064, 13, 19282, 259, 15738, 262, 7177, 338, 4129, 13, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 954, 796, 14367, 952, 13, 961, 5317, 3419, 198, 220, 220, 220, 257, 796, 2251, 16, 35, 7, 9127, 11, 6045, 8, 198, 220, 220, 220, 329, 1312, 287, 2837, 7, 9127, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 257, 58, 72, 60, 796, 14367, 952, 13, 961, 5317, 3419, 198, 220, 220, 220, 1441, 257, 198, 198, 2, 10097, 26866, 198, 198, 4299, 1100, 5317, 17, 35, 33529, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 4149, 422, 25064, 13, 19282, 259, 290, 1441, 257, 734, 12, 19577, 7177, 286, 37014, 13, 198, 220, 220, 220, 4930, 37014, 379, 262, 3726, 286, 25064, 13, 19282, 259, 8160, 262, 7177, 338, 198, 220, 220, 220, 15225, 13, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 5752, 12332, 796, 14367, 952, 13, 961, 5317, 3419, 198, 220, 220, 220, 951, 12332, 796, 14367, 952, 13, 961, 5317, 3419, 198, 220, 220, 220, 257, 796, 2251, 17, 35, 7, 808, 12332, 11, 951, 12332, 11, 657, 8, 198, 220, 220, 220, 329, 5752, 287, 2837, 7, 808, 12332, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 329, 951, 287, 2837, 7, 4033, 12332, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 257, 58, 808, 7131, 4033, 60, 796, 14367, 952, 13, 961, 5317, 3419, 198, 220, 220, 220, 1441, 257, 198, 198, 2, 10097, 26866, 198, 198, 4299, 1100, 43879, 16, 35, 33529, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 4149, 422, 25064, 13, 19282, 259, 290, 1441, 281, 7177, 286, 36016, 13, 1052, 18253, 379, 262, 198, 220, 220, 220, 3726, 286, 25064, 13, 19282, 259, 15738, 262, 7177, 338, 4129, 13, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 954, 796, 14367, 952, 13, 961, 5317, 3419, 198, 220, 220, 220, 257, 796, 2251, 16, 35, 7, 9127, 11, 6045, 8, 198, 220, 220, 220, 329, 1312, 287, 2837, 7, 9127, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 257, 58, 72, 60, 796, 14367, 952, 13, 961, 43879, 3419, 198, 220, 220, 220, 1441, 257, 198, 198, 2, 10097, 26866, 198, 198, 4299, 1100, 43879, 17, 35, 33529, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 4149, 422, 25064, 13, 19282, 259, 290, 1441, 257, 734, 12, 19577, 7177, 286, 36016, 13, 198, 220, 220, 220, 4930, 37014, 379, 262, 3726, 286, 25064, 13, 19282, 259, 8160, 262, 7177, 338, 198, 220, 220, 220, 15225, 13, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 5752, 12332, 796, 14367, 952, 13, 961, 5317, 3419, 198, 220, 220, 220, 951, 12332, 796, 14367, 952, 13, 961, 5317, 3419, 198, 220, 220, 220, 257, 796, 2251, 17, 35, 7, 808, 12332, 11, 951, 12332, 11, 657, 13, 15, 8, 198, 220, 220, 220, 329, 5752, 287, 2837, 7, 808, 12332, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 329, 951, 287, 2837, 7, 4033, 12332, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 257, 58, 808, 7131, 4033, 60, 796, 14367, 952, 13, 961, 43879, 3419, 198, 220, 220, 220, 1441, 257, 198, 198, 2, 10097, 26866, 198, 198, 4299, 1100, 33, 970, 16, 35, 33529, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 4149, 422, 25064, 13, 19282, 259, 290, 1441, 281, 7177, 286, 1489, 2305, 504, 13, 1052, 18253, 379, 198, 220, 220, 220, 262, 3726, 286, 25064, 13, 19282, 259, 15738, 262, 7177, 338, 4129, 13, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 954, 796, 14367, 952, 13, 961, 5317, 3419, 198, 220, 220, 220, 257, 796, 2251, 16, 35, 7, 9127, 11, 6045, 8, 198, 220, 220, 220, 329, 1312, 287, 2837, 7, 9127, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 257, 58, 72, 60, 796, 14367, 952, 13, 961, 33, 970, 3419, 198, 220, 220, 220, 1441, 257, 198, 198, 2, 10097, 26866, 198, 198, 4299, 1100, 33, 970, 17, 35, 33529, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 4149, 422, 25064, 13, 19282, 259, 290, 1441, 257, 734, 12, 19577, 7177, 286, 1489, 2305, 504, 13, 198, 220, 220, 220, 4930, 37014, 379, 262, 3726, 286, 25064, 13, 19282, 259, 8160, 262, 7177, 338, 198, 220, 220, 220, 15225, 13, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 5752, 12332, 796, 14367, 952, 13, 961, 5317, 3419, 198, 220, 220, 220, 951, 12332, 796, 14367, 952, 13, 961, 5317, 3419, 198, 220, 220, 220, 257, 796, 2251, 17, 35, 7, 808, 12332, 11, 951, 12332, 11, 10352, 8, 198, 220, 220, 220, 329, 5752, 287, 2837, 7, 808, 12332, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 329, 951, 287, 2837, 7, 4033, 12332, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 257, 58, 808, 7131, 4033, 60, 796, 14367, 952, 13, 961, 33, 970, 3419, 198, 220, 220, 220, 1441, 257, 198, 198, 2, 23926, 1421, 18604, 198, 198, 4299, 4808, 12417, 33529, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 1114, 4856, 13, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 3551, 17, 35, 7, 961, 43879, 17, 35, 28955, 198, 220, 220, 220, 3551, 17, 35, 7, 961, 33, 970, 17, 35, 28955, 198, 198, 361, 11593, 3672, 834, 6624, 705, 834, 12417, 834, 10354, 198, 220, 220, 220, 4808, 12417, 3419, 198 ]
2.802885
1,872
from gork.palette import COLOR_TREE, PALETTE from gork.structs import RGB, Color DEFAULT_PIXEL_SIZE = 10 DEFAULT_N_CLUSTERS = 256
[ 6738, 308, 967, 13, 18596, 5857, 1330, 20444, 1581, 62, 51, 11587, 11, 40795, 2767, 9328, 198, 6738, 308, 967, 13, 7249, 82, 1330, 25228, 11, 5315, 198, 198, 7206, 38865, 62, 47, 10426, 3698, 62, 33489, 796, 838, 198, 7206, 38865, 62, 45, 62, 5097, 7759, 4877, 796, 17759, 628 ]
2.588235
51
from datetime import datetime from pathlib import Path from config_state.config_state import ConfigField from config_state.config_state import ConfigState from config_state.config_state import reference from config_state.config_state import stateproperty from config_state.config_state import StateVar
[ 6738, 4818, 8079, 1330, 4818, 8079, 198, 6738, 3108, 8019, 1330, 10644, 198, 198, 6738, 4566, 62, 5219, 13, 11250, 62, 5219, 1330, 17056, 15878, 198, 6738, 4566, 62, 5219, 13, 11250, 62, 5219, 1330, 17056, 9012, 198, 6738, 4566, 62, 5219, 13, 11250, 62, 5219, 1330, 4941, 198, 6738, 4566, 62, 5219, 13, 11250, 62, 5219, 1330, 1181, 26745, 198, 6738, 4566, 62, 5219, 13, 11250, 62, 5219, 1330, 1812, 19852, 628, 628, 628, 628, 628, 628, 628, 628, 628, 628 ]
3.926829
82
from requests.auth import AuthBase import hmac import base64 import hashlib import urlparse import urllib #add your custom auth handler class to this module #template #example of adding a client certificate #example of adding a client certificate #cloudstack auth example
[ 6738, 7007, 13, 18439, 1330, 26828, 14881, 198, 11748, 289, 20285, 198, 11748, 2779, 2414, 198, 11748, 12234, 8019, 198, 11748, 19016, 29572, 198, 11748, 2956, 297, 571, 198, 198, 2, 2860, 534, 2183, 6284, 21360, 1398, 284, 428, 8265, 198, 220, 220, 198, 220, 220, 198, 2, 28243, 198, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 198, 2, 20688, 286, 4375, 257, 5456, 10703, 220, 220, 220, 220, 198, 220, 220, 220, 220, 198, 2, 20688, 286, 4375, 257, 5456, 10703, 220, 220, 220, 220, 198, 220, 220, 220, 220, 198, 2, 17721, 25558, 6284, 1672 ]
2.934579
107
""" This lists a raw balances response from the API """ from kivy.uix.gridlayout import GridLayout from kivy.uix.label import Label from kivy.properties import NumericProperty from kivy.graphics import Color, Rectangle from ..buttons import SingleMarketButton, RemoveNotificationButton, ActionDoButton from ...notification import * from pprint import pprint as pp import datetime class NotificationRow(GridLayout): """ The display Widget for individual notifications """ market=None note=None status=NumericProperty() action=None order=None def __init__(self, notification, **kwargs): """ :param notification: (Notification) the notification object that is associated with this widget """ self.note=notification self.widgets={} super(NotificationRow, self).__init__(**kwargs, rows=1, size_hint=(1, 30)) self.refresh() self.padding = [10,0,0,0] self.bind(status=self.refresh) # App.get_running_app().trader.notifications[id(self)] = self def refresh(self): """ Appends each element of the notification row in order if it has not already been added. In order: - Remove Button - Timestamp - Message ( different colors depending on integer "Notification.level" ) - Action Button / Spacer ( Displayed if Notification.sender is Action and actions are not set to automatically execute. Executes action ) - Market Button / Spacer ( Display if Notification.sender is Market. Shows individual market window ) """ if "remove" not in self.widgets: self.widgets["remove"] = RemoveNotificationButton(self.note) self.add_widget(self.widgets["remove"]) if "timestamp" not in self.widgets: try: self.widgets["timestamp"] = Label(text=self.note.time.strftime("%Y-%m-%d %H:%M"), size_hint_x=None, width=300, color=[.5,.5,.5,1]) self.add_widget(self.widgets["timestamp"]) except Exception as e: pp(self.note) if "message" not in self.widgets: try: if (self.note.level == 9): self.widgets["message"] = Label(text=self.note.message, color=[1,.2,.2,1]) elif (self.note.level == 6): self.widgets["message"] = Label(text=self.note.message, color=[1,1,.4,1]) elif (self.note.level == 3): self.widgets["message"] = Label(text=self.note.message, color=[.2,1,.2,1]) else: self.widgets["message"] = Label(text=self.note.message) self.widgets["message"].canvas.before.clear() # with self.widgets["message"].canvas.before: # Color(1, 1, 1, 0.25) # Rectangle(pos=self.widgets["message"].pos, size=self.widgets["message"].size) self.add_widget(self.widgets["message"]) except Exception as e: pp(self.note) if self.note.action: # if not self.action.done: if "actionbutton" not in self.widgets: self.widgets["actionbutton"] = ActionDoButton(self.note.action, size_hint_x=None, width=150) self.add_widget(self.widgets["actionbutton"]) else: self.widgets["actionbutton"].refresh() # else: # Error("Bad action button", self.note.action) else: if "actionspacer" not in self.widgets: self.widgets["actionspacer"] = Label(width=150, size_hint_x=None) self.add_widget(self.widgets["actionspacer"]) if self.note.market: # if self.note.market.checkUpToDate(): if "marketbutton" not in self.widgets: self.widgets["marketbutton"] = SingleMarketButton(self.note.market, size_hint_x=None, width=150) self.add_widget(self.widgets["marketbutton"]) # else: # Error("Bad market button", self.note.market) else: if "marketspacer" not in self.widgets: self.widgets["marketspacer"] = Label(width=150, size_hint_x=None) self.add_widget(self.widgets["marketspacer"])
[ 37811, 198, 1212, 8341, 257, 8246, 25223, 2882, 422, 262, 7824, 198, 37811, 198, 198, 6738, 479, 452, 88, 13, 84, 844, 13, 25928, 39786, 1330, 24846, 32517, 198, 6738, 479, 452, 88, 13, 84, 844, 13, 18242, 1330, 36052, 198, 6738, 479, 452, 88, 13, 48310, 220, 220, 220, 1330, 399, 39223, 21746, 198, 6738, 479, 452, 88, 13, 70, 11549, 1330, 5315, 11, 48599, 9248, 198, 6738, 11485, 4360, 27288, 1330, 14206, 27470, 21864, 11, 17220, 3673, 2649, 21864, 11, 7561, 5211, 21864, 198, 6738, 2644, 1662, 2649, 1330, 1635, 198, 198, 6738, 279, 4798, 1330, 279, 4798, 355, 9788, 198, 11748, 4818, 8079, 198, 198, 4871, 42808, 25166, 7, 41339, 32517, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 383, 3359, 370, 17484, 329, 1981, 19605, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 1910, 28, 14202, 198, 220, 220, 220, 3465, 28, 14202, 198, 220, 220, 220, 3722, 28, 45, 39223, 21746, 3419, 198, 220, 220, 220, 2223, 28, 14202, 198, 220, 220, 220, 1502, 28, 14202, 628, 220, 220, 220, 825, 11593, 15003, 834, 7, 944, 11, 14483, 11, 12429, 46265, 22046, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 1058, 17143, 14483, 25, 357, 3673, 2649, 8, 262, 14483, 2134, 326, 318, 3917, 351, 428, 26295, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 11295, 28, 1662, 2649, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 28029, 11407, 34758, 92, 198, 220, 220, 220, 220, 220, 220, 220, 2208, 7, 3673, 2649, 25166, 11, 2116, 737, 834, 15003, 834, 7, 1174, 46265, 22046, 11, 15274, 28, 16, 11, 2546, 62, 71, 600, 16193, 16, 11, 1542, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 5420, 3447, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 39231, 796, 685, 940, 11, 15, 11, 15, 11, 15, 60, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 21653, 7, 13376, 28, 944, 13, 5420, 3447, 8, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 2034, 13, 1136, 62, 20270, 62, 1324, 22446, 2213, 5067, 13, 1662, 6637, 58, 312, 7, 944, 15437, 796, 2116, 628, 198, 220, 220, 220, 825, 14976, 7, 944, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 2034, 2412, 1123, 5002, 286, 262, 14483, 5752, 287, 1502, 611, 340, 468, 407, 1541, 587, 2087, 13, 198, 220, 220, 220, 220, 220, 220, 220, 554, 1502, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 532, 17220, 20969, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 532, 5045, 27823, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 532, 16000, 357, 1180, 7577, 6906, 319, 18253, 366, 3673, 2649, 13, 5715, 1, 1267, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 532, 7561, 20969, 1220, 1338, 11736, 357, 16531, 276, 611, 42808, 13, 82, 2194, 318, 7561, 290, 4028, 389, 407, 900, 284, 6338, 12260, 13, 220, 8393, 1769, 2223, 1267, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 532, 5991, 20969, 1220, 1338, 11736, 357, 16531, 611, 42808, 13, 82, 2194, 318, 5991, 13, 25156, 1981, 1910, 4324, 1267, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 611, 366, 28956, 1, 407, 287, 2116, 13, 28029, 11407, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 28029, 11407, 14692, 28956, 8973, 796, 17220, 3673, 2649, 21864, 7, 944, 13, 11295, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 2860, 62, 42655, 7, 944, 13, 28029, 11407, 14692, 28956, 8973, 8, 628, 220, 220, 220, 220, 220, 220, 220, 611, 366, 16514, 27823, 1, 407, 287, 2116, 13, 28029, 11407, 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, 2116, 13, 28029, 11407, 14692, 16514, 27823, 8973, 796, 36052, 7, 5239, 28, 944, 13, 11295, 13, 2435, 13, 2536, 31387, 7203, 4, 56, 12, 4, 76, 12, 4, 67, 4064, 39, 25, 4, 44, 12340, 2546, 62, 71, 600, 62, 87, 28, 14202, 11, 9647, 28, 6200, 11, 3124, 41888, 13, 20, 38508, 20, 38508, 20, 11, 16, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 2860, 62, 42655, 7, 944, 13, 28029, 11407, 14692, 16514, 27823, 8973, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2845, 35528, 355, 304, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 9788, 7, 944, 13, 11295, 8, 198, 220, 220, 220, 220, 220, 220, 220, 611, 366, 20500, 1, 407, 287, 2116, 13, 28029, 11407, 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, 611, 357, 944, 13, 11295, 13, 5715, 6624, 860, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 28029, 11407, 14692, 20500, 8973, 796, 36052, 7, 5239, 28, 944, 13, 11295, 13, 20500, 11, 3124, 41888, 16, 38508, 17, 38508, 17, 11, 16, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1288, 361, 357, 944, 13, 11295, 13, 5715, 6624, 718, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 28029, 11407, 14692, 20500, 8973, 796, 36052, 7, 5239, 28, 944, 13, 11295, 13, 20500, 11, 3124, 41888, 16, 11, 16, 38508, 19, 11, 16, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1288, 361, 357, 944, 13, 11295, 13, 5715, 6624, 513, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 28029, 11407, 14692, 20500, 8973, 796, 36052, 7, 5239, 28, 944, 13, 11295, 13, 20500, 11, 3124, 41888, 13, 17, 11, 16, 38508, 17, 11, 16, 12962, 198, 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, 2116, 13, 28029, 11407, 14692, 20500, 8973, 796, 36052, 7, 5239, 28, 944, 13, 11295, 13, 20500, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 28029, 11407, 14692, 20500, 1, 4083, 5171, 11017, 13, 19052, 13, 20063, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 351, 2116, 13, 28029, 11407, 14692, 20500, 1, 4083, 5171, 11017, 13, 19052, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 220, 220, 220, 220, 5315, 7, 16, 11, 352, 11, 352, 11, 657, 13, 1495, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 220, 220, 220, 220, 48599, 9248, 7, 1930, 28, 944, 13, 28029, 11407, 14692, 20500, 1, 4083, 1930, 11, 2546, 28, 944, 13, 28029, 11407, 14692, 20500, 1, 4083, 7857, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 2860, 62, 42655, 7, 944, 13, 28029, 11407, 14692, 20500, 8973, 8, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2845, 35528, 355, 304, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 9788, 7, 944, 13, 11295, 8, 628, 220, 220, 220, 220, 220, 220, 220, 611, 2116, 13, 11295, 13, 2673, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 611, 407, 2116, 13, 2673, 13, 28060, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 366, 2673, 16539, 1, 407, 287, 2116, 13, 28029, 11407, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 28029, 11407, 14692, 2673, 16539, 8973, 796, 7561, 5211, 21864, 7, 944, 13, 11295, 13, 2673, 11, 2546, 62, 71, 600, 62, 87, 28, 14202, 11, 9647, 28, 8628, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 2860, 62, 42655, 7, 944, 13, 28029, 11407, 14692, 2673, 16539, 8973, 8, 198, 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, 2116, 13, 28029, 11407, 14692, 2673, 16539, 1, 4083, 5420, 3447, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 220, 220, 220, 220, 13047, 7203, 22069, 2223, 4936, 1600, 2116, 13, 11295, 13, 2673, 8, 198, 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, 611, 366, 4658, 79, 11736, 1, 407, 287, 2116, 13, 28029, 11407, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 28029, 11407, 14692, 4658, 79, 11736, 8973, 796, 36052, 7, 10394, 28, 8628, 11, 2546, 62, 71, 600, 62, 87, 28, 14202, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 2860, 62, 42655, 7, 944, 13, 28029, 11407, 14692, 4658, 79, 11736, 8973, 8, 628, 220, 220, 220, 220, 220, 220, 220, 611, 2116, 13, 11295, 13, 10728, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 611, 2116, 13, 11295, 13, 10728, 13, 9122, 4933, 2514, 10430, 33529, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 366, 10728, 16539, 1, 407, 287, 2116, 13, 28029, 11407, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 28029, 11407, 14692, 10728, 16539, 8973, 796, 14206, 27470, 21864, 7, 944, 13, 11295, 13, 10728, 11, 2546, 62, 71, 600, 62, 87, 28, 14202, 11, 9647, 28, 8628, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 2860, 62, 42655, 7, 944, 13, 28029, 11407, 14692, 10728, 16539, 8973, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 220, 220, 220, 220, 13047, 7203, 22069, 1910, 4936, 1600, 2116, 13, 11295, 13, 10728, 8, 198, 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, 611, 366, 34162, 79, 11736, 1, 407, 287, 2116, 13, 28029, 11407, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 28029, 11407, 14692, 34162, 79, 11736, 8973, 796, 36052, 7, 10394, 28, 8628, 11, 2546, 62, 71, 600, 62, 87, 28, 14202, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 2860, 62, 42655, 7, 944, 13, 28029, 11407, 14692, 34162, 79, 11736, 8973, 8, 198 ]
2.153206
2,043
#!/usr/bin/env python #-*- coding: utf-8 -*- # # Modules to import # import csv, json # # Custom functions # def nbSyllables(word, sep): """ Counts the number of syllables in a word @param String word: the word @param String sep: the separator to use """ return len(word.split(sep)) # # Main # if __name__ == "__main__": # Link to Lexique3 (not included with the app) Lexique3 = '../assets/Lexique383/Lexique383.tsv' # Link to the lexicon used with the app Lexicon = '../store/lexicon.json' """ # How to count the number max of syllables # nbSyllablesMax = 0; # Working with the tabulated version of Lexique v3.8.3 with open(Lexique3, newline='') as file: # All the lines of the file lines = csv.reader(file, delimiter='\t') # For each line in the file… for line in lines: if (nbSyllables(line[22], '-') > nbSyllablesMax): nbSyllablesMax = nbSyllables(line[22], '-') print(nbSyllablesMax) """ """ # How to find fields that are empty in the lexicon # # Error reporting errors = "" # Loads the lexicon as a JSON structure with open(Lexicon) as file: lexicon = json.load(file) # For each word… for word in lexicon["words"]: # … if a value is missing… for key, value in word.items(): if value == "": # … prints the missing key and the referring word errors += f'{key} of {word["word"]} is empty\n' with open('errors.txt', 'w') as report: report.write(errors) """
[ 2, 48443, 14629, 14, 8800, 14, 24330, 21015, 198, 2, 12, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12, 198, 198, 2, 198, 2, 220, 220, 3401, 5028, 284, 1330, 198, 2, 198, 11748, 269, 21370, 11, 33918, 198, 198, 2, 198, 2, 220, 220, 8562, 5499, 198, 2, 198, 4299, 299, 65, 13940, 297, 2977, 7, 4775, 11, 41767, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 2764, 82, 262, 1271, 286, 27226, 2977, 287, 257, 1573, 198, 220, 220, 220, 220, 220, 220, 220, 2488, 17143, 10903, 1573, 25, 262, 1573, 198, 220, 220, 220, 220, 220, 220, 220, 2488, 17143, 10903, 41767, 25, 262, 2880, 1352, 284, 779, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 1441, 18896, 7, 4775, 13, 35312, 7, 325, 79, 4008, 198, 198, 2, 198, 2, 220, 220, 8774, 198, 2, 198, 361, 11593, 3672, 834, 6624, 366, 834, 12417, 834, 1298, 628, 220, 220, 220, 1303, 7502, 284, 17210, 2350, 18, 357, 1662, 3017, 351, 262, 598, 8, 198, 220, 220, 220, 17210, 2350, 18, 796, 705, 40720, 19668, 14, 45117, 2350, 34741, 14, 45117, 2350, 34741, 13, 912, 85, 6, 198, 220, 220, 220, 1303, 7502, 284, 262, 31191, 4749, 973, 351, 262, 598, 198, 220, 220, 220, 17210, 4749, 796, 705, 40720, 8095, 14, 2588, 4749, 13, 17752, 6, 628, 220, 220, 220, 37227, 198, 220, 220, 220, 1303, 220, 220, 1374, 284, 954, 262, 1271, 3509, 286, 27226, 2977, 198, 220, 220, 220, 1303, 198, 220, 220, 220, 299, 65, 13940, 297, 2977, 11518, 796, 657, 26, 628, 220, 220, 220, 1303, 14594, 351, 262, 7400, 4817, 2196, 286, 17210, 2350, 410, 18, 13, 23, 13, 18, 198, 220, 220, 220, 351, 1280, 7, 45117, 2350, 18, 11, 649, 1370, 28, 7061, 8, 355, 2393, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 1439, 262, 3951, 286, 262, 2393, 198, 220, 220, 220, 220, 220, 220, 220, 3951, 796, 269, 21370, 13, 46862, 7, 7753, 11, 46728, 2676, 11639, 59, 83, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 1114, 1123, 1627, 287, 262, 2393, 1399, 198, 220, 220, 220, 220, 220, 220, 220, 329, 1627, 287, 3951, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 357, 46803, 13940, 297, 2977, 7, 1370, 58, 1828, 4357, 705, 12, 11537, 1875, 299, 65, 13940, 297, 2977, 11518, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 299, 65, 13940, 297, 2977, 11518, 796, 299, 65, 13940, 297, 2977, 7, 1370, 58, 1828, 4357, 705, 12, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 3601, 7, 46803, 13940, 297, 2977, 11518, 8, 198, 220, 220, 220, 37227, 628, 220, 220, 220, 37227, 198, 220, 220, 220, 1303, 220, 220, 1374, 284, 1064, 7032, 326, 389, 6565, 287, 262, 31191, 4749, 198, 220, 220, 220, 1303, 198, 220, 220, 220, 1303, 13047, 6447, 198, 220, 220, 220, 8563, 796, 13538, 198, 220, 220, 220, 1303, 8778, 82, 262, 31191, 4749, 355, 257, 19449, 4645, 198, 220, 220, 220, 351, 1280, 7, 45117, 4749, 8, 355, 2393, 25, 198, 220, 220, 220, 220, 220, 220, 220, 31191, 4749, 796, 33918, 13, 2220, 7, 7753, 8, 628, 220, 220, 220, 1303, 1114, 1123, 1573, 1399, 198, 220, 220, 220, 329, 1573, 287, 31191, 4749, 14692, 10879, 1, 5974, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 3926, 611, 257, 1988, 318, 4814, 1399, 198, 220, 220, 220, 220, 220, 220, 220, 329, 1994, 11, 1988, 287, 1573, 13, 23814, 33529, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 1988, 6624, 366, 1298, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 3926, 20842, 262, 4814, 1994, 290, 262, 9759, 1573, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 8563, 15853, 277, 6, 90, 2539, 92, 286, 1391, 4775, 14692, 4775, 8973, 92, 318, 6565, 59, 77, 6, 628, 220, 220, 220, 351, 1280, 10786, 48277, 13, 14116, 3256, 705, 86, 11537, 355, 989, 25, 198, 220, 220, 220, 220, 220, 220, 220, 989, 13, 13564, 7, 48277, 8, 198, 220, 220, 220, 37227 ]
2.272727
726
# coding: UTF-8 import os import json import re in_path = "/disk/mysql/law_data/final_data/" out_path = "/disk/mysql/law_data/temp_data/" mid_text = u"\t" num_process = 4 num_file = 20 accusation_file = "/home/zhx/law_pre/data_processor/accusation_list2.txt" f = open(accusation_file, "r") accusation_list = json.loads(f.readline()) for a in range(0, len(accusation_list)): accusation_list[a] = accusation_list[a].replace('[', '').replace(']', '') f.close() able_list = [248,247,201] if __name__ == "__main__": import multiprocessing process_pool = [] for a in range(0, num_process): process_pool.append( multiprocessing.Process(target=work, args=(a * num_file / num_process, (a + 1) * num_file / num_process))) for a in process_pool: a.start() for a in process_pool: a.join()
[ 2, 19617, 25, 41002, 12, 23, 198, 198, 11748, 28686, 198, 11748, 33918, 198, 11748, 302, 628, 198, 259, 62, 6978, 796, 12813, 39531, 14, 28744, 13976, 14, 6270, 62, 7890, 14, 20311, 62, 7890, 30487, 198, 448, 62, 6978, 796, 12813, 39531, 14, 28744, 13976, 14, 6270, 62, 7890, 14, 29510, 62, 7890, 30487, 198, 13602, 62, 5239, 796, 334, 1, 59, 83, 1, 198, 22510, 62, 14681, 796, 604, 198, 22510, 62, 7753, 796, 1160, 198, 198, 4134, 385, 341, 62, 7753, 796, 12813, 11195, 14, 23548, 87, 14, 6270, 62, 3866, 14, 7890, 62, 41341, 14, 4134, 385, 341, 62, 4868, 17, 13, 14116, 1, 198, 69, 796, 1280, 7, 4134, 385, 341, 62, 7753, 11, 366, 81, 4943, 198, 4134, 385, 341, 62, 4868, 796, 33918, 13, 46030, 7, 69, 13, 961, 1370, 28955, 198, 1640, 257, 287, 2837, 7, 15, 11, 18896, 7, 4134, 385, 341, 62, 4868, 8, 2599, 198, 220, 220, 220, 25984, 62, 4868, 58, 64, 60, 796, 25984, 62, 4868, 58, 64, 4083, 33491, 10786, 58, 3256, 10148, 737, 33491, 10786, 60, 3256, 10148, 8, 198, 69, 13, 19836, 3419, 628, 198, 540, 62, 4868, 796, 685, 23045, 11, 23753, 11, 1264, 60, 628, 198, 198, 361, 11593, 3672, 834, 6624, 366, 834, 12417, 834, 1298, 198, 220, 220, 220, 1330, 18540, 305, 919, 278, 628, 220, 220, 220, 1429, 62, 7742, 796, 17635, 628, 220, 220, 220, 329, 257, 287, 2837, 7, 15, 11, 997, 62, 14681, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 1429, 62, 7742, 13, 33295, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 18540, 305, 919, 278, 13, 18709, 7, 16793, 28, 1818, 11, 26498, 16193, 64, 1635, 997, 62, 7753, 1220, 997, 62, 14681, 11, 357, 64, 1343, 352, 8, 1635, 997, 62, 7753, 1220, 997, 62, 14681, 22305, 628, 220, 220, 220, 329, 257, 287, 1429, 62, 7742, 25, 198, 220, 220, 220, 220, 220, 220, 220, 257, 13, 9688, 3419, 628, 220, 220, 220, 329, 257, 287, 1429, 62, 7742, 25, 198, 220, 220, 220, 220, 220, 220, 220, 257, 13, 22179, 3419, 198 ]
2.374302
358
#!/usr/bin/env python # -*- coding: utf-8 -*- """ IBM Containerized Forecasting Workflow DESCRIPTION This file contains the class representing the different sources of input data sets. AUTHOR Timothy Lynar <[email protected]>, IBM Research, Melbourne, Australia Frank Suits <[email protected]>, IBM Research, Melbourne, Australia; Dublin, Ireland; Yorktown, USA Beat Buesser <[email protected]>, IBM Research, Dublin, Ireland NOTICE Licensed Materials - Property of IBM "Restricted Materials of IBM"  Copyright IBM Corp. 2017 ALL RIGHTS RESERVED US GOVERNMENT USERS RESTRICTED RIGHTS - USE, DUPLICATION OR DISCLOSURE RESTRICTED BY GSA ADP SCHEDULE CONTRACT WITH IBM CORP. THE SOURCE CODE FOR THIS PROGRAM IS NOT PUBLISHED OR OTHERWISE DIVESTED OF ITS TRADE SECRETS, IRRESPECTIVE OF WHAT HAS BEEN DEPOSITED WITH THE U. S. COPYRIGHT OFFICE. IBM GRANTS LIMITED PERMISSION TO LICENSEES TO MAKE HARDCOPY OR OTHER REPRODUCTIONS OF ANY MACHINE- READABLE DOCUMENTATION, PROVIDED THAT EACH SUCH REPRODUCTION SHALL CARRY THE IBM COPYRIGHT NOTICES AND THAT USE OF THE REPRODUCTION SHALL BE GOVERNED BY THE TERMS AND CONDITIONS SPECIFIED BY IBM IN THE LICENSED PROGRAM SPECIFICATIONS. ANY REPRODUCTION OR USE BEYOND THE LIMITED PERMISSION GRANTED HEREIN SHALL BE A BREACH OF THE LICENSE AGREEMENT AND AN INFRINGEMENT OF THE APPLICABLE COPYRIGHTS. """ import os import logging import ftplib from multiprocessing import current_process import time from datetime import datetime, timedelta import subprocess import shutil import glob from inputdataset import * class InputDataSetGFS(InputDataSet): ''' Global Forecast System (GFS) input data set file in grib format. ''' # pylint: disable=too-many-instance-attributes def get_filename(self): ''' Generate a filename to download for this dataset for the time given. ''' return 'gfs_4_'+str(self.date.year)+str(self.date.month).zfill(2)+\ str(self.date.day).zfill(2)+'_'+str(self.date.hour).zfill(2)+\ '00_'+str(self.hour).zfill(3)+'.grb2' class InputDataSetGFSp25(InputDataSet): ''' Global Forecast System (GFS) input data set file in grib format. 0.25 degree gfs data ds084.1 ''' # pylint: disable=too-many-instance-attributes def get_filename(self): ''' Generate a filename to download for this dataset for the time given. ''' return 'gfs.0p25.'+str(self.date.year)+str(self.date.month).zfill(2)+\ str(self.date.day).zfill(2)+str(self.date.hour).zfill(2)+'.f'+\ str(self.hour).zfill(3)+'.grib2' class InputDataSetFNL(InputDataSet): ''' A class defining NCEP FNL Operational Model Global Tropospheric Analyses, continuing from July 1999 To use this class you must specify your UCAR username (email address) and password via the environment variables RDA_EMAIL and RDA_PASS The FNL data is 1 degree unless it is after 2015-07-08 at which point you can get 0.25 degree data. ''' # pylint: disable=too-many-instance-attributes def get_filename(self): ''' Generate a filename to download for this dataset for the time given. ''' return 'fnl_'+str(self.date.year)+str(self.date.month).zfill(2)+\ str(self.date.day).zfill(2)+'_'+str(self.date.hour).zfill(2)+'_00.grib2' class InputDataSetFNLp25(InputDataSet): ''' NCEP FNL Operational Model Global Tropospheric Analyses, continuing from July 1999 To use this class you must specify your UCAR username (email address) and password via the environment variables RDA_EMAIL and RDA_PASS The FNL data is 1 degree unless it is after 2015-07-08 at which point you can get 0.25 degree data. ''' # pylint: disable=too-many-instance-attributes def get_filename(self): ''' Generate a filename to download for this dataset for the time given. ''' #Using f00 for each file might not be what you were expecting. Edit if needed. return 'gdas1.fnl0p25.'+str(self.date.year)+str(self.date.month).zfill(2)+\ str(self.date.day).zfill(2)+str(self.date.hour).zfill(2)+'.f00.grib2' class InputDataSetCFSR(InputDataSet): ''' Climate Forecast System Reanalysis (CFSR) http://soostrc.comet.ucar.edu/data/grib/cfsr/ See: https://climatedataguide.ucar.edu/climate-data/climate-forecast-system-reanalysis-cfsr ''' # pylint: disable=too-many-instance-attributes def get_filename(self): ''' Generate a filename to download for this dataset for the time given. ''' outname = '' if self.date.date() > datetime(2011, 04, 01).date(): outname = str(self.date.year)[2:]+str(self.date.month).zfill(2)+\ str(self.date.day).zfill(2)+str(self.date.hour).zfill(2)+\ '.cfsrr.t'+str(self.date.hour).zfill(2)+'z.pgrb2f00' else: outname = 'pgbh00.cfsr.'+str(self.date.year)+str(self.date.month).zfill(2)+\ str(self.date.day).zfill(2)+str(self.date.hour).zfill(2)+'.grb2' return outname class InputDataSetCFDDA(InputDataSet): ''' NCAR Global Climate Four-Dimensional Data Assimilation (CFDDA) Hourly 40 km Reanalysis dataset is a dynamically-downscaled dataset with high temporal and spatial resolution that was created using NCAR's CFDDA system. see: https://rda.ucar.edu/datasets/ds604.0/ This dataset contains hourly analyses with 28 vertical levels on a 40 km horizontal grid (0.4 degree grid increment) 1985 to 2005 top hpa = 0.998 Documentation for this dataset can be found here: https://rda.ucar.edu/datasets/ds604.0/docs/CFDDA_User_Documentation_Rev3.pdf ''' # pylint: disable=too-many-instance-attributes def get_filename(self): ''' Generate a filename to download for this dataset for the time given. ''' return 'cfdda_'+str(self.date.year)+str(self.date.month).zfill(2)+\ str(self.date.day).zfill(2)+str(self.date.hour).zfill(2)+'.v2.nc' def get_filename_prepared(self): ''' Generate a filename for the processed output file for a given time for this dataset ''' return self.get_filename()+'.grb1' def prepare(self, **args): ''' Steps to transform the downloaded input data into the files needed by WPS or by other functions as required ''' logging.info('WPS: Converting netCDF to GRIB1 file for WPS') try: os.chdir(self.path) for filename in glob.glob('*.nc'): process = subprocess.Popen(['ncks', '-3', filename, 'temp.nc']) process.wait() process = subprocess.Popen(['cdo', '-a', '-f', 'grb1', 'copy', 'temp.nc', filename+'.grb1']) process.wait() os.remove('temp.nc') except: logging.warning('WPS: Converting netCDF to GRIB1 file for WPS Failed') class InputDataSetERAISFC(InputDataSet): ''' ECWMF Reanalysis Interim (ERA-I) grib file sfc files NOTE: You need to download the data to your own server then edit this entry. ''' # pylint: disable=too-many-instance-attributes def get_filename(self): ''' Generate a filename to download for this dataset for the time given. ''' return 'ERA-Int_sfc_'+str(self.date.year)+str(self.date.month).zfill(2)+'01.grb' class InputDataSetERAIML(InputDataSet): ''' ECWMF Reanalysis Interim (ERA-I) grib file files Model level data. NOTE: You need to download the data to your own server then edit this entry. ''' # pylint: disable=too-many-instance-attributes def get_filename(self): ''' Generate a filename to download for this dataset for the time given. ''' return 'ERA-Int_ml_'+str(self.date.year)+str(self.date.month).zfill(2)+'01.grb'
[ 2, 48443, 14629, 14, 8800, 14, 24330, 21015, 198, 2, 532, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12, 198, 37811, 198, 9865, 44, 43101, 1143, 4558, 19913, 5521, 11125, 198, 198, 30910, 40165, 628, 220, 220, 220, 770, 2393, 4909, 262, 1398, 10200, 262, 1180, 4237, 286, 5128, 1366, 5621, 13, 198, 198, 32, 24318, 1581, 628, 220, 220, 220, 22283, 10350, 283, 1279, 16514, 6213, 283, 31, 559, 16, 13, 571, 76, 13, 785, 22330, 19764, 4992, 11, 14819, 11, 4505, 198, 220, 220, 220, 5278, 1778, 896, 1279, 8310, 962, 301, 31, 559, 16, 13, 571, 76, 13, 785, 22330, 19764, 4992, 11, 14819, 11, 4505, 26, 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, 18220, 11, 7517, 26, 1971, 12735, 11, 4916, 198, 220, 220, 220, 12568, 9842, 408, 263, 1279, 12945, 13, 11110, 408, 263, 31, 494, 13, 571, 76, 13, 785, 22330, 19764, 4992, 11, 18220, 11, 7517, 198, 198, 11929, 8476, 628, 220, 220, 220, 49962, 24310, 532, 14161, 286, 19764, 198, 220, 220, 220, 366, 19452, 20941, 24310, 286, 19764, 1, 198, 220, 220, 220, 27332, 96, 102, 15069, 19764, 11421, 13, 2177, 11096, 371, 34874, 15731, 1137, 53, 1961, 198, 220, 220, 220, 1294, 10351, 5959, 45, 10979, 1294, 4877, 15731, 5446, 18379, 1961, 371, 34874, 532, 23210, 11, 35480, 31484, 6234, 6375, 13954, 5097, 2640, 11335, 198, 220, 220, 220, 15731, 5446, 18379, 1961, 11050, 402, 4090, 5984, 47, 22374, 1961, 24212, 27342, 10659, 13315, 19764, 23929, 47, 13, 198, 220, 220, 220, 3336, 311, 31033, 42714, 7473, 12680, 46805, 3180, 5626, 24676, 9148, 18422, 1961, 6375, 25401, 54, 24352, 360, 3824, 6465, 1961, 3963, 198, 220, 220, 220, 42437, 7579, 19266, 10729, 2200, 4694, 11, 14826, 19535, 47, 9782, 9306, 3963, 25003, 33930, 9348, 1677, 5550, 37997, 22061, 13315, 198, 220, 220, 220, 3336, 471, 13, 311, 13, 27975, 38162, 9947, 18562, 8476, 13, 19764, 10863, 1565, 4694, 40880, 19878, 44, 40373, 5390, 38559, 24290, 1546, 5390, 198, 220, 220, 220, 39134, 43638, 9697, 3185, 56, 6375, 25401, 4526, 4805, 28644, 11053, 3963, 15529, 337, 16219, 8881, 12, 20832, 17534, 37760, 5883, 3525, 6234, 11, 198, 220, 220, 220, 36592, 2389, 1961, 14603, 412, 16219, 13558, 3398, 4526, 4805, 28644, 2849, 50163, 17368, 18276, 3336, 19764, 27975, 38162, 9947, 5626, 34444, 198, 220, 220, 220, 5357, 14603, 23210, 3963, 3336, 4526, 4805, 28644, 2849, 50163, 9348, 10351, 5959, 45, 1961, 11050, 3336, 28994, 5653, 5357, 198, 220, 220, 220, 7102, 49828, 11053, 28196, 28343, 11050, 19764, 3268, 3336, 38559, 16938, 1961, 46805, 28196, 30643, 18421, 13, 15529, 198, 220, 220, 220, 4526, 4805, 28644, 2849, 6375, 23210, 9348, 56, 18672, 3336, 40880, 19878, 44, 40373, 10863, 8643, 1961, 15698, 1268, 50163, 9348, 317, 198, 220, 220, 220, 29377, 16219, 3963, 3336, 38559, 24290, 13077, 2200, 12529, 5357, 3537, 3268, 10913, 2751, 12529, 3963, 3336, 39421, 17534, 198, 220, 220, 220, 27975, 38162, 34874, 13, 198, 198, 37811, 198, 198, 11748, 28686, 198, 11748, 18931, 198, 11748, 10117, 489, 571, 198, 6738, 18540, 305, 919, 278, 1330, 1459, 62, 14681, 198, 11748, 640, 198, 6738, 4818, 8079, 1330, 4818, 8079, 11, 28805, 12514, 198, 11748, 850, 14681, 198, 11748, 4423, 346, 198, 11748, 15095, 198, 6738, 5128, 19608, 292, 316, 1330, 1635, 198, 198, 4871, 23412, 6601, 7248, 38, 10652, 7, 20560, 6601, 7248, 2599, 198, 220, 220, 220, 705, 7061, 198, 220, 220, 220, 8060, 4558, 2701, 4482, 357, 38, 10652, 8, 5128, 1366, 900, 2393, 287, 308, 822, 5794, 13, 198, 220, 220, 220, 705, 7061, 198, 220, 220, 220, 1303, 279, 2645, 600, 25, 15560, 28, 18820, 12, 21834, 12, 39098, 12, 1078, 7657, 628, 220, 220, 220, 825, 651, 62, 34345, 7, 944, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 705, 7061, 198, 220, 220, 220, 220, 220, 220, 220, 2980, 378, 257, 29472, 284, 4321, 329, 428, 27039, 329, 262, 640, 1813, 13, 198, 220, 220, 220, 220, 220, 220, 220, 705, 7061, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 705, 70, 9501, 62, 19, 62, 6, 10, 2536, 7, 944, 13, 4475, 13, 1941, 47762, 2536, 7, 944, 13, 4475, 13, 8424, 737, 89, 20797, 7, 17, 47762, 59, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 965, 7, 944, 13, 4475, 13, 820, 737, 89, 20797, 7, 17, 47762, 6, 62, 6, 10, 2536, 7, 944, 13, 4475, 13, 9769, 737, 89, 20797, 7, 17, 47762, 59, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 405, 62, 6, 10, 2536, 7, 944, 13, 9769, 737, 89, 20797, 7, 18, 47762, 4458, 2164, 65, 17, 6, 628, 198, 4871, 23412, 6601, 7248, 21713, 4561, 1495, 7, 20560, 6601, 7248, 2599, 198, 220, 220, 220, 705, 7061, 198, 220, 220, 220, 8060, 4558, 2701, 4482, 357, 38, 10652, 8, 5128, 1366, 900, 2393, 287, 308, 822, 5794, 13, 198, 220, 220, 220, 657, 13, 1495, 4922, 308, 9501, 1366, 288, 82, 2919, 19, 13, 16, 198, 220, 220, 220, 705, 7061, 198, 220, 220, 220, 1303, 279, 2645, 600, 25, 15560, 28, 18820, 12, 21834, 12, 39098, 12, 1078, 7657, 628, 220, 220, 220, 825, 651, 62, 34345, 7, 944, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 705, 7061, 198, 220, 220, 220, 220, 220, 220, 220, 2980, 378, 257, 29472, 284, 4321, 329, 428, 27039, 329, 262, 640, 1813, 13, 198, 220, 220, 220, 220, 220, 220, 220, 705, 7061, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 705, 70, 9501, 13, 15, 79, 1495, 2637, 10, 2536, 7, 944, 13, 4475, 13, 1941, 47762, 2536, 7, 944, 13, 4475, 13, 8424, 737, 89, 20797, 7, 17, 47762, 59, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 965, 7, 944, 13, 4475, 13, 820, 737, 89, 20797, 7, 17, 47762, 2536, 7, 944, 13, 4475, 13, 9769, 737, 89, 20797, 7, 17, 47762, 4458, 69, 6, 10, 59, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 965, 7, 944, 13, 9769, 737, 89, 20797, 7, 18, 47762, 4458, 70, 822, 17, 6, 628, 628, 198, 4871, 23412, 6601, 7248, 37, 32572, 7, 20560, 6601, 7248, 2599, 198, 220, 220, 220, 705, 7061, 198, 220, 220, 220, 317, 1398, 16215, 399, 5222, 47, 376, 32572, 6564, 864, 9104, 8060, 25491, 2117, 15011, 1052, 43710, 11, 198, 220, 220, 220, 8282, 422, 2901, 7358, 198, 220, 220, 220, 1675, 779, 428, 1398, 345, 1276, 11986, 534, 14417, 1503, 20579, 357, 12888, 2209, 8, 290, 9206, 198, 220, 220, 220, 2884, 262, 2858, 9633, 371, 5631, 62, 27630, 4146, 290, 371, 5631, 62, 47924, 198, 220, 220, 220, 383, 376, 32572, 1366, 318, 352, 4922, 4556, 340, 318, 706, 1853, 12, 2998, 12, 2919, 379, 543, 966, 198, 220, 220, 220, 345, 460, 651, 657, 13, 1495, 4922, 1366, 13, 198, 220, 220, 220, 705, 7061, 628, 220, 220, 220, 1303, 279, 2645, 600, 25, 15560, 28, 18820, 12, 21834, 12, 39098, 12, 1078, 7657, 628, 220, 220, 220, 825, 651, 62, 34345, 7, 944, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 705, 7061, 198, 220, 220, 220, 220, 220, 220, 220, 2980, 378, 257, 29472, 284, 4321, 329, 428, 27039, 329, 262, 640, 1813, 13, 198, 220, 220, 220, 220, 220, 220, 220, 705, 7061, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 705, 69, 21283, 62, 6, 10, 2536, 7, 944, 13, 4475, 13, 1941, 47762, 2536, 7, 944, 13, 4475, 13, 8424, 737, 89, 20797, 7, 17, 47762, 59, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 965, 7, 944, 13, 4475, 13, 820, 737, 89, 20797, 7, 17, 47762, 6, 62, 6, 10, 2536, 7, 944, 13, 4475, 13, 9769, 737, 89, 20797, 7, 17, 47762, 6, 62, 405, 13, 70, 822, 17, 6, 628, 198, 4871, 23412, 6601, 7248, 37, 32572, 79, 1495, 7, 20560, 6601, 7248, 2599, 198, 220, 220, 220, 705, 7061, 198, 220, 220, 220, 399, 5222, 47, 376, 32572, 6564, 864, 9104, 8060, 25491, 2117, 15011, 1052, 43710, 11, 8282, 422, 2901, 7358, 198, 220, 220, 220, 1675, 779, 428, 1398, 345, 1276, 11986, 534, 14417, 1503, 20579, 357, 12888, 2209, 8, 198, 220, 220, 220, 290, 9206, 2884, 262, 2858, 9633, 371, 5631, 62, 27630, 4146, 290, 371, 5631, 62, 47924, 198, 220, 220, 220, 383, 376, 32572, 1366, 318, 352, 4922, 4556, 340, 318, 706, 1853, 12, 2998, 12, 2919, 379, 543, 966, 345, 198, 220, 220, 220, 460, 651, 657, 13, 1495, 4922, 1366, 13, 198, 220, 220, 220, 705, 7061, 628, 220, 220, 220, 1303, 279, 2645, 600, 25, 15560, 28, 18820, 12, 21834, 12, 39098, 12, 1078, 7657, 628, 220, 220, 220, 825, 651, 62, 34345, 7, 944, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 705, 7061, 198, 220, 220, 220, 220, 220, 220, 220, 2980, 378, 257, 29472, 284, 4321, 329, 428, 27039, 329, 262, 640, 1813, 13, 198, 220, 220, 220, 220, 220, 220, 220, 705, 7061, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 12814, 277, 405, 329, 1123, 2393, 1244, 407, 307, 644, 345, 547, 12451, 13, 5312, 611, 2622, 13, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 705, 21287, 292, 16, 13, 69, 21283, 15, 79, 1495, 2637, 10, 2536, 7, 944, 13, 4475, 13, 1941, 47762, 2536, 7, 944, 13, 4475, 13, 8424, 737, 89, 20797, 7, 17, 47762, 59, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 965, 7, 944, 13, 4475, 13, 820, 737, 89, 20797, 7, 17, 47762, 2536, 7, 944, 13, 4475, 13, 9769, 737, 89, 20797, 7, 17, 47762, 4458, 69, 405, 13, 70, 822, 17, 6, 198, 198, 4871, 23412, 6601, 7248, 34, 10652, 49, 7, 20560, 6601, 7248, 2599, 198, 220, 220, 220, 705, 7061, 198, 220, 220, 220, 13963, 4558, 2701, 4482, 797, 20930, 357, 34, 10652, 49, 8, 198, 220, 220, 220, 2638, 1378, 568, 455, 6015, 13, 785, 316, 13, 1229, 283, 13, 15532, 14, 7890, 14, 70, 822, 14, 66, 9501, 81, 14, 198, 220, 220, 220, 4091, 25, 3740, 1378, 565, 15655, 265, 11433, 485, 13, 1229, 283, 13, 15532, 14, 42570, 12, 7890, 14, 42570, 12, 754, 2701, 12, 10057, 12, 260, 20930, 12, 66, 9501, 81, 198, 220, 220, 220, 705, 7061, 628, 220, 220, 220, 1303, 279, 2645, 600, 25, 15560, 28, 18820, 12, 21834, 12, 39098, 12, 1078, 7657, 628, 220, 220, 220, 825, 651, 62, 34345, 7, 944, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 705, 7061, 198, 220, 220, 220, 220, 220, 220, 220, 2980, 378, 257, 29472, 284, 4321, 329, 428, 27039, 329, 262, 640, 1813, 13, 198, 220, 220, 220, 220, 220, 220, 220, 705, 7061, 198, 220, 220, 220, 220, 220, 220, 220, 503, 3672, 796, 10148, 198, 220, 220, 220, 220, 220, 220, 220, 611, 2116, 13, 4475, 13, 4475, 3419, 1875, 4818, 8079, 7, 9804, 11, 8702, 11, 5534, 737, 4475, 33529, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 503, 3672, 796, 965, 7, 944, 13, 4475, 13, 1941, 38381, 17, 47715, 10, 2536, 7, 944, 13, 4475, 13, 8424, 737, 89, 20797, 7, 17, 47762, 59, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 965, 7, 944, 13, 4475, 13, 820, 737, 89, 20797, 7, 17, 47762, 2536, 7, 944, 13, 4475, 13, 9769, 737, 89, 20797, 7, 17, 47762, 59, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 45302, 66, 9501, 21062, 13, 83, 6, 10, 2536, 7, 944, 13, 4475, 13, 9769, 737, 89, 20797, 7, 17, 47762, 6, 89, 13, 79, 2164, 65, 17, 69, 405, 6, 198, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 503, 3672, 796, 705, 6024, 34369, 405, 13, 66, 9501, 81, 2637, 10, 2536, 7, 944, 13, 4475, 13, 1941, 47762, 2536, 7, 944, 13, 4475, 13, 8424, 737, 89, 20797, 7, 17, 47762, 59, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 965, 7, 944, 13, 4475, 13, 820, 737, 89, 20797, 7, 17, 47762, 2536, 7, 944, 13, 4475, 13, 9769, 737, 89, 20797, 7, 17, 47762, 4458, 2164, 65, 17, 6, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 503, 3672, 628, 198, 4871, 23412, 6601, 7248, 22495, 35, 5631, 7, 20560, 6601, 7248, 2599, 198, 220, 220, 220, 705, 7061, 198, 220, 220, 220, 8823, 1503, 8060, 13963, 6675, 12, 35, 16198, 6060, 2195, 42963, 357, 22495, 35, 5631, 8, 19123, 306, 2319, 10571, 198, 220, 220, 220, 797, 20930, 27039, 318, 257, 32366, 12, 2902, 1416, 3021, 27039, 351, 198, 220, 220, 220, 1029, 21964, 290, 21739, 6323, 326, 373, 2727, 1262, 8823, 1503, 338, 18551, 35, 5631, 1080, 13, 198, 220, 220, 220, 766, 25, 3740, 1378, 4372, 64, 13, 1229, 283, 13, 15532, 14, 19608, 292, 1039, 14, 9310, 31916, 13, 15, 14, 198, 220, 220, 220, 770, 27039, 4909, 30160, 13523, 351, 2579, 11723, 2974, 319, 257, 2319, 10571, 198, 220, 220, 220, 16021, 10706, 357, 15, 13, 19, 4922, 10706, 18703, 8, 198, 220, 220, 220, 12863, 284, 5075, 198, 220, 220, 220, 1353, 289, 8957, 796, 657, 13, 34808, 198, 220, 220, 220, 43925, 329, 428, 27039, 460, 307, 1043, 994, 25, 198, 220, 220, 220, 3740, 1378, 4372, 64, 13, 1229, 283, 13, 15532, 14, 19608, 292, 1039, 14, 9310, 31916, 13, 15, 14, 31628, 14, 22495, 35, 5631, 62, 12982, 62, 24941, 341, 62, 18009, 18, 13, 12315, 198, 220, 220, 220, 705, 7061, 628, 220, 220, 220, 1303, 279, 2645, 600, 25, 15560, 28, 18820, 12, 21834, 12, 39098, 12, 1078, 7657, 628, 220, 220, 220, 825, 651, 62, 34345, 7, 944, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 705, 7061, 198, 220, 220, 220, 220, 220, 220, 220, 2980, 378, 257, 29472, 284, 4321, 329, 428, 27039, 329, 262, 640, 1813, 13, 198, 220, 220, 220, 220, 220, 220, 220, 705, 7061, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 705, 12993, 1860, 64, 62, 6, 10, 2536, 7, 944, 13, 4475, 13, 1941, 47762, 2536, 7, 944, 13, 4475, 13, 8424, 737, 89, 20797, 7, 17, 47762, 59, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 965, 7, 944, 13, 4475, 13, 820, 737, 89, 20797, 7, 17, 47762, 2536, 7, 944, 13, 4475, 13, 9769, 737, 89, 20797, 7, 17, 47762, 4458, 85, 17, 13, 10782, 6, 628, 220, 220, 220, 825, 651, 62, 34345, 62, 3866, 29190, 7, 944, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 705, 7061, 198, 220, 220, 220, 220, 220, 220, 220, 2980, 378, 257, 29472, 329, 262, 13686, 5072, 2393, 329, 257, 1813, 640, 198, 220, 220, 220, 220, 220, 220, 220, 329, 428, 27039, 198, 220, 220, 220, 220, 220, 220, 220, 705, 7061, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 2116, 13, 1136, 62, 34345, 3419, 10, 4458, 2164, 65, 16, 6, 628, 220, 220, 220, 825, 8335, 7, 944, 11, 12429, 22046, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 705, 7061, 198, 220, 220, 220, 220, 220, 220, 220, 32144, 284, 6121, 262, 15680, 5128, 1366, 656, 262, 3696, 2622, 198, 220, 220, 220, 220, 220, 220, 220, 416, 370, 3705, 393, 416, 584, 5499, 355, 2672, 198, 220, 220, 220, 220, 220, 220, 220, 705, 7061, 198, 220, 220, 220, 220, 220, 220, 220, 18931, 13, 10951, 10786, 54, 3705, 25, 35602, 889, 2010, 34, 8068, 284, 402, 7112, 33, 16, 2393, 329, 370, 3705, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 28686, 13, 354, 15908, 7, 944, 13, 6978, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 329, 29472, 287, 15095, 13, 4743, 672, 10786, 24620, 10782, 6, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1429, 796, 850, 14681, 13, 47, 9654, 7, 17816, 77, 4657, 3256, 705, 12, 18, 3256, 29472, 11, 705, 29510, 13, 10782, 6, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1429, 13, 17077, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1429, 796, 850, 14681, 13, 47, 9654, 7, 17816, 66, 4598, 3256, 705, 12, 64, 3256, 705, 12, 69, 3256, 705, 2164, 65, 16, 3256, 705, 30073, 3256, 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, 705, 29510, 13, 10782, 3256, 29472, 10, 4458, 2164, 65, 16, 6, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1429, 13, 17077, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 28686, 13, 28956, 10786, 29510, 13, 10782, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 2845, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 18931, 13, 43917, 10786, 54, 3705, 25, 35602, 889, 2010, 34, 8068, 284, 402, 7112, 33, 16, 2393, 329, 370, 3705, 22738, 11537, 628, 628, 198, 4871, 23412, 6601, 7248, 46461, 1797, 4851, 7, 20560, 6601, 7248, 2599, 198, 220, 220, 220, 705, 7061, 198, 220, 220, 220, 13182, 22117, 37, 797, 20930, 4225, 320, 357, 46461, 12, 40, 8, 308, 822, 2393, 264, 16072, 3696, 198, 220, 220, 220, 24550, 25, 921, 761, 284, 4321, 262, 1366, 284, 534, 898, 4382, 788, 4370, 428, 5726, 13, 198, 220, 220, 220, 705, 7061, 628, 220, 220, 220, 1303, 279, 2645, 600, 25, 15560, 28, 18820, 12, 21834, 12, 39098, 12, 1078, 7657, 628, 220, 220, 220, 825, 651, 62, 34345, 7, 944, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 705, 7061, 198, 220, 220, 220, 220, 220, 220, 220, 2980, 378, 257, 29472, 284, 4321, 329, 428, 27039, 329, 262, 640, 1813, 13, 198, 220, 220, 220, 220, 220, 220, 220, 705, 7061, 628, 220, 220, 220, 220, 220, 220, 220, 1441, 705, 46461, 12, 5317, 62, 82, 16072, 62, 6, 10, 2536, 7, 944, 13, 4475, 13, 1941, 47762, 2536, 7, 944, 13, 4475, 13, 8424, 737, 89, 20797, 7, 17, 47762, 6, 486, 13, 2164, 65, 6, 628, 198, 198, 4871, 23412, 6601, 7248, 46461, 3955, 43, 7, 20560, 6601, 7248, 2599, 198, 220, 220, 220, 705, 7061, 198, 220, 220, 220, 13182, 22117, 37, 797, 20930, 4225, 320, 357, 46461, 12, 40, 8, 308, 822, 2393, 3696, 9104, 1241, 1366, 13, 198, 220, 220, 220, 24550, 25, 921, 761, 284, 4321, 262, 1366, 284, 534, 898, 4382, 788, 4370, 428, 5726, 13, 198, 220, 220, 220, 705, 7061, 628, 220, 220, 220, 1303, 279, 2645, 600, 25, 15560, 28, 18820, 12, 21834, 12, 39098, 12, 1078, 7657, 628, 220, 220, 220, 825, 651, 62, 34345, 7, 944, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 705, 7061, 198, 220, 220, 220, 220, 220, 220, 220, 2980, 378, 257, 29472, 284, 4321, 329, 428, 27039, 329, 262, 640, 1813, 13, 198, 220, 220, 220, 220, 220, 220, 220, 705, 7061, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 705, 46461, 12, 5317, 62, 4029, 62, 6, 10, 2536, 7, 944, 13, 4475, 13, 1941, 47762, 2536, 7, 944, 13, 4475, 13, 8424, 737, 89, 20797, 7, 17, 47762, 6, 486, 13, 2164, 65, 6, 198 ]
2.411765
3,400
from math import floor import cv2 as cv from conf import DATA_MODEL_DIR from readers.base import BaseReader GREEN = (0, 255, 0) BLACK = (0, 0, 0)
[ 6738, 10688, 1330, 4314, 198, 198, 11748, 269, 85, 17, 355, 269, 85, 198, 198, 6738, 1013, 1330, 42865, 62, 33365, 3698, 62, 34720, 198, 6738, 7183, 13, 8692, 1330, 7308, 33634, 628, 198, 43016, 796, 357, 15, 11, 14280, 11, 657, 8, 198, 9148, 8120, 796, 357, 15, 11, 657, 11, 657, 8, 628 ]
2.745455
55
#17 Heat Capacity #Asking for masss of water. m = float(input("Enter the mass of water in grams = ")) T = float(input("Enter the temperature change in degree celsius = ")) C = 4.186 * (2.7777e-7) q = m * T * C print("Total energy required to raise ",m," grams of a material by ",T," degrees Celsius is ",q," kilowatt-hour") cost = (8.9 * q) / 240 print("Cost of electricity for boiling water for a cup of coffee is ",cost," cents")
[ 2, 1558, 12308, 29765, 201, 198, 2, 1722, 3364, 329, 2347, 82, 286, 1660, 13, 201, 198, 76, 796, 12178, 7, 15414, 7203, 17469, 262, 2347, 286, 1660, 287, 16379, 796, 366, 4008, 201, 198, 51, 796, 12178, 7, 15414, 7203, 17469, 262, 5951, 1487, 287, 4922, 269, 32495, 796, 366, 4008, 201, 198, 34, 796, 604, 13, 25096, 1635, 357, 17, 13, 3324, 3324, 68, 12, 22, 8, 201, 198, 80, 796, 285, 1635, 309, 1635, 327, 201, 198, 4798, 7203, 14957, 2568, 2672, 284, 5298, 33172, 76, 553, 16379, 286, 257, 2587, 416, 33172, 51, 553, 7370, 34186, 318, 33172, 80, 553, 8769, 322, 1078, 12, 9769, 4943, 201, 198, 15805, 796, 357, 23, 13, 24, 1635, 10662, 8, 1220, 14956, 220, 201, 198, 4798, 7203, 13729, 286, 8744, 329, 24372, 1660, 329, 257, 6508, 286, 6891, 318, 33172, 15805, 553, 16059, 4943, 201, 198, 201, 198 ]
2.979866
149
# -*- coding: utf-8 -*- # Copyright (C) 2018 Google Inc. # Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file> """Tests for the MappingColumnHandler class""" import unittest from mock import MagicMock from mock import patch from ggrc.converters.handlers.handlers import MappingColumnHandler class MappingColumnHandlerTestCase(unittest.TestCase): """Base class for MappingColumnHandler tests""" class IsAllowedMappingByTypeTestCase(MappingColumnHandlerTestCase): """Tests for the _is_allowed_mapping_by_type() method""" # pylint: disable=invalid-name def test_returns_false_for_regulation(self): """The method should return True if destination is 'Regulation'.""" # pylint: disable=protected-access result = self.handler._is_allowed_mapping_by_type('Product', 'Regulation') self.assertFalse(result) def test_returns_false_for_standard(self): """The method should return True if destination is 'Standard'.""" # pylint: disable=protected-access result = self.handler._is_allowed_mapping_by_type('Product', 'Standard') self.assertFalse(result) def test_returns_true_for_other_types(self): """The method should return True if destination is other.""" # pylint: disable=protected-access result = self.handler._is_allowed_mapping_by_type('Product', 'Control') self.assertTrue(result) class AddMappingWarningTestCase(MappingColumnHandlerTestCase): """Tests for the _add_mapping_warning() method""" # pylint: disable=invalid-name def test_count_warnings_where_unmap_and_mapping(self): """The method should return True if unmap = true and mapping isset.""" self.handler.raw_value = u"" with patch('ggrc.models.all_models.Relationship.find_related', side_effect=lambda args, opts: True): self.handler.unmap = True # pylint: disable=protected-access self.handler._add_mapping_warning({}, {}) self.assertEqual(self.handler.row_converter.add_warning.call_count, 1) def test_count_warnings_where_map_and_not_mapping(self): """The method should return True if unmap = false and mapping not is.""" self.handler.raw_value = u"" with patch('ggrc.models.all_models.Relationship.find_related', side_effect=lambda args, opts: False): self.handler.unmap = False # pylint: disable=protected-access self.handler._add_mapping_warning({}, {}) self.assertEqual(self.handler.row_converter.add_warning.call_count, 1) def test_count_warnings_where_map_and_mapping(self): """The method should return True if unmap = false and mapping is.""" self.handler.raw_value = u"" with patch('ggrc.models.all_models.Relationship.find_related', side_effect=lambda args, opts: True): self.handler.unmap = False # pylint: disable=protected-access self.handler._add_mapping_warning({}, {}) self.assertEqual(self.handler.row_converter.add_warning.call_count, 0) def test_count_warnings_where_unmap_and_not_mapping(self): """The method should return True if unmap = true and mapping not is.""" self.handler.raw_value = u"" with patch('ggrc.models.all_models.Relationship.find_related', side_effect=lambda args, opts: False): self.handler.unmap = True # pylint: disable=protected-access self.handler._add_mapping_warning({}, {}) self.assertEqual(self.handler.row_converter.add_warning.call_count, 0)
[ 2, 532, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12, 198, 198, 2, 15069, 357, 34, 8, 2864, 3012, 3457, 13, 198, 2, 49962, 739, 2638, 1378, 2503, 13, 43073, 13, 2398, 14, 677, 4541, 14, 43, 2149, 24290, 12, 17, 13, 15, 1279, 3826, 38559, 24290, 2393, 29, 198, 198, 37811, 51, 3558, 329, 262, 337, 5912, 39470, 25060, 1398, 37811, 198, 198, 11748, 555, 715, 395, 198, 6738, 15290, 1330, 6139, 44, 735, 198, 6738, 15290, 1330, 8529, 198, 198, 6738, 308, 2164, 66, 13, 1102, 332, 1010, 13, 4993, 8116, 13, 4993, 8116, 1330, 337, 5912, 39470, 25060, 628, 198, 4871, 337, 5912, 39470, 25060, 14402, 20448, 7, 403, 715, 395, 13, 14402, 20448, 2599, 198, 220, 37227, 14881, 1398, 329, 337, 5912, 39470, 25060, 5254, 37811, 628, 198, 4871, 1148, 3237, 6972, 44, 5912, 3886, 6030, 14402, 20448, 7, 44, 5912, 39470, 25060, 14402, 20448, 2599, 198, 220, 37227, 51, 3558, 329, 262, 4808, 271, 62, 40845, 62, 76, 5912, 62, 1525, 62, 4906, 3419, 2446, 37811, 198, 220, 1303, 279, 2645, 600, 25, 15560, 28, 259, 12102, 12, 3672, 628, 220, 825, 1332, 62, 7783, 82, 62, 9562, 62, 1640, 62, 27727, 7, 944, 2599, 198, 220, 220, 220, 37227, 464, 2446, 815, 1441, 6407, 611, 10965, 318, 705, 8081, 1741, 30827, 15931, 198, 220, 220, 220, 1303, 279, 2645, 600, 25, 15560, 28, 24326, 12, 15526, 198, 220, 220, 220, 1255, 796, 2116, 13, 30281, 13557, 271, 62, 40845, 62, 76, 5912, 62, 1525, 62, 4906, 10786, 15667, 3256, 705, 8081, 1741, 11537, 198, 220, 220, 220, 2116, 13, 30493, 25101, 7, 20274, 8, 628, 220, 825, 1332, 62, 7783, 82, 62, 9562, 62, 1640, 62, 20307, 7, 944, 2599, 198, 220, 220, 220, 37227, 464, 2446, 815, 1441, 6407, 611, 10965, 318, 705, 23615, 30827, 15931, 198, 220, 220, 220, 1303, 279, 2645, 600, 25, 15560, 28, 24326, 12, 15526, 198, 220, 220, 220, 1255, 796, 2116, 13, 30281, 13557, 271, 62, 40845, 62, 76, 5912, 62, 1525, 62, 4906, 10786, 15667, 3256, 705, 23615, 11537, 198, 220, 220, 220, 2116, 13, 30493, 25101, 7, 20274, 8, 628, 220, 825, 1332, 62, 7783, 82, 62, 7942, 62, 1640, 62, 847, 62, 19199, 7, 944, 2599, 198, 220, 220, 220, 37227, 464, 2446, 815, 1441, 6407, 611, 10965, 318, 584, 526, 15931, 198, 220, 220, 220, 1303, 279, 2645, 600, 25, 15560, 28, 24326, 12, 15526, 198, 220, 220, 220, 1255, 796, 2116, 13, 30281, 13557, 271, 62, 40845, 62, 76, 5912, 62, 1525, 62, 4906, 10786, 15667, 3256, 705, 15988, 11537, 198, 220, 220, 220, 2116, 13, 30493, 17821, 7, 20274, 8, 628, 198, 4871, 3060, 44, 5912, 20361, 14402, 20448, 7, 44, 5912, 39470, 25060, 14402, 20448, 2599, 198, 220, 37227, 51, 3558, 329, 262, 4808, 2860, 62, 76, 5912, 62, 43917, 3419, 2446, 37811, 198, 220, 1303, 279, 2645, 600, 25, 15560, 28, 259, 12102, 12, 3672, 628, 220, 825, 1332, 62, 9127, 62, 40539, 654, 62, 3003, 62, 403, 8899, 62, 392, 62, 76, 5912, 7, 944, 2599, 198, 220, 220, 220, 37227, 464, 2446, 815, 1441, 6407, 611, 555, 8899, 796, 2081, 290, 16855, 1189, 316, 526, 15931, 198, 220, 220, 220, 2116, 13, 30281, 13, 1831, 62, 8367, 796, 334, 15931, 628, 220, 220, 220, 351, 8529, 10786, 1130, 6015, 13, 27530, 13, 439, 62, 27530, 13, 47117, 1056, 13, 19796, 62, 5363, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1735, 62, 10760, 28, 50033, 26498, 11, 2172, 82, 25, 6407, 2599, 198, 220, 220, 220, 220, 220, 2116, 13, 30281, 13, 403, 8899, 796, 6407, 628, 220, 220, 220, 220, 220, 1303, 279, 2645, 600, 25, 15560, 28, 24326, 12, 15526, 198, 220, 220, 220, 220, 220, 2116, 13, 30281, 13557, 2860, 62, 76, 5912, 62, 43917, 15090, 5512, 23884, 8, 198, 220, 220, 220, 220, 220, 2116, 13, 30493, 36, 13255, 7, 944, 13, 30281, 13, 808, 62, 1102, 332, 353, 13, 2860, 62, 43917, 13, 13345, 62, 9127, 11, 352, 8, 628, 220, 825, 1332, 62, 9127, 62, 40539, 654, 62, 3003, 62, 8899, 62, 392, 62, 1662, 62, 76, 5912, 7, 944, 2599, 198, 220, 220, 220, 37227, 464, 2446, 815, 1441, 6407, 611, 555, 8899, 796, 3991, 290, 16855, 407, 318, 526, 15931, 198, 220, 220, 220, 2116, 13, 30281, 13, 1831, 62, 8367, 796, 334, 15931, 628, 220, 220, 220, 351, 8529, 10786, 1130, 6015, 13, 27530, 13, 439, 62, 27530, 13, 47117, 1056, 13, 19796, 62, 5363, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1735, 62, 10760, 28, 50033, 26498, 11, 2172, 82, 25, 10352, 2599, 198, 220, 220, 220, 220, 220, 2116, 13, 30281, 13, 403, 8899, 796, 10352, 628, 220, 220, 220, 220, 220, 1303, 279, 2645, 600, 25, 15560, 28, 24326, 12, 15526, 198, 220, 220, 220, 220, 220, 2116, 13, 30281, 13557, 2860, 62, 76, 5912, 62, 43917, 15090, 5512, 23884, 8, 198, 220, 220, 220, 220, 220, 2116, 13, 30493, 36, 13255, 7, 944, 13, 30281, 13, 808, 62, 1102, 332, 353, 13, 2860, 62, 43917, 13, 13345, 62, 9127, 11, 352, 8, 628, 220, 825, 1332, 62, 9127, 62, 40539, 654, 62, 3003, 62, 8899, 62, 392, 62, 76, 5912, 7, 944, 2599, 198, 220, 220, 220, 37227, 464, 2446, 815, 1441, 6407, 611, 555, 8899, 796, 3991, 290, 16855, 318, 526, 15931, 198, 220, 220, 220, 2116, 13, 30281, 13, 1831, 62, 8367, 796, 334, 15931, 628, 220, 220, 220, 351, 8529, 10786, 1130, 6015, 13, 27530, 13, 439, 62, 27530, 13, 47117, 1056, 13, 19796, 62, 5363, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1735, 62, 10760, 28, 50033, 26498, 11, 2172, 82, 25, 6407, 2599, 198, 220, 220, 220, 220, 220, 2116, 13, 30281, 13, 403, 8899, 796, 10352, 628, 220, 220, 220, 220, 220, 1303, 279, 2645, 600, 25, 15560, 28, 24326, 12, 15526, 198, 220, 220, 220, 220, 220, 2116, 13, 30281, 13557, 2860, 62, 76, 5912, 62, 43917, 15090, 5512, 23884, 8, 198, 220, 220, 220, 220, 220, 2116, 13, 30493, 36, 13255, 7, 944, 13, 30281, 13, 808, 62, 1102, 332, 353, 13, 2860, 62, 43917, 13, 13345, 62, 9127, 11, 657, 8, 628, 220, 825, 1332, 62, 9127, 62, 40539, 654, 62, 3003, 62, 403, 8899, 62, 392, 62, 1662, 62, 76, 5912, 7, 944, 2599, 198, 220, 220, 220, 37227, 464, 2446, 815, 1441, 6407, 611, 555, 8899, 796, 2081, 290, 16855, 407, 318, 526, 15931, 198, 220, 220, 220, 2116, 13, 30281, 13, 1831, 62, 8367, 796, 334, 15931, 628, 220, 220, 220, 351, 8529, 10786, 1130, 6015, 13, 27530, 13, 439, 62, 27530, 13, 47117, 1056, 13, 19796, 62, 5363, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1735, 62, 10760, 28, 50033, 26498, 11, 2172, 82, 25, 10352, 2599, 198, 220, 220, 220, 220, 220, 2116, 13, 30281, 13, 403, 8899, 796, 6407, 628, 220, 220, 220, 220, 220, 1303, 279, 2645, 600, 25, 15560, 28, 24326, 12, 15526, 198, 220, 220, 220, 220, 220, 2116, 13, 30281, 13557, 2860, 62, 76, 5912, 62, 43917, 15090, 5512, 23884, 8, 198, 220, 220, 220, 220, 220, 2116, 13, 30493, 36, 13255, 7, 944, 13, 30281, 13, 808, 62, 1102, 332, 353, 13, 2860, 62, 43917, 13, 13345, 62, 9127, 11, 657, 8, 198 ]
2.78749
1,247
# Generated by Django 3.0.5 on 2020-06-07 11:05 from django.conf import settings from django.db import migrations, models import django.db.models.deletion
[ 2, 2980, 515, 416, 37770, 513, 13, 15, 13, 20, 319, 12131, 12, 3312, 12, 2998, 1367, 25, 2713, 198, 198, 6738, 42625, 14208, 13, 10414, 1330, 6460, 198, 6738, 42625, 14208, 13, 9945, 1330, 15720, 602, 11, 4981, 198, 11748, 42625, 14208, 13, 9945, 13, 27530, 13, 2934, 1616, 295, 628 ]
3.019231
52
import os import sys import tempfile import unittest from io import StringIO import numpy as np import pytest from mdgo.forcefield import * test_dir = os.path.join(os.path.dirname(os.path.abspath(__file__)), "test_files") if __name__ == "__main__": unittest.main()
[ 11748, 28686, 198, 11748, 25064, 198, 11748, 20218, 7753, 198, 11748, 555, 715, 395, 198, 6738, 33245, 1330, 10903, 9399, 198, 198, 11748, 299, 32152, 355, 45941, 198, 11748, 12972, 9288, 198, 198, 6738, 45243, 2188, 13, 3174, 3245, 1330, 1635, 198, 198, 9288, 62, 15908, 796, 28686, 13, 6978, 13, 22179, 7, 418, 13, 6978, 13, 15908, 3672, 7, 418, 13, 6978, 13, 397, 2777, 776, 7, 834, 7753, 834, 36911, 366, 9288, 62, 16624, 4943, 628, 628, 198, 361, 11593, 3672, 834, 6624, 366, 834, 12417, 834, 1298, 198, 220, 220, 220, 555, 715, 395, 13, 12417, 3419, 198 ]
2.732673
101
"""Provides support for django-tenat-schemas and django-tenants.""" try: from django_tenants.utils import schema_context # NOQA: F401 except ImportError: from tenant_schemas.utils import schema_context # NOQA: F401
[ 37811, 15946, 1460, 1104, 329, 42625, 14208, 12, 1452, 265, 12, 1416, 4411, 292, 290, 42625, 14208, 12, 1452, 1187, 526, 15931, 198, 28311, 25, 198, 220, 220, 220, 422, 42625, 14208, 62, 1452, 1187, 13, 26791, 1330, 32815, 62, 22866, 220, 1303, 8005, 48, 32, 25, 376, 21844, 198, 16341, 17267, 12331, 25, 198, 220, 220, 220, 422, 18285, 62, 1416, 4411, 292, 13, 26791, 1330, 32815, 62, 22866, 220, 1303, 8005, 48, 32, 25, 376, 21844, 198 ]
2.848101
79
''' isolve.py Single variable inequality solver ''' from sympy import Symbol, sympify, SympifyError from sympy import solve_poly_inequality, solve_rational_inequalities from sympy import solve_univariate_inequality, Poly from sympy.core.relational import Relational, Equality if __name__ == '__main__': ineq = input('Enter the inequality to solve: ') try: ineq_obj = sympify(ineq) except SympifyError: print('Invalid inequality') else: # We check if the input expression is an inequality here if isinstance(ineq_obj, Relational) and not isinstance(ineq_obj, Equality): print(isolve(ineq_obj)) else: print('Invalid inequality')
[ 7061, 6, 198, 271, 6442, 13, 9078, 198, 198, 28008, 7885, 12791, 1540, 332, 198, 7061, 6, 198, 198, 6738, 10558, 88, 1330, 38357, 11, 10558, 1958, 11, 1632, 3149, 1958, 12331, 198, 6738, 10558, 88, 1330, 8494, 62, 35428, 62, 500, 13237, 11, 8494, 62, 20310, 62, 500, 13255, 871, 198, 6738, 10558, 88, 1330, 8494, 62, 403, 42524, 62, 500, 13237, 11, 12280, 198, 6738, 10558, 88, 13, 7295, 13, 2411, 864, 1330, 4718, 864, 11, 31428, 198, 198, 361, 11593, 3672, 834, 6624, 705, 834, 12417, 834, 10354, 198, 220, 220, 220, 287, 27363, 796, 5128, 10786, 17469, 262, 12791, 284, 8494, 25, 705, 8, 198, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 287, 27363, 62, 26801, 796, 10558, 1958, 7, 500, 80, 8, 198, 220, 220, 220, 2845, 1632, 3149, 1958, 12331, 25, 198, 220, 220, 220, 220, 220, 220, 220, 3601, 10786, 44651, 12791, 11537, 198, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 775, 2198, 611, 262, 5128, 5408, 318, 281, 12791, 994, 198, 220, 220, 220, 220, 220, 220, 220, 611, 318, 39098, 7, 500, 80, 62, 26801, 11, 4718, 864, 8, 290, 407, 318, 39098, 7, 500, 80, 62, 26801, 11, 31428, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3601, 7, 271, 6442, 7, 500, 80, 62, 26801, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3601, 10786, 44651, 12791, 11537, 198 ]
2.69962
263
from Compiler.types import sint, sfix from Compiler.rabbit_lib import rabbit_sint, Mode as rabbit_mode # in this case, for complex types, a register of type string would make sense. # returns RELUX(x) on sfix as in pytorch # X is a 3D matrix # returns RELU(X) as in pytorch # returns Matrices as it is the requeriment # X is a 3D matrix # returns RELU(X) as in pytorch # returns Matrices as it is the requeriment
[ 6738, 3082, 5329, 13, 19199, 1330, 264, 600, 11, 264, 13049, 198, 6738, 3082, 5329, 13, 81, 14229, 62, 8019, 1330, 22746, 62, 82, 600, 11, 10363, 355, 22746, 62, 14171, 628, 628, 198, 220, 220, 220, 1303, 287, 428, 1339, 11, 329, 3716, 3858, 11, 257, 7881, 286, 2099, 4731, 561, 787, 2565, 13, 628, 198, 198, 2, 5860, 29749, 31235, 7, 87, 8, 319, 264, 13049, 355, 287, 12972, 13165, 354, 628, 198, 2, 1395, 318, 257, 513, 35, 17593, 198, 2, 5860, 29749, 52, 7, 55, 8, 355, 287, 12972, 13165, 354, 198, 2, 5860, 6550, 45977, 355, 340, 318, 262, 1038, 263, 3681, 628, 198, 2, 1395, 318, 257, 513, 35, 17593, 198, 2, 5860, 29749, 52, 7, 55, 8, 355, 287, 12972, 13165, 354, 198, 2, 5860, 6550, 45977, 355, 340, 318, 262, 1038, 263, 3681, 198 ]
3.014085
142
import contextlib import copy import functools import logging import threading import torch from torchdynamo.utils import checkpoint_params from torchdynamo.utils import clone_inputs from . import config from . import convert_frame from . import skipfiles from . import utils from .mutation_guard import install_generation_tagging_init from .utils import same log = logging.getLogger(__name__) try: from . import _eval_frame except (ModuleNotFoundError, ImportError) as e: raise RuntimeError("run `python setup.py develop` to compile C extensions") from e set_eval_frame = _eval_frame.set_eval_frame reset_code = _eval_frame.reset_code unsupported = _eval_frame.unsupported skip_code = _eval_frame.skip_code set_guard_fail_hook = _eval_frame.set_guard_fail_hook set_guard_error_hook = _eval_frame.set_guard_error_hook always_optimize_code_objects = utils.ExactWeakKeyDictionary() null_context = contextlib.nullcontext unset = object() compile_lock = threading.Lock() def optimize(backend, nopython=False): """ The main entrypoint of TorchDynamo. Do graph capture and call backend() to optimize extracted graphs. Args: backend: One of the two things: - Either, a function/callable taking a torch.fx.GraphModule and example_inputs and returning a python callable that runs the graph faster. One can also provide additional context for the backend, like torch.jit.fuser("fuser2"), by setting the backend_ctx_ctor attribute. See AOTAutogradMemoryEfficientFusionWithContext for the usage. - Or, a string backend name in `torchdynamo.list_backends()` nopython: If True, graph breaks will be errors and there will be a single whole-program graph. Example Usage: @torchdynamo.optimize("ofi") def toy_example(a, b): ... or with torchdynamo.optimize(my_compiler): ... """ backend_ctx_ctor = null_context if hasattr(backend, "backend_ctx_ctor"): backend_ctx_ctor = getattr(backend, "backend_ctx_ctor") if nopython: return optimize_assert(backend, backend_ctx_ctor) return _optimize_catch_errors( convert_frame.convert_frame(backend), backend_ctx_ctor ) def optimize_assert(backend, backend_ctx_ctor=null_context): """ The same as `torchdynamo.optimize(backend, nopython=True)` """ return _optimize_catch_errors( convert_frame.convert_frame_assert(backend), backend_ctx_ctor ) def run(fn=None): """Don't do any dynamic compiles, just use prior optimizations""" if fn is not None: assert callable(fn) return RunOnlyContext()(fn) return RunOnlyContext() def disable(fn=None): """Decorator and context manager to disable TorchDynamo""" if fn is not None: assert callable(fn) return DisableContext()(fn) return DisableContext() def skip(fn=None): """ Skip frames associated with the function code, but still process recursively invoked frames """ if fn is None: return skip assert callable(fn) skip_code(fn.__code__) fn._torchdynamo_disable = True return fn
[ 11748, 4732, 8019, 198, 11748, 4866, 198, 11748, 1257, 310, 10141, 198, 11748, 18931, 198, 11748, 4704, 278, 198, 198, 11748, 28034, 198, 198, 6738, 28034, 67, 4989, 78, 13, 26791, 1330, 26954, 62, 37266, 198, 6738, 28034, 67, 4989, 78, 13, 26791, 1330, 17271, 62, 15414, 82, 198, 198, 6738, 764, 1330, 4566, 198, 6738, 764, 1330, 10385, 62, 14535, 198, 6738, 764, 1330, 14267, 16624, 198, 6738, 764, 1330, 3384, 4487, 198, 6738, 764, 76, 7094, 62, 14864, 1330, 2721, 62, 20158, 62, 12985, 2667, 62, 15003, 198, 6738, 764, 26791, 1330, 976, 198, 198, 6404, 796, 18931, 13, 1136, 11187, 1362, 7, 834, 3672, 834, 8, 198, 198, 28311, 25, 198, 220, 220, 220, 422, 764, 1330, 4808, 18206, 62, 14535, 198, 16341, 357, 26796, 3673, 21077, 12331, 11, 17267, 12331, 8, 355, 304, 25, 198, 220, 220, 220, 5298, 43160, 12331, 7203, 5143, 4600, 29412, 9058, 13, 9078, 1205, 63, 284, 17632, 327, 18366, 4943, 422, 304, 198, 198, 2617, 62, 18206, 62, 14535, 796, 4808, 18206, 62, 14535, 13, 2617, 62, 18206, 62, 14535, 198, 42503, 62, 8189, 796, 4808, 18206, 62, 14535, 13, 42503, 62, 8189, 198, 403, 15999, 796, 4808, 18206, 62, 14535, 13, 403, 15999, 198, 48267, 62, 8189, 796, 4808, 18206, 62, 14535, 13, 48267, 62, 8189, 198, 2617, 62, 14864, 62, 32165, 62, 25480, 796, 4808, 18206, 62, 14535, 13, 2617, 62, 14864, 62, 32165, 62, 25480, 198, 2617, 62, 14864, 62, 18224, 62, 25480, 796, 4808, 18206, 62, 14535, 13, 2617, 62, 14864, 62, 18224, 62, 25480, 198, 198, 33770, 62, 40085, 1096, 62, 8189, 62, 48205, 796, 3384, 4487, 13, 3109, 529, 44898, 9218, 35, 14188, 3419, 628, 198, 198, 8423, 62, 22866, 796, 4732, 8019, 13, 8423, 22866, 198, 198, 403, 2617, 796, 2134, 3419, 198, 198, 5589, 576, 62, 5354, 796, 4704, 278, 13, 25392, 3419, 628, 628, 628, 628, 198, 198, 4299, 27183, 7, 1891, 437, 11, 299, 404, 7535, 28, 25101, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 383, 1388, 5726, 4122, 286, 34868, 35, 4989, 78, 13, 220, 2141, 4823, 8006, 290, 869, 198, 220, 220, 220, 30203, 3419, 284, 27183, 21242, 28770, 13, 628, 220, 220, 220, 943, 14542, 25, 198, 220, 220, 220, 220, 220, 220, 220, 30203, 25, 1881, 286, 262, 734, 1243, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 532, 15467, 11, 257, 2163, 14, 13345, 540, 2263, 257, 28034, 13, 21373, 13, 37065, 26796, 290, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1672, 62, 15414, 82, 290, 8024, 257, 21015, 869, 540, 326, 4539, 262, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4823, 5443, 13, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1881, 460, 635, 2148, 3224, 4732, 329, 262, 30203, 11, 588, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 28034, 13, 45051, 13, 69, 7220, 7203, 69, 7220, 17, 12340, 416, 4634, 262, 30203, 62, 49464, 62, 2715, 11688, 13, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4091, 317, 2394, 16541, 519, 6335, 30871, 36, 5632, 37, 4241, 3152, 21947, 329, 262, 8748, 13, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 532, 1471, 11, 257, 4731, 30203, 1438, 287, 4600, 13165, 354, 67, 4989, 78, 13, 4868, 62, 1891, 2412, 3419, 63, 198, 220, 220, 220, 220, 220, 220, 220, 299, 404, 7535, 25, 1002, 6407, 11, 4823, 9457, 481, 307, 8563, 290, 612, 481, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 307, 257, 2060, 2187, 12, 23065, 4823, 13, 628, 220, 220, 220, 17934, 29566, 25, 628, 220, 220, 220, 220, 220, 220, 220, 2488, 13165, 354, 67, 4989, 78, 13, 40085, 1096, 7203, 39542, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 825, 13373, 62, 20688, 7, 64, 11, 275, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2644, 628, 220, 220, 220, 220, 220, 220, 220, 393, 628, 220, 220, 220, 220, 220, 220, 220, 351, 28034, 67, 4989, 78, 13, 40085, 1096, 7, 1820, 62, 5589, 5329, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2644, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 30203, 62, 49464, 62, 2715, 796, 9242, 62, 22866, 198, 220, 220, 220, 611, 468, 35226, 7, 1891, 437, 11, 366, 1891, 437, 62, 49464, 62, 2715, 1, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 30203, 62, 49464, 62, 2715, 796, 651, 35226, 7, 1891, 437, 11, 366, 1891, 437, 62, 49464, 62, 2715, 4943, 628, 220, 220, 220, 611, 299, 404, 7535, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 27183, 62, 30493, 7, 1891, 437, 11, 30203, 62, 49464, 62, 2715, 8, 198, 220, 220, 220, 1441, 4808, 40085, 1096, 62, 40198, 62, 48277, 7, 198, 220, 220, 220, 220, 220, 220, 220, 10385, 62, 14535, 13, 1102, 1851, 62, 14535, 7, 1891, 437, 828, 30203, 62, 49464, 62, 2715, 198, 220, 220, 220, 1267, 628, 198, 4299, 27183, 62, 30493, 7, 1891, 437, 11, 30203, 62, 49464, 62, 2715, 28, 8423, 62, 22866, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 383, 976, 355, 4600, 13165, 354, 67, 4989, 78, 13, 40085, 1096, 7, 1891, 437, 11, 299, 404, 7535, 28, 17821, 8, 63, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 1441, 4808, 40085, 1096, 62, 40198, 62, 48277, 7, 198, 220, 220, 220, 220, 220, 220, 220, 10385, 62, 14535, 13, 1102, 1851, 62, 14535, 62, 30493, 7, 1891, 437, 828, 30203, 62, 49464, 62, 2715, 198, 220, 220, 220, 1267, 628, 198, 4299, 1057, 7, 22184, 28, 14202, 2599, 198, 220, 220, 220, 37227, 3987, 470, 466, 597, 8925, 552, 2915, 11, 655, 779, 3161, 41446, 37811, 198, 220, 220, 220, 611, 24714, 318, 407, 6045, 25, 198, 220, 220, 220, 220, 220, 220, 220, 6818, 869, 540, 7, 22184, 8, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 5660, 10049, 21947, 3419, 7, 22184, 8, 198, 220, 220, 220, 1441, 5660, 10049, 21947, 3419, 628, 198, 4299, 15560, 7, 22184, 28, 14202, 2599, 198, 220, 220, 220, 37227, 10707, 273, 1352, 290, 4732, 4706, 284, 15560, 34868, 35, 4989, 78, 37811, 198, 220, 220, 220, 611, 24714, 318, 407, 6045, 25, 198, 220, 220, 220, 220, 220, 220, 220, 6818, 869, 540, 7, 22184, 8, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 31529, 21947, 3419, 7, 22184, 8, 198, 220, 220, 220, 1441, 31529, 21947, 3419, 628, 198, 4299, 14267, 7, 22184, 28, 14202, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 32214, 13431, 3917, 351, 262, 2163, 2438, 11, 475, 991, 1429, 664, 1834, 2280, 198, 220, 220, 220, 24399, 13431, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 611, 24714, 318, 6045, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 14267, 198, 220, 220, 220, 6818, 869, 540, 7, 22184, 8, 198, 220, 220, 220, 14267, 62, 8189, 7, 22184, 13, 834, 8189, 834, 8, 198, 220, 220, 220, 24714, 13557, 13165, 354, 67, 4989, 78, 62, 40223, 796, 6407, 198, 220, 220, 220, 1441, 24714, 198 ]
2.66968
1,217
# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: proto/grid/messages/dataset_messages.proto """Generated protocol buffer code.""" # third party from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database # @@protoc_insertion_point(imports) _sym_db = _symbol_database.Default() # syft absolute from syft.proto.core.common import ( common_object_pb2 as proto_dot_core_dot_common_dot_common__object__pb2, ) from syft.proto.core.io import address_pb2 as proto_dot_core_dot_io_dot_address__pb2 DESCRIPTOR = _descriptor.FileDescriptor( name="proto/grid/messages/dataset_messages.proto", package="syft.grid.messages", syntax="proto3", serialized_options=None, create_key=_descriptor._internal_create_key, serialized_pb=b'\n*proto/grid/messages/dataset_messages.proto\x12\x12syft.grid.messages\x1a%proto/core/common/common_object.proto\x1a\x1bproto/core/io/address.proto"\x9f\x01\n\x14\x43reateDatasetMessage\x12%\n\x06msg_id\x18\x01 \x01(\x0b\x32\x15.syft.core.common.UID\x12&\n\x07\x61\x64\x64ress\x18\x02 \x01(\x0b\x32\x15.syft.core.io.Address\x12\x0f\n\x07\x63ontent\x18\x03 \x01(\t\x12\'\n\x08reply_to\x18\x04 \x01(\x0b\x32\x15.syft.core.io.Address"\x8c\x01\n\x15\x43reateDatasetResponse\x12%\n\x06msg_id\x18\x01 \x01(\x0b\x32\x15.syft.core.common.UID\x12\x13\n\x0bstatus_code\x18\x02 \x01(\x05\x12\x0f\n\x07\x63ontent\x18\x03 \x01(\t\x12&\n\x07\x61\x64\x64ress\x18\x04 \x01(\x0b\x32\x15.syft.core.io.Address"\x9c\x01\n\x11GetDatasetMessage\x12%\n\x06msg_id\x18\x01 \x01(\x0b\x32\x15.syft.core.common.UID\x12&\n\x07\x61\x64\x64ress\x18\x02 \x01(\x0b\x32\x15.syft.core.io.Address\x12\x0f\n\x07\x63ontent\x18\x03 \x01(\t\x12\'\n\x08reply_to\x18\x04 \x01(\x0b\x32\x15.syft.core.io.Address"\x89\x01\n\x12GetDatasetResponse\x12%\n\x06msg_id\x18\x01 \x01(\x0b\x32\x15.syft.core.common.UID\x12\x13\n\x0bstatus_code\x18\x02 \x01(\x05\x12\x0f\n\x07\x63ontent\x18\x03 \x01(\t\x12&\n\x07\x61\x64\x64ress\x18\x04 \x01(\x0b\x32\x15.syft.core.io.Address"\x9d\x01\n\x12GetDatasetsMessage\x12%\n\x06msg_id\x18\x01 \x01(\x0b\x32\x15.syft.core.common.UID\x12&\n\x07\x61\x64\x64ress\x18\x02 \x01(\x0b\x32\x15.syft.core.io.Address\x12\x0f\n\x07\x63ontent\x18\x03 \x01(\t\x12\'\n\x08reply_to\x18\x04 \x01(\x0b\x32\x15.syft.core.io.Address"\x8a\x01\n\x13GetDatasetsResponse\x12%\n\x06msg_id\x18\x01 \x01(\x0b\x32\x15.syft.core.common.UID\x12\x13\n\x0bstatus_code\x18\x02 \x01(\x05\x12\x0f\n\x07\x63ontent\x18\x03 \x01(\t\x12&\n\x07\x61\x64\x64ress\x18\x04 \x01(\x0b\x32\x15.syft.core.io.Address"\x9f\x01\n\x14SearchDatasetMessage\x12%\n\x06msg_id\x18\x01 \x01(\x0b\x32\x15.syft.core.common.UID\x12&\n\x07\x61\x64\x64ress\x18\x02 \x01(\x0b\x32\x15.syft.core.io.Address\x12\x0f\n\x07\x63ontent\x18\x03 \x01(\t\x12\'\n\x08reply_to\x18\x04 \x01(\x0b\x32\x15.syft.core.io.Address"\x8c\x01\n\x15SearchDatasetResponse\x12%\n\x06msg_id\x18\x01 \x01(\x0b\x32\x15.syft.core.common.UID\x12\x13\n\x0bstatus_code\x18\x02 \x01(\x05\x12\x0f\n\x07\x63ontent\x18\x03 \x01(\t\x12&\n\x07\x61\x64\x64ress\x18\x04 \x01(\x0b\x32\x15.syft.core.io.Address"\x9f\x01\n\x14UpdateDatasetMessage\x12%\n\x06msg_id\x18\x01 \x01(\x0b\x32\x15.syft.core.common.UID\x12&\n\x07\x61\x64\x64ress\x18\x02 \x01(\x0b\x32\x15.syft.core.io.Address\x12\x0f\n\x07\x63ontent\x18\x03 \x01(\t\x12\'\n\x08reply_to\x18\x04 \x01(\x0b\x32\x15.syft.core.io.Address"\x8c\x01\n\x15UpdateDatasetResponse\x12%\n\x06msg_id\x18\x01 \x01(\x0b\x32\x15.syft.core.common.UID\x12\x13\n\x0bstatus_code\x18\x02 \x01(\x05\x12\x0f\n\x07\x63ontent\x18\x03 \x01(\t\x12&\n\x07\x61\x64\x64ress\x18\x04 \x01(\x0b\x32\x15.syft.core.io.Address"\x9f\x01\n\x14\x44\x65leteDatasetMessage\x12%\n\x06msg_id\x18\x01 \x01(\x0b\x32\x15.syft.core.common.UID\x12&\n\x07\x61\x64\x64ress\x18\x02 \x01(\x0b\x32\x15.syft.core.io.Address\x12\x0f\n\x07\x63ontent\x18\x03 \x01(\t\x12\'\n\x08reply_to\x18\x04 \x01(\x0b\x32\x15.syft.core.io.Address"\x8c\x01\n\x15\x44\x65leteDatasetResponse\x12%\n\x06msg_id\x18\x01 \x01(\x0b\x32\x15.syft.core.common.UID\x12\x13\n\x0bstatus_code\x18\x02 \x01(\x05\x12\x0f\n\x07\x63ontent\x18\x03 \x01(\t\x12&\n\x07\x61\x64\x64ress\x18\x04 \x01(\x0b\x32\x15.syft.core.io.Addressb\x06proto3', dependencies=[ proto_dot_core_dot_common_dot_common__object__pb2.DESCRIPTOR, proto_dot_core_dot_io_dot_address__pb2.DESCRIPTOR, ], ) _CREATEDATASETMESSAGE = _descriptor.Descriptor( name="CreateDatasetMessage", full_name="syft.grid.messages.CreateDatasetMessage", filename=None, file=DESCRIPTOR, containing_type=None, create_key=_descriptor._internal_create_key, fields=[ _descriptor.FieldDescriptor( name="msg_id", full_name="syft.grid.messages.CreateDatasetMessage.msg_id", index=0, number=1, type=11, cpp_type=10, label=1, has_default_value=False, default_value=None, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key, ), _descriptor.FieldDescriptor( name="address", full_name="syft.grid.messages.CreateDatasetMessage.address", index=1, number=2, type=11, cpp_type=10, label=1, has_default_value=False, default_value=None, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key, ), _descriptor.FieldDescriptor( name="content", full_name="syft.grid.messages.CreateDatasetMessage.content", index=2, number=3, type=9, cpp_type=9, label=1, has_default_value=False, default_value=b"".decode("utf-8"), message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key, ), _descriptor.FieldDescriptor( name="reply_to", full_name="syft.grid.messages.CreateDatasetMessage.reply_to", index=3, number=4, type=11, cpp_type=10, label=1, has_default_value=False, default_value=None, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key, ), ], extensions=[], nested_types=[], enum_types=[], serialized_options=None, is_extendable=False, syntax="proto3", extension_ranges=[], oneofs=[], serialized_start=135, serialized_end=294, ) _CREATEDATASETRESPONSE = _descriptor.Descriptor( name="CreateDatasetResponse", full_name="syft.grid.messages.CreateDatasetResponse", filename=None, file=DESCRIPTOR, containing_type=None, create_key=_descriptor._internal_create_key, fields=[ _descriptor.FieldDescriptor( name="msg_id", full_name="syft.grid.messages.CreateDatasetResponse.msg_id", index=0, number=1, type=11, cpp_type=10, label=1, has_default_value=False, default_value=None, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key, ), _descriptor.FieldDescriptor( name="status_code", full_name="syft.grid.messages.CreateDatasetResponse.status_code", index=1, number=2, type=5, cpp_type=1, label=1, has_default_value=False, default_value=0, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key, ), _descriptor.FieldDescriptor( name="content", full_name="syft.grid.messages.CreateDatasetResponse.content", index=2, number=3, type=9, cpp_type=9, label=1, has_default_value=False, default_value=b"".decode("utf-8"), message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key, ), _descriptor.FieldDescriptor( name="address", full_name="syft.grid.messages.CreateDatasetResponse.address", index=3, number=4, type=11, cpp_type=10, label=1, has_default_value=False, default_value=None, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key, ), ], extensions=[], nested_types=[], enum_types=[], serialized_options=None, is_extendable=False, syntax="proto3", extension_ranges=[], oneofs=[], serialized_start=297, serialized_end=437, ) _GETDATASETMESSAGE = _descriptor.Descriptor( name="GetDatasetMessage", full_name="syft.grid.messages.GetDatasetMessage", filename=None, file=DESCRIPTOR, containing_type=None, create_key=_descriptor._internal_create_key, fields=[ _descriptor.FieldDescriptor( name="msg_id", full_name="syft.grid.messages.GetDatasetMessage.msg_id", index=0, number=1, type=11, cpp_type=10, label=1, has_default_value=False, default_value=None, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key, ), _descriptor.FieldDescriptor( name="address", full_name="syft.grid.messages.GetDatasetMessage.address", index=1, number=2, type=11, cpp_type=10, label=1, has_default_value=False, default_value=None, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key, ), _descriptor.FieldDescriptor( name="content", full_name="syft.grid.messages.GetDatasetMessage.content", index=2, number=3, type=9, cpp_type=9, label=1, has_default_value=False, default_value=b"".decode("utf-8"), message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key, ), _descriptor.FieldDescriptor( name="reply_to", full_name="syft.grid.messages.GetDatasetMessage.reply_to", index=3, number=4, type=11, cpp_type=10, label=1, has_default_value=False, default_value=None, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key, ), ], extensions=[], nested_types=[], enum_types=[], serialized_options=None, is_extendable=False, syntax="proto3", extension_ranges=[], oneofs=[], serialized_start=440, serialized_end=596, ) _GETDATASETRESPONSE = _descriptor.Descriptor( name="GetDatasetResponse", full_name="syft.grid.messages.GetDatasetResponse", filename=None, file=DESCRIPTOR, containing_type=None, create_key=_descriptor._internal_create_key, fields=[ _descriptor.FieldDescriptor( name="msg_id", full_name="syft.grid.messages.GetDatasetResponse.msg_id", index=0, number=1, type=11, cpp_type=10, label=1, has_default_value=False, default_value=None, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key, ), _descriptor.FieldDescriptor( name="status_code", full_name="syft.grid.messages.GetDatasetResponse.status_code", index=1, number=2, type=5, cpp_type=1, label=1, has_default_value=False, default_value=0, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key, ), _descriptor.FieldDescriptor( name="content", full_name="syft.grid.messages.GetDatasetResponse.content", index=2, number=3, type=9, cpp_type=9, label=1, has_default_value=False, default_value=b"".decode("utf-8"), message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key, ), _descriptor.FieldDescriptor( name="address", full_name="syft.grid.messages.GetDatasetResponse.address", index=3, number=4, type=11, cpp_type=10, label=1, has_default_value=False, default_value=None, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key, ), ], extensions=[], nested_types=[], enum_types=[], serialized_options=None, is_extendable=False, syntax="proto3", extension_ranges=[], oneofs=[], serialized_start=599, serialized_end=736, ) _GETDATASETSMESSAGE = _descriptor.Descriptor( name="GetDatasetsMessage", full_name="syft.grid.messages.GetDatasetsMessage", filename=None, file=DESCRIPTOR, containing_type=None, create_key=_descriptor._internal_create_key, fields=[ _descriptor.FieldDescriptor( name="msg_id", full_name="syft.grid.messages.GetDatasetsMessage.msg_id", index=0, number=1, type=11, cpp_type=10, label=1, has_default_value=False, default_value=None, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key, ), _descriptor.FieldDescriptor( name="address", full_name="syft.grid.messages.GetDatasetsMessage.address", index=1, number=2, type=11, cpp_type=10, label=1, has_default_value=False, default_value=None, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key, ), _descriptor.FieldDescriptor( name="content", full_name="syft.grid.messages.GetDatasetsMessage.content", index=2, number=3, type=9, cpp_type=9, label=1, has_default_value=False, default_value=b"".decode("utf-8"), message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key, ), _descriptor.FieldDescriptor( name="reply_to", full_name="syft.grid.messages.GetDatasetsMessage.reply_to", index=3, number=4, type=11, cpp_type=10, label=1, has_default_value=False, default_value=None, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key, ), ], extensions=[], nested_types=[], enum_types=[], serialized_options=None, is_extendable=False, syntax="proto3", extension_ranges=[], oneofs=[], serialized_start=739, serialized_end=896, ) _GETDATASETSRESPONSE = _descriptor.Descriptor( name="GetDatasetsResponse", full_name="syft.grid.messages.GetDatasetsResponse", filename=None, file=DESCRIPTOR, containing_type=None, create_key=_descriptor._internal_create_key, fields=[ _descriptor.FieldDescriptor( name="msg_id", full_name="syft.grid.messages.GetDatasetsResponse.msg_id", index=0, number=1, type=11, cpp_type=10, label=1, has_default_value=False, default_value=None, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key, ), _descriptor.FieldDescriptor( name="status_code", full_name="syft.grid.messages.GetDatasetsResponse.status_code", index=1, number=2, type=5, cpp_type=1, label=1, has_default_value=False, default_value=0, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key, ), _descriptor.FieldDescriptor( name="content", full_name="syft.grid.messages.GetDatasetsResponse.content", index=2, number=3, type=9, cpp_type=9, label=1, has_default_value=False, default_value=b"".decode("utf-8"), message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key, ), _descriptor.FieldDescriptor( name="address", full_name="syft.grid.messages.GetDatasetsResponse.address", index=3, number=4, type=11, cpp_type=10, label=1, has_default_value=False, default_value=None, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key, ), ], extensions=[], nested_types=[], enum_types=[], serialized_options=None, is_extendable=False, syntax="proto3", extension_ranges=[], oneofs=[], serialized_start=899, serialized_end=1037, ) _SEARCHDATASETMESSAGE = _descriptor.Descriptor( name="SearchDatasetMessage", full_name="syft.grid.messages.SearchDatasetMessage", filename=None, file=DESCRIPTOR, containing_type=None, create_key=_descriptor._internal_create_key, fields=[ _descriptor.FieldDescriptor( name="msg_id", full_name="syft.grid.messages.SearchDatasetMessage.msg_id", index=0, number=1, type=11, cpp_type=10, label=1, has_default_value=False, default_value=None, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key, ), _descriptor.FieldDescriptor( name="address", full_name="syft.grid.messages.SearchDatasetMessage.address", index=1, number=2, type=11, cpp_type=10, label=1, has_default_value=False, default_value=None, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key, ), _descriptor.FieldDescriptor( name="content", full_name="syft.grid.messages.SearchDatasetMessage.content", index=2, number=3, type=9, cpp_type=9, label=1, has_default_value=False, default_value=b"".decode("utf-8"), message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key, ), _descriptor.FieldDescriptor( name="reply_to", full_name="syft.grid.messages.SearchDatasetMessage.reply_to", index=3, number=4, type=11, cpp_type=10, label=1, has_default_value=False, default_value=None, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key, ), ], extensions=[], nested_types=[], enum_types=[], serialized_options=None, is_extendable=False, syntax="proto3", extension_ranges=[], oneofs=[], serialized_start=1040, serialized_end=1199, ) _SEARCHDATASETRESPONSE = _descriptor.Descriptor( name="SearchDatasetResponse", full_name="syft.grid.messages.SearchDatasetResponse", filename=None, file=DESCRIPTOR, containing_type=None, create_key=_descriptor._internal_create_key, fields=[ _descriptor.FieldDescriptor( name="msg_id", full_name="syft.grid.messages.SearchDatasetResponse.msg_id", index=0, number=1, type=11, cpp_type=10, label=1, has_default_value=False, default_value=None, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key, ), _descriptor.FieldDescriptor( name="status_code", full_name="syft.grid.messages.SearchDatasetResponse.status_code", index=1, number=2, type=5, cpp_type=1, label=1, has_default_value=False, default_value=0, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key, ), _descriptor.FieldDescriptor( name="content", full_name="syft.grid.messages.SearchDatasetResponse.content", index=2, number=3, type=9, cpp_type=9, label=1, has_default_value=False, default_value=b"".decode("utf-8"), message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key, ), _descriptor.FieldDescriptor( name="address", full_name="syft.grid.messages.SearchDatasetResponse.address", index=3, number=4, type=11, cpp_type=10, label=1, has_default_value=False, default_value=None, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key, ), ], extensions=[], nested_types=[], enum_types=[], serialized_options=None, is_extendable=False, syntax="proto3", extension_ranges=[], oneofs=[], serialized_start=1202, serialized_end=1342, ) _UPDATEDATASETMESSAGE = _descriptor.Descriptor( name="UpdateDatasetMessage", full_name="syft.grid.messages.UpdateDatasetMessage", filename=None, file=DESCRIPTOR, containing_type=None, create_key=_descriptor._internal_create_key, fields=[ _descriptor.FieldDescriptor( name="msg_id", full_name="syft.grid.messages.UpdateDatasetMessage.msg_id", index=0, number=1, type=11, cpp_type=10, label=1, has_default_value=False, default_value=None, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key, ), _descriptor.FieldDescriptor( name="address", full_name="syft.grid.messages.UpdateDatasetMessage.address", index=1, number=2, type=11, cpp_type=10, label=1, has_default_value=False, default_value=None, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key, ), _descriptor.FieldDescriptor( name="content", full_name="syft.grid.messages.UpdateDatasetMessage.content", index=2, number=3, type=9, cpp_type=9, label=1, has_default_value=False, default_value=b"".decode("utf-8"), message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key, ), _descriptor.FieldDescriptor( name="reply_to", full_name="syft.grid.messages.UpdateDatasetMessage.reply_to", index=3, number=4, type=11, cpp_type=10, label=1, has_default_value=False, default_value=None, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key, ), ], extensions=[], nested_types=[], enum_types=[], serialized_options=None, is_extendable=False, syntax="proto3", extension_ranges=[], oneofs=[], serialized_start=1345, serialized_end=1504, ) _UPDATEDATASETRESPONSE = _descriptor.Descriptor( name="UpdateDatasetResponse", full_name="syft.grid.messages.UpdateDatasetResponse", filename=None, file=DESCRIPTOR, containing_type=None, create_key=_descriptor._internal_create_key, fields=[ _descriptor.FieldDescriptor( name="msg_id", full_name="syft.grid.messages.UpdateDatasetResponse.msg_id", index=0, number=1, type=11, cpp_type=10, label=1, has_default_value=False, default_value=None, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key, ), _descriptor.FieldDescriptor( name="status_code", full_name="syft.grid.messages.UpdateDatasetResponse.status_code", index=1, number=2, type=5, cpp_type=1, label=1, has_default_value=False, default_value=0, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key, ), _descriptor.FieldDescriptor( name="content", full_name="syft.grid.messages.UpdateDatasetResponse.content", index=2, number=3, type=9, cpp_type=9, label=1, has_default_value=False, default_value=b"".decode("utf-8"), message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key, ), _descriptor.FieldDescriptor( name="address", full_name="syft.grid.messages.UpdateDatasetResponse.address", index=3, number=4, type=11, cpp_type=10, label=1, has_default_value=False, default_value=None, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key, ), ], extensions=[], nested_types=[], enum_types=[], serialized_options=None, is_extendable=False, syntax="proto3", extension_ranges=[], oneofs=[], serialized_start=1507, serialized_end=1647, ) _DELETEDATASETMESSAGE = _descriptor.Descriptor( name="DeleteDatasetMessage", full_name="syft.grid.messages.DeleteDatasetMessage", filename=None, file=DESCRIPTOR, containing_type=None, create_key=_descriptor._internal_create_key, fields=[ _descriptor.FieldDescriptor( name="msg_id", full_name="syft.grid.messages.DeleteDatasetMessage.msg_id", index=0, number=1, type=11, cpp_type=10, label=1, has_default_value=False, default_value=None, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key, ), _descriptor.FieldDescriptor( name="address", full_name="syft.grid.messages.DeleteDatasetMessage.address", index=1, number=2, type=11, cpp_type=10, label=1, has_default_value=False, default_value=None, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key, ), _descriptor.FieldDescriptor( name="content", full_name="syft.grid.messages.DeleteDatasetMessage.content", index=2, number=3, type=9, cpp_type=9, label=1, has_default_value=False, default_value=b"".decode("utf-8"), message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key, ), _descriptor.FieldDescriptor( name="reply_to", full_name="syft.grid.messages.DeleteDatasetMessage.reply_to", index=3, number=4, type=11, cpp_type=10, label=1, has_default_value=False, default_value=None, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key, ), ], extensions=[], nested_types=[], enum_types=[], serialized_options=None, is_extendable=False, syntax="proto3", extension_ranges=[], oneofs=[], serialized_start=1650, serialized_end=1809, ) _DELETEDATASETRESPONSE = _descriptor.Descriptor( name="DeleteDatasetResponse", full_name="syft.grid.messages.DeleteDatasetResponse", filename=None, file=DESCRIPTOR, containing_type=None, create_key=_descriptor._internal_create_key, fields=[ _descriptor.FieldDescriptor( name="msg_id", full_name="syft.grid.messages.DeleteDatasetResponse.msg_id", index=0, number=1, type=11, cpp_type=10, label=1, has_default_value=False, default_value=None, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key, ), _descriptor.FieldDescriptor( name="status_code", full_name="syft.grid.messages.DeleteDatasetResponse.status_code", index=1, number=2, type=5, cpp_type=1, label=1, has_default_value=False, default_value=0, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key, ), _descriptor.FieldDescriptor( name="content", full_name="syft.grid.messages.DeleteDatasetResponse.content", index=2, number=3, type=9, cpp_type=9, label=1, has_default_value=False, default_value=b"".decode("utf-8"), message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key, ), _descriptor.FieldDescriptor( name="address", full_name="syft.grid.messages.DeleteDatasetResponse.address", index=3, number=4, type=11, cpp_type=10, label=1, has_default_value=False, default_value=None, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key, ), ], extensions=[], nested_types=[], enum_types=[], serialized_options=None, is_extendable=False, syntax="proto3", extension_ranges=[], oneofs=[], serialized_start=1812, serialized_end=1952, ) _CREATEDATASETMESSAGE.fields_by_name[ "msg_id" ].message_type = proto_dot_core_dot_common_dot_common__object__pb2._UID _CREATEDATASETMESSAGE.fields_by_name[ "address" ].message_type = proto_dot_core_dot_io_dot_address__pb2._ADDRESS _CREATEDATASETMESSAGE.fields_by_name[ "reply_to" ].message_type = proto_dot_core_dot_io_dot_address__pb2._ADDRESS _CREATEDATASETRESPONSE.fields_by_name[ "msg_id" ].message_type = proto_dot_core_dot_common_dot_common__object__pb2._UID _CREATEDATASETRESPONSE.fields_by_name[ "address" ].message_type = proto_dot_core_dot_io_dot_address__pb2._ADDRESS _GETDATASETMESSAGE.fields_by_name[ "msg_id" ].message_type = proto_dot_core_dot_common_dot_common__object__pb2._UID _GETDATASETMESSAGE.fields_by_name[ "address" ].message_type = proto_dot_core_dot_io_dot_address__pb2._ADDRESS _GETDATASETMESSAGE.fields_by_name[ "reply_to" ].message_type = proto_dot_core_dot_io_dot_address__pb2._ADDRESS _GETDATASETRESPONSE.fields_by_name[ "msg_id" ].message_type = proto_dot_core_dot_common_dot_common__object__pb2._UID _GETDATASETRESPONSE.fields_by_name[ "address" ].message_type = proto_dot_core_dot_io_dot_address__pb2._ADDRESS _GETDATASETSMESSAGE.fields_by_name[ "msg_id" ].message_type = proto_dot_core_dot_common_dot_common__object__pb2._UID _GETDATASETSMESSAGE.fields_by_name[ "address" ].message_type = proto_dot_core_dot_io_dot_address__pb2._ADDRESS _GETDATASETSMESSAGE.fields_by_name[ "reply_to" ].message_type = proto_dot_core_dot_io_dot_address__pb2._ADDRESS _GETDATASETSRESPONSE.fields_by_name[ "msg_id" ].message_type = proto_dot_core_dot_common_dot_common__object__pb2._UID _GETDATASETSRESPONSE.fields_by_name[ "address" ].message_type = proto_dot_core_dot_io_dot_address__pb2._ADDRESS _SEARCHDATASETMESSAGE.fields_by_name[ "msg_id" ].message_type = proto_dot_core_dot_common_dot_common__object__pb2._UID _SEARCHDATASETMESSAGE.fields_by_name[ "address" ].message_type = proto_dot_core_dot_io_dot_address__pb2._ADDRESS _SEARCHDATASETMESSAGE.fields_by_name[ "reply_to" ].message_type = proto_dot_core_dot_io_dot_address__pb2._ADDRESS _SEARCHDATASETRESPONSE.fields_by_name[ "msg_id" ].message_type = proto_dot_core_dot_common_dot_common__object__pb2._UID _SEARCHDATASETRESPONSE.fields_by_name[ "address" ].message_type = proto_dot_core_dot_io_dot_address__pb2._ADDRESS _UPDATEDATASETMESSAGE.fields_by_name[ "msg_id" ].message_type = proto_dot_core_dot_common_dot_common__object__pb2._UID _UPDATEDATASETMESSAGE.fields_by_name[ "address" ].message_type = proto_dot_core_dot_io_dot_address__pb2._ADDRESS _UPDATEDATASETMESSAGE.fields_by_name[ "reply_to" ].message_type = proto_dot_core_dot_io_dot_address__pb2._ADDRESS _UPDATEDATASETRESPONSE.fields_by_name[ "msg_id" ].message_type = proto_dot_core_dot_common_dot_common__object__pb2._UID _UPDATEDATASETRESPONSE.fields_by_name[ "address" ].message_type = proto_dot_core_dot_io_dot_address__pb2._ADDRESS _DELETEDATASETMESSAGE.fields_by_name[ "msg_id" ].message_type = proto_dot_core_dot_common_dot_common__object__pb2._UID _DELETEDATASETMESSAGE.fields_by_name[ "address" ].message_type = proto_dot_core_dot_io_dot_address__pb2._ADDRESS _DELETEDATASETMESSAGE.fields_by_name[ "reply_to" ].message_type = proto_dot_core_dot_io_dot_address__pb2._ADDRESS _DELETEDATASETRESPONSE.fields_by_name[ "msg_id" ].message_type = proto_dot_core_dot_common_dot_common__object__pb2._UID _DELETEDATASETRESPONSE.fields_by_name[ "address" ].message_type = proto_dot_core_dot_io_dot_address__pb2._ADDRESS DESCRIPTOR.message_types_by_name["CreateDatasetMessage"] = _CREATEDATASETMESSAGE DESCRIPTOR.message_types_by_name["CreateDatasetResponse"] = _CREATEDATASETRESPONSE DESCRIPTOR.message_types_by_name["GetDatasetMessage"] = _GETDATASETMESSAGE DESCRIPTOR.message_types_by_name["GetDatasetResponse"] = _GETDATASETRESPONSE DESCRIPTOR.message_types_by_name["GetDatasetsMessage"] = _GETDATASETSMESSAGE DESCRIPTOR.message_types_by_name["GetDatasetsResponse"] = _GETDATASETSRESPONSE DESCRIPTOR.message_types_by_name["SearchDatasetMessage"] = _SEARCHDATASETMESSAGE DESCRIPTOR.message_types_by_name["SearchDatasetResponse"] = _SEARCHDATASETRESPONSE DESCRIPTOR.message_types_by_name["UpdateDatasetMessage"] = _UPDATEDATASETMESSAGE DESCRIPTOR.message_types_by_name["UpdateDatasetResponse"] = _UPDATEDATASETRESPONSE DESCRIPTOR.message_types_by_name["DeleteDatasetMessage"] = _DELETEDATASETMESSAGE DESCRIPTOR.message_types_by_name["DeleteDatasetResponse"] = _DELETEDATASETRESPONSE _sym_db.RegisterFileDescriptor(DESCRIPTOR) CreateDatasetMessage = _reflection.GeneratedProtocolMessageType( "CreateDatasetMessage", (_message.Message,), { "DESCRIPTOR": _CREATEDATASETMESSAGE, "__module__": "proto.grid.messages.dataset_messages_pb2" # @@protoc_insertion_point(class_scope:syft.grid.messages.CreateDatasetMessage) }, ) _sym_db.RegisterMessage(CreateDatasetMessage) CreateDatasetResponse = _reflection.GeneratedProtocolMessageType( "CreateDatasetResponse", (_message.Message,), { "DESCRIPTOR": _CREATEDATASETRESPONSE, "__module__": "proto.grid.messages.dataset_messages_pb2" # @@protoc_insertion_point(class_scope:syft.grid.messages.CreateDatasetResponse) }, ) _sym_db.RegisterMessage(CreateDatasetResponse) GetDatasetMessage = _reflection.GeneratedProtocolMessageType( "GetDatasetMessage", (_message.Message,), { "DESCRIPTOR": _GETDATASETMESSAGE, "__module__": "proto.grid.messages.dataset_messages_pb2" # @@protoc_insertion_point(class_scope:syft.grid.messages.GetDatasetMessage) }, ) _sym_db.RegisterMessage(GetDatasetMessage) GetDatasetResponse = _reflection.GeneratedProtocolMessageType( "GetDatasetResponse", (_message.Message,), { "DESCRIPTOR": _GETDATASETRESPONSE, "__module__": "proto.grid.messages.dataset_messages_pb2" # @@protoc_insertion_point(class_scope:syft.grid.messages.GetDatasetResponse) }, ) _sym_db.RegisterMessage(GetDatasetResponse) GetDatasetsMessage = _reflection.GeneratedProtocolMessageType( "GetDatasetsMessage", (_message.Message,), { "DESCRIPTOR": _GETDATASETSMESSAGE, "__module__": "proto.grid.messages.dataset_messages_pb2" # @@protoc_insertion_point(class_scope:syft.grid.messages.GetDatasetsMessage) }, ) _sym_db.RegisterMessage(GetDatasetsMessage) GetDatasetsResponse = _reflection.GeneratedProtocolMessageType( "GetDatasetsResponse", (_message.Message,), { "DESCRIPTOR": _GETDATASETSRESPONSE, "__module__": "proto.grid.messages.dataset_messages_pb2" # @@protoc_insertion_point(class_scope:syft.grid.messages.GetDatasetsResponse) }, ) _sym_db.RegisterMessage(GetDatasetsResponse) SearchDatasetMessage = _reflection.GeneratedProtocolMessageType( "SearchDatasetMessage", (_message.Message,), { "DESCRIPTOR": _SEARCHDATASETMESSAGE, "__module__": "proto.grid.messages.dataset_messages_pb2" # @@protoc_insertion_point(class_scope:syft.grid.messages.SearchDatasetMessage) }, ) _sym_db.RegisterMessage(SearchDatasetMessage) SearchDatasetResponse = _reflection.GeneratedProtocolMessageType( "SearchDatasetResponse", (_message.Message,), { "DESCRIPTOR": _SEARCHDATASETRESPONSE, "__module__": "proto.grid.messages.dataset_messages_pb2" # @@protoc_insertion_point(class_scope:syft.grid.messages.SearchDatasetResponse) }, ) _sym_db.RegisterMessage(SearchDatasetResponse) UpdateDatasetMessage = _reflection.GeneratedProtocolMessageType( "UpdateDatasetMessage", (_message.Message,), { "DESCRIPTOR": _UPDATEDATASETMESSAGE, "__module__": "proto.grid.messages.dataset_messages_pb2" # @@protoc_insertion_point(class_scope:syft.grid.messages.UpdateDatasetMessage) }, ) _sym_db.RegisterMessage(UpdateDatasetMessage) UpdateDatasetResponse = _reflection.GeneratedProtocolMessageType( "UpdateDatasetResponse", (_message.Message,), { "DESCRIPTOR": _UPDATEDATASETRESPONSE, "__module__": "proto.grid.messages.dataset_messages_pb2" # @@protoc_insertion_point(class_scope:syft.grid.messages.UpdateDatasetResponse) }, ) _sym_db.RegisterMessage(UpdateDatasetResponse) DeleteDatasetMessage = _reflection.GeneratedProtocolMessageType( "DeleteDatasetMessage", (_message.Message,), { "DESCRIPTOR": _DELETEDATASETMESSAGE, "__module__": "proto.grid.messages.dataset_messages_pb2" # @@protoc_insertion_point(class_scope:syft.grid.messages.DeleteDatasetMessage) }, ) _sym_db.RegisterMessage(DeleteDatasetMessage) DeleteDatasetResponse = _reflection.GeneratedProtocolMessageType( "DeleteDatasetResponse", (_message.Message,), { "DESCRIPTOR": _DELETEDATASETRESPONSE, "__module__": "proto.grid.messages.dataset_messages_pb2" # @@protoc_insertion_point(class_scope:syft.grid.messages.DeleteDatasetResponse) }, ) _sym_db.RegisterMessage(DeleteDatasetResponse) # @@protoc_insertion_point(module_scope)
[ 2, 532, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12, 198, 2, 2980, 515, 416, 262, 8435, 11876, 17050, 13, 220, 8410, 5626, 48483, 0, 198, 2, 2723, 25, 44876, 14, 25928, 14, 37348, 1095, 14, 19608, 292, 316, 62, 37348, 1095, 13, 1676, 1462, 198, 37811, 8645, 515, 8435, 11876, 2438, 526, 15931, 198, 2, 2368, 2151, 198, 6738, 23645, 13, 11235, 672, 3046, 1330, 43087, 355, 4808, 20147, 1968, 273, 198, 6738, 23645, 13, 11235, 672, 3046, 1330, 3275, 355, 4808, 20500, 198, 6738, 23645, 13, 11235, 672, 3046, 1330, 14580, 355, 4808, 5420, 1564, 198, 6738, 23645, 13, 11235, 672, 3046, 1330, 6194, 62, 48806, 355, 4808, 1837, 23650, 62, 48806, 198, 198, 2, 25248, 11235, 420, 62, 28463, 295, 62, 4122, 7, 320, 3742, 8, 198, 198, 62, 37047, 62, 9945, 796, 4808, 1837, 23650, 62, 48806, 13, 19463, 3419, 628, 198, 2, 827, 701, 4112, 198, 6738, 827, 701, 13, 1676, 1462, 13, 7295, 13, 11321, 1330, 357, 198, 220, 220, 220, 2219, 62, 15252, 62, 40842, 17, 355, 44876, 62, 26518, 62, 7295, 62, 26518, 62, 11321, 62, 26518, 62, 11321, 834, 15252, 834, 40842, 17, 11, 198, 8, 198, 6738, 827, 701, 13, 1676, 1462, 13, 7295, 13, 952, 1330, 2209, 62, 40842, 17, 355, 44876, 62, 26518, 62, 7295, 62, 26518, 62, 952, 62, 26518, 62, 21975, 834, 40842, 17, 198, 198, 30910, 36584, 32961, 796, 4808, 20147, 1968, 273, 13, 8979, 24564, 1968, 273, 7, 198, 220, 220, 220, 1438, 2625, 1676, 1462, 14, 25928, 14, 37348, 1095, 14, 19608, 292, 316, 62, 37348, 1095, 13, 1676, 1462, 1600, 198, 220, 220, 220, 5301, 2625, 1837, 701, 13, 25928, 13, 37348, 1095, 1600, 198, 220, 220, 220, 15582, 2625, 1676, 1462, 18, 1600, 198, 220, 220, 220, 11389, 1143, 62, 25811, 28, 14202, 11, 198, 220, 220, 220, 2251, 62, 2539, 28, 62, 20147, 1968, 273, 13557, 32538, 62, 17953, 62, 2539, 11, 198, 220, 220, 220, 11389, 1143, 62, 40842, 28, 65, 6, 59, 77, 9, 1676, 1462, 14, 25928, 14, 37348, 1095, 14, 19608, 292, 316, 62, 37348, 1095, 13, 1676, 1462, 59, 87, 1065, 59, 87, 1065, 1837, 701, 13, 25928, 13, 37348, 1095, 59, 87, 16, 64, 4, 1676, 1462, 14, 7295, 14, 11321, 14, 11321, 62, 15252, 13, 1676, 1462, 59, 87, 16, 64, 59, 87, 16, 65, 1676, 1462, 14, 7295, 14, 952, 14, 21975, 13, 1676, 1462, 1, 59, 87, 24, 69, 59, 87, 486, 59, 77, 59, 87, 1415, 59, 87, 3559, 260, 378, 27354, 292, 316, 12837, 59, 87, 1065, 4, 59, 77, 59, 87, 3312, 19662, 62, 312, 59, 87, 1507, 59, 87, 486, 3467, 87, 486, 38016, 87, 15, 65, 59, 87, 2624, 59, 87, 1314, 13, 1837, 701, 13, 7295, 13, 11321, 13, 27586, 59, 87, 1065, 5, 59, 77, 59, 87, 2998, 59, 87, 5333, 59, 87, 2414, 59, 87, 2414, 601, 59, 87, 1507, 59, 87, 2999, 3467, 87, 486, 38016, 87, 15, 65, 59, 87, 2624, 59, 87, 1314, 13, 1837, 701, 13, 7295, 13, 952, 13, 20231, 59, 87, 1065, 59, 87, 15, 69, 59, 77, 59, 87, 2998, 59, 87, 5066, 38564, 59, 87, 1507, 59, 87, 3070, 3467, 87, 486, 38016, 83, 59, 87, 1065, 43054, 59, 77, 59, 87, 2919, 47768, 62, 1462, 59, 87, 1507, 59, 87, 3023, 3467, 87, 486, 38016, 87, 15, 65, 59, 87, 2624, 59, 87, 1314, 13, 1837, 701, 13, 7295, 13, 952, 13, 20231, 1, 59, 87, 23, 66, 59, 87, 486, 59, 77, 59, 87, 1314, 59, 87, 3559, 260, 378, 27354, 292, 316, 31077, 59, 87, 1065, 4, 59, 77, 59, 87, 3312, 19662, 62, 312, 59, 87, 1507, 59, 87, 486, 3467, 87, 486, 38016, 87, 15, 65, 59, 87, 2624, 59, 87, 1314, 13, 1837, 701, 13, 7295, 13, 11321, 13, 27586, 59, 87, 1065, 59, 87, 1485, 59, 77, 59, 87, 15, 65, 13376, 62, 8189, 59, 87, 1507, 59, 87, 2999, 3467, 87, 486, 38016, 87, 2713, 59, 87, 1065, 59, 87, 15, 69, 59, 77, 59, 87, 2998, 59, 87, 5066, 38564, 59, 87, 1507, 59, 87, 3070, 3467, 87, 486, 38016, 83, 59, 87, 1065, 5, 59, 77, 59, 87, 2998, 59, 87, 5333, 59, 87, 2414, 59, 87, 2414, 601, 59, 87, 1507, 59, 87, 3023, 3467, 87, 486, 38016, 87, 15, 65, 59, 87, 2624, 59, 87, 1314, 13, 1837, 701, 13, 7295, 13, 952, 13, 20231, 1, 59, 87, 24, 66, 59, 87, 486, 59, 77, 59, 87, 1157, 3855, 27354, 292, 316, 12837, 59, 87, 1065, 4, 59, 77, 59, 87, 3312, 19662, 62, 312, 59, 87, 1507, 59, 87, 486, 3467, 87, 486, 38016, 87, 15, 65, 59, 87, 2624, 59, 87, 1314, 13, 1837, 701, 13, 7295, 13, 11321, 13, 27586, 59, 87, 1065, 5, 59, 77, 59, 87, 2998, 59, 87, 5333, 59, 87, 2414, 59, 87, 2414, 601, 59, 87, 1507, 59, 87, 2999, 3467, 87, 486, 38016, 87, 15, 65, 59, 87, 2624, 59, 87, 1314, 13, 1837, 701, 13, 7295, 13, 952, 13, 20231, 59, 87, 1065, 59, 87, 15, 69, 59, 77, 59, 87, 2998, 59, 87, 5066, 38564, 59, 87, 1507, 59, 87, 3070, 3467, 87, 486, 38016, 83, 59, 87, 1065, 43054, 59, 77, 59, 87, 2919, 47768, 62, 1462, 59, 87, 1507, 59, 87, 3023, 3467, 87, 486, 38016, 87, 15, 65, 59, 87, 2624, 59, 87, 1314, 13, 1837, 701, 13, 7295, 13, 952, 13, 20231, 1, 59, 87, 4531, 59, 87, 486, 59, 77, 59, 87, 1065, 3855, 27354, 292, 316, 31077, 59, 87, 1065, 4, 59, 77, 59, 87, 3312, 19662, 62, 312, 59, 87, 1507, 59, 87, 486, 3467, 87, 486, 38016, 87, 15, 65, 59, 87, 2624, 59, 87, 1314, 13, 1837, 701, 13, 7295, 13, 11321, 13, 27586, 59, 87, 1065, 59, 87, 1485, 59, 77, 59, 87, 15, 65, 13376, 62, 8189, 59, 87, 1507, 59, 87, 2999, 3467, 87, 486, 38016, 87, 2713, 59, 87, 1065, 59, 87, 15, 69, 59, 77, 59, 87, 2998, 59, 87, 5066, 38564, 59, 87, 1507, 59, 87, 3070, 3467, 87, 486, 38016, 83, 59, 87, 1065, 5, 59, 77, 59, 87, 2998, 59, 87, 5333, 59, 87, 2414, 59, 87, 2414, 601, 59, 87, 1507, 59, 87, 3023, 3467, 87, 486, 38016, 87, 15, 65, 59, 87, 2624, 59, 87, 1314, 13, 1837, 701, 13, 7295, 13, 952, 13, 20231, 1, 59, 87, 24, 67, 59, 87, 486, 59, 77, 59, 87, 1065, 3855, 27354, 292, 1039, 12837, 59, 87, 1065, 4, 59, 77, 59, 87, 3312, 19662, 62, 312, 59, 87, 1507, 59, 87, 486, 3467, 87, 486, 38016, 87, 15, 65, 59, 87, 2624, 59, 87, 1314, 13, 1837, 701, 13, 7295, 13, 11321, 13, 27586, 59, 87, 1065, 5, 59, 77, 59, 87, 2998, 59, 87, 5333, 59, 87, 2414, 59, 87, 2414, 601, 59, 87, 1507, 59, 87, 2999, 3467, 87, 486, 38016, 87, 15, 65, 59, 87, 2624, 59, 87, 1314, 13, 1837, 701, 13, 7295, 13, 952, 13, 20231, 59, 87, 1065, 59, 87, 15, 69, 59, 77, 59, 87, 2998, 59, 87, 5066, 38564, 59, 87, 1507, 59, 87, 3070, 3467, 87, 486, 38016, 83, 59, 87, 1065, 43054, 59, 77, 59, 87, 2919, 47768, 62, 1462, 59, 87, 1507, 59, 87, 3023, 3467, 87, 486, 38016, 87, 15, 65, 59, 87, 2624, 59, 87, 1314, 13, 1837, 701, 13, 7295, 13, 952, 13, 20231, 1, 59, 87, 23, 64, 59, 87, 486, 59, 77, 59, 87, 1485, 3855, 27354, 292, 1039, 31077, 59, 87, 1065, 4, 59, 77, 59, 87, 3312, 19662, 62, 312, 59, 87, 1507, 59, 87, 486, 3467, 87, 486, 38016, 87, 15, 65, 59, 87, 2624, 59, 87, 1314, 13, 1837, 701, 13, 7295, 13, 11321, 13, 27586, 59, 87, 1065, 59, 87, 1485, 59, 77, 59, 87, 15, 65, 13376, 62, 8189, 59, 87, 1507, 59, 87, 2999, 3467, 87, 486, 38016, 87, 2713, 59, 87, 1065, 59, 87, 15, 69, 59, 77, 59, 87, 2998, 59, 87, 5066, 38564, 59, 87, 1507, 59, 87, 3070, 3467, 87, 486, 38016, 83, 59, 87, 1065, 5, 59, 77, 59, 87, 2998, 59, 87, 5333, 59, 87, 2414, 59, 87, 2414, 601, 59, 87, 1507, 59, 87, 3023, 3467, 87, 486, 38016, 87, 15, 65, 59, 87, 2624, 59, 87, 1314, 13, 1837, 701, 13, 7295, 13, 952, 13, 20231, 1, 59, 87, 24, 69, 59, 87, 486, 59, 77, 59, 87, 1415, 18243, 27354, 292, 316, 12837, 59, 87, 1065, 4, 59, 77, 59, 87, 3312, 19662, 62, 312, 59, 87, 1507, 59, 87, 486, 3467, 87, 486, 38016, 87, 15, 65, 59, 87, 2624, 59, 87, 1314, 13, 1837, 701, 13, 7295, 13, 11321, 13, 27586, 59, 87, 1065, 5, 59, 77, 59, 87, 2998, 59, 87, 5333, 59, 87, 2414, 59, 87, 2414, 601, 59, 87, 1507, 59, 87, 2999, 3467, 87, 486, 38016, 87, 15, 65, 59, 87, 2624, 59, 87, 1314, 13, 1837, 701, 13, 7295, 13, 952, 13, 20231, 59, 87, 1065, 59, 87, 15, 69, 59, 77, 59, 87, 2998, 59, 87, 5066, 38564, 59, 87, 1507, 59, 87, 3070, 3467, 87, 486, 38016, 83, 59, 87, 1065, 43054, 59, 77, 59, 87, 2919, 47768, 62, 1462, 59, 87, 1507, 59, 87, 3023, 3467, 87, 486, 38016, 87, 15, 65, 59, 87, 2624, 59, 87, 1314, 13, 1837, 701, 13, 7295, 13, 952, 13, 20231, 1, 59, 87, 23, 66, 59, 87, 486, 59, 77, 59, 87, 1314, 18243, 27354, 292, 316, 31077, 59, 87, 1065, 4, 59, 77, 59, 87, 3312, 19662, 62, 312, 59, 87, 1507, 59, 87, 486, 3467, 87, 486, 38016, 87, 15, 65, 59, 87, 2624, 59, 87, 1314, 13, 1837, 701, 13, 7295, 13, 11321, 13, 27586, 59, 87, 1065, 59, 87, 1485, 59, 77, 59, 87, 15, 65, 13376, 62, 8189, 59, 87, 1507, 59, 87, 2999, 3467, 87, 486, 38016, 87, 2713, 59, 87, 1065, 59, 87, 15, 69, 59, 77, 59, 87, 2998, 59, 87, 5066, 38564, 59, 87, 1507, 59, 87, 3070, 3467, 87, 486, 38016, 83, 59, 87, 1065, 5, 59, 77, 59, 87, 2998, 59, 87, 5333, 59, 87, 2414, 59, 87, 2414, 601, 59, 87, 1507, 59, 87, 3023, 3467, 87, 486, 38016, 87, 15, 65, 59, 87, 2624, 59, 87, 1314, 13, 1837, 701, 13, 7295, 13, 952, 13, 20231, 1, 59, 87, 24, 69, 59, 87, 486, 59, 77, 59, 87, 1415, 10260, 27354, 292, 316, 12837, 59, 87, 1065, 4, 59, 77, 59, 87, 3312, 19662, 62, 312, 59, 87, 1507, 59, 87, 486, 3467, 87, 486, 38016, 87, 15, 65, 59, 87, 2624, 59, 87, 1314, 13, 1837, 701, 13, 7295, 13, 11321, 13, 27586, 59, 87, 1065, 5, 59, 77, 59, 87, 2998, 59, 87, 5333, 59, 87, 2414, 59, 87, 2414, 601, 59, 87, 1507, 59, 87, 2999, 3467, 87, 486, 38016, 87, 15, 65, 59, 87, 2624, 59, 87, 1314, 13, 1837, 701, 13, 7295, 13, 952, 13, 20231, 59, 87, 1065, 59, 87, 15, 69, 59, 77, 59, 87, 2998, 59, 87, 5066, 38564, 59, 87, 1507, 59, 87, 3070, 3467, 87, 486, 38016, 83, 59, 87, 1065, 43054, 59, 77, 59, 87, 2919, 47768, 62, 1462, 59, 87, 1507, 59, 87, 3023, 3467, 87, 486, 38016, 87, 15, 65, 59, 87, 2624, 59, 87, 1314, 13, 1837, 701, 13, 7295, 13, 952, 13, 20231, 1, 59, 87, 23, 66, 59, 87, 486, 59, 77, 59, 87, 1314, 10260, 27354, 292, 316, 31077, 59, 87, 1065, 4, 59, 77, 59, 87, 3312, 19662, 62, 312, 59, 87, 1507, 59, 87, 486, 3467, 87, 486, 38016, 87, 15, 65, 59, 87, 2624, 59, 87, 1314, 13, 1837, 701, 13, 7295, 13, 11321, 13, 27586, 59, 87, 1065, 59, 87, 1485, 59, 77, 59, 87, 15, 65, 13376, 62, 8189, 59, 87, 1507, 59, 87, 2999, 3467, 87, 486, 38016, 87, 2713, 59, 87, 1065, 59, 87, 15, 69, 59, 77, 59, 87, 2998, 59, 87, 5066, 38564, 59, 87, 1507, 59, 87, 3070, 3467, 87, 486, 38016, 83, 59, 87, 1065, 5, 59, 77, 59, 87, 2998, 59, 87, 5333, 59, 87, 2414, 59, 87, 2414, 601, 59, 87, 1507, 59, 87, 3023, 3467, 87, 486, 38016, 87, 15, 65, 59, 87, 2624, 59, 87, 1314, 13, 1837, 701, 13, 7295, 13, 952, 13, 20231, 1, 59, 87, 24, 69, 59, 87, 486, 59, 77, 59, 87, 1415, 59, 87, 2598, 59, 87, 2996, 5807, 27354, 292, 316, 12837, 59, 87, 1065, 4, 59, 77, 59, 87, 3312, 19662, 62, 312, 59, 87, 1507, 59, 87, 486, 3467, 87, 486, 38016, 87, 15, 65, 59, 87, 2624, 59, 87, 1314, 13, 1837, 701, 13, 7295, 13, 11321, 13, 27586, 59, 87, 1065, 5, 59, 77, 59, 87, 2998, 59, 87, 5333, 59, 87, 2414, 59, 87, 2414, 601, 59, 87, 1507, 59, 87, 2999, 3467, 87, 486, 38016, 87, 15, 65, 59, 87, 2624, 59, 87, 1314, 13, 1837, 701, 13, 7295, 13, 952, 13, 20231, 59, 87, 1065, 59, 87, 15, 69, 59, 77, 59, 87, 2998, 59, 87, 5066, 38564, 59, 87, 1507, 59, 87, 3070, 3467, 87, 486, 38016, 83, 59, 87, 1065, 43054, 59, 77, 59, 87, 2919, 47768, 62, 1462, 59, 87, 1507, 59, 87, 3023, 3467, 87, 486, 38016, 87, 15, 65, 59, 87, 2624, 59, 87, 1314, 13, 1837, 701, 13, 7295, 13, 952, 13, 20231, 1, 59, 87, 23, 66, 59, 87, 486, 59, 77, 59, 87, 1314, 59, 87, 2598, 59, 87, 2996, 5807, 27354, 292, 316, 31077, 59, 87, 1065, 4, 59, 77, 59, 87, 3312, 19662, 62, 312, 59, 87, 1507, 59, 87, 486, 3467, 87, 486, 38016, 87, 15, 65, 59, 87, 2624, 59, 87, 1314, 13, 1837, 701, 13, 7295, 13, 11321, 13, 27586, 59, 87, 1065, 59, 87, 1485, 59, 77, 59, 87, 15, 65, 13376, 62, 8189, 59, 87, 1507, 59, 87, 2999, 3467, 87, 486, 38016, 87, 2713, 59, 87, 1065, 59, 87, 15, 69, 59, 77, 59, 87, 2998, 59, 87, 5066, 38564, 59, 87, 1507, 59, 87, 3070, 3467, 87, 486, 38016, 83, 59, 87, 1065, 5, 59, 77, 59, 87, 2998, 59, 87, 5333, 59, 87, 2414, 59, 87, 2414, 601, 59, 87, 1507, 59, 87, 3023, 3467, 87, 486, 38016, 87, 15, 65, 59, 87, 2624, 59, 87, 1314, 13, 1837, 701, 13, 7295, 13, 952, 13, 20231, 65, 59, 87, 3312, 1676, 1462, 18, 3256, 198, 220, 220, 220, 20086, 41888, 198, 220, 220, 220, 220, 220, 220, 220, 44876, 62, 26518, 62, 7295, 62, 26518, 62, 11321, 62, 26518, 62, 11321, 834, 15252, 834, 40842, 17, 13, 30910, 36584, 32961, 11, 198, 220, 220, 220, 220, 220, 220, 220, 44876, 62, 26518, 62, 7295, 62, 26518, 62, 952, 62, 26518, 62, 21975, 834, 40842, 17, 13, 30910, 36584, 32961, 11, 198, 220, 220, 220, 16589, 198, 8, 628, 198, 62, 43387, 11617, 1404, 1921, 2767, 44, 1546, 4090, 8264, 796, 4808, 20147, 1968, 273, 13, 24564, 1968, 273, 7, 198, 220, 220, 220, 1438, 2625, 16447, 27354, 292, 316, 12837, 1600, 198, 220, 220, 220, 1336, 62, 3672, 2625, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 16447, 27354, 292, 316, 12837, 1600, 198, 220, 220, 220, 29472, 28, 14202, 11, 198, 220, 220, 220, 2393, 28, 30910, 36584, 32961, 11, 198, 220, 220, 220, 7268, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 2251, 62, 2539, 28, 62, 20147, 1968, 273, 13557, 32538, 62, 17953, 62, 2539, 11, 198, 220, 220, 220, 7032, 41888, 198, 220, 220, 220, 220, 220, 220, 220, 4808, 20147, 1968, 273, 13, 15878, 24564, 1968, 273, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1438, 2625, 19662, 62, 312, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1336, 62, 3672, 2625, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 16447, 27354, 292, 316, 12837, 13, 19662, 62, 312, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6376, 28, 15, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1271, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2099, 28, 1157, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 269, 381, 62, 4906, 28, 940, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 468, 62, 12286, 62, 8367, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 62, 8367, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3275, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 33829, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7268, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 318, 62, 2302, 3004, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7552, 62, 29982, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11389, 1143, 62, 25811, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2393, 28, 30910, 36584, 32961, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2251, 62, 2539, 28, 62, 20147, 1968, 273, 13557, 32538, 62, 17953, 62, 2539, 11, 198, 220, 220, 220, 220, 220, 220, 220, 10612, 198, 220, 220, 220, 220, 220, 220, 220, 4808, 20147, 1968, 273, 13, 15878, 24564, 1968, 273, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1438, 2625, 21975, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1336, 62, 3672, 2625, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 16447, 27354, 292, 316, 12837, 13, 21975, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6376, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1271, 28, 17, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2099, 28, 1157, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 269, 381, 62, 4906, 28, 940, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 468, 62, 12286, 62, 8367, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 62, 8367, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3275, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 33829, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7268, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 318, 62, 2302, 3004, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7552, 62, 29982, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11389, 1143, 62, 25811, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2393, 28, 30910, 36584, 32961, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2251, 62, 2539, 28, 62, 20147, 1968, 273, 13557, 32538, 62, 17953, 62, 2539, 11, 198, 220, 220, 220, 220, 220, 220, 220, 10612, 198, 220, 220, 220, 220, 220, 220, 220, 4808, 20147, 1968, 273, 13, 15878, 24564, 1968, 273, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1438, 2625, 11299, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1336, 62, 3672, 2625, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 16447, 27354, 292, 316, 12837, 13, 11299, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6376, 28, 17, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1271, 28, 18, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2099, 28, 24, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 269, 381, 62, 4906, 28, 24, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 468, 62, 12286, 62, 8367, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 62, 8367, 28, 65, 1, 1911, 12501, 1098, 7203, 40477, 12, 23, 12340, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3275, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 33829, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7268, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 318, 62, 2302, 3004, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7552, 62, 29982, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11389, 1143, 62, 25811, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2393, 28, 30910, 36584, 32961, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2251, 62, 2539, 28, 62, 20147, 1968, 273, 13557, 32538, 62, 17953, 62, 2539, 11, 198, 220, 220, 220, 220, 220, 220, 220, 10612, 198, 220, 220, 220, 220, 220, 220, 220, 4808, 20147, 1968, 273, 13, 15878, 24564, 1968, 273, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1438, 2625, 47768, 62, 1462, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1336, 62, 3672, 2625, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 16447, 27354, 292, 316, 12837, 13, 47768, 62, 1462, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6376, 28, 18, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1271, 28, 19, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2099, 28, 1157, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 269, 381, 62, 4906, 28, 940, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 468, 62, 12286, 62, 8367, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 62, 8367, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3275, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 33829, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7268, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 318, 62, 2302, 3004, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7552, 62, 29982, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11389, 1143, 62, 25811, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2393, 28, 30910, 36584, 32961, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2251, 62, 2539, 28, 62, 20147, 1968, 273, 13557, 32538, 62, 17953, 62, 2539, 11, 198, 220, 220, 220, 220, 220, 220, 220, 10612, 198, 220, 220, 220, 16589, 198, 220, 220, 220, 18366, 41888, 4357, 198, 220, 220, 220, 28376, 62, 19199, 41888, 4357, 198, 220, 220, 220, 33829, 62, 19199, 41888, 4357, 198, 220, 220, 220, 11389, 1143, 62, 25811, 28, 14202, 11, 198, 220, 220, 220, 318, 62, 2302, 437, 540, 28, 25101, 11, 198, 220, 220, 220, 15582, 2625, 1676, 1462, 18, 1600, 198, 220, 220, 220, 7552, 62, 81, 6231, 41888, 4357, 198, 220, 220, 220, 530, 1659, 82, 41888, 4357, 198, 220, 220, 220, 11389, 1143, 62, 9688, 28, 17059, 11, 198, 220, 220, 220, 11389, 1143, 62, 437, 28, 27696, 11, 198, 8, 628, 198, 62, 43387, 11617, 1404, 1921, 2767, 19535, 47, 1340, 5188, 796, 4808, 20147, 1968, 273, 13, 24564, 1968, 273, 7, 198, 220, 220, 220, 1438, 2625, 16447, 27354, 292, 316, 31077, 1600, 198, 220, 220, 220, 1336, 62, 3672, 2625, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 16447, 27354, 292, 316, 31077, 1600, 198, 220, 220, 220, 29472, 28, 14202, 11, 198, 220, 220, 220, 2393, 28, 30910, 36584, 32961, 11, 198, 220, 220, 220, 7268, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 2251, 62, 2539, 28, 62, 20147, 1968, 273, 13557, 32538, 62, 17953, 62, 2539, 11, 198, 220, 220, 220, 7032, 41888, 198, 220, 220, 220, 220, 220, 220, 220, 4808, 20147, 1968, 273, 13, 15878, 24564, 1968, 273, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1438, 2625, 19662, 62, 312, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1336, 62, 3672, 2625, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 16447, 27354, 292, 316, 31077, 13, 19662, 62, 312, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6376, 28, 15, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1271, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2099, 28, 1157, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 269, 381, 62, 4906, 28, 940, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 468, 62, 12286, 62, 8367, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 62, 8367, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3275, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 33829, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7268, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 318, 62, 2302, 3004, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7552, 62, 29982, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11389, 1143, 62, 25811, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2393, 28, 30910, 36584, 32961, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2251, 62, 2539, 28, 62, 20147, 1968, 273, 13557, 32538, 62, 17953, 62, 2539, 11, 198, 220, 220, 220, 220, 220, 220, 220, 10612, 198, 220, 220, 220, 220, 220, 220, 220, 4808, 20147, 1968, 273, 13, 15878, 24564, 1968, 273, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1438, 2625, 13376, 62, 8189, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1336, 62, 3672, 2625, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 16447, 27354, 292, 316, 31077, 13, 13376, 62, 8189, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6376, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1271, 28, 17, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2099, 28, 20, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 269, 381, 62, 4906, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 468, 62, 12286, 62, 8367, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 62, 8367, 28, 15, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3275, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 33829, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7268, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 318, 62, 2302, 3004, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7552, 62, 29982, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11389, 1143, 62, 25811, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2393, 28, 30910, 36584, 32961, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2251, 62, 2539, 28, 62, 20147, 1968, 273, 13557, 32538, 62, 17953, 62, 2539, 11, 198, 220, 220, 220, 220, 220, 220, 220, 10612, 198, 220, 220, 220, 220, 220, 220, 220, 4808, 20147, 1968, 273, 13, 15878, 24564, 1968, 273, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1438, 2625, 11299, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1336, 62, 3672, 2625, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 16447, 27354, 292, 316, 31077, 13, 11299, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6376, 28, 17, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1271, 28, 18, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2099, 28, 24, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 269, 381, 62, 4906, 28, 24, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 468, 62, 12286, 62, 8367, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 62, 8367, 28, 65, 1, 1911, 12501, 1098, 7203, 40477, 12, 23, 12340, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3275, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 33829, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7268, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 318, 62, 2302, 3004, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7552, 62, 29982, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11389, 1143, 62, 25811, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2393, 28, 30910, 36584, 32961, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2251, 62, 2539, 28, 62, 20147, 1968, 273, 13557, 32538, 62, 17953, 62, 2539, 11, 198, 220, 220, 220, 220, 220, 220, 220, 10612, 198, 220, 220, 220, 220, 220, 220, 220, 4808, 20147, 1968, 273, 13, 15878, 24564, 1968, 273, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1438, 2625, 21975, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1336, 62, 3672, 2625, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 16447, 27354, 292, 316, 31077, 13, 21975, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6376, 28, 18, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1271, 28, 19, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2099, 28, 1157, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 269, 381, 62, 4906, 28, 940, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 468, 62, 12286, 62, 8367, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 62, 8367, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3275, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 33829, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7268, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 318, 62, 2302, 3004, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7552, 62, 29982, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11389, 1143, 62, 25811, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2393, 28, 30910, 36584, 32961, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2251, 62, 2539, 28, 62, 20147, 1968, 273, 13557, 32538, 62, 17953, 62, 2539, 11, 198, 220, 220, 220, 220, 220, 220, 220, 10612, 198, 220, 220, 220, 16589, 198, 220, 220, 220, 18366, 41888, 4357, 198, 220, 220, 220, 28376, 62, 19199, 41888, 4357, 198, 220, 220, 220, 33829, 62, 19199, 41888, 4357, 198, 220, 220, 220, 11389, 1143, 62, 25811, 28, 14202, 11, 198, 220, 220, 220, 318, 62, 2302, 437, 540, 28, 25101, 11, 198, 220, 220, 220, 15582, 2625, 1676, 1462, 18, 1600, 198, 220, 220, 220, 7552, 62, 81, 6231, 41888, 4357, 198, 220, 220, 220, 530, 1659, 82, 41888, 4357, 198, 220, 220, 220, 11389, 1143, 62, 9688, 28, 26561, 11, 198, 220, 220, 220, 11389, 1143, 62, 437, 28, 43284, 11, 198, 8, 628, 198, 62, 18851, 35, 1404, 1921, 2767, 44, 1546, 4090, 8264, 796, 4808, 20147, 1968, 273, 13, 24564, 1968, 273, 7, 198, 220, 220, 220, 1438, 2625, 3855, 27354, 292, 316, 12837, 1600, 198, 220, 220, 220, 1336, 62, 3672, 2625, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 3855, 27354, 292, 316, 12837, 1600, 198, 220, 220, 220, 29472, 28, 14202, 11, 198, 220, 220, 220, 2393, 28, 30910, 36584, 32961, 11, 198, 220, 220, 220, 7268, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 2251, 62, 2539, 28, 62, 20147, 1968, 273, 13557, 32538, 62, 17953, 62, 2539, 11, 198, 220, 220, 220, 7032, 41888, 198, 220, 220, 220, 220, 220, 220, 220, 4808, 20147, 1968, 273, 13, 15878, 24564, 1968, 273, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1438, 2625, 19662, 62, 312, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1336, 62, 3672, 2625, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 3855, 27354, 292, 316, 12837, 13, 19662, 62, 312, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6376, 28, 15, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1271, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2099, 28, 1157, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 269, 381, 62, 4906, 28, 940, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 468, 62, 12286, 62, 8367, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 62, 8367, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3275, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 33829, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7268, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 318, 62, 2302, 3004, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7552, 62, 29982, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11389, 1143, 62, 25811, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2393, 28, 30910, 36584, 32961, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2251, 62, 2539, 28, 62, 20147, 1968, 273, 13557, 32538, 62, 17953, 62, 2539, 11, 198, 220, 220, 220, 220, 220, 220, 220, 10612, 198, 220, 220, 220, 220, 220, 220, 220, 4808, 20147, 1968, 273, 13, 15878, 24564, 1968, 273, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1438, 2625, 21975, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1336, 62, 3672, 2625, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 3855, 27354, 292, 316, 12837, 13, 21975, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6376, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1271, 28, 17, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2099, 28, 1157, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 269, 381, 62, 4906, 28, 940, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 468, 62, 12286, 62, 8367, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 62, 8367, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3275, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 33829, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7268, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 318, 62, 2302, 3004, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7552, 62, 29982, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11389, 1143, 62, 25811, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2393, 28, 30910, 36584, 32961, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2251, 62, 2539, 28, 62, 20147, 1968, 273, 13557, 32538, 62, 17953, 62, 2539, 11, 198, 220, 220, 220, 220, 220, 220, 220, 10612, 198, 220, 220, 220, 220, 220, 220, 220, 4808, 20147, 1968, 273, 13, 15878, 24564, 1968, 273, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1438, 2625, 11299, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1336, 62, 3672, 2625, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 3855, 27354, 292, 316, 12837, 13, 11299, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6376, 28, 17, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1271, 28, 18, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2099, 28, 24, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 269, 381, 62, 4906, 28, 24, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 468, 62, 12286, 62, 8367, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 62, 8367, 28, 65, 1, 1911, 12501, 1098, 7203, 40477, 12, 23, 12340, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3275, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 33829, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7268, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 318, 62, 2302, 3004, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7552, 62, 29982, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11389, 1143, 62, 25811, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2393, 28, 30910, 36584, 32961, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2251, 62, 2539, 28, 62, 20147, 1968, 273, 13557, 32538, 62, 17953, 62, 2539, 11, 198, 220, 220, 220, 220, 220, 220, 220, 10612, 198, 220, 220, 220, 220, 220, 220, 220, 4808, 20147, 1968, 273, 13, 15878, 24564, 1968, 273, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1438, 2625, 47768, 62, 1462, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1336, 62, 3672, 2625, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 3855, 27354, 292, 316, 12837, 13, 47768, 62, 1462, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6376, 28, 18, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1271, 28, 19, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2099, 28, 1157, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 269, 381, 62, 4906, 28, 940, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 468, 62, 12286, 62, 8367, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 62, 8367, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3275, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 33829, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7268, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 318, 62, 2302, 3004, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7552, 62, 29982, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11389, 1143, 62, 25811, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2393, 28, 30910, 36584, 32961, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2251, 62, 2539, 28, 62, 20147, 1968, 273, 13557, 32538, 62, 17953, 62, 2539, 11, 198, 220, 220, 220, 220, 220, 220, 220, 10612, 198, 220, 220, 220, 16589, 198, 220, 220, 220, 18366, 41888, 4357, 198, 220, 220, 220, 28376, 62, 19199, 41888, 4357, 198, 220, 220, 220, 33829, 62, 19199, 41888, 4357, 198, 220, 220, 220, 11389, 1143, 62, 25811, 28, 14202, 11, 198, 220, 220, 220, 318, 62, 2302, 437, 540, 28, 25101, 11, 198, 220, 220, 220, 15582, 2625, 1676, 1462, 18, 1600, 198, 220, 220, 220, 7552, 62, 81, 6231, 41888, 4357, 198, 220, 220, 220, 530, 1659, 82, 41888, 4357, 198, 220, 220, 220, 11389, 1143, 62, 9688, 28, 25644, 11, 198, 220, 220, 220, 11389, 1143, 62, 437, 28, 45734, 11, 198, 8, 628, 198, 62, 18851, 35, 1404, 1921, 2767, 19535, 47, 1340, 5188, 796, 4808, 20147, 1968, 273, 13, 24564, 1968, 273, 7, 198, 220, 220, 220, 1438, 2625, 3855, 27354, 292, 316, 31077, 1600, 198, 220, 220, 220, 1336, 62, 3672, 2625, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 3855, 27354, 292, 316, 31077, 1600, 198, 220, 220, 220, 29472, 28, 14202, 11, 198, 220, 220, 220, 2393, 28, 30910, 36584, 32961, 11, 198, 220, 220, 220, 7268, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 2251, 62, 2539, 28, 62, 20147, 1968, 273, 13557, 32538, 62, 17953, 62, 2539, 11, 198, 220, 220, 220, 7032, 41888, 198, 220, 220, 220, 220, 220, 220, 220, 4808, 20147, 1968, 273, 13, 15878, 24564, 1968, 273, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1438, 2625, 19662, 62, 312, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1336, 62, 3672, 2625, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 3855, 27354, 292, 316, 31077, 13, 19662, 62, 312, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6376, 28, 15, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1271, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2099, 28, 1157, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 269, 381, 62, 4906, 28, 940, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 468, 62, 12286, 62, 8367, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 62, 8367, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3275, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 33829, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7268, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 318, 62, 2302, 3004, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7552, 62, 29982, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11389, 1143, 62, 25811, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2393, 28, 30910, 36584, 32961, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2251, 62, 2539, 28, 62, 20147, 1968, 273, 13557, 32538, 62, 17953, 62, 2539, 11, 198, 220, 220, 220, 220, 220, 220, 220, 10612, 198, 220, 220, 220, 220, 220, 220, 220, 4808, 20147, 1968, 273, 13, 15878, 24564, 1968, 273, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1438, 2625, 13376, 62, 8189, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1336, 62, 3672, 2625, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 3855, 27354, 292, 316, 31077, 13, 13376, 62, 8189, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6376, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1271, 28, 17, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2099, 28, 20, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 269, 381, 62, 4906, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 468, 62, 12286, 62, 8367, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 62, 8367, 28, 15, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3275, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 33829, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7268, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 318, 62, 2302, 3004, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7552, 62, 29982, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11389, 1143, 62, 25811, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2393, 28, 30910, 36584, 32961, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2251, 62, 2539, 28, 62, 20147, 1968, 273, 13557, 32538, 62, 17953, 62, 2539, 11, 198, 220, 220, 220, 220, 220, 220, 220, 10612, 198, 220, 220, 220, 220, 220, 220, 220, 4808, 20147, 1968, 273, 13, 15878, 24564, 1968, 273, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1438, 2625, 11299, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1336, 62, 3672, 2625, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 3855, 27354, 292, 316, 31077, 13, 11299, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6376, 28, 17, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1271, 28, 18, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2099, 28, 24, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 269, 381, 62, 4906, 28, 24, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 468, 62, 12286, 62, 8367, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 62, 8367, 28, 65, 1, 1911, 12501, 1098, 7203, 40477, 12, 23, 12340, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3275, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 33829, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7268, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 318, 62, 2302, 3004, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7552, 62, 29982, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11389, 1143, 62, 25811, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2393, 28, 30910, 36584, 32961, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2251, 62, 2539, 28, 62, 20147, 1968, 273, 13557, 32538, 62, 17953, 62, 2539, 11, 198, 220, 220, 220, 220, 220, 220, 220, 10612, 198, 220, 220, 220, 220, 220, 220, 220, 4808, 20147, 1968, 273, 13, 15878, 24564, 1968, 273, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1438, 2625, 21975, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1336, 62, 3672, 2625, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 3855, 27354, 292, 316, 31077, 13, 21975, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6376, 28, 18, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1271, 28, 19, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2099, 28, 1157, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 269, 381, 62, 4906, 28, 940, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 468, 62, 12286, 62, 8367, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 62, 8367, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3275, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 33829, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7268, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 318, 62, 2302, 3004, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7552, 62, 29982, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11389, 1143, 62, 25811, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2393, 28, 30910, 36584, 32961, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2251, 62, 2539, 28, 62, 20147, 1968, 273, 13557, 32538, 62, 17953, 62, 2539, 11, 198, 220, 220, 220, 220, 220, 220, 220, 10612, 198, 220, 220, 220, 16589, 198, 220, 220, 220, 18366, 41888, 4357, 198, 220, 220, 220, 28376, 62, 19199, 41888, 4357, 198, 220, 220, 220, 33829, 62, 19199, 41888, 4357, 198, 220, 220, 220, 11389, 1143, 62, 25811, 28, 14202, 11, 198, 220, 220, 220, 318, 62, 2302, 437, 540, 28, 25101, 11, 198, 220, 220, 220, 15582, 2625, 1676, 1462, 18, 1600, 198, 220, 220, 220, 7552, 62, 81, 6231, 41888, 4357, 198, 220, 220, 220, 530, 1659, 82, 41888, 4357, 198, 220, 220, 220, 11389, 1143, 62, 9688, 28, 43452, 11, 198, 220, 220, 220, 11389, 1143, 62, 437, 28, 49150, 11, 198, 8, 628, 198, 62, 18851, 35, 1404, 1921, 2767, 12310, 1546, 4090, 8264, 796, 4808, 20147, 1968, 273, 13, 24564, 1968, 273, 7, 198, 220, 220, 220, 1438, 2625, 3855, 27354, 292, 1039, 12837, 1600, 198, 220, 220, 220, 1336, 62, 3672, 2625, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 3855, 27354, 292, 1039, 12837, 1600, 198, 220, 220, 220, 29472, 28, 14202, 11, 198, 220, 220, 220, 2393, 28, 30910, 36584, 32961, 11, 198, 220, 220, 220, 7268, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 2251, 62, 2539, 28, 62, 20147, 1968, 273, 13557, 32538, 62, 17953, 62, 2539, 11, 198, 220, 220, 220, 7032, 41888, 198, 220, 220, 220, 220, 220, 220, 220, 4808, 20147, 1968, 273, 13, 15878, 24564, 1968, 273, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1438, 2625, 19662, 62, 312, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1336, 62, 3672, 2625, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 3855, 27354, 292, 1039, 12837, 13, 19662, 62, 312, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6376, 28, 15, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1271, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2099, 28, 1157, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 269, 381, 62, 4906, 28, 940, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 468, 62, 12286, 62, 8367, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 62, 8367, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3275, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 33829, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7268, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 318, 62, 2302, 3004, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7552, 62, 29982, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11389, 1143, 62, 25811, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2393, 28, 30910, 36584, 32961, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2251, 62, 2539, 28, 62, 20147, 1968, 273, 13557, 32538, 62, 17953, 62, 2539, 11, 198, 220, 220, 220, 220, 220, 220, 220, 10612, 198, 220, 220, 220, 220, 220, 220, 220, 4808, 20147, 1968, 273, 13, 15878, 24564, 1968, 273, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1438, 2625, 21975, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1336, 62, 3672, 2625, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 3855, 27354, 292, 1039, 12837, 13, 21975, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6376, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1271, 28, 17, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2099, 28, 1157, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 269, 381, 62, 4906, 28, 940, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 468, 62, 12286, 62, 8367, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 62, 8367, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3275, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 33829, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7268, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 318, 62, 2302, 3004, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7552, 62, 29982, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11389, 1143, 62, 25811, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2393, 28, 30910, 36584, 32961, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2251, 62, 2539, 28, 62, 20147, 1968, 273, 13557, 32538, 62, 17953, 62, 2539, 11, 198, 220, 220, 220, 220, 220, 220, 220, 10612, 198, 220, 220, 220, 220, 220, 220, 220, 4808, 20147, 1968, 273, 13, 15878, 24564, 1968, 273, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1438, 2625, 11299, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1336, 62, 3672, 2625, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 3855, 27354, 292, 1039, 12837, 13, 11299, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6376, 28, 17, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1271, 28, 18, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2099, 28, 24, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 269, 381, 62, 4906, 28, 24, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 468, 62, 12286, 62, 8367, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 62, 8367, 28, 65, 1, 1911, 12501, 1098, 7203, 40477, 12, 23, 12340, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3275, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 33829, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7268, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 318, 62, 2302, 3004, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7552, 62, 29982, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11389, 1143, 62, 25811, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2393, 28, 30910, 36584, 32961, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2251, 62, 2539, 28, 62, 20147, 1968, 273, 13557, 32538, 62, 17953, 62, 2539, 11, 198, 220, 220, 220, 220, 220, 220, 220, 10612, 198, 220, 220, 220, 220, 220, 220, 220, 4808, 20147, 1968, 273, 13, 15878, 24564, 1968, 273, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1438, 2625, 47768, 62, 1462, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1336, 62, 3672, 2625, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 3855, 27354, 292, 1039, 12837, 13, 47768, 62, 1462, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6376, 28, 18, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1271, 28, 19, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2099, 28, 1157, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 269, 381, 62, 4906, 28, 940, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 468, 62, 12286, 62, 8367, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 62, 8367, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3275, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 33829, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7268, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 318, 62, 2302, 3004, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7552, 62, 29982, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11389, 1143, 62, 25811, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2393, 28, 30910, 36584, 32961, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2251, 62, 2539, 28, 62, 20147, 1968, 273, 13557, 32538, 62, 17953, 62, 2539, 11, 198, 220, 220, 220, 220, 220, 220, 220, 10612, 198, 220, 220, 220, 16589, 198, 220, 220, 220, 18366, 41888, 4357, 198, 220, 220, 220, 28376, 62, 19199, 41888, 4357, 198, 220, 220, 220, 33829, 62, 19199, 41888, 4357, 198, 220, 220, 220, 11389, 1143, 62, 25811, 28, 14202, 11, 198, 220, 220, 220, 318, 62, 2302, 437, 540, 28, 25101, 11, 198, 220, 220, 220, 15582, 2625, 1676, 1462, 18, 1600, 198, 220, 220, 220, 7552, 62, 81, 6231, 41888, 4357, 198, 220, 220, 220, 530, 1659, 82, 41888, 4357, 198, 220, 220, 220, 11389, 1143, 62, 9688, 28, 22, 2670, 11, 198, 220, 220, 220, 11389, 1143, 62, 437, 28, 48712, 11, 198, 8, 628, 198, 62, 18851, 35, 1404, 1921, 2767, 12562, 1546, 47, 1340, 5188, 796, 4808, 20147, 1968, 273, 13, 24564, 1968, 273, 7, 198, 220, 220, 220, 1438, 2625, 3855, 27354, 292, 1039, 31077, 1600, 198, 220, 220, 220, 1336, 62, 3672, 2625, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 3855, 27354, 292, 1039, 31077, 1600, 198, 220, 220, 220, 29472, 28, 14202, 11, 198, 220, 220, 220, 2393, 28, 30910, 36584, 32961, 11, 198, 220, 220, 220, 7268, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 2251, 62, 2539, 28, 62, 20147, 1968, 273, 13557, 32538, 62, 17953, 62, 2539, 11, 198, 220, 220, 220, 7032, 41888, 198, 220, 220, 220, 220, 220, 220, 220, 4808, 20147, 1968, 273, 13, 15878, 24564, 1968, 273, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1438, 2625, 19662, 62, 312, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1336, 62, 3672, 2625, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 3855, 27354, 292, 1039, 31077, 13, 19662, 62, 312, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6376, 28, 15, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1271, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2099, 28, 1157, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 269, 381, 62, 4906, 28, 940, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 468, 62, 12286, 62, 8367, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 62, 8367, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3275, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 33829, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7268, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 318, 62, 2302, 3004, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7552, 62, 29982, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11389, 1143, 62, 25811, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2393, 28, 30910, 36584, 32961, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2251, 62, 2539, 28, 62, 20147, 1968, 273, 13557, 32538, 62, 17953, 62, 2539, 11, 198, 220, 220, 220, 220, 220, 220, 220, 10612, 198, 220, 220, 220, 220, 220, 220, 220, 4808, 20147, 1968, 273, 13, 15878, 24564, 1968, 273, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1438, 2625, 13376, 62, 8189, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1336, 62, 3672, 2625, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 3855, 27354, 292, 1039, 31077, 13, 13376, 62, 8189, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6376, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1271, 28, 17, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2099, 28, 20, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 269, 381, 62, 4906, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 468, 62, 12286, 62, 8367, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 62, 8367, 28, 15, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3275, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 33829, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7268, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 318, 62, 2302, 3004, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7552, 62, 29982, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11389, 1143, 62, 25811, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2393, 28, 30910, 36584, 32961, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2251, 62, 2539, 28, 62, 20147, 1968, 273, 13557, 32538, 62, 17953, 62, 2539, 11, 198, 220, 220, 220, 220, 220, 220, 220, 10612, 198, 220, 220, 220, 220, 220, 220, 220, 4808, 20147, 1968, 273, 13, 15878, 24564, 1968, 273, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1438, 2625, 11299, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1336, 62, 3672, 2625, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 3855, 27354, 292, 1039, 31077, 13, 11299, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6376, 28, 17, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1271, 28, 18, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2099, 28, 24, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 269, 381, 62, 4906, 28, 24, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 468, 62, 12286, 62, 8367, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 62, 8367, 28, 65, 1, 1911, 12501, 1098, 7203, 40477, 12, 23, 12340, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3275, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 33829, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7268, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 318, 62, 2302, 3004, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7552, 62, 29982, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11389, 1143, 62, 25811, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2393, 28, 30910, 36584, 32961, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2251, 62, 2539, 28, 62, 20147, 1968, 273, 13557, 32538, 62, 17953, 62, 2539, 11, 198, 220, 220, 220, 220, 220, 220, 220, 10612, 198, 220, 220, 220, 220, 220, 220, 220, 4808, 20147, 1968, 273, 13, 15878, 24564, 1968, 273, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1438, 2625, 21975, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1336, 62, 3672, 2625, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 3855, 27354, 292, 1039, 31077, 13, 21975, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6376, 28, 18, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1271, 28, 19, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2099, 28, 1157, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 269, 381, 62, 4906, 28, 940, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 468, 62, 12286, 62, 8367, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 62, 8367, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3275, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 33829, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7268, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 318, 62, 2302, 3004, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7552, 62, 29982, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11389, 1143, 62, 25811, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2393, 28, 30910, 36584, 32961, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2251, 62, 2539, 28, 62, 20147, 1968, 273, 13557, 32538, 62, 17953, 62, 2539, 11, 198, 220, 220, 220, 220, 220, 220, 220, 10612, 198, 220, 220, 220, 16589, 198, 220, 220, 220, 18366, 41888, 4357, 198, 220, 220, 220, 28376, 62, 19199, 41888, 4357, 198, 220, 220, 220, 33829, 62, 19199, 41888, 4357, 198, 220, 220, 220, 11389, 1143, 62, 25811, 28, 14202, 11, 198, 220, 220, 220, 318, 62, 2302, 437, 540, 28, 25101, 11, 198, 220, 220, 220, 15582, 2625, 1676, 1462, 18, 1600, 198, 220, 220, 220, 7552, 62, 81, 6231, 41888, 4357, 198, 220, 220, 220, 530, 1659, 82, 41888, 4357, 198, 220, 220, 220, 11389, 1143, 62, 9688, 28, 44093, 11, 198, 220, 220, 220, 11389, 1143, 62, 437, 28, 940, 2718, 11, 198, 8, 628, 198, 62, 5188, 31315, 35, 1404, 1921, 2767, 44, 1546, 4090, 8264, 796, 4808, 20147, 1968, 273, 13, 24564, 1968, 273, 7, 198, 220, 220, 220, 1438, 2625, 18243, 27354, 292, 316, 12837, 1600, 198, 220, 220, 220, 1336, 62, 3672, 2625, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 18243, 27354, 292, 316, 12837, 1600, 198, 220, 220, 220, 29472, 28, 14202, 11, 198, 220, 220, 220, 2393, 28, 30910, 36584, 32961, 11, 198, 220, 220, 220, 7268, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 2251, 62, 2539, 28, 62, 20147, 1968, 273, 13557, 32538, 62, 17953, 62, 2539, 11, 198, 220, 220, 220, 7032, 41888, 198, 220, 220, 220, 220, 220, 220, 220, 4808, 20147, 1968, 273, 13, 15878, 24564, 1968, 273, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1438, 2625, 19662, 62, 312, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1336, 62, 3672, 2625, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 18243, 27354, 292, 316, 12837, 13, 19662, 62, 312, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6376, 28, 15, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1271, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2099, 28, 1157, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 269, 381, 62, 4906, 28, 940, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 468, 62, 12286, 62, 8367, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 62, 8367, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3275, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 33829, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7268, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 318, 62, 2302, 3004, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7552, 62, 29982, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11389, 1143, 62, 25811, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2393, 28, 30910, 36584, 32961, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2251, 62, 2539, 28, 62, 20147, 1968, 273, 13557, 32538, 62, 17953, 62, 2539, 11, 198, 220, 220, 220, 220, 220, 220, 220, 10612, 198, 220, 220, 220, 220, 220, 220, 220, 4808, 20147, 1968, 273, 13, 15878, 24564, 1968, 273, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1438, 2625, 21975, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1336, 62, 3672, 2625, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 18243, 27354, 292, 316, 12837, 13, 21975, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6376, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1271, 28, 17, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2099, 28, 1157, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 269, 381, 62, 4906, 28, 940, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 468, 62, 12286, 62, 8367, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 62, 8367, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3275, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 33829, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7268, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 318, 62, 2302, 3004, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7552, 62, 29982, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11389, 1143, 62, 25811, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2393, 28, 30910, 36584, 32961, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2251, 62, 2539, 28, 62, 20147, 1968, 273, 13557, 32538, 62, 17953, 62, 2539, 11, 198, 220, 220, 220, 220, 220, 220, 220, 10612, 198, 220, 220, 220, 220, 220, 220, 220, 4808, 20147, 1968, 273, 13, 15878, 24564, 1968, 273, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1438, 2625, 11299, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1336, 62, 3672, 2625, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 18243, 27354, 292, 316, 12837, 13, 11299, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6376, 28, 17, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1271, 28, 18, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2099, 28, 24, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 269, 381, 62, 4906, 28, 24, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 468, 62, 12286, 62, 8367, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 62, 8367, 28, 65, 1, 1911, 12501, 1098, 7203, 40477, 12, 23, 12340, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3275, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 33829, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7268, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 318, 62, 2302, 3004, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7552, 62, 29982, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11389, 1143, 62, 25811, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2393, 28, 30910, 36584, 32961, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2251, 62, 2539, 28, 62, 20147, 1968, 273, 13557, 32538, 62, 17953, 62, 2539, 11, 198, 220, 220, 220, 220, 220, 220, 220, 10612, 198, 220, 220, 220, 220, 220, 220, 220, 4808, 20147, 1968, 273, 13, 15878, 24564, 1968, 273, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1438, 2625, 47768, 62, 1462, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1336, 62, 3672, 2625, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 18243, 27354, 292, 316, 12837, 13, 47768, 62, 1462, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6376, 28, 18, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1271, 28, 19, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2099, 28, 1157, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 269, 381, 62, 4906, 28, 940, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 468, 62, 12286, 62, 8367, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 62, 8367, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3275, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 33829, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7268, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 318, 62, 2302, 3004, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7552, 62, 29982, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11389, 1143, 62, 25811, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2393, 28, 30910, 36584, 32961, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2251, 62, 2539, 28, 62, 20147, 1968, 273, 13557, 32538, 62, 17953, 62, 2539, 11, 198, 220, 220, 220, 220, 220, 220, 220, 10612, 198, 220, 220, 220, 16589, 198, 220, 220, 220, 18366, 41888, 4357, 198, 220, 220, 220, 28376, 62, 19199, 41888, 4357, 198, 220, 220, 220, 33829, 62, 19199, 41888, 4357, 198, 220, 220, 220, 11389, 1143, 62, 25811, 28, 14202, 11, 198, 220, 220, 220, 318, 62, 2302, 437, 540, 28, 25101, 11, 198, 220, 220, 220, 15582, 2625, 1676, 1462, 18, 1600, 198, 220, 220, 220, 7552, 62, 81, 6231, 41888, 4357, 198, 220, 220, 220, 530, 1659, 82, 41888, 4357, 198, 220, 220, 220, 11389, 1143, 62, 9688, 28, 940, 1821, 11, 198, 220, 220, 220, 11389, 1143, 62, 437, 28, 16315, 24, 11, 198, 8, 628, 198, 62, 5188, 31315, 35, 1404, 1921, 2767, 19535, 47, 1340, 5188, 796, 4808, 20147, 1968, 273, 13, 24564, 1968, 273, 7, 198, 220, 220, 220, 1438, 2625, 18243, 27354, 292, 316, 31077, 1600, 198, 220, 220, 220, 1336, 62, 3672, 2625, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 18243, 27354, 292, 316, 31077, 1600, 198, 220, 220, 220, 29472, 28, 14202, 11, 198, 220, 220, 220, 2393, 28, 30910, 36584, 32961, 11, 198, 220, 220, 220, 7268, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 2251, 62, 2539, 28, 62, 20147, 1968, 273, 13557, 32538, 62, 17953, 62, 2539, 11, 198, 220, 220, 220, 7032, 41888, 198, 220, 220, 220, 220, 220, 220, 220, 4808, 20147, 1968, 273, 13, 15878, 24564, 1968, 273, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1438, 2625, 19662, 62, 312, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1336, 62, 3672, 2625, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 18243, 27354, 292, 316, 31077, 13, 19662, 62, 312, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6376, 28, 15, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1271, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2099, 28, 1157, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 269, 381, 62, 4906, 28, 940, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 468, 62, 12286, 62, 8367, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 62, 8367, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3275, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 33829, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7268, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 318, 62, 2302, 3004, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7552, 62, 29982, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11389, 1143, 62, 25811, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2393, 28, 30910, 36584, 32961, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2251, 62, 2539, 28, 62, 20147, 1968, 273, 13557, 32538, 62, 17953, 62, 2539, 11, 198, 220, 220, 220, 220, 220, 220, 220, 10612, 198, 220, 220, 220, 220, 220, 220, 220, 4808, 20147, 1968, 273, 13, 15878, 24564, 1968, 273, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1438, 2625, 13376, 62, 8189, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1336, 62, 3672, 2625, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 18243, 27354, 292, 316, 31077, 13, 13376, 62, 8189, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6376, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1271, 28, 17, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2099, 28, 20, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 269, 381, 62, 4906, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 468, 62, 12286, 62, 8367, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 62, 8367, 28, 15, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3275, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 33829, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7268, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 318, 62, 2302, 3004, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7552, 62, 29982, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11389, 1143, 62, 25811, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2393, 28, 30910, 36584, 32961, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2251, 62, 2539, 28, 62, 20147, 1968, 273, 13557, 32538, 62, 17953, 62, 2539, 11, 198, 220, 220, 220, 220, 220, 220, 220, 10612, 198, 220, 220, 220, 220, 220, 220, 220, 4808, 20147, 1968, 273, 13, 15878, 24564, 1968, 273, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1438, 2625, 11299, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1336, 62, 3672, 2625, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 18243, 27354, 292, 316, 31077, 13, 11299, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6376, 28, 17, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1271, 28, 18, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2099, 28, 24, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 269, 381, 62, 4906, 28, 24, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 468, 62, 12286, 62, 8367, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 62, 8367, 28, 65, 1, 1911, 12501, 1098, 7203, 40477, 12, 23, 12340, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3275, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 33829, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7268, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 318, 62, 2302, 3004, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7552, 62, 29982, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11389, 1143, 62, 25811, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2393, 28, 30910, 36584, 32961, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2251, 62, 2539, 28, 62, 20147, 1968, 273, 13557, 32538, 62, 17953, 62, 2539, 11, 198, 220, 220, 220, 220, 220, 220, 220, 10612, 198, 220, 220, 220, 220, 220, 220, 220, 4808, 20147, 1968, 273, 13, 15878, 24564, 1968, 273, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1438, 2625, 21975, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1336, 62, 3672, 2625, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 18243, 27354, 292, 316, 31077, 13, 21975, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6376, 28, 18, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1271, 28, 19, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2099, 28, 1157, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 269, 381, 62, 4906, 28, 940, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 468, 62, 12286, 62, 8367, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 62, 8367, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3275, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 33829, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7268, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 318, 62, 2302, 3004, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7552, 62, 29982, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11389, 1143, 62, 25811, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2393, 28, 30910, 36584, 32961, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2251, 62, 2539, 28, 62, 20147, 1968, 273, 13557, 32538, 62, 17953, 62, 2539, 11, 198, 220, 220, 220, 220, 220, 220, 220, 10612, 198, 220, 220, 220, 16589, 198, 220, 220, 220, 18366, 41888, 4357, 198, 220, 220, 220, 28376, 62, 19199, 41888, 4357, 198, 220, 220, 220, 33829, 62, 19199, 41888, 4357, 198, 220, 220, 220, 11389, 1143, 62, 25811, 28, 14202, 11, 198, 220, 220, 220, 318, 62, 2302, 437, 540, 28, 25101, 11, 198, 220, 220, 220, 15582, 2625, 1676, 1462, 18, 1600, 198, 220, 220, 220, 7552, 62, 81, 6231, 41888, 4357, 198, 220, 220, 220, 530, 1659, 82, 41888, 4357, 198, 220, 220, 220, 11389, 1143, 62, 9688, 28, 1065, 2999, 11, 198, 220, 220, 220, 11389, 1143, 62, 437, 28, 1485, 3682, 11, 198, 8, 628, 198, 62, 52, 49316, 1404, 1921, 2767, 44, 1546, 4090, 8264, 796, 4808, 20147, 1968, 273, 13, 24564, 1968, 273, 7, 198, 220, 220, 220, 1438, 2625, 10260, 27354, 292, 316, 12837, 1600, 198, 220, 220, 220, 1336, 62, 3672, 2625, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 10260, 27354, 292, 316, 12837, 1600, 198, 220, 220, 220, 29472, 28, 14202, 11, 198, 220, 220, 220, 2393, 28, 30910, 36584, 32961, 11, 198, 220, 220, 220, 7268, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 2251, 62, 2539, 28, 62, 20147, 1968, 273, 13557, 32538, 62, 17953, 62, 2539, 11, 198, 220, 220, 220, 7032, 41888, 198, 220, 220, 220, 220, 220, 220, 220, 4808, 20147, 1968, 273, 13, 15878, 24564, 1968, 273, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1438, 2625, 19662, 62, 312, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1336, 62, 3672, 2625, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 10260, 27354, 292, 316, 12837, 13, 19662, 62, 312, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6376, 28, 15, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1271, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2099, 28, 1157, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 269, 381, 62, 4906, 28, 940, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 468, 62, 12286, 62, 8367, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 62, 8367, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3275, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 33829, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7268, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 318, 62, 2302, 3004, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7552, 62, 29982, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11389, 1143, 62, 25811, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2393, 28, 30910, 36584, 32961, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2251, 62, 2539, 28, 62, 20147, 1968, 273, 13557, 32538, 62, 17953, 62, 2539, 11, 198, 220, 220, 220, 220, 220, 220, 220, 10612, 198, 220, 220, 220, 220, 220, 220, 220, 4808, 20147, 1968, 273, 13, 15878, 24564, 1968, 273, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1438, 2625, 21975, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1336, 62, 3672, 2625, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 10260, 27354, 292, 316, 12837, 13, 21975, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6376, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1271, 28, 17, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2099, 28, 1157, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 269, 381, 62, 4906, 28, 940, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 468, 62, 12286, 62, 8367, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 62, 8367, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3275, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 33829, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7268, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 318, 62, 2302, 3004, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7552, 62, 29982, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11389, 1143, 62, 25811, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2393, 28, 30910, 36584, 32961, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2251, 62, 2539, 28, 62, 20147, 1968, 273, 13557, 32538, 62, 17953, 62, 2539, 11, 198, 220, 220, 220, 220, 220, 220, 220, 10612, 198, 220, 220, 220, 220, 220, 220, 220, 4808, 20147, 1968, 273, 13, 15878, 24564, 1968, 273, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1438, 2625, 11299, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1336, 62, 3672, 2625, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 10260, 27354, 292, 316, 12837, 13, 11299, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6376, 28, 17, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1271, 28, 18, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2099, 28, 24, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 269, 381, 62, 4906, 28, 24, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 468, 62, 12286, 62, 8367, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 62, 8367, 28, 65, 1, 1911, 12501, 1098, 7203, 40477, 12, 23, 12340, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3275, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 33829, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7268, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 318, 62, 2302, 3004, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7552, 62, 29982, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11389, 1143, 62, 25811, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2393, 28, 30910, 36584, 32961, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2251, 62, 2539, 28, 62, 20147, 1968, 273, 13557, 32538, 62, 17953, 62, 2539, 11, 198, 220, 220, 220, 220, 220, 220, 220, 10612, 198, 220, 220, 220, 220, 220, 220, 220, 4808, 20147, 1968, 273, 13, 15878, 24564, 1968, 273, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1438, 2625, 47768, 62, 1462, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1336, 62, 3672, 2625, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 10260, 27354, 292, 316, 12837, 13, 47768, 62, 1462, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6376, 28, 18, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1271, 28, 19, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2099, 28, 1157, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 269, 381, 62, 4906, 28, 940, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 468, 62, 12286, 62, 8367, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 62, 8367, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3275, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 33829, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7268, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 318, 62, 2302, 3004, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7552, 62, 29982, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11389, 1143, 62, 25811, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2393, 28, 30910, 36584, 32961, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2251, 62, 2539, 28, 62, 20147, 1968, 273, 13557, 32538, 62, 17953, 62, 2539, 11, 198, 220, 220, 220, 220, 220, 220, 220, 10612, 198, 220, 220, 220, 16589, 198, 220, 220, 220, 18366, 41888, 4357, 198, 220, 220, 220, 28376, 62, 19199, 41888, 4357, 198, 220, 220, 220, 33829, 62, 19199, 41888, 4357, 198, 220, 220, 220, 11389, 1143, 62, 25811, 28, 14202, 11, 198, 220, 220, 220, 318, 62, 2302, 437, 540, 28, 25101, 11, 198, 220, 220, 220, 15582, 2625, 1676, 1462, 18, 1600, 198, 220, 220, 220, 7552, 62, 81, 6231, 41888, 4357, 198, 220, 220, 220, 530, 1659, 82, 41888, 4357, 198, 220, 220, 220, 11389, 1143, 62, 9688, 28, 1485, 2231, 11, 198, 220, 220, 220, 11389, 1143, 62, 437, 28, 8628, 19, 11, 198, 8, 628, 198, 62, 52, 49316, 1404, 1921, 2767, 19535, 47, 1340, 5188, 796, 4808, 20147, 1968, 273, 13, 24564, 1968, 273, 7, 198, 220, 220, 220, 1438, 2625, 10260, 27354, 292, 316, 31077, 1600, 198, 220, 220, 220, 1336, 62, 3672, 2625, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 10260, 27354, 292, 316, 31077, 1600, 198, 220, 220, 220, 29472, 28, 14202, 11, 198, 220, 220, 220, 2393, 28, 30910, 36584, 32961, 11, 198, 220, 220, 220, 7268, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 2251, 62, 2539, 28, 62, 20147, 1968, 273, 13557, 32538, 62, 17953, 62, 2539, 11, 198, 220, 220, 220, 7032, 41888, 198, 220, 220, 220, 220, 220, 220, 220, 4808, 20147, 1968, 273, 13, 15878, 24564, 1968, 273, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1438, 2625, 19662, 62, 312, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1336, 62, 3672, 2625, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 10260, 27354, 292, 316, 31077, 13, 19662, 62, 312, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6376, 28, 15, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1271, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2099, 28, 1157, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 269, 381, 62, 4906, 28, 940, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 468, 62, 12286, 62, 8367, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 62, 8367, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3275, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 33829, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7268, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 318, 62, 2302, 3004, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7552, 62, 29982, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11389, 1143, 62, 25811, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2393, 28, 30910, 36584, 32961, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2251, 62, 2539, 28, 62, 20147, 1968, 273, 13557, 32538, 62, 17953, 62, 2539, 11, 198, 220, 220, 220, 220, 220, 220, 220, 10612, 198, 220, 220, 220, 220, 220, 220, 220, 4808, 20147, 1968, 273, 13, 15878, 24564, 1968, 273, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1438, 2625, 13376, 62, 8189, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1336, 62, 3672, 2625, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 10260, 27354, 292, 316, 31077, 13, 13376, 62, 8189, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6376, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1271, 28, 17, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2099, 28, 20, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 269, 381, 62, 4906, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 468, 62, 12286, 62, 8367, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 62, 8367, 28, 15, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3275, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 33829, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7268, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 318, 62, 2302, 3004, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7552, 62, 29982, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11389, 1143, 62, 25811, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2393, 28, 30910, 36584, 32961, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2251, 62, 2539, 28, 62, 20147, 1968, 273, 13557, 32538, 62, 17953, 62, 2539, 11, 198, 220, 220, 220, 220, 220, 220, 220, 10612, 198, 220, 220, 220, 220, 220, 220, 220, 4808, 20147, 1968, 273, 13, 15878, 24564, 1968, 273, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1438, 2625, 11299, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1336, 62, 3672, 2625, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 10260, 27354, 292, 316, 31077, 13, 11299, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6376, 28, 17, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1271, 28, 18, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2099, 28, 24, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 269, 381, 62, 4906, 28, 24, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 468, 62, 12286, 62, 8367, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 62, 8367, 28, 65, 1, 1911, 12501, 1098, 7203, 40477, 12, 23, 12340, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3275, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 33829, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7268, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 318, 62, 2302, 3004, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7552, 62, 29982, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11389, 1143, 62, 25811, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2393, 28, 30910, 36584, 32961, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2251, 62, 2539, 28, 62, 20147, 1968, 273, 13557, 32538, 62, 17953, 62, 2539, 11, 198, 220, 220, 220, 220, 220, 220, 220, 10612, 198, 220, 220, 220, 220, 220, 220, 220, 4808, 20147, 1968, 273, 13, 15878, 24564, 1968, 273, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1438, 2625, 21975, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1336, 62, 3672, 2625, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 10260, 27354, 292, 316, 31077, 13, 21975, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6376, 28, 18, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1271, 28, 19, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2099, 28, 1157, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 269, 381, 62, 4906, 28, 940, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 468, 62, 12286, 62, 8367, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 62, 8367, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3275, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 33829, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7268, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 318, 62, 2302, 3004, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7552, 62, 29982, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11389, 1143, 62, 25811, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2393, 28, 30910, 36584, 32961, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2251, 62, 2539, 28, 62, 20147, 1968, 273, 13557, 32538, 62, 17953, 62, 2539, 11, 198, 220, 220, 220, 220, 220, 220, 220, 10612, 198, 220, 220, 220, 16589, 198, 220, 220, 220, 18366, 41888, 4357, 198, 220, 220, 220, 28376, 62, 19199, 41888, 4357, 198, 220, 220, 220, 33829, 62, 19199, 41888, 4357, 198, 220, 220, 220, 11389, 1143, 62, 25811, 28, 14202, 11, 198, 220, 220, 220, 318, 62, 2302, 437, 540, 28, 25101, 11, 198, 220, 220, 220, 15582, 2625, 1676, 1462, 18, 1600, 198, 220, 220, 220, 7552, 62, 81, 6231, 41888, 4357, 198, 220, 220, 220, 530, 1659, 82, 41888, 4357, 198, 220, 220, 220, 11389, 1143, 62, 9688, 28, 8628, 22, 11, 198, 220, 220, 220, 11389, 1143, 62, 437, 28, 1433, 2857, 11, 198, 8, 628, 198, 62, 7206, 28882, 1961, 1404, 1921, 2767, 44, 1546, 4090, 8264, 796, 4808, 20147, 1968, 273, 13, 24564, 1968, 273, 7, 198, 220, 220, 220, 1438, 2625, 38727, 27354, 292, 316, 12837, 1600, 198, 220, 220, 220, 1336, 62, 3672, 2625, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 38727, 27354, 292, 316, 12837, 1600, 198, 220, 220, 220, 29472, 28, 14202, 11, 198, 220, 220, 220, 2393, 28, 30910, 36584, 32961, 11, 198, 220, 220, 220, 7268, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 2251, 62, 2539, 28, 62, 20147, 1968, 273, 13557, 32538, 62, 17953, 62, 2539, 11, 198, 220, 220, 220, 7032, 41888, 198, 220, 220, 220, 220, 220, 220, 220, 4808, 20147, 1968, 273, 13, 15878, 24564, 1968, 273, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1438, 2625, 19662, 62, 312, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1336, 62, 3672, 2625, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 38727, 27354, 292, 316, 12837, 13, 19662, 62, 312, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6376, 28, 15, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1271, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2099, 28, 1157, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 269, 381, 62, 4906, 28, 940, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 468, 62, 12286, 62, 8367, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 62, 8367, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3275, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 33829, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7268, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 318, 62, 2302, 3004, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7552, 62, 29982, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11389, 1143, 62, 25811, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2393, 28, 30910, 36584, 32961, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2251, 62, 2539, 28, 62, 20147, 1968, 273, 13557, 32538, 62, 17953, 62, 2539, 11, 198, 220, 220, 220, 220, 220, 220, 220, 10612, 198, 220, 220, 220, 220, 220, 220, 220, 4808, 20147, 1968, 273, 13, 15878, 24564, 1968, 273, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1438, 2625, 21975, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1336, 62, 3672, 2625, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 38727, 27354, 292, 316, 12837, 13, 21975, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6376, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1271, 28, 17, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2099, 28, 1157, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 269, 381, 62, 4906, 28, 940, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 468, 62, 12286, 62, 8367, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 62, 8367, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3275, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 33829, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7268, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 318, 62, 2302, 3004, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7552, 62, 29982, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11389, 1143, 62, 25811, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2393, 28, 30910, 36584, 32961, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2251, 62, 2539, 28, 62, 20147, 1968, 273, 13557, 32538, 62, 17953, 62, 2539, 11, 198, 220, 220, 220, 220, 220, 220, 220, 10612, 198, 220, 220, 220, 220, 220, 220, 220, 4808, 20147, 1968, 273, 13, 15878, 24564, 1968, 273, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1438, 2625, 11299, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1336, 62, 3672, 2625, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 38727, 27354, 292, 316, 12837, 13, 11299, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6376, 28, 17, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1271, 28, 18, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2099, 28, 24, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 269, 381, 62, 4906, 28, 24, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 468, 62, 12286, 62, 8367, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 62, 8367, 28, 65, 1, 1911, 12501, 1098, 7203, 40477, 12, 23, 12340, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3275, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 33829, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7268, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 318, 62, 2302, 3004, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7552, 62, 29982, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11389, 1143, 62, 25811, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2393, 28, 30910, 36584, 32961, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2251, 62, 2539, 28, 62, 20147, 1968, 273, 13557, 32538, 62, 17953, 62, 2539, 11, 198, 220, 220, 220, 220, 220, 220, 220, 10612, 198, 220, 220, 220, 220, 220, 220, 220, 4808, 20147, 1968, 273, 13, 15878, 24564, 1968, 273, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1438, 2625, 47768, 62, 1462, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1336, 62, 3672, 2625, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 38727, 27354, 292, 316, 12837, 13, 47768, 62, 1462, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6376, 28, 18, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1271, 28, 19, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2099, 28, 1157, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 269, 381, 62, 4906, 28, 940, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 468, 62, 12286, 62, 8367, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 62, 8367, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3275, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 33829, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7268, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 318, 62, 2302, 3004, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7552, 62, 29982, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11389, 1143, 62, 25811, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2393, 28, 30910, 36584, 32961, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2251, 62, 2539, 28, 62, 20147, 1968, 273, 13557, 32538, 62, 17953, 62, 2539, 11, 198, 220, 220, 220, 220, 220, 220, 220, 10612, 198, 220, 220, 220, 16589, 198, 220, 220, 220, 18366, 41888, 4357, 198, 220, 220, 220, 28376, 62, 19199, 41888, 4357, 198, 220, 220, 220, 33829, 62, 19199, 41888, 4357, 198, 220, 220, 220, 11389, 1143, 62, 25811, 28, 14202, 11, 198, 220, 220, 220, 318, 62, 2302, 437, 540, 28, 25101, 11, 198, 220, 220, 220, 15582, 2625, 1676, 1462, 18, 1600, 198, 220, 220, 220, 7552, 62, 81, 6231, 41888, 4357, 198, 220, 220, 220, 530, 1659, 82, 41888, 4357, 198, 220, 220, 220, 11389, 1143, 62, 9688, 28, 1433, 1120, 11, 198, 220, 220, 220, 11389, 1143, 62, 437, 28, 1507, 2931, 11, 198, 8, 628, 198, 62, 7206, 28882, 1961, 1404, 1921, 2767, 19535, 47, 1340, 5188, 796, 4808, 20147, 1968, 273, 13, 24564, 1968, 273, 7, 198, 220, 220, 220, 1438, 2625, 38727, 27354, 292, 316, 31077, 1600, 198, 220, 220, 220, 1336, 62, 3672, 2625, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 38727, 27354, 292, 316, 31077, 1600, 198, 220, 220, 220, 29472, 28, 14202, 11, 198, 220, 220, 220, 2393, 28, 30910, 36584, 32961, 11, 198, 220, 220, 220, 7268, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 2251, 62, 2539, 28, 62, 20147, 1968, 273, 13557, 32538, 62, 17953, 62, 2539, 11, 198, 220, 220, 220, 7032, 41888, 198, 220, 220, 220, 220, 220, 220, 220, 4808, 20147, 1968, 273, 13, 15878, 24564, 1968, 273, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1438, 2625, 19662, 62, 312, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1336, 62, 3672, 2625, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 38727, 27354, 292, 316, 31077, 13, 19662, 62, 312, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6376, 28, 15, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1271, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2099, 28, 1157, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 269, 381, 62, 4906, 28, 940, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 468, 62, 12286, 62, 8367, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 62, 8367, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3275, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 33829, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7268, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 318, 62, 2302, 3004, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7552, 62, 29982, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11389, 1143, 62, 25811, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2393, 28, 30910, 36584, 32961, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2251, 62, 2539, 28, 62, 20147, 1968, 273, 13557, 32538, 62, 17953, 62, 2539, 11, 198, 220, 220, 220, 220, 220, 220, 220, 10612, 198, 220, 220, 220, 220, 220, 220, 220, 4808, 20147, 1968, 273, 13, 15878, 24564, 1968, 273, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1438, 2625, 13376, 62, 8189, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1336, 62, 3672, 2625, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 38727, 27354, 292, 316, 31077, 13, 13376, 62, 8189, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6376, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1271, 28, 17, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2099, 28, 20, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 269, 381, 62, 4906, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 468, 62, 12286, 62, 8367, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 62, 8367, 28, 15, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3275, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 33829, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7268, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 318, 62, 2302, 3004, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7552, 62, 29982, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11389, 1143, 62, 25811, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2393, 28, 30910, 36584, 32961, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2251, 62, 2539, 28, 62, 20147, 1968, 273, 13557, 32538, 62, 17953, 62, 2539, 11, 198, 220, 220, 220, 220, 220, 220, 220, 10612, 198, 220, 220, 220, 220, 220, 220, 220, 4808, 20147, 1968, 273, 13, 15878, 24564, 1968, 273, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1438, 2625, 11299, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1336, 62, 3672, 2625, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 38727, 27354, 292, 316, 31077, 13, 11299, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6376, 28, 17, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1271, 28, 18, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2099, 28, 24, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 269, 381, 62, 4906, 28, 24, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 468, 62, 12286, 62, 8367, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 62, 8367, 28, 65, 1, 1911, 12501, 1098, 7203, 40477, 12, 23, 12340, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3275, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 33829, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7268, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 318, 62, 2302, 3004, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7552, 62, 29982, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11389, 1143, 62, 25811, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2393, 28, 30910, 36584, 32961, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2251, 62, 2539, 28, 62, 20147, 1968, 273, 13557, 32538, 62, 17953, 62, 2539, 11, 198, 220, 220, 220, 220, 220, 220, 220, 10612, 198, 220, 220, 220, 220, 220, 220, 220, 4808, 20147, 1968, 273, 13, 15878, 24564, 1968, 273, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1438, 2625, 21975, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1336, 62, 3672, 2625, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 38727, 27354, 292, 316, 31077, 13, 21975, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6376, 28, 18, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1271, 28, 19, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2099, 28, 1157, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 269, 381, 62, 4906, 28, 940, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 468, 62, 12286, 62, 8367, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 62, 8367, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3275, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 33829, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7268, 62, 4906, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 318, 62, 2302, 3004, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7552, 62, 29982, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11389, 1143, 62, 25811, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2393, 28, 30910, 36584, 32961, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2251, 62, 2539, 28, 62, 20147, 1968, 273, 13557, 32538, 62, 17953, 62, 2539, 11, 198, 220, 220, 220, 220, 220, 220, 220, 10612, 198, 220, 220, 220, 16589, 198, 220, 220, 220, 18366, 41888, 4357, 198, 220, 220, 220, 28376, 62, 19199, 41888, 4357, 198, 220, 220, 220, 33829, 62, 19199, 41888, 4357, 198, 220, 220, 220, 11389, 1143, 62, 25811, 28, 14202, 11, 198, 220, 220, 220, 318, 62, 2302, 437, 540, 28, 25101, 11, 198, 220, 220, 220, 15582, 2625, 1676, 1462, 18, 1600, 198, 220, 220, 220, 7552, 62, 81, 6231, 41888, 4357, 198, 220, 220, 220, 530, 1659, 82, 41888, 4357, 198, 220, 220, 220, 11389, 1143, 62, 9688, 28, 1507, 1065, 11, 198, 220, 220, 220, 11389, 1143, 62, 437, 28, 1129, 4309, 11, 198, 8, 198, 198, 62, 43387, 11617, 1404, 1921, 2767, 44, 1546, 4090, 8264, 13, 25747, 62, 1525, 62, 3672, 58, 198, 220, 220, 220, 366, 19662, 62, 312, 1, 198, 4083, 20500, 62, 4906, 796, 44876, 62, 26518, 62, 7295, 62, 26518, 62, 11321, 62, 26518, 62, 11321, 834, 15252, 834, 40842, 17, 13557, 27586, 198, 62, 43387, 11617, 1404, 1921, 2767, 44, 1546, 4090, 8264, 13, 25747, 62, 1525, 62, 3672, 58, 198, 220, 220, 220, 366, 21975, 1, 198, 4083, 20500, 62, 4906, 796, 44876, 62, 26518, 62, 7295, 62, 26518, 62, 952, 62, 26518, 62, 21975, 834, 40842, 17, 13557, 2885, 7707, 7597, 198, 62, 43387, 11617, 1404, 1921, 2767, 44, 1546, 4090, 8264, 13, 25747, 62, 1525, 62, 3672, 58, 198, 220, 220, 220, 366, 47768, 62, 1462, 1, 198, 4083, 20500, 62, 4906, 796, 44876, 62, 26518, 62, 7295, 62, 26518, 62, 952, 62, 26518, 62, 21975, 834, 40842, 17, 13557, 2885, 7707, 7597, 198, 62, 43387, 11617, 1404, 1921, 2767, 19535, 47, 1340, 5188, 13, 25747, 62, 1525, 62, 3672, 58, 198, 220, 220, 220, 366, 19662, 62, 312, 1, 198, 4083, 20500, 62, 4906, 796, 44876, 62, 26518, 62, 7295, 62, 26518, 62, 11321, 62, 26518, 62, 11321, 834, 15252, 834, 40842, 17, 13557, 27586, 198, 62, 43387, 11617, 1404, 1921, 2767, 19535, 47, 1340, 5188, 13, 25747, 62, 1525, 62, 3672, 58, 198, 220, 220, 220, 366, 21975, 1, 198, 4083, 20500, 62, 4906, 796, 44876, 62, 26518, 62, 7295, 62, 26518, 62, 952, 62, 26518, 62, 21975, 834, 40842, 17, 13557, 2885, 7707, 7597, 198, 62, 18851, 35, 1404, 1921, 2767, 44, 1546, 4090, 8264, 13, 25747, 62, 1525, 62, 3672, 58, 198, 220, 220, 220, 366, 19662, 62, 312, 1, 198, 4083, 20500, 62, 4906, 796, 44876, 62, 26518, 62, 7295, 62, 26518, 62, 11321, 62, 26518, 62, 11321, 834, 15252, 834, 40842, 17, 13557, 27586, 198, 62, 18851, 35, 1404, 1921, 2767, 44, 1546, 4090, 8264, 13, 25747, 62, 1525, 62, 3672, 58, 198, 220, 220, 220, 366, 21975, 1, 198, 4083, 20500, 62, 4906, 796, 44876, 62, 26518, 62, 7295, 62, 26518, 62, 952, 62, 26518, 62, 21975, 834, 40842, 17, 13557, 2885, 7707, 7597, 198, 62, 18851, 35, 1404, 1921, 2767, 44, 1546, 4090, 8264, 13, 25747, 62, 1525, 62, 3672, 58, 198, 220, 220, 220, 366, 47768, 62, 1462, 1, 198, 4083, 20500, 62, 4906, 796, 44876, 62, 26518, 62, 7295, 62, 26518, 62, 952, 62, 26518, 62, 21975, 834, 40842, 17, 13557, 2885, 7707, 7597, 198, 62, 18851, 35, 1404, 1921, 2767, 19535, 47, 1340, 5188, 13, 25747, 62, 1525, 62, 3672, 58, 198, 220, 220, 220, 366, 19662, 62, 312, 1, 198, 4083, 20500, 62, 4906, 796, 44876, 62, 26518, 62, 7295, 62, 26518, 62, 11321, 62, 26518, 62, 11321, 834, 15252, 834, 40842, 17, 13557, 27586, 198, 62, 18851, 35, 1404, 1921, 2767, 19535, 47, 1340, 5188, 13, 25747, 62, 1525, 62, 3672, 58, 198, 220, 220, 220, 366, 21975, 1, 198, 4083, 20500, 62, 4906, 796, 44876, 62, 26518, 62, 7295, 62, 26518, 62, 952, 62, 26518, 62, 21975, 834, 40842, 17, 13557, 2885, 7707, 7597, 198, 62, 18851, 35, 1404, 1921, 2767, 12310, 1546, 4090, 8264, 13, 25747, 62, 1525, 62, 3672, 58, 198, 220, 220, 220, 366, 19662, 62, 312, 1, 198, 4083, 20500, 62, 4906, 796, 44876, 62, 26518, 62, 7295, 62, 26518, 62, 11321, 62, 26518, 62, 11321, 834, 15252, 834, 40842, 17, 13557, 27586, 198, 62, 18851, 35, 1404, 1921, 2767, 12310, 1546, 4090, 8264, 13, 25747, 62, 1525, 62, 3672, 58, 198, 220, 220, 220, 366, 21975, 1, 198, 4083, 20500, 62, 4906, 796, 44876, 62, 26518, 62, 7295, 62, 26518, 62, 952, 62, 26518, 62, 21975, 834, 40842, 17, 13557, 2885, 7707, 7597, 198, 62, 18851, 35, 1404, 1921, 2767, 12310, 1546, 4090, 8264, 13, 25747, 62, 1525, 62, 3672, 58, 198, 220, 220, 220, 366, 47768, 62, 1462, 1, 198, 4083, 20500, 62, 4906, 796, 44876, 62, 26518, 62, 7295, 62, 26518, 62, 952, 62, 26518, 62, 21975, 834, 40842, 17, 13557, 2885, 7707, 7597, 198, 62, 18851, 35, 1404, 1921, 2767, 12562, 1546, 47, 1340, 5188, 13, 25747, 62, 1525, 62, 3672, 58, 198, 220, 220, 220, 366, 19662, 62, 312, 1, 198, 4083, 20500, 62, 4906, 796, 44876, 62, 26518, 62, 7295, 62, 26518, 62, 11321, 62, 26518, 62, 11321, 834, 15252, 834, 40842, 17, 13557, 27586, 198, 62, 18851, 35, 1404, 1921, 2767, 12562, 1546, 47, 1340, 5188, 13, 25747, 62, 1525, 62, 3672, 58, 198, 220, 220, 220, 366, 21975, 1, 198, 4083, 20500, 62, 4906, 796, 44876, 62, 26518, 62, 7295, 62, 26518, 62, 952, 62, 26518, 62, 21975, 834, 40842, 17, 13557, 2885, 7707, 7597, 198, 62, 5188, 31315, 35, 1404, 1921, 2767, 44, 1546, 4090, 8264, 13, 25747, 62, 1525, 62, 3672, 58, 198, 220, 220, 220, 366, 19662, 62, 312, 1, 198, 4083, 20500, 62, 4906, 796, 44876, 62, 26518, 62, 7295, 62, 26518, 62, 11321, 62, 26518, 62, 11321, 834, 15252, 834, 40842, 17, 13557, 27586, 198, 62, 5188, 31315, 35, 1404, 1921, 2767, 44, 1546, 4090, 8264, 13, 25747, 62, 1525, 62, 3672, 58, 198, 220, 220, 220, 366, 21975, 1, 198, 4083, 20500, 62, 4906, 796, 44876, 62, 26518, 62, 7295, 62, 26518, 62, 952, 62, 26518, 62, 21975, 834, 40842, 17, 13557, 2885, 7707, 7597, 198, 62, 5188, 31315, 35, 1404, 1921, 2767, 44, 1546, 4090, 8264, 13, 25747, 62, 1525, 62, 3672, 58, 198, 220, 220, 220, 366, 47768, 62, 1462, 1, 198, 4083, 20500, 62, 4906, 796, 44876, 62, 26518, 62, 7295, 62, 26518, 62, 952, 62, 26518, 62, 21975, 834, 40842, 17, 13557, 2885, 7707, 7597, 198, 62, 5188, 31315, 35, 1404, 1921, 2767, 19535, 47, 1340, 5188, 13, 25747, 62, 1525, 62, 3672, 58, 198, 220, 220, 220, 366, 19662, 62, 312, 1, 198, 4083, 20500, 62, 4906, 796, 44876, 62, 26518, 62, 7295, 62, 26518, 62, 11321, 62, 26518, 62, 11321, 834, 15252, 834, 40842, 17, 13557, 27586, 198, 62, 5188, 31315, 35, 1404, 1921, 2767, 19535, 47, 1340, 5188, 13, 25747, 62, 1525, 62, 3672, 58, 198, 220, 220, 220, 366, 21975, 1, 198, 4083, 20500, 62, 4906, 796, 44876, 62, 26518, 62, 7295, 62, 26518, 62, 952, 62, 26518, 62, 21975, 834, 40842, 17, 13557, 2885, 7707, 7597, 198, 62, 52, 49316, 1404, 1921, 2767, 44, 1546, 4090, 8264, 13, 25747, 62, 1525, 62, 3672, 58, 198, 220, 220, 220, 366, 19662, 62, 312, 1, 198, 4083, 20500, 62, 4906, 796, 44876, 62, 26518, 62, 7295, 62, 26518, 62, 11321, 62, 26518, 62, 11321, 834, 15252, 834, 40842, 17, 13557, 27586, 198, 62, 52, 49316, 1404, 1921, 2767, 44, 1546, 4090, 8264, 13, 25747, 62, 1525, 62, 3672, 58, 198, 220, 220, 220, 366, 21975, 1, 198, 4083, 20500, 62, 4906, 796, 44876, 62, 26518, 62, 7295, 62, 26518, 62, 952, 62, 26518, 62, 21975, 834, 40842, 17, 13557, 2885, 7707, 7597, 198, 62, 52, 49316, 1404, 1921, 2767, 44, 1546, 4090, 8264, 13, 25747, 62, 1525, 62, 3672, 58, 198, 220, 220, 220, 366, 47768, 62, 1462, 1, 198, 4083, 20500, 62, 4906, 796, 44876, 62, 26518, 62, 7295, 62, 26518, 62, 952, 62, 26518, 62, 21975, 834, 40842, 17, 13557, 2885, 7707, 7597, 198, 62, 52, 49316, 1404, 1921, 2767, 19535, 47, 1340, 5188, 13, 25747, 62, 1525, 62, 3672, 58, 198, 220, 220, 220, 366, 19662, 62, 312, 1, 198, 4083, 20500, 62, 4906, 796, 44876, 62, 26518, 62, 7295, 62, 26518, 62, 11321, 62, 26518, 62, 11321, 834, 15252, 834, 40842, 17, 13557, 27586, 198, 62, 52, 49316, 1404, 1921, 2767, 19535, 47, 1340, 5188, 13, 25747, 62, 1525, 62, 3672, 58, 198, 220, 220, 220, 366, 21975, 1, 198, 4083, 20500, 62, 4906, 796, 44876, 62, 26518, 62, 7295, 62, 26518, 62, 952, 62, 26518, 62, 21975, 834, 40842, 17, 13557, 2885, 7707, 7597, 198, 62, 7206, 28882, 1961, 1404, 1921, 2767, 44, 1546, 4090, 8264, 13, 25747, 62, 1525, 62, 3672, 58, 198, 220, 220, 220, 366, 19662, 62, 312, 1, 198, 4083, 20500, 62, 4906, 796, 44876, 62, 26518, 62, 7295, 62, 26518, 62, 11321, 62, 26518, 62, 11321, 834, 15252, 834, 40842, 17, 13557, 27586, 198, 62, 7206, 28882, 1961, 1404, 1921, 2767, 44, 1546, 4090, 8264, 13, 25747, 62, 1525, 62, 3672, 58, 198, 220, 220, 220, 366, 21975, 1, 198, 4083, 20500, 62, 4906, 796, 44876, 62, 26518, 62, 7295, 62, 26518, 62, 952, 62, 26518, 62, 21975, 834, 40842, 17, 13557, 2885, 7707, 7597, 198, 62, 7206, 28882, 1961, 1404, 1921, 2767, 44, 1546, 4090, 8264, 13, 25747, 62, 1525, 62, 3672, 58, 198, 220, 220, 220, 366, 47768, 62, 1462, 1, 198, 4083, 20500, 62, 4906, 796, 44876, 62, 26518, 62, 7295, 62, 26518, 62, 952, 62, 26518, 62, 21975, 834, 40842, 17, 13557, 2885, 7707, 7597, 198, 62, 7206, 28882, 1961, 1404, 1921, 2767, 19535, 47, 1340, 5188, 13, 25747, 62, 1525, 62, 3672, 58, 198, 220, 220, 220, 366, 19662, 62, 312, 1, 198, 4083, 20500, 62, 4906, 796, 44876, 62, 26518, 62, 7295, 62, 26518, 62, 11321, 62, 26518, 62, 11321, 834, 15252, 834, 40842, 17, 13557, 27586, 198, 62, 7206, 28882, 1961, 1404, 1921, 2767, 19535, 47, 1340, 5188, 13, 25747, 62, 1525, 62, 3672, 58, 198, 220, 220, 220, 366, 21975, 1, 198, 4083, 20500, 62, 4906, 796, 44876, 62, 26518, 62, 7295, 62, 26518, 62, 952, 62, 26518, 62, 21975, 834, 40842, 17, 13557, 2885, 7707, 7597, 198, 30910, 36584, 32961, 13, 20500, 62, 19199, 62, 1525, 62, 3672, 14692, 16447, 27354, 292, 316, 12837, 8973, 796, 4808, 43387, 11617, 1404, 1921, 2767, 44, 1546, 4090, 8264, 198, 30910, 36584, 32961, 13, 20500, 62, 19199, 62, 1525, 62, 3672, 14692, 16447, 27354, 292, 316, 31077, 8973, 796, 4808, 43387, 11617, 1404, 1921, 2767, 19535, 47, 1340, 5188, 198, 30910, 36584, 32961, 13, 20500, 62, 19199, 62, 1525, 62, 3672, 14692, 3855, 27354, 292, 316, 12837, 8973, 796, 4808, 18851, 35, 1404, 1921, 2767, 44, 1546, 4090, 8264, 198, 30910, 36584, 32961, 13, 20500, 62, 19199, 62, 1525, 62, 3672, 14692, 3855, 27354, 292, 316, 31077, 8973, 796, 4808, 18851, 35, 1404, 1921, 2767, 19535, 47, 1340, 5188, 198, 30910, 36584, 32961, 13, 20500, 62, 19199, 62, 1525, 62, 3672, 14692, 3855, 27354, 292, 1039, 12837, 8973, 796, 4808, 18851, 35, 1404, 1921, 2767, 12310, 1546, 4090, 8264, 198, 30910, 36584, 32961, 13, 20500, 62, 19199, 62, 1525, 62, 3672, 14692, 3855, 27354, 292, 1039, 31077, 8973, 796, 4808, 18851, 35, 1404, 1921, 2767, 12562, 1546, 47, 1340, 5188, 198, 30910, 36584, 32961, 13, 20500, 62, 19199, 62, 1525, 62, 3672, 14692, 18243, 27354, 292, 316, 12837, 8973, 796, 4808, 5188, 31315, 35, 1404, 1921, 2767, 44, 1546, 4090, 8264, 198, 30910, 36584, 32961, 13, 20500, 62, 19199, 62, 1525, 62, 3672, 14692, 18243, 27354, 292, 316, 31077, 8973, 796, 4808, 5188, 31315, 35, 1404, 1921, 2767, 19535, 47, 1340, 5188, 198, 30910, 36584, 32961, 13, 20500, 62, 19199, 62, 1525, 62, 3672, 14692, 10260, 27354, 292, 316, 12837, 8973, 796, 4808, 52, 49316, 1404, 1921, 2767, 44, 1546, 4090, 8264, 198, 30910, 36584, 32961, 13, 20500, 62, 19199, 62, 1525, 62, 3672, 14692, 10260, 27354, 292, 316, 31077, 8973, 796, 4808, 52, 49316, 1404, 1921, 2767, 19535, 47, 1340, 5188, 198, 30910, 36584, 32961, 13, 20500, 62, 19199, 62, 1525, 62, 3672, 14692, 38727, 27354, 292, 316, 12837, 8973, 796, 4808, 7206, 28882, 1961, 1404, 1921, 2767, 44, 1546, 4090, 8264, 198, 30910, 36584, 32961, 13, 20500, 62, 19199, 62, 1525, 62, 3672, 14692, 38727, 27354, 292, 316, 31077, 8973, 796, 4808, 7206, 28882, 1961, 1404, 1921, 2767, 19535, 47, 1340, 5188, 198, 62, 37047, 62, 9945, 13, 38804, 8979, 24564, 1968, 273, 7, 30910, 36584, 32961, 8, 198, 198, 16447, 27354, 292, 316, 12837, 796, 4808, 5420, 1564, 13, 8645, 515, 19703, 4668, 12837, 6030, 7, 198, 220, 220, 220, 366, 16447, 27354, 292, 316, 12837, 1600, 198, 220, 220, 220, 44104, 20500, 13, 12837, 11, 828, 198, 220, 220, 220, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 366, 30910, 36584, 32961, 1298, 4808, 43387, 11617, 1404, 1921, 2767, 44, 1546, 4090, 8264, 11, 198, 220, 220, 220, 220, 220, 220, 220, 366, 834, 21412, 834, 1298, 366, 1676, 1462, 13, 25928, 13, 37348, 1095, 13, 19608, 292, 316, 62, 37348, 1095, 62, 40842, 17, 1, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 25248, 11235, 420, 62, 28463, 295, 62, 4122, 7, 4871, 62, 29982, 25, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 16447, 27354, 292, 316, 12837, 8, 198, 220, 220, 220, 8964, 198, 8, 198, 62, 37047, 62, 9945, 13, 38804, 12837, 7, 16447, 27354, 292, 316, 12837, 8, 198, 198, 16447, 27354, 292, 316, 31077, 796, 4808, 5420, 1564, 13, 8645, 515, 19703, 4668, 12837, 6030, 7, 198, 220, 220, 220, 366, 16447, 27354, 292, 316, 31077, 1600, 198, 220, 220, 220, 44104, 20500, 13, 12837, 11, 828, 198, 220, 220, 220, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 366, 30910, 36584, 32961, 1298, 4808, 43387, 11617, 1404, 1921, 2767, 19535, 47, 1340, 5188, 11, 198, 220, 220, 220, 220, 220, 220, 220, 366, 834, 21412, 834, 1298, 366, 1676, 1462, 13, 25928, 13, 37348, 1095, 13, 19608, 292, 316, 62, 37348, 1095, 62, 40842, 17, 1, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 25248, 11235, 420, 62, 28463, 295, 62, 4122, 7, 4871, 62, 29982, 25, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 16447, 27354, 292, 316, 31077, 8, 198, 220, 220, 220, 8964, 198, 8, 198, 62, 37047, 62, 9945, 13, 38804, 12837, 7, 16447, 27354, 292, 316, 31077, 8, 198, 198, 3855, 27354, 292, 316, 12837, 796, 4808, 5420, 1564, 13, 8645, 515, 19703, 4668, 12837, 6030, 7, 198, 220, 220, 220, 366, 3855, 27354, 292, 316, 12837, 1600, 198, 220, 220, 220, 44104, 20500, 13, 12837, 11, 828, 198, 220, 220, 220, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 366, 30910, 36584, 32961, 1298, 4808, 18851, 35, 1404, 1921, 2767, 44, 1546, 4090, 8264, 11, 198, 220, 220, 220, 220, 220, 220, 220, 366, 834, 21412, 834, 1298, 366, 1676, 1462, 13, 25928, 13, 37348, 1095, 13, 19608, 292, 316, 62, 37348, 1095, 62, 40842, 17, 1, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 25248, 11235, 420, 62, 28463, 295, 62, 4122, 7, 4871, 62, 29982, 25, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 3855, 27354, 292, 316, 12837, 8, 198, 220, 220, 220, 8964, 198, 8, 198, 62, 37047, 62, 9945, 13, 38804, 12837, 7, 3855, 27354, 292, 316, 12837, 8, 198, 198, 3855, 27354, 292, 316, 31077, 796, 4808, 5420, 1564, 13, 8645, 515, 19703, 4668, 12837, 6030, 7, 198, 220, 220, 220, 366, 3855, 27354, 292, 316, 31077, 1600, 198, 220, 220, 220, 44104, 20500, 13, 12837, 11, 828, 198, 220, 220, 220, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 366, 30910, 36584, 32961, 1298, 4808, 18851, 35, 1404, 1921, 2767, 19535, 47, 1340, 5188, 11, 198, 220, 220, 220, 220, 220, 220, 220, 366, 834, 21412, 834, 1298, 366, 1676, 1462, 13, 25928, 13, 37348, 1095, 13, 19608, 292, 316, 62, 37348, 1095, 62, 40842, 17, 1, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 25248, 11235, 420, 62, 28463, 295, 62, 4122, 7, 4871, 62, 29982, 25, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 3855, 27354, 292, 316, 31077, 8, 198, 220, 220, 220, 8964, 198, 8, 198, 62, 37047, 62, 9945, 13, 38804, 12837, 7, 3855, 27354, 292, 316, 31077, 8, 198, 198, 3855, 27354, 292, 1039, 12837, 796, 4808, 5420, 1564, 13, 8645, 515, 19703, 4668, 12837, 6030, 7, 198, 220, 220, 220, 366, 3855, 27354, 292, 1039, 12837, 1600, 198, 220, 220, 220, 44104, 20500, 13, 12837, 11, 828, 198, 220, 220, 220, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 366, 30910, 36584, 32961, 1298, 4808, 18851, 35, 1404, 1921, 2767, 12310, 1546, 4090, 8264, 11, 198, 220, 220, 220, 220, 220, 220, 220, 366, 834, 21412, 834, 1298, 366, 1676, 1462, 13, 25928, 13, 37348, 1095, 13, 19608, 292, 316, 62, 37348, 1095, 62, 40842, 17, 1, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 25248, 11235, 420, 62, 28463, 295, 62, 4122, 7, 4871, 62, 29982, 25, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 3855, 27354, 292, 1039, 12837, 8, 198, 220, 220, 220, 8964, 198, 8, 198, 62, 37047, 62, 9945, 13, 38804, 12837, 7, 3855, 27354, 292, 1039, 12837, 8, 198, 198, 3855, 27354, 292, 1039, 31077, 796, 4808, 5420, 1564, 13, 8645, 515, 19703, 4668, 12837, 6030, 7, 198, 220, 220, 220, 366, 3855, 27354, 292, 1039, 31077, 1600, 198, 220, 220, 220, 44104, 20500, 13, 12837, 11, 828, 198, 220, 220, 220, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 366, 30910, 36584, 32961, 1298, 4808, 18851, 35, 1404, 1921, 2767, 12562, 1546, 47, 1340, 5188, 11, 198, 220, 220, 220, 220, 220, 220, 220, 366, 834, 21412, 834, 1298, 366, 1676, 1462, 13, 25928, 13, 37348, 1095, 13, 19608, 292, 316, 62, 37348, 1095, 62, 40842, 17, 1, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 25248, 11235, 420, 62, 28463, 295, 62, 4122, 7, 4871, 62, 29982, 25, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 3855, 27354, 292, 1039, 31077, 8, 198, 220, 220, 220, 8964, 198, 8, 198, 62, 37047, 62, 9945, 13, 38804, 12837, 7, 3855, 27354, 292, 1039, 31077, 8, 198, 198, 18243, 27354, 292, 316, 12837, 796, 4808, 5420, 1564, 13, 8645, 515, 19703, 4668, 12837, 6030, 7, 198, 220, 220, 220, 366, 18243, 27354, 292, 316, 12837, 1600, 198, 220, 220, 220, 44104, 20500, 13, 12837, 11, 828, 198, 220, 220, 220, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 366, 30910, 36584, 32961, 1298, 4808, 5188, 31315, 35, 1404, 1921, 2767, 44, 1546, 4090, 8264, 11, 198, 220, 220, 220, 220, 220, 220, 220, 366, 834, 21412, 834, 1298, 366, 1676, 1462, 13, 25928, 13, 37348, 1095, 13, 19608, 292, 316, 62, 37348, 1095, 62, 40842, 17, 1, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 25248, 11235, 420, 62, 28463, 295, 62, 4122, 7, 4871, 62, 29982, 25, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 18243, 27354, 292, 316, 12837, 8, 198, 220, 220, 220, 8964, 198, 8, 198, 62, 37047, 62, 9945, 13, 38804, 12837, 7, 18243, 27354, 292, 316, 12837, 8, 198, 198, 18243, 27354, 292, 316, 31077, 796, 4808, 5420, 1564, 13, 8645, 515, 19703, 4668, 12837, 6030, 7, 198, 220, 220, 220, 366, 18243, 27354, 292, 316, 31077, 1600, 198, 220, 220, 220, 44104, 20500, 13, 12837, 11, 828, 198, 220, 220, 220, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 366, 30910, 36584, 32961, 1298, 4808, 5188, 31315, 35, 1404, 1921, 2767, 19535, 47, 1340, 5188, 11, 198, 220, 220, 220, 220, 220, 220, 220, 366, 834, 21412, 834, 1298, 366, 1676, 1462, 13, 25928, 13, 37348, 1095, 13, 19608, 292, 316, 62, 37348, 1095, 62, 40842, 17, 1, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 25248, 11235, 420, 62, 28463, 295, 62, 4122, 7, 4871, 62, 29982, 25, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 18243, 27354, 292, 316, 31077, 8, 198, 220, 220, 220, 8964, 198, 8, 198, 62, 37047, 62, 9945, 13, 38804, 12837, 7, 18243, 27354, 292, 316, 31077, 8, 198, 198, 10260, 27354, 292, 316, 12837, 796, 4808, 5420, 1564, 13, 8645, 515, 19703, 4668, 12837, 6030, 7, 198, 220, 220, 220, 366, 10260, 27354, 292, 316, 12837, 1600, 198, 220, 220, 220, 44104, 20500, 13, 12837, 11, 828, 198, 220, 220, 220, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 366, 30910, 36584, 32961, 1298, 4808, 52, 49316, 1404, 1921, 2767, 44, 1546, 4090, 8264, 11, 198, 220, 220, 220, 220, 220, 220, 220, 366, 834, 21412, 834, 1298, 366, 1676, 1462, 13, 25928, 13, 37348, 1095, 13, 19608, 292, 316, 62, 37348, 1095, 62, 40842, 17, 1, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 25248, 11235, 420, 62, 28463, 295, 62, 4122, 7, 4871, 62, 29982, 25, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 10260, 27354, 292, 316, 12837, 8, 198, 220, 220, 220, 8964, 198, 8, 198, 62, 37047, 62, 9945, 13, 38804, 12837, 7, 10260, 27354, 292, 316, 12837, 8, 198, 198, 10260, 27354, 292, 316, 31077, 796, 4808, 5420, 1564, 13, 8645, 515, 19703, 4668, 12837, 6030, 7, 198, 220, 220, 220, 366, 10260, 27354, 292, 316, 31077, 1600, 198, 220, 220, 220, 44104, 20500, 13, 12837, 11, 828, 198, 220, 220, 220, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 366, 30910, 36584, 32961, 1298, 4808, 52, 49316, 1404, 1921, 2767, 19535, 47, 1340, 5188, 11, 198, 220, 220, 220, 220, 220, 220, 220, 366, 834, 21412, 834, 1298, 366, 1676, 1462, 13, 25928, 13, 37348, 1095, 13, 19608, 292, 316, 62, 37348, 1095, 62, 40842, 17, 1, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 25248, 11235, 420, 62, 28463, 295, 62, 4122, 7, 4871, 62, 29982, 25, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 10260, 27354, 292, 316, 31077, 8, 198, 220, 220, 220, 8964, 198, 8, 198, 62, 37047, 62, 9945, 13, 38804, 12837, 7, 10260, 27354, 292, 316, 31077, 8, 198, 198, 38727, 27354, 292, 316, 12837, 796, 4808, 5420, 1564, 13, 8645, 515, 19703, 4668, 12837, 6030, 7, 198, 220, 220, 220, 366, 38727, 27354, 292, 316, 12837, 1600, 198, 220, 220, 220, 44104, 20500, 13, 12837, 11, 828, 198, 220, 220, 220, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 366, 30910, 36584, 32961, 1298, 4808, 7206, 28882, 1961, 1404, 1921, 2767, 44, 1546, 4090, 8264, 11, 198, 220, 220, 220, 220, 220, 220, 220, 366, 834, 21412, 834, 1298, 366, 1676, 1462, 13, 25928, 13, 37348, 1095, 13, 19608, 292, 316, 62, 37348, 1095, 62, 40842, 17, 1, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 25248, 11235, 420, 62, 28463, 295, 62, 4122, 7, 4871, 62, 29982, 25, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 38727, 27354, 292, 316, 12837, 8, 198, 220, 220, 220, 8964, 198, 8, 198, 62, 37047, 62, 9945, 13, 38804, 12837, 7, 38727, 27354, 292, 316, 12837, 8, 198, 198, 38727, 27354, 292, 316, 31077, 796, 4808, 5420, 1564, 13, 8645, 515, 19703, 4668, 12837, 6030, 7, 198, 220, 220, 220, 366, 38727, 27354, 292, 316, 31077, 1600, 198, 220, 220, 220, 44104, 20500, 13, 12837, 11, 828, 198, 220, 220, 220, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 366, 30910, 36584, 32961, 1298, 4808, 7206, 28882, 1961, 1404, 1921, 2767, 19535, 47, 1340, 5188, 11, 198, 220, 220, 220, 220, 220, 220, 220, 366, 834, 21412, 834, 1298, 366, 1676, 1462, 13, 25928, 13, 37348, 1095, 13, 19608, 292, 316, 62, 37348, 1095, 62, 40842, 17, 1, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 25248, 11235, 420, 62, 28463, 295, 62, 4122, 7, 4871, 62, 29982, 25, 1837, 701, 13, 25928, 13, 37348, 1095, 13, 38727, 27354, 292, 316, 31077, 8, 198, 220, 220, 220, 8964, 198, 8, 198, 62, 37047, 62, 9945, 13, 38804, 12837, 7, 38727, 27354, 292, 316, 31077, 8, 628, 198, 2, 25248, 11235, 420, 62, 28463, 295, 62, 4122, 7, 21412, 62, 29982, 8, 198 ]
1.886207
26,021
# coding=utf-8 # Copyright 2019-present, the HuggingFace Inc. team, The Google AI Language Team and Facebook, Inc. # # 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. """ TF 2.0 DistilBERT model """ import logging import math import numpy as np import tensorflow as tf from .configuration_distilbert import DistilBertConfig from .file_utils import MULTIPLE_CHOICE_DUMMY_INPUTS, add_start_docstrings, add_start_docstrings_to_callable from .modeling_tf_utils import ( TFMultipleChoiceLoss, TFPreTrainedModel, TFQuestionAnsweringLoss, TFSequenceClassificationLoss, TFSharedEmbeddings, TFTokenClassificationLoss, cast_bool_to_primitive, get_initializer, keras_serializable, shape_list, ) from .tokenization_utils import BatchEncoding logger = logging.getLogger(__name__) TF_DISTILBERT_PRETRAINED_MODEL_ARCHIVE_LIST = [ "distilbert-base-uncased", "distilbert-base-uncased-distilled-squad", "distilbert-base-cased", "distilbert-base-cased-distilled-squad", "distilbert-base-multilingual-cased", "distilbert-base-uncased-finetuned-sst-2-english", # See all DistilBERT models at https://huggingface.co/models?filter=distilbert ] # UTILS AND BUILDING BLOCKS OF THE ARCHITECTURE # def gelu(x): """ Gaussian Error Linear Unit. Original Implementation of the gelu activation function in Google Bert repo when initially created. For information: OpenAI GPT's gelu is slightly different (and gives slightly different results): 0.5 * x * (1 + torch.tanh(math.sqrt(2 / math.pi) * (x + 0.044715 * torch.pow(x, 3)))) Also see https://arxiv.org/abs/1606.08415 """ cdf = 0.5 * (1.0 + tf.math.erf(x / tf.math.sqrt(2.0))) return x * cdf def gelu_new(x): """Gaussian Error Linear Unit. This is a smoother version of the RELU. Original paper: https://arxiv.org/abs/1606.08415 Args: x: float Tensor to perform activation. Returns: `x` with the GELU activation applied. """ cdf = 0.5 * (1.0 + tf.tanh((np.sqrt(2 / np.pi) * (x + 0.044715 * tf.pow(x, 3))))) return x * cdf @keras_serializable # INTERFACE FOR ENCODER AND TASK SPECIFIC MODEL # class TFDistilBertPreTrainedModel(TFPreTrainedModel): """ An abstract class to handle weights initialization and a simple interface for downloading and loading pretrained models. """ config_class = DistilBertConfig base_model_prefix = "distilbert" DISTILBERT_START_DOCSTRING = r""" This model is a `tf.keras.Model <https://www.tensorflow.org/api_docs/python/tf/keras/Model>`__ sub-class. Use it as a regular TF 2.0 Keras Model and refer to the TF 2.0 documentation for all matter related to general usage and behavior. .. note:: TF 2.0 models accepts two formats as inputs: - having all inputs as keyword arguments (like PyTorch models), or - having all inputs as a list, tuple or dict in the first positional arguments. This second option is useful when using :obj:`tf.keras.Model.fit()` method which currently requires having all the tensors in the first argument of the model call function: :obj:`model(inputs)`. If you choose this second option, there are three possibilities you can use to gather all the input Tensors in the first positional argument : - a single Tensor with input_ids only and nothing else: :obj:`model(inputs_ids)` - a list of varying length with one or several input Tensors IN THE ORDER given in the docstring: :obj:`model([input_ids, attention_mask])` or :obj:`model([input_ids, attention_mask, token_type_ids])` - a dictionary with one or several input Tensors associated to the input names given in the docstring: :obj:`model({'input_ids': input_ids, 'token_type_ids': token_type_ids})` Parameters: config (:class:`~transformers.DistilBertConfig`): Model configuration class with all the parameters of the model. Initializing with a config file does not load the weights associated with the model, only the configuration. Check out the :meth:`~transformers.PreTrainedModel.from_pretrained` method to load the model weights. """ DISTILBERT_INPUTS_DOCSTRING = r""" Args: input_ids (:obj:`Numpy array` or :obj:`tf.Tensor` of shape :obj:`(batch_size, sequence_length)`): Indices of input sequence tokens in the vocabulary. Indices can be obtained using :class:`transformers.BertTokenizer`. See :func:`transformers.PreTrainedTokenizer.encode` and :func:`transformers.PreTrainedTokenizer.encode_plus` for details. `What are input IDs? <../glossary.html#input-ids>`__ attention_mask (:obj:`Numpy array` or :obj:`tf.Tensor` of shape :obj:`(batch_size, sequence_length)`, `optional`, defaults to :obj:`None`): Mask to avoid performing attention on padding token indices. Mask values selected in ``[0, 1]``: ``1`` for tokens that are NOT MASKED, ``0`` for MASKED tokens. `What are attention masks? <../glossary.html#attention-mask>`__ head_mask (:obj:`Numpy array` or :obj:`tf.Tensor` of shape :obj:`(num_heads,)` or :obj:`(num_layers, num_heads)`, `optional`, defaults to :obj:`None`): Mask to nullify selected heads of the self-attention modules. Mask values selected in ``[0, 1]``: :obj:`1` indicates the head is **not masked**, :obj:`0` indicates the head is **masked**. inputs_embeds (:obj:`Numpy array` or :obj:`tf.Tensor` of shape :obj:`(batch_size, sequence_length, embedding_dim)`, `optional`, defaults to :obj:`None`): Optionally, instead of passing :obj:`input_ids` you can choose to directly pass an embedded representation. This is useful if you want more control over how to convert `input_ids` indices into associated vectors than the model's internal embedding lookup matrix. training (:obj:`boolean`, `optional`, defaults to :obj:`False`): Whether to activate dropout modules (if set to :obj:`True`) during training or to de-activate them (if set to :obj:`False`) for evaluation. output_attentions (:obj:`bool`, `optional`, defaults to `:obj:`None`): If set to ``True``, the attentions tensors of all attention layers are returned. See ``attentions`` under returned tensors for more detail. """ @add_start_docstrings( "The bare DistilBERT encoder/transformer outputing raw hidden-states without any specific head on top.", DISTILBERT_START_DOCSTRING, ) @add_start_docstrings( """DistilBert Model with a `masked language modeling` head on top. """, DISTILBERT_START_DOCSTRING, ) @add_start_docstrings( """DistilBert Model transformer with a sequence classification/regression head on top (a linear layer on top of the pooled output) e.g. for GLUE tasks. """, DISTILBERT_START_DOCSTRING, ) @add_start_docstrings( """DistilBert Model with a token classification head on top (a linear layer on top of the hidden-states output) e.g. for Named-Entity-Recognition (NER) tasks. """, DISTILBERT_START_DOCSTRING, ) @add_start_docstrings( """DistilBert Model with a multiple choice classification head on top (a linear layer on top of the pooled output and a softmax) e.g. for RocStories/SWAG tasks. """, DISTILBERT_START_DOCSTRING, ) @add_start_docstrings( """DistilBert Model with a span classification head on top for extractive question-answering tasks like SQuAD (a linear layers on top of the hidden-states output to compute `span start logits` and `span end logits`). """, DISTILBERT_START_DOCSTRING, )
[ 2, 19617, 28, 40477, 12, 23, 198, 2, 15069, 13130, 12, 25579, 11, 262, 12905, 2667, 32388, 3457, 13, 1074, 11, 383, 3012, 9552, 15417, 4816, 290, 3203, 11, 3457, 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, 37811, 24958, 362, 13, 15, 4307, 346, 13246, 51, 2746, 198, 37811, 628, 198, 11748, 18931, 198, 11748, 10688, 198, 198, 11748, 299, 32152, 355, 45941, 198, 11748, 11192, 273, 11125, 355, 48700, 198, 198, 6738, 764, 11250, 3924, 62, 17080, 346, 4835, 1330, 4307, 346, 33, 861, 16934, 198, 6738, 764, 7753, 62, 26791, 1330, 337, 16724, 4061, 2538, 62, 44899, 8476, 62, 35, 5883, 26708, 62, 1268, 30076, 50, 11, 751, 62, 9688, 62, 15390, 37336, 11, 751, 62, 9688, 62, 15390, 37336, 62, 1462, 62, 13345, 540, 198, 6738, 764, 4666, 10809, 62, 27110, 62, 26791, 1330, 357, 198, 220, 220, 220, 24958, 31217, 46770, 43, 793, 11, 198, 220, 220, 220, 309, 5837, 260, 2898, 1328, 17633, 11, 198, 220, 220, 220, 24958, 24361, 2025, 2032, 1586, 43, 793, 11, 198, 220, 220, 220, 24958, 44015, 594, 9487, 2649, 43, 793, 11, 198, 220, 220, 220, 24958, 2484, 1144, 31567, 6048, 654, 11, 198, 220, 220, 220, 309, 9792, 4233, 9487, 2649, 43, 793, 11, 198, 220, 220, 220, 3350, 62, 30388, 62, 1462, 62, 19795, 1800, 11, 198, 220, 220, 220, 651, 62, 36733, 7509, 11, 198, 220, 220, 220, 41927, 292, 62, 46911, 13821, 11, 198, 220, 220, 220, 5485, 62, 4868, 11, 198, 8, 198, 6738, 764, 30001, 1634, 62, 26791, 1330, 347, 963, 27195, 7656, 628, 198, 6404, 1362, 796, 18931, 13, 1136, 11187, 1362, 7, 834, 3672, 834, 8, 628, 198, 10234, 62, 35, 8808, 4146, 13246, 51, 62, 47, 26087, 3861, 1268, 1961, 62, 33365, 3698, 62, 31315, 9306, 62, 45849, 796, 685, 198, 220, 220, 220, 366, 17080, 346, 4835, 12, 8692, 12, 19524, 839, 1600, 198, 220, 220, 220, 366, 17080, 346, 4835, 12, 8692, 12, 19524, 839, 12, 17080, 2967, 12, 16485, 324, 1600, 198, 220, 220, 220, 366, 17080, 346, 4835, 12, 8692, 12, 66, 839, 1600, 198, 220, 220, 220, 366, 17080, 346, 4835, 12, 8692, 12, 66, 839, 12, 17080, 2967, 12, 16485, 324, 1600, 198, 220, 220, 220, 366, 17080, 346, 4835, 12, 8692, 12, 16680, 34900, 12, 66, 839, 1600, 198, 220, 220, 220, 366, 17080, 346, 4835, 12, 8692, 12, 19524, 839, 12, 15643, 316, 40881, 12, 82, 301, 12, 17, 12, 39126, 1600, 198, 220, 220, 220, 1303, 4091, 477, 4307, 346, 13246, 51, 4981, 379, 3740, 1378, 71, 1018, 2667, 2550, 13, 1073, 14, 27530, 30, 24455, 28, 17080, 346, 4835, 198, 60, 628, 198, 2, 19255, 45484, 5357, 20571, 26761, 2751, 9878, 11290, 50, 3963, 3336, 5923, 3398, 2043, 9782, 11335, 1303, 198, 4299, 20383, 84, 7, 87, 2599, 198, 220, 220, 220, 37227, 12822, 31562, 13047, 44800, 11801, 13, 198, 220, 220, 220, 13745, 46333, 286, 262, 20383, 84, 14916, 2163, 287, 3012, 22108, 29924, 618, 7317, 2727, 13, 198, 220, 220, 220, 220, 220, 220, 220, 1114, 1321, 25, 4946, 20185, 402, 11571, 338, 20383, 84, 318, 4622, 1180, 357, 392, 3607, 4622, 1180, 2482, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 657, 13, 20, 1635, 2124, 1635, 357, 16, 1343, 28034, 13, 38006, 71, 7, 11018, 13, 31166, 17034, 7, 17, 1220, 10688, 13, 14415, 8, 1635, 357, 87, 1343, 657, 13, 15, 34825, 1314, 1635, 28034, 13, 79, 322, 7, 87, 11, 513, 35514, 198, 220, 220, 220, 220, 220, 220, 220, 4418, 766, 3740, 1378, 283, 87, 452, 13, 2398, 14, 8937, 14, 1433, 3312, 13, 2919, 35038, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 269, 7568, 796, 657, 13, 20, 1635, 357, 16, 13, 15, 1343, 48700, 13, 11018, 13, 263, 69, 7, 87, 1220, 48700, 13, 11018, 13, 31166, 17034, 7, 17, 13, 15, 22305, 198, 220, 220, 220, 1441, 2124, 1635, 269, 7568, 628, 198, 4299, 20383, 84, 62, 3605, 7, 87, 2599, 198, 220, 220, 220, 37227, 35389, 31562, 13047, 44800, 11801, 13, 198, 220, 220, 220, 770, 318, 257, 32686, 2196, 286, 262, 29749, 52, 13, 198, 220, 220, 220, 13745, 3348, 25, 3740, 1378, 283, 87, 452, 13, 2398, 14, 8937, 14, 1433, 3312, 13, 2919, 35038, 198, 220, 220, 220, 943, 14542, 25, 198, 220, 220, 220, 220, 220, 220, 220, 2124, 25, 12178, 309, 22854, 284, 1620, 14916, 13, 198, 220, 220, 220, 16409, 25, 198, 220, 220, 220, 220, 220, 220, 220, 4600, 87, 63, 351, 262, 402, 3698, 52, 14916, 5625, 13, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 269, 7568, 796, 657, 13, 20, 1635, 357, 16, 13, 15, 1343, 48700, 13, 38006, 71, 19510, 37659, 13, 31166, 17034, 7, 17, 1220, 45941, 13, 14415, 8, 1635, 357, 87, 1343, 657, 13, 15, 34825, 1314, 1635, 48700, 13, 79, 322, 7, 87, 11, 513, 4008, 22305, 198, 220, 220, 220, 1441, 2124, 1635, 269, 7568, 628, 628, 628, 198, 198, 31, 6122, 292, 62, 46911, 13821, 628, 198, 2, 23255, 49836, 7473, 412, 7792, 3727, 1137, 5357, 309, 1921, 42, 28196, 30643, 19164, 3698, 1303, 198, 4871, 24958, 20344, 346, 33, 861, 6719, 2898, 1328, 17633, 7, 51, 5837, 260, 2898, 1328, 17633, 2599, 198, 220, 220, 220, 37227, 1052, 12531, 1398, 284, 5412, 19590, 37588, 290, 198, 220, 220, 220, 220, 220, 220, 220, 257, 2829, 7071, 329, 22023, 290, 11046, 2181, 13363, 4981, 13, 198, 220, 220, 220, 37227, 628, 220, 220, 220, 4566, 62, 4871, 796, 4307, 346, 33, 861, 16934, 198, 220, 220, 220, 2779, 62, 19849, 62, 40290, 796, 366, 17080, 346, 4835, 1, 628, 198, 35, 8808, 4146, 13246, 51, 62, 2257, 7227, 62, 38715, 18601, 2751, 796, 374, 37811, 198, 220, 220, 220, 770, 2746, 318, 257, 4600, 27110, 13, 6122, 292, 13, 17633, 1279, 5450, 1378, 2503, 13, 83, 22854, 11125, 13, 2398, 14, 15042, 62, 31628, 14, 29412, 14, 27110, 14, 6122, 292, 14, 17633, 29, 63, 834, 850, 12, 4871, 13, 198, 220, 220, 220, 5765, 340, 355, 257, 3218, 24958, 362, 13, 15, 17337, 292, 9104, 290, 198, 220, 220, 220, 3522, 284, 262, 24958, 362, 13, 15, 10314, 329, 477, 2300, 3519, 284, 2276, 8748, 290, 4069, 13, 628, 220, 220, 220, 11485, 3465, 3712, 628, 220, 220, 220, 220, 220, 220, 220, 24958, 362, 13, 15, 4981, 18178, 734, 17519, 355, 17311, 25, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 532, 1719, 477, 17311, 355, 21179, 7159, 357, 2339, 9485, 15884, 354, 4981, 828, 393, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 532, 1719, 477, 17311, 355, 257, 1351, 11, 46545, 393, 8633, 287, 262, 717, 45203, 7159, 13, 628, 220, 220, 220, 220, 220, 220, 220, 770, 1218, 3038, 318, 4465, 618, 1262, 1058, 26801, 25, 63, 27110, 13, 6122, 292, 13, 17633, 13, 11147, 3419, 63, 2446, 543, 3058, 4433, 1719, 198, 220, 220, 220, 220, 220, 220, 220, 477, 262, 11192, 669, 287, 262, 717, 4578, 286, 262, 2746, 869, 2163, 25, 1058, 26801, 25, 63, 19849, 7, 15414, 82, 8, 44646, 628, 220, 220, 220, 220, 220, 220, 220, 1002, 345, 3853, 428, 1218, 3038, 11, 612, 389, 1115, 12779, 345, 460, 779, 284, 6431, 477, 262, 5128, 40280, 669, 198, 220, 220, 220, 220, 220, 220, 220, 287, 262, 717, 45203, 4578, 1058, 628, 220, 220, 220, 220, 220, 220, 220, 532, 257, 2060, 309, 22854, 351, 5128, 62, 2340, 691, 290, 2147, 2073, 25, 1058, 26801, 25, 63, 19849, 7, 15414, 82, 62, 2340, 8, 63, 198, 220, 220, 220, 220, 220, 220, 220, 532, 257, 1351, 286, 15874, 4129, 351, 530, 393, 1811, 5128, 40280, 669, 3268, 3336, 38678, 1813, 287, 262, 2205, 8841, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1058, 26801, 25, 63, 19849, 26933, 15414, 62, 2340, 11, 3241, 62, 27932, 12962, 63, 393, 1058, 26801, 25, 63, 19849, 26933, 15414, 62, 2340, 11, 3241, 62, 27932, 11, 11241, 62, 4906, 62, 2340, 12962, 63, 198, 220, 220, 220, 220, 220, 220, 220, 532, 257, 22155, 351, 530, 393, 1811, 5128, 40280, 669, 3917, 284, 262, 5128, 3891, 1813, 287, 262, 2205, 8841, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1058, 26801, 25, 63, 19849, 15090, 6, 15414, 62, 2340, 10354, 5128, 62, 2340, 11, 705, 30001, 62, 4906, 62, 2340, 10354, 11241, 62, 4906, 62, 2340, 30072, 63, 628, 220, 220, 220, 40117, 25, 198, 220, 220, 220, 220, 220, 220, 220, 4566, 357, 25, 4871, 25, 63, 93, 35636, 364, 13, 20344, 346, 33, 861, 16934, 63, 2599, 9104, 8398, 1398, 351, 477, 262, 10007, 286, 262, 2746, 13, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 20768, 2890, 351, 257, 4566, 2393, 857, 407, 3440, 262, 19590, 3917, 351, 262, 2746, 11, 691, 262, 8398, 13, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6822, 503, 262, 1058, 76, 2788, 25, 63, 93, 35636, 364, 13, 6719, 2898, 1328, 17633, 13, 6738, 62, 5310, 13363, 63, 2446, 284, 3440, 262, 2746, 19590, 13, 198, 37811, 198, 198, 35, 8808, 4146, 13246, 51, 62, 1268, 30076, 50, 62, 38715, 18601, 2751, 796, 374, 37811, 198, 220, 220, 220, 943, 14542, 25, 198, 220, 220, 220, 220, 220, 220, 220, 5128, 62, 2340, 357, 25, 26801, 25, 63, 45, 32152, 7177, 63, 393, 1058, 26801, 25, 63, 27110, 13, 51, 22854, 63, 286, 5485, 1058, 26801, 25, 63, 7, 43501, 62, 7857, 11, 8379, 62, 13664, 8, 63, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1423, 1063, 286, 5128, 8379, 16326, 287, 262, 25818, 13, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1423, 1063, 460, 307, 6492, 1262, 1058, 4871, 25, 63, 35636, 364, 13, 33, 861, 30642, 7509, 44646, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4091, 1058, 20786, 25, 63, 35636, 364, 13, 6719, 2898, 1328, 30642, 7509, 13, 268, 8189, 63, 290, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1058, 20786, 25, 63, 35636, 364, 13, 6719, 2898, 1328, 30642, 7509, 13, 268, 8189, 62, 9541, 63, 329, 3307, 13, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4600, 2061, 389, 5128, 32373, 30, 1279, 40720, 4743, 793, 560, 13, 6494, 2, 15414, 12, 2340, 29, 63, 834, 198, 220, 220, 220, 220, 220, 220, 220, 3241, 62, 27932, 357, 25, 26801, 25, 63, 45, 32152, 7177, 63, 393, 1058, 26801, 25, 63, 27110, 13, 51, 22854, 63, 286, 5485, 1058, 26801, 25, 63, 7, 43501, 62, 7857, 11, 8379, 62, 13664, 8, 47671, 4600, 25968, 47671, 26235, 284, 1058, 26801, 25, 63, 14202, 63, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 18007, 284, 3368, 9489, 3241, 319, 24511, 11241, 36525, 13, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 18007, 3815, 6163, 287, 7559, 58, 15, 11, 352, 60, 15506, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7559, 16, 15506, 329, 16326, 326, 389, 5626, 32337, 42, 1961, 11, 7559, 15, 15506, 329, 32337, 42, 1961, 16326, 13, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4600, 2061, 389, 3241, 20680, 30, 1279, 40720, 4743, 793, 560, 13, 6494, 2, 1078, 1463, 12, 27932, 29, 63, 834, 198, 220, 220, 220, 220, 220, 220, 220, 1182, 62, 27932, 357, 25, 26801, 25, 63, 45, 32152, 7177, 63, 393, 1058, 26801, 25, 63, 27110, 13, 51, 22854, 63, 286, 5485, 1058, 26801, 25, 63, 7, 22510, 62, 16600, 35751, 63, 393, 1058, 26801, 25, 63, 7, 22510, 62, 75, 6962, 11, 997, 62, 16600, 8, 47671, 4600, 25968, 47671, 26235, 284, 1058, 26801, 25, 63, 14202, 63, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 18007, 284, 9242, 1958, 6163, 6665, 286, 262, 2116, 12, 1078, 1463, 13103, 13, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 18007, 3815, 6163, 287, 7559, 58, 15, 11, 352, 60, 15506, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1058, 26801, 25, 63, 16, 63, 9217, 262, 1182, 318, 12429, 1662, 29229, 1174, 11, 1058, 26801, 25, 63, 15, 63, 9217, 262, 1182, 318, 12429, 27932, 276, 1174, 13, 198, 220, 220, 220, 220, 220, 220, 220, 17311, 62, 20521, 82, 357, 25, 26801, 25, 63, 45, 32152, 7177, 63, 393, 1058, 26801, 25, 63, 27110, 13, 51, 22854, 63, 286, 5485, 1058, 26801, 25, 63, 7, 43501, 62, 7857, 11, 8379, 62, 13664, 11, 11525, 12083, 62, 27740, 8, 47671, 4600, 25968, 47671, 26235, 284, 1058, 26801, 25, 63, 14202, 63, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 16018, 453, 11, 2427, 286, 6427, 1058, 26801, 25, 63, 15414, 62, 2340, 63, 345, 460, 3853, 284, 3264, 1208, 281, 14553, 10552, 13, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 770, 318, 4465, 611, 345, 765, 517, 1630, 625, 703, 284, 10385, 4600, 15414, 62, 2340, 63, 36525, 656, 3917, 30104, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 621, 262, 2746, 338, 5387, 11525, 12083, 35847, 17593, 13, 198, 220, 220, 220, 220, 220, 220, 220, 3047, 357, 25, 26801, 25, 63, 2127, 21052, 47671, 4600, 25968, 47671, 26235, 284, 1058, 26801, 25, 63, 25101, 63, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 10127, 284, 15155, 4268, 448, 13103, 357, 361, 900, 284, 1058, 26801, 25, 63, 17821, 63, 8, 1141, 3047, 393, 284, 390, 12, 39022, 606, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 357, 361, 900, 284, 1058, 26801, 25, 63, 25101, 63, 8, 329, 12660, 13, 628, 220, 220, 220, 220, 220, 220, 220, 5072, 62, 1078, 298, 507, 357, 25, 26801, 25, 63, 30388, 47671, 4600, 25968, 47671, 26235, 284, 4600, 25, 26801, 25, 63, 14202, 63, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1002, 900, 284, 7559, 17821, 15506, 11, 262, 32649, 507, 11192, 669, 286, 477, 3241, 11685, 389, 4504, 13, 4091, 7559, 1078, 298, 507, 15506, 739, 4504, 11192, 669, 329, 517, 3703, 13, 198, 37811, 628, 198, 31, 2860, 62, 9688, 62, 15390, 37336, 7, 198, 220, 220, 220, 366, 464, 6247, 4307, 346, 13246, 51, 2207, 12342, 14, 7645, 16354, 5072, 278, 8246, 7104, 12, 27219, 1231, 597, 2176, 1182, 319, 1353, 33283, 198, 220, 220, 220, 360, 8808, 4146, 13246, 51, 62, 2257, 7227, 62, 38715, 18601, 2751, 11, 198, 8, 628, 198, 198, 31, 2860, 62, 9688, 62, 15390, 37336, 7, 198, 220, 220, 220, 37227, 20344, 346, 33, 861, 9104, 351, 257, 4600, 27932, 276, 3303, 21128, 63, 1182, 319, 1353, 13, 13538, 1600, 360, 8808, 4146, 13246, 51, 62, 2257, 7227, 62, 38715, 18601, 2751, 11, 198, 8, 628, 198, 31, 2860, 62, 9688, 62, 15390, 37336, 7, 198, 220, 220, 220, 37227, 20344, 346, 33, 861, 9104, 47385, 351, 257, 8379, 17923, 14, 2301, 2234, 1182, 319, 1353, 357, 64, 14174, 7679, 319, 1353, 286, 198, 220, 220, 220, 262, 44762, 5072, 8, 304, 13, 70, 13, 329, 10188, 8924, 8861, 13, 13538, 1600, 198, 220, 220, 220, 360, 8808, 4146, 13246, 51, 62, 2257, 7227, 62, 38715, 18601, 2751, 11, 198, 8, 628, 198, 31, 2860, 62, 9688, 62, 15390, 37336, 7, 198, 220, 220, 220, 37227, 20344, 346, 33, 861, 9104, 351, 257, 11241, 17923, 1182, 319, 1353, 357, 64, 14174, 7679, 319, 1353, 286, 198, 220, 220, 220, 262, 7104, 12, 27219, 5072, 8, 304, 13, 70, 13, 329, 34441, 12, 32398, 12, 6690, 2360, 653, 357, 21479, 8, 8861, 13, 13538, 1600, 198, 220, 220, 220, 360, 8808, 4146, 13246, 51, 62, 2257, 7227, 62, 38715, 18601, 2751, 11, 198, 8, 628, 198, 31, 2860, 62, 9688, 62, 15390, 37336, 7, 198, 220, 220, 220, 37227, 20344, 346, 33, 861, 9104, 351, 257, 3294, 3572, 17923, 1182, 319, 1353, 357, 64, 14174, 7679, 319, 1353, 286, 198, 220, 220, 220, 262, 44762, 5072, 290, 257, 2705, 9806, 8, 304, 13, 70, 13, 329, 13545, 1273, 1749, 14, 17887, 4760, 8861, 13, 13538, 1600, 198, 220, 220, 220, 360, 8808, 4146, 13246, 51, 62, 2257, 7227, 62, 38715, 18601, 2751, 11, 198, 8, 628, 198, 31, 2860, 62, 9688, 62, 15390, 37336, 7, 198, 220, 220, 220, 37227, 20344, 346, 33, 861, 9104, 351, 257, 11506, 17923, 1182, 319, 1353, 329, 7925, 425, 1808, 12, 504, 86, 1586, 8861, 588, 311, 4507, 2885, 357, 64, 14174, 11685, 319, 1353, 286, 198, 220, 220, 220, 262, 7104, 12, 27219, 5072, 284, 24061, 4600, 12626, 923, 2604, 896, 63, 290, 4600, 12626, 886, 2604, 896, 63, 737, 13538, 1600, 198, 220, 220, 220, 360, 8808, 4146, 13246, 51, 62, 2257, 7227, 62, 38715, 18601, 2751, 11, 198, 8, 198 ]
2.770107
2,984
""" JSON 2 HTML convertor ===================== (c) Varun Malhotra 2013 http://softvar.github.io Original Source Code: https://github.com/softvar/json2html-flask ------------ LICENSE: MIT -------- """ # -*- coding: utf-8 -*- import json import collections import html.parser from flask import json from flask import Flask from flask import request from flask import render_template from json2html import jsonconv app = Flask(__name__) @app.route('/') @app.route('/', methods=['POST']) def my_form_post(): """ receive submitted data and process """ text = request.form['text'] checkbox = request.form['users'] style="" if(checkbox=="1"): style="table table-condensed table-bordered table-hover" else: style='border="1"' #json_input = json.dumps(text) try: ordered_json = json.loads(text, object_pairs_hook=collections.OrderedDict) processed_text = jsonconv.json2html.convert(ordered_json,style) html_parser = html.parser.HTMLParser() return render_template("index.html", processed_text=html_parser.unescape(processed_text),pro = text) except: return render_template("index.html",error="Error Parsing JSON ! Please check your JSON syntax",pro=text) if __name__ == '__main__': app.run(debug = True)
[ 37811, 198, 40386, 362, 11532, 10385, 273, 198, 4770, 1421, 28, 198, 198, 7, 66, 8, 12372, 403, 4434, 8940, 430, 2211, 198, 4023, 1378, 4215, 7785, 13, 12567, 13, 952, 198, 198, 20556, 8090, 6127, 25, 3740, 1378, 12567, 13, 785, 14, 4215, 7785, 14, 17752, 17, 6494, 12, 2704, 2093, 198, 10541, 198, 198, 43, 2149, 24290, 25, 17168, 198, 982, 198, 37811, 198, 2, 532, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12, 198, 198, 11748, 33918, 198, 11748, 17268, 198, 11748, 27711, 13, 48610, 198, 198, 6738, 42903, 1330, 33918, 198, 6738, 42903, 1330, 46947, 198, 6738, 42903, 1330, 2581, 198, 6738, 42903, 1330, 8543, 62, 28243, 198, 6738, 33918, 17, 6494, 1330, 33918, 42946, 198, 198, 1324, 796, 46947, 7, 834, 3672, 834, 8, 198, 198, 31, 1324, 13, 38629, 10786, 14, 11537, 198, 198, 31, 1324, 13, 38629, 10786, 14, 3256, 5050, 28, 17816, 32782, 6, 12962, 198, 4299, 616, 62, 687, 62, 7353, 33529, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 3328, 8948, 1366, 290, 1429, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 2420, 796, 2581, 13, 687, 17816, 5239, 20520, 198, 220, 220, 220, 2198, 3524, 796, 2581, 13, 687, 17816, 18417, 20520, 198, 220, 220, 220, 3918, 33151, 198, 220, 220, 220, 611, 7, 9122, 3524, 855, 1, 16, 1, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 3918, 2625, 11487, 3084, 12, 17561, 15385, 3084, 12, 65, 24071, 3084, 12, 43753, 1, 198, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 3918, 11639, 20192, 2625, 16, 30543, 628, 220, 220, 220, 1303, 17752, 62, 15414, 796, 33918, 13, 67, 8142, 7, 5239, 8, 198, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 6149, 62, 17752, 796, 33918, 13, 46030, 7, 5239, 11, 2134, 62, 79, 3468, 62, 25480, 28, 4033, 26448, 13, 35422, 1068, 35, 713, 8, 198, 220, 220, 220, 220, 220, 220, 220, 13686, 62, 5239, 796, 33918, 42946, 13, 17752, 17, 6494, 13, 1102, 1851, 7, 24071, 62, 17752, 11, 7635, 8, 628, 220, 220, 220, 220, 220, 220, 220, 27711, 62, 48610, 796, 27711, 13, 48610, 13, 28656, 46677, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 8543, 62, 28243, 7203, 9630, 13, 6494, 1600, 13686, 62, 5239, 28, 6494, 62, 48610, 13, 403, 41915, 7, 14681, 276, 62, 5239, 828, 1676, 796, 2420, 8, 198, 220, 220, 220, 2845, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 8543, 62, 28243, 7203, 9630, 13, 6494, 1600, 18224, 2625, 12331, 23042, 278, 19449, 5145, 4222, 2198, 534, 19449, 15582, 1600, 1676, 28, 5239, 8, 628, 198, 198, 361, 11593, 3672, 834, 6624, 705, 834, 12417, 834, 10354, 198, 220, 220, 220, 598, 13, 5143, 7, 24442, 796, 6407, 8, 198 ]
2.764211
475
from django.contrib.auth.models import User from django.db import models
[ 6738, 42625, 14208, 13, 3642, 822, 13, 18439, 13, 27530, 1330, 11787, 198, 6738, 42625, 14208, 13, 9945, 1330, 4981, 220, 628, 628 ]
3.347826
23
ord_names = { 2:'SysAllocString', 3:'SysReAllocString', 4:'SysAllocStringLen', 5:'SysReAllocStringLen', 6:'SysFreeString', 7:'SysStringLen', 8:'VariantInit', 9:'VariantClear', 10:'VariantCopy', 11:'VariantCopyInd', 12:'VariantChangeType', 13:'VariantTimeToDosDateTime', 14:'DosDateTimeToVariantTime', 15:'SafeArrayCreate', 16:'SafeArrayDestroy', 17:'SafeArrayGetDim', 18:'SafeArrayGetElemsize', 19:'SafeArrayGetUBound', 20:'SafeArrayGetLBound', 21:'SafeArrayLock', 22:'SafeArrayUnlock', 23:'SafeArrayAccessData', 24:'SafeArrayUnaccessData', 25:'SafeArrayGetElement', 26:'SafeArrayPutElement', 27:'SafeArrayCopy', 28:'DispGetParam', 29:'DispGetIDsOfNames', 30:'DispInvoke', 31:'CreateDispTypeInfo', 32:'CreateStdDispatch', 33:'RegisterActiveObject', 34:'RevokeActiveObject', 35:'GetActiveObject', 36:'SafeArrayAllocDescriptor', 37:'SafeArrayAllocData', 38:'SafeArrayDestroyDescriptor', 39:'SafeArrayDestroyData', 40:'SafeArrayRedim', 41:'SafeArrayAllocDescriptorEx', 42:'SafeArrayCreateEx', 43:'SafeArrayCreateVectorEx', 44:'SafeArraySetRecordInfo', 45:'SafeArrayGetRecordInfo', 46:'VarParseNumFromStr', 47:'VarNumFromParseNum', 48:'VarI2FromUI1', 49:'VarI2FromI4', 50:'VarI2FromR4', 51:'VarI2FromR8', 52:'VarI2FromCy', 53:'VarI2FromDate', 54:'VarI2FromStr', 55:'VarI2FromDisp', 56:'VarI2FromBool', 57:'SafeArraySetIID', 58:'VarI4FromUI1', 59:'VarI4FromI2', 60:'VarI4FromR4', 61:'VarI4FromR8', 62:'VarI4FromCy', 63:'VarI4FromDate', 64:'VarI4FromStr', 65:'VarI4FromDisp', 66:'VarI4FromBool', 67:'SafeArrayGetIID', 68:'VarR4FromUI1', 69:'VarR4FromI2', 70:'VarR4FromI4', 71:'VarR4FromR8', 72:'VarR4FromCy', 73:'VarR4FromDate', 74:'VarR4FromStr', 75:'VarR4FromDisp', 76:'VarR4FromBool', 77:'SafeArrayGetVartype', 78:'VarR8FromUI1', 79:'VarR8FromI2', 80:'VarR8FromI4', 81:'VarR8FromR4', 82:'VarR8FromCy', 83:'VarR8FromDate', 84:'VarR8FromStr', 85:'VarR8FromDisp', 86:'VarR8FromBool', 87:'VarFormat', 88:'VarDateFromUI1', 89:'VarDateFromI2', 90:'VarDateFromI4', 91:'VarDateFromR4', 92:'VarDateFromR8', 93:'VarDateFromCy', 94:'VarDateFromStr', 95:'VarDateFromDisp', 96:'VarDateFromBool', 97:'VarFormatDateTime', 98:'VarCyFromUI1', 99:'VarCyFromI2', 100:'VarCyFromI4', 101:'VarCyFromR4', 102:'VarCyFromR8', 103:'VarCyFromDate', 104:'VarCyFromStr', 105:'VarCyFromDisp', 106:'VarCyFromBool', 107:'VarFormatNumber', 108:'VarBstrFromUI1', 109:'VarBstrFromI2', 110:'VarBstrFromI4', 111:'VarBstrFromR4', 112:'VarBstrFromR8', 113:'VarBstrFromCy', 114:'VarBstrFromDate', 115:'VarBstrFromDisp', 116:'VarBstrFromBool', 117:'VarFormatPercent', 118:'VarBoolFromUI1', 119:'VarBoolFromI2', 120:'VarBoolFromI4', 121:'VarBoolFromR4', 122:'VarBoolFromR8', 123:'VarBoolFromDate', 124:'VarBoolFromCy', 125:'VarBoolFromStr', 126:'VarBoolFromDisp', 127:'VarFormatCurrency', 128:'VarWeekdayName', 129:'VarMonthName', 130:'VarUI1FromI2', 131:'VarUI1FromI4', 132:'VarUI1FromR4', 133:'VarUI1FromR8', 134:'VarUI1FromCy', 135:'VarUI1FromDate', 136:'VarUI1FromStr', 137:'VarUI1FromDisp', 138:'VarUI1FromBool', 139:'VarFormatFromTokens', 140:'VarTokenizeFormatString', 141:'VarAdd', 142:'VarAnd', 143:'VarDiv', 144:'DllCanUnloadNow', 145:'DllGetClassObject', 146:'DispCallFunc', 147:'VariantChangeTypeEx', 148:'SafeArrayPtrOfIndex', 149:'SysStringByteLen', 150:'SysAllocStringByteLen', 151:'DllRegisterServer', 152:'VarEqv', 153:'VarIdiv', 154:'VarImp', 155:'VarMod', 156:'VarMul', 157:'VarOr', 158:'VarPow', 159:'VarSub', 160:'CreateTypeLib', 161:'LoadTypeLib', 162:'LoadRegTypeLib', 163:'RegisterTypeLib', 164:'QueryPathOfRegTypeLib', 165:'LHashValOfNameSys', 166:'LHashValOfNameSysA', 167:'VarXor', 168:'VarAbs', 169:'VarFix', 170:'OaBuildVersion', 171:'ClearCustData', 172:'VarInt', 173:'VarNeg', 174:'VarNot', 175:'VarRound', 176:'VarCmp', 177:'VarDecAdd', 178:'VarDecDiv', 179:'VarDecMul', 180:'CreateTypeLib2', 181:'VarDecSub', 182:'VarDecAbs', 183:'LoadTypeLibEx', 184:'SystemTimeToVariantTime', 185:'VariantTimeToSystemTime', 186:'UnRegisterTypeLib', 187:'VarDecFix', 188:'VarDecInt', 189:'VarDecNeg', 190:'VarDecFromUI1', 191:'VarDecFromI2', 192:'VarDecFromI4', 193:'VarDecFromR4', 194:'VarDecFromR8', 195:'VarDecFromDate', 196:'VarDecFromCy', 197:'VarDecFromStr', 198:'VarDecFromDisp', 199:'VarDecFromBool', 200:'GetErrorInfo', 201:'SetErrorInfo', 202:'CreateErrorInfo', 203:'VarDecRound', 204:'VarDecCmp', 205:'VarI2FromI1', 206:'VarI2FromUI2', 207:'VarI2FromUI4', 208:'VarI2FromDec', 209:'VarI4FromI1', 210:'VarI4FromUI2', 211:'VarI4FromUI4', 212:'VarI4FromDec', 213:'VarR4FromI1', 214:'VarR4FromUI2', 215:'VarR4FromUI4', 216:'VarR4FromDec', 217:'VarR8FromI1', 218:'VarR8FromUI2', 219:'VarR8FromUI4', 220:'VarR8FromDec', 221:'VarDateFromI1', 222:'VarDateFromUI2', 223:'VarDateFromUI4', 224:'VarDateFromDec', 225:'VarCyFromI1', 226:'VarCyFromUI2', 227:'VarCyFromUI4', 228:'VarCyFromDec', 229:'VarBstrFromI1', 230:'VarBstrFromUI2', 231:'VarBstrFromUI4', 232:'VarBstrFromDec', 233:'VarBoolFromI1', 234:'VarBoolFromUI2', 235:'VarBoolFromUI4', 236:'VarBoolFromDec', 237:'VarUI1FromI1', 238:'VarUI1FromUI2', 239:'VarUI1FromUI4', 240:'VarUI1FromDec', 241:'VarDecFromI1', 242:'VarDecFromUI2', 243:'VarDecFromUI4', 244:'VarI1FromUI1', 245:'VarI1FromI2', 246:'VarI1FromI4', 247:'VarI1FromR4', 248:'VarI1FromR8', 249:'VarI1FromDate', 250:'VarI1FromCy', 251:'VarI1FromStr', 252:'VarI1FromDisp', 253:'VarI1FromBool', 254:'VarI1FromUI2', 255:'VarI1FromUI4', 256:'VarI1FromDec', 257:'VarUI2FromUI1', 258:'VarUI2FromI2', 259:'VarUI2FromI4', 260:'VarUI2FromR4', 261:'VarUI2FromR8', 262:'VarUI2FromDate', 263:'VarUI2FromCy', 264:'VarUI2FromStr', 265:'VarUI2FromDisp', 266:'VarUI2FromBool', 267:'VarUI2FromI1', 268:'VarUI2FromUI4', 269:'VarUI2FromDec', 270:'VarUI4FromUI1', 271:'VarUI4FromI2', 272:'VarUI4FromI4', 273:'VarUI4FromR4', 274:'VarUI4FromR8', 275:'VarUI4FromDate', 276:'VarUI4FromCy', 277:'VarUI4FromStr', 278:'VarUI4FromDisp', 279:'VarUI4FromBool', 280:'VarUI4FromI1', 281:'VarUI4FromUI2', 282:'VarUI4FromDec', 283:'BSTR_UserSize', 284:'BSTR_UserMarshal', 285:'BSTR_UserUnmarshal', 286:'BSTR_UserFree', 287:'VARIANT_UserSize', 288:'VARIANT_UserMarshal', 289:'VARIANT_UserUnmarshal', 290:'VARIANT_UserFree', 291:'LPSAFEARRAY_UserSize', 292:'LPSAFEARRAY_UserMarshal', 293:'LPSAFEARRAY_UserUnmarshal', 294:'LPSAFEARRAY_UserFree', 295:'LPSAFEARRAY_Size', 296:'LPSAFEARRAY_Marshal', 297:'LPSAFEARRAY_Unmarshal', 298:'VarDecCmpR8', 299:'VarCyAdd', 300:'DllUnregisterServer', 301:'OACreateTypeLib2', 303:'VarCyMul', 304:'VarCyMulI4', 305:'VarCySub', 306:'VarCyAbs', 307:'VarCyFix', 308:'VarCyInt', 309:'VarCyNeg', 310:'VarCyRound', 311:'VarCyCmp', 312:'VarCyCmpR8', 313:'VarBstrCat', 314:'VarBstrCmp', 315:'VarR8Pow', 316:'VarR4CmpR8', 317:'VarR8Round', 318:'VarCat', 319:'VarDateFromUdateEx', 322:'GetRecordInfoFromGuids', 323:'GetRecordInfoFromTypeInfo', 325:'SetVarConversionLocaleSetting', 326:'GetVarConversionLocaleSetting', 327:'SetOaNoCache', 329:'VarCyMulI8', 330:'VarDateFromUdate', 331:'VarUdateFromDate', 332:'GetAltMonthNames', 333:'VarI8FromUI1', 334:'VarI8FromI2', 335:'VarI8FromR4', 336:'VarI8FromR8', 337:'VarI8FromCy', 338:'VarI8FromDate', 339:'VarI8FromStr', 340:'VarI8FromDisp', 341:'VarI8FromBool', 342:'VarI8FromI1', 343:'VarI8FromUI2', 344:'VarI8FromUI4', 345:'VarI8FromDec', 346:'VarI2FromI8', 347:'VarI2FromUI8', 348:'VarI4FromI8', 349:'VarI4FromUI8', 360:'VarR4FromI8', 361:'VarR4FromUI8', 362:'VarR8FromI8', 363:'VarR8FromUI8', 364:'VarDateFromI8', 365:'VarDateFromUI8', 366:'VarCyFromI8', 367:'VarCyFromUI8', 368:'VarBstrFromI8', 369:'VarBstrFromUI8', 370:'VarBoolFromI8', 371:'VarBoolFromUI8', 372:'VarUI1FromI8', 373:'VarUI1FromUI8', 374:'VarDecFromI8', 375:'VarDecFromUI8', 376:'VarI1FromI8', 377:'VarI1FromUI8', 378:'VarUI2FromI8', 379:'VarUI2FromUI8', 401:'OleLoadPictureEx', 402:'OleLoadPictureFileEx', 411:'SafeArrayCreateVector', 412:'SafeArrayCopyData', 413:'VectorFromBstr', 414:'BstrFromVector', 415:'OleIconToCursor', 416:'OleCreatePropertyFrameIndirect', 417:'OleCreatePropertyFrame', 418:'OleLoadPicture', 419:'OleCreatePictureIndirect', 420:'OleCreateFontIndirect', 421:'OleTranslateColor', 422:'OleLoadPictureFile', 423:'OleSavePictureFile', 424:'OleLoadPicturePath', 425:'VarUI4FromI8', 426:'VarUI4FromUI8', 427:'VarI8FromUI8', 428:'VarUI8FromI8', 429:'VarUI8FromUI1', 430:'VarUI8FromI2', 431:'VarUI8FromR4', 432:'VarUI8FromR8', 433:'VarUI8FromCy', 434:'VarUI8FromDate', 435:'VarUI8FromStr', 436:'VarUI8FromDisp', 437:'VarUI8FromBool', 438:'VarUI8FromI1', 439:'VarUI8FromUI2', 440:'VarUI8FromUI4', 441:'VarUI8FromDec', 442:'RegisterTypeLibForUser', 443:'UnRegisterTypeLibForUser', }
[ 585, 62, 14933, 796, 1391, 198, 220, 220, 220, 362, 32105, 44387, 3237, 420, 10100, 3256, 198, 220, 220, 220, 513, 32105, 44387, 3041, 3237, 420, 10100, 3256, 198, 220, 220, 220, 604, 32105, 44387, 3237, 420, 10100, 30659, 3256, 198, 220, 220, 220, 642, 32105, 44387, 3041, 3237, 420, 10100, 30659, 3256, 198, 220, 220, 220, 718, 32105, 44387, 11146, 10100, 3256, 198, 220, 220, 220, 767, 32105, 44387, 10100, 30659, 3256, 198, 220, 220, 220, 807, 32105, 23907, 415, 31768, 3256, 198, 220, 220, 220, 860, 32105, 23907, 415, 19856, 3256, 198, 220, 220, 220, 838, 32105, 23907, 415, 29881, 3256, 198, 220, 220, 220, 1367, 32105, 23907, 415, 29881, 5497, 3256, 198, 220, 220, 220, 1105, 32105, 23907, 415, 19400, 6030, 3256, 198, 220, 220, 220, 1511, 32105, 23907, 415, 7575, 2514, 35, 418, 10430, 7575, 3256, 198, 220, 220, 220, 1478, 32105, 35, 418, 10430, 7575, 2514, 23907, 415, 7575, 3256, 198, 220, 220, 220, 1315, 32105, 31511, 19182, 16447, 3256, 198, 220, 220, 220, 1467, 32105, 31511, 19182, 49174, 3256, 198, 220, 220, 220, 1596, 32105, 31511, 19182, 3855, 29271, 3256, 198, 220, 220, 220, 1248, 32105, 31511, 19182, 3855, 28827, 907, 1096, 3256, 198, 220, 220, 220, 678, 32105, 31511, 19182, 3855, 10526, 633, 3256, 198, 220, 220, 220, 1160, 32105, 31511, 19182, 3855, 30501, 633, 3256, 198, 220, 220, 220, 2310, 32105, 31511, 19182, 25392, 3256, 198, 220, 220, 220, 2534, 32105, 31511, 19182, 3118, 5354, 3256, 198, 220, 220, 220, 2242, 32105, 31511, 19182, 15457, 6601, 3256, 198, 220, 220, 220, 1987, 32105, 31511, 19182, 3118, 15526, 6601, 3256, 198, 220, 220, 220, 1679, 32105, 31511, 19182, 3855, 20180, 3256, 198, 220, 220, 220, 2608, 32105, 31511, 19182, 11588, 20180, 3256, 198, 220, 220, 220, 2681, 32105, 31511, 19182, 29881, 3256, 198, 220, 220, 220, 2579, 32105, 7279, 79, 3855, 22973, 3256, 198, 220, 220, 220, 2808, 32105, 7279, 79, 3855, 47954, 5189, 36690, 3256, 198, 220, 220, 220, 1542, 32105, 7279, 79, 19904, 2088, 3256, 198, 220, 220, 220, 3261, 32105, 16447, 7279, 79, 6030, 12360, 3256, 198, 220, 220, 220, 3933, 32105, 16447, 1273, 67, 49354, 3256, 198, 220, 220, 220, 4747, 32105, 38804, 13739, 10267, 3256, 198, 220, 220, 220, 4974, 32105, 18009, 2088, 13739, 10267, 3256, 198, 220, 220, 220, 3439, 32105, 3855, 13739, 10267, 3256, 198, 220, 220, 220, 4570, 32105, 31511, 19182, 3237, 420, 24564, 1968, 273, 3256, 198, 220, 220, 220, 5214, 32105, 31511, 19182, 3237, 420, 6601, 3256, 198, 220, 220, 220, 4353, 32105, 31511, 19182, 49174, 24564, 1968, 273, 3256, 198, 220, 220, 220, 5014, 32105, 31511, 19182, 49174, 6601, 3256, 198, 220, 220, 220, 2319, 32105, 31511, 19182, 7738, 320, 3256, 198, 220, 220, 220, 6073, 32105, 31511, 19182, 3237, 420, 24564, 1968, 273, 3109, 3256, 198, 220, 220, 220, 5433, 32105, 31511, 19182, 16447, 3109, 3256, 198, 220, 220, 220, 5946, 32105, 31511, 19182, 16447, 38469, 3109, 3256, 198, 220, 220, 220, 5846, 32105, 31511, 19182, 7248, 23739, 12360, 3256, 198, 220, 220, 220, 4153, 32105, 31511, 19182, 3855, 23739, 12360, 3256, 198, 220, 220, 220, 6337, 32105, 19852, 10044, 325, 33111, 4863, 13290, 3256, 198, 220, 220, 220, 6298, 32105, 19852, 33111, 4863, 10044, 325, 33111, 3256, 198, 220, 220, 220, 4764, 32105, 19852, 40, 17, 4863, 10080, 16, 3256, 198, 220, 220, 220, 5125, 32105, 19852, 40, 17, 4863, 40, 19, 3256, 198, 220, 220, 220, 2026, 32105, 19852, 40, 17, 4863, 49, 19, 3256, 198, 220, 220, 220, 6885, 32105, 19852, 40, 17, 4863, 49, 23, 3256, 198, 220, 220, 220, 6740, 32105, 19852, 40, 17, 4863, 20418, 3256, 198, 220, 220, 220, 7192, 32105, 19852, 40, 17, 4863, 10430, 3256, 198, 220, 220, 220, 7175, 32105, 19852, 40, 17, 4863, 13290, 3256, 198, 220, 220, 220, 5996, 32105, 19852, 40, 17, 4863, 7279, 79, 3256, 198, 220, 220, 220, 7265, 32105, 19852, 40, 17, 4863, 33, 970, 3256, 198, 220, 220, 220, 7632, 32105, 31511, 19182, 7248, 40, 2389, 3256, 198, 220, 220, 220, 7618, 32105, 19852, 40, 19, 4863, 10080, 16, 3256, 198, 220, 220, 220, 7863, 32105, 19852, 40, 19, 4863, 40, 17, 3256, 198, 220, 220, 220, 3126, 32105, 19852, 40, 19, 4863, 49, 19, 3256, 198, 220, 220, 220, 8454, 32105, 19852, 40, 19, 4863, 49, 23, 3256, 198, 220, 220, 220, 8190, 32105, 19852, 40, 19, 4863, 20418, 3256, 198, 220, 220, 220, 8093, 32105, 19852, 40, 19, 4863, 10430, 3256, 198, 220, 220, 220, 5598, 32105, 19852, 40, 19, 4863, 13290, 3256, 198, 220, 220, 220, 6135, 32105, 19852, 40, 19, 4863, 7279, 79, 3256, 198, 220, 220, 220, 7930, 32105, 19852, 40, 19, 4863, 33, 970, 3256, 198, 220, 220, 220, 8275, 32105, 31511, 19182, 3855, 40, 2389, 3256, 198, 220, 220, 220, 8257, 32105, 19852, 49, 19, 4863, 10080, 16, 3256, 198, 220, 220, 220, 8644, 32105, 19852, 49, 19, 4863, 40, 17, 3256, 198, 220, 220, 220, 4317, 32105, 19852, 49, 19, 4863, 40, 19, 3256, 198, 220, 220, 220, 9166, 32105, 19852, 49, 19, 4863, 49, 23, 3256, 198, 220, 220, 220, 7724, 32105, 19852, 49, 19, 4863, 20418, 3256, 198, 220, 220, 220, 8854, 32105, 19852, 49, 19, 4863, 10430, 3256, 198, 220, 220, 220, 8915, 32105, 19852, 49, 19, 4863, 13290, 3256, 198, 220, 220, 220, 5441, 32105, 19852, 49, 19, 4863, 7279, 79, 3256, 198, 220, 220, 220, 8684, 32105, 19852, 49, 19, 4863, 33, 970, 3256, 198, 220, 220, 220, 8541, 32105, 31511, 19182, 3855, 53, 433, 2981, 3256, 198, 220, 220, 220, 8699, 32105, 19852, 49, 23, 4863, 10080, 16, 3256, 198, 220, 220, 220, 9225, 32105, 19852, 49, 23, 4863, 40, 17, 3256, 198, 220, 220, 220, 4019, 32105, 19852, 49, 23, 4863, 40, 19, 3256, 198, 220, 220, 220, 9773, 32105, 19852, 49, 23, 4863, 49, 19, 3256, 198, 220, 220, 220, 9415, 32105, 19852, 49, 23, 4863, 20418, 3256, 198, 220, 220, 220, 9698, 32105, 19852, 49, 23, 4863, 10430, 3256, 198, 220, 220, 220, 9508, 32105, 19852, 49, 23, 4863, 13290, 3256, 198, 220, 220, 220, 7600, 32105, 19852, 49, 23, 4863, 7279, 79, 3256, 198, 220, 220, 220, 9849, 32105, 19852, 49, 23, 4863, 33, 970, 3256, 198, 220, 220, 220, 10083, 32105, 19852, 26227, 3256, 198, 220, 220, 220, 9193, 32105, 19852, 10430, 4863, 10080, 16, 3256, 198, 220, 220, 220, 9919, 32105, 19852, 10430, 4863, 40, 17, 3256, 198, 220, 220, 220, 4101, 32105, 19852, 10430, 4863, 40, 19, 3256, 198, 220, 220, 220, 10495, 32105, 19852, 10430, 4863, 49, 19, 3256, 198, 220, 220, 220, 10190, 32105, 19852, 10430, 4863, 49, 23, 3256, 198, 220, 220, 220, 10261, 32105, 19852, 10430, 4863, 20418, 3256, 198, 220, 220, 220, 10048, 32105, 19852, 10430, 4863, 13290, 3256, 198, 220, 220, 220, 6957, 32105, 19852, 10430, 4863, 7279, 79, 3256, 198, 220, 220, 220, 9907, 32105, 19852, 10430, 4863, 33, 970, 3256, 198, 220, 220, 220, 10111, 32105, 19852, 26227, 10430, 7575, 3256, 198, 220, 220, 220, 9661, 32105, 19852, 20418, 4863, 10080, 16, 3256, 198, 220, 220, 220, 7388, 32105, 19852, 20418, 4863, 40, 17, 3256, 198, 220, 220, 220, 1802, 32105, 19852, 20418, 4863, 40, 19, 3256, 198, 220, 220, 220, 8949, 32105, 19852, 20418, 4863, 49, 19, 3256, 198, 220, 220, 220, 15143, 32105, 19852, 20418, 4863, 49, 23, 3256, 198, 220, 220, 220, 15349, 32105, 19852, 20418, 4863, 10430, 3256, 198, 220, 220, 220, 14436, 32105, 19852, 20418, 4863, 13290, 3256, 198, 220, 220, 220, 13343, 32105, 19852, 20418, 4863, 7279, 79, 3256, 198, 220, 220, 220, 15696, 32105, 19852, 20418, 4863, 33, 970, 3256, 198, 220, 220, 220, 16226, 32105, 19852, 26227, 15057, 3256, 198, 220, 220, 220, 15495, 32105, 19852, 33, 2536, 4863, 10080, 16, 3256, 198, 220, 220, 220, 16003, 32105, 19852, 33, 2536, 4863, 40, 17, 3256, 198, 220, 220, 220, 9796, 32105, 19852, 33, 2536, 4863, 40, 19, 3256, 198, 220, 220, 220, 13374, 32105, 19852, 33, 2536, 4863, 49, 19, 3256, 198, 220, 220, 220, 13539, 32105, 19852, 33, 2536, 4863, 49, 23, 3256, 198, 220, 220, 220, 17318, 32105, 19852, 33, 2536, 4863, 20418, 3256, 198, 220, 220, 220, 17342, 32105, 19852, 33, 2536, 4863, 10430, 3256, 198, 220, 220, 220, 12279, 32105, 19852, 33, 2536, 4863, 7279, 79, 3256, 198, 220, 220, 220, 18693, 32105, 19852, 33, 2536, 4863, 33, 970, 3256, 198, 220, 220, 220, 19048, 32105, 19852, 26227, 31905, 3256, 198, 220, 220, 220, 19035, 32105, 19852, 33, 970, 4863, 10080, 16, 3256, 198, 220, 220, 220, 15136, 32105, 19852, 33, 970, 4863, 40, 17, 3256, 198, 220, 220, 220, 7982, 32105, 19852, 33, 970, 4863, 40, 19, 3256, 198, 220, 220, 220, 20416, 32105, 19852, 33, 970, 4863, 49, 19, 3256, 198, 220, 220, 220, 19409, 32105, 19852, 33, 970, 4863, 49, 23, 3256, 198, 220, 220, 220, 17031, 32105, 19852, 33, 970, 4863, 10430, 3256, 198, 220, 220, 220, 19755, 32105, 19852, 33, 970, 4863, 20418, 3256, 198, 220, 220, 220, 13151, 32105, 19852, 33, 970, 4863, 13290, 3256, 198, 220, 220, 220, 19710, 32105, 19852, 33, 970, 4863, 7279, 79, 3256, 198, 220, 220, 220, 18112, 32105, 19852, 26227, 34, 13382, 3256, 198, 220, 220, 220, 13108, 32105, 19852, 20916, 45392, 3256, 198, 220, 220, 220, 20248, 32105, 19852, 31948, 5376, 3256, 198, 220, 220, 220, 11323, 32105, 19852, 10080, 16, 4863, 40, 17, 3256, 198, 220, 220, 220, 23134, 32105, 19852, 10080, 16, 4863, 40, 19, 3256, 198, 220, 220, 220, 21761, 32105, 19852, 10080, 16, 4863, 49, 19, 3256, 198, 220, 220, 220, 22169, 32105, 19852, 10080, 16, 4863, 49, 23, 3256, 198, 220, 220, 220, 22352, 32105, 19852, 10080, 16, 4863, 20418, 3256, 198, 220, 220, 220, 17501, 32105, 19852, 10080, 16, 4863, 10430, 3256, 198, 220, 220, 220, 21056, 32105, 19852, 10080, 16, 4863, 13290, 3256, 198, 220, 220, 220, 21643, 32105, 19852, 10080, 16, 4863, 7279, 79, 3256, 198, 220, 220, 220, 21503, 32105, 19852, 10080, 16, 4863, 33, 970, 3256, 198, 220, 220, 220, 23666, 32105, 19852, 26227, 4863, 22906, 3256, 198, 220, 220, 220, 12713, 32105, 19852, 30642, 1096, 26227, 10100, 3256, 198, 220, 220, 220, 25500, 32105, 19852, 4550, 3256, 198, 220, 220, 220, 25181, 32105, 19852, 1870, 3256, 198, 220, 220, 220, 24356, 32105, 19852, 24095, 3256, 198, 220, 220, 220, 20224, 32105, 35, 297, 6090, 3118, 2220, 3844, 3256, 198, 220, 220, 220, 20299, 32105, 35, 297, 3855, 9487, 10267, 3256, 198, 220, 220, 220, 22986, 32105, 7279, 79, 14134, 37, 19524, 3256, 198, 220, 220, 220, 22909, 32105, 23907, 415, 19400, 6030, 3109, 3256, 198, 220, 220, 220, 22613, 32105, 31511, 19182, 46745, 5189, 15732, 3256, 198, 220, 220, 220, 24041, 32105, 44387, 10100, 40778, 30659, 3256, 198, 220, 220, 220, 6640, 32105, 44387, 3237, 420, 10100, 40778, 30659, 3256, 198, 220, 220, 220, 25326, 32105, 35, 297, 38804, 10697, 3256, 198, 220, 220, 220, 24848, 32105, 19852, 36, 44179, 3256, 198, 220, 220, 220, 24652, 32105, 19852, 40, 7146, 3256, 198, 220, 220, 220, 24235, 32105, 19852, 26950, 3256, 198, 220, 220, 220, 20708, 32105, 19852, 5841, 3256, 198, 220, 220, 220, 23871, 32105, 19852, 44, 377, 3256, 198, 220, 220, 220, 23313, 32105, 19852, 5574, 3256, 198, 220, 220, 220, 24063, 32105, 19852, 47, 322, 3256, 198, 220, 220, 220, 26422, 32105, 19852, 7004, 3256, 198, 220, 220, 220, 13454, 32105, 16447, 6030, 25835, 3256, 198, 220, 220, 220, 27829, 32105, 8912, 6030, 25835, 3256, 198, 220, 220, 220, 25090, 32105, 8912, 8081, 6030, 25835, 3256, 198, 220, 220, 220, 26826, 32105, 38804, 6030, 25835, 3256, 198, 220, 220, 220, 25307, 32105, 20746, 15235, 5189, 8081, 6030, 25835, 3256, 198, 220, 220, 220, 21409, 32105, 43, 26257, 7762, 5189, 5376, 44387, 3256, 198, 220, 220, 220, 26753, 32105, 43, 26257, 7762, 5189, 5376, 44387, 32, 3256, 198, 220, 220, 220, 26118, 32105, 19852, 55, 273, 3256, 198, 220, 220, 220, 23378, 32105, 19852, 24849, 3256, 198, 220, 220, 220, 27191, 32105, 19852, 22743, 3256, 198, 220, 220, 220, 16677, 32105, 46, 64, 15580, 14815, 3256, 198, 220, 220, 220, 28369, 32105, 19856, 34, 436, 6601, 3256, 198, 220, 220, 220, 23120, 32105, 19852, 5317, 3256, 198, 220, 220, 220, 28174, 32105, 19852, 32863, 3256, 198, 220, 220, 220, 27621, 32105, 19852, 3673, 3256, 198, 220, 220, 220, 19038, 32105, 19852, 22685, 3256, 198, 220, 220, 220, 26937, 32105, 19852, 34, 3149, 3256, 198, 220, 220, 220, 26607, 32105, 19852, 10707, 4550, 3256, 198, 220, 220, 220, 27368, 32105, 19852, 10707, 24095, 3256, 198, 220, 220, 220, 27228, 32105, 19852, 10707, 44, 377, 3256, 198, 220, 220, 220, 11546, 32105, 16447, 6030, 25835, 17, 3256, 198, 220, 220, 220, 30110, 32105, 19852, 10707, 7004, 3256, 198, 220, 220, 220, 28581, 32105, 19852, 10707, 24849, 3256, 198, 220, 220, 220, 28551, 32105, 8912, 6030, 25835, 3109, 3256, 198, 220, 220, 220, 28598, 32105, 11964, 7575, 2514, 23907, 415, 7575, 3256, 198, 220, 220, 220, 22855, 32105, 23907, 415, 7575, 2514, 11964, 7575, 3256, 198, 220, 220, 220, 28481, 32105, 3118, 38804, 6030, 25835, 3256, 198, 220, 220, 220, 27649, 32105, 19852, 10707, 22743, 3256, 198, 220, 220, 220, 27778, 32105, 19852, 10707, 5317, 3256, 198, 220, 220, 220, 27230, 32105, 19852, 10707, 32863, 3256, 198, 220, 220, 220, 19884, 32105, 19852, 10707, 4863, 10080, 16, 3256, 198, 220, 220, 220, 31009, 32105, 19852, 10707, 4863, 40, 17, 3256, 198, 220, 220, 220, 17817, 32105, 19852, 10707, 4863, 40, 19, 3256, 198, 220, 220, 220, 29691, 32105, 19852, 10707, 4863, 49, 19, 3256, 198, 220, 220, 220, 30483, 32105, 19852, 10707, 4863, 49, 23, 3256, 198, 220, 220, 220, 24793, 32105, 19852, 10707, 4863, 10430, 3256, 198, 220, 220, 220, 28817, 32105, 19852, 10707, 4863, 20418, 3256, 198, 220, 220, 220, 29903, 32105, 19852, 10707, 4863, 13290, 3256, 198, 220, 220, 220, 2757, 32105, 19852, 10707, 4863, 7279, 79, 3256, 198, 220, 220, 220, 1594, 32105, 19852, 10707, 4863, 33, 970, 3256, 198, 220, 220, 220, 939, 32105, 3855, 12331, 12360, 3256, 198, 220, 220, 220, 580, 32105, 7248, 12331, 12360, 3256, 198, 220, 220, 220, 22131, 32105, 16447, 12331, 12360, 3256, 198, 220, 220, 220, 27408, 32105, 19852, 10707, 22685, 3256, 198, 220, 220, 220, 26956, 32105, 19852, 10707, 34, 3149, 3256, 198, 220, 220, 220, 22538, 32105, 19852, 40, 17, 4863, 40, 16, 3256, 198, 220, 220, 220, 27253, 32105, 19852, 40, 17, 4863, 10080, 17, 3256, 198, 220, 220, 220, 27791, 32105, 19852, 40, 17, 4863, 10080, 19, 3256, 198, 220, 220, 220, 27121, 32105, 19852, 40, 17, 4863, 10707, 3256, 198, 220, 220, 220, 28815, 32105, 19852, 40, 19, 4863, 40, 16, 3256, 198, 220, 220, 220, 20064, 32105, 19852, 40, 19, 4863, 10080, 17, 3256, 198, 220, 220, 220, 28714, 32105, 19852, 40, 19, 4863, 10080, 19, 3256, 198, 220, 220, 220, 23679, 32105, 19852, 40, 19, 4863, 10707, 3256, 198, 220, 220, 220, 28658, 32105, 19852, 49, 19, 4863, 40, 16, 3256, 198, 220, 220, 220, 28277, 32105, 19852, 49, 19, 4863, 10080, 17, 3256, 198, 220, 220, 220, 22951, 32105, 19852, 49, 19, 4863, 10080, 19, 3256, 198, 220, 220, 220, 26881, 32105, 19852, 49, 19, 4863, 10707, 3256, 198, 220, 220, 220, 24894, 32105, 19852, 49, 23, 4863, 40, 16, 3256, 198, 220, 220, 220, 29217, 32105, 19852, 49, 23, 4863, 10080, 17, 3256, 198, 220, 220, 220, 30453, 32105, 19852, 49, 23, 4863, 10080, 19, 3256, 198, 220, 220, 220, 15629, 32105, 19852, 49, 23, 4863, 10707, 3256, 198, 220, 220, 220, 31566, 32105, 19852, 10430, 4863, 40, 16, 3256, 198, 220, 220, 220, 27795, 32105, 19852, 10430, 4863, 10080, 17, 3256, 198, 220, 220, 220, 30299, 32105, 19852, 10430, 4863, 10080, 19, 3256, 198, 220, 220, 220, 26063, 32105, 19852, 10430, 4863, 10707, 3256, 198, 220, 220, 220, 18500, 32105, 19852, 20418, 4863, 40, 16, 3256, 198, 220, 220, 220, 31510, 32105, 19852, 20418, 4863, 10080, 17, 3256, 198, 220, 220, 220, 30989, 32105, 19852, 20418, 4863, 10080, 19, 3256, 198, 220, 220, 220, 29041, 32105, 19852, 20418, 4863, 10707, 3256, 198, 220, 220, 220, 31064, 32105, 19852, 33, 2536, 4863, 40, 16, 3256, 198, 220, 220, 220, 18395, 32105, 19852, 33, 2536, 4863, 10080, 17, 3256, 198, 220, 220, 220, 34598, 32105, 19852, 33, 2536, 4863, 10080, 19, 3256, 198, 220, 220, 220, 31773, 32105, 19852, 33, 2536, 4863, 10707, 3256, 198, 220, 220, 220, 30435, 32105, 19852, 33, 970, 4863, 40, 16, 3256, 198, 220, 220, 220, 34323, 32105, 19852, 33, 970, 4863, 10080, 17, 3256, 198, 220, 220, 220, 28878, 32105, 19852, 33, 970, 4863, 10080, 19, 3256, 198, 220, 220, 220, 34044, 32105, 19852, 33, 970, 4863, 10707, 3256, 198, 220, 220, 220, 34385, 32105, 19852, 10080, 16, 4863, 40, 16, 3256, 198, 220, 220, 220, 32544, 32105, 19852, 10080, 16, 4863, 10080, 17, 3256, 198, 220, 220, 220, 32817, 32105, 19852, 10080, 16, 4863, 10080, 19, 3256, 198, 220, 220, 220, 14956, 32105, 19852, 10080, 16, 4863, 10707, 3256, 198, 220, 220, 220, 35150, 32105, 19852, 10707, 4863, 40, 16, 3256, 198, 220, 220, 220, 34353, 32105, 19852, 10707, 4863, 10080, 17, 3256, 198, 220, 220, 220, 35989, 32105, 19852, 10707, 4863, 10080, 19, 3256, 198, 220, 220, 220, 35264, 32105, 19852, 40, 16, 4863, 10080, 16, 3256, 198, 220, 220, 220, 29637, 32105, 19852, 40, 16, 4863, 40, 17, 3256, 198, 220, 220, 220, 34951, 32105, 19852, 40, 16, 4863, 40, 19, 3256, 198, 220, 220, 220, 30179, 32105, 19852, 40, 16, 4863, 49, 19, 3256, 198, 220, 220, 220, 32996, 32105, 19852, 40, 16, 4863, 49, 23, 3256, 198, 220, 220, 220, 34620, 32105, 19852, 40, 16, 4863, 10430, 3256, 198, 220, 220, 220, 8646, 32105, 19852, 40, 16, 4863, 20418, 3256, 198, 220, 220, 220, 34489, 32105, 19852, 40, 16, 4863, 13290, 3256, 198, 220, 220, 220, 25264, 32105, 19852, 40, 16, 4863, 7279, 79, 3256, 198, 220, 220, 220, 32056, 32105, 19852, 40, 16, 4863, 33, 970, 3256, 198, 220, 220, 220, 35360, 32105, 19852, 40, 16, 4863, 10080, 17, 3256, 198, 220, 220, 220, 14280, 32105, 19852, 40, 16, 4863, 10080, 19, 3256, 198, 220, 220, 220, 17759, 32105, 19852, 40, 16, 4863, 10707, 3256, 198, 220, 220, 220, 36100, 32105, 19852, 10080, 17, 4863, 10080, 16, 3256, 198, 220, 220, 220, 37528, 32105, 19852, 10080, 17, 4863, 40, 17, 3256, 198, 220, 220, 220, 37831, 32105, 19852, 10080, 17, 4863, 40, 19, 3256, 198, 220, 220, 220, 21148, 32105, 19852, 10080, 17, 4863, 49, 19, 3256, 198, 220, 220, 220, 39166, 32105, 19852, 10080, 17, 4863, 49, 23, 3256, 198, 220, 220, 220, 35404, 32105, 19852, 10080, 17, 4863, 10430, 3256, 198, 220, 220, 220, 39135, 32105, 19852, 10080, 17, 4863, 20418, 3256, 198, 220, 220, 220, 32158, 32105, 19852, 10080, 17, 4863, 13290, 3256, 198, 220, 220, 220, 32090, 32105, 19852, 10080, 17, 4863, 7279, 79, 3256, 198, 220, 220, 220, 37737, 32105, 19852, 10080, 17, 4863, 33, 970, 3256, 198, 220, 220, 220, 37364, 32105, 19852, 10080, 17, 4863, 40, 16, 3256, 198, 220, 220, 220, 36678, 32105, 19852, 10080, 17, 4863, 10080, 19, 3256, 198, 220, 220, 220, 38249, 32105, 19852, 10080, 17, 4863, 10707, 3256, 198, 220, 220, 220, 20479, 32105, 19852, 10080, 19, 4863, 10080, 16, 3256, 198, 220, 220, 220, 33797, 32105, 19852, 10080, 19, 4863, 40, 17, 3256, 198, 220, 220, 220, 38107, 32105, 19852, 10080, 19, 4863, 40, 19, 3256, 198, 220, 220, 220, 38549, 32105, 19852, 10080, 19, 4863, 49, 19, 3256, 198, 220, 220, 220, 39768, 32105, 19852, 10080, 19, 4863, 49, 23, 3256, 198, 220, 220, 220, 25829, 32105, 19852, 10080, 19, 4863, 10430, 3256, 198, 220, 220, 220, 38147, 32105, 19852, 10080, 19, 4863, 20418, 3256, 198, 220, 220, 220, 38703, 32105, 19852, 10080, 19, 4863, 13290, 3256, 198, 220, 220, 220, 39174, 32105, 19852, 10080, 19, 4863, 7279, 79, 3256, 198, 220, 220, 220, 39466, 32105, 19852, 10080, 19, 4863, 33, 970, 3256, 198, 220, 220, 220, 21355, 32105, 19852, 10080, 19, 4863, 40, 16, 3256, 198, 220, 220, 220, 39882, 32105, 19852, 10080, 19, 4863, 10080, 17, 3256, 198, 220, 220, 220, 41810, 32105, 19852, 10080, 19, 4863, 10707, 3256, 198, 220, 220, 220, 42032, 32105, 33, 18601, 62, 12982, 10699, 3256, 198, 220, 220, 220, 40654, 32105, 33, 18601, 62, 12982, 41984, 282, 3256, 198, 220, 220, 220, 33015, 32105, 33, 18601, 62, 12982, 3118, 76, 5406, 282, 3256, 198, 220, 220, 220, 39697, 32105, 33, 18601, 62, 12982, 11146, 3256, 198, 220, 220, 220, 38721, 32105, 53, 33604, 8643, 62, 12982, 10699, 3256, 198, 220, 220, 220, 35419, 32105, 53, 33604, 8643, 62, 12982, 41984, 282, 3256, 198, 220, 220, 220, 38902, 32105, 53, 33604, 8643, 62, 12982, 3118, 76, 5406, 282, 3256, 198, 220, 220, 220, 26481, 32105, 53, 33604, 8643, 62, 12982, 11146, 3256, 198, 220, 220, 220, 43336, 32105, 43, 3705, 8579, 17133, 30631, 62, 12982, 10699, 3256, 198, 220, 220, 220, 41569, 32105, 43, 3705, 8579, 17133, 30631, 62, 12982, 41984, 282, 3256, 198, 220, 220, 220, 37224, 32105, 43, 3705, 8579, 17133, 30631, 62, 12982, 3118, 76, 5406, 282, 3256, 198, 220, 220, 220, 41235, 32105, 43, 3705, 8579, 17133, 30631, 62, 12982, 11146, 3256, 198, 220, 220, 220, 34772, 32105, 43, 3705, 8579, 17133, 30631, 62, 10699, 3256, 198, 220, 220, 220, 41922, 32105, 43, 3705, 8579, 17133, 30631, 62, 41984, 282, 3256, 198, 220, 220, 220, 41103, 32105, 43, 3705, 8579, 17133, 30631, 62, 3118, 76, 5406, 282, 3256, 198, 220, 220, 220, 37576, 32105, 19852, 10707, 34, 3149, 49, 23, 3256, 198, 220, 220, 220, 31011, 32105, 19852, 20418, 4550, 3256, 198, 220, 220, 220, 5867, 32105, 35, 297, 3118, 30238, 10697, 3256, 198, 220, 220, 220, 25643, 32105, 46, 2246, 260, 378, 6030, 25835, 17, 3256, 198, 220, 220, 220, 30727, 32105, 19852, 20418, 44, 377, 3256, 198, 220, 220, 220, 31672, 32105, 19852, 20418, 44, 377, 40, 19, 3256, 198, 220, 220, 220, 32747, 32105, 19852, 20418, 7004, 3256, 198, 220, 220, 220, 37255, 32105, 19852, 20418, 24849, 3256, 198, 220, 220, 220, 38369, 32105, 19852, 20418, 22743, 3256, 198, 220, 220, 220, 35617, 32105, 19852, 20418, 5317, 3256, 198, 220, 220, 220, 40286, 32105, 19852, 20418, 32863, 3256, 198, 220, 220, 220, 28947, 32105, 19852, 20418, 22685, 3256, 198, 220, 220, 220, 35592, 32105, 19852, 20418, 34, 3149, 3256, 198, 220, 220, 220, 34465, 32105, 19852, 20418, 34, 3149, 49, 23, 3256, 198, 220, 220, 220, 35897, 32105, 19852, 33, 2536, 21979, 3256, 198, 220, 220, 220, 34085, 32105, 19852, 33, 2536, 34, 3149, 3256, 198, 220, 220, 220, 32647, 32105, 19852, 49, 23, 47, 322, 3256, 198, 220, 220, 220, 34131, 32105, 19852, 49, 19, 34, 3149, 49, 23, 3256, 198, 220, 220, 220, 37563, 32105, 19852, 49, 23, 22685, 3256, 198, 220, 220, 220, 39320, 32105, 19852, 21979, 3256, 198, 220, 220, 220, 40385, 32105, 19852, 10430, 4863, 52, 4475, 3109, 3256, 198, 220, 220, 220, 38831, 32105, 3855, 23739, 12360, 4863, 8205, 2340, 3256, 198, 220, 220, 220, 38446, 32105, 3855, 23739, 12360, 4863, 6030, 12360, 3256, 198, 220, 220, 220, 29524, 32105, 7248, 19852, 3103, 9641, 33711, 1000, 34149, 3256, 198, 220, 220, 220, 40660, 32105, 3855, 19852, 3103, 9641, 33711, 1000, 34149, 3256, 198, 220, 220, 220, 36203, 32105, 7248, 46, 64, 2949, 30562, 3256, 198, 220, 220, 220, 42141, 32105, 19852, 20418, 44, 377, 40, 23, 3256, 198, 220, 220, 220, 25508, 32105, 19852, 10430, 4863, 52, 4475, 3256, 198, 220, 220, 220, 43722, 32105, 19852, 52, 4475, 4863, 10430, 3256, 198, 220, 220, 220, 41423, 32105, 3855, 29161, 31948, 36690, 3256, 198, 220, 220, 220, 23460, 32105, 19852, 40, 23, 4863, 10080, 16, 3256, 198, 220, 220, 220, 42819, 32105, 19852, 40, 23, 4863, 40, 17, 3256, 198, 220, 220, 220, 37144, 32105, 19852, 40, 23, 4863, 49, 19, 3256, 198, 220, 220, 220, 38867, 32105, 19852, 40, 23, 4863, 49, 23, 3256, 198, 220, 220, 220, 42294, 32105, 19852, 40, 23, 4863, 20418, 3256, 198, 220, 220, 220, 40736, 32105, 19852, 40, 23, 4863, 10430, 3256, 198, 220, 220, 220, 42489, 32105, 19852, 40, 23, 4863, 13290, 3256, 198, 220, 220, 220, 28560, 32105, 19852, 40, 23, 4863, 7279, 79, 3256, 198, 220, 220, 220, 43155, 32105, 19852, 40, 23, 4863, 33, 970, 3256, 198, 220, 220, 220, 44341, 32105, 19852, 40, 23, 4863, 40, 16, 3256, 198, 220, 220, 220, 37290, 32105, 19852, 40, 23, 4863, 10080, 17, 3256, 198, 220, 220, 220, 43686, 32105, 19852, 40, 23, 4863, 10080, 19, 3256, 198, 220, 220, 220, 39937, 32105, 19852, 40, 23, 4863, 10707, 3256, 198, 220, 220, 220, 44729, 32105, 19852, 40, 17, 4863, 40, 23, 3256, 198, 220, 220, 220, 43292, 32105, 19852, 40, 17, 4863, 10080, 23, 3256, 198, 220, 220, 220, 44084, 32105, 19852, 40, 19, 4863, 40, 23, 3256, 198, 220, 220, 220, 44367, 32105, 19852, 40, 19, 4863, 10080, 23, 3256, 198, 220, 220, 220, 11470, 32105, 19852, 49, 19, 4863, 40, 23, 3256, 198, 220, 220, 220, 47744, 32105, 19852, 49, 19, 4863, 10080, 23, 3256, 198, 220, 220, 220, 4570, 17, 32105, 19852, 49, 23, 4863, 40, 23, 3256, 198, 220, 220, 220, 49327, 32105, 19852, 49, 23, 4863, 10080, 23, 3256, 198, 220, 220, 220, 44969, 32105, 19852, 10430, 4863, 40, 23, 3256, 198, 220, 220, 220, 21268, 32105, 19852, 10430, 4863, 10080, 23, 3256, 198, 220, 220, 220, 44856, 32105, 19852, 20418, 4863, 40, 23, 3256, 198, 220, 220, 220, 40884, 32105, 19852, 20418, 4863, 10080, 23, 3256, 198, 220, 220, 220, 43019, 32105, 19852, 33, 2536, 4863, 40, 23, 3256, 198, 220, 220, 220, 45620, 32105, 19852, 33, 2536, 4863, 10080, 23, 3256, 198, 220, 220, 220, 28687, 32105, 19852, 33, 970, 4863, 40, 23, 3256, 198, 220, 220, 220, 47343, 32105, 19852, 33, 970, 4863, 10080, 23, 3256, 198, 220, 220, 220, 46633, 32105, 19852, 10080, 16, 4863, 40, 23, 3256, 198, 220, 220, 220, 47946, 32105, 19852, 10080, 16, 4863, 10080, 23, 3256, 198, 220, 220, 220, 49020, 32105, 19852, 10707, 4863, 40, 23, 3256, 198, 220, 220, 220, 29414, 32105, 19852, 10707, 4863, 10080, 23, 3256, 198, 220, 220, 220, 44622, 32105, 19852, 40, 16, 4863, 40, 23, 3256, 198, 220, 220, 220, 42163, 32105, 19852, 40, 16, 4863, 10080, 23, 3256, 198, 220, 220, 220, 45473, 32105, 19852, 10080, 17, 4863, 40, 23, 3256, 198, 220, 220, 220, 45937, 32105, 19852, 10080, 17, 4863, 10080, 23, 3256, 198, 220, 220, 220, 22219, 32105, 46, 293, 8912, 28070, 3109, 3256, 198, 220, 220, 220, 42622, 32105, 46, 293, 8912, 28070, 8979, 3109, 3256, 198, 220, 220, 220, 43184, 32105, 31511, 19182, 16447, 38469, 3256, 198, 220, 220, 220, 42215, 32105, 31511, 19182, 29881, 6601, 3256, 198, 220, 220, 220, 46618, 32105, 38469, 4863, 33, 2536, 3256, 198, 220, 220, 220, 45900, 32105, 33, 2536, 4863, 38469, 3256, 198, 220, 220, 220, 40643, 32105, 46, 293, 19578, 2514, 34, 21471, 3256, 198, 220, 220, 220, 38158, 32105, 46, 293, 16447, 21746, 19778, 5497, 1060, 3256, 198, 220, 220, 220, 47580, 32105, 46, 293, 16447, 21746, 19778, 3256, 198, 220, 220, 220, 45959, 32105, 46, 293, 8912, 28070, 3256, 198, 220, 220, 220, 48475, 32105, 46, 293, 16447, 28070, 5497, 1060, 3256, 198, 220, 220, 220, 28262, 32105, 46, 293, 16447, 23252, 5497, 1060, 3256, 198, 220, 220, 220, 49294, 32105, 46, 293, 8291, 17660, 10258, 3256, 198, 220, 220, 220, 46588, 32105, 46, 293, 8912, 28070, 8979, 3256, 198, 220, 220, 220, 49125, 32105, 46, 293, 16928, 28070, 8979, 3256, 198, 220, 220, 220, 48252, 32105, 46, 293, 8912, 28070, 15235, 3256, 198, 220, 220, 220, 36959, 32105, 19852, 10080, 19, 4863, 40, 23, 3256, 198, 220, 220, 220, 48065, 32105, 19852, 10080, 19, 4863, 10080, 23, 3256, 198, 220, 220, 220, 45345, 32105, 19852, 40, 23, 4863, 10080, 23, 3256, 198, 220, 220, 220, 45063, 32105, 19852, 10080, 23, 4863, 40, 23, 3256, 198, 220, 220, 220, 42313, 32105, 19852, 10080, 23, 4863, 10080, 16, 3256, 198, 220, 220, 220, 35090, 32105, 19852, 10080, 23, 4863, 40, 17, 3256, 198, 220, 220, 220, 604, 3132, 32105, 19852, 10080, 23, 4863, 49, 19, 3256, 198, 220, 220, 220, 46393, 32105, 19852, 10080, 23, 4863, 49, 23, 3256, 198, 220, 220, 220, 47407, 32105, 19852, 10080, 23, 4863, 20418, 3256, 198, 220, 220, 220, 604, 2682, 32105, 19852, 10080, 23, 4863, 10430, 3256, 198, 220, 220, 220, 42671, 32105, 19852, 10080, 23, 4863, 13290, 3256, 198, 220, 220, 220, 50038, 32105, 19852, 10080, 23, 4863, 7279, 79, 3256, 198, 220, 220, 220, 604, 2718, 32105, 19852, 10080, 23, 4863, 33, 970, 3256, 198, 220, 220, 220, 604, 2548, 32105, 19852, 10080, 23, 4863, 40, 16, 3256, 198, 220, 220, 220, 604, 2670, 32105, 19852, 10080, 23, 4863, 10080, 17, 3256, 198, 220, 220, 220, 33879, 32105, 19852, 10080, 23, 4863, 10080, 19, 3256, 198, 220, 220, 220, 604, 3901, 32105, 19852, 10080, 23, 4863, 10707, 3256, 198, 220, 220, 220, 604, 3682, 32105, 38804, 6030, 25835, 1890, 12982, 3256, 198, 220, 220, 220, 40384, 32105, 3118, 38804, 6030, 25835, 1890, 12982, 3256, 198, 92, 198 ]
2.085868
4,833
import os import music21 as m21 KERN_DATASET_PATH = "path/to/dataset" # durations are expressed in quarter length ACCEPTABLE_DURATIONS = [ 0.25, # 16th note 0.5, # 8th note 0.75, 1.0, # quarter note 1.5, 2, # half note 3, 4 # whole note ] def load_songs_in_kern(dataset_path): """Loads all kern pieces in dataset using music21. :param dataset_path (str): Path to dataset :return songs (list of m21 streams): List containing all pieces """ songs = [] # go through all the files in dataset and load them with music21 for path, subdirs, files in os.walk(dataset_path): for file in files: # consider only kern files if file[-3:] == "krn": song = m21.converter.parse(os.path.join(path, file)) songs.append(song) return songs def has_acceptable_durations(song, acceptable_durations): """Boolean routine that returns True if piece has all acceptable duration, False otherwise. :param song (m21 stream): :param acceptable_durations (list): List of acceptable duration in quarter length :return (bool): """ for note in song.flat.notesAndRests: if note.duration.quarterLength not in acceptable_durations: return False return True def transpose(song): """Transposes song to C maj/A min :param piece (m21 stream): Piece to transpose :return transposed_song (m21 stream): """ # get key from the song parts = song.getElementsByClass(m21.stream.Part) measures_part0 = parts[0].getElementsByClass(m21.stream.Measure) key = measures_part0[0][4] # estimate key using music21 if not isinstance(key, m21.key.Key): key = song.analyze("key") # get interval for transposition. E.g., Bmaj -> Cmaj if key.mode == "major": interval = m21.interval.Interval(key.tonic, m21.pitch.Pitch("C")) elif key.mode == "minor": interval = m21.interval.Interval(key.tonic, m21.pitch.Pitch("A")) # transpose song by calculated interval tranposed_song = song.transpose(interval) return tranposed_song if __name__ == "__main__": # load songs songs = load_songs_in_kern(KERN_DATASET_PATH) print(f"Loaded {len(songs)} songs.") song = songs[0] print(f"Has acceptable duration? {has_acceptable_durations(song, ACCEPTABLE_DURATIONS)}") # transpose song transposed_song = transpose(song) song.show() transposed_song.show()
[ 11748, 28686, 198, 11748, 2647, 2481, 355, 285, 2481, 198, 198, 42, 28778, 62, 35, 1404, 1921, 2767, 62, 34219, 796, 366, 6978, 14, 1462, 14, 19608, 292, 316, 1, 198, 198, 2, 288, 20074, 389, 6241, 287, 3860, 4129, 198, 2246, 5222, 47, 38148, 62, 35, 4261, 18421, 796, 685, 198, 220, 220, 220, 657, 13, 1495, 11, 1303, 1467, 400, 3465, 198, 220, 220, 220, 657, 13, 20, 11, 1303, 807, 400, 3465, 198, 220, 220, 220, 657, 13, 2425, 11, 198, 220, 220, 220, 352, 13, 15, 11, 1303, 3860, 3465, 198, 220, 220, 220, 352, 13, 20, 11, 198, 220, 220, 220, 362, 11, 1303, 2063, 3465, 198, 220, 220, 220, 513, 11, 198, 220, 220, 220, 604, 1303, 2187, 3465, 198, 60, 628, 198, 4299, 3440, 62, 82, 28079, 62, 259, 62, 74, 1142, 7, 19608, 292, 316, 62, 6978, 2599, 198, 220, 220, 220, 37227, 8912, 82, 477, 479, 1142, 5207, 287, 27039, 1262, 2647, 2481, 13, 628, 220, 220, 220, 1058, 17143, 27039, 62, 6978, 357, 2536, 2599, 10644, 284, 27039, 198, 220, 220, 220, 1058, 7783, 7259, 357, 4868, 286, 285, 2481, 15190, 2599, 7343, 7268, 477, 5207, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 7259, 796, 17635, 628, 220, 220, 220, 1303, 467, 832, 477, 262, 3696, 287, 27039, 290, 3440, 606, 351, 2647, 2481, 198, 220, 220, 220, 329, 3108, 11, 850, 15908, 82, 11, 3696, 287, 28686, 13, 11152, 7, 19608, 292, 316, 62, 6978, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 329, 2393, 287, 3696, 25, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 2074, 691, 479, 1142, 3696, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 2393, 58, 12, 18, 47715, 6624, 366, 74, 35906, 1298, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3496, 796, 285, 2481, 13, 1102, 332, 353, 13, 29572, 7, 418, 13, 6978, 13, 22179, 7, 6978, 11, 2393, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7259, 13, 33295, 7, 34050, 8, 198, 220, 220, 220, 1441, 7259, 628, 198, 4299, 468, 62, 16037, 62, 67, 20074, 7, 34050, 11, 10909, 62, 67, 20074, 2599, 198, 220, 220, 220, 37227, 46120, 13087, 8027, 326, 5860, 6407, 611, 3704, 468, 477, 10909, 9478, 11, 10352, 4306, 13, 628, 220, 220, 220, 1058, 17143, 3496, 357, 76, 2481, 4269, 2599, 198, 220, 220, 220, 1058, 17143, 10909, 62, 67, 20074, 357, 4868, 2599, 7343, 286, 10909, 9478, 287, 3860, 4129, 198, 220, 220, 220, 1058, 7783, 357, 30388, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 329, 3465, 287, 3496, 13, 38568, 13, 17815, 1870, 49, 3558, 25, 198, 220, 220, 220, 220, 220, 220, 220, 611, 3465, 13, 32257, 13, 24385, 24539, 407, 287, 10909, 62, 67, 20074, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 10352, 198, 220, 220, 220, 1441, 6407, 628, 198, 4299, 1007, 3455, 7, 34050, 2599, 198, 220, 220, 220, 37227, 8291, 4832, 3496, 284, 327, 16486, 14, 32, 949, 628, 220, 220, 220, 1058, 17143, 3704, 357, 76, 2481, 4269, 2599, 27053, 284, 1007, 3455, 198, 220, 220, 220, 1058, 7783, 1007, 29813, 62, 34050, 357, 76, 2481, 4269, 2599, 198, 220, 220, 220, 37227, 628, 220, 220, 220, 1303, 651, 1994, 422, 262, 3496, 198, 220, 220, 220, 3354, 796, 3496, 13, 1136, 36, 3639, 3886, 9487, 7, 76, 2481, 13, 5532, 13, 7841, 8, 198, 220, 220, 220, 5260, 62, 3911, 15, 796, 3354, 58, 15, 4083, 1136, 36, 3639, 3886, 9487, 7, 76, 2481, 13, 5532, 13, 47384, 8, 198, 220, 220, 220, 1994, 796, 5260, 62, 3911, 15, 58, 15, 7131, 19, 60, 628, 220, 220, 220, 1303, 8636, 1994, 1262, 2647, 2481, 198, 220, 220, 220, 611, 407, 318, 39098, 7, 2539, 11, 285, 2481, 13, 2539, 13, 9218, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 1994, 796, 3496, 13, 38200, 2736, 7203, 2539, 4943, 628, 220, 220, 220, 1303, 651, 16654, 329, 1007, 9150, 13, 412, 13, 70, 1539, 347, 76, 1228, 4613, 327, 76, 1228, 198, 220, 220, 220, 611, 1994, 13, 14171, 6624, 366, 22478, 1298, 198, 220, 220, 220, 220, 220, 220, 220, 16654, 796, 285, 2481, 13, 3849, 2100, 13, 9492, 2100, 7, 2539, 13, 1122, 291, 11, 285, 2481, 13, 79, 2007, 13, 47, 2007, 7203, 34, 48774, 198, 220, 220, 220, 1288, 361, 1994, 13, 14171, 6624, 366, 1084, 273, 1298, 198, 220, 220, 220, 220, 220, 220, 220, 16654, 796, 285, 2481, 13, 3849, 2100, 13, 9492, 2100, 7, 2539, 13, 1122, 291, 11, 285, 2481, 13, 79, 2007, 13, 47, 2007, 7203, 32, 48774, 628, 220, 220, 220, 1303, 1007, 3455, 3496, 416, 10488, 16654, 198, 220, 220, 220, 491, 272, 29813, 62, 34050, 796, 3496, 13, 7645, 3455, 7, 3849, 2100, 8, 198, 220, 220, 220, 1441, 491, 272, 29813, 62, 34050, 628, 198, 198, 361, 11593, 3672, 834, 6624, 366, 834, 12417, 834, 1298, 628, 220, 220, 220, 1303, 3440, 7259, 198, 220, 220, 220, 7259, 796, 3440, 62, 82, 28079, 62, 259, 62, 74, 1142, 7, 42, 28778, 62, 35, 1404, 1921, 2767, 62, 34219, 8, 198, 220, 220, 220, 3601, 7, 69, 1, 8912, 276, 1391, 11925, 7, 82, 28079, 38165, 7259, 19570, 198, 220, 220, 220, 3496, 796, 7259, 58, 15, 60, 628, 220, 220, 220, 3601, 7, 69, 1, 19242, 10909, 9478, 30, 1391, 10134, 62, 16037, 62, 67, 20074, 7, 34050, 11, 15859, 8905, 38148, 62, 35, 4261, 18421, 38165, 4943, 628, 220, 220, 220, 1303, 1007, 3455, 3496, 198, 220, 220, 220, 1007, 29813, 62, 34050, 796, 1007, 3455, 7, 34050, 8, 628, 220, 220, 220, 3496, 13, 12860, 3419, 198, 220, 220, 220, 1007, 29813, 62, 34050, 13, 12860, 3419, 628, 628 ]
2.526263
990
from adapters.bigdata.spark.spark_submit.cli_main import register_adapter_impl register_adapter_impl()
[ 6738, 46363, 13, 14261, 7890, 13, 2777, 668, 13, 2777, 668, 62, 46002, 13, 44506, 62, 12417, 1330, 7881, 62, 324, 3429, 62, 23928, 198, 198, 30238, 62, 324, 3429, 62, 23928, 3419 ]
3.121212
33
#!/usr/bin/env python from sys import argv result = 0 for c in argv[1]: result += ord(c) print(result)
[ 2, 48443, 14629, 14, 8800, 14, 24330, 21015, 198, 6738, 25064, 1330, 1822, 85, 198, 198, 20274, 796, 657, 198, 1640, 269, 287, 1822, 85, 58, 16, 5974, 198, 220, 220, 220, 1255, 15853, 2760, 7, 66, 8, 198, 198, 4798, 7, 20274, 8, 198 ]
2.422222
45
from pydemic.testing import en
[ 6738, 279, 5173, 5314, 13, 33407, 1330, 551, 628 ]
3.555556
9
from unittest import mock import pytest from account import schema def test_log_in_invalid_credentials(db): """ If the provided credentials don't match a user, an exception should be raised. """ mutation = schema.LogIn() with pytest.raises(Exception): mutation.mutate(None, email="[email protected]", password="password") @mock.patch("account.schema.login", autospec=True) def test_log_in_valid_credentials(mock_login, rf, user_factory): """ If valid credentials are provided to the mutation, the user with those credentials should be logged in and returned. """ mutation = schema.LogIn() password = "password" user = user_factory(password=password) request = rf.post("/") result = mutation.mutate( DummyInfo(request), email=user.email, password=password ) assert mock_login.call_count == 1 assert result.user == user
[ 6738, 555, 715, 395, 1330, 15290, 198, 198, 11748, 12972, 9288, 198, 198, 6738, 1848, 1330, 32815, 628, 198, 198, 4299, 1332, 62, 6404, 62, 259, 62, 259, 12102, 62, 66, 445, 14817, 7, 9945, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 1002, 262, 2810, 18031, 836, 470, 2872, 257, 2836, 11, 281, 6631, 815, 198, 220, 220, 220, 307, 4376, 13, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 15148, 796, 32815, 13, 11187, 818, 3419, 628, 220, 220, 220, 351, 12972, 9288, 13, 430, 2696, 7, 16922, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 15148, 13, 21973, 378, 7, 14202, 11, 3053, 2625, 30706, 31, 20688, 13, 785, 1600, 9206, 2625, 28712, 4943, 628, 198, 31, 76, 735, 13, 17147, 7203, 23317, 13, 15952, 2611, 13, 38235, 1600, 44619, 43106, 28, 17821, 8, 198, 4299, 1332, 62, 6404, 62, 259, 62, 12102, 62, 66, 445, 14817, 7, 76, 735, 62, 38235, 11, 374, 69, 11, 2836, 62, 69, 9548, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 1002, 4938, 18031, 389, 2810, 284, 262, 15148, 11, 262, 2836, 351, 198, 220, 220, 220, 883, 18031, 815, 307, 18832, 287, 290, 4504, 13, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 15148, 796, 32815, 13, 11187, 818, 3419, 198, 220, 220, 220, 9206, 796, 366, 28712, 1, 198, 220, 220, 220, 2836, 796, 2836, 62, 69, 9548, 7, 28712, 28, 28712, 8, 628, 220, 220, 220, 2581, 796, 374, 69, 13, 7353, 7203, 14, 4943, 198, 220, 220, 220, 1255, 796, 15148, 13, 21973, 378, 7, 198, 220, 220, 220, 220, 220, 220, 220, 360, 13513, 12360, 7, 25927, 828, 3053, 28, 7220, 13, 12888, 11, 9206, 28, 28712, 198, 220, 220, 220, 1267, 628, 220, 220, 220, 6818, 15290, 62, 38235, 13, 13345, 62, 9127, 6624, 352, 198, 220, 220, 220, 6818, 1255, 13, 7220, 6624, 2836, 198 ]
2.868339
319
import sys from UnitTest import UnitTest, IN_BROWSER # syntax check # import a, b, c if True: import imports.circ1 from imports import exec_order, imports as IMPORTS from imports import exec_order as EXEC_ORDER import I18N from imports.classes import WithAttribute import imports.decors # must be in this form global names names = {} # testMetaClass # testClassVars # Global variable to test variable selection order x = 'global test' # testInheritedProperties # testInheritedPropertyObjects # testInheritedConstructors # XXX doing this should throw a "Name" exception # #class ExampleSubclassDefinedBeforeSuperclass(ExampleSuperclassDefinedAfterSubclass): # pass #class ExampleSuperclassDefinedAfterSubclass: # def someMethod(self): # return 'abc' global gclasses gclasses = {} revealAccessLog = None # Property class that gives python 2.5 a setter and a deleter # Bug in pyjs that appears when the next lines are executed # The 'property = Property' makes property a module variable, which is # not set if the next line not is executed property = property if not hasattr(property, 'setter'): # Replace python 2.5 property class property = Property ############################################################################ # generic decoerators for methods ############################################################################
[ 11748, 25064, 198, 6738, 11801, 14402, 1330, 11801, 14402, 11, 3268, 62, 11473, 22845, 1137, 198, 198, 2, 15582, 2198, 198, 2, 1330, 257, 11, 275, 11, 269, 198, 361, 6407, 25, 198, 220, 220, 220, 1330, 17944, 13, 21170, 16, 198, 6738, 17944, 1330, 2452, 62, 2875, 11, 17944, 355, 30023, 33002, 198, 6738, 17944, 1330, 2452, 62, 2875, 355, 7788, 2943, 62, 12532, 1137, 198, 11748, 314, 1507, 45, 198, 198, 6738, 17944, 13, 37724, 1330, 2080, 33682, 198, 198, 11748, 17944, 13, 12501, 669, 1303, 1276, 307, 287, 428, 1296, 198, 198, 20541, 3891, 198, 14933, 796, 23884, 628, 198, 2, 1332, 48526, 9487, 628, 198, 2, 1332, 9487, 53, 945, 198, 198, 2, 8060, 7885, 284, 1332, 7885, 6356, 1502, 198, 87, 796, 705, 20541, 1332, 6, 198, 2, 1332, 818, 372, 863, 2964, 18200, 198, 198, 2, 1332, 818, 372, 863, 21746, 10267, 82, 628, 198, 2, 1332, 818, 372, 863, 42316, 669, 198, 198, 2, 27713, 1804, 428, 815, 3714, 257, 366, 5376, 1, 6631, 198, 2, 198, 2, 4871, 17934, 7004, 4871, 7469, 1389, 8421, 12442, 4871, 7, 16281, 12442, 4871, 7469, 1389, 3260, 7004, 4871, 2599, 198, 2, 220, 220, 220, 1208, 198, 198, 2, 4871, 17934, 12442, 4871, 7469, 1389, 3260, 7004, 4871, 25, 198, 2, 220, 220, 220, 825, 617, 17410, 7, 944, 2599, 198, 2, 220, 220, 220, 220, 220, 220, 220, 1441, 705, 39305, 6, 628, 628, 628, 198, 20541, 308, 37724, 198, 70, 37724, 796, 23884, 198, 198, 36955, 282, 15457, 11187, 796, 6045, 198, 198, 2, 14161, 1398, 326, 3607, 21015, 362, 13, 20, 257, 900, 353, 290, 257, 10881, 353, 198, 198, 2, 15217, 287, 12972, 8457, 326, 3568, 618, 262, 1306, 3951, 389, 10945, 198, 2, 383, 705, 26745, 796, 14161, 6, 1838, 3119, 257, 8265, 7885, 11, 543, 318, 198, 2, 407, 900, 611, 262, 1306, 1627, 407, 318, 10945, 198, 26745, 796, 3119, 198, 361, 407, 468, 35226, 7, 26745, 11, 705, 2617, 353, 6, 2599, 198, 220, 220, 220, 1303, 40177, 21015, 362, 13, 20, 3119, 1398, 198, 220, 220, 220, 3119, 796, 14161, 198, 198, 29113, 29113, 7804, 4242, 198, 2, 14276, 875, 78, 263, 2024, 329, 5050, 198, 29113, 29113, 7804, 4242, 198 ]
3.708556
374
from .nms import boxes_nms
[ 6738, 764, 77, 907, 1330, 10559, 62, 77, 907 ]
2.888889
9
#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ Created on Wed Aug 5 21:46:50 2020 @author: pengning """ import numpy as np import scipy.special as sp import matplotlib.pyplot as plt from .shell_domain import shell_rho_M, shell_rho_N import mpmath from mpmath import mp from .dipole_field import mp_spherical_jn, mp_vec_spherical_jn, mp_spherical_yn, mp_vec_spherical_yn, mp_vec_spherical_djn, mp_vec_spherical_dyn from .spherical_Green_Taylor_Arnoldi_speedup import mp_re, mp_im from .shell_Green_Taylor_Arnoldi_spatialDiscretization import complex_to_mp, grid_integrate_trap, rgrid_Mmn_plot,rgrid_Nmn_plot, rgrid_Mmn_normsqr, rgrid_Nmn_normsqr, rgrid_Mmn_vdot,rgrid_Nmn_vdot def shell_Green_grid_Mmn_vec_mp(n,k, rsqrgrid,rdiffgrid, RgMgrid, ImMgrid, vecMgrid): """ evaluates G(r,r')*vecM(r') over a shell region from R1 to R2 the region coordinates are contained in rsqrgrid, a grid of r^2, and rdiffgrid, the distances between neighboring grid points; these instead of the original rgrid are given so that they only need to be computed once in main Arnoldi method """ #rsqrgrid = rgrid**2 #rdiffgrid = np.diff(rgrid) RgMvecMrsqr_grid = RgMgrid*vecMgrid*rsqrgrid Im_newvecMgrid = k**3 * grid_integrate_trap(RgMvecMrsqr_grid, rdiffgrid) * RgMgrid Re_ImMfactgrid = np.zeros_like(rsqrgrid, dtype=type(mp.one)) Re_ImMfactgrid[1:] = k**3 * np.cumsum((RgMvecMrsqr_grid[:-1]+RgMvecMrsqr_grid[1:])*rdiffgrid/2.0) rev_ImMvecMrsqr_grid = np.flip(ImMgrid*vecMgrid*rsqrgrid) #reverse the grid direction to evaluate integrands of the form kr' to kR2 Re_RgMfactgrid = np.zeros_like(rsqrgrid, dtype=type(mp.one)) Re_RgMfactgrid[:-1] = k**3 * np.flip(np.cumsum( (rev_ImMvecMrsqr_grid[:-1]+rev_ImMvecMrsqr_grid[1:])*np.flip(rdiffgrid)/2.0 )) Re_newvecMgrid = -ImMgrid*Re_ImMfactgrid - RgMgrid*Re_RgMfactgrid return Re_newvecMgrid + 1j*Im_newvecMgrid def shell_Green_grid_Arnoldi_RgandImMmn_step_mp(n,k, invchi, rgrid,rsqrgrid,rdiffgrid, RgMgrid, ImMgrid, unitMvecs, Gmat, plotVectors=False): """ using a mpf valued grid this method does one more Arnoldi step, given existing Arnoldi vectors in unitMvecs the last two entries in unitMvecs is unitMvecs[-2]=G*unitMvecs[-4] and unitMvecs[-1]=G*unitMvecs[-3] without orthogonalization and normalization its indices -1 and -3 because we are alternatingly generating new vectors starting from either the RgM line or the ImM line so len(unitMvecs) = len(Gmat)+2 going in and going out of the method this is setup for most efficient iteration since G*unitMvec is only computed once the unitMvecs list is modified on spot; a new enlarged Gmat nparray is returned at the end for each iteration we only advance Gmat by 1 row and 1 column Gmat here is an mpmatrix """ #first, begin by orthogonalizing and normalizing unitMvecs[-1] vecnum = Gmat.rows for i in range(vecnum): coef = Gmat[i,vecnum-2] unitMvecs[-2] -= coef*unitMvecs[i] unitMvecs[-2][:] = mp_re(unitMvecs[-2][:]) #the Arnoldi vectors should all be real since RgM is a family head and only non-zero singular vector of AsymG norm = mp.sqrt(rgrid_Mmn_normsqr(unitMvecs[-2], rsqrgrid,rdiffgrid)) unitMvecs[-2] /= norm if plotVectors: rgrid_Mmn_plot(unitMvecs[-2], rgrid) #get new vector newvecM = shell_Green_grid_Mmn_vec_mp(n,k, rsqrgrid,rdiffgrid, RgMgrid,ImMgrid, unitMvecs[-2]) newvecM[:] = mp_re(newvecM) vecnum += 1 Gmat.rows+=1; Gmat.cols+=1 for i in range(vecnum): Gmat[i,vecnum-1] = rgrid_Mmn_vdot(unitMvecs[i], newvecM, rsqrgrid,rdiffgrid) Gmat[vecnum-1,i] = Gmat[i,vecnum-1] unitMvecs.append(newvecM) #append to end of unitMvecs for next round of iteration return Gmat def shell_Green_grid_Nmn_vec_mp(n,k, rsqrgrid,rdiffgrid, RgBgrid,RgPgrid, ImBgrid,ImPgrid, vecBgrid,vecPgrid): """ evaluates G(r,r')*vecN(r') over a shell region from R1 to R2 the region coordinates are contained in rsqrgrid, a grid of r^2, and rdiffgrid, the distances between neighboring grid points; these instead of the original rgrid are given so that they only need to be computed once in main Arnoldi method """ #rsqrgrid = rgrid**2 #rdiffgrid = np.diff(rgrid) RgNvecNrsqr_grid = (RgBgrid*vecBgrid+RgPgrid*vecPgrid)*rsqrgrid imfac = k**3 * grid_integrate_trap(RgNvecNrsqr_grid, rdiffgrid) Im_newvecBgrid = imfac * RgBgrid Im_newvecPgrid = imfac * RgPgrid Re_ImNfactgrid = np.zeros_like(rsqrgrid, dtype=type(1j*mp.one)) Re_ImNfactgrid[1:] = k**3 * np.cumsum((RgNvecNrsqr_grid[:-1]+RgNvecNrsqr_grid[1:])*rdiffgrid/2.0) rev_ImNvecNrsqr_grid = np.flip((ImBgrid*vecBgrid + ImPgrid*vecPgrid) * rsqrgrid) #reverse the grid direction to evaluate integrands of the form kr' to kR2 Re_RgNfactgrid = np.zeros_like(rsqrgrid, dtype=type(1j*mp.one)) Re_RgNfactgrid[:-1] = k**3 * np.flip(np.cumsum( (rev_ImNvecNrsqr_grid[:-1]+rev_ImNvecNrsqr_grid[1:])*np.flip(rdiffgrid)/2.0 )) Re_newvecBgrid = -ImBgrid*Re_ImNfactgrid - RgBgrid*Re_RgNfactgrid Re_newvecPgrid = -ImPgrid*Re_ImNfactgrid - RgPgrid*Re_RgNfactgrid - vecPgrid #last term is delta contribution return Re_newvecBgrid + 1j*Im_newvecBgrid, Re_newvecPgrid + 1j*Im_newvecPgrid def shell_Green_grid_Arnoldi_RgandImNmn_step_mp(n,k, invchi, rgrid,rsqrgrid,rdiffgrid, RgBgrid,RgPgrid, ImBgrid,ImPgrid, unitBvecs,unitPvecs, Gmat, plotVectors=False): """ this method does one more Arnoldi step, given existing Arnoldi vectors in unitNvecs the last two entries in unitMvecs is unitNvecs[-2]=G*unitNvecs[-4] and unitNvecs[-1]=G*unitNvecs[-3] without orthogonalization and normalization its indices -1 and -3 because we are alternatingly generating new vectors starting from either the RgN line or the ImN line so len(unitNvecs) = len(Gmat)+2 going in and going out of the method this is setup for most efficient iteration since G*unitNvec is only computed once the unitNvecs lists is modified on spot; a new enlarged Gmat mpmatrix is returned at the end for each iteration we only advance Gmat by 1 row and 1 column """ #first, begin by orthogonalizing and normalizing unitMvecs[-1] vecnum = Gmat.rows for i in range(vecnum): coef = Gmat[i,vecnum-2] unitBvecs[-2] -= coef*unitBvecs[i]; unitPvecs[-2] -= coef*unitPvecs[i] #the Arnoldi vectors should all be real since RgM is a family head and only non-zero singular vector of AsymG unitBvecs[-2][:] = mp_re(unitBvecs[-2][:]); unitPvecs[-2][:] = mp_re(unitPvecs[-2][:]) norm = mp.sqrt(rgrid_Nmn_normsqr(unitBvecs[-2],unitPvecs[-2], rsqrgrid,rdiffgrid)) unitBvecs[-2] /= norm; unitPvecs[-2] /= norm if plotVectors: rgrid_Nmn_plot(unitBvecs[-2],unitPvecs[-2], rgrid) #get new vector newvecB,newvecP = shell_Green_grid_Nmn_vec_mp(n,k, rsqrgrid,rdiffgrid, RgBgrid,RgPgrid, ImBgrid,ImPgrid, unitBvecs[-2],unitPvecs[-2]) newvecB[:] = mp_re(newvecB); newvecP[:] = mp_re(newvecP) vecnum += 1 Gmat.rows+=1; Gmat.cols+=1 for i in range(vecnum): Gmat[i,vecnum-1] = rgrid_Nmn_vdot(unitBvecs[i],unitPvecs[i], newvecB,newvecP, rsqrgrid,rdiffgrid) Gmat[vecnum-1,i] = Gmat[i,vecnum-1] unitBvecs.append(newvecB); unitPvecs.append(newvecP) #append to end of unitNvecs for next round of iteration return Gmat
[ 2, 48443, 14629, 14, 8800, 14, 24330, 21015, 18, 198, 2, 532, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12, 198, 37811, 198, 41972, 319, 3300, 2447, 220, 642, 2310, 25, 3510, 25, 1120, 12131, 198, 198, 31, 9800, 25, 279, 1516, 768, 198, 37811, 198, 198, 11748, 299, 32152, 355, 45941, 198, 11748, 629, 541, 88, 13, 20887, 355, 599, 198, 11748, 2603, 29487, 8019, 13, 9078, 29487, 355, 458, 83, 198, 6738, 764, 29149, 62, 27830, 1330, 7582, 62, 81, 8873, 62, 44, 11, 7582, 62, 81, 8873, 62, 45, 198, 11748, 285, 4426, 776, 198, 6738, 285, 4426, 776, 1330, 29034, 198, 6738, 764, 67, 541, 2305, 62, 3245, 1330, 29034, 62, 2777, 37910, 62, 73, 77, 11, 29034, 62, 35138, 62, 2777, 37910, 62, 73, 77, 11, 29034, 62, 2777, 37910, 62, 2047, 11, 29034, 62, 35138, 62, 2777, 37910, 62, 2047, 11, 29034, 62, 35138, 62, 2777, 37910, 62, 28241, 77, 11, 29034, 62, 35138, 62, 2777, 37910, 62, 67, 2047, 198, 6738, 764, 2777, 37910, 62, 13719, 62, 29907, 62, 3163, 77, 727, 72, 62, 12287, 929, 1330, 29034, 62, 260, 11, 29034, 62, 320, 198, 6738, 764, 29149, 62, 13719, 62, 29907, 62, 3163, 77, 727, 72, 62, 2777, 34961, 15642, 1186, 1634, 1330, 3716, 62, 1462, 62, 3149, 11, 10706, 62, 18908, 4873, 62, 46670, 11, 374, 25928, 62, 44, 10295, 62, 29487, 11, 81, 25928, 62, 45, 10295, 62, 29487, 11, 374, 25928, 62, 44, 10295, 62, 27237, 31166, 81, 11, 374, 25928, 62, 45, 10295, 62, 27237, 31166, 81, 11, 374, 25928, 62, 44, 10295, 62, 20306, 313, 11, 81, 25928, 62, 45, 10295, 62, 20306, 313, 628, 198, 4299, 7582, 62, 13719, 62, 25928, 62, 44, 10295, 62, 35138, 62, 3149, 7, 77, 11, 74, 11, 374, 31166, 81, 25928, 11, 4372, 733, 25928, 11, 371, 70, 44, 25928, 11, 1846, 44, 25928, 11, 43030, 44, 25928, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 47850, 402, 7, 81, 11, 81, 11537, 9, 35138, 44, 7, 81, 11537, 625, 257, 7582, 3814, 422, 371, 16, 284, 371, 17, 198, 220, 220, 220, 262, 3814, 22715, 389, 7763, 287, 374, 31166, 81, 25928, 11, 257, 10706, 286, 374, 61, 17, 11, 290, 374, 26069, 25928, 11, 262, 18868, 1022, 19651, 10706, 2173, 26, 777, 2427, 286, 262, 2656, 374, 25928, 389, 1813, 523, 326, 484, 691, 761, 284, 307, 29231, 1752, 287, 1388, 21418, 72, 2446, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 1303, 3808, 80, 81, 25928, 796, 374, 25928, 1174, 17, 198, 220, 220, 220, 1303, 4372, 733, 25928, 796, 45941, 13, 26069, 7, 81, 25928, 8, 198, 220, 220, 220, 220, 198, 220, 220, 220, 371, 70, 44, 35138, 27034, 80, 81, 62, 25928, 796, 371, 70, 44, 25928, 9, 35138, 44, 25928, 9, 3808, 80, 81, 25928, 198, 220, 220, 220, 1846, 62, 3605, 35138, 44, 25928, 796, 479, 1174, 18, 1635, 10706, 62, 18908, 4873, 62, 46670, 7, 49, 70, 44, 35138, 27034, 80, 81, 62, 25928, 11, 374, 26069, 25928, 8, 1635, 371, 70, 44, 25928, 198, 220, 220, 220, 220, 198, 220, 220, 220, 797, 62, 3546, 44, 22584, 25928, 796, 45941, 13, 9107, 418, 62, 2339, 7, 3808, 80, 81, 25928, 11, 288, 4906, 28, 4906, 7, 3149, 13, 505, 4008, 198, 220, 220, 220, 797, 62, 3546, 44, 22584, 25928, 58, 16, 47715, 796, 479, 1174, 18, 1635, 45941, 13, 66, 5700, 388, 19510, 49, 70, 44, 35138, 27034, 80, 81, 62, 25928, 58, 21912, 16, 48688, 49, 70, 44, 35138, 27034, 80, 81, 62, 25928, 58, 16, 25, 12962, 9, 4372, 733, 25928, 14, 17, 13, 15, 8, 198, 220, 220, 220, 220, 198, 220, 220, 220, 2710, 62, 3546, 44, 35138, 27034, 80, 81, 62, 25928, 796, 45941, 13, 2704, 541, 7, 3546, 44, 25928, 9, 35138, 44, 25928, 9, 3808, 80, 81, 25928, 8, 1303, 50188, 262, 10706, 4571, 284, 13446, 4132, 81, 1746, 286, 262, 1296, 479, 81, 6, 284, 479, 49, 17, 198, 220, 220, 220, 220, 198, 220, 220, 220, 797, 62, 49, 70, 44, 22584, 25928, 796, 45941, 13, 9107, 418, 62, 2339, 7, 3808, 80, 81, 25928, 11, 288, 4906, 28, 4906, 7, 3149, 13, 505, 4008, 198, 220, 220, 220, 797, 62, 49, 70, 44, 22584, 25928, 58, 21912, 16, 60, 796, 479, 1174, 18, 1635, 45941, 13, 2704, 541, 7, 37659, 13, 66, 5700, 388, 7, 357, 18218, 62, 3546, 44, 35138, 27034, 80, 81, 62, 25928, 58, 21912, 16, 48688, 18218, 62, 3546, 44, 35138, 27034, 80, 81, 62, 25928, 58, 16, 25, 12962, 9, 37659, 13, 2704, 541, 7, 4372, 733, 25928, 20679, 17, 13, 15, 15306, 198, 220, 220, 220, 220, 198, 220, 220, 220, 797, 62, 3605, 35138, 44, 25928, 796, 532, 3546, 44, 25928, 9, 3041, 62, 3546, 44, 22584, 25928, 532, 371, 70, 44, 25928, 9, 3041, 62, 49, 70, 44, 22584, 25928, 198, 220, 220, 220, 220, 198, 220, 220, 220, 1441, 797, 62, 3605, 35138, 44, 25928, 1343, 352, 73, 9, 3546, 62, 3605, 35138, 44, 25928, 628, 198, 4299, 7582, 62, 13719, 62, 25928, 62, 3163, 77, 727, 72, 62, 49, 70, 392, 3546, 44, 10295, 62, 9662, 62, 3149, 7, 77, 11, 74, 11, 800, 11072, 11, 374, 25928, 11, 3808, 80, 81, 25928, 11, 4372, 733, 25928, 11, 371, 70, 44, 25928, 11, 1846, 44, 25928, 11, 4326, 44, 303, 6359, 11, 402, 6759, 11, 7110, 53, 478, 669, 28, 25101, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 1262, 257, 29034, 69, 17560, 10706, 198, 220, 220, 220, 428, 2446, 857, 530, 517, 21418, 72, 2239, 11, 1813, 4683, 21418, 72, 30104, 287, 4326, 44, 303, 6359, 198, 220, 220, 220, 262, 938, 734, 12784, 287, 4326, 44, 303, 6359, 318, 4326, 44, 303, 6359, 58, 12, 17, 22241, 38, 9, 20850, 44, 303, 6359, 58, 12, 19, 60, 290, 4326, 44, 303, 6359, 58, 12, 16, 22241, 38, 9, 20850, 44, 303, 6359, 58, 12, 18, 60, 1231, 29617, 519, 20996, 1634, 290, 3487, 1634, 198, 220, 220, 220, 663, 36525, 532, 16, 290, 532, 18, 780, 356, 389, 39623, 306, 15453, 649, 30104, 3599, 422, 2035, 262, 371, 70, 44, 1627, 393, 262, 1846, 44, 1627, 198, 220, 220, 220, 523, 18896, 7, 20850, 44, 303, 6359, 8, 796, 18896, 7, 38, 6759, 47762, 17, 1016, 287, 290, 1016, 503, 286, 262, 2446, 198, 220, 220, 220, 428, 318, 9058, 329, 749, 6942, 24415, 1201, 402, 9, 20850, 44, 35138, 318, 691, 29231, 1752, 198, 220, 220, 220, 262, 4326, 44, 303, 6359, 1351, 318, 9518, 319, 4136, 26, 257, 649, 37287, 402, 6759, 299, 1845, 2433, 318, 4504, 379, 262, 886, 198, 220, 220, 220, 329, 1123, 24415, 356, 691, 5963, 402, 6759, 416, 352, 5752, 290, 352, 5721, 198, 220, 220, 220, 402, 6759, 994, 318, 281, 285, 4426, 265, 8609, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 1303, 11085, 11, 2221, 416, 29617, 519, 20996, 2890, 290, 3487, 2890, 4326, 44, 303, 6359, 58, 12, 16, 60, 628, 220, 220, 220, 43030, 22510, 796, 402, 6759, 13, 8516, 198, 220, 220, 220, 329, 1312, 287, 2837, 7, 35138, 22510, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 763, 891, 796, 402, 6759, 58, 72, 11, 35138, 22510, 12, 17, 60, 198, 220, 220, 220, 220, 220, 220, 220, 4326, 44, 303, 6359, 58, 12, 17, 60, 48185, 763, 891, 9, 20850, 44, 303, 6359, 58, 72, 60, 198, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 4326, 44, 303, 6359, 58, 12, 17, 7131, 47715, 796, 29034, 62, 260, 7, 20850, 44, 303, 6359, 58, 12, 17, 7131, 25, 12962, 1303, 1169, 21418, 72, 30104, 815, 477, 307, 1103, 1201, 371, 70, 44, 318, 257, 1641, 1182, 290, 691, 1729, 12, 22570, 18032, 15879, 286, 1081, 4948, 38, 198, 220, 220, 220, 220, 198, 220, 220, 220, 2593, 796, 29034, 13, 31166, 17034, 7, 81, 25928, 62, 44, 10295, 62, 27237, 31166, 81, 7, 20850, 44, 303, 6359, 58, 12, 17, 4357, 374, 31166, 81, 25928, 11, 4372, 733, 25928, 4008, 198, 220, 220, 220, 4326, 44, 303, 6359, 58, 12, 17, 60, 1220, 28, 2593, 198, 220, 220, 220, 220, 198, 220, 220, 220, 611, 7110, 53, 478, 669, 25, 198, 220, 220, 220, 220, 220, 220, 220, 374, 25928, 62, 44, 10295, 62, 29487, 7, 20850, 44, 303, 6359, 58, 12, 17, 4357, 374, 25928, 8, 198, 220, 220, 220, 220, 198, 220, 220, 220, 1303, 1136, 649, 15879, 198, 220, 220, 220, 649, 35138, 44, 796, 7582, 62, 13719, 62, 25928, 62, 44, 10295, 62, 35138, 62, 3149, 7, 77, 11, 74, 11, 374, 31166, 81, 25928, 11, 4372, 733, 25928, 11, 371, 70, 44, 25928, 11, 3546, 44, 25928, 11, 4326, 44, 303, 6359, 58, 12, 17, 12962, 198, 220, 220, 220, 649, 35138, 44, 58, 47715, 796, 29034, 62, 260, 7, 3605, 35138, 44, 8, 198, 220, 220, 220, 220, 198, 220, 220, 220, 43030, 22510, 15853, 352, 198, 220, 220, 220, 402, 6759, 13, 8516, 47932, 16, 26, 402, 6759, 13, 4033, 82, 47932, 16, 198, 220, 220, 220, 220, 198, 220, 220, 220, 329, 1312, 287, 2837, 7, 35138, 22510, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 402, 6759, 58, 72, 11, 35138, 22510, 12, 16, 60, 796, 374, 25928, 62, 44, 10295, 62, 20306, 313, 7, 20850, 44, 303, 6359, 58, 72, 4357, 649, 35138, 44, 11, 374, 31166, 81, 25928, 11, 4372, 733, 25928, 8, 198, 220, 220, 220, 220, 220, 220, 220, 402, 6759, 58, 35138, 22510, 12, 16, 11, 72, 60, 796, 402, 6759, 58, 72, 11, 35138, 22510, 12, 16, 60, 198, 220, 220, 220, 220, 198, 220, 220, 220, 4326, 44, 303, 6359, 13, 33295, 7, 3605, 35138, 44, 8, 1303, 33295, 284, 886, 286, 4326, 44, 303, 6359, 329, 1306, 2835, 286, 24415, 198, 220, 220, 220, 1441, 402, 6759, 628, 198, 4299, 7582, 62, 13719, 62, 25928, 62, 45, 10295, 62, 35138, 62, 3149, 7, 77, 11, 74, 11, 374, 31166, 81, 25928, 11, 4372, 733, 25928, 11, 371, 70, 33, 25928, 11, 49, 70, 47, 25928, 11, 1846, 33, 25928, 11, 3546, 47, 25928, 11, 43030, 33, 25928, 11, 35138, 47, 25928, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 47850, 402, 7, 81, 11, 81, 11537, 9, 35138, 45, 7, 81, 11537, 625, 257, 7582, 3814, 422, 371, 16, 284, 371, 17, 198, 220, 220, 220, 262, 3814, 22715, 389, 7763, 287, 374, 31166, 81, 25928, 11, 257, 10706, 286, 374, 61, 17, 11, 290, 374, 26069, 25928, 11, 262, 18868, 1022, 19651, 10706, 2173, 26, 777, 2427, 286, 262, 2656, 374, 25928, 389, 1813, 523, 326, 484, 691, 761, 284, 307, 29231, 1752, 287, 1388, 21418, 72, 2446, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 1303, 3808, 80, 81, 25928, 796, 374, 25928, 1174, 17, 198, 220, 220, 220, 1303, 4372, 733, 25928, 796, 45941, 13, 26069, 7, 81, 25928, 8, 198, 220, 220, 220, 220, 198, 220, 220, 220, 371, 70, 45, 35138, 45, 3808, 80, 81, 62, 25928, 796, 357, 49, 70, 33, 25928, 9, 35138, 33, 25928, 10, 49, 70, 47, 25928, 9, 35138, 47, 25928, 27493, 3808, 80, 81, 25928, 198, 220, 220, 220, 545, 38942, 796, 479, 1174, 18, 1635, 10706, 62, 18908, 4873, 62, 46670, 7, 49, 70, 45, 35138, 45, 3808, 80, 81, 62, 25928, 11, 374, 26069, 25928, 8, 198, 220, 220, 220, 1846, 62, 3605, 35138, 33, 25928, 796, 545, 38942, 1635, 371, 70, 33, 25928, 198, 220, 220, 220, 1846, 62, 3605, 35138, 47, 25928, 796, 545, 38942, 1635, 371, 70, 47, 25928, 198, 220, 220, 220, 220, 198, 220, 220, 220, 797, 62, 3546, 45, 22584, 25928, 796, 45941, 13, 9107, 418, 62, 2339, 7, 3808, 80, 81, 25928, 11, 288, 4906, 28, 4906, 7, 16, 73, 9, 3149, 13, 505, 4008, 198, 220, 220, 220, 797, 62, 3546, 45, 22584, 25928, 58, 16, 47715, 796, 479, 1174, 18, 1635, 45941, 13, 66, 5700, 388, 19510, 49, 70, 45, 35138, 45, 3808, 80, 81, 62, 25928, 58, 21912, 16, 48688, 49, 70, 45, 35138, 45, 3808, 80, 81, 62, 25928, 58, 16, 25, 12962, 9, 4372, 733, 25928, 14, 17, 13, 15, 8, 198, 220, 220, 220, 220, 198, 220, 220, 220, 2710, 62, 3546, 45, 35138, 45, 3808, 80, 81, 62, 25928, 796, 45941, 13, 2704, 541, 19510, 3546, 33, 25928, 9, 35138, 33, 25928, 1343, 1846, 47, 25928, 9, 35138, 47, 25928, 8, 1635, 374, 31166, 81, 25928, 8, 1303, 50188, 262, 10706, 4571, 284, 13446, 4132, 81, 1746, 286, 262, 1296, 479, 81, 6, 284, 479, 49, 17, 198, 220, 220, 220, 220, 198, 220, 220, 220, 797, 62, 49, 70, 45, 22584, 25928, 796, 45941, 13, 9107, 418, 62, 2339, 7, 3808, 80, 81, 25928, 11, 288, 4906, 28, 4906, 7, 16, 73, 9, 3149, 13, 505, 4008, 198, 220, 220, 220, 797, 62, 49, 70, 45, 22584, 25928, 58, 21912, 16, 60, 796, 479, 1174, 18, 1635, 45941, 13, 2704, 541, 7, 37659, 13, 66, 5700, 388, 7, 357, 18218, 62, 3546, 45, 35138, 45, 3808, 80, 81, 62, 25928, 58, 21912, 16, 48688, 18218, 62, 3546, 45, 35138, 45, 3808, 80, 81, 62, 25928, 58, 16, 25, 12962, 9, 37659, 13, 2704, 541, 7, 4372, 733, 25928, 20679, 17, 13, 15, 15306, 198, 220, 220, 220, 220, 198, 220, 220, 220, 797, 62, 3605, 35138, 33, 25928, 796, 532, 3546, 33, 25928, 9, 3041, 62, 3546, 45, 22584, 25928, 532, 371, 70, 33, 25928, 9, 3041, 62, 49, 70, 45, 22584, 25928, 198, 220, 220, 220, 797, 62, 3605, 35138, 47, 25928, 796, 532, 3546, 47, 25928, 9, 3041, 62, 3546, 45, 22584, 25928, 532, 371, 70, 47, 25928, 9, 3041, 62, 49, 70, 45, 22584, 25928, 532, 43030, 47, 25928, 1303, 12957, 3381, 318, 25979, 10156, 198, 220, 220, 220, 220, 198, 220, 220, 220, 1441, 797, 62, 3605, 35138, 33, 25928, 1343, 352, 73, 9, 3546, 62, 3605, 35138, 33, 25928, 11, 797, 62, 3605, 35138, 47, 25928, 1343, 352, 73, 9, 3546, 62, 3605, 35138, 47, 25928, 628, 198, 4299, 7582, 62, 13719, 62, 25928, 62, 3163, 77, 727, 72, 62, 49, 70, 392, 3546, 45, 10295, 62, 9662, 62, 3149, 7, 77, 11, 74, 11, 800, 11072, 11, 374, 25928, 11, 3808, 80, 81, 25928, 11, 4372, 733, 25928, 11, 371, 70, 33, 25928, 11, 49, 70, 47, 25928, 11, 1846, 33, 25928, 11, 3546, 47, 25928, 11, 4326, 33, 303, 6359, 11, 20850, 47, 303, 6359, 11, 402, 6759, 11, 7110, 53, 478, 669, 28, 25101, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 428, 2446, 857, 530, 517, 21418, 72, 2239, 11, 1813, 4683, 21418, 72, 30104, 287, 4326, 45, 303, 6359, 198, 220, 220, 220, 262, 938, 734, 12784, 287, 4326, 44, 303, 6359, 318, 4326, 45, 303, 6359, 58, 12, 17, 22241, 38, 9, 20850, 45, 303, 6359, 58, 12, 19, 60, 290, 4326, 45, 303, 6359, 58, 12, 16, 22241, 38, 9, 20850, 45, 303, 6359, 58, 12, 18, 60, 1231, 29617, 519, 20996, 1634, 290, 3487, 1634, 198, 220, 220, 220, 663, 36525, 532, 16, 290, 532, 18, 780, 356, 389, 39623, 306, 15453, 649, 30104, 3599, 422, 2035, 262, 371, 70, 45, 1627, 393, 262, 1846, 45, 1627, 198, 220, 220, 220, 523, 18896, 7, 20850, 45, 303, 6359, 8, 796, 18896, 7, 38, 6759, 47762, 17, 1016, 287, 290, 1016, 503, 286, 262, 2446, 198, 220, 220, 220, 428, 318, 9058, 329, 749, 6942, 24415, 1201, 402, 9, 20850, 45, 35138, 318, 691, 29231, 1752, 198, 220, 220, 220, 262, 4326, 45, 303, 6359, 8341, 318, 9518, 319, 4136, 26, 257, 649, 37287, 402, 6759, 285, 4426, 265, 8609, 318, 4504, 379, 262, 886, 198, 220, 220, 220, 329, 1123, 24415, 356, 691, 5963, 402, 6759, 416, 352, 5752, 290, 352, 5721, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 1303, 11085, 11, 2221, 416, 29617, 519, 20996, 2890, 290, 3487, 2890, 4326, 44, 303, 6359, 58, 12, 16, 60, 628, 220, 220, 220, 43030, 22510, 796, 402, 6759, 13, 8516, 198, 220, 220, 220, 329, 1312, 287, 2837, 7, 35138, 22510, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 763, 891, 796, 402, 6759, 58, 72, 11, 35138, 22510, 12, 17, 60, 198, 220, 220, 220, 220, 220, 220, 220, 4326, 33, 303, 6359, 58, 12, 17, 60, 48185, 763, 891, 9, 20850, 33, 303, 6359, 58, 72, 11208, 4326, 47, 303, 6359, 58, 12, 17, 60, 48185, 763, 891, 9, 20850, 47, 303, 6359, 58, 72, 60, 198, 220, 220, 220, 1303, 1169, 21418, 72, 30104, 815, 477, 307, 1103, 1201, 371, 70, 44, 318, 257, 1641, 1182, 290, 691, 1729, 12, 22570, 18032, 15879, 286, 1081, 4948, 38, 198, 220, 220, 220, 4326, 33, 303, 6359, 58, 12, 17, 7131, 47715, 796, 29034, 62, 260, 7, 20850, 33, 303, 6359, 58, 12, 17, 7131, 25, 36563, 4326, 47, 303, 6359, 58, 12, 17, 7131, 47715, 796, 29034, 62, 260, 7, 20850, 47, 303, 6359, 58, 12, 17, 7131, 25, 12962, 198, 220, 220, 220, 220, 198, 220, 220, 220, 2593, 796, 29034, 13, 31166, 17034, 7, 81, 25928, 62, 45, 10295, 62, 27237, 31166, 81, 7, 20850, 33, 303, 6359, 58, 12, 17, 4357, 20850, 47, 303, 6359, 58, 12, 17, 4357, 374, 31166, 81, 25928, 11, 4372, 733, 25928, 4008, 198, 220, 220, 220, 4326, 33, 303, 6359, 58, 12, 17, 60, 1220, 28, 2593, 26, 4326, 47, 303, 6359, 58, 12, 17, 60, 1220, 28, 2593, 198, 220, 220, 220, 220, 198, 220, 220, 220, 611, 7110, 53, 478, 669, 25, 198, 220, 220, 220, 220, 220, 220, 220, 374, 25928, 62, 45, 10295, 62, 29487, 7, 20850, 33, 303, 6359, 58, 12, 17, 4357, 20850, 47, 303, 6359, 58, 12, 17, 4357, 374, 25928, 8, 198, 220, 220, 220, 220, 198, 220, 220, 220, 1303, 1136, 649, 15879, 198, 220, 220, 220, 649, 35138, 33, 11, 3605, 35138, 47, 796, 7582, 62, 13719, 62, 25928, 62, 45, 10295, 62, 35138, 62, 3149, 7, 77, 11, 74, 11, 374, 31166, 81, 25928, 11, 4372, 733, 25928, 11, 371, 70, 33, 25928, 11, 49, 70, 47, 25928, 11, 1846, 33, 25928, 11, 3546, 47, 25928, 11, 4326, 33, 303, 6359, 58, 12, 17, 4357, 20850, 47, 303, 6359, 58, 12, 17, 12962, 198, 220, 220, 220, 649, 35138, 33, 58, 47715, 796, 29034, 62, 260, 7, 3605, 35138, 33, 1776, 649, 35138, 47, 58, 47715, 796, 29034, 62, 260, 7, 3605, 35138, 47, 8, 198, 220, 220, 220, 220, 198, 220, 220, 220, 43030, 22510, 15853, 352, 198, 220, 220, 220, 402, 6759, 13, 8516, 47932, 16, 26, 402, 6759, 13, 4033, 82, 47932, 16, 198, 220, 220, 220, 329, 1312, 287, 2837, 7, 35138, 22510, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 402, 6759, 58, 72, 11, 35138, 22510, 12, 16, 60, 796, 374, 25928, 62, 45, 10295, 62, 20306, 313, 7, 20850, 33, 303, 6359, 58, 72, 4357, 20850, 47, 303, 6359, 58, 72, 4357, 649, 35138, 33, 11, 3605, 35138, 47, 11, 374, 31166, 81, 25928, 11, 4372, 733, 25928, 8, 198, 220, 220, 220, 220, 220, 220, 220, 402, 6759, 58, 35138, 22510, 12, 16, 11, 72, 60, 796, 402, 6759, 58, 72, 11, 35138, 22510, 12, 16, 60, 198, 220, 220, 220, 220, 198, 220, 220, 220, 4326, 33, 303, 6359, 13, 33295, 7, 3605, 35138, 33, 1776, 4326, 47, 303, 6359, 13, 33295, 7, 3605, 35138, 47, 8, 1303, 33295, 284, 886, 286, 4326, 45, 303, 6359, 329, 1306, 2835, 286, 24415, 198, 220, 220, 220, 1441, 402, 6759, 198 ]
2.270524
3,301
# Generated by Django 3.1.4 on 2021-03-06 12:10 from django.db import migrations, models
[ 2, 2980, 515, 416, 37770, 513, 13, 16, 13, 19, 319, 33448, 12, 3070, 12, 3312, 1105, 25, 940, 198, 198, 6738, 42625, 14208, 13, 9945, 1330, 15720, 602, 11, 4981, 628 ]
2.84375
32
from model import ModelStep, Group
[ 6738, 2746, 1330, 9104, 8600, 11, 4912, 628, 198 ]
4.111111
9
import warnings import torch warnings.filterwarnings('ignore') import os from fastNLP.core.dataset import DataSet from fastNLP.api.utils import load_url from fastNLP.api.processor import ModelProcessor from reproduction.chinese_word_segment.cws_io.cws_reader import ConllCWSReader from reproduction.pos_tag_model.pos_reader import ZhConllPOSReader from reproduction.Biaffine_parser.util import ConllxDataLoader, add_seg_tag from fastNLP.core.instance import Instance from fastNLP.api.pipeline import Pipeline from fastNLP.core.metrics import SpanFPreRecMetric from fastNLP.api.processor import IndexerProcessor # TODO add pretrain urls model_urls = { "cws": "http://123.206.98.91:8888/download/cws_crf_1_11-457fc899.pkl", "pos": "http://123.206.98.91:8888/download/pos_tag_model_20190108-f3c60ee5.pkl", "parser": "http://123.206.98.91:8888/download/biaffine_parser-3a2f052c.pkl" } class POS(API): """FastNLP API for Part-Of-Speech tagging. :param str model_path: the path to the model. :param str device: device name such as "cpu" or "cuda:0". Use the same notation as PyTorch. """ def predict(self, content): """ :param content: list of list of str. Each string is a token(word). :return answer: list of list of str. Each string is a tag. """ if not hasattr(self, "pipeline"): raise ValueError("You have to load model first.") sentence_list = [] # 1. 检查sentence的类型 if isinstance(content, str): sentence_list.append(content) elif isinstance(content, list): sentence_list = content # 2. 组建dataset dataset = DataSet() dataset.add_field("words", sentence_list) # 3. 使用pipeline self.pipeline(dataset) dataset.apply(decode_tags, new_field_name="tag_output") output = dataset.field_arrays["tag_output"].content if isinstance(content, str): return output[0] elif isinstance(content, list): return output
[ 11748, 14601, 198, 198, 11748, 28034, 198, 198, 40539, 654, 13, 24455, 40539, 654, 10786, 46430, 11537, 198, 11748, 28686, 198, 198, 6738, 3049, 45, 19930, 13, 7295, 13, 19608, 292, 316, 1330, 6060, 7248, 198, 198, 6738, 3049, 45, 19930, 13, 15042, 13, 26791, 1330, 3440, 62, 6371, 198, 6738, 3049, 45, 19930, 13, 15042, 13, 41341, 1330, 9104, 18709, 273, 198, 6738, 20728, 13, 354, 3762, 62, 4775, 62, 325, 5154, 13, 66, 18504, 62, 952, 13, 66, 18504, 62, 46862, 1330, 1482, 297, 34, 19416, 33634, 198, 6738, 20728, 13, 1930, 62, 12985, 62, 19849, 13, 1930, 62, 46862, 1330, 10511, 3103, 297, 37997, 33634, 198, 6738, 20728, 13, 33, 544, 487, 500, 62, 48610, 13, 22602, 1330, 1482, 297, 87, 6601, 17401, 11, 751, 62, 325, 70, 62, 12985, 198, 6738, 3049, 45, 19930, 13, 7295, 13, 39098, 1330, 2262, 590, 198, 6738, 3049, 45, 19930, 13, 15042, 13, 79, 541, 4470, 1330, 37709, 198, 6738, 3049, 45, 19930, 13, 7295, 13, 4164, 10466, 1330, 49101, 5837, 260, 6690, 9171, 1173, 198, 6738, 3049, 45, 19930, 13, 15042, 13, 41341, 1330, 12901, 263, 18709, 273, 198, 198, 2, 16926, 46, 751, 2181, 3201, 2956, 7278, 198, 19849, 62, 6371, 82, 796, 1391, 198, 220, 220, 220, 366, 66, 18504, 1298, 366, 4023, 1378, 10163, 13, 22136, 13, 4089, 13, 6420, 25, 3459, 3459, 14, 15002, 14, 66, 18504, 62, 6098, 69, 62, 16, 62, 1157, 12, 33032, 16072, 44093, 13, 79, 41582, 1600, 198, 220, 220, 220, 366, 1930, 1298, 366, 4023, 1378, 10163, 13, 22136, 13, 4089, 13, 6420, 25, 3459, 3459, 14, 15002, 14, 1930, 62, 12985, 62, 19849, 62, 23344, 486, 2919, 12, 69, 18, 66, 1899, 1453, 20, 13, 79, 41582, 1600, 198, 220, 220, 220, 366, 48610, 1298, 366, 4023, 1378, 10163, 13, 22136, 13, 4089, 13, 6420, 25, 3459, 3459, 14, 15002, 14, 23339, 487, 500, 62, 48610, 12, 18, 64, 17, 69, 37841, 66, 13, 79, 41582, 1, 198, 92, 628, 198, 198, 4871, 28069, 7, 17614, 2599, 198, 220, 220, 220, 37227, 22968, 45, 19930, 7824, 329, 2142, 12, 5189, 12, 5248, 3055, 49620, 13, 628, 220, 220, 220, 1058, 17143, 965, 2746, 62, 6978, 25, 262, 3108, 284, 262, 2746, 13, 198, 220, 220, 220, 1058, 17143, 965, 3335, 25, 3335, 1438, 884, 355, 366, 36166, 1, 393, 366, 66, 15339, 25, 15, 1911, 5765, 262, 976, 33274, 355, 9485, 15884, 354, 13, 628, 220, 220, 220, 37227, 628, 220, 220, 220, 825, 4331, 7, 944, 11, 2695, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 628, 220, 220, 220, 220, 220, 220, 220, 1058, 17143, 2695, 25, 1351, 286, 1351, 286, 965, 13, 5501, 4731, 318, 257, 11241, 7, 4775, 737, 198, 220, 220, 220, 220, 220, 220, 220, 1058, 7783, 3280, 25, 1351, 286, 1351, 286, 965, 13, 5501, 4731, 318, 257, 7621, 13, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 611, 407, 468, 35226, 7, 944, 11, 366, 79, 541, 4470, 1, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5298, 11052, 12331, 7203, 1639, 423, 284, 3440, 2746, 717, 19570, 628, 220, 220, 220, 220, 220, 220, 220, 6827, 62, 4868, 796, 17635, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 352, 13, 10545, 96, 222, 162, 253, 98, 34086, 594, 21410, 163, 109, 119, 161, 252, 233, 198, 220, 220, 220, 220, 220, 220, 220, 611, 318, 39098, 7, 11299, 11, 965, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6827, 62, 4868, 13, 33295, 7, 11299, 8, 198, 220, 220, 220, 220, 220, 220, 220, 1288, 361, 318, 39098, 7, 11299, 11, 1351, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6827, 62, 4868, 796, 2695, 628, 220, 220, 220, 220, 220, 220, 220, 1303, 362, 13, 13328, 119, 226, 161, 119, 118, 19608, 292, 316, 198, 220, 220, 220, 220, 220, 220, 220, 27039, 796, 6060, 7248, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 27039, 13, 2860, 62, 3245, 7203, 10879, 1600, 6827, 62, 4868, 8, 628, 220, 220, 220, 220, 220, 220, 220, 1303, 513, 13, 220, 45635, 18796, 101, 79, 541, 4470, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 79, 541, 4470, 7, 19608, 292, 316, 8, 628, 220, 220, 220, 220, 220, 220, 220, 27039, 13, 39014, 7, 12501, 1098, 62, 31499, 11, 649, 62, 3245, 62, 3672, 2625, 12985, 62, 22915, 4943, 628, 220, 220, 220, 220, 220, 220, 220, 5072, 796, 27039, 13, 3245, 62, 3258, 592, 14692, 12985, 62, 22915, 1, 4083, 11299, 198, 220, 220, 220, 220, 220, 220, 220, 611, 318, 39098, 7, 11299, 11, 965, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 5072, 58, 15, 60, 198, 220, 220, 220, 220, 220, 220, 220, 1288, 361, 318, 39098, 7, 11299, 11, 1351, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 5072, 628, 628 ]
2.420991
848
import decimal import logging import os import smtplib import time import warnings from datetime import datetime import pandas as pd import zmq from binance.client import Client from coinmarketcap import Market from colorama import init, Fore, Back, Style # noinspection PyUnresolvedReferences from sentimentAnalyse import SentimentAnalyse init(convert=True) warnings.filterwarnings("ignore") log_file = os.path.join(os.getcwd(), 'logs', str(time.strftime('%Y %m %d %H')) + ' activity.log') logging.basicConfig(filename=log_file, level=logging.INFO, format='%(asctime)s:%(levelname)s:%(message)s') # TODO: read korean jgl 101 tips # TODO: explain why this code is so good to client write on pad # TODO: binance.products() try: CCTP() except Exception as bigE: logging.exception('program crashed {}'.format(bigE))
[ 11748, 32465, 198, 11748, 18931, 198, 11748, 28686, 198, 11748, 895, 83, 489, 571, 198, 11748, 640, 198, 11748, 14601, 198, 6738, 4818, 8079, 1330, 4818, 8079, 198, 11748, 19798, 292, 355, 279, 67, 198, 11748, 1976, 76, 80, 198, 6738, 9874, 590, 13, 16366, 1330, 20985, 198, 6738, 10752, 10728, 11128, 1330, 5991, 198, 6738, 3124, 1689, 1330, 2315, 11, 4558, 11, 5157, 11, 17738, 198, 2, 645, 1040, 14978, 9485, 3118, 411, 5634, 19927, 198, 6738, 15598, 37702, 325, 1330, 11352, 3681, 37702, 325, 198, 198, 15003, 7, 1102, 1851, 28, 17821, 8, 198, 198, 40539, 654, 13, 24455, 40539, 654, 7203, 46430, 4943, 198, 6404, 62, 7753, 796, 28686, 13, 6978, 13, 22179, 7, 418, 13, 1136, 66, 16993, 22784, 705, 6404, 82, 3256, 965, 7, 2435, 13, 2536, 31387, 10786, 4, 56, 4064, 76, 4064, 67, 4064, 39, 6, 4008, 1343, 705, 3842, 13, 6404, 11537, 198, 6404, 2667, 13, 35487, 16934, 7, 34345, 28, 6404, 62, 7753, 11, 1241, 28, 6404, 2667, 13, 10778, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5794, 11639, 4, 7, 292, 310, 524, 8, 82, 25, 4, 7, 5715, 3672, 8, 82, 25, 4, 7, 20500, 8, 82, 11537, 628, 198, 2, 16926, 46, 25, 1100, 479, 29456, 474, 4743, 8949, 9040, 198, 2, 16926, 46, 25, 4727, 1521, 428, 2438, 318, 523, 922, 284, 5456, 3551, 319, 14841, 198, 2, 16926, 46, 25, 9874, 590, 13, 29498, 3419, 628, 198, 198, 28311, 25, 198, 220, 220, 220, 327, 4177, 47, 3419, 198, 16341, 35528, 355, 1263, 36, 25, 198, 220, 220, 220, 18931, 13, 1069, 4516, 10786, 23065, 14997, 23884, 4458, 18982, 7, 14261, 36, 4008, 198 ]
2.90411
292
from flask import Blueprint main = Blueprint('main', __name__) # try: from app.main import views # except: # print('*'*50,"Error","*"*50)
[ 6738, 42903, 1330, 39932, 198, 198, 12417, 796, 39932, 10786, 12417, 3256, 11593, 3672, 834, 8, 198, 2, 1949, 25, 198, 6738, 598, 13, 12417, 1330, 5009, 198, 2, 2845, 25, 198, 2, 220, 220, 220, 220, 3601, 10786, 9, 6, 9, 1120, 553, 12331, 2430, 9, 1, 9, 1120, 8, 628 ]
2.769231
52
""" this module contains the neccesary datastructures that are used by the utility functions in the cruds module Contents -------- Expression This class is used to construct a function with the specified expression """ #types used to give type hintings wherever possible import typing #the sqlalchemy DeclarativeMeta class is imported to check if methods that require model arguments are actually modelsS from sqlalchemy.ext.declarative.api import DeclarativeMeta as base from sqlalchemy import or_, and_ from .datastructures import Queue, Stack class Expression: """ This class is used to construct an expression node in the expression parse tree Methods ------- __init__ constructor, takes the model class the atrribute, the operator and a value to construct an expression function get_expression returns the constructed expression """ def __init__(self, model, module_attribute: str, operator: str, value): """ Constructor for the Expression class. The constructor takes a model, the desired_attribute, the comparitor operator and the value to compare to. An lambda function is built where the contents of this function is the expression built with the arguments described. Parameters ---------- model sqlalchemy.ext.declarative.api.DeclativeMeta class which inherits the base class from the sqlalchemy declaritive system module_attribute str the desired attribute of the passed model which will be used to build the left side of the expression operator str the boolean operator of the expression value str OR int OR float OR bool the value which will be used to construct the right side of the expression """ #ensure arguments have valid types if not isinstance(model, base): raise TypeError('model must be of type sqlalchemy.ext.declarative.api.DeclativeMeta') elif not isinstance(module_attribute, str): raise TypeError('module_attribute must be of type str') elif not isinstance(operator, str): raise TypeError('operator must be of type str') elif not isinstance(value, (str,int,float,bool)): raise TypeError('value must be of type str OR int OR float OR bool') #call __getattribute__ to ensure that the object attribute exists model.__getattribute__(model,module_attribute) #construct a dictionary with the possible lambda functions for each of the operators valid_operators = { '==': lambda: model.__getattribute__(model,module_attribute) == value, '>=': lambda: model.__getattribute__(model,module_attribute) >= value, '<=': lambda: model.__getattribute__(model,module_attribute) <= value, '>': lambda: model.__getattribute__(model,module_attribute) > value, '<': lambda: model.__getattribute__(model,module_attribute) < value, '!=': lambda: model.__getattribute__(model,module_attribute) != value } #get the appriopriate lambda function self.expression = valid_operators.get(operator)() #if self.expression is none this means that the operator is invalid if self.expression is None: raise ValueError('operator is not valid') def get_expression(self): """ get constructed expression Returns ------- function the function with the expression """ return self.expression class Operator: """ This class is used to construct an Operator node in the expression parse tree """ VALID_OPERATORS = set(['and', 'or']) def __init__(self, operator = None): """ Constructor for Operator class. """ #check if arguments are of correct type if operator is not None: self.set_operator(operator) else: self.operator = None self.children = Queue() def get_operator(self): """ returns the boolean operator of this operator node Returns ------- str the boolean operator of this operator node """ return self.operator class ParseTree: """ This class is used to construct a parse tree and then evalaute this parse tree as a filter for a model query Methods __init__ class constructor, takes model of type sqlalchemy.ext.declarative.api.DeclarativeMeta and filters of type List[Dict] and initialises the parsetree query from the constructed parse tree query the model and return the results """ def __init__(self, model, filters: typing.List[typing.Dict]): """Constructor for ParseTree class. Parameters ---------- model sqlalchemy.ext.declarative.api.DeclarativeMeta the desired model to be query filters list[dict] the list of filters to use in the query """ #check if filters is a list if not isinstance(filters, list): raise TypeError('filters must be of type list with dict children') #create a queue from the filters list filt_queue = Queue(filters) #create a traverse stack which keeps track of the parent traverse_stack = Stack() self.model = model #set the root element and push to the traverse stack self.root = Operator() traverse_stack.push(self.root) while not filt_queue.isEmpty(): #dequueue the elememnt. check if it is the last by peeking and construct the expression from the values of the element elem = filt_queue.dequeue() elem_next = filt_queue.peek() elem_column = list(elem.keys())[0] elem_value = elem[elem_column]['data'] elem_operator = elem[elem_column]['comparitor'] elem_expression = Expression(model, elem_column, elem_operator, elem_value) current_parent = traverse_stack.pop() current_operator = current_parent.get_operator() #if the peeked next element is none we know this is the final element of the queue if elem_next is None: #get the parent from the traverse stack #if the parent operator is none we know there is only one element in the filters list so we set the root to be the single expression if current_operator is None: self.root = elem_expression #otherwise this is the final element of the filter list so we just append to the parent else: current_parent.enqueue_child(elem_expression) #otherwise we have a logical operator else: #we get the current logical operator of the current element elem_join = elem['join'] #we check whether this operator is an "or" OR "and" if elem_join == 'or': #we check if the current operator is an or #because or is lower in the logical precedence or operators must always be the parents of and operator nodes if current_operator == 'or': #if the current parent is a node we just append the children in the child queue current_parent.enqueue_child(elem_expression) #we then repush the current node to the traverse stack traverse_stack.push(current_parent) elif current_operator == 'and': #if the current expression parrent in the traverse stack is an and #we check if there is already an existing or parent if traverse_stack.isEmpty(): parent_parent = None else: parent_parent = traverse_stack.pop() #if not we create a new or parent enqueing the expression to the current and expression parent #we set the root to the new or parent and push it to the traverse stack if parent_parent is None: current_parent.enqueue_child(elem_expression) self.root = Operator('or') self.root.enqueue_child(current_parent) traverse_stack.push(self.root) else: #otherwise we just append the child to the existing root which will always be an or parent_parent.enqueue_child(elem_expression) traverse_stack.push(parent_parent) else: #otherwise if the current_oprator is none we know that this is the first element so we set the operator and enqueue the child expression current_parent.set_operator('or') current_parent.enqueue_child(elem_expression) traverse_stack.push(current_parent) elif elem_join == 'and': #we check the current operator if current_operator == 'or': #if the current operator is an or #we must create a new and operator parent child = Operator('and') #we enqueue the current expression to this new and parent child.enqueue_child(elem_expression) #we penqueue the new operator parent to the root or parent current_parent.enqueue_child(child) #we push back the root onto the traverse stack traverse_stack.push(current_parent) #we push the new child into the traverse stack traverse_stack.push(child) elif current_operator == 'and': #if the current_operator is and we append the expression as a child and push back the current_parent to the stack current_parent.enqueue_child(elem_expression) traverse_stack.push(current_parent) else: #otherwise we know that the current filter element is the first element in the list # we set the operator of the root to and current_parent.set_operator('and') #we enqueue the child to the operator parent current_parent.enqueue_child(elem_expression) #we push back the current_parent to the stack traverse_stack.push(current_parent) def query(self, session): #get a Query object for the current model for the current session """query the model using the constructed parse tree Parameters ---------- session this is a session instance created form the session factory Returns ------- Query this is the queried data """ results = session.query(self.model) if isinstance(self.root, Expression): #if the root is an expression filter for the current expression and then return the resultant Query object results = results.filter(self.root.get_expression()) return results else: #if the root is of an instance of the Operator class if self.root.get_operator() == 'and': #if the root operator is an and we know that there is no further Operator children filters = [] #get the expressions and then returned the Query for the results by invoking the filter method on the list of filters while not self.root.isEmpty(): filters.append(self.root.dequeue_child().get_expression()) results = results.filter(*filters) return results elif self.root.get_operator() == 'or': #create an or queue to perserve the precedence of nodes that come first or_queue = Queue() #go over elements in root filters = [] while not self.root.isEmpty(): current_child = self.root.dequeue_child() #if the current_child is an expression append it to the or_queue if isinstance(current_child, Expression): or_queue.enqueue(current_child) #otherwise if it is an operator filter the data on the children of the operator elif isinstance(current_child, Operator): one_filter = [] while not current_child.isEmpty(): one_filter.append(current_child.dequeue_child().get_expression()) filters.append(one_filter) if len(filters) > 0 : filts = [] for filt in filters: filts.append(and_(*filt)) results = results.filter(or_(*filts)) filters = [] #filter the data on the expression children of the root if not or_queue.isEmpty(): while not or_queue.isEmpty(): filters.append(or_queue.dequeue().get_expression()) results = results.filter(or_(*filters)) return results
[ 37811, 198, 5661, 8265, 4909, 262, 497, 535, 274, 560, 4818, 459, 1356, 942, 326, 389, 973, 416, 262, 10361, 5499, 287, 262, 1067, 24786, 8265, 198, 198, 15842, 198, 982, 198, 16870, 2234, 198, 220, 220, 220, 220, 770, 1398, 318, 973, 284, 5678, 257, 2163, 351, 262, 7368, 5408, 198, 37811, 198, 2, 19199, 973, 284, 1577, 2099, 9254, 654, 14530, 1744, 220, 198, 11748, 19720, 198, 2, 1169, 44161, 282, 26599, 16691, 283, 876, 48526, 1398, 318, 17392, 284, 2198, 611, 5050, 326, 2421, 2746, 7159, 389, 1682, 4981, 50, 198, 6738, 44161, 282, 26599, 13, 2302, 13, 32446, 283, 876, 13, 15042, 1330, 16691, 283, 876, 48526, 355, 2779, 198, 6738, 44161, 282, 26599, 1330, 393, 62, 11, 290, 62, 198, 6738, 764, 19608, 459, 1356, 942, 1330, 4670, 518, 11, 23881, 198, 4871, 41986, 25, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 770, 1398, 318, 973, 284, 5678, 281, 5408, 10139, 287, 262, 5408, 21136, 5509, 628, 220, 220, 220, 25458, 198, 220, 220, 220, 35656, 198, 220, 220, 220, 11593, 15003, 834, 198, 220, 220, 220, 220, 220, 220, 220, 23772, 11, 2753, 262, 2746, 1398, 262, 379, 81, 4163, 11, 262, 10088, 290, 257, 1988, 284, 5678, 281, 5408, 2163, 198, 220, 220, 220, 651, 62, 38011, 198, 220, 220, 220, 220, 220, 220, 220, 5860, 262, 12006, 5408, 220, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 825, 11593, 15003, 834, 7, 944, 11, 2746, 11, 198, 220, 220, 220, 8265, 62, 42348, 25, 965, 11, 10088, 25, 965, 11, 1988, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 28407, 273, 329, 262, 41986, 1398, 13, 628, 220, 220, 220, 220, 220, 220, 220, 383, 23772, 2753, 257, 2746, 11, 262, 10348, 62, 42348, 11, 262, 4616, 2072, 10088, 290, 262, 1988, 284, 8996, 284, 13, 198, 220, 220, 220, 220, 220, 220, 220, 1052, 37456, 2163, 318, 3170, 810, 262, 10154, 286, 428, 2163, 318, 262, 5408, 3170, 351, 262, 7159, 3417, 13, 628, 220, 220, 220, 220, 220, 220, 220, 40117, 198, 220, 220, 220, 220, 220, 220, 220, 24200, 438, 198, 220, 220, 220, 220, 220, 220, 220, 2746, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 44161, 282, 26599, 13, 2302, 13, 32446, 283, 876, 13, 15042, 13, 37835, 876, 48526, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1398, 543, 10639, 896, 262, 2779, 1398, 422, 262, 44161, 282, 26599, 2377, 283, 1800, 1080, 220, 198, 220, 220, 220, 220, 220, 220, 220, 8265, 62, 42348, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 965, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 262, 10348, 11688, 286, 262, 3804, 2746, 543, 481, 307, 973, 284, 1382, 262, 1364, 1735, 286, 262, 5408, 198, 220, 220, 220, 220, 220, 220, 220, 10088, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 965, 220, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 262, 25131, 10088, 286, 262, 5408, 220, 198, 220, 220, 220, 220, 220, 220, 220, 1988, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 965, 6375, 493, 6375, 12178, 6375, 20512, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 262, 1988, 543, 481, 307, 973, 284, 5678, 262, 826, 1735, 286, 262, 5408, 220, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 641, 495, 7159, 423, 4938, 3858, 198, 220, 220, 220, 220, 220, 220, 220, 611, 407, 318, 39098, 7, 19849, 11, 2779, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5298, 5994, 12331, 10786, 19849, 1276, 307, 286, 2099, 44161, 282, 26599, 13, 2302, 13, 32446, 283, 876, 13, 15042, 13, 37835, 876, 48526, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 1288, 361, 407, 318, 39098, 7, 21412, 62, 42348, 11, 965, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5298, 5994, 12331, 10786, 21412, 62, 42348, 1276, 307, 286, 2099, 965, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 1288, 361, 407, 318, 39098, 7, 46616, 11, 965, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5298, 5994, 12331, 10786, 46616, 1276, 307, 286, 2099, 965, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 1288, 361, 407, 318, 39098, 7, 8367, 11, 357, 2536, 11, 600, 11, 22468, 11, 30388, 8, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5298, 5994, 12331, 10786, 8367, 1276, 307, 286, 2099, 965, 6375, 493, 6375, 12178, 6375, 20512, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 13345, 11593, 1136, 42348, 834, 284, 4155, 326, 262, 2134, 11688, 7160, 220, 198, 220, 220, 220, 220, 220, 220, 220, 2746, 13, 834, 1136, 42348, 834, 7, 19849, 11, 21412, 62, 42348, 8, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 41571, 257, 22155, 351, 262, 1744, 37456, 5499, 329, 1123, 286, 262, 12879, 220, 198, 220, 220, 220, 220, 220, 220, 220, 4938, 62, 3575, 2024, 796, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 855, 10354, 37456, 25, 2746, 13, 834, 1136, 42348, 834, 7, 19849, 11, 21412, 62, 42348, 8, 6624, 1988, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 29, 28, 10354, 37456, 25, 2746, 13, 834, 1136, 42348, 834, 7, 19849, 11, 21412, 62, 42348, 8, 18189, 1988, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 27, 28, 10354, 37456, 25, 2746, 13, 834, 1136, 42348, 834, 7, 19849, 11, 21412, 62, 42348, 8, 19841, 1988, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 29, 10354, 37456, 25, 2746, 13, 834, 1136, 42348, 834, 7, 19849, 11, 21412, 62, 42348, 8, 1875, 1988, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 27, 10354, 37456, 25, 2746, 13, 834, 1136, 42348, 834, 7, 19849, 11, 21412, 62, 42348, 8, 1279, 1988, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 0, 28, 10354, 37456, 25, 2746, 13, 834, 1136, 42348, 834, 7, 19849, 11, 21412, 62, 42348, 8, 14512, 1988, 198, 220, 220, 220, 220, 220, 220, 220, 1782, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 1136, 262, 598, 380, 404, 380, 378, 37456, 2163, 220, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 38011, 796, 4938, 62, 3575, 2024, 13, 1136, 7, 46616, 8, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 361, 2116, 13, 38011, 318, 4844, 428, 1724, 326, 262, 10088, 318, 12515, 198, 220, 220, 220, 220, 220, 220, 220, 611, 2116, 13, 38011, 318, 6045, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5298, 11052, 12331, 10786, 46616, 318, 407, 4938, 11537, 198, 220, 220, 220, 825, 651, 62, 38011, 7, 944, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 651, 12006, 5408, 628, 220, 220, 220, 220, 220, 220, 220, 16409, 198, 220, 220, 220, 220, 220, 220, 220, 35656, 198, 220, 220, 220, 220, 220, 220, 220, 2163, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 262, 2163, 351, 262, 5408, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 2116, 13, 38011, 198, 4871, 35946, 25, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 770, 1398, 318, 973, 284, 5678, 281, 35946, 10139, 287, 262, 5408, 21136, 5509, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 26173, 2389, 62, 31054, 1404, 20673, 796, 900, 7, 17816, 392, 3256, 705, 273, 6, 12962, 198, 220, 220, 220, 825, 11593, 15003, 834, 7, 944, 11, 10088, 796, 6045, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 28407, 273, 329, 35946, 1398, 13, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 9122, 611, 7159, 389, 286, 3376, 2099, 198, 220, 220, 220, 220, 220, 220, 220, 611, 10088, 318, 407, 6045, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 2617, 62, 46616, 7, 46616, 8, 198, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 46616, 796, 6045, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 17197, 796, 4670, 518, 3419, 198, 220, 220, 220, 825, 651, 62, 46616, 7, 944, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 5860, 262, 25131, 10088, 286, 428, 10088, 10139, 198, 220, 220, 220, 220, 220, 220, 220, 16409, 198, 220, 220, 220, 220, 220, 220, 220, 35656, 198, 220, 220, 220, 220, 220, 220, 220, 965, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 262, 25131, 10088, 286, 428, 10088, 10139, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 2116, 13, 46616, 198, 4871, 2547, 325, 27660, 25, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 770, 1398, 318, 973, 284, 5678, 257, 21136, 5509, 290, 788, 5418, 64, 1133, 428, 21136, 5509, 355, 257, 8106, 329, 257, 2746, 12405, 220, 628, 220, 220, 220, 25458, 198, 220, 220, 220, 11593, 15003, 834, 198, 220, 220, 220, 220, 220, 220, 220, 1398, 23772, 11, 2753, 2746, 286, 2099, 44161, 282, 26599, 13, 2302, 13, 32446, 283, 876, 13, 15042, 13, 37835, 283, 876, 48526, 290, 16628, 286, 2099, 7343, 58, 35, 713, 60, 290, 4238, 2696, 262, 13544, 316, 631, 198, 220, 220, 220, 12405, 198, 220, 220, 220, 220, 220, 220, 220, 422, 262, 12006, 21136, 5509, 12405, 262, 2746, 290, 1441, 262, 2482, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 825, 11593, 15003, 834, 7, 944, 11, 2746, 11, 16628, 25, 19720, 13, 8053, 58, 774, 13886, 13, 35, 713, 60, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 42316, 273, 329, 2547, 325, 27660, 1398, 13, 198, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 40117, 198, 220, 220, 220, 220, 220, 220, 220, 24200, 438, 198, 220, 220, 220, 220, 220, 220, 220, 2746, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 44161, 282, 26599, 13, 2302, 13, 32446, 283, 876, 13, 15042, 13, 37835, 283, 876, 48526, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 262, 10348, 2746, 284, 307, 12405, 198, 220, 220, 220, 220, 220, 220, 220, 16628, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1351, 58, 11600, 60, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 262, 1351, 286, 16628, 284, 779, 287, 262, 12405, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 9122, 611, 16628, 318, 257, 1351, 198, 220, 220, 220, 220, 220, 220, 220, 611, 407, 318, 39098, 7, 10379, 1010, 11, 1351, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5298, 5994, 12331, 10786, 10379, 1010, 1276, 307, 286, 2099, 1351, 351, 8633, 1751, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 17953, 257, 16834, 422, 262, 16628, 1351, 198, 220, 220, 220, 220, 220, 220, 220, 1226, 83, 62, 36560, 796, 4670, 518, 7, 10379, 1010, 8, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 17953, 257, 38138, 8931, 543, 7622, 2610, 286, 262, 2560, 198, 220, 220, 220, 220, 220, 220, 220, 38138, 62, 25558, 796, 23881, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 19849, 796, 2746, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 2617, 262, 6808, 5002, 290, 4574, 284, 262, 38138, 8931, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 15763, 796, 35946, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 38138, 62, 25558, 13, 14689, 7, 944, 13, 15763, 8, 198, 220, 220, 220, 220, 220, 220, 220, 981, 407, 1226, 83, 62, 36560, 13, 271, 40613, 33529, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 2934, 421, 518, 518, 262, 9766, 11883, 429, 13, 2198, 611, 340, 318, 262, 938, 416, 613, 18754, 290, 5678, 262, 5408, 422, 262, 3815, 286, 262, 5002, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 9766, 76, 796, 1226, 83, 62, 36560, 13, 2934, 36560, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 9766, 76, 62, 19545, 796, 1226, 83, 62, 36560, 13, 431, 988, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 9766, 76, 62, 28665, 796, 1351, 7, 68, 10671, 13, 13083, 28955, 58, 15, 60, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 9766, 76, 62, 8367, 796, 9766, 76, 58, 68, 10671, 62, 28665, 7131, 6, 7890, 20520, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 9766, 76, 62, 46616, 796, 9766, 76, 58, 68, 10671, 62, 28665, 7131, 6, 785, 1845, 2072, 20520, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 9766, 76, 62, 38011, 796, 41986, 7, 19849, 11, 9766, 76, 62, 28665, 11, 9766, 76, 62, 46616, 11, 9766, 76, 62, 8367, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1459, 62, 8000, 796, 38138, 62, 25558, 13, 12924, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1459, 62, 46616, 796, 1459, 62, 8000, 13, 1136, 62, 46616, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 361, 262, 27185, 276, 1306, 5002, 318, 4844, 356, 760, 428, 318, 262, 2457, 5002, 286, 262, 16834, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 9766, 76, 62, 19545, 318, 6045, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 1136, 262, 2560, 422, 262, 38138, 8931, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 361, 262, 2560, 10088, 318, 4844, 356, 760, 612, 318, 691, 530, 5002, 287, 262, 16628, 1351, 523, 356, 900, 262, 6808, 284, 307, 262, 2060, 5408, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 1459, 62, 46616, 318, 6045, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 15763, 796, 9766, 76, 62, 38011, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 847, 3083, 428, 318, 262, 2457, 5002, 286, 262, 8106, 1351, 523, 356, 655, 24443, 284, 262, 2560, 220, 198, 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, 1459, 62, 8000, 13, 268, 36560, 62, 9410, 7, 68, 10671, 62, 38011, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 847, 3083, 356, 423, 257, 12219, 10088, 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, 1303, 732, 651, 262, 1459, 12219, 10088, 286, 262, 1459, 5002, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 9766, 76, 62, 22179, 796, 9766, 76, 17816, 22179, 20520, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 732, 2198, 1771, 428, 10088, 318, 281, 366, 273, 1, 6375, 366, 392, 1, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 9766, 76, 62, 22179, 6624, 705, 273, 10354, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 732, 2198, 611, 262, 1459, 10088, 318, 281, 393, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 13893, 393, 318, 2793, 287, 262, 12219, 38177, 393, 12879, 1276, 1464, 307, 262, 3397, 286, 290, 10088, 13760, 220, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 1459, 62, 46616, 6624, 705, 273, 10354, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 361, 262, 1459, 2560, 318, 257, 10139, 356, 655, 24443, 262, 1751, 287, 262, 1200, 16834, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1459, 62, 8000, 13, 268, 36560, 62, 9410, 7, 68, 10671, 62, 38011, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 732, 788, 1128, 1530, 262, 1459, 10139, 284, 262, 38138, 8931, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 38138, 62, 25558, 13, 14689, 7, 14421, 62, 8000, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1288, 361, 1459, 62, 46616, 6624, 705, 392, 10354, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 361, 262, 1459, 5408, 1582, 1156, 287, 262, 38138, 8931, 318, 281, 290, 220, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 732, 2198, 611, 612, 318, 1541, 281, 4683, 393, 2560, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 38138, 62, 25558, 13, 271, 40613, 33529, 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, 2560, 62, 8000, 796, 6045, 198, 220, 220, 220, 220, 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, 220, 220, 220, 220, 2560, 62, 8000, 796, 38138, 62, 25558, 13, 12924, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 361, 407, 356, 2251, 257, 649, 393, 2560, 551, 4188, 278, 262, 5408, 284, 262, 1459, 290, 5408, 2560, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 732, 900, 262, 6808, 284, 262, 649, 393, 2560, 290, 4574, 340, 284, 262, 38138, 8931, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 2560, 62, 8000, 318, 6045, 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, 220, 220, 220, 220, 1459, 62, 8000, 13, 268, 36560, 62, 9410, 7, 68, 10671, 62, 38011, 8, 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, 2116, 13, 15763, 796, 35946, 10786, 273, 11537, 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, 2116, 13, 15763, 13, 268, 36560, 62, 9410, 7, 14421, 62, 8000, 8, 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, 38138, 62, 25558, 13, 14689, 7, 944, 13, 15763, 8, 198, 220, 220, 220, 220, 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, 220, 220, 220, 220, 1303, 847, 3083, 356, 655, 24443, 262, 1200, 284, 262, 4683, 6808, 543, 481, 1464, 307, 281, 393, 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, 2560, 62, 8000, 13, 268, 36560, 62, 9410, 7, 68, 10671, 62, 38011, 8, 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, 38138, 62, 25558, 13, 14689, 7, 8000, 62, 8000, 8, 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, 1303, 847, 3083, 611, 262, 1459, 62, 404, 12392, 318, 4844, 356, 760, 326, 428, 318, 262, 717, 5002, 523, 356, 900, 262, 10088, 290, 551, 36560, 262, 1200, 5408, 220, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1459, 62, 8000, 13, 2617, 62, 46616, 10786, 273, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1459, 62, 8000, 13, 268, 36560, 62, 9410, 7, 68, 10671, 62, 38011, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 38138, 62, 25558, 13, 14689, 7, 14421, 62, 8000, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1288, 361, 9766, 76, 62, 22179, 6624, 705, 392, 10354, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 732, 2198, 262, 1459, 10088, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 1459, 62, 46616, 6624, 705, 273, 10354, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 361, 262, 1459, 10088, 318, 281, 393, 220, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 732, 1276, 2251, 257, 649, 290, 10088, 2560, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1200, 796, 35946, 10786, 392, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 732, 551, 36560, 262, 1459, 5408, 284, 428, 649, 290, 2560, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1200, 13, 268, 36560, 62, 9410, 7, 68, 10671, 62, 38011, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 732, 3112, 36560, 262, 649, 10088, 2560, 284, 262, 6808, 393, 2560, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1459, 62, 8000, 13, 268, 36560, 62, 9410, 7, 9410, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 732, 4574, 736, 262, 6808, 4291, 262, 38138, 8931, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 38138, 62, 25558, 13, 14689, 7, 14421, 62, 8000, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 732, 4574, 262, 649, 1200, 656, 262, 38138, 8931, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 38138, 62, 25558, 13, 14689, 7, 9410, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1288, 361, 1459, 62, 46616, 6624, 705, 392, 10354, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 361, 262, 1459, 62, 46616, 318, 290, 356, 24443, 262, 5408, 355, 257, 1200, 290, 4574, 736, 262, 1459, 62, 8000, 284, 262, 8931, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1459, 62, 8000, 13, 268, 36560, 62, 9410, 7, 68, 10671, 62, 38011, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 38138, 62, 25558, 13, 14689, 7, 14421, 62, 8000, 8, 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, 1303, 847, 3083, 356, 760, 326, 262, 1459, 8106, 5002, 318, 262, 717, 5002, 287, 262, 1351, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 356, 900, 262, 10088, 286, 262, 6808, 284, 290, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1459, 62, 8000, 13, 2617, 62, 46616, 10786, 392, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 732, 551, 36560, 262, 1200, 284, 262, 10088, 2560, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1459, 62, 8000, 13, 268, 36560, 62, 9410, 7, 68, 10671, 62, 38011, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 732, 4574, 736, 262, 1459, 62, 8000, 284, 262, 8931, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 38138, 62, 25558, 13, 14689, 7, 14421, 62, 8000, 8, 198, 220, 220, 220, 825, 12405, 7, 944, 11, 6246, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 1136, 257, 43301, 2134, 329, 262, 1459, 2746, 329, 262, 1459, 6246, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 22766, 262, 2746, 1262, 262, 12006, 21136, 5509, 198, 220, 220, 220, 220, 220, 220, 220, 40117, 198, 220, 220, 220, 220, 220, 220, 220, 24200, 438, 198, 220, 220, 220, 220, 220, 220, 220, 6246, 220, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 428, 318, 257, 6246, 4554, 2727, 1296, 262, 6246, 8860, 220, 198, 220, 220, 220, 220, 220, 220, 220, 16409, 198, 220, 220, 220, 220, 220, 220, 220, 35656, 198, 220, 220, 220, 220, 220, 220, 220, 43301, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 428, 318, 262, 42517, 798, 1366, 220, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 2482, 796, 6246, 13, 22766, 7, 944, 13, 19849, 8, 198, 220, 220, 220, 220, 220, 220, 220, 611, 318, 39098, 7, 944, 13, 15763, 11, 41986, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 361, 262, 6808, 318, 281, 5408, 8106, 329, 262, 1459, 5408, 290, 788, 1441, 262, 43440, 43301, 2134, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2482, 796, 2482, 13, 24455, 7, 944, 13, 15763, 13, 1136, 62, 38011, 28955, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 2482, 198, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 361, 262, 6808, 318, 286, 281, 4554, 286, 262, 35946, 1398, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 2116, 13, 15763, 13, 1136, 62, 46616, 3419, 6624, 705, 392, 10354, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 361, 262, 6808, 10088, 318, 281, 290, 356, 760, 326, 612, 318, 645, 2252, 35946, 1751, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 16628, 796, 17635, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 1136, 262, 14700, 290, 788, 4504, 262, 43301, 329, 262, 2482, 416, 39744, 262, 8106, 2446, 319, 262, 1351, 286, 16628, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 981, 407, 2116, 13, 15763, 13, 271, 40613, 33529, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 16628, 13, 33295, 7, 944, 13, 15763, 13, 2934, 36560, 62, 9410, 22446, 1136, 62, 38011, 28955, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2482, 796, 2482, 13, 24455, 46491, 10379, 1010, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 2482, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1288, 361, 2116, 13, 15763, 13, 1136, 62, 46616, 3419, 6624, 705, 273, 10354, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 17953, 281, 393, 16834, 284, 2774, 3760, 262, 38177, 286, 13760, 326, 1282, 717, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 393, 62, 36560, 796, 4670, 518, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 2188, 625, 4847, 287, 6808, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 16628, 796, 17635, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 981, 407, 2116, 13, 15763, 13, 271, 40613, 33529, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1459, 62, 9410, 796, 2116, 13, 15763, 13, 2934, 36560, 62, 9410, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 361, 262, 1459, 62, 9410, 318, 281, 5408, 24443, 340, 284, 262, 393, 62, 36560, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 318, 39098, 7, 14421, 62, 9410, 11, 41986, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 393, 62, 36560, 13, 268, 36560, 7, 14421, 62, 9410, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 847, 3083, 611, 340, 318, 281, 10088, 8106, 262, 1366, 319, 262, 1751, 286, 262, 10088, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1288, 361, 318, 39098, 7, 14421, 62, 9410, 11, 35946, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 530, 62, 24455, 796, 17635, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 981, 407, 1459, 62, 9410, 13, 271, 40613, 33529, 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, 530, 62, 24455, 13, 33295, 7, 14421, 62, 9410, 13, 2934, 36560, 62, 9410, 22446, 1136, 62, 38011, 28955, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 16628, 13, 33295, 7, 505, 62, 24455, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 18896, 7, 10379, 1010, 8, 1875, 657, 1058, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1226, 912, 796, 17635, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 329, 1226, 83, 287, 16628, 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, 1226, 912, 13, 33295, 7, 392, 41052, 9, 69, 2326, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2482, 796, 2482, 13, 24455, 7, 273, 41052, 9, 10379, 912, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 16628, 796, 17635, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 24455, 262, 1366, 319, 262, 5408, 1751, 286, 262, 6808, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 407, 393, 62, 36560, 13, 271, 40613, 33529, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 981, 407, 393, 62, 36560, 13, 271, 40613, 33529, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 16628, 13, 33295, 7, 273, 62, 36560, 13, 2934, 36560, 22446, 1136, 62, 38011, 28955, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2482, 796, 2482, 13, 24455, 7, 273, 41052, 9, 10379, 1010, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 2482, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 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, 220, 220, 220, 220, 220, 220, 220, 220, 220, 628, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 628, 220, 220, 220, 220, 220, 220, 220, 220, 628, 628, 628, 198 ]
2.265572
6,149
# Copyright (c) 2021, NVIDIA 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. import cudf import cugraph import numpy as np def from_cudf_edgelist(df, source="src", target="dst"): """ Construct an enhanced graph from a cuDF edgelist that doesn't collapse duplicate edges and includes columns for node degree and edge bundle. """ df = drop_index(df) graph = cugraph.MultiDiGraph() nodes = make_nodes(df, source, target) edges = make_edges(df, source, target, nodes) graph.edgelist = cugraph.Graph.EdgeList(edges["src"], edges["dst"]) nodes = nodes.set_index("id", drop=False).join(graph.degree().set_index("vertex")) return graph, drop_index(nodes.sort_index()), edges
[ 2, 15069, 357, 66, 8, 33448, 11, 15127, 23929, 44680, 6234, 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, 628, 198, 11748, 269, 463, 69, 198, 11748, 269, 1018, 1470, 198, 11748, 299, 32152, 355, 45941, 628, 198, 4299, 422, 62, 66, 463, 69, 62, 276, 25280, 396, 7, 7568, 11, 2723, 2625, 10677, 1600, 2496, 2625, 67, 301, 1, 2599, 628, 220, 220, 220, 37227, 198, 220, 220, 220, 28407, 281, 13105, 4823, 422, 257, 18912, 8068, 1225, 25280, 396, 326, 1595, 470, 9807, 198, 220, 220, 220, 23418, 13015, 290, 3407, 15180, 329, 10139, 4922, 290, 5743, 18537, 13, 198, 220, 220, 220, 37227, 628, 220, 220, 220, 47764, 796, 4268, 62, 9630, 7, 7568, 8, 198, 220, 220, 220, 4823, 796, 269, 1018, 1470, 13, 29800, 18683, 37065, 3419, 198, 220, 220, 220, 13760, 796, 787, 62, 77, 4147, 7, 7568, 11, 2723, 11, 2496, 8, 198, 220, 220, 220, 13015, 796, 787, 62, 276, 3212, 7, 7568, 11, 2723, 11, 2496, 11, 13760, 8, 198, 220, 220, 220, 4823, 13, 276, 25280, 396, 796, 269, 1018, 1470, 13, 37065, 13, 37021, 8053, 7, 276, 3212, 14692, 10677, 33116, 13015, 14692, 67, 301, 8973, 8, 198, 220, 220, 220, 13760, 796, 13760, 13, 2617, 62, 9630, 7203, 312, 1600, 4268, 28, 25101, 737, 22179, 7, 34960, 13, 16863, 22446, 2617, 62, 9630, 7203, 332, 16886, 48774, 198, 220, 220, 220, 1441, 4823, 11, 4268, 62, 9630, 7, 77, 4147, 13, 30619, 62, 9630, 3419, 828, 13015, 198 ]
3.18961
385
import copy import random # Consider using the modules imported above.
[ 11748, 4866, 198, 11748, 4738, 198, 2, 12642, 1262, 262, 13103, 17392, 2029, 13, 628, 628, 220, 220, 220, 220, 628 ]
3.809524
21
from __future__ import absolute_import from sentry.testutils import AcceptanceTestCase
[ 6738, 11593, 37443, 834, 1330, 4112, 62, 11748, 198, 198, 6738, 1908, 563, 13, 9288, 26791, 1330, 21699, 590, 14402, 20448, 628 ]
4.045455
22
''' uix.stacklayout tests ===================== ''' import unittest from kivy.uix.stacklayout import StackLayout from kivy.uix.widget import Widget
[ 7061, 6, 198, 84, 844, 13, 25558, 39786, 5254, 198, 4770, 1421, 28, 198, 7061, 6, 198, 198, 11748, 555, 715, 395, 198, 198, 6738, 479, 452, 88, 13, 84, 844, 13, 25558, 39786, 1330, 23881, 32517, 198, 6738, 479, 452, 88, 13, 84, 844, 13, 42655, 1330, 370, 17484, 628 ]
2.960784
51
import logging from django.contrib import auth from django.urls import reverse from django.utils.deprecation import MiddlewareMixin # https://stackoverflow.com/questions/42232606/django # -exception-middleware-typeerror-object-takes-no-parameters from django.conf import settings from ...permissions import is_authenticated from ...utils import set_session_key from ... import app_settings logger = logging.getLogger('django_sso_app') ADMIN_URL = '/{}'.format(getattr(settings, 'ADMIN_URL', 'admin/')) PROFILE_INCOMPLETE_ENABLED_PATHS = [ reverse('javascript-catalog'), reverse('profile.complete'), ] USER_TO_SUBSCRIBE_ENABLED_PATHS = PROFILE_INCOMPLETE_ENABLED_PATHS class DjangoSsoAppAuthenticationBaseMiddleware(MiddlewareMixin): """ See django.contrib.auth.middleware.RemoteUserMiddleware. """ # Name of request header to grab username from. This will be the key as # used in the request.META dictionary, i.e. the normalization of headers to # all uppercase and the addition of "HTTP_" prefix apply. consumer_id_header = app_settings.APIGATEWAY_CONSUMER_CUSTOM_ID_HEADER anonymous_consumer_custom_ids = app_settings.APIGATEWAY_ANONYMOUS_CONSUMER_IDS anonymous_consumer_header = app_settings.APIGATEWAY_ANONYMOUS_CONSUMER_HEADER anonymous_consumer_header_value = app_settings.APIGATEWAY_ANONYMOUS_CONSUMER_HEADER_VALUE @staticmethod @staticmethod def _remove_invalid_user(request): """ Removes the current authenticated user in the request which is invalid. """ if is_authenticated(request.user): logger.info('removing invalid user "{}"'.format(request.user)) auth.logout(request) @staticmethod @staticmethod @staticmethod
[ 11748, 18931, 198, 198, 6738, 42625, 14208, 13, 3642, 822, 1330, 6284, 198, 6738, 42625, 14208, 13, 6371, 82, 1330, 9575, 198, 6738, 42625, 14208, 13, 26791, 13, 10378, 8344, 341, 1330, 6046, 1574, 35608, 259, 220, 1303, 3740, 1378, 25558, 2502, 11125, 13, 785, 14, 6138, 507, 14, 44361, 2624, 33206, 14, 28241, 14208, 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, 1303, 532, 1069, 4516, 12, 27171, 1574, 12, 4906, 18224, 12, 15252, 12, 83, 1124, 12, 3919, 12, 17143, 7307, 198, 6738, 42625, 14208, 13, 10414, 1330, 6460, 198, 198, 6738, 2644, 525, 8481, 1330, 318, 62, 41299, 3474, 198, 6738, 2644, 26791, 1330, 900, 62, 29891, 62, 2539, 198, 6738, 2644, 1330, 598, 62, 33692, 198, 198, 6404, 1362, 796, 18931, 13, 1136, 11187, 1362, 10786, 28241, 14208, 62, 82, 568, 62, 1324, 11537, 628, 198, 2885, 23678, 62, 21886, 796, 31051, 90, 92, 4458, 18982, 7, 1136, 35226, 7, 33692, 11, 705, 2885, 23678, 62, 21886, 3256, 705, 28482, 14, 6, 4008, 198, 31190, 25664, 62, 1268, 41335, 9328, 62, 1677, 6242, 30465, 62, 47, 1404, 7998, 796, 685, 198, 220, 220, 220, 9575, 10786, 37495, 12, 9246, 11794, 33809, 198, 220, 220, 220, 9575, 10786, 13317, 13, 20751, 33809, 198, 60, 198, 29904, 62, 10468, 62, 12564, 4462, 34, 7112, 12473, 62, 1677, 6242, 30465, 62, 47, 1404, 7998, 796, 21965, 25664, 62, 1268, 41335, 9328, 62, 1677, 6242, 30465, 62, 47, 1404, 7998, 628, 198, 4871, 37770, 50, 568, 4677, 47649, 3299, 14881, 34621, 1574, 7, 34621, 1574, 35608, 259, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 4091, 42625, 14208, 13, 3642, 822, 13, 18439, 13, 27171, 1574, 13, 36510, 12982, 34621, 1574, 13, 198, 220, 220, 220, 37227, 628, 220, 220, 220, 1303, 6530, 286, 2581, 13639, 284, 5552, 20579, 422, 13, 220, 770, 481, 307, 262, 1994, 355, 198, 220, 220, 220, 1303, 973, 287, 262, 2581, 13, 44, 20892, 22155, 11, 1312, 13, 68, 13, 262, 3487, 1634, 286, 24697, 284, 198, 220, 220, 220, 1303, 477, 334, 39921, 589, 290, 262, 3090, 286, 366, 40717, 62, 1, 21231, 4174, 13, 198, 220, 220, 220, 7172, 62, 312, 62, 25677, 796, 598, 62, 33692, 13, 2969, 3528, 6158, 27285, 62, 10943, 50, 5883, 1137, 62, 34, 7759, 2662, 62, 2389, 62, 37682, 1137, 198, 220, 220, 220, 11614, 62, 49827, 62, 23144, 62, 2340, 796, 598, 62, 33692, 13, 2969, 3528, 6158, 27285, 62, 1565, 40508, 44, 20958, 62, 10943, 50, 5883, 1137, 62, 14255, 198, 220, 220, 220, 11614, 62, 49827, 62, 25677, 796, 598, 62, 33692, 13, 2969, 3528, 6158, 27285, 62, 1565, 40508, 44, 20958, 62, 10943, 50, 5883, 1137, 62, 37682, 1137, 198, 220, 220, 220, 11614, 62, 49827, 62, 25677, 62, 8367, 796, 598, 62, 33692, 13, 2969, 3528, 6158, 27285, 62, 1565, 40508, 44, 20958, 62, 10943, 50, 5883, 1137, 62, 37682, 1137, 62, 39488, 628, 220, 220, 220, 2488, 12708, 24396, 628, 220, 220, 220, 2488, 12708, 24396, 198, 220, 220, 220, 825, 4808, 28956, 62, 259, 12102, 62, 7220, 7, 25927, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 3982, 5241, 262, 1459, 44529, 2836, 287, 262, 2581, 543, 318, 12515, 13, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 628, 220, 220, 220, 220, 220, 220, 220, 611, 318, 62, 41299, 3474, 7, 25927, 13, 7220, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 49706, 13, 10951, 10786, 2787, 5165, 12515, 2836, 45144, 36786, 4458, 18982, 7, 25927, 13, 7220, 4008, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6284, 13, 6404, 448, 7, 25927, 8, 628, 220, 220, 220, 2488, 12708, 24396, 628, 220, 220, 220, 2488, 12708, 24396, 628, 220, 220, 220, 2488, 12708, 24396, 198 ]
2.66035
686
''' Copyright (C) 2020 Link Shortener Authors (see AUTHORS in Documentation). Licensed under the MIT (Expat) License (see LICENSE in Documentation). ''' from decouple import config from unittest import TestCase from json import loads from link_shortener.server import create_app
[ 7061, 6, 198, 15269, 357, 34, 8, 12131, 7502, 10073, 877, 46665, 357, 3826, 37195, 20673, 287, 43925, 737, 198, 26656, 15385, 739, 262, 17168, 357, 3109, 8071, 8, 13789, 357, 3826, 38559, 24290, 287, 43925, 737, 198, 7061, 6, 198, 6738, 875, 43846, 1330, 4566, 198, 6738, 555, 715, 395, 1330, 6208, 20448, 198, 198, 6738, 33918, 1330, 15989, 198, 198, 6738, 2792, 62, 19509, 877, 13, 15388, 1330, 2251, 62, 1324, 628, 198 ]
3.773333
75