content
stringlengths
1
1.04M
input_ids
sequencelengths
1
774k
ratio_char_token
float64
0.38
22.9
token_count
int64
1
774k
"""C/C++ parser frontend based on libclang""" import argparse import logging import sys _LOGGER = logging.getLogger(__name__)
[ 37811, 34, 14, 34, 4880, 30751, 2166, 437, 1912, 319, 9195, 565, 648, 37811, 198, 11748, 1822, 29572, 198, 11748, 18931, 198, 11748, 25064, 198, 198, 62, 25294, 30373, 796, 18931, 13, 1136, 11187, 1362, 7, 834, 3672, 834, 8, 628, 198 ]
3.071429
42
import logging import sys import time from pgscout.Scout import Scout from pgscout.config import use_pgpool from pgscout.utils import load_pgpool_accounts log = logging.getLogger(__name__)
[ 11748, 18931, 198, 11748, 25064, 198, 11748, 640, 198, 198, 6738, 23241, 1416, 448, 13, 3351, 448, 1330, 22529, 198, 6738, 23241, 1416, 448, 13, 11250, 1330, 779, 62, 6024, 7742, 198, 6738, 23241, 1416, 448, 13, 26791, 1330, 3440, 62, 6024, 7742, 62, 23317, 82, 198, 198, 6404, 796, 18931, 13, 1136, 11187, 1362, 7, 834, 3672, 834, 8, 628 ]
3.147541
61
#!/usr/bin/env python # -*- coding: utf-8 -*- from graphene import relay, ObjectType, String from graphene_django.types import DjangoObjectType from graphene_django.filter import DjangoFilterConnectionField from legislative import models as LM
[ 2, 48443, 14629, 14, 8800, 14, 24330, 21015, 198, 2, 532, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12, 198, 6738, 42463, 1330, 24248, 11, 9515, 6030, 11, 10903, 198, 6738, 42463, 62, 28241, 14208, 13, 19199, 1330, 37770, 10267, 6030, 198, 6738, 42463, 62, 28241, 14208, 13, 24455, 1330, 37770, 22417, 32048, 15878, 198, 6738, 10828, 1330, 4981, 355, 37125, 628, 628, 198 ]
3.701493
67
""" Most local cited authors in references =============================================================================== See :doc:`column indicators <column_indicators>` to obtain a `pandas.Dataframe` with the data. Use the following code: .. code:: python column_indicators( column="authors", directory=directory, file_name="references.csv", ) >>> from techminer2 import * >>> directory = "data/" >>> file_name = "sphinx/_static/most_local_cited_authors.html" >>> most_local_cited_authors( ... top_n=20, ... directory=directory, ... ).write_html(file_name) .. raw:: html <iframe src="_static/most_local_cited_authors.html" height="600px" width="100%" frameBorder="0"></iframe> """ from .cleveland_chart import cleveland_chart
[ 37811, 198, 6943, 1957, 9181, 7035, 287, 10288, 198, 23926, 25609, 18604, 198, 198, 6214, 1058, 15390, 25, 63, 28665, 21337, 1279, 28665, 62, 521, 44549, 29, 63, 284, 7330, 257, 4600, 79, 392, 292, 13, 6601, 14535, 63, 220, 198, 4480, 262, 1366, 13, 5765, 262, 1708, 2438, 25, 628, 198, 492, 2438, 3712, 21015, 628, 220, 220, 220, 5721, 62, 521, 44549, 7, 198, 220, 220, 220, 220, 220, 220, 220, 5721, 2625, 41617, 1600, 220, 198, 220, 220, 220, 220, 220, 220, 220, 8619, 28, 34945, 11, 220, 198, 220, 220, 220, 220, 220, 220, 220, 2393, 62, 3672, 2625, 5420, 4972, 13, 40664, 1600, 198, 220, 220, 220, 1267, 628, 198, 33409, 422, 7261, 1084, 263, 17, 1330, 1635, 198, 33409, 8619, 796, 366, 7890, 30487, 198, 33409, 2393, 62, 3672, 796, 366, 82, 746, 28413, 47835, 12708, 14, 1712, 62, 12001, 62, 66, 863, 62, 41617, 13, 6494, 1, 198, 198, 33409, 749, 62, 12001, 62, 66, 863, 62, 41617, 7, 198, 986, 220, 220, 220, 220, 1353, 62, 77, 28, 1238, 11, 198, 986, 220, 220, 220, 220, 8619, 28, 34945, 11, 198, 986, 6739, 13564, 62, 6494, 7, 7753, 62, 3672, 8, 198, 198, 492, 8246, 3712, 27711, 628, 220, 220, 220, 1279, 39621, 12351, 2625, 62, 12708, 14, 1712, 62, 12001, 62, 66, 863, 62, 41617, 13, 6494, 1, 6001, 2625, 8054, 8416, 1, 9647, 2625, 3064, 39658, 5739, 34189, 2625, 15, 23984, 39621, 29, 628, 198, 37811, 198, 6738, 764, 2375, 9731, 62, 40926, 1330, 1190, 9731, 62, 40926, 628 ]
3.042471
259
""" Script for analyzing theoretical bounds on model's recall """ import argparse import sys import yaml import tqdm import net.data import net.ssd import net.utilities def analyse_theoretical_performance(config, ssd_model_configuration): """ Analyse theoretical performance of SSD model on VOC dataset """ voc_samples_loader = net.data.VOCSamplesDataLoader( data_directory=config["voc"]["data_directory"], data_set_path=config["voc"]["validation_set_path"], categories=config["categories"], size_factor=config["size_factor"]) matching_analysis_generator = net.ssd.get_matching_analysis_generator( ssd_model_configuration=ssd_model_configuration, ssd_input_generator=iter(voc_samples_loader), threshold=0.5 ) matched_annotations = [] unmatched_annotations = [] for _ in tqdm.tqdm(range(len(voc_samples_loader))): single_image_matched_annotations, single_image_unmatched_annotations = next(matching_analysis_generator) matched_annotations.extend(single_image_matched_annotations) unmatched_annotations.extend(single_image_unmatched_annotations) theoretical_recall = len(matched_annotations) / (len(matched_annotations) + len(unmatched_annotations)) print("Theoretical recall: {}".format(theoretical_recall)) # Analyze failures net.utilities.analyze_annotations(unmatched_annotations) def main(): """ Script entry point """ parser = argparse.ArgumentParser() parser.add_argument('--config', action="store", required=True) arguments = parser.parse_args(sys.argv[1:]) with open(arguments.config) as file: config = yaml.safe_load(file) analyse_theoretical_performance( config=config, ssd_model_configuration=config["vggish_model_configuration"]) if __name__ == "__main__": main()
[ 37811, 198, 7391, 329, 22712, 16200, 22303, 319, 2746, 338, 10014, 198, 37811, 198, 198, 11748, 1822, 29572, 198, 11748, 25064, 198, 198, 11748, 331, 43695, 198, 11748, 256, 80, 36020, 198, 198, 11748, 2010, 13, 7890, 198, 11748, 2010, 13, 824, 67, 198, 11748, 2010, 13, 315, 2410, 628, 198, 4299, 39552, 62, 1169, 9997, 605, 62, 26585, 7, 11250, 11, 264, 21282, 62, 19849, 62, 11250, 3924, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 16213, 325, 16200, 2854, 286, 21252, 2746, 319, 569, 4503, 27039, 198, 220, 220, 220, 37227, 628, 220, 220, 220, 12776, 62, 82, 12629, 62, 29356, 796, 2010, 13, 7890, 13, 53, 4503, 50, 12629, 6601, 17401, 7, 198, 220, 220, 220, 220, 220, 220, 220, 1366, 62, 34945, 28, 11250, 14692, 18893, 1, 7131, 1, 7890, 62, 34945, 33116, 198, 220, 220, 220, 220, 220, 220, 220, 1366, 62, 2617, 62, 6978, 28, 11250, 14692, 18893, 1, 7131, 1, 12102, 341, 62, 2617, 62, 6978, 33116, 198, 220, 220, 220, 220, 220, 220, 220, 9376, 28, 11250, 14692, 66, 26129, 33116, 198, 220, 220, 220, 220, 220, 220, 220, 2546, 62, 31412, 28, 11250, 14692, 7857, 62, 31412, 8973, 8, 628, 220, 220, 220, 12336, 62, 20930, 62, 8612, 1352, 796, 2010, 13, 824, 67, 13, 1136, 62, 15699, 278, 62, 20930, 62, 8612, 1352, 7, 198, 220, 220, 220, 220, 220, 220, 220, 264, 21282, 62, 19849, 62, 11250, 3924, 28, 824, 67, 62, 19849, 62, 11250, 3924, 11, 198, 220, 220, 220, 220, 220, 220, 220, 264, 21282, 62, 15414, 62, 8612, 1352, 28, 2676, 7, 18893, 62, 82, 12629, 62, 29356, 828, 198, 220, 220, 220, 220, 220, 220, 220, 11387, 28, 15, 13, 20, 198, 220, 220, 220, 1267, 628, 220, 220, 220, 14451, 62, 34574, 602, 796, 17635, 198, 220, 220, 220, 48621, 62, 34574, 602, 796, 17635, 628, 220, 220, 220, 329, 4808, 287, 256, 80, 36020, 13, 83, 80, 36020, 7, 9521, 7, 11925, 7, 18893, 62, 82, 12629, 62, 29356, 4008, 2599, 628, 220, 220, 220, 220, 220, 220, 220, 2060, 62, 9060, 62, 31409, 62, 34574, 602, 11, 2060, 62, 9060, 62, 403, 31409, 62, 34574, 602, 796, 1306, 7, 15699, 278, 62, 20930, 62, 8612, 1352, 8, 628, 220, 220, 220, 220, 220, 220, 220, 14451, 62, 34574, 602, 13, 2302, 437, 7, 29762, 62, 9060, 62, 31409, 62, 34574, 602, 8, 198, 220, 220, 220, 220, 220, 220, 220, 48621, 62, 34574, 602, 13, 2302, 437, 7, 29762, 62, 9060, 62, 403, 31409, 62, 34574, 602, 8, 628, 220, 220, 220, 16200, 62, 8344, 439, 796, 18896, 7, 31409, 62, 34574, 602, 8, 1220, 357, 11925, 7, 31409, 62, 34574, 602, 8, 1343, 18896, 7, 403, 31409, 62, 34574, 602, 4008, 628, 220, 220, 220, 3601, 7203, 464, 9997, 605, 10014, 25, 23884, 1911, 18982, 7, 1169, 9997, 605, 62, 8344, 439, 4008, 628, 220, 220, 220, 1303, 16213, 2736, 15536, 198, 220, 220, 220, 2010, 13, 315, 2410, 13, 38200, 2736, 62, 34574, 602, 7, 403, 31409, 62, 34574, 602, 8, 628, 198, 4299, 1388, 33529, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 12327, 5726, 966, 198, 220, 220, 220, 37227, 628, 220, 220, 220, 30751, 796, 1822, 29572, 13, 28100, 1713, 46677, 3419, 628, 220, 220, 220, 30751, 13, 2860, 62, 49140, 10786, 438, 11250, 3256, 2223, 2625, 8095, 1600, 2672, 28, 17821, 8, 198, 220, 220, 220, 7159, 796, 30751, 13, 29572, 62, 22046, 7, 17597, 13, 853, 85, 58, 16, 25, 12962, 628, 220, 220, 220, 351, 1280, 7, 853, 2886, 13, 11250, 8, 355, 2393, 25, 198, 220, 220, 220, 220, 220, 220, 220, 4566, 796, 331, 43695, 13, 21230, 62, 2220, 7, 7753, 8, 628, 220, 220, 220, 39552, 62, 1169, 9997, 605, 62, 26585, 7, 198, 220, 220, 220, 220, 220, 220, 220, 4566, 28, 11250, 11, 198, 220, 220, 220, 220, 220, 220, 220, 264, 21282, 62, 19849, 62, 11250, 3924, 28, 11250, 14692, 85, 1130, 680, 62, 19849, 62, 11250, 3924, 8973, 8, 628, 198, 361, 11593, 3672, 834, 6624, 366, 834, 12417, 834, 1298, 628, 220, 220, 220, 1388, 3419, 198 ]
2.723343
694
import sys from time import sleep import numpy as np from beamngpy.beamngcommon import * import time import random, copy import math import matplotlib.pyplot as plt from matplotlib.pyplot import figure from matplotlib.pyplot import imshow import pandas as pd import seaborn as sn import matplotlib.pyplot as plt from scipy.stats import norm from astropy import modeling import shutil import sklearn from sklearn import cluster # format data for dataframe if __name__ == '__main__': main()
[ 11748, 25064, 198, 6738, 640, 1330, 3993, 198, 11748, 299, 32152, 355, 45941, 198, 6738, 15584, 782, 9078, 13, 40045, 782, 11321, 1330, 1635, 198, 11748, 640, 198, 11748, 4738, 11, 4866, 198, 11748, 10688, 198, 11748, 2603, 29487, 8019, 13, 9078, 29487, 355, 458, 83, 198, 6738, 2603, 29487, 8019, 13, 9078, 29487, 1330, 3785, 198, 6738, 2603, 29487, 8019, 13, 9078, 29487, 1330, 545, 12860, 198, 11748, 19798, 292, 355, 279, 67, 198, 11748, 384, 397, 1211, 355, 3013, 198, 11748, 2603, 29487, 8019, 13, 9078, 29487, 355, 458, 83, 198, 6738, 629, 541, 88, 13, 34242, 1330, 2593, 198, 6738, 6468, 28338, 1330, 21128, 198, 11748, 4423, 346, 198, 11748, 1341, 35720, 198, 6738, 1341, 35720, 1330, 13946, 198, 198, 2, 5794, 1366, 329, 1366, 14535, 628, 198, 198, 361, 11593, 3672, 834, 6624, 705, 834, 12417, 834, 10354, 198, 220, 220, 220, 1388, 3419, 198 ]
3.33557
149
from typing import Callable from benchmarking import benchmark @benchmark @benchmark @benchmark
[ 6738, 19720, 1330, 4889, 540, 198, 198, 6738, 18335, 278, 1330, 18335, 628, 198, 31, 26968, 4102, 628, 198, 198, 31, 26968, 4102, 628, 628, 198, 31, 26968, 4102, 628, 628 ]
3.516129
31
from flask import Flask, render_template, request, redirect, url_for # Init app app = Flask(__name__) db = [] # URI, endpoint @app.route('/', methods=['GET', 'POST']) @app.route('/delete/<task>', methods=['GET']) # Update list # @app.route('/update/<task>', methods=['GET']) # def update(task): # num = db.index(task) # text = '수정' # db[num] = text # return redirect(url_for('main')) if __name__ == '__main__': # Only in development app.run(debug=True)
[ 6738, 42903, 1330, 46947, 11, 8543, 62, 28243, 11, 2581, 11, 18941, 11, 19016, 62, 1640, 198, 198, 2, 44707, 598, 198, 1324, 796, 46947, 7, 834, 3672, 834, 8, 198, 198, 9945, 796, 17635, 628, 198, 2, 43975, 11, 36123, 198, 31, 1324, 13, 38629, 10786, 14, 3256, 5050, 28, 17816, 18851, 3256, 705, 32782, 6, 12962, 628, 198, 31, 1324, 13, 38629, 10786, 14, 33678, 14, 27, 35943, 29, 3256, 5050, 28, 17816, 18851, 6, 12962, 628, 198, 2, 10133, 1351, 198, 2, 2488, 1324, 13, 38629, 10786, 14, 19119, 14, 27, 35943, 29, 3256, 5050, 28, 17816, 18851, 6, 12962, 198, 2, 825, 4296, 7, 35943, 2599, 198, 2, 220, 220, 220, 220, 997, 796, 20613, 13, 9630, 7, 35943, 8, 198, 2, 220, 220, 220, 220, 2420, 796, 705, 168, 230, 246, 168, 254, 243, 6, 198, 2, 220, 220, 220, 220, 20613, 58, 22510, 60, 796, 2420, 198, 198, 2, 220, 220, 220, 220, 1441, 18941, 7, 6371, 62, 1640, 10786, 12417, 6, 4008, 628, 198, 361, 11593, 3672, 834, 6624, 705, 834, 12417, 834, 10354, 198, 220, 220, 220, 1303, 5514, 287, 2478, 198, 220, 220, 220, 598, 13, 5143, 7, 24442, 28, 17821, 8, 198 ]
2.415842
202
#!/usr/bin/env python3 # -*- coding: utf-8 -*- __author__ = "Christian Heider Nielsen" import logging from enum import Enum, auto from functools import wraps
[ 2, 48443, 14629, 14, 8800, 14, 24330, 21015, 18, 198, 2, 532, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12, 198, 834, 9800, 834, 796, 366, 20298, 679, 1304, 31154, 1, 198, 198, 11748, 18931, 198, 6738, 33829, 1330, 2039, 388, 11, 8295, 198, 6738, 1257, 310, 10141, 1330, 27521, 628, 198 ]
2.927273
55
import warnings from django.test import SimpleTestCase from django.utils.deprecation import RemovedInDjango20Warning from django.utils.safestring import mark_safe from ..utils import render, setup
[ 11748, 14601, 198, 198, 6738, 42625, 14208, 13, 9288, 1330, 17427, 14402, 20448, 198, 6738, 42625, 14208, 13, 26791, 13, 10378, 8344, 341, 1330, 28252, 818, 35, 73, 14208, 1238, 20361, 198, 6738, 42625, 14208, 13, 26791, 13, 49585, 395, 1806, 1330, 1317, 62, 21230, 198, 198, 6738, 11485, 26791, 1330, 8543, 11, 9058, 628 ]
3.636364
55
import numpy as np n=int(input("Dimension de la matriz: ")) print(np.identity(n))
[ 11748, 299, 32152, 355, 45941, 220, 201, 198, 201, 198, 77, 28, 600, 7, 15414, 7203, 29271, 3004, 390, 8591, 2603, 47847, 25, 366, 4008, 201, 198, 201, 198, 4798, 7, 37659, 13, 738, 414, 7, 77, 4008 ]
2.315789
38
# 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 # # https://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. r"""Performs Horner's method. Horner's method computes .. math:: p(x) = a_n x^n + \cdots a_1 x + a_0 via .. math:: \begin{align*} p_n &= a_n \\ p_k &= p_{k + 1} x + a_k \\ p(x) &= p_0 \end{align*} This module provides both the standard version and a compensated version. .. note:: This assumes throughout that ``coeffs`` is ordered from :math:`a_n` to :math:`a_0`. """ import eft
[ 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, 3740, 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, 81, 37811, 5990, 23914, 6075, 1008, 338, 2446, 13, 198, 198, 27991, 1008, 338, 2446, 552, 1769, 198, 198, 492, 10688, 3712, 628, 220, 220, 220, 279, 7, 87, 8, 796, 257, 62, 77, 2124, 61, 77, 1343, 3467, 10210, 1747, 257, 62, 16, 2124, 1343, 257, 62, 15, 198, 198, 8869, 198, 198, 492, 10688, 3712, 628, 220, 220, 220, 3467, 27471, 90, 31494, 9, 92, 198, 220, 220, 220, 279, 62, 77, 1222, 28, 257, 62, 77, 26867, 198, 220, 220, 220, 279, 62, 74, 1222, 28, 279, 23330, 74, 1343, 352, 92, 2124, 1343, 257, 62, 74, 26867, 198, 220, 220, 220, 279, 7, 87, 8, 1222, 28, 279, 62, 15, 198, 220, 220, 220, 3467, 437, 90, 31494, 9, 92, 198, 198, 1212, 8265, 3769, 1111, 262, 3210, 2196, 290, 257, 34304, 2196, 13, 198, 198, 492, 3465, 3712, 628, 220, 220, 770, 18533, 3690, 326, 7559, 1073, 14822, 82, 15506, 318, 6149, 422, 198, 220, 220, 1058, 11018, 25, 63, 64, 62, 77, 63, 284, 1058, 11018, 25, 63, 64, 62, 15, 44646, 198, 37811, 198, 198, 11748, 304, 701, 628, 628, 628 ]
2.951368
329
import warnings warnings.warn( "datalad.plugin.wtf is deprecated and will be removed in a future " "release. " "Use the module from its new location datalad.local.wtf instead.", DeprecationWarning) from datalad.local.wtf import *
[ 11748, 14601, 198, 198, 40539, 654, 13, 40539, 7, 198, 220, 220, 220, 366, 67, 10254, 324, 13, 33803, 13, 86, 27110, 318, 39224, 290, 481, 307, 4615, 287, 257, 2003, 366, 198, 220, 220, 220, 366, 20979, 13, 366, 198, 220, 220, 220, 366, 11041, 262, 8265, 422, 663, 649, 4067, 4818, 282, 324, 13, 12001, 13, 86, 27110, 2427, 33283, 198, 220, 220, 220, 2129, 8344, 341, 20361, 8, 198, 198, 6738, 4818, 282, 324, 13, 12001, 13, 86, 27110, 1330, 1635, 198 ]
2.917647
85
from typing import List, Tuple, Dict, Any from PIL import Image
[ 6738, 19720, 1330, 7343, 11, 309, 29291, 11, 360, 713, 11, 4377, 198, 6738, 350, 4146, 1330, 7412, 198 ]
3.368421
19
""" mfoc module. Contains the ModflowOc class. Note that the user can access the ModflowOc class as `flopy.modflow.ModflowOc`. Additional information for this MODFLOW package can be found at the `Online MODFLOW Guide <http://water.usgs.gov/ogw/modflow/MODFLOW-2005-Guide/index.html?oc.htm>`_. """ import sys from flopy.mbase import Package class ModflowOc(Package): """ MODFLOW Output Control Package Class. Parameters ---------- model : model object The model object (of type :class:`flopy.modflow.mf.Modflow`) to which this package will be added. ihedfm : int is a code for the format in which heads will be printed. (default is 0). iddnfm : int is a code for the format in which heads will be printed. (default is 0). chedfm : string is a character value that specifies the format for saving heads. The format must contain 20 characters or less and must be a valid Fortran format that is enclosed in parentheses. The format must be enclosed in apostrophes if it contains one or more blanks or commas. The optional word LABEL after the format is used to indicate that each layer of output should be preceded with a line that defines the output (simulation time, the layer being output, and so forth). If there is no record specifying CHEDFM, then heads are written to a binary (unformatted) file. Binary files are usually more compact than text files, but they are not generally transportable among different computer operating systems or different Fortran compilers. (default is None) cddnfm : string is a character value that specifies the format for saving drawdown. The format must contain 20 characters or less and must be a valid Fortran format that is enclosed in parentheses. The format must be enclosed in apostrophes if it contains one or more blanks or commas. The optional word LABEL after the format is used to indicate that each layer of output should be preceded with a line that defines the output (simulation time, the layer being output, and so forth). If there is no record specifying CDDNFM, then drawdowns are written to a binary (unformatted) file. Binary files are usually more compact than text files, but they are not generally transportable among different computer operating systems or different Fortran compilers. (default is None) cboufm : string is a character value that specifies the format for saving ibound. The format must contain 20 characters or less and must be a valid Fortran format that is enclosed in parentheses. The format must be enclosed in apostrophes if it contains one or more blanks or commas. The optional word LABEL after the format is used to indicate that each layer of output should be preceded with a line that defines the output (simulation time, the layer being output, and so forth). If there is no record specifying CBOUFM, then ibounds are written to a binary (unformatted) file. Binary files are usually more compact than text files, but they are not generally transportable among different computer operating systems or different Fortran compilers. (default is None) stress_period_data : dictionary of of lists Dictionary key is a tuple with the zero-based period and step (IPEROC, ITSOC) for each print/save option list. (default is {(0,0):['save head']}) The list can have any valid MODFLOW OC print/save option: PRINT HEAD PRINT DRAWDOWN PRINT BUDGET SAVE HEAD SAVE DRAWDOWN SAVE BUDGET SAVE IBOUND The lists can also include (1) DDREFERENCE in the list to reset drawdown reference to the period and step and (2) a list of layers for PRINT HEAD, SAVE HEAD, PRINT DRAWDOWN, SAVE DRAWDOWN, and SAVE IBOUND. The list is used for every stress period and time step after the (IPEROC, ITSOC) tuple until a (IPEROC, ITSOC) tuple is entered with and empty list. compact : boolean Save results in compact budget form. (default is True). extension : list of strings (default is ['oc','hds','ddn','cbc']). unitnumber : list of ints (default is [14, 51, 52, 53]). Attributes ---------- Methods ------- See Also -------- Notes ----- The "words" method for specifying output control is the only option available. Also, the "compact" budget should normally be used as it produces files that are typically much smaller. The compact budget form is also a requirement for using the MODPATH particle tracking program. Examples -------- >>> import flopy >>> m = flopy.modflow.Modflow() >>> spd = {(0, 0): ['print head'], ... (0, 1): [], ... (0, 249): ['print head'], ... (0, 250): [], ... (0, 499): ['print head', 'save ibound'], ... (0, 500): [], ... (0, 749): ['print head', 'ddreference'], ... (0, 750): [], ... (0, 999): ['print head']} >>> oc = flopy.modflow.ModflowOc3(m, stress_period_data=spd, cboufm='(20i5)') """ def __init__(self, model,\ ihedfm=0, iddnfm=0, chedfm=None, cddnfm=None,\ cboufm=None, compact=True,\ stress_period_data={(0,0):['save head']},\ extension=['oc','hds','ddn','cbc'],\ unitnumber=[14, 51, 52, 53]): """ Package constructor. """ # Call ancestor's init to set self.parent, # extension, name and unit number hds_fmt = 'DATA(BINARY)' ddn_fmt = 'DATA(BINARY)' if chedfm is not None: hds_fmt = 'DATA' if cddnfm is not None: ddn_fmt = 'DATA' ibouun = 0 ibndsav = False for key in list(stress_period_data.keys()): t = stress_period_data[key] if len(t) > 0: for option in t: if 'ibound' in option.lower(): ibndsav = True break name = ['OC', hds_fmt, ddn_fmt, 'DATA(BINARY)'] extra = ['', 'REPLACE', 'REPLACE', 'REPLACE'] if ibndsav == True: if cboufm == None: name.append('DATA(BINARY)') else: name.append('DATA') extension.append('ibo') unitnumber.append(114) ibouun = unitnumber[-1] extra.append('REPLACE') Package.__init__(self, model, extension=extension, name=name, unit_number=unitnumber, extra=extra) # Call ancestor's init to set self.parent, extension, name and unit number self.heading = '# Output control package file'+\ ' for MODFLOW, generated by Flopy.' self.url = 'oc.htm' self.ihedfm = ihedfm self.iddnfm = iddnfm self.chedfm = chedfm self.cddnfm = cddnfm self.ibouun = ibouun self.cboufm = cboufm self.compact = compact self.stress_period_data = stress_period_data self.parent.add_package(self) def write_file(self): """ Write the file. """ f_oc = open(self.fn_path, 'w') f_oc.write('{}\n'.format(self.heading)) # write options f_oc.write('HEAD PRINT FORMAT {0:3.0f}\n'\ .format(self.ihedfm)) if self.chedfm is not None: f_oc.write('HEAD SAVE FORMAT {0:20s} LABEL\n'\ .format(self.chedfm)) f_oc.write('HEAD SAVE UNIT {0:5.0f}\n'\ .format(self.unit_number[1])) f_oc.write('DRAWDOWN PRINT FORMAT {0:3.0f}\n'\ .format(self.iddnfm)) if self.cddnfm is not None: f_oc.write('DRAWDOWN SAVE FORMAT {0:20s} LABEL\n'\ .format(self.cddnfm)) f_oc.write('DRAWDOWN SAVE UNIT {0:5.0f}\n'\ .format(self.unit_number[2])) if self.ibouun > 0: if self.cboufm is not None: f_oc.write('IBOUND SAVE FORMAT {0:20s} LABEL\n'\ .format(self.cboufm)) f_oc.write('IBOUND SAVE UNIT {0:5.0f}\n'\ .format(self.unit_number[4])) if self.compact: f_oc.write('COMPACT BUDGET FILES\n') # add a line separator between header and stress # period data f_oc.write('\n') #write the transient sequence described by the data dict nr, nc, nl, nper = self.parent.get_nrow_ncol_nlay_nper() nstp = self.parent.get_package('DIS').nstp keys = list(self.stress_period_data.keys()) keys.sort() data = [] lines = '' ddnref = '' for kper in range(nper): for kstp in range(nstp[kper]): kperkstp = (kper, kstp) if kperkstp in keys: data = self.stress_period_data[kperkstp] if not isinstance(data, list): data = [data] lines = '' if len(data) > 0: for item in data: if 'DDREFERENCE' in item.upper(): ddnref = item.lower() else: lines += '{}\n'.format(item) if len(lines) > 0: f_oc.write('period {} step {} {}\n'.format(kper+1, kstp+1, ddnref)) f_oc.write(lines) f_oc.write('\n') ddnref = '' # close oc file f_oc.close() @staticmethod def load(f, model, nper=None, nstp=None, nlay=None, ext_unit_dict=None): """ Load an existing package. Parameters ---------- f : filename or file handle File to load. model : model object The model object (of type :class:`flopy.modflow.mf.Modflow`) to which this package will be added. nper : int The number of stress periods. If nper is None, then nper will be obtained from the model object. (default is None). nstp : list List containing the number of time steps in each stress period. If nstp is None, then nstp will be obtained from the DIS package attached to the model object. (default is None). nlay : int The number of model layers. If nlay is None, then nnlay will be obtained from the model object. nlay only needs to be specified if an empty model object is passed in and the oc file being loaded is defined using numeric codes. (default is None). ext_unit_dict : dictionary, optional If the arrays in the file are specified using EXTERNAL, or older style array control records, then `f` should be a file handle. In this case ext_unit_dict is required, which can be constructed using the function :class:`flopy.utils.mfreadnam.parsenamefile`. Returns ------- oc : ModflowOc object ModflowOc object. Examples -------- >>> import flopy >>> m = flopy.modflow.Modflow() >>> oc = flopy.modflow.ModflowOc.load('test.oc', m) """ if model.verbose: sys.stdout.write('loading oc package file...\n') if nper is None: nrow, ncol, nlay, nper = model.get_nrow_ncol_nlay_nper() if nstp is None: nstp = model.get_package('DIS').nstp.array #initialize ihedfm = 0 iddnfm = 0 ihedun = 0 iddnun = 0 ibouun = 0 compact = False chedfm = None cddnfm = None cboufm = None words = [] wordrec = [] numericformat = False ihedfm, iddnfm = 0, 0 stress_period_data = {} #open file if not hasattr(f, 'read'): filename = f f = open(filename, 'r') # read header ipos = f.tell() while True: line = f.readline() if line[0] == '#': continue elif line[0] == []: continue else: lnlst = line.strip().split() try: ihedfm, iddnfm = int(lnlst[0]), int(lnlst[1]) ihedun, iddnun = int(lnlst[2]), int(lnlst[3]) numericformat = True except: f.seek(ipos) pass # exit so the remaining data can be read # from the file based on numericformat break # set pointer to current position in the OC file ipos = f.tell() #process each line lines = [] if numericformat == True: for iperoc in range(nper): for itsoc in range(nstp[iperoc]): line = f.readline() lnlst = line.strip().split() incode, ihddfl = int(lnlst[0]), int(lnlst[1]) ibudfl, icbcfl = int(lnlst[2]), int(lnlst[3]) # new print and save flags are needed if incode is not # less than 0. if incode >= 0: lines = [] # use print options from the last time step else: if len(lines) > 0: stress_period_data[(iperoc, itsoc)] = list(lines) continue # set print and save budget flags if ibudfl != 0: lines.append('PRINT BUDGET') if icbcfl != 0: lines.append('PRINT BUDGET') if incode == 0: line = f.readline() lnlst = line.strip().split() hdpr, ddpr = int(lnlst[0]), int(lnlst[1]) hdsv, ddsv = int(lnlst[2]), int(lnlst[3]) if hdpr != 0: lines.append('PRINT HEAD') if ddpr != 0: lines.append('PRINT DRAWDOWN') if hdsv != 0: lines.append('SAVE HEAD') if ddsv != 0: lines.append('SAVE DRAWDOWN') elif incode > 0: headprint = '' headsave = '' ddnprint = '' ddnsave = '' for k in range(nlay): line = f.readline() lnlst = line.strip().split() hdpr, ddpr = int(lnlst[0]), int(lnlst[1]) hdsv, ddsv = int(lnlst[2]), int(lnlst[3]) if hdpr != 0: headprint += ' {}'.format(k+1) if ddpr != 0: ddnprint += ' {}'.format(k+1) if hdsv != 0: headsave += ' {}'.format(k+1) if ddsv != 0: ddnsave += ' {}'.format(k+1) if len(headprint) > 0: lines.append('PRINT HEAD'+headprint) if len(ddnprint) > 0: lines.append('PRINT DRAWDOWN'+ddnprint) if len(headsave) > 0: lines.append('SAVE HEAD'+headdave) if len(ddnsave) > 0: lines.append('SAVE DRAWDOWN'+ddnsave) stress_period_data[(iperoc, itsoc)] = list(lines) else: iperoc, itsoc = 0, 0 while True: line = f.readline() if len(line) < 1: break lnlst = line.strip().split() if line[0] == '#': continue # added by JJS 12/12/14 to avoid error when there is a blank line in the OC file if lnlst == []: continue # end add #dataset 1 values elif ('HEAD' in lnlst[0].upper() and 'PRINT' in lnlst[1].upper() and 'FORMAT' in lnlst[2].upper() ): ihedfm = int(lnlst[3]) elif ('HEAD' in lnlst[0].upper() and 'SAVE' in lnlst[1].upper() and 'FORMAT' in lnlst[2].upper() ): chedfm = lnlst[3] elif ('HEAD' in lnlst[0].upper() and 'SAVE' in lnlst[1].upper() and 'UNIT' in lnlst[2].upper() ): ihedun = int(lnlst[3]) elif ('DRAWDOWN' in lnlst[0].upper() and 'PRINT' in lnlst[1].upper() and 'FORMAT' in lnlst[2].upper() ): iddnfm = int(lnlst[3]) elif ('DRAWDOWN' in lnlst[0].upper() and 'SAVE' in lnlst[1].upper() and 'FORMAT' in lnlst[2].upper() ): cddnfm = lnlst[3] elif ('DRAWDOWN' in lnlst[0].upper() and 'SAVE' in lnlst[1].upper() and 'UNIT' in lnlst[2].upper() ): iddnun = int(lnlst[3]) elif ('IBOUND' in lnlst[0].upper() and 'SAVE' in lnlst[1].upper() and 'FORMAT' in lnlst[2].upper() ): cboufm = lnlst[3] elif ('IBOUND' in lnlst[0].upper() and 'SAVE' in lnlst[1].upper() and 'UNIT' in lnlst[2].upper() ): ibouun = int(lnlst[3]) elif 'COMPACT' in lnlst[0].upper(): compact = True #dataset 2 elif 'PERIOD' in lnlst[0].upper(): if len(lines) > 0: if iperoc > 0: # create period step tuple kperkstp = (iperoc-1, itsoc-1) # save data stress_period_data[kperkstp] = lines # reset lines lines = [] # turn off oc if required if iperoc > 0: if itsoc==nstp[iperoc-1]: iperoc1 = iperoc + 1 itsoc1 = 1 else: iperoc1 = iperoc itsoc1 = itsoc + 1 else: iperoc1, itsoc1 = iperoc, itsoc # update iperoc and itsoc iperoc = int(lnlst[1]) itsoc = int(lnlst[3]) # do not used data that exceeds nper if iperoc > nper: break # add a empty list if necessary iempty = False if iperoc != iperoc1: iempty = True else: if itsoc != itsoc1: iempty = True if iempty == True: kperkstp = (iperoc1-1, itsoc1-1) stress_period_data[kperkstp] = [] #dataset 3 elif 'PRINT' in lnlst[0].upper(): lines.append('{} {}'.format(lnlst[0].lower(), lnlst[1].lower())) elif 'SAVE' in lnlst[0].upper() : lines.append('{} {}'.format(lnlst[0].lower(), lnlst[1].lower())) else: print('Error encountered in OC import.') print('Creating default OC package.') return ModflowOc(model) #store the last record in word if len(lines) > 0: # create period step tuple kperkstp = (iperoc-1, itsoc-1) # save data stress_period_data[kperkstp] = lines # add a empty list if necessary iempty = False if iperoc != iperoc1: iempty = True else: if itsoc != itsoc1: iempty = True if iempty == True: kperkstp = (iperoc1-1, itsoc1-1) stress_period_data[kperkstp] = [] # reset unit numbers unitnumber=[14, 51, 52, 53] if ihedun > 0: model.add_pop_key_list(ihedun) if iddnun > 0: model.add_pop_key_list(iddnun) if ibouun > 0: model.add_pop_key_list(ibouun) if cboufm == None: cboufm = True # create instance of oc class oc = ModflowOc(model, ihedfm=ihedfm, iddnfm=iddnfm, chedfm=chedfm, cddnfm=cddnfm, cboufm=cboufm, compact=compact, stress_period_data=stress_period_data) return oc
[ 37811, 201, 198, 76, 69, 420, 8265, 13, 220, 49850, 262, 3401, 11125, 46, 66, 1398, 13, 5740, 326, 262, 2836, 460, 1895, 201, 198, 1169, 3401, 11125, 46, 66, 1398, 355, 4600, 2704, 11081, 13, 4666, 11125, 13, 5841, 11125, 46, 66, 44646, 201, 198, 201, 198, 17699, 1321, 329, 428, 19164, 3697, 3913, 5301, 460, 307, 1043, 379, 262, 4600, 14439, 201, 198, 33365, 3697, 3913, 10005, 201, 198, 27, 4023, 1378, 7050, 13, 385, 14542, 13, 9567, 14, 519, 86, 14, 4666, 11125, 14, 33365, 3697, 3913, 12, 14315, 12, 47889, 14, 9630, 13, 6494, 30, 420, 13, 19211, 29, 63, 44807, 201, 198, 201, 198, 37811, 201, 198, 201, 198, 11748, 25064, 201, 198, 6738, 781, 11081, 13, 2022, 589, 1330, 15717, 201, 198, 201, 198, 4871, 3401, 11125, 46, 66, 7, 27813, 2599, 201, 198, 220, 220, 220, 37227, 201, 198, 220, 220, 220, 19164, 3697, 3913, 25235, 6779, 15717, 5016, 13, 201, 198, 201, 198, 220, 220, 220, 40117, 201, 198, 220, 220, 220, 24200, 438, 201, 198, 220, 220, 220, 2746, 1058, 2746, 2134, 201, 198, 220, 220, 220, 220, 220, 220, 220, 383, 2746, 2134, 357, 1659, 2099, 1058, 4871, 25, 63, 2704, 11081, 13, 4666, 11125, 13, 76, 69, 13, 5841, 11125, 63, 8, 284, 543, 201, 198, 220, 220, 220, 220, 220, 220, 220, 428, 5301, 481, 307, 2087, 13, 201, 198, 220, 220, 220, 1312, 704, 38353, 1058, 493, 201, 198, 220, 220, 220, 220, 220, 220, 220, 318, 257, 2438, 329, 262, 5794, 287, 543, 6665, 481, 307, 10398, 13, 201, 198, 220, 220, 220, 220, 220, 220, 220, 357, 12286, 318, 657, 737, 201, 198, 220, 220, 220, 220, 1638, 77, 38353, 1058, 493, 201, 198, 220, 220, 220, 220, 220, 220, 220, 318, 257, 2438, 329, 262, 5794, 287, 543, 6665, 481, 307, 10398, 13, 201, 198, 220, 220, 220, 220, 220, 220, 220, 357, 12286, 318, 657, 737, 201, 198, 220, 220, 220, 269, 704, 38353, 1058, 4731, 201, 198, 220, 220, 220, 220, 220, 220, 220, 318, 257, 2095, 1988, 326, 26052, 262, 5794, 329, 8914, 6665, 13, 201, 198, 220, 220, 220, 220, 220, 220, 220, 383, 5794, 1276, 3994, 1160, 3435, 393, 1342, 290, 1276, 307, 257, 4938, 201, 198, 220, 220, 220, 220, 220, 220, 220, 6401, 2596, 5794, 326, 318, 28543, 287, 46672, 13, 383, 5794, 1276, 307, 201, 198, 220, 220, 220, 220, 220, 220, 220, 28543, 287, 18584, 1773, 956, 611, 340, 4909, 530, 393, 517, 698, 2283, 393, 725, 292, 13, 201, 198, 220, 220, 220, 220, 220, 220, 220, 383, 11902, 1573, 406, 6242, 3698, 706, 262, 5794, 318, 973, 284, 7603, 326, 201, 198, 220, 220, 220, 220, 220, 220, 220, 1123, 7679, 286, 5072, 815, 307, 27165, 351, 257, 1627, 326, 15738, 262, 201, 198, 220, 220, 220, 220, 220, 220, 220, 5072, 357, 14323, 1741, 640, 11, 262, 7679, 852, 5072, 11, 290, 523, 6071, 737, 1002, 201, 198, 220, 220, 220, 220, 220, 220, 220, 612, 318, 645, 1700, 31577, 5870, 1961, 23264, 11, 788, 6665, 389, 3194, 284, 257, 201, 198, 220, 220, 220, 220, 220, 220, 220, 13934, 357, 403, 687, 16898, 8, 2393, 13, 45755, 3696, 389, 3221, 517, 16001, 621, 201, 198, 220, 220, 220, 220, 220, 220, 220, 2420, 3696, 11, 475, 484, 389, 407, 4143, 4839, 540, 1871, 1180, 201, 198, 220, 220, 220, 220, 220, 220, 220, 3644, 5361, 3341, 393, 1180, 6401, 2596, 552, 34393, 13, 201, 198, 220, 220, 220, 220, 220, 220, 220, 357, 12286, 318, 6045, 8, 201, 198, 220, 220, 220, 269, 1860, 77, 38353, 1058, 4731, 201, 198, 220, 220, 220, 220, 220, 220, 220, 318, 257, 2095, 1988, 326, 26052, 262, 5794, 329, 8914, 3197, 2902, 13, 201, 198, 220, 220, 220, 220, 220, 220, 220, 383, 5794, 1276, 3994, 1160, 3435, 393, 1342, 290, 1276, 307, 257, 4938, 201, 198, 220, 220, 220, 220, 220, 220, 220, 6401, 2596, 5794, 326, 318, 28543, 287, 46672, 13, 383, 5794, 1276, 307, 201, 198, 220, 220, 220, 220, 220, 220, 220, 28543, 287, 18584, 1773, 956, 611, 340, 4909, 530, 393, 517, 698, 2283, 393, 725, 292, 13, 201, 198, 220, 220, 220, 220, 220, 220, 220, 383, 11902, 1573, 406, 6242, 3698, 706, 262, 5794, 318, 973, 284, 7603, 326, 201, 198, 220, 220, 220, 220, 220, 220, 220, 1123, 7679, 286, 5072, 815, 307, 27165, 351, 257, 1627, 326, 15738, 262, 201, 198, 220, 220, 220, 220, 220, 220, 220, 5072, 357, 14323, 1741, 640, 11, 262, 7679, 852, 5072, 11, 290, 523, 6071, 737, 1002, 201, 198, 220, 220, 220, 220, 220, 220, 220, 612, 318, 645, 1700, 31577, 6458, 35, 21870, 44, 11, 788, 3197, 30371, 389, 3194, 284, 257, 201, 198, 220, 220, 220, 220, 220, 220, 220, 13934, 357, 403, 687, 16898, 8, 2393, 13, 45755, 3696, 389, 3221, 517, 16001, 621, 201, 198, 220, 220, 220, 220, 220, 220, 220, 2420, 3696, 11, 475, 484, 389, 407, 4143, 4839, 540, 1871, 1180, 201, 198, 220, 220, 220, 220, 220, 220, 220, 3644, 5361, 3341, 393, 1180, 6401, 2596, 552, 34393, 13, 201, 198, 220, 220, 220, 220, 220, 220, 220, 357, 12286, 318, 6045, 8, 201, 198, 220, 220, 220, 269, 65, 37116, 76, 1058, 4731, 201, 198, 220, 220, 220, 220, 220, 220, 220, 318, 257, 2095, 1988, 326, 26052, 262, 5794, 329, 8914, 24283, 633, 13, 201, 198, 220, 220, 220, 220, 220, 220, 220, 383, 5794, 1276, 3994, 1160, 3435, 393, 1342, 290, 1276, 307, 257, 4938, 201, 198, 220, 220, 220, 220, 220, 220, 220, 6401, 2596, 5794, 326, 318, 28543, 287, 46672, 13, 383, 5794, 1276, 307, 201, 198, 220, 220, 220, 220, 220, 220, 220, 28543, 287, 18584, 1773, 956, 611, 340, 4909, 530, 393, 517, 698, 2283, 393, 725, 292, 13, 201, 198, 220, 220, 220, 220, 220, 220, 220, 383, 11902, 1573, 406, 6242, 3698, 706, 262, 5794, 318, 973, 284, 7603, 326, 201, 198, 220, 220, 220, 220, 220, 220, 220, 1123, 7679, 286, 5072, 815, 307, 27165, 351, 257, 1627, 326, 15738, 262, 201, 198, 220, 220, 220, 220, 220, 220, 220, 5072, 357, 14323, 1741, 640, 11, 262, 7679, 852, 5072, 11, 290, 523, 6071, 737, 1002, 201, 198, 220, 220, 220, 220, 220, 220, 220, 612, 318, 645, 1700, 31577, 10078, 2606, 23264, 11, 788, 24283, 3733, 389, 3194, 284, 257, 201, 198, 220, 220, 220, 220, 220, 220, 220, 13934, 357, 403, 687, 16898, 8, 2393, 13, 45755, 3696, 389, 3221, 517, 16001, 621, 201, 198, 220, 220, 220, 220, 220, 220, 220, 2420, 3696, 11, 475, 484, 389, 407, 4143, 4839, 540, 1871, 1180, 201, 198, 220, 220, 220, 220, 220, 220, 220, 3644, 5361, 3341, 393, 1180, 6401, 2596, 552, 34393, 13, 201, 198, 220, 220, 220, 220, 220, 220, 220, 357, 12286, 318, 6045, 8, 201, 198, 220, 220, 220, 5503, 62, 41007, 62, 7890, 1058, 22155, 286, 286, 8341, 201, 198, 220, 220, 220, 220, 220, 220, 220, 28261, 1994, 318, 257, 46545, 351, 262, 6632, 12, 3106, 2278, 290, 2239, 220, 201, 198, 220, 220, 220, 220, 220, 220, 220, 357, 4061, 1137, 4503, 11, 42437, 4503, 8, 329, 1123, 3601, 14, 21928, 3038, 1351, 13, 220, 201, 198, 220, 220, 220, 220, 220, 220, 220, 357, 12286, 318, 1391, 7, 15, 11, 15, 2599, 17816, 21928, 1182, 20520, 30072, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 201, 198, 220, 220, 220, 220, 220, 220, 220, 383, 1351, 460, 423, 597, 4938, 19164, 3697, 3913, 24775, 3601, 14, 21928, 3038, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4810, 12394, 39837, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4810, 12394, 360, 20530, 41925, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4810, 12394, 347, 8322, 18851, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 14719, 6089, 39837, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 14719, 6089, 360, 20530, 41925, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 14719, 6089, 347, 8322, 18851, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 14719, 6089, 34782, 15919, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 383, 8341, 460, 635, 2291, 357, 16, 8, 20084, 2200, 24302, 18310, 287, 262, 1351, 284, 13259, 220, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3197, 2902, 4941, 284, 262, 2278, 290, 2239, 290, 357, 17, 8, 257, 1351, 286, 11685, 220, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 329, 4810, 12394, 39837, 11, 14719, 6089, 39837, 11, 4810, 12394, 360, 20530, 41925, 11, 14719, 6089, 360, 20530, 41925, 11, 290, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 14719, 6089, 34782, 15919, 13, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 201, 198, 220, 220, 220, 220, 220, 220, 220, 383, 1351, 318, 973, 329, 790, 5503, 2278, 290, 640, 2239, 706, 262, 220, 201, 198, 220, 220, 220, 220, 220, 220, 220, 357, 4061, 1137, 4503, 11, 42437, 4503, 8, 46545, 1566, 257, 357, 4061, 1137, 4503, 11, 42437, 4503, 8, 46545, 318, 5982, 351, 201, 198, 220, 220, 220, 220, 220, 220, 220, 290, 6565, 1351, 13, 201, 198, 220, 220, 220, 16001, 1058, 25131, 201, 198, 220, 220, 220, 220, 220, 220, 220, 12793, 2482, 287, 16001, 4466, 1296, 13, 357, 12286, 318, 6407, 737, 201, 198, 220, 220, 220, 7552, 1058, 1351, 286, 13042, 201, 198, 220, 220, 220, 220, 220, 220, 220, 357, 12286, 318, 37250, 420, 41707, 71, 9310, 41707, 1860, 77, 41707, 66, 15630, 20520, 737, 201, 198, 220, 220, 220, 4326, 17618, 1058, 1351, 286, 493, 82, 201, 198, 220, 220, 220, 220, 220, 220, 220, 357, 12286, 318, 685, 1415, 11, 6885, 11, 6740, 11, 7192, 35944, 201, 198, 201, 198, 220, 220, 220, 49213, 201, 198, 220, 220, 220, 24200, 438, 201, 198, 201, 198, 220, 220, 220, 25458, 201, 198, 220, 220, 220, 35656, 201, 198, 201, 198, 220, 220, 220, 4091, 4418, 201, 198, 220, 220, 220, 24200, 201, 198, 201, 198, 220, 220, 220, 11822, 201, 198, 220, 220, 220, 37404, 201, 198, 220, 220, 220, 383, 366, 10879, 1, 2446, 329, 31577, 5072, 1630, 318, 262, 691, 3038, 220, 201, 198, 220, 220, 220, 1695, 13, 220, 4418, 11, 262, 366, 5589, 529, 1, 4466, 815, 7685, 307, 973, 355, 340, 220, 201, 198, 220, 220, 220, 11073, 3696, 326, 389, 6032, 881, 4833, 13, 220, 383, 16001, 4466, 1296, 318, 220, 201, 198, 220, 220, 220, 635, 257, 9079, 329, 1262, 262, 19164, 34219, 18758, 9646, 1430, 13, 201, 198, 201, 198, 220, 220, 220, 21066, 201, 198, 220, 220, 220, 24200, 201, 198, 201, 198, 220, 220, 220, 13163, 1330, 781, 11081, 201, 198, 220, 220, 220, 13163, 285, 796, 781, 11081, 13, 4666, 11125, 13, 5841, 11125, 3419, 201, 198, 220, 220, 220, 13163, 599, 67, 796, 1391, 7, 15, 11, 657, 2599, 37250, 4798, 1182, 6, 4357, 201, 198, 220, 220, 220, 2644, 220, 220, 357, 15, 11, 352, 2599, 685, 4357, 201, 198, 220, 220, 220, 2644, 220, 220, 357, 15, 11, 34620, 2599, 37250, 4798, 1182, 6, 4357, 201, 198, 220, 220, 220, 2644, 220, 220, 357, 15, 11, 8646, 2599, 685, 4357, 201, 198, 220, 220, 220, 2644, 220, 220, 357, 15, 11, 48391, 2599, 37250, 4798, 1182, 3256, 705, 21928, 24283, 633, 6, 4357, 201, 198, 220, 220, 220, 2644, 220, 220, 357, 15, 11, 5323, 2599, 685, 4357, 201, 198, 220, 220, 220, 2644, 220, 220, 357, 15, 11, 767, 2920, 2599, 37250, 4798, 1182, 3256, 705, 1860, 35790, 6, 4357, 201, 198, 220, 220, 220, 2644, 220, 220, 357, 15, 11, 19683, 2599, 685, 4357, 201, 198, 220, 220, 220, 2644, 220, 220, 357, 15, 11, 36006, 2599, 37250, 4798, 1182, 20520, 92, 201, 198, 220, 220, 220, 13163, 267, 66, 796, 781, 11081, 13, 4666, 11125, 13, 5841, 11125, 46, 66, 18, 7, 76, 11, 5503, 62, 41007, 62, 7890, 28, 2777, 67, 11, 269, 65, 37116, 76, 11639, 7, 1238, 72, 20, 8, 11537, 201, 198, 201, 198, 220, 220, 220, 37227, 201, 198, 220, 220, 220, 825, 11593, 15003, 834, 7, 944, 11, 2746, 11, 59, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1312, 704, 38353, 28, 15, 11, 220, 1638, 77, 38353, 28, 15, 11, 269, 704, 38353, 28, 14202, 11, 269, 1860, 77, 38353, 28, 14202, 11, 59, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 269, 65, 37116, 76, 28, 14202, 11, 16001, 28, 17821, 11, 59, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5503, 62, 41007, 62, 7890, 34758, 7, 15, 11, 15, 2599, 17816, 21928, 1182, 20520, 5512, 59, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7552, 28, 17816, 420, 41707, 71, 9310, 41707, 1860, 77, 41707, 66, 15630, 6, 4357, 59, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4326, 17618, 41888, 1415, 11, 6885, 11, 6740, 11, 7192, 60, 2599, 201, 198, 201, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 201, 198, 220, 220, 220, 220, 220, 220, 220, 15717, 23772, 13, 201, 198, 201, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 201, 198, 201, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 4889, 31836, 338, 2315, 284, 900, 2116, 13, 8000, 11, 201, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 7552, 11, 1438, 290, 4326, 1271, 201, 198, 220, 220, 220, 220, 220, 220, 220, 289, 9310, 62, 69, 16762, 796, 705, 26947, 7, 33, 1268, 13153, 33047, 201, 198, 220, 220, 220, 220, 220, 220, 220, 288, 32656, 62, 69, 16762, 796, 705, 26947, 7, 33, 1268, 13153, 33047, 201, 198, 220, 220, 220, 220, 220, 220, 220, 611, 269, 704, 38353, 318, 407, 6045, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 289, 9310, 62, 69, 16762, 796, 705, 26947, 6, 201, 198, 220, 220, 220, 220, 220, 220, 220, 611, 269, 1860, 77, 38353, 318, 407, 6045, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 288, 32656, 62, 69, 16762, 796, 705, 26947, 6, 201, 198, 201, 198, 220, 220, 220, 220, 220, 220, 220, 24283, 280, 403, 796, 657, 201, 198, 220, 220, 220, 220, 220, 220, 220, 24283, 358, 39308, 796, 10352, 201, 198, 220, 220, 220, 220, 220, 220, 220, 329, 1994, 287, 1351, 7, 41494, 62, 41007, 62, 7890, 13, 13083, 3419, 2599, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 256, 796, 5503, 62, 41007, 62, 7890, 58, 2539, 60, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 18896, 7, 83, 8, 1875, 657, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 329, 3038, 287, 256, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 705, 571, 633, 6, 287, 3038, 13, 21037, 33529, 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, 24283, 358, 39308, 796, 6407, 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, 2270, 201, 198, 201, 198, 220, 220, 220, 220, 220, 220, 220, 1438, 796, 37250, 4503, 3256, 289, 9310, 62, 69, 16762, 11, 288, 32656, 62, 69, 16762, 11, 705, 26947, 7, 33, 1268, 13153, 8, 20520, 201, 198, 220, 220, 220, 220, 220, 220, 220, 3131, 796, 37250, 3256, 705, 2200, 6489, 11598, 3256, 705, 2200, 6489, 11598, 3256, 705, 2200, 6489, 11598, 20520, 201, 198, 220, 220, 220, 220, 220, 220, 220, 611, 24283, 358, 39308, 6624, 6407, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 269, 65, 37116, 76, 6624, 6045, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1438, 13, 33295, 10786, 26947, 7, 33, 1268, 13153, 8, 11537, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1438, 13, 33295, 10786, 26947, 11537, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7552, 13, 33295, 10786, 26762, 11537, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4326, 17618, 13, 33295, 7, 16562, 8, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 24283, 280, 403, 796, 4326, 17618, 58, 12, 16, 60, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3131, 13, 33295, 10786, 2200, 6489, 11598, 11537, 201, 198, 201, 198, 220, 220, 220, 220, 220, 220, 220, 15717, 13, 834, 15003, 834, 7, 944, 11, 2746, 11, 7552, 28, 2302, 3004, 11, 1438, 28, 3672, 11, 4326, 62, 17618, 28, 20850, 17618, 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, 3131, 28, 26086, 8, 220, 1303, 4889, 31836, 338, 2315, 284, 900, 2116, 13, 8000, 11, 7552, 11, 1438, 290, 4326, 1271, 201, 198, 201, 198, 201, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 33878, 796, 705, 2, 25235, 1630, 5301, 2393, 6, 10, 59, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 329, 19164, 3697, 3913, 11, 7560, 416, 1610, 11081, 2637, 201, 198, 201, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 6371, 796, 705, 420, 13, 19211, 6, 201, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 72, 704, 38353, 796, 1312, 704, 38353, 201, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 1638, 77, 38353, 796, 220, 1638, 77, 38353, 201, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 1740, 38353, 796, 269, 704, 38353, 201, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 66, 1860, 77, 38353, 796, 269, 1860, 77, 38353, 201, 198, 201, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 571, 280, 403, 796, 24283, 280, 403, 201, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 21101, 37116, 76, 796, 269, 65, 37116, 76, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 201, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 5589, 529, 796, 16001, 201, 198, 201, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 41494, 62, 41007, 62, 7890, 796, 5503, 62, 41007, 62, 7890, 201, 198, 201, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 8000, 13, 2860, 62, 26495, 7, 944, 8, 201, 198, 201, 198, 220, 220, 220, 825, 3551, 62, 7753, 7, 944, 2599, 201, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 201, 198, 220, 220, 220, 220, 220, 220, 220, 19430, 262, 2393, 13, 201, 198, 201, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 201, 198, 220, 220, 220, 220, 220, 220, 220, 277, 62, 420, 796, 1280, 7, 944, 13, 22184, 62, 6978, 11, 705, 86, 11537, 201, 198, 220, 220, 220, 220, 220, 220, 220, 277, 62, 420, 13, 13564, 10786, 90, 32239, 77, 4458, 18982, 7, 944, 13, 33878, 4008, 201, 198, 201, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 3551, 3689, 201, 198, 201, 198, 220, 220, 220, 220, 220, 220, 220, 277, 62, 420, 13, 13564, 10786, 37682, 4810, 12394, 7473, 41636, 1391, 15, 25, 18, 13, 15, 69, 32239, 77, 6, 59, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 764, 18982, 7, 944, 13, 72, 704, 38353, 4008, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 201, 198, 220, 220, 220, 220, 220, 220, 220, 611, 2116, 13, 1740, 38353, 318, 407, 6045, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 277, 62, 420, 13, 13564, 10786, 37682, 14719, 6089, 7473, 41636, 1391, 15, 25, 1238, 82, 92, 406, 6242, 3698, 59, 77, 6, 59, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 764, 18982, 7, 944, 13, 1740, 38353, 4008, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 201, 198, 220, 220, 220, 220, 220, 220, 220, 277, 62, 420, 13, 13564, 10786, 37682, 14719, 6089, 4725, 2043, 1391, 15, 25, 20, 13, 15, 69, 32239, 77, 6, 59, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 764, 18982, 7, 944, 13, 20850, 62, 17618, 58, 16, 60, 4008, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 201, 198, 220, 220, 220, 220, 220, 220, 220, 277, 62, 420, 13, 13564, 10786, 35, 20530, 41925, 4810, 12394, 7473, 41636, 1391, 15, 25, 18, 13, 15, 69, 32239, 77, 6, 59, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 764, 18982, 7, 944, 13, 1638, 77, 38353, 4008, 201, 198, 220, 220, 220, 220, 220, 220, 220, 611, 2116, 13, 66, 1860, 77, 38353, 318, 407, 6045, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 277, 62, 420, 13, 13564, 10786, 35, 20530, 41925, 14719, 6089, 7473, 41636, 1391, 15, 25, 1238, 82, 92, 406, 6242, 3698, 59, 77, 6, 59, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 764, 18982, 7, 944, 13, 66, 1860, 77, 38353, 4008, 201, 198, 220, 220, 220, 220, 220, 220, 220, 277, 62, 420, 13, 13564, 10786, 35, 20530, 41925, 14719, 6089, 4725, 2043, 1391, 15, 25, 20, 13, 15, 69, 32239, 77, 6, 59, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 764, 18982, 7, 944, 13, 20850, 62, 17618, 58, 17, 60, 4008, 201, 198, 201, 198, 220, 220, 220, 220, 220, 220, 220, 611, 2116, 13, 571, 280, 403, 1875, 657, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 2116, 13, 21101, 37116, 76, 318, 407, 6045, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 277, 62, 420, 13, 13564, 10786, 9865, 15919, 14719, 6089, 7473, 41636, 1391, 15, 25, 1238, 82, 92, 406, 6242, 3698, 59, 77, 6, 59, 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, 764, 18982, 7, 944, 13, 21101, 37116, 76, 4008, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 277, 62, 420, 13, 13564, 10786, 9865, 15919, 14719, 6089, 4725, 2043, 1391, 15, 25, 20, 13, 15, 69, 32239, 77, 6, 59, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 764, 18982, 7, 944, 13, 20850, 62, 17618, 58, 19, 60, 4008, 201, 198, 201, 198, 220, 220, 220, 220, 220, 220, 220, 611, 2116, 13, 5589, 529, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 277, 62, 420, 13, 13564, 10786, 9858, 47, 10659, 347, 8322, 18851, 34020, 1546, 59, 77, 11537, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 201, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 751, 257, 1627, 2880, 1352, 1022, 13639, 290, 5503, 201, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 220, 2278, 1366, 201, 198, 220, 220, 220, 220, 220, 220, 220, 277, 62, 420, 13, 13564, 10786, 59, 77, 11537, 201, 198, 201, 198, 201, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 13564, 262, 32361, 8379, 3417, 416, 262, 1366, 8633, 201, 198, 220, 220, 220, 220, 220, 220, 220, 299, 81, 11, 299, 66, 11, 299, 75, 11, 299, 525, 796, 2116, 13, 8000, 13, 1136, 62, 77, 808, 62, 77, 4033, 62, 77, 10724, 62, 77, 525, 3419, 201, 198, 220, 220, 220, 220, 220, 220, 220, 299, 301, 79, 796, 2116, 13, 8000, 13, 1136, 62, 26495, 10786, 26288, 27691, 77, 301, 79, 201, 198, 201, 198, 220, 220, 220, 220, 220, 220, 220, 8251, 796, 1351, 7, 944, 13, 41494, 62, 41007, 62, 7890, 13, 13083, 28955, 201, 198, 220, 220, 220, 220, 220, 220, 220, 8251, 13, 30619, 3419, 201, 198, 201, 198, 220, 220, 220, 220, 220, 220, 220, 1366, 796, 17635, 201, 198, 220, 220, 220, 220, 220, 220, 220, 3951, 796, 10148, 201, 198, 220, 220, 220, 220, 220, 220, 220, 288, 32656, 5420, 796, 10148, 201, 198, 220, 220, 220, 220, 220, 220, 220, 329, 479, 525, 287, 2837, 7, 77, 525, 2599, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 329, 479, 301, 79, 287, 2837, 7, 77, 301, 79, 58, 74, 525, 60, 2599, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 479, 525, 74, 301, 79, 796, 357, 74, 525, 11, 479, 301, 79, 8, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 479, 525, 74, 301, 79, 287, 8251, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1366, 796, 2116, 13, 41494, 62, 41007, 62, 7890, 58, 74, 525, 74, 301, 79, 60, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 407, 318, 39098, 7, 7890, 11, 1351, 2599, 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, 1366, 796, 685, 7890, 60, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3951, 796, 10148, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 18896, 7, 7890, 8, 1875, 657, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 329, 2378, 287, 1366, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 705, 16458, 2200, 24302, 18310, 6, 287, 2378, 13, 45828, 33529, 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, 288, 32656, 5420, 796, 2378, 13, 21037, 3419, 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, 2073, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3951, 15853, 705, 90, 32239, 77, 4458, 18982, 7, 9186, 8, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 18896, 7, 6615, 8, 1875, 657, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 277, 62, 420, 13, 13564, 10786, 41007, 23884, 2239, 23884, 23884, 59, 77, 4458, 18982, 7, 74, 525, 10, 16, 11, 479, 301, 79, 10, 16, 11, 288, 32656, 5420, 4008, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 277, 62, 420, 13, 13564, 7, 6615, 8, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 277, 62, 420, 13, 13564, 10786, 59, 77, 11537, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 288, 32656, 5420, 796, 10148, 201, 198, 201, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 1969, 267, 66, 2393, 201, 198, 220, 220, 220, 220, 220, 220, 220, 277, 62, 420, 13, 19836, 3419, 201, 198, 201, 198, 220, 220, 220, 2488, 12708, 24396, 201, 198, 220, 220, 220, 825, 3440, 7, 69, 11, 2746, 11, 299, 525, 28, 14202, 11, 299, 301, 79, 28, 14202, 11, 299, 10724, 28, 14202, 11, 1070, 62, 20850, 62, 11600, 28, 14202, 2599, 201, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 201, 198, 220, 220, 220, 220, 220, 220, 220, 8778, 281, 4683, 5301, 13, 201, 198, 201, 198, 220, 220, 220, 220, 220, 220, 220, 40117, 201, 198, 220, 220, 220, 220, 220, 220, 220, 24200, 438, 201, 198, 220, 220, 220, 220, 220, 220, 220, 277, 1058, 29472, 393, 2393, 5412, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 9220, 284, 3440, 13, 201, 198, 220, 220, 220, 220, 220, 220, 220, 2746, 1058, 2746, 2134, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 383, 2746, 2134, 357, 1659, 2099, 1058, 4871, 25, 63, 2704, 11081, 13, 4666, 11125, 13, 76, 69, 13, 5841, 11125, 63, 8, 284, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 543, 428, 5301, 481, 307, 2087, 13, 201, 198, 220, 220, 220, 220, 220, 220, 220, 299, 525, 1058, 493, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 383, 1271, 286, 5503, 9574, 13, 220, 1002, 299, 525, 318, 6045, 11, 788, 299, 525, 481, 307, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6492, 422, 262, 2746, 2134, 13, 357, 12286, 318, 6045, 737, 201, 198, 220, 220, 220, 220, 220, 220, 220, 299, 301, 79, 1058, 1351, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7343, 7268, 262, 1271, 286, 640, 4831, 287, 1123, 5503, 2278, 13, 220, 220, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1002, 299, 301, 79, 318, 6045, 11, 788, 299, 301, 79, 481, 307, 6492, 422, 262, 13954, 5301, 220, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7223, 284, 262, 2746, 2134, 13, 357, 12286, 318, 6045, 737, 201, 198, 220, 220, 220, 220, 220, 220, 220, 299, 10724, 1058, 493, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 383, 1271, 286, 2746, 11685, 13, 220, 1002, 299, 10724, 318, 6045, 11, 788, 299, 77, 10724, 481, 307, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6492, 422, 262, 2746, 2134, 13, 299, 10724, 691, 2476, 284, 307, 7368, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 281, 6565, 2746, 2134, 318, 3804, 287, 290, 262, 267, 66, 2393, 852, 9639, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 318, 5447, 1262, 35575, 12416, 13, 357, 12286, 318, 6045, 737, 201, 198, 220, 220, 220, 220, 220, 220, 220, 1070, 62, 20850, 62, 11600, 1058, 22155, 11, 11902, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1002, 262, 26515, 287, 262, 2393, 389, 7368, 1262, 7788, 31800, 1847, 11, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 393, 4697, 3918, 7177, 1630, 4406, 11, 788, 4600, 69, 63, 815, 307, 257, 2393, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5412, 13, 220, 554, 428, 1339, 1070, 62, 20850, 62, 11600, 318, 2672, 11, 543, 460, 307, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 12006, 1262, 262, 2163, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1058, 4871, 25, 63, 2704, 11081, 13, 26791, 13, 76, 69, 961, 7402, 13, 79, 945, 12453, 7753, 44646, 201, 198, 201, 198, 220, 220, 220, 220, 220, 220, 220, 16409, 201, 198, 220, 220, 220, 220, 220, 220, 220, 35656, 201, 198, 220, 220, 220, 220, 220, 220, 220, 267, 66, 1058, 3401, 11125, 46, 66, 2134, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3401, 11125, 46, 66, 2134, 13, 201, 198, 201, 198, 220, 220, 220, 220, 220, 220, 220, 21066, 201, 198, 220, 220, 220, 220, 220, 220, 220, 24200, 201, 198, 201, 198, 220, 220, 220, 220, 220, 220, 220, 13163, 1330, 781, 11081, 201, 198, 220, 220, 220, 220, 220, 220, 220, 13163, 285, 796, 781, 11081, 13, 4666, 11125, 13, 5841, 11125, 3419, 201, 198, 220, 220, 220, 220, 220, 220, 220, 13163, 267, 66, 796, 781, 11081, 13, 4666, 11125, 13, 5841, 11125, 46, 66, 13, 2220, 10786, 9288, 13, 420, 3256, 285, 8, 201, 198, 201, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 201, 198, 220, 220, 220, 220, 220, 220, 220, 611, 2746, 13, 19011, 577, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 25064, 13, 19282, 448, 13, 13564, 10786, 25138, 267, 66, 5301, 2393, 986, 59, 77, 11537, 201, 198, 201, 198, 220, 220, 220, 220, 220, 220, 220, 611, 299, 525, 318, 6045, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 299, 808, 11, 299, 4033, 11, 299, 10724, 11, 299, 525, 796, 2746, 13, 1136, 62, 77, 808, 62, 77, 4033, 62, 77, 10724, 62, 77, 525, 3419, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 201, 198, 220, 220, 220, 220, 220, 220, 220, 611, 299, 301, 79, 318, 6045, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 299, 301, 79, 796, 2746, 13, 1136, 62, 26495, 10786, 26288, 27691, 77, 301, 79, 13, 18747, 201, 198, 201, 198, 201, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 36733, 1096, 201, 198, 220, 220, 220, 220, 220, 220, 220, 1312, 704, 38353, 796, 657, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 1638, 77, 38353, 796, 657, 201, 198, 220, 220, 220, 220, 220, 220, 220, 1312, 704, 403, 796, 657, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 1638, 77, 403, 796, 657, 201, 198, 220, 220, 220, 220, 220, 220, 220, 24283, 280, 403, 796, 657, 201, 198, 220, 220, 220, 220, 220, 220, 220, 16001, 796, 10352, 201, 198, 220, 220, 220, 220, 220, 220, 220, 269, 704, 38353, 796, 6045, 201, 198, 220, 220, 220, 220, 220, 220, 220, 269, 1860, 77, 38353, 796, 6045, 201, 198, 220, 220, 220, 220, 220, 220, 220, 269, 65, 37116, 76, 796, 6045, 201, 198, 220, 220, 220, 220, 220, 220, 220, 2456, 796, 17635, 201, 198, 220, 220, 220, 220, 220, 220, 220, 1573, 8344, 796, 17635, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 201, 198, 220, 220, 220, 220, 220, 220, 220, 35575, 18982, 796, 10352, 201, 198, 220, 220, 220, 220, 220, 220, 220, 1312, 704, 38353, 11, 220, 1638, 77, 38353, 796, 657, 11, 657, 201, 198, 201, 198, 220, 220, 220, 220, 220, 220, 220, 5503, 62, 41007, 62, 7890, 796, 23884, 201, 198, 201, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 9654, 2393, 201, 198, 220, 220, 220, 220, 220, 220, 220, 611, 407, 468, 35226, 7, 69, 11, 705, 961, 6, 2599, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 29472, 796, 277, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 277, 796, 1280, 7, 34345, 11, 705, 81, 11537, 201, 198, 201, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 1100, 13639, 201, 198, 220, 220, 220, 220, 220, 220, 220, 20966, 418, 796, 277, 13, 33331, 3419, 201, 198, 220, 220, 220, 220, 220, 220, 220, 981, 6407, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1627, 796, 277, 13, 961, 1370, 3419, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 1627, 58, 15, 60, 6624, 705, 2, 10354, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2555, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1288, 361, 1627, 58, 15, 60, 6624, 685, 5974, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2555, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 300, 21283, 301, 796, 1627, 13, 36311, 22446, 35312, 3419, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1949, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1312, 704, 38353, 11, 220, 1638, 77, 38353, 796, 493, 7, 18755, 75, 301, 58, 15, 46570, 493, 7, 18755, 75, 301, 58, 16, 12962, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1312, 704, 403, 11, 220, 1638, 77, 403, 796, 493, 7, 18755, 75, 301, 58, 17, 46570, 493, 7, 18755, 75, 301, 58, 18, 12962, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 35575, 18982, 796, 6407, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2845, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 277, 13, 36163, 7, 541, 418, 8, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1208, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 8420, 523, 262, 5637, 1366, 460, 307, 1100, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 220, 422, 262, 2393, 1912, 319, 35575, 18982, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2270, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 900, 17562, 284, 1459, 2292, 287, 262, 24775, 2393, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 20966, 418, 796, 277, 13, 33331, 3419, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 201, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 14681, 1123, 1627, 201, 198, 220, 220, 220, 220, 220, 220, 220, 3951, 796, 17635, 201, 198, 220, 220, 220, 220, 220, 220, 220, 611, 35575, 18982, 6624, 6407, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 329, 1312, 525, 420, 287, 2837, 7, 77, 525, 2599, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 329, 663, 420, 287, 2837, 7, 77, 301, 79, 58, 9346, 420, 60, 2599, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1627, 796, 277, 13, 961, 1370, 3419, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 300, 21283, 301, 796, 1627, 13, 36311, 22446, 35312, 3419, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 753, 1098, 11, 1312, 71, 1860, 2704, 796, 493, 7, 18755, 75, 301, 58, 15, 46570, 493, 7, 18755, 75, 301, 58, 16, 12962, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 24283, 463, 2704, 11, 14158, 15630, 2704, 796, 493, 7, 18755, 75, 301, 58, 17, 46570, 493, 7, 18755, 75, 301, 58, 18, 12962, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 649, 3601, 290, 3613, 9701, 389, 2622, 611, 753, 1098, 318, 407, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 220, 1342, 621, 657, 13, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 753, 1098, 18189, 657, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3951, 796, 17635, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 779, 3601, 3689, 422, 262, 938, 640, 2239, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 18896, 7, 6615, 8, 1875, 657, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5503, 62, 41007, 62, 7890, 58, 7, 9346, 420, 11, 663, 420, 15437, 796, 1351, 7, 6615, 8, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2555, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 900, 3601, 290, 3613, 4466, 9701, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 24283, 463, 2704, 14512, 657, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3951, 13, 33295, 10786, 4805, 12394, 347, 8322, 18851, 11537, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 14158, 15630, 2704, 14512, 657, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3951, 13, 33295, 10786, 4805, 12394, 347, 8322, 18851, 11537, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 753, 1098, 6624, 657, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1627, 796, 277, 13, 961, 1370, 3419, 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, 300, 21283, 301, 796, 1627, 13, 36311, 22446, 35312, 3419, 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, 289, 67, 1050, 11, 49427, 1050, 796, 493, 7, 18755, 75, 301, 58, 15, 46570, 493, 7, 18755, 75, 301, 58, 16, 12962, 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, 289, 9310, 85, 11, 288, 9310, 85, 796, 493, 7, 18755, 75, 301, 58, 17, 46570, 493, 7, 18755, 75, 301, 58, 18, 12962, 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, 611, 289, 67, 1050, 14512, 657, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3951, 13, 33295, 10786, 4805, 12394, 39837, 11537, 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, 611, 49427, 1050, 14512, 657, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3951, 13, 33295, 10786, 4805, 12394, 360, 20530, 41925, 11537, 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, 611, 289, 9310, 85, 14512, 657, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3951, 13, 33295, 10786, 4090, 6089, 39837, 11537, 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, 611, 288, 9310, 85, 14512, 657, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3951, 13, 33295, 10786, 4090, 6089, 360, 20530, 41925, 11537, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1288, 361, 753, 1098, 1875, 657, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1182, 4798, 796, 10148, 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, 6665, 1015, 796, 10148, 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, 288, 32656, 4798, 796, 10148, 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, 49427, 5907, 1015, 796, 10148, 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, 329, 479, 287, 2837, 7, 77, 10724, 2599, 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, 1627, 796, 277, 13, 961, 1370, 3419, 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, 300, 21283, 301, 796, 1627, 13, 36311, 22446, 35312, 3419, 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, 289, 67, 1050, 11, 49427, 1050, 796, 493, 7, 18755, 75, 301, 58, 15, 46570, 493, 7, 18755, 75, 301, 58, 16, 12962, 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, 289, 9310, 85, 11, 288, 9310, 85, 796, 493, 7, 18755, 75, 301, 58, 17, 46570, 493, 7, 18755, 75, 301, 58, 18, 12962, 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, 611, 289, 67, 1050, 14512, 657, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1182, 4798, 15853, 705, 23884, 4458, 18982, 7, 74, 10, 16, 8, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 49427, 1050, 14512, 657, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 288, 32656, 4798, 15853, 705, 23884, 4458, 18982, 7, 74, 10, 16, 8, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 289, 9310, 85, 14512, 657, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6665, 1015, 15853, 705, 23884, 4458, 18982, 7, 74, 10, 16, 8, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 288, 9310, 85, 14512, 657, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 49427, 5907, 1015, 15853, 705, 23884, 4458, 18982, 7, 74, 10, 16, 8, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 18896, 7, 2256, 4798, 8, 1875, 657, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3951, 13, 33295, 10786, 4805, 12394, 39837, 6, 10, 2256, 4798, 8, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 18896, 7, 1860, 77, 4798, 8, 1875, 657, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3951, 13, 33295, 10786, 4805, 12394, 360, 20530, 41925, 6, 10, 1860, 77, 4798, 8, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 18896, 7, 16600, 1015, 8, 1875, 657, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3951, 13, 33295, 10786, 4090, 6089, 39837, 6, 10, 2256, 67, 1015, 8, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 18896, 7, 1860, 5907, 1015, 8, 1875, 657, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3951, 13, 33295, 10786, 4090, 6089, 360, 20530, 41925, 6, 10, 1860, 5907, 1015, 8, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5503, 62, 41007, 62, 7890, 58, 7, 9346, 420, 11, 663, 420, 15437, 796, 1351, 7, 6615, 8, 201, 198, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1312, 525, 420, 11, 663, 420, 796, 657, 11, 657, 220, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 981, 6407, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1627, 796, 277, 13, 961, 1370, 3419, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 18896, 7, 1370, 8, 1279, 352, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2270, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 300, 21283, 301, 796, 1627, 13, 36311, 22446, 35312, 3419, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 1627, 58, 15, 60, 6624, 705, 2, 10354, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2555, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 2087, 416, 449, 20120, 1105, 14, 1065, 14, 1415, 284, 3368, 4049, 618, 612, 318, 257, 9178, 1627, 287, 262, 24775, 2393, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 300, 21283, 301, 6624, 685, 5974, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2555, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 886, 751, 201, 198, 220, 220, 220, 220, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 19608, 292, 316, 352, 3815, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1288, 361, 19203, 37682, 6, 287, 300, 21283, 301, 58, 15, 4083, 45828, 3419, 290, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 4805, 12394, 6, 287, 300, 21283, 301, 58, 16, 4083, 45828, 3419, 290, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 21389, 1404, 6, 287, 300, 21283, 301, 58, 17, 4083, 45828, 3419, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 15179, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1312, 704, 38353, 796, 493, 7, 18755, 75, 301, 58, 18, 12962, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1288, 361, 19203, 37682, 6, 287, 300, 21283, 301, 58, 15, 4083, 45828, 3419, 290, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 4090, 6089, 6, 287, 300, 21283, 301, 58, 16, 4083, 45828, 3419, 290, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 21389, 1404, 6, 287, 300, 21283, 301, 58, 17, 4083, 45828, 3419, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 15179, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 269, 704, 38353, 796, 300, 21283, 301, 58, 18, 60, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1288, 361, 19203, 37682, 6, 287, 300, 21283, 301, 58, 15, 4083, 45828, 3419, 290, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 4090, 6089, 6, 287, 300, 21283, 301, 58, 16, 4083, 45828, 3419, 290, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 4944, 2043, 6, 287, 300, 21283, 301, 58, 17, 4083, 45828, 3419, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 15179, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1312, 704, 403, 796, 493, 7, 18755, 75, 301, 58, 18, 12962, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1288, 361, 19203, 35, 20530, 41925, 6, 287, 300, 21283, 301, 58, 15, 4083, 45828, 3419, 290, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 4805, 12394, 6, 287, 300, 21283, 301, 58, 16, 4083, 45828, 3419, 290, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 21389, 1404, 6, 287, 300, 21283, 301, 58, 17, 4083, 45828, 3419, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 15179, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1638, 77, 38353, 796, 493, 7, 18755, 75, 301, 58, 18, 12962, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1288, 361, 19203, 35, 20530, 41925, 6, 287, 300, 21283, 301, 58, 15, 4083, 45828, 3419, 290, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 4090, 6089, 6, 287, 300, 21283, 301, 58, 16, 4083, 45828, 3419, 290, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 21389, 1404, 6, 287, 300, 21283, 301, 58, 17, 4083, 45828, 3419, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 15179, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 269, 1860, 77, 38353, 796, 300, 21283, 301, 58, 18, 60, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1288, 361, 19203, 35, 20530, 41925, 6, 287, 300, 21283, 301, 58, 15, 4083, 45828, 3419, 290, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 4090, 6089, 6, 287, 300, 21283, 301, 58, 16, 4083, 45828, 3419, 290, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 4944, 2043, 6, 287, 300, 21283, 301, 58, 17, 4083, 45828, 3419, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 15179, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1638, 77, 403, 796, 493, 7, 18755, 75, 301, 58, 18, 12962, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1288, 361, 19203, 9865, 15919, 6, 287, 300, 21283, 301, 58, 15, 4083, 45828, 3419, 290, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 4090, 6089, 6, 287, 300, 21283, 301, 58, 16, 4083, 45828, 3419, 290, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 21389, 1404, 6, 287, 300, 21283, 301, 58, 17, 4083, 45828, 3419, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 15179, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 269, 65, 37116, 76, 796, 300, 21283, 301, 58, 18, 60, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1288, 361, 19203, 9865, 15919, 6, 287, 300, 21283, 301, 58, 15, 4083, 45828, 3419, 290, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 4090, 6089, 6, 287, 300, 21283, 301, 58, 16, 4083, 45828, 3419, 290, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 4944, 2043, 6, 287, 300, 21283, 301, 58, 17, 4083, 45828, 3419, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 15179, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 24283, 280, 403, 796, 493, 7, 18755, 75, 301, 58, 18, 12962, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1288, 361, 705, 9858, 47, 10659, 6, 287, 300, 21283, 301, 58, 15, 4083, 45828, 33529, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 16001, 796, 6407, 201, 198, 220, 220, 220, 220, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 19608, 292, 316, 362, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1288, 361, 705, 18973, 40, 3727, 6, 287, 300, 21283, 301, 58, 15, 4083, 45828, 33529, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 18896, 7, 6615, 8, 1875, 657, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 1312, 525, 420, 1875, 657, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 2251, 2278, 2239, 46545, 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, 479, 525, 74, 301, 79, 796, 357, 9346, 420, 12, 16, 11, 663, 420, 12, 16, 8, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 3613, 1366, 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, 5503, 62, 41007, 62, 7890, 58, 74, 525, 74, 301, 79, 60, 796, 3951, 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, 1303, 13259, 3951, 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, 3951, 796, 17635, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 1210, 572, 267, 66, 611, 2672, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 1312, 525, 420, 1875, 657, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 663, 420, 855, 77, 301, 79, 58, 9346, 420, 12, 16, 5974, 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, 1312, 525, 420, 16, 796, 1312, 525, 420, 1343, 352, 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, 663, 420, 16, 796, 352, 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, 2073, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1312, 525, 420, 16, 796, 1312, 525, 420, 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, 663, 420, 16, 796, 663, 420, 1343, 352, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1312, 525, 420, 16, 11, 663, 420, 16, 796, 1312, 525, 420, 11, 663, 420, 220, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 4296, 1312, 525, 420, 290, 663, 420, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1312, 525, 420, 796, 493, 7, 18755, 75, 301, 58, 16, 12962, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 663, 420, 796, 493, 7, 18755, 75, 301, 58, 18, 12962, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 466, 407, 973, 1366, 326, 21695, 299, 525, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 1312, 525, 420, 1875, 299, 525, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2270, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 751, 257, 6565, 1351, 611, 3306, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1312, 28920, 796, 10352, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 1312, 525, 420, 14512, 1312, 525, 420, 16, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1312, 28920, 796, 6407, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 663, 420, 14512, 663, 420, 16, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1312, 28920, 796, 6407, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 1312, 28920, 6624, 6407, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 479, 525, 74, 301, 79, 796, 357, 9346, 420, 16, 12, 16, 11, 663, 420, 16, 12, 16, 8, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5503, 62, 41007, 62, 7890, 58, 74, 525, 74, 301, 79, 60, 796, 17635, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 19608, 292, 316, 513, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1288, 361, 705, 4805, 12394, 6, 287, 300, 21283, 301, 58, 15, 4083, 45828, 33529, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3951, 13, 33295, 10786, 90, 92, 23884, 4458, 18982, 7, 18755, 75, 301, 58, 15, 4083, 21037, 22784, 300, 21283, 301, 58, 16, 4083, 21037, 3419, 4008, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1288, 361, 705, 4090, 6089, 6, 287, 300, 21283, 301, 58, 15, 4083, 45828, 3419, 1058, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3951, 13, 33295, 10786, 90, 92, 23884, 4458, 18982, 7, 18755, 75, 301, 58, 15, 4083, 21037, 22784, 300, 21283, 301, 58, 16, 4083, 21037, 3419, 4008, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3601, 10786, 12331, 12956, 287, 24775, 1330, 2637, 8, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3601, 10786, 32071, 4277, 24775, 5301, 2637, 8, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 3401, 11125, 46, 66, 7, 19849, 8, 201, 198, 220, 220, 220, 220, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 8095, 262, 938, 1700, 287, 1573, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 18896, 7, 6615, 8, 1875, 657, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 2251, 2278, 2239, 46545, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 479, 525, 74, 301, 79, 796, 357, 9346, 420, 12, 16, 11, 663, 420, 12, 16, 8, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 3613, 1366, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5503, 62, 41007, 62, 7890, 58, 74, 525, 74, 301, 79, 60, 796, 3951, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 751, 257, 6565, 1351, 611, 3306, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1312, 28920, 796, 10352, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 1312, 525, 420, 14512, 1312, 525, 420, 16, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1312, 28920, 796, 6407, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 663, 420, 14512, 663, 420, 16, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1312, 28920, 796, 6407, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 1312, 28920, 6624, 6407, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 479, 525, 74, 301, 79, 796, 357, 9346, 420, 16, 12, 16, 11, 663, 420, 16, 12, 16, 8, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5503, 62, 41007, 62, 7890, 58, 74, 525, 74, 301, 79, 60, 796, 17635, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 201, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 13259, 4326, 3146, 201, 198, 220, 220, 220, 220, 220, 220, 220, 4326, 17618, 41888, 1415, 11, 6885, 11, 6740, 11, 7192, 60, 201, 198, 220, 220, 220, 220, 220, 220, 220, 611, 1312, 704, 403, 1875, 657, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2746, 13, 2860, 62, 12924, 62, 2539, 62, 4868, 7, 72, 704, 403, 8, 201, 198, 220, 220, 220, 220, 220, 220, 220, 611, 220, 1638, 77, 403, 1875, 657, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2746, 13, 2860, 62, 12924, 62, 2539, 62, 4868, 7, 1638, 77, 403, 8, 201, 198, 220, 220, 220, 220, 220, 220, 220, 611, 24283, 280, 403, 1875, 657, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2746, 13, 2860, 62, 12924, 62, 2539, 62, 4868, 7, 571, 280, 403, 8, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 269, 65, 37116, 76, 6624, 6045, 25, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 269, 65, 37116, 76, 796, 6407, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 201, 198, 201, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 2251, 4554, 286, 267, 66, 1398, 201, 198, 220, 220, 220, 220, 220, 220, 220, 267, 66, 796, 3401, 11125, 46, 66, 7, 19849, 11, 1312, 704, 38353, 28, 72, 704, 38353, 11, 220, 1638, 77, 38353, 28, 1638, 77, 38353, 11, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 269, 704, 38353, 28, 1740, 38353, 11, 269, 1860, 77, 38353, 28, 66, 1860, 77, 38353, 11, 269, 65, 37116, 76, 28, 21101, 37116, 76, 11, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 16001, 28, 5589, 529, 11, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5503, 62, 41007, 62, 7890, 28, 41494, 62, 41007, 62, 7890, 8, 201, 198, 201, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 267, 66 ]
1.759954
12,935
from typing import List NeuronSchema = List[float] LayerSchema = List[NeuronSchema] NetworkSchema = List[LayerSchema]
[ 6738, 19720, 1330, 7343, 198, 198, 8199, 44372, 27054, 2611, 796, 7343, 58, 22468, 60, 198, 49925, 27054, 2611, 796, 7343, 58, 8199, 44372, 27054, 2611, 60, 198, 26245, 27054, 2611, 796, 7343, 58, 49925, 27054, 2611, 60, 198 ]
3.051282
39
import os from copy import copy from typing import Any, AsyncIterator, Dict, Iterator, Optional, Union, cast from pydantic import BaseModel, FilePath, validator from starlette.datastructures import State as StarletteStateClass
[ 11748, 28686, 198, 6738, 4866, 1330, 4866, 198, 6738, 19720, 1330, 4377, 11, 1081, 13361, 37787, 11, 360, 713, 11, 40806, 1352, 11, 32233, 11, 4479, 11, 3350, 198, 198, 6738, 279, 5173, 5109, 1330, 7308, 17633, 11, 9220, 15235, 11, 4938, 1352, 198, 6738, 3491, 21348, 13, 19608, 459, 1356, 942, 1330, 1812, 355, 2907, 21348, 9012, 9487, 628, 628, 628, 198 ]
3.714286
63
# # Author: Daniel G. A. Smith # Created: 6/15/14 # Original content from: # http://sirius.chem.vt.edu/wiki/doku.php?id=crawdad:programming # import numpy as np from scipy import linalg as SLA #Setup a few constats for the HF computation nuclear = 8.002367061810450 ndocc = 5 print 'Reading in integrals...' # Read in integrals So = np.genfromtxt('S.dat', delimiter=',') To = np.genfromtxt('T.dat', delimiter=',') Vo = np.genfromtxt('V.dat', delimiter=',') Io = np.genfromtxt('eri.dat', delimiter=',') #### Normal integrals S = make_array(So) T = make_array(To) V = make_array(Vo) ### ERI sh = [] for x in range(4): sh.append(Io[:,x].astype(np.int) - 1) ### 8 fold symmetry I = np.zeros(tuple(np.max(x)+1 for x in sh)) I[(sh[0], sh[1], sh[2], sh[3])] = Io[:, -1] I[(sh[0], sh[1], sh[3], sh[2])] = Io[:, -1] I[(sh[1], sh[0], sh[2], sh[3])] = Io[:, -1] I[(sh[1], sh[0], sh[3], sh[2])] = Io[:, -1] I[(sh[3], sh[2], sh[1], sh[0])] = Io[:, -1] I[(sh[3], sh[2], sh[0], sh[1])] = Io[:, -1] I[(sh[2], sh[3], sh[1], sh[0])] = Io[:, -1] I[(sh[2], sh[3], sh[0], sh[1])] = Io[:, -1] print '..Finished reading in integrals.\n' # Compute Hcore H = T + V # Orthogonalizer A = S^-1/2 # Option 1 # Use built-in numpy functions A = np.matrix(SLA.sqrtm(S)).I.real # Option 2 # As coded from the website # S_evals, S_evecs = SLA.eigh(S) # S_evals = np.power(S_evals, -0.5) # S_evals = np.diagflat(S_evals) # S_evecs = np.matrix(S_evecs) # A = S_evecs * S_evals * S_evecs.T # Calculate initial core guess # Using the matrix class # * is equivalent to matrix multiplication Hp = A * H * A e,C2 = SLA.eigh(Hp) C = A * C2 D = C[:, :ndocc] * C[:, :ndocc].T print('\nStarting SCF iterationations\n') Escf = 0.0 Enuc = nuclear Eold = 0.0 maxiteration = 30 E_conv = 1E-10 for iteration in range(1, maxiteration + 1): # Fock Build J = np.einsum('pqrs,rs', I, D) K = np.einsum('pqrs,qs', I, D) F = H + J * 2 - K Escf = np.einsum('ij,ij->', F + H, D) + Enuc # Roothaan Update print('@RHF Iteration %3d: Energy = %24.16f dE = %11.3E' % (iteration, Escf, Escf - Eold)) if (abs(Escf - Eold) < E_conv): break Eold = Escf # New guess Fp = A * F * A e, C2 = SLA.eigh(Fp) C = A * C2 D = C[:, :ndocc] * C[:, :ndocc].T print 'SCF Final Energy %5.10f' % Escf print '\nComputing MP2 energy...' # Split eigenvectors and eigenvalues into o and v Co = C[:, :ndocc] Cv = C[:, ndocc:] Eocc = e[:ndocc] Evirt = e[ndocc:] # Complete the AOpqrs -> MOiajb step # "Noddy" N^8 algorithm # MO = np.einsum('sB,rJ,qA,pI,pqrs->IAJB', Cv, Co, Cv, Co, I) # N^5 algorithm MO = np.einsum('rJ,pqrs->pqJs', Co, I) MO = np.einsum('pI,pqJs->IqJs', Co, MO) MO = np.einsum('sB,IqJs->IqJB', Cv, MO) MO = np.einsum('qA,IqJB->IAJB', Cv, MO) # Calculate energy denominators and MP2 energy epsilon = 1/(Eocc.reshape(-1,1,1,1) - Evirt.reshape(-1,1,1) + Eocc.reshape(-1,1) - Evirt) # Comput numerator tmp_MP2 = 2*np.einsum('iajb,iajb->iajb', MO, MO) tmp_MP2 -= np.einsum('iajb,ibja->ibja', MO, MO) MP2corr = np.einsum('iajb,iajb->', tmp_MP2, epsilon) Emp2 = MP2corr + Escf print 'MP2 correlation energy: %.8f' % MP2corr print 'MP2 total energy: %.8f' % Emp2
[ 2, 198, 2, 6434, 25, 7806, 402, 13, 317, 13, 4176, 198, 2, 15622, 25, 718, 14, 1314, 14, 1415, 198, 2, 13745, 2695, 422, 25, 198, 2, 2638, 1378, 82, 343, 3754, 13, 15245, 13, 36540, 13, 15532, 14, 15466, 14, 67, 11601, 13, 10121, 30, 312, 28, 66, 1831, 47984, 25, 23065, 2229, 198, 2, 198, 198, 11748, 299, 32152, 355, 45941, 198, 6738, 629, 541, 88, 1330, 300, 1292, 70, 355, 12419, 32, 198, 198, 2, 40786, 257, 1178, 1500, 1381, 329, 262, 42253, 29964, 198, 43131, 796, 807, 13, 405, 24940, 35402, 1507, 13464, 1120, 198, 358, 13966, 796, 642, 198, 198, 4798, 705, 36120, 287, 4132, 30691, 986, 6, 198, 198, 2, 4149, 287, 4132, 30691, 198, 2396, 796, 45941, 13, 5235, 6738, 14116, 10786, 50, 13, 19608, 3256, 46728, 2676, 28, 3256, 11537, 198, 2514, 796, 45941, 13, 5235, 6738, 14116, 10786, 51, 13, 19608, 3256, 46728, 2676, 28, 3256, 11537, 198, 42144, 796, 45941, 13, 5235, 6738, 14116, 10786, 53, 13, 19608, 3256, 46728, 2676, 28, 3256, 11537, 198, 40, 78, 796, 45941, 13, 5235, 6738, 14116, 10786, 33442, 13, 19608, 3256, 46728, 2676, 28, 3256, 11537, 198, 198, 4242, 14435, 4132, 30691, 198, 50, 796, 787, 62, 18747, 7, 2396, 8, 198, 51, 796, 787, 62, 18747, 7, 2514, 8, 198, 53, 796, 787, 62, 18747, 7, 42144, 8, 198, 198, 21017, 412, 7112, 198, 1477, 796, 17635, 198, 1640, 2124, 287, 2837, 7, 19, 2599, 198, 220, 220, 220, 427, 13, 33295, 7, 40, 78, 58, 45299, 87, 4083, 459, 2981, 7, 37659, 13, 600, 8, 532, 352, 8, 198, 198, 21017, 807, 5591, 40686, 198, 40, 796, 45941, 13, 9107, 418, 7, 83, 29291, 7, 37659, 13, 9806, 7, 87, 47762, 16, 329, 2124, 287, 427, 4008, 198, 40, 58, 7, 1477, 58, 15, 4357, 427, 58, 16, 4357, 427, 58, 17, 4357, 427, 58, 18, 12962, 60, 796, 27853, 58, 45299, 532, 16, 60, 198, 40, 58, 7, 1477, 58, 15, 4357, 427, 58, 16, 4357, 427, 58, 18, 4357, 427, 58, 17, 12962, 60, 796, 27853, 58, 45299, 532, 16, 60, 198, 198, 40, 58, 7, 1477, 58, 16, 4357, 427, 58, 15, 4357, 427, 58, 17, 4357, 427, 58, 18, 12962, 60, 796, 27853, 58, 45299, 532, 16, 60, 198, 40, 58, 7, 1477, 58, 16, 4357, 427, 58, 15, 4357, 427, 58, 18, 4357, 427, 58, 17, 12962, 60, 796, 27853, 58, 45299, 532, 16, 60, 198, 198, 40, 58, 7, 1477, 58, 18, 4357, 427, 58, 17, 4357, 427, 58, 16, 4357, 427, 58, 15, 12962, 60, 796, 27853, 58, 45299, 532, 16, 60, 198, 40, 58, 7, 1477, 58, 18, 4357, 427, 58, 17, 4357, 427, 58, 15, 4357, 427, 58, 16, 12962, 60, 796, 27853, 58, 45299, 532, 16, 60, 198, 198, 40, 58, 7, 1477, 58, 17, 4357, 427, 58, 18, 4357, 427, 58, 16, 4357, 427, 58, 15, 12962, 60, 796, 27853, 58, 45299, 532, 16, 60, 198, 40, 58, 7, 1477, 58, 17, 4357, 427, 58, 18, 4357, 427, 58, 15, 4357, 427, 58, 16, 12962, 60, 796, 27853, 58, 45299, 532, 16, 60, 198, 198, 4798, 705, 492, 18467, 1348, 3555, 287, 4132, 30691, 13, 59, 77, 6, 628, 198, 2, 3082, 1133, 367, 7295, 220, 198, 39, 796, 309, 1343, 569, 198, 198, 2, 47664, 519, 20996, 7509, 317, 796, 311, 61, 12, 16, 14, 17, 198, 2, 16018, 352, 198, 2, 5765, 3170, 12, 259, 299, 32152, 5499, 198, 32, 796, 45941, 13, 6759, 8609, 7, 8634, 32, 13, 31166, 17034, 76, 7, 50, 29720, 40, 13, 5305, 198, 198, 2, 16018, 362, 198, 2, 1081, 30817, 422, 262, 3052, 198, 198, 2, 311, 62, 1990, 874, 11, 311, 62, 44655, 6359, 796, 12419, 32, 13, 68, 394, 7, 50, 8, 198, 2, 311, 62, 1990, 874, 796, 45941, 13, 6477, 7, 50, 62, 1990, 874, 11, 532, 15, 13, 20, 8, 198, 2, 311, 62, 1990, 874, 796, 45941, 13, 10989, 363, 38568, 7, 50, 62, 1990, 874, 8, 198, 2, 311, 62, 44655, 6359, 796, 45941, 13, 6759, 8609, 7, 50, 62, 44655, 6359, 8, 198, 2, 317, 796, 311, 62, 44655, 6359, 1635, 311, 62, 1990, 874, 1635, 311, 62, 44655, 6359, 13, 51, 628, 198, 2, 27131, 378, 4238, 4755, 4724, 198, 2, 8554, 262, 17593, 1398, 198, 2, 1635, 318, 7548, 284, 17593, 48473, 198, 39, 79, 796, 317, 1635, 367, 1635, 317, 198, 68, 11, 34, 17, 796, 12419, 32, 13, 68, 394, 7, 39, 79, 8, 198, 34, 796, 317, 1635, 327, 17, 220, 198, 35, 796, 327, 58, 45299, 1058, 358, 13966, 60, 1635, 327, 58, 45299, 1058, 358, 13966, 4083, 51, 198, 198, 4798, 10786, 59, 77, 22851, 6374, 37, 24415, 602, 59, 77, 11537, 198, 47051, 69, 220, 220, 220, 796, 657, 13, 15, 198, 4834, 1229, 796, 4523, 198, 36, 727, 796, 657, 13, 15, 198, 9806, 2676, 341, 796, 1542, 198, 36, 62, 42946, 796, 352, 36, 12, 940, 628, 198, 1640, 24415, 287, 2837, 7, 16, 11, 3509, 2676, 341, 1343, 352, 2599, 628, 220, 220, 220, 1303, 376, 735, 10934, 198, 220, 220, 220, 449, 796, 45941, 13, 68, 1040, 388, 10786, 79, 80, 3808, 11, 3808, 3256, 314, 11, 360, 8, 220, 198, 220, 220, 220, 509, 796, 45941, 13, 68, 1040, 388, 10786, 79, 80, 3808, 11, 48382, 3256, 314, 11, 360, 8, 198, 220, 220, 220, 376, 796, 367, 1343, 449, 1635, 362, 532, 509, 628, 220, 220, 220, 16319, 69, 796, 45941, 13, 68, 1040, 388, 10786, 2926, 11, 2926, 3784, 3256, 376, 1343, 367, 11, 360, 8, 1343, 2039, 1229, 628, 220, 220, 220, 1303, 371, 5226, 28340, 10133, 198, 220, 220, 220, 3601, 10786, 31, 49, 29567, 40806, 341, 4064, 18, 67, 25, 6682, 796, 4064, 1731, 13, 1433, 69, 288, 36, 796, 4064, 1157, 13, 18, 36, 6, 4064, 357, 2676, 341, 11, 16319, 69, 11, 16319, 69, 532, 412, 727, 4008, 198, 220, 220, 220, 611, 357, 8937, 7, 47051, 69, 532, 412, 727, 8, 1279, 412, 62, 42946, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 2270, 628, 220, 220, 220, 412, 727, 796, 16319, 69, 628, 220, 220, 220, 1303, 968, 4724, 198, 220, 220, 220, 376, 79, 796, 317, 1635, 376, 1635, 317, 198, 220, 220, 220, 304, 11, 327, 17, 796, 12419, 32, 13, 68, 394, 7, 37, 79, 8, 198, 220, 220, 220, 327, 796, 317, 1635, 327, 17, 198, 220, 220, 220, 360, 220, 796, 327, 58, 45299, 1058, 358, 13966, 60, 1635, 327, 58, 45299, 1058, 358, 13966, 4083, 51, 628, 198, 4798, 705, 6173, 37, 8125, 6682, 4064, 20, 13, 940, 69, 6, 4064, 16319, 69, 198, 198, 4798, 705, 59, 77, 5377, 48074, 4904, 17, 2568, 986, 6, 198, 198, 2, 27758, 304, 9324, 303, 5217, 290, 304, 9324, 27160, 656, 267, 290, 410, 198, 7222, 796, 327, 58, 45299, 1058, 358, 13966, 60, 198, 34, 85, 796, 327, 58, 45299, 299, 67, 13966, 47715, 198, 36, 13966, 796, 304, 58, 25, 358, 13966, 60, 198, 15200, 2265, 796, 304, 58, 358, 13966, 47715, 628, 198, 2, 13248, 262, 317, 18257, 80, 3808, 4613, 13070, 544, 73, 65, 2239, 198, 2, 366, 45, 38553, 1, 399, 61, 23, 11862, 198, 2, 13070, 796, 45941, 13, 68, 1040, 388, 10786, 82, 33, 11, 81, 41, 11, 80, 32, 11, 79, 40, 11, 79, 80, 3808, 3784, 3539, 47858, 3256, 327, 85, 11, 1766, 11, 327, 85, 11, 1766, 11, 314, 8, 198, 198, 2, 399, 61, 20, 11862, 198, 11770, 796, 45941, 13, 68, 1040, 388, 10786, 81, 41, 11, 79, 80, 3808, 3784, 79, 80, 49044, 3256, 1766, 11, 314, 8, 198, 11770, 796, 45941, 13, 68, 1040, 388, 10786, 79, 40, 11, 79, 80, 49044, 3784, 40, 80, 49044, 3256, 1766, 11, 13070, 8, 198, 11770, 796, 45941, 13, 68, 1040, 388, 10786, 82, 33, 11, 40, 80, 49044, 3784, 40, 80, 47858, 3256, 327, 85, 11, 13070, 8, 198, 11770, 796, 45941, 13, 68, 1040, 388, 10786, 80, 32, 11, 40, 80, 47858, 3784, 3539, 47858, 3256, 327, 85, 11, 13070, 8, 628, 198, 2, 27131, 378, 2568, 31457, 2024, 290, 4904, 17, 2568, 198, 538, 18217, 261, 796, 352, 29006, 36, 13966, 13, 3447, 1758, 32590, 16, 11, 16, 11, 16, 11, 16, 8, 532, 4319, 2265, 13, 3447, 1758, 32590, 16, 11, 16, 11, 16, 8, 1343, 412, 13966, 13, 3447, 1758, 32590, 16, 11, 16, 8, 532, 4319, 2265, 8, 198, 198, 2, 22476, 5470, 1352, 198, 22065, 62, 7378, 17, 796, 362, 9, 37659, 13, 68, 1040, 388, 10786, 544, 73, 65, 11, 544, 73, 65, 3784, 544, 73, 65, 3256, 13070, 11, 13070, 8, 198, 22065, 62, 7378, 17, 48185, 45941, 13, 68, 1040, 388, 10786, 544, 73, 65, 11, 571, 6592, 3784, 571, 6592, 3256, 13070, 11, 13070, 8, 198, 7378, 17, 10215, 81, 796, 45941, 13, 68, 1040, 388, 10786, 544, 73, 65, 11, 544, 73, 65, 3784, 3256, 45218, 62, 7378, 17, 11, 304, 862, 33576, 8, 198, 198, 36, 3149, 17, 796, 4904, 17, 10215, 81, 1343, 16319, 69, 198, 198, 4798, 705, 7378, 17, 16096, 2568, 25, 4064, 13, 23, 69, 6, 4064, 4904, 17, 10215, 81, 198, 4798, 705, 7378, 17, 2472, 2568, 25, 220, 220, 220, 220, 220, 220, 4064, 13, 23, 69, 6, 4064, 2295, 79, 17, 628, 198 ]
2.042702
1,569
#!/usr/bin/env python # -*- coding: utf-8 -*- """Define the rhythmic dynamic movement primitive. """ import numpy as np from pyrobolearn.models.dmp.canonical_systems import RhythmicCS from pyrobolearn.models.dmp.forcing_terms import RhythmicForcingTerm from pyrobolearn.models.dmp.dmp import DMP __author__ = "Brian Delhaisse" __copyright__ = "Copyright 2018, PyRoboLearn" __credits__ = ["Brian Delhaisse"] __license__ = "GNU GPLv3" __version__ = "1.0.0" __maintainer__ = "Brian Delhaisse" __email__ = "[email protected]" __status__ = "Development" class RhythmicDMP(DMP): r"""Rhythmic Dynamic Movement Primitive Rhythmic DMPs have the same mathematical formulation as general DMPs, which is given by: .. math:: \tau^2 \ddot{y} = K (g - y) - D \tau \dot{y} + f(s) where :math:`\tau` is a scaling factor that allows to slow down or speed up the reproduced movement, :math:`K` is the stiffness coefficient, :math:`D` is the damping coefficient, :math:`y, \dot{y}, \ddot{y}` are the position, velocity, and acceleration of a DoF, and :math:`f(s)` is the non-linear forcing term. However, the forcing term in the case of rhythmic DMPs is given by: .. math:: f(s) = \frac{\sum_i \psi_i(s) w_i}{\sum_i \psi_i(s)} a where :math:`w` are the learnable weight parameters, and :math:`\psi` are the basis functions evaluated at the given input phase variable :math:`s`, and :math:`a` is the amplitude. The basis functions (in the rhythmic case) are given by: .. math:: \psi_i(s) = \exp \left( - h_i (\cos(s - c_i) - 1) \right) where :math:`c_i` is the center of the basis, and :math:`h_i` is a measure of concentration. Also, the canonical system associated with this transformation system is given by: .. math:: \tau \dot{s} = 1 where :math:`\tau` is a scaling factor that allows to slow down or speed up the movement, and :math:`s` is the phase variable that drives the DMP. All these differential equations are solved using Euler's method. References: [1] "Dynamical movement primitives: Learning attractor models for motor behaviors", Ijspeert et al., 2013 """ def __init__(self, num_dmps, num_basis, dt=0.01, y0=0, goal=1, forcing_terms=None, stiffness=None, damping=None): """Initialize the rhythmic DMP Args: num_dmps (int): number of DMPs num_basis (int): number of basis functions dt (float): step integration for Euler's method y0 (float, np.array): initial position(s) goal (float, np.array): goal(s) forcing_terms (list, ForcingTerm): the forcing terms (which can have different basis functions) stiffness (float): stiffness coefficient damping (float): damping coefficient """ # create rhythmic canonical system cs = RhythmicCS(dt=dt) # create forcing terms (each one contains the basis functions and learnable weights) if forcing_terms is None: if isinstance(num_basis, int): forcing_terms = [RhythmicForcingTerm(cs, num_basis) for _ in range(num_dmps)] else: if not isinstance(num_basis, (np.ndarray, list, tuple, set)): raise TypeError("Expecting 'num_basis' to be an int, list, tuple, np.array or set.") if len(num_basis) != num_dmps: raise ValueError("The length of th list of number of basis doesn't match the number of DMPs") forcing_terms = [RhythmicForcingTerm(cs, n_basis) for n_basis in num_basis] # call super class constructor super(RhythmicDMP, self).__init__(canonical_system=cs, forcing_term=forcing_terms, y0=y0, goal=goal, stiffness=stiffness, damping=damping) def get_scaling_term(self, new_goal=None): """ Return the scaling term for the forcing term. For rhythmic DMPs it's non-diminishing, so this function just returns 1. """ return np.ones(self.num_dmps) def _generate_goal(self, y_des): """Generate the goal for path imitation. For rhythmic DMPs, the goal is the average of the desired trajectory. Args: y_des (float[M,T]): the desired trajectory to follow (with shape [num_dmps, timesteps]) Returns: float[M]: goal positions (one for each DMP) """ goal = np.zeros(self.num_dmps) for n in range(self.num_dmps): num_idx = ~np.isnan(y_des[n]) # ignore nan's when calculating goal goal[n] = .5 * (y_des[n, num_idx].min() + y_des[n, num_idx].max()) return goal
[ 2, 48443, 14629, 14, 8800, 14, 24330, 21015, 198, 2, 532, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12, 198, 37811, 7469, 500, 262, 14405, 9383, 8925, 3356, 20049, 13, 198, 37811, 198, 198, 11748, 299, 32152, 355, 45941, 198, 198, 6738, 12972, 305, 2127, 35720, 13, 27530, 13, 67, 3149, 13, 49883, 605, 62, 10057, 82, 1330, 10323, 5272, 9383, 7902, 198, 6738, 12972, 305, 2127, 35720, 13, 27530, 13, 67, 3149, 13, 18766, 62, 38707, 1330, 10323, 5272, 9383, 1890, 2259, 40596, 198, 6738, 12972, 305, 2127, 35720, 13, 27530, 13, 67, 3149, 13, 67, 3149, 1330, 360, 7378, 198, 198, 834, 9800, 834, 796, 366, 24761, 4216, 3099, 20782, 1, 198, 834, 22163, 4766, 834, 796, 366, 15269, 2864, 11, 9485, 14350, 78, 20238, 1, 198, 834, 66, 20696, 834, 796, 14631, 24761, 4216, 3099, 20782, 8973, 198, 834, 43085, 834, 796, 366, 16630, 52, 38644, 85, 18, 1, 198, 834, 9641, 834, 796, 366, 16, 13, 15, 13, 15, 1, 198, 834, 76, 2913, 10613, 834, 796, 366, 24761, 4216, 3099, 20782, 1, 198, 834, 12888, 834, 796, 366, 65, 380, 33134, 3099, 20782, 31, 14816, 13, 785, 1, 198, 834, 13376, 834, 796, 366, 41206, 1, 628, 198, 4871, 10323, 5272, 9383, 35, 7378, 7, 35, 7378, 2599, 198, 220, 220, 220, 374, 37811, 38576, 5272, 9383, 26977, 15477, 11460, 1800, 628, 220, 220, 220, 10323, 5272, 9383, 360, 7378, 82, 423, 262, 976, 18069, 31760, 355, 2276, 360, 7378, 82, 11, 543, 318, 1813, 416, 25, 628, 220, 220, 220, 11485, 10688, 3712, 3467, 83, 559, 61, 17, 3467, 1860, 313, 90, 88, 92, 796, 509, 357, 70, 532, 331, 8, 532, 360, 3467, 83, 559, 3467, 26518, 90, 88, 92, 1343, 277, 7, 82, 8, 628, 220, 220, 220, 810, 1058, 11018, 25, 63, 59, 83, 559, 63, 318, 257, 20796, 5766, 326, 3578, 284, 3105, 866, 393, 2866, 510, 262, 31759, 3356, 11, 1058, 11018, 25, 63, 42, 63, 198, 220, 220, 220, 318, 262, 49586, 35381, 11, 1058, 11018, 25, 63, 35, 63, 318, 262, 21151, 278, 35381, 11, 1058, 11018, 25, 63, 88, 11, 3467, 26518, 90, 88, 5512, 3467, 1860, 313, 90, 88, 92, 63, 389, 262, 2292, 11, 198, 220, 220, 220, 15432, 11, 290, 20309, 286, 257, 2141, 37, 11, 290, 1058, 11018, 25, 63, 69, 7, 82, 8, 63, 318, 262, 1729, 12, 29127, 10833, 3381, 13, 628, 220, 220, 220, 2102, 11, 262, 10833, 3381, 287, 262, 1339, 286, 14405, 9383, 360, 7378, 82, 318, 1813, 416, 25, 628, 220, 220, 220, 11485, 10688, 3712, 277, 7, 82, 8, 796, 3467, 31944, 31478, 16345, 62, 72, 3467, 862, 72, 62, 72, 7, 82, 8, 266, 62, 72, 18477, 59, 16345, 62, 72, 3467, 862, 72, 62, 72, 7, 82, 38165, 257, 628, 220, 220, 220, 810, 1058, 11018, 25, 63, 86, 63, 389, 262, 2193, 540, 3463, 10007, 11, 290, 1058, 11018, 25, 63, 59, 862, 72, 63, 389, 262, 4308, 5499, 16726, 379, 262, 198, 220, 220, 220, 1813, 5128, 7108, 7885, 1058, 11018, 25, 63, 82, 47671, 290, 1058, 11018, 25, 63, 64, 63, 318, 262, 37188, 13, 628, 220, 220, 220, 383, 4308, 5499, 357, 259, 262, 14405, 9383, 1339, 8, 389, 1813, 416, 25, 628, 220, 220, 220, 11485, 10688, 3712, 3467, 862, 72, 62, 72, 7, 82, 8, 796, 3467, 11201, 3467, 9464, 7, 532, 289, 62, 72, 357, 59, 6966, 7, 82, 532, 269, 62, 72, 8, 532, 352, 8, 3467, 3506, 8, 628, 220, 220, 220, 810, 1058, 11018, 25, 63, 66, 62, 72, 63, 318, 262, 3641, 286, 262, 4308, 11, 290, 1058, 11018, 25, 63, 71, 62, 72, 63, 318, 257, 3953, 286, 10368, 13, 628, 220, 220, 220, 4418, 11, 262, 40091, 1080, 3917, 351, 428, 13389, 1080, 318, 1813, 416, 25, 628, 220, 220, 220, 11485, 10688, 3712, 3467, 83, 559, 3467, 26518, 90, 82, 92, 796, 352, 628, 220, 220, 220, 810, 1058, 11018, 25, 63, 59, 83, 559, 63, 318, 257, 20796, 5766, 326, 3578, 284, 3105, 866, 393, 2866, 510, 262, 3356, 11, 290, 1058, 11018, 25, 63, 82, 63, 318, 262, 198, 220, 220, 220, 7108, 7885, 326, 10182, 262, 360, 7378, 13, 628, 220, 220, 220, 1439, 777, 22577, 27490, 389, 16019, 1262, 412, 18173, 338, 2446, 13, 628, 220, 220, 220, 31458, 25, 198, 220, 220, 220, 220, 220, 220, 220, 685, 16, 60, 366, 35, 4989, 605, 3356, 2684, 20288, 25, 18252, 4729, 273, 4981, 329, 5584, 14301, 1600, 314, 73, 4125, 861, 2123, 435, 1539, 2211, 198, 220, 220, 220, 37227, 628, 220, 220, 220, 825, 11593, 15003, 834, 7, 944, 11, 997, 62, 36020, 862, 11, 997, 62, 12093, 271, 11, 288, 83, 28, 15, 13, 486, 11, 331, 15, 28, 15, 11, 3061, 28, 16, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 10833, 62, 38707, 28, 14202, 11, 49586, 28, 14202, 11, 21151, 278, 28, 14202, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 24243, 1096, 262, 14405, 9383, 360, 7378, 628, 220, 220, 220, 220, 220, 220, 220, 943, 14542, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 997, 62, 36020, 862, 357, 600, 2599, 1271, 286, 360, 7378, 82, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 997, 62, 12093, 271, 357, 600, 2599, 1271, 286, 4308, 5499, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 288, 83, 357, 22468, 2599, 2239, 11812, 329, 412, 18173, 338, 2446, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 331, 15, 357, 22468, 11, 45941, 13, 18747, 2599, 4238, 2292, 7, 82, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3061, 357, 22468, 11, 45941, 13, 18747, 2599, 3061, 7, 82, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 10833, 62, 38707, 357, 4868, 11, 1114, 2259, 40596, 2599, 262, 10833, 2846, 357, 4758, 460, 423, 1180, 4308, 5499, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 49586, 357, 22468, 2599, 49586, 35381, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 21151, 278, 357, 22468, 2599, 21151, 278, 35381, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 628, 220, 220, 220, 220, 220, 220, 220, 1303, 2251, 14405, 9383, 40091, 1080, 198, 220, 220, 220, 220, 220, 220, 220, 50115, 796, 10323, 5272, 9383, 7902, 7, 28664, 28, 28664, 8, 628, 220, 220, 220, 220, 220, 220, 220, 1303, 2251, 10833, 2846, 357, 27379, 530, 4909, 262, 4308, 5499, 290, 2193, 540, 19590, 8, 198, 220, 220, 220, 220, 220, 220, 220, 611, 10833, 62, 38707, 318, 6045, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 318, 39098, 7, 22510, 62, 12093, 271, 11, 493, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 10833, 62, 38707, 796, 685, 38576, 5272, 9383, 1890, 2259, 40596, 7, 6359, 11, 997, 62, 12093, 271, 8, 329, 4808, 287, 2837, 7, 22510, 62, 36020, 862, 15437, 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, 407, 318, 39098, 7, 22510, 62, 12093, 271, 11, 357, 37659, 13, 358, 18747, 11, 1351, 11, 46545, 11, 900, 8, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5298, 5994, 12331, 7203, 3109, 35570, 705, 22510, 62, 12093, 271, 6, 284, 307, 281, 493, 11, 1351, 11, 46545, 11, 45941, 13, 18747, 393, 900, 19570, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 18896, 7, 22510, 62, 12093, 271, 8, 14512, 997, 62, 36020, 862, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5298, 11052, 12331, 7203, 464, 4129, 286, 294, 1351, 286, 1271, 286, 4308, 1595, 470, 2872, 262, 1271, 286, 360, 7378, 82, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 10833, 62, 38707, 796, 685, 38576, 5272, 9383, 1890, 2259, 40596, 7, 6359, 11, 299, 62, 12093, 271, 8, 329, 299, 62, 12093, 271, 287, 997, 62, 12093, 271, 60, 628, 220, 220, 220, 220, 220, 220, 220, 1303, 869, 2208, 1398, 23772, 198, 220, 220, 220, 220, 220, 220, 220, 2208, 7, 38576, 5272, 9383, 35, 7378, 11, 2116, 737, 834, 15003, 834, 7, 49883, 605, 62, 10057, 28, 6359, 11, 10833, 62, 4354, 28, 18766, 62, 38707, 11, 331, 15, 28, 88, 15, 11, 3061, 28, 35231, 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, 49586, 28, 301, 733, 1108, 11, 21151, 278, 28, 67, 37843, 8, 628, 220, 220, 220, 825, 651, 62, 1416, 4272, 62, 4354, 7, 944, 11, 649, 62, 35231, 28, 14202, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 8229, 262, 20796, 3381, 329, 262, 10833, 3381, 13, 1114, 14405, 9383, 360, 7378, 82, 340, 338, 1729, 12, 27740, 259, 3929, 11, 523, 428, 2163, 655, 198, 220, 220, 220, 220, 220, 220, 220, 5860, 352, 13, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 45941, 13, 1952, 7, 944, 13, 22510, 62, 36020, 862, 8, 628, 220, 220, 220, 825, 4808, 8612, 378, 62, 35231, 7, 944, 11, 331, 62, 8906, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 8645, 378, 262, 3061, 329, 3108, 40260, 13, 628, 220, 220, 220, 220, 220, 220, 220, 1114, 14405, 9383, 360, 7378, 82, 11, 262, 3061, 318, 262, 2811, 286, 262, 10348, 22942, 13, 628, 220, 220, 220, 220, 220, 220, 220, 943, 14542, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 331, 62, 8906, 357, 22468, 58, 44, 11, 51, 60, 2599, 262, 10348, 22942, 284, 1061, 357, 4480, 5485, 685, 22510, 62, 36020, 862, 11, 4628, 395, 25386, 12962, 628, 220, 220, 220, 220, 220, 220, 220, 16409, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 12178, 58, 44, 5974, 3061, 6116, 357, 505, 329, 1123, 360, 7378, 8, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 3061, 796, 45941, 13, 9107, 418, 7, 944, 13, 22510, 62, 36020, 862, 8, 198, 220, 220, 220, 220, 220, 220, 220, 329, 299, 287, 2837, 7, 944, 13, 22510, 62, 36020, 862, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 997, 62, 312, 87, 796, 5299, 37659, 13, 271, 12647, 7, 88, 62, 8906, 58, 77, 12962, 220, 1303, 8856, 15709, 338, 618, 26019, 3061, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3061, 58, 77, 60, 796, 764, 20, 1635, 357, 88, 62, 8906, 58, 77, 11, 997, 62, 312, 87, 4083, 1084, 3419, 1343, 331, 62, 8906, 58, 77, 11, 997, 62, 312, 87, 4083, 9806, 28955, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 3061, 198 ]
2.442894
1,935
""" Unit tests for the Fragment class. Note: this class has been deprecated in favor of web_fragments.fragment.Fragment """ from __future__ import absolute_import, division, print_function, unicode_literals from unittest import TestCase from xblock.fragment import Fragment class TestFragment(TestCase): """ Unit tests for fragments. """ def test_fragment(self): """ Test the delegated Fragment class. """ TEST_HTML = u'<p>Hello, world!</p>' # pylint: disable=invalid-name fragment = Fragment() fragment.add_content(TEST_HTML) self.assertEqual(fragment.body_html(), TEST_HTML)
[ 37811, 198, 26453, 5254, 329, 262, 24229, 434, 1398, 13, 198, 198, 6425, 25, 428, 1398, 468, 587, 39224, 287, 2661, 286, 3992, 62, 8310, 363, 902, 13, 8310, 363, 434, 13, 42974, 434, 198, 37811, 198, 198, 6738, 11593, 37443, 834, 1330, 4112, 62, 11748, 11, 7297, 11, 3601, 62, 8818, 11, 28000, 1098, 62, 17201, 874, 198, 198, 6738, 555, 715, 395, 1330, 6208, 20448, 198, 198, 6738, 2124, 9967, 13, 8310, 363, 434, 1330, 24229, 434, 628, 198, 4871, 6208, 42974, 434, 7, 14402, 20448, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 11801, 5254, 329, 21441, 13, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 825, 1332, 62, 8310, 363, 434, 7, 944, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 6208, 262, 49711, 24229, 434, 1398, 13, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 43001, 62, 28656, 796, 334, 6, 27, 79, 29, 15496, 11, 995, 0, 3556, 79, 29, 6, 220, 1303, 279, 2645, 600, 25, 15560, 28, 259, 12102, 12, 3672, 198, 220, 220, 220, 220, 220, 220, 220, 24225, 796, 24229, 434, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 24225, 13, 2860, 62, 11299, 7, 51, 6465, 62, 28656, 8, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 30493, 36, 13255, 7, 8310, 363, 434, 13, 2618, 62, 6494, 22784, 43001, 62, 28656, 8, 198 ]
2.624
250
from __future__ import print_function import torch import time from tqdm import tqdm from .util import AverageMeter, accuracy import numpy as np def validate(val_loader, model, criterion, opt): """One epoch validation""" batch_time = AverageMeter() losses = AverageMeter() top1 = AverageMeter() top5 = AverageMeter() # switch to evaluate mode model.eval() with torch.no_grad(): with tqdm(val_loader, total=len(val_loader)) as pbar: end = time.time() for idx, (input, target, _) in enumerate(pbar): if(opt.simclr): input = input[0].float() else: input = input.float() if torch.cuda.is_available(): input = input.cuda() target = target.cuda() # compute output output = model(input) loss = criterion(output, target) # measure accuracy and record loss acc1, acc5 = accuracy(output, target, topk=(1, 5)) losses.update(loss.item(), input.size(0)) top1.update(acc1[0], input.size(0)) top5.update(acc5[0], input.size(0)) # measure elapsed time batch_time.update(time.time() - end) end = time.time() pbar.set_postfix({"Acc@1":'{0:.2f}'.format(top1.avg.cpu().numpy()), "Acc@5":'{0:.2f}'.format(top1.avg.cpu().numpy(),2), "Loss" :'{0:.2f}'.format(losses.avg,2), }) # if idx % opt.print_freq == 0: # print('Test: [{0}/{1}]\t' # 'Time {batch_time.val:.3f} ({batch_time.avg:.3f})\t' # 'Loss {loss.val:.4f} ({loss.avg:.4f})\t' # 'Acc@1 {top1.val:.3f} ({top1.avg:.3f})\t' # 'Acc@5 {top5.val:.3f} ({top5.avg:.3f})'.format( # idx, len(val_loader), batch_time=batch_time, loss=losses, # top1=top1, top5=top5)) print('Val_Acc@1 {top1.avg:.3f} Val_Acc@5 {top5.avg:.3f}' .format(top1=top1, top5=top5)) return top1.avg, top5.avg, losses.avg def embedding(val_loader, model, opt): """One epoch validation""" batch_time = AverageMeter() losses = AverageMeter() top1 = AverageMeter() top5 = AverageMeter() # switch to evaluate mode model.eval() with torch.no_grad(): with tqdm(val_loader, total=len(val_loader)) as pbar: end = time.time() for idx, (input, target, _) in enumerate(pbar): if(opt.simclr): input = input[0].float() else: input = input.float() if torch.cuda.is_available(): input = input.cuda() target = target.cuda() batch_size = input.size()[0] x = input x_90 = x.transpose(2,3).flip(2) x_180 = x.flip(2).flip(3) x_270 = x.flip(2).transpose(2,3) generated_data = torch.cat((x, x_90, x_180, x_270),0) train_targets = target.repeat(4) # compute output # output = model(input) (_,_,_,_, feat), (output, rot_logits) = model(generated_data, rot=True) # loss = criterion(output, target) # measure accuracy and record loss acc1, acc5 = accuracy(output[:batch_size], target, topk=(1, 5)) # losses.update(loss.item(), input.size(0)) top1.update(acc1[0], input.size(0)) top5.update(acc5[0], input.size(0)) if(idx==0): embeddings = output classes = train_targets else: embeddings = torch.cat((embeddings, output),0) classes = torch.cat((classes, train_targets),0) # measure elapsed time batch_time.update(time.time() - end) end = time.time() pbar.set_postfix({"Acc@1":'{0:.2f}'.format(top1.avg.cpu().numpy()), "Acc@5":'{0:.2f}'.format(top1.avg.cpu().numpy(),2) }) # if idx % opt.print_freq == 0: # print('Test: [{0}/{1}]\t' # 'Time {batch_time.val:.3f} ({batch_time.avg:.3f})\t' # 'Loss {loss.val:.4f} ({loss.avg:.4f})\t' # 'Acc@1 {top1.val:.3f} ({top1.avg:.3f})\t' # 'Acc@5 {top5.val:.3f} ({top5.avg:.3f})'.format( # idx, len(val_loader), batch_time=batch_time, loss=losses, # top1=top1, top5=top5)) print('Val_Acc@1 {top1.avg:.3f} Val_Acc@5 {top5.avg:.3f}' .format(top1=top1, top5=top5)) print(embeddings.size()) print(classes.size()) np.save("embeddings.npy", embeddings.detach().cpu().numpy()) np.save("classes.npy", classes.detach().cpu().numpy()) # with tqdm(val_loader, total=len(val_loader)) as pbar: # end = time.time() # for idx, (input, target, _) in enumerate(pbar): # if(opt.simclr): # input = input[0].float() # else: # input = input.float() # if torch.cuda.is_available(): # input = input.cuda() # target = target.cuda() # generated_data = torch.cat((x, x_180),0) # # compute output # # output = model(input) # (_,_,_,_, feat), (output, rot_logits) = model(input, rot=True) # # loss = criterion(output, target) # # measure accuracy and record loss # acc1, acc5 = accuracy(output, target, topk=(1, 5)) # # losses.update(loss.item(), input.size(0)) # top1.update(acc1[0], input.size(0)) # top5.update(acc5[0], input.size(0)) # if(idx==0): # embeddings = output # classes = target # else: # embeddings = torch.cat((embeddings, output),0) # classes = torch.cat((classes, target),0) # # measure elapsed time # batch_time.update(time.time() - end) # end = time.time() # pbar.set_postfix({"Acc@1":'{0:.2f}'.format(top1.avg.cpu().numpy()), # "Acc@5":'{0:.2f}'.format(top1.avg.cpu().numpy(),2) # }) # # if idx % opt.print_freq == 0: # # print('Test: [{0}/{1}]\t' # # 'Time {batch_time.val:.3f} ({batch_time.avg:.3f})\t' # # 'Loss {loss.val:.4f} ({loss.avg:.4f})\t' # # 'Acc@1 {top1.val:.3f} ({top1.avg:.3f})\t' # # 'Acc@5 {top5.val:.3f} ({top5.avg:.3f})'.format( # # idx, len(val_loader), batch_time=batch_time, loss=losses, # # top1=top1, top5=top5)) # print('Val_Acc@1 {top1.avg:.3f} Val_Acc@5 {top5.avg:.3f}' # .format(top1=top1, top5=top5)) # print(embeddings.size()) # print(classes.size()) # np.save("embeddings.npy", embeddings.detach().cpu().numpy()) # np.save("classes.npy", classes.detach().cpu().numpy()) return top1.avg, top5.avg, losses.avg
[ 6738, 11593, 37443, 834, 1330, 3601, 62, 8818, 198, 198, 11748, 28034, 198, 11748, 640, 198, 6738, 256, 80, 36020, 1330, 256, 80, 36020, 198, 6738, 764, 22602, 1330, 13475, 44, 2357, 11, 9922, 198, 11748, 299, 32152, 355, 45941, 198, 198, 4299, 26571, 7, 2100, 62, 29356, 11, 2746, 11, 34054, 11, 2172, 2599, 198, 220, 220, 220, 37227, 3198, 36835, 21201, 37811, 198, 220, 220, 220, 15458, 62, 2435, 796, 13475, 44, 2357, 3419, 198, 220, 220, 220, 9089, 796, 13475, 44, 2357, 3419, 198, 220, 220, 220, 1353, 16, 796, 13475, 44, 2357, 3419, 198, 220, 220, 220, 1353, 20, 796, 13475, 44, 2357, 3419, 628, 220, 220, 220, 1303, 5078, 284, 13446, 4235, 198, 220, 220, 220, 2746, 13, 18206, 3419, 628, 220, 220, 220, 351, 28034, 13, 3919, 62, 9744, 33529, 198, 220, 220, 220, 220, 220, 220, 220, 351, 256, 80, 36020, 7, 2100, 62, 29356, 11, 2472, 28, 11925, 7, 2100, 62, 29356, 4008, 355, 279, 5657, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 886, 796, 640, 13, 2435, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 329, 4686, 87, 11, 357, 15414, 11, 2496, 11, 4808, 8, 287, 27056, 378, 7, 79, 5657, 2599, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 7, 8738, 13, 14323, 565, 81, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5128, 796, 5128, 58, 15, 4083, 22468, 3419, 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, 5128, 796, 5128, 13, 22468, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 28034, 13, 66, 15339, 13, 271, 62, 15182, 33529, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5128, 796, 5128, 13, 66, 15339, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2496, 796, 2496, 13, 66, 15339, 3419, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 24061, 5072, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5072, 796, 2746, 7, 15414, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2994, 796, 34054, 7, 22915, 11, 2496, 8, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 3953, 9922, 290, 1700, 2994, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 697, 16, 11, 697, 20, 796, 9922, 7, 22915, 11, 2496, 11, 1353, 74, 16193, 16, 11, 642, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 9089, 13, 19119, 7, 22462, 13, 9186, 22784, 5128, 13, 7857, 7, 15, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1353, 16, 13, 19119, 7, 4134, 16, 58, 15, 4357, 5128, 13, 7857, 7, 15, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1353, 20, 13, 19119, 7, 4134, 20, 58, 15, 4357, 5128, 13, 7857, 7, 15, 4008, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 3953, 42118, 640, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 15458, 62, 2435, 13, 19119, 7, 2435, 13, 2435, 3419, 532, 886, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 886, 796, 640, 13, 2435, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 279, 5657, 13, 2617, 62, 7353, 13049, 7, 4895, 17320, 31, 16, 1298, 6, 90, 15, 25, 13, 17, 69, 92, 4458, 18982, 7, 4852, 16, 13, 615, 70, 13, 36166, 22446, 77, 32152, 3419, 828, 220, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 17320, 31, 20, 1298, 6, 90, 15, 25, 13, 17, 69, 92, 4458, 18982, 7, 4852, 16, 13, 615, 70, 13, 36166, 22446, 77, 32152, 22784, 17, 828, 220, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 43, 793, 1, 1058, 6, 90, 15, 25, 13, 17, 69, 92, 4458, 18982, 7, 22462, 274, 13, 615, 70, 11, 17, 828, 220, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 32092, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 4686, 87, 4064, 2172, 13, 4798, 62, 19503, 80, 6624, 657, 25, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3601, 10786, 14402, 25, 685, 90, 15, 92, 14, 90, 16, 92, 60, 59, 83, 6, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 7575, 1391, 43501, 62, 2435, 13, 2100, 25, 13, 18, 69, 92, 37913, 43501, 62, 2435, 13, 615, 70, 25, 13, 18, 69, 92, 19415, 83, 6, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 43, 793, 1391, 22462, 13, 2100, 25, 13, 19, 69, 92, 37913, 22462, 13, 615, 70, 25, 13, 19, 69, 92, 19415, 83, 6, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 17320, 31, 16, 1391, 4852, 16, 13, 2100, 25, 13, 18, 69, 92, 37913, 4852, 16, 13, 615, 70, 25, 13, 18, 69, 92, 19415, 83, 6, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 17320, 31, 20, 1391, 4852, 20, 13, 2100, 25, 13, 18, 69, 92, 37913, 4852, 20, 13, 615, 70, 25, 13, 18, 69, 30072, 4458, 18982, 7, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4686, 87, 11, 18896, 7, 2100, 62, 29356, 828, 15458, 62, 2435, 28, 43501, 62, 2435, 11, 2994, 28, 22462, 274, 11, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1353, 16, 28, 4852, 16, 11, 1353, 20, 28, 4852, 20, 4008, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3601, 10786, 7762, 62, 17320, 31, 16, 1391, 4852, 16, 13, 615, 70, 25, 13, 18, 69, 92, 3254, 62, 17320, 31, 20, 1391, 4852, 20, 13, 615, 70, 25, 13, 18, 69, 92, 6, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 764, 18982, 7, 4852, 16, 28, 4852, 16, 11, 1353, 20, 28, 4852, 20, 4008, 628, 220, 220, 220, 1441, 1353, 16, 13, 615, 70, 11, 1353, 20, 13, 615, 70, 11, 9089, 13, 615, 70, 628, 628, 198, 4299, 11525, 12083, 7, 2100, 62, 29356, 11, 2746, 11, 2172, 2599, 198, 220, 220, 220, 37227, 3198, 36835, 21201, 37811, 198, 220, 220, 220, 15458, 62, 2435, 796, 13475, 44, 2357, 3419, 198, 220, 220, 220, 9089, 796, 13475, 44, 2357, 3419, 198, 220, 220, 220, 1353, 16, 796, 13475, 44, 2357, 3419, 198, 220, 220, 220, 1353, 20, 796, 13475, 44, 2357, 3419, 628, 220, 220, 220, 1303, 5078, 284, 13446, 4235, 198, 220, 220, 220, 2746, 13, 18206, 3419, 628, 220, 220, 220, 220, 198, 220, 220, 220, 351, 28034, 13, 3919, 62, 9744, 33529, 198, 220, 220, 220, 220, 220, 220, 220, 351, 256, 80, 36020, 7, 2100, 62, 29356, 11, 2472, 28, 11925, 7, 2100, 62, 29356, 4008, 355, 279, 5657, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 886, 796, 640, 13, 2435, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 329, 4686, 87, 11, 357, 15414, 11, 2496, 11, 4808, 8, 287, 27056, 378, 7, 79, 5657, 2599, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 7, 8738, 13, 14323, 565, 81, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5128, 796, 5128, 58, 15, 4083, 22468, 3419, 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, 5128, 796, 5128, 13, 22468, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 28034, 13, 66, 15339, 13, 271, 62, 15182, 33529, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5128, 796, 5128, 13, 66, 15339, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2496, 796, 2496, 13, 66, 15339, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 15458, 62, 7857, 796, 5128, 13, 7857, 3419, 58, 15, 60, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2124, 796, 5128, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2124, 62, 3829, 796, 2124, 13, 7645, 3455, 7, 17, 11, 18, 737, 2704, 541, 7, 17, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2124, 62, 15259, 796, 2124, 13, 2704, 541, 7, 17, 737, 2704, 541, 7, 18, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2124, 62, 20233, 796, 2124, 13, 2704, 541, 7, 17, 737, 7645, 3455, 7, 17, 11, 18, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7560, 62, 7890, 796, 28034, 13, 9246, 19510, 87, 11, 2124, 62, 3829, 11, 2124, 62, 15259, 11, 2124, 62, 20233, 828, 15, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4512, 62, 83, 853, 1039, 796, 2496, 13, 44754, 7, 19, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 24061, 5072, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5072, 796, 2746, 7, 15414, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 44104, 11, 62, 11, 62, 11, 62, 11, 2218, 828, 357, 22915, 11, 5724, 62, 6404, 896, 8, 796, 2746, 7, 27568, 62, 7890, 11, 5724, 28, 17821, 8, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2994, 796, 34054, 7, 22915, 11, 2496, 8, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 3953, 9922, 290, 1700, 2994, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 697, 16, 11, 697, 20, 796, 9922, 7, 22915, 58, 25, 43501, 62, 7857, 4357, 2496, 11, 1353, 74, 16193, 16, 11, 642, 4008, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 9089, 13, 19119, 7, 22462, 13, 9186, 22784, 5128, 13, 7857, 7, 15, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1353, 16, 13, 19119, 7, 4134, 16, 58, 15, 4357, 5128, 13, 7857, 7, 15, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1353, 20, 13, 19119, 7, 4134, 20, 58, 15, 4357, 5128, 13, 7857, 7, 15, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 7, 312, 87, 855, 15, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11525, 67, 654, 796, 5072, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6097, 220, 220, 220, 796, 4512, 62, 83, 853, 1039, 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, 11525, 67, 654, 796, 28034, 13, 9246, 19510, 20521, 67, 654, 11, 5072, 828, 15, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6097, 220, 220, 220, 796, 28034, 13, 9246, 19510, 37724, 11, 4512, 62, 83, 853, 1039, 828, 15, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 3953, 42118, 640, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 15458, 62, 2435, 13, 19119, 7, 2435, 13, 2435, 3419, 532, 886, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 886, 796, 640, 13, 2435, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 279, 5657, 13, 2617, 62, 7353, 13049, 7, 4895, 17320, 31, 16, 1298, 6, 90, 15, 25, 13, 17, 69, 92, 4458, 18982, 7, 4852, 16, 13, 615, 70, 13, 36166, 22446, 77, 32152, 3419, 828, 220, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 17320, 31, 20, 1298, 6, 90, 15, 25, 13, 17, 69, 92, 4458, 18982, 7, 4852, 16, 13, 615, 70, 13, 36166, 22446, 77, 32152, 22784, 17, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 32092, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 4686, 87, 4064, 2172, 13, 4798, 62, 19503, 80, 6624, 657, 25, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3601, 10786, 14402, 25, 685, 90, 15, 92, 14, 90, 16, 92, 60, 59, 83, 6, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 7575, 1391, 43501, 62, 2435, 13, 2100, 25, 13, 18, 69, 92, 37913, 43501, 62, 2435, 13, 615, 70, 25, 13, 18, 69, 92, 19415, 83, 6, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 43, 793, 1391, 22462, 13, 2100, 25, 13, 19, 69, 92, 37913, 22462, 13, 615, 70, 25, 13, 19, 69, 92, 19415, 83, 6, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 17320, 31, 16, 1391, 4852, 16, 13, 2100, 25, 13, 18, 69, 92, 37913, 4852, 16, 13, 615, 70, 25, 13, 18, 69, 92, 19415, 83, 6, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 17320, 31, 20, 1391, 4852, 20, 13, 2100, 25, 13, 18, 69, 92, 37913, 4852, 20, 13, 615, 70, 25, 13, 18, 69, 30072, 4458, 18982, 7, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4686, 87, 11, 18896, 7, 2100, 62, 29356, 828, 15458, 62, 2435, 28, 43501, 62, 2435, 11, 2994, 28, 22462, 274, 11, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1353, 16, 28, 4852, 16, 11, 1353, 20, 28, 4852, 20, 4008, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3601, 10786, 7762, 62, 17320, 31, 16, 1391, 4852, 16, 13, 615, 70, 25, 13, 18, 69, 92, 3254, 62, 17320, 31, 20, 1391, 4852, 20, 13, 615, 70, 25, 13, 18, 69, 92, 6, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 764, 18982, 7, 4852, 16, 28, 4852, 16, 11, 1353, 20, 28, 4852, 20, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3601, 7, 20521, 67, 654, 13, 7857, 28955, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3601, 7, 37724, 13, 7857, 28955, 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, 45941, 13, 21928, 7203, 20521, 67, 654, 13, 77, 9078, 1600, 11525, 67, 654, 13, 15255, 620, 22446, 36166, 22446, 77, 32152, 28955, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 45941, 13, 21928, 7203, 37724, 13, 77, 9078, 1600, 6097, 13, 15255, 620, 22446, 36166, 22446, 77, 32152, 28955, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 351, 256, 80, 36020, 7, 2100, 62, 29356, 11, 2472, 28, 11925, 7, 2100, 62, 29356, 4008, 355, 279, 5657, 25, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 886, 796, 640, 13, 2435, 3419, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 329, 4686, 87, 11, 357, 15414, 11, 2496, 11, 4808, 8, 287, 27056, 378, 7, 79, 5657, 2599, 198, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 7, 8738, 13, 14323, 565, 81, 2599, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5128, 796, 5128, 58, 15, 4083, 22468, 3419, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5128, 796, 5128, 13, 22468, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 28034, 13, 66, 15339, 13, 271, 62, 15182, 33529, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5128, 796, 5128, 13, 66, 15339, 3419, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2496, 796, 2496, 13, 66, 15339, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7560, 62, 7890, 796, 28034, 13, 9246, 19510, 87, 11, 2124, 62, 15259, 828, 15, 8, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 24061, 5072, 198, 2, 1303, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5072, 796, 2746, 7, 15414, 8, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 44104, 11, 62, 11, 62, 11, 62, 11, 2218, 828, 357, 22915, 11, 5724, 62, 6404, 896, 8, 796, 2746, 7, 15414, 11, 5724, 28, 17821, 8, 198, 2, 1303, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2994, 796, 34054, 7, 22915, 11, 2496, 8, 198, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 3953, 9922, 290, 1700, 2994, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 697, 16, 11, 697, 20, 796, 9922, 7, 22915, 11, 2496, 11, 1353, 74, 16193, 16, 11, 642, 4008, 198, 2, 1303, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 9089, 13, 19119, 7, 22462, 13, 9186, 22784, 5128, 13, 7857, 7, 15, 4008, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1353, 16, 13, 19119, 7, 4134, 16, 58, 15, 4357, 5128, 13, 7857, 7, 15, 4008, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1353, 20, 13, 19119, 7, 4134, 20, 58, 15, 4357, 5128, 13, 7857, 7, 15, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 7, 312, 87, 855, 15, 2599, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11525, 67, 654, 796, 5072, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6097, 220, 220, 220, 796, 2496, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11525, 67, 654, 796, 28034, 13, 9246, 19510, 20521, 67, 654, 11, 5072, 828, 15, 8, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6097, 220, 220, 220, 796, 28034, 13, 9246, 19510, 37724, 11, 2496, 828, 15, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 3953, 42118, 640, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 15458, 62, 2435, 13, 19119, 7, 2435, 13, 2435, 3419, 532, 886, 8, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 886, 796, 640, 13, 2435, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 279, 5657, 13, 2617, 62, 7353, 13049, 7, 4895, 17320, 31, 16, 1298, 6, 90, 15, 25, 13, 17, 69, 92, 4458, 18982, 7, 4852, 16, 13, 615, 70, 13, 36166, 22446, 77, 32152, 3419, 828, 220, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 17320, 31, 20, 1298, 6, 90, 15, 25, 13, 17, 69, 92, 4458, 18982, 7, 4852, 16, 13, 615, 70, 13, 36166, 22446, 77, 32152, 22784, 17, 8, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 32092, 198, 2, 1303, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 4686, 87, 4064, 2172, 13, 4798, 62, 19503, 80, 6624, 657, 25, 198, 2, 1303, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3601, 10786, 14402, 25, 685, 90, 15, 92, 14, 90, 16, 92, 60, 59, 83, 6, 198, 2, 1303, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 7575, 1391, 43501, 62, 2435, 13, 2100, 25, 13, 18, 69, 92, 37913, 43501, 62, 2435, 13, 615, 70, 25, 13, 18, 69, 92, 19415, 83, 6, 198, 2, 1303, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 43, 793, 1391, 22462, 13, 2100, 25, 13, 19, 69, 92, 37913, 22462, 13, 615, 70, 25, 13, 19, 69, 92, 19415, 83, 6, 198, 2, 1303, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 17320, 31, 16, 1391, 4852, 16, 13, 2100, 25, 13, 18, 69, 92, 37913, 4852, 16, 13, 615, 70, 25, 13, 18, 69, 92, 19415, 83, 6, 198, 2, 1303, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 17320, 31, 20, 1391, 4852, 20, 13, 2100, 25, 13, 18, 69, 92, 37913, 4852, 20, 13, 615, 70, 25, 13, 18, 69, 30072, 4458, 18982, 7, 198, 2, 1303, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4686, 87, 11, 18896, 7, 2100, 62, 29356, 828, 15458, 62, 2435, 28, 43501, 62, 2435, 11, 2994, 28, 22462, 274, 11, 198, 2, 1303, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1353, 16, 28, 4852, 16, 11, 1353, 20, 28, 4852, 20, 4008, 198, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3601, 10786, 7762, 62, 17320, 31, 16, 1391, 4852, 16, 13, 615, 70, 25, 13, 18, 69, 92, 3254, 62, 17320, 31, 20, 1391, 4852, 20, 13, 615, 70, 25, 13, 18, 69, 92, 6, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 764, 18982, 7, 4852, 16, 28, 4852, 16, 11, 1353, 20, 28, 4852, 20, 4008, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3601, 7, 20521, 67, 654, 13, 7857, 28955, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3601, 7, 37724, 13, 7857, 28955, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 45941, 13, 21928, 7203, 20521, 67, 654, 13, 77, 9078, 1600, 11525, 67, 654, 13, 15255, 620, 22446, 36166, 22446, 77, 32152, 28955, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 45941, 13, 21928, 7203, 37724, 13, 77, 9078, 1600, 6097, 13, 15255, 620, 22446, 36166, 22446, 77, 32152, 28955, 198, 220, 220, 220, 1441, 1353, 16, 13, 615, 70, 11, 1353, 20, 13, 615, 70, 11, 9089, 13, 615, 70, 198 ]
1.609842
5,121
import PyPDF2 import re # Function that extracts the text from the supplied PDF and return the contents as a massive string. # Function that takes a list of text ex. ['this', 'is', 'how', 'the', 'data', 'would', 'look'] # and iterate over that list to return a new list that groups exam objectives properly. # Function to generate the md file leveraging the provided list from objectiveBuilder. # Takes the exam string to be used as the top level of the mind map, the list to generate the rest of the mindmap # and a string to be used for naming the output file. if __name__ == '__main__': main()
[ 11748, 9485, 20456, 17, 198, 11748, 302, 198, 198, 2, 15553, 326, 32139, 262, 2420, 422, 262, 14275, 12960, 290, 1441, 262, 10154, 355, 257, 4858, 4731, 13, 198, 198, 2, 15553, 326, 2753, 257, 1351, 286, 2420, 409, 13, 37250, 5661, 3256, 705, 271, 3256, 705, 4919, 3256, 705, 1169, 3256, 705, 7890, 3256, 705, 19188, 3256, 705, 5460, 20520, 198, 2, 290, 11629, 378, 625, 326, 1351, 284, 1441, 257, 649, 1351, 326, 2628, 2814, 15221, 6105, 13, 198, 198, 2, 15553, 284, 7716, 262, 45243, 2393, 42389, 262, 2810, 1351, 422, 9432, 32875, 13, 198, 2, 33687, 262, 2814, 4731, 284, 307, 973, 355, 262, 1353, 1241, 286, 262, 2000, 3975, 11, 262, 1351, 284, 7716, 262, 1334, 286, 262, 2000, 8899, 198, 2, 290, 257, 4731, 284, 307, 973, 329, 19264, 262, 5072, 2393, 13, 220, 220, 220, 220, 198, 198, 361, 11593, 3672, 834, 6624, 705, 834, 12417, 834, 10354, 198, 220, 220, 220, 1388, 3419 ]
3.776398
161
# MEMBER CAPACITY OF SEGMENTS WITHOUT FULL LATERAL RESTRAINT # IN ACCORDANCE WITH AS4100-1998 - SECTION 5.6 # # V1.0 - 04/12/2020 by D.HILL from userInputs import * from alpha_m import * from alpha_s import * # Calculate Alpha M print("Alpha_m = " + str((alpha_m_moment()))) # Calculate Alpha S buckling_moment()
[ 2, 337, 28952, 20176, 2246, 9050, 3963, 311, 7156, 28957, 42881, 34958, 406, 23261, 1847, 30617, 3861, 12394, 198, 2, 3268, 15859, 12532, 19240, 13315, 7054, 19, 3064, 12, 21113, 532, 44513, 642, 13, 21, 198, 2, 198, 2, 569, 16, 13, 15, 532, 8702, 14, 1065, 14, 42334, 416, 360, 13, 39, 8267, 198, 6738, 2836, 20560, 82, 1330, 1635, 198, 6738, 17130, 62, 76, 1330, 1635, 198, 6738, 17130, 62, 82, 1330, 1635, 628, 198, 2, 27131, 378, 12995, 337, 198, 4798, 7203, 38077, 62, 76, 796, 366, 1343, 965, 19510, 26591, 62, 76, 62, 32542, 298, 3419, 22305, 198, 198, 2, 27131, 378, 12995, 311, 198, 27041, 1359, 62, 32542, 298, 3419, 628 ]
2.732759
116
from django.contrib.auth.models import User from django.utils import timezone from model_utils import Choices from pygments.lexers import get_all_lexers from pygments.styles import get_all_styles from django.contrib.auth.models import AbstractUser from django.db import models LEXERS = [item for item in get_all_lexers() if item[1]] LANGUAGE_CHOICES = sorted([(item[1][0], item[0]) for item in LEXERS]) STYLE_CHOICES = sorted((item, item) for item in get_all_styles()) # # class TeamGame(models.Model): # team = models.ForeignKey(Team, on_delete=models.CASCADE) # game = models.ForeignKey("Game", on_delete=models.CASCADE) # against = models.CharField(max_length=20) # date = models.DateField(blank=True) # status = models.IntegerField(blank=True) # score = models.IntegerField(blank=True) # point = models.IntegerField(default=0, blank=True)
[ 6738, 42625, 14208, 13, 3642, 822, 13, 18439, 13, 27530, 1330, 11787, 198, 6738, 42625, 14208, 13, 26791, 1330, 640, 11340, 198, 6738, 2746, 62, 26791, 1330, 10031, 1063, 198, 6738, 12972, 11726, 13, 2588, 364, 1330, 651, 62, 439, 62, 2588, 364, 198, 6738, 12972, 11726, 13, 47720, 1330, 651, 62, 439, 62, 47720, 198, 6738, 42625, 14208, 13, 3642, 822, 13, 18439, 13, 27530, 1330, 27741, 12982, 198, 6738, 42625, 14208, 13, 9945, 1330, 4981, 198, 198, 2538, 55, 4877, 796, 685, 9186, 329, 2378, 287, 651, 62, 439, 62, 2588, 364, 3419, 611, 2378, 58, 16, 11907, 198, 43, 15567, 52, 11879, 62, 44899, 34444, 796, 23243, 26933, 7, 9186, 58, 16, 7131, 15, 4357, 2378, 58, 15, 12962, 329, 2378, 287, 406, 6369, 4877, 12962, 198, 2257, 56, 2538, 62, 44899, 34444, 796, 23243, 19510, 9186, 11, 2378, 8, 329, 2378, 287, 651, 62, 439, 62, 47720, 28955, 628, 198, 198, 2, 198, 2, 1398, 4816, 8777, 7, 27530, 13, 17633, 2599, 198, 2, 220, 220, 220, 220, 1074, 796, 4981, 13, 33616, 9218, 7, 15592, 11, 319, 62, 33678, 28, 27530, 13, 34, 42643, 19266, 8, 198, 2, 220, 220, 220, 220, 983, 796, 4981, 13, 33616, 9218, 7203, 8777, 1600, 319, 62, 33678, 28, 27530, 13, 34, 42643, 19266, 8, 198, 2, 220, 220, 220, 220, 1028, 796, 4981, 13, 12441, 15878, 7, 9806, 62, 13664, 28, 1238, 8, 198, 2, 220, 220, 220, 220, 3128, 796, 4981, 13, 10430, 15878, 7, 27190, 28, 17821, 8, 198, 2, 220, 220, 220, 220, 3722, 796, 4981, 13, 46541, 15878, 7, 27190, 28, 17821, 8, 198, 2, 220, 220, 220, 220, 4776, 796, 4981, 13, 46541, 15878, 7, 27190, 28, 17821, 8, 198, 2, 220, 220, 220, 220, 966, 796, 4981, 13, 46541, 15878, 7, 12286, 28, 15, 11, 9178, 28, 17821, 8, 628, 628, 628, 628, 628, 628, 628, 198 ]
2.822222
315
import RPi.GPIO as GPIO BUTTON_PIN = 4 if __name__ == '__main__': setup() while True: GPIO.wait_for_edge(BUTTON_PIN, GPIO.RISING) print('button!')
[ 11748, 25812, 72, 13, 16960, 9399, 355, 50143, 198, 198, 47526, 11357, 62, 44032, 796, 604, 198, 198, 361, 11593, 3672, 834, 6624, 705, 834, 12417, 834, 10354, 198, 220, 220, 220, 9058, 3419, 198, 220, 220, 220, 981, 6407, 25, 198, 220, 220, 220, 220, 220, 220, 220, 50143, 13, 17077, 62, 1640, 62, 14907, 7, 47526, 11357, 62, 44032, 11, 50143, 13, 49, 1797, 2751, 8, 198, 220, 220, 220, 220, 220, 220, 220, 3601, 10786, 16539, 0, 11537 ]
2.123457
81
import typing import importlib, importlib.resources from markupsafe import Markup from .templating import set_template_global
[ 11748, 19720, 198, 11748, 1330, 8019, 11, 1330, 8019, 13, 37540, 198, 198, 6738, 1317, 4739, 8635, 1330, 2940, 929, 198, 198, 6738, 764, 11498, 489, 803, 1330, 900, 62, 28243, 62, 20541, 628, 198 ]
3.714286
35
from generator import Generator import numpy as np, random np.set_printoptions(precision=4, suppress=True, linewidth=132) from tensorflow import keras from tensorflow.keras.layers import LSTM, Dense, Input from tensorflow.keras import Model from tensorflow.keras.optimizers import Adagrad if __name__ == '__main__': nwords = 10 length = 50 distance = 5 r = 2 batch_size = 5 g = Generator(nwords, distance, r) model = create_net(nwords, batch_size) train(model, g, length, batch_size)
[ 6738, 17301, 1330, 35986, 198, 11748, 299, 32152, 355, 45941, 11, 4738, 198, 198, 37659, 13, 2617, 62, 4798, 25811, 7, 3866, 16005, 28, 19, 11, 18175, 28, 17821, 11, 9493, 413, 5649, 28, 19924, 8, 198, 198, 6738, 11192, 273, 11125, 1330, 41927, 292, 198, 6738, 11192, 273, 11125, 13, 6122, 292, 13, 75, 6962, 1330, 406, 2257, 44, 11, 360, 1072, 11, 23412, 198, 6738, 11192, 273, 11125, 13, 6122, 292, 1330, 9104, 198, 6738, 11192, 273, 11125, 13, 6122, 292, 13, 40085, 11341, 1330, 1215, 363, 6335, 198, 220, 220, 220, 220, 198, 198, 361, 11593, 3672, 834, 6624, 705, 834, 12417, 834, 10354, 198, 220, 220, 220, 299, 10879, 796, 838, 198, 220, 220, 220, 4129, 796, 2026, 198, 220, 220, 220, 5253, 796, 642, 198, 220, 220, 220, 374, 796, 362, 198, 220, 220, 220, 15458, 62, 7857, 796, 642, 198, 220, 220, 220, 308, 796, 35986, 7, 77, 10879, 11, 5253, 11, 374, 8, 198, 220, 220, 220, 2746, 796, 2251, 62, 3262, 7, 77, 10879, 11, 15458, 62, 7857, 8, 198, 220, 220, 220, 4512, 7, 19849, 11, 308, 11, 4129, 11, 15458, 62, 7857, 8, 198 ]
2.701031
194
"""Align reads with STAR aligner.""" import gzip import shutil from pathlib import Path from plumbum import TEE from resolwe.process import ( BooleanField, Cmd, DataField, FileField, FloatField, GroupField, IntegerField, Process, SchedulingClass, StringField, ) SPECIES = [ "Caenorhabditis elegans", "Cricetulus griseus", "Dictyostelium discoideum", "Dictyostelium purpureum", "Drosophila melanogaster", "Homo sapiens", "Macaca mulatta", "Mus musculus", "Odocoileus virginianus texanus", "Rattus norvegicus", "Solanum tuberosum", ] def get_fastq_name(fastq_path): """Get the name of the FASTQ file.""" fastq_file = fastq_path.name assert fastq_file.endswith(".fastq.gz") return fastq_file[:-9] def concatenate_files(filenames, out_fname): """Concatenate and decompress files.""" with open(out_fname, "w") as outfile: for fname in filenames: assert Path(fname).suffix == ".gz" with gzip.open(fname, "rt") as infile: # Speed up file copy by increasing the buffersize [length]. # https://blogs.blumetech.com/blumetechs-tech-blog/2011/05/faster-python-file-copy.html shutil.copyfileobj(fsrc=infile, fdst=outfile, length=10485760) class AlignmentStar(Process): """Align reads with STAR aligner. Spliced Transcripts Alignment to a Reference (STAR) software is based on an alignment algorithm that uses sequential maximum mappable seed search in uncompressed suffix arrays followed by seed clustering and stitching procedure. In addition to unbiased de novo detection of canonical junctions, STAR can discover non-canonical splices and chimeric (fusion) transcripts, and is also capable of mapping full-length RNA sequences. More information can be found in the [STAR manual](https://github.com/alexdobin/STAR/blob/master/doc/STARmanual.pdf) and in the [original paper](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3530905/). """ slug = "alignment-star" name = "STAR" process_type = "data:alignment:bam:star" version = "3.0.2" category = "Align" scheduling_class = SchedulingClass.BATCH entity = {"type": "sample"} requirements = { "expression-engine": "jinja", "executor": { "docker": {"image": "public.ecr.aws/s4q6j6e8/resolwebio/rnaseq:5.11.0"} }, "resources": { "cores": 10, "memory": 36864, }, } data_name = "{{ reads|sample_name|default('?') }}" class Input: """Input fields to process AlignmentStar.""" reads = DataField("reads:fastq", label="Input reads (FASTQ)") genome = DataField( "index:star", label="Indexed reference genome", description="Genome index prepared by STAR aligner indexing tool.", ) annotation = DataField( "annotation", label="Annotation file (GTF/GFF3)", required=False, description="Insert known annotations into genome indices at the mapping stage.", ) unstranded = BooleanField( label="The data is unstranded [--outSAMstrandField intronMotif]", default=False, description="For unstranded RNA-seq data, Cufflinks/Cuffdiff require spliced " "alignments with XS strand attribute, which STAR will generate with " "--outSAMstrandField intronMotif option. As required, the XS strand attribute will be " "generated for all alignments that contain splice junctions. The spliced alignments " "that have undefined strand (i.e. containing only non-canonical unannotated " "junctions) will be suppressed. If you have stranded RNA-seq data, you do not need to " "use any specific STAR options. Instead, you need to run Cufflinks with the library " "option --library-type options. For example, cufflinks --library-type fr-firststrand " "should be used for the standard dUTP protocol, including Illumina's stranded " "Tru-Seq. This option has to be used only for Cufflinks runs and not for STAR runs.", ) noncannonical = BooleanField( label="Remove non-cannonical junctions (Cufflinks compatibility)", default=False, description="It is recommended to remove the non-canonical junctions for Cufflinks " "runs using --outFilterIntronMotifs RemoveNoncanonical.", ) class AnnotationOptions: """Annotation file options.""" feature_exon = StringField( label="Feature type [--sjdbGTFfeatureExon]", default="exon", description="Feature type in GTF file to be used as exons for building " "transcripts.", ) sjdb_overhang = IntegerField( label="Junction length [--sjdbOverhang]", default=100, description="This parameter specifies the length of the genomic sequence around " "the annotated junction to be used in constructing the splice junction database. " "Ideally, this length should be equal to the ReadLength-1, where ReadLength is " "the length of the reads. For instance, for Illumina 2x100b paired-end reads, the " "ideal value is 100-1=99. In the case of reads of varying length, the ideal value " "is max(ReadLength)-1. In most cases, the default value of 100 will work as well " "as the ideal value.", ) class ChimericReadsOptions: """Chimeric reads options.""" chimeric = BooleanField( label="Detect chimeric and circular alignments [--chimOutType SeparateSAMold]", default=False, description="To switch on detection of chimeric (fusion) alignments (in addition " "to normal mapping), --chimSegmentMin should be set to a positive value. Each " "chimeric alignment consists of two segments.Each segment is non-chimeric on " "its own, but the segments are chimeric to each other (i.e. the segments belong " "to different chromosomes, or different strands, or are far from each other). " "Both segments may contain splice junctions, and one of the segments may contain " "portions of both mates. --chimSegmentMin parameter controls the minimum mapped " "length of the two segments that is allowed. For example, if you have 2x75 reads " "and used --chimSegmentMin 20, a chimeric alignment with 130b on one chromosome " "and 20b on the other will be output, while 135 + 15 won't be.", ) chim_segment_min = IntegerField( label="Minimum length of chimeric segment [--chimSegmentMin]", default=20, disabled="!detect_chimeric.chimeric", ) class TranscriptOutputOptions: """Transcript coordinate output options.""" quant_mode = BooleanField( label="Output in transcript coordinates [--quantMode]", default=False, description="With --quantMode TranscriptomeSAM option STAR will output alignments " "translated into transcript coordinates in the Aligned.toTranscriptome.out.bam " "file (in addition to alignments in genomic coordinates in Aligned.*.sam/bam " "files). These transcriptomic alignments can be used with various transcript " "quantification software that require reads to be mapped to transcriptome, such " "as RSEM or eXpress.", ) single_end = BooleanField( label="Allow soft-clipping and indels [--quantTranscriptomeBan Singleend]", default=False, disabled="!t_coordinates.quant_mode", description="By default, the output satisfies RSEM requirements: soft-clipping or " "indels are not allowed. Use --quantTranscriptomeBan Singleend to allow " "insertions, deletions and soft-clips in the transcriptomic alignments, which " "can be used by some expression quantification softwares (e.g. eXpress).", ) class FilteringOptions: """Output filtering options.""" out_filter_type = StringField( label="Type of filtering [--outFilterType]", default="Normal", choices=[ ("Normal", "Normal"), ("BySJout", "BySJout"), ], description="Normal: standard filtering using only current alignment; BySJout: " "keep only those reads that contain junctions that passed filtering into " "SJ.out.tab.", ) out_multimap_max = IntegerField( label="Maximum number of loci [--outFilterMultimapNmax]", required=False, description="Maximum number of loci the read is allowed to map to. Alignments " "(all of them) will be output only if the read maps to no more loci than this " "value. Otherwise no alignments will be output, and the read will be counted as " "'mapped to too many loci' (default: 10).", ) out_mismatch_max = IntegerField( label="Maximum number of mismatches [--outFilterMismatchNmax]", required=False, description="Alignment will be output only if it has fewer mismatches than this " "value (default: 10). Large number (e.g. 999) switches off this filter.", ) out_mismatch_nl_max = FloatField( label="Maximum no. of mismatches (map length) [--outFilterMismatchNoverLmax]", required=False, range=[0.0, 1.0], description="Alignment will be output only if its ratio of mismatches to *mapped* " "length is less than or equal to this value (default: 0.3). The value should be " "between 0.0 and 1.0.", ) out_score_min = IntegerField( label="Minumum alignment score [--outFilterScoreMin]", required=False, description="Alignment will be output only if its score is higher than or equal " "to this value (default: 0).", ) out_mismatch_nrl_max = FloatField( label="Maximum no. of mismatches (read length) [--outFilterMismatchNoverReadLmax]", required=False, range=[0.0, 1.0], description="Alignment will be output only if its ratio of mismatches to *read* " "length is less than or equal to this value (default: 1.0). Using 0.04 for " "2x100bp, the max number of mismatches is calculated as 0.04*200=8 for the paired " "read. The value should be between 0.0 and 1.0.", ) class AlignmentOptions: """Alignment options.""" align_overhang_min = IntegerField( label="Minimum overhang [--alignSJoverhangMin]", required=False, description="Minimum overhang (i.e. block size) for spliced alignments " "(default: 5).", ) align_sjdb_overhang_min = IntegerField( label="Minimum overhang (sjdb) [--alignSJDBoverhangMin]", required=False, description="Minimum overhang (i.e. block size) for annotated (sjdb) spliced " "alignments (default: 3).", ) align_intron_size_min = IntegerField( label="Minimum intron size [--alignIntronMin]", required=False, description="Minimum intron size: the genomic gap is considered an intron if its " "length >= alignIntronMin, otherwise it is considered Deletion (default: 21).", ) align_intron_size_max = IntegerField( label="Maximum intron size [--alignIntronMax]", required=False, description="Maximum intron size, if 0, max intron size will be determined by " "(2pow(winBinNbits)*winAnchorDistNbins)(default: 0).", ) align_gap_max = IntegerField( label="Minimum gap between mates [--alignMatesGapMax]", required=False, description="Maximum gap between two mates, if 0, max intron gap will be " "determined by (2pow(winBinNbits)*winAnchorDistNbins) (default: 0).", ) align_end_alignment = StringField( label="Read ends alignment [--alignEndsType]", required=False, choices=[ ("Local", "Local"), ("EndToEnd", "EndToEnd"), ("Extend5pOfRead1", "Extend5pOfRead1"), ("Extend5pOfReads12", "Extend5pOfReads12"), ], description="Type of read ends alignment (default: Local). Local: standard local " "alignment with soft-clipping allowed. EndToEnd: force end-to-end read alignment, " "do not soft-clip. Extend5pOfRead1: fully extend only the 5p of the read1, all " "other ends: local alignment. Extend5pOfReads12: fully extend only the 5' of the " "both read1 and read2, all other ends use local alignment.", ) class TwoPassOptions: """Two-pass mapping options.""" two_pass_mode = BooleanField( label="Use two pass mode [--twopassMode]", default=False, description="Use two-pass maping instead of first-pass only. In two-pass mode we " "first perform first-pass mapping, extract junctions, insert them into genome " "index, and re-map all reads in the second mapping pass.", ) class OutputOptions: """Output options.""" out_unmapped = BooleanField( label="Output unmapped reads (SAM) [--outSAMunmapped Within]", default=False, description="Output of unmapped reads in the SAM format.", ) out_sam_attributes = StringField( label="Desired SAM attributes [--outSAMattributes]", default="Standard", choices=[ ("Standard", "Standard"), ("All", "All"), ("NH HI NM MD", "NH HI NM MD"), ("None", "None"), ], description="A string of desired SAM attributes, in the order desired for the " "output SAM.", ) out_rg_line = StringField( label="SAM/BAM read group line [--outSAMattrRGline]", required=False, description="The first word contains the read group identifier and must start " "with ID:, e.g. --outSAMattrRGline ID:xxx CN:yy ”DS:z z z” xxx will be added as " "RG tag to each output alignment. Any spaces in the tag values have to be double " "quoted. Comma separated RG lines correspons to different (comma separated) input " "files in –readFilesIn. Commas have to be surrounded by spaces, e.g. " "–outSAMattrRGline ID:xxx , ID:zzz ”DS:z z” , ID:yyy DS:yyyy.", ) class Limits: """Limits.""" limit_buffer_size = IntegerField( label="Buffer size [--limitIObufferSize]", default=150000000, description="Maximum available buffers size (bytes) for input/output, per thread.", ) limit_sam_records = IntegerField( label="Maximum size of the SAM record [--limitOutSAMoneReadBytes]", default=100000, description="Maximum size of the SAM record (bytes) for one read. Recommended " "value: >(2*(LengthMate1+LengthMate2+100)*outFilterMultimapNmax.", ) limit_junction_reads = IntegerField( label="Maximum number of junctions [--limitOutSJoneRead]", default=1000, description="Maximum number of junctions for one read (including all " "multi-mappers).", ) limit_collapsed_junctions = IntegerField( label="Maximum number of collapsed junctions [--limitOutSJcollapsed]", default=1000000, ) limit_inserted_junctions = IntegerField( label="Maximum number of junction to be inserted [--limitSjdbInsertNsj]", default=1000000, description="Maximum number of junction to be inserted to the genome on the fly " "at the mapping stage, including those from annotations and those detected in the " "1st step of the 2-pass run.", ) annotation_options = GroupField( AnnotationOptions, label="Annotation file options", hidden="!annotation" ) detect_chimeric = GroupField( ChimericReadsOptions, label="Chimeric and circular alignments" ) t_coordinates = GroupField( TranscriptOutputOptions, label="Transcript coordinates output" ) filtering = GroupField(FilteringOptions, label="Output Filtering") alignment = GroupField(AlignmentOptions, label="Alignment and Seeding") two_pass_mapping = GroupField(TwoPassOptions, label="Two-pass mapping") output_options = GroupField(OutputOptions, label="Output options") limits = GroupField(Limits, label="Limits") class Output: """Output fields to process AlignmentStar.""" bam = FileField(label="Alignment file") bai = FileField(label="BAM file index") unmapped_1 = FileField(label="Unmapped reads (mate 1)", required=False) unmapped_2 = FileField(label="Unmapped reads (mate 2)", required=False) sj = FileField(label="Splice junctions") chimeric = FileField(label="Chimeric alignments", required=False) alignment_transcriptome = FileField( label="Alignment (trancriptome coordinates)", required=False ) stats = FileField(label="Statistics") species = StringField(label="Species") build = StringField(label="Build") def run(self, inputs, outputs): """Run analysis.""" try: if ( inputs.reads.entity.descriptor["general"]["species"] != inputs.genome.output.species ): self.warning( f"Species of reads ({inputs.reads.entity.descriptor['general']['species']}) " f"and genome ({inputs.genome.output.species}) do not match." ) except KeyError: if inputs.genome.output.species in SPECIES: self.update_entity_descriptor( {"general.species": inputs.genome.output.species} ) self.info( "Sample species was automatically annotated to match the genome." ) mate1_name = get_fastq_name(Path(inputs.reads.output.fastq[0].path)) mate_1 = [fastq.path for fastq in inputs.reads.output.fastq] concatenated_r1 = "mate_1.fastq" try: concatenate_files(filenames=mate_1, out_fname=concatenated_r1) except Exception as error: self.error( f"Failed to concatenate FASTQ files (mate 1). The error was: {error}" ) if inputs.reads.type.startswith("data:reads:fastq:paired:"): mate2_name = get_fastq_name(Path(inputs.reads.output.fastq2[0].path)) mate_2 = [fastq.path for fastq in inputs.reads.output.fastq2] concatenated_r2 = "mate_2.fastq" try: concatenate_files(filenames=mate_2, out_fname=concatenated_r2) except Exception as error: self.error( f"Failed to concatenate FASTQ files (mate 2). The error was: {error}" ) self.progress(0.05) star_params = [ "--runThreadN", self.requirements.resources.cores, "--genomeDir", inputs.genome.output.index.path, "--outReadsUnmapped", "Fastx", "--limitIObufferSize", inputs.limits.limit_buffer_size, "--limitOutSAMoneReadBytes", inputs.limits.limit_sam_records, "--limitOutSJoneRead", inputs.limits.limit_junction_reads, "--limitOutSJcollapsed", inputs.limits.limit_collapsed_junctions, "--limitSjdbInsertNsj", inputs.limits.limit_inserted_junctions, "--outFilterType", inputs.filtering.out_filter_type, "--outSAMtype", "BAM", "Unsorted", ] if inputs.reads.type.startswith("data:reads:fastq:single:"): star_params.extend(["--readFilesIn", concatenated_r1]) else: star_params.extend(["--readFilesIn", concatenated_r1, concatenated_r2]) if inputs.annotation: star_params.extend( [ "--sjdbGTFfile", inputs.annotation.output.annot.path, "--sjdbOverhang", inputs.annotation_options.sjdb_overhang, "--sjdbGTFfeatureExon", inputs.annotation_options.feature_exon, ] ) if inputs.annotation.type.startswith("data:annotation:gff3:"): star_params.extend(["--sjdbGTFtagExonParentTranscript", "Parent"]) if inputs.unstranded: star_params.extend(["--outSAMstrandField", "intronMotif"]) if inputs.noncannonical: star_params.extend(["--outFilterIntronMotifs", "RemoveNoncanonical"]) if inputs.detect_chimeric.chimeric: star_params.extend( [ "--chimOutType", "SeparateSAMold", "--chimSegmentMin", inputs.detect_chimeric.chim_segment_min, ] ) if inputs.t_coordinates.quant_mode: gene_segments = Path(inputs.genome.output.index.path) / "geneInfo.tab" if not gene_segments.is_file() and not inputs.annotation: self.error( "Output in transcript coordinates requires genome annotation file." ) star_params.extend(["--quantMode", "TranscriptomeSAM"]) if inputs.t_coordinates.single_end: star_params.extend(["--quantTranscriptomeBan", "Singleend"]) if inputs.filtering.out_multimap_max: star_params.extend( ["--outFilterMultimapNmax", inputs.filtering.out_multimap_max] ) if inputs.filtering.out_mismatch_max: star_params.extend( ["--outFilterMismatchNmax", inputs.filtering.out_mismatch_max] ) if inputs.filtering.out_mismatch_nl_max: star_params.extend( ["--outFilterMismatchNoverLmax", inputs.filtering.out_mismatch_nl_max] ) if inputs.filtering.out_score_min: star_params.extend(["--outFilterScoreMin", inputs.filtering.out_score_min]) if inputs.filtering.out_mismatch_nrl_max: star_params.extend( [ "--outFilterMismatchNoverReadLmax", inputs.filtering.out_mismatch_nrl_max, ] ) if inputs.alignment.align_overhang_min: star_params.extend( ["--alignSJoverhangMin", inputs.alignment.align_overhang_min] ) if inputs.alignment.align_sjdb_overhang_min: star_params.extend( ["--alignSJDBoverhangMin", inputs.alignment.align_sjdb_overhang_min] ) if inputs.alignment.align_intron_size_min: star_params.extend( ["--alignIntronMin", inputs.alignment.align_intron_size_min] ) if inputs.alignment.align_intron_size_max: star_params.extend( ["--alignIntronMax", inputs.alignment.align_intron_size_max] ) if inputs.alignment.align_gap_max: star_params.extend(["--alignMatesGapMax", inputs.alignment.align_gap_max]) if inputs.alignment.align_end_alignment: star_params.extend( ["--alignMatesGapMax", inputs.alignment.align_end_alignment] ) if inputs.two_pass_mapping.two_pass_mode: star_params.extend(["--twopassMode", "Basic"]) if inputs.output_options.out_unmapped: star_params.extend(["--outSAMunmapped", "Within"]) if inputs.output_options.out_sam_attributes: # Create a list from string of out_sam_attributes to avoid unknown/unimplemented # SAM attrribute error due to Plumbum command passing problems. attributes = inputs.output_options.out_sam_attributes.split(" ") star_params.extend(["--outSAMattributes", attributes]) if inputs.output_options.out_rg_line: star_params.extend( ["--outSAMattrRGline", inputs.output_options.out_rg_line] ) self.progress(0.1) return_code, _, _ = Cmd["STAR"][star_params] & TEE(retcode=None) log_file = Path("Log.out") # Log contains useful information for debugging. if log_file.is_file(): with open(log_file, "r") as log: print(log.read()) if return_code: self.error("Reads alignment failed.") self.progress(0.7) star_unmapped_r1 = Path("Unmapped.out.mate1") if star_unmapped_r1.is_file(): unmapped_out_1 = f"{mate1_name}_unmapped.out.mate1.fastq" star_unmapped_r1.rename(unmapped_out_1) return_code, _, _ = Cmd["pigz"][unmapped_out_1] & TEE(retcode=None) if return_code: self.error("Compression of unmapped mate 1 reads failed.") outputs.unmapped_1 = f"{unmapped_out_1}.gz" star_unmapped_r2 = Path("Unmapped.out.mate2") if ( inputs.reads.type.startswith("data:reads:fastq:paired:") and star_unmapped_r2.is_file() ): unmapped_out_2 = f"{mate2_name}_unmapped.out.mate2.fastq" star_unmapped_r2.rename(unmapped_out_2) return_code, _, _ = Cmd["pigz"][unmapped_out_2] & TEE(retcode=None) if return_code: self.error("Compression of unmapped mate 2 reads failed.") outputs.unmapped_2 = f"{unmapped_out_2}.gz" self.progress(0.8) out_bam = f"{mate1_name}.bam" out_bai = f"{out_bam}.bai" sort_params = [ "Aligned.out.bam", "-o", out_bam, "-@", self.requirements.resources.cores, ] return_code, _, _ = Cmd["samtools"]["sort"][sort_params] & TEE(retcode=None) if return_code: self.error("Samtools sort command failed.") outputs.bam = out_bam return_code, _, _ = Cmd["samtools"]["index"][out_bam, out_bai] & TEE( retcode=None ) if return_code: self.error("Samtools index command failed.") outputs.bai = out_bai self.progress(0.9) if inputs.detect_chimeric.chimeric: out_chimeric = f"{mate1_name}_chimeric.out.sam" Path("Chimeric.out.sam").rename(out_chimeric) outputs.chimeric = out_chimeric if inputs.t_coordinates.quant_mode: out_transcriptome = f"{mate1_name}_aligned.toTranscriptome.out.bam" Path("Aligned.toTranscriptome.out.bam").rename(out_transcriptome) outputs.alignment_transcriptome = out_transcriptome out_stats = f"{mate1_name}_stats.txt" Path("Log.final.out").rename(out_stats) outputs.stats = out_stats out_sj = f"{mate1_name}_SJ.out.tab" Path("SJ.out.tab").rename(out_sj) outputs.sj = out_sj outputs.species = inputs.genome.output.species outputs.build = inputs.genome.output.build
[ 37811, 2348, 570, 9743, 351, 25424, 10548, 263, 526, 15931, 198, 11748, 308, 13344, 198, 11748, 4423, 346, 198, 6738, 3108, 8019, 1330, 10644, 198, 198, 6738, 458, 2178, 388, 1330, 309, 6500, 198, 198, 6738, 581, 349, 732, 13, 14681, 1330, 357, 198, 220, 220, 220, 41146, 15878, 11, 198, 220, 220, 220, 327, 9132, 11, 198, 220, 220, 220, 6060, 15878, 11, 198, 220, 220, 220, 9220, 15878, 11, 198, 220, 220, 220, 48436, 15878, 11, 198, 220, 220, 220, 4912, 15878, 11, 198, 220, 220, 220, 34142, 15878, 11, 198, 220, 220, 220, 10854, 11, 198, 220, 220, 220, 27774, 16619, 9487, 11, 198, 220, 220, 220, 10903, 15878, 11, 198, 8, 198, 198, 48451, 11015, 796, 685, 198, 220, 220, 220, 366, 24334, 268, 273, 5976, 5266, 271, 15361, 504, 1600, 198, 220, 220, 220, 366, 34, 1173, 316, 23515, 1036, 786, 385, 1600, 198, 220, 220, 220, 366, 35, 713, 88, 455, 417, 1505, 4655, 485, 388, 1600, 198, 220, 220, 220, 366, 35, 713, 88, 455, 417, 1505, 1308, 37424, 388, 1600, 198, 220, 220, 220, 366, 35, 4951, 2522, 10102, 34963, 519, 1603, 1600, 198, 220, 220, 220, 366, 39, 17902, 31841, 10465, 1600, 198, 220, 220, 220, 366, 14155, 22260, 35971, 25014, 1600, 198, 220, 220, 220, 366, 10694, 1928, 17576, 1600, 198, 220, 220, 220, 366, 46, 15390, 78, 576, 385, 21772, 666, 385, 48659, 41141, 1600, 198, 220, 220, 220, 366, 49, 1078, 385, 4249, 303, 70, 24552, 1600, 198, 220, 220, 220, 366, 50, 16617, 388, 35813, 418, 388, 1600, 198, 60, 628, 198, 4299, 651, 62, 7217, 80, 62, 3672, 7, 7217, 80, 62, 6978, 2599, 198, 220, 220, 220, 37227, 3855, 262, 1438, 286, 262, 376, 11262, 48, 2393, 526, 15931, 198, 220, 220, 220, 3049, 80, 62, 7753, 796, 3049, 80, 62, 6978, 13, 3672, 198, 220, 220, 220, 6818, 3049, 80, 62, 7753, 13, 437, 2032, 342, 7, 1911, 7217, 80, 13, 34586, 4943, 198, 220, 220, 220, 1441, 3049, 80, 62, 7753, 58, 21912, 24, 60, 628, 198, 4299, 1673, 36686, 378, 62, 16624, 7, 10379, 268, 1047, 11, 503, 62, 69, 3672, 2599, 198, 220, 220, 220, 37227, 3103, 9246, 268, 378, 290, 38237, 601, 3696, 526, 15931, 198, 220, 220, 220, 351, 1280, 7, 448, 62, 69, 3672, 11, 366, 86, 4943, 355, 503, 7753, 25, 198, 220, 220, 220, 220, 220, 220, 220, 329, 277, 3672, 287, 1226, 268, 1047, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6818, 10644, 7, 69, 3672, 737, 37333, 844, 6624, 27071, 34586, 1, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 351, 308, 13344, 13, 9654, 7, 69, 3672, 11, 366, 17034, 4943, 355, 1167, 576, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 8729, 510, 2393, 4866, 416, 3649, 262, 39334, 1096, 685, 13664, 4083, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 3740, 1378, 49096, 13, 2436, 388, 316, 3055, 13, 785, 14, 2436, 388, 316, 3055, 82, 12, 13670, 12, 14036, 14, 9804, 14, 2713, 14, 69, 1603, 12, 29412, 12, 7753, 12, 30073, 13, 6494, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4423, 346, 13, 30073, 7753, 26801, 7, 9501, 6015, 28, 259, 7753, 11, 277, 67, 301, 28, 448, 7753, 11, 4129, 28, 940, 2780, 3553, 1899, 8, 628, 198, 4871, 978, 16747, 8248, 7, 18709, 2599, 198, 220, 220, 220, 37227, 2348, 570, 9743, 351, 25424, 10548, 263, 13, 628, 220, 220, 220, 13341, 3711, 42978, 82, 978, 16747, 284, 257, 20984, 357, 46678, 8, 3788, 318, 198, 220, 220, 220, 1912, 319, 281, 19114, 11862, 326, 3544, 35582, 5415, 198, 220, 220, 220, 285, 1324, 540, 9403, 2989, 287, 34318, 2790, 35488, 26515, 3940, 416, 9403, 198, 220, 220, 220, 32966, 1586, 290, 48945, 8771, 13, 554, 3090, 284, 46735, 390, 645, 13038, 198, 220, 220, 220, 13326, 286, 40091, 10891, 2733, 11, 25424, 460, 7073, 1729, 12, 49883, 605, 198, 220, 220, 220, 4328, 1063, 290, 18205, 35626, 357, 69, 4241, 8, 29351, 11, 290, 318, 635, 6007, 286, 198, 220, 220, 220, 16855, 1336, 12, 13664, 25897, 16311, 13, 3125, 1321, 460, 307, 1043, 287, 198, 220, 220, 220, 262, 685, 46678, 10107, 16151, 5450, 1378, 12567, 13, 785, 14, 1000, 24954, 38954, 14, 46678, 14, 2436, 672, 14, 9866, 14, 15390, 14, 46678, 805, 723, 13, 12315, 8, 198, 220, 220, 220, 290, 287, 262, 685, 14986, 3348, 16151, 5450, 1378, 2503, 13, 10782, 8482, 13, 21283, 76, 13, 37373, 13, 9567, 14, 4426, 66, 14, 26845, 14, 5868, 34, 2327, 26895, 2713, 14, 737, 198, 220, 220, 220, 37227, 628, 220, 220, 220, 31065, 796, 366, 282, 16747, 12, 7364, 1, 198, 220, 220, 220, 1438, 796, 366, 46678, 1, 198, 220, 220, 220, 1429, 62, 4906, 796, 366, 7890, 25, 282, 16747, 25, 65, 321, 25, 7364, 1, 198, 220, 220, 220, 2196, 796, 366, 18, 13, 15, 13, 17, 1, 198, 220, 220, 220, 6536, 796, 366, 2348, 570, 1, 198, 220, 220, 220, 26925, 62, 4871, 796, 27774, 16619, 9487, 13, 33, 11417, 198, 220, 220, 220, 9312, 796, 19779, 4906, 1298, 366, 39873, 20662, 198, 220, 220, 220, 5359, 796, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 366, 38011, 12, 18392, 1298, 366, 18594, 6592, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 366, 18558, 38409, 1298, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 45986, 1298, 19779, 9060, 1298, 366, 11377, 13, 721, 81, 13, 8356, 14, 82, 19, 80, 21, 73, 21, 68, 23, 14, 411, 349, 12384, 952, 14, 35906, 589, 80, 25, 20, 13, 1157, 13, 15, 20662, 198, 220, 220, 220, 220, 220, 220, 220, 8964, 198, 220, 220, 220, 220, 220, 220, 220, 366, 37540, 1298, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 66, 2850, 1298, 838, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 31673, 1298, 43019, 2414, 11, 198, 220, 220, 220, 220, 220, 220, 220, 8964, 198, 220, 220, 220, 1782, 198, 220, 220, 220, 1366, 62, 3672, 796, 366, 27007, 9743, 91, 39873, 62, 3672, 91, 12286, 10786, 8348, 8, 34949, 1, 628, 220, 220, 220, 1398, 23412, 25, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 20560, 7032, 284, 1429, 978, 16747, 8248, 526, 15931, 628, 220, 220, 220, 220, 220, 220, 220, 9743, 796, 6060, 15878, 7203, 40779, 25, 7217, 80, 1600, 6167, 2625, 20560, 9743, 357, 37, 11262, 48, 8, 4943, 628, 220, 220, 220, 220, 220, 220, 220, 19270, 796, 6060, 15878, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 9630, 25, 7364, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 2625, 15732, 276, 4941, 19270, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6764, 2625, 13746, 462, 6376, 5597, 416, 25424, 10548, 263, 6376, 278, 2891, 33283, 198, 220, 220, 220, 220, 220, 220, 220, 1267, 628, 220, 220, 220, 220, 220, 220, 220, 23025, 796, 6060, 15878, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 1236, 14221, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 2625, 2025, 38983, 2393, 357, 38, 10234, 14, 38, 5777, 18, 42501, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2672, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6764, 2625, 44402, 1900, 37647, 656, 19270, 36525, 379, 262, 16855, 3800, 33283, 198, 220, 220, 220, 220, 220, 220, 220, 1267, 628, 220, 220, 220, 220, 220, 220, 220, 555, 2536, 12249, 796, 41146, 15878, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 2625, 464, 1366, 318, 555, 2536, 12249, 685, 438, 448, 49302, 2536, 392, 15878, 493, 1313, 47733, 361, 60, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6764, 2625, 1890, 555, 2536, 12249, 25897, 12, 41068, 1366, 11, 327, 1648, 28751, 14, 34, 1648, 26069, 2421, 4328, 3711, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 31494, 902, 351, 1395, 50, 37923, 11688, 11, 543, 25424, 481, 7716, 351, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 438, 448, 49302, 2536, 392, 15878, 493, 1313, 47733, 361, 3038, 13, 1081, 2672, 11, 262, 1395, 50, 37923, 11688, 481, 307, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 27568, 329, 477, 10548, 902, 326, 3994, 4328, 501, 10891, 2733, 13, 383, 4328, 3711, 10548, 902, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 5562, 423, 28721, 37923, 357, 72, 13, 68, 13, 7268, 691, 1729, 12, 49883, 605, 555, 34574, 515, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 29741, 2733, 8, 481, 307, 25822, 13, 1002, 345, 423, 28553, 25897, 12, 41068, 1366, 11, 345, 466, 407, 761, 284, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 1904, 597, 2176, 25424, 3689, 13, 5455, 11, 345, 761, 284, 1057, 327, 1648, 28751, 351, 262, 5888, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 18076, 1377, 32016, 12, 4906, 3689, 13, 1114, 1672, 11, 47291, 28751, 1377, 32016, 12, 4906, 1216, 12, 11085, 2536, 392, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 21754, 307, 973, 329, 262, 3210, 288, 3843, 47, 8435, 11, 1390, 39256, 1437, 338, 28553, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 51, 622, 12, 4653, 80, 13, 770, 3038, 468, 284, 307, 973, 691, 329, 327, 1648, 28751, 4539, 290, 407, 329, 25424, 4539, 33283, 198, 220, 220, 220, 220, 220, 220, 220, 1267, 628, 220, 220, 220, 220, 220, 220, 220, 1729, 66, 8825, 605, 796, 41146, 15878, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 2625, 27914, 1729, 12, 66, 8825, 605, 10891, 2733, 357, 34, 1648, 28751, 17764, 42501, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6764, 2625, 1026, 318, 7151, 284, 4781, 262, 1729, 12, 49883, 605, 10891, 2733, 329, 327, 1648, 28751, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 48381, 1262, 1377, 448, 22417, 5317, 1313, 47733, 361, 82, 17220, 15419, 49883, 605, 33283, 198, 220, 220, 220, 220, 220, 220, 220, 1267, 628, 220, 220, 220, 220, 220, 220, 220, 1398, 1052, 38983, 29046, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 37227, 2025, 38983, 2393, 3689, 526, 15931, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3895, 62, 1069, 261, 796, 10903, 15878, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 2625, 38816, 2099, 685, 438, 82, 73, 9945, 38, 10234, 30053, 3109, 261, 60, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 2625, 1069, 261, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6764, 2625, 38816, 2099, 287, 7963, 37, 2393, 284, 307, 973, 355, 409, 684, 329, 2615, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 7645, 6519, 82, 33283, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 264, 73, 9945, 62, 2502, 33255, 796, 34142, 15878, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 2625, 41, 4575, 4129, 685, 438, 82, 73, 9945, 5886, 33255, 60, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 28, 3064, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6764, 2625, 1212, 11507, 26052, 262, 4129, 286, 262, 45752, 8379, 1088, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 1169, 24708, 515, 35037, 284, 307, 973, 287, 30580, 262, 4328, 501, 35037, 6831, 13, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 41452, 453, 11, 428, 4129, 815, 307, 4961, 284, 262, 4149, 24539, 12, 16, 11, 810, 4149, 24539, 318, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 1169, 4129, 286, 262, 9743, 13, 1114, 4554, 11, 329, 39256, 1437, 362, 87, 3064, 65, 20312, 12, 437, 9743, 11, 262, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 485, 282, 1988, 318, 1802, 12, 16, 28, 2079, 13, 554, 262, 1339, 286, 9743, 286, 15874, 4129, 11, 262, 7306, 1988, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 271, 3509, 7, 5569, 24539, 13219, 16, 13, 554, 749, 2663, 11, 262, 4277, 1988, 286, 1802, 481, 670, 355, 880, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 292, 262, 7306, 1988, 33283, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 628, 220, 220, 220, 220, 220, 220, 220, 1398, 609, 22723, 291, 5569, 82, 29046, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 37227, 1925, 22723, 291, 9743, 3689, 526, 15931, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 18205, 35626, 796, 41146, 15878, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 2625, 47504, 18205, 35626, 290, 18620, 10548, 902, 685, 438, 354, 320, 7975, 6030, 8621, 30748, 49302, 727, 60, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6764, 2625, 2514, 5078, 319, 13326, 286, 18205, 35626, 357, 69, 4241, 8, 10548, 902, 357, 259, 3090, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 1462, 3487, 16855, 828, 1377, 354, 320, 41030, 434, 9452, 815, 307, 900, 284, 257, 3967, 1988, 13, 5501, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 354, 22723, 291, 19114, 10874, 286, 734, 17894, 13, 10871, 10618, 318, 1729, 12, 354, 22723, 291, 319, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 896, 898, 11, 475, 262, 17894, 389, 18205, 35626, 284, 1123, 584, 357, 72, 13, 68, 13, 262, 17894, 5594, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 1462, 1180, 42742, 11, 393, 1180, 36593, 11, 393, 389, 1290, 422, 1123, 584, 737, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 10265, 17894, 743, 3994, 4328, 501, 10891, 2733, 11, 290, 530, 286, 262, 17894, 743, 3994, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 634, 507, 286, 1111, 27973, 13, 1377, 354, 320, 41030, 434, 9452, 11507, 6973, 262, 5288, 27661, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 13664, 286, 262, 734, 17894, 326, 318, 3142, 13, 1114, 1672, 11, 611, 345, 423, 362, 87, 2425, 9743, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 392, 973, 1377, 354, 320, 41030, 434, 9452, 1160, 11, 257, 18205, 35626, 19114, 351, 11323, 65, 319, 530, 34348, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 392, 1160, 65, 319, 262, 584, 481, 307, 5072, 11, 981, 17501, 1343, 1315, 1839, 470, 307, 33283, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 18205, 62, 325, 5154, 62, 1084, 796, 34142, 15878, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 2625, 44046, 4129, 286, 18205, 35626, 10618, 685, 438, 354, 320, 41030, 434, 9452, 60, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 28, 1238, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 10058, 2625, 0, 15255, 478, 62, 354, 22723, 291, 13, 354, 22723, 291, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 628, 220, 220, 220, 220, 220, 220, 220, 1398, 42978, 26410, 29046, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 37227, 8291, 6519, 20435, 5072, 3689, 526, 15931, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5554, 62, 14171, 796, 41146, 15878, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 2625, 26410, 287, 14687, 22715, 685, 438, 40972, 19076, 60, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6764, 2625, 3152, 1377, 40972, 19076, 42978, 462, 49302, 3038, 25424, 481, 5072, 10548, 902, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 7645, 17249, 656, 14687, 22715, 287, 262, 978, 3916, 13, 1462, 8291, 6519, 462, 13, 448, 13, 65, 321, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 7753, 357, 259, 3090, 284, 10548, 902, 287, 45752, 22715, 287, 978, 3916, 15885, 13, 37687, 14, 65, 321, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 16624, 737, 2312, 14687, 10179, 10548, 902, 460, 307, 973, 351, 2972, 14687, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 40972, 2649, 3788, 326, 2421, 9743, 284, 307, 27661, 284, 14687, 462, 11, 884, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 292, 19340, 3620, 393, 304, 55, 8439, 33283, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2060, 62, 437, 796, 41146, 15878, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 2625, 35265, 2705, 12, 565, 4501, 290, 773, 1424, 685, 438, 40972, 8291, 6519, 462, 30457, 14206, 437, 60, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 10058, 2625, 0, 83, 62, 37652, 17540, 13, 40972, 62, 14171, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6764, 2625, 3886, 4277, 11, 262, 5072, 45104, 19340, 3620, 5359, 25, 2705, 12, 565, 4501, 393, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 521, 1424, 389, 407, 3142, 13, 5765, 1377, 40972, 8291, 6519, 462, 30457, 14206, 437, 284, 1249, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 28463, 507, 11, 28128, 507, 290, 2705, 12, 31945, 287, 262, 14687, 10179, 10548, 902, 11, 543, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 5171, 307, 973, 416, 617, 5408, 5554, 2649, 2705, 86, 3565, 357, 68, 13, 70, 13, 304, 55, 8439, 21387, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 628, 220, 220, 220, 220, 220, 220, 220, 1398, 7066, 20212, 29046, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 37227, 26410, 25431, 3689, 526, 15931, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 503, 62, 24455, 62, 4906, 796, 10903, 15878, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 2625, 6030, 286, 25431, 685, 438, 448, 22417, 6030, 60, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 2625, 26447, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7747, 41888, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5855, 26447, 1600, 366, 26447, 12340, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5855, 3886, 50, 41, 448, 1600, 366, 3886, 50, 41, 448, 12340, 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, 220, 220, 220, 220, 6764, 2625, 26447, 25, 3210, 25431, 1262, 691, 1459, 19114, 26, 2750, 50, 41, 448, 25, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 14894, 691, 883, 9743, 326, 3994, 10891, 2733, 326, 3804, 25431, 656, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 50, 41, 13, 448, 13, 8658, 33283, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 503, 62, 16680, 320, 499, 62, 9806, 796, 34142, 15878, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 2625, 40541, 1271, 286, 1179, 72, 685, 438, 448, 22417, 15205, 320, 499, 45, 9806, 60, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2672, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6764, 2625, 40541, 1271, 286, 1179, 72, 262, 1100, 318, 3142, 284, 3975, 284, 13, 978, 570, 902, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 30629, 439, 286, 606, 8, 481, 307, 5072, 691, 611, 262, 1100, 8739, 284, 645, 517, 1179, 72, 621, 428, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 8367, 13, 15323, 645, 10548, 902, 481, 307, 5072, 11, 290, 262, 1100, 481, 307, 14789, 355, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 24018, 76, 6320, 284, 1165, 867, 1179, 72, 6, 357, 12286, 25, 838, 21387, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 503, 62, 76, 1042, 963, 62, 9806, 796, 34142, 15878, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 2625, 40541, 1271, 286, 32691, 20981, 685, 438, 448, 22417, 44, 1042, 963, 45, 9806, 60, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2672, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6764, 2625, 2348, 16747, 481, 307, 5072, 691, 611, 340, 468, 7380, 32691, 20981, 621, 428, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 8367, 357, 12286, 25, 838, 737, 13601, 1271, 357, 68, 13, 70, 13, 36006, 8, 18225, 572, 428, 8106, 33283, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 503, 62, 76, 1042, 963, 62, 21283, 62, 9806, 796, 48436, 15878, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 2625, 40541, 645, 13, 286, 32691, 20981, 357, 8899, 4129, 8, 685, 438, 448, 22417, 44, 1042, 963, 45, 2502, 43, 9806, 60, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2672, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2837, 41888, 15, 13, 15, 11, 352, 13, 15, 4357, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6764, 2625, 2348, 16747, 481, 307, 5072, 691, 611, 663, 8064, 286, 32691, 20981, 284, 1635, 76, 6320, 9, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 13664, 318, 1342, 621, 393, 4961, 284, 428, 1988, 357, 12286, 25, 657, 13, 18, 737, 383, 1988, 815, 307, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 23395, 657, 13, 15, 290, 352, 13, 15, 33283, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 503, 62, 26675, 62, 1084, 796, 34142, 15878, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 2625, 9452, 388, 388, 19114, 4776, 685, 438, 448, 22417, 26595, 9452, 60, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2672, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6764, 2625, 2348, 16747, 481, 307, 5072, 691, 611, 663, 4776, 318, 2440, 621, 393, 4961, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 1462, 428, 1988, 357, 12286, 25, 657, 21387, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 503, 62, 76, 1042, 963, 62, 77, 45895, 62, 9806, 796, 48436, 15878, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 2625, 40541, 645, 13, 286, 32691, 20981, 357, 961, 4129, 8, 685, 438, 448, 22417, 44, 1042, 963, 45, 2502, 5569, 43, 9806, 60, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2672, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2837, 41888, 15, 13, 15, 11, 352, 13, 15, 4357, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6764, 2625, 2348, 16747, 481, 307, 5072, 691, 611, 663, 8064, 286, 32691, 20981, 284, 1635, 961, 9, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 13664, 318, 1342, 621, 393, 4961, 284, 428, 1988, 357, 12286, 25, 352, 13, 15, 737, 8554, 657, 13, 3023, 329, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 17, 87, 3064, 46583, 11, 262, 3509, 1271, 286, 32691, 20981, 318, 10488, 355, 657, 13, 3023, 9, 2167, 28, 23, 329, 262, 20312, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 961, 13, 383, 1988, 815, 307, 1022, 657, 13, 15, 290, 352, 13, 15, 33283, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 628, 220, 220, 220, 220, 220, 220, 220, 1398, 978, 16747, 29046, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 37227, 2348, 16747, 3689, 526, 15931, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 10548, 62, 2502, 33255, 62, 1084, 796, 34142, 15878, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 2625, 44046, 625, 33255, 685, 438, 31494, 50, 41, 2502, 33255, 9452, 60, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2672, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6764, 2625, 44046, 625, 33255, 357, 72, 13, 68, 13, 2512, 2546, 8, 329, 4328, 3711, 10548, 902, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 30629, 12286, 25, 642, 21387, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 10548, 62, 82, 73, 9945, 62, 2502, 33255, 62, 1084, 796, 34142, 15878, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 2625, 44046, 625, 33255, 357, 82, 73, 9945, 8, 685, 438, 31494, 50, 41, 11012, 2502, 33255, 9452, 60, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2672, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6764, 2625, 44046, 625, 33255, 357, 72, 13, 68, 13, 2512, 2546, 8, 329, 24708, 515, 357, 82, 73, 9945, 8, 4328, 3711, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 31494, 902, 357, 12286, 25, 513, 21387, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 10548, 62, 600, 1313, 62, 7857, 62, 1084, 796, 34142, 15878, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 2625, 44046, 493, 1313, 2546, 685, 438, 31494, 5317, 1313, 9452, 60, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2672, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6764, 2625, 44046, 493, 1313, 2546, 25, 262, 45752, 7625, 318, 3177, 281, 493, 1313, 611, 663, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 13664, 18189, 10548, 5317, 1313, 9452, 11, 4306, 340, 318, 3177, 1024, 1616, 295, 357, 12286, 25, 2310, 21387, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 10548, 62, 600, 1313, 62, 7857, 62, 9806, 796, 34142, 15878, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 2625, 40541, 493, 1313, 2546, 685, 438, 31494, 5317, 1313, 11518, 60, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2672, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6764, 2625, 40541, 493, 1313, 2546, 11, 611, 657, 11, 3509, 493, 1313, 2546, 481, 307, 5295, 416, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 30629, 17, 79, 322, 7, 5404, 33, 259, 45, 9895, 27493, 5404, 2025, 354, 273, 20344, 45, 65, 1040, 5769, 12286, 25, 657, 21387, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 10548, 62, 43554, 62, 9806, 796, 34142, 15878, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 2625, 44046, 7625, 1022, 27973, 685, 438, 31494, 44, 689, 38, 499, 11518, 60, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2672, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6764, 2625, 40541, 7625, 1022, 734, 27973, 11, 611, 657, 11, 3509, 493, 1313, 7625, 481, 307, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 67, 23444, 416, 357, 17, 79, 322, 7, 5404, 33, 259, 45, 9895, 27493, 5404, 2025, 354, 273, 20344, 45, 65, 1040, 8, 357, 12286, 25, 657, 21387, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 10548, 62, 437, 62, 282, 16747, 796, 10903, 15878, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 2625, 5569, 5645, 19114, 685, 438, 31494, 12915, 82, 6030, 60, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2672, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7747, 41888, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5855, 14565, 1600, 366, 14565, 12340, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5855, 12915, 2514, 12915, 1600, 366, 12915, 2514, 12915, 12340, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5855, 11627, 437, 20, 79, 5189, 5569, 16, 1600, 366, 11627, 437, 20, 79, 5189, 5569, 16, 12340, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5855, 11627, 437, 20, 79, 5189, 5569, 82, 1065, 1600, 366, 11627, 437, 20, 79, 5189, 5569, 82, 1065, 12340, 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, 220, 220, 220, 220, 6764, 2625, 6030, 286, 1100, 5645, 19114, 357, 12286, 25, 10714, 737, 10714, 25, 3210, 1957, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 282, 16747, 351, 2705, 12, 565, 4501, 3142, 13, 5268, 2514, 12915, 25, 2700, 886, 12, 1462, 12, 437, 1100, 19114, 11, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 4598, 407, 2705, 12, 15036, 13, 46228, 20, 79, 5189, 5569, 16, 25, 3938, 9117, 691, 262, 642, 79, 286, 262, 1100, 16, 11, 477, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 847, 5645, 25, 1957, 19114, 13, 46228, 20, 79, 5189, 5569, 82, 1065, 25, 3938, 9117, 691, 262, 642, 6, 286, 262, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 16885, 1100, 16, 290, 1100, 17, 11, 477, 584, 5645, 779, 1957, 19114, 33283, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 628, 220, 220, 220, 220, 220, 220, 220, 1398, 4930, 14478, 29046, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 37227, 7571, 12, 6603, 16855, 3689, 526, 15931, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 734, 62, 6603, 62, 14171, 796, 41146, 15878, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 2625, 11041, 734, 1208, 4235, 685, 438, 4246, 404, 562, 19076, 60, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6764, 2625, 11041, 734, 12, 6603, 3975, 278, 2427, 286, 717, 12, 6603, 691, 13, 554, 734, 12, 6603, 4235, 356, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 11085, 1620, 717, 12, 6603, 16855, 11, 7925, 10891, 2733, 11, 7550, 606, 656, 19270, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 9630, 11, 290, 302, 12, 8899, 477, 9743, 287, 262, 1218, 16855, 1208, 33283, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 628, 220, 220, 220, 220, 220, 220, 220, 1398, 25235, 29046, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 37227, 26410, 3689, 526, 15931, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 503, 62, 403, 76, 6320, 796, 41146, 15878, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 2625, 26410, 21303, 6320, 9743, 357, 49302, 8, 685, 438, 448, 49302, 403, 76, 6320, 12511, 60, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6764, 2625, 26410, 286, 21303, 6320, 9743, 287, 262, 28844, 5794, 33283, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 503, 62, 37687, 62, 1078, 7657, 796, 10903, 15878, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 2625, 5960, 1202, 28844, 12608, 685, 438, 448, 49302, 1078, 7657, 60, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 2625, 23615, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7747, 41888, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5855, 23615, 1600, 366, 23615, 12340, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5855, 3237, 1600, 366, 3237, 12340, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5855, 33863, 36210, 28692, 10670, 1600, 366, 33863, 36210, 28692, 10670, 12340, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5855, 14202, 1600, 366, 14202, 12340, 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, 220, 220, 220, 220, 6764, 2625, 32, 4731, 286, 10348, 28844, 12608, 11, 287, 262, 1502, 10348, 329, 262, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 22915, 28844, 33283, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 503, 62, 41345, 62, 1370, 796, 10903, 15878, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 2625, 49302, 14, 33, 2390, 1100, 1448, 1627, 685, 438, 448, 49302, 35226, 48192, 1370, 60, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2672, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6764, 2625, 464, 717, 1573, 4909, 262, 1100, 1448, 27421, 290, 1276, 923, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 4480, 4522, 45299, 304, 13, 70, 13, 1377, 448, 49302, 35226, 48192, 1370, 4522, 25, 31811, 31171, 25, 22556, 564, 251, 5258, 25, 89, 1976, 1976, 447, 251, 2124, 5324, 481, 307, 2087, 355, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 48192, 7621, 284, 1123, 5072, 19114, 13, 4377, 9029, 287, 262, 7621, 3815, 423, 284, 307, 4274, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 421, 5191, 13, 1520, 64, 11266, 34359, 3951, 1162, 16733, 284, 1180, 357, 785, 2611, 11266, 8, 5128, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 16624, 287, 784, 961, 25876, 818, 13, 1520, 292, 423, 284, 307, 11191, 416, 9029, 11, 304, 13, 70, 13, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 1906, 448, 49302, 35226, 48192, 1370, 4522, 25, 31811, 837, 4522, 25, 3019, 89, 564, 251, 5258, 25, 89, 1976, 447, 251, 837, 4522, 25, 22556, 88, 17400, 25, 22556, 22556, 33283, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 628, 220, 220, 220, 220, 220, 220, 220, 1398, 44943, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 37227, 19352, 896, 526, 15931, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4179, 62, 22252, 62, 7857, 796, 34142, 15878, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 2625, 28632, 2546, 685, 438, 32374, 40, 5944, 13712, 10699, 60, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 28, 1314, 24598, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6764, 2625, 40541, 1695, 39334, 2546, 357, 33661, 8, 329, 5128, 14, 22915, 11, 583, 4704, 33283, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4179, 62, 37687, 62, 8344, 3669, 796, 34142, 15878, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 2625, 40541, 2546, 286, 262, 28844, 1700, 685, 438, 32374, 7975, 49302, 505, 5569, 45992, 60, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 28, 3064, 830, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6764, 2625, 40541, 2546, 286, 262, 28844, 1700, 357, 33661, 8, 329, 530, 1100, 13, 31117, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 8367, 25, 1875, 7, 17, 9, 7, 24539, 44, 378, 16, 10, 24539, 44, 378, 17, 10, 3064, 27493, 448, 22417, 15205, 320, 499, 45, 9806, 33283, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4179, 62, 73, 4575, 62, 40779, 796, 34142, 15878, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 2625, 40541, 1271, 286, 10891, 2733, 685, 438, 32374, 7975, 50, 41, 505, 5569, 60, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 28, 12825, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6764, 2625, 40541, 1271, 286, 10891, 2733, 329, 530, 1100, 357, 8201, 477, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 41684, 12, 76, 46629, 21387, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4179, 62, 26000, 28361, 62, 29741, 2733, 796, 34142, 15878, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 2625, 40541, 1271, 286, 14707, 10891, 2733, 685, 438, 32374, 7975, 50, 41, 26000, 28361, 60, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 28, 16, 10535, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4179, 62, 28463, 276, 62, 29741, 2733, 796, 34142, 15878, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 2625, 40541, 1271, 286, 35037, 284, 307, 18846, 685, 438, 32374, 50, 73, 9945, 44402, 47503, 73, 60, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 28, 16, 10535, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6764, 2625, 40541, 1271, 286, 35037, 284, 307, 18846, 284, 262, 19270, 319, 262, 6129, 220, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 265, 262, 16855, 3800, 11, 1390, 883, 422, 37647, 290, 883, 12326, 287, 262, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 16, 301, 2239, 286, 262, 362, 12, 6603, 1057, 33283, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 628, 220, 220, 220, 220, 220, 220, 220, 23025, 62, 25811, 796, 4912, 15878, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1052, 38983, 29046, 11, 6167, 2625, 2025, 38983, 2393, 3689, 1600, 7104, 2625, 0, 1236, 14221, 1, 198, 220, 220, 220, 220, 220, 220, 220, 1267, 198, 220, 220, 220, 220, 220, 220, 220, 4886, 62, 354, 22723, 291, 796, 4912, 15878, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 609, 22723, 291, 5569, 82, 29046, 11, 6167, 2625, 1925, 22723, 291, 290, 18620, 10548, 902, 1, 198, 220, 220, 220, 220, 220, 220, 220, 1267, 198, 220, 220, 220, 220, 220, 220, 220, 256, 62, 37652, 17540, 796, 4912, 15878, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 42978, 26410, 29046, 11, 6167, 2625, 8291, 6519, 22715, 5072, 1, 198, 220, 220, 220, 220, 220, 220, 220, 1267, 198, 220, 220, 220, 220, 220, 220, 220, 25431, 796, 4912, 15878, 7, 11928, 20212, 29046, 11, 6167, 2625, 26410, 7066, 20212, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 19114, 796, 4912, 15878, 7, 2348, 16747, 29046, 11, 6167, 2625, 2348, 16747, 290, 1001, 8228, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 734, 62, 6603, 62, 76, 5912, 796, 4912, 15878, 7, 7571, 14478, 29046, 11, 6167, 2625, 7571, 12, 6603, 16855, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 5072, 62, 25811, 796, 4912, 15878, 7, 26410, 29046, 11, 6167, 2625, 26410, 3689, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 7095, 796, 4912, 15878, 7, 19352, 896, 11, 6167, 2625, 19352, 896, 4943, 628, 220, 220, 220, 1398, 25235, 25, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 26410, 7032, 284, 1429, 978, 16747, 8248, 526, 15931, 628, 220, 220, 220, 220, 220, 220, 220, 275, 321, 796, 9220, 15878, 7, 18242, 2625, 2348, 16747, 2393, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 275, 1872, 796, 9220, 15878, 7, 18242, 2625, 33, 2390, 2393, 6376, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 21303, 6320, 62, 16, 796, 9220, 15878, 7, 18242, 2625, 3118, 76, 6320, 9743, 357, 9830, 352, 42501, 2672, 28, 25101, 8, 198, 220, 220, 220, 220, 220, 220, 220, 21303, 6320, 62, 17, 796, 9220, 15878, 7, 18242, 2625, 3118, 76, 6320, 9743, 357, 9830, 362, 42501, 2672, 28, 25101, 8, 198, 220, 220, 220, 220, 220, 220, 220, 264, 73, 796, 9220, 15878, 7, 18242, 2625, 26568, 501, 10891, 2733, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 18205, 35626, 796, 9220, 15878, 7, 18242, 2625, 1925, 22723, 291, 10548, 902, 1600, 2672, 28, 25101, 8, 198, 220, 220, 220, 220, 220, 220, 220, 19114, 62, 7645, 6519, 462, 796, 9220, 15878, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6167, 2625, 2348, 16747, 357, 2213, 1192, 1968, 462, 22715, 42501, 2672, 28, 25101, 198, 220, 220, 220, 220, 220, 220, 220, 1267, 198, 220, 220, 220, 220, 220, 220, 220, 9756, 796, 9220, 15878, 7, 18242, 2625, 48346, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 4693, 796, 10903, 15878, 7, 18242, 2625, 5248, 3171, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 1382, 796, 10903, 15878, 7, 18242, 2625, 15580, 4943, 628, 220, 220, 220, 825, 1057, 7, 944, 11, 17311, 11, 23862, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 10987, 3781, 526, 15931, 628, 220, 220, 220, 220, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 357, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 17311, 13, 40779, 13, 26858, 13, 20147, 1968, 273, 14692, 24622, 1, 7131, 1, 35448, 8973, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 14512, 17311, 13, 5235, 462, 13, 22915, 13, 35448, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 15179, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 43917, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 277, 1, 5248, 3171, 286, 9743, 37913, 15414, 82, 13, 40779, 13, 26858, 13, 20147, 1968, 273, 17816, 24622, 6, 7131, 6, 35448, 20520, 30072, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 277, 1, 392, 19270, 37913, 15414, 82, 13, 5235, 462, 13, 22915, 13, 35448, 30072, 466, 407, 2872, 526, 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, 2845, 7383, 12331, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 17311, 13, 5235, 462, 13, 22915, 13, 35448, 287, 28196, 11015, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 19119, 62, 26858, 62, 20147, 1968, 273, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 19779, 24622, 13, 35448, 1298, 17311, 13, 5235, 462, 13, 22915, 13, 35448, 92, 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, 2116, 13, 10951, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 36674, 4693, 373, 6338, 24708, 515, 284, 2872, 262, 19270, 526, 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, 16133, 16, 62, 3672, 796, 651, 62, 7217, 80, 62, 3672, 7, 15235, 7, 15414, 82, 13, 40779, 13, 22915, 13, 7217, 80, 58, 15, 4083, 6978, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 16133, 62, 16, 796, 685, 7217, 80, 13, 6978, 329, 3049, 80, 287, 17311, 13, 40779, 13, 22915, 13, 7217, 80, 60, 628, 220, 220, 220, 220, 220, 220, 220, 1673, 36686, 515, 62, 81, 16, 796, 366, 9830, 62, 16, 13, 7217, 80, 1, 198, 220, 220, 220, 220, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1673, 36686, 378, 62, 16624, 7, 10379, 268, 1047, 28, 9830, 62, 16, 11, 503, 62, 69, 3672, 28, 1102, 9246, 268, 515, 62, 81, 16, 8, 198, 220, 220, 220, 220, 220, 220, 220, 2845, 35528, 355, 4049, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 18224, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 277, 1, 37, 6255, 284, 1673, 36686, 378, 376, 11262, 48, 3696, 357, 9830, 352, 737, 383, 4049, 373, 25, 1391, 18224, 36786, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 628, 220, 220, 220, 220, 220, 220, 220, 611, 17311, 13, 40779, 13, 4906, 13, 9688, 2032, 342, 7203, 7890, 25, 40779, 25, 7217, 80, 25, 8957, 1202, 11097, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 16133, 17, 62, 3672, 796, 651, 62, 7217, 80, 62, 3672, 7, 15235, 7, 15414, 82, 13, 40779, 13, 22915, 13, 7217, 80, 17, 58, 15, 4083, 6978, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 16133, 62, 17, 796, 685, 7217, 80, 13, 6978, 329, 3049, 80, 287, 17311, 13, 40779, 13, 22915, 13, 7217, 80, 17, 60, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1673, 36686, 515, 62, 81, 17, 796, 366, 9830, 62, 17, 13, 7217, 80, 1, 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, 1673, 36686, 378, 62, 16624, 7, 10379, 268, 1047, 28, 9830, 62, 17, 11, 503, 62, 69, 3672, 28, 1102, 9246, 268, 515, 62, 81, 17, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2845, 35528, 355, 4049, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 18224, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 277, 1, 37, 6255, 284, 1673, 36686, 378, 376, 11262, 48, 3696, 357, 9830, 362, 737, 383, 4049, 373, 25, 1391, 18224, 36786, 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, 2116, 13, 33723, 7, 15, 13, 2713, 8, 628, 220, 220, 220, 220, 220, 220, 220, 3491, 62, 37266, 796, 685, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 438, 5143, 16818, 45, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 8897, 18883, 13, 37540, 13, 66, 2850, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 438, 5235, 462, 35277, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 17311, 13, 5235, 462, 13, 22915, 13, 9630, 13, 6978, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 438, 448, 5569, 82, 3118, 76, 6320, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 22968, 87, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 438, 32374, 40, 5944, 13712, 10699, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 17311, 13, 49196, 13, 32374, 62, 22252, 62, 7857, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 438, 32374, 7975, 49302, 505, 5569, 45992, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 17311, 13, 49196, 13, 32374, 62, 37687, 62, 8344, 3669, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 438, 32374, 7975, 50, 41, 505, 5569, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 17311, 13, 49196, 13, 32374, 62, 73, 4575, 62, 40779, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 438, 32374, 7975, 50, 41, 26000, 28361, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 17311, 13, 49196, 13, 32374, 62, 26000, 28361, 62, 29741, 2733, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 438, 32374, 50, 73, 9945, 44402, 47503, 73, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 17311, 13, 49196, 13, 32374, 62, 28463, 276, 62, 29741, 2733, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 438, 448, 22417, 6030, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 17311, 13, 10379, 20212, 13, 448, 62, 24455, 62, 4906, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 438, 448, 49302, 4906, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 33, 2390, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 3118, 82, 9741, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 2361, 628, 220, 220, 220, 220, 220, 220, 220, 611, 17311, 13, 40779, 13, 4906, 13, 9688, 2032, 342, 7203, 7890, 25, 40779, 25, 7217, 80, 25, 29762, 11097, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3491, 62, 37266, 13, 2302, 437, 7, 14692, 438, 961, 25876, 818, 1600, 1673, 36686, 515, 62, 81, 16, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3491, 62, 37266, 13, 2302, 437, 7, 14692, 438, 961, 25876, 818, 1600, 1673, 36686, 515, 62, 81, 16, 11, 1673, 36686, 515, 62, 81, 17, 12962, 628, 220, 220, 220, 220, 220, 220, 220, 611, 17311, 13, 1236, 14221, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3491, 62, 37266, 13, 2302, 437, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 685, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 438, 82, 73, 9945, 38, 10234, 7753, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 17311, 13, 1236, 14221, 13, 22915, 13, 34574, 13, 6978, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 438, 82, 73, 9945, 5886, 33255, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 17311, 13, 1236, 14221, 62, 25811, 13, 82, 73, 9945, 62, 2502, 33255, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 438, 82, 73, 9945, 38, 10234, 30053, 3109, 261, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 17311, 13, 1236, 14221, 62, 25811, 13, 30053, 62, 1069, 261, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2361, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 17311, 13, 1236, 14221, 13, 4906, 13, 9688, 2032, 342, 7203, 7890, 25, 1236, 14221, 25, 70, 487, 18, 11097, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3491, 62, 37266, 13, 2302, 437, 7, 14692, 438, 82, 73, 9945, 38, 10234, 12985, 3109, 261, 24546, 8291, 6519, 1600, 366, 24546, 8973, 8, 628, 220, 220, 220, 220, 220, 220, 220, 611, 17311, 13, 403, 2536, 12249, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3491, 62, 37266, 13, 2302, 437, 7, 14692, 438, 448, 49302, 2536, 392, 15878, 1600, 366, 600, 1313, 47733, 361, 8973, 8, 628, 220, 220, 220, 220, 220, 220, 220, 611, 17311, 13, 13159, 66, 8825, 605, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3491, 62, 37266, 13, 2302, 437, 7, 14692, 438, 448, 22417, 5317, 1313, 47733, 361, 82, 1600, 366, 27914, 15419, 49883, 605, 8973, 8, 628, 220, 220, 220, 220, 220, 220, 220, 611, 17311, 13, 15255, 478, 62, 354, 22723, 291, 13, 354, 22723, 291, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3491, 62, 37266, 13, 2302, 437, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 685, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 438, 354, 320, 7975, 6030, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 19117, 30748, 49302, 727, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 438, 354, 320, 41030, 434, 9452, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 17311, 13, 15255, 478, 62, 354, 22723, 291, 13, 354, 320, 62, 325, 5154, 62, 1084, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2361, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 628, 220, 220, 220, 220, 220, 220, 220, 611, 17311, 13, 83, 62, 37652, 17540, 13, 40972, 62, 14171, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 9779, 62, 325, 11726, 796, 10644, 7, 15414, 82, 13, 5235, 462, 13, 22915, 13, 9630, 13, 6978, 8, 1220, 366, 70, 1734, 12360, 13, 8658, 1, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 407, 9779, 62, 325, 11726, 13, 271, 62, 7753, 3419, 290, 407, 17311, 13, 1236, 14221, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 18224, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 26410, 287, 14687, 22715, 4433, 19270, 23025, 2393, 526, 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, 3491, 62, 37266, 13, 2302, 437, 7, 14692, 438, 40972, 19076, 1600, 366, 8291, 6519, 462, 49302, 8973, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 17311, 13, 83, 62, 37652, 17540, 13, 29762, 62, 437, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3491, 62, 37266, 13, 2302, 437, 7, 14692, 438, 40972, 8291, 6519, 462, 30457, 1600, 366, 28008, 437, 8973, 8, 628, 220, 220, 220, 220, 220, 220, 220, 611, 17311, 13, 10379, 20212, 13, 448, 62, 16680, 320, 499, 62, 9806, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3491, 62, 37266, 13, 2302, 437, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 14631, 438, 448, 22417, 15205, 320, 499, 45, 9806, 1600, 17311, 13, 10379, 20212, 13, 448, 62, 16680, 320, 499, 62, 9806, 60, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 628, 220, 220, 220, 220, 220, 220, 220, 611, 17311, 13, 10379, 20212, 13, 448, 62, 76, 1042, 963, 62, 9806, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3491, 62, 37266, 13, 2302, 437, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 14631, 438, 448, 22417, 44, 1042, 963, 45, 9806, 1600, 17311, 13, 10379, 20212, 13, 448, 62, 76, 1042, 963, 62, 9806, 60, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 628, 220, 220, 220, 220, 220, 220, 220, 611, 17311, 13, 10379, 20212, 13, 448, 62, 76, 1042, 963, 62, 21283, 62, 9806, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3491, 62, 37266, 13, 2302, 437, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 14631, 438, 448, 22417, 44, 1042, 963, 45, 2502, 43, 9806, 1600, 17311, 13, 10379, 20212, 13, 448, 62, 76, 1042, 963, 62, 21283, 62, 9806, 60, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 628, 220, 220, 220, 220, 220, 220, 220, 611, 17311, 13, 10379, 20212, 13, 448, 62, 26675, 62, 1084, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3491, 62, 37266, 13, 2302, 437, 7, 14692, 438, 448, 22417, 26595, 9452, 1600, 17311, 13, 10379, 20212, 13, 448, 62, 26675, 62, 1084, 12962, 628, 220, 220, 220, 220, 220, 220, 220, 611, 17311, 13, 10379, 20212, 13, 448, 62, 76, 1042, 963, 62, 77, 45895, 62, 9806, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3491, 62, 37266, 13, 2302, 437, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 685, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 438, 448, 22417, 44, 1042, 963, 45, 2502, 5569, 43, 9806, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 17311, 13, 10379, 20212, 13, 448, 62, 76, 1042, 963, 62, 77, 45895, 62, 9806, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2361, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 628, 220, 220, 220, 220, 220, 220, 220, 611, 17311, 13, 282, 16747, 13, 31494, 62, 2502, 33255, 62, 1084, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3491, 62, 37266, 13, 2302, 437, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 14631, 438, 31494, 50, 41, 2502, 33255, 9452, 1600, 17311, 13, 282, 16747, 13, 31494, 62, 2502, 33255, 62, 1084, 60, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 628, 220, 220, 220, 220, 220, 220, 220, 611, 17311, 13, 282, 16747, 13, 31494, 62, 82, 73, 9945, 62, 2502, 33255, 62, 1084, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3491, 62, 37266, 13, 2302, 437, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 14631, 438, 31494, 50, 41, 11012, 2502, 33255, 9452, 1600, 17311, 13, 282, 16747, 13, 31494, 62, 82, 73, 9945, 62, 2502, 33255, 62, 1084, 60, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 628, 220, 220, 220, 220, 220, 220, 220, 611, 17311, 13, 282, 16747, 13, 31494, 62, 600, 1313, 62, 7857, 62, 1084, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3491, 62, 37266, 13, 2302, 437, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 14631, 438, 31494, 5317, 1313, 9452, 1600, 17311, 13, 282, 16747, 13, 31494, 62, 600, 1313, 62, 7857, 62, 1084, 60, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 628, 220, 220, 220, 220, 220, 220, 220, 611, 17311, 13, 282, 16747, 13, 31494, 62, 600, 1313, 62, 7857, 62, 9806, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3491, 62, 37266, 13, 2302, 437, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 14631, 438, 31494, 5317, 1313, 11518, 1600, 17311, 13, 282, 16747, 13, 31494, 62, 600, 1313, 62, 7857, 62, 9806, 60, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 628, 220, 220, 220, 220, 220, 220, 220, 611, 17311, 13, 282, 16747, 13, 31494, 62, 43554, 62, 9806, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3491, 62, 37266, 13, 2302, 437, 7, 14692, 438, 31494, 44, 689, 38, 499, 11518, 1600, 17311, 13, 282, 16747, 13, 31494, 62, 43554, 62, 9806, 12962, 628, 220, 220, 220, 220, 220, 220, 220, 611, 17311, 13, 282, 16747, 13, 31494, 62, 437, 62, 282, 16747, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3491, 62, 37266, 13, 2302, 437, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 14631, 438, 31494, 44, 689, 38, 499, 11518, 1600, 17311, 13, 282, 16747, 13, 31494, 62, 437, 62, 282, 16747, 60, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 628, 220, 220, 220, 220, 220, 220, 220, 611, 17311, 13, 11545, 62, 6603, 62, 76, 5912, 13, 11545, 62, 6603, 62, 14171, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3491, 62, 37266, 13, 2302, 437, 7, 14692, 438, 4246, 404, 562, 19076, 1600, 366, 26416, 8973, 8, 628, 220, 220, 220, 220, 220, 220, 220, 611, 17311, 13, 22915, 62, 25811, 13, 448, 62, 403, 76, 6320, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3491, 62, 37266, 13, 2302, 437, 7, 14692, 438, 448, 49302, 403, 76, 6320, 1600, 366, 22005, 8973, 8, 628, 220, 220, 220, 220, 220, 220, 220, 611, 17311, 13, 22915, 62, 25811, 13, 448, 62, 37687, 62, 1078, 7657, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 13610, 257, 1351, 422, 4731, 286, 503, 62, 37687, 62, 1078, 7657, 284, 3368, 6439, 14, 403, 320, 1154, 12061, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 28844, 708, 81, 4163, 4049, 2233, 284, 1345, 2178, 388, 3141, 6427, 2761, 13, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 12608, 796, 17311, 13, 22915, 62, 25811, 13, 448, 62, 37687, 62, 1078, 7657, 13, 35312, 7203, 366, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3491, 62, 37266, 13, 2302, 437, 7, 14692, 438, 448, 49302, 1078, 7657, 1600, 12608, 12962, 628, 220, 220, 220, 220, 220, 220, 220, 611, 17311, 13, 22915, 62, 25811, 13, 448, 62, 41345, 62, 1370, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3491, 62, 37266, 13, 2302, 437, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 14631, 438, 448, 49302, 35226, 48192, 1370, 1600, 17311, 13, 22915, 62, 25811, 13, 448, 62, 41345, 62, 1370, 60, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 628, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 33723, 7, 15, 13, 16, 8, 628, 220, 220, 220, 220, 220, 220, 220, 1441, 62, 8189, 11, 4808, 11, 4808, 796, 327, 9132, 14692, 46678, 1, 7131, 7364, 62, 37266, 60, 1222, 309, 6500, 7, 1186, 8189, 28, 14202, 8, 198, 220, 220, 220, 220, 220, 220, 220, 2604, 62, 7753, 796, 10644, 7203, 11187, 13, 448, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 5972, 4909, 4465, 1321, 329, 28769, 13, 198, 220, 220, 220, 220, 220, 220, 220, 611, 2604, 62, 7753, 13, 271, 62, 7753, 33529, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 351, 1280, 7, 6404, 62, 7753, 11, 366, 81, 4943, 355, 2604, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3601, 7, 6404, 13, 961, 28955, 198, 220, 220, 220, 220, 220, 220, 220, 611, 1441, 62, 8189, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 18224, 7203, 5569, 82, 19114, 4054, 19570, 628, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 33723, 7, 15, 13, 22, 8, 628, 220, 220, 220, 220, 220, 220, 220, 3491, 62, 403, 76, 6320, 62, 81, 16, 796, 10644, 7203, 3118, 76, 6320, 13, 448, 13, 9830, 16, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 611, 3491, 62, 403, 76, 6320, 62, 81, 16, 13, 271, 62, 7753, 33529, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 21303, 6320, 62, 448, 62, 16, 796, 277, 1, 90, 9830, 16, 62, 3672, 92, 62, 403, 76, 6320, 13, 448, 13, 9830, 16, 13, 7217, 80, 1, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3491, 62, 403, 76, 6320, 62, 81, 16, 13, 918, 480, 7, 403, 76, 6320, 62, 448, 62, 16, 8, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 62, 8189, 11, 4808, 11, 4808, 796, 327, 9132, 14692, 79, 328, 89, 1, 7131, 403, 76, 6320, 62, 448, 62, 16, 60, 1222, 309, 6500, 7, 1186, 8189, 28, 14202, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 1441, 62, 8189, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 18224, 7203, 7293, 2234, 286, 21303, 6320, 16133, 352, 9743, 4054, 19570, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 23862, 13, 403, 76, 6320, 62, 16, 796, 277, 1, 90, 403, 76, 6320, 62, 448, 62, 16, 27422, 34586, 1, 628, 220, 220, 220, 220, 220, 220, 220, 3491, 62, 403, 76, 6320, 62, 81, 17, 796, 10644, 7203, 3118, 76, 6320, 13, 448, 13, 9830, 17, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 611, 357, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 17311, 13, 40779, 13, 4906, 13, 9688, 2032, 342, 7203, 7890, 25, 40779, 25, 7217, 80, 25, 8957, 1202, 25, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 290, 3491, 62, 403, 76, 6320, 62, 81, 17, 13, 271, 62, 7753, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 15179, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 21303, 6320, 62, 448, 62, 17, 796, 277, 1, 90, 9830, 17, 62, 3672, 92, 62, 403, 76, 6320, 13, 448, 13, 9830, 17, 13, 7217, 80, 1, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3491, 62, 403, 76, 6320, 62, 81, 17, 13, 918, 480, 7, 403, 76, 6320, 62, 448, 62, 17, 8, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 62, 8189, 11, 4808, 11, 4808, 796, 327, 9132, 14692, 79, 328, 89, 1, 7131, 403, 76, 6320, 62, 448, 62, 17, 60, 1222, 309, 6500, 7, 1186, 8189, 28, 14202, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 1441, 62, 8189, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 18224, 7203, 7293, 2234, 286, 21303, 6320, 16133, 362, 9743, 4054, 19570, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 23862, 13, 403, 76, 6320, 62, 17, 796, 277, 1, 90, 403, 76, 6320, 62, 448, 62, 17, 27422, 34586, 1, 628, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 33723, 7, 15, 13, 23, 8, 628, 220, 220, 220, 220, 220, 220, 220, 503, 62, 65, 321, 796, 277, 1, 90, 9830, 16, 62, 3672, 27422, 65, 321, 1, 198, 220, 220, 220, 220, 220, 220, 220, 503, 62, 65, 1872, 796, 277, 1, 90, 448, 62, 65, 321, 27422, 65, 1872, 1, 628, 220, 220, 220, 220, 220, 220, 220, 3297, 62, 37266, 796, 685, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 2348, 3916, 13, 448, 13, 65, 321, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 27444, 78, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 503, 62, 65, 321, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 27444, 31, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 8897, 18883, 13, 37540, 13, 66, 2850, 11, 198, 220, 220, 220, 220, 220, 220, 220, 2361, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 62, 8189, 11, 4808, 11, 4808, 796, 327, 9132, 14692, 37687, 31391, 1, 7131, 1, 30619, 1, 7131, 30619, 62, 37266, 60, 1222, 309, 6500, 7, 1186, 8189, 28, 14202, 8, 198, 220, 220, 220, 220, 220, 220, 220, 611, 1441, 62, 8189, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 18224, 7203, 16305, 31391, 3297, 3141, 4054, 19570, 628, 220, 220, 220, 220, 220, 220, 220, 23862, 13, 65, 321, 796, 503, 62, 65, 321, 628, 220, 220, 220, 220, 220, 220, 220, 1441, 62, 8189, 11, 4808, 11, 4808, 796, 327, 9132, 14692, 37687, 31391, 1, 7131, 1, 9630, 1, 7131, 448, 62, 65, 321, 11, 503, 62, 65, 1872, 60, 1222, 309, 6500, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1005, 8189, 28, 14202, 198, 220, 220, 220, 220, 220, 220, 220, 1267, 198, 220, 220, 220, 220, 220, 220, 220, 611, 1441, 62, 8189, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 18224, 7203, 16305, 31391, 6376, 3141, 4054, 19570, 628, 220, 220, 220, 220, 220, 220, 220, 23862, 13, 65, 1872, 796, 503, 62, 65, 1872, 628, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 33723, 7, 15, 13, 24, 8, 628, 220, 220, 220, 220, 220, 220, 220, 611, 17311, 13, 15255, 478, 62, 354, 22723, 291, 13, 354, 22723, 291, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 503, 62, 354, 22723, 291, 796, 277, 1, 90, 9830, 16, 62, 3672, 92, 62, 354, 22723, 291, 13, 448, 13, 37687, 1, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 10644, 7203, 1925, 22723, 291, 13, 448, 13, 37687, 11074, 918, 480, 7, 448, 62, 354, 22723, 291, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 23862, 13, 354, 22723, 291, 796, 503, 62, 354, 22723, 291, 628, 220, 220, 220, 220, 220, 220, 220, 611, 17311, 13, 83, 62, 37652, 17540, 13, 40972, 62, 14171, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 503, 62, 7645, 6519, 462, 796, 277, 1, 90, 9830, 16, 62, 3672, 92, 62, 41634, 13, 1462, 8291, 6519, 462, 13, 448, 13, 65, 321, 1, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 10644, 7203, 2348, 3916, 13, 1462, 8291, 6519, 462, 13, 448, 13, 65, 321, 11074, 918, 480, 7, 448, 62, 7645, 6519, 462, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 23862, 13, 282, 16747, 62, 7645, 6519, 462, 796, 503, 62, 7645, 6519, 462, 628, 220, 220, 220, 220, 220, 220, 220, 503, 62, 34242, 796, 277, 1, 90, 9830, 16, 62, 3672, 92, 62, 34242, 13, 14116, 1, 198, 220, 220, 220, 220, 220, 220, 220, 10644, 7203, 11187, 13, 20311, 13, 448, 11074, 918, 480, 7, 448, 62, 34242, 8, 198, 220, 220, 220, 220, 220, 220, 220, 23862, 13, 34242, 796, 503, 62, 34242, 628, 220, 220, 220, 220, 220, 220, 220, 503, 62, 82, 73, 796, 277, 1, 90, 9830, 16, 62, 3672, 92, 62, 50, 41, 13, 448, 13, 8658, 1, 198, 220, 220, 220, 220, 220, 220, 220, 10644, 7203, 50, 41, 13, 448, 13, 8658, 11074, 918, 480, 7, 448, 62, 82, 73, 8, 198, 220, 220, 220, 220, 220, 220, 220, 23862, 13, 82, 73, 796, 503, 62, 82, 73, 628, 220, 220, 220, 220, 220, 220, 220, 23862, 13, 35448, 796, 17311, 13, 5235, 462, 13, 22915, 13, 35448, 198, 220, 220, 220, 220, 220, 220, 220, 23862, 13, 11249, 796, 17311, 13, 5235, 462, 13, 22915, 13, 11249, 198 ]
2.127331
13,673
import collections import contextlib import logging import struct import time from datetime import datetime from bluepy import btle _LOGGER = logging.getLogger(__name__) UUID_UNITS = 'EBE0CCBE-7A0A-4B0C-8A1A-6FF2997DA3A6' # 0x00 - F, 0x01 - C READ WRITE UUID_HISTORY = 'EBE0CCBC-7A0A-4B0C-8A1A-6FF2997DA3A6' # Last idx 152 READ NOTIFY UUID_TIME = 'EBE0CCB7-7A0A-4B0C-8A1A-6FF2997DA3A6' # 5 or 4 bytes READ WRITE UUID_DATA = 'EBE0CCC1-7A0A-4B0C-8A1A-6FF2997DA3A6' # 3 bytes READ NOTIFY UUID_BATTERY = 'EBE0CCC4-7A0A-4B0C-8A1A-6FF2997DA3A6'
[ 11748, 17268, 198, 11748, 4732, 8019, 198, 11748, 18931, 198, 11748, 2878, 198, 11748, 640, 198, 6738, 4818, 8079, 1330, 4818, 8079, 198, 198, 6738, 4171, 9078, 1330, 275, 7100, 198, 198, 62, 25294, 30373, 796, 18931, 13, 1136, 11187, 1362, 7, 834, 3672, 834, 8, 198, 198, 52, 27586, 62, 4944, 29722, 796, 705, 36, 12473, 15, 4093, 12473, 12, 22, 32, 15, 32, 12, 19, 33, 15, 34, 12, 23, 32, 16, 32, 12, 21, 5777, 1959, 5607, 5631, 18, 32, 21, 6, 220, 220, 220, 220, 1303, 657, 87, 405, 532, 376, 11, 657, 87, 486, 532, 327, 220, 220, 220, 20832, 44423, 198, 52, 27586, 62, 39, 42480, 796, 705, 36, 12473, 15, 4093, 2749, 12, 22, 32, 15, 32, 12, 19, 33, 15, 34, 12, 23, 32, 16, 32, 12, 21, 5777, 1959, 5607, 5631, 18, 32, 21, 6, 220, 220, 1303, 4586, 4686, 87, 24848, 220, 220, 220, 220, 220, 220, 220, 220, 220, 20832, 5626, 5064, 56, 198, 52, 27586, 62, 34694, 796, 705, 36, 12473, 15, 4093, 33, 22, 12, 22, 32, 15, 32, 12, 19, 33, 15, 34, 12, 23, 32, 16, 32, 12, 21, 5777, 1959, 5607, 5631, 18, 32, 21, 6, 220, 220, 220, 220, 220, 1303, 642, 393, 604, 9881, 220, 220, 220, 220, 220, 220, 220, 220, 220, 20832, 44423, 198, 52, 27586, 62, 26947, 796, 705, 36, 12473, 15, 46361, 16, 12, 22, 32, 15, 32, 12, 19, 33, 15, 34, 12, 23, 32, 16, 32, 12, 21, 5777, 1959, 5607, 5631, 18, 32, 21, 6, 220, 220, 220, 220, 220, 1303, 513, 9881, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 20832, 5626, 5064, 56, 198, 52, 27586, 62, 47379, 5781, 56, 796, 705, 36, 12473, 15, 46361, 19, 12, 22, 32, 15, 32, 12, 19, 33, 15, 34, 12, 23, 32, 16, 32, 12, 21, 5777, 1959, 5607, 5631, 18, 32, 21, 6, 628, 198 ]
1.819572
327
from itertools import takewhile, combinations start = 40756 tg = triangle_generator(start) pg = pentagonal_generator(start) hg = hexagonal_generator(start) p = pg.next() t = tg.next() for h in hg: while p < h: p = pg.next() if p != h: continue while t < h: t = tg.next() if t == h: print h
[ 6738, 340, 861, 10141, 1330, 1011, 4514, 11, 17790, 198, 198, 9688, 796, 2319, 38219, 198, 25297, 796, 22950, 62, 8612, 1352, 7, 9688, 8, 198, 6024, 796, 28145, 27923, 62, 8612, 1352, 7, 9688, 8, 198, 71, 70, 796, 17910, 27923, 62, 8612, 1352, 7, 9688, 8, 198, 198, 79, 796, 23241, 13, 19545, 3419, 198, 83, 796, 256, 70, 13, 19545, 3419, 198, 198, 1640, 289, 287, 289, 70, 25, 198, 220, 981, 279, 1279, 289, 25, 198, 220, 220, 220, 279, 796, 23241, 13, 19545, 3419, 198, 220, 611, 279, 14512, 289, 25, 198, 220, 220, 220, 2555, 198, 220, 981, 256, 1279, 289, 25, 198, 220, 220, 220, 256, 796, 256, 70, 13, 19545, 3419, 198, 220, 611, 256, 6624, 289, 25, 198, 220, 220, 220, 3601, 289, 198 ]
2.383459
133
import re import json import sys if len(sys.argv) > 1: fpath = sys.argv[1] else: fpath = 'galaxy-builder-subjects.csv' try: with open(fpath) as f: classificationCsv = f.read().split('\n')[1:] except FileNotFoundError: print('No subjects file found, exiting') sys.exit(0)
[ 11748, 302, 198, 11748, 33918, 198, 11748, 25064, 198, 198, 361, 18896, 7, 17597, 13, 853, 85, 8, 1875, 352, 25, 198, 220, 220, 220, 277, 6978, 796, 25064, 13, 853, 85, 58, 16, 60, 198, 17772, 25, 198, 220, 220, 220, 277, 6978, 796, 705, 13528, 6969, 12, 38272, 12, 32796, 82, 13, 40664, 6, 198, 198, 28311, 25, 198, 220, 220, 220, 351, 1280, 7, 69, 6978, 8, 355, 277, 25, 198, 220, 220, 220, 220, 220, 220, 220, 17923, 34, 21370, 796, 277, 13, 961, 22446, 35312, 10786, 59, 77, 11537, 58, 16, 47715, 198, 16341, 9220, 3673, 21077, 12331, 25, 198, 220, 220, 220, 3601, 10786, 2949, 7481, 2393, 1043, 11, 33895, 11537, 198, 220, 220, 220, 25064, 13, 37023, 7, 15, 8, 198 ]
2.351563
128
# -*- coding: utf-8 -*- from typing import Dict, Any from json import loads from pathlib import Path import logging
[ 2, 532, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12, 198, 198, 6738, 19720, 1330, 360, 713, 11, 4377, 198, 6738, 33918, 1330, 15989, 198, 6738, 3108, 8019, 1330, 10644, 198, 11748, 18931, 628, 198 ]
3.131579
38
# SPDX-License-Identifier: Apache-2.0 # Copyright Contributors to the Rez Project import os.path from rez.build_process import BuildType from rez.exceptions import BuildSystemError from rez.packages import get_developer_package from rez.rex_bindings import VariantBinding def get_buildsys_types(): """Returns the available build system implementations - cmake, make etc.""" from rez.plugin_managers import plugin_manager return plugin_manager.get_plugins('build_system') def get_valid_build_systems(working_dir, package=None): """Returns the build system classes that could build the source in given dir. Args: working_dir (str): Dir containing the package definition and potentially build files. package (`Package`): Package to be built. This may or may not be needed to determine the build system. For eg, cmake just has to look for a CMakeLists.txt file, whereas the 'build_command' package field must be present for the 'custom' build system type. Returns: List of class: Valid build system class types. """ from rez.plugin_managers import plugin_manager from rez.exceptions import PackageMetadataError try: package = package or get_developer_package(working_dir) except PackageMetadataError: # no package, or bad package pass if package: if getattr(package, "build_command", None) is not None: buildsys_name = "custom" else: buildsys_name = getattr(package, "build_system", None) # package explicitly specifies build system if buildsys_name: cls = plugin_manager.get_plugin_class('build_system', buildsys_name) return [cls] # detect valid build systems clss = [] for buildsys_name in get_buildsys_types(): cls = plugin_manager.get_plugin_class('build_system', buildsys_name) if cls.is_valid_root(working_dir, package=package): clss.append(cls) # Sometimes files for multiple build systems can be present, because one # build system uses another (a 'child' build system) - eg, cmake uses # make. Detect this case and ignore files from the child build system. # child_clss = set(x.child_build_system() for x in clss) clss = list(set(clss) - child_clss) return clss def create_build_system(working_dir, buildsys_type=None, package=None, opts=None, write_build_scripts=False, verbose=False, build_args=[], child_build_args=[]): """Return a new build system that can build the source in working_dir.""" from rez.plugin_managers import plugin_manager # detect build system if necessary if not buildsys_type: clss = get_valid_build_systems(working_dir, package=package) if not clss: # Special case - bez. This is an old deprecated build system, # which expects a rezbuild.py file. Include info in error showing # how to port to a custom build command. # if os.path.exists(os.path.join(working_dir, "rezbuild.py")): msg = ( "No build system is associated with the path %s.\n" "\n" "There is a rezbuild.py file present, suggesting you were " "using the deprecated bez build system. You need to use a " "custom build command instead. You can port your existing " "rezbuild.py like so:\n" "\n" "Add this line to package.py:\n" "\n" " build_command = 'python {root}/rezbuild.py {install}'\n" "\n" "Add these lines to rezbuild.py:\n" "\n" " if __name__ == '__main__':\n" " import os, sys\n" " build(\n" " source_path=os.environ['REZ_BUILD_SOURCE_PATH'],\n" " build_path=os.environ['REZ_BUILD_PATH'],\n" " install_path=os.environ['REZ_BUILD_INSTALL_PATH'],\n" " targets=sys.argv[1:]\n" " )" ) raise BuildSystemError(msg % working_dir) raise BuildSystemError( "No build system is associated with the path %s" % working_dir) if len(clss) != 1: s = ', '.join(x.name() for x in clss) raise BuildSystemError(("Source could be built with one of: %s; " "Please specify a build system") % s) buildsys_type = next(iter(clss)).name() # create instance of build system cls_ = plugin_manager.get_plugin_class('build_system', buildsys_type) return cls_(working_dir, opts=opts, package=package, write_build_scripts=write_build_scripts, verbose=verbose, build_args=build_args, child_build_args=child_build_args) class BuildSystem(object): """A build system, such as cmake, make, Scons etc. """ @classmethod def name(cls): """Return the name of the build system, eg 'make'.""" raise NotImplementedError def __init__(self, working_dir, opts=None, package=None, write_build_scripts=False, verbose=False, build_args=[], child_build_args=[]): """Create a build system instance. Args: working_dir: Directory to build source from. opts: argparse.Namespace object which may contain constructor params, as set by our bind_cli() classmethod. package (`DeveloperPackage`): Package to build. If None, defaults to the package in the working directory. write_build_scripts: If True, create build scripts rather than perform the full build. The user can then run these scripts to place themselves into a build environment and invoke the build system directly. build_args: Extra cli build arguments. child_build_args: Extra cli args for child build system, ignored if there is no child build system. """ self.working_dir = working_dir if not self.is_valid_root(working_dir): raise BuildSystemError( "Not a valid working directory for build system %r: %s" % (self.name(), working_dir)) self.package = package or get_developer_package(working_dir) self.write_build_scripts = write_build_scripts self.build_args = build_args self.child_build_args = child_build_args self.verbose = verbose self.opts = opts @classmethod def is_valid_root(cls, path): """Return True if this build system can build the source in path.""" raise NotImplementedError @classmethod def child_build_system(cls): """Returns the child build system. Some build systems, such as cmake, don't build the source directly. Instead, they build an interim set of build scripts that are then consumed by a second build system (such as make). You should implement this method if that's the case. Returns: Name of build system (corresponding to the plugin name) if this system has a child system, or None otherwise. """ return None @classmethod def bind_cli(cls, parser, group): """Expose parameters to an argparse.ArgumentParser that are specific to this build system. Args: parser (`ArgumentParser`): Arg parser. group (`ArgumentGroup`): Arg parser group - you should add args to this, NOT to `parser`. """ pass def build(self, context, variant, build_path, install_path, install=False, build_type=BuildType.local): """Implement this method to perform the actual build. Args: context: A ResolvedContext object that the build process must be executed within. variant (`Variant`): The variant being built. build_path: Where to write temporary build files. May be absolute or relative to working_dir. install_path (str): The package repository path to install the package to, if installing. If None, defaults to `config.local_packages_path`. install: If True, install the build. build_type: A BuildType (i.e local or central). Returns: A dict containing the following information: - success: Bool indicating if the build was successful. - extra_files: List of created files of interest, not including build targets. A good example is the interpreted context file, usually named 'build.rxt.sh' or similar. These files should be located under build_path. Rez may install them for debugging purposes. - build_env_script: If this instance was created with write_build_scripts as True, then the build should generate a script which, when run by the user, places them in the build environment. """ raise NotImplementedError @classmethod def set_standard_vars(cls, executor, context, variant, build_type, install, build_path, install_path=None): """Set some standard env vars that all build systems can rely on. """ from rez.config import config package = variant.parent variant_requires = map(str, variant.variant_requires) if variant.index is None: variant_subpath = '' else: variant_subpath = variant._non_shortlinked_subpath vars_ = { 'REZ_BUILD_ENV': 1, 'REZ_BUILD_PATH': executor.normalize_path(build_path), 'REZ_BUILD_THREAD_COUNT': package.config.build_thread_count, 'REZ_BUILD_VARIANT_INDEX': variant.index or 0, 'REZ_BUILD_VARIANT_REQUIRES': ' '.join(variant_requires), 'REZ_BUILD_VARIANT_SUBPATH': executor.normalize_path(variant_subpath), 'REZ_BUILD_PROJECT_VERSION': str(package.version), 'REZ_BUILD_PROJECT_NAME': package.name, 'REZ_BUILD_PROJECT_DESCRIPTION': (package.description or '').strip(), 'REZ_BUILD_PROJECT_FILE': package.filepath, 'REZ_BUILD_SOURCE_PATH': executor.normalize_path( os.path.dirname(package.filepath) ), 'REZ_BUILD_REQUIRES': ' '.join( str(x) for x in context.requested_packages(True) ), 'REZ_BUILD_REQUIRES_UNVERSIONED': ' '.join( x.name for x in context.requested_packages(True) ), 'REZ_BUILD_TYPE': build_type.name, 'REZ_BUILD_INSTALL': 1 if install else 0, } if install_path: vars_['REZ_BUILD_INSTALL_PATH'] = executor.normalize_path(install_path) if config.rez_1_environment_variables and \ not config.disable_rez_1_compatibility and \ build_type == BuildType.central: vars_['REZ_IN_REZ_RELEASE'] = 1 # set env vars for key, value in vars_.items(): executor.env[key] = value @classmethod def add_pre_build_commands(cls, executor, variant, build_type, install, build_path, install_path=None): """Execute pre_build_commands function if present.""" from rez.utils.data_utils import RO_AttrDictWrapper as ROA # bind build-related values into a 'build' namespace build_ns = { "build_type": build_type.name, "install": install, "build_path": executor.normalize_path(build_path), "install_path": executor.normalize_path(install_path) } # execute pre_build_commands() # note that we need to wrap variant in a VariantBinding so that any refs # to (eg) 'this.root' in pre_build_commands() will get the possibly # normalized path. # pre_build_commands = getattr(variant, "pre_build_commands") # TODO I suspect variant root isn't correctly set to the cached root # when pkg caching is enabled (see use of VariantBinding in # ResolvedContext._execute). # bound_variant = VariantBinding( variant, interpreter=executor.interpreter ) if pre_build_commands: with executor.reset_globals(): executor.bind("this", bound_variant) executor.bind("build", ROA(build_ns)) executor.execute_code(pre_build_commands) @classmethod def add_standard_build_actions(cls, executor, context, variant, build_type, install, build_path, install_path=None): """Perform build actions common to every build system. """ # set env vars cls.set_standard_vars( executor=executor, context=context, variant=variant, build_type=build_type, install=install, build_path=build_path, install_path=install_path )
[ 2, 30628, 55, 12, 34156, 12, 33234, 7483, 25, 24843, 12, 17, 13, 15, 198, 2, 15069, 25767, 669, 284, 262, 47753, 4935, 628, 198, 11748, 28686, 13, 6978, 198, 198, 6738, 302, 89, 13, 11249, 62, 14681, 1330, 10934, 6030, 198, 6738, 302, 89, 13, 1069, 11755, 1330, 10934, 11964, 12331, 198, 6738, 302, 89, 13, 43789, 1330, 651, 62, 16244, 263, 62, 26495, 198, 6738, 302, 89, 13, 21510, 62, 21653, 654, 1330, 38215, 33, 6020, 628, 198, 4299, 651, 62, 11249, 17597, 62, 19199, 33529, 198, 220, 220, 220, 37227, 35561, 262, 1695, 1382, 1080, 25504, 532, 12067, 539, 11, 787, 3503, 526, 15931, 198, 220, 220, 220, 422, 302, 89, 13, 33803, 62, 805, 10321, 1330, 13877, 62, 37153, 198, 220, 220, 220, 1441, 13877, 62, 37153, 13, 1136, 62, 37390, 10786, 11249, 62, 10057, 11537, 628, 198, 4299, 651, 62, 12102, 62, 11249, 62, 10057, 82, 7, 16090, 62, 15908, 11, 5301, 28, 14202, 2599, 198, 220, 220, 220, 37227, 35561, 262, 1382, 1080, 6097, 326, 714, 1382, 262, 2723, 287, 1813, 26672, 13, 628, 220, 220, 220, 943, 14542, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1762, 62, 15908, 357, 2536, 2599, 36202, 7268, 262, 5301, 6770, 290, 6196, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1382, 3696, 13, 198, 220, 220, 220, 220, 220, 220, 220, 5301, 357, 63, 27813, 63, 2599, 15717, 284, 307, 3170, 13, 770, 743, 393, 743, 407, 307, 2622, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 284, 5004, 262, 1382, 1080, 13, 1114, 29206, 11, 12067, 539, 655, 468, 284, 804, 329, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 257, 327, 12050, 43, 1023, 13, 14116, 2393, 11, 9472, 262, 705, 11249, 62, 21812, 6, 5301, 2214, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1276, 307, 1944, 329, 262, 705, 23144, 6, 1382, 1080, 2099, 13, 628, 220, 220, 220, 16409, 25, 198, 220, 220, 220, 220, 220, 220, 220, 7343, 286, 1398, 25, 48951, 1382, 1080, 1398, 3858, 13, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 422, 302, 89, 13, 33803, 62, 805, 10321, 1330, 13877, 62, 37153, 198, 220, 220, 220, 422, 302, 89, 13, 1069, 11755, 1330, 15717, 9171, 14706, 12331, 628, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 5301, 796, 5301, 393, 651, 62, 16244, 263, 62, 26495, 7, 16090, 62, 15908, 8, 198, 220, 220, 220, 2845, 15717, 9171, 14706, 12331, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 645, 5301, 11, 393, 2089, 5301, 198, 220, 220, 220, 220, 220, 220, 220, 1208, 628, 220, 220, 220, 611, 5301, 25, 198, 220, 220, 220, 220, 220, 220, 220, 611, 651, 35226, 7, 26495, 11, 366, 11249, 62, 21812, 1600, 6045, 8, 318, 407, 6045, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 12188, 893, 62, 3672, 796, 366, 23144, 1, 198, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 12188, 893, 62, 3672, 796, 651, 35226, 7, 26495, 11, 366, 11249, 62, 10057, 1600, 6045, 8, 628, 220, 220, 220, 220, 220, 220, 220, 1303, 5301, 11777, 26052, 1382, 1080, 198, 220, 220, 220, 220, 220, 220, 220, 611, 12188, 893, 62, 3672, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 537, 82, 796, 13877, 62, 37153, 13, 1136, 62, 33803, 62, 4871, 10786, 11249, 62, 10057, 3256, 12188, 893, 62, 3672, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 685, 565, 82, 60, 628, 220, 220, 220, 1303, 4886, 4938, 1382, 3341, 198, 220, 220, 220, 537, 824, 796, 17635, 198, 220, 220, 220, 329, 12188, 893, 62, 3672, 287, 651, 62, 11249, 17597, 62, 19199, 33529, 198, 220, 220, 220, 220, 220, 220, 220, 537, 82, 796, 13877, 62, 37153, 13, 1136, 62, 33803, 62, 4871, 10786, 11249, 62, 10057, 3256, 12188, 893, 62, 3672, 8, 198, 220, 220, 220, 220, 220, 220, 220, 611, 537, 82, 13, 271, 62, 12102, 62, 15763, 7, 16090, 62, 15908, 11, 5301, 28, 26495, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 537, 824, 13, 33295, 7, 565, 82, 8, 628, 220, 220, 220, 1303, 8975, 3696, 329, 3294, 1382, 3341, 460, 307, 1944, 11, 780, 530, 198, 220, 220, 220, 1303, 1382, 1080, 3544, 1194, 357, 64, 705, 9410, 6, 1382, 1080, 8, 532, 29206, 11, 12067, 539, 3544, 198, 220, 220, 220, 1303, 787, 13, 35874, 428, 1339, 290, 8856, 3696, 422, 262, 1200, 1382, 1080, 13, 198, 220, 220, 220, 1303, 198, 220, 220, 220, 1200, 62, 565, 824, 796, 900, 7, 87, 13, 9410, 62, 11249, 62, 10057, 3419, 329, 2124, 287, 537, 824, 8, 198, 220, 220, 220, 537, 824, 796, 1351, 7, 2617, 7, 565, 824, 8, 532, 1200, 62, 565, 824, 8, 628, 220, 220, 220, 1441, 537, 824, 628, 198, 4299, 2251, 62, 11249, 62, 10057, 7, 16090, 62, 15908, 11, 12188, 893, 62, 4906, 28, 14202, 11, 5301, 28, 14202, 11, 2172, 82, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3551, 62, 11249, 62, 46521, 28, 25101, 11, 15942, 577, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1382, 62, 22046, 41888, 4357, 1200, 62, 11249, 62, 22046, 28, 21737, 2599, 198, 220, 220, 220, 37227, 13615, 257, 649, 1382, 1080, 326, 460, 1382, 262, 2723, 287, 1762, 62, 15908, 526, 15931, 198, 220, 220, 220, 422, 302, 89, 13, 33803, 62, 805, 10321, 1330, 13877, 62, 37153, 628, 220, 220, 220, 1303, 4886, 1382, 1080, 611, 3306, 198, 220, 220, 220, 611, 407, 12188, 893, 62, 4906, 25, 198, 220, 220, 220, 220, 220, 220, 220, 537, 824, 796, 651, 62, 12102, 62, 11249, 62, 10057, 82, 7, 16090, 62, 15908, 11, 5301, 28, 26495, 8, 628, 220, 220, 220, 220, 220, 220, 220, 611, 407, 537, 824, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 6093, 1339, 532, 307, 89, 13, 770, 318, 281, 1468, 39224, 1382, 1080, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 543, 13423, 257, 302, 89, 11249, 13, 9078, 2393, 13, 40348, 7508, 287, 4049, 4478, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 703, 284, 2493, 284, 257, 2183, 1382, 3141, 13, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 28686, 13, 6978, 13, 1069, 1023, 7, 418, 13, 6978, 13, 22179, 7, 16090, 62, 15908, 11, 366, 21107, 11249, 13, 9078, 4943, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 31456, 796, 357, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 2949, 1382, 1080, 318, 3917, 351, 262, 3108, 4064, 82, 13, 59, 77, 1, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 37082, 77, 1, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 1858, 318, 257, 302, 89, 11249, 13, 9078, 2393, 1944, 11, 9524, 345, 547, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 3500, 262, 39224, 307, 89, 1382, 1080, 13, 921, 761, 284, 779, 257, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 23144, 1382, 3141, 2427, 13, 921, 460, 2493, 534, 4683, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 21107, 11249, 13, 9078, 588, 523, 7479, 77, 1, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 37082, 77, 1, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 4550, 428, 1627, 284, 5301, 13, 9078, 7479, 77, 1, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 37082, 77, 1, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 220, 220, 220, 1382, 62, 21812, 796, 705, 29412, 1391, 15763, 92, 14, 21107, 11249, 13, 9078, 1391, 17350, 92, 6, 59, 77, 1, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 37082, 77, 1, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 4550, 777, 3951, 284, 302, 89, 11249, 13, 9078, 7479, 77, 1, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 37082, 77, 1, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 220, 220, 220, 611, 11593, 3672, 834, 6624, 705, 834, 12417, 834, 6, 7479, 77, 1, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 220, 220, 220, 220, 220, 220, 220, 1330, 28686, 11, 25064, 59, 77, 1, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 220, 220, 220, 220, 220, 220, 220, 1382, 38016, 77, 1, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2723, 62, 6978, 28, 418, 13, 268, 2268, 17816, 2200, 57, 62, 19499, 26761, 62, 47690, 62, 34219, 6, 4357, 59, 77, 1, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1382, 62, 6978, 28, 418, 13, 268, 2268, 17816, 2200, 57, 62, 19499, 26761, 62, 34219, 6, 4357, 59, 77, 1, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2721, 62, 6978, 28, 418, 13, 268, 2268, 17816, 2200, 57, 62, 19499, 26761, 62, 38604, 7036, 62, 34219, 6, 4357, 59, 77, 1, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6670, 28, 17597, 13, 853, 85, 58, 16, 47715, 59, 77, 1, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 220, 220, 220, 220, 220, 220, 220, 1267, 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, 220, 220, 220, 220, 5298, 10934, 11964, 12331, 7, 19662, 4064, 1762, 62, 15908, 8, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5298, 10934, 11964, 12331, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 2949, 1382, 1080, 318, 3917, 351, 262, 3108, 4064, 82, 1, 4064, 1762, 62, 15908, 8, 628, 220, 220, 220, 220, 220, 220, 220, 611, 18896, 7, 565, 824, 8, 14512, 352, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 264, 796, 46083, 45302, 22179, 7, 87, 13, 3672, 3419, 329, 2124, 287, 537, 824, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5298, 10934, 11964, 12331, 7, 7203, 7416, 714, 307, 3170, 351, 530, 286, 25, 4064, 82, 26, 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, 220, 220, 220, 220, 220, 220, 366, 5492, 11986, 257, 1382, 1080, 4943, 4064, 264, 8, 628, 220, 220, 220, 220, 220, 220, 220, 12188, 893, 62, 4906, 796, 1306, 7, 2676, 7, 565, 824, 29720, 3672, 3419, 628, 220, 220, 220, 1303, 2251, 4554, 286, 1382, 1080, 198, 220, 220, 220, 537, 82, 62, 796, 13877, 62, 37153, 13, 1136, 62, 33803, 62, 4871, 10786, 11249, 62, 10057, 3256, 12188, 893, 62, 4906, 8, 628, 220, 220, 220, 1441, 537, 82, 41052, 16090, 62, 15908, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2172, 82, 28, 404, 912, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5301, 28, 26495, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3551, 62, 11249, 62, 46521, 28, 13564, 62, 11249, 62, 46521, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 15942, 577, 28, 19011, 577, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1382, 62, 22046, 28, 11249, 62, 22046, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1200, 62, 11249, 62, 22046, 28, 9410, 62, 11249, 62, 22046, 8, 628, 198, 4871, 10934, 11964, 7, 15252, 2599, 198, 220, 220, 220, 37227, 32, 1382, 1080, 11, 884, 355, 12067, 539, 11, 787, 11, 1446, 684, 3503, 13, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 2488, 4871, 24396, 198, 220, 220, 220, 825, 1438, 7, 565, 82, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 13615, 262, 1438, 286, 262, 1382, 1080, 11, 29206, 705, 15883, 30827, 15931, 198, 220, 220, 220, 220, 220, 220, 220, 5298, 1892, 3546, 1154, 12061, 12331, 628, 220, 220, 220, 825, 11593, 15003, 834, 7, 944, 11, 1762, 62, 15908, 11, 2172, 82, 28, 14202, 11, 5301, 28, 14202, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3551, 62, 11249, 62, 46521, 28, 25101, 11, 15942, 577, 28, 25101, 11, 1382, 62, 22046, 41888, 4357, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1200, 62, 11249, 62, 22046, 28, 21737, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 16447, 257, 1382, 1080, 4554, 13, 628, 220, 220, 220, 220, 220, 220, 220, 943, 14542, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1762, 62, 15908, 25, 27387, 284, 1382, 2723, 422, 13, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2172, 82, 25, 1822, 29572, 13, 36690, 10223, 2134, 543, 743, 3994, 23772, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 42287, 11, 355, 900, 416, 674, 11007, 62, 44506, 3419, 1398, 24396, 13, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5301, 357, 63, 45351, 27813, 63, 2599, 15717, 284, 1382, 13, 1002, 6045, 11, 26235, 284, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 262, 5301, 287, 262, 1762, 8619, 13, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3551, 62, 11249, 62, 46521, 25, 1002, 6407, 11, 2251, 1382, 14750, 2138, 621, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1620, 262, 1336, 1382, 13, 383, 2836, 460, 788, 1057, 777, 14750, 284, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1295, 2405, 656, 257, 1382, 2858, 290, 26342, 262, 1382, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1080, 3264, 13, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1382, 62, 22046, 25, 17221, 537, 72, 1382, 7159, 13, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1200, 62, 11249, 62, 22046, 25, 17221, 537, 72, 26498, 329, 1200, 1382, 1080, 11, 9514, 611, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 612, 318, 645, 1200, 1382, 1080, 13, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 16090, 62, 15908, 796, 1762, 62, 15908, 198, 220, 220, 220, 220, 220, 220, 220, 611, 407, 2116, 13, 271, 62, 12102, 62, 15763, 7, 16090, 62, 15908, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5298, 10934, 11964, 12331, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 3673, 257, 4938, 1762, 8619, 329, 1382, 1080, 4064, 81, 25, 4064, 82, 1, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4064, 357, 944, 13, 3672, 22784, 1762, 62, 15908, 4008, 628, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 26495, 796, 5301, 393, 651, 62, 16244, 263, 62, 26495, 7, 16090, 62, 15908, 8, 628, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 13564, 62, 11249, 62, 46521, 796, 3551, 62, 11249, 62, 46521, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 11249, 62, 22046, 796, 1382, 62, 22046, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 9410, 62, 11249, 62, 22046, 796, 1200, 62, 11249, 62, 22046, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 19011, 577, 796, 15942, 577, 628, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 404, 912, 796, 2172, 82, 628, 220, 220, 220, 2488, 4871, 24396, 198, 220, 220, 220, 825, 318, 62, 12102, 62, 15763, 7, 565, 82, 11, 3108, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 13615, 6407, 611, 428, 1382, 1080, 460, 1382, 262, 2723, 287, 3108, 526, 15931, 198, 220, 220, 220, 220, 220, 220, 220, 5298, 1892, 3546, 1154, 12061, 12331, 628, 220, 220, 220, 2488, 4871, 24396, 198, 220, 220, 220, 825, 1200, 62, 11249, 62, 10057, 7, 565, 82, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 35561, 262, 1200, 1382, 1080, 13, 628, 220, 220, 220, 220, 220, 220, 220, 2773, 1382, 3341, 11, 884, 355, 12067, 539, 11, 836, 470, 1382, 262, 2723, 3264, 13, 198, 220, 220, 220, 220, 220, 220, 220, 5455, 11, 484, 1382, 281, 19303, 900, 286, 1382, 14750, 326, 389, 788, 198, 220, 220, 220, 220, 220, 220, 220, 13529, 416, 257, 1218, 1382, 1080, 357, 10508, 355, 787, 737, 921, 815, 3494, 198, 220, 220, 220, 220, 220, 220, 220, 428, 2446, 611, 326, 338, 262, 1339, 13, 628, 220, 220, 220, 220, 220, 220, 220, 16409, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6530, 286, 1382, 1080, 357, 10215, 5546, 278, 284, 262, 13877, 1438, 8, 611, 428, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1080, 468, 257, 1200, 1080, 11, 393, 6045, 4306, 13, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 6045, 628, 220, 220, 220, 2488, 4871, 24396, 198, 220, 220, 220, 825, 11007, 62, 44506, 7, 565, 82, 11, 30751, 11, 1448, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 3109, 3455, 10007, 284, 281, 1822, 29572, 13, 28100, 1713, 46677, 326, 389, 2176, 198, 220, 220, 220, 220, 220, 220, 220, 284, 428, 1382, 1080, 13, 628, 220, 220, 220, 220, 220, 220, 220, 943, 14542, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 30751, 357, 63, 28100, 1713, 46677, 63, 2599, 20559, 30751, 13, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1448, 357, 63, 28100, 1713, 13247, 63, 2599, 20559, 30751, 1448, 532, 345, 815, 751, 26498, 284, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 428, 11, 5626, 284, 4600, 48610, 44646, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 1208, 628, 220, 220, 220, 825, 1382, 7, 944, 11, 4732, 11, 15304, 11, 1382, 62, 6978, 11, 2721, 62, 6978, 11, 2721, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1382, 62, 4906, 28, 15580, 6030, 13, 12001, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 3546, 26908, 428, 2446, 284, 1620, 262, 4036, 1382, 13, 628, 220, 220, 220, 220, 220, 220, 220, 943, 14542, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4732, 25, 317, 1874, 5634, 21947, 2134, 326, 262, 1382, 1429, 1276, 307, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 10945, 1626, 13, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 15304, 357, 63, 23907, 415, 63, 2599, 383, 15304, 852, 3170, 13, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1382, 62, 6978, 25, 6350, 284, 3551, 8584, 1382, 3696, 13, 1737, 307, 4112, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 393, 3585, 284, 1762, 62, 15908, 13, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2721, 62, 6978, 357, 2536, 2599, 383, 5301, 16099, 3108, 284, 2721, 262, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5301, 284, 11, 611, 15975, 13, 1002, 6045, 11, 26235, 284, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4600, 11250, 13, 12001, 62, 43789, 62, 6978, 44646, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2721, 25, 1002, 6407, 11, 2721, 262, 1382, 13, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1382, 62, 4906, 25, 317, 10934, 6030, 357, 72, 13, 68, 1957, 393, 4318, 737, 628, 220, 220, 220, 220, 220, 220, 220, 16409, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 317, 8633, 7268, 262, 1708, 1321, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 532, 1943, 25, 347, 970, 12739, 611, 262, 1382, 373, 4388, 13, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 532, 3131, 62, 16624, 25, 7343, 286, 2727, 3696, 286, 1393, 11, 407, 1390, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1382, 6670, 13, 317, 922, 1672, 318, 262, 16173, 4732, 2393, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3221, 3706, 705, 11249, 13, 81, 742, 13, 1477, 6, 393, 2092, 13, 2312, 3696, 815, 307, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5140, 739, 1382, 62, 6978, 13, 47753, 743, 2721, 606, 329, 28769, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4959, 13, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 532, 1382, 62, 24330, 62, 12048, 25, 1002, 428, 4554, 373, 2727, 351, 3551, 62, 11249, 62, 46521, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 355, 6407, 11, 788, 262, 1382, 815, 7716, 257, 4226, 543, 11, 618, 1057, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 416, 262, 2836, 11, 4113, 606, 287, 262, 1382, 2858, 13, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 5298, 1892, 3546, 1154, 12061, 12331, 628, 220, 220, 220, 2488, 4871, 24396, 198, 220, 220, 220, 825, 900, 62, 20307, 62, 85, 945, 7, 565, 82, 11, 3121, 273, 11, 4732, 11, 15304, 11, 1382, 62, 4906, 11, 2721, 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, 1382, 62, 6978, 11, 2721, 62, 6978, 28, 14202, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 7248, 617, 3210, 17365, 410, 945, 326, 477, 1382, 3341, 460, 8814, 319, 13, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 422, 302, 89, 13, 11250, 1330, 4566, 628, 220, 220, 220, 220, 220, 220, 220, 5301, 796, 15304, 13, 8000, 198, 220, 220, 220, 220, 220, 220, 220, 15304, 62, 47911, 796, 3975, 7, 2536, 11, 15304, 13, 25641, 415, 62, 47911, 8, 628, 220, 220, 220, 220, 220, 220, 220, 611, 15304, 13, 9630, 318, 6045, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 15304, 62, 7266, 6978, 796, 10148, 198, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 15304, 62, 7266, 6978, 796, 15304, 13557, 13159, 62, 19509, 25614, 62, 7266, 6978, 628, 220, 220, 220, 220, 220, 220, 220, 410, 945, 62, 796, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 2200, 57, 62, 19499, 26761, 62, 1677, 53, 10354, 352, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 2200, 57, 62, 19499, 26761, 62, 34219, 10354, 3121, 273, 13, 11265, 1096, 62, 6978, 7, 11249, 62, 6978, 828, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 2200, 57, 62, 19499, 26761, 62, 4221, 15675, 62, 34, 28270, 10354, 5301, 13, 11250, 13, 11249, 62, 16663, 62, 9127, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 2200, 57, 62, 19499, 26761, 62, 53, 33604, 8643, 62, 12115, 6369, 10354, 15304, 13, 9630, 393, 657, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 2200, 57, 62, 19499, 26761, 62, 53, 33604, 8643, 62, 2200, 10917, 4663, 1546, 10354, 705, 45302, 22179, 7, 25641, 415, 62, 47911, 828, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 2200, 57, 62, 19499, 26761, 62, 53, 33604, 8643, 62, 50, 10526, 34219, 10354, 3121, 273, 13, 11265, 1096, 62, 6978, 7, 25641, 415, 62, 7266, 6978, 828, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 2200, 57, 62, 19499, 26761, 62, 31190, 23680, 62, 43717, 10354, 965, 7, 26495, 13, 9641, 828, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 2200, 57, 62, 19499, 26761, 62, 31190, 23680, 62, 20608, 10354, 5301, 13, 3672, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 2200, 57, 62, 19499, 26761, 62, 31190, 23680, 62, 30910, 40165, 10354, 357, 26495, 13, 11213, 393, 10148, 737, 36311, 22784, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 2200, 57, 62, 19499, 26761, 62, 31190, 23680, 62, 25664, 10354, 5301, 13, 7753, 6978, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 2200, 57, 62, 19499, 26761, 62, 47690, 62, 34219, 10354, 3121, 273, 13, 11265, 1096, 62, 6978, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 28686, 13, 6978, 13, 15908, 3672, 7, 26495, 13, 7753, 6978, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 10612, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 2200, 57, 62, 19499, 26761, 62, 2200, 10917, 4663, 1546, 10354, 705, 45302, 22179, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 965, 7, 87, 8, 329, 2124, 287, 4732, 13, 25927, 276, 62, 43789, 7, 17821, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 10612, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 2200, 57, 62, 19499, 26761, 62, 2200, 10917, 4663, 1546, 62, 4944, 43717, 1961, 10354, 705, 45302, 22179, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2124, 13, 3672, 329, 2124, 287, 4732, 13, 25927, 276, 62, 43789, 7, 17821, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 10612, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 2200, 57, 62, 19499, 26761, 62, 25216, 10354, 1382, 62, 4906, 13, 3672, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 2200, 57, 62, 19499, 26761, 62, 38604, 7036, 10354, 352, 611, 2721, 2073, 657, 11, 198, 220, 220, 220, 220, 220, 220, 220, 1782, 628, 220, 220, 220, 220, 220, 220, 220, 611, 2721, 62, 6978, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 410, 945, 62, 17816, 2200, 57, 62, 19499, 26761, 62, 38604, 7036, 62, 34219, 20520, 796, 3121, 273, 13, 11265, 1096, 62, 6978, 7, 17350, 62, 6978, 8, 628, 220, 220, 220, 220, 220, 220, 220, 611, 4566, 13, 21107, 62, 16, 62, 38986, 62, 25641, 2977, 290, 3467, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 407, 4566, 13, 40223, 62, 21107, 62, 16, 62, 5589, 25901, 290, 3467, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1382, 62, 4906, 6624, 10934, 6030, 13, 31463, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 410, 945, 62, 17816, 2200, 57, 62, 1268, 62, 2200, 57, 62, 2200, 22781, 20520, 796, 352, 628, 220, 220, 220, 220, 220, 220, 220, 1303, 900, 17365, 410, 945, 198, 220, 220, 220, 220, 220, 220, 220, 329, 1994, 11, 1988, 287, 410, 945, 44807, 23814, 33529, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3121, 273, 13, 24330, 58, 2539, 60, 796, 1988, 628, 220, 220, 220, 2488, 4871, 24396, 198, 220, 220, 220, 825, 751, 62, 3866, 62, 11249, 62, 9503, 1746, 7, 565, 82, 11, 3121, 273, 11, 15304, 11, 1382, 62, 4906, 11, 2721, 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, 1382, 62, 6978, 11, 2721, 62, 6978, 28, 14202, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 23002, 1133, 662, 62, 11249, 62, 9503, 1746, 2163, 611, 1944, 526, 15931, 628, 220, 220, 220, 220, 220, 220, 220, 422, 302, 89, 13, 26791, 13, 7890, 62, 26791, 1330, 15107, 62, 8086, 81, 35, 713, 36918, 2848, 355, 15107, 32, 628, 220, 220, 220, 220, 220, 220, 220, 1303, 11007, 1382, 12, 5363, 3815, 656, 257, 705, 11249, 6, 25745, 198, 220, 220, 220, 220, 220, 220, 220, 1382, 62, 5907, 796, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 11249, 62, 4906, 1298, 1382, 62, 4906, 13, 3672, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 17350, 1298, 2721, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 11249, 62, 6978, 1298, 3121, 273, 13, 11265, 1096, 62, 6978, 7, 11249, 62, 6978, 828, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 17350, 62, 6978, 1298, 3121, 273, 13, 11265, 1096, 62, 6978, 7, 17350, 62, 6978, 8, 198, 220, 220, 220, 220, 220, 220, 220, 1782, 628, 220, 220, 220, 220, 220, 220, 220, 1303, 12260, 662, 62, 11249, 62, 9503, 1746, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 3465, 326, 356, 761, 284, 14441, 15304, 287, 257, 38215, 33, 6020, 523, 326, 597, 1006, 82, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 284, 357, 1533, 8, 705, 5661, 13, 15763, 6, 287, 662, 62, 11249, 62, 9503, 1746, 3419, 481, 651, 262, 5457, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 39279, 3108, 13, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 198, 220, 220, 220, 220, 220, 220, 220, 662, 62, 11249, 62, 9503, 1746, 796, 651, 35226, 7, 25641, 415, 11, 366, 3866, 62, 11249, 62, 9503, 1746, 4943, 628, 220, 220, 220, 220, 220, 220, 220, 1303, 16926, 46, 314, 4099, 15304, 6808, 2125, 470, 9380, 900, 284, 262, 39986, 6808, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 618, 279, 10025, 40918, 318, 9343, 357, 3826, 779, 286, 38215, 33, 6020, 287, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 1874, 5634, 21947, 13557, 41049, 737, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 198, 220, 220, 220, 220, 220, 220, 220, 5421, 62, 25641, 415, 796, 38215, 33, 6020, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 15304, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 28846, 28, 18558, 38409, 13, 3849, 3866, 353, 198, 220, 220, 220, 220, 220, 220, 220, 1267, 628, 220, 220, 220, 220, 220, 220, 220, 611, 662, 62, 11249, 62, 9503, 1746, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 351, 3121, 273, 13, 42503, 62, 4743, 672, 874, 33529, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3121, 273, 13, 21653, 7203, 5661, 1600, 5421, 62, 25641, 415, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3121, 273, 13, 21653, 7203, 11249, 1600, 15107, 32, 7, 11249, 62, 5907, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3121, 273, 13, 41049, 62, 8189, 7, 3866, 62, 11249, 62, 9503, 1746, 8, 628, 220, 220, 220, 2488, 4871, 24396, 198, 220, 220, 220, 825, 751, 62, 20307, 62, 11249, 62, 4658, 7, 565, 82, 11, 3121, 273, 11, 4732, 11, 15304, 11, 1382, 62, 4906, 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, 2721, 11, 1382, 62, 6978, 11, 2721, 62, 6978, 28, 14202, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 5990, 687, 1382, 4028, 2219, 284, 790, 1382, 1080, 13, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 628, 220, 220, 220, 220, 220, 220, 220, 1303, 900, 17365, 410, 945, 198, 220, 220, 220, 220, 220, 220, 220, 537, 82, 13, 2617, 62, 20307, 62, 85, 945, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3121, 273, 28, 18558, 38409, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4732, 28, 22866, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 15304, 28, 25641, 415, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1382, 62, 4906, 28, 11249, 62, 4906, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2721, 28, 17350, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1382, 62, 6978, 28, 11249, 62, 6978, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2721, 62, 6978, 28, 17350, 62, 6978, 198, 220, 220, 220, 220, 220, 220, 220, 1267, 198 ]
2.235092
6,104
# Description: Exception Handling Using Try-Except Block import sys random_list = ["a", 0, 2, "#", 33] for item in random_list: try: reciprocal = 1 / int(item) print("The reciprocal {} is {}".format(item, reciprocal)) except ValueError: # Handle one exception type ValueError print("ValueError: ", sys.exc_info()[0]) except (TypeError, ZeroDivisionError): # Handle multiple exceptions type - TypeError and ZeroDivisionError print("TypeError or ZeroDivisionError: ", sys.exc_info()[0]) except: # Handle all other exceptions print("Error: ", sys.exc_info()[0])
[ 2, 12489, 25, 35528, 49500, 8554, 9993, 12, 30313, 9726, 198, 198, 11748, 25064, 198, 198, 25120, 62, 4868, 796, 14631, 64, 1600, 657, 11, 362, 11, 25113, 1600, 4747, 60, 198, 198, 1640, 2378, 287, 4738, 62, 4868, 25, 198, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 48135, 796, 352, 1220, 493, 7, 9186, 8, 198, 220, 220, 220, 220, 220, 220, 220, 3601, 7203, 464, 48135, 23884, 318, 23884, 1911, 18982, 7, 9186, 11, 48135, 4008, 198, 220, 220, 220, 2845, 11052, 12331, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 33141, 530, 6631, 2099, 11052, 12331, 198, 220, 220, 220, 220, 220, 220, 220, 3601, 7203, 11395, 12331, 25, 33172, 25064, 13, 41194, 62, 10951, 3419, 58, 15, 12962, 198, 220, 220, 220, 2845, 357, 6030, 12331, 11, 12169, 24095, 1166, 12331, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 33141, 3294, 13269, 2099, 532, 5994, 12331, 290, 12169, 24095, 1166, 12331, 198, 220, 220, 220, 220, 220, 220, 220, 3601, 7203, 6030, 12331, 393, 12169, 24095, 1166, 12331, 25, 33172, 25064, 13, 41194, 62, 10951, 3419, 58, 15, 12962, 198, 220, 220, 220, 2845, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 33141, 477, 584, 13269, 198, 220, 220, 220, 220, 220, 220, 220, 3601, 7203, 12331, 25, 33172, 25064, 13, 41194, 62, 10951, 3419, 58, 15, 12962, 198 ]
2.731915
235
''' @author: redtree @contact: [email protected] @time: 17-12-28 上午11:17 @desc: '''
[ 7061, 6, 198, 198, 31, 9800, 25, 2266, 21048, 198, 198, 31, 32057, 25, 2266, 21048, 66, 31, 14816, 13, 785, 198, 198, 31, 2435, 25, 1596, 12, 1065, 12, 2078, 220, 41468, 39355, 230, 1157, 25, 1558, 198, 198, 31, 20147, 25, 198, 198, 7061, 6 ]
1.893617
47
# Copyright 2017 Huawei Technologies Co.,LTD. # 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. """ Common parameter types for validating request Body. """ positive_integer = { 'type': ['integer', 'string'], 'pattern': '^[0-9]*$', 'minimum': 1, 'minLength': 1 } non_negative_integer = { 'type': ['integer', 'string'], 'pattern': '^[0-9]*$', 'minimum': 0, 'minLength': 1 } name = { 'type': 'string', 'minLength': 1, 'maxLength': 255, } description = { 'type': ['string', 'null'], 'minLength': 0, 'maxLength': 255, } availability_zone = { 'type': 'string', 'minLength': 1, 'maxLength': 255, } image_id = { 'type': 'string', 'format': 'uuid' } network_id = { 'type': 'string', 'format': 'uuid' } network_port_id = { 'type': 'string', 'format': 'uuid' } admin_password = { # NOTE: admin_password is the admin password of a server # instance, and it is not stored into mogan's data base. # In addition, users set sometimes long/strange string # as password. It is unnecessary to limit string length # and string pattern. 'type': 'string', } flavor_id = { 'type': 'string', 'format': 'uuid' } server_group_id = { 'type': 'string', 'format': 'uuid' } node_uuid = { 'type': 'string', 'format': 'uuid' } metadata = { 'type': 'object', 'patternProperties': { '^[a-zA-Z0-9-_:. ]{1,255}$': { 'type': 'string', 'maxLength': 255 } }, 'additionalProperties': False } resources = { 'type': 'object', 'patternProperties': { '^[a-zA-Z0-9-_:.]{1,255}$': positive_integer }, 'additionalProperties': False } mac_address = { 'type': 'string', 'pattern': '^([0-9a-fA-F]{2})(:[0-9a-fA-F]{2}){5}$' } ip_address = { 'type': 'string', 'oneOf': [ {'format': 'ipv4'}, {'format': 'ipv6'} ] } personality = { 'type': 'array', 'items': { 'type': 'object', 'properties': { 'path': {'type': 'string'}, 'contents': { 'type': 'string', 'format': 'base64' } }, 'additionalProperties': False, } } boolean = { 'type': ['boolean', 'string'], 'enum': [True, 'True', 'TRUE', 'true', '1', 'ON', 'On', 'on', 'YES', 'Yes', 'yes', False, 'False', 'FALSE', 'false', '0', 'OFF', 'Off', 'off', 'NO', 'No', 'no'], }
[ 2, 15069, 2177, 43208, 21852, 1766, 1539, 43, 21016, 13, 198, 2, 1439, 6923, 33876, 13, 198, 2, 198, 2, 220, 220, 220, 49962, 739, 262, 24843, 13789, 11, 10628, 362, 13, 15, 357, 1169, 366, 34156, 15341, 345, 743, 198, 2, 220, 220, 220, 407, 779, 428, 2393, 2845, 287, 11846, 351, 262, 13789, 13, 921, 743, 7330, 198, 2, 220, 220, 220, 257, 4866, 286, 262, 13789, 379, 198, 2, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 2638, 1378, 2503, 13, 43073, 13, 2398, 14, 677, 4541, 14, 43, 2149, 24290, 12, 17, 13, 15, 198, 2, 198, 2, 220, 220, 220, 17486, 2672, 416, 9723, 1099, 393, 4987, 284, 287, 3597, 11, 3788, 198, 2, 220, 220, 220, 9387, 739, 262, 13789, 318, 9387, 319, 281, 366, 1921, 3180, 1, 29809, 1797, 11, 42881, 198, 2, 220, 220, 220, 34764, 11015, 6375, 7102, 49828, 11053, 3963, 15529, 509, 12115, 11, 2035, 4911, 393, 17142, 13, 4091, 262, 198, 2, 220, 220, 220, 13789, 329, 262, 2176, 3303, 15030, 21627, 290, 11247, 198, 2, 220, 220, 220, 739, 262, 13789, 13, 198, 37811, 198, 17227, 11507, 3858, 329, 4938, 803, 2581, 12290, 13, 198, 198, 37811, 628, 198, 24561, 62, 41433, 796, 1391, 198, 220, 220, 220, 705, 4906, 10354, 37250, 41433, 3256, 705, 8841, 6, 4357, 198, 220, 220, 220, 705, 33279, 10354, 705, 61, 58, 15, 12, 24, 60, 9, 3, 3256, 705, 39504, 10354, 352, 11, 705, 1084, 24539, 10354, 352, 198, 92, 628, 198, 13159, 62, 31591, 62, 41433, 796, 1391, 198, 220, 220, 220, 705, 4906, 10354, 37250, 41433, 3256, 705, 8841, 6, 4357, 198, 220, 220, 220, 705, 33279, 10354, 705, 61, 58, 15, 12, 24, 60, 9, 3, 3256, 705, 39504, 10354, 657, 11, 705, 1084, 24539, 10354, 352, 198, 92, 628, 198, 3672, 796, 1391, 198, 220, 220, 220, 705, 4906, 10354, 705, 8841, 3256, 705, 1084, 24539, 10354, 352, 11, 705, 9806, 24539, 10354, 14280, 11, 198, 92, 628, 198, 11213, 796, 1391, 198, 220, 220, 220, 705, 4906, 10354, 37250, 8841, 3256, 705, 8423, 6, 4357, 705, 1084, 24539, 10354, 657, 11, 705, 9806, 24539, 10354, 14280, 11, 198, 92, 628, 198, 47274, 62, 11340, 796, 1391, 198, 220, 220, 220, 705, 4906, 10354, 705, 8841, 3256, 705, 1084, 24539, 10354, 352, 11, 705, 9806, 24539, 10354, 14280, 11, 198, 92, 628, 198, 9060, 62, 312, 796, 1391, 198, 220, 220, 220, 705, 4906, 10354, 705, 8841, 3256, 705, 18982, 10354, 705, 12303, 312, 6, 198, 92, 628, 198, 27349, 62, 312, 796, 1391, 198, 220, 220, 220, 705, 4906, 10354, 705, 8841, 3256, 705, 18982, 10354, 705, 12303, 312, 6, 198, 92, 628, 198, 27349, 62, 634, 62, 312, 796, 1391, 198, 220, 220, 220, 705, 4906, 10354, 705, 8841, 3256, 705, 18982, 10354, 705, 12303, 312, 6, 198, 92, 198, 198, 28482, 62, 28712, 796, 1391, 198, 220, 220, 220, 1303, 24550, 25, 13169, 62, 28712, 318, 262, 13169, 9206, 286, 257, 4382, 198, 220, 220, 220, 1303, 4554, 11, 290, 340, 318, 407, 8574, 656, 285, 9632, 338, 1366, 2779, 13, 198, 220, 220, 220, 1303, 554, 3090, 11, 2985, 900, 3360, 890, 14, 2536, 858, 4731, 198, 220, 220, 220, 1303, 355, 9206, 13, 632, 318, 13114, 284, 4179, 4731, 4129, 198, 220, 220, 220, 1303, 290, 4731, 3912, 13, 198, 220, 220, 220, 705, 4906, 10354, 705, 8841, 3256, 198, 92, 198, 198, 2704, 5570, 62, 312, 796, 1391, 198, 220, 220, 220, 705, 4906, 10354, 705, 8841, 3256, 705, 18982, 10354, 705, 12303, 312, 6, 198, 92, 198, 198, 15388, 62, 8094, 62, 312, 796, 1391, 198, 220, 220, 220, 705, 4906, 10354, 705, 8841, 3256, 705, 18982, 10354, 705, 12303, 312, 6, 198, 92, 198, 198, 17440, 62, 12303, 312, 796, 1391, 198, 220, 220, 220, 705, 4906, 10354, 705, 8841, 3256, 705, 18982, 10354, 705, 12303, 312, 6, 198, 92, 198, 198, 38993, 796, 1391, 198, 220, 220, 220, 705, 4906, 10354, 705, 15252, 3256, 198, 220, 220, 220, 705, 33279, 2964, 18200, 10354, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 705, 61, 58, 64, 12, 89, 32, 12, 57, 15, 12, 24, 12, 62, 25, 13, 2361, 90, 16, 11, 13381, 92, 3, 10354, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 4906, 10354, 705, 8841, 3256, 705, 9806, 24539, 10354, 14280, 198, 220, 220, 220, 220, 220, 220, 220, 1782, 198, 220, 220, 220, 8964, 198, 220, 220, 220, 705, 2860, 1859, 2964, 18200, 10354, 10352, 198, 92, 628, 198, 37540, 796, 1391, 198, 220, 220, 220, 705, 4906, 10354, 705, 15252, 3256, 198, 220, 220, 220, 705, 33279, 2964, 18200, 10354, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 705, 61, 58, 64, 12, 89, 32, 12, 57, 15, 12, 24, 12, 62, 25, 8183, 90, 16, 11, 13381, 92, 3, 10354, 3967, 62, 41433, 198, 220, 220, 220, 8964, 198, 220, 220, 220, 705, 2860, 1859, 2964, 18200, 10354, 10352, 198, 92, 628, 198, 20285, 62, 21975, 796, 1391, 198, 220, 220, 220, 705, 4906, 10354, 705, 8841, 3256, 198, 220, 220, 220, 705, 33279, 10354, 705, 61, 26933, 15, 12, 24, 64, 12, 69, 32, 12, 37, 60, 90, 17, 92, 5769, 33250, 15, 12, 24, 64, 12, 69, 32, 12, 37, 60, 90, 17, 92, 19953, 20, 92, 3, 6, 198, 92, 628, 198, 541, 62, 21975, 796, 1391, 198, 220, 220, 220, 705, 4906, 10354, 705, 8841, 3256, 198, 220, 220, 220, 705, 505, 5189, 10354, 685, 198, 220, 220, 220, 220, 220, 220, 220, 1391, 6, 18982, 10354, 705, 541, 85, 19, 6, 5512, 198, 220, 220, 220, 220, 220, 220, 220, 1391, 6, 18982, 10354, 705, 541, 85, 21, 6, 92, 198, 220, 220, 220, 2361, 198, 92, 198, 198, 6259, 1483, 796, 1391, 198, 220, 220, 220, 705, 4906, 10354, 705, 18747, 3256, 198, 220, 220, 220, 705, 23814, 10354, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 705, 4906, 10354, 705, 15252, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 705, 48310, 10354, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 6978, 10354, 1391, 6, 4906, 10354, 705, 8841, 6, 5512, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 3642, 658, 10354, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 4906, 10354, 705, 8841, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 18982, 10354, 705, 8692, 2414, 6, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1782, 198, 220, 220, 220, 220, 220, 220, 220, 8964, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2860, 1859, 2964, 18200, 10354, 10352, 11, 198, 220, 220, 220, 1782, 198, 92, 628, 198, 2127, 21052, 796, 1391, 198, 220, 220, 220, 705, 4906, 10354, 37250, 2127, 21052, 3256, 705, 8841, 6, 4357, 198, 220, 220, 220, 705, 44709, 10354, 685, 17821, 11, 705, 17821, 3256, 705, 5446, 8924, 3256, 705, 7942, 3256, 705, 16, 3256, 705, 1340, 3256, 705, 2202, 3256, 705, 261, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 43335, 3256, 705, 5297, 3256, 705, 8505, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 10352, 11, 705, 25101, 3256, 705, 37, 23719, 3256, 705, 9562, 3256, 705, 15, 3256, 705, 27977, 3256, 705, 9362, 3256, 705, 2364, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 15285, 3256, 705, 2949, 3256, 705, 3919, 6, 4357, 198, 92, 198 ]
2.317793
1,287
# Generated by Django 3.1.7 on 2021-04-09 21:35 from django.db import migrations, models import django.utils.timezone
[ 2, 2980, 515, 416, 37770, 513, 13, 16, 13, 22, 319, 33448, 12, 3023, 12, 2931, 2310, 25, 2327, 198, 198, 6738, 42625, 14208, 13, 9945, 1330, 15720, 602, 11, 4981, 198, 11748, 42625, 14208, 13, 26791, 13, 2435, 11340, 628 ]
2.926829
41
from setuptools import * with open("README.md", "r") as fh: long_description = fh.read() my_packages=find_packages() setup( name = 'bitsbehumble', packages = my_packages, version = '0.5', long_description=long_description, long_description_content_type="text/markdown", author = 'Alya Gomaa', url = 'https://github.com/AlyaGomaa/bitsbehumble', download_url = 'https://github.com/AlyaGomaa/bitsbehumble/releases/tag/v-2.0.01', keywords = ['CTF', 'Converter'], classifiers=[ 'Development Status :: 4 - Beta', 'Intended Audience :: Developers', 'Topic :: Software Development :: Build Tools', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', ], )
[ 198, 6738, 900, 37623, 10141, 1330, 1635, 198, 198, 4480, 1280, 7203, 15675, 11682, 13, 9132, 1600, 366, 81, 4943, 355, 277, 71, 25, 198, 220, 220, 220, 890, 62, 11213, 796, 277, 71, 13, 961, 3419, 198, 198, 1820, 62, 43789, 28, 19796, 62, 43789, 3419, 628, 198, 40406, 7, 198, 220, 1438, 796, 705, 9895, 20709, 10344, 3256, 220, 220, 220, 220, 220, 220, 198, 220, 10392, 796, 616, 62, 43789, 11, 220, 220, 198, 220, 2196, 796, 705, 15, 13, 20, 3256, 220, 220, 220, 220, 220, 220, 198, 220, 890, 62, 11213, 28, 6511, 62, 11213, 11, 628, 220, 890, 62, 11213, 62, 11299, 62, 4906, 2625, 5239, 14, 4102, 2902, 1600, 220, 198, 220, 1772, 796, 705, 32, 306, 64, 402, 6086, 64, 3256, 220, 220, 198, 220, 19016, 796, 705, 5450, 1378, 12567, 13, 785, 14, 32, 306, 64, 38, 6086, 64, 14, 9895, 20709, 10344, 3256, 220, 198, 220, 4321, 62, 6371, 220, 796, 705, 5450, 1378, 12567, 13, 785, 14, 32, 306, 64, 38, 6086, 64, 14, 9895, 20709, 10344, 14, 260, 29329, 14, 12985, 14, 85, 12, 17, 13, 15, 13, 486, 3256, 628, 220, 26286, 796, 37250, 4177, 37, 3256, 705, 3103, 332, 353, 6, 4357, 220, 220, 198, 220, 1398, 13350, 41888, 198, 220, 220, 220, 705, 41206, 12678, 7904, 604, 532, 17993, 3256, 220, 220, 220, 220, 198, 220, 220, 220, 705, 5317, 1631, 7591, 1240, 7904, 34152, 3256, 220, 220, 220, 220, 220, 198, 220, 220, 220, 705, 33221, 7904, 10442, 7712, 7904, 10934, 20003, 3256, 220, 220, 198, 220, 220, 220, 705, 15167, 2229, 15417, 7904, 11361, 7904, 513, 3256, 220, 220, 220, 198, 220, 220, 220, 705, 15167, 2229, 15417, 7904, 11361, 7904, 513, 13, 19, 3256, 198, 220, 220, 220, 705, 15167, 2229, 15417, 7904, 11361, 7904, 513, 13, 20, 3256, 198, 220, 220, 220, 705, 15167, 2229, 15417, 7904, 11361, 7904, 513, 13, 21, 3256, 198, 220, 220, 220, 220, 198, 220, 16589, 198, 8, 198 ]
2.576577
333
# Note: Read and understand https://gitlab.sd2e.org/sd2program/python-datacatalog/merge_requests/190 # Before running! import pymongo from datacatalog.identifiers.typeduuid import catalog_uuid # Update this to target production # This should only need to be done once dbURI = "mongodb://catalog:catalog@localhost:27017/?authSource=admin" client = pymongo.MongoClient(dbURI) experiment_designs = client.catalog_local.experiment_designs experiments = client.catalog_local.experiments design_uri_map = {} # Find designs with the same URI - these are candidates for remapping and deletion design_matches = experiment_designs.find({}) for design_match in design_matches: uri = design_match["uri"] if uri is not None: if uri not in design_uri_map: design_uri_map[uri] = [] design_uri_map[uri].append(design_match) for key in design_uri_map: design_len = len(design_uri_map[key]) if design_len > 2: # This would be very unusual - check these cases manually if found raise ValueError("More than 2 designs for a URI? {}".format(key)) elif design_len == 2: # We have a new design and an old design. Find experiments linked to the old design, # remap them to the new design, and remove the old design. old_design = None new_design = None for design in design_uri_map[key]: # old designs have uuids derived from the experiment design id # new designs have uuids derived from the uri design_id_uuid = catalog_uuid(design["experiment_design_id"], uuid_type='experiment_design') uri_uuid = catalog_uuid(design["uri"], uuid_type='experiment_design') if design["uuid"] == design_id_uuid: old_design = design elif design["uuid"] == uri_uuid: new_design = design else: raise ValueError("Could not identify old/new design for {}".format(key)) if old_design is not None and new_design is not None and old_design != new_design: experiment_matches = experiments.find( { "child_of" : [old_design["uuid"]] }) e_match_list = [] for experiment_match in experiment_matches: e_match_list.append(experiment_match) if len(e_match_list) >= 1: print("Found matching experiments, remapping for: {} old design uuid {} new design uuid {}".format(key, old_design["uuid"], new_design["uuid"])) for e_match in e_match_list: e_record_id = e_match["_id"] new_child_of = [new_design["uuid"]] print("Remapping {} from {} to {}".format(e_record_id, e_match["child_of"], new_child_of)) # update child_of experiments.update({ "_id" : e_record_id }, { "$set": { "child_of" : new_child_of } }) # Map over the old designs created and updated dates (both Google Docs and Mongo times) previous_created = old_design["created"] previous_updated = old_design["updated"] properties_previous_created = old_design["_properties"]["created_date"] properties_previous_modified = old_design["_properties"]["modified_date"] # update experiment design with the create/modify dates of the previous design it is replacing experiment_designs.update({ "_id" : new_design["_id"] }, { "$set": { "created" : previous_created, "updated" : previous_updated, "_properties.created_date" : properties_previous_created, "_properties.modified_date" : properties_previous_modified } }) # after remapping, regardless if any experiments are found, delete the old design print("Removing design: {}".format(old_design["uuid"])) experiment_designs.delete_one({'uuid' : old_design["uuid"]})
[ 2, 5740, 25, 4149, 290, 1833, 3740, 1378, 18300, 23912, 13, 21282, 17, 68, 13, 2398, 14, 21282, 17, 23065, 14, 29412, 12, 19608, 330, 10254, 519, 14, 647, 469, 62, 8897, 3558, 14, 19782, 220, 198, 2, 7413, 2491, 0, 198, 198, 11748, 279, 4948, 25162, 198, 6738, 4818, 330, 10254, 519, 13, 738, 13350, 13, 774, 9124, 12303, 312, 1330, 18388, 62, 12303, 312, 198, 198, 2, 10133, 428, 284, 2496, 3227, 198, 2, 770, 815, 691, 761, 284, 307, 1760, 1752, 198, 9945, 47269, 796, 366, 31059, 375, 65, 1378, 9246, 11794, 25, 9246, 11794, 31, 36750, 25, 1983, 29326, 20924, 18439, 7416, 28, 28482, 1, 198, 220, 198, 16366, 796, 279, 4948, 25162, 13, 44, 25162, 11792, 7, 9945, 47269, 8, 198, 23100, 3681, 62, 26124, 82, 796, 5456, 13, 9246, 11794, 62, 12001, 13, 23100, 3681, 62, 26124, 82, 198, 23100, 6800, 796, 5456, 13, 9246, 11794, 62, 12001, 13, 23100, 6800, 198, 198, 26124, 62, 9900, 62, 8899, 796, 23884, 198, 198, 2, 9938, 9824, 351, 262, 976, 43975, 532, 777, 389, 5871, 329, 816, 5912, 290, 39948, 198, 26124, 62, 6759, 2052, 796, 6306, 62, 26124, 82, 13, 19796, 15090, 30072, 198, 1640, 1486, 62, 15699, 287, 1486, 62, 6759, 2052, 25, 198, 220, 220, 220, 2956, 72, 796, 1486, 62, 15699, 14692, 9900, 8973, 198, 220, 220, 220, 611, 2956, 72, 318, 407, 6045, 25, 198, 220, 220, 220, 220, 220, 220, 220, 611, 2956, 72, 407, 287, 1486, 62, 9900, 62, 8899, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1486, 62, 9900, 62, 8899, 58, 9900, 60, 796, 17635, 198, 220, 220, 220, 220, 220, 220, 220, 1486, 62, 9900, 62, 8899, 58, 9900, 4083, 33295, 7, 26124, 62, 15699, 8, 198, 198, 1640, 1994, 287, 1486, 62, 9900, 62, 8899, 25, 198, 220, 220, 220, 1486, 62, 11925, 796, 18896, 7, 26124, 62, 9900, 62, 8899, 58, 2539, 12962, 198, 220, 220, 220, 611, 1486, 62, 11925, 1875, 362, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 770, 561, 307, 845, 8468, 532, 2198, 777, 2663, 14500, 611, 1043, 198, 220, 220, 220, 220, 220, 220, 220, 5298, 11052, 12331, 7203, 5167, 621, 362, 9824, 329, 257, 43975, 30, 23884, 1911, 18982, 7, 2539, 4008, 198, 220, 220, 220, 1288, 361, 1486, 62, 11925, 6624, 362, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 775, 423, 257, 649, 1486, 290, 281, 1468, 1486, 13, 9938, 10256, 6692, 284, 262, 1468, 1486, 11, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 816, 499, 606, 284, 262, 649, 1486, 11, 290, 4781, 262, 1468, 1486, 13, 198, 220, 220, 220, 220, 220, 220, 220, 1468, 62, 26124, 796, 6045, 198, 220, 220, 220, 220, 220, 220, 220, 649, 62, 26124, 796, 6045, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 329, 1486, 287, 1486, 62, 9900, 62, 8899, 58, 2539, 5974, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 1468, 9824, 423, 334, 84, 2340, 10944, 422, 262, 6306, 1486, 4686, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 649, 9824, 423, 334, 84, 2340, 10944, 422, 262, 2956, 72, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1486, 62, 312, 62, 12303, 312, 796, 18388, 62, 12303, 312, 7, 26124, 14692, 23100, 3681, 62, 26124, 62, 312, 33116, 334, 27112, 62, 4906, 11639, 23100, 3681, 62, 26124, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2956, 72, 62, 12303, 312, 796, 18388, 62, 12303, 312, 7, 26124, 14692, 9900, 33116, 334, 27112, 62, 4906, 11639, 23100, 3681, 62, 26124, 11537, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 1486, 14692, 12303, 312, 8973, 6624, 1486, 62, 312, 62, 12303, 312, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1468, 62, 26124, 796, 1486, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1288, 361, 1486, 14692, 12303, 312, 8973, 6624, 2956, 72, 62, 12303, 312, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 649, 62, 26124, 796, 1486, 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, 11052, 12331, 7203, 23722, 407, 5911, 1468, 14, 3605, 1486, 329, 23884, 1911, 18982, 7, 2539, 4008, 628, 220, 220, 220, 220, 220, 220, 220, 611, 1468, 62, 26124, 318, 407, 6045, 290, 649, 62, 26124, 318, 407, 6045, 290, 1468, 62, 26124, 14512, 649, 62, 26124, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6306, 62, 6759, 2052, 796, 10256, 13, 19796, 7, 1391, 366, 9410, 62, 1659, 1, 1058, 685, 727, 62, 26124, 14692, 12303, 312, 8973, 60, 32092, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 304, 62, 15699, 62, 4868, 796, 17635, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 329, 6306, 62, 15699, 287, 6306, 62, 6759, 2052, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 304, 62, 15699, 62, 4868, 13, 33295, 7, 23100, 3681, 62, 15699, 8, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 18896, 7, 68, 62, 15699, 62, 4868, 8, 18189, 352, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3601, 7203, 21077, 12336, 10256, 11, 816, 5912, 329, 25, 23884, 1468, 1486, 334, 27112, 23884, 649, 1486, 334, 27112, 23884, 1911, 18982, 7, 2539, 11, 1468, 62, 26124, 14692, 12303, 312, 33116, 649, 62, 26124, 14692, 12303, 312, 8973, 4008, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 329, 304, 62, 15699, 287, 304, 62, 15699, 62, 4868, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 304, 62, 22105, 62, 312, 796, 304, 62, 15699, 14692, 62, 312, 8973, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 649, 62, 9410, 62, 1659, 796, 685, 3605, 62, 26124, 14692, 12303, 312, 8973, 60, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3601, 7203, 8413, 5912, 23884, 422, 23884, 284, 23884, 1911, 18982, 7, 68, 62, 22105, 62, 312, 11, 304, 62, 15699, 14692, 9410, 62, 1659, 33116, 649, 62, 9410, 62, 1659, 4008, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 4296, 1200, 62, 1659, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 10256, 13, 19119, 15090, 45434, 312, 1, 1058, 304, 62, 22105, 62, 312, 8964, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1391, 17971, 2617, 1298, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 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, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 9410, 62, 1659, 1, 1058, 649, 62, 9410, 62, 1659, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1782, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 32092, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 9347, 625, 262, 1468, 9824, 2727, 290, 6153, 9667, 357, 16885, 3012, 14432, 82, 290, 42591, 1661, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2180, 62, 25598, 796, 1468, 62, 26124, 14692, 25598, 8973, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2180, 62, 43162, 796, 1468, 62, 26124, 14692, 43162, 8973, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6608, 62, 3866, 1442, 62, 25598, 796, 1468, 62, 26124, 14692, 62, 48310, 1, 7131, 1, 25598, 62, 4475, 8973, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6608, 62, 3866, 1442, 62, 41771, 796, 1468, 62, 26124, 14692, 62, 48310, 1, 7131, 1, 41771, 62, 4475, 8973, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 4296, 6306, 1486, 351, 262, 2251, 14, 4666, 1958, 9667, 286, 262, 2180, 1486, 340, 318, 13586, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6306, 62, 26124, 82, 13, 19119, 15090, 45434, 312, 1, 1058, 649, 62, 26124, 14692, 62, 312, 8973, 8964, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1391, 17971, 2617, 1298, 198, 220, 220, 220, 220, 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, 220, 220, 220, 220, 366, 25598, 1, 220, 1058, 2180, 62, 25598, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 43162, 1, 220, 1058, 2180, 62, 43162, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 45434, 48310, 13, 25598, 62, 4475, 1, 1058, 6608, 62, 3866, 1442, 62, 25598, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 45434, 48310, 13, 41771, 62, 4475, 1, 1058, 6608, 62, 3866, 1442, 62, 41771, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1782, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 32092, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 706, 816, 5912, 11, 7692, 611, 597, 10256, 389, 1043, 11, 12233, 262, 1468, 1486, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3601, 7203, 8413, 5165, 1486, 25, 23884, 1911, 18982, 7, 727, 62, 26124, 14692, 12303, 312, 8973, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6306, 62, 26124, 82, 13, 33678, 62, 505, 15090, 6, 12303, 312, 6, 1058, 1468, 62, 26124, 14692, 12303, 312, 8973, 30072, 198 ]
2.292197
1,807
from django.shortcuts import render from django.views.generic.base import TemplateView from rest_framework import generics, permissions, parsers from rest_framework_docs.api_docs import ApiDocumentation from rest_framework_docs.settings import DRFSettings from api.serializers import ( IndividualSerializer, InboundContactSerializer, OutboundContactSerializer, CampaignSerializer, SourceSerializer, SourceTypeSerializer ) from crm.models import ( Individual, InboundContact, OutboundContact, Source, Campaign, SourceType )
[ 6738, 42625, 14208, 13, 19509, 23779, 1330, 8543, 198, 6738, 42625, 14208, 13, 33571, 13, 41357, 13, 8692, 1330, 37350, 7680, 198, 198, 6738, 1334, 62, 30604, 1330, 1152, 873, 11, 21627, 11, 13544, 364, 198, 198, 6738, 1334, 62, 30604, 62, 31628, 13, 15042, 62, 31628, 1330, 5949, 72, 24941, 341, 198, 6738, 1334, 62, 30604, 62, 31628, 13, 33692, 1330, 10560, 10652, 12374, 198, 198, 6738, 40391, 13, 46911, 11341, 1330, 357, 198, 220, 220, 220, 18629, 32634, 7509, 11, 198, 220, 220, 220, 554, 7784, 17829, 32634, 7509, 11, 198, 220, 220, 220, 3806, 7784, 17829, 32634, 7509, 11, 198, 220, 220, 220, 13718, 32634, 7509, 11, 198, 220, 220, 220, 8090, 32634, 7509, 11, 198, 220, 220, 220, 8090, 6030, 32634, 7509, 198, 8, 198, 198, 6738, 1067, 76, 13, 27530, 1330, 357, 198, 220, 220, 220, 18629, 11, 198, 220, 220, 220, 554, 7784, 17829, 11, 198, 220, 220, 220, 3806, 7784, 17829, 11, 198, 220, 220, 220, 8090, 11, 198, 220, 220, 220, 13718, 11, 198, 220, 220, 220, 8090, 6030, 198, 8, 628, 628, 628, 628, 628, 628, 628, 628, 628, 628, 628, 628, 628, 628, 628, 628 ]
3.107692
195
# # Version 0.1 (c) 2018 Jouni Korhonen # # #import exceptions import rrcconfig as rrc import nasconfig as nas import math as m # See 36.304 subclause 7.2 # i_s=0 i_s=1 i_s=2 i_s=3 sf_pattern_npdcch_or_mpdcch_gt_3MHz_fdd = ( (9, None, None, None), # Ns = 1 (4, 9, None, None), # Ns = 2 (0, 4, 5, 9) # Ns = 4 ) # See 36.304 subclause 7.2 # i_s=0 i_s=1 i_s=2 i_s=3 sf_pattern_mpdcch_14_or_3MHz_fdd = ( (5, None, None, None), # Ns = 1 (5, 5, None, None), # Ns = 2 (5, 5, 5, 5) # Ns = 4 ) # # LTE-M # # # #def bdiv(N,D): # # Q,R = 0,0 # i = 1 << 64 # # while (i > 0): # R <<= 1 # R |= (1 if (N & i) else 0) # if (R >= D): # R -= D # Q |= i # i >>= 1 # # return Q,R
[ 2, 198, 2, 10628, 657, 13, 16, 357, 66, 8, 2864, 449, 977, 72, 14769, 24130, 268, 198, 2, 198, 2, 198, 198, 2, 11748, 13269, 198, 11748, 374, 81, 535, 261, 5647, 355, 374, 6015, 198, 11748, 25221, 11250, 355, 25221, 198, 11748, 10688, 355, 285, 198, 198, 2, 4091, 4570, 13, 21288, 850, 565, 682, 767, 13, 17, 198, 2, 220, 220, 220, 1312, 62, 82, 28, 15, 220, 1312, 62, 82, 28, 16, 220, 220, 1312, 62, 82, 28, 17, 220, 220, 1312, 62, 82, 28, 18, 198, 28202, 62, 33279, 62, 37659, 17896, 354, 62, 273, 62, 3149, 17896, 354, 62, 13655, 62, 18, 25983, 62, 69, 1860, 796, 357, 198, 220, 220, 220, 357, 24, 11, 220, 220, 220, 220, 6045, 11, 220, 220, 6045, 11, 220, 220, 6045, 828, 220, 1303, 399, 82, 796, 352, 198, 220, 220, 220, 357, 19, 11, 220, 220, 220, 220, 860, 11, 220, 220, 220, 220, 220, 6045, 11, 220, 220, 6045, 828, 220, 1303, 399, 82, 796, 362, 198, 220, 220, 220, 357, 15, 11, 220, 220, 220, 220, 604, 11, 220, 220, 220, 220, 220, 642, 11, 220, 220, 220, 220, 220, 860, 8, 220, 220, 220, 220, 220, 1303, 399, 82, 796, 604, 198, 8, 198, 198, 2, 4091, 4570, 13, 21288, 850, 565, 682, 767, 13, 17, 198, 2, 220, 220, 220, 1312, 62, 82, 28, 15, 220, 1312, 62, 82, 28, 16, 220, 220, 1312, 62, 82, 28, 17, 220, 220, 1312, 62, 82, 28, 18, 198, 28202, 62, 33279, 62, 3149, 17896, 354, 62, 1415, 62, 273, 62, 18, 25983, 62, 69, 1860, 796, 357, 198, 220, 220, 220, 357, 20, 11, 220, 220, 220, 220, 6045, 11, 220, 220, 6045, 11, 220, 220, 6045, 828, 220, 1303, 399, 82, 796, 352, 198, 220, 220, 220, 357, 20, 11, 220, 220, 220, 220, 642, 11, 220, 220, 220, 220, 220, 6045, 11, 220, 220, 6045, 828, 220, 1303, 399, 82, 796, 362, 198, 220, 220, 220, 357, 20, 11, 220, 220, 220, 220, 642, 11, 220, 220, 220, 220, 220, 642, 11, 220, 220, 220, 220, 220, 642, 8, 220, 220, 220, 220, 220, 1303, 399, 82, 796, 604, 198, 8, 198, 198, 2, 198, 198, 2, 28519, 12, 44, 628, 220, 220, 220, 1303, 198, 220, 220, 220, 1303, 628, 220, 220, 220, 1303, 628, 198, 198, 2, 4299, 275, 7146, 7, 45, 11, 35, 2599, 198, 2, 198, 2, 220, 220, 220, 1195, 11, 49, 796, 657, 11, 15, 198, 2, 220, 220, 220, 1312, 796, 352, 9959, 5598, 198, 2, 198, 2, 220, 220, 220, 981, 357, 72, 1875, 657, 2599, 198, 2, 220, 220, 220, 220, 220, 220, 220, 371, 9959, 28, 352, 198, 2, 220, 220, 220, 220, 220, 220, 220, 371, 930, 28, 357, 16, 611, 357, 45, 1222, 1312, 8, 2073, 657, 8, 198, 2, 220, 220, 220, 220, 220, 220, 220, 611, 357, 49, 18189, 360, 2599, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 371, 48185, 360, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1195, 930, 28, 1312, 198, 2, 220, 220, 220, 220, 220, 220, 220, 1312, 9609, 28, 352, 198, 2, 220, 220, 220, 220, 198, 2, 220, 220, 220, 1441, 1195, 11, 49, 628, 198 ]
1.566547
556
from flask import Blueprint, render_template, flash, request, redirect, url_for, jsonify, abort from app.extensions import cache, pages from app.tasks import long_task import flam3, io, base64, struct from PIL import Image main = Blueprint('main', __name__) @main.route('/') @cache.cached(timeout=1000) @main.route('/task', methods=['GET', 'POST']) @main.route('/adder') @main.route('/api/add_numbers') @main.route('/flam3') @main.route('/api/gen_flam3') @main.route('/status/<task_id>') @main.route('/<path:folder>/<path:path>/') @main.route('/<path:folder>/') @main.route('/topics/')
[ 6738, 42903, 1330, 39932, 11, 8543, 62, 28243, 11, 7644, 11, 2581, 11, 18941, 11, 19016, 62, 1640, 11, 33918, 1958, 11, 15614, 198, 6738, 598, 13, 2302, 5736, 1330, 12940, 11, 5468, 198, 6738, 598, 13, 83, 6791, 1330, 890, 62, 35943, 198, 11748, 781, 321, 18, 11, 33245, 11, 2779, 2414, 11, 2878, 198, 6738, 350, 4146, 1330, 7412, 198, 198, 12417, 796, 39932, 10786, 12417, 3256, 11593, 3672, 834, 8, 628, 198, 31, 12417, 13, 38629, 10786, 14, 11537, 198, 31, 23870, 13, 66, 2317, 7, 48678, 28, 12825, 8, 628, 198, 31, 12417, 13, 38629, 10786, 14, 35943, 3256, 5050, 28, 17816, 18851, 3256, 705, 32782, 6, 12962, 628, 198, 31, 12417, 13, 38629, 10786, 14, 26676, 11537, 628, 198, 31, 12417, 13, 38629, 10786, 14, 15042, 14, 2860, 62, 77, 17024, 11537, 628, 198, 31, 12417, 13, 38629, 10786, 14, 69, 2543, 18, 11537, 628, 198, 198, 31, 12417, 13, 38629, 10786, 14, 15042, 14, 5235, 62, 69, 2543, 18, 11537, 628, 198, 31, 12417, 13, 38629, 10786, 14, 13376, 14, 27, 35943, 62, 312, 29, 11537, 628, 198, 31, 12417, 13, 38629, 10786, 14, 27, 6978, 25, 43551, 29, 14, 27, 6978, 25, 6978, 29, 14, 11537, 628, 198, 31, 12417, 13, 38629, 10786, 14, 27, 6978, 25, 43551, 29, 14, 11537, 628, 198, 31, 12417, 13, 38629, 10786, 14, 4852, 873, 14, 11537, 198 ]
2.632035
231
""" viektup.py by Ted Morin viektup <= visual interactive kektup a class for visualizing Barnette graphs via interactive visualization """ import numpy as np from vektup import Vektup from iektup import Iektup # event to call when an edge is clicked on (or "picked") # handle details of selecting an edge # for VR? I do not know what this is doing # for VR? I do not know what this is doing if __name__ == '__main__': v = Viektup(g = Iektup.random_graph(30, 0)) v.show_tutte_embedding(f=9) input("exit on enter")
[ 37811, 198, 85, 494, 21841, 929, 13, 9078, 198, 1525, 11396, 3461, 259, 198, 198, 85, 494, 21841, 929, 19841, 5874, 14333, 885, 21841, 929, 198, 198, 64, 1398, 329, 5874, 2890, 11842, 5857, 28770, 2884, 14333, 32704, 198, 37811, 198, 11748, 299, 32152, 355, 45941, 198, 6738, 1569, 21841, 929, 1330, 569, 988, 83, 929, 198, 6738, 37941, 21841, 929, 1330, 314, 988, 83, 929, 198, 220, 220, 220, 220, 220, 220, 220, 220, 628, 220, 220, 220, 1303, 1785, 284, 869, 618, 281, 5743, 318, 28384, 319, 357, 273, 366, 41891, 4943, 628, 220, 220, 220, 1303, 5412, 3307, 286, 17246, 281, 5743, 628, 220, 220, 220, 1303, 329, 6453, 30, 314, 466, 407, 760, 644, 428, 318, 1804, 628, 220, 220, 220, 1303, 329, 6453, 30, 314, 466, 407, 760, 644, 428, 318, 1804, 198, 198, 361, 11593, 3672, 834, 6624, 705, 834, 12417, 834, 10354, 628, 220, 220, 220, 410, 796, 47154, 21841, 929, 7, 70, 796, 314, 988, 83, 929, 13, 25120, 62, 34960, 7, 1270, 11, 657, 4008, 198, 220, 220, 220, 410, 13, 12860, 62, 83, 315, 660, 62, 20521, 12083, 7, 69, 28, 24, 8, 628, 220, 220, 220, 5128, 7203, 37023, 319, 3802, 4943, 198 ]
2.740196
204
import collections
[ 11748, 17268, 628 ]
6.666667
3
import dtlpy as dl dataset_id = '' annotations_path = r'' # make sure they have the same hierarchy dataset = dl.datasets.get(dataset_id=dataset_id) # clean: bool - if True it remove the old annotations # remote_root_path: str - the remote root path to match remote and local items dataset.upload_annotations(local_path=annotations_path, clean=False, remote_root_path='/')
[ 11748, 288, 28781, 9078, 355, 288, 75, 198, 198, 19608, 292, 316, 62, 312, 796, 10148, 198, 34574, 602, 62, 6978, 796, 374, 7061, 198, 198, 2, 787, 1654, 484, 423, 262, 976, 18911, 198, 19608, 292, 316, 796, 288, 75, 13, 19608, 292, 1039, 13, 1136, 7, 19608, 292, 316, 62, 312, 28, 19608, 292, 316, 62, 312, 8, 198, 2, 3424, 25, 20512, 532, 611, 6407, 340, 4781, 262, 1468, 37647, 198, 2, 6569, 62, 15763, 62, 6978, 25, 965, 532, 262, 6569, 6808, 3108, 284, 2872, 6569, 290, 1957, 3709, 198, 19608, 292, 316, 13, 25850, 62, 34574, 602, 7, 12001, 62, 6978, 28, 34574, 602, 62, 6978, 11, 3424, 28, 25101, 11, 6569, 62, 15763, 62, 6978, 11639, 14, 11537, 198 ]
2.992
125
"""Threshold the original TetMesh with a scalar array""" from vedo import * settings.useDepthPeeling = True tetm = TetMesh(dataurl+'limb_ugrid.vtk') tetm.color('prism').alpha([0,1]) # Threshold the tetrahedral mesh for values in the range: tetm.threshold(above=0.9, below=1) tetm.addScalarBar3D(title='chem_0 expression levels', c='k', italic=1) show([(tetm,__doc__), tetm.tomesh(shrink=0.9), ], N=2, axes=1, ).close()
[ 37811, 817, 10126, 262, 2656, 27351, 37031, 198, 4480, 257, 16578, 283, 7177, 37811, 198, 6738, 410, 24757, 1330, 1635, 198, 198, 33692, 13, 1904, 48791, 6435, 10809, 796, 6407, 198, 198, 83, 316, 76, 796, 27351, 37031, 7, 7890, 6371, 10, 6, 2475, 65, 62, 1018, 6058, 13, 85, 30488, 11537, 198, 83, 316, 76, 13, 8043, 10786, 1050, 1042, 27691, 26591, 26933, 15, 11, 16, 12962, 198, 198, 2, 536, 10126, 262, 28408, 430, 21962, 19609, 329, 3815, 287, 262, 2837, 25, 198, 83, 316, 76, 13, 400, 10126, 7, 29370, 28, 15, 13, 24, 11, 2174, 28, 16, 8, 198, 83, 316, 76, 13, 2860, 3351, 282, 283, 10374, 18, 35, 7, 7839, 11639, 15245, 62, 15, 220, 5408, 2974, 3256, 269, 11639, 74, 3256, 46127, 291, 28, 16, 8, 198, 198, 12860, 26933, 7, 83, 316, 76, 11, 834, 15390, 834, 828, 198, 220, 220, 220, 220, 220, 220, 28408, 76, 13, 83, 2586, 71, 7, 36007, 676, 28, 15, 13, 24, 828, 198, 220, 220, 220, 220, 16589, 399, 28, 17, 11, 34197, 28, 16, 11, 198, 737, 19836, 3419, 198 ]
2.344086
186
import asyncio import aiohttp text = asyncio.run(main()) # Assuming you're using python 3.7+ print(text)
[ 11748, 30351, 952, 198, 11748, 257, 952, 4023, 628, 198, 198, 5239, 796, 30351, 952, 13, 5143, 7, 12417, 28955, 220, 1303, 33238, 345, 821, 1262, 21015, 513, 13, 22, 10, 198, 4798, 7, 5239, 8, 198 ]
2.945946
37
#!/usr/bin/env python """SWIG Static Binding Copier This script copies over the Python bindings generated by SWIG from the build directory to the source directory. Before using the script, make sure you have LLDB_USE_STATIC_BINDINGS set to OFF by looking at CMakeCache.txt in the LLDB build directory. The scripts knows the location of the static bindings in the source directory based on its own location. The build directory must be specified as a position argument. $ copy-static-bindings.py <path to LLDB build directory> Run this script whenever you're changing any of the .i interface files in the bindings directory. """ import argparse import os import sys import shutil if __name__ == "__main__": main()
[ 2, 48443, 14629, 14, 8800, 14, 24330, 21015, 198, 198, 37811, 17887, 3528, 36125, 38904, 6955, 959, 198, 198, 1212, 4226, 9088, 625, 262, 11361, 34111, 7560, 416, 12672, 3528, 422, 262, 1382, 198, 34945, 284, 262, 2723, 8619, 13, 7413, 1262, 262, 4226, 11, 787, 1654, 345, 423, 198, 3069, 11012, 62, 19108, 62, 35744, 2149, 62, 33, 12115, 20754, 900, 284, 18562, 416, 2045, 379, 327, 12050, 30562, 13, 14116, 287, 262, 27140, 11012, 198, 11249, 8619, 13, 198, 198, 464, 14750, 4206, 262, 4067, 286, 262, 9037, 34111, 287, 262, 2723, 8619, 198, 3106, 319, 663, 898, 4067, 13, 383, 1382, 8619, 1276, 307, 7368, 355, 257, 2292, 198, 49140, 13, 198, 198, 3, 4866, 12, 12708, 12, 21653, 654, 13, 9078, 1279, 6978, 284, 27140, 11012, 1382, 8619, 29, 198, 198, 10987, 428, 4226, 8797, 345, 821, 5609, 597, 286, 262, 764, 72, 7071, 3696, 287, 262, 198, 21653, 654, 8619, 13, 198, 37811, 198, 198, 11748, 1822, 29572, 198, 11748, 28686, 198, 11748, 25064, 198, 11748, 4423, 346, 628, 198, 198, 361, 11593, 3672, 834, 6624, 366, 834, 12417, 834, 1298, 198, 220, 220, 220, 1388, 3419, 198 ]
3.761658
193
import requests # Request URL from the user input url = input("Insert URL: ") # Set up and make the test ready for print x = requests.head(url) # Print the callback print(x.headers)
[ 11748, 7007, 201, 198, 201, 198, 2, 19390, 10289, 422, 262, 2836, 5128, 201, 198, 6371, 796, 5128, 7203, 44402, 10289, 25, 366, 8, 201, 198, 201, 198, 2, 5345, 510, 290, 787, 262, 1332, 3492, 329, 3601, 201, 198, 87, 796, 7007, 13, 2256, 7, 6371, 8, 201, 198, 201, 198, 2, 12578, 262, 23838, 201, 198, 4798, 7, 87, 13, 50145, 8 ]
3.015625
64
#!/usr/bin/env python # -*- coding: utf-8 -*- from __future__ import unicode_literals from django.test import TestCase
[ 2, 48443, 14629, 14, 8800, 14, 24330, 21015, 198, 2, 532, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12, 198, 6738, 11593, 37443, 834, 1330, 28000, 1098, 62, 17201, 874, 198, 6738, 42625, 14208, 13, 9288, 1330, 6208, 20448, 628 ]
2.790698
43
from __future__ import generator_stop from utils import check_on_input PRINT_BARE = ( """\ print """, """\ from __future__ import print_function print() """, ) PRINT_SIMPLE = ( """\ print 'Hello' """, """\ from __future__ import print_function print('Hello') """, ) PRINT_MULTIPLE = ( """\ print 'Hello', 'world' """, """\ from __future__ import print_function print('Hello', 'world') """, ) PRINT_WITH_PARENS = ( """\ print('Hello') """, """\ from __future__ import print_function print('Hello') """, ) PRINT_WITH_COMMA = ( """\ print 'Hello', """, """\ from __future__ import print_function print('Hello', end=' ') """, ) PRINT_TO_STREAM = ( """\ print >>x, 'Hello' """, """\ from __future__ import print_function print('Hello', file=x) """, ) PRINT_TO_STREAM_WITH_COMMA = ( """\ print >>x, 'Hello', """, """\ from __future__ import print_function print('Hello', end=' ', file=x) """, )
[ 6738, 11593, 37443, 834, 1330, 17301, 62, 11338, 198, 198, 6738, 3384, 4487, 1330, 2198, 62, 261, 62, 15414, 198, 198, 4805, 12394, 62, 33, 12203, 796, 357, 198, 220, 220, 220, 37227, 59, 198, 4798, 198, 15931, 1600, 198, 220, 220, 220, 37227, 59, 198, 6738, 11593, 37443, 834, 1330, 3601, 62, 8818, 198, 4798, 3419, 198, 15931, 1600, 198, 8, 198, 198, 4805, 12394, 62, 48913, 16437, 796, 357, 198, 220, 220, 220, 37227, 59, 198, 4798, 705, 15496, 6, 198, 15931, 1600, 198, 220, 220, 220, 37227, 59, 198, 6738, 11593, 37443, 834, 1330, 3601, 62, 8818, 198, 4798, 10786, 15496, 11537, 198, 15931, 1600, 198, 8, 198, 198, 4805, 12394, 62, 44, 16724, 4061, 2538, 796, 357, 198, 220, 220, 220, 37227, 59, 198, 4798, 705, 15496, 3256, 705, 6894, 6, 198, 15931, 1600, 198, 220, 220, 220, 37227, 59, 198, 6738, 11593, 37443, 834, 1330, 3601, 62, 8818, 198, 4798, 10786, 15496, 3256, 705, 6894, 11537, 198, 15931, 1600, 198, 8, 198, 198, 4805, 12394, 62, 54, 10554, 62, 27082, 16938, 796, 357, 198, 220, 220, 220, 37227, 59, 198, 4798, 10786, 15496, 11537, 198, 15931, 1600, 198, 220, 220, 220, 37227, 59, 198, 6738, 11593, 37443, 834, 1330, 3601, 62, 8818, 198, 4798, 10786, 15496, 11537, 198, 15931, 1600, 198, 8, 198, 198, 4805, 12394, 62, 54, 10554, 62, 9858, 5673, 796, 357, 198, 220, 220, 220, 37227, 59, 198, 4798, 705, 15496, 3256, 198, 15931, 1600, 198, 220, 220, 220, 37227, 59, 198, 6738, 11593, 37443, 834, 1330, 3601, 62, 8818, 198, 4798, 10786, 15496, 3256, 886, 11639, 705, 8, 198, 15931, 1600, 198, 8, 198, 198, 4805, 12394, 62, 10468, 62, 2257, 32235, 796, 357, 198, 220, 220, 220, 37227, 59, 198, 4798, 9609, 87, 11, 705, 15496, 6, 198, 15931, 1600, 198, 220, 220, 220, 37227, 59, 198, 6738, 11593, 37443, 834, 1330, 3601, 62, 8818, 198, 4798, 10786, 15496, 3256, 2393, 28, 87, 8, 198, 15931, 1600, 198, 8, 198, 198, 4805, 12394, 62, 10468, 62, 2257, 32235, 62, 54, 10554, 62, 9858, 5673, 796, 357, 198, 220, 220, 220, 37227, 59, 198, 4798, 9609, 87, 11, 705, 15496, 3256, 198, 15931, 1600, 198, 220, 220, 220, 37227, 59, 198, 6738, 11593, 37443, 834, 1330, 3601, 62, 8818, 198, 4798, 10786, 15496, 3256, 886, 11639, 46083, 2393, 28, 87, 8, 198, 15931, 1600, 198, 8, 628, 628, 628, 628 ]
2.406015
399
#!/usr/bin/env python2.7 # -*- coding: utf-8 -*- """Initialize package.""" from flask import redirect, url_for from flask import session as login_session from functools import wraps def login_required(f): """Check if user is authenticated.""" @wraps(f) return wrap
[ 2, 48443, 14629, 14, 8800, 14, 24330, 21015, 17, 13, 22, 198, 2, 532, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12, 198, 198, 37811, 24243, 1096, 5301, 526, 15931, 198, 198, 6738, 42903, 1330, 18941, 11, 19016, 62, 1640, 198, 6738, 42903, 1330, 6246, 355, 17594, 62, 29891, 198, 6738, 1257, 310, 10141, 1330, 27521, 628, 198, 4299, 17594, 62, 35827, 7, 69, 2599, 198, 220, 220, 220, 37227, 9787, 611, 2836, 318, 44529, 526, 15931, 198, 220, 220, 220, 2488, 29988, 862, 7, 69, 8, 628, 220, 220, 220, 1441, 14441, 198 ]
2.907216
97
import dissertate c = get_config() c.Exporter.preprocessors = ['dissertate.preprocessors.CellElider', 'dissertate.preprocessors.EmptyCellElider'] c.Exporter.template_file = dissertate.markdown_template_path()
[ 11748, 6249, 861, 378, 198, 198, 66, 796, 651, 62, 11250, 3419, 198, 198, 66, 13, 3109, 26634, 13, 3866, 14681, 669, 796, 37250, 67, 747, 861, 378, 13, 3866, 14681, 669, 13, 28780, 9527, 1304, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 67, 747, 861, 378, 13, 3866, 14681, 669, 13, 40613, 28780, 9527, 1304, 20520, 198, 198, 66, 13, 3109, 26634, 13, 28243, 62, 7753, 796, 6249, 861, 378, 13, 4102, 2902, 62, 28243, 62, 6978, 3419, 198 ]
2.330097
103
import os import json import base64 import string from time import time from uuid import uuid4 from pathlib import Path from traceback import format_exc from contextlib import suppress import rollbar import boto3 from botocore.config import Config from cryptography.hazmat.primitives.hashes import SHA256 from cryptography.hazmat.primitives.serialization import load_der_public_key from cryptography.hazmat.primitives.ciphers.aead import AESGCM from cryptography.hazmat.primitives.asymmetric.padding import OAEP, MGF1 from email_template import generate_email # Constants VALID_TYPES = ('read', 'reply', 'reaction', 'subscription', 'address', 'resend') # A base64-encoded 3w1h solid #ddeeff jpeg EXPIRED_IMAGE = '/9j/4AAQSkZJRgABAQEBLAEsAAD/2wBDAAoHBwgHBgoICAgLCgoLDhgQDg0NDh0VFhEYIx8lJCIfIiEmKzcvJik0KSEiMEExNDk7Pj4+JS5ESUM8SDc9Pjv/2wBDAQoLCw4NDhwQEBw7KCIoOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozv/wAARCAABAAMDAREAAhEBAxEB/8QAFAABAAAAAAAAAAAAAAAAAAAAB//EABQQAQAAAAAAAAAAAAAAAAAAAAD/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AViR3/9k=' # Sym encryption settings (same as js version) SYM_IV_BYTES = 12 SYM_TAG_BITS = 128 # Tag is 128 bits by default in AESGCM and not configurable SYM_KEY_BITS = 256 # Config from env ENV = os.environ['stello_env'] DEV = ENV == 'development' VERSION = os.environ['stello_version'] MSGS_BUCKET = os.environ['stello_msgs_bucket'] RESP_BUCKET = MSGS_BUCKET + '-stello-resp' REGION = os.environ['stello_region'] ROLLBAR_TOKEN = os.environ['stello_rollbar_responder'] # Client token (not server) as public # Optional config SELF_HOSTED = not os.environ.get('stello_domain_branded') if SELF_HOSTED: TOPIC_ARN = os.environ['stello_topic_arn'] else: DOMAIN_BRANDED = os.environ['stello_domain_branded'] DOMAIN_GENERIC = os.environ['stello_domain_generic'] # Setup Rollbar # WARN Must use blocking handler, otherwise lambda may finish before report is sent # NOTE Version prefixed with 'v' so that traces match github tags # SECURITY Don't expose local vars in report as could contain sensitive user content rollbar.init(ROLLBAR_TOKEN, ENV, handler='blocking', code_version='v'+VERSION, locals={'enabled': False}, root=str(Path(__file__).parent), enabled=not DEV) rollbar.events.add_payload_handler(_rollbar_add_context) # Access to AWS services # NOTE Important to set region to avoid unnecessary redirects for e.g. s3 AWS_CONFIG = Config(region_name=REGION) S3 = boto3.client('s3', config=AWS_CONFIG) def entry(api_event, context): """Entrypoint that wraps main logic to add exception handling and CORS headers""" # Handle GET requests (which don't send origin header so can't detect user) if api_event['requestContext']['http']['method'] == 'GET': try: if api_event['requestContext']['http']['path'] == '/inviter/image': return inviter_image(api_event) # NOTE A number of companies crawl AWS services, so don't warn for invalid paths raise Abort() except Abort: return {'statusCode': 400} except: # SECURITY Never reveal whether client or server error, just that it didn't work _report_error(api_event) return {'statusCode': 400} # Determine expected origin (and detect user) # NOTE Access-Control-Allow-Origin can only take one value, so must detect right one if SELF_HOSTED: user = '_user' allowed_origin = f'https://{MSGS_BUCKET}.s3-{REGION}.amazonaws.com' else: # Hosted setup -- origin must be a subdomain of one of defined domains user, _, root_origin = api_event['headers']['origin'].partition('//')[2].partition('.') allowed_root = DOMAIN_GENERIC if root_origin == DOMAIN_GENERIC else DOMAIN_BRANDED allowed_origin = f'https://{user}.{allowed_root}' # If origin not allowed, 403 to prevent further processing of the request if not DEV and api_event['headers']['origin'] != allowed_origin: return {'statusCode': 403} # Process event and catch exceptions try: response = _entry(api_event, user) except Abort: response = {'statusCode': 400} except: # SECURITY Never reveal whether client or server error, just that it didn't work _report_error(api_event) response = {'statusCode': 400} # Add CORS headers so cross-domain request doesn't fail response.setdefault('headers', {}) response['headers']['Access-Control-Allow-Origin'] = '*' if DEV else allowed_origin if api_event['requestContext']['http']['method'] == 'OPTIONS': response['headers']['Access-Control-Allow-Methods'] = 'GET,POST' response['headers']['Access-Control-Allow-Headers'] = '*' return response def _entry(api_event, user): """Main processing logic NOTE api_event format and response expected below https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-lambda.html SECURITY Assume input may be malicious SECURITY Never return anything back to recipient other than success status Event data is expected to be: { 'config_secret': string, 'encrypted': string, ... } Data saved to response bucket is: encrypted JSON { 'event': ..., 'ip': string, } """ # Handle CORS OPTIONS requests if api_event['requestContext']['http']['method'] == 'OPTIONS': return {'statusCode': 200} # Handle POST requests ip = api_event['requestContext']['http']['sourceIp'] event = json.loads(api_event['body']) # These keys are required for all responses _ensure_type(event, 'config_secret', str) _ensure_type(event, 'encrypted', str) # Load config (required to encrypt stored data, so can't do anything without) config = _get_config(user, event['config_secret']) # Get event type from path resp_type = api_event['requestContext']['http']['path'].partition('/responder/')[2] if resp_type not in VALID_TYPES: raise Exception(f"Invalid value for response type: {resp_type}") # Handle the event and then store it handler = globals()[f'handle_{resp_type}'] handler(user, config, event) _put_resp(config, resp_type, event, ip, user) # Report success return {'statusCode': 200} # POST HANDLERS def handle_read(user, config, event): """Delete message if reached max reads, otherwise increase read count SECURITY While an attacker could circumvent this or send fake msg ids, there isn't much risk This is mainly for triggering a delete if message shared widely when not permitted Actual attackers would only need a single read anyway For example, could be more reliable if separate lambda triggered by bucket requests But more reliable doesn't necessarily mean more secure resp_token is also still used Stello-side to verify reads """ # Expected fields # SECURITY Yes attacker could change these value themselves but see above _ensure_type(event, 'copy_id', str) _ensure_type(event, 'has_max_reads', bool) # Don't need to do anything if not tracking max reads if not event['has_max_reads']: return # Get copies's tags copy_key = f"messages/{user}/copies/{event['copy_id']}" try: resp = S3.get_object_tagging(Bucket=MSGS_BUCKET, Key=copy_key) except S3.exceptions.NoSuchKey: return # If msg already deleted, no reason to do any further processing (still report resp) tags = {d['Key']: d['Value'] for d in resp['TagSet']} # Parse and increase reads reads = int(tags['stello-reads']) max_reads = int(tags['stello-max-reads']) reads += 1 tags['stello-reads'] = str(reads) # Either delete message or update reads if reads >= max_reads: S3.delete_object(Bucket=MSGS_BUCKET, Key=copy_key) # Also delete invite image S3.delete_object(Bucket=MSGS_BUCKET, Key=f"messages/{user}/invite_images/{event['copy_id']}") else: S3.put_object_tagging( Bucket=MSGS_BUCKET, Key=copy_key, Tagging={ # WARN MUST preserve other tags (like stello-lifespan!) 'TagSet': [{'Key': k, 'Value': v} for k, v in tags.items()], }, ) def handle_reply(user, config, event): """Notify user of replies to their messages""" if not config['allow_replies']: raise Abort() _send_notification(config, 'reply', event, user) def handle_reaction(user, config, event): """Notify user of reactions to their messages""" # Shouldn't be getting reactions if disabled them if not config['allow_reactions']: raise Abort() # Ensure reaction is a short single hyphenated word if present (or null) # SECURITY Prevents inserting long messages as a "reaction" but allows future codes too # Noting that user may have enabled notifications for reactions, putting their value in emails if 'content' in event and event['content'] is not None: _ensure_valid_chars(event, 'content', string.ascii_letters + string.digits + '-') if len(event['content']) > 25: raise Exception("Reaction content too long") _send_notification(config, 'reaction', event, user) def handle_subscription(user, config, event): """Subscription modifications don't need any processing""" def handle_address(user, config, event): """Subscription address modifications don't need any processing""" def handle_resend(user, config, event): """Handle resend requests""" if not config['allow_resend_requests']: raise Abort() _send_notification(config, 'resend', event, user) def handle_delete(user, config, event): # TODO Review this (event type currently disabled) """Handle a request to delete the recipient's copy of the message SECURITY Stello config not checked, so technically recipient could delete manually even if the option to is not presented in the message. Not considered a security risk. SECURITY Recipient could technically delete any message copy Since copies have unique ids, considered low risk, as they would only know their own SECURITY Ensure this lambda fn can only delete messages (not other objects in bucket) """ copy_id = event['copy_id'] with suppress(S3.exceptions.NoSuchKey): # Already deleted is not a failure S3.delete_object(Bucket=MSGS_BUCKET, Key=f'messages/{user}/copies/{copy_id}') # HELPERS class Abort(Exception): """Abort and respond with failure, but don't report any error""" def _url64_to_bytes(url64_string): """Convert custom-url-base64 encoded string to bytes""" return base64.urlsafe_b64decode(url64_string.replace('~', '=')) def _bytes_to_url64(bytes_data): """Convert bytes to custom-url-base64 encoded string""" return base64.urlsafe_b64encode(bytes_data).decode().replace('=', '~') def _get_config(user, secret): """Download, decrypt and parse responder config""" encrypted = S3.get_object(Bucket=RESP_BUCKET, Key=f'config/{user}/config')['Body'].read() decryptor = AESGCM(_url64_to_bytes(secret)) decrypted = decryptor.decrypt(encrypted[:SYM_IV_BYTES], encrypted[SYM_IV_BYTES:], None) return json.loads(decrypted) def _ensure_type(event, key, type_): """Ensure key's value is of given type""" if not isinstance(event.get(key), type_): raise Exception(f"Invalid or missing value for '{key}'") def _ensure_valid_chars(event, key, valid_chars): """Ensure key's value is a string made of valid chars""" _ensure_type(event, key, str) if not event[key]: raise Exception(f"Empty string for '{key}'") for char in event[key]: if char not in valid_chars: raise Exception(f"Invalid character '{char}' in {key}") def _report_error(api_event): """Report error""" print(format_exc()) # Add request metadata if available payload_data = {} try: payload_data = { 'request': { 'user_ip': api_event['requestContext']['http']['sourceIp'], 'headers': { 'User-Agent': api_event['requestContext']['http']['userAgent'], }, }, } except: pass # Send to Rollbar rollbar.report_exc_info(payload_data=payload_data) def _put_resp(config, resp_type, event, ip, user): """Save response object with encrypted data SECURITY Ensure objects can't be placed in other dirs which app would never download """ # Work out object id # Timestamp prefix for order, uuid suffix for uniqueness object_id = f'responses/{user}/{resp_type}/{int(time())}_{uuid4()}' # Encode data data = json.dumps({ 'event': event, 'ip': ip, }).encode() # Decode asym public key and setup asym encrypter asym_key = _url64_to_bytes(config['resp_key_public']) asym_encryter = load_der_public_key(asym_key) # Generate sym key and encrypted form of it sym_key = AESGCM.generate_key(SYM_KEY_BITS) encrypted_key = asym_encryter.encrypt(sym_key, OAEP(MGF1(SHA256()), SHA256(), None)) # Encrypt data and produce output sym_encrypter = AESGCM(sym_key) iv = os.urandom(SYM_IV_BYTES) encrypted_data = iv + sym_encrypter.encrypt(iv, data, None) output = json.dumps({ 'encrypted_data': _bytes_to_url64(encrypted_data), 'encrypted_key': _bytes_to_url64(encrypted_key), }) # Store in bucket S3.put_object(Bucket=RESP_BUCKET, Key=object_id, Body=output.encode()) def _count_resp_objects(user, resp_type): """Return a count of stored objects for the given response type TODO Paginates at 1000, which may be a concern when counting reactions for popular users """ resp = S3.list_objects_v2( Bucket=RESP_BUCKET, Prefix=f'responses/{user}/{resp_type}/', ) return resp['KeyCount'] def _send_notification(config, resp_type, event, user): """Notify user of replies/reactions/resends for their messages (if configured to) Notify modes: none, first_new_reply, replies, replies_and_reactions Including contents only applies to: replies, replies_and_reactions """ # Determine if a reaction or reply/resend # NOTE To keep things simple, resends are considered "replies" for purpose of notifications reaction = resp_type == 'reaction' # Do nothing if notifications disabled if config['notify_mode'] == 'none': return if reaction and config['notify_mode'] != 'replies_and_reactions': return # Ensure notify_include_contents takes into account notify_mode if config['notify_mode'] == 'first_new_reply': config['notify_include_contents'] = False # Prepare message # NOTE Possible to have race condition where contents should be included but isn't, so check if config['notify_include_contents'] and 'content' in event: # If content is null, just clearing a previous reaction, so don't notify if event['content'] is None: return subject = "Stello: New reaction" if reaction else "Stello: New reply" heading = "Someone reacted with:" if reaction else "Someone replied with:" msg = event['content'] if SELF_HOSTED: msg += "\n" * 10 msg += ( "#### MESSAGE END ####\n" "Open Stello to identify who responded and to reply to them" " (not possible via email for security reasons)." " Ignore storage provider's notes below." " Instead, change notification settings in Stello." ) else: # Work out counts reply_count = _count_resp_objects(user, 'reply') + _count_resp_objects(user, 'resend') reaction_count = _count_resp_objects(user, 'reaction') if reaction: reaction_count += 1 else: reply_count += 1 # If notify_mode is first_new_reply then only continue if this is the first # NOTE Already returned if a reaction and in this notify_mode if config['notify_mode'] == 'first_new_reply' and reply_count != 1: return # Work out summary line (for both subject and msg) reply_s = "reply" if reply_count == 1 else "replies" reaction_s = "reaction" if reaction_count == 1 else "reactions" summary = "" if reply_count: summary += f"{reply_count} new {reply_s}" if reply_count and reaction_count: summary += " and " if reaction_count: summary += f"{reaction_count} new {reaction_s}" # Work out subject and heading subject = "Stello: " + summary heading = f"You have {summary} to your messages" # Work out msg msg = "" if SELF_HOSTED: msg += "Open Stello to see them" msg += "\n" * 10 msg += "Ignore storage provider's notes below. Instead, change notification settings in Stello." # In case multiple sending profiles, note the bucket name in the subject subject += f" [{MSGS_BUCKET if SELF_HOSTED else user}]" # Send notification if not DEV: if SELF_HOSTED: boto3.client('sns', config=AWS_CONFIG).publish( TopicArn=TOPIC_ARN, Subject=subject, Message=f'{heading}\n\n\n{msg}') else: boto3.client('ses', config=AWS_CONFIG).send_email( Source=f"Stello <no-reply@{DOMAIN_BRANDED}>", Destination={'ToAddresses': [config['email']]}, Message={ 'Subject': { 'Data': subject, 'Charset': 'UTF-8', }, 'Body': { 'Html': { 'Data': generate_email(heading, msg), 'Charset': 'UTF-8', }, }, }, ) # INVITER def inviter_image(api_event): """Decrypt and respond with invite image""" params = api_event.get('queryStringParameters', {}) user = params['user'] copy_id = params['copy'] secret = params['k'] bucket_key = f'messages/{user}/invite_images/{copy_id}' try: obj = S3.get_object(Bucket=MSGS_BUCKET, Key=bucket_key) except: body = EXPIRED_IMAGE else: encrypted = obj['Body'].read() decryptor = AESGCM(_url64_to_bytes(secret)) decrypted = decryptor.decrypt(encrypted[:SYM_IV_BYTES], encrypted[SYM_IV_BYTES:], None) body = base64.b64encode(decrypted).decode() return { 'statusCode': 200, 'headers': { 'Content-Type': 'image/jpeg', 'Cache-Control': 'no-store', }, 'isBase64Encoded': True, 'body': body, }
[ 198, 11748, 28686, 198, 11748, 33918, 198, 11748, 2779, 2414, 198, 11748, 4731, 198, 6738, 640, 1330, 640, 198, 6738, 334, 27112, 1330, 334, 27112, 19, 198, 6738, 3108, 8019, 1330, 10644, 198, 6738, 12854, 1891, 1330, 5794, 62, 41194, 198, 6738, 4732, 8019, 1330, 18175, 198, 198, 11748, 4836, 5657, 198, 11748, 275, 2069, 18, 198, 6738, 10214, 420, 382, 13, 11250, 1330, 17056, 198, 6738, 45898, 13, 71, 1031, 6759, 13, 19795, 20288, 13, 71, 7465, 1330, 25630, 11645, 198, 6738, 45898, 13, 71, 1031, 6759, 13, 19795, 20288, 13, 46911, 1634, 1330, 3440, 62, 1082, 62, 11377, 62, 2539, 198, 6738, 45898, 13, 71, 1031, 6759, 13, 19795, 20288, 13, 66, 541, 7084, 13, 64, 1329, 1330, 34329, 15916, 44, 198, 6738, 45898, 13, 71, 1031, 6759, 13, 19795, 20288, 13, 4107, 3020, 19482, 13, 39231, 1330, 440, 32, 8905, 11, 337, 21713, 16, 198, 198, 6738, 3053, 62, 28243, 1330, 7716, 62, 12888, 628, 198, 2, 4757, 1187, 198, 23428, 2389, 62, 9936, 47, 1546, 796, 19203, 961, 3256, 705, 47768, 3256, 705, 260, 2673, 3256, 705, 7266, 33584, 3256, 705, 21975, 3256, 705, 411, 437, 11537, 628, 198, 2, 317, 2779, 2414, 12, 12685, 9043, 513, 86, 16, 71, 4735, 1303, 1860, 1453, 487, 474, 22071, 198, 49864, 37819, 62, 3955, 11879, 796, 31051, 24, 73, 14, 19, 3838, 48, 15739, 57, 44817, 70, 32, 4339, 48, 36, 9148, 14242, 82, 32, 2885, 14, 17, 86, 14529, 3838, 78, 32886, 86, 70, 32886, 2188, 2149, 10262, 5639, 2188, 11163, 71, 70, 48, 35, 70, 15, 8575, 71, 15, 53, 37, 71, 22348, 40, 87, 23, 75, 34382, 1532, 40, 72, 10161, 42, 89, 33967, 41, 1134, 15, 42, 5188, 72, 11682, 3109, 8575, 74, 22, 47, 73, 19, 10, 20120, 20, 1546, 5883, 23, 10305, 66, 24, 47, 73, 85, 14, 17, 86, 33, 46640, 78, 5639, 86, 19, 8575, 36599, 48, 30195, 86, 22, 42, 25690, 78, 46, 89, 82, 22, 46, 89, 82, 22, 46, 89, 82, 22, 46, 89, 82, 22, 46, 89, 82, 22, 46, 89, 82, 22, 46, 89, 82, 22, 46, 89, 82, 22, 46, 89, 82, 22, 46, 89, 82, 22, 46, 89, 82, 22, 46, 89, 82, 22, 46, 89, 82, 22, 46, 89, 82, 22, 46, 89, 82, 22, 46, 89, 82, 22, 46, 89, 85, 14, 86, 32, 25793, 3838, 4339, 28075, 12203, 3838, 71, 36, 4339, 87, 30195, 14, 23, 48, 8579, 3838, 33, 43488, 43488, 17922, 33, 1003, 36, 6242, 48, 48, 32, 48, 43488, 43488, 29697, 2885, 14, 87, 3838, 34970, 48, 36, 43488, 43488, 17922, 36, 14, 23, 48, 8579, 12473, 33, 43488, 43488, 17922, 2969, 14, 64, 3838, 86, 46640, 11598, 48, 13599, 2885, 23, 10116, 72, 49, 18, 14, 24, 74, 11639, 628, 198, 2, 15845, 15835, 6460, 357, 31642, 355, 44804, 2196, 8, 198, 23060, 44, 62, 3824, 62, 17513, 51, 1546, 796, 1105, 198, 23060, 44, 62, 42197, 62, 26094, 50, 796, 13108, 220, 1303, 17467, 318, 13108, 10340, 416, 4277, 287, 34329, 15916, 44, 290, 407, 4566, 11970, 198, 23060, 44, 62, 20373, 62, 26094, 50, 796, 17759, 628, 198, 2, 17056, 422, 17365, 198, 1677, 53, 796, 28686, 13, 268, 2268, 17816, 301, 11109, 62, 24330, 20520, 198, 39345, 796, 12964, 53, 6624, 705, 31267, 6, 198, 43717, 796, 28686, 13, 268, 2268, 17816, 301, 11109, 62, 9641, 20520, 198, 5653, 14313, 62, 33, 16696, 2767, 796, 28686, 13, 268, 2268, 17816, 301, 11109, 62, 907, 14542, 62, 27041, 316, 20520, 198, 19535, 47, 62, 33, 16696, 2767, 796, 6579, 14313, 62, 33, 16696, 2767, 1343, 705, 12, 301, 11109, 12, 4363, 6, 198, 31553, 2849, 796, 28686, 13, 268, 2268, 17816, 301, 11109, 62, 36996, 20520, 198, 13252, 3069, 33, 1503, 62, 10468, 43959, 796, 28686, 13, 268, 2268, 17816, 301, 11109, 62, 2487, 5657, 62, 5546, 263, 20520, 220, 1303, 20985, 11241, 357, 1662, 4382, 8, 355, 1171, 198, 198, 2, 32233, 4566, 198, 50, 37738, 62, 39, 10892, 1961, 796, 407, 28686, 13, 268, 2268, 13, 1136, 10786, 301, 11109, 62, 27830, 62, 35559, 11537, 198, 361, 311, 37738, 62, 39, 10892, 1961, 25, 198, 220, 220, 220, 28662, 2149, 62, 1503, 45, 796, 28686, 13, 268, 2268, 17816, 301, 11109, 62, 26652, 62, 1501, 20520, 198, 17772, 25, 198, 220, 220, 220, 24121, 29833, 62, 11473, 6981, 1961, 796, 28686, 13, 268, 2268, 17816, 301, 11109, 62, 27830, 62, 35559, 20520, 198, 220, 220, 220, 24121, 29833, 62, 35353, 1137, 2149, 796, 28686, 13, 268, 2268, 17816, 301, 11109, 62, 27830, 62, 41357, 20520, 628, 198, 2, 31122, 8299, 5657, 198, 2, 42660, 12039, 779, 12013, 21360, 11, 4306, 37456, 743, 5461, 878, 989, 318, 1908, 198, 2, 24550, 10628, 7694, 2966, 351, 705, 85, 6, 523, 326, 20675, 2872, 33084, 15940, 198, 2, 10729, 4261, 9050, 2094, 470, 15651, 1957, 410, 945, 287, 989, 355, 714, 3994, 8564, 2836, 2695, 198, 2487, 5657, 13, 15003, 7, 13252, 3069, 33, 1503, 62, 10468, 43959, 11, 12964, 53, 11, 21360, 11639, 41938, 3256, 2438, 62, 9641, 11639, 85, 6, 10, 43717, 11, 198, 220, 220, 220, 17205, 34758, 6, 25616, 10354, 10352, 5512, 6808, 28, 2536, 7, 15235, 7, 834, 7753, 834, 737, 8000, 828, 9343, 28, 1662, 5550, 53, 8, 198, 2487, 5657, 13, 31534, 13, 2860, 62, 15577, 2220, 62, 30281, 28264, 2487, 5657, 62, 2860, 62, 22866, 8, 628, 198, 2, 8798, 284, 30865, 2594, 198, 2, 24550, 28511, 284, 900, 3814, 284, 3368, 13114, 18941, 82, 329, 304, 13, 70, 13, 264, 18, 198, 12298, 50, 62, 10943, 16254, 796, 17056, 7, 36996, 62, 3672, 28, 31553, 2849, 8, 198, 50, 18, 796, 275, 2069, 18, 13, 16366, 10786, 82, 18, 3256, 4566, 28, 12298, 50, 62, 10943, 16254, 8, 628, 198, 4299, 5726, 7, 15042, 62, 15596, 11, 4732, 2599, 198, 220, 220, 220, 37227, 30150, 4122, 326, 27521, 1388, 9156, 284, 751, 6631, 9041, 290, 327, 20673, 24697, 37811, 628, 220, 220, 220, 1303, 33141, 17151, 7007, 357, 4758, 836, 470, 3758, 8159, 13639, 523, 460, 470, 4886, 2836, 8, 198, 220, 220, 220, 611, 40391, 62, 15596, 17816, 25927, 21947, 6, 7131, 6, 4023, 6, 7131, 6, 24396, 20520, 6624, 705, 18851, 10354, 198, 220, 220, 220, 220, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 40391, 62, 15596, 17816, 25927, 21947, 6, 7131, 6, 4023, 6, 7131, 6, 6978, 20520, 6624, 31051, 16340, 2676, 14, 9060, 10354, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 800, 2676, 62, 9060, 7, 15042, 62, 15596, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 24550, 317, 1271, 286, 2706, 27318, 30865, 2594, 11, 523, 836, 470, 9828, 329, 12515, 13532, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5298, 2275, 419, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 2845, 2275, 419, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 1391, 6, 13376, 10669, 10354, 7337, 92, 198, 220, 220, 220, 220, 220, 220, 220, 2845, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 10729, 4261, 9050, 7236, 7766, 1771, 5456, 393, 4382, 4049, 11, 655, 326, 340, 1422, 470, 670, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4808, 13116, 62, 18224, 7, 15042, 62, 15596, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 1391, 6, 13376, 10669, 10354, 7337, 92, 628, 220, 220, 220, 1303, 45559, 3810, 2938, 8159, 357, 392, 4886, 2836, 8, 198, 220, 220, 220, 1303, 24550, 8798, 12, 15988, 12, 35265, 12, 39688, 460, 691, 1011, 530, 1988, 11, 523, 1276, 4886, 826, 530, 198, 220, 220, 220, 611, 311, 37738, 62, 39, 10892, 1961, 25, 198, 220, 220, 220, 220, 220, 220, 220, 2836, 796, 705, 62, 7220, 6, 198, 220, 220, 220, 220, 220, 220, 220, 3142, 62, 47103, 796, 277, 6, 5450, 1378, 90, 5653, 14313, 62, 33, 16696, 2767, 27422, 82, 18, 12, 90, 31553, 2849, 27422, 33103, 8356, 13, 785, 6, 198, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 14504, 276, 9058, 1377, 8159, 1276, 307, 257, 850, 27830, 286, 530, 286, 5447, 18209, 198, 220, 220, 220, 220, 220, 220, 220, 2836, 11, 4808, 11, 6808, 62, 47103, 796, 40391, 62, 15596, 17816, 50145, 6, 7131, 6, 47103, 6, 4083, 3911, 653, 10786, 1003, 11537, 58, 17, 4083, 3911, 653, 10786, 2637, 8, 198, 220, 220, 220, 220, 220, 220, 220, 3142, 62, 15763, 796, 24121, 29833, 62, 35353, 1137, 2149, 611, 6808, 62, 47103, 6624, 24121, 29833, 62, 35353, 1137, 2149, 2073, 24121, 29833, 62, 11473, 6981, 1961, 198, 220, 220, 220, 220, 220, 220, 220, 3142, 62, 47103, 796, 277, 6, 5450, 1378, 90, 7220, 27422, 90, 40845, 62, 15763, 92, 6, 628, 220, 220, 220, 1303, 1002, 8159, 407, 3142, 11, 38210, 284, 2948, 2252, 7587, 286, 262, 2581, 198, 220, 220, 220, 611, 407, 5550, 53, 290, 40391, 62, 15596, 17816, 50145, 6, 7131, 6, 47103, 20520, 14512, 3142, 62, 47103, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 1391, 6, 13376, 10669, 10354, 38210, 92, 628, 220, 220, 220, 1303, 10854, 1785, 290, 4929, 13269, 198, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 2882, 796, 4808, 13000, 7, 15042, 62, 15596, 11, 2836, 8, 198, 220, 220, 220, 2845, 2275, 419, 25, 198, 220, 220, 220, 220, 220, 220, 220, 2882, 796, 1391, 6, 13376, 10669, 10354, 7337, 92, 198, 220, 220, 220, 2845, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 10729, 4261, 9050, 7236, 7766, 1771, 5456, 393, 4382, 4049, 11, 655, 326, 340, 1422, 470, 670, 198, 220, 220, 220, 220, 220, 220, 220, 4808, 13116, 62, 18224, 7, 15042, 62, 15596, 8, 198, 220, 220, 220, 220, 220, 220, 220, 2882, 796, 1391, 6, 13376, 10669, 10354, 7337, 92, 628, 220, 220, 220, 1303, 3060, 327, 20673, 24697, 523, 3272, 12, 27830, 2581, 1595, 470, 2038, 198, 220, 220, 220, 2882, 13, 2617, 12286, 10786, 50145, 3256, 23884, 8, 198, 220, 220, 220, 2882, 17816, 50145, 6, 7131, 6, 15457, 12, 15988, 12, 35265, 12, 39688, 20520, 796, 705, 9, 6, 611, 5550, 53, 2073, 3142, 62, 47103, 198, 220, 220, 220, 611, 40391, 62, 15596, 17816, 25927, 21947, 6, 7131, 6, 4023, 6, 7131, 6, 24396, 20520, 6624, 705, 3185, 51, 11053, 10354, 198, 220, 220, 220, 220, 220, 220, 220, 2882, 17816, 50145, 6, 7131, 6, 15457, 12, 15988, 12, 35265, 12, 46202, 20520, 796, 705, 18851, 11, 32782, 6, 198, 220, 220, 220, 220, 220, 220, 220, 2882, 17816, 50145, 6, 7131, 6, 15457, 12, 15988, 12, 35265, 12, 13847, 364, 20520, 796, 705, 9, 6, 628, 220, 220, 220, 1441, 2882, 628, 198, 4299, 4808, 13000, 7, 15042, 62, 15596, 11, 2836, 2599, 198, 220, 220, 220, 37227, 13383, 7587, 9156, 198, 220, 220, 220, 24550, 40391, 62, 15596, 5794, 290, 2882, 2938, 2174, 198, 220, 220, 220, 3740, 1378, 31628, 13, 8356, 13, 33103, 13, 785, 14, 499, 10055, 1014, 14, 42861, 14, 16244, 263, 41311, 14, 4023, 12, 15042, 12, 16244, 12, 18908, 9143, 12, 50033, 13, 6494, 628, 220, 220, 220, 10729, 4261, 9050, 2195, 2454, 5128, 743, 307, 17412, 198, 220, 220, 220, 10729, 4261, 9050, 7236, 1441, 1997, 736, 284, 17800, 584, 621, 1943, 3722, 628, 220, 220, 220, 8558, 1366, 318, 2938, 284, 307, 25, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 705, 11250, 62, 21078, 10354, 4731, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 43628, 10354, 4731, 11, 198, 220, 220, 220, 220, 220, 220, 220, 2644, 198, 220, 220, 220, 1782, 628, 220, 220, 220, 6060, 7448, 284, 2882, 19236, 318, 25, 19365, 19449, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 705, 15596, 10354, 2644, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 541, 10354, 4731, 11, 198, 220, 220, 220, 1782, 628, 220, 220, 220, 37227, 628, 220, 220, 220, 1303, 33141, 327, 20673, 39852, 11053, 7007, 198, 220, 220, 220, 611, 40391, 62, 15596, 17816, 25927, 21947, 6, 7131, 6, 4023, 6, 7131, 6, 24396, 20520, 6624, 705, 3185, 51, 11053, 10354, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 1391, 6, 13376, 10669, 10354, 939, 92, 628, 220, 220, 220, 1303, 33141, 24582, 7007, 198, 220, 220, 220, 20966, 796, 40391, 62, 15596, 17816, 25927, 21947, 6, 7131, 6, 4023, 6, 7131, 6, 10459, 40, 79, 20520, 198, 220, 220, 220, 1785, 796, 33918, 13, 46030, 7, 15042, 62, 15596, 17816, 2618, 6, 12962, 628, 220, 220, 220, 1303, 2312, 8251, 389, 2672, 329, 477, 9109, 198, 220, 220, 220, 4808, 641, 495, 62, 4906, 7, 15596, 11, 705, 11250, 62, 21078, 3256, 965, 8, 198, 220, 220, 220, 4808, 641, 495, 62, 4906, 7, 15596, 11, 705, 43628, 3256, 965, 8, 628, 220, 220, 220, 1303, 8778, 4566, 357, 35827, 284, 34117, 8574, 1366, 11, 523, 460, 470, 466, 1997, 1231, 8, 198, 220, 220, 220, 4566, 796, 4808, 1136, 62, 11250, 7, 7220, 11, 1785, 17816, 11250, 62, 21078, 6, 12962, 628, 220, 220, 220, 1303, 3497, 1785, 2099, 422, 3108, 198, 220, 220, 220, 1217, 62, 4906, 796, 40391, 62, 15596, 17816, 25927, 21947, 6, 7131, 6, 4023, 6, 7131, 6, 6978, 6, 4083, 3911, 653, 10786, 14, 5546, 263, 14, 11537, 58, 17, 60, 198, 220, 220, 220, 611, 1217, 62, 4906, 407, 287, 26173, 2389, 62, 9936, 47, 1546, 25, 198, 220, 220, 220, 220, 220, 220, 220, 5298, 35528, 7, 69, 1, 44651, 1988, 329, 2882, 2099, 25, 1391, 4363, 62, 4906, 92, 4943, 628, 220, 220, 220, 1303, 33141, 262, 1785, 290, 788, 3650, 340, 198, 220, 220, 220, 21360, 796, 15095, 874, 3419, 58, 69, 6, 28144, 23330, 4363, 62, 4906, 92, 20520, 198, 220, 220, 220, 21360, 7, 7220, 11, 4566, 11, 1785, 8, 198, 220, 220, 220, 4808, 1996, 62, 4363, 7, 11250, 11, 1217, 62, 4906, 11, 1785, 11, 20966, 11, 2836, 8, 628, 220, 220, 220, 1303, 6358, 1943, 198, 220, 220, 220, 1441, 1391, 6, 13376, 10669, 10354, 939, 92, 628, 198, 2, 24582, 367, 6981, 43, 4877, 628, 198, 4299, 5412, 62, 961, 7, 7220, 11, 4566, 11, 1785, 2599, 198, 220, 220, 220, 37227, 38727, 3275, 611, 4251, 3509, 9743, 11, 4306, 2620, 1100, 954, 628, 220, 220, 220, 10729, 4261, 9050, 2893, 281, 15250, 714, 33256, 428, 393, 3758, 8390, 31456, 220, 2340, 11, 612, 2125, 470, 881, 2526, 198, 220, 220, 220, 220, 220, 220, 220, 770, 318, 8384, 329, 26555, 257, 12233, 611, 3275, 4888, 6768, 618, 407, 10431, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 33520, 16391, 561, 691, 761, 257, 2060, 1100, 6949, 198, 220, 220, 220, 220, 220, 220, 220, 1114, 1672, 11, 714, 307, 517, 9314, 611, 4553, 37456, 13973, 416, 19236, 7007, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 887, 517, 9314, 1595, 470, 6646, 1612, 517, 5713, 198, 220, 220, 220, 220, 220, 220, 220, 1217, 62, 30001, 318, 635, 991, 973, 520, 11109, 12, 1589, 284, 11767, 9743, 628, 220, 220, 220, 37227, 628, 220, 220, 220, 1303, 1475, 7254, 7032, 198, 220, 220, 220, 1303, 10729, 4261, 9050, 3363, 15250, 714, 1487, 777, 1988, 2405, 475, 766, 2029, 198, 220, 220, 220, 4808, 641, 495, 62, 4906, 7, 15596, 11, 705, 30073, 62, 312, 3256, 965, 8, 198, 220, 220, 220, 4808, 641, 495, 62, 4906, 7, 15596, 11, 705, 10134, 62, 9806, 62, 40779, 3256, 20512, 8, 628, 220, 220, 220, 1303, 2094, 470, 761, 284, 466, 1997, 611, 407, 9646, 3509, 9743, 198, 220, 220, 220, 611, 407, 1785, 17816, 10134, 62, 9806, 62, 40779, 6, 5974, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 628, 220, 220, 220, 1303, 3497, 9088, 338, 15940, 198, 220, 220, 220, 4866, 62, 2539, 796, 277, 1, 37348, 1095, 14, 90, 7220, 92, 14, 22163, 444, 14, 90, 15596, 17816, 30073, 62, 312, 20520, 36786, 198, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1217, 796, 311, 18, 13, 1136, 62, 15252, 62, 12985, 2667, 7, 33, 38811, 28, 5653, 14313, 62, 33, 16696, 2767, 11, 7383, 28, 30073, 62, 2539, 8, 198, 220, 220, 220, 2845, 311, 18, 13, 1069, 11755, 13, 2949, 16678, 9218, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 220, 1303, 1002, 31456, 1541, 13140, 11, 645, 1738, 284, 466, 597, 2252, 7587, 357, 24219, 989, 1217, 8, 198, 220, 220, 220, 15940, 796, 1391, 67, 17816, 9218, 6, 5974, 288, 17816, 11395, 20520, 329, 288, 287, 1217, 17816, 24835, 7248, 20520, 92, 628, 220, 220, 220, 1303, 2547, 325, 290, 2620, 9743, 198, 220, 220, 220, 9743, 796, 493, 7, 31499, 17816, 301, 11109, 12, 40779, 6, 12962, 198, 220, 220, 220, 3509, 62, 40779, 796, 493, 7, 31499, 17816, 301, 11109, 12, 9806, 12, 40779, 6, 12962, 198, 220, 220, 220, 9743, 15853, 352, 198, 220, 220, 220, 15940, 17816, 301, 11109, 12, 40779, 20520, 796, 965, 7, 40779, 8, 628, 220, 220, 220, 1303, 15467, 12233, 3275, 393, 4296, 9743, 198, 220, 220, 220, 611, 9743, 18189, 3509, 62, 40779, 25, 198, 220, 220, 220, 220, 220, 220, 220, 311, 18, 13, 33678, 62, 15252, 7, 33, 38811, 28, 5653, 14313, 62, 33, 16696, 2767, 11, 7383, 28, 30073, 62, 2539, 8, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 4418, 12233, 14037, 2939, 198, 220, 220, 220, 220, 220, 220, 220, 311, 18, 13, 33678, 62, 15252, 7, 33, 38811, 28, 5653, 14313, 62, 33, 16696, 2767, 11, 7383, 28, 69, 1, 37348, 1095, 14, 90, 7220, 92, 14, 16340, 578, 62, 17566, 14, 90, 15596, 17816, 30073, 62, 312, 20520, 92, 4943, 198, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 311, 18, 13, 1996, 62, 15252, 62, 12985, 2667, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 48353, 28, 5653, 14313, 62, 33, 16696, 2767, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7383, 28, 30073, 62, 2539, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 309, 16406, 34758, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 42660, 17191, 12201, 584, 15940, 357, 2339, 336, 11109, 12, 36195, 274, 6839, 8133, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 24835, 7248, 10354, 685, 90, 6, 9218, 10354, 479, 11, 705, 11395, 10354, 410, 92, 329, 479, 11, 410, 287, 15940, 13, 23814, 3419, 4357, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 8964, 198, 220, 220, 220, 220, 220, 220, 220, 1267, 628, 198, 4299, 5412, 62, 47768, 7, 7220, 11, 4566, 11, 1785, 2599, 198, 220, 220, 220, 37227, 3673, 1958, 2836, 286, 20616, 284, 511, 6218, 37811, 198, 220, 220, 220, 611, 407, 4566, 17816, 12154, 62, 35666, 444, 6, 5974, 198, 220, 220, 220, 220, 220, 220, 220, 5298, 2275, 419, 3419, 198, 220, 220, 220, 4808, 21280, 62, 1662, 2649, 7, 11250, 11, 705, 47768, 3256, 1785, 11, 2836, 8, 628, 198, 4299, 5412, 62, 260, 2673, 7, 7220, 11, 4566, 11, 1785, 2599, 198, 220, 220, 220, 37227, 3673, 1958, 2836, 286, 12737, 284, 511, 6218, 37811, 628, 220, 220, 220, 1303, 10358, 77, 470, 307, 1972, 12737, 611, 10058, 606, 198, 220, 220, 220, 611, 407, 4566, 17816, 12154, 62, 260, 4658, 6, 5974, 198, 220, 220, 220, 220, 220, 220, 220, 5298, 2275, 419, 3419, 628, 220, 220, 220, 1303, 48987, 6317, 318, 257, 1790, 2060, 5328, 831, 515, 1573, 611, 1944, 357, 273, 9242, 8, 198, 220, 220, 220, 1303, 10729, 4261, 9050, 43280, 658, 19319, 890, 6218, 355, 257, 366, 260, 2673, 1, 475, 3578, 2003, 12416, 1165, 198, 220, 220, 220, 1303, 220, 220, 1892, 278, 326, 2836, 743, 423, 9343, 19605, 329, 12737, 11, 5137, 511, 1988, 287, 7237, 198, 220, 220, 220, 611, 705, 11299, 6, 287, 1785, 290, 1785, 17816, 11299, 20520, 318, 407, 6045, 25, 198, 220, 220, 220, 220, 220, 220, 220, 4808, 641, 495, 62, 12102, 62, 354, 945, 7, 15596, 11, 705, 11299, 3256, 4731, 13, 292, 979, 72, 62, 15653, 1343, 4731, 13, 12894, 896, 1343, 705, 12, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 611, 18896, 7, 15596, 17816, 11299, 6, 12962, 1875, 1679, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5298, 35528, 7203, 3041, 2673, 2695, 1165, 890, 4943, 628, 220, 220, 220, 4808, 21280, 62, 1662, 2649, 7, 11250, 11, 705, 260, 2673, 3256, 1785, 11, 2836, 8, 628, 198, 4299, 5412, 62, 7266, 33584, 7, 7220, 11, 4566, 11, 1785, 2599, 198, 220, 220, 220, 37227, 7004, 33584, 19008, 836, 470, 761, 597, 7587, 37811, 628, 198, 4299, 5412, 62, 21975, 7, 7220, 11, 4566, 11, 1785, 2599, 198, 220, 220, 220, 37227, 7004, 33584, 2209, 19008, 836, 470, 761, 597, 7587, 37811, 628, 198, 4299, 5412, 62, 411, 437, 7, 7220, 11, 4566, 11, 1785, 2599, 198, 220, 220, 220, 37227, 37508, 581, 437, 7007, 37811, 198, 220, 220, 220, 611, 407, 4566, 17816, 12154, 62, 411, 437, 62, 8897, 3558, 6, 5974, 198, 220, 220, 220, 220, 220, 220, 220, 5298, 2275, 419, 3419, 198, 220, 220, 220, 4808, 21280, 62, 1662, 2649, 7, 11250, 11, 705, 411, 437, 3256, 1785, 11, 2836, 8, 628, 198, 4299, 5412, 62, 33678, 7, 7220, 11, 4566, 11, 1785, 2599, 198, 220, 220, 220, 1303, 16926, 46, 6602, 428, 357, 15596, 2099, 3058, 10058, 8, 198, 220, 220, 220, 37227, 37508, 257, 2581, 284, 12233, 262, 17800, 338, 4866, 286, 262, 3275, 628, 220, 220, 220, 10729, 4261, 9050, 520, 11109, 4566, 407, 10667, 11, 523, 14497, 17800, 714, 12233, 14500, 772, 611, 262, 198, 220, 220, 220, 220, 220, 220, 220, 3038, 284, 318, 407, 5545, 287, 262, 3275, 13, 1892, 3177, 257, 2324, 2526, 13, 628, 220, 220, 220, 10729, 4261, 9050, 3311, 48137, 714, 14497, 12233, 597, 3275, 4866, 198, 220, 220, 220, 220, 220, 220, 220, 4619, 9088, 423, 3748, 220, 2340, 11, 3177, 1877, 2526, 11, 355, 484, 561, 691, 760, 511, 898, 628, 220, 220, 220, 10729, 4261, 9050, 48987, 428, 37456, 24714, 460, 691, 12233, 6218, 357, 1662, 584, 5563, 287, 19236, 8, 628, 220, 220, 220, 37227, 198, 220, 220, 220, 4866, 62, 312, 796, 1785, 17816, 30073, 62, 312, 20520, 198, 220, 220, 220, 351, 18175, 7, 50, 18, 13, 1069, 11755, 13, 2949, 16678, 9218, 2599, 220, 1303, 27511, 13140, 318, 407, 257, 5287, 198, 220, 220, 220, 220, 220, 220, 220, 311, 18, 13, 33678, 62, 15252, 7, 33, 38811, 28, 5653, 14313, 62, 33, 16696, 2767, 11, 7383, 28, 69, 1101, 408, 1095, 14, 90, 7220, 92, 14, 22163, 444, 14, 90, 30073, 62, 312, 92, 11537, 628, 198, 2, 49944, 4877, 628, 198, 4871, 2275, 419, 7, 16922, 2599, 198, 220, 220, 220, 37227, 4826, 419, 290, 3031, 351, 5287, 11, 475, 836, 470, 989, 597, 4049, 37811, 628, 198, 4299, 4808, 6371, 2414, 62, 1462, 62, 33661, 7, 6371, 2414, 62, 8841, 2599, 198, 220, 220, 220, 37227, 3103, 1851, 2183, 12, 6371, 12, 8692, 2414, 30240, 4731, 284, 9881, 37811, 198, 220, 220, 220, 1441, 2779, 2414, 13, 6371, 21230, 62, 65, 2414, 12501, 1098, 7, 6371, 2414, 62, 8841, 13, 33491, 10786, 93, 3256, 705, 11639, 4008, 628, 198, 4299, 4808, 33661, 62, 1462, 62, 6371, 2414, 7, 33661, 62, 7890, 2599, 198, 220, 220, 220, 37227, 3103, 1851, 9881, 284, 2183, 12, 6371, 12, 8692, 2414, 30240, 4731, 37811, 198, 220, 220, 220, 1441, 2779, 2414, 13, 6371, 21230, 62, 65, 2414, 268, 8189, 7, 33661, 62, 7890, 737, 12501, 1098, 22446, 33491, 10786, 28, 3256, 705, 93, 11537, 628, 198, 4299, 4808, 1136, 62, 11250, 7, 7220, 11, 3200, 2599, 198, 220, 220, 220, 37227, 10002, 11, 42797, 290, 21136, 3031, 263, 4566, 37811, 198, 220, 220, 220, 19365, 796, 311, 18, 13, 1136, 62, 15252, 7, 33, 38811, 28, 19535, 47, 62, 33, 16696, 2767, 11, 7383, 28, 69, 6, 11250, 14, 90, 7220, 92, 14, 11250, 11537, 17816, 25842, 6, 4083, 961, 3419, 198, 220, 220, 220, 42797, 273, 796, 34329, 15916, 44, 28264, 6371, 2414, 62, 1462, 62, 33661, 7, 21078, 4008, 198, 220, 220, 220, 875, 15109, 796, 42797, 273, 13, 12501, 6012, 7, 43628, 58, 25, 23060, 44, 62, 3824, 62, 17513, 51, 1546, 4357, 19365, 58, 23060, 44, 62, 3824, 62, 17513, 51, 1546, 25, 4357, 6045, 8, 198, 220, 220, 220, 1441, 33918, 13, 46030, 7, 12501, 15109, 8, 628, 198, 4299, 4808, 641, 495, 62, 4906, 7, 15596, 11, 1994, 11, 2099, 62, 2599, 198, 220, 220, 220, 37227, 4834, 19532, 1994, 338, 1988, 318, 286, 1813, 2099, 37811, 198, 220, 220, 220, 611, 407, 318, 39098, 7, 15596, 13, 1136, 7, 2539, 828, 2099, 62, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 5298, 35528, 7, 69, 1, 44651, 393, 4814, 1988, 329, 705, 90, 2539, 92, 6, 4943, 628, 198, 4299, 4808, 641, 495, 62, 12102, 62, 354, 945, 7, 15596, 11, 1994, 11, 4938, 62, 354, 945, 2599, 198, 220, 220, 220, 37227, 4834, 19532, 1994, 338, 1988, 318, 257, 4731, 925, 286, 4938, 34534, 37811, 198, 220, 220, 220, 4808, 641, 495, 62, 4906, 7, 15596, 11, 1994, 11, 965, 8, 198, 220, 220, 220, 611, 407, 1785, 58, 2539, 5974, 198, 220, 220, 220, 220, 220, 220, 220, 5298, 35528, 7, 69, 1, 40613, 4731, 329, 705, 90, 2539, 92, 6, 4943, 198, 220, 220, 220, 329, 1149, 287, 1785, 58, 2539, 5974, 198, 220, 220, 220, 220, 220, 220, 220, 611, 1149, 407, 287, 4938, 62, 354, 945, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5298, 35528, 7, 69, 1, 44651, 2095, 705, 90, 10641, 92, 6, 287, 1391, 2539, 92, 4943, 628, 198, 4299, 4808, 13116, 62, 18224, 7, 15042, 62, 15596, 2599, 198, 220, 220, 220, 37227, 19100, 4049, 37811, 198, 220, 220, 220, 3601, 7, 18982, 62, 41194, 28955, 628, 220, 220, 220, 1303, 3060, 2581, 20150, 611, 1695, 198, 220, 220, 220, 21437, 62, 7890, 796, 23884, 198, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 21437, 62, 7890, 796, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 25927, 10354, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 7220, 62, 541, 10354, 40391, 62, 15596, 17816, 25927, 21947, 6, 7131, 6, 4023, 6, 7131, 6, 10459, 40, 79, 6, 4357, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 50145, 10354, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 12982, 12, 36772, 10354, 40391, 62, 15596, 17816, 25927, 21947, 6, 7131, 6, 4023, 6, 7131, 6, 7220, 36772, 6, 4357, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 8964, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 8964, 198, 220, 220, 220, 220, 220, 220, 220, 1782, 198, 220, 220, 220, 2845, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1208, 628, 220, 220, 220, 1303, 16290, 284, 8299, 5657, 198, 220, 220, 220, 4836, 5657, 13, 13116, 62, 41194, 62, 10951, 7, 15577, 2220, 62, 7890, 28, 15577, 2220, 62, 7890, 8, 628, 198, 4299, 4808, 1996, 62, 4363, 7, 11250, 11, 1217, 62, 4906, 11, 1785, 11, 20966, 11, 2836, 2599, 198, 220, 220, 220, 37227, 16928, 2882, 2134, 351, 19365, 1366, 628, 220, 220, 220, 10729, 4261, 9050, 48987, 5563, 460, 470, 307, 4624, 287, 584, 288, 17062, 543, 598, 561, 1239, 4321, 628, 220, 220, 220, 37227, 628, 220, 220, 220, 1303, 5521, 503, 2134, 4686, 198, 220, 220, 220, 1303, 5045, 27823, 21231, 329, 1502, 11, 334, 27112, 35488, 329, 49650, 198, 220, 220, 220, 2134, 62, 312, 796, 277, 821, 20587, 274, 14, 90, 7220, 92, 14, 90, 4363, 62, 4906, 92, 14, 90, 600, 7, 2435, 28955, 92, 23330, 12303, 312, 19, 3419, 92, 6, 628, 220, 220, 220, 1303, 2039, 8189, 1366, 198, 220, 220, 220, 1366, 796, 33918, 13, 67, 8142, 15090, 198, 220, 220, 220, 220, 220, 220, 220, 705, 15596, 10354, 1785, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 541, 10354, 20966, 11, 198, 220, 220, 220, 1782, 737, 268, 8189, 3419, 628, 220, 220, 220, 1303, 4280, 1098, 355, 4948, 1171, 1994, 290, 9058, 355, 4948, 2207, 563, 42104, 198, 220, 220, 220, 355, 4948, 62, 2539, 796, 4808, 6371, 2414, 62, 1462, 62, 33661, 7, 11250, 17816, 4363, 62, 2539, 62, 11377, 6, 12962, 198, 220, 220, 220, 355, 4948, 62, 12685, 563, 353, 796, 3440, 62, 1082, 62, 11377, 62, 2539, 7, 4107, 76, 62, 2539, 8, 628, 220, 220, 220, 1303, 2980, 378, 5659, 1994, 290, 19365, 1296, 286, 340, 198, 220, 220, 220, 5659, 62, 2539, 796, 34329, 15916, 44, 13, 8612, 378, 62, 2539, 7, 23060, 44, 62, 20373, 62, 26094, 50, 8, 198, 220, 220, 220, 19365, 62, 2539, 796, 355, 4948, 62, 12685, 563, 353, 13, 12685, 6012, 7, 37047, 62, 2539, 11, 440, 32, 8905, 7, 20474, 37, 16, 7, 37596, 11645, 3419, 828, 25630, 11645, 22784, 6045, 4008, 628, 220, 220, 220, 1303, 14711, 6012, 1366, 290, 4439, 5072, 198, 220, 220, 220, 5659, 62, 12685, 563, 42104, 796, 34329, 15916, 44, 7, 37047, 62, 2539, 8, 198, 220, 220, 220, 21628, 796, 28686, 13, 333, 3749, 7, 23060, 44, 62, 3824, 62, 17513, 51, 1546, 8, 198, 220, 220, 220, 19365, 62, 7890, 796, 21628, 1343, 5659, 62, 12685, 563, 42104, 13, 12685, 6012, 7, 452, 11, 1366, 11, 6045, 8, 198, 220, 220, 220, 5072, 796, 33918, 13, 67, 8142, 15090, 198, 220, 220, 220, 220, 220, 220, 220, 705, 43628, 62, 7890, 10354, 4808, 33661, 62, 1462, 62, 6371, 2414, 7, 43628, 62, 7890, 828, 198, 220, 220, 220, 220, 220, 220, 220, 705, 43628, 62, 2539, 10354, 4808, 33661, 62, 1462, 62, 6371, 2414, 7, 43628, 62, 2539, 828, 198, 220, 220, 220, 32092, 628, 220, 220, 220, 1303, 9363, 287, 19236, 198, 220, 220, 220, 311, 18, 13, 1996, 62, 15252, 7, 33, 38811, 28, 19535, 47, 62, 33, 16696, 2767, 11, 7383, 28, 15252, 62, 312, 11, 12290, 28, 22915, 13, 268, 8189, 28955, 628, 198, 4299, 4808, 9127, 62, 4363, 62, 48205, 7, 7220, 11, 1217, 62, 4906, 2599, 198, 220, 220, 220, 37227, 13615, 257, 954, 286, 8574, 5563, 329, 262, 1813, 2882, 2099, 628, 220, 220, 220, 16926, 46, 31525, 17540, 379, 8576, 11, 543, 743, 307, 257, 2328, 618, 14143, 12737, 329, 2968, 2985, 628, 220, 220, 220, 37227, 198, 220, 220, 220, 1217, 796, 311, 18, 13, 4868, 62, 48205, 62, 85, 17, 7, 198, 220, 220, 220, 220, 220, 220, 220, 48353, 28, 19535, 47, 62, 33, 16696, 2767, 11, 198, 220, 220, 220, 220, 220, 220, 220, 3771, 13049, 28, 69, 821, 20587, 274, 14, 90, 7220, 92, 14, 90, 4363, 62, 4906, 92, 14, 3256, 198, 220, 220, 220, 1267, 198, 220, 220, 220, 1441, 1217, 17816, 9218, 12332, 20520, 628, 198, 4299, 4808, 21280, 62, 1662, 2649, 7, 11250, 11, 1217, 62, 4906, 11, 1785, 11, 2836, 2599, 198, 220, 220, 220, 37227, 3673, 1958, 2836, 286, 20616, 14, 260, 4658, 14, 411, 2412, 329, 511, 6218, 357, 361, 17839, 284, 8, 628, 220, 220, 220, 1892, 1958, 12881, 25, 4844, 11, 717, 62, 3605, 62, 47768, 11, 20616, 11, 20616, 62, 392, 62, 260, 4658, 198, 220, 220, 220, 41461, 10154, 691, 8991, 284, 25, 20616, 11, 20616, 62, 392, 62, 260, 4658, 628, 220, 220, 220, 37227, 628, 220, 220, 220, 1303, 45559, 3810, 611, 257, 6317, 393, 10971, 14, 411, 437, 198, 220, 220, 220, 1303, 24550, 1675, 1394, 1243, 2829, 11, 581, 2412, 389, 3177, 366, 35666, 444, 1, 329, 4007, 286, 19605, 198, 220, 220, 220, 6317, 796, 1217, 62, 4906, 6624, 705, 260, 2673, 6, 628, 220, 220, 220, 1303, 2141, 2147, 611, 19605, 10058, 198, 220, 220, 220, 611, 4566, 17816, 1662, 1958, 62, 14171, 20520, 6624, 705, 23108, 10354, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 198, 220, 220, 220, 611, 6317, 290, 4566, 17816, 1662, 1958, 62, 14171, 20520, 14512, 705, 35666, 444, 62, 392, 62, 260, 4658, 10354, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 628, 220, 220, 220, 1303, 48987, 19361, 62, 17256, 62, 3642, 658, 2753, 656, 1848, 19361, 62, 14171, 198, 220, 220, 220, 611, 4566, 17816, 1662, 1958, 62, 14171, 20520, 6624, 705, 11085, 62, 3605, 62, 47768, 10354, 198, 220, 220, 220, 220, 220, 220, 220, 4566, 17816, 1662, 1958, 62, 17256, 62, 3642, 658, 20520, 796, 10352, 628, 220, 220, 220, 1303, 43426, 3275, 198, 220, 220, 220, 1303, 24550, 33671, 284, 423, 3234, 4006, 810, 10154, 815, 307, 3017, 475, 2125, 470, 11, 523, 2198, 198, 220, 220, 220, 611, 4566, 17816, 1662, 1958, 62, 17256, 62, 3642, 658, 20520, 290, 705, 11299, 6, 287, 1785, 25, 628, 220, 220, 220, 220, 220, 220, 220, 1303, 1002, 2695, 318, 9242, 11, 655, 17304, 257, 2180, 6317, 11, 523, 836, 470, 19361, 198, 220, 220, 220, 220, 220, 220, 220, 611, 1785, 17816, 11299, 20520, 318, 6045, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 628, 220, 220, 220, 220, 220, 220, 220, 2426, 796, 366, 7447, 18798, 25, 968, 6317, 1, 611, 6317, 2073, 366, 7447, 18798, 25, 968, 10971, 1, 198, 220, 220, 220, 220, 220, 220, 220, 9087, 796, 366, 28211, 22798, 351, 11097, 611, 6317, 2073, 366, 28211, 8712, 351, 11097, 198, 220, 220, 220, 220, 220, 220, 220, 31456, 796, 1785, 17816, 11299, 20520, 198, 220, 220, 220, 220, 220, 220, 220, 611, 311, 37738, 62, 39, 10892, 1961, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 31456, 15853, 37082, 77, 1, 1635, 838, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 31456, 15853, 357, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 4242, 337, 1546, 4090, 8264, 23578, 1303, 21017, 59, 77, 1, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 11505, 520, 11109, 284, 5911, 508, 7082, 290, 284, 10971, 284, 606, 1, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 357, 1662, 1744, 2884, 3053, 329, 2324, 3840, 21387, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 41032, 6143, 10131, 338, 4710, 2174, 526, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 5455, 11, 1487, 14483, 6460, 287, 520, 11109, 526, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 198, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 5521, 503, 9853, 198, 220, 220, 220, 220, 220, 220, 220, 10971, 62, 9127, 796, 4808, 9127, 62, 4363, 62, 48205, 7, 7220, 11, 705, 47768, 11537, 1343, 4808, 9127, 62, 4363, 62, 48205, 7, 7220, 11, 705, 411, 437, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 6317, 62, 9127, 796, 4808, 9127, 62, 4363, 62, 48205, 7, 7220, 11, 705, 260, 2673, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 611, 6317, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6317, 62, 9127, 15853, 352, 198, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 10971, 62, 9127, 15853, 352, 628, 220, 220, 220, 220, 220, 220, 220, 1303, 1002, 19361, 62, 14171, 318, 717, 62, 3605, 62, 47768, 788, 691, 2555, 611, 428, 318, 262, 717, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 24550, 27511, 4504, 611, 257, 6317, 290, 287, 428, 19361, 62, 14171, 198, 220, 220, 220, 220, 220, 220, 220, 611, 4566, 17816, 1662, 1958, 62, 14171, 20520, 6624, 705, 11085, 62, 3605, 62, 47768, 6, 290, 10971, 62, 9127, 14512, 352, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 628, 220, 220, 220, 220, 220, 220, 220, 1303, 5521, 503, 10638, 1627, 357, 1640, 1111, 2426, 290, 31456, 8, 198, 220, 220, 220, 220, 220, 220, 220, 10971, 62, 82, 796, 366, 47768, 1, 611, 10971, 62, 9127, 6624, 352, 2073, 366, 35666, 444, 1, 198, 220, 220, 220, 220, 220, 220, 220, 6317, 62, 82, 796, 366, 260, 2673, 1, 611, 6317, 62, 9127, 6624, 352, 2073, 366, 260, 4658, 1, 198, 220, 220, 220, 220, 220, 220, 220, 10638, 796, 13538, 198, 220, 220, 220, 220, 220, 220, 220, 611, 10971, 62, 9127, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 10638, 15853, 277, 1, 90, 47768, 62, 9127, 92, 649, 1391, 47768, 62, 82, 36786, 198, 220, 220, 220, 220, 220, 220, 220, 611, 10971, 62, 9127, 290, 6317, 62, 9127, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 10638, 15853, 366, 290, 366, 198, 220, 220, 220, 220, 220, 220, 220, 611, 6317, 62, 9127, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 10638, 15853, 277, 1, 90, 260, 2673, 62, 9127, 92, 649, 1391, 260, 2673, 62, 82, 36786, 628, 220, 220, 220, 220, 220, 220, 220, 1303, 5521, 503, 2426, 290, 9087, 198, 220, 220, 220, 220, 220, 220, 220, 2426, 796, 366, 7447, 18798, 25, 366, 1343, 10638, 198, 220, 220, 220, 220, 220, 220, 220, 9087, 796, 277, 1, 1639, 423, 1391, 49736, 92, 284, 534, 6218, 1, 628, 220, 220, 220, 220, 220, 220, 220, 1303, 5521, 503, 31456, 198, 220, 220, 220, 220, 220, 220, 220, 31456, 796, 13538, 198, 220, 220, 220, 220, 220, 220, 220, 611, 311, 37738, 62, 39, 10892, 1961, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 31456, 15853, 366, 11505, 520, 11109, 284, 766, 606, 1, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 31456, 15853, 37082, 77, 1, 1635, 838, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 31456, 15853, 366, 32916, 382, 6143, 10131, 338, 4710, 2174, 13, 5455, 11, 1487, 14483, 6460, 287, 520, 11109, 526, 628, 220, 220, 220, 1303, 554, 1339, 3294, 7216, 16545, 11, 3465, 262, 19236, 1438, 287, 262, 2426, 198, 220, 220, 220, 2426, 15853, 277, 1, 685, 90, 5653, 14313, 62, 33, 16696, 2767, 611, 311, 37738, 62, 39, 10892, 1961, 2073, 2836, 92, 30866, 628, 220, 220, 220, 1303, 16290, 14483, 198, 220, 220, 220, 611, 407, 5550, 53, 25, 198, 220, 220, 220, 220, 220, 220, 220, 611, 311, 37738, 62, 39, 10892, 1961, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 275, 2069, 18, 13, 16366, 10786, 82, 5907, 3256, 4566, 28, 12298, 50, 62, 10943, 16254, 737, 12984, 1836, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 47373, 3163, 77, 28, 35222, 2149, 62, 1503, 45, 11, 15540, 28, 32796, 11, 16000, 28, 69, 6, 90, 33878, 32239, 77, 59, 77, 59, 77, 90, 19662, 92, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 275, 2069, 18, 13, 16366, 10786, 8448, 3256, 4566, 28, 12298, 50, 62, 10943, 16254, 737, 21280, 62, 12888, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 8090, 28, 69, 1, 7447, 18798, 1279, 3919, 12, 47768, 31, 90, 39170, 29833, 62, 11473, 6981, 1961, 92, 29, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 45657, 34758, 6, 2514, 4550, 16746, 10354, 685, 11250, 17816, 12888, 6, 11907, 5512, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 16000, 34758, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 19776, 10354, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 6601, 10354, 2426, 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, 705, 1925, 945, 316, 10354, 705, 48504, 12, 23, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 8964, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 25842, 10354, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 39, 20369, 10354, 1391, 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, 705, 6601, 10354, 7716, 62, 12888, 7, 33878, 11, 31456, 828, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 1925, 945, 316, 10354, 705, 48504, 12, 23, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 8964, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 8964, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 8964, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 628, 198, 2, 34899, 2043, 1137, 628, 198, 4299, 800, 2676, 62, 9060, 7, 15042, 62, 15596, 2599, 198, 220, 220, 220, 37227, 10707, 6012, 290, 3031, 351, 14037, 2939, 37811, 198, 220, 220, 220, 42287, 796, 40391, 62, 15596, 13, 1136, 10786, 22766, 10100, 48944, 3256, 23884, 8, 198, 220, 220, 220, 2836, 796, 42287, 17816, 7220, 20520, 198, 220, 220, 220, 4866, 62, 312, 796, 42287, 17816, 30073, 20520, 198, 220, 220, 220, 3200, 796, 42287, 17816, 74, 20520, 198, 220, 220, 220, 19236, 62, 2539, 796, 277, 1101, 408, 1095, 14, 90, 7220, 92, 14, 16340, 578, 62, 17566, 14, 90, 30073, 62, 312, 92, 6, 198, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 26181, 796, 311, 18, 13, 1136, 62, 15252, 7, 33, 38811, 28, 5653, 14313, 62, 33, 16696, 2767, 11, 7383, 28, 27041, 316, 62, 2539, 8, 198, 220, 220, 220, 2845, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1767, 796, 25703, 37819, 62, 3955, 11879, 198, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 19365, 796, 26181, 17816, 25842, 6, 4083, 961, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 42797, 273, 796, 34329, 15916, 44, 28264, 6371, 2414, 62, 1462, 62, 33661, 7, 21078, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 875, 15109, 796, 42797, 273, 13, 12501, 6012, 7, 43628, 58, 25, 23060, 44, 62, 3824, 62, 17513, 51, 1546, 4357, 19365, 58, 23060, 44, 62, 3824, 62, 17513, 51, 1546, 25, 4357, 6045, 8, 198, 220, 220, 220, 220, 220, 220, 220, 1767, 796, 2779, 2414, 13, 65, 2414, 268, 8189, 7, 12501, 15109, 737, 12501, 1098, 3419, 198, 220, 220, 220, 1441, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 705, 13376, 10669, 10354, 939, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 50145, 10354, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 19746, 12, 6030, 10354, 705, 9060, 14, 73, 22071, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 30562, 12, 15988, 10354, 705, 3919, 12, 8095, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 8964, 198, 220, 220, 220, 220, 220, 220, 220, 705, 271, 14881, 2414, 27195, 9043, 10354, 6407, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 2618, 10354, 1767, 11, 198, 220, 220, 220, 1782, 198 ]
2.532987
7,518
# Copyright (c) 2017 Thierry Kleist # # MIT License # # Permission is hereby granted, free of charge, to any person obtaining # a copy of this software and associated documentation files (the # "Software"), to deal in the Software without restriction, including # without limitation the rights to use, copy, modify, merge, publish, # distribute, sublicense, and/or sell copies of the Software, and to # permit persons to whom the Software is furnished to do so, subject to # the following conditions: # # The above copyright notice and this permission notice shall be # included in all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND # NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE # LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. from gremlin import event_handler from gremlin.input_devices import callback_registry from gremlin.util import extract_ids, SingletonDecorator from config import DeviceConfig @SingletonDecorator controllers = Controllers()
[ 2, 15069, 357, 66, 8, 2177, 536, 959, 563, 15983, 396, 198, 2, 198, 2, 17168, 13789, 198, 2, 198, 2, 2448, 3411, 318, 29376, 7520, 11, 1479, 286, 3877, 11, 284, 597, 1048, 16727, 198, 2, 257, 4866, 286, 428, 3788, 290, 3917, 10314, 3696, 357, 1169, 198, 2, 366, 25423, 12340, 284, 1730, 287, 262, 10442, 1231, 17504, 11, 1390, 198, 2, 1231, 17385, 262, 2489, 284, 779, 11, 4866, 11, 13096, 11, 20121, 11, 7715, 11, 198, 2, 14983, 11, 850, 43085, 11, 290, 14, 273, 3677, 9088, 286, 262, 10442, 11, 290, 284, 198, 2, 8749, 6506, 284, 4150, 262, 10442, 318, 30760, 284, 466, 523, 11, 2426, 284, 198, 2, 262, 1708, 3403, 25, 198, 2, 198, 2, 383, 2029, 6634, 4003, 290, 428, 7170, 4003, 2236, 307, 198, 2, 3017, 287, 477, 9088, 393, 8904, 16690, 286, 262, 10442, 13, 198, 2, 198, 2, 3336, 47466, 3180, 36592, 2389, 1961, 366, 1921, 3180, 1600, 42881, 34764, 56, 3963, 15529, 509, 12115, 11, 198, 2, 7788, 32761, 6375, 8959, 49094, 11, 47783, 2751, 21728, 5626, 40880, 5390, 3336, 34764, 11015, 3963, 198, 2, 34482, 3398, 1565, 5603, 25382, 11, 376, 46144, 7473, 317, 16652, 2149, 37232, 33079, 48933, 5357, 198, 2, 44521, 1268, 10913, 2751, 12529, 13, 3268, 8005, 49261, 50163, 3336, 37195, 20673, 6375, 27975, 38162, 9947, 367, 15173, 4877, 9348, 198, 2, 43031, 19146, 7473, 15529, 47666, 3955, 11, 29506, 25552, 6375, 25401, 43031, 25382, 11, 7655, 2767, 16879, 3268, 3537, 40282, 198, 2, 3963, 27342, 10659, 11, 309, 9863, 6375, 25401, 54, 24352, 11, 5923, 1797, 2751, 16034, 11, 16289, 3963, 6375, 3268, 7102, 45, 24565, 198, 2, 13315, 3336, 47466, 6375, 3336, 23210, 6375, 25401, 5550, 1847, 20754, 3268, 3336, 47466, 13, 198, 198, 6738, 308, 17244, 1330, 1785, 62, 30281, 198, 6738, 308, 17244, 13, 15414, 62, 42034, 1330, 23838, 62, 2301, 4592, 198, 6738, 308, 17244, 13, 22602, 1330, 7925, 62, 2340, 11, 5573, 10565, 10707, 273, 1352, 198, 6738, 4566, 1330, 16232, 16934, 628, 198, 198, 31, 29974, 10565, 10707, 273, 1352, 198, 198, 3642, 36667, 796, 2345, 36667, 3419, 198 ]
3.793201
353
# TODO; input type verification # Adds an weighted unidirectional edge to another existing node # TODO: add verification that node exists # Returns all of the edges connected to the current node # Returns the weight of the edge connected the specified node to the current node
[ 198, 197, 2, 16926, 46, 26, 5128, 2099, 19637, 628, 197, 2, 34333, 281, 26356, 555, 312, 4154, 282, 5743, 284, 1194, 4683, 10139, 198, 197, 2, 16926, 46, 25, 751, 19637, 326, 10139, 7160, 628, 197, 2, 16409, 477, 286, 262, 13015, 5884, 284, 262, 1459, 10139, 628, 197, 2, 16409, 262, 3463, 286, 262, 5743, 5884, 262, 7368, 10139, 284, 262, 1459, 10139, 628 ]
4.348485
66
import logging import os import queue import random import re from args import get_setup_args import shutil import string import setup import torch import torch.nn.functional as F import torch.utils.data as data from collections import Counter import tqdm import numpy as np import ujson as json import spacy import json from sklearn.model_selection import train_test_split # 60 20 20 split if __name__ == '__main__': pre_process() test_baseline()
[ 11748, 18931, 198, 11748, 28686, 198, 11748, 16834, 198, 11748, 4738, 198, 11748, 302, 198, 6738, 26498, 1330, 651, 62, 40406, 62, 22046, 198, 11748, 4423, 346, 198, 11748, 4731, 198, 11748, 9058, 198, 11748, 28034, 198, 11748, 28034, 13, 20471, 13, 45124, 355, 376, 198, 11748, 28034, 13, 26791, 13, 7890, 355, 1366, 198, 6738, 17268, 1330, 15034, 198, 11748, 256, 80, 36020, 198, 11748, 299, 32152, 355, 45941, 198, 11748, 334, 17752, 355, 33918, 198, 11748, 599, 1590, 198, 11748, 33918, 198, 198, 6738, 1341, 35720, 13, 19849, 62, 49283, 1330, 4512, 62, 9288, 62, 35312, 628, 628, 198, 2, 3126, 1160, 1160, 6626, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 628, 220, 220, 220, 220, 198, 361, 11593, 3672, 834, 6624, 705, 834, 12417, 834, 10354, 198, 220, 220, 220, 662, 62, 14681, 3419, 198, 220, 220, 220, 220, 198, 220, 220, 220, 1332, 62, 12093, 4470, 3419, 198, 220, 220, 220, 220, 198 ]
2.946429
168
# from './localizer' import localizer import localizer import helpers test_sense()
[ 2, 422, 705, 19571, 12001, 7509, 6, 1330, 1957, 7509, 198, 11748, 1957, 7509, 198, 11748, 49385, 628, 198, 198, 9288, 62, 33819, 3419, 198 ]
3.44
25
# Generated by Django 2.1.7 on 2019-02-23 18:47 from django.db import migrations, models import django.db.models.deletion
[ 2, 2980, 515, 416, 37770, 362, 13, 16, 13, 22, 319, 13130, 12, 2999, 12, 1954, 1248, 25, 2857, 198, 198, 6738, 42625, 14208, 13, 9945, 1330, 15720, 602, 11, 4981, 198, 11748, 42625, 14208, 13, 9945, 13, 27530, 13, 2934, 1616, 295, 628 ]
2.818182
44
command = input() company_users = {} # add all company users in dictionary while command != "End": command = command.split(" -> ") company = command[0] users = command[1] company_users.setdefault(company, []).append(users) command = input() # remove duplicating users for k, v in company_users.items(): new_v = sorted(set(v), key=v.index) company_users[k] = new_v # sort sorted_company_users = dict(sorted(company_users.items(), key=lambda x: x[0])) # print for key, value in sorted_company_users.items(): print(key) print("\n".join(f"-- {val}" for val in sorted_company_users[key]))
[ 21812, 796, 5128, 3419, 198, 39722, 62, 18417, 796, 23884, 198, 198, 2, 751, 477, 1664, 2985, 287, 22155, 198, 4514, 3141, 14512, 366, 12915, 1298, 628, 220, 220, 220, 3141, 796, 3141, 13, 35312, 7203, 4613, 366, 8, 198, 220, 220, 220, 1664, 796, 3141, 58, 15, 60, 198, 220, 220, 220, 2985, 796, 3141, 58, 16, 60, 628, 220, 220, 220, 1664, 62, 18417, 13, 2617, 12286, 7, 39722, 11, 17635, 737, 33295, 7, 18417, 8, 628, 220, 220, 220, 3141, 796, 5128, 3419, 198, 198, 2, 4781, 14184, 12364, 2985, 198, 1640, 479, 11, 410, 287, 1664, 62, 18417, 13, 23814, 33529, 198, 220, 220, 220, 649, 62, 85, 796, 23243, 7, 2617, 7, 85, 828, 1994, 28, 85, 13, 9630, 8, 198, 220, 220, 220, 1664, 62, 18417, 58, 74, 60, 796, 649, 62, 85, 198, 198, 2, 3297, 198, 82, 9741, 62, 39722, 62, 18417, 796, 8633, 7, 82, 9741, 7, 39722, 62, 18417, 13, 23814, 22784, 1994, 28, 50033, 2124, 25, 2124, 58, 15, 60, 4008, 198, 198, 2, 3601, 198, 1640, 1994, 11, 1988, 287, 23243, 62, 39722, 62, 18417, 13, 23814, 33529, 198, 220, 220, 220, 3601, 7, 2539, 8, 198, 220, 220, 220, 3601, 7203, 59, 77, 1911, 22179, 7, 69, 1, 438, 1391, 2100, 36786, 329, 1188, 287, 23243, 62, 39722, 62, 18417, 58, 2539, 60, 4008, 198 ]
2.75
228
import copy from django.contrib.auth import authenticate, get_user_model from django.contrib.auth import get_user_model from django.template.loader import render_to_string from oidcendpoint.util import instantiate from oidcendpoint.user_authn.user import (create_signed_jwt, verify_signed_jwt) from oidcendpoint.user_authn.user import UserAuthnMethod class UserPassDjango(UserAuthnMethod): """ see oidcendpoint.authn_context oidcendpoint.endpoint_context https://docs.djangoproject.com/en/2.2/ref/templates/api/#rendering-a-context """ # TODO: get this though settings conf url_endpoint = "/verify/user_pass_django" def __init__(self, # template_handler=render_to_string, template="oidc_login.html", endpoint_context=None, verify_endpoint='', **kwargs): """ template_handler is only for backwards compatibility it will be always replaced by Django's default """ super(UserPassDjango, self).__init__(endpoint_context=endpoint_context) self.kwargs = kwargs self.kwargs.setdefault("page_header", "Log in") self.kwargs.setdefault("user_label", "Username") self.kwargs.setdefault("passwd_label", "Password") self.kwargs.setdefault("submit_btn", "Log in") self.kwargs.setdefault("tos_uri", "") self.kwargs.setdefault("logo_uri", "") self.kwargs.setdefault("policy_uri", "") self.kwargs.setdefault("tos_label", "") self.kwargs.setdefault("logo_label", "") self.kwargs.setdefault("policy_label", "") # TODO this could be taken from args self.template_handler = render_to_string self.template = template self.action = verify_endpoint or self.url_endpoint self.kwargs['action'] = self.action class UserInfo(object): """ Read only interface to a user info store """ def filter(self, user, user_info_claims=None): """ Return only those claims that are asked for. It's a best effort task; if essential claims are not present no error is flagged. :param userinfo: A dictionary containing the available info for one user :param user_info_claims: A dictionary specifying the asked for claims :return: A dictionary of filtered claims. """ result = {} if not user.is_active: return result if user_info_claims is None: return copy.copy(user.__dict__) else: missing = [] optional = [] for key, restr in user_info_claims.items(): if key in self.claims_map: # manage required and optional: TODO extends this approach if not hasattr(user, self.claims_map[key]) and restr == {"essential": True}: missing.append(key) continue else: optional.append(key) # uattr = getattr(user, self.claims_map[key], None) if not uattr: continue result[key] = uattr() if callable(uattr) else uattr return result def __call__(self, user_id, client_id, user_info_claims=None, **kwargs): """ user_id = username client_id = client id, ex: 'mHwpZsDeWo5g' """ user = get_user_model().objects.filter(username=user_id).first() if not user: # Todo: raise exception here, this wouldn't be possible. return {} try: return self.filter(user, user_info_claims) except KeyError: return {}
[ 11748, 4866, 198, 198, 6738, 42625, 14208, 13, 3642, 822, 13, 18439, 1330, 8323, 5344, 11, 651, 62, 7220, 62, 19849, 198, 6738, 42625, 14208, 13, 3642, 822, 13, 18439, 1330, 651, 62, 7220, 62, 19849, 198, 6738, 42625, 14208, 13, 28243, 13, 29356, 1330, 8543, 62, 1462, 62, 8841, 198, 198, 6738, 267, 312, 15695, 4122, 13, 22602, 1330, 9113, 9386, 198, 6738, 267, 312, 15695, 4122, 13, 7220, 62, 18439, 77, 13, 7220, 1330, 357, 17953, 62, 32696, 62, 73, 46569, 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, 11767, 62, 32696, 62, 73, 46569, 8, 198, 6738, 267, 312, 15695, 4122, 13, 7220, 62, 18439, 77, 13, 7220, 1330, 11787, 30515, 77, 17410, 628, 198, 4871, 11787, 14478, 35, 73, 14208, 7, 12982, 30515, 77, 17410, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 766, 267, 312, 15695, 4122, 13, 18439, 77, 62, 22866, 198, 220, 220, 220, 220, 220, 220, 220, 267, 312, 15695, 4122, 13, 437, 4122, 62, 22866, 198, 220, 220, 220, 220, 220, 220, 220, 3740, 1378, 31628, 13, 28241, 648, 404, 305, 752, 13, 785, 14, 268, 14, 17, 13, 17, 14, 5420, 14, 11498, 17041, 14, 15042, 31113, 13287, 278, 12, 64, 12, 22866, 198, 220, 220, 220, 37227, 628, 220, 220, 220, 1303, 16926, 46, 25, 651, 428, 996, 6460, 1013, 198, 220, 220, 220, 19016, 62, 437, 4122, 796, 12813, 332, 1958, 14, 7220, 62, 6603, 62, 28241, 14208, 1, 628, 198, 220, 220, 220, 825, 11593, 15003, 834, 7, 944, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 11055, 62, 30281, 28, 13287, 62, 1462, 62, 8841, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11055, 2625, 1868, 66, 62, 38235, 13, 6494, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 36123, 62, 22866, 28, 14202, 11, 11767, 62, 437, 4122, 11639, 3256, 12429, 46265, 22046, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 11055, 62, 30281, 318, 691, 329, 16196, 17764, 198, 220, 220, 220, 220, 220, 220, 220, 340, 481, 307, 1464, 6928, 416, 37770, 338, 4277, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 2208, 7, 12982, 14478, 35, 73, 14208, 11, 2116, 737, 834, 15003, 834, 7, 437, 4122, 62, 22866, 28, 437, 4122, 62, 22866, 8, 628, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 46265, 22046, 796, 479, 86, 22046, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 46265, 22046, 13, 2617, 12286, 7203, 7700, 62, 25677, 1600, 366, 11187, 287, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 46265, 22046, 13, 2617, 12286, 7203, 7220, 62, 18242, 1600, 366, 5842, 13292, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 46265, 22046, 13, 2617, 12286, 7203, 6603, 16993, 62, 18242, 1600, 366, 35215, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 46265, 22046, 13, 2617, 12286, 7203, 46002, 62, 46118, 1600, 366, 11187, 287, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 46265, 22046, 13, 2617, 12286, 7203, 83, 418, 62, 9900, 1600, 366, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 46265, 22046, 13, 2617, 12286, 7203, 6404, 78, 62, 9900, 1600, 366, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 46265, 22046, 13, 2617, 12286, 7203, 30586, 62, 9900, 1600, 366, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 46265, 22046, 13, 2617, 12286, 7203, 83, 418, 62, 18242, 1600, 366, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 46265, 22046, 13, 2617, 12286, 7203, 6404, 78, 62, 18242, 1600, 366, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 46265, 22046, 13, 2617, 12286, 7203, 30586, 62, 18242, 1600, 366, 4943, 628, 220, 220, 220, 220, 220, 220, 220, 1303, 16926, 46, 428, 714, 307, 2077, 422, 26498, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 28243, 62, 30281, 796, 8543, 62, 1462, 62, 8841, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 28243, 796, 11055, 628, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 2673, 796, 11767, 62, 437, 4122, 393, 2116, 13, 6371, 62, 437, 4122, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 46265, 22046, 17816, 2673, 20520, 796, 2116, 13, 2673, 628, 198, 198, 4871, 11787, 12360, 7, 15252, 2599, 198, 220, 220, 220, 37227, 4149, 691, 7071, 284, 257, 2836, 7508, 3650, 37227, 628, 220, 220, 220, 825, 8106, 7, 944, 11, 2836, 11, 2836, 62, 10951, 62, 6604, 82, 28, 14202, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 8229, 691, 883, 3667, 326, 389, 1965, 329, 13, 198, 220, 220, 220, 220, 220, 220, 220, 632, 338, 257, 1266, 3626, 4876, 26, 611, 6393, 3667, 389, 407, 1944, 198, 220, 220, 220, 220, 220, 220, 220, 645, 4049, 318, 34060, 13, 628, 220, 220, 220, 220, 220, 220, 220, 1058, 17143, 2836, 10951, 25, 317, 22155, 7268, 262, 1695, 7508, 329, 530, 2836, 198, 220, 220, 220, 220, 220, 220, 220, 1058, 17143, 2836, 62, 10951, 62, 6604, 82, 25, 317, 22155, 31577, 262, 1965, 329, 3667, 198, 220, 220, 220, 220, 220, 220, 220, 1058, 7783, 25, 317, 22155, 286, 29083, 3667, 13, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 1255, 796, 23884, 198, 220, 220, 220, 220, 220, 220, 220, 611, 407, 2836, 13, 271, 62, 5275, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 1255, 628, 220, 220, 220, 220, 220, 220, 220, 611, 2836, 62, 10951, 62, 6604, 82, 318, 6045, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 4866, 13, 30073, 7, 7220, 13, 834, 11600, 834, 8, 198, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4814, 796, 17635, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11902, 796, 17635, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 329, 1994, 11, 1334, 81, 287, 2836, 62, 10951, 62, 6604, 82, 13, 23814, 33529, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 1994, 287, 2116, 13, 6604, 82, 62, 8899, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 6687, 2672, 290, 11902, 25, 16926, 46, 14582, 428, 3164, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 407, 468, 35226, 7, 7220, 11, 2116, 13, 6604, 82, 62, 8899, 58, 2539, 12962, 290, 1334, 81, 6624, 19779, 31195, 1298, 6407, 38362, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4814, 13, 33295, 7, 2539, 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, 2555, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11902, 13, 33295, 7, 2539, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 334, 35226, 796, 651, 35226, 7, 7220, 11, 2116, 13, 6604, 82, 62, 8899, 58, 2539, 4357, 6045, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 407, 334, 35226, 25, 2555, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1255, 58, 2539, 60, 796, 334, 35226, 3419, 611, 869, 540, 7, 84, 35226, 8, 2073, 334, 35226, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 1255, 628, 220, 220, 220, 825, 11593, 13345, 834, 7, 944, 11, 2836, 62, 312, 11, 5456, 62, 312, 11, 2836, 62, 10951, 62, 6604, 82, 28, 14202, 11, 12429, 46265, 22046, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 2836, 62, 312, 796, 20579, 198, 220, 220, 220, 220, 220, 220, 220, 5456, 62, 312, 796, 5456, 4686, 11, 409, 25, 705, 76, 39, 24142, 57, 82, 5005, 49450, 20, 70, 6, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 2836, 796, 651, 62, 7220, 62, 19849, 22446, 48205, 13, 24455, 7, 29460, 28, 7220, 62, 312, 737, 11085, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 611, 407, 2836, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 309, 24313, 25, 5298, 6631, 994, 11, 428, 3636, 470, 307, 1744, 13, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 23884, 628, 220, 220, 220, 220, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 2116, 13, 24455, 7, 7220, 11, 2836, 62, 10951, 62, 6604, 82, 8, 198, 220, 220, 220, 220, 220, 220, 220, 2845, 7383, 12331, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 23884, 198 ]
2.212441
1,704
from collections import Hashable from typing import Union, Any, TypeVar, Optional, Tuple, List from foxylib.tools.native.typing._typing_tool_helper import is_instance, \ is_subtype, is_generic T = TypeVar("T")
[ 6738, 17268, 1330, 21059, 540, 198, 6738, 19720, 1330, 4479, 11, 4377, 11, 5994, 19852, 11, 32233, 11, 309, 29291, 11, 7343, 198, 198, 6738, 21831, 2645, 571, 13, 31391, 13, 30191, 13, 774, 13886, 13557, 774, 13886, 62, 25981, 62, 2978, 525, 1330, 318, 62, 39098, 11, 3467, 198, 220, 220, 220, 318, 62, 7266, 4906, 11, 318, 62, 41357, 628, 198, 51, 796, 5994, 19852, 7203, 51, 4943, 628, 198 ]
3.041667
72
from ..core import Menu from . import ItemListEdit from . import ChooseList
[ 6738, 11485, 7295, 1330, 21860, 198, 6738, 764, 1330, 9097, 8053, 18378, 198, 6738, 764, 1330, 17489, 8053, 198 ]
4
19
from __future__ import print_function import clr import sys from System.IO import Path import time sys.path.append(Path.GetFullPath("C:\\ControlPrograms\\EDMSuite\\MOTMaster\\bin\\CaF\\")) clr.AddReference("C:\\ControlPrograms\\EDMSuite\\MOTMaster\\bin\\CaF\\MOTMaster.exe") sys.path.append(Path.GetFullPath("C:\\ControlPrograms\\EDMSuite\\MoleculeMOTHardwareControl\\bin\\CaF\\")) clr.AddReference("C:\\ControlPrograms\\EDMSuite\\MoleculeMOTHardwareControl\\bin\\CaF\\MoleculeMOTHardwareControl.exe") clr.AddReference("C:\\ControlPrograms\\EDMSuite\\MoleculeMOTHardwareControl\\bin\\CaF\\DAQ.dll") clr.AddReference("C:\\ControlPrograms\\EDMSuite\\MoleculeMOTHardwareControl\\bin\\CaF\\SharedCode.dll") # Load some system assemblies that we'll need clr.AddReference("System.Drawing") clr.AddReference("System.Windows.Forms") clr.AddReference("System.Xml") # create connections to the control programs import System #import ScanMaster import MOTMaster import MoleculeMOTHardwareControl #sm = typedproxy(System.Activator.GetObject(ScanMaster.Controller, 'tcp://localhost:1170/controller.rem'), #ScanMaster.Controller) hc = System.Activator.GetObject(MoleculeMOTHardwareControl.Controller, 'tcp://localhost:1172/controller.rem') mm = System.Activator.GetObject(MOTMaster.Controller, 'tcp://localhost:1187/controller.rem') # some generic stuff from System.IO import * from System.Drawing import * from System.Runtime.Remoting import * from System.Threading import * from System.Windows.Forms import * from System.Xml.Serialization import * from System import * from System.Collections.Generic import Dictionary import time import itertools from random import shuffle # specific EDMSuite stuff from DAQ.Environment import * from DAQ import * from MOTMaster import *
[ 6738, 11593, 37443, 834, 1330, 3601, 62, 8818, 198, 11748, 537, 81, 198, 11748, 25064, 198, 6738, 4482, 13, 9399, 1330, 10644, 198, 11748, 640, 628, 198, 17597, 13, 6978, 13, 33295, 7, 15235, 13, 3855, 13295, 15235, 7203, 34, 25, 6852, 15988, 15167, 82, 6852, 1961, 44, 5606, 578, 6852, 44, 2394, 18254, 6852, 8800, 6852, 24334, 37, 6852, 48774, 198, 565, 81, 13, 4550, 26687, 7203, 34, 25, 6852, 15988, 15167, 82, 6852, 1961, 44, 5606, 578, 6852, 44, 2394, 18254, 6852, 8800, 6852, 24334, 37, 6852, 44, 2394, 18254, 13, 13499, 4943, 198, 198, 17597, 13, 6978, 13, 33295, 7, 15235, 13, 3855, 13295, 15235, 7203, 34, 25, 6852, 15988, 15167, 82, 6852, 1961, 44, 5606, 578, 6852, 44, 2305, 23172, 44, 2394, 49865, 15988, 6852, 8800, 6852, 24334, 37, 6852, 48774, 198, 565, 81, 13, 4550, 26687, 7203, 34, 25, 6852, 15988, 15167, 82, 6852, 1961, 44, 5606, 578, 6852, 44, 2305, 23172, 44, 2394, 49865, 15988, 6852, 8800, 6852, 24334, 37, 6852, 44, 2305, 23172, 44, 2394, 49865, 15988, 13, 13499, 4943, 198, 565, 81, 13, 4550, 26687, 7203, 34, 25, 6852, 15988, 15167, 82, 6852, 1961, 44, 5606, 578, 6852, 44, 2305, 23172, 44, 2394, 49865, 15988, 6852, 8800, 6852, 24334, 37, 6852, 46640, 13, 12736, 4943, 198, 565, 81, 13, 4550, 26687, 7203, 34, 25, 6852, 15988, 15167, 82, 6852, 1961, 44, 5606, 578, 6852, 44, 2305, 23172, 44, 2394, 49865, 15988, 6852, 8800, 6852, 24334, 37, 6852, 2484, 1144, 10669, 13, 12736, 4943, 198, 198, 2, 8778, 617, 1080, 37398, 326, 356, 1183, 761, 198, 565, 81, 13, 4550, 26687, 7203, 11964, 13, 25302, 278, 4943, 198, 565, 81, 13, 4550, 26687, 7203, 11964, 13, 11209, 13, 8479, 82, 4943, 198, 565, 81, 13, 4550, 26687, 7203, 11964, 13, 55, 4029, 4943, 198, 198, 2, 2251, 8787, 284, 262, 1630, 4056, 198, 11748, 4482, 198, 2, 11748, 20937, 18254, 198, 11748, 42982, 18254, 198, 11748, 25726, 23172, 44, 2394, 49865, 15988, 198, 198, 2, 5796, 796, 25683, 36436, 7, 11964, 13, 25526, 1352, 13, 3855, 10267, 7, 33351, 18254, 13, 22130, 11, 705, 83, 13155, 1378, 36750, 25, 1157, 2154, 14, 36500, 13, 2787, 33809, 1303, 33351, 18254, 13, 22130, 8, 198, 71, 66, 796, 4482, 13, 25526, 1352, 13, 3855, 10267, 7, 44, 2305, 23172, 44, 2394, 49865, 15988, 13, 22130, 11, 705, 83, 13155, 1378, 36750, 25, 1157, 4761, 14, 36500, 13, 2787, 11537, 198, 3020, 796, 4482, 13, 25526, 1352, 13, 3855, 10267, 7, 44, 2394, 18254, 13, 22130, 11, 705, 83, 13155, 1378, 36750, 25, 1157, 5774, 14, 36500, 13, 2787, 11537, 628, 198, 2, 617, 14276, 3404, 198, 6738, 4482, 13, 9399, 1330, 1635, 198, 6738, 4482, 13, 25302, 278, 1330, 1635, 198, 6738, 4482, 13, 41006, 13, 8413, 10720, 1330, 1635, 198, 6738, 4482, 13, 16818, 278, 1330, 1635, 198, 6738, 4482, 13, 11209, 13, 8479, 82, 1330, 1635, 198, 6738, 4482, 13, 55, 4029, 13, 32634, 1634, 1330, 1635, 198, 6738, 4482, 1330, 1635, 198, 6738, 4482, 13, 5216, 26448, 13, 46189, 1330, 28261, 198, 11748, 640, 198, 11748, 340, 861, 10141, 198, 6738, 4738, 1330, 36273, 198, 198, 2, 2176, 8392, 44, 5606, 578, 3404, 198, 6738, 17051, 48, 13, 31441, 1330, 1635, 198, 6738, 17051, 48, 1330, 1635, 198, 6738, 42982, 18254, 1330, 1635, 628, 198 ]
3.20434
553
#------------------------------------------------------------------------------- # op2mark.py # # converting an operator to its mark # # Copyright (C) 2013, Shinya Takamaeda-Yamazaki # License: Apache 2.0 #------------------------------------------------------------------------------- operator_mark = { 'Uminus':'-', 'Ulnot':'!', 'Unot':'~', 'Uand':'&', 'Unand':'~&', 'Uor':'|', 'Unor':'~|', 'Uxor':'^', 'Uxnor':'~^', 'Power':'**', 'Times':'*', 'Divide':'/', 'Mod':'%', 'Plus':'+', 'Minus':'-', 'Sll':'<<', 'Srl':'>>', 'Sra':'>>>', 'LessThan':'<', 'GreaterThan':'>', 'LessEq':'<=', 'GreaterEq':'>=', 'Eq':'==', 'NotEq':'!=', 'Eql':'===', 'NotEql':'!==', 'And':'&', 'Xor':'^', 'Xnor':'~^', 'Or':'|', 'Land':'&&', 'Lor':'||' } operator_order = { 'Uminus':0, 'Ulnot':0, 'Unot':0, 'Uand':0, 'Unand':0, 'Uor':0, 'Unor':0, 'Uxor':0, 'Uxnor':0, 'Power':1, 'Times':2, 'Divide':2, 'Mod':2, 'Plus':3, 'Minus':3, 'Sll':4, 'Srl':4, 'Sra':4, 'LessThan':5, 'GreaterThan':5, 'LessEq':5, 'GreaterEq':5, 'Eq':6, 'NotEq':6, 'Eql':6, 'NotEql':6, 'And':7, 'Xor':7, 'Xnor':7, 'Or':8, 'Land':9, 'Lor':10 }
[ 2, 10097, 24305, 198, 2, 1034, 17, 4102, 13, 9078, 198, 2, 220, 198, 2, 23202, 281, 10088, 284, 663, 1317, 198, 2, 198, 2, 15069, 357, 34, 8, 2211, 11, 39657, 64, 15804, 1689, 18082, 12, 56, 321, 32276, 198, 2, 13789, 25, 24843, 362, 13, 15, 198, 2, 10097, 24305, 198, 198, 46616, 62, 4102, 796, 1391, 198, 220, 220, 220, 705, 52, 40191, 10354, 29001, 3256, 705, 47920, 1662, 10354, 6, 0, 3256, 705, 52, 1662, 10354, 6, 93, 3256, 705, 52, 392, 10354, 6, 5, 3256, 705, 3118, 392, 10354, 6, 93, 5, 3256, 198, 220, 220, 220, 705, 52, 273, 10354, 6, 91, 3256, 705, 3118, 273, 10354, 6, 93, 91, 3256, 705, 52, 87, 273, 10354, 6, 61, 3256, 705, 52, 87, 13099, 10354, 6, 93, 61, 3256, 198, 220, 220, 220, 705, 13434, 10354, 6, 1174, 3256, 705, 28595, 10354, 6, 9, 3256, 705, 24095, 485, 10354, 26488, 3256, 705, 5841, 10354, 6, 4, 3256, 220, 198, 220, 220, 220, 705, 17860, 10354, 6, 10, 3256, 705, 9452, 385, 10354, 29001, 3256, 198, 220, 220, 220, 705, 50, 297, 10354, 6, 16791, 3256, 705, 50, 45895, 10354, 6, 4211, 3256, 705, 50, 430, 10354, 6, 33409, 3256, 198, 220, 220, 220, 705, 22058, 817, 272, 10354, 6, 27, 3256, 705, 13681, 263, 817, 272, 10354, 44167, 3256, 705, 22058, 36, 80, 10354, 6, 27, 28, 3256, 705, 13681, 263, 36, 80, 10354, 44167, 28, 3256, 198, 220, 220, 220, 705, 36, 80, 10354, 6, 855, 3256, 705, 3673, 36, 80, 10354, 6, 0, 28, 3256, 705, 36, 13976, 10354, 6, 18604, 3256, 705, 3673, 36, 13976, 10354, 6, 0, 855, 3256, 198, 220, 220, 220, 705, 1870, 10354, 6, 5, 3256, 705, 55, 273, 10354, 6, 61, 3256, 705, 55, 13099, 10354, 6, 93, 61, 3256, 198, 220, 220, 220, 705, 5574, 10354, 6, 91, 3256, 705, 22342, 10354, 6, 25226, 3256, 705, 43, 273, 10354, 6, 15886, 6, 198, 220, 220, 220, 1782, 198, 198, 46616, 62, 2875, 796, 1391, 198, 220, 220, 220, 705, 52, 40191, 10354, 15, 11, 705, 47920, 1662, 10354, 15, 11, 705, 52, 1662, 10354, 15, 11, 705, 52, 392, 10354, 15, 11, 705, 3118, 392, 10354, 15, 11, 198, 220, 220, 220, 705, 52, 273, 10354, 15, 11, 705, 3118, 273, 10354, 15, 11, 705, 52, 87, 273, 10354, 15, 11, 705, 52, 87, 13099, 10354, 15, 11, 198, 220, 220, 220, 705, 13434, 10354, 16, 11, 198, 220, 220, 220, 705, 28595, 10354, 17, 11, 705, 24095, 485, 10354, 17, 11, 705, 5841, 10354, 17, 11, 220, 198, 220, 220, 220, 705, 17860, 10354, 18, 11, 705, 9452, 385, 10354, 18, 11, 198, 220, 220, 220, 705, 50, 297, 10354, 19, 11, 705, 50, 45895, 10354, 19, 11, 705, 50, 430, 10354, 19, 11, 198, 220, 220, 220, 705, 22058, 817, 272, 10354, 20, 11, 705, 13681, 263, 817, 272, 10354, 20, 11, 705, 22058, 36, 80, 10354, 20, 11, 705, 13681, 263, 36, 80, 10354, 20, 11, 198, 220, 220, 220, 705, 36, 80, 10354, 21, 11, 705, 3673, 36, 80, 10354, 21, 11, 705, 36, 13976, 10354, 21, 11, 705, 3673, 36, 13976, 10354, 21, 11, 198, 220, 220, 220, 705, 1870, 10354, 22, 11, 705, 55, 273, 10354, 22, 11, 705, 55, 13099, 10354, 22, 11, 198, 220, 220, 220, 705, 5574, 10354, 23, 11, 198, 220, 220, 220, 705, 22342, 10354, 24, 11, 198, 220, 220, 220, 705, 43, 273, 10354, 940, 198, 220, 220, 220, 1782, 198 ]
2.013629
587
#!/bin/python import sys import os import re import multiprocessing pool = multiprocessing.Pool(multiprocessing.cpu_count()) for f in os.listdir('graph_data/'): tmp = re.findall("orkut-edge-list_[0-9]+.txt", f) if len(tmp) != 0: pool.apply_async(work, (f,)) pool.close() pool.join()
[ 2, 48443, 8800, 14, 29412, 198, 198, 11748, 25064, 198, 11748, 28686, 198, 11748, 302, 198, 11748, 18540, 305, 919, 278, 628, 198, 7742, 796, 18540, 305, 919, 278, 13, 27201, 7, 16680, 541, 305, 919, 278, 13, 36166, 62, 9127, 28955, 198, 1640, 277, 287, 28686, 13, 4868, 15908, 10786, 34960, 62, 7890, 14, 6, 2599, 198, 220, 220, 220, 45218, 796, 302, 13, 19796, 439, 7203, 967, 315, 12, 14907, 12, 4868, 62, 58, 15, 12, 24, 60, 27613, 14116, 1600, 277, 8, 198, 220, 220, 220, 611, 18896, 7, 22065, 8, 14512, 657, 25, 198, 220, 220, 220, 220, 220, 220, 220, 5933, 13, 39014, 62, 292, 13361, 7, 1818, 11, 357, 69, 11, 4008, 198, 7742, 13, 19836, 3419, 198, 7742, 13, 22179, 3419 ]
2.351563
128
# python3 # waste/cli.py # Copyright Tim Littlefair 2020- # This file is open source software under the MIT license. # For terms of this license, see the file LICENSE in the source # code distribution or visit # https://opensource.org/licenses/mit-license.php # This file defines the command line interface of the package import argparse import logging import sys import traceback import botocore # Logging needs to be enabled before some of the # following imports as they can throw errors _logger = logging.getLogger() _logger.setLevel(logging.INFO) try: from .deploy.deploy_support import deploy_app from .deploy.retire_support import retire_app from .deploy.content_support import content_dir_to_in_memory_zip_stream from .handler.shared import serialize_exception_for_log except botocore.exceptions.ClientError as e: if "InvalidClientTokenId" in str(e): logging.error("Environment does not contain a valid AWS token") sys.exit(2) else: raise _ACTION_DEPLOY="deploy" _ACTION_RETIRE="retire" arg_parser = ArgParser() args = arg_parser.parse_args() try: if args.action==_ACTION_DEPLOY: content_zip_stream = None if args.content_dir is not None: content_zip_stream, _ = content_dir_to_in_memory_zip_stream( args.content_dir ) deploy_app( args.app_name, content_zip_stream, default_doc_name = args.index_doc, cache_zip_path = args.cache_zip_path, create_groups = args.create_iam_groups ) elif args.action==_ACTION_RETIRE: retire_app(args.app_name) else: print("Unsupported action",args.action) arg_parser.print_help() sys.exit(1) #except SystemExit: # raise #except NotImplementedError: # pass except botocore.exceptions.ClientError as e: if "InvalidClientTokenId" in str(e): logging.error("Environment does not contain a valid AWS token") sys.exit(2) else: pass except: serialize_exception_for_log(e) sys.exit(3)
[ 2, 21015, 18, 220, 198, 2, 7030, 14, 44506, 13, 9078, 220, 198, 198, 2, 15069, 5045, 7703, 22043, 12131, 12, 198, 2, 770, 2393, 318, 1280, 2723, 3788, 739, 262, 17168, 5964, 13, 198, 2, 1114, 2846, 286, 428, 5964, 11, 766, 262, 2393, 38559, 24290, 287, 262, 2723, 220, 198, 2, 2438, 6082, 393, 3187, 220, 198, 2, 3740, 1378, 44813, 1668, 13, 2398, 14, 677, 4541, 14, 2781, 12, 43085, 13, 10121, 198, 198, 2, 770, 2393, 15738, 262, 3141, 1627, 7071, 286, 262, 5301, 198, 198, 11748, 1822, 29572, 198, 11748, 18931, 198, 11748, 25064, 198, 11748, 12854, 1891, 198, 198, 11748, 10214, 420, 382, 198, 198, 2, 5972, 2667, 2476, 284, 307, 9343, 878, 617, 286, 262, 220, 198, 2, 1708, 17944, 355, 484, 460, 3714, 8563, 198, 62, 6404, 1362, 796, 18931, 13, 1136, 11187, 1362, 3419, 198, 62, 6404, 1362, 13, 2617, 4971, 7, 6404, 2667, 13, 10778, 8, 198, 198, 28311, 25, 198, 220, 220, 220, 422, 764, 2934, 1420, 13, 2934, 1420, 62, 11284, 1330, 6061, 62, 1324, 198, 220, 220, 220, 422, 764, 2934, 1420, 13, 1186, 557, 62, 11284, 1330, 8058, 62, 1324, 198, 220, 220, 220, 422, 764, 2934, 1420, 13, 11299, 62, 11284, 1330, 2695, 62, 15908, 62, 1462, 62, 259, 62, 31673, 62, 13344, 62, 5532, 198, 220, 220, 220, 422, 764, 30281, 13, 28710, 1330, 11389, 1096, 62, 1069, 4516, 62, 1640, 62, 6404, 198, 16341, 10214, 420, 382, 13, 1069, 11755, 13, 11792, 12331, 355, 304, 25, 198, 220, 220, 220, 611, 366, 44651, 11792, 30642, 7390, 1, 287, 965, 7, 68, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 18931, 13, 18224, 7203, 31441, 857, 407, 3994, 257, 4938, 30865, 11241, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 25064, 13, 37023, 7, 17, 8, 198, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 5298, 198, 198, 62, 44710, 62, 7206, 6489, 21414, 2625, 2934, 1420, 1, 198, 62, 44710, 62, 2200, 25621, 2200, 2625, 1186, 557, 1, 198, 198, 853, 62, 48610, 796, 20559, 46677, 3419, 198, 22046, 796, 1822, 62, 48610, 13, 29572, 62, 22046, 3419, 198, 28311, 25, 198, 220, 220, 220, 611, 26498, 13, 2673, 855, 62, 44710, 62, 7206, 6489, 21414, 25, 198, 220, 220, 220, 220, 220, 220, 220, 2695, 62, 13344, 62, 5532, 796, 6045, 198, 220, 220, 220, 220, 220, 220, 220, 611, 26498, 13, 11299, 62, 15908, 318, 407, 6045, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2695, 62, 13344, 62, 5532, 11, 4808, 796, 2695, 62, 15908, 62, 1462, 62, 259, 62, 31673, 62, 13344, 62, 5532, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 26498, 13, 11299, 62, 15908, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 198, 220, 220, 220, 220, 220, 220, 220, 6061, 62, 1324, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 26498, 13, 1324, 62, 3672, 11, 2695, 62, 13344, 62, 5532, 11, 220, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 62, 15390, 62, 3672, 796, 26498, 13, 9630, 62, 15390, 11, 220, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 12940, 62, 13344, 62, 6978, 796, 26498, 13, 23870, 62, 13344, 62, 6978, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2251, 62, 24432, 796, 26498, 13, 17953, 62, 1789, 62, 24432, 198, 220, 220, 220, 220, 220, 220, 220, 1267, 198, 220, 220, 220, 1288, 361, 26498, 13, 2673, 855, 62, 44710, 62, 2200, 25621, 2200, 25, 198, 220, 220, 220, 220, 220, 220, 220, 8058, 62, 1324, 7, 22046, 13, 1324, 62, 3672, 8, 198, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 3601, 7203, 3118, 15999, 2223, 1600, 22046, 13, 2673, 8, 198, 220, 220, 220, 220, 220, 220, 220, 1822, 62, 48610, 13, 4798, 62, 16794, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 25064, 13, 37023, 7, 16, 8, 198, 2, 16341, 4482, 30337, 25, 198, 2, 220, 220, 220, 5298, 198, 2, 16341, 1892, 3546, 1154, 12061, 12331, 25, 198, 2, 220, 220, 220, 1208, 198, 16341, 10214, 420, 382, 13, 1069, 11755, 13, 11792, 12331, 355, 304, 25, 198, 220, 220, 220, 611, 366, 44651, 11792, 30642, 7390, 1, 287, 965, 7, 68, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 18931, 13, 18224, 7203, 31441, 857, 407, 3994, 257, 4938, 30865, 11241, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 25064, 13, 37023, 7, 17, 8, 198, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1208, 198, 16341, 25, 198, 220, 220, 220, 11389, 1096, 62, 1069, 4516, 62, 1640, 62, 6404, 7, 68, 8, 198, 220, 220, 220, 25064, 13, 37023, 7, 18, 8, 198 ]
2.520531
828
'''Gathers the module docs in `.py`. ''' import importlib from pathlib import Path TARGET_SUFFIXES = ('.py',) EXCLUDED_PREFIX = '_' TEMPLATE_ITEM = '- `{}`: {}' if __name__ == '__main__': main()
[ 7061, 6, 38, 1032, 82, 262, 8265, 34165, 287, 4600, 13, 9078, 44646, 198, 7061, 6, 198, 198, 11748, 1330, 8019, 198, 6738, 3108, 8019, 1330, 10644, 198, 198, 51, 46095, 62, 12564, 5777, 10426, 1546, 796, 357, 4458, 9078, 3256, 8, 198, 6369, 39149, 1961, 62, 47, 31688, 10426, 796, 705, 62, 6, 198, 51, 3620, 6489, 6158, 62, 2043, 3620, 796, 705, 12, 4600, 90, 92, 63, 25, 23884, 6, 628, 628, 628, 198, 361, 11593, 3672, 834, 6624, 705, 834, 12417, 834, 10354, 198, 220, 220, 220, 1388, 3419, 198 ]
2.225806
93
#!/usr/bin/env python3 from collections import deque as _deque from collections import Iterable from itertools import islice, zip_longest as izip
[ 2, 48443, 14629, 14, 8800, 14, 24330, 21015, 18, 201, 198, 201, 198, 6738, 17268, 1330, 390, 4188, 355, 4808, 2934, 4188, 201, 198, 6738, 17268, 1330, 40806, 540, 201, 198, 6738, 340, 861, 10141, 1330, 318, 75, 501, 11, 19974, 62, 6511, 395, 355, 220, 528, 541, 201 ]
3.081633
49
# 1. c. Visualize the results from pathlib import Path import matplotlib.pyplot as plt output_folder = Path("output") # read intermediate results with open(output_folder / "xNumbers.txt",'r') as f: xNum = [int(ele.strip()) for ele in f.readlines()] with open(output_folder / "yNumbers.txt",'r') as f: yNum = [int(ele.strip()) for ele in f.readlines()] # visualize graph fig = plt.figure() plt.scatter(xNum, yNum) plt.xlabel('x') plt.ylabel('y') plt.show() fig.savefig(output_folder / 'xyGraph.png')
[ 2, 352, 13, 269, 13, 15612, 1096, 262, 2482, 198, 198, 6738, 3108, 8019, 1330, 10644, 198, 11748, 2603, 29487, 8019, 13, 9078, 29487, 355, 458, 83, 198, 198, 22915, 62, 43551, 796, 10644, 7203, 22915, 4943, 198, 198, 2, 1100, 19898, 2482, 198, 4480, 1280, 7, 22915, 62, 43551, 1220, 366, 87, 49601, 13, 14116, 1600, 6, 81, 11537, 355, 277, 25, 198, 220, 220, 220, 2124, 33111, 796, 685, 600, 7, 11129, 13, 36311, 28955, 329, 9766, 287, 277, 13, 961, 6615, 3419, 60, 198, 198, 4480, 1280, 7, 22915, 62, 43551, 1220, 366, 88, 49601, 13, 14116, 1600, 6, 81, 11537, 355, 277, 25, 198, 220, 220, 220, 331, 33111, 796, 685, 600, 7, 11129, 13, 36311, 28955, 329, 9766, 287, 277, 13, 961, 6615, 3419, 60, 198, 198, 2, 38350, 4823, 198, 198, 5647, 796, 458, 83, 13, 26875, 3419, 198, 489, 83, 13, 1416, 1436, 7, 87, 33111, 11, 331, 33111, 8, 198, 489, 83, 13, 87, 18242, 10786, 87, 11537, 198, 489, 83, 13, 2645, 9608, 10786, 88, 11537, 198, 489, 83, 13, 12860, 3419, 198, 5647, 13, 21928, 5647, 7, 22915, 62, 43551, 1220, 705, 5431, 37065, 13, 11134, 11537, 198 ]
2.590909
198
# Copyright (c) 2008, 2012 LOGILAB S.A. (Paris, FRANCE) <[email protected]> # Copyright (c) 2014, 2016-2020 Claudiu Popa <[email protected]> # Copyright (c) 2014 Arun Persaud <[email protected]> # Copyright (c) 2015 Ionel Cristian Maries <[email protected]> # Copyright (c) 2018 Nick Drozd <[email protected]> # Copyright (c) 2020 Pierre Sassoulas <[email protected]> # Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html # For details: https://github.com/PyCQA/pylint/blob/master/COPYING import sys from pylint.__pkginfo__ import version as __version__ # pylint: disable=import-outside-toplevel def run_pyreverse(): """run pyreverse""" from pylint.pyreverse.main import Run as PyreverseRun PyreverseRun(sys.argv[1:]) def run_symilar(): """run symilar""" from pylint.checkers.similar import Run as SimilarRun SimilarRun(sys.argv[1:])
[ 2, 15069, 357, 66, 8, 3648, 11, 2321, 41605, 4146, 6242, 311, 13, 32, 13, 357, 40313, 11, 8782, 19240, 8, 1279, 32057, 31, 6404, 346, 397, 13, 8310, 29, 198, 2, 15069, 357, 66, 8, 1946, 11, 1584, 12, 42334, 36303, 16115, 8099, 64, 1279, 79, 11215, 5109, 382, 31, 14816, 13, 785, 29, 198, 2, 15069, 357, 66, 8, 1946, 943, 403, 9467, 3885, 1279, 283, 403, 31, 77, 549, 7246, 13, 3262, 29, 198, 2, 15069, 357, 66, 8, 1853, 314, 26261, 24568, 666, 1526, 444, 1279, 32057, 31, 295, 417, 23209, 13, 305, 29, 198, 2, 15069, 357, 66, 8, 2864, 8047, 21045, 89, 67, 1279, 77, 488, 12456, 22285, 89, 67, 31, 14816, 13, 785, 29, 198, 2, 15069, 357, 66, 8, 12131, 21204, 48572, 2852, 292, 1279, 79, 31058, 13, 82, 562, 2852, 292, 31, 14816, 13, 785, 29, 198, 198, 2, 49962, 739, 262, 38644, 25, 3740, 1378, 2503, 13, 41791, 13, 2398, 14, 677, 4541, 14, 727, 12, 677, 4541, 14, 70, 489, 12, 17, 13, 15, 13, 6494, 198, 2, 1114, 3307, 25, 3740, 1378, 12567, 13, 785, 14, 20519, 34, 48, 32, 14, 79, 2645, 600, 14, 2436, 672, 14, 9866, 14, 34, 3185, 45761, 198, 198, 11748, 25064, 198, 198, 6738, 279, 2645, 600, 13, 834, 79, 74, 1655, 6513, 834, 1330, 2196, 355, 11593, 9641, 834, 198, 198, 2, 279, 2645, 600, 25, 15560, 28, 11748, 12, 43435, 12, 83, 643, 626, 628, 628, 198, 4299, 1057, 62, 9078, 50188, 33529, 198, 220, 220, 220, 37227, 5143, 12972, 50188, 37811, 198, 220, 220, 220, 422, 279, 2645, 600, 13, 9078, 50188, 13, 12417, 1330, 5660, 355, 9485, 50188, 10987, 628, 220, 220, 220, 9485, 50188, 10987, 7, 17597, 13, 853, 85, 58, 16, 25, 12962, 628, 198, 4299, 1057, 62, 37047, 1794, 33529, 198, 220, 220, 220, 37227, 5143, 5659, 1794, 37811, 198, 220, 220, 220, 422, 279, 2645, 600, 13, 9122, 364, 13, 38610, 1330, 5660, 355, 11014, 10987, 628, 220, 220, 220, 11014, 10987, 7, 17597, 13, 853, 85, 58, 16, 25, 12962, 198 ]
2.632184
348
from unittest import mock import pytest from bottery.conf import (LazySettings, Settings, UserSettingsHolder, lazy_obj_method) @mock.patch('bottery.conf.Settings') @mock.patch('bottery.conf.sys') @mock.patch('bottery.conf.import_module') @mock.patch('bottery.conf.os.getcwd', return_value='test_settings') @mock.patch('bottery.conf.import_module')
[ 6738, 555, 715, 395, 1330, 15290, 198, 198, 11748, 12972, 9288, 198, 198, 6738, 10214, 11471, 13, 10414, 1330, 357, 43, 12582, 26232, 11, 16163, 11, 11787, 26232, 39, 19892, 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, 16931, 62, 26801, 62, 24396, 8, 628, 198, 198, 31, 76, 735, 13, 17147, 10786, 13645, 11471, 13, 10414, 13, 26232, 11537, 628, 628, 628, 628, 198, 31, 76, 735, 13, 17147, 10786, 13645, 11471, 13, 10414, 13, 17597, 11537, 198, 31, 76, 735, 13, 17147, 10786, 13645, 11471, 13, 10414, 13, 11748, 62, 21412, 11537, 198, 31, 76, 735, 13, 17147, 10786, 13645, 11471, 13, 10414, 13, 418, 13, 1136, 66, 16993, 3256, 1441, 62, 8367, 11639, 9288, 62, 33692, 11537, 628, 198, 198, 31, 76, 735, 13, 17147, 10786, 13645, 11471, 13, 10414, 13, 11748, 62, 21412, 11537, 628 ]
2.474684
158
#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ Created on Wed Jul 31 18:30:53 2019 @author: bernier2 """ import os import numpy as np from hexrd import imageseries from skimage import io # dirs working_dir = '/Users/Shared/APS/PUP_AFRL_Feb19' image_dir = os.path.join(working_dir, 'image_data') samp_name = 'ceria_cal' scan_number = 0 tif_file_template = samp_name + '_%06d-%s.tif' raw_data_dir_template = os.path.join( image_dir, 'raw_images_%s_%06d-%s.yml' ) yml_string = """ image-files: directory: %s files: "%s" options: empty-frames: 0 max-frames: 0 meta: panel: %s """ ims = imageseries.open( os.path.join(image_dir, 'ceria_cal.h5'), 'hdf5', path='/imageseries' ) metadata = ims.metadata det_keys = np.array(metadata['panels'], dtype=str) for i, det_key in enumerate(det_keys): yml_file = open( raw_data_dir_template % (samp_name, scan_number, det_key), 'w' ) tiff_fname = tif_file_template % (scan_number, det_key) print(yml_string % (image_dir, tiff_fname, det_key), file=yml_file) io.imsave( os.path.join(image_dir, tiff_fname), ims[i] ) pass
[ 2, 48443, 14629, 14, 8800, 14, 24330, 21015, 18, 198, 2, 532, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12, 198, 37811, 198, 41972, 319, 3300, 5979, 3261, 1248, 25, 1270, 25, 4310, 13130, 198, 198, 31, 9800, 25, 275, 1142, 959, 17, 198, 37811, 198, 198, 11748, 28686, 198, 198, 11748, 299, 32152, 355, 45941, 198, 198, 6738, 17910, 4372, 1330, 4263, 10640, 198, 198, 6738, 1341, 9060, 1330, 33245, 628, 198, 2, 288, 17062, 198, 16090, 62, 15908, 796, 31051, 14490, 14, 2484, 1144, 14, 44580, 14, 5105, 47, 62, 8579, 7836, 62, 15146, 1129, 6, 198, 9060, 62, 15908, 796, 28686, 13, 6978, 13, 22179, 7, 16090, 62, 15908, 11, 705, 9060, 62, 7890, 11537, 198, 198, 82, 696, 62, 3672, 796, 705, 2189, 544, 62, 9948, 6, 198, 35836, 62, 17618, 796, 657, 198, 198, 49929, 62, 7753, 62, 28243, 796, 264, 696, 62, 3672, 1343, 705, 62, 4, 3312, 67, 12, 4, 82, 13, 49929, 6, 198, 198, 1831, 62, 7890, 62, 15908, 62, 28243, 796, 28686, 13, 6978, 13, 22179, 7, 198, 220, 220, 220, 2939, 62, 15908, 11, 198, 220, 220, 220, 705, 1831, 62, 17566, 62, 4, 82, 62, 4, 3312, 67, 12, 4, 82, 13, 88, 4029, 6, 198, 8, 198, 88, 4029, 62, 8841, 796, 37227, 198, 9060, 12, 16624, 25, 198, 220, 8619, 25, 4064, 82, 198, 220, 3696, 25, 36521, 82, 1, 198, 198, 25811, 25, 198, 220, 6565, 12, 37805, 25, 657, 198, 220, 3509, 12, 37805, 25, 657, 198, 28961, 25, 198, 220, 6103, 25, 4064, 82, 198, 37811, 628, 198, 12078, 796, 4263, 10640, 13, 9654, 7, 198, 220, 220, 220, 28686, 13, 6978, 13, 22179, 7, 9060, 62, 15908, 11, 705, 2189, 544, 62, 9948, 13, 71, 20, 33809, 198, 220, 220, 220, 705, 71, 7568, 20, 3256, 198, 220, 220, 220, 3108, 11639, 14, 17566, 10640, 6, 198, 8, 198, 198, 38993, 796, 545, 82, 13, 38993, 198, 15255, 62, 13083, 796, 45941, 13, 18747, 7, 38993, 17816, 6839, 1424, 6, 4357, 288, 4906, 28, 2536, 8, 198, 198, 1640, 1312, 11, 1062, 62, 2539, 287, 27056, 378, 7, 15255, 62, 13083, 2599, 198, 220, 220, 220, 331, 4029, 62, 7753, 796, 1280, 7, 198, 220, 220, 220, 220, 220, 220, 220, 8246, 62, 7890, 62, 15908, 62, 28243, 4064, 357, 82, 696, 62, 3672, 11, 9367, 62, 17618, 11, 1062, 62, 2539, 828, 198, 220, 220, 220, 220, 220, 220, 220, 705, 86, 6, 198, 220, 220, 220, 1267, 198, 220, 220, 220, 256, 733, 62, 69, 3672, 796, 256, 361, 62, 7753, 62, 28243, 4064, 357, 35836, 62, 17618, 11, 1062, 62, 2539, 8, 198, 220, 220, 220, 3601, 7, 88, 4029, 62, 8841, 4064, 357, 9060, 62, 15908, 11, 256, 733, 62, 69, 3672, 11, 1062, 62, 2539, 828, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2393, 28, 88, 4029, 62, 7753, 8, 198, 220, 220, 220, 33245, 13, 12078, 1015, 7, 198, 220, 220, 220, 220, 220, 220, 220, 28686, 13, 6978, 13, 22179, 7, 9060, 62, 15908, 11, 256, 733, 62, 69, 3672, 828, 198, 220, 220, 220, 220, 220, 220, 220, 545, 82, 58, 72, 60, 198, 220, 220, 220, 1267, 198, 220, 220, 220, 1208, 198 ]
2.14652
546
# coding=utf-8 fHDHR_VERSION = "v0.3.0-beta"
[ 2, 19617, 28, 40477, 12, 23, 198, 69, 10227, 17184, 62, 43717, 796, 366, 85, 15, 13, 18, 13, 15, 12, 31361, 1, 198 ]
1.875
24
import unittest import os from pathlib import Path from normalize_license_text.normalize_class import NormalizeText from configuration.config import PACKAGE_PATH from compare_template_text.normalize_template_text import NormalizeTemplate from compare_template_text.compare_normalized_files import CompareNormalizedFiles input_text = str(Path(PACKAGE_PATH + "\\test\\data\\OBSD.txt")) input_text = input_text.replace('\\',os.sep) input_text_mismatch = str(Path(PACKAGE_PATH + "\\test\\data\\OBSD3.txt")) input_text_mismatch = input_text_mismatch.replace('\\',os.sep) input_template = str(Path(PACKAGE_PATH + "\\test\\data\\OBSD_template.txt")) input_template = input_template.replace('\\',os.sep) if __name__ == '__main__': unittest.main()
[ 11748, 555, 715, 395, 198, 11748, 28686, 198, 6738, 3108, 8019, 1330, 10644, 198, 198, 6738, 3487, 1096, 62, 43085, 62, 5239, 13, 11265, 1096, 62, 4871, 1330, 14435, 1096, 8206, 198, 6738, 8398, 13, 11250, 1330, 47035, 11879, 62, 34219, 198, 6738, 8996, 62, 28243, 62, 5239, 13, 11265, 1096, 62, 28243, 62, 5239, 1330, 14435, 1096, 30800, 198, 6738, 8996, 62, 28243, 62, 5239, 13, 5589, 533, 62, 11265, 1143, 62, 16624, 1330, 27814, 26447, 1143, 25876, 198, 198, 15414, 62, 5239, 796, 965, 7, 15235, 7, 47, 8120, 11879, 62, 34219, 1343, 366, 6852, 9288, 6852, 7890, 6852, 46, 21800, 13, 14116, 48774, 198, 15414, 62, 5239, 796, 5128, 62, 5239, 13, 33491, 10786, 6852, 3256, 418, 13, 325, 79, 8, 198, 198, 15414, 62, 5239, 62, 76, 1042, 963, 796, 965, 7, 15235, 7, 47, 8120, 11879, 62, 34219, 1343, 366, 6852, 9288, 6852, 7890, 6852, 46, 21800, 18, 13, 14116, 48774, 198, 15414, 62, 5239, 62, 76, 1042, 963, 796, 5128, 62, 5239, 62, 76, 1042, 963, 13, 33491, 10786, 6852, 3256, 418, 13, 325, 79, 8, 198, 198, 15414, 62, 28243, 796, 965, 7, 15235, 7, 47, 8120, 11879, 62, 34219, 1343, 366, 6852, 9288, 6852, 7890, 6852, 46, 21800, 62, 28243, 13, 14116, 48774, 198, 15414, 62, 28243, 796, 5128, 62, 28243, 13, 33491, 10786, 6852, 3256, 418, 13, 325, 79, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 198, 198, 361, 11593, 3672, 834, 6624, 705, 834, 12417, 834, 10354, 198, 220, 220, 220, 555, 715, 395, 13, 12417, 3419, 198 ]
2.900383
261
# coding=utf-8 """ The Clients API endpoint get Documentation: https://voip.ms/m/apidocs.php """ from voipms.baseapi import BaseApi class ClientsGet(BaseApi): """ Get for the Clients endpoint. """ def __init__(self, *args, **kwargs): """ Initialize the endpoint """ super(ClientsGet, self).__init__(*args, **kwargs) self.endpoint = 'clients' def balance_management(self, balance_management=None): """ Retrieves a list of Balance Management Options if no additional parameter is provided - Retrieves a specific Balance Management Option if a code is provided :param balance_management: Code for a specific Balance Management Setting (Example: 1) :type balance_management: :py:class:`int` :returns: :py:class:`dict` """ method = "getBalanceManagement" parameters = {} if balance_management: if not isinstance(balance_management, int): raise ValueError("Code for a specific Balance Management Setting needs to be an int (Example: 1)") parameters["balance_management"] = balance_management return self._voipms_client._get(method, parameters) def charges(self, client): """ Retrieves Charges made to a specific Reseller Client :param client: [Required] ID for a specific Reseller Client (Example: 561115) :type client: :py:class:`int` :returns: :py:class:`dict` """ method = "getCharges" parameters = {} if client: if not isinstance(client, int): raise ValueError("ID for a specific Reseller Client needs to be an int (Example: 561115)") parameters["client"] = client return self._voipms_client._get(method, parameters) def client_packages(self, client): """ Retrieves a list of Packages for a specific Reseller Client :param client: [Required] ID for a specific Reseller Client (Example: 561115) :type client: :py:class:`int` :returns: :py:class:`dict` """ method = "getClientPackages" parameters = {} if client: if not isinstance(client, int): raise ValueError("ID for a specific Reseller Client needs to be an int (Example: 561115)") parameters["client"] = client return self._voipms_client._get(method, parameters) def clients(self, client=None): """ Retrieves a list of all Clients if no additional parameter is provided - Retrieves a specific Reseller Client if a Reseller Client ID is provided - Retrieves a specific Reseller Client if a Reseller Client e-mail is provided :param client: Parameter could have the following values: * Empty Value [Not Required] * Specific Reseller Client ID (Example: 561115) * Specific Reseller Client e-mail (Example: '[email protected]') :type client: :py:class:`int` or `str` or `` :returns: :py:class:`dict` """ method = "getClients" if not client: client = "" parameters = { "client": client, } return self._voipms_client._get(method, parameters) def client_threshold(self, client): """ Retrieves the Threshold Information for a specific Reseller Client :param client: [Required] ID for a specific Reseller Client (Example: 561115) :type client: :py:class:`int` :returns: :py:class:`dict` """ method = "getClientThreshold" parameters = {} if client: if not isinstance(client, int): raise ValueError("ID for a specific Reseller Client needs to be an int (Example: 561115)") parameters["client"] = client return self._voipms_client._get(method, parameters) def deposits(self, client): """ Retrieves Deposits made for a specific Reseller Client :param client: [Required] ID for a specific Reseller Client (Example: 561115) :type client: :py:class:`int` :returns: :py:class:`dict` """ method = "getDeposits" parameters = {} if client: if not isinstance(client, int): raise ValueError("ID for a specific Reseller Client needs to be an int (Example: 561115)") parameters["client"] = client return self._voipms_client._get(method, parameters) def packages(self, package=None): """ Retrieves Deposits made for a specific Reseller Client :param package: Code for a specific Package (Example: 8378) :type package: :py:class:`int` :returns: :py:class:`dict` """ method = "getPackages" parameters = {} if package: if not isinstance(package, int): raise ValueError("Code for a specific Package needs to be an int (Example: 8378)") parameters["package"] = package return self._voipms_client._get(method, parameters) def reseller_balance(self, client): """ Retrieves Balance and Calls Statistics for a specific Reseller Client for the last 30 days and current day :param client: [Required] ID for a specific Reseller Client (Example: 561115) :type client: :py:class:`int` :returns: :py:class:`dict` """ method = "getResellerBalance" parameters = {} if client: if not isinstance(client, int): raise ValueError("ID for a specific Reseller Client needs to be an int (Example: 561115)") parameters["client"] = client return self._voipms_client._get(method, parameters)
[ 2, 19617, 28, 40477, 12, 23, 198, 37811, 198, 464, 1012, 2334, 7824, 36123, 651, 198, 198, 24941, 341, 25, 3740, 1378, 13038, 541, 13, 907, 14, 76, 14, 499, 312, 420, 82, 13, 10121, 198, 37811, 198, 6738, 7608, 541, 907, 13, 8692, 15042, 1330, 7308, 32, 14415, 628, 198, 4871, 1012, 2334, 3855, 7, 14881, 32, 14415, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 3497, 329, 262, 1012, 2334, 36123, 13, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 825, 11593, 15003, 834, 7, 944, 11, 1635, 22046, 11, 12429, 46265, 22046, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 20768, 1096, 262, 36123, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 2208, 7, 2601, 2334, 3855, 11, 2116, 737, 834, 15003, 834, 46491, 22046, 11, 12429, 46265, 22046, 8, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 437, 4122, 796, 705, 565, 2334, 6, 628, 220, 220, 220, 825, 5236, 62, 27604, 7, 944, 11, 5236, 62, 27604, 28, 14202, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 4990, 5034, 1158, 257, 1351, 286, 22924, 8549, 18634, 611, 645, 3224, 11507, 318, 2810, 628, 220, 220, 220, 220, 220, 220, 220, 532, 4990, 5034, 1158, 257, 2176, 22924, 8549, 16018, 611, 257, 2438, 318, 2810, 628, 220, 220, 220, 220, 220, 220, 220, 1058, 17143, 5236, 62, 27604, 25, 6127, 329, 257, 2176, 22924, 8549, 25700, 357, 16281, 25, 352, 8, 198, 220, 220, 220, 220, 220, 220, 220, 1058, 4906, 5236, 62, 27604, 25, 1058, 9078, 25, 4871, 25, 63, 600, 63, 198, 220, 220, 220, 220, 220, 220, 220, 1058, 7783, 82, 25, 1058, 9078, 25, 4871, 25, 63, 11600, 63, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 2446, 796, 366, 1136, 45866, 48032, 1, 628, 220, 220, 220, 220, 220, 220, 220, 10007, 796, 23884, 198, 220, 220, 220, 220, 220, 220, 220, 611, 5236, 62, 27604, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 407, 318, 39098, 7, 20427, 62, 27604, 11, 493, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5298, 11052, 12331, 7203, 10669, 329, 257, 2176, 22924, 8549, 25700, 2476, 284, 307, 281, 493, 357, 16281, 25, 352, 8, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 10007, 14692, 20427, 62, 27604, 8973, 796, 5236, 62, 27604, 628, 220, 220, 220, 220, 220, 220, 220, 1441, 2116, 13557, 13038, 541, 907, 62, 16366, 13557, 1136, 7, 24396, 11, 10007, 8, 628, 220, 220, 220, 825, 4530, 7, 944, 11, 5456, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 4990, 5034, 1158, 44620, 925, 284, 257, 2176, 1874, 12368, 20985, 628, 220, 220, 220, 220, 220, 220, 220, 1058, 17143, 5456, 25, 685, 37374, 60, 4522, 329, 257, 2176, 1874, 12368, 20985, 357, 16281, 25, 7265, 1157, 1314, 8, 198, 220, 220, 220, 220, 220, 220, 220, 1058, 4906, 5456, 25, 1058, 9078, 25, 4871, 25, 63, 600, 63, 198, 220, 220, 220, 220, 220, 220, 220, 1058, 7783, 82, 25, 1058, 9078, 25, 4871, 25, 63, 11600, 63, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 2446, 796, 366, 1136, 36970, 1, 628, 220, 220, 220, 220, 220, 220, 220, 10007, 796, 23884, 198, 220, 220, 220, 220, 220, 220, 220, 611, 5456, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 407, 318, 39098, 7, 16366, 11, 493, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5298, 11052, 12331, 7203, 2389, 329, 257, 2176, 1874, 12368, 20985, 2476, 284, 307, 281, 493, 357, 16281, 25, 7265, 1157, 1314, 8, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 10007, 14692, 16366, 8973, 796, 5456, 628, 220, 220, 220, 220, 220, 220, 220, 1441, 2116, 13557, 13038, 541, 907, 62, 16366, 13557, 1136, 7, 24396, 11, 10007, 8, 628, 220, 220, 220, 825, 5456, 62, 43789, 7, 944, 11, 5456, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 4990, 5034, 1158, 257, 1351, 286, 6400, 1095, 329, 257, 2176, 1874, 12368, 20985, 628, 220, 220, 220, 220, 220, 220, 220, 1058, 17143, 5456, 25, 685, 37374, 60, 4522, 329, 257, 2176, 1874, 12368, 20985, 357, 16281, 25, 7265, 1157, 1314, 8, 198, 220, 220, 220, 220, 220, 220, 220, 1058, 4906, 5456, 25, 1058, 9078, 25, 4871, 25, 63, 600, 63, 198, 220, 220, 220, 220, 220, 220, 220, 1058, 7783, 82, 25, 1058, 9078, 25, 4871, 25, 63, 11600, 63, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 2446, 796, 366, 1136, 11792, 11869, 1095, 1, 628, 220, 220, 220, 220, 220, 220, 220, 10007, 796, 23884, 198, 220, 220, 220, 220, 220, 220, 220, 611, 5456, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 407, 318, 39098, 7, 16366, 11, 493, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5298, 11052, 12331, 7203, 2389, 329, 257, 2176, 1874, 12368, 20985, 2476, 284, 307, 281, 493, 357, 16281, 25, 7265, 1157, 1314, 8, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 10007, 14692, 16366, 8973, 796, 5456, 628, 220, 220, 220, 220, 220, 220, 220, 1441, 2116, 13557, 13038, 541, 907, 62, 16366, 13557, 1136, 7, 24396, 11, 10007, 8, 628, 220, 220, 220, 825, 7534, 7, 944, 11, 5456, 28, 14202, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 4990, 5034, 1158, 257, 1351, 286, 477, 1012, 2334, 611, 645, 3224, 11507, 318, 2810, 628, 220, 220, 220, 220, 220, 220, 220, 532, 4990, 5034, 1158, 257, 2176, 1874, 12368, 20985, 611, 257, 1874, 12368, 20985, 4522, 318, 2810, 198, 220, 220, 220, 220, 220, 220, 220, 532, 4990, 5034, 1158, 257, 2176, 1874, 12368, 20985, 611, 257, 1874, 12368, 20985, 304, 12, 4529, 318, 2810, 628, 220, 220, 220, 220, 220, 220, 220, 1058, 17143, 5456, 25, 25139, 2357, 714, 423, 262, 1708, 3815, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1635, 33523, 11052, 685, 3673, 20906, 60, 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, 1635, 17377, 1874, 12368, 20985, 4522, 357, 16281, 25, 7265, 1157, 1314, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1635, 17377, 1874, 12368, 20985, 304, 12, 4529, 220, 357, 16281, 25, 705, 30686, 13, 67, 2577, 31, 1820, 27830, 13, 785, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 1058, 4906, 5456, 25, 1058, 9078, 25, 4871, 25, 63, 600, 63, 393, 4600, 2536, 63, 393, 7559, 198, 220, 220, 220, 220, 220, 220, 220, 1058, 7783, 82, 25, 1058, 9078, 25, 4871, 25, 63, 11600, 63, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 2446, 796, 366, 1136, 2601, 2334, 1, 628, 220, 220, 220, 220, 220, 220, 220, 611, 407, 5456, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5456, 796, 13538, 628, 220, 220, 220, 220, 220, 220, 220, 10007, 796, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 16366, 1298, 5456, 11, 198, 220, 220, 220, 220, 220, 220, 220, 1782, 628, 220, 220, 220, 220, 220, 220, 220, 1441, 2116, 13557, 13038, 541, 907, 62, 16366, 13557, 1136, 7, 24396, 11, 10007, 8, 628, 220, 220, 220, 825, 5456, 62, 400, 10126, 7, 944, 11, 5456, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 4990, 5034, 1158, 262, 536, 10126, 6188, 329, 257, 2176, 1874, 12368, 20985, 628, 220, 220, 220, 220, 220, 220, 220, 1058, 17143, 5456, 25, 685, 37374, 60, 4522, 329, 257, 2176, 1874, 12368, 20985, 357, 16281, 25, 7265, 1157, 1314, 8, 198, 220, 220, 220, 220, 220, 220, 220, 1058, 4906, 5456, 25, 1058, 9078, 25, 4871, 25, 63, 600, 63, 198, 220, 220, 220, 220, 220, 220, 220, 1058, 7783, 82, 25, 1058, 9078, 25, 4871, 25, 63, 11600, 63, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 2446, 796, 366, 1136, 11792, 817, 10126, 1, 628, 220, 220, 220, 220, 220, 220, 220, 10007, 796, 23884, 198, 220, 220, 220, 220, 220, 220, 220, 611, 5456, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 407, 318, 39098, 7, 16366, 11, 493, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5298, 11052, 12331, 7203, 2389, 329, 257, 2176, 1874, 12368, 20985, 2476, 284, 307, 281, 493, 357, 16281, 25, 7265, 1157, 1314, 8, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 10007, 14692, 16366, 8973, 796, 5456, 628, 220, 220, 220, 220, 220, 220, 220, 1441, 2116, 13557, 13038, 541, 907, 62, 16366, 13557, 1136, 7, 24396, 11, 10007, 8, 628, 220, 220, 220, 825, 18190, 7, 944, 11, 5456, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 4990, 5034, 1158, 2129, 418, 896, 925, 329, 257, 2176, 1874, 12368, 20985, 628, 220, 220, 220, 220, 220, 220, 220, 1058, 17143, 5456, 25, 685, 37374, 60, 4522, 329, 257, 2176, 1874, 12368, 20985, 357, 16281, 25, 7265, 1157, 1314, 8, 198, 220, 220, 220, 220, 220, 220, 220, 1058, 4906, 5456, 25, 1058, 9078, 25, 4871, 25, 63, 600, 63, 198, 220, 220, 220, 220, 220, 220, 220, 1058, 7783, 82, 25, 1058, 9078, 25, 4871, 25, 63, 11600, 63, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 2446, 796, 366, 1136, 12156, 418, 896, 1, 628, 220, 220, 220, 220, 220, 220, 220, 10007, 796, 23884, 198, 220, 220, 220, 220, 220, 220, 220, 611, 5456, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 407, 318, 39098, 7, 16366, 11, 493, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5298, 11052, 12331, 7203, 2389, 329, 257, 2176, 1874, 12368, 20985, 2476, 284, 307, 281, 493, 357, 16281, 25, 7265, 1157, 1314, 8, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 10007, 14692, 16366, 8973, 796, 5456, 628, 220, 220, 220, 220, 220, 220, 220, 1441, 2116, 13557, 13038, 541, 907, 62, 16366, 13557, 1136, 7, 24396, 11, 10007, 8, 628, 220, 220, 220, 825, 10392, 7, 944, 11, 5301, 28, 14202, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 4990, 5034, 1158, 2129, 418, 896, 925, 329, 257, 2176, 1874, 12368, 20985, 628, 220, 220, 220, 220, 220, 220, 220, 1058, 17143, 5301, 25, 6127, 329, 257, 2176, 15717, 357, 16281, 25, 807, 30695, 8, 198, 220, 220, 220, 220, 220, 220, 220, 1058, 4906, 5301, 25, 1058, 9078, 25, 4871, 25, 63, 600, 63, 198, 220, 220, 220, 220, 220, 220, 220, 1058, 7783, 82, 25, 1058, 9078, 25, 4871, 25, 63, 11600, 63, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 2446, 796, 366, 1136, 11869, 1095, 1, 628, 220, 220, 220, 220, 220, 220, 220, 10007, 796, 23884, 198, 220, 220, 220, 220, 220, 220, 220, 611, 5301, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 407, 318, 39098, 7, 26495, 11, 493, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5298, 11052, 12331, 7203, 10669, 329, 257, 2176, 15717, 2476, 284, 307, 281, 493, 357, 16281, 25, 807, 30695, 8, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 10007, 14692, 26495, 8973, 796, 5301, 628, 220, 220, 220, 220, 220, 220, 220, 1441, 2116, 13557, 13038, 541, 907, 62, 16366, 13557, 1136, 7, 24396, 11, 10007, 8, 628, 220, 220, 220, 825, 1599, 6051, 62, 20427, 7, 944, 11, 5456, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 4990, 5034, 1158, 22924, 290, 27592, 14370, 329, 257, 2176, 1874, 12368, 20985, 329, 262, 938, 1542, 1528, 290, 1459, 1110, 628, 220, 220, 220, 220, 220, 220, 220, 1058, 17143, 5456, 25, 685, 37374, 60, 4522, 329, 257, 2176, 1874, 12368, 20985, 357, 16281, 25, 7265, 1157, 1314, 8, 198, 220, 220, 220, 220, 220, 220, 220, 1058, 4906, 5456, 25, 1058, 9078, 25, 4871, 25, 63, 600, 63, 198, 220, 220, 220, 220, 220, 220, 220, 1058, 7783, 82, 25, 1058, 9078, 25, 4871, 25, 63, 11600, 63, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 2446, 796, 366, 1136, 4965, 12368, 45866, 1, 628, 220, 220, 220, 220, 220, 220, 220, 10007, 796, 23884, 198, 220, 220, 220, 220, 220, 220, 220, 611, 5456, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 407, 318, 39098, 7, 16366, 11, 493, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5298, 11052, 12331, 7203, 2389, 329, 257, 2176, 1874, 12368, 20985, 2476, 284, 307, 281, 493, 357, 16281, 25, 7265, 1157, 1314, 8, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 10007, 14692, 16366, 8973, 796, 5456, 628, 220, 220, 220, 220, 220, 220, 220, 1441, 2116, 13557, 13038, 541, 907, 62, 16366, 13557, 1136, 7, 24396, 11, 10007, 8, 198 ]
2.424155
2,426
from .mixins import VegaDisplayMixin from . import utils
[ 6738, 764, 19816, 1040, 1330, 30310, 23114, 35608, 259, 198, 6738, 764, 1330, 3384, 4487, 628, 198 ]
3.470588
17
import validators import aiohttp from typing import List from typing import Optional def check_url(url: str) -> Optional[bool]: """ This function checks is valid URL or not :param url: URL :return: True if is valid, else False """ if validators.url(url): return True return False async def get_formatted_matrix(resp: aiohttp.client.ClientResponse) -> List[List[int]]: """ This function creates and returns a formatted matrix from the server's response :param resp: received response from server :return: formatted [int] matrix """ chunk_size = 1024 with open('.matrix.txt', 'wb') as fd: while True: chunk = await resp.content.read(chunk_size) if not chunk: break fd.write(chunk) with open('.matrix.txt', 'r') as fd: matrix = fd.readlines() matrix = matrix[1::2] new_matrix = [] for line in matrix: line = list(map(int, line.strip().replace('|', '').split())) new_matrix.append(line) return new_matrix def traverse_matrix_counterclockwise(matrix: List[List[int]]) -> List[int]: """ This function traverses the matrix counterclockwise and returns a list :param matrix: formatted matrix :return: a list obtained by traversing the matrix counterclockwise """ matrix = list(zip(*matrix[:]))[:] # rows -> columns, columns -> rows lst = [] while matrix: lst += matrix[0] matrix = list(zip(*matrix[1:]))[::-1] return lst
[ 11748, 4938, 2024, 198, 11748, 257, 952, 4023, 198, 6738, 19720, 1330, 7343, 198, 6738, 19720, 1330, 32233, 628, 198, 4299, 2198, 62, 6371, 7, 6371, 25, 965, 8, 4613, 32233, 58, 30388, 5974, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 770, 2163, 8794, 318, 4938, 10289, 393, 407, 198, 220, 220, 220, 1058, 17143, 19016, 25, 10289, 198, 220, 220, 220, 1058, 7783, 25, 6407, 611, 318, 4938, 11, 2073, 10352, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 611, 4938, 2024, 13, 6371, 7, 6371, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 6407, 198, 220, 220, 220, 1441, 10352, 628, 198, 292, 13361, 825, 651, 62, 687, 16898, 62, 6759, 8609, 7, 4363, 25, 257, 952, 4023, 13, 16366, 13, 11792, 31077, 8, 4613, 7343, 58, 8053, 58, 600, 60, 5974, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 770, 2163, 8075, 290, 5860, 257, 39559, 17593, 422, 262, 4382, 338, 2882, 198, 220, 220, 220, 1058, 17143, 1217, 25, 2722, 2882, 422, 4382, 198, 220, 220, 220, 1058, 7783, 25, 39559, 685, 600, 60, 17593, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 16058, 62, 7857, 796, 28119, 198, 220, 220, 220, 351, 1280, 7, 4458, 6759, 8609, 13, 14116, 3256, 705, 39346, 11537, 355, 277, 67, 25, 198, 220, 220, 220, 220, 220, 220, 220, 981, 6407, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 16058, 796, 25507, 1217, 13, 11299, 13, 961, 7, 354, 2954, 62, 7857, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 407, 16058, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2270, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 277, 67, 13, 13564, 7, 354, 2954, 8, 198, 220, 220, 220, 351, 1280, 7, 4458, 6759, 8609, 13, 14116, 3256, 705, 81, 11537, 355, 277, 67, 25, 198, 220, 220, 220, 220, 220, 220, 220, 17593, 796, 277, 67, 13, 961, 6615, 3419, 198, 220, 220, 220, 17593, 796, 17593, 58, 16, 3712, 17, 60, 198, 220, 220, 220, 649, 62, 6759, 8609, 796, 17635, 198, 220, 220, 220, 329, 1627, 287, 17593, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1627, 796, 1351, 7, 8899, 7, 600, 11, 1627, 13, 36311, 22446, 33491, 10786, 91, 3256, 10148, 737, 35312, 3419, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 649, 62, 6759, 8609, 13, 33295, 7, 1370, 8, 198, 220, 220, 220, 1441, 649, 62, 6759, 8609, 628, 198, 4299, 38138, 62, 6759, 8609, 62, 24588, 15750, 3083, 7, 6759, 8609, 25, 7343, 58, 8053, 58, 600, 11907, 8, 4613, 7343, 58, 600, 5974, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 770, 2163, 33038, 274, 262, 17593, 3753, 15750, 3083, 290, 5860, 257, 1351, 198, 220, 220, 220, 1058, 17143, 17593, 25, 39559, 17593, 198, 220, 220, 220, 1058, 7783, 25, 257, 1351, 6492, 416, 33038, 278, 262, 17593, 3753, 15750, 3083, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 17593, 796, 1351, 7, 13344, 46491, 6759, 8609, 58, 47715, 4008, 58, 47715, 220, 1303, 15274, 4613, 15180, 11, 15180, 4613, 15274, 198, 220, 220, 220, 300, 301, 796, 17635, 198, 220, 220, 220, 981, 17593, 25, 198, 220, 220, 220, 220, 220, 220, 220, 300, 301, 15853, 17593, 58, 15, 60, 198, 220, 220, 220, 220, 220, 220, 220, 17593, 796, 1351, 7, 13344, 46491, 6759, 8609, 58, 16, 47715, 4008, 58, 3712, 12, 16, 60, 198, 220, 220, 220, 1441, 300, 301, 198 ]
2.55814
602
import asyncio import socket import ssl from contextlib import asynccontextmanager from logging import getLogger from typing import Callable from tornado.iostream import IOStream from tornado.tcpserver import TCPServer from tornado.testing import bind_unused_port from cats.errors import CatsError from cats.utils import as_uint, to_uint from cats.v2.connection import ConnType, Connection from cats.v2.server.application import Application from cats.v2.server.connection import Connection as ServerConnection from cats.v2.server.proxy import handle_with_proxy __all__ = [ 'Server', ] logging = getLogger('CATS.Server')
[ 11748, 30351, 952, 198, 11748, 17802, 198, 11748, 264, 6649, 198, 6738, 4732, 8019, 1330, 355, 2047, 535, 261, 5239, 37153, 198, 6738, 18931, 1330, 651, 11187, 1362, 198, 6738, 19720, 1330, 4889, 540, 198, 198, 6738, 33718, 13, 72, 455, 1476, 1330, 24418, 12124, 198, 6738, 33718, 13, 23047, 862, 18497, 1330, 17283, 3705, 18497, 198, 6738, 33718, 13, 33407, 1330, 11007, 62, 403, 1484, 62, 634, 198, 198, 6738, 11875, 13, 48277, 1330, 28997, 12331, 198, 6738, 11875, 13, 26791, 1330, 355, 62, 28611, 11, 284, 62, 28611, 198, 6738, 11875, 13, 85, 17, 13, 38659, 1330, 20776, 6030, 11, 26923, 198, 6738, 11875, 13, 85, 17, 13, 15388, 13, 31438, 1330, 15678, 198, 6738, 11875, 13, 85, 17, 13, 15388, 13, 38659, 1330, 26923, 355, 9652, 32048, 198, 198, 6738, 11875, 13, 85, 17, 13, 15388, 13, 36436, 1330, 5412, 62, 4480, 62, 36436, 198, 198, 834, 439, 834, 796, 685, 198, 220, 220, 220, 705, 10697, 3256, 198, 60, 198, 198, 6404, 2667, 796, 651, 11187, 1362, 10786, 34, 33586, 13, 10697, 11537, 628 ]
3.539326
178
import sys from pathlib import Path sys.path.append(str(Path('.').absolute().parent)) from helper_functions import encode_smiles, save_smiles_charcodes, canonize_smiles import pandas as pd import numpy as np def save_active_compounds(input_file, output_file, encode=True, longest_smiles=0, smiles_charcodes_file="data/smiles_charcodes.npy", smiles_col="CANONICAL_SMILES", delimiter="\t"): """ Save X_active compounds from ChEMBL CSV file. Parameters ---------- input_file output_file encode If True, encode SMILES to one-hot matrices. longest_smiles How long should be longest SMILES. If len(smiles) < longest_smiles, it gets padded with 0's (resp. its ASCII charcodes). smiles_charcodes_file .npy file containing list of all possible ASCII charcodes of SMILES. Returns ------- numpy.array If encode, contains one-hot matrices (scipy.sparse.csr_matrix) of SMILES. Otherwise array of SMILES strings. """ compounds = pd.read_csv(input_file, delimiter=delimiter) #compounds = compounds[compounds["STANDARD_UNITS"].isin(["nM", "uM"])] #compounds = compounds[compounds["STANDARD_TYPE"].isin(["Kd", "Potency"])] compounds = compounds[smiles_col] compounds = compounds.astype("str") compounds = compounds.apply(canonize_smiles) compounds = compounds[compounds != "invalid"] if encode: compounds = encode_smiles(compounds, np.load(smiles_charcodes_file), longest_smiles=longest_smiles) np.save(output_file, compounds) return compounds def save_inactive_compounds(input_file, output_file, n_compounds, n_files=17, encode=True, longest_smiles=0, smiles_charcodes_file="data/smiles_charcodes.npy"): """ Save X_inactive compounds from multiple files containing SMILES from ZINC. Parameters ---------- input_file output_file n_compounds n_files encode If True, encode SMILES to one-hot matrices. longest_smiles How long should be longest SMILES. If len(smiles) < longest_smiles, it gets padded with 0's (resp. its ASCII charcodes). smiles_charcodes_file .npy file containing list of all possible ASCII charcodes of SMILES. Returns ------- numpy.array If encode, contains one-hot matrices (scipy.sparse.csr_matrix) of SMILES. Otherwise array of SMILES strings. """ n_per_file = n_compounds // n_files compounds = pd.Series() for i in range(n_files): if i < 10: file_path_part = input_file.format(0, i) else: file_path_part = input_file.format("", i) print("Processing input_file {}/{}:".format(i + 1, n_files), file_path_part) with open(file_path_part, mode="r") as f: data_part = [x.strip() for x in f.readlines()] data_part = pd.Series(data_part) compounds = compounds.append(data_part.sample(n=n_per_file)) compounds = compounds.apply(canonize_smiles) compounds = compounds[compounds != "invalid"] if encode: compounds = encode_smiles(compounds, np.load(smiles_charcodes_file), longest_smiles=longest_smiles) np.save(output_file, compounds) return compounds if __name__ == "__main__": #save_active_compounds("data/dna_pol_iota-X_active-117k.csv", "data/dna_pol_iota-X_active-117k-encoded", longest_smiles=150, encode=True) #save_inactive_compounds("/home/jirka/temp/zinc/smiles/zinc.smiles.part{}{}", "data/zinc-X_inactive-117k-encoded", 116723, longest_smiles=150, encode=True) #save_active_compounds("data/dna_pol_iota-active-117k.csv", "data/dna_pol_iota-active-117k-smiles", longest_smiles=150, encode=False) #save_inactive_compounds("/home/jirka/temp/zinc/smiles/zinc.smiles.part{}{}", "data/zinc-inactive-117k-smiles", 116723, longest_smiles=150, encode=False) pass
[ 11748, 25064, 198, 6738, 3108, 8019, 1330, 10644, 198, 17597, 13, 6978, 13, 33295, 7, 2536, 7, 15235, 10786, 2637, 737, 48546, 22446, 8000, 4008, 198, 6738, 31904, 62, 12543, 2733, 1330, 37773, 62, 5796, 2915, 11, 3613, 62, 5796, 2915, 62, 354, 5605, 4147, 11, 18061, 1096, 62, 5796, 2915, 198, 198, 11748, 19798, 292, 355, 279, 67, 198, 11748, 299, 32152, 355, 45941, 628, 198, 4299, 3613, 62, 5275, 62, 5589, 3733, 7, 15414, 62, 7753, 11, 5072, 62, 7753, 11, 37773, 28, 17821, 11, 14069, 62, 5796, 2915, 28, 15, 11, 21845, 62, 354, 5605, 4147, 62, 7753, 2625, 7890, 14, 5796, 2915, 62, 354, 5605, 4147, 13, 77, 9078, 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, 21845, 62, 4033, 2625, 44565, 1340, 20151, 62, 12310, 4146, 1546, 1600, 46728, 2676, 2625, 59, 83, 1, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 12793, 1395, 62, 5275, 16439, 422, 609, 3620, 9148, 44189, 2393, 13, 628, 220, 220, 220, 40117, 198, 220, 220, 220, 24200, 438, 198, 220, 220, 220, 5128, 62, 7753, 198, 220, 220, 220, 5072, 62, 7753, 198, 220, 220, 220, 37773, 198, 220, 220, 220, 220, 220, 220, 220, 1002, 6407, 11, 37773, 9447, 4146, 1546, 284, 530, 12, 8940, 2603, 45977, 13, 198, 220, 220, 220, 14069, 62, 5796, 2915, 198, 220, 220, 220, 220, 220, 220, 220, 1374, 890, 815, 307, 14069, 9447, 4146, 1546, 13, 1002, 18896, 7, 5796, 2915, 8, 1279, 14069, 62, 5796, 2915, 11, 340, 3011, 44582, 351, 657, 338, 357, 4363, 13, 663, 37101, 1149, 40148, 737, 198, 220, 220, 220, 21845, 62, 354, 5605, 4147, 62, 7753, 198, 220, 220, 220, 220, 220, 220, 220, 764, 77, 9078, 2393, 7268, 1351, 286, 477, 1744, 37101, 1149, 40148, 286, 9447, 4146, 1546, 13, 628, 220, 220, 220, 16409, 198, 220, 220, 220, 35656, 198, 220, 220, 220, 299, 32152, 13, 18747, 198, 220, 220, 220, 220, 220, 220, 220, 1002, 37773, 11, 4909, 530, 12, 8940, 2603, 45977, 357, 1416, 541, 88, 13, 82, 29572, 13, 6359, 81, 62, 6759, 8609, 8, 286, 9447, 4146, 1546, 13, 15323, 7177, 286, 9447, 4146, 1546, 13042, 13, 198, 220, 220, 220, 37227, 628, 220, 220, 220, 16439, 796, 279, 67, 13, 961, 62, 40664, 7, 15414, 62, 7753, 11, 46728, 2676, 28, 12381, 320, 2676, 8, 198, 220, 220, 220, 1303, 5589, 3733, 796, 16439, 58, 5589, 3733, 14692, 2257, 6981, 9795, 62, 4944, 29722, 1, 4083, 45763, 7, 14692, 77, 44, 1600, 366, 84, 44, 8973, 15437, 198, 220, 220, 220, 1303, 5589, 3733, 796, 16439, 58, 5589, 3733, 14692, 2257, 6981, 9795, 62, 25216, 1, 4083, 45763, 7, 14692, 42, 67, 1600, 366, 25396, 1387, 8973, 15437, 198, 220, 220, 220, 16439, 796, 16439, 58, 5796, 2915, 62, 4033, 60, 198, 220, 220, 220, 16439, 796, 16439, 13, 459, 2981, 7203, 2536, 4943, 198, 220, 220, 220, 16439, 796, 16439, 13, 39014, 7, 49883, 1096, 62, 5796, 2915, 8, 198, 220, 220, 220, 16439, 796, 16439, 58, 5589, 3733, 14512, 366, 259, 12102, 8973, 628, 220, 220, 220, 611, 37773, 25, 198, 220, 220, 220, 220, 220, 220, 220, 16439, 796, 37773, 62, 5796, 2915, 7, 5589, 3733, 11, 45941, 13, 2220, 7, 5796, 2915, 62, 354, 5605, 4147, 62, 7753, 828, 14069, 62, 5796, 2915, 28, 6511, 395, 62, 5796, 2915, 8, 628, 220, 220, 220, 45941, 13, 21928, 7, 22915, 62, 7753, 11, 16439, 8, 198, 220, 220, 220, 1441, 16439, 628, 198, 4299, 3613, 62, 259, 5275, 62, 5589, 3733, 7, 15414, 62, 7753, 11, 5072, 62, 7753, 11, 299, 62, 5589, 3733, 11, 299, 62, 16624, 28, 1558, 11, 37773, 28, 17821, 11, 14069, 62, 5796, 2915, 28, 15, 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, 21845, 62, 354, 5605, 4147, 62, 7753, 2625, 7890, 14, 5796, 2915, 62, 354, 5605, 4147, 13, 77, 9078, 1, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 12793, 1395, 62, 259, 5275, 16439, 422, 3294, 3696, 7268, 9447, 4146, 1546, 422, 1168, 30158, 13, 628, 220, 220, 220, 40117, 198, 220, 220, 220, 24200, 438, 198, 220, 220, 220, 5128, 62, 7753, 198, 220, 220, 220, 5072, 62, 7753, 198, 220, 220, 220, 299, 62, 5589, 3733, 198, 220, 220, 220, 299, 62, 16624, 198, 220, 220, 220, 37773, 198, 220, 220, 220, 220, 220, 220, 220, 1002, 6407, 11, 37773, 9447, 4146, 1546, 284, 530, 12, 8940, 2603, 45977, 13, 198, 220, 220, 220, 14069, 62, 5796, 2915, 198, 220, 220, 220, 220, 220, 220, 220, 1374, 890, 815, 307, 14069, 9447, 4146, 1546, 13, 1002, 18896, 7, 5796, 2915, 8, 1279, 14069, 62, 5796, 2915, 11, 340, 3011, 44582, 351, 657, 338, 357, 4363, 13, 663, 37101, 1149, 40148, 737, 198, 220, 220, 220, 21845, 62, 354, 5605, 4147, 62, 7753, 198, 220, 220, 220, 220, 220, 220, 220, 764, 77, 9078, 2393, 7268, 1351, 286, 477, 1744, 37101, 1149, 40148, 286, 9447, 4146, 1546, 13, 628, 220, 220, 220, 16409, 198, 220, 220, 220, 35656, 198, 220, 220, 220, 299, 32152, 13, 18747, 198, 220, 220, 220, 220, 220, 220, 220, 1002, 37773, 11, 4909, 530, 12, 8940, 2603, 45977, 357, 1416, 541, 88, 13, 82, 29572, 13, 6359, 81, 62, 6759, 8609, 8, 286, 9447, 4146, 1546, 13, 15323, 7177, 286, 9447, 4146, 1546, 13042, 13, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 299, 62, 525, 62, 7753, 796, 299, 62, 5589, 3733, 3373, 299, 62, 16624, 198, 220, 220, 220, 16439, 796, 279, 67, 13, 27996, 3419, 198, 220, 220, 220, 329, 1312, 287, 2837, 7, 77, 62, 16624, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 611, 1312, 1279, 838, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2393, 62, 6978, 62, 3911, 796, 5128, 62, 7753, 13, 18982, 7, 15, 11, 1312, 8, 198, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2393, 62, 6978, 62, 3911, 796, 5128, 62, 7753, 13, 18982, 7203, 1600, 1312, 8, 198, 220, 220, 220, 220, 220, 220, 220, 3601, 7203, 18709, 278, 5128, 62, 7753, 23884, 14, 90, 38362, 1911, 18982, 7, 72, 1343, 352, 11, 299, 62, 16624, 828, 2393, 62, 6978, 62, 3911, 8, 198, 220, 220, 220, 220, 220, 220, 220, 351, 1280, 7, 7753, 62, 6978, 62, 3911, 11, 4235, 2625, 81, 4943, 355, 277, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1366, 62, 3911, 796, 685, 87, 13, 36311, 3419, 329, 2124, 287, 277, 13, 961, 6615, 3419, 60, 198, 220, 220, 220, 220, 220, 220, 220, 1366, 62, 3911, 796, 279, 67, 13, 27996, 7, 7890, 62, 3911, 8, 198, 220, 220, 220, 220, 220, 220, 220, 16439, 796, 16439, 13, 33295, 7, 7890, 62, 3911, 13, 39873, 7, 77, 28, 77, 62, 525, 62, 7753, 4008, 628, 220, 220, 220, 16439, 796, 16439, 13, 39014, 7, 49883, 1096, 62, 5796, 2915, 8, 198, 220, 220, 220, 16439, 796, 16439, 58, 5589, 3733, 14512, 366, 259, 12102, 8973, 628, 220, 220, 220, 611, 37773, 25, 198, 220, 220, 220, 220, 220, 220, 220, 16439, 796, 37773, 62, 5796, 2915, 7, 5589, 3733, 11, 45941, 13, 2220, 7, 5796, 2915, 62, 354, 5605, 4147, 62, 7753, 828, 14069, 62, 5796, 2915, 28, 6511, 395, 62, 5796, 2915, 8, 628, 220, 220, 220, 45941, 13, 21928, 7, 22915, 62, 7753, 11, 16439, 8, 198, 220, 220, 220, 1441, 16439, 628, 198, 361, 11593, 3672, 834, 6624, 366, 834, 12417, 834, 1298, 198, 220, 220, 220, 1303, 21928, 62, 5275, 62, 5589, 3733, 7203, 7890, 14, 67, 2616, 62, 16104, 62, 72, 4265, 12, 55, 62, 5275, 12, 17657, 74, 13, 40664, 1600, 366, 7890, 14, 67, 2616, 62, 16104, 62, 72, 4265, 12, 55, 62, 5275, 12, 17657, 74, 12, 12685, 9043, 1600, 14069, 62, 5796, 2915, 28, 8628, 11, 37773, 28, 17821, 8, 198, 220, 220, 220, 1303, 21928, 62, 259, 5275, 62, 5589, 3733, 7203, 14, 11195, 14, 73, 343, 4914, 14, 29510, 14, 89, 1939, 14, 5796, 2915, 14, 89, 1939, 13, 5796, 2915, 13, 3911, 90, 18477, 92, 1600, 366, 7890, 14, 89, 1939, 12, 55, 62, 259, 5275, 12, 17657, 74, 12, 12685, 9043, 1600, 1367, 3134, 1954, 11, 14069, 62, 5796, 2915, 28, 8628, 11, 37773, 28, 17821, 8, 198, 220, 220, 220, 1303, 21928, 62, 5275, 62, 5589, 3733, 7203, 7890, 14, 67, 2616, 62, 16104, 62, 72, 4265, 12, 5275, 12, 17657, 74, 13, 40664, 1600, 366, 7890, 14, 67, 2616, 62, 16104, 62, 72, 4265, 12, 5275, 12, 17657, 74, 12, 5796, 2915, 1600, 14069, 62, 5796, 2915, 28, 8628, 11, 37773, 28, 25101, 8, 198, 220, 220, 220, 1303, 21928, 62, 259, 5275, 62, 5589, 3733, 7203, 14, 11195, 14, 73, 343, 4914, 14, 29510, 14, 89, 1939, 14, 5796, 2915, 14, 89, 1939, 13, 5796, 2915, 13, 3911, 90, 18477, 92, 1600, 366, 7890, 14, 89, 1939, 12, 259, 5275, 12, 17657, 74, 12, 5796, 2915, 1600, 1367, 3134, 1954, 11, 14069, 62, 5796, 2915, 28, 8628, 11, 37773, 28, 25101, 8, 198, 220, 220, 220, 1208, 198 ]
2.47619
1,575
# SPDX-License-Identifier: BSD-3-Clause """Package version info.""" from typing import TYPE_CHECKING # On Python 3.8+, use importlib.metadata from the standard library. # On older versions, a compatibility package can be installed from PyPI. try: if not TYPE_CHECKING: import importlib.metadata as importlib_metadata except ImportError: import importlib_metadata VERSION_STRING = importlib_metadata.version("apetest")
[ 2, 30628, 55, 12, 34156, 12, 33234, 7483, 25, 347, 10305, 12, 18, 12, 2601, 682, 198, 198, 37811, 27813, 2196, 7508, 526, 15931, 198, 198, 6738, 19720, 1330, 41876, 62, 50084, 2751, 198, 198, 2, 1550, 11361, 513, 13, 23, 28200, 779, 1330, 8019, 13, 38993, 422, 262, 3210, 5888, 13, 198, 2, 1550, 4697, 6300, 11, 257, 17764, 5301, 460, 307, 6589, 422, 9485, 11901, 13, 198, 28311, 25, 198, 220, 220, 220, 611, 407, 41876, 62, 50084, 2751, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1330, 1330, 8019, 13, 38993, 355, 1330, 8019, 62, 38993, 198, 16341, 17267, 12331, 25, 198, 220, 220, 220, 1330, 1330, 8019, 62, 38993, 198, 198, 43717, 62, 18601, 2751, 796, 1330, 8019, 62, 38993, 13, 9641, 7203, 499, 316, 395, 4943, 198 ]
3.293233
133
import os import json import cv2 from detectron2.data import DatasetCatalog, MetadataCatalog from detectron2.structures import BoxMode import pickle import xml.etree.ElementTree as ET from typing import List, Tuple, Union from fvcore.common.file_io import PathManager import logging __all__ = ["load_face_instances", "register_face"] # fmt: off CLASS_NAMES = ("face",) # fmt: on def load_face_instances(txt, annotation_dirname, image_root, class_names): """ Load crowdhuman detection annotations to Detectron2 format. """ # Needs to read many small annotation files. Makes sense at local lines = open(txt).readlines() dicts = [] for line in lines: fileid = line.strip() jpeg_file = os.path.join(image_root, fileid + ".jpg") anno_file = os.path.join(annotation_dirname, fileid + ".xml") with PathManager.open(anno_file) as f: tree = ET.parse(f) r = { "file_name": jpeg_file, "image_id": fileid, "height": int(tree.findall("./size/height")[0].text), "width": int(tree.findall("./size/width")[0].text), } instances = [] for obj in tree.findall("object"): cls = obj.find("name").text # We include "difficult" samples in training. # Based on limited experiments, they don't hurt accuracy. # difficult = int(obj.find("difficult").text) # if difficult == 1: # continue bbox = obj.find("bndbox") bbox = [float(bbox.find(x).text) for x in ["xmin", "ymin", "xmax", "ymax"]] # Original annotations are integers in the range [1, W or H] # Assuming they mean 1-based pixel indices (inclusive), # a box with annotation (xmin=1, xmax=W) covers the whole image. # In coordinate space this is represented by (xmin=0, xmax=W) bbox[0] -= 1.0 bbox[1] -= 1.0 instances.append( {"category_id": class_names.index(cls), "bbox": bbox, "bbox_mode": BoxMode.XYXY_ABS} ) r["annotations"] = instances dicts.append(r) return dicts
[ 11748, 28686, 198, 11748, 33918, 198, 11748, 269, 85, 17, 198, 198, 6738, 4886, 1313, 17, 13, 7890, 1330, 16092, 292, 316, 49015, 11, 3395, 14706, 49015, 198, 6738, 4886, 1313, 17, 13, 7249, 942, 1330, 8315, 19076, 198, 11748, 2298, 293, 198, 11748, 35555, 13, 316, 631, 13, 20180, 27660, 355, 12152, 198, 6738, 19720, 1330, 7343, 11, 309, 29291, 11, 4479, 198, 6738, 277, 85, 7295, 13, 11321, 13, 7753, 62, 952, 1330, 10644, 13511, 198, 11748, 18931, 198, 198, 834, 439, 834, 796, 14631, 2220, 62, 2550, 62, 8625, 1817, 1600, 366, 30238, 62, 2550, 8973, 198, 198, 2, 46996, 25, 572, 198, 31631, 62, 45, 29559, 796, 5855, 2550, 1600, 8, 628, 198, 2, 46996, 25, 319, 628, 198, 4299, 3440, 62, 2550, 62, 8625, 1817, 7, 14116, 11, 23025, 62, 15908, 3672, 11, 2939, 62, 15763, 11, 1398, 62, 14933, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 8778, 4315, 10734, 13326, 37647, 284, 35874, 1313, 17, 5794, 13, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 1303, 36557, 284, 1100, 867, 1402, 23025, 3696, 13, 27433, 2565, 379, 1957, 628, 220, 220, 220, 3951, 796, 1280, 7, 14116, 737, 961, 6615, 3419, 198, 220, 220, 220, 8633, 82, 796, 17635, 198, 220, 220, 220, 329, 1627, 287, 3951, 25, 198, 220, 220, 220, 220, 220, 220, 220, 2393, 312, 796, 1627, 13, 36311, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 474, 22071, 62, 7753, 796, 28686, 13, 6978, 13, 22179, 7, 9060, 62, 15763, 11, 2393, 312, 1343, 27071, 9479, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 1529, 78, 62, 7753, 796, 28686, 13, 6978, 13, 22179, 7, 1236, 14221, 62, 15908, 3672, 11, 2393, 312, 1343, 27071, 19875, 4943, 628, 220, 220, 220, 220, 220, 220, 220, 351, 10644, 13511, 13, 9654, 7, 1236, 78, 62, 7753, 8, 355, 277, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5509, 796, 12152, 13, 29572, 7, 69, 8, 628, 220, 220, 220, 220, 220, 220, 220, 374, 796, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 7753, 62, 3672, 1298, 474, 22071, 62, 7753, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 9060, 62, 312, 1298, 2393, 312, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 17015, 1298, 493, 7, 21048, 13, 19796, 439, 7, 1911, 14, 7857, 14, 17015, 4943, 58, 15, 4083, 5239, 828, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 10394, 1298, 493, 7, 21048, 13, 19796, 439, 7, 1911, 14, 7857, 14, 10394, 4943, 58, 15, 4083, 5239, 828, 198, 220, 220, 220, 220, 220, 220, 220, 1782, 198, 220, 220, 220, 220, 220, 220, 220, 10245, 796, 17635, 628, 220, 220, 220, 220, 220, 220, 220, 329, 26181, 287, 5509, 13, 19796, 439, 7203, 15252, 1, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 537, 82, 796, 26181, 13, 19796, 7203, 3672, 11074, 5239, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 775, 2291, 366, 26069, 2249, 1, 8405, 287, 3047, 13, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 13403, 319, 3614, 10256, 11, 484, 836, 470, 5938, 9922, 13, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 2408, 796, 493, 7, 26801, 13, 19796, 7203, 26069, 2249, 11074, 5239, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 611, 2408, 6624, 352, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 2555, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 275, 3524, 796, 26181, 13, 19796, 7203, 65, 358, 3524, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 275, 3524, 796, 685, 22468, 7, 65, 3524, 13, 19796, 7, 87, 737, 5239, 8, 329, 2124, 287, 14631, 87, 1084, 1600, 366, 88, 1084, 1600, 366, 87, 9806, 1600, 366, 4948, 897, 8973, 60, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 13745, 37647, 389, 37014, 287, 262, 2837, 685, 16, 11, 370, 393, 367, 60, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 33238, 484, 1612, 352, 12, 3106, 17465, 36525, 357, 259, 5731, 828, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 257, 3091, 351, 23025, 357, 87, 1084, 28, 16, 11, 2124, 9806, 28, 54, 8, 8698, 262, 2187, 2939, 13, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 554, 20435, 2272, 428, 318, 7997, 416, 357, 87, 1084, 28, 15, 11, 2124, 9806, 28, 54, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 275, 3524, 58, 15, 60, 48185, 352, 13, 15, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 275, 3524, 58, 16, 60, 48185, 352, 13, 15, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 10245, 13, 33295, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 19779, 22872, 62, 312, 1298, 1398, 62, 14933, 13, 9630, 7, 565, 82, 828, 366, 65, 3524, 1298, 275, 3524, 11, 366, 65, 3524, 62, 14171, 1298, 8315, 19076, 13, 34278, 34278, 62, 32, 4462, 92, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 198, 220, 220, 220, 220, 220, 220, 220, 374, 14692, 34574, 602, 8973, 796, 10245, 198, 220, 220, 220, 220, 220, 220, 220, 8633, 82, 13, 33295, 7, 81, 8, 628, 220, 220, 220, 1441, 8633, 82, 628 ]
2.268873
967
from .build import * from .common_datasets import * from .transforms import * from .albumentations_transforms import * from .ct_data import * from .ct_transforms import * from .utils import *
[ 6738, 764, 11249, 1330, 1635, 198, 6738, 764, 11321, 62, 19608, 292, 1039, 1330, 1635, 198, 6738, 764, 7645, 23914, 1330, 1635, 198, 6738, 764, 282, 65, 1713, 602, 62, 7645, 23914, 1330, 1635, 198, 6738, 764, 310, 62, 7890, 1330, 1635, 198, 6738, 764, 310, 62, 7645, 23914, 1330, 1635, 198, 6738, 764, 26791, 1330, 1635 ]
3.350877
57
import os import logging import cloudpickle import numpy as np import pyomo.environ as pyo from pyaugmecon.options import Options from pyaugmecon.helper import Counter, ProgressBar from pyomo.core.base import ( Var, ConstraintList, maximize, minimize, Set, Param, NonNegativeReals, Any, )
[ 11748, 28686, 198, 11748, 18931, 198, 11748, 6279, 27729, 293, 198, 11748, 299, 32152, 355, 45941, 198, 11748, 12972, 17902, 13, 268, 2268, 355, 279, 8226, 198, 6738, 12972, 7493, 76, 721, 261, 13, 25811, 1330, 18634, 198, 6738, 12972, 7493, 76, 721, 261, 13, 2978, 525, 1330, 15034, 11, 18387, 10374, 198, 6738, 12972, 17902, 13, 7295, 13, 8692, 1330, 357, 198, 220, 220, 220, 12372, 11, 198, 220, 220, 220, 1482, 2536, 2913, 8053, 11, 198, 220, 220, 220, 20487, 11, 198, 220, 220, 220, 17775, 11, 198, 220, 220, 220, 5345, 11, 198, 220, 220, 220, 25139, 11, 198, 220, 220, 220, 8504, 32863, 876, 3041, 874, 11, 198, 220, 220, 220, 4377, 11, 198, 8, 628 ]
2.683333
120
from tornado.websocket import WebSocketHandler
[ 6738, 33718, 13, 732, 1443, 5459, 1330, 5313, 39105, 25060, 628 ]
4.363636
11
#!/usr/bin/env python3 import os.path from setuptools import find_packages, setup def read(filename): """Read files relative to this file.""" full_path = os.path.join(os.path.dirname(__file__), filename) with open(full_path, "r") as fh: return fh.read() setup( name="uwhoisd", version="0.0.7", description="Universal domain WHOIS proxy server.", long_description=read("README") + "\n\n" + read("ChangeLog"), url="https://github.com/kgaughan/uwhoisd/", license="MIT", packages=find_packages(exclude=["tests"]), include_package_data=True, zip_safe=True, setup_requires=["setuptools", "wheel"], install_requires=["tornado", "netaddr==0.7.18"], extras_require={"scraper": ["beautifulsoup4", "requests"]}, entry_points={ "console_scripts": ("uwhoisd = uwhoisd:main",), "uwhoisd.cache": ("lfu = uwhoisd.caching:LFU",), }, classifiers=( "Development Status :: 2 - Pre-Alpha", "Environment :: No Input/Output (Daemon)", "Intended Audience :: System Administrators", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet", "Topic :: System :: Networking", ), author="Keith Gaughan", author_email="[email protected]", )
[ 2, 48443, 14629, 14, 8800, 14, 24330, 21015, 18, 198, 198, 11748, 28686, 13, 6978, 198, 198, 6738, 900, 37623, 10141, 1330, 1064, 62, 43789, 11, 9058, 628, 198, 4299, 1100, 7, 34345, 2599, 198, 220, 220, 220, 37227, 5569, 3696, 3585, 284, 428, 2393, 526, 15931, 198, 220, 220, 220, 1336, 62, 6978, 796, 28686, 13, 6978, 13, 22179, 7, 418, 13, 6978, 13, 15908, 3672, 7, 834, 7753, 834, 828, 29472, 8, 198, 220, 220, 220, 351, 1280, 7, 12853, 62, 6978, 11, 366, 81, 4943, 355, 277, 71, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 277, 71, 13, 961, 3419, 628, 198, 40406, 7, 198, 220, 220, 220, 1438, 2625, 84, 8727, 9409, 1600, 198, 220, 220, 220, 2196, 2625, 15, 13, 15, 13, 22, 1600, 198, 220, 220, 220, 6764, 2625, 38747, 7386, 19494, 1797, 15741, 4382, 33283, 198, 220, 220, 220, 890, 62, 11213, 28, 961, 7203, 15675, 11682, 4943, 1343, 37082, 77, 59, 77, 1, 1343, 1100, 7203, 19400, 11187, 12340, 198, 220, 220, 220, 19016, 2625, 5450, 1378, 12567, 13, 785, 14, 10025, 1567, 272, 14, 84, 8727, 9409, 14, 1600, 198, 220, 220, 220, 5964, 2625, 36393, 1600, 198, 220, 220, 220, 10392, 28, 19796, 62, 43789, 7, 1069, 9152, 28, 14692, 41989, 8973, 828, 198, 220, 220, 220, 2291, 62, 26495, 62, 7890, 28, 17821, 11, 198, 220, 220, 220, 19974, 62, 21230, 28, 17821, 11, 198, 220, 220, 220, 9058, 62, 47911, 28, 14692, 2617, 37623, 10141, 1600, 366, 22001, 33116, 198, 220, 220, 220, 2721, 62, 47911, 28, 14692, 45910, 4533, 1600, 366, 3262, 29851, 855, 15, 13, 22, 13, 1507, 33116, 198, 220, 220, 220, 33849, 62, 46115, 28, 4895, 1416, 38545, 1298, 14631, 40544, 4135, 82, 10486, 19, 1600, 366, 8897, 3558, 8973, 5512, 198, 220, 220, 220, 5726, 62, 13033, 34758, 198, 220, 220, 220, 220, 220, 220, 220, 366, 41947, 62, 46521, 1298, 5855, 84, 8727, 9409, 796, 334, 8727, 9409, 25, 12417, 1600, 828, 198, 220, 220, 220, 220, 220, 220, 220, 366, 84, 8727, 9409, 13, 23870, 1298, 5855, 1652, 84, 796, 334, 8727, 9409, 13, 66, 8103, 25, 43, 38989, 1600, 828, 198, 220, 220, 220, 8964, 198, 220, 220, 220, 1398, 13350, 16193, 198, 220, 220, 220, 220, 220, 220, 220, 366, 41206, 12678, 7904, 362, 532, 3771, 12, 38077, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 366, 31441, 7904, 1400, 23412, 14, 26410, 357, 26531, 7966, 42501, 198, 220, 220, 220, 220, 220, 220, 220, 366, 5317, 1631, 7591, 1240, 7904, 4482, 6813, 18942, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 366, 34156, 7904, 7294, 40, 20010, 1079, 7904, 17168, 13789, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 366, 18843, 803, 4482, 7904, 7294, 13362, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 366, 15167, 2229, 15417, 7904, 11361, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 366, 33221, 7904, 4455, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 366, 33221, 7904, 4482, 7904, 7311, 278, 1600, 198, 220, 220, 220, 10612, 198, 220, 220, 220, 1772, 2625, 46868, 402, 1567, 272, 1600, 198, 220, 220, 220, 1772, 62, 12888, 2625, 74, 31, 301, 567, 5374, 305, 13, 1326, 1600, 198, 8, 198 ]
2.504587
545
#-*- coding: utf-8 -*- #from ryu.app import simple_switch_13 #import mitigate_switch_13#my custom simple_switch_13 from ryu.controller import ofp_event from ryu.controller.handler import ( MAIN_DISPATCHER, DEAD_DISPATCHER ) from ryu.controller.handler import set_ev_cls MITIGATE_MODE_ON = False if MITIGATE_MODE_ON: import mitigate_switch_13 super_class = mitigate_switch_13.MitigateSwitch13 else: from ryu.app import simple_switch_13 super_class = simple_switch_13.SimpleSwitch13
[ 2, 12, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12, 198, 198, 2, 6738, 374, 24767, 13, 1324, 1330, 2829, 62, 31943, 62, 1485, 198, 2, 11748, 24237, 62, 31943, 62, 1485, 2, 1820, 2183, 2829, 62, 31943, 62, 1485, 198, 6738, 374, 24767, 13, 36500, 1330, 286, 79, 62, 15596, 198, 6738, 374, 24767, 13, 36500, 13, 30281, 1330, 357, 198, 220, 220, 220, 8779, 1268, 62, 26288, 47, 11417, 1137, 11, 198, 220, 220, 220, 42533, 62, 26288, 47, 11417, 1137, 198, 8, 198, 6738, 374, 24767, 13, 36500, 13, 30281, 1330, 900, 62, 1990, 62, 565, 82, 198, 198, 36393, 3528, 6158, 62, 49058, 62, 1340, 796, 10352, 198, 361, 17168, 3528, 6158, 62, 49058, 62, 1340, 25, 198, 220, 220, 220, 1330, 24237, 62, 31943, 62, 1485, 198, 220, 220, 220, 2208, 62, 4871, 796, 24237, 62, 31943, 62, 1485, 13, 43339, 10055, 38978, 1485, 198, 17772, 25, 198, 220, 220, 220, 422, 374, 24767, 13, 1324, 1330, 2829, 62, 31943, 62, 1485, 198, 220, 220, 220, 2208, 62, 4871, 796, 2829, 62, 31943, 62, 1485, 13, 26437, 38978, 1485, 198 ]
2.696809
188
#!/usr/bin/env python3 # encoding: utf-8 """ @author: Medivh Xu @file: gas.py @time: 2020-03-30 15:29 """ from base.element_manager import * class GasInfo(BasePage): """油站详情""" gun_name_btn = (By.ID, 'com.xxx.xxx:id/gunName') money_input_box = (By.ID, 'com.xxx.xxx:id/et_input_money') money_btn = (By.ID, 'com.xxx.xxx:id/tv_money_{}') next_btn = (By.ID, 'com.xxx.xxx:id/bt_confirm') continue_card = (By.ID, 'android:id/content') continue_next_btn = (By.ID, 'com.xxx.xxx:id/tv_pay') reset_next_btn = (By.ID, 'com.xxx.xxx:id/reset_btn') oil_no_btn = (MobileBy.ANDROID_UIAUTOMATOR, 'new UiSelector().resourceId("com.xxx.xxx:id/oilName").text("{}")') price = (By.ID, 'com.xxx.xxx:id/xxxPrice') @logged def click_gun_no(self): """点击油枪""" self.find_element(*self.gun_name_btn).click() @logged def get_gun_no_text(self): """获取枪号""" return self.find_element(*self.gun_name_btn).get_attribute('text') @logged def click_oil_no_text(self, oil_no): """点击油号""" by, el = self.oil_no_btn return self.android_uiautomator(*(by, el.format(oil_no))).click() @logged def click_money_btn(self, btn_num=1): """点击金额""" by, el = self.money_btn el = el.format(btn_num) self.hide_keyboard() if self.find_element(*(by, el)).get_attribute('clickable'): # 定位到金额1按钮 self.find_element(*(by, el)).click() else: logger.info("弹出系统键盘了") # self.hide_keyboard() self.find_element(*(by, el)).click() @logged def get_input_money_text(self): """获取输入金额""" text = self.find_element(*self.money_input_box).get_attribute('text') return text @logged def click_next_btn(self): """点击下一步""" self.hide_keyboard() self.find_element(*self.next_btn).click() @logged def click_continue_next_btn(self, switch=True): """点击继续支付""" if self.find_element(*self.continue_card): if switch: self.find_element(*self.continue_next_btn).click() else: self.find_element(*self.reset_next_btn).click() else: self.click_next_btn() @logged def input_money(self, money): """输入金额""" self.find_element(*self.money_input_box).clear() self.find_element(*self.money_input_box).send_keys(money) @logged def check_oil_no(self, check_oil_no_text): """ TODO 目前这个方法有问题,需要图像识别重写 检车油号是否选择 """ by, el = self.oil_no_btn el = el.format(check_oil_no_text) text = self.android_uiautomator(*(by, el)) return text @logged def get_price_text(self): """获取当前油号价格""" price = self.find_element(*self.price).get_attribute('text') return price
[ 2, 48443, 14629, 14, 8800, 14, 24330, 21015, 18, 198, 2, 21004, 25, 3384, 69, 12, 23, 198, 37811, 198, 31, 9800, 25, 2019, 452, 71, 33591, 198, 31, 7753, 25, 3623, 13, 9078, 198, 31, 2435, 25, 12131, 12, 3070, 12, 1270, 1315, 25, 1959, 198, 37811, 198, 198, 6738, 2779, 13, 30854, 62, 37153, 1330, 1635, 628, 198, 4871, 14345, 12360, 7, 14881, 9876, 2599, 198, 220, 220, 220, 37227, 162, 110, 117, 44165, 247, 46237, 99, 46349, 227, 37811, 198, 220, 220, 220, 2485, 62, 3672, 62, 46118, 796, 357, 3886, 13, 2389, 11, 705, 785, 13, 31811, 13, 31811, 25, 312, 14, 7145, 5376, 11537, 198, 220, 220, 220, 1637, 62, 15414, 62, 3524, 796, 357, 3886, 13, 2389, 11, 705, 785, 13, 31811, 13, 31811, 25, 312, 14, 316, 62, 15414, 62, 26316, 11537, 198, 220, 220, 220, 1637, 62, 46118, 796, 357, 3886, 13, 2389, 11, 705, 785, 13, 31811, 13, 31811, 25, 312, 14, 14981, 62, 26316, 23330, 92, 11537, 198, 220, 220, 220, 1306, 62, 46118, 796, 357, 3886, 13, 2389, 11, 705, 785, 13, 31811, 13, 31811, 25, 312, 14, 18347, 62, 10414, 2533, 11537, 198, 220, 220, 220, 2555, 62, 9517, 796, 357, 3886, 13, 2389, 11, 705, 19411, 25, 312, 14, 11299, 11537, 198, 220, 220, 220, 2555, 62, 19545, 62, 46118, 796, 357, 3886, 13, 2389, 11, 705, 785, 13, 31811, 13, 31811, 25, 312, 14, 14981, 62, 15577, 11537, 198, 220, 220, 220, 13259, 62, 19545, 62, 46118, 796, 357, 3886, 13, 2389, 11, 705, 785, 13, 31811, 13, 31811, 25, 312, 14, 42503, 62, 46118, 11537, 198, 220, 220, 220, 3056, 62, 3919, 62, 46118, 796, 357, 17066, 3886, 13, 6981, 13252, 2389, 62, 52, 3539, 3843, 2662, 25633, 11, 705, 3605, 471, 72, 17563, 273, 22446, 31092, 7390, 7203, 785, 13, 31811, 13, 31811, 25, 312, 14, 9437, 5376, 11074, 5239, 7203, 90, 92, 4943, 11537, 198, 220, 220, 220, 2756, 796, 357, 3886, 13, 2389, 11, 705, 785, 13, 31811, 13, 31811, 25, 312, 14, 31811, 18124, 11537, 628, 220, 220, 220, 2488, 6404, 2004, 198, 220, 220, 220, 825, 3904, 62, 7145, 62, 3919, 7, 944, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 163, 224, 117, 49035, 119, 162, 110, 117, 162, 252, 103, 37811, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 19796, 62, 30854, 46491, 944, 13, 7145, 62, 3672, 62, 46118, 737, 12976, 3419, 628, 220, 220, 220, 2488, 6404, 2004, 198, 220, 220, 220, 825, 651, 62, 7145, 62, 3919, 62, 5239, 7, 944, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 164, 236, 115, 20998, 244, 162, 252, 103, 20998, 115, 37811, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 2116, 13, 19796, 62, 30854, 46491, 944, 13, 7145, 62, 3672, 62, 46118, 737, 1136, 62, 42348, 10786, 5239, 11537, 628, 220, 220, 220, 2488, 6404, 2004, 198, 220, 220, 220, 825, 3904, 62, 9437, 62, 3919, 62, 5239, 7, 944, 11, 3056, 62, 3919, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 163, 224, 117, 49035, 119, 162, 110, 117, 20998, 115, 37811, 198, 220, 220, 220, 220, 220, 220, 220, 416, 11, 1288, 796, 2116, 13, 9437, 62, 3919, 62, 46118, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 2116, 13, 19411, 62, 84, 544, 315, 296, 1352, 46491, 7, 1525, 11, 1288, 13, 18982, 7, 9437, 62, 3919, 4008, 737, 12976, 3419, 628, 220, 220, 220, 2488, 6404, 2004, 198, 220, 220, 220, 825, 3904, 62, 26316, 62, 46118, 7, 944, 11, 275, 34106, 62, 22510, 28, 16, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 163, 224, 117, 49035, 119, 34932, 239, 165, 95, 251, 37811, 198, 220, 220, 220, 220, 220, 220, 220, 416, 11, 1288, 796, 2116, 13, 26316, 62, 46118, 198, 220, 220, 220, 220, 220, 220, 220, 1288, 796, 1288, 13, 18982, 7, 46118, 62, 22510, 8, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 24717, 62, 2539, 3526, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 611, 2116, 13, 19796, 62, 30854, 46491, 7, 1525, 11, 1288, 29720, 1136, 62, 42348, 10786, 12976, 540, 6, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 10263, 106, 248, 19526, 235, 26344, 108, 34932, 239, 165, 95, 251, 16, 162, 234, 231, 165, 240, 106, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 19796, 62, 30854, 46491, 7, 1525, 11, 1288, 29720, 12976, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 49706, 13, 10951, 7203, 28156, 117, 49035, 118, 163, 111, 119, 163, 119, 253, 165, 242, 106, 33566, 246, 12859, 228, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 2116, 13, 24717, 62, 2539, 3526, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 19796, 62, 30854, 46491, 7, 1525, 11, 1288, 29720, 12976, 3419, 628, 220, 220, 220, 2488, 6404, 2004, 198, 220, 220, 220, 825, 651, 62, 15414, 62, 26316, 62, 5239, 7, 944, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 164, 236, 115, 20998, 244, 164, 122, 241, 17739, 98, 34932, 239, 165, 95, 251, 37811, 198, 220, 220, 220, 220, 220, 220, 220, 2420, 796, 2116, 13, 19796, 62, 30854, 46491, 944, 13, 26316, 62, 15414, 62, 3524, 737, 1136, 62, 42348, 10786, 5239, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 2420, 628, 220, 220, 220, 2488, 6404, 2004, 198, 220, 220, 220, 825, 3904, 62, 19545, 62, 46118, 7, 944, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 163, 224, 117, 49035, 119, 10310, 233, 31660, 29826, 98, 37811, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 24717, 62, 2539, 3526, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 19796, 62, 30854, 46491, 944, 13, 19545, 62, 46118, 737, 12976, 3419, 628, 220, 220, 220, 2488, 6404, 2004, 198, 220, 220, 220, 825, 3904, 62, 43043, 62, 19545, 62, 46118, 7, 944, 11, 5078, 28, 17821, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 163, 224, 117, 49035, 119, 163, 119, 100, 163, 119, 255, 162, 242, 107, 20015, 246, 37811, 198, 220, 220, 220, 220, 220, 220, 220, 611, 2116, 13, 19796, 62, 30854, 46491, 944, 13, 43043, 62, 9517, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 5078, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 19796, 62, 30854, 46491, 944, 13, 43043, 62, 19545, 62, 46118, 737, 12976, 3419, 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, 13, 19796, 62, 30854, 46491, 944, 13, 42503, 62, 19545, 62, 46118, 737, 12976, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 12976, 62, 19545, 62, 46118, 3419, 628, 220, 220, 220, 2488, 6404, 2004, 198, 220, 220, 220, 825, 5128, 62, 26316, 7, 944, 11, 1637, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 164, 122, 241, 17739, 98, 34932, 239, 165, 95, 251, 37811, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 19796, 62, 30854, 46491, 944, 13, 26316, 62, 15414, 62, 3524, 737, 20063, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 19796, 62, 30854, 46491, 944, 13, 26316, 62, 15414, 62, 3524, 737, 21280, 62, 13083, 7, 26316, 8, 628, 220, 220, 220, 2488, 6404, 2004, 198, 220, 220, 220, 825, 2198, 62, 9437, 62, 3919, 7, 944, 11, 2198, 62, 9437, 62, 3919, 62, 5239, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 16926, 46, 13328, 249, 106, 30298, 235, 32573, 247, 10310, 103, 43095, 37345, 243, 17312, 231, 29785, 106, 165, 95, 246, 171, 120, 234, 165, 250, 222, 17358, 223, 32368, 122, 161, 225, 237, 46237, 228, 26344, 104, 34932, 235, 37863, 247, 198, 220, 220, 220, 220, 220, 220, 220, 10545, 96, 222, 164, 121, 99, 162, 110, 117, 20998, 115, 42468, 28938, 99, 34460, 231, 162, 233, 102, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 416, 11, 1288, 796, 2116, 13, 9437, 62, 3919, 62, 46118, 198, 220, 220, 220, 220, 220, 220, 220, 1288, 796, 1288, 13, 18982, 7, 9122, 62, 9437, 62, 3919, 62, 5239, 8, 198, 220, 220, 220, 220, 220, 220, 220, 2420, 796, 2116, 13, 19411, 62, 84, 544, 315, 296, 1352, 46491, 7, 1525, 11, 1288, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 2420, 628, 220, 220, 220, 2488, 6404, 2004, 198, 220, 220, 220, 825, 651, 62, 20888, 62, 5239, 7, 944, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 164, 236, 115, 20998, 244, 37605, 241, 30298, 235, 162, 110, 117, 20998, 115, 20015, 115, 43718, 120, 37811, 198, 220, 220, 220, 220, 220, 220, 220, 2756, 796, 2116, 13, 19796, 62, 30854, 46491, 944, 13, 20888, 737, 1136, 62, 42348, 10786, 5239, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 2756, 198 ]
1.831325
1,577
from grafana_backup.save_dashboards import main as save_dashboards from grafana_backup.save_datasources import main as save_datasources from grafana_backup.save_folders import main as save_folders from grafana_backup.save_alert_channels import main as save_alert_channels from grafana_backup.archive import main as archive
[ 6738, 7933, 69, 2271, 62, 1891, 929, 13, 21928, 62, 42460, 12821, 1330, 1388, 355, 3613, 62, 42460, 12821, 198, 6738, 7933, 69, 2271, 62, 1891, 929, 13, 21928, 62, 19608, 292, 2203, 1330, 1388, 355, 3613, 62, 19608, 292, 2203, 198, 6738, 7933, 69, 2271, 62, 1891, 929, 13, 21928, 62, 11379, 364, 1330, 1388, 355, 3613, 62, 11379, 364, 198, 6738, 7933, 69, 2271, 62, 1891, 929, 13, 21928, 62, 44598, 62, 354, 8961, 1330, 1388, 355, 3613, 62, 44598, 62, 354, 8961, 198, 6738, 7933, 69, 2271, 62, 1891, 929, 13, 17474, 1330, 1388, 355, 15424, 628 ]
3.24
100
# This is Hydroponic project in MicroPython with the ESP32 board. # Using devices are SSD1306 OLED, DS18B20, BME280, and Touch Pin. # # Copyright (c) 2020 ks-tec # # Permission is hereby granted, free of charge, to any person obtaining # a copy of this software and associated documentation files (the "Software"), # to dealin the Software without restriction, including without limitation # the rights to use, copy, modify, merge, publish, distribute, sublicense, # and/or sellcopies of the Software, and to permit persons to whom the Software # is furnished to do so, subject to the following conditions: # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL # THE AUTHORS OR COPYRIGHT HOLDERS BE NOT LIABLE FOR ANY CLAIM, DAMAGES OR # OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, # ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR # OTHER DEALINGS INTHE SOFTWARE. from machine import I2C, Pin, TouchPad import os, sys, machine, onewire, ubinascii, ujson, utime, _thread from lib import ssd1306, bme280, ds18, relay, waterlevel, util from resource import splashicon # application setting file CONFIG_FILE = "hydroponic.json" # ==================== Main Functions ==================== def main(): """ Main function for Hydroponic system. """ splash_screen() utime.sleep_ms(DISPLAY_WAITING_SPLASH) check_platform() utime.sleep_ms(DISPLAY_WAITING_PLATFORM) # thread start _thread.start_new_thread(display_callback, (1, OLED_INTERVAL - ds18.reading_wait)) _thread.start_new_thread(wsupply_callback, (2, WATER_SUPPLY_ON_INTERVAL, WATER_SUPPLY_OFF_INTERVAL)) # ==================== Callback Functions ==================== def display_callback(id, interval_ms): """ Callback function for read values from BME280 and DS18x20, water level detector. After that, bellow showing values to OLED. Args: id : thread id interval_ms : interval time to repeat this function """ while True: oled.fill(0) oled.text("[air]", 0, 0) # [air] oled.text("T=" + bme.values[0], 0, 10) # - temperature oled.text("H=" + bme.values[2], 64, 10) # - humidity oled.text("P=" + bme.values[1], 0, 20) # - pressure oled.text("[water]", 0, 30) # [water] oled.text("W=" + ds18.values[0], 0, 40) # - temperature if wlevel is not None: oled.text("L=" + get_wlevel(), 64, 40) # - water level oled.show() for cnt in range(3600): # max waiting 1hour = 60min = 3600sec utime.sleep_ms(1000) oled.text(".", 8*cnt, 55) oled.show() waiting = (cnt + 1) * 1000 if interval_ms <= waiting: # waiting limit has exceeded interval_ms break cnt += 1 def wsupply_callback(id, interval_on_ms, interval_off_ms): """ Callback function for water supply relay control. The water supply relay switch to ON when the water level is under water supply start level. The water supply relay switch to OFF when the water level is over the water supply funish level. The thread loop can not start and it is terminated, if the water supply is on and the water level detection is off. Args: id : thread id interval_on_ms : interval time to detect the water level and turn on the relay interval_off_ms : interval time to detect the water level and turn off the relay """ while True: # thread loop is finish, because water supply is off in setting if wsupply is None: break # thread loop is finish, because water level dection is off in setting if wlevel is None: print("=" * 20) print("Warning @{}".format(wsupply_callback.__name__)) print(" The thread for automatic water relay control is terminated because water level dection is off.") print("=" * 20) break # when the detected water level is under the water supply start level value = get_wlevel(False) if value < wsupply.supply_start: print("water supply swith to ON. (L={:3.1f})".format(value)) wsupply.on() # continue water supply until water supply finish level while value < wsupply.supply_finish: utime.sleep_ms(interval_off_ms) value = get_wlevel(False) # print("L=({})".format(value)) # when the detected water level is over the water supply finish level wsupply.off() print("water supply swith to OFF. (L={:3.1f})".format(value)) utime.sleep_ms(interval_on_ms) def conv_temperature(value, unit): """ """ if type(unit) is str and unit.upper() in ["C", "F"]: raise TypeError("the type of paramter unit must be string.") if unit.upper() == "C": pass elif unit.upper() == "F": value = value * 1.8 + 32 else: raise ValueError("") return value # ==================== Configuration Functions ==================== def load_settings(filename): """ Load application setting values from specified file. The contents of the file must be in json format, and keywords are fixed. The read value is converted once as string, and then re-converted to the required data type and held in each global variables. Args: filename : file name of setting file Raises: ValueError : A filename of settings is not specified. OSError : A setting file is not exists. """ global DISPLAY_SPLASH_ICON, DISPLAY_WAITING_SPLASH, DISPLAY_WAITING_PLATFORM, DISPLAY_TEMPERATURE_UNIT global OLED_PIN_SCL, OLED_PIN_SDA, OLED_ADDRESS, OLED_WIDTH, OLED_HEIGHT, OLED_INTERVAL global BME280_PIN_SCL, BME280_PIN_SDA, BME280_ADDRESS global DS18_PIN_DQ, DS18_ADDRESS, DS18_READING_WAIT global WATER_LEVEL_ENABLE, WATER_LEVEL_PIN, WATER_LEVEL_SENSE_MAX, WATER_LEVEL_SENSE_MIN global WATER_SUPPLY_ENABLE, WATER_SUPPLY_PIN, WATER_SUPPLY_START, WATER_SUPPLY_FINISH, WATER_SUPPLY_ON_INTERVAL, WATER_SUPPLY_OFF_INTERVAL if filename is None or len(filename) == 0: raise ValueError("An application setting file is required.") elif filename not in os.listdir(): raise OSError("An application setting file is NOT exists.") with open(filename) as f: settings = ujson.load(f) # COMMON settings DISPLAY_SPLASH_ICON = str(settings["COMMON"]["SPLASH_ICON"]).lower() DISPLAY_WAITING_SPLASH = int(str(settings["COMMON"]["SPLASH_WAITING"])) DISPLAY_WAITING_PLATFORM = int(str(settings["COMMON"]["PLATFORM_WAITING"])) DISPLAY_TEMPERATURE_UNIT = str(settings["COMMON"]["TEMPERATURE_UNIT"]) # OLED settings OLED_PIN_SCL = int(str(settings["OLED"]["PIN_SCL"])) OLED_PIN_SDA = int(str(settings["OLED"]["PIN_SDA"])) OLED_ADDRESS = int(str(settings["OLED"]["ADDRESS"])) OLED_WIDTH = int(str(settings["OLED"]["WIDTH"])) OLED_HEIGHT = int(str(settings["OLED"]["HEIGHT"])) OLED_INTERVAL = int(str(settings["OLED"]["DISPLAY_INTERVAL"])) # BME280 settings BME280_PIN_SCL = int(str(settings["BME280"]["PIN_SCL"])) BME280_PIN_SDA = int(str(settings["BME280"]["PIN_SDA"])) BME280_ADDRESS = int(str(settings["BME280"]["ADDRESS"])) # DS18B20 settinsgs DS18_PIN_DQ = int(str(settings["DS18X20"]["PIN_DQ"])) DS18_ADDRESS = [int(str(addr)) for addr in settings["DS18X20"]["ADDRESS"]] DS18_READING_WAIT = int(str(settings["DS18X20"]["READING_WAIT"])) # WATER LEVEL SENSOR settings WATER_LEVEL_ENABLE = util.strtobool(str(settings["WATER_LEVEL"]["IS_ENABLE"])) WATER_LEVEL_PIN = int(str(settings["WATER_LEVEL"]["PIN_DQ"])) WATER_LEVEL_SENSE_MAX = int(str(settings["WATER_LEVEL"]["SENSE_MAX"])) WATER_LEVEL_SENSE_MIN = int(str(settings["WATER_LEVEL"]["SENSE_MIN"])) # WATER SUPPLY RELAY settings WATER_SUPPLY_ENABLE = util.strtobool(str(settings["WATER_SUPPLY"]["IS_ENABLE"])) WATER_SUPPLY_PIN = int(str(settings["WATER_SUPPLY"]["PIN_DQ"])) WATER_SUPPLY_START = float(str(settings["WATER_SUPPLY"]["SUPPLY_START"])) WATER_SUPPLY_FINISH = float(str(settings["WATER_SUPPLY"]["SUPPLY_FINISH"])) WATER_SUPPLY_ON_INTERVAL = int(str(settings["WATER_SUPPLY"]["DETECT_INTERVAL_ON"])) WATER_SUPPLY_OFF_INTERVAL = int(str(settings["WATER_SUPPLY"]["DETECT_INTERVAL_OFF"])) # ==================== I2C device Functions ==================== def detect_i2c_device(i2c=None, device=None, address=None): """ I2C device scan and it was found or else, show message. Args: i2c : machine.I2C object device : name of I2C device to display address : address of I2C device Raises: ValueError : One of the paramters is not specified. """ if i2c is None: raise ValueError("An I2C object is required.") if address is None: raise ValueError("A device address is required.") if device is None or len(device) == 0: raise ValueError("A device name is required.") print("Detecting {} ...".format(device)) i2cDevs = i2c.scan() for idx, dev in enumerate(i2cDevs): if dev == address: print(" Found {} device: ['{}']".format(device, hex(dev))) break else: print(" NOT Found I2C device, check wiring of device !") # ==================== SPI device Functions ==================== def detect_ow_device(ow=None, device=None, address=None): """ 1-Wire device scan and it was found, show message. Args: ow : machine.OneWire object device : name of 1-Wire device to display address : list of address for 1-Wire deviece address Raises: ValueError : One of the paramters is not specified. """ if ow is None: raise ValueError("An ow object is required.") if address is None: raise ValueError("A device address is required.") if device is None or len(device) == 0: raise ValueError("A device name is required.") print("Detecting {} ...".format(device)) owDevs = ow.scan() for idx, dev in enumerate(owDevs): addr_int = [int(r) for r in dev] if addr_int == address: print(" Found {} device: {}".format(device, [hex(r) for r in dev])) break else: print(" NOT Found 1-Wire device, check wiring of device !") # ==================== Platform Functions ==================== def check_platform(): """ Check running platform, and show result to OLED. Raises: OSError : The running platform is not ESP32 board. """ platform = sys.platform chip_id = str(ubinascii.hexlify(machine.unique_id()))[2:14] pclk = machine.freq() // (1000 ** 2) supported = " Supported" if platform != "esp32": raise OSError("Platform is esp32 board required.") oled.fill(0) oled.show() oled.text(platform, 0, 0) oled.text(supported, 0, 10) oled.text("UID {}".format(chip_id), 0, 20) oled.text("PCLK {}MHz".format(pclk) , 0, 30) oled.show() print("-" * 20) print("PLATFORM : {}".format(platform)) print("CHIP UID : {}".format(chip_id)) print("PERIPHERAL CLOCK : {} MHz".format(pclk)) print("-" * 20) # ==================== OLED Functions ==================== def splash_screen(): """ Splash logo image to OLED from binary array. Raises: ValueError : The parameter value is not in "v" "vertical" "h" "horizontal". """ icon = None if DISPLAY_SPLASH_ICON in ["vertical", "v"]: icon = splashicon.SplashIcon.logo_v() elif DISPLAY_SPLASH_ICON in ["horizontal", "h"]: icon = splashicon.SplashIcon.logo_h() else: raise ValueError("The value of 'DISPLAY_SPLASH_ICON' can specify 'v' or 'h' only.") dx = (oled.width - icon.logo_width) // 2 dy = (oled.height - icon.logo_height) // 2 oled.fill(0) oled.show() for y, fila in enumerate(icon.logo_icon): for x, c in enumerate(fila): oled.pixel(x + dx, y + dy, c) oled.show() # ==================== Water Level Functions ==================== def get_wlevel(with_unit=True): """ Remove units from the tuple head index value returned by WaterLevelSensor. And returns it as a float value. Also, it uses a lock object because it is called from within the thread. Args: with_unit : False is remove units, True does nothing. True is default value. Retun: The value part of the tuple head index value returned by WaterLevelSensor. """ if wlevel is None: raise OSError("The water level dection setting is off, must be on.") with lock: ret_value = wlevel.values[0] if with_unit == False: ret_value = float(ret_value[:len(ret_value)-2]) return ret_value # ==================== Entry Point ==================== if __name__ == "__main__": """ Entry point at functional execution. """ try: # load configuration values load_settings(CONFIG_FILE) # gobal devices initialization (I2C OLED SSD1306) i2c = I2C(scl=Pin(OLED_PIN_SCL), sda=Pin(OLED_PIN_SDA)) oled = ssd1306.SSD1306_I2C(width=OLED_WIDTH, height=OLED_HEIGHT, i2c=i2c) detect_i2c_device(i2c, "SSD1306", OLED_ADDRESS) # gobal devices initialization (I2C BME280) i2c = I2C(scl=Pin(BME280_PIN_SCL), sda=Pin(BME280_PIN_SDA)) bme = bme280.BME280(i2c=i2c, unit=DISPLAY_TEMPERATURE_UNIT) detect_i2c_device(i2c, "BME280", BME280_ADDRESS) # gobal devices initialization (1-Wire DS18B20) ow = onewire.OneWire(pin=Pin(DS18_PIN_DQ)) ds18 = ds18.DS18(ow=ow, reading_wait=DS18_READING_WAIT, unit=DISPLAY_TEMPERATURE_UNIT) detect_ow_device(ds18, "DS18X20", DS18_ADDRESS) # global devices initialization (Water Level Capacitive Sensor) wlevel = None if WATER_LEVEL_ENABLE == True: tp = TouchPad(Pin(WATER_LEVEL_PIN)) wlevel = waterlevel.WaterLevelSensor(tp=tp, sense_max=WATER_LEVEL_SENSE_MAX, sense_min=WATER_LEVEL_SENSE_MIN) # global devices initialization (Water Supply Relay) wsupply = None if WATER_SUPPLY_ENABLE == True: wsupply = relay.Relay(pin=Pin(WATER_SUPPLY_PIN, mode=Pin.OUT), supply_start=WATER_SUPPLY_START, supply_finish=WATER_SUPPLY_FINISH) wsupply.off() # call main routine lock = _thread.allocate_lock() main() except Exception as e: print("\nAn error has occured !") print("-" * 20) sys.print_exception(e) print("-" * 20)
[ 2, 770, 318, 15084, 1773, 9229, 1628, 287, 4527, 37906, 351, 262, 9428, 2624, 3096, 13, 198, 2, 8554, 4410, 389, 21252, 12952, 21, 47463, 11, 17400, 1507, 33, 1238, 11, 347, 11682, 21033, 11, 290, 15957, 13727, 13, 198, 2, 198, 2, 15069, 357, 66, 8, 12131, 479, 82, 12, 36281, 198, 2, 198, 2, 2448, 3411, 318, 29376, 7520, 11, 1479, 286, 3877, 11, 284, 597, 1048, 16727, 198, 2, 257, 4866, 286, 428, 3788, 290, 3917, 10314, 3696, 357, 1169, 366, 25423, 12340, 198, 2, 284, 1730, 259, 262, 10442, 1231, 17504, 11, 1390, 1231, 17385, 198, 2, 262, 2489, 284, 779, 11, 4866, 11, 13096, 11, 20121, 11, 7715, 11, 14983, 11, 850, 43085, 11, 198, 2, 290, 14, 273, 3677, 22163, 444, 286, 262, 10442, 11, 290, 284, 8749, 6506, 284, 4150, 262, 10442, 198, 2, 318, 30760, 284, 466, 523, 11, 2426, 284, 262, 1708, 3403, 25, 198, 2, 198, 2, 3336, 47466, 3180, 36592, 2389, 1961, 366, 1921, 3180, 1600, 42881, 34764, 56, 3963, 15529, 509, 12115, 11, 7788, 32761, 6375, 198, 2, 8959, 49094, 11, 47783, 2751, 21728, 5626, 40880, 5390, 3336, 34764, 11015, 3963, 34482, 3398, 1565, 5603, 25382, 11, 198, 2, 376, 46144, 7473, 317, 16652, 2149, 37232, 33079, 48933, 5357, 44521, 1268, 10913, 2751, 12529, 13, 3268, 8005, 49261, 50163, 198, 2, 3336, 37195, 20673, 6375, 27975, 38162, 9947, 367, 15173, 4877, 9348, 5626, 43031, 19146, 7473, 15529, 47666, 3955, 11, 29506, 25552, 6375, 198, 2, 25401, 43031, 25382, 11, 7655, 2767, 16879, 3268, 3537, 40282, 3963, 27342, 10659, 11, 309, 9863, 6375, 25401, 54, 24352, 11, 198, 2, 5923, 1797, 2751, 16034, 11, 16289, 3963, 6375, 3268, 7102, 45, 24565, 13315, 3336, 47466, 6375, 3336, 23210, 6375, 198, 2, 25401, 5550, 1847, 20754, 3268, 10970, 47466, 13, 628, 198, 6738, 4572, 1330, 314, 17, 34, 11, 13727, 11, 15957, 26114, 198, 11748, 28686, 11, 25064, 11, 4572, 11, 319, 413, 557, 11, 334, 8800, 292, 979, 72, 11, 334, 17752, 11, 3384, 524, 11, 4808, 16663, 198, 198, 6738, 9195, 1330, 264, 21282, 12952, 21, 11, 275, 1326, 21033, 11, 288, 82, 1507, 11, 24248, 11, 1660, 5715, 11, 7736, 198, 6738, 8271, 1330, 22870, 4749, 628, 198, 2, 3586, 4634, 2393, 198, 10943, 16254, 62, 25664, 796, 366, 15511, 1773, 9229, 13, 17752, 1, 628, 198, 2, 36658, 18604, 8774, 40480, 36658, 18604, 198, 198, 4299, 1388, 33529, 198, 220, 37227, 198, 220, 8774, 2163, 329, 15084, 1773, 9229, 1080, 13, 198, 220, 37227, 198, 220, 22870, 62, 9612, 3419, 198, 220, 3384, 524, 13, 42832, 62, 907, 7, 26288, 31519, 62, 15543, 2043, 2751, 62, 4303, 43, 11211, 8, 628, 220, 2198, 62, 24254, 3419, 198, 220, 3384, 524, 13, 42832, 62, 907, 7, 26288, 31519, 62, 15543, 2043, 2751, 62, 6489, 1404, 21389, 8, 628, 220, 1303, 4704, 923, 198, 220, 4808, 16663, 13, 9688, 62, 3605, 62, 16663, 7, 13812, 62, 47423, 11, 357, 16, 11, 47463, 62, 41358, 23428, 532, 288, 82, 1507, 13, 25782, 62, 17077, 4008, 198, 220, 4808, 16663, 13, 9688, 62, 3605, 62, 16663, 7, 86, 18608, 306, 62, 47423, 11, 357, 17, 11, 370, 23261, 62, 40331, 6489, 56, 62, 1340, 62, 41358, 23428, 11, 370, 23261, 62, 40331, 6489, 56, 62, 27977, 62, 41358, 23428, 4008, 628, 198, 2, 36658, 18604, 4889, 1891, 40480, 36658, 18604, 198, 198, 4299, 3359, 62, 47423, 7, 312, 11, 16654, 62, 907, 2599, 198, 220, 37227, 198, 220, 4889, 1891, 2163, 329, 1100, 3815, 422, 347, 11682, 21033, 290, 17400, 1507, 87, 1238, 11, 1660, 1241, 31029, 13, 198, 220, 2293, 326, 11, 8966, 322, 4478, 3815, 284, 47463, 13, 628, 220, 943, 14542, 25, 198, 220, 220, 220, 4686, 1058, 4704, 4686, 198, 220, 220, 220, 16654, 62, 907, 1058, 16654, 640, 284, 9585, 428, 2163, 198, 220, 37227, 198, 220, 981, 6407, 25, 198, 220, 220, 220, 267, 992, 13, 20797, 7, 15, 8, 198, 220, 220, 220, 267, 992, 13, 5239, 7203, 58, 958, 60, 1600, 657, 11, 657, 8, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 685, 958, 60, 198, 220, 220, 220, 267, 992, 13, 5239, 7203, 51, 2625, 1343, 275, 1326, 13, 27160, 58, 15, 4357, 220, 657, 11, 838, 8, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 532, 5951, 198, 220, 220, 220, 267, 992, 13, 5239, 7203, 39, 2625, 1343, 275, 1326, 13, 27160, 58, 17, 4357, 5598, 11, 838, 8, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 532, 27716, 198, 220, 220, 220, 267, 992, 13, 5239, 7203, 47, 2625, 1343, 275, 1326, 13, 27160, 58, 16, 4357, 220, 657, 11, 1160, 8, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 532, 3833, 198, 220, 220, 220, 267, 992, 13, 5239, 7203, 58, 7050, 60, 1600, 657, 11, 1542, 8, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 685, 7050, 60, 198, 220, 220, 220, 267, 992, 13, 5239, 7203, 54, 2625, 1343, 288, 82, 1507, 13, 27160, 58, 15, 4357, 220, 220, 220, 657, 11, 2319, 8, 220, 220, 220, 220, 220, 1303, 532, 5951, 198, 220, 220, 220, 611, 266, 5715, 318, 407, 6045, 25, 198, 220, 220, 220, 220, 220, 267, 992, 13, 5239, 7203, 43, 2625, 1343, 651, 62, 86, 5715, 22784, 5598, 11, 2319, 8, 220, 220, 220, 220, 220, 220, 220, 1303, 532, 1660, 1241, 198, 220, 220, 220, 267, 992, 13, 12860, 3419, 628, 220, 220, 220, 329, 269, 429, 287, 2837, 7, 2623, 405, 2599, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 3509, 4953, 352, 9769, 796, 3126, 1084, 796, 4570, 405, 2363, 198, 220, 220, 220, 220, 220, 3384, 524, 13, 42832, 62, 907, 7, 12825, 8, 628, 220, 220, 220, 220, 220, 267, 992, 13, 5239, 7203, 33283, 807, 9, 66, 429, 11, 5996, 8, 198, 220, 220, 220, 220, 220, 267, 992, 13, 12860, 3419, 628, 220, 220, 220, 220, 220, 4953, 796, 357, 66, 429, 1343, 352, 8, 1635, 8576, 198, 220, 220, 220, 220, 220, 611, 16654, 62, 907, 19841, 4953, 25, 220, 220, 220, 220, 220, 220, 1303, 4953, 4179, 468, 20672, 16654, 62, 907, 198, 220, 220, 220, 220, 220, 220, 220, 2270, 198, 220, 220, 220, 220, 220, 269, 429, 15853, 352, 198, 198, 4299, 266, 18608, 306, 62, 47423, 7, 312, 11, 16654, 62, 261, 62, 907, 11, 16654, 62, 2364, 62, 907, 2599, 198, 220, 37227, 198, 220, 4889, 1891, 2163, 329, 1660, 5127, 24248, 1630, 13, 198, 220, 383, 1660, 5127, 24248, 5078, 284, 6177, 618, 262, 1660, 1241, 318, 739, 1660, 5127, 923, 1241, 13, 198, 220, 383, 1660, 5127, 24248, 5078, 284, 18562, 618, 262, 1660, 1241, 318, 625, 262, 1660, 5127, 1257, 680, 1241, 13, 198, 220, 383, 4704, 9052, 460, 407, 923, 290, 340, 318, 23083, 11, 611, 262, 1660, 5127, 318, 319, 290, 262, 1660, 1241, 13326, 318, 572, 13, 628, 220, 943, 14542, 25, 198, 220, 220, 220, 4686, 1058, 4704, 4686, 198, 220, 220, 220, 16654, 62, 261, 62, 907, 1058, 16654, 640, 284, 4886, 262, 1660, 1241, 290, 1210, 319, 262, 24248, 198, 220, 220, 220, 16654, 62, 2364, 62, 907, 1058, 16654, 640, 284, 4886, 262, 1660, 1241, 290, 1210, 572, 262, 24248, 198, 220, 37227, 198, 220, 981, 6407, 25, 198, 220, 220, 220, 1303, 4704, 9052, 318, 5461, 11, 780, 1660, 5127, 318, 572, 287, 4634, 198, 220, 220, 220, 611, 266, 18608, 306, 318, 6045, 25, 198, 220, 220, 220, 220, 220, 2270, 628, 220, 220, 220, 1303, 4704, 9052, 318, 5461, 11, 780, 1660, 1241, 390, 596, 318, 572, 287, 4634, 198, 220, 220, 220, 611, 266, 5715, 318, 6045, 25, 198, 220, 220, 220, 220, 220, 3601, 7203, 2625, 1635, 1160, 8, 198, 220, 220, 220, 220, 220, 3601, 7203, 20361, 220, 2488, 90, 92, 1911, 18982, 7, 86, 18608, 306, 62, 47423, 13, 834, 3672, 834, 4008, 198, 220, 220, 220, 220, 220, 3601, 7203, 220, 383, 4704, 329, 11353, 1660, 24248, 1630, 318, 23083, 780, 1660, 1241, 390, 596, 318, 572, 19570, 198, 220, 220, 220, 220, 220, 3601, 7203, 2625, 1635, 1160, 8, 198, 220, 220, 220, 220, 220, 2270, 628, 220, 220, 220, 1303, 618, 262, 12326, 1660, 1241, 318, 739, 262, 1660, 5127, 923, 1241, 198, 220, 220, 220, 1988, 796, 651, 62, 86, 5715, 7, 25101, 8, 198, 220, 220, 220, 611, 1988, 1279, 266, 18608, 306, 13, 18608, 306, 62, 9688, 25, 198, 220, 220, 220, 220, 220, 3601, 7203, 7050, 5127, 1509, 342, 284, 6177, 13, 220, 357, 43, 34758, 25, 18, 13, 16, 69, 30072, 1911, 18982, 7, 8367, 4008, 198, 220, 220, 220, 220, 220, 266, 18608, 306, 13, 261, 3419, 628, 220, 220, 220, 220, 220, 1303, 2555, 1660, 5127, 1566, 1660, 5127, 5461, 1241, 198, 220, 220, 220, 220, 220, 981, 1988, 1279, 266, 18608, 306, 13, 18608, 306, 62, 15643, 680, 25, 198, 220, 220, 220, 220, 220, 220, 220, 3384, 524, 13, 42832, 62, 907, 7, 3849, 2100, 62, 2364, 62, 907, 8, 198, 220, 220, 220, 220, 220, 220, 220, 1988, 796, 651, 62, 86, 5715, 7, 25101, 8, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 3601, 7203, 43, 28, 15090, 30072, 1911, 18982, 7, 8367, 4008, 628, 220, 220, 220, 220, 220, 1303, 618, 262, 12326, 1660, 1241, 318, 625, 262, 1660, 5127, 5461, 1241, 198, 220, 220, 220, 220, 220, 266, 18608, 306, 13, 2364, 3419, 198, 220, 220, 220, 220, 220, 3601, 7203, 7050, 5127, 1509, 342, 284, 18562, 13, 357, 43, 34758, 25, 18, 13, 16, 69, 30072, 1911, 18982, 7, 8367, 4008, 628, 220, 220, 220, 3384, 524, 13, 42832, 62, 907, 7, 3849, 2100, 62, 261, 62, 907, 8, 198, 198, 4299, 3063, 62, 11498, 21069, 7, 8367, 11, 4326, 2599, 198, 220, 37227, 198, 220, 37227, 198, 220, 611, 2099, 7, 20850, 8, 318, 965, 290, 4326, 13, 45828, 3419, 287, 14631, 34, 1600, 366, 37, 1, 5974, 198, 220, 220, 220, 5298, 5994, 12331, 7203, 1169, 2099, 286, 5772, 353, 4326, 1276, 307, 4731, 19570, 628, 220, 611, 4326, 13, 45828, 3419, 6624, 366, 34, 1298, 198, 220, 220, 220, 1208, 198, 220, 1288, 361, 4326, 13, 45828, 3419, 6624, 366, 37, 1298, 198, 220, 220, 220, 1988, 796, 1988, 1635, 352, 13, 23, 1343, 3933, 198, 220, 2073, 25, 198, 220, 220, 220, 5298, 11052, 12331, 7203, 4943, 198, 220, 220, 198, 220, 1441, 1988, 198, 220, 220, 220, 628, 198, 2, 36658, 18604, 28373, 40480, 36658, 18604, 198, 198, 4299, 3440, 62, 33692, 7, 34345, 2599, 198, 220, 37227, 198, 220, 8778, 3586, 4634, 3815, 422, 7368, 2393, 13, 198, 220, 383, 10154, 286, 262, 2393, 1276, 307, 287, 33918, 5794, 11, 290, 26286, 389, 5969, 13, 198, 220, 383, 1100, 1988, 318, 11513, 1752, 355, 4731, 11, 290, 788, 302, 12, 1102, 13658, 284, 262, 2672, 1366, 2099, 290, 2714, 287, 1123, 3298, 9633, 13, 628, 220, 943, 14542, 25, 198, 220, 220, 220, 29472, 1058, 2393, 1438, 286, 4634, 2393, 628, 220, 7567, 2696, 25, 198, 220, 220, 220, 11052, 12331, 1058, 317, 29472, 286, 6460, 318, 407, 7368, 13, 198, 220, 220, 220, 440, 5188, 81, 1472, 1058, 317, 4634, 2393, 318, 407, 7160, 13, 198, 220, 37227, 198, 220, 3298, 13954, 31519, 62, 4303, 43, 11211, 62, 2149, 1340, 11, 13954, 31519, 62, 15543, 2043, 2751, 62, 4303, 43, 11211, 11, 13954, 31519, 62, 15543, 2043, 2751, 62, 6489, 1404, 21389, 11, 13954, 31519, 62, 51, 3620, 18973, 40086, 62, 4944, 2043, 198, 220, 3298, 47463, 62, 44032, 62, 50, 5097, 11, 47463, 62, 44032, 62, 50, 5631, 11, 47463, 62, 2885, 7707, 7597, 11, 47463, 62, 54, 2389, 4221, 11, 47463, 62, 13909, 9947, 11, 47463, 62, 41358, 23428, 198, 220, 3298, 347, 11682, 21033, 62, 44032, 62, 50, 5097, 11, 347, 11682, 21033, 62, 44032, 62, 50, 5631, 11, 347, 11682, 21033, 62, 2885, 7707, 7597, 198, 220, 3298, 17400, 1507, 62, 44032, 62, 35, 48, 11, 17400, 1507, 62, 2885, 7707, 7597, 11, 17400, 1507, 62, 15675, 2751, 62, 15543, 2043, 198, 220, 3298, 370, 23261, 62, 2538, 18697, 62, 1677, 17534, 11, 370, 23261, 62, 2538, 18697, 62, 44032, 11, 370, 23261, 62, 2538, 18697, 62, 50, 24290, 62, 22921, 11, 370, 23261, 62, 2538, 18697, 62, 50, 24290, 62, 23678, 198, 220, 3298, 370, 23261, 62, 40331, 6489, 56, 62, 1677, 17534, 11, 370, 23261, 62, 40331, 6489, 56, 62, 44032, 11, 370, 23261, 62, 40331, 6489, 56, 62, 2257, 7227, 11, 370, 23261, 62, 40331, 6489, 56, 62, 20032, 18422, 11, 370, 23261, 62, 40331, 6489, 56, 62, 1340, 62, 41358, 23428, 11, 370, 23261, 62, 40331, 6489, 56, 62, 27977, 62, 41358, 23428, 628, 220, 611, 29472, 318, 6045, 393, 18896, 7, 34345, 8, 6624, 657, 25, 198, 220, 220, 220, 5298, 11052, 12331, 7203, 2025, 3586, 4634, 2393, 318, 2672, 19570, 198, 220, 1288, 361, 29472, 407, 287, 28686, 13, 4868, 15908, 33529, 198, 220, 220, 220, 5298, 440, 5188, 81, 1472, 7203, 2025, 3586, 4634, 2393, 318, 5626, 7160, 19570, 628, 220, 351, 1280, 7, 34345, 8, 355, 277, 25, 198, 220, 220, 220, 6460, 796, 334, 17752, 13, 2220, 7, 69, 8, 628, 220, 1303, 22240, 1340, 6460, 198, 220, 13954, 31519, 62, 4303, 43, 11211, 62, 2149, 1340, 220, 220, 220, 220, 220, 796, 965, 7, 33692, 14692, 9858, 27857, 1, 7131, 1, 4303, 43, 11211, 62, 2149, 1340, 8973, 737, 21037, 3419, 198, 220, 13954, 31519, 62, 15543, 2043, 2751, 62, 4303, 43, 11211, 220, 220, 796, 493, 7, 2536, 7, 33692, 14692, 9858, 27857, 1, 7131, 1, 4303, 43, 11211, 62, 15543, 2043, 2751, 8973, 4008, 198, 220, 13954, 31519, 62, 15543, 2043, 2751, 62, 6489, 1404, 21389, 796, 493, 7, 2536, 7, 33692, 14692, 9858, 27857, 1, 7131, 1, 6489, 1404, 21389, 62, 15543, 2043, 2751, 8973, 4008, 198, 220, 13954, 31519, 62, 51, 3620, 18973, 40086, 62, 4944, 2043, 796, 965, 7, 33692, 14692, 9858, 27857, 1, 7131, 1, 51, 3620, 18973, 40086, 62, 4944, 2043, 8973, 8, 628, 220, 1303, 47463, 6460, 198, 220, 47463, 62, 44032, 62, 50, 5097, 220, 796, 493, 7, 2536, 7, 33692, 14692, 3535, 1961, 1, 7131, 1, 44032, 62, 50, 5097, 8973, 4008, 198, 220, 47463, 62, 44032, 62, 50, 5631, 220, 796, 493, 7, 2536, 7, 33692, 14692, 3535, 1961, 1, 7131, 1, 44032, 62, 50, 5631, 8973, 4008, 198, 220, 47463, 62, 2885, 7707, 7597, 220, 796, 493, 7, 2536, 7, 33692, 14692, 3535, 1961, 1, 7131, 1, 2885, 7707, 7597, 8973, 4008, 198, 220, 47463, 62, 54, 2389, 4221, 220, 220, 220, 796, 493, 7, 2536, 7, 33692, 14692, 3535, 1961, 1, 7131, 1, 54, 2389, 4221, 8973, 4008, 198, 220, 47463, 62, 13909, 9947, 220, 220, 796, 493, 7, 2536, 7, 33692, 14692, 3535, 1961, 1, 7131, 1, 13909, 9947, 8973, 4008, 198, 220, 47463, 62, 41358, 23428, 796, 493, 7, 2536, 7, 33692, 14692, 3535, 1961, 1, 7131, 1, 26288, 31519, 62, 41358, 23428, 8973, 4008, 628, 220, 1303, 347, 11682, 21033, 6460, 198, 220, 347, 11682, 21033, 62, 44032, 62, 50, 5097, 796, 493, 7, 2536, 7, 33692, 14692, 33, 11682, 21033, 1, 7131, 1, 44032, 62, 50, 5097, 8973, 4008, 198, 220, 347, 11682, 21033, 62, 44032, 62, 50, 5631, 796, 493, 7, 2536, 7, 33692, 14692, 33, 11682, 21033, 1, 7131, 1, 44032, 62, 50, 5631, 8973, 4008, 198, 220, 347, 11682, 21033, 62, 2885, 7707, 7597, 796, 493, 7, 2536, 7, 33692, 14692, 33, 11682, 21033, 1, 7131, 1, 2885, 7707, 7597, 8973, 4008, 628, 220, 1303, 17400, 1507, 33, 1238, 2970, 1040, 14542, 198, 220, 17400, 1507, 62, 44032, 62, 35, 48, 220, 220, 220, 220, 220, 220, 796, 493, 7, 2536, 7, 33692, 14692, 5258, 1507, 55, 1238, 1, 7131, 1, 44032, 62, 35, 48, 8973, 4008, 198, 220, 17400, 1507, 62, 2885, 7707, 7597, 220, 220, 220, 220, 220, 796, 685, 600, 7, 2536, 7, 29851, 4008, 329, 37817, 287, 6460, 14692, 5258, 1507, 55, 1238, 1, 7131, 1, 2885, 7707, 7597, 8973, 60, 198, 220, 17400, 1507, 62, 15675, 2751, 62, 15543, 2043, 796, 493, 7, 2536, 7, 33692, 14692, 5258, 1507, 55, 1238, 1, 7131, 1, 15675, 2751, 62, 15543, 2043, 8973, 4008, 628, 220, 1303, 370, 23261, 49277, 311, 16938, 1581, 6460, 198, 220, 370, 23261, 62, 2538, 18697, 62, 1677, 17534, 220, 220, 220, 796, 7736, 13, 2536, 83, 672, 970, 7, 2536, 7, 33692, 14692, 54, 23261, 62, 2538, 18697, 1, 7131, 1, 1797, 62, 1677, 17534, 8973, 4008, 198, 220, 370, 23261, 62, 2538, 18697, 62, 44032, 220, 220, 220, 220, 220, 220, 796, 493, 7, 2536, 7, 33692, 14692, 54, 23261, 62, 2538, 18697, 1, 7131, 1, 44032, 62, 35, 48, 8973, 4008, 198, 220, 370, 23261, 62, 2538, 18697, 62, 50, 24290, 62, 22921, 796, 493, 7, 2536, 7, 33692, 14692, 54, 23261, 62, 2538, 18697, 1, 7131, 1, 50, 24290, 62, 22921, 8973, 4008, 198, 220, 370, 23261, 62, 2538, 18697, 62, 50, 24290, 62, 23678, 796, 493, 7, 2536, 7, 33692, 14692, 54, 23261, 62, 2538, 18697, 1, 7131, 1, 50, 24290, 62, 23678, 8973, 4008, 628, 220, 1303, 370, 23261, 19549, 6489, 56, 29749, 4792, 6460, 198, 220, 370, 23261, 62, 40331, 6489, 56, 62, 1677, 17534, 220, 220, 220, 220, 220, 220, 796, 7736, 13, 2536, 83, 672, 970, 7, 2536, 7, 33692, 14692, 54, 23261, 62, 40331, 6489, 56, 1, 7131, 1, 1797, 62, 1677, 17534, 8973, 4008, 198, 220, 370, 23261, 62, 40331, 6489, 56, 62, 44032, 220, 220, 220, 220, 220, 220, 220, 220, 220, 796, 493, 7, 2536, 7, 33692, 14692, 54, 23261, 62, 40331, 6489, 56, 1, 7131, 1, 44032, 62, 35, 48, 8973, 4008, 198, 220, 370, 23261, 62, 40331, 6489, 56, 62, 2257, 7227, 220, 220, 220, 220, 220, 220, 220, 796, 12178, 7, 2536, 7, 33692, 14692, 54, 23261, 62, 40331, 6489, 56, 1, 7131, 1, 40331, 6489, 56, 62, 2257, 7227, 8973, 4008, 198, 220, 370, 23261, 62, 40331, 6489, 56, 62, 20032, 18422, 220, 220, 220, 220, 220, 220, 796, 12178, 7, 2536, 7, 33692, 14692, 54, 23261, 62, 40331, 6489, 56, 1, 7131, 1, 40331, 6489, 56, 62, 20032, 18422, 8973, 4008, 198, 220, 370, 23261, 62, 40331, 6489, 56, 62, 1340, 62, 41358, 23428, 220, 796, 493, 7, 2536, 7, 33692, 14692, 54, 23261, 62, 40331, 6489, 56, 1, 7131, 1, 35, 2767, 9782, 62, 41358, 23428, 62, 1340, 8973, 4008, 198, 220, 370, 23261, 62, 40331, 6489, 56, 62, 27977, 62, 41358, 23428, 796, 493, 7, 2536, 7, 33692, 14692, 54, 23261, 62, 40331, 6489, 56, 1, 7131, 1, 35, 2767, 9782, 62, 41358, 23428, 62, 27977, 8973, 4008, 628, 198, 2, 36658, 18604, 314, 17, 34, 3335, 40480, 36658, 18604, 198, 198, 4299, 4886, 62, 72, 17, 66, 62, 25202, 7, 72, 17, 66, 28, 14202, 11, 3335, 28, 14202, 11, 2209, 28, 14202, 2599, 198, 220, 37227, 198, 220, 314, 17, 34, 3335, 9367, 290, 340, 373, 1043, 393, 2073, 11, 905, 3275, 13, 628, 220, 943, 14542, 25, 198, 220, 220, 220, 1312, 17, 66, 1058, 4572, 13, 40, 17, 34, 2134, 198, 220, 220, 220, 3335, 1058, 1438, 286, 314, 17, 34, 3335, 284, 3359, 198, 220, 220, 220, 2209, 1058, 2209, 286, 314, 17, 34, 3335, 628, 220, 7567, 2696, 25, 198, 220, 220, 220, 11052, 12331, 1058, 1881, 286, 262, 5772, 1010, 318, 407, 7368, 13, 198, 220, 37227, 198, 220, 611, 1312, 17, 66, 318, 6045, 25, 198, 220, 220, 220, 5298, 11052, 12331, 7203, 2025, 314, 17, 34, 2134, 318, 2672, 19570, 198, 220, 611, 2209, 318, 6045, 25, 198, 220, 220, 220, 5298, 11052, 12331, 7203, 32, 3335, 2209, 318, 2672, 19570, 198, 220, 611, 3335, 318, 6045, 393, 18896, 7, 25202, 8, 6624, 657, 25, 198, 220, 220, 220, 5298, 11052, 12331, 7203, 32, 3335, 1438, 318, 2672, 19570, 628, 220, 3601, 7203, 47504, 278, 23884, 35713, 13, 18982, 7, 25202, 4008, 198, 220, 1312, 17, 66, 13603, 82, 796, 1312, 17, 66, 13, 35836, 3419, 198, 220, 329, 4686, 87, 11, 1614, 287, 27056, 378, 7, 72, 17, 66, 13603, 82, 2599, 198, 220, 220, 220, 611, 1614, 6624, 2209, 25, 198, 220, 220, 220, 220, 220, 3601, 7203, 220, 4062, 23884, 3335, 25, 37250, 90, 92, 20520, 1911, 18982, 7, 25202, 11, 17910, 7, 7959, 22305, 198, 220, 220, 220, 220, 220, 2270, 198, 220, 2073, 25, 198, 220, 220, 220, 3601, 7203, 220, 5626, 4062, 314, 17, 34, 3335, 11, 2198, 29477, 286, 3335, 220, 2474, 8, 628, 198, 2, 36658, 18604, 49091, 3335, 40480, 36658, 18604, 198, 198, 4299, 4886, 62, 322, 62, 25202, 7, 322, 28, 14202, 11, 3335, 28, 14202, 11, 2209, 28, 14202, 2599, 198, 220, 37227, 198, 220, 352, 12, 29451, 3335, 9367, 290, 340, 373, 1043, 11, 905, 3275, 13, 628, 220, 943, 14542, 25, 198, 220, 220, 220, 12334, 1058, 4572, 13, 3198, 29451, 2134, 198, 220, 220, 220, 3335, 1058, 1438, 286, 352, 12, 29451, 3335, 284, 3359, 198, 220, 220, 220, 2209, 1058, 1351, 286, 2209, 329, 352, 12, 29451, 1614, 8535, 2209, 628, 220, 7567, 2696, 25, 198, 220, 220, 220, 11052, 12331, 1058, 1881, 286, 262, 5772, 1010, 318, 407, 7368, 13, 198, 220, 37227, 198, 220, 611, 12334, 318, 6045, 25, 198, 220, 220, 220, 5298, 11052, 12331, 7203, 2025, 12334, 2134, 318, 2672, 19570, 198, 220, 611, 2209, 318, 6045, 25, 198, 220, 220, 220, 5298, 11052, 12331, 7203, 32, 3335, 2209, 318, 2672, 19570, 198, 220, 611, 3335, 318, 6045, 393, 18896, 7, 25202, 8, 6624, 657, 25, 198, 220, 220, 220, 5298, 11052, 12331, 7203, 32, 3335, 1438, 318, 2672, 19570, 628, 220, 3601, 7203, 47504, 278, 23884, 35713, 13, 18982, 7, 25202, 4008, 198, 220, 12334, 13603, 82, 796, 12334, 13, 35836, 3419, 198, 220, 329, 4686, 87, 11, 1614, 287, 27056, 378, 7, 322, 13603, 82, 2599, 198, 220, 220, 220, 37817, 62, 600, 796, 685, 600, 7, 81, 8, 329, 374, 287, 1614, 60, 198, 220, 220, 220, 611, 37817, 62, 600, 6624, 2209, 25, 198, 220, 220, 220, 220, 220, 3601, 7203, 220, 4062, 23884, 3335, 25, 23884, 1911, 18982, 7, 25202, 11, 685, 33095, 7, 81, 8, 329, 374, 287, 1614, 60, 4008, 198, 220, 220, 220, 220, 220, 2270, 198, 220, 2073, 25, 198, 220, 220, 220, 3601, 7203, 220, 5626, 4062, 352, 12, 29451, 3335, 11, 2198, 29477, 286, 3335, 220, 2474, 8, 628, 198, 2, 36658, 18604, 19193, 40480, 36658, 18604, 198, 198, 4299, 2198, 62, 24254, 33529, 198, 220, 37227, 198, 220, 6822, 2491, 3859, 11, 290, 905, 1255, 284, 47463, 13, 628, 220, 7567, 2696, 25, 198, 220, 220, 220, 440, 5188, 81, 1472, 1058, 383, 2491, 3859, 318, 407, 9428, 2624, 3096, 13, 198, 220, 37227, 198, 220, 3859, 796, 25064, 13, 24254, 198, 220, 11594, 62, 312, 796, 965, 7, 549, 24252, 979, 72, 13, 33095, 75, 1958, 7, 30243, 13, 34642, 62, 312, 3419, 4008, 58, 17, 25, 1415, 60, 198, 220, 279, 565, 74, 796, 4572, 13, 19503, 80, 3419, 3373, 357, 12825, 12429, 362, 8, 628, 220, 4855, 796, 366, 36848, 1, 198, 220, 611, 3859, 14512, 366, 9774, 2624, 1298, 198, 220, 220, 220, 5298, 440, 5188, 81, 1472, 7203, 37148, 318, 15024, 2624, 3096, 2672, 19570, 628, 220, 267, 992, 13, 20797, 7, 15, 8, 198, 220, 267, 992, 13, 12860, 3419, 628, 220, 267, 992, 13, 5239, 7, 24254, 11, 657, 11, 657, 8, 198, 220, 267, 992, 13, 5239, 7, 15999, 11, 657, 11, 838, 8, 198, 220, 267, 992, 13, 5239, 7203, 27586, 23884, 1911, 18982, 7, 35902, 62, 312, 828, 657, 11, 1160, 8, 198, 220, 267, 992, 13, 5239, 7203, 47, 5097, 42, 23884, 25983, 1911, 18982, 7, 79, 565, 74, 8, 837, 657, 11, 1542, 8, 198, 220, 267, 992, 13, 12860, 3419, 628, 220, 3601, 7203, 21215, 1635, 1160, 8, 198, 220, 3601, 7203, 6489, 1404, 21389, 1058, 23884, 1911, 18982, 7, 24254, 4008, 198, 220, 3601, 7203, 3398, 4061, 25105, 1058, 23884, 1911, 18982, 7, 35902, 62, 312, 4008, 198, 220, 3601, 7203, 18973, 4061, 16879, 1847, 7852, 11290, 1058, 23884, 19805, 1911, 18982, 7, 79, 565, 74, 4008, 198, 220, 3601, 7203, 21215, 1635, 1160, 8, 628, 198, 2, 36658, 18604, 47463, 40480, 36658, 18604, 198, 198, 4299, 22870, 62, 9612, 33529, 198, 220, 37227, 198, 220, 45275, 11112, 2939, 284, 47463, 422, 13934, 7177, 13, 628, 220, 7567, 2696, 25, 198, 220, 220, 220, 11052, 12331, 1058, 383, 11507, 1988, 318, 407, 287, 366, 85, 1, 366, 1851, 605, 1, 366, 71, 1, 366, 17899, 38342, 1911, 198, 220, 37227, 198, 220, 7196, 796, 6045, 628, 220, 611, 13954, 31519, 62, 4303, 43, 11211, 62, 2149, 1340, 287, 14631, 1851, 605, 1600, 366, 85, 1, 5974, 198, 220, 220, 220, 7196, 796, 22870, 4749, 13, 26568, 1077, 19578, 13, 6404, 78, 62, 85, 3419, 198, 220, 1288, 361, 13954, 31519, 62, 4303, 43, 11211, 62, 2149, 1340, 287, 14631, 17899, 38342, 1600, 366, 71, 1, 5974, 198, 220, 220, 220, 7196, 796, 22870, 4749, 13, 26568, 1077, 19578, 13, 6404, 78, 62, 71, 3419, 198, 220, 2073, 25, 198, 220, 220, 220, 5298, 11052, 12331, 7203, 464, 1988, 286, 705, 26288, 31519, 62, 4303, 43, 11211, 62, 2149, 1340, 6, 460, 11986, 705, 85, 6, 393, 705, 71, 6, 691, 19570, 628, 220, 44332, 796, 357, 45342, 13, 10394, 220, 532, 7196, 13, 6404, 78, 62, 10394, 8, 220, 3373, 362, 198, 220, 20268, 796, 357, 45342, 13, 17015, 532, 7196, 13, 6404, 78, 62, 17015, 8, 3373, 362, 628, 220, 267, 992, 13, 20797, 7, 15, 8, 198, 220, 267, 992, 13, 12860, 3419, 628, 220, 329, 331, 11, 1226, 64, 287, 27056, 378, 7, 4749, 13, 6404, 78, 62, 4749, 2599, 198, 220, 220, 220, 329, 2124, 11, 269, 287, 27056, 378, 7, 69, 10102, 2599, 198, 220, 220, 220, 220, 220, 267, 992, 13, 32515, 7, 87, 1343, 44332, 11, 331, 1343, 20268, 11, 269, 8, 198, 220, 267, 992, 13, 12860, 3419, 628, 198, 2, 36658, 18604, 5638, 5684, 40480, 36658, 18604, 198, 198, 4299, 651, 62, 86, 5715, 7, 4480, 62, 20850, 28, 17821, 2599, 198, 220, 37227, 198, 220, 17220, 4991, 422, 262, 46545, 1182, 6376, 1988, 4504, 416, 5638, 4971, 47864, 13, 198, 220, 843, 5860, 340, 355, 257, 12178, 1988, 13, 198, 220, 4418, 11, 340, 3544, 257, 5793, 2134, 780, 340, 318, 1444, 422, 1626, 262, 4704, 13, 628, 220, 943, 14542, 25, 198, 220, 220, 220, 351, 62, 20850, 1058, 10352, 318, 4781, 4991, 11, 6407, 857, 2147, 13, 6407, 318, 4277, 1988, 13, 628, 220, 4990, 403, 25, 198, 220, 220, 220, 383, 1988, 636, 286, 262, 46545, 1182, 6376, 1988, 4504, 416, 5638, 4971, 47864, 13, 198, 220, 37227, 198, 220, 611, 266, 5715, 318, 6045, 25, 198, 220, 220, 220, 5298, 440, 5188, 81, 1472, 7203, 464, 1660, 1241, 390, 596, 4634, 318, 572, 11, 1276, 307, 319, 19570, 628, 220, 351, 5793, 25, 198, 220, 220, 220, 1005, 62, 8367, 796, 266, 5715, 13, 27160, 58, 15, 60, 628, 220, 611, 351, 62, 20850, 6624, 10352, 25, 198, 220, 220, 220, 1005, 62, 8367, 796, 12178, 7, 1186, 62, 8367, 58, 25, 11925, 7, 1186, 62, 8367, 13219, 17, 12962, 628, 220, 1441, 1005, 62, 8367, 628, 198, 2, 36658, 18604, 21617, 6252, 36658, 18604, 198, 198, 361, 11593, 3672, 834, 6624, 366, 834, 12417, 834, 1298, 198, 220, 37227, 198, 220, 21617, 966, 379, 10345, 9706, 13, 198, 220, 37227, 198, 220, 1949, 25, 198, 220, 220, 220, 1303, 3440, 8398, 3815, 198, 220, 220, 220, 3440, 62, 33692, 7, 10943, 16254, 62, 25664, 8, 628, 220, 220, 220, 1303, 467, 6893, 4410, 37588, 357, 40, 17, 34, 47463, 21252, 12952, 21, 8, 198, 220, 220, 220, 1312, 17, 66, 796, 314, 17, 34, 7, 38528, 28, 28348, 7, 3535, 1961, 62, 44032, 62, 50, 5097, 828, 264, 6814, 28, 28348, 7, 3535, 1961, 62, 44032, 62, 50, 5631, 4008, 198, 220, 220, 220, 267, 992, 796, 264, 21282, 12952, 21, 13, 5432, 35, 12952, 21, 62, 40, 17, 34, 7, 10394, 28, 3535, 1961, 62, 54, 2389, 4221, 11, 6001, 28, 3535, 1961, 62, 13909, 9947, 11, 1312, 17, 66, 28, 72, 17, 66, 8, 198, 220, 220, 220, 4886, 62, 72, 17, 66, 62, 25202, 7, 72, 17, 66, 11, 366, 5432, 35, 12952, 21, 1600, 47463, 62, 2885, 7707, 7597, 8, 628, 220, 220, 220, 1303, 467, 6893, 4410, 37588, 357, 40, 17, 34, 347, 11682, 21033, 8, 198, 220, 220, 220, 1312, 17, 66, 796, 314, 17, 34, 7, 38528, 28, 28348, 7, 33, 11682, 21033, 62, 44032, 62, 50, 5097, 828, 264, 6814, 28, 28348, 7, 33, 11682, 21033, 62, 44032, 62, 50, 5631, 4008, 198, 220, 220, 220, 275, 1326, 796, 275, 1326, 21033, 13, 33, 11682, 21033, 7, 72, 17, 66, 28, 72, 17, 66, 11, 4326, 28, 26288, 31519, 62, 51, 3620, 18973, 40086, 62, 4944, 2043, 8, 198, 220, 220, 220, 4886, 62, 72, 17, 66, 62, 25202, 7, 72, 17, 66, 11, 366, 33, 11682, 21033, 1600, 347, 11682, 21033, 62, 2885, 7707, 7597, 8, 628, 220, 220, 220, 1303, 467, 6893, 4410, 37588, 357, 16, 12, 29451, 17400, 1507, 33, 1238, 8, 198, 220, 220, 220, 12334, 796, 319, 413, 557, 13, 3198, 29451, 7, 11635, 28, 28348, 7, 5258, 1507, 62, 44032, 62, 35, 48, 4008, 198, 220, 220, 220, 288, 82, 1507, 796, 288, 82, 1507, 13, 5258, 1507, 7, 322, 28, 322, 11, 3555, 62, 17077, 28, 5258, 1507, 62, 15675, 2751, 62, 15543, 2043, 11, 4326, 28, 26288, 31519, 62, 51, 3620, 18973, 40086, 62, 4944, 2043, 8, 198, 220, 220, 220, 4886, 62, 322, 62, 25202, 7, 9310, 1507, 11, 366, 5258, 1507, 55, 1238, 1600, 17400, 1507, 62, 2885, 7707, 7597, 8, 628, 220, 220, 220, 1303, 3298, 4410, 37588, 357, 19184, 5684, 4476, 330, 1800, 35367, 8, 198, 220, 220, 220, 266, 5715, 796, 6045, 198, 220, 220, 220, 611, 370, 23261, 62, 2538, 18697, 62, 1677, 17534, 6624, 6407, 25, 198, 220, 220, 220, 220, 220, 256, 79, 796, 15957, 26114, 7, 28348, 7, 54, 23261, 62, 2538, 18697, 62, 44032, 4008, 198, 220, 220, 220, 220, 220, 266, 5715, 796, 1660, 5715, 13, 19184, 4971, 47864, 7, 34788, 28, 34788, 11, 2565, 62, 9806, 28, 54, 23261, 62, 2538, 18697, 62, 50, 24290, 62, 22921, 11, 2565, 62, 1084, 28, 54, 23261, 62, 2538, 18697, 62, 50, 24290, 62, 23678, 8, 628, 220, 220, 220, 1303, 3298, 4410, 37588, 357, 19184, 22663, 4718, 323, 8, 198, 220, 220, 220, 266, 18608, 306, 796, 6045, 198, 220, 220, 220, 611, 370, 23261, 62, 40331, 6489, 56, 62, 1677, 17534, 6624, 6407, 25, 198, 220, 220, 220, 220, 220, 266, 18608, 306, 796, 24248, 13, 6892, 323, 7, 11635, 28, 28348, 7, 54, 23261, 62, 40331, 6489, 56, 62, 44032, 11, 4235, 28, 28348, 13, 12425, 828, 5127, 62, 9688, 28, 54, 23261, 62, 40331, 6489, 56, 62, 2257, 7227, 11, 5127, 62, 15643, 680, 28, 54, 23261, 62, 40331, 6489, 56, 62, 20032, 18422, 8, 198, 220, 220, 220, 220, 220, 266, 18608, 306, 13, 2364, 3419, 628, 220, 220, 220, 1303, 869, 1388, 8027, 198, 220, 220, 220, 5793, 796, 4808, 16663, 13, 439, 13369, 62, 5354, 3419, 198, 220, 220, 220, 1388, 3419, 628, 220, 2845, 35528, 355, 304, 25, 198, 220, 220, 220, 3601, 7203, 59, 77, 2025, 4049, 468, 1609, 1522, 220, 2474, 8, 198, 220, 220, 220, 3601, 7203, 21215, 1635, 1160, 8, 198, 220, 220, 220, 25064, 13, 4798, 62, 1069, 4516, 7, 68, 8, 198, 220, 220, 220, 3601, 7203, 21215, 1635, 1160, 8, 198 ]
2.661287
5,329
import datetime from sqlalchemy import Date, func, cast from sqlalchemy.orm import sessionmaker from database.model import engine from database.model import JobRun if __name__ == '__main__': show_data()
[ 11748, 4818, 8079, 198, 198, 6738, 44161, 282, 26599, 1330, 7536, 11, 25439, 11, 3350, 198, 6738, 44161, 282, 26599, 13, 579, 1330, 6246, 10297, 198, 6738, 6831, 13, 19849, 1330, 3113, 198, 6738, 6831, 13, 19849, 1330, 15768, 10987, 628, 198, 361, 11593, 3672, 834, 6624, 705, 834, 12417, 834, 10354, 198, 220, 220, 220, 905, 62, 7890, 3419, 198 ]
3.442623
61
import gc from collections import OrderedDict import warnings import re import pandas as pd import numpy as np from IPython import embed try: import dask.dataframe as dd has_dask = True except ImportError: warnings.warn('Dask not found') has_dask = False try: profile except NameError: from qlknn.misc.tools import profile from qlknn.misc.analyse_names import heat_vars, particle_vars, particle_diffusion_vars, momentum_vars, is_flux, is_growth from qlknn.misc.tools import first store_format = 'fixed' sep_prefix = '/output/' @profile @profile
[ 11748, 308, 66, 198, 6738, 17268, 1330, 14230, 1068, 35, 713, 198, 11748, 14601, 198, 11748, 302, 198, 198, 11748, 19798, 292, 355, 279, 67, 198, 11748, 299, 32152, 355, 45941, 198, 6738, 6101, 7535, 1330, 11525, 198, 28311, 25, 198, 220, 220, 220, 1330, 288, 2093, 13, 7890, 14535, 355, 49427, 198, 220, 220, 220, 468, 62, 67, 2093, 796, 6407, 198, 16341, 17267, 12331, 25, 198, 220, 220, 220, 14601, 13, 40539, 10786, 35, 2093, 407, 1043, 11537, 198, 220, 220, 220, 468, 62, 67, 2093, 796, 10352, 198, 198, 28311, 25, 198, 220, 220, 220, 7034, 198, 16341, 6530, 12331, 25, 198, 220, 220, 220, 422, 10662, 75, 15418, 77, 13, 44374, 13, 31391, 1330, 7034, 198, 198, 6738, 10662, 75, 15418, 77, 13, 44374, 13, 38200, 325, 62, 14933, 1330, 4894, 62, 85, 945, 11, 18758, 62, 85, 945, 11, 18758, 62, 26069, 4241, 62, 85, 945, 11, 12858, 62, 85, 945, 11, 318, 62, 69, 22564, 11, 318, 62, 27922, 198, 6738, 10662, 75, 15418, 77, 13, 44374, 13, 31391, 1330, 717, 198, 198, 8095, 62, 18982, 796, 705, 34021, 6, 198, 325, 79, 62, 40290, 796, 31051, 22915, 14, 6, 198, 198, 31, 13317, 198, 198, 31, 13317, 628 ]
2.809756
205
# -*- coding: utf-8 -*- import matplotlib matplotlib.use('Agg') import sys import time import numpy as np from physics import ode, hamilton, nbody import unit.au as au from os import environ xp = np if environ.get('CUDA_HOME') is not None: xp = np import torch as th import torch.nn as nn import torch.optim as optim from torch.autograd import Variable import matplotlib.pyplot as plt from mpl_toolkits.mplot3d import Axes3D from flare.learner import StandardLearner, cast from flare.nn.nri import MLPEncoder, MLPDecoder, get_tril_offdiag_indices, get_triu_offdiag_indices from flare.nn.nri import gumbel_softmax, my_softmax, encode_onehot, nll_gaussian, kl_categorical_uniform from flare.dataset.decorators import attributes, segment, divid, sequential, shuffle, data, rebatch epsilon = 0.00000001 MSCALE = 10 VSCALE = 100.0 SCALE = 10.0 BATCH = 5 REPEAT = 12 SIZE = 8 BODYCOUNT = 3 lr = 1e-5 mass = None sun = None lasttime = time.time() @rebatch(repeat=REPEAT) @shuffle(shufflefn, repeat=REPEAT) @data() @sequential(['xs.d'], ['ys.d'], layout_in=[SIZE, BATCH, BODYCOUNT, 8], layout_out=[3 * SIZE, BATCH, BODYCOUNT, 8]) @divid(lengths=[SIZE, 3 * SIZE], names=['xs', 'ys']) @segment(segment_size = 4 * SIZE) @attributes('yr', 'd') mse = nn.MSELoss() model = Model(bsize=BATCH) optimizer = optim.Adam(model.parameters(), lr=1e-4, weight_decay=1e-8) counter = 0 triu_indices = get_triu_offdiag_indices(8 * SIZE * BODYCOUNT) tril_indices = get_tril_offdiag_indices(8 * SIZE * BODYCOUNT) if th.cuda.is_available(): triu_indices = triu_indices.cuda() tril_indices = tril_indices.cuda() def set_aspect_equal_3d(ax): """Fix equal aspect bug for 3D plots.""" xlim = ax.get_xlim3d() ylim = ax.get_ylim3d() zlim = ax.get_zlim3d() from numpy import mean xmean = mean(xlim) ymean = mean(ylim) zmean = mean(zlim) plot_radius = max([abs(lim - mean_) for lims, mean_ in ((xlim, xmean), (ylim, ymean), (zlim, zmean)) for lim in lims]) ax.set_xlim3d([xmean - plot_radius, xmean + plot_radius]) ax.set_ylim3d([ymean - plot_radius, ymean + plot_radius]) ax.set_zlim3d([zmean - plot_radius, zmean + plot_radius]) learner = StandardLearner(model, predict, loss, optimizer, batch=BATCH * REPEAT) if __name__ == '__main__': for epoch in range(10000): print('.') learner.learn(dataset(), dataset()) print('--------------------------------') errsum = 0.0 for epoch in range(1000): err = learner.test(dataset()) print(err) errsum += err print('--------------------------------') print(errsum / 1000)
[ 2, 532, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12, 198, 198, 11748, 2603, 29487, 8019, 198, 6759, 29487, 8019, 13, 1904, 10786, 46384, 11537, 628, 198, 11748, 25064, 198, 11748, 640, 198, 11748, 299, 32152, 355, 45941, 198, 198, 6738, 11887, 1330, 267, 2934, 11, 8891, 9044, 11, 299, 2618, 198, 11748, 4326, 13, 559, 355, 35851, 198, 198, 6738, 28686, 1330, 551, 2268, 198, 198, 42372, 796, 45941, 198, 361, 551, 2268, 13, 1136, 10786, 43633, 5631, 62, 39069, 11537, 318, 407, 6045, 25, 198, 220, 220, 220, 36470, 796, 45941, 198, 198, 11748, 28034, 355, 294, 198, 11748, 28034, 13, 20471, 355, 299, 77, 198, 11748, 28034, 13, 40085, 355, 6436, 198, 198, 6738, 28034, 13, 2306, 519, 6335, 1330, 35748, 198, 198, 11748, 2603, 29487, 8019, 13, 9078, 29487, 355, 458, 83, 198, 198, 6738, 285, 489, 62, 25981, 74, 896, 13, 76, 29487, 18, 67, 1330, 12176, 274, 18, 35, 198, 198, 6738, 30239, 13, 3238, 1008, 1330, 8997, 14961, 1008, 11, 3350, 198, 6738, 30239, 13, 20471, 13, 77, 380, 1330, 10373, 47, 27195, 12342, 11, 10373, 5760, 721, 12342, 11, 651, 62, 2213, 346, 62, 2364, 10989, 363, 62, 521, 1063, 11, 651, 62, 28461, 84, 62, 2364, 10989, 363, 62, 521, 1063, 198, 6738, 30239, 13, 20471, 13, 77, 380, 1330, 308, 2178, 417, 62, 4215, 9806, 11, 616, 62, 4215, 9806, 11, 37773, 62, 505, 8940, 11, 299, 297, 62, 4908, 31562, 11, 479, 75, 62, 66, 2397, 12409, 62, 403, 6933, 198, 6738, 30239, 13, 19608, 292, 316, 13, 12501, 273, 2024, 1330, 12608, 11, 10618, 11, 13576, 11, 35582, 11, 36273, 11, 1366, 11, 3405, 963, 628, 198, 538, 18217, 261, 796, 657, 13, 10535, 486, 198, 198, 5653, 34, 21358, 796, 838, 198, 53, 6173, 21358, 796, 1802, 13, 15, 198, 6173, 21358, 796, 838, 13, 15, 198, 198, 33, 11417, 796, 642, 198, 2200, 11401, 1404, 796, 1105, 198, 33489, 796, 807, 198, 33, 33076, 34, 28270, 796, 513, 198, 198, 14050, 796, 352, 68, 12, 20, 198, 198, 22208, 796, 6045, 198, 19155, 796, 6045, 628, 198, 12957, 2435, 796, 640, 13, 2435, 3419, 628, 628, 198, 198, 31, 34806, 963, 7, 44754, 28, 2200, 11401, 1404, 8, 198, 31, 1477, 18137, 7, 1477, 18137, 22184, 11, 9585, 28, 2200, 11401, 1404, 8, 198, 31, 7890, 3419, 198, 31, 3107, 1843, 7, 17816, 34223, 13, 67, 6, 4357, 37250, 893, 13, 67, 6, 4357, 12461, 62, 259, 41888, 33489, 11, 347, 11417, 11, 347, 33076, 34, 28270, 11, 807, 4357, 12461, 62, 448, 41888, 18, 1635, 311, 35400, 11, 347, 11417, 11, 347, 33076, 34, 28270, 11, 807, 12962, 198, 31, 67, 1699, 7, 13664, 82, 41888, 33489, 11, 513, 1635, 311, 35400, 4357, 3891, 28, 17816, 34223, 3256, 705, 893, 6, 12962, 198, 31, 325, 5154, 7, 325, 5154, 62, 7857, 796, 604, 1635, 311, 35400, 8, 198, 31, 1078, 7657, 10786, 2417, 3256, 705, 67, 11537, 628, 628, 198, 76, 325, 796, 299, 77, 13, 5653, 3698, 793, 3419, 198, 198, 19849, 796, 9104, 7, 1443, 1096, 28, 33, 11417, 8, 198, 40085, 7509, 796, 6436, 13, 23159, 7, 19849, 13, 17143, 7307, 22784, 300, 81, 28, 16, 68, 12, 19, 11, 3463, 62, 12501, 323, 28, 16, 68, 12, 23, 8, 628, 198, 198, 24588, 796, 657, 198, 198, 28461, 84, 62, 521, 1063, 796, 651, 62, 28461, 84, 62, 2364, 10989, 363, 62, 521, 1063, 7, 23, 1635, 311, 35400, 1635, 347, 33076, 34, 28270, 8, 198, 2213, 346, 62, 521, 1063, 796, 651, 62, 2213, 346, 62, 2364, 10989, 363, 62, 521, 1063, 7, 23, 1635, 311, 35400, 1635, 347, 33076, 34, 28270, 8, 198, 361, 294, 13, 66, 15339, 13, 271, 62, 15182, 33529, 198, 220, 220, 220, 1333, 84, 62, 521, 1063, 796, 1333, 84, 62, 521, 1063, 13, 66, 15339, 3419, 198, 220, 220, 220, 491, 346, 62, 521, 1063, 796, 491, 346, 62, 521, 1063, 13, 66, 15339, 3419, 628, 198, 4299, 900, 62, 292, 806, 62, 40496, 62, 18, 67, 7, 897, 2599, 198, 220, 220, 220, 37227, 22743, 4961, 4843, 5434, 329, 513, 35, 21528, 526, 15931, 628, 220, 220, 220, 2124, 2475, 796, 7877, 13, 1136, 62, 87, 2475, 18, 67, 3419, 198, 220, 220, 220, 331, 2475, 796, 7877, 13, 1136, 62, 88, 2475, 18, 67, 3419, 198, 220, 220, 220, 1976, 2475, 796, 7877, 13, 1136, 62, 89, 2475, 18, 67, 3419, 628, 220, 220, 220, 422, 299, 32152, 1330, 1612, 198, 220, 220, 220, 2124, 32604, 796, 1612, 7, 87, 2475, 8, 198, 220, 220, 220, 331, 32604, 796, 1612, 7, 88, 2475, 8, 198, 220, 220, 220, 1976, 32604, 796, 1612, 7, 89, 2475, 8, 628, 220, 220, 220, 7110, 62, 42172, 796, 3509, 26933, 8937, 7, 2475, 532, 1612, 62, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 329, 1761, 82, 11, 1612, 62, 287, 14808, 87, 2475, 11, 2124, 32604, 828, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 357, 88, 2475, 11, 331, 32604, 828, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 357, 89, 2475, 11, 1976, 32604, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 329, 1761, 287, 1761, 82, 12962, 628, 220, 220, 220, 7877, 13, 2617, 62, 87, 2475, 18, 67, 26933, 87, 32604, 532, 7110, 62, 42172, 11, 2124, 32604, 1343, 7110, 62, 42172, 12962, 198, 220, 220, 220, 7877, 13, 2617, 62, 88, 2475, 18, 67, 26933, 88, 32604, 532, 7110, 62, 42172, 11, 331, 32604, 1343, 7110, 62, 42172, 12962, 198, 220, 220, 220, 7877, 13, 2617, 62, 89, 2475, 18, 67, 26933, 89, 32604, 532, 7110, 62, 42172, 11, 1976, 32604, 1343, 7110, 62, 42172, 12962, 628, 198, 198, 3238, 1008, 796, 8997, 14961, 1008, 7, 19849, 11, 4331, 11, 2994, 11, 6436, 7509, 11, 15458, 28, 33, 11417, 1635, 4526, 11401, 1404, 8, 628, 198, 361, 11593, 3672, 834, 6624, 705, 834, 12417, 834, 10354, 198, 220, 220, 220, 329, 36835, 287, 2837, 7, 49388, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 3601, 10786, 2637, 8, 198, 220, 220, 220, 220, 220, 220, 220, 22454, 1008, 13, 35720, 7, 19608, 292, 316, 22784, 27039, 28955, 628, 220, 220, 220, 3601, 10786, 3880, 11537, 198, 220, 220, 220, 1931, 3808, 388, 796, 657, 13, 15, 198, 220, 220, 220, 329, 36835, 287, 2837, 7, 12825, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 11454, 796, 22454, 1008, 13, 9288, 7, 19608, 292, 316, 28955, 198, 220, 220, 220, 220, 220, 220, 220, 3601, 7, 8056, 8, 198, 220, 220, 220, 220, 220, 220, 220, 1931, 3808, 388, 15853, 11454, 628, 220, 220, 220, 3601, 10786, 3880, 11537, 198, 220, 220, 220, 3601, 7, 263, 3808, 388, 1220, 8576, 8, 198 ]
2.259561
1,229
""" Question 4 Level 1 Question: Write a program which accepts a sequence of comma-separated numbers from console and generate a list and a tuple which contains every number. Suppose the following input is supplied to the program: 34,67,55,33,12,98 Then, the output should be: ['34', '67', '55', '33', '12', '98'] ('34', '67', '55', '33', '12', '98') Hints: In case of input data being supplied to the question, it should be assumed to be a console input. tuple() method can convert list to tuple """ import unittest from unittest.mock import patch from question4 import listicle, tuplicle, listpicle suite = unittest.TestLoader().loadTestsFromTestCase(TestDict) unittest.TextTestRunner(verbosity=2).run(suite)
[ 37811, 198, 24361, 604, 198, 4971, 352, 198, 198, 24361, 25, 198, 16594, 257, 1430, 543, 18178, 257, 8379, 286, 39650, 12, 25512, 515, 3146, 422, 8624, 290, 7716, 257, 1351, 290, 257, 46545, 543, 4909, 790, 1271, 13, 198, 15979, 577, 262, 1708, 5128, 318, 14275, 284, 262, 1430, 25, 198, 2682, 11, 3134, 11, 2816, 11, 2091, 11, 1065, 11, 4089, 198, 6423, 11, 262, 5072, 815, 307, 25, 198, 17816, 2682, 3256, 705, 3134, 3256, 705, 2816, 3256, 705, 2091, 3256, 705, 1065, 3256, 705, 4089, 20520, 198, 10786, 2682, 3256, 705, 3134, 3256, 705, 2816, 3256, 705, 2091, 3256, 705, 1065, 3256, 705, 4089, 11537, 198, 198, 39, 29503, 25, 198, 818, 1339, 286, 5128, 1366, 852, 14275, 284, 262, 1808, 11, 340, 815, 307, 9672, 284, 307, 257, 8624, 5128, 13, 198, 83, 29291, 3419, 2446, 460, 10385, 1351, 284, 46545, 198, 37811, 198, 198, 11748, 555, 715, 395, 198, 6738, 555, 715, 395, 13, 76, 735, 1330, 8529, 198, 6738, 1808, 19, 1330, 1351, 1548, 11, 12777, 489, 1548, 11, 1351, 79, 1548, 628, 198, 198, 2385, 578, 796, 555, 715, 395, 13, 14402, 17401, 22446, 2220, 51, 3558, 4863, 14402, 20448, 7, 14402, 35, 713, 8, 198, 403, 715, 395, 13, 8206, 14402, 49493, 7, 19011, 16579, 28, 17, 737, 5143, 7, 2385, 578, 8, 198 ]
3.215247
223
n1 = float(input('Digite a primeira nota?')) n2 = float(input('Digite a segunda nota?')) media = (n1 + n2)/ 2 print("Primeira nota do aluno {}, \n Segunda nota do aluno {}\n Média das notas do aluno {}".format(n1, n2, media))
[ 77, 16, 796, 12178, 7, 15414, 10786, 19511, 578, 257, 6994, 8704, 407, 64, 8348, 4008, 198, 77, 17, 796, 12178, 7, 15414, 10786, 19511, 578, 257, 384, 70, 46535, 407, 64, 8348, 4008, 198, 11431, 796, 357, 77, 16, 1343, 299, 17, 20679, 362, 198, 4798, 7203, 26405, 8704, 407, 64, 466, 435, 36909, 1391, 5512, 3467, 77, 31220, 46535, 407, 64, 466, 435, 36909, 23884, 59, 77, 43579, 67, 544, 288, 292, 407, 292, 466, 435, 36909, 23884, 1911, 18982, 7, 77, 16, 11, 299, 17, 11, 2056, 4008 ]
2.472527
91
import sys import abc from algorithms_comparisons.utility.timer import timed
[ 11748, 25064, 198, 11748, 450, 66, 198, 6738, 16113, 62, 785, 1845, 9886, 13, 315, 879, 13, 45016, 1330, 28805, 628 ]
3.714286
21
import bot.app from threading import Thread Thread(target=bot.app).start()
[ 11748, 10214, 13, 1324, 201, 198, 6738, 4704, 278, 1330, 14122, 201, 198, 201, 198, 16818, 7, 16793, 28, 13645, 13, 1324, 737, 9688, 3419 ]
3.12
25
import functools from flask import ( current_app, Blueprint, flash, Flask, g, redirect, render_template, request, session, url_for, jsonify ) import json from blaster.db import get_db from . import constants bp = Blueprint('quickstart', __name__, url_prefix='/quickstart') @bp.route('/<instance>')
[ 11748, 1257, 310, 10141, 198, 198, 6738, 42903, 1330, 357, 198, 220, 220, 220, 1459, 62, 1324, 11, 39932, 11, 7644, 11, 46947, 11, 308, 11, 18941, 11, 8543, 62, 28243, 11, 2581, 11, 6246, 11, 19016, 62, 1640, 11, 33918, 1958, 198, 8, 198, 198, 11748, 33918, 198, 198, 6738, 48131, 13, 9945, 1330, 651, 62, 9945, 198, 198, 6738, 764, 1330, 38491, 198, 198, 46583, 796, 39932, 10786, 24209, 9688, 3256, 11593, 3672, 834, 11, 19016, 62, 40290, 11639, 14, 24209, 9688, 11537, 198, 198, 31, 46583, 13, 38629, 10786, 14, 27, 39098, 29, 11537, 198 ]
3.142857
98
import os local_dir = os.path.dirname(os.path.realpath(__file__)) dir_name = get_filename(local_dir) command_file = local_dir+"/command-stack.txt" f_out = open(command_file, "w") f_out.write("stop\n") f_out.close()
[ 201, 198, 11748, 28686, 201, 198, 201, 198, 201, 198, 12001, 62, 15908, 796, 28686, 13, 6978, 13, 15908, 3672, 7, 418, 13, 6978, 13, 5305, 6978, 7, 834, 7753, 834, 4008, 201, 198, 15908, 62, 3672, 796, 651, 62, 34345, 7, 12001, 62, 15908, 8, 201, 198, 21812, 62, 7753, 796, 1957, 62, 15908, 10, 1, 14, 21812, 12, 25558, 13, 14116, 1, 201, 198, 201, 198, 69, 62, 448, 796, 1280, 7, 21812, 62, 7753, 11, 366, 86, 4943, 201, 198, 69, 62, 448, 13, 13564, 7203, 11338, 59, 77, 4943, 201, 198, 69, 62, 448, 13, 19836, 3419, 201, 198, 201, 198 ]
2.209524
105
# Generated by Django 3.2.4 on 2022-04-12 02:21 from django.db import migrations
[ 2, 2980, 515, 416, 37770, 513, 13, 17, 13, 19, 319, 33160, 12, 3023, 12, 1065, 7816, 25, 2481, 198, 198, 6738, 42625, 14208, 13, 9945, 1330, 15720, 602, 628 ]
2.766667
30