content
stringlengths
1
1.04M
input_ids
sequencelengths
1
774k
ratio_char_token
float64
0.38
22.9
token_count
int64
1
774k
#!/usr/bin/env python # # Author: GILLES Lionel aka topotam (@topotam77) # # Greetz : grenadine(@Greynardine), skar(@__skar), didakt(@inf0sec1), plissken, pixis(@HackAndDo), shutd0wn(@ _nwodtuhs) # "Most of" the code stolen from dementor.py from @3xocyte ;) import sys import argparse from impacket import system_errors from impacket.dcerpc.v5 import transport from impacket.dcerpc.v5.ndr import NDRCALL, NDRSTRUCT from impacket.dcerpc.v5.dtypes import UUID, ULONG, WSTR, DWORD, NULL, BOOL, UCHAR, PCHAR, RPC_SID, LPWSTR from impacket.dcerpc.v5.rpcrt import DCERPCException from impacket.uuid import uuidtup_to_bin show_banner = ''' ___ _ _ _ ___ _ | _ \ ___ | |_ (_) | |_ | _ \ ___ | |_ __ _ _ __ | _/ / -_) | _| | | | _| | _/ / _ \ | _| / _` | | ' \ _|_|_ \___| _\__| _|_|_ _\__| _|_|_ \___/ _\__| \__,_| |_|_|_| _| """ |_|"""""|_|"""""|_|"""""|_|"""""|_| """ |_|"""""|_|"""""|_|"""""|_|"""""| "`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-' PoC to elicit machine account authentication via some MS-EFSRPC functions by topotam (@topotam77) Inspired by @tifkin_ & @elad_shamir previous work on MS-RPRN ''' ################################################################################ # STRUCTURES ################################################################################ ################################################################################ # RPC CALLS ################################################################################ #class EfsRpcQueryProtectors(NDRCALL): # opnum = 21 # structure = ( # ('FileName', WSTR), # ('ppProtectorList', PENCRYPTION_PROTECTOR_LIST), # ) #class EfsRpcQueryProtectorsResponse(NDRCALL): # structure = ( # ('ErrorCode', ULONG), # ) ################################################################################ # OPNUMs and their corresponding structures ################################################################################ OPNUMS = { 0 : (EfsRpcOpenFileRaw, EfsRpcOpenFileRawResponse), 4 : (EfsRpcEncryptFileSrv, EfsRpcEncryptFileSrvResponse), 5 : (EfsRpcDecryptFileSrv, EfsRpcDecryptFileSrvResponse), 6 : (EfsRpcQueryUsersOnFile, EfsRpcQueryUsersOnFileResponse), 7 : (EfsRpcQueryRecoveryAgents, EfsRpcQueryRecoveryAgentsResponse), 8 : (EfsRpcRemoveUsersFromFile, EfsRpcRemoveUsersFromFileResponse), 9 : (EfsRpcAddUsersToFile, EfsRpcAddUsersToFileResponse), 12 : (EfsRpcFileKeyInfo, EfsRpcFileKeyInfoResponse), 13 : (EfsRpcDuplicateEncryptionInfoFile, EfsRpcDuplicateEncryptionInfoFileResponse), 15 : (EfsRpcAddUsersToFileEx, EfsRpcAddUsersToFileExResponse), 16 : (EfsRpcFileKeyInfoEx, EfsRpcFileKeyInfoExResponse), 18 : (EfsRpcGetEncryptedFileMetadata, EfsRpcGetEncryptedFileMetadataResponse), 19 : (EfsRpcSetEncryptedFileMetadata, EfsRpcSetEncryptedFileMetadataResponse), 21 : (EfsRpcEncryptFileExSrv, EfsRpcEncryptFileExSrvResponse), # 22 : (EfsRpcQueryProtectors, EfsRpcQueryProtectorsResponse), } if __name__ == '__main__': main()
[ 2, 48443, 14629, 14, 8800, 14, 24330, 21015, 198, 2, 220, 198, 2, 6434, 25, 402, 8267, 1546, 44286, 22430, 1353, 313, 321, 4275, 4852, 313, 321, 3324, 8, 198, 2, 220, 198, 2, 402, 2871, 89, 1058, 17236, 324, 500, 7, 31, 43887, 2047, 446, 500, 828, 1341, 283, 7, 31, 834, 8135, 283, 828, 750, 461, 83, 7, 31, 10745, 15, 2363, 16, 828, 458, 747, 3464, 11, 279, 844, 271, 7, 31, 32833, 1870, 5211, 828, 4423, 67, 15, 675, 7, 31, 4808, 47516, 375, 83, 7456, 82, 8, 198, 2, 366, 6943, 286, 1, 262, 2438, 9909, 422, 24251, 273, 13, 9078, 422, 2488, 18, 87, 43320, 35540, 628, 198, 11748, 25064, 198, 11748, 1822, 29572, 198, 198, 6738, 848, 8317, 1330, 1080, 62, 48277, 198, 6738, 848, 8317, 13, 67, 2189, 14751, 13, 85, 20, 1330, 4839, 198, 6738, 848, 8317, 13, 67, 2189, 14751, 13, 85, 20, 13, 358, 81, 1330, 25524, 7397, 7036, 11, 399, 7707, 46126, 198, 6738, 848, 8317, 13, 67, 2189, 14751, 13, 85, 20, 13, 67, 19199, 1330, 471, 27586, 11, 44475, 18494, 11, 370, 18601, 11, 29652, 12532, 11, 15697, 11, 16494, 3535, 11, 34340, 1503, 11, 350, 38019, 11, 39400, 62, 50, 2389, 11, 18470, 54, 18601, 198, 6738, 848, 8317, 13, 67, 2189, 14751, 13, 85, 20, 13, 81, 79, 6098, 83, 1330, 6257, 1137, 5662, 16922, 198, 6738, 848, 8317, 13, 12303, 312, 1330, 334, 27112, 83, 929, 62, 1462, 62, 8800, 628, 198, 12860, 62, 3820, 1008, 796, 705, 7061, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 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, 46444, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4808, 220, 220, 220, 220, 220, 220, 220, 4808, 220, 220, 220, 220, 220, 4808, 220, 220, 220, 220, 220, 220, 220, 46444, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4808, 220, 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, 930, 4808, 3467, 220, 220, 46444, 220, 220, 220, 930, 930, 62, 220, 220, 220, 220, 44104, 8, 220, 220, 220, 930, 930, 62, 220, 220, 220, 220, 930, 4808, 3467, 220, 220, 46444, 220, 220, 220, 930, 930, 62, 220, 220, 220, 11593, 4808, 220, 220, 220, 4808, 11593, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 930, 220, 4808, 14, 220, 1220, 532, 62, 8, 220, 220, 930, 220, 4808, 91, 220, 220, 220, 930, 930, 220, 220, 220, 930, 220, 4808, 91, 220, 220, 220, 930, 220, 4808, 14, 220, 1220, 4808, 3467, 220, 220, 930, 220, 4808, 91, 220, 1220, 4808, 63, 930, 220, 930, 705, 220, 3467, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4808, 91, 62, 91, 62, 220, 220, 3467, 17569, 91, 220, 220, 4808, 59, 834, 91, 220, 220, 4808, 91, 62, 91, 62, 220, 220, 4808, 59, 834, 91, 220, 220, 4808, 91, 62, 91, 62, 220, 220, 3467, 17569, 14, 220, 220, 4808, 59, 834, 91, 220, 3467, 834, 11, 62, 91, 220, 930, 62, 91, 62, 91, 62, 91, 220, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4808, 91, 37227, 930, 62, 91, 15931, 37811, 91, 62, 91, 15931, 37811, 91, 62, 91, 15931, 37811, 91, 62, 91, 15931, 37811, 91, 62, 91, 37227, 930, 62, 91, 15931, 37811, 91, 62, 91, 15931, 37811, 91, 62, 91, 15931, 37811, 91, 62, 91, 15931, 37811, 91, 220, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 63, 12, 15, 12, 15, 19355, 1, 63, 12, 15, 12, 15, 19355, 1, 63, 12, 15, 12, 15, 19355, 1, 63, 12, 15, 12, 15, 19355, 1, 63, 12, 15, 12, 15, 19355, 1, 63, 12, 15, 12, 15, 19355, 1, 63, 12, 15, 12, 15, 19355, 1, 63, 12, 15, 12, 15, 19355, 1, 63, 12, 15, 12, 15, 19355, 1, 63, 12, 15, 12, 15, 19355, 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, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7695, 34, 284, 44055, 4572, 1848, 18239, 2884, 617, 6579, 12, 36, 10652, 49, 5662, 5499, 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, 416, 1353, 313, 321, 4275, 4852, 313, 321, 3324, 8, 198, 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, 45827, 416, 2488, 49929, 5116, 62, 1222, 2488, 417, 324, 62, 1477, 321, 343, 2180, 670, 319, 6579, 12, 49, 4805, 45, 628, 198, 7061, 6, 628, 198, 29113, 29113, 14468, 198, 2, 19269, 18415, 29514, 198, 29113, 29113, 14468, 198, 198, 29113, 29113, 14468, 198, 2, 39400, 33290, 6561, 198, 29113, 29113, 14468, 198, 2, 4871, 412, 9501, 49, 14751, 20746, 41426, 669, 7, 8575, 7397, 7036, 2599, 198, 2, 220, 220, 220, 1034, 22510, 796, 2310, 198, 2, 220, 220, 220, 4645, 796, 357, 198, 2, 220, 220, 220, 220, 220, 220, 220, 19203, 8979, 5376, 3256, 370, 18601, 828, 198, 2, 220, 220, 220, 220, 220, 220, 220, 19203, 381, 19703, 9250, 8053, 3256, 350, 1677, 9419, 56, 11571, 2849, 62, 4805, 2394, 9782, 1581, 62, 45849, 828, 198, 2, 220, 220, 220, 1267, 198, 2, 4871, 412, 9501, 49, 14751, 20746, 41426, 669, 31077, 7, 8575, 7397, 7036, 2599, 198, 2, 220, 220, 220, 4645, 796, 357, 198, 2, 220, 220, 220, 220, 220, 220, 220, 19203, 12331, 10669, 3256, 44475, 18494, 828, 198, 2, 220, 220, 220, 1267, 198, 198, 29113, 29113, 14468, 198, 2, 440, 13137, 5883, 82, 290, 511, 11188, 8573, 198, 29113, 29113, 14468, 198, 3185, 45, 52, 5653, 796, 1391, 198, 220, 220, 220, 657, 220, 220, 1058, 357, 36, 9501, 49, 14751, 11505, 8979, 27369, 11, 412, 9501, 49, 14751, 11505, 8979, 27369, 31077, 828, 198, 220, 220, 220, 604, 220, 220, 1058, 357, 36, 9501, 49, 14751, 27195, 6012, 8979, 50, 81, 85, 11, 412, 9501, 49, 14751, 27195, 6012, 8979, 50, 81, 85, 31077, 828, 198, 220, 220, 220, 642, 220, 220, 1058, 357, 36, 9501, 49, 14751, 10707, 6012, 8979, 50, 81, 85, 11, 412, 9501, 49, 14751, 10707, 6012, 8979, 50, 81, 85, 31077, 828, 198, 220, 220, 220, 718, 220, 220, 1058, 357, 36, 9501, 49, 14751, 20746, 14490, 2202, 8979, 11, 412, 9501, 49, 14751, 20746, 14490, 2202, 8979, 31077, 828, 198, 220, 220, 220, 767, 220, 220, 1058, 357, 36, 9501, 49, 14751, 20746, 6690, 6560, 10262, 658, 11, 412, 9501, 49, 14751, 20746, 6690, 6560, 10262, 658, 31077, 828, 198, 220, 220, 220, 807, 220, 220, 1058, 357, 36, 9501, 49, 14751, 27914, 14490, 4863, 8979, 11, 412, 9501, 49, 14751, 27914, 14490, 4863, 8979, 31077, 828, 198, 220, 220, 220, 860, 220, 220, 1058, 357, 36, 9501, 49, 14751, 4550, 14490, 2514, 8979, 11, 412, 9501, 49, 14751, 4550, 14490, 2514, 8979, 31077, 828, 198, 220, 220, 220, 1105, 220, 220, 1058, 357, 36, 9501, 49, 14751, 8979, 9218, 12360, 11, 412, 9501, 49, 14751, 8979, 9218, 12360, 31077, 828, 198, 220, 220, 220, 1511, 220, 220, 1058, 357, 36, 9501, 49, 14751, 35660, 489, 5344, 27195, 13168, 12360, 8979, 11, 412, 9501, 49, 14751, 35660, 489, 5344, 27195, 13168, 12360, 8979, 31077, 828, 198, 220, 220, 220, 1315, 220, 220, 1058, 357, 36, 9501, 49, 14751, 4550, 14490, 2514, 8979, 3109, 11, 412, 9501, 49, 14751, 4550, 14490, 2514, 8979, 3109, 31077, 828, 198, 220, 220, 220, 1467, 220, 220, 1058, 357, 36, 9501, 49, 14751, 8979, 9218, 12360, 3109, 11, 412, 9501, 49, 14751, 8979, 9218, 12360, 3109, 31077, 828, 198, 220, 220, 220, 1248, 220, 220, 1058, 357, 36, 9501, 49, 14751, 3855, 27195, 15109, 8979, 9171, 14706, 11, 412, 9501, 49, 14751, 3855, 27195, 15109, 8979, 9171, 14706, 31077, 828, 198, 220, 220, 220, 678, 220, 220, 1058, 357, 36, 9501, 49, 14751, 7248, 27195, 15109, 8979, 9171, 14706, 11, 412, 9501, 49, 14751, 7248, 27195, 15109, 8979, 9171, 14706, 31077, 828, 198, 220, 220, 220, 2310, 220, 220, 1058, 357, 36, 9501, 49, 14751, 27195, 6012, 8979, 3109, 50, 81, 85, 11, 412, 9501, 49, 14751, 27195, 6012, 8979, 3109, 50, 81, 85, 31077, 828, 198, 2, 220, 220, 220, 2534, 220, 220, 1058, 357, 36, 9501, 49, 14751, 20746, 41426, 669, 11, 412, 9501, 49, 14751, 20746, 41426, 669, 31077, 828, 198, 92, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 198, 361, 11593, 3672, 834, 6624, 705, 834, 12417, 834, 10354, 198, 220, 220, 220, 1388, 3419, 198 ]
2.1752
1,621
import torch from torch import nn import torchvision.transforms as transforms import matplotlib.pyplot as plt from data_loader import data_load from torch.autograd import Variable import numpy as np # torch.manual_seed(1) # reproducible # Hyper Parameters EPOCH = 20 # train the training data n times, to save time, we just train 1 epoch BATCH_SIZE = 6400 TIME_STEP = 4 # rnn time step / image height INPUT_SIZE = 4 # rnn input size / image width global LR; LR = 0.001 # learning rate\ if __name__ == '__main__': main()
[ 11748, 28034, 198, 6738, 28034, 1330, 299, 77, 198, 11748, 28034, 10178, 13, 7645, 23914, 355, 31408, 198, 11748, 2603, 29487, 8019, 13, 9078, 29487, 355, 458, 83, 198, 6738, 1366, 62, 29356, 1330, 1366, 62, 2220, 198, 6738, 28034, 13, 2306, 519, 6335, 1330, 35748, 198, 11748, 299, 32152, 355, 45941, 628, 198, 2, 28034, 13, 805, 723, 62, 28826, 7, 16, 8, 220, 220, 220, 1303, 8186, 37369, 198, 198, 2, 15079, 40117, 198, 8905, 46, 3398, 796, 1160, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 4512, 262, 3047, 1366, 299, 1661, 11, 284, 3613, 640, 11, 356, 655, 4512, 352, 36835, 198, 33, 11417, 62, 33489, 796, 5598, 405, 198, 34694, 62, 42135, 796, 604, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 374, 20471, 640, 2239, 1220, 2939, 6001, 198, 1268, 30076, 62, 33489, 796, 604, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 374, 20471, 5128, 2546, 1220, 2939, 9647, 198, 20541, 37491, 26, 198, 35972, 796, 657, 13, 8298, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 4673, 2494, 59, 628, 628, 198, 361, 11593, 3672, 834, 6624, 705, 834, 12417, 834, 10354, 198, 220, 220, 220, 1388, 3419, 198 ]
2.705607
214
# pylint: disable = attribute-defined-outside-init, too-few-public-methods """Module for serializing IIIF Annotation Lists""" import json from django.core.serializers import serialize from django.core.serializers.base import SerializerDoesNotExist from .base import Serializer as JSONSerializer from django.contrib.auth import get_user_model from django.db.models import Q import config.settings.local as settings USER = get_user_model() class Serializer(JSONSerializer): """ IIIF V2 Annotation List https://iiif.io/api/presentation/2.1/#annotation-list """ class Deserializer: """Deserialize IIIF Annotation List :raises SerializerDoesNotExist: Not yet implemented. """
[ 2, 279, 2645, 600, 25, 15560, 796, 11688, 12, 23211, 12, 43435, 12, 15003, 11, 1165, 12, 32146, 12, 11377, 12, 24396, 82, 198, 37811, 26796, 329, 11389, 2890, 2873, 5064, 1052, 38983, 44968, 37811, 198, 11748, 33918, 198, 6738, 42625, 14208, 13, 7295, 13, 46911, 11341, 1330, 11389, 1096, 198, 6738, 42625, 14208, 13, 7295, 13, 46911, 11341, 13, 8692, 1330, 23283, 7509, 13921, 3673, 3109, 396, 198, 6738, 764, 8692, 1330, 23283, 7509, 355, 19449, 32634, 7509, 198, 6738, 42625, 14208, 13, 3642, 822, 13, 18439, 1330, 651, 62, 7220, 62, 19849, 198, 6738, 42625, 14208, 13, 9945, 13, 27530, 1330, 1195, 198, 11748, 4566, 13, 33692, 13, 12001, 355, 6460, 198, 198, 29904, 796, 651, 62, 7220, 62, 19849, 3419, 198, 198, 4871, 23283, 7509, 7, 40386, 32634, 7509, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 2873, 5064, 569, 17, 1052, 38983, 7343, 3740, 1378, 4178, 361, 13, 952, 14, 15042, 14, 25579, 341, 14, 17, 13, 16, 31113, 1236, 14221, 12, 4868, 198, 220, 220, 220, 37227, 198, 198, 4871, 2935, 48499, 7509, 25, 198, 220, 220, 220, 37227, 5960, 48499, 1096, 2873, 5064, 1052, 38983, 7343, 628, 220, 220, 220, 1058, 430, 2696, 23283, 7509, 13921, 3673, 3109, 396, 25, 1892, 1865, 9177, 13, 198, 220, 220, 220, 37227, 198 ]
3.206422
218
from .tranco import Tranco
[ 6738, 764, 2213, 47699, 1330, 833, 47699 ]
3.714286
7
""" This function implements 1d Monte Carlo integration """ import numpy as np def monte_1d(x, f, trials): """ Compute a 1D definite integral Parameters ---------- f : function User defined function. x : numpy array Integration domain. trials : integer Total number of generated random samples. Returns ------- I : float Integration result. """ a = x[0] b = x[1] d = (b - a) * np.random.rand(1, trials) + a y = f(d) print('Test addition') return (b-a) * np.sum(y) / trials
[ 37811, 198, 1212, 2163, 23986, 352, 67, 220, 22489, 40089, 11812, 198, 37811, 198, 198, 11748, 299, 32152, 355, 45941, 198, 198, 4299, 937, 660, 62, 16, 67, 7, 87, 11, 277, 11, 9867, 2599, 198, 220, 220, 37227, 220, 198, 220, 220, 220, 3082, 1133, 257, 352, 35, 21892, 19287, 220, 628, 220, 220, 220, 40117, 198, 220, 220, 220, 24200, 438, 198, 220, 220, 220, 277, 1058, 2163, 198, 220, 220, 220, 220, 220, 220, 220, 11787, 5447, 2163, 13, 198, 220, 220, 220, 2124, 1058, 299, 32152, 7177, 198, 220, 220, 220, 220, 220, 220, 220, 38410, 7386, 13, 198, 220, 220, 220, 9867, 1058, 18253, 198, 220, 220, 220, 220, 220, 220, 220, 7472, 1271, 286, 7560, 4738, 8405, 13, 198, 220, 220, 220, 16409, 198, 220, 220, 220, 35656, 198, 220, 220, 220, 314, 1058, 12178, 198, 220, 220, 220, 220, 220, 220, 220, 38410, 1255, 13, 198, 220, 220, 37227, 220, 220, 220, 198, 220, 220, 257, 796, 2124, 58, 15, 60, 198, 220, 220, 275, 796, 2124, 58, 16, 60, 198, 220, 220, 288, 796, 357, 65, 532, 257, 8, 1635, 220, 45941, 13, 25120, 13, 25192, 7, 16, 11, 9867, 8, 1343, 257, 198, 220, 220, 331, 796, 277, 7, 67, 8, 198, 220, 220, 3601, 10786, 14402, 3090, 11537, 198, 220, 220, 1441, 357, 65, 12, 64, 8, 1635, 45941, 13, 16345, 7, 88, 8, 1220, 9867, 198 ]
2.42616
237
import os import tensorflow.compat.v1 as tf import time import numpy as np # np.random._bit_generator = np.random.bit_generator from augment import augment
[ 11748, 28686, 198, 11748, 11192, 273, 11125, 13, 5589, 265, 13, 85, 16, 355, 48700, 198, 11748, 640, 198, 11748, 299, 32152, 355, 45941, 198, 2, 45941, 13, 25120, 13557, 2545, 62, 8612, 1352, 796, 45941, 13, 25120, 13, 2545, 62, 8612, 1352, 198, 198, 6738, 35016, 1330, 35016, 628 ]
3.16
50
from keras_retinanet.bin.train import train_main from keras_retinanet import models import glob import numpy as np from sklearn.metrics import f1_score import os if __name__ == '__main__': os.chdir("../") model_name = 'resnet101' train_main(0, None, ["csv", "data/trn1.csv", "data/classes.csv", "--val-annotations", "data/val1.csv"]) # model_name = 'resnet50' # h5s = glob.glob("run1_resnet_50/*.h5") # results = [] # best_f1 = 0 # for h5 in h5s: # y_true, y_pred = train_main(1, h5, ["csv", "data/trn1.csv", "data/classes.csv", # "--val-annotations", "data/val1.csv"]) # f1_max = 0 # th_max = 0 # pr_cnt_max = 0 # for th in np.linspace(0.0, 1.0, num=21): # for pr_cnt in range(1, 7): # y_pred_new = [] # for prd in y_pred: # ref_p = prd[(np.argsort(prd))[-pr_cnt]] # dec = (prd >= ref_p) & (prd >= th) # y_pred_new.append(dec) # f1_cur = f1_score(y_true, np.array(y_pred_new, dtype='int'), average='macro') # if f1_cur >= f1_max: # f1_max = f1_cur # th_max = th # pr_cnt_max = pr_cnt # results.append((h5, th_max, pr_cnt_max, f1_max)) # print([h5, th_max, pr_cnt_max, f1_max]) # if f1_max >= best_f1: # best_f1 = f1_max # print("current best = ", best_f1) # # results = sorted(results, key=lambda x:x[-1], reverse=True) # for r in results: # print(r) #[('snapshots\\resnet50_csv_44.h5', 0.05, 0.44536340852130324), ('snapshots\\resnet50_csv_48.h5', 0.05, 0.445054945054945), ('snapshots\\resnet50_csv_34.h5', 0.05, 0.437181855500821), ('snapshots\\resnet50_csv_49.h5', 0.0, 0.4327235488525811), ('snapshots\\resnet50_csv_45.h5', 0.05, 0.42369674185463657), ('snapshots\\resnet50_csv_28.h5', 0.0, 0.41797258297258294), ('snapshots\\resnet50_csv_22.h5', 0.1, 0.40782312925170067), ('snapshots\\resnet50_csv_30.h5', 0.05, 0.40745030745030747), ('snapshots\\resnet50_csv_50.h5', 0.1, 0.4013157894736842), ('snapshots\\resnet50_csv_37.h5', 0.0, 0.39436633627810097), ('snapshots\\resnet50_csv_47.h5', 0.0, 0.3908092403628118), ('snapshots\\resnet50_csv_41.h5', 0.2, 0.38839285714285715), ('snapshots\\resnet50_csv_35.h5', 0.15000000000000002, 0.38822228496141536), ('snapshots\\resnet50_csv_36.h5', 0.1, 0.38399981614267326), ('snapshots\\resnet50_csv_43.h5', 0.05, 0.3828025149453721), ('snapshots\\resnet50_csv_17.h5', 0.15000000000000002, 0.3746598639455782), ('snapshots\\resnet50_csv_21.h5', 0.05, 0.37316799237981496), ('snapshots\\resnet50_csv_29.h5', 0.0, 0.3672226582940869), ('snapshots\\resnet50_csv_32.h5', 0.1, 0.3669642857142857), ('snapshots\\resnet50_csv_39.h5', 0.05, 0.3659983291562239), ('snapshots\\resnet50_csv_33.h5', 0.05, 0.36450650157546705), ('snapshots\\resnet50_csv_46.h5', 0.1, 0.3637418137418137), ('snapshots\\resnet50_csv_42.h5', 0.0, 0.3635427827546054), ('snapshots\\resnet50_csv_25.h5', 0.05, 0.36262793405650545), ('snapshots\\resnet50_csv_11.h5', 0.05, 0.3579434337837699), ('snapshots\\resnet50_csv_27.h5', 0.05, 0.3495562586818953), ('snapshots\\resnet50_csv_40.h5', 0.0, 0.3492804814233386), ('snapshots\\resnet50_csv_31.h5', 0.05, 0.348015873015873), ('snapshots\\resnet50_csv_38.h5', 0.0, 0.3360606404724052), ('snapshots\\resnet50_csv_18.h5', 0.05, 0.3308032303830623), ('snapshots\\resnet50_csv_16.h5', 0.1, 0.32845804988662136), ('snapshots\\resnet50_csv_14.h5', 0.05, 0.32814818234986304), ('snapshots\\resnet50_csv_26.h5', 0.1, 0.3254329004329004), ('snapshots\\resnet50_csv_19.h5', 0.05, 0.3204281712685074), ('snapshots\\resnet50_csv_15.h5', 0.0, 0.3152310924369747), ('snapshots\\resnet50_csv_20.h5', 0.1, 0.29930213464696226), ('snapshots\\resnet50_csv_10.h5', 0.05, 0.2901406742663109), ('snapshots\\resnet50_csv_13.h5', 0.1, 0.27293083900226756), ('snapshots\\resnet50_csv_24.h5', 0.1, 0.2708245722531437), ('snapshots\\resnet50_csv_12.h5', 0.1, 0.2673262853528508), ('snapshots\\resnet50_csv_23.h5', 0.1, 0.2638221955448846), ('snapshots\\resnet50_csv_04.h5', 0.25, 0.24969474969474967), ('snapshots\\resnet50_csv_09.h5', 0.05, 0.24739891704177416), ('snapshots\\resnet50_csv_05.h5', 0.2, 0.24424342105263158), ('snapshots\\resnet50_csv_06.h5', 0.15000000000000002, 0.23761446886446885), ('snapshots\\resnet50_csv_07.h5', 0.15000000000000002, 0.233078231292517), ('snapshots\\resnet50_csv_03.h5', 0.15000000000000002, 0.21793958962895502), ('snapshots\\resnet50_csv_01.h5', 0.05, 0.19410188317751345), ('snapshots\\resnet50_csv_02.h5', 0.05, 0.19065212731754366), ('snapshots\\resnet50_csv_08.h5', 0.15000000000000002, 0.18758503401360543)]
[ 6738, 41927, 292, 62, 1186, 259, 272, 316, 13, 8800, 13, 27432, 1330, 4512, 62, 12417, 198, 6738, 41927, 292, 62, 1186, 259, 272, 316, 1330, 4981, 198, 11748, 15095, 198, 11748, 299, 32152, 355, 45941, 198, 6738, 1341, 35720, 13, 4164, 10466, 1330, 277, 16, 62, 26675, 198, 11748, 28686, 628, 198, 361, 11593, 3672, 834, 6624, 705, 834, 12417, 834, 10354, 198, 220, 220, 220, 28686, 13, 354, 15908, 7203, 40720, 4943, 198, 220, 220, 220, 2746, 62, 3672, 796, 705, 411, 3262, 8784, 6, 198, 220, 220, 220, 4512, 62, 12417, 7, 15, 11, 6045, 11, 14631, 40664, 1600, 366, 7890, 14, 2213, 77, 16, 13, 40664, 1600, 366, 7890, 14, 37724, 13, 40664, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 438, 2100, 12, 34574, 602, 1600, 366, 7890, 14, 2100, 16, 13, 40664, 8973, 8, 198, 220, 220, 220, 1303, 2746, 62, 3672, 796, 705, 411, 3262, 1120, 6, 198, 220, 220, 220, 1303, 289, 20, 82, 796, 15095, 13, 4743, 672, 7203, 5143, 16, 62, 411, 3262, 62, 1120, 15211, 13, 71, 20, 4943, 198, 220, 220, 220, 1303, 2482, 796, 17635, 198, 220, 220, 220, 1303, 1266, 62, 69, 16, 796, 657, 198, 220, 220, 220, 1303, 329, 289, 20, 287, 289, 20, 82, 25, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 331, 62, 7942, 11, 331, 62, 28764, 796, 4512, 62, 12417, 7, 16, 11, 289, 20, 11, 14631, 40664, 1600, 366, 7890, 14, 2213, 77, 16, 13, 40664, 1600, 366, 7890, 14, 37724, 13, 40664, 1600, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 438, 2100, 12, 34574, 602, 1600, 366, 7890, 14, 2100, 16, 13, 40664, 8973, 8, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 277, 16, 62, 9806, 796, 657, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 294, 62, 9806, 796, 657, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 778, 62, 66, 429, 62, 9806, 796, 657, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 329, 294, 287, 45941, 13, 21602, 10223, 7, 15, 13, 15, 11, 352, 13, 15, 11, 997, 28, 2481, 2599, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 220, 220, 220, 220, 329, 778, 62, 66, 429, 287, 2837, 7, 16, 11, 767, 2599, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 331, 62, 28764, 62, 3605, 796, 17635, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 329, 778, 67, 287, 331, 62, 28764, 25, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1006, 62, 79, 796, 778, 67, 58, 7, 37659, 13, 22046, 419, 7, 1050, 67, 4008, 58, 12, 1050, 62, 66, 429, 11907, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 875, 796, 357, 1050, 67, 18189, 1006, 62, 79, 8, 1222, 357, 1050, 67, 18189, 294, 8, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 331, 62, 28764, 62, 3605, 13, 33295, 7, 12501, 8, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 277, 16, 62, 22019, 796, 277, 16, 62, 26675, 7, 88, 62, 7942, 11, 45941, 13, 18747, 7, 88, 62, 28764, 62, 3605, 11, 288, 4906, 11639, 600, 33809, 2811, 11639, 20285, 305, 11537, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 277, 16, 62, 22019, 18189, 277, 16, 62, 9806, 25, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 277, 16, 62, 9806, 796, 277, 16, 62, 22019, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 294, 62, 9806, 796, 294, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 778, 62, 66, 429, 62, 9806, 796, 778, 62, 66, 429, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 2482, 13, 33295, 19510, 71, 20, 11, 294, 62, 9806, 11, 778, 62, 66, 429, 62, 9806, 11, 277, 16, 62, 9806, 4008, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 3601, 26933, 71, 20, 11, 294, 62, 9806, 11, 778, 62, 66, 429, 62, 9806, 11, 277, 16, 62, 9806, 12962, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 611, 277, 16, 62, 9806, 18189, 1266, 62, 69, 16, 25, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 220, 220, 220, 220, 1266, 62, 69, 16, 796, 277, 16, 62, 9806, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 3601, 7203, 14421, 1266, 796, 33172, 1266, 62, 69, 16, 8, 198, 220, 220, 220, 1303, 198, 220, 220, 220, 1303, 2482, 796, 23243, 7, 43420, 11, 1994, 28, 50033, 2124, 25, 87, 58, 12, 16, 4357, 9575, 28, 17821, 8, 198, 220, 220, 220, 1303, 329, 374, 287, 2482, 25, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 3601, 7, 81, 8, 198, 198, 2, 58, 10786, 45380, 20910, 6852, 411, 3262, 1120, 62, 40664, 62, 2598, 13, 71, 20, 3256, 657, 13, 2713, 11, 657, 13, 43489, 2623, 23601, 5332, 2481, 22572, 1731, 828, 19203, 45380, 20910, 6852, 411, 3262, 1120, 62, 40664, 62, 2780, 13, 71, 20, 3256, 657, 13, 2713, 11, 657, 13, 2598, 31654, 2920, 17885, 44966, 2231, 828, 19203, 45380, 20910, 6852, 411, 3262, 1120, 62, 40664, 62, 2682, 13, 71, 20, 3256, 657, 13, 2713, 11, 657, 13, 43284, 1507, 1507, 2816, 4059, 23, 2481, 828, 19203, 45380, 20910, 6852, 411, 3262, 1120, 62, 40664, 62, 2920, 13, 71, 20, 3256, 657, 13, 15, 11, 657, 13, 3559, 1983, 22370, 2780, 5332, 25600, 1157, 828, 19203, 45380, 20910, 6852, 411, 3262, 1120, 62, 40664, 62, 2231, 13, 71, 20, 3256, 657, 13, 2713, 11, 657, 13, 43356, 3388, 45385, 21652, 3510, 2623, 3553, 828, 19203, 45380, 20910, 6852, 411, 3262, 1120, 62, 40664, 62, 2078, 13, 71, 20, 3256, 657, 13, 15, 11, 657, 13, 38547, 5607, 25600, 26561, 25600, 27696, 828, 19203, 45380, 20910, 6852, 411, 3262, 1120, 62, 40664, 62, 1828, 13, 71, 20, 3256, 657, 13, 16, 11, 657, 13, 1821, 3695, 1954, 18741, 1495, 1558, 405, 3134, 828, 19203, 45380, 20910, 6852, 411, 3262, 1120, 62, 40664, 62, 1270, 13, 71, 20, 3256, 657, 13, 2713, 11, 657, 13, 1821, 4524, 1120, 1270, 4524, 1120, 22996, 2857, 828, 19203, 45380, 20910, 6852, 411, 3262, 1120, 62, 40664, 62, 1120, 13, 71, 20, 3256, 657, 13, 16, 11, 657, 13, 21844, 27936, 40401, 2857, 27412, 3682, 828, 19203, 45380, 20910, 6852, 411, 3262, 1120, 62, 40664, 62, 2718, 13, 71, 20, 3256, 657, 13, 15, 11, 657, 13, 34626, 32459, 29211, 25870, 3064, 5607, 828, 19203, 45380, 20910, 6852, 411, 3262, 1120, 62, 40664, 62, 2857, 13, 71, 20, 3256, 657, 13, 15, 11, 657, 13, 25964, 34583, 16102, 2623, 2078, 16817, 828, 19203, 45380, 20910, 6852, 411, 3262, 1120, 62, 40664, 62, 3901, 13, 71, 20, 3256, 657, 13, 17, 11, 657, 13, 30460, 2670, 2078, 3553, 1415, 2078, 3553, 1314, 828, 19203, 45380, 20910, 6852, 411, 3262, 1120, 62, 40664, 62, 2327, 13, 71, 20, 3256, 657, 13, 1314, 8269, 10535, 17, 11, 657, 13, 30460, 1828, 23815, 37747, 1415, 1314, 2623, 828, 19203, 45380, 20910, 6852, 411, 3262, 1120, 62, 40664, 62, 2623, 13, 71, 20, 3256, 657, 13, 16, 11, 657, 13, 2548, 28771, 4089, 1433, 1415, 2075, 4790, 2075, 828, 19203, 45380, 20910, 6852, 411, 3262, 1120, 62, 40664, 62, 3559, 13, 71, 20, 3256, 657, 13, 2713, 11, 657, 13, 2548, 21033, 1495, 19442, 2231, 2718, 2481, 828, 19203, 45380, 20910, 6852, 411, 3262, 1120, 62, 40664, 62, 1558, 13, 71, 20, 3256, 657, 13, 1314, 8269, 10535, 17, 11, 657, 13, 31020, 2996, 49087, 2670, 2231, 3553, 6469, 828, 19203, 45380, 20910, 6852, 411, 3262, 1120, 62, 40664, 62, 2481, 13, 71, 20, 3256, 657, 13, 2713, 11, 657, 13, 34770, 21940, 2079, 1954, 43240, 1415, 4846, 828, 19203, 45380, 20910, 6852, 411, 3262, 1120, 62, 40664, 62, 1959, 13, 71, 20, 3256, 657, 13, 15, 11, 657, 13, 27824, 1828, 2075, 3365, 1959, 26200, 3388, 828, 19203, 45380, 20910, 6852, 411, 3262, 1120, 62, 40664, 62, 2624, 13, 71, 20, 3256, 657, 13, 16, 11, 657, 13, 2623, 3388, 2414, 2078, 3553, 1415, 2078, 3553, 828, 19203, 45380, 20910, 6852, 411, 3262, 1120, 62, 40664, 62, 2670, 13, 71, 20, 3256, 657, 13, 2713, 11, 657, 13, 24760, 2079, 5999, 1959, 21599, 1828, 2670, 828, 19203, 45380, 20910, 6852, 411, 3262, 1120, 62, 40664, 62, 2091, 13, 71, 20, 3256, 657, 13, 2713, 11, 657, 13, 26780, 1120, 2996, 25150, 2425, 3510, 34801, 828, 19203, 45380, 20910, 6852, 411, 3262, 1120, 62, 40664, 62, 3510, 13, 71, 20, 3256, 657, 13, 16, 11, 657, 13, 2623, 31020, 1507, 1485, 4524, 1507, 19708, 828, 19203, 45380, 20910, 6852, 411, 3262, 1120, 62, 40664, 62, 3682, 13, 71, 20, 3256, 657, 13, 15, 11, 657, 13, 2623, 32182, 25870, 1983, 4051, 1899, 4051, 828, 19203, 45380, 20910, 6852, 411, 3262, 1120, 62, 40664, 62, 1495, 13, 71, 20, 3256, 657, 13, 2713, 11, 657, 13, 2623, 2075, 1983, 6052, 1821, 3980, 31654, 2231, 828, 19203, 45380, 20910, 6852, 411, 3262, 1120, 62, 40664, 62, 1157, 13, 71, 20, 3256, 657, 13, 2713, 11, 657, 13, 2327, 3720, 47101, 2091, 3695, 32128, 2079, 828, 19203, 45380, 20910, 6852, 411, 3262, 1120, 62, 40664, 62, 1983, 13, 71, 20, 3256, 657, 13, 2713, 11, 657, 13, 27371, 37864, 25600, 3104, 1507, 49649, 828, 19203, 45380, 20910, 6852, 411, 3262, 1120, 62, 40664, 62, 1821, 13, 71, 20, 3256, 657, 13, 15, 11, 657, 13, 2682, 5892, 1795, 2780, 1415, 1954, 2091, 4521, 828, 19203, 45380, 20910, 6852, 411, 3262, 1120, 62, 40664, 62, 3132, 13, 71, 20, 3256, 657, 13, 2713, 11, 657, 13, 28978, 486, 3365, 4790, 486, 3365, 4790, 828, 19203, 45380, 20910, 6852, 411, 3262, 1120, 62, 40664, 62, 2548, 13, 71, 20, 3256, 657, 13, 15, 11, 657, 13, 2091, 1899, 1899, 31102, 2857, 1731, 37841, 828, 19203, 45380, 20910, 6852, 411, 3262, 1120, 62, 40664, 62, 1507, 13, 71, 20, 3256, 657, 13, 2713, 11, 657, 13, 26073, 1795, 2624, 1270, 2548, 20548, 1954, 828, 19203, 45380, 20910, 6852, 411, 3262, 1120, 62, 40664, 62, 1433, 13, 71, 20, 3256, 657, 13, 16, 11, 657, 13, 34256, 2231, 1795, 2920, 3459, 39380, 20809, 828, 19203, 45380, 20910, 6852, 411, 3262, 1120, 62, 40664, 62, 1415, 13, 71, 20, 3256, 657, 13, 2713, 11, 657, 13, 34256, 18294, 1507, 1954, 2920, 4521, 21288, 828, 19203, 45380, 20910, 6852, 411, 3262, 1120, 62, 40664, 62, 2075, 13, 71, 20, 3256, 657, 13, 16, 11, 657, 13, 26582, 3559, 1959, 405, 3559, 1959, 22914, 828, 19203, 45380, 20910, 6852, 411, 3262, 1120, 62, 40664, 62, 1129, 13, 71, 20, 3256, 657, 13, 2713, 11, 657, 13, 18, 18638, 2078, 1558, 1065, 3104, 1120, 4524, 828, 19203, 45380, 20910, 6852, 411, 3262, 1120, 62, 40664, 62, 1314, 13, 71, 20, 3256, 657, 13, 15, 11, 657, 13, 27936, 1954, 14454, 1731, 2623, 5607, 2857, 828, 19203, 45380, 20910, 6852, 411, 3262, 1120, 62, 40664, 62, 1238, 13, 71, 20, 3256, 657, 13, 16, 11, 657, 13, 22579, 22709, 19880, 2414, 38205, 24909, 828, 19203, 45380, 20910, 6852, 411, 3262, 1120, 62, 40664, 62, 940, 13, 71, 20, 3256, 657, 13, 2713, 11, 657, 13, 1959, 486, 1821, 3134, 42780, 5066, 14454, 828, 19203, 45380, 20910, 6852, 411, 3262, 1120, 62, 40664, 62, 1485, 13, 71, 20, 3256, 657, 13, 16, 11, 657, 13, 1983, 1959, 21495, 2670, 405, 24909, 38219, 828, 19203, 45380, 20910, 6852, 411, 3262, 1120, 62, 40664, 62, 1731, 13, 71, 20, 3256, 657, 13, 16, 11, 657, 13, 1983, 2919, 1731, 3553, 18182, 33638, 2718, 828, 19203, 45380, 20910, 6852, 411, 3262, 1120, 62, 40664, 62, 1065, 13, 71, 20, 3256, 657, 13, 16, 11, 657, 13, 2075, 4790, 2075, 26279, 2327, 2078, 33042, 828, 19203, 45380, 20910, 6852, 411, 3262, 1120, 62, 40664, 62, 1954, 13, 71, 20, 3256, 657, 13, 16, 11, 657, 13, 2075, 2548, 1828, 1129, 2816, 2598, 3459, 3510, 828, 19203, 45380, 20910, 6852, 411, 3262, 1120, 62, 40664, 62, 3023, 13, 71, 20, 3256, 657, 13, 1495, 11, 657, 13, 21626, 3388, 2857, 2920, 3388, 2857, 2920, 3134, 828, 19203, 45380, 20910, 6852, 411, 3262, 1120, 62, 40664, 62, 2931, 13, 71, 20, 3256, 657, 13, 2713, 11, 657, 13, 23753, 2670, 4531, 1558, 3023, 1558, 4524, 1433, 828, 19203, 45380, 20910, 6852, 411, 3262, 1120, 62, 40664, 62, 2713, 13, 71, 20, 3256, 657, 13, 17, 11, 657, 13, 25707, 1731, 31575, 13348, 29558, 21273, 828, 19203, 45380, 20910, 6852, 411, 3262, 1120, 62, 40664, 62, 3312, 13, 71, 20, 3256, 657, 13, 1314, 8269, 10535, 17, 11, 657, 13, 1954, 4304, 18444, 34427, 29173, 3104, 5332, 828, 19203, 45380, 20910, 6852, 411, 3262, 1120, 62, 40664, 62, 2998, 13, 71, 20, 3256, 657, 13, 1314, 8269, 10535, 17, 11, 657, 13, 1954, 1270, 3695, 1954, 18741, 1495, 1558, 828, 19203, 45380, 20910, 6852, 411, 3262, 1120, 62, 40664, 62, 3070, 13, 71, 20, 3256, 657, 13, 1314, 8269, 10535, 17, 11, 657, 13, 17, 21738, 2670, 3365, 4846, 2078, 3865, 35126, 828, 19203, 45380, 20910, 6852, 411, 3262, 1120, 62, 40664, 62, 486, 13, 71, 20, 3256, 657, 13, 2713, 11, 657, 13, 1129, 3901, 486, 3459, 34125, 2425, 1485, 2231, 828, 19203, 45380, 20910, 6852, 411, 3262, 1120, 62, 40664, 62, 2999, 13, 71, 20, 3256, 657, 13, 2713, 11, 657, 13, 19782, 2996, 21777, 4790, 1558, 4051, 32459, 828, 19203, 45380, 20910, 6852, 411, 3262, 1120, 62, 40664, 62, 2919, 13, 71, 20, 3256, 657, 13, 1314, 8269, 10535, 17, 11, 657, 13, 1507, 2425, 25764, 2682, 486, 15277, 20, 3559, 15437 ]
1.990814
2,395
# coding=utf-8 # *** WARNING: this file was generated by the Pulumi SDK Generator. *** # *** Do not edit by hand unless you're certain you know what you are doing! *** from enum import Enum __all__ = [ 'IntegrationConnectorType', 'IntegrationMarketoConnectorOperator', 'IntegrationOperatorPropertiesKeys', 'IntegrationS3ConnectorOperator', 'IntegrationSalesforceConnectorOperator', 'IntegrationScheduledTriggerPropertiesDataPullMode', 'IntegrationServiceNowConnectorOperator', 'IntegrationTaskType', 'IntegrationTriggerType', 'IntegrationZendeskConnectorOperator', 'ObjectTypeFieldContentType', 'ObjectTypeKeyStandardIdentifiersItem', ] class ObjectTypeFieldContentType(str, Enum): """ The content type of the field. Used for determining equality when searching. """ STRING = "STRING" NUMBER = "NUMBER" PHONE_NUMBER = "PHONE_NUMBER" EMAIL_ADDRESS = "EMAIL_ADDRESS" NAME = "NAME"
[ 2, 19617, 28, 40477, 12, 23, 198, 2, 17202, 39410, 25, 428, 2393, 373, 7560, 416, 262, 21624, 12994, 26144, 35986, 13, 17202, 198, 2, 17202, 2141, 407, 4370, 416, 1021, 4556, 345, 821, 1728, 345, 760, 644, 345, 389, 1804, 0, 17202, 198, 198, 6738, 33829, 1330, 2039, 388, 198, 198, 834, 439, 834, 796, 685, 198, 220, 220, 220, 705, 34500, 1358, 34525, 6030, 3256, 198, 220, 220, 220, 705, 34500, 1358, 9704, 27206, 34525, 18843, 1352, 3256, 198, 220, 220, 220, 705, 34500, 1358, 18843, 1352, 2964, 18200, 40729, 3256, 198, 220, 220, 220, 705, 34500, 1358, 50, 18, 34525, 18843, 1352, 3256, 198, 220, 220, 220, 705, 34500, 1358, 44490, 3174, 34525, 18843, 1352, 3256, 198, 220, 220, 220, 705, 34500, 1358, 50, 1740, 6309, 48344, 2964, 18200, 6601, 42940, 19076, 3256, 198, 220, 220, 220, 705, 34500, 1358, 16177, 3844, 34525, 18843, 1352, 3256, 198, 220, 220, 220, 705, 34500, 1358, 25714, 6030, 3256, 198, 220, 220, 220, 705, 34500, 1358, 48344, 6030, 3256, 198, 220, 220, 220, 705, 34500, 1358, 57, 437, 274, 74, 34525, 18843, 1352, 3256, 198, 220, 220, 220, 705, 10267, 6030, 15878, 19746, 6030, 3256, 198, 220, 220, 220, 705, 10267, 6030, 9218, 23615, 33234, 13350, 7449, 3256, 198, 60, 628, 628, 628, 628, 628, 628, 198, 4871, 9515, 6030, 15878, 19746, 6030, 7, 2536, 11, 2039, 388, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 383, 2695, 2099, 286, 262, 2214, 13, 16718, 329, 13213, 10537, 618, 10342, 13, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 19269, 2751, 796, 366, 18601, 2751, 1, 198, 220, 220, 220, 36871, 13246, 796, 366, 41359, 13246, 1, 198, 220, 220, 220, 9370, 11651, 62, 41359, 13246, 796, 366, 11909, 11651, 62, 41359, 13246, 1, 198, 220, 220, 220, 412, 5673, 4146, 62, 2885, 7707, 7597, 796, 366, 27630, 4146, 62, 2885, 7707, 7597, 1, 198, 220, 220, 220, 36751, 796, 366, 20608, 1, 628 ]
2.98773
326
import numpy as np import pickle objects = ['cow', 'dog', 'person', 'horse', 'sheep', 'aeroplane', 'bird', 'bicycle', 'cat', 'motorbike', 'car'] for object_name in objects: with open(object_name + '_part_separated_labels', 'rb') as f: label = pickle.load(f) with open(object_name + '_part_separated_bbx', 'rb') as f: box = pickle.load(f) with open(object_name + '_part_separated_masks', 'rb') as f: mask = pickle.load(f) with open(object_name + '_images', 'rb') as f: o_images = pickle.load(f) size = len(label) train_split = int((75/100)*size) validation_split = int((10/100)*size) test_split = int((15/100)*size) #train with open(object_name+'_train_label', 'wb') as f: pickle.dump(label[0:train_split], f) with open(object_name+'_train_bbx', 'wb') as f: pickle.dump(box[0:train_split], f) with open(object_name+'_train_masks', 'wb') as f: pickle.dump(mask[0:train_split], f) with open(object_name+'_train_images', 'wb') as f: pickle.dump(o_images[0:train_split], f) #vaidation with open(object_name+'_validation_label', 'wb') as f: pickle.dump(label[train_split:train_split+validation_split], f) with open(object_name+'_validation_bbx', 'wb') as f: pickle.dump(box[train_split:train_split+validation_split], f) with open(object_name+'_validation_masks', 'wb') as f: pickle.dump(mask[train_split:train_split+validation_split], f) with open(object_name+'_validation_images', 'wb') as f: pickle.dump(o_images[train_split:train_split+validation_split], f) #test with open(object_name+'_test_label', 'wb') as f: pickle.dump(label[train_split+validation_split::], f) with open(object_name+'_test_bbx', 'wb') as f: pickle.dump(box[train_split+validation_split::], f) with open(object_name+'_test_masks', 'wb') as f: pickle.dump(mask[train_split+validation_split::], f) with open(object_name+'_test_images', 'wb') as f: pickle.dump(o_images[train_split+validation_split::], f)
[ 11748, 299, 32152, 355, 45941, 198, 11748, 2298, 293, 198, 198, 48205, 796, 37250, 8232, 3256, 705, 9703, 3256, 705, 6259, 3256, 705, 30527, 3256, 220, 705, 7091, 538, 3256, 705, 25534, 20106, 1531, 3256, 705, 16944, 3256, 705, 65, 35298, 3256, 705, 9246, 3256, 705, 76, 20965, 32256, 3256, 705, 7718, 20520, 198, 198, 1640, 2134, 62, 3672, 287, 5563, 25, 198, 220, 220, 220, 351, 1280, 7, 15252, 62, 3672, 1343, 220, 705, 62, 3911, 62, 25512, 515, 62, 23912, 1424, 3256, 705, 26145, 11537, 355, 277, 25, 198, 220, 220, 220, 220, 220, 220, 220, 6167, 796, 2298, 293, 13, 2220, 7, 69, 8, 198, 220, 220, 220, 351, 1280, 7, 15252, 62, 3672, 1343, 220, 705, 62, 3911, 62, 25512, 515, 62, 11848, 87, 3256, 705, 26145, 11537, 355, 277, 25, 198, 220, 220, 220, 220, 220, 220, 220, 3091, 796, 2298, 293, 13, 2220, 7, 69, 8, 198, 220, 220, 220, 351, 1280, 7, 15252, 62, 3672, 1343, 220, 705, 62, 3911, 62, 25512, 515, 62, 5356, 591, 3256, 705, 26145, 11537, 355, 277, 25, 198, 220, 220, 220, 220, 220, 220, 220, 9335, 796, 2298, 293, 13, 2220, 7, 69, 8, 198, 220, 220, 220, 351, 1280, 7, 15252, 62, 3672, 1343, 220, 705, 62, 17566, 3256, 705, 26145, 11537, 355, 277, 25, 198, 220, 220, 220, 220, 220, 220, 220, 267, 62, 17566, 796, 2298, 293, 13, 2220, 7, 69, 8, 628, 220, 220, 220, 2546, 796, 18896, 7, 18242, 8, 198, 220, 220, 220, 4512, 62, 35312, 796, 493, 19510, 2425, 14, 3064, 27493, 7857, 8, 198, 220, 220, 220, 21201, 62, 35312, 796, 493, 19510, 940, 14, 3064, 27493, 7857, 8, 198, 220, 220, 220, 1332, 62, 35312, 796, 493, 19510, 1314, 14, 3064, 27493, 7857, 8, 628, 220, 220, 220, 1303, 27432, 198, 220, 220, 220, 351, 1280, 7, 15252, 62, 3672, 10, 6, 62, 27432, 62, 18242, 3256, 705, 39346, 11537, 355, 277, 25, 198, 220, 220, 220, 220, 220, 220, 220, 2298, 293, 13, 39455, 7, 18242, 58, 15, 25, 27432, 62, 35312, 4357, 277, 8, 198, 220, 220, 220, 351, 1280, 7, 15252, 62, 3672, 10, 6, 62, 27432, 62, 11848, 87, 3256, 705, 39346, 11537, 355, 277, 25, 198, 220, 220, 220, 220, 220, 220, 220, 2298, 293, 13, 39455, 7, 3524, 58, 15, 25, 27432, 62, 35312, 4357, 277, 8, 198, 220, 220, 220, 351, 1280, 7, 15252, 62, 3672, 10, 6, 62, 27432, 62, 5356, 591, 3256, 705, 39346, 11537, 355, 277, 25, 198, 220, 220, 220, 220, 220, 220, 220, 2298, 293, 13, 39455, 7, 27932, 58, 15, 25, 27432, 62, 35312, 4357, 277, 8, 198, 220, 220, 220, 351, 1280, 7, 15252, 62, 3672, 10, 6, 62, 27432, 62, 17566, 3256, 705, 39346, 11537, 355, 277, 25, 198, 220, 220, 220, 220, 220, 220, 220, 2298, 293, 13, 39455, 7, 78, 62, 17566, 58, 15, 25, 27432, 62, 35312, 4357, 277, 8, 628, 220, 220, 220, 1303, 85, 1698, 341, 198, 220, 220, 220, 351, 1280, 7, 15252, 62, 3672, 10, 6, 62, 12102, 341, 62, 18242, 3256, 705, 39346, 11537, 355, 277, 25, 198, 220, 220, 220, 220, 220, 220, 220, 2298, 293, 13, 39455, 7, 18242, 58, 27432, 62, 35312, 25, 27432, 62, 35312, 10, 12102, 341, 62, 35312, 4357, 277, 8, 198, 220, 220, 220, 351, 1280, 7, 15252, 62, 3672, 10, 6, 62, 12102, 341, 62, 11848, 87, 3256, 705, 39346, 11537, 355, 277, 25, 198, 220, 220, 220, 220, 220, 220, 220, 2298, 293, 13, 39455, 7, 3524, 58, 27432, 62, 35312, 25, 27432, 62, 35312, 10, 12102, 341, 62, 35312, 4357, 277, 8, 198, 220, 220, 220, 351, 1280, 7, 15252, 62, 3672, 10, 6, 62, 12102, 341, 62, 5356, 591, 3256, 705, 39346, 11537, 355, 277, 25, 198, 220, 220, 220, 220, 220, 220, 220, 2298, 293, 13, 39455, 7, 27932, 58, 27432, 62, 35312, 25, 27432, 62, 35312, 10, 12102, 341, 62, 35312, 4357, 277, 8, 198, 220, 220, 220, 351, 1280, 7, 15252, 62, 3672, 10, 6, 62, 12102, 341, 62, 17566, 3256, 705, 39346, 11537, 355, 277, 25, 198, 220, 220, 220, 220, 220, 220, 220, 2298, 293, 13, 39455, 7, 78, 62, 17566, 58, 27432, 62, 35312, 25, 27432, 62, 35312, 10, 12102, 341, 62, 35312, 4357, 277, 8, 628, 220, 220, 220, 1303, 9288, 198, 220, 220, 220, 351, 1280, 7, 15252, 62, 3672, 10, 6, 62, 9288, 62, 18242, 3256, 705, 39346, 11537, 355, 277, 25, 198, 220, 220, 220, 220, 220, 220, 220, 2298, 293, 13, 39455, 7, 18242, 58, 27432, 62, 35312, 10, 12102, 341, 62, 35312, 3712, 4357, 277, 8, 198, 220, 220, 220, 351, 1280, 7, 15252, 62, 3672, 10, 6, 62, 9288, 62, 11848, 87, 3256, 705, 39346, 11537, 355, 277, 25, 198, 220, 220, 220, 220, 220, 220, 220, 2298, 293, 13, 39455, 7, 3524, 58, 27432, 62, 35312, 10, 12102, 341, 62, 35312, 3712, 4357, 277, 8, 198, 220, 220, 220, 351, 1280, 7, 15252, 62, 3672, 10, 6, 62, 9288, 62, 5356, 591, 3256, 705, 39346, 11537, 355, 277, 25, 198, 220, 220, 220, 220, 220, 220, 220, 2298, 293, 13, 39455, 7, 27932, 58, 27432, 62, 35312, 10, 12102, 341, 62, 35312, 3712, 4357, 277, 8, 198, 220, 220, 220, 351, 1280, 7, 15252, 62, 3672, 10, 6, 62, 9288, 62, 17566, 3256, 705, 39346, 11537, 355, 277, 25, 198, 220, 220, 220, 220, 220, 220, 220, 2298, 293, 13, 39455, 7, 78, 62, 17566, 58, 27432, 62, 35312, 10, 12102, 341, 62, 35312, 3712, 4357, 277, 8, 628 ]
2.264801
929
# Copyright (c) 2012 OpenStack Foundation. # 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. from neutron_lib.api.definitions import provider_net from neutron_lib.api import extensions from neutron_lib.api import validators from neutron_lib import exceptions as n_exc from neutron._i18n import _ def _raise_if_updates_provider_attributes(attrs): """Raise exception if provider attributes are present. This method is used for plugins that do not support updating provider networks. """ if any(validators.is_attr_set(attrs.get(a)) for a in provider_net.ATTRIBUTES): msg = _("Plugin does not support updating provider attributes") raise n_exc.InvalidInput(error_message=msg) class Providernet(extensions.ExtensionDescriptor): """Extension class supporting provider networks. This class is used by neutron's extension framework to make metadata about the provider network extension available to clients. No new resources are defined by this extension. Instead, the existing network resource's request and response messages are extended with attributes in the provider namespace. With admin rights, network dictionaries returned will also include provider attributes. """ @classmethod @classmethod @classmethod @classmethod
[ 2, 15069, 357, 66, 8, 2321, 4946, 25896, 5693, 13, 198, 2, 1439, 2489, 10395, 13, 198, 2, 198, 2, 220, 220, 220, 49962, 739, 262, 24843, 13789, 11, 10628, 362, 13, 15, 357, 1169, 366, 34156, 15341, 345, 743, 198, 2, 220, 220, 220, 407, 779, 428, 2393, 2845, 287, 11846, 351, 262, 13789, 13, 921, 743, 7330, 198, 2, 220, 220, 220, 257, 4866, 286, 262, 13789, 379, 198, 2, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 2638, 1378, 2503, 13, 43073, 13, 2398, 14, 677, 4541, 14, 43, 2149, 24290, 12, 17, 13, 15, 198, 2, 198, 2, 220, 220, 220, 17486, 2672, 416, 9723, 1099, 393, 4987, 284, 287, 3597, 11, 3788, 198, 2, 220, 220, 220, 9387, 739, 262, 13789, 318, 9387, 319, 281, 366, 1921, 3180, 1, 29809, 1797, 11, 42881, 198, 2, 220, 220, 220, 34764, 11015, 6375, 7102, 49828, 11053, 3963, 15529, 509, 12115, 11, 2035, 4911, 393, 17142, 13, 4091, 262, 198, 2, 220, 220, 220, 13789, 329, 262, 2176, 3303, 15030, 21627, 290, 11247, 198, 2, 220, 220, 220, 739, 262, 13789, 13, 198, 198, 6738, 49810, 62, 8019, 13, 15042, 13, 4299, 50101, 1330, 10131, 62, 3262, 198, 6738, 49810, 62, 8019, 13, 15042, 1330, 18366, 198, 6738, 49810, 62, 8019, 13, 15042, 1330, 4938, 2024, 198, 6738, 49810, 62, 8019, 1330, 13269, 355, 299, 62, 41194, 198, 198, 6738, 49810, 13557, 72, 1507, 77, 1330, 4808, 628, 198, 4299, 4808, 40225, 62, 361, 62, 929, 19581, 62, 15234, 1304, 62, 1078, 7657, 7, 1078, 3808, 2599, 198, 220, 220, 220, 37227, 21762, 786, 6631, 611, 10131, 12608, 389, 1944, 13, 628, 220, 220, 220, 770, 2446, 318, 973, 329, 20652, 326, 466, 407, 1104, 198, 220, 220, 220, 19698, 10131, 7686, 13, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 611, 597, 7, 12102, 2024, 13, 271, 62, 35226, 62, 2617, 7, 1078, 3808, 13, 1136, 7, 64, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 329, 257, 287, 10131, 62, 3262, 13, 1404, 5446, 9865, 3843, 1546, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 31456, 796, 4808, 7203, 37233, 857, 407, 1104, 19698, 10131, 12608, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 5298, 299, 62, 41194, 13, 44651, 20560, 7, 18224, 62, 20500, 28, 19662, 8, 628, 198, 4871, 7518, 312, 1142, 316, 7, 2302, 5736, 13, 11627, 3004, 24564, 1968, 273, 2599, 198, 220, 220, 220, 37227, 11627, 3004, 1398, 6493, 10131, 7686, 13, 628, 220, 220, 220, 770, 1398, 318, 973, 416, 49810, 338, 7552, 9355, 284, 787, 198, 220, 220, 220, 20150, 546, 262, 10131, 3127, 7552, 1695, 284, 198, 220, 220, 220, 7534, 13, 1400, 649, 4133, 389, 5447, 416, 428, 7552, 13, 5455, 11, 198, 220, 220, 220, 262, 4683, 3127, 8271, 338, 2581, 290, 2882, 6218, 389, 198, 220, 220, 220, 7083, 351, 12608, 287, 262, 10131, 25745, 13, 628, 220, 220, 220, 2080, 13169, 2489, 11, 3127, 48589, 3166, 4504, 481, 635, 2291, 198, 220, 220, 220, 10131, 12608, 13, 198, 220, 220, 220, 37227, 628, 220, 220, 220, 2488, 4871, 24396, 628, 220, 220, 220, 2488, 4871, 24396, 628, 220, 220, 220, 2488, 4871, 24396, 628, 220, 220, 220, 2488, 4871, 24396, 198 ]
3.43956
546
import pytest import asyncio import os import sys # Workaround so we don't have to create a setup.py file for the project and # install an editable version sys.path.append(os.path.join(os.path.dirname(__file__), os.pardir)) from essential_cosmic.app import make_app
[ 11748, 12972, 9288, 198, 11748, 30351, 952, 198, 11748, 28686, 198, 11748, 25064, 198, 198, 2, 5521, 14145, 523, 356, 836, 470, 423, 284, 2251, 257, 9058, 13, 9078, 2393, 329, 262, 1628, 290, 198, 2, 2721, 281, 4370, 540, 2196, 198, 17597, 13, 6978, 13, 33295, 7, 418, 13, 6978, 13, 22179, 7, 418, 13, 6978, 13, 15908, 3672, 7, 834, 7753, 834, 828, 28686, 13, 26037, 343, 4008, 198, 198, 6738, 6393, 62, 6966, 9383, 13, 1324, 1330, 787, 62, 1324, 628 ]
3.202381
84
# Copyright (c) 2009 The Foundry Visionmongers Ltd. All Rights Reserved. import nuke import os, re, sys, math, time from nukescripts import execute_panel from nukescripts import panels
[ 2, 15069, 357, 66, 8, 3717, 383, 4062, 563, 19009, 31059, 364, 12052, 13, 220, 1439, 6923, 33876, 13, 198, 11748, 299, 4649, 198, 11748, 28686, 11, 302, 11, 25064, 11, 10688, 11, 640, 198, 6738, 299, 2724, 3798, 1968, 82, 1330, 12260, 62, 35330, 198, 6738, 299, 2724, 3798, 1968, 82, 1330, 13043, 198 ]
3.381818
55
# Copyright (C) 2013 Evan Ochsner # # This program is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the # Free Software Foundation; either version 2 of the License, or (at your # option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General # Public License for more details. # # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """ A collection of routines to manage Condor workflows (DAGs). """ import os, sys import numpy as np from time import time from hashlib import md5 from glue import pipeline __author__ = "Evan Ochsner <[email protected]>, Chris Pankow <[email protected]>" # Taken from # http://pythonadventures.wordpress.com/2011/03/13/equivalent-of-the-which-command-in-python/ def generate_job_id(): """ Generate a unique md5 hash for use as a job ID. Borrowed and modified from the LAL code in glue/glue/pipeline.py """ t = str( int( time() * 1000 ) ) r = str( int( np.random.random() * 100000000000000000 ) ) return md5(t + r).hexdigest() # From https://github.com/lscsoft/lalsuite/blob/master/lalinference/python/lalinference/lalinference_pipe_utils.py def write_integrate_likelihood_extrinsic_grid_sub(tag='integrate', exe=None, log_dir=None, ncopies=1, **kwargs): """ Write a submit file for launching jobs to marginalize the likelihood over extrinsic parameters. Like the other case (below), but modified to use the sim_xml and loop over 'event' Inputs: - 'tag' is a string to specify the base name of output files. The output submit file will be named tag.sub, and the jobs will write their output to tag-ID.out, tag-ID.err, tag.log, where 'ID' is a unique identifier for each instance of a job run from the sub file. - 'cache' is the path to a cache file which gives the location of the data to be analyzed. - 'sim' is the path to the XML file with the grid - 'channelH1/L1/V1' is the channel name to be read for each of the H1, L1 and V1 detectors. - 'psdH1/L1/V1' is the path to an XML file specifying the PSD of each of the H1, L1, V1 detectors. - 'ncopies' is the number of runs with identical input parameters to submit per condor 'cluster' Outputs: - An instance of the CondorDAGJob that was generated for ILE """ assert len(kwargs["psd_file"]) == len(kwargs["channel_name"]) exe = exe or which("integrate_likelihood_extrinsic") ile_job = pipeline.CondorDAGJob(universe="vanilla", executable=exe) # This is a hack since CondorDAGJob hides the queue property ile_job._CondorJob__queue = ncopies ile_sub_name = tag + '.sub' ile_job.set_sub_file(ile_sub_name) # # Logging options # uniq_str = "$(macromassid)-$(cluster)-$(process)" ile_job.set_log_file("%s%s-%s.log" % (log_dir, tag, uniq_str)) ile_job.set_stderr_file("%s%s-%s.err" % (log_dir, tag, uniq_str)) ile_job.set_stdout_file("%s%s-%s.out" % (log_dir, tag, uniq_str)) if "output_file" in kwargs and kwargs["output_file"] is not None: # # Need to modify the output file so it's unique # ofname = kwargs["output_file"].split(".") ofname, ext = ofname[0], ".".join(ofname[1:]) ile_job.add_file_opt("output-file", "%s-%s.%s" % (ofname, uniq_str, ext)) del kwargs["output_file"] if "save_samples" in kwargs and kwargs["save_samples"] is True: ile_job.add_opt("save-samples", None) del kwargs["save_samples"] # # Add normal arguments # FIXME: Get valid options from a module # for opt, param in list(kwargs.items()): if isinstance(param, list) or isinstance(param, tuple): # NOTE: Hack to get around multiple instances of the same option for p in param: ile_job.add_arg("--%s %s" % (opt.replace("_", "-"), str(p))) elif param is True: ile_job.add_opt(opt.replace("_", "-"), None) elif param is None or param is False: continue else: ile_job.add_opt(opt.replace("_", "-"), str(param)) # # Macro based options # ile_job.add_var_opt("event") ile_job.add_condor_cmd('getenv', 'True') ile_job.add_condor_cmd('request_memory', '2048') try: ile_job.add_condor_cmd('accounting_group',os.environ['LIGO_ACCOUNTING']) ile_job.add_condor_cmd('accounting_group_user',os.environ['LIGO_USER_NAME']) except: print(" LIGO accounting information not available. You must add this manually to integrate.sub !") ### ### SUGGESTION FROM STUART (for later) # request_memory = ifthenelse( (LastHoldReasonCode=!=34 && LastHoldReasonCode=!=26), InitialRequestMemory, int(1.5 * NumJobStarts * MemoryUsage) ) # periodic_release = ((HoldReasonCode =?= 34) || (HoldReasonCode =?= 26)) # This will automatically release a job that is put on hold for using too much memory with a 50% increased memory request each tim.e return ile_job, ile_sub_name # FIXME: Keep in sync with arguments of integrate_likelihood_extrinsic def write_integrate_likelihood_extrinsic_sub(tag='integrate', exe=None, log_dir=None, ncopies=1, **kwargs): """ Write a submit file for launching jobs to marginalize the likelihood over extrinsic parameters. Inputs: - 'tag' is a string to specify the base name of output files. The output submit file will be named tag.sub, and the jobs will write their output to tag-ID.out, tag-ID.err, tag.log, where 'ID' is a unique identifier for each instance of a job run from the sub file. - 'cache' is the path to a cache file which gives the location of the data to be analyzed. - 'coinc' is the path to a coincident XML file, from which masses and times will be drawn FIXME: remove this once it's no longer needed. - 'channelH1/L1/V1' is the channel name to be read for each of the H1, L1 and V1 detectors. - 'psdH1/L1/V1' is the path to an XML file specifying the PSD of each of the H1, L1, V1 detectors. - 'ncopies' is the number of runs with identical input parameters to submit per condor 'cluster' Outputs: - An instance of the CondorDAGJob that was generated for ILE """ assert len(kwargs["psd_file"]) == len(kwargs["channel_name"]) exe = exe or which("integrate_likelihood_extrinsic") ile_job = pipeline.CondorDAGJob(universe="vanilla", executable=exe) # This is a hack since CondorDAGJob hides the queue property ile_job._CondorJob__queue = ncopies ile_sub_name = tag + '.sub' ile_job.set_sub_file(ile_sub_name) # # Logging options # uniq_str = "$(macromassid)-$(cluster)-$(process)" ile_job.set_log_file("%s%s-%s.log" % (log_dir, tag, uniq_str)) ile_job.set_stderr_file("%s%s-%s.err" % (log_dir, tag, uniq_str)) ile_job.set_stdout_file("%s%s-%s.out" % (log_dir, tag, uniq_str)) if "output_file" in kwargs and kwargs["output_file"] is not None: # # Need to modify the output file so it's unique # ofname = kwargs["output_file"].split(".") ofname, ext = ofname[0], ".".join(ofname[1:]) ile_job.add_file_opt("output-file", "%s-%s.%s" % (ofname, uniq_str, ext)) del kwargs["output_file"] if "save_samples" in kwargs and kwargs["save_samples"] is True: ile_job.add_opt("save-samples", None) del kwargs["save_samples"] # # Add normal arguments # FIXME: Get valid options from a module # for opt, param in list(kwargs.items()): if isinstance(param, list) or isinstance(param, tuple): # NOTE: Hack to get around multiple instances of the same option for p in param: ile_job.add_arg("--%s %s" % (opt.replace("_", "-"), str(p))) elif param is True: ile_job.add_opt(opt.replace("_", "-"), None) elif param is None: continue else: ile_job.add_opt(opt.replace("_", "-"), str(param)) # # Macro based options # ile_job.add_var_opt("mass1") ile_job.add_var_opt("mass2") ile_job.add_condor_cmd('getenv', 'True') ile_job.add_condor_cmd('request_memory', '2048') return ile_job, ile_sub_name def write_result_coalescence_sub(tag='coalesce', exe=None, log_dir=None, output_dir="./", use_default_cache=True): """ Write a submit file for launching jobs to coalesce ILE output """ exe = exe or which("ligolw_sqlite") sql_job = pipeline.CondorDAGJob(universe="vanilla", executable=exe) sql_sub_name = tag + '.sub' sql_job.set_sub_file(sql_sub_name) # # Logging options # uniq_str = "$(cluster)-$(process)" sql_job.set_log_file("%s%s-%s.log" % (log_dir, tag, uniq_str)) sql_job.set_stderr_file("%s%s-%s.err" % (log_dir, tag, uniq_str)) sql_job.set_stdout_file("%s%s-%s.out" % (log_dir, tag, uniq_str)) if use_default_cache: sql_job.add_opt("input-cache", "ILE_$(macromassid).cache") else: sql_job.add_arg("$(macrofiles)") #sql_job.add_arg("*$(macromassid)*.xml.gz") sql_job.add_opt("database", "ILE_$(macromassid).sqlite") #if os.environ.has_key("TMPDIR"): #tmpdir = os.environ["TMPDIR"] #else: #print >>sys.stderr, "WARNING, TMPDIR environment variable not set. Will default to /tmp/, but this could be dangerous." #tmpdir = "/tmp/" tmpdir = "/dev/shm/" sql_job.add_opt("tmp-space", tmpdir) sql_job.add_opt("verbose", None) sql_job.add_condor_cmd('getenv', 'True') sql_job.add_condor_cmd('request_memory', '1024') return sql_job, sql_sub_name def write_posterior_plot_sub(tag='plot_post', exe=None, log_dir=None, output_dir="./"): """ Write a submit file for launching jobs to coalesce ILE output """ exe = exe or which("plot_like_contours") plot_job = pipeline.CondorDAGJob(universe="vanilla", executable=exe) plot_sub_name = tag + '.sub' plot_job.set_sub_file(plot_sub_name) # # Logging options # uniq_str = "$(cluster)-$(process)" plot_job.set_log_file("%s%s-%s.log" % (log_dir, tag, uniq_str)) plot_job.set_stderr_file("%s%s-%s.err" % (log_dir, tag, uniq_str)) plot_job.set_stdout_file("%s%s-%s.out" % (log_dir, tag, uniq_str)) plot_job.add_opt("show-points", None) plot_job.add_opt("dimension1", "mchirp") plot_job.add_opt("dimension2", "eta") plot_job.add_opt("input-cache", "ILE_all.cache") plot_job.add_opt("log-evidence", None) plot_job.add_condor_cmd('getenv', 'True') plot_job.add_condor_cmd('request_memory', '1024') return plot_job, plot_sub_name def write_tri_plot_sub(tag='plot_tri', injection_file=None, exe=None, log_dir=None, output_dir="./"): """ Write a submit file for launching jobs to coalesce ILE output """ exe = exe or which("make_triplot") plot_job = pipeline.CondorDAGJob(universe="vanilla", executable=exe) plot_sub_name = tag + '.sub' plot_job.set_sub_file(plot_sub_name) # # Logging options # uniq_str = "$(cluster)-$(process)" plot_job.set_log_file("%s%s-%s.log" % (log_dir, tag, uniq_str)) plot_job.set_stderr_file("%s%s-%s.err" % (log_dir, tag, uniq_str)) plot_job.set_stdout_file("%s%s-%s.out" % (log_dir, tag, uniq_str)) plot_job.add_opt("output", "ILE_triplot_$(macromassid).png") if injection_file is not None: plot_job.add_opt("injection", injection_file) plot_job.add_arg("ILE_$(macromassid).sqlite") plot_job.add_condor_cmd('getenv', 'True') #plot_job.add_condor_cmd('request_memory', '2048') return plot_job, plot_sub_name def write_1dpos_plot_sub(tag='1d_post_plot', exe=None, log_dir=None, output_dir="./"): """ Write a submit file for launching jobs to coalesce ILE output """ exe = exe or which("postprocess_1d_cumulative") plot_job = pipeline.CondorDAGJob(universe="vanilla", executable=exe) plot_sub_name = tag + '.sub' plot_job.set_sub_file(plot_sub_name) # # Logging options # uniq_str = "$(cluster)-$(process)" plot_job.set_log_file("%s%s-%s.log" % (log_dir, tag, uniq_str)) plot_job.set_stderr_file("%s%s-%s.err" % (log_dir, tag, uniq_str)) plot_job.set_stdout_file("%s%s-%s.out" % (log_dir, tag, uniq_str)) plot_job.add_opt("save-sampler-file", "ILE_$(macromassid).sqlite") plot_job.add_opt("disable-triplot", None) plot_job.add_opt("disable-1d-density", None) plot_job.add_condor_cmd('getenv', 'True') plot_job.add_condor_cmd('request_memory', '2048') return plot_job, plot_sub_name def write_CIP_sub(tag='integrate', exe=None, input_net='all.net',output='output-ILE-samples',universe="vanilla",out_dir=None,log_dir=None, use_eos=False,ncopies=1,arg_str=None,request_memory=8192,arg_vals=None, no_grid=False,**kwargs): """ Write a submit file for launching jobs to marginalize the likelihood over intrinsic parameters. Inputs: Outputs: - An instance of the CondorDAGJob that was generated for ILE """ exe = exe or which("util_ConstructIntrinsicPosterior_GenericCoordinates.py") ile_job = pipeline.CondorDAGJob(universe=universe, executable=exe) # This is a hack since CondorDAGJob hides the queue property ile_job._CondorJob__queue = ncopies # no grid if no_grid: ile_job.add_condor_cmd("+DESIRED_SITES",'"nogrid"') ile_job.add_condor_cmd("+flock_local",'true') requirements=[] if universe=='local': requirements.append("IS_GLIDEIN=?=undefined") ile_sub_name = tag + '.sub' ile_job.set_sub_file(ile_sub_name) # # Add options en mass, by brute force # arg_str = arg_str.lstrip() # remove leading whitespace and minus signs arg_str = arg_str.lstrip('-') ile_job.add_opt(arg_str,'') # because we must be idiotic in how we pass arguments, I strip off the first two elements of the line # ile_job.add_opt(arg_str[2:],'') # because we must be idiotic in how we pass arguments, I strip off the first two elements of the line ile_job.add_opt("fname", input_net) ile_job.add_opt("fname-output-samples", out_dir+"/"+output) ile_job.add_opt("fname-output-integral", out_dir+"/"+output) # # Macro based options. # - select EOS from list (done via macro) # - pass spectral parameters # # ile_job.add_var_opt("event") if use_eos: ile_job.add_var_opt("using-eos") # # Logging options # uniq_str = "$(macroevent)-$(cluster)-$(process)" ile_job.set_log_file("%s%s-%s.log" % (log_dir, tag, uniq_str)) ile_job.set_stderr_file("%s%s-%s.err" % (log_dir, tag, uniq_str)) ile_job.set_stdout_file("%s%s-%s.out" % (log_dir, tag, uniq_str)) if "fname_output_samples" in kwargs and kwargs["fname_output_samples"] is not None: # # Need to modify the output file so it's unique # ofname = kwargs["fname_output_samples"].split(".") ofname, ext = ofname[0], ".".join(ofname[1:]) ile_job.add_file_opt("output-file", "%s-%s.%s" % (ofname, uniq_str, ext)) if "fname_output_integral" in kwargs and kwargs["fname_output_integral"] is not None: # # Need to modify the output file so it's unique # ofname = kwargs["fname_output_integral"].split(".") ofname, ext = ofname[0], ".".join(ofname[1:]) ile_job.add_file_opt("output-file", "%s-%s.%s" % (ofname, uniq_str, ext)) # # Add normal arguments # FIXME: Get valid options from a module # for opt, param in list(kwargs.items()): if isinstance(param, list) or isinstance(param, tuple): # NOTE: Hack to get around multiple instances of the same option for p in param: ile_job.add_arg("--%s %s" % (opt.replace("_", "-"), str(p))) elif param is True: ile_job.add_opt(opt.replace("_", "-"), None) elif param is None or param is False: continue else: ile_job.add_opt(opt.replace("_", "-"), str(param)) ile_job.add_condor_cmd('getenv', 'True') ile_job.add_condor_cmd('request_memory', str(request_memory)) # To change interactively: # condor_qedit # for example: # for i in `condor_q -hold | grep oshaughn | awk '{print $1}'`; do condor_qedit $i RequestMemory 30000; done; condor_release -all ile_job.add_condor_cmd('requirements', '&&'.join('({0})'.format(r) for r in requirements)) ile_job.add_condor_cmd("stream_error",'True') ile_job.add_condor_cmd("stream_output",'True') try: ile_job.add_condor_cmd('accounting_group',os.environ['LIGO_ACCOUNTING']) ile_job.add_condor_cmd('accounting_group_user',os.environ['LIGO_USER_NAME']) except: print(" LIGO accounting information not available. You must add this manually to integrate.sub !") ### ### SUGGESTION FROM STUART (for later) # request_memory = ifthenelse( (LastHoldReasonCode=!=34 && LastHoldReasonCode=!=26), InitialRequestMemory, int(1.5 * NumJobStarts * MemoryUsage) ) # periodic_release = ((HoldReasonCode =?= 34) || (HoldReasonCode =?= 26)) # This will automatically release a job that is put on hold for using too much memory with a 50% increased memory request each tim.e return ile_job, ile_sub_name def write_puff_sub(tag='puffball', exe=None, input_net='output-ILE-samples',output='puffball',universe="vanilla",out_dir=None,log_dir=None, use_eos=False,ncopies=1,arg_str=None,request_memory=1024,arg_vals=None, no_grid=False,**kwargs): """ Perform puffball calculation Inputs: Outputs: - An instance of the CondorDAGJob that was generated for ILE """ exe = exe or which("util_ParameterPuffball.py") ile_job = pipeline.CondorDAGJob(universe=universe, executable=exe) requirements=[] if universe=='local': requirements.append("IS_GLIDEIN=?=undefined") # no grid if no_grid: ile_job.add_condor_cmd("+DESIRED_SITES",'"nogrid"') ile_job.add_condor_cmd("+flock_local",'true') ile_sub_name = tag + '.sub' ile_job.set_sub_file(ile_sub_name) # # Add options en mass, by brute force # arg_str = arg_str.lstrip() # remove leading whitespace and minus signs arg_str = arg_str.lstrip('-') ile_job.add_opt(arg_str,'') # because we must be idiotic in how we pass arguments, I strip off the first two elements of the line ile_job.add_opt("inj-file", input_net) ile_job.add_opt("inj-file-out", output) # # Logging options # uniq_str = "$(macroevent)-$(cluster)-$(process)" ile_job.set_log_file("%s%s-%s.log" % (log_dir, tag, uniq_str)) ile_job.set_stderr_file("%s%s-%s.err" % (log_dir, tag, uniq_str)) ile_job.set_stdout_file("%s%s-%s.out" % (log_dir, tag, uniq_str)) # # Add normal arguments # FIXME: Get valid options from a module # for opt, param in list(kwargs.items()): if isinstance(param, list) or isinstance(param, tuple): # NOTE: Hack to get around multiple instances of the same option for p in param: ile_job.add_arg("--%s %s" % (opt.replace("_", "-"), str(p))) elif param is True: ile_job.add_opt(opt.replace("_", "-"), None) elif param is None or param is False: continue else: ile_job.add_opt(opt.replace("_", "-"), str(param)) ile_job.add_condor_cmd('getenv', 'True') ile_job.add_condor_cmd('request_memory', str(request_memory)) # To change interactively: # condor_qedit # for example: # for i in `condor_q -hold | grep oshaughn | awk '{print $1}'`; do condor_qedit $i RequestMemory 30000; done; condor_release -all ile_job.add_condor_cmd('requirements', '&&'.join('({0})'.format(r) for r in requirements)) try: ile_job.add_condor_cmd('accounting_group',os.environ['LIGO_ACCOUNTING']) ile_job.add_condor_cmd('accounting_group_user',os.environ['LIGO_USER_NAME']) except: print(" LIGO accounting information not available. You must add this manually to integrate.sub !") return ile_job, ile_sub_name def write_ILE_sub_simple(tag='integrate', exe=None, log_dir=None, use_eos=False,simple_unique=False,ncopies=1,arg_str=None,request_memory=4096,request_gpu=False,request_disk=False,arg_vals=None, transfer_files=None,transfer_output_files=None,use_singularity=False,use_osg=False,use_simple_osg_requirements=False,singularity_image=None,use_cvmfs_frames=False,frames_dir=None,cache_file=None,fragile_hold=False,max_runtime_minutes=None,condor_commands=None,**kwargs): """ Write a submit file for launching jobs to marginalize the likelihood over intrinsic parameters. Inputs: Outputs: - An instance of the CondorDAGJob that was generated for ILE """ if use_singularity and (singularity_image == None) : print(" FAIL : Need to specify singularity_image to use singularity ") sys.exit(0) if use_singularity and (frames_dir == None) and (cache_file == None) : print(" FAIL : Need to specify frames_dir or cache_file to use singularity (at present) ") sys.exit(0) if use_singularity and (transfer_files == None) : print(" FAIL : Need to specify transfer_files to use singularity at present! (we will append the prescript; you should transfer any PSDs as well as the grid file ") sys.exit(0) exe = exe or which("integrate_likelihood_extrinsic") frames_local = None if use_singularity: path_split = exe.split("/") print((" Executable: name breakdown ", path_split, " from ", exe)) singularity_base_exe_path = "/opt/lscsoft/rift/MonteCarloMarginalizeCode/Code/" # should not hardcode this ...! if 'SINGULARITY_BASE_EXE_DIR' in list(os.environ.keys()) : singularity_base_exe_path = os.environ['SINGULARITY_BASE_EXE_DIR'] else: # singularity_base_exe_path = "/opt/lscsoft/rift/MonteCarloMarginalizeCode/Code/" # should not hardcode this ...! singularity_base_exe_path = "/usr/bin/" # should not hardcode this ...! exe=singularity_base_exe_path + path_split[-1] if not(frames_dir is None): frames_local = frames_dir.split("/")[-1] elif use_osg: # NOT using singularity! if not(frames_dir is None): frames_local = frames_dir.split("/")[-1] path_split = exe.split("/") exe=path_split[-1] # pull out basename exe_here = 'my_wrapper.sh' if transfer_files is None: transfer_files = [] transfer_files += ['../my_wrapper.sh'] with open(exe_here,'w') as f: f.write("#! /bin/bash \n") f.write(r""" #!/bin/bash # Modules and scripts run directly from repository # Note the repo and branch are self-referential ! Not a robust solution long-term # Exit on failure: # set -e export INSTALL_DIR=research-projects-RIT export ILE_DIR=${INSTALL_DIR}/MonteCarloMarginalizeCode/Code export PATH=${PATH}:${ILE_DIR} export PYTHONPATH=${PYTHONPATH}:${ILE_DIR} export GW_SURROGATE=gwsurrogate git clone https://git.ligo.org/richard-oshaughnessy/research-projects-RIT.git pushd ${INSTALL_DIR} git checkout temp-RIT-Tides-port_master-GPUIntegration popd ls cat local.cache echo Starting ... ./research-projects-RIT/MonteCarloMarginalizeCode/Code/""" + exe + " $@ \n") os.system("chmod a+x "+exe_here) exe = exe_here # update executable ile_job = pipeline.CondorDAGJob(universe="vanilla", executable=exe) # This is a hack since CondorDAGJob hides the queue property ile_job._CondorJob__queue = ncopies ile_sub_name = tag + '.sub' ile_job.set_sub_file(ile_sub_name) # # Add options en mass, by brute force # arg_str = arg_str.lstrip() # remove leading whitespace and minus signs arg_str = arg_str.lstrip('-') ile_job.add_opt(arg_str,'') # because we must be idiotic in how we pass arguments, I strip off the first two elements of the line # ile_job.add_opt(arg_str[2:],'') # because we must be idiotic in how we pass arguments, I strip off the first two elements of the line # # Macro based options. # - select EOS from list (done via macro) # - pass spectral parameters # # ile_job.add_var_opt("event") if use_eos: ile_job.add_var_opt("using-eos") requirements =[] # # Logging options # uniq_str = "$(macroevent)-$(cluster)-$(process)" if simple_unique: uniq_str = "$(macroevent)" ile_job.set_log_file("%s%s-%s.log" % (log_dir, tag, uniq_str)) ile_job.set_stderr_file("%s%s-%s.err" % (log_dir, tag, uniq_str)) ile_job.set_stdout_file("%s%s-%s.out" % (log_dir, tag, uniq_str)) # Add lame initial argument if "output_file" in kwargs and kwargs["output_file"] is not None: # # Need to modify the output file so it's unique # ofname = kwargs["output_file"].split(".") ofname, ext = ofname[0], ".".join(ofname[1:]) ile_job.add_file_opt("output-file", "%s-%s.%s" % (ofname, uniq_str, ext)) del kwargs["output_file"] if "save_samples" in kwargs and kwargs["save_samples"] is True: ile_job.add_opt("save-samples", None) del kwargs["save_samples"] # # Add normal arguments # FIXME: Get valid options from a module # for opt, param in list(kwargs.items()): if isinstance(param, list) or isinstance(param, tuple): # NOTE: Hack to get around multiple instances of the same option for p in param: ile_job.add_arg("--%s %s" % (opt.replace("_", "-"), str(p))) elif param is True: ile_job.add_opt(opt.replace("_", "-"), None) elif param is None or param is False: continue else: ile_job.add_opt(opt.replace("_", "-"), str(param)) if cache_file: ile_job.add_opt("cache-file",cache_file) ile_job.add_var_opt("event") if not use_osg: ile_job.add_condor_cmd('getenv', 'True') ile_job.add_condor_cmd('request_memory', str(request_memory)) if not(request_disk is False): ile_job.add_condor_cmd('request_disk', str(request_disk)) nGPUs =0 if request_gpu: nGPUs=1 ile_job.add_condor_cmd('request_GPUs', str(nGPUs)) if use_singularity: # Compare to https://github.com/lscsoft/lalsuite/blob/master/lalinference/python/lalinference/lalinference_pipe_utils.py ile_job.add_condor_cmd('request_CPUs', str(1)) ile_job.add_condor_cmd('transfer_executable', 'False') ile_job.add_condor_cmd("+SingularityBindCVMFS", 'True') ile_job.add_condor_cmd("+SingularityImage", '"' + singularity_image + '"') requirements = [] requirements.append("HAS_SINGULARITY=?=TRUE") # if not(use_simple_osg_requirements): # requirements.append("HAS_CVMFS_LIGO_CONTAINERS=?=TRUE") #ile_job.add_condor_cmd("requirements", ' (IS_GLIDEIN=?=True) && (HAS_LIGO_FRAMES=?=True) && (HAS_SINGULARITY=?=TRUE) && (HAS_CVMFS_LIGO_CONTAINERS=?=TRUE)') if use_cvmfs_frames: requirements.append("HAS_LIGO_FRAMES=?=TRUE") ile_job.add_condor_cmd('use_x509userproxy','True') if 'X509_USER_PROXY' in list(os.environ.keys()): print(" Storing copy of X509 user proxy -- beware expiration! ") cwd = os.getcwd() fname_proxy = cwd +"/my_proxy" # this can get overwritten, that's fine - just renews, feature not bug os.system("cp ${X509_USER_PROXY} " + fname_proxy) # ile_job.add_condor_cmd('x509userproxy',os.environ['X509_USER_PROXY']) ile_job.add_condor_cmd('x509userproxy',fname_proxy) if use_osg: if not(use_simple_osg_requirements): requirements.append("IS_GLIDEIN=?=TRUE") # avoid black-holing jobs to specific machines that consistently fail. Uses history attribute for ad ile_job.add_condor_cmd('periodic_release','(HoldReasonCode == 45) && (HoldReasonSubCode == 0)') ile_job.add_condor_cmd('job_machine_attrs','Machine') ile_job.add_condor_cmd('job_machine_attrs_history_length','4') # for indx in [1,2,3,4]: # requirements.append("TARGET.GLIDEIN_ResourceName=!=MY.MachineAttrGLIDEIN_ResourceName{}".format(indx)) if "OSG_DESIRED_SITES" in os.environ: ile_job.add_condor_cmd('+DESIRED_SITES',os.environ["OSG_DESIRED_SITES"]) if "OSG_UNDESIRED_SITES" in os.environ: ile_job.add_condor_cmd('+UNDESIRED_SITES',os.environ["OSG_UNDESIRED_SITES"]) # Some options to automate restarts, acts on top of RETRY in dag if fragile_hold: ile_job.add_condor_cmd("periodic_release","(NumJobStarts < 5) && ((CurrentTime - EnteredCurrentStatus) > 600)") ile_job.add_condor_cmd("on_exit_hold","(ExitBySignal == True) || (ExitCode != 0)") if use_singularity or use_osg: # Set up file transfer options ile_job.add_condor_cmd("when_to_transfer_output",'ON_EXIT') # Stream log info ile_job.add_condor_cmd("stream_error",'True') ile_job.add_condor_cmd("stream_output",'True') # Create prescript command to set up local.cache, only if frames are needed # if we have CVMFS frames, we should be copying local.cache over directly, with it already populated ! if not(frames_local is None) and not(use_cvmfs_frames): # should be required for singularity or osg try: lalapps_path2cache=os.environ['LALAPPS_PATH2CACHE'] except KeyError: print("Variable LALAPPS_PATH2CACHE is unset, assume default lalapps_path2cache is appropriate") lalapps_path2cache="lalapps_path2cache" cmdname = 'ile_pre.sh' if transfer_files is None: transfer_files = [] transfer_files += ["../ile_pre.sh", frames_dir] # assuming default working directory setup with open(cmdname,'w') as f: f.write("#! /bin/bash -xe \n") f.write( "ls "+frames_local+" | {lalapps_path2cache} 1> local.cache \n".format(lalapps_path2cache=lalapps_path2cache)) # Danger: need user to correctly specify local.cache directory # Rewrite cache file to use relative paths, not a file:// operation f.write(" cat local.cache | awk '{print $1, $2, $3, $4}' > local_stripped.cache \n") f.write("for i in `ls " + frames_local + "`; do echo "+ frames_local + "/$i; done > base_paths.dat \n") f.write("paste local_stripped.cache base_paths.dat > local_relative.cache \n") f.write("cp local_relative.cache local.cache \n") os.system("chmod a+x ile_pre.sh") ile_job.add_condor_cmd('+PreCmd', '"ile_pre.sh"') # if use_osg: # ile_job.add_condor_cmd("+OpenScienceGrid",'True') if use_cvmfs_frames: transfer_files += ["../local.cache"] # To change interactively: # condor_qedit # for example: # for i in `condor_q -hold | grep oshaughn | awk '{print $1}'`; do condor_qedit $i RequestMemory 30000; done; condor_release -all # Write requirements # From https://github.com/lscsoft/lalsuite/blob/master/lalinference/python/lalinference/lalinference_pipe_utils.py ile_job.add_condor_cmd('requirements', '&&'.join('({0})'.format(r) for r in requirements)) try: ile_job.add_condor_cmd('accounting_group',os.environ['LIGO_ACCOUNTING']) ile_job.add_condor_cmd('accounting_group_user',os.environ['LIGO_USER_NAME']) except: print(" LIGO accounting information not available. You must add this manually to integrate.sub !") if not transfer_files is None: if not isinstance(transfer_files, list): fname_str=transfer_files else: fname_str = ','.join(transfer_files) fname_str=fname_str.strip() ile_job.add_condor_cmd('transfer_input_files', fname_str) ile_job.add_condor_cmd('should_transfer_files','YES') if not transfer_output_files is None: if not isinstance(transfer_output_files, list): fname_str=transfer_output_files else: fname_str = ','.join(transfer_output_files) fname_str=fname_str.strip() ile_job.add_condor_cmd('transfer_output_files', fname_str) # Periodic remove: kill jobs running longer than max runtime # https://stackoverflow.com/questions/5900400/maximum-run-time-in-condor if not(max_runtime_minutes is None): remove_str = 'JobStatus =?= 2 && (CurrentTime - JobStartDate) > ( {})'.format(60*max_runtime_minutes) ile_job.add_condor_cmd('periodic_remove', remove_str) ### ### SUGGESTION FROM STUART (for later) # request_memory = ifthenelse( (LastHoldReasonCode=!=34 && LastHoldReasonCode=!=26), InitialRequestMemory, int(1.5 * NumJobStarts * MemoryUsage) ) # periodic_release = ((HoldReasonCode =?= 34) || (HoldReasonCode =?= 26)) # This will automatically release a job that is put on hold for using too much memory with a 50% increased memory request each tim.e if condor_commands is not None: for cmd, value in condor_commands.iteritems(): ile_job.add_condor_cmd(cmd, value) return ile_job, ile_sub_name def write_consolidate_sub_simple(tag='consolidate', exe=None, base=None,target=None,universe="vanilla",arg_str=None,log_dir=None, use_eos=False,ncopies=1,no_grid=False, **kwargs): """ Write a submit file for launching a consolidation job util_ILEdagPostprocess.sh # suitable for ILE consolidation. arg_str # add argument (used for NR postprocessing, to identify group) """ exe = exe or which("util_ILEdagPostprocess.sh") ile_job = pipeline.CondorDAGJob(universe=universe, executable=exe) # This is a hack since CondorDAGJob hides the queue property ile_job._CondorJob__queue = ncopies requirements=[] if universe=='local': requirements.append("IS_GLIDEIN=?=undefined") ile_sub_name = tag + '.sub' ile_job.set_sub_file(ile_sub_name) # Add manual options for input, output ile_job.add_arg(base) # what directory to load ile_job.add_arg(target) # where to put the output (label), in CWD # # NO OPTIONS # # arg_str = arg_str.lstrip() # remove leading whitespace and minus signs # arg_str = arg_str.lstrip('-') # ile_job.add_opt(arg_str,'') # because we must be idiotic in how we pass arguments, I strip off the first two elements of the line # ile_job.add_opt(arg_str[2:],'') # because we must be idiotic in how we pass arguments, I strip off the first two elements of the line # # Logging options # uniq_str = "$(macromassid)-$(cluster)-$(process)" ile_job.set_log_file("%s%s-%s.log" % (log_dir, tag, uniq_str)) ile_job.set_stderr_file("%s%s-%s.err" % (log_dir, tag, uniq_str)) ile_job.set_stdout_file("%s%s-%s.out" % (log_dir, tag, uniq_str)) # # Add normal arguments # FIXME: Get valid options from a module # for opt, param in list(kwargs.items()): if isinstance(param, list) or isinstance(param, tuple): # NOTE: Hack to get around multiple instances of the same option for p in param: ile_job.add_arg("--%s %s" % (opt.replace("_", "-"), str(p))) elif param is True: ile_job.add_opt(opt.replace("_", "-"), None) elif param is None or param is False: continue else: ile_job.add_opt(opt.replace("_", "-"), str(param)) ile_job.add_condor_cmd('getenv', 'True') # To change interactively: # condor_qedit # for example: # for i in `condor_q -hold | grep oshaughn | awk '{print $1}'`; do condor_qedit $i RequestMemory 30000; done; condor_release -all ile_job.add_condor_cmd('requirements', '&&'.join('({0})'.format(r) for r in requirements)) # no grid if no_grid: ile_job.add_condor_cmd("+DESIRED_SITES",'"nogrid"') ile_job.add_condor_cmd("+flock_local",'true') try: ile_job.add_condor_cmd('accounting_group',os.environ['LIGO_ACCOUNTING']) ile_job.add_condor_cmd('accounting_group_user',os.environ['LIGO_USER_NAME']) except: print(" LIGO accounting information not available. You must add this manually to integrate.sub !") ### ### SUGGESTION FROM STUART (for later) # request_memory = ifthenelse( (LastHoldReasonCode=!=34 && LastHoldReasonCode=!=26), InitialRequestMemory, int(1.5 * NumJobStarts * MemoryUsage) ) # periodic_release = ((HoldReasonCode =?= 34) || (HoldReasonCode =?= 26)) # This will automatically release a job that is put on hold for using too much memory with a 50% increased memory request each tim.e return ile_job, ile_sub_name def write_unify_sub_simple(tag='unify', exe=None, base=None,target=None,universe="vanilla",arg_str=None,log_dir=None, use_eos=False,ncopies=1,no_grid=False, **kwargs): """ Write a submit file for launching a consolidation job util_ILEdagPostprocess.sh # suitable for ILE consolidation. arg_str # add argument (used for NR postprocessing, to identify group) """ exe = exe or which("util_CleanILE.py") # like cat, but properly accounts for *independent* duplicates. (Danger if identical). Also strips large errors # Write unify.sh # - problem of globbing inside condor commands # - problem that *.composite files from intermediate results will generally NOT be present cmdname ='unify.sh' base_str = '' if not (base is None): base_str = ' ' + base +"/" with open(cmdname,'w') as f: f.write("#! /usr/bin/env bash\n") f.write( "ls " + base_str+"*.composite 1>&2 \n") # write filenames being concatenated to stderr f.write( exe + base_str+ "*.composite \n") st = os.stat(cmdname) import stat os.chmod(cmdname, st.st_mode | stat.S_IEXEC) ile_job = pipeline.CondorDAGJob(universe=universe, executable=base_str+cmdname) # force full prefix requirements=[] if universe=='local': requirements.append("IS_GLIDEIN=?=undefined") ile_sub_name = tag + '.sub' ile_job.set_sub_file(ile_sub_name) # Add manual options for input, output # ile_job.add_arg('*.composite') # what to do # # Logging options # uniq_str = "$(macromassid)-$(cluster)-$(process)" ile_job.set_log_file("%s%s-%s.log" % (log_dir, tag, uniq_str)) ile_job.set_stderr_file("%s%s-%s.err" % (log_dir, tag, uniq_str)) ile_job.set_stdout_file(target) ile_job.add_condor_cmd('getenv', 'True') # To change interactively: # condor_qedit # for example: # for i in `condor_q -hold | grep oshaughn | awk '{print $1}'`; do condor_qedit $i RequestMemory 30000; done; condor_release -all ile_job.add_condor_cmd('requirements', '&&'.join('({0})'.format(r) for r in requirements)) # no grid if no_grid: ile_job.add_condor_cmd("+DESIRED_SITES",'"nogrid"') ile_job.add_condor_cmd("+flock_local",'true') try: ile_job.add_condor_cmd('accounting_group',os.environ['LIGO_ACCOUNTING']) ile_job.add_condor_cmd('accounting_group_user',os.environ['LIGO_USER_NAME']) except: print(" LIGO accounting information not available. You must add this manually to integrate.sub !") return ile_job, ile_sub_name def write_convert_sub(tag='convert', exe=None, file_input=None,file_output=None,universe="vanilla",arg_str='',log_dir=None, use_eos=False,ncopies=1, no_grid=False,**kwargs): """ Write a submit file for launching a 'convert' job convert_output_format_ile2inference """ exe = exe or which("convert_output_format_ile2inference") # like cat, but properly accounts for *independent* duplicates. (Danger if identical). Also strips large errors ile_job = pipeline.CondorDAGJob(universe=universe, executable=exe) requirements=[] if universe=='local': requirements.append("IS_GLIDEIN=?=undefined") ile_sub_name = tag + '.sub' ile_job.set_sub_file(ile_sub_name) if not(arg_str is None or len(arg_str)<2): arg_str = arg_str.lstrip() # remove leading whitespace and minus signs arg_str = arg_str.lstrip('-') ile_job.add_opt(arg_str,'') # because we must be idiotic in how we pass arguments, I strip off the first two elements of the line # ile_job.add_opt(arg_str[2:],'') # because we must be idiotic in how we pass arguments, I strip off the first two elements of the line ile_job.add_arg(file_input) # # Logging options # uniq_str = "$(macromassid)-$(cluster)-$(process)" ile_job.set_log_file("%s%s-%s.log" % (log_dir, tag, uniq_str)) ile_job.set_stderr_file("%s%s-%s.err" % (log_dir, tag, uniq_str)) ile_job.set_stdout_file(file_output) ile_job.add_condor_cmd('getenv', 'True') # To change interactively: # condor_qedit # for example: # for i in `condor_q -hold | grep oshaughn | awk '{print $1}'`; do condor_qedit $i RequestMemory 30000; done; condor_release -all ile_job.add_condor_cmd('requirements', '&&'.join('({0})'.format(r) for r in requirements)) # no grid if no_grid: ile_job.add_condor_cmd("+DESIRED_SITES",'"nogrid"') ile_job.add_condor_cmd("+flock_local",'true') try: ile_job.add_condor_cmd('accounting_group',os.environ['LIGO_ACCOUNTING']) ile_job.add_condor_cmd('accounting_group_user',os.environ['LIGO_USER_NAME']) except: print(" LIGO accounting information not available. You must add this manually to integrate.sub !") return ile_job, ile_sub_name def write_test_sub(tag='converge', exe=None,samples_files=None, base=None,target=None,universe="target",arg_str=None,log_dir=None, use_eos=False,ncopies=1, **kwargs): """ Write a submit file for launching a convergence test job """ exe = exe or which("convergence_test_samples.py") ile_job = pipeline.CondorDAGJob(universe=universe, executable=exe) requirements=[] if universe=='local': requirements.append("IS_GLIDEIN=?=undefined") ile_sub_name = tag + '.sub' ile_job.set_sub_file(ile_sub_name) arg_str = arg_str.lstrip() # remove leading whitespace and minus signs arg_str = arg_str.lstrip('-') ile_job.add_opt(arg_str,'') # because we must be idiotic in how we pass arguments, I strip off the first two elements of the line # ile_job.add_opt(arg_str[2:],'') # because we must be idiotic in how we pass arguments, I strip off the first two elements of the line # Add options for two parameter files for name in samples_files: # ile_job.add_opt("samples",name) # do not add in usual fashion, because otherwise the key's value is overwritten ile_job.add_opt("samples " + name,'') # Logging options # uniq_str = "$(macromassid)-$(cluster)-$(process)" ile_job.set_log_file("%s%s-%s.log" % (log_dir, tag, uniq_str)) ile_job.set_stderr_file("%s%s-%s.err" % (log_dir, tag, uniq_str)) ile_job.set_stdout_file(target) ile_job.add_condor_cmd('getenv', 'True') # To change interactively: # condor_qedit # for example: # for i in `condor_q -hold | grep oshaughn | awk '{print $1}'`; do condor_qedit $i RequestMemory 30000; done; condor_release -all ile_job.add_condor_cmd('requirements', '&&'.join('({0})'.format(r) for r in requirements)) try: ile_job.add_condor_cmd('accounting_group',os.environ['LIGO_ACCOUNTING']) ile_job.add_condor_cmd('accounting_group_user',os.environ['LIGO_USER_NAME']) except: print(" LIGO accounting information not available. You must add this manually to integrate.sub !") return ile_job, ile_sub_name def write_plot_sub(tag='converge', exe=None,samples_files=None, base=None,target=None,arg_str=None,log_dir=None, use_eos=False,ncopies=1, **kwargs): """ Write a submit file for launching a final plot. Note the user can in principle specify several samples (e.g., several iterations, if we want to diagnose them) """ exe = exe or which("plot_posterior_corner.py") ile_job = pipeline.CondorDAGJob(universe="vanilla", executable=exe) ile_sub_name = tag + '.sub' ile_job.set_sub_file(ile_sub_name) arg_str = arg_str.lstrip() # remove leading whitespace and minus signs arg_str = arg_str.lstrip('-') ile_job.add_opt(arg_str,'') # because we must be idiotic in how we pass arguments, I strip off the first two elements of the line # ile_job.add_opt(arg_str[2:],'') # because we must be idiotic in how we pass arguments, I strip off the first two elements of the line # Add options for two parameter files for name in samples_files: # ile_job.add_opt("samples",name) # do not add in usual fashion, because otherwise the key's value is overwritten ile_job.add_opt("posterior-file " + name,'') # Logging options # uniq_str = "$(macromassid)-$(cluster)-$(process)" ile_job.set_log_file("%s%s-%s.log" % (log_dir, tag, uniq_str)) ile_job.set_stderr_file("%s%s-%s.err" % (log_dir, tag, uniq_str)) ile_job.set_stdout_file(target) ile_job.add_condor_cmd('getenv', 'True') # To change interactively: # condor_qedit # for example: # for i in `condor_q -hold | grep oshaughn | awk '{print $1}'`; do condor_qedit $i RequestMemory 30000; done; condor_release -all try: ile_job.add_condor_cmd('accounting_group',os.environ['LIGO_ACCOUNTING']) ile_job.add_condor_cmd('accounting_group_user',os.environ['LIGO_USER_NAME']) except: print(" LIGO accounting information not available. You must add this manually to integrate.sub !") return ile_job, ile_sub_name def write_init_sub(tag='gridinit', exe=None,arg_str=None,log_dir=None, use_eos=False,ncopies=1, **kwargs): """ Write a submit file for launching a grid initialization job. Note this routine MUST create whatever files are needed by the ILE iteration """ exe = exe or which("util_ManualOverlapGrid.py") ile_job = pipeline.CondorDAGJob(universe="vanilla", executable=exe) ile_sub_name = tag + '.sub' ile_job.set_sub_file(ile_sub_name) arg_str = arg_str.lstrip() # remove leading whitespace and minus signs arg_str = arg_str.lstrip('-') ile_job.add_opt(arg_str,'') # because we must be idiotic in how we pass arguments, I strip off the first two elements of the line # ile_job.add_opt(arg_str[2:],'') # because we must be idiotic in how we pass arguments, I strip off the first two elements of the line # Logging options # uniq_str = "$(macromassid)-$(cluster)-$(process)" ile_job.set_log_file("%s%s-%s.log" % (log_dir, tag, uniq_str)) ile_job.set_stderr_file("%s%s-%s.err" % (log_dir, tag, uniq_str)) ile_job.set_stdout_file("%s%s-%s.out" % (log_dir, tag, uniq_str)) ile_job.add_condor_cmd('getenv', 'True') # To change interactively: # condor_qedit # for example: # for i in `condor_q -hold | grep oshaughn | awk '{print $1}'`; do condor_qedit $i RequestMemory 30000; done; condor_release -all try: ile_job.add_condor_cmd('accounting_group',os.environ['LIGO_ACCOUNTING']) ile_job.add_condor_cmd('accounting_group_user',os.environ['LIGO_USER_NAME']) except: print(" LIGO accounting information not available. You must add this manually to integrate.sub !") return ile_job, ile_sub_name def write_psd_sub_BW_monoblock(tag='PSD_BW_mono', exe=None, log_dir=None, ncopies=1,arg_str=None,request_memory=4096,arg_vals=None, transfer_files=None,transfer_output_files=None,use_singularity=False,use_osg=False,singularity_image=None,frames_dir=None,cache_file=None,psd_length=4,srate=4096,data_start_time=None,event_time=None,universe='local',no_grid=False,**kwargs): """ Write a submit file for constructing the PSD using BW Modern argument syntax for BW Note that *all ifo-specific results must be set outside this loop*, to work sensibly, and passed as an argument Inputs: - channel_dict['H1'] = [channel_name, flow_ifo] Outputs: - An instance of the CondorDAGJob that was generated for BW """ exe = exe or which("BayesWave") if exe is None: print(" BayesWave not available, hard fail ") sys.exit(0) frames_local = None ile_job = pipeline.CondorDAGJob(universe=universe, executable=exe) # This is a hack since CondorDAGJob hides the queue property ile_job._CondorJob__queue = ncopies ile_sub_name = tag + '.sub' ile_job.set_sub_file(ile_sub_name) # no grid if no_grid: ile_job.add_condor_cmd("+DESIRED_SITES",'"nogrid"') ile_job.add_condor_cmd("+flock_local",'true') requirements =[] # # Logging options # uniq_str = "$(macroevent)-$(cluster)-$(process)" ile_job.set_log_file("%s%s-%s.log" % (log_dir, tag, uniq_str)) ile_job.set_stderr_file("%s%s-%s.err" % (log_dir, tag, uniq_str)) ile_job.set_stdout_file("%s%s-%s.out" % (log_dir, tag, uniq_str)) # # Loop over IFOs # You should only have one, in the workflow for which this is intended # Problem: ile_job.add_arg("$(macroargument0)") # # Add mandatory options ile_job.add_opt('Niter', '1000100') ile_job.add_opt('Nchain', '20') ile_job.add_opt('Dmax', '200') # limit number of dimensions in model ile_job.add_opt('resume', '') ile_job.add_opt('progress', '') ile_job.add_opt('checkpoint', '') ile_job.add_opt('bayesLine', '') ile_job.add_opt('cleanOnly', '') ile_job.add_opt('updateGeocenterPSD', '') ile_job.add_opt('dataseed', '1234') # make reproducible ile_job.add_opt('trigtime', str(event_time)) ile_job.add_opt('psdstart', str(event_time-(psd_length-2))) ile_job.add_opt('segment-start', str(event_time-(psd_length-2))) ile_job.add_opt('seglen', str(psd_length)) ile_job.add_opt('psdlength', str(psd_length)) ile_job.add_opt('srate', str(srate)) ile_job.add_opt('outputDir', 'output_$(ifo)') # Add lame initial argument if "output_file" in kwargs and kwargs["output_file"] is not None: # # Need to modify the output file so it's unique # ofname = kwargs["output_file"].split(".") ofname, ext = ofname[0], ".".join(ofname[1:]) ile_job.add_file_opt("output-file", "%s-%s.%s" % (ofname, uniq_str, ext)) del kwargs["output_file"] if "save_samples" in kwargs and kwargs["save_samples"] is True: ile_job.add_opt("save-samples", None) del kwargs["save_samples"] # # Add normal arguments # FIXME: Get valid options from a module # for opt, param in list(kwargs.items()): if isinstance(param, list) or isinstance(param, tuple): # NOTE: Hack to get around multiple instances of the same option for p in param: ile_job.add_arg("--%s %s" % (opt.replace("_", "-"), str(p))) elif param is True: ile_job.add_opt(opt.replace("_", "-"), None) elif param is None or param is False: continue else: ile_job.add_opt(opt.replace("_", "-"), str(param)) ile_job.add_condor_cmd('getenv', 'True') ile_job.add_condor_cmd('request_memory', str(request_memory)) # Write requirements # From https://github.com/lscsoft/lalsuite/blob/master/lalinference/python/lalinference/lalinference_pipe_utils.py ile_job.add_condor_cmd('requirements', '&&'.join('({0})'.format(r) for r in requirements)) try: ile_job.add_condor_cmd('accounting_group',os.environ['LIGO_ACCOUNTING']) ile_job.add_condor_cmd('accounting_group_user',os.environ['LIGO_USER_NAME']) except: print(" LIGO accounting information not available. You must add this manually to integrate.sub !") return ile_job, ile_sub_name def write_psd_sub_BW_step1(tag='PSD_BW_post', exe=None, log_dir=None, ncopies=1,arg_str=None,request_memory=4096,arg_vals=None, transfer_files=None,transfer_output_files=None,use_singularity=False,use_osg=False,singularity_image=None,frames_dir=None,cache_file=None,channel_dict=None,psd_length=4,srate=4096,data_start_time=None,event_time=None,**kwargs): """ Write a submit file for launching jobs to marginalize the likelihood over intrinsic parameters. Inputs: - channel_dict['H1'] = [channel_name, flow_ifo] Outputs: - An instance of the CondorDAGJob that was generated for ILE """ exe = exe or which("BayesWavePost") if exe is None: print(" BayesWavePost not available, hard fail ") import sys sys.exit(0) frames_local = None ile_job = pipeline.CondorDAGJob(universe="vanilla", executable=exe) # This is a hack since CondorDAGJob hides the queue property ile_job._CondorJob__queue = ncopies ile_sub_name = tag + '.sub' ile_job.set_sub_file(ile_sub_name) requirements =[] # # Logging options # uniq_str = "$(macroevent)-$(cluster)-$(process)" ile_job.set_log_file("%s%s-%s.log" % (log_dir, tag, uniq_str)) ile_job.set_stderr_file("%s%s-%s.err" % (log_dir, tag, uniq_str)) ile_job.set_stdout_file("%s%s-%s.out" % (log_dir, tag, uniq_str)) # # Add mandatory options ile_job.add_opt('checkpoint', '') ile_job.add_opt('bayesLine', '') ile_job.add_opt('cleanOnly', '') ile_job.add_opt('updateGeocenterPSD', '') ile_job.add_opt('Nchain', '20') ile_job.add_opt('Niter', '4000000') ile_job.add_opt('Nbayesline', '2000') ile_job.add_opt('dataseed', '1234') # make reproducible ile_job.add_opt('trigtime', str(event_time)) ile_job.add_opt('psdstart', str(event_time-(psd_length-2))) ile_job.add_opt('segment-start', str(event_time-(psd_length-2))) ile_job.add_opt('seglen', str(psd_length)) ile_job.add_opt('srate', str(srate)) # # Loop over IFOs # Not needed, can do one job per PSD # ile_job.add_opt("ifo","$(ifo)") # ile_job.add_opt("$(ifo)-cache",cache_file) for ifo in channel_dict: channel_name, channel_flow = channel_dict[ifo] ile_job.add_arg("--ifo "+ ifo) # need to prevent overwriting! ile_job.add_opt(ifo+"-channel", ifo+":"+channel_name) ile_job.add_opt(ifo+"-cache", cache_file) ile_job.add_opt(ifo+"-flow", str(channel_flow)) # Add lame initial argument if "output_file" in kwargs and kwargs["output_file"] is not None: # # Need to modify the output file so it's unique # ofname = kwargs["output_file"].split(".") ofname, ext = ofname[0], ".".join(ofname[1:]) ile_job.add_file_opt("output-file", "%s-%s.%s" % (ofname, uniq_str, ext)) del kwargs["output_file"] if "save_samples" in kwargs and kwargs["save_samples"] is True: ile_job.add_opt("save-samples", None) del kwargs["save_samples"] # # Add normal arguments # FIXME: Get valid options from a module # for opt, param in list(kwargs.items()): if isinstance(param, list) or isinstance(param, tuple): # NOTE: Hack to get around multiple instances of the same option for p in param: ile_job.add_arg("--%s %s" % (opt.replace("_", "-"), str(p))) elif param is True: ile_job.add_opt(opt.replace("_", "-"), None) elif param is None or param is False: continue else: ile_job.add_opt(opt.replace("_", "-"), str(param)) ile_job.add_condor_cmd('getenv', 'True') ile_job.add_condor_cmd('request_memory', str(request_memory)) # Write requirements # From https://github.com/lscsoft/lalsuite/blob/master/lalinference/python/lalinference/lalinference_pipe_utils.py ile_job.add_condor_cmd('requirements', '&&'.join('({0})'.format(r) for r in requirements)) try: ile_job.add_condor_cmd('accounting_group',os.environ['LIGO_ACCOUNTING']) ile_job.add_condor_cmd('accounting_group_user',os.environ['LIGO_USER_NAME']) except: print(" LIGO accounting information not available. You must add this manually to integrate.sub !") return ile_job, ile_sub_name def write_psd_sub_BW_step0(tag='PSD_BW', exe=None, log_dir=None, ncopies=1,arg_str=None,request_memory=4096,arg_vals=None, transfer_files=None,transfer_output_files=None,use_singularity=False,use_osg=False,singularity_image=None,frames_dir=None,cache_file=None,channel_dict=None,psd_length=4,srate=4096,data_start_time=None,event_time=None,**kwargs): """ Write a submit file for launching jobs to marginalize the likelihood over intrinsic parameters. Inputs: - channel_dict['H1'] = [channel_name, flow_ifo] Outputs: - An instance of the CondorDAGJob that was generated for ILE """ exe = exe or which("BayesWave") if exe is None: print(" BayesWave not available, hard fail ") sys.exit(0) frames_local = None ile_job = pipeline.CondorDAGJob(universe="vanilla", executable=exe) # This is a hack since CondorDAGJob hides the queue property ile_job._CondorJob__queue = ncopies ile_sub_name = tag + '.sub' ile_job.set_sub_file(ile_sub_name) requirements =[] # # Logging options # uniq_str = "$(macroevent)-$(cluster)-$(process)" ile_job.set_log_file("%s%s-%s.log" % (log_dir, tag, uniq_str)) ile_job.set_stderr_file("%s%s-%s.err" % (log_dir, tag, uniq_str)) ile_job.set_stdout_file("%s%s-%s.out" % (log_dir, tag, uniq_str)) # # Add mandatory options ile_job.add_opt('checkpoint', '') ile_job.add_opt('bayesLine', '') ile_job.add_opt('cleanOnly', '') ile_job.add_opt('updateGeocenterPSD', '') ile_job.add_opt('Nchain', '20') ile_job.add_opt('Niter', '4000000') ile_job.add_opt('Nbayesline', '2000') ile_job.add_opt('dataseed', '1234') # make reproducible ile_job.add_opt('trigtime', str(event_time)) ile_job.add_opt('psdstart', str(event_time-(psd_length-2))) ile_job.add_opt('segment-start', str(event_time-(psd_length-2))) ile_job.add_opt('seglen', str(psd_length)) ile_job.add_opt('srate', str(srate)) # # Loop over IFOs for ifo in channel_dict: channel_name, channel_flow = channel_dict[ifo] ile_job.add_arg("--ifo " + ifo) ile_job.add_opt(ifo+"-channel", ifo+":"+channel_name) ile_job.add_opt(ifo+"-cache", cache_file) ile_job.add_opt(ifo+"-flow", str(channel_flow)) ile_job.add_opt(ifo+"-timeslide", str(0.0)) # Add lame initial argument if "output_file" in kwargs and kwargs["output_file"] is not None: # # Need to modify the output file so it's unique # ofname = kwargs["output_file"].split(".") ofname, ext = ofname[0], ".".join(ofname[1:]) ile_job.add_file_opt("output-file", "%s-%s.%s" % (ofname, uniq_str, ext)) del kwargs["output_file"] if "save_samples" in kwargs and kwargs["save_samples"] is True: ile_job.add_opt("save-samples", None) del kwargs["save_samples"] # # Add normal arguments # FIXME: Get valid options from a module # for opt, param in list(kwargs.items()): if isinstance(param, list) or isinstance(param, tuple): # NOTE: Hack to get around multiple instances of the same option for p in param: ile_job.add_arg("--%s %s" % (opt.replace("_", "-"), str(p))) elif param is True: ile_job.add_opt(opt.replace("_", "-"), None) elif param is None or param is False: continue else: ile_job.add_opt(opt.replace("_", "-"), str(param)) ile_job.add_condor_cmd('getenv', 'True') ile_job.add_condor_cmd('request_memory', str(request_memory)) # Write requirements # From https://github.com/lscsoft/lalsuite/blob/master/lalinference/python/lalinference/lalinference_pipe_utils.py ile_job.add_condor_cmd('requirements', '&&'.join('({0})'.format(r) for r in requirements)) try: ile_job.add_condor_cmd('accounting_group',os.environ['LIGO_ACCOUNTING']) ile_job.add_condor_cmd('accounting_group_user',os.environ['LIGO_USER_NAME']) except: print(" LIGO accounting information not available. You must add this manually to integrate.sub !") return ile_job, ile_sub_name def write_resample_sub(tag='resample', exe=None, file_input=None,file_output=None,universe="vanilla",arg_str='',log_dir=None, use_eos=False,ncopies=1, no_grid=False,**kwargs): """ Write a submit file for launching a 'resample' job util_ResampleILEOutputWithExtrinsic.py """ exe = exe or which("util_ResampleILEOutputWithExtrinsic.py") # like cat, but properly accounts for *independent* duplicates. (Danger if identical). Also strips large errors ile_job = pipeline.CondorDAGJob(universe=universe, executable=exe) requirements=[] if universe=='local': requirements.append("IS_GLIDEIN=?=undefined") ile_sub_name = tag + '.sub' ile_job.set_sub_file(ile_sub_name) if not(arg_str is None or len(arg_str)<2): arg_str = arg_str.lstrip() # remove leading whitespace and minus signs arg_str = arg_str.lstrip('-') ile_job.add_opt(arg_str,'') # because we must be idiotic in how we pass arguments, I strip off the first two elements of the line # ile_job.add_opt(arg_str[2:],'') # because we must be idiotic in how we pass arguments, I strip off the first two elements of the line ile_job.add_opt('fname',file_input) ile_job.add_opt('fname-out',file_output) # # Logging options # uniq_str = "$(macromassid)-$(cluster)-$(process)" ile_job.set_log_file("%s%s-%s.log" % (log_dir, tag, uniq_str)) ile_job.set_stderr_file("%s%s-%s.err" % (log_dir, tag, uniq_str)) ile_job.set_stdout_file(file_output) ile_job.add_condor_cmd('getenv', 'True') # To change interactively: # condor_qedit # for example: # for i in `condor_q -hold | grep oshaughn | awk '{print $1}'`; do condor_qedit $i RequestMemory 30000; done; condor_release -all ile_job.add_condor_cmd('requirements', '&&'.join('({0})'.format(r) for r in requirements)) # no grid if no_grid: ile_job.add_condor_cmd("+DESIRED_SITES",'"nogrid"') ile_job.add_condor_cmd("+flock_local",'true') try: ile_job.add_condor_cmd('accounting_group',os.environ['LIGO_ACCOUNTING']) ile_job.add_condor_cmd('accounting_group_user',os.environ['LIGO_USER_NAME']) except: print(" LIGO accounting information not available. You must add this manually to integrate.sub !") return ile_job, ile_sub_name def write_cat_sub(tag='cat', exe=None, file_prefix=None,file_postfix=None,file_output=None,universe="vanilla",arg_str='',log_dir=None, use_eos=False,ncopies=1, no_grid=False,**kwargs): """ Write a submit file for launching a 'resample' job util_ResampleILEOutputWithExtrinsic.py """ exe = exe or which("find") # like cat, but properly accounts for *independent* duplicates. (Danger if identical). Also strips large errors exe_switch = which("switcheroo") # tool for patterend search-replace, to fix first line of output file cmdname = 'catjob.sh' with open(cmdname,'w') as f: f.write("#! /bin/bash\n") f.write(exe+" . -name '"+file_prefix+"*"+file_postfix+"' -exec cat {} \; | sort -r | uniq > "+file_output+";\n") f.write(exe_switch + " 'm1 ' '# m1 ' "+file_output) # add standard prefix os.system("chmod a+x "+cmdname) ile_job = pipeline.CondorDAGJob(universe=universe, executable='catjob.sh') requirements=[] if universe=='local': requirements.append("IS_GLIDEIN=?=undefined") # no grid if no_grid: ile_job.add_condor_cmd("+DESIRED_SITES",'"nogrid"') ile_job.add_condor_cmd("+flock_local",'true') ile_sub_name = tag + '.sub' ile_job.set_sub_file(ile_sub_name) # ile_job.add_arg(" . -name '" + file_prefix + "*" +file_postfix+"' -exec cat {} \; ") # # Logging options # uniq_str = "$(macromassid)-$(cluster)-$(process)" ile_job.set_log_file("%s%s-%s.log" % (log_dir, tag, uniq_str)) ile_job.set_stderr_file("%s%s-%s.err" % (log_dir, tag, uniq_str)) ile_job.set_stdout_file("%s%s-%s.out" % (log_dir, tag, uniq_str)) ile_job.add_condor_cmd('getenv', 'True') try: ile_job.add_condor_cmd('accounting_group',os.environ['LIGO_ACCOUNTING']) ile_job.add_condor_cmd('accounting_group_user',os.environ['LIGO_USER_NAME']) except: print(" LIGO accounting information not available. You must add this manually to integrate.sub !") return ile_job, ile_sub_name def write_convertpsd_sub(tag='convert_psd', exe=None, ifo=None,file_input=None,target_dir=None,arg_str='',log_dir=None, universe='local',**kwargs): """ Write script to convert PSD from one format to another. Needs to be called once per PSD file being used. """ exe = exe or which("convert_psd_ascii2xml") # like cat, but properly accounts for *independent* duplicates. (Danger if identical). Also strips large errors ile_job = pipeline.CondorDAGJob(universe=universe, executable=exe) ile_sub_name = tag + '.sub' ile_job.set_sub_file(ile_sub_name) ile_job.add_opt("fname-psd-ascii",file_input) ile_job.add_opt("ifo",ifo) ile_job.add_arg("--conventional-postfix") # # Logging options # uniq_str = "$(cluster)-$(process)" ile_job.set_log_file("%s%s-%s.log" % (log_dir, tag, uniq_str)) ile_job.set_stderr_file("%s%s-%s.err" % (log_dir, tag, uniq_str)) ile_job.set_stdout_file("%s%s-%s.out" % (log_dir, tag, uniq_str)) if not (target_dir is None): # Copy output PSD into place ile_job.add_condor_cmd("+PostCmd", '" cp '+ifo+'-psd.xml.gz ' + target_dir +'"') ile_job.add_condor_cmd('getenv', 'True') try: ile_job.add_condor_cmd('accounting_group',os.environ['LIGO_ACCOUNTING']) ile_job.add_condor_cmd('accounting_group_user',os.environ['LIGO_USER_NAME']) except: print(" LIGO accounting information not available. You must add this manually to integrate.sub !") return ile_job, ile_sub_name def write_joingrids_sub(tag='join_grids', exe=None, universe='vanilla', input_pattern=None,target_dir=None,output_base=None,log_dir=None,n_explode=1, gzip="/usr/bin/gzip", old_add=True, **kwargs): """ Write script to convert PSD from one format to another. Needs to be called once per PSD file being used. """ exe = exe or which("ligolw_add") # like cat, but properly accounts for *independent* duplicates. (Danger if identical). Also strips large errors # exe_here = "my_join.sh" # with open(exe_here,'w') as f: # f.write("#! /bin/bash \n") # f.write(r""" # #!/bin/bash # # Modules and scripts run directly from repository # # Note the repo and branch are self-referential ! Not a robust solution long-term # # Exit on failure: # # set -e # {} {} > {}/{}.xml # gzip {}.{}.xml""".format(exe,input_pattern,target_dir,output_base,target_dir,output_base) ) # os.system("chmod a+x "+exe_here) # exe = exe_here # update executable ile_job = pipeline.CondorDAGJob(universe=universe, executable=exe) ile_sub_name = tag + '.sub' ile_job.set_sub_file(ile_sub_name) fname_out =target_dir + "/" +output_base + ".xml.gz" ile_job.add_arg("--output="+fname_out) working_dir = log_dir.replace("/logs", '') # assumption about workflow/naming! Danger! # # Logging options # uniq_str = "$(cluster)-$(process)" ile_job.set_log_file("%s%s-%s.log" % (log_dir, tag, uniq_str)) ile_job.set_stderr_file("%s%s-%s.err" % (log_dir, tag, uniq_str)) ile_job.set_stdout_file("%s%s-%s.out" % (log_dir, tag, uniq_str)) # ile_job.set_stdout_file(fname_out) # ile_job.add_condor_cmd("+PostCmd", ' "' + gzip + ' ' +fname_out + '"') explode_str = "" for indx in np.arange(n_explode): explode_str+= " {}/{}-{}.xml.gz ".format(working_dir,output_base,indx) explode_str += " {}/{}.xml.gz ".format(working_dir,output_base) ile_job.add_arg(explode_str) # ile_job.add_arg("overlap-grid*.xml.gz") # working in our current directory if old_add: ile_job.add_opt("ilwdchar-compat",'') # needed? ile_job.add_condor_cmd('getenv', 'True') try: ile_job.add_condor_cmd('accounting_group',os.environ['LIGO_ACCOUNTING']) ile_job.add_condor_cmd('accounting_group_user',os.environ['LIGO_USER_NAME']) except: print(" LIGO accounting information not available. You must add this manually to integrate.sub !") return ile_job, ile_sub_name def write_subdagILE_sub(tag='subdag_ile', exe=None, universe='vanilla', submit_file=None,input_pattern=None,target_dir=None,output_suffix=None,log_dir=None,sim_xml=None, **kwargs): """ Write script to convert PSD from one format to another. Needs to be called once per PSD file being used. """ exe = exe or which("create_ile_sub_dag.py") subfile = submit_file or 'ILE.sub' ile_job = pipeline.CondorDAGJob(universe=universe, executable=exe) ile_sub_name = tag + '.sub' ile_job.set_sub_file(ile_sub_name) ile_job.add_arg("--target-dir "+target_dir) ile_job.add_arg("--output-suffix "+output_suffix) ile_job.add_arg("--submit-script "+subfile) ile_job.add_arg("--macroiteration $(macroiteration)") ile_job.add_arg("--sim-xml "+sim_xml) working_dir = log_dir.replace("/logs", '') # assumption about workflow/naming! Danger! # # Logging options # uniq_str = "$(cluster)-$(process)" ile_job.set_log_file("%s%s-%s.log" % (log_dir, tag, uniq_str)) ile_job.set_stderr_file("%s%s-%s.err" % (log_dir, tag, uniq_str)) ile_job.set_stdout_file("%s%s-%s.out" % (log_dir, tag, uniq_str)) # ile_job.set_stdout_file(fname_out) # ile_job.add_condor_cmd("+PostCmd", ' "' + gzip + ' ' +fname_out + '"') ile_job.add_condor_cmd('getenv', 'True') try: ile_job.add_condor_cmd('accounting_group',os.environ['LIGO_ACCOUNTING']) ile_job.add_condor_cmd('accounting_group_user',os.environ['LIGO_USER_NAME']) except: print(" LIGO accounting information not available. You must add this manually to integrate.sub !") return ile_job, ile_sub_name
[ 2, 15069, 357, 34, 8, 2211, 220, 21523, 440, 354, 82, 1008, 198, 2, 198, 2, 770, 1430, 318, 1479, 3788, 26, 345, 460, 17678, 4163, 340, 290, 14, 273, 13096, 340, 198, 2, 739, 262, 2846, 286, 262, 22961, 3611, 5094, 13789, 355, 3199, 416, 262, 198, 2, 3232, 10442, 5693, 26, 2035, 2196, 362, 286, 262, 13789, 11, 393, 357, 265, 534, 198, 2, 3038, 8, 597, 1568, 2196, 13, 198, 2, 198, 2, 770, 1430, 318, 9387, 287, 262, 2911, 326, 340, 481, 307, 4465, 11, 475, 198, 2, 42881, 15529, 34764, 56, 26, 1231, 772, 262, 17142, 18215, 286, 198, 2, 34482, 3398, 1565, 5603, 25382, 393, 376, 46144, 7473, 317, 16652, 2149, 37232, 33079, 48933, 13, 220, 4091, 262, 22961, 3611, 198, 2, 5094, 13789, 329, 517, 3307, 13, 198, 2, 198, 2, 921, 815, 423, 2722, 257, 4866, 286, 262, 22961, 3611, 5094, 13789, 1863, 198, 2, 351, 428, 1430, 26, 611, 407, 11, 3551, 284, 262, 3232, 10442, 5693, 11, 3457, 1539, 198, 2, 6885, 14021, 3530, 11, 19383, 22343, 11, 6182, 11, 8779, 220, 657, 2481, 940, 12, 1485, 486, 11, 4916, 13, 198, 198, 37811, 198, 32, 4947, 286, 31878, 284, 6687, 9724, 273, 670, 44041, 357, 35, 4760, 82, 737, 198, 37811, 198, 198, 11748, 28686, 11, 25064, 198, 11748, 299, 32152, 355, 45941, 198, 6738, 640, 1330, 640, 198, 6738, 12234, 8019, 1330, 45243, 20, 198, 198, 6738, 22749, 1330, 11523, 198, 198, 834, 9800, 834, 796, 366, 36, 10438, 440, 354, 82, 1008, 1279, 1990, 5733, 31, 46453, 13, 34411, 13, 84, 26377, 13, 15532, 22330, 5180, 350, 962, 322, 1279, 79, 962, 322, 31, 46453, 13, 34411, 13, 84, 26377, 13, 15532, 24618, 198, 198, 2, 30222, 422, 198, 2, 2638, 1378, 29412, 324, 10065, 13, 40346, 13, 785, 14, 9804, 14, 3070, 14, 1485, 14, 4853, 29540, 12, 1659, 12, 1169, 12, 4758, 12, 21812, 12, 259, 12, 29412, 14, 628, 198, 4299, 7716, 62, 21858, 62, 312, 33529, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 2980, 378, 257, 3748, 45243, 20, 12234, 329, 779, 355, 257, 1693, 4522, 13, 198, 220, 220, 220, 347, 6254, 276, 290, 9518, 422, 262, 406, 1847, 2438, 287, 22749, 14, 4743, 518, 14, 79, 541, 4470, 13, 9078, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 256, 796, 965, 7, 493, 7, 640, 3419, 1635, 8576, 1267, 1267, 198, 220, 220, 220, 374, 796, 965, 7, 493, 7, 45941, 13, 25120, 13, 25120, 3419, 1635, 1802, 8269, 24598, 1267, 1267, 198, 220, 220, 220, 1441, 45243, 20, 7, 83, 1343, 374, 737, 33095, 12894, 395, 3419, 628, 198, 2, 3574, 3740, 1378, 12567, 13, 785, 14, 75, 1416, 4215, 14, 75, 874, 84, 578, 14, 2436, 672, 14, 9866, 14, 75, 14414, 4288, 14, 29412, 14, 75, 14414, 4288, 14, 75, 14414, 4288, 62, 34360, 62, 26791, 13, 9078, 628, 198, 4299, 3551, 62, 18908, 4873, 62, 2339, 11935, 62, 2302, 81, 1040, 291, 62, 25928, 62, 7266, 7, 12985, 11639, 18908, 4873, 3256, 409, 68, 28, 14202, 11, 2604, 62, 15908, 28, 14202, 11, 299, 22163, 444, 28, 16, 11, 12429, 46265, 22046, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 19430, 257, 9199, 2393, 329, 13925, 3946, 284, 14461, 1096, 262, 14955, 625, 198, 220, 220, 220, 22820, 1040, 291, 10007, 13, 198, 220, 220, 220, 4525, 262, 584, 1339, 357, 35993, 828, 475, 9518, 284, 779, 262, 985, 62, 19875, 198, 220, 220, 220, 290, 9052, 625, 705, 15596, 6, 628, 220, 220, 220, 23412, 82, 25, 198, 220, 220, 220, 220, 220, 220, 220, 532, 705, 12985, 6, 318, 257, 4731, 284, 11986, 262, 2779, 1438, 286, 5072, 3696, 13, 383, 5072, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 9199, 2393, 481, 307, 3706, 7621, 13, 7266, 11, 290, 262, 3946, 481, 3551, 511, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5072, 284, 7621, 12, 2389, 13, 448, 11, 7621, 12, 2389, 13, 8056, 11, 7621, 13, 6404, 11, 810, 705, 2389, 6, 318, 257, 3748, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 27421, 329, 1123, 4554, 286, 257, 1693, 1057, 422, 262, 850, 2393, 13, 198, 220, 220, 220, 220, 220, 220, 220, 532, 705, 23870, 6, 318, 262, 3108, 284, 257, 12940, 2393, 543, 3607, 262, 4067, 286, 262, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1366, 284, 307, 15475, 13, 198, 220, 220, 220, 220, 220, 220, 220, 532, 705, 14323, 6, 318, 262, 3108, 284, 262, 23735, 2393, 351, 262, 10706, 198, 220, 220, 220, 220, 220, 220, 220, 532, 705, 17620, 39, 16, 14, 43, 16, 14, 53, 16, 6, 318, 262, 6518, 1438, 284, 307, 1100, 329, 1123, 286, 262, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 367, 16, 11, 406, 16, 290, 569, 16, 40471, 13, 198, 220, 220, 220, 220, 220, 220, 220, 532, 705, 862, 67, 39, 16, 14, 43, 16, 14, 53, 16, 6, 318, 262, 3108, 284, 281, 23735, 2393, 31577, 262, 6599, 35, 286, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1123, 286, 262, 367, 16, 11, 406, 16, 11, 569, 16, 40471, 13, 198, 220, 220, 220, 220, 220, 220, 220, 532, 705, 10782, 404, 444, 6, 318, 262, 1271, 286, 4539, 351, 10411, 5128, 10007, 284, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 9199, 583, 1779, 273, 705, 565, 5819, 6, 628, 220, 220, 220, 25235, 82, 25, 198, 220, 220, 220, 220, 220, 220, 220, 532, 1052, 4554, 286, 262, 9724, 273, 35, 4760, 33308, 326, 373, 7560, 329, 314, 2538, 198, 220, 220, 220, 37227, 628, 220, 220, 220, 6818, 18896, 7, 46265, 22046, 14692, 862, 67, 62, 7753, 8973, 8, 6624, 18896, 7, 46265, 22046, 14692, 17620, 62, 3672, 8973, 8, 628, 220, 220, 220, 409, 68, 796, 409, 68, 393, 543, 7203, 18908, 4873, 62, 2339, 11935, 62, 2302, 81, 1040, 291, 4943, 198, 220, 220, 220, 220, 576, 62, 21858, 796, 11523, 13, 25559, 273, 35, 4760, 33308, 7, 403, 3997, 2625, 10438, 5049, 1600, 28883, 28, 13499, 8, 198, 220, 220, 220, 1303, 770, 318, 257, 8156, 1201, 9724, 273, 35, 4760, 33308, 30768, 262, 16834, 3119, 198, 220, 220, 220, 220, 576, 62, 21858, 13557, 25559, 273, 33308, 834, 36560, 796, 299, 22163, 444, 628, 220, 220, 220, 220, 576, 62, 7266, 62, 3672, 796, 7621, 1343, 45302, 7266, 6, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 7266, 62, 7753, 7, 576, 62, 7266, 62, 3672, 8, 628, 220, 220, 220, 1303, 198, 220, 220, 220, 1303, 5972, 2667, 3689, 198, 220, 220, 220, 1303, 198, 220, 220, 220, 555, 25011, 62, 2536, 796, 17971, 7, 20285, 398, 562, 312, 13219, 3, 7, 565, 5819, 13219, 3, 7, 14681, 16725, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 6404, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 6404, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 301, 1082, 81, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 8056, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 19282, 448, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 448, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 628, 220, 220, 220, 611, 366, 22915, 62, 7753, 1, 287, 479, 86, 22046, 290, 479, 86, 22046, 14692, 22915, 62, 7753, 8973, 318, 407, 6045, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 10664, 284, 13096, 262, 5072, 2393, 523, 340, 338, 3748, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 198, 220, 220, 220, 220, 220, 220, 220, 286, 3672, 796, 479, 86, 22046, 14692, 22915, 62, 7753, 1, 4083, 35312, 7203, 19570, 198, 220, 220, 220, 220, 220, 220, 220, 286, 3672, 11, 1070, 796, 286, 3672, 58, 15, 4357, 366, 526, 13, 22179, 7, 1659, 3672, 58, 16, 25, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 7753, 62, 8738, 7203, 22915, 12, 7753, 1600, 36521, 82, 12, 4, 82, 13, 4, 82, 1, 4064, 357, 1659, 3672, 11, 555, 25011, 62, 2536, 11, 1070, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 1619, 479, 86, 22046, 14692, 22915, 62, 7753, 8973, 198, 220, 220, 220, 220, 220, 220, 220, 611, 366, 21928, 62, 82, 12629, 1, 287, 479, 86, 22046, 290, 479, 86, 22046, 14692, 21928, 62, 82, 12629, 8973, 318, 6407, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7203, 21928, 12, 82, 12629, 1600, 6045, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1619, 479, 86, 22046, 14692, 21928, 62, 82, 12629, 8973, 628, 220, 220, 220, 1303, 198, 220, 220, 220, 1303, 3060, 3487, 7159, 198, 220, 220, 220, 1303, 44855, 11682, 25, 3497, 4938, 3689, 422, 257, 8265, 198, 220, 220, 220, 1303, 198, 220, 220, 220, 329, 2172, 11, 5772, 287, 1351, 7, 46265, 22046, 13, 23814, 3419, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 611, 318, 39098, 7, 17143, 11, 1351, 8, 393, 318, 39098, 7, 17143, 11, 46545, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 24550, 25, 18281, 284, 651, 1088, 3294, 10245, 286, 262, 976, 3038, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 329, 279, 287, 5772, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 853, 7203, 438, 4, 82, 4064, 82, 1, 4064, 357, 8738, 13, 33491, 7203, 62, 1600, 27444, 12340, 965, 7, 79, 22305, 198, 220, 220, 220, 220, 220, 220, 220, 1288, 361, 5772, 318, 6407, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7, 8738, 13, 33491, 7203, 62, 1600, 27444, 12340, 6045, 8, 198, 220, 220, 220, 220, 220, 220, 220, 1288, 361, 5772, 318, 6045, 393, 5772, 318, 10352, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2555, 198, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7, 8738, 13, 33491, 7203, 62, 1600, 27444, 12340, 965, 7, 17143, 4008, 628, 220, 220, 220, 1303, 198, 220, 220, 220, 1303, 42755, 1912, 3689, 198, 220, 220, 220, 1303, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 7785, 62, 8738, 7203, 15596, 4943, 628, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 1136, 24330, 3256, 705, 17821, 11537, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 25927, 62, 31673, 3256, 705, 1238, 2780, 11537, 628, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 23317, 278, 62, 8094, 3256, 418, 13, 268, 2268, 17816, 43, 3528, 46, 62, 26861, 28270, 2751, 6, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 23317, 278, 62, 8094, 62, 7220, 3256, 418, 13, 268, 2268, 17816, 43, 3528, 46, 62, 29904, 62, 20608, 6, 12962, 198, 220, 220, 220, 2845, 25, 198, 220, 220, 220, 220, 220, 220, 220, 3601, 7203, 406, 3528, 46, 14317, 1321, 407, 1695, 13, 220, 921, 1276, 751, 428, 14500, 284, 19386, 13, 7266, 220, 2474, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 628, 220, 220, 220, 44386, 198, 220, 220, 220, 44386, 311, 7340, 38, 6465, 2849, 16034, 3563, 52, 7227, 357, 1640, 1568, 8, 198, 220, 220, 220, 1303, 2581, 62, 31673, 796, 611, 8524, 17772, 7, 357, 5956, 26807, 45008, 10669, 28, 0, 28, 2682, 11405, 4586, 26807, 45008, 10669, 28, 0, 28, 2075, 828, 20768, 18453, 30871, 11, 493, 7, 16, 13, 20, 1635, 31835, 33308, 1273, 5889, 1635, 14059, 28350, 8, 1267, 198, 220, 220, 220, 1303, 27458, 62, 20979, 796, 14808, 26807, 45008, 10669, 796, 30, 28, 4974, 8, 8614, 357, 26807, 45008, 10669, 796, 30, 28, 2608, 4008, 198, 220, 220, 220, 1303, 770, 481, 6338, 2650, 257, 1693, 326, 318, 1234, 319, 1745, 329, 1262, 1165, 881, 4088, 351, 257, 2026, 4, 3220, 4088, 2581, 1123, 4628, 13, 68, 628, 198, 220, 220, 220, 1441, 220, 576, 62, 21858, 11, 220, 576, 62, 7266, 62, 3672, 628, 198, 2, 44855, 11682, 25, 9175, 287, 17510, 351, 7159, 286, 19386, 62, 2339, 11935, 62, 2302, 81, 1040, 291, 198, 4299, 3551, 62, 18908, 4873, 62, 2339, 11935, 62, 2302, 81, 1040, 291, 62, 7266, 7, 12985, 11639, 18908, 4873, 3256, 409, 68, 28, 14202, 11, 2604, 62, 15908, 28, 14202, 11, 299, 22163, 444, 28, 16, 11, 12429, 46265, 22046, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 19430, 257, 9199, 2393, 329, 13925, 3946, 284, 14461, 1096, 262, 14955, 625, 198, 220, 220, 220, 22820, 1040, 291, 10007, 13, 628, 220, 220, 220, 23412, 82, 25, 198, 220, 220, 220, 220, 220, 220, 220, 532, 705, 12985, 6, 318, 257, 4731, 284, 11986, 262, 2779, 1438, 286, 5072, 3696, 13, 383, 5072, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 9199, 2393, 481, 307, 3706, 7621, 13, 7266, 11, 290, 262, 3946, 481, 3551, 511, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5072, 284, 7621, 12, 2389, 13, 448, 11, 7621, 12, 2389, 13, 8056, 11, 7621, 13, 6404, 11, 810, 705, 2389, 6, 318, 257, 3748, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 27421, 329, 1123, 4554, 286, 257, 1693, 1057, 422, 262, 850, 2393, 13, 198, 220, 220, 220, 220, 220, 220, 220, 532, 705, 23870, 6, 318, 262, 3108, 284, 257, 12940, 2393, 543, 3607, 262, 4067, 286, 262, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1366, 284, 307, 15475, 13, 198, 220, 220, 220, 220, 220, 220, 220, 532, 705, 1073, 1939, 6, 318, 262, 3108, 284, 257, 11194, 738, 23735, 2393, 11, 422, 543, 14568, 290, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1661, 481, 307, 7428, 44855, 11682, 25, 4781, 428, 1752, 340, 338, 645, 2392, 2622, 13, 198, 220, 220, 220, 220, 220, 220, 220, 532, 705, 17620, 39, 16, 14, 43, 16, 14, 53, 16, 6, 318, 262, 6518, 1438, 284, 307, 1100, 329, 1123, 286, 262, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 367, 16, 11, 406, 16, 290, 569, 16, 40471, 13, 198, 220, 220, 220, 220, 220, 220, 220, 532, 705, 862, 67, 39, 16, 14, 43, 16, 14, 53, 16, 6, 318, 262, 3108, 284, 281, 23735, 2393, 31577, 262, 6599, 35, 286, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1123, 286, 262, 367, 16, 11, 406, 16, 11, 569, 16, 40471, 13, 198, 220, 220, 220, 220, 220, 220, 220, 532, 705, 10782, 404, 444, 6, 318, 262, 1271, 286, 4539, 351, 10411, 5128, 10007, 284, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 9199, 583, 1779, 273, 705, 565, 5819, 6, 628, 220, 220, 220, 25235, 82, 25, 198, 220, 220, 220, 220, 220, 220, 220, 532, 1052, 4554, 286, 262, 9724, 273, 35, 4760, 33308, 326, 373, 7560, 329, 314, 2538, 198, 220, 220, 220, 37227, 628, 220, 220, 220, 6818, 18896, 7, 46265, 22046, 14692, 862, 67, 62, 7753, 8973, 8, 6624, 18896, 7, 46265, 22046, 14692, 17620, 62, 3672, 8973, 8, 628, 220, 220, 220, 409, 68, 796, 409, 68, 393, 543, 7203, 18908, 4873, 62, 2339, 11935, 62, 2302, 81, 1040, 291, 4943, 198, 220, 220, 220, 220, 576, 62, 21858, 796, 11523, 13, 25559, 273, 35, 4760, 33308, 7, 403, 3997, 2625, 10438, 5049, 1600, 28883, 28, 13499, 8, 198, 220, 220, 220, 1303, 770, 318, 257, 8156, 1201, 9724, 273, 35, 4760, 33308, 30768, 262, 16834, 3119, 198, 220, 220, 220, 220, 576, 62, 21858, 13557, 25559, 273, 33308, 834, 36560, 796, 299, 22163, 444, 628, 220, 220, 220, 220, 576, 62, 7266, 62, 3672, 796, 7621, 1343, 45302, 7266, 6, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 7266, 62, 7753, 7, 576, 62, 7266, 62, 3672, 8, 628, 220, 220, 220, 1303, 198, 220, 220, 220, 1303, 5972, 2667, 3689, 198, 220, 220, 220, 1303, 198, 220, 220, 220, 555, 25011, 62, 2536, 796, 17971, 7, 20285, 398, 562, 312, 13219, 3, 7, 565, 5819, 13219, 3, 7, 14681, 16725, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 6404, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 6404, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 301, 1082, 81, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 8056, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 19282, 448, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 448, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 628, 220, 220, 220, 611, 366, 22915, 62, 7753, 1, 287, 479, 86, 22046, 290, 479, 86, 22046, 14692, 22915, 62, 7753, 8973, 318, 407, 6045, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 10664, 284, 13096, 262, 5072, 2393, 523, 340, 338, 3748, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 198, 220, 220, 220, 220, 220, 220, 220, 286, 3672, 796, 479, 86, 22046, 14692, 22915, 62, 7753, 1, 4083, 35312, 7203, 19570, 198, 220, 220, 220, 220, 220, 220, 220, 286, 3672, 11, 1070, 796, 286, 3672, 58, 15, 4357, 366, 526, 13, 22179, 7, 1659, 3672, 58, 16, 25, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 7753, 62, 8738, 7203, 22915, 12, 7753, 1600, 36521, 82, 12, 4, 82, 13, 4, 82, 1, 4064, 357, 1659, 3672, 11, 555, 25011, 62, 2536, 11, 1070, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 1619, 479, 86, 22046, 14692, 22915, 62, 7753, 8973, 198, 220, 220, 220, 220, 220, 220, 220, 611, 366, 21928, 62, 82, 12629, 1, 287, 479, 86, 22046, 290, 479, 86, 22046, 14692, 21928, 62, 82, 12629, 8973, 318, 6407, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7203, 21928, 12, 82, 12629, 1600, 6045, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1619, 479, 86, 22046, 14692, 21928, 62, 82, 12629, 8973, 628, 220, 220, 220, 1303, 198, 220, 220, 220, 1303, 3060, 3487, 7159, 198, 220, 220, 220, 1303, 44855, 11682, 25, 3497, 4938, 3689, 422, 257, 8265, 198, 220, 220, 220, 1303, 198, 220, 220, 220, 329, 2172, 11, 5772, 287, 1351, 7, 46265, 22046, 13, 23814, 3419, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 611, 318, 39098, 7, 17143, 11, 1351, 8, 393, 318, 39098, 7, 17143, 11, 46545, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 24550, 25, 18281, 284, 651, 1088, 3294, 10245, 286, 262, 976, 3038, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 329, 279, 287, 5772, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 853, 7203, 438, 4, 82, 4064, 82, 1, 4064, 357, 8738, 13, 33491, 7203, 62, 1600, 27444, 12340, 965, 7, 79, 22305, 198, 220, 220, 220, 220, 220, 220, 220, 1288, 361, 5772, 318, 6407, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7, 8738, 13, 33491, 7203, 62, 1600, 27444, 12340, 6045, 8, 198, 220, 220, 220, 220, 220, 220, 220, 1288, 361, 5772, 318, 6045, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2555, 198, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7, 8738, 13, 33491, 7203, 62, 1600, 27444, 12340, 965, 7, 17143, 4008, 628, 220, 220, 220, 1303, 198, 220, 220, 220, 1303, 42755, 1912, 3689, 198, 220, 220, 220, 1303, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 7785, 62, 8738, 7203, 22208, 16, 4943, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 7785, 62, 8738, 7203, 22208, 17, 4943, 628, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 1136, 24330, 3256, 705, 17821, 11537, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 25927, 62, 31673, 3256, 705, 1238, 2780, 11537, 198, 220, 220, 220, 220, 198, 220, 220, 220, 1441, 220, 576, 62, 21858, 11, 220, 576, 62, 7266, 62, 3672, 198, 198, 4299, 3551, 62, 20274, 62, 1073, 2040, 43696, 62, 7266, 7, 12985, 11639, 1073, 2040, 344, 3256, 409, 68, 28, 14202, 11, 2604, 62, 15908, 28, 14202, 11, 5072, 62, 15908, 28, 1911, 14, 1600, 779, 62, 12286, 62, 23870, 28, 17821, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 19430, 257, 9199, 2393, 329, 13925, 3946, 284, 46064, 344, 314, 2538, 5072, 198, 220, 220, 220, 37227, 628, 220, 220, 220, 409, 68, 796, 409, 68, 393, 543, 7203, 4604, 349, 86, 62, 25410, 578, 4943, 198, 220, 220, 220, 44161, 62, 21858, 796, 11523, 13, 25559, 273, 35, 4760, 33308, 7, 403, 3997, 2625, 10438, 5049, 1600, 28883, 28, 13499, 8, 628, 220, 220, 220, 44161, 62, 7266, 62, 3672, 796, 7621, 1343, 45302, 7266, 6, 198, 220, 220, 220, 44161, 62, 21858, 13, 2617, 62, 7266, 62, 7753, 7, 25410, 62, 7266, 62, 3672, 8, 628, 220, 220, 220, 1303, 198, 220, 220, 220, 1303, 5972, 2667, 3689, 198, 220, 220, 220, 1303, 198, 220, 220, 220, 555, 25011, 62, 2536, 796, 17971, 7, 565, 5819, 13219, 3, 7, 14681, 16725, 198, 220, 220, 220, 44161, 62, 21858, 13, 2617, 62, 6404, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 6404, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 198, 220, 220, 220, 44161, 62, 21858, 13, 2617, 62, 301, 1082, 81, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 8056, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 198, 220, 220, 220, 44161, 62, 21858, 13, 2617, 62, 19282, 448, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 448, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 628, 220, 220, 220, 611, 779, 62, 12286, 62, 23870, 25, 198, 220, 220, 220, 220, 220, 220, 220, 44161, 62, 21858, 13, 2860, 62, 8738, 7203, 15414, 12, 23870, 1600, 366, 41119, 62, 3, 7, 20285, 398, 562, 312, 737, 23870, 4943, 198, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 44161, 62, 21858, 13, 2860, 62, 853, 7203, 3, 7, 20285, 305, 16624, 8, 4943, 198, 220, 220, 220, 1303, 25410, 62, 21858, 13, 2860, 62, 853, 7203, 9, 3, 7, 20285, 398, 562, 312, 8, 24620, 19875, 13, 34586, 4943, 198, 220, 220, 220, 44161, 62, 21858, 13, 2860, 62, 8738, 7203, 48806, 1600, 366, 41119, 62, 3, 7, 20285, 398, 562, 312, 737, 25410, 578, 4943, 198, 220, 220, 220, 1303, 361, 28686, 13, 268, 2268, 13, 10134, 62, 2539, 7203, 15972, 5760, 4663, 1, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 22065, 15908, 796, 28686, 13, 268, 2268, 14692, 15972, 5760, 4663, 8973, 198, 220, 220, 220, 1303, 17772, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 4798, 9609, 17597, 13, 301, 1082, 81, 11, 366, 31502, 11, 21232, 5760, 4663, 2858, 7885, 407, 900, 13, 2561, 4277, 284, 1220, 22065, 47454, 475, 428, 714, 307, 4923, 526, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 22065, 15908, 796, 12813, 22065, 30487, 198, 220, 220, 220, 45218, 15908, 796, 12813, 7959, 14, 1477, 76, 30487, 198, 220, 220, 220, 44161, 62, 21858, 13, 2860, 62, 8738, 7203, 22065, 12, 13200, 1600, 45218, 15908, 8, 198, 220, 220, 220, 44161, 62, 21858, 13, 2860, 62, 8738, 7203, 19011, 577, 1600, 6045, 8, 628, 220, 220, 220, 44161, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 1136, 24330, 3256, 705, 17821, 11537, 198, 220, 220, 220, 44161, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 25927, 62, 31673, 3256, 705, 35500, 11537, 198, 220, 220, 220, 220, 198, 220, 220, 220, 1441, 44161, 62, 21858, 11, 44161, 62, 7266, 62, 3672, 198, 198, 4299, 3551, 62, 79, 6197, 1504, 62, 29487, 62, 7266, 7, 12985, 11639, 29487, 62, 7353, 3256, 409, 68, 28, 14202, 11, 2604, 62, 15908, 28, 14202, 11, 5072, 62, 15908, 28, 1911, 30487, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 19430, 257, 9199, 2393, 329, 13925, 3946, 284, 46064, 344, 314, 2538, 5072, 198, 220, 220, 220, 37227, 628, 220, 220, 220, 409, 68, 796, 409, 68, 393, 543, 7203, 29487, 62, 2339, 62, 3642, 4662, 4943, 198, 220, 220, 220, 7110, 62, 21858, 796, 11523, 13, 25559, 273, 35, 4760, 33308, 7, 403, 3997, 2625, 10438, 5049, 1600, 28883, 28, 13499, 8, 628, 220, 220, 220, 7110, 62, 7266, 62, 3672, 796, 7621, 1343, 45302, 7266, 6, 198, 220, 220, 220, 7110, 62, 21858, 13, 2617, 62, 7266, 62, 7753, 7, 29487, 62, 7266, 62, 3672, 8, 628, 220, 220, 220, 1303, 198, 220, 220, 220, 1303, 5972, 2667, 3689, 198, 220, 220, 220, 1303, 198, 220, 220, 220, 555, 25011, 62, 2536, 796, 17971, 7, 565, 5819, 13219, 3, 7, 14681, 16725, 198, 220, 220, 220, 7110, 62, 21858, 13, 2617, 62, 6404, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 6404, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 198, 220, 220, 220, 7110, 62, 21858, 13, 2617, 62, 301, 1082, 81, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 8056, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 198, 220, 220, 220, 7110, 62, 21858, 13, 2617, 62, 19282, 448, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 448, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 628, 220, 220, 220, 7110, 62, 21858, 13, 2860, 62, 8738, 7203, 12860, 12, 13033, 1600, 6045, 8, 198, 220, 220, 220, 7110, 62, 21858, 13, 2860, 62, 8738, 7203, 46156, 16, 1600, 366, 76, 354, 343, 79, 4943, 198, 220, 220, 220, 7110, 62, 21858, 13, 2860, 62, 8738, 7203, 46156, 17, 1600, 366, 17167, 4943, 198, 220, 220, 220, 7110, 62, 21858, 13, 2860, 62, 8738, 7203, 15414, 12, 23870, 1600, 366, 41119, 62, 439, 13, 23870, 4943, 198, 220, 220, 220, 7110, 62, 21858, 13, 2860, 62, 8738, 7203, 6404, 12, 46817, 1600, 6045, 8, 628, 220, 220, 220, 7110, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 1136, 24330, 3256, 705, 17821, 11537, 198, 220, 220, 220, 7110, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 25927, 62, 31673, 3256, 705, 35500, 11537, 198, 220, 220, 220, 220, 198, 220, 220, 220, 1441, 7110, 62, 21858, 11, 7110, 62, 7266, 62, 3672, 198, 198, 4299, 3551, 62, 28461, 62, 29487, 62, 7266, 7, 12985, 11639, 29487, 62, 28461, 3256, 16954, 62, 7753, 28, 14202, 11, 409, 68, 28, 14202, 11, 2604, 62, 15908, 28, 14202, 11, 5072, 62, 15908, 28, 1911, 30487, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 19430, 257, 9199, 2393, 329, 13925, 3946, 284, 46064, 344, 314, 2538, 5072, 198, 220, 220, 220, 37227, 628, 220, 220, 220, 409, 68, 796, 409, 68, 393, 543, 7203, 15883, 62, 28461, 29487, 4943, 198, 220, 220, 220, 7110, 62, 21858, 796, 11523, 13, 25559, 273, 35, 4760, 33308, 7, 403, 3997, 2625, 10438, 5049, 1600, 28883, 28, 13499, 8, 628, 220, 220, 220, 7110, 62, 7266, 62, 3672, 796, 7621, 1343, 45302, 7266, 6, 198, 220, 220, 220, 7110, 62, 21858, 13, 2617, 62, 7266, 62, 7753, 7, 29487, 62, 7266, 62, 3672, 8, 628, 220, 220, 220, 1303, 198, 220, 220, 220, 1303, 5972, 2667, 3689, 198, 220, 220, 220, 1303, 198, 220, 220, 220, 555, 25011, 62, 2536, 796, 17971, 7, 565, 5819, 13219, 3, 7, 14681, 16725, 198, 220, 220, 220, 7110, 62, 21858, 13, 2617, 62, 6404, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 6404, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 198, 220, 220, 220, 7110, 62, 21858, 13, 2617, 62, 301, 1082, 81, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 8056, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 198, 220, 220, 220, 7110, 62, 21858, 13, 2617, 62, 19282, 448, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 448, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 628, 220, 220, 220, 7110, 62, 21858, 13, 2860, 62, 8738, 7203, 22915, 1600, 366, 41119, 62, 28461, 29487, 62, 3, 7, 20285, 398, 562, 312, 737, 11134, 4943, 198, 220, 220, 220, 611, 16954, 62, 7753, 318, 407, 6045, 25, 198, 220, 220, 220, 220, 220, 220, 220, 7110, 62, 21858, 13, 2860, 62, 8738, 7203, 259, 29192, 1600, 16954, 62, 7753, 8, 198, 220, 220, 220, 7110, 62, 21858, 13, 2860, 62, 853, 7203, 41119, 62, 3, 7, 20285, 398, 562, 312, 737, 25410, 578, 4943, 628, 220, 220, 220, 7110, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 1136, 24330, 3256, 705, 17821, 11537, 198, 220, 220, 220, 1303, 29487, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 25927, 62, 31673, 3256, 705, 1238, 2780, 11537, 198, 220, 220, 220, 220, 198, 220, 220, 220, 1441, 7110, 62, 21858, 11, 7110, 62, 7266, 62, 3672, 198, 198, 4299, 3551, 62, 16, 67, 1930, 62, 29487, 62, 7266, 7, 12985, 11639, 16, 67, 62, 7353, 62, 29487, 3256, 409, 68, 28, 14202, 11, 2604, 62, 15908, 28, 14202, 11, 5072, 62, 15908, 28, 1911, 30487, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 19430, 257, 9199, 2393, 329, 13925, 3946, 284, 46064, 344, 314, 2538, 5072, 198, 220, 220, 220, 37227, 628, 220, 220, 220, 409, 68, 796, 409, 68, 393, 543, 7203, 7353, 14681, 62, 16, 67, 62, 36340, 13628, 4943, 198, 220, 220, 220, 7110, 62, 21858, 796, 11523, 13, 25559, 273, 35, 4760, 33308, 7, 403, 3997, 2625, 10438, 5049, 1600, 28883, 28, 13499, 8, 628, 220, 220, 220, 7110, 62, 7266, 62, 3672, 796, 7621, 1343, 45302, 7266, 6, 198, 220, 220, 220, 7110, 62, 21858, 13, 2617, 62, 7266, 62, 7753, 7, 29487, 62, 7266, 62, 3672, 8, 628, 220, 220, 220, 1303, 198, 220, 220, 220, 1303, 5972, 2667, 3689, 198, 220, 220, 220, 1303, 198, 220, 220, 220, 555, 25011, 62, 2536, 796, 17971, 7, 565, 5819, 13219, 3, 7, 14681, 16725, 198, 220, 220, 220, 7110, 62, 21858, 13, 2617, 62, 6404, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 6404, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 198, 220, 220, 220, 7110, 62, 21858, 13, 2617, 62, 301, 1082, 81, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 8056, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 198, 220, 220, 220, 7110, 62, 21858, 13, 2617, 62, 19282, 448, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 448, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 628, 220, 220, 220, 7110, 62, 21858, 13, 2860, 62, 8738, 7203, 21928, 12, 37687, 20053, 12, 7753, 1600, 366, 41119, 62, 3, 7, 20285, 398, 562, 312, 737, 25410, 578, 4943, 198, 220, 220, 220, 7110, 62, 21858, 13, 2860, 62, 8738, 7203, 40223, 12, 28461, 29487, 1600, 6045, 8, 198, 220, 220, 220, 7110, 62, 21858, 13, 2860, 62, 8738, 7203, 40223, 12, 16, 67, 12, 43337, 1600, 6045, 8, 628, 220, 220, 220, 7110, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 1136, 24330, 3256, 705, 17821, 11537, 198, 220, 220, 220, 7110, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 25927, 62, 31673, 3256, 705, 1238, 2780, 11537, 198, 220, 220, 220, 220, 198, 220, 220, 220, 1441, 7110, 62, 21858, 11, 7110, 62, 7266, 62, 3672, 628, 198, 198, 4299, 3551, 62, 34, 4061, 62, 7266, 7, 12985, 11639, 18908, 4873, 3256, 409, 68, 28, 14202, 11, 5128, 62, 3262, 11639, 439, 13, 3262, 3256, 22915, 11639, 22915, 12, 41119, 12, 82, 12629, 3256, 403, 3997, 2625, 10438, 5049, 1600, 448, 62, 15908, 28, 14202, 11, 6404, 62, 15908, 28, 14202, 11, 779, 62, 68, 418, 28, 25101, 11, 10782, 404, 444, 28, 16, 11, 853, 62, 2536, 28, 14202, 11, 25927, 62, 31673, 28, 23, 17477, 11, 853, 62, 12786, 28, 14202, 11, 645, 62, 25928, 28, 25101, 11, 1174, 46265, 22046, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 19430, 257, 9199, 2393, 329, 13925, 3946, 284, 14461, 1096, 262, 14955, 625, 28327, 10007, 13, 628, 220, 220, 220, 23412, 82, 25, 198, 220, 220, 220, 25235, 82, 25, 198, 220, 220, 220, 220, 220, 220, 220, 532, 1052, 4554, 286, 262, 9724, 273, 35, 4760, 33308, 326, 373, 7560, 329, 314, 2538, 198, 220, 220, 220, 37227, 628, 220, 220, 220, 409, 68, 796, 409, 68, 393, 543, 7203, 22602, 62, 42316, 5317, 81, 1040, 291, 47, 6197, 1504, 62, 46189, 7222, 585, 17540, 13, 9078, 4943, 198, 220, 220, 220, 220, 576, 62, 21858, 796, 11523, 13, 25559, 273, 35, 4760, 33308, 7, 403, 3997, 28, 403, 3997, 11, 28883, 28, 13499, 8, 198, 220, 220, 220, 1303, 770, 318, 257, 8156, 1201, 9724, 273, 35, 4760, 33308, 30768, 262, 16834, 3119, 198, 220, 220, 220, 220, 576, 62, 21858, 13557, 25559, 273, 33308, 834, 36560, 796, 299, 22163, 444, 628, 198, 220, 220, 220, 1303, 645, 10706, 198, 220, 220, 220, 611, 645, 62, 25928, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 7203, 10, 30910, 37819, 62, 50, 2043, 1546, 1600, 29653, 77, 519, 6058, 1, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 7203, 10, 2704, 735, 62, 12001, 1600, 6, 7942, 11537, 628, 220, 220, 220, 5359, 28, 21737, 198, 220, 220, 220, 611, 6881, 855, 6, 12001, 10354, 198, 220, 220, 220, 220, 220, 220, 220, 5359, 13, 33295, 7203, 1797, 62, 8763, 14114, 1268, 28, 30, 28, 917, 18156, 4943, 628, 220, 220, 220, 220, 576, 62, 7266, 62, 3672, 796, 7621, 1343, 45302, 7266, 6, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 7266, 62, 7753, 7, 576, 62, 7266, 62, 3672, 8, 628, 220, 220, 220, 1303, 198, 220, 220, 220, 1303, 3060, 3689, 551, 2347, 11, 416, 33908, 2700, 198, 220, 220, 220, 1303, 198, 220, 220, 220, 1822, 62, 2536, 796, 1822, 62, 2536, 13, 75, 36311, 3419, 1303, 4781, 3756, 13216, 10223, 290, 20208, 5895, 198, 220, 220, 220, 1822, 62, 2536, 796, 1822, 62, 2536, 13, 75, 36311, 10786, 12, 11537, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7, 853, 62, 2536, 4032, 11537, 220, 1303, 780, 356, 1276, 307, 4686, 16357, 287, 703, 356, 1208, 7159, 11, 314, 10283, 572, 262, 717, 734, 4847, 286, 262, 1627, 198, 2, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7, 853, 62, 2536, 58, 17, 47715, 4032, 11537, 220, 1303, 780, 356, 1276, 307, 4686, 16357, 287, 703, 356, 1208, 7159, 11, 314, 10283, 572, 262, 717, 734, 4847, 286, 262, 1627, 628, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7203, 69, 3672, 1600, 5128, 62, 3262, 8, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7203, 69, 3672, 12, 22915, 12, 82, 12629, 1600, 503, 62, 15908, 10, 1, 30487, 10, 22915, 8, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7203, 69, 3672, 12, 22915, 12, 18908, 1373, 1600, 503, 62, 15908, 10, 1, 30487, 10, 22915, 8, 628, 220, 220, 220, 1303, 198, 220, 220, 220, 1303, 42755, 1912, 3689, 13, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 532, 2922, 412, 2640, 422, 1351, 357, 28060, 2884, 15021, 8, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 532, 1208, 37410, 10007, 198, 220, 220, 220, 1303, 198, 2, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 7785, 62, 8738, 7203, 15596, 4943, 198, 220, 220, 220, 611, 779, 62, 68, 418, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 7785, 62, 8738, 7203, 3500, 12, 68, 418, 4943, 628, 198, 220, 220, 220, 1303, 198, 220, 220, 220, 1303, 5972, 2667, 3689, 198, 220, 220, 220, 1303, 198, 220, 220, 220, 555, 25011, 62, 2536, 796, 17971, 7, 20285, 305, 15596, 13219, 3, 7, 565, 5819, 13219, 3, 7, 14681, 16725, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 6404, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 6404, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 301, 1082, 81, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 8056, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 19282, 448, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 448, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 628, 220, 220, 220, 611, 366, 69, 3672, 62, 22915, 62, 82, 12629, 1, 287, 479, 86, 22046, 290, 479, 86, 22046, 14692, 69, 3672, 62, 22915, 62, 82, 12629, 8973, 318, 407, 6045, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 10664, 284, 13096, 262, 5072, 2393, 523, 340, 338, 3748, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 198, 220, 220, 220, 220, 220, 220, 220, 286, 3672, 796, 479, 86, 22046, 14692, 69, 3672, 62, 22915, 62, 82, 12629, 1, 4083, 35312, 7203, 19570, 198, 220, 220, 220, 220, 220, 220, 220, 286, 3672, 11, 1070, 796, 286, 3672, 58, 15, 4357, 366, 526, 13, 22179, 7, 1659, 3672, 58, 16, 25, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 7753, 62, 8738, 7203, 22915, 12, 7753, 1600, 36521, 82, 12, 4, 82, 13, 4, 82, 1, 4064, 357, 1659, 3672, 11, 555, 25011, 62, 2536, 11, 1070, 4008, 198, 220, 220, 220, 611, 366, 69, 3672, 62, 22915, 62, 18908, 1373, 1, 287, 479, 86, 22046, 290, 479, 86, 22046, 14692, 69, 3672, 62, 22915, 62, 18908, 1373, 8973, 318, 407, 6045, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 10664, 284, 13096, 262, 5072, 2393, 523, 340, 338, 3748, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 198, 220, 220, 220, 220, 220, 220, 220, 286, 3672, 796, 479, 86, 22046, 14692, 69, 3672, 62, 22915, 62, 18908, 1373, 1, 4083, 35312, 7203, 19570, 198, 220, 220, 220, 220, 220, 220, 220, 286, 3672, 11, 1070, 796, 286, 3672, 58, 15, 4357, 366, 526, 13, 22179, 7, 1659, 3672, 58, 16, 25, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 7753, 62, 8738, 7203, 22915, 12, 7753, 1600, 36521, 82, 12, 4, 82, 13, 4, 82, 1, 4064, 357, 1659, 3672, 11, 555, 25011, 62, 2536, 11, 1070, 4008, 628, 220, 220, 220, 1303, 198, 220, 220, 220, 1303, 3060, 3487, 7159, 198, 220, 220, 220, 1303, 44855, 11682, 25, 3497, 4938, 3689, 422, 257, 8265, 198, 220, 220, 220, 1303, 198, 220, 220, 220, 329, 2172, 11, 5772, 287, 1351, 7, 46265, 22046, 13, 23814, 3419, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 611, 318, 39098, 7, 17143, 11, 1351, 8, 393, 318, 39098, 7, 17143, 11, 46545, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 24550, 25, 18281, 284, 651, 1088, 3294, 10245, 286, 262, 976, 3038, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 329, 279, 287, 5772, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 853, 7203, 438, 4, 82, 4064, 82, 1, 4064, 357, 8738, 13, 33491, 7203, 62, 1600, 27444, 12340, 965, 7, 79, 22305, 198, 220, 220, 220, 220, 220, 220, 220, 1288, 361, 5772, 318, 6407, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7, 8738, 13, 33491, 7203, 62, 1600, 27444, 12340, 6045, 8, 198, 220, 220, 220, 220, 220, 220, 220, 1288, 361, 5772, 318, 6045, 393, 5772, 318, 10352, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2555, 198, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7, 8738, 13, 33491, 7203, 62, 1600, 27444, 12340, 965, 7, 17143, 4008, 628, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 1136, 24330, 3256, 705, 17821, 11537, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 25927, 62, 31673, 3256, 965, 7, 25927, 62, 31673, 4008, 220, 198, 220, 220, 220, 1303, 1675, 1487, 9427, 2280, 25, 198, 220, 220, 220, 1303, 220, 220, 1779, 273, 62, 80, 19312, 198, 220, 220, 220, 1303, 329, 1672, 25, 220, 198, 220, 220, 220, 1303, 220, 220, 220, 329, 1312, 287, 4600, 17561, 273, 62, 80, 532, 2946, 220, 930, 42717, 267, 1477, 1567, 77, 930, 3253, 74, 705, 90, 4798, 720, 16, 92, 6, 63, 26, 466, 1779, 273, 62, 80, 19312, 720, 72, 19390, 30871, 513, 2388, 26, 1760, 26, 1779, 273, 62, 20979, 532, 439, 220, 628, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 8897, 18883, 3256, 705, 25226, 4458, 22179, 10786, 15090, 15, 30072, 4458, 18982, 7, 81, 8, 329, 374, 287, 5359, 4008, 628, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 7203, 5532, 62, 18224, 1600, 6, 17821, 11537, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 7203, 5532, 62, 22915, 1600, 6, 17821, 11537, 628, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 23317, 278, 62, 8094, 3256, 418, 13, 268, 2268, 17816, 43, 3528, 46, 62, 26861, 28270, 2751, 6, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 23317, 278, 62, 8094, 62, 7220, 3256, 418, 13, 268, 2268, 17816, 43, 3528, 46, 62, 29904, 62, 20608, 6, 12962, 198, 220, 220, 220, 2845, 25, 198, 220, 220, 220, 220, 220, 220, 220, 3601, 7203, 406, 3528, 46, 14317, 1321, 407, 1695, 13, 220, 921, 1276, 751, 428, 14500, 284, 19386, 13, 7266, 220, 2474, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 628, 220, 220, 220, 44386, 198, 220, 220, 220, 44386, 311, 7340, 38, 6465, 2849, 16034, 3563, 52, 7227, 357, 1640, 1568, 8, 198, 220, 220, 220, 1303, 2581, 62, 31673, 796, 611, 8524, 17772, 7, 357, 5956, 26807, 45008, 10669, 28, 0, 28, 2682, 11405, 4586, 26807, 45008, 10669, 28, 0, 28, 2075, 828, 20768, 18453, 30871, 11, 493, 7, 16, 13, 20, 1635, 31835, 33308, 1273, 5889, 1635, 14059, 28350, 8, 1267, 198, 220, 220, 220, 1303, 27458, 62, 20979, 796, 14808, 26807, 45008, 10669, 796, 30, 28, 4974, 8, 8614, 357, 26807, 45008, 10669, 796, 30, 28, 2608, 4008, 198, 220, 220, 220, 1303, 770, 481, 6338, 2650, 257, 1693, 326, 318, 1234, 319, 1745, 329, 1262, 1165, 881, 4088, 351, 257, 2026, 4, 3220, 4088, 2581, 1123, 4628, 13, 68, 628, 198, 220, 220, 220, 1441, 220, 576, 62, 21858, 11, 220, 576, 62, 7266, 62, 3672, 628, 198, 4299, 3551, 62, 49357, 62, 7266, 7, 12985, 11639, 49357, 1894, 3256, 409, 68, 28, 14202, 11, 5128, 62, 3262, 11639, 22915, 12, 41119, 12, 82, 12629, 3256, 22915, 11639, 49357, 1894, 3256, 403, 3997, 2625, 10438, 5049, 1600, 448, 62, 15908, 28, 14202, 11, 6404, 62, 15908, 28, 14202, 11, 779, 62, 68, 418, 28, 25101, 11, 10782, 404, 444, 28, 16, 11, 853, 62, 2536, 28, 14202, 11, 25927, 62, 31673, 28, 35500, 11, 853, 62, 12786, 28, 14202, 11, 645, 62, 25928, 28, 25101, 11, 1174, 46265, 22046, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 35006, 33679, 1894, 17952, 220, 198, 220, 220, 220, 23412, 82, 25, 198, 220, 220, 220, 25235, 82, 25, 198, 220, 220, 220, 220, 220, 220, 220, 532, 1052, 4554, 286, 262, 9724, 273, 35, 4760, 33308, 326, 373, 7560, 329, 314, 2538, 198, 220, 220, 220, 37227, 628, 220, 220, 220, 409, 68, 796, 409, 68, 393, 543, 7203, 22602, 62, 36301, 47, 1648, 1894, 13, 9078, 4943, 198, 220, 220, 220, 220, 576, 62, 21858, 796, 11523, 13, 25559, 273, 35, 4760, 33308, 7, 403, 3997, 28, 403, 3997, 11, 28883, 28, 13499, 8, 198, 220, 220, 220, 5359, 28, 21737, 198, 220, 220, 220, 611, 6881, 855, 6, 12001, 10354, 198, 220, 220, 220, 220, 220, 220, 220, 5359, 13, 33295, 7203, 1797, 62, 8763, 14114, 1268, 28, 30, 28, 917, 18156, 4943, 628, 220, 220, 220, 1303, 645, 10706, 198, 220, 220, 220, 611, 645, 62, 25928, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 7203, 10, 30910, 37819, 62, 50, 2043, 1546, 1600, 29653, 77, 519, 6058, 1, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 7203, 10, 2704, 735, 62, 12001, 1600, 6, 7942, 11537, 628, 220, 220, 220, 220, 576, 62, 7266, 62, 3672, 796, 7621, 1343, 45302, 7266, 6, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 7266, 62, 7753, 7, 576, 62, 7266, 62, 3672, 8, 628, 220, 220, 220, 1303, 198, 220, 220, 220, 1303, 3060, 3689, 551, 2347, 11, 416, 33908, 2700, 198, 220, 220, 220, 1303, 198, 220, 220, 220, 1822, 62, 2536, 796, 1822, 62, 2536, 13, 75, 36311, 3419, 1303, 4781, 3756, 13216, 10223, 290, 20208, 5895, 198, 220, 220, 220, 1822, 62, 2536, 796, 1822, 62, 2536, 13, 75, 36311, 10786, 12, 11537, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7, 853, 62, 2536, 4032, 11537, 220, 1303, 780, 356, 1276, 307, 4686, 16357, 287, 703, 356, 1208, 7159, 11, 314, 10283, 572, 262, 717, 734, 4847, 286, 262, 1627, 628, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7203, 259, 73, 12, 7753, 1600, 5128, 62, 3262, 8, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7203, 259, 73, 12, 7753, 12, 448, 1600, 5072, 8, 628, 198, 220, 220, 220, 1303, 198, 220, 220, 220, 1303, 5972, 2667, 3689, 198, 220, 220, 220, 1303, 198, 220, 220, 220, 555, 25011, 62, 2536, 796, 17971, 7, 20285, 305, 15596, 13219, 3, 7, 565, 5819, 13219, 3, 7, 14681, 16725, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 6404, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 6404, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 301, 1082, 81, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 8056, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 19282, 448, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 448, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 628, 220, 220, 220, 1303, 198, 220, 220, 220, 1303, 3060, 3487, 7159, 198, 220, 220, 220, 1303, 44855, 11682, 25, 3497, 4938, 3689, 422, 257, 8265, 198, 220, 220, 220, 1303, 198, 220, 220, 220, 329, 2172, 11, 5772, 287, 1351, 7, 46265, 22046, 13, 23814, 3419, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 611, 318, 39098, 7, 17143, 11, 1351, 8, 393, 318, 39098, 7, 17143, 11, 46545, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 24550, 25, 18281, 284, 651, 1088, 3294, 10245, 286, 262, 976, 3038, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 329, 279, 287, 5772, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 853, 7203, 438, 4, 82, 4064, 82, 1, 4064, 357, 8738, 13, 33491, 7203, 62, 1600, 27444, 12340, 965, 7, 79, 22305, 198, 220, 220, 220, 220, 220, 220, 220, 1288, 361, 5772, 318, 6407, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7, 8738, 13, 33491, 7203, 62, 1600, 27444, 12340, 6045, 8, 198, 220, 220, 220, 220, 220, 220, 220, 1288, 361, 5772, 318, 6045, 393, 5772, 318, 10352, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2555, 198, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7, 8738, 13, 33491, 7203, 62, 1600, 27444, 12340, 965, 7, 17143, 4008, 628, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 1136, 24330, 3256, 705, 17821, 11537, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 25927, 62, 31673, 3256, 965, 7, 25927, 62, 31673, 4008, 220, 198, 220, 220, 220, 1303, 1675, 1487, 9427, 2280, 25, 198, 220, 220, 220, 1303, 220, 220, 1779, 273, 62, 80, 19312, 198, 220, 220, 220, 1303, 329, 1672, 25, 220, 198, 220, 220, 220, 1303, 220, 220, 220, 329, 1312, 287, 4600, 17561, 273, 62, 80, 532, 2946, 220, 930, 42717, 267, 1477, 1567, 77, 930, 3253, 74, 705, 90, 4798, 720, 16, 92, 6, 63, 26, 466, 1779, 273, 62, 80, 19312, 720, 72, 19390, 30871, 513, 2388, 26, 1760, 26, 1779, 273, 62, 20979, 532, 439, 220, 628, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 8897, 18883, 3256, 705, 25226, 4458, 22179, 10786, 15090, 15, 30072, 4458, 18982, 7, 81, 8, 329, 374, 287, 5359, 4008, 628, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 23317, 278, 62, 8094, 3256, 418, 13, 268, 2268, 17816, 43, 3528, 46, 62, 26861, 28270, 2751, 6, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 23317, 278, 62, 8094, 62, 7220, 3256, 418, 13, 268, 2268, 17816, 43, 3528, 46, 62, 29904, 62, 20608, 6, 12962, 198, 220, 220, 220, 2845, 25, 198, 220, 220, 220, 220, 220, 220, 220, 3601, 7203, 406, 3528, 46, 14317, 1321, 407, 1695, 13, 220, 921, 1276, 751, 428, 14500, 284, 19386, 13, 7266, 220, 2474, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 198, 220, 220, 220, 1441, 220, 576, 62, 21858, 11, 220, 576, 62, 7266, 62, 3672, 628, 198, 4299, 3551, 62, 41119, 62, 7266, 62, 36439, 7, 12985, 11639, 18908, 4873, 3256, 409, 68, 28, 14202, 11, 2604, 62, 15908, 28, 14202, 11, 779, 62, 68, 418, 28, 25101, 11, 36439, 62, 34642, 28, 25101, 11, 10782, 404, 444, 28, 16, 11, 853, 62, 2536, 28, 14202, 11, 25927, 62, 31673, 28, 1821, 4846, 11, 25927, 62, 46999, 28, 25101, 11, 25927, 62, 39531, 28, 25101, 11, 853, 62, 12786, 28, 14202, 11, 4351, 62, 16624, 28, 14202, 11, 39437, 62, 22915, 62, 16624, 28, 14202, 11, 1904, 62, 12215, 33737, 28, 25101, 11, 1904, 62, 418, 70, 28, 25101, 11, 1904, 62, 36439, 62, 418, 70, 62, 8897, 18883, 28, 25101, 11, 12215, 33737, 62, 9060, 28, 14202, 11, 1904, 62, 66, 14761, 9501, 62, 37805, 28, 25101, 11, 37805, 62, 15908, 28, 14202, 11, 23870, 62, 7753, 28, 14202, 11, 8310, 363, 576, 62, 2946, 28, 25101, 11, 9806, 62, 43282, 62, 1084, 1769, 28, 14202, 11, 17561, 273, 62, 9503, 1746, 28, 14202, 11, 1174, 46265, 22046, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 19430, 257, 9199, 2393, 329, 13925, 3946, 284, 14461, 1096, 262, 14955, 625, 28327, 10007, 13, 628, 220, 220, 220, 23412, 82, 25, 198, 220, 220, 220, 25235, 82, 25, 198, 220, 220, 220, 220, 220, 220, 220, 532, 1052, 4554, 286, 262, 9724, 273, 35, 4760, 33308, 326, 373, 7560, 329, 314, 2538, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 611, 779, 62, 12215, 33737, 290, 357, 12215, 33737, 62, 9060, 6624, 6045, 8, 220, 1058, 198, 220, 220, 220, 220, 220, 220, 220, 3601, 7203, 9677, 4146, 1058, 10664, 284, 11986, 18032, 414, 62, 9060, 284, 779, 18032, 414, 366, 8, 198, 220, 220, 220, 220, 220, 220, 220, 25064, 13, 37023, 7, 15, 8, 198, 220, 220, 220, 611, 779, 62, 12215, 33737, 290, 357, 37805, 62, 15908, 6624, 6045, 8, 220, 290, 357, 23870, 62, 7753, 6624, 6045, 8, 1058, 198, 220, 220, 220, 220, 220, 220, 220, 3601, 7203, 9677, 4146, 1058, 10664, 284, 11986, 13431, 62, 15908, 393, 12940, 62, 7753, 284, 779, 18032, 414, 357, 265, 1944, 8, 366, 8, 198, 220, 220, 220, 220, 220, 220, 220, 25064, 13, 37023, 7, 15, 8, 198, 220, 220, 220, 611, 779, 62, 12215, 33737, 290, 357, 39437, 62, 16624, 6624, 6045, 8, 220, 1058, 198, 220, 220, 220, 220, 220, 220, 220, 3601, 7203, 9677, 4146, 1058, 10664, 284, 11986, 4351, 62, 16624, 284, 779, 18032, 414, 379, 1944, 0, 220, 357, 732, 481, 24443, 262, 906, 6519, 26, 345, 815, 4351, 597, 6599, 30832, 355, 880, 355, 262, 10706, 2393, 366, 8, 198, 220, 220, 220, 220, 220, 220, 220, 25064, 13, 37023, 7, 15, 8, 628, 220, 220, 220, 409, 68, 796, 409, 68, 393, 543, 7203, 18908, 4873, 62, 2339, 11935, 62, 2302, 81, 1040, 291, 4943, 198, 220, 220, 220, 13431, 62, 12001, 796, 6045, 198, 220, 220, 220, 611, 779, 62, 12215, 33737, 25, 198, 220, 220, 220, 220, 220, 220, 220, 3108, 62, 35312, 796, 409, 68, 13, 35312, 7203, 14, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 3601, 7, 7203, 8393, 18187, 25, 1438, 14608, 33172, 3108, 62, 35312, 11, 366, 422, 33172, 409, 68, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 18032, 414, 62, 8692, 62, 13499, 62, 6978, 796, 12813, 8738, 14, 75, 1416, 4215, 14, 35357, 14, 9069, 660, 9914, 5439, 36003, 1096, 10669, 14, 10669, 30487, 220, 1303, 815, 407, 1327, 8189, 428, 2644, 0, 198, 220, 220, 220, 220, 220, 220, 220, 611, 705, 50, 2751, 37232, 9050, 62, 33, 11159, 62, 6369, 36, 62, 34720, 6, 287, 1351, 7, 418, 13, 268, 2268, 13, 13083, 28955, 1058, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 18032, 414, 62, 8692, 62, 13499, 62, 6978, 796, 28686, 13, 268, 2268, 17816, 50, 2751, 37232, 9050, 62, 33, 11159, 62, 6369, 36, 62, 34720, 20520, 198, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 18032, 414, 62, 8692, 62, 13499, 62, 6978, 796, 12813, 8738, 14, 75, 1416, 4215, 14, 35357, 14, 9069, 660, 9914, 5439, 36003, 1096, 10669, 14, 10669, 30487, 220, 1303, 815, 407, 1327, 8189, 428, 2644, 0, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 18032, 414, 62, 8692, 62, 13499, 62, 6978, 796, 12813, 14629, 14, 8800, 30487, 220, 1303, 815, 407, 1327, 8189, 428, 2644, 0, 198, 220, 220, 220, 220, 220, 220, 220, 409, 68, 28, 12215, 33737, 62, 8692, 62, 13499, 62, 6978, 1343, 3108, 62, 35312, 58, 12, 16, 60, 198, 220, 220, 220, 220, 220, 220, 220, 611, 407, 7, 37805, 62, 15908, 318, 6045, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 13431, 62, 12001, 796, 13431, 62, 15908, 13, 35312, 7203, 14, 4943, 58, 12, 16, 60, 198, 220, 220, 220, 1288, 361, 779, 62, 418, 70, 25, 220, 1303, 5626, 1262, 18032, 414, 0, 198, 220, 220, 220, 220, 220, 220, 220, 611, 407, 7, 37805, 62, 15908, 318, 6045, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 13431, 62, 12001, 796, 13431, 62, 15908, 13, 35312, 7203, 14, 4943, 58, 12, 16, 60, 198, 220, 220, 220, 220, 220, 220, 220, 3108, 62, 35312, 796, 409, 68, 13, 35312, 7203, 14, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 409, 68, 28, 6978, 62, 35312, 58, 12, 16, 60, 220, 1303, 2834, 503, 1615, 12453, 198, 220, 220, 220, 220, 220, 220, 220, 409, 68, 62, 1456, 796, 705, 1820, 62, 48553, 13, 1477, 6, 198, 220, 220, 220, 220, 220, 220, 220, 611, 4351, 62, 16624, 318, 6045, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4351, 62, 16624, 796, 17635, 198, 220, 220, 220, 220, 220, 220, 220, 4351, 62, 16624, 15853, 37250, 40720, 1820, 62, 48553, 13, 1477, 20520, 198, 220, 220, 220, 220, 220, 220, 220, 351, 1280, 7, 13499, 62, 1456, 4032, 86, 11537, 355, 277, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 277, 13, 13564, 7203, 2, 0, 1220, 8800, 14, 41757, 220, 3467, 77, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 277, 13, 13564, 7, 81, 37811, 198, 2, 48443, 8800, 14, 41757, 198, 2, 3401, 5028, 290, 14750, 1057, 3264, 422, 16099, 198, 2, 5740, 262, 29924, 290, 8478, 389, 2116, 12, 5420, 33369, 5145, 1892, 257, 12373, 4610, 890, 12, 4354, 198, 2, 29739, 319, 5287, 25, 198, 2, 900, 532, 68, 198, 39344, 40589, 7036, 62, 34720, 28, 34033, 12, 42068, 12, 49, 2043, 198, 39344, 314, 2538, 62, 34720, 28, 38892, 38604, 7036, 62, 34720, 92, 14, 9069, 660, 9914, 5439, 36003, 1096, 10669, 14, 10669, 198, 39344, 46490, 28, 38892, 34219, 38362, 38892, 41119, 62, 34720, 92, 198, 39344, 350, 56, 4221, 1340, 34219, 28, 38892, 47, 56, 4221, 1340, 34219, 38362, 38892, 41119, 62, 34720, 92, 198, 39344, 27164, 62, 50, 31302, 7730, 6158, 28, 70, 86, 11793, 3828, 378, 198, 18300, 17271, 3740, 1378, 18300, 13, 4604, 78, 13, 2398, 14, 7527, 446, 12, 3768, 1567, 1108, 88, 14, 34033, 12, 42068, 12, 49, 2043, 13, 18300, 198, 14689, 67, 25597, 38604, 7036, 62, 34720, 92, 220, 198, 18300, 28006, 20218, 12, 49, 2043, 12, 51, 1460, 12, 634, 62, 9866, 12, 33346, 34500, 1358, 220, 198, 12924, 67, 198, 198, 7278, 220, 198, 9246, 1957, 13, 23870, 198, 30328, 17962, 2644, 198, 19571, 34033, 12, 42068, 12, 49, 2043, 14, 9069, 660, 9914, 5439, 36003, 1096, 10669, 14, 10669, 14, 37811, 1343, 409, 68, 1343, 366, 720, 31, 3467, 77, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 28686, 13, 10057, 7203, 354, 4666, 257, 10, 87, 43825, 13499, 62, 1456, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 409, 68, 796, 409, 68, 62, 1456, 220, 1303, 4296, 28883, 628, 198, 220, 220, 220, 220, 576, 62, 21858, 796, 11523, 13, 25559, 273, 35, 4760, 33308, 7, 403, 3997, 2625, 10438, 5049, 1600, 28883, 28, 13499, 8, 198, 220, 220, 220, 1303, 770, 318, 257, 8156, 1201, 9724, 273, 35, 4760, 33308, 30768, 262, 16834, 3119, 198, 220, 220, 220, 220, 576, 62, 21858, 13557, 25559, 273, 33308, 834, 36560, 796, 299, 22163, 444, 628, 220, 220, 220, 220, 576, 62, 7266, 62, 3672, 796, 7621, 1343, 45302, 7266, 6, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 7266, 62, 7753, 7, 576, 62, 7266, 62, 3672, 8, 628, 220, 220, 220, 1303, 198, 220, 220, 220, 1303, 3060, 3689, 551, 2347, 11, 416, 33908, 2700, 198, 220, 220, 220, 1303, 198, 220, 220, 220, 1822, 62, 2536, 796, 1822, 62, 2536, 13, 75, 36311, 3419, 1303, 4781, 3756, 13216, 10223, 290, 20208, 5895, 198, 220, 220, 220, 1822, 62, 2536, 796, 1822, 62, 2536, 13, 75, 36311, 10786, 12, 11537, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7, 853, 62, 2536, 4032, 11537, 220, 1303, 780, 356, 1276, 307, 4686, 16357, 287, 703, 356, 1208, 7159, 11, 314, 10283, 572, 262, 717, 734, 4847, 286, 262, 1627, 198, 2, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7, 853, 62, 2536, 58, 17, 47715, 4032, 11537, 220, 1303, 780, 356, 1276, 307, 4686, 16357, 287, 703, 356, 1208, 7159, 11, 314, 10283, 572, 262, 717, 734, 4847, 286, 262, 1627, 628, 220, 220, 220, 1303, 198, 220, 220, 220, 1303, 42755, 1912, 3689, 13, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 532, 2922, 412, 2640, 422, 1351, 357, 28060, 2884, 15021, 8, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 532, 1208, 37410, 10007, 198, 220, 220, 220, 1303, 198, 2, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 7785, 62, 8738, 7203, 15596, 4943, 198, 220, 220, 220, 611, 779, 62, 68, 418, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 7785, 62, 8738, 7203, 3500, 12, 68, 418, 4943, 628, 198, 220, 220, 220, 5359, 796, 21737, 198, 220, 220, 220, 1303, 198, 220, 220, 220, 1303, 5972, 2667, 3689, 198, 220, 220, 220, 1303, 198, 220, 220, 220, 555, 25011, 62, 2536, 796, 17971, 7, 20285, 305, 15596, 13219, 3, 7, 565, 5819, 13219, 3, 7, 14681, 16725, 198, 220, 220, 220, 611, 2829, 62, 34642, 25, 198, 220, 220, 220, 220, 220, 220, 220, 555, 25011, 62, 2536, 796, 17971, 7, 20285, 305, 15596, 16725, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 6404, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 6404, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 301, 1082, 81, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 8056, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 19282, 448, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 448, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 628, 220, 220, 220, 1303, 3060, 30248, 4238, 4578, 628, 220, 220, 220, 611, 366, 22915, 62, 7753, 1, 287, 479, 86, 22046, 290, 479, 86, 22046, 14692, 22915, 62, 7753, 8973, 318, 407, 6045, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 10664, 284, 13096, 262, 5072, 2393, 523, 340, 338, 3748, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 198, 220, 220, 220, 220, 220, 220, 220, 286, 3672, 796, 479, 86, 22046, 14692, 22915, 62, 7753, 1, 4083, 35312, 7203, 19570, 198, 220, 220, 220, 220, 220, 220, 220, 286, 3672, 11, 1070, 796, 286, 3672, 58, 15, 4357, 366, 526, 13, 22179, 7, 1659, 3672, 58, 16, 25, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 7753, 62, 8738, 7203, 22915, 12, 7753, 1600, 36521, 82, 12, 4, 82, 13, 4, 82, 1, 4064, 357, 1659, 3672, 11, 555, 25011, 62, 2536, 11, 1070, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 1619, 479, 86, 22046, 14692, 22915, 62, 7753, 8973, 198, 220, 220, 220, 220, 220, 220, 220, 611, 366, 21928, 62, 82, 12629, 1, 287, 479, 86, 22046, 290, 479, 86, 22046, 14692, 21928, 62, 82, 12629, 8973, 318, 6407, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7203, 21928, 12, 82, 12629, 1600, 6045, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1619, 479, 86, 22046, 14692, 21928, 62, 82, 12629, 8973, 628, 198, 220, 220, 220, 1303, 198, 220, 220, 220, 1303, 3060, 3487, 7159, 198, 220, 220, 220, 1303, 44855, 11682, 25, 3497, 4938, 3689, 422, 257, 8265, 198, 220, 220, 220, 1303, 198, 220, 220, 220, 329, 2172, 11, 5772, 287, 1351, 7, 46265, 22046, 13, 23814, 3419, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 611, 318, 39098, 7, 17143, 11, 1351, 8, 393, 318, 39098, 7, 17143, 11, 46545, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 24550, 25, 18281, 284, 651, 1088, 3294, 10245, 286, 262, 976, 3038, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 329, 279, 287, 5772, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 853, 7203, 438, 4, 82, 4064, 82, 1, 4064, 357, 8738, 13, 33491, 7203, 62, 1600, 27444, 12340, 965, 7, 79, 22305, 198, 220, 220, 220, 220, 220, 220, 220, 1288, 361, 5772, 318, 6407, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7, 8738, 13, 33491, 7203, 62, 1600, 27444, 12340, 6045, 8, 198, 220, 220, 220, 220, 220, 220, 220, 1288, 361, 5772, 318, 6045, 393, 5772, 318, 10352, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2555, 198, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7, 8738, 13, 33491, 7203, 62, 1600, 27444, 12340, 965, 7, 17143, 4008, 628, 220, 220, 220, 611, 12940, 62, 7753, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7203, 23870, 12, 7753, 1600, 23870, 62, 7753, 8, 628, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 7785, 62, 8738, 7203, 15596, 4943, 628, 220, 220, 220, 611, 407, 779, 62, 418, 70, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 1136, 24330, 3256, 705, 17821, 11537, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 25927, 62, 31673, 3256, 965, 7, 25927, 62, 31673, 4008, 220, 198, 220, 220, 220, 611, 407, 7, 25927, 62, 39531, 318, 10352, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 25927, 62, 39531, 3256, 965, 7, 25927, 62, 39531, 4008, 220, 198, 220, 220, 220, 299, 33346, 82, 796, 15, 198, 220, 220, 220, 611, 2581, 62, 46999, 25, 198, 220, 220, 220, 220, 220, 220, 220, 299, 33346, 82, 28, 16, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 25927, 62, 33346, 82, 3256, 965, 7, 77, 33346, 82, 4008, 220, 198, 220, 220, 220, 611, 779, 62, 12215, 33737, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 27814, 284, 3740, 1378, 12567, 13, 785, 14, 75, 1416, 4215, 14, 75, 874, 84, 578, 14, 2436, 672, 14, 9866, 14, 75, 14414, 4288, 14, 29412, 14, 75, 14414, 4288, 14, 75, 14414, 4288, 62, 34360, 62, 26791, 13, 9078, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 25927, 62, 36037, 82, 3256, 965, 7, 16, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 39437, 62, 18558, 18187, 3256, 705, 25101, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 7203, 10, 29974, 33737, 36180, 34, 15996, 10652, 1600, 705, 17821, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 7203, 10, 29974, 33737, 5159, 1600, 705, 30543, 1343, 18032, 414, 62, 9060, 1343, 705, 1, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5359, 796, 17635, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5359, 13, 33295, 7203, 39, 1921, 62, 50, 2751, 37232, 9050, 28, 30, 28, 5446, 8924, 4943, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 407, 7, 1904, 62, 36439, 62, 418, 70, 62, 8897, 18883, 2599, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5359, 13, 33295, 7203, 39, 1921, 62, 34, 15996, 10652, 62, 43, 3528, 46, 62, 10943, 30339, 4877, 28, 30, 28, 5446, 8924, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 7203, 8897, 18883, 1600, 705, 357, 1797, 62, 8763, 14114, 1268, 28, 30, 28, 17821, 8, 11405, 357, 39, 1921, 62, 43, 3528, 46, 62, 10913, 29559, 28, 30, 28, 17821, 8, 11405, 357, 39, 1921, 62, 50, 2751, 37232, 9050, 28, 30, 28, 5446, 8924, 8, 11405, 357, 39, 1921, 62, 34, 15996, 10652, 62, 43, 3528, 46, 62, 10943, 30339, 4877, 28, 30, 28, 5446, 8924, 8, 11537, 628, 220, 220, 220, 611, 779, 62, 66, 14761, 9501, 62, 37805, 25, 198, 220, 220, 220, 220, 220, 220, 220, 5359, 13, 33295, 7203, 39, 1921, 62, 43, 3528, 46, 62, 10913, 29559, 28, 30, 28, 5446, 8924, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 1904, 62, 87, 29022, 7220, 36436, 41707, 17821, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 611, 705, 55, 29022, 62, 29904, 62, 31190, 34278, 6, 287, 1351, 7, 418, 13, 268, 2268, 13, 13083, 3419, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3601, 7203, 520, 3255, 4866, 286, 1395, 29022, 2836, 15741, 1377, 40600, 28385, 0, 366, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 269, 16993, 796, 28686, 13, 1136, 66, 16993, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 277, 3672, 62, 36436, 796, 269, 16993, 1343, 1, 14, 1820, 62, 36436, 1, 220, 1303, 428, 460, 651, 6993, 9108, 11, 326, 338, 3734, 532, 655, 6931, 82, 11, 3895, 407, 5434, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 28686, 13, 10057, 7203, 13155, 25597, 55, 29022, 62, 29904, 62, 31190, 34278, 92, 366, 220, 1343, 277, 3672, 62, 36436, 8, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 87, 29022, 7220, 36436, 3256, 418, 13, 268, 2268, 17816, 55, 29022, 62, 29904, 62, 31190, 34278, 6, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 87, 29022, 7220, 36436, 3256, 69, 3672, 62, 36436, 8, 628, 198, 220, 220, 220, 611, 779, 62, 418, 70, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 407, 7, 1904, 62, 36439, 62, 418, 70, 62, 8897, 18883, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5359, 13, 33295, 7203, 1797, 62, 8763, 14114, 1268, 28, 30, 28, 5446, 8924, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 3368, 2042, 12, 3937, 278, 3946, 284, 2176, 8217, 326, 9835, 2038, 13, 36965, 2106, 11688, 329, 512, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 41007, 291, 62, 20979, 41707, 7, 26807, 45008, 10669, 6624, 4153, 8, 11405, 357, 26807, 45008, 7004, 10669, 6624, 657, 8, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 21858, 62, 30243, 62, 1078, 3808, 41707, 37573, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 21858, 62, 30243, 62, 1078, 3808, 62, 23569, 62, 13664, 41707, 19, 11537, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 329, 773, 87, 287, 685, 16, 11, 17, 11, 18, 11, 19, 5974, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5359, 13, 33295, 7203, 51, 46095, 13, 8763, 14114, 1268, 62, 26198, 5376, 28, 0, 28, 26708, 13, 37573, 8086, 81, 8763, 14114, 1268, 62, 26198, 5376, 90, 92, 1911, 18982, 7, 521, 87, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 366, 2640, 38, 62, 30910, 37819, 62, 50, 2043, 1546, 1, 287, 28686, 13, 268, 2268, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 10, 30910, 37819, 62, 50, 2043, 1546, 3256, 418, 13, 268, 2268, 14692, 2640, 38, 62, 30910, 37819, 62, 50, 2043, 1546, 8973, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 366, 2640, 38, 62, 4944, 30910, 37819, 62, 50, 2043, 1546, 1, 287, 28686, 13, 268, 2268, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 10, 4944, 30910, 37819, 62, 50, 2043, 1546, 3256, 418, 13, 268, 2268, 14692, 2640, 38, 62, 4944, 30910, 37819, 62, 50, 2043, 1546, 8973, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 2773, 3689, 284, 43511, 1334, 5889, 11, 6529, 319, 1353, 286, 30826, 18276, 287, 48924, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 21049, 62, 2946, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 7203, 41007, 291, 62, 20979, 2430, 7, 33111, 33308, 1273, 5889, 1279, 642, 8, 11405, 14808, 11297, 7575, 532, 22542, 11297, 19580, 8, 1875, 10053, 8, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 7203, 261, 62, 37023, 62, 2946, 2430, 7, 30337, 3886, 11712, 282, 6624, 6407, 8, 8614, 357, 30337, 10669, 14512, 657, 8, 4943, 198, 220, 220, 220, 611, 779, 62, 12215, 33737, 393, 779, 62, 418, 70, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 5345, 510, 2393, 4351, 3689, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 7203, 12518, 62, 1462, 62, 39437, 62, 22915, 1600, 6, 1340, 62, 6369, 2043, 11537, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 13860, 2604, 7508, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 7203, 5532, 62, 18224, 1600, 6, 17821, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 7203, 5532, 62, 22915, 1600, 6, 17821, 11537, 628, 220, 220, 220, 1303, 13610, 906, 6519, 3141, 284, 900, 510, 1957, 13, 23870, 11, 691, 611, 13431, 389, 2622, 198, 220, 220, 220, 1303, 611, 356, 423, 327, 15996, 10652, 13431, 11, 356, 815, 307, 23345, 1957, 13, 23870, 625, 3264, 11, 351, 340, 1541, 22331, 5145, 198, 220, 220, 220, 611, 407, 7, 37805, 62, 12001, 318, 6045, 8, 290, 407, 7, 1904, 62, 66, 14761, 9501, 62, 37805, 2599, 220, 220, 1303, 815, 307, 2672, 329, 18032, 414, 393, 28686, 70, 198, 220, 220, 220, 220, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 300, 282, 18211, 62, 6978, 17, 23870, 28, 418, 13, 268, 2268, 17816, 43, 1847, 2969, 3705, 62, 34219, 17, 34, 2246, 13909, 20520, 198, 220, 220, 220, 220, 220, 220, 220, 2845, 7383, 12331, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3601, 7203, 43015, 406, 1847, 2969, 3705, 62, 34219, 17, 34, 2246, 13909, 318, 555, 2617, 11, 7048, 4277, 300, 282, 18211, 62, 6978, 17, 23870, 318, 5035, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 300, 282, 18211, 62, 6978, 17, 23870, 2625, 75, 282, 18211, 62, 6978, 17, 23870, 1, 198, 220, 220, 220, 220, 220, 220, 220, 23991, 3672, 796, 705, 576, 62, 3866, 13, 1477, 6, 198, 220, 220, 220, 220, 220, 220, 220, 611, 4351, 62, 16624, 318, 6045, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4351, 62, 16624, 796, 17635, 198, 220, 220, 220, 220, 220, 220, 220, 4351, 62, 16624, 15853, 14631, 40720, 576, 62, 3866, 13, 1477, 1600, 13431, 62, 15908, 60, 220, 1303, 13148, 4277, 1762, 8619, 9058, 198, 220, 220, 220, 220, 220, 220, 220, 351, 1280, 7, 28758, 3672, 4032, 86, 11537, 355, 277, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 277, 13, 13564, 7203, 2, 0, 1220, 8800, 14, 41757, 532, 27705, 3467, 77, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 277, 13, 13564, 7, 366, 7278, 43825, 37805, 62, 12001, 10, 1, 930, 1391, 75, 282, 18211, 62, 6978, 17, 23870, 92, 352, 29, 1957, 13, 23870, 3467, 77, 1911, 18982, 7, 75, 282, 18211, 62, 6978, 17, 23870, 28, 75, 282, 18211, 62, 6978, 17, 23870, 4008, 220, 1303, 20419, 25, 761, 2836, 284, 9380, 11986, 1957, 13, 23870, 8619, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 16140, 6525, 12940, 2393, 284, 779, 3585, 13532, 11, 407, 257, 2393, 1378, 4905, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 277, 13, 13564, 7203, 3797, 1957, 13, 23870, 930, 3253, 74, 705, 90, 4798, 720, 16, 11, 720, 17, 11, 720, 18, 11, 720, 19, 92, 6, 1875, 1957, 62, 33565, 1496, 13, 23870, 3467, 77, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 277, 13, 13564, 7203, 1640, 1312, 287, 4600, 7278, 366, 1343, 13431, 62, 12001, 1343, 366, 63, 26, 466, 9809, 43825, 13431, 62, 12001, 1343, 12813, 3, 72, 26, 1760, 220, 1875, 2779, 62, 6978, 82, 13, 19608, 3467, 77, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 277, 13, 13564, 7203, 34274, 1957, 62, 33565, 1496, 13, 23870, 2779, 62, 6978, 82, 13, 19608, 1875, 1957, 62, 43762, 13, 23870, 3467, 77, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 277, 13, 13564, 7203, 13155, 1957, 62, 43762, 13, 23870, 1957, 13, 23870, 3467, 77, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 28686, 13, 10057, 7203, 354, 4666, 257, 10, 87, 220, 576, 62, 3866, 13, 1477, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 10, 6719, 40109, 3256, 705, 1, 576, 62, 3866, 13, 1477, 1, 11537, 628, 198, 2, 220, 220, 220, 611, 779, 62, 418, 70, 25, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 7203, 10, 11505, 26959, 41339, 1600, 6, 17821, 11537, 198, 220, 220, 220, 611, 779, 62, 66, 14761, 9501, 62, 37805, 25, 198, 220, 220, 220, 220, 220, 220, 220, 4351, 62, 16624, 15853, 14631, 40720, 12001, 13, 23870, 8973, 198, 220, 220, 220, 1303, 1675, 1487, 9427, 2280, 25, 198, 220, 220, 220, 1303, 220, 220, 1779, 273, 62, 80, 19312, 198, 220, 220, 220, 1303, 329, 1672, 25, 220, 198, 220, 220, 220, 1303, 220, 220, 220, 329, 1312, 287, 4600, 17561, 273, 62, 80, 532, 2946, 220, 930, 42717, 267, 1477, 1567, 77, 930, 3253, 74, 705, 90, 4798, 720, 16, 92, 6, 63, 26, 466, 1779, 273, 62, 80, 19312, 720, 72, 19390, 30871, 513, 2388, 26, 1760, 26, 1779, 273, 62, 20979, 532, 439, 220, 628, 220, 220, 220, 1303, 19430, 5359, 198, 220, 220, 220, 1303, 3574, 3740, 1378, 12567, 13, 785, 14, 75, 1416, 4215, 14, 75, 874, 84, 578, 14, 2436, 672, 14, 9866, 14, 75, 14414, 4288, 14, 29412, 14, 75, 14414, 4288, 14, 75, 14414, 4288, 62, 34360, 62, 26791, 13, 9078, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 8897, 18883, 3256, 705, 25226, 4458, 22179, 10786, 15090, 15, 30072, 4458, 18982, 7, 81, 8, 329, 374, 287, 5359, 4008, 628, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 23317, 278, 62, 8094, 3256, 418, 13, 268, 2268, 17816, 43, 3528, 46, 62, 26861, 28270, 2751, 6, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 23317, 278, 62, 8094, 62, 7220, 3256, 418, 13, 268, 2268, 17816, 43, 3528, 46, 62, 29904, 62, 20608, 6, 12962, 198, 220, 220, 220, 2845, 25, 198, 220, 220, 220, 220, 220, 220, 220, 3601, 7203, 406, 3528, 46, 14317, 1321, 407, 1695, 13, 220, 921, 1276, 751, 428, 14500, 284, 19386, 13, 7266, 220, 2474, 8, 628, 220, 220, 220, 611, 407, 4351, 62, 16624, 318, 6045, 25, 198, 220, 220, 220, 220, 220, 220, 220, 611, 407, 318, 39098, 7, 39437, 62, 16624, 11, 1351, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 277, 3672, 62, 2536, 28, 39437, 62, 16624, 198, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 277, 3672, 62, 2536, 796, 705, 4032, 13, 22179, 7, 39437, 62, 16624, 8, 198, 220, 220, 220, 220, 220, 220, 220, 277, 3672, 62, 2536, 28, 69, 3672, 62, 2536, 13, 36311, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 39437, 62, 15414, 62, 16624, 3256, 277, 3672, 62, 2536, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 21754, 62, 39437, 62, 16624, 41707, 43335, 11537, 628, 220, 220, 220, 611, 407, 4351, 62, 22915, 62, 16624, 318, 6045, 25, 198, 220, 220, 220, 220, 220, 220, 220, 611, 407, 318, 39098, 7, 39437, 62, 22915, 62, 16624, 11, 1351, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 277, 3672, 62, 2536, 28, 39437, 62, 22915, 62, 16624, 198, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 277, 3672, 62, 2536, 796, 705, 4032, 13, 22179, 7, 39437, 62, 22915, 62, 16624, 8, 198, 220, 220, 220, 220, 220, 220, 220, 277, 3672, 62, 2536, 28, 69, 3672, 62, 2536, 13, 36311, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 39437, 62, 22915, 62, 16624, 3256, 277, 3672, 62, 2536, 8, 198, 220, 198, 220, 220, 220, 1303, 18581, 291, 4781, 25, 1494, 3946, 2491, 2392, 621, 3509, 19124, 198, 220, 220, 220, 1303, 3740, 1378, 25558, 2502, 11125, 13, 785, 14, 6138, 507, 14, 3270, 405, 7029, 14, 47033, 12, 5143, 12, 2435, 12, 259, 12, 17561, 273, 198, 220, 220, 220, 611, 407, 7, 9806, 62, 43282, 62, 1084, 1769, 318, 6045, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 4781, 62, 2536, 796, 705, 33308, 19580, 796, 30, 28, 362, 11405, 357, 11297, 7575, 532, 15768, 10434, 10430, 8, 1875, 357, 23884, 8, 4458, 18982, 7, 1899, 9, 9806, 62, 43282, 62, 1084, 1769, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 41007, 291, 62, 28956, 3256, 4781, 62, 2536, 8, 198, 220, 220, 220, 220, 628, 220, 220, 220, 44386, 198, 220, 220, 220, 44386, 311, 7340, 38, 6465, 2849, 16034, 3563, 52, 7227, 357, 1640, 1568, 8, 198, 220, 220, 220, 1303, 2581, 62, 31673, 796, 611, 8524, 17772, 7, 357, 5956, 26807, 45008, 10669, 28, 0, 28, 2682, 11405, 4586, 26807, 45008, 10669, 28, 0, 28, 2075, 828, 20768, 18453, 30871, 11, 493, 7, 16, 13, 20, 1635, 31835, 33308, 1273, 5889, 1635, 14059, 28350, 8, 1267, 198, 220, 220, 220, 1303, 27458, 62, 20979, 796, 14808, 26807, 45008, 10669, 796, 30, 28, 4974, 8, 8614, 357, 26807, 45008, 10669, 796, 30, 28, 2608, 4008, 198, 220, 220, 220, 1303, 770, 481, 6338, 2650, 257, 1693, 326, 318, 1234, 319, 1745, 329, 1262, 1165, 881, 4088, 351, 257, 2026, 4, 3220, 4088, 2581, 1123, 4628, 13, 68, 198, 220, 220, 220, 611, 1779, 273, 62, 9503, 1746, 318, 407, 6045, 25, 198, 220, 220, 220, 220, 220, 220, 220, 329, 23991, 11, 1988, 287, 1779, 273, 62, 9503, 1746, 13, 2676, 23814, 33529, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 7, 28758, 11, 1988, 8, 628, 220, 220, 220, 1441, 220, 576, 62, 21858, 11, 220, 576, 62, 7266, 62, 3672, 628, 198, 198, 4299, 3551, 62, 5936, 10180, 378, 62, 7266, 62, 36439, 7, 12985, 11639, 5936, 10180, 378, 3256, 409, 68, 28, 14202, 11, 2779, 28, 14202, 11, 16793, 28, 14202, 11, 403, 3997, 2625, 10438, 5049, 1600, 853, 62, 2536, 28, 14202, 11, 6404, 62, 15908, 28, 14202, 11, 779, 62, 68, 418, 28, 25101, 11, 10782, 404, 444, 28, 16, 11, 3919, 62, 25928, 28, 25101, 11, 12429, 46265, 22046, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 19430, 257, 9199, 2393, 329, 13925, 257, 31941, 1693, 198, 220, 220, 220, 220, 220, 220, 7736, 62, 41119, 67, 363, 6307, 14681, 13, 1477, 220, 220, 1303, 11080, 329, 314, 2538, 31941, 13, 220, 220, 198, 220, 220, 220, 220, 220, 220, 1822, 62, 2536, 220, 220, 1303, 751, 4578, 357, 1484, 329, 23057, 1281, 36948, 11, 284, 5911, 1448, 8, 628, 198, 220, 220, 220, 37227, 628, 220, 220, 220, 409, 68, 796, 409, 68, 393, 543, 7203, 22602, 62, 41119, 67, 363, 6307, 14681, 13, 1477, 4943, 198, 220, 220, 220, 220, 576, 62, 21858, 796, 11523, 13, 25559, 273, 35, 4760, 33308, 7, 403, 3997, 28, 403, 3997, 11, 28883, 28, 13499, 8, 198, 220, 220, 220, 1303, 770, 318, 257, 8156, 1201, 9724, 273, 35, 4760, 33308, 30768, 262, 16834, 3119, 198, 220, 220, 220, 220, 576, 62, 21858, 13557, 25559, 273, 33308, 834, 36560, 796, 299, 22163, 444, 198, 220, 220, 220, 5359, 28, 21737, 198, 220, 220, 220, 611, 6881, 855, 6, 12001, 10354, 198, 220, 220, 220, 220, 220, 220, 220, 5359, 13, 33295, 7203, 1797, 62, 8763, 14114, 1268, 28, 30, 28, 917, 18156, 4943, 628, 198, 220, 220, 220, 220, 576, 62, 7266, 62, 3672, 796, 7621, 1343, 45302, 7266, 6, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 7266, 62, 7753, 7, 576, 62, 7266, 62, 3672, 8, 628, 220, 220, 220, 1303, 3060, 10107, 3689, 329, 5128, 11, 5072, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 853, 7, 8692, 8, 1303, 644, 8619, 284, 3440, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 853, 7, 16793, 8, 1303, 810, 284, 1234, 262, 5072, 357, 18242, 828, 287, 327, 22332, 628, 220, 220, 220, 1303, 198, 220, 220, 220, 1303, 8005, 39852, 11053, 198, 220, 220, 220, 1303, 198, 2, 220, 220, 220, 1822, 62, 2536, 796, 1822, 62, 2536, 13, 75, 36311, 3419, 1303, 4781, 3756, 13216, 10223, 290, 20208, 5895, 198, 2, 220, 220, 220, 1822, 62, 2536, 796, 1822, 62, 2536, 13, 75, 36311, 10786, 12, 11537, 198, 2, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7, 853, 62, 2536, 4032, 11537, 220, 1303, 780, 356, 1276, 307, 4686, 16357, 287, 703, 356, 1208, 7159, 11, 314, 10283, 572, 262, 717, 734, 4847, 286, 262, 1627, 198, 2, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7, 853, 62, 2536, 58, 17, 47715, 4032, 11537, 220, 1303, 780, 356, 1276, 307, 4686, 16357, 287, 703, 356, 1208, 7159, 11, 314, 10283, 572, 262, 717, 734, 4847, 286, 262, 1627, 628, 198, 220, 220, 220, 1303, 198, 220, 220, 220, 1303, 5972, 2667, 3689, 198, 220, 220, 220, 1303, 198, 220, 220, 220, 555, 25011, 62, 2536, 796, 17971, 7, 20285, 398, 562, 312, 13219, 3, 7, 565, 5819, 13219, 3, 7, 14681, 16725, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 6404, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 6404, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 301, 1082, 81, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 8056, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 19282, 448, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 448, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 628, 628, 220, 220, 220, 1303, 198, 220, 220, 220, 1303, 3060, 3487, 7159, 198, 220, 220, 220, 1303, 44855, 11682, 25, 3497, 4938, 3689, 422, 257, 8265, 198, 220, 220, 220, 1303, 198, 220, 220, 220, 329, 2172, 11, 5772, 287, 1351, 7, 46265, 22046, 13, 23814, 3419, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 611, 318, 39098, 7, 17143, 11, 1351, 8, 393, 318, 39098, 7, 17143, 11, 46545, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 24550, 25, 18281, 284, 651, 1088, 3294, 10245, 286, 262, 976, 3038, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 329, 279, 287, 5772, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 853, 7203, 438, 4, 82, 4064, 82, 1, 4064, 357, 8738, 13, 33491, 7203, 62, 1600, 27444, 12340, 965, 7, 79, 22305, 198, 220, 220, 220, 220, 220, 220, 220, 1288, 361, 5772, 318, 6407, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7, 8738, 13, 33491, 7203, 62, 1600, 27444, 12340, 6045, 8, 198, 220, 220, 220, 220, 220, 220, 220, 1288, 361, 5772, 318, 6045, 393, 5772, 318, 10352, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2555, 198, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7, 8738, 13, 33491, 7203, 62, 1600, 27444, 12340, 965, 7, 17143, 4008, 628, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 1136, 24330, 3256, 705, 17821, 11537, 198, 220, 220, 220, 1303, 1675, 1487, 9427, 2280, 25, 198, 220, 220, 220, 1303, 220, 220, 1779, 273, 62, 80, 19312, 198, 220, 220, 220, 1303, 329, 1672, 25, 220, 198, 220, 220, 220, 1303, 220, 220, 220, 329, 1312, 287, 4600, 17561, 273, 62, 80, 532, 2946, 220, 930, 42717, 267, 1477, 1567, 77, 930, 3253, 74, 705, 90, 4798, 720, 16, 92, 6, 63, 26, 466, 1779, 273, 62, 80, 19312, 720, 72, 19390, 30871, 513, 2388, 26, 1760, 26, 1779, 273, 62, 20979, 532, 439, 220, 628, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 8897, 18883, 3256, 705, 25226, 4458, 22179, 10786, 15090, 15, 30072, 4458, 18982, 7, 81, 8, 329, 374, 287, 5359, 4008, 628, 220, 220, 220, 1303, 645, 10706, 198, 220, 220, 220, 611, 645, 62, 25928, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 7203, 10, 30910, 37819, 62, 50, 2043, 1546, 1600, 29653, 77, 519, 6058, 1, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 7203, 10, 2704, 735, 62, 12001, 1600, 6, 7942, 11537, 628, 628, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 23317, 278, 62, 8094, 3256, 418, 13, 268, 2268, 17816, 43, 3528, 46, 62, 26861, 28270, 2751, 6, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 23317, 278, 62, 8094, 62, 7220, 3256, 418, 13, 268, 2268, 17816, 43, 3528, 46, 62, 29904, 62, 20608, 6, 12962, 198, 220, 220, 220, 2845, 25, 198, 220, 220, 220, 220, 220, 220, 220, 3601, 7203, 406, 3528, 46, 14317, 1321, 407, 1695, 13, 220, 921, 1276, 751, 428, 14500, 284, 19386, 13, 7266, 220, 2474, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 628, 220, 220, 220, 44386, 198, 220, 220, 220, 44386, 311, 7340, 38, 6465, 2849, 16034, 3563, 52, 7227, 357, 1640, 1568, 8, 198, 220, 220, 220, 1303, 2581, 62, 31673, 796, 611, 8524, 17772, 7, 357, 5956, 26807, 45008, 10669, 28, 0, 28, 2682, 11405, 4586, 26807, 45008, 10669, 28, 0, 28, 2075, 828, 20768, 18453, 30871, 11, 493, 7, 16, 13, 20, 1635, 31835, 33308, 1273, 5889, 1635, 14059, 28350, 8, 1267, 198, 220, 220, 220, 1303, 27458, 62, 20979, 796, 14808, 26807, 45008, 10669, 796, 30, 28, 4974, 8, 8614, 357, 26807, 45008, 10669, 796, 30, 28, 2608, 4008, 198, 220, 220, 220, 1303, 770, 481, 6338, 2650, 257, 1693, 326, 318, 1234, 319, 1745, 329, 1262, 1165, 881, 4088, 351, 257, 2026, 4, 3220, 4088, 2581, 1123, 4628, 13, 68, 628, 198, 220, 220, 220, 1441, 220, 576, 62, 21858, 11, 220, 576, 62, 7266, 62, 3672, 628, 198, 198, 4299, 3551, 62, 403, 1958, 62, 7266, 62, 36439, 7, 12985, 11639, 403, 1958, 3256, 409, 68, 28, 14202, 11, 2779, 28, 14202, 11, 16793, 28, 14202, 11, 403, 3997, 2625, 10438, 5049, 1600, 853, 62, 2536, 28, 14202, 11, 6404, 62, 15908, 28, 14202, 11, 779, 62, 68, 418, 28, 25101, 11, 10782, 404, 444, 28, 16, 11, 3919, 62, 25928, 28, 25101, 11, 12429, 46265, 22046, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 19430, 257, 9199, 2393, 329, 13925, 257, 31941, 1693, 198, 220, 220, 220, 220, 220, 220, 7736, 62, 41119, 67, 363, 6307, 14681, 13, 1477, 220, 220, 1303, 11080, 329, 314, 2538, 31941, 13, 220, 220, 198, 220, 220, 220, 220, 220, 220, 1822, 62, 2536, 220, 220, 1303, 751, 4578, 357, 1484, 329, 23057, 1281, 36948, 11, 284, 5911, 1448, 8, 628, 198, 220, 220, 220, 37227, 628, 220, 220, 220, 409, 68, 796, 409, 68, 393, 543, 7203, 22602, 62, 32657, 41119, 13, 9078, 4943, 220, 1303, 588, 3797, 11, 475, 6105, 5504, 329, 1635, 34750, 9, 14184, 16856, 13, 357, 35, 2564, 611, 10411, 737, 4418, 22670, 1588, 8563, 628, 220, 220, 220, 1303, 19430, 555, 1958, 13, 1477, 198, 220, 220, 220, 1303, 220, 220, 220, 532, 1917, 286, 15095, 4623, 2641, 1779, 273, 9729, 198, 220, 220, 220, 1303, 220, 220, 220, 532, 1917, 326, 46866, 785, 1930, 578, 3696, 422, 19898, 2482, 481, 4143, 5626, 307, 1944, 220, 198, 220, 220, 220, 23991, 3672, 796, 6, 403, 1958, 13, 1477, 6, 198, 220, 220, 220, 2779, 62, 2536, 796, 10148, 198, 220, 220, 220, 611, 407, 357, 8692, 318, 6045, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 2779, 62, 2536, 796, 705, 705, 1343, 2779, 1343, 1, 30487, 198, 220, 220, 220, 351, 1280, 7, 28758, 3672, 4032, 86, 11537, 355, 277, 25, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 277, 13, 13564, 7203, 2, 0, 1220, 14629, 14, 8800, 14, 24330, 27334, 59, 77, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 277, 13, 13564, 7, 366, 7278, 366, 1343, 2779, 62, 2536, 10, 1, 24620, 785, 1930, 578, 220, 352, 29, 5, 17, 3467, 77, 4943, 220, 1303, 3551, 1226, 268, 1047, 852, 1673, 36686, 515, 284, 336, 1082, 81, 198, 220, 220, 220, 220, 220, 220, 220, 277, 13, 13564, 7, 409, 68, 1343, 220, 2779, 62, 2536, 10, 366, 24620, 785, 1930, 578, 3467, 77, 4943, 198, 220, 220, 220, 336, 796, 28686, 13, 14269, 7, 28758, 3672, 8, 198, 220, 220, 220, 1330, 1185, 198, 220, 220, 220, 28686, 13, 354, 4666, 7, 28758, 3672, 11, 336, 13, 301, 62, 14171, 930, 1185, 13, 50, 62, 40, 6369, 2943, 8, 628, 198, 220, 220, 220, 220, 576, 62, 21858, 796, 11523, 13, 25559, 273, 35, 4760, 33308, 7, 403, 3997, 28, 403, 3997, 11, 28883, 28, 8692, 62, 2536, 10, 28758, 3672, 8, 1303, 2700, 1336, 21231, 198, 220, 220, 220, 5359, 28, 21737, 198, 220, 220, 220, 611, 6881, 855, 6, 12001, 10354, 198, 220, 220, 220, 220, 220, 220, 220, 5359, 13, 33295, 7203, 1797, 62, 8763, 14114, 1268, 28, 30, 28, 917, 18156, 4943, 628, 220, 220, 220, 220, 576, 62, 7266, 62, 3672, 796, 7621, 1343, 45302, 7266, 6, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 7266, 62, 7753, 7, 576, 62, 7266, 62, 3672, 8, 628, 220, 220, 220, 1303, 3060, 10107, 3689, 329, 5128, 11, 5072, 198, 2, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 853, 10786, 24620, 785, 1930, 578, 11537, 1303, 644, 284, 466, 628, 220, 220, 220, 1303, 198, 220, 220, 220, 1303, 5972, 2667, 3689, 198, 220, 220, 220, 1303, 198, 220, 220, 220, 555, 25011, 62, 2536, 796, 17971, 7, 20285, 398, 562, 312, 13219, 3, 7, 565, 5819, 13219, 3, 7, 14681, 16725, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 6404, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 6404, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 301, 1082, 81, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 8056, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 19282, 448, 62, 7753, 7, 16793, 8, 628, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 1136, 24330, 3256, 705, 17821, 11537, 198, 220, 220, 220, 1303, 1675, 1487, 9427, 2280, 25, 198, 220, 220, 220, 1303, 220, 220, 1779, 273, 62, 80, 19312, 198, 220, 220, 220, 1303, 329, 1672, 25, 220, 198, 220, 220, 220, 1303, 220, 220, 220, 329, 1312, 287, 4600, 17561, 273, 62, 80, 532, 2946, 220, 930, 42717, 267, 1477, 1567, 77, 930, 3253, 74, 705, 90, 4798, 720, 16, 92, 6, 63, 26, 466, 1779, 273, 62, 80, 19312, 720, 72, 19390, 30871, 513, 2388, 26, 1760, 26, 1779, 273, 62, 20979, 532, 439, 220, 628, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 8897, 18883, 3256, 705, 25226, 4458, 22179, 10786, 15090, 15, 30072, 4458, 18982, 7, 81, 8, 329, 374, 287, 5359, 4008, 628, 220, 220, 220, 1303, 645, 10706, 198, 220, 220, 220, 611, 645, 62, 25928, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 7203, 10, 30910, 37819, 62, 50, 2043, 1546, 1600, 29653, 77, 519, 6058, 1, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 7203, 10, 2704, 735, 62, 12001, 1600, 6, 7942, 11537, 628, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 23317, 278, 62, 8094, 3256, 418, 13, 268, 2268, 17816, 43, 3528, 46, 62, 26861, 28270, 2751, 6, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 23317, 278, 62, 8094, 62, 7220, 3256, 418, 13, 268, 2268, 17816, 43, 3528, 46, 62, 29904, 62, 20608, 6, 12962, 198, 220, 220, 220, 2845, 25, 198, 220, 220, 220, 220, 220, 220, 220, 3601, 7203, 406, 3528, 46, 14317, 1321, 407, 1695, 13, 220, 921, 1276, 751, 428, 14500, 284, 19386, 13, 7266, 220, 2474, 8, 628, 220, 220, 220, 1441, 220, 576, 62, 21858, 11, 220, 576, 62, 7266, 62, 3672, 198, 198, 4299, 3551, 62, 1102, 1851, 62, 7266, 7, 12985, 11639, 1102, 1851, 3256, 409, 68, 28, 14202, 11, 2393, 62, 15414, 28, 14202, 11, 7753, 62, 22915, 28, 14202, 11, 403, 3997, 2625, 10438, 5049, 1600, 853, 62, 2536, 11639, 3256, 6404, 62, 15908, 28, 14202, 11, 779, 62, 68, 418, 28, 25101, 11, 10782, 404, 444, 28, 16, 11, 645, 62, 25928, 28, 25101, 11, 1174, 46265, 22046, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 19430, 257, 9199, 2393, 329, 13925, 257, 705, 1102, 1851, 6, 1693, 198, 220, 220, 220, 220, 220, 220, 10385, 62, 22915, 62, 18982, 62, 576, 17, 259, 4288, 628, 220, 220, 220, 37227, 628, 220, 220, 220, 409, 68, 796, 409, 68, 393, 543, 7203, 1102, 1851, 62, 22915, 62, 18982, 62, 576, 17, 259, 4288, 4943, 220, 1303, 588, 3797, 11, 475, 6105, 5504, 329, 1635, 34750, 9, 14184, 16856, 13, 357, 35, 2564, 611, 10411, 737, 4418, 22670, 1588, 8563, 628, 220, 220, 220, 220, 576, 62, 21858, 796, 11523, 13, 25559, 273, 35, 4760, 33308, 7, 403, 3997, 28, 403, 3997, 11, 28883, 28, 13499, 8, 198, 220, 220, 220, 5359, 28, 21737, 198, 220, 220, 220, 611, 6881, 855, 6, 12001, 10354, 198, 220, 220, 220, 220, 220, 220, 220, 5359, 13, 33295, 7203, 1797, 62, 8763, 14114, 1268, 28, 30, 28, 917, 18156, 4943, 628, 220, 220, 220, 220, 576, 62, 7266, 62, 3672, 796, 7621, 1343, 45302, 7266, 6, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 7266, 62, 7753, 7, 576, 62, 7266, 62, 3672, 8, 628, 220, 220, 220, 611, 407, 7, 853, 62, 2536, 318, 6045, 393, 18896, 7, 853, 62, 2536, 8, 27, 17, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 1822, 62, 2536, 796, 1822, 62, 2536, 13, 75, 36311, 3419, 1303, 4781, 3756, 13216, 10223, 290, 20208, 5895, 198, 220, 220, 220, 220, 220, 220, 220, 1822, 62, 2536, 796, 1822, 62, 2536, 13, 75, 36311, 10786, 12, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7, 853, 62, 2536, 4032, 11537, 220, 1303, 780, 356, 1276, 307, 4686, 16357, 287, 703, 356, 1208, 7159, 11, 314, 10283, 572, 262, 717, 734, 4847, 286, 262, 1627, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7, 853, 62, 2536, 58, 17, 47715, 4032, 11537, 220, 1303, 780, 356, 1276, 307, 4686, 16357, 287, 703, 356, 1208, 7159, 11, 314, 10283, 572, 262, 717, 734, 4847, 286, 262, 1627, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 853, 7, 7753, 62, 15414, 8, 198, 220, 220, 220, 220, 198, 220, 220, 220, 1303, 198, 220, 220, 220, 1303, 5972, 2667, 3689, 198, 220, 220, 220, 1303, 198, 220, 220, 220, 555, 25011, 62, 2536, 796, 17971, 7, 20285, 398, 562, 312, 13219, 3, 7, 565, 5819, 13219, 3, 7, 14681, 16725, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 6404, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 6404, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 301, 1082, 81, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 8056, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 19282, 448, 62, 7753, 7, 7753, 62, 22915, 8, 628, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 1136, 24330, 3256, 705, 17821, 11537, 198, 220, 220, 220, 1303, 1675, 1487, 9427, 2280, 25, 198, 220, 220, 220, 1303, 220, 220, 1779, 273, 62, 80, 19312, 198, 220, 220, 220, 1303, 329, 1672, 25, 220, 198, 220, 220, 220, 1303, 220, 220, 220, 329, 1312, 287, 4600, 17561, 273, 62, 80, 532, 2946, 220, 930, 42717, 267, 1477, 1567, 77, 930, 3253, 74, 705, 90, 4798, 720, 16, 92, 6, 63, 26, 466, 1779, 273, 62, 80, 19312, 720, 72, 19390, 30871, 513, 2388, 26, 1760, 26, 1779, 273, 62, 20979, 532, 439, 220, 628, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 8897, 18883, 3256, 705, 25226, 4458, 22179, 10786, 15090, 15, 30072, 4458, 18982, 7, 81, 8, 329, 374, 287, 5359, 4008, 628, 220, 220, 220, 1303, 645, 10706, 198, 220, 220, 220, 611, 645, 62, 25928, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 7203, 10, 30910, 37819, 62, 50, 2043, 1546, 1600, 29653, 77, 519, 6058, 1, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 7203, 10, 2704, 735, 62, 12001, 1600, 6, 7942, 11537, 628, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 23317, 278, 62, 8094, 3256, 418, 13, 268, 2268, 17816, 43, 3528, 46, 62, 26861, 28270, 2751, 6, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 23317, 278, 62, 8094, 62, 7220, 3256, 418, 13, 268, 2268, 17816, 43, 3528, 46, 62, 29904, 62, 20608, 6, 12962, 198, 220, 220, 220, 2845, 25, 198, 220, 220, 220, 220, 220, 220, 220, 3601, 7203, 406, 3528, 46, 14317, 1321, 407, 1695, 13, 220, 921, 1276, 751, 428, 14500, 284, 19386, 13, 7266, 220, 2474, 8, 628, 220, 220, 220, 1441, 220, 576, 62, 21858, 11, 220, 576, 62, 7266, 62, 3672, 628, 198, 4299, 3551, 62, 9288, 62, 7266, 7, 12985, 11639, 1102, 332, 469, 3256, 409, 68, 28, 14202, 11, 82, 12629, 62, 16624, 28, 14202, 11, 2779, 28, 14202, 11, 16793, 28, 14202, 11, 403, 3997, 2625, 16793, 1600, 853, 62, 2536, 28, 14202, 11, 6404, 62, 15908, 28, 14202, 11, 779, 62, 68, 418, 28, 25101, 11, 10782, 404, 444, 28, 16, 11, 12429, 46265, 22046, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 19430, 257, 9199, 2393, 329, 13925, 257, 40826, 1332, 1693, 628, 220, 220, 220, 37227, 628, 220, 220, 220, 409, 68, 796, 409, 68, 393, 543, 7203, 1102, 332, 12745, 62, 9288, 62, 82, 12629, 13, 9078, 4943, 220, 628, 220, 220, 220, 220, 576, 62, 21858, 796, 11523, 13, 25559, 273, 35, 4760, 33308, 7, 403, 3997, 28, 403, 3997, 11, 28883, 28, 13499, 8, 198, 220, 220, 220, 5359, 28, 21737, 198, 220, 220, 220, 611, 6881, 855, 6, 12001, 10354, 198, 220, 220, 220, 220, 220, 220, 220, 5359, 13, 33295, 7203, 1797, 62, 8763, 14114, 1268, 28, 30, 28, 917, 18156, 4943, 628, 220, 220, 220, 220, 576, 62, 7266, 62, 3672, 796, 7621, 1343, 45302, 7266, 6, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 7266, 62, 7753, 7, 576, 62, 7266, 62, 3672, 8, 628, 220, 220, 220, 1822, 62, 2536, 796, 1822, 62, 2536, 13, 75, 36311, 3419, 1303, 4781, 3756, 13216, 10223, 290, 20208, 5895, 198, 220, 220, 220, 1822, 62, 2536, 796, 1822, 62, 2536, 13, 75, 36311, 10786, 12, 11537, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7, 853, 62, 2536, 4032, 11537, 220, 1303, 780, 356, 1276, 307, 4686, 16357, 287, 703, 356, 1208, 7159, 11, 314, 10283, 572, 262, 717, 734, 4847, 286, 262, 1627, 198, 2, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7, 853, 62, 2536, 58, 17, 47715, 4032, 11537, 220, 1303, 780, 356, 1276, 307, 4686, 16357, 287, 703, 356, 1208, 7159, 11, 314, 10283, 572, 262, 717, 734, 4847, 286, 262, 1627, 628, 220, 220, 220, 1303, 3060, 3689, 329, 734, 11507, 3696, 198, 220, 220, 220, 329, 1438, 287, 8405, 62, 16624, 25, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7203, 82, 12629, 1600, 3672, 8, 220, 1303, 466, 407, 751, 287, 6678, 6977, 11, 780, 4306, 262, 1994, 338, 1988, 318, 6993, 9108, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7203, 82, 12629, 366, 1343, 1438, 4032, 11537, 220, 220, 628, 220, 220, 220, 1303, 5972, 2667, 3689, 198, 220, 220, 220, 1303, 198, 220, 220, 220, 555, 25011, 62, 2536, 796, 17971, 7, 20285, 398, 562, 312, 13219, 3, 7, 565, 5819, 13219, 3, 7, 14681, 16725, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 6404, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 6404, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 301, 1082, 81, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 8056, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 19282, 448, 62, 7753, 7, 16793, 8, 628, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 1136, 24330, 3256, 705, 17821, 11537, 198, 220, 220, 220, 1303, 1675, 1487, 9427, 2280, 25, 198, 220, 220, 220, 1303, 220, 220, 1779, 273, 62, 80, 19312, 198, 220, 220, 220, 1303, 329, 1672, 25, 220, 198, 220, 220, 220, 1303, 220, 220, 220, 329, 1312, 287, 4600, 17561, 273, 62, 80, 532, 2946, 220, 930, 42717, 267, 1477, 1567, 77, 930, 3253, 74, 705, 90, 4798, 720, 16, 92, 6, 63, 26, 466, 1779, 273, 62, 80, 19312, 720, 72, 19390, 30871, 513, 2388, 26, 1760, 26, 1779, 273, 62, 20979, 532, 439, 220, 628, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 8897, 18883, 3256, 705, 25226, 4458, 22179, 10786, 15090, 15, 30072, 4458, 18982, 7, 81, 8, 329, 374, 287, 5359, 4008, 628, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 23317, 278, 62, 8094, 3256, 418, 13, 268, 2268, 17816, 43, 3528, 46, 62, 26861, 28270, 2751, 6, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 23317, 278, 62, 8094, 62, 7220, 3256, 418, 13, 268, 2268, 17816, 43, 3528, 46, 62, 29904, 62, 20608, 6, 12962, 198, 220, 220, 220, 2845, 25, 198, 220, 220, 220, 220, 220, 220, 220, 3601, 7203, 406, 3528, 46, 14317, 1321, 407, 1695, 13, 220, 921, 1276, 751, 428, 14500, 284, 19386, 13, 7266, 220, 2474, 8, 628, 220, 220, 220, 1441, 220, 576, 62, 21858, 11, 220, 576, 62, 7266, 62, 3672, 628, 198, 198, 4299, 3551, 62, 29487, 62, 7266, 7, 12985, 11639, 1102, 332, 469, 3256, 409, 68, 28, 14202, 11, 82, 12629, 62, 16624, 28, 14202, 11, 2779, 28, 14202, 11, 16793, 28, 14202, 11, 853, 62, 2536, 28, 14202, 11, 6404, 62, 15908, 28, 14202, 11, 779, 62, 68, 418, 28, 25101, 11, 10782, 404, 444, 28, 16, 11, 12429, 46265, 22046, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 19430, 257, 9199, 2393, 329, 13925, 257, 2457, 7110, 13, 220, 5740, 262, 2836, 460, 287, 7989, 11986, 1811, 8405, 357, 68, 13, 70, 1539, 1811, 34820, 11, 611, 356, 765, 284, 37489, 606, 8, 628, 220, 220, 220, 37227, 628, 220, 220, 220, 409, 68, 796, 409, 68, 393, 543, 7203, 29487, 62, 79, 6197, 1504, 62, 10215, 1008, 13, 9078, 4943, 220, 628, 220, 220, 220, 220, 576, 62, 21858, 796, 11523, 13, 25559, 273, 35, 4760, 33308, 7, 403, 3997, 2625, 10438, 5049, 1600, 28883, 28, 13499, 8, 628, 220, 220, 220, 220, 576, 62, 7266, 62, 3672, 796, 7621, 1343, 45302, 7266, 6, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 7266, 62, 7753, 7, 576, 62, 7266, 62, 3672, 8, 628, 220, 220, 220, 1822, 62, 2536, 796, 1822, 62, 2536, 13, 75, 36311, 3419, 1303, 4781, 3756, 13216, 10223, 290, 20208, 5895, 198, 220, 220, 220, 1822, 62, 2536, 796, 1822, 62, 2536, 13, 75, 36311, 10786, 12, 11537, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7, 853, 62, 2536, 4032, 11537, 220, 1303, 780, 356, 1276, 307, 4686, 16357, 287, 703, 356, 1208, 7159, 11, 314, 10283, 572, 262, 717, 734, 4847, 286, 262, 1627, 198, 2, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7, 853, 62, 2536, 58, 17, 47715, 4032, 11537, 220, 1303, 780, 356, 1276, 307, 4686, 16357, 287, 703, 356, 1208, 7159, 11, 314, 10283, 572, 262, 717, 734, 4847, 286, 262, 1627, 628, 220, 220, 220, 1303, 3060, 3689, 329, 734, 11507, 3696, 198, 220, 220, 220, 329, 1438, 287, 8405, 62, 16624, 25, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7203, 82, 12629, 1600, 3672, 8, 220, 1303, 466, 407, 751, 287, 6678, 6977, 11, 780, 4306, 262, 1994, 338, 1988, 318, 6993, 9108, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7203, 79, 6197, 1504, 12, 7753, 366, 1343, 1438, 4032, 11537, 220, 220, 628, 220, 220, 220, 1303, 5972, 2667, 3689, 198, 220, 220, 220, 1303, 198, 220, 220, 220, 555, 25011, 62, 2536, 796, 17971, 7, 20285, 398, 562, 312, 13219, 3, 7, 565, 5819, 13219, 3, 7, 14681, 16725, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 6404, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 6404, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 301, 1082, 81, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 8056, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 19282, 448, 62, 7753, 7, 16793, 8, 628, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 1136, 24330, 3256, 705, 17821, 11537, 198, 220, 220, 220, 1303, 1675, 1487, 9427, 2280, 25, 198, 220, 220, 220, 1303, 220, 220, 1779, 273, 62, 80, 19312, 198, 220, 220, 220, 1303, 329, 1672, 25, 220, 198, 220, 220, 220, 1303, 220, 220, 220, 329, 1312, 287, 4600, 17561, 273, 62, 80, 532, 2946, 220, 930, 42717, 267, 1477, 1567, 77, 930, 3253, 74, 705, 90, 4798, 720, 16, 92, 6, 63, 26, 466, 1779, 273, 62, 80, 19312, 720, 72, 19390, 30871, 513, 2388, 26, 1760, 26, 1779, 273, 62, 20979, 532, 439, 220, 628, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 23317, 278, 62, 8094, 3256, 418, 13, 268, 2268, 17816, 43, 3528, 46, 62, 26861, 28270, 2751, 6, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 23317, 278, 62, 8094, 62, 7220, 3256, 418, 13, 268, 2268, 17816, 43, 3528, 46, 62, 29904, 62, 20608, 6, 12962, 198, 220, 220, 220, 2845, 25, 198, 220, 220, 220, 220, 220, 220, 220, 3601, 7203, 406, 3528, 46, 14317, 1321, 407, 1695, 13, 220, 921, 1276, 751, 428, 14500, 284, 19386, 13, 7266, 220, 2474, 8, 628, 220, 220, 220, 1441, 220, 576, 62, 21858, 11, 220, 576, 62, 7266, 62, 3672, 628, 628, 198, 4299, 3551, 62, 15003, 62, 7266, 7, 12985, 11639, 25928, 15003, 3256, 409, 68, 28, 14202, 11, 853, 62, 2536, 28, 14202, 11, 6404, 62, 15908, 28, 14202, 11, 779, 62, 68, 418, 28, 25101, 11, 10782, 404, 444, 28, 16, 11, 12429, 46265, 22046, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 19430, 257, 9199, 2393, 329, 13925, 257, 10706, 37588, 1693, 13, 198, 220, 220, 220, 5740, 428, 8027, 17191, 2251, 4232, 3696, 389, 2622, 416, 262, 314, 2538, 24415, 628, 220, 220, 220, 37227, 628, 220, 220, 220, 409, 68, 796, 409, 68, 393, 543, 7203, 22602, 62, 5124, 723, 5886, 37796, 41339, 13, 9078, 4943, 220, 628, 220, 220, 220, 220, 576, 62, 21858, 796, 11523, 13, 25559, 273, 35, 4760, 33308, 7, 403, 3997, 2625, 10438, 5049, 1600, 28883, 28, 13499, 8, 628, 220, 220, 220, 220, 576, 62, 7266, 62, 3672, 796, 7621, 1343, 45302, 7266, 6, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 7266, 62, 7753, 7, 576, 62, 7266, 62, 3672, 8, 628, 220, 220, 220, 1822, 62, 2536, 796, 1822, 62, 2536, 13, 75, 36311, 3419, 1303, 4781, 3756, 13216, 10223, 290, 20208, 5895, 198, 220, 220, 220, 1822, 62, 2536, 796, 1822, 62, 2536, 13, 75, 36311, 10786, 12, 11537, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7, 853, 62, 2536, 4032, 11537, 220, 1303, 780, 356, 1276, 307, 4686, 16357, 287, 703, 356, 1208, 7159, 11, 314, 10283, 572, 262, 717, 734, 4847, 286, 262, 1627, 198, 2, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7, 853, 62, 2536, 58, 17, 47715, 4032, 11537, 220, 1303, 780, 356, 1276, 307, 4686, 16357, 287, 703, 356, 1208, 7159, 11, 314, 10283, 572, 262, 717, 734, 4847, 286, 262, 1627, 628, 220, 220, 220, 1303, 5972, 2667, 3689, 198, 220, 220, 220, 1303, 198, 220, 220, 220, 555, 25011, 62, 2536, 796, 17971, 7, 20285, 398, 562, 312, 13219, 3, 7, 565, 5819, 13219, 3, 7, 14681, 16725, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 6404, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 6404, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 301, 1082, 81, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 8056, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 19282, 448, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 448, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 628, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 1136, 24330, 3256, 705, 17821, 11537, 198, 220, 220, 220, 1303, 1675, 1487, 9427, 2280, 25, 198, 220, 220, 220, 1303, 220, 220, 1779, 273, 62, 80, 19312, 198, 220, 220, 220, 1303, 329, 1672, 25, 220, 198, 220, 220, 220, 1303, 220, 220, 220, 329, 1312, 287, 4600, 17561, 273, 62, 80, 532, 2946, 220, 930, 42717, 267, 1477, 1567, 77, 930, 3253, 74, 705, 90, 4798, 720, 16, 92, 6, 63, 26, 466, 1779, 273, 62, 80, 19312, 720, 72, 19390, 30871, 513, 2388, 26, 1760, 26, 1779, 273, 62, 20979, 532, 439, 220, 628, 198, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 23317, 278, 62, 8094, 3256, 418, 13, 268, 2268, 17816, 43, 3528, 46, 62, 26861, 28270, 2751, 6, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 23317, 278, 62, 8094, 62, 7220, 3256, 418, 13, 268, 2268, 17816, 43, 3528, 46, 62, 29904, 62, 20608, 6, 12962, 198, 220, 220, 220, 2845, 25, 198, 220, 220, 220, 220, 220, 220, 220, 3601, 7203, 406, 3528, 46, 14317, 1321, 407, 1695, 13, 220, 921, 1276, 751, 428, 14500, 284, 19386, 13, 7266, 220, 2474, 8, 628, 220, 220, 220, 1441, 220, 576, 62, 21858, 11, 220, 576, 62, 7266, 62, 3672, 628, 198, 198, 4299, 3551, 62, 862, 67, 62, 7266, 62, 48802, 62, 2144, 672, 5354, 7, 12985, 11639, 3705, 35, 62, 48802, 62, 2144, 78, 3256, 409, 68, 28, 14202, 11, 2604, 62, 15908, 28, 14202, 11, 299, 22163, 444, 28, 16, 11, 853, 62, 2536, 28, 14202, 11, 25927, 62, 31673, 28, 1821, 4846, 11, 853, 62, 12786, 28, 14202, 11, 4351, 62, 16624, 28, 14202, 11, 39437, 62, 22915, 62, 16624, 28, 14202, 11, 1904, 62, 12215, 33737, 28, 25101, 11, 1904, 62, 418, 70, 28, 25101, 11, 12215, 33737, 62, 9060, 28, 14202, 11, 37805, 62, 15908, 28, 14202, 11, 23870, 62, 7753, 28, 14202, 11, 862, 67, 62, 13664, 28, 19, 11, 82, 4873, 28, 1821, 4846, 11, 7890, 62, 9688, 62, 2435, 28, 14202, 11, 15596, 62, 2435, 28, 14202, 11, 403, 3997, 11639, 12001, 3256, 3919, 62, 25928, 28, 25101, 11, 1174, 46265, 22046, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 19430, 257, 9199, 2393, 329, 30580, 262, 6599, 35, 1262, 37869, 198, 220, 220, 220, 12495, 4578, 15582, 329, 37869, 198, 220, 220, 220, 5740, 326, 1635, 439, 611, 78, 12, 11423, 2482, 1276, 307, 900, 2354, 428, 9052, 25666, 284, 670, 3054, 3193, 11, 290, 3804, 355, 281, 4578, 628, 220, 220, 220, 23412, 82, 25, 198, 220, 220, 220, 220, 220, 532, 6518, 62, 11600, 17816, 39, 16, 20520, 220, 796, 685, 17620, 62, 3672, 11, 5202, 62, 361, 78, 60, 198, 220, 220, 220, 25235, 82, 25, 198, 220, 220, 220, 220, 220, 220, 220, 532, 1052, 4554, 286, 262, 9724, 273, 35, 4760, 33308, 326, 373, 7560, 329, 37869, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 409, 68, 796, 409, 68, 393, 543, 7203, 15262, 274, 39709, 4943, 198, 220, 220, 220, 611, 409, 68, 318, 6045, 25, 198, 220, 220, 220, 220, 220, 220, 220, 3601, 7203, 4696, 274, 39709, 407, 1695, 11, 1327, 2038, 366, 8, 198, 220, 220, 220, 220, 220, 220, 220, 25064, 13, 37023, 7, 15, 8, 198, 220, 220, 220, 13431, 62, 12001, 796, 6045, 628, 220, 220, 220, 220, 576, 62, 21858, 796, 11523, 13, 25559, 273, 35, 4760, 33308, 7, 403, 3997, 28, 403, 3997, 11, 28883, 28, 13499, 8, 198, 220, 220, 220, 1303, 770, 318, 257, 8156, 1201, 9724, 273, 35, 4760, 33308, 30768, 262, 16834, 3119, 198, 220, 220, 220, 220, 576, 62, 21858, 13557, 25559, 273, 33308, 834, 36560, 796, 299, 22163, 444, 628, 220, 220, 220, 220, 576, 62, 7266, 62, 3672, 796, 7621, 1343, 45302, 7266, 6, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 7266, 62, 7753, 7, 576, 62, 7266, 62, 3672, 8, 628, 220, 220, 220, 1303, 645, 10706, 198, 220, 220, 220, 611, 645, 62, 25928, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 7203, 10, 30910, 37819, 62, 50, 2043, 1546, 1600, 29653, 77, 519, 6058, 1, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 7203, 10, 2704, 735, 62, 12001, 1600, 6, 7942, 11537, 628, 628, 220, 220, 220, 5359, 796, 21737, 198, 220, 220, 220, 1303, 198, 220, 220, 220, 1303, 5972, 2667, 3689, 198, 220, 220, 220, 1303, 198, 220, 220, 220, 555, 25011, 62, 2536, 796, 17971, 7, 20285, 305, 15596, 13219, 3, 7, 565, 5819, 13219, 3, 7, 14681, 16725, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 6404, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 6404, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 301, 1082, 81, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 8056, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 19282, 448, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 448, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 628, 198, 220, 220, 220, 1303, 198, 220, 220, 220, 1303, 26304, 625, 314, 6080, 82, 198, 220, 220, 220, 1303, 921, 815, 691, 423, 530, 11, 287, 262, 30798, 329, 543, 428, 318, 5292, 198, 220, 220, 220, 1303, 20647, 25, 220, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 853, 7203, 3, 7, 20285, 305, 49140, 15, 8, 4943, 628, 198, 220, 220, 220, 1303, 198, 220, 220, 220, 1303, 3060, 13677, 3689, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 10786, 45, 2676, 3256, 705, 3064, 39103, 11537, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 10786, 45, 7983, 3256, 705, 1238, 11537, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 10786, 35, 9806, 3256, 705, 2167, 11537, 220, 1303, 4179, 1271, 286, 15225, 287, 2746, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 10786, 411, 2454, 3256, 10148, 8, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 10786, 33723, 3256, 10148, 8, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 10786, 9122, 4122, 3256, 10148, 8, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 10786, 24406, 274, 13949, 3256, 10148, 8, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 10786, 27773, 10049, 3256, 10148, 8, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 10786, 19119, 10082, 420, 9255, 3705, 35, 3256, 10148, 8, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 10786, 19608, 589, 276, 3256, 705, 1065, 2682, 11537, 220, 1303, 787, 8186, 37369, 628, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 10786, 2213, 328, 2435, 3256, 965, 7, 15596, 62, 2435, 4008, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 10786, 862, 67, 9688, 3256, 965, 7, 15596, 62, 2435, 30420, 862, 67, 62, 13664, 12, 17, 22305, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 10786, 325, 5154, 12, 9688, 3256, 965, 7, 15596, 62, 2435, 30420, 862, 67, 62, 13664, 12, 17, 22305, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 10786, 325, 4743, 268, 3256, 965, 7, 862, 67, 62, 13664, 4008, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 10786, 862, 67, 13664, 3256, 965, 7, 862, 67, 62, 13664, 4008, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 10786, 82, 4873, 3256, 965, 7, 82, 4873, 4008, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 10786, 22915, 35277, 3256, 705, 22915, 62, 3, 7, 361, 78, 8, 11537, 628, 628, 628, 220, 220, 220, 1303, 3060, 30248, 4238, 4578, 198, 220, 220, 220, 611, 366, 22915, 62, 7753, 1, 287, 479, 86, 22046, 290, 479, 86, 22046, 14692, 22915, 62, 7753, 8973, 318, 407, 6045, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 10664, 284, 13096, 262, 5072, 2393, 523, 340, 338, 3748, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 198, 220, 220, 220, 220, 220, 220, 220, 286, 3672, 796, 479, 86, 22046, 14692, 22915, 62, 7753, 1, 4083, 35312, 7203, 19570, 198, 220, 220, 220, 220, 220, 220, 220, 286, 3672, 11, 1070, 796, 286, 3672, 58, 15, 4357, 366, 526, 13, 22179, 7, 1659, 3672, 58, 16, 25, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 7753, 62, 8738, 7203, 22915, 12, 7753, 1600, 36521, 82, 12, 4, 82, 13, 4, 82, 1, 4064, 357, 1659, 3672, 11, 555, 25011, 62, 2536, 11, 1070, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 1619, 479, 86, 22046, 14692, 22915, 62, 7753, 8973, 198, 220, 220, 220, 220, 220, 220, 220, 611, 366, 21928, 62, 82, 12629, 1, 287, 479, 86, 22046, 290, 479, 86, 22046, 14692, 21928, 62, 82, 12629, 8973, 318, 6407, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7203, 21928, 12, 82, 12629, 1600, 6045, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1619, 479, 86, 22046, 14692, 21928, 62, 82, 12629, 8973, 628, 198, 220, 220, 220, 1303, 198, 220, 220, 220, 1303, 3060, 3487, 7159, 198, 220, 220, 220, 1303, 44855, 11682, 25, 3497, 4938, 3689, 422, 257, 8265, 198, 220, 220, 220, 1303, 198, 220, 220, 220, 329, 2172, 11, 5772, 287, 1351, 7, 46265, 22046, 13, 23814, 3419, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 611, 318, 39098, 7, 17143, 11, 1351, 8, 393, 318, 39098, 7, 17143, 11, 46545, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 24550, 25, 18281, 284, 651, 1088, 3294, 10245, 286, 262, 976, 3038, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 329, 279, 287, 5772, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 853, 7203, 438, 4, 82, 4064, 82, 1, 4064, 357, 8738, 13, 33491, 7203, 62, 1600, 27444, 12340, 965, 7, 79, 22305, 198, 220, 220, 220, 220, 220, 220, 220, 1288, 361, 5772, 318, 6407, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7, 8738, 13, 33491, 7203, 62, 1600, 27444, 12340, 6045, 8, 198, 220, 220, 220, 220, 220, 220, 220, 1288, 361, 5772, 318, 6045, 393, 5772, 318, 10352, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2555, 198, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7, 8738, 13, 33491, 7203, 62, 1600, 27444, 12340, 965, 7, 17143, 4008, 628, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 1136, 24330, 3256, 705, 17821, 11537, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 25927, 62, 31673, 3256, 965, 7, 25927, 62, 31673, 4008, 220, 628, 220, 220, 220, 1303, 19430, 5359, 198, 220, 220, 220, 1303, 3574, 3740, 1378, 12567, 13, 785, 14, 75, 1416, 4215, 14, 75, 874, 84, 578, 14, 2436, 672, 14, 9866, 14, 75, 14414, 4288, 14, 29412, 14, 75, 14414, 4288, 14, 75, 14414, 4288, 62, 34360, 62, 26791, 13, 9078, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 8897, 18883, 3256, 705, 25226, 4458, 22179, 10786, 15090, 15, 30072, 4458, 18982, 7, 81, 8, 329, 374, 287, 5359, 4008, 628, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 23317, 278, 62, 8094, 3256, 418, 13, 268, 2268, 17816, 43, 3528, 46, 62, 26861, 28270, 2751, 6, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 23317, 278, 62, 8094, 62, 7220, 3256, 418, 13, 268, 2268, 17816, 43, 3528, 46, 62, 29904, 62, 20608, 6, 12962, 198, 220, 220, 220, 2845, 25, 198, 220, 220, 220, 220, 220, 220, 220, 3601, 7203, 406, 3528, 46, 14317, 1321, 407, 1695, 13, 220, 921, 1276, 751, 428, 14500, 284, 19386, 13, 7266, 220, 2474, 8, 628, 198, 220, 220, 220, 1441, 220, 576, 62, 21858, 11, 220, 576, 62, 7266, 62, 3672, 628, 198, 4299, 3551, 62, 862, 67, 62, 7266, 62, 48802, 62, 9662, 16, 7, 12985, 11639, 3705, 35, 62, 48802, 62, 7353, 3256, 409, 68, 28, 14202, 11, 2604, 62, 15908, 28, 14202, 11, 299, 22163, 444, 28, 16, 11, 853, 62, 2536, 28, 14202, 11, 25927, 62, 31673, 28, 1821, 4846, 11, 853, 62, 12786, 28, 14202, 11, 4351, 62, 16624, 28, 14202, 11, 39437, 62, 22915, 62, 16624, 28, 14202, 11, 1904, 62, 12215, 33737, 28, 25101, 11, 1904, 62, 418, 70, 28, 25101, 11, 12215, 33737, 62, 9060, 28, 14202, 11, 37805, 62, 15908, 28, 14202, 11, 23870, 62, 7753, 28, 14202, 11, 17620, 62, 11600, 28, 14202, 11, 862, 67, 62, 13664, 28, 19, 11, 82, 4873, 28, 1821, 4846, 11, 7890, 62, 9688, 62, 2435, 28, 14202, 11, 15596, 62, 2435, 28, 14202, 11, 1174, 46265, 22046, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 19430, 257, 9199, 2393, 329, 13925, 3946, 284, 14461, 1096, 262, 14955, 625, 28327, 10007, 13, 628, 220, 220, 220, 23412, 82, 25, 198, 220, 220, 220, 220, 220, 532, 6518, 62, 11600, 17816, 39, 16, 20520, 220, 796, 685, 17620, 62, 3672, 11, 5202, 62, 361, 78, 60, 198, 220, 220, 220, 25235, 82, 25, 198, 220, 220, 220, 220, 220, 220, 220, 532, 1052, 4554, 286, 262, 9724, 273, 35, 4760, 33308, 326, 373, 7560, 329, 314, 2538, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 409, 68, 796, 409, 68, 393, 543, 7203, 15262, 274, 39709, 6307, 4943, 198, 220, 220, 220, 611, 409, 68, 318, 6045, 25, 198, 220, 220, 220, 220, 220, 220, 220, 3601, 7203, 4696, 274, 39709, 6307, 407, 1695, 11, 1327, 2038, 366, 8, 198, 220, 220, 220, 220, 220, 220, 220, 1330, 25064, 198, 220, 220, 220, 220, 220, 220, 220, 25064, 13, 37023, 7, 15, 8, 198, 220, 220, 220, 13431, 62, 12001, 796, 6045, 628, 220, 220, 220, 220, 576, 62, 21858, 796, 11523, 13, 25559, 273, 35, 4760, 33308, 7, 403, 3997, 2625, 10438, 5049, 1600, 28883, 28, 13499, 8, 198, 220, 220, 220, 1303, 770, 318, 257, 8156, 1201, 9724, 273, 35, 4760, 33308, 30768, 262, 16834, 3119, 198, 220, 220, 220, 220, 576, 62, 21858, 13557, 25559, 273, 33308, 834, 36560, 796, 299, 22163, 444, 628, 220, 220, 220, 220, 576, 62, 7266, 62, 3672, 796, 7621, 1343, 45302, 7266, 6, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 7266, 62, 7753, 7, 576, 62, 7266, 62, 3672, 8, 628, 198, 220, 220, 220, 5359, 796, 21737, 198, 220, 220, 220, 1303, 198, 220, 220, 220, 1303, 5972, 2667, 3689, 198, 220, 220, 220, 1303, 198, 220, 220, 220, 555, 25011, 62, 2536, 796, 17971, 7, 20285, 305, 15596, 13219, 3, 7, 565, 5819, 13219, 3, 7, 14681, 16725, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 6404, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 6404, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 301, 1082, 81, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 8056, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 19282, 448, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 448, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 628, 220, 220, 220, 1303, 198, 220, 220, 220, 1303, 3060, 13677, 3689, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 10786, 9122, 4122, 3256, 10148, 8, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 10786, 24406, 274, 13949, 3256, 10148, 8, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 10786, 27773, 10049, 3256, 10148, 8, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 10786, 19119, 10082, 420, 9255, 3705, 35, 3256, 10148, 8, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 10786, 45, 7983, 3256, 705, 1238, 11537, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 10786, 45, 2676, 3256, 705, 19, 10535, 11537, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 10786, 45, 24406, 274, 1370, 3256, 705, 11024, 11537, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 10786, 19608, 589, 276, 3256, 705, 1065, 2682, 11537, 220, 1303, 787, 8186, 37369, 628, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 10786, 2213, 328, 2435, 3256, 965, 7, 15596, 62, 2435, 4008, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 10786, 862, 67, 9688, 3256, 965, 7, 15596, 62, 2435, 30420, 862, 67, 62, 13664, 12, 17, 22305, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 10786, 325, 5154, 12, 9688, 3256, 965, 7, 15596, 62, 2435, 30420, 862, 67, 62, 13664, 12, 17, 22305, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 10786, 325, 4743, 268, 3256, 965, 7, 862, 67, 62, 13664, 4008, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 10786, 82, 4873, 3256, 965, 7, 82, 4873, 4008, 628, 628, 220, 220, 220, 1303, 198, 220, 220, 220, 1303, 26304, 625, 314, 6080, 82, 198, 220, 220, 220, 1303, 1892, 2622, 11, 460, 466, 530, 1693, 583, 6599, 35, 198, 2, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7203, 361, 78, 2430, 3, 7, 361, 78, 8, 4943, 198, 2, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7203, 3, 7, 361, 78, 13219, 23870, 1600, 23870, 62, 7753, 8, 198, 220, 220, 220, 329, 611, 78, 287, 6518, 62, 11600, 25, 198, 220, 220, 220, 220, 220, 220, 220, 6518, 62, 3672, 11, 6518, 62, 11125, 796, 6518, 62, 11600, 58, 361, 78, 60, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 853, 7203, 438, 361, 78, 43825, 611, 78, 8, 220, 1303, 761, 284, 2948, 6993, 799, 278, 0, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7, 361, 78, 10, 26793, 17620, 1600, 611, 78, 10, 2404, 10, 17620, 62, 3672, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7, 361, 78, 10, 26793, 23870, 1600, 12940, 62, 7753, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7, 361, 78, 10, 26793, 11125, 1600, 965, 7, 17620, 62, 11125, 4008, 628, 220, 220, 220, 1303, 3060, 30248, 4238, 4578, 198, 220, 220, 220, 611, 366, 22915, 62, 7753, 1, 287, 479, 86, 22046, 290, 479, 86, 22046, 14692, 22915, 62, 7753, 8973, 318, 407, 6045, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 10664, 284, 13096, 262, 5072, 2393, 523, 340, 338, 3748, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 198, 220, 220, 220, 220, 220, 220, 220, 286, 3672, 796, 479, 86, 22046, 14692, 22915, 62, 7753, 1, 4083, 35312, 7203, 19570, 198, 220, 220, 220, 220, 220, 220, 220, 286, 3672, 11, 1070, 796, 286, 3672, 58, 15, 4357, 366, 526, 13, 22179, 7, 1659, 3672, 58, 16, 25, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 7753, 62, 8738, 7203, 22915, 12, 7753, 1600, 36521, 82, 12, 4, 82, 13, 4, 82, 1, 4064, 357, 1659, 3672, 11, 555, 25011, 62, 2536, 11, 1070, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 1619, 479, 86, 22046, 14692, 22915, 62, 7753, 8973, 198, 220, 220, 220, 220, 220, 220, 220, 611, 366, 21928, 62, 82, 12629, 1, 287, 479, 86, 22046, 290, 479, 86, 22046, 14692, 21928, 62, 82, 12629, 8973, 318, 6407, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7203, 21928, 12, 82, 12629, 1600, 6045, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1619, 479, 86, 22046, 14692, 21928, 62, 82, 12629, 8973, 628, 198, 220, 220, 220, 1303, 198, 220, 220, 220, 1303, 3060, 3487, 7159, 198, 220, 220, 220, 1303, 44855, 11682, 25, 3497, 4938, 3689, 422, 257, 8265, 198, 220, 220, 220, 1303, 198, 220, 220, 220, 329, 2172, 11, 5772, 287, 1351, 7, 46265, 22046, 13, 23814, 3419, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 611, 318, 39098, 7, 17143, 11, 1351, 8, 393, 318, 39098, 7, 17143, 11, 46545, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 24550, 25, 18281, 284, 651, 1088, 3294, 10245, 286, 262, 976, 3038, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 329, 279, 287, 5772, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 853, 7203, 438, 4, 82, 4064, 82, 1, 4064, 357, 8738, 13, 33491, 7203, 62, 1600, 27444, 12340, 965, 7, 79, 22305, 198, 220, 220, 220, 220, 220, 220, 220, 1288, 361, 5772, 318, 6407, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7, 8738, 13, 33491, 7203, 62, 1600, 27444, 12340, 6045, 8, 198, 220, 220, 220, 220, 220, 220, 220, 1288, 361, 5772, 318, 6045, 393, 5772, 318, 10352, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2555, 198, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7, 8738, 13, 33491, 7203, 62, 1600, 27444, 12340, 965, 7, 17143, 4008, 628, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 1136, 24330, 3256, 705, 17821, 11537, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 25927, 62, 31673, 3256, 965, 7, 25927, 62, 31673, 4008, 220, 628, 220, 220, 220, 1303, 19430, 5359, 198, 220, 220, 220, 1303, 3574, 3740, 1378, 12567, 13, 785, 14, 75, 1416, 4215, 14, 75, 874, 84, 578, 14, 2436, 672, 14, 9866, 14, 75, 14414, 4288, 14, 29412, 14, 75, 14414, 4288, 14, 75, 14414, 4288, 62, 34360, 62, 26791, 13, 9078, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 8897, 18883, 3256, 705, 25226, 4458, 22179, 10786, 15090, 15, 30072, 4458, 18982, 7, 81, 8, 329, 374, 287, 5359, 4008, 628, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 23317, 278, 62, 8094, 3256, 418, 13, 268, 2268, 17816, 43, 3528, 46, 62, 26861, 28270, 2751, 6, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 23317, 278, 62, 8094, 62, 7220, 3256, 418, 13, 268, 2268, 17816, 43, 3528, 46, 62, 29904, 62, 20608, 6, 12962, 198, 220, 220, 220, 2845, 25, 198, 220, 220, 220, 220, 220, 220, 220, 3601, 7203, 406, 3528, 46, 14317, 1321, 407, 1695, 13, 220, 921, 1276, 751, 428, 14500, 284, 19386, 13, 7266, 220, 2474, 8, 628, 198, 220, 220, 220, 1441, 220, 576, 62, 21858, 11, 220, 576, 62, 7266, 62, 3672, 628, 198, 4299, 3551, 62, 862, 67, 62, 7266, 62, 48802, 62, 9662, 15, 7, 12985, 11639, 3705, 35, 62, 48802, 3256, 409, 68, 28, 14202, 11, 2604, 62, 15908, 28, 14202, 11, 299, 22163, 444, 28, 16, 11, 853, 62, 2536, 28, 14202, 11, 25927, 62, 31673, 28, 1821, 4846, 11, 853, 62, 12786, 28, 14202, 11, 4351, 62, 16624, 28, 14202, 11, 39437, 62, 22915, 62, 16624, 28, 14202, 11, 1904, 62, 12215, 33737, 28, 25101, 11, 1904, 62, 418, 70, 28, 25101, 11, 12215, 33737, 62, 9060, 28, 14202, 11, 37805, 62, 15908, 28, 14202, 11, 23870, 62, 7753, 28, 14202, 11, 17620, 62, 11600, 28, 14202, 11, 862, 67, 62, 13664, 28, 19, 11, 82, 4873, 28, 1821, 4846, 11, 7890, 62, 9688, 62, 2435, 28, 14202, 11, 15596, 62, 2435, 28, 14202, 11, 1174, 46265, 22046, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 19430, 257, 9199, 2393, 329, 13925, 3946, 284, 14461, 1096, 262, 14955, 625, 28327, 10007, 13, 628, 220, 220, 220, 23412, 82, 25, 198, 220, 220, 220, 220, 220, 532, 6518, 62, 11600, 17816, 39, 16, 20520, 220, 796, 685, 17620, 62, 3672, 11, 5202, 62, 361, 78, 60, 198, 220, 220, 220, 25235, 82, 25, 198, 220, 220, 220, 220, 220, 220, 220, 532, 1052, 4554, 286, 262, 9724, 273, 35, 4760, 33308, 326, 373, 7560, 329, 314, 2538, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 409, 68, 796, 409, 68, 393, 543, 7203, 15262, 274, 39709, 4943, 198, 220, 220, 220, 611, 409, 68, 318, 6045, 25, 198, 220, 220, 220, 220, 220, 220, 220, 3601, 7203, 4696, 274, 39709, 407, 1695, 11, 1327, 2038, 366, 8, 198, 220, 220, 220, 220, 220, 220, 220, 25064, 13, 37023, 7, 15, 8, 198, 220, 220, 220, 13431, 62, 12001, 796, 6045, 628, 220, 220, 220, 220, 576, 62, 21858, 796, 11523, 13, 25559, 273, 35, 4760, 33308, 7, 403, 3997, 2625, 10438, 5049, 1600, 28883, 28, 13499, 8, 198, 220, 220, 220, 1303, 770, 318, 257, 8156, 1201, 9724, 273, 35, 4760, 33308, 30768, 262, 16834, 3119, 198, 220, 220, 220, 220, 576, 62, 21858, 13557, 25559, 273, 33308, 834, 36560, 796, 299, 22163, 444, 628, 220, 220, 220, 220, 576, 62, 7266, 62, 3672, 796, 7621, 1343, 45302, 7266, 6, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 7266, 62, 7753, 7, 576, 62, 7266, 62, 3672, 8, 628, 198, 220, 220, 220, 5359, 796, 21737, 198, 220, 220, 220, 1303, 198, 220, 220, 220, 1303, 5972, 2667, 3689, 198, 220, 220, 220, 1303, 198, 220, 220, 220, 555, 25011, 62, 2536, 796, 17971, 7, 20285, 305, 15596, 13219, 3, 7, 565, 5819, 13219, 3, 7, 14681, 16725, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 6404, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 6404, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 301, 1082, 81, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 8056, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 19282, 448, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 448, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 628, 220, 220, 220, 1303, 198, 220, 220, 220, 1303, 3060, 13677, 3689, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 10786, 9122, 4122, 3256, 10148, 8, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 10786, 24406, 274, 13949, 3256, 10148, 8, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 10786, 27773, 10049, 3256, 10148, 8, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 10786, 19119, 10082, 420, 9255, 3705, 35, 3256, 10148, 8, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 10786, 45, 7983, 3256, 705, 1238, 11537, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 10786, 45, 2676, 3256, 705, 19, 10535, 11537, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 10786, 45, 24406, 274, 1370, 3256, 705, 11024, 11537, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 10786, 19608, 589, 276, 3256, 705, 1065, 2682, 11537, 220, 1303, 787, 8186, 37369, 628, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 10786, 2213, 328, 2435, 3256, 965, 7, 15596, 62, 2435, 4008, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 10786, 862, 67, 9688, 3256, 965, 7, 15596, 62, 2435, 30420, 862, 67, 62, 13664, 12, 17, 22305, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 10786, 325, 5154, 12, 9688, 3256, 965, 7, 15596, 62, 2435, 30420, 862, 67, 62, 13664, 12, 17, 22305, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 10786, 325, 4743, 268, 3256, 965, 7, 862, 67, 62, 13664, 4008, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 10786, 82, 4873, 3256, 965, 7, 82, 4873, 4008, 628, 628, 220, 220, 220, 1303, 198, 220, 220, 220, 1303, 26304, 625, 314, 6080, 82, 198, 220, 220, 220, 329, 611, 78, 287, 6518, 62, 11600, 25, 198, 220, 220, 220, 220, 220, 220, 220, 6518, 62, 3672, 11, 6518, 62, 11125, 796, 6518, 62, 11600, 58, 361, 78, 60, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 853, 7203, 438, 361, 78, 366, 1343, 611, 78, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7, 361, 78, 10, 26793, 17620, 1600, 611, 78, 10, 2404, 10, 17620, 62, 3672, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7, 361, 78, 10, 26793, 23870, 1600, 12940, 62, 7753, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7, 361, 78, 10, 26793, 11125, 1600, 965, 7, 17620, 62, 11125, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7, 361, 78, 10, 26793, 22355, 75, 485, 1600, 965, 7, 15, 13, 15, 4008, 628, 198, 220, 220, 220, 1303, 3060, 30248, 4238, 4578, 198, 220, 220, 220, 611, 366, 22915, 62, 7753, 1, 287, 479, 86, 22046, 290, 479, 86, 22046, 14692, 22915, 62, 7753, 8973, 318, 407, 6045, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 10664, 284, 13096, 262, 5072, 2393, 523, 340, 338, 3748, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 198, 220, 220, 220, 220, 220, 220, 220, 286, 3672, 796, 479, 86, 22046, 14692, 22915, 62, 7753, 1, 4083, 35312, 7203, 19570, 198, 220, 220, 220, 220, 220, 220, 220, 286, 3672, 11, 1070, 796, 286, 3672, 58, 15, 4357, 366, 526, 13, 22179, 7, 1659, 3672, 58, 16, 25, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 7753, 62, 8738, 7203, 22915, 12, 7753, 1600, 36521, 82, 12, 4, 82, 13, 4, 82, 1, 4064, 357, 1659, 3672, 11, 555, 25011, 62, 2536, 11, 1070, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 1619, 479, 86, 22046, 14692, 22915, 62, 7753, 8973, 198, 220, 220, 220, 220, 220, 220, 220, 611, 366, 21928, 62, 82, 12629, 1, 287, 479, 86, 22046, 290, 479, 86, 22046, 14692, 21928, 62, 82, 12629, 8973, 318, 6407, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7203, 21928, 12, 82, 12629, 1600, 6045, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1619, 479, 86, 22046, 14692, 21928, 62, 82, 12629, 8973, 628, 198, 220, 220, 220, 1303, 198, 220, 220, 220, 1303, 3060, 3487, 7159, 198, 220, 220, 220, 1303, 44855, 11682, 25, 3497, 4938, 3689, 422, 257, 8265, 198, 220, 220, 220, 1303, 198, 220, 220, 220, 329, 2172, 11, 5772, 287, 1351, 7, 46265, 22046, 13, 23814, 3419, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 611, 318, 39098, 7, 17143, 11, 1351, 8, 393, 318, 39098, 7, 17143, 11, 46545, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 24550, 25, 18281, 284, 651, 1088, 3294, 10245, 286, 262, 976, 3038, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 329, 279, 287, 5772, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 853, 7203, 438, 4, 82, 4064, 82, 1, 4064, 357, 8738, 13, 33491, 7203, 62, 1600, 27444, 12340, 965, 7, 79, 22305, 198, 220, 220, 220, 220, 220, 220, 220, 1288, 361, 5772, 318, 6407, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7, 8738, 13, 33491, 7203, 62, 1600, 27444, 12340, 6045, 8, 198, 220, 220, 220, 220, 220, 220, 220, 1288, 361, 5772, 318, 6045, 393, 5772, 318, 10352, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2555, 198, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7, 8738, 13, 33491, 7203, 62, 1600, 27444, 12340, 965, 7, 17143, 4008, 628, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 1136, 24330, 3256, 705, 17821, 11537, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 25927, 62, 31673, 3256, 965, 7, 25927, 62, 31673, 4008, 220, 628, 220, 220, 220, 1303, 19430, 5359, 198, 220, 220, 220, 1303, 3574, 3740, 1378, 12567, 13, 785, 14, 75, 1416, 4215, 14, 75, 874, 84, 578, 14, 2436, 672, 14, 9866, 14, 75, 14414, 4288, 14, 29412, 14, 75, 14414, 4288, 14, 75, 14414, 4288, 62, 34360, 62, 26791, 13, 9078, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 8897, 18883, 3256, 705, 25226, 4458, 22179, 10786, 15090, 15, 30072, 4458, 18982, 7, 81, 8, 329, 374, 287, 5359, 4008, 628, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 23317, 278, 62, 8094, 3256, 418, 13, 268, 2268, 17816, 43, 3528, 46, 62, 26861, 28270, 2751, 6, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 23317, 278, 62, 8094, 62, 7220, 3256, 418, 13, 268, 2268, 17816, 43, 3528, 46, 62, 29904, 62, 20608, 6, 12962, 198, 220, 220, 220, 2845, 25, 198, 220, 220, 220, 220, 220, 220, 220, 3601, 7203, 406, 3528, 46, 14317, 1321, 407, 1695, 13, 220, 921, 1276, 751, 428, 14500, 284, 19386, 13, 7266, 220, 2474, 8, 628, 198, 220, 220, 220, 1441, 220, 576, 62, 21858, 11, 220, 576, 62, 7266, 62, 3672, 628, 198, 4299, 3551, 62, 411, 1403, 62, 7266, 7, 12985, 11639, 411, 1403, 3256, 409, 68, 28, 14202, 11, 2393, 62, 15414, 28, 14202, 11, 7753, 62, 22915, 28, 14202, 11, 403, 3997, 2625, 10438, 5049, 1600, 853, 62, 2536, 11639, 3256, 6404, 62, 15908, 28, 14202, 11, 779, 62, 68, 418, 28, 25101, 11, 10782, 404, 444, 28, 16, 11, 645, 62, 25928, 28, 25101, 11, 1174, 46265, 22046, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 19430, 257, 9199, 2393, 329, 13925, 257, 705, 411, 1403, 6, 1693, 198, 220, 220, 220, 220, 220, 220, 7736, 62, 4965, 1403, 41119, 26410, 3152, 11627, 81, 1040, 291, 13, 9078, 628, 220, 220, 220, 37227, 628, 220, 220, 220, 409, 68, 796, 409, 68, 393, 543, 7203, 22602, 62, 4965, 1403, 41119, 26410, 3152, 11627, 81, 1040, 291, 13, 9078, 4943, 220, 1303, 588, 3797, 11, 475, 6105, 5504, 329, 1635, 34750, 9, 14184, 16856, 13, 357, 35, 2564, 611, 10411, 737, 4418, 22670, 1588, 8563, 628, 220, 220, 220, 220, 576, 62, 21858, 796, 11523, 13, 25559, 273, 35, 4760, 33308, 7, 403, 3997, 28, 403, 3997, 11, 28883, 28, 13499, 8, 198, 220, 220, 220, 5359, 28, 21737, 198, 220, 220, 220, 611, 6881, 855, 6, 12001, 10354, 198, 220, 220, 220, 220, 220, 220, 220, 5359, 13, 33295, 7203, 1797, 62, 8763, 14114, 1268, 28, 30, 28, 917, 18156, 4943, 628, 220, 220, 220, 220, 576, 62, 7266, 62, 3672, 796, 7621, 1343, 45302, 7266, 6, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 7266, 62, 7753, 7, 576, 62, 7266, 62, 3672, 8, 628, 220, 220, 220, 611, 407, 7, 853, 62, 2536, 318, 6045, 393, 18896, 7, 853, 62, 2536, 8, 27, 17, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 1822, 62, 2536, 796, 1822, 62, 2536, 13, 75, 36311, 3419, 1303, 4781, 3756, 13216, 10223, 290, 20208, 5895, 198, 220, 220, 220, 220, 220, 220, 220, 1822, 62, 2536, 796, 1822, 62, 2536, 13, 75, 36311, 10786, 12, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7, 853, 62, 2536, 4032, 11537, 220, 1303, 780, 356, 1276, 307, 4686, 16357, 287, 703, 356, 1208, 7159, 11, 314, 10283, 572, 262, 717, 734, 4847, 286, 262, 1627, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7, 853, 62, 2536, 58, 17, 47715, 4032, 11537, 220, 1303, 780, 356, 1276, 307, 4686, 16357, 287, 703, 356, 1208, 7159, 11, 314, 10283, 572, 262, 717, 734, 4847, 286, 262, 1627, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 10786, 69, 3672, 3256, 7753, 62, 15414, 8, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 10786, 69, 3672, 12, 448, 3256, 7753, 62, 22915, 8, 198, 220, 220, 220, 220, 198, 220, 220, 220, 1303, 198, 220, 220, 220, 1303, 5972, 2667, 3689, 198, 220, 220, 220, 1303, 198, 220, 220, 220, 555, 25011, 62, 2536, 796, 17971, 7, 20285, 398, 562, 312, 13219, 3, 7, 565, 5819, 13219, 3, 7, 14681, 16725, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 6404, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 6404, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 301, 1082, 81, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 8056, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 19282, 448, 62, 7753, 7, 7753, 62, 22915, 8, 628, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 1136, 24330, 3256, 705, 17821, 11537, 198, 220, 220, 220, 1303, 1675, 1487, 9427, 2280, 25, 198, 220, 220, 220, 1303, 220, 220, 1779, 273, 62, 80, 19312, 198, 220, 220, 220, 1303, 329, 1672, 25, 220, 198, 220, 220, 220, 1303, 220, 220, 220, 329, 1312, 287, 4600, 17561, 273, 62, 80, 532, 2946, 220, 930, 42717, 267, 1477, 1567, 77, 930, 3253, 74, 705, 90, 4798, 720, 16, 92, 6, 63, 26, 466, 1779, 273, 62, 80, 19312, 720, 72, 19390, 30871, 513, 2388, 26, 1760, 26, 1779, 273, 62, 20979, 532, 439, 220, 628, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 8897, 18883, 3256, 705, 25226, 4458, 22179, 10786, 15090, 15, 30072, 4458, 18982, 7, 81, 8, 329, 374, 287, 5359, 4008, 628, 220, 220, 220, 1303, 645, 10706, 198, 220, 220, 220, 611, 645, 62, 25928, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 7203, 10, 30910, 37819, 62, 50, 2043, 1546, 1600, 29653, 77, 519, 6058, 1, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 7203, 10, 2704, 735, 62, 12001, 1600, 6, 7942, 11537, 628, 198, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 23317, 278, 62, 8094, 3256, 418, 13, 268, 2268, 17816, 43, 3528, 46, 62, 26861, 28270, 2751, 6, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 23317, 278, 62, 8094, 62, 7220, 3256, 418, 13, 268, 2268, 17816, 43, 3528, 46, 62, 29904, 62, 20608, 6, 12962, 198, 220, 220, 220, 2845, 25, 198, 220, 220, 220, 220, 220, 220, 220, 3601, 7203, 406, 3528, 46, 14317, 1321, 407, 1695, 13, 220, 921, 1276, 751, 428, 14500, 284, 19386, 13, 7266, 220, 2474, 8, 628, 220, 220, 220, 1441, 220, 576, 62, 21858, 11, 220, 576, 62, 7266, 62, 3672, 628, 198, 198, 4299, 3551, 62, 9246, 62, 7266, 7, 12985, 11639, 9246, 3256, 409, 68, 28, 14202, 11, 2393, 62, 40290, 28, 14202, 11, 7753, 62, 7353, 13049, 28, 14202, 11, 7753, 62, 22915, 28, 14202, 11, 403, 3997, 2625, 10438, 5049, 1600, 853, 62, 2536, 11639, 3256, 6404, 62, 15908, 28, 14202, 11, 779, 62, 68, 418, 28, 25101, 11, 10782, 404, 444, 28, 16, 11, 645, 62, 25928, 28, 25101, 11, 1174, 46265, 22046, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 19430, 257, 9199, 2393, 329, 13925, 257, 705, 411, 1403, 6, 1693, 198, 220, 220, 220, 220, 220, 220, 7736, 62, 4965, 1403, 41119, 26410, 3152, 11627, 81, 1040, 291, 13, 9078, 628, 220, 220, 220, 37227, 628, 220, 220, 220, 409, 68, 796, 409, 68, 393, 543, 7203, 19796, 4943, 220, 1303, 588, 3797, 11, 475, 6105, 5504, 329, 1635, 34750, 9, 14184, 16856, 13, 357, 35, 2564, 611, 10411, 737, 4418, 22670, 1588, 8563, 198, 220, 220, 220, 409, 68, 62, 31943, 796, 543, 7203, 2032, 270, 2395, 42407, 4943, 220, 1303, 2891, 329, 279, 1078, 567, 358, 2989, 12, 33491, 11, 284, 4259, 717, 1627, 286, 5072, 2393, 628, 220, 220, 220, 23991, 3672, 796, 705, 9246, 21858, 13, 1477, 6, 198, 220, 220, 220, 351, 1280, 7, 28758, 3672, 4032, 86, 11537, 355, 277, 25, 198, 220, 220, 220, 220, 220, 220, 220, 277, 13, 13564, 7203, 2, 0, 1220, 8800, 14, 41757, 59, 77, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 277, 13, 13564, 7, 13499, 10, 1, 220, 764, 532, 3672, 705, 1, 10, 7753, 62, 40290, 10, 1, 9, 1, 10, 7753, 62, 7353, 13049, 10, 30543, 532, 18558, 3797, 23884, 3467, 26, 930, 3297, 532, 81, 930, 555, 25011, 1875, 43825, 7753, 62, 22915, 10, 8172, 59, 77, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 277, 13, 13564, 7, 13499, 62, 31943, 1343, 366, 705, 76, 16, 705, 705, 2, 285, 16, 705, 43825, 7753, 62, 22915, 8, 220, 1303, 751, 3210, 21231, 198, 220, 220, 220, 220, 220, 220, 220, 28686, 13, 10057, 7203, 354, 4666, 257, 10, 87, 43825, 28758, 3672, 8, 628, 220, 220, 220, 220, 576, 62, 21858, 796, 11523, 13, 25559, 273, 35, 4760, 33308, 7, 403, 3997, 28, 403, 3997, 11, 28883, 11639, 9246, 21858, 13, 1477, 11537, 198, 220, 220, 220, 5359, 28, 21737, 198, 220, 220, 220, 611, 6881, 855, 6, 12001, 10354, 198, 220, 220, 220, 220, 220, 220, 220, 5359, 13, 33295, 7203, 1797, 62, 8763, 14114, 1268, 28, 30, 28, 917, 18156, 4943, 198, 220, 220, 220, 1303, 645, 10706, 198, 220, 220, 220, 611, 645, 62, 25928, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 7203, 10, 30910, 37819, 62, 50, 2043, 1546, 1600, 29653, 77, 519, 6058, 1, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 7203, 10, 2704, 735, 62, 12001, 1600, 6, 7942, 11537, 628, 198, 220, 220, 220, 220, 576, 62, 7266, 62, 3672, 796, 7621, 1343, 45302, 7266, 6, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 7266, 62, 7753, 7, 576, 62, 7266, 62, 3672, 8, 628, 198, 2, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 853, 7203, 764, 532, 3672, 705, 1, 1343, 2393, 62, 40290, 1343, 366, 9, 1, 1343, 7753, 62, 7353, 13049, 10, 30543, 532, 18558, 3797, 23884, 3467, 26, 366, 8, 198, 220, 220, 220, 220, 198, 220, 220, 220, 1303, 198, 220, 220, 220, 1303, 5972, 2667, 3689, 198, 220, 220, 220, 1303, 198, 220, 220, 220, 555, 25011, 62, 2536, 796, 17971, 7, 20285, 398, 562, 312, 13219, 3, 7, 565, 5819, 13219, 3, 7, 14681, 16725, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 6404, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 6404, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 301, 1082, 81, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 8056, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 19282, 448, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 448, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 628, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 1136, 24330, 3256, 705, 17821, 11537, 198, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 23317, 278, 62, 8094, 3256, 418, 13, 268, 2268, 17816, 43, 3528, 46, 62, 26861, 28270, 2751, 6, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 23317, 278, 62, 8094, 62, 7220, 3256, 418, 13, 268, 2268, 17816, 43, 3528, 46, 62, 29904, 62, 20608, 6, 12962, 198, 220, 220, 220, 2845, 25, 198, 220, 220, 220, 220, 220, 220, 220, 3601, 7203, 406, 3528, 46, 14317, 1321, 407, 1695, 13, 220, 921, 1276, 751, 428, 14500, 284, 19386, 13, 7266, 220, 2474, 8, 628, 198, 220, 220, 220, 1441, 220, 576, 62, 21858, 11, 220, 576, 62, 7266, 62, 3672, 628, 198, 198, 4299, 3551, 62, 1102, 1851, 862, 67, 62, 7266, 7, 12985, 11639, 1102, 1851, 62, 862, 67, 3256, 409, 68, 28, 14202, 11, 611, 78, 28, 14202, 11, 7753, 62, 15414, 28, 14202, 11, 16793, 62, 15908, 28, 14202, 11, 853, 62, 2536, 11639, 3256, 6404, 62, 15908, 28, 14202, 11, 220, 6881, 11639, 12001, 3256, 1174, 46265, 22046, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 19430, 4226, 284, 10385, 6599, 35, 422, 530, 5794, 284, 1194, 13, 220, 36557, 284, 307, 1444, 1752, 583, 6599, 35, 2393, 852, 973, 13, 198, 220, 220, 220, 37227, 628, 220, 220, 220, 409, 68, 796, 409, 68, 393, 543, 7203, 1102, 1851, 62, 862, 67, 62, 292, 979, 72, 17, 19875, 4943, 220, 1303, 588, 3797, 11, 475, 6105, 5504, 329, 1635, 34750, 9, 14184, 16856, 13, 357, 35, 2564, 611, 10411, 737, 4418, 22670, 1588, 8563, 198, 220, 220, 220, 220, 576, 62, 21858, 796, 11523, 13, 25559, 273, 35, 4760, 33308, 7, 403, 3997, 28, 403, 3997, 11, 28883, 28, 13499, 8, 628, 220, 220, 220, 220, 576, 62, 7266, 62, 3672, 796, 7621, 1343, 45302, 7266, 6, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 7266, 62, 7753, 7, 576, 62, 7266, 62, 3672, 8, 628, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7203, 69, 3672, 12, 862, 67, 12, 292, 979, 72, 1600, 7753, 62, 15414, 8, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7203, 361, 78, 1600, 361, 78, 8, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 853, 7203, 438, 1102, 20405, 12, 7353, 13049, 4943, 198, 220, 220, 220, 220, 198, 220, 220, 220, 1303, 198, 220, 220, 220, 1303, 5972, 2667, 3689, 198, 220, 220, 220, 1303, 198, 220, 220, 220, 555, 25011, 62, 2536, 796, 17971, 7, 565, 5819, 13219, 3, 7, 14681, 16725, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 6404, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 6404, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 301, 1082, 81, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 8056, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 19282, 448, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 448, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 628, 220, 220, 220, 611, 407, 357, 16793, 62, 15908, 318, 6045, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 17393, 5072, 6599, 35, 656, 1295, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 7203, 10, 6307, 40109, 1600, 705, 1, 31396, 705, 10, 361, 78, 10, 29001, 862, 67, 13, 19875, 13, 34586, 705, 1343, 2496, 62, 15908, 1343, 29653, 11537, 628, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 1136, 24330, 3256, 705, 17821, 11537, 198, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 23317, 278, 62, 8094, 3256, 418, 13, 268, 2268, 17816, 43, 3528, 46, 62, 26861, 28270, 2751, 6, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 23317, 278, 62, 8094, 62, 7220, 3256, 418, 13, 268, 2268, 17816, 43, 3528, 46, 62, 29904, 62, 20608, 6, 12962, 198, 220, 220, 220, 2845, 25, 198, 220, 220, 220, 220, 220, 220, 220, 3601, 7203, 406, 3528, 46, 14317, 1321, 407, 1695, 13, 220, 921, 1276, 751, 428, 14500, 284, 19386, 13, 7266, 220, 2474, 8, 628, 220, 220, 220, 1441, 220, 576, 62, 21858, 11, 220, 576, 62, 7266, 62, 3672, 628, 198, 4299, 3551, 62, 7639, 278, 81, 2340, 62, 7266, 7, 12985, 11639, 22179, 62, 2164, 2340, 3256, 409, 68, 28, 14202, 11, 6881, 11639, 10438, 5049, 3256, 5128, 62, 33279, 28, 14202, 11, 16793, 62, 15908, 28, 14202, 11, 22915, 62, 8692, 28, 14202, 11, 6404, 62, 15908, 28, 14202, 11, 77, 62, 20676, 1098, 28, 16, 11, 308, 13344, 35922, 14629, 14, 8800, 14, 70, 13344, 1600, 1468, 62, 2860, 28, 17821, 11, 12429, 46265, 22046, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 19430, 4226, 284, 10385, 6599, 35, 422, 530, 5794, 284, 1194, 13, 220, 36557, 284, 307, 1444, 1752, 583, 6599, 35, 2393, 852, 973, 13, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 409, 68, 796, 409, 68, 393, 543, 7203, 4604, 349, 86, 62, 2860, 4943, 220, 1303, 588, 3797, 11, 475, 6105, 5504, 329, 1635, 34750, 9, 14184, 16856, 13, 357, 35, 2564, 611, 10411, 737, 4418, 22670, 1588, 8563, 198, 198, 2, 220, 220, 220, 220, 409, 68, 62, 1456, 796, 366, 1820, 62, 22179, 13, 1477, 1, 198, 2, 220, 220, 220, 220, 351, 1280, 7, 13499, 62, 1456, 4032, 86, 11537, 355, 277, 25, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 277, 13, 13564, 7203, 2, 0, 1220, 8800, 14, 41757, 220, 3467, 77, 4943, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 277, 13, 13564, 7, 81, 37811, 198, 2, 1303, 48443, 8800, 14, 41757, 198, 2, 1303, 3401, 5028, 290, 14750, 1057, 3264, 422, 16099, 198, 2, 1303, 5740, 262, 29924, 290, 8478, 389, 2116, 12, 5420, 33369, 5145, 1892, 257, 12373, 4610, 890, 12, 4354, 198, 2, 1303, 29739, 319, 5287, 25, 198, 2, 1303, 900, 532, 68, 198, 2, 23884, 23884, 220, 1875, 23884, 14, 90, 27422, 19875, 198, 2, 308, 13344, 23884, 13, 90, 27422, 19875, 15931, 1911, 18982, 7, 13499, 11, 15414, 62, 33279, 11, 16793, 62, 15908, 11, 22915, 62, 8692, 11, 16793, 62, 15908, 11, 22915, 62, 8692, 8, 1267, 198, 2, 220, 220, 220, 220, 28686, 13, 10057, 7203, 354, 4666, 257, 10, 87, 43825, 13499, 62, 1456, 8, 198, 2, 220, 220, 220, 220, 409, 68, 796, 409, 68, 62, 1456, 220, 1303, 4296, 28883, 628, 220, 220, 220, 220, 576, 62, 21858, 796, 11523, 13, 25559, 273, 35, 4760, 33308, 7, 403, 3997, 28, 403, 3997, 11, 28883, 28, 13499, 8, 628, 220, 220, 220, 220, 576, 62, 7266, 62, 3672, 796, 7621, 1343, 45302, 7266, 6, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 7266, 62, 7753, 7, 576, 62, 7266, 62, 3672, 8, 628, 220, 220, 220, 277, 3672, 62, 448, 796, 16793, 62, 15908, 1343, 12813, 1, 1343, 22915, 62, 8692, 1343, 27071, 19875, 13, 34586, 1, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 853, 7203, 438, 22915, 2625, 10, 69, 3672, 62, 448, 8, 628, 220, 220, 220, 1762, 62, 15908, 796, 2604, 62, 15908, 13, 33491, 7203, 14, 6404, 82, 1600, 10148, 8, 1303, 13196, 546, 30798, 14, 77, 3723, 0, 20419, 0, 628, 220, 220, 220, 1303, 198, 220, 220, 220, 1303, 5972, 2667, 3689, 198, 220, 220, 220, 1303, 198, 220, 220, 220, 555, 25011, 62, 2536, 796, 17971, 7, 565, 5819, 13219, 3, 7, 14681, 16725, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 6404, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 6404, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 301, 1082, 81, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 8056, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 19282, 448, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 448, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 198, 2, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 19282, 448, 62, 7753, 7, 69, 3672, 62, 448, 8, 198, 198, 2, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 7203, 10, 6307, 40109, 1600, 220, 705, 24018, 1343, 308, 13344, 1343, 705, 705, 1343, 69, 3672, 62, 448, 1343, 705, 1, 11537, 628, 220, 220, 220, 22818, 62, 2536, 796, 13538, 198, 220, 220, 220, 329, 773, 87, 287, 45941, 13, 283, 858, 7, 77, 62, 20676, 1098, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 22818, 62, 2536, 47932, 366, 23884, 14, 90, 92, 12, 90, 27422, 19875, 13, 34586, 27071, 18982, 7, 16090, 62, 15908, 11, 22915, 62, 8692, 11, 521, 87, 8, 198, 220, 220, 220, 22818, 62, 2536, 15853, 366, 23884, 14, 90, 27422, 19875, 13, 34586, 27071, 18982, 7, 16090, 62, 15908, 11, 22915, 62, 8692, 8, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 853, 7, 20676, 1098, 62, 2536, 8, 198, 2, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 853, 7203, 2502, 37796, 12, 25928, 24620, 19875, 13, 34586, 4943, 220, 1303, 1762, 287, 674, 1459, 8619, 198, 220, 220, 220, 220, 198, 220, 220, 220, 611, 1468, 62, 2860, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 8738, 7203, 346, 16993, 10641, 12, 5589, 265, 1600, 7061, 8, 220, 1303, 2622, 30, 628, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 1136, 24330, 3256, 705, 17821, 11537, 198, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 23317, 278, 62, 8094, 3256, 418, 13, 268, 2268, 17816, 43, 3528, 46, 62, 26861, 28270, 2751, 6, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 23317, 278, 62, 8094, 62, 7220, 3256, 418, 13, 268, 2268, 17816, 43, 3528, 46, 62, 29904, 62, 20608, 6, 12962, 198, 220, 220, 220, 2845, 25, 198, 220, 220, 220, 220, 220, 220, 220, 3601, 7203, 406, 3528, 46, 14317, 1321, 407, 1695, 13, 220, 921, 1276, 751, 428, 14500, 284, 19386, 13, 7266, 220, 2474, 8, 628, 220, 220, 220, 1441, 220, 576, 62, 21858, 11, 220, 576, 62, 7266, 62, 3672, 628, 628, 198, 198, 4299, 3551, 62, 7266, 67, 363, 41119, 62, 7266, 7, 12985, 11639, 7266, 67, 363, 62, 576, 3256, 409, 68, 28, 14202, 11, 6881, 11639, 10438, 5049, 3256, 9199, 62, 7753, 28, 14202, 11, 15414, 62, 33279, 28, 14202, 11, 16793, 62, 15908, 28, 14202, 11, 22915, 62, 37333, 844, 28, 14202, 11, 6404, 62, 15908, 28, 14202, 11, 14323, 62, 19875, 28, 14202, 11, 12429, 46265, 22046, 2599, 628, 220, 220, 220, 37227, 198, 220, 220, 220, 19430, 4226, 284, 10385, 6599, 35, 422, 530, 5794, 284, 1194, 13, 220, 36557, 284, 307, 1444, 1752, 583, 6599, 35, 2393, 852, 973, 13, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 409, 68, 796, 409, 68, 393, 543, 7203, 17953, 62, 576, 62, 7266, 62, 67, 363, 13, 9078, 4943, 220, 198, 220, 220, 220, 850, 7753, 796, 9199, 62, 7753, 393, 705, 41119, 13, 7266, 6, 628, 220, 220, 220, 220, 576, 62, 21858, 796, 11523, 13, 25559, 273, 35, 4760, 33308, 7, 403, 3997, 28, 403, 3997, 11, 28883, 28, 13499, 8, 628, 220, 220, 220, 220, 576, 62, 7266, 62, 3672, 796, 7621, 1343, 45302, 7266, 6, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 7266, 62, 7753, 7, 576, 62, 7266, 62, 3672, 8, 628, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 853, 7203, 438, 16793, 12, 15908, 43825, 16793, 62, 15908, 8, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 853, 7203, 438, 22915, 12, 37333, 844, 43825, 22915, 62, 37333, 844, 8, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 853, 7203, 438, 46002, 12, 12048, 43825, 7266, 7753, 8, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 853, 7203, 438, 20285, 305, 2676, 341, 29568, 20285, 305, 2676, 341, 8, 4943, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 853, 7203, 438, 14323, 12, 19875, 43825, 14323, 62, 19875, 8, 628, 220, 220, 220, 1762, 62, 15908, 796, 2604, 62, 15908, 13, 33491, 7203, 14, 6404, 82, 1600, 10148, 8, 1303, 13196, 546, 30798, 14, 77, 3723, 0, 20419, 0, 628, 220, 220, 220, 1303, 198, 220, 220, 220, 1303, 5972, 2667, 3689, 198, 220, 220, 220, 1303, 198, 220, 220, 220, 555, 25011, 62, 2536, 796, 17971, 7, 565, 5819, 13219, 3, 7, 14681, 16725, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 6404, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 6404, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 301, 1082, 81, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 8056, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 198, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 19282, 448, 62, 7753, 7203, 4, 82, 4, 82, 12, 4, 82, 13, 448, 1, 4064, 357, 6404, 62, 15908, 11, 7621, 11, 555, 25011, 62, 2536, 4008, 198, 2, 220, 220, 220, 220, 576, 62, 21858, 13, 2617, 62, 19282, 448, 62, 7753, 7, 69, 3672, 62, 448, 8, 198, 198, 2, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 7203, 10, 6307, 40109, 1600, 220, 705, 24018, 1343, 308, 13344, 1343, 705, 705, 1343, 69, 3672, 62, 448, 1343, 705, 1, 11537, 628, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 1136, 24330, 3256, 705, 17821, 11537, 198, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 23317, 278, 62, 8094, 3256, 418, 13, 268, 2268, 17816, 43, 3528, 46, 62, 26861, 28270, 2751, 6, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 220, 576, 62, 21858, 13, 2860, 62, 17561, 273, 62, 28758, 10786, 23317, 278, 62, 8094, 62, 7220, 3256, 418, 13, 268, 2268, 17816, 43, 3528, 46, 62, 29904, 62, 20608, 6, 12962, 198, 220, 220, 220, 2845, 25, 198, 220, 220, 220, 220, 220, 220, 220, 3601, 7203, 406, 3528, 46, 14317, 1321, 407, 1695, 13, 220, 921, 1276, 751, 428, 14500, 284, 19386, 13, 7266, 220, 2474, 8, 628, 220, 220, 220, 1441, 220, 576, 62, 21858, 11, 220, 576, 62, 7266, 62, 3672, 628, 198 ]
2.315732
30,944
# coding: utf-8 from flask import Flask import mysql,os,re from mysql import Pool import properties # 定义WEB容器(同时防止json以ascii解码返回) app=Flask(__name__) app.config['JSON_AS_ASCII'] = False # 处理各模块中的自动注入以及组装各蓝图 # dir_path中为蓝图模块路径,例如需要引入的蓝图都在routes文件夹中,则传入参数'/routes' print('加载数据库模块') mysql.pool = Pool.Pool() # print('加载完毕') print('蓝图初始化') for path in properties.blueprint_path: map_apps(path)
[ 2, 19617, 25, 3384, 69, 12, 23, 198, 6738, 42903, 1330, 46947, 198, 11748, 48761, 11, 418, 11, 260, 198, 6738, 48761, 1330, 19850, 198, 11748, 6608, 198, 198, 2, 10263, 106, 248, 20046, 231, 8845, 33, 22522, 117, 161, 247, 101, 7, 28938, 234, 33768, 114, 165, 246, 110, 29826, 95, 17752, 20015, 98, 292, 979, 72, 164, 100, 96, 163, 254, 223, 32573, 242, 32368, 252, 8, 198, 1324, 28, 7414, 2093, 7, 834, 3672, 834, 8, 198, 1324, 13, 11250, 17816, 40386, 62, 1921, 62, 42643, 3978, 20520, 796, 10352, 198, 198, 2, 36469, 226, 49426, 228, 28938, 226, 162, 101, 94, 161, 251, 245, 40792, 21410, 164, 229, 103, 27950, 101, 37345, 101, 17739, 98, 20015, 98, 20998, 232, 163, 119, 226, 35318, 28938, 226, 164, 241, 251, 32368, 122, 198, 2, 26672, 62, 6978, 40792, 10310, 118, 164, 241, 251, 32368, 122, 162, 101, 94, 161, 251, 245, 164, 115, 107, 36181, 226, 11, 160, 122, 233, 36685, 224, 165, 250, 222, 17358, 223, 28156, 243, 17739, 98, 21410, 164, 241, 251, 32368, 122, 32849, 121, 28839, 101, 81, 448, 274, 23877, 229, 20015, 114, 13783, 117, 40792, 11, 26344, 247, 27670, 254, 17739, 98, 20998, 224, 46763, 108, 26488, 81, 448, 274, 6, 628, 198, 4798, 10786, 27950, 254, 164, 121, 121, 46763, 108, 162, 235, 106, 41753, 241, 162, 101, 94, 161, 251, 245, 11537, 198, 28744, 13976, 13, 7742, 796, 19850, 13, 27201, 3419, 198, 2, 3601, 10786, 27950, 254, 164, 121, 121, 22522, 234, 162, 107, 243, 11537, 198, 198, 4798, 10786, 164, 241, 251, 32368, 122, 26344, 251, 34650, 233, 44293, 244, 11537, 198, 1640, 3108, 287, 6608, 13, 17585, 4798, 62, 6978, 25, 198, 220, 220, 220, 3975, 62, 18211, 7, 6978, 8, 198 ]
1.352542
295
from setuptools import setup, find_packages import os with open("README.md", "r") as fh: long_description = fh.read() setup( name='sysmontask', version='1.3.9', description='System Monitor With UI Like Windows', url='https://github.com/KrispyCamel4u/SysMonTask', author='Neeraj Kumar', author_email='[email protected]', license='BSD-3', long_description=long_description, long_description_content_type="text/markdown", classifiers=[ "Programming Language :: Python :: 3", "License :: OSI Approved :: BSD License", "Operating System :: POSIX :: Linux", 'Topic :: System :: Monitoring', ], include_package_data=True, data_files=get_data_files(), install_requires=['psutil>=5.7.2','PyGObject','pycairo'], packages=find_packages(), entry_points=dict( console_scripts=[ 'sysmontask=sysmontask.sysmontask:start', 'sysmontask.set_default=sysmontask.theme_setter:set_theme_default', 'sysmontask.set_light=sysmontask.theme_setter:set_theme_light', 'sysmontask.set_dark=sysmontask.theme_setter:set_theme_dark'] ) ) os.system("sudo glib-compile-schemas /usr/share/glib-2.0/schemas") print("gschema Compiled")
[ 6738, 900, 37623, 10141, 1330, 9058, 11, 1064, 62, 43789, 198, 11748, 28686, 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, 40406, 7, 198, 220, 220, 220, 1438, 11639, 17597, 8691, 2093, 3256, 198, 220, 220, 220, 2196, 11639, 16, 13, 18, 13, 24, 3256, 198, 220, 220, 220, 6764, 11639, 11964, 18289, 2080, 12454, 4525, 3964, 3256, 198, 220, 220, 220, 19016, 11639, 5450, 1378, 12567, 13, 785, 14, 42, 2442, 9078, 34, 17983, 19, 84, 14, 44387, 9069, 25714, 3256, 198, 220, 220, 220, 1772, 11639, 8199, 263, 1228, 26105, 3256, 198, 220, 220, 220, 1772, 62, 12888, 11639, 710, 263, 1228, 73, 648, 430, 19, 84, 31, 14816, 13, 785, 3256, 198, 220, 220, 220, 5964, 11639, 21800, 12, 18, 3256, 198, 220, 220, 220, 890, 62, 11213, 28, 6511, 62, 11213, 11, 198, 220, 220, 220, 890, 62, 11213, 62, 11299, 62, 4906, 2625, 5239, 14, 4102, 2902, 1600, 198, 220, 220, 220, 1398, 13350, 41888, 198, 220, 220, 220, 220, 220, 220, 220, 366, 15167, 2229, 15417, 7904, 11361, 7904, 513, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 366, 34156, 7904, 7294, 40, 20010, 1079, 7904, 347, 10305, 13789, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 366, 18843, 803, 4482, 7904, 28069, 10426, 7904, 7020, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 705, 33221, 7904, 4482, 7904, 37484, 3256, 198, 220, 220, 220, 16589, 198, 220, 220, 220, 2291, 62, 26495, 62, 7890, 28, 17821, 11, 198, 220, 220, 220, 1366, 62, 16624, 28, 1136, 62, 7890, 62, 16624, 22784, 198, 220, 220, 220, 2721, 62, 47911, 28, 17816, 862, 22602, 29, 28, 20, 13, 22, 13, 17, 41707, 20519, 38, 10267, 41707, 9078, 66, 18131, 6, 4357, 198, 220, 220, 220, 10392, 28, 19796, 62, 43789, 22784, 198, 220, 220, 220, 5726, 62, 13033, 28, 11600, 7, 198, 220, 220, 220, 220, 220, 220, 220, 8624, 62, 46521, 41888, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 17597, 8691, 2093, 28, 17597, 8691, 2093, 13, 17597, 8691, 2093, 25, 9688, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 17597, 8691, 2093, 13, 2617, 62, 12286, 28, 17597, 8691, 2093, 13, 43810, 62, 2617, 353, 25, 2617, 62, 43810, 62, 12286, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 17597, 8691, 2093, 13, 2617, 62, 2971, 28, 17597, 8691, 2093, 13, 43810, 62, 2617, 353, 25, 2617, 62, 43810, 62, 2971, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 17597, 8691, 2093, 13, 2617, 62, 21953, 28, 17597, 8691, 2093, 13, 43810, 62, 2617, 353, 25, 2617, 62, 43810, 62, 21953, 20520, 198, 220, 220, 220, 1267, 198, 8, 198, 198, 418, 13, 10057, 7203, 24032, 1278, 571, 12, 5589, 576, 12, 1416, 4411, 292, 1220, 14629, 14, 20077, 14, 4743, 571, 12, 17, 13, 15, 14, 1416, 4411, 292, 4943, 198, 4798, 7203, 70, 15952, 2611, 3082, 3902, 4943 ]
2.399621
528
from typing import List import random from time import sleep from tweepy import Client from TwitterAPI import TwitterAPI
[ 198, 6738, 19720, 1330, 7343, 198, 11748, 4738, 198, 6738, 640, 1330, 3993, 198, 198, 6738, 4184, 538, 88, 1330, 20985, 198, 6738, 3009, 17614, 1330, 3009, 17614, 198 ]
4.241379
29
result = non_start('Hello', 'There') print(result) result = non_start('java', 'code') print(result) result = non_start('shotl', '') print(result)
[ 198, 20274, 796, 1729, 62, 9688, 10786, 15496, 3256, 705, 1858, 11537, 198, 4798, 7, 20274, 8, 198, 20274, 796, 1729, 62, 9688, 10786, 12355, 3256, 705, 8189, 11537, 198, 4798, 7, 20274, 8, 198, 20274, 796, 1729, 62, 9688, 10786, 9442, 75, 3256, 10148, 8, 198, 4798, 7, 20274, 8 ]
2.862745
51
import socket import os os.system("clear") import colorama from colorama import Fore, Back, Style, init s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) s.settimeout(5) print(""" _ _ | |__ __ ___ _| | __ _ | '_ \ / _` \ \ /\ / / |/ /| |_ | | | | (_| |\ V V /| <_ _| |_| |_|\__,_| \_/\_/ |_|\_\|_| ^port tarama^ """) host = input(Fore.RED + "LÜTFEN İP ADRESİNİ GİRİNİZ : ") port = int(input(Fore.RED + "TARATILACAK PORT ADRESİNİ GİRİNİZ : ")) portScanner(port)
[ 11748, 17802, 198, 11748, 28686, 198, 418, 13, 10057, 7203, 20063, 4943, 198, 11748, 3124, 1689, 198, 6738, 3124, 1689, 1330, 4558, 11, 5157, 11, 17738, 11, 2315, 198, 82, 796, 17802, 13, 44971, 7, 44971, 13, 8579, 62, 1268, 2767, 11, 17802, 13, 50, 11290, 62, 2257, 32235, 8, 198, 82, 13, 2617, 48678, 7, 20, 8, 198, 4798, 7203, 15931, 198, 220, 220, 220, 220, 4808, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4808, 220, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 930, 930, 834, 220, 220, 11593, 46444, 220, 220, 220, 220, 220, 4808, 91, 930, 11593, 4808, 198, 220, 220, 220, 930, 705, 62, 3467, 1220, 4808, 63, 3467, 3467, 1220, 59, 1220, 1220, 930, 14, 1220, 91, 930, 62, 198, 220, 220, 220, 930, 930, 930, 930, 44104, 91, 930, 59, 569, 220, 569, 1220, 91, 220, 220, 1279, 62, 220, 220, 4808, 91, 198, 220, 220, 220, 930, 62, 91, 930, 62, 91, 59, 834, 11, 62, 91, 3467, 62, 14, 59, 62, 14, 930, 62, 91, 59, 62, 59, 91, 62, 91, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 10563, 634, 13422, 1689, 61, 198, 220, 220, 220, 220, 220, 13538, 4943, 198, 4774, 796, 5128, 7, 16351, 13, 22083, 1343, 366, 43, 127, 250, 10234, 1677, 34754, 108, 47, 5984, 19535, 128, 108, 45, 128, 108, 402, 128, 108, 49, 128, 108, 45, 128, 108, 57, 1058, 366, 8, 198, 634, 796, 493, 7, 15414, 7, 16351, 13, 22083, 1343, 366, 51, 1503, 1404, 4146, 2246, 10206, 350, 9863, 5984, 19535, 128, 108, 45, 128, 108, 402, 128, 108, 49, 128, 108, 45, 128, 108, 57, 1058, 366, 4008, 198, 198, 634, 33351, 1008, 7, 634, 8, 198 ]
1.767742
310
# As comparison, the misleading plot when not turning the population number into a density districts.plot(column='population', figsize=(12, 6), legend=True)
[ 2, 1081, 7208, 11, 262, 15850, 7110, 618, 407, 6225, 262, 3265, 1271, 656, 257, 12109, 198, 17080, 2012, 82, 13, 29487, 7, 28665, 11639, 39748, 3256, 2336, 7857, 16193, 1065, 11, 718, 828, 8177, 28, 17821, 8 ]
4.105263
38
#!/usr/bin/env python 'Checks for standard headers and update version and copyright info in python files' __url__ = 'http://github.com/silnrsi/pysilfont' __copyright__ = 'Copyright (c) 2016 SIL International (http://www.sil.org)' __license__ = 'Released under the MIT License (http://opensource.org/licenses/MIT)' __author__ = 'David Raymond' cyear = "2016" # Year to use if no other copyright year present from silfont.core import execute import os,sys argspec = [ ('action',{'help': 'Action - report or update', 'nargs': '?', 'default': 'report', 'choices': ('report','update')},{}), ('-l','--log',{'help': 'Log file'}, {'type': 'outfile', 'def': 'local/update_headers.log'})] execute(None,doit, argspec)
[ 2, 48443, 14629, 14, 8800, 14, 24330, 21015, 198, 6, 7376, 4657, 329, 3210, 24697, 290, 4296, 2196, 290, 6634, 7508, 287, 21015, 3696, 6, 198, 834, 6371, 834, 796, 705, 4023, 1378, 12567, 13, 785, 14, 18217, 77, 3808, 72, 14, 79, 893, 346, 10331, 6, 198, 834, 22163, 4766, 834, 796, 705, 15269, 357, 66, 8, 1584, 47551, 4037, 357, 4023, 1378, 2503, 13, 18217, 13, 2398, 33047, 198, 834, 43085, 834, 796, 705, 45037, 739, 262, 17168, 13789, 357, 4023, 1378, 44813, 1668, 13, 2398, 14, 677, 4541, 14, 36393, 33047, 198, 834, 9800, 834, 796, 705, 11006, 24238, 6, 198, 198, 948, 451, 796, 366, 5304, 1, 1303, 6280, 284, 779, 611, 645, 584, 6634, 614, 1944, 198, 198, 6738, 3313, 10331, 13, 7295, 1330, 12260, 198, 11748, 28686, 11, 17597, 198, 198, 853, 16684, 796, 685, 198, 220, 220, 220, 19203, 2673, 3256, 90, 6, 16794, 10354, 705, 12502, 532, 989, 393, 4296, 3256, 705, 77, 22046, 10354, 705, 30, 3256, 705, 12286, 10354, 705, 13116, 3256, 705, 6679, 1063, 10354, 19203, 13116, 41707, 19119, 11537, 5512, 90, 92, 828, 198, 220, 220, 220, 19203, 12, 75, 41707, 438, 6404, 3256, 90, 6, 16794, 10354, 705, 11187, 2393, 6, 5512, 1391, 6, 4906, 10354, 705, 448, 7753, 3256, 705, 4299, 10354, 705, 12001, 14, 19119, 62, 50145, 13, 6404, 6, 92, 15437, 198, 198, 41049, 7, 14202, 11, 4598, 270, 11, 1822, 16684, 8, 628 ]
3
240
import atexit import logging from inspect import isclass from .common_executors import BaseExecutor from .externel_executors import ExternalExecutorFabric from .java import * from .operations import Operation, Operations from .python import * from ..utils import isstring logger = logging.getLogger(__name__) atexit.register(_close_executors) del _close_executors
[ 11748, 379, 37023, 198, 11748, 18931, 198, 6738, 10104, 1330, 318, 4871, 198, 198, 6738, 764, 11321, 62, 18558, 315, 669, 1330, 7308, 23002, 38409, 198, 6738, 764, 1069, 759, 417, 62, 18558, 315, 669, 1330, 34579, 23002, 38409, 43957, 1173, 198, 6738, 764, 12355, 1330, 1635, 198, 6738, 764, 3575, 602, 1330, 14680, 11, 16205, 198, 6738, 764, 29412, 1330, 1635, 198, 6738, 11485, 26791, 1330, 318, 8841, 198, 198, 6404, 1362, 796, 18931, 13, 1136, 11187, 1362, 7, 834, 3672, 834, 8, 628, 628, 198, 198, 378, 10198, 13, 30238, 28264, 19836, 62, 18558, 315, 669, 8, 198, 12381, 4808, 19836, 62, 18558, 315, 669, 198 ]
3.435185
108
for i in range(201, 0, -2): print(i) for i in range(100, 0, -1): print(i)
[ 1640, 1312, 287, 2837, 7, 1264, 11, 657, 11, 532, 17, 2599, 198, 220, 220, 220, 3601, 7, 72, 8, 198, 198, 1640, 1312, 287, 2837, 7, 3064, 11, 657, 11, 532, 16, 2599, 198, 220, 220, 220, 3601, 7, 72, 8, 198 ]
1.930233
43
dias = int(input("Insira os dias para virarem segundos: ")) horas = int(input("Insira as horas para virarem segundos: ")) minutos = int(input("Insira os minutos para virarem segundos: ")) segundos = int(input("Insira os segundos para serem somados aos anteriores: ")) segundos += (dias * 86400) + (horas * 3600) + (minutos * 60) print("Total de dias, horas, minutos e segundos informados foram de: " + str(segundos) + " segundos")
[ 67, 4448, 796, 493, 7, 15414, 7203, 20376, 8704, 28686, 2566, 292, 31215, 5709, 533, 76, 384, 70, 917, 418, 25, 366, 4008, 198, 17899, 292, 796, 493, 7, 15414, 7203, 20376, 8704, 355, 3076, 292, 31215, 5709, 533, 76, 384, 70, 917, 418, 25, 366, 4008, 198, 1084, 315, 418, 796, 493, 7, 15414, 7203, 20376, 8704, 28686, 949, 315, 418, 31215, 5709, 533, 76, 384, 70, 917, 418, 25, 366, 4008, 198, 325, 70, 917, 418, 796, 493, 7, 15414, 7203, 20376, 8704, 28686, 384, 70, 917, 418, 31215, 384, 2787, 3870, 22484, 257, 418, 281, 353, 72, 2850, 25, 366, 4008, 198, 325, 70, 917, 418, 15853, 357, 67, 4448, 1635, 807, 2414, 405, 8, 1343, 357, 17899, 292, 1635, 4570, 405, 8, 1343, 357, 1084, 315, 418, 1635, 3126, 8, 198, 4798, 7203, 14957, 390, 2566, 292, 11, 3076, 292, 11, 949, 315, 418, 304, 384, 70, 917, 418, 4175, 22484, 329, 321, 390, 25, 366, 1343, 965, 7, 325, 70, 917, 418, 8, 1343, 366, 384, 70, 917, 418, 4943 ]
2.457143
175
import tkinter as tk import os import random import datetime root = tk.Tk() root.title("Motivation") root.configure(background='white') command=os.getcwd()+'/motivate/motivate.py' quote=os.popen(command).read() color=random.choice(['green','blue','purple','red','orange','brown','magenta','violet','maroon','olive','lime','teal','navy','DarkSlateGray','m','indigo','crimson']) label=tk.Label(root, text = quote ,fg=color, bg='white', font='Helvetica 10',wraplength=900).pack() if datetime.datetime.today().weekday() == 4 : label=tk.Label(root, text = "Timesheet!!" ,fg='red', bg='white', font='Helvetica 20',wraplength=900,pady=10).pack() quit_btn=tk.Button(root,text="Quit",command=root.destroy) quit_btn.pack(side="bottom") root.mainloop()
[ 11748, 256, 74, 3849, 355, 256, 74, 198, 11748, 28686, 198, 11748, 4738, 198, 11748, 4818, 8079, 198, 198, 15763, 796, 256, 74, 13, 51, 74, 3419, 198, 15763, 13, 7839, 7203, 47733, 26939, 4943, 198, 15763, 13, 11250, 495, 7, 25249, 11639, 11186, 11537, 198, 21812, 28, 418, 13, 1136, 66, 16993, 3419, 10, 26488, 27926, 452, 378, 14, 27926, 452, 378, 13, 9078, 6, 198, 22708, 28, 418, 13, 79, 9654, 7, 21812, 737, 961, 3419, 198, 8043, 28, 25120, 13, 25541, 7, 17816, 14809, 41707, 17585, 41707, 14225, 1154, 41707, 445, 41707, 43745, 41707, 33282, 41707, 19726, 29188, 41707, 85, 19194, 41707, 3876, 2049, 41707, 349, 425, 41707, 27299, 41707, 660, 282, 41707, 77, 2830, 41707, 17367, 11122, 378, 46130, 41707, 76, 41707, 521, 14031, 41707, 50086, 1559, 6, 12962, 198, 18242, 28, 30488, 13, 33986, 7, 15763, 11, 2420, 796, 9577, 837, 40616, 28, 8043, 11, 275, 70, 11639, 11186, 3256, 10369, 11639, 39, 32667, 3970, 838, 3256, 29988, 489, 3286, 28, 12865, 737, 8002, 3419, 198, 361, 4818, 8079, 13, 19608, 8079, 13, 40838, 22446, 10464, 820, 3419, 6624, 604, 1058, 198, 220, 220, 220, 6167, 28, 30488, 13, 33986, 7, 15763, 11, 2420, 796, 366, 28595, 25473, 37160, 837, 40616, 11639, 445, 3256, 275, 70, 11639, 11186, 3256, 10369, 11639, 39, 32667, 3970, 1160, 3256, 29988, 489, 3286, 28, 12865, 11, 79, 4597, 28, 940, 737, 8002, 3419, 198, 47391, 62, 46118, 28, 30488, 13, 21864, 7, 15763, 11, 5239, 2625, 4507, 270, 1600, 21812, 28, 15763, 13, 41659, 8, 198, 47391, 62, 46118, 13, 8002, 7, 1589, 2625, 22487, 4943, 198, 15763, 13, 12417, 26268, 3419, 628 ]
2.729927
274
from django.apps import AppConfig
[ 6738, 42625, 14208, 13, 18211, 1330, 2034, 16934, 628 ]
3.888889
9
"""Test normalizing gesture recording data.""" import os import numpy as np from iotai_sensor_classification.recording import read_recordings from iotai_sensor_classification.normalization import normalize_mean_std_dict from data.gestures import linear_accelerometer from iotai_sensor_classification.plot_util import column_histograms, plot_columns, \ plot_lines, histogram_overlay SAMPLES_PER_RECORDING = 160
[ 37811, 14402, 3487, 2890, 18342, 8296, 1366, 526, 15931, 198, 198, 11748, 28686, 198, 11748, 299, 32152, 355, 45941, 198, 6738, 1312, 313, 1872, 62, 82, 22854, 62, 4871, 2649, 13, 8344, 1284, 1330, 1100, 62, 22105, 654, 198, 6738, 1312, 313, 1872, 62, 82, 22854, 62, 4871, 2649, 13, 11265, 1634, 1330, 3487, 1096, 62, 32604, 62, 19282, 62, 11600, 198, 6738, 1366, 13, 3495, 942, 1330, 14174, 62, 330, 7015, 15635, 198, 6738, 1312, 313, 1872, 62, 82, 22854, 62, 4871, 2649, 13, 29487, 62, 22602, 1330, 5721, 62, 10034, 26836, 11, 7110, 62, 28665, 82, 11, 3467, 198, 220, 220, 220, 7110, 62, 6615, 11, 1554, 21857, 62, 2502, 10724, 628, 198, 49302, 6489, 1546, 62, 18973, 62, 38827, 12532, 2751, 796, 13454, 628 ]
3.291339
127
import json from random import choice from typing import Set import click import sqlalchemy as sa from faker import Faker from schema import Book from sqlalchemy.orm import sessionmaker from pgsync.base import pg_engine from pgsync.constants import DELETE, INSERT, TG_OP, TRUNCATE, UPDATE from pgsync.utils import get_config, show_settings, Timer FIELDS = { "isbn": "isbn13", "title": "sentence", "description": "text", "copyright": "word", } @click.command() @click.option( "--config", "-c", help="Schema config", type=click.Path(exists=True), ) @click.option("--daemon", "-d", is_flag=True, help="Run as a daemon") @click.option("--nsize", "-n", default=5000, help="Number of samples") @click.option( "--tg_op", "-t", help="TG_OP", type=click.Choice( TG_OP, case_sensitive=False, ), ) if __name__ == "__main__": main()
[ 11748, 33918, 198, 6738, 4738, 1330, 3572, 198, 6738, 19720, 1330, 5345, 198, 198, 11748, 3904, 198, 11748, 44161, 282, 26599, 355, 473, 198, 6738, 277, 3110, 1330, 376, 3110, 198, 6738, 32815, 1330, 4897, 198, 6738, 44161, 282, 26599, 13, 579, 1330, 6246, 10297, 198, 198, 6738, 23241, 27261, 13, 8692, 1330, 23241, 62, 18392, 198, 6738, 23241, 27261, 13, 9979, 1187, 1330, 5550, 2538, 9328, 11, 29194, 17395, 11, 44121, 62, 3185, 11, 7579, 4944, 34, 6158, 11, 35717, 198, 6738, 23241, 27261, 13, 26791, 1330, 651, 62, 11250, 11, 905, 62, 33692, 11, 5045, 263, 198, 198, 11674, 3698, 5258, 796, 1391, 198, 220, 220, 220, 366, 271, 9374, 1298, 366, 271, 9374, 1485, 1600, 198, 220, 220, 220, 366, 7839, 1298, 366, 34086, 594, 1600, 198, 220, 220, 220, 366, 11213, 1298, 366, 5239, 1600, 198, 220, 220, 220, 366, 22163, 4766, 1298, 366, 4775, 1600, 198, 92, 628, 628, 198, 198, 31, 12976, 13, 21812, 3419, 198, 31, 12976, 13, 18076, 7, 198, 220, 220, 220, 366, 438, 11250, 1600, 198, 220, 220, 220, 27444, 66, 1600, 198, 220, 220, 220, 1037, 2625, 27054, 2611, 4566, 1600, 198, 220, 220, 220, 2099, 28, 12976, 13, 15235, 7, 1069, 1023, 28, 17821, 828, 198, 8, 198, 31, 12976, 13, 18076, 7203, 438, 6814, 7966, 1600, 27444, 67, 1600, 318, 62, 32109, 28, 17821, 11, 1037, 2625, 10987, 355, 257, 33386, 4943, 198, 31, 12976, 13, 18076, 7203, 438, 5907, 1096, 1600, 27444, 77, 1600, 4277, 28, 27641, 11, 1037, 2625, 15057, 286, 8405, 4943, 198, 31, 12976, 13, 18076, 7, 198, 220, 220, 220, 366, 438, 25297, 62, 404, 1600, 198, 220, 220, 220, 27444, 83, 1600, 198, 220, 220, 220, 1037, 2625, 35990, 62, 3185, 1600, 198, 220, 220, 220, 2099, 28, 12976, 13, 46770, 7, 198, 220, 220, 220, 220, 220, 220, 220, 44121, 62, 3185, 11, 198, 220, 220, 220, 220, 220, 220, 220, 1339, 62, 30176, 28, 25101, 11, 198, 220, 220, 220, 10612, 198, 8, 628, 198, 361, 11593, 3672, 834, 6624, 366, 834, 12417, 834, 1298, 198, 220, 220, 220, 1388, 3419, 198 ]
2.558074
353
import requests import json aspace_url = 'http://localhost:8089' username = 'admin' password = 'admin' repo_num = '2' auth = requests.post(aspace_url+'/users/'+username+'/login?password='+password).json() session = auth["session"] headers = {'X-ArchivesSpace-Session':session} for d in range(1,6): resource_json = requests.get(aspace_url+'/repositories/'+repo_num+'/resources/'+str(d), headers=headers).json() resource_title = resource_json['title'] print 'Current title is: ' +resource_title if 'Papers' in resource_title: resource_json["title"] = resource_json['title'].replace(" Papers"," papers") updated = requests.post(aspace_url+'/repositories/'+repo_num+'/resources/'+str(d), headers=headers, data=json.dumps(resource_json)) print 'New title is: ' + resource_json["title"]
[ 11748, 7007, 198, 11748, 33918, 198, 198, 5126, 558, 62, 6371, 796, 705, 4023, 1378, 36750, 25, 1795, 4531, 6, 198, 29460, 796, 705, 28482, 6, 198, 28712, 796, 705, 28482, 6, 198, 260, 7501, 62, 22510, 796, 705, 17, 6, 198, 198, 18439, 796, 7007, 13, 7353, 7, 5126, 558, 62, 6371, 10, 26488, 18417, 14, 6, 10, 29460, 10, 26488, 38235, 30, 28712, 11639, 10, 28712, 737, 17752, 3419, 198, 29891, 796, 6284, 14692, 29891, 8973, 198, 50145, 796, 1391, 6, 55, 12, 19895, 1083, 14106, 12, 36044, 10354, 29891, 92, 198, 198, 1640, 288, 287, 2837, 7, 16, 11, 21, 2599, 198, 197, 31092, 62, 17752, 796, 7007, 13, 1136, 7, 5126, 558, 62, 6371, 10, 26488, 260, 1930, 270, 1749, 14, 6, 10, 260, 7501, 62, 22510, 10, 26488, 37540, 14, 6, 10, 2536, 7, 67, 828, 24697, 28, 50145, 737, 17752, 3419, 198, 197, 31092, 62, 7839, 796, 8271, 62, 17752, 17816, 7839, 20520, 198, 197, 4798, 705, 11297, 3670, 318, 25, 705, 1343, 31092, 62, 7839, 198, 197, 361, 705, 47, 5656, 6, 287, 8271, 62, 7839, 25, 198, 197, 197, 31092, 62, 17752, 14692, 7839, 8973, 796, 8271, 62, 17752, 17816, 7839, 6, 4083, 33491, 7203, 27420, 2430, 9473, 4943, 198, 197, 197, 43162, 796, 7007, 13, 7353, 7, 5126, 558, 62, 6371, 10, 26488, 260, 1930, 270, 1749, 14, 6, 10, 260, 7501, 62, 22510, 10, 26488, 37540, 14, 6, 10, 2536, 7, 67, 828, 24697, 28, 50145, 11, 1366, 28, 17752, 13, 67, 8142, 7, 31092, 62, 17752, 4008, 198, 197, 197, 4798, 705, 3791, 3670, 318, 25, 705, 1343, 8271, 62, 17752, 14692, 7839, 8973, 198 ]
2.876812
276
__author__ = 'Akshay'
[ 834, 9800, 834, 796, 705, 32, 50133, 323, 6, 628, 198 ]
2.181818
11
# -*- coding: utf-8 -*- """ :copyright: (C) 2010-2013 by Contrail Consortium. """ from threading import Thread from conpaas.core.expose import expose from conpaas.core.manager import BaseManager from conpaas.core.manager import ManagerException from conpaas.core.https.server import HttpJsonResponse, HttpErrorResponse from conpaas.services.xtreemfs.agent import client import uuid import base64 import subprocess
[ 2, 532, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12, 198, 198, 37811, 198, 220, 220, 220, 1058, 22163, 4766, 25, 357, 34, 8, 3050, 12, 6390, 416, 2345, 30224, 42727, 13, 198, 37811, 198, 198, 6738, 4704, 278, 1330, 14122, 198, 198, 6738, 369, 8957, 292, 13, 7295, 13, 1069, 3455, 1330, 15651, 198, 198, 6738, 369, 8957, 292, 13, 7295, 13, 37153, 1330, 7308, 13511, 198, 6738, 369, 8957, 292, 13, 7295, 13, 37153, 1330, 9142, 16922, 198, 198, 6738, 369, 8957, 292, 13, 7295, 13, 5450, 13, 15388, 1330, 367, 29281, 41, 1559, 31077, 11, 367, 29281, 12331, 31077, 198, 198, 6738, 369, 8957, 292, 13, 30416, 13, 742, 260, 368, 9501, 13, 25781, 1330, 5456, 198, 198, 11748, 334, 27112, 198, 11748, 2779, 2414, 198, 11748, 850, 14681, 198 ]
3.125
136
import os import sys # enter path to the directory with the files x = input('Absolute path of folder, from which empty subfolders are to be removed: ') # check if path is valid if not os.path.exists(x): print('Invalid path\nTerminating program') sys.exit() # cleanup of empty subfolders walk = list(os.walk('/home/naman/Desktop/del_folders/folder_struct')) for path, folders, files in walk: if (len(folders) == 0) and (len(files) == 0): os.rmdir(path) print(f'Removed empty directory: {path}')
[ 11748, 28686, 198, 11748, 25064, 198, 198, 2, 3802, 3108, 284, 262, 8619, 351, 262, 3696, 198, 87, 796, 5128, 10786, 24849, 3552, 3108, 286, 9483, 11, 422, 543, 6565, 850, 11379, 364, 389, 284, 307, 4615, 25, 705, 8, 198, 198, 2, 2198, 611, 3108, 318, 4938, 198, 361, 407, 28686, 13, 6978, 13, 1069, 1023, 7, 87, 2599, 198, 197, 4798, 10786, 44651, 3108, 59, 77, 44798, 803, 1430, 11537, 198, 197, 17597, 13, 37023, 3419, 198, 198, 2, 27425, 286, 6565, 850, 11379, 364, 198, 11152, 796, 1351, 7, 418, 13, 11152, 10786, 14, 11195, 14, 7402, 272, 14, 36881, 14, 12381, 62, 11379, 364, 14, 43551, 62, 7249, 6, 4008, 198, 198, 1640, 3108, 11, 24512, 11, 3696, 287, 2513, 25, 198, 197, 361, 357, 11925, 7, 11379, 364, 8, 6624, 657, 8, 290, 357, 11925, 7, 16624, 8, 6624, 657, 2599, 198, 197, 197, 418, 13, 81, 9132, 343, 7, 6978, 8, 198, 197, 197, 4798, 7, 69, 6, 45975, 6565, 8619, 25, 1391, 6978, 92, 11537, 198 ]
2.919075
173
import unittest import mock from tempfile import NamedTemporaryFile from pynxos.features.file_copy import FileCopy, FileTransferError if __name__ == "__main__": unittest.main()
[ 11748, 555, 715, 395, 198, 11748, 15290, 198, 6738, 20218, 7753, 1330, 34441, 12966, 5551, 8979, 198, 198, 6738, 279, 2047, 87, 418, 13, 40890, 13, 7753, 62, 30073, 1330, 9220, 29881, 11, 9220, 43260, 12331, 628, 198, 361, 11593, 3672, 834, 6624, 366, 834, 12417, 834, 1298, 198, 220, 220, 220, 555, 715, 395, 13, 12417, 3419 ]
3.155172
58
"""Jeff Bay's Object Calisthenics Rules.""" # 1. One level of indentation per method # * Pylint's "checkers.refactoring", max-nested-blocks=1 # * Pylint's "checkers.design_analysis", max-branches=1 # * DONE # 2. Don't use the ELSE keyword import checkers.no_else # * also Pylint's "checkers.refactoring", max-nested-blocks=1 # * DONE # 3. Wrap all primitives and Strings # 4. First class collections import checkers.first_class_collections # * knows [], (), list(), set() and comprehensions. # TODO add support for more types of collections # * (kind of) DONE # 5. One dot per line import checkers.one_dot_per_line # * DONE # 6. Don't abbreviate # TODO short names # * good-names=reset # 7. Keep all entities small import checkers.small_entities # * no class over 45 statements, no module over 10 classes, no module over 45 statements. # * (kind of) DONE # 8. No classes with more than two instance variables import checkers.two_instance_variables # * also Pylint's "checkers.design_analysis", max-attributes=2 # * DONE # 9. No getters/setters/properties import checkers.no_properties # TODO do not use manual getters/setters # * (kind of) DONE
[ 37811, 19139, 4696, 338, 9515, 2199, 396, 831, 873, 14252, 526, 15931, 198, 198, 2, 352, 13, 1881, 1241, 286, 33793, 341, 583, 2446, 198, 2, 1635, 350, 2645, 600, 338, 366, 9122, 364, 13, 5420, 529, 3255, 1600, 3509, 12, 77, 7287, 12, 27372, 28, 16, 198, 2, 1635, 350, 2645, 600, 338, 366, 9122, 364, 13, 26124, 62, 20930, 1600, 3509, 12, 1671, 12140, 28, 16, 198, 2, 1635, 360, 11651, 198, 198, 2, 362, 13, 2094, 470, 779, 262, 17852, 5188, 21179, 198, 11748, 2198, 364, 13, 3919, 62, 17772, 198, 2, 1635, 635, 350, 2645, 600, 338, 366, 9122, 364, 13, 5420, 529, 3255, 1600, 3509, 12, 77, 7287, 12, 27372, 28, 16, 198, 2, 1635, 360, 11651, 198, 198, 2, 513, 13, 41028, 477, 2684, 20288, 290, 4285, 654, 198, 198, 2, 604, 13, 3274, 1398, 17268, 198, 11748, 2198, 364, 13, 11085, 62, 4871, 62, 4033, 26448, 198, 2, 1635, 4206, 685, 4357, 29994, 1351, 22784, 900, 3419, 290, 8569, 507, 13, 198, 2, 16926, 46, 751, 1104, 329, 517, 3858, 286, 17268, 198, 2, 1635, 357, 11031, 286, 8, 360, 11651, 198, 198, 2, 642, 13, 1881, 16605, 583, 1627, 198, 11748, 2198, 364, 13, 505, 62, 26518, 62, 525, 62, 1370, 198, 2, 1635, 360, 11651, 198, 198, 2, 718, 13, 2094, 470, 37640, 378, 198, 2, 16926, 46, 1790, 3891, 198, 2, 1635, 922, 12, 14933, 28, 42503, 198, 198, 2, 767, 13, 9175, 477, 12066, 1402, 198, 11748, 2198, 364, 13, 17470, 62, 298, 871, 198, 2, 1635, 645, 1398, 625, 4153, 6299, 11, 645, 8265, 625, 838, 6097, 11, 645, 8265, 625, 4153, 6299, 13, 198, 2, 1635, 357, 11031, 286, 8, 360, 11651, 198, 198, 2, 807, 13, 1400, 6097, 351, 517, 621, 734, 4554, 9633, 198, 11748, 2198, 364, 13, 11545, 62, 39098, 62, 25641, 2977, 198, 2, 1635, 635, 350, 2645, 600, 338, 366, 9122, 364, 13, 26124, 62, 20930, 1600, 3509, 12, 1078, 7657, 28, 17, 198, 2, 1635, 360, 11651, 198, 198, 2, 860, 13, 1400, 651, 1010, 14, 2617, 1010, 14, 48310, 198, 11748, 2198, 364, 13, 3919, 62, 48310, 198, 2, 16926, 46, 466, 407, 779, 10107, 651, 1010, 14, 2617, 1010, 198, 2, 1635, 357, 11031, 286, 8, 360, 11651, 198 ]
3.036842
380
# © 2020 Amgen Inc. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # function to help parse query params from bokeh server url DEFAULT_PLOT_HEIGHT = 500 DEFAULT_PLOT_WIDTH = 800
[ 2, 220, 10673, 12131, 1703, 5235, 3457, 13, 1439, 2489, 10395, 13, 198, 2, 198, 2, 220, 49962, 739, 262, 24843, 13789, 11, 10628, 362, 13, 15, 357, 1169, 366, 34156, 15341, 198, 2, 220, 345, 743, 407, 779, 428, 2393, 2845, 287, 11846, 351, 262, 13789, 13, 198, 2, 220, 921, 743, 7330, 257, 4866, 286, 262, 13789, 379, 198, 2, 198, 2, 220, 220, 220, 220, 220, 2638, 1378, 2503, 13, 43073, 13, 2398, 14, 677, 4541, 14, 43, 2149, 24290, 12, 17, 13, 15, 198, 2, 198, 2, 220, 17486, 2672, 416, 9723, 1099, 393, 4987, 284, 287, 3597, 11, 3788, 198, 2, 220, 9387, 739, 262, 13789, 318, 9387, 319, 281, 366, 1921, 3180, 1, 29809, 1797, 11, 198, 2, 220, 42881, 34764, 11015, 6375, 7102, 49828, 11053, 3963, 15529, 509, 12115, 11, 2035, 4911, 393, 17142, 13, 198, 2, 220, 4091, 262, 13789, 329, 262, 2176, 3303, 15030, 21627, 290, 198, 2, 220, 11247, 739, 262, 13789, 13, 198, 198, 2, 2163, 284, 1037, 21136, 12405, 42287, 422, 1489, 365, 71, 4382, 19016, 198, 7206, 38865, 62, 6489, 2394, 62, 13909, 9947, 796, 5323, 198, 7206, 38865, 62, 6489, 2394, 62, 54, 2389, 4221, 796, 10460, 198 ]
3.509901
202
from .user import UserResource from .movie import MovieResource,MovieAuthorResource from .note import NoteResource, NoteAllResource
[ 6738, 764, 7220, 1330, 11787, 26198, 198, 6738, 764, 41364, 1330, 15875, 26198, 11, 25097, 13838, 26198, 198, 6738, 764, 11295, 1330, 5740, 26198, 11, 5740, 3237, 26198, 198 ]
4.551724
29
from Tkinter import * from tkMessageBox import * from tkFileDialog import * from SQLinjector import * import time import websitedata Home()
[ 6738, 309, 74, 3849, 1330, 1635, 198, 6738, 256, 74, 12837, 14253, 1330, 1635, 198, 6738, 256, 74, 8979, 44204, 1330, 1635, 198, 6738, 16363, 259, 752, 273, 1330, 1635, 198, 11748, 640, 198, 11748, 2639, 863, 1045, 198, 220, 220, 220, 220, 628, 198, 16060, 3419, 628, 198 ]
3.040816
49
#!/usr/bin/env python3 # Copyright 2019 Mobvoi AI Lab, Beijing, China (author: Fangjun Kuang) # Apache 2.0 import os import sys sys.path.insert(0, os.path.join(os.path.dirname(__file__), os.pardir)) import unittest import numpy as np import kaldi if __name__ == '__main__': unittest.main()
[ 2, 48443, 14629, 14, 8800, 14, 24330, 21015, 18, 198, 198, 2, 15069, 13130, 16540, 13038, 72, 9552, 3498, 11, 11618, 11, 2807, 357, 9800, 25, 24468, 29741, 12554, 648, 8, 198, 2, 24843, 362, 13, 15, 198, 198, 11748, 28686, 198, 11748, 25064, 198, 17597, 13, 6978, 13, 28463, 7, 15, 11, 28686, 13, 6978, 13, 22179, 7, 418, 13, 6978, 13, 15908, 3672, 7, 834, 7753, 834, 828, 28686, 13, 26037, 343, 4008, 198, 198, 11748, 555, 715, 395, 198, 198, 11748, 299, 32152, 355, 45941, 198, 198, 11748, 479, 37566, 628, 628, 198, 198, 361, 11593, 3672, 834, 6624, 705, 834, 12417, 834, 10354, 198, 220, 220, 220, 555, 715, 395, 13, 12417, 3419, 198 ]
2.576271
118
from flask import Blueprint, request, render_template, jsonify from flask_login import current_user from src.controllers.supporting_lists.manage_lists import manage, update_item from src.models.type import TypeDataAccess from src.models.tag import TagDataAccess from src.models.research_group import * from src.models.study_field import * from src.models.employee import * from src.models.db import get_db bp = Blueprint('manage_lists', __name__) @bp.route('/modify-lists', methods=["GET", "POST"]) def modify_lists(): """ Handles the GET & POST request to '/modify-lists'. GET: requests to render page POST: request managing sent data :return: Json with failure status / template rendering / function call to manage data """ if not current_user.is_authenticated or current_user.role == "student": return jsonify({'success': False}), 400, {'ContentType': 'application/json'} if request.method == "GET": return render_template('supporting_lists.html') else: return manage(request.json) @bp.route('/get-all-list-data', methods=['GET']) def get_all_list_data(): """ Handles the GET request to '/get-all-list-data'. :return: Json with all list data """ conn = get_db() all_types = TypeDataAccess(conn).get_types(False) all_tags = TagDataAccess(conn).get_tags() all_groups = ResearchGroupDataAccess(conn).get_research_groups(False) all_employees = EmployeeDataAccess(conn).get_employees(False) result = { "types": [obj.to_dict() for obj in all_types], "tags": all_tags, "research groups": [obj.to_dict() for obj in all_groups], "employees": [obj.to_dict() for obj in all_employees] } return jsonify(result) @bp.route("/update-profile", methods=["POST"]) def update_profile(): """ Handles the POST request to '/update-profile'. :return: function call to update_item with sent data """ return update_item(request.json)
[ 6738, 42903, 1330, 39932, 11, 2581, 11, 8543, 62, 28243, 11, 33918, 1958, 198, 6738, 42903, 62, 38235, 1330, 1459, 62, 7220, 198, 6738, 12351, 13, 3642, 36667, 13, 11284, 278, 62, 20713, 13, 805, 496, 62, 20713, 1330, 6687, 11, 4296, 62, 9186, 198, 6738, 12351, 13, 27530, 13, 4906, 1330, 5994, 6601, 15457, 198, 6738, 12351, 13, 27530, 13, 12985, 1330, 17467, 6601, 15457, 198, 6738, 12351, 13, 27530, 13, 34033, 62, 8094, 1330, 1635, 198, 6738, 12351, 13, 27530, 13, 44517, 62, 3245, 1330, 1635, 198, 6738, 12351, 13, 27530, 13, 7033, 1453, 1330, 1635, 198, 6738, 12351, 13, 27530, 13, 9945, 1330, 651, 62, 9945, 198, 198, 46583, 796, 39932, 10786, 805, 496, 62, 20713, 3256, 11593, 3672, 834, 8, 628, 198, 31, 46583, 13, 38629, 10786, 14, 4666, 1958, 12, 20713, 3256, 5050, 28, 14692, 18851, 1600, 366, 32782, 8973, 8, 198, 4299, 13096, 62, 20713, 33529, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 7157, 829, 262, 17151, 1222, 24582, 2581, 284, 31051, 4666, 1958, 12, 20713, 4458, 198, 220, 220, 220, 17151, 25, 7007, 284, 8543, 2443, 198, 220, 220, 220, 24582, 25, 2581, 11149, 1908, 1366, 198, 220, 220, 220, 1058, 7783, 25, 449, 1559, 351, 5287, 3722, 1220, 11055, 14837, 1220, 2163, 869, 284, 6687, 1366, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 611, 407, 1459, 62, 7220, 13, 271, 62, 41299, 3474, 393, 1459, 62, 7220, 13, 18090, 6624, 366, 50139, 1298, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 33918, 1958, 15090, 6, 13138, 10354, 10352, 92, 828, 7337, 11, 1391, 6, 19746, 6030, 10354, 705, 31438, 14, 17752, 6, 92, 198, 220, 220, 220, 611, 2581, 13, 24396, 6624, 366, 18851, 1298, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 8543, 62, 28243, 10786, 11284, 278, 62, 20713, 13, 6494, 11537, 198, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 6687, 7, 25927, 13, 17752, 8, 628, 198, 31, 46583, 13, 38629, 10786, 14, 1136, 12, 439, 12, 4868, 12, 7890, 3256, 5050, 28, 17816, 18851, 6, 12962, 198, 4299, 651, 62, 439, 62, 4868, 62, 7890, 33529, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 7157, 829, 262, 17151, 2581, 284, 31051, 1136, 12, 439, 12, 4868, 12, 7890, 4458, 198, 220, 220, 220, 1058, 7783, 25, 449, 1559, 351, 477, 1351, 1366, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 48260, 796, 651, 62, 9945, 3419, 628, 220, 220, 220, 477, 62, 19199, 796, 5994, 6601, 15457, 7, 37043, 737, 1136, 62, 19199, 7, 25101, 8, 198, 220, 220, 220, 477, 62, 31499, 796, 17467, 6601, 15457, 7, 37043, 737, 1136, 62, 31499, 3419, 198, 220, 220, 220, 477, 62, 24432, 796, 4992, 13247, 6601, 15457, 7, 37043, 737, 1136, 62, 34033, 62, 24432, 7, 25101, 8, 198, 220, 220, 220, 477, 62, 7033, 2841, 796, 36824, 6601, 15457, 7, 37043, 737, 1136, 62, 7033, 2841, 7, 25101, 8, 628, 220, 220, 220, 1255, 796, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 366, 19199, 1298, 685, 26801, 13, 1462, 62, 11600, 3419, 329, 26181, 287, 477, 62, 19199, 4357, 198, 220, 220, 220, 220, 220, 220, 220, 366, 31499, 1298, 477, 62, 31499, 11, 198, 220, 220, 220, 220, 220, 220, 220, 366, 34033, 2628, 1298, 685, 26801, 13, 1462, 62, 11600, 3419, 329, 26181, 287, 477, 62, 24432, 4357, 198, 220, 220, 220, 220, 220, 220, 220, 366, 7033, 2841, 1298, 685, 26801, 13, 1462, 62, 11600, 3419, 329, 26181, 287, 477, 62, 7033, 2841, 60, 198, 220, 220, 220, 1782, 628, 220, 220, 220, 1441, 33918, 1958, 7, 20274, 8, 628, 198, 31, 46583, 13, 38629, 7203, 14, 19119, 12, 13317, 1600, 5050, 28, 14692, 32782, 8973, 8, 198, 4299, 4296, 62, 13317, 33529, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 7157, 829, 262, 24582, 2581, 284, 31051, 19119, 12, 13317, 4458, 198, 220, 220, 220, 1058, 7783, 25, 2163, 869, 284, 4296, 62, 9186, 351, 1908, 1366, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 1441, 4296, 62, 9186, 7, 25927, 13, 17752, 8, 198 ]
2.872464
690
# -*- coding: utf-8 -*- # @Author: ander # @Date: 2020-12-22 16:19:51 # @Last Modified by: ander # @Last Modified time: 2020-12-22 16:25:49 import pdfplumber from PyPDF2 import PdfFileReader, PdfFileWriter, PdfFileMerger import os.path from .utilities import mkdir class PDFBot(object): """docstring for ExcelBot"""
[ 2, 532, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12, 198, 2, 2488, 13838, 25, 290, 263, 198, 2, 2488, 10430, 25, 220, 220, 12131, 12, 1065, 12, 1828, 1467, 25, 1129, 25, 4349, 198, 2, 2488, 5956, 40499, 416, 25, 220, 220, 290, 263, 198, 2, 2488, 5956, 40499, 640, 25, 12131, 12, 1065, 12, 1828, 1467, 25, 1495, 25, 2920, 198, 11748, 37124, 489, 4494, 198, 6738, 9485, 20456, 17, 1330, 350, 7568, 8979, 33634, 11, 350, 7568, 8979, 34379, 11, 350, 7568, 8979, 13102, 1362, 198, 11748, 28686, 13, 6978, 198, 6738, 764, 315, 2410, 1330, 33480, 15908, 628, 198, 4871, 12960, 20630, 7, 15252, 2599, 198, 220, 220, 220, 37227, 15390, 8841, 329, 24134, 20630, 37811, 198 ]
2.629032
124
# -*- coding: utf-8 -*- ### # (C) Copyright [2019] Hewlett Packard Enterprise Development LP # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. ### from unittest import TestCase import mock from hpOneView.connection import connection from hpOneView.resources.settings.backups import Backups from hpOneView.resources.resource import ResourceClient
[ 2, 532, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12, 198, 21017, 198, 2, 357, 34, 8, 15069, 685, 23344, 60, 30446, 15503, 6400, 446, 14973, 7712, 18470, 198, 2, 198, 2, 49962, 739, 262, 24843, 13789, 11, 10628, 362, 13, 15, 357, 1169, 366, 34156, 15341, 198, 2, 345, 743, 407, 779, 428, 2393, 2845, 287, 11846, 351, 262, 13789, 13, 198, 2, 921, 743, 7330, 257, 4866, 286, 262, 13789, 379, 198, 2, 198, 2, 220, 220, 2638, 1378, 2503, 13, 43073, 13, 2398, 14, 677, 4541, 14, 43, 2149, 24290, 12, 17, 13, 15, 198, 2, 198, 2, 17486, 2672, 416, 9723, 1099, 393, 4987, 284, 287, 3597, 11, 3788, 198, 2, 9387, 739, 262, 13789, 318, 9387, 319, 281, 366, 1921, 3180, 1, 29809, 1797, 11, 198, 2, 42881, 34764, 11015, 6375, 7102, 49828, 11053, 3963, 15529, 509, 12115, 11, 2035, 4911, 393, 17142, 13, 198, 2, 4091, 262, 13789, 329, 262, 2176, 3303, 15030, 21627, 290, 198, 2, 11247, 739, 262, 13789, 13, 198, 21017, 198, 198, 6738, 555, 715, 395, 1330, 6208, 20448, 198, 198, 11748, 15290, 198, 198, 6738, 27673, 3198, 7680, 13, 38659, 1330, 4637, 198, 6738, 27673, 3198, 7680, 13, 37540, 13, 33692, 13, 1891, 4739, 1330, 5157, 4739, 198, 6738, 27673, 3198, 7680, 13, 37540, 13, 31092, 1330, 20857, 11792, 628 ]
3.767857
224
import zipcodes import listings import bnbcalendar import finance from pprint import pprint if __name__ == "__main__": region_average_revenue(zipcodes.get_all_cape_cod_zip_codes)
[ 11748, 19974, 40148, 198, 11748, 26890, 198, 11748, 275, 46803, 9948, 9239, 198, 11748, 9604, 198, 6738, 279, 4798, 1330, 279, 4798, 628, 220, 220, 220, 220, 220, 220, 220, 220, 198, 361, 11593, 3672, 834, 6624, 366, 834, 12417, 834, 1298, 198, 220, 220, 220, 3814, 62, 23913, 62, 260, 4080, 7, 13344, 40148, 13, 1136, 62, 439, 62, 36435, 62, 19815, 62, 13344, 62, 40148, 8, 628 ]
2.811594
69
# # demo_spam_classifier.py # # Multinomial Naive Bays Classifier. # # Based-on: # # https://www.udemy.com/data-science-and-machine-learning-with-python-hands-on/ # http://blog.datumbox.com/machine-learning-tutorial-the-naive-bayes-text-classifier/ # import os import io import numpy from pandas import DataFrame from sklearn.feature_extraction.text import CountVectorizer from sklearn.naive_bayes import MultinomialNB ''' Convenience functions to read the emails and store their messages and classes in a pandas dataframe. ''' ''' Read the data and store it in a pandas dataframe. ''' data = DataFrame({'message': [], 'class': []}) data = data.append(dataFrameFromDirectory('../datasets/emails/ham', 'ham')) data = data.append(dataFrameFromDirectory('../datasets/emails/spam', 'spam')) ''' We pass an array of messages to vectorizer.fit_transform(), it will convert each word to a global token and count the occurences across all emails. ''' vectorizer = CountVectorizer() counts = vectorizer.fit_transform(data['message'].values) ''' Now we train a Multinomial Naive Bayes Classifier using the frequencies obtained from last step. We'll use this variant of the algorithm because our premise is that spams tend to contain certain words that can easily identify the nefarious purpose of them. ''' classifier = MultinomialNB() targets = data['class'].values classifier.fit(counts, targets) ''' Run some examples to test the classifier. ''' examples = ['Free Viagra now!!!', "Hi Bob, how about a game of golf tomorrow?", "Luke... I'm your father."] example_counts = vectorizer.transform(examples) predictions = classifier.predict(example_counts) print(predictions)
[ 2, 198, 2, 13605, 62, 2777, 321, 62, 4871, 7483, 13, 9078, 198, 2, 198, 2, 7854, 259, 49070, 11013, 425, 347, 592, 5016, 7483, 13, 198, 2, 198, 2, 13403, 12, 261, 25, 198, 2, 198, 2, 3740, 1378, 2503, 13, 463, 3065, 13, 785, 14, 7890, 12, 16801, 12, 392, 12, 30243, 12, 40684, 12, 4480, 12, 29412, 12, 43365, 12, 261, 14, 198, 2, 2638, 1378, 14036, 13, 19608, 2178, 1140, 13, 785, 14, 30243, 12, 40684, 12, 83, 44917, 12, 1169, 12, 2616, 425, 12, 24406, 274, 12, 5239, 12, 4871, 7483, 14, 198, 2, 198, 198, 11748, 28686, 198, 11748, 33245, 198, 11748, 299, 32152, 198, 6738, 19798, 292, 1330, 6060, 19778, 198, 6738, 1341, 35720, 13, 30053, 62, 2302, 7861, 13, 5239, 1330, 2764, 38469, 7509, 198, 6738, 1341, 35720, 13, 2616, 425, 62, 24406, 274, 1330, 7854, 259, 49070, 32819, 198, 198, 7061, 6, 198, 3103, 574, 1240, 5499, 284, 1100, 262, 7237, 290, 3650, 511, 6218, 290, 198, 37724, 287, 257, 19798, 292, 1366, 14535, 13, 198, 7061, 6, 628, 198, 7061, 6, 198, 5569, 262, 1366, 290, 3650, 340, 287, 257, 19798, 292, 1366, 14535, 13, 198, 7061, 6, 198, 198, 7890, 796, 6060, 19778, 15090, 6, 20500, 10354, 685, 4357, 705, 4871, 10354, 17635, 30072, 198, 198, 7890, 796, 1366, 13, 33295, 7, 7890, 19778, 4863, 43055, 10786, 40720, 19608, 292, 1039, 14, 368, 1768, 14, 2763, 3256, 705, 2763, 6, 4008, 198, 7890, 796, 1366, 13, 33295, 7, 7890, 19778, 4863, 43055, 10786, 40720, 19608, 292, 1039, 14, 368, 1768, 14, 2777, 321, 3256, 705, 2777, 321, 6, 4008, 198, 198, 7061, 6, 198, 1135, 1208, 281, 7177, 286, 6218, 284, 15879, 7509, 13, 11147, 62, 35636, 22784, 340, 481, 10385, 198, 27379, 1573, 284, 257, 3298, 11241, 290, 954, 262, 1609, 495, 3179, 1973, 477, 7237, 13, 198, 7061, 6, 198, 198, 31364, 7509, 796, 2764, 38469, 7509, 3419, 198, 9127, 82, 796, 15879, 7509, 13, 11147, 62, 35636, 7, 7890, 17816, 20500, 6, 4083, 27160, 8, 198, 198, 7061, 6, 198, 3844, 356, 4512, 257, 7854, 259, 49070, 11013, 425, 4696, 274, 5016, 7483, 1262, 262, 19998, 198, 672, 4644, 422, 938, 2239, 13, 775, 1183, 779, 428, 15304, 286, 262, 11862, 780, 198, 454, 18659, 318, 326, 599, 4105, 4327, 284, 3994, 1728, 2456, 326, 460, 3538, 198, 738, 1958, 262, 42079, 4007, 286, 606, 13, 198, 7061, 6, 198, 198, 4871, 7483, 796, 7854, 259, 49070, 32819, 3419, 198, 83, 853, 1039, 796, 1366, 17816, 4871, 6, 4083, 27160, 198, 4871, 7483, 13, 11147, 7, 9127, 82, 11, 6670, 8, 198, 198, 7061, 6, 198, 10987, 617, 6096, 284, 1332, 262, 1398, 7483, 13, 198, 7061, 6, 198, 198, 1069, 12629, 796, 37250, 11146, 16049, 45429, 783, 10185, 3256, 366, 17250, 5811, 11, 703, 546, 257, 983, 286, 13126, 9439, 35379, 366, 30730, 986, 314, 1101, 534, 2988, 526, 60, 198, 198, 20688, 62, 9127, 82, 796, 15879, 7509, 13, 35636, 7, 1069, 12629, 8, 198, 28764, 9278, 796, 1398, 7483, 13, 79, 17407, 7, 20688, 62, 9127, 82, 8, 198, 198, 4798, 7, 28764, 9278, 8, 198 ]
3.206501
523
ports = [80, 433, 8080, 8000]
[ 3742, 796, 685, 1795, 11, 47407, 11, 4019, 1795, 11, 38055, 60, 628 ]
2.384615
13
# # Copyright (c) nexB Inc. and others. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # See http://www.apache.org/licenses/LICENSE-2.0 for the license text. # See https://github.com/nexB/commoncode for support or download. # See https://aboutcode.org for more information about nexB OSS projects. # import os from datetime import datetime from commoncode.system import on_posix from commoncode.functional import memoize """ Low level file type utilities, essentially a wrapper around os.path and stat. """ def is_link(location): """ Return True if `location` is a symbolic link. """ return location and os.path.islink(location) def is_file(location, follow_symlinks=False): """ Return True if `location` is a file. """ _is_file = location and os.path.isfile(location) if follow_symlinks: return _is_file return _is_file and not is_link(location) and not is_broken_link(location) def is_dir(location, follow_symlinks=False): """ Return True if `location` is a directory. """ _is_dir = location and os.path.isdir(location) and not is_file(location) if follow_symlinks: return _is_dir return _is_dir and not is_link(location) and not is_broken_link(location) def is_regular(location): """ Return True if `location` is regular. A regular location is a file or a dir and not a special file or symlink. """ return location and (is_file(location) or is_dir(location)) def is_special(location): """ Return True if `location` is a special file . A special file is not a regular file, i.e. anything such as a broken link, block file, fifo, socket, character device or else. """ return not is_regular(location) def is_broken_link(location): """ Return True if `location` is a broken link. """ # always false on windows, until Python supports junctions/links if on_posix and is_link(location): target = get_link_target(location) target_loc = os.path.join(os.path.dirname(location), target) return target and not os.path.exists(target_loc) def get_link_target(location): """ Return the link target for `location` if this is a Link or an empty string. """ target = '' # always false on windows, until Python supports junctions/links if on_posix and is_link(location): try: # return false on OSes not supporting links target = os.readlink(location) except UnicodeEncodeError: # location is unicode but readlink can fail in some cases pass return target # Map of type checker function -> short type code # The order of types check matters: link -> file -> directory -> special TYPES = dict([ (is_link, ('l', 'link',)), (is_file, ('f', 'file',)), (is_dir, ('d', 'directory',)), (is_special, ('s', 'special',)) ]) def get_type(location, short=True): """ Return the type of the `location` or None if it does not exist. Return the short form (single character) or long form if short=False """ if location: for type_checker in TYPES: tc = type_checker(location) if tc: short_form, long_form = TYPES[type_checker] return short and short_form or long_form def is_readable(location): """ Return True if the file at location has readable permission set. Does not follow links. """ if location: if is_dir(location): return os.access(location, os.R_OK | os.X_OK) else: return os.access(location, os.R_OK) def is_writable(location): """ Return True if the file at location has writeable permission set. Does not follow links. """ if location: if is_dir(location): return os.access(location, os.R_OK | os.W_OK | os.X_OK) else: return os.access(location, os.R_OK | os.W_OK) def is_executable(location): """ Return True if the file at location has executable permission set. Does not follow links. """ if location: if is_dir(location): return os.access(location, os.R_OK | os.W_OK | os.X_OK) else: return os.access(location, os.X_OK) def is_rwx(location): """ Return True if the file at location has read, write and executable permission set. Does not follow links. """ return is_readable(location) and is_writable(location) and is_executable(location) def get_last_modified_date(location): """ Return the last modified date stamp of a file as YYYYMMDD format. The date of non-files (dir, links, special) is always an empty string. """ yyyymmdd = '' if is_file(location): utc_date = datetime.isoformat( datetime.utcfromtimestamp(os.path.getmtime(location)) ) yyyymmdd = utc_date[:10] return yyyymmdd counting_functions = { 'file_count': lambda _: 1, 'file_size': os.path.getsize, } @memoize def counter(location, counting_function): """ Return a count for a single file or a cumulative count for a directory tree at `location`. Get a callable from the counting_functions registry using the `counting_function` string. Call this callable with a `location` argument to determine the count value for a single file. This allow memoization with hashable arguments. Only regular files and directories have a count. The count for a directory is the recursive count sum of the directory file and directory descendants. Any other file type such as a special file or link has a zero size. Does not follow links. """ if not (is_file(location) or is_dir(location)): return 0 count = 0 if is_file(location): count_fun = counting_functions[counting_function] return count_fun(location) elif is_dir(location): count += sum(counter(os.path.join(location, p), counting_function) for p in os.listdir(location)) return count def get_file_count(location): """ Return the cumulative number of files in the directory tree at `location` or 1 if `location` is a file. Only regular files are counted. Everything else has a zero size. """ return counter(location, 'file_count') def get_size(location): """ Return the size in bytes of a file at `location` or if `location` is a directory, the cumulative size of all files in this directory tree. Only regular files have a size. Everything else has a zero size. """ return counter(location, 'file_size')
[ 2, 198, 2, 15069, 357, 66, 8, 497, 87, 33, 3457, 13, 290, 1854, 13, 1439, 2489, 10395, 13, 198, 2, 30628, 55, 12, 34156, 12, 33234, 7483, 25, 24843, 12, 17, 13, 15, 198, 2, 4091, 2638, 1378, 2503, 13, 43073, 13, 2398, 14, 677, 4541, 14, 43, 2149, 24290, 12, 17, 13, 15, 329, 262, 5964, 2420, 13, 198, 2, 4091, 3740, 1378, 12567, 13, 785, 14, 12413, 33, 14, 11321, 8189, 329, 1104, 393, 4321, 13, 198, 2, 4091, 3740, 1378, 10755, 8189, 13, 2398, 329, 517, 1321, 546, 497, 87, 33, 440, 5432, 4493, 13, 198, 2, 198, 198, 11748, 28686, 198, 6738, 4818, 8079, 1330, 4818, 8079, 198, 198, 6738, 2219, 8189, 13, 10057, 1330, 319, 62, 1930, 844, 198, 6738, 2219, 8189, 13, 45124, 1330, 16155, 1096, 198, 198, 37811, 198, 20535, 1241, 2393, 2099, 20081, 11, 6986, 257, 29908, 1088, 28686, 13, 6978, 290, 1185, 13, 198, 37811, 628, 198, 4299, 318, 62, 8726, 7, 24886, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 8229, 6407, 611, 4600, 24886, 63, 318, 257, 18975, 2792, 13, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 1441, 4067, 290, 28686, 13, 6978, 13, 3044, 676, 7, 24886, 8, 628, 198, 4299, 318, 62, 7753, 7, 24886, 11, 1061, 62, 37047, 28751, 28, 25101, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 8229, 6407, 611, 4600, 24886, 63, 318, 257, 2393, 13, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 4808, 271, 62, 7753, 796, 4067, 290, 28686, 13, 6978, 13, 4468, 576, 7, 24886, 8, 198, 220, 220, 220, 611, 1061, 62, 37047, 28751, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 4808, 271, 62, 7753, 198, 220, 220, 220, 1441, 4808, 271, 62, 7753, 290, 407, 318, 62, 8726, 7, 24886, 8, 290, 407, 318, 62, 25826, 62, 8726, 7, 24886, 8, 628, 198, 4299, 318, 62, 15908, 7, 24886, 11, 1061, 62, 37047, 28751, 28, 25101, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 8229, 6407, 611, 4600, 24886, 63, 318, 257, 8619, 13, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 4808, 271, 62, 15908, 796, 4067, 290, 28686, 13, 6978, 13, 9409, 343, 7, 24886, 8, 290, 407, 318, 62, 7753, 7, 24886, 8, 198, 220, 220, 220, 611, 1061, 62, 37047, 28751, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 4808, 271, 62, 15908, 198, 220, 220, 220, 1441, 4808, 271, 62, 15908, 290, 407, 318, 62, 8726, 7, 24886, 8, 290, 407, 318, 62, 25826, 62, 8726, 7, 24886, 8, 628, 198, 4299, 318, 62, 16338, 7, 24886, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 8229, 6407, 611, 4600, 24886, 63, 318, 3218, 13, 317, 3218, 4067, 318, 257, 2393, 393, 257, 198, 220, 220, 220, 26672, 290, 407, 257, 2041, 2393, 393, 827, 4029, 676, 13, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 1441, 4067, 290, 357, 271, 62, 7753, 7, 24886, 8, 393, 318, 62, 15908, 7, 24886, 4008, 628, 198, 4299, 318, 62, 20887, 7, 24886, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 8229, 6407, 611, 4600, 24886, 63, 318, 257, 2041, 2393, 764, 317, 2041, 2393, 318, 407, 257, 198, 220, 220, 220, 3218, 2393, 11, 1312, 13, 68, 13, 1997, 884, 355, 257, 5445, 2792, 11, 2512, 2393, 11, 5515, 78, 11, 198, 220, 220, 220, 17802, 11, 2095, 3335, 393, 2073, 13, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 1441, 407, 318, 62, 16338, 7, 24886, 8, 628, 198, 4299, 318, 62, 25826, 62, 8726, 7, 24886, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 8229, 6407, 611, 4600, 24886, 63, 318, 257, 5445, 2792, 13, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 1303, 1464, 3991, 319, 9168, 11, 1566, 11361, 6971, 10891, 2733, 14, 28751, 198, 220, 220, 220, 611, 319, 62, 1930, 844, 290, 318, 62, 8726, 7, 24886, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 2496, 796, 651, 62, 8726, 62, 16793, 7, 24886, 8, 198, 220, 220, 220, 220, 220, 220, 220, 2496, 62, 17946, 796, 28686, 13, 6978, 13, 22179, 7, 418, 13, 6978, 13, 15908, 3672, 7, 24886, 828, 2496, 8, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 2496, 290, 407, 28686, 13, 6978, 13, 1069, 1023, 7, 16793, 62, 17946, 8, 628, 198, 4299, 651, 62, 8726, 62, 16793, 7, 24886, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 8229, 262, 2792, 2496, 329, 4600, 24886, 63, 611, 428, 318, 257, 7502, 393, 281, 6565, 198, 220, 220, 220, 4731, 13, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 2496, 796, 10148, 198, 220, 220, 220, 1303, 1464, 3991, 319, 9168, 11, 1566, 11361, 6971, 10891, 2733, 14, 28751, 198, 220, 220, 220, 611, 319, 62, 1930, 844, 290, 318, 62, 8726, 7, 24886, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 1441, 3991, 319, 7294, 274, 407, 6493, 6117, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2496, 796, 28686, 13, 961, 8726, 7, 24886, 8, 198, 220, 220, 220, 220, 220, 220, 220, 2845, 34371, 4834, 8189, 12331, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 4067, 318, 28000, 1098, 475, 1100, 8726, 460, 2038, 287, 617, 2663, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1208, 198, 220, 220, 220, 1441, 2496, 628, 198, 2, 9347, 286, 2099, 2198, 263, 2163, 4613, 1790, 2099, 2438, 198, 2, 383, 1502, 286, 3858, 2198, 6067, 25, 2792, 4613, 2393, 4613, 8619, 4613, 2041, 198, 9936, 47, 1546, 796, 8633, 26933, 198, 220, 220, 220, 357, 271, 62, 8726, 11, 19203, 75, 3256, 705, 8726, 3256, 36911, 198, 220, 220, 220, 357, 271, 62, 7753, 11, 19203, 69, 3256, 705, 7753, 3256, 36911, 198, 220, 220, 220, 357, 271, 62, 15908, 11, 19203, 67, 3256, 705, 34945, 3256, 36911, 198, 220, 220, 220, 357, 271, 62, 20887, 11, 19203, 82, 3256, 705, 20887, 3256, 4008, 198, 12962, 628, 198, 4299, 651, 62, 4906, 7, 24886, 11, 1790, 28, 17821, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 8229, 262, 2099, 286, 262, 4600, 24886, 63, 393, 6045, 611, 340, 857, 407, 2152, 13, 198, 220, 220, 220, 8229, 262, 1790, 1296, 357, 29762, 2095, 8, 393, 890, 1296, 611, 1790, 28, 25101, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 611, 4067, 25, 198, 220, 220, 220, 220, 220, 220, 220, 329, 2099, 62, 9122, 263, 287, 24412, 47, 1546, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 37096, 796, 2099, 62, 9122, 263, 7, 24886, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 37096, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1790, 62, 687, 11, 890, 62, 687, 796, 24412, 47, 1546, 58, 4906, 62, 9122, 263, 60, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 1790, 290, 1790, 62, 687, 393, 890, 62, 687, 628, 198, 4299, 318, 62, 46155, 7, 24886, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 8229, 6407, 611, 262, 2393, 379, 4067, 468, 31744, 7170, 900, 13, 198, 220, 220, 220, 8314, 407, 1061, 6117, 13, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 611, 4067, 25, 198, 220, 220, 220, 220, 220, 220, 220, 611, 318, 62, 15908, 7, 24886, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 28686, 13, 15526, 7, 24886, 11, 28686, 13, 49, 62, 11380, 930, 28686, 13, 55, 62, 11380, 8, 198, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 28686, 13, 15526, 7, 24886, 11, 28686, 13, 49, 62, 11380, 8, 628, 198, 4299, 318, 62, 8933, 540, 7, 24886, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 8229, 6407, 611, 262, 2393, 379, 4067, 468, 3551, 540, 7170, 900, 13, 198, 220, 220, 220, 8314, 407, 1061, 6117, 13, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 611, 4067, 25, 198, 220, 220, 220, 220, 220, 220, 220, 611, 318, 62, 15908, 7, 24886, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 28686, 13, 15526, 7, 24886, 11, 28686, 13, 49, 62, 11380, 930, 28686, 13, 54, 62, 11380, 930, 28686, 13, 55, 62, 11380, 8, 198, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 28686, 13, 15526, 7, 24886, 11, 28686, 13, 49, 62, 11380, 930, 28686, 13, 54, 62, 11380, 8, 628, 198, 4299, 318, 62, 18558, 18187, 7, 24886, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 8229, 6407, 611, 262, 2393, 379, 4067, 468, 28883, 7170, 900, 13, 198, 220, 220, 220, 8314, 407, 1061, 6117, 13, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 611, 4067, 25, 198, 220, 220, 220, 220, 220, 220, 220, 611, 318, 62, 15908, 7, 24886, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 28686, 13, 15526, 7, 24886, 11, 28686, 13, 49, 62, 11380, 930, 28686, 13, 54, 62, 11380, 930, 28686, 13, 55, 62, 11380, 8, 198, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 28686, 13, 15526, 7, 24886, 11, 28686, 13, 55, 62, 11380, 8, 628, 198, 4299, 318, 62, 31653, 87, 7, 24886, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 8229, 6407, 611, 262, 2393, 379, 4067, 468, 1100, 11, 3551, 290, 28883, 198, 220, 220, 220, 7170, 900, 13, 8314, 407, 1061, 6117, 13, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 1441, 318, 62, 46155, 7, 24886, 8, 290, 318, 62, 8933, 540, 7, 24886, 8, 290, 318, 62, 18558, 18187, 7, 24886, 8, 628, 198, 4299, 651, 62, 12957, 62, 41771, 62, 4475, 7, 24886, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 8229, 262, 938, 9518, 3128, 17977, 286, 257, 2393, 355, 575, 26314, 56, 12038, 16458, 5794, 13, 383, 3128, 198, 220, 220, 220, 286, 1729, 12, 16624, 357, 15908, 11, 6117, 11, 2041, 8, 318, 1464, 281, 6565, 4731, 13, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 331, 22556, 26621, 1860, 796, 10148, 198, 220, 220, 220, 611, 318, 62, 7753, 7, 24886, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 3384, 66, 62, 4475, 796, 4818, 8079, 13, 26786, 18982, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4818, 8079, 13, 315, 66, 6738, 16514, 27823, 7, 418, 13, 6978, 13, 1136, 76, 2435, 7, 24886, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 1267, 198, 220, 220, 220, 220, 220, 220, 220, 331, 22556, 26621, 1860, 796, 3384, 66, 62, 4475, 58, 25, 940, 60, 198, 220, 220, 220, 1441, 331, 22556, 26621, 1860, 628, 198, 9127, 278, 62, 12543, 2733, 796, 1391, 198, 220, 220, 220, 705, 7753, 62, 9127, 10354, 37456, 4808, 25, 352, 11, 198, 220, 220, 220, 705, 7753, 62, 7857, 10354, 28686, 13, 6978, 13, 11407, 1096, 11, 198, 92, 628, 198, 31, 11883, 78, 1096, 198, 4299, 3753, 7, 24886, 11, 14143, 62, 8818, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 8229, 257, 954, 329, 257, 2060, 2393, 393, 257, 23818, 954, 329, 257, 8619, 198, 220, 220, 220, 5509, 379, 4600, 24886, 44646, 628, 220, 220, 220, 3497, 257, 869, 540, 422, 262, 14143, 62, 12543, 2733, 20478, 1262, 262, 198, 220, 220, 220, 4600, 9127, 278, 62, 8818, 63, 4731, 13, 4889, 428, 869, 540, 351, 257, 4600, 24886, 63, 4578, 198, 220, 220, 220, 284, 5004, 262, 954, 1988, 329, 257, 2060, 2393, 13, 770, 1249, 16155, 1634, 198, 220, 220, 220, 351, 12234, 540, 7159, 13, 628, 220, 220, 220, 5514, 3218, 3696, 290, 29196, 423, 257, 954, 13, 383, 954, 329, 257, 8619, 198, 220, 220, 220, 318, 262, 45115, 954, 2160, 286, 262, 8619, 2393, 290, 8619, 198, 220, 220, 220, 25321, 13, 628, 220, 220, 220, 4377, 584, 2393, 2099, 884, 355, 257, 2041, 2393, 393, 2792, 468, 257, 6632, 2546, 13, 8314, 198, 220, 220, 220, 407, 1061, 6117, 13, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 611, 407, 357, 271, 62, 7753, 7, 24886, 8, 393, 318, 62, 15908, 7, 24886, 8, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 657, 628, 220, 220, 220, 954, 796, 657, 198, 220, 220, 220, 611, 318, 62, 7753, 7, 24886, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 954, 62, 12543, 796, 14143, 62, 12543, 2733, 58, 9127, 278, 62, 8818, 60, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 954, 62, 12543, 7, 24886, 8, 198, 220, 220, 220, 1288, 361, 318, 62, 15908, 7, 24886, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 954, 15853, 2160, 7, 24588, 7, 418, 13, 6978, 13, 22179, 7, 24886, 11, 279, 828, 14143, 62, 8818, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 329, 279, 287, 28686, 13, 4868, 15908, 7, 24886, 4008, 198, 220, 220, 220, 1441, 954, 628, 198, 4299, 651, 62, 7753, 62, 9127, 7, 24886, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 8229, 262, 23818, 1271, 286, 3696, 287, 262, 8619, 5509, 379, 4600, 24886, 63, 198, 220, 220, 220, 393, 352, 611, 4600, 24886, 63, 318, 257, 2393, 13, 5514, 3218, 3696, 389, 14789, 13, 11391, 198, 220, 220, 220, 2073, 468, 257, 6632, 2546, 13, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 1441, 3753, 7, 24886, 11, 705, 7753, 62, 9127, 11537, 628, 198, 4299, 651, 62, 7857, 7, 24886, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 8229, 262, 2546, 287, 9881, 286, 257, 2393, 379, 4600, 24886, 63, 393, 611, 4600, 24886, 63, 318, 257, 198, 220, 220, 220, 8619, 11, 262, 23818, 2546, 286, 477, 3696, 287, 428, 8619, 5509, 13, 5514, 198, 220, 220, 220, 3218, 3696, 423, 257, 2546, 13, 11391, 2073, 468, 257, 6632, 2546, 13, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 1441, 3753, 7, 24886, 11, 705, 7753, 62, 7857, 11537, 198 ]
2.715043
2,453
""" Script to send prediction request. Usage: python predict.py --url=YOUR_KF_HOST/models/coco --input_image=YOUR_LOCAL_IMAGE --output_image=OUTPUT_IMAGE_NAME. This will save the prediction result as OUTPUT_IMAGE_NAME. The output image is the input image with the detected bounding boxes. """ import argparse import json import requests import numpy as np from PIL import Image import visualization_utils as vis_util WIDTH = 1024 HEIGHT = 768 if __name__ == '__main__': main()
[ 37811, 12327, 284, 3758, 17724, 2581, 13, 198, 198, 28350, 25, 198, 220, 21015, 4331, 13, 9078, 1377, 6371, 28, 56, 11698, 62, 42, 37, 62, 39, 10892, 14, 27530, 14, 66, 25634, 1377, 15414, 62, 9060, 28, 56, 11698, 62, 29701, 1847, 62, 3955, 11879, 198, 220, 220, 220, 1377, 22915, 62, 9060, 28, 2606, 7250, 3843, 62, 3955, 11879, 62, 20608, 13, 198, 198, 1212, 481, 3613, 262, 17724, 1255, 355, 16289, 30076, 62, 3955, 11879, 62, 20608, 13, 198, 464, 5072, 2939, 318, 262, 5128, 2939, 351, 262, 12326, 5421, 278, 10559, 13, 198, 37811, 198, 11748, 1822, 29572, 198, 11748, 33918, 198, 11748, 7007, 198, 11748, 299, 32152, 355, 45941, 198, 6738, 350, 4146, 1330, 7412, 198, 198, 11748, 32704, 62, 26791, 355, 1490, 62, 22602, 198, 198, 54, 2389, 4221, 796, 28119, 198, 13909, 9947, 796, 46720, 198, 198, 361, 11593, 3672, 834, 6624, 705, 834, 12417, 834, 10354, 198, 220, 1388, 3419, 198 ]
3.081761
159
from selenium import webdriver browser = webdriver.Firefox() browser.get('http://0.0.0.0:8000') print(browser.title) assert 'Django' in browser.title
[ 6738, 384, 11925, 1505, 1330, 3992, 26230, 198, 198, 40259, 796, 3992, 26230, 13, 13543, 12792, 3419, 198, 40259, 13, 1136, 10786, 4023, 1378, 15, 13, 15, 13, 15, 13, 15, 25, 33942, 11537, 198, 4798, 7, 40259, 13, 7839, 8, 198, 30493, 705, 35, 73, 14208, 6, 287, 6444, 13, 7839, 198 ]
2.849057
53
# Generated by Django 2.2.13 on 2020-07-23 16:13 from django.db import migrations
[ 2, 2980, 515, 416, 37770, 362, 13, 17, 13, 1485, 319, 12131, 12, 2998, 12, 1954, 1467, 25, 1485, 198, 198, 6738, 42625, 14208, 13, 9945, 1330, 15720, 602, 628, 198 ]
2.741935
31
# Copyright (c) OpenMMLab. All rights reserved. from .base import BaseWeightedLoss from .binary_logistic_regression_loss import BinaryLogisticRegressionLoss from .bmn_loss import BMNLoss from .cross_entropy_loss import BCELossWithLogits, CrossEntropyLoss from .hvu_loss import HVULoss from .nll_loss import NLLLoss from .ohem_hinge_loss import OHEMHingeLoss from .ssn_loss import SSNLoss from .slowfast_selfsupervised_loss import SlowFastSelfSupervisedLoss, ContrastiveLoss, SingleInstanceContrastiveLoss, SingleInstanceContrastiveLossv2 from .multiple_contrastive_loss import MultipleContrastiveLoss, MultipleContrastiveSingleInstanceLoss from .moco_loss import MocoLoss __all__ = [ 'BaseWeightedLoss', 'CrossEntropyLoss', 'NLLLoss', 'BCELossWithLogits', 'BinaryLogisticRegressionLoss', 'BMNLoss', 'OHEMHingeLoss', 'SSNLoss', 'HVULoss', 'SlowFastSelfSupervisedLoss', 'MultipleContrastiveLoss', 'ContrastiveLoss', 'MocoLoss', 'SingleInstanceContrastiveLoss', 'MultipleContrastiveSingleInstanceLoss', 'SingleInstanceContrastiveLossv2' ]
[ 2, 15069, 357, 66, 8, 4946, 44, 5805, 397, 13, 1439, 2489, 10395, 13, 198, 6738, 764, 8692, 1330, 7308, 25844, 276, 43, 793, 198, 6738, 764, 39491, 62, 6404, 2569, 62, 2301, 2234, 62, 22462, 1330, 45755, 11187, 2569, 8081, 2234, 43, 793, 198, 6738, 764, 65, 10295, 62, 22462, 1330, 29944, 32572, 793, 198, 6738, 764, 19692, 62, 298, 28338, 62, 22462, 1330, 11843, 3698, 793, 3152, 11187, 896, 11, 6372, 14539, 28338, 43, 793, 198, 6738, 764, 71, 40939, 62, 22462, 1330, 367, 53, 6239, 793, 198, 6738, 764, 77, 297, 62, 22462, 1330, 399, 3069, 43, 793, 198, 6738, 764, 78, 4411, 62, 722, 68, 62, 22462, 1330, 18723, 3620, 39, 11912, 43, 793, 198, 6738, 764, 824, 77, 62, 22462, 1330, 6723, 32572, 793, 198, 6738, 764, 38246, 7217, 62, 944, 16668, 16149, 62, 22462, 1330, 19054, 22968, 24704, 12442, 16149, 43, 793, 11, 47011, 425, 43, 793, 11, 14206, 33384, 4264, 5685, 425, 43, 793, 11, 14206, 33384, 4264, 5685, 425, 43, 793, 85, 17, 198, 6738, 764, 48101, 62, 3642, 5685, 425, 62, 22462, 1330, 20401, 4264, 5685, 425, 43, 793, 11, 20401, 4264, 5685, 425, 28008, 33384, 43, 793, 198, 6738, 764, 76, 25634, 62, 22462, 1330, 337, 25634, 43, 793, 628, 198, 834, 439, 834, 796, 685, 198, 220, 220, 220, 705, 14881, 25844, 276, 43, 793, 3256, 705, 21544, 14539, 28338, 43, 793, 3256, 705, 45, 3069, 43, 793, 3256, 705, 2749, 3698, 793, 3152, 11187, 896, 3256, 198, 220, 220, 220, 705, 33, 3219, 11187, 2569, 8081, 2234, 43, 793, 3256, 705, 12261, 32572, 793, 3256, 705, 12096, 3620, 39, 11912, 43, 793, 3256, 705, 5432, 32572, 793, 3256, 198, 220, 220, 220, 705, 39, 53, 6239, 793, 3256, 705, 36423, 22968, 24704, 12442, 16149, 43, 793, 3256, 705, 31217, 4264, 5685, 425, 43, 793, 3256, 220, 198, 220, 220, 220, 705, 4264, 5685, 425, 43, 793, 3256, 705, 44, 25634, 43, 793, 3256, 705, 28008, 33384, 4264, 5685, 425, 43, 793, 3256, 705, 31217, 4264, 5685, 425, 28008, 33384, 43, 793, 3256, 705, 28008, 33384, 4264, 5685, 425, 43, 793, 85, 17, 6, 198, 60, 198 ]
2.946927
358
from flask import Flask, render_template, url_for, request, redirect, send_from_directory, session, flash from functools import wraps from .db import init_db from .models.object import Object from .controllers.object import ObjectController from .controllers.user import UserController from flask import jsonify
[ 6738, 42903, 1330, 46947, 11, 8543, 62, 28243, 11, 19016, 62, 1640, 11, 2581, 11, 18941, 11, 3758, 62, 6738, 62, 34945, 11, 6246, 11, 7644, 198, 6738, 1257, 310, 10141, 1330, 27521, 198, 6738, 764, 9945, 1330, 2315, 62, 9945, 198, 6738, 764, 27530, 13, 15252, 1330, 9515, 198, 6738, 764, 3642, 36667, 13, 15252, 1330, 9515, 22130, 198, 6738, 764, 3642, 36667, 13, 7220, 1330, 11787, 22130, 198, 6738, 42903, 1330, 33918, 1958, 198 ]
4.105263
76
/home/runner/.cache/pip/pool/3a/e8/d9/6b866f26f3d0047a518cb59b619be509f29a97d30cbaa9657343abd771
[ 14, 11195, 14, 16737, 11757, 23870, 14, 79, 541, 14, 7742, 14, 18, 64, 14, 68, 23, 14, 67, 24, 14, 21, 65, 42240, 69, 2075, 69, 18, 67, 405, 2857, 64, 44085, 21101, 3270, 65, 21, 1129, 1350, 29022, 69, 1959, 64, 5607, 67, 1270, 66, 7012, 64, 24, 37680, 32118, 397, 67, 46761 ]
1.745455
55
""" Django REST Framework serializers for the User API Accounts sub-application """ import json import logging import re from django.conf import settings from django.contrib.auth.models import User # lint-amnesty, pylint: disable=imported-auth-user from django.core.exceptions import ObjectDoesNotExist from django.urls import reverse from rest_framework import serializers from edx_name_affirmation.toggles import is_verified_name_enabled from common.djangoapps.student.models import ( LanguageProficiency, PendingNameChange, SocialLink, UserPasswordToggleHistory, UserProfile ) from lms.djangoapps.badges.utils import badges_enabled from openedx.core.djangoapps.site_configuration import helpers as configuration_helpers from openedx.core.djangoapps.user_api import errors from openedx.core.djangoapps.user_api.accounts.utils import is_secondary_email_feature_enabled from openedx.core.djangoapps.user_api.models import RetirementState, UserPreference, UserRetirementStatus from openedx.core.djangoapps.user_api.serializers import ReadOnlyFieldsSerializerMixin from openedx.core.djangoapps.user_authn.views.registration_form import contains_html, contains_url from . import ( ACCOUNT_VISIBILITY_PREF_KEY, ALL_USERS_VISIBILITY, BIO_MAX_LENGTH, CUSTOM_VISIBILITY, NAME_MIN_LENGTH, PRIVATE_VISIBILITY, VISIBILITY_PREFIX ) from .image_helpers import get_profile_image_urls_for_user from .utils import format_social_link, validate_social_link PROFILE_IMAGE_KEY_PREFIX = 'image_url' LOGGER = logging.getLogger(__name__) class PhoneNumberSerializer(serializers.BaseSerializer): # lint-amnesty, pylint: disable=abstract-method """ Class to serialize phone number into a digit only representation """ def to_internal_value(self, data): """Remove all non numeric characters in phone number""" return re.sub("[^0-9]", "", data) or None class LanguageProficiencySerializer(serializers.ModelSerializer): """ Class that serializes the LanguageProficiency model for account information. """ def get_identity(self, data): """ This is used in bulk updates to determine the identity of an object. The default is to use the id of an object, but we want to override that and consider the language code to be the canonical identity of a LanguageProficiency model. """ try: return data.get('code', None) except AttributeError: return None class SocialLinkSerializer(serializers.ModelSerializer): """ Class that serializes the SocialLink model for the UserProfile object. """ def validate_platform(self, platform): """ Validate that the platform value is one of (facebook, twitter or linkedin) """ valid_platforms = ["facebook", "twitter", "linkedin"] if platform not in valid_platforms: raise serializers.ValidationError( "The social platform must be facebook, twitter or linkedin" ) return platform class UserReadOnlySerializer(serializers.Serializer): # lint-amnesty, pylint: disable=abstract-method """ Class that serializes the User model and UserProfile model together. """ def to_representation(self, user): # lint-amnesty, pylint: disable=arguments-differ """ Overwrite to_native to handle custom logic since we are serializing three models as one here :param user: User object :return: Dict serialized account """ try: user_profile = user.profile except ObjectDoesNotExist: user_profile = None LOGGER.warning("user profile for the user [%s] does not exist", user.username) try: account_recovery = user.account_recovery except ObjectDoesNotExist: account_recovery = None try: activation_key = user.registration.activation_key except ObjectDoesNotExist: activation_key = None accomplishments_shared = badges_enabled() data = { "username": user.username, "url": self.context.get('request').build_absolute_uri( reverse('accounts_api', kwargs={'username': user.username}) ), "email": user.email, "id": user.id, # For backwards compatibility: Tables created after the upgrade to Django 1.8 will save microseconds. # However, mobile apps are not expecting microsecond in the serialized value. If we set it to zero the # DRF JSONEncoder will not include it in the serialized value. # https://docs.djangoproject.com/en/1.8/ref/databases/#fractional-seconds-support-for-time-and-datetime-fields "date_joined": user.date_joined.replace(microsecond=0), "last_login": user.last_login, "is_active": user.is_active, "activation_key": activation_key, "bio": None, "country": None, "state": None, "profile_image": None, "language_proficiencies": None, "name": None, "gender": None, "goals": None, "year_of_birth": None, "level_of_education": None, "mailing_address": None, "requires_parental_consent": None, "accomplishments_shared": accomplishments_shared, "account_privacy": self.configuration.get('default_visibility'), "social_links": None, "extended_profile_fields": None, "phone_number": None, "pending_name_change": None, "is_verified_name_enabled": is_verified_name_enabled(), } if user_profile: data.update( { "bio": AccountLegacyProfileSerializer.convert_empty_to_None(user_profile.bio), "country": AccountLegacyProfileSerializer.convert_empty_to_None(user_profile.country.code), "state": AccountLegacyProfileSerializer.convert_empty_to_None(user_profile.state), "profile_image": AccountLegacyProfileSerializer.get_profile_image( user_profile, user, self.context.get('request') ), "language_proficiencies": LanguageProficiencySerializer( user_profile.language_proficiencies.all().order_by('code'), many=True ).data, "name": user_profile.name, "gender": AccountLegacyProfileSerializer.convert_empty_to_None(user_profile.gender), "goals": user_profile.goals, "year_of_birth": user_profile.year_of_birth, "level_of_education": AccountLegacyProfileSerializer.convert_empty_to_None( user_profile.level_of_education ), "mailing_address": user_profile.mailing_address, "requires_parental_consent": user_profile.requires_parental_consent(), "account_privacy": get_profile_visibility(user_profile, user, self.configuration), "social_links": SocialLinkSerializer( user_profile.social_links.all().order_by('platform'), many=True ).data, "extended_profile": get_extended_profile(user_profile), "phone_number": user_profile.phone_number, } ) try: pending_name_change = PendingNameChange.objects.get(user=user) data.update({"pending_name_change": pending_name_change.new_name}) except PendingNameChange.DoesNotExist: pass if is_secondary_email_feature_enabled(): data.update( { "secondary_email": account_recovery.secondary_email if account_recovery else None, "secondary_email_enabled": True, } ) if self.custom_fields: fields = self.custom_fields elif user_profile: fields = _visible_fields(user_profile, user, self.configuration) else: fields = self.configuration.get('public_fields') return self._filter_fields( fields, data ) def _filter_fields(self, field_whitelist, serialized_account): """ Filter serialized account Dict to only include whitelisted keys """ visible_serialized_account = {} for field_name in field_whitelist: visible_serialized_account[field_name] = serialized_account.get(field_name, None) return visible_serialized_account class UserAccountDisableHistorySerializer(serializers.ModelSerializer): """ Class that serializes User account disable history """ created_by = serializers.SerializerMethodField() class AccountUserSerializer(serializers.HyperlinkedModelSerializer, ReadOnlyFieldsSerializerMixin): """ Class that serializes the portion of User model needed for account information. """ password_toggle_history = UserAccountDisableHistorySerializer(many=True, required=False) class AccountLegacyProfileSerializer(serializers.HyperlinkedModelSerializer, ReadOnlyFieldsSerializerMixin): """ Class that serializes the portion of UserProfile model needed for account information. """ profile_image = serializers.SerializerMethodField("_get_profile_image") requires_parental_consent = serializers.SerializerMethodField() language_proficiencies = LanguageProficiencySerializer(many=True, required=False) social_links = SocialLinkSerializer(many=True, required=False) phone_number = PhoneNumberSerializer(required=False) def validate_bio(self, new_bio): """ Enforce maximum length for bio. """ if len(new_bio) > BIO_MAX_LENGTH: raise serializers.ValidationError( f"The about me field must be at most {BIO_MAX_LENGTH} characters long." ) return new_bio def validate_name(self, new_name): """ Enforce minimum length for name. """ if len(new_name) < NAME_MIN_LENGTH: raise serializers.ValidationError( f"The name field must be at least {NAME_MIN_LENGTH} character long." ) return new_name def validate_language_proficiencies(self, value): """ Enforce all languages are unique. """ language_proficiencies = [language for language in value] # lint-amnesty, pylint: disable=unnecessary-comprehension unique_language_proficiencies = {language["code"] for language in language_proficiencies} if len(language_proficiencies) != len(unique_language_proficiencies): raise serializers.ValidationError("The language_proficiencies field must consist of unique languages.") return value def validate_social_links(self, value): """ Enforce only one entry for a particular social platform. """ social_links = [social_link for social_link in value] # lint-amnesty, pylint: disable=unnecessary-comprehension unique_social_links = {social_link["platform"] for social_link in social_links} if len(social_links) != len(unique_social_links): raise serializers.ValidationError("The social_links field must consist of unique social platforms.") return value def transform_gender(self, user_profile, value): # pylint: disable=unused-argument """ Converts empty string to None, to indicate not set. Replaced by to_representation in version 3. """ return AccountLegacyProfileSerializer.convert_empty_to_None(value) def transform_country(self, user_profile, value): # pylint: disable=unused-argument """ Converts empty string to None, to indicate not set. Replaced by to_representation in version 3. """ return AccountLegacyProfileSerializer.convert_empty_to_None(value) def transform_level_of_education(self, user_profile, value): # pylint: disable=unused-argument """ Converts empty string to None, to indicate not set. Replaced by to_representation in version 3. """ return AccountLegacyProfileSerializer.convert_empty_to_None(value) def transform_bio(self, user_profile, value): # pylint: disable=unused-argument """ Converts empty string to None, to indicate not set. Replaced by to_representation in version 3. """ return AccountLegacyProfileSerializer.convert_empty_to_None(value) def transform_phone_number(self, user_profile, value): # pylint: disable=unused-argument """ Converts empty string to None, to indicate not set. Replaced by to_representation in version 3. """ return AccountLegacyProfileSerializer.convert_empty_to_None(value) @staticmethod def convert_empty_to_None(value): """ Helper method to convert empty string to None (other values pass through). """ return None if value == "" else value @staticmethod def get_profile_image(user_profile, user, request=None): """ Returns metadata about a user's profile image. """ data = {'has_image': user_profile.has_profile_image} urls = get_profile_image_urls_for_user(user, request) data.update({ f'{PROFILE_IMAGE_KEY_PREFIX}_{size_display_name}': url for size_display_name, url in urls.items() }) return data def get_requires_parental_consent(self, user_profile): """ Returns a boolean representing whether the user requires parental controls. """ return user_profile.requires_parental_consent() def _get_profile_image(self, user_profile): """ Returns metadata about a user's profile image This protected method delegates to the static 'get_profile_image' method because 'serializers.SerializerMethodField("_get_profile_image")' will call the method with a single argument, the user_profile object. """ return AccountLegacyProfileSerializer.get_profile_image(user_profile, user_profile.user) def _update_social_links(self, instance, requested_social_links): """ Update the given profile instance's social links as requested. """ try: new_social_links = [] deleted_social_platforms = [] for requested_link_data in requested_social_links: requested_platform = requested_link_data['platform'] requested_link_url = requested_link_data['social_link'] validate_social_link(requested_platform, requested_link_url) formatted_link = format_social_link(requested_platform, requested_link_url) if not formatted_link: deleted_social_platforms.append(requested_platform) else: new_social_links.append( SocialLink(user_profile=instance, platform=requested_platform, social_link=formatted_link) ) platforms_of_new_social_links = [s.platform for s in new_social_links] current_social_links = list(instance.social_links.all()) unreplaced_social_links = [ social_link for social_link in current_social_links if social_link.platform not in platforms_of_new_social_links ] pruned_unreplaced_social_links = [ social_link for social_link in unreplaced_social_links if social_link.platform not in deleted_social_platforms ] merged_social_links = new_social_links + pruned_unreplaced_social_links instance.social_links.all().delete() instance.social_links.bulk_create(merged_social_links) except ValueError as err: # If we have encountered any validation errors, return them to the user. raise errors.AccountValidationError({ 'social_links': { "developer_message": f"Error when adding new social link: '{str(err)}'", "user_message": str(err) } }) def update(self, instance, validated_data): """ Update the profile, including nested fields. Raises: errors.AccountValidationError: the update was not attempted because validation errors were found with the supplied update """ language_proficiencies = validated_data.pop("language_proficiencies", None) # Update all fields on the user profile that are writeable, # except for "language_proficiencies" and "social_links", which we'll update separately update_fields = set(self.get_writeable_fields()) - {"language_proficiencies"} - {"social_links"} for field_name in update_fields: default = getattr(instance, field_name) field_value = validated_data.get(field_name, default) setattr(instance, field_name, field_value) # Update the related language proficiency if language_proficiencies is not None: instance.language_proficiencies.all().delete() instance.language_proficiencies.bulk_create([ LanguageProficiency(user_profile=instance, code=language["code"]) for language in language_proficiencies ]) # Update the user's social links requested_social_links = self._kwargs['data'].get('social_links') # lint-amnesty, pylint: disable=no-member if requested_social_links: self._update_social_links(instance, requested_social_links) instance.save() return instance class RetirementUserProfileSerializer(serializers.ModelSerializer): """ Serialize a small subset of UserProfile data for use in RetirementStatus APIs """ class RetirementUserSerializer(serializers.ModelSerializer): """ Serialize a small subset of User data for use in RetirementStatus APIs """ profile = RetirementUserProfileSerializer(read_only=True) class RetirementStateSerializer(serializers.ModelSerializer): """ Serialize a small subset of RetirementState data for use in RetirementStatus APIs """ class UserRetirementStatusSerializer(serializers.ModelSerializer): """ Perform serialization for the RetirementStatus model """ user = RetirementUserSerializer(read_only=True) current_state = RetirementStateSerializer(read_only=True) last_state = RetirementStateSerializer(read_only=True) class UserSearchEmailSerializer(serializers.ModelSerializer): """ Perform serialization for the User model used in accounts/search_emails endpoint. """ class UserRetirementPartnerReportSerializer(serializers.Serializer): """ Perform serialization for the UserRetirementPartnerReportingStatus model """ user_id = serializers.IntegerField() student_id = serializers.CharField(required=False) original_username = serializers.CharField() original_email = serializers.EmailField() original_name = serializers.CharField() orgs = serializers.ListField(child=serializers.CharField()) orgs_config = serializers.ListField(required=False) created = serializers.DateTimeField() # Required overrides of abstract base class methods, but we don't use them class PendingNameChangeSerializer(serializers.Serializer): # lint-amnesty, pylint: disable=abstract-method """ Serialize the PendingNameChange model """ new_name = serializers.CharField() def get_extended_profile(user_profile): """ Returns the extended user profile fields stored in user_profile.meta """ # pick the keys from the site configuration extended_profile_field_names = configuration_helpers.get_value('extended_profile_fields', []) try: extended_profile_fields_data = json.loads(user_profile.meta) except ValueError: extended_profile_fields_data = {} extended_profile = [] for field_name in extended_profile_field_names: extended_profile.append({ "field_name": field_name, "field_value": extended_profile_fields_data.get(field_name, "") }) return extended_profile def get_profile_visibility(user_profile, user, configuration): """ Returns the visibility level for the specified user profile. """ if user_profile.requires_parental_consent(): return PRIVATE_VISIBILITY # Calling UserPreference directly because the requesting user may be different from existing_user # (and does not have to be is_staff). profile_privacy = UserPreference.get_value(user, ACCOUNT_VISIBILITY_PREF_KEY) if profile_privacy: return profile_privacy else: return configuration.get('default_visibility') def _visible_fields(user_profile, user, configuration=None): """ Return what fields should be visible based on user's preferences :param user_profile: User profile object :param user: User object :param configuration: A visibility configuration dictionary. :return: whitelist List of fields to be shown """ if not configuration: configuration = settings.ACCOUNT_VISIBILITY_CONFIGURATION profile_visibility = get_profile_visibility(user_profile, user, configuration) if profile_visibility == ALL_USERS_VISIBILITY: return configuration.get('bulk_shareable_fields') elif profile_visibility == CUSTOM_VISIBILITY: return _visible_fields_from_custom_preferences(user, configuration) else: return configuration.get('public_fields') def _visible_fields_from_custom_preferences(user, configuration): """ Returns all fields that are marked to be shared with other users in the given user's preferences. Includes fields that are always public. """ preferences = UserPreference.get_all_preferences(user) fields_shared_with_all_users = [ field_name for field_name in configuration.get('custom_shareable_fields') if preferences.get(f'{VISIBILITY_PREFIX}{field_name}') == 'all_users' ] return set(fields_shared_with_all_users + configuration.get('public_fields'))
[ 37811, 198, 35, 73, 14208, 30617, 25161, 11389, 11341, 329, 262, 11787, 7824, 35584, 850, 12, 31438, 198, 37811, 628, 198, 11748, 33918, 198, 11748, 18931, 198, 11748, 302, 198, 198, 6738, 42625, 14208, 13, 10414, 1330, 6460, 198, 6738, 42625, 14208, 13, 3642, 822, 13, 18439, 13, 27530, 1330, 11787, 220, 1303, 300, 600, 12, 321, 18718, 11, 279, 2645, 600, 25, 15560, 28, 320, 9213, 12, 18439, 12, 7220, 198, 6738, 42625, 14208, 13, 7295, 13, 1069, 11755, 1330, 9515, 13921, 3673, 3109, 396, 198, 6738, 42625, 14208, 13, 6371, 82, 1330, 9575, 198, 6738, 1334, 62, 30604, 1330, 11389, 11341, 198, 198, 6738, 1225, 87, 62, 3672, 62, 2001, 36241, 13, 83, 48549, 1330, 318, 62, 47684, 62, 3672, 62, 25616, 198, 198, 6738, 2219, 13, 28241, 14208, 18211, 13, 50139, 13, 27530, 1330, 357, 198, 220, 220, 220, 15417, 15404, 19777, 11, 198, 220, 220, 220, 350, 1571, 5376, 19400, 11, 198, 220, 220, 220, 5483, 11280, 11, 198, 220, 220, 220, 11787, 35215, 51, 20258, 18122, 11, 198, 220, 220, 220, 11787, 37046, 198, 8, 198, 6738, 300, 907, 13, 28241, 14208, 18211, 13, 14774, 3212, 13, 26791, 1330, 37583, 62, 25616, 198, 6738, 4721, 87, 13, 7295, 13, 28241, 14208, 18211, 13, 15654, 62, 11250, 3924, 1330, 49385, 355, 8398, 62, 16794, 364, 198, 6738, 4721, 87, 13, 7295, 13, 28241, 14208, 18211, 13, 7220, 62, 15042, 1330, 8563, 198, 6738, 4721, 87, 13, 7295, 13, 28241, 14208, 18211, 13, 7220, 62, 15042, 13, 23317, 82, 13, 26791, 1330, 318, 62, 38238, 62, 12888, 62, 30053, 62, 25616, 198, 6738, 4721, 87, 13, 7295, 13, 28241, 14208, 18211, 13, 7220, 62, 15042, 13, 27530, 1330, 41863, 9012, 11, 11787, 6719, 4288, 11, 11787, 9781, 24615, 19580, 198, 6738, 4721, 87, 13, 7295, 13, 28241, 14208, 18211, 13, 7220, 62, 15042, 13, 46911, 11341, 1330, 4149, 10049, 15878, 82, 32634, 7509, 35608, 259, 198, 6738, 4721, 87, 13, 7295, 13, 28241, 14208, 18211, 13, 7220, 62, 18439, 77, 13, 33571, 13, 2301, 33397, 62, 687, 1330, 4909, 62, 6494, 11, 4909, 62, 6371, 198, 198, 6738, 764, 1330, 357, 198, 220, 220, 220, 15859, 28270, 62, 29817, 40, 25382, 62, 47, 31688, 62, 20373, 11, 198, 220, 220, 220, 11096, 62, 2937, 4877, 62, 29817, 40, 25382, 11, 198, 220, 220, 220, 347, 9399, 62, 22921, 62, 43, 49494, 11, 198, 220, 220, 220, 327, 7759, 2662, 62, 29817, 40, 25382, 11, 198, 220, 220, 220, 36751, 62, 23678, 62, 43, 49494, 11, 198, 220, 220, 220, 4810, 3824, 6158, 62, 29817, 40, 25382, 11, 198, 220, 220, 220, 50035, 40, 25382, 62, 47, 31688, 10426, 198, 8, 198, 6738, 764, 9060, 62, 16794, 364, 1330, 651, 62, 13317, 62, 9060, 62, 6371, 82, 62, 1640, 62, 7220, 198, 6738, 764, 26791, 1330, 5794, 62, 14557, 62, 8726, 11, 26571, 62, 14557, 62, 8726, 198, 198, 31190, 25664, 62, 3955, 11879, 62, 20373, 62, 47, 31688, 10426, 796, 705, 9060, 62, 6371, 6, 198, 25294, 30373, 796, 18931, 13, 1136, 11187, 1362, 7, 834, 3672, 834, 8, 628, 198, 4871, 14484, 15057, 32634, 7509, 7, 46911, 11341, 13, 14881, 32634, 7509, 2599, 220, 1303, 300, 600, 12, 321, 18718, 11, 279, 2645, 600, 25, 15560, 28, 397, 8709, 12, 24396, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 5016, 284, 11389, 1096, 3072, 1271, 656, 257, 16839, 691, 10552, 198, 220, 220, 220, 37227, 628, 220, 220, 220, 825, 284, 62, 32538, 62, 8367, 7, 944, 11, 1366, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 27914, 477, 1729, 35575, 3435, 287, 3072, 1271, 37811, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 302, 13, 7266, 7203, 58, 61, 15, 12, 24, 60, 1600, 366, 1600, 1366, 8, 393, 6045, 628, 198, 4871, 15417, 15404, 19777, 32634, 7509, 7, 46911, 11341, 13, 17633, 32634, 7509, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 5016, 326, 11389, 4340, 262, 15417, 15404, 19777, 2746, 329, 1848, 198, 220, 220, 220, 1321, 13, 198, 220, 220, 220, 37227, 628, 220, 220, 220, 825, 651, 62, 738, 414, 7, 944, 11, 1366, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 770, 318, 973, 287, 11963, 5992, 284, 5004, 262, 5369, 286, 281, 2134, 13, 198, 220, 220, 220, 220, 220, 220, 220, 383, 4277, 318, 284, 779, 262, 4686, 286, 281, 2134, 11, 475, 356, 765, 284, 20957, 326, 198, 220, 220, 220, 220, 220, 220, 220, 290, 2074, 262, 3303, 2438, 284, 307, 262, 40091, 5369, 286, 257, 198, 220, 220, 220, 220, 220, 220, 220, 15417, 15404, 19777, 2746, 13, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 1366, 13, 1136, 10786, 8189, 3256, 6045, 8, 198, 220, 220, 220, 220, 220, 220, 220, 2845, 3460, 4163, 12331, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 6045, 628, 198, 4871, 5483, 11280, 32634, 7509, 7, 46911, 11341, 13, 17633, 32634, 7509, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 5016, 326, 11389, 4340, 262, 5483, 11280, 2746, 329, 262, 11787, 37046, 2134, 13, 198, 220, 220, 220, 37227, 628, 220, 220, 220, 825, 26571, 62, 24254, 7, 944, 11, 3859, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 3254, 20540, 326, 262, 3859, 1988, 318, 530, 286, 357, 19024, 11, 17044, 393, 6692, 259, 8, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 4938, 62, 24254, 82, 796, 14631, 19024, 1600, 366, 6956, 1600, 366, 25614, 259, 8973, 198, 220, 220, 220, 220, 220, 220, 220, 611, 3859, 407, 287, 4938, 62, 24254, 82, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5298, 11389, 11341, 13, 7762, 24765, 12331, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 464, 1919, 3859, 1276, 307, 23960, 11, 17044, 393, 6692, 259, 1, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 3859, 628, 198, 4871, 11787, 5569, 10049, 32634, 7509, 7, 46911, 11341, 13, 32634, 7509, 2599, 220, 1303, 300, 600, 12, 321, 18718, 11, 279, 2645, 600, 25, 15560, 28, 397, 8709, 12, 24396, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 5016, 326, 11389, 4340, 262, 11787, 2746, 290, 11787, 37046, 2746, 1978, 13, 198, 220, 220, 220, 37227, 628, 220, 220, 220, 825, 284, 62, 15603, 341, 7, 944, 11, 2836, 2599, 220, 1303, 300, 600, 12, 321, 18718, 11, 279, 2645, 600, 25, 15560, 28, 853, 2886, 12, 26069, 263, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 3827, 13564, 284, 62, 30191, 284, 5412, 2183, 9156, 1201, 356, 389, 11389, 2890, 1115, 4981, 355, 530, 994, 198, 220, 220, 220, 220, 220, 220, 220, 1058, 17143, 2836, 25, 11787, 2134, 198, 220, 220, 220, 220, 220, 220, 220, 1058, 7783, 25, 360, 713, 11389, 1143, 1848, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2836, 62, 13317, 796, 2836, 13, 13317, 198, 220, 220, 220, 220, 220, 220, 220, 2845, 9515, 13921, 3673, 3109, 396, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2836, 62, 13317, 796, 6045, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 41605, 30373, 13, 43917, 7203, 7220, 7034, 329, 262, 2836, 685, 4, 82, 60, 857, 407, 2152, 1600, 2836, 13, 29460, 8, 628, 220, 220, 220, 220, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1848, 62, 260, 1073, 548, 796, 2836, 13, 23317, 62, 260, 1073, 548, 198, 220, 220, 220, 220, 220, 220, 220, 2845, 9515, 13921, 3673, 3109, 396, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1848, 62, 260, 1073, 548, 796, 6045, 628, 220, 220, 220, 220, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 14916, 62, 2539, 796, 2836, 13, 2301, 33397, 13, 48545, 62, 2539, 198, 220, 220, 220, 220, 220, 220, 220, 2845, 9515, 13921, 3673, 3109, 396, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 14916, 62, 2539, 796, 6045, 628, 220, 220, 220, 220, 220, 220, 220, 26516, 62, 28710, 796, 37583, 62, 25616, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 1366, 796, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 29460, 1298, 2836, 13, 29460, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 6371, 1298, 2116, 13, 22866, 13, 1136, 10786, 25927, 27691, 11249, 62, 48546, 62, 9900, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 9575, 10786, 23317, 82, 62, 15042, 3256, 479, 86, 22046, 34758, 6, 29460, 10354, 2836, 13, 29460, 30072, 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, 366, 12888, 1298, 2836, 13, 12888, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 312, 1298, 2836, 13, 312, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 1114, 16196, 17764, 25, 33220, 2727, 706, 262, 8515, 284, 37770, 352, 13, 23, 481, 3613, 4580, 43012, 13, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 2102, 11, 5175, 6725, 389, 407, 12451, 4580, 12227, 287, 262, 11389, 1143, 1988, 13, 1002, 356, 900, 340, 284, 6632, 262, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 10560, 37, 19449, 27195, 12342, 481, 407, 2291, 340, 287, 262, 11389, 1143, 1988, 13, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 3740, 1378, 31628, 13, 28241, 648, 404, 305, 752, 13, 785, 14, 268, 14, 16, 13, 23, 14, 5420, 14, 19608, 18826, 31113, 69, 7861, 282, 12, 43012, 12, 11284, 12, 1640, 12, 2435, 12, 392, 12, 19608, 8079, 12, 25747, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 4475, 62, 46416, 1298, 2836, 13, 4475, 62, 46416, 13, 33491, 7, 24055, 12227, 28, 15, 828, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 12957, 62, 38235, 1298, 2836, 13, 12957, 62, 38235, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 271, 62, 5275, 1298, 2836, 13, 271, 62, 5275, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 48545, 62, 2539, 1298, 14916, 62, 2539, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 65, 952, 1298, 6045, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 19315, 1298, 6045, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 5219, 1298, 6045, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 13317, 62, 9060, 1298, 6045, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 16129, 62, 5577, 291, 22139, 1298, 6045, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 3672, 1298, 6045, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 8388, 1298, 6045, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 2188, 874, 1298, 6045, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 1941, 62, 1659, 62, 24280, 1298, 6045, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 5715, 62, 1659, 62, 40796, 1298, 6045, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 4529, 278, 62, 21975, 1298, 6045, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 47911, 62, 8000, 282, 62, 5936, 298, 1298, 6045, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 330, 23855, 680, 902, 62, 28710, 1298, 26516, 62, 28710, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 23317, 62, 13776, 1590, 1298, 2116, 13, 11250, 3924, 13, 1136, 10786, 12286, 62, 4703, 2247, 33809, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 14557, 62, 28751, 1298, 6045, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 2302, 1631, 62, 13317, 62, 25747, 1298, 6045, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 4862, 62, 17618, 1298, 6045, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 79, 1571, 62, 3672, 62, 3803, 1298, 6045, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 271, 62, 47684, 62, 3672, 62, 25616, 1298, 318, 62, 47684, 62, 3672, 62, 25616, 22784, 198, 220, 220, 220, 220, 220, 220, 220, 1782, 628, 220, 220, 220, 220, 220, 220, 220, 611, 2836, 62, 13317, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1366, 13, 19119, 7, 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, 65, 952, 1298, 10781, 11484, 1590, 37046, 32634, 7509, 13, 1102, 1851, 62, 28920, 62, 1462, 62, 14202, 7, 7220, 62, 13317, 13, 65, 952, 828, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 19315, 1298, 10781, 11484, 1590, 37046, 32634, 7509, 13, 1102, 1851, 62, 28920, 62, 1462, 62, 14202, 7, 7220, 62, 13317, 13, 19315, 13, 8189, 828, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 5219, 1298, 10781, 11484, 1590, 37046, 32634, 7509, 13, 1102, 1851, 62, 28920, 62, 1462, 62, 14202, 7, 7220, 62, 13317, 13, 5219, 828, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 13317, 62, 9060, 1298, 10781, 11484, 1590, 37046, 32634, 7509, 13, 1136, 62, 13317, 62, 9060, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2836, 62, 13317, 11, 2836, 11, 2116, 13, 22866, 13, 1136, 10786, 25927, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 10612, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 16129, 62, 5577, 291, 22139, 1298, 15417, 15404, 19777, 32634, 7509, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2836, 62, 13317, 13, 16129, 62, 5577, 291, 22139, 13, 439, 22446, 2875, 62, 1525, 10786, 8189, 33809, 867, 28, 17821, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6739, 7890, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 3672, 1298, 2836, 62, 13317, 13, 3672, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 8388, 1298, 10781, 11484, 1590, 37046, 32634, 7509, 13, 1102, 1851, 62, 28920, 62, 1462, 62, 14202, 7, 7220, 62, 13317, 13, 8388, 828, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 2188, 874, 1298, 2836, 62, 13317, 13, 2188, 874, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 1941, 62, 1659, 62, 24280, 1298, 2836, 62, 13317, 13, 1941, 62, 1659, 62, 24280, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 5715, 62, 1659, 62, 40796, 1298, 10781, 11484, 1590, 37046, 32634, 7509, 13, 1102, 1851, 62, 28920, 62, 1462, 62, 14202, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2836, 62, 13317, 13, 5715, 62, 1659, 62, 40796, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 10612, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 4529, 278, 62, 21975, 1298, 2836, 62, 13317, 13, 4529, 278, 62, 21975, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 47911, 62, 8000, 282, 62, 5936, 298, 1298, 2836, 62, 13317, 13, 47911, 62, 8000, 282, 62, 5936, 298, 22784, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 23317, 62, 13776, 1590, 1298, 651, 62, 13317, 62, 4703, 2247, 7, 7220, 62, 13317, 11, 2836, 11, 2116, 13, 11250, 3924, 828, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 14557, 62, 28751, 1298, 5483, 11280, 32634, 7509, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2836, 62, 13317, 13, 14557, 62, 28751, 13, 439, 22446, 2875, 62, 1525, 10786, 24254, 33809, 867, 28, 17821, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6739, 7890, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 2302, 1631, 62, 13317, 1298, 651, 62, 2302, 1631, 62, 13317, 7, 7220, 62, 13317, 828, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 4862, 62, 17618, 1298, 2836, 62, 13317, 13, 4862, 62, 17618, 11, 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, 1267, 628, 220, 220, 220, 220, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 13310, 62, 3672, 62, 3803, 796, 350, 1571, 5376, 19400, 13, 48205, 13, 1136, 7, 7220, 28, 7220, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1366, 13, 19119, 7, 4895, 79, 1571, 62, 3672, 62, 3803, 1298, 13310, 62, 3672, 62, 3803, 13, 3605, 62, 3672, 30072, 198, 220, 220, 220, 220, 220, 220, 220, 2845, 350, 1571, 5376, 19400, 13, 13921, 3673, 3109, 396, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1208, 628, 220, 220, 220, 220, 220, 220, 220, 611, 318, 62, 38238, 62, 12888, 62, 30053, 62, 25616, 33529, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1366, 13, 19119, 7, 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, 38238, 62, 12888, 1298, 1848, 62, 260, 1073, 548, 13, 38238, 62, 12888, 611, 1848, 62, 260, 1073, 548, 2073, 6045, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 38238, 62, 12888, 62, 25616, 1298, 6407, 11, 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, 1267, 628, 220, 220, 220, 220, 220, 220, 220, 611, 2116, 13, 23144, 62, 25747, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7032, 796, 2116, 13, 23144, 62, 25747, 198, 220, 220, 220, 220, 220, 220, 220, 1288, 361, 2836, 62, 13317, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7032, 796, 4808, 23504, 62, 25747, 7, 7220, 62, 13317, 11, 2836, 11, 2116, 13, 11250, 3924, 8, 198, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7032, 796, 2116, 13, 11250, 3924, 13, 1136, 10786, 11377, 62, 25747, 11537, 628, 220, 220, 220, 220, 220, 220, 220, 1441, 2116, 13557, 24455, 62, 25747, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7032, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1366, 198, 220, 220, 220, 220, 220, 220, 220, 1267, 628, 220, 220, 220, 825, 4808, 24455, 62, 25747, 7, 944, 11, 2214, 62, 1929, 270, 46331, 11, 11389, 1143, 62, 23317, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 25853, 11389, 1143, 1848, 360, 713, 284, 691, 2291, 20542, 417, 6347, 8251, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 7424, 62, 46911, 1143, 62, 23317, 796, 23884, 628, 220, 220, 220, 220, 220, 220, 220, 329, 2214, 62, 3672, 287, 2214, 62, 1929, 270, 46331, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7424, 62, 46911, 1143, 62, 23317, 58, 3245, 62, 3672, 60, 796, 11389, 1143, 62, 23317, 13, 1136, 7, 3245, 62, 3672, 11, 6045, 8, 628, 220, 220, 220, 220, 220, 220, 220, 1441, 7424, 62, 46911, 1143, 62, 23317, 628, 198, 4871, 11787, 30116, 48893, 18122, 32634, 7509, 7, 46911, 11341, 13, 17633, 32634, 7509, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 5016, 326, 11389, 4340, 11787, 1848, 15560, 2106, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 2727, 62, 1525, 796, 11389, 11341, 13, 32634, 7509, 17410, 15878, 3419, 628, 198, 4871, 10781, 12982, 32634, 7509, 7, 46911, 11341, 13, 38197, 25614, 17633, 32634, 7509, 11, 4149, 10049, 15878, 82, 32634, 7509, 35608, 259, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 5016, 326, 11389, 4340, 262, 6903, 286, 11787, 2746, 2622, 329, 1848, 1321, 13, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 9206, 62, 44256, 62, 23569, 796, 11787, 30116, 48893, 18122, 32634, 7509, 7, 21834, 28, 17821, 11, 2672, 28, 25101, 8, 628, 198, 4871, 10781, 11484, 1590, 37046, 32634, 7509, 7, 46911, 11341, 13, 38197, 25614, 17633, 32634, 7509, 11, 4149, 10049, 15878, 82, 32634, 7509, 35608, 259, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 5016, 326, 11389, 4340, 262, 6903, 286, 11787, 37046, 2746, 2622, 329, 1848, 1321, 13, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 7034, 62, 9060, 796, 11389, 11341, 13, 32634, 7509, 17410, 15878, 7203, 62, 1136, 62, 13317, 62, 9060, 4943, 198, 220, 220, 220, 4433, 62, 8000, 282, 62, 5936, 298, 796, 11389, 11341, 13, 32634, 7509, 17410, 15878, 3419, 198, 220, 220, 220, 3303, 62, 5577, 291, 22139, 796, 15417, 15404, 19777, 32634, 7509, 7, 21834, 28, 17821, 11, 2672, 28, 25101, 8, 198, 220, 220, 220, 1919, 62, 28751, 796, 5483, 11280, 32634, 7509, 7, 21834, 28, 17821, 11, 2672, 28, 25101, 8, 198, 220, 220, 220, 3072, 62, 17618, 796, 14484, 15057, 32634, 7509, 7, 35827, 28, 25101, 8, 628, 220, 220, 220, 825, 26571, 62, 65, 952, 7, 944, 11, 649, 62, 65, 952, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 2039, 3174, 5415, 4129, 329, 13401, 13, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 611, 18896, 7, 3605, 62, 65, 952, 8, 1875, 347, 9399, 62, 22921, 62, 43, 49494, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5298, 11389, 11341, 13, 7762, 24765, 12331, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 277, 1, 464, 546, 502, 2214, 1276, 307, 379, 749, 1391, 3483, 46, 62, 22921, 62, 43, 49494, 92, 3435, 890, 526, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 649, 62, 65, 952, 628, 220, 220, 220, 825, 26571, 62, 3672, 7, 944, 11, 649, 62, 3672, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 2039, 3174, 5288, 4129, 329, 1438, 13, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 611, 18896, 7, 3605, 62, 3672, 8, 1279, 36751, 62, 23678, 62, 43, 49494, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5298, 11389, 11341, 13, 7762, 24765, 12331, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 277, 1, 464, 1438, 2214, 1276, 307, 379, 1551, 1391, 20608, 62, 23678, 62, 43, 49494, 92, 2095, 890, 526, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 649, 62, 3672, 628, 220, 220, 220, 825, 26571, 62, 16129, 62, 5577, 291, 22139, 7, 944, 11, 1988, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 2039, 3174, 477, 8950, 389, 3748, 13, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 3303, 62, 5577, 291, 22139, 796, 685, 16129, 329, 3303, 287, 1988, 60, 220, 1303, 300, 600, 12, 321, 18718, 11, 279, 2645, 600, 25, 15560, 28, 403, 49986, 12, 785, 3866, 5135, 295, 198, 220, 220, 220, 220, 220, 220, 220, 3748, 62, 16129, 62, 5577, 291, 22139, 796, 1391, 16129, 14692, 8189, 8973, 329, 3303, 287, 3303, 62, 5577, 291, 22139, 92, 198, 220, 220, 220, 220, 220, 220, 220, 611, 18896, 7, 16129, 62, 5577, 291, 22139, 8, 14512, 18896, 7, 34642, 62, 16129, 62, 5577, 291, 22139, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5298, 11389, 11341, 13, 7762, 24765, 12331, 7203, 464, 3303, 62, 5577, 291, 22139, 2214, 1276, 3473, 286, 3748, 8950, 19570, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 1988, 628, 220, 220, 220, 825, 26571, 62, 14557, 62, 28751, 7, 944, 11, 1988, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 2039, 3174, 691, 530, 5726, 329, 257, 1948, 1919, 3859, 13, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 1919, 62, 28751, 796, 685, 14557, 62, 8726, 329, 1919, 62, 8726, 287, 1988, 60, 220, 1303, 300, 600, 12, 321, 18718, 11, 279, 2645, 600, 25, 15560, 28, 403, 49986, 12, 785, 3866, 5135, 295, 198, 220, 220, 220, 220, 220, 220, 220, 3748, 62, 14557, 62, 28751, 796, 1391, 14557, 62, 8726, 14692, 24254, 8973, 329, 1919, 62, 8726, 287, 1919, 62, 28751, 92, 198, 220, 220, 220, 220, 220, 220, 220, 611, 18896, 7, 14557, 62, 28751, 8, 14512, 18896, 7, 34642, 62, 14557, 62, 28751, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5298, 11389, 11341, 13, 7762, 24765, 12331, 7203, 464, 1919, 62, 28751, 2214, 1276, 3473, 286, 3748, 1919, 9554, 19570, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 1988, 628, 220, 220, 220, 825, 6121, 62, 8388, 7, 944, 11, 2836, 62, 13317, 11, 1988, 2599, 220, 1303, 279, 2645, 600, 25, 15560, 28, 403, 1484, 12, 49140, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 1482, 24040, 6565, 4731, 284, 6045, 11, 284, 7603, 407, 900, 13, 18407, 2286, 416, 284, 62, 15603, 341, 287, 2196, 513, 13, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 10781, 11484, 1590, 37046, 32634, 7509, 13, 1102, 1851, 62, 28920, 62, 1462, 62, 14202, 7, 8367, 8, 628, 220, 220, 220, 825, 6121, 62, 19315, 7, 944, 11, 2836, 62, 13317, 11, 1988, 2599, 220, 1303, 279, 2645, 600, 25, 15560, 28, 403, 1484, 12, 49140, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 1482, 24040, 6565, 4731, 284, 6045, 11, 284, 7603, 407, 900, 13, 18407, 2286, 416, 284, 62, 15603, 341, 287, 2196, 513, 13, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 10781, 11484, 1590, 37046, 32634, 7509, 13, 1102, 1851, 62, 28920, 62, 1462, 62, 14202, 7, 8367, 8, 628, 220, 220, 220, 825, 6121, 62, 5715, 62, 1659, 62, 40796, 7, 944, 11, 2836, 62, 13317, 11, 1988, 2599, 220, 1303, 279, 2645, 600, 25, 15560, 28, 403, 1484, 12, 49140, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 1482, 24040, 6565, 4731, 284, 6045, 11, 284, 7603, 407, 900, 13, 18407, 2286, 416, 284, 62, 15603, 341, 287, 2196, 513, 13, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 10781, 11484, 1590, 37046, 32634, 7509, 13, 1102, 1851, 62, 28920, 62, 1462, 62, 14202, 7, 8367, 8, 628, 220, 220, 220, 825, 6121, 62, 65, 952, 7, 944, 11, 2836, 62, 13317, 11, 1988, 2599, 220, 1303, 279, 2645, 600, 25, 15560, 28, 403, 1484, 12, 49140, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 1482, 24040, 6565, 4731, 284, 6045, 11, 284, 7603, 407, 900, 13, 18407, 2286, 416, 284, 62, 15603, 341, 287, 2196, 513, 13, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 10781, 11484, 1590, 37046, 32634, 7509, 13, 1102, 1851, 62, 28920, 62, 1462, 62, 14202, 7, 8367, 8, 628, 220, 220, 220, 825, 6121, 62, 4862, 62, 17618, 7, 944, 11, 2836, 62, 13317, 11, 1988, 2599, 220, 1303, 279, 2645, 600, 25, 15560, 28, 403, 1484, 12, 49140, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 1482, 24040, 6565, 4731, 284, 6045, 11, 284, 7603, 407, 900, 13, 18407, 2286, 416, 284, 62, 15603, 341, 287, 2196, 513, 13, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 10781, 11484, 1590, 37046, 32634, 7509, 13, 1102, 1851, 62, 28920, 62, 1462, 62, 14202, 7, 8367, 8, 628, 220, 220, 220, 2488, 12708, 24396, 198, 220, 220, 220, 825, 10385, 62, 28920, 62, 1462, 62, 14202, 7, 8367, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 5053, 525, 2446, 284, 10385, 6565, 4731, 284, 6045, 357, 847, 3815, 1208, 832, 737, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 6045, 611, 1988, 6624, 13538, 2073, 1988, 628, 220, 220, 220, 2488, 12708, 24396, 198, 220, 220, 220, 825, 651, 62, 13317, 62, 9060, 7, 7220, 62, 13317, 11, 2836, 11, 2581, 28, 14202, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 16409, 20150, 546, 257, 2836, 338, 7034, 2939, 13, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 1366, 796, 1391, 6, 10134, 62, 9060, 10354, 2836, 62, 13317, 13, 10134, 62, 13317, 62, 9060, 92, 198, 220, 220, 220, 220, 220, 220, 220, 2956, 7278, 796, 651, 62, 13317, 62, 9060, 62, 6371, 82, 62, 1640, 62, 7220, 7, 7220, 11, 2581, 8, 198, 220, 220, 220, 220, 220, 220, 220, 1366, 13, 19119, 15090, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 277, 6, 90, 31190, 25664, 62, 3955, 11879, 62, 20373, 62, 47, 31688, 10426, 92, 23330, 7857, 62, 13812, 62, 3672, 92, 10354, 19016, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 329, 2546, 62, 13812, 62, 3672, 11, 19016, 287, 2956, 7278, 13, 23814, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 32092, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 1366, 628, 220, 220, 220, 825, 651, 62, 47911, 62, 8000, 282, 62, 5936, 298, 7, 944, 11, 2836, 62, 13317, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 16409, 257, 25131, 10200, 1771, 262, 2836, 4433, 21694, 6973, 13, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 2836, 62, 13317, 13, 47911, 62, 8000, 282, 62, 5936, 298, 3419, 628, 220, 220, 220, 825, 4808, 1136, 62, 13317, 62, 9060, 7, 944, 11, 2836, 62, 13317, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 16409, 20150, 546, 257, 2836, 338, 7034, 2939, 628, 220, 220, 220, 220, 220, 220, 220, 770, 6861, 2446, 15265, 284, 262, 9037, 705, 1136, 62, 13317, 62, 9060, 6, 2446, 198, 220, 220, 220, 220, 220, 220, 220, 780, 705, 46911, 11341, 13, 32634, 7509, 17410, 15878, 7203, 62, 1136, 62, 13317, 62, 9060, 4943, 6, 481, 198, 220, 220, 220, 220, 220, 220, 220, 869, 262, 2446, 351, 257, 2060, 4578, 11, 262, 2836, 62, 13317, 2134, 13, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 10781, 11484, 1590, 37046, 32634, 7509, 13, 1136, 62, 13317, 62, 9060, 7, 7220, 62, 13317, 11, 2836, 62, 13317, 13, 7220, 8, 628, 220, 220, 220, 825, 4808, 19119, 62, 14557, 62, 28751, 7, 944, 11, 4554, 11, 9167, 62, 14557, 62, 28751, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 10133, 262, 1813, 7034, 4554, 338, 1919, 6117, 355, 9167, 13, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 649, 62, 14557, 62, 28751, 796, 17635, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 13140, 62, 14557, 62, 24254, 82, 796, 17635, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 329, 9167, 62, 8726, 62, 7890, 287, 9167, 62, 14557, 62, 28751, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 9167, 62, 24254, 796, 9167, 62, 8726, 62, 7890, 17816, 24254, 20520, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 9167, 62, 8726, 62, 6371, 796, 9167, 62, 8726, 62, 7890, 17816, 14557, 62, 8726, 20520, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 26571, 62, 14557, 62, 8726, 7, 25927, 276, 62, 24254, 11, 9167, 62, 8726, 62, 6371, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 39559, 62, 8726, 796, 5794, 62, 14557, 62, 8726, 7, 25927, 276, 62, 24254, 11, 9167, 62, 8726, 62, 6371, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 407, 39559, 62, 8726, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 13140, 62, 14557, 62, 24254, 82, 13, 33295, 7, 25927, 276, 62, 24254, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 649, 62, 14557, 62, 28751, 13, 33295, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5483, 11280, 7, 7220, 62, 13317, 28, 39098, 11, 3859, 28, 25927, 276, 62, 24254, 11, 1919, 62, 8726, 28, 687, 16898, 62, 8726, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 9554, 62, 1659, 62, 3605, 62, 14557, 62, 28751, 796, 685, 82, 13, 24254, 329, 264, 287, 649, 62, 14557, 62, 28751, 60, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1459, 62, 14557, 62, 28751, 796, 1351, 7, 39098, 13, 14557, 62, 28751, 13, 439, 28955, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 14880, 21820, 62, 14557, 62, 28751, 796, 685, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1919, 62, 8726, 329, 1919, 62, 8726, 287, 1459, 62, 14557, 62, 28751, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 1919, 62, 8726, 13, 24254, 407, 287, 9554, 62, 1659, 62, 3605, 62, 14557, 62, 28751, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2361, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 778, 40881, 62, 403, 260, 21820, 62, 14557, 62, 28751, 796, 685, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1919, 62, 8726, 329, 1919, 62, 8726, 287, 14880, 21820, 62, 14557, 62, 28751, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 1919, 62, 8726, 13, 24254, 407, 287, 13140, 62, 14557, 62, 24254, 82, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2361, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 23791, 62, 14557, 62, 28751, 796, 649, 62, 14557, 62, 28751, 1343, 778, 40881, 62, 403, 260, 21820, 62, 14557, 62, 28751, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4554, 13, 14557, 62, 28751, 13, 439, 22446, 33678, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4554, 13, 14557, 62, 28751, 13, 65, 12171, 62, 17953, 7, 647, 2004, 62, 14557, 62, 28751, 8, 628, 220, 220, 220, 220, 220, 220, 220, 2845, 11052, 12331, 355, 11454, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 1002, 356, 423, 12956, 597, 21201, 8563, 11, 1441, 606, 284, 262, 2836, 13, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5298, 8563, 13, 30116, 7762, 24765, 12331, 15090, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 14557, 62, 28751, 10354, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 16244, 263, 62, 20500, 1298, 277, 1, 12331, 618, 4375, 649, 1919, 2792, 25, 705, 90, 2536, 7, 8056, 38165, 6, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 7220, 62, 20500, 1298, 965, 7, 8056, 8, 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, 825, 4296, 7, 944, 11, 4554, 11, 31031, 62, 7890, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 10133, 262, 7034, 11, 1390, 28376, 7032, 13, 628, 220, 220, 220, 220, 220, 220, 220, 7567, 2696, 25, 198, 220, 220, 220, 220, 220, 220, 220, 8563, 13, 30116, 7762, 24765, 12331, 25, 262, 4296, 373, 407, 7482, 780, 21201, 8563, 547, 1043, 351, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 262, 14275, 4296, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 3303, 62, 5577, 291, 22139, 796, 31031, 62, 7890, 13, 12924, 7203, 16129, 62, 5577, 291, 22139, 1600, 6045, 8, 628, 220, 220, 220, 220, 220, 220, 220, 1303, 10133, 477, 7032, 319, 262, 2836, 7034, 326, 389, 3551, 540, 11, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 2845, 329, 366, 16129, 62, 5577, 291, 22139, 1, 290, 366, 14557, 62, 28751, 1600, 543, 356, 1183, 4296, 13869, 198, 220, 220, 220, 220, 220, 220, 220, 4296, 62, 25747, 796, 900, 7, 944, 13, 1136, 62, 13564, 540, 62, 25747, 28955, 532, 19779, 16129, 62, 5577, 291, 22139, 20662, 532, 19779, 14557, 62, 28751, 20662, 198, 220, 220, 220, 220, 220, 220, 220, 329, 2214, 62, 3672, 287, 4296, 62, 25747, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 796, 651, 35226, 7, 39098, 11, 2214, 62, 3672, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2214, 62, 8367, 796, 31031, 62, 7890, 13, 1136, 7, 3245, 62, 3672, 11, 4277, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 900, 35226, 7, 39098, 11, 2214, 62, 3672, 11, 2214, 62, 8367, 8, 628, 220, 220, 220, 220, 220, 220, 220, 1303, 10133, 262, 3519, 3303, 32102, 198, 220, 220, 220, 220, 220, 220, 220, 611, 3303, 62, 5577, 291, 22139, 318, 407, 6045, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4554, 13, 16129, 62, 5577, 291, 22139, 13, 439, 22446, 33678, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4554, 13, 16129, 62, 5577, 291, 22139, 13, 65, 12171, 62, 17953, 26933, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 15417, 15404, 19777, 7, 7220, 62, 13317, 28, 39098, 11, 2438, 28, 16129, 14692, 8189, 8973, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 329, 3303, 287, 3303, 62, 5577, 291, 22139, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 33761, 628, 220, 220, 220, 220, 220, 220, 220, 1303, 10133, 262, 2836, 338, 1919, 6117, 198, 220, 220, 220, 220, 220, 220, 220, 9167, 62, 14557, 62, 28751, 796, 2116, 13557, 46265, 22046, 17816, 7890, 6, 4083, 1136, 10786, 14557, 62, 28751, 11537, 220, 1303, 300, 600, 12, 321, 18718, 11, 279, 2645, 600, 25, 15560, 28, 3919, 12, 19522, 198, 220, 220, 220, 220, 220, 220, 220, 611, 9167, 62, 14557, 62, 28751, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13557, 19119, 62, 14557, 62, 28751, 7, 39098, 11, 9167, 62, 14557, 62, 28751, 8, 628, 220, 220, 220, 220, 220, 220, 220, 4554, 13, 21928, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 4554, 628, 198, 4871, 41863, 12982, 37046, 32634, 7509, 7, 46911, 11341, 13, 17633, 32634, 7509, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 23283, 1096, 257, 1402, 24637, 286, 11787, 37046, 1366, 329, 779, 287, 41863, 19580, 23113, 198, 220, 220, 220, 37227, 628, 198, 4871, 41863, 12982, 32634, 7509, 7, 46911, 11341, 13, 17633, 32634, 7509, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 23283, 1096, 257, 1402, 24637, 286, 11787, 1366, 329, 779, 287, 41863, 19580, 23113, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 7034, 796, 41863, 12982, 37046, 32634, 7509, 7, 961, 62, 8807, 28, 17821, 8, 628, 198, 4871, 41863, 9012, 32634, 7509, 7, 46911, 11341, 13, 17633, 32634, 7509, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 23283, 1096, 257, 1402, 24637, 286, 41863, 9012, 1366, 329, 779, 287, 41863, 19580, 23113, 198, 220, 220, 220, 37227, 628, 198, 4871, 11787, 9781, 24615, 19580, 32634, 7509, 7, 46911, 11341, 13, 17633, 32634, 7509, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 35006, 11389, 1634, 329, 262, 41863, 19580, 2746, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 2836, 796, 41863, 12982, 32634, 7509, 7, 961, 62, 8807, 28, 17821, 8, 198, 220, 220, 220, 1459, 62, 5219, 796, 41863, 9012, 32634, 7509, 7, 961, 62, 8807, 28, 17821, 8, 198, 220, 220, 220, 938, 62, 5219, 796, 41863, 9012, 32634, 7509, 7, 961, 62, 8807, 28, 17821, 8, 628, 198, 4871, 11787, 18243, 15333, 32634, 7509, 7, 46911, 11341, 13, 17633, 32634, 7509, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 35006, 11389, 1634, 329, 262, 11787, 2746, 973, 287, 5504, 14, 12947, 62, 368, 1768, 36123, 13, 198, 220, 220, 220, 37227, 628, 198, 4871, 11787, 9781, 24615, 7841, 1008, 19100, 32634, 7509, 7, 46911, 11341, 13, 32634, 7509, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 35006, 11389, 1634, 329, 262, 11787, 9781, 24615, 7841, 1008, 42159, 19580, 2746, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 2836, 62, 312, 796, 11389, 11341, 13, 46541, 15878, 3419, 198, 220, 220, 220, 3710, 62, 312, 796, 11389, 11341, 13, 12441, 15878, 7, 35827, 28, 25101, 8, 198, 220, 220, 220, 2656, 62, 29460, 796, 11389, 11341, 13, 12441, 15878, 3419, 198, 220, 220, 220, 2656, 62, 12888, 796, 11389, 11341, 13, 15333, 15878, 3419, 198, 220, 220, 220, 2656, 62, 3672, 796, 11389, 11341, 13, 12441, 15878, 3419, 198, 220, 220, 220, 8745, 82, 796, 11389, 11341, 13, 8053, 15878, 7, 9410, 28, 46911, 11341, 13, 12441, 15878, 28955, 198, 220, 220, 220, 8745, 82, 62, 11250, 796, 11389, 11341, 13, 8053, 15878, 7, 35827, 28, 25101, 8, 198, 220, 220, 220, 2727, 796, 11389, 11341, 13, 10430, 7575, 15878, 3419, 628, 220, 220, 220, 1303, 20906, 23170, 1460, 286, 12531, 2779, 1398, 5050, 11, 475, 356, 836, 470, 779, 606, 628, 198, 4871, 350, 1571, 5376, 19400, 32634, 7509, 7, 46911, 11341, 13, 32634, 7509, 2599, 220, 1303, 300, 600, 12, 321, 18718, 11, 279, 2645, 600, 25, 15560, 28, 397, 8709, 12, 24396, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 23283, 1096, 262, 350, 1571, 5376, 19400, 2746, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 649, 62, 3672, 796, 11389, 11341, 13, 12441, 15878, 3419, 628, 198, 4299, 651, 62, 2302, 1631, 62, 13317, 7, 7220, 62, 13317, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 16409, 262, 7083, 2836, 7034, 7032, 8574, 287, 2836, 62, 13317, 13, 28961, 198, 220, 220, 220, 37227, 628, 220, 220, 220, 1303, 2298, 262, 8251, 422, 262, 2524, 8398, 198, 220, 220, 220, 7083, 62, 13317, 62, 3245, 62, 14933, 796, 8398, 62, 16794, 364, 13, 1136, 62, 8367, 10786, 2302, 1631, 62, 13317, 62, 25747, 3256, 685, 12962, 628, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 7083, 62, 13317, 62, 25747, 62, 7890, 796, 33918, 13, 46030, 7, 7220, 62, 13317, 13, 28961, 8, 198, 220, 220, 220, 2845, 11052, 12331, 25, 198, 220, 220, 220, 220, 220, 220, 220, 7083, 62, 13317, 62, 25747, 62, 7890, 796, 23884, 628, 220, 220, 220, 7083, 62, 13317, 796, 17635, 198, 220, 220, 220, 329, 2214, 62, 3672, 287, 7083, 62, 13317, 62, 3245, 62, 14933, 25, 198, 220, 220, 220, 220, 220, 220, 220, 7083, 62, 13317, 13, 33295, 15090, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 3245, 62, 3672, 1298, 2214, 62, 3672, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 3245, 62, 8367, 1298, 7083, 62, 13317, 62, 25747, 62, 7890, 13, 1136, 7, 3245, 62, 3672, 11, 366, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 32092, 198, 220, 220, 220, 1441, 7083, 62, 13317, 628, 198, 4299, 651, 62, 13317, 62, 4703, 2247, 7, 7220, 62, 13317, 11, 2836, 11, 8398, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 16409, 262, 20742, 1241, 329, 262, 7368, 2836, 7034, 13, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 611, 2836, 62, 13317, 13, 47911, 62, 8000, 282, 62, 5936, 298, 33529, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 4810, 3824, 6158, 62, 29817, 40, 25382, 628, 220, 220, 220, 1303, 32677, 11787, 6719, 4288, 3264, 780, 262, 20623, 2836, 743, 307, 1180, 422, 4683, 62, 7220, 198, 220, 220, 220, 1303, 357, 392, 857, 407, 423, 284, 307, 318, 62, 28120, 737, 198, 220, 220, 220, 7034, 62, 13776, 1590, 796, 11787, 6719, 4288, 13, 1136, 62, 8367, 7, 7220, 11, 15859, 28270, 62, 29817, 40, 25382, 62, 47, 31688, 62, 20373, 8, 198, 220, 220, 220, 611, 7034, 62, 13776, 1590, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 7034, 62, 13776, 1590, 198, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 8398, 13, 1136, 10786, 12286, 62, 4703, 2247, 11537, 628, 198, 4299, 4808, 23504, 62, 25747, 7, 7220, 62, 13317, 11, 2836, 11, 8398, 28, 14202, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 8229, 644, 7032, 815, 307, 7424, 1912, 319, 2836, 338, 15387, 628, 220, 220, 220, 1058, 17143, 2836, 62, 13317, 25, 11787, 7034, 2134, 198, 220, 220, 220, 1058, 17143, 2836, 25, 11787, 2134, 198, 220, 220, 220, 1058, 17143, 8398, 25, 317, 20742, 8398, 22155, 13, 198, 220, 220, 220, 1058, 7783, 25, 20542, 46331, 7343, 286, 7032, 284, 307, 3402, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 611, 407, 8398, 25, 198, 220, 220, 220, 220, 220, 220, 220, 8398, 796, 6460, 13, 26861, 28270, 62, 29817, 40, 25382, 62, 10943, 16254, 4261, 6234, 628, 220, 220, 220, 7034, 62, 4703, 2247, 796, 651, 62, 13317, 62, 4703, 2247, 7, 7220, 62, 13317, 11, 2836, 11, 8398, 8, 198, 220, 220, 220, 611, 7034, 62, 4703, 2247, 6624, 11096, 62, 2937, 4877, 62, 29817, 40, 25382, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 8398, 13, 1136, 10786, 65, 12171, 62, 20077, 540, 62, 25747, 11537, 628, 220, 220, 220, 1288, 361, 7034, 62, 4703, 2247, 6624, 327, 7759, 2662, 62, 29817, 40, 25382, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 4808, 23504, 62, 25747, 62, 6738, 62, 23144, 62, 3866, 69, 4972, 7, 7220, 11, 8398, 8, 628, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 8398, 13, 1136, 10786, 11377, 62, 25747, 11537, 628, 198, 4299, 4808, 23504, 62, 25747, 62, 6738, 62, 23144, 62, 3866, 69, 4972, 7, 7220, 11, 8398, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 16409, 477, 7032, 326, 389, 7498, 284, 307, 4888, 351, 584, 2985, 287, 262, 198, 220, 220, 220, 1813, 2836, 338, 15387, 13, 29581, 7032, 326, 389, 1464, 1171, 13, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 15387, 796, 11787, 6719, 4288, 13, 1136, 62, 439, 62, 3866, 69, 4972, 7, 7220, 8, 198, 220, 220, 220, 7032, 62, 28710, 62, 4480, 62, 439, 62, 18417, 796, 685, 198, 220, 220, 220, 220, 220, 220, 220, 2214, 62, 3672, 329, 2214, 62, 3672, 287, 8398, 13, 1136, 10786, 23144, 62, 20077, 540, 62, 25747, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 611, 15387, 13, 1136, 7, 69, 6, 90, 29817, 40, 25382, 62, 47, 31688, 10426, 18477, 3245, 62, 3672, 92, 11537, 6624, 705, 439, 62, 18417, 6, 198, 220, 220, 220, 2361, 198, 220, 220, 220, 1441, 900, 7, 25747, 62, 28710, 62, 4480, 62, 439, 62, 18417, 1343, 8398, 13, 1136, 10786, 11377, 62, 25747, 6, 4008, 198 ]
2.568663
8,782
from organize.utils import Path, find_unused_filename, splitglob, increment_filename_version
[ 6738, 16481, 13, 26791, 1330, 10644, 11, 1064, 62, 403, 1484, 62, 34345, 11, 6626, 4743, 672, 11, 18703, 62, 34345, 62, 9641, 628, 628, 628, 628, 628 ]
3.642857
28
from typing import Dict import numpy as np from actor.correspondence_actor import CorrespondenceActor from shape.point_2d import Point2D from shape.polyline_2d import Polyline2D from shape.shape import Shape
[ 6738, 19720, 1330, 360, 713, 198, 198, 11748, 299, 32152, 355, 45941, 198, 198, 6738, 8674, 13, 10215, 5546, 594, 62, 11218, 1330, 34428, 594, 40277, 198, 6738, 5485, 13, 4122, 62, 17, 67, 1330, 6252, 17, 35, 198, 6738, 5485, 13, 35428, 1370, 62, 17, 67, 1330, 12280, 1370, 17, 35, 198, 6738, 5485, 13, 43358, 1330, 25959, 198 ]
3.5
60
#!/usr/bin/env python # Copyright (c) 2018, Konstantinos Kamnitsas # # This program is free software; you can redistribute and/or modify # it under the terms of the Apache License, Version 2.0. See the # accompanying LICENSE file or read the terms at: # http://www.apache.org/licenses/LICENSE-2.0 from __future__ import absolute_import, division, print_function import logging LOG = logging.getLogger('main') import tensorflow as tf from cclp.routines.schedules.schedules import apply_growth from cclp.neuralnet.trainers import losses # A class separate than the model, to keep separately the optimization state.
[ 2, 48443, 14629, 14, 8800, 14, 24330, 21015, 198, 198, 2, 15069, 357, 66, 8, 2864, 11, 17431, 18797, 11996, 12670, 77, 896, 292, 198, 2, 198, 2, 770, 1430, 318, 1479, 3788, 26, 345, 460, 17678, 4163, 290, 14, 273, 13096, 198, 2, 340, 739, 262, 2846, 286, 262, 24843, 13789, 11, 10628, 362, 13, 15, 13, 4091, 262, 220, 198, 2, 19249, 38559, 24290, 2393, 393, 1100, 262, 2846, 379, 25, 198, 2, 2638, 1378, 2503, 13, 43073, 13, 2398, 14, 677, 4541, 14, 43, 2149, 24290, 12, 17, 13, 15, 198, 198, 6738, 11593, 37443, 834, 1330, 4112, 62, 11748, 11, 7297, 11, 3601, 62, 8818, 198, 198, 11748, 18931, 198, 25294, 796, 18931, 13, 1136, 11187, 1362, 10786, 12417, 11537, 198, 198, 11748, 11192, 273, 11125, 355, 48700, 198, 198, 6738, 269, 565, 79, 13, 81, 448, 1127, 13, 1416, 704, 5028, 13, 1416, 704, 5028, 1330, 4174, 62, 27922, 198, 6738, 269, 565, 79, 13, 710, 1523, 3262, 13, 27432, 364, 1330, 9089, 628, 220, 220, 220, 1303, 317, 1398, 4553, 621, 262, 2746, 11, 284, 1394, 13869, 262, 23989, 1181, 13, 198, 220, 220, 220, 220, 198, 220, 220, 220, 220, 198, 220, 220, 220, 220, 628, 628, 628, 628, 628, 628, 628, 628 ]
3.114286
210
import pygame import numpy as np import colorsys from typing import List, Union, Tuple import os from PyEvolv.grid_creator.Sidebar import Sidebar from PyEvolv.assets.font import FONT
[ 11748, 12972, 6057, 198, 11748, 299, 32152, 355, 45941, 198, 11748, 7577, 893, 198, 6738, 19720, 1330, 7343, 11, 4479, 11, 309, 29291, 198, 11748, 28686, 198, 6738, 9485, 36, 10396, 85, 13, 25928, 62, 45382, 13, 24819, 5657, 1330, 12075, 5657, 198, 6738, 9485, 36, 10396, 85, 13, 19668, 13, 10331, 1330, 376, 35830 ]
3.309091
55
#import util_preparation as up import pandas as pd import random import os import csv from .models import * PREVENT_DURATION = 60 START_PREVENT_DURATION = 120 END_PREVENT_DURATION = 120
[ 2, 11748, 7736, 62, 3866, 1845, 341, 355, 510, 198, 11748, 19798, 292, 355, 279, 67, 198, 11748, 4738, 198, 11748, 28686, 198, 11748, 269, 21370, 198, 198, 6738, 764, 27530, 1330, 1635, 198, 198, 46437, 53, 3525, 62, 35, 4261, 6234, 796, 3126, 198, 2257, 7227, 62, 46437, 53, 3525, 62, 35, 4261, 6234, 796, 7982, 198, 10619, 62, 46437, 53, 3525, 62, 35, 4261, 6234, 796, 7982, 628 ]
2.7
70
# -*- coding: utf-8 -*- ############################################################################### # # ZipFile # Creates a zipped version of the specified Box file and returns a link to the new compressed file. # # Python versions 2.6, 2.7, 3.x # # Copyright 2014, Temboo Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, # either express or implied. See the License for the specific # language governing permissions and limitations under the License. # # ############################################################################### from temboo.core.choreography import Choreography from temboo.core.choreography import InputSet from temboo.core.choreography import ResultSet from temboo.core.choreography import ChoreographyExecution import json class ZipFileInputSet(InputSet): """ An InputSet with methods appropriate for specifying the inputs to the ZipFile Choreo. The InputSet object is used to specify input parameters when executing this Choreo. """ def set_AccessToken(self, value): """ Set the value of the AccessToken input for this Choreo. ((required, string) The access token retrieved during the OAuth2 process.) """ super(ZipFileInputSet, self)._set_input('AccessToken', value) def set_AsUser(self, value): """ Set the value of the AsUser input for this Choreo. ((optional, string) The ID of the user. Only used for enterprise administrators to make API calls for their managed users.) """ super(ZipFileInputSet, self)._set_input('AsUser', value) def set_FileID(self, value): """ Set the value of the FileID input for this Choreo. ((required, string) The id of the file to zip.) """ super(ZipFileInputSet, self)._set_input('FileID', value) def set_SharedLink(self, value): """ Set the value of the SharedLink input for this Choreo. ((conditional, json) A JSON object representing the item?s shared link and associated permissions. See documentation for formatting examples.) """ super(ZipFileInputSet, self)._set_input('SharedLink', value) def set_ZipFileLocation(self, value): """ Set the value of the ZipFileLocation input for this Choreo. ((conditional, string) The id of the folder to put the new zip file in. When not specified, the zip file will be put in the root folder.) """ super(ZipFileInputSet, self)._set_input('ZipFileLocation', value) def set_ZipFileName(self, value): """ Set the value of the ZipFileName input for this Choreo. ((required, string) The name of the zip file that will be created.) """ super(ZipFileInputSet, self)._set_input('ZipFileName', value) class ZipFileResultSet(ResultSet): """ A ResultSet with methods tailored to the values returned by the ZipFile Choreo. The ResultSet object is used to retrieve the results of a Choreo execution. """ def get_Response(self): """ Retrieve the value for the "Response" output from this Choreo execution. ((string) The response from Box. This contains the newly created zip file metadata.) """ return self._output.get('Response', None) def get_URL(self): """ Retrieve the value for the "URL" output from this Choreo execution. ((string) The url for the newly created zip file.) """ return self._output.get('URL', None)
[ 2, 532, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12, 198, 198, 29113, 29113, 7804, 4242, 21017, 198, 2, 198, 2, 38636, 8979, 198, 2, 7921, 274, 257, 1976, 3949, 2196, 286, 262, 7368, 8315, 2393, 290, 5860, 257, 2792, 284, 262, 649, 25388, 2393, 13, 198, 2, 198, 2, 11361, 6300, 362, 13, 21, 11, 362, 13, 22, 11, 513, 13, 87, 198, 2, 198, 2, 15069, 1946, 11, 5825, 2127, 78, 3457, 13, 198, 2, 198, 2, 49962, 739, 262, 24843, 13789, 11, 10628, 362, 13, 15, 357, 1169, 366, 34156, 15341, 198, 2, 345, 743, 407, 779, 428, 2393, 2845, 287, 11846, 351, 262, 13789, 13, 198, 2, 921, 743, 7330, 257, 4866, 286, 262, 13789, 379, 198, 2, 198, 2, 2638, 1378, 2503, 13, 43073, 13, 2398, 14, 677, 4541, 14, 43, 2149, 24290, 12, 17, 13, 15, 198, 2, 198, 2, 17486, 2672, 416, 9723, 1099, 393, 4987, 284, 287, 3597, 11, 198, 2, 3788, 9387, 739, 262, 13789, 318, 9387, 319, 281, 198, 2, 366, 1921, 3180, 1, 29809, 1797, 11, 42881, 34764, 11015, 6375, 7102, 49828, 11053, 3963, 15529, 509, 12115, 11, 198, 2, 2035, 4911, 393, 17142, 13, 4091, 262, 13789, 329, 262, 2176, 198, 2, 3303, 15030, 21627, 290, 11247, 739, 262, 13789, 13, 198, 2, 198, 2, 198, 29113, 29113, 7804, 4242, 21017, 198, 198, 6738, 2169, 2127, 78, 13, 7295, 13, 354, 382, 4867, 1330, 609, 382, 4867, 198, 6738, 2169, 2127, 78, 13, 7295, 13, 354, 382, 4867, 1330, 23412, 7248, 198, 6738, 2169, 2127, 78, 13, 7295, 13, 354, 382, 4867, 1330, 25414, 7248, 198, 6738, 2169, 2127, 78, 13, 7295, 13, 354, 382, 4867, 1330, 609, 382, 4867, 23002, 1009, 198, 198, 11748, 33918, 198, 198, 4871, 38636, 8979, 20560, 7248, 7, 20560, 7248, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 1052, 23412, 7248, 351, 5050, 5035, 329, 31577, 262, 17311, 284, 262, 38636, 8979, 198, 220, 220, 220, 609, 382, 78, 13, 383, 23412, 7248, 2134, 318, 973, 284, 11986, 5128, 10007, 618, 23710, 428, 609, 382, 78, 13, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 825, 900, 62, 15457, 30642, 7, 944, 11, 1988, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 5345, 262, 1988, 286, 262, 8798, 30642, 5128, 329, 428, 609, 382, 78, 13, 14808, 35827, 11, 4731, 8, 383, 1895, 11241, 29517, 1141, 262, 440, 30515, 17, 1429, 2014, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 2208, 7, 41729, 8979, 20560, 7248, 11, 2116, 737, 62, 2617, 62, 15414, 10786, 15457, 30642, 3256, 1988, 8, 198, 220, 220, 220, 825, 900, 62, 1722, 12982, 7, 944, 11, 1988, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 5345, 262, 1988, 286, 262, 1081, 12982, 5128, 329, 428, 609, 382, 78, 13, 14808, 25968, 11, 4731, 8, 383, 4522, 286, 262, 2836, 13, 5514, 973, 329, 13953, 18618, 284, 787, 7824, 3848, 329, 511, 5257, 2985, 2014, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 2208, 7, 41729, 8979, 20560, 7248, 11, 2116, 737, 62, 2617, 62, 15414, 10786, 1722, 12982, 3256, 1988, 8, 198, 220, 220, 220, 825, 900, 62, 8979, 2389, 7, 944, 11, 1988, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 5345, 262, 1988, 286, 262, 9220, 2389, 5128, 329, 428, 609, 382, 78, 13, 14808, 35827, 11, 4731, 8, 383, 4686, 286, 262, 2393, 284, 19974, 2014, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 2208, 7, 41729, 8979, 20560, 7248, 11, 2116, 737, 62, 2617, 62, 15414, 10786, 8979, 2389, 3256, 1988, 8, 198, 220, 220, 220, 825, 900, 62, 2484, 1144, 11280, 7, 944, 11, 1988, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 5345, 262, 1988, 286, 262, 39403, 11280, 5128, 329, 428, 609, 382, 78, 13, 14808, 17561, 1859, 11, 33918, 8, 317, 19449, 2134, 220, 10200, 262, 2378, 30, 82, 4888, 2792, 290, 3917, 21627, 13, 4091, 10314, 329, 33313, 6096, 2014, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 2208, 7, 41729, 8979, 20560, 7248, 11, 2116, 737, 62, 2617, 62, 15414, 10786, 2484, 1144, 11280, 3256, 1988, 8, 198, 220, 220, 220, 825, 900, 62, 41729, 8979, 14749, 7, 944, 11, 1988, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 5345, 262, 1988, 286, 262, 38636, 8979, 14749, 5128, 329, 428, 609, 382, 78, 13, 14808, 17561, 1859, 11, 4731, 8, 383, 4686, 286, 262, 9483, 284, 1234, 262, 649, 19974, 2393, 287, 13, 1649, 407, 7368, 11, 262, 19974, 2393, 481, 307, 1234, 287, 262, 6808, 9483, 2014, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 2208, 7, 41729, 8979, 20560, 7248, 11, 2116, 737, 62, 2617, 62, 15414, 10786, 41729, 8979, 14749, 3256, 1988, 8, 198, 220, 220, 220, 825, 900, 62, 41729, 8979, 5376, 7, 944, 11, 1988, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 5345, 262, 1988, 286, 262, 38636, 8979, 5376, 5128, 329, 428, 609, 382, 78, 13, 14808, 35827, 11, 4731, 8, 383, 1438, 286, 262, 19974, 2393, 326, 481, 307, 2727, 2014, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 2208, 7, 41729, 8979, 20560, 7248, 11, 2116, 737, 62, 2617, 62, 15414, 10786, 41729, 8979, 5376, 3256, 1988, 8, 628, 198, 4871, 38636, 8979, 23004, 7248, 7, 23004, 7248, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 317, 25414, 7248, 351, 5050, 27571, 284, 262, 3815, 4504, 416, 262, 38636, 8979, 609, 382, 78, 13, 198, 220, 220, 220, 383, 25414, 7248, 2134, 318, 973, 284, 19818, 262, 2482, 286, 257, 609, 382, 78, 9706, 13, 198, 220, 220, 220, 37227, 628, 220, 220, 220, 825, 651, 62, 31077, 7, 944, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 4990, 30227, 262, 1988, 329, 262, 366, 31077, 1, 5072, 422, 428, 609, 382, 78, 9706, 13, 14808, 8841, 8, 383, 2882, 422, 8315, 13, 770, 4909, 262, 8308, 2727, 19974, 2393, 20150, 2014, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 2116, 13557, 22915, 13, 1136, 10786, 31077, 3256, 6045, 8, 198, 220, 220, 220, 825, 651, 62, 21886, 7, 944, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 4990, 30227, 262, 1988, 329, 262, 366, 21886, 1, 5072, 422, 428, 609, 382, 78, 9706, 13, 14808, 8841, 8, 383, 19016, 329, 262, 8308, 2727, 19974, 2393, 2014, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 2116, 13557, 22915, 13, 1136, 10786, 21886, 3256, 6045, 8, 198 ]
3.122951
1,220
from telegram.ext import ConversationHandler class ConversationHandlerExt(ConversationHandler): """Расширяет оригинальный :class:`telegram.ext.ConversationHandler` возможностью вручную установить `state`. Переопределяет конструктор, теперь обязателен только 1 параметр (states). """ def set_state(self, update, state): """Устанавливает переданный state. """ # проверяем, что переданный state возможен if state not in self.states.keys() and state != self.END: raise ValueError( "state=\"{}\" not exist in current ConversationHandlerExt".format(state)) key = self._get_key(update) self.update_state(state, key)
[ 6738, 573, 30536, 13, 2302, 1330, 42427, 25060, 628, 198, 4871, 42427, 25060, 11627, 7, 3103, 690, 341, 25060, 2599, 198, 220, 220, 220, 37227, 140, 254, 16142, 21727, 141, 230, 18849, 21169, 40623, 16843, 20375, 12466, 122, 21169, 18849, 140, 111, 18849, 22177, 16142, 30143, 45367, 22177, 45035, 140, 117, 1058, 4871, 25, 63, 660, 30536, 13, 2302, 13, 3103, 690, 341, 25060, 63, 12466, 110, 25443, 115, 43108, 25443, 114, 22177, 15166, 21727, 20375, 45367, 141, 236, 12466, 110, 21169, 35072, 141, 229, 22177, 35072, 141, 236, 198, 220, 220, 220, 220, 35072, 21727, 20375, 16142, 22177, 25443, 110, 18849, 20375, 45367, 4600, 5219, 44646, 12466, 253, 16843, 21169, 16843, 25443, 123, 21169, 16843, 43666, 16843, 30143, 40623, 16843, 20375, 12466, 118, 15166, 22177, 21727, 20375, 21169, 35072, 31583, 20375, 15166, 21169, 11, 220, 20375, 16843, 140, 123, 16843, 21169, 45367, 12466, 122, 140, 109, 40623, 140, 115, 16142, 20375, 16843, 30143, 16843, 22177, 220, 20375, 25443, 119, 45367, 31583, 15166, 352, 12466, 123, 16142, 21169, 16142, 43108, 16843, 20375, 21169, 357, 27219, 737, 198, 220, 220, 220, 37227, 628, 220, 220, 220, 825, 900, 62, 5219, 7, 944, 11, 4296, 11, 1181, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 140, 96, 21727, 20375, 16142, 22177, 16142, 38857, 30143, 18849, 38857, 16142, 16843, 20375, 12466, 123, 16843, 21169, 16843, 43666, 16142, 22177, 22177, 45035, 140, 117, 1181, 13, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 12466, 123, 21169, 25443, 110, 16843, 21169, 40623, 16843, 43108, 11, 220, 141, 229, 20375, 15166, 12466, 123, 16843, 21169, 16843, 43666, 16142, 22177, 22177, 45035, 140, 117, 1181, 12466, 110, 25443, 115, 43108, 25443, 114, 16843, 22177, 198, 220, 220, 220, 220, 220, 220, 220, 611, 1181, 407, 287, 2116, 13, 27219, 13, 13083, 3419, 290, 1181, 14512, 2116, 13, 10619, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5298, 11052, 12331, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 5219, 17553, 90, 92, 7879, 407, 2152, 287, 1459, 42427, 25060, 11627, 1911, 18982, 7, 5219, 4008, 628, 220, 220, 220, 220, 220, 220, 220, 1994, 796, 2116, 13557, 1136, 62, 2539, 7, 19119, 8, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 19119, 62, 5219, 7, 5219, 11, 1994, 8, 198 ]
1.758105
401
from __future__ import print_function from __future__ import absolute_import from __future__ import division import compas_ghpython from compas.artists import PrimitiveArtist from .artist import GHArtist class PointArtist(GHArtist, PrimitiveArtist): """Artist for drawing points. Parameters ---------- point : :class:`compas.geometry.Point` A COMPAS point. """ def draw(self): """Draw the point. Returns ------- :class:`Rhino.Geometry.Point3d` """ points = [self._get_args(self.primitive)] return compas_ghpython.draw_points(points)[0] @staticmethod
[ 6738, 11593, 37443, 834, 1330, 3601, 62, 8818, 198, 6738, 11593, 37443, 834, 1330, 4112, 62, 11748, 198, 6738, 11593, 37443, 834, 1330, 7297, 198, 198, 11748, 552, 292, 62, 456, 29412, 198, 6738, 552, 292, 13, 433, 1023, 1330, 11460, 1800, 43020, 198, 6738, 764, 49016, 1330, 24739, 43020, 628, 198, 4871, 6252, 43020, 7, 17511, 43020, 11, 11460, 1800, 43020, 2599, 198, 220, 220, 220, 37227, 43020, 329, 8263, 2173, 13, 628, 220, 220, 220, 40117, 198, 220, 220, 220, 24200, 438, 198, 220, 220, 220, 966, 1058, 1058, 4871, 25, 63, 5589, 292, 13, 469, 15748, 13, 12727, 63, 198, 220, 220, 220, 220, 220, 220, 220, 317, 24301, 1921, 966, 13, 198, 220, 220, 220, 37227, 628, 220, 220, 220, 825, 3197, 7, 944, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 25302, 262, 966, 13, 628, 220, 220, 220, 220, 220, 220, 220, 16409, 198, 220, 220, 220, 220, 220, 220, 220, 35656, 198, 220, 220, 220, 220, 220, 220, 220, 1058, 4871, 25, 63, 38576, 2879, 13, 10082, 15748, 13, 12727, 18, 67, 63, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 2173, 796, 685, 944, 13557, 1136, 62, 22046, 7, 944, 13, 19795, 1800, 15437, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 552, 292, 62, 456, 29412, 13, 19334, 62, 13033, 7, 13033, 38381, 15, 60, 628, 220, 220, 220, 2488, 12708, 24396, 198 ]
2.659836
244
##Requires PIL (Pillow), and pytesseract from PIL import Image from pytesseract import image_to_string img=Image.open('test.png') print(image_to_string(img))
[ 2235, 39618, 350, 4146, 357, 47, 359, 322, 828, 290, 12972, 83, 408, 263, 529, 201, 198, 201, 198, 6738, 350, 4146, 1330, 7412, 201, 198, 6738, 12972, 83, 408, 263, 529, 1330, 2939, 62, 1462, 62, 8841, 201, 198, 201, 198, 9600, 28, 5159, 13, 9654, 10786, 9288, 13, 11134, 11537, 201, 198, 201, 198, 4798, 7, 9060, 62, 1462, 62, 8841, 7, 9600, 4008 ]
2.530303
66
from datetime import datetime import requests import time from etl import base from utils.fence_helper import get_api_key, get_access_token
[ 6738, 4818, 8079, 1330, 4818, 8079, 198, 11748, 7007, 198, 11748, 640, 198, 198, 6738, 2123, 75, 1330, 2779, 198, 6738, 3384, 4487, 13, 69, 594, 62, 2978, 525, 1330, 651, 62, 15042, 62, 2539, 11, 651, 62, 15526, 62, 30001, 628 ]
3.380952
42
# -*- coding: utf-8 -*- ''' #------------------------------------------------------------------------------- # NATIONAL UNIVERSITY OF SINGAPORE - NUS # SINGAPORE INSTITUTE FOR NEUROTECHNOLOGY - SINAPSE # Singapore # URL: http://www.sinapseinstitute.org #------------------------------------------------------------------------------- # Neuromorphic Engineering Group # Author: Rohan Ghosh, MSc # Contact: #------------------------------------------------------------------------------- # Description: UR10 controller in python #------------------------------------------------------------------------------- ''' #------------------------------------------------------------------------------- import socket import numpy as np from ur10_simulation import ur10_simulator import time import struct import binascii from copy import copy import os.path #------------------------------------------------------------------------------- #------------------------------------------------------------------------------- #class for managing UR10 poses and #MANAGING POSES (POSITIONS OR JOINTS) #save pose file #filename should contain the full path for the file #load pose file #filename should contain the full path for the file #move the UR robot to the specified pose #get pose names #get the joint position #adding a new position #WARNING: Adding a new position with the same name will overwrite any #previous entry #WARNING: position should be in m!! #WARNING: joints should be in radians!! #adding a new joint #WARNING: Adding a new joint with the same name will overwrite any #previous entry #WARNING: joints should be in radians!! #removing a position/joint #this function remaps all the positions that have been saved to a new #home position. necessary when remapping has changed. as long as it is #possible to create positions relative to an origin or home position, this #method can be used to convert all the stored positions to new values #based on a new origin #def conv2newHome(self,_home): # print('ok') #------------------------------------------------------------------------------- if __name__ == '__main__': port = 30003 ip1 = '10.1.1.6' # ip2 = '10.1.1.6' import os,sys sys.path.append('../iLimb') from iLimb import * buffer_size = 1024 U1 = UR10Controller(ip1) # U2 = UR10Controller(ip2) # U1.read_joints() # print(U1.joints) # U1.read_joints() # Sim = ur10_simulator() # Sim.set_joints(U1.joints) # U1.xyzR = Sim.joints2pose() # print(U1.xyzR) # new_joints = copy(U1.joints) mult = 1 Sim = ur10_simulator() U1.do_circular_pivot_motion(-40, 190,"z",3,20) # time.sleep(3) U1.do_circular_pivot_motion(40, 190,"z",3,-20) # time.sleep(3) U1.do_circular_pivot_motion(-40, 190,"z",3,20) # time.sleep(3) U1.do_circular_pivot_motion(-40, 190,"z",3,-20) # time.sleep(3) # for i in range(100): # t1 = time.time() # # U1.read_joints() # U1.read_xyz() # print(time.time() - t1) # print(U1.joints) # # time.sleep(5) # print(U1.xyzR) #rpy_change = np.deg2rad([0, -10, 0]) # l = iLimbController('COM16') # l.connect() # l.control(['thumb','index','middle'],['open']*3,[290]*3) angle = -10 dist_pivot = 220 grasp_pivot = 25 # #open the fingers # for i in range(6): # #new_xyzR = U1.move_rpy_with_constraints(rpy_change, 175) # #U1.movej(new_xyzR,2) # # l.control(['thumb','index','middle'],['position']*3,[140,120,120]) # U1.read_joints() # Sim.set_joints(U1.joints) # U1.xyzR = Sim.joints2pose() # old_xyzR = copy(U1.xyzR) # print(U1.xyzR) # new_joints = copy(U1.joints) # new_joints[4] = new_joints[4] + angle # new_xyzR = U1.move_joints_with_grasp_constraints(new_joints,dist_pivot,grasp_pivot,"z") # U1.movej(new_xyzR,3) # time.sleep(3.2) #close the fingers # #Bimanual # l.control(['thumb','index','middle'],['open']*3,[290]*3) # time.sleep(1) # U1.movej(old_xyzR,3) # print(mult, new_joints) # old_XYZ = copy(U1.xyzR) # # U2.read_xyz() # print(U1.xyzR) # print(old_XYZ) # # Sim.tcp_vec = U1.xyzR # mult = 1 # seconds = 2 # for i in range(100): # Sim.tcp_vec = Sim.position_along_endaxis(-30) # U1.movej(Sim.tcp_vec,seconds) # time.sleep(seconds) # Sim.tcp_vec = Sim.position_along_endaxis(30) # U1.movej(Sim.tcp_vec,seconds) # time.sleep(seconds) # print(Sim.tcp_vec) # # print(U2.xyzR) # mult = 1 # for i in range(100): # U1.xyzR[0] = U1.xyzR[0] + (20*mult) # # U2.xyzR[0] = U2.xyzR[0] + (20*mult) # U1.movej(U1.xyzR,1) # # pause(0.05) # # U2.movej(U2.xyzR,0.4) # time.sleep(1) # mult = mult*(-1) # print("Joints from port", U.joints) # Sim.set_joints(U.joints) # Sim.tcp_vec = Sim.joints2pose()
[ 2, 532, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12, 201, 198, 7061, 6, 201, 198, 2, 10097, 24305, 201, 198, 2, 399, 29912, 49677, 9050, 3963, 311, 2751, 2969, 6965, 532, 399, 2937, 201, 198, 2, 311, 2751, 2969, 6965, 40589, 2043, 37780, 7473, 10635, 4261, 2394, 25994, 45, 43781, 532, 311, 1268, 2969, 5188, 201, 198, 2, 12551, 201, 198, 2, 10289, 25, 2638, 1378, 2503, 13, 31369, 7512, 8625, 3678, 13, 2398, 201, 198, 2, 10097, 24305, 201, 198, 2, 3169, 333, 46374, 14044, 4912, 201, 198, 2, 6434, 25, 371, 22436, 11972, 3768, 11, 337, 3351, 201, 198, 2, 14039, 25, 201, 198, 2, 10097, 24305, 201, 198, 2, 12489, 25, 37902, 940, 10444, 287, 21015, 201, 198, 2, 10097, 24305, 201, 198, 7061, 6, 201, 198, 2, 10097, 24305, 201, 198, 11748, 17802, 201, 198, 11748, 299, 32152, 355, 45941, 201, 198, 6738, 2956, 940, 62, 14323, 1741, 1330, 2956, 940, 62, 14323, 8927, 201, 198, 11748, 640, 201, 198, 11748, 2878, 201, 198, 11748, 9874, 292, 979, 72, 201, 198, 6738, 4866, 1330, 4866, 201, 198, 11748, 28686, 13, 6978, 201, 198, 2, 10097, 24305, 201, 198, 201, 198, 201, 198, 201, 198, 201, 198, 201, 198, 201, 198, 201, 198, 201, 198, 201, 198, 201, 198, 201, 198, 201, 198, 201, 198, 201, 198, 201, 198, 201, 198, 201, 198, 201, 198, 2, 10097, 24305, 201, 198, 2, 4871, 329, 11149, 37902, 940, 17313, 290, 201, 198, 201, 198, 220, 220, 220, 1303, 10725, 4760, 2751, 28069, 1546, 357, 37997, 2043, 11053, 6375, 32357, 1268, 4694, 8, 201, 198, 220, 220, 220, 1303, 21928, 12705, 2393, 201, 198, 220, 220, 220, 1303, 34345, 815, 3994, 262, 1336, 3108, 329, 262, 2393, 201, 198, 201, 198, 220, 220, 220, 1303, 2220, 12705, 2393, 201, 198, 220, 220, 220, 1303, 34345, 815, 3994, 262, 1336, 3108, 329, 262, 2393, 201, 198, 201, 198, 220, 220, 220, 1303, 21084, 262, 37902, 9379, 284, 262, 7368, 12705, 201, 198, 201, 198, 220, 220, 220, 1303, 1136, 12705, 3891, 201, 198, 201, 198, 220, 220, 220, 1303, 1136, 262, 6466, 2292, 201, 198, 201, 198, 220, 220, 220, 1303, 26872, 257, 649, 2292, 201, 198, 220, 220, 220, 1303, 31502, 25, 18247, 257, 649, 2292, 351, 262, 976, 1438, 481, 49312, 597, 201, 198, 220, 220, 220, 1303, 3866, 1442, 5726, 201, 198, 220, 220, 220, 1303, 31502, 25, 2292, 815, 307, 287, 285, 3228, 201, 198, 220, 220, 220, 1303, 31502, 25, 24039, 815, 307, 287, 2511, 1547, 3228, 201, 198, 201, 198, 220, 220, 220, 1303, 26872, 257, 649, 6466, 201, 198, 220, 220, 220, 1303, 31502, 25, 18247, 257, 649, 6466, 351, 262, 976, 1438, 481, 49312, 597, 201, 198, 220, 220, 220, 1303, 3866, 1442, 5726, 201, 198, 220, 220, 220, 1303, 31502, 25, 24039, 815, 307, 287, 2511, 1547, 3228, 201, 198, 201, 198, 220, 220, 220, 1303, 2787, 5165, 257, 2292, 14, 73, 1563, 201, 198, 201, 198, 220, 220, 220, 1303, 5661, 2163, 816, 1686, 477, 262, 6116, 326, 423, 587, 7448, 284, 257, 649, 201, 198, 220, 220, 220, 1303, 11195, 2292, 13, 3306, 618, 816, 5912, 468, 3421, 13, 355, 890, 355, 340, 318, 201, 198, 220, 220, 220, 1303, 79, 4733, 284, 2251, 6116, 3585, 284, 281, 8159, 393, 1363, 2292, 11, 428, 201, 198, 220, 220, 220, 1303, 24396, 460, 307, 973, 284, 10385, 477, 262, 8574, 6116, 284, 649, 3815, 201, 198, 220, 220, 220, 1303, 3106, 319, 257, 649, 8159, 201, 198, 220, 220, 220, 1303, 4299, 3063, 17, 3605, 16060, 7, 944, 11, 62, 11195, 2599, 201, 198, 220, 220, 220, 1303, 220, 220, 220, 3601, 10786, 482, 11537, 201, 198, 201, 198, 2, 10097, 24305, 201, 198, 201, 198, 361, 11593, 3672, 834, 6624, 705, 834, 12417, 834, 10354, 201, 198, 201, 198, 220, 220, 220, 2493, 796, 20343, 18, 201, 198, 220, 220, 220, 20966, 16, 796, 705, 940, 13, 16, 13, 16, 13, 21, 6, 201, 198, 220, 220, 220, 1303, 20966, 17, 796, 705, 940, 13, 16, 13, 16, 13, 21, 6, 201, 198, 201, 198, 201, 198, 220, 220, 220, 1330, 28686, 11, 17597, 201, 198, 220, 220, 220, 25064, 13, 6978, 13, 33295, 10786, 40720, 72, 43, 14107, 11537, 201, 198, 220, 220, 220, 422, 1312, 43, 14107, 1330, 1635, 201, 198, 201, 198, 220, 220, 220, 11876, 62, 7857, 796, 28119, 201, 198, 220, 220, 220, 471, 16, 796, 37902, 940, 22130, 7, 541, 16, 8, 201, 198, 201, 198, 201, 198, 220, 220, 220, 1303, 471, 17, 796, 37902, 940, 22130, 7, 541, 17, 8, 201, 198, 201, 198, 220, 220, 220, 1303, 471, 16, 13, 961, 62, 73, 1563, 82, 3419, 201, 198, 220, 220, 220, 1303, 3601, 7, 52, 16, 13, 73, 1563, 82, 8, 201, 198, 220, 220, 220, 1303, 471, 16, 13, 961, 62, 73, 1563, 82, 3419, 201, 198, 220, 220, 220, 1303, 3184, 796, 2956, 940, 62, 14323, 8927, 3419, 201, 198, 220, 220, 220, 1303, 3184, 13, 2617, 62, 73, 1563, 82, 7, 52, 16, 13, 73, 1563, 82, 8, 201, 198, 220, 220, 220, 1303, 471, 16, 13, 5431, 89, 49, 796, 3184, 13, 73, 1563, 82, 17, 3455, 3419, 201, 198, 220, 220, 220, 1303, 3601, 7, 52, 16, 13, 5431, 89, 49, 8, 201, 198, 220, 220, 220, 1303, 649, 62, 73, 1563, 82, 796, 4866, 7, 52, 16, 13, 73, 1563, 82, 8, 201, 198, 220, 220, 220, 1963, 796, 352, 201, 198, 201, 198, 220, 220, 220, 3184, 796, 2956, 940, 62, 14323, 8927, 3419, 201, 198, 220, 220, 220, 471, 16, 13, 4598, 62, 21170, 934, 62, 79, 45785, 62, 38714, 32590, 1821, 11, 19884, 553, 89, 1600, 18, 11, 1238, 8, 201, 198, 220, 220, 220, 1303, 640, 13, 42832, 7, 18, 8, 201, 198, 220, 220, 220, 471, 16, 13, 4598, 62, 21170, 934, 62, 79, 45785, 62, 38714, 7, 1821, 11, 19884, 553, 89, 1600, 18, 12095, 1238, 8, 201, 198, 220, 220, 220, 1303, 640, 13, 42832, 7, 18, 8, 201, 198, 220, 220, 220, 471, 16, 13, 4598, 62, 21170, 934, 62, 79, 45785, 62, 38714, 32590, 1821, 11, 19884, 553, 89, 1600, 18, 11, 1238, 8, 201, 198, 220, 220, 220, 1303, 640, 13, 42832, 7, 18, 8, 201, 198, 220, 220, 220, 471, 16, 13, 4598, 62, 21170, 934, 62, 79, 45785, 62, 38714, 32590, 1821, 11, 19884, 553, 89, 1600, 18, 12095, 1238, 8, 201, 198, 220, 220, 220, 1303, 640, 13, 42832, 7, 18, 8, 201, 198, 201, 198, 220, 220, 220, 1303, 329, 1312, 287, 2837, 7, 3064, 2599, 201, 198, 201, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 256, 16, 796, 640, 13, 2435, 3419, 201, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 1303, 471, 16, 13, 961, 62, 73, 1563, 82, 3419, 201, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 471, 16, 13, 961, 62, 5431, 89, 3419, 201, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 3601, 7, 2435, 13, 2435, 3419, 532, 256, 16, 8, 201, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 3601, 7, 52, 16, 13, 73, 1563, 82, 8, 201, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 1303, 640, 13, 42832, 7, 20, 8, 201, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 3601, 7, 52, 16, 13, 5431, 89, 49, 8, 201, 198, 220, 220, 220, 1303, 81, 9078, 62, 3803, 796, 45941, 13, 13500, 17, 6335, 26933, 15, 11, 532, 940, 11, 657, 12962, 201, 198, 220, 220, 220, 220, 201, 198, 220, 220, 220, 1303, 300, 796, 1312, 43, 14107, 22130, 10786, 9858, 1433, 11537, 201, 198, 220, 220, 220, 1303, 300, 13, 8443, 3419, 201, 198, 220, 220, 220, 1303, 300, 13, 13716, 7, 17816, 400, 2178, 41707, 9630, 41707, 27171, 6, 4357, 17816, 9654, 20520, 9, 18, 17414, 24369, 60, 9, 18, 8, 201, 198, 220, 220, 220, 220, 201, 198, 220, 220, 220, 9848, 796, 532, 940, 201, 198, 220, 220, 220, 1233, 62, 79, 45785, 796, 15629, 201, 198, 220, 220, 220, 13180, 62, 79, 45785, 796, 1679, 201, 198, 220, 220, 220, 220, 201, 198, 220, 220, 220, 220, 201, 198, 201, 198, 220, 220, 220, 1303, 1303, 9654, 262, 9353, 201, 198, 201, 198, 201, 198, 220, 220, 220, 1303, 329, 1312, 287, 2837, 7, 21, 2599, 201, 198, 201, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 220, 1303, 3605, 62, 5431, 89, 49, 796, 471, 16, 13, 21084, 62, 81, 9078, 62, 4480, 62, 1102, 2536, 6003, 7, 81, 9078, 62, 3803, 11, 19038, 8, 201, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 1303, 52, 16, 13, 21084, 73, 7, 3605, 62, 5431, 89, 49, 11, 17, 8, 201, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 1303, 300, 13, 13716, 7, 17816, 400, 2178, 41707, 9630, 41707, 27171, 6, 4357, 17816, 9150, 20520, 9, 18, 17414, 15187, 11, 10232, 11, 10232, 12962, 201, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 471, 16, 13, 961, 62, 73, 1563, 82, 3419, 201, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 3184, 13, 2617, 62, 73, 1563, 82, 7, 52, 16, 13, 73, 1563, 82, 8, 201, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 471, 16, 13, 5431, 89, 49, 796, 3184, 13, 73, 1563, 82, 17, 3455, 3419, 201, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 1468, 62, 5431, 89, 49, 796, 4866, 7, 52, 16, 13, 5431, 89, 49, 8, 201, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 3601, 7, 52, 16, 13, 5431, 89, 49, 8, 201, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 649, 62, 73, 1563, 82, 796, 4866, 7, 52, 16, 13, 73, 1563, 82, 8, 201, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 649, 62, 73, 1563, 82, 58, 19, 60, 796, 649, 62, 73, 1563, 82, 58, 19, 60, 1343, 9848, 201, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 649, 62, 5431, 89, 49, 796, 471, 16, 13, 21084, 62, 73, 1563, 82, 62, 4480, 62, 2164, 5126, 62, 1102, 2536, 6003, 7, 3605, 62, 73, 1563, 82, 11, 17080, 62, 79, 45785, 11, 2164, 5126, 62, 79, 45785, 553, 89, 4943, 201, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 471, 16, 13, 21084, 73, 7, 3605, 62, 5431, 89, 49, 11, 18, 8, 201, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 640, 13, 42832, 7, 18, 13, 17, 8, 201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 201, 198, 220, 220, 220, 1303, 19836, 262, 9353, 201, 198, 220, 220, 220, 1303, 1303, 33, 24086, 723, 201, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 300, 13, 13716, 7, 17816, 400, 2178, 41707, 9630, 41707, 27171, 6, 4357, 17816, 9654, 20520, 9, 18, 17414, 24369, 60, 9, 18, 8, 201, 198, 2, 220, 220, 220, 220, 640, 13, 42832, 7, 16, 8, 201, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 471, 16, 13, 21084, 73, 7, 727, 62, 5431, 89, 49, 11, 18, 8, 201, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 3601, 7, 16680, 11, 649, 62, 73, 1563, 82, 8, 201, 198, 201, 198, 201, 198, 220, 220, 220, 1303, 1468, 62, 34278, 57, 796, 4866, 7, 52, 16, 13, 5431, 89, 49, 8, 201, 198, 220, 220, 220, 1303, 1303, 471, 17, 13, 961, 62, 5431, 89, 3419, 201, 198, 220, 220, 220, 1303, 3601, 7, 52, 16, 13, 5431, 89, 49, 8, 201, 198, 220, 220, 220, 1303, 3601, 7, 727, 62, 34278, 57, 8, 201, 198, 220, 220, 220, 1303, 1303, 3184, 13, 83, 13155, 62, 35138, 796, 471, 16, 13, 5431, 89, 49, 201, 198, 201, 198, 220, 220, 220, 1303, 1963, 796, 352, 201, 198, 220, 220, 220, 1303, 4201, 796, 362, 201, 198, 201, 198, 220, 220, 220, 1303, 329, 1312, 287, 2837, 7, 3064, 2599, 201, 198, 201, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 3184, 13, 83, 13155, 62, 35138, 796, 3184, 13, 9150, 62, 24176, 62, 437, 22704, 32590, 1270, 8, 201, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 471, 16, 13, 21084, 73, 7, 8890, 13, 83, 13155, 62, 35138, 11, 43012, 8, 201, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 640, 13, 42832, 7, 43012, 8, 201, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 3184, 13, 83, 13155, 62, 35138, 796, 3184, 13, 9150, 62, 24176, 62, 437, 22704, 7, 1270, 8, 201, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 471, 16, 13, 21084, 73, 7, 8890, 13, 83, 13155, 62, 35138, 11, 43012, 8, 201, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 640, 13, 42832, 7, 43012, 8, 201, 198, 201, 198, 201, 198, 201, 198, 201, 198, 220, 220, 220, 1303, 3601, 7, 8890, 13, 83, 13155, 62, 35138, 8, 201, 198, 201, 198, 201, 198, 201, 198, 220, 220, 220, 1303, 1303, 3601, 7, 52, 17, 13, 5431, 89, 49, 8, 201, 198, 201, 198, 220, 220, 220, 1303, 1963, 796, 352, 201, 198, 220, 220, 220, 1303, 329, 1312, 287, 2837, 7, 3064, 2599, 201, 198, 201, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 471, 16, 13, 5431, 89, 49, 58, 15, 60, 796, 471, 16, 13, 5431, 89, 49, 58, 15, 60, 1343, 357, 1238, 9, 16680, 8, 201, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 1303, 471, 17, 13, 5431, 89, 49, 58, 15, 60, 796, 471, 17, 13, 5431, 89, 49, 58, 15, 60, 1343, 357, 1238, 9, 16680, 8, 201, 198, 201, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 471, 16, 13, 21084, 73, 7, 52, 16, 13, 5431, 89, 49, 11, 16, 8, 201, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 1303, 14985, 7, 15, 13, 2713, 8, 201, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 1303, 471, 17, 13, 21084, 73, 7, 52, 17, 13, 5431, 89, 49, 11, 15, 13, 19, 8, 201, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 640, 13, 42832, 7, 16, 8, 201, 198, 220, 220, 220, 1303, 220, 220, 220, 220, 1963, 796, 1963, 9, 32590, 16, 8, 201, 198, 201, 198, 201, 198, 201, 198, 201, 198, 201, 198, 201, 198, 220, 220, 220, 1303, 3601, 7203, 41, 1563, 82, 422, 2493, 1600, 471, 13, 73, 1563, 82, 8, 201, 198, 220, 220, 220, 1303, 3184, 13, 2617, 62, 73, 1563, 82, 7, 52, 13, 73, 1563, 82, 8, 201, 198, 220, 220, 220, 1303, 3184, 13, 83, 13155, 62, 35138, 796, 3184, 13, 73, 1563, 82, 17, 3455, 3419, 201, 198 ]
2.190457
2,473
#!/usr/bin/python import numpy as np import IPython from IPython.core.debugger import set_trace NORTH = np.array([0, 1]) SOUTH = np.array([0, -1]) WEST = np.array([-1, 0]) EAST = np.array([1, 0]) STAY = np.array([0, 0]) TRANSLATION_TABLE = [ # [left, intended_direction, right] [WEST, NORTH, EAST], [EAST, SOUTH, WEST], [SOUTH, WEST, NORTH], [NORTH, EAST, SOUTH], [STAY, STAY, STAY] ] DIRECTION = np.array([[0.0, 1.0], [0.0, -1.0], [-1.0, 0.0], [1.0, 0.0], [0.0, 0.0]]) class Agent(object): """A base class of an agent whose movement path is generated by using astar alg""" ############################################################################ # helper functions @staticmethod class Agent_v1(Agent): """Move_To_Target macro-action is terminated by reaching the goal. The low level controller automatically set the latest obvserved tagrget's position as the goal. If the target is flicked, the previous target's location is continuely implemented.""" def step(self, action, goal): """Depends on the input macro-action to run low-level controller to achieve primitive action execution. """ if self.cur_action_done: self.cur_action = action else: action = self.cur_action self.cur_action_done = False self.cur_action_time_left = -1.0 if action == 1: self.cur_action_done = True self.cur_action_time_left = 0.0 else: if len(goal) > len(self.grid_dim) * 2: goal = self._get_position_from_one_hot(goal[self.x_len*self.y_len:]) else: goal = self._get_position_from_normalized(goal) # target is flicked, then move towards the target position in previous obs if all(goal==-1): if all(self.pre_goal==-1): self.cur_action_done = True self.cur_action_time_left = 0.0 else: self.astar_move(self.pre_goal) else: self.astar_move(goal) self.pre_goal = goal
[ 2, 48443, 14629, 14, 8800, 14, 29412, 198, 198, 11748, 299, 32152, 355, 45941, 198, 11748, 6101, 7535, 198, 198, 6738, 6101, 7535, 13, 7295, 13, 24442, 1362, 1330, 900, 62, 40546, 198, 198, 35510, 4221, 796, 45941, 13, 18747, 26933, 15, 11, 352, 12962, 198, 50, 2606, 4221, 796, 45941, 13, 18747, 26933, 15, 11, 532, 16, 12962, 198, 54, 6465, 796, 45941, 13, 18747, 26933, 12, 16, 11, 657, 12962, 198, 36, 11262, 796, 45941, 13, 18747, 26933, 16, 11, 657, 12962, 198, 2257, 4792, 796, 45941, 13, 18747, 26933, 15, 11, 657, 12962, 198, 198, 5446, 1565, 8634, 6234, 62, 38148, 796, 685, 198, 220, 220, 220, 1303, 685, 9464, 11, 5292, 62, 37295, 11, 826, 60, 198, 220, 220, 220, 685, 54, 6465, 11, 220, 25273, 4221, 11, 412, 11262, 4357, 198, 220, 220, 220, 685, 36, 11262, 11, 220, 30065, 4221, 11, 370, 6465, 4357, 198, 220, 220, 220, 685, 50, 2606, 4221, 11, 370, 6465, 11, 220, 25273, 4221, 4357, 198, 220, 220, 220, 685, 35510, 4221, 11, 412, 11262, 11, 220, 30065, 4221, 4357, 198, 220, 220, 220, 685, 2257, 4792, 11, 220, 3563, 4792, 11, 220, 3563, 4792, 60, 198, 60, 198, 198, 17931, 23988, 2849, 796, 45941, 13, 18747, 26933, 58, 15, 13, 15, 11, 352, 13, 15, 4357, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 685, 15, 13, 15, 11, 532, 16, 13, 15, 4357, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 25915, 16, 13, 15, 11, 657, 13, 15, 4357, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 685, 16, 13, 15, 11, 657, 13, 15, 4357, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 685, 15, 13, 15, 11, 657, 13, 15, 11907, 8, 198, 198, 4871, 15906, 7, 15252, 2599, 628, 220, 220, 220, 37227, 32, 2779, 1398, 286, 281, 5797, 3025, 3356, 3108, 318, 7560, 416, 1262, 6468, 283, 435, 70, 37811, 198, 220, 220, 220, 220, 198, 220, 220, 220, 1303, 29113, 29113, 7804, 21017, 198, 220, 220, 220, 1303, 31904, 5499, 628, 220, 220, 220, 2488, 12708, 24396, 198, 198, 4871, 15906, 62, 85, 16, 7, 36772, 2599, 628, 220, 220, 220, 37227, 21774, 62, 2514, 62, 21745, 15021, 12, 2673, 318, 23083, 416, 8978, 262, 3061, 13, 220, 198, 220, 220, 220, 220, 220, 220, 383, 1877, 1241, 10444, 6338, 900, 262, 3452, 220, 198, 220, 220, 220, 220, 220, 220, 909, 85, 45852, 7621, 81, 1136, 338, 2292, 355, 262, 3061, 13, 1002, 262, 2496, 318, 781, 9484, 11, 262, 220, 198, 220, 220, 220, 220, 220, 220, 2180, 2496, 338, 4067, 318, 2555, 306, 9177, 526, 15931, 628, 220, 220, 220, 825, 2239, 7, 944, 11, 2223, 11, 3061, 2599, 628, 220, 220, 220, 220, 220, 220, 220, 37227, 12156, 2412, 319, 262, 5128, 15021, 12, 2673, 284, 1057, 1877, 12, 5715, 10444, 284, 4620, 220, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 20049, 2223, 9706, 13, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 611, 2116, 13, 22019, 62, 2673, 62, 28060, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 22019, 62, 2673, 796, 2223, 198, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2223, 796, 2116, 13, 22019, 62, 2673, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 22019, 62, 2673, 62, 28060, 796, 10352, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 22019, 62, 2673, 62, 2435, 62, 9464, 796, 532, 16, 13, 15, 628, 220, 220, 220, 220, 220, 220, 220, 611, 2223, 6624, 352, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 22019, 62, 2673, 62, 28060, 796, 6407, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 22019, 62, 2673, 62, 2435, 62, 9464, 796, 657, 13, 15, 198, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 18896, 7, 35231, 8, 1875, 18896, 7, 944, 13, 25928, 62, 27740, 8, 1635, 362, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3061, 796, 2116, 13557, 1136, 62, 9150, 62, 6738, 62, 505, 62, 8940, 7, 35231, 58, 944, 13, 87, 62, 11925, 9, 944, 13, 88, 62, 11925, 25, 12962, 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, 3061, 796, 2116, 13557, 1136, 62, 9150, 62, 6738, 62, 11265, 1143, 7, 35231, 8, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 2496, 318, 781, 9484, 11, 788, 1445, 3371, 262, 2496, 2292, 287, 2180, 10201, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 477, 7, 35231, 855, 12, 16, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 477, 7, 944, 13, 3866, 62, 35231, 855, 12, 16, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 22019, 62, 2673, 62, 28060, 796, 6407, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 22019, 62, 2673, 62, 2435, 62, 9464, 796, 657, 13, 15, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 459, 283, 62, 21084, 7, 944, 13, 3866, 62, 35231, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 459, 283, 62, 21084, 7, 35231, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 3866, 62, 35231, 796, 3061, 198 ]
2.066364
1,100
#!/usr/bin/env python3 """ __main__.py - The main module for processing data and creating visual summaries for this study. """ import os import sys from pathlib import Path import etl import pandas as pd import ui.cli as cli from file import YAMLFile # =========================================================================== # # METADATA # =========================================================================== # __author__ = 'Robert (Bob) L. Jones' __credits__ = ['Robert (Bob) L. Jones'] __created_date__ = 'Dec 29, 2020' __modified_date__ = 'Dec 30, 2020' # =========================================================================== # # EXPORTS # =========================================================================== # # Define the module's API -- the list of exportable objects (classes, # functions, etc.) -- when performing a "wild import" (`from field import *`). __all__ = [ 'DEBUG', ] # =========================================================================== # # CONSTANTS # =========================================================================== # # -- Debugging -- # DEBUG = bool(os.getenv('DEBUG', default=False)) # -- Filesytem -- # PREFIX = Path(os.getenv('PREFIX', default='.')).resolve() DATA_DIR = PREFIX / 'data' SOURCE_DIR = DATA_DIR / '01_raw' RESULTS_DIR = PREFIX / 'results' SOURCE_FILE = '%s_tripdata_%4d-%02d.csv' # -- URLs -- # SOURCE_URL = 'https://s3.amazonaws.com/nyc-tlc/trip+data' # =========================================================================== # # FUNCTIONS # =========================================================================== # # -- Data Analytics -- # # -- Data Processing: Extract -- # # -- Data Processing: Transform -- # # -- Data Processing: Load -- # # -- Utilities -- # # -- Main Program -- # def main(): """ Runs the main set of functions that define the program. """ # Confirm debugging state. DEBUG and print('DEBUG =', DEBUG) # Confirm Python path. DEBUG and print('sys.path =', sys.path) # Print constants. DEBUG and print('PREFIX =', PREFIX) # Print CLI option values. DEBUG and print('args.config =', args.config) # Ex: etc/settings/etl.cfg # Read a configuration file. cfg = YAMLFile(args.config).load() DEBUG and print('cfg =', cfg) DEBUG and print('type(cfg) =', type(cfg)) # Create a mini configuration dictionary. sources_cfg = cfg['sources'] extract_data(sources_cfg) # df = extract_data() # df = transform_data(df) # visualize_data(df) # =========================================================================== # # MAIN EXECUTION # =========================================================================== # # -- CLI option processing -- # args = cli.read_args() # -- Main Program -- # # If this module is in the main module, call the main() function. if __name__ == '__main__': main() # -- Housekeeping -- # # Exit the program normally (i.e., with a POSIX exit code of 0). sys.exit(0)
[ 2, 48443, 14629, 14, 8800, 14, 24330, 21015, 18, 198, 37811, 198, 834, 12417, 834, 13, 9078, 532, 383, 1388, 8265, 329, 7587, 1366, 290, 4441, 5874, 30114, 3166, 198, 1640, 428, 2050, 13, 198, 37811, 198, 11748, 28686, 198, 11748, 25064, 198, 6738, 3108, 8019, 1330, 10644, 198, 198, 11748, 2123, 75, 198, 11748, 19798, 292, 355, 279, 67, 198, 11748, 334, 72, 13, 44506, 355, 537, 72, 198, 6738, 2393, 1330, 575, 2390, 43, 8979, 628, 198, 2, 38093, 2559, 855, 1303, 198, 2, 31243, 2885, 13563, 198, 2, 38093, 2559, 855, 1303, 628, 198, 834, 9800, 834, 796, 705, 19156, 357, 18861, 8, 406, 13, 5437, 6, 198, 834, 66, 20696, 834, 796, 37250, 19156, 357, 18861, 8, 406, 13, 5437, 20520, 198, 198, 834, 25598, 62, 4475, 834, 796, 705, 10707, 2808, 11, 12131, 6, 198, 834, 41771, 62, 4475, 834, 796, 705, 10707, 1542, 11, 12131, 6, 628, 198, 2, 38093, 2559, 855, 1303, 198, 2, 25703, 33002, 198, 2, 38093, 2559, 855, 1303, 628, 198, 2, 2896, 500, 262, 8265, 338, 7824, 1377, 262, 1351, 286, 10784, 540, 5563, 357, 37724, 11, 198, 2, 5499, 11, 3503, 2014, 1377, 618, 9489, 257, 366, 21992, 1330, 1, 357, 63, 6738, 2214, 1330, 1635, 63, 737, 198, 834, 439, 834, 796, 685, 198, 220, 220, 220, 705, 30531, 3256, 198, 60, 628, 198, 2, 38093, 2559, 855, 1303, 198, 2, 7102, 2257, 1565, 4694, 198, 2, 38093, 2559, 855, 1303, 628, 198, 2, 1377, 31687, 2667, 1377, 1303, 198, 198, 30531, 796, 20512, 7, 418, 13, 1136, 24330, 10786, 30531, 3256, 4277, 28, 25101, 4008, 198, 198, 2, 1377, 13283, 88, 11498, 1377, 1303, 198, 198, 47, 31688, 10426, 796, 10644, 7, 418, 13, 1136, 24330, 10786, 47, 31688, 10426, 3256, 4277, 11639, 2637, 29720, 411, 6442, 3419, 198, 198, 26947, 62, 34720, 796, 22814, 47084, 1220, 705, 7890, 6, 198, 47690, 62, 34720, 796, 42865, 62, 34720, 1220, 705, 486, 62, 1831, 6, 198, 46274, 62, 34720, 796, 22814, 47084, 1220, 705, 43420, 6, 198, 198, 47690, 62, 25664, 796, 705, 4, 82, 62, 39813, 7890, 62, 4, 19, 67, 12, 4, 2999, 67, 13, 40664, 6, 198, 198, 2, 1377, 32336, 1377, 1303, 198, 198, 47690, 62, 21886, 796, 705, 5450, 1378, 82, 18, 13, 33103, 8356, 13, 785, 14, 3281, 66, 12, 28781, 66, 14, 39813, 10, 7890, 6, 628, 198, 2, 38093, 2559, 855, 1303, 198, 2, 29397, 4177, 11053, 198, 2, 38093, 2559, 855, 1303, 628, 198, 2, 1377, 6060, 30437, 1377, 1303, 628, 198, 2, 1377, 6060, 28403, 25, 29677, 1377, 1303, 628, 198, 2, 1377, 6060, 28403, 25, 26981, 1377, 1303, 628, 198, 2, 1377, 6060, 28403, 25, 8778, 1377, 1303, 628, 198, 2, 1377, 41086, 1377, 1303, 628, 628, 198, 198, 2, 1377, 8774, 6118, 1377, 1303, 628, 198, 4299, 1388, 33529, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 44743, 262, 1388, 900, 286, 5499, 326, 8160, 262, 1430, 13, 198, 220, 220, 220, 37227, 628, 220, 220, 220, 1303, 7326, 2533, 28769, 1181, 13, 198, 220, 220, 220, 16959, 290, 3601, 10786, 30531, 796, 3256, 16959, 8, 628, 220, 220, 220, 1303, 7326, 2533, 11361, 3108, 13, 198, 220, 220, 220, 16959, 290, 3601, 10786, 17597, 13, 6978, 796, 3256, 25064, 13, 6978, 8, 628, 220, 220, 220, 1303, 12578, 38491, 13, 198, 220, 220, 220, 16959, 290, 3601, 10786, 47, 31688, 10426, 796, 3256, 22814, 47084, 8, 628, 220, 220, 220, 1303, 12578, 43749, 3038, 3815, 13, 198, 220, 220, 220, 16959, 290, 3601, 10786, 22046, 13, 11250, 796, 3256, 26498, 13, 11250, 8, 220, 1303, 1475, 25, 3503, 14, 33692, 14, 316, 75, 13, 37581, 628, 220, 220, 220, 1303, 4149, 257, 8398, 2393, 13, 198, 220, 220, 220, 30218, 70, 796, 575, 2390, 43, 8979, 7, 22046, 13, 11250, 737, 2220, 3419, 198, 220, 220, 220, 16959, 290, 3601, 10786, 37581, 796, 3256, 30218, 70, 8, 198, 220, 220, 220, 16959, 290, 3601, 10786, 4906, 7, 37581, 8, 796, 3256, 2099, 7, 37581, 4008, 628, 220, 220, 220, 1303, 13610, 257, 9927, 8398, 22155, 13, 198, 220, 220, 220, 4237, 62, 37581, 796, 30218, 70, 17816, 82, 2203, 20520, 628, 220, 220, 220, 7925, 62, 7890, 7, 82, 2203, 62, 37581, 8, 198, 220, 220, 220, 1303, 47764, 796, 7925, 62, 7890, 3419, 198, 220, 220, 220, 1303, 47764, 796, 6121, 62, 7890, 7, 7568, 8, 198, 220, 220, 220, 1303, 38350, 62, 7890, 7, 7568, 8, 628, 198, 2, 38093, 2559, 855, 1303, 198, 2, 8779, 1268, 7788, 2943, 35354, 198, 2, 38093, 2559, 855, 1303, 628, 198, 2, 1377, 43749, 3038, 7587, 1377, 1303, 198, 198, 22046, 796, 537, 72, 13, 961, 62, 22046, 3419, 198, 198, 2, 1377, 8774, 6118, 1377, 1303, 198, 198, 2, 1002, 428, 8265, 318, 287, 262, 1388, 8265, 11, 869, 262, 1388, 3419, 2163, 13, 198, 361, 11593, 3672, 834, 6624, 705, 834, 12417, 834, 10354, 198, 220, 220, 220, 1388, 3419, 198, 198, 2, 1377, 2097, 19934, 1377, 1303, 198, 198, 2, 29739, 262, 1430, 7685, 357, 72, 13, 68, 1539, 351, 257, 28069, 10426, 8420, 2438, 286, 657, 737, 198, 17597, 13, 37023, 7, 15, 8, 198 ]
3.514451
865
# Fix paths for imports to work in unit tests ---------------- if __name__ == "__main__": from _fix_paths import fix_paths fix_paths() # ------------------------------------------------------------ # Load libraries --------------------------------------------- from typing import Dict import numpy as np from collections import namedtuple from ssa_sim_v2.simulator.modules.simulator_module import SimulatorModule # ------------------------------------------------------------ class AuctionAttributesModule(SimulatorModule): """ Base class for all click probability modules with segments. :ivar np.random.RandomState rng: Random number generator. :ivar dict prior: Dict with constant probabilities for every segment. """ Params = namedtuple('Params', ['p']) """ :param float p: Probability of selecting a user from a segment. """ def __init__(self, prior={(0,): Params(p=5)}, seed=9): """ :param dict prior: Dict with constant probabilities for every segment. :param int seed: Seed for the random number generator. """ super().__init__(prior, seed) self.prior = dict() # Normalize prior and store in self.priors total_p_values = 0 for key in prior.keys(): total_p_values += prior[key].p for key in prior.keys(): self.prior[key] = AuctionAttributesModule.Params(p=prior[key].p / total_p_values) self.rng = np.random.RandomState(seed) def get_auction_attributes(self, n): """ Method that returns a dict of number of times each segment has been selected. :param int n: Number of auctions for which to sample attributes. :return: Dict of number of times each segment was present in n auctions. :rtype: Dict[tuple, int] """ # This is used since np does not want to accept tuple as an item and throws error that 'a must be 1-dimensional' # dict keys (tuples) are converted to strings, then random choice is made using strings versions of keys, then # results are passed to a final dict where keys are of their original form keys_dict = dict() for key in self.prior.keys(): keys_dict[str(key)] = key keys = list(self.prior) keys = [str(key) for key in keys] probabilities = [self.prior[keys_dict[key]].p for key in keys] choices = self.rng.choice(a=keys, p=probabilities, size=n) unique, counts = np.unique(choices, return_counts=True) choices_dict_str = dict(zip(unique, counts)) for key in keys: if key in choices_dict_str.keys(): pass else: choices_dict_str[key] = 0 choices_dict = dict() for key in self.prior.keys(): choices_dict[key] = choices_dict_str[str(key)] return choices_dict if __name__ == "__main__": import unittest suite = unittest.TestSuite() suite.addTest(unittest.makeSuite(TestAuctionsAttributes)) unittest.TextTestRunner().run(suite)
[ 2, 13268, 13532, 329, 17944, 284, 670, 287, 4326, 5254, 34400, 198, 198, 361, 11593, 3672, 834, 6624, 366, 834, 12417, 834, 1298, 198, 220, 220, 220, 422, 4808, 13049, 62, 6978, 82, 1330, 4259, 62, 6978, 82, 628, 220, 220, 220, 4259, 62, 6978, 82, 3419, 198, 198, 2, 20368, 1783, 10541, 198, 198, 2, 8778, 12782, 20368, 32501, 198, 198, 6738, 19720, 1330, 360, 713, 198, 198, 11748, 299, 32152, 355, 45941, 198, 198, 6738, 17268, 1330, 3706, 83, 29291, 198, 198, 6738, 264, 11400, 62, 14323, 62, 85, 17, 13, 14323, 8927, 13, 18170, 13, 14323, 8927, 62, 21412, 1330, 13942, 26796, 198, 198, 2, 20368, 1783, 10541, 628, 198, 4871, 36071, 29021, 26796, 7, 8890, 8927, 26796, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 7308, 1398, 329, 477, 3904, 12867, 13103, 351, 17894, 13, 628, 220, 220, 220, 1058, 452, 283, 45941, 13, 25120, 13, 29531, 9012, 374, 782, 25, 14534, 1271, 17301, 13, 198, 220, 220, 220, 1058, 452, 283, 8633, 3161, 25, 360, 713, 351, 6937, 39522, 329, 790, 10618, 13, 198, 220, 220, 220, 37227, 628, 220, 220, 220, 2547, 4105, 796, 3706, 83, 29291, 10786, 10044, 4105, 3256, 37250, 79, 6, 12962, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 1058, 17143, 12178, 279, 25, 30873, 1799, 286, 17246, 257, 2836, 422, 257, 10618, 13, 198, 220, 220, 220, 37227, 628, 220, 220, 220, 825, 11593, 15003, 834, 7, 944, 11, 3161, 34758, 7, 15, 11, 2599, 2547, 4105, 7, 79, 28, 20, 8, 5512, 9403, 28, 24, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 628, 220, 220, 220, 220, 220, 220, 220, 1058, 17143, 8633, 3161, 25, 360, 713, 351, 6937, 39522, 329, 790, 10618, 13, 198, 220, 220, 220, 220, 220, 220, 220, 1058, 17143, 493, 9403, 25, 23262, 329, 262, 4738, 1271, 17301, 13, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 2208, 22446, 834, 15003, 834, 7, 3448, 273, 11, 9403, 8, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 3448, 273, 796, 8633, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 14435, 1096, 3161, 290, 3650, 287, 2116, 13, 3448, 669, 198, 220, 220, 220, 220, 220, 220, 220, 2472, 62, 79, 62, 27160, 796, 657, 198, 220, 220, 220, 220, 220, 220, 220, 329, 1994, 287, 3161, 13, 13083, 33529, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2472, 62, 79, 62, 27160, 15853, 3161, 58, 2539, 4083, 79, 198, 220, 220, 220, 220, 220, 220, 220, 329, 1994, 287, 3161, 13, 13083, 33529, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 3448, 273, 58, 2539, 60, 796, 36071, 29021, 26796, 13, 10044, 4105, 7, 79, 28, 3448, 273, 58, 2539, 4083, 79, 1220, 2472, 62, 79, 62, 27160, 8, 628, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 81, 782, 796, 45941, 13, 25120, 13, 29531, 9012, 7, 28826, 8, 628, 220, 220, 220, 825, 651, 62, 559, 596, 62, 1078, 7657, 7, 944, 11, 299, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 11789, 326, 5860, 257, 8633, 286, 1271, 286, 1661, 1123, 10618, 468, 587, 6163, 13, 628, 220, 220, 220, 220, 220, 220, 220, 1058, 17143, 493, 299, 25, 7913, 286, 48043, 329, 543, 284, 6291, 12608, 13, 198, 220, 220, 220, 220, 220, 220, 220, 1058, 7783, 25, 360, 713, 286, 1271, 286, 1661, 1123, 10618, 373, 1944, 287, 299, 48043, 13, 198, 220, 220, 220, 220, 220, 220, 220, 1058, 81, 4906, 25, 360, 713, 58, 83, 29291, 11, 493, 60, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 770, 318, 973, 1201, 45941, 857, 407, 765, 284, 2453, 46545, 355, 281, 2378, 290, 12542, 4049, 326, 705, 64, 1276, 307, 352, 12, 19577, 6, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 8633, 8251, 357, 28047, 2374, 8, 389, 11513, 284, 13042, 11, 788, 4738, 3572, 318, 925, 1262, 13042, 6300, 286, 8251, 11, 788, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 2482, 389, 3804, 284, 257, 2457, 8633, 810, 8251, 389, 286, 511, 2656, 1296, 198, 220, 220, 220, 220, 220, 220, 220, 8251, 62, 11600, 796, 8633, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 329, 1994, 287, 2116, 13, 3448, 273, 13, 13083, 33529, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 8251, 62, 11600, 58, 2536, 7, 2539, 15437, 796, 1994, 628, 220, 220, 220, 220, 220, 220, 220, 8251, 796, 1351, 7, 944, 13, 3448, 273, 8, 198, 220, 220, 220, 220, 220, 220, 220, 8251, 796, 685, 2536, 7, 2539, 8, 329, 1994, 287, 8251, 60, 198, 220, 220, 220, 220, 220, 220, 220, 39522, 796, 685, 944, 13, 3448, 273, 58, 13083, 62, 11600, 58, 2539, 60, 4083, 79, 329, 1994, 287, 8251, 60, 628, 220, 220, 220, 220, 220, 220, 220, 7747, 796, 2116, 13, 81, 782, 13, 25541, 7, 64, 28, 13083, 11, 279, 28, 1676, 65, 5738, 11, 2546, 28, 77, 8, 198, 220, 220, 220, 220, 220, 220, 220, 3748, 11, 9853, 796, 45941, 13, 34642, 7, 6679, 1063, 11, 1441, 62, 9127, 82, 28, 17821, 8, 198, 220, 220, 220, 220, 220, 220, 220, 7747, 62, 11600, 62, 2536, 796, 8633, 7, 13344, 7, 34642, 11, 9853, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 329, 1994, 287, 8251, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 1994, 287, 7747, 62, 11600, 62, 2536, 13, 13083, 33529, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1208, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7747, 62, 11600, 62, 2536, 58, 2539, 60, 796, 657, 628, 220, 220, 220, 220, 220, 220, 220, 7747, 62, 11600, 796, 8633, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 329, 1994, 287, 2116, 13, 3448, 273, 13, 13083, 33529, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7747, 62, 11600, 58, 2539, 60, 796, 7747, 62, 11600, 62, 2536, 58, 2536, 7, 2539, 15437, 628, 220, 220, 220, 220, 220, 220, 220, 1441, 7747, 62, 11600, 628, 198, 361, 11593, 3672, 834, 6624, 366, 834, 12417, 834, 1298, 628, 220, 220, 220, 1330, 555, 715, 395, 628, 628, 220, 220, 220, 18389, 796, 555, 715, 395, 13, 14402, 5606, 578, 3419, 198, 220, 220, 220, 18389, 13, 2860, 14402, 7, 403, 715, 395, 13, 15883, 5606, 578, 7, 14402, 32, 20847, 29021, 4008, 198, 220, 220, 220, 555, 715, 395, 13, 8206, 14402, 49493, 22446, 5143, 7, 2385, 578, 8, 198 ]
2.673557
1,161
# -*- coding: utf-8 -*-
[ 2, 532, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12 ]
1.769231
13
import importlib from parlai.core.agents import add_datapath_and_model_args from parlai.core.build_data import modelzoo_path from openchat.utils import ( inherit, create_agent_from_opt_file_and_model_class, ) from openchat.base import ( ParlaiGenerationAgent, Seq2SeqLM, ConvAI2Agent, WizardOfWikipediaAgent, )
[ 11748, 1330, 8019, 198, 6738, 1582, 75, 1872, 13, 7295, 13, 49638, 1330, 751, 62, 19608, 499, 776, 62, 392, 62, 19849, 62, 22046, 198, 6738, 1582, 75, 1872, 13, 7295, 13, 11249, 62, 7890, 1330, 2746, 89, 2238, 62, 6978, 628, 198, 6738, 1280, 17006, 13, 26791, 1330, 357, 198, 220, 220, 220, 16955, 11, 198, 220, 220, 220, 2251, 62, 25781, 62, 6738, 62, 8738, 62, 7753, 62, 392, 62, 19849, 62, 4871, 11, 198, 8, 198, 198, 6738, 1280, 17006, 13, 8692, 1330, 357, 198, 220, 220, 220, 2547, 75, 1872, 8645, 341, 36772, 11, 198, 220, 220, 220, 1001, 80, 17, 4653, 80, 31288, 11, 198, 220, 220, 220, 34872, 20185, 17, 36772, 11, 198, 220, 220, 220, 16884, 5189, 48845, 36772, 11, 198, 8, 628 ]
2.607692
130
# Generated by Django 2.2.10 on 2020-04-12 13:56 import django.core.validators from django.db import migrations, models import django_countries.fields
[ 2, 2980, 515, 416, 37770, 362, 13, 17, 13, 940, 319, 12131, 12, 3023, 12, 1065, 1511, 25, 3980, 198, 198, 11748, 42625, 14208, 13, 7295, 13, 12102, 2024, 198, 6738, 42625, 14208, 13, 9945, 1330, 15720, 602, 11, 4981, 198, 11748, 42625, 14208, 62, 9127, 1678, 13, 25747, 628 ]
3.06
50
from setuptools import find_packages, setup from pathlib import Path NAME = 'model_lstm' DESCRIPTION = 'LSTM model which classifies the sentiment of English sentences.' URL = 'https://github.com/ofbennett/sentiment-analysis-app' EMAIL = '[email protected]' AUTHOR = 'Oscar Bennett' REQUIRES_PYTHON = '>=3.7.0' ROOT_DIR = Path(__file__).resolve().parent PACKAGE_DIR = ROOT_DIR / 'model_lstm' LONG_DESCRIPTION = (PACKAGE_DIR / 'README.md').read_text(encoding='utf-8') with open(PACKAGE_DIR / 'VERSION') as f: VERSION = f.read().strip() setup( name=NAME, version=VERSION, description=DESCRIPTION, long_description=LONG_DESCRIPTION, long_description_content_type='text/markdown', author=AUTHOR, author_email=EMAIL, python_requires=REQUIRES_PYTHON, url=URL, packages=find_packages(exclude=('tests',)), package_data={'model_lstm': ['VERSION', 'README.md', f'trained_models/lstm_model_v{VERSION}.h5', f'trained_models/lstm_pipeline_v{VERSION}.pkl']}, install_requires=list_reqs(), extras_require={}, license='MIT', classifiers=[ 'License :: OSI Approved :: MIT License', 'Programming Language :: Python', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: Implementation :: CPython', ], )
[ 6738, 900, 37623, 10141, 1330, 1064, 62, 43789, 11, 9058, 198, 6738, 3108, 8019, 1330, 10644, 198, 198, 20608, 796, 705, 19849, 62, 75, 301, 76, 6, 198, 30910, 40165, 796, 705, 43, 2257, 44, 2746, 543, 1398, 6945, 262, 15598, 286, 3594, 13439, 2637, 198, 21886, 796, 705, 5450, 1378, 12567, 13, 785, 14, 1659, 65, 48151, 14, 34086, 3681, 12, 20930, 12, 1324, 6, 198, 27630, 4146, 796, 705, 32057, 13, 1326, 13, 672, 31, 14816, 13, 785, 6, 198, 32, 24318, 1581, 796, 705, 46, 13034, 17468, 6, 198, 2200, 10917, 4663, 1546, 62, 47, 56, 4221, 1340, 796, 705, 29, 28, 18, 13, 22, 13, 15, 6, 198, 13252, 2394, 62, 34720, 796, 10644, 7, 834, 7753, 834, 737, 411, 6442, 22446, 8000, 198, 47, 8120, 11879, 62, 34720, 796, 15107, 2394, 62, 34720, 1220, 705, 19849, 62, 75, 301, 76, 6, 198, 43, 18494, 62, 30910, 40165, 796, 357, 47, 8120, 11879, 62, 34720, 1220, 705, 15675, 11682, 13, 9132, 27691, 961, 62, 5239, 7, 12685, 7656, 11639, 40477, 12, 23, 11537, 198, 198, 4480, 1280, 7, 47, 8120, 11879, 62, 34720, 1220, 705, 43717, 11537, 355, 277, 25, 198, 220, 220, 220, 44156, 2849, 796, 277, 13, 961, 22446, 36311, 3419, 198, 198, 40406, 7, 198, 220, 220, 220, 1438, 28, 20608, 11, 198, 220, 220, 220, 2196, 28, 43717, 11, 198, 220, 220, 220, 6764, 28, 30910, 40165, 11, 198, 220, 220, 220, 890, 62, 11213, 28, 43, 18494, 62, 30910, 40165, 11, 198, 220, 220, 220, 890, 62, 11213, 62, 11299, 62, 4906, 11639, 5239, 14, 4102, 2902, 3256, 198, 220, 220, 220, 1772, 28, 32, 24318, 1581, 11, 198, 220, 220, 220, 1772, 62, 12888, 28, 27630, 4146, 11, 198, 220, 220, 220, 21015, 62, 47911, 28, 2200, 10917, 4663, 1546, 62, 47, 56, 4221, 1340, 11, 198, 220, 220, 220, 19016, 28, 21886, 11, 198, 220, 220, 220, 10392, 28, 19796, 62, 43789, 7, 1069, 9152, 28, 10786, 41989, 3256, 36911, 198, 220, 220, 220, 5301, 62, 7890, 34758, 6, 19849, 62, 75, 301, 76, 10354, 37250, 43717, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 15675, 11682, 13, 9132, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 277, 470, 13363, 62, 27530, 14, 75, 301, 76, 62, 19849, 62, 85, 90, 43717, 27422, 71, 20, 3256, 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, 277, 470, 13363, 62, 27530, 14, 75, 301, 76, 62, 79, 541, 4470, 62, 85, 90, 43717, 27422, 79, 41582, 20520, 5512, 198, 220, 220, 220, 2721, 62, 47911, 28, 4868, 62, 42180, 82, 22784, 198, 220, 220, 220, 33849, 62, 46115, 34758, 5512, 198, 220, 220, 220, 5964, 11639, 36393, 3256, 198, 220, 220, 220, 1398, 13350, 41888, 198, 220, 220, 220, 220, 220, 220, 220, 705, 34156, 7904, 7294, 40, 20010, 1079, 7904, 17168, 13789, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 705, 15167, 2229, 15417, 7904, 11361, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 705, 15167, 2229, 15417, 7904, 11361, 7904, 513, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 705, 15167, 2229, 15417, 7904, 11361, 7904, 513, 13, 22, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 705, 15167, 2229, 15417, 7904, 11361, 7904, 46333, 7904, 16932, 7535, 3256, 198, 220, 220, 220, 16589, 198, 8 ]
2.320635
630
import gym from gym import spaces from ple import PLE import numpy as np
[ 11748, 11550, 198, 6738, 11550, 1330, 9029, 198, 6738, 3339, 1330, 350, 2538, 198, 11748, 299, 32152, 355, 45941 ]
3.789474
19
#!/usr/bin/env python if __name__ == '__main__': from argparse import ArgumentParser from io import StringIO import sys arg_parser = ArgumentParser(description='I/O test') arg_parser.add_argument('-o', dest='output', help='output file') options = arg_parser.parse_args() str_io = StringIO() for line in ['abc', 'def', 'ghi']: str_io.write(line + '\n') if options.output: output = open(options.output, 'w') else: output = sys.stdout output.write(str_io.getvalue()) if options.output: output.close()
[ 2, 48443, 14629, 14, 8800, 14, 24330, 21015, 198, 198, 361, 11593, 3672, 834, 6624, 705, 834, 12417, 834, 10354, 198, 220, 220, 220, 422, 1822, 29572, 1330, 45751, 46677, 198, 220, 220, 220, 422, 33245, 1330, 10903, 9399, 198, 220, 220, 220, 1330, 25064, 198, 220, 220, 220, 1822, 62, 48610, 796, 45751, 46677, 7, 11213, 11639, 40, 14, 46, 1332, 11537, 198, 220, 220, 220, 1822, 62, 48610, 13, 2860, 62, 49140, 10786, 12, 78, 3256, 2244, 11639, 22915, 3256, 1037, 11639, 22915, 2393, 11537, 198, 220, 220, 220, 3689, 796, 1822, 62, 48610, 13, 29572, 62, 22046, 3419, 198, 220, 220, 220, 965, 62, 952, 796, 10903, 9399, 3419, 198, 220, 220, 220, 329, 1627, 287, 37250, 39305, 3256, 705, 4299, 3256, 705, 456, 72, 6, 5974, 198, 220, 220, 220, 220, 220, 220, 220, 965, 62, 952, 13, 13564, 7, 1370, 1343, 705, 59, 77, 11537, 198, 220, 220, 220, 611, 3689, 13, 22915, 25, 198, 220, 220, 220, 220, 220, 220, 220, 5072, 796, 1280, 7, 25811, 13, 22915, 11, 705, 86, 11537, 198, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 5072, 796, 25064, 13, 19282, 448, 198, 220, 220, 220, 5072, 13, 13564, 7, 2536, 62, 952, 13, 1136, 8367, 28955, 198, 220, 220, 220, 611, 3689, 13, 22915, 25, 198, 220, 220, 220, 220, 220, 220, 220, 5072, 13, 19836, 3419, 198 ]
2.46383
235
import json from flask import Flask from flasgger import Swagger from globals import connected_devices, Oven import os import recipes import ovens import recipe_search_online import db from mqtt_shared import mqtt_manager, mqtt_topics from constants import MONGO_URI, MONGO_URI_TEST import argparse from spec import SWAGGER_TEMPLATE, dump_apispecs_to_json from flask_pymongo import PyMongo swagger = None # TODO have blueprints in a spepparate module # Arguments parser = argparse.ArgumentParser(description="SmartOven Flask server") parser.add_argument('-t', '--test', help='Run the server in testing mode', action="store_true" ) if __name__ == "__main__": args = parser.parse_args() create_app(testing=args.test) app.run(debug=False)
[ 11748, 33918, 201, 198, 201, 198, 6738, 42903, 1330, 46947, 201, 198, 6738, 781, 292, 26679, 1330, 2451, 7928, 201, 198, 6738, 15095, 874, 1330, 5884, 62, 42034, 11, 440, 574, 201, 198, 11748, 28686, 201, 198, 201, 198, 11748, 14296, 201, 198, 11748, 14361, 82, 201, 198, 11748, 8364, 62, 12947, 62, 25119, 201, 198, 11748, 20613, 201, 198, 6738, 285, 80, 926, 62, 28710, 1330, 285, 80, 926, 62, 37153, 11, 285, 80, 926, 62, 4852, 873, 201, 198, 6738, 38491, 1330, 25000, 11230, 62, 47269, 11, 25000, 11230, 62, 47269, 62, 51, 6465, 201, 198, 11748, 1822, 29572, 201, 198, 201, 198, 6738, 1020, 1330, 12672, 4760, 30373, 62, 51, 3620, 6489, 6158, 11, 10285, 62, 499, 271, 431, 6359, 62, 1462, 62, 17752, 201, 198, 6738, 42903, 62, 79, 4948, 25162, 1330, 9485, 44, 25162, 201, 198, 201, 198, 2032, 7928, 796, 6045, 201, 198, 201, 198, 2, 16926, 46, 423, 4171, 17190, 287, 257, 693, 381, 30748, 8265, 201, 198, 201, 198, 2, 20559, 2886, 201, 198, 48610, 796, 1822, 29572, 13, 28100, 1713, 46677, 7, 11213, 2625, 25610, 46, 574, 46947, 4382, 4943, 201, 198, 48610, 13, 2860, 62, 49140, 10786, 12, 83, 3256, 705, 438, 9288, 3256, 201, 198, 220, 220, 220, 1037, 11639, 10987, 262, 4382, 287, 4856, 4235, 3256, 201, 198, 220, 220, 220, 2223, 2625, 8095, 62, 7942, 1, 201, 198, 8, 201, 198, 201, 198, 201, 198, 201, 198, 361, 11593, 3672, 834, 6624, 366, 834, 12417, 834, 1298, 201, 198, 220, 220, 220, 26498, 796, 30751, 13, 29572, 62, 22046, 3419, 201, 198, 220, 220, 220, 2251, 62, 1324, 7, 33407, 28, 22046, 13, 9288, 8, 201, 198, 220, 220, 220, 598, 13, 5143, 7, 24442, 28, 25101, 8, 201, 198 ]
2.730375
293
tabela = {'2': 'a', '3':'d', '5':'j', '4':'g', '6':'m', '7':'p', '8':'t', '9': 'w', '0': ' ', }
[ 8658, 10304, 796, 1391, 6, 17, 10354, 705, 64, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 18, 10354, 6, 67, 3256, 220, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 20, 10354, 6, 73, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 19, 10354, 6, 70, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 21, 10354, 6, 76, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 22, 10354, 6, 79, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 23, 10354, 6, 83, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 24, 10354, 705, 86, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 15, 10354, 705, 46083, 198, 92, 198 ]
1.255319
141
# location location = input("Job Location:\n") pay = input("Payment:\n") # Prints For decisions no = "No thanks,I can find something Better" doubt = "Without a doubt I'll take it" sure = "Sure, I can work with that" no_way = "No way!" # Try and Except try: location = str(location) pay = float(pay) except: print("Error, Invalid input") # After Except if location == "Mbarara": if pay == 4000000: print(no) else: if pay > 4000000: print(sure) elif location == "Kampala": if pay == 10000000: print(no_way) else: if pay >= 10000000: print(sure) elif location == "space": print(doubt) else: if pay >= 6000000: print(sure)
[ 2, 4067, 198, 24886, 796, 5128, 7203, 33308, 13397, 7479, 77, 4943, 198, 15577, 796, 5128, 7203, 19197, 434, 7479, 77, 4943, 198, 2, 12578, 82, 1114, 5370, 198, 3919, 796, 366, 2949, 5176, 11, 40, 460, 1064, 1223, 11625, 1, 198, 67, 47675, 796, 366, 16249, 257, 4719, 314, 1183, 1011, 340, 1, 198, 19532, 796, 366, 19457, 11, 314, 460, 670, 351, 326, 1, 198, 3919, 62, 1014, 796, 366, 2949, 835, 2474, 198, 198, 2, 9993, 290, 18181, 198, 28311, 25, 198, 220, 220, 220, 4067, 796, 965, 7, 24886, 8, 198, 220, 220, 220, 1414, 796, 12178, 7, 15577, 8, 198, 16341, 25, 198, 220, 220, 220, 3601, 7203, 12331, 11, 17665, 5128, 4943, 198, 2, 2293, 18181, 198, 361, 4067, 6624, 366, 44, 5657, 3301, 1298, 198, 220, 220, 220, 611, 1414, 6624, 604, 10535, 25, 198, 220, 220, 220, 220, 220, 220, 220, 3601, 7, 3919, 8, 198, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 611, 1414, 1875, 604, 10535, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3601, 7, 19532, 8, 198, 417, 361, 4067, 6624, 366, 42, 696, 6081, 1298, 198, 220, 220, 220, 611, 1414, 6624, 1802, 20483, 25, 198, 220, 220, 220, 220, 220, 220, 220, 3601, 7, 3919, 62, 1014, 8, 198, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 611, 1414, 18189, 1802, 20483, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3601, 7, 19532, 8, 198, 417, 361, 4067, 6624, 366, 13200, 1298, 198, 220, 220, 220, 3601, 7, 67, 47675, 8, 198, 17772, 25, 198, 220, 220, 220, 611, 1414, 18189, 718, 10535, 25, 198, 220, 220, 220, 220, 220, 220, 220, 3601, 7, 19532, 8, 198 ]
2.384106
302
from slugify import slugify from .resource import Resource
[ 6738, 31065, 1958, 1330, 31065, 1958, 198, 198, 6738, 764, 31092, 1330, 20857, 628 ]
4.357143
14
import tkinter as tk from Data import Data from EditClient import EditClient #Arrumar! #root = tk.Tk() #app = SearchDate(master=root) #app.mainloop() #data = Data() #data.db.close()
[ 11748, 256, 74, 3849, 355, 256, 74, 198, 6738, 6060, 1330, 6060, 198, 6738, 5312, 11792, 1330, 5312, 11792, 198, 198, 2, 3163, 6582, 283, 0, 198, 198, 2, 15763, 796, 256, 74, 13, 51, 74, 3419, 198, 2, 1324, 796, 11140, 10430, 7, 9866, 28, 15763, 8, 198, 2, 1324, 13, 12417, 26268, 3419, 198, 2, 7890, 796, 6060, 3419, 198, 2, 7890, 13, 9945, 13, 19836, 3419, 198 ]
2.628571
70
import boto3 import json session = boto3.session.Session( profile_name= 'jmcore' ) dynamodb = session.resource( 'dynamodb', region_name= 'eu-west-1' ) table = dynamodb.Table( 'serverless_workshop' ) with open( "user-sets-data.json" ) as json_file: users = json.load( json_file ) for user in users: userID = user[ 'userID' ] sets = user[ 'sets' ] response = table.put_item( Item = { 'userID': userID, 'sets': sets } )
[ 11748, 275, 2069, 18, 198, 11748, 33918, 198, 198, 29891, 796, 275, 2069, 18, 13, 29891, 13, 36044, 7, 7034, 62, 3672, 28, 705, 73, 76, 7295, 6, 1267, 198, 67, 4989, 375, 65, 796, 6246, 13, 31092, 7, 705, 67, 4989, 375, 65, 3256, 3814, 62, 3672, 28, 705, 12496, 12, 7038, 12, 16, 6, 1267, 198, 11487, 796, 6382, 375, 65, 13, 10962, 7, 705, 15388, 1203, 62, 38067, 6, 1267, 198, 198, 4480, 1280, 7, 366, 7220, 12, 28709, 12, 7890, 13, 17752, 1, 1267, 355, 33918, 62, 7753, 25, 198, 220, 2985, 796, 33918, 13, 2220, 7, 33918, 62, 7753, 1267, 198, 220, 329, 2836, 287, 2985, 25, 198, 220, 220, 220, 2836, 2389, 796, 2836, 58, 705, 7220, 2389, 6, 2361, 198, 220, 220, 220, 5621, 796, 2836, 58, 705, 28709, 6, 2361, 628, 220, 220, 220, 2882, 796, 3084, 13, 1996, 62, 9186, 7, 198, 220, 220, 220, 220, 220, 9097, 796, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 705, 7220, 2389, 10354, 2836, 2389, 11, 198, 220, 220, 220, 220, 220, 220, 220, 705, 28709, 10354, 5621, 198, 220, 220, 220, 220, 220, 1782, 198, 220, 220, 220, 1267 ]
2.358586
198
from sarsa_skel import * if __name__ == '__main__': plot_softmax("MiniGrid-Empty-6x6-v0")
[ 6738, 264, 945, 64, 62, 82, 7750, 1330, 1635, 628, 628, 198, 361, 11593, 3672, 834, 6624, 705, 834, 12417, 834, 10354, 198, 220, 220, 220, 7110, 62, 4215, 9806, 7203, 39234, 41339, 12, 40613, 12, 21, 87, 21, 12, 85, 15, 4943, 198 ]
2.227273
44
# # @lc app=leetcode id=146 lang=python3 # # [146] LRU Cache # # @lc code=start # Your LRUCache object will be instantiated and called as such: # obj = LRUCache(capacity) # param_1 = obj.get(key) # obj.put(key,value) # @lc code=end
[ 2, 198, 2, 2488, 44601, 598, 28, 293, 316, 8189, 4686, 28, 20964, 42392, 28, 29412, 18, 198, 2, 198, 2, 685, 20964, 60, 37491, 52, 34088, 198, 2, 198, 2, 2488, 44601, 2438, 28, 9688, 628, 198, 198, 2, 3406, 37491, 9598, 4891, 2134, 481, 307, 9113, 12931, 290, 1444, 355, 884, 25, 198, 2, 26181, 796, 37491, 9598, 4891, 7, 42404, 8, 198, 2, 5772, 62, 16, 796, 26181, 13, 1136, 7, 2539, 8, 198, 2, 26181, 13, 1996, 7, 2539, 11, 8367, 8, 198, 2, 2488, 44601, 2438, 28, 437, 628 ]
2.510638
94
#!/usr/bin/env python # # Merge multiple JavaScript source code files into one. # # Usage: # This script requires source files to have dependencies specified in them. # # Dependencies are specified with a comment of the form: # # // @requires <file path> # # e.g. # # // @requires Geo/DataSource.js # # This script should be executed like so: # # mergejs.py <output.js> <directory> [...] # # e.g. # # mergejs.py openlayers.js Geo/ CrossBrowser/ # # This example will cause the script to walk the `Geo` and # `CrossBrowser` directories--and subdirectories thereof--and import # all `*.js` files encountered. The dependency declarations will be extracted # and then the source code from imported files will be output to # a file named `openlayers.js` in an order which fulfils the dependencies # specified. # # # Note: This is a very rough initial version of this code. # # -- Copyright 2005-2008 MetaCarta, Inc. / OpenLayers project -- # # TODO: Allow files to be excluded. e.g. `Crossbrowser/DebugMode.js`? # TODO: Report error when dependency can not be found rather than KeyError. import re, os, sys SUFFIX_JAVASCRIPT = ".js" RE_REQUIRE = "@requires:? (.*)\n" # TODO: Ensure in comment? class SourceFile: """ Represents a Javascript source code file. """ def __init__(self, filepath, source): """ """ self.filepath = filepath self.source = source self.requiredBy = [] def _getRequirements(self): """ Extracts the dependencies specified in the source code and returns a list of them. """ # TODO: Cache? return re.findall(RE_REQUIRE, self.source) requires = property(fget=_getRequirements, doc="") class Config: """ Represents a parsed configuration file. A configuration file should be of the following form: [first] 3rd/prototype.js core/application.js core/params.js # A comment [last] core/api.js # Another comment [exclude] 3rd/logger.js All headings are required. The files listed in the `first` section will be forced to load *before* all other files (in the order listed). The files in `last` section will be forced to load *after* all the other files (in the order listed). The files list in the `exclude` section will not be imported. Any text appearing after a # symbol indicates a comment. """ def read(self, filename): """ Parses the content of the named file and stores the values. :param filename: the path to a configuration file :return none """ lines = [re.sub("#.*?$", "", line).strip() # Assumes end-of-line character is present for line in open(filename) if line.strip() and not line.strip().startswith("#")] # Skip blank lines and comments self.forceFirst = lines[lines.index("[first]") + 1:lines.index("[last]")] self.forceLast = lines[lines.index("[last]") + 1:lines.index("[include]")] self.include = lines[lines.index("[include]") + 1:lines.index("[exclude]")] self.exclude = lines[lines.index("[exclude]") + 1:] def scanjs(sourceDirectory, config = None): """ scans scanDirectory recursively and returns a list of paths to javascript files :param sourceDirectory: the directory root :return list object of all file paths """ allFiles = [] ## Find all the Javascript source files for root, dirs, files in os.walk(sourceDirectory): for filename in files: if filename.endswith(SUFFIX_JAVASCRIPT) and not filename.startswith("."): filepath = os.path.join(root, filename)[len(sourceDirectory)+1:] filepath = filepath.replace("\\", "/") if config and config.include: if filepath in config.include or filepath in config.forceFirst: allFiles.append(filepath) elif (not config) or (filepath not in config.exclude): allFiles.append(filepath) return allFiles def merge (sourceDirectory, config = None): """ Merges source files within a given directory according to a configuration :param sourceDirectory: a string designating the path of the OpenLayers source :param config: a mergejs.Config object """ from toposort import toposort allFiles = scanjs(sourceDirectory, config) ## Header inserted at the start of each file in the output HEADER = "/* " + "=" * 70 + "\n %s\n" + " " + "=" * 70 + " */\n\n" files = {} ## Import file source code ## TODO: Do import when we walk the directories above? for filepath in allFiles: fullpath = os.path.join(sourceDirectory, filepath).strip() content = open(fullpath, "U").read() # TODO: Ensure end of line @ EOF? files[filepath] = SourceFile(filepath, content) # TODO: Chop path? complete = False resolution_pass = 1 while not complete: order = [] # List of filepaths to output, in a dependency satisfying order nodes = [] routes = [] ## Resolve the dependencies resolution_pass += 1 for filepath, info in files.items(): nodes.append(filepath) for neededFilePath in info.requires: routes.append((neededFilePath, filepath)) for dependencyLevel in toposort(nodes, routes): for filepath in dependencyLevel: order.append(filepath) if not files.has_key(filepath): fullpath = os.path.join(sourceDirectory, filepath).strip() content = open(fullpath, "U").read() # TODO: Ensure end of line @ EOF? files[filepath] = SourceFile(filepath, content) # TODO: Chop path? # Double check all dependencies have been met complete = True try: for fp in order: if max([order.index(rfp) for rfp in files[fp].requires] + [order.index(fp)]) != order.index(fp): complete = False except: complete = False ## Move forced first and last files to the required position if config: order = config.forceFirst + [item for item in order if ((item not in config.forceFirst) and (item not in config.forceLast))] + config.forceLast ## Output the files in the determined order result = [] for fp in order: f = files[fp] result.append(HEADER % f.filepath) source = f.source result.append(source) if not source.endswith("\n"): result.append("\n") return "".join(result) if __name__ == "__main__": from optparse import OptionParser usage = "usage: mergejs.py <output.js> <source directory> [--config config filename]" parser = OptionParser(usage=usage) parser.add_option('-c', '--config', dest="config_filename", action="store", help="Config file name") (options, args) = parser.parse_args() try: outputFilename = sys.argv[0] sourceDirectory = sys.argv[1] except IndexError: parser.print_help() sys.exit() if options.config_filename: config = Config() config.read(options.config_filename) else: config = None output = merge(sourceDirectory, config) file(outputFilename, "w").write(output)
[ 2, 48443, 14629, 14, 8800, 14, 24330, 21015, 198, 2, 198, 2, 39407, 3294, 11933, 2723, 2438, 3696, 656, 530, 13, 198, 2, 198, 2, 29566, 25, 198, 2, 770, 4226, 4433, 2723, 3696, 284, 423, 20086, 7368, 287, 606, 13, 198, 2, 198, 2, 37947, 3976, 389, 7368, 351, 257, 2912, 286, 262, 1296, 25, 198, 2, 198, 2, 220, 220, 220, 220, 3373, 2488, 47911, 1279, 7753, 3108, 29, 198, 2, 198, 2, 220, 304, 13, 70, 13, 198, 2, 198, 2, 220, 220, 220, 3373, 2488, 47911, 32960, 14, 6601, 7416, 13, 8457, 198, 2, 198, 2, 770, 4226, 815, 307, 10945, 588, 523, 25, 198, 2, 198, 2, 220, 220, 220, 220, 20121, 8457, 13, 9078, 1279, 22915, 13, 8457, 29, 1279, 34945, 29, 26894, 198, 2, 198, 2, 304, 13, 70, 13, 198, 2, 198, 2, 220, 220, 220, 220, 20121, 8457, 13, 9078, 1280, 75, 6962, 13, 8457, 32960, 14, 6372, 46532, 14, 198, 2, 198, 2, 220, 770, 1672, 481, 2728, 262, 4226, 284, 2513, 262, 4600, 10082, 78, 63, 290, 198, 2, 220, 4600, 21544, 46532, 63, 29196, 438, 392, 850, 12942, 1749, 15370, 438, 392, 1330, 198, 2, 220, 477, 4600, 24620, 8457, 63, 3696, 12956, 13, 383, 20203, 31713, 481, 307, 21242, 198, 2, 220, 290, 788, 262, 2723, 2438, 422, 17392, 3696, 481, 307, 5072, 284, 220, 198, 2, 220, 257, 2393, 3706, 4600, 9654, 75, 6962, 13, 8457, 63, 287, 281, 1502, 543, 8456, 4487, 262, 20086, 198, 2, 220, 7368, 13, 198, 2, 198, 2, 198, 2, 5740, 25, 770, 318, 257, 845, 5210, 4238, 2196, 286, 428, 2438, 13, 198, 2, 198, 2, 1377, 15069, 5075, 12, 11528, 30277, 34, 34202, 11, 3457, 13, 1220, 4946, 43, 6962, 1628, 1377, 198, 2, 198, 198, 2, 16926, 46, 25, 22507, 3696, 284, 307, 15009, 13, 304, 13, 70, 13, 4600, 21544, 40259, 14, 27509, 19076, 13, 8457, 63, 30, 198, 2, 16926, 46, 25, 6358, 4049, 618, 20203, 460, 407, 307, 1043, 2138, 621, 7383, 12331, 13, 198, 198, 11748, 302, 11, 28686, 11, 25064, 198, 198, 12564, 5777, 10426, 62, 41, 10116, 1921, 36584, 51, 796, 27071, 8457, 1, 198, 2200, 62, 2200, 49128, 796, 44212, 47911, 25, 30, 357, 15885, 19415, 77, 1, 1303, 16926, 46, 25, 48987, 287, 2912, 30, 198, 198, 4871, 8090, 8979, 25, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 1432, 6629, 257, 24711, 2723, 2438, 2393, 13, 198, 220, 220, 220, 37227, 628, 220, 220, 220, 825, 11593, 15003, 834, 7, 944, 11, 2393, 6978, 11, 2723, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 7753, 6978, 796, 2393, 6978, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 10459, 796, 2723, 628, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 35827, 3886, 796, 17635, 628, 198, 220, 220, 220, 825, 4808, 1136, 42249, 7, 944, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 29677, 82, 262, 20086, 7368, 287, 262, 2723, 2438, 290, 5860, 198, 220, 220, 220, 220, 220, 220, 220, 257, 1351, 286, 606, 13, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 16926, 46, 25, 34088, 30, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 302, 13, 19796, 439, 7, 2200, 62, 2200, 49128, 11, 2116, 13, 10459, 8, 628, 220, 220, 220, 4433, 796, 3119, 7, 69, 1136, 28, 62, 1136, 42249, 11, 2205, 2625, 4943, 198, 198, 4871, 17056, 25, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 1432, 6629, 257, 44267, 8398, 2393, 13, 628, 220, 220, 220, 317, 8398, 2393, 815, 307, 286, 262, 1708, 1296, 25, 628, 220, 220, 220, 220, 220, 220, 220, 685, 11085, 60, 198, 220, 220, 220, 220, 220, 220, 220, 513, 4372, 14, 38124, 13, 8457, 198, 220, 220, 220, 220, 220, 220, 220, 4755, 14, 31438, 13, 8457, 198, 220, 220, 220, 220, 220, 220, 220, 4755, 14, 37266, 13, 8457, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 317, 2912, 628, 220, 220, 220, 220, 220, 220, 220, 685, 12957, 60, 198, 220, 220, 220, 220, 220, 220, 220, 4755, 14, 15042, 13, 8457, 1303, 6023, 2912, 628, 220, 220, 220, 220, 220, 220, 220, 685, 1069, 9152, 60, 198, 220, 220, 220, 220, 220, 220, 220, 513, 4372, 14, 6404, 1362, 13, 8457, 628, 220, 220, 220, 1439, 1182, 654, 389, 2672, 13, 628, 220, 220, 220, 383, 3696, 5610, 287, 262, 4600, 11085, 63, 2665, 481, 307, 4137, 284, 3440, 198, 220, 220, 220, 1635, 19052, 9, 477, 584, 3696, 357, 259, 262, 1502, 5610, 737, 383, 3696, 287, 4600, 12957, 63, 198, 220, 220, 220, 2665, 481, 307, 4137, 284, 3440, 1635, 8499, 9, 477, 262, 584, 3696, 357, 259, 262, 198, 220, 220, 220, 1502, 5610, 737, 628, 220, 220, 220, 383, 3696, 1351, 287, 262, 4600, 1069, 9152, 63, 2665, 481, 407, 307, 17392, 13, 628, 220, 220, 220, 4377, 2420, 12655, 706, 257, 1303, 6194, 9217, 257, 2912, 13, 198, 220, 220, 220, 220, 198, 220, 220, 220, 37227, 628, 220, 220, 220, 825, 1100, 7, 944, 11, 29472, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 23042, 274, 262, 2695, 286, 262, 3706, 2393, 290, 7000, 262, 3815, 13, 198, 220, 220, 220, 220, 220, 220, 220, 1058, 17143, 29472, 25, 262, 3108, 284, 257, 8398, 2393, 198, 220, 220, 220, 220, 220, 220, 220, 1058, 7783, 4844, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 3951, 796, 685, 260, 13, 7266, 7203, 2, 15885, 30, 3, 1600, 366, 1600, 1627, 737, 36311, 3419, 1303, 2195, 8139, 886, 12, 1659, 12, 1370, 2095, 318, 1944, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 329, 1627, 287, 1280, 7, 34345, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 1627, 13, 36311, 3419, 290, 407, 1627, 13, 36311, 22446, 9688, 2032, 342, 7203, 2, 4943, 60, 1303, 32214, 9178, 3951, 290, 3651, 628, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 3174, 5962, 796, 3951, 58, 6615, 13, 9630, 7203, 58, 11085, 60, 4943, 1343, 352, 25, 6615, 13, 9630, 7203, 58, 12957, 60, 4943, 60, 628, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 3174, 5956, 796, 3951, 58, 6615, 13, 9630, 7203, 58, 12957, 60, 4943, 1343, 352, 25, 6615, 13, 9630, 7203, 58, 17256, 60, 4943, 60, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 17256, 796, 220, 3951, 58, 6615, 13, 9630, 7203, 58, 17256, 60, 4943, 1343, 352, 25, 6615, 13, 9630, 7203, 58, 1069, 9152, 60, 4943, 60, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 1069, 9152, 796, 220, 3951, 58, 6615, 13, 9630, 7203, 58, 1069, 9152, 60, 4943, 1343, 352, 47715, 198, 198, 4299, 9367, 8457, 7, 10459, 43055, 11, 4566, 796, 6045, 2599, 198, 220, 220, 220, 37227, 23824, 9367, 43055, 664, 1834, 2280, 290, 5860, 257, 1351, 286, 13532, 284, 44575, 3696, 198, 220, 220, 220, 1058, 17143, 2723, 43055, 25, 262, 8619, 6808, 198, 220, 220, 220, 1058, 7783, 1351, 2134, 286, 477, 2393, 13532, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 477, 25876, 796, 17635, 198, 220, 220, 220, 22492, 9938, 477, 262, 24711, 2723, 3696, 198, 220, 220, 220, 329, 6808, 11, 288, 17062, 11, 3696, 287, 28686, 13, 11152, 7, 10459, 43055, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 329, 29472, 287, 3696, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 29472, 13, 437, 2032, 342, 7, 12564, 5777, 10426, 62, 41, 10116, 1921, 36584, 51, 8, 290, 407, 29472, 13, 9688, 2032, 342, 7203, 526, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2393, 6978, 796, 28686, 13, 6978, 13, 22179, 7, 15763, 11, 29472, 38381, 11925, 7, 10459, 43055, 47762, 16, 47715, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2393, 6978, 796, 2393, 6978, 13, 33491, 7203, 6852, 1600, 12813, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 4566, 290, 4566, 13, 17256, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 2393, 6978, 287, 4566, 13, 17256, 393, 2393, 6978, 287, 4566, 13, 3174, 5962, 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, 477, 25876, 13, 33295, 7, 7753, 6978, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1288, 361, 357, 1662, 4566, 8, 393, 357, 7753, 6978, 407, 287, 4566, 13, 1069, 9152, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 477, 25876, 13, 33295, 7, 7753, 6978, 8, 198, 220, 220, 220, 1441, 477, 25876, 198, 198, 4299, 20121, 357, 10459, 43055, 11, 4566, 796, 6045, 2599, 198, 220, 220, 220, 37227, 4638, 3212, 2723, 3696, 1626, 257, 1813, 8619, 1864, 284, 257, 8398, 198, 220, 220, 220, 1058, 17143, 2723, 43055, 25, 257, 4731, 1486, 803, 262, 3108, 286, 262, 4946, 43, 6962, 2723, 198, 220, 220, 220, 1058, 17143, 4566, 25, 257, 20121, 8457, 13, 16934, 2134, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 422, 1353, 418, 419, 1330, 1353, 418, 419, 628, 220, 220, 220, 477, 25876, 796, 9367, 8457, 7, 10459, 43055, 11, 4566, 8, 628, 220, 220, 220, 22492, 48900, 18846, 379, 262, 923, 286, 1123, 2393, 287, 262, 5072, 198, 220, 220, 220, 39837, 1137, 796, 12813, 9, 366, 1343, 366, 2625, 1635, 4317, 1343, 37082, 77, 220, 220, 220, 4064, 82, 59, 77, 1, 1343, 366, 220, 220, 366, 1343, 366, 2625, 1635, 4317, 1343, 366, 9466, 59, 77, 59, 77, 1, 628, 220, 220, 220, 3696, 796, 23884, 628, 220, 220, 220, 22492, 17267, 2393, 2723, 2438, 198, 220, 220, 220, 22492, 16926, 46, 25, 2141, 1330, 618, 356, 2513, 262, 29196, 2029, 30, 198, 220, 220, 220, 329, 2393, 6978, 287, 477, 25876, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1336, 6978, 796, 28686, 13, 6978, 13, 22179, 7, 10459, 43055, 11, 2393, 6978, 737, 36311, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 2695, 796, 1280, 7, 12853, 6978, 11, 366, 52, 11074, 961, 3419, 1303, 16926, 46, 25, 48987, 886, 286, 1627, 2488, 412, 19238, 30, 198, 220, 220, 220, 220, 220, 220, 220, 3696, 58, 7753, 6978, 60, 796, 8090, 8979, 7, 7753, 6978, 11, 2695, 8, 1303, 16926, 46, 25, 40159, 3108, 30, 628, 220, 220, 220, 1844, 796, 10352, 198, 220, 220, 220, 6323, 62, 6603, 796, 352, 628, 220, 220, 220, 981, 407, 1844, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1502, 796, 17635, 1303, 7343, 286, 2393, 6978, 82, 284, 5072, 11, 287, 257, 20203, 19201, 1502, 220, 198, 220, 220, 220, 220, 220, 220, 220, 13760, 796, 17635, 198, 220, 220, 220, 220, 220, 220, 220, 11926, 796, 17635, 198, 220, 220, 220, 220, 220, 220, 220, 22492, 1874, 6442, 262, 20086, 198, 220, 220, 220, 220, 220, 220, 220, 6323, 62, 6603, 15853, 352, 220, 628, 220, 220, 220, 220, 220, 220, 220, 329, 2393, 6978, 11, 7508, 287, 3696, 13, 23814, 33529, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 13760, 13, 33295, 7, 7753, 6978, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 329, 2622, 8979, 15235, 287, 7508, 13, 47911, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11926, 13, 33295, 19510, 27938, 8979, 15235, 11, 2393, 6978, 4008, 628, 220, 220, 220, 220, 220, 220, 220, 329, 20203, 4971, 287, 1353, 418, 419, 7, 77, 4147, 11, 11926, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 329, 2393, 6978, 287, 20203, 4971, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1502, 13, 33295, 7, 7753, 6978, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 407, 3696, 13, 10134, 62, 2539, 7, 7753, 6978, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1336, 6978, 796, 28686, 13, 6978, 13, 22179, 7, 10459, 43055, 11, 2393, 6978, 737, 36311, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2695, 796, 1280, 7, 12853, 6978, 11, 366, 52, 11074, 961, 3419, 1303, 16926, 46, 25, 48987, 886, 286, 1627, 2488, 412, 19238, 30, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3696, 58, 7753, 6978, 60, 796, 8090, 8979, 7, 7753, 6978, 11, 2695, 8, 1303, 16926, 46, 25, 40159, 3108, 30, 628, 220, 220, 220, 220, 220, 220, 220, 1303, 11198, 2198, 477, 20086, 423, 587, 1138, 198, 220, 220, 220, 220, 220, 220, 220, 1844, 796, 6407, 198, 220, 220, 220, 220, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 329, 277, 79, 287, 1502, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 3509, 26933, 2875, 13, 9630, 7, 41871, 79, 8, 329, 374, 46428, 287, 3696, 58, 46428, 4083, 47911, 60, 1343, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 685, 2875, 13, 9630, 7, 46428, 8, 12962, 14512, 1502, 13, 9630, 7, 46428, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1844, 796, 10352, 198, 220, 220, 220, 220, 220, 220, 220, 2845, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1844, 796, 10352, 628, 220, 220, 220, 22492, 10028, 4137, 717, 290, 938, 3696, 284, 262, 2672, 2292, 198, 220, 220, 220, 611, 4566, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1502, 796, 4566, 13, 3174, 5962, 1343, 685, 9186, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 329, 2378, 287, 1502, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 14808, 9186, 407, 287, 4566, 13, 3174, 5962, 8, 290, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 357, 9186, 407, 287, 4566, 13, 3174, 5956, 4008, 60, 1343, 4566, 13, 3174, 5956, 198, 220, 220, 220, 220, 198, 220, 220, 220, 22492, 25235, 262, 3696, 287, 262, 5295, 1502, 198, 220, 220, 220, 1255, 796, 17635, 628, 220, 220, 220, 329, 277, 79, 287, 1502, 25, 198, 220, 220, 220, 220, 220, 220, 220, 277, 796, 3696, 58, 46428, 60, 198, 220, 220, 220, 220, 220, 220, 220, 1255, 13, 33295, 7, 37682, 1137, 4064, 277, 13, 7753, 6978, 8, 198, 220, 220, 220, 220, 220, 220, 220, 2723, 796, 277, 13, 10459, 198, 220, 220, 220, 220, 220, 220, 220, 1255, 13, 33295, 7, 10459, 8, 198, 220, 220, 220, 220, 220, 220, 220, 611, 407, 2723, 13, 437, 2032, 342, 7203, 59, 77, 1, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1255, 13, 33295, 7203, 59, 77, 4943, 628, 220, 220, 220, 1441, 366, 1911, 22179, 7, 20274, 8, 198, 198, 361, 11593, 3672, 834, 6624, 366, 834, 12417, 834, 1298, 198, 220, 220, 220, 422, 2172, 29572, 1330, 16018, 46677, 628, 220, 220, 220, 8748, 796, 366, 26060, 25, 20121, 8457, 13, 9078, 1279, 22915, 13, 8457, 29, 1279, 10459, 8619, 29, 685, 438, 11250, 4566, 29472, 30866, 198, 220, 220, 220, 30751, 796, 16018, 46677, 7, 26060, 28, 26060, 8, 198, 220, 220, 220, 30751, 13, 2860, 62, 18076, 10786, 12, 66, 3256, 705, 438, 11250, 3256, 2244, 2625, 11250, 62, 34345, 1600, 2223, 2625, 8095, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 1037, 2625, 16934, 2393, 1438, 4943, 198, 220, 220, 220, 357, 25811, 11, 26498, 8, 796, 30751, 13, 29572, 62, 22046, 3419, 198, 220, 220, 220, 220, 198, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 5072, 35063, 796, 25064, 13, 853, 85, 58, 15, 60, 198, 220, 220, 220, 220, 220, 220, 220, 2723, 43055, 796, 25064, 13, 853, 85, 58, 16, 60, 198, 220, 220, 220, 2845, 12901, 12331, 25, 198, 220, 220, 220, 220, 220, 220, 220, 30751, 13, 4798, 62, 16794, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 25064, 13, 37023, 3419, 628, 220, 220, 220, 611, 3689, 13, 11250, 62, 34345, 25, 198, 220, 220, 220, 220, 220, 220, 220, 4566, 796, 17056, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 4566, 13, 961, 7, 25811, 13, 11250, 62, 34345, 8, 198, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 4566, 796, 6045, 628, 220, 220, 220, 5072, 796, 20121, 7, 10459, 43055, 11, 4566, 8, 198, 220, 220, 220, 2393, 7, 22915, 35063, 11, 366, 86, 11074, 13564, 7, 22915, 8, 198 ]
2.524842
2,999
"""The test file for transformer DNN""" import ehrudite.core.dnn.transformer as transformer import random import tensorflow as tf
[ 37811, 464, 1332, 2393, 329, 47385, 360, 6144, 37811, 198, 198, 11748, 304, 11840, 463, 578, 13, 7295, 13, 67, 20471, 13, 7645, 16354, 355, 47385, 198, 11748, 4738, 198, 11748, 11192, 273, 11125, 355, 48700, 628, 628, 628, 628 ]
3.45
40
from unittest.mock import Mock from asimov import Asset, constant
[ 6738, 555, 715, 395, 13, 76, 735, 1330, 44123, 198, 198, 6738, 355, 44273, 1330, 31433, 11, 6937, 628 ]
3.578947
19
import unittest from datetime import date from datamatch.similarities import ( StringSimilarity, DateSimilarity, JaroWinklerSimilarity, AbsoluteNumericalSimilarity, RelativeNumericalSimilarity )
[ 11748, 555, 715, 395, 198, 6738, 4818, 8079, 1330, 3128, 198, 198, 6738, 4818, 321, 963, 13, 38610, 871, 1330, 357, 198, 220, 220, 220, 10903, 18925, 414, 11, 7536, 18925, 414, 11, 449, 12022, 54, 676, 1754, 18925, 414, 11, 36532, 45, 6975, 605, 18925, 414, 11, 45344, 45, 6975, 605, 18925, 414, 198, 8, 628, 628, 628 ]
3.474576
59
import pyeccodes.accessors as _
[ 11748, 279, 5948, 535, 4147, 13, 15526, 669, 355, 4808, 628 ]
3
11
#!/usr/bin/env python # -*- coding: utf8 -*- """ The MetadataWizard(pymdwizard) software was developed by the U.S. Geological Survey Fort Collins Science Center. See: https://github.com/usgs/fort-pymdwizard for current project source code See: https://usgs.github.io/fort-pymdwizard/ for current user documentation See: https://github.com/usgs/fort-pymdwizard/tree/master/examples for examples of use in other scripts License: Creative Commons Attribution 4.0 International (CC BY 4.0) http://creativecommons.org/licenses/by/4.0/ PURPOSE ------------------------------------------------------------------------------ Module contains utility functions for interacting with XML FGDC records SCRIPT DEPENDENCIES ------------------------------------------------------------------------------ This script is part of the pymdwizard package and is not intented to be used independently. All pymdwizard package requirements are needed. See imports section for external packages used in this script as well as inter-package dependencies U.S. GEOLOGICAL SURVEY DISCLAIMER ------------------------------------------------------------------------------ This software has been approved for release by the U.S. Geological Survey (USGS). Although the software has been subjected to rigorous review, the USGS reserves the right to update the software as needed pursuant to further analysis and review. No warranty, expressed or implied, is made by the USGS or the U.S. Government as to the functionality of the software and related material nor shall the fact of release constitute any such warranty. Furthermore, the software is released on condition that neither the USGS nor the U.S. Government shall be held liable for any damages resulting from its authorized or unauthorized use. Any use of trade, product or firm names is for descriptive purposes only and does not imply endorsement by the U.S. Geological Survey. Although this information product, for the most part, is in the public domain, it also contains copyrighted material as noted in the text. Permission to reproduce copyrighted items for other than personal use must be secured from the copyright owner. ------------------------------------------------------------------------------ """ import json from dateutil import parser import defusedxml.lxml as lxml import pandas as pd from pymdwizard.core import xml_utils from pymdwizard.core import utils from collections import OrderedDict FGDC_XSD_NAME = "FGDC/fgdc-std-001-1998-annotated.xsd" BDP_XSD_NAME = "FGDC/BDPfgdc-std-001-1998-annotated.xsd" def validate_xml(xml, xsl_fname="fgdc", as_dataframe=False): """ Parameters ---------- xml : lxml document or filename or string containing xml representation xsl_fname : str (optional) can be one of: 'fgdc' - uses the standard fgdc schema ../resources/FGDC/fgdc-std-001-1998-annotated.xsd 'bdp' = use the Biological Data profile schema, ../resources/FGDC/BDPfgdc-std-001-1998-annotated.xsd full file path to another local schema. if not specified defaults to 'fgdc' as_dataframe : bool used to specify return format (list of tuples or dataframe) Returns ------- list of tuples (xpath, error message, line number) or pandas dataframe """ if xsl_fname.lower() == "fgdc": xsl_fname = utils.get_resource_path(FGDC_XSD_NAME) elif xsl_fname.lower() == "bdp": xsl_fname = utils.get_resource_path(BDP_XSD_NAME) else: xsl_fname = xsl_fname xmlschema = xml_utils.load_schema(xsl_fname) xml_doc = xml_utils.xml_document_loader(xml) xml_str = xml_utils.node_to_string(xml_doc) tree_node = xml_utils.string_to_node(xml_str.encode("utf-8")) lxml._etree._ElementTree(tree_node) errors = [] srcciteas = [] src_xpath = "dataqual/lineage/srcinfo/srccitea" src_nodes = tree_node.xpath(src_xpath) for i, src in enumerate(src_nodes): srcciteas.append(src.text) if src.text is None: if len(src_nodes) == 1: errors.append( ( "metadata/" + src_xpath, "source citation abbreviation cannot be empty", 1, ) ) else: xpath = "metadata/dataqual/lineage/srcinfo[{}]/srccitea" errors.append( ( xpath.format(i + 1), "source citation abbreviation cannot be empty", 1, ) ) procstep_xpath = "dataqual/lineage/procstep" procstep_nodes = tree_node.xpath(procstep_xpath) for proc_i, proc in enumerate(procstep_nodes): srcprod_nodes = proc.xpath("srcprod") for srcprod_i, srcprod in enumerate(srcprod_nodes): srcciteas.append(srcprod.text) if srcprod.text is None: error_xpath = procstep_xpath if len(procstep_nodes) > 1: error_xpath += "[{}]".format(proc_i + 1) error_xpath += "/srcprod" if len(srcprod_nodes) > 1: error_xpath += "[{}]".format(proc_i + 1) errors.append( ( "metadata/" + error_xpath, "source produced abbreviation cannot be empty", 1, ) ) srcused_xpath = "dataqual/lineage/procstep/srcused" srcused_nodes = tree_node.xpath(srcused_xpath) for i, src in enumerate(srcused_nodes): if src.text not in srcciteas: if len(srcused_nodes) == 1: errors.append( ( "metadata/" + srcused_xpath, "Source Used Citation Abbreviation {} " "not found in Source inputs " "used".format(src.text), 1, ) ) else: xpath = "metadata/dataqual/lineage/procstep[{}]/srcused" errors.append( ( xpath.format(i + 1), "Source Used Citation Abbreviation {} " "not found in Source inputs " "used".format(src.text), 1, ) ) if xmlschema.validate(tree_node) and not errors: return [] line_lookup = dict( [ (e.sourceline, tree_node.getroottree().getpath(e)) for e in tree_node.xpath(".//*") ] ) sourceline = tree_node.sourceline line_lookup[sourceline] = tree_node.getroottree().getpath(tree_node) fgdc_lookup = get_fgdc_lookup() for error in xmlschema.error_log: error_msg = clean_error_message(error.message, fgdc_lookup) try: errors.append((line_lookup[error.line][1:], error_msg, error.line)) except KeyError: errors.append(("Unknown", error_msg, error.line)) errors = list(OrderedDict.fromkeys(errors)) if as_dataframe: cols = ["xpath", "message", "line number"] return pd.DataFrame.from_records(errors, columns=cols) else: return errors def get_fgdc_lookup(): """ Loads the local resource, 'bdp_lookup' into a json object Returns ------- json fgdc item lookup """ annotation_lookup_fname = utils.get_resource_path("FGDC/bdp_lookup") try: with open(annotation_lookup_fname, encoding="utf-8") as data_file: annotation_lookup = json.loads(data_file.read()) except TypeError: with open(annotation_lookup_fname) as data_file: annotation_lookup = json.loads(data_file.read()) return annotation_lookup def clean_error_message(message, fgdc_lookup=None): """ Returns a cleaned up, more informative translation of a raw xml schema error message. Empty or missing elements are described in plain English Parameters ---------- message : str The raw message we will be cleaning up Returns ------- str : cleaned up error message """ parts = message.split() if "Missing child element" in message: clean_message = "The {} is missing the expected element(s) '{}'" clean_message.format(parts[1][:-1], parts[-2]) elif ( r"' is not accepted by the pattern '\s*\S(.|\n|\r)*'" in message or "'' is not a valid value of the atomic type" in message ): shortname = parts[1][:-1].replace("'", "") try: longname = fgdc_lookup[shortname]["long_name"] except (KeyError, TypeError): longname = None if longname is None: name = shortname else: name = "{} ({})".format(longname, shortname) clean_message = "The value for {} cannot be empty" clean_message = clean_message.format(name) else: clean_message = message return clean_message def format_date(date_input): """ Convert a Python date object into an FGDC string format YYYYMMDD Parameters ---------- date_input : str or datetime if str provided must be in format that dateutil's parser can handle Returns ------- str : date formated in FGDC YYYYMMDD format """ if type(date_input) == str: date_input = parser.parse(date_input) return date_input.strftime("%Y%m%d")
[ 2, 48443, 14629, 14, 8800, 14, 24330, 21015, 198, 2, 532, 9, 12, 19617, 25, 3384, 69, 23, 532, 9, 12, 198, 37811, 198, 464, 3395, 14706, 54, 8669, 7, 79, 4948, 67, 86, 8669, 8, 3788, 373, 4166, 416, 262, 198, 52, 13, 50, 13, 34246, 13084, 6401, 14006, 5800, 3337, 13, 198, 6214, 25, 3740, 1378, 12567, 13, 785, 14, 385, 14542, 14, 3319, 12, 79, 4948, 67, 86, 8669, 329, 1459, 1628, 2723, 2438, 198, 6214, 25, 3740, 1378, 385, 14542, 13, 12567, 13, 952, 14, 3319, 12, 79, 4948, 67, 86, 8669, 14, 329, 1459, 2836, 10314, 198, 6214, 25, 3740, 1378, 12567, 13, 785, 14, 385, 14542, 14, 3319, 12, 79, 4948, 67, 86, 8669, 14, 21048, 14, 9866, 14, 1069, 12629, 198, 220, 220, 220, 329, 6096, 286, 779, 287, 584, 14750, 198, 198, 34156, 25, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 17404, 13815, 45336, 604, 13, 15, 4037, 357, 4093, 11050, 604, 13, 15, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2638, 1378, 20123, 425, 9503, 684, 13, 2398, 14, 677, 4541, 14, 1525, 14, 19, 13, 15, 14, 198, 198, 47, 4261, 48933, 198, 10097, 26171, 198, 26796, 4909, 10361, 5499, 329, 24986, 351, 23735, 25503, 9697, 4406, 628, 198, 6173, 46023, 5550, 47, 10619, 24181, 11015, 198, 10097, 26171, 198, 220, 220, 220, 770, 4226, 318, 636, 286, 262, 279, 4948, 67, 86, 8669, 5301, 290, 318, 407, 493, 4714, 284, 307, 198, 220, 220, 220, 973, 14799, 13, 220, 1439, 279, 4948, 67, 86, 8669, 5301, 5359, 389, 2622, 13, 198, 220, 220, 220, 220, 198, 220, 220, 220, 4091, 17944, 2665, 329, 7097, 10392, 973, 287, 428, 4226, 355, 880, 355, 198, 220, 220, 220, 987, 12, 26495, 20086, 628, 198, 52, 13, 50, 13, 22319, 33462, 20151, 41016, 6089, 56, 13954, 48778, 1137, 198, 10097, 26171, 198, 1212, 3788, 468, 587, 6325, 329, 2650, 416, 262, 471, 13, 50, 13, 34246, 13084, 220, 198, 7, 2937, 14313, 737, 4900, 262, 3788, 468, 587, 16164, 284, 22888, 2423, 11, 198, 1169, 1294, 14313, 14072, 262, 826, 284, 4296, 262, 3788, 355, 2622, 12997, 284, 198, 69, 1914, 3781, 290, 2423, 13, 1400, 18215, 11, 6241, 393, 17142, 11, 318, 925, 416, 198, 1169, 1294, 14313, 393, 262, 471, 13, 50, 13, 5070, 355, 284, 262, 11244, 286, 262, 3788, 290, 198, 5363, 2587, 4249, 2236, 262, 1109, 286, 2650, 15613, 597, 884, 18215, 13, 198, 24951, 11, 262, 3788, 318, 2716, 319, 4006, 326, 6159, 262, 1294, 14313, 4249, 198, 1169, 471, 13, 50, 13, 5070, 2236, 307, 2714, 17583, 329, 597, 12616, 7186, 422, 198, 896, 10435, 393, 22959, 779, 13, 198, 198, 7149, 779, 286, 3292, 11, 1720, 393, 4081, 3891, 318, 329, 35644, 4959, 691, 290, 198, 22437, 407, 20135, 17819, 416, 262, 471, 13, 50, 13, 34246, 13084, 13, 198, 198, 7003, 428, 1321, 1720, 11, 329, 262, 749, 636, 11, 318, 287, 262, 1171, 7386, 11, 198, 270, 635, 4909, 33696, 2587, 355, 4367, 287, 262, 2420, 13, 2448, 3411, 284, 198, 260, 18230, 344, 33696, 3709, 329, 584, 621, 2614, 779, 1276, 307, 13659, 422, 198, 1169, 6634, 4870, 13, 198, 10097, 26171, 198, 37811, 198, 198, 11748, 33918, 198, 6738, 3128, 22602, 1330, 30751, 198, 198, 11748, 825, 1484, 19875, 13, 75, 19875, 355, 300, 19875, 198, 198, 11748, 19798, 292, 355, 279, 67, 198, 198, 6738, 279, 4948, 67, 86, 8669, 13, 7295, 1330, 35555, 62, 26791, 198, 6738, 279, 4948, 67, 86, 8669, 13, 7295, 1330, 3384, 4487, 198, 198, 6738, 17268, 1330, 14230, 1068, 35, 713, 198, 198, 30386, 9697, 62, 55, 10305, 62, 20608, 796, 366, 30386, 9697, 14, 40616, 17896, 12, 19282, 12, 8298, 12, 21113, 12, 34574, 515, 13, 87, 21282, 1, 198, 33, 6322, 62, 55, 10305, 62, 20608, 796, 366, 30386, 9697, 14, 33, 6322, 40616, 17896, 12, 19282, 12, 8298, 12, 21113, 12, 34574, 515, 13, 87, 21282, 1, 628, 198, 4299, 26571, 62, 19875, 7, 19875, 11, 2124, 6649, 62, 69, 3672, 2625, 40616, 17896, 1600, 355, 62, 7890, 14535, 28, 25101, 2599, 198, 220, 220, 220, 37227, 628, 220, 220, 220, 40117, 198, 220, 220, 220, 24200, 438, 198, 220, 220, 220, 35555, 1058, 300, 19875, 3188, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 393, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 29472, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 393, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4731, 7268, 35555, 10552, 628, 220, 220, 220, 2124, 6649, 62, 69, 3672, 1058, 965, 357, 25968, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 460, 307, 530, 286, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 40616, 17896, 6, 532, 3544, 262, 3210, 277, 70, 17896, 32815, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11485, 14, 37540, 14, 30386, 9697, 14, 40616, 17896, 12, 19282, 12, 8298, 12, 21113, 12, 34574, 515, 13, 87, 21282, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 17457, 79, 6, 796, 779, 262, 32827, 6060, 7034, 32815, 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, 11485, 14, 37540, 14, 30386, 9697, 14, 33, 6322, 40616, 17896, 12, 19282, 12, 8298, 12, 21113, 12, 34574, 515, 13, 87, 21282, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1336, 2393, 3108, 284, 1194, 1957, 32815, 13, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 407, 7368, 26235, 284, 705, 40616, 17896, 6, 198, 220, 220, 220, 355, 62, 7890, 14535, 1058, 20512, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 973, 284, 11986, 1441, 5794, 357, 4868, 286, 12777, 2374, 393, 1366, 14535, 8, 628, 220, 220, 220, 16409, 198, 220, 220, 220, 35656, 198, 220, 220, 220, 220, 220, 220, 220, 1351, 286, 12777, 2374, 198, 220, 220, 220, 220, 220, 220, 220, 357, 87, 6978, 11, 4049, 3275, 11, 1627, 1271, 8, 198, 220, 220, 220, 220, 220, 220, 220, 393, 198, 220, 220, 220, 220, 220, 220, 220, 19798, 292, 1366, 14535, 198, 220, 220, 220, 37227, 628, 220, 220, 220, 611, 2124, 6649, 62, 69, 3672, 13, 21037, 3419, 6624, 366, 40616, 17896, 1298, 198, 220, 220, 220, 220, 220, 220, 220, 2124, 6649, 62, 69, 3672, 796, 3384, 4487, 13, 1136, 62, 31092, 62, 6978, 7, 30386, 9697, 62, 55, 10305, 62, 20608, 8, 198, 220, 220, 220, 1288, 361, 2124, 6649, 62, 69, 3672, 13, 21037, 3419, 6624, 366, 17457, 79, 1298, 198, 220, 220, 220, 220, 220, 220, 220, 2124, 6649, 62, 69, 3672, 796, 3384, 4487, 13, 1136, 62, 31092, 62, 6978, 7, 33, 6322, 62, 55, 10305, 62, 20608, 8, 198, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 2124, 6649, 62, 69, 3672, 796, 2124, 6649, 62, 69, 3672, 628, 220, 220, 220, 35555, 15952, 2611, 796, 35555, 62, 26791, 13, 2220, 62, 15952, 2611, 7, 87, 6649, 62, 69, 3672, 8, 198, 220, 220, 220, 35555, 62, 15390, 796, 35555, 62, 26791, 13, 19875, 62, 22897, 62, 29356, 7, 19875, 8, 198, 220, 220, 220, 35555, 62, 2536, 796, 35555, 62, 26791, 13, 17440, 62, 1462, 62, 8841, 7, 19875, 62, 15390, 8, 628, 220, 220, 220, 5509, 62, 17440, 796, 35555, 62, 26791, 13, 8841, 62, 1462, 62, 17440, 7, 19875, 62, 2536, 13, 268, 8189, 7203, 40477, 12, 23, 48774, 198, 220, 220, 220, 300, 19875, 13557, 316, 631, 13557, 20180, 27660, 7, 21048, 62, 17440, 8, 628, 220, 220, 220, 8563, 796, 17635, 198, 220, 220, 220, 19677, 535, 578, 292, 796, 17635, 628, 220, 220, 220, 12351, 62, 87, 6978, 796, 366, 7890, 13255, 14, 1370, 496, 14, 10677, 10951, 14, 27891, 535, 578, 64, 1, 198, 220, 220, 220, 12351, 62, 77, 4147, 796, 5509, 62, 17440, 13, 87, 6978, 7, 10677, 62, 87, 6978, 8, 198, 220, 220, 220, 329, 1312, 11, 12351, 287, 27056, 378, 7, 10677, 62, 77, 4147, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 19677, 535, 578, 292, 13, 33295, 7, 10677, 13, 5239, 8, 198, 220, 220, 220, 220, 220, 220, 220, 611, 12351, 13, 5239, 318, 6045, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 18896, 7, 10677, 62, 77, 4147, 8, 6624, 352, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 8563, 13, 33295, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 357, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 38993, 30487, 1343, 12351, 62, 87, 6978, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 10459, 27860, 28873, 47625, 2314, 307, 6565, 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, 352, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 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, 2124, 6978, 796, 366, 38993, 14, 7890, 13255, 14, 1370, 496, 14, 10677, 10951, 58, 90, 92, 60, 14, 27891, 535, 578, 64, 1, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 8563, 13, 33295, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 357, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2124, 6978, 13, 18982, 7, 72, 1343, 352, 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, 366, 10459, 27860, 28873, 47625, 2314, 307, 6565, 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, 352, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 198, 220, 220, 220, 13834, 9662, 62, 87, 6978, 796, 366, 7890, 13255, 14, 1370, 496, 14, 36942, 9662, 1, 198, 220, 220, 220, 13834, 9662, 62, 77, 4147, 796, 5509, 62, 17440, 13, 87, 6978, 7, 36942, 9662, 62, 87, 6978, 8, 198, 220, 220, 220, 329, 13834, 62, 72, 11, 13834, 287, 27056, 378, 7, 36942, 9662, 62, 77, 4147, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 12351, 1676, 67, 62, 77, 4147, 796, 13834, 13, 87, 6978, 7203, 10677, 1676, 67, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 329, 12351, 1676, 67, 62, 72, 11, 12351, 1676, 67, 287, 27056, 378, 7, 10677, 1676, 67, 62, 77, 4147, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 19677, 535, 578, 292, 13, 33295, 7, 10677, 1676, 67, 13, 5239, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 12351, 1676, 67, 13, 5239, 318, 6045, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4049, 62, 87, 6978, 796, 13834, 9662, 62, 87, 6978, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 18896, 7, 36942, 9662, 62, 77, 4147, 8, 1875, 352, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4049, 62, 87, 6978, 15853, 12878, 90, 92, 60, 1911, 18982, 7, 36942, 62, 72, 1343, 352, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4049, 62, 87, 6978, 15853, 12813, 10677, 1676, 67, 1, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 18896, 7, 10677, 1676, 67, 62, 77, 4147, 8, 1875, 352, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4049, 62, 87, 6978, 15853, 12878, 90, 92, 60, 1911, 18982, 7, 36942, 62, 72, 1343, 352, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 8563, 13, 33295, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 357, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 38993, 30487, 1343, 4049, 62, 87, 6978, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 10459, 4635, 28873, 47625, 2314, 307, 6565, 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, 352, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 628, 220, 220, 220, 12351, 1484, 62, 87, 6978, 796, 366, 7890, 13255, 14, 1370, 496, 14, 36942, 9662, 14, 10677, 1484, 1, 198, 220, 220, 220, 12351, 1484, 62, 77, 4147, 796, 5509, 62, 17440, 13, 87, 6978, 7, 10677, 1484, 62, 87, 6978, 8, 198, 220, 220, 220, 329, 1312, 11, 12351, 287, 27056, 378, 7, 10677, 1484, 62, 77, 4147, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 611, 12351, 13, 5239, 407, 287, 19677, 535, 578, 292, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 18896, 7, 10677, 1484, 62, 77, 4147, 8, 6624, 352, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 8563, 13, 33295, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 357, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 38993, 30487, 1343, 12351, 1484, 62, 87, 6978, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 7416, 16718, 42317, 2275, 4679, 47625, 23884, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 1662, 1043, 287, 8090, 17311, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 1484, 1911, 18982, 7, 10677, 13, 5239, 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, 352, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 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, 2124, 6978, 796, 366, 38993, 14, 7890, 13255, 14, 1370, 496, 14, 36942, 9662, 58, 90, 92, 60, 14, 10677, 1484, 1, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 8563, 13, 33295, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 357, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2124, 6978, 13, 18982, 7, 72, 1343, 352, 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, 366, 7416, 16718, 42317, 2275, 4679, 47625, 23884, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 1662, 1043, 287, 8090, 17311, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 1484, 1911, 18982, 7, 10677, 13, 5239, 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, 352, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 628, 220, 220, 220, 611, 35555, 15952, 2611, 13, 12102, 378, 7, 21048, 62, 17440, 8, 290, 407, 8563, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 17635, 628, 220, 220, 220, 1627, 62, 5460, 929, 796, 8633, 7, 198, 220, 220, 220, 220, 220, 220, 220, 685, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 357, 68, 13, 10459, 1370, 11, 5509, 62, 17440, 13, 1136, 305, 1252, 631, 22446, 1136, 6978, 7, 68, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 329, 304, 287, 5509, 62, 17440, 13, 87, 6978, 7, 1911, 1003, 9, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 2361, 198, 220, 220, 220, 1267, 198, 220, 220, 220, 2723, 1370, 796, 5509, 62, 17440, 13, 10459, 1370, 198, 220, 220, 220, 1627, 62, 5460, 929, 58, 10459, 1370, 60, 796, 5509, 62, 17440, 13, 1136, 305, 1252, 631, 22446, 1136, 6978, 7, 21048, 62, 17440, 8, 628, 220, 220, 220, 277, 70, 17896, 62, 5460, 929, 796, 651, 62, 40616, 17896, 62, 5460, 929, 3419, 628, 220, 220, 220, 329, 4049, 287, 35555, 15952, 2611, 13, 18224, 62, 6404, 25, 198, 220, 220, 220, 220, 220, 220, 220, 4049, 62, 19662, 796, 3424, 62, 18224, 62, 20500, 7, 18224, 13, 20500, 11, 277, 70, 17896, 62, 5460, 929, 8, 198, 220, 220, 220, 220, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 8563, 13, 33295, 19510, 1370, 62, 5460, 929, 58, 18224, 13, 1370, 7131, 16, 25, 4357, 4049, 62, 19662, 11, 4049, 13, 1370, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 2845, 7383, 12331, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 8563, 13, 33295, 7, 7203, 20035, 1600, 4049, 62, 19662, 11, 4049, 13, 1370, 4008, 628, 220, 220, 220, 8563, 796, 1351, 7, 35422, 1068, 35, 713, 13, 6738, 13083, 7, 48277, 4008, 628, 220, 220, 220, 611, 355, 62, 7890, 14535, 25, 198, 220, 220, 220, 220, 220, 220, 220, 951, 82, 796, 14631, 87, 6978, 1600, 366, 20500, 1600, 366, 1370, 1271, 8973, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 279, 67, 13, 6601, 19778, 13, 6738, 62, 8344, 3669, 7, 48277, 11, 15180, 28, 4033, 82, 8, 198, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 8563, 628, 198, 4299, 651, 62, 40616, 17896, 62, 5460, 929, 33529, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 8778, 82, 262, 1957, 8271, 11, 705, 17457, 79, 62, 5460, 929, 6, 656, 257, 33918, 2134, 628, 220, 220, 220, 16409, 198, 220, 220, 220, 35656, 198, 220, 220, 220, 220, 220, 220, 220, 33918, 277, 70, 17896, 2378, 35847, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 23025, 62, 5460, 929, 62, 69, 3672, 796, 3384, 4487, 13, 1136, 62, 31092, 62, 6978, 7203, 30386, 9697, 14, 17457, 79, 62, 5460, 929, 4943, 198, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 351, 1280, 7, 1236, 14221, 62, 5460, 929, 62, 69, 3672, 11, 21004, 2625, 40477, 12, 23, 4943, 355, 1366, 62, 7753, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 23025, 62, 5460, 929, 796, 33918, 13, 46030, 7, 7890, 62, 7753, 13, 961, 28955, 198, 220, 220, 220, 2845, 5994, 12331, 25, 198, 220, 220, 220, 220, 220, 220, 220, 351, 1280, 7, 1236, 14221, 62, 5460, 929, 62, 69, 3672, 8, 355, 1366, 62, 7753, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 23025, 62, 5460, 929, 796, 33918, 13, 46030, 7, 7890, 62, 7753, 13, 961, 28955, 628, 220, 220, 220, 1441, 23025, 62, 5460, 929, 628, 198, 4299, 3424, 62, 18224, 62, 20500, 7, 20500, 11, 277, 70, 17896, 62, 5460, 929, 28, 14202, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 16409, 257, 20750, 510, 11, 517, 30304, 11059, 198, 220, 220, 220, 286, 257, 8246, 35555, 32815, 4049, 3275, 13, 198, 220, 220, 220, 33523, 393, 4814, 4847, 389, 3417, 287, 8631, 3594, 628, 220, 220, 220, 40117, 198, 220, 220, 220, 24200, 438, 198, 220, 220, 220, 3275, 1058, 965, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 383, 8246, 3275, 356, 481, 307, 12724, 510, 628, 220, 220, 220, 16409, 198, 220, 220, 220, 35656, 198, 220, 220, 220, 220, 220, 220, 220, 965, 1058, 20750, 510, 4049, 3275, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 3354, 796, 3275, 13, 35312, 3419, 198, 220, 220, 220, 611, 366, 43730, 1200, 5002, 1, 287, 3275, 25, 198, 220, 220, 220, 220, 220, 220, 220, 3424, 62, 20500, 796, 366, 464, 23884, 318, 4814, 262, 2938, 5002, 7, 82, 8, 705, 90, 92, 29653, 198, 220, 220, 220, 220, 220, 220, 220, 3424, 62, 20500, 13, 18982, 7, 42632, 58, 16, 7131, 21912, 16, 4357, 3354, 58, 12, 17, 12962, 198, 220, 220, 220, 1288, 361, 357, 198, 220, 220, 220, 220, 220, 220, 220, 374, 30543, 318, 407, 6292, 416, 262, 3912, 705, 59, 82, 9, 59, 50, 7, 13, 91, 59, 77, 91, 59, 81, 27493, 29653, 287, 3275, 198, 220, 220, 220, 220, 220, 220, 220, 393, 366, 7061, 318, 407, 257, 4938, 1988, 286, 262, 17226, 2099, 1, 287, 3275, 198, 220, 220, 220, 15179, 198, 220, 220, 220, 220, 220, 220, 220, 1790, 3672, 796, 3354, 58, 16, 7131, 21912, 16, 4083, 33491, 7203, 6, 1600, 366, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 890, 3672, 796, 277, 70, 17896, 62, 5460, 929, 58, 19509, 3672, 7131, 1, 6511, 62, 3672, 8973, 198, 220, 220, 220, 220, 220, 220, 220, 2845, 357, 9218, 12331, 11, 5994, 12331, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 890, 3672, 796, 6045, 628, 220, 220, 220, 220, 220, 220, 220, 611, 890, 3672, 318, 6045, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1438, 796, 1790, 3672, 198, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1438, 796, 45144, 92, 37913, 30072, 1911, 18982, 7, 6511, 3672, 11, 1790, 3672, 8, 628, 220, 220, 220, 220, 220, 220, 220, 3424, 62, 20500, 796, 366, 464, 1988, 329, 23884, 2314, 307, 6565, 1, 198, 220, 220, 220, 220, 220, 220, 220, 3424, 62, 20500, 796, 3424, 62, 20500, 13, 18982, 7, 3672, 8, 198, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 3424, 62, 20500, 796, 3275, 198, 220, 220, 220, 1441, 3424, 62, 20500, 628, 198, 4299, 5794, 62, 4475, 7, 4475, 62, 15414, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 38240, 257, 11361, 3128, 2134, 656, 281, 25503, 9697, 4731, 5794, 575, 26314, 56, 12038, 16458, 628, 220, 220, 220, 40117, 198, 220, 220, 220, 24200, 438, 198, 220, 220, 220, 3128, 62, 15414, 1058, 965, 393, 4818, 8079, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 965, 2810, 1276, 307, 287, 5794, 326, 3128, 22602, 338, 30751, 460, 5412, 198, 220, 220, 220, 16409, 198, 220, 220, 220, 35656, 198, 220, 220, 220, 220, 220, 220, 220, 965, 1058, 3128, 1296, 515, 287, 25503, 9697, 575, 26314, 56, 12038, 16458, 5794, 198, 220, 220, 220, 37227, 628, 220, 220, 220, 611, 2099, 7, 4475, 62, 15414, 8, 6624, 965, 25, 198, 220, 220, 220, 220, 220, 220, 220, 3128, 62, 15414, 796, 30751, 13, 29572, 7, 4475, 62, 15414, 8, 628, 220, 220, 220, 1441, 3128, 62, 15414, 13, 2536, 31387, 7203, 4, 56, 4, 76, 4, 67, 4943, 198 ]
2.264125
4,354
from treadmill.infra.setup import base_provision from treadmill.infra import configuration, constants, instances from treadmill.api import ipa
[ 6738, 49246, 13, 10745, 430, 13, 40406, 1330, 2779, 62, 1676, 10178, 198, 6738, 49246, 13, 10745, 430, 1330, 8398, 11, 38491, 11, 10245, 198, 6738, 49246, 13, 15042, 1330, 20966, 64, 628 ]
4.363636
33
"""Denmark specific Form helpers.""" from django.core.exceptions import ValidationError from django.forms import fields, widgets from django.utils.translation import gettext_lazy as _ from .dk_municipalities import DK_MUNICIPALITIES from .dk_postalcodes import DK_POSTALCODES class DKPostalCodeField(fields.CharField): """An Input widget that uses a list of Danish postal codes as valid input.""" default_validators = [postal_code_validator] class DKMunicipalitySelect(widgets.Select): """A Select widget that uses a list of Danish municipalities (kommuner) as its choices."""
[ 37811, 21306, 4102, 2176, 5178, 49385, 526, 15931, 198, 198, 6738, 42625, 14208, 13, 7295, 13, 1069, 11755, 1330, 3254, 24765, 12331, 198, 6738, 42625, 14208, 13, 23914, 1330, 7032, 11, 40803, 198, 6738, 42625, 14208, 13, 26791, 13, 41519, 1330, 651, 5239, 62, 75, 12582, 355, 4808, 198, 198, 6738, 764, 34388, 62, 6199, 4311, 27969, 1330, 32975, 62, 44, 4944, 2149, 4061, 1847, 30383, 198, 6738, 764, 34388, 62, 7353, 282, 40148, 1330, 32975, 62, 32782, 1847, 34, 3727, 1546, 628, 198, 198, 4871, 32975, 6307, 282, 10669, 15878, 7, 25747, 13, 12441, 15878, 2599, 198, 220, 220, 220, 37227, 2025, 23412, 26295, 326, 3544, 257, 1351, 286, 20849, 30793, 12416, 355, 4938, 5128, 526, 15931, 628, 220, 220, 220, 4277, 62, 12102, 2024, 796, 685, 7353, 282, 62, 8189, 62, 12102, 1352, 60, 628, 198, 4871, 32975, 44, 9462, 1483, 17563, 7, 28029, 11407, 13, 17563, 2599, 198, 220, 220, 220, 37227, 32, 9683, 26295, 326, 3544, 257, 1351, 286, 20849, 29364, 357, 74, 2002, 38886, 8, 355, 663, 7747, 526, 15931, 198 ]
3.392045
176
import unittest from unittest import TestCase from acceptance.browser import Browser if __name__ == '__main__': unittest.main()
[ 11748, 555, 715, 395, 198, 6738, 555, 715, 395, 1330, 6208, 20448, 198, 198, 6738, 13427, 13, 40259, 1330, 34270, 628, 198, 198, 361, 11593, 3672, 834, 6624, 705, 834, 12417, 834, 10354, 198, 220, 220, 220, 555, 715, 395, 13, 12417, 3419, 198 ]
3.090909
44
# (c) 2021 Ruggero Rossi # Load a Robosoc2d game state log # supported version: 1.0.0
[ 2, 357, 66, 8, 33448, 19706, 1362, 78, 40696, 198, 2, 8778, 257, 3851, 418, 420, 17, 67, 983, 1181, 2604, 198, 2, 4855, 2196, 25, 352, 13, 15, 13, 15 ]
2.741935
31
import theano import unittest import numpy from nose.plugins.skip import SkipTest from theano import tensor as T from theano.tensor.nnet import conv2d from theano.sandbox import mkl from theano.sandbox.mkl.basic_ops import U2IConv, I2U from theano.sandbox.mkl.mkl_conv import Conv2D numpy.random.seed(123) if not mkl.mkl_available: raise SkipTest('Optional package MKL disabled') if theano.config.mode == 'FAST_COMPILE': mode_with_mkl = theano.compile.mode.get_mode('FAST_RUN').including('mkl') mode_without_mkl = theano.compile.mode.get_mode('FAST_RUN').excluding('mkl') else: mode_with_mkl = theano.compile.mode.get_default_mode().including('mkl') mode_without_mkl = theano.compile.mode.get_default_mode().excluding('mkl') if __name__ == '__main__': unittest.main()
[ 11748, 262, 5733, 198, 11748, 555, 715, 395, 198, 11748, 299, 32152, 198, 6738, 9686, 13, 37390, 13, 48267, 1330, 32214, 14402, 198, 6738, 262, 5733, 1330, 11192, 273, 355, 309, 198, 6738, 262, 5733, 13, 83, 22854, 13, 77, 3262, 1330, 3063, 17, 67, 198, 6738, 262, 5733, 13, 38142, 3524, 1330, 33480, 75, 198, 6738, 262, 5733, 13, 38142, 3524, 13, 28015, 75, 13, 35487, 62, 2840, 1330, 471, 17, 2149, 261, 85, 11, 314, 17, 52, 198, 6738, 262, 5733, 13, 38142, 3524, 13, 28015, 75, 13, 28015, 75, 62, 42946, 1330, 34872, 17, 35, 198, 198, 77, 32152, 13, 25120, 13, 28826, 7, 10163, 8, 198, 198, 361, 407, 33480, 75, 13, 28015, 75, 62, 15182, 25, 198, 220, 220, 220, 5298, 32214, 14402, 10786, 30719, 5301, 20553, 43, 10058, 11537, 198, 198, 361, 262, 5733, 13, 11250, 13, 14171, 6624, 705, 37, 11262, 62, 9858, 11901, 2538, 10354, 198, 220, 220, 220, 4235, 62, 4480, 62, 28015, 75, 796, 262, 5733, 13, 5589, 576, 13, 14171, 13, 1136, 62, 14171, 10786, 37, 11262, 62, 49, 4944, 27691, 8201, 10786, 28015, 75, 11537, 198, 220, 220, 220, 4235, 62, 19419, 62, 28015, 75, 796, 262, 5733, 13, 5589, 576, 13, 14171, 13, 1136, 62, 14171, 10786, 37, 11262, 62, 49, 4944, 27691, 42218, 10786, 28015, 75, 11537, 198, 17772, 25, 198, 220, 220, 220, 4235, 62, 4480, 62, 28015, 75, 796, 262, 5733, 13, 5589, 576, 13, 14171, 13, 1136, 62, 12286, 62, 14171, 22446, 8201, 10786, 28015, 75, 11537, 198, 220, 220, 220, 4235, 62, 19419, 62, 28015, 75, 796, 262, 5733, 13, 5589, 576, 13, 14171, 13, 1136, 62, 12286, 62, 14171, 22446, 42218, 10786, 28015, 75, 11537, 628, 628, 198, 361, 11593, 3672, 834, 6624, 705, 834, 12417, 834, 10354, 198, 220, 220, 220, 555, 715, 395, 13, 12417, 3419, 198 ]
2.594156
308
"""Unit tests for embedding Python code""" import datetime from pandas import DataFrame from tests.utils import NormTestCase
[ 37811, 26453, 5254, 329, 11525, 12083, 11361, 2438, 37811, 198, 11748, 4818, 8079, 198, 198, 6738, 19798, 292, 1330, 6060, 19778, 198, 198, 6738, 5254, 13, 26791, 1330, 11220, 14402, 20448, 628 ]
4
32
# This is a generated file! Please edit source .ksy file and use kaitai-struct-compiler to rebuild from pkg_resources import parse_version import kaitaistruct from kaitaistruct import KaitaiStruct, KaitaiStream, BytesIO import collections from enum import Enum if parse_version(kaitaistruct.__version__) < parse_version('0.9'): raise Exception("Incompatible Kaitai Struct Python API: 0.9 or later is required, but you have %s" % (kaitaistruct.__version__)) class BitcoinTransaction(KaitaiStruct): """ .. seealso:: Source - https://bitcoin.org/en/developer-guide#transactions https://en.bitcoin.it/wiki/Transaction """ SEQ_FIELDS = ["version", "num_vins", "vins", "num_vouts", "vouts", "locktime"]
[ 2, 770, 318, 257, 7560, 2393, 0, 4222, 4370, 2723, 764, 591, 88, 2393, 290, 779, 479, 4548, 1872, 12, 7249, 12, 5589, 5329, 284, 17884, 198, 198, 6738, 279, 10025, 62, 37540, 1330, 21136, 62, 9641, 198, 11748, 479, 4548, 64, 396, 1356, 198, 6738, 479, 4548, 64, 396, 1356, 1330, 509, 4548, 1872, 44909, 11, 509, 4548, 1872, 12124, 11, 2750, 4879, 9399, 198, 11748, 17268, 198, 6738, 33829, 1330, 2039, 388, 628, 198, 361, 21136, 62, 9641, 7, 74, 4548, 64, 396, 1356, 13, 834, 9641, 834, 8, 1279, 21136, 62, 9641, 10786, 15, 13, 24, 6, 2599, 198, 220, 220, 220, 5298, 35528, 7203, 818, 38532, 509, 4548, 1872, 32112, 11361, 7824, 25, 657, 13, 24, 393, 1568, 318, 2672, 11, 475, 345, 423, 4064, 82, 1, 4064, 357, 74, 4548, 64, 396, 1356, 13, 834, 9641, 834, 4008, 198, 198, 4871, 6185, 48720, 7, 42, 4548, 1872, 44909, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 11485, 766, 14508, 3712, 198, 220, 220, 220, 220, 220, 220, 8090, 532, 3740, 1378, 35395, 13, 2398, 14, 268, 14, 16244, 263, 12, 41311, 2, 7645, 4658, 198, 220, 220, 220, 220, 220, 220, 3740, 1378, 268, 13, 35395, 13, 270, 14, 15466, 14, 48720, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 7946, 48, 62, 11674, 3698, 5258, 796, 14631, 9641, 1600, 366, 22510, 62, 85, 1040, 1600, 366, 85, 1040, 1600, 366, 22510, 62, 85, 5269, 1600, 366, 85, 5269, 1600, 366, 5354, 2435, 8973, 628, 628, 628, 198 ]
2.894531
256
import cv2 import numpy as np
[ 11748, 269, 85, 17, 198, 11748, 299, 32152, 355, 45941, 628, 628, 628, 198 ]
2.571429
14
from .base import BaseClient from typing import Optional, Any, Dict, List, Union, Iterator from .models import ( MarketHoliday, MarketStatus, Ticker, TickerDetails, TickerNews, TickerTypes, Sort, Order, AssetClass, Locale, Split, Dividend, DividendType, Frequency, Condition, DataType, SIP, Exchange, OptionsContract, ) from urllib3 import HTTPResponse from datetime import date
[ 6738, 764, 8692, 1330, 7308, 11792, 198, 6738, 19720, 1330, 32233, 11, 4377, 11, 360, 713, 11, 7343, 11, 4479, 11, 40806, 1352, 198, 6738, 764, 27530, 1330, 357, 198, 220, 220, 220, 5991, 28115, 2567, 11, 198, 220, 220, 220, 5991, 19580, 11, 198, 220, 220, 220, 309, 15799, 11, 198, 220, 220, 220, 309, 15799, 24259, 11, 198, 220, 220, 220, 309, 15799, 9980, 11, 198, 220, 220, 220, 309, 15799, 31431, 11, 198, 220, 220, 220, 33947, 11, 198, 220, 220, 220, 8284, 11, 198, 220, 220, 220, 31433, 9487, 11, 198, 220, 220, 220, 15181, 1000, 11, 198, 220, 220, 220, 27758, 11, 198, 220, 220, 220, 360, 1699, 437, 11, 198, 220, 220, 220, 360, 1699, 437, 6030, 11, 198, 220, 220, 220, 31902, 11, 198, 220, 220, 220, 24295, 11, 198, 220, 220, 220, 6060, 6030, 11, 198, 220, 220, 220, 311, 4061, 11, 198, 220, 220, 220, 12516, 11, 198, 220, 220, 220, 18634, 45845, 11, 198, 8, 198, 6738, 2956, 297, 571, 18, 1330, 7154, 51, 4805, 9774, 2591, 198, 6738, 4818, 8079, 1330, 3128, 628, 628, 628, 628 ]
2.470588
187
# -*- coding: utf-8 -*- # # Copyright (C) 2011-2018 Ben Kurtovic <[email protected]> # Released under the terms of the MIT License. See LICENSE for details. from __future__ import print_function, unicode_literals from gitup import config
[ 2, 532, 9, 12, 19617, 25, 3384, 69, 12, 23, 220, 532, 9, 12, 198, 2, 198, 2, 15069, 357, 34, 8, 2813, 12, 7908, 3932, 20642, 17215, 1279, 11722, 13, 74, 3325, 17215, 31, 14816, 13, 785, 29, 198, 2, 28728, 739, 262, 2846, 286, 262, 17168, 13789, 13, 4091, 38559, 24290, 329, 3307, 13, 198, 198, 6738, 11593, 37443, 834, 1330, 3601, 62, 8818, 11, 28000, 1098, 62, 17201, 874, 198, 198, 6738, 17606, 929, 1330, 4566, 198 ]
3.075
80
from cg import * from random import randint cg = CG() n=20 c = [[Var("int") for i in range(n)] for i in range(n)] a = [[Var("int") for i in range(n)] for i in range(n)] b = [[Var("int") for i in range(n)] for i in range(n)] m=100 for vs in a: for v in vs: cg.init(v, randint(0,m)) for vs in b: for v in vs: cg.init(v, randint(0,m)) for i in range(n): for j in range(n): cg.init(c[i][j], 0) for k in range(n): tmp = Var("int") cg.op_mul(tmp, a[i][k], b[k][j]) cg.op_add(c[i][j], c[i][j], tmp) cg.print_code()
[ 6738, 269, 70, 1330, 1635, 198, 6738, 4738, 1330, 43720, 600, 198, 66, 70, 796, 29925, 3419, 198, 198, 77, 28, 1238, 198, 198, 66, 796, 16410, 19852, 7203, 600, 4943, 329, 1312, 287, 2837, 7, 77, 15437, 329, 1312, 287, 2837, 7, 77, 15437, 198, 64, 796, 16410, 19852, 7203, 600, 4943, 329, 1312, 287, 2837, 7, 77, 15437, 329, 1312, 287, 2837, 7, 77, 15437, 198, 65, 796, 16410, 19852, 7203, 600, 4943, 329, 1312, 287, 2837, 7, 77, 15437, 329, 1312, 287, 2837, 7, 77, 15437, 198, 198, 76, 28, 3064, 198, 198, 1640, 3691, 287, 257, 25, 198, 220, 220, 220, 329, 410, 287, 3691, 25, 198, 220, 220, 220, 220, 220, 220, 220, 269, 70, 13, 15003, 7, 85, 11, 43720, 600, 7, 15, 11, 76, 4008, 198, 198, 1640, 3691, 287, 275, 25, 198, 220, 220, 220, 329, 410, 287, 3691, 25, 198, 220, 220, 220, 220, 220, 220, 220, 269, 70, 13, 15003, 7, 85, 11, 43720, 600, 7, 15, 11, 76, 4008, 628, 198, 1640, 1312, 287, 2837, 7, 77, 2599, 198, 220, 220, 220, 329, 474, 287, 2837, 7, 77, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 269, 70, 13, 15003, 7, 66, 58, 72, 7131, 73, 4357, 657, 8, 198, 220, 220, 220, 220, 220, 220, 220, 329, 479, 287, 2837, 7, 77, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 45218, 796, 12372, 7203, 600, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 269, 70, 13, 404, 62, 76, 377, 7, 22065, 11, 257, 58, 72, 7131, 74, 4357, 275, 58, 74, 7131, 73, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 269, 70, 13, 404, 62, 2860, 7, 66, 58, 72, 7131, 73, 4357, 269, 58, 72, 7131, 73, 4357, 45218, 8, 198, 198, 66, 70, 13, 4798, 62, 8189, 3419, 198 ]
1.856698
321
import os.path from typing import Dict import matplotlib.pyplot as plt import pandas as pd from sklearn import metrics from sklearn.ensemble import RandomForestRegressor from hyperparameter_tuning.study_functions import load_study from root import ROOT_DIR from weighted_mean_prediction.data_setup import get_encoded_split_data from weighted_mean_prediction.model_storage import load_model, save_model from weighted_mean_prediction.regression_performance import plot_rf_feature_importances if __name__ == "__main__": study_dir = f"{ROOT_DIR}/weighted_mean_prediction/random_forest/studies" study_name = f"rf_study2.joblib" study_path = os.path.join(study_dir, study_name) model_name = "rf2.joblib" model_path = f"{ROOT_DIR}/weighted_mean_prediction/random_forest/models/{model_name}" X_train, X_val, X_test, y_train, y_val, y_test = get_encoded_split_data() X_train = pd.concat([X_train, X_val]) y_train = pd.concat([y_train, y_val]) study = load_study(study_path) rf: RandomForestRegressor = load_model(model_path) if rf is None: rf = train_tuned_model(study.best_params, X_train, y_train["weighted_mean"], model_path) else: if not is_same_params(study.best_params, rf.get_params()): rf = train_tuned_model(study.best_params, X_train, y_train["weighted_mean"], model_path) train_acc = rf.score(X_train, y_train) test_acc = rf.score(X_test, y_test) print(train_acc, test_acc) for idx, importance in enumerate(rf.feature_importances_): print(f"{X_train.columns[idx]} : {importance}") # plot_rf_feature_importances(rf.feature_importances_) predictions = rf.predict(X_test) mape = metrics.mean_absolute_percentage_error(predictions, y_test) mse = metrics.mean_squared_error(predictions, y_test) print("\nMAPE = ", mape) print("MSE = ", mse) plt.scatter(range(len(predictions[:100])), predictions[:100]) plt.scatter(range(len(y_test[:100])), y_test[:100]) plt.show()
[ 11748, 28686, 13, 6978, 198, 6738, 19720, 1330, 360, 713, 198, 198, 11748, 2603, 29487, 8019, 13, 9078, 29487, 355, 458, 83, 198, 11748, 19798, 292, 355, 279, 67, 198, 6738, 1341, 35720, 1330, 20731, 198, 6738, 1341, 35720, 13, 1072, 11306, 1330, 14534, 34605, 8081, 44292, 198, 198, 6738, 8718, 17143, 2357, 62, 28286, 278, 13, 44517, 62, 12543, 2733, 1330, 3440, 62, 44517, 198, 6738, 6808, 1330, 15107, 2394, 62, 34720, 198, 6738, 26356, 62, 32604, 62, 28764, 2867, 13, 7890, 62, 40406, 1330, 651, 62, 12685, 9043, 62, 35312, 62, 7890, 198, 6738, 26356, 62, 32604, 62, 28764, 2867, 13, 19849, 62, 35350, 1330, 3440, 62, 19849, 11, 3613, 62, 19849, 198, 6738, 26356, 62, 32604, 62, 28764, 2867, 13, 2301, 2234, 62, 26585, 1330, 7110, 62, 41871, 62, 30053, 62, 11748, 1817, 628, 628, 198, 361, 11593, 3672, 834, 6624, 366, 834, 12417, 834, 1298, 198, 220, 220, 220, 2050, 62, 15908, 796, 277, 1, 90, 13252, 2394, 62, 34720, 92, 14, 6551, 276, 62, 32604, 62, 28764, 2867, 14, 25120, 62, 29623, 14, 19149, 444, 1, 198, 220, 220, 220, 2050, 62, 3672, 796, 277, 1, 41871, 62, 44517, 17, 13, 21858, 8019, 1, 198, 220, 220, 220, 2050, 62, 6978, 796, 28686, 13, 6978, 13, 22179, 7, 44517, 62, 15908, 11, 2050, 62, 3672, 8, 198, 220, 220, 220, 2746, 62, 3672, 796, 366, 41871, 17, 13, 21858, 8019, 1, 198, 220, 220, 220, 2746, 62, 6978, 796, 277, 1, 90, 13252, 2394, 62, 34720, 92, 14, 6551, 276, 62, 32604, 62, 28764, 2867, 14, 25120, 62, 29623, 14, 27530, 14, 90, 19849, 62, 3672, 36786, 628, 220, 220, 220, 1395, 62, 27432, 11, 1395, 62, 2100, 11, 1395, 62, 9288, 11, 331, 62, 27432, 11, 331, 62, 2100, 11, 331, 62, 9288, 796, 651, 62, 12685, 9043, 62, 35312, 62, 7890, 3419, 198, 220, 220, 220, 1395, 62, 27432, 796, 279, 67, 13, 1102, 9246, 26933, 55, 62, 27432, 11, 1395, 62, 2100, 12962, 198, 220, 220, 220, 331, 62, 27432, 796, 279, 67, 13, 1102, 9246, 26933, 88, 62, 27432, 11, 331, 62, 2100, 12962, 628, 220, 220, 220, 2050, 796, 3440, 62, 44517, 7, 44517, 62, 6978, 8, 628, 220, 220, 220, 374, 69, 25, 14534, 34605, 8081, 44292, 796, 3440, 62, 19849, 7, 19849, 62, 6978, 8, 628, 220, 220, 220, 611, 374, 69, 318, 6045, 25, 198, 220, 220, 220, 220, 220, 220, 220, 374, 69, 796, 4512, 62, 28286, 276, 62, 19849, 7, 44517, 13, 13466, 62, 37266, 11, 1395, 62, 27432, 11, 331, 62, 27432, 14692, 6551, 276, 62, 32604, 33116, 2746, 62, 6978, 8, 198, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 611, 407, 318, 62, 31642, 62, 37266, 7, 44517, 13, 13466, 62, 37266, 11, 374, 69, 13, 1136, 62, 37266, 3419, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 374, 69, 796, 4512, 62, 28286, 276, 62, 19849, 7, 44517, 13, 13466, 62, 37266, 11, 1395, 62, 27432, 11, 331, 62, 27432, 14692, 6551, 276, 62, 32604, 33116, 2746, 62, 6978, 8, 628, 220, 220, 220, 4512, 62, 4134, 796, 374, 69, 13, 26675, 7, 55, 62, 27432, 11, 331, 62, 27432, 8, 198, 220, 220, 220, 1332, 62, 4134, 796, 374, 69, 13, 26675, 7, 55, 62, 9288, 11, 331, 62, 9288, 8, 198, 220, 220, 220, 3601, 7, 27432, 62, 4134, 11, 1332, 62, 4134, 8, 628, 220, 220, 220, 329, 4686, 87, 11, 6817, 287, 27056, 378, 7, 41871, 13, 30053, 62, 11748, 1817, 62, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 3601, 7, 69, 1, 90, 55, 62, 27432, 13, 28665, 82, 58, 312, 87, 48999, 1058, 1391, 11748, 590, 92, 4943, 628, 220, 220, 220, 1303, 7110, 62, 41871, 62, 30053, 62, 11748, 1817, 7, 41871, 13, 30053, 62, 11748, 1817, 62, 8, 628, 220, 220, 220, 16277, 796, 374, 69, 13, 79, 17407, 7, 55, 62, 9288, 8, 198, 220, 220, 220, 285, 1758, 796, 20731, 13, 32604, 62, 48546, 62, 25067, 496, 62, 18224, 7, 28764, 9278, 11, 331, 62, 9288, 8, 198, 220, 220, 220, 285, 325, 796, 20731, 13, 32604, 62, 16485, 1144, 62, 18224, 7, 28764, 9278, 11, 331, 62, 9288, 8, 198, 220, 220, 220, 3601, 7203, 59, 77, 33767, 36, 796, 33172, 285, 1758, 8, 198, 220, 220, 220, 3601, 7203, 44, 5188, 796, 33172, 285, 325, 8, 628, 220, 220, 220, 458, 83, 13, 1416, 1436, 7, 9521, 7, 11925, 7, 28764, 9278, 58, 25, 3064, 12962, 828, 16277, 58, 25, 3064, 12962, 198, 220, 220, 220, 458, 83, 13, 1416, 1436, 7, 9521, 7, 11925, 7, 88, 62, 9288, 58, 25, 3064, 12962, 828, 331, 62, 9288, 58, 25, 3064, 12962, 198, 220, 220, 220, 458, 83, 13, 12860, 3419 ]
2.506849
803
# -*- coding: utf-8 -*- import cv2 import os import copy import numpy as np import math # import Levenshtein from cv2 import VideoWriter, VideoWriter_fourcc import json from tqdm import tqdm from PIL import Image, ImageDraw, ImageFont import shutil def Frames2Video(frames_dir=""): ''' 将frames_dir下面的所有视频帧合成一个视频 ''' img_root = frames_dir #'E:\\KSText\\videos_frames\\video_14_6' image = cv2.imread(os.path.join(img_root,"1.jpg")) h,w,_ = image.shape out_root = frames_dir+".avi" # Edit each frame's appearing time! fps = 20 fourcc = VideoWriter_fourcc(*"MJPG") # 支持jpg videoWriter = cv2.VideoWriter(out_root, fourcc, fps, (w, h)) im_names = os.listdir(img_root) num_frames = len(im_names) print(len(im_names)) for im_name in tqdm(range(1, num_frames+1)): string = os.path.join( img_root, str(im_name) + '.jpg') # print(string) frame = cv2.imread(string) # frame = cv2.resize(frame, (w, h)) videoWriter.write(frame) videoWriter.release() shutil.rmtree(img_root) if __name__ == "__main__": root = "/home/guoxiaofeng/.jupyter/wuweijia/VideoTextSpotting/MMVText_20S/New_Add/Video_Frame" json_root = "/home/guoxiaofeng/.jupyter/wuweijia/VideoTextSpotting/MMVText_20S/New_Add/Annotation" result_path_cls = "./vis" seqs = ["48901770165" , "49004756658" , "49287498737", "49424491900", "49466537994", "49552222543","49983613955","Cls18_1","Cls26_1","demo"] for video_name in tqdm(os.listdir(json_root)): annotation_path_ = os.path.join(json_root, video_name) video_path_ = os.path.join(root, video_name.split(".json")[0]) annotation = get_annotation(annotation_path_) if video_name.split(".json")[0] in seqs: continue result_path_cls_video = os.path.join(result_path_cls, video_name.split(".json")[0]) if not os.path.exists(result_path_cls_video): os.makedirs(result_path_cls_video) else: continue for frame_id in annotation.keys(): frame_name = video_name.split(".json")[0] + "_" + frame_id.zfill(6) + ".jpg" frame_path = os.path.join(video_path_,frame_name) frame = cv2.imread(frame_path) # print(frame_path) annotatation_frame = annotation[frame_id] for data in annotatation_frame: x1,y1,x2,y2,x3,y3,x4,y4,ID, content,is_caption = data # print(data) id_content = str(content) + " " + str(ID) # print(id_content) # print(frame.shape) if is_caption == "scene": points = np.array([[x1, y1], [x2, y2], [x3, y3], [x4, y4]], np.int32) cv2.polylines(frame, [points], True, (0, 0, 255), thickness=3) frame=cv2AddChineseText(frame,id_content, (int(x1), int(y1) - 20),(0, 255, 0), 45) else: points = np.array([[x1, y1], [x2, y2], [x3, y3], [x4, y4]], np.int32) cv2.polylines(frame, [points], True, (0, 255, 0), thickness=3) frame=cv2AddChineseText(frame,id_content, (int(x1), int(y1) - 20),(0, 255, 0), 45) # if not os.path.exists(result_path): # os.makedirs(result_path) frame_vis_path = os.path.join(result_path_cls_video, frame_id+".jpg") cv2.imwrite(frame_vis_path, frame) # video_vis_path = "./" Frames2Video(frames_dir=result_path_cls_video) # break # break
[ 2, 532, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12, 198, 11748, 269, 85, 17, 198, 11748, 28686, 198, 11748, 4866, 198, 11748, 299, 32152, 355, 45941, 198, 11748, 10688, 198, 2, 1330, 1004, 574, 1477, 22006, 198, 6738, 269, 85, 17, 1330, 7623, 34379, 11, 7623, 34379, 62, 14337, 535, 198, 11748, 33918, 198, 6738, 256, 80, 36020, 1330, 256, 80, 36020, 198, 6738, 350, 4146, 1330, 7412, 11, 7412, 25302, 11, 7412, 23252, 198, 198, 11748, 4423, 346, 198, 198, 4299, 36291, 17, 10798, 7, 37805, 62, 15908, 33151, 2599, 198, 220, 220, 220, 705, 7061, 220, 10263, 108, 228, 37805, 62, 15908, 10310, 233, 165, 251, 95, 21410, 33699, 222, 17312, 231, 164, 100, 228, 165, 95, 239, 30585, 100, 28938, 230, 22755, 238, 31660, 10310, 103, 164, 100, 228, 165, 95, 239, 705, 7061, 198, 220, 220, 220, 33705, 62, 15763, 796, 13431, 62, 15908, 220, 220, 220, 220, 220, 1303, 6, 36, 25, 6852, 42, 2257, 2302, 6852, 32861, 62, 37805, 6852, 15588, 62, 1415, 62, 21, 6, 198, 220, 220, 220, 2939, 796, 269, 85, 17, 13, 320, 961, 7, 418, 13, 6978, 13, 22179, 7, 9600, 62, 15763, 553, 16, 13, 9479, 48774, 198, 220, 220, 220, 289, 11, 86, 11, 62, 796, 2939, 13, 43358, 628, 220, 220, 220, 503, 62, 15763, 796, 13431, 62, 15908, 10, 1911, 15820, 1, 198, 220, 220, 220, 1303, 5312, 1123, 5739, 338, 12655, 640, 0, 198, 220, 220, 220, 32977, 796, 1160, 198, 220, 220, 220, 1440, 535, 796, 7623, 34379, 62, 14337, 535, 46491, 1, 43421, 6968, 4943, 220, 1303, 10545, 242, 107, 162, 234, 223, 9479, 198, 220, 220, 220, 2008, 34379, 796, 269, 85, 17, 13, 10798, 34379, 7, 448, 62, 15763, 11, 1440, 535, 11, 32977, 11, 357, 86, 11, 289, 4008, 198, 220, 220, 220, 545, 62, 14933, 796, 28686, 13, 4868, 15908, 7, 9600, 62, 15763, 8, 198, 220, 220, 220, 997, 62, 37805, 796, 18896, 7, 320, 62, 14933, 8, 198, 220, 220, 220, 3601, 7, 11925, 7, 320, 62, 14933, 4008, 198, 220, 220, 220, 329, 545, 62, 3672, 287, 256, 80, 36020, 7, 9521, 7, 16, 11, 997, 62, 37805, 10, 16, 8, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 4731, 796, 28686, 13, 6978, 13, 22179, 7, 33705, 62, 15763, 11, 965, 7, 320, 62, 3672, 8, 1343, 45302, 9479, 11537, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 3601, 7, 8841, 8, 198, 220, 220, 220, 220, 220, 220, 220, 5739, 796, 269, 85, 17, 13, 320, 961, 7, 8841, 8, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 5739, 796, 269, 85, 17, 13, 411, 1096, 7, 14535, 11, 357, 86, 11, 289, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 2008, 34379, 13, 13564, 7, 14535, 8, 628, 220, 220, 220, 2008, 34379, 13, 20979, 3419, 198, 220, 220, 220, 4423, 346, 13, 81, 16762, 631, 7, 9600, 62, 15763, 8, 628, 220, 220, 220, 220, 198, 361, 11593, 3672, 834, 6624, 366, 834, 12417, 834, 1298, 198, 220, 220, 220, 6808, 796, 12813, 11195, 14, 5162, 1140, 544, 1659, 1516, 11757, 73, 929, 88, 353, 14, 43812, 732, 2926, 544, 14, 10798, 8206, 32565, 889, 14, 12038, 53, 8206, 62, 1238, 50, 14, 3791, 62, 4550, 14, 10798, 62, 19778, 1, 198, 220, 220, 220, 33918, 62, 15763, 796, 12813, 11195, 14, 5162, 1140, 544, 1659, 1516, 11757, 73, 929, 88, 353, 14, 43812, 732, 2926, 544, 14, 10798, 8206, 32565, 889, 14, 12038, 53, 8206, 62, 1238, 50, 14, 3791, 62, 4550, 14, 2025, 38983, 1, 198, 220, 220, 220, 1255, 62, 6978, 62, 565, 82, 796, 366, 19571, 4703, 1, 198, 220, 220, 220, 220, 198, 220, 220, 220, 198, 220, 220, 220, 33756, 82, 796, 14631, 35890, 486, 3324, 486, 2996, 1, 837, 366, 2920, 22914, 2425, 2791, 3365, 1, 837, 366, 2920, 27800, 2920, 5774, 2718, 1600, 366, 39449, 1731, 2920, 48104, 1600, 366, 39449, 36879, 2718, 42691, 1600, 366, 2920, 2816, 1828, 18182, 3559, 2430, 28324, 23, 2623, 20219, 2816, 2430, 2601, 82, 1507, 62, 16, 2430, 2601, 82, 2075, 62, 16, 2430, 9536, 78, 8973, 198, 220, 220, 220, 329, 2008, 62, 3672, 287, 256, 80, 36020, 7, 418, 13, 4868, 15908, 7, 17752, 62, 15763, 8, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 23025, 62, 6978, 62, 796, 28686, 13, 6978, 13, 22179, 7, 17752, 62, 15763, 11, 2008, 62, 3672, 8, 628, 220, 220, 220, 220, 220, 220, 220, 2008, 62, 6978, 62, 796, 28686, 13, 6978, 13, 22179, 7, 15763, 11, 2008, 62, 3672, 13, 35312, 7, 1911, 17752, 4943, 58, 15, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 23025, 796, 651, 62, 1236, 14221, 7, 1236, 14221, 62, 6978, 62, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 611, 2008, 62, 3672, 13, 35312, 7, 1911, 17752, 4943, 58, 15, 60, 287, 33756, 82, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2555, 198, 220, 220, 220, 220, 220, 220, 220, 1255, 62, 6978, 62, 565, 82, 62, 15588, 796, 28686, 13, 6978, 13, 22179, 7, 20274, 62, 6978, 62, 565, 82, 11, 2008, 62, 3672, 13, 35312, 7, 1911, 17752, 4943, 58, 15, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 611, 407, 28686, 13, 6978, 13, 1069, 1023, 7, 20274, 62, 6978, 62, 565, 82, 62, 15588, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 28686, 13, 76, 4335, 17062, 7, 20274, 62, 6978, 62, 565, 82, 62, 15588, 8, 198, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2555, 628, 220, 220, 220, 220, 220, 220, 220, 329, 5739, 62, 312, 287, 23025, 13, 13083, 33529, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5739, 62, 3672, 796, 2008, 62, 3672, 13, 35312, 7, 1911, 17752, 4943, 58, 15, 60, 1343, 45434, 1, 1343, 5739, 62, 312, 13, 89, 20797, 7, 21, 8, 1343, 27071, 9479, 1, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5739, 62, 6978, 796, 28686, 13, 6978, 13, 22179, 7, 15588, 62, 6978, 62, 11, 14535, 62, 3672, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5739, 796, 269, 85, 17, 13, 320, 961, 7, 14535, 62, 6978, 8, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3601, 7, 14535, 62, 6978, 8, 628, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 24708, 265, 341, 62, 14535, 796, 23025, 58, 14535, 62, 312, 60, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 329, 1366, 287, 24708, 265, 341, 62, 14535, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2124, 16, 11, 88, 16, 11, 87, 17, 11, 88, 17, 11, 87, 18, 11, 88, 18, 11, 87, 19, 11, 88, 19, 11, 2389, 11, 2695, 11, 271, 62, 6888, 1159, 796, 1366, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3601, 7, 7890, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4686, 62, 11299, 796, 965, 7, 11299, 8, 1343, 366, 220, 366, 220, 1343, 220, 965, 7, 2389, 8, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3601, 7, 312, 62, 11299, 8, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3601, 7, 14535, 13, 43358, 8, 628, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 318, 62, 6888, 1159, 6624, 366, 29734, 1298, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2173, 796, 45941, 13, 18747, 26933, 58, 87, 16, 11, 331, 16, 4357, 685, 87, 17, 11, 331, 17, 4357, 685, 87, 18, 11, 331, 18, 4357, 685, 87, 19, 11, 331, 19, 60, 4357, 45941, 13, 600, 2624, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 269, 85, 17, 13, 35428, 6615, 7, 14535, 11, 685, 13033, 4357, 6407, 11, 357, 15, 11, 657, 11, 14280, 828, 20735, 28, 18, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5739, 28, 33967, 17, 4550, 23604, 8206, 7, 14535, 11, 312, 62, 11299, 11, 357, 600, 7, 87, 16, 828, 493, 7, 88, 16, 8, 532, 1160, 828, 7, 15, 11, 14280, 11, 657, 828, 4153, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2173, 796, 45941, 13, 18747, 26933, 58, 87, 16, 11, 331, 16, 4357, 685, 87, 17, 11, 331, 17, 4357, 685, 87, 18, 11, 331, 18, 4357, 685, 87, 19, 11, 331, 19, 60, 4357, 45941, 13, 600, 2624, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 269, 85, 17, 13, 35428, 6615, 7, 14535, 11, 685, 13033, 4357, 6407, 11, 357, 15, 11, 14280, 11, 657, 828, 20735, 28, 18, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5739, 28, 33967, 17, 4550, 23604, 8206, 7, 14535, 11, 312, 62, 11299, 11, 357, 600, 7, 87, 16, 828, 493, 7, 88, 16, 8, 532, 1160, 828, 7, 15, 11, 14280, 11, 657, 828, 4153, 8, 198, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 407, 28686, 13, 6978, 13, 1069, 1023, 7, 20274, 62, 6978, 2599, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 28686, 13, 76, 4335, 17062, 7, 20274, 62, 6978, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5739, 62, 4703, 62, 6978, 796, 28686, 13, 6978, 13, 22179, 7, 20274, 62, 6978, 62, 565, 82, 62, 15588, 11, 5739, 62, 312, 10, 1911, 9479, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 269, 85, 17, 13, 320, 13564, 7, 14535, 62, 4703, 62, 6978, 11, 5739, 8, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2008, 62, 4703, 62, 6978, 796, 366, 19571, 1, 198, 220, 220, 220, 220, 220, 220, 220, 36291, 17, 10798, 7, 37805, 62, 15908, 28, 20274, 62, 6978, 62, 565, 82, 62, 15588, 8, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2270, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 2270, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 220 ]
1.889857
1,952
from datetime import datetime, timedelta from typing import Dict, List, Optional from pytz import timezone from vnpy.trader.setting import SETTINGS from vnpy.trader.constant import Exchange, Interval from vnpy.trader.object import BarData, TickData, HistoryRequest from vnpy.trader.utility import extract_vt_symbol from vnpy.trader.datafeed import BaseDatafeed from .pyTSL import Client, DoubleToDatetime EXCHANGE_MAP: Dict[Exchange, str] = { Exchange.SSE: "SH", Exchange.SZSE: "SZ" } INTERVAL_MAP: Dict[Interval, str] = { Interval.MINUTE: "cy_1m", Interval.HOUR: "cy_60m", Interval.DAILY: "cy_day", } SHIFT_MAP: Dict[Interval, timedelta] = { Interval.MINUTE: timedelta(minutes=1), Interval.HOUR: timedelta(hours=1), } CHINA_TZ = timezone("Asia/Shanghai") class TinysoftDatafeed(BaseDatafeed): """天软数据服务接口""" def __init__(self): """""" self.username: str = SETTINGS["datafeed.username"] self.password: str = SETTINGS["datafeed.password"] self.client: Client = None self.inited: bool = False def init(self) -> bool: """初始化""" if self.inited: return True self.client = Client( self.username, self.password, "tsl.tinysoft.com.cn", 443 ) n: int = self.client.login() if n != 1: return False self.inited = True return True def query_bar_history(self, req: HistoryRequest) -> Optional[List[BarData]]: """查询K线数据""" if not self.inited: self.init() symbol, exchange = extract_vt_symbol(req.vt_symbol) tsl_exchange: str = EXCHANGE_MAP.get(exchange, "") tsl_interval: str = INTERVAL_MAP[req.interval] bars: List[BarData] = [] start_str: str = req.start.strftime("%Y%m%d") end_str: str = req.end.strftime("%Y%m%d") cmd: str = ( f"setsysparam(pn_cycle(),{tsl_interval}());" "return select * from markettable " f"datekey {start_str}T to {end_str}T " f"of '{tsl_exchange}{symbol}' end;" ) result = self.client.exec(cmd) if not result.error(): data = result.value() shift: timedelta = SHIFT_MAP.get(req.interval, None) for d in data: dt: datetime = DoubleToDatetime(d["date"]) if shift: dt -= shift bar: BarData = BarData( symbol=symbol, exchange=exchange, datetime=CHINA_TZ.localize(dt), interval=req.interval, open_price=d["open"], high_price=d["high"], low_price=d["low"], close_price=d["close"], volume=d["vol"], turnover=d["amount"], gateway_name="TSL" ) # 期货则获取持仓量字段 if not tsl_exchange: bar.open_interest = d["sectional_cjbs"] bars.append(bar) return bars def query_tick_history(self, req: HistoryRequest) -> Optional[List[TickData]]: """查询Tick数据""" if not self.inited: self.init() symbol, exchange = extract_vt_symbol(req.vt_symbol) tsl_exchange: str = EXCHANGE_MAP.get(exchange, "") ticks: List[TickData] = [] dt: datetime = req.start while dt <= req.end: date_str: str = dt.strftime("%Y%m%d") cmd: str = f"return select * from tradetable datekey {date_str}T to {date_str}T+16/24 of '{tsl_exchange}{symbol}' end ; " result = self.client.exec(cmd) if not result.error(): data = result.value() for d in data: dt: datetime = DoubleToDatetime(d["date"]) dt: datetime = CHINA_TZ.localize(dt) tick: TickData = TickData( symbol=symbol, exchange=exchange, name=d["StockName"], datetime=dt, open_price=d["sectional_open"], high_price=d["sectional_high"], low_price=d["sectional_low"], last_price=d["price"], volume=d["sectional_vol"], turnover=d["sectional_amount"], bid_price_1=d["buy1"], bid_price_2=d["buy2"], bid_price_3=d["buy3"], bid_price_4=d["buy4"], bid_price_5=d["buy5"], ask_price_1=d["sale1"], ask_price_2=d["sale2"], ask_price_3=d["sale3"], ask_price_4=d["sale4"], ask_price_5=d["sale5"], bid_volume_1=d["bc1"], bid_volume_2=d["bc2"], bid_volume_3=d["bc3"], bid_volume_4=d["bc4"], bid_volume_5=d["bc5"], ask_volume_1=d["sc1"], ask_volume_2=d["sc2"], ask_volume_3=d["sc3"], ask_volume_4=d["sc4"], ask_volume_5=d["sc5"], localtime=dt, gateway_name="TSL" ) # 期货则获取持仓量字段 if not tsl_exchange: tick.open_interest = d["sectional_cjbs"] ticks.append(tick) dt += timedelta(days=1) return ticks
[ 6738, 4818, 8079, 1330, 4818, 8079, 11, 28805, 12514, 198, 6738, 19720, 1330, 360, 713, 11, 7343, 11, 32233, 198, 6738, 12972, 22877, 1330, 640, 11340, 198, 198, 6738, 410, 77, 9078, 13, 2213, 5067, 13, 33990, 1330, 25823, 51, 20754, 198, 6738, 410, 77, 9078, 13, 2213, 5067, 13, 9979, 415, 1330, 12516, 11, 4225, 2100, 198, 6738, 410, 77, 9078, 13, 2213, 5067, 13, 15252, 1330, 2409, 6601, 11, 46093, 6601, 11, 7443, 18453, 198, 6738, 410, 77, 9078, 13, 2213, 5067, 13, 315, 879, 1330, 7925, 62, 36540, 62, 1837, 23650, 198, 6738, 410, 77, 9078, 13, 2213, 5067, 13, 7890, 12363, 1330, 7308, 6601, 12363, 198, 198, 6738, 764, 9078, 4694, 43, 1330, 20985, 11, 11198, 2514, 27354, 8079, 628, 198, 6369, 3398, 27746, 62, 33767, 25, 360, 713, 58, 3109, 3803, 11, 965, 60, 796, 1391, 198, 220, 220, 220, 12516, 13, 50, 5188, 25, 366, 9693, 1600, 198, 220, 220, 220, 12516, 13, 50, 57, 5188, 25, 366, 50, 57, 1, 198, 92, 198, 198, 41358, 23428, 62, 33767, 25, 360, 713, 58, 9492, 2100, 11, 965, 60, 796, 1391, 198, 220, 220, 220, 4225, 2100, 13, 23678, 37780, 25, 366, 948, 62, 16, 76, 1600, 198, 220, 220, 220, 4225, 2100, 13, 39, 11698, 25, 366, 948, 62, 1899, 76, 1600, 198, 220, 220, 220, 4225, 2100, 13, 5631, 33340, 25, 366, 948, 62, 820, 1600, 198, 92, 198, 198, 9693, 32297, 62, 33767, 25, 360, 713, 58, 9492, 2100, 11, 28805, 12514, 60, 796, 1391, 198, 220, 220, 220, 4225, 2100, 13, 23678, 37780, 25, 28805, 12514, 7, 1084, 1769, 28, 16, 828, 198, 220, 220, 220, 4225, 2100, 13, 39, 11698, 25, 28805, 12514, 7, 24425, 28, 16, 828, 198, 92, 198, 198, 3398, 28893, 62, 51, 57, 796, 640, 11340, 7203, 38555, 14, 2484, 272, 20380, 4943, 628, 198, 4871, 20443, 4215, 6601, 12363, 7, 14881, 6601, 12363, 2599, 198, 220, 220, 220, 37227, 25465, 164, 121, 107, 46763, 108, 162, 235, 106, 17312, 235, 27950, 94, 162, 236, 98, 20998, 96, 37811, 628, 220, 220, 220, 825, 11593, 15003, 834, 7, 944, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 13538, 15931, 15931, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 29460, 25, 965, 796, 25823, 51, 20754, 14692, 7890, 12363, 13, 29460, 8973, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 28712, 25, 965, 796, 25823, 51, 20754, 14692, 7890, 12363, 13, 28712, 8973, 628, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 16366, 25, 20985, 796, 6045, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 259, 863, 25, 20512, 796, 10352, 628, 220, 220, 220, 825, 2315, 7, 944, 8, 4613, 20512, 25, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 26344, 251, 34650, 233, 44293, 244, 37811, 198, 220, 220, 220, 220, 220, 220, 220, 611, 2116, 13, 259, 863, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 6407, 628, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 16366, 796, 20985, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 29460, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 28712, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 912, 75, 13, 44152, 4215, 13, 785, 13, 31522, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 40384, 198, 220, 220, 220, 220, 220, 220, 220, 1267, 628, 220, 220, 220, 220, 220, 220, 220, 299, 25, 493, 796, 2116, 13, 16366, 13, 38235, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 611, 299, 14512, 352, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 10352, 628, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 259, 863, 796, 6407, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 6407, 628, 220, 220, 220, 825, 12405, 62, 5657, 62, 23569, 7, 944, 11, 43089, 25, 7443, 18453, 8, 4613, 32233, 58, 8053, 58, 10374, 6601, 60, 5974, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 162, 253, 98, 46237, 95, 42, 163, 118, 123, 46763, 108, 162, 235, 106, 37811, 198, 220, 220, 220, 220, 220, 220, 220, 611, 407, 2116, 13, 259, 863, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 15003, 3419, 628, 220, 220, 220, 220, 220, 220, 220, 6194, 11, 5163, 796, 7925, 62, 36540, 62, 1837, 23650, 7, 42180, 13, 36540, 62, 1837, 23650, 8, 198, 220, 220, 220, 220, 220, 220, 220, 256, 6649, 62, 1069, 3803, 25, 965, 796, 7788, 3398, 27746, 62, 33767, 13, 1136, 7, 1069, 3803, 11, 366, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 256, 6649, 62, 3849, 2100, 25, 965, 796, 23255, 23428, 62, 33767, 58, 42180, 13, 3849, 2100, 60, 628, 220, 220, 220, 220, 220, 220, 220, 9210, 25, 7343, 58, 10374, 6601, 60, 796, 17635, 628, 220, 220, 220, 220, 220, 220, 220, 923, 62, 2536, 25, 965, 796, 43089, 13, 9688, 13, 2536, 31387, 7203, 4, 56, 4, 76, 4, 67, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 886, 62, 2536, 25, 965, 796, 43089, 13, 437, 13, 2536, 31387, 7203, 4, 56, 4, 76, 4, 67, 4943, 628, 220, 220, 220, 220, 220, 220, 220, 23991, 25, 965, 796, 357, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 277, 1, 28709, 893, 17143, 7, 21999, 62, 13696, 22784, 90, 912, 75, 62, 3849, 2100, 92, 35430, 1, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 7783, 2922, 1635, 422, 1910, 11487, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 277, 1, 4475, 2539, 1391, 9688, 62, 2536, 92, 51, 284, 1391, 437, 62, 2536, 92, 51, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 277, 1, 1659, 705, 90, 912, 75, 62, 1069, 3803, 18477, 1837, 23650, 92, 6, 886, 26033, 198, 220, 220, 220, 220, 220, 220, 220, 1267, 198, 220, 220, 220, 220, 220, 220, 220, 1255, 796, 2116, 13, 16366, 13, 18558, 7, 28758, 8, 628, 220, 220, 220, 220, 220, 220, 220, 611, 407, 1255, 13, 18224, 33529, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1366, 796, 1255, 13, 8367, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6482, 25, 28805, 12514, 796, 6006, 32297, 62, 33767, 13, 1136, 7, 42180, 13, 3849, 2100, 11, 6045, 8, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 329, 288, 287, 1366, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 288, 83, 25, 4818, 8079, 796, 11198, 2514, 27354, 8079, 7, 67, 14692, 4475, 8973, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 6482, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 288, 83, 48185, 6482, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2318, 25, 2409, 6601, 796, 2409, 6601, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6194, 28, 1837, 23650, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5163, 28, 1069, 3803, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4818, 8079, 28, 3398, 28893, 62, 51, 57, 13, 12001, 1096, 7, 28664, 828, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 16654, 28, 42180, 13, 3849, 2100, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1280, 62, 20888, 28, 67, 14692, 9654, 33116, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1029, 62, 20888, 28, 67, 14692, 8929, 33116, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1877, 62, 20888, 28, 67, 14692, 9319, 33116, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1969, 62, 20888, 28, 67, 14692, 19836, 33116, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6115, 28, 67, 14692, 10396, 33116, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 25079, 28, 67, 14692, 17287, 33116, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 24308, 62, 3672, 2625, 4694, 43, 1, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 42164, 253, 164, 112, 100, 26344, 247, 164, 236, 115, 20998, 244, 162, 234, 223, 20015, 241, 34932, 237, 27764, 245, 162, 106, 113, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 407, 256, 6649, 62, 1069, 3803, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2318, 13, 9654, 62, 9446, 796, 288, 14692, 44330, 62, 66, 73, 1443, 8973, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 9210, 13, 33295, 7, 5657, 8, 628, 220, 220, 220, 220, 220, 220, 220, 1441, 9210, 628, 220, 220, 220, 825, 12405, 62, 42298, 62, 23569, 7, 944, 11, 43089, 25, 7443, 18453, 8, 4613, 32233, 58, 8053, 58, 51, 624, 6601, 60, 5974, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 162, 253, 98, 46237, 95, 51, 624, 46763, 108, 162, 235, 106, 37811, 198, 220, 220, 220, 220, 220, 220, 220, 611, 407, 2116, 13, 259, 863, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 15003, 3419, 628, 220, 220, 220, 220, 220, 220, 220, 6194, 11, 5163, 796, 7925, 62, 36540, 62, 1837, 23650, 7, 42180, 13, 36540, 62, 1837, 23650, 8, 198, 220, 220, 220, 220, 220, 220, 220, 256, 6649, 62, 1069, 3803, 25, 965, 796, 7788, 3398, 27746, 62, 33767, 13, 1136, 7, 1069, 3803, 11, 366, 4943, 628, 220, 220, 220, 220, 220, 220, 220, 36066, 25, 7343, 58, 51, 624, 6601, 60, 796, 17635, 628, 220, 220, 220, 220, 220, 220, 220, 288, 83, 25, 4818, 8079, 796, 43089, 13, 9688, 198, 220, 220, 220, 220, 220, 220, 220, 981, 288, 83, 19841, 43089, 13, 437, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3128, 62, 2536, 25, 965, 796, 288, 83, 13, 2536, 31387, 7203, 4, 56, 4, 76, 4, 67, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 23991, 25, 965, 796, 277, 1, 7783, 2922, 1635, 422, 2083, 316, 540, 3128, 2539, 1391, 4475, 62, 2536, 92, 51, 284, 1391, 4475, 62, 2536, 92, 51, 10, 1433, 14, 1731, 286, 705, 90, 912, 75, 62, 1069, 3803, 18477, 1837, 23650, 92, 6, 886, 2162, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1255, 796, 2116, 13, 16366, 13, 18558, 7, 28758, 8, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 407, 1255, 13, 18224, 33529, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1366, 796, 1255, 13, 8367, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 329, 288, 287, 1366, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 288, 83, 25, 4818, 8079, 796, 11198, 2514, 27354, 8079, 7, 67, 14692, 4475, 8973, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 288, 83, 25, 4818, 8079, 796, 5870, 28893, 62, 51, 57, 13, 12001, 1096, 7, 28664, 8, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4378, 25, 46093, 6601, 796, 46093, 6601, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6194, 28, 1837, 23650, 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, 5163, 28, 1069, 3803, 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, 1438, 28, 67, 14692, 26207, 5376, 33116, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4818, 8079, 28, 28664, 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, 1280, 62, 20888, 28, 67, 14692, 44330, 62, 9654, 33116, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1029, 62, 20888, 28, 67, 14692, 44330, 62, 8929, 33116, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1877, 62, 20888, 28, 67, 14692, 44330, 62, 9319, 33116, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 938, 62, 20888, 28, 67, 14692, 20888, 33116, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6115, 28, 67, 14692, 44330, 62, 10396, 33116, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 25079, 28, 67, 14692, 44330, 62, 17287, 33116, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 8406, 62, 20888, 62, 16, 28, 67, 14692, 17846, 16, 33116, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 8406, 62, 20888, 62, 17, 28, 67, 14692, 17846, 17, 33116, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 8406, 62, 20888, 62, 18, 28, 67, 14692, 17846, 18, 33116, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 8406, 62, 20888, 62, 19, 28, 67, 14692, 17846, 19, 33116, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 8406, 62, 20888, 62, 20, 28, 67, 14692, 17846, 20, 33116, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1265, 62, 20888, 62, 16, 28, 67, 14692, 21378, 16, 33116, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1265, 62, 20888, 62, 17, 28, 67, 14692, 21378, 17, 33116, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1265, 62, 20888, 62, 18, 28, 67, 14692, 21378, 18, 33116, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1265, 62, 20888, 62, 19, 28, 67, 14692, 21378, 19, 33116, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1265, 62, 20888, 62, 20, 28, 67, 14692, 21378, 20, 33116, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 8406, 62, 29048, 62, 16, 28, 67, 14692, 15630, 16, 33116, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 8406, 62, 29048, 62, 17, 28, 67, 14692, 15630, 17, 33116, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 8406, 62, 29048, 62, 18, 28, 67, 14692, 15630, 18, 33116, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 8406, 62, 29048, 62, 19, 28, 67, 14692, 15630, 19, 33116, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 8406, 62, 29048, 62, 20, 28, 67, 14692, 15630, 20, 33116, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1265, 62, 29048, 62, 16, 28, 67, 14692, 1416, 16, 33116, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1265, 62, 29048, 62, 17, 28, 67, 14692, 1416, 17, 33116, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1265, 62, 29048, 62, 18, 28, 67, 14692, 1416, 18, 33116, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1265, 62, 29048, 62, 19, 28, 67, 14692, 1416, 19, 33116, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1265, 62, 29048, 62, 20, 28, 67, 14692, 1416, 20, 33116, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1957, 2435, 28, 28664, 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, 24308, 62, 3672, 2625, 4694, 43, 1, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 42164, 253, 164, 112, 100, 26344, 247, 164, 236, 115, 20998, 244, 162, 234, 223, 20015, 241, 34932, 237, 27764, 245, 162, 106, 113, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 407, 256, 6649, 62, 1069, 3803, 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, 4378, 13, 9654, 62, 9446, 796, 288, 14692, 44330, 62, 66, 73, 1443, 8973, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 36066, 13, 33295, 7, 42298, 8, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 288, 83, 15853, 28805, 12514, 7, 12545, 28, 16, 8, 628, 220, 220, 220, 220, 220, 220, 220, 1441, 36066, 198 ]
1.708995
3,402
inp = open('input_d8.txt').read() arr = [[0 for i in range(50)] for j in range(6)] for i in inp.split('\n')[:-1]: if i.startswith('rotate row'): rotaterow(int(i.split('y=')[1].split(' ')[0]), int(i.split('by ')[1])) elif i.startswith('rotate column'): print(i) rotatecol(int(i.split('x=')[1].split(' ')[0]), int(i.split('by ')[1])) else: rect(int(i.split(' ')[1].split('x')[0]), int(i.split('x')[1])) print(arr) print(countpixels()) for i in arr: print(' '.join(map(str,i)))
[ 259, 79, 796, 1280, 10786, 15414, 62, 67, 23, 13, 14116, 27691, 961, 3419, 198, 198, 3258, 796, 16410, 15, 329, 1312, 287, 2837, 7, 1120, 15437, 329, 474, 287, 2837, 7, 21, 15437, 198, 198, 1640, 1312, 287, 287, 79, 13, 35312, 10786, 59, 77, 11537, 58, 21912, 16, 5974, 198, 220, 220, 220, 611, 1312, 13, 9688, 2032, 342, 10786, 10599, 378, 5752, 6, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 5724, 729, 322, 7, 600, 7, 72, 13, 35312, 10786, 88, 28, 11537, 58, 16, 4083, 35312, 10786, 705, 38381, 15, 46570, 493, 7, 72, 13, 35312, 10786, 1525, 705, 38381, 16, 60, 4008, 628, 220, 220, 220, 1288, 361, 1312, 13, 9688, 2032, 342, 10786, 10599, 378, 5721, 6, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 3601, 7, 72, 8, 198, 220, 220, 220, 220, 220, 220, 220, 23064, 4033, 7, 600, 7, 72, 13, 35312, 10786, 87, 28, 11537, 58, 16, 4083, 35312, 10786, 705, 38381, 15, 46570, 493, 7, 72, 13, 35312, 10786, 1525, 705, 38381, 16, 60, 4008, 198, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 13621, 7, 600, 7, 72, 13, 35312, 10786, 705, 38381, 16, 4083, 35312, 10786, 87, 11537, 58, 15, 46570, 493, 7, 72, 13, 35312, 10786, 87, 11537, 58, 16, 60, 4008, 198, 198, 4798, 7, 3258, 8, 198, 4798, 7, 9127, 79, 14810, 28955, 198, 1640, 1312, 287, 5240, 25, 198, 220, 220, 220, 3601, 10786, 45302, 22179, 7, 8899, 7, 2536, 11, 72, 22305, 198 ]
2.034749
259