content
stringlengths 1
1.04M
| input_ids
sequencelengths 1
774k
| ratio_char_token
float64 0.38
22.9
| token_count
int64 1
774k
|
---|---|---|---|
if __name__ == '__main__':
print("This is program is being run by itself")
else:
print("i am being imported from another module")
from mymodule import sayhi,version
sayhi()
print("Verison",version)
| [
361,
11593,
3672,
834,
6624,
705,
834,
12417,
834,
10354,
198,
220,
220,
220,
3601,
7203,
1212,
318,
1430,
318,
852,
1057,
416,
2346,
4943,
198,
17772,
25,
198,
220,
220,
220,
3601,
7203,
72,
716,
852,
17392,
422,
1194,
8265,
4943,
198,
198,
6738,
616,
21412,
1330,
910,
5303,
11,
9641,
198,
198,
16706,
5303,
3419,
198,
4798,
7203,
13414,
1653,
1600,
9641,
8,
198
] | 3.151515 | 66 |
#!/usr/bin/env python
# -*- coding:utf-8 -*-
import numpy as np
import rmgpy.constants as constants
from rmgpy.statmech import Conformer, IdealGasTranslation, LinearRotor, NonlinearRotor, HarmonicOscillator
from rmgpy.qm.qmdata import QMData
from rmgpy.qm.symmetry import PointGroupCalculator
from .qchem import QChem
from .molpro import Molpro
from .mol import atomic_symbol_dict, geo_to_rmg_mol, get_bac_correction
# Experimental heats of formation of atoms (kcal/mol)
h0expt = {'H': 51.63,
'C': 169.98,
'N': 112.53,
'O': 58.99}
h298corr = {'H': 1.01,
'C': 0.25,
'N': 1.04,
'O': 1.04}
# Spin-orbit corrections for neutral atoms
atom_socs = {'H': 0.0,
'C': 0.000135,
'N': 0.0,
'O': 0.000355}
# Atomic reference energies at 0K in Hartree
atom_energies = {
'ccsd(t)-f12a/cc-pvdz-f12': {
'H': -0.499811124128,
'N': -54.525946786123,
'O': -74.994643838203,
'C': -37.787831744881,
},
'ccsd(t)-f12b/cc-pvdz-f12': {
'H': -0.499811124128,
'N': -54.522814689877,
'O': -74.989919455883,
'C': -37.785040449664,
},
'ccsd(t)-f12a/cc-pvtz-f12': {
'H': -0.499946213253,
'N': -54.529590447091,
'O': -75.003545717458,
'C': -37.789552049511,
},
'ccsd(t)-f12b/cc-pvtz-f12': {
'H': -0.499946213253,
'N': -54.527721253368,
'O': -75.000516530163,
'C': -37.787925879006,
},
'ccsd(t)-f12a/cc-pvqz-f12': {
'H': -0.499994558326,
'N': -54.530194782830,
'O': -75.005192195863,
'C': -37.789729174726,
},
'ccsd(t)-f12b/cc-pvqz-f12': {
'H': -0.499994558326,
'N': -54.529107245074,
'O': -75.003414816890,
'C': -37.788775207449,
},
'ccsd(t)-f12a/aug-cc-pv5z': {
'H': -0.499994816870,
'N': -54.529731561126,
'O': -75.004562049197,
'C': -37.789360554007,
},
'ccsd(t)-f12b/aug-cc-pv5z': {
'H': -0.499994816870,
'N': -54.528933245046,
'O': -75.003291308092,
'C': -37.788641170961,
},
'b3lyp/6-31g(2df,p)': {
'H': -0.500273,
'N': -54.583861,
'O': -75.064579,
'C': -37.846772,
}
}
freq_scale_factors = {
'b3lyp/6-31g(2df,p)': 0.965,
'wb97x-d3/def2-tzvp': 0.975,
}
| [
2,
48443,
14629,
14,
8800,
14,
24330,
21015,
198,
2,
532,
9,
12,
19617,
25,
40477,
12,
23,
532,
9,
12,
198,
198,
11748,
299,
32152,
355,
45941,
198,
198,
11748,
374,
11296,
9078,
13,
9979,
1187,
355,
38491,
198,
6738,
374,
11296,
9078,
13,
14269,
1326,
354,
1330,
1482,
16354,
11,
41765,
39699,
48313,
11,
44800,
49,
20965,
11,
8504,
29127,
49,
20965,
11,
17925,
9229,
46,
22360,
1352,
198,
6738,
374,
11296,
9078,
13,
80,
76,
13,
80,
76,
7890,
1330,
1195,
44,
6601,
198,
6738,
374,
11296,
9078,
13,
80,
76,
13,
1837,
3020,
11973,
1330,
6252,
13247,
9771,
3129,
1352,
198,
198,
6738,
764,
80,
15245,
1330,
36070,
4411,
198,
6738,
764,
43132,
1676,
1330,
17958,
1676,
198,
6738,
764,
43132,
1330,
17226,
62,
1837,
23650,
62,
11600,
11,
40087,
62,
1462,
62,
81,
11296,
62,
43132,
11,
651,
62,
65,
330,
62,
10215,
8243,
198,
198,
2,
32286,
37876,
286,
9978,
286,
23235,
357,
74,
9948,
14,
43132,
8,
198,
71,
15,
1069,
457,
796,
1391,
6,
39,
10354,
6885,
13,
5066,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
34,
10354,
27191,
13,
4089,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
45,
10354,
13539,
13,
4310,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
46,
10354,
7618,
13,
2079,
92,
198,
71,
27728,
10215,
81,
796,
1391,
6,
39,
10354,
352,
13,
486,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
34,
10354,
657,
13,
1495,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
45,
10354,
352,
13,
3023,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
46,
10354,
352,
13,
3023,
92,
198,
198,
2,
28002,
12,
42594,
26251,
329,
8500,
23235,
198,
37696,
62,
35634,
82,
796,
1391,
6,
39,
10354,
657,
13,
15,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
34,
10354,
657,
13,
18005,
2327,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
45,
10354,
657,
13,
15,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
46,
10354,
657,
13,
830,
28567,
92,
198,
198,
2,
28976,
4941,
27598,
379,
657,
42,
287,
11345,
631,
198,
37696,
62,
877,
70,
444,
796,
1391,
198,
220,
220,
220,
705,
535,
21282,
7,
83,
13219,
69,
1065,
64,
14,
535,
12,
79,
20306,
89,
12,
69,
1065,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
39,
10354,
532,
15,
13,
28324,
23,
1157,
17464,
12762,
11,
198,
220,
220,
220,
220,
220,
220,
220,
705,
45,
10354,
532,
4051,
13,
39088,
5824,
3134,
4521,
10163,
11,
198,
220,
220,
220,
220,
220,
220,
220,
705,
46,
10354,
532,
4524,
13,
42691,
2414,
2548,
2548,
22416,
11,
198,
220,
220,
220,
220,
220,
220,
220,
705,
34,
10354,
532,
2718,
13,
3695,
3695,
34125,
2598,
3459,
16,
11,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
535,
21282,
7,
83,
13219,
69,
1065,
65,
14,
535,
12,
79,
20306,
89,
12,
69,
1065,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
39,
10354,
532,
15,
13,
28324,
23,
1157,
17464,
12762,
11,
198,
220,
220,
220,
220,
220,
220,
220,
705,
45,
10354,
532,
4051,
13,
20,
23815,
1415,
3104,
4089,
3324,
11,
198,
220,
220,
220,
220,
220,
220,
220,
705,
46,
10354,
532,
4524,
13,
4089,
2079,
41931,
3365,
5999,
11,
198,
220,
220,
220,
220,
220,
220,
220,
705,
34,
10354,
532,
2718,
13,
3695,
1120,
1821,
2598,
4846,
2414,
11,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
535,
21282,
7,
83,
13219,
69,
1065,
64,
14,
535,
12,
79,
85,
22877,
12,
69,
1065,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
39,
10354,
532,
15,
13,
19,
17032,
3510,
26427,
28592,
11,
198,
220,
220,
220,
220,
220,
220,
220,
705,
45,
10354,
532,
4051,
13,
49721,
36993,
2598,
2154,
6420,
11,
198,
220,
220,
220,
220,
220,
220,
220,
705,
46,
10354,
532,
2425,
13,
405,
2327,
33032,
1558,
29334,
11,
198,
220,
220,
220,
220,
220,
220,
220,
705,
34,
10354,
532,
2718,
13,
40401,
2816,
1238,
33781,
1157,
11,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
535,
21282,
7,
83,
13219,
69,
1065,
65,
14,
535,
12,
79,
85,
22877,
12,
69,
1065,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
39,
10354,
532,
15,
13,
19,
17032,
3510,
26427,
28592,
11,
198,
220,
220,
220,
220,
220,
220,
220,
705,
45,
10354,
532,
4051,
13,
20,
1983,
4761,
11623,
2091,
3104,
11,
198,
220,
220,
220,
220,
220,
220,
220,
705,
46,
10354,
532,
2425,
13,
830,
47493,
4310,
486,
5066,
11,
198,
220,
220,
220,
220,
220,
220,
220,
705,
34,
10354,
532,
2718,
13,
3695,
3720,
25600,
3720,
28041,
11,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
535,
21282,
7,
83,
13219,
69,
1065,
64,
14,
535,
12,
79,
85,
80,
89,
12,
69,
1065,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
39,
10354,
532,
15,
13,
19,
24214,
2231,
3365,
39195,
11,
198,
220,
220,
220,
220,
220,
220,
220,
705,
45,
10354,
532,
4051,
13,
4310,
30484,
29059,
2078,
1270,
11,
198,
220,
220,
220,
220,
220,
220,
220,
705,
46,
10354,
532,
2425,
13,
22544,
17477,
1129,
3365,
5066,
11,
198,
220,
220,
220,
220,
220,
220,
220,
705,
34,
10354,
532,
2718,
13,
3695,
5607,
1959,
1558,
2857,
2075,
11,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
535,
21282,
7,
83,
13219,
69,
1065,
65,
14,
535,
12,
79,
85,
80,
89,
12,
69,
1065,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
39,
10354,
532,
15,
13,
19,
24214,
2231,
3365,
39195,
11,
198,
220,
220,
220,
220,
220,
220,
220,
705,
45,
10354,
532,
4051,
13,
49721,
15982,
1731,
1120,
4524,
11,
198,
220,
220,
220,
220,
220,
220,
220,
705,
46,
10354,
532,
2425,
13,
405,
2682,
18294,
14656,
3829,
11,
198,
220,
220,
220,
220,
220,
220,
220,
705,
34,
10354,
532,
2718,
13,
22,
3459,
34483,
22745,
31911,
11,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
535,
21282,
7,
83,
13219,
69,
1065,
64,
14,
7493,
12,
535,
12,
79,
85,
20,
89,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
39,
10354,
532,
15,
13,
19,
24214,
2780,
14656,
2154,
11,
198,
220,
220,
220,
220,
220,
220,
220,
705,
45,
10354,
532,
4051,
13,
49721,
4790,
1314,
5333,
19420,
11,
198,
220,
220,
220,
220,
220,
220,
220,
705,
46,
10354,
532,
2425,
13,
405,
29228,
1238,
2920,
24991,
11,
198,
220,
220,
220,
220,
220,
220,
220,
705,
34,
10354,
532,
2718,
13,
3695,
6052,
1899,
2816,
7029,
22,
11,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
535,
21282,
7,
83,
13219,
69,
1065,
65,
14,
7493,
12,
535,
12,
79,
85,
20,
89,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
39,
10354,
532,
15,
13,
19,
24214,
2780,
14656,
2154,
11,
198,
220,
220,
220,
220,
220,
220,
220,
705,
45,
10354,
532,
4051,
13,
20,
27693,
2091,
1731,
1120,
3510,
11,
198,
220,
220,
220,
220,
220,
220,
220,
705,
46,
10354,
532,
2425,
13,
11245,
1959,
12952,
1795,
5892,
11,
198,
220,
220,
220,
220,
220,
220,
220,
705,
34,
10354,
532,
2718,
13,
22,
3459,
2414,
1157,
2154,
4846,
16,
11,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
65,
18,
306,
79,
14,
21,
12,
3132,
70,
7,
17,
7568,
11,
79,
8,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
39,
10354,
532,
15,
13,
4059,
27367,
11,
198,
220,
220,
220,
220,
220,
220,
220,
705,
45,
10354,
532,
4051,
13,
3365,
2548,
5333,
11,
198,
220,
220,
220,
220,
220,
220,
220,
705,
46,
10354,
532,
2425,
13,
3312,
2231,
3720,
11,
198,
220,
220,
220,
220,
220,
220,
220,
705,
34,
10354,
532,
2718,
13,
5705,
3134,
4761,
11,
198,
220,
220,
220,
1782,
198,
92,
198,
198,
19503,
80,
62,
9888,
62,
22584,
669,
796,
1391,
198,
220,
220,
220,
705,
65,
18,
306,
79,
14,
21,
12,
3132,
70,
7,
17,
7568,
11,
79,
8,
10354,
657,
13,
24,
2996,
11,
198,
220,
220,
220,
705,
39346,
5607,
87,
12,
67,
18,
14,
4299,
17,
12,
22877,
36133,
10354,
657,
13,
42716,
11,
198,
92,
628
] | 1.658856 | 1,451 |
from kokki import Package
Package("pip",
provider = "kokki.providers.package.easy_install.EasyInstallProvider"
) | [
198,
6738,
479,
482,
4106,
1330,
15717,
198,
198,
27813,
7203,
79,
541,
1600,
198,
220,
220,
220,
10131,
796,
366,
32004,
4106,
13,
15234,
4157,
13,
26495,
13,
38171,
62,
17350,
13,
28406,
15798,
29495,
1,
198,
8
] | 3.025641 | 39 |
from django.dispatch import Signal
prefs_save = Signal(providing_args=['app', 'updated_prefs'])
"""Issued when dynamic preferences models are saved."""
| [
6738,
42625,
14208,
13,
6381,
17147,
1330,
26484,
628,
198,
3866,
9501,
62,
21928,
796,
26484,
7,
15234,
2530,
62,
22046,
28,
17816,
1324,
3256,
705,
43162,
62,
3866,
9501,
6,
12962,
198,
37811,
27738,
1739,
618,
8925,
15387,
4981,
389,
7448,
526,
15931,
198
] | 3.422222 | 45 |
# Generated by Django 3.2.3 on 2021-06-13 05:29
import ckeditor.fields
from django.conf import settings
from django.db import migrations, models
import django.db.models.deletion
| [
2,
2980,
515,
416,
37770,
513,
13,
17,
13,
18,
319,
33448,
12,
3312,
12,
1485,
8870,
25,
1959,
198,
198,
11748,
269,
9091,
2072,
13,
25747,
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.050847 | 59 |
import time
import asyncio
import aiopg
import uvloop
import asyncpg
asyncio.set_event_loop_policy(uvloop.EventLoopPolicy())
dsn = 'dbname=rssant user=rssant password=rssant host=127.0.0.1'
loop = asyncio.get_event_loop()
loop.run_until_complete(run_aiopg())
loop = asyncio.get_event_loop()
loop.run_until_complete(run_asyncpg())
| [
11748,
640,
198,
11748,
30351,
952,
198,
11748,
257,
14922,
70,
198,
11748,
334,
85,
26268,
198,
11748,
30351,
6024,
628,
198,
292,
13361,
952,
13,
2617,
62,
15596,
62,
26268,
62,
30586,
7,
14795,
26268,
13,
9237,
39516,
36727,
28955,
628,
198,
9310,
77,
796,
705,
9945,
3672,
28,
42216,
415,
2836,
28,
42216,
415,
9206,
28,
42216,
415,
2583,
28,
16799,
13,
15,
13,
15,
13,
16,
6,
628,
628,
198,
26268,
796,
30351,
952,
13,
1136,
62,
15596,
62,
26268,
3419,
198,
26268,
13,
5143,
62,
28446,
62,
20751,
7,
5143,
62,
1872,
404,
70,
28955,
198,
198,
26268,
796,
30351,
952,
13,
1136,
62,
15596,
62,
26268,
3419,
198,
26268,
13,
5143,
62,
28446,
62,
20751,
7,
5143,
62,
292,
13361,
6024,
28955,
198
] | 2.648438 | 128 |
from matplotlib import use
# use("Qt5Agg")
# use('TkAgg')
from mpl_toolkits.mplot3d import Axes3D # Not explicitly used, but necessary
from matplotlib.transforms import Affine2D # Not explicitly used, but necessary
import mpl_toolkits.axisartist.floating_axes as floating_axes # Not explicitly used, but necessary
import numpy as np
from scipy import stats
from matplotlib import pyplot as plt
from matplotlib.pyplot import *
from matplotlib import animation
from matplotlib import cm
import matplotlib.colors as mc
from scipy.spatial.transform import Rotation
import pylab as pl
import pickle
import os
import platform
import time
import datetime
from BPs import *
from ComputationalTools import *
from utils import Get_models
os.environ['KMP_DUPLICATE_LIB_OK']='True'
plt.rcParams['savefig.facecolor'] = "0.8"
if platform.system() == "Darwin":
print("Using MacOS.")
plt.rcParams['animation.ffmpeg_path'] = "/usr/local/bin/ffmpeg"
elif platform.system() == "Linux":
print("Using Linux.")
plt.rcParams['animation.ffmpeg_path'] = "/usr/bin/ffmpeg"
else:
print("Using Windows.")
plt.rcParams['animation.ffmpeg_path'] = 'C:/Users/juyil/ffmpeg/bin/ffmpeg.exe'
data_folder = "Data"
figures_folder = "Figures"
""" Calculate gaussian kde estimate for a dataset """
""" Create a python generator for a pickle file """
""" Record positio of panels of viz """
fig_size = 6
grid_span = 6
span_figure_r = 3
span_figure_c = 6
#%%
if __name__ == "__main__":
pass | [
6738,
2603,
29487,
8019,
1330,
779,
198,
2,
779,
7203,
48,
83,
20,
46384,
4943,
198,
2,
779,
10786,
51,
74,
46384,
11537,
198,
6738,
285,
489,
62,
25981,
74,
896,
13,
76,
29487,
18,
67,
1330,
12176,
274,
18,
35,
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,
1892,
11777,
973,
11,
475,
3306,
198,
6738,
2603,
29487,
8019,
13,
7645,
23914,
1330,
6708,
500,
17,
35,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
1892,
11777,
973,
11,
475,
3306,
198,
11748,
285,
489,
62,
25981,
74,
896,
13,
22704,
49016,
13,
48679,
803,
62,
897,
274,
355,
12462,
62,
897,
274,
220,
220,
1303,
1892,
11777,
973,
11,
475,
3306,
198,
198,
11748,
299,
32152,
355,
45941,
198,
6738,
629,
541,
88,
1330,
9756,
198,
6738,
2603,
29487,
8019,
1330,
12972,
29487,
355,
458,
83,
198,
6738,
2603,
29487,
8019,
13,
9078,
29487,
1330,
1635,
198,
6738,
2603,
29487,
8019,
1330,
11034,
198,
6738,
2603,
29487,
8019,
1330,
12067,
198,
11748,
2603,
29487,
8019,
13,
4033,
669,
355,
36650,
198,
198,
6738,
629,
541,
88,
13,
2777,
34961,
13,
35636,
1330,
371,
14221,
198,
198,
11748,
279,
2645,
397,
355,
458,
198,
11748,
2298,
293,
198,
198,
11748,
28686,
198,
11748,
3859,
198,
11748,
640,
198,
11748,
4818,
8079,
198,
198,
6738,
347,
12016,
1330,
1635,
198,
6738,
22476,
864,
33637,
1330,
1635,
198,
6738,
3384,
4487,
1330,
3497,
62,
27530,
198,
198,
418,
13,
268,
2268,
17816,
42,
7378,
62,
35,
52,
31484,
6158,
62,
40347,
62,
11380,
20520,
11639,
17821,
6,
198,
489,
83,
13,
6015,
10044,
4105,
17816,
21928,
5647,
13,
2550,
8043,
20520,
796,
366,
15,
13,
23,
1,
198,
198,
361,
3859,
13,
10057,
3419,
6624,
366,
32708,
5404,
1298,
198,
220,
220,
220,
3601,
7203,
12814,
4100,
2640,
19570,
198,
220,
220,
220,
458,
83,
13,
6015,
10044,
4105,
17816,
11227,
341,
13,
487,
43913,
62,
6978,
20520,
796,
12813,
14629,
14,
12001,
14,
8800,
14,
487,
43913,
1,
198,
417,
361,
3859,
13,
10057,
3419,
6624,
366,
19314,
1298,
198,
220,
220,
220,
3601,
7203,
12814,
7020,
19570,
198,
220,
220,
220,
458,
83,
13,
6015,
10044,
4105,
17816,
11227,
341,
13,
487,
43913,
62,
6978,
20520,
796,
12813,
14629,
14,
8800,
14,
487,
43913,
1,
198,
17772,
25,
198,
220,
220,
220,
3601,
7203,
12814,
3964,
19570,
198,
220,
220,
220,
458,
83,
13,
6015,
10044,
4105,
17816,
11227,
341,
13,
487,
43913,
62,
6978,
20520,
796,
705,
34,
14079,
14490,
14,
73,
4669,
346,
14,
487,
43913,
14,
8800,
14,
487,
43913,
13,
13499,
6,
198,
198,
7890,
62,
43551,
796,
366,
6601,
1,
198,
5647,
942,
62,
43551,
796,
366,
14989,
942,
1,
198,
198,
37811,
27131,
378,
31986,
31562,
479,
2934,
8636,
329,
257,
27039,
37227,
198,
198,
37811,
13610,
257,
21015,
17301,
329,
257,
2298,
293,
2393,
37227,
198,
198,
37811,
13266,
46436,
952,
286,
13043,
286,
48569,
37227,
198,
5647,
62,
7857,
796,
718,
198,
25928,
62,
12626,
796,
718,
198,
12626,
62,
26875,
62,
81,
796,
513,
198,
12626,
62,
26875,
62,
66,
796,
718,
628,
198,
2,
16626,
628,
198,
198,
361,
11593,
3672,
834,
6624,
366,
834,
12417,
834,
1298,
198,
220,
220,
220,
1208
] | 2.723894 | 565 |
"""setuptools module for uniscripts.
"""
# Always prefer setuptools over distutils
from setuptools import setup, find_packages
# To use a consistent encoding
from codecs import open
from os import path
here = path.abspath(path.dirname(__file__))
# adapted from https://coderwall.com/p/qawuyq/use-markdown-readme-s-in-python-modules
try:
import pypandoc
long_description = pypandoc.convert(path.join(here, 'README.md'), 'rst', format='markdown_github')
except (IOError, ImportError):
with open(path.join(here, 'README.md')) as f:
long_description = f.read()
setup(
name='uniscripts',
# PEP440
version='1.0.5',
description='query Unicode script metadata',
long_description=long_description,
url='https://github.com/leoboiko/uniscripts',
# Author details
author='Leonardo Boiko',
author_email='[email protected]',
# Choose your license
license='CC0 1.0 Universal (CC0 1.0) Public Domain Dedication',
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
classifiers=[
# 3 - Alpha
# 4 - Beta
# 5 - Production/Stable
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'Topic :: Software Development :: Internationalization',
'Topic :: Software Development :: Localization',
'Topic :: Text Processing',
'Topic :: Text Processing :: Linguistic',
'License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2', # probably?
'Programming Language :: Python :: 3.3', # I hope...
'Programming Language :: Python :: 3.4', # actually tested here
],
keywords='unicode script scripts uax24 hiragana katakana kanji han',
# packages=find_packages(exclude=['contrib', 'docs', 'tests*', 'update']),
packages=['uniscripts'],
# cf. https://packaging.python.org/en/latest/requirements.html
install_requires=[],
extras_require={},
package_data={},
data_files=[],
entry_points={},
)
| [
37811,
2617,
37623,
10141,
8265,
329,
555,
2304,
1968,
82,
13,
198,
37811,
198,
198,
2,
16622,
4702,
900,
37623,
10141,
625,
1233,
26791,
198,
6738,
900,
37623,
10141,
1330,
9058,
11,
1064,
62,
43789,
198,
2,
1675,
779,
257,
6414,
21004,
198,
6738,
40481,
82,
1330,
1280,
198,
6738,
28686,
1330,
3108,
198,
198,
1456,
796,
3108,
13,
397,
2777,
776,
7,
6978,
13,
15908,
3672,
7,
834,
7753,
834,
4008,
198,
198,
2,
16573,
422,
3740,
1378,
66,
12342,
11930,
13,
785,
14,
79,
14,
80,
707,
4669,
80,
14,
1904,
12,
4102,
2902,
12,
961,
1326,
12,
82,
12,
259,
12,
29412,
12,
18170,
198,
28311,
25,
198,
220,
220,
220,
220,
220,
220,
1330,
279,
4464,
392,
420,
198,
220,
220,
220,
220,
220,
220,
890,
62,
11213,
796,
279,
4464,
392,
420,
13,
1102,
1851,
7,
6978,
13,
22179,
7,
1456,
11,
705,
15675,
11682,
13,
9132,
33809,
705,
81,
301,
3256,
5794,
11639,
4102,
2902,
62,
12567,
11537,
198,
16341,
357,
9399,
12331,
11,
17267,
12331,
2599,
198,
220,
220,
220,
351,
1280,
7,
6978,
13,
22179,
7,
1456,
11,
705,
15675,
11682,
13,
9132,
6,
4008,
355,
277,
25,
198,
220,
220,
220,
220,
220,
220,
220,
890,
62,
11213,
796,
277,
13,
961,
3419,
198,
198,
40406,
7,
198,
220,
220,
220,
1438,
11639,
403,
2304,
1968,
82,
3256,
628,
220,
220,
220,
1303,
350,
8905,
25644,
198,
220,
220,
220,
2196,
11639,
16,
13,
15,
13,
20,
3256,
628,
220,
220,
220,
6764,
11639,
22766,
34371,
4226,
20150,
3256,
198,
220,
220,
220,
890,
62,
11213,
28,
6511,
62,
11213,
11,
628,
220,
220,
220,
19016,
11639,
5450,
1378,
12567,
13,
785,
14,
293,
20391,
12125,
14,
403,
2304,
1968,
82,
3256,
628,
220,
220,
220,
1303,
6434,
3307,
198,
220,
220,
220,
1772,
11639,
36185,
13109,
3248,
12125,
3256,
198,
220,
220,
220,
1772,
62,
12888,
11639,
293,
20391,
12125,
31,
7402,
461,
1228,
14783,
13,
3262,
3256,
628,
220,
220,
220,
1303,
17489,
534,
5964,
198,
220,
220,
220,
5964,
11639,
4093,
15,
352,
13,
15,
14499,
357,
4093,
15,
352,
13,
15,
8,
5094,
20021,
35023,
3299,
3256,
628,
220,
220,
220,
1303,
3740,
1378,
79,
4464,
72,
13,
29412,
13,
2398,
14,
79,
4464,
72,
30,
4,
18,
32,
2673,
28,
4868,
62,
4871,
13350,
198,
220,
220,
220,
1398,
13350,
41888,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
220,
220,
513,
532,
12995,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
220,
220,
604,
532,
17993,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
220,
220,
642,
532,
19174,
14,
1273,
540,
198,
220,
220,
220,
220,
220,
220,
220,
705,
41206,
12678,
7904,
604,
532,
17993,
3256,
628,
220,
220,
220,
220,
220,
220,
220,
705,
5317,
1631,
7591,
1240,
7904,
34152,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
33221,
7904,
10442,
7712,
7904,
4037,
1634,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
33221,
7904,
10442,
7712,
7904,
10714,
1634,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
33221,
7904,
8255,
28403,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
33221,
7904,
8255,
28403,
7904,
406,
6680,
2569,
3256,
628,
220,
220,
220,
220,
220,
220,
220,
705,
34156,
7904,
12624,
15,
352,
13,
15,
14499,
357,
4093,
15,
352,
13,
15,
8,
5094,
20021,
35023,
3299,
3256,
628,
220,
220,
220,
220,
220,
220,
220,
705,
15167,
2229,
15417,
7904,
11361,
7904,
513,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
15167,
2229,
15417,
7904,
11361,
7904,
513,
13,
17,
3256,
1303,
2192,
30,
198,
220,
220,
220,
220,
220,
220,
220,
705,
15167,
2229,
15417,
7904,
11361,
7904,
513,
13,
18,
3256,
1303,
314,
2911,
986,
198,
220,
220,
220,
220,
220,
220,
220,
705,
15167,
2229,
15417,
7904,
11361,
7904,
513,
13,
19,
3256,
1303,
1682,
6789,
994,
628,
220,
220,
220,
16589,
628,
220,
220,
220,
26286,
11639,
46903,
1098,
4226,
14750,
334,
897,
1731,
289,
343,
363,
2271,
479,
265,
461,
2271,
43998,
7285,
289,
272,
3256,
628,
220,
220,
220,
1303,
10392,
28,
19796,
62,
43789,
7,
1069,
9152,
28,
17816,
3642,
822,
3256,
705,
31628,
3256,
705,
41989,
9,
3256,
705,
19119,
20520,
828,
198,
220,
220,
220,
10392,
28,
17816,
403,
2304,
1968,
82,
6,
4357,
628,
220,
220,
220,
1303,
30218,
13,
3740,
1378,
8002,
3039,
13,
29412,
13,
2398,
14,
268,
14,
42861,
14,
8897,
18883,
13,
6494,
198,
220,
220,
220,
2721,
62,
47911,
41888,
4357,
628,
220,
220,
220,
33849,
62,
46115,
34758,
5512,
628,
220,
220,
220,
5301,
62,
7890,
34758,
5512,
628,
220,
220,
220,
1366,
62,
16624,
41888,
4357,
628,
220,
220,
220,
5726,
62,
13033,
34758,
5512,
198,
8,
198
] | 2.667503 | 797 |
import os
import sys
import numpy as np
| [
11748,
28686,
198,
11748,
25064,
198,
11748,
299,
32152,
355,
45941,
628
] | 3.416667 | 12 |
from pymongo import MongoClient
client= MongoClient('localhost', 27017)
db=client.db_cek
if __name__=='__main__':
main() | [
6738,
279,
4948,
25162,
1330,
42591,
11792,
198,
198,
16366,
28,
42591,
11792,
10786,
36750,
3256,
2681,
29326,
8,
198,
9945,
28,
16366,
13,
9945,
62,
344,
74,
198,
198,
361,
11593,
3672,
834,
855,
6,
834,
12417,
834,
10354,
198,
220,
220,
220,
1388,
3419
] | 2.73913 | 46 |
import numpy as np
# Element-wise multiplication of three vectors
| [
11748,
299,
32152,
355,
45941,
628,
198,
2,
11703,
12,
3083,
48473,
286,
1115,
30104,
198
] | 4.25 | 16 |
import requests
from django.shortcuts import render
from django.contrib.auth.decorators import login_required
from .models import Book
# following line has to match the settings-file you are using
from django.conf import settings
def sync_zotero(request):
""" renders a simple template with a button to trigger sync_zotero_action function """
return render(request, 'bib/synczotero.html')
@login_required
def sync_zotero_action(request):
""" fetches the last n items form zoter and syncs it with the bib entries in defc-db"""
root = "https://api.zotero.org/users/"
params = "{}/collections/{}/items/top?v=3&key={}".format(
settings.Z_USER_ID, settings.Z_COLLECTION, settings.Z_API_KEY)
url = root + params + "&sort=dateModified&limit=25"
books_before = len(Book.objects.all())
try:
r = requests.get(url)
error = "No errors from ZoteroAPI"
except:
error = "aa! errors! The API didn´t response with a proper json-file"
response = r.json()
failed = []
saved = []
for x in response:
try:
x["data"]["creators"][0]
try:
x["data"]["creators"][0]["name"]
name = x["data"]["creators"][0]["name"]
except:
firstname = x["data"]["creators"][0]["firstName"]
lastname = x["data"]["creators"][0]["lastName"]
name = "{}, {}".format(lastname, firstname)
except:
name = "no name provided"
NewBook = Book(
zoterokey=x["data"]["key"], item_type=x["data"]["itemType"],
author=name,
title=x["data"]["title"],
short_title=x["data"]["shortTitle"]
)
try:
NewBook.save()
saved.append(x["data"])
except:
failed(x['data'])
books_after = len(Book.objects.all())
context = {}
context["error"] = error
context["saved"] = saved
context["failed"] = failed
context["books_before"] = [books_before]
context["books_after"] = [books_after]
return render(request, 'bib/synczotero_action.html', context)
| [
11748,
7007,
198,
6738,
42625,
14208,
13,
19509,
23779,
1330,
8543,
198,
6738,
42625,
14208,
13,
3642,
822,
13,
18439,
13,
12501,
273,
2024,
1330,
17594,
62,
35827,
198,
198,
6738,
764,
27530,
1330,
4897,
198,
2,
1708,
1627,
468,
284,
2872,
262,
6460,
12,
7753,
345,
389,
1262,
198,
6738,
42625,
14208,
13,
10414,
1330,
6460,
628,
198,
4299,
17510,
62,
89,
313,
3529,
7,
25927,
2599,
198,
220,
220,
220,
37227,
30111,
257,
2829,
11055,
351,
257,
4936,
284,
7616,
17510,
62,
89,
313,
3529,
62,
2673,
2163,
37227,
198,
220,
220,
220,
1441,
8543,
7,
25927,
11,
705,
65,
571,
14,
27261,
89,
313,
3529,
13,
6494,
11537,
628,
198,
31,
38235,
62,
35827,
198,
4299,
17510,
62,
89,
313,
3529,
62,
2673,
7,
25927,
2599,
198,
220,
220,
220,
37227,
11351,
2052,
262,
938,
299,
3709,
1296,
1976,
19543,
290,
6171,
6359,
340,
351,
262,
275,
571,
12784,
287,
825,
66,
12,
9945,
37811,
198,
220,
220,
220,
6808,
796,
366,
5450,
1378,
15042,
13,
89,
313,
3529,
13,
2398,
14,
18417,
30487,
198,
220,
220,
220,
42287,
796,
45144,
92,
14,
4033,
26448,
14,
90,
92,
14,
23814,
14,
4852,
30,
85,
28,
18,
5,
2539,
34758,
92,
1911,
18982,
7,
198,
220,
220,
220,
220,
220,
220,
220,
6460,
13,
57,
62,
29904,
62,
2389,
11,
6460,
13,
57,
62,
25154,
16779,
2849,
11,
6460,
13,
57,
62,
17614,
62,
20373,
8,
198,
220,
220,
220,
19016,
796,
6808,
1343,
42287,
1343,
366,
5,
30619,
28,
4475,
5841,
1431,
5,
32374,
28,
1495,
1,
198,
220,
220,
220,
3835,
62,
19052,
796,
18896,
7,
10482,
13,
48205,
13,
439,
28955,
198,
220,
220,
220,
1949,
25,
198,
220,
220,
220,
220,
220,
220,
220,
374,
796,
7007,
13,
1136,
7,
6371,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4049,
796,
366,
2949,
8563,
422,
22621,
3529,
17614,
1,
198,
220,
220,
220,
2845,
25,
198,
220,
220,
220,
220,
220,
220,
220,
4049,
796,
366,
7252,
0,
8563,
0,
383,
7824,
1422,
18265,
83,
2882,
351,
257,
1774,
33918,
12,
7753,
1,
628,
220,
220,
220,
2882,
796,
374,
13,
17752,
3419,
198,
220,
220,
220,
4054,
796,
17635,
198,
220,
220,
220,
7448,
796,
17635,
198,
220,
220,
220,
329,
2124,
287,
2882,
25,
198,
220,
220,
220,
220,
220,
220,
220,
1949,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2124,
14692,
7890,
1,
7131,
1,
20123,
669,
1,
7131,
15,
60,
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,
2124,
14692,
7890,
1,
7131,
1,
20123,
669,
1,
7131,
15,
7131,
1,
3672,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
796,
2124,
14692,
7890,
1,
7131,
1,
20123,
669,
1,
7131,
15,
7131,
1,
3672,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2845,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
717,
3672,
796,
2124,
14692,
7890,
1,
7131,
1,
20123,
669,
1,
7131,
15,
7131,
1,
11085,
5376,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
938,
3672,
796,
2124,
14692,
7890,
1,
7131,
1,
20123,
669,
1,
7131,
15,
7131,
1,
12957,
5376,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
796,
45144,
5512,
23884,
1911,
18982,
7,
12957,
3672,
11,
717,
3672,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2845,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
796,
366,
3919,
1438,
2810,
1,
628,
220,
220,
220,
220,
220,
220,
220,
968,
10482,
796,
4897,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1976,
19543,
2088,
88,
28,
87,
14692,
7890,
1,
7131,
1,
2539,
33116,
2378,
62,
4906,
28,
87,
14692,
7890,
1,
7131,
1,
9186,
6030,
33116,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1772,
28,
3672,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3670,
28,
87,
14692,
7890,
1,
7131,
1,
7839,
33116,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1790,
62,
7839,
28,
87,
14692,
7890,
1,
7131,
1,
19509,
19160,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
1949,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
968,
10482,
13,
21928,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7448,
13,
33295,
7,
87,
14692,
7890,
8973,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2845,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4054,
7,
87,
17816,
7890,
6,
12962,
198,
220,
220,
220,
3835,
62,
8499,
796,
18896,
7,
10482,
13,
48205,
13,
439,
28955,
198,
220,
220,
220,
4732,
796,
23884,
198,
220,
220,
220,
4732,
14692,
18224,
8973,
796,
4049,
198,
220,
220,
220,
4732,
14692,
82,
9586,
8973,
796,
7448,
198,
220,
220,
220,
4732,
14692,
47904,
8973,
796,
4054,
198,
220,
220,
220,
4732,
14692,
12106,
62,
19052,
8973,
796,
685,
12106,
62,
19052,
60,
198,
220,
220,
220,
4732,
14692,
12106,
62,
8499,
8973,
796,
685,
12106,
62,
8499,
60,
198,
220,
220,
220,
1441,
8543,
7,
25927,
11,
705,
65,
571,
14,
27261,
89,
313,
3529,
62,
2673,
13,
6494,
3256,
4732,
8,
198
] | 2.264489 | 949 |
import os
import subprocess
file = "some_file.txt"
with open(file, 'w') as opened_file:
opened_file.write('Hola!')
subprocess.run(["cat", file])
if os.path.exists(file):
os.remove(file)
assert not os.path.exists(file)
| [
11748,
28686,
198,
11748,
850,
14681,
198,
198,
7753,
796,
366,
11246,
62,
7753,
13,
14116,
1,
198,
4480,
1280,
7,
7753,
11,
705,
86,
11537,
355,
4721,
62,
7753,
25,
198,
220,
220,
220,
4721,
62,
7753,
13,
13564,
10786,
39,
5708,
0,
11537,
198,
198,
7266,
14681,
13,
5143,
7,
14692,
9246,
1600,
2393,
12962,
198,
198,
361,
28686,
13,
6978,
13,
1069,
1023,
7,
7753,
2599,
198,
220,
220,
220,
28686,
13,
28956,
7,
7753,
8,
198,
30493,
407,
28686,
13,
6978,
13,
1069,
1023,
7,
7753,
8,
198
] | 2.48913 | 92 |
TASK_STAGES = (
('n', 'Not Started'),
('i', 'In Progress'),
('r', 'In Review'),
('d', 'Done'),
)
| [
51,
1921,
42,
62,
2257,
25552,
796,
357,
198,
220,
220,
220,
220,
220,
220,
220,
19203,
77,
3256,
705,
3673,
31026,
33809,
198,
220,
220,
220,
220,
220,
220,
220,
19203,
72,
3256,
705,
818,
18387,
33809,
198,
220,
220,
220,
220,
220,
220,
220,
19203,
81,
3256,
705,
818,
6602,
33809,
198,
220,
220,
220,
220,
220,
220,
220,
19203,
67,
3256,
705,
45677,
33809,
198,
220,
220,
220,
1267,
198
] | 1.821918 | 73 |
from urllib.parse import urlencode
import uuid
from formtools.wizard.storage.base import BaseStorage
from formtools.wizard.storage.session import SessionStorage
import requests
from django.conf import settings
from django.contrib.sessions.exceptions import SuspiciousSession
from django.core.cache import cache
from django.shortcuts import Http404
CACHE_KEY_USER = 'wizard-user-cache-key'
# unusual character that is unlikely to be included in each product label
PRODUCT_DELIMITER = 'µ'
| [
6738,
2956,
297,
571,
13,
29572,
1330,
2956,
11925,
8189,
198,
11748,
334,
27112,
198,
198,
6738,
1296,
31391,
13,
86,
8669,
13,
35350,
13,
8692,
1330,
7308,
31425,
198,
6738,
1296,
31391,
13,
86,
8669,
13,
35350,
13,
29891,
1330,
23575,
31425,
198,
11748,
7007,
198,
198,
6738,
42625,
14208,
13,
10414,
1330,
6460,
198,
6738,
42625,
14208,
13,
3642,
822,
13,
82,
6202,
13,
1069,
11755,
1330,
31922,
6243,
36044,
198,
6738,
42625,
14208,
13,
7295,
13,
23870,
1330,
12940,
198,
6738,
42625,
14208,
13,
19509,
23779,
1330,
367,
29281,
26429,
628,
198,
34,
2246,
13909,
62,
20373,
62,
29904,
796,
705,
86,
8669,
12,
7220,
12,
23870,
12,
2539,
6,
198,
2,
8468,
2095,
326,
318,
7485,
284,
307,
3017,
287,
1123,
1720,
6167,
198,
4805,
28644,
62,
35,
3698,
3955,
2043,
1137,
796,
705,
126,
113,
6,
628,
628,
628,
628,
628
] | 3.424658 | 146 |
import discord
import aiohttp
from bs4 import BeautifulSoup
from discord.ext import commands
from helpers import utilityfunctions as util
| [
11748,
36446,
198,
11748,
257,
952,
4023,
198,
6738,
275,
82,
19,
1330,
23762,
50,
10486,
198,
6738,
36446,
13,
2302,
1330,
9729,
198,
6738,
49385,
1330,
10361,
12543,
2733,
355,
7736,
628,
628
] | 4.147059 | 34 |
#!/usr/bin/env python
# Copyright (c) 2018, 2019 Diamond Key Security, NFP
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
# met:
# - Redistributions of source code must retain the above copyright notice,
# this list of conditions and the following disclaimer.
#
# - Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in the
# documentation and/or other materials provided with the distribution.
#
# - Neither the name of the NORDUnet nor the names of its contributors may
# be used to endorse or promote products derived from this software
# without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
# IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
# TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
# PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
# PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
import struct
import threading
from uuid import UUID
# import classes from the original cryptech.muxd
# cryptech_muxd has been renamed to cryptech/muxd.py
from hsm_tools.cryptech.muxd import logger
from hsm_tools.hsm import CrypTechDeviceState
from settings import HSMSettings
from hsm_tools.cryptech.cryptech.libhal import ContextManagedUnpacker, xdrlib
from hsm_tools.rpc_action import RPCAction
from hsm_tools.cryptech_port import DKS_RPCFunc, DKS_HALKeyType,\
DKS_HALKeyFlag, DKS_HALError
from hsm_tools.threadsafevar import ThreadSafeVariable
from rpc_builder import KeyMatchDetails, RPCpkey_open, RPCKeygen_result
from load_distribution import LoadDistribution
def rpc_get_int(msg, location):
"Get an int from a location in an RPC message"
return struct.unpack(">L", msg[location:location+4])[0]
def rpc_set_int(msg, data, location):
"Set an int from a location in an RPC message"
return msg[:location] + struct.pack(">L", data) + msg[location+4:]
class KeyHandleDetails:
"""Information on the key that a handle points to"""
class MuxSession:
"""Simple class for defining the state of a
connection to the load balancer"""
class RPCPreprocessor:
"""Able to load balance between multiple rpcs"""
def choose_rpc(self):
"""Simple Heuristic for selecting an alpha RPC channel to use"""
DEVICE_USES_BEFORE_NEXT = 2
device_count = len(self.rpc_list)
with(self.choose_any_thread_lock):
# first try to evenly distribute
self.next_any_device_uses += 1
if(self.next_any_device_uses > DEVICE_USES_BEFORE_NEXT):
self.next_any_device_uses = 0
self.next_any_device += 1
if(self.next_any_device >= device_count):
self.next_any_device = 0
# make sure this has the smallest weight
# If only one process is using the HSM, next_rpc
# will probably be ok, but if multiple processes
# are using the HSM, it's possible that the call
# may try to use a device that's busy
# initialize to weight of device
device_weight = self.get_cryptech_device_weight(self.next_any_device)
for device_index in xrange(device_count):
# if we find a device with a lower weight, use it
if (self.next_any_device != device_index):
new_device_weight = self.get_cryptech_device_weight(device_index)
if (new_device_weight < device_weight):
device_weight = new_device_weight
self.next_any_device = device_index
# reset uses
self.next_any_device_uses = 0
return self.next_any_device
@property
def handle_set_rpc(self, code, client, unpacker, session):
"""Special DKS RPC to set the RPC to use for all calls"""
logger.info("RPC code received %s, handle 0x%x",
DKS_RPCFunc.RPC_FUNC_SET_RPC_DEVICE, client)
# get the serial to switch to
rpc_index = unpacker.unpack_uint()
response = xdrlib.Packer()
response.pack_uint(code)
response.pack_uint(client)
if (session.from_ethernet):
# the RPC can not be explicitly set from an outside
# ethernet connection
response.pack_uint(DKS_HALError.HAL_ERROR_FORBIDDEN)
elif (rpc_index < len(self.rpc_list)):
# set the rpc to use for this session
session.rpc_index = rpc_index
response.pack_uint(DKS_HALError.HAL_OK)
else:
response.pack_uint(DKS_HALError.HAL_ERROR_BAD_ARGUMENTS)
unencoded_response = response.get_buffer()
return RPCAction(unencoded_response, None, None)
def handle_enable_cache_keygen(self, code, client, unpacker, session):
"""Special DKS RPC to enable caching of generated keys"""
logger.info("RPC code received %s, handle 0x%x",
DKS_RPCFunc.RPC_FUNC_ENABLE_CACHE_KEYGEN.name, client)
response = xdrlib.Packer()
response.pack_uint(code)
response.pack_uint(client)
if (session.from_ethernet):
# keygen caching can not be explicitly set from
# an ethernet connection
response.pack_uint(DKS_HALError.HAL_ERROR_FORBIDDEN)
else:
response.pack_uint(DKS_HALError.HAL_OK)
unencoded_response = response.get_buffer()
session.cache_generated_keys = True
print('caching enabled')
return RPCAction(unencoded_response, None, None)
def handle_disable_cache_keygen(self, code, client, unpacker, session):
"""Special DKS RPC to disable caching of generated keys"""
logger.info("RPC code received %s, handle 0x%x",
DKS_RPCFunc.RPC_FUNC_DISABLE_CACHE_KEYGEN.name, client)
response = xdrlib.Packer()
response.pack_uint(code)
response.pack_uint(client)
if (session.from_ethernet):
# keygen caching can not be explicitly set from
# an ethernet connection
response.pack_uint(DKS_HALError.HAL_ERROR_FORBIDDEN)
else:
response.pack_uint(DKS_HALError.HAL_OK)
unencoded_response = response.get_buffer()
session.cache_generated_keys = False
print('caching disabled')
return RPCAction(unencoded_response, None, None)
def handle_use_incoming_device_uuids(self, code, client, unpacker, session):
"""Special DKS RPC to enable using incoming device uuids"""
logger.info("RPC code received %s, handle 0x%x",
DKS_RPCFunc.RPC_FUNC_USE_INCOMING_DEVICE_UUIDS.name, client)
response = xdrlib.Packer()
response.pack_uint(code)
response.pack_uint(client)
if (session.from_ethernet):
# using device uuids can not be set fom
# an ethernet connection
response.pack_uint(DKS_HALError.HAL_ERROR_FORBIDDEN)
else:
response.pack_uint(DKS_HALError.HAL_OK)
unencoded_response = response.get_buffer()
session.incoming_uuids_are_device_uuids = True
print('accepting incoming device uuids')
return RPCAction(unencoded_response, None, None)
def handle_use_incoming_master_uuids(self, code, client, unpacker, session):
"""Special DKS RPC to enable using incoming master uuids"""
logger.info("RPC code received %s, handle 0x%x",
DKS_RPCFunc.RPC_FUNC_USE_INCOMING_MASTER_UUIDS.name, client)
response = xdrlib.Packer()
response.pack_uint(code)
response.pack_uint(client)
if (session.from_ethernet):
# using device uuids can not be set fom
# an ethernet connection
response.pack_uint(DKS_HALError.HAL_ERROR_FORBIDDEN)
else:
response.pack_uint(DKS_HALError.HAL_OK)
unencoded_response = response.get_buffer()
session.incoming_uuids_are_device_uuids = False
print('accepting incoming master uuids')
return RPCAction(unencoded_response, None, None)
def handle_rpc_any(self, code, client, unpacker, session):
"""Can run on any available alpha because this is not alpha specific"""
rpc_index = session.rpc_index if(session.rpc_index >= 0) else self.choose_rpc()
logger.info("any rpc sent to %i", rpc_index)
return RPCAction(None, [self.rpc_list[rpc_index]], None)
def handle_rpc_all(self, code, client, unpacker, session):
"""Must run on all alphas to either to keep PINs synchronized
or because we don't know which alpha we'll need later"""
# if the rpc_index has been set for the session, always use it
if(session.rpc_index >= 0):
return RPCAction(None, [self.rpc_list[session.rpc_index]], None)
rpc_list = self.make_all_rpc_list()
return RPCAction(None, rpc_list, self.callback_rpc_all)
def handle_rpc_starthash(self, code, client, unpacker, session):
"""This is the begining of a hash operation. Any RPC can be used."""
# select an RPC to use for this hashing operation
session.cur_hashing_index = session.rpc_index if(session.rpc_index >= 0) else self.choose_rpc()
logger.info("hashing on RPC: %i", session.cur_hashing_index)
return RPCAction(None, [self.rpc_list[session.cur_hashing_index]], self.callback_rpc_starthash)
def handle_rpc_hash(self, code, client, unpacker, session):
"""Once a hash has started, we have to continue with it the same RPC"""
# get the handle of the hash operation
handle = unpacker.unpack_uint()
# this handle must be a key
if(handle not in session.hash_rpcs):
logger.info("handle_rpc_hash: handle not in session.hash_rpcs")
return self.create_error_response(code, client, DKS_HALError.HAL_ERROR_BAD_ARGUMENTS)
return RPCAction(None, [self.rpc_list[session.hash_rpcs[handle]]], None)
def handle_rpc_endhash(self, code, client, unpacker, session):
"""we've finished a hash operation"""
# get the handle of the hash operation
handle = unpacker.unpack_uint()
# this handle must be a key
if(handle not in session.hash_rpcs):
logger.info("handle_rpc_hash: handle not in session.hash_rpcs")
return self.create_error_response(code, client, DKS_HALError.HAL_ERROR_BAD_ARGUMENTS)
rpc_index = session.hash_rpcs[handle]
# the handle no longer needs to be in the dictionary
del session.hash_rpcs.pop[handle]
return RPCAction(None, [self.rpc_list[rpc_index]], None)
def handle_rpc_usecurrent(self, code, client, unpacker, session):
"""The manually selected RPC must be used"""
rpc_index = session.rpc_index
if(rpc_index < 0):
rpc_index = session.key_op_data.rpc_index
return RPCAction(None, [self.rpc_list[rpc_index]], None)
def handle_rpc_pkey(self, code, client, unpacker, session):
"""use handle to select RPC"""
# get the handle of the hash operation
handle = unpacker.unpack_uint()
# this handle must be a key
if(handle not in session.key_rpcs):
logger.info("handle_rpc_pkey: handle not in session.key_rpcs")
return self.create_error_response(code, client, DKS_HALError.HAL_ERROR_BAD_ARGUMENTS)
rpc_index = session.key_rpcs[handle].rpc_index
device_uuid = session.key_rpcs[handle].uuid
# logger.info("Using pkey handle:%i RPC:%i", handle, rpc_index)
session.key_op_data = KeyOperationData(rpc_index, handle, device_uuid)
if (code == DKS_RPCFunc.RPC_FUNC_PKEY_DELETE or
code == DKS_RPCFunc.RPC_FUNC_PKEY_CLOSE):
return RPCAction(None, [self.rpc_list[rpc_index]], self.callback_rpc_close_deletekey)
else:
return RPCAction(None, [self.rpc_list[rpc_index]], None)
def handle_rpc_pkeyload(self, code, client, unpacker, session):
"""use manually selected RPC and get returned uuid and handle"""
# if the session rpc_index has not be set, this must getting the public key
# rpc_index = session.rpc_index
# if(rpc_index < 0):
# rpc_index = self.choose_rpc() #session.key_op_data.rpc_index
# select an RPC to use for this hashing operation
session.key_op_data.rpc_index = session.rpc_index if(session.rpc_index >= 0) else self.choose_rpc()
logger.info("session.rpc_index == %i session.key_op_data.rpc_index == %i",
session.rpc_index, session.key_op_data.rpc_index)
# consume pkcs11 session id
unpacker.unpack_uint()
# consume der
unpacker.unpack_bytes()
# get flags
session.flags = unpacker.unpack_uint()
if hasattr(session, 'pkey_type'):
# treat as the public version of the last privte key generated as this is the standard usage
if(session.pkey_type == DKS_HALKeyType.HAL_KEY_TYPE_RSA_PRIVATE and
session.flags & DKS_HALKeyFlag.HAL_KEY_FLAG_PUBLIC):
session.pkey_type = DKS_HALKeyType.HAL_KEY_TYPE_RSA_PUBLIC
elif(session.pkey_type == DKS_HALKeyType.HAL_KEY_TYPE_EC_PRIVATE and
session.flags & DKS_HALKeyFlag.HAL_KEY_FLAG_PUBLIC):
session.pkey_type = DKS_HALKeyType.HAL_KEY_TYPE_EC_PUBLIC
elif(session.pkey_type == DKS_HALKeyType.HAL_KEY_TYPE_HASHSIG_PRIVATE and
session.flags & DKS_HALKeyFlag.HAL_KEY_FLAG_PUBLIC):
session.pkey_type = DKS_HALKeyType.HAL_KEY_TYPE_HASHSIG_PUBLIC
else:
session.pkey_type = DKS_HALKeyType.HAL_KEY_TYPE_NONE
session.curve = 0
# inform the load balancer that we are doing an expensive key operation
self.update_device_weight(session.key_op_data.rpc_index, self.pkey_gen_weight)
return RPCAction(None, [self.rpc_list[session.key_op_data.rpc_index]], self.callback_rpc_keygen)
def handle_rpc_pkeyimport(self, code, client, unpacker, session):
"""use manually selected RPC and get returned uuid and handle"""
# if the session rpc_index has not be set, this must getting the public key
# rpc_index = session.rpc_index
# if(rpc_index < 0):
# rpc_index = self.choose_rpc() #session.key_op_data.rpc_index
# select an RPC to use for this hashing operation
session.key_op_data.rpc_index = session.rpc_index if(session.rpc_index >= 0) else self.choose_rpc()
logger.info("session.rpc_index == %i session.key_op_data.rpc_index == %i",
session.rpc_index, session.key_op_data.rpc_index)
# consume pkcs11 session id
unpacker.unpack_uint()
# consume kekek
unpacker.unpack_uint()
# consume pkcs8
unpacker.unpack_bytes()
# consume kek
unpacker.unpack_bytes()
# get flags
session.flags = unpacker.unpack_uint()
if hasattr(session, 'pkey_type'):
# treat as the public version of the last privte key generated as this is the standard usage
if(session.pkey_type == DKS_HALKeyType.HAL_KEY_TYPE_RSA_PRIVATE and
session.flags & DKS_HALKeyFlag.HAL_KEY_FLAG_PUBLIC):
session.pkey_type = DKS_HALKeyType.HAL_KEY_TYPE_RSA_PUBLIC
elif(session.pkey_type == DKS_HALKeyType.HAL_KEY_TYPE_EC_PRIVATE and
session.flags & DKS_HALKeyFlag.HAL_KEY_FLAG_PUBLIC):
session.pkey_type = DKS_HALKeyType.HAL_KEY_TYPE_EC_PUBLIC
elif(session.pkey_type == DKS_HALKeyType.HAL_KEY_TYPE_HASHSIG_PRIVATE and
session.flags & DKS_HALKeyFlag.HAL_KEY_FLAG_PUBLIC):
session.pkey_type = DKS_HALKeyType.HAL_KEY_TYPE_HASHSIG_PUBLIC
else:
session.pkey_type = DKS_HALKeyType.HAL_KEY_TYPE_NONE
session.curve = 0
# inform the load balancer that we are doing an expensive key operation
self.update_device_weight(session.key_op_data.rpc_index, self.pkey_gen_weight)
return RPCAction(None, [self.rpc_list[session.key_op_data.rpc_index]], self.callback_rpc_keygen)
def handle_rpc_keygen(self, code, client, unpacker, session):
"""A key has been generated. Returns uuid and handle"""
# consume pkcs11 session id
unpacker.unpack_uint()
# save the key settings
if (code == DKS_RPCFunc.RPC_FUNC_PKEY_GENERATE_RSA):
session.pkey_type = DKS_HALKeyType.HAL_KEY_TYPE_RSA_PRIVATE
# consume keylen
unpacker.unpack_uint()
# get the exponent because we need the size
exponent = unpacker.unpack_bytes()
# get the location of the flags so we can change if needed
exp_len = len(exponent)
exp_padding = (4 - exp_len % 4) % 4
flag_location = 20 + exp_len + exp_padding
elif (code == DKS_RPCFunc.RPC_FUNC_PKEY_GENERATE_EC):
session.pkey_type = DKS_HALKeyType.HAL_KEY_TYPE_EC_PRIVATE
# get the location of the flags so we can change if needed
flag_location = 16
elif (code == DKS_RPCFunc.RPC_FUNC_PKEY_GENERATE_HASHSIG):
session.pkey_type = DKS_HALKeyType.HAL_KEY_TYPE_HASHSIG_PRIVATE
# get the location of the flags so we can change if needed
flag_location = 24
# get the flags
session.flags = rpc_get_int(session.current_request, flag_location)
# check to see if the rpc has been setup to allow exportable private keys
if ((session.enable_exportable_private_keys == True) and
(session.flags & DKS_HALKeyFlag.HAL_KEY_FLAG_USAGE_KEYENCIPHERMENT) == 0 and
(session.flags & DKS_HALKeyFlag.HAL_KEY_FLAG_USAGE_DATAENCIPHERMENT) == 0):
new_flag = session.flags | DKS_HALKeyFlag.HAL_KEY_FLAG_EXPORTABLE
session.current_request = rpc_set_int(session.current_request, new_flag, flag_location)
# sanity check. Make sure we get back what we just set
session.flags = rpc_get_int(session.current_request, flag_location)
logger.info("Key Gen Flags: 0x%X"%session.flags)
# select an RPC to use for this hashing operation
session.key_op_data.rpc_index = session.rpc_index if(session.rpc_index >= 0) else self.choose_rpc()
logger.info("session.rpc_index == %i session.key_op_data.rpc_index == %i",
session.rpc_index, session.key_op_data.rpc_index)
# inform the load balancer that we are doing an expensive key operation
self.update_device_weight(session.key_op_data.rpc_index, self.pkey_gen_weight)
return RPCAction(None, [self.rpc_list[session.key_op_data.rpc_index]], self.callback_rpc_keygen)
def handle_rpc_pkeymatch(self, code, client, unpacker, session):
"""match on all rpcs and then combine results
incoming UUIDs are master table UUIDs"""
# if the rpc_index has been set for the session, always use it
if(session.incoming_uuids_are_device_uuids):
if(session.rpc_index >= 0):
return RPCAction(None, [self.rpc_list[session.rpc_index]], None)
else:
logger.info("handle_rpc_pkeymatch: using device uuid, but device not set")
return self.create_error_response(code, client, DKS_HALError.HAL_ERROR_IMPOSSIBLE)
session.keymatch_details = KeyMatchDetails()
# unpack and store key match attributes
session.keymatch_details.unpack(unpacker)
logger.info("pkey_match: result_max = %i, uuid = %s",
session.keymatch_details.result_max, session.keymatch_details.uuid)
# if uuid is none, search RPC 0
# else search starting with the RPC that the uuid is on
if(session.keymatch_details.uuid == KeyMatchDetails.none_uuid):
if(session.rpc_index >= 0):
session.keymatch_details.rpc_index = session.rpc_index
else:
session.keymatch_details.rpc_index = 0
else:
# need to convert master_uuid to device_uuid
if(session.rpc_index >= 0):
device_list = session.cache.get_alphas(session.keymatch_details.uuid)
if (session.rpc_index not in device_list):
logger.info("handle_rpc_pkeyopen: session.rpc_index not in device_list")
return self.create_error_response(code, client, DKS_HALError.HAL_ERROR_KEY_NOT_FOUND)
session.keymatch_details.rpc_index = session.rpc_index
# need to update the command with the new UUID
session.keymatch_details.uuid = device_list[session.rpc_index]
else:
# find the rpc that this is on
device_to_search = session.cache.get_alpha_lowest_index(session.keymatch_details.uuid)
if(device_to_search is None):
return self.create_error_response(code, client, DKS_HALError.HAL_ERROR_RPC_TRANSPORT)
session.keymatch_details.rpc_index = device_to_search[0]
# need to update the command with the new UUID
session.keymatch_details.uuid = device_to_search[1]
session.current_request = session.keymatch_details.repack(code, client)
# make sure the rpc_index was set
if(hasattr(session.keymatch_details, 'rpc_index') == False):
return self.create_error_response(code, client, DKS_HALError.HAL_ERROR_RPC_TRANSPORT)
return RPCAction(None, [self.rpc_list[session.keymatch_details.rpc_index]], self.callback_rpc_pkeymatch)
def create_function_table(self):
"""Use a table to quickly select the method to handle each RPC request"""
self.function_table[DKS_RPCFunc.RPC_FUNC_GET_VERSION] = self.handle_rpc_any
self.function_table[DKS_RPCFunc.RPC_FUNC_GET_RANDOM] = self.handle_rpc_any
self.function_table[DKS_RPCFunc.RPC_FUNC_SET_PIN] = self.handle_rpc_all
self.function_table[DKS_RPCFunc.RPC_FUNC_LOGIN] = self.handle_rpc_all
self.function_table[DKS_RPCFunc.RPC_FUNC_LOGOUT] = self.handle_rpc_all
self.function_table[DKS_RPCFunc.RPC_FUNC_LOGOUT_ALL] = self.handle_rpc_all
self.function_table[DKS_RPCFunc.RPC_FUNC_IS_LOGGED_IN] = self.handle_rpc_all
self.function_table[DKS_RPCFunc.RPC_FUNC_HASH_GET_DIGEST_LEN] = self.handle_rpc_any
self.function_table[DKS_RPCFunc.RPC_FUNC_HASH_GET_DIGEST_ALGORITHM_ID] = self.handle_rpc_any
self.function_table[DKS_RPCFunc.RPC_FUNC_HASH_GET_ALGORITHM] = self.handle_rpc_hash
self.function_table[DKS_RPCFunc.RPC_FUNC_HASH_INITIALIZE] = self.handle_rpc_starthash
self.function_table[DKS_RPCFunc.RPC_FUNC_HASH_UPDATE] = self.handle_rpc_hash
self.function_table[DKS_RPCFunc.RPC_FUNC_HASH_FINALIZE] = self.handle_rpc_endhash
self.function_table[DKS_RPCFunc.RPC_FUNC_PKEY_LOAD] = self.handle_rpc_pkeyload
self.function_table[DKS_RPCFunc.RPC_FUNC_PKEY_OPEN] = self.handle_rpc_pkeyopen
self.function_table[DKS_RPCFunc.RPC_FUNC_PKEY_GENERATE_RSA] = self.handle_rpc_keygen
self.function_table[DKS_RPCFunc.RPC_FUNC_PKEY_GENERATE_EC] = self.handle_rpc_keygen
self.function_table[DKS_RPCFunc.RPC_FUNC_PKEY_CLOSE] = self.handle_rpc_pkey
self.function_table[DKS_RPCFunc.RPC_FUNC_PKEY_DELETE] = self.handle_rpc_pkey
self.function_table[DKS_RPCFunc.RPC_FUNC_PKEY_GET_KEY_TYPE] = self.handle_rpc_pkey
self.function_table[DKS_RPCFunc.RPC_FUNC_PKEY_GET_KEY_CURVE] = self.handle_rpc_pkey
self.function_table[DKS_RPCFunc.RPC_FUNC_PKEY_GET_KEY_FLAGS] = self.handle_rpc_pkey
self.function_table[DKS_RPCFunc.RPC_FUNC_PKEY_GET_PUBLIC_KEY_LEN] = self.handle_rpc_pkey
self.function_table[DKS_RPCFunc.RPC_FUNC_PKEY_GET_PUBLIC_KEY] = self.handle_rpc_pkey
self.function_table[DKS_RPCFunc.RPC_FUNC_PKEY_SIGN] = self.handle_rpc_pkey
self.function_table[DKS_RPCFunc.RPC_FUNC_PKEY_VERIFY] = self.handle_rpc_pkey
self.function_table[DKS_RPCFunc.RPC_FUNC_PKEY_MATCH] = self.handle_rpc_pkeymatch
self.function_table[DKS_RPCFunc.RPC_FUNC_PKEY_SET_ATTRIBUTES] = self.handle_rpc_pkey
self.function_table[DKS_RPCFunc.RPC_FUNC_PKEY_GET_ATTRIBUTES] = self.handle_rpc_pkey
self.function_table[DKS_RPCFunc.RPC_FUNC_PKEY_EXPORT] = self.handle_rpc_pkeyexport
self.function_table[DKS_RPCFunc.RPC_FUNC_PKEY_IMPORT] = self.handle_rpc_pkeyimport
self.function_table[DKS_RPCFunc.RPC_FUNC_PKEY_GENERATE_HASHSIG] = self.handle_rpc_keygen
self.function_table[DKS_RPCFunc.RPC_FUNC_GET_HSM_STATE] = self.handle_rpc_getdevice_state
self.function_table[DKS_RPCFunc.RPC_FUNC_GET_IP] = self.handle_rpc_getdevice_ip
self.function_table[DKS_RPCFunc.RPC_FUNC_SET_RPC_DEVICE] = self.handle_set_rpc
self.function_table[DKS_RPCFunc.RPC_FUNC_ENABLE_CACHE_KEYGEN] = self.handle_enable_cache_keygen
self.function_table[DKS_RPCFunc.RPC_FUNC_DISABLE_CACHE_KEYGEN] = self.handle_disable_cache_keygen
self.function_table[DKS_RPCFunc.RPC_FUNC_CHECK_TAMPER] = self.handle_rpc_usecurrent
self.function_table[DKS_RPCFunc.RPC_FUNC_USE_INCOMING_DEVICE_UUIDS] = self.handle_use_incoming_device_uuids
self.function_table[DKS_RPCFunc.RPC_FUNC_USE_INCOMING_MASTER_UUIDS] = self.handle_use_incoming_master_uuids
| [
2,
48443,
14629,
14,
8800,
14,
24330,
21015,
198,
2,
15069,
357,
66,
8,
2864,
11,
13130,
220,
13566,
7383,
4765,
11,
399,
5837,
198,
2,
1439,
2489,
10395,
13,
198,
2,
198,
2,
2297,
396,
3890,
290,
779,
287,
2723,
290,
13934,
5107,
11,
351,
393,
1231,
198,
2,
17613,
11,
389,
10431,
2810,
326,
262,
1708,
3403,
389,
198,
2,
1138,
25,
198,
2,
532,
2297,
396,
2455,
507,
286,
2723,
2438,
1276,
12377,
262,
2029,
6634,
4003,
11,
198,
2,
220,
220,
428,
1351,
286,
3403,
290,
262,
1708,
37592,
13,
198,
2,
198,
2,
532,
2297,
396,
2455,
507,
287,
13934,
1296,
1276,
22919,
262,
2029,
6634,
198,
2,
220,
220,
4003,
11,
428,
1351,
286,
3403,
290,
262,
1708,
37592,
287,
262,
198,
2,
220,
220,
10314,
290,
14,
273,
584,
5696,
2810,
351,
262,
6082,
13,
198,
2,
198,
2,
532,
16126,
262,
1438,
286,
262,
399,
12532,
3118,
316,
4249,
262,
3891,
286,
663,
20420,
743,
198,
2,
220,
220,
307,
973,
284,
11438,
393,
7719,
3186,
10944,
422,
428,
3788,
198,
2,
220,
220,
1231,
2176,
3161,
3194,
7170,
13,
198,
2,
198,
2,
12680,
47466,
3180,
36592,
2389,
1961,
11050,
3336,
27975,
38162,
9947,
367,
15173,
4877,
5357,
27342,
9865,
3843,
20673,
366,
1921,
198,
2,
3180,
1,
5357,
15529,
7788,
32761,
6375,
8959,
49094,
34764,
11015,
11,
47783,
2751,
11,
21728,
5626,
40880,
198,
2,
5390,
11,
3336,
8959,
49094,
34764,
11015,
3963,
34482,
3398,
1565,
5603,
25382,
5357,
376,
46144,
7473,
317,
198,
2,
16652,
2149,
37232,
33079,
48933,
15986,
13954,
48778,
1961,
13,
3268,
8005,
49261,
50163,
3336,
27975,
38162,
9947,
198,
2,
49707,
14418,
6375,
27342,
9865,
3843,
20673,
9348,
43031,
19146,
7473,
15529,
42242,
11,
3268,
17931,
23988,
11,
19387,
25256,
1847,
11,
198,
2,
38846,
11,
7788,
3620,
6489,
13153,
11,
6375,
7102,
5188,
10917,
3525,
12576,
29506,
25552,
357,
1268,
39149,
2751,
11,
21728,
5626,
40880,
198,
2,
5390,
11,
41755,
11335,
10979,
3963,
28932,
2257,
2043,
37780,
21090,
50,
6375,
49254,
26,
406,
18420,
3963,
23210,
11,
42865,
11,
6375,
198,
2,
4810,
19238,
29722,
26,
6375,
43949,
44180,
23255,
49,
8577,
24131,
8,
29630,
36,
5959,
7257,
2937,
1961,
5357,
6177,
15529,
3336,
15513,
3963,
198,
2,
43031,
25382,
11,
7655,
2767,
16879,
3268,
27342,
10659,
11,
19269,
18379,
43031,
25382,
11,
6375,
309,
9863,
357,
1268,
39149,
2751,
198,
2,
399,
7156,
43,
3528,
18310,
6375,
25401,
54,
24352,
8,
5923,
1797,
2751,
3268,
15529,
34882,
16289,
3963,
3336,
23210,
3963,
12680,
198,
2,
47466,
11,
45886,
16876,
5984,
29817,
1961,
3963,
3336,
28069,
11584,
25382,
3963,
13558,
3398,
29506,
11879,
13,
198,
198,
11748,
2878,
198,
198,
11748,
4704,
278,
198,
198,
6738,
334,
27112,
1330,
471,
27586,
198,
198,
2,
1330,
6097,
422,
262,
2656,
8194,
3055,
13,
76,
2821,
67,
198,
2,
8194,
3055,
62,
76,
2821,
67,
468,
587,
25121,
284,
8194,
3055,
14,
76,
2821,
67,
13,
9078,
198,
6738,
289,
5796,
62,
31391,
13,
29609,
3055,
13,
76,
2821,
67,
1330,
49706,
198,
198,
6738,
289,
5796,
62,
31391,
13,
71,
5796,
1330,
8152,
79,
17760,
24728,
9012,
198,
198,
6738,
6460,
1330,
18070,
5653,
12374,
198,
198,
6738,
289,
5796,
62,
31391,
13,
29609,
3055,
13,
29609,
3055,
13,
8019,
14201,
1330,
30532,
5124,
1886,
3118,
8002,
263,
11,
2124,
7109,
8019,
198,
6738,
289,
5796,
62,
31391,
13,
81,
14751,
62,
2673,
1330,
39400,
12502,
198,
6738,
289,
5796,
62,
31391,
13,
29609,
3055,
62,
634,
1330,
360,
27015,
62,
49,
5662,
37,
19524,
11,
360,
27015,
62,
39,
1847,
9218,
6030,
11,
59,
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,
360,
27015,
62,
39,
1847,
9218,
34227,
11,
360,
27015,
62,
39,
1847,
12331,
198,
6738,
289,
5796,
62,
31391,
13,
16663,
49585,
1990,
283,
1330,
14122,
31511,
43015,
198,
198,
6738,
374,
14751,
62,
38272,
1330,
7383,
23850,
24259,
11,
39400,
79,
2539,
62,
9654,
11,
39400,
9218,
5235,
62,
20274,
198,
198,
6738,
3440,
62,
17080,
3890,
1330,
8778,
20344,
3890,
628,
198,
4299,
374,
14751,
62,
1136,
62,
600,
7,
19662,
11,
4067,
2599,
198,
220,
220,
220,
366,
3855,
281,
493,
422,
257,
4067,
287,
281,
39400,
3275,
1,
198,
220,
220,
220,
1441,
2878,
13,
403,
8002,
7,
5320,
43,
1600,
31456,
58,
24886,
25,
24886,
10,
19,
12962,
58,
15,
60,
628,
198,
4299,
374,
14751,
62,
2617,
62,
600,
7,
19662,
11,
1366,
11,
4067,
2599,
198,
220,
220,
220,
366,
7248,
281,
493,
422,
257,
4067,
287,
281,
39400,
3275,
1,
198,
220,
220,
220,
1441,
31456,
58,
25,
24886,
60,
1343,
2878,
13,
8002,
7,
5320,
43,
1600,
1366,
8,
1343,
31456,
58,
24886,
10,
19,
47715,
628,
198,
4871,
7383,
37508,
24259,
25,
198,
220,
220,
220,
37227,
21918,
319,
262,
1994,
326,
257,
5412,
2173,
284,
37811,
628,
198,
198,
4871,
337,
2821,
36044,
25,
198,
220,
220,
220,
37227,
26437,
1398,
329,
16215,
262,
1181,
286,
257,
198,
220,
220,
220,
220,
220,
220,
4637,
284,
262,
3440,
3652,
8250,
37811,
628,
198,
4871,
39400,
6719,
41341,
25,
198,
220,
220,
220,
37227,
32,
903,
284,
3440,
5236,
1022,
3294,
374,
79,
6359,
37811,
628,
220,
220,
220,
825,
3853,
62,
81,
14751,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
26437,
679,
27915,
329,
17246,
281,
17130,
39400,
6518,
284,
779,
37811,
198,
220,
220,
220,
220,
220,
220,
220,
5550,
27389,
62,
2937,
1546,
62,
12473,
30818,
62,
45,
13918,
796,
362,
198,
220,
220,
220,
220,
220,
220,
220,
3335,
62,
9127,
796,
18896,
7,
944,
13,
81,
14751,
62,
4868,
8,
628,
220,
220,
220,
220,
220,
220,
220,
351,
7,
944,
13,
6679,
577,
62,
1092,
62,
16663,
62,
5354,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
717,
1949,
284,
21894,
14983,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
19545,
62,
1092,
62,
25202,
62,
2664,
15853,
352,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
7,
944,
13,
19545,
62,
1092,
62,
25202,
62,
2664,
1875,
5550,
27389,
62,
2937,
1546,
62,
12473,
30818,
62,
45,
13918,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
19545,
62,
1092,
62,
25202,
62,
2664,
796,
657,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
19545,
62,
1092,
62,
25202,
15853,
352,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
7,
944,
13,
19545,
62,
1092,
62,
25202,
18189,
3335,
62,
9127,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
19545,
62,
1092,
62,
25202,
796,
657,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
787,
1654,
428,
468,
262,
18197,
3463,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
1002,
691,
530,
1429,
318,
1262,
262,
367,
12310,
11,
1306,
62,
81,
14751,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
481,
2192,
307,
12876,
11,
475,
611,
3294,
7767,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
389,
1262,
262,
367,
12310,
11,
340,
338,
1744,
326,
262,
869,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
743,
1949,
284,
779,
257,
3335,
326,
338,
8179,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
41216,
284,
3463,
286,
3335,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3335,
62,
6551,
796,
2116,
13,
1136,
62,
29609,
3055,
62,
25202,
62,
6551,
7,
944,
13,
19545,
62,
1092,
62,
25202,
8,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
3335,
62,
9630,
287,
2124,
9521,
7,
25202,
62,
9127,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
611,
356,
1064,
257,
3335,
351,
257,
2793,
3463,
11,
779,
340,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
357,
944,
13,
19545,
62,
1092,
62,
25202,
14512,
3335,
62,
9630,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
649,
62,
25202,
62,
6551,
796,
2116,
13,
1136,
62,
29609,
3055,
62,
25202,
62,
6551,
7,
25202,
62,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
357,
3605,
62,
25202,
62,
6551,
1279,
3335,
62,
6551,
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,
3335,
62,
6551,
796,
649,
62,
25202,
62,
6551,
198,
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,
19545,
62,
1092,
62,
25202,
796,
3335,
62,
9630,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
13259,
3544,
198,
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,
19545,
62,
1092,
62,
25202,
62,
2664,
796,
657,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13,
19545,
62,
1092,
62,
25202,
628,
220,
220,
220,
2488,
26745,
628,
220,
220,
220,
825,
5412,
62,
2617,
62,
81,
14751,
7,
944,
11,
2438,
11,
5456,
11,
555,
8002,
263,
11,
6246,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
13409,
360,
27015,
39400,
284,
900,
262,
39400,
284,
779,
329,
477,
3848,
37811,
198,
220,
220,
220,
220,
220,
220,
220,
49706,
13,
10951,
7203,
49,
5662,
2438,
2722,
4064,
82,
11,
5412,
657,
87,
4,
87,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
360,
27015,
62,
49,
5662,
37,
19524,
13,
49,
5662,
62,
42296,
34,
62,
28480,
62,
49,
5662,
62,
7206,
27389,
11,
5456,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
651,
262,
11389,
284,
5078,
284,
198,
220,
220,
220,
220,
220,
220,
220,
374,
14751,
62,
9630,
796,
555,
8002,
263,
13,
403,
8002,
62,
28611,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
2882,
796,
2124,
7109,
8019,
13,
47,
10735,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
2882,
13,
8002,
62,
28611,
7,
8189,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2882,
13,
8002,
62,
28611,
7,
16366,
8,
628,
220,
220,
220,
220,
220,
220,
220,
611,
357,
29891,
13,
6738,
62,
316,
2881,
316,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
262,
39400,
460,
407,
307,
11777,
900,
422,
281,
2354,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
28475,
3262,
4637,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2882,
13,
8002,
62,
28611,
7,
35,
27015,
62,
39,
1847,
12331,
13,
39,
1847,
62,
24908,
62,
13775,
33,
2389,
41819,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
357,
81,
14751,
62,
9630,
1279,
18896,
7,
944,
13,
81,
14751,
62,
4868,
8,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
900,
262,
374,
14751,
284,
779,
329,
428,
6246,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6246,
13,
81,
14751,
62,
9630,
796,
374,
14751,
62,
9630,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2882,
13,
8002,
62,
28611,
7,
35,
27015,
62,
39,
1847,
12331,
13,
39,
1847,
62,
11380,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2882,
13,
8002,
62,
28611,
7,
35,
27015,
62,
39,
1847,
12331,
13,
39,
1847,
62,
24908,
62,
33,
2885,
62,
1503,
38,
5883,
15365,
8,
628,
220,
220,
220,
220,
220,
220,
220,
555,
12685,
9043,
62,
26209,
796,
2882,
13,
1136,
62,
22252,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
1441,
39400,
12502,
7,
403,
12685,
9043,
62,
26209,
11,
6045,
11,
6045,
8,
628,
220,
220,
220,
825,
5412,
62,
21633,
62,
23870,
62,
2539,
5235,
7,
944,
11,
2438,
11,
5456,
11,
555,
8002,
263,
11,
6246,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
13409,
360,
27015,
39400,
284,
7139,
40918,
286,
7560,
8251,
37811,
198,
220,
220,
220,
220,
220,
220,
220,
49706,
13,
10951,
7203,
49,
5662,
2438,
2722,
4064,
82,
11,
5412,
657,
87,
4,
87,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
360,
27015,
62,
49,
5662,
37,
19524,
13,
49,
5662,
62,
42296,
34,
62,
1677,
17534,
62,
34,
2246,
13909,
62,
20373,
35353,
13,
3672,
11,
5456,
8,
628,
220,
220,
220,
220,
220,
220,
220,
2882,
796,
2124,
7109,
8019,
13,
47,
10735,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
2882,
13,
8002,
62,
28611,
7,
8189,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2882,
13,
8002,
62,
28611,
7,
16366,
8,
628,
220,
220,
220,
220,
220,
220,
220,
611,
357,
29891,
13,
6738,
62,
316,
2881,
316,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
1994,
5235,
40918,
460,
407,
307,
11777,
900,
422,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
281,
28475,
3262,
4637,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2882,
13,
8002,
62,
28611,
7,
35,
27015,
62,
39,
1847,
12331,
13,
39,
1847,
62,
24908,
62,
13775,
33,
2389,
41819,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2882,
13,
8002,
62,
28611,
7,
35,
27015,
62,
39,
1847,
12331,
13,
39,
1847,
62,
11380,
8,
628,
220,
220,
220,
220,
220,
220,
220,
555,
12685,
9043,
62,
26209,
796,
2882,
13,
1136,
62,
22252,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
6246,
13,
23870,
62,
27568,
62,
13083,
796,
6407,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
10786,
66,
8103,
9343,
11537,
628,
220,
220,
220,
220,
220,
220,
220,
1441,
39400,
12502,
7,
403,
12685,
9043,
62,
26209,
11,
6045,
11,
6045,
8,
628,
220,
220,
220,
825,
5412,
62,
40223,
62,
23870,
62,
2539,
5235,
7,
944,
11,
2438,
11,
5456,
11,
555,
8002,
263,
11,
6246,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
13409,
360,
27015,
39400,
284,
15560,
40918,
286,
7560,
8251,
37811,
198,
220,
220,
220,
220,
220,
220,
220,
49706,
13,
10951,
7203,
49,
5662,
2438,
2722,
4064,
82,
11,
5412,
657,
87,
4,
87,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
360,
27015,
62,
49,
5662,
37,
19524,
13,
49,
5662,
62,
42296,
34,
62,
26288,
17534,
62,
34,
2246,
13909,
62,
20373,
35353,
13,
3672,
11,
5456,
8,
628,
220,
220,
220,
220,
220,
220,
220,
2882,
796,
2124,
7109,
8019,
13,
47,
10735,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
2882,
13,
8002,
62,
28611,
7,
8189,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2882,
13,
8002,
62,
28611,
7,
16366,
8,
628,
220,
220,
220,
220,
220,
220,
220,
611,
357,
29891,
13,
6738,
62,
316,
2881,
316,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
1994,
5235,
40918,
460,
407,
307,
11777,
900,
422,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
281,
28475,
3262,
4637,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2882,
13,
8002,
62,
28611,
7,
35,
27015,
62,
39,
1847,
12331,
13,
39,
1847,
62,
24908,
62,
13775,
33,
2389,
41819,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2882,
13,
8002,
62,
28611,
7,
35,
27015,
62,
39,
1847,
12331,
13,
39,
1847,
62,
11380,
8,
628,
220,
220,
220,
220,
220,
220,
220,
555,
12685,
9043,
62,
26209,
796,
2882,
13,
1136,
62,
22252,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
6246,
13,
23870,
62,
27568,
62,
13083,
796,
10352,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
10786,
66,
8103,
10058,
11537,
628,
220,
220,
220,
220,
220,
220,
220,
1441,
39400,
12502,
7,
403,
12685,
9043,
62,
26209,
11,
6045,
11,
6045,
8,
628,
220,
220,
220,
825,
5412,
62,
1904,
62,
259,
4976,
62,
25202,
62,
12303,
2340,
7,
944,
11,
2438,
11,
5456,
11,
555,
8002,
263,
11,
6246,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
13409,
360,
27015,
39400,
284,
7139,
1262,
15619,
3335,
334,
84,
2340,
37811,
198,
220,
220,
220,
220,
220,
220,
220,
49706,
13,
10951,
7203,
49,
5662,
2438,
2722,
4064,
82,
11,
5412,
657,
87,
4,
87,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
360,
27015,
62,
49,
5662,
37,
19524,
13,
49,
5662,
62,
42296,
34,
62,
19108,
62,
1268,
9858,
2751,
62,
7206,
27389,
62,
30100,
14255,
13,
3672,
11,
5456,
8,
628,
220,
220,
220,
220,
220,
220,
220,
2882,
796,
2124,
7109,
8019,
13,
47,
10735,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
2882,
13,
8002,
62,
28611,
7,
8189,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2882,
13,
8002,
62,
28611,
7,
16366,
8,
628,
220,
220,
220,
220,
220,
220,
220,
611,
357,
29891,
13,
6738,
62,
316,
2881,
316,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
1262,
3335,
334,
84,
2340,
460,
407,
307,
900,
277,
296,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
281,
28475,
3262,
4637,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2882,
13,
8002,
62,
28611,
7,
35,
27015,
62,
39,
1847,
12331,
13,
39,
1847,
62,
24908,
62,
13775,
33,
2389,
41819,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2882,
13,
8002,
62,
28611,
7,
35,
27015,
62,
39,
1847,
12331,
13,
39,
1847,
62,
11380,
8,
628,
220,
220,
220,
220,
220,
220,
220,
555,
12685,
9043,
62,
26209,
796,
2882,
13,
1136,
62,
22252,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
6246,
13,
259,
4976,
62,
12303,
2340,
62,
533,
62,
25202,
62,
12303,
2340,
796,
6407,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
10786,
13635,
278,
15619,
3335,
334,
84,
2340,
11537,
628,
220,
220,
220,
220,
220,
220,
220,
1441,
39400,
12502,
7,
403,
12685,
9043,
62,
26209,
11,
6045,
11,
6045,
8,
628,
220,
220,
220,
825,
5412,
62,
1904,
62,
259,
4976,
62,
9866,
62,
12303,
2340,
7,
944,
11,
2438,
11,
5456,
11,
555,
8002,
263,
11,
6246,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
13409,
360,
27015,
39400,
284,
7139,
1262,
15619,
4958,
334,
84,
2340,
37811,
198,
220,
220,
220,
220,
220,
220,
220,
49706,
13,
10951,
7203,
49,
5662,
2438,
2722,
4064,
82,
11,
5412,
657,
87,
4,
87,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
360,
27015,
62,
49,
5662,
37,
19524,
13,
49,
5662,
62,
42296,
34,
62,
19108,
62,
1268,
9858,
2751,
62,
31180,
5781,
62,
30100,
14255,
13,
3672,
11,
5456,
8,
628,
220,
220,
220,
220,
220,
220,
220,
2882,
796,
2124,
7109,
8019,
13,
47,
10735,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
2882,
13,
8002,
62,
28611,
7,
8189,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2882,
13,
8002,
62,
28611,
7,
16366,
8,
628,
220,
220,
220,
220,
220,
220,
220,
611,
357,
29891,
13,
6738,
62,
316,
2881,
316,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
1262,
3335,
334,
84,
2340,
460,
407,
307,
900,
277,
296,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
281,
28475,
3262,
4637,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2882,
13,
8002,
62,
28611,
7,
35,
27015,
62,
39,
1847,
12331,
13,
39,
1847,
62,
24908,
62,
13775,
33,
2389,
41819,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2882,
13,
8002,
62,
28611,
7,
35,
27015,
62,
39,
1847,
12331,
13,
39,
1847,
62,
11380,
8,
628,
220,
220,
220,
220,
220,
220,
220,
555,
12685,
9043,
62,
26209,
796,
2882,
13,
1136,
62,
22252,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
6246,
13,
259,
4976,
62,
12303,
2340,
62,
533,
62,
25202,
62,
12303,
2340,
796,
10352,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
10786,
13635,
278,
15619,
4958,
334,
84,
2340,
11537,
628,
220,
220,
220,
220,
220,
220,
220,
1441,
39400,
12502,
7,
403,
12685,
9043,
62,
26209,
11,
6045,
11,
6045,
8,
628,
220,
220,
220,
825,
5412,
62,
81,
14751,
62,
1092,
7,
944,
11,
2438,
11,
5456,
11,
555,
8002,
263,
11,
6246,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
6090,
1057,
319,
597,
1695,
17130,
780,
428,
318,
407,
17130,
2176,
37811,
198,
220,
220,
220,
220,
220,
220,
220,
374,
14751,
62,
9630,
796,
6246,
13,
81,
14751,
62,
9630,
611,
7,
29891,
13,
81,
14751,
62,
9630,
18189,
657,
8,
2073,
2116,
13,
6679,
577,
62,
81,
14751,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
49706,
13,
10951,
7203,
1092,
374,
14751,
1908,
284,
4064,
72,
1600,
374,
14751,
62,
9630,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1441,
39400,
12502,
7,
14202,
11,
685,
944,
13,
81,
14751,
62,
4868,
58,
81,
14751,
62,
9630,
60,
4357,
6045,
8,
628,
220,
220,
220,
825,
5412,
62,
81,
14751,
62,
439,
7,
944,
11,
2438,
11,
5456,
11,
555,
8002,
263,
11,
6246,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
34320,
1057,
319,
477,
435,
5902,
284,
2035,
284,
1394,
34279,
82,
47192,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
393,
780,
356,
836,
470,
760,
543,
17130,
356,
1183,
761,
1568,
37811,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
611,
262,
374,
14751,
62,
9630,
468,
587,
900,
329,
262,
6246,
11,
1464,
779,
340,
198,
220,
220,
220,
220,
220,
220,
220,
611,
7,
29891,
13,
81,
14751,
62,
9630,
18189,
657,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
39400,
12502,
7,
14202,
11,
685,
944,
13,
81,
14751,
62,
4868,
58,
29891,
13,
81,
14751,
62,
9630,
60,
4357,
6045,
8,
628,
220,
220,
220,
220,
220,
220,
220,
374,
14751,
62,
4868,
796,
2116,
13,
15883,
62,
439,
62,
81,
14751,
62,
4868,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
1441,
39400,
12502,
7,
14202,
11,
374,
14751,
62,
4868,
11,
2116,
13,
47423,
62,
81,
14751,
62,
439,
8,
628,
220,
220,
220,
825,
5412,
62,
81,
14751,
62,
7364,
400,
1077,
7,
944,
11,
2438,
11,
5456,
11,
555,
8002,
263,
11,
6246,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
1212,
318,
262,
2221,
278,
286,
257,
12234,
4905,
13,
4377,
39400,
460,
307,
973,
526,
15931,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
2922,
281,
39400,
284,
779,
329,
428,
49544,
4905,
198,
220,
220,
220,
220,
220,
220,
220,
6246,
13,
22019,
62,
71,
2140,
62,
9630,
796,
6246,
13,
81,
14751,
62,
9630,
611,
7,
29891,
13,
81,
14751,
62,
9630,
18189,
657,
8,
2073,
2116,
13,
6679,
577,
62,
81,
14751,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
49706,
13,
10951,
7203,
71,
2140,
319,
39400,
25,
4064,
72,
1600,
6246,
13,
22019,
62,
71,
2140,
62,
9630,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1441,
39400,
12502,
7,
14202,
11,
685,
944,
13,
81,
14751,
62,
4868,
58,
29891,
13,
22019,
62,
71,
2140,
62,
9630,
60,
4357,
2116,
13,
47423,
62,
81,
14751,
62,
7364,
400,
1077,
8,
628,
220,
220,
220,
825,
5412,
62,
81,
14751,
62,
17831,
7,
944,
11,
2438,
11,
5456,
11,
555,
8002,
263,
11,
6246,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
7454,
257,
12234,
468,
2067,
11,
356,
423,
284,
2555,
351,
340,
262,
976,
39400,
37811,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
651,
262,
5412,
286,
262,
12234,
4905,
198,
220,
220,
220,
220,
220,
220,
220,
5412,
796,
555,
8002,
263,
13,
403,
8002,
62,
28611,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
428,
5412,
1276,
307,
257,
1994,
198,
220,
220,
220,
220,
220,
220,
220,
611,
7,
28144,
407,
287,
6246,
13,
17831,
62,
81,
79,
6359,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
49706,
13,
10951,
7203,
28144,
62,
81,
14751,
62,
17831,
25,
5412,
407,
287,
6246,
13,
17831,
62,
81,
79,
6359,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13,
17953,
62,
18224,
62,
26209,
7,
8189,
11,
5456,
11,
360,
27015,
62,
39,
1847,
12331,
13,
39,
1847,
62,
24908,
62,
33,
2885,
62,
1503,
38,
5883,
15365,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1441,
39400,
12502,
7,
14202,
11,
685,
944,
13,
81,
14751,
62,
4868,
58,
29891,
13,
17831,
62,
81,
79,
6359,
58,
28144,
11907,
4357,
6045,
8,
628,
220,
220,
220,
825,
5412,
62,
81,
14751,
62,
437,
17831,
7,
944,
11,
2438,
11,
5456,
11,
555,
8002,
263,
11,
6246,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
732,
1053,
5201,
257,
12234,
4905,
37811,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
651,
262,
5412,
286,
262,
12234,
4905,
198,
220,
220,
220,
220,
220,
220,
220,
5412,
796,
555,
8002,
263,
13,
403,
8002,
62,
28611,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
428,
5412,
1276,
307,
257,
1994,
198,
220,
220,
220,
220,
220,
220,
220,
611,
7,
28144,
407,
287,
6246,
13,
17831,
62,
81,
79,
6359,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
49706,
13,
10951,
7203,
28144,
62,
81,
14751,
62,
17831,
25,
5412,
407,
287,
6246,
13,
17831,
62,
81,
79,
6359,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13,
17953,
62,
18224,
62,
26209,
7,
8189,
11,
5456,
11,
360,
27015,
62,
39,
1847,
12331,
13,
39,
1847,
62,
24908,
62,
33,
2885,
62,
1503,
38,
5883,
15365,
8,
628,
220,
220,
220,
220,
220,
220,
220,
374,
14751,
62,
9630,
796,
6246,
13,
17831,
62,
81,
79,
6359,
58,
28144,
60,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
262,
5412,
645,
2392,
2476,
284,
307,
287,
262,
22155,
198,
220,
220,
220,
220,
220,
220,
220,
1619,
6246,
13,
17831,
62,
81,
79,
6359,
13,
12924,
58,
28144,
60,
628,
220,
220,
220,
220,
220,
220,
220,
1441,
39400,
12502,
7,
14202,
11,
685,
944,
13,
81,
14751,
62,
4868,
58,
81,
14751,
62,
9630,
60,
4357,
6045,
8,
628,
220,
220,
220,
825,
5412,
62,
81,
14751,
62,
1904,
14421,
7,
944,
11,
2438,
11,
5456,
11,
555,
8002,
263,
11,
6246,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
464,
14500,
6163,
39400,
1276,
307,
973,
37811,
198,
220,
220,
220,
220,
220,
220,
220,
374,
14751,
62,
9630,
796,
6246,
13,
81,
14751,
62,
9630,
198,
220,
220,
220,
220,
220,
220,
220,
611,
7,
81,
14751,
62,
9630,
1279,
657,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
374,
14751,
62,
9630,
796,
6246,
13,
2539,
62,
404,
62,
7890,
13,
81,
14751,
62,
9630,
628,
220,
220,
220,
220,
220,
220,
220,
1441,
39400,
12502,
7,
14202,
11,
685,
944,
13,
81,
14751,
62,
4868,
58,
81,
14751,
62,
9630,
60,
4357,
6045,
8,
628,
220,
220,
220,
825,
5412,
62,
81,
14751,
62,
79,
2539,
7,
944,
11,
2438,
11,
5456,
11,
555,
8002,
263,
11,
6246,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
1904,
5412,
284,
2922,
39400,
37811,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
651,
262,
5412,
286,
262,
12234,
4905,
198,
220,
220,
220,
220,
220,
220,
220,
5412,
796,
555,
8002,
263,
13,
403,
8002,
62,
28611,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
428,
5412,
1276,
307,
257,
1994,
198,
220,
220,
220,
220,
220,
220,
220,
611,
7,
28144,
407,
287,
6246,
13,
2539,
62,
81,
79,
6359,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
49706,
13,
10951,
7203,
28144,
62,
81,
14751,
62,
79,
2539,
25,
5412,
407,
287,
6246,
13,
2539,
62,
81,
79,
6359,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13,
17953,
62,
18224,
62,
26209,
7,
8189,
11,
5456,
11,
360,
27015,
62,
39,
1847,
12331,
13,
39,
1847,
62,
24908,
62,
33,
2885,
62,
1503,
38,
5883,
15365,
8,
628,
220,
220,
220,
220,
220,
220,
220,
374,
14751,
62,
9630,
796,
6246,
13,
2539,
62,
81,
79,
6359,
58,
28144,
4083,
81,
14751,
62,
9630,
198,
220,
220,
220,
220,
220,
220,
220,
3335,
62,
12303,
312,
796,
6246,
13,
2539,
62,
81,
79,
6359,
58,
28144,
4083,
12303,
312,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
49706,
13,
10951,
7203,
12814,
279,
2539,
5412,
25,
4,
72,
39400,
25,
4,
72,
1600,
5412,
11,
374,
14751,
62,
9630,
8,
628,
220,
220,
220,
220,
220,
220,
220,
6246,
13,
2539,
62,
404,
62,
7890,
796,
7383,
32180,
6601,
7,
81,
14751,
62,
9630,
11,
5412,
11,
3335,
62,
12303,
312,
8,
628,
220,
220,
220,
220,
220,
220,
220,
611,
357,
8189,
6624,
360,
27015,
62,
49,
5662,
37,
19524,
13,
49,
5662,
62,
42296,
34,
62,
47,
20373,
62,
7206,
2538,
9328,
393,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2438,
6624,
360,
27015,
62,
49,
5662,
37,
19524,
13,
49,
5662,
62,
42296,
34,
62,
47,
20373,
62,
32737,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
39400,
12502,
7,
14202,
11,
685,
944,
13,
81,
14751,
62,
4868,
58,
81,
14751,
62,
9630,
60,
4357,
2116,
13,
47423,
62,
81,
14751,
62,
19836,
62,
33678,
2539,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
39400,
12502,
7,
14202,
11,
685,
944,
13,
81,
14751,
62,
4868,
58,
81,
14751,
62,
9630,
60,
4357,
6045,
8,
628,
220,
220,
220,
825,
5412,
62,
81,
14751,
62,
79,
2539,
2220,
7,
944,
11,
2438,
11,
5456,
11,
555,
8002,
263,
11,
6246,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
1904,
14500,
6163,
39400,
290,
651,
4504,
334,
27112,
290,
5412,
37811,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
611,
262,
6246,
374,
14751,
62,
9630,
468,
407,
307,
900,
11,
428,
1276,
1972,
262,
1171,
1994,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
374,
14751,
62,
9630,
796,
6246,
13,
81,
14751,
62,
9630,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
611,
7,
81,
14751,
62,
9630,
1279,
657,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
220,
220,
220,
220,
374,
14751,
62,
9630,
796,
2116,
13,
6679,
577,
62,
81,
14751,
3419,
1303,
29891,
13,
2539,
62,
404,
62,
7890,
13,
81,
14751,
62,
9630,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
2922,
281,
39400,
284,
779,
329,
428,
49544,
4905,
198,
220,
220,
220,
220,
220,
220,
220,
6246,
13,
2539,
62,
404,
62,
7890,
13,
81,
14751,
62,
9630,
796,
6246,
13,
81,
14751,
62,
9630,
611,
7,
29891,
13,
81,
14751,
62,
9630,
18189,
657,
8,
2073,
2116,
13,
6679,
577,
62,
81,
14751,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
49706,
13,
10951,
7203,
29891,
13,
81,
14751,
62,
9630,
6624,
4064,
72,
220,
6246,
13,
2539,
62,
404,
62,
7890,
13,
81,
14751,
62,
9630,
6624,
4064,
72,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6246,
13,
81,
14751,
62,
9630,
11,
6246,
13,
2539,
62,
404,
62,
7890,
13,
81,
14751,
62,
9630,
8,
628,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
15000,
279,
74,
6359,
1157,
6246,
4686,
198,
220,
220,
220,
220,
220,
220,
220,
555,
8002,
263,
13,
403,
8002,
62,
28611,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
15000,
4587,
198,
220,
220,
220,
220,
220,
220,
220,
555,
8002,
263,
13,
403,
8002,
62,
33661,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
651,
9701,
198,
220,
220,
220,
220,
220,
220,
220,
6246,
13,
33152,
796,
555,
8002,
263,
13,
403,
8002,
62,
28611,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
611,
468,
35226,
7,
29891,
11,
705,
79,
2539,
62,
4906,
6,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
2190,
355,
262,
1171,
2196,
286,
262,
938,
1953,
660,
1994,
7560,
355,
428,
318,
262,
3210,
8748,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
7,
29891,
13,
79,
2539,
62,
4906,
6624,
360,
27015,
62,
39,
1847,
9218,
6030,
13,
39,
1847,
62,
20373,
62,
25216,
62,
49,
4090,
62,
4805,
3824,
6158,
290,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6246,
13,
33152,
1222,
360,
27015,
62,
39,
1847,
9218,
34227,
13,
39,
1847,
62,
20373,
62,
38948,
62,
5105,
32936,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6246,
13,
79,
2539,
62,
4906,
796,
360,
27015,
62,
39,
1847,
9218,
6030,
13,
39,
1847,
62,
20373,
62,
25216,
62,
49,
4090,
62,
5105,
32936,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
7,
29891,
13,
79,
2539,
62,
4906,
6624,
360,
27015,
62,
39,
1847,
9218,
6030,
13,
39,
1847,
62,
20373,
62,
25216,
62,
2943,
62,
4805,
3824,
6158,
290,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6246,
13,
33152,
1222,
360,
27015,
62,
39,
1847,
9218,
34227,
13,
39,
1847,
62,
20373,
62,
38948,
62,
5105,
32936,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6246,
13,
79,
2539,
62,
4906,
796,
360,
27015,
62,
39,
1847,
9218,
6030,
13,
39,
1847,
62,
20373,
62,
25216,
62,
2943,
62,
5105,
32936,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
7,
29891,
13,
79,
2539,
62,
4906,
6624,
360,
27015,
62,
39,
1847,
9218,
6030,
13,
39,
1847,
62,
20373,
62,
25216,
62,
39,
1921,
7998,
3528,
62,
4805,
3824,
6158,
290,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6246,
13,
33152,
1222,
360,
27015,
62,
39,
1847,
9218,
34227,
13,
39,
1847,
62,
20373,
62,
38948,
62,
5105,
32936,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6246,
13,
79,
2539,
62,
4906,
796,
360,
27015,
62,
39,
1847,
9218,
6030,
13,
39,
1847,
62,
20373,
62,
25216,
62,
39,
1921,
7998,
3528,
62,
5105,
32936,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6246,
13,
79,
2539,
62,
4906,
796,
360,
27015,
62,
39,
1847,
9218,
6030,
13,
39,
1847,
62,
20373,
62,
25216,
62,
45,
11651,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6246,
13,
22019,
303,
796,
657,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
4175,
262,
3440,
3652,
8250,
326,
356,
389,
1804,
281,
5789,
1994,
4905,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
19119,
62,
25202,
62,
6551,
7,
29891,
13,
2539,
62,
404,
62,
7890,
13,
81,
14751,
62,
9630,
11,
2116,
13,
79,
2539,
62,
5235,
62,
6551,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1441,
39400,
12502,
7,
14202,
11,
685,
944,
13,
81,
14751,
62,
4868,
58,
29891,
13,
2539,
62,
404,
62,
7890,
13,
81,
14751,
62,
9630,
60,
4357,
2116,
13,
47423,
62,
81,
14751,
62,
2539,
5235,
8,
628,
220,
220,
220,
825,
5412,
62,
81,
14751,
62,
79,
2539,
11748,
7,
944,
11,
2438,
11,
5456,
11,
555,
8002,
263,
11,
6246,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
1904,
14500,
6163,
39400,
290,
651,
4504,
334,
27112,
290,
5412,
37811,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
611,
262,
6246,
374,
14751,
62,
9630,
468,
407,
307,
900,
11,
428,
1276,
1972,
262,
1171,
1994,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
374,
14751,
62,
9630,
796,
6246,
13,
81,
14751,
62,
9630,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
611,
7,
81,
14751,
62,
9630,
1279,
657,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
220,
220,
220,
220,
374,
14751,
62,
9630,
796,
2116,
13,
6679,
577,
62,
81,
14751,
3419,
1303,
29891,
13,
2539,
62,
404,
62,
7890,
13,
81,
14751,
62,
9630,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
2922,
281,
39400,
284,
779,
329,
428,
49544,
4905,
198,
220,
220,
220,
220,
220,
220,
220,
6246,
13,
2539,
62,
404,
62,
7890,
13,
81,
14751,
62,
9630,
796,
6246,
13,
81,
14751,
62,
9630,
611,
7,
29891,
13,
81,
14751,
62,
9630,
18189,
657,
8,
2073,
2116,
13,
6679,
577,
62,
81,
14751,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
49706,
13,
10951,
7203,
29891,
13,
81,
14751,
62,
9630,
6624,
4064,
72,
220,
6246,
13,
2539,
62,
404,
62,
7890,
13,
81,
14751,
62,
9630,
6624,
4064,
72,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6246,
13,
81,
14751,
62,
9630,
11,
6246,
13,
2539,
62,
404,
62,
7890,
13,
81,
14751,
62,
9630,
8,
628,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
15000,
279,
74,
6359,
1157,
6246,
4686,
198,
220,
220,
220,
220,
220,
220,
220,
555,
8002,
263,
13,
403,
8002,
62,
28611,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
15000,
885,
365,
74,
198,
220,
220,
220,
220,
220,
220,
220,
555,
8002,
263,
13,
403,
8002,
62,
28611,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
15000,
279,
74,
6359,
23,
198,
220,
220,
220,
220,
220,
220,
220,
555,
8002,
263,
13,
403,
8002,
62,
33661,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
15000,
885,
74,
198,
220,
220,
220,
220,
220,
220,
220,
555,
8002,
263,
13,
403,
8002,
62,
33661,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
651,
9701,
198,
220,
220,
220,
220,
220,
220,
220,
6246,
13,
33152,
796,
555,
8002,
263,
13,
403,
8002,
62,
28611,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
611,
468,
35226,
7,
29891,
11,
705,
79,
2539,
62,
4906,
6,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
2190,
355,
262,
1171,
2196,
286,
262,
938,
1953,
660,
1994,
7560,
355,
428,
318,
262,
3210,
8748,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
7,
29891,
13,
79,
2539,
62,
4906,
6624,
360,
27015,
62,
39,
1847,
9218,
6030,
13,
39,
1847,
62,
20373,
62,
25216,
62,
49,
4090,
62,
4805,
3824,
6158,
290,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6246,
13,
33152,
1222,
360,
27015,
62,
39,
1847,
9218,
34227,
13,
39,
1847,
62,
20373,
62,
38948,
62,
5105,
32936,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6246,
13,
79,
2539,
62,
4906,
796,
360,
27015,
62,
39,
1847,
9218,
6030,
13,
39,
1847,
62,
20373,
62,
25216,
62,
49,
4090,
62,
5105,
32936,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
7,
29891,
13,
79,
2539,
62,
4906,
6624,
360,
27015,
62,
39,
1847,
9218,
6030,
13,
39,
1847,
62,
20373,
62,
25216,
62,
2943,
62,
4805,
3824,
6158,
290,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6246,
13,
33152,
1222,
360,
27015,
62,
39,
1847,
9218,
34227,
13,
39,
1847,
62,
20373,
62,
38948,
62,
5105,
32936,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6246,
13,
79,
2539,
62,
4906,
796,
360,
27015,
62,
39,
1847,
9218,
6030,
13,
39,
1847,
62,
20373,
62,
25216,
62,
2943,
62,
5105,
32936,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
7,
29891,
13,
79,
2539,
62,
4906,
6624,
360,
27015,
62,
39,
1847,
9218,
6030,
13,
39,
1847,
62,
20373,
62,
25216,
62,
39,
1921,
7998,
3528,
62,
4805,
3824,
6158,
290,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6246,
13,
33152,
1222,
360,
27015,
62,
39,
1847,
9218,
34227,
13,
39,
1847,
62,
20373,
62,
38948,
62,
5105,
32936,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6246,
13,
79,
2539,
62,
4906,
796,
360,
27015,
62,
39,
1847,
9218,
6030,
13,
39,
1847,
62,
20373,
62,
25216,
62,
39,
1921,
7998,
3528,
62,
5105,
32936,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6246,
13,
79,
2539,
62,
4906,
796,
360,
27015,
62,
39,
1847,
9218,
6030,
13,
39,
1847,
62,
20373,
62,
25216,
62,
45,
11651,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6246,
13,
22019,
303,
796,
657,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
4175,
262,
3440,
3652,
8250,
326,
356,
389,
1804,
281,
5789,
1994,
4905,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
19119,
62,
25202,
62,
6551,
7,
29891,
13,
2539,
62,
404,
62,
7890,
13,
81,
14751,
62,
9630,
11,
2116,
13,
79,
2539,
62,
5235,
62,
6551,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1441,
39400,
12502,
7,
14202,
11,
685,
944,
13,
81,
14751,
62,
4868,
58,
29891,
13,
2539,
62,
404,
62,
7890,
13,
81,
14751,
62,
9630,
60,
4357,
2116,
13,
47423,
62,
81,
14751,
62,
2539,
5235,
8,
628,
198,
220,
220,
220,
825,
5412,
62,
81,
14751,
62,
2539,
5235,
7,
944,
11,
2438,
11,
5456,
11,
555,
8002,
263,
11,
6246,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
32,
1994,
468,
587,
7560,
13,
16409,
334,
27112,
290,
5412,
37811,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
15000,
279,
74,
6359,
1157,
6246,
4686,
198,
220,
220,
220,
220,
220,
220,
220,
555,
8002,
263,
13,
403,
8002,
62,
28611,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
3613,
262,
1994,
6460,
198,
220,
220,
220,
220,
220,
220,
220,
611,
357,
8189,
6624,
360,
27015,
62,
49,
5662,
37,
19524,
13,
49,
5662,
62,
42296,
34,
62,
47,
20373,
62,
35353,
1137,
6158,
62,
49,
4090,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6246,
13,
79,
2539,
62,
4906,
796,
360,
27015,
62,
39,
1847,
9218,
6030,
13,
39,
1847,
62,
20373,
62,
25216,
62,
49,
4090,
62,
4805,
3824,
6158,
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,
1303,
15000,
1994,
11925,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
555,
8002,
263,
13,
403,
8002,
62,
28611,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
651,
262,
28622,
780,
356,
761,
262,
2546,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
28622,
796,
555,
8002,
263,
13,
403,
8002,
62,
33661,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
651,
262,
4067,
286,
262,
9701,
523,
356,
460,
1487,
611,
2622,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1033,
62,
11925,
796,
18896,
7,
11201,
3471,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1033,
62,
39231,
796,
357,
19,
532,
1033,
62,
11925,
4064,
604,
8,
4064,
604,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6056,
62,
24886,
796,
1160,
1343,
1033,
62,
11925,
1343,
1033,
62,
39231,
628,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
357,
8189,
6624,
360,
27015,
62,
49,
5662,
37,
19524,
13,
49,
5662,
62,
42296,
34,
62,
47,
20373,
62,
35353,
1137,
6158,
62,
2943,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6246,
13,
79,
2539,
62,
4906,
796,
360,
27015,
62,
39,
1847,
9218,
6030,
13,
39,
1847,
62,
20373,
62,
25216,
62,
2943,
62,
4805,
3824,
6158,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
651,
262,
4067,
286,
262,
9701,
523,
356,
460,
1487,
611,
2622,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6056,
62,
24886,
796,
1467,
198,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
357,
8189,
6624,
360,
27015,
62,
49,
5662,
37,
19524,
13,
49,
5662,
62,
42296,
34,
62,
47,
20373,
62,
35353,
1137,
6158,
62,
39,
1921,
7998,
3528,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6246,
13,
79,
2539,
62,
4906,
796,
360,
27015,
62,
39,
1847,
9218,
6030,
13,
39,
1847,
62,
20373,
62,
25216,
62,
39,
1921,
7998,
3528,
62,
4805,
3824,
6158,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
651,
262,
4067,
286,
262,
9701,
523,
356,
460,
1487,
611,
2622,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6056,
62,
24886,
796,
1987,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
651,
262,
9701,
198,
220,
220,
220,
220,
220,
220,
220,
6246,
13,
33152,
796,
374,
14751,
62,
1136,
62,
600,
7,
29891,
13,
14421,
62,
25927,
11,
6056,
62,
24886,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
2198,
284,
766,
611,
262,
374,
14751,
468,
587,
9058,
284,
1249,
10784,
540,
2839,
8251,
198,
220,
220,
220,
220,
220,
220,
220,
611,
14808,
29891,
13,
21633,
62,
39344,
540,
62,
19734,
62,
13083,
6624,
6407,
8,
290,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
29891,
13,
33152,
1222,
360,
27015,
62,
39,
1847,
9218,
34227,
13,
39,
1847,
62,
20373,
62,
38948,
62,
2937,
11879,
62,
20373,
24181,
4061,
16879,
10979,
8,
6624,
657,
290,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
29891,
13,
33152,
1222,
360,
27015,
62,
39,
1847,
9218,
34227,
13,
39,
1847,
62,
20373,
62,
38948,
62,
2937,
11879,
62,
26947,
24181,
4061,
16879,
10979,
8,
6624,
657,
2599,
198,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
649,
62,
32109,
796,
6246,
13,
33152,
930,
360,
27015,
62,
39,
1847,
9218,
34227,
13,
39,
1847,
62,
20373,
62,
38948,
62,
6369,
44680,
38148,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6246,
13,
14421,
62,
25927,
796,
374,
14751,
62,
2617,
62,
600,
7,
29891,
13,
14421,
62,
25927,
11,
649,
62,
32109,
11,
6056,
62,
24886,
8,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
34182,
2198,
13,
6889,
1654,
356,
651,
736,
644,
356,
655,
900,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6246,
13,
33152,
796,
374,
14751,
62,
1136,
62,
600,
7,
29891,
13,
14421,
62,
25927,
11,
6056,
62,
24886,
8,
628,
198,
220,
220,
220,
220,
220,
220,
220,
49706,
13,
10951,
7203,
9218,
5215,
34771,
25,
657,
87,
4,
55,
1,
4,
29891,
13,
33152,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
2922,
281,
39400,
284,
779,
329,
428,
49544,
4905,
198,
220,
220,
220,
220,
220,
220,
220,
6246,
13,
2539,
62,
404,
62,
7890,
13,
81,
14751,
62,
9630,
796,
6246,
13,
81,
14751,
62,
9630,
611,
7,
29891,
13,
81,
14751,
62,
9630,
18189,
657,
8,
2073,
2116,
13,
6679,
577,
62,
81,
14751,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
49706,
13,
10951,
7203,
29891,
13,
81,
14751,
62,
9630,
6624,
4064,
72,
220,
6246,
13,
2539,
62,
404,
62,
7890,
13,
81,
14751,
62,
9630,
6624,
4064,
72,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6246,
13,
81,
14751,
62,
9630,
11,
6246,
13,
2539,
62,
404,
62,
7890,
13,
81,
14751,
62,
9630,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
4175,
262,
3440,
3652,
8250,
326,
356,
389,
1804,
281,
5789,
1994,
4905,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
19119,
62,
25202,
62,
6551,
7,
29891,
13,
2539,
62,
404,
62,
7890,
13,
81,
14751,
62,
9630,
11,
2116,
13,
79,
2539,
62,
5235,
62,
6551,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1441,
39400,
12502,
7,
14202,
11,
685,
944,
13,
81,
14751,
62,
4868,
58,
29891,
13,
2539,
62,
404,
62,
7890,
13,
81,
14751,
62,
9630,
60,
4357,
2116,
13,
47423,
62,
81,
14751,
62,
2539,
5235,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
628,
220,
220,
220,
825,
5412,
62,
81,
14751,
62,
79,
2539,
15699,
7,
944,
11,
2438,
11,
5456,
11,
555,
8002,
263,
11,
6246,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
15699,
319,
477,
374,
79,
6359,
290,
788,
12082,
2482,
198,
220,
220,
220,
220,
220,
220,
220,
15619,
471,
27586,
82,
389,
4958,
3084,
471,
27586,
82,
37811,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
611,
262,
374,
14751,
62,
9630,
468,
587,
900,
329,
262,
6246,
11,
1464,
779,
340,
198,
220,
220,
220,
220,
220,
220,
220,
611,
7,
29891,
13,
259,
4976,
62,
12303,
2340,
62,
533,
62,
25202,
62,
12303,
2340,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
7,
29891,
13,
81,
14751,
62,
9630,
18189,
657,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
39400,
12502,
7,
14202,
11,
685,
944,
13,
81,
14751,
62,
4868,
58,
29891,
13,
81,
14751,
62,
9630,
60,
4357,
6045,
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,
49706,
13,
10951,
7203,
28144,
62,
81,
14751,
62,
79,
2539,
15699,
25,
1262,
3335,
334,
27112,
11,
475,
3335,
407,
900,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13,
17953,
62,
18224,
62,
26209,
7,
8189,
11,
5456,
11,
360,
27015,
62,
39,
1847,
12331,
13,
39,
1847,
62,
24908,
62,
3955,
47,
18420,
34563,
8,
628,
220,
220,
220,
220,
220,
220,
220,
6246,
13,
2539,
15699,
62,
36604,
796,
7383,
23850,
24259,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
555,
8002,
290,
3650,
1994,
2872,
12608,
198,
220,
220,
220,
220,
220,
220,
220,
6246,
13,
2539,
15699,
62,
36604,
13,
403,
8002,
7,
403,
8002,
263,
8,
628,
220,
220,
220,
220,
220,
220,
220,
49706,
13,
10951,
7203,
79,
2539,
62,
15699,
25,
1255,
62,
9806,
796,
4064,
72,
11,
334,
27112,
796,
4064,
82,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6246,
13,
2539,
15699,
62,
36604,
13,
20274,
62,
9806,
11,
6246,
13,
2539,
15699,
62,
36604,
13,
12303,
312,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
611,
334,
27112,
318,
4844,
11,
2989,
39400,
657,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
2073,
2989,
3599,
351,
262,
39400,
326,
262,
334,
27112,
318,
319,
628,
220,
220,
220,
220,
220,
220,
220,
611,
7,
29891,
13,
2539,
15699,
62,
36604,
13,
12303,
312,
6624,
7383,
23850,
24259,
13,
23108,
62,
12303,
312,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
7,
29891,
13,
81,
14751,
62,
9630,
18189,
657,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6246,
13,
2539,
15699,
62,
36604,
13,
81,
14751,
62,
9630,
796,
6246,
13,
81,
14751,
62,
9630,
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,
6246,
13,
2539,
15699,
62,
36604,
13,
81,
14751,
62,
9630,
796,
657,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
761,
284,
10385,
4958,
62,
12303,
312,
284,
3335,
62,
12303,
312,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
7,
29891,
13,
81,
14751,
62,
9630,
18189,
657,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3335,
62,
4868,
796,
6246,
13,
23870,
13,
1136,
62,
282,
5902,
7,
29891,
13,
2539,
15699,
62,
36604,
13,
12303,
312,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
357,
29891,
13,
81,
14751,
62,
9630,
407,
287,
3335,
62,
4868,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
49706,
13,
10951,
7203,
28144,
62,
81,
14751,
62,
79,
2539,
9654,
25,
6246,
13,
81,
14751,
62,
9630,
407,
287,
3335,
62,
4868,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13,
17953,
62,
18224,
62,
26209,
7,
8189,
11,
5456,
11,
360,
27015,
62,
39,
1847,
12331,
13,
39,
1847,
62,
24908,
62,
20373,
62,
11929,
62,
37,
15919,
8,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6246,
13,
2539,
15699,
62,
36604,
13,
81,
14751,
62,
9630,
796,
6246,
13,
81,
14751,
62,
9630,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
761,
284,
4296,
262,
3141,
351,
262,
649,
471,
27586,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6246,
13,
2539,
15699,
62,
36604,
13,
12303,
312,
796,
3335,
62,
4868,
58,
29891,
13,
81,
14751,
62,
9630,
60,
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,
1064,
262,
374,
14751,
326,
428,
318,
319,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3335,
62,
1462,
62,
12947,
796,
6246,
13,
23870,
13,
1136,
62,
26591,
62,
9319,
395,
62,
9630,
7,
29891,
13,
2539,
15699,
62,
36604,
13,
12303,
312,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
7,
25202,
62,
1462,
62,
12947,
318,
6045,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13,
17953,
62,
18224,
62,
26209,
7,
8189,
11,
5456,
11,
360,
27015,
62,
39,
1847,
12331,
13,
39,
1847,
62,
24908,
62,
49,
5662,
62,
5446,
1565,
4303,
9863,
8,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6246,
13,
2539,
15699,
62,
36604,
13,
81,
14751,
62,
9630,
796,
3335,
62,
1462,
62,
12947,
58,
15,
60,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
761,
284,
4296,
262,
3141,
351,
262,
649,
471,
27586,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6246,
13,
2539,
15699,
62,
36604,
13,
12303,
312,
796,
3335,
62,
1462,
62,
12947,
58,
16,
60,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6246,
13,
14421,
62,
25927,
796,
6246,
13,
2539,
15699,
62,
36604,
13,
7856,
441,
7,
8189,
11,
5456,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
787,
1654,
262,
374,
14751,
62,
9630,
373,
900,
198,
220,
220,
220,
220,
220,
220,
220,
611,
7,
10134,
35226,
7,
29891,
13,
2539,
15699,
62,
36604,
11,
705,
81,
14751,
62,
9630,
11537,
6624,
10352,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13,
17953,
62,
18224,
62,
26209,
7,
8189,
11,
5456,
11,
360,
27015,
62,
39,
1847,
12331,
13,
39,
1847,
62,
24908,
62,
49,
5662,
62,
5446,
1565,
4303,
9863,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1441,
39400,
12502,
7,
14202,
11,
685,
944,
13,
81,
14751,
62,
4868,
58,
29891,
13,
2539,
15699,
62,
36604,
13,
81,
14751,
62,
9630,
60,
4357,
2116,
13,
47423,
62,
81,
14751,
62,
79,
2539,
15699,
8,
628,
220,
220,
220,
825,
2251,
62,
8818,
62,
11487,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
11041,
257,
3084,
284,
2952,
2922,
262,
2446,
284,
5412,
1123,
39400,
2581,
37811,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8818,
62,
11487,
58,
35,
27015,
62,
49,
5662,
37,
19524,
13,
49,
5662,
62,
42296,
34,
62,
18851,
62,
43717,
60,
796,
2116,
13,
28144,
62,
81,
14751,
62,
1092,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8818,
62,
11487,
58,
35,
27015,
62,
49,
5662,
37,
19524,
13,
49,
5662,
62,
42296,
34,
62,
18851,
62,
49,
6981,
2662,
60,
796,
2116,
13,
28144,
62,
81,
14751,
62,
1092,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8818,
62,
11487,
58,
35,
27015,
62,
49,
5662,
37,
19524,
13,
49,
5662,
62,
42296,
34,
62,
28480,
62,
44032,
60,
796,
2116,
13,
28144,
62,
81,
14751,
62,
439,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8818,
62,
11487,
58,
35,
27015,
62,
49,
5662,
37,
19524,
13,
49,
5662,
62,
42296,
34,
62,
25294,
1268,
60,
796,
2116,
13,
28144,
62,
81,
14751,
62,
439,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8818,
62,
11487,
58,
35,
27015,
62,
49,
5662,
37,
19524,
13,
49,
5662,
62,
42296,
34,
62,
25294,
12425,
60,
796,
2116,
13,
28144,
62,
81,
14751,
62,
439,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8818,
62,
11487,
58,
35,
27015,
62,
49,
5662,
37,
19524,
13,
49,
5662,
62,
42296,
34,
62,
25294,
12425,
62,
7036,
60,
796,
2116,
13,
28144,
62,
81,
14751,
62,
439,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8818,
62,
11487,
58,
35,
27015,
62,
49,
5662,
37,
19524,
13,
49,
5662,
62,
42296,
34,
62,
1797,
62,
25294,
38,
1961,
62,
1268,
60,
796,
2116,
13,
28144,
62,
81,
14751,
62,
439,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8818,
62,
11487,
58,
35,
27015,
62,
49,
5662,
37,
19524,
13,
49,
5662,
62,
42296,
34,
62,
39,
11211,
62,
18851,
62,
35,
3528,
6465,
62,
43,
1677,
60,
796,
2116,
13,
28144,
62,
81,
14751,
62,
1092,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8818,
62,
11487,
58,
35,
27015,
62,
49,
5662,
37,
19524,
13,
49,
5662,
62,
42296,
34,
62,
39,
11211,
62,
18851,
62,
35,
3528,
6465,
62,
1847,
38,
1581,
10554,
44,
62,
2389,
60,
796,
2116,
13,
28144,
62,
81,
14751,
62,
1092,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8818,
62,
11487,
58,
35,
27015,
62,
49,
5662,
37,
19524,
13,
49,
5662,
62,
42296,
34,
62,
39,
11211,
62,
18851,
62,
1847,
38,
1581,
10554,
44,
60,
796,
2116,
13,
28144,
62,
81,
14751,
62,
17831,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8818,
62,
11487,
58,
35,
27015,
62,
49,
5662,
37,
19524,
13,
49,
5662,
62,
42296,
34,
62,
39,
11211,
62,
1268,
2043,
12576,
35400,
60,
796,
2116,
13,
28144,
62,
81,
14751,
62,
7364,
400,
1077,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8818,
62,
11487,
58,
35,
27015,
62,
49,
5662,
37,
19524,
13,
49,
5662,
62,
42296,
34,
62,
39,
11211,
62,
16977,
60,
796,
2116,
13,
28144,
62,
81,
14751,
62,
17831,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8818,
62,
11487,
58,
35,
27015,
62,
49,
5662,
37,
19524,
13,
49,
5662,
62,
42296,
34,
62,
39,
11211,
62,
37,
17961,
35400,
60,
796,
2116,
13,
28144,
62,
81,
14751,
62,
437,
17831,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8818,
62,
11487,
58,
35,
27015,
62,
49,
5662,
37,
19524,
13,
49,
5662,
62,
42296,
34,
62,
47,
20373,
62,
35613,
60,
796,
2116,
13,
28144,
62,
81,
14751,
62,
79,
2539,
2220,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8818,
62,
11487,
58,
35,
27015,
62,
49,
5662,
37,
19524,
13,
49,
5662,
62,
42296,
34,
62,
47,
20373,
62,
3185,
1677,
60,
796,
2116,
13,
28144,
62,
81,
14751,
62,
79,
2539,
9654,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8818,
62,
11487,
58,
35,
27015,
62,
49,
5662,
37,
19524,
13,
49,
5662,
62,
42296,
34,
62,
47,
20373,
62,
35353,
1137,
6158,
62,
49,
4090,
60,
796,
2116,
13,
28144,
62,
81,
14751,
62,
2539,
5235,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8818,
62,
11487,
58,
35,
27015,
62,
49,
5662,
37,
19524,
13,
49,
5662,
62,
42296,
34,
62,
47,
20373,
62,
35353,
1137,
6158,
62,
2943,
60,
796,
2116,
13,
28144,
62,
81,
14751,
62,
2539,
5235,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8818,
62,
11487,
58,
35,
27015,
62,
49,
5662,
37,
19524,
13,
49,
5662,
62,
42296,
34,
62,
47,
20373,
62,
32737,
60,
796,
2116,
13,
28144,
62,
81,
14751,
62,
79,
2539,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8818,
62,
11487,
58,
35,
27015,
62,
49,
5662,
37,
19524,
13,
49,
5662,
62,
42296,
34,
62,
47,
20373,
62,
7206,
2538,
9328,
60,
796,
2116,
13,
28144,
62,
81,
14751,
62,
79,
2539,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8818,
62,
11487,
58,
35,
27015,
62,
49,
5662,
37,
19524,
13,
49,
5662,
62,
42296,
34,
62,
47,
20373,
62,
18851,
62,
20373,
62,
25216,
60,
796,
2116,
13,
28144,
62,
81,
14751,
62,
79,
2539,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8818,
62,
11487,
58,
35,
27015,
62,
49,
5662,
37,
19524,
13,
49,
5662,
62,
42296,
34,
62,
47,
20373,
62,
18851,
62,
20373,
62,
34,
4261,
6089,
60,
796,
2116,
13,
28144,
62,
81,
14751,
62,
79,
2539,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8818,
62,
11487,
58,
35,
27015,
62,
49,
5662,
37,
19524,
13,
49,
5662,
62,
42296,
34,
62,
47,
20373,
62,
18851,
62,
20373,
62,
38948,
50,
60,
796,
2116,
13,
28144,
62,
81,
14751,
62,
79,
2539,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8818,
62,
11487,
58,
35,
27015,
62,
49,
5662,
37,
19524,
13,
49,
5662,
62,
42296,
34,
62,
47,
20373,
62,
18851,
62,
5105,
32936,
62,
20373,
62,
43,
1677,
60,
796,
2116,
13,
28144,
62,
81,
14751,
62,
79,
2539,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8818,
62,
11487,
58,
35,
27015,
62,
49,
5662,
37,
19524,
13,
49,
5662,
62,
42296,
34,
62,
47,
20373,
62,
18851,
62,
5105,
32936,
62,
20373,
60,
796,
2116,
13,
28144,
62,
81,
14751,
62,
79,
2539,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8818,
62,
11487,
58,
35,
27015,
62,
49,
5662,
37,
19524,
13,
49,
5662,
62,
42296,
34,
62,
47,
20373,
62,
46224,
60,
796,
2116,
13,
28144,
62,
81,
14751,
62,
79,
2539,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8818,
62,
11487,
58,
35,
27015,
62,
49,
5662,
37,
19524,
13,
49,
5662,
62,
42296,
34,
62,
47,
20373,
62,
5959,
5064,
56,
60,
796,
2116,
13,
28144,
62,
81,
14751,
62,
79,
2539,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8818,
62,
11487,
58,
35,
27015,
62,
49,
5662,
37,
19524,
13,
49,
5662,
62,
42296,
34,
62,
47,
20373,
62,
44,
11417,
60,
796,
2116,
13,
28144,
62,
81,
14751,
62,
79,
2539,
15699,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8818,
62,
11487,
58,
35,
27015,
62,
49,
5662,
37,
19524,
13,
49,
5662,
62,
42296,
34,
62,
47,
20373,
62,
28480,
62,
1404,
5446,
9865,
3843,
1546,
60,
796,
2116,
13,
28144,
62,
81,
14751,
62,
79,
2539,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8818,
62,
11487,
58,
35,
27015,
62,
49,
5662,
37,
19524,
13,
49,
5662,
62,
42296,
34,
62,
47,
20373,
62,
18851,
62,
1404,
5446,
9865,
3843,
1546,
60,
796,
2116,
13,
28144,
62,
81,
14751,
62,
79,
2539,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8818,
62,
11487,
58,
35,
27015,
62,
49,
5662,
37,
19524,
13,
49,
5662,
62,
42296,
34,
62,
47,
20373,
62,
6369,
15490,
60,
796,
2116,
13,
28144,
62,
81,
14751,
62,
79,
2539,
39344,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8818,
62,
11487,
58,
35,
27015,
62,
49,
5662,
37,
19524,
13,
49,
5662,
62,
42296,
34,
62,
47,
20373,
62,
3955,
15490,
60,
796,
2116,
13,
28144,
62,
81,
14751,
62,
79,
2539,
11748,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8818,
62,
11487,
58,
35,
27015,
62,
49,
5662,
37,
19524,
13,
49,
5662,
62,
42296,
34,
62,
47,
20373,
62,
35353,
1137,
6158,
62,
39,
1921,
7998,
3528,
60,
796,
2116,
13,
28144,
62,
81,
14751,
62,
2539,
5235,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8818,
62,
11487,
58,
35,
27015,
62,
49,
5662,
37,
19524,
13,
49,
5662,
62,
42296,
34,
62,
18851,
62,
7998,
44,
62,
44724,
60,
796,
2116,
13,
28144,
62,
81,
14751,
62,
1136,
25202,
62,
5219,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8818,
62,
11487,
58,
35,
27015,
62,
49,
5662,
37,
19524,
13,
49,
5662,
62,
42296,
34,
62,
18851,
62,
4061,
60,
796,
2116,
13,
28144,
62,
81,
14751,
62,
1136,
25202,
62,
541,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8818,
62,
11487,
58,
35,
27015,
62,
49,
5662,
37,
19524,
13,
49,
5662,
62,
42296,
34,
62,
28480,
62,
49,
5662,
62,
7206,
27389,
60,
796,
2116,
13,
28144,
62,
2617,
62,
81,
14751,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8818,
62,
11487,
58,
35,
27015,
62,
49,
5662,
37,
19524,
13,
49,
5662,
62,
42296,
34,
62,
1677,
17534,
62,
34,
2246,
13909,
62,
20373,
35353,
60,
796,
2116,
13,
28144,
62,
21633,
62,
23870,
62,
2539,
5235,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8818,
62,
11487,
58,
35,
27015,
62,
49,
5662,
37,
19524,
13,
49,
5662,
62,
42296,
34,
62,
26288,
17534,
62,
34,
2246,
13909,
62,
20373,
35353,
60,
796,
2116,
13,
28144,
62,
40223,
62,
23870,
62,
2539,
5235,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8818,
62,
11487,
58,
35,
27015,
62,
49,
5662,
37,
19524,
13,
49,
5662,
62,
42296,
34,
62,
50084,
62,
51,
2390,
18973,
60,
796,
2116,
13,
28144,
62,
81,
14751,
62,
1904,
14421,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8818,
62,
11487,
58,
35,
27015,
62,
49,
5662,
37,
19524,
13,
49,
5662,
62,
42296,
34,
62,
19108,
62,
1268,
9858,
2751,
62,
7206,
27389,
62,
30100,
14255,
60,
796,
2116,
13,
28144,
62,
1904,
62,
259,
4976,
62,
25202,
62,
12303,
2340,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8818,
62,
11487,
58,
35,
27015,
62,
49,
5662,
37,
19524,
13,
49,
5662,
62,
42296,
34,
62,
19108,
62,
1268,
9858,
2751,
62,
31180,
5781,
62,
30100,
14255,
60,
796,
2116,
13,
28144,
62,
1904,
62,
259,
4976,
62,
9866,
62,
12303,
2340,
198
] | 2.235051 | 11,840 |
import math
import pickle
import torch
import torch.nn.functional as F
from torch import nn
from torch_sparse import SparseTensor
from estimation.sparse_to_dense import scipy_to_dense
from models.GCNII_DenseLayer import GCNIIConv_arxiv
from models.GCNII_layer import GCNIIdenseConv
from estimation.generate_edge_index_and_weight import compute_dege_index_and_weight
from estimation.graph_model import BNPGraphModel
from models.initial_graph import initial_graph
| [
11748,
10688,
198,
11748,
2298,
293,
198,
198,
11748,
28034,
198,
11748,
28034,
13,
20471,
13,
45124,
355,
376,
198,
6738,
28034,
1330,
299,
77,
198,
6738,
28034,
62,
82,
29572,
1330,
1338,
17208,
51,
22854,
198,
198,
6738,
31850,
13,
82,
29572,
62,
1462,
62,
67,
1072,
1330,
629,
541,
88,
62,
1462,
62,
67,
1072,
198,
6738,
4981,
13,
15916,
45,
3978,
62,
35,
1072,
49925,
1330,
20145,
22125,
2149,
261,
85,
62,
283,
87,
452,
198,
6738,
4981,
13,
15916,
45,
3978,
62,
29289,
1330,
20145,
45,
3978,
67,
1072,
3103,
85,
198,
198,
6738,
31850,
13,
8612,
378,
62,
14907,
62,
9630,
62,
392,
62,
6551,
1330,
24061,
62,
2934,
469,
62,
9630,
62,
392,
62,
6551,
198,
6738,
31850,
13,
34960,
62,
19849,
1330,
347,
45,
6968,
1470,
17633,
198,
6738,
4981,
13,
36733,
62,
34960,
1330,
4238,
62,
34960,
628,
198
] | 3.176871 | 147 |
from gtts import gTTS
from pydub import AudioSegment
AudioSegment.converter = "C:\\ffmpeg\\bin\\ffmpeg.exe"
AudioSegment.ffmpeg = "C:\\ffmpeg\\bin\\ffmpeg.exe"
AudioSegment.ffprobe ="C:\\ffmpeg\\bin\\ffprobe.exe"
from pydub.playback import play
import playsound
tts = gTTS(text='Test Hatsune Miku', lang='en', slow=True)
tts.save("input.mp3")
sound = AudioSegment.from_file('input.mp3', format="mp3")
# Customize
octaves = 0.2
new_sample_rate = int(sound.frame_rate * (2.0 ** octaves))
hipitch_sound = sound._spawn(sound.raw_data, overrides={'frame_rate': new_sample_rate})
hipitch_sound = hipitch_sound.set_frame_rate(44100)
play(hipitch_sound)
hipitch_sound.export("output.mp3", format="mp3")
playsound.playsound("output.mp3", True)
| [
6738,
308,
83,
912,
1330,
308,
51,
4694,
198,
6738,
279,
5173,
549,
1330,
13491,
41030,
434,
198,
21206,
41030,
434,
13,
1102,
332,
353,
796,
366,
34,
25,
6852,
487,
43913,
6852,
8800,
6852,
487,
43913,
13,
13499,
1,
198,
21206,
41030,
434,
13,
487,
43913,
796,
366,
34,
25,
6852,
487,
43913,
6852,
8800,
6852,
487,
43913,
13,
13499,
1,
198,
21206,
41030,
434,
13,
487,
1676,
1350,
796,
1,
34,
25,
6852,
487,
43913,
6852,
8800,
6852,
487,
1676,
1350,
13,
13499,
1,
198,
6738,
279,
5173,
549,
13,
1759,
1891,
1330,
711,
198,
11748,
5341,
633,
198,
198,
83,
912,
796,
308,
51,
4694,
7,
5239,
11639,
14402,
37934,
1726,
17722,
84,
3256,
42392,
11639,
268,
3256,
3105,
28,
17821,
8,
198,
83,
912,
13,
21928,
7203,
15414,
13,
3149,
18,
4943,
628,
198,
23661,
796,
13491,
41030,
434,
13,
6738,
62,
7753,
10786,
15414,
13,
3149,
18,
3256,
5794,
2625,
3149,
18,
4943,
198,
198,
2,
8562,
1096,
198,
38441,
3080,
796,
657,
13,
17,
198,
198,
3605,
62,
39873,
62,
4873,
796,
493,
7,
23661,
13,
14535,
62,
4873,
1635,
357,
17,
13,
15,
12429,
19318,
3080,
4008,
198,
198,
1056,
2007,
62,
23661,
796,
2128,
13557,
48183,
7,
23661,
13,
1831,
62,
7890,
11,
23170,
1460,
34758,
6,
14535,
62,
4873,
10354,
649,
62,
39873,
62,
4873,
30072,
198,
198,
1056,
2007,
62,
23661,
796,
10359,
2007,
62,
23661,
13,
2617,
62,
14535,
62,
4873,
7,
2598,
3064,
8,
198,
198,
1759,
7,
1056,
2007,
62,
23661,
8,
198,
198,
1056,
2007,
62,
23661,
13,
39344,
7203,
22915,
13,
3149,
18,
1600,
5794,
2625,
3149,
18,
4943,
198,
198,
26024,
633,
13,
26024,
633,
7203,
22915,
13,
3149,
18,
1600,
6407,
8,
198
] | 2.568966 | 290 |
from datetime import datetime
from time import sleep
import requests
from mycroft import MycroftSkill, intent_handler
from mycroft.audio import wait_while_speaking
from mycroft.util.format import nice_duration, TimeResolution
API_ENDPOINT = "https://example.com/api"
API_KEY = "XXXXXXXXXXXXXXXXX"
MINUTES = 60 # seconds
HOURS = 60 * MINUTES
| [
6738,
4818,
8079,
1330,
4818,
8079,
198,
6738,
640,
1330,
3993,
198,
11748,
7007,
220,
198,
198,
6738,
616,
36714,
1330,
2011,
36714,
35040,
11,
6824,
62,
30281,
198,
6738,
616,
36714,
13,
24051,
1330,
4043,
62,
4514,
62,
25159,
198,
6738,
616,
36714,
13,
22602,
13,
18982,
1330,
3621,
62,
32257,
11,
3862,
4965,
2122,
198,
198,
17614,
62,
1677,
6322,
46,
12394,
796,
366,
5450,
1378,
20688,
13,
785,
14,
15042,
1,
198,
17614,
62,
20373,
796,
366,
24376,
24376,
24376,
24376,
55,
1,
198,
23678,
3843,
1546,
796,
3126,
1303,
4201,
198,
46685,
6998,
796,
3126,
1635,
20625,
3843,
1546,
628
] | 3.317308 | 104 |
#!/usr/bin/env python3
from sys import argv
with open(argv[1]) as f:
for line in f:
length, numbers = line.rstrip("\n").split(";")
duplicates = {}
for n in numbers.split(","):
if n in duplicates:
print(n)
break
duplicates[n] = True
| [
2,
48443,
14629,
14,
8800,
14,
24330,
21015,
18,
198,
198,
6738,
25064,
1330,
1822,
85,
198,
198,
4480,
1280,
7,
853,
85,
58,
16,
12962,
355,
277,
25,
198,
220,
220,
220,
329,
1627,
287,
277,
25,
198,
220,
220,
220,
220,
220,
220,
220,
4129,
11,
3146,
796,
1627,
13,
81,
36311,
7203,
59,
77,
11074,
35312,
7203,
26,
4943,
628,
220,
220,
220,
220,
220,
220,
220,
14184,
16856,
796,
23884,
198,
220,
220,
220,
220,
220,
220,
220,
329,
299,
287,
3146,
13,
35312,
7,
2430,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
299,
287,
14184,
16856,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
7,
77,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2270,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
14184,
16856,
58,
77,
60,
796,
6407,
198
] | 1.921687 | 166 |
#Print multiples of 10 for numbers in a given range
for num in range(5):
if num > 0:
print(num * 10) | [
198,
2,
18557,
5021,
2374,
286,
838,
329,
3146,
287,
257,
1813,
2837,
198,
1640,
997,
287,
2837,
7,
20,
2599,
198,
220,
611,
997,
1875,
657,
25,
198,
220,
220,
220,
3601,
7,
22510,
1635,
838,
8
] | 2.815789 | 38 |
from SpaceUnitTest import SpaceUnitTest
if __name__ == '__main__':
unittest.main()
| [
6738,
4687,
26453,
14402,
1330,
4687,
26453,
14402,
198,
198,
361,
11593,
3672,
834,
6624,
705,
834,
12417,
834,
10354,
198,
220,
220,
220,
555,
715,
395,
13,
12417,
3419,
198
] | 2.83871 | 31 |
import torch
from detectron2.layers import cat
from bodyhands.utils.extend_utils_boxes import pairwise_ioa
from detectron2.structures import Boxes | [
11748,
28034,
198,
6738,
4886,
1313,
17,
13,
75,
6962,
1330,
3797,
220,
198,
6738,
1767,
43365,
13,
26791,
13,
2302,
437,
62,
26791,
62,
29305,
1330,
5166,
3083,
62,
952,
64,
198,
6738,
4886,
1313,
17,
13,
7249,
942,
1330,
8315,
274
] | 3.418605 | 43 |
"""
mpltex
======
"""
golden_ratio = (5**.5-1.0)/2.0
packages = ['amsmath', 'amssymb', 'amsfonts', 'amsbsy', 'bm']
usepackages = [r'\usepackage{{{0}}}'.format(pkg) for pkg in packages]
def get_rcParams(fig_width_pt = 232.0, scale = 1.0, dpi = 600):
"""TODO: write a description
Parameters
----------
fig_width_pt: float (232.0)
Width of the figure in points.
Use LaTeX \showthe\linewidth to figure out what number to use.
232.0 for two-column IEEEtran articles
YYYY for MIT/WHOI thesis figures
"""
fig_width = pt_to_in(fig_width_pt) # width in inches
fig_height = fig_width * golden_ratio # height in inches
fig_size = [fig_width * scale, fig_height * scale]
params = { 'axes.labelsize': 10,
'text.fontsize': 8,
'legend.fontsize': 8,
'xtick.labelsize': 8,
'ytick.labelsize': 8,
'font.family': 'serif',
'font.serif': 'Times',
'text.usetex': True,
'text.latex.preamble': usepackages,
'figure.figsize': fig_size,
'figure.dpi': dpi}
return params
| [
37811,
198,
76,
489,
16886,
198,
50155,
198,
198,
37811,
198,
198,
24267,
268,
62,
10366,
952,
796,
357,
20,
1174,
13,
20,
12,
16,
13,
15,
20679,
17,
13,
15,
198,
43789,
796,
37250,
4105,
11018,
3256,
705,
321,
824,
88,
2022,
3256,
705,
4105,
10331,
82,
3256,
705,
4105,
1443,
88,
3256,
705,
20475,
20520,
198,
1904,
43789,
796,
685,
81,
6,
59,
1904,
26495,
27007,
90,
15,
42535,
4458,
18982,
7,
35339,
8,
329,
279,
10025,
287,
10392,
60,
628,
198,
198,
4299,
651,
62,
6015,
10044,
4105,
7,
5647,
62,
10394,
62,
457,
796,
31773,
13,
15,
11,
5046,
796,
352,
13,
15,
11,
288,
14415,
796,
10053,
2599,
198,
220,
220,
220,
37227,
51,
3727,
46,
25,
3551,
257,
6764,
198,
220,
220,
220,
220,
198,
220,
220,
220,
40117,
198,
220,
220,
220,
24200,
438,
198,
220,
220,
220,
2336,
62,
10394,
62,
457,
25,
12178,
357,
24339,
13,
15,
8,
198,
220,
220,
220,
220,
220,
220,
220,
38807,
286,
262,
3785,
287,
2173,
13,
220,
198,
220,
220,
220,
220,
220,
220,
220,
5765,
4689,
49568,
3467,
12860,
1169,
59,
2815,
413,
5649,
284,
3785,
503,
644,
1271,
284,
779,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
31773,
13,
15,
329,
734,
12,
28665,
40552,
2213,
272,
6685,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
575,
26314,
56,
329,
17168,
14,
41856,
40,
21554,
5538,
628,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
2336,
62,
10394,
796,
42975,
62,
1462,
62,
259,
7,
5647,
62,
10394,
62,
457,
8,
1303,
9647,
287,
8331,
198,
220,
220,
220,
2336,
62,
17015,
796,
2336,
62,
10394,
1635,
10861,
62,
10366,
952,
1303,
6001,
287,
8331,
198,
220,
220,
220,
2336,
62,
7857,
796,
220,
685,
5647,
62,
10394,
1635,
5046,
11,
2336,
62,
17015,
1635,
5046,
60,
198,
220,
220,
220,
42287,
796,
1391,
220,
705,
897,
274,
13,
23912,
1424,
1096,
10354,
838,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
5239,
13,
10331,
7857,
10354,
807,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
1455,
437,
13,
10331,
7857,
10354,
807,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
742,
624,
13,
23912,
1424,
1096,
10354,
807,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
20760,
624,
13,
23912,
1424,
1096,
10354,
807,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
10331,
13,
17989,
10354,
705,
2655,
361,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
10331,
13,
2655,
361,
10354,
705,
28595,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
5239,
13,
385,
316,
1069,
10354,
6407,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
5239,
13,
17660,
87,
13,
79,
1476,
903,
10354,
779,
43789,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
26875,
13,
5647,
7857,
10354,
2336,
62,
7857,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
26875,
13,
67,
14415,
10354,
288,
14415,
92,
198,
220,
220,
220,
1441,
42287,
198
] | 2.0067 | 597 |
#!/usr/bin/env python3
from constraint import *
import pyexcel as pe
from time import time
# create the problem object
problem = Problem(RecursiveBacktrackingSolver())
# import the Garam grid
grid = pe.get_array(file_name='csp_grid.ods')
n_lines, n_cols = len(grid), len(grid[0])
# display the Garam grid nicely
print('Initial grid:')
print()
for i in range(n_lines):
for j in range(n_cols):
if grid[i][j] == '':
print(' ', end='')
else:
print(grid[i][j], end='')
print()
# add the variables to the problem
for i in range(n_lines):
for j in range(n_cols):
if grid[i][j] == '?':
domain = range(0, 10)
elif type(grid[i][j]) == int:
domain = [grid[i][j]]
problem.addVariable((i, j), domain)
# create the "coor grid" (grid whose cases are tuples containing the cases coordinates)
grid_coor = [[(i, j) for j in range(n_cols)] for i in range(n_lines)]
# set the first case of each constraint
h_constraints_origins = [[0, 0], [0, 8],
[2, 4],
[5, 0], [5, 8],
[9, 0], [9, 8],
[11, 4],
[14, 0], [14, 8]]
v_constraints_origins = [[0, 0], [9, 0],
[5, 2],
[0, 4], [9, 4],
[0, 8], [9, 8],
[5, 10],
[0, 12], [9, 12]]
# get the horizontal constraints
h_constraints = []
for origin in h_constraints_origins:
i_origin, j_origin = origin
constraint = grid_coor[i_origin][j_origin:j_origin+5]
h_constraints.append(constraint)
# get the vertical constraints
v_constraints = []
for k in range(len(v_constraints_origins)):
i_origin, j_origin = v_constraints_origins[k]
if k == 2 or k == 7:
nb_cases = 5
else:
nb_cases = 6
constraint = [line[j_origin] for line in grid_coor[i_origin:i_origin+nb_cases]]
v_constraints.append(constraint)
# add the constraints to the problem
constraints = h_constraints + v_constraints
for constraint in constraints:
# get the operation type (+, - or *)
i, j = constraint[1]
op = grid[i][j]
if len(constraint) == 5:
if op == '+':
constraint_function = lambda a, b, c: a+b == c
elif op == '-':
constraint_function = lambda a, b, c: a-b == c
elif op == '*':
constraint_function = lambda a, b, c: a*b == c
problem.addConstraint(constraint_function, (constraint[0], constraint[2], constraint[4]))
print('{}{}{}={}'.format(grid[constraint[0][0]][constraint[0][1]],
op,
grid[constraint[2][0]][constraint[2][1]],
grid[constraint[4][0]][constraint[4][1]]))
elif len(constraint) == 6:
if op == '+':
constraint_function = lambda a, b, c, d: a+b == c*10+d
elif op == '-':
constraint_function = lambda a, b, c, d: a-b == c*10+d
elif op == '*':
constraint_function = lambda a, b, c, d: a*b == c*10+d
problem.addConstraint(constraint_function, (constraint[0], constraint[2], constraint[4], constraint[5]))
print('{}{}{}={}{}'.format(grid[constraint[0][0]][constraint[0][1]],
op,
grid[constraint[2][0]][constraint[2][1]],
grid[constraint[4][0]][constraint[4][1]],
grid[constraint[5][0]][constraint[5][1]]))
print()
print('Solving the problem...')
# solve the problem
start = time()
solution = problem.getSolution()
end = time()
print('Elapsed time: {:.0f} s'.format(end-start))
# display the solution
print()
print('Solved grid:')
print()
for i in range(n_lines):
for j in range(n_cols):
if grid[i][j] == '?' or type(grid[i][j]) == int:
print(solution[(i, j)], end='')
elif grid[i][j] == '':
print(' ', end='')
elif type(grid[i][j]) == str:
print(grid[i][j], end='')
print()
| [
2,
48443,
14629,
14,
8800,
14,
24330,
21015,
18,
198,
198,
6738,
32315,
1330,
1635,
198,
11748,
12972,
1069,
5276,
355,
613,
198,
6738,
640,
1330,
640,
198,
198,
2,
2251,
262,
1917,
2134,
198,
45573,
796,
20647,
7,
6690,
30753,
7282,
36280,
50,
14375,
28955,
198,
198,
2,
1330,
262,
7164,
321,
10706,
198,
25928,
796,
613,
13,
1136,
62,
18747,
7,
7753,
62,
3672,
11639,
66,
2777,
62,
25928,
13,
12978,
11537,
198,
77,
62,
6615,
11,
299,
62,
4033,
82,
796,
18896,
7,
25928,
828,
18896,
7,
25928,
58,
15,
12962,
198,
198,
2,
3359,
262,
7164,
321,
10706,
16576,
198,
4798,
10786,
24243,
10706,
25,
11537,
198,
4798,
3419,
198,
1640,
1312,
287,
2837,
7,
77,
62,
6615,
2599,
198,
220,
220,
220,
329,
474,
287,
2837,
7,
77,
62,
4033,
82,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
611,
10706,
58,
72,
7131,
73,
60,
6624,
10148,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
10786,
46083,
886,
28,
7061,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
7,
25928,
58,
72,
7131,
73,
4357,
886,
28,
7061,
8,
198,
220,
220,
220,
3601,
3419,
198,
198,
2,
751,
262,
9633,
284,
262,
1917,
198,
1640,
1312,
287,
2837,
7,
77,
62,
6615,
2599,
198,
220,
220,
220,
329,
474,
287,
2837,
7,
77,
62,
4033,
82,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
611,
10706,
58,
72,
7131,
73,
60,
6624,
705,
8348,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7386,
796,
2837,
7,
15,
11,
838,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
2099,
7,
25928,
58,
72,
7131,
73,
12962,
6624,
493,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7386,
796,
685,
25928,
58,
72,
7131,
73,
11907,
628,
220,
220,
220,
220,
220,
220,
220,
1917,
13,
2860,
43015,
19510,
72,
11,
474,
828,
7386,
8,
198,
198,
2,
2251,
262,
366,
1073,
273,
10706,
1,
357,
25928,
3025,
2663,
389,
12777,
2374,
7268,
262,
2663,
22715,
8,
198,
25928,
62,
1073,
273,
796,
16410,
7,
72,
11,
474,
8,
329,
474,
287,
2837,
7,
77,
62,
4033,
82,
15437,
329,
1312,
287,
2837,
7,
77,
62,
6615,
15437,
198,
198,
2,
900,
262,
717,
1339,
286,
1123,
32315,
198,
71,
62,
1102,
2536,
6003,
62,
11612,
1040,
796,
16410,
15,
11,
657,
4357,
685,
15,
11,
807,
4357,
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,
685,
17,
11,
604,
4357,
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,
685,
20,
11,
657,
4357,
685,
20,
11,
807,
4357,
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,
685,
24,
11,
657,
4357,
685,
24,
11,
807,
4357,
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,
685,
1157,
11,
604,
4357,
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,
685,
1415,
11,
657,
4357,
685,
1415,
11,
807,
11907,
198,
198,
85,
62,
1102,
2536,
6003,
62,
11612,
1040,
796,
16410,
15,
11,
657,
4357,
685,
24,
11,
657,
4357,
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,
685,
20,
11,
362,
4357,
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,
685,
15,
11,
604,
4357,
685,
24,
11,
604,
4357,
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,
685,
15,
11,
807,
4357,
685,
24,
11,
807,
4357,
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,
685,
20,
11,
838,
4357,
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,
685,
15,
11,
1105,
4357,
685,
24,
11,
1105,
11907,
198,
198,
2,
651,
262,
16021,
17778,
198,
71,
62,
1102,
2536,
6003,
796,
17635,
198,
1640,
8159,
287,
289,
62,
1102,
2536,
6003,
62,
11612,
1040,
25,
198,
220,
220,
220,
1312,
62,
47103,
11,
474,
62,
47103,
796,
8159,
198,
220,
220,
220,
32315,
796,
10706,
62,
1073,
273,
58,
72,
62,
47103,
7131,
73,
62,
47103,
25,
73,
62,
47103,
10,
20,
60,
198,
220,
220,
220,
289,
62,
1102,
2536,
6003,
13,
33295,
7,
1102,
2536,
2913,
8,
198,
198,
2,
651,
262,
11723,
17778,
198,
85,
62,
1102,
2536,
6003,
796,
17635,
198,
1640,
479,
287,
2837,
7,
11925,
7,
85,
62,
1102,
2536,
6003,
62,
11612,
1040,
8,
2599,
198,
220,
220,
220,
1312,
62,
47103,
11,
474,
62,
47103,
796,
410,
62,
1102,
2536,
6003,
62,
11612,
1040,
58,
74,
60,
628,
220,
220,
220,
611,
479,
6624,
362,
393,
479,
6624,
767,
25,
198,
220,
220,
220,
220,
220,
220,
220,
299,
65,
62,
33964,
796,
642,
198,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
299,
65,
62,
33964,
796,
718,
628,
220,
220,
220,
32315,
796,
685,
1370,
58,
73,
62,
47103,
60,
329,
1627,
287,
10706,
62,
1073,
273,
58,
72,
62,
47103,
25,
72,
62,
47103,
10,
46803,
62,
33964,
11907,
198,
220,
220,
220,
410,
62,
1102,
2536,
6003,
13,
33295,
7,
1102,
2536,
2913,
8,
198,
198,
2,
751,
262,
17778,
284,
262,
1917,
198,
1102,
2536,
6003,
796,
289,
62,
1102,
2536,
6003,
1343,
410,
62,
1102,
2536,
6003,
198,
198,
1640,
32315,
287,
17778,
25,
198,
220,
220,
220,
1303,
651,
262,
4905,
2099,
11502,
11,
532,
393,
31936,
198,
220,
220,
220,
1312,
11,
474,
796,
32315,
58,
16,
60,
198,
220,
220,
220,
1034,
796,
10706,
58,
72,
7131,
73,
60,
628,
220,
220,
220,
611,
18896,
7,
1102,
2536,
2913,
8,
6624,
642,
25,
198,
220,
220,
220,
220,
220,
220,
220,
611,
1034,
6624,
705,
10,
10354,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
32315,
62,
8818,
796,
37456,
257,
11,
275,
11,
269,
25,
257,
10,
65,
6624,
269,
198,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
1034,
6624,
705,
12,
10354,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
32315,
62,
8818,
796,
37456,
257,
11,
275,
11,
269,
25,
257,
12,
65,
6624,
269,
198,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
1034,
6624,
705,
9,
10354,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
32315,
62,
8818,
796,
37456,
257,
11,
275,
11,
269,
25,
257,
9,
65,
6624,
269,
628,
220,
220,
220,
220,
220,
220,
220,
1917,
13,
2860,
3103,
2536,
2913,
7,
1102,
2536,
2913,
62,
8818,
11,
357,
1102,
2536,
2913,
58,
15,
4357,
32315,
58,
17,
4357,
32315,
58,
19,
60,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
3601,
10786,
90,
18477,
18477,
92,
34758,
92,
4458,
18982,
7,
25928,
58,
1102,
2536,
2913,
58,
15,
7131,
15,
60,
7131,
1102,
2536,
2913,
58,
15,
7131,
16,
60,
4357,
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,
1034,
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,
10706,
58,
1102,
2536,
2913,
58,
17,
7131,
15,
60,
7131,
1102,
2536,
2913,
58,
17,
7131,
16,
60,
4357,
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,
10706,
58,
1102,
2536,
2913,
58,
19,
7131,
15,
60,
7131,
1102,
2536,
2913,
58,
19,
7131,
16,
11907,
4008,
198,
220,
220,
220,
1288,
361,
18896,
7,
1102,
2536,
2913,
8,
6624,
718,
25,
198,
220,
220,
220,
220,
220,
220,
220,
611,
1034,
6624,
705,
10,
10354,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
32315,
62,
8818,
796,
37456,
257,
11,
275,
11,
269,
11,
288,
25,
257,
10,
65,
6624,
269,
9,
940,
10,
67,
198,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
1034,
6624,
705,
12,
10354,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
32315,
62,
8818,
796,
37456,
257,
11,
275,
11,
269,
11,
288,
25,
257,
12,
65,
6624,
269,
9,
940,
10,
67,
198,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
1034,
6624,
705,
9,
10354,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
32315,
62,
8818,
796,
37456,
257,
11,
275,
11,
269,
11,
288,
25,
257,
9,
65,
6624,
269,
9,
940,
10,
67,
628,
220,
220,
220,
220,
220,
220,
220,
1917,
13,
2860,
3103,
2536,
2913,
7,
1102,
2536,
2913,
62,
8818,
11,
357,
1102,
2536,
2913,
58,
15,
4357,
32315,
58,
17,
4357,
32315,
58,
19,
4357,
32315,
58,
20,
60,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
3601,
10786,
90,
18477,
18477,
92,
34758,
18477,
92,
4458,
18982,
7,
25928,
58,
1102,
2536,
2913,
58,
15,
7131,
15,
60,
7131,
1102,
2536,
2913,
58,
15,
7131,
16,
60,
4357,
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,
1034,
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,
10706,
58,
1102,
2536,
2913,
58,
17,
7131,
15,
60,
7131,
1102,
2536,
2913,
58,
17,
7131,
16,
60,
4357,
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,
10706,
58,
1102,
2536,
2913,
58,
19,
7131,
15,
60,
7131,
1102,
2536,
2913,
58,
19,
7131,
16,
60,
4357,
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,
10706,
58,
1102,
2536,
2913,
58,
20,
7131,
15,
60,
7131,
1102,
2536,
2913,
58,
20,
7131,
16,
11907,
4008,
198,
198,
4798,
3419,
198,
4798,
10786,
50,
10890,
262,
1917,
986,
11537,
198,
198,
2,
8494,
262,
1917,
198,
9688,
796,
640,
3419,
198,
82,
2122,
796,
1917,
13,
1136,
46344,
3419,
198,
437,
796,
640,
3419,
198,
4798,
10786,
9527,
28361,
640,
25,
46110,
13,
15,
69,
92,
264,
4458,
18982,
7,
437,
12,
9688,
4008,
198,
198,
2,
3359,
262,
4610,
198,
4798,
3419,
198,
4798,
10786,
50,
5634,
10706,
25,
11537,
198,
4798,
3419,
198,
1640,
1312,
287,
2837,
7,
77,
62,
6615,
2599,
198,
220,
220,
220,
329,
474,
287,
2837,
7,
77,
62,
4033,
82,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
611,
10706,
58,
72,
7131,
73,
60,
6624,
705,
8348,
393,
2099,
7,
25928,
58,
72,
7131,
73,
12962,
6624,
493,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
7,
82,
2122,
58,
7,
72,
11,
474,
8,
4357,
886,
28,
7061,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
10706,
58,
72,
7131,
73,
60,
6624,
10148,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
10786,
46083,
886,
28,
7061,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
2099,
7,
25928,
58,
72,
7131,
73,
12962,
6624,
965,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
7,
25928,
58,
72,
7131,
73,
4357,
886,
28,
7061,
8,
198,
220,
220,
220,
3601,
3419,
198
] | 1.94993 | 2,137 |
# data = list(range(1, 46))
#
# import random
#
#
# def random_pop(data):
# number = random.randint(0, len(data) - 1)
# return data.pop(number)
#
#
# for i in range(1, 7):
# print(random_pop(data))
##
# import webbrowser
#
# url = "https://coastwatch.pfeg.noaa.gov/erddap/griddap/erdMH1chlamday.geotif?chlorophyll%5B(2021-11-16T00:00:00Z)%5D%5B(-57.97917):(-66.68751)%5D%5B(-63.64583):(-54.9375)%5D&.draw=surface&.vars=longitude%7Clatitude%7Cchlorophyll&.colorBar=%7C%7C%7C%7C%7C&.bgColor=0xffccccff"
#
# # urllib.request.urlretrieve(imgURL, "E:/test/image1.tif")
#
# webbrowser.open(url)
#
# import webbrowser
#
# url = "https://www.naver.com"
#
# webbrowser.open(url)
## 날짜반복
from datetime import date, timedelta
## 시작날짜와 종료날짜 설정
start_date = date(2021, 1,1)
end_date = date(2021,12,31)
##
for single_date in daterange(start_date, end_date):
a = (single_date.strftime("%Y-%m-%d"))
print(a) | [
2,
1366,
796,
1351,
7,
9521,
7,
16,
11,
6337,
4008,
198,
2,
198,
2,
1330,
4738,
198,
2,
198,
2,
198,
2,
825,
4738,
62,
12924,
7,
7890,
2599,
198,
2,
220,
220,
220,
220,
1271,
796,
4738,
13,
25192,
600,
7,
15,
11,
18896,
7,
7890,
8,
532,
352,
8,
198,
2,
220,
220,
220,
220,
1441,
1366,
13,
12924,
7,
17618,
8,
198,
2,
198,
2,
198,
2,
329,
1312,
287,
2837,
7,
16,
11,
767,
2599,
198,
2,
220,
220,
220,
220,
3601,
7,
25120,
62,
12924,
7,
7890,
4008,
198,
198,
2235,
198,
2,
1330,
3992,
40259,
198,
2,
198,
2,
19016,
796,
366,
5450,
1378,
1073,
459,
8340,
13,
79,
69,
1533,
13,
3919,
7252,
13,
9567,
14,
263,
1860,
499,
14,
2164,
1638,
499,
14,
45744,
36208,
16,
354,
2543,
820,
13,
469,
313,
361,
30,
36813,
16982,
297,
4,
20,
33,
7,
1238,
2481,
12,
1157,
12,
1433,
51,
405,
25,
405,
25,
405,
57,
8,
4,
20,
35,
4,
20,
33,
32590,
3553,
13,
24,
3720,
1558,
2599,
32590,
2791,
13,
3104,
48365,
8,
4,
20,
35,
4,
20,
33,
32590,
5066,
13,
49259,
5999,
2599,
32590,
4051,
13,
6052,
2425,
8,
4,
20,
35,
5,
13,
19334,
28,
42029,
5,
13,
85,
945,
28,
6511,
3984,
4,
22,
2601,
265,
3984,
4,
22,
34,
36813,
16982,
297,
5,
13,
8043,
10374,
28,
4,
22,
34,
4,
22,
34,
4,
22,
34,
4,
22,
34,
4,
22,
34,
5,
13,
35904,
10258,
28,
15,
47596,
535,
535,
487,
1,
198,
2,
198,
2,
1303,
2956,
297,
571,
13,
25927,
13,
6371,
1186,
30227,
7,
9600,
21886,
11,
366,
36,
14079,
9288,
14,
9060,
16,
13,
49929,
4943,
198,
2,
198,
2,
3992,
40259,
13,
9654,
7,
6371,
8,
198,
2,
198,
2,
1330,
3992,
40259,
198,
2,
198,
2,
19016,
796,
366,
5450,
1378,
2503,
13,
2616,
332,
13,
785,
1,
198,
2,
198,
2,
3992,
40259,
13,
9654,
7,
6371,
8,
198,
198,
2235,
31619,
224,
254,
168,
100,
250,
167,
108,
246,
167,
111,
113,
198,
6738,
4818,
8079,
1330,
3128,
11,
28805,
12514,
198,
198,
2235,
23821,
233,
250,
168,
252,
239,
167,
224,
254,
168,
100,
250,
168,
247,
222,
23821,
95,
227,
167,
96,
234,
167,
224,
254,
168,
100,
250,
23821,
226,
97,
168,
254,
243,
198,
9688,
62,
4475,
796,
3128,
7,
1238,
2481,
11,
352,
11,
16,
8,
198,
437,
62,
4475,
796,
3128,
7,
1238,
2481,
11,
1065,
11,
3132,
8,
198,
198,
2235,
198,
198,
1640,
2060,
62,
4475,
287,
288,
729,
858,
7,
9688,
62,
4475,
11,
886,
62,
4475,
2599,
198,
220,
220,
220,
257,
796,
357,
29762,
62,
4475,
13,
2536,
31387,
7203,
4,
56,
12,
4,
76,
12,
4,
67,
48774,
198,
198,
4798,
7,
64,
8
] | 1.942553 | 470 |
from .base import *
DEBUG = False
WAGTAILSEARCH_BACKENDS = {
'default': {
'BACKEND': 'wagtail.wagtailsearch.backends.elasticsearch.ElasticSearch',
'INDEX': 'wagtaildemo'
}
}
CACHES = {
'default': {
'BACKEND': 'redis_cache.cache.RedisCache',
'LOCATION': '127.0.0.1:6379',
'KEY_PREFIX': 'wagtaildemo',
'OPTIONS': {
'CLIENT_CLASS': 'redis_cache.client.DefaultClient',
}
}
}
# Use the cached template loader
TEMPLATE_LOADERS = (
('django.template.loaders.cached.Loader', (
'django.template.loaders.filesystem.Loader',
'django.template.loaders.app_directories.Loader',
)),
)
try:
from .local import *
except ImportError:
pass
| [
6738,
764,
8692,
1330,
1635,
198,
198,
30531,
796,
10352,
628,
198,
54,
4760,
5603,
4146,
5188,
31315,
62,
31098,
1677,
5258,
796,
1391,
198,
220,
220,
220,
705,
12286,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
31098,
10619,
10354,
705,
86,
363,
13199,
13,
86,
363,
13199,
12947,
13,
1891,
2412,
13,
417,
3477,
12947,
13,
9527,
3477,
18243,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
12115,
6369,
10354,
705,
86,
363,
8326,
688,
41903,
6,
198,
220,
220,
220,
1782,
198,
92,
628,
198,
34,
16219,
1546,
796,
1391,
198,
220,
220,
220,
705,
12286,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
31098,
10619,
10354,
705,
445,
271,
62,
23870,
13,
23870,
13,
7738,
271,
30562,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
29701,
6234,
10354,
705,
16799,
13,
15,
13,
15,
13,
16,
25,
21,
29088,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
20373,
62,
47,
31688,
10426,
10354,
705,
86,
363,
8326,
688,
41903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
3185,
51,
11053,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
5097,
28495,
62,
31631,
10354,
705,
445,
271,
62,
23870,
13,
16366,
13,
19463,
11792,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
198,
220,
220,
220,
1782,
198,
92,
198,
198,
2,
5765,
262,
39986,
11055,
40213,
198,
51,
3620,
6489,
6158,
62,
35613,
4877,
796,
357,
198,
220,
220,
220,
19203,
28241,
14208,
13,
28243,
13,
2220,
364,
13,
66,
2317,
13,
17401,
3256,
357,
198,
220,
220,
220,
220,
220,
220,
220,
705,
28241,
14208,
13,
28243,
13,
2220,
364,
13,
16624,
6781,
13,
17401,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
28241,
14208,
13,
28243,
13,
2220,
364,
13,
1324,
62,
12942,
1749,
13,
17401,
3256,
198,
220,
220,
220,
1267,
828,
198,
8,
628,
198,
28311,
25,
198,
197,
6738,
764,
12001,
1330,
1635,
198,
16341,
17267,
12331,
25,
198,
197,
6603,
198
] | 2.135838 | 346 |
from sklearn import tree
from sklearn.datasets import load_iris
from sklearn.externals.six import StringIO
import pydot
from IPython.display import Image
if __name__ == '__main__':
iris = load_iris()
print predictByDTC(iris.data, iris.target, iris.data[0:,])
| [
6738,
1341,
35720,
1330,
5509,
198,
6738,
1341,
35720,
13,
19608,
292,
1039,
1330,
3440,
62,
29616,
198,
198,
6738,
1341,
35720,
13,
1069,
759,
874,
13,
19412,
1330,
10903,
9399,
220,
220,
198,
11748,
279,
5173,
313,
198,
198,
6738,
6101,
7535,
13,
13812,
1330,
7412,
220,
220,
198,
220,
220,
220,
220,
198,
198,
361,
11593,
3672,
834,
6624,
705,
834,
12417,
834,
10354,
628,
220,
220,
220,
4173,
271,
796,
3440,
62,
29616,
3419,
198,
220,
220,
220,
3601,
4331,
3886,
35,
4825,
7,
29616,
13,
7890,
11,
4173,
271,
13,
16793,
11,
4173,
271,
13,
7890,
58,
15,
45299,
12962,
628
] | 2.67619 | 105 |
import minimalmodbus
import serial
| [
11748,
10926,
4666,
10885,
198,
11748,
11389,
198
] | 4.375 | 8 |
import os
import sys
from configparser import ConfigParser
configr = ConfigParser()
from subprocess import Popen as pop
pp = os.getcwd()
config = ConfigParser()
val = []
path = pp
para = path + "/det.ini"
print(para)
val2 = []
config.read(para)
ad = config['installation']['installation']
print(pp)
if ad == "False":
pas = input("pleae enter your password for root permission:")
ll = "echo " + pas + " |" + " sudo -S -k apt-get install flite"
if ad == "False":
print("starting")
os.system(ll)
config['installation'] = {
"installation" : "true"
}
with open(para, 'w') as f:
config.write(f)
print("done")
#say("a quick brown fox jumps over the lazy dog")
| [
11748,
28686,
198,
11748,
25064,
198,
6738,
4566,
48610,
1330,
17056,
46677,
198,
10414,
3692,
796,
17056,
46677,
3419,
198,
6738,
850,
14681,
1330,
8099,
268,
355,
1461,
198,
381,
796,
28686,
13,
1136,
66,
16993,
3419,
198,
11250,
796,
17056,
46677,
3419,
198,
2100,
796,
17635,
198,
6978,
796,
9788,
198,
1845,
64,
796,
3108,
1343,
12813,
15255,
13,
5362,
1,
198,
4798,
7,
1845,
64,
8,
198,
2100,
17,
796,
17635,
198,
11250,
13,
961,
7,
1845,
64,
8,
198,
324,
796,
4566,
17816,
17350,
341,
6,
7131,
6,
17350,
341,
20520,
198,
4798,
7,
381,
8,
198,
361,
512,
6624,
366,
25101,
1298,
198,
220,
220,
220,
38836,
796,
5128,
7203,
1154,
3609,
3802,
534,
9206,
329,
6808,
7170,
25,
4943,
198,
297,
796,
366,
30328,
366,
1343,
38836,
1343,
366,
930,
1,
1343,
220,
366,
21061,
532,
50,
532,
74,
15409,
12,
1136,
2721,
781,
578,
1,
198,
361,
512,
6624,
366,
25101,
1298,
198,
220,
220,
220,
3601,
7203,
38690,
4943,
198,
220,
220,
220,
28686,
13,
10057,
7,
297,
8,
198,
220,
220,
220,
4566,
17816,
17350,
341,
20520,
796,
1391,
198,
220,
220,
220,
366,
17350,
341,
1,
1058,
366,
7942,
1,
198,
220,
220,
220,
1782,
198,
220,
220,
220,
351,
1280,
7,
1845,
64,
11,
705,
86,
11537,
355,
277,
25,
198,
220,
220,
220,
220,
220,
220,
220,
4566,
13,
13564,
7,
69,
8,
198,
220,
220,
220,
3601,
7203,
28060,
4943,
198,
2,
16706,
7203,
64,
2068,
7586,
21831,
18045,
625,
262,
16931,
3290,
4943,
198
] | 2.700389 | 257 |
# Generated by Django 3.2.9 on 2021-12-05 08:52
from django.db import migrations, models
| [
2,
2980,
515,
416,
37770,
513,
13,
17,
13,
24,
319,
33448,
12,
1065,
12,
2713,
8487,
25,
4309,
198,
198,
6738,
42625,
14208,
13,
9945,
1330,
15720,
602,
11,
4981,
628
] | 2.84375 | 32 |
text = " <option>Álvaro Obregón</option>\n" +" <option>Azcapotzalco</option>\n" +" <option>Benito Juárez</option>\n" +" <option>Coyoacán</option>\n" +" <option>Cuajimalpa de Morelos</option>\n" +" <option>Cuauhtémoc</option>\n" +" <option>Gustavo A. Madero</option>\n" +" <option>Iztacalco</option>\n" +" <option>Iztapalapa</option>\n" +" <option>Magdalena Contreras</option>\n" +" <option>Miguel Hidalgo</option>\n" +" <option>Milpa Alta</option>\n" +" <option>Tláhuac</option>\n" +" <option>Tlalpan</option> \n" +" <option>Venustiano Carranza</option>\n" +" <option>Xochimilco</option> "
text = text.replace("<option>", "").replace("</option>", "").replace(" ", "")
items = text.split("\n")
res = ""
for item in items:
res += "<option value=\""+item+"\">" +item+ "</option>\n"
print(res)
| [
198,
5239,
796,
366,
1279,
18076,
29,
127,
223,
6780,
12022,
1835,
2301,
18840,
3556,
18076,
29,
59,
77,
1,
1343,
1,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1279,
18076,
29,
26903,
11128,
313,
89,
282,
1073,
3556,
18076,
29,
59,
77,
1,
1343,
1,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1279,
18076,
29,
11696,
10094,
12585,
6557,
21107,
3556,
18076,
29,
59,
77,
1,
1343,
1,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1279,
18076,
29,
34,
726,
78,
330,
21162,
3556,
18076,
29,
59,
77,
1,
1343,
1,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1279,
18076,
29,
46141,
1228,
4402,
8957,
390,
3125,
33280,
3556,
18076,
29,
59,
77,
1,
1343,
1,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1279,
18076,
29,
46141,
559,
4352,
2634,
76,
420,
3556,
18076,
29,
59,
77,
1,
1343,
1,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1279,
18076,
29,
38,
436,
615,
78,
317,
13,
4627,
3529,
3556,
18076,
29,
59,
77,
1,
1343,
1,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1279,
18076,
29,
40,
89,
83,
330,
282,
1073,
3556,
18076,
29,
59,
77,
1,
1343,
1,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1279,
18076,
29,
40,
89,
44335,
282,
32678,
3556,
18076,
29,
59,
77,
1,
1343,
1,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1279,
18076,
29,
13436,
31748,
8107,
2345,
260,
8847,
3556,
18076,
29,
59,
77,
1,
1343,
1,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1279,
18076,
29,
44,
328,
2731,
367,
11624,
2188,
3556,
18076,
29,
59,
77,
1,
1343,
1,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1279,
18076,
29,
24857,
8957,
978,
8326,
3556,
18076,
29,
59,
77,
1,
1343,
1,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1279,
18076,
29,
51,
75,
6557,
13415,
330,
3556,
18076,
29,
59,
77,
1,
1343,
1,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1279,
18076,
29,
51,
75,
282,
6839,
3556,
18076,
29,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3467,
77,
1,
1343,
1,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1279,
18076,
29,
37522,
436,
10115,
1879,
2596,
4496,
3556,
18076,
29,
59,
77,
1,
1343,
1,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1279,
18076,
29,
55,
5374,
26641,
1073,
3556,
18076,
29,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
198,
5239,
796,
2420,
13,
33491,
7203,
27,
18076,
29,
1600,
366,
11074,
33491,
7203,
3556,
18076,
29,
1600,
366,
11074,
33491,
7203,
33172,
366,
4943,
198,
23814,
796,
2420,
13,
35312,
7203,
59,
77,
4943,
198,
411,
796,
13538,
198,
1640,
2378,
287,
3709,
25,
198,
220,
220,
220,
581,
15853,
33490,
18076,
1988,
17553,
1,
10,
9186,
10,
1,
38214,
1,
1343,
9186,
10,
366,
3556,
18076,
29,
59,
77,
1,
628,
198,
4798,
7,
411,
8,
198
] | 1.677177 | 666 |
# tk01.py
import tkinter as tk
main()
| [
2,
256,
74,
486,
13,
9078,
198,
11748,
256,
74,
3849,
355,
256,
74,
198,
198,
12417,
3419,
198
] | 2.052632 | 19 |
#
# Author: Frantisek Kolacek <[email protected]
# Version: 1.0
#
import logging
import sqlite3
from datetime import datetime
from .exception import StashDatabaseException
| [
2,
198,
2,
6434,
25,
1305,
415,
786,
74,
25910,
558,
74,
1279,
1818,
31,
74,
349,
558,
74,
13,
270,
198,
2,
10628,
25,
352,
13,
15,
198,
2,
198,
198,
11748,
18931,
198,
11748,
44161,
578,
18,
198,
6738,
4818,
8079,
1330,
4818,
8079,
198,
198,
6738,
764,
1069,
4516,
1330,
520,
1077,
38105,
16922,
628
] | 2.982759 | 58 |
"""
Handle only one request one time
not good for developer
Flask is a small and lightweight Python web framework that provides useful tools and features that make creating web applications in Python easier.
It gives developers flexibility and is a more accessible framework for new developers since you can build a
web application quickly using only a single Python file
Flask is a web development framework created in Python language.
This Framework is based on the robust foundation of Jinja2 templates engine and Werkzeug comprehensive WSGI web application library.
"""
# An object of Flask class is our WSGI application
from flask import Flask
# Flask constructor takes the name of current
# module (__name__) as argument
app = Flask(__name__)
# route() function of the Flask class is a
# decorator, tells the application which URL
# should call the associated function
@app.route("/")
@app.route("/subash")
#not a good way to implement below code in flask
app.add_url_rule("/hello", "hello", hello_world1)
if __name__ == "__main__":
app.run(host="0.0.0.0", port=2224) # runs the application
# app.run(host="0.0.0.0", port=2224, debug=True) # DEBUG MODE | [
37811,
198,
37508,
691,
530,
2581,
530,
640,
198,
1662,
922,
329,
8517,
198,
198,
7414,
2093,
318,
257,
1402,
290,
18700,
11361,
3992,
9355,
326,
3769,
4465,
4899,
290,
3033,
326,
787,
4441,
3992,
5479,
287,
11361,
4577,
13,
198,
1026,
3607,
6505,
13688,
290,
318,
257,
517,
9857,
9355,
329,
649,
6505,
1201,
345,
460,
1382,
257,
198,
12384,
3586,
2952,
1262,
691,
257,
2060,
11361,
2393,
198,
198,
7414,
2093,
318,
257,
3992,
2478,
9355,
2727,
287,
11361,
3303,
13,
198,
1212,
25161,
318,
1912,
319,
262,
12373,
8489,
286,
17297,
6592,
17,
24019,
3113,
290,
370,
9587,
2736,
1018,
9815,
25290,
18878,
3992,
3586,
5888,
13,
198,
37811,
198,
198,
2,
1052,
2134,
286,
46947,
1398,
318,
674,
25290,
18878,
3586,
198,
6738,
42903,
1330,
46947,
198,
198,
2,
46947,
23772,
2753,
262,
1438,
286,
1459,
198,
2,
8265,
357,
834,
3672,
834,
8,
355,
4578,
198,
1324,
796,
46947,
7,
834,
3672,
834,
8,
198,
198,
2,
6339,
3419,
2163,
286,
262,
46947,
1398,
318,
257,
198,
2,
11705,
1352,
11,
4952,
262,
3586,
543,
10289,
198,
2,
815,
869,
262,
3917,
2163,
628,
198,
31,
1324,
13,
38629,
7203,
14,
4943,
198,
198,
31,
1324,
13,
38629,
7203,
14,
7266,
1077,
4943,
198,
198,
2,
1662,
257,
922,
835,
284,
3494,
2174,
2438,
287,
42903,
198,
1324,
13,
2860,
62,
6371,
62,
25135,
7203,
14,
31373,
1600,
366,
31373,
1600,
23748,
62,
6894,
16,
8,
628,
198,
361,
11593,
3672,
834,
6624,
366,
834,
12417,
834,
1298,
198,
220,
220,
598,
13,
5143,
7,
4774,
2625,
15,
13,
15,
13,
15,
13,
15,
1600,
2493,
28,
1828,
1731,
8,
1303,
4539,
262,
3586,
198,
220,
220,
1303,
598,
13,
5143,
7,
4774,
2625,
15,
13,
15,
13,
15,
13,
15,
1600,
2493,
28,
1828,
1731,
11,
14257,
28,
17821,
8,
1303,
16959,
337,
16820
] | 3.790323 | 310 |
from cerulean import Terminal
| [
6738,
26074,
2261,
272,
1330,
24523,
628,
628,
198
] | 3.777778 | 9 |
# Copyright 2014-2016 Ivan Kravets <[email protected]>
#
# 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 os
import re
import sys
from imp import load_source
from multiprocessing import cpu_count
from os.path import isdir, isfile, join
import click
from platformio import app, exception, util
from platformio.app import get_state_item, set_state_item
from platformio.pkgmanager import PackageManager
PLATFORM_PACKAGES = {
"framework-arduinoavr": [
("Arduino Wiring-based Framework (AVR Core, 1.6)",
"http://arduino.cc/en/Reference/HomePage")
],
"framework-arduinosam": [
("Arduino Wiring-based Framework (SAM Core, 1.6)",
"http://arduino.cc/en/Reference/HomePage")
],
"framework-arduinoteensy": [
("Arduino Wiring-based Framework",
"http://arduino.cc/en/Reference/HomePage")
],
"framework-arduinomsp430": [
("Arduino Wiring-based Framework (MSP430 Core)",
"http://arduino.cc/en/Reference/HomePage")
],
"framework-arduinoespressif": [
("Arduino Wiring-based Framework (ESP8266 Core)",
"https://github.com/esp8266/Arduino")
],
"framework-arduinonordicnrf51": [
("Arduino Wiring-based Framework (RFduino Core)",
"https://github.com/RFduino/RFduino")
],
"framework-energiamsp430": [
("Energia Wiring-based Framework (MSP430 Core)",
"http://energia.nu/reference/")
],
"framework-energiativa": [
("Energia Wiring-based Framework (LM4F Core)",
"http://energia.nu/reference/")
],
"framework-cmsis": [
("Vendor-independent hardware abstraction layer for the Cortex-M "
"processor series",
"http://www.arm.com/products/processors/"
"cortex-m/cortex-microcontroller-software-interface-standard.php")
],
"framework-spl": [
("Standard Peripheral Library for STM32 MCUs",
"http://www.st.com"
"/web/catalog/tools/FM147/CL1794/SC961/SS1743/PF257890")
],
"framework-libopencm3": [
("libOpenCM3 Framework", "http://www.libopencm3.org/")
],
"framework-mbed": [
("mbed Framework", "http://mbed.org")
],
"framework-wiringpi": [
("GPIO Interface library for the Raspberry Pi", "http://wiringpi.com")
],
"sdk-esp8266": [
("ESP8266 SDK", "http://bbs.espressif.com")
],
"ldscripts": [
("Linker Scripts",
"https://sourceware.org/binutils/docs/ld/Scripts.html")
],
"toolchain-atmelavr": [
("avr-gcc", "https://gcc.gnu.org/wiki/avr-gcc"),
("GDB", "http://www.gnu.org/software/gdb/"),
("AVaRICE", "http://avarice.sourceforge.net/"),
("SimulAVR", "http://www.nongnu.org/simulavr/")
],
"toolchain-gccarmnoneeabi": [
("gcc-arm-embedded", "https://launchpad.net/gcc-arm-embedded"),
("GDB", "http://www.gnu.org/software/gdb/")
],
"toolchain-gccarmlinuxgnueabi": [
("GCC for Linux ARM GNU EABI", "https://gcc.gnu.org"),
("GDB", "http://www.gnu.org/software/gdb/")
],
"toolchain-gccmingw32": [
("MinGW", "http://www.mingw.org")
],
"toolchain-gcclinux32": [
("GCC for Linux i686", "https://gcc.gnu.org")
],
"toolchain-gcclinux64": [
("GCC for Linux x86_64", "https://gcc.gnu.org")
],
"toolchain-xtensa": [
("xtensa-gcc", "https://github.com/jcmvbkbc/gcc-xtensa"),
("GDB", "http://www.gnu.org/software/gdb/")
],
"toolchain-timsp430": [
("msp-gcc", "http://sourceforge.net/projects/mspgcc/"),
("GDB", "http://www.gnu.org/software/gdb/")
],
"tool-scons": [
("SCons software construction tool", "http://www.scons.org")
],
"tool-avrdude": [
("AVRDUDE", "http://www.nongnu.org/avrdude/")
],
"tool-micronucleus": [
("Micronucleus", "https://github.com/micronucleus/micronucleus")
],
"tool-bossac": [
("BOSSA CLI", "https://sourceforge.net/projects/b-o-s-s-a/")
],
"tool-openocd": [
("OpenOCD", "http://openocd.org")
],
"tool-stlink": [
("ST-Link", "https://github.com/texane/stlink")
],
"tool-teensy": [
("Teensy Loader", "https://www.pjrc.com/teensy/loader.html")
],
"tool-lm4flash": [
("Flash Programmer", "http://www.ti.com/tool/lmflashprogrammer")
],
"tool-mspdebug": [
("MSPDebug", "http://mspdebug.sourceforge.net/")
],
"tool-esptool": [
("esptool-ck", "https://github.com/igrr/esptool-ck")
],
"tool-rfdloader": [
("rfdloader", "https://github.com/RFduino/RFduino")
],
"tool-mkspiffs": [
("Tool to build and unpack SPIFFS images",
"https://github.com/igrr/mkspiffs")
]
}
| [
2,
15069,
1946,
12,
5304,
21798,
509,
5758,
912,
1279,
1326,
31,
1134,
5758,
912,
13,
785,
29,
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,
2638,
1378,
2503,
13,
43073,
13,
2398,
14,
677,
4541,
14,
43,
2149,
24290,
12,
17,
13,
15,
198,
2,
198,
2,
17486,
2672,
416,
9723,
1099,
393,
4987,
284,
287,
3597,
11,
3788,
198,
2,
9387,
739,
262,
13789,
318,
9387,
319,
281,
366,
1921,
3180,
1,
29809,
1797,
11,
198,
2,
42881,
34764,
11015,
6375,
7102,
49828,
11053,
3963,
15529,
509,
12115,
11,
2035,
4911,
393,
17142,
13,
198,
2,
4091,
262,
13789,
329,
262,
2176,
3303,
15030,
21627,
290,
198,
2,
11247,
739,
262,
13789,
13,
198,
198,
11748,
28686,
198,
11748,
302,
198,
11748,
25064,
198,
6738,
848,
1330,
3440,
62,
10459,
198,
6738,
18540,
305,
919,
278,
1330,
42804,
62,
9127,
198,
6738,
28686,
13,
6978,
1330,
318,
15908,
11,
318,
7753,
11,
4654,
198,
198,
11748,
3904,
198,
198,
6738,
3859,
952,
1330,
598,
11,
6631,
11,
7736,
198,
6738,
3859,
952,
13,
1324,
1330,
651,
62,
5219,
62,
9186,
11,
900,
62,
5219,
62,
9186,
198,
6738,
3859,
952,
13,
35339,
37153,
1330,
15717,
13511,
198,
198,
6489,
1404,
21389,
62,
47,
8120,
25552,
796,
1391,
628,
220,
220,
220,
366,
30604,
12,
446,
84,
2879,
615,
81,
1298,
685,
198,
220,
220,
220,
220,
220,
220,
220,
5855,
3163,
24493,
370,
3428,
12,
3106,
25161,
357,
10116,
49,
7231,
11,
352,
13,
21,
42501,
198,
220,
220,
220,
220,
220,
220,
220,
220,
366,
4023,
1378,
446,
84,
2879,
13,
535,
14,
268,
14,
26687,
14,
16060,
9876,
4943,
198,
220,
220,
220,
16589,
198,
220,
220,
220,
366,
30604,
12,
446,
84,
11996,
321,
1298,
685,
198,
220,
220,
220,
220,
220,
220,
220,
5855,
3163,
24493,
370,
3428,
12,
3106,
25161,
357,
49302,
7231,
11,
352,
13,
21,
42501,
198,
220,
220,
220,
220,
220,
220,
220,
220,
366,
4023,
1378,
446,
84,
2879,
13,
535,
14,
268,
14,
26687,
14,
16060,
9876,
4943,
198,
220,
220,
220,
16589,
198,
220,
220,
220,
366,
30604,
12,
446,
48441,
1258,
641,
88,
1298,
685,
198,
220,
220,
220,
220,
220,
220,
220,
5855,
3163,
24493,
370,
3428,
12,
3106,
25161,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
366,
4023,
1378,
446,
84,
2879,
13,
535,
14,
268,
14,
26687,
14,
16060,
9876,
4943,
198,
220,
220,
220,
16589,
198,
220,
220,
220,
366,
30604,
12,
446,
48441,
296,
2777,
31794,
1298,
685,
198,
220,
220,
220,
220,
220,
220,
220,
5855,
3163,
24493,
370,
3428,
12,
3106,
25161,
357,
44,
4303,
31794,
7231,
42501,
198,
220,
220,
220,
220,
220,
220,
220,
220,
366,
4023,
1378,
446,
84,
2879,
13,
535,
14,
268,
14,
26687,
14,
16060,
9876,
4943,
198,
220,
220,
220,
16589,
198,
220,
220,
220,
366,
30604,
12,
446,
84,
2879,
274,
8439,
361,
1298,
685,
198,
220,
220,
220,
220,
220,
220,
220,
5855,
3163,
24493,
370,
3428,
12,
3106,
25161,
357,
1546,
47,
23,
25540,
7231,
42501,
198,
220,
220,
220,
220,
220,
220,
220,
220,
366,
5450,
1378,
12567,
13,
785,
14,
9774,
23,
25540,
14,
3163,
24493,
4943,
198,
220,
220,
220,
16589,
198,
220,
220,
220,
366,
30604,
12,
446,
48441,
261,
585,
291,
77,
41871,
4349,
1298,
685,
198,
220,
220,
220,
220,
220,
220,
220,
5855,
3163,
24493,
370,
3428,
12,
3106,
25161,
357,
32754,
24493,
7231,
42501,
198,
220,
220,
220,
220,
220,
220,
220,
220,
366,
5450,
1378,
12567,
13,
785,
14,
32754,
24493,
14,
32754,
24493,
4943,
198,
220,
220,
220,
16589,
198,
220,
220,
220,
366,
30604,
12,
877,
70,
1789,
2777,
31794,
1298,
685,
198,
220,
220,
220,
220,
220,
220,
220,
5855,
36,
25649,
544,
370,
3428,
12,
3106,
25161,
357,
44,
4303,
31794,
7231,
42501,
198,
220,
220,
220,
220,
220,
220,
220,
220,
366,
4023,
1378,
877,
70,
544,
13,
28803,
14,
35790,
14,
4943,
198,
220,
220,
220,
16589,
198,
220,
220,
220,
366,
30604,
12,
877,
70,
5375,
12151,
1298,
685,
198,
220,
220,
220,
220,
220,
220,
220,
5855,
36,
25649,
544,
370,
3428,
12,
3106,
25161,
357,
31288,
19,
37,
7231,
42501,
198,
220,
220,
220,
220,
220,
220,
220,
220,
366,
4023,
1378,
877,
70,
544,
13,
28803,
14,
35790,
14,
4943,
198,
220,
220,
220,
16589,
198,
220,
220,
220,
366,
30604,
12,
46406,
271,
1298,
685,
198,
220,
220,
220,
220,
220,
220,
220,
5855,
53,
18738,
12,
34750,
6890,
34651,
7679,
329,
262,
44420,
12,
44,
366,
198,
220,
220,
220,
220,
220,
220,
220,
220,
366,
41341,
2168,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
366,
4023,
1378,
2503,
13,
1670,
13,
785,
14,
29498,
14,
14681,
669,
30487,
198,
220,
220,
220,
220,
220,
220,
220,
220,
366,
66,
26158,
12,
76,
14,
66,
26158,
12,
24055,
36500,
12,
43776,
12,
39994,
12,
20307,
13,
10121,
4943,
198,
220,
220,
220,
16589,
198,
220,
220,
220,
366,
30604,
12,
22018,
1298,
685,
198,
220,
220,
220,
220,
220,
220,
220,
5855,
23615,
2448,
10803,
282,
10074,
329,
3563,
44,
2624,
13122,
5842,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
366,
4023,
1378,
2503,
13,
301,
13,
785,
1,
198,
220,
220,
220,
220,
220,
220,
220,
220,
12813,
12384,
14,
9246,
11794,
14,
31391,
14,
23264,
20198,
14,
5097,
1558,
5824,
14,
6173,
4846,
16,
14,
5432,
1558,
3559,
14,
42668,
1495,
3695,
3829,
4943,
198,
220,
220,
220,
16589,
198,
220,
220,
220,
366,
30604,
12,
8019,
9654,
11215,
18,
1298,
685,
198,
220,
220,
220,
220,
220,
220,
220,
5855,
8019,
11505,
24187,
18,
25161,
1600,
366,
4023,
1378,
2503,
13,
8019,
9654,
11215,
18,
13,
2398,
14,
4943,
198,
220,
220,
220,
16589,
198,
220,
220,
220,
366,
30604,
12,
2022,
276,
1298,
685,
198,
220,
220,
220,
220,
220,
220,
220,
5855,
2022,
276,
25161,
1600,
366,
4023,
1378,
2022,
276,
13,
2398,
4943,
198,
220,
220,
220,
16589,
198,
220,
220,
220,
366,
30604,
12,
86,
3428,
14415,
1298,
685,
198,
220,
220,
220,
220,
220,
220,
220,
5855,
16960,
9399,
26491,
5888,
329,
262,
24244,
13993,
1600,
366,
4023,
1378,
86,
3428,
14415,
13,
785,
4943,
198,
220,
220,
220,
16589,
198,
220,
220,
220,
366,
21282,
74,
12,
9774,
23,
25540,
1298,
685,
198,
220,
220,
220,
220,
220,
220,
220,
5855,
1546,
47,
23,
25540,
26144,
1600,
366,
4023,
1378,
65,
1443,
13,
274,
8439,
361,
13,
785,
4943,
198,
220,
220,
220,
16589,
198,
220,
220,
220,
366,
335,
46521,
1298,
685,
198,
220,
220,
220,
220,
220,
220,
220,
5855,
11280,
263,
12327,
82,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
366,
5450,
1378,
10459,
1574,
13,
2398,
14,
8800,
26791,
14,
31628,
14,
335,
14,
7391,
82,
13,
6494,
4943,
198,
220,
220,
220,
16589,
198,
220,
220,
220,
366,
25981,
7983,
12,
265,
17694,
615,
81,
1298,
685,
198,
220,
220,
220,
220,
220,
220,
220,
5855,
615,
81,
12,
70,
535,
1600,
366,
5450,
1378,
70,
535,
13,
41791,
13,
2398,
14,
15466,
14,
615,
81,
12,
70,
535,
12340,
198,
220,
220,
220,
220,
220,
220,
220,
5855,
38,
11012,
1600,
366,
4023,
1378,
2503,
13,
41791,
13,
2398,
14,
43776,
14,
70,
9945,
14,
12340,
198,
220,
220,
220,
220,
220,
220,
220,
5855,
10116,
64,
49,
8476,
1600,
366,
4023,
1378,
615,
283,
501,
13,
10459,
30293,
13,
3262,
14,
12340,
198,
220,
220,
220,
220,
220,
220,
220,
5855,
8890,
377,
10116,
49,
1600,
366,
4023,
1378,
2503,
13,
77,
506,
28803,
13,
2398,
14,
14323,
377,
615,
81,
14,
4943,
198,
220,
220,
220,
16589,
198,
220,
220,
220,
366,
25981,
7983,
12,
70,
535,
1670,
23108,
68,
17914,
1298,
685,
198,
220,
220,
220,
220,
220,
220,
220,
5855,
70,
535,
12,
1670,
12,
20521,
9395,
1600,
366,
5450,
1378,
35681,
15636,
13,
3262,
14,
70,
535,
12,
1670,
12,
20521,
9395,
12340,
198,
220,
220,
220,
220,
220,
220,
220,
5855,
38,
11012,
1600,
366,
4023,
1378,
2503,
13,
41791,
13,
2398,
14,
43776,
14,
70,
9945,
14,
4943,
198,
220,
220,
220,
16589,
198,
220,
220,
220,
366,
25981,
7983,
12,
70,
535,
1670,
23289,
4593,
518,
17914,
1298,
685,
198,
220,
220,
220,
220,
220,
220,
220,
5855,
38,
4093,
329,
7020,
20359,
22961,
19814,
3483,
1600,
366,
5450,
1378,
70,
535,
13,
41791,
13,
2398,
12340,
198,
220,
220,
220,
220,
220,
220,
220,
5855,
38,
11012,
1600,
366,
4023,
1378,
2503,
13,
41791,
13,
2398,
14,
43776,
14,
70,
9945,
14,
4943,
198,
220,
220,
220,
16589,
198,
220,
220,
220,
366,
25981,
7983,
12,
70,
535,
2229,
86,
2624,
1298,
685,
198,
220,
220,
220,
220,
220,
220,
220,
5855,
9452,
33191,
1600,
366,
4023,
1378,
2503,
13,
2229,
86,
13,
2398,
4943,
198,
220,
220,
220,
16589,
198,
220,
220,
220,
366,
25981,
7983,
12,
70,
535,
23289,
2624,
1298,
685,
198,
220,
220,
220,
220,
220,
220,
220,
5855,
38,
4093,
329,
7020,
1312,
33808,
1600,
366,
5450,
1378,
70,
535,
13,
41791,
13,
2398,
4943,
198,
220,
220,
220,
16589,
198,
220,
220,
220,
366,
25981,
7983,
12,
70,
535,
23289,
2414,
1298,
685,
198,
220,
220,
220,
220,
220,
220,
220,
5855,
38,
4093,
329,
7020,
2124,
4521,
62,
2414,
1600,
366,
5450,
1378,
70,
535,
13,
41791,
13,
2398,
4943,
198,
220,
220,
220,
16589,
198,
220,
220,
220,
366,
25981,
7983,
12,
742,
641,
64,
1298,
685,
198,
220,
220,
220,
220,
220,
220,
220,
5855,
742,
641,
64,
12,
70,
535,
1600,
366,
5450,
1378,
12567,
13,
785,
14,
73,
11215,
85,
65,
74,
15630,
14,
70,
535,
12,
742,
641,
64,
12340,
198,
220,
220,
220,
220,
220,
220,
220,
5855,
38,
11012,
1600,
366,
4023,
1378,
2503,
13,
41791,
13,
2398,
14,
43776,
14,
70,
9945,
14,
4943,
198,
220,
220,
220,
16589,
198,
220,
220,
220,
366,
25981,
7983,
12,
16514,
2777,
31794,
1298,
685,
198,
220,
220,
220,
220,
220,
220,
220,
5855,
907,
79,
12,
70,
535,
1600,
366,
4023,
1378,
10459,
30293,
13,
3262,
14,
42068,
14,
907,
6024,
535,
14,
12340,
198,
220,
220,
220,
220,
220,
220,
220,
5855,
38,
11012,
1600,
366,
4023,
1378,
2503,
13,
41791,
13,
2398,
14,
43776,
14,
70,
9945,
14,
4943,
198,
220,
220,
220,
16589,
198,
220,
220,
220,
366,
25981,
12,
1416,
684,
1298,
685,
198,
220,
220,
220,
220,
220,
220,
220,
5855,
6173,
684,
3788,
5103,
2891,
1600,
366,
4023,
1378,
2503,
13,
1416,
684,
13,
2398,
4943,
198,
220,
220,
220,
16589,
198,
220,
220,
220,
366,
25981,
12,
615,
4372,
2507,
1298,
685,
198,
220,
220,
220,
220,
220,
220,
220,
5855,
10116,
35257,
52,
7206,
1600,
366,
4023,
1378,
2503,
13,
77,
506,
28803,
13,
2398,
14,
615,
4372,
2507,
14,
4943,
198,
220,
220,
220,
16589,
198,
220,
220,
220,
366,
25981,
12,
9383,
1313,
14913,
385,
1298,
685,
198,
220,
220,
220,
220,
220,
220,
220,
5855,
25437,
1313,
14913,
385,
1600,
366,
5450,
1378,
12567,
13,
785,
14,
9383,
1313,
14913,
385,
14,
9383,
1313,
14913,
385,
4943,
198,
220,
220,
220,
16589,
198,
220,
220,
220,
366,
25981,
12,
42820,
330,
1298,
685,
198,
220,
220,
220,
220,
220,
220,
220,
5855,
33,
2640,
4090,
43749,
1600,
366,
5450,
1378,
10459,
30293,
13,
3262,
14,
42068,
14,
65,
12,
78,
12,
82,
12,
82,
12,
64,
14,
4943,
198,
220,
220,
220,
16589,
198,
220,
220,
220,
366,
25981,
12,
9654,
420,
67,
1298,
685,
198,
220,
220,
220,
220,
220,
220,
220,
5855,
11505,
4503,
35,
1600,
366,
4023,
1378,
9654,
420,
67,
13,
2398,
4943,
198,
220,
220,
220,
16589,
198,
220,
220,
220,
366,
25981,
12,
301,
8726,
1298,
685,
198,
220,
220,
220,
220,
220,
220,
220,
5855,
2257,
12,
11280,
1600,
366,
5450,
1378,
12567,
13,
785,
14,
16886,
1531,
14,
301,
8726,
4943,
198,
220,
220,
220,
16589,
198,
220,
220,
220,
366,
25981,
12,
660,
641,
88,
1298,
685,
198,
220,
220,
220,
220,
220,
220,
220,
5855,
6767,
641,
88,
8778,
263,
1600,
366,
5450,
1378,
2503,
13,
79,
73,
6015,
13,
785,
14,
660,
641,
88,
14,
29356,
13,
6494,
4943,
198,
220,
220,
220,
16589,
198,
220,
220,
220,
366,
25981,
12,
75,
76,
19,
34167,
1298,
685,
198,
220,
220,
220,
220,
220,
220,
220,
5855,
30670,
6118,
647,
1600,
366,
4023,
1378,
2503,
13,
20259,
13,
785,
14,
25981,
14,
75,
76,
34167,
23065,
647,
4943,
198,
220,
220,
220,
16589,
198,
220,
220,
220,
366,
25981,
12,
907,
79,
24442,
1298,
685,
198,
220,
220,
220,
220,
220,
220,
220,
5855,
44,
4303,
27509,
1600,
366,
4023,
1378,
907,
79,
24442,
13,
10459,
30293,
13,
3262,
14,
4943,
198,
220,
220,
220,
16589,
198,
220,
220,
220,
366,
25981,
12,
274,
457,
970,
1298,
685,
198,
220,
220,
220,
220,
220,
220,
220,
5855,
274,
457,
970,
12,
694,
1600,
366,
5450,
1378,
12567,
13,
785,
14,
3692,
81,
14,
274,
457,
970,
12,
694,
4943,
198,
220,
220,
220,
16589,
198,
220,
220,
220,
366,
25981,
12,
81,
16344,
29356,
1298,
685,
198,
220,
220,
220,
220,
220,
220,
220,
5855,
81,
16344,
29356,
1600,
366,
5450,
1378,
12567,
13,
785,
14,
32754,
24493,
14,
32754,
24493,
4943,
198,
220,
220,
220,
16589,
198,
220,
220,
220,
366,
25981,
12,
76,
591,
79,
10203,
1298,
685,
198,
220,
220,
220,
220,
220,
220,
220,
5855,
25391,
284,
1382,
290,
555,
8002,
6226,
5064,
10652,
4263,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
366,
5450,
1378,
12567,
13,
785,
14,
3692,
81,
14,
76,
591,
79,
10203,
4943,
198,
220,
220,
220,
2361,
198,
92,
628,
628
] | 2.252448 | 2,349 |
# -*- coding: utf-8 -*-
{%- set app = pillar.kedb.server %}
from os.path import join, dirname, abspath, normpath
DATABASES = {
'default': {
{%- if app.database.engine == 'mysql' %}
'ENGINE': 'django.db.backends.mysql',
'PORT': '3306',
'OPTIONS': {'init_command': 'SET storage_engine=INNODB,character_set_connection=utf8,collation_connection=utf8_unicode_ci', },
{% else %}
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'PORT': '5432',
{%- endif %}
'HOST': '{{ app.database.host }}',
'NAME': '{{ app.database.name }}',
'PASSWORD': '{{ app.database.password }}',
'USER': '{{ app.database.user }}'
}
}
CACHES = {
'default': {
'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
'LOCATION': '{{ app.cache.host }}:11211',
'TIMEOUT': 120,
'KEY_PREFIX': '{{ app.cache.prefix }}'
}
}
EMAIL_HOST = '{{ app.mail.host }}',
EMAIL_HOST_USER = '{{ app.mail.user }}',
EMAIL_HOST_PASSWORD = '{{ app.mail.password }}'
{%- if pillar.linux is defined %}
TIME_ZONE = '{{ pillar.linux.system.timezone }}'
{%- else %}
TIME_ZONE = '{{ pillar.system.timezone }}'
{%- endif %}
SECRET_KEY = '{{ app.secret_key }}'
{%- if app.logger_handler is defined %}
LOCAL_INSTALLED_APPS = (
'raven.contrib.django.raven_compat',
)
{%- else %}
LOGGING = {
'version': 1,
# When set to True this will disable all logging except
# for loggers specified in this configuration dictionary. Note that
# if nothing is specified here and disable_existing_loggers is True,
# django.db.backends will still log unless it is disabled explicitly.
'disable_existing_loggers': False,
'root': {
'level': 'WARNING',
'handlers': ['sentry'],
},
'formatters': {
'verbose': {
'format': '%(asctime)s %(process)d %(levelname)s %(name)s '
'%(message)s'
},
},
'handlers': {
'sentry': {
'level': 'ERROR',
'class': 'raven.contrib.django.raven_compat.handlers.SentryHandler',
},
'file': {
'level': 'DEBUG',
'class': 'logging.FileHandler',
'filename': '/var/log/kedb/django.log',
'formatter': 'verbose',
},
},
}
{%- endif %}
RAVEN_CONFIG = {
{% if app.logger_handler is defined %}
'dsn': '{{ app.logger_handler.dsn }}',
{% endif %}
}
| [
2,
532,
9,
12,
19617,
25,
3384,
69,
12,
23,
532,
9,
12,
198,
90,
33963,
900,
598,
796,
30042,
13,
9091,
65,
13,
15388,
4064,
92,
198,
198,
6738,
28686,
13,
6978,
1330,
4654,
11,
26672,
3672,
11,
2352,
6978,
11,
2593,
6978,
198,
198,
35,
1404,
6242,
1921,
1546,
796,
1391,
198,
220,
220,
220,
705,
12286,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
1391,
33963,
611,
598,
13,
48806,
13,
18392,
6624,
705,
28744,
13976,
6,
4064,
92,
198,
220,
220,
220,
220,
220,
220,
220,
705,
26808,
8881,
10354,
705,
28241,
14208,
13,
9945,
13,
1891,
2412,
13,
28744,
13976,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
15490,
10354,
705,
18,
20548,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
3185,
51,
11053,
10354,
1391,
6,
15003,
62,
21812,
10354,
705,
28480,
6143,
62,
18392,
28,
1268,
45,
3727,
33,
11,
22769,
62,
2617,
62,
38659,
28,
40477,
23,
11,
26000,
341,
62,
38659,
28,
40477,
23,
62,
46903,
1098,
62,
979,
3256,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
1391,
4,
2073,
4064,
92,
198,
220,
220,
220,
220,
220,
220,
220,
705,
26808,
8881,
10354,
705,
28241,
14208,
13,
9945,
13,
1891,
2412,
13,
7353,
34239,
13976,
62,
13764,
22163,
70,
17,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
15490,
10354,
705,
4051,
2624,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
1391,
33963,
45762,
4064,
92,
198,
220,
220,
220,
220,
220,
220,
220,
705,
39,
10892,
10354,
705,
27007,
598,
13,
48806,
13,
4774,
34949,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
20608,
10354,
705,
27007,
598,
13,
48806,
13,
3672,
34949,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
47924,
54,
12532,
10354,
705,
27007,
598,
13,
48806,
13,
28712,
34949,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
29904,
10354,
705,
27007,
598,
13,
48806,
13,
7220,
34949,
6,
198,
220,
220,
220,
1782,
198,
92,
198,
198,
34,
16219,
1546,
796,
1391,
198,
220,
220,
220,
705,
12286,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
31098,
10619,
10354,
705,
28241,
14208,
13,
7295,
13,
23870,
13,
1891,
2412,
13,
11883,
66,
2317,
13,
13579,
66,
2317,
30562,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
29701,
6234,
10354,
705,
27007,
598,
13,
23870,
13,
4774,
34949,
25,
14686,
1157,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
34694,
12425,
10354,
7982,
11,
198,
220,
220,
220,
220,
220,
220,
220,
705,
20373,
62,
47,
31688,
10426,
10354,
705,
27007,
598,
13,
23870,
13,
40290,
34949,
6,
198,
220,
220,
220,
1782,
198,
92,
198,
198,
27630,
4146,
62,
39,
10892,
796,
705,
27007,
598,
13,
4529,
13,
4774,
34949,
3256,
198,
27630,
4146,
62,
39,
10892,
62,
29904,
796,
705,
27007,
598,
13,
4529,
13,
7220,
34949,
3256,
198,
27630,
4146,
62,
39,
10892,
62,
47924,
54,
12532,
796,
705,
27007,
598,
13,
4529,
13,
28712,
34949,
6,
198,
198,
90,
33963,
611,
30042,
13,
23289,
318,
5447,
4064,
92,
198,
34694,
62,
57,
11651,
796,
705,
27007,
30042,
13,
23289,
13,
10057,
13,
2435,
11340,
34949,
6,
198,
90,
33963,
2073,
4064,
92,
198,
34694,
62,
57,
11651,
796,
705,
27007,
30042,
13,
10057,
13,
2435,
11340,
34949,
6,
198,
90,
33963,
45762,
4064,
92,
198,
198,
23683,
26087,
62,
20373,
796,
705,
27007,
598,
13,
21078,
62,
2539,
34949,
6,
198,
198,
90,
33963,
611,
598,
13,
6404,
1362,
62,
30281,
318,
5447,
4064,
92,
198,
29701,
1847,
62,
38604,
7036,
1961,
62,
2969,
3705,
796,
357,
198,
220,
220,
220,
705,
430,
574,
13,
3642,
822,
13,
28241,
14208,
13,
430,
574,
62,
5589,
265,
3256,
198,
8,
198,
90,
33963,
2073,
4064,
92,
198,
25294,
38,
2751,
796,
1391,
198,
220,
220,
220,
705,
9641,
10354,
352,
11,
198,
220,
220,
220,
1303,
1649,
900,
284,
6407,
428,
481,
15560,
477,
18931,
2845,
198,
220,
220,
220,
1303,
329,
2604,
5355,
7368,
287,
428,
8398,
22155,
13,
5740,
326,
198,
220,
220,
220,
1303,
611,
2147,
318,
7368,
994,
290,
15560,
62,
25687,
62,
6404,
5355,
318,
6407,
11,
198,
220,
220,
220,
1303,
42625,
14208,
13,
9945,
13,
1891,
2412,
481,
991,
2604,
4556,
340,
318,
10058,
11777,
13,
198,
220,
220,
220,
705,
40223,
62,
25687,
62,
6404,
5355,
10354,
10352,
11,
198,
220,
220,
220,
705,
15763,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
5715,
10354,
705,
31502,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
4993,
8116,
10354,
37250,
82,
13000,
6,
4357,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
18982,
1010,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
19011,
577,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
18982,
10354,
705,
4,
7,
292,
310,
524,
8,
82,
4064,
7,
14681,
8,
67,
4064,
7,
5715,
3672,
8,
82,
4064,
7,
3672,
8,
82,
705,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4,
7,
20500,
8,
82,
6,
198,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
4993,
8116,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
82,
13000,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
5715,
10354,
705,
24908,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4871,
10354,
705,
430,
574,
13,
3642,
822,
13,
28241,
14208,
13,
430,
574,
62,
5589,
265,
13,
4993,
8116,
13,
50,
13000,
25060,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7753,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
5715,
10354,
705,
30531,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4871,
10354,
705,
6404,
2667,
13,
8979,
25060,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
34345,
10354,
31051,
7785,
14,
6404,
14,
9091,
65,
14,
28241,
14208,
13,
6404,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
687,
1436,
10354,
705,
19011,
577,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
8964,
198,
92,
198,
90,
33963,
45762,
4064,
92,
198,
198,
3861,
28290,
62,
10943,
16254,
796,
1391,
198,
90,
4,
611,
598,
13,
6404,
1362,
62,
30281,
318,
5447,
4064,
92,
198,
220,
220,
220,
705,
9310,
77,
10354,
705,
27007,
598,
13,
6404,
1362,
62,
30281,
13,
9310,
77,
34949,
3256,
198,
90,
4,
45762,
4064,
92,
198,
92,
198
] | 2.142733 | 1,149 |
#!/usr/bin/env python3
import re, sys
import getopt, pickle
import time, datetime
import urllib.request
import smtplib
from email.mime.text import MIMEText
import getpass
# import browser_cookie3
# Create email with subject and body, then sends via gmail address provided
# Gets and caches your gmail address
# Gets your gmail password (does not cache)
# Strip off script name in arg list
if __name__ == "__main__":
main(sys.argv[1:])
| [
2,
48443,
14629,
14,
8800,
14,
24330,
21015,
18,
198,
198,
11748,
302,
11,
25064,
198,
11748,
651,
8738,
11,
2298,
293,
198,
11748,
640,
11,
4818,
8079,
198,
198,
11748,
2956,
297,
571,
13,
25927,
198,
11748,
895,
83,
489,
571,
198,
6738,
3053,
13,
76,
524,
13,
5239,
1330,
337,
3955,
2767,
2302,
198,
11748,
651,
6603,
198,
2,
1330,
6444,
62,
44453,
18,
628,
198,
2,
13610,
3053,
351,
2426,
290,
1767,
11,
788,
12800,
2884,
308,
4529,
2209,
2810,
628,
198,
2,
29620,
290,
50177,
534,
308,
4529,
2209,
628,
198,
2,
29620,
534,
308,
4529,
9206,
357,
22437,
407,
12940,
8,
628,
198,
2,
18508,
572,
4226,
1438,
287,
1822,
1351,
198,
361,
11593,
3672,
834,
6624,
366,
834,
12417,
834,
1298,
198,
197,
12417,
7,
17597,
13,
853,
85,
58,
16,
25,
12962,
198
] | 3.185714 | 140 |
import threading
import logging
LOCK = threading.Lock()
logger = logging.getLogger("CERTBOT")
handler = logging.StreamHandler()
logger.addHandler(handler)
logger.setLevel(logging.INFO)
| [
11748,
4704,
278,
198,
11748,
18931,
198,
198,
36840,
796,
4704,
278,
13,
25392,
3419,
198,
6404,
1362,
796,
18931,
13,
1136,
11187,
1362,
7203,
34,
17395,
33,
2394,
4943,
198,
30281,
796,
18931,
13,
12124,
25060,
3419,
198,
6404,
1362,
13,
2860,
25060,
7,
30281,
8,
198,
6404,
1362,
13,
2617,
4971,
7,
6404,
2667,
13,
10778,
8,
198
] | 3.1 | 60 |
from .WtBtAnalyst import WtBtAnalyst
from .WtCtaOptimizer import WtCtaOptimizer
__all__ = ["WtBtAnalyst","WtCtaOptimizer"] | [
6738,
764,
54,
83,
33,
83,
2025,
21470,
1330,
370,
83,
33,
83,
2025,
21470,
201,
198,
6738,
764,
54,
83,
34,
8326,
27871,
320,
7509,
1330,
370,
83,
34,
8326,
27871,
320,
7509,
201,
198,
201,
198,
834,
439,
834,
796,
14631,
54,
83,
33,
83,
2025,
21470,
2430,
54,
83,
34,
8326,
27871,
320,
7509,
8973
] | 2.172414 | 58 |
#!/usr/bin/env python3
from collections import defaultdict
from copy import copy
from strips import *
from golog_program import *
from domains.math1 import S
s = S(0)
p = Sequence(
Choose(
Exec(S.incr()),
Exec(S.double())
),
Choose(
Exec(S.incr()),
Exec(S.double())
),
Test(lambda s: s.n == 1)
)
debug(p, s)
| [
2,
48443,
14629,
14,
8800,
14,
24330,
21015,
18,
198,
198,
6738,
17268,
1330,
4277,
11600,
198,
6738,
4866,
1330,
4866,
198,
6738,
22670,
1330,
1635,
198,
6738,
308,
928,
62,
23065,
1330,
1635,
198,
6738,
18209,
13,
11018,
16,
1330,
311,
198,
198,
82,
796,
311,
7,
15,
8,
198,
79,
796,
45835,
7,
198,
220,
220,
220,
220,
220,
220,
220,
17489,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8393,
7,
50,
13,
1939,
81,
3419,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8393,
7,
50,
13,
23352,
28955,
198,
220,
220,
220,
220,
220,
220,
220,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
17489,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8393,
7,
50,
13,
1939,
81,
3419,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8393,
7,
50,
13,
23352,
28955,
198,
220,
220,
220,
220,
220,
220,
220,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
6208,
7,
50033,
264,
25,
264,
13,
77,
6624,
352,
8,
198,
8,
198,
198,
24442,
7,
79,
11,
264,
8,
198
] | 1.930233 | 215 |
# Copyright (c) 2019 Works Applications Co., Ltd.
#
# 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 os
import unittest
import sudachipy
import sudachipy.dictionarylib as dictionarylib
if __name__ == '__main__':
unittest.main()
| [
2,
15069,
357,
66,
8,
13130,
10933,
26622,
1766,
1539,
12052,
13,
198,
2,
198,
2,
49962,
739,
262,
24843,
13789,
11,
10628,
362,
13,
15,
357,
1169,
366,
34156,
15341,
198,
2,
345,
743,
407,
779,
428,
2393,
2845,
287,
11846,
351,
262,
13789,
13,
198,
2,
921,
743,
7330,
257,
4866,
286,
262,
13789,
379,
198,
2,
198,
2,
220,
220,
220,
220,
2638,
1378,
2503,
13,
43073,
13,
2398,
14,
677,
4541,
14,
43,
2149,
24290,
12,
17,
13,
15,
198,
2,
198,
2,
17486,
2672,
416,
9723,
1099,
393,
4987,
284,
287,
3597,
11,
3788,
198,
2,
9387,
739,
262,
13789,
318,
9387,
319,
281,
366,
1921,
3180,
1,
29809,
1797,
11,
198,
2,
42881,
34764,
11015,
6375,
7102,
49828,
11053,
3963,
15529,
509,
12115,
11,
2035,
4911,
393,
17142,
13,
198,
2,
4091,
262,
13789,
329,
262,
2176,
3303,
15030,
21627,
290,
198,
2,
11247,
739,
262,
13789,
13,
198,
198,
11748,
28686,
198,
11748,
555,
715,
395,
198,
198,
11748,
424,
67,
620,
541,
88,
198,
11748,
424,
67,
620,
541,
88,
13,
67,
14188,
8019,
355,
22155,
8019,
628,
198,
198,
361,
11593,
3672,
834,
6624,
705,
834,
12417,
834,
10354,
198,
220,
220,
220,
555,
715,
395,
13,
12417,
3419,
198
] | 3.535885 | 209 |
"""Wrappers for rlpyt algorithms that inject reward from a custom reward model
at execution time.
TODO: need to figure out exactly how I'm going to do this for algorithms other
than PG. Some notes:
- For PG algorithms (PPO + A2C) it's easy to override the reward used at
training time by subclassing & overriding the process_returns(samples)
method. This won't work for algos with replay buffers!
- Not sure what to do for DQN. Prioritised DQN is a pain (and probably not
possible to do efficiently anyway, so I may as well skip it). Probably my
best bet is to override the loss() function to use actual reward. That will
also be annoying b/c by default the algorithm uses a "return_" thing
calculated by the replay buffer; to avoid that, I'll have to touch most parts
of the loss() method (so say goodbye to forward-compat with future versions
of rlpyt…).
- Also not yet sure how to customise reward evaluation in samplers; perhaps I
shouldn't be doing that at all, and should instead write my own eval code?
I'll definitely need my own code if I want to display both eval_score and the
learnt reward."""
from collections import namedtuple
import warnings
from rlpyt.algos.pg.a2c import A2C
from rlpyt.algos.pg.ppo import PPO
from rlpyt.utils.tensor import infer_leading_dims, restore_leading_dims
import torch
from mtil.utils.misc import RunningMeanVariance, tree_map
# ################# #
# For PG algorithms #
# ################# #
class RewardEvaluatorMT:
"""Batching, multi-task reward evaluator which can optionally standardise
reward values."""
# ################ #
# For DQN variants #
# ################ #
# (TODO: going to try policy gradient first & then move to DQN if it seems more
# efficient)
| [
37811,
36918,
11799,
329,
374,
75,
9078,
83,
16113,
326,
8677,
6721,
422,
257,
2183,
6721,
2746,
198,
265,
9706,
640,
13,
198,
198,
51,
3727,
46,
25,
761,
284,
3785,
503,
3446,
703,
314,
1101,
1016,
284,
466,
428,
329,
16113,
584,
198,
14813,
23842,
13,
2773,
4710,
25,
198,
198,
12,
1114,
23842,
16113,
357,
10246,
46,
1343,
317,
17,
34,
8,
340,
338,
2562,
284,
20957,
262,
6721,
973,
379,
198,
220,
3047,
640,
416,
47611,
278,
1222,
44987,
262,
1429,
62,
7783,
82,
7,
82,
12629,
8,
198,
220,
2446,
13,
770,
1839,
470,
670,
329,
435,
70,
418,
351,
24788,
39334,
0,
198,
12,
1892,
1654,
644,
284,
466,
329,
360,
48,
45,
13,
14481,
270,
1417,
360,
48,
45,
318,
257,
2356,
357,
392,
2192,
407,
198,
220,
1744,
284,
466,
18306,
6949,
11,
523,
314,
743,
355,
880,
14267,
340,
737,
18578,
616,
198,
220,
1266,
731,
318,
284,
20957,
262,
2994,
3419,
2163,
284,
779,
4036,
6721,
13,
1320,
481,
198,
220,
635,
307,
15774,
275,
14,
66,
416,
4277,
262,
11862,
3544,
257,
366,
7783,
62,
1,
1517,
198,
220,
10488,
416,
262,
24788,
11876,
26,
284,
3368,
326,
11,
314,
1183,
423,
284,
3638,
749,
3354,
198,
220,
286,
262,
2994,
3419,
2446,
357,
568,
910,
24829,
284,
2651,
12,
5589,
265,
351,
2003,
6300,
198,
220,
286,
374,
75,
9078,
83,
1399,
737,
198,
12,
4418,
407,
1865,
1654,
703,
284,
2183,
786,
6721,
12660,
287,
6072,
489,
364,
26,
3737,
314,
198,
220,
6584,
470,
307,
1804,
326,
379,
477,
11,
290,
815,
2427,
3551,
616,
898,
5418,
2438,
30,
198,
220,
314,
1183,
4753,
761,
616,
898,
2438,
611,
314,
765,
284,
3359,
1111,
5418,
62,
26675,
290,
262,
198,
220,
26338,
6721,
526,
15931,
198,
198,
6738,
17268,
1330,
3706,
83,
29291,
198,
11748,
14601,
198,
198,
6738,
374,
75,
9078,
83,
13,
14016,
418,
13,
6024,
13,
64,
17,
66,
1330,
317,
17,
34,
198,
6738,
374,
75,
9078,
83,
13,
14016,
418,
13,
6024,
13,
16634,
1330,
350,
16402,
198,
6738,
374,
75,
9078,
83,
13,
26791,
13,
83,
22854,
1330,
13249,
62,
12294,
62,
67,
12078,
11,
11169,
62,
12294,
62,
67,
12078,
198,
11748,
28034,
198,
198,
6738,
45079,
346,
13,
26791,
13,
44374,
1330,
18162,
5308,
272,
23907,
590,
11,
5509,
62,
8899,
198,
198,
2,
1303,
14468,
1303,
198,
2,
1114,
23842,
16113,
1303,
198,
2,
1303,
14468,
1303,
628,
198,
4871,
32307,
36,
2100,
84,
1352,
13752,
25,
198,
220,
220,
220,
37227,
33,
19775,
11,
5021,
12,
35943,
6721,
5418,
84,
1352,
543,
460,
42976,
3210,
786,
198,
220,
220,
220,
6721,
3815,
526,
15931,
628,
628,
198,
198,
2,
1303,
7804,
4242,
21017,
1303,
198,
2,
1114,
360,
48,
45,
17670,
1303,
198,
2,
1303,
7804,
4242,
21017,
1303,
198,
198,
2,
357,
51,
3727,
46,
25,
1016,
284,
1949,
2450,
31312,
717,
1222,
788,
1445,
284,
360,
48,
45,
611,
340,
2331,
517,
198,
2,
6942,
8,
198
] | 3.492032 | 502 |
import pytest
from unittest.mock import patch
from ..alarm_time import diff_between_weekdays, get_next_weekday, next_time
# time.localtime(126000) 35*60*60
# time.struct_time(tm_year=1970, tm_mon=1, tm_mday=2,
# tm_hour=12, tm_min=0, tm_sec=0,
# tm_wday=4, tm_yday=2, tm_isdst=0)
| [
11748,
12972,
9288,
198,
6738,
555,
715,
395,
13,
76,
735,
1330,
8529,
198,
198,
6738,
11485,
282,
1670,
62,
2435,
1330,
814,
62,
23395,
62,
10464,
12545,
11,
651,
62,
19545,
62,
10464,
820,
11,
1306,
62,
2435,
628,
198,
2,
640,
13,
12001,
2435,
7,
19420,
830,
8,
3439,
9,
1899,
9,
1899,
198,
2,
640,
13,
7249,
62,
2435,
7,
17209,
62,
1941,
28,
30986,
11,
256,
76,
62,
2144,
28,
16,
11,
256,
76,
62,
76,
820,
28,
17,
11,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
256,
76,
62,
9769,
28,
1065,
11,
256,
76,
62,
1084,
28,
15,
11,
256,
76,
62,
2363,
28,
15,
11,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
256,
76,
62,
86,
820,
28,
19,
11,
256,
76,
62,
88,
820,
28,
17,
11,
256,
76,
62,
9409,
301,
28,
15,
8,
628,
628
] | 1.893491 | 169 |
# Approach 1
# reverseList([1, 2, 3, 4, 5, 6], 0, 5) = [6 5 4 3 2 1]
# Approach 2
# reverseList([1, 2, 3, 4, 5, 6], 0, 5) = [6 5 4 3 2 1]
| [
2,
38066,
352,
198,
198,
2,
9575,
8053,
26933,
16,
11,
362,
11,
513,
11,
604,
11,
642,
11,
718,
4357,
657,
11,
642,
8,
796,
685,
21,
642,
604,
513,
362,
352,
60,
628,
198,
2,
38066,
362,
198,
198,
2,
9575,
8053,
26933,
16,
11,
362,
11,
513,
11,
604,
11,
642,
11,
718,
4357,
657,
11,
642,
8,
796,
685,
21,
642,
604,
513,
362,
352,
60,
198
] | 2 | 71 |
import requests
import json
import time
import datetime
import random
import jwt
from requests.models import Response
| [
11748,
7007,
198,
11748,
33918,
198,
11748,
640,
198,
11748,
4818,
8079,
198,
11748,
4738,
198,
11748,
474,
46569,
198,
6738,
7007,
13,
27530,
1330,
18261,
628
] | 4.407407 | 27 |
from django.db import models
from django.contrib.auth.models import User
from article.models import ArticlePost
# django-ckeditor
# from ckeditor.fields import RichTextField
from ckeditor_uploader.fields import RichTextUploadingField
# django-mptt
from mptt.models import MPTTModel, TreeForeignKey
# 博文的评论
| [
6738,
42625,
14208,
13,
9945,
1330,
4981,
198,
6738,
42625,
14208,
13,
3642,
822,
13,
18439,
13,
27530,
1330,
11787,
198,
6738,
2708,
13,
27530,
1330,
10172,
6307,
198,
2,
42625,
14208,
12,
694,
35352,
198,
2,
422,
269,
9091,
2072,
13,
25747,
1330,
3998,
8206,
15878,
198,
6738,
269,
9091,
2072,
62,
25850,
263,
13,
25747,
1330,
3998,
8206,
41592,
278,
15878,
198,
198,
2,
42625,
14208,
12,
76,
457,
83,
198,
6738,
285,
457,
83,
13,
27530,
1330,
4904,
15751,
17633,
11,
12200,
33616,
9218,
198,
198,
2,
10263,
235,
248,
23877,
229,
21410,
46237,
226,
164,
106,
118,
198
] | 3.019608 | 102 |
import torch
import cv2
import numpy as np
import os
from models.cspnet import CSPNet_p3p4p5
from utils.keras_weights_loader import load_keras_weights
from utils.utils import *
if __name__ == '__main__':
device = 'cuda:0'
weights_path = 'net_e121_l0.hdf5'
out_path = 'output/valresults/city/h/off/121'
input_dim = [1024, 2048]
if not os.path.exists(out_path):
os.makedirs(out_path)
res_file = os.path.join(out_path, 'val_det.txt')
model = CSPNet_p3p4p5()
load_keras_weights(model, weights_path)
model.to(device).eval()
f = open('data/citypersons/val.txt', 'r')
files = f.readlines();
num_imgs = len(files)
res_all = []
for i in range(0, num_imgs):
l = files[i]
print(l)
img = cv2.imread('data/citypersons/leftImg8bit/val/' + l.strip())
x = format_img(img)
with torch.no_grad():
x = torch.from_numpy(x).to(device)
x = x.permute(0, 3, 1, 2)
x_cls, x_reg, x_off = model(x)
Y = [x_cls.detach().cpu().numpy(), x_reg.detach().cpu().numpy(), x_off.detach().cpu().numpy()]
boxes = parse_det_offset(Y, input_dim, score=0.1, down=4)
if len(boxes)>0:
f_res = np.repeat(i + 1, len(boxes), axis=0).reshape((-1, 1))
boxes[:, [2, 3]] -= boxes[:, [0, 1]]
res_all += np.concatenate((f_res, boxes), axis=-1).tolist()
np.savetxt(res_file, np.array(res_all), fmt='%6f')
f.close()
exit(0)
| [
11748,
28034,
198,
11748,
269,
85,
17,
198,
11748,
299,
32152,
355,
45941,
198,
11748,
28686,
198,
6738,
4981,
13,
66,
2777,
3262,
1330,
327,
4303,
7934,
62,
79,
18,
79,
19,
79,
20,
198,
6738,
3384,
4487,
13,
6122,
292,
62,
43775,
62,
29356,
1330,
3440,
62,
6122,
292,
62,
43775,
198,
6738,
3384,
4487,
13,
26791,
1330,
1635,
198,
198,
361,
11593,
3672,
834,
6624,
705,
834,
12417,
834,
10354,
198,
220,
220,
220,
3335,
796,
705,
66,
15339,
25,
15,
6,
198,
220,
220,
220,
19590,
62,
6978,
796,
705,
3262,
62,
68,
19244,
62,
75,
15,
13,
71,
7568,
20,
6,
198,
220,
220,
220,
503,
62,
6978,
796,
705,
22915,
14,
2100,
43420,
14,
19205,
14,
71,
14,
2364,
14,
19244,
6,
198,
220,
220,
220,
5128,
62,
27740,
796,
685,
35500,
11,
36117,
60,
628,
220,
220,
220,
611,
407,
28686,
13,
6978,
13,
1069,
1023,
7,
448,
62,
6978,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
28686,
13,
76,
4335,
17062,
7,
448,
62,
6978,
8,
628,
220,
220,
220,
581,
62,
7753,
796,
28686,
13,
6978,
13,
22179,
7,
448,
62,
6978,
11,
705,
2100,
62,
15255,
13,
14116,
11537,
628,
220,
220,
220,
2746,
796,
327,
4303,
7934,
62,
79,
18,
79,
19,
79,
20,
3419,
198,
220,
220,
220,
3440,
62,
6122,
292,
62,
43775,
7,
19849,
11,
19590,
62,
6978,
8,
198,
220,
220,
220,
2746,
13,
1462,
7,
25202,
737,
18206,
3419,
628,
220,
220,
220,
277,
796,
1280,
10786,
7890,
14,
19205,
19276,
684,
14,
2100,
13,
14116,
3256,
705,
81,
11537,
198,
220,
220,
220,
3696,
796,
277,
13,
961,
6615,
9783,
198,
220,
220,
220,
997,
62,
9600,
82,
796,
18896,
7,
16624,
8,
628,
220,
220,
220,
581,
62,
439,
796,
17635,
198,
220,
220,
220,
329,
1312,
287,
2837,
7,
15,
11,
997,
62,
9600,
82,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
300,
796,
3696,
58,
72,
60,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
7,
75,
8,
628,
220,
220,
220,
220,
220,
220,
220,
33705,
796,
269,
85,
17,
13,
320,
961,
10786,
7890,
14,
19205,
19276,
684,
14,
9464,
3546,
70,
23,
2545,
14,
2100,
14,
6,
1343,
300,
13,
36311,
28955,
198,
220,
220,
220,
220,
220,
220,
220,
2124,
796,
5794,
62,
9600,
7,
9600,
8,
198,
220,
220,
220,
220,
220,
220,
220,
351,
28034,
13,
3919,
62,
9744,
33529,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2124,
796,
28034,
13,
6738,
62,
77,
32152,
7,
87,
737,
1462,
7,
25202,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2124,
796,
2124,
13,
16321,
1133,
7,
15,
11,
513,
11,
352,
11,
362,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2124,
62,
565,
82,
11,
2124,
62,
2301,
11,
2124,
62,
2364,
796,
2746,
7,
87,
8,
198,
220,
220,
220,
220,
220,
220,
220,
575,
796,
685,
87,
62,
565,
82,
13,
15255,
620,
22446,
36166,
22446,
77,
32152,
22784,
2124,
62,
2301,
13,
15255,
620,
22446,
36166,
22446,
77,
32152,
22784,
2124,
62,
2364,
13,
15255,
620,
22446,
36166,
22446,
77,
32152,
3419,
60,
198,
220,
220,
220,
220,
220,
220,
220,
10559,
796,
21136,
62,
15255,
62,
28968,
7,
56,
11,
5128,
62,
27740,
11,
4776,
28,
15,
13,
16,
11,
866,
28,
19,
8,
628,
220,
220,
220,
220,
220,
220,
220,
611,
18896,
7,
29305,
8,
29,
15,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
277,
62,
411,
796,
45941,
13,
44754,
7,
72,
1343,
352,
11,
18896,
7,
29305,
828,
16488,
28,
15,
737,
3447,
1758,
19510,
12,
16,
11,
352,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10559,
58,
45299,
685,
17,
11,
513,
11907,
48185,
10559,
58,
45299,
685,
15,
11,
352,
11907,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
581,
62,
439,
15853,
45941,
13,
1102,
9246,
268,
378,
19510,
69,
62,
411,
11,
10559,
828,
16488,
10779,
16,
737,
83,
349,
396,
3419,
198,
220,
220,
220,
45941,
13,
21928,
14116,
7,
411,
62,
7753,
11,
45941,
13,
18747,
7,
411,
62,
439,
828,
46996,
11639,
4,
21,
69,
11537,
628,
220,
220,
220,
277,
13,
19836,
3419,
198,
220,
220,
220,
8420,
7,
15,
8,
628
] | 2.013514 | 740 |
DEFAULT_BITS = 16
| [
7206,
38865,
62,
26094,
50,
796,
1467,
198
] | 2.25 | 8 |
#!/usr/bin/python
| [
2,
48443,
14629,
14,
8800,
14,
29412,
628,
198
] | 2.222222 | 9 |
#Escreva um programa que pergunte a quantidade de Km percorridos por um carro alugado e a quantidade de dias pelos quais ele foi alugado. Calcule o preço a pagar, sabendo que o carro custa R$60 por dia e R$0,15 por Km rodado.
dias = int(input('Por quantos dias o carro foi alugado? '))
km = float(input('Quantos quilometros você andou com ele? '))
total = km * 0.15 + dias * 60
print('=' * 80)
print('A diaria do carro é de R$60 e temos um adicional de R$0.15 por km.')
print('=' * 80)
print('Você tem uma divida de R${:.2f}\nDiarias R${}\nKm R${:.2f}'.format(total, dias * 60, km * 0.15))
print('=' * 80)
| [
2,
47051,
260,
6862,
23781,
1430,
64,
8358,
583,
70,
6311,
257,
5554,
312,
671,
390,
509,
76,
583,
10215,
6058,
418,
16964,
23781,
1097,
305,
435,
1018,
4533,
304,
257,
5554,
312,
671,
390,
2566,
292,
16176,
418,
627,
15152,
9766,
11511,
72,
435,
1018,
4533,
13,
2199,
23172,
267,
662,
16175,
78,
257,
279,
32452,
11,
17463,
31110,
8358,
267,
1097,
305,
9378,
64,
371,
3,
1899,
16964,
288,
544,
304,
371,
3,
15,
11,
1314,
16964,
509,
76,
15299,
4533,
13,
198,
67,
4448,
796,
493,
7,
15414,
10786,
47,
273,
5554,
418,
2566,
292,
267,
1097,
305,
11511,
72,
435,
1018,
4533,
30,
705,
4008,
198,
13276,
796,
12178,
7,
15414,
10786,
24915,
418,
627,
346,
908,
4951,
12776,
25792,
290,
280,
401,
9766,
30,
705,
4008,
198,
23350,
796,
10571,
1635,
657,
13,
1314,
1343,
2566,
292,
1635,
3126,
198,
4798,
10786,
11639,
1635,
4019,
8,
198,
4798,
10786,
32,
2566,
10312,
466,
1097,
305,
38251,
390,
371,
3,
1899,
304,
2169,
418,
23781,
512,
291,
1538,
390,
371,
3,
15,
13,
1314,
16964,
10571,
2637,
8,
198,
4798,
10786,
11639,
1635,
4019,
8,
198,
4798,
10786,
53,
420,
25792,
2169,
334,
2611,
13576,
64,
390,
371,
38892,
25,
13,
17,
69,
32239,
77,
18683,
2743,
292,
371,
38892,
32239,
77,
42,
76,
220,
220,
220,
220,
220,
371,
38892,
25,
13,
17,
69,
92,
4458,
18982,
7,
23350,
11,
2566,
292,
1635,
3126,
11,
10571,
1635,
657,
13,
1314,
4008,
198,
4798,
10786,
11639,
1635,
4019,
8,
198
] | 2.405512 | 254 |
s='Some text with spaces'
x=s.split()
{i:x.count(i) for i in x} | [
82,
11639,
4366,
2420,
351,
9029,
6,
198,
87,
28,
82,
13,
35312,
3419,
198,
90,
72,
25,
87,
13,
9127,
7,
72,
8,
329,
1312,
287,
2124,
92
] | 2.172414 | 29 |
import os
from sphinx_scylladb_theme import override_rst_epilog, override_smv_latest_version
| [
11748,
28686,
198,
198,
6738,
599,
20079,
87,
62,
82,
948,
297,
324,
65,
62,
43810,
1330,
20957,
62,
81,
301,
62,
538,
346,
519,
11,
20957,
62,
5796,
85,
62,
42861,
62,
9641,
628,
628,
198
] | 2.648649 | 37 |
import unittest
from httmock import HTTMock
from myria.connection import MyriaConnection
from myria.test.mock import *
from myria.udf import MyriaFunction, MyriaPostgresFunction, myria_function
from raco.backends.myria.connection import FunctionTypes
from raco.myrial.parser import Parser
| [
11748,
555,
715,
395,
198,
198,
6738,
1841,
76,
735,
1330,
7154,
15972,
735,
198,
6738,
616,
7496,
13,
38659,
1330,
2011,
7496,
32048,
198,
6738,
616,
7496,
13,
9288,
13,
76,
735,
1330,
1635,
198,
6738,
616,
7496,
13,
463,
69,
1330,
2011,
7496,
22203,
11,
2011,
7496,
6307,
34239,
22203,
11,
616,
7496,
62,
8818,
198,
6738,
3444,
78,
13,
1891,
2412,
13,
1820,
7496,
13,
38659,
1330,
15553,
31431,
198,
6738,
3444,
78,
13,
1820,
4454,
13,
48610,
1330,
23042,
263,
628
] | 3.423529 | 85 |
from sport_activities_features.weather_identification import WeatherIdentification
from sport_activities_features.tcx_manipulation import TCXFile
#read TCX file
tcx_file = TCXFile()
tcx_data = tcx_file.read_one_file("path_to_the_file")
#configure visual crossing api key
visual_crossing_api_key = "API_KEY" # https://www.visualcrossing.com/weather-api
#return weather objects
weather = WeatherIdentification(tcx_data['positions'], tcx_data['timestamps'], visual_crossing_api_key)
weatherlist = weather.get_weather() | [
6738,
6332,
62,
15791,
871,
62,
40890,
13,
23563,
62,
738,
2649,
1330,
15615,
33234,
2649,
198,
6738,
6332,
62,
15791,
871,
62,
40890,
13,
23047,
87,
62,
805,
541,
1741,
1330,
17283,
55,
8979,
198,
198,
2,
961,
17283,
55,
2393,
198,
23047,
87,
62,
7753,
796,
17283,
55,
8979,
3419,
198,
23047,
87,
62,
7890,
796,
37096,
87,
62,
7753,
13,
961,
62,
505,
62,
7753,
7203,
6978,
62,
1462,
62,
1169,
62,
7753,
4943,
198,
198,
2,
11250,
495,
5874,
12538,
40391,
1994,
198,
41464,
62,
19692,
278,
62,
15042,
62,
2539,
796,
366,
17614,
62,
20373,
1,
1303,
3740,
1378,
2503,
13,
41464,
19692,
278,
13,
785,
14,
23563,
12,
15042,
198,
198,
2,
7783,
6193,
5563,
198,
23563,
796,
15615,
33234,
2649,
7,
23047,
87,
62,
7890,
17816,
1930,
1756,
6,
4357,
37096,
87,
62,
7890,
17816,
16514,
395,
9430,
6,
4357,
5874,
62,
19692,
278,
62,
15042,
62,
2539,
8,
198,
23563,
4868,
796,
6193,
13,
1136,
62,
23563,
3419
] | 3.120482 | 166 |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import os
import os.path as op
import shutil as su
from datetime import datetime
import numpy as np
import pandas as pd
import xarray as xr
from scipy.io import loadmat
from .geo import gc_distance
# AUX. FUNCTIONs
def geo_distance_azimuth(lat_matrix, lon_matrix, lat_point, lon_point):
'''
Returns geodesic distance and azimuth between lat,lon matrix and lat,lon
point in degrees
'''
arcl = np.zeros(lat_matrix.shape) * np.nan
azi = np.zeros(lat_matrix.shape) * np.nan
sh1, sh2 = lat_matrix.shape
for i in range(sh1):
for j in range(sh2):
arcl[i,j], azi[i,j] = gc_distance(
lat_point, lon_point, lat_matrix[i][j], lon_matrix[i][j]
)
return arcl, azi
# SWAN INPUT/OUTPUT STAT LIBRARY
class SwanIO(object):
'SWAN numerical model input/output'
def make_project(self):
'makes swan project folder and subfolders'
if not op.isdir(self.proj.p_main): os.makedirs(self.proj.p_main)
if not op.isdir(self.proj.p_cases): os.makedirs(self.proj.p_cases)
class SwanIO_STAT(SwanIO):
'SWAN numerical model input/output - STATIONARY cases'
def make_input(self, p_file, id_run, ws, bnd):
'''
Writes input.swn file from waves sea state for stationary execution
p_file - input.swn file path
ws - wave sea state (hs, per, dr, spr)
bnd - wave sea state active boundaries
more info: http://swanmodel.sourceforge.net/online_doc/swanuse/node23.html
'''
# TODO: check readinp idla
# .swn file parameters
sea_level = self.proj.params['sea_level']
jonswap_gamma = self.proj.params['jonswap_gamma']
coords_spherical = self.proj.params['coords_spherical']
waves_period = self.proj.params['waves_period']
# main mesh
mm = self.proj.mesh_main
# .swn text file
t = "PROJ '{0}' '{1}'\n$\n".format(self.proj.name, id_run)
t += 'MODE STAT\n'
# spherical coordinates (mercator) switch
if coords_spherical != None:
t += 'COORDINATES SPHER {0}\n'.format(coords_spherical)
# sea level
t += 'SET level={0} NAUTICAL\n$\n'.format(sea_level)
# computational grid
t += 'CGRID REGULAR {0} {1} {2} {3} {4} {5} {6} CIRCLE 72 0.0345 1.00 34\n$\n'.format(
mm.cg['xpc'], mm.cg['ypc'], mm.cg['alpc'], mm.cg['xlenc'],
mm.cg['ylenc'], mm.cg['mxc']-1, mm.cg['myc']-1)
# bathymetry
t += 'INPGRID BOTTOM REGULAR {0} {1} {2} {3} {4} {5} {6}\n'.format(
mm.dg['xpc'], mm.dg['ypc'], mm.dg['alpc'], mm.dg['mxc'],
mm.dg['myc'], mm.dg['dxinp'], mm.dg['dyinp'])
t += "READINP BOTTOM 1 '{0}' {1} 0 FREE\n$\n".format(
mm.depth_fn, mm.dg_idla)
# waves boundary conditions
t += 'BOUND SHAPespec JONswap {0} {1} DSPR DEGR\n'.format(
jonswap_gamma, waves_period)
for ic in bnd:
t += "BOUN SIDE {0} CONstant PAR {1:.3f} {2:.3f} {3:.3f} {4:.3f}\n".format(
ic, ws.hs, ws.per, ws.dir, ws.spr)
t += "$\n"
# numerics
t += 'OFF QUAD\n'
# t += 'PROP BSBT\n'
# t += 'WCAP\n'
t += 'BREA\n'
t += 'FRICTION JONSWAP\n$\n'
# optional nested mesh
r_ns = [self.proj.run_nest1, self.proj.run_nest2, self.proj.run_nest3]
m_ns = [self.proj.mesh_nest1, self.proj.mesh_nest2, self.proj.mesh_nest3]
nout_0 = ['nest1', 'nest2', 'nest3']
nout_1 = ['bounds_nest1.dat', 'bounds_nest2.dat', 'bounds_nest3.dat']
for r_n, m_n, n0, n1 in zip(r_ns, m_ns, nout_0, nout_1):
if r_n:
t += "NGRID '{0}' {1} {2} {3} {4} {5} {6} {7}\n".format(
n0, m_n.cg['xpc'], m_n.cg['ypc'], m_n.cg['alpc'],
m_n.cg['xlenc'], m_n.cg['ylenc'],
np.int32(m_n.cg['xlenc']/mm.cg['dxinp']),
np.int32(m_n.cg['ylenc']/mm.cg['dyinp'])
)
t += "NESTOUT '{0}' '{1}'\n".format(n0, n1)
# output
t += "BLOCK 'COMPGRID' NOHEAD '{0}' LAY 3 HSIGN TM02 DIR TPS DSPR\n$\n".format(
mm.output_fn,
)
# compute
t += 'TEST 1,0\n'
t += 'COMPUTE \n'
t += 'STOP\n$\n'
# write file:
with open(p_file, 'w') as f:
f.write(t)
# log
fmt2 = ' 7.2f'
print(
'SWAN CASE: {1} ---> hs {2:{0}}, per {3:{0}}, dir {4:{0}}, spr {5:{0}}'.format(
fmt2, id_run, ws.hs, ws.per, ws.dir, ws.spr
)
)
def make_input_nested(self, p_file, id_run):
'''
Writes input_nested.swn file from waves sea state for stationary execution
p_file - input_nestedN.swn file path
'''
# TODO check myc-1, mxc -1
# .swn file parameters
sea_level = self.proj.params['sea_level']
coords_spherical = self.proj.params['coords_spherical']
nested_bounds = self.proj.params['nested_bounds']
# SWAN nested Computacional grid
mn1 = self.proj.mesh_nest1
# .swn text file
t = "PROJ '{0}' '{1}'\n$\n".format(self.proj.name, id_run)
t += 'MODE STAT\n'
# spherical coordinates (mercator) switch
if coords_spherical != None:
t += 'COORDINATES SPHER {0}\n'.format(coords_spherical)
t += 'SET level={0} NAUTICAL\n$\n'.format(sea_level)
# computational grid
t += 'CGRID REGULAR {0} {1} {2} {3} {4} {5} {6} CIRCLE 72 0.03558410 1.00 35\n$\n'.format(
mn1.cg['xpc'], mn1.cg['ypc'], mn1.cg['alpc'], mn1.cg['xlenc'],
mn1.cg['ylenc'], mn1.cg['mxc']-1, mn1.cg['myc']-1)
# bathymetry
t += 'INPGRID BOTTOM REGULAR {0} {1} {2} {3} {4} {5} {6}\n'.format(
mn1.dg['xpc'], mn1.dg['ypc'], mn1.dg['alpc'], mn1.dg['mxc']-1,
mn1.dg['myc']-1, mn1.dg['dxinp'], mn1.dg['dyinp'])
t += "READINP BOTTOM 1 '{0}' {1} 0 FREE\n$\n".format(
mn1.depth_fn, mn1.dg_idla)
# Boundary Conditions
t += "BOUN NEST '{0}' {1}\n".format('bounds_nest1.dat', nested_bounds)
# wind file
t += "$\n"
# numerics
t += 'OFF QUAD\n'
# t += 'GEN1\n'
# t += 'PROP BSBT\n'
# t += 'WCAP\n'
t += 'BREA\n'
t += 'FRICTION JONSWAP\n$\n'
# output
t += "BLOCK 'COMPGRID' NOHEAD '{0}' LAY 3 HSIGN TM02 DIR TPS DSPR\n$\n".format(
mn1.output_fn,
)
# compute
t += 'TEST 1,0\n'
t += 'COMPUTE \n'
t += 'STOP\n$\n'
# write file:
with open(p_file, 'w') as f:
f.write(t)
def build_case(self, case_id, waves_ss, bnd=['N', 'E', 'W', 'S']):
'''
Build SWAN STAT case input files for given wave sea state (hs, per, dir, spr)
ix_case - SWAN case index (int)
waves_ss - wave sea state (hs, per, dir, spr)
bnd - wave sea state active boundaries
'''
# SWAN case path
p_case = op.join(self.proj.p_cases, case_id)
# make execution dir
if not op.isdir(p_case): os.makedirs(p_case)
# make depth file for main mesh
self.proj.mesh_main.export_dat(p_case)
# make input.swn file
self.make_input(op.join(p_case, 'input.swn'), case_id, waves_ss, bnd)
# optional nested mesh depth and input files
r_ns = [self.proj.run_nest1, self.proj.run_nest2, self.proj.run_nest3]
m_ns = [self.proj.mesh_nest1, self.proj.mesh_nest2, self.proj.mesh_nest3]
i_ns = ['input_nest1.swn', 'input_nest2.swn', 'input_nest3.swn']
for r_n, m_n, i_n in zip(r_ns, m_ns, i_ns):
if r_n:
m_n.export_dat(p_case)
self.make_input_nested(op.join(p_case, i_n), case_id)
def output_case(self, p_case, mesh):
'read .mat output file from stationary and returns xarray.Dataset'
# extract output from selected mesh
p_mat = op.join(p_case, mesh.output_fn)
xds_out = self.outmat2xr(p_mat)
# set X and Y values
X, Y = mesh.get_XY()
xds_out = xds_out.assign_coords(X=X)
xds_out = xds_out.assign_coords(Y=Y)
# rename to longitude latitude in spherical coords cases
coords_spherical = self.proj.params['coords_spherical']
if coords_spherical != None:
xds_out = xds_out.rename({'X':'lon', 'Y':'lat'})
return xds_out
class SwanIO_NONSTAT(SwanIO):
'SWAN numerical model input/output - NON STATIONARY cases'
def make_out_points(self, p_file):
'Generates desired output-points coordinates file'
# define and save output points
x_out = self.proj.x_out
y_out = self.proj.y_out
if not x_out or not y_out:
return
else:
points = np.vstack((x_out,y_out)).T
np.savetxt(p_file, points, fmt='%.2f')
def make_wave_files(self, p_case, waves_event, time, bnd):
'Generate event wave files (swan compatible)'
# wave variables
hs = waves_event.hs.values[:]
per = waves_event.per.values[:]
direc = waves_event.dir.values[:]
spr = waves_event.spr.values[:]
# csv file
num_data = len(time)
data = np.zeros((num_data, 5))
data[:, 0] = time
data[:, 1] = hs
data[:, 2] = per
data[:, 3] = direc
data[:, 4] = spr
# Copy file for all boundaries
save = op.join(p_case, 'series_waves.dat')
np.savetxt(save, data, header='TPAR', comments='', fmt='%8.4f %2.3f %2.3f %3.2f %3.1f')
for i in bnd:
su.copyfile(save, op.join(p_case, 'series_waves_{0}.dat'.format(i)))
def make_wind_files(self, p_case, waves_event):
'''
Generate event wind mesh files (swan compatible)
uses wave_event U10 and V10 values at the entire SWAN comp. grid
'''
# wind variables
u10 = waves_event.U10.values[:]
v10 = waves_event.V10.values[:]
# main mesh
mm = self.proj.mesh_main
# each time needs 2D (mesh) wind files (U,V)
mxc = mm.cg['mxc'] # number mesh x
myc = mm.cg['myc'] # number mesh y
txt = ''
for c, (u, v) in enumerate(zip(u10,v10)):
# single point wind -> entire SWAN comp.grid wind
aux = np.ones((mxc, myc))
# TODO: wind has to be rotated if alpc != 0
# csv file
u_2d = aux * u
v_2d = aux * v
u_v_stack = np.vstack((u_2d, v_2d))
save = op.join(p_case, 'wind_{0:06}.dat'.format(c))
np.savetxt(save, u_v_stack, fmt='%.2f')
# wind list file
txt += 'wind_{0:06}.dat\n'.format(c)
# winds file path
save = op.join(p_case, 'series_wind.dat')
with open(save, 'w') as f:
f.write(txt)
def make_vortex_files(self, p_case, storm_track):
'''
Generate event wind mesh files (swan compatible)
uses wave_event storm path data over SWAN computational grid
needs SPHERICAL COORDINATES
'''
# parameters
RE = 6378.135 # Earth radius
# wind variables
storm_move = storm_track.move.values[:]
storm_vf = storm_track.vf.values[:]
storm_lon = storm_track.lon.values[:]
storm_lat = storm_track.lat.values[:]
storm_pn = storm_track.pn.values[:]
storm_p0 = storm_track.p0.values[:]
times = storm_track.index[:]
# main mesh
mm = self.proj.mesh_main
# comp. grid for generating vortex wind files
mxc = mm.cg['mxc'] # number mesh x
myc = mm.cg['myc'] # number mesh y
# comp. grid lat, lon limits
lon0 = mm.cg['xpc']
lat0 = mm.cg['ypc']
lon1 = mm.cg['xpc'] + mm.cg['xlenc']
lat1 = mm.cg['ypc'] + mm.cg['ylenc']
cg_lon = np.linspace(lon0, lon1, mxc)
cg_lat = np.linspace(lat0, lat1, myc)
mg_lon, mg_lat = np.meshgrid(cg_lon, cg_lat)
# wind output holder
hld_W = np.zeros((len(cg_lat), len(cg_lon), len(storm_move)))
hld_D = np.zeros((len(cg_lat), len(cg_lon), len(storm_move)))
# each time needs 2D (mesh) wind files (U,V)
txt = ''
for c, (lo, la, p0, pn, move, vf) in enumerate(zip(
storm_lon, storm_lat, storm_p0, storm_pn, storm_move, storm_vf)):
# get distance and angle between points
arcl, beta = geo_distance_azimuth(mg_lat, mg_lon, la, lo)
r = arcl * np.pi / 180.0 * RE
if p0 < 900: p0 = 900 # fix p0
# Silva et al. 2010
RC = 0.4785 * p0 - 413.01
# TODO usar otro radio ciclostrofico?
# Hydromet Rankin-Vortex model (eq. 76)
pr = p0 + (pn - p0) * np.exp(-2*RC/r)
py, px = np.gradient(pr)
ang = np.arctan2(py, px) + np.sign(la) * np.pi/2.0
# Wind model
w = 0.2618 # velocidad angular Earth (rad/h)
f = 2 * w * np.sin(la*np.pi/180) # coriolis
ur = 21.8 * np.sqrt(pn-p0) - 0.5 * f * RC # wind max grad (km/h)
fv = np.zeros(mg_lon.shape)
s1 = r/RC < 1 # eq. (9) Rodo (2009)
fv[s1] = 1 - 0.971 * np.exp(-6.826 * np.power(r[s1]/RC, 4.798))
s2 = r/RC >=1 # eq. (10) Rodo (2009)
nc = (f*RC)/ur
A = -0.99 * (1.066-np.exp(-1.936*nc))
B = -0.357 * (1.4456-np.exp(-5.2388*nc))
fv[s2] = np.exp(A*np.power(np.log(r[s2]/RC),3) * \
np.exp(B*np.log(r[s2]/RC)))
abnaut = move + beta
ab = np.remainder(-abnaut+270, 360) *np.pi/180 # nautical to cartesian
W = 0.986 * (fv*ur + 0.5*vf * np.cos(ab-np.pi/2))
W[W<0] = 0
# TODO: wind has to be rotated if alpc != 0
# csv file
u_2d = W * np.cos(ang) / 3.6 # km/h --> m/s
v_2d = W * np.sin(ang) / 3.6 # km/h --> m/s
u_v_stack = np.vstack((u_2d, v_2d))
save = op.join(p_case, 'wind_{0:06}.dat'.format(c))
np.savetxt(save, u_v_stack, fmt='%.2f')
# wind list file
txt += 'wind_{0:06}.dat\n'.format(c)
# hold wind data (m/s)
hld_W[:,:,c] = W / 3.6 # km/h --> m/s
hld_D[:,:,c] = 270 - np.rad2deg(ang) # direction (º clock. rel. north)
# winds file path
save = op.join(p_case, 'series_wind.dat')
with open(save, 'w') as f:
f.write(txt)
# aux. save vortex wind fields
p_vortex = op.join(p_case, 'vortex_wind.nc')
xds_vortex = xr.Dataset(
{
'W': (('lat','lon','time'), hld_W, {'units':'m/s'}),
'Dir': (('lat','lon','time'), hld_D, {'units':'º'})
},
coords={
'Y' : cg_lat,
'X' : cg_lon,
'time' : times,
}
)
xds_vortex.attrs['xlabel'] = 'Longitude (º)'
xds_vortex.attrs['ylabel'] = 'Latitude (º)'
xds_vortex.to_netcdf(p_vortex)
def make_level_files(self, p_case, wave_event):
'Generate event level mesh files (swan compatible)'
# parse pandas time index to swan iso format
swan_iso_fmt = '%Y%m%d.%H%M'
time = pd.to_datetime(wave_event.index).strftime(swan_iso_fmt).values[:]
# level variables
zeta = wave_event.level.values[:]
tide = wave_event.tide.values[:]
# main mesh
mm = self.proj.mesh_main
# each time needs 2D (mesh) level
mxc = mm.cg['mxc'] # number mesh x
myc = mm.cg['myc'] # number mesh y
txt = ''
for c, (z, t) in enumerate(zip(zeta, tide)):
# single point level -> entire SWAN comp.grid level
aux = np.ones((mxc, myc)).T
# csv file
l = z + t # total level
l_2d = aux * l
save = op.join(p_case, 'level_{0:06}.dat'.format(c))
np.savetxt(save, l_2d, fmt='%.2f')
# level list file
txt += 'level_{0:06}.dat\n'.format(c)
# waves file path
save = op.join(p_case, 'series_level.dat')
with open(save, 'w') as f:
f.write(txt)
def make_input(self, p_file, id_run, time, make_waves=True,
make_winds=True, wvs_bnd=['N', 'E', 'W', 'S']):
'''
Writes input.swn file from waves event for non-stationary execution
p_file - input.swn file path
time - event time at swan iso format
make_waves - activates waves input files generation (at waves_bnd)
make_winds - activates wind input files generation
more info: http://swanmodel.sourceforge.net/online_doc/swanuse/node23.html
'''
# event time (swan iso format)
t0_iso = time[0]
t1_iso = time[-1]
# .swn file parameters
sea_level = self.proj.params['sea_level']
jonswap_gamma = self.proj.params['jonswap_gamma']
cdcap = self.proj.params['cdcap']
maxerr = self.proj.params['maxerr']
coords_spherical = self.proj.params['coords_spherical']
waves_period = self.proj.params['waves_period']
# main mesh
mm = self.proj.mesh_main
# output points
x_out = self.proj.x_out
y_out = self.proj.y_out
# computational data
dt_comp = 5 # time step (minutes)
# .swn text file
t = "PROJ '{0}' '{1}'\n$\n".format(self.proj.name, id_run)
t += 'MODE NONSTAT\n'
# spherical coordinates (mercator) swich
if coords_spherical:
t += 'COORDINATES SPHER CCM\n'
# cdcap
cdcap_str = ''
if cdcap: cdcap_str = 'cdcap={0}'.format(cdcap)
# max error (caution)
maxerr_str = ''
if maxerr: maxerr_str = 'maxerr={0}'.format(maxerr)
# set level and cdcap (if available)
t += 'SET level={0} {1} {2} NAUTICAL\n$\n'.format(
sea_level, cdcap_str, maxerr_str
)
# computational grid
t += 'CGRID REGULAR {0} {1} {2} {3} {4} {5} {6} CIRCLE 72 0.0345 1.00 34\n$\n'.format(
mm.cg['xpc'], mm.cg['ypc'], mm.cg['alpc'], mm.cg['xlenc'],
mm.cg['ylenc'], mm.cg['mxc']-1, mm.cg['myc']-1)
# bathymetry
t += 'INPGRID BOTTOM REGULAR {0} {1} {2} {3} {4} {5} {6}\n'.format(
mm.dg['xpc'], mm.dg['ypc'], mm.dg['alpc'], mm.dg['mxc'],
mm.dg['myc'], mm.dg['dxinp'], mm.dg['dyinp'])
t += "READINP BOTTOM 1 '{0}' {1} 0 FREE\n$\n".format(
mm.depth_fn, mm.dg_idla)
# wind
t += 'INPGRID WIND REGULAR {0} {1} {2} {3} {4} {5} {6} NONSTAT {7} 1 HR {8}\n'.format(
mm.cg['xpc'], mm.cg['ypc'], mm.cg['alpc'], mm.cg['mxc']-1,
mm.cg['myc']-1, mm.cg['dxinp'], mm.cg['dyinp'], t0_iso, t1_iso)
t += "READINP WIND 1. SERIES '{0}' 3 0 FREE\n$\n".format('series_wind.dat')
# level
t += 'INPGRID WLEV REGULAR {0} {1} {2} {3} {4} {5} {6} NONSTAT {7} 1 HR {8}\n'.format(
mm.cg['xpc'], mm.cg['ypc'], mm.cg['alpc'], mm.cg['mxc']-1,
mm.cg['myc']-1, mm.cg['dxinp'], mm.cg['dyinp'], t0_iso, t1_iso)
t += "READINP WLEV 1. SERIES '{0}' 3 0 FREE\n$\n".format('series_level.dat')
# waves boundary conditions
if make_waves:
t += 'BOUND SHAPespec JONswap {0} {1} DSPR DEGR\n'.format(
jonswap_gamma, waves_period)
for ic in wvs_bnd:
t += "BOUN SIDE {0} CONstant FILE 'series_waves_{0}.dat'\n".format(ic)
# numerics & physics
t += 'WIND DRAG WU\n'
t += 'GEN3 ST6 5.7E-7 8.0E-6 4.0 4.0 UP HWANG VECTAU TRUE10\n'
t += 'SSWELL\n'
t += 'QUAD iquad=8\n'
t += 'WCAP\n'
t += 'PROP BSBT\n'
if not coords_spherical:
t += 'SETUP\n' # not compatible with spherical
t += 'BREA\n'
t += 'FRICTION JONSWAP\n$\n'
t += 'TRIADS\n'
t += 'DIFFRAC\n'
# output
t += "BLOCK 'COMPGRID' NOHEAD '{0}' LAY 3 HSIGN TM02 DIR TPS DSPR OUT {1} 1.0 HR\n$\n".format(
mm.output_fn, t0_iso)
# output points
if not x_out or not y_out:
pass
else:
t += "POINTS 'outpts' FILE 'points_out.dat'\n"
t += "TABLE 'outpts' NOHEAD 'table_outpts.dat' DEP HS HSWELL DIR RTP TM02 DSPR WIND WATLEV OUT {0} {1} MIN\n$\n".format(t0_iso, dt_comp)
# compute
t += 'TEST 1,0\n'
t += 'COMPUTE NONSTAT {0} {1} MIN {2}\n'.format(t0_iso, dt_comp, t1_iso)
t += 'STOP\n$\n'
# write file:
with open(p_file, 'w') as f:
f.write(t)
def build_case(self, case_id, waves_event, storm_track=None,
make_waves=True, make_winds=True, waves_bnd=['N', 'E', 'W', 'S']):
'''
Build SWAN NONSTAT case input files for given wave dataset
case_id - SWAN case index (int)
waves_event - waves event time series (pandas.Dataframe)
also contains level, tide and wind (not storm track) variables
[n x 8] (hs, per, dir, spr, U10, V10, level, tide)
storm_track - None / storm track time series (pandas.Dataframe)
storm_track generated winds have priority over waves_event winds
[n x 6] (move, vf, lon, lat, pn, p0)
'''
# SWAN case path
p_case = op.join(self.proj.p_cases, case_id)
# make execution dir
if not op.isdir(p_case): os.makedirs(p_case)
# make depth file for main mesh
self.proj.mesh_main.export_dat(p_case)
# make output points file
self.make_out_points(op.join(p_case, 'points_out.dat'))
# parse pandas time index to swan iso format
swan_iso_fmt = '%Y%m%d.%H%M'
time_swan = pd.to_datetime(waves_event.index).strftime(swan_iso_fmt).values[:]
# make wave files
if make_waves:
self.make_wave_files(p_case, waves_event, time_swan, waves_bnd)
# make wind files
# TODO: vortex model, if active, will override wind files
if make_winds:
self.make_wind_files(p_case, waves_event)
# vortex model for storm tracks
if isinstance(storm_track, pd.DataFrame):
self.make_vortex_files(p_case, storm_track)
# make water level files
self.make_level_files(p_case, waves_event)
# make input.swn file
self.make_input(
op.join(p_case, 'input.swn'), case_id, time_swan,
make_waves = make_waves, make_winds = make_winds,
)
# TODO: add optional nested mesh depth and input files
def output_case(self, p_case, mesh):
'read .mat output file from non-stationary and returns xarray.Dataset'
# extract output from selected mesh
p_mat = op.join(p_case, mesh.output_fn)
xds_out = self.outmat2xr(p_mat)
# set X and Y values
X, Y = mesh.get_XY()
xds_out = xds_out.assign_coords(X=X)
xds_out = xds_out.assign_coords(Y=Y)
# rename to longitude latitude in spherical coords cases
coords_spherical = self.proj.params['coords_spherical']
if coords_spherical != None:
xds_out = xds_out.rename({'X':'lon', 'Y':'lat'})
return xds_out
def get_t0_dt(self, p_input):
'gets output points time_ini and delta_time (min) from SWAN input.swn file'
# read input.swn and file data
with open(p_input, 'r') as fR:
ls = fR.readlines()
lx = [x for x in ls if x.startswith('TABLE')][0].split(' ')
t0_str = lx[-3] # start date
dt_min = lx[-2] # dt (minutes)
swan_iso_fmt = '%Y%m%d.%H%M'
t0 = datetime.strptime(t0_str, swan_iso_fmt)
return t0, dt_min
def output_points(self, p_case):
'read table_outpts.dat output file and returns xarray.Dataset'
p_dat = op.join(p_case, 'table_outpts.dat')
# variable names
names = ['DEP', 'HS', 'HSWELL', 'DIR', 'RTP', 'TM02', 'DSPR', 'WIND',
'WATLEV', 'OUT' ]
x_out = self.proj.x_out
y_out = self.proj.y_out
# points are mixed at output file
np_pts = np.genfromtxt(p_dat)
n_rows = np_pts.shape[0]
# number of points
n_pts = len(x_out)
l_xds_pts = []
for i in range(n_pts):
ix_p = np.arange(i, n_rows, n_pts)
np_pti = np_pts[ix_p, :]
xds_pti = xr.Dataset({}) #, coords='time')
for c, n in enumerate(names):
xds_pti[n] = (('time'), np_pti[:,c])
l_xds_pts.append(xds_pti)
xds_out = xr.concat(l_xds_pts, dim='point')
# add point x and y
xds_out['x_point'] = (('point'), x_out)
xds_out['y_point'] = (('point'), y_out)
# add times dim values
t0, dt_min = self.get_t0_dt(op.join(p_case, 'input.swn'))
time_out = pd.date_range(t0, periods=len(xds_out.time), freq='{0}min'.format(dt_min))
xds_out = xds_out.assign_coords(time=time_out)
return xds_out
| [
2,
48443,
14629,
14,
8800,
14,
24330,
21015,
198,
2,
532,
9,
12,
19617,
25,
3384,
69,
12,
23,
532,
9,
12,
198,
198,
11748,
28686,
198,
11748,
28686,
13,
6978,
355,
1034,
198,
11748,
4423,
346,
355,
424,
198,
6738,
4818,
8079,
1330,
4818,
8079,
198,
198,
11748,
299,
32152,
355,
45941,
198,
11748,
19798,
292,
355,
279,
67,
198,
11748,
2124,
18747,
355,
2124,
81,
198,
6738,
629,
541,
88,
13,
952,
1330,
3440,
6759,
198,
198,
6738,
764,
469,
78,
1330,
308,
66,
62,
30246,
628,
198,
2,
1849,
26830,
55,
13,
29397,
4177,
2849,
82,
198,
4299,
40087,
62,
30246,
62,
1031,
320,
1071,
7,
15460,
62,
6759,
8609,
11,
300,
261,
62,
6759,
8609,
11,
3042,
62,
4122,
11,
300,
261,
62,
4122,
2599,
198,
220,
220,
220,
705,
7061,
198,
220,
220,
220,
16409,
4903,
4147,
291,
5253,
290,
35560,
320,
1071,
1022,
3042,
11,
14995,
17593,
290,
3042,
11,
14995,
198,
220,
220,
220,
966,
287,
7370,
198,
220,
220,
220,
705,
7061,
628,
220,
220,
220,
610,
565,
796,
45941,
13,
9107,
418,
7,
15460,
62,
6759,
8609,
13,
43358,
8,
1635,
45941,
13,
12647,
198,
220,
220,
220,
257,
17027,
796,
45941,
13,
9107,
418,
7,
15460,
62,
6759,
8609,
13,
43358,
8,
1635,
45941,
13,
12647,
628,
220,
220,
220,
427,
16,
11,
427,
17,
796,
3042,
62,
6759,
8609,
13,
43358,
628,
220,
220,
220,
329,
1312,
287,
2837,
7,
1477,
16,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
329,
474,
287,
2837,
7,
1477,
17,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
610,
565,
58,
72,
11,
73,
4357,
257,
17027,
58,
72,
11,
73,
60,
796,
308,
66,
62,
30246,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3042,
62,
4122,
11,
300,
261,
62,
4122,
11,
3042,
62,
6759,
8609,
58,
72,
7131,
73,
4357,
300,
261,
62,
6759,
8609,
58,
72,
7131,
73,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
1441,
610,
565,
11,
257,
17027,
628,
198,
2,
12672,
1565,
3268,
30076,
14,
2606,
7250,
3843,
15486,
45651,
49,
13153,
198,
198,
4871,
21491,
9399,
7,
15252,
2599,
198,
220,
220,
220,
705,
17887,
1565,
29052,
2746,
5128,
14,
22915,
6,
628,
220,
220,
220,
825,
787,
62,
16302,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
705,
49123,
1509,
272,
1628,
9483,
290,
850,
11379,
364,
6,
628,
220,
220,
220,
220,
220,
220,
220,
611,
407,
1034,
13,
9409,
343,
7,
944,
13,
1676,
73,
13,
79,
62,
12417,
2599,
28686,
13,
76,
4335,
17062,
7,
944,
13,
1676,
73,
13,
79,
62,
12417,
8,
198,
220,
220,
220,
220,
220,
220,
220,
611,
407,
1034,
13,
9409,
343,
7,
944,
13,
1676,
73,
13,
79,
62,
33964,
2599,
28686,
13,
76,
4335,
17062,
7,
944,
13,
1676,
73,
13,
79,
62,
33964,
8,
628,
198,
4871,
21491,
9399,
62,
35744,
7,
50,
8149,
9399,
2599,
198,
220,
220,
220,
705,
17887,
1565,
29052,
2746,
5128,
14,
22915,
532,
3563,
6234,
13153,
2663,
6,
628,
220,
220,
220,
825,
787,
62,
15414,
7,
944,
11,
279,
62,
7753,
11,
4686,
62,
5143,
11,
266,
82,
11,
275,
358,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7061,
198,
220,
220,
220,
220,
220,
220,
220,
12257,
274,
5128,
13,
82,
675,
2393,
422,
9813,
5417,
1181,
329,
31607,
9706,
628,
220,
220,
220,
220,
220,
220,
220,
279,
62,
7753,
220,
532,
5128,
13,
82,
675,
2393,
3108,
198,
220,
220,
220,
220,
220,
220,
220,
266,
82,
220,
220,
220,
220,
220,
532,
6769,
5417,
1181,
357,
11994,
11,
583,
11,
1553,
11,
7500,
8,
198,
220,
220,
220,
220,
220,
220,
220,
275,
358,
220,
220,
220,
220,
532,
6769,
5417,
1181,
4075,
13215,
628,
220,
220,
220,
220,
220,
220,
220,
517,
7508,
25,
2638,
1378,
2032,
272,
19849,
13,
10459,
30293,
13,
3262,
14,
25119,
62,
15390,
14,
2032,
272,
1904,
14,
17440,
1954,
13,
6494,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7061,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
16926,
46,
25,
2198,
1100,
259,
79,
4686,
5031,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
764,
82,
675,
2393,
10007,
198,
220,
220,
220,
220,
220,
220,
220,
5417,
62,
5715,
796,
2116,
13,
1676,
73,
13,
37266,
17816,
8583,
62,
5715,
20520,
198,
220,
220,
220,
220,
220,
220,
220,
474,
684,
86,
499,
62,
28483,
2611,
796,
2116,
13,
1676,
73,
13,
37266,
17816,
73,
684,
86,
499,
62,
28483,
2611,
20520,
198,
220,
220,
220,
220,
220,
220,
220,
763,
3669,
62,
2777,
37910,
796,
2116,
13,
1676,
73,
13,
37266,
17816,
1073,
3669,
62,
2777,
37910,
20520,
198,
220,
220,
220,
220,
220,
220,
220,
9813,
62,
41007,
796,
2116,
13,
1676,
73,
13,
37266,
17816,
32569,
62,
41007,
20520,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
1388,
19609,
198,
220,
220,
220,
220,
220,
220,
220,
8085,
796,
2116,
13,
1676,
73,
13,
76,
5069,
62,
12417,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
764,
82,
675,
2420,
2393,
198,
220,
220,
220,
220,
220,
220,
220,
256,
796,
366,
31190,
41,
705,
90,
15,
92,
6,
705,
90,
16,
92,
6,
59,
77,
3,
59,
77,
1911,
18982,
7,
944,
13,
1676,
73,
13,
3672,
11,
4686,
62,
5143,
8,
198,
220,
220,
220,
220,
220,
220,
220,
256,
15853,
705,
49058,
15486,
59,
77,
6,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
43180,
22715,
357,
647,
66,
1352,
8,
5078,
198,
220,
220,
220,
220,
220,
220,
220,
611,
763,
3669,
62,
2777,
37910,
14512,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
256,
15853,
705,
8220,
12532,
1268,
29462,
6226,
16879,
1391,
15,
32239,
77,
4458,
18982,
7,
1073,
3669,
62,
2777,
37910,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
5417,
1241,
198,
220,
220,
220,
220,
220,
220,
220,
256,
15853,
705,
28480,
1241,
34758,
15,
92,
220,
11746,
3843,
20151,
59,
77,
3,
59,
77,
4458,
18982,
7,
8583,
62,
5715,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
31350,
10706,
198,
220,
220,
220,
220,
220,
220,
220,
256,
15853,
705,
34,
10761,
2389,
23337,
37232,
1391,
15,
92,
1391,
16,
92,
1391,
17,
92,
1391,
18,
92,
1391,
19,
92,
1391,
20,
92,
1391,
21,
92,
327,
4663,
29931,
7724,
657,
13,
3070,
2231,
352,
13,
405,
220,
4974,
59,
77,
3,
59,
77,
4458,
18982,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8085,
13,
66,
70,
17816,
87,
14751,
6,
4357,
8085,
13,
66,
70,
17816,
4464,
66,
6,
4357,
8085,
13,
66,
70,
17816,
282,
14751,
6,
4357,
8085,
13,
66,
70,
17816,
87,
11925,
66,
6,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8085,
13,
66,
70,
17816,
2645,
12685,
6,
4357,
8085,
13,
66,
70,
17816,
76,
25306,
20520,
12,
16,
11,
8085,
13,
66,
70,
17816,
1820,
66,
20520,
12,
16,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
7837,
88,
41935,
198,
220,
220,
220,
220,
220,
220,
220,
256,
15853,
705,
1268,
6968,
49,
2389,
347,
29089,
2662,
23337,
37232,
1391,
15,
92,
1391,
16,
92,
1391,
17,
92,
1391,
18,
92,
1391,
19,
92,
1391,
20,
92,
1391,
21,
32239,
77,
4458,
18982,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8085,
13,
67,
70,
17816,
87,
14751,
6,
4357,
8085,
13,
67,
70,
17816,
4464,
66,
6,
4357,
8085,
13,
67,
70,
17816,
282,
14751,
6,
4357,
8085,
13,
67,
70,
17816,
76,
25306,
6,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8085,
13,
67,
70,
17816,
1820,
66,
6,
4357,
8085,
13,
67,
70,
17816,
34350,
259,
79,
6,
4357,
8085,
13,
67,
70,
17816,
9892,
259,
79,
6,
12962,
628,
220,
220,
220,
220,
220,
220,
220,
256,
15853,
366,
15675,
1268,
47,
347,
29089,
2662,
352,
705,
90,
15,
92,
6,
1391,
16,
92,
657,
17189,
59,
77,
3,
59,
77,
1911,
18982,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8085,
13,
18053,
62,
22184,
11,
8085,
13,
67,
70,
62,
312,
5031,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
9813,
18645,
3403,
198,
220,
220,
220,
220,
220,
220,
220,
256,
15853,
705,
33,
15919,
6006,
2969,
274,
43106,
449,
1340,
2032,
499,
1391,
15,
92,
1391,
16,
92,
360,
4303,
49,
5550,
10761,
59,
77,
4458,
18982,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
474,
684,
86,
499,
62,
28483,
2611,
11,
9813,
62,
41007,
8,
198,
220,
220,
220,
220,
220,
220,
220,
329,
14158,
287,
275,
358,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
256,
15853,
366,
33,
19385,
311,
14114,
1391,
15,
92,
7102,
18797,
29463,
1391,
16,
25,
13,
18,
69,
92,
1391,
17,
25,
13,
18,
69,
92,
1391,
18,
25,
13,
18,
69,
92,
1391,
19,
25,
13,
18,
69,
32239,
77,
1911,
18982,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
14158,
11,
266,
82,
13,
11994,
11,
266,
82,
13,
525,
11,
266,
82,
13,
15908,
11,
266,
82,
13,
34975,
8,
198,
220,
220,
220,
220,
220,
220,
220,
256,
15853,
17971,
59,
77,
1,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
5470,
873,
198,
220,
220,
220,
220,
220,
220,
220,
256,
15853,
705,
27977,
19604,
2885,
59,
77,
6,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
256,
15853,
705,
4805,
3185,
347,
16811,
51,
59,
77,
6,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
256,
15853,
705,
27353,
2969,
59,
77,
6,
198,
220,
220,
220,
220,
220,
220,
220,
256,
15853,
705,
40438,
32,
59,
77,
6,
198,
220,
220,
220,
220,
220,
220,
220,
256,
15853,
705,
10913,
18379,
2849,
449,
1340,
17887,
2969,
59,
77,
3,
59,
77,
6,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
11902,
28376,
19609,
198,
220,
220,
220,
220,
220,
220,
220,
374,
62,
5907,
796,
685,
944,
13,
1676,
73,
13,
5143,
62,
77,
395,
16,
11,
2116,
13,
1676,
73,
13,
5143,
62,
77,
395,
17,
11,
2116,
13,
1676,
73,
13,
5143,
62,
77,
395,
18,
60,
198,
220,
220,
220,
220,
220,
220,
220,
285,
62,
5907,
796,
685,
944,
13,
1676,
73,
13,
76,
5069,
62,
77,
395,
16,
11,
2116,
13,
1676,
73,
13,
76,
5069,
62,
77,
395,
17,
11,
2116,
13,
1676,
73,
13,
76,
5069,
62,
77,
395,
18,
60,
198,
220,
220,
220,
220,
220,
220,
220,
299,
448,
62,
15,
796,
37250,
77,
395,
16,
3256,
705,
77,
395,
17,
3256,
705,
77,
395,
18,
20520,
198,
220,
220,
220,
220,
220,
220,
220,
299,
448,
62,
16,
796,
37250,
65,
3733,
62,
77,
395,
16,
13,
19608,
3256,
705,
65,
3733,
62,
77,
395,
17,
13,
19608,
3256,
705,
65,
3733,
62,
77,
395,
18,
13,
19608,
20520,
628,
220,
220,
220,
220,
220,
220,
220,
329,
374,
62,
77,
11,
285,
62,
77,
11,
299,
15,
11,
299,
16,
287,
19974,
7,
81,
62,
5907,
11,
285,
62,
5907,
11,
299,
448,
62,
15,
11,
299,
448,
62,
16,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
374,
62,
77,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
256,
15853,
366,
10503,
49,
2389,
705,
90,
15,
92,
6,
1391,
16,
92,
1391,
17,
92,
1391,
18,
92,
1391,
19,
92,
1391,
20,
92,
1391,
21,
92,
1391,
22,
32239,
77,
1911,
18982,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
299,
15,
11,
285,
62,
77,
13,
66,
70,
17816,
87,
14751,
6,
4357,
285,
62,
77,
13,
66,
70,
17816,
4464,
66,
6,
4357,
285,
62,
77,
13,
66,
70,
17816,
282,
14751,
6,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
62,
77,
13,
66,
70,
17816,
87,
11925,
66,
6,
4357,
285,
62,
77,
13,
66,
70,
17816,
2645,
12685,
6,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
45941,
13,
600,
2624,
7,
76,
62,
77,
13,
66,
70,
17816,
87,
11925,
66,
20520,
14,
3020,
13,
66,
70,
17816,
34350,
259,
79,
20520,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
45941,
13,
600,
2624,
7,
76,
62,
77,
13,
66,
70,
17816,
2645,
12685,
20520,
14,
3020,
13,
66,
70,
17816,
9892,
259,
79,
6,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
256,
15853,
366,
45,
6465,
12425,
705,
90,
15,
92,
6,
705,
90,
16,
92,
6,
59,
77,
1911,
18982,
7,
77,
15,
11,
299,
16,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
5072,
198,
220,
220,
220,
220,
220,
220,
220,
256,
15853,
366,
9148,
11290,
705,
9858,
6968,
49,
2389,
6,
8005,
37682,
705,
90,
15,
92,
6,
406,
4792,
513,
18070,
16284,
21232,
2999,
360,
4663,
309,
3705,
360,
4303,
49,
59,
77,
3,
59,
77,
1911,
18982,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8085,
13,
22915,
62,
22184,
11,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
24061,
198,
220,
220,
220,
220,
220,
220,
220,
256,
15853,
705,
51,
6465,
220,
352,
11,
15,
59,
77,
6,
198,
220,
220,
220,
220,
220,
220,
220,
256,
15853,
705,
9858,
30076,
36,
3467,
77,
6,
198,
220,
220,
220,
220,
220,
220,
220,
256,
15853,
705,
2257,
3185,
59,
77,
3,
59,
77,
6,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
3551,
2393,
25,
198,
220,
220,
220,
220,
220,
220,
220,
351,
1280,
7,
79,
62,
7753,
11,
705,
86,
11537,
355,
277,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
277,
13,
13564,
7,
83,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
1849,
6404,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
46996,
17,
796,
705,
767,
13,
17,
69,
6,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
17887,
1565,
42001,
25,
1391,
16,
92,
1377,
3784,
289,
82,
1391,
17,
29164,
15,
92,
5512,
583,
1391,
18,
29164,
15,
92,
5512,
26672,
1391,
19,
29164,
15,
92,
5512,
7500,
1391,
20,
29164,
15,
11709,
4458,
18982,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
46996,
17,
11,
4686,
62,
5143,
11,
266,
82,
13,
11994,
11,
266,
82,
13,
525,
11,
266,
82,
13,
15908,
11,
266,
82,
13,
34975,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
825,
787,
62,
15414,
62,
77,
7287,
7,
944,
11,
279,
62,
7753,
11,
4686,
62,
5143,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7061,
198,
220,
220,
220,
220,
220,
220,
220,
12257,
274,
5128,
62,
77,
7287,
13,
82,
675,
2393,
422,
9813,
5417,
1181,
329,
31607,
9706,
628,
220,
220,
220,
220,
220,
220,
220,
279,
62,
7753,
220,
532,
5128,
62,
77,
7287,
45,
13,
82,
675,
2393,
3108,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7061,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
16926,
46,
2198,
616,
66,
12,
16,
11,
285,
25306,
532,
16,
220,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
764,
82,
675,
2393,
10007,
198,
220,
220,
220,
220,
220,
220,
220,
5417,
62,
5715,
796,
2116,
13,
1676,
73,
13,
37266,
17816,
8583,
62,
5715,
20520,
198,
220,
220,
220,
220,
220,
220,
220,
763,
3669,
62,
2777,
37910,
796,
2116,
13,
1676,
73,
13,
37266,
17816,
1073,
3669,
62,
2777,
37910,
20520,
198,
220,
220,
220,
220,
220,
220,
220,
28376,
62,
65,
3733,
796,
2116,
13,
1676,
73,
13,
37266,
17816,
77,
7287,
62,
65,
3733,
20520,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
12672,
1565,
28376,
22476,
330,
1538,
10706,
198,
220,
220,
220,
220,
220,
220,
220,
285,
77,
16,
796,
2116,
13,
1676,
73,
13,
76,
5069,
62,
77,
395,
16,
628,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
764,
82,
675,
2420,
2393,
198,
220,
220,
220,
220,
220,
220,
220,
256,
796,
366,
31190,
41,
705,
90,
15,
92,
6,
705,
90,
16,
92,
6,
59,
77,
3,
59,
77,
1911,
18982,
7,
944,
13,
1676,
73,
13,
3672,
11,
4686,
62,
5143,
8,
198,
220,
220,
220,
220,
220,
220,
220,
256,
15853,
705,
49058,
15486,
59,
77,
6,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
43180,
22715,
357,
647,
66,
1352,
8,
5078,
198,
220,
220,
220,
220,
220,
220,
220,
611,
763,
3669,
62,
2777,
37910,
14512,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
256,
15853,
705,
8220,
12532,
1268,
29462,
6226,
16879,
1391,
15,
32239,
77,
4458,
18982,
7,
1073,
3669,
62,
2777,
37910,
8,
628,
220,
220,
220,
220,
220,
220,
220,
256,
15853,
705,
28480,
1241,
34758,
15,
92,
220,
11746,
3843,
20151,
59,
77,
3,
59,
77,
4458,
18982,
7,
8583,
62,
5715,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
31350,
10706,
198,
220,
220,
220,
220,
220,
220,
220,
256,
15853,
705,
34,
10761,
2389,
23337,
37232,
1391,
15,
92,
1391,
16,
92,
1391,
17,
92,
1391,
18,
92,
1391,
19,
92,
1391,
20,
92,
1391,
21,
92,
327,
4663,
29931,
7724,
657,
13,
44215,
3365,
33289,
352,
13,
405,
220,
3439,
59,
77,
3,
59,
77,
4458,
18982,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
77,
16,
13,
66,
70,
17816,
87,
14751,
6,
4357,
285,
77,
16,
13,
66,
70,
17816,
4464,
66,
6,
4357,
285,
77,
16,
13,
66,
70,
17816,
282,
14751,
6,
4357,
285,
77,
16,
13,
66,
70,
17816,
87,
11925,
66,
6,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
77,
16,
13,
66,
70,
17816,
2645,
12685,
6,
4357,
285,
77,
16,
13,
66,
70,
17816,
76,
25306,
20520,
12,
16,
11,
285,
77,
16,
13,
66,
70,
17816,
1820,
66,
20520,
12,
16,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
7837,
88,
41935,
198,
220,
220,
220,
220,
220,
220,
220,
256,
15853,
705,
1268,
6968,
49,
2389,
347,
29089,
2662,
23337,
37232,
1391,
15,
92,
1391,
16,
92,
1391,
17,
92,
1391,
18,
92,
1391,
19,
92,
1391,
20,
92,
1391,
21,
32239,
77,
4458,
18982,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
77,
16,
13,
67,
70,
17816,
87,
14751,
6,
4357,
285,
77,
16,
13,
67,
70,
17816,
4464,
66,
6,
4357,
285,
77,
16,
13,
67,
70,
17816,
282,
14751,
6,
4357,
285,
77,
16,
13,
67,
70,
17816,
76,
25306,
20520,
12,
16,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
77,
16,
13,
67,
70,
17816,
1820,
66,
20520,
12,
16,
11,
285,
77,
16,
13,
67,
70,
17816,
34350,
259,
79,
6,
4357,
285,
77,
16,
13,
67,
70,
17816,
9892,
259,
79,
6,
12962,
628,
220,
220,
220,
220,
220,
220,
220,
256,
15853,
366,
15675,
1268,
47,
347,
29089,
2662,
352,
705,
90,
15,
92,
6,
1391,
16,
92,
657,
17189,
59,
77,
3,
59,
77,
1911,
18982,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
77,
16,
13,
18053,
62,
22184,
11,
285,
77,
16,
13,
67,
70,
62,
312,
5031,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
30149,
560,
27617,
198,
220,
220,
220,
220,
220,
220,
220,
256,
15853,
366,
33,
19385,
399,
6465,
705,
90,
15,
92,
6,
1391,
16,
32239,
77,
1911,
18982,
10786,
65,
3733,
62,
77,
395,
16,
13,
19608,
3256,
28376,
62,
65,
3733,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
220,
2344,
2393,
198,
220,
220,
220,
220,
220,
220,
220,
256,
15853,
17971,
59,
77,
1,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
5470,
873,
198,
220,
220,
220,
220,
220,
220,
220,
256,
15853,
705,
27977,
19604,
2885,
59,
77,
6,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
256,
15853,
705,
35353,
16,
59,
77,
6,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
256,
15853,
705,
4805,
3185,
347,
16811,
51,
59,
77,
6,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
256,
15853,
705,
27353,
2969,
59,
77,
6,
198,
220,
220,
220,
220,
220,
220,
220,
256,
15853,
705,
40438,
32,
59,
77,
6,
198,
220,
220,
220,
220,
220,
220,
220,
256,
15853,
705,
10913,
18379,
2849,
449,
1340,
17887,
2969,
59,
77,
3,
59,
77,
6,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
5072,
198,
220,
220,
220,
220,
220,
220,
220,
256,
15853,
366,
9148,
11290,
705,
9858,
6968,
49,
2389,
6,
8005,
37682,
705,
90,
15,
92,
6,
406,
4792,
513,
18070,
16284,
21232,
2999,
360,
4663,
309,
3705,
360,
4303,
49,
59,
77,
3,
59,
77,
1911,
18982,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
77,
16,
13,
22915,
62,
22184,
11,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
24061,
198,
220,
220,
220,
220,
220,
220,
220,
256,
15853,
705,
51,
6465,
220,
352,
11,
15,
59,
77,
6,
198,
220,
220,
220,
220,
220,
220,
220,
256,
15853,
705,
9858,
30076,
36,
3467,
77,
6,
198,
220,
220,
220,
220,
220,
220,
220,
256,
15853,
705,
2257,
3185,
59,
77,
3,
59,
77,
6,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
3551,
2393,
25,
198,
220,
220,
220,
220,
220,
220,
220,
351,
1280,
7,
79,
62,
7753,
11,
705,
86,
11537,
355,
277,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
277,
13,
13564,
7,
83,
8,
628,
220,
220,
220,
825,
1382,
62,
7442,
7,
944,
11,
1339,
62,
312,
11,
9813,
62,
824,
11,
275,
358,
28,
17816,
45,
3256,
705,
36,
3256,
705,
54,
3256,
705,
50,
20520,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7061,
198,
220,
220,
220,
220,
220,
220,
220,
10934,
12672,
1565,
15486,
1339,
5128,
3696,
329,
1813,
6769,
5417,
1181,
357,
11994,
11,
583,
11,
26672,
11,
7500,
8,
628,
220,
220,
220,
220,
220,
220,
220,
220,
844,
62,
7442,
220,
532,
12672,
1565,
1339,
6376,
357,
600,
8,
198,
220,
220,
220,
220,
220,
220,
220,
9813,
62,
824,
532,
6769,
5417,
1181,
357,
11994,
11,
583,
11,
26672,
11,
7500,
8,
198,
220,
220,
220,
220,
220,
220,
220,
275,
358,
220,
220,
220,
220,
220,
532,
6769,
5417,
1181,
4075,
13215,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7061,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
12672,
1565,
1339,
3108,
198,
220,
220,
220,
220,
220,
220,
220,
279,
62,
7442,
796,
1034,
13,
22179,
7,
944,
13,
1676,
73,
13,
79,
62,
33964,
11,
1339,
62,
312,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
787,
9706,
26672,
198,
220,
220,
220,
220,
220,
220,
220,
611,
407,
1034,
13,
9409,
343,
7,
79,
62,
7442,
2599,
28686,
13,
76,
4335,
17062,
7,
79,
62,
7442,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
787,
6795,
2393,
329,
1388,
19609,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
1676,
73,
13,
76,
5069,
62,
12417,
13,
39344,
62,
19608,
7,
79,
62,
7442,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
787,
5128,
13,
82,
675,
2393,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
15883,
62,
15414,
7,
404,
13,
22179,
7,
79,
62,
7442,
11,
705,
15414,
13,
82,
675,
33809,
1339,
62,
312,
11,
9813,
62,
824,
11,
275,
358,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
11902,
28376,
19609,
6795,
290,
5128,
3696,
198,
220,
220,
220,
220,
220,
220,
220,
374,
62,
5907,
796,
685,
944,
13,
1676,
73,
13,
5143,
62,
77,
395,
16,
11,
2116,
13,
1676,
73,
13,
5143,
62,
77,
395,
17,
11,
2116,
13,
1676,
73,
13,
5143,
62,
77,
395,
18,
60,
198,
220,
220,
220,
220,
220,
220,
220,
285,
62,
5907,
796,
685,
944,
13,
1676,
73,
13,
76,
5069,
62,
77,
395,
16,
11,
2116,
13,
1676,
73,
13,
76,
5069,
62,
77,
395,
17,
11,
2116,
13,
1676,
73,
13,
76,
5069,
62,
77,
395,
18,
60,
198,
220,
220,
220,
220,
220,
220,
220,
1312,
62,
5907,
796,
37250,
15414,
62,
77,
395,
16,
13,
82,
675,
3256,
705,
15414,
62,
77,
395,
17,
13,
82,
675,
3256,
705,
15414,
62,
77,
395,
18,
13,
82,
675,
20520,
628,
220,
220,
220,
220,
220,
220,
220,
329,
374,
62,
77,
11,
285,
62,
77,
11,
1312,
62,
77,
287,
19974,
7,
81,
62,
5907,
11,
285,
62,
5907,
11,
1312,
62,
5907,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
374,
62,
77,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
62,
77,
13,
39344,
62,
19608,
7,
79,
62,
7442,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
15883,
62,
15414,
62,
77,
7287,
7,
404,
13,
22179,
7,
79,
62,
7442,
11,
1312,
62,
77,
828,
1339,
62,
312,
8,
628,
220,
220,
220,
825,
5072,
62,
7442,
7,
944,
11,
279,
62,
7442,
11,
19609,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
705,
961,
764,
6759,
5072,
2393,
422,
31607,
290,
5860,
2124,
18747,
13,
27354,
292,
316,
6,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
7925,
5072,
422,
6163,
19609,
198,
220,
220,
220,
220,
220,
220,
220,
279,
62,
6759,
796,
1034,
13,
22179,
7,
79,
62,
7442,
11,
19609,
13,
22915,
62,
22184,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2124,
9310,
62,
448,
796,
2116,
13,
448,
6759,
17,
87,
81,
7,
79,
62,
6759,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
1849,
2617,
1395,
290,
575,
3815,
198,
220,
220,
220,
220,
220,
220,
220,
1395,
11,
575,
796,
19609,
13,
1136,
62,
34278,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
2124,
9310,
62,
448,
796,
2124,
9310,
62,
448,
13,
562,
570,
62,
1073,
3669,
7,
55,
28,
55,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2124,
9310,
62,
448,
796,
2124,
9310,
62,
448,
13,
562,
570,
62,
1073,
3669,
7,
56,
28,
56,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
36265,
284,
890,
3984,
32477,
287,
43180,
763,
3669,
2663,
198,
220,
220,
220,
220,
220,
220,
220,
763,
3669,
62,
2777,
37910,
796,
2116,
13,
1676,
73,
13,
37266,
17816,
1073,
3669,
62,
2777,
37910,
20520,
198,
220,
220,
220,
220,
220,
220,
220,
611,
763,
3669,
62,
2777,
37910,
14512,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2124,
9310,
62,
448,
796,
2124,
9310,
62,
448,
13,
918,
480,
15090,
6,
55,
10354,
6,
14995,
3256,
705,
56,
10354,
6,
15460,
6,
30072,
628,
220,
220,
220,
220,
220,
220,
220,
1441,
2124,
9310,
62,
448,
628,
198,
4871,
21491,
9399,
62,
45,
1340,
35744,
7,
50,
8149,
9399,
2599,
198,
220,
220,
220,
705,
17887,
1565,
29052,
2746,
5128,
14,
22915,
532,
44521,
3563,
6234,
13153,
2663,
6,
628,
220,
220,
220,
825,
787,
62,
448,
62,
13033,
7,
944,
11,
279,
62,
7753,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
705,
8645,
689,
10348,
5072,
12,
13033,
22715,
2393,
6,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
8160,
290,
3613,
5072,
2173,
198,
220,
220,
220,
220,
220,
220,
220,
2124,
62,
448,
796,
2116,
13,
1676,
73,
13,
87,
62,
448,
198,
220,
220,
220,
220,
220,
220,
220,
331,
62,
448,
796,
2116,
13,
1676,
73,
13,
88,
62,
448,
628,
220,
220,
220,
220,
220,
220,
220,
611,
407,
2124,
62,
448,
393,
407,
331,
62,
448,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
628,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2173,
796,
45941,
13,
85,
25558,
19510,
87,
62,
448,
11,
88,
62,
448,
29720,
51,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
45941,
13,
21928,
14116,
7,
79,
62,
7753,
11,
2173,
11,
46996,
11639,
7225,
17,
69,
11537,
628,
220,
220,
220,
825,
787,
62,
19204,
62,
16624,
7,
944,
11,
279,
62,
7442,
11,
9813,
62,
15596,
11,
640,
11,
275,
358,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
705,
8645,
378,
1785,
6769,
3696,
357,
2032,
272,
11670,
33047,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
6769,
9633,
198,
220,
220,
220,
220,
220,
220,
220,
289,
82,
796,
9813,
62,
15596,
13,
11994,
13,
27160,
58,
47715,
198,
220,
220,
220,
220,
220,
220,
220,
583,
796,
9813,
62,
15596,
13,
525,
13,
27160,
58,
47715,
198,
220,
220,
220,
220,
220,
220,
220,
19958,
66,
796,
9813,
62,
15596,
13,
15908,
13,
27160,
58,
47715,
198,
220,
220,
220,
220,
220,
220,
220,
7500,
796,
9813,
62,
15596,
13,
34975,
13,
27160,
58,
47715,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
269,
21370,
2393,
220,
198,
220,
220,
220,
220,
220,
220,
220,
997,
62,
7890,
796,
18896,
7,
2435,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1366,
796,
45941,
13,
9107,
418,
19510,
22510,
62,
7890,
11,
642,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
1366,
58,
45299,
657,
60,
796,
640,
198,
220,
220,
220,
220,
220,
220,
220,
1366,
58,
45299,
352,
60,
796,
289,
82,
198,
220,
220,
220,
220,
220,
220,
220,
1366,
58,
45299,
362,
60,
796,
583,
198,
220,
220,
220,
220,
220,
220,
220,
1366,
58,
45299,
513,
60,
796,
19958,
66,
198,
220,
220,
220,
220,
220,
220,
220,
1366,
58,
45299,
604,
60,
796,
7500,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
17393,
2393,
329,
477,
13215,
198,
220,
220,
220,
220,
220,
220,
220,
3613,
796,
1034,
13,
22179,
7,
79,
62,
7442,
11,
705,
25076,
62,
32569,
13,
19608,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
45941,
13,
21928,
14116,
7,
21928,
11,
1366,
11,
13639,
11639,
7250,
1503,
3256,
3651,
11639,
3256,
46996,
11639,
4,
23,
13,
19,
69,
4064,
17,
13,
18,
69,
4064,
17,
13,
18,
69,
4064,
18,
13,
17,
69,
4064,
18,
13,
16,
69,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
329,
1312,
287,
275,
358,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
424,
13,
30073,
7753,
7,
21928,
11,
1034,
13,
22179,
7,
79,
62,
7442,
11,
705,
25076,
62,
32569,
23330,
15,
27422,
19608,
4458,
18982,
7,
72,
22305,
628,
220,
220,
220,
825,
787,
62,
7972,
62,
16624,
7,
944,
11,
279,
62,
7442,
11,
9813,
62,
15596,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7061,
198,
220,
220,
220,
220,
220,
220,
220,
2980,
378,
1785,
2344,
19609,
3696,
357,
2032,
272,
11670,
8,
628,
220,
220,
220,
220,
220,
220,
220,
3544,
6769,
62,
15596,
471,
940,
290,
569,
940,
3815,
379,
262,
2104,
12672,
1565,
552,
13,
10706,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7061,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
2344,
9633,
198,
220,
220,
220,
220,
220,
220,
220,
334,
940,
796,
9813,
62,
15596,
13,
52,
940,
13,
27160,
58,
47715,
198,
220,
220,
220,
220,
220,
220,
220,
410,
940,
796,
9813,
62,
15596,
13,
53,
940,
13,
27160,
58,
47715,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
1388,
19609,
198,
220,
220,
220,
220,
220,
220,
220,
8085,
796,
2116,
13,
1676,
73,
13,
76,
5069,
62,
12417,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
1123,
640,
2476,
362,
35,
357,
76,
5069,
8,
2344,
3696,
357,
52,
11,
53,
8,
220,
198,
220,
220,
220,
220,
220,
220,
220,
285,
25306,
796,
8085,
13,
66,
70,
17816,
76,
25306,
20520,
220,
1303,
1271,
19609,
2124,
198,
220,
220,
220,
220,
220,
220,
220,
616,
66,
796,
8085,
13,
66,
70,
17816,
1820,
66,
20520,
220,
1303,
1271,
19609,
331,
628,
220,
220,
220,
220,
220,
220,
220,
256,
742,
796,
10148,
198,
220,
220,
220,
220,
220,
220,
220,
329,
269,
11,
357,
84,
11,
410,
8,
287,
27056,
378,
7,
13344,
7,
84,
940,
11,
85,
940,
8,
2599,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
2060,
966,
2344,
4613,
2104,
12672,
1565,
552,
13,
25928,
2344,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
27506,
796,
45941,
13,
1952,
19510,
76,
25306,
11,
616,
66,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
16926,
46,
25,
2344,
468,
284,
307,
38375,
611,
435,
14751,
14512,
657,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
269,
21370,
2393,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
334,
62,
17,
67,
796,
27506,
1635,
334,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
410,
62,
17,
67,
796,
27506,
1635,
410,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
334,
62,
85,
62,
25558,
796,
45941,
13,
85,
25558,
19510,
84,
62,
17,
67,
11,
410,
62,
17,
67,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3613,
796,
1034,
13,
22179,
7,
79,
62,
7442,
11,
705,
7972,
23330,
15,
25,
3312,
27422,
19608,
4458,
18982,
7,
66,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
45941,
13,
21928,
14116,
7,
21928,
11,
334,
62,
85,
62,
25558,
11,
46996,
11639,
7225,
17,
69,
11537,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
2344,
1351,
2393,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
256,
742,
15853,
705,
7972,
23330,
15,
25,
3312,
27422,
19608,
59,
77,
4458,
18982,
7,
66,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
13520,
2393,
3108,
198,
220,
220,
220,
220,
220,
220,
220,
3613,
796,
1034,
13,
22179,
7,
79,
62,
7442,
11,
705,
25076,
62,
7972,
13,
19608,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
351,
1280,
7,
21928,
11,
705,
86,
11537,
355,
277,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
277,
13,
13564,
7,
14116,
8,
628,
220,
220,
220,
825,
787,
62,
85,
26158,
62,
16624,
7,
944,
11,
279,
62,
7442,
11,
6388,
62,
11659,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7061,
198,
220,
220,
220,
220,
220,
220,
220,
2980,
378,
1785,
2344,
19609,
3696,
357,
2032,
272,
11670,
8,
628,
220,
220,
220,
220,
220,
220,
220,
3544,
6769,
62,
15596,
6388,
3108,
1366,
625,
12672,
1565,
31350,
10706,
198,
220,
220,
220,
220,
220,
220,
220,
2476,
6226,
16879,
20151,
7375,
12532,
1268,
29462,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7061,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
10007,
198,
220,
220,
220,
220,
220,
220,
220,
4526,
796,
718,
30695,
13,
17059,
220,
1303,
3668,
16874,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
2344,
9633,
198,
220,
220,
220,
220,
220,
220,
220,
6388,
62,
21084,
796,
6388,
62,
11659,
13,
21084,
13,
27160,
58,
47715,
198,
220,
220,
220,
220,
220,
220,
220,
6388,
62,
85,
69,
796,
220,
220,
6388,
62,
11659,
13,
85,
69,
13,
27160,
58,
47715,
198,
220,
220,
220,
220,
220,
220,
220,
6388,
62,
14995,
796,
220,
6388,
62,
11659,
13,
14995,
13,
27160,
58,
47715,
198,
220,
220,
220,
220,
220,
220,
220,
6388,
62,
15460,
796,
220,
6388,
62,
11659,
13,
15460,
13,
27160,
58,
47715,
198,
220,
220,
220,
220,
220,
220,
220,
6388,
62,
21999,
796,
220,
220,
6388,
62,
11659,
13,
21999,
13,
27160,
58,
47715,
198,
220,
220,
220,
220,
220,
220,
220,
6388,
62,
79,
15,
796,
220,
220,
6388,
62,
11659,
13,
79,
15,
13,
27160,
58,
47715,
198,
220,
220,
220,
220,
220,
220,
220,
1661,
796,
220,
220,
220,
220,
220,
6388,
62,
11659,
13,
9630,
58,
47715,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
1388,
19609,
198,
220,
220,
220,
220,
220,
220,
220,
8085,
796,
2116,
13,
1676,
73,
13,
76,
5069,
62,
12417,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
1849,
5589,
13,
10706,
329,
15453,
42726,
2344,
3696,
198,
220,
220,
220,
220,
220,
220,
220,
285,
25306,
796,
8085,
13,
66,
70,
17816,
76,
25306,
20520,
220,
1303,
1271,
19609,
2124,
198,
220,
220,
220,
220,
220,
220,
220,
616,
66,
796,
8085,
13,
66,
70,
17816,
1820,
66,
20520,
220,
1303,
1271,
19609,
331,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
552,
13,
10706,
3042,
11,
300,
261,
7095,
220,
198,
220,
220,
220,
220,
220,
220,
220,
300,
261,
15,
796,
8085,
13,
66,
70,
17816,
87,
14751,
20520,
198,
220,
220,
220,
220,
220,
220,
220,
3042,
15,
796,
8085,
13,
66,
70,
17816,
4464,
66,
20520,
198,
220,
220,
220,
220,
220,
220,
220,
300,
261,
16,
796,
8085,
13,
66,
70,
17816,
87,
14751,
20520,
1343,
8085,
13,
66,
70,
17816,
87,
11925,
66,
20520,
198,
220,
220,
220,
220,
220,
220,
220,
3042,
16,
796,
8085,
13,
66,
70,
17816,
4464,
66,
20520,
1343,
8085,
13,
66,
70,
17816,
2645,
12685,
20520,
628,
220,
220,
220,
220,
220,
220,
220,
269,
70,
62,
14995,
796,
45941,
13,
21602,
10223,
7,
14995,
15,
11,
300,
261,
16,
11,
285,
25306,
8,
198,
220,
220,
220,
220,
220,
220,
220,
269,
70,
62,
15460,
796,
45941,
13,
21602,
10223,
7,
15460,
15,
11,
3042,
16,
11,
616,
66,
8,
198,
220,
220,
220,
220,
220,
220,
220,
10527,
62,
14995,
11,
10527,
62,
15460,
796,
45941,
13,
76,
5069,
25928,
7,
66,
70,
62,
14995,
11,
269,
70,
62,
15460,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
2344,
5072,
15762,
198,
220,
220,
220,
220,
220,
220,
220,
289,
335,
62,
54,
796,
45941,
13,
9107,
418,
19510,
11925,
7,
66,
70,
62,
15460,
828,
18896,
7,
66,
70,
62,
14995,
828,
18896,
7,
12135,
62,
21084,
22305,
198,
220,
220,
220,
220,
220,
220,
220,
289,
335,
62,
35,
796,
45941,
13,
9107,
418,
19510,
11925,
7,
66,
70,
62,
15460,
828,
18896,
7,
66,
70,
62,
14995,
828,
18896,
7,
12135,
62,
21084,
22305,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
1123,
640,
2476,
362,
35,
357,
76,
5069,
8,
2344,
3696,
357,
52,
11,
53,
8,
198,
220,
220,
220,
220,
220,
220,
220,
256,
742,
796,
10148,
198,
220,
220,
220,
220,
220,
220,
220,
329,
269,
11,
357,
5439,
11,
8591,
11,
279,
15,
11,
279,
77,
11,
1445,
11,
410,
69,
8,
287,
27056,
378,
7,
13344,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6388,
62,
14995,
11,
6388,
62,
15460,
11,
6388,
62,
79,
15,
11,
6388,
62,
21999,
11,
6388,
62,
21084,
11,
6388,
62,
85,
69,
8,
2599,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
651,
5253,
290,
9848,
1022,
2173,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
610,
565,
11,
12159,
796,
40087,
62,
30246,
62,
1031,
320,
1071,
7,
11296,
62,
15460,
11,
10527,
62,
14995,
11,
8591,
11,
2376,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
374,
796,
610,
565,
1635,
45941,
13,
14415,
1220,
11546,
13,
15,
1635,
4526,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
279,
15,
1279,
15897,
25,
279,
15,
796,
15897,
220,
1303,
1849,
13049,
279,
15,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
1849,
15086,
6862,
2123,
435,
13,
3050,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13987,
796,
657,
13,
2857,
5332,
1635,
279,
15,
532,
46618,
13,
486,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
16926,
46,
514,
283,
267,
23528,
5243,
269,
291,
33224,
305,
69,
3713,
30,
220,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
15084,
398,
316,
10916,
259,
12,
53,
26158,
2746,
357,
27363,
13,
8684,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
778,
796,
279,
15,
1343,
357,
21999,
532,
279,
15,
8,
1635,
45941,
13,
11201,
32590,
17,
9,
7397,
14,
81,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12972,
11,
279,
87,
796,
45941,
13,
49607,
7,
1050,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3550,
796,
45941,
13,
283,
310,
272,
17,
7,
9078,
11,
279,
87,
8,
1343,
45941,
13,
12683,
7,
5031,
8,
1635,
45941,
13,
14415,
14,
17,
13,
15,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
3086,
2746,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
266,
796,
657,
13,
2075,
1507,
220,
1303,
11555,
420,
32482,
32558,
3668,
357,
6335,
14,
71,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
277,
796,
362,
1635,
266,
1635,
45941,
13,
31369,
7,
5031,
9,
37659,
13,
14415,
14,
15259,
8,
220,
1303,
1162,
1669,
271,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2956,
796,
2310,
13,
23,
1635,
45941,
13,
31166,
17034,
7,
21999,
12,
79,
15,
8,
532,
657,
13,
20,
1635,
277,
1635,
13987,
220,
1303,
2344,
3509,
3915,
357,
13276,
14,
71,
8,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
277,
85,
796,
45941,
13,
9107,
418,
7,
11296,
62,
14995,
13,
43358,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
264,
16,
796,
374,
14,
7397,
1279,
352,
220,
1303,
37430,
13,
357,
24,
8,
6882,
78,
357,
10531,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
277,
85,
58,
82,
16,
60,
796,
352,
532,
657,
13,
24,
4869,
1635,
45941,
13,
11201,
32590,
21,
13,
23,
2075,
1635,
45941,
13,
6477,
7,
81,
58,
82,
16,
60,
14,
7397,
11,
604,
13,
43240,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
264,
17,
796,
374,
14,
7397,
18189,
16,
220,
1303,
37430,
13,
357,
940,
8,
6882,
78,
357,
10531,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
299,
66,
796,
357,
69,
9,
7397,
20679,
333,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
796,
532,
15,
13,
2079,
1635,
357,
16,
13,
15,
2791,
12,
37659,
13,
11201,
32590,
16,
13,
24,
2623,
9,
10782,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
347,
796,
532,
15,
13,
27277,
1635,
357,
16,
13,
19,
29228,
12,
37659,
13,
11201,
32590,
20,
13,
1954,
3459,
9,
10782,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
277,
85,
58,
82,
17,
60,
796,
45941,
13,
11201,
7,
32,
9,
37659,
13,
6477,
7,
37659,
13,
6404,
7,
81,
58,
82,
17,
60,
14,
7397,
828,
18,
8,
1635,
3467,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
45941,
13,
11201,
7,
33,
9,
37659,
13,
6404,
7,
81,
58,
82,
17,
60,
14,
7397,
22305,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
450,
77,
2306,
796,
1445,
1343,
12159,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
450,
796,
45941,
13,
2787,
391,
1082,
32590,
397,
77,
2306,
10,
20233,
11,
11470,
8,
1635,
37659,
13,
14415,
14,
15259,
1303,
299,
37073,
284,
6383,
35610,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
370,
796,
657,
13,
49087,
1635,
357,
69,
85,
9,
333,
1343,
657,
13,
20,
9,
85,
69,
1635,
45941,
13,
6966,
7,
397,
12,
37659,
13,
14415,
14,
17,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
370,
58,
54,
27,
15,
60,
796,
657,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
16926,
46,
25,
2344,
468,
284,
307,
38375,
611,
435,
14751,
14512,
657,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
269,
21370,
2393,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
334,
62,
17,
67,
796,
370,
1635,
45941,
13,
6966,
7,
648,
8,
1220,
513,
13,
21,
220,
1303,
10571,
14,
71,
14610,
285,
14,
82,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
410,
62,
17,
67,
796,
370,
1635,
45941,
13,
31369,
7,
648,
8,
1220,
513,
13,
21,
220,
1303,
10571,
14,
71,
14610,
285,
14,
82,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
334,
62,
85,
62,
25558,
796,
45941,
13,
85,
25558,
19510,
84,
62,
17,
67,
11,
410,
62,
17,
67,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3613,
796,
1034,
13,
22179,
7,
79,
62,
7442,
11,
705,
7972,
23330,
15,
25,
3312,
27422,
19608,
4458,
18982,
7,
66,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
45941,
13,
21928,
14116,
7,
21928,
11,
334,
62,
85,
62,
25558,
11,
46996,
11639,
7225,
17,
69,
11537,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
2344,
1351,
2393,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
256,
742,
15853,
705,
7972,
23330,
15,
25,
3312,
27422,
19608,
59,
77,
4458,
18982,
7,
66,
8,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
1745,
2344,
1366,
357,
76,
14,
82,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
289,
335,
62,
54,
58,
45299,
45299,
66,
60,
796,
370,
1220,
513,
13,
21,
1303,
10571,
14,
71,
14610,
285,
14,
82,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
289,
335,
62,
35,
58,
45299,
45299,
66,
60,
796,
220,
20479,
532,
45941,
13,
6335,
17,
13500,
7,
648,
8,
220,
1303,
4571,
357,
36165,
8801,
13,
823,
13,
5093,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
13520,
2393,
3108,
198,
220,
220,
220,
220,
220,
220,
220,
3613,
796,
1034,
13,
22179,
7,
79,
62,
7442,
11,
705,
25076,
62,
7972,
13,
19608,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
351,
1280,
7,
21928,
11,
705,
86,
11537,
355,
277,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
277,
13,
13564,
7,
14116,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
27506,
13,
3613,
42726,
2344,
7032,
198,
220,
220,
220,
220,
220,
220,
220,
279,
62,
85,
26158,
796,
1034,
13,
22179,
7,
79,
62,
7442,
11,
705,
85,
26158,
62,
7972,
13,
10782,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
2124,
9310,
62,
85,
26158,
796,
2124,
81,
13,
27354,
292,
316,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
54,
10354,
357,
10786,
15460,
41707,
14995,
41707,
2435,
33809,
289,
335,
62,
54,
11,
1391,
6,
41667,
10354,
6,
76,
14,
82,
6,
92,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
35277,
10354,
357,
10786,
15460,
41707,
14995,
41707,
2435,
33809,
289,
335,
62,
35,
11,
1391,
6,
41667,
10354,
6,
36165,
6,
30072,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
763,
3669,
34758,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
56,
6,
1058,
269,
70,
62,
15460,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
55,
6,
1058,
269,
70,
62,
14995,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
2435,
6,
1058,
1661,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1782,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
2124,
9310,
62,
85,
26158,
13,
1078,
3808,
17816,
87,
18242,
20520,
796,
705,
14617,
3984,
357,
36165,
33047,
198,
220,
220,
220,
220,
220,
220,
220,
2124,
9310,
62,
85,
26158,
13,
1078,
3808,
17816,
2645,
9608,
20520,
796,
705,
24220,
3984,
357,
36165,
33047,
198,
220,
220,
220,
220,
220,
220,
220,
2124,
9310,
62,
85,
26158,
13,
1462,
62,
3262,
66,
7568,
7,
79,
62,
85,
26158,
8,
628,
220,
220,
220,
825,
787,
62,
5715,
62,
16624,
7,
944,
11,
279,
62,
7442,
11,
6769,
62,
15596,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
705,
8645,
378,
1785,
1241,
19609,
3696,
357,
2032,
272,
11670,
33047,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
21136,
19798,
292,
640,
6376,
284,
1509,
272,
47279,
5794,
198,
220,
220,
220,
220,
220,
220,
220,
1509,
272,
62,
26786,
62,
69,
16762,
796,
705,
4,
56,
4,
76,
4,
67,
13,
4,
39,
4,
44,
6,
198,
220,
220,
220,
220,
220,
220,
220,
640,
796,
279,
67,
13,
1462,
62,
19608,
8079,
7,
19204,
62,
15596,
13,
9630,
737,
2536,
31387,
7,
2032,
272,
62,
26786,
62,
69,
16762,
737,
27160,
58,
47715,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
1241,
9633,
198,
220,
220,
220,
220,
220,
220,
220,
1976,
17167,
796,
6769,
62,
15596,
13,
5715,
13,
27160,
58,
47715,
198,
220,
220,
220,
220,
220,
220,
220,
20013,
796,
6769,
62,
15596,
13,
83,
485,
13,
27160,
58,
47715,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
1388,
19609,
198,
220,
220,
220,
220,
220,
220,
220,
8085,
796,
2116,
13,
1676,
73,
13,
76,
5069,
62,
12417,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
1123,
640,
2476,
362,
35,
357,
76,
5069,
8,
1241,
220,
198,
220,
220,
220,
220,
220,
220,
220,
285,
25306,
796,
8085,
13,
66,
70,
17816,
76,
25306,
20520,
220,
1303,
1271,
19609,
2124,
198,
220,
220,
220,
220,
220,
220,
220,
616,
66,
796,
8085,
13,
66,
70,
17816,
1820,
66,
20520,
220,
1303,
1271,
19609,
331,
628,
220,
220,
220,
220,
220,
220,
220,
256,
742,
796,
10148,
198,
220,
220,
220,
220,
220,
220,
220,
329,
269,
11,
357,
89,
11,
256,
8,
287,
27056,
378,
7,
13344,
7,
89,
17167,
11,
20013,
8,
2599,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
2060,
966,
1241,
4613,
2104,
12672,
1565,
552,
13,
25928,
1241,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
27506,
796,
45941,
13,
1952,
19510,
76,
25306,
11,
616,
66,
29720,
51,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
269,
21370,
2393,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
300,
796,
1976,
1343,
256,
220,
1303,
2472,
1241,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
300,
62,
17,
67,
796,
27506,
1635,
300,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3613,
796,
1034,
13,
22179,
7,
79,
62,
7442,
11,
705,
5715,
23330,
15,
25,
3312,
27422,
19608,
4458,
18982,
7,
66,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
45941,
13,
21928,
14116,
7,
21928,
11,
300,
62,
17,
67,
11,
46996,
11639,
7225,
17,
69,
11537,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
1241,
1351,
2393,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
256,
742,
15853,
705,
5715,
23330,
15,
25,
3312,
27422,
19608,
59,
77,
4458,
18982,
7,
66,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
9813,
2393,
3108,
198,
220,
220,
220,
220,
220,
220,
220,
3613,
796,
1034,
13,
22179,
7,
79,
62,
7442,
11,
705,
25076,
62,
5715,
13,
19608,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
351,
1280,
7,
21928,
11,
705,
86,
11537,
355,
277,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
277,
13,
13564,
7,
14116,
8,
628,
220,
220,
220,
825,
787,
62,
15414,
7,
944,
11,
279,
62,
7753,
11,
4686,
62,
5143,
11,
640,
11,
787,
62,
32569,
28,
17821,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
787,
62,
7972,
82,
28,
17821,
11,
266,
14259,
62,
65,
358,
28,
17816,
45,
3256,
705,
36,
3256,
705,
54,
3256,
705,
50,
20520,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7061,
198,
220,
220,
220,
220,
220,
220,
220,
12257,
274,
5128,
13,
82,
675,
2393,
422,
9813,
1785,
329,
1729,
12,
17529,
560,
9706,
628,
220,
220,
220,
220,
220,
220,
220,
279,
62,
7753,
220,
532,
5128,
13,
82,
675,
2393,
3108,
198,
220,
220,
220,
220,
220,
220,
220,
640,
220,
220,
220,
532,
1785,
640,
379,
1509,
272,
47279,
5794,
628,
220,
220,
220,
220,
220,
220,
220,
787,
62,
32569,
532,
36206,
9813,
5128,
3696,
5270,
357,
265,
9813,
62,
65,
358,
8,
198,
220,
220,
220,
220,
220,
220,
220,
787,
62,
7972,
82,
532,
36206,
2344,
5128,
3696,
5270,
628,
220,
220,
220,
220,
220,
220,
220,
517,
7508,
25,
2638,
1378,
2032,
272,
19849,
13,
10459,
30293,
13,
3262,
14,
25119,
62,
15390,
14,
2032,
272,
1904,
14,
17440,
1954,
13,
6494,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7061,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
1785,
640,
357,
2032,
272,
47279,
5794,
8,
198,
220,
220,
220,
220,
220,
220,
220,
256,
15,
62,
26786,
796,
640,
58,
15,
60,
198,
220,
220,
220,
220,
220,
220,
220,
256,
16,
62,
26786,
796,
640,
58,
12,
16,
60,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
764,
82,
675,
2393,
10007,
198,
220,
220,
220,
220,
220,
220,
220,
5417,
62,
5715,
796,
2116,
13,
1676,
73,
13,
37266,
17816,
8583,
62,
5715,
20520,
198,
220,
220,
220,
220,
220,
220,
220,
474,
684,
86,
499,
62,
28483,
2611,
796,
2116,
13,
1676,
73,
13,
37266,
17816,
73,
684,
86,
499,
62,
28483,
2611,
20520,
198,
220,
220,
220,
220,
220,
220,
220,
22927,
11128,
796,
2116,
13,
1676,
73,
13,
37266,
17816,
10210,
11128,
20520,
198,
220,
220,
220,
220,
220,
220,
220,
3509,
8056,
796,
2116,
13,
1676,
73,
13,
37266,
17816,
9806,
8056,
20520,
198,
220,
220,
220,
220,
220,
220,
220,
763,
3669,
62,
2777,
37910,
796,
2116,
13,
1676,
73,
13,
37266,
17816,
1073,
3669,
62,
2777,
37910,
20520,
198,
220,
220,
220,
220,
220,
220,
220,
9813,
62,
41007,
796,
2116,
13,
1676,
73,
13,
37266,
17816,
32569,
62,
41007,
20520,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
1388,
19609,
198,
220,
220,
220,
220,
220,
220,
220,
8085,
796,
2116,
13,
1676,
73,
13,
76,
5069,
62,
12417,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
5072,
2173,
198,
220,
220,
220,
220,
220,
220,
220,
2124,
62,
448,
796,
2116,
13,
1676,
73,
13,
87,
62,
448,
198,
220,
220,
220,
220,
220,
220,
220,
331,
62,
448,
796,
2116,
13,
1676,
73,
13,
88,
62,
448,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
31350,
1366,
198,
220,
220,
220,
220,
220,
220,
220,
288,
83,
62,
5589,
796,
642,
220,
1303,
640,
2239,
357,
1084,
1769,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
764,
82,
675,
2420,
2393,
198,
220,
220,
220,
220,
220,
220,
220,
256,
796,
366,
31190,
41,
705,
90,
15,
92,
6,
705,
90,
16,
92,
6,
59,
77,
3,
59,
77,
1911,
18982,
7,
944,
13,
1676,
73,
13,
3672,
11,
4686,
62,
5143,
8,
198,
220,
220,
220,
220,
220,
220,
220,
256,
15853,
705,
49058,
44521,
35744,
59,
77,
6,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
43180,
22715,
357,
647,
66,
1352,
8,
1509,
488,
198,
220,
220,
220,
220,
220,
220,
220,
611,
763,
3669,
62,
2777,
37910,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
256,
15853,
705,
8220,
12532,
1268,
29462,
6226,
16879,
12624,
44,
59,
77,
6,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
22927,
11128,
198,
220,
220,
220,
220,
220,
220,
220,
22927,
11128,
62,
2536,
796,
10148,
198,
220,
220,
220,
220,
220,
220,
220,
611,
22927,
11128,
25,
22927,
11128,
62,
2536,
796,
705,
10210,
11128,
34758,
15,
92,
4458,
18982,
7,
10210,
11128,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
3509,
4049,
357,
6888,
1009,
8,
198,
220,
220,
220,
220,
220,
220,
220,
3509,
8056,
62,
2536,
796,
10148,
198,
220,
220,
220,
220,
220,
220,
220,
611,
3509,
8056,
25,
3509,
8056,
62,
2536,
796,
705,
9806,
8056,
34758,
15,
92,
4458,
18982,
7,
9806,
8056,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
1849,
2617,
1241,
290,
22927,
11128,
357,
361,
1695,
8,
198,
220,
220,
220,
220,
220,
220,
220,
256,
15853,
705,
28480,
1241,
34758,
15,
92,
1391,
16,
92,
1391,
17,
92,
220,
11746,
3843,
20151,
59,
77,
3,
59,
77,
4458,
18982,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5417,
62,
5715,
11,
22927,
11128,
62,
2536,
11,
3509,
8056,
62,
2536,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
31350,
10706,
198,
220,
220,
220,
220,
220,
220,
220,
256,
15853,
705,
34,
10761,
2389,
23337,
37232,
1391,
15,
92,
1391,
16,
92,
1391,
17,
92,
1391,
18,
92,
1391,
19,
92,
1391,
20,
92,
1391,
21,
92,
327,
4663,
29931,
7724,
657,
13,
3070,
2231,
352,
13,
405,
220,
4974,
59,
77,
3,
59,
77,
4458,
18982,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8085,
13,
66,
70,
17816,
87,
14751,
6,
4357,
8085,
13,
66,
70,
17816,
4464,
66,
6,
4357,
8085,
13,
66,
70,
17816,
282,
14751,
6,
4357,
8085,
13,
66,
70,
17816,
87,
11925,
66,
6,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8085,
13,
66,
70,
17816,
2645,
12685,
6,
4357,
8085,
13,
66,
70,
17816,
76,
25306,
20520,
12,
16,
11,
8085,
13,
66,
70,
17816,
1820,
66,
20520,
12,
16,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
7837,
88,
41935,
198,
220,
220,
220,
220,
220,
220,
220,
256,
15853,
705,
1268,
6968,
49,
2389,
347,
29089,
2662,
23337,
37232,
1391,
15,
92,
1391,
16,
92,
1391,
17,
92,
1391,
18,
92,
1391,
19,
92,
1391,
20,
92,
1391,
21,
32239,
77,
4458,
18982,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8085,
13,
67,
70,
17816,
87,
14751,
6,
4357,
8085,
13,
67,
70,
17816,
4464,
66,
6,
4357,
8085,
13,
67,
70,
17816,
282,
14751,
6,
4357,
8085,
13,
67,
70,
17816,
76,
25306,
6,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8085,
13,
67,
70,
17816,
1820,
66,
6,
4357,
8085,
13,
67,
70,
17816,
34350,
259,
79,
6,
4357,
8085,
13,
67,
70,
17816,
9892,
259,
79,
6,
12962,
628,
220,
220,
220,
220,
220,
220,
220,
256,
15853,
366,
15675,
1268,
47,
347,
29089,
2662,
352,
705,
90,
15,
92,
6,
1391,
16,
92,
657,
17189,
59,
77,
3,
59,
77,
1911,
18982,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8085,
13,
18053,
62,
22184,
11,
8085,
13,
67,
70,
62,
312,
5031,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
2344,
198,
220,
220,
220,
220,
220,
220,
220,
256,
15853,
705,
1268,
6968,
49,
2389,
220,
370,
12115,
220,
23337,
37232,
1391,
15,
92,
1391,
16,
92,
1391,
17,
92,
1391,
18,
92,
1391,
19,
92,
1391,
20,
92,
1391,
21,
92,
44521,
35744,
1391,
22,
92,
352,
15172,
1391,
23,
32239,
77,
4458,
18982,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8085,
13,
66,
70,
17816,
87,
14751,
6,
4357,
8085,
13,
66,
70,
17816,
4464,
66,
6,
4357,
8085,
13,
66,
70,
17816,
282,
14751,
6,
4357,
8085,
13,
66,
70,
17816,
76,
25306,
20520,
12,
16,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8085,
13,
66,
70,
17816,
1820,
66,
20520,
12,
16,
11,
8085,
13,
66,
70,
17816,
34350,
259,
79,
6,
4357,
8085,
13,
66,
70,
17816,
9892,
259,
79,
6,
4357,
256,
15,
62,
26786,
11,
256,
16,
62,
26786,
8,
198,
220,
220,
220,
220,
220,
220,
220,
256,
15853,
366,
15675,
1268,
47,
220,
370,
12115,
352,
13,
18871,
11015,
705,
90,
15,
92,
6,
513,
657,
17189,
59,
77,
3,
59,
77,
1911,
18982,
10786,
25076,
62,
7972,
13,
19608,
11537,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
1241,
198,
220,
220,
220,
220,
220,
220,
220,
256,
15853,
705,
1268,
6968,
49,
2389,
220,
370,
2538,
53,
220,
23337,
37232,
1391,
15,
92,
1391,
16,
92,
1391,
17,
92,
1391,
18,
92,
1391,
19,
92,
1391,
20,
92,
1391,
21,
92,
44521,
35744,
1391,
22,
92,
352,
15172,
1391,
23,
32239,
77,
4458,
18982,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8085,
13,
66,
70,
17816,
87,
14751,
6,
4357,
8085,
13,
66,
70,
17816,
4464,
66,
6,
4357,
8085,
13,
66,
70,
17816,
282,
14751,
6,
4357,
8085,
13,
66,
70,
17816,
76,
25306,
20520,
12,
16,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8085,
13,
66,
70,
17816,
1820,
66,
20520,
12,
16,
11,
8085,
13,
66,
70,
17816,
34350,
259,
79,
6,
4357,
8085,
13,
66,
70,
17816,
9892,
259,
79,
6,
4357,
256,
15,
62,
26786,
11,
256,
16,
62,
26786,
8,
198,
220,
220,
220,
220,
220,
220,
220,
256,
15853,
366,
15675,
1268,
47,
220,
370,
2538,
53,
352,
13,
18871,
11015,
705,
90,
15,
92,
6,
513,
657,
17189,
59,
77,
3,
59,
77,
1911,
18982,
10786,
25076,
62,
5715,
13,
19608,
11537,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
9813,
18645,
3403,
198,
220,
220,
220,
220,
220,
220,
220,
611,
787,
62,
32569,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
256,
15853,
705,
33,
15919,
6006,
2969,
274,
43106,
449,
1340,
2032,
499,
1391,
15,
92,
1391,
16,
92,
360,
4303,
49,
5550,
10761,
59,
77,
4458,
18982,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
474,
684,
86,
499,
62,
28483,
2611,
11,
9813,
62,
41007,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
14158,
287,
266,
14259,
62,
65,
358,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
256,
15853,
366,
33,
19385,
311,
14114,
1391,
15,
92,
7102,
18797,
45811,
705,
25076,
62,
32569,
23330,
15,
27422,
19608,
6,
59,
77,
1911,
18982,
7,
291,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
5470,
873,
1222,
11887,
198,
220,
220,
220,
220,
220,
220,
220,
256,
15853,
705,
28929,
44779,
370,
52,
59,
77,
6,
198,
220,
220,
220,
220,
220,
220,
220,
256,
15853,
705,
35353,
18,
3563,
21,
642,
13,
22,
36,
12,
22,
807,
13,
15,
36,
12,
21,
604,
13,
15,
604,
13,
15,
15958,
44884,
15567,
569,
2943,
5603,
52,
26751,
940,
59,
77,
6,
198,
220,
220,
220,
220,
220,
220,
220,
256,
15853,
705,
5432,
8845,
3069,
59,
77,
6,
198,
220,
220,
220,
220,
220,
220,
220,
256,
15853,
705,
10917,
2885,
1312,
47003,
28,
23,
59,
77,
6,
198,
220,
220,
220,
220,
220,
220,
220,
256,
15853,
705,
27353,
2969,
59,
77,
6,
198,
220,
220,
220,
220,
220,
220,
220,
256,
15853,
705,
4805,
3185,
347,
16811,
51,
59,
77,
6,
198,
220,
220,
220,
220,
220,
220,
220,
611,
407,
763,
3669,
62,
2777,
37910,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
256,
15853,
705,
28480,
8577,
59,
77,
6,
220,
1303,
407,
11670,
351,
43180,
220,
198,
220,
220,
220,
220,
220,
220,
220,
256,
15853,
705,
40438,
32,
59,
77,
6,
198,
220,
220,
220,
220,
220,
220,
220,
256,
15853,
705,
10913,
18379,
2849,
449,
1340,
17887,
2969,
59,
77,
3,
59,
77,
6,
198,
220,
220,
220,
220,
220,
220,
220,
256,
15853,
705,
5446,
40,
47149,
59,
77,
6,
198,
220,
220,
220,
220,
220,
220,
220,
256,
15853,
705,
35,
5064,
10913,
2246,
59,
77,
6,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
5072,
198,
220,
220,
220,
220,
220,
220,
220,
256,
15853,
366,
9148,
11290,
705,
9858,
6968,
49,
2389,
6,
8005,
37682,
705,
90,
15,
92,
6,
406,
4792,
513,
18070,
16284,
21232,
2999,
360,
4663,
309,
3705,
360,
4303,
49,
16289,
1391,
16,
92,
352,
13,
15,
15172,
59,
77,
3,
59,
77,
1911,
18982,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8085,
13,
22915,
62,
22184,
11,
256,
15,
62,
26786,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
5072,
2173,
198,
220,
220,
220,
220,
220,
220,
220,
611,
407,
2124,
62,
448,
393,
407,
331,
62,
448,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1208,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
256,
15853,
366,
16402,
1268,
4694,
705,
448,
457,
82,
6,
45811,
705,
13033,
62,
448,
13,
19608,
6,
59,
77,
1,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
256,
15853,
366,
38148,
705,
448,
457,
82,
6,
8005,
37682,
705,
11487,
62,
448,
457,
82,
13,
19608,
6,
5550,
47,
18070,
18070,
8845,
3069,
360,
4663,
371,
7250,
21232,
2999,
360,
4303,
49,
370,
12115,
370,
1404,
2538,
53,
220,
16289,
1391,
15,
92,
1391,
16,
92,
20625,
59,
77,
3,
59,
77,
1911,
18982,
7,
83,
15,
62,
26786,
11,
288,
83,
62,
5589,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
24061,
198,
220,
220,
220,
220,
220,
220,
220,
256,
15853,
705,
51,
6465,
220,
352,
11,
15,
59,
77,
6,
198,
220,
220,
220,
220,
220,
220,
220,
256,
15853,
705,
9858,
30076,
36,
44521,
35744,
1391,
15,
92,
1391,
16,
92,
20625,
1391,
17,
32239,
77,
4458,
18982,
7,
83,
15,
62,
26786,
11,
288,
83,
62,
5589,
11,
256,
16,
62,
26786,
8,
198,
220,
220,
220,
220,
220,
220,
220,
256,
15853,
705,
2257,
3185,
59,
77,
3,
59,
77,
6,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
3551,
2393,
25,
198,
220,
220,
220,
220,
220,
220,
220,
351,
1280,
7,
79,
62,
7753,
11,
705,
86,
11537,
355,
277,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
277,
13,
13564,
7,
83,
8,
628,
220,
220,
220,
825,
1382,
62,
7442,
7,
944,
11,
1339,
62,
312,
11,
9813,
62,
15596,
11,
6388,
62,
11659,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
787,
62,
32569,
28,
17821,
11,
787,
62,
7972,
82,
28,
17821,
11,
9813,
62,
65,
358,
28,
17816,
45,
3256,
705,
36,
3256,
705,
54,
3256,
705,
50,
20520,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7061,
198,
220,
220,
220,
220,
220,
220,
220,
10934,
12672,
1565,
44521,
35744,
1339,
5128,
3696,
329,
1813,
6769,
27039,
628,
220,
220,
220,
220,
220,
220,
220,
1339,
62,
312,
220,
532,
12672,
1565,
1339,
6376,
357,
600,
8,
628,
220,
220,
220,
220,
220,
220,
220,
9813,
62,
15596,
532,
9813,
1785,
640,
2168,
357,
79,
392,
292,
13,
6601,
14535,
8,
198,
220,
220,
220,
220,
220,
220,
220,
635,
4909,
1241,
11,
20013,
290,
2344,
357,
1662,
6388,
2610,
8,
9633,
198,
220,
220,
220,
220,
220,
220,
220,
685,
77,
2124,
807,
60,
357,
11994,
11,
583,
11,
26672,
11,
7500,
11,
471,
940,
11,
569,
940,
11,
1241,
11,
20013,
8,
628,
220,
220,
220,
220,
220,
220,
220,
6388,
62,
11659,
532,
6045,
1220,
6388,
2610,
640,
2168,
357,
79,
392,
292,
13,
6601,
14535,
8,
198,
220,
220,
220,
220,
220,
220,
220,
6388,
62,
11659,
7560,
13520,
423,
8475,
625,
9813,
62,
15596,
13520,
198,
220,
220,
220,
220,
220,
220,
220,
685,
77,
2124,
718,
60,
357,
21084,
11,
410,
69,
11,
300,
261,
11,
3042,
11,
279,
77,
11,
279,
15,
8,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7061,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
12672,
1565,
1339,
3108,
198,
220,
220,
220,
220,
220,
220,
220,
279,
62,
7442,
796,
1034,
13,
22179,
7,
944,
13,
1676,
73,
13,
79,
62,
33964,
11,
1339,
62,
312,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
787,
9706,
26672,
198,
220,
220,
220,
220,
220,
220,
220,
611,
407,
1034,
13,
9409,
343,
7,
79,
62,
7442,
2599,
28686,
13,
76,
4335,
17062,
7,
79,
62,
7442,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
787,
6795,
2393,
329,
1388,
19609,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
1676,
73,
13,
76,
5069,
62,
12417,
13,
39344,
62,
19608,
7,
79,
62,
7442,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
787,
5072,
2173,
2393,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
15883,
62,
448,
62,
13033,
7,
404,
13,
22179,
7,
79,
62,
7442,
11,
705,
13033,
62,
448,
13,
19608,
6,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
21136,
19798,
292,
640,
6376,
284,
1509,
272,
47279,
5794,
198,
220,
220,
220,
220,
220,
220,
220,
1509,
272,
62,
26786,
62,
69,
16762,
796,
705,
4,
56,
4,
76,
4,
67,
13,
4,
39,
4,
44,
6,
198,
220,
220,
220,
220,
220,
220,
220,
640,
62,
2032,
272,
796,
279,
67,
13,
1462,
62,
19608,
8079,
7,
32569,
62,
15596,
13,
9630,
737,
2536,
31387,
7,
2032,
272,
62,
26786,
62,
69,
16762,
737,
27160,
58,
47715,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
787,
6769,
3696,
198,
220,
220,
220,
220,
220,
220,
220,
611,
787,
62,
32569,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
15883,
62,
19204,
62,
16624,
7,
79,
62,
7442,
11,
9813,
62,
15596,
11,
640,
62,
2032,
272,
11,
9813,
62,
65,
358,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
787,
2344,
3696,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
1849,
51,
3727,
46,
25,
42726,
2746,
11,
611,
4075,
11,
481,
20957,
2344,
3696,
198,
220,
220,
220,
220,
220,
220,
220,
611,
787,
62,
7972,
82,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
15883,
62,
7972,
62,
16624,
7,
79,
62,
7442,
11,
9813,
62,
15596,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
1849,
85,
26158,
2746,
329,
6388,
8339,
198,
220,
220,
220,
220,
220,
220,
220,
611,
318,
39098,
7,
12135,
62,
11659,
11,
279,
67,
13,
6601,
19778,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
15883,
62,
85,
26158,
62,
16624,
7,
79,
62,
7442,
11,
6388,
62,
11659,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
787,
1660,
1241,
3696,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
15883,
62,
5715,
62,
16624,
7,
79,
62,
7442,
11,
9813,
62,
15596,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
787,
5128,
13,
82,
675,
2393,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
15883,
62,
15414,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1034,
13,
22179,
7,
79,
62,
7442,
11,
705,
15414,
13,
82,
675,
33809,
1339,
62,
312,
11,
640,
62,
2032,
272,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
787,
62,
32569,
796,
787,
62,
32569,
11,
787,
62,
7972,
82,
796,
787,
62,
7972,
82,
11,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
16926,
46,
25,
751,
11902,
28376,
19609,
6795,
290,
5128,
3696,
628,
220,
220,
220,
825,
5072,
62,
7442,
7,
944,
11,
279,
62,
7442,
11,
19609,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
705,
961,
764,
6759,
5072,
2393,
422,
1729,
12,
17529,
560,
290,
5860,
2124,
18747,
13,
27354,
292,
316,
6,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
7925,
5072,
422,
6163,
19609,
198,
220,
220,
220,
220,
220,
220,
220,
279,
62,
6759,
796,
1034,
13,
22179,
7,
79,
62,
7442,
11,
19609,
13,
22915,
62,
22184,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2124,
9310,
62,
448,
796,
2116,
13,
448,
6759,
17,
87,
81,
7,
79,
62,
6759,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
1849,
2617,
1395,
290,
575,
3815,
198,
220,
220,
220,
220,
220,
220,
220,
1395,
11,
575,
796,
19609,
13,
1136,
62,
34278,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
2124,
9310,
62,
448,
796,
2124,
9310,
62,
448,
13,
562,
570,
62,
1073,
3669,
7,
55,
28,
55,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2124,
9310,
62,
448,
796,
2124,
9310,
62,
448,
13,
562,
570,
62,
1073,
3669,
7,
56,
28,
56,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
36265,
284,
890,
3984,
32477,
287,
43180,
763,
3669,
2663,
198,
220,
220,
220,
220,
220,
220,
220,
763,
3669,
62,
2777,
37910,
796,
2116,
13,
1676,
73,
13,
37266,
17816,
1073,
3669,
62,
2777,
37910,
20520,
198,
220,
220,
220,
220,
220,
220,
220,
611,
763,
3669,
62,
2777,
37910,
14512,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2124,
9310,
62,
448,
796,
2124,
9310,
62,
448,
13,
918,
480,
15090,
6,
55,
10354,
6,
14995,
3256,
705,
56,
10354,
6,
15460,
6,
30072,
628,
220,
220,
220,
220,
220,
220,
220,
1441,
2124,
9310,
62,
448,
628,
220,
220,
220,
825,
651,
62,
83,
15,
62,
28664,
7,
944,
11,
279,
62,
15414,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
705,
11407,
5072,
2173,
640,
62,
5362,
290,
25979,
62,
2435,
357,
1084,
8,
422,
12672,
1565,
5128,
13,
82,
675,
2393,
6,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
1100,
5128,
13,
82,
675,
290,
2393,
1366,
198,
220,
220,
220,
220,
220,
220,
220,
351,
1280,
7,
79,
62,
15414,
11,
705,
81,
11537,
355,
277,
49,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
43979,
796,
277,
49,
13,
961,
6615,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
300,
87,
796,
685,
87,
329,
2124,
287,
43979,
611,
2124,
13,
9688,
2032,
342,
10786,
38148,
11537,
7131,
15,
4083,
35312,
10786,
705,
8,
198,
220,
220,
220,
220,
220,
220,
220,
256,
15,
62,
2536,
796,
300,
87,
58,
12,
18,
60,
220,
1303,
923,
3128,
198,
220,
220,
220,
220,
220,
220,
220,
288,
83,
62,
1084,
796,
300,
87,
58,
12,
17,
60,
220,
1303,
288,
83,
357,
1084,
1769,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1509,
272,
62,
26786,
62,
69,
16762,
796,
705,
4,
56,
4,
76,
4,
67,
13,
4,
39,
4,
44,
6,
198,
220,
220,
220,
220,
220,
220,
220,
256,
15,
796,
4818,
8079,
13,
2536,
457,
524,
7,
83,
15,
62,
2536,
11,
1509,
272,
62,
26786,
62,
69,
16762,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1441,
256,
15,
11,
288,
83,
62,
1084,
628,
220,
220,
220,
825,
5072,
62,
13033,
7,
944,
11,
279,
62,
7442,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
705,
961,
3084,
62,
448,
457,
82,
13,
19608,
5072,
2393,
290,
5860,
2124,
18747,
13,
27354,
292,
316,
6,
628,
220,
220,
220,
220,
220,
220,
220,
279,
62,
19608,
796,
1034,
13,
22179,
7,
79,
62,
7442,
11,
705,
11487,
62,
448,
457,
82,
13,
19608,
11537,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
7885,
3891,
198,
220,
220,
220,
220,
220,
220,
220,
3891,
796,
37250,
46162,
3256,
705,
7998,
3256,
705,
7998,
8845,
3069,
3256,
705,
34720,
3256,
705,
49,
7250,
3256,
705,
15972,
2999,
3256,
705,
35,
4303,
49,
3256,
705,
28929,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
54,
1404,
2538,
53,
3256,
705,
12425,
6,
2361,
628,
220,
220,
220,
220,
220,
220,
220,
2124,
62,
448,
796,
2116,
13,
1676,
73,
13,
87,
62,
448,
198,
220,
220,
220,
220,
220,
220,
220,
331,
62,
448,
796,
2116,
13,
1676,
73,
13,
88,
62,
448,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
2173,
389,
7668,
379,
5072,
2393,
198,
220,
220,
220,
220,
220,
220,
220,
45941,
62,
457,
82,
796,
45941,
13,
5235,
6738,
14116,
7,
79,
62,
19608,
8,
198,
220,
220,
220,
220,
220,
220,
220,
299,
62,
8516,
796,
45941,
62,
457,
82,
13,
43358,
58,
15,
60,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
1271,
286,
2173,
198,
220,
220,
220,
220,
220,
220,
220,
299,
62,
457,
82,
796,
18896,
7,
87,
62,
448,
8,
628,
220,
220,
220,
220,
220,
220,
220,
300,
62,
87,
9310,
62,
457,
82,
796,
17635,
198,
220,
220,
220,
220,
220,
220,
220,
329,
1312,
287,
2837,
7,
77,
62,
457,
82,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
844,
62,
79,
796,
45941,
13,
283,
858,
7,
72,
11,
299,
62,
8516,
11,
299,
62,
457,
82,
8,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
45941,
62,
457,
72,
796,
45941,
62,
457,
82,
58,
844,
62,
79,
11,
1058,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2124,
9310,
62,
457,
72,
796,
2124,
81,
13,
27354,
292,
316,
15090,
30072,
1303,
11,
763,
3669,
11639,
2435,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
269,
11,
299,
287,
27056,
378,
7,
14933,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2124,
9310,
62,
457,
72,
58,
77,
60,
796,
357,
10786,
2435,
33809,
45941,
62,
457,
72,
58,
45299,
66,
12962,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
300,
62,
87,
9310,
62,
457,
82,
13,
33295,
7,
87,
9310,
62,
457,
72,
8,
628,
220,
220,
220,
220,
220,
220,
220,
2124,
9310,
62,
448,
796,
2124,
81,
13,
1102,
9246,
7,
75,
62,
87,
9310,
62,
457,
82,
11,
5391,
11639,
4122,
11537,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
751,
966,
2124,
290,
331,
198,
220,
220,
220,
220,
220,
220,
220,
2124,
9310,
62,
448,
17816,
87,
62,
4122,
20520,
796,
357,
10786,
4122,
33809,
2124,
62,
448,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2124,
9310,
62,
448,
17816,
88,
62,
4122,
20520,
796,
357,
10786,
4122,
33809,
331,
62,
448,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
751,
1661,
5391,
3815,
198,
220,
220,
220,
220,
220,
220,
220,
256,
15,
11,
288,
83,
62,
1084,
796,
2116,
13,
1136,
62,
83,
15,
62,
28664,
7,
404,
13,
22179,
7,
79,
62,
7442,
11,
705,
15414,
13,
82,
675,
6,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
640,
62,
448,
796,
279,
67,
13,
4475,
62,
9521,
7,
83,
15,
11,
9574,
28,
11925,
7,
87,
9310,
62,
448,
13,
2435,
828,
2030,
80,
11639,
90,
15,
92,
1084,
4458,
18982,
7,
28664,
62,
1084,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
2124,
9310,
62,
448,
796,
2124,
9310,
62,
448,
13,
562,
570,
62,
1073,
3669,
7,
2435,
28,
2435,
62,
448,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1441,
2124,
9310,
62,
448,
628
] | 1.845631 | 13,837 |
import numpy as np
import matplotlib.pyplot as plt
k = 100
iters = 1000
episodes = 50
eps_01_rewards = np.zeros(iters)
eps_1_rewards = np.zeros(iters)
eps_decay_rewards = np.zeros(iters)
ucb_rewards = np.zeros(iters)
for i in range(episodes):
random_test_list = [x for x in np.random.normal(0, 1, k)]
eps_01 = greedy_bandit(k, 0.01, iters, random_test_list)
eps_1 = greedy_bandit(k, 0.1, iters, random_test_list)
eps_decay = e_decay_bandit(k, 0.3, 0.1, iters, random_test_list)
ucb = ucb_bandit(k, 2, iters, random_test_list)
eps_01.iterate()
eps_1.iterate()
eps_decay.decay_iterate()
ucb.ucb_iterate()
eps_01_rewards += (eps_01.reward - eps_01_rewards) / (i + 1)
eps_1_rewards += (eps_1.reward - eps_1_rewards) / (i + 1)
eps_decay_rewards += (eps_decay.reward - eps_decay_rewards) / (i + 1)
ucb_rewards += (ucb.reward - ucb_rewards) / (i + 1)
plt.figure(figsize=(12, 8))
plt.plot(eps_01_rewards, label="epsilon=0.01")
plt.plot(eps_1_rewards, label="epsilon=0.1")
plt.plot(eps_decay_rewards, label="e_decay")
plt.plot(ucb_rewards, label="upper confidence bound")
plt.legend()
plt.xlabel("Iterations")
plt.ylabel("Average Reward")
plt.title("Avg Rewards after " + str(episodes) + " Episodes")
plt.show()
| [
11748,
299,
32152,
355,
45941,
198,
11748,
2603,
29487,
8019,
13,
9078,
29487,
355,
458,
83,
198,
198,
74,
796,
1802,
198,
270,
364,
796,
8576,
198,
538,
8052,
796,
2026,
628,
198,
198,
25386,
62,
486,
62,
260,
2017,
796,
45941,
13,
9107,
418,
7,
270,
364,
8,
198,
25386,
62,
16,
62,
260,
2017,
796,
45941,
13,
9107,
418,
7,
270,
364,
8,
198,
25386,
62,
12501,
323,
62,
260,
2017,
796,
45941,
13,
9107,
418,
7,
270,
364,
8,
198,
1229,
65,
62,
260,
2017,
796,
45941,
13,
9107,
418,
7,
270,
364,
8,
198,
198,
1640,
1312,
287,
2837,
7,
538,
8052,
2599,
198,
220,
220,
220,
4738,
62,
9288,
62,
4868,
796,
685,
87,
329,
2124,
287,
45941,
13,
25120,
13,
11265,
7,
15,
11,
352,
11,
479,
15437,
628,
220,
220,
220,
304,
862,
62,
486,
796,
31828,
62,
3903,
270,
7,
74,
11,
657,
13,
486,
11,
340,
364,
11,
4738,
62,
9288,
62,
4868,
8,
198,
220,
220,
220,
304,
862,
62,
16,
796,
31828,
62,
3903,
270,
7,
74,
11,
657,
13,
16,
11,
340,
364,
11,
4738,
62,
9288,
62,
4868,
8,
198,
220,
220,
220,
304,
862,
62,
12501,
323,
796,
304,
62,
12501,
323,
62,
3903,
270,
7,
74,
11,
657,
13,
18,
11,
657,
13,
16,
11,
340,
364,
11,
4738,
62,
9288,
62,
4868,
8,
198,
220,
220,
220,
334,
21101,
796,
334,
21101,
62,
3903,
270,
7,
74,
11,
362,
11,
340,
364,
11,
4738,
62,
9288,
62,
4868,
8,
628,
220,
220,
220,
304,
862,
62,
486,
13,
2676,
378,
3419,
198,
220,
220,
220,
304,
862,
62,
16,
13,
2676,
378,
3419,
198,
220,
220,
220,
304,
862,
62,
12501,
323,
13,
12501,
323,
62,
2676,
378,
3419,
198,
220,
220,
220,
334,
21101,
13,
1229,
65,
62,
2676,
378,
3419,
628,
220,
220,
220,
304,
862,
62,
486,
62,
260,
2017,
15853,
357,
25386,
62,
486,
13,
260,
904,
532,
304,
862,
62,
486,
62,
260,
2017,
8,
1220,
357,
72,
1343,
352,
8,
198,
220,
220,
220,
304,
862,
62,
16,
62,
260,
2017,
15853,
357,
25386,
62,
16,
13,
260,
904,
532,
304,
862,
62,
16,
62,
260,
2017,
8,
1220,
357,
72,
1343,
352,
8,
198,
220,
220,
220,
304,
862,
62,
12501,
323,
62,
260,
2017,
15853,
357,
25386,
62,
12501,
323,
13,
260,
904,
532,
304,
862,
62,
12501,
323,
62,
260,
2017,
8,
1220,
357,
72,
1343,
352,
8,
198,
220,
220,
220,
334,
21101,
62,
260,
2017,
15853,
357,
1229,
65,
13,
260,
904,
532,
334,
21101,
62,
260,
2017,
8,
1220,
357,
72,
1343,
352,
8,
198,
198,
489,
83,
13,
26875,
7,
5647,
7857,
16193,
1065,
11,
807,
4008,
198,
489,
83,
13,
29487,
7,
25386,
62,
486,
62,
260,
2017,
11,
6167,
2625,
538,
18217,
261,
28,
15,
13,
486,
4943,
198,
489,
83,
13,
29487,
7,
25386,
62,
16,
62,
260,
2017,
11,
6167,
2625,
538,
18217,
261,
28,
15,
13,
16,
4943,
198,
489,
83,
13,
29487,
7,
25386,
62,
12501,
323,
62,
260,
2017,
11,
6167,
2625,
68,
62,
12501,
323,
4943,
198,
489,
83,
13,
29487,
7,
1229,
65,
62,
260,
2017,
11,
6167,
2625,
45828,
6628,
5421,
4943,
198,
489,
83,
13,
1455,
437,
3419,
198,
489,
83,
13,
87,
18242,
7203,
29993,
602,
4943,
198,
489,
83,
13,
2645,
9608,
7203,
26287,
32307,
4943,
198,
489,
83,
13,
7839,
7203,
48997,
27964,
706,
366,
1343,
965,
7,
538,
8052,
8,
1343,
366,
4551,
8052,
4943,
198,
489,
83,
13,
12860,
3419,
198
] | 2.120805 | 596 |
# Copyright (c) 2020, NVIDIA CORPORATION. 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 itertools
import json
import os
import random
from pathlib import Path
from typing import Dict, List, Optional, Union
import numpy as np
import torch
import torch.distributed as dist
import torch.utils.data as pt_data
import webdataset as wd
from omegaconf import DictConfig, ListConfig, OmegaConf
from pytorch_lightning import Trainer
from pytorch_lightning.utilities import rank_zero_only
from sacrebleu import corpus_bleu
from nemo.collections.common.data import ConcatDataset
from nemo.collections.common.losses import NLLLoss, SmoothedCrossEntropyLoss
from nemo.collections.common.metrics import GlobalAverageLossMetric
from nemo.collections.common.parts import transformer_weights_init
from nemo.collections.common.tokenizers.bytelevel_tokenizers import ByteLevelProcessor
from nemo.collections.common.tokenizers.chinese_tokenizers import ChineseProcessor
from nemo.collections.common.tokenizers.en_ja_tokenizers import EnJaProcessor, JaMecabProcessor
from nemo.collections.common.tokenizers.indic_tokenizers import IndicProcessor
from nemo.collections.common.tokenizers.moses_tokenizers import MosesProcessor
from nemo.collections.nlp.data import TarredTranslationDataset, TranslationDataset
from nemo.collections.nlp.models.enc_dec_nlp_model import EncDecNLPModel
from nemo.collections.nlp.models.machine_translation.mt_enc_dec_config import MTEncDecModelConfig
from nemo.collections.nlp.modules.common import TokenClassifier
from nemo.collections.nlp.modules.common.lm_utils import get_transformer
from nemo.collections.nlp.modules.common.tokenizer_utils import get_nmt_tokenizer
from nemo.collections.nlp.modules.common.transformer import BeamSearchSequenceGenerator, TopKSequenceGenerator
from nemo.core.classes import Exportable
from nemo.core.classes.common import PretrainedModelInfo, typecheck
from nemo.utils import logging, model_utils, timers
__all__ = ['MTEncDecModel']
class MTEncDecModel(EncDecNLPModel, Exportable):
"""
Encoder-decoder machine translation model.
"""
@classmethod
def _validate_encoder_decoder_hidden_size(self):
"""
Validate encoder and decoder hidden sizes, and enforce same size.
Can be overridden by child classes to support encoder/decoder different
hidden_size.
"""
if self.encoder.hidden_size != self.decoder.hidden_size:
raise ValueError(
f"Class does not support encoder.hidden_size ({self.encoder.hidden_size}) != decoder.hidden_size ({self.decoder.hidden_size}). Please use bottleneck architecture instead (i.e., model.encoder.arch = 'seq2seq' in conf/aayn_bottleneck.yaml)"
)
@classmethod
@typecheck()
def training_step(self, batch, batch_idx):
"""
Lightning calls this inside the training loop with the data from the training dataloader
passed in as `batch`.
"""
# forward pass
for i in range(len(batch)):
if batch[i].ndim == 3:
# Dataset returns already batched data and the first dimension of size 1 added by DataLoader
# is excess.
batch[i] = batch[i].squeeze(dim=0)
src_ids, src_mask, tgt_ids, tgt_mask, labels = batch
log_probs = self(src_ids, src_mask, tgt_ids, tgt_mask)
train_loss = self.loss_fn(log_probs=log_probs, labels=labels)
tensorboard_logs = {
'train_loss': train_loss,
'lr': self._optimizer.param_groups[0]['lr'],
}
return {'loss': train_loss, 'log': tensorboard_logs}
@rank_zero_only
def validation_step(self, batch, batch_idx, dataloader_idx=0):
"""
Lightning calls this inside the validation loop with the data from the validation dataloader
passed in as `batch`.
"""
return self.eval_step(batch, batch_idx, 'val', dataloader_idx)
def validation_epoch_end(self, outputs):
"""
Called at the end of validation to aggregate outputs.
:param outputs: list of individual outputs of each validation step.
"""
self.eval_epoch_end(outputs, 'val', self.global_rank)
@classmethod
@classmethod
@classmethod
@classmethod
@classmethod
@classmethod
def setup_pre_and_post_processing_utils(
cls, source_lang, target_lang, encoder_tokenizer_library, decoder_tokenizer_library
):
"""
Creates source and target processor objects for input and output pre/post-processing.
"""
source_processor, target_processor = None, None
if encoder_tokenizer_library == 'byte-level':
source_processor = ByteLevelProcessor()
elif (source_lang == 'en' and target_lang == 'ja') or (source_lang == 'ja' and target_lang == 'en'):
source_processor = EnJaProcessor(source_lang)
elif source_lang == 'ja-mecab':
source_processor = JaMecabProcessor()
elif source_lang == 'zh':
source_processor = ChineseProcessor()
elif source_lang == 'hi':
source_processor = IndicProcessor(source_lang)
elif source_lang == 'ignore':
source_processor = None
elif source_lang is not None and source_lang not in ['ja', 'zh', 'hi']:
source_processor = MosesProcessor(source_lang)
if decoder_tokenizer_library == 'byte-level':
target_processor = ByteLevelProcessor()
elif (source_lang == 'en' and target_lang == 'ja') or (source_lang == 'ja' and target_lang == 'en'):
target_processor = EnJaProcessor(target_lang)
elif target_lang == 'ja-mecab':
target_processor = JaMecabProcessor()
elif target_lang == 'zh':
target_processor = ChineseProcessor()
elif target_lang == 'hi':
target_processor = IndicProcessor(target_lang)
elif target_lang == 'ignore':
target_processor = None
elif target_lang is not None and target_lang not in ['ja', 'zh', 'hi']:
target_processor = MosesProcessor(target_lang)
return source_processor, target_processor
@classmethod
@torch.no_grad()
def batch_translate(
self, src: torch.LongTensor, src_mask: torch.LongTensor, return_beam_scores: bool = False, cache={}
):
"""
Translates a minibatch of inputs from source language to target language.
Args:
src: minibatch of inputs in the src language (batch x seq_len)
src_mask: mask tensor indicating elements to be ignored (batch x seq_len)
Returns:
translations: a list strings containing detokenized translations
inputs: a list of string containing detokenized inputs
"""
mode = self.training
timer = cache.get("timer", None)
try:
self.eval()
if timer is not None:
timer.start("encoder")
src_hiddens = self.encoder(input_ids=src, encoder_mask=src_mask)
if timer is not None:
timer.stop("encoder")
timer.start("sampler")
best_translations = self.beam_search(
encoder_hidden_states=src_hiddens, encoder_input_mask=src_mask, return_beam_scores=return_beam_scores
)
if timer is not None:
timer.stop("sampler")
if return_beam_scores:
all_translations, scores, best_translations = best_translations
scores = scores.view(-1)
all_translations = MTEncDecModel.ids_to_postprocessed_text(
all_translations, self.decoder_tokenizer, self.target_processor, filter_beam_ids=True
)
best_translations = MTEncDecModel.ids_to_postprocessed_text(
best_translations, self.decoder_tokenizer, self.target_processor, filter_beam_ids=True
)
inputs = MTEncDecModel.ids_to_postprocessed_text(
src, self.encoder_tokenizer, self.source_processor, filter_beam_ids=False
)
finally:
self.train(mode=mode)
if return_beam_scores:
return inputs, all_translations, scores.data.cpu().numpy().tolist(), best_translations
return inputs, best_translations
@classmethod
@torch.no_grad()
def translate(
self,
text: List[str],
source_lang: str = None,
target_lang: str = None,
return_beam_scores: bool = False,
log_timing: bool = False,
) -> List[str]:
"""
Translates list of sentences from source language to target language.
Should be regular text, this method performs its own tokenization/de-tokenization
Args:
text: list of strings to translate
source_lang: if not "ignore", corresponding MosesTokenizer and MosesPunctNormalizer will be run
target_lang: if not "ignore", corresponding MosesDecokenizer will be run
return_beam_scores: if True, returns a list of translations and their corresponding beam scores.
log_timing: if True, prints timing information.
Returns:
list of translated strings
"""
# __TODO__: This will reset both source and target processors even if you want to reset just one.
if source_lang is not None or target_lang is not None:
self.source_processor, self.target_processor = MTEncDecModel.setup_pre_and_post_processing_utils(
source_lang, target_lang, self.encoder_tokenizer_library, self.decoder_tokenizer_library
)
mode = self.training
prepend_ids = []
if self.multilingual:
if source_lang is None or target_lang is None:
raise ValueError("Expect source_lang and target_lang to infer for multilingual model.")
src_symbol = self.encoder_tokenizer.token_to_id('<' + source_lang + '>')
tgt_symbol = self.encoder_tokenizer.token_to_id('<' + target_lang + '>')
if src_symbol in self.multilingual_ids:
prepend_ids = [src_symbol]
elif tgt_symbol in self.multilingual_ids:
prepend_ids = [tgt_symbol]
if log_timing:
timer = timers.NamedTimer()
else:
timer = None
cache = {
"timer": timer,
}
try:
self.eval()
src, src_mask = MTEncDecModel.prepare_inference_batch(
text=text,
prepend_ids=prepend_ids,
target=False,
source_processor=self.source_processor,
target_processor=self.target_processor,
encoder_tokenizer=self.encoder_tokenizer,
decoder_tokenizer=self.decoder_tokenizer,
device=self.device,
)
if return_beam_scores:
_, all_translations, scores, best_translations = self.batch_translate(
src, src_mask, return_beam_scores=True, cache=cache,
)
return_val = all_translations, scores, best_translations
else:
_, best_translations = self.batch_translate(src, src_mask, return_beam_scores=False, cache=cache)
return_val = best_translations
finally:
self.train(mode=mode)
if log_timing:
timing = timer.export()
timing["mean_src_length"] = src_mask.sum().cpu().item() / src_mask.shape[0]
tgt, tgt_mask = self.prepare_inference_batch(
text=best_translations,
prepend_ids=prepend_ids,
target=True,
source_processor=self.source_processor,
target_processor=self.target_processor,
encoder_tokenizer=self.encoder_tokenizer,
decoder_tokenizer=self.decoder_tokenizer,
device=self.device,
)
timing["mean_tgt_length"] = tgt_mask.sum().cpu().item() / tgt_mask.shape[0]
if type(return_val) is tuple:
return_val = return_val + (timing,)
else:
return_val = (return_val, timing)
return return_val
def itn_translate_tn(
self,
text: List[str],
source_lang: str = None,
target_lang: str = None,
return_beam_scores: bool = False,
log_timing: bool = False,
inverse_normalizer=None,
normalizer=None,
) -> List[str]:
"""
Calls the translate() method with the option of running ITN (inverse text-normalization) on the input adn TN (text-normalization) on the output.
Pipeline : ITN -> translate -> TN
NOTE: ITN and TN objects must be initialized with the right languages.
Args:
text: list of strings to translate
source_lang: if not "ignore", corresponding MosesTokenizer and MosesPunctNormalizer will be run
target_lang: if not "ignore", corresponding MosesDecokenizer will be run
return_beam_scores: if True, returns a list of translations and their corresponding beam scores.
log_timing: if True, prints timing information.
inverse_normalizer: instance of nemo_text_processing.inverse_text_normalization.inverse_normalize.InverseNormalizer
normalizer: instance of nemo_text_processing.text_normalization.normalize.Normalizer
Returns:
list of translated strings
"""
if inverse_normalizer is not None:
text = [inverse_normalizer.normalize(example) for example in text]
translations = self.translate(text, source_lang, target_lang, return_beam_scores, log_timing)
if normalizer is not None:
translations = [normalizer.normalize(example) for example in translations]
return translations
# EncDecRNNTModel is exported in 2 parts
@classmethod
def list_available_models(cls) -> Optional[Dict[str, str]]:
"""
This method returns a list of pre-trained model which can be instantiated directly from NVIDIA's NGC cloud.
Returns:
List of available pre-trained models.
"""
result = []
model = PretrainedModelInfo(
pretrained_model_name="nmt_en_de_transformer12x2",
location="https://api.ngc.nvidia.com/v2/models/nvidia/nemo/nmt_en_de_transformer12x2/versions/1.0.0rc1/files/nmt_en_de_transformer12x2.nemo",
description="En->De translation model. See details here: https://ngc.nvidia.com/catalog/models/nvidia:nemo:nmt_en_de_transformer12x2",
)
result.append(model)
model = PretrainedModelInfo(
pretrained_model_name="nmt_de_en_transformer12x2",
location="https://api.ngc.nvidia.com/v2/models/nvidia/nemo/nmt_de_en_transformer12x2/versions/1.0.0rc1/files/nmt_de_en_transformer12x2.nemo",
description="De->En translation model. See details here: https://ngc.nvidia.com/catalog/models/nvidia:nemo:nmt_de_en_transformer12x2",
)
result.append(model)
model = PretrainedModelInfo(
pretrained_model_name="nmt_en_es_transformer12x2",
location="https://api.ngc.nvidia.com/v2/models/nvidia/nemo/nmt_en_es_transformer12x2/versions/1.0.0rc1/files/nmt_en_es_transformer12x2.nemo",
description="En->Es translation model. See details here: https://ngc.nvidia.com/catalog/models/nvidia:nemo:nmt_en_es_transformer12x2",
)
result.append(model)
model = PretrainedModelInfo(
pretrained_model_name="nmt_es_en_transformer12x2",
location="https://api.ngc.nvidia.com/v2/models/nvidia/nemo/nmt_es_en_transformer12x2/versions/1.0.0rc1/files/nmt_es_en_transformer12x2.nemo",
description="Es->En translation model. See details here: https://ngc.nvidia.com/catalog/models/nvidia:nemo:nmt_es_en_transformer12x2",
)
result.append(model)
model = PretrainedModelInfo(
pretrained_model_name="nmt_en_fr_transformer12x2",
location="https://api.ngc.nvidia.com/v2/models/nvidia/nemo/nmt_en_fr_transformer12x2/versions/1.0.0rc1/files/nmt_en_fr_transformer12x2.nemo",
description="En->Fr translation model. See details here: https://ngc.nvidia.com/catalog/models/nvidia:nemo:nmt_en_fr_transformer12x2",
)
result.append(model)
model = PretrainedModelInfo(
pretrained_model_name="nmt_fr_en_transformer12x2",
location="https://api.ngc.nvidia.com/v2/models/nvidia/nemo/nmt_fr_en_transformer12x2/versions/1.0.0rc1/files/nmt_fr_en_transformer12x2.nemo",
description="Fr->En translation model. See details here: https://ngc.nvidia.com/catalog/models/nvidia:nemo:nmt_fr_en_transformer12x2",
)
result.append(model)
model = PretrainedModelInfo(
pretrained_model_name="nmt_en_ru_transformer6x6",
location="https://api.ngc.nvidia.com/v2/models/nvidia/nemo/nmt_en_ru_transformer6x6/versions/1.0.0rc1/files/nmt_en_ru_transformer6x6.nemo",
description="En->Ru translation model. See details here: https://ngc.nvidia.com/catalog/models/nvidia:nemo:nmt_en_ru_transformer6x6",
)
result.append(model)
model = PretrainedModelInfo(
pretrained_model_name="nmt_ru_en_transformer6x6",
location="https://api.ngc.nvidia.com/v2/models/nvidia/nemo/nmt_ru_en_transformer6x6/versions/1.0.0rc1/files/nmt_ru_en_transformer6x6.nemo",
description="Ru->En translation model. See details here: https://ngc.nvidia.com/catalog/models/nvidia:nemo:nmt_ru_en_transformer6x6",
)
result.append(model)
model = PretrainedModelInfo(
pretrained_model_name="nmt_zh_en_transformer6x6",
location="https://api.ngc.nvidia.com/v2/models/nvidia/nemo/nmt_zh_en_transformer6x6/versions/1.0.0rc1/files/nmt_zh_en_transformer6x6.nemo",
description="Zh->En translation model. See details here: https://ngc.nvidia.com/catalog/models/nvidia:nemo:nmt_zh_en_transformer6x6",
)
result.append(model)
model = PretrainedModelInfo(
pretrained_model_name="nmt_en_zh_transformer6x6",
location="https://api.ngc.nvidia.com/v2/models/nvidia/nemo/nmt_en_zh_transformer6x6/versions/1.0.0rc1/files/nmt_en_zh_transformer6x6.nemo",
description="En->Zh translation model. See details here: https://ngc.nvidia.com/catalog/models/nvidia:nemo:nmt_en_zh_transformer6x6",
)
result.append(model)
# English <-> Hindi models
model = PretrainedModelInfo(
pretrained_model_name="nmt_hi_en_transformer12x2",
location="https://api.ngc.nvidia.com/v2/models/nvidia/nemo/nmt_hi_en_transformer12x2/versions/v1.0.0/files/nmt_hi_en_transformer12x2.nemo",
description="Hi->En translation model. See details here: https://ngc.nvidia.com/catalog/models/nvidia:nemo:nmt_hi_en_transformer12x2",
)
result.append(model)
model = PretrainedModelInfo(
pretrained_model_name="nmt_en_hi_transformer12x2",
location="https://api.ngc.nvidia.com/v2/models/nvidia/nemo/nmt_en_hi_transformer12x2/versions/v1.0.0/files/nmt_en_hi_transformer12x2.nemo",
description="En->Hi translation model. See details here: https://ngc.nvidia.com/catalog/models/nvidia:nemo:nmt_en_hi_transformer12x2",
)
result.append(model)
# De/Fr/Es -> English models
model = PretrainedModelInfo(
pretrained_model_name="mnmt_deesfr_en_transformer12x2",
location="https://api.ngc.nvidia.com/v2/models/nvidia/nemo/mnmt_deesfr_en_transformer12x2/versions/1.2.0/files/mnmt_deesfr_en_transformer12x2.nemo",
description="De/Es/Fr->En multilingual many-one translation model. The model has 12 encoder and 2 decoder layers with hidden dim 1,024. See details here: https://ngc.nvidia.com/catalog/models/nvidia:nemo:mnmt_deesfr_en_transformer12x2",
)
result.append(model)
model = PretrainedModelInfo(
pretrained_model_name="mnmt_deesfr_en_transformer24x6",
location="https://api.ngc.nvidia.com/v2/models/nvidia/nemo/mnmt_deesfr_en_transformer24x6/versions/1.2.0/files/mnmt_deesfr_en_transformer24x6.nemo",
description="De/Es/Fr->En multilingual many-one translation model. The model has 24 encoder and 6 decoder layers with hidden dim 1,024. See details here: https://ngc.nvidia.com/catalog/models/nvidia:nemo:mnmt_deesfr_en_transformer24x6",
)
result.append(model)
model = PretrainedModelInfo(
pretrained_model_name="mnmt_deesfr_en_transformer6x6",
location="https://api.ngc.nvidia.com/v2/models/nvidia/nemo/mnmt_deesfr_en_transformer6x6/versions/1.2.0/files/mnmt_deesfr_en_transformer6x6.nemo",
description="De/Es/Fr->En multilingual many-one translation model. The model has 6 encoder and 6 decoder layers with hidden dim 1,024. See details here: https://ngc.nvidia.com/catalog/models/nvidia:nemo:mnmt_deesfr_en_transformer6x6",
)
result.append(model)
# English -> De/Fr/Es models
model = PretrainedModelInfo(
pretrained_model_name="mnmt_en_deesfr_transformer12x2",
location="https://api.ngc.nvidia.com/v2/models/nvidia/nemo/mnmt_en_deesfr_transformer12x2/versions/1.2.0/files/mnmt_en_deesfr_transformer12x2.nemo",
description="En->De/Es/Fr multilingual one-many translation model. The model has 12 encoder and 2 decoder layers with hidden dim 1,024. See details here: https://ngc.nvidia.com/catalog/models/nvidia:nemo:mnmt_en_deesfr_transformer12x2",
)
result.append(model)
model = PretrainedModelInfo(
pretrained_model_name="mnmt_en_deesfr_transformer24x6",
location="https://api.ngc.nvidia.com/v2/models/nvidia/nemo/mnmt_en_deesfr_transformer24x6/versions/1.2.0/files/mnmt_en_deesfr_transformer24x6.nemo",
description="En->De/Es/Fr multilingual one-many translation model. The model has 24 encoder and 6 decoder layers with hidden dim 1,024. See details here: https://ngc.nvidia.com/catalog/models/nvidia:nemo:mnmt_en_deesfr_transformer24x6",
)
result.append(model)
model = PretrainedModelInfo(
pretrained_model_name="mnmt_en_deesfr_transformer6x6",
location="https://api.ngc.nvidia.com/v2/models/nvidia/nemo/mnmt_en_deesfr_transformer6x6/versions/1.2.0/files/mnmt_en_deesfr_transformer6x6.nemo",
description="En->De/Es/Fr multilingual one-many translation model. The model has 6 encoder and 6 decoder layers with hidden dim 1,024. See details here: https://ngc.nvidia.com/catalog/models/nvidia:nemo:mnmt_en_deesfr_transformer6x6",
)
result.append(model)
model = PretrainedModelInfo(
pretrained_model_name="mnmt_en_deesfr_transformerbase",
location="https://api.ngc.nvidia.com/v2/models/nvidia/nemo/mnmt_en_deesfr_transformerbase/versions/1.2.0/files/mnmt_en_deesfr_transformerbase.nemo",
description="En->De/Es/Fr multilingual one-many translation model. The model has 6 encoder and 6 decoder layers with hidden dim 512. See details here: https://ngc.nvidia.com/catalog/models/nvidia:nemo:mnmt_en_deesfr_transformerbase",
)
result.append(model)
# 24x6 models
model = PretrainedModelInfo(
pretrained_model_name="nmt_en_de_transformer24x6",
location="https://api.ngc.nvidia.com/v2/models/nvidia/nemo/nmt_en_de_transformer24x6/versions/1.5/files/en_de_24x6.nemo",
description="En->De translation model. See details here: https://ngc.nvidia.com/catalog/models/nvidia:nemo:nmt_en_de_transformer24x6",
)
result.append(model)
model = PretrainedModelInfo(
pretrained_model_name="nmt_de_en_transformer24x6",
location="https://api.ngc.nvidia.com/v2/models/nvidia/nemo/nmt_de_en_transformer24x6/versions/1.5/files/de_en_24x6.nemo",
description="De->En translation model. See details here: https://ngc.nvidia.com/catalog/models/nvidia:nemo:nmt_de_en_transformer24x6",
)
result.append(model)
model = PretrainedModelInfo(
pretrained_model_name="nmt_en_es_transformer24x6",
location="https://api.ngc.nvidia.com/v2/models/nvidia/nemo/nmt_en_es_transformer24x6/versions/1.5/files/en_es_24x6.nemo",
description="En->Es translation model. See details here: https://ngc.nvidia.com/catalog/models/nvidia:nemo:nmt_en_es_transformer24x6",
)
result.append(model)
model = PretrainedModelInfo(
pretrained_model_name="nmt_es_en_transformer24x6",
location="https://api.ngc.nvidia.com/v2/models/nvidia/nemo/nmt_es_en_transformer24x6/versions/1.5/files/es_en_24x6.nemo",
description="Es->En translation model. See details here: https://ngc.nvidia.com/catalog/models/nvidia:nemo:nmt_es_en_transformer24x6",
)
result.append(model)
model = PretrainedModelInfo(
pretrained_model_name="nmt_en_fr_transformer24x6",
location="https://api.ngc.nvidia.com/v2/models/nvidia/nemo/nmt_en_fr_transformer24x6/versions/1.5/files/en_fr_24x6.nemo",
description="En->Fr translation model. See details here: https://ngc.nvidia.com/catalog/models/nvidia:nemo:nmt_en_fr_transformer24x6",
)
result.append(model)
model = PretrainedModelInfo(
pretrained_model_name="nmt_fr_en_transformer24x6",
location="https://api.ngc.nvidia.com/v2/models/nvidia/nemo/nmt_fr_en_transformer24x6/versions/1.5/files/fr_en_24x6.nemo",
description="Fr->En translation model. See details here: https://ngc.nvidia.com/catalog/models/nvidia:nemo:nmt_fr_en_transformer24x6",
)
result.append(model)
model = PretrainedModelInfo(
pretrained_model_name="nmt_en_ru_transformer24x6",
location="https://api.ngc.nvidia.com/v2/models/nvidia/nemo/nmt_en_ru_transformer24x6/versions/1.5/files/en_ru_24x6.nemo",
description="En->Ru translation model. See details here: https://ngc.nvidia.com/catalog/models/nvidia:nemo:nmt_en_ru_transformer24x6",
)
result.append(model)
model = PretrainedModelInfo(
pretrained_model_name="nmt_ru_en_transformer24x6",
location="https://api.ngc.nvidia.com/v2/models/nvidia/nemo/nmt_ru_en_transformer24x6/versions/1.5/files/ru_en_24x6.nemo",
description="Ru->En translation model. See details here: https://ngc.nvidia.com/catalog/models/nvidia:nemo:nmt_ru_en_transformer24x6",
)
result.append(model)
model = PretrainedModelInfo(
pretrained_model_name="nmt_en_zh_transformer24x6",
location="https://api.ngc.nvidia.com/v2/models/nvidia/nemo/nmt_en_zh_transformer24x6/versions/1.5/files/en_zh_24x6.nemo",
description="En->Zh translation model. See details here: https://ngc.nvidia.com/catalog/models/nvidia:nemo:nmt_en_zh_transformer24x6",
)
result.append(model)
model = PretrainedModelInfo(
pretrained_model_name="nmt_zh_en_transformer24x6",
location="https://api.ngc.nvidia.com/v2/models/nvidia/nemo/nmt_zh_en_transformer24x6/versions/1.5/files/zh_en_24x6.nemo",
description="Zh->En translation model. See details here: https://ngc.nvidia.com/catalog/models/nvidia:nemo:nmt_zh_en_transformer24x6",
)
result.append(model)
return result
| [
2,
15069,
357,
66,
8,
12131,
11,
15127,
23929,
44680,
6234,
13,
220,
1439,
2489,
10395,
13,
198,
2,
198,
2,
49962,
739,
262,
24843,
13789,
11,
10628,
362,
13,
15,
357,
1169,
366,
34156,
15341,
198,
2,
345,
743,
407,
779,
428,
2393,
2845,
287,
11846,
351,
262,
13789,
13,
198,
2,
921,
743,
7330,
257,
4866,
286,
262,
13789,
379,
198,
2,
198,
2,
220,
220,
220,
220,
2638,
1378,
2503,
13,
43073,
13,
2398,
14,
677,
4541,
14,
43,
2149,
24290,
12,
17,
13,
15,
198,
2,
198,
2,
17486,
2672,
416,
9723,
1099,
393,
4987,
284,
287,
3597,
11,
3788,
198,
2,
9387,
739,
262,
13789,
318,
9387,
319,
281,
366,
1921,
3180,
1,
29809,
1797,
11,
198,
2,
42881,
34764,
11015,
6375,
7102,
49828,
11053,
3963,
15529,
509,
12115,
11,
2035,
4911,
393,
17142,
13,
198,
2,
4091,
262,
13789,
329,
262,
2176,
3303,
15030,
21627,
290,
198,
2,
11247,
739,
262,
13789,
13,
198,
198,
11748,
340,
861,
10141,
198,
11748,
33918,
198,
11748,
28686,
198,
11748,
4738,
198,
6738,
3108,
8019,
1330,
10644,
198,
6738,
19720,
1330,
360,
713,
11,
7343,
11,
32233,
11,
4479,
198,
198,
11748,
299,
32152,
355,
45941,
198,
11748,
28034,
198,
11748,
28034,
13,
17080,
6169,
355,
1233,
198,
11748,
28034,
13,
26791,
13,
7890,
355,
42975,
62,
7890,
198,
11748,
3992,
19608,
292,
316,
355,
266,
67,
198,
6738,
267,
28917,
7807,
69,
1330,
360,
713,
16934,
11,
7343,
16934,
11,
19839,
18546,
198,
6738,
12972,
13165,
354,
62,
2971,
768,
1330,
31924,
198,
6738,
12972,
13165,
354,
62,
2971,
768,
13,
315,
2410,
1330,
4279,
62,
22570,
62,
8807,
198,
6738,
5360,
260,
903,
84,
1330,
35789,
62,
903,
84,
198,
198,
6738,
36945,
78,
13,
4033,
26448,
13,
11321,
13,
7890,
1330,
1482,
9246,
27354,
292,
316,
198,
6738,
36945,
78,
13,
4033,
26448,
13,
11321,
13,
22462,
274,
1330,
399,
3069,
43,
793,
11,
2439,
1025,
704,
21544,
14539,
28338,
43,
793,
198,
6738,
36945,
78,
13,
4033,
26448,
13,
11321,
13,
4164,
10466,
1330,
8060,
26287,
43,
793,
9171,
1173,
198,
6738,
36945,
78,
13,
4033,
26448,
13,
11321,
13,
42632,
1330,
47385,
62,
43775,
62,
15003,
198,
6738,
36945,
78,
13,
4033,
26448,
13,
11321,
13,
30001,
11341,
13,
26327,
5715,
62,
30001,
11341,
1330,
30589,
4971,
18709,
273,
198,
6738,
36945,
78,
13,
4033,
26448,
13,
11321,
13,
30001,
11341,
13,
354,
3762,
62,
30001,
11341,
1330,
3999,
18709,
273,
198,
6738,
36945,
78,
13,
4033,
26448,
13,
11321,
13,
30001,
11341,
13,
268,
62,
6592,
62,
30001,
11341,
1330,
2039,
33186,
18709,
273,
11,
13790,
44,
721,
397,
18709,
273,
198,
6738,
36945,
78,
13,
4033,
26448,
13,
11321,
13,
30001,
11341,
13,
521,
291,
62,
30001,
11341,
1330,
1423,
291,
18709,
273,
198,
6738,
36945,
78,
13,
4033,
26448,
13,
11321,
13,
30001,
11341,
13,
76,
4629,
62,
30001,
11341,
1330,
19010,
18709,
273,
198,
6738,
36945,
78,
13,
4033,
26448,
13,
21283,
79,
13,
7890,
1330,
14110,
445,
48313,
27354,
292,
316,
11,
33322,
27354,
292,
316,
198,
6738,
36945,
78,
13,
4033,
26448,
13,
21283,
79,
13,
27530,
13,
12685,
62,
12501,
62,
21283,
79,
62,
19849,
1330,
14711,
10707,
45,
19930,
17633,
198,
6738,
36945,
78,
13,
4033,
26448,
13,
21283,
79,
13,
27530,
13,
30243,
62,
41519,
13,
16762,
62,
12685,
62,
12501,
62,
11250,
1330,
19308,
27195,
10707,
17633,
16934,
198,
6738,
36945,
78,
13,
4033,
26448,
13,
21283,
79,
13,
18170,
13,
11321,
1330,
29130,
9487,
7483,
198,
6738,
36945,
78,
13,
4033,
26448,
13,
21283,
79,
13,
18170,
13,
11321,
13,
75,
76,
62,
26791,
1330,
651,
62,
7645,
16354,
198,
6738,
36945,
78,
13,
4033,
26448,
13,
21283,
79,
13,
18170,
13,
11321,
13,
30001,
7509,
62,
26791,
1330,
651,
62,
77,
16762,
62,
30001,
7509,
198,
6738,
36945,
78,
13,
4033,
26448,
13,
21283,
79,
13,
18170,
13,
11321,
13,
7645,
16354,
1330,
25855,
18243,
44015,
594,
8645,
1352,
11,
5849,
42,
44015,
594,
8645,
1352,
198,
6738,
36945,
78,
13,
7295,
13,
37724,
1330,
36472,
540,
198,
6738,
36945,
78,
13,
7295,
13,
37724,
13,
11321,
1330,
37123,
13363,
17633,
12360,
11,
2099,
9122,
198,
6738,
36945,
78,
13,
26791,
1330,
18931,
11,
2746,
62,
26791,
11,
48085,
198,
198,
834,
439,
834,
796,
37250,
13752,
27195,
10707,
17633,
20520,
628,
198,
4871,
19308,
27195,
10707,
17633,
7,
27195,
10707,
45,
19930,
17633,
11,
36472,
540,
2599,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
14711,
12342,
12,
12501,
12342,
4572,
11059,
2746,
13,
198,
220,
220,
220,
37227,
628,
220,
220,
220,
2488,
4871,
24396,
628,
220,
220,
220,
825,
4808,
12102,
378,
62,
12685,
12342,
62,
12501,
12342,
62,
30342,
62,
7857,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
3254,
20540,
2207,
12342,
290,
875,
12342,
7104,
10620,
11,
290,
4605,
976,
2546,
13,
198,
220,
220,
220,
220,
220,
220,
220,
1680,
307,
23170,
4651,
416,
1200,
6097,
284,
1104,
2207,
12342,
14,
12501,
12342,
1180,
198,
220,
220,
220,
220,
220,
220,
220,
7104,
62,
7857,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
611,
2116,
13,
12685,
12342,
13,
30342,
62,
7857,
14512,
2116,
13,
12501,
12342,
13,
30342,
62,
7857,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
277,
1,
9487,
857,
407,
1104,
2207,
12342,
13,
30342,
62,
7857,
37913,
944,
13,
12685,
12342,
13,
30342,
62,
7857,
30072,
14512,
875,
12342,
13,
30342,
62,
7857,
37913,
944,
13,
12501,
12342,
13,
30342,
62,
7857,
92,
737,
4222,
779,
49936,
10959,
2427,
357,
72,
13,
68,
1539,
2746,
13,
12685,
12342,
13,
998,
796,
705,
41068,
17,
41068,
6,
287,
1013,
14,
64,
49987,
62,
10985,
43163,
13,
88,
43695,
16725,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
2488,
4871,
24396,
628,
220,
220,
220,
2488,
4906,
9122,
3419,
628,
220,
220,
220,
825,
3047,
62,
9662,
7,
944,
11,
15458,
11,
15458,
62,
312,
87,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
12469,
3848,
428,
2641,
262,
3047,
9052,
351,
262,
1366,
422,
262,
3047,
4818,
282,
1170,
263,
198,
220,
220,
220,
220,
220,
220,
220,
3804,
287,
355,
4600,
43501,
44646,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
2651,
1208,
198,
220,
220,
220,
220,
220,
220,
220,
329,
1312,
287,
2837,
7,
11925,
7,
43501,
8,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
15458,
58,
72,
4083,
358,
320,
6624,
513,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
16092,
292,
316,
5860,
1541,
7365,
1740,
1366,
290,
262,
717,
15793,
286,
2546,
352,
2087,
416,
6060,
17401,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
318,
6992,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15458,
58,
72,
60,
796,
15458,
58,
72,
4083,
16485,
1453,
2736,
7,
27740,
28,
15,
8,
198,
220,
220,
220,
220,
220,
220,
220,
12351,
62,
2340,
11,
12351,
62,
27932,
11,
256,
13655,
62,
2340,
11,
256,
13655,
62,
27932,
11,
14722,
796,
15458,
198,
220,
220,
220,
220,
220,
220,
220,
2604,
62,
1676,
1443,
796,
2116,
7,
10677,
62,
2340,
11,
12351,
62,
27932,
11,
256,
13655,
62,
2340,
11,
256,
13655,
62,
27932,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4512,
62,
22462,
796,
2116,
13,
22462,
62,
22184,
7,
6404,
62,
1676,
1443,
28,
6404,
62,
1676,
1443,
11,
14722,
28,
23912,
1424,
8,
198,
220,
220,
220,
220,
220,
220,
220,
11192,
273,
3526,
62,
6404,
82,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
27432,
62,
22462,
10354,
4512,
62,
22462,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
14050,
10354,
2116,
13557,
40085,
7509,
13,
17143,
62,
24432,
58,
15,
7131,
6,
14050,
6,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
628,
220,
220,
220,
220,
220,
220,
220,
1441,
1391,
6,
22462,
10354,
4512,
62,
22462,
11,
705,
6404,
10354,
11192,
273,
3526,
62,
6404,
82,
92,
628,
220,
220,
220,
2488,
43027,
62,
22570,
62,
8807,
628,
220,
220,
220,
825,
21201,
62,
9662,
7,
944,
11,
15458,
11,
15458,
62,
312,
87,
11,
4818,
282,
1170,
263,
62,
312,
87,
28,
15,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
12469,
3848,
428,
2641,
262,
21201,
9052,
351,
262,
1366,
422,
262,
21201,
4818,
282,
1170,
263,
198,
220,
220,
220,
220,
220,
220,
220,
3804,
287,
355,
4600,
43501,
44646,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13,
18206,
62,
9662,
7,
43501,
11,
15458,
62,
312,
87,
11,
705,
2100,
3256,
4818,
282,
1170,
263,
62,
312,
87,
8,
628,
220,
220,
220,
825,
21201,
62,
538,
5374,
62,
437,
7,
944,
11,
23862,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
34099,
379,
262,
886,
286,
21201,
284,
19406,
23862,
13,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
23862,
25,
1351,
286,
1981,
23862,
286,
1123,
21201,
2239,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
18206,
62,
538,
5374,
62,
437,
7,
22915,
82,
11,
705,
2100,
3256,
2116,
13,
20541,
62,
43027,
8,
628,
220,
220,
220,
2488,
4871,
24396,
628,
220,
220,
220,
2488,
4871,
24396,
628,
220,
220,
220,
2488,
4871,
24396,
628,
220,
220,
220,
2488,
4871,
24396,
628,
220,
220,
220,
2488,
4871,
24396,
628,
220,
220,
220,
2488,
4871,
24396,
198,
220,
220,
220,
825,
9058,
62,
3866,
62,
392,
62,
7353,
62,
36948,
62,
26791,
7,
198,
220,
220,
220,
220,
220,
220,
220,
537,
82,
11,
2723,
62,
17204,
11,
2496,
62,
17204,
11,
2207,
12342,
62,
30001,
7509,
62,
32016,
11,
875,
12342,
62,
30001,
7509,
62,
32016,
198,
220,
220,
220,
15179,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
7921,
274,
2723,
290,
2496,
12649,
5563,
329,
5128,
290,
5072,
662,
14,
7353,
12,
36948,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2723,
62,
41341,
11,
2496,
62,
41341,
796,
6045,
11,
6045,
628,
220,
220,
220,
220,
220,
220,
220,
611,
2207,
12342,
62,
30001,
7509,
62,
32016,
6624,
705,
26327,
12,
5715,
10354,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2723,
62,
41341,
796,
30589,
4971,
18709,
273,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
357,
10459,
62,
17204,
6624,
705,
268,
6,
290,
2496,
62,
17204,
6624,
705,
6592,
11537,
393,
357,
10459,
62,
17204,
6624,
705,
6592,
6,
290,
2496,
62,
17204,
6624,
705,
268,
6,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2723,
62,
41341,
796,
2039,
33186,
18709,
273,
7,
10459,
62,
17204,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
2723,
62,
17204,
6624,
705,
6592,
12,
76,
721,
397,
10354,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2723,
62,
41341,
796,
13790,
44,
721,
397,
18709,
273,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
2723,
62,
17204,
6624,
705,
23548,
10354,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2723,
62,
41341,
796,
3999,
18709,
273,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
2723,
62,
17204,
6624,
705,
5303,
10354,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2723,
62,
41341,
796,
1423,
291,
18709,
273,
7,
10459,
62,
17204,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
2723,
62,
17204,
6624,
705,
46430,
10354,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2723,
62,
41341,
796,
6045,
198,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
2723,
62,
17204,
318,
407,
6045,
290,
2723,
62,
17204,
407,
287,
37250,
6592,
3256,
705,
23548,
3256,
705,
5303,
6,
5974,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2723,
62,
41341,
796,
19010,
18709,
273,
7,
10459,
62,
17204,
8,
628,
220,
220,
220,
220,
220,
220,
220,
611,
875,
12342,
62,
30001,
7509,
62,
32016,
6624,
705,
26327,
12,
5715,
10354,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2496,
62,
41341,
796,
30589,
4971,
18709,
273,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
357,
10459,
62,
17204,
6624,
705,
268,
6,
290,
2496,
62,
17204,
6624,
705,
6592,
11537,
393,
357,
10459,
62,
17204,
6624,
705,
6592,
6,
290,
2496,
62,
17204,
6624,
705,
268,
6,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2496,
62,
41341,
796,
2039,
33186,
18709,
273,
7,
16793,
62,
17204,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
2496,
62,
17204,
6624,
705,
6592,
12,
76,
721,
397,
10354,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2496,
62,
41341,
796,
13790,
44,
721,
397,
18709,
273,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
2496,
62,
17204,
6624,
705,
23548,
10354,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2496,
62,
41341,
796,
3999,
18709,
273,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
2496,
62,
17204,
6624,
705,
5303,
10354,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2496,
62,
41341,
796,
1423,
291,
18709,
273,
7,
16793,
62,
17204,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
2496,
62,
17204,
6624,
705,
46430,
10354,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2496,
62,
41341,
796,
6045,
198,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
2496,
62,
17204,
318,
407,
6045,
290,
2496,
62,
17204,
407,
287,
37250,
6592,
3256,
705,
23548,
3256,
705,
5303,
6,
5974,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2496,
62,
41341,
796,
19010,
18709,
273,
7,
16793,
62,
17204,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1441,
2723,
62,
41341,
11,
2496,
62,
41341,
628,
220,
220,
220,
2488,
4871,
24396,
628,
220,
220,
220,
2488,
13165,
354,
13,
3919,
62,
9744,
3419,
198,
220,
220,
220,
825,
15458,
62,
7645,
17660,
7,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
11,
12351,
25,
28034,
13,
14617,
51,
22854,
11,
12351,
62,
27932,
25,
28034,
13,
14617,
51,
22854,
11,
1441,
62,
40045,
62,
1416,
2850,
25,
20512,
796,
10352,
11,
12940,
34758,
92,
198,
220,
220,
220,
15179,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
3602,
75,
689,
257,
949,
571,
963,
286,
17311,
422,
2723,
3303,
284,
2496,
3303,
13,
198,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12351,
25,
949,
571,
963,
286,
17311,
287,
262,
12351,
3303,
357,
43501,
2124,
33756,
62,
11925,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12351,
62,
27932,
25,
9335,
11192,
273,
12739,
4847,
284,
307,
9514,
357,
43501,
2124,
33756,
62,
11925,
8,
198,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
25231,
25,
257,
1351,
13042,
7268,
1062,
4233,
1143,
25231,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
17311,
25,
257,
1351,
286,
4731,
7268,
1062,
4233,
1143,
17311,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
4235,
796,
2116,
13,
34409,
198,
220,
220,
220,
220,
220,
220,
220,
19781,
796,
12940,
13,
1136,
7203,
45016,
1600,
6045,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1949,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
18206,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
19781,
318,
407,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
19781,
13,
9688,
7203,
12685,
12342,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12351,
62,
71,
1638,
641,
796,
2116,
13,
12685,
12342,
7,
15414,
62,
2340,
28,
10677,
11,
2207,
12342,
62,
27932,
28,
10677,
62,
27932,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
19781,
318,
407,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
19781,
13,
11338,
7203,
12685,
12342,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
19781,
13,
9688,
7203,
37687,
20053,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1266,
62,
7645,
49905,
796,
2116,
13,
40045,
62,
12947,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2207,
12342,
62,
30342,
62,
27219,
28,
10677,
62,
71,
1638,
641,
11,
2207,
12342,
62,
15414,
62,
27932,
28,
10677,
62,
27932,
11,
1441,
62,
40045,
62,
1416,
2850,
28,
7783,
62,
40045,
62,
1416,
2850,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
19781,
318,
407,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
19781,
13,
11338,
7203,
37687,
20053,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
1441,
62,
40045,
62,
1416,
2850,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
477,
62,
7645,
49905,
11,
8198,
11,
1266,
62,
7645,
49905,
796,
1266,
62,
7645,
49905,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8198,
796,
8198,
13,
1177,
32590,
16,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
477,
62,
7645,
49905,
796,
19308,
27195,
10707,
17633,
13,
2340,
62,
1462,
62,
7353,
14681,
276,
62,
5239,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
477,
62,
7645,
49905,
11,
2116,
13,
12501,
12342,
62,
30001,
7509,
11,
2116,
13,
16793,
62,
41341,
11,
8106,
62,
40045,
62,
2340,
28,
17821,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1266,
62,
7645,
49905,
796,
19308,
27195,
10707,
17633,
13,
2340,
62,
1462,
62,
7353,
14681,
276,
62,
5239,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1266,
62,
7645,
49905,
11,
2116,
13,
12501,
12342,
62,
30001,
7509,
11,
2116,
13,
16793,
62,
41341,
11,
8106,
62,
40045,
62,
2340,
28,
17821,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
17311,
796,
19308,
27195,
10707,
17633,
13,
2340,
62,
1462,
62,
7353,
14681,
276,
62,
5239,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12351,
11,
2116,
13,
12685,
12342,
62,
30001,
7509,
11,
2116,
13,
10459,
62,
41341,
11,
8106,
62,
40045,
62,
2340,
28,
25101,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
3443,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
27432,
7,
14171,
28,
14171,
8,
198,
220,
220,
220,
220,
220,
220,
220,
611,
1441,
62,
40045,
62,
1416,
2850,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
17311,
11,
477,
62,
7645,
49905,
11,
8198,
13,
7890,
13,
36166,
22446,
77,
32152,
22446,
83,
349,
396,
22784,
1266,
62,
7645,
49905,
628,
220,
220,
220,
220,
220,
220,
220,
1441,
17311,
11,
1266,
62,
7645,
49905,
628,
220,
220,
220,
2488,
4871,
24396,
628,
220,
220,
220,
2488,
13165,
354,
13,
3919,
62,
9744,
3419,
198,
220,
220,
220,
825,
15772,
7,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
11,
198,
220,
220,
220,
220,
220,
220,
220,
2420,
25,
7343,
58,
2536,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
2723,
62,
17204,
25,
965,
796,
6045,
11,
198,
220,
220,
220,
220,
220,
220,
220,
2496,
62,
17204,
25,
965,
796,
6045,
11,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
62,
40045,
62,
1416,
2850,
25,
20512,
796,
10352,
11,
198,
220,
220,
220,
220,
220,
220,
220,
2604,
62,
16514,
278,
25,
20512,
796,
10352,
11,
198,
220,
220,
220,
1267,
4613,
7343,
58,
2536,
5974,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
3602,
75,
689,
1351,
286,
13439,
422,
2723,
3303,
284,
2496,
3303,
13,
198,
220,
220,
220,
220,
220,
220,
220,
10358,
307,
3218,
2420,
11,
428,
2446,
17706,
663,
898,
11241,
1634,
14,
2934,
12,
30001,
1634,
198,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2420,
25,
1351,
286,
13042,
284,
15772,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2723,
62,
17204,
25,
611,
407,
366,
46430,
1600,
11188,
19010,
30642,
7509,
290,
19010,
47,
16260,
26447,
7509,
481,
307,
1057,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2496,
62,
17204,
25,
611,
407,
366,
46430,
1600,
11188,
19010,
10707,
4233,
7509,
481,
307,
1057,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
62,
40045,
62,
1416,
2850,
25,
611,
6407,
11,
5860,
257,
1351,
286,
25231,
290,
511,
11188,
15584,
8198,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2604,
62,
16514,
278,
25,
611,
6407,
11,
20842,
10576,
1321,
13,
198,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1351,
286,
14251,
13042,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
11593,
51,
3727,
46,
834,
25,
770,
481,
13259,
1111,
2723,
290,
2496,
20399,
772,
611,
345,
765,
284,
13259,
655,
530,
13,
198,
220,
220,
220,
220,
220,
220,
220,
611,
2723,
62,
17204,
318,
407,
6045,
393,
2496,
62,
17204,
318,
407,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
10459,
62,
41341,
11,
2116,
13,
16793,
62,
41341,
796,
19308,
27195,
10707,
17633,
13,
40406,
62,
3866,
62,
392,
62,
7353,
62,
36948,
62,
26791,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2723,
62,
17204,
11,
2496,
62,
17204,
11,
2116,
13,
12685,
12342,
62,
30001,
7509,
62,
32016,
11,
2116,
13,
12501,
12342,
62,
30001,
7509,
62,
32016,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
4235,
796,
2116,
13,
34409,
198,
220,
220,
220,
220,
220,
220,
220,
3143,
437,
62,
2340,
796,
17635,
198,
220,
220,
220,
220,
220,
220,
220,
611,
2116,
13,
16680,
34900,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
2723,
62,
17204,
318,
6045,
393,
2496,
62,
17204,
318,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
7203,
3109,
806,
2723,
62,
17204,
290,
2496,
62,
17204,
284,
13249,
329,
1963,
34900,
2746,
19570,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12351,
62,
1837,
23650,
796,
2116,
13,
12685,
12342,
62,
30001,
7509,
13,
30001,
62,
1462,
62,
312,
10786,
27,
6,
1343,
2723,
62,
17204,
1343,
705,
29,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
256,
13655,
62,
1837,
23650,
796,
2116,
13,
12685,
12342,
62,
30001,
7509,
13,
30001,
62,
1462,
62,
312,
10786,
27,
6,
1343,
2496,
62,
17204,
1343,
705,
29,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
12351,
62,
1837,
23650,
287,
2116,
13,
16680,
34900,
62,
2340,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3143,
437,
62,
2340,
796,
685,
10677,
62,
1837,
23650,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
256,
13655,
62,
1837,
23650,
287,
2116,
13,
16680,
34900,
62,
2340,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3143,
437,
62,
2340,
796,
685,
83,
13655,
62,
1837,
23650,
60,
628,
220,
220,
220,
220,
220,
220,
220,
611,
2604,
62,
16514,
278,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
19781,
796,
48085,
13,
45,
2434,
48801,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
19781,
796,
6045,
628,
220,
220,
220,
220,
220,
220,
220,
12940,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
45016,
1298,
19781,
11,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
628,
220,
220,
220,
220,
220,
220,
220,
1949,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
18206,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12351,
11,
12351,
62,
27932,
796,
19308,
27195,
10707,
17633,
13,
46012,
533,
62,
259,
4288,
62,
43501,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2420,
28,
5239,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3143,
437,
62,
2340,
28,
3866,
37038,
62,
2340,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2496,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2723,
62,
41341,
28,
944,
13,
10459,
62,
41341,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2496,
62,
41341,
28,
944,
13,
16793,
62,
41341,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2207,
12342,
62,
30001,
7509,
28,
944,
13,
12685,
12342,
62,
30001,
7509,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
875,
12342,
62,
30001,
7509,
28,
944,
13,
12501,
12342,
62,
30001,
7509,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3335,
28,
944,
13,
25202,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
1441,
62,
40045,
62,
1416,
2850,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4808,
11,
477,
62,
7645,
49905,
11,
8198,
11,
1266,
62,
7645,
49905,
796,
2116,
13,
43501,
62,
7645,
17660,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12351,
11,
12351,
62,
27932,
11,
1441,
62,
40045,
62,
1416,
2850,
28,
17821,
11,
12940,
28,
23870,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
62,
2100,
796,
477,
62,
7645,
49905,
11,
8198,
11,
1266,
62,
7645,
49905,
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,
4808,
11,
1266,
62,
7645,
49905,
796,
2116,
13,
43501,
62,
7645,
17660,
7,
10677,
11,
12351,
62,
27932,
11,
1441,
62,
40045,
62,
1416,
2850,
28,
25101,
11,
12940,
28,
23870,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
62,
2100,
796,
1266,
62,
7645,
49905,
198,
220,
220,
220,
220,
220,
220,
220,
3443,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
27432,
7,
14171,
28,
14171,
8,
628,
220,
220,
220,
220,
220,
220,
220,
611,
2604,
62,
16514,
278,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10576,
796,
19781,
13,
39344,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10576,
14692,
32604,
62,
10677,
62,
13664,
8973,
796,
12351,
62,
27932,
13,
16345,
22446,
36166,
22446,
9186,
3419,
1220,
12351,
62,
27932,
13,
43358,
58,
15,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
256,
13655,
11,
256,
13655,
62,
27932,
796,
2116,
13,
46012,
533,
62,
259,
4288,
62,
43501,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2420,
28,
13466,
62,
7645,
49905,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3143,
437,
62,
2340,
28,
3866,
37038,
62,
2340,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2496,
28,
17821,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2723,
62,
41341,
28,
944,
13,
10459,
62,
41341,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2496,
62,
41341,
28,
944,
13,
16793,
62,
41341,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2207,
12342,
62,
30001,
7509,
28,
944,
13,
12685,
12342,
62,
30001,
7509,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
875,
12342,
62,
30001,
7509,
28,
944,
13,
12501,
12342,
62,
30001,
7509,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3335,
28,
944,
13,
25202,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10576,
14692,
32604,
62,
83,
13655,
62,
13664,
8973,
796,
256,
13655,
62,
27932,
13,
16345,
22446,
36166,
22446,
9186,
3419,
1220,
256,
13655,
62,
27932,
13,
43358,
58,
15,
60,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
2099,
7,
7783,
62,
2100,
8,
318,
46545,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
62,
2100,
796,
1441,
62,
2100,
1343,
357,
16514,
278,
35751,
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,
1441,
62,
2100,
796,
357,
7783,
62,
2100,
11,
10576,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1441,
1441,
62,
2100,
628,
220,
220,
220,
825,
340,
77,
62,
7645,
17660,
62,
34106,
7,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
11,
198,
220,
220,
220,
220,
220,
220,
220,
2420,
25,
7343,
58,
2536,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
2723,
62,
17204,
25,
965,
796,
6045,
11,
198,
220,
220,
220,
220,
220,
220,
220,
2496,
62,
17204,
25,
965,
796,
6045,
11,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
62,
40045,
62,
1416,
2850,
25,
20512,
796,
10352,
11,
198,
220,
220,
220,
220,
220,
220,
220,
2604,
62,
16514,
278,
25,
20512,
796,
10352,
11,
198,
220,
220,
220,
220,
220,
220,
220,
34062,
62,
11265,
7509,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
220,
220,
3487,
7509,
28,
14202,
11,
198,
220,
220,
220,
1267,
4613,
7343,
58,
2536,
5974,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
27592,
262,
15772,
3419,
2446,
351,
262,
3038,
286,
2491,
7283,
45,
357,
259,
4399,
2420,
12,
11265,
1634,
8,
319,
262,
5128,
512,
77,
29025,
357,
5239,
12,
11265,
1634,
8,
319,
262,
5072,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37709,
1058,
7283,
45,
4613,
15772,
4613,
29025,
198,
220,
220,
220,
220,
220,
220,
220,
24550,
25,
7283,
45,
290,
29025,
5563,
1276,
307,
23224,
351,
262,
826,
8950,
13,
198,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2420,
25,
1351,
286,
13042,
284,
15772,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2723,
62,
17204,
25,
611,
407,
366,
46430,
1600,
11188,
19010,
30642,
7509,
290,
19010,
47,
16260,
26447,
7509,
481,
307,
1057,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2496,
62,
17204,
25,
611,
407,
366,
46430,
1600,
11188,
19010,
10707,
4233,
7509,
481,
307,
1057,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
62,
40045,
62,
1416,
2850,
25,
611,
6407,
11,
5860,
257,
1351,
286,
25231,
290,
511,
11188,
15584,
8198,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2604,
62,
16514,
278,
25,
611,
6407,
11,
20842,
10576,
1321,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
34062,
62,
11265,
7509,
25,
4554,
286,
36945,
78,
62,
5239,
62,
36948,
13,
259,
4399,
62,
5239,
62,
11265,
1634,
13,
259,
4399,
62,
11265,
1096,
13,
818,
4399,
26447,
7509,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3487,
7509,
25,
4554,
286,
36945,
78,
62,
5239,
62,
36948,
13,
5239,
62,
11265,
1634,
13,
11265,
1096,
13,
26447,
7509,
198,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1351,
286,
14251,
13042,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
611,
34062,
62,
11265,
7509,
318,
407,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2420,
796,
685,
259,
4399,
62,
11265,
7509,
13,
11265,
1096,
7,
20688,
8,
329,
1672,
287,
2420,
60,
198,
220,
220,
220,
220,
220,
220,
220,
25231,
796,
2116,
13,
7645,
17660,
7,
5239,
11,
2723,
62,
17204,
11,
2496,
62,
17204,
11,
1441,
62,
40045,
62,
1416,
2850,
11,
2604,
62,
16514,
278,
8,
198,
220,
220,
220,
220,
220,
220,
220,
611,
3487,
7509,
318,
407,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
25231,
796,
685,
11265,
7509,
13,
11265,
1096,
7,
20688,
8,
329,
1672,
287,
25231,
60,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
25231,
628,
220,
220,
220,
1303,
14711,
10707,
49,
6144,
51,
17633,
318,
29050,
287,
362,
3354,
628,
220,
220,
220,
2488,
4871,
24396,
198,
220,
220,
220,
825,
1351,
62,
15182,
62,
27530,
7,
565,
82,
8,
4613,
32233,
58,
35,
713,
58,
2536,
11,
965,
60,
5974,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
770,
2446,
5860,
257,
1351,
286,
662,
12,
35311,
2746,
543,
460,
307,
9113,
12931,
3264,
422,
15127,
338,
399,
15916,
6279,
13,
628,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7343,
286,
1695,
662,
12,
35311,
4981,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1255,
796,
17635,
198,
220,
220,
220,
220,
220,
220,
220,
2746,
796,
37123,
13363,
17633,
12360,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2181,
13363,
62,
19849,
62,
3672,
2625,
77,
16762,
62,
268,
62,
2934,
62,
7645,
16354,
1065,
87,
17,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4067,
2625,
5450,
1378,
15042,
13,
782,
66,
13,
77,
21744,
13,
785,
14,
85,
17,
14,
27530,
14,
77,
21744,
14,
77,
41903,
14,
77,
16762,
62,
268,
62,
2934,
62,
7645,
16354,
1065,
87,
17,
14,
47178,
14,
16,
13,
15,
13,
15,
6015,
16,
14,
16624,
14,
77,
16762,
62,
268,
62,
2934,
62,
7645,
16354,
1065,
87,
17,
13,
77,
41903,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6764,
2625,
4834,
3784,
5005,
11059,
2746,
13,
4091,
3307,
994,
25,
3740,
1378,
782,
66,
13,
77,
21744,
13,
785,
14,
9246,
11794,
14,
27530,
14,
77,
21744,
25,
77,
41903,
25,
77,
16762,
62,
268,
62,
2934,
62,
7645,
16354,
1065,
87,
17,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
1255,
13,
33295,
7,
19849,
8,
628,
220,
220,
220,
220,
220,
220,
220,
2746,
796,
37123,
13363,
17633,
12360,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2181,
13363,
62,
19849,
62,
3672,
2625,
77,
16762,
62,
2934,
62,
268,
62,
7645,
16354,
1065,
87,
17,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4067,
2625,
5450,
1378,
15042,
13,
782,
66,
13,
77,
21744,
13,
785,
14,
85,
17,
14,
27530,
14,
77,
21744,
14,
77,
41903,
14,
77,
16762,
62,
2934,
62,
268,
62,
7645,
16354,
1065,
87,
17,
14,
47178,
14,
16,
13,
15,
13,
15,
6015,
16,
14,
16624,
14,
77,
16762,
62,
2934,
62,
268,
62,
7645,
16354,
1065,
87,
17,
13,
77,
41903,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6764,
2625,
5005,
3784,
4834,
11059,
2746,
13,
4091,
3307,
994,
25,
3740,
1378,
782,
66,
13,
77,
21744,
13,
785,
14,
9246,
11794,
14,
27530,
14,
77,
21744,
25,
77,
41903,
25,
77,
16762,
62,
2934,
62,
268,
62,
7645,
16354,
1065,
87,
17,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
1255,
13,
33295,
7,
19849,
8,
628,
220,
220,
220,
220,
220,
220,
220,
2746,
796,
37123,
13363,
17633,
12360,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2181,
13363,
62,
19849,
62,
3672,
2625,
77,
16762,
62,
268,
62,
274,
62,
7645,
16354,
1065,
87,
17,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4067,
2625,
5450,
1378,
15042,
13,
782,
66,
13,
77,
21744,
13,
785,
14,
85,
17,
14,
27530,
14,
77,
21744,
14,
77,
41903,
14,
77,
16762,
62,
268,
62,
274,
62,
7645,
16354,
1065,
87,
17,
14,
47178,
14,
16,
13,
15,
13,
15,
6015,
16,
14,
16624,
14,
77,
16762,
62,
268,
62,
274,
62,
7645,
16354,
1065,
87,
17,
13,
77,
41903,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6764,
2625,
4834,
3784,
23041,
11059,
2746,
13,
4091,
3307,
994,
25,
3740,
1378,
782,
66,
13,
77,
21744,
13,
785,
14,
9246,
11794,
14,
27530,
14,
77,
21744,
25,
77,
41903,
25,
77,
16762,
62,
268,
62,
274,
62,
7645,
16354,
1065,
87,
17,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
1255,
13,
33295,
7,
19849,
8,
628,
220,
220,
220,
220,
220,
220,
220,
2746,
796,
37123,
13363,
17633,
12360,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2181,
13363,
62,
19849,
62,
3672,
2625,
77,
16762,
62,
274,
62,
268,
62,
7645,
16354,
1065,
87,
17,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4067,
2625,
5450,
1378,
15042,
13,
782,
66,
13,
77,
21744,
13,
785,
14,
85,
17,
14,
27530,
14,
77,
21744,
14,
77,
41903,
14,
77,
16762,
62,
274,
62,
268,
62,
7645,
16354,
1065,
87,
17,
14,
47178,
14,
16,
13,
15,
13,
15,
6015,
16,
14,
16624,
14,
77,
16762,
62,
274,
62,
268,
62,
7645,
16354,
1065,
87,
17,
13,
77,
41903,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6764,
2625,
23041,
3784,
4834,
11059,
2746,
13,
4091,
3307,
994,
25,
3740,
1378,
782,
66,
13,
77,
21744,
13,
785,
14,
9246,
11794,
14,
27530,
14,
77,
21744,
25,
77,
41903,
25,
77,
16762,
62,
274,
62,
268,
62,
7645,
16354,
1065,
87,
17,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
1255,
13,
33295,
7,
19849,
8,
628,
220,
220,
220,
220,
220,
220,
220,
2746,
796,
37123,
13363,
17633,
12360,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2181,
13363,
62,
19849,
62,
3672,
2625,
77,
16762,
62,
268,
62,
8310,
62,
7645,
16354,
1065,
87,
17,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4067,
2625,
5450,
1378,
15042,
13,
782,
66,
13,
77,
21744,
13,
785,
14,
85,
17,
14,
27530,
14,
77,
21744,
14,
77,
41903,
14,
77,
16762,
62,
268,
62,
8310,
62,
7645,
16354,
1065,
87,
17,
14,
47178,
14,
16,
13,
15,
13,
15,
6015,
16,
14,
16624,
14,
77,
16762,
62,
268,
62,
8310,
62,
7645,
16354,
1065,
87,
17,
13,
77,
41903,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6764,
2625,
4834,
3784,
6732,
11059,
2746,
13,
4091,
3307,
994,
25,
3740,
1378,
782,
66,
13,
77,
21744,
13,
785,
14,
9246,
11794,
14,
27530,
14,
77,
21744,
25,
77,
41903,
25,
77,
16762,
62,
268,
62,
8310,
62,
7645,
16354,
1065,
87,
17,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
1255,
13,
33295,
7,
19849,
8,
628,
220,
220,
220,
220,
220,
220,
220,
2746,
796,
37123,
13363,
17633,
12360,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2181,
13363,
62,
19849,
62,
3672,
2625,
77,
16762,
62,
8310,
62,
268,
62,
7645,
16354,
1065,
87,
17,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4067,
2625,
5450,
1378,
15042,
13,
782,
66,
13,
77,
21744,
13,
785,
14,
85,
17,
14,
27530,
14,
77,
21744,
14,
77,
41903,
14,
77,
16762,
62,
8310,
62,
268,
62,
7645,
16354,
1065,
87,
17,
14,
47178,
14,
16,
13,
15,
13,
15,
6015,
16,
14,
16624,
14,
77,
16762,
62,
8310,
62,
268,
62,
7645,
16354,
1065,
87,
17,
13,
77,
41903,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6764,
2625,
6732,
3784,
4834,
11059,
2746,
13,
4091,
3307,
994,
25,
3740,
1378,
782,
66,
13,
77,
21744,
13,
785,
14,
9246,
11794,
14,
27530,
14,
77,
21744,
25,
77,
41903,
25,
77,
16762,
62,
8310,
62,
268,
62,
7645,
16354,
1065,
87,
17,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
1255,
13,
33295,
7,
19849,
8,
628,
220,
220,
220,
220,
220,
220,
220,
2746,
796,
37123,
13363,
17633,
12360,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2181,
13363,
62,
19849,
62,
3672,
2625,
77,
16762,
62,
268,
62,
622,
62,
7645,
16354,
21,
87,
21,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4067,
2625,
5450,
1378,
15042,
13,
782,
66,
13,
77,
21744,
13,
785,
14,
85,
17,
14,
27530,
14,
77,
21744,
14,
77,
41903,
14,
77,
16762,
62,
268,
62,
622,
62,
7645,
16354,
21,
87,
21,
14,
47178,
14,
16,
13,
15,
13,
15,
6015,
16,
14,
16624,
14,
77,
16762,
62,
268,
62,
622,
62,
7645,
16354,
21,
87,
21,
13,
77,
41903,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6764,
2625,
4834,
3784,
40464,
11059,
2746,
13,
4091,
3307,
994,
25,
3740,
1378,
782,
66,
13,
77,
21744,
13,
785,
14,
9246,
11794,
14,
27530,
14,
77,
21744,
25,
77,
41903,
25,
77,
16762,
62,
268,
62,
622,
62,
7645,
16354,
21,
87,
21,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
1255,
13,
33295,
7,
19849,
8,
628,
220,
220,
220,
220,
220,
220,
220,
2746,
796,
37123,
13363,
17633,
12360,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2181,
13363,
62,
19849,
62,
3672,
2625,
77,
16762,
62,
622,
62,
268,
62,
7645,
16354,
21,
87,
21,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4067,
2625,
5450,
1378,
15042,
13,
782,
66,
13,
77,
21744,
13,
785,
14,
85,
17,
14,
27530,
14,
77,
21744,
14,
77,
41903,
14,
77,
16762,
62,
622,
62,
268,
62,
7645,
16354,
21,
87,
21,
14,
47178,
14,
16,
13,
15,
13,
15,
6015,
16,
14,
16624,
14,
77,
16762,
62,
622,
62,
268,
62,
7645,
16354,
21,
87,
21,
13,
77,
41903,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6764,
2625,
40464,
3784,
4834,
11059,
2746,
13,
4091,
3307,
994,
25,
3740,
1378,
782,
66,
13,
77,
21744,
13,
785,
14,
9246,
11794,
14,
27530,
14,
77,
21744,
25,
77,
41903,
25,
77,
16762,
62,
622,
62,
268,
62,
7645,
16354,
21,
87,
21,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
1255,
13,
33295,
7,
19849,
8,
628,
220,
220,
220,
220,
220,
220,
220,
2746,
796,
37123,
13363,
17633,
12360,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2181,
13363,
62,
19849,
62,
3672,
2625,
77,
16762,
62,
23548,
62,
268,
62,
7645,
16354,
21,
87,
21,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4067,
2625,
5450,
1378,
15042,
13,
782,
66,
13,
77,
21744,
13,
785,
14,
85,
17,
14,
27530,
14,
77,
21744,
14,
77,
41903,
14,
77,
16762,
62,
23548,
62,
268,
62,
7645,
16354,
21,
87,
21,
14,
47178,
14,
16,
13,
15,
13,
15,
6015,
16,
14,
16624,
14,
77,
16762,
62,
23548,
62,
268,
62,
7645,
16354,
21,
87,
21,
13,
77,
41903,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6764,
2625,
57,
71,
3784,
4834,
11059,
2746,
13,
4091,
3307,
994,
25,
3740,
1378,
782,
66,
13,
77,
21744,
13,
785,
14,
9246,
11794,
14,
27530,
14,
77,
21744,
25,
77,
41903,
25,
77,
16762,
62,
23548,
62,
268,
62,
7645,
16354,
21,
87,
21,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
1255,
13,
33295,
7,
19849,
8,
628,
220,
220,
220,
220,
220,
220,
220,
2746,
796,
37123,
13363,
17633,
12360,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2181,
13363,
62,
19849,
62,
3672,
2625,
77,
16762,
62,
268,
62,
23548,
62,
7645,
16354,
21,
87,
21,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4067,
2625,
5450,
1378,
15042,
13,
782,
66,
13,
77,
21744,
13,
785,
14,
85,
17,
14,
27530,
14,
77,
21744,
14,
77,
41903,
14,
77,
16762,
62,
268,
62,
23548,
62,
7645,
16354,
21,
87,
21,
14,
47178,
14,
16,
13,
15,
13,
15,
6015,
16,
14,
16624,
14,
77,
16762,
62,
268,
62,
23548,
62,
7645,
16354,
21,
87,
21,
13,
77,
41903,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6764,
2625,
4834,
3784,
57,
71,
11059,
2746,
13,
4091,
3307,
994,
25,
3740,
1378,
782,
66,
13,
77,
21744,
13,
785,
14,
9246,
11794,
14,
27530,
14,
77,
21744,
25,
77,
41903,
25,
77,
16762,
62,
268,
62,
23548,
62,
7645,
16354,
21,
87,
21,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
1255,
13,
33295,
7,
19849,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
3594,
1279,
3784,
43443,
4981,
628,
220,
220,
220,
220,
220,
220,
220,
2746,
796,
37123,
13363,
17633,
12360,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2181,
13363,
62,
19849,
62,
3672,
2625,
77,
16762,
62,
5303,
62,
268,
62,
7645,
16354,
1065,
87,
17,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4067,
2625,
5450,
1378,
15042,
13,
782,
66,
13,
77,
21744,
13,
785,
14,
85,
17,
14,
27530,
14,
77,
21744,
14,
77,
41903,
14,
77,
16762,
62,
5303,
62,
268,
62,
7645,
16354,
1065,
87,
17,
14,
47178,
14,
85,
16,
13,
15,
13,
15,
14,
16624,
14,
77,
16762,
62,
5303,
62,
268,
62,
7645,
16354,
1065,
87,
17,
13,
77,
41903,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6764,
2625,
17250,
3784,
4834,
11059,
2746,
13,
4091,
3307,
994,
25,
3740,
1378,
782,
66,
13,
77,
21744,
13,
785,
14,
9246,
11794,
14,
27530,
14,
77,
21744,
25,
77,
41903,
25,
77,
16762,
62,
5303,
62,
268,
62,
7645,
16354,
1065,
87,
17,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
1255,
13,
33295,
7,
19849,
8,
628,
220,
220,
220,
220,
220,
220,
220,
2746,
796,
37123,
13363,
17633,
12360,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2181,
13363,
62,
19849,
62,
3672,
2625,
77,
16762,
62,
268,
62,
5303,
62,
7645,
16354,
1065,
87,
17,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4067,
2625,
5450,
1378,
15042,
13,
782,
66,
13,
77,
21744,
13,
785,
14,
85,
17,
14,
27530,
14,
77,
21744,
14,
77,
41903,
14,
77,
16762,
62,
268,
62,
5303,
62,
7645,
16354,
1065,
87,
17,
14,
47178,
14,
85,
16,
13,
15,
13,
15,
14,
16624,
14,
77,
16762,
62,
268,
62,
5303,
62,
7645,
16354,
1065,
87,
17,
13,
77,
41903,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6764,
2625,
4834,
3784,
17250,
11059,
2746,
13,
4091,
3307,
994,
25,
3740,
1378,
782,
66,
13,
77,
21744,
13,
785,
14,
9246,
11794,
14,
27530,
14,
77,
21744,
25,
77,
41903,
25,
77,
16762,
62,
268,
62,
5303,
62,
7645,
16354,
1065,
87,
17,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
1255,
13,
33295,
7,
19849,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
1024,
14,
6732,
14,
23041,
4613,
3594,
4981,
628,
220,
220,
220,
220,
220,
220,
220,
2746,
796,
37123,
13363,
17633,
12360,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2181,
13363,
62,
19849,
62,
3672,
2625,
10295,
16762,
62,
67,
2841,
8310,
62,
268,
62,
7645,
16354,
1065,
87,
17,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4067,
2625,
5450,
1378,
15042,
13,
782,
66,
13,
77,
21744,
13,
785,
14,
85,
17,
14,
27530,
14,
77,
21744,
14,
77,
41903,
14,
10295,
16762,
62,
67,
2841,
8310,
62,
268,
62,
7645,
16354,
1065,
87,
17,
14,
47178,
14,
16,
13,
17,
13,
15,
14,
16624,
14,
10295,
16762,
62,
67,
2841,
8310,
62,
268,
62,
7645,
16354,
1065,
87,
17,
13,
77,
41903,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6764,
2625,
5005,
14,
23041,
14,
6732,
3784,
4834,
1963,
34900,
867,
12,
505,
11059,
2746,
13,
383,
2746,
468,
1105,
2207,
12342,
290,
362,
875,
12342,
11685,
351,
7104,
5391,
352,
11,
40839,
13,
4091,
3307,
994,
25,
3740,
1378,
782,
66,
13,
77,
21744,
13,
785,
14,
9246,
11794,
14,
27530,
14,
77,
21744,
25,
77,
41903,
25,
10295,
16762,
62,
67,
2841,
8310,
62,
268,
62,
7645,
16354,
1065,
87,
17,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
1255,
13,
33295,
7,
19849,
8,
628,
220,
220,
220,
220,
220,
220,
220,
2746,
796,
37123,
13363,
17633,
12360,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2181,
13363,
62,
19849,
62,
3672,
2625,
10295,
16762,
62,
67,
2841,
8310,
62,
268,
62,
7645,
16354,
1731,
87,
21,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4067,
2625,
5450,
1378,
15042,
13,
782,
66,
13,
77,
21744,
13,
785,
14,
85,
17,
14,
27530,
14,
77,
21744,
14,
77,
41903,
14,
10295,
16762,
62,
67,
2841,
8310,
62,
268,
62,
7645,
16354,
1731,
87,
21,
14,
47178,
14,
16,
13,
17,
13,
15,
14,
16624,
14,
10295,
16762,
62,
67,
2841,
8310,
62,
268,
62,
7645,
16354,
1731,
87,
21,
13,
77,
41903,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6764,
2625,
5005,
14,
23041,
14,
6732,
3784,
4834,
1963,
34900,
867,
12,
505,
11059,
2746,
13,
383,
2746,
468,
1987,
2207,
12342,
290,
718,
875,
12342,
11685,
351,
7104,
5391,
352,
11,
40839,
13,
4091,
3307,
994,
25,
3740,
1378,
782,
66,
13,
77,
21744,
13,
785,
14,
9246,
11794,
14,
27530,
14,
77,
21744,
25,
77,
41903,
25,
10295,
16762,
62,
67,
2841,
8310,
62,
268,
62,
7645,
16354,
1731,
87,
21,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
1255,
13,
33295,
7,
19849,
8,
628,
220,
220,
220,
220,
220,
220,
220,
2746,
796,
37123,
13363,
17633,
12360,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2181,
13363,
62,
19849,
62,
3672,
2625,
10295,
16762,
62,
67,
2841,
8310,
62,
268,
62,
7645,
16354,
21,
87,
21,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4067,
2625,
5450,
1378,
15042,
13,
782,
66,
13,
77,
21744,
13,
785,
14,
85,
17,
14,
27530,
14,
77,
21744,
14,
77,
41903,
14,
10295,
16762,
62,
67,
2841,
8310,
62,
268,
62,
7645,
16354,
21,
87,
21,
14,
47178,
14,
16,
13,
17,
13,
15,
14,
16624,
14,
10295,
16762,
62,
67,
2841,
8310,
62,
268,
62,
7645,
16354,
21,
87,
21,
13,
77,
41903,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6764,
2625,
5005,
14,
23041,
14,
6732,
3784,
4834,
1963,
34900,
867,
12,
505,
11059,
2746,
13,
383,
2746,
468,
718,
2207,
12342,
290,
718,
875,
12342,
11685,
351,
7104,
5391,
352,
11,
40839,
13,
4091,
3307,
994,
25,
3740,
1378,
782,
66,
13,
77,
21744,
13,
785,
14,
9246,
11794,
14,
27530,
14,
77,
21744,
25,
77,
41903,
25,
10295,
16762,
62,
67,
2841,
8310,
62,
268,
62,
7645,
16354,
21,
87,
21,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
1255,
13,
33295,
7,
19849,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
3594,
4613,
1024,
14,
6732,
14,
23041,
4981,
628,
220,
220,
220,
220,
220,
220,
220,
2746,
796,
37123,
13363,
17633,
12360,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2181,
13363,
62,
19849,
62,
3672,
2625,
10295,
16762,
62,
268,
62,
67,
2841,
8310,
62,
7645,
16354,
1065,
87,
17,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4067,
2625,
5450,
1378,
15042,
13,
782,
66,
13,
77,
21744,
13,
785,
14,
85,
17,
14,
27530,
14,
77,
21744,
14,
77,
41903,
14,
10295,
16762,
62,
268,
62,
67,
2841,
8310,
62,
7645,
16354,
1065,
87,
17,
14,
47178,
14,
16,
13,
17,
13,
15,
14,
16624,
14,
10295,
16762,
62,
268,
62,
67,
2841,
8310,
62,
7645,
16354,
1065,
87,
17,
13,
77,
41903,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6764,
2625,
4834,
3784,
5005,
14,
23041,
14,
6732,
1963,
34900,
530,
12,
21834,
11059,
2746,
13,
383,
2746,
468,
1105,
2207,
12342,
290,
362,
875,
12342,
11685,
351,
7104,
5391,
352,
11,
40839,
13,
4091,
3307,
994,
25,
3740,
1378,
782,
66,
13,
77,
21744,
13,
785,
14,
9246,
11794,
14,
27530,
14,
77,
21744,
25,
77,
41903,
25,
10295,
16762,
62,
268,
62,
67,
2841,
8310,
62,
7645,
16354,
1065,
87,
17,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
1255,
13,
33295,
7,
19849,
8,
628,
220,
220,
220,
220,
220,
220,
220,
2746,
796,
37123,
13363,
17633,
12360,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2181,
13363,
62,
19849,
62,
3672,
2625,
10295,
16762,
62,
268,
62,
67,
2841,
8310,
62,
7645,
16354,
1731,
87,
21,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4067,
2625,
5450,
1378,
15042,
13,
782,
66,
13,
77,
21744,
13,
785,
14,
85,
17,
14,
27530,
14,
77,
21744,
14,
77,
41903,
14,
10295,
16762,
62,
268,
62,
67,
2841,
8310,
62,
7645,
16354,
1731,
87,
21,
14,
47178,
14,
16,
13,
17,
13,
15,
14,
16624,
14,
10295,
16762,
62,
268,
62,
67,
2841,
8310,
62,
7645,
16354,
1731,
87,
21,
13,
77,
41903,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6764,
2625,
4834,
3784,
5005,
14,
23041,
14,
6732,
1963,
34900,
530,
12,
21834,
11059,
2746,
13,
383,
2746,
468,
1987,
2207,
12342,
290,
718,
875,
12342,
11685,
351,
7104,
5391,
352,
11,
40839,
13,
4091,
3307,
994,
25,
3740,
1378,
782,
66,
13,
77,
21744,
13,
785,
14,
9246,
11794,
14,
27530,
14,
77,
21744,
25,
77,
41903,
25,
10295,
16762,
62,
268,
62,
67,
2841,
8310,
62,
7645,
16354,
1731,
87,
21,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
1255,
13,
33295,
7,
19849,
8,
628,
220,
220,
220,
220,
220,
220,
220,
2746,
796,
37123,
13363,
17633,
12360,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2181,
13363,
62,
19849,
62,
3672,
2625,
10295,
16762,
62,
268,
62,
67,
2841,
8310,
62,
7645,
16354,
21,
87,
21,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4067,
2625,
5450,
1378,
15042,
13,
782,
66,
13,
77,
21744,
13,
785,
14,
85,
17,
14,
27530,
14,
77,
21744,
14,
77,
41903,
14,
10295,
16762,
62,
268,
62,
67,
2841,
8310,
62,
7645,
16354,
21,
87,
21,
14,
47178,
14,
16,
13,
17,
13,
15,
14,
16624,
14,
10295,
16762,
62,
268,
62,
67,
2841,
8310,
62,
7645,
16354,
21,
87,
21,
13,
77,
41903,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6764,
2625,
4834,
3784,
5005,
14,
23041,
14,
6732,
1963,
34900,
530,
12,
21834,
11059,
2746,
13,
383,
2746,
468,
718,
2207,
12342,
290,
718,
875,
12342,
11685,
351,
7104,
5391,
352,
11,
40839,
13,
4091,
3307,
994,
25,
3740,
1378,
782,
66,
13,
77,
21744,
13,
785,
14,
9246,
11794,
14,
27530,
14,
77,
21744,
25,
77,
41903,
25,
10295,
16762,
62,
268,
62,
67,
2841,
8310,
62,
7645,
16354,
21,
87,
21,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
1255,
13,
33295,
7,
19849,
8,
628,
220,
220,
220,
220,
220,
220,
220,
2746,
796,
37123,
13363,
17633,
12360,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2181,
13363,
62,
19849,
62,
3672,
2625,
10295,
16762,
62,
268,
62,
67,
2841,
8310,
62,
7645,
16354,
8692,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4067,
2625,
5450,
1378,
15042,
13,
782,
66,
13,
77,
21744,
13,
785,
14,
85,
17,
14,
27530,
14,
77,
21744,
14,
77,
41903,
14,
10295,
16762,
62,
268,
62,
67,
2841,
8310,
62,
7645,
16354,
8692,
14,
47178,
14,
16,
13,
17,
13,
15,
14,
16624,
14,
10295,
16762,
62,
268,
62,
67,
2841,
8310,
62,
7645,
16354,
8692,
13,
77,
41903,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6764,
2625,
4834,
3784,
5005,
14,
23041,
14,
6732,
1963,
34900,
530,
12,
21834,
11059,
2746,
13,
383,
2746,
468,
718,
2207,
12342,
290,
718,
875,
12342,
11685,
351,
7104,
5391,
22243,
13,
4091,
3307,
994,
25,
3740,
1378,
782,
66,
13,
77,
21744,
13,
785,
14,
9246,
11794,
14,
27530,
14,
77,
21744,
25,
77,
41903,
25,
10295,
16762,
62,
268,
62,
67,
2841,
8310,
62,
7645,
16354,
8692,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
1255,
13,
33295,
7,
19849,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
1987,
87,
21,
4981,
198,
220,
220,
220,
220,
220,
220,
220,
2746,
796,
37123,
13363,
17633,
12360,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2181,
13363,
62,
19849,
62,
3672,
2625,
77,
16762,
62,
268,
62,
2934,
62,
7645,
16354,
1731,
87,
21,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4067,
2625,
5450,
1378,
15042,
13,
782,
66,
13,
77,
21744,
13,
785,
14,
85,
17,
14,
27530,
14,
77,
21744,
14,
77,
41903,
14,
77,
16762,
62,
268,
62,
2934,
62,
7645,
16354,
1731,
87,
21,
14,
47178,
14,
16,
13,
20,
14,
16624,
14,
268,
62,
2934,
62,
1731,
87,
21,
13,
77,
41903,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6764,
2625,
4834,
3784,
5005,
11059,
2746,
13,
4091,
3307,
994,
25,
3740,
1378,
782,
66,
13,
77,
21744,
13,
785,
14,
9246,
11794,
14,
27530,
14,
77,
21744,
25,
77,
41903,
25,
77,
16762,
62,
268,
62,
2934,
62,
7645,
16354,
1731,
87,
21,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
1255,
13,
33295,
7,
19849,
8,
628,
220,
220,
220,
220,
220,
220,
220,
2746,
796,
37123,
13363,
17633,
12360,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2181,
13363,
62,
19849,
62,
3672,
2625,
77,
16762,
62,
2934,
62,
268,
62,
7645,
16354,
1731,
87,
21,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4067,
2625,
5450,
1378,
15042,
13,
782,
66,
13,
77,
21744,
13,
785,
14,
85,
17,
14,
27530,
14,
77,
21744,
14,
77,
41903,
14,
77,
16762,
62,
2934,
62,
268,
62,
7645,
16354,
1731,
87,
21,
14,
47178,
14,
16,
13,
20,
14,
16624,
14,
2934,
62,
268,
62,
1731,
87,
21,
13,
77,
41903,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6764,
2625,
5005,
3784,
4834,
11059,
2746,
13,
4091,
3307,
994,
25,
3740,
1378,
782,
66,
13,
77,
21744,
13,
785,
14,
9246,
11794,
14,
27530,
14,
77,
21744,
25,
77,
41903,
25,
77,
16762,
62,
2934,
62,
268,
62,
7645,
16354,
1731,
87,
21,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
1255,
13,
33295,
7,
19849,
8,
628,
220,
220,
220,
220,
220,
220,
220,
2746,
796,
37123,
13363,
17633,
12360,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2181,
13363,
62,
19849,
62,
3672,
2625,
77,
16762,
62,
268,
62,
274,
62,
7645,
16354,
1731,
87,
21,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4067,
2625,
5450,
1378,
15042,
13,
782,
66,
13,
77,
21744,
13,
785,
14,
85,
17,
14,
27530,
14,
77,
21744,
14,
77,
41903,
14,
77,
16762,
62,
268,
62,
274,
62,
7645,
16354,
1731,
87,
21,
14,
47178,
14,
16,
13,
20,
14,
16624,
14,
268,
62,
274,
62,
1731,
87,
21,
13,
77,
41903,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6764,
2625,
4834,
3784,
23041,
11059,
2746,
13,
4091,
3307,
994,
25,
3740,
1378,
782,
66,
13,
77,
21744,
13,
785,
14,
9246,
11794,
14,
27530,
14,
77,
21744,
25,
77,
41903,
25,
77,
16762,
62,
268,
62,
274,
62,
7645,
16354,
1731,
87,
21,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
1255,
13,
33295,
7,
19849,
8,
628,
220,
220,
220,
220,
220,
220,
220,
2746,
796,
37123,
13363,
17633,
12360,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2181,
13363,
62,
19849,
62,
3672,
2625,
77,
16762,
62,
274,
62,
268,
62,
7645,
16354,
1731,
87,
21,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4067,
2625,
5450,
1378,
15042,
13,
782,
66,
13,
77,
21744,
13,
785,
14,
85,
17,
14,
27530,
14,
77,
21744,
14,
77,
41903,
14,
77,
16762,
62,
274,
62,
268,
62,
7645,
16354,
1731,
87,
21,
14,
47178,
14,
16,
13,
20,
14,
16624,
14,
274,
62,
268,
62,
1731,
87,
21,
13,
77,
41903,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6764,
2625,
23041,
3784,
4834,
11059,
2746,
13,
4091,
3307,
994,
25,
3740,
1378,
782,
66,
13,
77,
21744,
13,
785,
14,
9246,
11794,
14,
27530,
14,
77,
21744,
25,
77,
41903,
25,
77,
16762,
62,
274,
62,
268,
62,
7645,
16354,
1731,
87,
21,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
1255,
13,
33295,
7,
19849,
8,
628,
220,
220,
220,
220,
220,
220,
220,
2746,
796,
37123,
13363,
17633,
12360,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2181,
13363,
62,
19849,
62,
3672,
2625,
77,
16762,
62,
268,
62,
8310,
62,
7645,
16354,
1731,
87,
21,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4067,
2625,
5450,
1378,
15042,
13,
782,
66,
13,
77,
21744,
13,
785,
14,
85,
17,
14,
27530,
14,
77,
21744,
14,
77,
41903,
14,
77,
16762,
62,
268,
62,
8310,
62,
7645,
16354,
1731,
87,
21,
14,
47178,
14,
16,
13,
20,
14,
16624,
14,
268,
62,
8310,
62,
1731,
87,
21,
13,
77,
41903,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6764,
2625,
4834,
3784,
6732,
11059,
2746,
13,
4091,
3307,
994,
25,
3740,
1378,
782,
66,
13,
77,
21744,
13,
785,
14,
9246,
11794,
14,
27530,
14,
77,
21744,
25,
77,
41903,
25,
77,
16762,
62,
268,
62,
8310,
62,
7645,
16354,
1731,
87,
21,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
1255,
13,
33295,
7,
19849,
8,
628,
220,
220,
220,
220,
220,
220,
220,
2746,
796,
37123,
13363,
17633,
12360,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2181,
13363,
62,
19849,
62,
3672,
2625,
77,
16762,
62,
8310,
62,
268,
62,
7645,
16354,
1731,
87,
21,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4067,
2625,
5450,
1378,
15042,
13,
782,
66,
13,
77,
21744,
13,
785,
14,
85,
17,
14,
27530,
14,
77,
21744,
14,
77,
41903,
14,
77,
16762,
62,
8310,
62,
268,
62,
7645,
16354,
1731,
87,
21,
14,
47178,
14,
16,
13,
20,
14,
16624,
14,
8310,
62,
268,
62,
1731,
87,
21,
13,
77,
41903,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6764,
2625,
6732,
3784,
4834,
11059,
2746,
13,
4091,
3307,
994,
25,
3740,
1378,
782,
66,
13,
77,
21744,
13,
785,
14,
9246,
11794,
14,
27530,
14,
77,
21744,
25,
77,
41903,
25,
77,
16762,
62,
8310,
62,
268,
62,
7645,
16354,
1731,
87,
21,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
1255,
13,
33295,
7,
19849,
8,
628,
220,
220,
220,
220,
220,
220,
220,
2746,
796,
37123,
13363,
17633,
12360,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2181,
13363,
62,
19849,
62,
3672,
2625,
77,
16762,
62,
268,
62,
622,
62,
7645,
16354,
1731,
87,
21,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4067,
2625,
5450,
1378,
15042,
13,
782,
66,
13,
77,
21744,
13,
785,
14,
85,
17,
14,
27530,
14,
77,
21744,
14,
77,
41903,
14,
77,
16762,
62,
268,
62,
622,
62,
7645,
16354,
1731,
87,
21,
14,
47178,
14,
16,
13,
20,
14,
16624,
14,
268,
62,
622,
62,
1731,
87,
21,
13,
77,
41903,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6764,
2625,
4834,
3784,
40464,
11059,
2746,
13,
4091,
3307,
994,
25,
3740,
1378,
782,
66,
13,
77,
21744,
13,
785,
14,
9246,
11794,
14,
27530,
14,
77,
21744,
25,
77,
41903,
25,
77,
16762,
62,
268,
62,
622,
62,
7645,
16354,
1731,
87,
21,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
1255,
13,
33295,
7,
19849,
8,
628,
220,
220,
220,
220,
220,
220,
220,
2746,
796,
37123,
13363,
17633,
12360,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2181,
13363,
62,
19849,
62,
3672,
2625,
77,
16762,
62,
622,
62,
268,
62,
7645,
16354,
1731,
87,
21,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4067,
2625,
5450,
1378,
15042,
13,
782,
66,
13,
77,
21744,
13,
785,
14,
85,
17,
14,
27530,
14,
77,
21744,
14,
77,
41903,
14,
77,
16762,
62,
622,
62,
268,
62,
7645,
16354,
1731,
87,
21,
14,
47178,
14,
16,
13,
20,
14,
16624,
14,
622,
62,
268,
62,
1731,
87,
21,
13,
77,
41903,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6764,
2625,
40464,
3784,
4834,
11059,
2746,
13,
4091,
3307,
994,
25,
3740,
1378,
782,
66,
13,
77,
21744,
13,
785,
14,
9246,
11794,
14,
27530,
14,
77,
21744,
25,
77,
41903,
25,
77,
16762,
62,
622,
62,
268,
62,
7645,
16354,
1731,
87,
21,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
1255,
13,
33295,
7,
19849,
8,
628,
220,
220,
220,
220,
220,
220,
220,
2746,
796,
37123,
13363,
17633,
12360,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2181,
13363,
62,
19849,
62,
3672,
2625,
77,
16762,
62,
268,
62,
23548,
62,
7645,
16354,
1731,
87,
21,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4067,
2625,
5450,
1378,
15042,
13,
782,
66,
13,
77,
21744,
13,
785,
14,
85,
17,
14,
27530,
14,
77,
21744,
14,
77,
41903,
14,
77,
16762,
62,
268,
62,
23548,
62,
7645,
16354,
1731,
87,
21,
14,
47178,
14,
16,
13,
20,
14,
16624,
14,
268,
62,
23548,
62,
1731,
87,
21,
13,
77,
41903,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6764,
2625,
4834,
3784,
57,
71,
11059,
2746,
13,
4091,
3307,
994,
25,
3740,
1378,
782,
66,
13,
77,
21744,
13,
785,
14,
9246,
11794,
14,
27530,
14,
77,
21744,
25,
77,
41903,
25,
77,
16762,
62,
268,
62,
23548,
62,
7645,
16354,
1731,
87,
21,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
1255,
13,
33295,
7,
19849,
8,
628,
220,
220,
220,
220,
220,
220,
220,
2746,
796,
37123,
13363,
17633,
12360,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2181,
13363,
62,
19849,
62,
3672,
2625,
77,
16762,
62,
23548,
62,
268,
62,
7645,
16354,
1731,
87,
21,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4067,
2625,
5450,
1378,
15042,
13,
782,
66,
13,
77,
21744,
13,
785,
14,
85,
17,
14,
27530,
14,
77,
21744,
14,
77,
41903,
14,
77,
16762,
62,
23548,
62,
268,
62,
7645,
16354,
1731,
87,
21,
14,
47178,
14,
16,
13,
20,
14,
16624,
14,
23548,
62,
268,
62,
1731,
87,
21,
13,
77,
41903,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6764,
2625,
57,
71,
3784,
4834,
11059,
2746,
13,
4091,
3307,
994,
25,
3740,
1378,
782,
66,
13,
77,
21744,
13,
785,
14,
9246,
11794,
14,
27530,
14,
77,
21744,
25,
77,
41903,
25,
77,
16762,
62,
23548,
62,
268,
62,
7645,
16354,
1731,
87,
21,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
1255,
13,
33295,
7,
19849,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1441,
1255,
198
] | 2.297566 | 12,367 |
# pylint: disable=unused-argument,unused-variable
from datetime import datetime
import pytest
from xoto3.utils.oncall_default import NotSafeToDefaultError, OnCallDefault
utcnow = OnCallDefault(datetime.utcnow)
def test_disallow_positional_without_default():
"""A positional-possible argument without a default could have a
positional argument provided after it and then we'd be unable to tell
for sure whether it had been provided intentionally.
"""
with pytest.raises(NotSafeToDefaultError):
@utcnow.apply_to("when")
GeorgeKwargs = OnCallDefault(lambda: dict(b=2, c=3))
| [
2,
279,
2645,
600,
25,
15560,
28,
403,
1484,
12,
49140,
11,
403,
1484,
12,
45286,
198,
6738,
4818,
8079,
1330,
4818,
8079,
198,
198,
11748,
12972,
9288,
198,
198,
6738,
2124,
2069,
18,
13,
26791,
13,
261,
13345,
62,
12286,
1330,
1892,
31511,
2514,
19463,
12331,
11,
1550,
14134,
19463,
198,
198,
315,
66,
2197,
796,
1550,
14134,
19463,
7,
19608,
8079,
13,
315,
66,
2197,
8,
628,
628,
198,
198,
4299,
1332,
62,
6381,
12154,
62,
1930,
1859,
62,
19419,
62,
12286,
33529,
198,
220,
220,
220,
37227,
32,
45203,
12,
79,
4733,
4578,
1231,
257,
4277,
714,
423,
257,
198,
220,
220,
220,
45203,
4578,
2810,
706,
340,
290,
788,
356,
1549,
307,
5906,
284,
1560,
198,
220,
220,
220,
329,
1654,
1771,
340,
550,
587,
2810,
16464,
13,
198,
220,
220,
220,
37227,
628,
220,
220,
220,
351,
12972,
9288,
13,
430,
2696,
7,
3673,
31511,
2514,
19463,
12331,
2599,
628,
220,
220,
220,
220,
220,
220,
220,
2488,
315,
66,
2197,
13,
39014,
62,
1462,
7203,
12518,
4943,
628,
628,
198,
20191,
42,
86,
22046,
796,
1550,
14134,
19463,
7,
50033,
25,
8633,
7,
65,
28,
17,
11,
269,
28,
18,
4008,
628
] | 3.10101 | 198 |
import os
import sys
import argparse
import numpy as np
import pandas as pd
from pyntcloud.io import write_ply
if __name__ == '__main__':
main()
| [
11748,
28686,
198,
11748,
25064,
198,
11748,
1822,
29572,
198,
11748,
299,
32152,
355,
45941,
198,
11748,
19798,
292,
355,
279,
67,
198,
6738,
12972,
429,
17721,
13,
952,
1330,
3551,
62,
2145,
198,
198,
361,
11593,
3672,
834,
6624,
705,
834,
12417,
834,
10354,
198,
220,
220,
220,
1388,
3419,
198
] | 2.884615 | 52 |
"""
Test installation of the Quotient offering, as well as testing
signup with different combinations of selected benefactor factories
"""
from time import time
from twisted.trial.unittest import TestCase
from twisted.python.reflect import qual
from axiom.scripts import axiomatic
from axiom.store import Store
from axiom import userbase
from axiom.test.util import getPristineStore
from xmantissa import offering, signup
from xmantissa.plugins.free_signup import freeTicket
from xmantissa.product import Product
from xquotient import exmess
from xquotient.compose import Composer
from xquotient.inbox import Inbox
class InstallationTestCase(TestCase):
"""
Tests to ensure we can at least get as far as installing the
application and signing up. We don't really care whether the
right stuff was installed.
"""
def createSignupAndSignup(self, powerups):
"""
Signup via a newly-created signup, using a unique email address.
@return: substore, which will be endowed with C{product}
"""
product = Product(store=self.store, types=[qual(p) for (name, desc, p) in powerups])
qsignup = self.signupConfig.createSignup(
u'admin@localhost',
freeTicket.itemClass,
{'prefixURL': u'signup'},
product,
u'', u'')
booth = qsignup.booth
localpart = unicode(str(time()), 'ascii')
ticket = booth.createTicket(
booth, localpart + '@localhost', product)
ticket.claim()
return self.loginSystem.accountByAddress(
localpart, u'localhost').avatars.open()
def testBasic(self):
"""
Test signup with the top-most Quotient powerup
"""
self.createSignupAndSignup([(None, None, Inbox)])
def testCompose(self):
"""
Test signup with the compose benefactor (which
depends on the top-most Quotient benefactor)
"""
self.createSignupAndSignup([(None, None, Composer)])
def testAll(self):
"""
Test signup with all benefactors
"""
self.createSignupAndSignup(
getQuotientOffering().installablePowerups)
def testDefaultMessageDisplayPrefs(self):
"""
On signup, users' preferred message format should be HTML.
"""
ss = self.createSignupAndSignup(
getQuotientOffering().installablePowerups)
self.assertEqual(ss.findUnique(
exmess.MessageDisplayPreferenceCollection).preferredFormat, u"text/html")
| [
37811,
198,
14402,
9988,
286,
262,
2264,
313,
1153,
6011,
11,
355,
880,
355,
4856,
198,
12683,
929,
351,
1180,
17790,
286,
6163,
2204,
11218,
17590,
198,
37811,
198,
198,
6738,
640,
1330,
640,
198,
198,
6738,
19074,
13,
45994,
13,
403,
715,
395,
1330,
6208,
20448,
198,
6738,
19074,
13,
29412,
13,
35051,
1330,
4140,
198,
198,
6738,
7877,
29005,
13,
46521,
1330,
7877,
72,
13730,
198,
6738,
7877,
29005,
13,
8095,
1330,
9363,
198,
6738,
7877,
29005,
1330,
2836,
8692,
198,
6738,
7877,
29005,
13,
9288,
13,
22602,
1330,
651,
47,
1585,
500,
22658,
198,
198,
6738,
2124,
76,
415,
13808,
1330,
6011,
11,
1051,
929,
198,
6738,
2124,
76,
415,
13808,
13,
37390,
13,
5787,
62,
12683,
929,
1330,
1479,
51,
9715,
198,
6738,
2124,
76,
415,
13808,
13,
11167,
1330,
8721,
198,
198,
6738,
2124,
421,
313,
1153,
1330,
409,
37348,
198,
6738,
2124,
421,
313,
1153,
13,
785,
3455,
1330,
29936,
263,
198,
6738,
2124,
421,
313,
1153,
13,
259,
3524,
1330,
554,
3524,
198,
198,
4871,
32588,
14402,
20448,
7,
14402,
20448,
2599,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
30307,
284,
4155,
356,
460,
379,
1551,
651,
355,
1290,
355,
15975,
262,
198,
220,
220,
220,
3586,
290,
8415,
510,
13,
220,
775,
836,
470,
1107,
1337,
1771,
262,
198,
220,
220,
220,
826,
3404,
373,
6589,
13,
198,
220,
220,
220,
37227,
628,
198,
220,
220,
220,
825,
2251,
11712,
929,
1870,
11712,
929,
7,
944,
11,
1176,
4739,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
5865,
929,
2884,
257,
8308,
12,
25598,
1051,
929,
11,
1262,
257,
3748,
3053,
2209,
13,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
7783,
25,
3293,
382,
11,
543,
481,
307,
44134,
351,
327,
90,
11167,
92,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
628,
220,
220,
220,
220,
220,
220,
220,
1720,
796,
8721,
7,
8095,
28,
944,
13,
8095,
11,
3858,
41888,
13255,
7,
79,
8,
329,
357,
3672,
11,
1715,
11,
279,
8,
287,
1176,
4739,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
10662,
12683,
929,
796,
2116,
13,
12683,
929,
16934,
13,
17953,
11712,
929,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
334,
6,
28482,
31,
36750,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1479,
51,
9715,
13,
9186,
9487,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1391,
6,
40290,
21886,
10354,
334,
338,
570,
929,
6,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1720,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
334,
6,
3256,
334,
7061,
8,
628,
220,
220,
220,
220,
220,
220,
220,
18600,
796,
10662,
12683,
929,
13,
2127,
849,
198,
220,
220,
220,
220,
220,
220,
220,
1957,
3911,
796,
28000,
1098,
7,
2536,
7,
2435,
3419,
828,
705,
292,
979,
72,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
7846,
796,
18600,
13,
17953,
51,
9715,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18600,
11,
1957,
3911,
1343,
705,
31,
36750,
3256,
1720,
8,
198,
220,
220,
220,
220,
220,
220,
220,
7846,
13,
6604,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13,
38235,
11964,
13,
23317,
3886,
20231,
7,
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,
1957,
3911,
11,
334,
6,
36750,
27691,
615,
40193,
13,
9654,
3419,
628,
220,
220,
220,
825,
1332,
26416,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
6208,
1051,
929,
351,
262,
1353,
12,
1712,
2264,
313,
1153,
1176,
929,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
17953,
11712,
929,
1870,
11712,
929,
26933,
7,
14202,
11,
6045,
11,
554,
3524,
8,
12962,
628,
220,
220,
220,
825,
1332,
7293,
577,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
6208,
1051,
929,
351,
262,
36664,
2204,
11218,
357,
4758,
198,
220,
220,
220,
220,
220,
220,
220,
8338,
319,
262,
1353,
12,
1712,
2264,
313,
1153,
2204,
11218,
8,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
17953,
11712,
929,
1870,
11712,
929,
26933,
7,
14202,
11,
6045,
11,
29936,
263,
8,
12962,
628,
220,
220,
220,
825,
1332,
3237,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
6208,
1051,
929,
351,
477,
2204,
529,
669,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
17953,
11712,
929,
1870,
11712,
929,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
651,
4507,
313,
1153,
9362,
1586,
22446,
17350,
540,
13434,
4739,
8,
628,
220,
220,
220,
825,
1332,
19463,
12837,
23114,
36698,
82,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1550,
1051,
929,
11,
2985,
6,
9871,
3275,
5794,
815,
307,
11532,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
37786,
796,
2116,
13,
17953,
11712,
929,
1870,
11712,
929,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
651,
4507,
313,
1153,
9362,
1586,
22446,
17350,
540,
13434,
4739,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
30493,
36,
13255,
7,
824,
13,
19796,
40257,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
409,
37348,
13,
12837,
23114,
6719,
4288,
36307,
737,
3866,
18186,
26227,
11,
334,
1,
5239,
14,
6494,
4943,
198
] | 2.47081 | 1,062 |
import json
import numpy as np
| [
11748,
33918,
198,
11748,
299,
32152,
355,
45941,
628
] | 3.555556 | 9 |
# -*- coding: utf-8 -*-
from __future__ import absolute_import, division, print_function
from builtins import object, zip
from future.utils import PY2, as_native_str, string_types
import datetime
import io
import os
import re
import sys
from uuid import uuid4
import dateutil
import pytz
import requests
from dateutil.parser import parse
from blackfynn import log
from blackfynn.extensions import numpy as np
from blackfynn.extensions import pandas as pd
from blackfynn.extensions import require_extension
from blackfynn.utils import get_data_type, infer_epoch, usecs_to_datetime, value_as_type
try: # Python 3
from inspect import getfullargspec
except ImportError: # Python 2
from inspect import getargspec as getfullargspec
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Helpers
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
def get_package_class(data):
"""
Determines package type and returns appropriate class.
"""
content = data.get("content", data)
if "packageType" not in content:
p = Dataset
else:
ptype = content["packageType"].lower()
if ptype == "collection":
p = Collection
elif ptype == "timeseries":
p = TimeSeries
elif ptype == "dataset":
p = Dataset
else:
p = DataPackage
return p
def _flatten_file_args(files):
"""
Flatten file arguments so that upload methods can be called either as
dataset.upload(file1, file2)
or as
dataset.upload([file1, file2])
"""
if len(files) == 1 and not isinstance(files[0], string_types):
# single argument - is it iterable and not a string?
try:
files = list(files[0])
except Exception:
pass
return files
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Basics
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
class Property(object):
"""
Property of a blackfynn object.
Args:
key (str): the key of the property
value (str,number): the value of the property
fixed (bool): if true, the value cannot be changed after the property is created
hidden (bool): if true, the value is hidden on the platform
category (str): the category of the property, default: "Blackfynn"
data_type (str): one of 'string', 'integer', 'double', 'date', 'user'
"""
_data_types = ["string", "integer", "double", "date", "user", "boolean"]
def as_dict(self):
"""
Representation of instance as dictionary, used when calling API.
"""
return {
"key": self.key,
"value": str(self.value), # value needs to be string :-(
"dataType": self.data_type,
"fixed": self.fixed,
"hidden": self.hidden,
"category": self.category,
}
@classmethod
def from_dict(cls, data, category="Blackfynn"):
"""
Create an instance from dictionary, used when handling API response.
"""
return cls(
key=data["key"],
value=data["value"],
category=category,
fixed=data["fixed"],
hidden=data["hidden"],
data_type=data["dataType"],
)
@as_native_str()
class BaseNode(object):
"""
Base class to serve all objects
"""
_api = None
_object_key = "content"
@classmethod
@property
def exists(self):
"""
Whether or not the instance of this object exists on the platform.
"""
return self.id is not None
class BaseDataNode(BaseNode):
"""
Base class to serve all "data" node-types on platform, e.g. Packages and Collections.
"""
_type_name = "packageType"
def add_properties(self, *entries):
"""
Add properties to object.
Args:
entries (list): list of Property objects to add to this object
"""
self._set_properties(*entries)
# update on platform
if self.exists:
self.update_properties()
def insert_property(
self,
key,
value,
fixed=False,
hidden=False,
category="Blackfynn",
data_type=None,
):
"""
Add property to object using simplified interface.
Args:
key (str): the key of the property
value (str,number): the value of the property
fixed (bool): if true, the value cannot be changed after the property is created
hidden (bool): if true, the value is hidden on the platform
category (str): the category of the property, default: "Blackfynn"
data_type (str): one of 'string', 'integer', 'double', 'date', 'user'
Note:
This method is being depreciated in favor of ``set_property()`` method (see below).
"""
return self.set_property(
key=key,
value=value,
fixed=fixed,
hidden=hidden,
category=category,
data_type=data_type,
)
def set_property(
self,
key,
value,
fixed=False,
hidden=False,
category="Blackfynn",
data_type=None,
):
"""
Add property to object using simplified interface.
Args:
key (str): the key of the property
value (str,number): the value of the property
fixed (bool): if true, the value cannot be changed after the property is created
hidden (bool): if true, the value is hidden on the platform
category (str): the category of the property, default: "Blackfynn"
data_type (str): one of 'string', 'integer', 'double', 'date', 'user'
"""
self._set_properties(
Property(
key=key,
value=value,
fixed=fixed,
hidden=hidden,
category=category,
data_type=data_type,
)
)
# update on platform, if possible
if self.exists:
self.update_properties()
@property
def properties(self):
"""
Returns a list of properties attached to object.
"""
props = []
for category in self._properties.values():
props.extend(category.values())
return props
def get_property(self, key, category="Blackfynn"):
"""
Returns a single property for the provided key, if available
Args:
key (str): key of the desired property
category (str, optional): category of property
Returns:
object of type ``Property``
Example::
pkg.set_property('quality', 85.0)
pkg.get_property('quality')
"""
return self._properties[category].get(key, None)
def remove_property(self, key, category="Blackfynn"):
"""
Removes property of key ``key`` and category ``category`` from the object.
Args:
key (str): key of property to remove
category (str, optional): category of property to remove
"""
if key in self._properties[category]:
# remove by setting blank
self._properties[category][key].value = ""
# update remotely
self.update_properties()
# get rid of it locally
self._properties[category].pop(key)
def update(self, **kwargs):
"""
Updates object on the platform (with any local changes) and syncs
local instance with API response object.
Exmple::
pkg = bf.get('N:package:1234-1234-1234-1234')
pkg.name = "New name"
pkg.update()
"""
self._check_exists()
r = self._api.core.update(self, **kwargs)
_update_self(self, r)
def delete(self):
"""
Delete object from platform.
"""
self._check_exists()
r = self._api.core.delete(self)
self.id = None
@classmethod
class BaseCollection(BaseDataNode):
"""
Base class used for both ``Dataset`` and ``Collection``.
"""
def add(self, *items):
"""
Add items to the Collection/Dataset.
"""
self._check_exists()
for item in items:
# initialize if need be
if self._items is None:
self._items = []
if isinstance(self, Dataset):
item.parent = None
item.dataset = self.id
elif hasattr(self, "dataset"):
item.parent = self.id
item.dataset = self.dataset
# create, if not already created
new_item = self._api.core.create(item)
item.__dict__.update(new_item.__dict__)
# add item
self._items.append(item)
def remove(self, *items):
"""
Removes items, where items can be an object or the object's ID (string).
"""
self._check_exists()
for item in items:
if item not in self._items:
raise Exception("Cannot remove item, not in collection:{}".format(item))
self._api.data.delete(*items)
# remove locally
for item in items:
self._items.remove(item)
@property
def items(self):
"""
Get all items inside Dataset/Collection (i.e. non-nested items).
Note:
You can also iterate over items inside a Dataset/Colleciton without using ``.items``::
for item in my_dataset:
print("item name = ", item.name)
"""
self._check_exists()
if self._items is None:
new_self = self._get_method(self)
new_items = new_self._items
self._items = new_items if new_items is not None else []
return self._items
@property
def print_tree(self, indent=0):
"""
Prints a tree of **all** items inside object.
"""
self._check_exists()
print(u"{}{}".format(" " * indent, self))
for item in self.items:
if isinstance(item, BaseCollection):
item.print_tree(indent=indent + 2)
else:
print(u"{}{}".format(" " * (indent + 2), item))
def get_items_by_name(self, name):
"""
Get an item inside of object by name (if match is found).
Args:
name (str): the name of the item
Returns:
list of matches
Note:
This only works for **first-level** items, meaning it must exist directly inside the current object;
nested items will not be returned.
"""
self._check_exists()
# note: non-hierarchical
return [x for x in self.items if x.name == name]
def upload(self, *files, **kwargs):
"""
Upload files into current object.
Args:
files: list of local files to upload. If the Blackfynn CLI Agent is
installed you can also upload a directory. See :ref:`agent` for
more information.
Keyword Args:
display_progress (boolean): If ``True``, a progress bar will be
shown to track upload progress. Defaults to ``False``.
use_agent (boolean): If ``True``, and a compatible version of the
Agent is installed, uploads will be performed by the
Blackfynn CLI Agent. This allows large file upload in excess
of 1 hour. Defaults to ``True``.
recursive (boolean): If ``True``, the nested folder structure of
the uploaded directory will be preversed. This can only be used
with the Blackfynn CLI Agent. Defaults to ``False``.
Example::
my_collection.upload('/path/to/file1.nii.gz', '/path/to/file2.pdf')
"""
self._check_exists()
files = _flatten_file_args(files)
return self._api.io.upload_files(self, files, append=False, **kwargs)
def create_collection(self, name):
"""
Create a new collection within the current object. Collections can be created within
datasets and within other collections.
Args:
name (str): The name of the to-be-created collection
Returns:
The created ``Collection`` object.
Example::
from blackfynn import Blackfynn()
bf = Blackfynn()
ds = bf.get_dataset('my_dataset')
# create collection in dataset
col1 = ds.create_collection('my_collection')
# create collection in collection
col2 = col1.create_collection('another_collection')
"""
c = Collection(name)
self.add(c)
return c
# sequence-like method
# sequence-like method
# sequence-like method
# sequence-like method
def __contains__(self, item):
"""
Tests if item is in the collection, where item can be either
an object's ID (string) or an object's instance.
"""
self._check_exists()
if isinstance(item, string_types):
some_id = self._api.data._get_id(item)
item_ids = [x.id for x in self.items]
contains = some_id in item_ids
elif self._items is None:
return False
else:
return item in self._items
return contains
@classmethod
@as_native_str()
class DataPackage(BaseDataNode):
"""
DataPackage is the core data object representation on the platform.
Args:
name (str): The name of the data package
package_type (str): The package type, e.g. 'TimeSeries', 'MRI', etc.
Note:
``package_type`` must be a supported package type. See our data type
registry for supported values.
"""
@property
def sources(self):
"""
Returns the sources of a DataPackage. Sources are the raw, unmodified
files (if they exist) that contains the package's data.
"""
self._check_exists()
return self._api.packages.get_sources(self)
@property
def files(self):
"""
Returns the files of a DataPackage. Files are the possibly modified
source files (e.g. converted to a different format), but they could also
be the source files themselves.
"""
self._check_exists()
return self._api.packages.get_files(self)
@property
def view(self):
"""
Returns the object(s) used to view the package. This is typically a set of
file objects, that may be the DataPackage's sources or files, but could also be
a unique object specific for the viewer.
"""
self._check_exists()
return self._api.packages.get_view(self)
def process(self):
"""
Process a data package that has successfully uploaded it's source
files but has not yet been processed by the Blackfynn ETL.
"""
self._check_exists()
return self._api.packages.process(self)
def relate_to(self, *records):
"""
Relate current ``DataPackage`` to one or more ``Record`` objects.
Args:
records (list of Records): Records to relate to data package
Returns:
``Relationship`` that defines the link
Example:
Relate package to a single record::
eeg.relate_to(participant_123)
Relate package to multiple records::
# relate to explicit list of records
eeg.relate_to(
participant_001
participant_002,
participant_003,
)
# relate to all participants
eeg.relate_to(participants.get_all())
Note:
The created relationship will be of the form ``DataPackage`` --(``belongs_to``)--> ``Record``.
"""
self._check_exists()
if isinstance(records, Record):
records = [records]
assert all(
[isinstance(r, Record) for r in records]
), "all records must be object of type Record"
# auto-create relationship type
relationships = self._api.concepts.relationships.get_all(self.dataset)
if "belongs_to" not in relationships:
r = RelationshipType(
dataset_id=self.dataset, name="belongs_to", description="belongs_to"
)
self._api.concepts.relationships.create(self.dataset, r)
return [
self._api.concepts.proxies.create(
self.dataset, self.id, "belongs_to", r, {}
)
for r in records
]
@classmethod
@classmethod
@as_native_str()
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Files
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
class File(BaseDataNode):
"""
File node on the Blackfynn platform. Points to some S3 location.
Args:
name (str): Name of the file (without extension)
s3_key (str): S3 key of file
s3_bucket (str): S3 bucket of file
file_type (str): Type of file, e.g. 'MPEG', 'PDF'
size (long): Size of file
Note:
``file_type`` must be a supported file type. See our file type registry
for a list of supported file types.
"""
_type_name = "fileType"
@property
def url(self):
"""
The presigned-URL of the file.
"""
self._check_exists()
return self._api.packages.get_presigned_url_for_file(self.pkg_id, self.id)
def download(self, destination):
"""
Download the file.
Args:
destination (str): path for downloading; can be absolute file path,
prefix or destination directory.
"""
if self.type == "DirectoryViewerData":
raise NotImplementedError(
"Downloading S3 directories is currently not supported"
)
if os.path.isdir(destination):
# destination dir
f_local = os.path.join(destination, os.path.basename(self.s3_key))
if "." not in os.path.basename(destination):
# destination dir + prefix
f_local = destination + "_" + os.path.basename(self.s3_key)
else:
# exact location
f_local = destination
r = requests.get(self.url, stream=True)
with io.open(f_local, "wb") as f:
for chunk in r.iter_content(chunk_size=1024):
if chunk:
f.write(chunk)
# set local path
self.local_path = f_local
return f_local
@as_native_str()
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Time series
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
class TimeSeries(DataPackage):
"""
Represents a timeseries package on the platform. TimeSeries packages
contain channels, which contain time-dependent data sampled at some
frequency.
Args:
name: The name of the timeseries package
"""
@property
def start(self):
"""
The start time of time series data (over all channels)
"""
self._check_exists()
return sorted([x.start for x in self.channels])[0]
@property
def end(self):
"""
The end time (in usecs) of time series data (over all channels)
"""
self._check_exists()
return sorted([x.end for x in self.channels])[-1]
def limits(self):
"""
Returns time limit tuple (start, end) of package.
"""
channels = self.channels
start = sorted([x.start for x in channels])[0]
end = sorted([x.end for x in channels])[-1]
return start, end
def segments(self, start=None, stop=None, gap_factor=2):
"""
Returns list of contiguous data segments available for package. Segments are
assesssed for all channels, and the union of segments is returned.
Args:
start (int, datetime, optional):
Return segments starting after this time
(default earliest start of any channel)
stop (int, datetime, optional):
Return segments starting before this time
(default latest end time of any channel)
gap_factor (int, optional):
Gaps are computed by ``sampling_rate * gap_factor`` (default 2)
Returns:
List of tuples, where each tuple represents the (start, stop) of contiguous data.
"""
# flattenened list of segments across all channels
channel_segments = [
segment
for channel in self.channels
for segment in channel.segments(
start=start, stop=stop, gap_factor=gap_factor
)
]
# union all segments
union_segments = []
for begin, end in sorted(channel_segments):
if union_segments and union_segments[-1][1] >= begin - 1:
new_segment = (union_segments[-1][0], max(union_segments[-1][1], end))
union_segments.pop()
union_segments.append(new_segment)
else:
union_segments.append((begin, end))
return union_segments
@property
def channels(self):
"""
Returns list of Channel objects associated with package.
Note:
This is a dynamically generated property, so every call will make an API request.
Suggested usage::
channels = ts.channels
for ch in channels:
print(ch)
This will be much slower, as the API request is being made each time.::
for ch in ts.channels:
print(ch)
"""
self._check_exists()
# always dynamically return channel list
return self._api.timeseries.get_channels(self)
def get_channel(self, channel):
"""
Get channel by ID.
Args:
channel (str): ID of channel
"""
self._check_exists()
return self._api.timeseries.get_channel(self, channel)
def add_channels(self, *channels):
"""
Add channels to TimeSeries package.
Args:
channels: list of Channel objects.
"""
self._check_exists()
for channel in channels:
ch = self._api.timeseries.create_channel(self, channel)
channel.__dict__.update(ch.__dict__)
def remove_channels(self, *channels):
"""
Remove channels from TimeSeries package.
Args:
channels: list of Channel objects or IDs
"""
self._check_exists()
for channel in channels:
if isinstance(channel, TimeSeriesChannel):
self._api.timeseries.delete_channel(channel)
channel.id = None
channel._pkg = None
else:
self._api.timeseries.delete_channel_by_id(self.id, channel)
# ~~~~~~~~~~~~~~~~~~
# Data
# ~~~~~~~~~~~~~~~~~~
def get_data(
self, start=None, end=None, length=None, channels=None, use_cache=True
):
"""
Get timeseries data between ``start`` and ``end`` or ``start`` and ``start + length``
on specified channels (default all channels).
Args:
start (optional): start time of data (usecs or datetime object)
end (optional): end time of data (usecs or datetime object)
length (optional): length of data to retrieve, e.g. '1s', '5s', '10m', '1h'
channels (optional): list of channel objects or IDs, default all channels.
Note:
Data requests will be automatically chunked and combined into a single Pandas
DataFrame. However, you must be sure you request only a span of data that
will properly fit in memory.
See ``get_data_iter`` for an iterator approach to timeseries data retrieval.
Example:
Get 5 seconds of data from start over all channels::
data = ts.get_data(length='5s')
Get data betwen 12345 and 56789 (representing usecs since Epoch)::
data = ts.get_data(start=12345, end=56789)
Get first 10 seconds for the first two channels::
data = ts.get_data(length='10s', channels=ts.channels[:2])
"""
self._check_exists()
return self._api.timeseries.get_ts_data(
self,
start=start,
end=end,
length=length,
channels=channels,
use_cache=use_cache,
)
def get_data_iter(
self,
channels=None,
start=None,
end=None,
length=None,
chunk_size=None,
use_cache=True,
):
"""
Returns iterator over the data. Must specify **either ``end`` OR ``length``**, not both.
Args:
channels (optional): channels to retrieve data for (default: all)
start: start time of data (default: earliest time available).
end: end time of data (default: latest time avialable).
length: some time length, e.g. '1s', '5m', '1h' or number of usecs
chunk: some time length, e.g. '1s', '5m', '1h' or number of usecs
Returns:
iterator of Pandas Series, each the size of ``chunk_size``.
"""
self._check_exists()
return self._api.timeseries.get_ts_data_iter(
self,
channels=channels,
start=start,
end=end,
length=length,
chunk_size=chunk_size,
use_cache=use_cache,
)
def write_annotation_file(self, file, layer_names=None):
"""
Writes all layers to a csv .bfannot file
Args:
file : path to .bfannot output file. Appends extension if necessary
layer_names (optional): List of layer names to write
"""
return self._api.timeseries.write_annotation_file(self, file, layer_names)
def append_annotation_file(self, file):
"""
Processes .bfannot file and adds to timeseries package.
Args:
file : path to .bfannot file
"""
self._check_exists()
return self._api.timeseries.process_annotation_file(self, file)
def append_files(self, *files, **kwargs):
"""
Append files to this timeseries package.
Args:
files: list of local files to upload.
Keyword Args:
display_progress (boolean): If ``True``, a progress bar will be
shown to track upload progress. Defaults to ``False``.
use_agent (boolean): If ``True``, and a compatible version of the
Agent is installed, uploads will be performed by the
Blackfynn CLI Agent. This allows large file upload in excess
of 1 hour. Defaults to ``True``.
"""
self._check_exists()
files = _flatten_file_args(files)
return self._api.io.upload_files(self, files, append=True, **kwargs)
# ~~~~~~~~~~~~~~~~~~
# Annotations
# ~~~~~~~~~~~~~~~~~~
@property
def layers(self):
"""
List of annotation layers attached to TimeSeries package.
"""
self._check_exists()
# always dynamically return annotation layers
return self._api.timeseries.get_annotation_layers(self)
def get_layer(self, id_or_name):
"""
Get annotation layer by ID or name.
Args:
id_or_name: layer ID or name
"""
self._check_exists()
layers = self.layers
matches = [x for x in layers if x.id == id_or_name]
if len(matches) == 0:
matches = [x for x in layers if x.name == id_or_name]
if len(matches) == 0:
raise Exception("No layers match criteria.")
if len(matches) > 1:
raise Exception("More than one layer matched criteria")
return matches[0]
def add_layer(self, layer, description=None):
"""
Args:
layer: TimeSeriesAnnotationLayer object or name of annotation layer
description (str, optional): description of layer
"""
self._check_exists()
return self._api.timeseries.create_annotation_layer(
self, layer=layer, description=description
)
def add_annotations(self, layer, annotations):
"""
Args:
layer: either TimeSeriesAnnotationLayer object or name of annotation layer.
Note that non existing layers will be created.
annotations: TimeSeriesAnnotation object(s)
Returns:
list of TimeSeriesAnnotation objects
"""
self._check_exists()
cur_layer = self._api.timeseries.create_annotation_layer(
self, layer=layer, description=None
)
return self._api.timeseries.create_annotations(
layer=cur_layer, annotations=annotations
)
def insert_annotation(
self,
layer,
annotation,
start=None,
end=None,
channel_ids=None,
annotation_description=None,
):
"""
Insert annotations using a more direct interface, without the need for layer/annotation objects.
Args:
layer: str of new/existing layer or annotation layer object
annotation: str of annotation event
start (optional): start of annotation
end (optional): end of annotation
channels_ids (optional): list of channel IDs to apply annotation
annotation_description (optional): description of annotation
Example:
To add annotation on layer "my-events" across all channels::
ts.insert_annotation('my-events', 'my annotation event')
To add annotation to first channel::
ts.insert_annotation('my-events', 'first channel event', channel_ids=ts.channels[0])
"""
self._check_exists()
cur_layer = self._api.timeseries.create_annotation_layer(
self, layer=layer, description=None
)
return self._api.timeseries.create_annotation(
layer=cur_layer,
annotation=annotation,
start=start,
end=end,
channel_ids=channel_ids,
description=annotation_description,
)
def delete_layer(self, layer):
"""
Delete annotation layer.
Args:
layer: annotation layer object
"""
self._check_exists()
return self._api.timeseries.delete_annotation_layer(layer)
def annotation_counts(self, start, end, layers, period, channels=None):
"""
Get annotation counts between ``start`` and ``end``.
Args:
start (datetime or microseconds) : The starting time of the range to query
end (datetime or microseconds) : The ending time of the the range to query
layers ([TimeSeriesLayer]) : List of layers for which to count annotations
period (string) : The length of time to group the counts.
Formatted as a string - e.g. '1s', '5m', '3h'
channels ([TimeSeriesChannel]) : List of channel (if omitted, all channels will be used)
"""
self._check_exists()
return self._api.timeseries.query_annotation_counts(
ts=self,
layers=layers,
channels=channels,
start=start,
end=end,
period=period,
)
@as_native_str()
class TimeSeriesChannel(BaseDataNode):
"""
TimeSeriesChannel represents a single source of time series data. (e.g. electrode)
Args:
name (str): Name of channel
rate (float): Rate of the channel (Hz)
start (optional): Absolute start time of all data (datetime obj)
end (optional): Absolute end time of all data (datetime obj)
unit (str, optional): Unit of measurement
channel_type (str, optional): One of 'continuous' or 'event'
source_type (str, optional): The source of data, e.g. "EEG"
group (str, optional): The channel group, default: "default"
"""
@property
def start(self):
"""
The start time of channel data (microseconds since Epoch)
"""
return self._start
@start.setter
@property
@property
def end(self):
"""
The end time (in usecs) of channel data (microseconds since Epoch)
"""
return self._end
@end.setter
@property
def segments(self, start=None, stop=None, gap_factor=2):
"""
Return list of contiguous segments of valid data for channel.
Args:
start (long, datetime, optional):
Return segments starting after this time (default start of channel)
stop (long, datetime, optional):
Return segments starting before this time (default end of channel)
gap_factor (int, optional):
Gaps are computed by ``sampling_period * gap_factor`` (default 2)
Returns:
List of tuples, where each tuple represents the (start, stop) of contiguous data.
"""
start = self.start if start is None else start
stop = self.end if stop is None else stop
return self._api.timeseries.get_segments(
self._pkg, self, start=start, stop=stop, gap_factor=gap_factor
)
@property
def get_data(self, start=None, end=None, length=None, use_cache=True):
"""
Get channel data between ``start`` and ``end`` or ``start`` and ``start + length``
Args:
start (optional): start time of data (usecs or datetime object)
end (optional): end time of data (usecs or datetime object)
length (optional): length of data to retrieve, e.g. '1s', '5s', '10m', '1h'
use_cache (optional): whether to use locally cached data
Returns:
Pandas Series containing requested data for channel.
Note:
Data requests will be automatically chunked and combined into a single Pandas
Series. However, you must be sure you request only a span of data that
will properly fit in memory.
See ``get_data_iter`` for an iterator approach to timeseries data retrieval.
Example:
Get 5 seconds of data from start over all channels::
data = channel.get_data(length='5s')
Get data betwen 12345 and 56789 (representing usecs since Epoch)::
data = channel.get_data(start=12345, end=56789)
"""
return self._api.timeseries.get_ts_data(
ts=self._pkg,
start=start,
end=end,
length=length,
channels=[self],
use_cache=use_cache,
)
def get_data_iter(
self, start=None, end=None, length=None, chunk_size=None, use_cache=True
):
"""
Returns iterator over the data. Must specify **either ``end`` OR ``length``**, not both.
Args:
start (optional): start time of data (default: earliest time available).
end (optional): end time of data (default: latest time avialable).
length (optional): some time length, e.g. '1s', '5m', '1h' or number of usecs
chunk_size (optional): some time length, e.g. '1s', '5m', '1h' or number of usecs
use_cache (optional): whether to use locally cached data
Returns:
Iterator of Pandas Series, each the size of ``chunk_size``.
"""
return self._api.timeseries.get_ts_data_iter(
ts=self._pkg,
start=start,
end=end,
length=length,
channels=[self],
chunk_size=chunk_size,
use_cache=use_cache,
)
@as_native_str()
class TimeSeriesAnnotationLayer(BaseNode):
"""
Annotation layer containing one or more annotations. Layers are used
to separate annotations into logically distinct groups when applied
to the same data package.
Args:
name: Name of the layer
time_series_id: The TimeSeries ID which the layer applies
description: Description of the layer
"""
_object_key = None
def iter_annotations(self, window_size=10, channels=None):
"""
Iterate over annotations according to some window size (seconds).
Args:
window_size (float): Number of seconds in window
channels: List of channel objects or IDs
Yields:
List of annotations found in current window.
"""
self._check_exists()
ts = self._api.core.get(self.time_series_id)
return self._api.timeseries.iter_annotations(
ts=ts, layer=self, channels=channels, window_size=window_size
)
def add_annotations(self, annotations):
"""
Add annotations to layer.
Args:
annotations (str): List of annotation objects to add.
"""
self._check_exists()
return self._api.timeseries.create_annotations(
layer=self, annotations=annotations
)
def insert_annotation(
self, annotation, start=None, end=None, channel_ids=None, description=None
):
"""
Add annotations; proxy for ``add_annotations``.
Args:
annotation (str): Annotation string
start: Start time (usecs or datetime)
end: End time (usecs or datetime)
channel_ids: list of channel IDs
Returns:
The created annotation object.
"""
self._check_exists()
return self._api.timeseries.create_annotation(
layer=self,
annotation=annotation,
start=start,
end=end,
channel_ids=channel_ids,
description=description,
)
def annotations(self, start=None, end=None, channels=None):
"""
Get annotations between ``start`` and ``end`` over ``channels`` (all channels by default).
Args:
start: Start time
end: End time
channels: List of channel objects or IDs
"""
self._check_exists()
ts = self._api.core.get(self.time_series_id)
return self._api.timeseries.get_annotations(
ts=ts, layer=self, channels=channels, start=start, end=end
)
def annotation_counts(self, start, end, period, channels=None):
"""
The number of annotations between ``start`` and ``end`` over selected
channels (all by default).
Args:
start (datetime or microseconds) : The starting time of the range to query
end (datetime or microseconds) : The ending time of the the range to query
period (string) : The length of time to group the counts.
Formatted as a string - e.g. '1s', '5m', '3h'
channels ([TimeSeriesChannel]) : List of channel (if omitted, all channels will be used)
"""
self._check_exists()
ts = self._api.core.get(self.time_series_id)
return self._api.timeseries.query_annotation_counts(
ts=ts, layers=[self], channels=channels, start=start, end=end, period=period
)
def delete(self):
"""
Delete annotation layer.
"""
self._check_exists()
return self._api.timeseries.delete_annotation_layer(self)
@as_native_str()
class TimeSeriesAnnotation(BaseNode):
"""
Annotation is an event on one or more channels in a dataset
Args:
label (str): The label for the annotation
channel_ids: List of channel IDs that annotation applies
start: Start time
end: End time
name: Name of annotation
layer_id: Layer ID for annoation (all annotations exist on a layer)
time_series_id: TimeSeries package ID
description: Description of annotation
"""
_object_key = None
@as_native_str()
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# User
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Organizations
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Datasets
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Collections
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# PublishInfo
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# UserStubDTO
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# DatasetStatusStub
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# StatusLogEntry
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# StatusLogResponse
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Collaborators
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Models & Relationships
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Model Helpers
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Python 2
if PY2:
python_to_blackfynn_type_map = {
str: "string",
unicode: "string",
int: "long",
long: "long",
float: "double",
bool: "boolean",
datetime.date: "date",
datetime.datetime: "date",
}
blackfynn_to_python_type_map = {
"string": unicode,
"long": int,
"double": float,
"boolean": bool,
"date": datetime.datetime,
}
# Python 3
else:
python_to_blackfynn_type_map = {
str: "string",
int: "long",
float: "double",
bool: "boolean",
datetime.date: "date",
datetime.datetime: "date",
}
blackfynn_to_python_type_map = {
"string": str,
"long": int,
"double": float,
"boolean": bool,
"date": datetime.datetime,
}
valid_python_types = tuple(python_to_blackfynn_type_map.keys())
class ModelPropertyType(object):
"""
Representation of model property types in the platform.
"""
@property
@staticmethod
def _build_from(data):
"""
Construct a ``ModelPropertyType`` from any data source. This is responsible
for dispatching construction to subclasses for special cases such as
enumerated and array types.
"""
if isinstance(data, ModelPropertyType):
return data
elif isinstance(data, dict) and (
data["type"].lower() == "array" or "items" in data
):
return ModelPropertyEnumType.from_dict(data)
return ModelPropertyType.from_dict(data)
@classmethod
def _decode_value(self, value):
"""
Decode a model value received from the Blackfynn API into the Python
representation mandated by this `ModelPropertyType`.
"""
if value is None:
return None
elif self.data_type == bool:
if isinstance(value, bool):
return value
elif isinstance(value, str) or isinstance(value, unicode):
if value.lower() == "false":
return False
elif value.lower() == "true":
return True
else:
return bool(value)
else:
return bool(value)
elif self.data_type in (datetime.date, datetime.datetime):
if isinstance(value, (datetime.date, datetime.datetime)):
return value
else:
return dateutil.parser.parse(value)
return self.data_type(value)
def _encode_value(self, value):
"""
Encode a Python value into something that can be sent to the Blackfynn API.
"""
if value is None:
return None
elif isinstance(value, (datetime.date, datetime.datetime)):
if value.tzinfo is None or value.tzinfo.utcoffset(value) is None:
value = pytz.utc.localize(value)
v = value.isoformat()
# isoformat() does not include microseconds if microseconds is
# 0, but we always need microseconds in the formatted string
if not value.microsecond:
v = "{}.000000{}".format(v[:-6], v[-6:])
return v
return self.data_type(value)
@as_native_str()
class ModelPropertyEnumType(ModelPropertyType):
"""
A special case of a ``ModelPropertyType`` that contains enumerated values
and arrays of values.
This can take one of several forms:
* If ``enum`` is a list of objects, then the values of this property may
only be one of the given values.
* If ``multi_select`` is ``True``, then values of this property may be lists
of objects.
* If ``enum`` is a list of objects *and* ``multi_select`` is ``True``, then
values of this property must be lists of items in ``enum``.
"""
def _decode_value(self, value):
"""
Decode a model value received from the Blackfynn API into the Python
representation mandated by this ``ModelPropertyType``.
"""
if value is None:
return None
self._assert_value_in_enum(value)
if self.multi_select:
return [super(ModelPropertyEnumType, self)._decode_value(v) for v in value]
return super(ModelPropertyEnumType, self)._decode_value(value)
def _encode_value(self, value):
"""
Encode a Python value into something that can be sent to the Blackfynn API.
"""
if value is None:
return None
self._assert_value_in_enum(value)
if self.multi_select:
return [super(ModelPropertyEnumType, self)._encode_value(v) for v in value]
return super(ModelPropertyEnumType, self)._encode_value(value)
def _assert_value_in_enum(self, value):
"""Check that values are in the enumerated type."""
if self.enum and self.multi_select:
for v in value:
if v not in self.enum:
raise Exception(
"Value '{}' is not a member of {}".format(v, self.enum)
)
elif self.enum and value not in self.enum:
raise Exception("Value '{}' is not a member of {}".format(value, self.enum))
@classmethod
@as_native_str()
class BaseModelProperty(object):
"""
Fallback values for property fields are resolved as follows:
(1) A property is `required` if it is the title of the model
(2) A property is `default` if it is `required`. `default` is deprecated and
`required` is now the source of truth.
(3) If the `display_name` for a property is not provided use `name` instead
The default values of both `required` and `default` can be on be overridden
by passing in explicit
"""
@classmethod
@classmethod
@property
@type.setter
@property
@property
@property
@property
@as_native_str()
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Models
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
class Model(BaseModelNode):
"""
Representation of a Model in the knowledge graph.
"""
_object_key = ""
_property_cls = ModelProperty
def update(self):
"""
Updates the details of the ``Model`` on the platform.
Example::
mouse.update()
Note:
Currently, you can only append new properties to a ``Model``.
"""
self._check_exists()
_update_self(self, self._api.concepts.update(self.dataset_id, self))
def delete(self):
"""
Deletes a model from the platform. Must not have any instances.
"""
return self._api.concepts.delete(self.dataset_id, self)
def get_all(self, limit=100, offset=0):
"""
Retrieves all records of the model from the platform.
Returns:
List of ``Record``
Example::
mice = mouse.get_all()
"""
return self._api.concepts.instances.get_all(
self.dataset_id, self, limit=limit, offset=offset
)
def get(self, id):
"""
Retrieves a record of the model by id from the platform.
Args:
id: the Blackfynn id of the model
Returns:
A single ``Record``
Example::
mouse_001 = mouse.get(123456789)
"""
return self._api.concepts.instances.get(self.dataset_id, id, self)
def query(self):
"""
Run a query with this model as the join target.
"""
return self._api.concepts.query.new(self, self.dataset_id)
def get_connected(self):
"""Retrieves all connected models
Connected is defined as model that can be reached by following
outgoing relationships starting at the current model
Args:
id: The Blackfynn id of the "root" model
Returns:
A list of models connected to the given model
Example::
connected_models = mouse.get_connected()
"""
return self._api.concepts.get_connected(self.dataset_id, self.id)
def create_record(self, values=dict()):
"""
Creates a record of the model on the platform.
Args:
values (dict, optional): values for properties defined in the `Model` schema
Returns:
The newly created ``Record``
Example::
mouse_002 = mouse.create_record({"id": 2, "weight": 2.2})
"""
self._check_exists()
data_keys = set(values.keys())
schema_keys = set(self.schema.keys())
assert (
len(data_keys & schema_keys) > 0
), "An instance of {} must include values for at least one of its properties: {}".format(
self.type, schema_keys
)
self._validate_values_against_schema(values)
values = [
dict(name=k, value=v, dataType=self.schema.get(k)._type)
for k, v in values.items()
]
ci = Record(dataset_id=self.dataset_id, type=self.type, values=values)
ci = self._api.concepts.instances.create(self.dataset_id, ci)
return ci
def create_records(self, values_list):
"""
Creates multiple records of the model on the platform.
Args:
values_list (list): array of dictionaries corresponding to record values.
Returns:
List of newly created ``Record`` objects.
Example::
mouse.create_records([
{ 'id': 311, 'weight': 1.9 },
{ 'id': 312, 'weight': 2.1 },
{ 'id': 313, 'weight': 1.8 },
{ 'id': 314, 'weight': 2.3 },
{ 'id': 315, 'weight': 2.0 }
])
"""
self._check_exists()
schema_keys = set(self.schema.keys())
for values in values_list:
data_keys = set(values.keys())
assert (
len(data_keys & schema_keys) > 0
), "An instance of {} must include values for at least one of its propertes: {}".format(
self.type, schema_keys
)
self._validate_values_against_schema(values)
ci_list = [
Record(
dataset_id=self.dataset_id,
type=self.type,
values=[
dict(name=k, value=v, dataType=self.schema.get(k)._type)
for k, v in values.items()
],
)
for values in values_list
]
return self._api.concepts.instances.create_many(self.dataset_id, self, *ci_list)
def delete_records(self, *records):
"""
Deletes one or more records of a concept from the platform.
Args:
*records: instances and/or ids of records to delete
Returns:
``None``
Logs the list of records that failed to delete.
Example::
mouse.delete(mouse_002, 123456789, mouse_003.id)
"""
result = self._api.concepts.delete_instances(self.dataset_id, self, *records)
for error in result["errors"]:
self._logger.error(
"Failed to delete instance {} with error: {}".format(error[0], error[1])
)
def get_related(self):
"""
Returns a list of related model types and counts of those
relationships.
"Related" indicates that the model could be connected to the current
model via some relationship, i.e. ``B`` is "related to" ``A`` if there
exist ``A -[relationship]-> B``. Note that the directionality
matters. If ``B`` is the queried model, ``A`` would not appear in the
list of "related" models.
Returns:
List of ``Model`` objects related via a defined relationship
Example::
related_models = mouse.get_related()
"""
return self._api.concepts.get_related(self.dataset_id, self)
@as_native_str()
class Record(BaseRecord):
"""
Represents a record of a ``Model``.
Includes its neighbors, relationships, and links.
"""
_object_key = ""
_value_cls = ModelValue
def get_related(self, model=None, group=False):
"""
Returns all related records.
Args:
model (str, Model, optional): Return only related records of this type
group (bool, optional): If true, group results by model type (dict)
Returns:
List of ``Record`` objects. If ``group`` is ``True``, then the result
is a dictionary of ``RecordSet`` objects keyed by model names.
Example:
Get all connected records of type ``disease`` with relationship ``has``::
mouse_001.get_related('disease', 'has')
Get all connected records::
mouse_001.get_related()
"""
if model is None:
# return all connected records
related_by_model = self._api.concepts.instances.get_all_related(
self.dataset_id, self
)
if group:
return related_by_model
else:
if len(related_by_model) == 1:
# try to retain RecordSet type
return list(related_by_model.values())[0]
# mixed return types, cannot keep RecordSets
related = []
for model_name, model_related in related_by_model.items():
related.extend(model_related)
return related
else:
return self._api.concepts.instances.get_all_related_of_type(
self.dataset_id, self, model
)
def get_files(self):
"""
All files related to the current record.
Returns:
List of data objects i.e. ``DataPackage``
Example::
mouse_001.get_files()
"""
return self._api.concepts.files(self.dataset_id, self.type, self)
def relate_to(
self, destinations, relationship_type="related_to", values=None, direction="to"
):
"""
Relate record to one or more ``Record`` or ``DataPackage`` objects.
Args:
destinations (list of Record or DataPackage):
A list containing the ``Record`` or ``DataPackage`` objects to relate to current record
relationship_type (RelationshipType, str, optional):
Type of relationship to create
values (list of dictionaries, optional):
A list of dictionaries corresponding to relationship values
direction (str, optional):
Relationship direction. Valid values are ``'to'`` and ``'from'``
Returns:
List of created ``Relationship`` objects.
.. note::
Destinations must all be of type ``DataPackage`` or ``Record``; you cannot mix destination types.
Example:
Relate to a single ``Record``, define relationship type::
mouse_001.relate_to(lab_009, 'located_at')
Relate to multiple ``DataPackage`` objects::
mouse_001.relate_to([eeg, mri1, mri2])
"""
self._check_exists()
# accept object or list
if isinstance(destinations, (Record, DataPackage)):
destinations = [destinations]
if isinstance(destinations, Collection):
destinations = destinations.items
if not destinations:
return None
# default values
if values is None:
values = [dict() for _ in destinations] if values is None else values
else:
values = [dict(name=k, value=v) for val in values for k, v in val.items()]
assert len(destinations) == len(
values
), "Length of values must match length of destinations"
# check type
if not (
all([isinstance(d, DataPackage) for d in destinations])
or all([isinstance(d, Record) for d in destinations])
):
raise Exception(
"All destinations must be of object type Record or DataPackage"
)
# auto-create relationship type
if isinstance(relationship_type, string_types):
relationships_types = self._api.concepts.relationships.get_all(
self.dataset_id
)
if relationship_type not in relationships_types:
r = RelationshipType(
dataset_id=self.dataset_id,
name=relationship_type,
description=relationship_type,
source=self.model.id,
destination=destinations[0].model.id,
)
relationship_type = self._api.concepts.relationships.create(
self.dataset_id, r
)
else:
relationship_type = relationships_types[relationship_type]
# relationships (to packages)
if isinstance(destinations[0], DataPackage):
# if linking packages, link one at a time
result = [
self._api.concepts.relationships.instances.link(
self.dataset_id, relationship_type, self, d, values=v
)
for d, v in zip(destinations, values)
]
return RelationshipSet(relationship_type, result)
# relationships (to records)
if direction == "to":
relationships = [
Relationship(
type=relationship_type.type,
dataset_id=self.dataset_id,
source=self,
destination=d.id,
values=v,
)
for d, v in zip(destinations, values)
]
elif direction == "from":
relationships = [
Relationship(
type=relationship_type.type,
dataset_id=self.dataset_id,
source=d.id,
destination=self,
values=v,
)
for d, v in zip(destinations, values)
]
else:
raise Exception('Direction must be value "to" or "from"')
# use batch endpoint to create relationships
return self._api.concepts.relationships.instances.create_many(
self.dataset_id, relationship_type, *relationships
)
def get_linked_values(self):
"""
Get all link values attached to this Record.
"""
return self._api.concepts.instances.get_linked_values(
self.dataset_id, self.model, self
)
def get_linked_value(self, link):
"""
Get a link value by name or id.
"""
all_links = self.get_linked_values()
# First assume link is a link value id:
for l in all_links:
if link == l.id:
return l
# Then assume link is a linked property name:
try:
prop_id = self.model.get_linked_property(link).id
except:
raise Exception(
"No link found with a name or ID matching '{}'".format(link)
)
else:
for l in all_links:
if prop_id == l.type.id:
return l
raise Exception("No link found with a name or ID matching '{}'".format(link))
def add_linked_value(self, target, link):
"""
Attach a linked property value to the Record.
target: the id or Record object of the target record
link: the id or LinkedModelProperty object of the link type
"""
model = self.model
if isinstance(target, Record):
target = target.id
if isinstance(link, LinkedModelProperty):
link_id = link.id
elif isinstance(link, string_types):
link_id = model.get_linked_property(link).id
payload = dict(
name=model.type,
displayName=model.display_name,
schemaLinkedPropertyId=link_id,
to=target,
)
return self._api.concepts.instances.create_link(
self.dataset_id, self.model, self, payload
)
def delete_linked_value(self, link_name):
"""
Delete a link by name or id.
"""
link = self.get_linked_value(link_name)
self._api.concepts.instances.remove_link(
self.dataset_id, self.model, self, link
)
@property
def model(self):
"""
The ``Model`` of the current record.
Returns:
A single ``Model``.
"""
return self._api.concepts.get(self.dataset_id, self.type)
def update(self):
"""
Updates the values of the record on the platform (after modification).
Example::
mouse_001.set('name', 'Mickey')
mouse_001.update()
"""
self._check_exists()
_update_self(self, self._api.concepts.instances.update(self.dataset_id, self))
def delete(self):
"""
Deletes the instance from the platform.
Example::
mouse_001.delete()
"""
return self._api.concepts.instances.delete(self.dataset_id, self)
@as_native_str()
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Query Result
#
# Returned per "row" result of a query
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Relationships
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
class RelationshipType(BaseModelNode):
"""
Model for defining a relationships.
"""
_object_key = ""
_property_cls = RelationshipProperty
# TODO: delete when update is supported, handled in super-class
# TODO: delete when update is supported, handled in super-class
def get_all(self):
"""
Retrieves all relationships of this type from the platform.
Returns:
List of ``Relationship``
Example::
belongs_to_relationships = belongs_to.get_all()
"""
return self._api.concepts.relationships.instances.get_all(self.dataset_id, self)
def get(self, id):
"""
Retrieves a relationship by id from the platform.
Args:
id (int): the id of the instance
Returns:
A single ``Relationship``
Example::
mouse_001 = mouse.get(123456789)
"""
return self._api.concepts.relationships.instances.get(self.dataset_id, id, self)
def relate(self, source, destination, values=dict()):
"""
Relates a ``Record`` to another ``Record`` or ``DataPackage`` using current relationship.
Args:
source (Record, DataPackage): record or data package the relationship orginates from
destination (Record, DataPackage): record or data package the relationship points to
values (dict, optional): values for properties defined in the relationship's schema
Returns:
The newly created ``Relationship``
Example:
Create a relationship between a ``Record`` and a ``DataPackage``::
from_relationship.relate(mouse_001, eeg)
Create a relationship (with values) between a ``Record`` and a ``DataPackage``::
from_relationship.relate(mouse_001, eeg, {"date": datetime.datetime(1991, 02, 26, 07, 0)})
"""
self._check_exists()
self._validate_values_against_schema(values)
return self._api.concepts.relationships.instances.link(
self.dataset_id, self, source, destination, values
)
def create(self, items):
"""
Create multiple relationships between records using current relationship type.
Args:
items (list): List of relationships to be created.
Each relationship should be either a dictionary or tuple.
If relationships are dictionaries, they are required to have
``from``/``to`` or ``source``/``destination`` keys.
There is an optional ``values`` key which can be used
to attach metadata to the relationship;
``values`` should be a dictionary with key/value pairs.
If relationships are tuples, they must be in the form
``(source, dest)``.
Returns:
Array of newly created ``Relationships`` objects
Example:
Create multiple relationships (dictionary format)::
diagnosed_with.create([
{ 'from': participant_001, 'to': parkinsons},
{ 'from': participant_321, 'to': als}
])
Create multiple relationships (tuple format)::
diagnosed_with.create([
(participant_001, parkinsons),
(participant_321, als)
])
"""
self._check_exists()
# handle non-array
if isinstance(items, (dict, tuple)):
items = [items]
relations = []
for value in items:
# get source, destination, and values
if isinstance(value, tuple):
src, dest = value
vals = {}
elif isinstance(value, dict):
src = value.get("from", value.get("source"))
dest = value.get("to", value.get("destination"))
vals = value.get("values", {})
else:
raise Exception(
"Expected relationship as tuple or dictionary, found {}".format(
type(value)
)
)
# Check sources and destinations
if not isinstance(src, (Record, DataPackage, string_types)):
raise Exception(
"source must be object of type Record, DataPackage, or UUID"
)
if not isinstance(dest, (Record, DataPackage, string_types)):
raise Exception(
"destination must be object of type Record, DataPackage, or UUID"
)
# create local relationship object
relations.append(
Relationship(
dataset_id=self.dataset_id,
type=self.type,
source=src,
destination=dest,
values=[
dict(name=k, value=v, dataType=self.schema.get(k).type)
for k, v in vals.items()
],
)
)
return self._api.concepts.relationships.instances.create_many(
self.dataset_id, self, *relations
)
@as_native_str()
class Relationship(BaseRecord):
"""
A single instance of a ``RelationshipType``.
"""
_object_key = ""
def relationship(self):
"""
Retrieves the relationship definition of this instance from the platform
Returns:
A single ``RelationshipType``.
"""
return self._api.concepts.relationships.get(self.dataset_id, self.type)
# TODO: delete when update is supported, handled in super-class
def delete(self):
"""
Deletes the instance from the platform.
Example::
mouse_001_eeg_link.delete()
"""
return self._api.concepts.relationships.instances.delete(self.dataset_id, self)
@classmethod
@as_native_str()
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Proxies
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Model/Relation Instance Sets
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| [
2,
532,
9,
12,
19617,
25,
3384,
69,
12,
23,
532,
9,
12,
198,
6738,
11593,
37443,
834,
1330,
4112,
62,
11748,
11,
7297,
11,
3601,
62,
8818,
198,
6738,
3170,
1040,
1330,
2134,
11,
19974,
198,
6738,
2003,
13,
26791,
1330,
350,
56,
17,
11,
355,
62,
30191,
62,
2536,
11,
4731,
62,
19199,
198,
198,
11748,
4818,
8079,
198,
11748,
33245,
198,
11748,
28686,
198,
11748,
302,
198,
11748,
25064,
198,
6738,
334,
27112,
1330,
334,
27112,
19,
198,
198,
11748,
3128,
22602,
198,
11748,
12972,
22877,
198,
11748,
7007,
198,
6738,
3128,
22602,
13,
48610,
1330,
21136,
198,
198,
6738,
2042,
69,
2047,
77,
1330,
2604,
198,
6738,
2042,
69,
2047,
77,
13,
2302,
5736,
1330,
299,
32152,
355,
45941,
198,
6738,
2042,
69,
2047,
77,
13,
2302,
5736,
1330,
19798,
292,
355,
279,
67,
198,
6738,
2042,
69,
2047,
77,
13,
2302,
5736,
1330,
2421,
62,
2302,
3004,
198,
6738,
2042,
69,
2047,
77,
13,
26791,
1330,
651,
62,
7890,
62,
4906,
11,
13249,
62,
538,
5374,
11,
779,
6359,
62,
1462,
62,
19608,
8079,
11,
1988,
62,
292,
62,
4906,
198,
198,
28311,
25,
220,
1303,
11361,
513,
198,
220,
220,
220,
422,
10104,
1330,
651,
12853,
853,
16684,
198,
16341,
17267,
12331,
25,
220,
1303,
11361,
362,
198,
220,
220,
220,
422,
10104,
1330,
651,
853,
16684,
355,
651,
12853,
853,
16684,
628,
198,
2,
220,
27156,
15116,
8728,
93,
198,
2,
10478,
364,
198,
2,
220,
27156,
15116,
8728,
93,
628,
198,
4299,
651,
62,
26495,
62,
4871,
7,
7890,
2599,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
360,
13221,
274,
5301,
2099,
290,
5860,
5035,
1398,
13,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
2695,
796,
1366,
13,
1136,
7203,
11299,
1600,
1366,
8,
198,
220,
220,
220,
611,
366,
26495,
6030,
1,
407,
287,
2695,
25,
198,
220,
220,
220,
220,
220,
220,
220,
279,
796,
16092,
292,
316,
198,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
279,
4906,
796,
2695,
14692,
26495,
6030,
1,
4083,
21037,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
611,
279,
4906,
6624,
366,
43681,
1298,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
279,
796,
12251,
198,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
279,
4906,
6624,
366,
22355,
10640,
1298,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
279,
796,
3862,
27996,
198,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
279,
4906,
6624,
366,
19608,
292,
316,
1298,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
279,
796,
16092,
292,
316,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
279,
796,
6060,
27813,
628,
220,
220,
220,
1441,
279,
628,
198,
198,
4299,
4808,
2704,
41769,
62,
7753,
62,
22046,
7,
16624,
2599,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
1610,
41769,
2393,
7159,
523,
326,
9516,
5050,
460,
307,
1444,
2035,
355,
628,
220,
220,
220,
220,
220,
220,
220,
27039,
13,
25850,
7,
7753,
16,
11,
2393,
17,
8,
628,
220,
220,
220,
393,
355,
628,
220,
220,
220,
220,
220,
220,
220,
27039,
13,
25850,
26933,
7753,
16,
11,
2393,
17,
12962,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
611,
18896,
7,
16624,
8,
6624,
352,
290,
407,
318,
39098,
7,
16624,
58,
15,
4357,
4731,
62,
19199,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
2060,
4578,
532,
318,
340,
11629,
540,
290,
407,
257,
4731,
30,
198,
220,
220,
220,
220,
220,
220,
220,
1949,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3696,
796,
1351,
7,
16624,
58,
15,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
2845,
35528,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1208,
628,
220,
220,
220,
1441,
3696,
628,
198,
2,
220,
27156,
15116,
8728,
93,
198,
2,
45884,
198,
2,
220,
27156,
15116,
8728,
93,
628,
198,
4871,
14161,
7,
15252,
2599,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
14161,
286,
257,
2042,
69,
2047,
77,
2134,
13,
628,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
1994,
357,
2536,
2599,
262,
1994,
286,
262,
3119,
198,
220,
220,
220,
220,
220,
220,
220,
1988,
357,
2536,
11,
17618,
2599,
262,
1988,
286,
262,
3119,
628,
220,
220,
220,
220,
220,
220,
220,
5969,
357,
30388,
2599,
611,
2081,
11,
262,
1988,
2314,
307,
3421,
706,
262,
3119,
318,
2727,
198,
220,
220,
220,
220,
220,
220,
220,
7104,
357,
30388,
2599,
611,
2081,
11,
262,
1988,
318,
7104,
319,
262,
3859,
198,
220,
220,
220,
220,
220,
220,
220,
6536,
357,
2536,
2599,
262,
6536,
286,
262,
3119,
11,
4277,
25,
366,
9915,
69,
2047,
77,
1,
198,
220,
220,
220,
220,
220,
220,
220,
1366,
62,
4906,
357,
2536,
2599,
530,
286,
705,
8841,
3256,
705,
41433,
3256,
705,
23352,
3256,
705,
4475,
3256,
705,
7220,
6,
628,
220,
220,
220,
37227,
628,
220,
220,
220,
4808,
7890,
62,
19199,
796,
14631,
8841,
1600,
366,
41433,
1600,
366,
23352,
1600,
366,
4475,
1600,
366,
7220,
1600,
366,
2127,
21052,
8973,
628,
220,
220,
220,
825,
355,
62,
11600,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
10858,
341,
286,
4554,
355,
22155,
11,
973,
618,
4585,
7824,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
2539,
1298,
2116,
13,
2539,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
8367,
1298,
965,
7,
944,
13,
8367,
828,
220,
1303,
1988,
2476,
284,
307,
4731,
1058,
30420,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
7890,
6030,
1298,
2116,
13,
7890,
62,
4906,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
34021,
1298,
2116,
13,
34021,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
30342,
1298,
2116,
13,
30342,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
22872,
1298,
2116,
13,
22872,
11,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
628,
220,
220,
220,
2488,
4871,
24396,
198,
220,
220,
220,
825,
422,
62,
11600,
7,
565,
82,
11,
1366,
11,
6536,
2625,
9915,
69,
2047,
77,
1,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
13610,
281,
4554,
422,
22155,
11,
973,
618,
9041,
7824,
2882,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
537,
82,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1994,
28,
7890,
14692,
2539,
33116,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1988,
28,
7890,
14692,
8367,
33116,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6536,
28,
22872,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5969,
28,
7890,
14692,
34021,
33116,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7104,
28,
7890,
14692,
30342,
33116,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
62,
4906,
28,
7890,
14692,
7890,
6030,
33116,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
2488,
292,
62,
30191,
62,
2536,
3419,
628,
198,
198,
4871,
7308,
19667,
7,
15252,
2599,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
7308,
1398,
284,
4691,
477,
5563,
198,
220,
220,
220,
37227,
628,
220,
220,
220,
4808,
15042,
796,
6045,
198,
220,
220,
220,
4808,
15252,
62,
2539,
796,
366,
11299,
1,
628,
220,
220,
220,
2488,
4871,
24396,
628,
220,
220,
220,
2488,
26745,
198,
220,
220,
220,
825,
7160,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
10127,
393,
407,
262,
4554,
286,
428,
2134,
7160,
319,
262,
3859,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13,
312,
318,
407,
6045,
628,
198,
4871,
7308,
6601,
19667,
7,
14881,
19667,
2599,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
7308,
1398,
284,
4691,
477,
366,
7890,
1,
10139,
12,
19199,
319,
3859,
11,
304,
13,
70,
13,
6400,
1095,
290,
50004,
13,
198,
220,
220,
220,
37227,
628,
220,
220,
220,
4808,
4906,
62,
3672,
796,
366,
26495,
6030,
1,
628,
220,
220,
220,
825,
751,
62,
48310,
7,
944,
11,
1635,
298,
1678,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
3060,
6608,
284,
2134,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12784,
357,
4868,
2599,
1351,
286,
14161,
5563,
284,
751,
284,
428,
2134,
628,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
2617,
62,
48310,
46491,
298,
1678,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
4296,
319,
3859,
198,
220,
220,
220,
220,
220,
220,
220,
611,
2116,
13,
1069,
1023,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
19119,
62,
48310,
3419,
628,
220,
220,
220,
825,
7550,
62,
26745,
7,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
11,
198,
220,
220,
220,
220,
220,
220,
220,
1994,
11,
198,
220,
220,
220,
220,
220,
220,
220,
1988,
11,
198,
220,
220,
220,
220,
220,
220,
220,
5969,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
7104,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
6536,
2625,
9915,
69,
2047,
77,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
1366,
62,
4906,
28,
14202,
11,
198,
220,
220,
220,
15179,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
3060,
3119,
284,
2134,
1262,
27009,
7071,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1994,
357,
2536,
2599,
262,
1994,
286,
262,
3119,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1988,
357,
2536,
11,
17618,
2599,
262,
1988,
286,
262,
3119,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5969,
357,
30388,
2599,
611,
2081,
11,
262,
1988,
2314,
307,
3421,
706,
262,
3119,
318,
2727,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7104,
357,
30388,
2599,
611,
2081,
11,
262,
1988,
318,
7104,
319,
262,
3859,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6536,
357,
2536,
2599,
262,
6536,
286,
262,
3119,
11,
4277,
25,
366,
9915,
69,
2047,
77,
1,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
62,
4906,
357,
2536,
2599,
530,
286,
705,
8841,
3256,
705,
41433,
3256,
705,
23352,
3256,
705,
4475,
3256,
705,
7220,
6,
628,
220,
220,
220,
220,
220,
220,
220,
5740,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
770,
2446,
318,
852,
1207,
29102,
515,
287,
2661,
286,
7559,
2617,
62,
26745,
3419,
15506,
2446,
357,
3826,
2174,
737,
628,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13,
2617,
62,
26745,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1994,
28,
2539,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1988,
28,
8367,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5969,
28,
34021,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7104,
28,
30342,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6536,
28,
22872,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
62,
4906,
28,
7890,
62,
4906,
11,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
825,
900,
62,
26745,
7,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
11,
198,
220,
220,
220,
220,
220,
220,
220,
1994,
11,
198,
220,
220,
220,
220,
220,
220,
220,
1988,
11,
198,
220,
220,
220,
220,
220,
220,
220,
5969,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
7104,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
6536,
2625,
9915,
69,
2047,
77,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
1366,
62,
4906,
28,
14202,
11,
198,
220,
220,
220,
15179,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
3060,
3119,
284,
2134,
1262,
27009,
7071,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1994,
357,
2536,
2599,
262,
1994,
286,
262,
3119,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1988,
357,
2536,
11,
17618,
2599,
262,
1988,
286,
262,
3119,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5969,
357,
30388,
2599,
611,
2081,
11,
262,
1988,
2314,
307,
3421,
706,
262,
3119,
318,
2727,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7104,
357,
30388,
2599,
611,
2081,
11,
262,
1988,
318,
7104,
319,
262,
3859,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6536,
357,
2536,
2599,
262,
6536,
286,
262,
3119,
11,
4277,
25,
366,
9915,
69,
2047,
77,
1,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
62,
4906,
357,
2536,
2599,
530,
286,
705,
8841,
3256,
705,
41433,
3256,
705,
23352,
3256,
705,
4475,
3256,
705,
7220,
6,
628,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
2617,
62,
48310,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
14161,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1994,
28,
2539,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1988,
28,
8367,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5969,
28,
34021,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7104,
28,
30342,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6536,
28,
22872,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
62,
4906,
28,
7890,
62,
4906,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
4296,
319,
3859,
11,
611,
1744,
198,
220,
220,
220,
220,
220,
220,
220,
611,
2116,
13,
1069,
1023,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
19119,
62,
48310,
3419,
628,
220,
220,
220,
2488,
26745,
198,
220,
220,
220,
825,
6608,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
16409,
257,
1351,
286,
6608,
7223,
284,
2134,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
25744,
796,
17635,
198,
220,
220,
220,
220,
220,
220,
220,
329,
6536,
287,
2116,
13557,
48310,
13,
27160,
33529,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
25744,
13,
2302,
437,
7,
22872,
13,
27160,
28955,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
25744,
628,
220,
220,
220,
825,
651,
62,
26745,
7,
944,
11,
1994,
11,
6536,
2625,
9915,
69,
2047,
77,
1,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
16409,
257,
2060,
3119,
329,
262,
2810,
1994,
11,
611,
1695,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1994,
357,
2536,
2599,
1994,
286,
262,
10348,
3119,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6536,
357,
2536,
11,
11902,
2599,
6536,
286,
3119,
628,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2134,
286,
2099,
7559,
21746,
15506,
628,
220,
220,
220,
220,
220,
220,
220,
17934,
3712,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
279,
10025,
13,
2617,
62,
26745,
10786,
13237,
3256,
7600,
13,
15,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
279,
10025,
13,
1136,
62,
26745,
10786,
13237,
11537,
628,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13557,
48310,
58,
22872,
4083,
1136,
7,
2539,
11,
6045,
8,
628,
220,
220,
220,
825,
4781,
62,
26745,
7,
944,
11,
1994,
11,
6536,
2625,
9915,
69,
2047,
77,
1,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
3982,
5241,
3119,
286,
1994,
7559,
2539,
15506,
290,
6536,
7559,
22872,
15506,
422,
262,
2134,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1994,
357,
2536,
2599,
1994,
286,
3119,
284,
4781,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6536,
357,
2536,
11,
11902,
2599,
6536,
286,
3119,
284,
4781,
628,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
611,
1994,
287,
2116,
13557,
48310,
58,
22872,
5974,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
4781,
416,
4634,
9178,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
48310,
58,
22872,
7131,
2539,
4083,
8367,
796,
13538,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
4296,
19863,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
19119,
62,
48310,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
651,
5755,
286,
340,
15726,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
48310,
58,
22872,
4083,
12924,
7,
2539,
8,
628,
220,
220,
220,
825,
4296,
7,
944,
11,
12429,
46265,
22046,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
28090,
2134,
319,
262,
3859,
357,
4480,
597,
1957,
2458,
8,
290,
6171,
6359,
198,
220,
220,
220,
220,
220,
220,
220,
1957,
4554,
351,
7824,
2882,
2134,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1475,
76,
1154,
3712,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
279,
10025,
796,
275,
69,
13,
1136,
10786,
45,
25,
26495,
25,
1065,
2682,
12,
1065,
2682,
12,
1065,
2682,
12,
1065,
2682,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
279,
10025,
13,
3672,
796,
366,
3791,
1438,
1,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
279,
10025,
13,
19119,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
9122,
62,
1069,
1023,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
374,
796,
2116,
13557,
15042,
13,
7295,
13,
19119,
7,
944,
11,
12429,
46265,
22046,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4808,
19119,
62,
944,
7,
944,
11,
374,
8,
628,
220,
220,
220,
825,
12233,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
23520,
2134,
422,
3859,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
9122,
62,
1069,
1023,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
374,
796,
2116,
13557,
15042,
13,
7295,
13,
33678,
7,
944,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
312,
796,
6045,
628,
220,
220,
220,
2488,
4871,
24396,
628,
198,
4871,
7308,
36307,
7,
14881,
6601,
19667,
2599,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
7308,
1398,
973,
329,
1111,
7559,
27354,
292,
316,
15506,
290,
7559,
36307,
15506,
13,
198,
220,
220,
220,
37227,
628,
220,
220,
220,
825,
751,
7,
944,
11,
1635,
23814,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
3060,
3709,
284,
262,
12251,
14,
27354,
292,
316,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
9122,
62,
1069,
1023,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
329,
2378,
287,
3709,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
41216,
611,
761,
307,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
2116,
13557,
23814,
318,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
23814,
796,
17635,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
318,
39098,
7,
944,
11,
16092,
292,
316,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2378,
13,
8000,
796,
6045,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2378,
13,
19608,
292,
316,
796,
2116,
13,
312,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
468,
35226,
7,
944,
11,
366,
19608,
292,
316,
1,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2378,
13,
8000,
796,
2116,
13,
312,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2378,
13,
19608,
292,
316,
796,
2116,
13,
19608,
292,
316,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
2251,
11,
611,
407,
1541,
2727,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
649,
62,
9186,
796,
2116,
13557,
15042,
13,
7295,
13,
17953,
7,
9186,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2378,
13,
834,
11600,
834,
13,
19119,
7,
3605,
62,
9186,
13,
834,
11600,
834,
8,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
751,
2378,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
23814,
13,
33295,
7,
9186,
8,
628,
220,
220,
220,
825,
4781,
7,
944,
11,
1635,
23814,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
3982,
5241,
3709,
11,
810,
3709,
460,
307,
281,
2134,
393,
262,
2134,
338,
4522,
357,
8841,
737,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
9122,
62,
1069,
1023,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
329,
2378,
287,
3709,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
2378,
407,
287,
2116,
13557,
23814,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
35528,
7203,
34,
34574,
4781,
2378,
11,
407,
287,
4947,
29164,
92,
1911,
18982,
7,
9186,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
15042,
13,
7890,
13,
33678,
46491,
23814,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
4781,
15726,
198,
220,
220,
220,
220,
220,
220,
220,
329,
2378,
287,
3709,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
23814,
13,
28956,
7,
9186,
8,
628,
220,
220,
220,
2488,
26745,
198,
220,
220,
220,
825,
3709,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
3497,
477,
3709,
2641,
16092,
292,
316,
14,
36307,
357,
72,
13,
68,
13,
1729,
12,
77,
7287,
3709,
737,
628,
220,
220,
220,
220,
220,
220,
220,
5740,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
921,
460,
635,
11629,
378,
625,
3709,
2641,
257,
16092,
292,
316,
14,
5216,
293,
66,
37752,
1231,
1262,
7559,
13,
23814,
15506,
3712,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
2378,
287,
616,
62,
19608,
292,
316,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
7203,
9186,
1438,
796,
33172,
2378,
13,
3672,
8,
628,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
9122,
62,
1069,
1023,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
611,
2116,
13557,
23814,
318,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
649,
62,
944,
796,
2116,
13557,
1136,
62,
24396,
7,
944,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
649,
62,
23814,
796,
649,
62,
944,
13557,
23814,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
23814,
796,
649,
62,
23814,
611,
649,
62,
23814,
318,
407,
6045,
2073,
17635,
628,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13557,
23814,
628,
220,
220,
220,
2488,
26745,
628,
220,
220,
220,
825,
3601,
62,
21048,
7,
944,
11,
33793,
28,
15,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
12578,
82,
257,
5509,
286,
12429,
439,
1174,
3709,
2641,
2134,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
9122,
62,
1069,
1023,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
7,
84,
1,
90,
18477,
92,
1911,
18982,
7203,
366,
1635,
33793,
11,
2116,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
329,
2378,
287,
2116,
13,
23814,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
318,
39098,
7,
9186,
11,
7308,
36307,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2378,
13,
4798,
62,
21048,
7,
521,
298,
28,
521,
298,
1343,
362,
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,
3601,
7,
84,
1,
90,
18477,
92,
1911,
18982,
7203,
366,
1635,
357,
521,
298,
1343,
362,
828,
2378,
4008,
628,
220,
220,
220,
825,
651,
62,
23814,
62,
1525,
62,
3672,
7,
944,
11,
1438,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
3497,
281,
2378,
2641,
286,
2134,
416,
1438,
357,
361,
2872,
318,
1043,
737,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
357,
2536,
2599,
262,
1438,
286,
262,
2378,
628,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1351,
286,
7466,
628,
220,
220,
220,
220,
220,
220,
220,
5740,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
770,
691,
2499,
329,
12429,
11085,
12,
5715,
1174,
3709,
11,
3616,
340,
1276,
2152,
3264,
2641,
262,
1459,
2134,
26,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
28376,
3709,
481,
407,
307,
4504,
13,
628,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
9122,
62,
1069,
1023,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
3465,
25,
1729,
12,
71,
959,
998,
605,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
685,
87,
329,
2124,
287,
2116,
13,
23814,
611,
2124,
13,
3672,
6624,
1438,
60,
628,
220,
220,
220,
825,
9516,
7,
944,
11,
1635,
16624,
11,
12429,
46265,
22046,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
36803,
3696,
656,
1459,
2134,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3696,
25,
1351,
286,
1957,
3696,
284,
9516,
13,
1002,
262,
2619,
69,
2047,
77,
43749,
15906,
318,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6589,
345,
460,
635,
9516,
257,
8619,
13,
4091,
1058,
5420,
25,
63,
25781,
63,
329,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
517,
1321,
13,
628,
220,
220,
220,
220,
220,
220,
220,
7383,
4775,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3359,
62,
33723,
357,
2127,
21052,
2599,
1002,
7559,
17821,
15506,
11,
257,
4371,
2318,
481,
307,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3402,
284,
2610,
9516,
4371,
13,
2896,
13185,
284,
7559,
25101,
15506,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
779,
62,
25781,
357,
2127,
21052,
2599,
1002,
7559,
17821,
15506,
11,
290,
257,
11670,
2196,
286,
262,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15906,
318,
6589,
11,
9516,
82,
481,
307,
6157,
416,
262,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2619,
69,
2047,
77,
43749,
15906,
13,
770,
3578,
1588,
2393,
9516,
287,
6992,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
286,
352,
1711,
13,
2896,
13185,
284,
7559,
17821,
15506,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
45115,
357,
2127,
21052,
2599,
1002,
7559,
17821,
15506,
11,
262,
28376,
9483,
4645,
286,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
262,
19144,
8619,
481,
307,
662,
690,
276,
13,
770,
460,
691,
307,
973,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
351,
262,
2619,
69,
2047,
77,
43749,
15906,
13,
2896,
13185,
284,
7559,
25101,
15506,
13,
628,
220,
220,
220,
220,
220,
220,
220,
17934,
3712,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
616,
62,
43681,
13,
25850,
10786,
14,
6978,
14,
1462,
14,
7753,
16,
13,
77,
4178,
13,
34586,
3256,
31051,
6978,
14,
1462,
14,
7753,
17,
13,
12315,
11537,
628,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
9122,
62,
1069,
1023,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
3696,
796,
4808,
2704,
41769,
62,
7753,
62,
22046,
7,
16624,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13557,
15042,
13,
952,
13,
25850,
62,
16624,
7,
944,
11,
3696,
11,
24443,
28,
25101,
11,
12429,
46265,
22046,
8,
628,
220,
220,
220,
825,
2251,
62,
43681,
7,
944,
11,
1438,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
13610,
257,
649,
4947,
1626,
262,
1459,
2134,
13,
50004,
460,
307,
2727,
1626,
198,
220,
220,
220,
220,
220,
220,
220,
40522,
290,
1626,
584,
17268,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
357,
2536,
2599,
383,
1438,
286,
262,
284,
12,
1350,
12,
25598,
4947,
628,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
2727,
7559,
36307,
15506,
2134,
13,
628,
220,
220,
220,
220,
220,
220,
220,
17934,
3712,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
422,
2042,
69,
2047,
77,
1330,
2619,
69,
2047,
77,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
275,
69,
796,
2619,
69,
2047,
77,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
288,
82,
796,
275,
69,
13,
1136,
62,
19608,
292,
316,
10786,
1820,
62,
19608,
292,
316,
11537,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
2251,
4947,
287,
27039,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
951,
16,
796,
288,
82,
13,
17953,
62,
43681,
10786,
1820,
62,
43681,
11537,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
2251,
4947,
287,
4947,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
951,
17,
796,
951,
16,
13,
17953,
62,
43681,
10786,
29214,
62,
43681,
11537,
628,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
269,
796,
12251,
7,
3672,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
2860,
7,
66,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
269,
628,
220,
220,
220,
1303,
8379,
12,
2339,
2446,
628,
220,
220,
220,
1303,
8379,
12,
2339,
2446,
628,
220,
220,
220,
1303,
8379,
12,
2339,
2446,
628,
220,
220,
220,
1303,
8379,
12,
2339,
2446,
198,
220,
220,
220,
825,
11593,
3642,
1299,
834,
7,
944,
11,
2378,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
30307,
611,
2378,
318,
287,
262,
4947,
11,
810,
2378,
460,
307,
2035,
198,
220,
220,
220,
220,
220,
220,
220,
281,
2134,
338,
4522,
357,
8841,
8,
393,
281,
2134,
338,
4554,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
9122,
62,
1069,
1023,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
611,
318,
39098,
7,
9186,
11,
4731,
62,
19199,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
617,
62,
312,
796,
2116,
13557,
15042,
13,
7890,
13557,
1136,
62,
312,
7,
9186,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2378,
62,
2340,
796,
685,
87,
13,
312,
329,
2124,
287,
2116,
13,
23814,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4909,
796,
617,
62,
312,
287,
2378,
62,
2340,
198,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
2116,
13557,
23814,
318,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
10352,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
2378,
287,
2116,
13557,
23814,
628,
220,
220,
220,
220,
220,
220,
220,
1441,
4909,
628,
220,
220,
220,
2488,
4871,
24396,
628,
220,
220,
220,
2488,
292,
62,
30191,
62,
2536,
3419,
628,
198,
4871,
6060,
27813,
7,
14881,
6601,
19667,
2599,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
6060,
27813,
318,
262,
4755,
1366,
2134,
10552,
319,
262,
3859,
13,
628,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
1438,
357,
2536,
2599,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
1438,
286,
262,
1366,
5301,
198,
220,
220,
220,
220,
220,
220,
220,
5301,
62,
4906,
357,
2536,
2599,
220,
383,
5301,
2099,
11,
304,
13,
70,
13,
705,
7575,
27996,
3256,
705,
40952,
3256,
3503,
13,
628,
220,
220,
220,
5740,
25,
198,
220,
220,
220,
220,
220,
220,
220,
7559,
26495,
62,
4906,
15506,
1276,
307,
257,
4855,
5301,
2099,
13,
4091,
674,
1366,
2099,
198,
220,
220,
220,
220,
220,
220,
220,
20478,
329,
4855,
3815,
13,
628,
220,
220,
220,
37227,
628,
220,
220,
220,
2488,
26745,
198,
220,
220,
220,
825,
4237,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
16409,
262,
4237,
286,
257,
6060,
27813,
13,
26406,
389,
262,
8246,
11,
555,
41771,
198,
220,
220,
220,
220,
220,
220,
220,
3696,
357,
361,
484,
2152,
8,
326,
4909,
262,
5301,
338,
1366,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
9122,
62,
1069,
1023,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13557,
15042,
13,
43789,
13,
1136,
62,
82,
2203,
7,
944,
8,
628,
220,
220,
220,
2488,
26745,
198,
220,
220,
220,
825,
3696,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
16409,
262,
3696,
286,
257,
6060,
27813,
13,
13283,
389,
262,
5457,
9518,
198,
220,
220,
220,
220,
220,
220,
220,
2723,
3696,
357,
68,
13,
70,
13,
11513,
284,
257,
1180,
5794,
828,
475,
484,
714,
635,
198,
220,
220,
220,
220,
220,
220,
220,
307,
262,
2723,
3696,
2405,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
9122,
62,
1069,
1023,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13557,
15042,
13,
43789,
13,
1136,
62,
16624,
7,
944,
8,
628,
220,
220,
220,
2488,
26745,
198,
220,
220,
220,
825,
1570,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
16409,
262,
2134,
7,
82,
8,
973,
284,
1570,
262,
5301,
13,
770,
318,
6032,
257,
900,
286,
198,
220,
220,
220,
220,
220,
220,
220,
2393,
5563,
11,
326,
743,
307,
262,
6060,
27813,
338,
4237,
393,
3696,
11,
475,
714,
635,
307,
198,
220,
220,
220,
220,
220,
220,
220,
257,
3748,
2134,
2176,
329,
262,
19091,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
9122,
62,
1069,
1023,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13557,
15042,
13,
43789,
13,
1136,
62,
1177,
7,
944,
8,
628,
220,
220,
220,
825,
1429,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
10854,
257,
1366,
5301,
326,
468,
7675,
19144,
340,
338,
2723,
198,
220,
220,
220,
220,
220,
220,
220,
3696,
475,
468,
407,
1865,
587,
13686,
416,
262,
2619,
69,
2047,
77,
12152,
43,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
9122,
62,
1069,
1023,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13557,
15042,
13,
43789,
13,
14681,
7,
944,
8,
628,
220,
220,
220,
825,
15124,
62,
1462,
7,
944,
11,
1635,
8344,
3669,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
4718,
378,
1459,
7559,
6601,
27813,
15506,
284,
530,
393,
517,
7559,
23739,
15506,
5563,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4406,
357,
4868,
286,
13407,
2599,
13407,
284,
15124,
284,
1366,
5301,
628,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7559,
47117,
1056,
15506,
326,
15738,
262,
2792,
628,
220,
220,
220,
220,
220,
220,
220,
17934,
25,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4718,
378,
5301,
284,
257,
2060,
1700,
3712,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
304,
1533,
13,
2411,
378,
62,
1462,
7,
48013,
415,
62,
10163,
8,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4718,
378,
5301,
284,
3294,
4406,
3712,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
15124,
284,
7952,
1351,
286,
4406,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
304,
1533,
13,
2411,
378,
62,
1462,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18399,
62,
8298,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18399,
62,
21601,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18399,
62,
11245,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
15124,
284,
477,
6809,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
304,
1533,
13,
2411,
378,
62,
1462,
7,
48013,
1187,
13,
1136,
62,
439,
28955,
628,
220,
220,
220,
220,
220,
220,
220,
5740,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
2727,
2776,
481,
307,
286,
262,
1296,
7559,
6601,
27813,
15506,
1377,
7,
15506,
6667,
28079,
62,
1462,
15506,
42944,
29,
7559,
23739,
15506,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
9122,
62,
1069,
1023,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
611,
318,
39098,
7,
8344,
3669,
11,
13266,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4406,
796,
685,
8344,
3669,
60,
628,
220,
220,
220,
220,
220,
220,
220,
6818,
477,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
685,
271,
39098,
7,
81,
11,
13266,
8,
329,
374,
287,
4406,
60,
198,
220,
220,
220,
220,
220,
220,
220,
10612,
366,
439,
4406,
1276,
307,
2134,
286,
2099,
13266,
1,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
8295,
12,
17953,
2776,
2099,
198,
220,
220,
220,
220,
220,
220,
220,
6958,
796,
2116,
13557,
15042,
13,
43169,
82,
13,
39468,
5748,
13,
1136,
62,
439,
7,
944,
13,
19608,
292,
316,
8,
198,
220,
220,
220,
220,
220,
220,
220,
611,
366,
6667,
28079,
62,
1462,
1,
407,
287,
6958,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
374,
796,
39771,
6030,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
27039,
62,
312,
28,
944,
13,
19608,
292,
316,
11,
1438,
2625,
6667,
28079,
62,
1462,
1600,
6764,
2625,
6667,
28079,
62,
1462,
1,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
15042,
13,
43169,
82,
13,
39468,
5748,
13,
17953,
7,
944,
13,
19608,
292,
316,
11,
374,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1441,
685,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
15042,
13,
43169,
82,
13,
1676,
87,
444,
13,
17953,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
19608,
292,
316,
11,
2116,
13,
312,
11,
366,
6667,
28079,
62,
1462,
1600,
374,
11,
23884,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
374,
287,
4406,
198,
220,
220,
220,
220,
220,
220,
220,
2361,
628,
220,
220,
220,
2488,
4871,
24396,
628,
220,
220,
220,
2488,
4871,
24396,
628,
220,
220,
220,
2488,
292,
62,
30191,
62,
2536,
3419,
628,
198,
2,
220,
27156,
15116,
8728,
93,
198,
2,
13283,
198,
2,
220,
27156,
15116,
8728,
93,
628,
198,
4871,
9220,
7,
14881,
6601,
19667,
2599,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
9220,
10139,
319,
262,
2619,
69,
2047,
77,
3859,
13,
11045,
284,
617,
311,
18,
4067,
13,
628,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
1438,
357,
2536,
2599,
220,
220,
220,
220,
220,
6530,
286,
262,
2393,
357,
19419,
7552,
8,
198,
220,
220,
220,
220,
220,
220,
220,
264,
18,
62,
2539,
357,
2536,
2599,
220,
220,
220,
311,
18,
1994,
286,
2393,
198,
220,
220,
220,
220,
220,
220,
220,
264,
18,
62,
27041,
316,
357,
2536,
2599,
311,
18,
19236,
286,
2393,
198,
220,
220,
220,
220,
220,
220,
220,
2393,
62,
4906,
357,
2536,
2599,
5994,
286,
2393,
11,
304,
13,
70,
13,
705,
7378,
7156,
3256,
705,
20456,
6,
198,
220,
220,
220,
220,
220,
220,
220,
2546,
357,
6511,
2599,
12849,
286,
2393,
628,
220,
220,
220,
5740,
25,
198,
220,
220,
220,
220,
220,
220,
220,
7559,
7753,
62,
4906,
15506,
1276,
307,
257,
4855,
2393,
2099,
13,
4091,
674,
2393,
2099,
20478,
198,
220,
220,
220,
220,
220,
220,
220,
329,
257,
1351,
286,
4855,
2393,
3858,
13,
628,
198,
220,
220,
220,
37227,
628,
220,
220,
220,
4808,
4906,
62,
3672,
796,
366,
7753,
6030,
1,
628,
220,
220,
220,
2488,
26745,
198,
220,
220,
220,
825,
19016,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
383,
906,
3916,
12,
21886,
286,
262,
2393,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
9122,
62,
1069,
1023,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13557,
15042,
13,
43789,
13,
1136,
62,
18302,
3916,
62,
6371,
62,
1640,
62,
7753,
7,
944,
13,
35339,
62,
312,
11,
2116,
13,
312,
8,
628,
220,
220,
220,
825,
4321,
7,
944,
11,
10965,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
10472,
262,
2393,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10965,
357,
2536,
2599,
3108,
329,
22023,
26,
460,
307,
4112,
2393,
3108,
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,
21231,
393,
10965,
8619,
13,
628,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
611,
2116,
13,
4906,
6624,
366,
43055,
7680,
263,
6601,
1298,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
1892,
3546,
1154,
12061,
12331,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
10002,
278,
311,
18,
29196,
318,
3058,
407,
4855,
1,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
611,
28686,
13,
6978,
13,
9409,
343,
7,
16520,
1883,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
10965,
26672,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
277,
62,
12001,
796,
28686,
13,
6978,
13,
22179,
7,
16520,
1883,
11,
28686,
13,
6978,
13,
12093,
12453,
7,
944,
13,
82,
18,
62,
2539,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
611,
366,
526,
407,
287,
28686,
13,
6978,
13,
12093,
12453,
7,
16520,
1883,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
10965,
26672,
1343,
21231,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
277,
62,
12001,
796,
10965,
1343,
45434,
1,
1343,
28686,
13,
6978,
13,
12093,
12453,
7,
944,
13,
82,
18,
62,
2539,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
2748,
4067,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
277,
62,
12001,
796,
10965,
628,
220,
220,
220,
220,
220,
220,
220,
374,
796,
7007,
13,
1136,
7,
944,
13,
6371,
11,
4269,
28,
17821,
8,
198,
220,
220,
220,
220,
220,
220,
220,
351,
33245,
13,
9654,
7,
69,
62,
12001,
11,
366,
39346,
4943,
355,
277,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
16058,
287,
374,
13,
2676,
62,
11299,
7,
354,
2954,
62,
7857,
28,
35500,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
16058,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
277,
13,
13564,
7,
354,
2954,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
900,
1957,
3108,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
12001,
62,
6978,
796,
277,
62,
12001,
628,
220,
220,
220,
220,
220,
220,
220,
1441,
277,
62,
12001,
628,
220,
220,
220,
2488,
292,
62,
30191,
62,
2536,
3419,
628,
198,
2,
220,
27156,
15116,
8728,
93,
198,
2,
3862,
2168,
198,
2,
220,
27156,
15116,
8728,
93,
628,
198,
4871,
3862,
27996,
7,
6601,
27813,
2599,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
1432,
6629,
257,
1661,
10640,
5301,
319,
262,
3859,
13,
3862,
27996,
10392,
198,
220,
220,
220,
3994,
9619,
11,
543,
3994,
640,
12,
21186,
1366,
35846,
379,
617,
198,
220,
220,
220,
8373,
13,
628,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
1438,
25,
220,
383,
1438,
286,
262,
1661,
10640,
5301,
628,
220,
220,
220,
37227,
628,
220,
220,
220,
2488,
26745,
198,
220,
220,
220,
825,
923,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
383,
923,
640,
286,
640,
2168,
1366,
357,
2502,
477,
9619,
8,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
9122,
62,
1069,
1023,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
23243,
26933,
87,
13,
9688,
329,
2124,
287,
2116,
13,
354,
8961,
12962,
58,
15,
60,
628,
220,
220,
220,
2488,
26745,
198,
220,
220,
220,
825,
886,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
383,
886,
640,
357,
259,
779,
6359,
8,
286,
640,
2168,
1366,
357,
2502,
477,
9619,
8,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
9122,
62,
1069,
1023,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
23243,
26933,
87,
13,
437,
329,
2124,
287,
2116,
13,
354,
8961,
12962,
58,
12,
16,
60,
628,
220,
220,
220,
825,
7095,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
16409,
640,
4179,
46545,
357,
9688,
11,
886,
8,
286,
5301,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
9619,
796,
2116,
13,
354,
8961,
198,
220,
220,
220,
220,
220,
220,
220,
923,
796,
23243,
26933,
87,
13,
9688,
329,
2124,
287,
9619,
12962,
58,
15,
60,
198,
220,
220,
220,
220,
220,
220,
220,
886,
796,
23243,
26933,
87,
13,
437,
329,
2124,
287,
9619,
12962,
58,
12,
16,
60,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
923,
11,
886,
628,
220,
220,
220,
825,
17894,
7,
944,
11,
923,
28,
14202,
11,
2245,
28,
14202,
11,
7625,
62,
31412,
28,
17,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
16409,
1351,
286,
48627,
1366,
17894,
1695,
329,
5301,
13,
1001,
11726,
389,
198,
220,
220,
220,
220,
220,
220,
220,
4659,
36622,
329,
477,
9619,
11,
290,
262,
6441,
286,
17894,
318,
4504,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
923,
357,
600,
11,
4818,
8079,
11,
11902,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8229,
17894,
3599,
706,
428,
640,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
12286,
14555,
923,
286,
597,
6518,
8,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2245,
357,
600,
11,
4818,
8079,
11,
11902,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8229,
17894,
3599,
878,
428,
640,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
12286,
3452,
886,
640,
286,
597,
6518,
8,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7625,
62,
31412,
357,
600,
11,
11902,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
402,
1686,
389,
29231,
416,
7559,
37687,
11347,
62,
4873,
1635,
7625,
62,
31412,
15506,
357,
12286,
362,
8,
628,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7343,
286,
12777,
2374,
11,
810,
1123,
46545,
6870,
262,
357,
9688,
11,
2245,
8,
286,
48627,
1366,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
27172,
268,
2945,
1351,
286,
17894,
1973,
477,
9619,
198,
220,
220,
220,
220,
220,
220,
220,
6518,
62,
325,
11726,
796,
685,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10618,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
6518,
287,
2116,
13,
354,
8961,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
10618,
287,
6518,
13,
325,
11726,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
923,
28,
9688,
11,
2245,
28,
11338,
11,
7625,
62,
31412,
28,
43554,
62,
31412,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
2361,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
6441,
477,
17894,
198,
220,
220,
220,
220,
220,
220,
220,
6441,
62,
325,
11726,
796,
17635,
198,
220,
220,
220,
220,
220,
220,
220,
329,
2221,
11,
886,
287,
23243,
7,
17620,
62,
325,
11726,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
6441,
62,
325,
11726,
290,
6441,
62,
325,
11726,
58,
12,
16,
7131,
16,
60,
18189,
2221,
532,
352,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
649,
62,
325,
5154,
796,
357,
24592,
62,
325,
11726,
58,
12,
16,
7131,
15,
4357,
3509,
7,
24592,
62,
325,
11726,
58,
12,
16,
7131,
16,
4357,
886,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6441,
62,
325,
11726,
13,
12924,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6441,
62,
325,
11726,
13,
33295,
7,
3605,
62,
325,
5154,
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,
6441,
62,
325,
11726,
13,
33295,
19510,
27471,
11,
886,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
6441,
62,
325,
11726,
628,
220,
220,
220,
2488,
26745,
198,
220,
220,
220,
825,
9619,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
16409,
1351,
286,
11102,
5563,
3917,
351,
5301,
13,
628,
220,
220,
220,
220,
220,
220,
220,
5740,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
770,
318,
257,
32366,
7560,
3119,
11,
523,
790,
869,
481,
787,
281,
7824,
2581,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
35042,
276,
8748,
3712,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9619,
796,
40379,
13,
354,
8961,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
442,
287,
9619,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
7,
354,
8,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
770,
481,
307,
881,
13611,
11,
355,
262,
7824,
2581,
318,
852,
925,
1123,
640,
13,
3712,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
442,
287,
40379,
13,
354,
8961,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
7,
354,
8,
628,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
9122,
62,
1069,
1023,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
1464,
32366,
1441,
6518,
1351,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13557,
15042,
13,
22355,
10640,
13,
1136,
62,
354,
8961,
7,
944,
8,
628,
220,
220,
220,
825,
651,
62,
17620,
7,
944,
11,
6518,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
3497,
6518,
416,
4522,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6518,
357,
2536,
2599,
4522,
286,
6518,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
9122,
62,
1069,
1023,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13557,
15042,
13,
22355,
10640,
13,
1136,
62,
17620,
7,
944,
11,
6518,
8,
628,
220,
220,
220,
825,
751,
62,
354,
8961,
7,
944,
11,
1635,
354,
8961,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
3060,
9619,
284,
3862,
27996,
5301,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9619,
25,
1351,
286,
11102,
5563,
13,
628,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
9122,
62,
1069,
1023,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
329,
6518,
287,
9619,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
442,
796,
2116,
13557,
15042,
13,
22355,
10640,
13,
17953,
62,
17620,
7,
944,
11,
6518,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6518,
13,
834,
11600,
834,
13,
19119,
7,
354,
13,
834,
11600,
834,
8,
628,
220,
220,
220,
825,
4781,
62,
354,
8961,
7,
944,
11,
1635,
354,
8961,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
17220,
9619,
422,
3862,
27996,
5301,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9619,
25,
1351,
286,
11102,
5563,
393,
32373,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
9122,
62,
1069,
1023,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
329,
6518,
287,
9619,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
318,
39098,
7,
17620,
11,
3862,
27996,
29239,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
15042,
13,
22355,
10640,
13,
33678,
62,
17620,
7,
17620,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6518,
13,
312,
796,
6045,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6518,
13557,
35339,
796,
6045,
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,
2116,
13557,
15042,
13,
22355,
10640,
13,
33678,
62,
17620,
62,
1525,
62,
312,
7,
944,
13,
312,
11,
6518,
8,
628,
220,
220,
220,
1303,
220,
27156,
4907,
198,
220,
220,
220,
1303,
6060,
198,
220,
220,
220,
1303,
220,
27156,
4907,
198,
220,
220,
220,
825,
651,
62,
7890,
7,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
11,
923,
28,
14202,
11,
886,
28,
14202,
11,
4129,
28,
14202,
11,
9619,
28,
14202,
11,
779,
62,
23870,
28,
17821,
198,
220,
220,
220,
15179,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
3497,
1661,
10640,
1366,
1022,
7559,
9688,
15506,
290,
7559,
437,
15506,
393,
7559,
9688,
15506,
290,
7559,
9688,
1343,
4129,
15506,
198,
220,
220,
220,
220,
220,
220,
220,
319,
7368,
9619,
357,
12286,
477,
9619,
737,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
923,
357,
25968,
2599,
923,
640,
286,
1366,
357,
1904,
6359,
393,
4818,
8079,
2134,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
357,
25968,
2599,
886,
640,
286,
1366,
357,
1904,
6359,
393,
4818,
8079,
2134,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4129,
357,
25968,
2599,
4129,
286,
1366,
284,
19818,
11,
304,
13,
70,
13,
705,
16,
82,
3256,
705,
20,
82,
3256,
705,
940,
76,
3256,
705,
16,
71,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9619,
357,
25968,
2599,
1351,
286,
6518,
5563,
393,
32373,
11,
4277,
477,
9619,
13,
628,
220,
220,
220,
220,
220,
220,
220,
5740,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6060,
7007,
481,
307,
6338,
16058,
276,
290,
5929,
656,
257,
2060,
16492,
292,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6060,
19778,
13,
2102,
11,
345,
1276,
307,
1654,
345,
2581,
691,
257,
11506,
286,
1366,
326,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
481,
6105,
4197,
287,
4088,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4091,
7559,
1136,
62,
7890,
62,
2676,
15506,
329,
281,
41313,
3164,
284,
1661,
10640,
1366,
45069,
13,
628,
220,
220,
220,
220,
220,
220,
220,
17934,
25,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3497,
642,
4201,
286,
1366,
422,
923,
625,
477,
9619,
3712,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
796,
40379,
13,
1136,
62,
7890,
7,
13664,
11639,
20,
82,
11537,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3497,
1366,
731,
21006,
17031,
2231,
290,
642,
3134,
4531,
357,
15603,
278,
779,
6359,
1201,
4551,
5374,
2599,
25,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
796,
40379,
13,
1136,
62,
7890,
7,
9688,
28,
10163,
2231,
11,
886,
28,
20,
3134,
4531,
8,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3497,
717,
838,
4201,
329,
262,
717,
734,
9619,
3712,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
796,
40379,
13,
1136,
62,
7890,
7,
13664,
11639,
940,
82,
3256,
9619,
28,
912,
13,
354,
8961,
58,
25,
17,
12962,
628,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
9122,
62,
1069,
1023,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13557,
15042,
13,
22355,
10640,
13,
1136,
62,
912,
62,
7890,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
923,
28,
9688,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
28,
437,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4129,
28,
13664,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9619,
28,
354,
8961,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
779,
62,
23870,
28,
1904,
62,
23870,
11,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
825,
651,
62,
7890,
62,
2676,
7,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
11,
198,
220,
220,
220,
220,
220,
220,
220,
9619,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
220,
220,
923,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
220,
220,
886,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
220,
220,
4129,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
220,
220,
16058,
62,
7857,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
220,
220,
779,
62,
23870,
28,
17821,
11,
198,
220,
220,
220,
15179,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
16409,
41313,
625,
262,
1366,
13,
12039,
11986,
12429,
31336,
7559,
437,
15506,
6375,
7559,
13664,
15506,
1174,
11,
407,
1111,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9619,
357,
25968,
2599,
9619,
284,
19818,
1366,
329,
357,
12286,
25,
477,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
923,
25,
923,
640,
286,
1366,
357,
12286,
25,
14555,
640,
1695,
737,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
25,
886,
640,
286,
1366,
357,
12286,
25,
3452,
640,
1196,
498,
540,
737,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4129,
25,
617,
640,
4129,
11,
304,
13,
70,
13,
705,
16,
82,
3256,
705,
20,
76,
3256,
705,
16,
71,
6,
393,
1271,
286,
779,
6359,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16058,
25,
617,
640,
4129,
11,
304,
13,
70,
13,
705,
16,
82,
3256,
705,
20,
76,
3256,
705,
16,
71,
6,
393,
1271,
286,
779,
6359,
628,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
41313,
286,
16492,
292,
7171,
11,
1123,
262,
2546,
286,
7559,
354,
2954,
62,
7857,
15506,
13,
628,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
9122,
62,
1069,
1023,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13557,
15042,
13,
22355,
10640,
13,
1136,
62,
912,
62,
7890,
62,
2676,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9619,
28,
354,
8961,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
923,
28,
9688,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
28,
437,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4129,
28,
13664,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16058,
62,
7857,
28,
354,
2954,
62,
7857,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
779,
62,
23870,
28,
1904,
62,
23870,
11,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
825,
3551,
62,
1236,
14221,
62,
7753,
7,
944,
11,
2393,
11,
7679,
62,
14933,
28,
14202,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
12257,
274,
477,
11685,
284,
257,
269,
21370,
764,
19881,
34574,
2393,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2393,
1058,
3108,
284,
764,
19881,
34574,
5072,
2393,
13,
2034,
2412,
7552,
611,
3306,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7679,
62,
14933,
357,
25968,
2599,
7343,
286,
7679,
3891,
284,
3551,
628,
220,
220,
220,
220,
220,
220,
220,
37227,
628,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13557,
15042,
13,
22355,
10640,
13,
13564,
62,
1236,
14221,
62,
7753,
7,
944,
11,
2393,
11,
7679,
62,
14933,
8,
628,
220,
220,
220,
825,
24443,
62,
1236,
14221,
62,
7753,
7,
944,
11,
2393,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
10854,
274,
764,
19881,
34574,
2393,
290,
6673,
284,
1661,
10640,
5301,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2393,
1058,
3108,
284,
764,
19881,
34574,
2393,
628,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
9122,
62,
1069,
1023,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13557,
15042,
13,
22355,
10640,
13,
14681,
62,
1236,
14221,
62,
7753,
7,
944,
11,
2393,
8,
628,
220,
220,
220,
825,
24443,
62,
16624,
7,
944,
11,
1635,
16624,
11,
12429,
46265,
22046,
2599,
628,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2034,
437,
3696,
284,
428,
1661,
10640,
5301,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3696,
25,
1351,
286,
1957,
3696,
284,
9516,
13,
628,
220,
220,
220,
220,
220,
220,
220,
7383,
4775,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3359,
62,
33723,
357,
2127,
21052,
2599,
1002,
7559,
17821,
15506,
11,
257,
4371,
2318,
481,
307,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3402,
284,
2610,
9516,
4371,
13,
2896,
13185,
284,
7559,
25101,
15506,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
779,
62,
25781,
357,
2127,
21052,
2599,
1002,
7559,
17821,
15506,
11,
290,
257,
11670,
2196,
286,
262,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15906,
318,
6589,
11,
9516,
82,
481,
307,
6157,
416,
262,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2619,
69,
2047,
77,
43749,
15906,
13,
770,
3578,
1588,
2393,
9516,
287,
6992,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
286,
352,
1711,
13,
2896,
13185,
284,
7559,
17821,
15506,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
9122,
62,
1069,
1023,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
3696,
796,
4808,
2704,
41769,
62,
7753,
62,
22046,
7,
16624,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13557,
15042,
13,
952,
13,
25850,
62,
16624,
7,
944,
11,
3696,
11,
24443,
28,
17821,
11,
12429,
46265,
22046,
8,
628,
220,
220,
220,
1303,
220,
27156,
4907,
198,
220,
220,
220,
1303,
47939,
198,
220,
220,
220,
1303,
220,
27156,
4907,
628,
220,
220,
220,
2488,
26745,
198,
220,
220,
220,
825,
11685,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
7343,
286,
23025,
11685,
7223,
284,
3862,
27996,
5301,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
9122,
62,
1069,
1023,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
1464,
32366,
1441,
23025,
11685,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13557,
15042,
13,
22355,
10640,
13,
1136,
62,
1236,
14221,
62,
75,
6962,
7,
944,
8,
628,
220,
220,
220,
825,
651,
62,
29289,
7,
944,
11,
4686,
62,
273,
62,
3672,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
3497,
23025,
7679,
416,
4522,
393,
1438,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4686,
62,
273,
62,
3672,
25,
7679,
4522,
393,
1438,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
9122,
62,
1069,
1023,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
11685,
796,
2116,
13,
75,
6962,
198,
220,
220,
220,
220,
220,
220,
220,
7466,
796,
685,
87,
329,
2124,
287,
11685,
611,
2124,
13,
312,
6624,
4686,
62,
273,
62,
3672,
60,
198,
220,
220,
220,
220,
220,
220,
220,
611,
18896,
7,
6759,
2052,
8,
6624,
657,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7466,
796,
685,
87,
329,
2124,
287,
11685,
611,
2124,
13,
3672,
6624,
4686,
62,
273,
62,
3672,
60,
628,
220,
220,
220,
220,
220,
220,
220,
611,
18896,
7,
6759,
2052,
8,
6624,
657,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
35528,
7203,
2949,
11685,
2872,
9987,
19570,
198,
220,
220,
220,
220,
220,
220,
220,
611,
18896,
7,
6759,
2052,
8,
1875,
352,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
35528,
7203,
5167,
621,
530,
7679,
14451,
9987,
4943,
628,
220,
220,
220,
220,
220,
220,
220,
1441,
7466,
58,
15,
60,
628,
220,
220,
220,
825,
751,
62,
29289,
7,
944,
11,
7679,
11,
6764,
28,
14202,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7679,
25,
220,
220,
3862,
27996,
2025,
38983,
49925,
2134,
393,
1438,
286,
23025,
7679,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6764,
357,
2536,
11,
11902,
2599,
220,
220,
6764,
286,
7679,
628,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
9122,
62,
1069,
1023,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13557,
15042,
13,
22355,
10640,
13,
17953,
62,
1236,
14221,
62,
29289,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
11,
7679,
28,
29289,
11,
6764,
28,
11213,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
825,
751,
62,
34574,
602,
7,
944,
11,
7679,
11,
37647,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7679,
25,
2035,
3862,
27996,
2025,
38983,
49925,
2134,
393,
1438,
286,
23025,
7679,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5740,
326,
1729,
4683,
11685,
481,
307,
2727,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
37647,
25,
3862,
27996,
2025,
38983,
2134,
7,
82,
8,
628,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1351,
286,
3862,
27996,
2025,
38983,
5563,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
9122,
62,
1069,
1023,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
1090,
62,
29289,
796,
2116,
13557,
15042,
13,
22355,
10640,
13,
17953,
62,
1236,
14221,
62,
29289,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
11,
7679,
28,
29289,
11,
6764,
28,
14202,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13557,
15042,
13,
22355,
10640,
13,
17953,
62,
34574,
602,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7679,
28,
22019,
62,
29289,
11,
37647,
28,
34574,
602,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
825,
7550,
62,
1236,
14221,
7,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
11,
198,
220,
220,
220,
220,
220,
220,
220,
7679,
11,
198,
220,
220,
220,
220,
220,
220,
220,
23025,
11,
198,
220,
220,
220,
220,
220,
220,
220,
923,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
220,
220,
886,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
220,
220,
6518,
62,
2340,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
220,
220,
23025,
62,
11213,
28,
14202,
11,
198,
220,
220,
220,
15179,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
35835,
37647,
1262,
257,
517,
1277,
7071,
11,
1231,
262,
761,
329,
7679,
14,
1236,
14221,
5563,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7679,
25,
965,
286,
649,
14,
25687,
7679,
393,
23025,
7679,
2134,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
23025,
25,
965,
286,
23025,
1785,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
923,
357,
25968,
2599,
923,
286,
23025,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
357,
25968,
2599,
886,
286,
23025,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9619,
62,
2340,
357,
25968,
2599,
1351,
286,
6518,
32373,
284,
4174,
23025,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
23025,
62,
11213,
357,
25968,
2599,
6764,
286,
23025,
628,
220,
220,
220,
220,
220,
220,
220,
17934,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1675,
751,
23025,
319,
7679,
366,
1820,
12,
31534,
1,
1973,
477,
9619,
3712,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
40379,
13,
28463,
62,
1236,
14221,
10786,
1820,
12,
31534,
3256,
705,
1820,
23025,
1785,
11537,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1675,
751,
23025,
284,
717,
6518,
3712,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
40379,
13,
28463,
62,
1236,
14221,
10786,
1820,
12,
31534,
3256,
705,
11085,
6518,
1785,
3256,
6518,
62,
2340,
28,
912,
13,
354,
8961,
58,
15,
12962,
628,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
9122,
62,
1069,
1023,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
1090,
62,
29289,
796,
2116,
13557,
15042,
13,
22355,
10640,
13,
17953,
62,
1236,
14221,
62,
29289,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
11,
7679,
28,
29289,
11,
6764,
28,
14202,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13557,
15042,
13,
22355,
10640,
13,
17953,
62,
1236,
14221,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7679,
28,
22019,
62,
29289,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
23025,
28,
1236,
14221,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
923,
28,
9688,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
28,
437,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6518,
62,
2340,
28,
17620,
62,
2340,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6764,
28,
1236,
14221,
62,
11213,
11,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
825,
12233,
62,
29289,
7,
944,
11,
7679,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
23520,
23025,
7679,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7679,
25,
23025,
7679,
2134,
628,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
9122,
62,
1069,
1023,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13557,
15042,
13,
22355,
10640,
13,
33678,
62,
1236,
14221,
62,
29289,
7,
29289,
8,
628,
220,
220,
220,
825,
23025,
62,
9127,
82,
7,
944,
11,
923,
11,
886,
11,
11685,
11,
2278,
11,
9619,
28,
14202,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
3497,
23025,
9853,
1022,
7559,
9688,
15506,
290,
7559,
437,
15506,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
923,
357,
19608,
8079,
393,
4580,
43012,
8,
1058,
383,
3599,
640,
286,
262,
2837,
284,
12405,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
357,
19608,
8079,
393,
4580,
43012,
8,
220,
220,
1058,
383,
7464,
640,
286,
262,
262,
2837,
284,
12405,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
11685,
29565,
7575,
27996,
49925,
12962,
220,
220,
220,
220,
220,
220,
1058,
7343,
286,
11685,
329,
543,
284,
954,
37647,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2278,
357,
8841,
8,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
383,
4129,
286,
640,
284,
1448,
262,
9853,
13,
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,
5178,
16898,
355,
257,
4731,
532,
304,
13,
70,
13,
705,
16,
82,
3256,
705,
20,
76,
3256,
705,
18,
71,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9619,
29565,
7575,
27996,
29239,
12962,
220,
220,
1058,
7343,
286,
6518,
357,
361,
22532,
11,
477,
9619,
481,
307,
973,
8,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
9122,
62,
1069,
1023,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13557,
15042,
13,
22355,
10640,
13,
22766,
62,
1236,
14221,
62,
9127,
82,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
40379,
28,
944,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
11685,
28,
75,
6962,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9619,
28,
354,
8961,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
923,
28,
9688,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
28,
437,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2278,
28,
41007,
11,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
2488,
292,
62,
30191,
62,
2536,
3419,
628,
198,
4871,
3862,
27996,
29239,
7,
14881,
6601,
19667,
2599,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
3862,
27996,
29239,
6870,
257,
2060,
2723,
286,
640,
2168,
1366,
13,
357,
68,
13,
70,
13,
46203,
8,
628,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
1438,
357,
2536,
2599,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6530,
286,
6518,
198,
220,
220,
220,
220,
220,
220,
220,
2494,
357,
22468,
2599,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
14806,
286,
262,
6518,
357,
7399,
8,
198,
220,
220,
220,
220,
220,
220,
220,
923,
357,
25968,
2599,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
36532,
923,
640,
286,
477,
1366,
357,
19608,
8079,
26181,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
357,
25968,
2599,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
36532,
886,
640,
286,
477,
1366,
357,
19608,
8079,
26181,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4326,
357,
2536,
11,
11902,
2599,
220,
220,
220,
220,
220,
220,
220,
220,
11801,
286,
15558,
198,
220,
220,
220,
220,
220,
220,
220,
6518,
62,
4906,
357,
2536,
11,
11902,
2599,
1881,
286,
705,
18487,
5623,
6,
393,
705,
15596,
6,
198,
220,
220,
220,
220,
220,
220,
220,
2723,
62,
4906,
357,
2536,
11,
11902,
2599,
220,
383,
2723,
286,
1366,
11,
304,
13,
70,
13,
366,
6500,
38,
1,
198,
220,
220,
220,
220,
220,
220,
220,
1448,
357,
2536,
11,
11902,
2599,
220,
220,
220,
220,
220,
220,
220,
383,
6518,
1448,
11,
4277,
25,
366,
12286,
1,
628,
220,
220,
220,
37227,
628,
220,
220,
220,
2488,
26745,
198,
220,
220,
220,
825,
923,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
383,
923,
640,
286,
6518,
1366,
357,
24055,
43012,
1201,
4551,
5374,
8,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13557,
9688,
628,
220,
220,
220,
2488,
9688,
13,
2617,
353,
628,
220,
220,
220,
2488,
26745,
628,
220,
220,
220,
2488,
26745,
198,
220,
220,
220,
825,
886,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
383,
886,
640,
357,
259,
779,
6359,
8,
286,
6518,
1366,
357,
24055,
43012,
1201,
4551,
5374,
8,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13557,
437,
628,
220,
220,
220,
2488,
437,
13,
2617,
353,
628,
220,
220,
220,
2488,
26745,
628,
220,
220,
220,
825,
17894,
7,
944,
11,
923,
28,
14202,
11,
2245,
28,
14202,
11,
7625,
62,
31412,
28,
17,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
8229,
1351,
286,
48627,
17894,
286,
4938,
1366,
329,
6518,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
923,
357,
6511,
11,
4818,
8079,
11,
11902,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8229,
17894,
3599,
706,
428,
640,
357,
12286,
923,
286,
6518,
8,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2245,
357,
6511,
11,
4818,
8079,
11,
11902,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8229,
17894,
3599,
878,
428,
640,
357,
12286,
886,
286,
6518,
8,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7625,
62,
31412,
357,
600,
11,
11902,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
402,
1686,
389,
29231,
416,
7559,
37687,
11347,
62,
41007,
1635,
7625,
62,
31412,
15506,
357,
12286,
362,
8,
628,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7343,
286,
12777,
2374,
11,
810,
1123,
46545,
6870,
262,
357,
9688,
11,
2245,
8,
286,
48627,
1366,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
923,
796,
2116,
13,
9688,
611,
923,
318,
6045,
2073,
923,
198,
220,
220,
220,
220,
220,
220,
220,
2245,
796,
2116,
13,
437,
611,
2245,
318,
6045,
2073,
2245,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13557,
15042,
13,
22355,
10640,
13,
1136,
62,
325,
11726,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
35339,
11,
2116,
11,
923,
28,
9688,
11,
2245,
28,
11338,
11,
7625,
62,
31412,
28,
43554,
62,
31412,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
2488,
26745,
628,
220,
220,
220,
825,
651,
62,
7890,
7,
944,
11,
923,
28,
14202,
11,
886,
28,
14202,
11,
4129,
28,
14202,
11,
779,
62,
23870,
28,
17821,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
3497,
6518,
1366,
1022,
7559,
9688,
15506,
290,
7559,
437,
15506,
393,
7559,
9688,
15506,
290,
7559,
9688,
1343,
4129,
15506,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
923,
220,
220,
220,
220,
357,
25968,
2599,
923,
640,
286,
1366,
357,
1904,
6359,
393,
4818,
8079,
2134,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
220,
220,
220,
220,
220,
220,
357,
25968,
2599,
886,
640,
286,
1366,
357,
1904,
6359,
393,
4818,
8079,
2134,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4129,
220,
220,
220,
357,
25968,
2599,
4129,
286,
1366,
284,
19818,
11,
304,
13,
70,
13,
705,
16,
82,
3256,
705,
20,
82,
3256,
705,
940,
76,
3256,
705,
16,
71,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
779,
62,
23870,
357,
25968,
2599,
1771,
284,
779,
15726,
39986,
1366,
628,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16492,
292,
7171,
7268,
9167,
1366,
329,
6518,
13,
628,
220,
220,
220,
220,
220,
220,
220,
5740,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6060,
7007,
481,
307,
6338,
16058,
276,
290,
5929,
656,
257,
2060,
16492,
292,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7171,
13,
2102,
11,
345,
1276,
307,
1654,
345,
2581,
691,
257,
11506,
286,
1366,
326,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
481,
6105,
4197,
287,
4088,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4091,
7559,
1136,
62,
7890,
62,
2676,
15506,
329,
281,
41313,
3164,
284,
1661,
10640,
1366,
45069,
13,
628,
220,
220,
220,
220,
220,
220,
220,
17934,
25,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3497,
642,
4201,
286,
1366,
422,
923,
625,
477,
9619,
3712,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
796,
6518,
13,
1136,
62,
7890,
7,
13664,
11639,
20,
82,
11537,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3497,
1366,
731,
21006,
17031,
2231,
290,
642,
3134,
4531,
357,
15603,
278,
779,
6359,
1201,
4551,
5374,
2599,
25,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
796,
6518,
13,
1136,
62,
7890,
7,
9688,
28,
10163,
2231,
11,
886,
28,
20,
3134,
4531,
8,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
628,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13557,
15042,
13,
22355,
10640,
13,
1136,
62,
912,
62,
7890,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
40379,
28,
944,
13557,
35339,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
923,
28,
9688,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
28,
437,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4129,
28,
13664,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9619,
41888,
944,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
779,
62,
23870,
28,
1904,
62,
23870,
11,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
825,
651,
62,
7890,
62,
2676,
7,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
11,
923,
28,
14202,
11,
886,
28,
14202,
11,
4129,
28,
14202,
11,
16058,
62,
7857,
28,
14202,
11,
779,
62,
23870,
28,
17821,
198,
220,
220,
220,
15179,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
16409,
41313,
625,
262,
1366,
13,
12039,
11986,
12429,
31336,
7559,
437,
15506,
6375,
7559,
13664,
15506,
1174,
11,
407,
1111,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
923,
220,
220,
220,
220,
220,
357,
25968,
2599,
923,
640,
286,
1366,
357,
12286,
25,
14555,
640,
1695,
737,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
220,
220,
220,
220,
220,
220,
220,
357,
25968,
2599,
886,
640,
286,
1366,
357,
12286,
25,
3452,
640,
1196,
498,
540,
737,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4129,
220,
220,
220,
220,
357,
25968,
2599,
617,
640,
4129,
11,
304,
13,
70,
13,
705,
16,
82,
3256,
705,
20,
76,
3256,
705,
16,
71,
6,
393,
1271,
286,
779,
6359,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16058,
62,
7857,
357,
25968,
2599,
617,
640,
4129,
11,
304,
13,
70,
13,
705,
16,
82,
3256,
705,
20,
76,
3256,
705,
16,
71,
6,
393,
1271,
286,
779,
6359,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
779,
62,
23870,
220,
357,
25968,
2599,
1771,
284,
779,
15726,
39986,
1366,
628,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
40806,
1352,
286,
16492,
292,
7171,
11,
1123,
262,
2546,
286,
7559,
354,
2954,
62,
7857,
15506,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
628,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13557,
15042,
13,
22355,
10640,
13,
1136,
62,
912,
62,
7890,
62,
2676,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
40379,
28,
944,
13557,
35339,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
923,
28,
9688,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
28,
437,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4129,
28,
13664,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9619,
41888,
944,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16058,
62,
7857,
28,
354,
2954,
62,
7857,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
779,
62,
23870,
28,
1904,
62,
23870,
11,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
2488,
292,
62,
30191,
62,
2536,
3419,
628,
198,
4871,
3862,
27996,
2025,
38983,
49925,
7,
14881,
19667,
2599,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
1052,
38983,
7679,
7268,
530,
393,
517,
37647,
13,
406,
6962,
389,
973,
198,
220,
220,
220,
284,
4553,
37647,
656,
34193,
7310,
2628,
618,
5625,
198,
220,
220,
220,
284,
262,
976,
1366,
5301,
13,
628,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
1438,
25,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6530,
286,
262,
7679,
198,
220,
220,
220,
220,
220,
220,
220,
640,
62,
25076,
62,
312,
25,
383,
3862,
27996,
4522,
543,
262,
7679,
8991,
198,
220,
220,
220,
220,
220,
220,
220,
6764,
25,
220,
220,
220,
12489,
286,
262,
7679,
628,
220,
220,
220,
37227,
628,
220,
220,
220,
4808,
15252,
62,
2539,
796,
6045,
628,
220,
220,
220,
825,
11629,
62,
34574,
602,
7,
944,
11,
4324,
62,
7857,
28,
940,
11,
9619,
28,
14202,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
40806,
378,
625,
37647,
1864,
284,
617,
4324,
2546,
357,
43012,
737,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4324,
62,
7857,
357,
22468,
2599,
7913,
286,
4201,
287,
4324,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9619,
25,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7343,
286,
6518,
5563,
393,
32373,
628,
220,
220,
220,
220,
220,
220,
220,
575,
1164,
82,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7343,
286,
37647,
1043,
287,
1459,
4324,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
9122,
62,
1069,
1023,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
40379,
796,
2116,
13557,
15042,
13,
7295,
13,
1136,
7,
944,
13,
2435,
62,
25076,
62,
312,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13557,
15042,
13,
22355,
10640,
13,
2676,
62,
34574,
602,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
40379,
28,
912,
11,
7679,
28,
944,
11,
9619,
28,
354,
8961,
11,
4324,
62,
7857,
28,
17497,
62,
7857,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
825,
751,
62,
34574,
602,
7,
944,
11,
37647,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
3060,
37647,
284,
7679,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
37647,
357,
2536,
2599,
7343,
286,
23025,
5563,
284,
751,
13,
628,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
9122,
62,
1069,
1023,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13557,
15042,
13,
22355,
10640,
13,
17953,
62,
34574,
602,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7679,
28,
944,
11,
37647,
28,
34574,
602,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
825,
7550,
62,
1236,
14221,
7,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
11,
23025,
11,
923,
28,
14202,
11,
886,
28,
14202,
11,
6518,
62,
2340,
28,
14202,
11,
6764,
28,
14202,
198,
220,
220,
220,
15179,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
3060,
37647,
26,
15741,
329,
7559,
2860,
62,
34574,
602,
15506,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
23025,
357,
2536,
2599,
1052,
38983,
4731,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
923,
25,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7253,
640,
357,
1904,
6359,
393,
4818,
8079,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
25,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5268,
640,
357,
1904,
6359,
393,
4818,
8079,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6518,
62,
2340,
25,
220,
220,
220,
220,
220,
1351,
286,
6518,
32373,
628,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
2727,
23025,
2134,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
9122,
62,
1069,
1023,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13557,
15042,
13,
22355,
10640,
13,
17953,
62,
1236,
14221,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7679,
28,
944,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
23025,
28,
1236,
14221,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
923,
28,
9688,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
28,
437,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6518,
62,
2340,
28,
17620,
62,
2340,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6764,
28,
11213,
11,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
825,
37647,
7,
944,
11,
923,
28,
14202,
11,
886,
28,
14202,
11,
9619,
28,
14202,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
3497,
37647,
1022,
7559,
9688,
15506,
290,
7559,
437,
15506,
625,
7559,
354,
8961,
15506,
357,
439,
9619,
416,
4277,
737,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
923,
25,
220,
220,
220,
7253,
640,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
25,
220,
220,
220,
220,
220,
5268,
640,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9619,
25,
7343,
286,
6518,
5563,
393,
32373,
628,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
9122,
62,
1069,
1023,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
40379,
796,
2116,
13557,
15042,
13,
7295,
13,
1136,
7,
944,
13,
2435,
62,
25076,
62,
312,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13557,
15042,
13,
22355,
10640,
13,
1136,
62,
34574,
602,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
40379,
28,
912,
11,
7679,
28,
944,
11,
9619,
28,
354,
8961,
11,
923,
28,
9688,
11,
886,
28,
437,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
825,
23025,
62,
9127,
82,
7,
944,
11,
923,
11,
886,
11,
2278,
11,
9619,
28,
14202,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
383,
1271,
286,
37647,
1022,
7559,
9688,
15506,
290,
7559,
437,
15506,
625,
6163,
198,
220,
220,
220,
220,
220,
220,
220,
9619,
357,
439,
416,
4277,
737,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
923,
357,
19608,
8079,
393,
4580,
43012,
8,
1058,
383,
3599,
640,
286,
262,
2837,
284,
12405,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
357,
19608,
8079,
393,
4580,
43012,
8,
220,
220,
1058,
383,
7464,
640,
286,
262,
262,
2837,
284,
12405,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2278,
357,
8841,
8,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
383,
4129,
286,
640,
284,
1448,
262,
9853,
13,
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,
5178,
16898,
355,
257,
4731,
532,
304,
13,
70,
13,
705,
16,
82,
3256,
705,
20,
76,
3256,
705,
18,
71,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9619,
29565,
7575,
27996,
29239,
12962,
220,
220,
1058,
7343,
286,
6518,
357,
361,
22532,
11,
477,
9619,
481,
307,
973,
8,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
9122,
62,
1069,
1023,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
40379,
796,
2116,
13557,
15042,
13,
7295,
13,
1136,
7,
944,
13,
2435,
62,
25076,
62,
312,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13557,
15042,
13,
22355,
10640,
13,
22766,
62,
1236,
14221,
62,
9127,
82,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
40379,
28,
912,
11,
11685,
41888,
944,
4357,
9619,
28,
354,
8961,
11,
923,
28,
9688,
11,
886,
28,
437,
11,
2278,
28,
41007,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
825,
12233,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
23520,
23025,
7679,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
9122,
62,
1069,
1023,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13557,
15042,
13,
22355,
10640,
13,
33678,
62,
1236,
14221,
62,
29289,
7,
944,
8,
628,
220,
220,
220,
2488,
292,
62,
30191,
62,
2536,
3419,
628,
198,
4871,
3862,
27996,
2025,
38983,
7,
14881,
19667,
2599,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
1052,
38983,
318,
281,
1785,
319,
530,
393,
517,
9619,
287,
257,
27039,
628,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
6167,
357,
2536,
2599,
220,
220,
220,
383,
6167,
329,
262,
23025,
198,
220,
220,
220,
220,
220,
220,
220,
6518,
62,
2340,
25,
220,
220,
220,
7343,
286,
6518,
32373,
326,
23025,
8991,
198,
220,
220,
220,
220,
220,
220,
220,
923,
25,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7253,
640,
198,
220,
220,
220,
220,
220,
220,
220,
886,
25,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5268,
640,
198,
220,
220,
220,
220,
220,
220,
220,
1438,
25,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6530,
286,
23025,
198,
220,
220,
220,
220,
220,
220,
220,
7679,
62,
312,
25,
220,
220,
220,
220,
220,
220,
34398,
4522,
329,
1529,
78,
341,
357,
439,
37647,
2152,
319,
257,
7679,
8,
198,
220,
220,
220,
220,
220,
220,
220,
640,
62,
25076,
62,
312,
25,
3862,
27996,
5301,
4522,
198,
220,
220,
220,
220,
220,
220,
220,
6764,
25,
220,
220,
220,
12489,
286,
23025,
628,
220,
220,
220,
37227,
628,
220,
220,
220,
4808,
15252,
62,
2539,
796,
6045,
628,
220,
220,
220,
2488,
292,
62,
30191,
62,
2536,
3419,
628,
198,
2,
220,
27156,
15116,
8728,
93,
198,
2,
11787,
198,
2,
220,
27156,
15116,
8728,
93,
628,
198,
198,
2,
220,
27156,
15116,
8728,
93,
198,
2,
41846,
198,
2,
220,
27156,
15116,
8728,
93,
628,
198,
198,
2,
220,
27156,
15116,
8728,
93,
198,
2,
16092,
292,
1039,
198,
2,
220,
27156,
15116,
8728,
93,
628,
198,
198,
2,
220,
27156,
15116,
8728,
93,
198,
2,
50004,
198,
2,
220,
27156,
15116,
8728,
93,
628,
198,
198,
2,
220,
27156,
27156,
27156,
27156,
15116,
8728,
4907,
198,
2,
8525,
1836,
12360,
198,
2,
220,
27156,
27156,
27156,
27156,
15116,
8728,
4907,
628,
198,
198,
2,
220,
27156,
27156,
27156,
27156,
15116,
8728,
4907,
198,
2,
11787,
1273,
549,
35,
10468,
198,
2,
220,
27156,
27156,
27156,
27156,
15116,
8728,
4907,
628,
198,
198,
2,
220,
27156,
27156,
27156,
27156,
15116,
8728,
4907,
198,
2,
16092,
292,
316,
19580,
1273,
549,
198,
2,
220,
27156,
27156,
27156,
27156,
15116,
8728,
4907,
628,
198,
198,
2,
220,
27156,
27156,
27156,
27156,
15116,
8728,
4907,
198,
2,
12678,
11187,
30150,
198,
2,
220,
27156,
27156,
27156,
27156,
15116,
8728,
4907,
628,
198,
198,
2,
220,
27156,
27156,
27156,
27156,
15116,
8728,
4907,
198,
2,
12678,
11187,
31077,
198,
2,
220,
27156,
27156,
27156,
27156,
15116,
8728,
4907,
628,
198,
198,
2,
220,
27156,
27156,
27156,
27156,
15116,
8728,
4907,
198,
2,
37322,
2024,
198,
2,
220,
27156,
27156,
27156,
27156,
15116,
8728,
4907,
628,
628,
198,
2,
220,
27156,
27156,
27156,
27156,
15116,
8728,
4907,
198,
2,
32329,
1222,
13883,
5748,
198,
2,
220,
27156,
27156,
27156,
27156,
15116,
8728,
4907,
628,
198,
2,
220,
27156,
15116,
8728,
93,
198,
2,
9104,
10478,
364,
198,
2,
220,
27156,
15116,
8728,
93,
198,
198,
2,
11361,
362,
198,
361,
350,
56,
17,
25,
198,
220,
220,
220,
21015,
62,
1462,
62,
13424,
69,
2047,
77,
62,
4906,
62,
8899,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
965,
25,
366,
8841,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
28000,
1098,
25,
366,
8841,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
493,
25,
366,
6511,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
890,
25,
366,
6511,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
12178,
25,
366,
23352,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
20512,
25,
366,
2127,
21052,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
4818,
8079,
13,
4475,
25,
366,
4475,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
4818,
8079,
13,
19608,
8079,
25,
366,
4475,
1600,
198,
220,
220,
220,
1782,
628,
220,
220,
220,
2042,
69,
2047,
77,
62,
1462,
62,
29412,
62,
4906,
62,
8899,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
366,
8841,
1298,
28000,
1098,
11,
198,
220,
220,
220,
220,
220,
220,
220,
366,
6511,
1298,
493,
11,
198,
220,
220,
220,
220,
220,
220,
220,
366,
23352,
1298,
12178,
11,
198,
220,
220,
220,
220,
220,
220,
220,
366,
2127,
21052,
1298,
20512,
11,
198,
220,
220,
220,
220,
220,
220,
220,
366,
4475,
1298,
4818,
8079,
13,
19608,
8079,
11,
198,
220,
220,
220,
1782,
198,
198,
2,
11361,
513,
198,
17772,
25,
198,
220,
220,
220,
21015,
62,
1462,
62,
13424,
69,
2047,
77,
62,
4906,
62,
8899,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
965,
25,
366,
8841,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
493,
25,
366,
6511,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
12178,
25,
366,
23352,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
20512,
25,
366,
2127,
21052,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
4818,
8079,
13,
4475,
25,
366,
4475,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
4818,
8079,
13,
19608,
8079,
25,
366,
4475,
1600,
198,
220,
220,
220,
1782,
628,
220,
220,
220,
2042,
69,
2047,
77,
62,
1462,
62,
29412,
62,
4906,
62,
8899,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
366,
8841,
1298,
965,
11,
198,
220,
220,
220,
220,
220,
220,
220,
366,
6511,
1298,
493,
11,
198,
220,
220,
220,
220,
220,
220,
220,
366,
23352,
1298,
12178,
11,
198,
220,
220,
220,
220,
220,
220,
220,
366,
2127,
21052,
1298,
20512,
11,
198,
220,
220,
220,
220,
220,
220,
220,
366,
4475,
1298,
4818,
8079,
13,
19608,
8079,
11,
198,
220,
220,
220,
1782,
198,
198,
12102,
62,
29412,
62,
19199,
796,
46545,
7,
29412,
62,
1462,
62,
13424,
69,
2047,
77,
62,
4906,
62,
8899,
13,
13083,
28955,
628,
198,
198,
4871,
9104,
21746,
6030,
7,
15252,
2599,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
10858,
341,
286,
2746,
3119,
3858,
287,
262,
3859,
13,
198,
220,
220,
220,
37227,
628,
220,
220,
220,
2488,
26745,
628,
220,
220,
220,
2488,
12708,
24396,
198,
220,
220,
220,
825,
4808,
11249,
62,
6738,
7,
7890,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
28407,
257,
7559,
17633,
21746,
6030,
15506,
422,
597,
1366,
2723,
13,
770,
318,
4497,
198,
220,
220,
220,
220,
220,
220,
220,
329,
4596,
19775,
5103,
284,
850,
37724,
329,
2041,
2663,
884,
355,
198,
220,
220,
220,
220,
220,
220,
220,
27056,
515,
290,
7177,
3858,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
611,
318,
39098,
7,
7890,
11,
9104,
21746,
6030,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
1366,
628,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
318,
39098,
7,
7890,
11,
8633,
8,
290,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
14692,
4906,
1,
4083,
21037,
3419,
6624,
366,
18747,
1,
393,
366,
23814,
1,
287,
1366,
198,
220,
220,
220,
220,
220,
220,
220,
15179,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
9104,
21746,
4834,
388,
6030,
13,
6738,
62,
11600,
7,
7890,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1441,
9104,
21746,
6030,
13,
6738,
62,
11600,
7,
7890,
8,
628,
220,
220,
220,
2488,
4871,
24396,
628,
220,
220,
220,
825,
4808,
12501,
1098,
62,
8367,
7,
944,
11,
1988,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
4280,
1098,
257,
2746,
1988,
2722,
422,
262,
2619,
69,
2047,
77,
7824,
656,
262,
11361,
198,
220,
220,
220,
220,
220,
220,
220,
10552,
28853,
416,
428,
4600,
17633,
21746,
6030,
44646,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
611,
1988,
318,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
6045,
628,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
2116,
13,
7890,
62,
4906,
6624,
20512,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
318,
39098,
7,
8367,
11,
20512,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
1988,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
318,
39098,
7,
8367,
11,
965,
8,
393,
318,
39098,
7,
8367,
11,
28000,
1098,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
1988,
13,
21037,
3419,
6624,
366,
9562,
1298,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
10352,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
1988,
13,
21037,
3419,
6624,
366,
7942,
1298,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
6407,
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,
1441,
20512,
7,
8367,
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,
1441,
20512,
7,
8367,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
2116,
13,
7890,
62,
4906,
287,
357,
19608,
8079,
13,
4475,
11,
4818,
8079,
13,
19608,
8079,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
318,
39098,
7,
8367,
11,
357,
19608,
8079,
13,
4475,
11,
4818,
8079,
13,
19608,
8079,
8,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
1988,
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,
1441,
3128,
22602,
13,
48610,
13,
29572,
7,
8367,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13,
7890,
62,
4906,
7,
8367,
8,
628,
220,
220,
220,
825,
4808,
268,
8189,
62,
8367,
7,
944,
11,
1988,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2039,
8189,
257,
11361,
1988,
656,
1223,
326,
460,
307,
1908,
284,
262,
2619,
69,
2047,
77,
7824,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
611,
1988,
318,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
6045,
628,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
318,
39098,
7,
8367,
11,
357,
19608,
8079,
13,
4475,
11,
4818,
8079,
13,
19608,
8079,
8,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
1988,
13,
22877,
10951,
318,
6045,
393,
1988,
13,
22877,
10951,
13,
315,
1073,
487,
2617,
7,
8367,
8,
318,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1988,
796,
12972,
22877,
13,
315,
66,
13,
12001,
1096,
7,
8367,
8,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
410,
796,
1988,
13,
26786,
18982,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
47279,
18982,
3419,
857,
407,
2291,
4580,
43012,
611,
4580,
43012,
318,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
657,
11,
475,
356,
1464,
761,
4580,
43012,
287,
262,
39559,
4731,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
407,
1988,
13,
24055,
12227,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
410,
796,
45144,
27422,
10535,
90,
92,
1911,
18982,
7,
85,
58,
21912,
21,
4357,
410,
58,
12,
21,
25,
12962,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
410,
628,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13,
7890,
62,
4906,
7,
8367,
8,
628,
220,
220,
220,
2488,
292,
62,
30191,
62,
2536,
3419,
628,
198,
4871,
9104,
21746,
4834,
388,
6030,
7,
17633,
21746,
6030,
2599,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
317,
2041,
1339,
286,
257,
7559,
17633,
21746,
6030,
15506,
326,
4909,
27056,
515,
3815,
198,
220,
220,
220,
290,
26515,
286,
3815,
13,
628,
220,
220,
220,
770,
460,
1011,
530,
286,
1811,
5107,
25,
628,
220,
220,
220,
220,
220,
1635,
1002,
7559,
44709,
15506,
318,
257,
1351,
286,
5563,
11,
788,
262,
3815,
286,
428,
3119,
743,
198,
220,
220,
220,
220,
220,
220,
220,
691,
307,
530,
286,
262,
1813,
3815,
13,
198,
220,
220,
220,
220,
220,
1635,
1002,
7559,
41684,
62,
19738,
15506,
318,
7559,
17821,
15506,
11,
788,
3815,
286,
428,
3119,
743,
307,
8341,
198,
220,
220,
220,
220,
220,
220,
220,
286,
5563,
13,
198,
220,
220,
220,
220,
220,
1635,
1002,
7559,
44709,
15506,
318,
257,
1351,
286,
5563,
1635,
392,
9,
7559,
41684,
62,
19738,
15506,
318,
7559,
17821,
15506,
11,
788,
198,
220,
220,
220,
220,
220,
220,
220,
3815,
286,
428,
3119,
1276,
307,
8341,
286,
3709,
287,
7559,
44709,
15506,
13,
198,
220,
220,
220,
37227,
628,
220,
220,
220,
825,
4808,
12501,
1098,
62,
8367,
7,
944,
11,
1988,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
4280,
1098,
257,
2746,
1988,
2722,
422,
262,
2619,
69,
2047,
77,
7824,
656,
262,
11361,
198,
220,
220,
220,
220,
220,
220,
220,
10552,
28853,
416,
428,
7559,
17633,
21746,
6030,
15506,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
611,
1988,
318,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
6045,
628,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
30493,
62,
8367,
62,
259,
62,
44709,
7,
8367,
8,
628,
220,
220,
220,
220,
220,
220,
220,
611,
2116,
13,
41684,
62,
19738,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
685,
16668,
7,
17633,
21746,
4834,
388,
6030,
11,
2116,
737,
62,
12501,
1098,
62,
8367,
7,
85,
8,
329,
410,
287,
1988,
60,
628,
220,
220,
220,
220,
220,
220,
220,
1441,
2208,
7,
17633,
21746,
4834,
388,
6030,
11,
2116,
737,
62,
12501,
1098,
62,
8367,
7,
8367,
8,
628,
220,
220,
220,
825,
4808,
268,
8189,
62,
8367,
7,
944,
11,
1988,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2039,
8189,
257,
11361,
1988,
656,
1223,
326,
460,
307,
1908,
284,
262,
2619,
69,
2047,
77,
7824,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
611,
1988,
318,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
6045,
628,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
30493,
62,
8367,
62,
259,
62,
44709,
7,
8367,
8,
628,
220,
220,
220,
220,
220,
220,
220,
611,
2116,
13,
41684,
62,
19738,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
685,
16668,
7,
17633,
21746,
4834,
388,
6030,
11,
2116,
737,
62,
268,
8189,
62,
8367,
7,
85,
8,
329,
410,
287,
1988,
60,
628,
220,
220,
220,
220,
220,
220,
220,
1441,
2208,
7,
17633,
21746,
4834,
388,
6030,
11,
2116,
737,
62,
268,
8189,
62,
8367,
7,
8367,
8,
628,
220,
220,
220,
825,
4808,
30493,
62,
8367,
62,
259,
62,
44709,
7,
944,
11,
1988,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
9787,
326,
3815,
389,
287,
262,
27056,
515,
2099,
526,
15931,
198,
220,
220,
220,
220,
220,
220,
220,
611,
2116,
13,
44709,
290,
2116,
13,
41684,
62,
19738,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
410,
287,
1988,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
410,
407,
287,
2116,
13,
44709,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
35528,
7,
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,
11395,
705,
90,
92,
6,
318,
407,
257,
2888,
286,
23884,
1911,
18982,
7,
85,
11,
2116,
13,
44709,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
2116,
13,
44709,
290,
1988,
407,
287,
2116,
13,
44709,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
35528,
7203,
11395,
705,
90,
92,
6,
318,
407,
257,
2888,
286,
23884,
1911,
18982,
7,
8367,
11,
2116,
13,
44709,
4008,
628,
220,
220,
220,
2488,
4871,
24396,
628,
220,
220,
220,
2488,
292,
62,
30191,
62,
2536,
3419,
628,
198,
4871,
7308,
17633,
21746,
7,
15252,
2599,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
7218,
1891,
3815,
329,
3119,
7032,
389,
12939,
355,
5679,
25,
628,
220,
220,
220,
357,
16,
8,
317,
3119,
318,
4600,
35827,
63,
611,
340,
318,
262,
3670,
286,
262,
2746,
628,
220,
220,
220,
357,
17,
8,
317,
3119,
318,
4600,
12286,
63,
611,
340,
318,
4600,
35827,
44646,
4600,
12286,
63,
318,
39224,
290,
198,
220,
220,
220,
4600,
35827,
63,
318,
783,
262,
2723,
286,
3872,
13,
628,
220,
220,
220,
357,
18,
8,
1002,
262,
4600,
13812,
62,
3672,
63,
329,
257,
3119,
318,
407,
2810,
779,
4600,
3672,
63,
2427,
628,
220,
220,
220,
383,
4277,
3815,
286,
1111,
4600,
35827,
63,
290,
4600,
12286,
63,
460,
307,
319,
307,
23170,
4651,
198,
220,
220,
220,
416,
6427,
287,
7952,
198,
220,
220,
220,
37227,
628,
220,
220,
220,
2488,
4871,
24396,
628,
220,
220,
220,
2488,
4871,
24396,
628,
220,
220,
220,
2488,
26745,
628,
220,
220,
220,
2488,
4906,
13,
2617,
353,
628,
220,
220,
220,
2488,
26745,
628,
220,
220,
220,
2488,
26745,
628,
220,
220,
220,
2488,
26745,
628,
220,
220,
220,
2488,
26745,
628,
220,
220,
220,
2488,
292,
62,
30191,
62,
2536,
3419,
628,
628,
628,
628,
198,
2,
220,
27156,
15116,
8728,
93,
198,
2,
32329,
198,
2,
220,
27156,
15116,
8728,
93,
628,
628,
628,
198,
198,
4871,
9104,
7,
14881,
17633,
19667,
2599,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
10858,
341,
286,
257,
9104,
287,
262,
3725,
4823,
13,
198,
220,
220,
220,
37227,
628,
220,
220,
220,
4808,
15252,
62,
2539,
796,
13538,
198,
220,
220,
220,
4808,
26745,
62,
565,
82,
796,
9104,
21746,
628,
220,
220,
220,
825,
4296,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
28090,
262,
3307,
286,
262,
7559,
17633,
15506,
319,
262,
3859,
13,
628,
220,
220,
220,
220,
220,
220,
220,
17934,
3712,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10211,
13,
19119,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
5740,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16888,
11,
345,
460,
691,
24443,
649,
6608,
284,
257,
7559,
17633,
15506,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
9122,
62,
1069,
1023,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
4808,
19119,
62,
944,
7,
944,
11,
2116,
13557,
15042,
13,
43169,
82,
13,
19119,
7,
944,
13,
19608,
292,
316,
62,
312,
11,
2116,
4008,
628,
220,
220,
220,
825,
12233,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1024,
40676,
257,
2746,
422,
262,
3859,
13,
12039,
407,
423,
597,
10245,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13557,
15042,
13,
43169,
82,
13,
33678,
7,
944,
13,
19608,
292,
316,
62,
312,
11,
2116,
8,
628,
220,
220,
220,
825,
651,
62,
439,
7,
944,
11,
4179,
28,
3064,
11,
11677,
28,
15,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
4990,
5034,
1158,
477,
4406,
286,
262,
2746,
422,
262,
3859,
13,
628,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7343,
286,
7559,
23739,
15506,
628,
220,
220,
220,
220,
220,
220,
220,
17934,
3712,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10693,
796,
10211,
13,
1136,
62,
439,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13557,
15042,
13,
43169,
82,
13,
8625,
1817,
13,
1136,
62,
439,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
19608,
292,
316,
62,
312,
11,
2116,
11,
4179,
28,
32374,
11,
11677,
28,
28968,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
825,
651,
7,
944,
11,
4686,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
4990,
5034,
1158,
257,
1700,
286,
262,
2746,
416,
4686,
422,
262,
3859,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4686,
25,
262,
2619,
69,
2047,
77,
4686,
286,
262,
2746,
628,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
2060,
7559,
23739,
15506,
628,
220,
220,
220,
220,
220,
220,
220,
17934,
3712,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10211,
62,
8298,
796,
10211,
13,
1136,
7,
10163,
2231,
3134,
4531,
8,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13557,
15042,
13,
43169,
82,
13,
8625,
1817,
13,
1136,
7,
944,
13,
19608,
292,
316,
62,
312,
11,
4686,
11,
2116,
8,
628,
220,
220,
220,
825,
12405,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
5660,
257,
12405,
351,
428,
2746,
355,
262,
4654,
2496,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13557,
15042,
13,
43169,
82,
13,
22766,
13,
3605,
7,
944,
11,
2116,
13,
19608,
292,
316,
62,
312,
8,
628,
220,
220,
220,
825,
651,
62,
15236,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
9781,
5034,
1158,
477,
5884,
4981,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8113,
276,
318,
5447,
355,
2746,
326,
460,
307,
4251,
416,
1708,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
28181,
6958,
3599,
379,
262,
1459,
2746,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4686,
25,
383,
2619,
69,
2047,
77,
4686,
286,
262,
366,
15763,
1,
2746,
628,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
1351,
286,
4981,
5884,
284,
262,
1813,
2746,
628,
220,
220,
220,
220,
220,
220,
220,
17934,
3712,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5884,
62,
27530,
796,
10211,
13,
1136,
62,
15236,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13557,
15042,
13,
43169,
82,
13,
1136,
62,
15236,
7,
944,
13,
19608,
292,
316,
62,
312,
11,
2116,
13,
312,
8,
628,
220,
220,
220,
825,
2251,
62,
22105,
7,
944,
11,
3815,
28,
11600,
3419,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
7921,
274,
257,
1700,
286,
262,
2746,
319,
262,
3859,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3815,
357,
11600,
11,
11902,
2599,
3815,
329,
6608,
5447,
287,
262,
4600,
17633,
63,
32815,
628,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
8308,
2727,
7559,
23739,
15506,
628,
220,
220,
220,
220,
220,
220,
220,
17934,
3712,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10211,
62,
21601,
796,
10211,
13,
17953,
62,
22105,
7,
4895,
312,
1298,
362,
11,
366,
6551,
1298,
362,
13,
17,
30072,
628,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
9122,
62,
1069,
1023,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
1366,
62,
13083,
796,
900,
7,
27160,
13,
13083,
28955,
198,
220,
220,
220,
220,
220,
220,
220,
32815,
62,
13083,
796,
900,
7,
944,
13,
15952,
2611,
13,
13083,
28955,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18896,
7,
7890,
62,
13083,
1222,
32815,
62,
13083,
8,
1875,
657,
198,
220,
220,
220,
220,
220,
220,
220,
10612,
366,
2025,
4554,
286,
23884,
1276,
2291,
3815,
329,
379,
1551,
530,
286,
663,
6608,
25,
23884,
1911,
18982,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
4906,
11,
32815,
62,
13083,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
12102,
378,
62,
27160,
62,
32826,
62,
15952,
2611,
7,
27160,
8,
628,
220,
220,
220,
220,
220,
220,
220,
3815,
796,
685,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8633,
7,
3672,
28,
74,
11,
1988,
28,
85,
11,
1366,
6030,
28,
944,
13,
15952,
2611,
13,
1136,
7,
74,
737,
62,
4906,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
479,
11,
410,
287,
3815,
13,
23814,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
2361,
198,
220,
220,
220,
220,
220,
220,
220,
269,
72,
796,
13266,
7,
19608,
292,
316,
62,
312,
28,
944,
13,
19608,
292,
316,
62,
312,
11,
2099,
28,
944,
13,
4906,
11,
3815,
28,
27160,
8,
198,
220,
220,
220,
220,
220,
220,
220,
269,
72,
796,
2116,
13557,
15042,
13,
43169,
82,
13,
8625,
1817,
13,
17953,
7,
944,
13,
19608,
292,
316,
62,
312,
11,
269,
72,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
269,
72,
628,
220,
220,
220,
825,
2251,
62,
8344,
3669,
7,
944,
11,
3815,
62,
4868,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
7921,
274,
3294,
4406,
286,
262,
2746,
319,
262,
3859,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3815,
62,
4868,
357,
4868,
2599,
7177,
286,
48589,
3166,
11188,
284,
1700,
3815,
13,
628,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7343,
286,
8308,
2727,
7559,
23739,
15506,
5563,
13,
628,
220,
220,
220,
220,
220,
220,
220,
17934,
3712,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10211,
13,
17953,
62,
8344,
3669,
26933,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1391,
705,
312,
10354,
35592,
11,
705,
6551,
10354,
352,
13,
24,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1391,
705,
312,
10354,
34465,
11,
705,
6551,
10354,
362,
13,
16,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1391,
705,
312,
10354,
35897,
11,
705,
6551,
10354,
352,
13,
23,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1391,
705,
312,
10354,
34085,
11,
705,
6551,
10354,
362,
13,
18,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1391,
705,
312,
10354,
32647,
11,
705,
6551,
10354,
362,
13,
15,
1782,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
33761,
628,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
9122,
62,
1069,
1023,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
32815,
62,
13083,
796,
900,
7,
944,
13,
15952,
2611,
13,
13083,
28955,
628,
220,
220,
220,
220,
220,
220,
220,
329,
3815,
287,
3815,
62,
4868,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
62,
13083,
796,
900,
7,
27160,
13,
13083,
28955,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6818,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18896,
7,
7890,
62,
13083,
1222,
32815,
62,
13083,
8,
1875,
657,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10612,
366,
2025,
4554,
286,
23884,
1276,
2291,
3815,
329,
379,
1551,
530,
286,
663,
1774,
4879,
25,
23884,
1911,
18982,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
4906,
11,
32815,
62,
13083,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
12102,
378,
62,
27160,
62,
32826,
62,
15952,
2611,
7,
27160,
8,
628,
220,
220,
220,
220,
220,
220,
220,
269,
72,
62,
4868,
796,
685,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13266,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
27039,
62,
312,
28,
944,
13,
19608,
292,
316,
62,
312,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2099,
28,
944,
13,
4906,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3815,
41888,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8633,
7,
3672,
28,
74,
11,
1988,
28,
85,
11,
1366,
6030,
28,
944,
13,
15952,
2611,
13,
1136,
7,
74,
737,
62,
4906,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
479,
11,
410,
287,
3815,
13,
23814,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
3815,
287,
3815,
62,
4868,
198,
220,
220,
220,
220,
220,
220,
220,
2361,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13557,
15042,
13,
43169,
82,
13,
8625,
1817,
13,
17953,
62,
21834,
7,
944,
13,
19608,
292,
316,
62,
312,
11,
2116,
11,
1635,
979,
62,
4868,
8,
628,
220,
220,
220,
825,
12233,
62,
8344,
3669,
7,
944,
11,
1635,
8344,
3669,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1024,
40676,
530,
393,
517,
4406,
286,
257,
3721,
422,
262,
3859,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1635,
8344,
3669,
25,
10245,
290,
14,
273,
220,
2340,
286,
4406,
284,
12233,
628,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7559,
14202,
15506,
628,
220,
220,
220,
220,
220,
220,
220,
5972,
82,
262,
1351,
286,
4406,
326,
4054,
284,
12233,
13,
628,
220,
220,
220,
220,
220,
220,
220,
17934,
3712,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10211,
13,
33678,
7,
35888,
62,
21601,
11,
17031,
2231,
3134,
4531,
11,
10211,
62,
11245,
13,
312,
8,
628,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1255,
796,
2116,
13557,
15042,
13,
43169,
82,
13,
33678,
62,
8625,
1817,
7,
944,
13,
19608,
292,
316,
62,
312,
11,
2116,
11,
1635,
8344,
3669,
8,
628,
220,
220,
220,
220,
220,
220,
220,
329,
4049,
287,
1255,
14692,
48277,
1,
5974,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
6404,
1362,
13,
18224,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
37,
6255,
284,
12233,
4554,
23884,
351,
4049,
25,
23884,
1911,
18982,
7,
18224,
58,
15,
4357,
4049,
58,
16,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
825,
651,
62,
5363,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
16409,
257,
1351,
286,
3519,
2746,
3858,
290,
9853,
286,
883,
198,
220,
220,
220,
220,
220,
220,
220,
6958,
13,
628,
220,
220,
220,
220,
220,
220,
220,
366,
9819,
1,
9217,
326,
262,
2746,
714,
307,
5884,
284,
262,
1459,
198,
220,
220,
220,
220,
220,
220,
220,
2746,
2884,
617,
2776,
11,
1312,
13,
68,
13,
220,
7559,
33,
15506,
318,
366,
5363,
284,
1,
7559,
32,
15506,
611,
612,
198,
220,
220,
220,
220,
220,
220,
220,
2152,
7559,
32,
532,
58,
39468,
1056,
60,
3784,
347,
15506,
13,
5740,
326,
262,
4571,
1483,
198,
220,
220,
220,
220,
220,
220,
220,
6067,
13,
1002,
7559,
33,
15506,
318,
262,
42517,
798,
2746,
11,
7559,
32,
15506,
561,
407,
1656,
287,
262,
198,
220,
220,
220,
220,
220,
220,
220,
1351,
286,
366,
5363,
1,
4981,
13,
628,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7343,
286,
7559,
17633,
15506,
5563,
3519,
2884,
257,
5447,
2776,
628,
220,
220,
220,
220,
220,
220,
220,
17934,
3712,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3519,
62,
27530,
796,
10211,
13,
1136,
62,
5363,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13557,
15042,
13,
43169,
82,
13,
1136,
62,
5363,
7,
944,
13,
19608,
292,
316,
62,
312,
11,
2116,
8,
628,
220,
220,
220,
2488,
292,
62,
30191,
62,
2536,
3419,
628,
198,
4871,
13266,
7,
14881,
23739,
2599,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
1432,
6629,
257,
1700,
286,
257,
7559,
17633,
15506,
13,
628,
220,
220,
220,
29581,
663,
12020,
11,
6958,
11,
290,
6117,
13,
198,
220,
220,
220,
37227,
628,
220,
220,
220,
4808,
15252,
62,
2539,
796,
13538,
198,
220,
220,
220,
4808,
8367,
62,
565,
82,
796,
9104,
11395,
628,
220,
220,
220,
825,
651,
62,
5363,
7,
944,
11,
2746,
28,
14202,
11,
1448,
28,
25101,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
16409,
477,
3519,
4406,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2746,
357,
2536,
11,
9104,
11,
11902,
2599,
220,
220,
220,
220,
220,
220,
220,
220,
8229,
691,
3519,
4406,
286,
428,
2099,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1448,
357,
30388,
11,
11902,
2599,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1002,
2081,
11,
1448,
2482,
416,
2746,
2099,
357,
11600,
8,
628,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7343,
286,
7559,
23739,
15506,
5563,
13,
1002,
7559,
8094,
15506,
318,
7559,
17821,
15506,
11,
788,
262,
1255,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
318,
257,
22155,
286,
7559,
23739,
7248,
15506,
5563,
1994,
276,
416,
2746,
3891,
13,
628,
220,
220,
220,
220,
220,
220,
220,
17934,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3497,
477,
5884,
4406,
286,
2099,
7559,
67,
786,
589,
15506,
351,
2776,
7559,
10134,
15506,
3712,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10211,
62,
8298,
13,
1136,
62,
5363,
10786,
67,
786,
589,
3256,
705,
10134,
11537,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3497,
477,
5884,
4406,
3712,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10211,
62,
8298,
13,
1136,
62,
5363,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
611,
2746,
318,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
1441,
477,
5884,
4406,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3519,
62,
1525,
62,
19849,
796,
2116,
13557,
15042,
13,
43169,
82,
13,
8625,
1817,
13,
1136,
62,
439,
62,
5363,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
19608,
292,
316,
62,
312,
11,
2116,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
1448,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
3519,
62,
1525,
62,
19849,
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,
611,
18896,
7,
5363,
62,
1525,
62,
19849,
8,
6624,
352,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
1949,
284,
12377,
13266,
7248,
2099,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
1351,
7,
5363,
62,
1525,
62,
19849,
13,
27160,
28955,
58,
15,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
7668,
1441,
3858,
11,
2314,
1394,
13266,
50,
1039,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3519,
796,
17635,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
2746,
62,
3672,
11,
2746,
62,
5363,
287,
3519,
62,
1525,
62,
19849,
13,
23814,
33529,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3519,
13,
2302,
437,
7,
19849,
62,
5363,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
3519,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13557,
15042,
13,
43169,
82,
13,
8625,
1817,
13,
1136,
62,
439,
62,
5363,
62,
1659,
62,
4906,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
19608,
292,
316,
62,
312,
11,
2116,
11,
2746,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
825,
651,
62,
16624,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1439,
3696,
3519,
284,
262,
1459,
1700,
13,
628,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7343,
286,
1366,
5563,
1312,
13,
68,
13,
7559,
6601,
27813,
15506,
628,
220,
220,
220,
220,
220,
220,
220,
17934,
3712,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10211,
62,
8298,
13,
1136,
62,
16624,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13557,
15042,
13,
43169,
82,
13,
16624,
7,
944,
13,
19608,
292,
316,
62,
312,
11,
2116,
13,
4906,
11,
2116,
8,
628,
220,
220,
220,
825,
15124,
62,
1462,
7,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
11,
23982,
11,
2776,
62,
4906,
2625,
5363,
62,
1462,
1600,
3815,
28,
14202,
11,
4571,
2625,
1462,
1,
198,
220,
220,
220,
15179,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
4718,
378,
1700,
284,
530,
393,
517,
7559,
23739,
15506,
393,
7559,
6601,
27813,
15506,
5563,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
23982,
357,
4868,
286,
13266,
393,
6060,
27813,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
1351,
7268,
262,
7559,
23739,
15506,
393,
7559,
6601,
27813,
15506,
5563,
284,
15124,
284,
1459,
1700,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2776,
62,
4906,
357,
47117,
1056,
6030,
11,
965,
11,
11902,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5994,
286,
2776,
284,
2251,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3815,
357,
4868,
286,
48589,
3166,
11,
11902,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
1351,
286,
48589,
3166,
11188,
284,
2776,
3815,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4571,
357,
2536,
11,
11902,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
39771,
4571,
13,
48951,
3815,
389,
7559,
6,
1462,
6,
15506,
290,
7559,
6,
6738,
6,
15506,
628,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7343,
286,
2727,
7559,
47117,
1056,
15506,
5563,
13,
628,
220,
220,
220,
220,
220,
220,
220,
11485,
3465,
3712,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8145,
7352,
1276,
477,
307,
286,
2099,
7559,
6601,
27813,
15506,
393,
7559,
23739,
15506,
26,
345,
2314,
5022,
10965,
3858,
13,
628,
220,
220,
220,
220,
220,
220,
220,
17934,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4718,
378,
284,
257,
2060,
7559,
23739,
15506,
11,
8160,
2776,
2099,
3712,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10211,
62,
8298,
13,
2411,
378,
62,
1462,
7,
23912,
62,
28694,
11,
705,
75,
10533,
62,
265,
11537,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4718,
378,
284,
3294,
7559,
6601,
27813,
15506,
5563,
3712,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10211,
62,
8298,
13,
2411,
378,
62,
1462,
26933,
1453,
70,
11,
285,
380,
16,
11,
285,
380,
17,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
9122,
62,
1069,
1023,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
2453,
2134,
393,
1351,
198,
220,
220,
220,
220,
220,
220,
220,
611,
318,
39098,
7,
16520,
7352,
11,
357,
23739,
11,
6060,
27813,
8,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
23982,
796,
685,
16520,
7352,
60,
198,
220,
220,
220,
220,
220,
220,
220,
611,
318,
39098,
7,
16520,
7352,
11,
12251,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
23982,
796,
23982,
13,
23814,
628,
220,
220,
220,
220,
220,
220,
220,
611,
407,
23982,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
6045,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
4277,
3815,
198,
220,
220,
220,
220,
220,
220,
220,
611,
3815,
318,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3815,
796,
685,
11600,
3419,
329,
4808,
287,
23982,
60,
611,
3815,
318,
6045,
2073,
3815,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3815,
796,
685,
11600,
7,
3672,
28,
74,
11,
1988,
28,
85,
8,
329,
1188,
287,
3815,
329,
479,
11,
410,
287,
1188,
13,
23814,
3419,
60,
628,
220,
220,
220,
220,
220,
220,
220,
6818,
18896,
7,
16520,
7352,
8,
6624,
18896,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3815,
198,
220,
220,
220,
220,
220,
220,
220,
10612,
366,
24539,
286,
3815,
1276,
2872,
4129,
286,
23982,
1,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
2198,
2099,
198,
220,
220,
220,
220,
220,
220,
220,
611,
407,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
477,
26933,
271,
39098,
7,
67,
11,
6060,
27813,
8,
329,
288,
287,
23982,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
393,
477,
26933,
271,
39098,
7,
67,
11,
13266,
8,
329,
288,
287,
23982,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
15179,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
35528,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
3237,
23982,
1276,
307,
286,
2134,
2099,
13266,
393,
6060,
27813,
1,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
8295,
12,
17953,
2776,
2099,
198,
220,
220,
220,
220,
220,
220,
220,
611,
318,
39098,
7,
39468,
1056,
62,
4906,
11,
4731,
62,
19199,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6958,
62,
19199,
796,
2116,
13557,
15042,
13,
43169,
82,
13,
39468,
5748,
13,
1136,
62,
439,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
19608,
292,
316,
62,
312,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
2776,
62,
4906,
407,
287,
6958,
62,
19199,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
374,
796,
39771,
6030,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
27039,
62,
312,
28,
944,
13,
19608,
292,
316,
62,
312,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
28,
39468,
1056,
62,
4906,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6764,
28,
39468,
1056,
62,
4906,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2723,
28,
944,
13,
19849,
13,
312,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10965,
28,
16520,
7352,
58,
15,
4083,
19849,
13,
312,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2776,
62,
4906,
796,
2116,
13557,
15042,
13,
43169,
82,
13,
39468,
5748,
13,
17953,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
19608,
292,
316,
62,
312,
11,
374,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
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,
2776,
62,
4906,
796,
6958,
62,
19199,
58,
39468,
1056,
62,
4906,
60,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
6958,
357,
1462,
10392,
8,
198,
220,
220,
220,
220,
220,
220,
220,
611,
318,
39098,
7,
16520,
7352,
58,
15,
4357,
6060,
27813,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
611,
17795,
10392,
11,
2792,
530,
379,
257,
640,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1255,
796,
685,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
15042,
13,
43169,
82,
13,
39468,
5748,
13,
8625,
1817,
13,
8726,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
19608,
292,
316,
62,
312,
11,
2776,
62,
4906,
11,
2116,
11,
288,
11,
3815,
28,
85,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
288,
11,
410,
287,
19974,
7,
16520,
7352,
11,
3815,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2361,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
39771,
7248,
7,
39468,
1056,
62,
4906,
11,
1255,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
6958,
357,
1462,
4406,
8,
198,
220,
220,
220,
220,
220,
220,
220,
611,
4571,
6624,
366,
1462,
1298,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6958,
796,
685,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
39771,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2099,
28,
39468,
1056,
62,
4906,
13,
4906,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
27039,
62,
312,
28,
944,
13,
19608,
292,
316,
62,
312,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2723,
28,
944,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10965,
28,
67,
13,
312,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3815,
28,
85,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
288,
11,
410,
287,
19974,
7,
16520,
7352,
11,
3815,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2361,
198,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
4571,
6624,
366,
6738,
1298,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6958,
796,
685,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
39771,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2099,
28,
39468,
1056,
62,
4906,
13,
4906,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
27039,
62,
312,
28,
944,
13,
19608,
292,
316,
62,
312,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2723,
28,
67,
13,
312,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10965,
28,
944,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3815,
28,
85,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
288,
11,
410,
287,
19974,
7,
16520,
7352,
11,
3815,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2361,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
35528,
10786,
35,
4154,
1276,
307,
1988,
366,
1462,
1,
393,
366,
6738,
1,
11537,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
779,
15458,
36123,
284,
2251,
6958,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13557,
15042,
13,
43169,
82,
13,
39468,
5748,
13,
8625,
1817,
13,
17953,
62,
21834,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
19608,
292,
316,
62,
312,
11,
2776,
62,
4906,
11,
1635,
39468,
5748,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
825,
651,
62,
25614,
62,
27160,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
3497,
477,
2792,
3815,
7223,
284,
428,
13266,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13557,
15042,
13,
43169,
82,
13,
8625,
1817,
13,
1136,
62,
25614,
62,
27160,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
19608,
292,
316,
62,
312,
11,
2116,
13,
19849,
11,
2116,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
825,
651,
62,
25614,
62,
8367,
7,
944,
11,
2792,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
3497,
257,
2792,
1988,
416,
1438,
393,
4686,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
477,
62,
28751,
796,
2116,
13,
1136,
62,
25614,
62,
27160,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
3274,
7048,
2792,
318,
257,
2792,
1988,
4686,
25,
198,
220,
220,
220,
220,
220,
220,
220,
329,
300,
287,
477,
62,
28751,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
2792,
6624,
300,
13,
312,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
300,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
3244,
7048,
2792,
318,
257,
6692,
3119,
1438,
25,
198,
220,
220,
220,
220,
220,
220,
220,
1949,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2632,
62,
312,
796,
2116,
13,
19849,
13,
1136,
62,
25614,
62,
26745,
7,
8726,
737,
312,
198,
220,
220,
220,
220,
220,
220,
220,
2845,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
35528,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
2949,
2792,
1043,
351,
257,
1438,
393,
4522,
12336,
705,
90,
92,
6,
1911,
18982,
7,
8726,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
300,
287,
477,
62,
28751,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
2632,
62,
312,
6624,
300,
13,
4906,
13,
312,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
300,
198,
220,
220,
220,
220,
220,
220,
220,
5298,
35528,
7203,
2949,
2792,
1043,
351,
257,
1438,
393,
4522,
12336,
705,
90,
92,
6,
1911,
18982,
7,
8726,
4008,
628,
220,
220,
220,
825,
751,
62,
25614,
62,
8367,
7,
944,
11,
2496,
11,
2792,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
3460,
620,
257,
6692,
3119,
1988,
284,
262,
13266,
13,
198,
220,
220,
220,
220,
220,
220,
220,
2496,
25,
262,
4686,
393,
13266,
2134,
286,
262,
2496,
1700,
198,
220,
220,
220,
220,
220,
220,
220,
2792,
25,
262,
4686,
393,
7502,
276,
17633,
21746,
2134,
286,
262,
2792,
2099,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2746,
796,
2116,
13,
19849,
628,
220,
220,
220,
220,
220,
220,
220,
611,
318,
39098,
7,
16793,
11,
13266,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2496,
796,
2496,
13,
312,
628,
220,
220,
220,
220,
220,
220,
220,
611,
318,
39098,
7,
8726,
11,
7502,
276,
17633,
21746,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2792,
62,
312,
796,
2792,
13,
312,
198,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
318,
39098,
7,
8726,
11,
4731,
62,
19199,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2792,
62,
312,
796,
2746,
13,
1136,
62,
25614,
62,
26745,
7,
8726,
737,
312,
628,
220,
220,
220,
220,
220,
220,
220,
21437,
796,
8633,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
28,
19849,
13,
4906,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3359,
5376,
28,
19849,
13,
13812,
62,
3672,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
32815,
11280,
276,
21746,
7390,
28,
8726,
62,
312,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
284,
28,
16793,
11,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13557,
15042,
13,
43169,
82,
13,
8625,
1817,
13,
17953,
62,
8726,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
19608,
292,
316,
62,
312,
11,
2116,
13,
19849,
11,
2116,
11,
21437,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
825,
12233,
62,
25614,
62,
8367,
7,
944,
11,
2792,
62,
3672,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
23520,
257,
2792,
416,
1438,
393,
4686,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2792,
796,
2116,
13,
1136,
62,
25614,
62,
8367,
7,
8726,
62,
3672,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
15042,
13,
43169,
82,
13,
8625,
1817,
13,
28956,
62,
8726,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
19608,
292,
316,
62,
312,
11,
2116,
13,
19849,
11,
2116,
11,
2792,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
2488,
26745,
198,
220,
220,
220,
825,
2746,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
383,
7559,
17633,
15506,
286,
262,
1459,
1700,
13,
628,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
2060,
7559,
17633,
15506,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13557,
15042,
13,
43169,
82,
13,
1136,
7,
944,
13,
19608,
292,
316,
62,
312,
11,
2116,
13,
4906,
8,
628,
220,
220,
220,
825,
4296,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
28090,
262,
3815,
286,
262,
1700,
319,
262,
3859,
357,
8499,
17613,
737,
628,
220,
220,
220,
220,
220,
220,
220,
17934,
3712,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10211,
62,
8298,
13,
2617,
10786,
3672,
3256,
705,
25437,
2539,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10211,
62,
8298,
13,
19119,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
9122,
62,
1069,
1023,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
4808,
19119,
62,
944,
7,
944,
11,
2116,
13557,
15042,
13,
43169,
82,
13,
8625,
1817,
13,
19119,
7,
944,
13,
19608,
292,
316,
62,
312,
11,
2116,
4008,
628,
220,
220,
220,
825,
12233,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1024,
40676,
262,
4554,
422,
262,
3859,
13,
628,
220,
220,
220,
220,
220,
220,
220,
17934,
3712,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10211,
62,
8298,
13,
33678,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13557,
15042,
13,
43169,
82,
13,
8625,
1817,
13,
33678,
7,
944,
13,
19608,
292,
316,
62,
312,
11,
2116,
8,
628,
220,
220,
220,
2488,
292,
62,
30191,
62,
2536,
3419,
628,
198,
2,
220,
27156,
27156,
8728,
4907,
198,
2,
43301,
25414,
198,
2,
198,
2,
220,
220,
8229,
276,
583,
366,
808,
1,
1255,
286,
257,
12405,
198,
2,
220,
27156,
27156,
8728,
4907,
628,
198,
2,
220,
27156,
15116,
8728,
93,
198,
2,
13883,
5748,
198,
2,
220,
27156,
15116,
8728,
93,
628,
628,
198,
4871,
39771,
6030,
7,
14881,
17633,
19667,
2599,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
9104,
329,
16215,
257,
6958,
13,
198,
220,
220,
220,
37227,
628,
220,
220,
220,
4808,
15252,
62,
2539,
796,
13538,
198,
220,
220,
220,
4808,
26745,
62,
565,
82,
796,
39771,
21746,
628,
220,
220,
220,
1303,
16926,
46,
25,
12233,
618,
4296,
318,
4855,
11,
12118,
287,
2208,
12,
4871,
628,
220,
220,
220,
1303,
16926,
46,
25,
12233,
618,
4296,
318,
4855,
11,
12118,
287,
2208,
12,
4871,
628,
220,
220,
220,
825,
651,
62,
439,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
4990,
5034,
1158,
477,
6958,
286,
428,
2099,
422,
262,
3859,
13,
628,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7343,
286,
7559,
47117,
1056,
15506,
628,
220,
220,
220,
220,
220,
220,
220,
17934,
3712,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
14448,
62,
1462,
62,
39468,
5748,
796,
14448,
62,
1462,
13,
1136,
62,
439,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13557,
15042,
13,
43169,
82,
13,
39468,
5748,
13,
8625,
1817,
13,
1136,
62,
439,
7,
944,
13,
19608,
292,
316,
62,
312,
11,
2116,
8,
628,
220,
220,
220,
825,
651,
7,
944,
11,
4686,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
4990,
5034,
1158,
257,
2776,
416,
4686,
422,
262,
3859,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4686,
357,
600,
2599,
262,
4686,
286,
262,
4554,
628,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
2060,
7559,
47117,
1056,
15506,
628,
220,
220,
220,
220,
220,
220,
220,
17934,
3712,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10211,
62,
8298,
796,
10211,
13,
1136,
7,
10163,
2231,
3134,
4531,
8,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13557,
15042,
13,
43169,
82,
13,
39468,
5748,
13,
8625,
1817,
13,
1136,
7,
944,
13,
19608,
292,
316,
62,
312,
11,
4686,
11,
2116,
8,
628,
220,
220,
220,
825,
15124,
7,
944,
11,
2723,
11,
10965,
11,
3815,
28,
11600,
3419,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
4718,
689,
257,
7559,
23739,
15506,
284,
1194,
7559,
23739,
15506,
393,
7559,
6601,
27813,
15506,
1262,
1459,
2776,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2723,
357,
23739,
11,
6060,
27813,
2599,
220,
220,
220,
220,
220,
1700,
393,
1366,
5301,
262,
2776,
393,
1655,
689,
422,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10965,
357,
23739,
11,
6060,
27813,
2599,
1700,
393,
1366,
5301,
262,
2776,
2173,
284,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3815,
357,
11600,
11,
11902,
2599,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3815,
329,
6608,
5447,
287,
262,
2776,
338,
32815,
628,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
8308,
2727,
7559,
47117,
1056,
15506,
628,
220,
220,
220,
220,
220,
220,
220,
17934,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13610,
257,
2776,
1022,
257,
7559,
23739,
15506,
290,
257,
7559,
6601,
27813,
15506,
3712,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
422,
62,
39468,
1056,
13,
2411,
378,
7,
35888,
62,
8298,
11,
304,
1533,
8,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13610,
257,
2776,
357,
4480,
3815,
8,
1022,
257,
7559,
23739,
15506,
290,
257,
7559,
6601,
27813,
15506,
3712,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
422,
62,
39468,
1056,
13,
2411,
378,
7,
35888,
62,
8298,
11,
304,
1533,
11,
19779,
4475,
1298,
4818,
8079,
13,
19608,
8079,
7,
24529,
11,
7816,
11,
2608,
11,
8753,
11,
657,
8,
30072,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
9122,
62,
1069,
1023,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
12102,
378,
62,
27160,
62,
32826,
62,
15952,
2611,
7,
27160,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13557,
15042,
13,
43169,
82,
13,
39468,
5748,
13,
8625,
1817,
13,
8726,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
19608,
292,
316,
62,
312,
11,
2116,
11,
2723,
11,
10965,
11,
3815,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
825,
2251,
7,
944,
11,
3709,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
13610,
3294,
6958,
1022,
4406,
1262,
1459,
2776,
2099,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3709,
357,
4868,
2599,
7343,
286,
6958,
284,
307,
2727,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5501,
2776,
815,
307,
2035,
257,
22155,
393,
46545,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1002,
6958,
389,
48589,
3166,
11,
484,
389,
2672,
284,
423,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7559,
6738,
15506,
14,
15506,
1462,
15506,
393,
7559,
10459,
15506,
14,
15506,
16520,
1883,
15506,
8251,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1318,
318,
281,
11902,
7559,
27160,
15506,
1994,
543,
460,
307,
973,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
284,
10199,
20150,
284,
262,
2776,
26,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7559,
27160,
15506,
815,
307,
257,
22155,
351,
1994,
14,
8367,
14729,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1002,
6958,
389,
12777,
2374,
11,
484,
1276,
307,
287,
262,
1296,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
11592,
10459,
11,
2244,
8,
15506,
13,
628,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15690,
286,
8308,
2727,
7559,
47117,
5748,
15506,
5563,
628,
220,
220,
220,
220,
220,
220,
220,
17934,
25,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13610,
3294,
6958,
357,
67,
14188,
5794,
2599,
25,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
14641,
62,
4480,
13,
17953,
26933,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1391,
705,
6738,
10354,
18399,
62,
8298,
11,
705,
1462,
10354,
3952,
1040,
684,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1391,
705,
6738,
10354,
18399,
62,
36453,
11,
705,
1462,
10354,
435,
82,
92,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
33761,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13610,
3294,
6958,
357,
83,
29291,
5794,
2599,
25,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
14641,
62,
4480,
13,
17953,
26933,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
48013,
415,
62,
8298,
11,
3952,
1040,
684,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
48013,
415,
62,
36453,
11,
435,
82,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
33761,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
9122,
62,
1069,
1023,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
5412,
1729,
12,
18747,
198,
220,
220,
220,
220,
220,
220,
220,
611,
318,
39098,
7,
23814,
11,
357,
11600,
11,
46545,
8,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3709,
796,
685,
23814,
60,
628,
220,
220,
220,
220,
220,
220,
220,
2316,
796,
17635,
198,
220,
220,
220,
220,
220,
220,
220,
329,
1988,
287,
3709,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
651,
2723,
11,
10965,
11,
290,
3815,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
318,
39098,
7,
8367,
11,
46545,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12351,
11,
2244,
796,
1988,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
410,
874,
796,
23884,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
318,
39098,
7,
8367,
11,
8633,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12351,
796,
1988,
13,
1136,
7203,
6738,
1600,
1988,
13,
1136,
7203,
10459,
48774,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2244,
796,
1988,
13,
1136,
7203,
1462,
1600,
1988,
13,
1136,
7203,
16520,
1883,
48774,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
410,
874,
796,
1988,
13,
1136,
7203,
27160,
1600,
23884,
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,
5298,
35528,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
3109,
7254,
2776,
355,
46545,
393,
22155,
11,
1043,
23884,
1911,
18982,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2099,
7,
8367,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
6822,
4237,
290,
23982,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
407,
318,
39098,
7,
10677,
11,
357,
23739,
11,
6060,
27813,
11,
4731,
62,
19199,
8,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
35528,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
10459,
1276,
307,
2134,
286,
2099,
13266,
11,
6060,
27813,
11,
393,
471,
27586,
1,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
407,
318,
39098,
7,
16520,
11,
357,
23739,
11,
6060,
27813,
11,
4731,
62,
19199,
8,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
35528,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
16520,
1883,
1276,
307,
2134,
286,
2099,
13266,
11,
6060,
27813,
11,
393,
471,
27586,
1,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
2251,
1957,
2776,
2134,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2316,
13,
33295,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
39771,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
27039,
62,
312,
28,
944,
13,
19608,
292,
316,
62,
312,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2099,
28,
944,
13,
4906,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2723,
28,
10677,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10965,
28,
16520,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3815,
41888,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8633,
7,
3672,
28,
74,
11,
1988,
28,
85,
11,
1366,
6030,
28,
944,
13,
15952,
2611,
13,
1136,
7,
74,
737,
4906,
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,
329,
479,
11,
410,
287,
410,
874,
13,
23814,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13557,
15042,
13,
43169,
82,
13,
39468,
5748,
13,
8625,
1817,
13,
17953,
62,
21834,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
19608,
292,
316,
62,
312,
11,
2116,
11,
1635,
39468,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
2488,
292,
62,
30191,
62,
2536,
3419,
628,
198,
4871,
39771,
7,
14881,
23739,
2599,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
317,
2060,
4554,
286,
257,
7559,
47117,
1056,
6030,
15506,
13,
198,
220,
220,
220,
37227,
628,
220,
220,
220,
4808,
15252,
62,
2539,
796,
13538,
628,
220,
220,
220,
825,
2776,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
4990,
5034,
1158,
262,
2776,
6770,
286,
428,
4554,
422,
262,
3859,
628,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
2060,
7559,
47117,
1056,
6030,
15506,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13557,
15042,
13,
43169,
82,
13,
39468,
5748,
13,
1136,
7,
944,
13,
19608,
292,
316,
62,
312,
11,
2116,
13,
4906,
8,
628,
220,
220,
220,
1303,
16926,
46,
25,
12233,
618,
4296,
318,
4855,
11,
12118,
287,
2208,
12,
4871,
628,
220,
220,
220,
825,
12233,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1024,
40676,
262,
4554,
422,
262,
3859,
13,
628,
220,
220,
220,
220,
220,
220,
220,
17934,
3712,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10211,
62,
8298,
62,
1453,
70,
62,
8726,
13,
33678,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13557,
15042,
13,
43169,
82,
13,
39468,
5748,
13,
8625,
1817,
13,
33678,
7,
944,
13,
19608,
292,
316,
62,
312,
11,
2116,
8,
628,
220,
220,
220,
2488,
4871,
24396,
628,
220,
220,
220,
2488,
292,
62,
30191,
62,
2536,
3419,
628,
198,
2,
220,
27156,
27156,
93,
198,
2,
1041,
87,
444,
198,
2,
220,
27156,
27156,
93,
628,
198,
198,
2,
220,
27156,
27156,
93,
198,
2,
9104,
14,
6892,
341,
2262,
590,
21394,
198,
2,
220,
27156,
27156,
93,
628,
628
] | 2.263841 | 31,212 |
from fastapi import status
from fastapi.testclient import TestClient
from api import db
from api.models import Card
def test_get_legacy_card(client: TestClient, session: db.Session):
"""Must be able to read JSON for a legacy card"""
# This is handled by a migration normally (legacy cards can't normally be created by this API)
card = (
session.query(Card)
.filter(Card.stub == "example-phoenixborn", Card.is_legacy == True)
.first()
)
card.json["release"]["is_legacy"] = True
card.json["is_legacy"] = True
db.flag_modified(card, "json")
session.commit()
response = client.get("/v2/cards/example-phoenixborn", params={"show_legacy": True})
assert response.status_code == status.HTTP_200_OK
assert response.json()["is_legacy"] == True, response.json()
def test_get_card(client: TestClient, session: db.Session):
"""Must be able to read non-Legacy JSON"""
response = client.get("/v2/cards/example-phoenixborn")
assert response.status_code == status.HTTP_200_OK
assert "is_legacy" not in response.json(), response.json()
def test_get_nonexistent_card(client: TestClient, session: db.Session):
"""Must throw an error when the card doesn't exist"""
response = client.get("/v2/cards/no-luck")
assert response.status_code == status.HTTP_404_NOT_FOUND, response.json()
def test_get_details_no_card(client: TestClient, session: db.Session):
"""Must fail properly when requesting non-existent card"""
response = client.get("/v2/cards/no-luck/details")
assert response.status_code == status.HTTP_404_NOT_FOUND, response.json()
def test_get_details_root_phoenixborn(client: TestClient, session: db.Session):
"""Must properly find root Phoenixborn cards"""
response = client.get("/v2/cards/example-conjured-alteration/details")
assert response.status_code == status.HTTP_200_OK
def test_get_details_root_non_phoenixborn(client: TestClient, session: db.Session):
"""Must properly find root non-Phoenixborn cards"""
response = client.get("/v2/cards/summon-example-conjuration/details")
assert response.status_code == status.HTTP_200_OK
def test_get_details_root_phoenixborn_conjurations(
client: TestClient, session: db.Session
):
"""Must properly find conjurations when looking up Phoenixborn unique"""
response = client.get("/v2/cards/example-ally/details")
assert response.status_code == status.HTTP_200_OK
def test_get_details_non_phoenixborn_conjuration(
client: TestClient, session: db.Session
):
"""Must properly find root summons for non-Phoenixborn conjurations"""
response = client.get("/v2/cards/example-conjuration/details")
assert response.status_code == status.HTTP_200_OK
def test_get_details_phoenixborn(client: TestClient, session: db.Session):
"""Must properly find connected cards when looking up Phoenixborn"""
response = client.get("/v2/cards/example-phoenixborn/details")
assert response.status_code == status.HTTP_200_OK
| [
6738,
3049,
15042,
1330,
3722,
198,
6738,
3049,
15042,
13,
9288,
16366,
1330,
6208,
11792,
198,
198,
6738,
40391,
1330,
20613,
198,
6738,
40391,
13,
27530,
1330,
5172,
628,
198,
4299,
1332,
62,
1136,
62,
1455,
1590,
62,
9517,
7,
16366,
25,
6208,
11792,
11,
6246,
25,
20613,
13,
36044,
2599,
198,
220,
220,
220,
37227,
34320,
307,
1498,
284,
1100,
19449,
329,
257,
10655,
2657,
37811,
198,
220,
220,
220,
1303,
770,
318,
12118,
416,
257,
13472,
7685,
357,
1455,
1590,
4116,
460,
470,
7685,
307,
2727,
416,
428,
7824,
8,
198,
220,
220,
220,
2657,
796,
357,
198,
220,
220,
220,
220,
220,
220,
220,
6246,
13,
22766,
7,
16962,
8,
198,
220,
220,
220,
220,
220,
220,
220,
764,
24455,
7,
16962,
13,
301,
549,
6624,
366,
20688,
12,
746,
8538,
6286,
1600,
5172,
13,
271,
62,
1455,
1590,
6624,
6407,
8,
198,
220,
220,
220,
220,
220,
220,
220,
764,
11085,
3419,
198,
220,
220,
220,
1267,
198,
220,
220,
220,
2657,
13,
17752,
14692,
20979,
1,
7131,
1,
271,
62,
1455,
1590,
8973,
796,
6407,
198,
220,
220,
220,
2657,
13,
17752,
14692,
271,
62,
1455,
1590,
8973,
796,
6407,
198,
220,
220,
220,
20613,
13,
32109,
62,
41771,
7,
9517,
11,
366,
17752,
4943,
198,
220,
220,
220,
6246,
13,
41509,
3419,
198,
220,
220,
220,
2882,
796,
5456,
13,
1136,
7203,
14,
85,
17,
14,
27761,
14,
20688,
12,
746,
8538,
6286,
1600,
42287,
28,
4895,
12860,
62,
1455,
1590,
1298,
6407,
30072,
198,
220,
220,
220,
6818,
2882,
13,
13376,
62,
8189,
6624,
3722,
13,
40717,
62,
2167,
62,
11380,
198,
220,
220,
220,
6818,
2882,
13,
17752,
3419,
14692,
271,
62,
1455,
1590,
8973,
6624,
6407,
11,
2882,
13,
17752,
3419,
628,
198,
4299,
1332,
62,
1136,
62,
9517,
7,
16366,
25,
6208,
11792,
11,
6246,
25,
20613,
13,
36044,
2599,
198,
220,
220,
220,
37227,
34320,
307,
1498,
284,
1100,
1729,
12,
11484,
1590,
19449,
37811,
198,
220,
220,
220,
2882,
796,
5456,
13,
1136,
7203,
14,
85,
17,
14,
27761,
14,
20688,
12,
746,
8538,
6286,
4943,
198,
220,
220,
220,
6818,
2882,
13,
13376,
62,
8189,
6624,
3722,
13,
40717,
62,
2167,
62,
11380,
198,
220,
220,
220,
6818,
366,
271,
62,
1455,
1590,
1,
407,
287,
2882,
13,
17752,
22784,
2882,
13,
17752,
3419,
628,
198,
4299,
1332,
62,
1136,
62,
23108,
87,
7609,
62,
9517,
7,
16366,
25,
6208,
11792,
11,
6246,
25,
20613,
13,
36044,
2599,
198,
220,
220,
220,
37227,
34320,
3714,
281,
4049,
618,
262,
2657,
1595,
470,
2152,
37811,
198,
220,
220,
220,
2882,
796,
5456,
13,
1136,
7203,
14,
85,
17,
14,
27761,
14,
3919,
12,
46708,
4943,
198,
220,
220,
220,
6818,
2882,
13,
13376,
62,
8189,
6624,
3722,
13,
40717,
62,
26429,
62,
11929,
62,
37,
15919,
11,
2882,
13,
17752,
3419,
628,
198,
4299,
1332,
62,
1136,
62,
36604,
62,
3919,
62,
9517,
7,
16366,
25,
6208,
11792,
11,
6246,
25,
20613,
13,
36044,
2599,
198,
220,
220,
220,
37227,
34320,
2038,
6105,
618,
20623,
1729,
12,
32786,
2657,
37811,
198,
220,
220,
220,
2882,
796,
5456,
13,
1136,
7203,
14,
85,
17,
14,
27761,
14,
3919,
12,
46708,
14,
36604,
4943,
198,
220,
220,
220,
6818,
2882,
13,
13376,
62,
8189,
6624,
3722,
13,
40717,
62,
26429,
62,
11929,
62,
37,
15919,
11,
2882,
13,
17752,
3419,
628,
198,
4299,
1332,
62,
1136,
62,
36604,
62,
15763,
62,
746,
8538,
6286,
7,
16366,
25,
6208,
11792,
11,
6246,
25,
20613,
13,
36044,
2599,
198,
220,
220,
220,
37227,
34320,
6105,
1064,
6808,
9643,
6286,
4116,
37811,
198,
220,
220,
220,
2882,
796,
5456,
13,
1136,
7203,
14,
85,
17,
14,
27761,
14,
20688,
12,
1102,
38608,
12,
47653,
341,
14,
36604,
4943,
198,
220,
220,
220,
6818,
2882,
13,
13376,
62,
8189,
6624,
3722,
13,
40717,
62,
2167,
62,
11380,
628,
198,
4299,
1332,
62,
1136,
62,
36604,
62,
15763,
62,
13159,
62,
746,
8538,
6286,
7,
16366,
25,
6208,
11792,
11,
6246,
25,
20613,
13,
36044,
2599,
198,
220,
220,
220,
37227,
34320,
6105,
1064,
6808,
1729,
12,
36422,
6286,
4116,
37811,
198,
220,
220,
220,
2882,
796,
5456,
13,
1136,
7203,
14,
85,
17,
14,
27761,
14,
16345,
2144,
12,
20688,
12,
1102,
73,
3924,
14,
36604,
4943,
198,
220,
220,
220,
6818,
2882,
13,
13376,
62,
8189,
6624,
3722,
13,
40717,
62,
2167,
62,
11380,
628,
198,
4299,
1332,
62,
1136,
62,
36604,
62,
15763,
62,
746,
8538,
6286,
62,
1102,
73,
20074,
7,
198,
220,
220,
220,
5456,
25,
6208,
11792,
11,
6246,
25,
20613,
13,
36044,
198,
2599,
198,
220,
220,
220,
37227,
34320,
6105,
1064,
11644,
20074,
618,
2045,
510,
9643,
6286,
3748,
37811,
198,
220,
220,
220,
2882,
796,
5456,
13,
1136,
7203,
14,
85,
17,
14,
27761,
14,
20688,
12,
453,
14,
36604,
4943,
198,
220,
220,
220,
6818,
2882,
13,
13376,
62,
8189,
6624,
3722,
13,
40717,
62,
2167,
62,
11380,
628,
198,
4299,
1332,
62,
1136,
62,
36604,
62,
13159,
62,
746,
8538,
6286,
62,
1102,
73,
3924,
7,
198,
220,
220,
220,
5456,
25,
6208,
11792,
11,
6246,
25,
20613,
13,
36044,
198,
2599,
198,
220,
220,
220,
37227,
34320,
6105,
1064,
6808,
28596,
329,
1729,
12,
36422,
6286,
11644,
20074,
37811,
198,
220,
220,
220,
2882,
796,
5456,
13,
1136,
7203,
14,
85,
17,
14,
27761,
14,
20688,
12,
1102,
73,
3924,
14,
36604,
4943,
198,
220,
220,
220,
6818,
2882,
13,
13376,
62,
8189,
6624,
3722,
13,
40717,
62,
2167,
62,
11380,
628,
198,
4299,
1332,
62,
1136,
62,
36604,
62,
746,
8538,
6286,
7,
16366,
25,
6208,
11792,
11,
6246,
25,
20613,
13,
36044,
2599,
198,
220,
220,
220,
37227,
34320,
6105,
1064,
5884,
4116,
618,
2045,
510,
9643,
6286,
37811,
198,
220,
220,
220,
2882,
796,
5456,
13,
1136,
7203,
14,
85,
17,
14,
27761,
14,
20688,
12,
746,
8538,
6286,
14,
36604,
4943,
198,
220,
220,
220,
6818,
2882,
13,
13376,
62,
8189,
6624,
3722,
13,
40717,
62,
2167,
62,
11380,
198
] | 3.020979 | 1,001 |
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# This file is part of CbM (https://github.com/ec-jrc/cbm).
# Author : Gilbert Voican, Konstantinos Anastasakis
# Credits : GTCAP Team
# Copyright : 2021 European Commission, Joint Research Centre
# License : 3-Clause BSD
import os
import psycopg2
# from psycopg2 import Error
import subprocess
from osgeo import gdal
from osgeo import ogr
from osgeo import osr
from rasterstats import zonal_stats
from fiona import open as fopen
import fiona
from yaml import load, FullLoader
from os.path import dirname, abspath, join, normpath
from pathlib import Path
from cbm.utils import config
from cbm.datas import db
import geopandas as gpd
path_foi_func = normpath(join(dirname(abspath(__file__)), 'foi_db_func'))
def main(reference_data, raster_classif_file, yaml_file, pre_min_het,
pre_max_het, area_threshold, db_str='main'):
"""FOI assessment is based on spatial analysis of a “thematic” raster
produced in advance.
The thematic raster can be the result of a any image/raster processing
method yielding a class label for each pixel - crop classification, behavior
analysis of land phenomenon, gridded data on soil, slope, humidity, etc.
The starting point was the idea that inside of an homgeneous parcel we
should have only one type of pixel.
For example if the thematic raster is the result of a crop classification,
inside a parcel we should have only one type of pixels that represent the
respective crop
If the thematic raster is the result of a behaviour analysis, all the pixels
inside a parcel should behave in the same way during a period of time.
The FOI assessment is based on the analysis made on the presence and
distribution of different types of pixels inside the FOI.
Args:
reference_data (str): Spatial data to be tested -
parcels that will be checked for heterogeneity and cardinality
The parcels poligons in .shp file format or
database table name without .shp ending.
raster_classif_file (str): Thematic raster - classification raster, or
raster from other source that will be used for testing
heterogeneity and cardinality
yaml_file: YAML file that holds the classes of thematic raster file.
can be also a simple list of values in the notebook corespondence
between pixel values and names for the classes
pre_min_het: Minimum thresholds for heterogeneity checks.
pre_max_het: Maximum thresholds for heterogeneity checks.
area_threshold: Minimum area for clusters selection.
Returns:
bool: True if successful, False otherwise.
"""
# database connection string
if type(db_str) is str:
db_connection = f"PG:{db.conn_str(db_str)}"
elif type(db_str) is list:
db_connection = "PG:host={} port={} dbname={} user={} password={}".format(
*db_str)
# ogr2ogr options
geom_field_name = "GEOMETRY_NAME=wkb_geometry"
overwrite_option = "-OVERWRITE"
geom_type = "MULTIPOLYGON"
output_format = "PostgreSQL"
# Path for storing the processed data - final spatial data that will be
# exported after database processing
processed_data = normpath(join('foi', 'processed_data'))
os.makedirs(processed_data, exist_ok=True)
# Path for storing the final output data
output_data = normpath(join('foi', 'output_data'))
os.makedirs(output_data, exist_ok=True)
reference_data_name = os.path.splitext(os.path.basename(reference_data))[0]
try:
with open(f"{config.get_value(['paths','temp'])}tb_prefix", 'r') as f:
reference_data_table = f.read()
except Exception:
reference_data_table = reference_data_name
# Vector file resulted from the raster stats pixel count
# pixelcount_output = f'{output_data}pixel_count_{reference_data_table}.shp'
pixelcount_output = f'{processed_data}/{reference_data_name}_pixelcount.shp'
# Vector file resulted from raster to vector process (polygonize)
polygonize_output = f'{processed_data}/{reference_data_name}_polygonize.shp'
# Name of the table to be created in the database - import of the pixel
# count into the database
pixelcount_table = f"{reference_data_name}_pixelcount"
# Name of the table to be created in the database - import of the
# polygonize result into the database
polygonize_table = f"{reference_data_name}_polygonize"
# Name and path of the files resulted from the analysis
heterogeneity_output = f'{output_data}/{reference_data_name}_foih_v1.shp'
cardinality_output = f'{output_data}/{reference_data_name}_foic_v1.shp'
cardinality_output_clusters = f'{output_data}/{reference_data_name}_foic_clusters_v1.shp'
sql = "SELECT * FROM " + reference_data_table + ";"
try:
ps_connection = db_conn()
ps_connection.autocommit = True
cursor = ps_connection.cursor()
gpd_data = gpd.read_postgis(
sql=sql, con=ps_connection, geom_col='wkb_geometry')
except (Exception, psycopg2.DatabaseError) as error:
print("Error while connecting to PostgreSQL", error)
finally:
# closing database connection.
if(ps_connection):
cursor.close()
ps_connection.close()
# print("PostgreSQL connection is closed")
temp_reference_data = f'foi/{reference_data_name}_temp.shp'
gpd_data.to_file(temp_reference_data)
shape = fiona.open(temp_reference_data)
spatialRef = shape.crs["init"]
# print("Vector EPSG: ", spatialRef)
# Import reference data shapefile to database.
# Overwrite option is needed, otherwise the import will append new
# values to the ones existing in the table
subprocess.call(["ogr2ogr", overwrite_option, "-nlt", geom_type, "-lco",
geom_field_name, "-a_srs", spatialRef, "-nln",
reference_data_table, "-f", "PostgreSQL", db_connection,
reference_data])
# Reading the values from yaml file
conf = load(open(yaml_file, 'r').read(), Loader=FullLoader)
category_map = conf['category_map']
rst_fields = list(category_map.values())
# Counting the number of pixels for each parcel. The fields with names of
# the classes from yaml file will be added,
# and updated with the number of pixels from each category
with fopen(temp_reference_data, 'r') as input:
spatialRef = input.crs["init"]
schema = input.schema
for i in rst_fields:
schema['properties'][i] = 'int:5'
rst_attribs = dict.fromkeys(rst_fields, 0)
with fopen(pixelcount_output, 'w', 'ESRI Shapefile', schema) as output:
for i, vct_feat in enumerate(input):
vct_val_dict = dict(vct_feat['properties'])
rst_val_dict = zonal_stats(
vct_feat, raster_classif_file,
categorical=True, copy_properties=True,
category_map=category_map, nodata=-999)[0]
vct_val_dict.update(rst_attribs)
for lu in rst_val_dict:
vct_val_dict[lu] = rst_val_dict.get(lu)
for atrib in vct_val_dict:
vct_feat['properties'][atrib] = vct_val_dict.get(atrib)
output.write(vct_feat)
print("Finished pixel calculation!")
# Import resulted shapefile, with the number of pixels for each class to
# database. Overwrite option is needed, otherwise the
# import will append new values to the ones existing in the table
subprocess.call(["ogr2ogr", overwrite_option, "-nlt", geom_type, "-a_srs",
spatialRef, "-nln", pixelcount_table, "-f", "PostgreSQL",
db_connection, pixelcount_output])
# Number of classes from the thematic raster
num_classes = len(category_map)
# Minimum and maximum thresholds for heterogeneity checks. In this example,
# any parcel
# with percentage of pixels for one class between 30 and 70 from the total,
# will be considered heterogenous.
# min_heterogeneity_threshold = 30
# max_heterogeneity_threshold = 70
min_heterogeneity_threshold = pre_min_het
max_heterogeneity_threshold = pre_max_het
# Calling the PostgreSQL function wich checks the heterogeneity.
# The function calculates the percentages and sets an attribute
# "foi_h" to 1 when the percentage of pixels is between thresholds
try:
ps_connection = db_conn()
ps_connection.autocommit = True
cursor = ps_connection.cursor()
# call stored procedure
cursor.callproc('public.check_heterogeneity', (
pixelcount_table, num_classes, min_heterogeneity_threshold,
max_heterogeneity_threshold))
print("Running function to check heterogeneity")
except (Exception, psycopg2.DatabaseError) as error:
print("Error while connecting to PostgreSQL", error)
finally:
# closing database connection.
if(ps_connection):
cursor.close()
ps_connection.close()
print("PostgreSQL connection is closed")
print("Heterogeneity assessment function finished")
# Export processed data - heterogeneity, to shapefile
subprocess.call(["ogr2ogr", "-f", "ESRI Shapefile",
heterogeneity_output, db_connection, pixelcount_table])
print("Heterogeneity analysis output downloaded")
# Polygonize the thematic raster. The process takes into account only
# one band (in this case - first band). Can be used with 8 connected
# pixels or with 4 connected pixels.
connectedness = '-8'
sourceRaster = gdal.Open(raster_classif_file)
band = sourceRaster.GetRasterBand(1)
srs = osr.SpatialReference(wkt=sourceRaster.GetProjection())
dst_layername = polygonize_output
drv = ogr.GetDriverByName("ESRI Shapefile")
dst_ds = drv.CreateDataSource(dst_layername)
dst_layer = dst_ds.CreateLayer(dst_layername, srs=srs)
fd = ogr.FieldDefn("DN", ogr.OFTInteger)
dst_layer.CreateField(fd)
dst_field = dst_layer.GetLayerDefn().GetFieldIndex("DN")
gdal.Polygonize(band, None, dst_layer, dst_field,
[connectedness], callback=None)
dst_ds.Destroy()
# Import polygonize result to database
subprocess.call(["ogr2ogr", overwrite_option, "-nlt", geom_type, "-lco",
geom_field_name, "-nln", polygonize_table, "-f",
output_format, db_connection, polygonize_output])
# Names of the tables to be created in the database during the processing
processed_clusters = polygonize_table + "_clusters"
processed_cardinality = polygonize_table + "_cardin"
# Spatial data to be tested - parcels that will be checked for cardinality
# (I think we should use the same data as for heterogeneity)
# reference_table = 'reference_data'
# Minimum area for clusters selection - only clusters bigger that the
# threshold will be counted
# area_threshold = 2000
# Calling the PostgreSQL function wich checks the cardinality. The function
# fixes the geometry for the spatial data resulted from polygnize, clips
# the polygonize result with the parcels that needs to be checked,
# calculates the area of the clusters inside each parcel, selects the
# clusters that are more than one type, each of them bigger that the
# threshold, in each parcel.
# The function creates two new tables: one with the clusters that matches
# the conditions, the other with data to be tested and a new column
# "foi_c" wich is 1 if the parcel has more that two types of clusters
# with the area bigger than the thershold
# TO DO: put the unique identifier as function param
try:
ps_connection = db_conn()
ps_connection.autocommit = True
cursor = ps_connection.cursor()
# call stored procedure
# cursor.callproc('public.check_cardinality', (
# polygonize_table, reference_data_table, area_threshold))
cursor.execute(
"CALL public.check_cardinality_procedure( %s, %s, %s, %s); ",
(polygonize_table, reference_data_table, area_threshold, 10000))
print("Running function to check cardinality")
except (Exception, psycopg2.DatabaseError) as error:
print("Error while connecting to PostgreSQL", error)
finally:
# closing database connection.
if(ps_connection):
cursor.close()
ps_connection.close()
print("PostgreSQL connection is closed")
# Export processed data - clusters, to shapefile
subprocess.call(["ogr2ogr", "-f", "ESRI Shapefile",
cardinality_output_clusters, db_connection,
processed_clusters])
print("Cardinality assessment function finished")
# Export processed data - data to be tested with "foi_c" flag, to shapefile
subprocess.call(["ogr2ogr", "-f", "ESRI Shapefile",
cardinality_output, db_connection, processed_cardinality])
print("Cardinality analysis output downloaded")
filelist_temp = [f for f in os.listdir(
'foi') if f.startswith(Path(temp_reference_data).stem)]
for f in filelist_temp:
os.remove(os.path.join('foi', f))
if __name__ == "__main__":
import sys
main(sys.argv)
| [
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,
2,
770,
2393,
318,
636,
286,
327,
65,
44,
357,
5450,
1378,
12567,
13,
785,
14,
721,
12,
73,
6015,
14,
66,
20475,
737,
198,
2,
6434,
220,
220,
220,
1058,
24023,
20687,
7490,
11,
17431,
18797,
11996,
1052,
459,
292,
27321,
198,
2,
29501,
220,
220,
1058,
402,
4825,
2969,
4816,
198,
2,
15069,
1058,
33448,
3427,
4513,
11,
16798,
4992,
9072,
198,
2,
13789,
220,
220,
1058,
513,
12,
2601,
682,
347,
10305,
628,
198,
11748,
28686,
198,
11748,
17331,
22163,
70,
17,
198,
2,
422,
17331,
22163,
70,
17,
1330,
13047,
198,
11748,
850,
14681,
198,
6738,
28686,
469,
78,
1330,
308,
31748,
198,
6738,
28686,
469,
78,
1330,
267,
2164,
198,
6738,
28686,
469,
78,
1330,
267,
27891,
198,
6738,
374,
1603,
34242,
1330,
1976,
20996,
62,
34242,
198,
6738,
277,
32792,
1330,
1280,
355,
277,
9654,
198,
11748,
277,
32792,
198,
6738,
331,
43695,
1330,
3440,
11,
6462,
17401,
198,
6738,
28686,
13,
6978,
1330,
26672,
3672,
11,
2352,
6978,
11,
4654,
11,
2593,
6978,
198,
6738,
3108,
8019,
1330,
10644,
198,
198,
6738,
269,
20475,
13,
26791,
1330,
4566,
198,
6738,
269,
20475,
13,
19608,
292,
1330,
20613,
198,
198,
11748,
30324,
392,
292,
355,
27809,
67,
198,
198,
6978,
62,
6513,
72,
62,
20786,
796,
2593,
6978,
7,
22179,
7,
15908,
3672,
7,
397,
2777,
776,
7,
834,
7753,
834,
36911,
705,
6513,
72,
62,
9945,
62,
20786,
6,
4008,
628,
198,
4299,
1388,
7,
35790,
62,
7890,
11,
374,
1603,
62,
4871,
361,
62,
7753,
11,
331,
43695,
62,
7753,
11,
662,
62,
1084,
62,
3202,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
662,
62,
9806,
62,
3202,
11,
1989,
62,
400,
10126,
11,
20613,
62,
2536,
11639,
12417,
6,
2599,
198,
220,
220,
220,
37227,
6080,
40,
8922,
318,
1912,
319,
21739,
3781,
286,
257,
564,
250,
1169,
13849,
447,
251,
374,
1603,
198,
220,
220,
220,
4635,
287,
5963,
13,
628,
220,
220,
220,
383,
606,
1512,
374,
1603,
460,
307,
262,
1255,
286,
257,
597,
2939,
14,
81,
1603,
7587,
198,
220,
220,
220,
2446,
39127,
257,
1398,
6167,
329,
1123,
17465,
532,
13833,
17923,
11,
4069,
198,
220,
220,
220,
3781,
286,
1956,
10733,
11,
1036,
1638,
276,
1366,
319,
9260,
11,
22638,
11,
27716,
11,
3503,
13,
198,
220,
220,
220,
383,
3599,
966,
373,
262,
2126,
326,
2641,
286,
281,
3488,
70,
1734,
516,
25232,
356,
198,
220,
220,
220,
815,
423,
691,
530,
2099,
286,
17465,
13,
198,
220,
220,
220,
1114,
1672,
611,
262,
606,
1512,
374,
1603,
318,
262,
1255,
286,
257,
13833,
17923,
11,
198,
220,
220,
220,
2641,
257,
25232,
356,
815,
423,
691,
530,
2099,
286,
17848,
326,
2380,
262,
198,
220,
220,
220,
11756,
13833,
198,
220,
220,
220,
1002,
262,
606,
1512,
374,
1603,
318,
262,
1255,
286,
257,
9172,
3781,
11,
477,
262,
17848,
198,
220,
220,
220,
2641,
257,
25232,
815,
17438,
287,
262,
976,
835,
1141,
257,
2278,
286,
640,
13,
198,
220,
220,
220,
383,
11895,
40,
8922,
318,
1912,
319,
262,
3781,
925,
319,
262,
4931,
290,
198,
220,
220,
220,
6082,
286,
1180,
3858,
286,
17848,
2641,
262,
11895,
40,
13,
628,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
4941,
62,
7890,
357,
2536,
2599,
1338,
34961,
1366,
284,
307,
6789,
532,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
49796,
326,
481,
307,
10667,
329,
49763,
290,
38691,
414,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
49796,
755,
328,
684,
287,
764,
1477,
79,
2393,
5794,
393,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6831,
3084,
1438,
1231,
764,
1477,
79,
7464,
13,
198,
220,
220,
220,
220,
220,
220,
220,
374,
1603,
62,
4871,
361,
62,
7753,
357,
2536,
2599,
383,
13849,
374,
1603,
532,
17923,
374,
1603,
11,
393,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
374,
1603,
422,
584,
2723,
326,
481,
307,
973,
329,
4856,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
49763,
290,
38691,
414,
198,
220,
220,
220,
220,
220,
220,
220,
331,
43695,
62,
7753,
25,
575,
2390,
43,
2393,
326,
6622,
262,
6097,
286,
606,
1512,
374,
1603,
2393,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
460,
307,
635,
257,
2829,
1351,
286,
3815,
287,
262,
20922,
4755,
2777,
623,
594,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1022,
17465,
3815,
290,
3891,
329,
262,
6097,
198,
220,
220,
220,
220,
220,
220,
220,
662,
62,
1084,
62,
3202,
25,
26265,
40885,
329,
49763,
8794,
13,
198,
220,
220,
220,
220,
220,
220,
220,
662,
62,
9806,
62,
3202,
25,
22246,
40885,
329,
49763,
8794,
13,
198,
220,
220,
220,
220,
220,
220,
220,
1989,
62,
400,
10126,
25,
26265,
1989,
329,
23163,
6356,
13,
628,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
20512,
25,
6407,
611,
4388,
11,
10352,
4306,
13,
628,
220,
220,
220,
37227,
628,
220,
220,
220,
1303,
6831,
4637,
4731,
198,
220,
220,
220,
611,
2099,
7,
9945,
62,
2536,
8,
318,
965,
25,
198,
220,
220,
220,
220,
220,
220,
220,
20613,
62,
38659,
796,
277,
1,
6968,
29164,
9945,
13,
37043,
62,
2536,
7,
9945,
62,
2536,
8,
36786,
198,
220,
220,
220,
1288,
361,
2099,
7,
9945,
62,
2536,
8,
318,
1351,
25,
198,
220,
220,
220,
220,
220,
220,
220,
20613,
62,
38659,
796,
366,
6968,
25,
4774,
34758,
92,
2493,
34758,
92,
20613,
3672,
34758,
92,
2836,
34758,
92,
9206,
34758,
92,
1911,
18982,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1635,
9945,
62,
2536,
8,
628,
220,
220,
220,
1303,
267,
2164,
17,
519,
81,
3689,
198,
220,
220,
220,
4903,
296,
62,
3245,
62,
3672,
796,
366,
8264,
2662,
2767,
18276,
62,
20608,
28,
86,
32812,
62,
469,
15748,
1,
198,
220,
220,
220,
49312,
62,
18076,
796,
27444,
41983,
18564,
12709,
1,
198,
220,
220,
220,
4903,
296,
62,
4906,
796,
366,
44,
16724,
4061,
3535,
56,
38,
1340,
1,
198,
220,
220,
220,
5072,
62,
18982,
796,
366,
6307,
47701,
1,
628,
220,
220,
220,
1303,
10644,
329,
23069,
262,
13686,
1366,
532,
2457,
21739,
1366,
326,
481,
307,
198,
220,
220,
220,
1303,
220,
220,
220,
29050,
706,
6831,
7587,
198,
220,
220,
220,
13686,
62,
7890,
796,
2593,
6978,
7,
22179,
10786,
6513,
72,
3256,
705,
14681,
276,
62,
7890,
6,
4008,
198,
220,
220,
220,
28686,
13,
76,
4335,
17062,
7,
14681,
276,
62,
7890,
11,
2152,
62,
482,
28,
17821,
8,
628,
220,
220,
220,
1303,
10644,
329,
23069,
262,
2457,
5072,
1366,
198,
220,
220,
220,
5072,
62,
7890,
796,
2593,
6978,
7,
22179,
10786,
6513,
72,
3256,
705,
22915,
62,
7890,
6,
4008,
198,
220,
220,
220,
28686,
13,
76,
4335,
17062,
7,
22915,
62,
7890,
11,
2152,
62,
482,
28,
17821,
8,
198,
220,
220,
220,
4941,
62,
7890,
62,
3672,
796,
28686,
13,
6978,
13,
22018,
578,
742,
7,
418,
13,
6978,
13,
12093,
12453,
7,
35790,
62,
7890,
4008,
58,
15,
60,
198,
220,
220,
220,
1949,
25,
198,
220,
220,
220,
220,
220,
220,
220,
351,
1280,
7,
69,
1,
90,
11250,
13,
1136,
62,
8367,
7,
17816,
6978,
82,
41707,
29510,
6,
12962,
92,
83,
65,
62,
40290,
1600,
705,
81,
11537,
355,
277,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4941,
62,
7890,
62,
11487,
796,
277,
13,
961,
3419,
198,
220,
220,
220,
2845,
35528,
25,
198,
220,
220,
220,
220,
220,
220,
220,
4941,
62,
7890,
62,
11487,
796,
4941,
62,
7890,
62,
3672,
628,
220,
220,
220,
1303,
20650,
2393,
8724,
422,
262,
374,
1603,
9756,
17465,
954,
198,
220,
220,
220,
1303,
17465,
9127,
62,
22915,
796,
277,
6,
90,
22915,
62,
7890,
92,
32515,
62,
9127,
23330,
35790,
62,
7890,
62,
11487,
27422,
1477,
79,
6,
628,
220,
220,
220,
17465,
9127,
62,
22915,
796,
277,
6,
90,
14681,
276,
62,
7890,
92,
14,
90,
35790,
62,
7890,
62,
3672,
92,
62,
32515,
9127,
13,
1477,
79,
6,
198,
220,
220,
220,
1303,
20650,
2393,
8724,
422,
374,
1603,
284,
15879,
1429,
357,
35428,
14520,
1096,
8,
198,
220,
220,
220,
7514,
14520,
1096,
62,
22915,
796,
277,
6,
90,
14681,
276,
62,
7890,
92,
14,
90,
35790,
62,
7890,
62,
3672,
92,
62,
35428,
14520,
1096,
13,
1477,
79,
6,
628,
220,
220,
220,
1303,
6530,
286,
262,
3084,
284,
307,
2727,
287,
262,
6831,
532,
1330,
286,
262,
17465,
198,
220,
220,
220,
1303,
220,
220,
954,
656,
262,
6831,
198,
220,
220,
220,
17465,
9127,
62,
11487,
796,
277,
1,
90,
35790,
62,
7890,
62,
3672,
92,
62,
32515,
9127,
1,
198,
220,
220,
220,
1303,
6530,
286,
262,
3084,
284,
307,
2727,
287,
262,
6831,
532,
1330,
286,
262,
198,
220,
220,
220,
1303,
220,
220,
7514,
14520,
1096,
1255,
656,
262,
6831,
198,
220,
220,
220,
7514,
14520,
1096,
62,
11487,
796,
277,
1,
90,
35790,
62,
7890,
62,
3672,
92,
62,
35428,
14520,
1096,
1,
628,
220,
220,
220,
1303,
6530,
290,
3108,
286,
262,
3696,
8724,
422,
262,
3781,
198,
220,
220,
220,
49763,
62,
22915,
796,
277,
6,
90,
22915,
62,
7890,
92,
14,
90,
35790,
62,
7890,
62,
3672,
92,
62,
6513,
4449,
62,
85,
16,
13,
1477,
79,
6,
198,
220,
220,
220,
38691,
414,
62,
22915,
796,
277,
6,
90,
22915,
62,
7890,
92,
14,
90,
35790,
62,
7890,
62,
3672,
92,
62,
6513,
291,
62,
85,
16,
13,
1477,
79,
6,
198,
220,
220,
220,
38691,
414,
62,
22915,
62,
565,
13654,
796,
277,
6,
90,
22915,
62,
7890,
92,
14,
90,
35790,
62,
7890,
62,
3672,
92,
62,
6513,
291,
62,
565,
13654,
62,
85,
16,
13,
1477,
79,
6,
628,
220,
220,
220,
44161,
796,
366,
46506,
1635,
16034,
366,
1343,
4941,
62,
7890,
62,
11487,
1343,
366,
26033,
198,
220,
220,
220,
1949,
25,
198,
220,
220,
220,
220,
220,
220,
220,
26692,
62,
38659,
796,
20613,
62,
37043,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
26692,
62,
38659,
13,
2306,
420,
2002,
270,
796,
6407,
628,
220,
220,
220,
220,
220,
220,
220,
23493,
796,
26692,
62,
38659,
13,
66,
21471,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
27809,
67,
62,
7890,
796,
27809,
67,
13,
961,
62,
7353,
70,
271,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
44161,
28,
25410,
11,
369,
28,
862,
62,
38659,
11,
4903,
296,
62,
4033,
11639,
86,
32812,
62,
469,
15748,
11537,
628,
220,
220,
220,
2845,
357,
16922,
11,
17331,
22163,
70,
17,
13,
38105,
12331,
8,
355,
4049,
25,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
7203,
12331,
981,
14320,
284,
2947,
47701,
1600,
4049,
8,
628,
220,
220,
220,
3443,
25,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
9605,
6831,
4637,
13,
198,
220,
220,
220,
220,
220,
220,
220,
611,
7,
862,
62,
38659,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
23493,
13,
19836,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
26692,
62,
38659,
13,
19836,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
3601,
7203,
6307,
47701,
4637,
318,
4838,
4943,
628,
220,
220,
220,
20218,
62,
35790,
62,
7890,
796,
277,
6,
6513,
72,
14,
90,
35790,
62,
7890,
62,
3672,
92,
62,
29510,
13,
1477,
79,
6,
628,
220,
220,
220,
27809,
67,
62,
7890,
13,
1462,
62,
7753,
7,
29510,
62,
35790,
62,
7890,
8,
628,
220,
220,
220,
5485,
796,
277,
32792,
13,
9654,
7,
29510,
62,
35790,
62,
7890,
8,
198,
220,
220,
220,
21739,
8134,
796,
5485,
13,
66,
3808,
14692,
15003,
8973,
198,
2,
220,
220,
220,
220,
3601,
7203,
38469,
47013,
38,
25,
33172,
21739,
8134,
8,
628,
220,
220,
220,
1303,
17267,
4941,
1366,
5485,
7753,
284,
6831,
13,
198,
220,
220,
220,
1303,
3827,
13564,
3038,
318,
2622,
11,
4306,
262,
1330,
481,
24443,
649,
198,
220,
220,
220,
1303,
3815,
284,
262,
3392,
4683,
287,
262,
3084,
198,
220,
220,
220,
850,
14681,
13,
13345,
7,
14692,
519,
81,
17,
519,
81,
1600,
49312,
62,
18076,
11,
27444,
77,
2528,
1600,
4903,
296,
62,
4906,
11,
27444,
75,
1073,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4903,
296,
62,
3245,
62,
3672,
11,
27444,
64,
62,
82,
3808,
1600,
21739,
8134,
11,
27444,
77,
18755,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4941,
62,
7890,
62,
11487,
11,
27444,
69,
1600,
366,
6307,
47701,
1600,
20613,
62,
38659,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4941,
62,
7890,
12962,
628,
220,
220,
220,
1303,
11725,
262,
3815,
422,
331,
43695,
2393,
198,
220,
220,
220,
1013,
796,
3440,
7,
9654,
7,
88,
43695,
62,
7753,
11,
705,
81,
27691,
961,
22784,
8778,
263,
28,
13295,
17401,
8,
198,
220,
220,
220,
6536,
62,
8899,
796,
1013,
17816,
22872,
62,
8899,
20520,
198,
220,
220,
220,
374,
301,
62,
25747,
796,
1351,
7,
22872,
62,
8899,
13,
27160,
28955,
628,
220,
220,
220,
1303,
2764,
278,
262,
1271,
286,
17848,
329,
1123,
25232,
13,
383,
7032,
351,
3891,
286,
198,
220,
220,
220,
1303,
220,
220,
262,
6097,
422,
331,
43695,
2393,
481,
307,
2087,
11,
198,
220,
220,
220,
1303,
290,
6153,
351,
262,
1271,
286,
17848,
422,
1123,
6536,
198,
220,
220,
220,
351,
277,
9654,
7,
29510,
62,
35790,
62,
7890,
11,
705,
81,
11537,
355,
5128,
25,
198,
220,
220,
220,
220,
220,
220,
220,
21739,
8134,
796,
5128,
13,
66,
3808,
14692,
15003,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
32815,
796,
5128,
13,
15952,
2611,
628,
220,
220,
220,
220,
220,
220,
220,
329,
1312,
287,
374,
301,
62,
25747,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
32815,
17816,
48310,
6,
7131,
72,
60,
796,
705,
600,
25,
20,
6,
628,
220,
220,
220,
220,
220,
220,
220,
374,
301,
62,
1078,
822,
82,
796,
8633,
13,
6738,
13083,
7,
81,
301,
62,
25747,
11,
657,
8,
628,
220,
220,
220,
220,
220,
220,
220,
351,
277,
9654,
7,
32515,
9127,
62,
22915,
11,
705,
86,
3256,
705,
1546,
7112,
25959,
7753,
3256,
32815,
8,
355,
5072,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
1312,
11,
410,
310,
62,
27594,
287,
27056,
378,
7,
15414,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
410,
310,
62,
2100,
62,
11600,
796,
8633,
7,
85,
310,
62,
27594,
17816,
48310,
6,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
374,
301,
62,
2100,
62,
11600,
796,
1976,
20996,
62,
34242,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
410,
310,
62,
27594,
11,
374,
1603,
62,
4871,
361,
62,
7753,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4253,
12409,
28,
17821,
11,
4866,
62,
48310,
28,
17821,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6536,
62,
8899,
28,
22872,
62,
8899,
11,
18666,
1045,
10779,
17032,
38381,
15,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
410,
310,
62,
2100,
62,
11600,
13,
19119,
7,
81,
301,
62,
1078,
822,
82,
8,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
300,
84,
287,
374,
301,
62,
2100,
62,
11600,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
410,
310,
62,
2100,
62,
11600,
58,
2290,
60,
796,
374,
301,
62,
2100,
62,
11600,
13,
1136,
7,
2290,
8,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
379,
822,
287,
410,
310,
62,
2100,
62,
11600,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
410,
310,
62,
27594,
17816,
48310,
6,
7131,
265,
822,
60,
796,
410,
310,
62,
2100,
62,
11600,
13,
1136,
7,
265,
822,
8,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5072,
13,
13564,
7,
85,
310,
62,
27594,
8,
198,
220,
220,
220,
3601,
7203,
18467,
1348,
17465,
17952,
2474,
8,
628,
220,
220,
220,
1303,
17267,
8724,
5485,
7753,
11,
351,
262,
1271,
286,
17848,
329,
1123,
1398,
284,
198,
220,
220,
220,
1303,
220,
220,
6831,
13,
3827,
13564,
3038,
318,
2622,
11,
4306,
262,
198,
220,
220,
220,
1303,
1330,
481,
24443,
649,
3815,
284,
262,
3392,
4683,
287,
262,
3084,
198,
220,
220,
220,
850,
14681,
13,
13345,
7,
14692,
519,
81,
17,
519,
81,
1600,
49312,
62,
18076,
11,
27444,
77,
2528,
1600,
4903,
296,
62,
4906,
11,
27444,
64,
62,
82,
3808,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
21739,
8134,
11,
27444,
77,
18755,
1600,
220,
17465,
9127,
62,
11487,
11,
27444,
69,
1600,
366,
6307,
47701,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
20613,
62,
38659,
11,
220,
17465,
9127,
62,
22915,
12962,
628,
220,
220,
220,
1303,
7913,
286,
6097,
422,
262,
606,
1512,
374,
1603,
198,
220,
220,
220,
997,
62,
37724,
796,
18896,
7,
22872,
62,
8899,
8,
198,
220,
220,
220,
1303,
26265,
290,
5415,
40885,
329,
49763,
8794,
13,
554,
428,
1672,
11,
198,
220,
220,
220,
1303,
220,
220,
597,
25232,
198,
220,
220,
220,
1303,
351,
5873,
286,
17848,
329,
530,
1398,
1022,
1542,
290,
4317,
422,
262,
2472,
11,
198,
220,
220,
220,
1303,
220,
220,
481,
307,
3177,
14445,
27897,
13,
198,
220,
220,
220,
1303,
949,
62,
43332,
37477,
62,
400,
10126,
796,
1542,
198,
220,
220,
220,
1303,
3509,
62,
43332,
37477,
62,
400,
10126,
796,
4317,
198,
220,
220,
220,
949,
62,
43332,
37477,
62,
400,
10126,
796,
662,
62,
1084,
62,
3202,
198,
220,
220,
220,
3509,
62,
43332,
37477,
62,
400,
10126,
796,
662,
62,
9806,
62,
3202,
628,
220,
220,
220,
1303,
32677,
262,
2947,
47701,
2163,
266,
488,
8794,
262,
49763,
13,
198,
220,
220,
220,
1303,
383,
2163,
43707,
262,
28071,
290,
5621,
281,
11688,
198,
220,
220,
220,
1303,
366,
6513,
72,
62,
71,
1,
284,
352,
618,
262,
5873,
286,
17848,
318,
1022,
40885,
198,
220,
220,
220,
1949,
25,
198,
220,
220,
220,
220,
220,
220,
220,
26692,
62,
38659,
796,
20613,
62,
37043,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
26692,
62,
38659,
13,
2306,
420,
2002,
270,
796,
6407,
628,
220,
220,
220,
220,
220,
220,
220,
23493,
796,
26692,
62,
38659,
13,
66,
21471,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
869,
8574,
8771,
198,
220,
220,
220,
220,
220,
220,
220,
23493,
13,
13345,
36942,
10786,
11377,
13,
9122,
62,
43332,
37477,
3256,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
17465,
9127,
62,
11487,
11,
997,
62,
37724,
11,
949,
62,
43332,
37477,
62,
400,
10126,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3509,
62,
43332,
37477,
62,
400,
10126,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
3601,
7203,
28768,
2163,
284,
2198,
49763,
4943,
628,
220,
220,
220,
2845,
357,
16922,
11,
17331,
22163,
70,
17,
13,
38105,
12331,
8,
355,
4049,
25,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
7203,
12331,
981,
14320,
284,
2947,
47701,
1600,
4049,
8,
628,
220,
220,
220,
3443,
25,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
9605,
6831,
4637,
13,
198,
220,
220,
220,
220,
220,
220,
220,
611,
7,
862,
62,
38659,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
23493,
13,
19836,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
26692,
62,
38659,
13,
19836,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
7203,
6307,
47701,
4637,
318,
4838,
4943,
198,
220,
220,
220,
3601,
7203,
39,
2357,
37477,
8922,
2163,
5201,
4943,
628,
220,
220,
220,
1303,
36472,
13686,
1366,
532,
49763,
11,
284,
5485,
7753,
198,
220,
220,
220,
850,
14681,
13,
13345,
7,
14692,
519,
81,
17,
519,
81,
1600,
27444,
69,
1600,
366,
1546,
7112,
25959,
7753,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
49763,
62,
22915,
11,
20613,
62,
38659,
11,
17465,
9127,
62,
11487,
12962,
198,
220,
220,
220,
3601,
7203,
39,
2357,
37477,
3781,
5072,
15680,
4943,
628,
220,
220,
220,
1303,
12280,
14520,
1096,
262,
606,
1512,
374,
1603,
13,
383,
1429,
2753,
656,
1848,
691,
198,
220,
220,
220,
1303,
220,
220,
530,
4097,
357,
259,
428,
1339,
532,
717,
4097,
737,
1680,
307,
973,
351,
807,
5884,
198,
220,
220,
220,
1303,
220,
220,
17848,
393,
351,
604,
5884,
17848,
13,
198,
220,
220,
220,
5884,
1108,
796,
705,
12,
23,
6,
198,
220,
220,
220,
2723,
49,
1603,
796,
308,
31748,
13,
11505,
7,
81,
1603,
62,
4871,
361,
62,
7753,
8,
198,
220,
220,
220,
4097,
796,
2723,
49,
1603,
13,
3855,
49,
1603,
31407,
7,
16,
8,
198,
220,
220,
220,
264,
3808,
796,
267,
27891,
13,
4561,
34961,
26687,
7,
86,
21841,
28,
10459,
49,
1603,
13,
3855,
16775,
295,
28955,
198,
220,
220,
220,
29636,
62,
10724,
13292,
796,
7514,
14520,
1096,
62,
22915,
198,
220,
220,
220,
1553,
85,
796,
267,
2164,
13,
3855,
32103,
3886,
5376,
7203,
1546,
7112,
25959,
7753,
4943,
198,
220,
220,
220,
29636,
62,
9310,
796,
1553,
85,
13,
16447,
6601,
7416,
7,
67,
301,
62,
10724,
13292,
8,
198,
220,
220,
220,
29636,
62,
29289,
796,
29636,
62,
9310,
13,
16447,
49925,
7,
67,
301,
62,
10724,
13292,
11,
264,
3808,
28,
82,
3808,
8,
198,
220,
220,
220,
277,
67,
796,
267,
2164,
13,
15878,
7469,
77,
7203,
35504,
1600,
267,
2164,
13,
46,
9792,
46541,
8,
198,
220,
220,
220,
29636,
62,
29289,
13,
16447,
15878,
7,
16344,
8,
198,
220,
220,
220,
29636,
62,
3245,
796,
29636,
62,
29289,
13,
3855,
49925,
7469,
77,
22446,
3855,
15878,
15732,
7203,
35504,
4943,
198,
220,
220,
220,
308,
31748,
13,
34220,
14520,
1096,
7,
3903,
11,
6045,
11,
29636,
62,
29289,
11,
29636,
62,
3245,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
685,
15236,
1108,
4357,
23838,
28,
14202,
8,
198,
220,
220,
220,
29636,
62,
9310,
13,
49174,
3419,
628,
220,
220,
220,
1303,
17267,
7514,
14520,
1096,
1255,
284,
6831,
198,
220,
220,
220,
850,
14681,
13,
13345,
7,
14692,
519,
81,
17,
519,
81,
1600,
49312,
62,
18076,
11,
27444,
77,
2528,
1600,
4903,
296,
62,
4906,
11,
27444,
75,
1073,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4903,
296,
62,
3245,
62,
3672,
11,
27444,
77,
18755,
1600,
220,
7514,
14520,
1096,
62,
11487,
11,
27444,
69,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5072,
62,
18982,
11,
20613,
62,
38659,
11,
220,
7514,
14520,
1096,
62,
22915,
12962,
628,
220,
220,
220,
1303,
28531,
286,
262,
8893,
284,
307,
2727,
287,
262,
6831,
1141,
262,
7587,
198,
220,
220,
220,
13686,
62,
565,
13654,
796,
7514,
14520,
1096,
62,
11487,
1343,
45434,
565,
13654,
1,
198,
220,
220,
220,
13686,
62,
9517,
1292,
414,
796,
7514,
14520,
1096,
62,
11487,
1343,
45434,
9517,
259,
1,
198,
220,
220,
220,
1303,
1338,
34961,
1366,
284,
307,
6789,
532,
49796,
326,
481,
307,
10667,
329,
38691,
414,
198,
220,
220,
220,
1303,
220,
220,
357,
40,
892,
356,
815,
779,
262,
976,
1366,
355,
329,
49763,
8,
198,
220,
220,
220,
1303,
4941,
62,
11487,
796,
705,
35790,
62,
7890,
6,
198,
220,
220,
220,
1303,
26265,
1989,
329,
23163,
6356,
532,
691,
23163,
5749,
326,
262,
198,
220,
220,
220,
1303,
220,
220,
11387,
481,
307,
14789,
198,
220,
220,
220,
1303,
1989,
62,
400,
10126,
796,
4751,
628,
220,
220,
220,
1303,
32677,
262,
2947,
47701,
2163,
266,
488,
8794,
262,
38691,
414,
13,
383,
2163,
198,
220,
220,
220,
1303,
220,
220,
13040,
262,
22939,
329,
262,
21739,
1366,
8724,
422,
7514,
4593,
1096,
11,
19166,
198,
220,
220,
220,
1303,
220,
220,
262,
7514,
14520,
1096,
1255,
351,
262,
49796,
326,
2476,
284,
307,
10667,
11,
198,
220,
220,
220,
1303,
220,
220,
43707,
262,
1989,
286,
262,
23163,
2641,
1123,
25232,
11,
40573,
262,
198,
220,
220,
220,
1303,
220,
220,
23163,
326,
389,
517,
621,
530,
2099,
11,
1123,
286,
606,
5749,
326,
262,
198,
220,
220,
220,
1303,
220,
220,
11387,
11,
287,
1123,
25232,
13,
198,
220,
220,
220,
1303,
383,
2163,
8075,
734,
649,
8893,
25,
530,
351,
262,
23163,
326,
7466,
198,
220,
220,
220,
1303,
220,
220,
262,
3403,
11,
262,
584,
351,
1366,
284,
307,
6789,
290,
257,
649,
5721,
198,
220,
220,
220,
1303,
220,
220,
366,
6513,
72,
62,
66,
1,
266,
488,
318,
352,
611,
262,
25232,
468,
517,
326,
734,
3858,
286,
23163,
198,
220,
220,
220,
1303,
220,
220,
351,
262,
1989,
5749,
621,
262,
10811,
1477,
727,
628,
220,
220,
220,
1303,
5390,
8410,
25,
1234,
262,
3748,
27421,
355,
2163,
5772,
628,
220,
220,
220,
1949,
25,
198,
220,
220,
220,
220,
220,
220,
220,
26692,
62,
38659,
796,
20613,
62,
37043,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
26692,
62,
38659,
13,
2306,
420,
2002,
270,
796,
6407,
628,
220,
220,
220,
220,
220,
220,
220,
23493,
796,
26692,
62,
38659,
13,
66,
21471,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
869,
8574,
8771,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
23493,
13,
13345,
36942,
10786,
11377,
13,
9122,
62,
9517,
1292,
414,
3256,
357,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
220,
220,
220,
220,
7514,
14520,
1096,
62,
11487,
11,
4941,
62,
7890,
62,
11487,
11,
1989,
62,
400,
10126,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
23493,
13,
41049,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
34,
7036,
1171,
13,
9122,
62,
9517,
1292,
414,
62,
1676,
771,
495,
7,
4064,
82,
11,
4064,
82,
11,
4064,
82,
11,
4064,
82,
1776,
33172,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
35428,
14520,
1096,
62,
11487,
11,
4941,
62,
7890,
62,
11487,
11,
1989,
62,
400,
10126,
11,
33028,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
3601,
7203,
28768,
2163,
284,
2198,
38691,
414,
4943,
628,
220,
220,
220,
2845,
357,
16922,
11,
17331,
22163,
70,
17,
13,
38105,
12331,
8,
355,
4049,
25,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
7203,
12331,
981,
14320,
284,
2947,
47701,
1600,
4049,
8,
628,
220,
220,
220,
3443,
25,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
9605,
6831,
4637,
13,
198,
220,
220,
220,
220,
220,
220,
220,
611,
7,
862,
62,
38659,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
23493,
13,
19836,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
26692,
62,
38659,
13,
19836,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
7203,
6307,
47701,
4637,
318,
4838,
4943,
628,
220,
220,
220,
1303,
36472,
13686,
1366,
532,
23163,
11,
284,
5485,
7753,
198,
220,
220,
220,
850,
14681,
13,
13345,
7,
14692,
519,
81,
17,
519,
81,
1600,
27444,
69,
1600,
366,
1546,
7112,
25959,
7753,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
38691,
414,
62,
22915,
62,
565,
13654,
11,
20613,
62,
38659,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13686,
62,
565,
13654,
12962,
198,
220,
220,
220,
3601,
7203,
16962,
1292,
414,
8922,
2163,
5201,
4943,
628,
220,
220,
220,
1303,
36472,
13686,
1366,
532,
1366,
284,
307,
6789,
351,
366,
6513,
72,
62,
66,
1,
6056,
11,
284,
5485,
7753,
198,
220,
220,
220,
850,
14681,
13,
13345,
7,
14692,
519,
81,
17,
519,
81,
1600,
27444,
69,
1600,
366,
1546,
7112,
25959,
7753,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
38691,
414,
62,
22915,
11,
20613,
62,
38659,
11,
13686,
62,
9517,
1292,
414,
12962,
198,
220,
220,
220,
3601,
7203,
16962,
1292,
414,
3781,
5072,
15680,
4943,
628,
220,
220,
220,
2393,
4868,
62,
29510,
796,
685,
69,
329,
277,
287,
28686,
13,
4868,
15908,
7,
198,
220,
220,
220,
220,
220,
220,
220,
705,
6513,
72,
11537,
611,
277,
13,
9688,
2032,
342,
7,
15235,
7,
29510,
62,
35790,
62,
7890,
737,
927,
15437,
198,
220,
220,
220,
329,
277,
287,
2393,
4868,
62,
29510,
25,
198,
220,
220,
220,
220,
220,
220,
220,
28686,
13,
28956,
7,
418,
13,
6978,
13,
22179,
10786,
6513,
72,
3256,
277,
4008,
628,
198,
361,
11593,
3672,
834,
6624,
366,
834,
12417,
834,
1298,
198,
220,
220,
220,
1330,
25064,
198,
220,
220,
220,
1388,
7,
17597,
13,
853,
85,
8,
198
] | 2.654606 | 5,113 |
import torch
import torch.nn as nn
import torch.optim as optim
from transformers import (
AdamW,
get_linear_schedule_with_warmup,
)
from .metrics import FullMetrics
import pytorch_lightning as pl
from pytorch_lightning import loggers as pl_loggers
| [
11748,
28034,
198,
11748,
28034,
13,
20471,
355,
299,
77,
198,
11748,
28034,
13,
40085,
355,
6436,
198,
6738,
6121,
364,
1330,
357,
198,
220,
220,
220,
7244,
54,
11,
198,
220,
220,
220,
651,
62,
29127,
62,
15952,
5950,
62,
4480,
62,
31975,
929,
11,
198,
8,
198,
198,
6738,
764,
4164,
10466,
1330,
6462,
9171,
10466,
198,
198,
11748,
12972,
13165,
354,
62,
2971,
768,
355,
458,
198,
6738,
12972,
13165,
354,
62,
2971,
768,
1330,
2604,
5355,
355,
458,
62,
6404,
5355,
628,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220
] | 2.747475 | 99 |
input_file = open("input.txt", "r")
lines = input_file.read().splitlines() #Read whole file, split by newlines
lines = [int(i) for i in lines]
lines.sort()
lines.append(lines[-1]+3)
oneDifference = 0
threeDifference = 0
previousJoltage = 0
for outlet in lines:
if outlet - 3 == previousJoltage:
threeDifference += 1
else:
oneDifference += 1
previousJoltage = outlet
print(lines)
print("oneDifference:", oneDifference)
print("threeDifference:", threeDifference)
answer = oneDifference * threeDifference
print("Answer:", answer) | [
15414,
62,
7753,
796,
1280,
7203,
15414,
13,
14116,
1600,
366,
81,
4943,
198,
6615,
796,
5128,
62,
7753,
13,
961,
22446,
35312,
6615,
3419,
220,
1303,
5569,
2187,
2393,
11,
6626,
416,
649,
6615,
198,
6615,
796,
685,
600,
7,
72,
8,
329,
1312,
287,
3951,
60,
198,
6615,
13,
30619,
3419,
198,
6615,
13,
33295,
7,
6615,
58,
12,
16,
48688,
18,
8,
198,
198,
505,
28813,
1945,
796,
657,
198,
15542,
28813,
1945,
796,
657,
198,
3866,
1442,
41,
5978,
496,
796,
657,
198,
1640,
16615,
287,
3951,
25,
198,
220,
220,
220,
611,
16615,
532,
513,
6624,
2180,
41,
5978,
496,
25,
198,
220,
220,
220,
220,
220,
220,
220,
1115,
28813,
1945,
15853,
352,
198,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
530,
28813,
1945,
15853,
352,
198,
220,
220,
220,
2180,
41,
5978,
496,
796,
16615,
198,
198,
4798,
7,
6615,
8,
198,
4798,
7203,
505,
28813,
1945,
25,
1600,
530,
28813,
1945,
8,
198,
4798,
7203,
15542,
28813,
1945,
25,
1600,
1115,
28813,
1945,
8,
198,
41484,
796,
530,
28813,
1945,
1635,
1115,
28813,
1945,
198,
4798,
7203,
33706,
25,
1600,
3280,
8
] | 2.841837 | 196 |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import logging
import argparse
from core.web import webapp
logging.basicConfig(format='%(levelname)s:%(module)s:%(message)s', level=logging.ERROR)
COMMANDS = {
'webserver': webserver,
'syncdb': syncdb,
}
if __name__ == '__main__':
main()
| [
2,
48443,
14629,
14,
8800,
14,
24330,
21015,
198,
2,
532,
9,
12,
19617,
25,
3384,
69,
12,
23,
532,
9,
12,
198,
198,
11748,
18931,
198,
11748,
1822,
29572,
198,
198,
6738,
4755,
13,
12384,
1330,
3992,
1324,
198,
198,
6404,
2667,
13,
35487,
16934,
7,
18982,
11639,
4,
7,
5715,
3672,
8,
82,
25,
4,
7,
21412,
8,
82,
25,
4,
7,
20500,
8,
82,
3256,
1241,
28,
6404,
2667,
13,
24908,
8,
628,
198,
198,
9858,
10725,
5258,
796,
1391,
198,
220,
220,
220,
705,
732,
1443,
18497,
10354,
2639,
18497,
11,
198,
220,
220,
220,
705,
27261,
9945,
10354,
17510,
9945,
11,
198,
92,
628,
198,
361,
11593,
3672,
834,
6624,
705,
834,
12417,
834,
10354,
198,
220,
220,
220,
1388,
3419,
198
] | 2.393701 | 127 |
# Spaces
minsp = 0
maxsp = 500
# Admin's configuration
print("Hey Admin!")
sw = str(input("Make up a word : "))
guesses = float(input("How many guesses should the user have : "))
h = str(input("Do you want to give the user a hint? y/n : "))
guess = ''
gc = 0
# Admin's hint
if h == 'y':
hint = str(input("What hint do you wanna give to the user, when the user type down \'Hint\' : "))
elif h == 'n':
hint = str("I didn\'t give you a hint.")
# Spaces - So user can't see what the admin did.
while minsp != maxsp:
print("")
minsp = minsp + 1
print("Hey User!")
# The game starts here.
while guess != sw or gc != guesses:
guess = str(input("Enter a guess : "))
gc = gc + 1
# Events during/end the game.
if guess == sw:
print("You win!")
exit()
elif guess == 'Np =>':
print("You know something that nobody else knows!")
gc = gc - 1
elif guess == 'Amazing Grace':
print("Alan Jackson!")
gc = gc - 1
elif guess == 'Hint' or guess == 'hint':
print("Admin > " + str(hint))
elif guess == 'GCount' or guess == 'gcount':
print(str(gc) + "/" + str(guesses))
gc = gc - 1
elif gc == guesses:
print("You lose!")
exit()
| [
2,
48086,
198,
42951,
79,
796,
657,
198,
9806,
2777,
796,
5323,
198,
198,
2,
32053,
338,
8398,
198,
4798,
7203,
10814,
32053,
2474,
8,
198,
2032,
796,
965,
7,
15414,
7203,
12050,
510,
257,
1573,
1058,
366,
4008,
198,
5162,
44667,
796,
12178,
7,
15414,
7203,
2437,
867,
44774,
815,
262,
2836,
423,
1058,
366,
4008,
198,
71,
796,
965,
7,
15414,
7203,
5211,
345,
765,
284,
1577,
262,
2836,
257,
9254,
30,
331,
14,
77,
1058,
366,
4008,
198,
198,
5162,
408,
796,
10148,
198,
36484,
796,
657,
198,
198,
2,
32053,
338,
9254,
198,
361,
289,
6624,
705,
88,
10354,
198,
220,
220,
220,
9254,
796,
965,
7,
15414,
7203,
2061,
9254,
466,
345,
18869,
1577,
284,
262,
2836,
11,
618,
262,
2836,
2099,
866,
34373,
39,
600,
43054,
1058,
366,
4008,
198,
417,
361,
289,
6624,
705,
77,
10354,
198,
220,
220,
220,
9254,
796,
965,
7203,
40,
1422,
43054,
83,
1577,
345,
257,
9254,
19570,
198,
198,
2,
48086,
532,
1406,
2836,
460,
470,
766,
644,
262,
13169,
750,
13,
198,
4514,
949,
2777,
14512,
3509,
2777,
25,
198,
220,
220,
220,
3601,
7203,
4943,
198,
220,
220,
220,
949,
2777,
796,
949,
2777,
1343,
352,
198,
198,
4798,
7203,
10814,
11787,
2474,
8,
198,
198,
2,
383,
983,
4940,
994,
13,
198,
4514,
4724,
14512,
1509,
393,
308,
66,
14512,
44774,
25,
198,
220,
220,
220,
4724,
796,
965,
7,
15414,
7203,
17469,
257,
4724,
1058,
366,
4008,
198,
220,
220,
220,
220,
198,
220,
220,
220,
308,
66,
796,
308,
66,
1343,
352,
198,
220,
220,
220,
220,
198,
220,
220,
220,
1303,
18715,
1141,
14,
437,
262,
983,
13,
198,
220,
220,
220,
611,
4724,
6624,
1509,
25,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
7203,
1639,
1592,
2474,
8,
198,
220,
220,
220,
220,
220,
220,
220,
8420,
3419,
198,
220,
220,
220,
1288,
361,
4724,
6624,
705,
45,
79,
5218,
10354,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
7203,
1639,
760,
1223,
326,
8168,
2073,
4206,
2474,
8,
198,
220,
220,
220,
220,
220,
220,
220,
308,
66,
796,
308,
66,
532,
352,
198,
220,
220,
220,
1288,
361,
4724,
6624,
705,
42770,
16156,
10354,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
7203,
36235,
6612,
2474,
8,
198,
220,
220,
220,
220,
220,
220,
220,
308,
66,
796,
308,
66,
532,
352,
198,
220,
220,
220,
1288,
361,
4724,
6624,
705,
39,
600,
6,
393,
4724,
6624,
705,
71,
600,
10354,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
7203,
46787,
1875,
366,
1343,
965,
7,
71,
600,
4008,
198,
220,
220,
220,
1288,
361,
4724,
6624,
705,
38,
12332,
6,
393,
4724,
6624,
705,
70,
9127,
10354,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
7,
2536,
7,
36484,
8,
1343,
12813,
1,
1343,
965,
7,
5162,
44667,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
308,
66,
796,
308,
66,
532,
352,
198,
220,
220,
220,
1288,
361,
308,
66,
6624,
44774,
25,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
7203,
1639,
4425,
2474,
8,
198,
220,
220,
220,
220,
220,
220,
220,
8420,
3419,
628
] | 2.383743 | 529 |
import enum
import requests
import sseclient
from json import loads
from typing import Callable
from typing import Generator
from typing import Tuple
from pycspr.api import NodeConnectionInfo
class NodeSseChannelType(enum.Enum):
""" Enumeration over set of exposed node SEE event types. """
deploys = enum.auto()
main = enum.auto()
sigs = enum.auto()
class NodeSseEventType(enum.Enum):
""" Enumeration over set of exposed node SEE event types. """
ApiVersion = enum.auto()
BlockAdded = enum.auto()
DeployAccepted = enum.auto()
DeployProcessed = enum.auto()
Fault = enum.auto()
FinalitySignature = enum.auto()
Step = enum.auto()
# Map: channel type <-> event type.
_CHANNEL_TO_TYPE = {
NodeSseChannelType.deploys: {
NodeSseEventType.ApiVersion,
NodeSseEventType.DeployAccepted
},
NodeSseChannelType.main: {
NodeSseEventType.ApiVersion,
NodeSseEventType.BlockAdded,
NodeSseEventType.DeployProcessed,
NodeSseEventType.Fault,
NodeSseEventType.Step
},
NodeSseChannelType.sigs: {
NodeSseEventType.ApiVersion,
NodeSseEventType.FinalitySignature
}
}
class EventsClient:
""" Bind to a node's event stream. """
def __init__(self, node: NodeConnectionInfo):
"""
Constructor EventChannel.
:param node: Information required to connect to a node.
"""
self._node = node
def get_events(self, callback: Callable, channel_type: NodeSseChannelType,
event_type: NodeSseEventType, event_id: int = 0) -> None:
"""
Binds to a node's event stream - events are passed to callback for
processing.
:param callback: Callback to invoke whenever an event of relevant type
is received.
:param channel_type: Type of event channel to which to bind.
:param event_type: Type of event type to listen for
(all if unspecified).
:param event_id: Identifer of event from which to start stream
listening.
"""
# validate that the channel supports the event type.
if channel_type not in _CHANNEL_TO_TYPE:
raise ValueError(f"Unsupported SSE channel: {channel_type.name}.")
if event_type not in _CHANNEL_TO_TYPE[channel_type]:
raise ValueError(f"Unsupported SSE channel/event permutation: "
f"{channel_type.name}:{event_type.name}.")
# get and set sse clieant
params = f"?start_from={event_id}" if event_id else ""
url = f"{self._node.address_sse}/{channel_type.name.lower()}{params}"
stream = requests.get(url, stream=True)
self._sse_client = sseclient.SSEClient(stream)
for event_type, event_id, payload in self._yield_events(self):
callback(self._channel_type, event_type, event_id, payload)
def _yield_events(self) -> Generator:
""" Yields events streaming from node. """
try:
for event in self._sse_client.events():
parsed = self._parse_event(event.id, loads(event.data))
if parsed:
yield parsed
except Exception as err:
try:
self._sse_client.close()
finally:
raise err
def _parse_event(self, event_id: int, payload: dict
) -> Tuple[NodeSseEventType, int, dict]:
""" Parses raw event data for upstream processing. """
events = {
"ApiVersion": NodeSseEventType.ApiVersion,
"BlockAdded": NodeSseEventType.BlockAdded,
"DeployProcessed": NodeSseEventType.DeployProcessed,
"Fault": NodeSseEventType.Fault,
"Step": NodeSseEventType.Step,
"DeployAccepted": NodeSseEventType.DeployAccepted,
"FinalitySignature": NodeSseEventType.FinalitySignature
}
for event_name in events:
if event_name in payload:
return events.get(event_name), event_id, payload
# @TODO: process unkown event_type
print(f"Unknown event occured. even_id: {event_id}\n"
f"payload: {payload}")
return None
| [
11748,
33829,
198,
11748,
7007,
198,
11748,
264,
325,
16366,
198,
6738,
33918,
1330,
15989,
198,
6738,
19720,
1330,
4889,
540,
198,
6738,
19720,
1330,
35986,
198,
6738,
19720,
1330,
309,
29291,
198,
198,
6738,
12972,
6359,
1050,
13,
15042,
1330,
19081,
32048,
12360,
628,
198,
4871,
19081,
50,
325,
29239,
6030,
7,
44709,
13,
4834,
388,
2599,
198,
220,
220,
220,
37227,
2039,
6975,
341,
625,
900,
286,
7362,
10139,
31107,
1785,
3858,
13,
37227,
198,
220,
220,
220,
6061,
82,
796,
33829,
13,
23736,
3419,
198,
220,
220,
220,
1388,
796,
33829,
13,
23736,
3419,
198,
220,
220,
220,
264,
9235,
796,
33829,
13,
23736,
3419,
628,
198,
4871,
19081,
50,
325,
9237,
6030,
7,
44709,
13,
4834,
388,
2599,
198,
220,
220,
220,
37227,
2039,
6975,
341,
625,
900,
286,
7362,
10139,
31107,
1785,
3858,
13,
37227,
198,
220,
220,
220,
5949,
72,
14815,
796,
33829,
13,
23736,
3419,
198,
220,
220,
220,
9726,
13003,
796,
33829,
13,
23736,
3419,
198,
220,
220,
220,
34706,
38855,
276,
796,
33829,
13,
23736,
3419,
198,
220,
220,
220,
34706,
18709,
276,
796,
33829,
13,
23736,
3419,
198,
220,
220,
220,
40050,
796,
33829,
13,
23736,
3419,
198,
220,
220,
220,
8125,
414,
11712,
1300,
796,
33829,
13,
23736,
3419,
198,
220,
220,
220,
5012,
796,
33829,
13,
23736,
3419,
628,
198,
2,
9347,
25,
6518,
2099,
1279,
3784,
1785,
2099,
13,
198,
62,
3398,
22846,
3698,
62,
10468,
62,
25216,
796,
1391,
198,
220,
220,
220,
19081,
50,
325,
29239,
6030,
13,
2934,
1420,
82,
25,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
19081,
50,
325,
9237,
6030,
13,
32,
14415,
14815,
11,
198,
220,
220,
220,
220,
220,
220,
220,
19081,
50,
325,
9237,
6030,
13,
49322,
38855,
276,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
19081,
50,
325,
29239,
6030,
13,
12417,
25,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
19081,
50,
325,
9237,
6030,
13,
32,
14415,
14815,
11,
198,
220,
220,
220,
220,
220,
220,
220,
19081,
50,
325,
9237,
6030,
13,
12235,
13003,
11,
198,
220,
220,
220,
220,
220,
220,
220,
19081,
50,
325,
9237,
6030,
13,
49322,
18709,
276,
11,
198,
220,
220,
220,
220,
220,
220,
220,
19081,
50,
325,
9237,
6030,
13,
37,
1721,
11,
198,
220,
220,
220,
220,
220,
220,
220,
19081,
50,
325,
9237,
6030,
13,
8600,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
19081,
50,
325,
29239,
6030,
13,
82,
9235,
25,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
19081,
50,
325,
9237,
6030,
13,
32,
14415,
14815,
11,
198,
220,
220,
220,
220,
220,
220,
220,
19081,
50,
325,
9237,
6030,
13,
19006,
414,
11712,
1300,
198,
220,
220,
220,
1782,
198,
92,
628,
198,
4871,
18715,
11792,
25,
198,
220,
220,
220,
37227,
41211,
284,
257,
10139,
338,
1785,
4269,
13,
37227,
628,
220,
220,
220,
825,
11593,
15003,
834,
7,
944,
11,
10139,
25,
19081,
32048,
12360,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
28407,
273,
8558,
29239,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
10139,
25,
6188,
2672,
284,
2018,
284,
257,
10139,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
17440,
796,
10139,
628,
220,
220,
220,
825,
651,
62,
31534,
7,
944,
11,
23838,
25,
4889,
540,
11,
6518,
62,
4906,
25,
19081,
50,
325,
29239,
6030,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1785,
62,
4906,
25,
19081,
50,
325,
9237,
6030,
11,
1785,
62,
312,
25,
493,
796,
657,
8,
4613,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
41211,
82,
284,
257,
10139,
338,
1785,
4269,
532,
2995,
389,
3804,
284,
23838,
329,
198,
220,
220,
220,
220,
220,
220,
220,
7587,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
23838,
25,
4889,
1891,
284,
26342,
8797,
281,
1785,
286,
5981,
2099,
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,
318,
2722,
13,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
6518,
62,
4906,
25,
5994,
286,
1785,
6518,
284,
543,
284,
11007,
13,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
1785,
62,
4906,
25,
5994,
286,
1785,
2099,
284,
6004,
329,
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,
357,
439,
611,
29547,
737,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
1785,
62,
312,
25,
11440,
7087,
286,
1785,
422,
543,
284,
923,
4269,
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,
8680,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
26571,
326,
262,
6518,
6971,
262,
1785,
2099,
13,
198,
220,
220,
220,
220,
220,
220,
220,
611,
6518,
62,
4906,
407,
287,
4808,
3398,
22846,
3698,
62,
10468,
62,
25216,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
7,
69,
1,
3118,
15999,
311,
5188,
6518,
25,
1391,
17620,
62,
4906,
13,
3672,
92,
19570,
628,
220,
220,
220,
220,
220,
220,
220,
611,
1785,
62,
4906,
407,
287,
4808,
3398,
22846,
3698,
62,
10468,
62,
25216,
58,
17620,
62,
4906,
5974,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
7,
69,
1,
3118,
15999,
311,
5188,
6518,
14,
15596,
9943,
7094,
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,
220,
220,
220,
220,
220,
277,
1,
90,
17620,
62,
4906,
13,
3672,
92,
29164,
15596,
62,
4906,
13,
3672,
92,
19570,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
651,
290,
900,
264,
325,
537,
494,
415,
198,
220,
220,
220,
220,
220,
220,
220,
42287,
796,
277,
13984,
9688,
62,
6738,
34758,
15596,
62,
312,
36786,
611,
1785,
62,
312,
2073,
13538,
198,
220,
220,
220,
220,
220,
220,
220,
19016,
796,
277,
1,
90,
944,
13557,
17440,
13,
21975,
62,
82,
325,
92,
14,
90,
17620,
62,
4906,
13,
3672,
13,
21037,
3419,
18477,
37266,
36786,
198,
220,
220,
220,
220,
220,
220,
220,
4269,
796,
7007,
13,
1136,
7,
6371,
11,
4269,
28,
17821,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
82,
325,
62,
16366,
796,
264,
325,
16366,
13,
50,
5188,
11792,
7,
5532,
8,
628,
220,
220,
220,
220,
220,
220,
220,
329,
1785,
62,
4906,
11,
1785,
62,
312,
11,
21437,
287,
2116,
13557,
88,
1164,
62,
31534,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
23838,
7,
944,
13557,
17620,
62,
4906,
11,
1785,
62,
4906,
11,
1785,
62,
312,
11,
21437,
8,
628,
220,
220,
220,
825,
4808,
88,
1164,
62,
31534,
7,
944,
8,
4613,
35986,
25,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
575,
1164,
82,
2995,
11305,
422,
10139,
13,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1949,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
1785,
287,
2116,
13557,
82,
325,
62,
16366,
13,
31534,
33529,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
44267,
796,
2116,
13557,
29572,
62,
15596,
7,
15596,
13,
312,
11,
15989,
7,
15596,
13,
7890,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
44267,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7800,
44267,
198,
220,
220,
220,
220,
220,
220,
220,
2845,
35528,
355,
11454,
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,
13557,
82,
325,
62,
16366,
13,
19836,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3443,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11454,
628,
220,
220,
220,
825,
4808,
29572,
62,
15596,
7,
944,
11,
1785,
62,
312,
25,
493,
11,
21437,
25,
8633,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
4613,
309,
29291,
58,
19667,
50,
325,
9237,
6030,
11,
493,
11,
8633,
5974,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
23042,
274,
8246,
1785,
1366,
329,
28717,
7587,
13,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2995,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
32,
14415,
14815,
1298,
19081,
50,
325,
9237,
6030,
13,
32,
14415,
14815,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12235,
13003,
1298,
19081,
50,
325,
9237,
6030,
13,
12235,
13003,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
49322,
18709,
276,
1298,
19081,
50,
325,
9237,
6030,
13,
49322,
18709,
276,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
37,
1721,
1298,
19081,
50,
325,
9237,
6030,
13,
37,
1721,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
8600,
1298,
19081,
50,
325,
9237,
6030,
13,
8600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
49322,
38855,
276,
1298,
19081,
50,
325,
9237,
6030,
13,
49322,
38855,
276,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19006,
414,
11712,
1300,
1298,
19081,
50,
325,
9237,
6030,
13,
19006,
414,
11712,
1300,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
198,
220,
220,
220,
220,
220,
220,
220,
329,
1785,
62,
3672,
287,
2995,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
1785,
62,
3672,
287,
21437,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
2995,
13,
1136,
7,
15596,
62,
3672,
828,
1785,
62,
312,
11,
21437,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
2488,
51,
3727,
46,
25,
1429,
555,
74,
593,
1785,
62,
4906,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
7,
69,
1,
20035,
1785,
1609,
1522,
13,
772,
62,
312,
25,
1391,
15596,
62,
312,
32239,
77,
1,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
277,
1,
15577,
2220,
25,
1391,
15577,
2220,
92,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
6045,
198
] | 2.304885 | 1,863 |
# library imports
from django.db import models
from django.core.validators import MaxValueValidator, MinValueValidator
# property imports
from .properties import *
# import socket # Koennte die richtige Loesung sein...
| [
2,
5888,
17944,
198,
6738,
42625,
14208,
13,
9945,
1330,
4981,
198,
6738,
42625,
14208,
13,
7295,
13,
12102,
2024,
1330,
5436,
11395,
47139,
1352,
11,
1855,
11395,
47139,
1352,
198,
198,
2,
3119,
17944,
198,
6738,
764,
48310,
1330,
1635,
198,
198,
2,
1330,
17802,
1303,
49178,
429,
68,
4656,
5527,
83,
10045,
406,
3028,
2150,
384,
259,
986,
198
] | 3.622951 | 61 |
#!/usr/bin/env python3
import sys
main()
| [
2,
48443,
14629,
14,
8800,
14,
24330,
21015,
18,
198,
198,
11748,
25064,
628,
198,
198,
12417,
3419,
198
] | 2.368421 | 19 |
import unittest, types
from pyvisdk import Vim
from tests.common import get_options
from pyvisdk.facade.task import TaskManager
TASKS = ['hello world',
'I hate VMware',
'me too',
'This is a very long task name, a very very long name',
'school sucks',
'one more',
'last one']
if __name__ == "__main__":
#import sys;sys.argv = ['', 'Test.testHosts']
unittest.main()
| [
11748,
555,
715,
395,
11,
3858,
198,
6738,
12972,
4703,
34388,
1330,
36645,
198,
6738,
5254,
13,
11321,
1330,
651,
62,
25811,
198,
6738,
12972,
4703,
34388,
13,
38942,
671,
13,
35943,
1330,
15941,
13511,
198,
198,
51,
1921,
27015,
796,
37250,
31373,
995,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
705,
40,
5465,
37754,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
705,
1326,
1165,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
705,
1212,
318,
257,
845,
890,
4876,
1438,
11,
257,
845,
845,
890,
1438,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
705,
14347,
22523,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
705,
505,
517,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
705,
12957,
530,
20520,
198,
198,
361,
11593,
3672,
834,
6624,
366,
834,
12417,
834,
1298,
198,
220,
220,
220,
1303,
11748,
25064,
26,
17597,
13,
853,
85,
796,
37250,
3256,
705,
14402,
13,
9288,
17932,
82,
20520,
198,
220,
220,
220,
555,
715,
395,
13,
12417,
3419,
628
] | 2.383333 | 180 |
#! /usr/bin/python3
#############################################################
### Helper File for TFRecords and Image manipulation ########
#############################################################
import tensorflow as tf
import numpy as np
## Label mapping for Cityscapes (34 classes)
Cityscapes34_ID_2_RGB = [(0,0,0), (0,0,0), (0,0,0), (0,0,0), (0,0,0)
# 0=unlabeled, ego vehicle,rectification border, oo roi, static
,(111,74,0),(81,0,81),(128,64,128),(244,35,232),(250,170,160)
# 5=dynamic, 6=ground, 7=road, 8=sidewalk, 9=parking
,(230,150,140), (70,70,70), (102,102,156),(190,153,153),(180,165,180)
# 10=rail track, 11=building, 12=wall, 13=fence, 14=guard rail
,(150,100,100),(150,120, 90),(153,153,153),(153,153,153),(250,170, 30)
# 15= bridge, 16=tunnel, 17=pole, 18=polegroup, 19=traffic light
,(220,220,0),(107,142,35),(152,251,152),(70,130,180),(220,20,60)
# 20=traffic sign 21=vegetation, 22=terrain, 23=sky, 24=person
,(255,0,0),(0,0,142),(0,0,70),(0,60,100),(0,0,90), (0,0,110), (0,80,100), (0,0,230), (119, 11, 32)]
# 25=rider, 26=car, 22=terrain, 27=truck, 28=bus, 29=caravan, 30= trailer, 31=train, 32=motorcyle ,33=bicycle
## Label mapping for Cityscapes (19 classes + '255'=wildcard)
Cityscapes20_ID_2_RGB = [(128,64,128),(244,35,232), (70,70,70), (102,102,156),(190,153,153)
#0=road, 1=sidewalk, 2=building, 3=wall, 4=fence
,(153,153,153), (250,170, 30), (220,220,0),(107,142,35),(152,251,152),(70,130,180),(220,20,60)
# 5= pole, 6=traffic light, 7= traffic sign, 8= vegetation,9= terrain, 10=sky, 11=person
,(255,0,0),(0,0,142),(0,0,70),(0,60,100), (0,80,100), (0,0,230), (119, 11, 32), (255,255,255)]
# 12=rider, 13=car, 14=truck, 15=bus, 16=train, 17=motorcycle, 18=bicycle, #255 --cast via tf.minimum
Pred_2_ID = [7, 8, 11, 12, 13
#0=road, 1=sidewalk, 2=building, 3=wall, 4=fence
,17 , 19, 20, 21, 22, 23, 24
# 5= pole, 6=traffic light, 7= traffic sign, 8= vegetation,9= terrain, 10=sky, 11=person
,25 , 26, 27, 28, 31, 32, 33, -1]
# 12=rider, 13=car, 14=truck, 15=bus, 16=train, 17=motorcycle, 18=bicycle, #255 --cast via tf.minimum
##################################################################################
################## Functions for Image Preprocessing #############################
##################################################################################
def read_and_decode(filename_queue, hasDisparity=False, constHeight=1024, constWidth=1024):
"""Decode images from TF-Records Bytestream. TF-Record must be compiled with the "make_tf_record.py"-script!
Args:
filename_queue: String representation of TF-Records (returned from tf.train.string_input_producer([TFRECORD_FILENAME])
filename_queue: Boolean, needed for procession disparity maps
constHeight, constWidth: Expected shapes of Images to decode
Returns:
Decoded image and mask
"""
with tf.name_scope("Input_Decoder"):
reader = tf.TFRecordReader()
_, serialized_example = reader.read(filename_queue)
if not hasDisparity:
features = tf.parse_single_example(
serialized_example,
features={
'image_raw': tf.FixedLenFeature([], tf.string),
'mask_raw': tf.FixedLenFeature([], tf.string)
})
image = tf.decode_raw(features['image_raw'], tf.uint8)
annotation = tf.decode_raw(features['mask_raw'], tf.uint8)
image_shape = tf.stack([constHeight, constWidth, 3])
annotation_shape = tf.stack([constHeight, constWidth, 1])
image = tf.reshape(image, image_shape)
annotation = tf.reshape(annotation, annotation_shape)
return image, annotation
else:
features = tf.parse_single_example(
serialized_example,
features={
'image_raw': tf.FixedLenFeature([], tf.string),
'mask_raw': tf.FixedLenFeature([], tf.string),
'disp_raw': tf.FixedLenFeature([], tf.string)
})
image = tf.decode_raw(features['image_raw'], tf.uint8)
annotation = tf.decode_raw(features['mask_raw'], tf.uint8)
disparity = tf.decode_raw(features['disp_raw'], tf.int16) #uint6
image_shape = tf.stack([constHeight, constWidth, 3])
masks_shape = tf.stack([constHeight, constWidth, 1])
image = tf.reshape(image, image_shape)
annotation = tf.reshape(annotation, masks_shape)
disparity = tf.reshape(disparity, masks_shape)
return image, annotation, disparity
def decode_labels(mask, num_images=1, num_classes=20, label=Cityscapes20_ID_2_RGB):
"""Decode batch of segmentation masks.
Args:
mask: result of inference after taking argmax.
num_images: number of images to decode from the batch.
num_classes: number of classes to predict (including background).
label: List, which value to assign for different classes
Returns:
A batch with num_images RGB images of the same size as the input.
"""
from PIL import Image
n, h, w, c = mask.shape
assert(n >= num_images), 'Batch size %d should be greater or equal than number of images to save %d.' % (n, num_images)
outputs = np.zeros((num_images, h, w, 3), dtype=np.uint8)
for i in range(num_images):
img = Image.new('RGB', (len(mask[i, 0]), len(mask[i])))
pixels = img.load()
for j_, j in enumerate(mask[i, :, :, 0]):
for k_, k in enumerate(j):
if k < num_classes:
pixels[k_,j_] = label[k]
outputs[i] = np.array(img)
return outputs
from tensorflow.python.ops import control_flow_ops
def flip_randomly_left_right_image_with_annotation(image_tensor, annotation_tensor):
"""Flips an image randomly and applies the same to an annotation tensor.
Args:
image_tensor, annotation_tensor: 3-D-Tensors
Returns:
Flipped image and gt.
"""
random_var = tf.random_uniform(maxval=2, dtype=tf.int32, shape=[])
randomly_flipped_img = control_flow_ops.cond(pred=tf.equal(random_var, 0),
fn1=lambda: tf.image.flip_left_right(image_tensor),
fn2=lambda: image_tensor)
randomly_flipped_annotation = control_flow_ops.cond(pred=tf.equal(random_var, 0),
fn1=lambda: tf.image.flip_left_right(annotation_tensor),
fn2=lambda: annotation_tensor)
return randomly_flipped_img, randomly_flipped_annotation
def random_crop_and_pad_image_and_labels(image, sem_labels, dep_labels, size):
"""Randomly crops `image` together with `labels`.
Args:
image: A Tensor with shape [D_1, ..., D_K, N]
labels: A Tensor with shape [D_1, ..., D_K, M]
size: A Tensor with shape [K] indicating the crop size.
Returns:
A tuple of (cropped_image, cropped_label).
"""
combined = tf.concat([image, sem_labels, dep_labels], axis=2)
print("combined : ", str(combined.get_shape()[:]))
combined_crop = tf.random_crop(combined, [size[0], size[1],5])
print("combined_crop : ", str(combined_crop.get_shape()[:]))
channels = tf.unstack(combined_crop, axis=-1)
image = tf.stack([channels[0],channels[1],channels[2]], axis=-1)
sem_label = tf.expand_dims(channels[3], axis=2)
dep_label = tf.expand_dims(channels[4], axis=2)
return image, sem_label, dep_label
##################################################################################
################## Functions for Image Postprocessing #############################
##################################################################################
def generate_prediction_Img(mask, num_images=1, num_classes= 20, label=Pred_2_ID):
"""Decode batch of segmentation masks.
Args:
mask: result of inference after taking argmax.
num_images: number of images to decode from the batch.
num_classes: number of classes to predict (including background).
label: List, which value to assign for different classes
Returns:
A batch with num_images RGB images of the same size as the input.
"""
from PIL import Image
n, h, w, c = mask.shape
assert(n >= num_images), 'Batch size %d should be greater or equal than number of images to save %d.' % (n, num_images)
outputs = np.zeros((num_images, h, w), dtype=np.uint8)
for i in range(num_images):
img = Image.new('L', (len(mask[i, 0]), len(mask[i])))
pixels = img.load()
for j_, j in enumerate(mask[i, :, :, 0]):
for k_, k in enumerate(j):
if k < num_classes:
pixels[k_,j_] = label[k]
outputs[i] = np.array(img)
return outputs
def plot_depthmap(mask):
"""Network output as [w, h, 1]-Tensor is transformed to a heatmap for easier visual interpretation
Args:
mask: result of inference (depth = 1)
Returns:
A RGB-Image (representation of the depth prediction as heatmap
"""
import matplotlib.pyplot as plt
cmap = plt.get_cmap('hot')
gray = mask[0,:,:,0].astype(np.uint16)
divisor = np.max(gray) - np.min(gray)
if divisor != 0:
normed = (gray - np.min(gray)) / divisor
else:
normed = (gray - np.min(gray))
rgba_img = cmap(normed)
rgb_img = np.delete(rgba_img, 3,2)
return (65535 * rgb_img).astype(np.float32) | [
2,
0,
1220,
14629,
14,
8800,
14,
29412,
18,
201,
198,
29113,
14468,
7804,
4242,
2,
201,
198,
21017,
5053,
525,
9220,
329,
24958,
6690,
3669,
290,
7412,
17512,
46424,
21017,
220,
201,
198,
29113,
14468,
7804,
4242,
2,
201,
198,
11748,
11192,
273,
11125,
355,
48700,
201,
198,
11748,
299,
32152,
355,
45941,
201,
198,
201,
198,
201,
198,
2235,
36052,
16855,
329,
2254,
1416,
7916,
357,
2682,
6097,
8,
201,
198,
14941,
1416,
7916,
2682,
62,
2389,
62,
17,
62,
36982,
796,
47527,
15,
11,
15,
11,
15,
828,
357,
15,
11,
15,
11,
15,
828,
357,
15,
11,
15,
11,
15,
828,
357,
15,
11,
15,
11,
15,
828,
357,
15,
11,
15,
11,
15,
8,
220,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
657,
28,
403,
18242,
276,
11,
19225,
4038,
11,
2554,
2649,
4865,
11,
267,
78,
686,
72,
11,
9037,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
837,
7,
16243,
11,
4524,
11,
15,
828,
7,
6659,
11,
15,
11,
6659,
828,
7,
12762,
11,
2414,
11,
12762,
828,
7,
25707,
11,
2327,
11,
24339,
828,
7,
9031,
11,
17279,
11,
14198,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
642,
28,
67,
28995,
11,
718,
28,
2833,
11,
767,
28,
6344,
11,
807,
28,
30255,
413,
971,
11,
860,
28,
20928,
278,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
837,
7,
19214,
11,
8628,
11,
15187,
828,
357,
2154,
11,
2154,
11,
2154,
828,
357,
15377,
11,
15377,
11,
21599,
828,
7,
19782,
11,
21395,
11,
21395,
828,
7,
15259,
11,
20986,
11,
15259,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
838,
28,
30224,
2610,
11,
1367,
28,
16894,
11,
1105,
28,
11930,
11,
1511,
28,
69,
594,
11,
1478,
28,
14864,
6787,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
837,
7,
8628,
11,
3064,
11,
3064,
828,
7,
8628,
11,
10232,
11,
4101,
828,
7,
21395,
11,
21395,
11,
21395,
828,
7,
21395,
11,
21395,
11,
21395,
828,
7,
9031,
11,
17279,
11,
1542,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
1315,
28,
7696,
11,
1467,
28,
28286,
4954,
11,
1596,
28,
36869,
11,
1248,
28,
7501,
1455,
3233,
11,
678,
28,
9535,
2108,
1657,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
837,
7,
17572,
11,
17572,
11,
15,
828,
7,
15982,
11,
23726,
11,
2327,
828,
7,
17827,
11,
28072,
11,
17827,
828,
7,
2154,
11,
12952,
11,
15259,
828,
7,
17572,
11,
1238,
11,
1899,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
1160,
28,
9535,
2108,
1051,
2310,
28,
303,
1136,
341,
11,
2534,
28,
353,
3201,
11,
2242,
28,
15688,
11,
1987,
28,
6259,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
837,
7,
13381,
11,
15,
11,
15,
828,
7,
15,
11,
15,
11,
23726,
828,
7,
15,
11,
15,
11,
2154,
828,
7,
15,
11,
1899,
11,
3064,
828,
7,
15,
11,
15,
11,
3829,
828,
357,
15,
11,
15,
11,
11442,
828,
357,
15,
11,
1795,
11,
3064,
828,
357,
15,
11,
15,
11,
19214,
828,
220,
220,
357,
16315,
11,
1367,
11,
3933,
15437,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
1679,
28,
49449,
11,
2608,
28,
7718,
11,
2534,
28,
353,
3201,
11,
2681,
28,
83,
30915,
11,
2579,
28,
10885,
11,
2808,
28,
7718,
12421,
11,
1542,
28,
12268,
11,
3261,
28,
27432,
11,
3933,
28,
76,
20965,
948,
293,
837,
2091,
28,
65,
35298,
201,
198,
201,
198,
2235,
36052,
16855,
329,
2254,
1416,
7916,
357,
1129,
6097,
1343,
705,
13381,
6,
28,
21992,
9517,
8,
201,
198,
14941,
1416,
7916,
1238,
62,
2389,
62,
17,
62,
36982,
796,
47527,
12762,
11,
2414,
11,
12762,
828,
7,
25707,
11,
2327,
11,
24339,
828,
357,
2154,
11,
2154,
11,
2154,
828,
357,
15377,
11,
15377,
11,
21599,
828,
7,
19782,
11,
21395,
11,
21395,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
15,
28,
6344,
11,
352,
28,
30255,
413,
971,
11,
362,
28,
16894,
11,
513,
28,
11930,
11,
604,
28,
69,
594,
220,
201,
198,
197,
197,
197,
197,
11,
7,
21395,
11,
21395,
11,
21395,
828,
357,
9031,
11,
17279,
11,
1542,
828,
357,
17572,
11,
17572,
11,
15,
828,
7,
15982,
11,
23726,
11,
2327,
828,
7,
17827,
11,
28072,
11,
17827,
828,
7,
2154,
11,
12952,
11,
15259,
828,
7,
17572,
11,
1238,
11,
1899,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
642,
28,
16825,
11,
718,
28,
9535,
2108,
1657,
11,
767,
28,
4979,
1051,
11,
807,
28,
28459,
11,
24,
28,
15510,
11,
838,
28,
15688,
11,
1367,
28,
6259,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
837,
7,
13381,
11,
15,
11,
15,
828,
7,
15,
11,
15,
11,
23726,
828,
7,
15,
11,
15,
11,
2154,
828,
7,
15,
11,
1899,
11,
3064,
828,
357,
15,
11,
1795,
11,
3064,
828,
357,
15,
11,
15,
11,
19214,
828,
357,
16315,
11,
1367,
11,
3933,
828,
357,
13381,
11,
13381,
11,
13381,
15437,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
1105,
28,
49449,
11,
1511,
28,
7718,
11,
1478,
28,
83,
30915,
11,
1315,
28,
10885,
11,
1467,
28,
27432,
11,
1596,
28,
76,
20965,
13696,
11,
1248,
28,
65,
35298,
11,
1303,
13381,
1377,
2701,
2884,
48700,
13,
39504,
201,
198,
197,
197,
197,
197,
201,
198,
201,
198,
39156,
62,
17,
62,
2389,
796,
685,
22,
11,
807,
11,
1367,
11,
1105,
11,
1511,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
15,
28,
6344,
11,
352,
28,
30255,
413,
971,
11,
362,
28,
16894,
11,
513,
28,
11930,
11,
604,
28,
69,
594,
220,
201,
198,
197,
197,
197,
197,
11,
1558,
837,
678,
11,
1160,
11,
2310,
11,
2534,
11,
2242,
11,
1987,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
642,
28,
16825,
11,
718,
28,
9535,
2108,
1657,
11,
767,
28,
4979,
1051,
11,
807,
28,
28459,
11,
24,
28,
15510,
11,
838,
28,
15688,
11,
1367,
28,
6259,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
837,
1495,
837,
2608,
11,
2681,
11,
2579,
11,
3261,
11,
3933,
11,
4747,
11,
532,
16,
60,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
1105,
28,
49449,
11,
1511,
28,
7718,
11,
1478,
28,
83,
30915,
11,
1315,
28,
10885,
11,
1467,
28,
27432,
11,
1596,
28,
76,
20965,
13696,
11,
1248,
28,
65,
35298,
11,
1303,
13381,
1377,
2701,
2884,
48700,
13,
39504,
201,
198,
197,
197,
197,
197,
201,
198,
201,
198,
201,
198,
29113,
29113,
14468,
2235,
201,
198,
14468,
2235,
40480,
329,
7412,
3771,
36948,
1303,
14468,
7804,
4242,
201,
198,
29113,
29113,
14468,
2235,
201,
198,
201,
198,
4299,
1100,
62,
392,
62,
12501,
1098,
7,
34345,
62,
36560,
11,
468,
7279,
1845,
414,
28,
25101,
11,
1500,
23106,
28,
35500,
11,
1500,
30916,
28,
35500,
2599,
201,
198,
220,
220,
220,
37227,
10707,
1098,
4263,
422,
24958,
12,
6690,
3669,
2750,
9288,
1476,
13,
24958,
12,
23739,
1276,
307,
14102,
351,
262,
366,
15883,
62,
27110,
62,
22105,
13,
9078,
26793,
12048,
0,
201,
198,
220,
220,
220,
220,
201,
198,
220,
220,
220,
943,
14542,
25,
201,
198,
220,
220,
220,
29472,
62,
36560,
25,
10903,
10552,
286,
24958,
12,
6690,
3669,
357,
7783,
276,
422,
48700,
13,
27432,
13,
8841,
62,
15414,
62,
18230,
2189,
26933,
10234,
38827,
12532,
62,
46700,
1677,
10067,
12962,
201,
198,
197,
34345,
62,
36560,
25,
41146,
11,
2622,
329,
37968,
30137,
8739,
201,
198,
220,
220,
220,
1500,
23106,
11,
1500,
30916,
25,
1475,
7254,
15268,
286,
5382,
284,
36899,
201,
198,
220,
220,
220,
16409,
25,
201,
198,
220,
220,
220,
220,
220,
4280,
9043,
2939,
290,
9335,
220,
201,
198,
220,
220,
220,
37227,
201,
198,
201,
198,
220,
220,
220,
351,
48700,
13,
3672,
62,
29982,
7203,
20560,
62,
10707,
12342,
1,
2599,
201,
198,
220,
220,
220,
220,
220,
9173,
796,
48700,
13,
10234,
23739,
33634,
3419,
201,
198,
220,
220,
220,
220,
220,
4808,
11,
11389,
1143,
62,
20688,
796,
9173,
13,
961,
7,
34345,
62,
36560,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
611,
407,
468,
7279,
1845,
414,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
3033,
796,
48700,
13,
29572,
62,
29762,
62,
20688,
7,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
11389,
1143,
62,
20688,
11,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3033,
34758,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
9060,
62,
1831,
10354,
48700,
13,
13715,
30659,
38816,
26933,
4357,
48700,
13,
8841,
828,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
27932,
62,
1831,
10354,
48700,
13,
13715,
30659,
38816,
26933,
4357,
48700,
13,
8841,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
32092,
201,
198,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2939,
796,
48700,
13,
12501,
1098,
62,
1831,
7,
40890,
17816,
9060,
62,
1831,
6,
4357,
48700,
13,
28611,
23,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
23025,
796,
48700,
13,
12501,
1098,
62,
1831,
7,
40890,
17816,
27932,
62,
1831,
6,
4357,
48700,
13,
28611,
23,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2939,
62,
43358,
796,
48700,
13,
25558,
26933,
9979,
23106,
11,
1500,
30916,
11,
513,
12962,
220,
201,
198,
220,
220,
220,
220,
220,
220,
220,
23025,
62,
43358,
796,
48700,
13,
25558,
26933,
9979,
23106,
11,
1500,
30916,
11,
352,
12962,
220,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2939,
796,
48700,
13,
3447,
1758,
7,
9060,
11,
2939,
62,
43358,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
23025,
796,
48700,
13,
3447,
1758,
7,
1236,
14221,
11,
23025,
62,
43358,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2939,
11,
23025,
201,
198,
220,
220,
220,
220,
201,
198,
220,
220,
220,
220,
220,
2073,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
3033,
796,
48700,
13,
29572,
62,
29762,
62,
20688,
7,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
11389,
1143,
62,
20688,
11,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3033,
34758,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
9060,
62,
1831,
10354,
48700,
13,
13715,
30659,
38816,
26933,
4357,
48700,
13,
8841,
828,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
27932,
62,
1831,
10354,
48700,
13,
13715,
30659,
38816,
26933,
4357,
48700,
13,
8841,
828,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
6381,
79,
62,
1831,
10354,
48700,
13,
13715,
30659,
38816,
26933,
4357,
48700,
13,
8841,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
32092,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2939,
796,
48700,
13,
12501,
1098,
62,
1831,
7,
40890,
17816,
9060,
62,
1831,
6,
4357,
48700,
13,
28611,
23,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
23025,
796,
48700,
13,
12501,
1098,
62,
1831,
7,
40890,
17816,
27932,
62,
1831,
6,
4357,
48700,
13,
28611,
23,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
30137,
796,
48700,
13,
12501,
1098,
62,
1831,
7,
40890,
17816,
6381,
79,
62,
1831,
6,
4357,
48700,
13,
600,
1433,
8,
1303,
28611,
21,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2939,
62,
43358,
796,
48700,
13,
25558,
26933,
9979,
23106,
11,
1500,
30916,
11,
513,
12962,
220,
201,
198,
220,
220,
220,
220,
220,
220,
220,
20680,
62,
43358,
796,
48700,
13,
25558,
26933,
9979,
23106,
11,
1500,
30916,
11,
352,
12962,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2939,
796,
48700,
13,
3447,
1758,
7,
9060,
11,
2939,
62,
43358,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
23025,
796,
48700,
13,
3447,
1758,
7,
1236,
14221,
11,
20680,
62,
43358,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
30137,
796,
48700,
13,
3447,
1758,
7,
6381,
1845,
414,
11,
20680,
62,
43358,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
1441,
2939,
11,
23025,
11,
30137,
201,
198,
220,
220,
220,
220,
201,
198,
4299,
36899,
62,
23912,
1424,
7,
27932,
11,
997,
62,
17566,
28,
16,
11,
997,
62,
37724,
28,
1238,
11,
6167,
28,
14941,
1416,
7916,
1238,
62,
2389,
62,
17,
62,
36982,
2599,
201,
198,
220,
220,
220,
37227,
10707,
1098,
15458,
286,
10618,
341,
20680,
13,
201,
198,
220,
220,
220,
220,
201,
198,
220,
220,
220,
943,
14542,
25,
201,
198,
220,
220,
220,
220,
220,
9335,
25,
1255,
286,
32278,
706,
2263,
1822,
9806,
13,
201,
198,
220,
220,
220,
220,
220,
997,
62,
17566,
25,
1271,
286,
4263,
284,
36899,
422,
262,
15458,
13,
201,
198,
220,
220,
220,
220,
220,
997,
62,
37724,
25,
1271,
286,
6097,
284,
4331,
357,
8201,
4469,
737,
201,
198,
197,
220,
6167,
25,
7343,
11,
543,
1988,
284,
8333,
329,
1180,
6097,
201,
198,
220,
220,
220,
220,
201,
198,
220,
220,
220,
16409,
25,
201,
198,
220,
220,
220,
220,
220,
317,
15458,
351,
997,
62,
17566,
25228,
4263,
286,
262,
976,
2546,
355,
262,
5128,
13,
220,
201,
198,
220,
220,
220,
37227,
201,
198,
220,
220,
220,
422,
350,
4146,
1330,
7412,
201,
198,
220,
220,
220,
299,
11,
289,
11,
266,
11,
269,
796,
9335,
13,
43358,
201,
198,
220,
220,
220,
6818,
7,
77,
18189,
997,
62,
17566,
828,
705,
33,
963,
2546,
4064,
67,
815,
307,
3744,
393,
4961,
621,
1271,
286,
4263,
284,
3613,
4064,
67,
2637,
4064,
357,
77,
11,
997,
62,
17566,
8,
201,
198,
220,
220,
220,
23862,
796,
45941,
13,
9107,
418,
19510,
22510,
62,
17566,
11,
289,
11,
266,
11,
513,
828,
288,
4906,
28,
37659,
13,
28611,
23,
8,
201,
198,
220,
220,
220,
329,
1312,
287,
2837,
7,
22510,
62,
17566,
2599,
201,
198,
220,
220,
220,
220,
220,
33705,
796,
7412,
13,
3605,
10786,
36982,
3256,
357,
11925,
7,
27932,
58,
72,
11,
657,
46570,
18896,
7,
27932,
58,
72,
60,
22305,
201,
198,
220,
220,
220,
220,
220,
17848,
796,
33705,
13,
2220,
3419,
201,
198,
220,
220,
220,
220,
220,
329,
474,
62,
11,
474,
287,
27056,
378,
7,
27932,
58,
72,
11,
1058,
11,
1058,
11,
657,
60,
2599,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
479,
62,
11,
479,
287,
27056,
378,
7,
73,
2599,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
479,
1279,
997,
62,
37724,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
17848,
58,
74,
62,
11,
73,
62,
60,
796,
6167,
58,
74,
60,
201,
198,
220,
220,
220,
220,
220,
23862,
58,
72,
60,
796,
45941,
13,
18747,
7,
9600,
8,
201,
198,
220,
220,
220,
1441,
23862,
201,
198,
201,
198,
6738,
11192,
273,
11125,
13,
29412,
13,
2840,
1330,
1630,
62,
11125,
62,
2840,
201,
198,
4299,
14283,
62,
25120,
306,
62,
9464,
62,
3506,
62,
9060,
62,
4480,
62,
1236,
14221,
7,
9060,
62,
83,
22854,
11,
23025,
62,
83,
22854,
2599,
201,
198,
220,
37227,
7414,
2419,
281,
2939,
15456,
290,
8991,
262,
976,
284,
281,
23025,
11192,
273,
13,
201,
198,
201,
198,
220,
943,
14542,
25,
201,
198,
220,
220,
220,
2939,
62,
83,
22854,
11,
23025,
62,
83,
22854,
25,
513,
12,
35,
12,
51,
641,
669,
201,
198,
220,
16409,
25,
201,
198,
220,
220,
220,
1610,
3949,
2939,
290,
308,
83,
13,
201,
198,
220,
37227,
201,
198,
220,
220,
220,
4738,
62,
7785,
796,
48700,
13,
25120,
62,
403,
6933,
7,
9806,
2100,
28,
17,
11,
288,
4906,
28,
27110,
13,
600,
2624,
11,
5485,
41888,
12962,
201,
198,
201,
198,
201,
198,
220,
220,
220,
15456,
62,
2704,
3949,
62,
9600,
796,
1630,
62,
11125,
62,
2840,
13,
17561,
7,
28764,
28,
27110,
13,
40496,
7,
25120,
62,
7785,
11,
657,
828,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
24714,
16,
28,
50033,
25,
48700,
13,
9060,
13,
2704,
541,
62,
9464,
62,
3506,
7,
9060,
62,
83,
22854,
828,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
24714,
17,
28,
50033,
25,
2939,
62,
83,
22854,
8,
201,
198,
201,
198,
220,
220,
220,
15456,
62,
2704,
3949,
62,
1236,
14221,
796,
1630,
62,
11125,
62,
2840,
13,
17561,
7,
28764,
28,
27110,
13,
40496,
7,
25120,
62,
7785,
11,
657,
828,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
24714,
16,
28,
50033,
25,
48700,
13,
9060,
13,
2704,
541,
62,
9464,
62,
3506,
7,
1236,
14221,
62,
83,
22854,
828,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
24714,
17,
28,
50033,
25,
23025,
62,
83,
22854,
8,
201,
198,
220,
220,
220,
220,
201,
198,
220,
220,
220,
1441,
15456,
62,
2704,
3949,
62,
9600,
11,
15456,
62,
2704,
3949,
62,
1236,
14221,
201,
198,
220,
220,
201,
198,
220,
220,
201,
198,
4299,
4738,
62,
31476,
62,
392,
62,
15636,
62,
9060,
62,
392,
62,
23912,
1424,
7,
9060,
11,
5026,
62,
23912,
1424,
11,
1207,
62,
23912,
1424,
11,
2546,
2599,
201,
198,
220,
37227,
29531,
306,
14450,
4600,
9060,
63,
1978,
351,
4600,
23912,
1424,
44646,
201,
198,
201,
198,
220,
943,
14542,
25,
201,
198,
220,
220,
220,
2939,
25,
317,
309,
22854,
351,
5485,
685,
35,
62,
16,
11,
2644,
11,
360,
62,
42,
11,
399,
60,
201,
198,
220,
220,
220,
14722,
25,
317,
309,
22854,
351,
5485,
685,
35,
62,
16,
11,
2644,
11,
360,
62,
42,
11,
337,
60,
201,
198,
220,
220,
220,
2546,
25,
317,
309,
22854,
351,
5485,
685,
42,
60,
12739,
262,
13833,
2546,
13,
201,
198,
220,
16409,
25,
201,
198,
220,
220,
220,
317,
46545,
286,
357,
19915,
1496,
62,
9060,
11,
48998,
62,
18242,
737,
201,
198,
220,
37227,
201,
198,
220,
5929,
796,
48700,
13,
1102,
9246,
26933,
9060,
11,
5026,
62,
23912,
1424,
11,
1207,
62,
23912,
1424,
4357,
16488,
28,
17,
8,
201,
198,
201,
198,
220,
3601,
7203,
24011,
1389,
1058,
33172,
965,
7,
24011,
1389,
13,
1136,
62,
43358,
3419,
58,
47715,
4008,
201,
198,
201,
198,
220,
5929,
62,
31476,
796,
48700,
13,
25120,
62,
31476,
7,
24011,
1389,
11,
685,
7857,
58,
15,
4357,
2546,
58,
16,
4357,
20,
12962,
201,
198,
201,
198,
220,
3601,
7203,
24011,
1389,
62,
31476,
1058,
33172,
965,
7,
24011,
1389,
62,
31476,
13,
1136,
62,
43358,
3419,
58,
47715,
4008,
201,
198,
201,
198,
220,
9619,
796,
48700,
13,
403,
25558,
7,
24011,
1389,
62,
31476,
11,
16488,
10779,
16,
8,
201,
198,
220,
2939,
796,
220,
48700,
13,
25558,
26933,
354,
8961,
58,
15,
4357,
354,
8961,
58,
16,
4357,
354,
8961,
58,
17,
60,
4357,
16488,
10779,
16,
8,
201,
198,
220,
5026,
62,
18242,
796,
48700,
13,
11201,
392,
62,
67,
12078,
7,
354,
8961,
58,
18,
4357,
16488,
28,
17,
8,
201,
198,
220,
1207,
62,
18242,
796,
48700,
13,
11201,
392,
62,
67,
12078,
7,
354,
8961,
58,
19,
4357,
16488,
28,
17,
8,
201,
198,
201,
198,
220,
1441,
2939,
11,
5026,
62,
18242,
11,
1207,
62,
18242,
201,
198,
201,
198,
201,
198,
29113,
29113,
14468,
2235,
201,
198,
14468,
2235,
40480,
329,
7412,
2947,
36948,
1303,
14468,
7804,
4242,
201,
198,
29113,
29113,
14468,
2235,
201,
198,
201,
198,
4299,
7716,
62,
28764,
2867,
62,
3546,
70,
7,
27932,
11,
997,
62,
17566,
28,
16,
11,
997,
62,
37724,
28,
1160,
11,
6167,
28,
39156,
62,
17,
62,
2389,
2599,
201,
198,
220,
220,
220,
37227,
10707,
1098,
15458,
286,
10618,
341,
20680,
13,
201,
198,
220,
220,
220,
220,
201,
198,
220,
220,
220,
943,
14542,
25,
201,
198,
220,
220,
220,
220,
220,
9335,
25,
1255,
286,
32278,
706,
2263,
1822,
9806,
13,
201,
198,
220,
220,
220,
220,
220,
997,
62,
17566,
25,
1271,
286,
4263,
284,
36899,
422,
262,
15458,
13,
201,
198,
220,
220,
220,
220,
220,
997,
62,
37724,
25,
1271,
286,
6097,
284,
4331,
357,
8201,
4469,
737,
201,
198,
197,
220,
6167,
25,
7343,
11,
543,
1988,
284,
8333,
329,
1180,
6097,
201,
198,
201,
198,
220,
220,
220,
16409,
25,
201,
198,
220,
220,
220,
220,
220,
317,
15458,
351,
997,
62,
17566,
25228,
4263,
286,
262,
976,
2546,
355,
262,
5128,
13,
220,
201,
198,
220,
220,
220,
37227,
201,
198,
220,
220,
220,
422,
350,
4146,
1330,
7412,
201,
198,
220,
220,
220,
299,
11,
289,
11,
266,
11,
269,
796,
9335,
13,
43358,
201,
198,
220,
220,
220,
6818,
7,
77,
18189,
997,
62,
17566,
828,
705,
33,
963,
2546,
4064,
67,
815,
307,
3744,
393,
4961,
621,
1271,
286,
4263,
284,
3613,
4064,
67,
2637,
4064,
357,
77,
11,
997,
62,
17566,
8,
201,
198,
220,
220,
220,
23862,
796,
45941,
13,
9107,
418,
19510,
22510,
62,
17566,
11,
289,
11,
266,
828,
288,
4906,
28,
37659,
13,
28611,
23,
8,
201,
198,
220,
220,
220,
329,
1312,
287,
2837,
7,
22510,
62,
17566,
2599,
201,
198,
220,
220,
220,
220,
220,
33705,
796,
7412,
13,
3605,
10786,
43,
3256,
357,
11925,
7,
27932,
58,
72,
11,
657,
46570,
18896,
7,
27932,
58,
72,
60,
22305,
201,
198,
220,
220,
220,
220,
220,
17848,
796,
33705,
13,
2220,
3419,
201,
198,
220,
220,
220,
220,
220,
329,
474,
62,
11,
474,
287,
27056,
378,
7,
27932,
58,
72,
11,
1058,
11,
1058,
11,
657,
60,
2599,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
479,
62,
11,
479,
287,
27056,
378,
7,
73,
2599,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
479,
1279,
997,
62,
37724,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
17848,
58,
74,
62,
11,
73,
62,
60,
796,
6167,
58,
74,
60,
201,
198,
220,
220,
220,
220,
220,
23862,
58,
72,
60,
796,
45941,
13,
18747,
7,
9600,
8,
201,
198,
220,
220,
220,
1441,
23862,
201,
198,
220,
220,
220,
220,
201,
198,
4299,
7110,
62,
18053,
8899,
7,
27932,
2599,
201,
198,
220,
220,
220,
37227,
26245,
5072,
355,
685,
86,
11,
289,
11,
352,
45297,
51,
22854,
318,
14434,
284,
257,
4894,
8899,
329,
4577,
5874,
10794,
201,
198,
220,
220,
220,
220,
201,
198,
220,
220,
220,
943,
14542,
25,
201,
198,
220,
220,
220,
220,
220,
9335,
25,
1255,
286,
32278,
357,
18053,
796,
352,
8,
201,
198,
220,
220,
220,
16409,
25,
201,
198,
220,
220,
220,
220,
220,
317,
25228,
12,
5159,
357,
15603,
341,
286,
262,
6795,
17724,
355,
4894,
8899,
220,
201,
198,
220,
220,
220,
37227,
201,
198,
220,
1330,
2603,
29487,
8019,
13,
9078,
29487,
355,
458,
83,
201,
198,
201,
198,
220,
269,
8899,
796,
458,
83,
13,
1136,
62,
66,
8899,
10786,
8940,
11537,
201,
198,
220,
12768,
796,
9335,
58,
15,
11,
45299,
45299,
15,
4083,
459,
2981,
7,
37659,
13,
28611,
1433,
8,
201,
198,
220,
2659,
271,
273,
796,
45941,
13,
9806,
7,
44605,
8,
532,
45941,
13,
1084,
7,
44605,
8,
201,
198,
201,
198,
220,
611,
2659,
271,
273,
14512,
657,
25,
201,
198,
220,
220,
220,
2593,
276,
796,
357,
44605,
532,
45941,
13,
1084,
7,
44605,
4008,
1220,
2659,
271,
273,
201,
198,
220,
2073,
25,
201,
198,
220,
220,
220,
2593,
276,
796,
357,
44605,
532,
45941,
13,
1084,
7,
44605,
4008,
201,
198,
201,
198,
220,
48670,
7012,
62,
9600,
796,
269,
8899,
7,
27237,
276,
8,
201,
198,
220,
46140,
62,
9600,
796,
45941,
13,
33678,
7,
41345,
7012,
62,
9600,
11,
513,
11,
17,
8,
201,
198,
201,
198,
220,
1441,
357,
35916,
2327,
1635,
46140,
62,
9600,
737,
459,
2981,
7,
37659,
13,
22468,
2624,
8
] | 2.256084 | 4,397 |
from widgetastic.utils import ParametrizedLocator
from widgetastic.widget import ClickableMixin
from widgetastic.widget import Widget
from widgetastic.xpath import quote
class Button(BaseButton, Widget, ClickableMixin):
"""A Patternfly button
You can match by text, partial text or by attributes, you can also add the patternfly classes
into the matching.
.. code-block:: python
Button("Text of button (unless it is an input ...)")
Button("contains", "Text of button (unless it is an input ...)")
Button(title="Show xyz") # And such
Button("Add", classes=[Button.PRIMARY])
Button(locator=".//xpath")
assert button.active
assert not button.disabled
"""
ROOT = ParametrizedLocator("{@locator}")
| [
6738,
26295,
3477,
13,
26791,
1330,
25139,
316,
380,
8863,
33711,
1352,
198,
6738,
26295,
3477,
13,
42655,
1330,
6914,
540,
35608,
259,
198,
6738,
26295,
3477,
13,
42655,
1330,
370,
17484,
198,
6738,
26295,
3477,
13,
87,
6978,
1330,
9577,
628,
198,
198,
4871,
20969,
7,
14881,
21864,
11,
370,
17484,
11,
6914,
540,
35608,
259,
2599,
198,
220,
220,
220,
37227,
32,
23939,
12254,
4936,
628,
220,
220,
220,
921,
460,
2872,
416,
2420,
11,
13027,
2420,
393,
416,
12608,
11,
345,
460,
635,
751,
262,
3912,
12254,
6097,
198,
220,
220,
220,
656,
262,
12336,
13,
628,
220,
220,
220,
11485,
2438,
12,
9967,
3712,
21015,
628,
220,
220,
220,
220,
220,
220,
220,
20969,
7203,
8206,
286,
4936,
357,
25252,
340,
318,
281,
5128,
2644,
8,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
20969,
7203,
3642,
1299,
1600,
366,
8206,
286,
4936,
357,
25252,
340,
318,
281,
5128,
2644,
8,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
20969,
7,
7839,
2625,
15307,
2124,
45579,
4943,
220,
1303,
843,
884,
198,
220,
220,
220,
220,
220,
220,
220,
20969,
7203,
4550,
1600,
6097,
41888,
21864,
13,
4805,
3955,
13153,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
20969,
7,
17946,
1352,
28,
1911,
1003,
87,
6978,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
4936,
13,
5275,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
407,
4936,
13,
47730,
198,
220,
220,
220,
37227,
628,
220,
220,
220,
15107,
2394,
796,
25139,
316,
380,
8863,
33711,
1352,
7203,
90,
31,
17946,
1352,
92,
4943,
198
] | 2.93609 | 266 |
import analyser.caption_factory
import data_connector.model_sentence
import data_connector.model_word
import data_connector.data_manager
from xml.etree.ElementTree import *
import re
import sys
sys.path.append("../")
from log_writer import LogWriter
| [
11748,
11090,
263,
13,
6888,
1159,
62,
69,
9548,
198,
11748,
1366,
62,
8443,
273,
13,
19849,
62,
34086,
594,
198,
11748,
1366,
62,
8443,
273,
13,
19849,
62,
4775,
198,
11748,
1366,
62,
8443,
273,
13,
7890,
62,
37153,
198,
6738,
35555,
13,
316,
631,
13,
20180,
27660,
1330,
1635,
198,
11748,
302,
198,
11748,
25064,
198,
17597,
13,
6978,
13,
33295,
7203,
40720,
4943,
198,
6738,
2604,
62,
16002,
1330,
5972,
34379,
628
] | 3.346667 | 75 |
from __future__ import absolute_import
# Copyright (c) 2010-2015 openpyxl
"""Reader for a single worksheet."""
from io import BytesIO
# compatibility imports
from openpyxl.xml.functions import iterparse
# package imports
from openpyxl.cell import Cell
from openpyxl.worksheet import Worksheet, ColumnDimension, RowDimension
from openpyxl.worksheet.iter_worksheet import IterableWorksheet
from openpyxl.worksheet.page import PageMargins, PrintOptions, PageSetup
from openpyxl.worksheet.protection import SheetProtection
from openpyxl.worksheet.views import SheetView
from openpyxl.xml.constants import SHEET_MAIN_NS, REL_NS
from openpyxl.xml.functions import safe_iterator
from openpyxl.styles import Color
from openpyxl.formatting import ConditionalFormatting
from openpyxl.worksheet.properties import parse_sheetPr
from openpyxl.utils import (
coordinate_from_string,
get_column_letter,
column_index_from_string
)
def _get_xml_iter(xml_source):
"""
Possible inputs: strings, bytes, members of zipfile, temporary file
Always return a file like object
"""
if not hasattr(xml_source, 'read'):
try:
xml_source = xml_source.encode("utf-8")
except (AttributeError, UnicodeDecodeError):
pass
return BytesIO(xml_source)
else:
try:
xml_source.seek(0)
except:
pass
return xml_source
def read_worksheet(xml_source, parent, preset_title, shared_strings,
style_table, color_index=None, worksheet_path=None):
"""Read an xml worksheet"""
if worksheet_path:
ws = IterableWorksheet(parent, preset_title,
worksheet_path, xml_source, shared_strings, style_table)
else:
ws = Worksheet(parent, preset_title)
fast_parse(ws, xml_source, shared_strings, style_table, color_index)
return ws
| [
6738,
11593,
37443,
834,
1330,
4112,
62,
11748,
198,
2,
15069,
357,
66,
8,
3050,
12,
4626,
1280,
9078,
87,
75,
198,
198,
37811,
33634,
329,
257,
2060,
2499,
25473,
526,
15931,
198,
6738,
33245,
1330,
2750,
4879,
9399,
198,
198,
2,
17764,
17944,
198,
6738,
1280,
9078,
87,
75,
13,
19875,
13,
12543,
2733,
1330,
11629,
29572,
198,
198,
2,
5301,
17944,
198,
6738,
1280,
9078,
87,
75,
13,
3846,
1330,
12440,
198,
6738,
1280,
9078,
87,
75,
13,
5225,
25473,
1330,
10933,
25473,
11,
29201,
29271,
3004,
11,
11314,
29271,
3004,
198,
6738,
1280,
9078,
87,
75,
13,
5225,
25473,
13,
2676,
62,
5225,
25473,
1330,
40806,
540,
23044,
25473,
198,
6738,
1280,
9078,
87,
75,
13,
5225,
25473,
13,
7700,
1330,
7873,
24428,
1040,
11,
12578,
29046,
11,
7873,
40786,
198,
6738,
1280,
9078,
87,
75,
13,
5225,
25473,
13,
42846,
1330,
21616,
19703,
3213,
198,
6738,
1280,
9078,
87,
75,
13,
5225,
25473,
13,
33571,
1330,
21616,
7680,
198,
6738,
1280,
9078,
87,
75,
13,
19875,
13,
9979,
1187,
1330,
48052,
2767,
62,
5673,
1268,
62,
8035,
11,
29749,
62,
8035,
198,
6738,
1280,
9078,
87,
75,
13,
19875,
13,
12543,
2733,
1330,
3338,
62,
48727,
198,
6738,
1280,
9078,
87,
75,
13,
47720,
1330,
5315,
198,
6738,
1280,
9078,
87,
75,
13,
18982,
889,
1330,
9724,
1859,
26227,
889,
198,
6738,
1280,
9078,
87,
75,
13,
5225,
25473,
13,
48310,
1330,
21136,
62,
21760,
6836,
198,
6738,
1280,
9078,
87,
75,
13,
26791,
1330,
357,
198,
220,
220,
220,
20435,
62,
6738,
62,
8841,
11,
198,
220,
220,
220,
651,
62,
28665,
62,
9291,
11,
198,
220,
220,
220,
5721,
62,
9630,
62,
6738,
62,
8841,
198,
220,
220,
220,
1267,
628,
198,
4299,
4808,
1136,
62,
19875,
62,
2676,
7,
19875,
62,
10459,
2599,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
33671,
17311,
25,
13042,
11,
9881,
11,
1866,
286,
19974,
7753,
11,
8584,
2393,
198,
220,
220,
220,
16622,
1441,
257,
2393,
588,
2134,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
611,
407,
468,
35226,
7,
19875,
62,
10459,
11,
705,
961,
6,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
1949,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
35555,
62,
10459,
796,
35555,
62,
10459,
13,
268,
8189,
7203,
40477,
12,
23,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
2845,
357,
33682,
12331,
11,
34371,
10707,
1098,
12331,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1208,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2750,
4879,
9399,
7,
19875,
62,
10459,
8,
198,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
1949,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
35555,
62,
10459,
13,
36163,
7,
15,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2845,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1208,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
35555,
62,
10459,
628,
628,
198,
4299,
1100,
62,
5225,
25473,
7,
19875,
62,
10459,
11,
2560,
11,
38266,
62,
7839,
11,
4888,
62,
37336,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3918,
62,
11487,
11,
3124,
62,
9630,
28,
14202,
11,
2499,
25473,
62,
6978,
28,
14202,
2599,
198,
220,
220,
220,
37227,
5569,
281,
35555,
2499,
25473,
37811,
198,
220,
220,
220,
611,
2499,
25473,
62,
6978,
25,
198,
220,
220,
220,
220,
220,
220,
220,
266,
82,
796,
40806,
540,
23044,
25473,
7,
8000,
11,
38266,
62,
7839,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2499,
25473,
62,
6978,
11,
35555,
62,
10459,
11,
4888,
62,
37336,
11,
3918,
62,
11487,
8,
198,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
266,
82,
796,
10933,
25473,
7,
8000,
11,
38266,
62,
7839,
8,
198,
220,
220,
220,
220,
220,
220,
220,
3049,
62,
29572,
7,
18504,
11,
35555,
62,
10459,
11,
4888,
62,
37336,
11,
3918,
62,
11487,
11,
3124,
62,
9630,
8,
198,
220,
220,
220,
1441,
266,
82,
198
] | 2.657746 | 710 |
"""
=================================
Creating a dataset class in MOABB
=================================
"""
# Authors: Pedro L. C. Rodrigues, Sylvain Chevallier
#
# https://github.com/plcrodrigues/Workshop-MOABB-BCI-Graz-2019
import numpy as np
from scipy.io import savemat, loadmat
import mne
from moabb.datasets.base import BaseDataset
from moabb.datasets import download as dl
from moabb.paradigms import LeftRightImagery
from moabb.evaluations import WithinSessionEvaluation
from pyriemann.classification import MDM
from pyriemann.estimation import Covariances
from sklearn.pipeline import make_pipeline
##############################################################################
# Creating some Data
# ------------------
#
# To illustrate the creation of a dataset class in MOABB, we first create an
# example dataset saved in .mat file. It contains a single fake recording on
# 8 channels lasting for 150 seconds (sampling frequency 256 Hz). We have
# included the script that creates this dataset and have uploaded it online.
# The fake dataset is available on the
# [Zenodo website](https://sandbox.zenodo.org/record/369543)
def create_example_dataset():
"""Create a fake example for a dataset"""
sfreq = 256
t_recording = 150
t_trial = 1 # duration of a trial
intertrial = 2 # time between end of a trial and the next one
n_chan = 8
x = np.zeros((n_chan + 1, t_recording * sfreq)) # electrodes + stimulus
stim = np.zeros(t_recording * sfreq)
t_offset = 1.0 # offset where the trials start
n_trials = 40
rep = np.linspace(0, 4 * t_trial, t_trial * sfreq)
signal = np.sin(2 * np.pi / t_trial * rep)
for n in range(n_trials):
label = n % 2 + 1 # alternate between class 0 and class 1
tn = int(t_offset * sfreq + n * (t_trial + intertrial) * sfreq)
stim[tn] = label
noise = 0.1 * np.random.randn(n_chan, len(signal))
x[:-1, tn:(tn + t_trial * sfreq)] = label * signal + noise
x[-1, :] = stim
return x, sfreq
# Create the fake data
for subject in [1, 2, 3]:
x, fs = create_example_dataset()
filename = 'subject_' + str(subject).zfill(2) + '.mat'
mdict = {}
mdict['x'] = x
mdict['fs'] = fs
savemat(filename, mdict)
##############################################################################
# Creating a Dataset Class
# ------------------------
#
# We will create now a dataset class using the fake data simulated with the
# code from above. For this, we first need to import the right classes from
# MOABB
# - `dl` is a very useful script that downloads automatically a dataset online
# if it is not yet available in the user's computer. The script knows where
# to download the files because we create a global variable telling the URL
# where to fetch the data.
# - `BaseDataset` is the basic class that we overload to create our dataset.
#
# The global variable with the dataset's URL should specify an online
# repository where all the files are stored.
ExampleDataset_URL = 'https://sandbox.zenodo.org/record/369543/files/'
# The `ExampleDataset` needs to implement only 3 functions:
# - `__init__` for indicating the parameter of the dataset
# - `_get_single_subject_data` to define how to process the data once they
# have been downloaded
# - `data_path` to define how the data are downloaded.
class ExampleDataset(BaseDataset):
'''
Dataset used to exemplify the creation of a dataset class in MOABB.
The data samples have been simulated and has no physiological meaning
whatsoever.
'''
def _get_single_subject_data(self, subject):
"""return data for a single subject"""
file_path_list = self.data_path(subject)
data = loadmat(file_path_list[0])
x = data['x']
fs = data['fs']
ch_names = ['ch' + str(i) for i in range(8)] + ['stim']
ch_types = ['eeg' for i in range(8)] + ['stim']
info = mne.create_info(ch_names, fs, ch_types)
raw = mne.io.RawArray(x, info)
sessions = {}
sessions['session_1'] = {}
sessions['session_1']['run_1'] = raw
return sessions
def data_path(self, subject, path=None, force_update=False,
update_path=None, verbose=None):
"""Download the data from one subject"""
if subject not in self.subject_list:
raise(ValueError("Invalid subject number"))
url = '{:s}subject_0{:d}.mat'.format(ExampleDataset_URL, subject)
path = dl.data_path(url, 'ExampleDataset')
return [path] # it has to return a list
##############################################################################
# Using the ExampleDataset
# ------------------------
#
# Now that the `ExampleDataset` is defined, it could be instanciated directly.
# The rest of the code follows the steps described in the previous tutorials.
dataset = ExampleDataset()
paradigm = LeftRightImagery()
X, labels, meta = paradigm.get_data(dataset=dataset, subjects=[1])
evaluation = WithinSessionEvaluation(paradigm=paradigm, datasets=dataset,
overwrite=True)
pipelines = {}
pipelines['MDM'] = make_pipeline(Covariances('oas'), MDM(metric='riemann'))
scores = evaluation.process(pipelines)
print(scores)
##############################################################################
# Pushing on MOABB Github
# -----------------------
#
# If you want to make your dataset available to everyone, you could upload
# your data on public server (like Zenodo or Figshare) and signal that you
# want to add your dataset to MOABB in the [dedicated issue](https://github.com/NeuroTechX/moabb/issues/1). # noqa: E501
# You could then follow the instructions on [how to contribute](https://github.com/NeuroTechX/moabb/blob/master/CONTRIBUTING.md) # noqa: E501
| [
37811,
201,
198,
10052,
28,
201,
198,
32071,
257,
27039,
1398,
287,
13070,
6242,
33,
201,
198,
10052,
28,
201,
198,
37811,
201,
198,
2,
46665,
25,
28855,
406,
13,
327,
13,
16114,
947,
11,
24286,
391,
25233,
439,
959,
201,
198,
2,
201,
198,
2,
3740,
1378,
12567,
13,
785,
14,
489,
66,
14892,
4359,
947,
14,
23044,
8548,
12,
11770,
6242,
33,
12,
2749,
40,
12,
38,
3247,
12,
23344,
201,
198,
201,
198,
11748,
299,
32152,
355,
45941,
201,
198,
6738,
629,
541,
88,
13,
952,
1330,
3613,
6759,
11,
3440,
6759,
201,
198,
11748,
285,
710,
201,
198,
201,
198,
6738,
6941,
6485,
13,
19608,
292,
1039,
13,
8692,
1330,
7308,
27354,
292,
316,
201,
198,
6738,
6941,
6485,
13,
19608,
292,
1039,
1330,
4321,
355,
288,
75,
201,
198,
6738,
6941,
6485,
13,
1845,
324,
328,
907,
1330,
9578,
11028,
3546,
363,
1924,
201,
198,
6738,
6941,
6485,
13,
18206,
6055,
1330,
12511,
36044,
36,
2100,
2288,
201,
198,
201,
198,
6738,
12972,
380,
368,
1236,
13,
4871,
2649,
1330,
10670,
44,
201,
198,
6738,
12972,
380,
368,
1236,
13,
395,
18991,
1330,
39751,
3699,
728,
201,
198,
201,
198,
6738,
1341,
35720,
13,
79,
541,
4470,
1330,
787,
62,
79,
541,
4470,
201,
198,
201,
198,
201,
198,
29113,
29113,
7804,
4242,
2235,
201,
198,
2,
30481,
617,
6060,
201,
198,
2,
34400,
438,
201,
198,
2,
201,
198,
2,
1675,
19418,
262,
6282,
286,
257,
27039,
1398,
287,
13070,
6242,
33,
11,
356,
717,
2251,
281,
201,
198,
2,
1672,
27039,
7448,
287,
764,
6759,
2393,
13,
632,
4909,
257,
2060,
8390,
8296,
319,
201,
198,
2,
807,
9619,
15727,
329,
6640,
4201,
357,
37687,
11347,
8373,
17759,
26109,
737,
775,
423,
201,
198,
2,
3017,
262,
4226,
326,
8075,
428,
27039,
290,
423,
19144,
340,
2691,
13,
201,
198,
2,
383,
8390,
27039,
318,
1695,
319,
262,
201,
198,
2,
685,
47573,
24313,
3052,
16151,
5450,
1378,
38142,
3524,
13,
4801,
24313,
13,
2398,
14,
22105,
14,
2623,
3865,
3559,
8,
201,
198,
201,
198,
4299,
2251,
62,
20688,
62,
19608,
292,
316,
33529,
201,
198,
220,
220,
220,
37227,
16447,
257,
8390,
1672,
329,
257,
27039,
37811,
201,
198,
220,
220,
220,
264,
19503,
80,
796,
17759,
201,
198,
220,
220,
220,
256,
62,
8344,
1284,
796,
6640,
201,
198,
220,
220,
220,
256,
62,
45994,
796,
352,
220,
1303,
9478,
286,
257,
4473,
201,
198,
220,
220,
220,
987,
45994,
796,
362,
220,
1303,
640,
1022,
886,
286,
257,
4473,
290,
262,
1306,
530,
201,
198,
220,
220,
220,
299,
62,
3147,
796,
807,
201,
198,
201,
198,
220,
220,
220,
2124,
796,
45941,
13,
9107,
418,
19510,
77,
62,
3147,
1343,
352,
11,
256,
62,
8344,
1284,
1635,
264,
19503,
80,
4008,
220,
1303,
39780,
1343,
19819,
201,
198,
220,
220,
220,
7132,
796,
45941,
13,
9107,
418,
7,
83,
62,
8344,
1284,
1635,
264,
19503,
80,
8,
201,
198,
220,
220,
220,
256,
62,
28968,
796,
352,
13,
15,
220,
1303,
11677,
810,
262,
9867,
923,
201,
198,
220,
220,
220,
299,
62,
28461,
874,
796,
2319,
201,
198,
201,
198,
220,
220,
220,
1128,
796,
45941,
13,
21602,
10223,
7,
15,
11,
604,
1635,
256,
62,
45994,
11,
256,
62,
45994,
1635,
264,
19503,
80,
8,
201,
198,
220,
220,
220,
6737,
796,
45941,
13,
31369,
7,
17,
1635,
45941,
13,
14415,
1220,
256,
62,
45994,
1635,
1128,
8,
201,
198,
220,
220,
220,
329,
299,
287,
2837,
7,
77,
62,
28461,
874,
2599,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6167,
796,
299,
4064,
362,
1343,
352,
220,
1303,
13527,
1022,
1398,
657,
290,
1398,
352,
201,
198,
220,
220,
220,
220,
220,
220,
220,
256,
77,
796,
493,
7,
83,
62,
28968,
1635,
264,
19503,
80,
1343,
299,
1635,
357,
83,
62,
45994,
1343,
987,
45994,
8,
1635,
264,
19503,
80,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
7132,
58,
34106,
60,
796,
6167,
201,
198,
220,
220,
220,
220,
220,
220,
220,
7838,
796,
657,
13,
16,
1635,
45941,
13,
25120,
13,
25192,
77,
7,
77,
62,
3147,
11,
18896,
7,
12683,
282,
4008,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2124,
58,
21912,
16,
11,
256,
77,
37498,
34106,
1343,
256,
62,
45994,
1635,
264,
19503,
80,
15437,
796,
6167,
1635,
6737,
1343,
7838,
201,
198,
220,
220,
220,
2124,
58,
12,
16,
11,
1058,
60,
796,
7132,
201,
198,
220,
220,
220,
1441,
2124,
11,
264,
19503,
80,
201,
198,
201,
198,
201,
198,
2,
13610,
262,
8390,
1366,
201,
198,
1640,
2426,
287,
685,
16,
11,
362,
11,
513,
5974,
201,
198,
220,
220,
220,
2124,
11,
43458,
796,
2251,
62,
20688,
62,
19608,
292,
316,
3419,
201,
198,
220,
220,
220,
29472,
796,
705,
32796,
62,
6,
1343,
965,
7,
32796,
737,
89,
20797,
7,
17,
8,
1343,
45302,
6759,
6,
201,
198,
220,
220,
220,
285,
11600,
796,
23884,
201,
198,
220,
220,
220,
285,
11600,
17816,
87,
20520,
796,
2124,
201,
198,
220,
220,
220,
285,
11600,
17816,
9501,
20520,
796,
43458,
201,
198,
220,
220,
220,
3613,
6759,
7,
34345,
11,
285,
11600,
8,
201,
198,
201,
198,
201,
198,
29113,
29113,
7804,
4242,
2235,
201,
198,
2,
30481,
257,
16092,
292,
316,
5016,
201,
198,
2,
220,
22369,
201,
198,
2,
201,
198,
2,
775,
481,
2251,
783,
257,
27039,
1398,
1262,
262,
8390,
1366,
28590,
351,
262,
201,
198,
2,
2438,
422,
2029,
13,
1114,
428,
11,
356,
717,
761,
284,
1330,
262,
826,
6097,
422,
201,
198,
2,
13070,
6242,
33,
201,
198,
2,
532,
4600,
25404,
63,
318,
257,
845,
4465,
4226,
326,
21333,
6338,
257,
27039,
2691,
201,
198,
2,
220,
220,
611,
340,
318,
407,
1865,
1695,
287,
262,
2836,
338,
3644,
13,
383,
4226,
4206,
810,
201,
198,
2,
220,
220,
284,
4321,
262,
3696,
780,
356,
2251,
257,
3298,
7885,
5149,
262,
10289,
201,
198,
2,
220,
220,
810,
284,
21207,
262,
1366,
13,
201,
198,
2,
532,
4600,
14881,
27354,
292,
316,
63,
318,
262,
4096,
1398,
326,
356,
31754,
284,
2251,
674,
27039,
13,
201,
198,
2,
201,
198,
2,
383,
3298,
7885,
351,
262,
27039,
338,
10289,
815,
11986,
281,
2691,
201,
198,
2,
16099,
810,
477,
262,
3696,
389,
8574,
13,
201,
198,
201,
198,
16281,
27354,
292,
316,
62,
21886,
796,
705,
5450,
1378,
38142,
3524,
13,
4801,
24313,
13,
2398,
14,
22105,
14,
2623,
3865,
3559,
14,
16624,
14,
6,
201,
198,
201,
198,
2,
383,
4600,
16281,
27354,
292,
316,
63,
2476,
284,
3494,
691,
513,
5499,
25,
201,
198,
2,
532,
4600,
834,
15003,
834,
63,
329,
12739,
262,
11507,
286,
262,
27039,
201,
198,
2,
532,
4600,
62,
1136,
62,
29762,
62,
32796,
62,
7890,
63,
284,
8160,
703,
284,
1429,
262,
1366,
1752,
484,
201,
198,
2,
220,
220,
423,
587,
15680,
201,
198,
2,
532,
4600,
7890,
62,
6978,
63,
284,
8160,
703,
262,
1366,
389,
15680,
13,
201,
198,
201,
198,
201,
198,
4871,
17934,
27354,
292,
316,
7,
14881,
27354,
292,
316,
2599,
201,
198,
220,
220,
220,
705,
7061,
201,
198,
220,
220,
220,
16092,
292,
316,
973,
284,
21433,
1958,
262,
6282,
286,
257,
27039,
1398,
287,
13070,
6242,
33,
13,
201,
198,
220,
220,
220,
383,
1366,
8405,
423,
587,
28590,
290,
468,
645,
25033,
3616,
201,
198,
220,
220,
220,
16014,
13,
201,
198,
220,
220,
220,
705,
7061,
201,
198,
201,
198,
220,
220,
220,
825,
4808,
1136,
62,
29762,
62,
32796,
62,
7890,
7,
944,
11,
2426,
2599,
201,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
7783,
1366,
329,
257,
2060,
2426,
37811,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2393,
62,
6978,
62,
4868,
796,
2116,
13,
7890,
62,
6978,
7,
32796,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1366,
796,
3440,
6759,
7,
7753,
62,
6978,
62,
4868,
58,
15,
12962,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2124,
796,
1366,
17816,
87,
20520,
201,
198,
220,
220,
220,
220,
220,
220,
220,
43458,
796,
1366,
17816,
9501,
20520,
201,
198,
220,
220,
220,
220,
220,
220,
220,
442,
62,
14933,
796,
37250,
354,
6,
1343,
965,
7,
72,
8,
329,
1312,
287,
2837,
7,
23,
15437,
1343,
37250,
42003,
20520,
201,
198,
220,
220,
220,
220,
220,
220,
220,
442,
62,
19199,
796,
37250,
1453,
70,
6,
329,
1312,
287,
2837,
7,
23,
15437,
1343,
37250,
42003,
20520,
201,
198,
220,
220,
220,
220,
220,
220,
220,
7508,
796,
285,
710,
13,
17953,
62,
10951,
7,
354,
62,
14933,
11,
43458,
11,
442,
62,
19199,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
8246,
796,
285,
710,
13,
952,
13,
27369,
19182,
7,
87,
11,
7508,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
10991,
796,
23884,
201,
198,
220,
220,
220,
220,
220,
220,
220,
10991,
17816,
29891,
62,
16,
20520,
796,
23884,
201,
198,
220,
220,
220,
220,
220,
220,
220,
10991,
17816,
29891,
62,
16,
6,
7131,
6,
5143,
62,
16,
20520,
796,
8246,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
10991,
201,
198,
201,
198,
220,
220,
220,
825,
1366,
62,
6978,
7,
944,
11,
2426,
11,
3108,
28,
14202,
11,
2700,
62,
19119,
28,
25101,
11,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4296,
62,
6978,
28,
14202,
11,
15942,
577,
28,
14202,
2599,
201,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
10002,
262,
1366,
422,
530,
2426,
37811,
201,
198,
220,
220,
220,
220,
220,
220,
220,
611,
2426,
407,
287,
2116,
13,
32796,
62,
4868,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
7,
11395,
12331,
7203,
44651,
2426,
1271,
48774,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
19016,
796,
705,
90,
25,
82,
92,
32796,
62,
15,
90,
25,
67,
27422,
6759,
4458,
18982,
7,
16281,
27354,
292,
316,
62,
21886,
11,
2426,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
3108,
796,
288,
75,
13,
7890,
62,
6978,
7,
6371,
11,
705,
16281,
27354,
292,
316,
11537,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
685,
6978,
60,
220,
1303,
340,
468,
284,
1441,
257,
1351,
201,
198,
201,
198,
201,
198,
29113,
29113,
7804,
4242,
2235,
201,
198,
2,
8554,
262,
17934,
27354,
292,
316,
201,
198,
2,
220,
22369,
201,
198,
2,
201,
198,
2,
2735,
326,
262,
4600,
16281,
27354,
292,
316,
63,
318,
5447,
11,
340,
714,
307,
916,
272,
979,
515,
3264,
13,
201,
198,
2,
383,
1334,
286,
262,
2438,
5679,
262,
4831,
3417,
287,
262,
2180,
27992,
13,
201,
198,
19608,
292,
316,
796,
17934,
27354,
292,
316,
3419,
201,
198,
201,
198,
1845,
324,
17225,
796,
9578,
11028,
3546,
363,
1924,
3419,
201,
198,
55,
11,
14722,
11,
13634,
796,
23457,
13,
1136,
62,
7890,
7,
19608,
292,
316,
28,
19608,
292,
316,
11,
7481,
41888,
16,
12962,
201,
198,
201,
198,
18206,
2288,
796,
12511,
36044,
36,
2100,
2288,
7,
1845,
324,
17225,
28,
1845,
324,
17225,
11,
40522,
28,
19608,
292,
316,
11,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
49312,
28,
17821,
8,
201,
198,
79,
541,
20655,
796,
23884,
201,
198,
79,
541,
20655,
17816,
12740,
44,
20520,
796,
787,
62,
79,
541,
4470,
7,
34,
709,
3699,
728,
10786,
78,
292,
33809,
10670,
44,
7,
4164,
1173,
11639,
380,
368,
1236,
6,
4008,
201,
198,
1416,
2850,
796,
12660,
13,
14681,
7,
79,
541,
20655,
8,
201,
198,
201,
198,
4798,
7,
1416,
2850,
8,
201,
198,
201,
198,
29113,
29113,
7804,
4242,
2235,
201,
198,
2,
350,
8023,
319,
13070,
6242,
33,
38994,
201,
198,
2,
41436,
6329,
201,
198,
2,
201,
198,
2,
1002,
345,
765,
284,
787,
534,
27039,
1695,
284,
2506,
11,
345,
714,
9516,
220,
201,
198,
2,
534,
1366,
319,
1171,
4382,
357,
2339,
14760,
24313,
393,
12138,
20077,
8,
290,
6737,
326,
345,
201,
198,
2,
765,
284,
751,
534,
27039,
284,
13070,
6242,
33,
287,
262,
685,
9395,
3474,
2071,
16151,
5450,
1378,
12567,
13,
785,
14,
8199,
1434,
17760,
55,
14,
5908,
6485,
14,
37165,
14,
16,
737,
220,
1303,
645,
20402,
25,
412,
33548,
201,
198,
2,
921,
714,
788,
1061,
262,
7729,
319,
685,
4919,
284,
8676,
16151,
5450,
1378,
12567,
13,
785,
14,
8199,
1434,
17760,
55,
14,
5908,
6485,
14,
2436,
672,
14,
9866,
14,
10943,
5446,
9865,
3843,
2751,
13,
9132,
8,
220,
1303,
645,
20402,
25,
412,
33548,
201,
198
] | 2.792734 | 2,147 |
# -*- encoding: utf-8 -*-
from unittest import TestCase
from sqlalchemy import create_engine
from sqlalchemy.orm import sessionmaker
from sqlalchemy_filterparams_tests.models import (
Base,
)
| [
2,
532,
9,
12,
21004,
25,
3384,
69,
12,
23,
532,
9,
12,
198,
198,
6738,
555,
715,
395,
1330,
6208,
20448,
198,
6738,
44161,
282,
26599,
1330,
2251,
62,
18392,
198,
6738,
44161,
282,
26599,
13,
579,
1330,
6246,
10297,
198,
198,
6738,
44161,
282,
26599,
62,
24455,
37266,
62,
41989,
13,
27530,
1330,
357,
198,
220,
220,
220,
7308,
11,
198,
8,
628,
198
] | 3.030303 | 66 |
from heisen.config import settings
from jsonrpclib.request import ConnectionPool
rpc_call = get_rpc_connection()
| [
6738,
339,
13254,
13,
11250,
1330,
6460,
198,
6738,
33918,
81,
79,
565,
571,
13,
25927,
1330,
26923,
27201,
628,
198,
198,
81,
14751,
62,
13345,
796,
651,
62,
81,
14751,
62,
38659,
3419,
198
] | 3.314286 | 35 |
import numpy as np
| [
11748,
299,
32152,
355,
45941,
198
] | 3.166667 | 6 |
import subprocess
from functools import partial
from django.core.management.base import BaseCommand
from django.conf import settings
from pathlib import Path
import os
run = partial(subprocess.run, shell=True, check=True)
class Command(BaseCommand):
"""Update pytition install
"""
| [
11748,
850,
14681,
198,
6738,
1257,
310,
10141,
1330,
13027,
198,
6738,
42625,
14208,
13,
7295,
13,
27604,
13,
8692,
1330,
7308,
21575,
198,
6738,
42625,
14208,
13,
10414,
1330,
6460,
198,
6738,
3108,
8019,
1330,
10644,
198,
11748,
28686,
198,
198,
5143,
796,
13027,
7,
7266,
14681,
13,
5143,
11,
7582,
28,
17821,
11,
2198,
28,
17821,
8,
628,
198,
4871,
9455,
7,
14881,
21575,
2599,
198,
220,
220,
220,
37227,
10260,
12972,
83,
653,
2721,
198,
220,
220,
220,
37227,
198
] | 3.518072 | 83 |
# AUTOGENERATED! DO NOT EDIT! File to edit: ttbarzp.ipynb (unless otherwise specified).
__all__ = ['get_elijah_ttbarzp_cs', 'get_manuel_ttbarzp_cs', 'import47Ddata', 'get47Dfeatures']
# Cell
import numpy as np
import tensorflow as tf
# Cell
def get_elijah_ttbarzp_cs():
r"""
Contains cross section information produced by Elijah for $pp \to t\overline{t} \; Z'$ collider phenomenology.
Returns list containing signal masses, signal cross sections (for those masses, in pb), and background cross sections
(also in pb)
"""
# Z' masses (GeV) for which Elijah created signal samples
elijah_masses = [10, 50, 100, 200, 350, 500, 1000, 2000, 5000]
# signal cross sections (pb)
elijah_sig_css = [9.801, 0.5445, 0.1442, 0.03622, 0.009998, 0.003802, 0.0003936, 2.034e-05, 2.748e-08]
# background cross sections (pb)
elijah_bg_css = [0.106, 0.0117, 5.58]
return [elijah_masses, elijah_sig_css, elijah_bg_css]
# Cell
def get_manuel_ttbarzp_cs():
r"""
Contains cross section information produced through MadGraph by Manuel for collider phenomenology regarding
the semihadronic, semileptonic $pp \to t\overline{t} \; Z', Z' \to b\overline{b}$ channel
"""
# Z' masses (GeV) for which I (Elijah) created signal samples
manuel_masses = [350, 500, 750, 1000, 2000, 3000, 4000]
# signal cross sections (pb)
manuel_sig_css = [0.001395, 0.0007823, 0.0003429, 0.0001692, 1.808e-05, 1.325e-06, 4.456e-07]
# background cross sections (pb)
manuel_bg_css = [0.1339, 0.01187, 5.603]
return [manuel_masses, manuel_sig_css, manuel_bg_css]
# Cell
def import47Ddata(name):
r"""
Imports `name.npy` file containing 47-dimensional data for training
Available files:
- bgh.npy (Standard Model background 1, $pp \to t\overline{t}h$)
- bg4t.npy (Standard Model background 2, $pp \to t\overline{t}t\overline{t}$)
- bgnoh.npy (Standard Model background 3, $pp \to t\overline{t} \; \setminus \; h$)
- sig350G.npy ($Z'$ signal, $m_{Z'} = 350$ GeV)
- sig500G.npy ($Z'$ signal, $m_{Z'} = 500$ GeV)
- sig1T.npy ($Z'$ signal, $m_{Z'} = 1$ TeV)
- sig2T.npy ($Z'$ signal, $m_{Z'} = 2$ TeV)
- sig4T.npy ($Z'$ signal, $m_{Z'} = 4$ TeV)
"""
if name[-4:] == '.npy':
name = name[:-4]
url = 'https://storage.googleapis.com/ttbarzp/47dim/'
try:
path = tf.keras.utils.get_file(f'{name}.npy', url + name + '.npy')
data = np.load(path)
return data
except:
print(f"{name}.npy doesn't appear to exist")
# Cell
def get47Dfeatures():
"""
Returns list containing the names of the 47 features found in the data accessible through
`ttbarzp.import47Ddata()`
"""
return [
'pT b1', 'pT b2', 'pT b3', 'pT b4',
'sdEta b1 b2', 'sdEta b1 b3', 'sdEta b1 b4', 'sdEta b2 b3', 'sdEta b2 b4', 'sdEta b3 b4',
'sdPhi b1 b2', 'sdPhi b1 b3', 'sdPhi b1 b4', 'sdPhi b2 b3', 'sdPhi b2 b4', 'sdPhi b3 b4',
'dR b1 b2', 'dR b1 b3', 'dR b1 b4', 'dR b2 b3', 'dR b2 b4', 'dR b3 b4',
'MET', 'pT l', 'MT l MET',
'M b1 b2', 'M b1 b3', 'M b1 b4', 'M b2 b3', 'M b2 b4', 'M b3 b4',
'MT b1 l MET', 'MT b2 l MET', 'MT b3 l MET', 'MT b4 l MET',
'M j1 j2', 'pT j1', 'pT j2', 'dR j1 j2',
'dR b1 l', 'dR b2 l', 'dR b3 l', 'dR b4 l',
'sdPhi b1 l', 'sdPhi b2 l', 'sdPhi b3 l', 'sdPhi b4 l'] | [
2,
47044,
7730,
1677,
1137,
11617,
0,
8410,
5626,
48483,
0,
9220,
284,
4370,
25,
256,
83,
5657,
89,
79,
13,
541,
2047,
65,
357,
25252,
4306,
7368,
737,
198,
198,
834,
439,
834,
796,
37250,
1136,
62,
417,
32778,
62,
926,
5657,
89,
79,
62,
6359,
3256,
705,
1136,
62,
18713,
62,
926,
5657,
89,
79,
62,
6359,
3256,
705,
11748,
2857,
35,
7890,
3256,
705,
1136,
2857,
35,
40890,
20520,
198,
198,
2,
12440,
198,
11748,
299,
32152,
355,
45941,
198,
11748,
11192,
273,
11125,
355,
48700,
198,
198,
2,
12440,
198,
4299,
651,
62,
417,
32778,
62,
926,
5657,
89,
79,
62,
6359,
33529,
198,
220,
220,
220,
374,
37811,
198,
220,
220,
220,
49850,
3272,
2665,
1321,
4635,
416,
38646,
329,
720,
381,
3467,
1462,
256,
59,
2502,
1370,
90,
83,
92,
3467,
26,
1168,
6,
3,
2927,
1304,
7581,
1435,
13,
628,
220,
220,
220,
16409,
1351,
7268,
6737,
14568,
11,
6737,
3272,
9004,
357,
1640,
883,
14568,
11,
287,
279,
65,
828,
290,
4469,
3272,
9004,
198,
220,
220,
220,
357,
14508,
287,
279,
65,
8,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
1303,
1168,
6,
14568,
357,
10082,
53,
8,
329,
543,
38646,
2727,
6737,
8405,
198,
220,
220,
220,
1288,
32778,
62,
76,
13978,
796,
685,
940,
11,
2026,
11,
1802,
11,
939,
11,
13803,
11,
5323,
11,
8576,
11,
4751,
11,
23336,
60,
198,
220,
220,
220,
1303,
6737,
3272,
9004,
357,
40842,
8,
198,
220,
220,
220,
1288,
32778,
62,
82,
328,
62,
25471,
796,
685,
24,
13,
41531,
11,
657,
13,
4051,
2231,
11,
657,
13,
1415,
3682,
11,
657,
13,
48597,
1828,
11,
657,
13,
405,
2079,
4089,
11,
657,
13,
11245,
30863,
11,
657,
13,
830,
2670,
2623,
11,
362,
13,
49841,
68,
12,
2713,
11,
362,
13,
48246,
68,
12,
2919,
60,
198,
220,
220,
220,
1303,
4469,
3272,
9004,
357,
40842,
8,
198,
220,
220,
220,
1288,
32778,
62,
35904,
62,
25471,
796,
685,
15,
13,
15801,
11,
657,
13,
486,
1558,
11,
642,
13,
3365,
60,
198,
220,
220,
220,
1441,
685,
417,
32778,
62,
76,
13978,
11,
1288,
32778,
62,
82,
328,
62,
25471,
11,
1288,
32778,
62,
35904,
62,
25471,
60,
198,
198,
2,
12440,
198,
4299,
651,
62,
18713,
62,
926,
5657,
89,
79,
62,
6359,
33529,
198,
220,
220,
220,
374,
37811,
198,
220,
220,
220,
49850,
3272,
2665,
1321,
4635,
832,
4627,
37065,
416,
25995,
329,
2927,
1304,
7581,
1435,
5115,
198,
220,
220,
220,
262,
5026,
11166,
4565,
11,
5026,
576,
457,
9229,
720,
381,
3467,
1462,
256,
59,
2502,
1370,
90,
83,
92,
3467,
26,
1168,
3256,
1168,
6,
3467,
1462,
275,
59,
2502,
1370,
90,
65,
92,
3,
6518,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
1303,
1168,
6,
14568,
357,
10082,
53,
8,
329,
543,
314,
357,
9527,
32778,
8,
2727,
6737,
8405,
198,
220,
220,
220,
582,
2731,
62,
76,
13978,
796,
685,
14877,
11,
5323,
11,
19683,
11,
8576,
11,
4751,
11,
20343,
11,
30123,
60,
198,
220,
220,
220,
1303,
6737,
3272,
9004,
357,
40842,
8,
198,
220,
220,
220,
582,
2731,
62,
82,
328,
62,
25471,
796,
685,
15,
13,
405,
1485,
3865,
11,
657,
13,
830,
3695,
1954,
11,
657,
13,
830,
2682,
1959,
11,
657,
13,
18005,
46589,
11,
352,
13,
28362,
68,
12,
2713,
11,
352,
13,
26582,
68,
12,
3312,
11,
604,
13,
29228,
68,
12,
2998,
60,
198,
220,
220,
220,
1303,
4469,
3272,
9004,
357,
40842,
8,
198,
220,
220,
220,
582,
2731,
62,
35904,
62,
25471,
796,
685,
15,
13,
1485,
2670,
11,
657,
13,
486,
23451,
11,
642,
13,
35642,
60,
198,
220,
220,
220,
1441,
685,
18713,
62,
76,
13978,
11,
582,
2731,
62,
82,
328,
62,
25471,
11,
582,
2731,
62,
35904,
62,
25471,
60,
198,
198,
2,
12440,
198,
4299,
1330,
2857,
35,
7890,
7,
3672,
2599,
198,
220,
220,
220,
374,
37811,
198,
220,
220,
220,
1846,
3742,
4600,
3672,
13,
77,
9078,
63,
2393,
7268,
6298,
12,
19577,
1366,
329,
3047,
628,
220,
220,
220,
14898,
3696,
25,
198,
220,
220,
220,
220,
532,
275,
456,
13,
77,
9078,
357,
23615,
9104,
4469,
352,
11,
720,
381,
3467,
1462,
256,
59,
2502,
1370,
90,
83,
92,
71,
3,
8,
198,
220,
220,
220,
220,
532,
275,
70,
19,
83,
13,
77,
9078,
357,
23615,
9104,
4469,
362,
11,
720,
381,
3467,
1462,
256,
59,
2502,
1370,
90,
83,
92,
83,
59,
2502,
1370,
90,
83,
92,
3,
8,
198,
220,
220,
220,
220,
532,
275,
4593,
1219,
13,
77,
9078,
357,
23615,
9104,
4469,
513,
11,
720,
381,
3467,
1462,
256,
59,
2502,
1370,
90,
83,
92,
3467,
26,
3467,
2617,
40191,
3467,
26,
289,
3,
8,
198,
220,
220,
220,
220,
532,
43237,
14877,
38,
13,
77,
9078,
7198,
57,
6,
3,
6737,
11,
720,
76,
23330,
57,
6,
92,
796,
13803,
3,
2269,
53,
8,
198,
220,
220,
220,
220,
532,
43237,
4059,
38,
13,
77,
9078,
7198,
57,
6,
3,
6737,
11,
720,
76,
23330,
57,
6,
92,
796,
5323,
3,
2269,
53,
8,
198,
220,
220,
220,
220,
532,
43237,
16,
51,
13,
77,
9078,
7198,
57,
6,
3,
6737,
11,
720,
76,
23330,
57,
6,
92,
796,
352,
3,
1665,
53,
8,
198,
220,
220,
220,
220,
532,
43237,
17,
51,
13,
77,
9078,
7198,
57,
6,
3,
6737,
11,
720,
76,
23330,
57,
6,
92,
796,
362,
3,
1665,
53,
8,
198,
220,
220,
220,
220,
532,
43237,
19,
51,
13,
77,
9078,
7198,
57,
6,
3,
6737,
11,
720,
76,
23330,
57,
6,
92,
796,
604,
3,
1665,
53,
8,
198,
220,
220,
220,
37227,
628,
220,
220,
220,
611,
1438,
58,
12,
19,
47715,
6624,
45302,
77,
9078,
10354,
198,
220,
220,
220,
220,
220,
220,
220,
1438,
796,
1438,
58,
21912,
19,
60,
198,
220,
220,
220,
19016,
796,
705,
5450,
1378,
35350,
13,
13297,
499,
271,
13,
785,
14,
926,
5657,
89,
79,
14,
2857,
27740,
14,
6,
198,
220,
220,
220,
1949,
25,
198,
220,
220,
220,
220,
220,
220,
220,
3108,
796,
48700,
13,
6122,
292,
13,
26791,
13,
1136,
62,
7753,
7,
69,
6,
90,
3672,
27422,
77,
9078,
3256,
19016,
1343,
1438,
1343,
45302,
77,
9078,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
1366,
796,
45941,
13,
2220,
7,
6978,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
1366,
198,
220,
220,
220,
2845,
25,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
7,
69,
1,
90,
3672,
27422,
77,
9078,
1595,
470,
1656,
284,
2152,
4943,
198,
198,
2,
12440,
198,
4299,
651,
2857,
35,
40890,
33529,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
16409,
1351,
7268,
262,
3891,
286,
262,
6298,
3033,
1043,
287,
262,
1366,
9857,
832,
198,
220,
220,
220,
4600,
926,
5657,
89,
79,
13,
11748,
2857,
35,
7890,
3419,
63,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
1441,
685,
198,
220,
220,
220,
220,
220,
220,
220,
705,
79,
51,
275,
16,
3256,
705,
79,
51,
275,
17,
3256,
705,
79,
51,
275,
18,
3256,
705,
79,
51,
275,
19,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
21282,
36,
8326,
275,
16,
275,
17,
3256,
705,
21282,
36,
8326,
275,
16,
275,
18,
3256,
705,
21282,
36,
8326,
275,
16,
275,
19,
3256,
705,
21282,
36,
8326,
275,
17,
275,
18,
3256,
705,
21282,
36,
8326,
275,
17,
275,
19,
3256,
705,
21282,
36,
8326,
275,
18,
275,
19,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
21282,
2725,
72,
275,
16,
275,
17,
3256,
705,
21282,
2725,
72,
275,
16,
275,
18,
3256,
705,
21282,
2725,
72,
275,
16,
275,
19,
3256,
705,
21282,
2725,
72,
275,
17,
275,
18,
3256,
705,
21282,
2725,
72,
275,
17,
275,
19,
3256,
705,
21282,
2725,
72,
275,
18,
275,
19,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
67,
49,
275,
16,
275,
17,
3256,
705,
67,
49,
275,
16,
275,
18,
3256,
705,
67,
49,
275,
16,
275,
19,
3256,
705,
67,
49,
275,
17,
275,
18,
3256,
705,
67,
49,
275,
17,
275,
19,
3256,
705,
67,
49,
275,
18,
275,
19,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
47123,
3256,
705,
79,
51,
300,
3256,
705,
13752,
300,
31243,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
44,
275,
16,
275,
17,
3256,
705,
44,
275,
16,
275,
18,
3256,
705,
44,
275,
16,
275,
19,
3256,
705,
44,
275,
17,
275,
18,
3256,
705,
44,
275,
17,
275,
19,
3256,
705,
44,
275,
18,
275,
19,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
13752,
275,
16,
300,
31243,
3256,
705,
13752,
275,
17,
300,
31243,
3256,
705,
13752,
275,
18,
300,
31243,
3256,
705,
13752,
275,
19,
300,
31243,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
44,
474,
16,
474,
17,
3256,
705,
79,
51,
474,
16,
3256,
705,
79,
51,
474,
17,
3256,
705,
67,
49,
474,
16,
474,
17,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
67,
49,
275,
16,
300,
3256,
705,
67,
49,
275,
17,
300,
3256,
705,
67,
49,
275,
18,
300,
3256,
705,
67,
49,
275,
19,
300,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
21282,
2725,
72,
275,
16,
300,
3256,
705,
21282,
2725,
72,
275,
17,
300,
3256,
705,
21282,
2725,
72,
275,
18,
300,
3256,
705,
21282,
2725,
72,
275,
19,
300,
20520
] | 2.133626 | 1,594 |
import os
import re
import sys
from .core import Migration
from .core.exceptions import MigrationException
from .helpers import Utils
from getpass import getpass
from .cli import CLI
| [
11748,
28686,
198,
11748,
302,
198,
11748,
25064,
198,
198,
6738,
764,
7295,
1330,
36991,
198,
6738,
764,
7295,
13,
1069,
11755,
1330,
36991,
16922,
198,
6738,
764,
16794,
364,
1330,
7273,
4487,
198,
6738,
651,
6603,
1330,
651,
6603,
198,
6738,
764,
44506,
1330,
43749,
198
] | 3.914894 | 47 |
# Generated by Django 2.0.7 on 2018-08-06 02:02
from django.db import migrations, models
| [
2,
2980,
515,
416,
37770,
362,
13,
15,
13,
22,
319,
2864,
12,
2919,
12,
3312,
7816,
25,
2999,
198,
198,
6738,
42625,
14208,
13,
9945,
1330,
15720,
602,
11,
4981,
628
] | 2.84375 | 32 |
from setuptools import setup, find_packages
setup(
name="PyRundeck",
version="0.3.7",
description="A thin, pure Python wrapper for the Rundeck API",
author="Panagiotis Koutsourakis",
author_email="[email protected]",
license='BSD',
url='https://github.com/EKT/pyrundeck',
classifiers=[
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
'Topic :: Internet :: REST API client',
'Topic :: Software Development :: Libraries :: Python Modules',
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
],
keywords='rest api client rundeck',
packages=find_packages(exclude=['tests', '*_virtualenv', 'doc']),
install_requires=[
'lxml>=3.4.4',
'requests>=2.7.0',
'pyopenssl>=0.15.1',
'ndg-httpsclient>=0.4.0',
'pyasn1>=0.1.8',
'pyyaml>=3.11'
]
)
| [
6738,
900,
37623,
10141,
1330,
9058,
11,
1064,
62,
43789,
198,
198,
40406,
7,
198,
220,
220,
220,
1438,
2625,
20519,
49,
917,
68,
694,
1600,
198,
220,
220,
220,
2196,
2625,
15,
13,
18,
13,
22,
1600,
198,
220,
220,
220,
6764,
2625,
32,
7888,
11,
5899,
11361,
29908,
329,
262,
371,
917,
68,
694,
7824,
1600,
198,
220,
220,
220,
1772,
2625,
15730,
363,
5151,
271,
509,
5269,
280,
17716,
271,
1600,
198,
220,
220,
220,
1772,
62,
12888,
2625,
74,
5500,
333,
461,
31,
988,
83,
13,
2164,
1600,
198,
220,
220,
220,
5964,
11639,
21800,
3256,
198,
220,
220,
220,
19016,
11639,
5450,
1378,
12567,
13,
785,
14,
36,
42176,
14,
9078,
622,
358,
68,
694,
3256,
198,
220,
220,
220,
1398,
13350,
41888,
198,
220,
220,
220,
220,
220,
220,
220,
705,
41206,
12678,
7904,
513,
532,
12995,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
5317,
1631,
7591,
1240,
7904,
34152,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
33221,
7904,
4455,
7904,
30617,
7824,
5456,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
33221,
7904,
10442,
7712,
7904,
46267,
7904,
11361,
3401,
5028,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
34156,
7904,
7294,
40,
20010,
1079,
7904,
347,
10305,
13789,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
15167,
2229,
15417,
7904,
11361,
7904,
362,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
15167,
2229,
15417,
7904,
11361,
7904,
362,
13,
22,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
15167,
2229,
15417,
7904,
11361,
7904,
513,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
15167,
2229,
15417,
7904,
11361,
7904,
513,
13,
17,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
15167,
2229,
15417,
7904,
11361,
7904,
513,
13,
18,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
15167,
2229,
15417,
7904,
11361,
7904,
513,
13,
19,
3256,
198,
220,
220,
220,
16589,
198,
220,
220,
220,
26286,
11639,
2118,
40391,
5456,
374,
917,
68,
694,
3256,
198,
220,
220,
220,
10392,
28,
19796,
62,
43789,
7,
1069,
9152,
28,
17816,
41989,
3256,
705,
9,
62,
32844,
24330,
3256,
705,
15390,
20520,
828,
198,
220,
220,
220,
2721,
62,
47911,
41888,
198,
220,
220,
220,
220,
220,
220,
220,
705,
75,
19875,
29,
28,
18,
13,
19,
13,
19,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
8897,
3558,
29,
28,
17,
13,
22,
13,
15,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
9078,
44813,
6649,
29,
28,
15,
13,
1314,
13,
16,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
358,
70,
12,
5450,
16366,
29,
28,
15,
13,
19,
13,
15,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
9078,
292,
77,
16,
29,
28,
15,
13,
16,
13,
23,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
9078,
88,
43695,
29,
28,
18,
13,
1157,
6,
198,
220,
220,
220,
2361,
198,
8,
198
] | 2.311637 | 507 |
from abc import ABCMeta, abstractmethod
from multiprocessing import cpu_count
from numpy import exp, conj, zeros, complex64
from numba import jit
from pyfftw.builders import fft2, ifft2
class DiffractionExecutor(metaclass=ABCMeta):
"""
Abstract class for diffraction object.
The class takes on the input in the constructor a beam object, which contains all the necessary beam parameters
for further calculations.
Depending on the type of beam diffraction is implemented in different ways. To simulate diffraction in
a 2-dimensional beam and a 3-dimensional beam in the axisymmetric approximation, a sweep was used;
to simulate the diffraction of a non-axisymmetric 3-dimensional beam, we used fast Fourier transform with pyfftw
in several threads.
"""
@abstractmethod
def info(self):
"""DiffractionExecutor type"""
@abstractmethod
def process_diffraction(self, dz):
"""Process_diffraction"""
class SweepDiffractionExecutorX(DiffractionExecutor):
"""
Class for modeling the diffraction of a 2-dimensional beam using sweep.
"""
@property
@staticmethod
@jit(nopython=True)
def process_diffraction(self, dz):
"""
:param dz: current step along evolutionary coordinate z
:return: None
"""
self._beam._field = self.__fast_process(self._beam._field, self._beam.n_x, dz, self.__c1,
self.__c2, self.__alpha, self.__gamma, self.__delta, self.__xi,
self.__eta, self.__kappa_left, self.__mu_left, self.__kappa_right,
self.__mu_right)
class SweepDiffractionExecutorR(DiffractionExecutor):
"""
Class for modeling the diffraction of a 3-dimensional beam in axisymmetric approximation.
"""
@property
@staticmethod
@jit(nopython=True)
def process_diffraction(self, dz):
"""
:param dz: current step along evolutionary coordinate z
:return: None
"""
self._beam._field = self.__fast_process(self._beam._field, self._beam.n_r, dz, self.__c1,
self.__c3, self.__alpha, self.__beta, self.__gamma, self.__delta,
self.__xi, self.__eta, self.__vx, self.__kappa_left, self.__mu_left,
self.__kappa_right, self.__mu_right)
class FourierDiffractionExecutorXY(DiffractionExecutor):
"""
Class for modeling the diffraction of a 3-dimensional beam using fast Fourier transform in pyfftw.
"""
MAX_NUMBER_OF_CPUS = cpu_count() # number of threads for parallelization
@property
@staticmethod
@jit(nopython=True)
def __phase_increment(field_fft, n_x, n_y, k_xs, k_ys, current_lin_phase):
"""
:param field_fft: spatial spectrum of the field array
:param n_x: number of points in spatial grid along x
:param n_y: number of points in spatial grid along y
:param k_xs: wave vector grid nosed along x
:param k_ys: wave vector grid nosed along y
:param current_lin_phase: linear phase shift in spectral space
:return: spatial spectrum of the field array with linear phase shift along both axes
"""
for i in range(n_x):
field_fft[i, :] *= exp(current_lin_phase * k_xs[i] ** 2)
for j in range(n_y):
field_fft[:, j] *= exp(current_lin_phase * k_ys[j] ** 2)
return field_fft
def process_diffraction(self, dz, n_jobs=MAX_NUMBER_OF_CPUS):
"""
:param dz: current step along evolutionary coordinate z
:param n_jobs: number of threads for parallelization
:return: None
"""
# calculation of current linear phase shift
current_lin_phase = 0.5j * dz / self._beam.medium.k_0
# forward parallel fast Fourier transform
fft_obj = fft2(self._beam._field, threads=n_jobs)
# linear phase increment
field_fft = self.__phase_increment(fft_obj(), self._beam.n_x, self._beam.n_y, self._beam.k_xs,
self._beam.k_ys, current_lin_phase)
# backward parallel fast Fourier transform
ifft_obj = ifft2(field_fft, threads=n_jobs)
# field initialization with updated values
self._beam._field = ifft_obj()
| [
6738,
450,
66,
1330,
9738,
48526,
11,
12531,
24396,
198,
6738,
18540,
305,
919,
278,
1330,
42804,
62,
9127,
198,
6738,
299,
32152,
1330,
1033,
11,
11644,
11,
1976,
27498,
11,
3716,
2414,
198,
6738,
997,
7012,
1330,
474,
270,
198,
6738,
12972,
487,
4246,
13,
50034,
1330,
277,
701,
17,
11,
611,
701,
17,
628,
198,
4871,
10631,
7861,
23002,
38409,
7,
4164,
330,
31172,
28,
24694,
48526,
2599,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
27741,
1398,
329,
814,
7861,
2134,
13,
198,
220,
220,
220,
383,
1398,
2753,
319,
262,
5128,
287,
262,
23772,
257,
15584,
2134,
11,
543,
4909,
477,
262,
3306,
15584,
10007,
198,
220,
220,
220,
329,
2252,
16765,
13,
628,
220,
220,
220,
23591,
319,
262,
2099,
286,
15584,
814,
7861,
318,
9177,
287,
1180,
2842,
13,
1675,
29308,
814,
7861,
287,
198,
220,
220,
220,
257,
362,
12,
19577,
15584,
290,
257,
513,
12,
19577,
15584,
287,
262,
7877,
13560,
3020,
19482,
40874,
11,
257,
16085,
373,
973,
26,
198,
220,
220,
220,
284,
29308,
262,
814,
7861,
286,
257,
1729,
12,
897,
13560,
3020,
19482,
513,
12,
19577,
15584,
11,
356,
973,
3049,
34296,
5277,
6121,
351,
12972,
487,
4246,
198,
220,
220,
220,
287,
1811,
14390,
13,
628,
220,
220,
220,
37227,
628,
220,
220,
220,
2488,
397,
8709,
24396,
198,
220,
220,
220,
825,
7508,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
28813,
7861,
23002,
38409,
2099,
37811,
628,
220,
220,
220,
2488,
397,
8709,
24396,
198,
220,
220,
220,
825,
1429,
62,
26069,
7861,
7,
944,
11,
288,
89,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
18709,
62,
26069,
7861,
37811,
628,
198,
4871,
42818,
28813,
7861,
23002,
38409,
55,
7,
28813,
7861,
23002,
38409,
2599,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
5016,
329,
21128,
262,
814,
7861,
286,
257,
362,
12,
19577,
15584,
1262,
16085,
13,
198,
220,
220,
220,
37227,
628,
220,
220,
220,
2488,
26745,
628,
220,
220,
220,
2488,
12708,
24396,
198,
220,
220,
220,
2488,
45051,
7,
77,
404,
7535,
28,
17821,
8,
628,
220,
220,
220,
825,
1429,
62,
26069,
7861,
7,
944,
11,
288,
89,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
288,
89,
25,
1459,
2239,
1863,
16673,
20435,
1976,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
7783,
25,
6045,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
40045,
13557,
3245,
796,
2116,
13,
834,
7217,
62,
14681,
7,
944,
13557,
40045,
13557,
3245,
11,
2116,
13557,
40045,
13,
77,
62,
87,
11,
288,
89,
11,
2116,
13,
834,
66,
16,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
834,
66,
17,
11,
2116,
13,
834,
26591,
11,
2116,
13,
834,
28483,
2611,
11,
2116,
13,
834,
67,
12514,
11,
2116,
13,
834,
29992,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
834,
17167,
11,
2116,
13,
834,
74,
20975,
62,
9464,
11,
2116,
13,
834,
30300,
62,
9464,
11,
2116,
13,
834,
74,
20975,
62,
3506,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
834,
30300,
62,
3506,
8,
628,
198,
4871,
42818,
28813,
7861,
23002,
38409,
49,
7,
28813,
7861,
23002,
38409,
2599,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
5016,
329,
21128,
262,
814,
7861,
286,
257,
513,
12,
19577,
15584,
287,
7877,
13560,
3020,
19482,
40874,
13,
198,
220,
220,
220,
37227,
628,
220,
220,
220,
2488,
26745,
628,
220,
220,
220,
2488,
12708,
24396,
198,
220,
220,
220,
2488,
45051,
7,
77,
404,
7535,
28,
17821,
8,
628,
220,
220,
220,
825,
1429,
62,
26069,
7861,
7,
944,
11,
288,
89,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
288,
89,
25,
1459,
2239,
1863,
16673,
20435,
1976,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
7783,
25,
6045,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
40045,
13557,
3245,
796,
2116,
13,
834,
7217,
62,
14681,
7,
944,
13557,
40045,
13557,
3245,
11,
2116,
13557,
40045,
13,
77,
62,
81,
11,
288,
89,
11,
2116,
13,
834,
66,
16,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
834,
66,
18,
11,
2116,
13,
834,
26591,
11,
2116,
13,
834,
31361,
11,
2116,
13,
834,
28483,
2611,
11,
2116,
13,
834,
67,
12514,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
834,
29992,
11,
2116,
13,
834,
17167,
11,
2116,
13,
834,
85,
87,
11,
2116,
13,
834,
74,
20975,
62,
9464,
11,
2116,
13,
834,
30300,
62,
9464,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
834,
74,
20975,
62,
3506,
11,
2116,
13,
834,
30300,
62,
3506,
8,
628,
198,
4871,
34296,
5277,
28813,
7861,
23002,
38409,
34278,
7,
28813,
7861,
23002,
38409,
2599,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
5016,
329,
21128,
262,
814,
7861,
286,
257,
513,
12,
19577,
15584,
1262,
3049,
34296,
5277,
6121,
287,
12972,
487,
4246,
13,
198,
220,
220,
220,
37227,
628,
220,
220,
220,
25882,
62,
41359,
13246,
62,
19238,
62,
8697,
2937,
796,
42804,
62,
9127,
3419,
220,
1303,
1271,
286,
14390,
329,
10730,
1634,
628,
220,
220,
220,
2488,
26745,
628,
220,
220,
220,
2488,
12708,
24396,
198,
220,
220,
220,
2488,
45051,
7,
77,
404,
7535,
28,
17821,
8,
198,
220,
220,
220,
825,
11593,
40715,
62,
24988,
434,
7,
3245,
62,
487,
83,
11,
299,
62,
87,
11,
299,
62,
88,
11,
479,
62,
34223,
11,
479,
62,
893,
11,
1459,
62,
2815,
62,
40715,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
2214,
62,
487,
83,
25,
21739,
10958,
286,
262,
2214,
7177,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
299,
62,
87,
25,
1271,
286,
2173,
287,
21739,
10706,
1863,
2124,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
299,
62,
88,
25,
1271,
286,
2173,
287,
21739,
10706,
1863,
331,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
479,
62,
34223,
25,
6769,
15879,
10706,
299,
1335,
1863,
2124,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
479,
62,
893,
25,
6769,
15879,
10706,
299,
1335,
1863,
331,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
1459,
62,
2815,
62,
40715,
25,
14174,
7108,
6482,
287,
37410,
2272,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
7783,
25,
21739,
10958,
286,
262,
2214,
7177,
351,
14174,
7108,
6482,
1863,
1111,
34197,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
329,
1312,
287,
2837,
7,
77,
62,
87,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2214,
62,
487,
83,
58,
72,
11,
1058,
60,
1635,
28,
1033,
7,
14421,
62,
2815,
62,
40715,
1635,
479,
62,
34223,
58,
72,
60,
12429,
362,
8,
628,
220,
220,
220,
220,
220,
220,
220,
329,
474,
287,
2837,
7,
77,
62,
88,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2214,
62,
487,
83,
58,
45299,
474,
60,
1635,
28,
1033,
7,
14421,
62,
2815,
62,
40715,
1635,
479,
62,
893,
58,
73,
60,
12429,
362,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1441,
2214,
62,
487,
83,
628,
220,
220,
220,
825,
1429,
62,
26069,
7861,
7,
944,
11,
288,
89,
11,
299,
62,
43863,
28,
22921,
62,
41359,
13246,
62,
19238,
62,
8697,
2937,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
288,
89,
25,
1459,
2239,
1863,
16673,
20435,
1976,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
299,
62,
43863,
25,
1271,
286,
14390,
329,
10730,
1634,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
7783,
25,
6045,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
17952,
286,
1459,
14174,
7108,
6482,
198,
220,
220,
220,
220,
220,
220,
220,
1459,
62,
2815,
62,
40715,
796,
657,
13,
20,
73,
1635,
288,
89,
1220,
2116,
13557,
40045,
13,
24132,
13,
74,
62,
15,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
2651,
10730,
3049,
34296,
5277,
6121,
198,
220,
220,
220,
220,
220,
220,
220,
277,
701,
62,
26801,
796,
277,
701,
17,
7,
944,
13557,
40045,
13557,
3245,
11,
14390,
28,
77,
62,
43863,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
14174,
7108,
18703,
198,
220,
220,
220,
220,
220,
220,
220,
2214,
62,
487,
83,
796,
2116,
13,
834,
40715,
62,
24988,
434,
7,
487,
83,
62,
26801,
22784,
2116,
13557,
40045,
13,
77,
62,
87,
11,
2116,
13557,
40045,
13,
77,
62,
88,
11,
2116,
13557,
40045,
13,
74,
62,
34223,
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,
2116,
13557,
40045,
13,
74,
62,
893,
11,
1459,
62,
2815,
62,
40715,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
19528,
10730,
3049,
34296,
5277,
6121,
198,
220,
220,
220,
220,
220,
220,
220,
611,
701,
62,
26801,
796,
611,
701,
17,
7,
3245,
62,
487,
83,
11,
14390,
28,
77,
62,
43863,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
2214,
37588,
351,
6153,
3815,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
40045,
13557,
3245,
796,
611,
701,
62,
26801,
3419,
198
] | 2.363829 | 1,891 |
# Generated by Django 3.2.2 on 2021-05-16 03:23
from django.conf import settings
import django.core.validators
from django.db import migrations, models
import django.db.models.deletion
| [
2,
2980,
515,
416,
37770,
513,
13,
17,
13,
17,
319,
33448,
12,
2713,
12,
1433,
7643,
25,
1954,
198,
198,
6738,
42625,
14208,
13,
10414,
1330,
6460,
198,
11748,
42625,
14208,
13,
7295,
13,
12102,
2024,
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.065574 | 61 |
#
# PySNMP MIB module APPN-DLUR-MIB (http://snmplabs.com/pysmi)
# ASN.1 source file:///Users/davwang4/Dev/mibs.snmplabs.com/asn1/APPN-DLUR-MIB
# Produced by pysmi-0.3.4 at Mon Apr 29 17:08:22 2019
# On host DAVWANG4-M-1475 platform Darwin version 18.5.0 by user davwang4
# Using Python version 3.7.3 (default, Mar 27 2019, 09:23:15)
#
SnaControlPointName, = mibBuilder.importSymbols("APPN-MIB", "SnaControlPointName")
OctetString, Integer, ObjectIdentifier = mibBuilder.importSymbols("ASN1", "OctetString", "Integer", "ObjectIdentifier")
NamedValues, = mibBuilder.importSymbols("ASN1-ENUMERATION", "NamedValues")
ValueRangeConstraint, SingleValueConstraint, ConstraintsIntersection, ConstraintsUnion, ValueSizeConstraint = mibBuilder.importSymbols("ASN1-REFINEMENT", "ValueRangeConstraint", "SingleValueConstraint", "ConstraintsIntersection", "ConstraintsUnion", "ValueSizeConstraint")
snanauMIB, = mibBuilder.importSymbols("SNA-NAU-MIB", "snanauMIB")
NotificationGroup, ModuleCompliance, ObjectGroup = mibBuilder.importSymbols("SNMPv2-CONF", "NotificationGroup", "ModuleCompliance", "ObjectGroup")
Unsigned32, IpAddress, Integer32, Counter32, Bits, Gauge32, ObjectIdentity, Counter64, MibScalar, MibTable, MibTableRow, MibTableColumn, NotificationType, MibIdentifier, ModuleIdentity, iso, TimeTicks = mibBuilder.importSymbols("SNMPv2-SMI", "Unsigned32", "IpAddress", "Integer32", "Counter32", "Bits", "Gauge32", "ObjectIdentity", "Counter64", "MibScalar", "MibTable", "MibTableRow", "MibTableColumn", "NotificationType", "MibIdentifier", "ModuleIdentity", "iso", "TimeTicks")
DisplayString, TextualConvention, TruthValue = mibBuilder.importSymbols("SNMPv2-TC", "DisplayString", "TextualConvention", "TruthValue")
dlurMIB = ModuleIdentity((1, 3, 6, 1, 2, 1, 34, 5))
if mibBuilder.loadTexts: dlurMIB.setLastUpdated('9705101500Z')
if mibBuilder.loadTexts: dlurMIB.setOrganization('IETF SNA NAU MIB WG / AIW APPN/HPR MIBs SIG')
dlurObjects = MibIdentifier((1, 3, 6, 1, 2, 1, 34, 5, 1))
dlurNodeInfo = MibIdentifier((1, 3, 6, 1, 2, 1, 34, 5, 1, 1))
dlurNodeCapabilities = MibIdentifier((1, 3, 6, 1, 2, 1, 34, 5, 1, 1, 1))
dlurNodeCpName = MibScalar((1, 3, 6, 1, 2, 1, 34, 5, 1, 1, 1, 1), SnaControlPointName()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dlurNodeCpName.setStatus('current')
dlurReleaseLevel = MibScalar((1, 3, 6, 1, 2, 1, 34, 5, 1, 1, 1, 2), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(2, 2)).setFixedLength(2)).setMaxAccess("readonly")
if mibBuilder.loadTexts: dlurReleaseLevel.setStatus('current')
dlurAnsSupport = MibScalar((1, 3, 6, 1, 2, 1, 34, 5, 1, 1, 1, 3), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("continueOrStop", 1), ("stopOnly", 2)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: dlurAnsSupport.setStatus('current')
dlurMultiSubnetSupport = MibScalar((1, 3, 6, 1, 2, 1, 34, 5, 1, 1, 1, 4), TruthValue()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dlurMultiSubnetSupport.setStatus('current')
dlurDefaultDefPrimDlusName = MibScalar((1, 3, 6, 1, 2, 1, 34, 5, 1, 1, 1, 5), SnaControlPointName()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dlurDefaultDefPrimDlusName.setStatus('current')
dlurNetworkNameForwardingSupport = MibScalar((1, 3, 6, 1, 2, 1, 34, 5, 1, 1, 1, 6), TruthValue()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dlurNetworkNameForwardingSupport.setStatus('current')
dlurNondisDlusDlurSessDeactSup = MibScalar((1, 3, 6, 1, 2, 1, 34, 5, 1, 1, 1, 7), TruthValue()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dlurNondisDlusDlurSessDeactSup.setStatus('current')
dlurDefaultDefBackupDlusTable = MibTable((1, 3, 6, 1, 2, 1, 34, 5, 1, 1, 2), )
if mibBuilder.loadTexts: dlurDefaultDefBackupDlusTable.setStatus('current')
dlurDefaultDefBackupDlusEntry = MibTableRow((1, 3, 6, 1, 2, 1, 34, 5, 1, 1, 2, 1), ).setIndexNames((0, "APPN-DLUR-MIB", "dlurDefaultDefBackupDlusIndex"))
if mibBuilder.loadTexts: dlurDefaultDefBackupDlusEntry.setStatus('current')
dlurDefaultDefBackupDlusIndex = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 5, 1, 1, 2, 1, 1), Unsigned32().subtype(subtypeSpec=ValueRangeConstraint(1, 4294967295)))
if mibBuilder.loadTexts: dlurDefaultDefBackupDlusIndex.setStatus('current')
dlurDefaultDefBackupDlusName = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 5, 1, 1, 2, 1, 2), SnaControlPointName()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dlurDefaultDefBackupDlusName.setStatus('current')
dlurPuInfo = MibIdentifier((1, 3, 6, 1, 2, 1, 34, 5, 1, 2))
dlurPuTable = MibTable((1, 3, 6, 1, 2, 1, 34, 5, 1, 2, 1), )
if mibBuilder.loadTexts: dlurPuTable.setStatus('current')
dlurPuEntry = MibTableRow((1, 3, 6, 1, 2, 1, 34, 5, 1, 2, 1, 1), ).setIndexNames((0, "APPN-DLUR-MIB", "dlurPuName"))
if mibBuilder.loadTexts: dlurPuEntry.setStatus('current')
dlurPuName = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 5, 1, 2, 1, 1, 1), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(1, 17)))
if mibBuilder.loadTexts: dlurPuName.setStatus('current')
dlurPuSscpSuppliedName = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 5, 1, 2, 1, 1, 2), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 17))).setMaxAccess("readonly")
if mibBuilder.loadTexts: dlurPuSscpSuppliedName.setStatus('current')
dlurPuStatus = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 5, 1, 2, 1, 1, 3), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5, 6, 7, 8, 9))).clone(namedValues=NamedValues(("reset", 1), ("pendReqActpuRsp", 2), ("pendActpu", 3), ("pendActpuRsp", 4), ("active", 5), ("pendLinkact", 6), ("pendDactpuRsp", 7), ("pendInop", 8), ("pendInopActpu", 9)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: dlurPuStatus.setStatus('current')
dlurPuAnsSupport = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 5, 1, 2, 1, 1, 4), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("continue", 1), ("stop", 2)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: dlurPuAnsSupport.setStatus('current')
dlurPuLocation = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 5, 1, 2, 1, 1, 5), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("internal", 1), ("downstream", 2)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: dlurPuLocation.setStatus('current')
dlurPuLsName = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 5, 1, 2, 1, 1, 6), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 10))).setMaxAccess("readonly")
if mibBuilder.loadTexts: dlurPuLsName.setStatus('current')
dlurPuDlusSessnStatus = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 5, 1, 2, 1, 1, 7), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4))).clone(namedValues=NamedValues(("reset", 1), ("pendingActive", 2), ("active", 3), ("pendingInactive", 4)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: dlurPuDlusSessnStatus.setStatus('current')
dlurPuActiveDlusName = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 5, 1, 2, 1, 1, 8), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 17))).setMaxAccess("readonly")
if mibBuilder.loadTexts: dlurPuActiveDlusName.setStatus('current')
dlurPuDefPrimDlusName = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 5, 1, 2, 1, 1, 9), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 17))).setMaxAccess("readonly")
if mibBuilder.loadTexts: dlurPuDefPrimDlusName.setStatus('current')
dlurPuDefBackupDlusTable = MibTable((1, 3, 6, 1, 2, 1, 34, 5, 1, 2, 2), )
if mibBuilder.loadTexts: dlurPuDefBackupDlusTable.setStatus('current')
dlurPuDefBackupDlusEntry = MibTableRow((1, 3, 6, 1, 2, 1, 34, 5, 1, 2, 2, 1), ).setIndexNames((0, "APPN-DLUR-MIB", "dlurPuDefBackupDlusPuName"), (0, "APPN-DLUR-MIB", "dlurPuDefBackupDlusIndex"))
if mibBuilder.loadTexts: dlurPuDefBackupDlusEntry.setStatus('current')
dlurPuDefBackupDlusPuName = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 5, 1, 2, 2, 1, 1), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(1, 17)))
if mibBuilder.loadTexts: dlurPuDefBackupDlusPuName.setStatus('current')
dlurPuDefBackupDlusIndex = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 5, 1, 2, 2, 1, 2), Unsigned32().subtype(subtypeSpec=ValueRangeConstraint(1, 4294967295)))
if mibBuilder.loadTexts: dlurPuDefBackupDlusIndex.setStatus('current')
dlurPuDefBackupDlusName = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 5, 1, 2, 2, 1, 3), SnaControlPointName()).setMaxAccess("readonly")
if mibBuilder.loadTexts: dlurPuDefBackupDlusName.setStatus('current')
dlurDlusInfo = MibIdentifier((1, 3, 6, 1, 2, 1, 34, 5, 1, 3))
dlurDlusTable = MibTable((1, 3, 6, 1, 2, 1, 34, 5, 1, 3, 1), )
if mibBuilder.loadTexts: dlurDlusTable.setStatus('current')
dlurDlusEntry = MibTableRow((1, 3, 6, 1, 2, 1, 34, 5, 1, 3, 1, 1), ).setIndexNames((0, "APPN-DLUR-MIB", "dlurDlusName"))
if mibBuilder.loadTexts: dlurDlusEntry.setStatus('current')
dlurDlusName = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 5, 1, 3, 1, 1, 1), SnaControlPointName())
if mibBuilder.loadTexts: dlurDlusName.setStatus('current')
dlurDlusSessnStatus = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 5, 1, 3, 1, 1, 2), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4))).clone(namedValues=NamedValues(("reset", 1), ("pendingActive", 2), ("active", 3), ("pendingInactive", 4)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: dlurDlusSessnStatus.setStatus('current')
dlurConformance = MibIdentifier((1, 3, 6, 1, 2, 1, 34, 5, 2))
dlurCompliances = MibIdentifier((1, 3, 6, 1, 2, 1, 34, 5, 2, 1))
dlurGroups = MibIdentifier((1, 3, 6, 1, 2, 1, 34, 5, 2, 2))
dlurCompliance = ModuleCompliance((1, 3, 6, 1, 2, 1, 34, 5, 2, 1, 1)).setObjects(("APPN-DLUR-MIB", "dlurConfGroup"))
if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0):
dlurCompliance = dlurCompliance.setStatus('current')
dlurConfGroup = ObjectGroup((1, 3, 6, 1, 2, 1, 34, 5, 2, 2, 1)).setObjects(("APPN-DLUR-MIB", "dlurNodeCpName"), ("APPN-DLUR-MIB", "dlurReleaseLevel"), ("APPN-DLUR-MIB", "dlurAnsSupport"), ("APPN-DLUR-MIB", "dlurMultiSubnetSupport"), ("APPN-DLUR-MIB", "dlurNetworkNameForwardingSupport"), ("APPN-DLUR-MIB", "dlurNondisDlusDlurSessDeactSup"), ("APPN-DLUR-MIB", "dlurDefaultDefPrimDlusName"), ("APPN-DLUR-MIB", "dlurDefaultDefBackupDlusName"), ("APPN-DLUR-MIB", "dlurPuSscpSuppliedName"), ("APPN-DLUR-MIB", "dlurPuStatus"), ("APPN-DLUR-MIB", "dlurPuAnsSupport"), ("APPN-DLUR-MIB", "dlurPuLocation"), ("APPN-DLUR-MIB", "dlurPuLsName"), ("APPN-DLUR-MIB", "dlurPuDlusSessnStatus"), ("APPN-DLUR-MIB", "dlurPuActiveDlusName"), ("APPN-DLUR-MIB", "dlurPuDefPrimDlusName"), ("APPN-DLUR-MIB", "dlurPuDefBackupDlusName"), ("APPN-DLUR-MIB", "dlurDlusSessnStatus"))
if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0):
dlurConfGroup = dlurConfGroup.setStatus('current')
mibBuilder.exportSymbols("APPN-DLUR-MIB", dlurPuTable=dlurPuTable, dlurPuDefBackupDlusName=dlurPuDefBackupDlusName, dlurNodeCpName=dlurNodeCpName, dlurPuStatus=dlurPuStatus, dlurNetworkNameForwardingSupport=dlurNetworkNameForwardingSupport, dlurPuDefBackupDlusTable=dlurPuDefBackupDlusTable, dlurDlusInfo=dlurDlusInfo, dlurPuAnsSupport=dlurPuAnsSupport, dlurDefaultDefBackupDlusIndex=dlurDefaultDefBackupDlusIndex, dlurGroups=dlurGroups, dlurPuName=dlurPuName, dlurCompliances=dlurCompliances, dlurPuDefPrimDlusName=dlurPuDefPrimDlusName, dlurPuDefBackupDlusEntry=dlurPuDefBackupDlusEntry, dlurMultiSubnetSupport=dlurMultiSubnetSupport, dlurNodeInfo=dlurNodeInfo, dlurPuLsName=dlurPuLsName, dlurDlusName=dlurDlusName, dlurConformance=dlurConformance, dlurNodeCapabilities=dlurNodeCapabilities, dlurDlusTable=dlurDlusTable, dlurCompliance=dlurCompliance, dlurDefaultDefPrimDlusName=dlurDefaultDefPrimDlusName, dlurDlusSessnStatus=dlurDlusSessnStatus, dlurPuDefBackupDlusIndex=dlurPuDefBackupDlusIndex, dlurPuLocation=dlurPuLocation, dlurDefaultDefBackupDlusTable=dlurDefaultDefBackupDlusTable, dlurPuInfo=dlurPuInfo, PYSNMP_MODULE_ID=dlurMIB, dlurObjects=dlurObjects, dlurConfGroup=dlurConfGroup, dlurPuDefBackupDlusPuName=dlurPuDefBackupDlusPuName, dlurNondisDlusDlurSessDeactSup=dlurNondisDlusDlurSessDeactSup, dlurPuActiveDlusName=dlurPuActiveDlusName, dlurReleaseLevel=dlurReleaseLevel, dlurAnsSupport=dlurAnsSupport, dlurDefaultDefBackupDlusEntry=dlurDefaultDefBackupDlusEntry, dlurPuSscpSuppliedName=dlurPuSscpSuppliedName, dlurDefaultDefBackupDlusName=dlurDefaultDefBackupDlusName, dlurPuEntry=dlurPuEntry, dlurPuDlusSessnStatus=dlurPuDlusSessnStatus, dlurMIB=dlurMIB, dlurDlusEntry=dlurDlusEntry)
| [
2,
198,
2,
9485,
15571,
7378,
337,
9865,
8265,
3486,
13137,
12,
19260,
4261,
12,
8895,
33,
357,
4023,
1378,
16184,
76,
489,
8937,
13,
785,
14,
79,
893,
11632,
8,
198,
2,
7054,
45,
13,
16,
2723,
2393,
1378,
14,
14490,
14,
67,
615,
47562,
19,
14,
13603,
14,
76,
571,
82,
13,
16184,
76,
489,
8937,
13,
785,
14,
292,
77,
16,
14,
2969,
13137,
12,
19260,
4261,
12,
8895,
33,
198,
2,
21522,
771,
416,
279,
893,
11632,
12,
15,
13,
18,
13,
19,
379,
2892,
2758,
2808,
1596,
25,
2919,
25,
1828,
13130,
198,
2,
1550,
2583,
42274,
54,
15567,
19,
12,
44,
12,
1415,
2425,
3859,
21450,
2196,
1248,
13,
20,
13,
15,
416,
2836,
288,
615,
47562,
19,
198,
2,
8554,
11361,
2196,
513,
13,
22,
13,
18,
357,
12286,
11,
1526,
2681,
13130,
11,
7769,
25,
1954,
25,
1314,
8,
220,
198,
2,
198,
50,
2616,
15988,
12727,
5376,
11,
796,
285,
571,
32875,
13,
11748,
13940,
2022,
10220,
7203,
2969,
13137,
12,
8895,
33,
1600,
366,
50,
2616,
15988,
12727,
5376,
4943,
198,
12349,
316,
10100,
11,
34142,
11,
9515,
33234,
7483,
796,
285,
571,
32875,
13,
11748,
13940,
2022,
10220,
7203,
1921,
45,
16,
1600,
366,
12349,
316,
10100,
1600,
366,
46541,
1600,
366,
10267,
33234,
7483,
4943,
198,
45,
2434,
40161,
11,
796,
285,
571,
32875,
13,
11748,
13940,
2022,
10220,
7203,
1921,
45,
16,
12,
1677,
5883,
1137,
6234,
1600,
366,
45,
2434,
40161,
4943,
198,
11395,
17257,
3103,
2536,
2913,
11,
14206,
11395,
3103,
2536,
2913,
11,
1482,
2536,
6003,
9492,
5458,
11,
1482,
2536,
6003,
38176,
11,
11052,
10699,
3103,
2536,
2913,
796,
285,
571,
32875,
13,
11748,
13940,
2022,
10220,
7203,
1921,
45,
16,
12,
2200,
20032,
12529,
1600,
366,
11395,
17257,
3103,
2536,
2913,
1600,
366,
28008,
11395,
3103,
2536,
2913,
1600,
366,
3103,
2536,
6003,
9492,
5458,
1600,
366,
3103,
2536,
6003,
38176,
1600,
366,
11395,
10699,
3103,
2536,
2913,
4943,
198,
82,
12647,
559,
8895,
33,
11,
796,
285,
571,
32875,
13,
11748,
13940,
2022,
10220,
7203,
50,
4535,
12,
4535,
52,
12,
8895,
33,
1600,
366,
82,
12647,
559,
8895,
33,
4943,
198,
3673,
2649,
13247,
11,
19937,
38143,
3610,
11,
9515,
13247,
796,
285,
571,
32875,
13,
11748,
13940,
2022,
10220,
7203,
15571,
7378,
85,
17,
12,
10943,
37,
1600,
366,
3673,
2649,
13247,
1600,
366,
26796,
38143,
3610,
1600,
366,
10267,
13247,
4943,
198,
3118,
32696,
2624,
11,
314,
79,
20231,
11,
34142,
2624,
11,
15034,
2624,
11,
44733,
11,
35094,
469,
2624,
11,
9515,
7390,
26858,
11,
15034,
2414,
11,
337,
571,
3351,
282,
283,
11,
337,
571,
10962,
11,
337,
571,
10962,
25166,
11,
337,
571,
10962,
39470,
11,
42808,
6030,
11,
337,
571,
33234,
7483,
11,
19937,
7390,
26858,
11,
47279,
11,
3862,
51,
3378,
796,
285,
571,
32875,
13,
11748,
13940,
2022,
10220,
7203,
15571,
7378,
85,
17,
12,
50,
8895,
1600,
366,
3118,
32696,
2624,
1600,
366,
40,
79,
20231,
1600,
366,
46541,
2624,
1600,
366,
31694,
2624,
1600,
366,
33,
896,
1600,
366,
38,
559,
469,
2624,
1600,
366,
10267,
7390,
26858,
1600,
366,
31694,
2414,
1600,
366,
44,
571,
3351,
282,
283,
1600,
366,
44,
571,
10962,
1600,
366,
44,
571,
10962,
25166,
1600,
366,
44,
571,
10962,
39470,
1600,
366,
3673,
2649,
6030,
1600,
366,
44,
571,
33234,
7483,
1600,
366,
26796,
7390,
26858,
1600,
366,
26786,
1600,
366,
7575,
51,
3378,
4943,
198,
23114,
10100,
11,
8255,
723,
3103,
4018,
11,
14056,
11395,
796,
285,
571,
32875,
13,
11748,
13940,
2022,
10220,
7203,
15571,
7378,
85,
17,
12,
4825,
1600,
366,
23114,
10100,
1600,
366,
8206,
723,
3103,
4018,
1600,
366,
38782,
11395,
4943,
198,
25404,
333,
8895,
33,
796,
19937,
7390,
26858,
19510,
16,
11,
513,
11,
718,
11,
352,
11,
362,
11,
352,
11,
4974,
11,
642,
4008,
198,
361,
285,
571,
32875,
13,
2220,
8206,
82,
25,
288,
75,
333,
8895,
33,
13,
2617,
5956,
17354,
10786,
43587,
4349,
486,
4059,
57,
11537,
198,
361,
285,
571,
32875,
13,
2220,
8206,
82,
25,
288,
75,
333,
8895,
33,
13,
2617,
26121,
1634,
10786,
40,
22274,
311,
4535,
11746,
52,
337,
9865,
370,
38,
1220,
9552,
54,
3486,
13137,
14,
39,
4805,
337,
9865,
82,
33993,
11537,
198,
25404,
333,
10267,
82,
796,
337,
571,
33234,
7483,
19510,
16,
11,
513,
11,
718,
11,
352,
11,
362,
11,
352,
11,
4974,
11,
642,
11,
352,
4008,
198,
25404,
333,
19667,
12360,
796,
337,
571,
33234,
7483,
19510,
16,
11,
513,
11,
718,
11,
352,
11,
362,
11,
352,
11,
4974,
11,
642,
11,
352,
11,
352,
4008,
198,
25404,
333,
19667,
15610,
5738,
796,
337,
571,
33234,
7483,
19510,
16,
11,
513,
11,
718,
11,
352,
11,
362,
11,
352,
11,
4974,
11,
642,
11,
352,
11,
352,
11,
352,
4008,
198,
25404,
333,
19667,
34,
79,
5376,
796,
337,
571,
3351,
282,
283,
19510,
16,
11,
513,
11,
718,
11,
352,
11,
362,
11,
352,
11,
4974,
11,
642,
11,
352,
11,
352,
11,
352,
11,
352,
828,
311,
2616,
15988,
12727,
5376,
3419,
737,
2617,
11518,
15457,
7203,
961,
8807,
4943,
198,
361,
285,
571,
32875,
13,
2220,
8206,
82,
25,
288,
75,
333,
19667,
34,
79,
5376,
13,
2617,
19580,
10786,
14421,
11537,
198,
25404,
333,
26362,
4971,
796,
337,
571,
3351,
282,
283,
19510,
16,
11,
513,
11,
718,
11,
352,
11,
362,
11,
352,
11,
4974,
11,
642,
11,
352,
11,
352,
11,
352,
11,
362,
828,
16531,
10100,
22446,
7266,
4906,
7,
7266,
4906,
22882,
28,
11395,
10699,
3103,
2536,
2913,
7,
17,
11,
362,
29720,
2617,
13715,
24539,
7,
17,
29720,
2617,
11518,
15457,
7203,
961,
8807,
4943,
198,
361,
285,
571,
32875,
13,
2220,
8206,
82,
25,
288,
75,
333,
26362,
4971,
13,
2617,
19580,
10786,
14421,
11537,
198,
25404,
333,
2025,
82,
15514,
796,
337,
571,
3351,
282,
283,
19510,
16,
11,
513,
11,
718,
11,
352,
11,
362,
11,
352,
11,
4974,
11,
642,
11,
352,
11,
352,
11,
352,
11,
513,
828,
34142,
2624,
22446,
7266,
4906,
7,
7266,
4906,
22882,
28,
3103,
2536,
6003,
38176,
7,
28008,
11395,
3103,
2536,
2913,
7,
16,
11,
362,
4008,
737,
21018,
7,
13190,
40161,
28,
45,
2434,
40161,
7,
7203,
43043,
5574,
19485,
1600,
352,
828,
5855,
11338,
10049,
1600,
362,
22305,
737,
2617,
11518,
15457,
7203,
961,
8807,
4943,
198,
361,
285,
571,
32875,
13,
2220,
8206,
82,
25,
288,
75,
333,
2025,
82,
15514,
13,
2617,
19580,
10786,
14421,
11537,
198,
25404,
333,
29800,
7004,
3262,
15514,
796,
337,
571,
3351,
282,
283,
19510,
16,
11,
513,
11,
718,
11,
352,
11,
362,
11,
352,
11,
4974,
11,
642,
11,
352,
11,
352,
11,
352,
11,
604,
828,
14056,
11395,
3419,
737,
2617,
11518,
15457,
7203,
961,
8807,
4943,
198,
361,
285,
571,
32875,
13,
2220,
8206,
82,
25,
288,
75,
333,
29800,
7004,
3262,
15514,
13,
2617,
19580,
10786,
14421,
11537,
198,
25404,
333,
19463,
7469,
23828,
35,
41790,
5376,
796,
337,
571,
3351,
282,
283,
19510,
16,
11,
513,
11,
718,
11,
352,
11,
362,
11,
352,
11,
4974,
11,
642,
11,
352,
11,
352,
11,
352,
11,
642,
828,
311,
2616,
15988,
12727,
5376,
3419,
737,
2617,
11518,
15457,
7203,
961,
8807,
4943,
198,
361,
285,
571,
32875,
13,
2220,
8206,
82,
25,
288,
75,
333,
19463,
7469,
23828,
35,
41790,
5376,
13,
2617,
19580,
10786,
14421,
11537,
198,
25404,
333,
26245,
5376,
39746,
278,
15514,
796,
337,
571,
3351,
282,
283,
19510,
16,
11,
513,
11,
718,
11,
352,
11,
362,
11,
352,
11,
4974,
11,
642,
11,
352,
11,
352,
11,
352,
11,
718,
828,
14056,
11395,
3419,
737,
2617,
11518,
15457,
7203,
961,
8807,
4943,
198,
361,
285,
571,
32875,
13,
2220,
8206,
82,
25,
288,
75,
333,
26245,
5376,
39746,
278,
15514,
13,
2617,
19580,
10786,
14421,
11537,
198,
25404,
333,
45,
623,
271,
35,
41790,
35,
75,
333,
50,
408,
5005,
529,
40784,
796,
337,
571,
3351,
282,
283,
19510,
16,
11,
513,
11,
718,
11,
352,
11,
362,
11,
352,
11,
4974,
11,
642,
11,
352,
11,
352,
11,
352,
11,
767,
828,
14056,
11395,
3419,
737,
2617,
11518,
15457,
7203,
961,
8807,
4943,
198,
361,
285,
571,
32875,
13,
2220,
8206,
82,
25,
288,
75,
333,
45,
623,
271,
35,
41790,
35,
75,
333,
50,
408,
5005,
529,
40784,
13,
2617,
19580,
10786,
14421,
11537,
198,
25404,
333,
19463,
7469,
7282,
929,
35,
41790,
10962,
796,
337,
571,
10962,
19510,
16,
11,
513,
11,
718,
11,
352,
11,
362,
11,
352,
11,
4974,
11,
642,
11,
352,
11,
352,
11,
362,
828,
1267,
198,
361,
285,
571,
32875,
13,
2220,
8206,
82,
25,
288,
75,
333,
19463,
7469,
7282,
929,
35,
41790,
10962,
13,
2617,
19580,
10786,
14421,
11537,
198,
25404,
333,
19463,
7469,
7282,
929,
35,
41790,
30150,
796,
337,
571,
10962,
25166,
19510,
16,
11,
513,
11,
718,
11,
352,
11,
362,
11,
352,
11,
4974,
11,
642,
11,
352,
11,
352,
11,
362,
11,
352,
828,
6739,
2617,
15732,
36690,
19510,
15,
11,
366,
2969,
13137,
12,
19260,
4261,
12,
8895,
33,
1600,
366,
25404,
333,
19463,
7469,
7282,
929,
35,
41790,
15732,
48774,
198,
361,
285,
571,
32875,
13,
2220,
8206,
82,
25,
288,
75,
333,
19463,
7469,
7282,
929,
35,
41790,
30150,
13,
2617,
19580,
10786,
14421,
11537,
198,
25404,
333,
19463,
7469,
7282,
929,
35,
41790,
15732,
796,
337,
571,
10962,
39470,
19510,
16,
11,
513,
11,
718,
11,
352,
11,
362,
11,
352,
11,
4974,
11,
642,
11,
352,
11,
352,
11,
362,
11,
352,
11,
352,
828,
791,
32696,
2624,
22446,
7266,
4906,
7,
7266,
4906,
22882,
28,
11395,
17257,
3103,
2536,
2913,
7,
16,
11,
42313,
2920,
3134,
25710,
22305,
198,
361,
285,
571,
32875,
13,
2220,
8206,
82,
25,
288,
75,
333,
19463,
7469,
7282,
929,
35,
41790,
15732,
13,
2617,
19580,
10786,
14421,
11537,
198,
25404,
333,
19463,
7469,
7282,
929,
35,
41790,
5376,
796,
337,
571,
10962,
39470,
19510,
16,
11,
513,
11,
718,
11,
352,
11,
362,
11,
352,
11,
4974,
11,
642,
11,
352,
11,
352,
11,
362,
11,
352,
11,
362,
828,
311,
2616,
15988,
12727,
5376,
3419,
737,
2617,
11518,
15457,
7203,
961,
8807,
4943,
198,
361,
285,
571,
32875,
13,
2220,
8206,
82,
25,
288,
75,
333,
19463,
7469,
7282,
929,
35,
41790,
5376,
13,
2617,
19580,
10786,
14421,
11537,
198,
25404,
333,
47,
84,
12360,
796,
337,
571,
33234,
7483,
19510,
16,
11,
513,
11,
718,
11,
352,
11,
362,
11,
352,
11,
4974,
11,
642,
11,
352,
11,
362,
4008,
198,
25404,
333,
47,
84,
10962,
796,
337,
571,
10962,
19510,
16,
11,
513,
11,
718,
11,
352,
11,
362,
11,
352,
11,
4974,
11,
642,
11,
352,
11,
362,
11,
352,
828,
1267,
198,
361,
285,
571,
32875,
13,
2220,
8206,
82,
25,
288,
75,
333,
47,
84,
10962,
13,
2617,
19580,
10786,
14421,
11537,
198,
25404,
333,
47,
84,
30150,
796,
337,
571,
10962,
25166,
19510,
16,
11,
513,
11,
718,
11,
352,
11,
362,
11,
352,
11,
4974,
11,
642,
11,
352,
11,
362,
11,
352,
11,
352,
828,
6739,
2617,
15732,
36690,
19510,
15,
11,
366,
2969,
13137,
12,
19260,
4261,
12,
8895,
33,
1600,
366,
25404,
333,
47,
84,
5376,
48774,
198,
361,
285,
571,
32875,
13,
2220,
8206,
82,
25,
288,
75,
333,
47,
84,
30150,
13,
2617,
19580,
10786,
14421,
11537,
198,
25404,
333,
47,
84,
5376,
796,
337,
571,
10962,
39470,
19510,
16,
11,
513,
11,
718,
11,
352,
11,
362,
11,
352,
11,
4974,
11,
642,
11,
352,
11,
362,
11,
352,
11,
352,
11,
352,
828,
16531,
10100,
22446,
7266,
4906,
7,
7266,
4906,
22882,
28,
11395,
10699,
3103,
2536,
2913,
7,
16,
11,
1596,
22305,
198,
361,
285,
571,
32875,
13,
2220,
8206,
82,
25,
288,
75,
333,
47,
84,
5376,
13,
2617,
19580,
10786,
14421,
11537,
198,
25404,
333,
47,
84,
50,
1416,
79,
15979,
18511,
5376,
796,
337,
571,
10962,
39470,
19510,
16,
11,
513,
11,
718,
11,
352,
11,
362,
11,
352,
11,
4974,
11,
642,
11,
352,
11,
362,
11,
352,
11,
352,
11,
362,
828,
16531,
10100,
22446,
7266,
4906,
7,
7266,
4906,
22882,
28,
11395,
10699,
3103,
2536,
2913,
7,
15,
11,
1596,
4008,
737,
2617,
11518,
15457,
7203,
961,
8807,
4943,
198,
361,
285,
571,
32875,
13,
2220,
8206,
82,
25,
288,
75,
333,
47,
84,
50,
1416,
79,
15979,
18511,
5376,
13,
2617,
19580,
10786,
14421,
11537,
198,
25404,
333,
47,
84,
19580,
796,
337,
571,
10962,
39470,
19510,
16,
11,
513,
11,
718,
11,
352,
11,
362,
11,
352,
11,
4974,
11,
642,
11,
352,
11,
362,
11,
352,
11,
352,
11,
513,
828,
34142,
2624,
22446,
7266,
4906,
7,
7266,
4906,
22882,
28,
3103,
2536,
6003,
38176,
7,
28008,
11395,
3103,
2536,
2913,
7,
16,
11,
362,
11,
513,
11,
604,
11,
642,
11,
718,
11,
767,
11,
807,
11,
860,
4008,
737,
21018,
7,
13190,
40161,
28,
45,
2434,
40161,
7,
7203,
42503,
1600,
352,
828,
5855,
37038,
3041,
80,
6398,
19944,
49,
2777,
1600,
362,
828,
5855,
37038,
6398,
19944,
1600,
513,
828,
5855,
37038,
6398,
19944,
49,
2777,
1600,
604,
828,
5855,
5275,
1600,
642,
828,
5855,
37038,
11280,
529,
1600,
718,
828,
5855,
37038,
35,
529,
19944,
49,
2777,
1600,
767,
828,
5855,
37038,
818,
404,
1600,
807,
828,
5855,
37038,
818,
404,
6398,
19944,
1600,
860,
22305,
737,
2617,
11518,
15457,
7203,
961,
8807,
4943,
198,
361,
285,
571,
32875,
13,
2220,
8206,
82,
25,
288,
75,
333,
47,
84,
19580,
13,
2617,
19580,
10786,
14421,
11537,
198,
25404,
333,
47,
84,
2025,
82,
15514,
796,
337,
571,
10962,
39470,
19510,
16,
11,
513,
11,
718,
11,
352,
11,
362,
11,
352,
11,
4974,
11,
642,
11,
352,
11,
362,
11,
352,
11,
352,
11,
604,
828,
34142,
2624,
22446,
7266,
4906,
7,
7266,
4906,
22882,
28,
3103,
2536,
6003,
38176,
7,
28008,
11395,
3103,
2536,
2913,
7,
16,
11,
362,
4008,
737,
21018,
7,
13190,
40161,
28,
45,
2434,
40161,
7,
7203,
43043,
1600,
352,
828,
5855,
11338,
1600,
362,
22305,
737,
2617,
11518,
15457,
7203,
961,
8807,
4943,
198,
361,
285,
571,
32875,
13,
2220,
8206,
82,
25,
288,
75,
333,
47,
84,
2025,
82,
15514,
13,
2617,
19580,
10786,
14421,
11537,
198,
25404,
333,
47,
84,
14749,
796,
337,
571,
10962,
39470,
19510,
16,
11,
513,
11,
718,
11,
352,
11,
362,
11,
352,
11,
4974,
11,
642,
11,
352,
11,
362,
11,
352,
11,
352,
11,
642,
828,
34142,
2624,
22446,
7266,
4906,
7,
7266,
4906,
22882,
28,
3103,
2536,
6003,
38176,
7,
28008,
11395,
3103,
2536,
2913,
7,
16,
11,
362,
4008,
737,
21018,
7,
13190,
40161,
28,
45,
2434,
40161,
7,
7203,
32538,
1600,
352,
828,
5855,
2902,
5532,
1600,
362,
22305,
737,
2617,
11518,
15457,
7203,
961,
8807,
4943,
198,
361,
285,
571,
32875,
13,
2220,
8206,
82,
25,
288,
75,
333,
47,
84,
14749,
13,
2617,
19580,
10786,
14421,
11537,
198,
25404,
333,
47,
84,
43,
82,
5376,
796,
337,
571,
10962,
39470,
19510,
16,
11,
513,
11,
718,
11,
352,
11,
362,
11,
352,
11,
4974,
11,
642,
11,
352,
11,
362,
11,
352,
11,
352,
11,
718,
828,
16531,
10100,
22446,
7266,
4906,
7,
7266,
4906,
22882,
28,
11395,
10699,
3103,
2536,
2913,
7,
15,
11,
838,
4008,
737,
2617,
11518,
15457,
7203,
961,
8807,
4943,
198,
361,
285,
571,
32875,
13,
2220,
8206,
82,
25,
288,
75,
333,
47,
84,
43,
82,
5376,
13,
2617,
19580,
10786,
14421,
11537,
198,
25404,
333,
47,
84,
35,
41790,
50,
408,
77,
19580,
796,
337,
571,
10962,
39470,
19510,
16,
11,
513,
11,
718,
11,
352,
11,
362,
11,
352,
11,
4974,
11,
642,
11,
352,
11,
362,
11,
352,
11,
352,
11,
767,
828,
34142,
2624,
22446,
7266,
4906,
7,
7266,
4906,
22882,
28,
3103,
2536,
6003,
38176,
7,
28008,
11395,
3103,
2536,
2913,
7,
16,
11,
362,
11,
513,
11,
604,
4008,
737,
21018,
7,
13190,
40161,
28,
45,
2434,
40161,
7,
7203,
42503,
1600,
352,
828,
5855,
79,
1571,
13739,
1600,
362,
828,
5855,
5275,
1600,
513,
828,
5855,
79,
1571,
818,
5275,
1600,
604,
22305,
737,
2617,
11518,
15457,
7203,
961,
8807,
4943,
198,
361,
285,
571,
32875,
13,
2220,
8206,
82,
25,
288,
75,
333,
47,
84,
35,
41790,
50,
408,
77,
19580,
13,
2617,
19580,
10786,
14421,
11537,
198,
25404,
333,
47,
84,
13739,
35,
41790,
5376,
796,
337,
571,
10962,
39470,
19510,
16,
11,
513,
11,
718,
11,
352,
11,
362,
11,
352,
11,
4974,
11,
642,
11,
352,
11,
362,
11,
352,
11,
352,
11,
807,
828,
16531,
10100,
22446,
7266,
4906,
7,
7266,
4906,
22882,
28,
11395,
10699,
3103,
2536,
2913,
7,
15,
11,
1596,
4008,
737,
2617,
11518,
15457,
7203,
961,
8807,
4943,
198,
361,
285,
571,
32875,
13,
2220,
8206,
82,
25,
288,
75,
333,
47,
84,
13739,
35,
41790,
5376,
13,
2617,
19580,
10786,
14421,
11537,
198,
25404,
333,
47,
84,
7469,
23828,
35,
41790,
5376,
796,
337,
571,
10962,
39470,
19510,
16,
11,
513,
11,
718,
11,
352,
11,
362,
11,
352,
11,
4974,
11,
642,
11,
352,
11,
362,
11,
352,
11,
352,
11,
860,
828,
16531,
10100,
22446,
7266,
4906,
7,
7266,
4906,
22882,
28,
11395,
10699,
3103,
2536,
2913,
7,
15,
11,
1596,
4008,
737,
2617,
11518,
15457,
7203,
961,
8807,
4943,
198,
361,
285,
571,
32875,
13,
2220,
8206,
82,
25,
288,
75,
333,
47,
84,
7469,
23828,
35,
41790,
5376,
13,
2617,
19580,
10786,
14421,
11537,
198,
25404,
333,
47,
84,
7469,
7282,
929,
35,
41790,
10962,
796,
337,
571,
10962,
19510,
16,
11,
513,
11,
718,
11,
352,
11,
362,
11,
352,
11,
4974,
11,
642,
11,
352,
11,
362,
11,
362,
828,
1267,
198,
361,
285,
571,
32875,
13,
2220,
8206,
82,
25,
288,
75,
333,
47,
84,
7469,
7282,
929,
35,
41790,
10962,
13,
2617,
19580,
10786,
14421,
11537,
198,
25404,
333,
47,
84,
7469,
7282,
929,
35,
41790,
30150,
796,
337,
571,
10962,
25166,
19510,
16,
11,
513,
11,
718,
11,
352,
11,
362,
11,
352,
11,
4974,
11,
642,
11,
352,
11,
362,
11,
362,
11,
352,
828,
6739,
2617,
15732,
36690,
19510,
15,
11,
366,
2969,
13137,
12,
19260,
4261,
12,
8895,
33,
1600,
366,
25404,
333,
47,
84,
7469,
7282,
929,
35,
41790,
47,
84,
5376,
12340,
357,
15,
11,
366,
2969,
13137,
12,
19260,
4261,
12,
8895,
33,
1600,
366,
25404,
333,
47,
84,
7469,
7282,
929,
35,
41790,
15732,
48774,
198,
361,
285,
571,
32875,
13,
2220,
8206,
82,
25,
288,
75,
333,
47,
84,
7469,
7282,
929,
35,
41790,
30150,
13,
2617,
19580,
10786,
14421,
11537,
198,
25404,
333,
47,
84,
7469,
7282,
929,
35,
41790,
47,
84,
5376,
796,
337,
571,
10962,
39470,
19510,
16,
11,
513,
11,
718,
11,
352,
11,
362,
11,
352,
11,
4974,
11,
642,
11,
352,
11,
362,
11,
362,
11,
352,
11,
352,
828,
16531,
10100,
22446,
7266,
4906,
7,
7266,
4906,
22882,
28,
11395,
10699,
3103,
2536,
2913,
7,
16,
11,
1596,
22305,
198,
361,
285,
571,
32875,
13,
2220,
8206,
82,
25,
288,
75,
333,
47,
84,
7469,
7282,
929,
35,
41790,
47,
84,
5376,
13,
2617,
19580,
10786,
14421,
11537,
198,
25404,
333,
47,
84,
7469,
7282,
929,
35,
41790,
15732,
796,
337,
571,
10962,
39470,
19510,
16,
11,
513,
11,
718,
11,
352,
11,
362,
11,
352,
11,
4974,
11,
642,
11,
352,
11,
362,
11,
362,
11,
352,
11,
362,
828,
791,
32696,
2624,
22446,
7266,
4906,
7,
7266,
4906,
22882,
28,
11395,
17257,
3103,
2536,
2913,
7,
16,
11,
42313,
2920,
3134,
25710,
22305,
198,
361,
285,
571,
32875,
13,
2220,
8206,
82,
25,
288,
75,
333,
47,
84,
7469,
7282,
929,
35,
41790,
15732,
13,
2617,
19580,
10786,
14421,
11537,
198,
25404,
333,
47,
84,
7469,
7282,
929,
35,
41790,
5376,
796,
337,
571,
10962,
39470,
19510,
16,
11,
513,
11,
718,
11,
352,
11,
362,
11,
352,
11,
4974,
11,
642,
11,
352,
11,
362,
11,
362,
11,
352,
11,
513,
828,
311,
2616,
15988,
12727,
5376,
3419,
737,
2617,
11518,
15457,
7203,
961,
8807,
4943,
198,
361,
285,
571,
32875,
13,
2220,
8206,
82,
25,
288,
75,
333,
47,
84,
7469,
7282,
929,
35,
41790,
5376,
13,
2617,
19580,
10786,
14421,
11537,
198,
25404,
333,
35,
41790,
12360,
796,
337,
571,
33234,
7483,
19510,
16,
11,
513,
11,
718,
11,
352,
11,
362,
11,
352,
11,
4974,
11,
642,
11,
352,
11,
513,
4008,
198,
25404,
333,
35,
41790,
10962,
796,
337,
571,
10962,
19510,
16,
11,
513,
11,
718,
11,
352,
11,
362,
11,
352,
11,
4974,
11,
642,
11,
352,
11,
513,
11,
352,
828,
1267,
198,
361,
285,
571,
32875,
13,
2220,
8206,
82,
25,
288,
75,
333,
35,
41790,
10962,
13,
2617,
19580,
10786,
14421,
11537,
198,
25404,
333,
35,
41790,
30150,
796,
337,
571,
10962,
25166,
19510,
16,
11,
513,
11,
718,
11,
352,
11,
362,
11,
352,
11,
4974,
11,
642,
11,
352,
11,
513,
11,
352,
11,
352,
828,
6739,
2617,
15732,
36690,
19510,
15,
11,
366,
2969,
13137,
12,
19260,
4261,
12,
8895,
33,
1600,
366,
25404,
333,
35,
41790,
5376,
48774,
198,
361,
285,
571,
32875,
13,
2220,
8206,
82,
25,
288,
75,
333,
35,
41790,
30150,
13,
2617,
19580,
10786,
14421,
11537,
198,
25404,
333,
35,
41790,
5376,
796,
337,
571,
10962,
39470,
19510,
16,
11,
513,
11,
718,
11,
352,
11,
362,
11,
352,
11,
4974,
11,
642,
11,
352,
11,
513,
11,
352,
11,
352,
11,
352,
828,
311,
2616,
15988,
12727,
5376,
28955,
198,
361,
285,
571,
32875,
13,
2220,
8206,
82,
25,
288,
75,
333,
35,
41790,
5376,
13,
2617,
19580,
10786,
14421,
11537,
198,
25404,
333,
35,
41790,
50,
408,
77,
19580,
796,
337,
571,
10962,
39470,
19510,
16,
11,
513,
11,
718,
11,
352,
11,
362,
11,
352,
11,
4974,
11,
642,
11,
352,
11,
513,
11,
352,
11,
352,
11,
362,
828,
34142,
2624,
22446,
7266,
4906,
7,
7266,
4906,
22882,
28,
3103,
2536,
6003,
38176,
7,
28008,
11395,
3103,
2536,
2913,
7,
16,
11,
362,
11,
513,
11,
604,
4008,
737,
21018,
7,
13190,
40161,
28,
45,
2434,
40161,
7,
7203,
42503,
1600,
352,
828,
5855,
79,
1571,
13739,
1600,
362,
828,
5855,
5275,
1600,
513,
828,
5855,
79,
1571,
818,
5275,
1600,
604,
22305,
737,
2617,
11518,
15457,
7203,
961,
8807,
4943,
198,
361,
285,
571,
32875,
13,
2220,
8206,
82,
25,
288,
75,
333,
35,
41790,
50,
408,
77,
19580,
13,
2617,
19580,
10786,
14421,
11537,
198,
25404,
333,
3103,
10367,
796,
337,
571,
33234,
7483,
19510,
16,
11,
513,
11,
718,
11,
352,
11,
362,
11,
352,
11,
4974,
11,
642,
11,
362,
4008,
198,
25404,
333,
38143,
16097,
796,
337,
571,
33234,
7483,
19510,
16,
11,
513,
11,
718,
11,
352,
11,
362,
11,
352,
11,
4974,
11,
642,
11,
362,
11,
352,
4008,
198,
25404,
333,
38,
14459,
796,
337,
571,
33234,
7483,
19510,
16,
11,
513,
11,
718,
11,
352,
11,
362,
11,
352,
11,
4974,
11,
642,
11,
362,
11,
362,
4008,
198,
25404,
333,
38143,
3610,
796,
19937,
38143,
3610,
19510,
16,
11,
513,
11,
718,
11,
352,
11,
362,
11,
352,
11,
4974,
11,
642,
11,
362,
11,
352,
11,
352,
29720,
2617,
10267,
82,
7,
7203,
2969,
13137,
12,
19260,
4261,
12,
8895,
33,
1600,
366,
25404,
333,
18546,
13247,
48774,
198,
198,
361,
651,
35226,
7,
76,
571,
32875,
11,
705,
9641,
3256,
357,
15,
11,
657,
11,
657,
4008,
1875,
357,
19,
11,
604,
11,
657,
2599,
198,
220,
220,
220,
288,
75,
333,
38143,
3610,
796,
288,
75,
333,
38143,
3610,
13,
2617,
19580,
10786,
14421,
11537,
198,
25404,
333,
18546,
13247,
796,
9515,
13247,
19510,
16,
11,
513,
11,
718,
11,
352,
11,
362,
11,
352,
11,
4974,
11,
642,
11,
362,
11,
362,
11,
352,
29720,
2617,
10267,
82,
7,
7203,
2969,
13137,
12,
19260,
4261,
12,
8895,
33,
1600,
366,
25404,
333,
19667,
34,
79,
5376,
12340,
5855,
2969,
13137,
12,
19260,
4261,
12,
8895,
33,
1600,
366,
25404,
333,
26362,
4971,
12340,
5855,
2969,
13137,
12,
19260,
4261,
12,
8895,
33,
1600,
366,
25404,
333,
2025,
82,
15514,
12340,
5855,
2969,
13137,
12,
19260,
4261,
12,
8895,
33,
1600,
366,
25404,
333,
29800,
7004,
3262,
15514,
12340,
5855,
2969,
13137,
12,
19260,
4261,
12,
8895,
33,
1600,
366,
25404,
333,
26245,
5376,
39746,
278,
15514,
12340,
5855,
2969,
13137,
12,
19260,
4261,
12,
8895,
33,
1600,
366,
25404,
333,
45,
623,
271,
35,
41790,
35,
75,
333,
50,
408,
5005,
529,
40784,
12340,
5855,
2969,
13137,
12,
19260,
4261,
12,
8895,
33,
1600,
366,
25404,
333,
19463,
7469,
23828,
35,
41790,
5376,
12340,
5855,
2969,
13137,
12,
19260,
4261,
12,
8895,
33,
1600,
366,
25404,
333,
19463,
7469,
7282,
929,
35,
41790,
5376,
12340,
5855,
2969,
13137,
12,
19260,
4261,
12,
8895,
33,
1600,
366,
25404,
333,
47,
84,
50,
1416,
79,
15979,
18511,
5376,
12340,
5855,
2969,
13137,
12,
19260,
4261,
12,
8895,
33,
1600,
366,
25404,
333,
47,
84,
19580,
12340,
5855,
2969,
13137,
12,
19260,
4261,
12,
8895,
33,
1600,
366,
25404,
333,
47,
84,
2025,
82,
15514,
12340,
5855,
2969,
13137,
12,
19260,
4261,
12,
8895,
33,
1600,
366,
25404,
333,
47,
84,
14749,
12340,
5855,
2969,
13137,
12,
19260,
4261,
12,
8895,
33,
1600,
366,
25404,
333,
47,
84,
43,
82,
5376,
12340,
5855,
2969,
13137,
12,
19260,
4261,
12,
8895,
33,
1600,
366,
25404,
333,
47,
84,
35,
41790,
50,
408,
77,
19580,
12340,
5855,
2969,
13137,
12,
19260,
4261,
12,
8895,
33,
1600,
366,
25404,
333,
47,
84,
13739,
35,
41790,
5376,
12340,
5855,
2969,
13137,
12,
19260,
4261,
12,
8895,
33,
1600,
366,
25404,
333,
47,
84,
7469,
23828,
35,
41790,
5376,
12340,
5855,
2969,
13137,
12,
19260,
4261,
12,
8895,
33,
1600,
366,
25404,
333,
47,
84,
7469,
7282,
929,
35,
41790,
5376,
12340,
5855,
2969,
13137,
12,
19260,
4261,
12,
8895,
33,
1600,
366,
25404,
333,
35,
41790,
50,
408,
77,
19580,
48774,
198,
361,
651,
35226,
7,
76,
571,
32875,
11,
705,
9641,
3256,
357,
15,
11,
657,
11,
657,
4008,
1875,
357,
19,
11,
604,
11,
657,
2599,
198,
220,
220,
220,
288,
75,
333,
18546,
13247,
796,
288,
75,
333,
18546,
13247,
13,
2617,
19580,
10786,
14421,
11537,
198,
76,
571,
32875,
13,
39344,
13940,
2022,
10220,
7203,
2969,
13137,
12,
19260,
4261,
12,
8895,
33,
1600,
288,
75,
333,
47,
84,
10962,
28,
25404,
333,
47,
84,
10962,
11,
288,
75,
333,
47,
84,
7469,
7282,
929,
35,
41790,
5376,
28,
25404,
333,
47,
84,
7469,
7282,
929,
35,
41790,
5376,
11,
288,
75,
333,
19667,
34,
79,
5376,
28,
25404,
333,
19667,
34,
79,
5376,
11,
288,
75,
333,
47,
84,
19580,
28,
25404,
333,
47,
84,
19580,
11,
288,
75,
333,
26245,
5376,
39746,
278,
15514,
28,
25404,
333,
26245,
5376,
39746,
278,
15514,
11,
288,
75,
333,
47,
84,
7469,
7282,
929,
35,
41790,
10962,
28,
25404,
333,
47,
84,
7469,
7282,
929,
35,
41790,
10962,
11,
288,
75,
333,
35,
41790,
12360,
28,
25404,
333,
35,
41790,
12360,
11,
288,
75,
333,
47,
84,
2025,
82,
15514,
28,
25404,
333,
47,
84,
2025,
82,
15514,
11,
288,
75,
333,
19463,
7469,
7282,
929,
35,
41790,
15732,
28,
25404,
333,
19463,
7469,
7282,
929,
35,
41790,
15732,
11,
288,
75,
333,
38,
14459,
28,
25404,
333,
38,
14459,
11,
288,
75,
333,
47,
84,
5376,
28,
25404,
333,
47,
84,
5376,
11,
288,
75,
333,
38143,
16097,
28,
25404,
333,
38143,
16097,
11,
288,
75,
333,
47,
84,
7469,
23828,
35,
41790,
5376,
28,
25404,
333,
47,
84,
7469,
23828,
35,
41790,
5376,
11,
288,
75,
333,
47,
84,
7469,
7282,
929,
35,
41790,
30150,
28,
25404,
333,
47,
84,
7469,
7282,
929,
35,
41790,
30150,
11,
288,
75,
333,
29800,
7004,
3262,
15514,
28,
25404,
333,
29800,
7004,
3262,
15514,
11,
288,
75,
333,
19667,
12360,
28,
25404,
333,
19667,
12360,
11,
288,
75,
333,
47,
84,
43,
82,
5376,
28,
25404,
333,
47,
84,
43,
82,
5376,
11,
288,
75,
333,
35,
41790,
5376,
28,
25404,
333,
35,
41790,
5376,
11,
288,
75,
333,
3103,
10367,
28,
25404,
333,
3103,
10367,
11,
288,
75,
333,
19667,
15610,
5738,
28,
25404,
333,
19667,
15610,
5738,
11,
288,
75,
333,
35,
41790,
10962,
28,
25404,
333,
35,
41790,
10962,
11,
288,
75,
333,
38143,
3610,
28,
25404,
333,
38143,
3610,
11,
288,
75,
333,
19463,
7469,
23828,
35,
41790,
5376,
28,
25404,
333,
19463,
7469,
23828,
35,
41790,
5376,
11,
288,
75,
333,
35,
41790,
50,
408,
77,
19580,
28,
25404,
333,
35,
41790,
50,
408,
77,
19580,
11,
288,
75,
333,
47,
84,
7469,
7282,
929,
35,
41790,
15732,
28,
25404,
333,
47,
84,
7469,
7282,
929,
35,
41790,
15732,
11,
288,
75,
333,
47,
84,
14749,
28,
25404,
333,
47,
84,
14749,
11,
288,
75,
333,
19463,
7469,
7282,
929,
35,
41790,
10962,
28,
25404,
333,
19463,
7469,
7282,
929,
35,
41790,
10962,
11,
288,
75,
333,
47,
84,
12360,
28,
25404,
333,
47,
84,
12360,
11,
350,
56,
15571,
7378,
62,
33365,
24212,
62,
2389,
28,
25404,
333,
8895,
33,
11,
288,
75,
333,
10267,
82,
28,
25404,
333,
10267,
82,
11,
288,
75,
333,
18546,
13247,
28,
25404,
333,
18546,
13247,
11,
288,
75,
333,
47,
84,
7469,
7282,
929,
35,
41790,
47,
84,
5376,
28,
25404,
333,
47,
84,
7469,
7282,
929,
35,
41790,
47,
84,
5376,
11,
288,
75,
333,
45,
623,
271,
35,
41790,
35,
75,
333,
50,
408,
5005,
529,
40784,
28,
25404,
333,
45,
623,
271,
35,
41790,
35,
75,
333,
50,
408,
5005,
529,
40784,
11,
288,
75,
333,
47,
84,
13739,
35,
41790,
5376,
28,
25404,
333,
47,
84,
13739,
35,
41790,
5376,
11,
288,
75,
333,
26362,
4971,
28,
25404,
333,
26362,
4971,
11,
288,
75,
333,
2025,
82,
15514,
28,
25404,
333,
2025,
82,
15514,
11,
288,
75,
333,
19463,
7469,
7282,
929,
35,
41790,
30150,
28,
25404,
333,
19463,
7469,
7282,
929,
35,
41790,
30150,
11,
288,
75,
333,
47,
84,
50,
1416,
79,
15979,
18511,
5376,
28,
25404,
333,
47,
84,
50,
1416,
79,
15979,
18511,
5376,
11,
288,
75,
333,
19463,
7469,
7282,
929,
35,
41790,
5376,
28,
25404,
333,
19463,
7469,
7282,
929,
35,
41790,
5376,
11,
288,
75,
333,
47,
84,
30150,
28,
25404,
333,
47,
84,
30150,
11,
288,
75,
333,
47,
84,
35,
41790,
50,
408,
77,
19580,
28,
25404,
333,
47,
84,
35,
41790,
50,
408,
77,
19580,
11,
288,
75,
333,
8895,
33,
28,
25404,
333,
8895,
33,
11,
288,
75,
333,
35,
41790,
30150,
28,
25404,
333,
35,
41790,
30150,
8,
198
] | 2.423964 | 5,116 |
from django.urls import path
from planning.views import main
app_name = 'planning'
urlpatterns = [
path('', main, name='main'),
]
| [
6738,
42625,
14208,
13,
6371,
82,
1330,
3108,
198,
198,
6738,
5410,
13,
33571,
1330,
1388,
198,
198,
1324,
62,
3672,
796,
705,
11578,
768,
6,
198,
6371,
33279,
82,
796,
685,
198,
220,
220,
220,
3108,
10786,
3256,
1388,
11,
1438,
11639,
12417,
33809,
198,
60,
198
] | 2.833333 | 48 |
# Base conversion algorithm
# Fastest way to convert bases
# Note this does it in reverse so the strings and the strings elements
# must be reversed
usrNum = int(input("Enter a number to convert:\n"))
usrBase = int(input("Enter a base:\n"))
print(baseConvert(usrNum, usrBase))
| [
2,
7308,
11315,
11862,
198,
2,
12549,
395,
835,
284,
10385,
12536,
198,
2,
5740,
428,
857,
340,
287,
9575,
523,
262,
13042,
290,
262,
13042,
4847,
198,
2,
1276,
307,
17687,
628,
198,
198,
14629,
33111,
796,
493,
7,
15414,
7203,
17469,
257,
1271,
284,
10385,
7479,
77,
48774,
198,
14629,
14881,
796,
493,
7,
15414,
7203,
17469,
257,
2779,
7479,
77,
48774,
198,
4798,
7,
8692,
3103,
1851,
7,
14629,
33111,
11,
514,
81,
14881,
4008,
198
] | 3.544304 | 79 |
from blinkstick import blinkstick
| [
6738,
21019,
13915,
1330,
21019,
13915,
198
] | 4.857143 | 7 |
"""Feature extraction tools based off a two channel EEG recording"""
import numpy as np
from classification.config.constants import (
EEG_CHANNELS,
AGE_FEATURE_BINS,
)
from classification.features.pipeline import get_feature_union
def get_eeg_features(epochs, in_bed_seconds, out_of_bed_seconds):
"""Returns the continuous feature matrix
Input
-------
epochs: mne.Epochs object with signals with or without annotations
in_bed_seconds: timespan, in seconds, from which the subject started
the recording and went to bed
out_of_bed_seconds: timespan, in seconds, from which the subject
started the recording and got out of bed
Returns
-------
Array of size (nb_epochs, nb_continuous_features)
"""
features = []
feature_union = get_feature_union()
for channel in EEG_CHANNELS:
channel_epochs = epochs.copy().pick_channels({channel})
channel_features = feature_union.transform(channel_epochs)
features.append(channel_features)
return np.hstack(tuple(features))
def get_non_eeg_features(age, sex, nb_epochs):
"""Returns the categorical feature matrix
Input
-------
age: Age of the subject
sex: Sex of the subject
nb_epochs: corresponds to the nb of epochs which will be analyzed.
Returns
-------
Array of size (nb_epochs,nb_categorical_features), which contains
(duplicated) value for all epochs because it concerns the same subject.
"""
age_category = next(
category_index
for category_index, age_range in enumerate(AGE_FEATURE_BINS)
if age >= age_range[0] and age <= age_range[1]
)
X_categorical = [sex.value, age_category]
return np.array(X_categorical * nb_epochs).reshape(nb_epochs, -1)
| [
37811,
38816,
22236,
4899,
1912,
572,
257,
734,
6518,
48749,
8296,
37811,
198,
11748,
299,
32152,
355,
45941,
198,
198,
6738,
17923,
13,
11250,
13,
9979,
1187,
1330,
357,
198,
220,
220,
220,
48749,
62,
3398,
22846,
37142,
11,
198,
220,
220,
220,
317,
8264,
62,
15112,
40086,
62,
33,
20913,
11,
198,
8,
198,
6738,
17923,
13,
40890,
13,
79,
541,
4470,
1330,
651,
62,
30053,
62,
24592,
628,
198,
4299,
651,
62,
1453,
70,
62,
40890,
7,
538,
5374,
82,
11,
287,
62,
3077,
62,
43012,
11,
503,
62,
1659,
62,
3077,
62,
43012,
2599,
198,
220,
220,
220,
37227,
35561,
262,
12948,
3895,
17593,
198,
220,
220,
220,
23412,
198,
220,
220,
220,
35656,
198,
220,
220,
220,
36835,
82,
25,
285,
710,
13,
13807,
5374,
82,
2134,
351,
10425,
351,
393,
1231,
37647,
198,
220,
220,
220,
287,
62,
3077,
62,
43012,
25,
1661,
6839,
11,
287,
4201,
11,
422,
543,
262,
2426,
2067,
198,
220,
220,
220,
220,
220,
220,
220,
262,
8296,
290,
1816,
284,
3996,
198,
220,
220,
220,
503,
62,
1659,
62,
3077,
62,
43012,
25,
1661,
6839,
11,
287,
4201,
11,
422,
543,
262,
2426,
198,
220,
220,
220,
220,
220,
220,
220,
2067,
262,
8296,
290,
1392,
503,
286,
3996,
628,
220,
220,
220,
16409,
198,
220,
220,
220,
35656,
198,
220,
220,
220,
15690,
286,
2546,
357,
46803,
62,
538,
5374,
82,
11,
299,
65,
62,
18487,
5623,
62,
40890,
8,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
3033,
796,
17635,
198,
220,
220,
220,
3895,
62,
24592,
796,
651,
62,
30053,
62,
24592,
3419,
628,
220,
220,
220,
329,
6518,
287,
48749,
62,
3398,
22846,
37142,
25,
198,
220,
220,
220,
220,
220,
220,
220,
6518,
62,
538,
5374,
82,
796,
36835,
82,
13,
30073,
22446,
27729,
62,
354,
8961,
15090,
17620,
30072,
198,
220,
220,
220,
220,
220,
220,
220,
6518,
62,
40890,
796,
3895,
62,
24592,
13,
35636,
7,
17620,
62,
538,
5374,
82,
8,
628,
220,
220,
220,
220,
220,
220,
220,
3033,
13,
33295,
7,
17620,
62,
40890,
8,
628,
220,
220,
220,
1441,
45941,
13,
71,
25558,
7,
83,
29291,
7,
40890,
4008,
628,
198,
4299,
651,
62,
13159,
62,
1453,
70,
62,
40890,
7,
496,
11,
1714,
11,
299,
65,
62,
538,
5374,
82,
2599,
198,
220,
220,
220,
37227,
35561,
262,
4253,
12409,
3895,
17593,
198,
220,
220,
220,
23412,
198,
220,
220,
220,
35656,
198,
220,
220,
220,
2479,
25,
7129,
286,
262,
2426,
198,
220,
220,
220,
1714,
25,
14419,
286,
262,
2426,
198,
220,
220,
220,
299,
65,
62,
538,
5374,
82,
25,
24866,
284,
262,
299,
65,
286,
36835,
82,
543,
481,
307,
15475,
13,
628,
220,
220,
220,
16409,
198,
220,
220,
220,
35656,
198,
220,
220,
220,
15690,
286,
2546,
357,
46803,
62,
538,
5374,
82,
11,
46803,
62,
66,
2397,
12409,
62,
40890,
828,
543,
4909,
198,
220,
220,
220,
357,
646,
489,
3474,
8,
1988,
329,
477,
36835,
82,
780,
340,
4786,
262,
976,
2426,
13,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
2479,
62,
22872,
796,
1306,
7,
198,
220,
220,
220,
220,
220,
220,
220,
6536,
62,
9630,
198,
220,
220,
220,
220,
220,
220,
220,
329,
6536,
62,
9630,
11,
2479,
62,
9521,
287,
27056,
378,
7,
11879,
62,
15112,
40086,
62,
33,
20913,
8,
198,
220,
220,
220,
220,
220,
220,
220,
611,
2479,
18189,
2479,
62,
9521,
58,
15,
60,
290,
2479,
19841,
2479,
62,
9521,
58,
16,
60,
198,
220,
220,
220,
1267,
198,
220,
220,
220,
1395,
62,
66,
2397,
12409,
796,
685,
8044,
13,
8367,
11,
2479,
62,
22872,
60,
628,
220,
220,
220,
1441,
45941,
13,
18747,
7,
55,
62,
66,
2397,
12409,
1635,
299,
65,
62,
538,
5374,
82,
737,
3447,
1758,
7,
46803,
62,
538,
5374,
82,
11,
532,
16,
8,
198
] | 2.771739 | 644 |
preference_list_of_user=[] | [
3866,
4288,
62,
4868,
62,
1659,
62,
7220,
28,
21737
] | 2.6 | 10 |
import os
import re
from bs4 import BeautifulSoup
from string import ascii_lowercase
base_file = "OPTED/words_X.html"
fiveletter = []
for letter in ascii_lowercase:
file = base_file.replace("X",letter)
with open(file, "r") as f:
html = f.read()
words = BeautifulSoup(html, "html.parser").find_all("b")
for w in words:
wt = w.get_text().lower()
length = len(wt) == 5
duplicate = wt in fiveletter
ascii = not re.search("[\W]", wt)
if length and ascii and not duplicate:
fiveletter.append(wt)
with open("five_letter_words.txt", "w") as f:
for w in fiveletter:
f.write(w+"\n")
| [
11748,
28686,
198,
11748,
302,
198,
198,
6738,
275,
82,
19,
1330,
23762,
50,
10486,
198,
6738,
4731,
1330,
355,
979,
72,
62,
21037,
7442,
198,
198,
8692,
62,
7753,
796,
366,
3185,
36493,
14,
10879,
62,
55,
13,
6494,
1,
198,
198,
13261,
9291,
796,
17635,
198,
198,
1640,
3850,
287,
355,
979,
72,
62,
21037,
7442,
25,
198,
220,
220,
220,
2393,
796,
2779,
62,
7753,
13,
33491,
7203,
55,
1600,
9291,
8,
198,
220,
220,
220,
351,
1280,
7,
7753,
11,
366,
81,
4943,
355,
277,
25,
198,
220,
220,
220,
220,
220,
220,
220,
27711,
796,
277,
13,
961,
3419,
628,
220,
220,
220,
2456,
796,
23762,
50,
10486,
7,
6494,
11,
366,
6494,
13,
48610,
11074,
19796,
62,
439,
7203,
65,
4943,
198,
220,
220,
220,
329,
266,
287,
2456,
25,
198,
220,
220,
220,
220,
220,
220,
220,
266,
83,
796,
266,
13,
1136,
62,
5239,
22446,
21037,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
4129,
796,
18896,
7,
46569,
8,
6624,
642,
198,
220,
220,
220,
220,
220,
220,
220,
23418,
796,
266,
83,
287,
1936,
9291,
198,
220,
220,
220,
220,
220,
220,
220,
355,
979,
72,
796,
407,
302,
13,
12947,
7203,
58,
59,
54,
60,
1600,
266,
83,
8,
628,
220,
220,
220,
220,
220,
220,
220,
611,
4129,
290,
355,
979,
72,
290,
407,
23418,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1936,
9291,
13,
33295,
7,
46569,
8,
198,
198,
4480,
1280,
7203,
13261,
62,
9291,
62,
10879,
13,
14116,
1600,
366,
86,
4943,
355,
277,
25,
198,
220,
220,
220,
329,
266,
287,
1936,
9291,
25,
198,
220,
220,
220,
220,
220,
220,
220,
277,
13,
13564,
7,
86,
10,
1,
59,
77,
4943,
198
] | 2.260135 | 296 |
import unittest
from unittest.mock import patch
from models.coordinate import Coordinate
| [
11748,
555,
715,
395,
198,
6738,
555,
715,
395,
13,
76,
735,
1330,
8529,
198,
6738,
4981,
13,
37652,
4559,
1330,
22819,
4559,
628
] | 3.75 | 24 |
"""Realization of algorithms for char-by-char text encryption.
Functions:
rot_13(str) -> str
Character offset by 13 positions.
caesar_1(str) -> str
Character offset by 1 position.
"""
def rot_13(char_in: str) -> str:
"""Character offset by 13 positions.
Parameters:
char_in : function
Character of the source text.
Returns:
char_out : str
Character of the encrypted text.
"""
num = ord(char_in[0])
if (97 <= num <= 109) or (65 <= num <= 77):
char_out = chr(num + 13)
elif (110 <= num <= 122) or (78 <= num <= 90):
char_out = chr(num - 13)
else:
char_out = char_in
return char_out
def caesar_1(char_in: str) -> str:
"""Character offset by 1 position.
Parameters:
char_in : function
Character of the source text.
Returns:
char_out : str
Character of the encrypted text.
"""
num = ord(char_in[0])
if (97 <= num <= 121) or (65 <= num <= 89):
char_out = chr(num + 1)
elif num == 122 or num == 90:
char_out = chr(num - 25)
else:
char_out = char_in
return char_out
| [
37811,
15633,
1634,
286,
16113,
329,
1149,
12,
1525,
12,
10641,
2420,
15835,
13,
198,
198,
24629,
2733,
25,
198,
220,
220,
220,
5724,
62,
1485,
7,
2536,
8,
4613,
965,
198,
220,
220,
220,
220,
220,
220,
220,
15684,
11677,
416,
1511,
6116,
13,
198,
220,
220,
220,
1275,
18964,
62,
16,
7,
2536,
8,
4613,
965,
198,
220,
220,
220,
220,
220,
220,
220,
15684,
11677,
416,
352,
2292,
13,
198,
198,
37811,
628,
198,
4299,
5724,
62,
1485,
7,
10641,
62,
259,
25,
965,
8,
4613,
965,
25,
198,
220,
220,
220,
37227,
27275,
11677,
416,
1511,
6116,
13,
628,
220,
220,
220,
40117,
25,
198,
220,
220,
220,
220,
220,
220,
220,
1149,
62,
259,
1058,
2163,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15684,
286,
262,
2723,
2420,
13,
628,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
1149,
62,
448,
1058,
965,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15684,
286,
262,
19365,
2420,
13,
628,
220,
220,
220,
37227,
198,
220,
220,
220,
997,
796,
2760,
7,
10641,
62,
259,
58,
15,
12962,
628,
220,
220,
220,
611,
357,
5607,
19841,
997,
19841,
16003,
8,
393,
357,
2996,
19841,
997,
19841,
8541,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
1149,
62,
448,
796,
442,
81,
7,
22510,
1343,
1511,
8,
198,
220,
220,
220,
1288,
361,
357,
11442,
19841,
997,
19841,
19409,
8,
393,
357,
3695,
19841,
997,
19841,
4101,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
1149,
62,
448,
796,
442,
81,
7,
22510,
532,
1511,
8,
198,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
1149,
62,
448,
796,
1149,
62,
259,
628,
220,
220,
220,
1441,
1149,
62,
448,
628,
198,
4299,
1275,
18964,
62,
16,
7,
10641,
62,
259,
25,
965,
8,
4613,
965,
25,
198,
220,
220,
220,
37227,
27275,
11677,
416,
352,
2292,
13,
628,
220,
220,
220,
40117,
25,
198,
220,
220,
220,
220,
220,
220,
220,
1149,
62,
259,
1058,
2163,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15684,
286,
262,
2723,
2420,
13,
628,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
1149,
62,
448,
1058,
965,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15684,
286,
262,
19365,
2420,
13,
628,
220,
220,
220,
37227,
198,
220,
220,
220,
997,
796,
2760,
7,
10641,
62,
259,
58,
15,
12962,
628,
220,
220,
220,
611,
357,
5607,
19841,
997,
19841,
20416,
8,
393,
357,
2996,
19841,
997,
19841,
9919,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
1149,
62,
448,
796,
442,
81,
7,
22510,
1343,
352,
8,
198,
220,
220,
220,
1288,
361,
997,
6624,
19409,
393,
997,
6624,
4101,
25,
198,
220,
220,
220,
220,
220,
220,
220,
1149,
62,
448,
796,
442,
81,
7,
22510,
532,
1679,
8,
198,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
1149,
62,
448,
796,
1149,
62,
259,
628,
220,
220,
220,
1441,
1149,
62,
448,
198
] | 2.277567 | 526 |
import unittest
import asyncio
from lbry import utils
from torba.testcase import AsyncioTestCase
| [
11748,
555,
715,
395,
198,
11748,
30351,
952,
198,
6738,
18360,
563,
1330,
3384,
4487,
198,
6738,
7332,
7012,
13,
9288,
7442,
1330,
1081,
13361,
952,
14402,
20448,
628,
628,
198
] | 3.258065 | 31 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.