content
stringlengths
1
1.04M
input_ids
sequencelengths
1
774k
ratio_char_token
float64
0.38
22.9
token_count
int64
1
774k
import unittest import qupulse.pulses.plotting import qupulse._program.waveforms import qupulse.utils.sympy from qupulse.pulses import TablePT, FunctionPT, AtomicMultiChannelPT, MappingPT from qupulse.pulses.plotting import plot from qupulse.pulses.sequence_pulse_template import SequencePulseTemplate from qupulse._program._loop import make_compatible from qupulse.pulses.constant_pulse_template import ConstantPulseTemplate
[ 11748, 555, 715, 395, 198, 198, 11748, 627, 79, 9615, 13, 79, 5753, 274, 13, 29487, 889, 198, 11748, 627, 79, 9615, 13557, 23065, 13, 19204, 23914, 198, 11748, 627, 79, 9615, 13, 26791, 13, 1837, 3149, 88, 198, 6738, 627, 79, 9615, 13, 79, 5753, 274, 1330, 8655, 11571, 11, 15553, 11571, 11, 28976, 29800, 29239, 11571, 11, 337, 5912, 11571, 198, 6738, 627, 79, 9615, 13, 79, 5753, 274, 13, 29487, 889, 1330, 7110, 198, 6738, 627, 79, 9615, 13, 79, 5753, 274, 13, 43167, 62, 79, 9615, 62, 28243, 1330, 45835, 47, 9615, 30800, 198, 6738, 627, 79, 9615, 13557, 23065, 13557, 26268, 1330, 787, 62, 38532, 198, 198, 6738, 627, 79, 9615, 13, 79, 5753, 274, 13, 9979, 415, 62, 79, 9615, 62, 28243, 1330, 20217, 47, 9615, 30800, 628 ]
3.201493
134
if __name__ == '__main__': print_rangoli(5)
[ 201, 198, 201, 198, 201, 198, 361, 11593, 3672, 834, 6624, 705, 834, 12417, 834, 10354, 201, 198, 220, 220, 220, 3601, 62, 36985, 11106, 7, 20, 8, 201, 198 ]
1.866667
30
"""The main script for development testing.""" from nes_py.app.cli import main # execute the main entry point of the CLI main()
[ 37811, 464, 1388, 4226, 329, 2478, 4856, 526, 15931, 198, 6738, 299, 274, 62, 9078, 13, 1324, 13, 44506, 1330, 1388, 628, 198, 2, 12260, 262, 1388, 5726, 966, 286, 262, 43749, 198, 12417, 3419, 198 ]
3.611111
36
# https://leetcode.com/problems/closest-binary-search-tree-value # Definition for a binary tree node. # class TreeNode: # def __init__(self, val=0, left=None, right=None): # self.val = val # self.left = left # self.right = right
[ 2, 3740, 1378, 293, 316, 8189, 13, 785, 14, 1676, 22143, 14, 565, 418, 395, 12, 39491, 12, 12947, 12, 21048, 12, 8367, 198, 198, 2, 30396, 329, 257, 13934, 5509, 10139, 13, 198, 2, 1398, 12200, 19667, 25, 198, 2, 220, 220, 220, 220, 825, 11593, 15003, 834, 7, 944, 11, 1188, 28, 15, 11, 1364, 28, 14202, 11, 826, 28, 14202, 2599, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 2100, 796, 1188, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 9464, 796, 1364, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 3506, 796, 826, 628 ]
2.354545
110
from django import urls from django.conf import settings from django.contrib import messages from django.contrib.auth import mixins as auth_mixins from django.contrib.auth.decorators import login_required from django.contrib.sites.shortcuts import get_current_site from django.core.mail import send_mail from django.shortcuts import get_object_or_404, redirect from django.template.loader import render_to_string from django.views.decorators.http import require_POST from django.views.generic import detail as detail_views from django.views.generic import edit as edit_views from rules.contrib import views as rules_views from ..base.views import ReportAbuseView from ..profiles.models import Profile from .forms import LocalGroupForm from .models import LocalGroup @login_required @require_POST @login_required @require_POST
[ 6738, 42625, 14208, 1330, 2956, 7278, 198, 6738, 42625, 14208, 13, 10414, 1330, 6460, 198, 6738, 42625, 14208, 13, 3642, 822, 1330, 6218, 198, 6738, 42625, 14208, 13, 3642, 822, 13, 18439, 1330, 5022, 1040, 355, 6284, 62, 19816, 1040, 198, 6738, 42625, 14208, 13, 3642, 822, 13, 18439, 13, 12501, 273, 2024, 1330, 17594, 62, 35827, 198, 6738, 42625, 14208, 13, 3642, 822, 13, 49315, 13, 19509, 23779, 1330, 651, 62, 14421, 62, 15654, 198, 6738, 42625, 14208, 13, 7295, 13, 4529, 1330, 3758, 62, 4529, 198, 6738, 42625, 14208, 13, 19509, 23779, 1330, 651, 62, 15252, 62, 273, 62, 26429, 11, 18941, 198, 6738, 42625, 14208, 13, 28243, 13, 29356, 1330, 8543, 62, 1462, 62, 8841, 198, 6738, 42625, 14208, 13, 33571, 13, 12501, 273, 2024, 13, 4023, 1330, 2421, 62, 32782, 198, 6738, 42625, 14208, 13, 33571, 13, 41357, 1330, 3703, 355, 3703, 62, 33571, 198, 6738, 42625, 14208, 13, 33571, 13, 41357, 1330, 4370, 355, 4370, 62, 33571, 198, 6738, 3173, 13, 3642, 822, 1330, 5009, 355, 3173, 62, 33571, 198, 198, 6738, 11485, 8692, 13, 33571, 1330, 6358, 4826, 1904, 7680, 198, 6738, 11485, 5577, 2915, 13, 27530, 1330, 13118, 198, 6738, 764, 23914, 1330, 10714, 13247, 8479, 198, 6738, 764, 27530, 1330, 10714, 13247, 628, 628, 628, 198, 198, 31, 38235, 62, 35827, 198, 31, 46115, 62, 32782, 628, 198, 31, 38235, 62, 35827, 198, 31, 46115, 62, 32782, 198 ]
3.542373
236
import unittest from Gatekeeper import Mutator
[ 11748, 555, 715, 395, 198, 6738, 12816, 13884, 1330, 13859, 1352, 628, 198 ]
3.769231
13
import torch from torchvision.utils import save_image
[ 11748, 28034, 198, 198, 6738, 28034, 10178, 13, 26791, 1330, 3613, 62, 9060, 628 ]
4
14
#! /usr/bin/env python3 # -*- coding: utf-8 -*- # # michael a.g. aïvázis <[email protected]> # (c) 1998-2022 all rights reserved def test(): """ Verify that classes can intercept registry creation """ # access from pyre.patterns.Unique import Unique # make a class to serve as a registry class Registry(dict): """A custom instance registry""" # declare a class with an instance registry # make an instance b = Base(name="b") # and another by the same name alias = Base(name="b") # verify that they are identical assert b is alias # get the registry registry = Base.pyre_unique # verify it's an instance of my custom class assert isinstance(registry, Registry) # all done return # main if __name__ == "__main__": # run the test test() # end of file
[ 2, 0, 1220, 14629, 14, 8800, 14, 24330, 21015, 18, 198, 2, 532, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12, 198, 2, 198, 2, 285, 40302, 257, 13, 70, 13, 257, 26884, 85, 6557, 89, 271, 1279, 76, 40302, 13, 64, 452, 1031, 271, 31, 1845, 64, 12, 14323, 13, 785, 29, 198, 2, 357, 66, 8, 7795, 12, 1238, 1828, 477, 2489, 10395, 628, 198, 4299, 1332, 33529, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 49899, 326, 6097, 460, 15788, 20478, 6282, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 1303, 1895, 198, 220, 220, 220, 422, 12972, 260, 13, 33279, 82, 13, 40257, 1330, 30015, 628, 220, 220, 220, 1303, 787, 257, 1398, 284, 4691, 355, 257, 20478, 198, 220, 220, 220, 1398, 33432, 7, 11600, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 32, 2183, 4554, 20478, 37811, 628, 220, 220, 220, 1303, 13627, 257, 1398, 351, 281, 4554, 20478, 628, 198, 220, 220, 220, 1303, 787, 281, 4554, 198, 220, 220, 220, 275, 796, 7308, 7, 3672, 2625, 65, 4943, 198, 220, 220, 220, 1303, 290, 1194, 416, 262, 976, 1438, 198, 220, 220, 220, 16144, 796, 7308, 7, 3672, 2625, 65, 4943, 628, 220, 220, 220, 1303, 11767, 326, 484, 389, 10411, 198, 220, 220, 220, 6818, 275, 318, 16144, 198, 220, 220, 220, 1303, 651, 262, 20478, 198, 220, 220, 220, 20478, 796, 7308, 13, 9078, 260, 62, 34642, 198, 220, 220, 220, 1303, 11767, 340, 338, 281, 4554, 286, 616, 2183, 1398, 198, 220, 220, 220, 6818, 318, 39098, 7, 2301, 4592, 11, 33432, 8, 628, 220, 220, 220, 1303, 477, 1760, 198, 220, 220, 220, 1441, 628, 198, 2, 1388, 198, 361, 11593, 3672, 834, 6624, 366, 834, 12417, 834, 1298, 198, 220, 220, 220, 1303, 1057, 262, 1332, 198, 220, 220, 220, 1332, 3419, 628, 198, 2, 886, 286, 2393, 198 ]
2.717868
319
import asyncio import json import os import cv2 import platform import sys from time import sleep import time from aiohttp import web from av import VideoFrame from aiortc import RTCPeerConnection, RTCSessionDescription, VideoStreamTrack, RTCIceServer, RTCConfiguration from aiohttp_basicauth import BasicAuthMiddleware import numpy as np from constant.camera import resolution_presets # import picamera kernel_dil = np.ones((10, 10), np.uint8) # reference: # https://stackoverflow.com/questions/60989671/white-blue-balance-error-in-high-resolution-with-opencv-and-picamera-v2 # resoultion_defulat = (640, 480) # resolution_good = (1280, 704) # resolution_high = (1920, 1088) # resolution_nice = (1640, 928) # resolution_picked = resolution_presets["picamera"]["default"] resolution_picked = resolution_presets["picamera"][1920] # resolution_picked = (1280, 720) motion_detected_on = False use_picamera = True if __name__ == '__main__': checkDeviceReadiness() print("Camera detected!!!") ROOT = os.path.dirname(__file__) pcs = set() if use_picamera == True: camera_device = PiCameraDevice(resolution_picked) else: camera_device = CameraDevice(resolution_picked) flip = False try: if os.environ['rotation'] == '1': flip = True except BaseException: pass auth = [] if 'username' in os.environ and 'password' in os.environ: print('\n#############################################################') print('Authorization is enabled.') print('Your balenaCam is password protected.') print('#############################################################\n') auth.append( BasicAuthMiddleware( username=os.environ['username'], password=os.environ['password'])) else: print('\n#############################################################') print('Authorization is disabled.') print('Anyone can access your balenaCam, using the device\'s URL!') print( 'Set the username and password environment variables \nto enable authorization.') print( 'For more info visit: \nhttps://github.com/balena-io-playground/balena-cam') print('#############################################################\n') # Factory to create peerConnections depending on the iceServers # set by user pc_factory = PeerConnectionFactory() app = web.Application(middlewares=auth) app.on_shutdown.append(on_shutdown) app.router.add_get('/', index) app.router.add_get('/favicon.png', favicon) app.router.add_get('/balena-logo.svg', balena_logo) app.router.add_get('/balena-cam.svg', balena) app.router.add_get('/client.js', javascript) app.router.add_get('/style.css', stylesheet) app.router.add_post('/offer', offer) app.router.add_get('/mjpeg', mjpeg_handler) app.router.add_get('/ice-config', config) web.run_app(app, port=80)
[ 11748, 30351, 952, 198, 11748, 33918, 198, 11748, 28686, 198, 11748, 269, 85, 17, 198, 11748, 3859, 198, 11748, 25064, 198, 6738, 640, 1330, 3993, 198, 11748, 640, 198, 6738, 257, 952, 4023, 1330, 3992, 198, 6738, 1196, 1330, 7623, 19778, 198, 6738, 257, 72, 419, 66, 1330, 371, 4825, 6435, 263, 32048, 11, 371, 4825, 36044, 11828, 11, 7623, 12124, 24802, 11, 371, 4825, 23709, 10697, 11, 371, 4825, 38149, 198, 6738, 257, 952, 4023, 62, 12093, 3970, 1071, 1330, 14392, 30515, 34621, 1574, 198, 11748, 299, 32152, 355, 45941, 198, 6738, 6937, 13, 25695, 1330, 6323, 62, 18302, 1039, 198, 2, 1330, 8301, 18144, 198, 198, 33885, 62, 67, 346, 796, 45941, 13, 1952, 19510, 940, 11, 838, 828, 45941, 13, 28611, 23, 8, 198, 2, 4941, 25, 198, 2, 3740, 1378, 25558, 2502, 11125, 13, 785, 14, 6138, 507, 14, 1899, 42520, 46250, 14, 11186, 12, 17585, 12, 20427, 12, 18224, 12, 259, 12, 8929, 12, 29268, 12, 4480, 12, 9654, 33967, 12, 392, 12, 16564, 18144, 12, 85, 17, 198, 2, 581, 25955, 295, 62, 4299, 377, 265, 796, 357, 31102, 11, 23487, 8, 198, 2, 6323, 62, 11274, 796, 357, 1065, 1795, 11, 767, 3023, 8, 198, 2, 6323, 62, 8929, 796, 357, 40454, 11, 838, 3459, 8, 198, 2, 6323, 62, 44460, 796, 357, 1433, 1821, 11, 860, 2078, 8, 198, 2, 6323, 62, 41891, 796, 6323, 62, 18302, 1039, 14692, 16564, 18144, 1, 7131, 1, 12286, 8973, 198, 29268, 62, 41891, 796, 6323, 62, 18302, 1039, 14692, 16564, 18144, 1, 7131, 40454, 60, 198, 2, 6323, 62, 41891, 796, 357, 1065, 1795, 11, 26250, 8, 198, 38714, 62, 15255, 11197, 62, 261, 796, 10352, 198, 1904, 62, 16564, 18144, 796, 6407, 628, 628, 628, 628, 628, 628, 628, 628, 628, 198, 361, 11593, 3672, 834, 6624, 705, 834, 12417, 834, 10354, 198, 220, 220, 220, 2198, 24728, 5569, 1272, 3419, 198, 220, 220, 220, 3601, 7203, 35632, 12326, 3228, 2474, 8, 628, 220, 220, 220, 15107, 2394, 796, 28686, 13, 6978, 13, 15908, 3672, 7, 834, 7753, 834, 8, 198, 220, 220, 220, 279, 6359, 796, 900, 3419, 198, 220, 220, 220, 611, 779, 62, 16564, 18144, 6624, 6407, 25, 198, 220, 220, 220, 220, 220, 220, 220, 4676, 62, 25202, 796, 13993, 35632, 24728, 7, 29268, 62, 41891, 8, 198, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 4676, 62, 25202, 796, 20432, 24728, 7, 29268, 62, 41891, 8, 628, 220, 220, 220, 14283, 796, 10352, 198, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 611, 28686, 13, 268, 2268, 17816, 10599, 341, 20520, 6624, 705, 16, 10354, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 14283, 796, 6407, 198, 220, 220, 220, 2845, 7308, 16922, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1208, 628, 220, 220, 220, 6284, 796, 17635, 198, 220, 220, 220, 611, 705, 29460, 6, 287, 28686, 13, 268, 2268, 290, 705, 28712, 6, 287, 28686, 13, 268, 2268, 25, 198, 220, 220, 220, 220, 220, 220, 220, 3601, 10786, 59, 77, 29113, 14468, 7804, 4242, 2, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 3601, 10786, 13838, 1634, 318, 9343, 2637, 8, 198, 220, 220, 220, 220, 220, 220, 220, 3601, 10786, 7120, 3652, 8107, 21701, 318, 9206, 6861, 2637, 8, 198, 220, 220, 220, 220, 220, 220, 220, 3601, 10786, 29113, 14468, 7804, 4242, 2, 59, 77, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 6284, 13, 33295, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 14392, 30515, 34621, 1574, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 20579, 28, 418, 13, 268, 2268, 17816, 29460, 6, 4357, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 9206, 28, 418, 13, 268, 2268, 17816, 28712, 20520, 4008, 198, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 3601, 10786, 59, 77, 29113, 14468, 7804, 4242, 2, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 3601, 10786, 13838, 1634, 318, 10058, 2637, 8, 198, 220, 220, 220, 220, 220, 220, 220, 3601, 10786, 21129, 460, 1895, 534, 3652, 8107, 21701, 11, 1262, 262, 3335, 43054, 82, 10289, 0, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 3601, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 7248, 262, 20579, 290, 9206, 2858, 9633, 3467, 429, 78, 7139, 19601, 2637, 8, 198, 220, 220, 220, 220, 220, 220, 220, 3601, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 1890, 517, 7508, 3187, 25, 3467, 77, 5450, 1378, 12567, 13, 785, 14, 6893, 8107, 12, 952, 12, 1759, 2833, 14, 6893, 8107, 12, 20991, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 3601, 10786, 29113, 14468, 7804, 4242, 2, 59, 77, 11537, 628, 220, 220, 220, 1303, 19239, 284, 2251, 12720, 13313, 507, 6906, 319, 262, 4771, 7089, 690, 198, 220, 220, 220, 1303, 900, 416, 2836, 198, 220, 220, 220, 40653, 62, 69, 9548, 796, 41139, 32048, 22810, 3419, 628, 220, 220, 220, 598, 796, 3992, 13, 23416, 7, 27171, 86, 3565, 28, 18439, 8, 198, 220, 220, 220, 598, 13, 261, 62, 49625, 2902, 13, 33295, 7, 261, 62, 49625, 2902, 8, 198, 220, 220, 220, 598, 13, 472, 353, 13, 2860, 62, 1136, 10786, 14, 3256, 6376, 8, 198, 220, 220, 220, 598, 13, 472, 353, 13, 2860, 62, 1136, 10786, 14, 69, 615, 4749, 13, 11134, 3256, 2090, 4749, 8, 198, 220, 220, 220, 598, 13, 472, 353, 13, 2860, 62, 1136, 10786, 14, 6893, 8107, 12, 6404, 78, 13, 21370, 70, 3256, 3652, 8107, 62, 6404, 78, 8, 198, 220, 220, 220, 598, 13, 472, 353, 13, 2860, 62, 1136, 10786, 14, 6893, 8107, 12, 20991, 13, 21370, 70, 3256, 3652, 8107, 8, 198, 220, 220, 220, 598, 13, 472, 353, 13, 2860, 62, 1136, 10786, 14, 16366, 13, 8457, 3256, 44575, 8, 198, 220, 220, 220, 598, 13, 472, 353, 13, 2860, 62, 1136, 10786, 14, 7635, 13, 25471, 3256, 12186, 25473, 8, 198, 220, 220, 220, 598, 13, 472, 353, 13, 2860, 62, 7353, 10786, 14, 47895, 3256, 2897, 8, 198, 220, 220, 220, 598, 13, 472, 353, 13, 2860, 62, 1136, 10786, 14, 76, 73, 22071, 3256, 285, 73, 22071, 62, 30281, 8, 198, 220, 220, 220, 598, 13, 472, 353, 13, 2860, 62, 1136, 10786, 14, 501, 12, 11250, 3256, 4566, 8, 198, 220, 220, 220, 3992, 13, 5143, 62, 1324, 7, 1324, 11, 2493, 28, 1795, 8, 198 ]
2.700717
1,116
from channelsmultiplexer.demultiplexer import AsyncJsonWebsocketDemultiplexer __all__ = [ AsyncJsonWebsocketDemultiplexer ]
[ 6738, 9619, 48101, 87, 263, 13, 9536, 586, 2480, 87, 263, 1330, 1081, 13361, 41, 1559, 1135, 1443, 5459, 11522, 586, 2480, 87, 263, 198, 198, 834, 439, 834, 796, 685, 198, 220, 220, 220, 1081, 13361, 41, 1559, 1135, 1443, 5459, 11522, 586, 2480, 87, 263, 198, 60 ]
2.612245
49
#!/usr/bin/env python # -*- coding: utf-8 -*- # @Time : 2020/10/22 16:29 # @Author : Coodyz # @Site : https://github.com/coolbreeze2 # @File : settings.py # @Software: PyCharm import os import sys basedir = os.path.abspath(os.path.dirname(os.path.dirname(__file__))) # SQLite URI compatible WIN = sys.platform.startswith('win') if WIN: prefix = 'sqlite:///' else: prefix = 'sqlite:////' config = BaseConfig
[ 2, 48443, 14629, 14, 8800, 14, 24330, 21015, 198, 2, 532, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12, 198, 2, 2488, 7575, 220, 220, 220, 1058, 12131, 14, 940, 14, 1828, 1467, 25, 1959, 198, 2, 2488, 13838, 220, 1058, 327, 702, 45579, 198, 2, 2488, 29123, 220, 220, 220, 1058, 3740, 1378, 12567, 13, 785, 14, 24494, 65, 631, 2736, 17, 198, 2, 2488, 8979, 220, 220, 220, 1058, 6460, 13, 9078, 198, 2, 2488, 25423, 25, 9485, 1925, 1670, 198, 11748, 28686, 198, 11748, 25064, 198, 198, 3106, 343, 796, 28686, 13, 6978, 13, 397, 2777, 776, 7, 418, 13, 6978, 13, 15908, 3672, 7, 418, 13, 6978, 13, 15908, 3672, 7, 834, 7753, 834, 22305, 198, 198, 2, 16363, 578, 43975, 11670, 198, 37620, 796, 25064, 13, 24254, 13, 9688, 2032, 342, 10786, 5404, 11537, 198, 361, 25779, 25, 198, 220, 220, 220, 21231, 796, 705, 25410, 578, 1378, 14, 6, 198, 17772, 25, 198, 220, 220, 220, 21231, 796, 705, 25410, 578, 1378, 1003, 6, 628, 198, 198, 11250, 796, 7308, 16934, 198 ]
2.375691
181
#!/usr/bin/env python # # Copyright (C) 2013-2015 Russell Poldrack <[email protected]> # # Some portions were borrowed from: # https://github.com/mwaskom/lyman/blob/master/setup.py # and: # https://chriswarrick.com/blog/2014/09/15/python-apps-the-right-way-entry_points-and-scripts/ import os from setuptools import setup DISTNAME = "pydeface" DESCRIPTION = "pydeface: a script to remove facial structure from MRI images." MAINTAINER = 'Russ Poldrack' MAINTAINER_EMAIL = '[email protected]' LICENSE = 'MIT' URL = 'http://poldracklab.org' DOWNLOAD_URL = 'https://github.com/poldracklab/pydeface/' VERSION = '2.0' if os.path.exists('MANIFEST'): os.remove('MANIFEST') datafiles = {'pydeface': ['data/facemask.nii.gz', 'data/mean_reg2mean.nii.gz']} setup(name=DISTNAME, maintainer=MAINTAINER, maintainer_email=MAINTAINER_EMAIL, description=DESCRIPTION, license=LICENSE, version=VERSION, url=URL, download_url=DOWNLOAD_URL, packages=['pydeface'], package_data=datafiles, classifiers=['Intended Audience :: Science/Research', 'Programming Language :: Python :: 2.7', 'License :: OSI Approved :: BSD License', 'Operating System :: POSIX', 'Operating System :: Unix', 'Operating System :: MacOS'], install_requires=['numpy', 'nibabel', 'nipype'], entry_points={ 'console_scripts': [ 'pydeface = pydeface.__main__:main' ]}, )
[ 2, 48443, 14629, 14, 8800, 14, 24330, 21015, 198, 2, 198, 2, 15069, 357, 34, 8, 2211, 12, 4626, 11563, 350, 727, 39638, 1279, 79, 727, 39638, 31, 14192, 3841, 13, 15532, 29, 198, 2, 198, 2, 2773, 16690, 547, 22546, 422, 25, 198, 2, 3740, 1378, 12567, 13, 785, 14, 76, 86, 2093, 296, 14, 306, 805, 14, 2436, 672, 14, 9866, 14, 40406, 13, 9078, 198, 2, 290, 25, 198, 2, 3740, 1378, 354, 2442, 86, 3258, 624, 13, 785, 14, 14036, 14, 4967, 14, 2931, 14, 1314, 14, 29412, 12, 18211, 12, 1169, 12, 3506, 12, 1014, 12, 13000, 62, 13033, 12, 392, 12, 46521, 14, 198, 198, 11748, 28686, 198, 6738, 900, 37623, 10141, 1330, 9058, 198, 198, 35, 8808, 20608, 796, 366, 9078, 4299, 558, 1, 198, 30910, 40165, 796, 366, 9078, 4299, 558, 25, 257, 4226, 284, 4781, 16324, 4645, 422, 30278, 4263, 526, 198, 5673, 1268, 30339, 1137, 796, 705, 10020, 350, 727, 39638, 6, 198, 5673, 1268, 30339, 1137, 62, 27630, 4146, 796, 705, 79, 727, 39638, 31, 14192, 3841, 13, 15532, 6, 198, 43, 2149, 24290, 796, 705, 36393, 6, 198, 21886, 796, 705, 4023, 1378, 79, 727, 39638, 23912, 13, 2398, 6, 198, 41925, 35613, 62, 21886, 796, 705, 5450, 1378, 12567, 13, 785, 14, 79, 727, 39638, 23912, 14, 9078, 4299, 558, 14, 6, 198, 43717, 796, 705, 17, 13, 15, 6, 198, 198, 361, 28686, 13, 6978, 13, 1069, 1023, 10786, 10725, 5064, 6465, 6, 2599, 198, 220, 220, 220, 28686, 13, 28956, 10786, 10725, 5064, 6465, 11537, 198, 198, 7890, 16624, 796, 1391, 6, 9078, 4299, 558, 10354, 37250, 7890, 14, 38942, 368, 2093, 13, 77, 4178, 13, 34586, 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, 705, 7890, 14, 32604, 62, 2301, 17, 32604, 13, 77, 4178, 13, 34586, 20520, 92, 198, 198, 40406, 7, 3672, 28, 35, 8808, 20608, 11, 198, 220, 220, 220, 220, 220, 5529, 263, 28, 5673, 1268, 30339, 1137, 11, 198, 220, 220, 220, 220, 220, 5529, 263, 62, 12888, 28, 5673, 1268, 30339, 1137, 62, 27630, 4146, 11, 198, 220, 220, 220, 220, 220, 6764, 28, 30910, 40165, 11, 198, 220, 220, 220, 220, 220, 5964, 28, 43, 2149, 24290, 11, 198, 220, 220, 220, 220, 220, 2196, 28, 43717, 11, 198, 220, 220, 220, 220, 220, 19016, 28, 21886, 11, 198, 220, 220, 220, 220, 220, 4321, 62, 6371, 28, 41925, 35613, 62, 21886, 11, 198, 220, 220, 220, 220, 220, 10392, 28, 17816, 9078, 4299, 558, 6, 4357, 198, 220, 220, 220, 220, 220, 5301, 62, 7890, 28, 7890, 16624, 11, 198, 220, 220, 220, 220, 220, 1398, 13350, 28, 17816, 5317, 1631, 7591, 1240, 7904, 5800, 14, 25104, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 15167, 2229, 15417, 7904, 11361, 7904, 362, 13, 22, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 34156, 7904, 7294, 40, 20010, 1079, 7904, 347, 10305, 13789, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 18843, 803, 4482, 7904, 28069, 10426, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 18843, 803, 4482, 7904, 33501, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 18843, 803, 4482, 7904, 4100, 2640, 6, 4357, 198, 220, 220, 220, 220, 220, 2721, 62, 47911, 28, 17816, 77, 32152, 3256, 705, 77, 571, 9608, 3256, 705, 77, 541, 2981, 6, 4357, 198, 220, 220, 220, 220, 220, 5726, 62, 13033, 34758, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 41947, 62, 46521, 10354, 685, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 9078, 4299, 558, 796, 12972, 4299, 558, 13, 834, 12417, 834, 25, 12417, 6, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2361, 5512, 198, 220, 220, 220, 220, 220, 1267, 198 ]
2.181189
723
from __future__ import print_function import argparse import json import os from datetime import datetime import numpy as np import torch import torch.nn as nn import torch.nn.functional as F import torch.optim as optim import torch.utils.data as data from model.models import MODELS from road_dataset import DeepGlobeDataset, SpacenetDataset from torch.autograd import Variable from torch.optim.lr_scheduler import MultiStepLR from utils.loss import CrossEntropyLoss2d, mIoULoss from utils import util from utils import viz_util from utils.util import relaxed_f1 __dataset__ = {"spacenet": SpacenetDataset, "deepglobe": DeepGlobeDataset} parser = argparse.ArgumentParser() parser.add_argument( "--config", required=True, type=str, help="config file path" ) parser.add_argument( "--model_name", required=True, choices=sorted(MODELS.keys()), help="Name of Model = {}".format(MODELS.keys()), ) parser.add_argument("--exp", required=True, type=str, help="Experiment Name/Directory") parser.add_argument( "--resume", default=None, type=str, help="path to latest checkpoint (default: None)" ) parser.add_argument( "--dataset", required=True, choices=sorted(__dataset__.keys()), help="select dataset name from {}. (default: Spacenet)".format(__dataset__.keys()), ) parser.add_argument( "--model_kwargs", default={}, type=json.loads, help="parameters for the model", ) parser.add_argument( "--multi_scale_pred", default=True, type=util.str2bool, help="perform multi-scale prediction (default: True)", ) args = parser.parse_args() config = None if args.resume is not None: if args.config is not None: print("Warning: --config overridden by --resume") config = torch.load(args.resume)["config"] elif args.config is not None: config = json.load(open(args.config)) assert config is not None util.setSeed(config) experiment_dir = os.path.join(config["trainer"]["save_dir"], args.exp) util.ensure_dir(experiment_dir) ###Logging Files train_file = "{}/{}_train_loss.txt".format(experiment_dir, args.dataset) test_file = "{}/{}_test_loss.txt".format(experiment_dir, args.dataset) train_loss_file = open(train_file, "w") val_loss_file = open(test_file, "w") ### Angle Metrics train_file_angle = "{}/{}_train_angle_loss.txt".format(experiment_dir, args.dataset) test_file_angle = "{}/{}_test_angle_loss.txt".format(experiment_dir, args.dataset) train_loss_angle_file = open(train_file_angle, "rb", 0) val_loss_angle_file = open(test_file_angle, "rb", 0) ################################################################################ num_gpus = torch.cuda.device_count() model = MODELS[args.model_name]( config["task1_classes"], config["task2_classes"], **args.model_kwargs ) if num_gpus > 1: print("Training with multiple GPUs ({})".format(num_gpus)) model = nn.DataParallel(model).cuda() else: print("Single Cuda Node is avaiable") model.cuda() ################################################################################ ### Load Dataset from root folder and intialize DataLoader train_loader = data.DataLoader( __dataset__[args.dataset]( config["train_dataset"], seed=config["seed"], is_train=True, multi_scale_pred=args.multi_scale_pred, ), batch_size=config["train_batch_size"], num_workers=8, shuffle=True, pin_memory=False, ) val_loader = data.DataLoader( __dataset__[args.dataset]( config["val_dataset"], seed=config["seed"], is_train=False, multi_scale_pred=args.multi_scale_pred, ), batch_size=config["val_batch_size"], num_workers=8, shuffle=False, pin_memory=False, ) print("Training with dataset => {}".format(train_loader.dataset.__class__.__name__)) ################################################################################ best_accuracy = 0 best_miou = 0 start_epoch = 1 total_epochs = config["trainer"]["total_epochs"] optimizer = optim.SGD( model.parameters(), lr=config["optimizer"]["lr"], momentum=0.9, weight_decay=0.0005 ) if args.resume is not None: print("Loading from existing FCN and copying weights to continue....") checkpoint = torch.load(args.resume) start_epoch = checkpoint["epoch"] + 1 best_miou = checkpoint["miou"] # stat_parallel_dict = util.getParllelNetworkStateDict(checkpoint['state_dict']) # model.load_state_dict(stat_parallel_dict) model.load_state_dict(checkpoint["state_dict"]) optimizer.load_state_dict(checkpoint["optimizer"]) else: util.weights_init(model, manual_seed=config["seed"]) viz_util.summary(model, print_arch=False) scheduler = MultiStepLR( optimizer, milestones=eval(config["optimizer"]["lr_drop_epoch"]), gamma=config["optimizer"]["lr_step"], ) weights = torch.ones(config["task1_classes"]).cuda() if config["task1_weight"] < 1: print("Roads are weighted.") weights[0] = 1 - config["task1_weight"] weights[1] = config["task1_weight"] weights_angles = torch.ones(config["task2_classes"]).cuda() if config["task2_weight"] < 1: print("Road angles are weighted.") weights_angles[-1] = config["task2_weight"] angle_loss = CrossEntropyLoss2d( weight=weights_angles, size_average=True, ignore_index=255, reduce=True ).cuda() road_loss = mIoULoss( weight=weights, size_average=True, n_classes=config["task1_classes"] ).cuda() for epoch in range(0, 1): start_time = datetime.now() # scheduler.step(epoch) # print("\nTraining Epoch: %d" % epoch) # train(epoch) # if epoch % config["trainer"]["test_freq"] == 0: # for i in range(110,112): print("\nTesting Epoch: %d" % epoch) val_loss = test(epoch) end_time = datetime.now() print("Time Elapsed for epoch => {1}".format(epoch, end_time - start_time))
[ 6738, 11593, 37443, 834, 1330, 3601, 62, 8818, 198, 198, 11748, 1822, 29572, 198, 11748, 33918, 198, 11748, 28686, 198, 6738, 4818, 8079, 1330, 4818, 8079, 198, 198, 11748, 299, 32152, 355, 45941, 198, 11748, 28034, 198, 11748, 28034, 13, 20471, 355, 299, 77, 198, 11748, 28034, 13, 20471, 13, 45124, 355, 376, 198, 11748, 28034, 13, 40085, 355, 6436, 198, 11748, 28034, 13, 26791, 13, 7890, 355, 1366, 198, 6738, 2746, 13, 27530, 1330, 19164, 37142, 198, 6738, 2975, 62, 19608, 292, 316, 1330, 10766, 9861, 5910, 27354, 292, 316, 11, 39230, 268, 316, 27354, 292, 316, 198, 6738, 28034, 13, 2306, 519, 6335, 1330, 35748, 198, 6738, 28034, 13, 40085, 13, 14050, 62, 1416, 704, 18173, 1330, 15237, 8600, 35972, 198, 6738, 3384, 4487, 13, 22462, 1330, 6372, 14539, 28338, 43, 793, 17, 67, 11, 285, 40, 78, 6239, 793, 198, 6738, 3384, 4487, 1330, 7736, 198, 6738, 3384, 4487, 1330, 48569, 62, 22602, 198, 6738, 3384, 4487, 13, 22602, 1330, 18397, 62, 69, 16, 198, 198, 834, 19608, 292, 316, 834, 796, 19779, 2777, 330, 268, 316, 1298, 39230, 268, 316, 27354, 292, 316, 11, 366, 22089, 4743, 5910, 1298, 10766, 9861, 5910, 27354, 292, 316, 92, 628, 198, 48610, 796, 1822, 29572, 13, 28100, 1713, 46677, 3419, 198, 48610, 13, 2860, 62, 49140, 7, 198, 220, 220, 220, 366, 438, 11250, 1600, 2672, 28, 17821, 11, 2099, 28, 2536, 11, 1037, 2625, 11250, 2393, 3108, 1, 198, 8, 198, 48610, 13, 2860, 62, 49140, 7, 198, 220, 220, 220, 366, 438, 19849, 62, 3672, 1600, 198, 220, 220, 220, 2672, 28, 17821, 11, 198, 220, 220, 220, 7747, 28, 82, 9741, 7, 33365, 37142, 13, 13083, 3419, 828, 198, 220, 220, 220, 1037, 2625, 5376, 286, 9104, 796, 23884, 1911, 18982, 7, 33365, 37142, 13, 13083, 3419, 828, 198, 8, 198, 48610, 13, 2860, 62, 49140, 7203, 438, 11201, 1600, 2672, 28, 17821, 11, 2099, 28, 2536, 11, 1037, 2625, 20468, 3681, 6530, 14, 43055, 4943, 198, 48610, 13, 2860, 62, 49140, 7, 198, 220, 220, 220, 366, 438, 411, 2454, 1600, 4277, 28, 14202, 11, 2099, 28, 2536, 11, 1037, 2625, 6978, 284, 3452, 26954, 357, 12286, 25, 6045, 16725, 198, 8, 198, 48610, 13, 2860, 62, 49140, 7, 198, 220, 220, 220, 366, 438, 19608, 292, 316, 1600, 198, 220, 220, 220, 2672, 28, 17821, 11, 198, 220, 220, 220, 7747, 28, 82, 9741, 7, 834, 19608, 292, 316, 834, 13, 13083, 3419, 828, 198, 220, 220, 220, 1037, 2625, 19738, 27039, 1438, 422, 23884, 13, 357, 12286, 25, 39230, 268, 316, 8, 1911, 18982, 7, 834, 19608, 292, 316, 834, 13, 13083, 3419, 828, 198, 8, 198, 48610, 13, 2860, 62, 49140, 7, 198, 220, 220, 220, 366, 438, 19849, 62, 46265, 22046, 1600, 198, 220, 220, 220, 4277, 34758, 5512, 198, 220, 220, 220, 2099, 28, 17752, 13, 46030, 11, 198, 220, 220, 220, 1037, 2625, 17143, 7307, 329, 262, 2746, 1600, 198, 8, 198, 48610, 13, 2860, 62, 49140, 7, 198, 220, 220, 220, 366, 438, 41684, 62, 9888, 62, 28764, 1600, 198, 220, 220, 220, 4277, 28, 17821, 11, 198, 220, 220, 220, 2099, 28, 22602, 13, 2536, 17, 30388, 11, 198, 220, 220, 220, 1037, 2625, 525, 687, 5021, 12, 9888, 17724, 357, 12286, 25, 6407, 42501, 198, 8, 198, 198, 22046, 796, 30751, 13, 29572, 62, 22046, 3419, 198, 11250, 796, 6045, 198, 198, 361, 26498, 13, 411, 2454, 318, 407, 6045, 25, 198, 220, 220, 220, 611, 26498, 13, 11250, 318, 407, 6045, 25, 198, 220, 220, 220, 220, 220, 220, 220, 3601, 7203, 20361, 25, 1377, 11250, 23170, 4651, 416, 1377, 411, 2454, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 4566, 796, 28034, 13, 2220, 7, 22046, 13, 411, 2454, 8, 14692, 11250, 8973, 198, 417, 361, 26498, 13, 11250, 318, 407, 6045, 25, 198, 220, 220, 220, 4566, 796, 33918, 13, 2220, 7, 9654, 7, 22046, 13, 11250, 4008, 198, 198, 30493, 4566, 318, 407, 6045, 198, 198, 22602, 13, 2617, 50, 2308, 7, 11250, 8, 198, 198, 23100, 3681, 62, 15908, 796, 28686, 13, 6978, 13, 22179, 7, 11250, 14692, 2213, 10613, 1, 7131, 1, 21928, 62, 15908, 33116, 26498, 13, 11201, 8, 198, 22602, 13, 641, 495, 62, 15908, 7, 23100, 3681, 62, 15908, 8, 198, 198, 21017, 11187, 2667, 13283, 198, 27432, 62, 7753, 796, 45144, 92, 14, 90, 92, 62, 27432, 62, 22462, 13, 14116, 1911, 18982, 7, 23100, 3681, 62, 15908, 11, 26498, 13, 19608, 292, 316, 8, 198, 9288, 62, 7753, 796, 45144, 92, 14, 90, 92, 62, 9288, 62, 22462, 13, 14116, 1911, 18982, 7, 23100, 3681, 62, 15908, 11, 26498, 13, 19608, 292, 316, 8, 198, 198, 27432, 62, 22462, 62, 7753, 796, 1280, 7, 27432, 62, 7753, 11, 366, 86, 4943, 198, 2100, 62, 22462, 62, 7753, 796, 1280, 7, 9288, 62, 7753, 11, 366, 86, 4943, 198, 198, 21017, 42375, 3395, 10466, 198, 27432, 62, 7753, 62, 9248, 796, 45144, 92, 14, 90, 92, 62, 27432, 62, 9248, 62, 22462, 13, 14116, 1911, 18982, 7, 23100, 3681, 62, 15908, 11, 26498, 13, 19608, 292, 316, 8, 198, 9288, 62, 7753, 62, 9248, 796, 45144, 92, 14, 90, 92, 62, 9288, 62, 9248, 62, 22462, 13, 14116, 1911, 18982, 7, 23100, 3681, 62, 15908, 11, 26498, 13, 19608, 292, 316, 8, 198, 198, 27432, 62, 22462, 62, 9248, 62, 7753, 796, 1280, 7, 27432, 62, 7753, 62, 9248, 11, 366, 26145, 1600, 657, 8, 198, 2100, 62, 22462, 62, 9248, 62, 7753, 796, 1280, 7, 9288, 62, 7753, 62, 9248, 11, 366, 26145, 1600, 657, 8, 198, 29113, 29113, 14468, 198, 22510, 62, 31197, 385, 796, 28034, 13, 66, 15339, 13, 25202, 62, 9127, 3419, 198, 198, 19849, 796, 19164, 37142, 58, 22046, 13, 19849, 62, 3672, 16151, 198, 220, 220, 220, 4566, 14692, 35943, 16, 62, 37724, 33116, 4566, 14692, 35943, 17, 62, 37724, 33116, 12429, 22046, 13, 19849, 62, 46265, 22046, 198, 8, 198, 198, 361, 997, 62, 31197, 385, 1875, 352, 25, 198, 220, 220, 220, 3601, 7203, 44357, 351, 3294, 32516, 37913, 30072, 1911, 18982, 7, 22510, 62, 31197, 385, 4008, 198, 220, 220, 220, 2746, 796, 299, 77, 13, 6601, 10044, 29363, 7, 19849, 737, 66, 15339, 3419, 198, 17772, 25, 198, 220, 220, 220, 3601, 7203, 28008, 327, 15339, 19081, 318, 1196, 1872, 540, 4943, 198, 220, 220, 220, 2746, 13, 66, 15339, 3419, 198, 29113, 29113, 14468, 198, 198, 21017, 8778, 16092, 292, 316, 422, 6808, 9483, 290, 493, 498, 1096, 6060, 17401, 198, 27432, 62, 29356, 796, 1366, 13, 6601, 17401, 7, 198, 220, 220, 220, 11593, 19608, 292, 316, 834, 58, 22046, 13, 19608, 292, 316, 16151, 198, 220, 220, 220, 220, 220, 220, 220, 4566, 14692, 27432, 62, 19608, 292, 316, 33116, 198, 220, 220, 220, 220, 220, 220, 220, 9403, 28, 11250, 14692, 28826, 33116, 198, 220, 220, 220, 220, 220, 220, 220, 318, 62, 27432, 28, 17821, 11, 198, 220, 220, 220, 220, 220, 220, 220, 5021, 62, 9888, 62, 28764, 28, 22046, 13, 41684, 62, 9888, 62, 28764, 11, 198, 220, 220, 220, 10612, 198, 220, 220, 220, 15458, 62, 7857, 28, 11250, 14692, 27432, 62, 43501, 62, 7857, 33116, 198, 220, 220, 220, 997, 62, 22896, 28, 23, 11, 198, 220, 220, 220, 36273, 28, 17821, 11, 198, 220, 220, 220, 6757, 62, 31673, 28, 25101, 11, 198, 8, 198, 198, 2100, 62, 29356, 796, 1366, 13, 6601, 17401, 7, 198, 220, 220, 220, 11593, 19608, 292, 316, 834, 58, 22046, 13, 19608, 292, 316, 16151, 198, 220, 220, 220, 220, 220, 220, 220, 4566, 14692, 2100, 62, 19608, 292, 316, 33116, 198, 220, 220, 220, 220, 220, 220, 220, 9403, 28, 11250, 14692, 28826, 33116, 198, 220, 220, 220, 220, 220, 220, 220, 318, 62, 27432, 28, 25101, 11, 198, 220, 220, 220, 220, 220, 220, 220, 5021, 62, 9888, 62, 28764, 28, 22046, 13, 41684, 62, 9888, 62, 28764, 11, 198, 220, 220, 220, 10612, 198, 220, 220, 220, 15458, 62, 7857, 28, 11250, 14692, 2100, 62, 43501, 62, 7857, 33116, 198, 220, 220, 220, 997, 62, 22896, 28, 23, 11, 198, 220, 220, 220, 36273, 28, 25101, 11, 198, 220, 220, 220, 6757, 62, 31673, 28, 25101, 11, 198, 8, 198, 198, 4798, 7203, 44357, 351, 27039, 5218, 23884, 1911, 18982, 7, 27432, 62, 29356, 13, 19608, 292, 316, 13, 834, 4871, 834, 13, 834, 3672, 834, 4008, 198, 29113, 29113, 14468, 198, 198, 13466, 62, 4134, 23843, 796, 657, 198, 13466, 62, 11632, 280, 796, 657, 198, 9688, 62, 538, 5374, 796, 352, 198, 23350, 62, 538, 5374, 82, 796, 4566, 14692, 2213, 10613, 1, 7131, 1, 23350, 62, 538, 5374, 82, 8973, 198, 40085, 7509, 796, 6436, 13, 38475, 35, 7, 198, 220, 220, 220, 2746, 13, 17143, 7307, 22784, 300, 81, 28, 11250, 14692, 40085, 7509, 1, 7131, 1, 14050, 33116, 12858, 28, 15, 13, 24, 11, 3463, 62, 12501, 323, 28, 15, 13, 830, 20, 198, 8, 198, 198, 361, 26498, 13, 411, 2454, 318, 407, 6045, 25, 198, 220, 220, 220, 3601, 7203, 19031, 422, 4683, 10029, 45, 290, 23345, 19590, 284, 2555, 1106, 4943, 198, 220, 220, 220, 26954, 796, 28034, 13, 2220, 7, 22046, 13, 411, 2454, 8, 198, 220, 220, 220, 923, 62, 538, 5374, 796, 26954, 14692, 538, 5374, 8973, 1343, 352, 198, 220, 220, 220, 1266, 62, 11632, 280, 796, 26954, 14692, 11632, 280, 8973, 198, 220, 220, 220, 1303, 1185, 62, 1845, 29363, 62, 11600, 796, 7736, 13, 1136, 47, 7063, 293, 75, 26245, 9012, 35, 713, 7, 9122, 4122, 17816, 5219, 62, 11600, 6, 12962, 198, 220, 220, 220, 1303, 2746, 13, 2220, 62, 5219, 62, 11600, 7, 14269, 62, 1845, 29363, 62, 11600, 8, 198, 220, 220, 220, 2746, 13, 2220, 62, 5219, 62, 11600, 7, 9122, 4122, 14692, 5219, 62, 11600, 8973, 8, 198, 220, 220, 220, 6436, 7509, 13, 2220, 62, 5219, 62, 11600, 7, 9122, 4122, 14692, 40085, 7509, 8973, 8, 198, 17772, 25, 198, 220, 220, 220, 7736, 13, 43775, 62, 15003, 7, 19849, 11, 10107, 62, 28826, 28, 11250, 14692, 28826, 8973, 8, 198, 198, 85, 528, 62, 22602, 13, 49736, 7, 19849, 11, 3601, 62, 998, 28, 25101, 8, 198, 198, 1416, 704, 18173, 796, 15237, 8600, 35972, 7, 198, 220, 220, 220, 6436, 7509, 11, 198, 220, 220, 220, 41926, 28, 18206, 7, 11250, 14692, 40085, 7509, 1, 7131, 1, 14050, 62, 14781, 62, 538, 5374, 8973, 828, 198, 220, 220, 220, 34236, 28, 11250, 14692, 40085, 7509, 1, 7131, 1, 14050, 62, 9662, 33116, 198, 8, 628, 198, 43775, 796, 28034, 13, 1952, 7, 11250, 14692, 35943, 16, 62, 37724, 8973, 737, 66, 15339, 3419, 198, 361, 4566, 14692, 35943, 16, 62, 6551, 8973, 1279, 352, 25, 198, 220, 220, 220, 3601, 7203, 29197, 82, 389, 26356, 19570, 198, 220, 220, 220, 19590, 58, 15, 60, 796, 352, 532, 4566, 14692, 35943, 16, 62, 6551, 8973, 198, 220, 220, 220, 19590, 58, 16, 60, 796, 4566, 14692, 35943, 16, 62, 6551, 8973, 628, 198, 43775, 62, 27787, 796, 28034, 13, 1952, 7, 11250, 14692, 35943, 17, 62, 37724, 8973, 737, 66, 15339, 3419, 198, 361, 4566, 14692, 35943, 17, 62, 6551, 8973, 1279, 352, 25, 198, 220, 220, 220, 3601, 7203, 29197, 18333, 389, 26356, 19570, 198, 220, 220, 220, 19590, 62, 27787, 58, 12, 16, 60, 796, 4566, 14692, 35943, 17, 62, 6551, 8973, 628, 198, 9248, 62, 22462, 796, 6372, 14539, 28338, 43, 793, 17, 67, 7, 198, 220, 220, 220, 3463, 28, 43775, 62, 27787, 11, 2546, 62, 23913, 28, 17821, 11, 8856, 62, 9630, 28, 13381, 11, 4646, 28, 17821, 198, 737, 66, 15339, 3419, 198, 6344, 62, 22462, 796, 285, 40, 78, 6239, 793, 7, 198, 220, 220, 220, 3463, 28, 43775, 11, 2546, 62, 23913, 28, 17821, 11, 299, 62, 37724, 28, 11250, 14692, 35943, 16, 62, 37724, 8973, 198, 737, 66, 15339, 3419, 628, 198, 198, 1640, 36835, 287, 2837, 7, 15, 11, 352, 2599, 198, 220, 220, 220, 923, 62, 2435, 796, 4818, 8079, 13, 2197, 3419, 198, 220, 220, 220, 1303, 6038, 18173, 13, 9662, 7, 538, 5374, 8, 198, 220, 220, 220, 1303, 3601, 7203, 59, 77, 44357, 4551, 5374, 25, 4064, 67, 1, 4064, 36835, 8, 198, 220, 220, 220, 1303, 4512, 7, 538, 5374, 8, 198, 220, 220, 220, 1303, 611, 36835, 4064, 4566, 14692, 2213, 10613, 1, 7131, 1, 9288, 62, 19503, 80, 8973, 6624, 657, 25, 198, 220, 220, 220, 1303, 329, 1312, 287, 2837, 7, 11442, 11, 14686, 2599, 198, 220, 220, 220, 3601, 7203, 59, 77, 44154, 4551, 5374, 25, 4064, 67, 1, 4064, 36835, 8, 198, 220, 220, 220, 1188, 62, 22462, 796, 1332, 7, 538, 5374, 8, 628, 220, 220, 220, 886, 62, 2435, 796, 4818, 8079, 13, 2197, 3419, 198, 220, 220, 220, 3601, 7203, 7575, 2574, 28361, 329, 36835, 5218, 1391, 16, 92, 1911, 18982, 7, 538, 5374, 11, 886, 62, 2435, 532, 923, 62, 2435, 4008, 198 ]
2.695652
2,162
#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ Plot one example with generated data """ from vrmslearn.ModelParameters import ModelParameters from vrmslearn.SeismicGenerator import SeismicGenerator, mute_direct, random_time_scaling, random_noise, random_static import argparse import matplotlib.pyplot as plt import numpy as np import os from shutil import rmtree import h5py as h5 def plot_one_example(modeled_data, vrms, vp, tlabels, pars): """ This method creates one example by generating a random velocity model, modeling a shot record with it, and also computes the vrms. The three results are displayed side by side in an window. @params: @returns: """ # Plot results fig, ax = plt.subplots(1, 3, figsize=[16, 8]) im1 = ax[0].imshow(vp, cmap=plt.get_cmap('hot'), aspect='auto', vmin=0.9 * pars.vp_min, vmax=1.1 * pars.vp_max) ax[0].set_xlabel("X Cell Index," + " dh = " + str(pars.dh) + " m", fontsize=12, fontweight='normal') ax[0].set_ylabel("Z Cell Index," + " dh = " + str(pars.dh) + " m", fontsize=12, fontweight='normal') ax[0].set_title("P Interval Velocity", fontsize=16, fontweight='bold') p = ax[0].get_position().get_points().flatten() axis_cbar = fig.add_axes([p[0], 0.03, p[2] - p[0], 0.02]) plt.colorbar(im1, cax=axis_cbar, orientation='horizontal') clip = 0.1 vmax = np.max(modeled_data) * clip vmin = -vmax ax[1].imshow(modeled_data, interpolation='bilinear', cmap=plt.get_cmap('Greys'), vmin=vmin, vmax=vmax, aspect='auto') refpred = [ii for ii, t in enumerate(tlabels) if t == 1] if pars.minoffset == 0: toff = np.zeros(len(refpred)) + int(modeled_data.shape[1]/2)-2 else: toff = np.zeros(len(refpred)) ax[1].plot(toff, refpred, 'r*') ax[1].set_xlabel("Receiver Index", fontsize=12, fontweight='normal') ax[1].set_ylabel("Time Index," + " dt = " + str(pars.dt * 1000 * pars.resampling) + " ms", fontsize=12, fontweight='normal') ax[1].set_title("Shot Gather", fontsize=16, fontweight='bold') ax[2].plot(vrms * (pars.vp_max-pars.vp_min) + pars.vp_min, np.arange(0, len(vrms))) ax[2].invert_yaxis() ax[2].set_ylim(top=0, bottom=len(vrms)) ax[2].set_xlim(0.9 * pars.vp_min, 1.1 * pars.vp_max) ax[2].set_xlabel("RMS Velocity (m/s)", fontsize=12, fontweight='normal') ax[2].set_ylabel("Time Index," + " dt = " + str(pars.dt * 1000 * pars.resampling) + " ms", fontsize=12, fontweight='normal') ax[2].set_title("P RMS Velocity", fontsize=16, fontweight='bold') plt.show() if __name__ == "__main__": parser = argparse.ArgumentParser() # Add arguments to parse parser.add_argument("-l", "--nlayers", type=int, default=12, help="number of layers : int > 0, default = 0") parser.add_argument("-d", "--device", type=int, default=4, help="device type : int = 2 or 4, default = 2") parser.add_argument("-f", "--filename", type=str, default="", help="name of the file containing the example") # Parse the input args = parser.parse_args() pars = ModelParameters() pars.dh = 6.25 pars.peak_freq = 26 pars.NX = 692*2 pars.NZ = 752*2 pars.dt = 0.0004 pars.NT = int(8.0 / pars.dt) pars.resampling = 10 pars.dg = 8 pars.gmin = int(470 / pars.dh) pars.gmax = int((470 + 72 * pars.dg * pars.dh) / pars.dh) pars.minoffset = 470 pars.vp_min = 1300.0 # maximum value of vp (in m/s) pars.vp_max = 4000.0 # minimum value of vp (in m/s) pars.marine = True pars.velwater = 1500 pars.d_velwater = 60 pars.water_depth = 3500 pars.dwater_depth = 1000 pars.fs = False pars.source_depth = (pars.Npad + 4) * pars.dh pars.receiver_depth = (pars.Npad + 4) * pars.dh pars.identify_direct = False pars.random_time_scaling = True gen = SeismicGenerator(pars) if args.filename is "": workdir = "./seiscl_workdir" if not os.path.isdir(workdir): os.mkdir(workdir) data, vrms, vp, valid, tlabels = gen.compute_example(workdir=workdir) if os.path.isdir(workdir): rmtree(workdir) else: file = h5.File(args.filename, "r") data = file['data'][:] vrms = file['vrms'][:] vp = file['vp'][:] valid = file['valid'][:] tlabels = file['tlabels'][:] file.close() vp = np.stack([vp] * vp.shape[0], axis=1) data = mute_direct(data, vp[0, 0], pars) data = random_time_scaling(data, pars.dt * pars.resampling, emin=-2, emax=2) data = random_noise(data, 0.02) random_static(data, 2) plot_one_example(data, vrms, vp, tlabels, pars)
[ 2, 48443, 14629, 14, 8800, 14, 24330, 21015, 18, 198, 2, 532, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12, 198, 37811, 198, 43328, 530, 1672, 351, 7560, 1366, 198, 37811, 198, 198, 6738, 410, 81, 907, 35720, 13, 17633, 48944, 1330, 9104, 48944, 198, 6738, 410, 81, 907, 35720, 13, 4653, 1042, 291, 8645, 1352, 1330, 1001, 1042, 291, 8645, 1352, 11, 38723, 62, 12942, 11, 4738, 62, 2435, 62, 1416, 4272, 11, 4738, 62, 3919, 786, 11, 4738, 62, 12708, 198, 11748, 1822, 29572, 198, 11748, 2603, 29487, 8019, 13, 9078, 29487, 355, 458, 83, 198, 11748, 299, 32152, 355, 45941, 198, 11748, 28686, 198, 6738, 4423, 346, 1330, 374, 16762, 631, 198, 11748, 289, 20, 9078, 355, 289, 20, 198, 198, 4299, 7110, 62, 505, 62, 20688, 7, 4666, 18449, 62, 7890, 11, 410, 81, 907, 11, 410, 79, 11, 256, 23912, 1424, 11, 13544, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 770, 2446, 8075, 530, 1672, 416, 15453, 257, 4738, 15432, 2746, 11, 198, 220, 220, 220, 21128, 257, 2823, 1700, 351, 340, 11, 290, 635, 552, 1769, 262, 410, 81, 907, 13, 383, 1115, 198, 220, 220, 220, 2482, 389, 9066, 1735, 416, 1735, 287, 281, 4324, 13, 628, 220, 220, 220, 2488, 37266, 25, 628, 220, 220, 220, 2488, 7783, 82, 25, 198, 220, 220, 220, 37227, 628, 220, 220, 220, 1303, 28114, 2482, 198, 220, 220, 220, 2336, 11, 7877, 796, 458, 83, 13, 7266, 489, 1747, 7, 16, 11, 513, 11, 2336, 7857, 41888, 1433, 11, 807, 12962, 628, 220, 220, 220, 545, 16, 796, 7877, 58, 15, 4083, 320, 12860, 7, 36133, 11, 269, 8899, 28, 489, 83, 13, 1136, 62, 66, 8899, 10786, 8940, 33809, 4843, 11639, 23736, 3256, 410, 1084, 28, 15, 13, 24, 1635, 13544, 13, 36133, 62, 1084, 11, 410, 9806, 28, 16, 13, 16, 1635, 13544, 13, 36133, 62, 9806, 8, 198, 220, 220, 220, 7877, 58, 15, 4083, 2617, 62, 87, 18242, 7203, 55, 12440, 12901, 553, 1343, 366, 34590, 796, 366, 1343, 965, 7, 79, 945, 13, 34985, 8, 1343, 366, 285, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 10369, 7857, 28, 1065, 11, 10369, 6551, 11639, 11265, 11537, 198, 220, 220, 220, 7877, 58, 15, 4083, 2617, 62, 2645, 9608, 7203, 57, 12440, 12901, 553, 1343, 366, 34590, 796, 366, 1343, 965, 7, 79, 945, 13, 34985, 8, 1343, 366, 285, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 10369, 7857, 28, 1065, 11, 10369, 6551, 11639, 11265, 11537, 198, 220, 220, 220, 7877, 58, 15, 4083, 2617, 62, 7839, 7203, 47, 4225, 2100, 43137, 1600, 10369, 7857, 28, 1433, 11, 10369, 6551, 11639, 36575, 11537, 198, 220, 220, 220, 279, 796, 7877, 58, 15, 4083, 1136, 62, 9150, 22446, 1136, 62, 13033, 22446, 2704, 41769, 3419, 198, 220, 220, 220, 16488, 62, 66, 5657, 796, 2336, 13, 2860, 62, 897, 274, 26933, 79, 58, 15, 4357, 657, 13, 3070, 11, 279, 58, 17, 60, 532, 279, 58, 15, 4357, 657, 13, 2999, 12962, 198, 220, 220, 220, 458, 83, 13, 8043, 5657, 7, 320, 16, 11, 269, 897, 28, 22704, 62, 66, 5657, 11, 12852, 11639, 17899, 38342, 11537, 628, 220, 220, 220, 10651, 796, 657, 13, 16, 198, 220, 220, 220, 410, 9806, 796, 45941, 13, 9806, 7, 4666, 18449, 62, 7890, 8, 1635, 10651, 198, 220, 220, 220, 410, 1084, 796, 532, 85, 9806, 628, 220, 220, 220, 7877, 58, 16, 4083, 320, 12860, 7, 4666, 18449, 62, 7890, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 39555, 341, 11639, 33473, 259, 451, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 269, 8899, 28, 489, 83, 13, 1136, 62, 66, 8899, 10786, 43887, 893, 33809, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 410, 1084, 28, 85, 1084, 11, 410, 9806, 28, 85, 9806, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4843, 11639, 23736, 11537, 628, 220, 220, 220, 1006, 28764, 796, 685, 4178, 329, 21065, 11, 256, 287, 27056, 378, 7, 83, 23912, 1424, 8, 611, 256, 6624, 352, 60, 198, 220, 220, 220, 611, 13544, 13, 1084, 28968, 6624, 657, 25, 198, 220, 220, 220, 220, 220, 220, 220, 284, 487, 796, 45941, 13, 9107, 418, 7, 11925, 7, 5420, 28764, 4008, 1343, 493, 7, 4666, 18449, 62, 7890, 13, 43358, 58, 16, 60, 14, 17, 13219, 17, 198, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 284, 487, 796, 45941, 13, 9107, 418, 7, 11925, 7, 5420, 28764, 4008, 198, 220, 220, 220, 7877, 58, 16, 4083, 29487, 7, 1462, 487, 11, 1006, 28764, 11, 705, 81, 9, 11537, 628, 220, 220, 220, 7877, 58, 16, 4083, 2617, 62, 87, 18242, 7203, 3041, 39729, 12901, 1600, 10369, 7857, 28, 1065, 11, 10369, 6551, 11639, 11265, 11537, 198, 220, 220, 220, 7877, 58, 16, 4083, 2617, 62, 2645, 9608, 7203, 7575, 12901, 553, 1343, 366, 288, 83, 796, 366, 1343, 965, 7, 79, 945, 13, 28664, 1635, 8576, 1635, 13544, 13, 411, 321, 11347, 8, 1343, 366, 13845, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 10369, 7857, 28, 1065, 11, 10369, 6551, 11639, 11265, 11537, 198, 220, 220, 220, 7877, 58, 16, 4083, 2617, 62, 7839, 7203, 28512, 402, 1032, 1600, 10369, 7857, 28, 1433, 11, 10369, 6551, 11639, 36575, 11537, 628, 220, 220, 220, 7877, 58, 17, 4083, 29487, 7, 37020, 907, 1635, 357, 79, 945, 13, 36133, 62, 9806, 12, 79, 945, 13, 36133, 62, 1084, 8, 1343, 13544, 13, 36133, 62, 1084, 11, 45941, 13, 283, 858, 7, 15, 11, 18896, 7, 37020, 907, 22305, 198, 220, 220, 220, 7877, 58, 17, 4083, 259, 1851, 62, 88, 22704, 3419, 198, 220, 220, 220, 7877, 58, 17, 4083, 2617, 62, 88, 2475, 7, 4852, 28, 15, 11, 4220, 28, 11925, 7, 37020, 907, 4008, 198, 220, 220, 220, 7877, 58, 17, 4083, 2617, 62, 87, 2475, 7, 15, 13, 24, 1635, 13544, 13, 36133, 62, 1084, 11, 352, 13, 16, 1635, 13544, 13, 36133, 62, 9806, 8, 198, 220, 220, 220, 7877, 58, 17, 4083, 2617, 62, 87, 18242, 7203, 49, 5653, 43137, 357, 76, 14, 82, 42501, 10369, 7857, 28, 1065, 11, 10369, 6551, 11639, 11265, 11537, 198, 220, 220, 220, 7877, 58, 17, 4083, 2617, 62, 2645, 9608, 7203, 7575, 12901, 553, 1343, 366, 288, 83, 796, 366, 1343, 965, 7, 79, 945, 13, 28664, 1635, 8576, 1635, 13544, 13, 411, 321, 11347, 8, 1343, 366, 13845, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 10369, 7857, 28, 1065, 11, 10369, 6551, 11639, 11265, 11537, 198, 220, 220, 220, 7877, 58, 17, 4083, 2617, 62, 7839, 7203, 47, 371, 5653, 43137, 1600, 10369, 7857, 28, 1433, 11, 10369, 6551, 11639, 36575, 11537, 628, 220, 220, 220, 458, 83, 13, 12860, 3419, 628, 198, 361, 11593, 3672, 834, 6624, 366, 834, 12417, 834, 1298, 198, 220, 220, 220, 220, 198, 220, 220, 220, 30751, 796, 1822, 29572, 13, 28100, 1713, 46677, 3419, 628, 220, 220, 220, 1303, 3060, 7159, 284, 21136, 198, 220, 220, 220, 30751, 13, 2860, 62, 49140, 7203, 12, 75, 1600, 366, 438, 21283, 6962, 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, 2099, 28, 600, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 28, 1065, 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, 1037, 2625, 17618, 286, 11685, 1058, 493, 1875, 657, 11, 4277, 796, 657, 4943, 198, 220, 220, 220, 30751, 13, 2860, 62, 49140, 7203, 12, 67, 1600, 366, 438, 25202, 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, 2099, 28, 600, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 28, 19, 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, 1037, 2625, 25202, 2099, 1058, 493, 796, 362, 393, 604, 11, 4277, 796, 362, 4943, 198, 220, 220, 220, 30751, 13, 2860, 62, 49140, 7203, 12, 69, 1600, 366, 438, 34345, 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, 2099, 28, 2536, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4277, 2625, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1037, 2625, 3672, 286, 262, 2393, 7268, 262, 1672, 4943, 628, 220, 220, 220, 1303, 2547, 325, 262, 5128, 198, 220, 220, 220, 26498, 796, 30751, 13, 29572, 62, 22046, 3419, 628, 220, 220, 220, 13544, 796, 9104, 48944, 3419, 198, 220, 220, 220, 13544, 13, 34985, 796, 718, 13, 1495, 198, 220, 220, 220, 13544, 13, 36729, 62, 19503, 80, 796, 2608, 198, 220, 220, 220, 13544, 13, 45, 55, 796, 718, 5892, 9, 17, 198, 220, 220, 220, 13544, 13, 37371, 796, 767, 4309, 9, 17, 198, 220, 220, 220, 13544, 13, 28664, 796, 657, 13, 830, 19, 198, 220, 220, 220, 13544, 13, 11251, 796, 493, 7, 23, 13, 15, 1220, 13544, 13, 28664, 8, 198, 220, 220, 220, 13544, 13, 411, 321, 11347, 796, 838, 198, 220, 220, 220, 220, 198, 220, 220, 220, 13544, 13, 67, 70, 796, 807, 198, 220, 220, 220, 13544, 13, 70, 1084, 796, 493, 7, 27790, 1220, 13544, 13, 34985, 8, 198, 220, 220, 220, 13544, 13, 70, 9806, 796, 493, 19510, 27790, 1343, 7724, 1635, 13544, 13, 67, 70, 1635, 13544, 13, 34985, 8, 1220, 13544, 13, 34985, 8, 198, 220, 220, 220, 13544, 13, 1084, 28968, 796, 38634, 198, 220, 220, 220, 220, 198, 220, 220, 220, 13544, 13, 36133, 62, 1084, 796, 36058, 13, 15, 220, 1303, 5415, 1988, 286, 410, 79, 357, 259, 285, 14, 82, 8, 198, 220, 220, 220, 13544, 13, 36133, 62, 9806, 796, 30123, 13, 15, 220, 1303, 5288, 1988, 286, 410, 79, 357, 259, 285, 14, 82, 8, 198, 220, 220, 220, 220, 198, 220, 220, 220, 13544, 13, 42380, 796, 6407, 198, 220, 220, 220, 13544, 13, 626, 7050, 796, 20007, 198, 220, 220, 220, 13544, 13, 67, 62, 626, 7050, 796, 3126, 198, 220, 220, 220, 13544, 13, 7050, 62, 18053, 796, 3439, 405, 198, 220, 220, 220, 13544, 13, 67, 7050, 62, 18053, 796, 8576, 198, 220, 220, 220, 220, 198, 220, 220, 220, 13544, 13, 9501, 796, 10352, 198, 220, 220, 220, 13544, 13, 10459, 62, 18053, 796, 357, 79, 945, 13, 45, 15636, 1343, 604, 8, 1635, 13544, 13, 34985, 198, 220, 220, 220, 13544, 13, 260, 39729, 62, 18053, 796, 357, 79, 945, 13, 45, 15636, 1343, 604, 8, 1635, 13544, 13, 34985, 198, 220, 220, 220, 13544, 13, 738, 1958, 62, 12942, 796, 10352, 198, 220, 220, 220, 220, 198, 220, 220, 220, 13544, 13, 25120, 62, 2435, 62, 1416, 4272, 796, 6407, 198, 220, 220, 220, 220, 198, 220, 220, 220, 2429, 796, 1001, 1042, 291, 8645, 1352, 7, 79, 945, 8, 198, 220, 220, 220, 611, 26498, 13, 34345, 318, 366, 1298, 198, 220, 220, 220, 220, 220, 220, 220, 670, 15908, 796, 366, 19571, 325, 271, 565, 62, 1818, 15908, 1, 198, 220, 220, 220, 220, 220, 220, 220, 611, 407, 28686, 13, 6978, 13, 9409, 343, 7, 1818, 15908, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 28686, 13, 28015, 15908, 7, 1818, 15908, 8, 198, 220, 220, 220, 220, 220, 220, 220, 1366, 11, 410, 81, 907, 11, 410, 79, 11, 4938, 11, 256, 23912, 1424, 796, 2429, 13, 5589, 1133, 62, 20688, 7, 1818, 15908, 28, 1818, 15908, 8, 198, 220, 220, 220, 220, 220, 220, 220, 611, 28686, 13, 6978, 13, 9409, 343, 7, 1818, 15908, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 374, 16762, 631, 7, 1818, 15908, 8, 198, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 2393, 796, 289, 20, 13, 8979, 7, 22046, 13, 34345, 11, 366, 81, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 1366, 796, 2393, 17816, 7890, 6, 7131, 47715, 198, 220, 220, 220, 220, 220, 220, 220, 410, 81, 907, 796, 2393, 17816, 37020, 907, 6, 7131, 47715, 198, 220, 220, 220, 220, 220, 220, 220, 410, 79, 796, 2393, 17816, 36133, 6, 7131, 47715, 198, 220, 220, 220, 220, 220, 220, 220, 4938, 796, 2393, 17816, 12102, 6, 7131, 47715, 198, 220, 220, 220, 220, 220, 220, 220, 256, 23912, 1424, 796, 2393, 17816, 83, 23912, 1424, 6, 7131, 47715, 198, 220, 220, 220, 220, 220, 220, 220, 2393, 13, 19836, 3419, 198, 220, 220, 220, 220, 198, 220, 220, 220, 410, 79, 796, 45941, 13, 25558, 26933, 36133, 60, 1635, 410, 79, 13, 43358, 58, 15, 4357, 16488, 28, 16, 8, 198, 220, 220, 220, 1366, 796, 38723, 62, 12942, 7, 7890, 11, 410, 79, 58, 15, 11, 657, 4357, 13544, 8, 198, 220, 220, 220, 1366, 796, 4738, 62, 2435, 62, 1416, 4272, 7, 7890, 11, 13544, 13, 28664, 1635, 13544, 13, 411, 321, 11347, 11, 795, 259, 10779, 17, 11, 795, 897, 28, 17, 8, 198, 220, 220, 220, 1366, 796, 4738, 62, 3919, 786, 7, 7890, 11, 657, 13, 2999, 8, 198, 220, 220, 220, 4738, 62, 12708, 7, 7890, 11, 362, 8, 198, 220, 220, 220, 7110, 62, 505, 62, 20688, 7, 7890, 11, 410, 81, 907, 11, 410, 79, 11, 256, 23912, 1424, 11, 13544, 8, 628 ]
2.081549
2,428
#!/usr/bin/env python3 import os import sys import argparse import datetime import textwrap import requests import json import csv import urllib from pprint import pprint from settings import OMICSDI, OMICSDI_HEADERS, PATHS DATA = [] def request_url(URL): """Request URL and return JSON payload""" r = requests.get(URL) if r.status_code == requests.codes.ok: return json.loads(r.text) else: r.raise_for_status() def get_arrayexpress_datasets(dataset, search_data): """Custom extractor for Arrayexpress datasets""" for d in search_data['datasets']: did = d["id"] sub_dir = did.split('-')[1] pubDate = datetime.datetime.strptime(d["publicationDate"], '%Y%m%d') row = { 'dataset': dataset, 'id': did, 'pub_date': datetime.datetime.strftime(pubDate, '%Y-%m-%d'), 'dataset_url': OMICSDI[dataset]['dataset_url'].format(did), 'omicsdi_url': OMICSDI[dataset]['omicsdi_url'].format(did), 'omicsdi_api_url': OMICSDI[dataset]['omicsdi_api_url'].format(did), 'local_path': PATHS[dataset]['file'][0].format("/".join([sub_dir, did])) } DATA.append(row) def get_pride_datasets(dataset, search_data): """Custom extractor for PRIDE datasets""" # TODO: Extract external links from individual dataset json file_versions for d in search_data['datasets']: did = d["id"] pubDate = datetime.datetime.strptime(d["publicationDate"], '%Y%m%d') local_path_postfix = "/".join([str(pubDate.year), str(pubDate.month), did]) row = { 'dataset': dataset, 'id': did, 'pub_date': datetime.datetime.strftime(pubDate, '%Y-%m-%d'), 'dataset_url': OMICSDI[dataset]['dataset_url'].format(did), 'omicsdi_url': OMICSDI[dataset]['omicsdi_url'].format(did), 'omicsdi_api_url': OMICSDI[dataset]['omicsdi_api_url'].format(did), 'local_path': PATHS[dataset]['file'][0].format(local_path_postfix) } DATA.append(row) def get_generic_datasets(dataset, search_data): """Generic extractor for datasets""" for d in search_data['datasets']: did = d["id"] pubDate = datetime.datetime.strptime(d["publicationDate"], '%Y%m%d') row = { 'dataset': dataset, 'id': did, 'pub_date': datetime.datetime.strftime(pubDate, '%Y-%m-%d'), 'dataset_url': OMICSDI[dataset]['dataset_url'].format(did), 'omicsdi_url': OMICSDI[dataset]['omicsdi_url'].format(did), 'omicsdi_api_url': OMICSDI[dataset]['omicsdi_api_url'].format(did), 'local_path': PATHS[dataset]['file'][0].format(did) } DATA.append(row) def get_datasets(dataset=None, start=0, size=100): """Request dataset pages from OMICSDI""" URL = OMICSDI['base_url'] query = urllib.parse.quote_plus(OMICSDI[dataset]['query']) URL = URL + "&".join(["query=%s" % query, "start=%s" % start, "size=%s" % size]) search_data = request_url(URL) count = search_data['count'] percent_left = (start+100) / count print("Requested: {} ({:.2%} completed)".format(URL, percent_left)) if dataset == "pride": get_pride_datasets(dataset, search_data) elif dataset == "arrayexpress": get_arrayexpress_datasets(dataset, search_data) else: get_generic_datasets(dataset, search_data) if count > start+100: get_datasets(dataset, start+100, size) def export_csv(dataset, output): """Export dataset extract as CSV""" filename = '%s/%s.csv' % (output, dataset) with open(filename, 'w') as csvfile: writer = csv.DictWriter(csvfile, fieldnames=OMICSDI_HEADERS) writer.writeheader() writer.writerows(DATA) if __name__ == "__main__": main()
[ 2, 48443, 14629, 14, 8800, 14, 24330, 21015, 18, 198, 198, 11748, 28686, 198, 11748, 25064, 198, 11748, 1822, 29572, 198, 11748, 4818, 8079, 198, 11748, 2420, 37150, 198, 11748, 7007, 198, 11748, 33918, 198, 11748, 269, 21370, 198, 11748, 2956, 297, 571, 198, 6738, 279, 4798, 1330, 279, 4798, 198, 6738, 6460, 1330, 32468, 2149, 10305, 40, 11, 32468, 2149, 10305, 40, 62, 37682, 4877, 11, 28748, 7998, 628, 198, 26947, 796, 17635, 198, 198, 4299, 2581, 62, 6371, 7, 21886, 2599, 198, 220, 37227, 18453, 10289, 290, 1441, 19449, 21437, 37811, 198, 220, 374, 796, 7007, 13, 1136, 7, 21886, 8, 198, 220, 611, 374, 13, 13376, 62, 8189, 6624, 7007, 13, 40148, 13, 482, 25, 198, 220, 220, 220, 1441, 33918, 13, 46030, 7, 81, 13, 5239, 8, 198, 220, 2073, 25, 198, 220, 220, 220, 374, 13, 40225, 62, 1640, 62, 13376, 3419, 198, 198, 4299, 651, 62, 18747, 42712, 62, 19608, 292, 1039, 7, 19608, 292, 316, 11, 2989, 62, 7890, 2599, 198, 220, 37227, 15022, 7925, 273, 329, 15690, 42712, 40522, 37811, 198, 220, 329, 288, 287, 2989, 62, 7890, 17816, 19608, 292, 1039, 6, 5974, 198, 220, 220, 220, 750, 796, 288, 14692, 312, 8973, 198, 220, 220, 220, 850, 62, 15908, 796, 750, 13, 35312, 10786, 12, 11537, 58, 16, 60, 198, 220, 220, 220, 2240, 10430, 796, 4818, 8079, 13, 19608, 8079, 13, 2536, 457, 524, 7, 67, 14692, 11377, 341, 10430, 33116, 705, 4, 56, 4, 76, 4, 67, 11537, 198, 220, 220, 220, 5752, 796, 1391, 198, 220, 220, 220, 220, 220, 705, 19608, 292, 316, 10354, 27039, 11, 198, 220, 220, 220, 220, 220, 705, 312, 10354, 750, 11, 198, 220, 220, 220, 220, 220, 705, 12984, 62, 4475, 10354, 4818, 8079, 13, 19608, 8079, 13, 2536, 31387, 7, 12984, 10430, 11, 705, 4, 56, 12, 4, 76, 12, 4, 67, 33809, 198, 220, 220, 220, 220, 220, 705, 19608, 292, 316, 62, 6371, 10354, 32468, 2149, 10305, 40, 58, 19608, 292, 316, 7131, 6, 19608, 292, 316, 62, 6371, 6, 4083, 18982, 7, 20839, 828, 198, 220, 220, 220, 220, 220, 705, 31994, 10989, 62, 6371, 10354, 32468, 2149, 10305, 40, 58, 19608, 292, 316, 7131, 6, 31994, 10989, 62, 6371, 6, 4083, 18982, 7, 20839, 828, 198, 220, 220, 220, 220, 220, 705, 31994, 10989, 62, 15042, 62, 6371, 10354, 32468, 2149, 10305, 40, 58, 19608, 292, 316, 7131, 6, 31994, 10989, 62, 15042, 62, 6371, 6, 4083, 18982, 7, 20839, 828, 198, 220, 220, 220, 220, 220, 705, 12001, 62, 6978, 10354, 28748, 7998, 58, 19608, 292, 316, 7131, 6, 7753, 6, 7131, 15, 4083, 18982, 7203, 14, 1911, 22179, 26933, 7266, 62, 15908, 11, 750, 60, 4008, 198, 220, 220, 220, 1782, 198, 220, 220, 220, 42865, 13, 33295, 7, 808, 8, 198, 198, 4299, 651, 62, 1050, 485, 62, 19608, 292, 1039, 7, 19608, 292, 316, 11, 2989, 62, 7890, 2599, 198, 220, 37227, 15022, 7925, 273, 329, 4810, 14114, 40522, 37811, 198, 220, 1303, 16926, 46, 25, 29677, 7097, 6117, 422, 1981, 27039, 33918, 2393, 62, 47178, 198, 220, 329, 288, 287, 2989, 62, 7890, 17816, 19608, 292, 1039, 6, 5974, 198, 220, 220, 220, 750, 796, 288, 14692, 312, 8973, 198, 220, 220, 220, 2240, 10430, 796, 4818, 8079, 13, 19608, 8079, 13, 2536, 457, 524, 7, 67, 14692, 11377, 341, 10430, 33116, 705, 4, 56, 4, 76, 4, 67, 11537, 198, 220, 220, 220, 1957, 62, 6978, 62, 7353, 13049, 796, 12813, 1911, 22179, 26933, 2536, 7, 12984, 10430, 13, 1941, 828, 965, 7, 12984, 10430, 13, 8424, 828, 750, 12962, 198, 220, 220, 220, 5752, 796, 1391, 198, 220, 220, 220, 220, 220, 705, 19608, 292, 316, 10354, 27039, 11, 198, 220, 220, 220, 220, 220, 705, 312, 10354, 750, 11, 198, 220, 220, 220, 220, 220, 705, 12984, 62, 4475, 10354, 4818, 8079, 13, 19608, 8079, 13, 2536, 31387, 7, 12984, 10430, 11, 705, 4, 56, 12, 4, 76, 12, 4, 67, 33809, 198, 220, 220, 220, 220, 220, 705, 19608, 292, 316, 62, 6371, 10354, 32468, 2149, 10305, 40, 58, 19608, 292, 316, 7131, 6, 19608, 292, 316, 62, 6371, 6, 4083, 18982, 7, 20839, 828, 198, 220, 220, 220, 220, 220, 705, 31994, 10989, 62, 6371, 10354, 32468, 2149, 10305, 40, 58, 19608, 292, 316, 7131, 6, 31994, 10989, 62, 6371, 6, 4083, 18982, 7, 20839, 828, 198, 220, 220, 220, 220, 220, 705, 31994, 10989, 62, 15042, 62, 6371, 10354, 32468, 2149, 10305, 40, 58, 19608, 292, 316, 7131, 6, 31994, 10989, 62, 15042, 62, 6371, 6, 4083, 18982, 7, 20839, 828, 198, 220, 220, 220, 220, 220, 705, 12001, 62, 6978, 10354, 28748, 7998, 58, 19608, 292, 316, 7131, 6, 7753, 6, 7131, 15, 4083, 18982, 7, 12001, 62, 6978, 62, 7353, 13049, 8, 198, 220, 220, 220, 1782, 198, 220, 220, 220, 42865, 13, 33295, 7, 808, 8, 198, 198, 4299, 651, 62, 41357, 62, 19608, 292, 1039, 7, 19608, 292, 316, 11, 2989, 62, 7890, 2599, 198, 220, 37227, 46189, 7925, 273, 329, 40522, 37811, 198, 220, 329, 288, 287, 2989, 62, 7890, 17816, 19608, 292, 1039, 6, 5974, 198, 220, 220, 220, 750, 796, 288, 14692, 312, 8973, 198, 220, 220, 220, 2240, 10430, 796, 4818, 8079, 13, 19608, 8079, 13, 2536, 457, 524, 7, 67, 14692, 11377, 341, 10430, 33116, 705, 4, 56, 4, 76, 4, 67, 11537, 198, 220, 220, 220, 5752, 796, 1391, 198, 220, 220, 220, 220, 220, 705, 19608, 292, 316, 10354, 27039, 11, 198, 220, 220, 220, 220, 220, 705, 312, 10354, 750, 11, 198, 220, 220, 220, 220, 220, 705, 12984, 62, 4475, 10354, 4818, 8079, 13, 19608, 8079, 13, 2536, 31387, 7, 12984, 10430, 11, 705, 4, 56, 12, 4, 76, 12, 4, 67, 33809, 198, 220, 220, 220, 220, 220, 705, 19608, 292, 316, 62, 6371, 10354, 32468, 2149, 10305, 40, 58, 19608, 292, 316, 7131, 6, 19608, 292, 316, 62, 6371, 6, 4083, 18982, 7, 20839, 828, 198, 220, 220, 220, 220, 220, 705, 31994, 10989, 62, 6371, 10354, 32468, 2149, 10305, 40, 58, 19608, 292, 316, 7131, 6, 31994, 10989, 62, 6371, 6, 4083, 18982, 7, 20839, 828, 198, 220, 220, 220, 220, 220, 705, 31994, 10989, 62, 15042, 62, 6371, 10354, 32468, 2149, 10305, 40, 58, 19608, 292, 316, 7131, 6, 31994, 10989, 62, 15042, 62, 6371, 6, 4083, 18982, 7, 20839, 828, 198, 220, 220, 220, 220, 220, 705, 12001, 62, 6978, 10354, 28748, 7998, 58, 19608, 292, 316, 7131, 6, 7753, 6, 7131, 15, 4083, 18982, 7, 20839, 8, 198, 220, 220, 220, 1782, 198, 220, 220, 220, 42865, 13, 33295, 7, 808, 8, 198, 198, 4299, 651, 62, 19608, 292, 1039, 7, 19608, 292, 316, 28, 14202, 11, 923, 28, 15, 11, 2546, 28, 3064, 2599, 198, 220, 37227, 18453, 27039, 5468, 422, 32468, 2149, 10305, 40, 37811, 198, 220, 10289, 796, 32468, 2149, 10305, 40, 17816, 8692, 62, 6371, 20520, 198, 220, 12405, 796, 2956, 297, 571, 13, 29572, 13, 22708, 62, 9541, 7, 2662, 2149, 10305, 40, 58, 19608, 292, 316, 7131, 6, 22766, 6, 12962, 198, 220, 10289, 796, 10289, 1343, 366, 5, 1911, 22179, 7, 14692, 22766, 28, 4, 82, 1, 4064, 12405, 11, 366, 9688, 28, 4, 82, 1, 4064, 923, 11, 366, 7857, 28, 4, 82, 1, 4064, 2546, 12962, 198, 220, 2989, 62, 7890, 796, 2581, 62, 6371, 7, 21886, 8, 198, 220, 954, 796, 2989, 62, 7890, 17816, 9127, 20520, 198, 220, 1411, 62, 9464, 796, 357, 9688, 10, 3064, 8, 1220, 954, 198, 220, 3601, 7203, 18453, 276, 25, 23884, 37913, 25, 13, 17, 4, 92, 5668, 8, 1911, 18982, 7, 21886, 11, 1411, 62, 9464, 4008, 198, 220, 611, 27039, 6624, 366, 1050, 485, 1298, 198, 220, 220, 220, 651, 62, 1050, 485, 62, 19608, 292, 1039, 7, 19608, 292, 316, 11, 2989, 62, 7890, 8, 198, 220, 1288, 361, 27039, 6624, 366, 18747, 42712, 1298, 198, 220, 220, 220, 651, 62, 18747, 42712, 62, 19608, 292, 1039, 7, 19608, 292, 316, 11, 2989, 62, 7890, 8, 198, 220, 2073, 25, 198, 220, 220, 220, 651, 62, 41357, 62, 19608, 292, 1039, 7, 19608, 292, 316, 11, 2989, 62, 7890, 8, 198, 220, 611, 954, 1875, 923, 10, 3064, 25, 198, 220, 220, 220, 651, 62, 19608, 292, 1039, 7, 19608, 292, 316, 11, 923, 10, 3064, 11, 2546, 8, 198, 198, 4299, 10784, 62, 40664, 7, 19608, 292, 316, 11, 5072, 2599, 198, 220, 37227, 43834, 27039, 7925, 355, 44189, 37811, 198, 220, 29472, 796, 705, 4, 82, 14, 4, 82, 13, 40664, 6, 4064, 357, 22915, 11, 27039, 8, 198, 220, 351, 1280, 7, 34345, 11, 705, 86, 11537, 355, 269, 21370, 7753, 25, 198, 220, 220, 220, 6260, 796, 269, 21370, 13, 35, 713, 34379, 7, 40664, 7753, 11, 2214, 14933, 28, 2662, 2149, 10305, 40, 62, 37682, 4877, 8, 198, 220, 220, 220, 6260, 13, 13564, 25677, 3419, 198, 220, 220, 220, 6260, 13, 16002, 1666, 7, 26947, 8, 198, 198, 361, 11593, 3672, 834, 6624, 366, 834, 12417, 834, 1298, 198, 220, 1388, 3419 ]
2.369465
1,513
# -*- coding: utf-8 -*- from __future__ import unicode_literals from django.apps import AppConfig
[ 2, 532, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12, 198, 6738, 11593, 37443, 834, 1330, 28000, 1098, 62, 17201, 874, 198, 6738, 42625, 14208, 13, 18211, 1330, 2034, 16934, 628 ]
2.911765
34
# Aminoacidos AMINOACIDS = { "AAA": "lisina", "AAC": "asparagina", "AGC": "serina" } # Codons CODONS = list(AMINOACIDS.keys())
[ 2, 39869, 78, 46309, 418, 198, 2390, 46016, 2246, 14255, 796, 1391, 198, 220, 220, 220, 366, 29697, 1298, 366, 27999, 1437, 1600, 198, 220, 220, 220, 366, 32, 2246, 1298, 366, 292, 1845, 363, 1437, 1600, 198, 220, 220, 220, 366, 4760, 34, 1298, 366, 2655, 1437, 1, 198, 92, 198, 198, 2, 18720, 684, 198, 34, 3727, 19213, 796, 1351, 7, 2390, 46016, 2246, 14255, 13, 13083, 28955 ]
1.985714
70
# Copyright (c) 2017 Sony Corporation. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # This file was forked from https://github.com/marvis/pytorch-yolo2 , # licensed under the MIT License (see LICENSE.external for more details). import dataset import utils import numpy as np import os import itertools from multiprocessing.pool import ThreadPool import nnabla import nnabla_ext.cuda import yolov2 from arg_utils import Yolov2OptionValid args = Yolov2OptionValid().parse_args() if __name__ == '__main__': weightfile = args.weight outdir = args.output outfile = 'comp4_det_test_' valid(weightfile, outfile, outdir)
[ 2, 15069, 357, 66, 8, 2177, 10184, 10501, 13, 1439, 6923, 33876, 13, 198, 2, 198, 2, 49962, 739, 262, 24843, 13789, 11, 10628, 362, 13, 15, 357, 1169, 366, 34156, 15341, 198, 2, 345, 743, 407, 779, 428, 2393, 2845, 287, 11846, 351, 262, 13789, 13, 198, 2, 921, 743, 7330, 257, 4866, 286, 262, 13789, 379, 198, 2, 198, 2, 220, 220, 220, 220, 2638, 1378, 2503, 13, 43073, 13, 2398, 14, 677, 4541, 14, 43, 2149, 24290, 12, 17, 13, 15, 198, 2, 198, 2, 17486, 2672, 416, 9723, 1099, 393, 4987, 284, 287, 3597, 11, 3788, 198, 2, 9387, 739, 262, 13789, 318, 9387, 319, 281, 366, 1921, 3180, 1, 29809, 1797, 11, 198, 2, 42881, 34764, 11015, 6375, 7102, 49828, 11053, 3963, 15529, 509, 12115, 11, 2035, 4911, 393, 17142, 13, 198, 2, 4091, 262, 13789, 329, 262, 2176, 3303, 15030, 21627, 290, 198, 2, 11247, 739, 262, 13789, 13, 628, 198, 2, 770, 2393, 373, 329, 9091, 422, 3740, 1378, 12567, 13, 785, 14, 3876, 4703, 14, 9078, 13165, 354, 12, 88, 14057, 17, 837, 198, 2, 11971, 739, 262, 17168, 13789, 357, 3826, 38559, 24290, 13, 22615, 329, 517, 3307, 737, 628, 198, 11748, 27039, 198, 11748, 3384, 4487, 198, 11748, 299, 32152, 355, 45941, 198, 11748, 28686, 198, 11748, 340, 861, 10141, 198, 6738, 18540, 305, 919, 278, 13, 7742, 1330, 14122, 27201, 198, 11748, 299, 77, 397, 5031, 198, 11748, 299, 77, 397, 5031, 62, 2302, 13, 66, 15339, 198, 11748, 331, 349, 709, 17, 198, 198, 6738, 1822, 62, 26791, 1330, 575, 349, 709, 17, 19722, 47139, 198, 22046, 796, 575, 349, 709, 17, 19722, 47139, 22446, 29572, 62, 22046, 3419, 628, 198, 198, 361, 11593, 3672, 834, 6624, 705, 834, 12417, 834, 10354, 198, 220, 220, 220, 3463, 7753, 796, 26498, 13, 6551, 198, 220, 220, 220, 503, 15908, 796, 26498, 13, 22915, 198, 220, 220, 220, 503, 7753, 796, 705, 5589, 19, 62, 15255, 62, 9288, 62, 6, 198, 220, 220, 220, 4938, 7, 6551, 7753, 11, 503, 7753, 11, 503, 15908, 8, 198 ]
3.349711
346
import sys # Whether "import asyncio" works has_asyncio = (sys.version_info[0] == 3 and sys.version_info[1] >= 4) # Whether the async and await keywords work has_async_await = (sys.version_info[0] == 3 and sys.version_info[1] >= 5) print("conftest.py", has_asyncio, has_async_await) collect_ignore = [] if not has_asyncio: collect_ignore.append("tests/test_coroutine_cached_property.py") if not has_async_await: collect_ignore.append("tests/test_async_cached_property.py")
[ 198, 11748, 25064, 198, 198, 2, 10127, 366, 11748, 30351, 952, 1, 2499, 198, 10134, 62, 292, 13361, 952, 796, 357, 17597, 13, 9641, 62, 10951, 58, 15, 60, 6624, 513, 290, 25064, 13, 9641, 62, 10951, 58, 16, 60, 18189, 604, 8, 198, 198, 2, 10127, 262, 30351, 290, 25507, 26286, 670, 198, 10134, 62, 292, 13361, 62, 707, 4548, 796, 357, 17597, 13, 9641, 62, 10951, 58, 15, 60, 6624, 513, 290, 25064, 13, 9641, 62, 10951, 58, 16, 60, 18189, 642, 8, 628, 198, 4798, 7203, 1102, 701, 395, 13, 9078, 1600, 468, 62, 292, 13361, 952, 11, 468, 62, 292, 13361, 62, 707, 4548, 8, 628, 198, 33327, 62, 46430, 796, 17635, 198, 198, 361, 407, 468, 62, 292, 13361, 952, 25, 198, 220, 220, 220, 2824, 62, 46430, 13, 33295, 7203, 41989, 14, 9288, 62, 10215, 28399, 62, 66, 2317, 62, 26745, 13, 9078, 4943, 198, 198, 361, 407, 468, 62, 292, 13361, 62, 707, 4548, 25, 198, 220, 220, 220, 2824, 62, 46430, 13, 33295, 7203, 41989, 14, 9288, 62, 292, 13361, 62, 66, 2317, 62, 26745, 13, 9078, 4943, 198 ]
2.620321
187
from django.db import models from django.utils import timezone from sellshop.utils.base_models import BaseModel from django.utils.translation import ugettext_lazy as _
[ 6738, 42625, 14208, 13, 9945, 1330, 4981, 198, 6738, 42625, 14208, 13, 26791, 1330, 640, 11340, 198, 6738, 3677, 24643, 13, 26791, 13, 8692, 62, 27530, 1330, 7308, 17633, 198, 6738, 42625, 14208, 13, 26791, 13, 41519, 1330, 334, 1136, 5239, 62, 75, 12582, 355, 4808, 628, 198 ]
3.541667
48
# -*- encoding: utf-8 -*- # # Grasso - a FAT filesystem parser # # Copyright 2011 Emanuele Aina <[email protected]> # # Released under the term of a MIT-style license, see LICENSE # for details. from struct import unpack
[ 2, 532, 9, 12, 21004, 25, 3384, 69, 12, 23, 532, 9, 12, 198, 2, 198, 2, 19062, 78, 532, 257, 47200, 29905, 30751, 198, 2, 198, 2, 15069, 2813, 412, 805, 518, 293, 317, 1437, 1279, 368, 31, 1008, 67, 13, 17818, 13, 2398, 29, 198, 2, 198, 2, 28728, 739, 262, 3381, 286, 257, 17168, 12, 7635, 5964, 11, 766, 38559, 24290, 198, 2, 329, 3307, 13, 198, 198, 6738, 2878, 1330, 555, 8002, 198 ]
2.896104
77
from sqlalchemy import create_engine import logging logger = logging.getLogger('client.py') class Client: """ Connection to the database. The current implementation only refers to the PostgreSQL database, however, this could be easily enhanced to any database at all, including cloud. """ def __init__(self, params): """ Connect to the database. Use the information contained in the params.py file to connect to the postgreSQL database. """ try: self.engine = create_engine(f'postgresql+psycopg2://{params.user}:{params.password}@{params.host}/{params.database}') self.conn = self.engine.connect() except Exception as e: logger.warning('Could not connect to the database on client.py file.') logger.warning(f'Verify your credentials for {params.user}.') logger.warning(e)
[ 6738, 44161, 282, 26599, 1330, 2251, 62, 18392, 198, 11748, 18931, 198, 198, 6404, 1362, 796, 18931, 13, 1136, 11187, 1362, 10786, 16366, 13, 9078, 11537, 628, 198, 4871, 20985, 25, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 26923, 284, 262, 6831, 13, 628, 220, 220, 220, 383, 1459, 7822, 691, 10229, 284, 262, 2947, 47701, 198, 220, 220, 220, 6831, 11, 2158, 11, 428, 714, 307, 3538, 13105, 284, 597, 198, 220, 220, 220, 6831, 379, 477, 11, 1390, 6279, 13, 198, 220, 220, 220, 37227, 628, 220, 220, 220, 825, 11593, 15003, 834, 7, 944, 11, 42287, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 8113, 284, 262, 6831, 13, 628, 220, 220, 220, 220, 220, 220, 220, 5765, 262, 1321, 7763, 287, 262, 42287, 13, 9078, 2393, 198, 220, 220, 220, 220, 220, 220, 220, 284, 2018, 284, 262, 1281, 47701, 6831, 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, 2116, 13, 18392, 796, 2251, 62, 18392, 7, 69, 6, 7353, 34239, 13976, 10, 13764, 22163, 70, 17, 1378, 90, 37266, 13, 7220, 92, 29164, 37266, 13, 28712, 92, 31, 90, 37266, 13, 4774, 92, 14, 90, 37266, 13, 48806, 92, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 37043, 796, 2116, 13, 18392, 13, 8443, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 2845, 35528, 355, 304, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 49706, 13, 43917, 10786, 23722, 407, 2018, 284, 262, 6831, 319, 5456, 13, 9078, 2393, 2637, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 49706, 13, 43917, 7, 69, 6, 13414, 1958, 534, 18031, 329, 1391, 37266, 13, 7220, 92, 2637, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 49706, 13, 43917, 7, 68, 8, 198 ]
2.680233
344
# Crie um programa que leia um número real qualquer pelo teclado e mostre na tela a sua porção inteira # Ex.: # Digite um número: 6.127 # O número 6.127 tem a parte inteira 6 from math import trunc num = float(input('Digite um número: ')) print('O número {} tem a parte inteira {}'.format(num, trunc(num))) ''' -> outra forma de resolução num = float(input('Digite um número: ')) print('O número {} tem a parte inteira {}'.format(num, int(num))) '''
[ 2, 327, 5034, 23781, 1430, 64, 8358, 443, 544, 23781, 299, 21356, 647, 78, 1103, 4140, 10819, 16176, 78, 573, 565, 4533, 304, 749, 260, 12385, 256, 10304, 257, 424, 64, 16964, 16175, 28749, 493, 68, 8704, 198, 198, 2, 1475, 11207, 198, 2, 7367, 578, 23781, 299, 21356, 647, 78, 25, 718, 13, 16799, 198, 2, 440, 299, 21356, 647, 78, 718, 13, 16799, 2169, 257, 636, 68, 493, 68, 8704, 718, 198, 198, 6738, 10688, 1330, 40122, 198, 198, 22510, 796, 12178, 7, 15414, 10786, 19511, 578, 23781, 299, 21356, 647, 78, 25, 705, 4008, 198, 4798, 10786, 46, 299, 21356, 647, 78, 23884, 2169, 257, 636, 68, 493, 68, 8704, 23884, 4458, 18982, 7, 22510, 11, 40122, 7, 22510, 22305, 198, 198, 7061, 6, 198, 3784, 503, 430, 1296, 64, 390, 581, 349, 84, 16175, 28749, 198, 198, 22510, 796, 12178, 7, 15414, 10786, 19511, 578, 23781, 299, 21356, 647, 78, 25, 705, 4008, 198, 4798, 10786, 46, 299, 21356, 647, 78, 23884, 2169, 257, 636, 68, 493, 68, 8704, 23884, 4458, 18982, 7, 22510, 11, 493, 7, 22510, 22305, 198, 7061, 6, 198 ]
2.433155
187
#!/usr/bin/env python # -*- coding: utf-8 -*- import json from alipay.aop.api.constant.ParamConstants import *
[ 2, 48443, 14629, 14, 8800, 14, 24330, 21015, 198, 2, 532, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12, 198, 11748, 33918, 198, 198, 6738, 435, 541, 323, 13, 64, 404, 13, 15042, 13, 9979, 415, 13, 22973, 34184, 1187, 1330, 1635, 628, 628 ]
2.446809
47
from django.contrib import admin from django.contrib.auth.admin import UserAdmin from mytravelblog.accounts.models import * UserModel = get_user_model() @admin.register(Profile) admin.site.unregister(UserModel) @admin.register(UserModel)
[ 6738, 42625, 14208, 13, 3642, 822, 1330, 13169, 198, 6738, 42625, 14208, 13, 3642, 822, 13, 18439, 13, 28482, 1330, 11787, 46787, 198, 198, 6738, 616, 35927, 14036, 13, 23317, 82, 13, 27530, 1330, 1635, 198, 198, 12982, 17633, 796, 651, 62, 7220, 62, 19849, 3419, 628, 198, 198, 31, 28482, 13, 30238, 7, 37046, 8, 628, 198, 28482, 13, 15654, 13, 403, 30238, 7, 12982, 17633, 8, 628, 198, 31, 28482, 13, 30238, 7, 12982, 17633, 8, 198 ]
3.126582
79
# -*- coding: utf-8 -*- # Copyright (c) 2020, Monogramm and contributors # For license information, please see license.txt import frappe from frappe import _ from frappe.model.document import Document
[ 2, 532, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12, 198, 2, 15069, 357, 66, 8, 12131, 11, 2892, 21857, 76, 290, 20420, 198, 2, 1114, 5964, 1321, 11, 3387, 766, 5964, 13, 14116, 198, 198, 11748, 5306, 27768, 198, 6738, 5306, 27768, 1330, 4808, 198, 6738, 5306, 27768, 13, 19849, 13, 22897, 1330, 16854, 628 ]
3.440678
59
import numpy as np import math # lambda.py, by Tisajokt ([email protected]) # Version 2 (Version 1 was the competition version) # An OmegaTFT variant (see https://arxiv.org/ftp/cs/papers/0609/0609017.pdf), with improvements: # - joss detection # - extortionate ZD detection # - extra random handling # - extra alternation handling # - exploitation of overly forgiving strategies # - a snippet of logic inspired by natura.py (made by Josh#6441) for breaking out of mutual defection D = 0 C = 1 MAX_JOSS_RATE = 6 # maximum frequency with which a joss can defect unprovoked, below which it's optimal to ignore them DEADLOCK_THRESHOLD = 1 # omegaTFT anti-deadlock LEAD_DEFECT_RANDOMNESS = 2 # defecting turn 1 COOPERATION_RANDOMNESS = -1 # cooperating consistently SWITCH_RANDOMNESS = 1 # switching moves DIFF_RANDOMNESS = 1 # not playing what I played RANDOMNESS_THRESHOLD = 5 # threshold to switch to playing ALLD NATURA_WINDOW = 7 # if there are fewer than 2 cooperations between both of us in this window of time, cooperate NATURA_GRUDGE_LVL = 10 # don't cooperate via the above method if the opponent has this many or more defections in a row EXPLOITABLE_FORGIVENESS = 0.5 # consider opponent exploitable if they forgive at this rate or higher EXPLOITABLE_DEFECT_STREAK = 3 # maximum defection streak before it's considered unwise to exploit the opponent EXPLOITATION_DELAY = 7 # turns to wait before attempting exploitation EXPLOITATIVE_COOP_RATE = 0.25 # minimum accepted temptation cooperation rate from an exploitative opponent EARLY_FORGIVENESS = 5 # for the first X many turns, always cooperate after opponent's cooperation # the strategy is *technically* a lambda function now strategy = lambda hist, mem : lambda_agent(hist, mem)
[ 11748, 299, 32152, 355, 45941, 198, 11748, 10688, 198, 198, 2, 37456, 13, 9078, 11, 416, 309, 271, 1228, 482, 83, 357, 73, 1047, 13, 392, 13, 83, 9160, 31, 14816, 13, 785, 8, 198, 2, 10628, 362, 357, 14815, 352, 373, 262, 5449, 2196, 8, 198, 198, 2, 1052, 19839, 51, 9792, 15304, 357, 3826, 3740, 1378, 283, 87, 452, 13, 2398, 14, 701, 79, 14, 6359, 14, 40491, 14, 15, 31751, 14, 15, 31751, 29326, 13, 12315, 828, 351, 8561, 25, 198, 2, 532, 474, 793, 13326, 198, 2, 532, 38583, 378, 1168, 35, 13326, 198, 2, 532, 3131, 4738, 9041, 198, 2, 532, 3131, 3983, 341, 9041, 198, 2, 532, 17238, 286, 17698, 43486, 10064, 198, 2, 532, 257, 39442, 286, 9156, 7867, 416, 299, 2541, 64, 13, 9078, 357, 9727, 416, 8518, 2, 2414, 3901, 8, 329, 7163, 503, 286, 13584, 825, 3213, 198, 198, 35, 796, 657, 198, 34, 796, 352, 198, 198, 22921, 62, 41, 18420, 62, 49, 6158, 796, 718, 197, 197, 197, 197, 2, 5415, 8373, 351, 543, 257, 474, 793, 460, 11855, 555, 15234, 6545, 11, 2174, 543, 340, 338, 16586, 284, 8856, 606, 198, 198, 7206, 2885, 36840, 62, 4221, 19535, 39, 15173, 796, 352, 197, 197, 197, 2, 37615, 51, 9792, 3098, 12, 25124, 5354, 198, 198, 2538, 2885, 62, 32988, 9782, 62, 49, 6981, 2662, 31097, 796, 362, 197, 197, 2, 11855, 278, 1210, 352, 198, 8220, 31054, 6234, 62, 49, 6981, 2662, 31097, 796, 532, 16, 197, 197, 2, 34962, 9835, 198, 17887, 31949, 62, 49, 6981, 2662, 31097, 796, 352, 197, 197, 197, 2, 15430, 6100, 198, 35, 29267, 62, 49, 6981, 2662, 31097, 796, 352, 197, 197, 197, 197, 2, 407, 2712, 644, 314, 2826, 198, 49, 6981, 2662, 31097, 62, 4221, 19535, 39, 15173, 796, 642, 197, 197, 2, 11387, 284, 5078, 284, 2712, 11096, 35, 198, 198, 34259, 45570, 62, 28929, 3913, 796, 767, 197, 197, 197, 197, 2, 611, 612, 389, 7380, 621, 362, 6788, 602, 1022, 1111, 286, 514, 287, 428, 4324, 286, 640, 11, 21270, 198, 34259, 45570, 62, 10761, 8322, 8264, 62, 30976, 43, 796, 838, 197, 197, 197, 2, 836, 470, 21270, 2884, 262, 2029, 2446, 611, 262, 6125, 468, 428, 867, 393, 517, 11855, 507, 287, 257, 5752, 198, 198, 6369, 6489, 46, 2043, 17534, 62, 13775, 38, 3824, 1677, 7597, 796, 657, 13, 20, 197, 2, 2074, 6125, 6694, 4674, 611, 484, 20927, 379, 428, 2494, 393, 2440, 198, 6369, 6489, 46, 2043, 17534, 62, 32988, 9782, 62, 2257, 2200, 10206, 796, 513, 197, 2, 5415, 825, 3213, 15113, 878, 340, 338, 3177, 555, 3083, 284, 14561, 262, 6125, 198, 6369, 6489, 46, 2043, 6234, 62, 35, 3698, 4792, 796, 767, 197, 197, 197, 2, 4962, 284, 4043, 878, 9361, 17238, 198, 6369, 6489, 46, 2043, 37045, 62, 8220, 3185, 62, 49, 6158, 796, 657, 13, 1495, 197, 2, 5288, 6292, 29062, 11113, 2494, 422, 281, 6694, 12464, 6125, 198, 17133, 11319, 62, 13775, 38, 3824, 1677, 7597, 796, 642, 197, 197, 197, 2, 329, 262, 717, 1395, 867, 4962, 11, 1464, 21270, 706, 6125, 338, 11113, 198, 198, 2, 262, 4811, 318, 1635, 23873, 1146, 9, 257, 37456, 2163, 783, 198, 2536, 4338, 796, 37456, 1554, 11, 1066, 1058, 37456, 62, 25781, 7, 10034, 11, 1066, 8, 198 ]
3.213382
553
# Generated by Django 3.2.4 on 2021-06-26 00:17 from django.db import migrations, models
[ 2, 2980, 515, 416, 37770, 513, 13, 17, 13, 19, 319, 33448, 12, 3312, 12, 2075, 3571, 25, 1558, 198, 198, 6738, 42625, 14208, 13, 9945, 1330, 15720, 602, 11, 4981, 628 ]
2.84375
32
import pandas as pd from sklearn.model_selection import train_test_split df = pd.read_csv('imbd/data/imbd_orig.csv') df = df.rename(columns={'review': 'text', 'sentiment':'label'}) """Truncating""" var1 = list(df["text"]) var = [] for i in var1: if len(i) > 900: var.append(i[:900]) else: var.append(i) length = [] for i in var: length.append(len(i)) df["length"] = length print(df["length"].describe()) length = sorted(length, reverse=True) print(length[:50]) df['text'] = var df = df[['text', 'label']] df.to_csv('imbd/data/trunc_imbd.csv', index=False) print(df.describe()) """Taking a smaller samples of the IMBD dataset""" """Test/Train split""" df_train, df_test= train_test_split(df, test_size=0.33, random_state=55) df_train.to_csv('imbd/data/imbd_train.csv', index=False) df_test.to_csv('imbd/data/imbd_test.csv', index=False) """Getting 5% Seeds""" pos = df_train[df_train['label'] == 1] neg = df_train[df_train['label'] == 0] print(neg.shape) print(pos.shape) pos_seed_05 = pos.sample(frac=.05, replace=False, random_state=79) print(pos_seed_05.shape) pos_seed_05.to_csv("imbd/data/pos_seed_05.csv", index=False) neg_seed_05 = neg.sample(frac=.05, replace=False, random_state=79) print(neg_seed_05.shape) neg_seed_05.to_csv("imbd/data/neg_seed_05.csv", index=False)
[ 11748, 19798, 292, 355, 279, 67, 220, 198, 6738, 1341, 35720, 13, 19849, 62, 49283, 1330, 4512, 62, 9288, 62, 35312, 198, 198, 7568, 796, 279, 67, 13, 961, 62, 40664, 10786, 14107, 67, 14, 7890, 14, 14107, 67, 62, 11612, 13, 40664, 11537, 198, 7568, 796, 47764, 13, 918, 480, 7, 28665, 82, 34758, 6, 19023, 10354, 705, 5239, 3256, 705, 34086, 3681, 10354, 6, 18242, 6, 30072, 628, 198, 37811, 2898, 19524, 803, 37811, 198, 7785, 16, 796, 1351, 7, 7568, 14692, 5239, 8973, 8, 198, 7785, 796, 17635, 198, 1640, 1312, 287, 1401, 16, 25, 198, 220, 220, 220, 611, 18896, 7, 72, 8, 1875, 15897, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1401, 13, 33295, 7, 72, 58, 25, 12865, 12962, 198, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1401, 13, 33295, 7, 72, 8, 198, 198, 13664, 796, 17635, 198, 198, 1640, 1312, 287, 1401, 25, 198, 220, 220, 220, 4129, 13, 33295, 7, 11925, 7, 72, 4008, 198, 198, 7568, 14692, 13664, 8973, 796, 4129, 198, 4798, 7, 7568, 14692, 13664, 1, 4083, 20147, 4892, 28955, 198, 198, 13664, 796, 23243, 7, 13664, 11, 9575, 28, 17821, 8, 198, 4798, 7, 13664, 58, 25, 1120, 12962, 198, 198, 7568, 17816, 5239, 20520, 796, 1401, 198, 198, 7568, 796, 47764, 58, 17816, 5239, 3256, 705, 18242, 6, 11907, 198, 7568, 13, 1462, 62, 40664, 10786, 14107, 67, 14, 7890, 14, 2213, 19524, 62, 14107, 67, 13, 40664, 3256, 6376, 28, 25101, 8, 198, 4798, 7, 7568, 13, 20147, 4892, 28955, 198, 198, 37811, 26556, 257, 4833, 8405, 286, 262, 8959, 14529, 27039, 37811, 198, 198, 37811, 14402, 14, 44077, 6626, 37811, 198, 7568, 62, 27432, 11, 47764, 62, 9288, 28, 4512, 62, 9288, 62, 35312, 7, 7568, 11, 1332, 62, 7857, 28, 15, 13, 2091, 11, 4738, 62, 5219, 28, 2816, 8, 198, 198, 7568, 62, 27432, 13, 1462, 62, 40664, 10786, 14107, 67, 14, 7890, 14, 14107, 67, 62, 27432, 13, 40664, 3256, 6376, 28, 25101, 8, 198, 7568, 62, 9288, 13, 1462, 62, 40664, 10786, 14107, 67, 14, 7890, 14, 14107, 67, 62, 9288, 13, 40664, 3256, 6376, 28, 25101, 8, 198, 198, 37811, 20570, 642, 4, 41833, 37811, 198, 1930, 796, 47764, 62, 27432, 58, 7568, 62, 27432, 17816, 18242, 20520, 6624, 352, 60, 198, 12480, 796, 47764, 62, 27432, 58, 7568, 62, 27432, 17816, 18242, 20520, 6624, 657, 60, 198, 4798, 7, 12480, 13, 43358, 8, 198, 4798, 7, 1930, 13, 43358, 8, 198, 198, 1930, 62, 28826, 62, 2713, 796, 1426, 13, 39873, 7, 31944, 28, 13, 2713, 11, 6330, 28, 25101, 11, 4738, 62, 5219, 28, 3720, 8, 198, 4798, 7, 1930, 62, 28826, 62, 2713, 13, 43358, 8, 198, 1930, 62, 28826, 62, 2713, 13, 1462, 62, 40664, 7203, 14107, 67, 14, 7890, 14, 1930, 62, 28826, 62, 2713, 13, 40664, 1600, 6376, 28, 25101, 8, 198, 198, 12480, 62, 28826, 62, 2713, 796, 2469, 13, 39873, 7, 31944, 28, 13, 2713, 11, 6330, 28, 25101, 11, 4738, 62, 5219, 28, 3720, 8, 198, 4798, 7, 12480, 62, 28826, 62, 2713, 13, 43358, 8, 198, 12480, 62, 28826, 62, 2713, 13, 1462, 62, 40664, 7203, 14107, 67, 14, 7890, 14, 12480, 62, 28826, 62, 2713, 13, 40664, 1600, 6376, 28, 25101, 8 ]
2.391304
552
from django_extensions.tests.utils import UTILS_TESTS __test__ = { 'UTILS_TESTS': UTILS_TESTS, }
[ 6738, 42625, 14208, 62, 2302, 5736, 13, 41989, 13, 26791, 1330, 19255, 45484, 62, 51, 1546, 4694, 198, 198, 834, 9288, 834, 796, 1391, 198, 220, 220, 220, 705, 3843, 45484, 62, 51, 1546, 4694, 10354, 19255, 45484, 62, 51, 1546, 4694, 11, 198, 92, 198 ]
2.217391
46
instructions = [line.rstrip("\n") for line in open("input", "r")] valids = [] for instr in instructions: x = instr.split(" ") y = [int(z) for z in x if z != ''] if valid(y) == True and y not in valids: valids.append(y) print "Valid triangles: ", len(valids)
[ 259, 7249, 507, 796, 685, 1370, 13, 81, 36311, 7203, 59, 77, 4943, 329, 1627, 287, 1280, 7203, 15414, 1600, 366, 81, 4943, 60, 198, 198, 2100, 2340, 796, 17635, 198, 198, 1640, 6480, 287, 7729, 25, 198, 220, 220, 220, 2124, 796, 6480, 13, 35312, 7203, 366, 8, 198, 220, 220, 220, 331, 796, 685, 600, 7, 89, 8, 329, 1976, 287, 2124, 611, 1976, 14512, 10148, 60, 628, 220, 220, 220, 611, 4938, 7, 88, 8, 6624, 6407, 290, 331, 407, 287, 1188, 2340, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1188, 2340, 13, 33295, 7, 88, 8, 198, 198, 4798, 366, 47139, 44360, 25, 33172, 18896, 7, 2100, 2340, 8, 198 ]
2.431034
116
import numpy as np from config import cfg import cv2 from numba import jit @jit
[ 11748, 299, 32152, 355, 45941, 198, 6738, 4566, 1330, 30218, 70, 198, 11748, 269, 85, 17, 198, 6738, 997, 7012, 1330, 474, 270, 198, 31, 45051 ]
3.038462
26
import socket #from threading import * HOST = '10.1.121.102' PORT = 65432 with socket.socket(socket.AF_INET, socket.SOCK_STREAM) as s: s.bind((HOST, PORT)) s.listen() conn, addr = s.accept() with conn: print('connected by', addr) while True: data = conn.recv(100000024) print(data) if not data: break conn.sendall(data)
[ 11748, 17802, 198, 2, 6738, 4704, 278, 1330, 1635, 198, 198, 39, 10892, 796, 705, 940, 13, 16, 13, 19244, 13, 15377, 6, 198, 15490, 796, 718, 4051, 2624, 198, 198, 4480, 17802, 13, 44971, 7, 44971, 13, 8579, 62, 1268, 2767, 11, 17802, 13, 50, 11290, 62, 2257, 32235, 8, 355, 264, 25, 198, 220, 220, 220, 220, 220, 220, 220, 264, 13, 21653, 19510, 39, 10892, 11, 350, 9863, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 264, 13, 4868, 268, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 48260, 11, 37817, 796, 264, 13, 13635, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 351, 48260, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3601, 10786, 15236, 416, 3256, 37817, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 981, 6407, 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, 1366, 796, 48260, 13, 8344, 85, 7, 16, 10535, 1731, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3601, 7, 7890, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 407, 1366, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2270, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 48260, 13, 21280, 439, 7, 7890, 8, 198 ]
1.658065
310
# # PySNMP MIB module CISCO-POP-MGMT-MIB (http://snmplabs.com/pysmi) # ASN.1 source file:///Users/davwang4/Dev/mibs.snmplabs.com/asn1/CISCO-POP-MGMT-MIB # Produced by pysmi-0.3.4 at Wed May 1 12:09:39 2019 # On host DAVWANG4-M-1475 platform Darwin version 18.5.0 by user davwang4 # Using Python version 3.7.3 (default, Mar 27 2019, 09:23:15) # Integer, OctetString, ObjectIdentifier = mibBuilder.importSymbols("ASN1", "Integer", "OctetString", "ObjectIdentifier") NamedValues, = mibBuilder.importSymbols("ASN1-ENUMERATION", "NamedValues") SingleValueConstraint, ValueRangeConstraint, ConstraintsUnion, ValueSizeConstraint, ConstraintsIntersection = mibBuilder.importSymbols("ASN1-REFINEMENT", "SingleValueConstraint", "ValueRangeConstraint", "ConstraintsUnion", "ValueSizeConstraint", "ConstraintsIntersection") ciscoExperiment, = mibBuilder.importSymbols("CISCO-SMI", "ciscoExperiment") dsx1LineIndex, dsx1LineStatus = mibBuilder.importSymbols("DS1-MIB", "dsx1LineIndex", "dsx1LineStatus") InterfaceIndexOrZero, = mibBuilder.importSymbols("IF-MIB", "InterfaceIndexOrZero") ModuleCompliance, ObjectGroup, NotificationGroup = mibBuilder.importSymbols("SNMPv2-CONF", "ModuleCompliance", "ObjectGroup", "NotificationGroup") NotificationType, iso, MibScalar, MibTable, MibTableRow, MibTableColumn, IpAddress, TimeTicks, Gauge32, Counter64, ObjectIdentity, MibIdentifier, Integer32, Bits, Counter32, Unsigned32, ModuleIdentity = mibBuilder.importSymbols("SNMPv2-SMI", "NotificationType", "iso", "MibScalar", "MibTable", "MibTableRow", "MibTableColumn", "IpAddress", "TimeTicks", "Gauge32", "Counter64", "ObjectIdentity", "MibIdentifier", "Integer32", "Bits", "Counter32", "Unsigned32", "ModuleIdentity") DisplayString, TimeStamp, TextualConvention, TruthValue = mibBuilder.importSymbols("SNMPv2-TC", "DisplayString", "TimeStamp", "TextualConvention", "TruthValue") ciscoPopMgmtMIB = ModuleIdentity((1, 3, 6, 1, 4, 1, 9, 10, 19)) ciscoPopMgmtMIB.setRevisions(('2005-12-21 00:00', '2002-12-26 00:00', '2000-11-29 00:00', '2000-03-03 00:00', '1998-02-02 00:00', '1997-10-21 00:00', '1997-05-01 00:00',)) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): if mibBuilder.loadTexts: ciscoPopMgmtMIB.setRevisionsDescriptions(('Imported dsx1LineIndex from DS1-MIB instead of RFC1406-MIB Changed SYNTAX of cpmDS1SlotIndex cpmDS1PortIndex cpmChannelIndex cpmDS1UsageSlotIndex cpmDS1UsagePortIndex cpmActiveCallSummaryIndex cpmCallHistorySummaryIndex cpmActiveModemSlot cpmActiveModemPort cpmActiveEntrySlot cpmActiveEntryPort cpmActiveEntryChannel from Integer32 to Integer32 (0..2147483647) Imported Unsigned32 from SNMPv2-SMI instead of CISCO-TC.', 'Added voice(6) to object cpmCallType. Added Notification Group cpmNotificationGroupRev1', 'Added cpmCallVolume with objects: cpmCallVolSuccISDNDigital cpmCallVolAnalogCallClearedNormally', 'Extended cpmDs1DS0UsageTable with objects: cpmDS1TotalAnalogCalls cpmDS1TotalDigitalCalls cpmDS1TotalV110Calls cpmDS1TotalV120Calls cpmDS1TotalCalls cpmDS1TotalTimeInUse cpmDS1CurrentIdle cpmDS1CurrentOutOfService cpmDS1CurrentBusyout cpmDS1InOctets cpmDS1OutOctets cpmDS1InPackets cpmDS1OutPackets Added system level summary objects: cpmISDNCfgActiveDChannels cpmISDNCfgBChannelsTimeInUse cpmISDNCfgBChannelsTimeInUseAnalog cpmISDNCfgBChannelCalls cpmISDNCfgBChannelAnalogCalls cpmTotalISDNSyncPPPCalls Added DS0StatusTable with objects: cpmDS0OperStatus cpmDS0BusyoutAdminStatus cpmDS0BusyoutAllow cpmDS0BusyoutStatus cpmDS0BusyoutSource cpmDS0BusyoutTime cpmDS0ConfigFunction cpmDS0InterfaceIndex Added busyout notification and notification enable object: cpmDS0BusyoutNotification cpmDS0BusyoutNotifyEnable cpmDS1LoopbackNotifyConfig cpmDS1LoopbackNotifyEnable cpmDS1LoopbackNotification ', 'Added objects: cpmISDNCfgBChanInUseForVoice cpmCASCfgBChanInUseForVoice Added enumeration-type: voice', 'Added objects: cpmDS1DS0UsageTable cpmActiveDS0sHighWaterMark cpmSW56CfgBChannelsInUse', 'Initial version of this MIB module.',)) if mibBuilder.loadTexts: ciscoPopMgmtMIB.setLastUpdated('200512210000Z') if mibBuilder.loadTexts: ciscoPopMgmtMIB.setOrganization('Cisco Systems, Inc.') if mibBuilder.loadTexts: ciscoPopMgmtMIB.setContactInfo(' Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: [email protected]') if mibBuilder.loadTexts: ciscoPopMgmtMIB.setDescription('Cisco Point Of Presence Management MIB to provide DSX1 and DSX0 facilities management and call summaries.') ciscoPopMgmtMIBObjects = MibIdentifier((1, 3, 6, 1, 4, 1, 9, 10, 19, 1)) cpmDS0Usage = MibIdentifier((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 1)) cpmCallFailure = MibIdentifier((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 2)) cpmActiveCallSummary = MibIdentifier((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 3)) cpmCallHistorySummary = MibIdentifier((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 4)) cpmDS0Status = MibIdentifier((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 5)) cpmDS1LoopbackNotifyConfig = MibIdentifier((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 6)) cpmCallVolume = MibIdentifier((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 7)) cpmDS0UsageTable = MibTable((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 1, 1), ) if mibBuilder.loadTexts: cpmDS0UsageTable.setStatus('current') if mibBuilder.loadTexts: cpmDS0UsageTable.setDescription('The DS0 usage table is for hardware and software objects not used as interfaces, and not covered in rfc1213. These objects include analog calls coming over ISDN, Channelized T1, and Channelized E1. This table is created for every DS1 line in the device.') cpmDS0UsageEntry = MibTableRow((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 1, 1, 1), ).setIndexNames((0, "CISCO-POP-MGMT-MIB", "cpmDS1SlotIndex"), (0, "CISCO-POP-MGMT-MIB", "cpmDS1PortIndex"), (0, "CISCO-POP-MGMT-MIB", "cpmChannelIndex")) if mibBuilder.loadTexts: cpmDS0UsageEntry.setStatus('current') if mibBuilder.loadTexts: cpmDS0UsageEntry.setDescription('An entry in the DS0 Usage table.') cpmDS1SlotIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 1, 1, 1, 1), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 2147483647))) if mibBuilder.loadTexts: cpmDS1SlotIndex.setStatus('current') if mibBuilder.loadTexts: cpmDS1SlotIndex.setDescription('The slot index indicates the slot number on the device where the DS1 card resides.') cpmDS1PortIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 1, 1, 1, 2), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 2147483647))) if mibBuilder.loadTexts: cpmDS1PortIndex.setStatus('current') if mibBuilder.loadTexts: cpmDS1PortIndex.setDescription('The port index indicates the port number of a specific DS1 on the DS1 card in the slot') cpmChannelIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 1, 1, 1, 3), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 2147483647))) if mibBuilder.loadTexts: cpmChannelIndex.setStatus('current') if mibBuilder.loadTexts: cpmChannelIndex.setDescription('The channel index that distinguishes the DS0 timeslot of the DS1 port. The range of the channel index is based on the number of T1/E1 channels: 1-24(T1) and 1-31(E1).') cpmConfiguredType = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 1, 1, 1, 4), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4))).clone(namedValues=NamedValues(("unknown", 1), ("isdn", 2), ("ct1", 3), ("ce1", 4)))).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmConfiguredType.setStatus('current') if mibBuilder.loadTexts: cpmConfiguredType.setDescription('The configured technology for the channel: ISDN(2), Channelized T1 (3) or Channelized E1 (4).') cpmDS0CallType = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 1, 1, 1, 5), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5, 6, 7))).clone(namedValues=NamedValues(("idle", 1), ("unknown", 2), ("analog", 3), ("digital", 4), ("v110", 5), ("v120", 6), ("voice", 7)))).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmDS0CallType.setStatus('current') if mibBuilder.loadTexts: cpmDS0CallType.setDescription('The type of the current call carried by this DS0. idle - This DS0 is currently idle. unknown - The data type of the call currently occupying this DS0 is not one of the types listed here. analog - The data type of the call currently occupying this DS0 is analog, i.e. a modem call. digital - The data type of the call currently occupying this DS0 is digital. v110 - The call currently occupying this DS0 is a V110 call. v120 - The call currently occupying this DS0 is a V120 call. voice - The call currently occupying this DS0 is a voice call.') cpmL2Encapsulation = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 1, 1, 1, 6), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5, 6, 7, 8))).clone(namedValues=NamedValues(("idle", 1), ("unknown", 2), ("ppp", 3), ("slip", 4), ("arap", 5), ("hdlc", 6), ("exec", 7), ("voice", 8)))).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmL2Encapsulation.setStatus('current') if mibBuilder.loadTexts: cpmL2Encapsulation.setDescription('The data link encapsulation of the call currently occuppying this DS0: idle - This DS0 is currently idle. unknown - The encapsulation of the currently active call on this DS0 is not one of the options following. PPP - slip - arap - hdlc - exec - voice - voice encapsulation; IANA type voiceEncap(103)') cpmCallCount = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 1, 1, 1, 7), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmCallCount.setStatus('current') if mibBuilder.loadTexts: cpmCallCount.setDescription('The number of calls that have occupied this DS0.') cpmTimeInUse = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 1, 1, 1, 8), TimeTicks()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmTimeInUse.setStatus('current') if mibBuilder.loadTexts: cpmTimeInUse.setDescription('The amount of time that this DS0 has been in use. This is computed by summing up the call durations of all past calls that have occupied this DS0.') cpmInOctets = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 1, 1, 1, 9), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmInOctets.setStatus('current') if mibBuilder.loadTexts: cpmInOctets.setDescription("The total number of octets received on this DS0 for data calls (cpmDS0CallType has the value 'analog(3)' or 'digital(4)' or 'v110(5)' or 'v120(6)'). All the received 'raw' octets are counted, including any protocol headers which may or may not be present, depending on the service type of data call.") cpmOutOctets = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 1, 1, 1, 10), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmOutOctets.setStatus('current') if mibBuilder.loadTexts: cpmOutOctets.setDescription("The total number of octets transmitted on this DS0 for data calls (cpmDS0CallType has the value 'analog(3)' or 'digital(4)' or 'v110(5)' or 'v120(6)'). All the transmitted 'raw' octets are counted, including any protocol headers which may or may not be present, depending on the service type of data call.") cpmInPackets = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 1, 1, 1, 11), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmInPackets.setStatus('current') if mibBuilder.loadTexts: cpmInPackets.setDescription("The total number of packets received on this DS0 for data calls (cpmDS0CallTyp has the value 'analog(3)' or 'digital(4)' or 'v110(5)' or 'v120(6)').") cpmOutPackets = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 1, 1, 1, 12), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmOutPackets.setStatus('current') if mibBuilder.loadTexts: cpmOutPackets.setDescription("The total number of packets transmitted on this DS0 for data calls (cpmDS0CallTyp has the value 'analog(3)' or 'digital(4)' or 'v110(5)' or 'v120(6)').") cpmAssociatedInterface = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 1, 1, 1, 13), InterfaceIndexOrZero()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmAssociatedInterface.setStatus('current') if mibBuilder.loadTexts: cpmAssociatedInterface.setDescription('This is the value of ifIndex when the specific channel has an active call with a corresponding interface in the ifTable. For example, a digital ISDN call has a value pointing to the B-Channel entry in the ifTable. A modem call over ISDN or CT1/CE1 has a value pointing to the async interface of the modem assigned to this call. If the channel is idle, this value is 0.') cpmISDNCfgBChanInUseForAnalog = MibScalar((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 1, 2), Gauge32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmISDNCfgBChanInUseForAnalog.setStatus('current') if mibBuilder.loadTexts: cpmISDNCfgBChanInUseForAnalog.setDescription('The number of configured ISDN B-Channels that are currently occupied by analog calls.') cpmISDNCfgBChannelsInUse = MibScalar((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 1, 3), Gauge32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmISDNCfgBChannelsInUse.setStatus('current') if mibBuilder.loadTexts: cpmISDNCfgBChannelsInUse.setDescription('The number of configured ISDN B-Channels that are currently occupied by both Digital and Analog calls.') cpmActiveDS0s = MibScalar((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 1, 4), Gauge32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmActiveDS0s.setStatus('current') if mibBuilder.loadTexts: cpmActiveDS0s.setDescription('The number of DS0s that are currently in use.') cpmPPPCalls = MibScalar((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 1, 5), Gauge32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmPPPCalls.setStatus('current') if mibBuilder.loadTexts: cpmPPPCalls.setDescription('The current number of active PPP calls received by the managed device') cpmV120Calls = MibScalar((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 1, 6), Gauge32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmV120Calls.setStatus('current') if mibBuilder.loadTexts: cpmV120Calls.setDescription('The current number of active V.120 calls received by the managed device') cpmV110Calls = MibScalar((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 1, 7), Gauge32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmV110Calls.setStatus('current') if mibBuilder.loadTexts: cpmV110Calls.setDescription('The current number of active V.110 calls received by the managed device') cpmActiveDS0sHighWaterMark = MibScalar((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 1, 8), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmActiveDS0sHighWaterMark.setStatus('current') if mibBuilder.loadTexts: cpmActiveDS0sHighWaterMark.setDescription('The high water mark for number of DS0s that are active simultaneously') cpmDS1DS0UsageTable = MibTable((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 1, 9), ) if mibBuilder.loadTexts: cpmDS1DS0UsageTable.setStatus('current') if mibBuilder.loadTexts: cpmDS1DS0UsageTable.setDescription('The DS1-DS0-usage table is for hardware and software objects not used as interfaces, and not covered in rfc1213. These objects provide information on timeslots usage for a particular DS1.') cpmDS1DS0UsageEntry = MibTableRow((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 1, 9, 1), ).setIndexNames((0, "CISCO-POP-MGMT-MIB", "cpmDS1UsageSlotIndex"), (0, "CISCO-POP-MGMT-MIB", "cpmDS1UsagePortIndex")) if mibBuilder.loadTexts: cpmDS1DS0UsageEntry.setStatus('current') if mibBuilder.loadTexts: cpmDS1DS0UsageEntry.setDescription('An entry in the DS0 Usage table.') cpmDS1UsageSlotIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 1, 9, 1, 1), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 2147483647))) if mibBuilder.loadTexts: cpmDS1UsageSlotIndex.setStatus('current') if mibBuilder.loadTexts: cpmDS1UsageSlotIndex.setDescription('The slot index indicates the slot number on the device where the DS1 card resides. The slot index of the first slot is starting from 0 and increment by 1 for the next slot in the device.') cpmDS1UsagePortIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 1, 9, 1, 2), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 2147483647))) if mibBuilder.loadTexts: cpmDS1UsagePortIndex.setStatus('current') if mibBuilder.loadTexts: cpmDS1UsagePortIndex.setDescription('The port index indicates the port number of a specific DS1 on the DS1 card in the slot. The port index of the first port is starting from 0 and increment by 1 for the next port on the DS1 card.') cpmDS1ActiveDS0s = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 1, 9, 1, 3), Gauge32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmDS1ActiveDS0s.setStatus('current') if mibBuilder.loadTexts: cpmDS1ActiveDS0s.setDescription('The number of DS0s that are currently in use for a particular DS1.') cpmDS1ActiveDS0sHighWaterMark = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 1, 9, 1, 4), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmDS1ActiveDS0sHighWaterMark.setStatus('current') if mibBuilder.loadTexts: cpmDS1ActiveDS0sHighWaterMark.setDescription('The highest number of simultaneously actived DS0s on a specified DS1.') cpmDS1TotalAnalogCalls = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 1, 9, 1, 5), Counter32()).setUnits('calls').setMaxAccess("readonly") if mibBuilder.loadTexts: cpmDS1TotalAnalogCalls.setStatus('current') if mibBuilder.loadTexts: cpmDS1TotalAnalogCalls.setDescription("The accumulated number of analog data calls (cpmDS0CallType has the value 'analog(3)') on all ds0s within this DS1 since system startup. The object includes active and terminated calls.") cpmDS1TotalDigitalCalls = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 1, 9, 1, 6), Counter32()).setUnits('calls').setMaxAccess("readonly") if mibBuilder.loadTexts: cpmDS1TotalDigitalCalls.setStatus('current') if mibBuilder.loadTexts: cpmDS1TotalDigitalCalls.setDescription("The accumulated number of digital data calls (cpmDS0CallType has the value 'digital(4)') on all ds0s within this DS1 since system startup. The object includes active and terminated calls.") cpmDS1TotalV110Calls = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 1, 9, 1, 7), Counter32()).setUnits('calls').setMaxAccess("readonly") if mibBuilder.loadTexts: cpmDS1TotalV110Calls.setStatus('current') if mibBuilder.loadTexts: cpmDS1TotalV110Calls.setDescription("The accumulated number of v.110 data calls (cpmDS0CallType has the value 'v110(5)') on all ds0s within this DS1 since system startup. The object includes active and terminated calls.") cpmDS1TotalV120Calls = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 1, 9, 1, 8), Counter32()).setUnits('calls').setMaxAccess("readonly") if mibBuilder.loadTexts: cpmDS1TotalV120Calls.setStatus('current') if mibBuilder.loadTexts: cpmDS1TotalV120Calls.setDescription("The accumulated number of v.120 data calls (cpmDS0CallType has the value 'v120(6)') on all ds0s within this DS1 since system startup. The object includes active and terminated calls.") cpmDS1TotalCalls = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 1, 9, 1, 9), Counter32()).setUnits('calls').setMaxAccess("readonly") if mibBuilder.loadTexts: cpmDS1TotalCalls.setStatus('current') if mibBuilder.loadTexts: cpmDS1TotalCalls.setDescription('The total number of calls on all the DS0s within this DS1 since last system re-initialization. The object includes active and terminated calls. This only includes DS0s configured as bearer channels, not those configured for signaling, such as PRI D-channel.') cpmDS1TotalTimeInUse = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 1, 9, 1, 10), Unsigned32()).setUnits('seconds').setMaxAccess("readonly") if mibBuilder.loadTexts: cpmDS1TotalTimeInUse.setStatus('current') if mibBuilder.loadTexts: cpmDS1TotalTimeInUse.setDescription('The total call duration on all the DS0s within this DS1 since last system re-initialization. This only includes DS0s configured as bearer channels, not those configured for signaling, such as PRI D-channel.') cpmDS1CurrentIdle = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 1, 9, 1, 11), Gauge32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmDS1CurrentIdle.setStatus('current') if mibBuilder.loadTexts: cpmDS1CurrentIdle.setDescription('The total number of DS0s currently in idle state within this DS1. This only includes DS0s configured as bearer and CAS channels, not those configured for signaling, such as PRI D-channel. See cpmDS0OperStatus in the cpmDS0StatusTable for individual DS0s.') cpmDS1CurrentOutOfService = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 1, 9, 1, 12), Gauge32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmDS1CurrentOutOfService.setStatus('current') if mibBuilder.loadTexts: cpmDS1CurrentOutOfService.setDescription('The total number of DS0s in this DS1 currently placed out of service. This only includes DS0s configured as bearer and CAS channels, not those configured for signaling, such as PRI D-channel. See cpmDS0OperStatus in the cpmDS0StatusTable for individual DS0s.') cpmDS1CurrentBusyout = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 1, 9, 1, 13), Gauge32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmDS1CurrentBusyout.setStatus('current') if mibBuilder.loadTexts: cpmDS1CurrentBusyout.setDescription('The total number of DS0s in this DS1 which currently have been requested to be busied out, but are not yet out of service. When an active call on a busied out DS0 terminates, the DS0 will be out of service, this object will be decremented and cpmDS1TotalOutOfService will be incremented. This only includes DS0s configured as bearer channels, not those configured for signaling, such as PRI D-channel. See cpmDS0AdminStatus in the cpmDS0StatusTable for individual DS0s.') cpmDS1InOctets = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 1, 9, 1, 14), Counter32()).setUnits('octets').setMaxAccess("readonly") if mibBuilder.loadTexts: cpmDS1InOctets.setStatus('current') if mibBuilder.loadTexts: cpmDS1InOctets.setDescription('The total number of octets received over all the DS0 bearer channels within this DS1 since last system re-initialization. This value is a sum of all the cpmInOctets objects in the cpmDS0UsageTable for this DS1.') cpmDS1OutOctets = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 1, 9, 1, 15), Counter32()).setUnits('octets').setMaxAccess("readonly") if mibBuilder.loadTexts: cpmDS1OutOctets.setStatus('current') if mibBuilder.loadTexts: cpmDS1OutOctets.setDescription('The total number of octets transmitted over all the DS0 bearer channels within this DS1 since last system re-initialization. This value is a sum of all the cpmOutOctets objects in the cpmDS0UsageTable for this DS1.') cpmDS1InPackets = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 1, 9, 1, 16), Counter32()).setUnits('packets').setMaxAccess("readonly") if mibBuilder.loadTexts: cpmDS1InPackets.setStatus('current') if mibBuilder.loadTexts: cpmDS1InPackets.setDescription('The total number of data packets received over all the DS0 bearer channels within this DS1 since last system re-initialization. This value is a sum of all the cpmInPackets objects in the cpmDS0UsageTable for this DS1. It consists of PPP or PCM voice data packets.') cpmDS1OutPackets = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 1, 9, 1, 17), Counter32()).setUnits('packets').setMaxAccess("readonly") if mibBuilder.loadTexts: cpmDS1OutPackets.setStatus('current') if mibBuilder.loadTexts: cpmDS1OutPackets.setDescription('The total number of data packets transmitted over all the DS0 bearer channels within this DS1 since last system re-initialization. This value is a sum of all the cpmOutPackets objects in the cpmDS0UsageTable for this DS1. It consists of PPP or PCM voice data packets.') cpmSW56CfgBChannelsInUse = MibScalar((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 1, 10), Gauge32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmSW56CfgBChannelsInUse.setStatus('current') if mibBuilder.loadTexts: cpmSW56CfgBChannelsInUse.setDescription('The number of configured SW56 B-Channels that are currently occupied by Digital calls.') cpmISDNCfgBChanInUseForVoice = MibScalar((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 1, 11), Gauge32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmISDNCfgBChanInUseForVoice.setStatus('current') if mibBuilder.loadTexts: cpmISDNCfgBChanInUseForVoice.setDescription('The number of configured ISDN B-Channels that are currently occupied by Voice calls.') cpmCASCfgBChanInUseForVoice = MibScalar((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 1, 12), Gauge32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmCASCfgBChanInUseForVoice.setStatus('current') if mibBuilder.loadTexts: cpmCASCfgBChanInUseForVoice.setDescription('The number of configured CAS Channels that are currently occupied by Voice calls.') cpmISDNCfgActiveDChannels = MibScalar((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 1, 13), Gauge32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmISDNCfgActiveDChannels.setStatus('current') if mibBuilder.loadTexts: cpmISDNCfgActiveDChannels.setDescription('The number of ISDN signaling channels which are active.') cpmISDNCfgBChannelsTimeInUse = MibScalar((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 1, 14), Counter32()).setUnits('seconds').setMaxAccess("readonly") if mibBuilder.loadTexts: cpmISDNCfgBChannelsTimeInUse.setStatus('current') if mibBuilder.loadTexts: cpmISDNCfgBChannelsTimeInUse.setDescription('The total call duration on all the ISDN B-channels since last system re-initialization.') cpmISDNCfgBChannelsTimeInUseAnlg = MibScalar((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 1, 15), Counter32()).setUnits('seconds').setMaxAccess("readonly") if mibBuilder.loadTexts: cpmISDNCfgBChannelsTimeInUseAnlg.setStatus('current') if mibBuilder.loadTexts: cpmISDNCfgBChannelsTimeInUseAnlg.setDescription('The total analog call duration on all the ISDN B-channels since last system re-initialization. Analog call type is identified in cpmDS0CallType.') cpmISDNCfgBChannelCalls = MibScalar((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 1, 16), Counter32()).setUnits('calls').setMaxAccess("readonly") if mibBuilder.loadTexts: cpmISDNCfgBChannelCalls.setStatus('current') if mibBuilder.loadTexts: cpmISDNCfgBChannelCalls.setDescription('The total number of calls on all the ISDN B-channels since last system re-initialization.') cpmISDNCfgBChannelAnalogCalls = MibScalar((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 1, 17), Counter32()).setUnits('calls').setMaxAccess("readonly") if mibBuilder.loadTexts: cpmISDNCfgBChannelAnalogCalls.setStatus('current') if mibBuilder.loadTexts: cpmISDNCfgBChannelAnalogCalls.setDescription('The total number of analog calls on all the ISDN B-channels since last system re-initialization. Analog call type is identified in cpmDS0CallType.') cpmTotalISDNSyncPPPCalls = MibScalar((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 1, 18), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmTotalISDNSyncPPPCalls.setStatus('current') if mibBuilder.loadTexts: cpmTotalISDNSyncPPPCalls.setDescription('The total number of ISDN-sync PPP calls received by the managed device since last system re-initialization.') cpmDS0BusyoutNotifyEnable = MibScalar((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 5, 1), TruthValue()).setMaxAccess("readwrite") if mibBuilder.loadTexts: cpmDS0BusyoutNotifyEnable.setStatus('current') if mibBuilder.loadTexts: cpmDS0BusyoutNotifyEnable.setDescription("This variable controls generation of cpmDS0BusyoutNotification. When this variable is 'true(1)', generation of cpmDS0BusyoutNotification is enabled. When this variable is 'false(2)', generation of cpmDS0BusyoutNotification is disabled. The default value is 'false(2)'. ") cpmDS0StatusTable = MibTable((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 5, 2), ) if mibBuilder.loadTexts: cpmDS0StatusTable.setStatus('current') if mibBuilder.loadTexts: cpmDS0StatusTable.setDescription('The DS0 Status Table provides additional DS0 level information and configuration. This table is an extension of the cpmDS0UsageTable. ') cpmDS0StatusEntry = MibTableRow((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 5, 2, 1), ) cpmDS0UsageEntry.registerAugmentions(("CISCO-POP-MGMT-MIB", "cpmDS0StatusEntry")) cpmDS0StatusEntry.setIndexNames(*cpmDS0UsageEntry.getIndexNames()) if mibBuilder.loadTexts: cpmDS0StatusEntry.setStatus('current') if mibBuilder.loadTexts: cpmDS0StatusEntry.setDescription('Status for an individual DS0. This entry AUGMENTS the cpmDS0UsageEntry. An entry exists for each configured DS0 in the system. ') cpmDS0OperStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 5, 2, 1, 1), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5, 6))).clone(namedValues=NamedValues(("unknown", 1), ("down", 2), ("idle", 3), ("setup", 4), ("connected", 5), ("test", 6)))).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmDS0OperStatus.setStatus('current') if mibBuilder.loadTexts: cpmDS0OperStatus.setDescription('The operational state of the DSO. This object provides more detailed information than the IF-MIB ifOperStatus. unknown - The DSO is in an unknown state down - The DS0 is out of service idle - This DS0 is currently idle setup - A new connection is in the process of being established connected - A active connection exists test - The DSO is undergoing internal testing ') cpmDS0BusyoutAdminStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 5, 2, 1, 2), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3))).clone(namedValues=NamedValues(("noBusyout", 1), ("busyout", 2), ("busyoutImmediate", 3)))).setMaxAccess("readwrite") if mibBuilder.loadTexts: cpmDS0BusyoutAdminStatus.setStatus('current') if mibBuilder.loadTexts: cpmDS0BusyoutAdminStatus.setDescription('The administratively requested busyout state of the DSO. This object represents the desired busyout state of the DS0, which may or may not be reflected in the operation state, cpmDS0OperStatus. This object may be set via SNMP or the system console. noBusyout - No administrative busyout has been requested busyout - The DS0 will be shutdown when it next transitions to idle(2) cpmDS0OperStatus busyoutImmediate - Immediately transition the DS0 to down(2), terminating any current activity The effect of setting this object to busyout or busyoutImmediate is constrained by the value of cpmDS0BusyoutAllowed. If cpmDS0BusyoutAllowed has a value of false, attempting to set this object to busyout or busyoutImmediate will fail. This object provides more busyout information not available from the IF-MIB ifAdminStatus. This object reflects busyout requests configured on the local system as defined for the object cpmDS0BusyoutSource. ') cpmDS0BusyoutAllow = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 5, 2, 1, 3), TruthValue()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmDS0BusyoutAllow.setStatus('current') if mibBuilder.loadTexts: cpmDS0BusyoutAllow.setDescription('The object indicates if busyout requests for this DSO will be allowed. true - Setting cpmDS0BusyoutAdminStatus to busyout(2) or busyoutImmediate(3) will be accepted false - Busyout requests for this DS0 are not allowed The default value is true(1). If cpmDS0BusyoutAllowed has a value of false(2), attempting to set cpmDS0BusyoutAdminStatus to busyout or busyoutImmediate will fail. This object only constrains setting the value of cpmDS0BusyoutAdminStatus when cpmDS0BusyoutAdminStatus is set via SNMP. ') cpmDS0BusyoutStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 5, 2, 1, 4), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3))).clone(namedValues=NamedValues(("noBusyout", 1), ("busyoutPending", 2), ("busiedOut", 3)))).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmDS0BusyoutStatus.setStatus('current') if mibBuilder.loadTexts: cpmDS0BusyoutStatus.setDescription('The busyout status of the DSO. noBusyout - The DS0 is not busied out nor has a busyout pending. busyoutPending - The DS0 has a busyout request pending. It will shutdown when it next transitions to idle(2) cpmDS0OperStatus. busiedOut - The DS0 is out of service due to a busyout request. This object is needed to reflect busyouts initiated other than administrativly, as described in cpmDS0BusyoutSource. ') cpmDS0BusyoutSource = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 5, 2, 1, 5), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4))).clone(namedValues=NamedValues(("none", 1), ("local", 2), ("internal", 3), ("remote", 4)))).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmDS0BusyoutSource.setStatus('current') if mibBuilder.loadTexts: cpmDS0BusyoutSource.setDescription('The source of the busyout request either pending or active for the DSO. none - The DS0 is not busied out nor has a busyout request pending local - The DS0 is busied out or has a pending request due to an adminstrative command issued locally. internal - The DS0 is busied out or has a pending request due to internal system processing. remote - The DS0 is busied out or has a pending request due to a request from the peer switch. ') cpmDS0BusyoutTime = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 5, 2, 1, 6), TimeStamp()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmDS0BusyoutTime.setStatus('current') if mibBuilder.loadTexts: cpmDS0BusyoutTime.setDescription('Value of sysUpTime when the most recent busyout request was issued for this DS0. The value is zero indicates no busyout request has been issued. ') cpmDS0ConfigFunction = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 5, 2, 1, 7), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5, 6, 7))).clone(namedValues=NamedValues(("unknown", 1), ("t1CcsSignallingChan", 2), ("t1CcsBearerChan", 3), ("e1CcsSignallingChan", 4), ("e1CcsBearerChan", 5), ("t1CasChan", 6), ("e1CasChan", 7)))).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmDS0ConfigFunction.setStatus('current') if mibBuilder.loadTexts: cpmDS0ConfigFunction.setDescription('The object indicates the function this DSO is configured to provide. This object provides more detail than cpmConfiguredType. unknown - Unknown configuration t1SignallingChan - DS0 is configured as a T1 common channel signalling (CCS) such as ISDN PRI D-channel t1CcsBearerChan - DS0 is configured as a T1 common channel signalling (CCS) bearer channel e1SignallingChan - DS0 is configured as a E1 common channel signalling (CCS) such as ISDN PRI D-channel e1CcsBearerChan - DS0 is configured as a E1 common channel signalling (CCS) bearer channel t1CasChan - DS0 is configured as a T1 channel associated signalling channel e1CasChan - DS0 is configured as a E1 channel associated signalling channel ') cpmDS0InterfaceIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 5, 2, 1, 8), InterfaceIndexOrZero()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmDS0InterfaceIndex.setStatus('current') if mibBuilder.loadTexts: cpmDS0InterfaceIndex.setDescription('This is the value of ifIndex in the ifTable for this DS0.') cpmISDNCallsRejected = MibScalar((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 2, 1), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmISDNCallsRejected.setStatus('current') if mibBuilder.loadTexts: cpmISDNCallsRejected.setDescription('The number of rejected ISDN calls in this managed device.') cpmModemCallsRejected = MibScalar((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 2, 2), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmModemCallsRejected.setStatus('current') if mibBuilder.loadTexts: cpmModemCallsRejected.setDescription('The number of rejected modem calls in this managed device.') cpmISDNCallsClearedAbnormally = MibScalar((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 2, 3), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmISDNCallsClearedAbnormally.setStatus('current') if mibBuilder.loadTexts: cpmISDNCallsClearedAbnormally.setDescription('The number of connected ISDN calls that have been abnormally cleared, that is, they were cleared by some event other than the following: a - The transmission of a normal disconnect message by the local end. b - The reception of a normal disconnect message from the remote end.') cpmModemCallsClearedAbnormally = MibScalar((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 2, 4), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmModemCallsClearedAbnormally.setStatus('current') if mibBuilder.loadTexts: cpmModemCallsClearedAbnormally.setDescription('The number of connected modem calls that have been abnormally cleared, that is, they were not cleared with the proper modem protocol handshakes.') cpmISDNNoResource = MibScalar((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 2, 5), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmISDNNoResource.setStatus('current') if mibBuilder.loadTexts: cpmISDNNoResource.setDescription('The number of ISDN calls that have been rejected because there is no B-Channel available to handle the call.') cpmModemNoResource = MibScalar((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 2, 6), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmModemNoResource.setStatus('current') if mibBuilder.loadTexts: cpmModemNoResource.setDescription('The number of modem calls that have been rejected because there is no modem available to handle the call.') cpmCallVolSuccISDNDigital = MibScalar((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 7, 1), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmCallVolSuccISDNDigital.setStatus('current') if mibBuilder.loadTexts: cpmCallVolSuccISDNDigital.setDescription("The number of incoming and outgoing successful ISDN digital data calls (cpmDS0CallType has the value 'digital(4)'), since system startup. A successful call is a terminated call that has a disconnect cause of 'normal call clearing(16)'.") cpmCallVolAnalogCallClearedNormally = MibScalar((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 7, 2), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmCallVolAnalogCallClearedNormally.setStatus('current') if mibBuilder.loadTexts: cpmCallVolAnalogCallClearedNormally.setDescription("The number of incoming and outgoing successful analog data calls which use modem resource (cpmDS0CallType has the value 'analog(3)'), since system startup. A successful call is a terminated call who is cleared by the proper modem protocol handshake.") cpmActiveCallSummaryTable = MibTable((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 3, 1), ) if mibBuilder.loadTexts: cpmActiveCallSummaryTable.setStatus('current') if mibBuilder.loadTexts: cpmActiveCallSummaryTable.setDescription('The active call summary table is needed to track currently active calls. This table is needed because modem calls are not in CALL-HISTORY-MIB, and the DIAL-CONTROL_MIB is not yet available.') cpmActiveCallSummaryEntry = MibTableRow((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 3, 1, 1), ).setIndexNames((0, "CISCO-POP-MGMT-MIB", "cpmActiveCallStartTimeIndex"), (0, "CISCO-POP-MGMT-MIB", "cpmActiveCallSummaryIndex")) if mibBuilder.loadTexts: cpmActiveCallSummaryEntry.setStatus('current') if mibBuilder.loadTexts: cpmActiveCallSummaryEntry.setDescription('An entry in the Call Summary table.') cpmActiveCallStartTimeIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 3, 1, 1, 1), TimeStamp()) if mibBuilder.loadTexts: cpmActiveCallStartTimeIndex.setStatus('current') if mibBuilder.loadTexts: cpmActiveCallStartTimeIndex.setDescription('The start time of the current call.') cpmActiveCallSummaryIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 3, 1, 1, 2), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 2147483647))) if mibBuilder.loadTexts: cpmActiveCallSummaryIndex.setStatus('current') if mibBuilder.loadTexts: cpmActiveCallSummaryIndex.setDescription('Arbitrary small integer to distinguish calls that occured at the same time tick.') cpmActiveUserID = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 3, 1, 1, 3), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmActiveUserID.setStatus('current') if mibBuilder.loadTexts: cpmActiveUserID.setDescription('The User login ID or zero length string if unavailable.') cpmActiveUserIpAddr = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 3, 1, 1, 4), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmActiveUserIpAddr.setStatus('current') if mibBuilder.loadTexts: cpmActiveUserIpAddr.setDescription('The IP address of the call or 0.0.0.0 if unavailable. This object comes directly from IOS.') cpmActiveCallType = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 3, 1, 1, 5), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5, 6))).clone(namedValues=NamedValues(("unknown", 1), ("analog", 2), ("digital", 3), ("v110", 4), ("v120", 5), ("voice", 6)))).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmActiveCallType.setStatus('current') if mibBuilder.loadTexts: cpmActiveCallType.setDescription('The call type: unknown - None of the following analog - Modem call digital - Digital call v110 - V110 Call v120 - V120 Call voice - Voice Call') cpmActiveModemSlot = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 3, 1, 1, 6), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 2147483647))).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmActiveModemSlot.setStatus('current') if mibBuilder.loadTexts: cpmActiveModemSlot.setDescription('Identification of modem resource allocated to call. This is the value of cmSlotIndex from CISCO-MODEM-MGMT-MIB. This value along with cpmActiveModemPort uniquely identifies a modem. Value is -1 if call does not utilize a modem.') cpmActiveModemPort = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 3, 1, 1, 7), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 2147483647))).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmActiveModemPort.setStatus('current') if mibBuilder.loadTexts: cpmActiveModemPort.setDescription('Identification of modem resource allocated to call. This is the value of cmPortIndex from CISCO-MODEM-MGMT-MIB. This value along with cpmActiveModemSlot uniquely identifies a modem. Value is -1 if call does not utilize a modem.') cpmActiveCallDuration = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 3, 1, 1, 8), TimeTicks()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmActiveCallDuration.setStatus('current') if mibBuilder.loadTexts: cpmActiveCallDuration.setDescription('The duration of the current call.') cpmActiveEntrySlot = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 3, 1, 1, 9), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 2147483647))).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmActiveEntrySlot.setStatus('current') if mibBuilder.loadTexts: cpmActiveEntrySlot.setDescription('The logical slot in which the DS1 line that the user connected on resides.') cpmActiveEntryPort = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 3, 1, 1, 10), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 2147483647))).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmActiveEntryPort.setStatus('current') if mibBuilder.loadTexts: cpmActiveEntryPort.setDescription('The logical port for the DS1 line that the user connected on.') cpmActiveEntryChannel = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 3, 1, 1, 11), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 2147483647))).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmActiveEntryChannel.setStatus('current') if mibBuilder.loadTexts: cpmActiveEntryChannel.setDescription('The channel within the DS1 that is allocated to the call.') cpmActiveRemotePhoneNumber = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 3, 1, 1, 12), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmActiveRemotePhoneNumber.setStatus('current') if mibBuilder.loadTexts: cpmActiveRemotePhoneNumber.setDescription('The remote telephone number. For a call into the device, this is the originating number. For a call out of the device, this is the dialed number. If not available the string length is zero.') cpmActiveLocalPhoneNumber = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 3, 1, 1, 13), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmActiveLocalPhoneNumber.setStatus('current') if mibBuilder.loadTexts: cpmActiveLocalPhoneNumber.setDescription('The local telephone number. For a call into the device, this is the dialed number. For a call out of the device, this is the originating number. If not available the string length is zero.') cpmActiveTTYNumber = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 3, 1, 1, 14), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmActiveTTYNumber.setStatus('current') if mibBuilder.loadTexts: cpmActiveTTYNumber.setDescription("The TTY number associated with this call. This information comes from the IOS 'show line' command.") cpmCallHistorySummaryTableMaxLength = MibScalar((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 4, 1), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 500)).clone(100)).setMaxAccess("readwrite") if mibBuilder.loadTexts: cpmCallHistorySummaryTableMaxLength.setStatus('current') if mibBuilder.loadTexts: cpmCallHistorySummaryTableMaxLength.setDescription('The upper limit on the number of entries that the cpmCallHistoryTable may contain. A value of 0 will prevent any history from being retained. When this table is full, the oldest entry will be deleted and the new one will be created.') cpmCallHistorySummaryRetainTimer = MibScalar((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 4, 2), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 500)).clone(15)).setUnits('minutes').setMaxAccess("readwrite") if mibBuilder.loadTexts: cpmCallHistorySummaryRetainTimer.setStatus('current') if mibBuilder.loadTexts: cpmCallHistorySummaryRetainTimer.setDescription('The minimum amount of time that an cpmCallHistoryEntry will be maintained before being deleted. A value of 0 will prevent any history from being retained, but will not prevent callCompletion traps being genarated.') cpmCallHistorySummaryTable = MibTable((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 4, 3), ) if mibBuilder.loadTexts: cpmCallHistorySummaryTable.setStatus('current') if mibBuilder.loadTexts: cpmCallHistorySummaryTable.setDescription('The call history summary table is needed to track ended active calls. This table is needed because modem calls are not in CALL-HISTORY-MIB; the CISCO-ISDN-MIB objects do not contain information about the active calls; and the DIAL-CONTROL_MIB is not yet available.') cpmCallHistorySummaryEntry = MibTableRow((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 4, 3, 1), ).setIndexNames((0, "CISCO-POP-MGMT-MIB", "cpmCallDisconnectTimeIndex"), (0, "CISCO-POP-MGMT-MIB", "cpmCallStartTimeIndex"), (0, "CISCO-POP-MGMT-MIB", "cpmCallHistorySummaryIndex")) if mibBuilder.loadTexts: cpmCallHistorySummaryEntry.setStatus('current') if mibBuilder.loadTexts: cpmCallHistorySummaryEntry.setDescription('An entry in the Call Summary table.') cpmCallDisconnectTimeIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 4, 3, 1, 1), TimeStamp()) if mibBuilder.loadTexts: cpmCallDisconnectTimeIndex.setStatus('current') if mibBuilder.loadTexts: cpmCallDisconnectTimeIndex.setDescription('The disconnect time of the call.') cpmCallStartTimeIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 4, 3, 1, 2), TimeStamp()) if mibBuilder.loadTexts: cpmCallStartTimeIndex.setStatus('current') if mibBuilder.loadTexts: cpmCallStartTimeIndex.setDescription('The start time of the current call.') cpmCallHistorySummaryIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 4, 3, 1, 3), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 2147483647))) if mibBuilder.loadTexts: cpmCallHistorySummaryIndex.setStatus('current') if mibBuilder.loadTexts: cpmCallHistorySummaryIndex.setDescription('Arbitrary small integer to distinguish calls that occured at the same time tick.') cpmUserID = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 4, 3, 1, 4), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmUserID.setStatus('current') if mibBuilder.loadTexts: cpmUserID.setDescription('The User login ID or zero length string if unavailable. This object comes directly from IOS.') cpmUserIpAddr = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 4, 3, 1, 5), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmUserIpAddr.setStatus('current') if mibBuilder.loadTexts: cpmUserIpAddr.setDescription('The IP address of the call or 0.0.0.0 if unavailable. This object comes directly from IOS.') cpmCallType = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 4, 3, 1, 6), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5, 6))).clone(namedValues=NamedValues(("unknown", 1), ("analog", 2), ("digital", 3), ("v110", 4), ("v120", 5), ("voice", 6)))).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmCallType.setStatus('current') if mibBuilder.loadTexts: cpmCallType.setDescription('The call type: unknown - None of the following analog - Modem call digital - Digital call v110 - V110 Call v120 - V120 Call voice - Voice Call') cpmModemSlot = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 4, 3, 1, 7), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmModemSlot.setStatus('current') if mibBuilder.loadTexts: cpmModemSlot.setDescription('Identification of modem resource allocated to call. This is the value of cmSlotIndex from CISCO-MODEM-MGMT-MIB. This value along with cpmModemPort uniquely identifies a modem. Value is -1 if call does not utilize a modem.') cpmModemPort = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 4, 3, 1, 8), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmModemPort.setStatus('current') if mibBuilder.loadTexts: cpmModemPort.setDescription('Identification of modem resource allocated to call. This is the value of cmPortIndex from CISCO-MODEM-MGMT-MIB. This value along with cpmModemSlot uniquely identifies a modem. Value is -1 if call does not utilize a modem.') cpmCallDuration = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 4, 3, 1, 9), TimeTicks()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmCallDuration.setStatus('current') if mibBuilder.loadTexts: cpmCallDuration.setDescription('The duration of the current call.') cpmEntrySlot = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 4, 3, 1, 10), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmEntrySlot.setStatus('current') if mibBuilder.loadTexts: cpmEntrySlot.setDescription('The physical system slot in which the DS1 line that the user connected on resides.') cpmEntryPort = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 4, 3, 1, 11), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmEntryPort.setStatus('current') if mibBuilder.loadTexts: cpmEntryPort.setDescription('The logical port for the DS1 line that the user connected on.') cpmEntryChannel = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 4, 3, 1, 12), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmEntryChannel.setStatus('current') if mibBuilder.loadTexts: cpmEntryChannel.setDescription('The channel within the DS1 that is allocated to the call.') cpmRemotePhoneNumber = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 4, 3, 1, 13), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmRemotePhoneNumber.setStatus('current') if mibBuilder.loadTexts: cpmRemotePhoneNumber.setDescription('The remote telephone number. For a call into the device, this is the originating number. For a call out of the device, this is the dialed number. If not available the string length is zero.') cpmLocalPhoneNumber = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 4, 3, 1, 14), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmLocalPhoneNumber.setStatus('current') if mibBuilder.loadTexts: cpmLocalPhoneNumber.setDescription('The local telephone number. For a call into the device, this is the dialed number. For a call out of the device, this is the originating number. If not available the string length is zero.') cpmTTYNumber = MibTableColumn((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 4, 3, 1, 15), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: cpmTTYNumber.setStatus('current') if mibBuilder.loadTexts: cpmTTYNumber.setDescription("The TTY number associated with this call. This information comes from the IOS 'show line' command.") cpmDS1LoopbackNotifyEnable = MibScalar((1, 3, 6, 1, 4, 1, 9, 10, 19, 1, 6, 1), TruthValue()).setMaxAccess("readwrite") if mibBuilder.loadTexts: cpmDS1LoopbackNotifyEnable.setStatus('current') if mibBuilder.loadTexts: cpmDS1LoopbackNotifyEnable.setDescription("This variable controls the generation of cpmDS1LoopbackNotification When this variable is 'true(1)', generation of these notification is enabled. When this variable is 'false(2)', generation is disabled The default value is 'false(2)'. ") cPopMgmtMIBNotificationPrefix = MibIdentifier((1, 3, 6, 1, 4, 1, 9, 10, 19, 2)) cpmNotifications = MibIdentifier((1, 3, 6, 1, 4, 1, 9, 10, 19, 2, 0)) cpmDS0BusyoutNotification = NotificationType((1, 3, 6, 1, 4, 1, 9, 10, 19, 2, 0, 1)).setObjects(("CISCO-POP-MGMT-MIB", "cpmDS0BusyoutStatus"), ("CISCO-POP-MGMT-MIB", "cpmDS0BusyoutTime"), ("CISCO-POP-MGMT-MIB", "cpmDS0BusyoutSource"), ("CISCO-POP-MGMT-MIB", "cpmDS0InterfaceIndex")) if mibBuilder.loadTexts: cpmDS0BusyoutNotification.setStatus('current') if mibBuilder.loadTexts: cpmDS0BusyoutNotification.setDescription('This notification is sent when there is a state change in cpmDS0BusyoutStatus object.') cpmDS1LoopbackNotification = NotificationType((1, 3, 6, 1, 4, 1, 9, 10, 19, 2, 0, 2)).setObjects(("DS1-MIB", "dsx1LineStatus"), ("DS1-MIB", "dsx1LineIndex")) if mibBuilder.loadTexts: cpmDS1LoopbackNotification.setStatus('current') if mibBuilder.loadTexts: cpmDS1LoopbackNotification.setDescription('This notification is sent when there is a state change in dsx1LineStatus object of RFC1406-MIB.') cpmMIBConformance = MibIdentifier((1, 3, 6, 1, 4, 1, 9, 10, 19, 3)) cpmMIBCompliances = MibIdentifier((1, 3, 6, 1, 4, 1, 9, 10, 19, 3, 1)) cpmMIBGroups = MibIdentifier((1, 3, 6, 1, 4, 1, 9, 10, 19, 3, 2)) cpmMIBCompliance = ModuleCompliance((1, 3, 6, 1, 4, 1, 9, 10, 19, 3, 1, 1)).setObjects(("CISCO-POP-MGMT-MIB", "cpmDS0UsageGroup"), ("CISCO-POP-MGMT-MIB", "cpmCallFailureGroup"), ("CISCO-POP-MGMT-MIB", "cpmActiveCallSummaryGroup"), ("CISCO-POP-MGMT-MIB", "cpmCallHistorySummaryGroup")) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): cpmMIBCompliance = cpmMIBCompliance.setStatus('obsolete') if mibBuilder.loadTexts: cpmMIBCompliance.setDescription('The compliance statement used in a PoPM Stack, which implement the Cisco PoP Management MIB') cpmMIBComplianceRev1 = ModuleCompliance((1, 3, 6, 1, 4, 1, 9, 10, 19, 3, 1, 2)).setObjects(("CISCO-POP-MGMT-MIB", "cpmDS0UsageGroupRev1"), ("CISCO-POP-MGMT-MIB", "cpmCallFailureGroup"), ("CISCO-POP-MGMT-MIB", "cpmActiveCallSummaryGroup"), ("CISCO-POP-MGMT-MIB", "cpmCallHistorySummaryGroup")) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): cpmMIBComplianceRev1 = cpmMIBComplianceRev1.setStatus('obsolete') if mibBuilder.loadTexts: cpmMIBComplianceRev1.setDescription('The compliance statement used in a PoPM Stack, which implement the Cisco PoP Management MIB') cpmComplianceRev2 = ModuleCompliance((1, 3, 6, 1, 4, 1, 9, 10, 19, 3, 1, 3)).setObjects(("CISCO-POP-MGMT-MIB", "cpmDS0UsageGroupRev2"), ("CISCO-POP-MGMT-MIB", "cpmCallFailureGroup"), ("CISCO-POP-MGMT-MIB", "cpmActiveCallSummaryGroup"), ("CISCO-POP-MGMT-MIB", "cpmCallHistorySummaryGroup")) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): cpmComplianceRev2 = cpmComplianceRev2.setStatus('obsolete') if mibBuilder.loadTexts: cpmComplianceRev2.setDescription('The compliance statement used in a PoPM Stack, which implement the Cisco PoP Management MIB') cpmMIBComplianceRev3 = ModuleCompliance((1, 3, 6, 1, 4, 1, 9, 10, 19, 3, 1, 4)).setObjects(("CISCO-POP-MGMT-MIB", "cpmDS0UsageGroupRev2"), ("CISCO-POP-MGMT-MIB", "cpmCallFailureGroup"), ("CISCO-POP-MGMT-MIB", "cpmActiveCallSummaryGroup"), ("CISCO-POP-MGMT-MIB", "cpmCallHistorySummaryGroup"), ("CISCO-POP-MGMT-MIB", "cpmDS0StatusGroup"), ("CISCO-POP-MGMT-MIB", "cpmDS1UsageGroup"), ("CISCO-POP-MGMT-MIB", "cpmSystemGroup"), ("CISCO-POP-MGMT-MIB", "cpmNotificationGroup")) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): cpmMIBComplianceRev3 = cpmMIBComplianceRev3.setStatus('deprecated') if mibBuilder.loadTexts: cpmMIBComplianceRev3.setDescription('The compliance statement used in a PoPM Stack, which implement the Cisco PoP Management MIB') cpmMIBComplianceRev4 = ModuleCompliance((1, 3, 6, 1, 4, 1, 9, 10, 19, 3, 1, 5)).setObjects(("CISCO-POP-MGMT-MIB", "cpmDS0UsageGroupRev2"), ("CISCO-POP-MGMT-MIB", "cpmCallFailureGroup"), ("CISCO-POP-MGMT-MIB", "cpmActiveCallSummaryGroup"), ("CISCO-POP-MGMT-MIB", "cpmCallHistorySummaryGroup"), ("CISCO-POP-MGMT-MIB", "cpmCallVolumeGroup"), ("CISCO-POP-MGMT-MIB", "cpmDS0StatusGroup"), ("CISCO-POP-MGMT-MIB", "cpmDS1UsageGroup"), ("CISCO-POP-MGMT-MIB", "cpmSystemGroup")) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): cpmMIBComplianceRev4 = cpmMIBComplianceRev4.setStatus('deprecated') if mibBuilder.loadTexts: cpmMIBComplianceRev4.setDescription('The compliance statement used in a PoPM Stack, which implement the Cisco PoP Management MIB') cpmMIBComplianceRev5 = ModuleCompliance((1, 3, 6, 1, 4, 1, 9, 10, 19, 3, 1, 6)).setObjects(("CISCO-POP-MGMT-MIB", "cpmDS0UsageGroupRev2"), ("CISCO-POP-MGMT-MIB", "cpmCallFailureGroup"), ("CISCO-POP-MGMT-MIB", "cpmActiveCallSummaryGroup"), ("CISCO-POP-MGMT-MIB", "cpmCallHistorySummaryGroup"), ("CISCO-POP-MGMT-MIB", "cpmCallVolumeGroup"), ("CISCO-POP-MGMT-MIB", "cpmDS0StatusGroup"), ("CISCO-POP-MGMT-MIB", "cpmDS1UsageGroup"), ("CISCO-POP-MGMT-MIB", "cpmSystemGroup"), ("CISCO-POP-MGMT-MIB", "cpmDS1LoopbackNotifyConfigGroup"), ("CISCO-POP-MGMT-MIB", "cpmNotificationGroupRev1")) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): cpmMIBComplianceRev5 = cpmMIBComplianceRev5.setStatus('current') if mibBuilder.loadTexts: cpmMIBComplianceRev5.setDescription('The compliance statement used in a PoPM Stack, which implement the Cisco PoP Management MIB') cpmDS0UsageGroup = ObjectGroup((1, 3, 6, 1, 4, 1, 9, 10, 19, 3, 2, 1)).setObjects(("CISCO-POP-MGMT-MIB", "cpmConfiguredType"), ("CISCO-POP-MGMT-MIB", "cpmDS0CallType"), ("CISCO-POP-MGMT-MIB", "cpmL2Encapsulation"), ("CISCO-POP-MGMT-MIB", "cpmCallCount"), ("CISCO-POP-MGMT-MIB", "cpmTimeInUse"), ("CISCO-POP-MGMT-MIB", "cpmInOctets"), ("CISCO-POP-MGMT-MIB", "cpmOutOctets"), ("CISCO-POP-MGMT-MIB", "cpmInPackets"), ("CISCO-POP-MGMT-MIB", "cpmOutPackets"), ("CISCO-POP-MGMT-MIB", "cpmAssociatedInterface"), ("CISCO-POP-MGMT-MIB", "cpmISDNCfgBChanInUseForAnalog"), ("CISCO-POP-MGMT-MIB", "cpmISDNCfgBChannelsInUse"), ("CISCO-POP-MGMT-MIB", "cpmActiveDS0s"), ("CISCO-POP-MGMT-MIB", "cpmPPPCalls"), ("CISCO-POP-MGMT-MIB", "cpmV120Calls"), ("CISCO-POP-MGMT-MIB", "cpmV110Calls")) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): cpmDS0UsageGroup = cpmDS0UsageGroup.setStatus('obsolete') if mibBuilder.loadTexts: cpmDS0UsageGroup.setDescription('A collection of objects providing the analog and digital statistics for a DS1.') cpmCallFailureGroup = ObjectGroup((1, 3, 6, 1, 4, 1, 9, 10, 19, 3, 2, 2)).setObjects(("CISCO-POP-MGMT-MIB", "cpmISDNCallsRejected"), ("CISCO-POP-MGMT-MIB", "cpmModemCallsRejected"), ("CISCO-POP-MGMT-MIB", "cpmISDNCallsClearedAbnormally"), ("CISCO-POP-MGMT-MIB", "cpmModemCallsClearedAbnormally"), ("CISCO-POP-MGMT-MIB", "cpmISDNNoResource"), ("CISCO-POP-MGMT-MIB", "cpmModemNoResource")) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): cpmCallFailureGroup = cpmCallFailureGroup.setStatus('current') if mibBuilder.loadTexts: cpmCallFailureGroup.setDescription('A collection of objects providing aggregate totals of call failures') cpmActiveCallSummaryGroup = ObjectGroup((1, 3, 6, 1, 4, 1, 9, 10, 19, 3, 2, 3)).setObjects(("CISCO-POP-MGMT-MIB", "cpmActiveUserID"), ("CISCO-POP-MGMT-MIB", "cpmActiveCallType"), ("CISCO-POP-MGMT-MIB", "cpmActiveUserIpAddr"), ("CISCO-POP-MGMT-MIB", "cpmActiveModemSlot"), ("CISCO-POP-MGMT-MIB", "cpmActiveModemPort"), ("CISCO-POP-MGMT-MIB", "cpmActiveCallDuration"), ("CISCO-POP-MGMT-MIB", "cpmActiveEntrySlot"), ("CISCO-POP-MGMT-MIB", "cpmActiveEntryPort"), ("CISCO-POP-MGMT-MIB", "cpmActiveEntryChannel"), ("CISCO-POP-MGMT-MIB", "cpmActiveRemotePhoneNumber"), ("CISCO-POP-MGMT-MIB", "cpmActiveLocalPhoneNumber"), ("CISCO-POP-MGMT-MIB", "cpmActiveTTYNumber")) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): cpmActiveCallSummaryGroup = cpmActiveCallSummaryGroup.setStatus('current') if mibBuilder.loadTexts: cpmActiveCallSummaryGroup.setDescription('A collection of objects providing the summary of the currently active calls.') cpmCallHistorySummaryGroup = ObjectGroup((1, 3, 6, 1, 4, 1, 9, 10, 19, 3, 2, 4)).setObjects(("CISCO-POP-MGMT-MIB", "cpmCallHistorySummaryTableMaxLength"), ("CISCO-POP-MGMT-MIB", "cpmCallHistorySummaryRetainTimer"), ("CISCO-POP-MGMT-MIB", "cpmUserID"), ("CISCO-POP-MGMT-MIB", "cpmUserIpAddr"), ("CISCO-POP-MGMT-MIB", "cpmCallType"), ("CISCO-POP-MGMT-MIB", "cpmModemSlot"), ("CISCO-POP-MGMT-MIB", "cpmModemPort"), ("CISCO-POP-MGMT-MIB", "cpmCallDuration"), ("CISCO-POP-MGMT-MIB", "cpmEntrySlot"), ("CISCO-POP-MGMT-MIB", "cpmEntryPort"), ("CISCO-POP-MGMT-MIB", "cpmEntryChannel"), ("CISCO-POP-MGMT-MIB", "cpmRemotePhoneNumber"), ("CISCO-POP-MGMT-MIB", "cpmLocalPhoneNumber"), ("CISCO-POP-MGMT-MIB", "cpmTTYNumber")) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): cpmCallHistorySummaryGroup = cpmCallHistorySummaryGroup.setStatus('current') if mibBuilder.loadTexts: cpmCallHistorySummaryGroup.setDescription('A collection of objects providing the summary of calls that were recently terminated.') cpmDS0UsageGroupRev1 = ObjectGroup((1, 3, 6, 1, 4, 1, 9, 10, 19, 3, 2, 5)).setObjects(("CISCO-POP-MGMT-MIB", "cpmConfiguredType"), ("CISCO-POP-MGMT-MIB", "cpmDS0CallType"), ("CISCO-POP-MGMT-MIB", "cpmL2Encapsulation"), ("CISCO-POP-MGMT-MIB", "cpmCallCount"), ("CISCO-POP-MGMT-MIB", "cpmTimeInUse"), ("CISCO-POP-MGMT-MIB", "cpmInOctets"), ("CISCO-POP-MGMT-MIB", "cpmOutOctets"), ("CISCO-POP-MGMT-MIB", "cpmInPackets"), ("CISCO-POP-MGMT-MIB", "cpmOutPackets"), ("CISCO-POP-MGMT-MIB", "cpmAssociatedInterface"), ("CISCO-POP-MGMT-MIB", "cpmISDNCfgBChanInUseForAnalog"), ("CISCO-POP-MGMT-MIB", "cpmISDNCfgBChannelsInUse"), ("CISCO-POP-MGMT-MIB", "cpmActiveDS0s"), ("CISCO-POP-MGMT-MIB", "cpmPPPCalls"), ("CISCO-POP-MGMT-MIB", "cpmV120Calls"), ("CISCO-POP-MGMT-MIB", "cpmV110Calls"), ("CISCO-POP-MGMT-MIB", "cpmActiveDS0sHighWaterMark"), ("CISCO-POP-MGMT-MIB", "cpmDS1ActiveDS0s"), ("CISCO-POP-MGMT-MIB", "cpmDS1ActiveDS0sHighWaterMark"), ("CISCO-POP-MGMT-MIB", "cpmSW56CfgBChannelsInUse")) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): cpmDS0UsageGroupRev1 = cpmDS0UsageGroupRev1.setStatus('obsolete') if mibBuilder.loadTexts: cpmDS0UsageGroupRev1.setDescription('A collection of objects providing the analog and digital statistics for a DS1.') cpmDS0UsageGroupRev2 = ObjectGroup((1, 3, 6, 1, 4, 1, 9, 10, 19, 3, 2, 6)).setObjects(("CISCO-POP-MGMT-MIB", "cpmConfiguredType"), ("CISCO-POP-MGMT-MIB", "cpmDS0CallType"), ("CISCO-POP-MGMT-MIB", "cpmL2Encapsulation"), ("CISCO-POP-MGMT-MIB", "cpmCallCount"), ("CISCO-POP-MGMT-MIB", "cpmTimeInUse"), ("CISCO-POP-MGMT-MIB", "cpmInOctets"), ("CISCO-POP-MGMT-MIB", "cpmOutOctets"), ("CISCO-POP-MGMT-MIB", "cpmInPackets"), ("CISCO-POP-MGMT-MIB", "cpmOutPackets"), ("CISCO-POP-MGMT-MIB", "cpmAssociatedInterface"), ("CISCO-POP-MGMT-MIB", "cpmISDNCfgBChanInUseForAnalog"), ("CISCO-POP-MGMT-MIB", "cpmISDNCfgBChannelsInUse"), ("CISCO-POP-MGMT-MIB", "cpmActiveDS0s"), ("CISCO-POP-MGMT-MIB", "cpmPPPCalls"), ("CISCO-POP-MGMT-MIB", "cpmV120Calls"), ("CISCO-POP-MGMT-MIB", "cpmV110Calls"), ("CISCO-POP-MGMT-MIB", "cpmActiveDS0sHighWaterMark"), ("CISCO-POP-MGMT-MIB", "cpmDS1ActiveDS0s"), ("CISCO-POP-MGMT-MIB", "cpmDS1ActiveDS0sHighWaterMark"), ("CISCO-POP-MGMT-MIB", "cpmSW56CfgBChannelsInUse"), ("CISCO-POP-MGMT-MIB", "cpmISDNCfgBChanInUseForVoice"), ("CISCO-POP-MGMT-MIB", "cpmCASCfgBChanInUseForVoice")) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): cpmDS0UsageGroupRev2 = cpmDS0UsageGroupRev2.setStatus('current') if mibBuilder.loadTexts: cpmDS0UsageGroupRev2.setDescription('A collection of objects providing the analog and digital statistics for a DS1.') cpmDS1UsageGroup = ObjectGroup((1, 3, 6, 1, 4, 1, 9, 10, 19, 3, 2, 7)).setObjects(("CISCO-POP-MGMT-MIB", "cpmDS1TotalAnalogCalls"), ("CISCO-POP-MGMT-MIB", "cpmDS1TotalDigitalCalls"), ("CISCO-POP-MGMT-MIB", "cpmDS1TotalV110Calls"), ("CISCO-POP-MGMT-MIB", "cpmDS1TotalV120Calls"), ("CISCO-POP-MGMT-MIB", "cpmDS1TotalCalls"), ("CISCO-POP-MGMT-MIB", "cpmDS1TotalTimeInUse"), ("CISCO-POP-MGMT-MIB", "cpmDS1CurrentIdle"), ("CISCO-POP-MGMT-MIB", "cpmDS1CurrentOutOfService"), ("CISCO-POP-MGMT-MIB", "cpmDS1CurrentBusyout"), ("CISCO-POP-MGMT-MIB", "cpmDS1InOctets"), ("CISCO-POP-MGMT-MIB", "cpmDS1OutOctets"), ("CISCO-POP-MGMT-MIB", "cpmDS1InPackets"), ("CISCO-POP-MGMT-MIB", "cpmDS1OutPackets")) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): cpmDS1UsageGroup = cpmDS1UsageGroup.setStatus('current') if mibBuilder.loadTexts: cpmDS1UsageGroup.setDescription('A collection of objects providing statistics aggregation across DS0s within a DS1.') cpmSystemGroup = ObjectGroup((1, 3, 6, 1, 4, 1, 9, 10, 19, 3, 2, 8)).setObjects(("CISCO-POP-MGMT-MIB", "cpmISDNCfgActiveDChannels"), ("CISCO-POP-MGMT-MIB", "cpmISDNCfgBChannelsTimeInUse"), ("CISCO-POP-MGMT-MIB", "cpmISDNCfgBChannelsTimeInUseAnlg"), ("CISCO-POP-MGMT-MIB", "cpmISDNCfgBChannelCalls"), ("CISCO-POP-MGMT-MIB", "cpmISDNCfgBChannelAnalogCalls"), ("CISCO-POP-MGMT-MIB", "cpmTotalISDNSyncPPPCalls")) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): cpmSystemGroup = cpmSystemGroup.setStatus('current') if mibBuilder.loadTexts: cpmSystemGroup.setDescription('A collection of objects providing statistics aggregation for the entire system.') cpmDS0StatusGroup = ObjectGroup((1, 3, 6, 1, 4, 1, 9, 10, 19, 3, 2, 9)).setObjects(("CISCO-POP-MGMT-MIB", "cpmDS0BusyoutNotifyEnable"), ("CISCO-POP-MGMT-MIB", "cpmDS0OperStatus"), ("CISCO-POP-MGMT-MIB", "cpmDS0BusyoutAdminStatus"), ("CISCO-POP-MGMT-MIB", "cpmDS0BusyoutAllow"), ("CISCO-POP-MGMT-MIB", "cpmDS0BusyoutStatus"), ("CISCO-POP-MGMT-MIB", "cpmDS0BusyoutSource"), ("CISCO-POP-MGMT-MIB", "cpmDS0BusyoutTime"), ("CISCO-POP-MGMT-MIB", "cpmDS0ConfigFunction"), ("CISCO-POP-MGMT-MIB", "cpmDS0InterfaceIndex")) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): cpmDS0StatusGroup = cpmDS0StatusGroup.setStatus('current') if mibBuilder.loadTexts: cpmDS0StatusGroup.setDescription('A collection of objects providing the status for a DS0.') cpmNotificationGroup = NotificationGroup((1, 3, 6, 1, 4, 1, 9, 10, 19, 3, 2, 10)).setObjects(("CISCO-POP-MGMT-MIB", "cpmDS0BusyoutNotification")) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): cpmNotificationGroup = cpmNotificationGroup.setStatus('deprecated') if mibBuilder.loadTexts: cpmNotificationGroup.setDescription('The collection of notifications ') cpmDS1LoopbackNotifyConfigGroup = ObjectGroup((1, 3, 6, 1, 4, 1, 9, 10, 19, 3, 2, 11)).setObjects(("CISCO-POP-MGMT-MIB", "cpmDS1LoopbackNotifyEnable")) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): cpmDS1LoopbackNotifyConfigGroup = cpmDS1LoopbackNotifyConfigGroup.setStatus('current') if mibBuilder.loadTexts: cpmDS1LoopbackNotifyConfigGroup.setDescription('A collection of objects providing the notification configuration ') cpmCallVolumeGroup = ObjectGroup((1, 3, 6, 1, 4, 1, 9, 10, 19, 3, 2, 12)).setObjects(("CISCO-POP-MGMT-MIB", "cpmCallVolSuccISDNDigital"), ("CISCO-POP-MGMT-MIB", "cpmCallVolAnalogCallClearedNormally")) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): cpmCallVolumeGroup = cpmCallVolumeGroup.setStatus('current') if mibBuilder.loadTexts: cpmCallVolumeGroup.setDescription('A collection of objects providing aggregate totals of call successfully completed') cpmNotificationGroupRev1 = NotificationGroup((1, 3, 6, 1, 4, 1, 9, 10, 19, 3, 2, 13)).setObjects(("CISCO-POP-MGMT-MIB", "cpmDS0BusyoutNotification"), ("CISCO-POP-MGMT-MIB", "cpmDS1LoopbackNotification")) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): cpmNotificationGroupRev1 = cpmNotificationGroupRev1.setStatus('current') if mibBuilder.loadTexts: cpmNotificationGroupRev1.setDescription('The collection of notifications ') mibBuilder.exportSymbols("CISCO-POP-MGMT-MIB", cpmOutPackets=cpmOutPackets, cpmNotifications=cpmNotifications, cpmCallHistorySummaryGroup=cpmCallHistorySummaryGroup, cpmISDNNoResource=cpmISDNNoResource, cpmDS0InterfaceIndex=cpmDS0InterfaceIndex, cpmTTYNumber=cpmTTYNumber, cpmDS0UsageEntry=cpmDS0UsageEntry, cpmChannelIndex=cpmChannelIndex, cpmDS1ActiveDS0s=cpmDS1ActiveDS0s, cpmSystemGroup=cpmSystemGroup, cpmTotalISDNSyncPPPCalls=cpmTotalISDNSyncPPPCalls, cpmDS0BusyoutAdminStatus=cpmDS0BusyoutAdminStatus, cpmDS0BusyoutSource=cpmDS0BusyoutSource, cpmPPPCalls=cpmPPPCalls, cpmV120Calls=cpmV120Calls, cpmDS0StatusEntry=cpmDS0StatusEntry, cpmActiveRemotePhoneNumber=cpmActiveRemotePhoneNumber, cpmCallHistorySummary=cpmCallHistorySummary, cpmActiveCallDuration=cpmActiveCallDuration, cpmCallHistorySummaryIndex=cpmCallHistorySummaryIndex, cpmDS0UsageGroupRev2=cpmDS0UsageGroupRev2, cpmDS0CallType=cpmDS0CallType, cpmCallType=cpmCallType, cpmActiveDS0sHighWaterMark=cpmActiveDS0sHighWaterMark, cpmEntryChannel=cpmEntryChannel, cpmModemPort=cpmModemPort, cpmComplianceRev2=cpmComplianceRev2, cpmNotificationGroupRev1=cpmNotificationGroupRev1, cpmDS1CurrentOutOfService=cpmDS1CurrentOutOfService, cPopMgmtMIBNotificationPrefix=cPopMgmtMIBNotificationPrefix, cpmISDNCfgActiveDChannels=cpmISDNCfgActiveDChannels, cpmCallStartTimeIndex=cpmCallStartTimeIndex, cpmDS1OutPackets=cpmDS1OutPackets, cpmDS1LoopbackNotifyConfigGroup=cpmDS1LoopbackNotifyConfigGroup, cpmDS0Status=cpmDS0Status, cpmUserIpAddr=cpmUserIpAddr, cpmActiveCallStartTimeIndex=cpmActiveCallStartTimeIndex, cpmDS1SlotIndex=cpmDS1SlotIndex, ciscoPopMgmtMIB=ciscoPopMgmtMIB, cpmCallDisconnectTimeIndex=cpmCallDisconnectTimeIndex, cpmCallHistorySummaryTableMaxLength=cpmCallHistorySummaryTableMaxLength, cpmTimeInUse=cpmTimeInUse, cpmActiveEntrySlot=cpmActiveEntrySlot, cpmCallVolumeGroup=cpmCallVolumeGroup, cpmCallVolSuccISDNDigital=cpmCallVolSuccISDNDigital, cpmAssociatedInterface=cpmAssociatedInterface, cpmMIBGroups=cpmMIBGroups, cpmSW56CfgBChannelsInUse=cpmSW56CfgBChannelsInUse, cpmDS0UsageTable=cpmDS0UsageTable, cpmMIBConformance=cpmMIBConformance, cpmCallCount=cpmCallCount, cpmDS0OperStatus=cpmDS0OperStatus, cpmDS0ConfigFunction=cpmDS0ConfigFunction, cpmCallHistorySummaryTable=cpmCallHistorySummaryTable, cpmCASCfgBChanInUseForVoice=cpmCASCfgBChanInUseForVoice, cpmDS0BusyoutStatus=cpmDS0BusyoutStatus, cpmISDNCfgBChannelAnalogCalls=cpmISDNCfgBChannelAnalogCalls, cpmDS1TotalDigitalCalls=cpmDS1TotalDigitalCalls, cpmActiveCallSummaryTable=cpmActiveCallSummaryTable, cpmDS0StatusTable=cpmDS0StatusTable, cpmActiveCallType=cpmActiveCallType, cpmDS1LoopbackNotifyEnable=cpmDS1LoopbackNotifyEnable, cpmDS1TotalCalls=cpmDS1TotalCalls, cpmL2Encapsulation=cpmL2Encapsulation, cpmDS0UsageGroupRev1=cpmDS0UsageGroupRev1, cpmActiveCallSummary=cpmActiveCallSummary, cpmDS1UsageSlotIndex=cpmDS1UsageSlotIndex, cpmRemotePhoneNumber=cpmRemotePhoneNumber, cpmCallFailureGroup=cpmCallFailureGroup, cpmDS0StatusGroup=cpmDS0StatusGroup, cpmActiveModemPort=cpmActiveModemPort, cpmDS1TotalAnalogCalls=cpmDS1TotalAnalogCalls, cpmMIBComplianceRev3=cpmMIBComplianceRev3, cpmMIBComplianceRev5=cpmMIBComplianceRev5, cpmActiveDS0s=cpmActiveDS0s, cpmEntrySlot=cpmEntrySlot, cpmCallHistorySummaryRetainTimer=cpmCallHistorySummaryRetainTimer, cpmActiveCallSummaryGroup=cpmActiveCallSummaryGroup, cpmInOctets=cpmInOctets, cpmDS1UsagePortIndex=cpmDS1UsagePortIndex, PYSNMP_MODULE_ID=ciscoPopMgmtMIB, cpmDS1InPackets=cpmDS1InPackets, cpmDS1CurrentBusyout=cpmDS1CurrentBusyout, cpmActiveLocalPhoneNumber=cpmActiveLocalPhoneNumber, cpmDS0BusyoutAllow=cpmDS0BusyoutAllow, cpmActiveUserID=cpmActiveUserID, cpmDS1LoopbackNotifyConfig=cpmDS1LoopbackNotifyConfig, cpmISDNCfgBChannelsInUse=cpmISDNCfgBChannelsInUse, cpmDS1PortIndex=cpmDS1PortIndex, cpmCallFailure=cpmCallFailure, cpmDS1ActiveDS0sHighWaterMark=cpmDS1ActiveDS0sHighWaterMark, cpmDS1CurrentIdle=cpmDS1CurrentIdle, cpmCallVolume=cpmCallVolume, cpmDS1UsageGroup=cpmDS1UsageGroup, cpmModemCallsRejected=cpmModemCallsRejected, cpmModemSlot=cpmModemSlot, cpmOutOctets=cpmOutOctets, cpmDS1DS0UsageTable=cpmDS1DS0UsageTable, cpmInPackets=cpmInPackets, cpmISDNCfgBChanInUseForAnalog=cpmISDNCfgBChanInUseForAnalog, cpmDS1LoopbackNotification=cpmDS1LoopbackNotification, cpmEntryPort=cpmEntryPort, cpmDS0BusyoutNotification=cpmDS0BusyoutNotification, cpmDS1TotalV120Calls=cpmDS1TotalV120Calls, cpmMIBComplianceRev4=cpmMIBComplianceRev4, cpmActiveEntryChannel=cpmActiveEntryChannel, cpmMIBCompliances=cpmMIBCompliances, cpmCallDuration=cpmCallDuration, cpmLocalPhoneNumber=cpmLocalPhoneNumber, cpmDS1OutOctets=cpmDS1OutOctets, cpmISDNCfgBChannelsTimeInUseAnlg=cpmISDNCfgBChannelsTimeInUseAnlg, cpmActiveEntryPort=cpmActiveEntryPort, cpmMIBComplianceRev1=cpmMIBComplianceRev1, cpmISDNCallsRejected=cpmISDNCallsRejected, cpmISDNCfgBChannelsTimeInUse=cpmISDNCfgBChannelsTimeInUse, cpmDS1TotalTimeInUse=cpmDS1TotalTimeInUse, cpmConfiguredType=cpmConfiguredType, cpmCallVolAnalogCallClearedNormally=cpmCallVolAnalogCallClearedNormally, cpmISDNCfgBChanInUseForVoice=cpmISDNCfgBChanInUseForVoice, cpmDS0BusyoutNotifyEnable=cpmDS0BusyoutNotifyEnable, cpmISDNCallsClearedAbnormally=cpmISDNCallsClearedAbnormally, cpmActiveModemSlot=cpmActiveModemSlot, cpmDS0UsageGroup=cpmDS0UsageGroup, cpmModemNoResource=cpmModemNoResource, cpmActiveCallSummaryEntry=cpmActiveCallSummaryEntry, cpmActiveTTYNumber=cpmActiveTTYNumber, cpmUserID=cpmUserID, cpmDS1InOctets=cpmDS1InOctets, cpmDS1DS0UsageEntry=cpmDS1DS0UsageEntry, cpmModemCallsClearedAbnormally=cpmModemCallsClearedAbnormally, cpmNotificationGroup=cpmNotificationGroup, ciscoPopMgmtMIBObjects=ciscoPopMgmtMIBObjects, cpmMIBCompliance=cpmMIBCompliance, cpmDS0BusyoutTime=cpmDS0BusyoutTime, cpmActiveUserIpAddr=cpmActiveUserIpAddr, cpmCallHistorySummaryEntry=cpmCallHistorySummaryEntry, cpmISDNCfgBChannelCalls=cpmISDNCfgBChannelCalls, cpmDS1TotalV110Calls=cpmDS1TotalV110Calls, cpmActiveCallSummaryIndex=cpmActiveCallSummaryIndex, cpmV110Calls=cpmV110Calls, cpmDS0Usage=cpmDS0Usage)
[ 2, 198, 2, 9485, 15571, 7378, 337, 9865, 8265, 36159, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 357, 4023, 1378, 16184, 76, 489, 8937, 13, 785, 14, 79, 893, 11632, 8, 198, 2, 7054, 45, 13, 16, 2723, 2393, 1378, 14, 14490, 14, 67, 615, 47562, 19, 14, 13603, 14, 76, 571, 82, 13, 16184, 76, 489, 8937, 13, 785, 14, 292, 77, 16, 14, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 198, 2, 21522, 771, 416, 279, 893, 11632, 12, 15, 13, 18, 13, 19, 379, 3300, 1737, 220, 352, 1105, 25, 2931, 25, 2670, 13130, 198, 2, 1550, 2583, 42274, 54, 15567, 19, 12, 44, 12, 1415, 2425, 3859, 21450, 2196, 1248, 13, 20, 13, 15, 416, 2836, 288, 615, 47562, 19, 198, 2, 8554, 11361, 2196, 513, 13, 22, 13, 18, 357, 12286, 11, 1526, 2681, 13130, 11, 7769, 25, 1954, 25, 1314, 8, 220, 198, 2, 198, 46541, 11, 2556, 316, 10100, 11, 9515, 33234, 7483, 796, 285, 571, 32875, 13, 11748, 13940, 2022, 10220, 7203, 1921, 45, 16, 1600, 366, 46541, 1600, 366, 12349, 316, 10100, 1600, 366, 10267, 33234, 7483, 4943, 198, 45, 2434, 40161, 11, 796, 285, 571, 32875, 13, 11748, 13940, 2022, 10220, 7203, 1921, 45, 16, 12, 1677, 5883, 1137, 6234, 1600, 366, 45, 2434, 40161, 4943, 198, 28008, 11395, 3103, 2536, 2913, 11, 11052, 17257, 3103, 2536, 2913, 11, 1482, 2536, 6003, 38176, 11, 11052, 10699, 3103, 2536, 2913, 11, 1482, 2536, 6003, 9492, 5458, 796, 285, 571, 32875, 13, 11748, 13940, 2022, 10220, 7203, 1921, 45, 16, 12, 2200, 20032, 12529, 1600, 366, 28008, 11395, 3103, 2536, 2913, 1600, 366, 11395, 17257, 3103, 2536, 2913, 1600, 366, 3103, 2536, 6003, 38176, 1600, 366, 11395, 10699, 3103, 2536, 2913, 1600, 366, 3103, 2536, 6003, 9492, 5458, 4943, 198, 66, 4861, 20468, 3681, 11, 796, 285, 571, 32875, 13, 11748, 13940, 2022, 10220, 7203, 34, 1797, 8220, 12, 50, 8895, 1600, 366, 66, 4861, 20468, 3681, 4943, 198, 9310, 87, 16, 13949, 15732, 11, 288, 82, 87, 16, 13949, 19580, 796, 285, 571, 32875, 13, 11748, 13940, 2022, 10220, 7203, 5258, 16, 12, 8895, 33, 1600, 366, 9310, 87, 16, 13949, 15732, 1600, 366, 9310, 87, 16, 13949, 19580, 4943, 198, 39317, 15732, 5574, 28667, 11, 796, 285, 571, 32875, 13, 11748, 13940, 2022, 10220, 7203, 5064, 12, 8895, 33, 1600, 366, 39317, 15732, 5574, 28667, 4943, 198, 26796, 38143, 3610, 11, 9515, 13247, 11, 42808, 13247, 796, 285, 571, 32875, 13, 11748, 13940, 2022, 10220, 7203, 15571, 7378, 85, 17, 12, 10943, 37, 1600, 366, 26796, 38143, 3610, 1600, 366, 10267, 13247, 1600, 366, 3673, 2649, 13247, 4943, 198, 3673, 2649, 6030, 11, 47279, 11, 337, 571, 3351, 282, 283, 11, 337, 571, 10962, 11, 337, 571, 10962, 25166, 11, 337, 571, 10962, 39470, 11, 314, 79, 20231, 11, 3862, 51, 3378, 11, 35094, 469, 2624, 11, 15034, 2414, 11, 9515, 7390, 26858, 11, 337, 571, 33234, 7483, 11, 34142, 2624, 11, 44733, 11, 15034, 2624, 11, 791, 32696, 2624, 11, 19937, 7390, 26858, 796, 285, 571, 32875, 13, 11748, 13940, 2022, 10220, 7203, 15571, 7378, 85, 17, 12, 50, 8895, 1600, 366, 3673, 2649, 6030, 1600, 366, 26786, 1600, 366, 44, 571, 3351, 282, 283, 1600, 366, 44, 571, 10962, 1600, 366, 44, 571, 10962, 25166, 1600, 366, 44, 571, 10962, 39470, 1600, 366, 40, 79, 20231, 1600, 366, 7575, 51, 3378, 1600, 366, 38, 559, 469, 2624, 1600, 366, 31694, 2414, 1600, 366, 10267, 7390, 26858, 1600, 366, 44, 571, 33234, 7483, 1600, 366, 46541, 2624, 1600, 366, 33, 896, 1600, 366, 31694, 2624, 1600, 366, 3118, 32696, 2624, 1600, 366, 26796, 7390, 26858, 4943, 198, 23114, 10100, 11, 3862, 1273, 696, 11, 8255, 723, 3103, 4018, 11, 14056, 11395, 796, 285, 571, 32875, 13, 11748, 13940, 2022, 10220, 7203, 15571, 7378, 85, 17, 12, 4825, 1600, 366, 23114, 10100, 1600, 366, 7575, 1273, 696, 1600, 366, 8206, 723, 3103, 4018, 1600, 366, 38782, 11395, 4943, 198, 66, 4861, 16979, 44, 70, 16762, 8895, 33, 796, 19937, 7390, 26858, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 4008, 198, 66, 4861, 16979, 44, 70, 16762, 8895, 33, 13, 2617, 18009, 3279, 7, 10786, 14315, 12, 1065, 12, 2481, 3571, 25, 405, 3256, 705, 16942, 12, 1065, 12, 2075, 3571, 25, 405, 3256, 705, 11024, 12, 1157, 12, 1959, 3571, 25, 405, 3256, 705, 11024, 12, 3070, 12, 3070, 3571, 25, 405, 3256, 705, 21113, 12, 2999, 12, 2999, 3571, 25, 405, 3256, 705, 21498, 12, 940, 12, 2481, 3571, 25, 405, 3256, 705, 21498, 12, 2713, 12, 486, 3571, 25, 405, 3256, 4008, 198, 198, 361, 651, 35226, 7, 76, 571, 32875, 11, 705, 9641, 3256, 357, 15, 11, 657, 11, 657, 4008, 1875, 357, 19, 11, 604, 11, 657, 2599, 198, 220, 220, 220, 611, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4861, 16979, 44, 70, 16762, 8895, 33, 13, 2617, 18009, 3279, 24564, 1968, 507, 7, 10786, 3546, 9213, 288, 82, 87, 16, 13949, 15732, 422, 17400, 16, 12, 8895, 33, 2427, 286, 30978, 1415, 3312, 12, 8895, 33, 32068, 19704, 45, 5603, 55, 286, 269, 4426, 5258, 16, 38963, 15732, 269, 4426, 5258, 16, 13924, 15732, 269, 4426, 29239, 15732, 269, 4426, 5258, 16, 28350, 38963, 15732, 269, 4426, 5258, 16, 28350, 13924, 15732, 269, 4426, 13739, 14134, 22093, 15732, 269, 4426, 14134, 18122, 22093, 15732, 269, 4426, 13739, 5841, 368, 38963, 269, 4426, 13739, 5841, 368, 13924, 269, 4426, 13739, 30150, 38963, 269, 4426, 13739, 30150, 13924, 269, 4426, 13739, 30150, 29239, 422, 34142, 2624, 284, 34142, 2624, 357, 15, 492, 17, 20198, 2780, 26780, 22, 8, 1846, 9213, 791, 32696, 2624, 422, 11346, 7378, 85, 17, 12, 50, 8895, 2427, 286, 36159, 8220, 12, 4825, 2637, 11, 705, 13003, 3809, 7, 21, 8, 284, 2134, 269, 4426, 14134, 6030, 13, 10687, 42808, 4912, 269, 4426, 3673, 2649, 13247, 18009, 16, 3256, 705, 13003, 269, 4426, 14134, 31715, 351, 5563, 25, 269, 4426, 14134, 16598, 5606, 535, 1797, 35, 8575, 328, 1287, 269, 4426, 14134, 16598, 2025, 11794, 14134, 34349, 1144, 43625, 3256, 705, 11627, 1631, 269, 4426, 30832, 16, 5258, 15, 28350, 10962, 351, 5563, 25, 269, 4426, 5258, 16, 14957, 2025, 11794, 34, 5691, 269, 4426, 5258, 16, 14957, 27640, 34, 5691, 269, 4426, 5258, 16, 14957, 53, 11442, 34, 5691, 269, 4426, 5258, 16, 14957, 53, 10232, 34, 5691, 269, 4426, 5258, 16, 14957, 34, 5691, 269, 4426, 5258, 16, 14957, 7575, 818, 11041, 269, 4426, 5258, 16, 11297, 7390, 293, 269, 4426, 5258, 16, 11297, 7975, 5189, 16177, 269, 4426, 5258, 16, 11297, 16286, 32015, 269, 4426, 5258, 16, 818, 12349, 1039, 269, 4426, 5258, 16, 7975, 12349, 1039, 269, 4426, 5258, 16, 818, 11869, 1039, 269, 4426, 5258, 16, 7975, 11869, 1039, 10687, 1080, 1241, 10638, 5563, 25, 269, 4426, 1797, 35, 7792, 40616, 13739, 35, 1925, 8961, 269, 4426, 1797, 35, 7792, 40616, 33, 1925, 8961, 7575, 818, 11041, 269, 4426, 1797, 35, 7792, 40616, 33, 1925, 8961, 7575, 818, 11041, 2025, 11794, 269, 4426, 1797, 35, 7792, 40616, 33, 29239, 34, 5691, 269, 4426, 1797, 35, 7792, 40616, 33, 29239, 2025, 11794, 34, 5691, 269, 4426, 14957, 1797, 35, 8035, 13361, 10246, 5662, 5691, 10687, 17400, 15, 19580, 10962, 351, 5563, 25, 269, 4426, 5258, 15, 18843, 19580, 269, 4426, 5258, 15, 16286, 32015, 46787, 19580, 269, 4426, 5258, 15, 16286, 32015, 35265, 269, 4426, 5258, 15, 16286, 32015, 19580, 269, 4426, 5258, 15, 16286, 32015, 7416, 269, 4426, 5258, 15, 16286, 32015, 7575, 269, 4426, 5258, 15, 16934, 22203, 269, 4426, 5258, 15, 39317, 15732, 10687, 8179, 448, 14483, 290, 14483, 7139, 2134, 25, 269, 4426, 5258, 15, 16286, 32015, 3673, 2649, 269, 4426, 5258, 15, 16286, 32015, 3673, 1958, 36695, 269, 4426, 5258, 16, 39516, 1891, 3673, 1958, 16934, 269, 4426, 5258, 16, 39516, 1891, 3673, 1958, 36695, 269, 4426, 5258, 16, 39516, 1891, 3673, 2649, 46083, 705, 13003, 5563, 25, 269, 4426, 1797, 35, 7792, 40616, 33, 48407, 818, 11041, 1890, 35708, 269, 4426, 34, 42643, 40616, 33, 48407, 818, 11041, 1890, 35708, 10687, 27056, 341, 12, 4906, 25, 3809, 3256, 705, 13003, 5563, 25, 269, 4426, 5258, 16, 5258, 15, 28350, 10962, 269, 4426, 13739, 5258, 15, 82, 11922, 19184, 9704, 269, 4426, 17887, 3980, 34, 40616, 33, 1925, 8961, 818, 11041, 3256, 705, 24243, 2196, 286, 428, 337, 9865, 8265, 2637, 11, 4008, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4861, 16979, 44, 70, 16762, 8895, 33, 13, 2617, 5956, 17354, 10786, 14315, 1065, 2481, 2388, 57, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4861, 16979, 44, 70, 16762, 8895, 33, 13, 2617, 26121, 1634, 10786, 34, 4861, 11998, 11, 3457, 2637, 8, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4861, 16979, 44, 70, 16762, 8895, 33, 13, 2617, 17829, 12360, 10786, 28289, 11998, 22092, 4809, 32881, 25, 16677, 370, 29958, 9974, 2986, 5264, 11, 7257, 6957, 19880, 4916, 12088, 25, 1343, 16, 10460, 642, 4310, 12, 12884, 50, 412, 12, 4529, 25, 50115, 12, 499, 76, 31, 66, 4861, 13, 785, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4861, 16979, 44, 70, 16762, 8895, 33, 13, 2617, 11828, 10786, 34, 4861, 6252, 3226, 46523, 8549, 337, 9865, 284, 2148, 17400, 55, 16, 290, 17400, 55, 15, 7291, 4542, 290, 869, 30114, 3166, 2637, 8, 198, 66, 4861, 16979, 44, 70, 16762, 8895, 33, 10267, 82, 796, 337, 571, 33234, 7483, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 4008, 198, 66, 4426, 5258, 15, 28350, 796, 337, 571, 33234, 7483, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 352, 4008, 198, 66, 4426, 14134, 50015, 796, 337, 571, 33234, 7483, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 362, 4008, 198, 66, 4426, 13739, 14134, 22093, 796, 337, 571, 33234, 7483, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 513, 4008, 198, 66, 4426, 14134, 18122, 22093, 796, 337, 571, 33234, 7483, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 604, 4008, 198, 66, 4426, 5258, 15, 19580, 796, 337, 571, 33234, 7483, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 642, 4008, 198, 66, 4426, 5258, 16, 39516, 1891, 3673, 1958, 16934, 796, 337, 571, 33234, 7483, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 718, 4008, 198, 66, 4426, 14134, 31715, 796, 337, 571, 33234, 7483, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 767, 4008, 198, 66, 4426, 5258, 15, 28350, 10962, 796, 337, 571, 10962, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 352, 11, 352, 828, 1267, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 15, 28350, 10962, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 15, 28350, 10962, 13, 2617, 11828, 10786, 464, 17400, 15, 8748, 3084, 318, 329, 6890, 290, 3788, 5563, 407, 973, 355, 20314, 11, 290, 407, 5017, 287, 374, 16072, 1065, 1485, 13, 2312, 5563, 2291, 15075, 3848, 2406, 625, 3180, 35504, 11, 11102, 1143, 309, 16, 11, 290, 11102, 1143, 412, 16, 13, 770, 3084, 318, 2727, 329, 790, 17400, 16, 1627, 287, 262, 3335, 2637, 8, 198, 66, 4426, 5258, 15, 28350, 30150, 796, 337, 571, 10962, 25166, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 352, 11, 352, 11, 352, 828, 6739, 2617, 15732, 36690, 19510, 15, 11, 366, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 5258, 16, 38963, 15732, 12340, 357, 15, 11, 366, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 5258, 16, 13924, 15732, 12340, 357, 15, 11, 366, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 29239, 15732, 48774, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 15, 28350, 30150, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 15, 28350, 30150, 13, 2617, 11828, 10786, 2025, 5726, 287, 262, 17400, 15, 29566, 3084, 2637, 8, 198, 66, 4426, 5258, 16, 38963, 15732, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 352, 11, 352, 11, 352, 11, 352, 828, 34142, 2624, 22446, 7266, 4906, 7, 7266, 4906, 22882, 28, 11395, 17257, 3103, 2536, 2913, 7, 15, 11, 362, 20198, 2780, 26780, 22, 22305, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 16, 38963, 15732, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 16, 38963, 15732, 13, 2617, 11828, 10786, 464, 10852, 6376, 9217, 262, 10852, 1271, 319, 262, 3335, 810, 262, 17400, 16, 2657, 29076, 2637, 8, 198, 66, 4426, 5258, 16, 13924, 15732, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 352, 11, 352, 11, 352, 11, 362, 828, 34142, 2624, 22446, 7266, 4906, 7, 7266, 4906, 22882, 28, 11395, 17257, 3103, 2536, 2913, 7, 15, 11, 362, 20198, 2780, 26780, 22, 22305, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 16, 13924, 15732, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 16, 13924, 15732, 13, 2617, 11828, 10786, 464, 2493, 6376, 9217, 262, 2493, 1271, 286, 257, 2176, 17400, 16, 319, 262, 17400, 16, 2657, 287, 262, 10852, 11537, 198, 66, 4426, 29239, 15732, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 352, 11, 352, 11, 352, 11, 513, 828, 34142, 2624, 22446, 7266, 4906, 7, 7266, 4906, 22882, 28, 11395, 17257, 3103, 2536, 2913, 7, 15, 11, 362, 20198, 2780, 26780, 22, 22305, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 29239, 15732, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 29239, 15732, 13, 2617, 11828, 10786, 464, 6518, 6376, 326, 45482, 262, 17400, 15, 1661, 26487, 286, 262, 17400, 16, 2493, 13, 383, 2837, 286, 262, 6518, 6376, 318, 1912, 319, 262, 1271, 286, 309, 16, 14, 36, 16, 9619, 25, 352, 12, 1731, 7, 51, 16, 8, 290, 352, 12, 3132, 7, 36, 16, 737, 11537, 198, 66, 4426, 16934, 1522, 6030, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 352, 11, 352, 11, 352, 11, 604, 828, 34142, 2624, 22446, 7266, 4906, 7, 7266, 4906, 22882, 28, 3103, 2536, 6003, 38176, 7, 28008, 11395, 3103, 2536, 2913, 7, 16, 11, 362, 11, 513, 11, 604, 4008, 737, 21018, 7, 13190, 40161, 28, 45, 2434, 40161, 7, 7203, 34680, 1600, 352, 828, 5855, 9409, 77, 1600, 362, 828, 5855, 310, 16, 1600, 513, 828, 5855, 344, 16, 1600, 604, 22305, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 16934, 1522, 6030, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 16934, 1522, 6030, 13, 2617, 11828, 10786, 464, 17839, 3037, 329, 262, 6518, 25, 3180, 35504, 7, 17, 828, 11102, 1143, 309, 16, 357, 18, 8, 393, 11102, 1143, 412, 16, 357, 19, 737, 11537, 198, 66, 4426, 5258, 15, 14134, 6030, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 352, 11, 352, 11, 352, 11, 642, 828, 34142, 2624, 22446, 7266, 4906, 7, 7266, 4906, 22882, 28, 3103, 2536, 6003, 38176, 7, 28008, 11395, 3103, 2536, 2913, 7, 16, 11, 362, 11, 513, 11, 604, 11, 642, 11, 718, 11, 767, 4008, 737, 21018, 7, 13190, 40161, 28, 45, 2434, 40161, 7, 7203, 312, 293, 1600, 352, 828, 5855, 34680, 1600, 362, 828, 5855, 272, 11794, 1600, 513, 828, 5855, 34725, 1600, 604, 828, 5855, 85, 11442, 1600, 642, 828, 5855, 85, 10232, 1600, 718, 828, 5855, 38888, 1600, 767, 22305, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 15, 14134, 6030, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 15, 14134, 6030, 13, 2617, 11828, 10786, 464, 2099, 286, 262, 1459, 869, 5281, 416, 428, 17400, 15, 13, 21696, 532, 770, 17400, 15, 318, 3058, 21696, 13, 6439, 532, 383, 1366, 2099, 286, 262, 869, 3058, 30876, 428, 17400, 15, 318, 407, 530, 286, 262, 3858, 5610, 994, 13, 15075, 532, 383, 1366, 2099, 286, 262, 869, 3058, 30876, 428, 17400, 15, 318, 15075, 11, 1312, 13, 68, 13, 257, 38053, 869, 13, 4875, 532, 383, 1366, 2099, 286, 262, 869, 3058, 30876, 428, 17400, 15, 318, 4875, 13, 410, 11442, 532, 383, 869, 3058, 30876, 428, 17400, 15, 318, 257, 569, 11442, 869, 13, 410, 10232, 532, 383, 869, 3058, 30876, 428, 17400, 15, 318, 257, 569, 10232, 869, 13, 3809, 532, 383, 869, 3058, 30876, 428, 17400, 15, 318, 257, 3809, 869, 2637, 8, 198, 66, 4426, 43, 17, 27195, 1686, 1741, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 352, 11, 352, 11, 352, 11, 718, 828, 34142, 2624, 22446, 7266, 4906, 7, 7266, 4906, 22882, 28, 3103, 2536, 6003, 38176, 7, 28008, 11395, 3103, 2536, 2913, 7, 16, 11, 362, 11, 513, 11, 604, 11, 642, 11, 718, 11, 767, 11, 807, 4008, 737, 21018, 7, 13190, 40161, 28, 45, 2434, 40161, 7, 7203, 312, 293, 1600, 352, 828, 5855, 34680, 1600, 362, 828, 5855, 381, 79, 1600, 513, 828, 5855, 6649, 541, 1600, 604, 828, 5855, 283, 499, 1600, 642, 828, 5855, 71, 25404, 66, 1600, 718, 828, 5855, 18558, 1600, 767, 828, 5855, 38888, 1600, 807, 22305, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 43, 17, 27195, 1686, 1741, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 43, 17, 27195, 1686, 1741, 13, 2617, 11828, 10786, 464, 1366, 2792, 32652, 1741, 286, 262, 869, 3058, 1609, 7211, 1112, 428, 17400, 15, 25, 21696, 532, 770, 17400, 15, 318, 3058, 21696, 13, 6439, 532, 383, 32652, 1741, 286, 262, 3058, 4075, 869, 319, 428, 17400, 15, 318, 407, 530, 286, 262, 3689, 1708, 13, 350, 10246, 532, 13819, 532, 257, 2416, 532, 289, 25404, 66, 532, 2452, 532, 3809, 532, 3809, 32652, 1741, 26, 314, 31574, 2099, 3809, 4834, 11128, 7, 15197, 8, 11537, 198, 66, 4426, 14134, 12332, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 352, 11, 352, 11, 352, 11, 767, 828, 15034, 2624, 3419, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 14134, 12332, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 14134, 12332, 13, 2617, 11828, 10786, 464, 1271, 286, 3848, 326, 423, 12030, 428, 17400, 15, 2637, 8, 198, 66, 4426, 7575, 818, 11041, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 352, 11, 352, 11, 352, 11, 807, 828, 3862, 51, 3378, 3419, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 7575, 818, 11041, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 7575, 818, 11041, 13, 2617, 11828, 10786, 464, 2033, 286, 640, 326, 428, 17400, 15, 468, 587, 287, 779, 13, 770, 318, 29231, 416, 2160, 2229, 510, 262, 869, 288, 20074, 286, 477, 1613, 3848, 326, 423, 12030, 428, 17400, 15, 2637, 8, 198, 66, 4426, 818, 12349, 1039, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 352, 11, 352, 11, 352, 11, 860, 828, 15034, 2624, 3419, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 818, 12349, 1039, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 818, 12349, 1039, 13, 2617, 11828, 7203, 464, 2472, 1271, 286, 19318, 1039, 2722, 319, 428, 17400, 15, 329, 1366, 3848, 357, 66, 4426, 5258, 15, 14134, 6030, 468, 262, 1988, 705, 272, 11794, 7, 18, 33047, 393, 705, 34725, 7, 19, 33047, 393, 705, 85, 11442, 7, 20, 33047, 393, 705, 85, 10232, 7, 21, 8, 27691, 1439, 262, 2722, 705, 1831, 6, 19318, 1039, 389, 14789, 11, 1390, 597, 8435, 24697, 543, 743, 393, 743, 407, 307, 1944, 11, 6906, 319, 262, 2139, 2099, 286, 1366, 869, 19570, 198, 66, 4426, 7975, 12349, 1039, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 352, 11, 352, 11, 352, 11, 838, 828, 15034, 2624, 3419, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 7975, 12349, 1039, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 7975, 12349, 1039, 13, 2617, 11828, 7203, 464, 2472, 1271, 286, 19318, 1039, 18307, 319, 428, 17400, 15, 329, 1366, 3848, 357, 66, 4426, 5258, 15, 14134, 6030, 468, 262, 1988, 705, 272, 11794, 7, 18, 33047, 393, 705, 34725, 7, 19, 33047, 393, 705, 85, 11442, 7, 20, 33047, 393, 705, 85, 10232, 7, 21, 8, 27691, 1439, 262, 18307, 705, 1831, 6, 19318, 1039, 389, 14789, 11, 1390, 597, 8435, 24697, 543, 743, 393, 743, 407, 307, 1944, 11, 6906, 319, 262, 2139, 2099, 286, 1366, 869, 19570, 198, 66, 4426, 818, 11869, 1039, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 352, 11, 352, 11, 352, 11, 1367, 828, 15034, 2624, 3419, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 818, 11869, 1039, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 818, 11869, 1039, 13, 2617, 11828, 7203, 464, 2472, 1271, 286, 24624, 2722, 319, 428, 17400, 15, 329, 1366, 3848, 357, 66, 4426, 5258, 15, 14134, 31467, 468, 262, 1988, 705, 272, 11794, 7, 18, 33047, 393, 705, 34725, 7, 19, 33047, 393, 705, 85, 11442, 7, 20, 33047, 393, 705, 85, 10232, 7, 21, 8, 11537, 19570, 198, 66, 4426, 7975, 11869, 1039, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 352, 11, 352, 11, 352, 11, 1105, 828, 15034, 2624, 3419, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 7975, 11869, 1039, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 7975, 11869, 1039, 13, 2617, 11828, 7203, 464, 2472, 1271, 286, 24624, 18307, 319, 428, 17400, 15, 329, 1366, 3848, 357, 66, 4426, 5258, 15, 14134, 31467, 468, 262, 1988, 705, 272, 11794, 7, 18, 33047, 393, 705, 34725, 7, 19, 33047, 393, 705, 85, 11442, 7, 20, 33047, 393, 705, 85, 10232, 7, 21, 8, 11537, 19570, 198, 66, 4426, 29014, 39317, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 352, 11, 352, 11, 352, 11, 1511, 828, 26491, 15732, 5574, 28667, 3419, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 29014, 39317, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 29014, 39317, 13, 2617, 11828, 10786, 1212, 318, 262, 1988, 286, 611, 15732, 618, 262, 2176, 6518, 468, 281, 4075, 869, 351, 257, 11188, 7071, 287, 262, 611, 10962, 13, 1114, 1672, 11, 257, 4875, 3180, 35504, 869, 468, 257, 1988, 10609, 284, 262, 347, 12, 29239, 5726, 287, 262, 611, 10962, 13, 317, 38053, 869, 625, 3180, 35504, 393, 16356, 16, 14, 5222, 16, 468, 257, 1988, 10609, 284, 262, 30351, 7071, 286, 262, 38053, 8686, 284, 428, 869, 13, 1002, 262, 6518, 318, 21696, 11, 428, 1988, 318, 657, 2637, 8, 198, 66, 4426, 1797, 35, 7792, 40616, 33, 48407, 818, 11041, 1890, 2025, 11794, 796, 337, 571, 3351, 282, 283, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 352, 11, 362, 828, 35094, 469, 2624, 3419, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 1797, 35, 7792, 40616, 33, 48407, 818, 11041, 1890, 2025, 11794, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 1797, 35, 7792, 40616, 33, 48407, 818, 11041, 1890, 2025, 11794, 13, 2617, 11828, 10786, 464, 1271, 286, 17839, 3180, 35504, 347, 12, 1925, 8961, 326, 389, 3058, 12030, 416, 15075, 3848, 2637, 8, 198, 66, 4426, 1797, 35, 7792, 40616, 33, 1925, 8961, 818, 11041, 796, 337, 571, 3351, 282, 283, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 352, 11, 513, 828, 35094, 469, 2624, 3419, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 1797, 35, 7792, 40616, 33, 1925, 8961, 818, 11041, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 1797, 35, 7792, 40616, 33, 1925, 8961, 818, 11041, 13, 2617, 11828, 10786, 464, 1271, 286, 17839, 3180, 35504, 347, 12, 1925, 8961, 326, 389, 3058, 12030, 416, 1111, 10231, 290, 50088, 3848, 2637, 8, 198, 66, 4426, 13739, 5258, 15, 82, 796, 337, 571, 3351, 282, 283, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 352, 11, 604, 828, 35094, 469, 2624, 3419, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 13739, 5258, 15, 82, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 13739, 5258, 15, 82, 13, 2617, 11828, 10786, 464, 1271, 286, 17400, 15, 82, 326, 389, 3058, 287, 779, 2637, 8, 198, 66, 4426, 10246, 5662, 5691, 796, 337, 571, 3351, 282, 283, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 352, 11, 642, 828, 35094, 469, 2624, 3419, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 10246, 5662, 5691, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 10246, 5662, 5691, 13, 2617, 11828, 10786, 464, 1459, 1271, 286, 4075, 350, 10246, 3848, 2722, 416, 262, 5257, 3335, 11537, 198, 66, 4426, 53, 10232, 34, 5691, 796, 337, 571, 3351, 282, 283, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 352, 11, 718, 828, 35094, 469, 2624, 3419, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 53, 10232, 34, 5691, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 53, 10232, 34, 5691, 13, 2617, 11828, 10786, 464, 1459, 1271, 286, 4075, 569, 13, 10232, 3848, 2722, 416, 262, 5257, 3335, 11537, 198, 66, 4426, 53, 11442, 34, 5691, 796, 337, 571, 3351, 282, 283, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 352, 11, 767, 828, 35094, 469, 2624, 3419, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 53, 11442, 34, 5691, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 53, 11442, 34, 5691, 13, 2617, 11828, 10786, 464, 1459, 1271, 286, 4075, 569, 13, 11442, 3848, 2722, 416, 262, 5257, 3335, 11537, 198, 66, 4426, 13739, 5258, 15, 82, 11922, 19184, 9704, 796, 337, 571, 3351, 282, 283, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 352, 11, 807, 828, 15034, 2624, 3419, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 13739, 5258, 15, 82, 11922, 19184, 9704, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 13739, 5258, 15, 82, 11922, 19184, 9704, 13, 2617, 11828, 10786, 464, 1029, 1660, 1317, 329, 1271, 286, 17400, 15, 82, 326, 389, 4075, 11640, 11537, 198, 66, 4426, 5258, 16, 5258, 15, 28350, 10962, 796, 337, 571, 10962, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 352, 11, 860, 828, 1267, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 16, 5258, 15, 28350, 10962, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 16, 5258, 15, 28350, 10962, 13, 2617, 11828, 10786, 464, 17400, 16, 12, 5258, 15, 12, 26060, 3084, 318, 329, 6890, 290, 3788, 5563, 407, 973, 355, 20314, 11, 290, 407, 5017, 287, 374, 16072, 1065, 1485, 13, 2312, 5563, 2148, 1321, 319, 1661, 75, 1747, 8748, 329, 257, 1948, 17400, 16, 2637, 8, 198, 66, 4426, 5258, 16, 5258, 15, 28350, 30150, 796, 337, 571, 10962, 25166, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 352, 11, 860, 11, 352, 828, 6739, 2617, 15732, 36690, 19510, 15, 11, 366, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 5258, 16, 28350, 38963, 15732, 12340, 357, 15, 11, 366, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 5258, 16, 28350, 13924, 15732, 48774, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 16, 5258, 15, 28350, 30150, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 16, 5258, 15, 28350, 30150, 13, 2617, 11828, 10786, 2025, 5726, 287, 262, 17400, 15, 29566, 3084, 2637, 8, 198, 66, 4426, 5258, 16, 28350, 38963, 15732, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 352, 11, 860, 11, 352, 11, 352, 828, 34142, 2624, 22446, 7266, 4906, 7, 7266, 4906, 22882, 28, 11395, 17257, 3103, 2536, 2913, 7, 15, 11, 362, 20198, 2780, 26780, 22, 22305, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 16, 28350, 38963, 15732, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 16, 28350, 38963, 15732, 13, 2617, 11828, 10786, 464, 10852, 6376, 9217, 262, 10852, 1271, 319, 262, 3335, 810, 262, 17400, 16, 2657, 29076, 13, 383, 10852, 6376, 286, 262, 717, 10852, 318, 3599, 422, 657, 290, 18703, 416, 352, 329, 262, 1306, 10852, 287, 262, 3335, 2637, 8, 198, 66, 4426, 5258, 16, 28350, 13924, 15732, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 352, 11, 860, 11, 352, 11, 362, 828, 34142, 2624, 22446, 7266, 4906, 7, 7266, 4906, 22882, 28, 11395, 17257, 3103, 2536, 2913, 7, 15, 11, 362, 20198, 2780, 26780, 22, 22305, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 16, 28350, 13924, 15732, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 16, 28350, 13924, 15732, 13, 2617, 11828, 10786, 464, 2493, 6376, 9217, 262, 2493, 1271, 286, 257, 2176, 17400, 16, 319, 262, 17400, 16, 2657, 287, 262, 10852, 13, 383, 2493, 6376, 286, 262, 717, 2493, 318, 3599, 422, 657, 290, 18703, 416, 352, 329, 262, 1306, 2493, 319, 262, 17400, 16, 2657, 2637, 8, 198, 66, 4426, 5258, 16, 13739, 5258, 15, 82, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 352, 11, 860, 11, 352, 11, 513, 828, 35094, 469, 2624, 3419, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 16, 13739, 5258, 15, 82, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 16, 13739, 5258, 15, 82, 13, 2617, 11828, 10786, 464, 1271, 286, 17400, 15, 82, 326, 389, 3058, 287, 779, 329, 257, 1948, 17400, 16, 2637, 8, 198, 66, 4426, 5258, 16, 13739, 5258, 15, 82, 11922, 19184, 9704, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 352, 11, 860, 11, 352, 11, 604, 828, 15034, 2624, 3419, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 16, 13739, 5258, 15, 82, 11922, 19184, 9704, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 16, 13739, 5258, 15, 82, 11922, 19184, 9704, 13, 2617, 11828, 10786, 464, 4511, 1271, 286, 11640, 719, 1572, 17400, 15, 82, 319, 257, 7368, 17400, 16, 2637, 8, 198, 66, 4426, 5258, 16, 14957, 2025, 11794, 34, 5691, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 352, 11, 860, 11, 352, 11, 642, 828, 15034, 2624, 3419, 737, 2617, 3118, 896, 10786, 66, 5691, 27691, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 16, 14957, 2025, 11794, 34, 5691, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 16, 14957, 2025, 11794, 34, 5691, 13, 2617, 11828, 7203, 464, 22425, 1271, 286, 15075, 1366, 3848, 357, 66, 4426, 5258, 15, 14134, 6030, 468, 262, 1988, 705, 272, 11794, 7, 18, 8, 11537, 319, 477, 288, 82, 15, 82, 1626, 428, 17400, 16, 1201, 1080, 13693, 13, 383, 2134, 3407, 4075, 290, 23083, 3848, 19570, 198, 66, 4426, 5258, 16, 14957, 27640, 34, 5691, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 352, 11, 860, 11, 352, 11, 718, 828, 15034, 2624, 3419, 737, 2617, 3118, 896, 10786, 66, 5691, 27691, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 16, 14957, 27640, 34, 5691, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 16, 14957, 27640, 34, 5691, 13, 2617, 11828, 7203, 464, 22425, 1271, 286, 4875, 1366, 3848, 357, 66, 4426, 5258, 15, 14134, 6030, 468, 262, 1988, 705, 34725, 7, 19, 8, 11537, 319, 477, 288, 82, 15, 82, 1626, 428, 17400, 16, 1201, 1080, 13693, 13, 383, 2134, 3407, 4075, 290, 23083, 3848, 19570, 198, 66, 4426, 5258, 16, 14957, 53, 11442, 34, 5691, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 352, 11, 860, 11, 352, 11, 767, 828, 15034, 2624, 3419, 737, 2617, 3118, 896, 10786, 66, 5691, 27691, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 16, 14957, 53, 11442, 34, 5691, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 16, 14957, 53, 11442, 34, 5691, 13, 2617, 11828, 7203, 464, 22425, 1271, 286, 410, 13, 11442, 1366, 3848, 357, 66, 4426, 5258, 15, 14134, 6030, 468, 262, 1988, 705, 85, 11442, 7, 20, 8, 11537, 319, 477, 288, 82, 15, 82, 1626, 428, 17400, 16, 1201, 1080, 13693, 13, 383, 2134, 3407, 4075, 290, 23083, 3848, 19570, 198, 66, 4426, 5258, 16, 14957, 53, 10232, 34, 5691, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 352, 11, 860, 11, 352, 11, 807, 828, 15034, 2624, 3419, 737, 2617, 3118, 896, 10786, 66, 5691, 27691, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 16, 14957, 53, 10232, 34, 5691, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 16, 14957, 53, 10232, 34, 5691, 13, 2617, 11828, 7203, 464, 22425, 1271, 286, 410, 13, 10232, 1366, 3848, 357, 66, 4426, 5258, 15, 14134, 6030, 468, 262, 1988, 705, 85, 10232, 7, 21, 8, 11537, 319, 477, 288, 82, 15, 82, 1626, 428, 17400, 16, 1201, 1080, 13693, 13, 383, 2134, 3407, 4075, 290, 23083, 3848, 19570, 198, 66, 4426, 5258, 16, 14957, 34, 5691, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 352, 11, 860, 11, 352, 11, 860, 828, 15034, 2624, 3419, 737, 2617, 3118, 896, 10786, 66, 5691, 27691, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 16, 14957, 34, 5691, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 16, 14957, 34, 5691, 13, 2617, 11828, 10786, 464, 2472, 1271, 286, 3848, 319, 477, 262, 17400, 15, 82, 1626, 428, 17400, 16, 1201, 938, 1080, 302, 12, 36733, 1634, 13, 383, 2134, 3407, 4075, 290, 23083, 3848, 13, 770, 691, 3407, 17400, 15, 82, 17839, 355, 49508, 9619, 11, 407, 883, 17839, 329, 22049, 11, 884, 355, 4810, 40, 360, 12, 17620, 2637, 8, 198, 66, 4426, 5258, 16, 14957, 7575, 818, 11041, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 352, 11, 860, 11, 352, 11, 838, 828, 791, 32696, 2624, 3419, 737, 2617, 3118, 896, 10786, 43012, 27691, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 16, 14957, 7575, 818, 11041, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 16, 14957, 7575, 818, 11041, 13, 2617, 11828, 10786, 464, 2472, 869, 9478, 319, 477, 262, 17400, 15, 82, 1626, 428, 17400, 16, 1201, 938, 1080, 302, 12, 36733, 1634, 13, 770, 691, 3407, 17400, 15, 82, 17839, 355, 49508, 9619, 11, 407, 883, 17839, 329, 22049, 11, 884, 355, 4810, 40, 360, 12, 17620, 2637, 8, 198, 66, 4426, 5258, 16, 11297, 7390, 293, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 352, 11, 860, 11, 352, 11, 1367, 828, 35094, 469, 2624, 3419, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 16, 11297, 7390, 293, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 16, 11297, 7390, 293, 13, 2617, 11828, 10786, 464, 2472, 1271, 286, 17400, 15, 82, 3058, 287, 21696, 1181, 1626, 428, 17400, 16, 13, 770, 691, 3407, 17400, 15, 82, 17839, 355, 49508, 290, 35106, 9619, 11, 407, 883, 17839, 329, 22049, 11, 884, 355, 4810, 40, 360, 12, 17620, 13, 4091, 269, 4426, 5258, 15, 18843, 19580, 287, 262, 269, 4426, 5258, 15, 19580, 10962, 329, 1981, 17400, 15, 82, 2637, 8, 198, 66, 4426, 5258, 16, 11297, 7975, 5189, 16177, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 352, 11, 860, 11, 352, 11, 1105, 828, 35094, 469, 2624, 3419, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 16, 11297, 7975, 5189, 16177, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 16, 11297, 7975, 5189, 16177, 13, 2617, 11828, 10786, 464, 2472, 1271, 286, 17400, 15, 82, 287, 428, 17400, 16, 3058, 4624, 503, 286, 2139, 13, 770, 691, 3407, 17400, 15, 82, 17839, 355, 49508, 290, 35106, 9619, 11, 407, 883, 17839, 329, 22049, 11, 884, 355, 4810, 40, 360, 12, 17620, 13, 4091, 269, 4426, 5258, 15, 18843, 19580, 287, 262, 269, 4426, 5258, 15, 19580, 10962, 329, 1981, 17400, 15, 82, 2637, 8, 198, 66, 4426, 5258, 16, 11297, 16286, 32015, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 352, 11, 860, 11, 352, 11, 1511, 828, 35094, 469, 2624, 3419, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 16, 11297, 16286, 32015, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 16, 11297, 16286, 32015, 13, 2617, 11828, 10786, 464, 2472, 1271, 286, 17400, 15, 82, 287, 428, 17400, 16, 543, 3058, 423, 587, 9167, 284, 307, 1323, 798, 503, 11, 475, 389, 407, 1865, 503, 286, 2139, 13, 1649, 281, 4075, 869, 319, 257, 1323, 798, 503, 17400, 15, 5651, 689, 11, 262, 17400, 15, 481, 307, 503, 286, 2139, 11, 428, 2134, 481, 307, 5255, 12061, 290, 269, 4426, 5258, 16, 14957, 7975, 5189, 16177, 481, 307, 1253, 12061, 13, 770, 691, 3407, 17400, 15, 82, 17839, 355, 49508, 9619, 11, 407, 883, 17839, 329, 22049, 11, 884, 355, 4810, 40, 360, 12, 17620, 13, 4091, 269, 4426, 5258, 15, 46787, 19580, 287, 262, 269, 4426, 5258, 15, 19580, 10962, 329, 1981, 17400, 15, 82, 2637, 8, 198, 66, 4426, 5258, 16, 818, 12349, 1039, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 352, 11, 860, 11, 352, 11, 1478, 828, 15034, 2624, 3419, 737, 2617, 3118, 896, 10786, 38441, 1039, 27691, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 16, 818, 12349, 1039, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 16, 818, 12349, 1039, 13, 2617, 11828, 10786, 464, 2472, 1271, 286, 19318, 1039, 2722, 625, 477, 262, 17400, 15, 49508, 9619, 1626, 428, 17400, 16, 1201, 938, 1080, 302, 12, 36733, 1634, 13, 770, 1988, 318, 257, 2160, 286, 477, 262, 269, 4426, 818, 12349, 1039, 5563, 287, 262, 269, 4426, 5258, 15, 28350, 10962, 329, 428, 17400, 16, 2637, 8, 198, 66, 4426, 5258, 16, 7975, 12349, 1039, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 352, 11, 860, 11, 352, 11, 1315, 828, 15034, 2624, 3419, 737, 2617, 3118, 896, 10786, 38441, 1039, 27691, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 16, 7975, 12349, 1039, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 16, 7975, 12349, 1039, 13, 2617, 11828, 10786, 464, 2472, 1271, 286, 19318, 1039, 18307, 625, 477, 262, 17400, 15, 49508, 9619, 1626, 428, 17400, 16, 1201, 938, 1080, 302, 12, 36733, 1634, 13, 770, 1988, 318, 257, 2160, 286, 477, 262, 269, 4426, 7975, 12349, 1039, 5563, 287, 262, 269, 4426, 5258, 15, 28350, 10962, 329, 428, 17400, 16, 2637, 8, 198, 66, 4426, 5258, 16, 818, 11869, 1039, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 352, 11, 860, 11, 352, 11, 1467, 828, 15034, 2624, 3419, 737, 2617, 3118, 896, 10786, 8002, 1039, 27691, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 16, 818, 11869, 1039, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 16, 818, 11869, 1039, 13, 2617, 11828, 10786, 464, 2472, 1271, 286, 1366, 24624, 2722, 625, 477, 262, 17400, 15, 49508, 9619, 1626, 428, 17400, 16, 1201, 938, 1080, 302, 12, 36733, 1634, 13, 770, 1988, 318, 257, 2160, 286, 477, 262, 269, 4426, 818, 11869, 1039, 5563, 287, 262, 269, 4426, 5258, 15, 28350, 10962, 329, 428, 17400, 16, 13, 632, 10874, 286, 350, 10246, 393, 4217, 44, 3809, 1366, 24624, 2637, 8, 198, 66, 4426, 5258, 16, 7975, 11869, 1039, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 352, 11, 860, 11, 352, 11, 1596, 828, 15034, 2624, 3419, 737, 2617, 3118, 896, 10786, 8002, 1039, 27691, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 16, 7975, 11869, 1039, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 16, 7975, 11869, 1039, 13, 2617, 11828, 10786, 464, 2472, 1271, 286, 1366, 24624, 18307, 625, 477, 262, 17400, 15, 49508, 9619, 1626, 428, 17400, 16, 1201, 938, 1080, 302, 12, 36733, 1634, 13, 770, 1988, 318, 257, 2160, 286, 477, 262, 269, 4426, 7975, 11869, 1039, 5563, 287, 262, 269, 4426, 5258, 15, 28350, 10962, 329, 428, 17400, 16, 13, 632, 10874, 286, 350, 10246, 393, 4217, 44, 3809, 1366, 24624, 2637, 8, 198, 66, 4426, 17887, 3980, 34, 40616, 33, 1925, 8961, 818, 11041, 796, 337, 571, 3351, 282, 283, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 352, 11, 838, 828, 35094, 469, 2624, 3419, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 17887, 3980, 34, 40616, 33, 1925, 8961, 818, 11041, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 17887, 3980, 34, 40616, 33, 1925, 8961, 818, 11041, 13, 2617, 11828, 10786, 464, 1271, 286, 17839, 12672, 3980, 347, 12, 1925, 8961, 326, 389, 3058, 12030, 416, 10231, 3848, 2637, 8, 198, 66, 4426, 1797, 35, 7792, 40616, 33, 48407, 818, 11041, 1890, 35708, 796, 337, 571, 3351, 282, 283, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 352, 11, 1367, 828, 35094, 469, 2624, 3419, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 1797, 35, 7792, 40616, 33, 48407, 818, 11041, 1890, 35708, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 1797, 35, 7792, 40616, 33, 48407, 818, 11041, 1890, 35708, 13, 2617, 11828, 10786, 464, 1271, 286, 17839, 3180, 35504, 347, 12, 1925, 8961, 326, 389, 3058, 12030, 416, 15282, 3848, 2637, 8, 198, 66, 4426, 34, 42643, 40616, 33, 48407, 818, 11041, 1890, 35708, 796, 337, 571, 3351, 282, 283, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 352, 11, 1105, 828, 35094, 469, 2624, 3419, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 34, 42643, 40616, 33, 48407, 818, 11041, 1890, 35708, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 34, 42643, 40616, 33, 48407, 818, 11041, 1890, 35708, 13, 2617, 11828, 10786, 464, 1271, 286, 17839, 35106, 609, 8961, 326, 389, 3058, 12030, 416, 15282, 3848, 2637, 8, 198, 66, 4426, 1797, 35, 7792, 40616, 13739, 35, 1925, 8961, 796, 337, 571, 3351, 282, 283, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 352, 11, 1511, 828, 35094, 469, 2624, 3419, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 1797, 35, 7792, 40616, 13739, 35, 1925, 8961, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 1797, 35, 7792, 40616, 13739, 35, 1925, 8961, 13, 2617, 11828, 10786, 464, 1271, 286, 3180, 35504, 22049, 9619, 543, 389, 4075, 2637, 8, 198, 66, 4426, 1797, 35, 7792, 40616, 33, 1925, 8961, 7575, 818, 11041, 796, 337, 571, 3351, 282, 283, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 352, 11, 1478, 828, 15034, 2624, 3419, 737, 2617, 3118, 896, 10786, 43012, 27691, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 1797, 35, 7792, 40616, 33, 1925, 8961, 7575, 818, 11041, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 1797, 35, 7792, 40616, 33, 1925, 8961, 7575, 818, 11041, 13, 2617, 11828, 10786, 464, 2472, 869, 9478, 319, 477, 262, 3180, 35504, 347, 12, 354, 8961, 1201, 938, 1080, 302, 12, 36733, 1634, 2637, 8, 198, 66, 4426, 1797, 35, 7792, 40616, 33, 1925, 8961, 7575, 818, 11041, 2025, 75, 70, 796, 337, 571, 3351, 282, 283, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 352, 11, 1315, 828, 15034, 2624, 3419, 737, 2617, 3118, 896, 10786, 43012, 27691, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 1797, 35, 7792, 40616, 33, 1925, 8961, 7575, 818, 11041, 2025, 75, 70, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 1797, 35, 7792, 40616, 33, 1925, 8961, 7575, 818, 11041, 2025, 75, 70, 13, 2617, 11828, 10786, 464, 2472, 15075, 869, 9478, 319, 477, 262, 3180, 35504, 347, 12, 354, 8961, 1201, 938, 1080, 302, 12, 36733, 1634, 13, 50088, 869, 2099, 318, 5174, 287, 269, 4426, 5258, 15, 14134, 6030, 2637, 8, 198, 66, 4426, 1797, 35, 7792, 40616, 33, 29239, 34, 5691, 796, 337, 571, 3351, 282, 283, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 352, 11, 1467, 828, 15034, 2624, 3419, 737, 2617, 3118, 896, 10786, 66, 5691, 27691, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 1797, 35, 7792, 40616, 33, 29239, 34, 5691, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 1797, 35, 7792, 40616, 33, 29239, 34, 5691, 13, 2617, 11828, 10786, 464, 2472, 1271, 286, 3848, 319, 477, 262, 3180, 35504, 347, 12, 354, 8961, 1201, 938, 1080, 302, 12, 36733, 1634, 2637, 8, 198, 66, 4426, 1797, 35, 7792, 40616, 33, 29239, 2025, 11794, 34, 5691, 796, 337, 571, 3351, 282, 283, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 352, 11, 1596, 828, 15034, 2624, 3419, 737, 2617, 3118, 896, 10786, 66, 5691, 27691, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 1797, 35, 7792, 40616, 33, 29239, 2025, 11794, 34, 5691, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 1797, 35, 7792, 40616, 33, 29239, 2025, 11794, 34, 5691, 13, 2617, 11828, 10786, 464, 2472, 1271, 286, 15075, 3848, 319, 477, 262, 3180, 35504, 347, 12, 354, 8961, 1201, 938, 1080, 302, 12, 36733, 1634, 13, 50088, 869, 2099, 318, 5174, 287, 269, 4426, 5258, 15, 14134, 6030, 2637, 8, 198, 66, 4426, 14957, 1797, 35, 8035, 13361, 10246, 5662, 5691, 796, 337, 571, 3351, 282, 283, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 352, 11, 1248, 828, 15034, 2624, 3419, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 14957, 1797, 35, 8035, 13361, 10246, 5662, 5691, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 14957, 1797, 35, 8035, 13361, 10246, 5662, 5691, 13, 2617, 11828, 10786, 464, 2472, 1271, 286, 3180, 35504, 12, 27261, 350, 10246, 3848, 2722, 416, 262, 5257, 3335, 1201, 938, 1080, 302, 12, 36733, 1634, 2637, 8, 198, 66, 4426, 5258, 15, 16286, 32015, 3673, 1958, 36695, 796, 337, 571, 3351, 282, 283, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 642, 11, 352, 828, 14056, 11395, 3419, 737, 2617, 11518, 15457, 7203, 961, 13564, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 15, 16286, 32015, 3673, 1958, 36695, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 15, 16286, 32015, 3673, 1958, 36695, 13, 2617, 11828, 7203, 1212, 7885, 6973, 5270, 286, 269, 4426, 5258, 15, 16286, 32015, 3673, 2649, 13, 1649, 428, 7885, 318, 705, 7942, 7, 16, 8, 3256, 5270, 286, 269, 4426, 5258, 15, 16286, 32015, 3673, 2649, 318, 9343, 13, 1649, 428, 7885, 318, 705, 9562, 7, 17, 8, 3256, 5270, 286, 269, 4426, 5258, 15, 16286, 32015, 3673, 2649, 318, 10058, 13, 383, 4277, 1988, 318, 705, 9562, 7, 17, 8, 4458, 366, 8, 198, 66, 4426, 5258, 15, 19580, 10962, 796, 337, 571, 10962, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 642, 11, 362, 828, 1267, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 15, 19580, 10962, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 15, 19580, 10962, 13, 2617, 11828, 10786, 464, 17400, 15, 12678, 8655, 3769, 3224, 17400, 15, 1241, 1321, 290, 8398, 13, 770, 3084, 318, 281, 7552, 286, 262, 269, 4426, 5258, 15, 28350, 10962, 13, 705, 8, 198, 66, 4426, 5258, 15, 19580, 30150, 796, 337, 571, 10962, 25166, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 642, 11, 362, 11, 352, 828, 1267, 198, 66, 4426, 5258, 15, 28350, 30150, 13, 30238, 12512, 434, 507, 7, 7203, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 5258, 15, 19580, 30150, 48774, 198, 66, 4426, 5258, 15, 19580, 30150, 13, 2617, 15732, 36690, 46491, 66, 4426, 5258, 15, 28350, 30150, 13, 1136, 15732, 36690, 28955, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 15, 19580, 30150, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 15, 19580, 30150, 13, 2617, 11828, 10786, 19580, 329, 281, 1981, 17400, 15, 13, 770, 5726, 317, 7340, 28957, 262, 269, 4426, 5258, 15, 28350, 30150, 13, 1052, 5726, 7160, 329, 1123, 17839, 17400, 15, 287, 262, 1080, 13, 705, 8, 198, 66, 4426, 5258, 15, 18843, 19580, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 642, 11, 362, 11, 352, 11, 352, 828, 34142, 2624, 22446, 7266, 4906, 7, 7266, 4906, 22882, 28, 3103, 2536, 6003, 38176, 7, 28008, 11395, 3103, 2536, 2913, 7, 16, 11, 362, 11, 513, 11, 604, 11, 642, 11, 718, 4008, 737, 21018, 7, 13190, 40161, 28, 45, 2434, 40161, 7, 7203, 34680, 1600, 352, 828, 5855, 2902, 1600, 362, 828, 5855, 312, 293, 1600, 513, 828, 5855, 40406, 1600, 604, 828, 5855, 15236, 1600, 642, 828, 5855, 9288, 1600, 718, 22305, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 15, 18843, 19580, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 15, 18843, 19580, 13, 2617, 11828, 10786, 464, 13919, 1181, 286, 262, 360, 15821, 13, 770, 2134, 3769, 517, 6496, 1321, 621, 262, 16876, 12, 8895, 33, 611, 18843, 19580, 13, 6439, 532, 383, 360, 15821, 318, 287, 281, 6439, 1181, 866, 532, 383, 17400, 15, 318, 503, 286, 2139, 21696, 532, 770, 17400, 15, 318, 3058, 21696, 9058, 532, 317, 649, 4637, 318, 287, 262, 1429, 286, 852, 4920, 5884, 532, 317, 4075, 4637, 7160, 1332, 532, 383, 360, 15821, 318, 23247, 5387, 4856, 705, 8, 198, 66, 4426, 5258, 15, 16286, 32015, 46787, 19580, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 642, 11, 362, 11, 352, 11, 362, 828, 34142, 2624, 22446, 7266, 4906, 7, 7266, 4906, 22882, 28, 3103, 2536, 6003, 38176, 7, 28008, 11395, 3103, 2536, 2913, 7, 16, 11, 362, 11, 513, 4008, 737, 21018, 7, 13190, 40161, 28, 45, 2434, 40161, 7, 7203, 3919, 16286, 32015, 1600, 352, 828, 5855, 10885, 32015, 1600, 362, 828, 5855, 10885, 32015, 3546, 13857, 1600, 513, 22305, 737, 2617, 11518, 15457, 7203, 961, 13564, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 15, 16286, 32015, 46787, 19580, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 15, 16286, 32015, 46787, 19580, 13, 2617, 11828, 10786, 464, 6863, 9404, 9167, 8179, 448, 1181, 286, 262, 360, 15821, 13, 770, 2134, 6870, 262, 10348, 8179, 448, 1181, 286, 262, 17400, 15, 11, 543, 743, 393, 743, 407, 307, 12548, 287, 262, 4905, 1181, 11, 269, 4426, 5258, 15, 18843, 19580, 13, 770, 2134, 743, 307, 900, 2884, 11346, 7378, 393, 262, 1080, 8624, 13, 645, 16286, 32015, 532, 1400, 11553, 8179, 448, 468, 587, 9167, 8179, 448, 532, 383, 17400, 15, 481, 307, 18325, 618, 340, 1306, 27188, 284, 21696, 7, 17, 8, 269, 4426, 5258, 15, 18843, 19580, 8179, 448, 3546, 13857, 532, 34528, 6801, 262, 17400, 15, 284, 866, 7, 17, 828, 47985, 597, 1459, 3842, 383, 1245, 286, 4634, 428, 2134, 284, 8179, 448, 393, 8179, 448, 3546, 13857, 318, 31070, 416, 262, 1988, 286, 269, 4426, 5258, 15, 16286, 32015, 3237, 6972, 13, 1002, 269, 4426, 5258, 15, 16286, 32015, 3237, 6972, 468, 257, 1988, 286, 3991, 11, 9361, 284, 900, 428, 2134, 284, 8179, 448, 393, 8179, 448, 3546, 13857, 481, 2038, 13, 770, 2134, 3769, 517, 8179, 448, 1321, 407, 1695, 422, 262, 16876, 12, 8895, 33, 611, 46787, 19580, 13, 770, 2134, 12497, 8179, 448, 7007, 17839, 319, 262, 1957, 1080, 355, 5447, 329, 262, 2134, 269, 4426, 5258, 15, 16286, 32015, 7416, 13, 705, 8, 198, 66, 4426, 5258, 15, 16286, 32015, 35265, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 642, 11, 362, 11, 352, 11, 513, 828, 14056, 11395, 3419, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 15, 16286, 32015, 35265, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 15, 16286, 32015, 35265, 13, 2617, 11828, 10786, 464, 2134, 9217, 611, 8179, 448, 7007, 329, 428, 360, 15821, 481, 307, 3142, 13, 2081, 532, 25700, 269, 4426, 5258, 15, 16286, 32015, 46787, 19580, 284, 8179, 448, 7, 17, 8, 393, 8179, 448, 3546, 13857, 7, 18, 8, 481, 307, 6292, 3991, 532, 5869, 32015, 7007, 329, 428, 17400, 15, 389, 407, 3142, 383, 4277, 1988, 318, 2081, 7, 16, 737, 1002, 269, 4426, 5258, 15, 16286, 32015, 3237, 6972, 468, 257, 1988, 286, 3991, 7, 17, 828, 9361, 284, 900, 269, 4426, 5258, 15, 16286, 32015, 46787, 19580, 284, 8179, 448, 393, 8179, 448, 3546, 13857, 481, 2038, 13, 770, 2134, 691, 1500, 81, 1299, 4634, 262, 1988, 286, 269, 4426, 5258, 15, 16286, 32015, 46787, 19580, 618, 269, 4426, 5258, 15, 16286, 32015, 46787, 19580, 318, 900, 2884, 11346, 7378, 13, 705, 8, 198, 66, 4426, 5258, 15, 16286, 32015, 19580, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 642, 11, 362, 11, 352, 11, 604, 828, 34142, 2624, 22446, 7266, 4906, 7, 7266, 4906, 22882, 28, 3103, 2536, 6003, 38176, 7, 28008, 11395, 3103, 2536, 2913, 7, 16, 11, 362, 11, 513, 4008, 737, 21018, 7, 13190, 40161, 28, 45, 2434, 40161, 7, 7203, 3919, 16286, 32015, 1600, 352, 828, 5855, 10885, 32015, 47, 1571, 1600, 362, 828, 5855, 10885, 798, 7975, 1600, 513, 22305, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 15, 16286, 32015, 19580, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 15, 16286, 32015, 19580, 13, 2617, 11828, 10786, 464, 8179, 448, 3722, 286, 262, 360, 15821, 13, 645, 16286, 32015, 532, 383, 17400, 15, 318, 407, 1323, 798, 503, 4249, 468, 257, 8179, 448, 13310, 13, 8179, 448, 47, 1571, 532, 383, 17400, 15, 468, 257, 8179, 448, 2581, 13310, 13, 632, 481, 18325, 618, 340, 1306, 27188, 284, 21696, 7, 17, 8, 269, 4426, 5258, 15, 18843, 19580, 13, 1323, 798, 7975, 532, 383, 17400, 15, 318, 503, 286, 2139, 2233, 284, 257, 8179, 448, 2581, 13, 770, 2134, 318, 2622, 284, 4079, 8179, 5269, 16862, 584, 621, 6863, 265, 452, 306, 11, 355, 3417, 287, 269, 4426, 5258, 15, 16286, 32015, 7416, 13, 705, 8, 198, 66, 4426, 5258, 15, 16286, 32015, 7416, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 642, 11, 362, 11, 352, 11, 642, 828, 34142, 2624, 22446, 7266, 4906, 7, 7266, 4906, 22882, 28, 3103, 2536, 6003, 38176, 7, 28008, 11395, 3103, 2536, 2913, 7, 16, 11, 362, 11, 513, 11, 604, 4008, 737, 21018, 7, 13190, 40161, 28, 45, 2434, 40161, 7, 7203, 23108, 1600, 352, 828, 5855, 12001, 1600, 362, 828, 5855, 32538, 1600, 513, 828, 5855, 47960, 1600, 604, 22305, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 15, 16286, 32015, 7416, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 15, 16286, 32015, 7416, 13, 2617, 11828, 10786, 464, 2723, 286, 262, 8179, 448, 2581, 2035, 13310, 393, 4075, 329, 262, 360, 15821, 13, 4844, 532, 383, 17400, 15, 318, 407, 1323, 798, 503, 4249, 468, 257, 8179, 448, 2581, 13310, 1957, 532, 383, 17400, 15, 318, 1323, 798, 503, 393, 468, 257, 13310, 2581, 2233, 284, 281, 13169, 2536, 876, 3141, 4884, 15726, 13, 5387, 532, 383, 17400, 15, 318, 1323, 798, 503, 393, 468, 257, 13310, 2581, 2233, 284, 5387, 1080, 7587, 13, 6569, 532, 383, 17400, 15, 318, 1323, 798, 503, 393, 468, 257, 13310, 2581, 2233, 284, 257, 2581, 422, 262, 12720, 5078, 13, 705, 8, 198, 66, 4426, 5258, 15, 16286, 32015, 7575, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 642, 11, 362, 11, 352, 11, 718, 828, 3862, 1273, 696, 3419, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 15, 16286, 32015, 7575, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 15, 16286, 32015, 7575, 13, 2617, 11828, 10786, 11395, 286, 25064, 4933, 7575, 618, 262, 749, 2274, 8179, 448, 2581, 373, 4884, 329, 428, 17400, 15, 13, 383, 1988, 318, 6632, 9217, 645, 8179, 448, 2581, 468, 587, 4884, 13, 705, 8, 198, 66, 4426, 5258, 15, 16934, 22203, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 642, 11, 362, 11, 352, 11, 767, 828, 34142, 2624, 22446, 7266, 4906, 7, 7266, 4906, 22882, 28, 3103, 2536, 6003, 38176, 7, 28008, 11395, 3103, 2536, 2913, 7, 16, 11, 362, 11, 513, 11, 604, 11, 642, 11, 718, 11, 767, 4008, 737, 21018, 7, 13190, 40161, 28, 45, 2434, 40161, 7, 7203, 34680, 1600, 352, 828, 5855, 83, 16, 34, 6359, 11712, 9221, 48407, 1600, 362, 828, 5855, 83, 16, 34, 6359, 3856, 11258, 48407, 1600, 513, 828, 5855, 68, 16, 34, 6359, 11712, 9221, 48407, 1600, 604, 828, 5855, 68, 16, 34, 6359, 3856, 11258, 48407, 1600, 642, 828, 5855, 83, 16, 35155, 48407, 1600, 718, 828, 5855, 68, 16, 35155, 48407, 1600, 767, 22305, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 15, 16934, 22203, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 15, 16934, 22203, 13, 2617, 11828, 10786, 464, 2134, 9217, 262, 2163, 428, 360, 15821, 318, 17839, 284, 2148, 13, 770, 2134, 3769, 517, 3703, 621, 269, 4426, 16934, 1522, 6030, 13, 6439, 532, 16185, 8398, 256, 16, 11712, 9221, 48407, 532, 17400, 15, 318, 17839, 355, 257, 309, 16, 2219, 6518, 45829, 357, 4093, 50, 8, 884, 355, 3180, 35504, 4810, 40, 360, 12, 17620, 256, 16, 34, 6359, 3856, 11258, 48407, 532, 17400, 15, 318, 17839, 355, 257, 309, 16, 2219, 6518, 45829, 357, 4093, 50, 8, 49508, 6518, 304, 16, 11712, 9221, 48407, 532, 17400, 15, 318, 17839, 355, 257, 412, 16, 2219, 6518, 45829, 357, 4093, 50, 8, 884, 355, 3180, 35504, 4810, 40, 360, 12, 17620, 304, 16, 34, 6359, 3856, 11258, 48407, 532, 17400, 15, 318, 17839, 355, 257, 412, 16, 2219, 6518, 45829, 357, 4093, 50, 8, 49508, 6518, 256, 16, 35155, 48407, 532, 17400, 15, 318, 17839, 355, 257, 309, 16, 6518, 3917, 45829, 6518, 304, 16, 35155, 48407, 532, 17400, 15, 318, 17839, 355, 257, 412, 16, 6518, 3917, 45829, 6518, 705, 8, 198, 66, 4426, 5258, 15, 39317, 15732, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 642, 11, 362, 11, 352, 11, 807, 828, 26491, 15732, 5574, 28667, 3419, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 15, 39317, 15732, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 15, 39317, 15732, 13, 2617, 11828, 10786, 1212, 318, 262, 1988, 286, 611, 15732, 287, 262, 611, 10962, 329, 428, 17400, 15, 2637, 8, 198, 66, 4426, 1797, 35, 7792, 5691, 3041, 35408, 796, 337, 571, 3351, 282, 283, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 362, 11, 352, 828, 15034, 2624, 3419, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 1797, 35, 7792, 5691, 3041, 35408, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 1797, 35, 7792, 5691, 3041, 35408, 13, 2617, 11828, 10786, 464, 1271, 286, 8606, 3180, 35504, 3848, 287, 428, 5257, 3335, 2637, 8, 198, 66, 4426, 5841, 368, 34, 5691, 3041, 35408, 796, 337, 571, 3351, 282, 283, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 362, 11, 362, 828, 15034, 2624, 3419, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5841, 368, 34, 5691, 3041, 35408, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5841, 368, 34, 5691, 3041, 35408, 13, 2617, 11828, 10786, 464, 1271, 286, 8606, 38053, 3848, 287, 428, 5257, 3335, 2637, 8, 198, 66, 4426, 1797, 35, 7792, 5691, 34349, 1144, 4826, 27237, 453, 796, 337, 571, 3351, 282, 283, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 362, 11, 513, 828, 15034, 2624, 3419, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 1797, 35, 7792, 5691, 34349, 1144, 4826, 27237, 453, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 1797, 35, 7792, 5691, 34349, 1144, 4826, 27237, 453, 13, 2617, 11828, 10786, 464, 1271, 286, 5884, 3180, 35504, 3848, 326, 423, 587, 42364, 453, 12539, 11, 326, 318, 11, 484, 547, 12539, 416, 617, 1785, 584, 621, 262, 1708, 25, 257, 532, 383, 11478, 286, 257, 3487, 22837, 3275, 416, 262, 1957, 886, 13, 275, 532, 383, 16307, 286, 257, 3487, 22837, 3275, 422, 262, 6569, 886, 2637, 8, 198, 66, 4426, 5841, 368, 34, 5691, 34349, 1144, 4826, 27237, 453, 796, 337, 571, 3351, 282, 283, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 362, 11, 604, 828, 15034, 2624, 3419, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5841, 368, 34, 5691, 34349, 1144, 4826, 27237, 453, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5841, 368, 34, 5691, 34349, 1144, 4826, 27237, 453, 13, 2617, 11828, 10786, 464, 1271, 286, 5884, 38053, 3848, 326, 423, 587, 42364, 453, 12539, 11, 326, 318, 11, 484, 547, 407, 12539, 351, 262, 1774, 38053, 8435, 1021, 1477, 1124, 2637, 8, 198, 66, 4426, 1797, 35504, 2949, 26198, 796, 337, 571, 3351, 282, 283, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 362, 11, 642, 828, 15034, 2624, 3419, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 1797, 35504, 2949, 26198, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 1797, 35504, 2949, 26198, 13, 2617, 11828, 10786, 464, 1271, 286, 3180, 35504, 3848, 326, 423, 587, 8606, 780, 612, 318, 645, 347, 12, 29239, 1695, 284, 5412, 262, 869, 2637, 8, 198, 66, 4426, 5841, 368, 2949, 26198, 796, 337, 571, 3351, 282, 283, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 362, 11, 718, 828, 15034, 2624, 3419, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5841, 368, 2949, 26198, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5841, 368, 2949, 26198, 13, 2617, 11828, 10786, 464, 1271, 286, 38053, 3848, 326, 423, 587, 8606, 780, 612, 318, 645, 38053, 1695, 284, 5412, 262, 869, 2637, 8, 198, 66, 4426, 14134, 16598, 5606, 535, 1797, 35, 8575, 328, 1287, 796, 337, 571, 3351, 282, 283, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 767, 11, 352, 828, 15034, 2624, 3419, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 14134, 16598, 5606, 535, 1797, 35, 8575, 328, 1287, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 14134, 16598, 5606, 535, 1797, 35, 8575, 328, 1287, 13, 2617, 11828, 7203, 464, 1271, 286, 15619, 290, 28181, 4388, 3180, 35504, 4875, 1366, 3848, 357, 66, 4426, 5258, 15, 14134, 6030, 468, 262, 1988, 705, 34725, 7, 19, 33047, 828, 1201, 1080, 13693, 13, 317, 4388, 869, 318, 257, 23083, 869, 326, 468, 257, 22837, 2728, 286, 705, 11265, 869, 17304, 7, 1433, 33047, 19570, 198, 66, 4426, 14134, 16598, 2025, 11794, 14134, 34349, 1144, 43625, 796, 337, 571, 3351, 282, 283, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 767, 11, 362, 828, 15034, 2624, 3419, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 14134, 16598, 2025, 11794, 14134, 34349, 1144, 43625, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 14134, 16598, 2025, 11794, 14134, 34349, 1144, 43625, 13, 2617, 11828, 7203, 464, 1271, 286, 15619, 290, 28181, 4388, 15075, 1366, 3848, 543, 779, 38053, 8271, 357, 66, 4426, 5258, 15, 14134, 6030, 468, 262, 1988, 705, 272, 11794, 7, 18, 33047, 828, 1201, 1080, 13693, 13, 317, 4388, 869, 318, 257, 23083, 869, 508, 318, 12539, 416, 262, 1774, 38053, 8435, 42231, 19570, 198, 66, 4426, 13739, 14134, 22093, 10962, 796, 337, 571, 10962, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 513, 11, 352, 828, 1267, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 13739, 14134, 22093, 10962, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 13739, 14134, 22093, 10962, 13, 2617, 11828, 10786, 464, 4075, 869, 10638, 3084, 318, 2622, 284, 2610, 3058, 4075, 3848, 13, 770, 3084, 318, 2622, 780, 38053, 3848, 389, 407, 287, 42815, 12, 39, 42480, 12, 8895, 33, 11, 290, 262, 360, 12576, 12, 10943, 5446, 3535, 62, 8895, 33, 318, 407, 1865, 1695, 2637, 8, 198, 66, 4426, 13739, 14134, 22093, 30150, 796, 337, 571, 10962, 25166, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 513, 11, 352, 11, 352, 828, 6739, 2617, 15732, 36690, 19510, 15, 11, 366, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 13739, 14134, 10434, 7575, 15732, 12340, 357, 15, 11, 366, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 13739, 14134, 22093, 15732, 48774, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 13739, 14134, 22093, 30150, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 13739, 14134, 22093, 30150, 13, 2617, 11828, 10786, 2025, 5726, 287, 262, 4889, 21293, 3084, 2637, 8, 198, 66, 4426, 13739, 14134, 10434, 7575, 15732, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 513, 11, 352, 11, 352, 11, 352, 828, 3862, 1273, 696, 28955, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 13739, 14134, 10434, 7575, 15732, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 13739, 14134, 10434, 7575, 15732, 13, 2617, 11828, 10786, 464, 923, 640, 286, 262, 1459, 869, 2637, 8, 198, 66, 4426, 13739, 14134, 22093, 15732, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 513, 11, 352, 11, 352, 11, 362, 828, 34142, 2624, 22446, 7266, 4906, 7, 7266, 4906, 22882, 28, 11395, 17257, 3103, 2536, 2913, 7, 15, 11, 362, 20198, 2780, 26780, 22, 22305, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 13739, 14134, 22093, 15732, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 13739, 14134, 22093, 15732, 13, 2617, 11828, 10786, 3163, 2545, 11619, 1402, 18253, 284, 15714, 3848, 326, 1609, 1522, 379, 262, 976, 640, 4378, 2637, 8, 198, 66, 4426, 13739, 12982, 2389, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 513, 11, 352, 11, 352, 11, 513, 828, 16531, 10100, 22446, 7266, 4906, 7, 7266, 4906, 22882, 28, 11395, 10699, 3103, 2536, 2913, 7, 15, 11, 14280, 4008, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 13739, 12982, 2389, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 13739, 12982, 2389, 13, 2617, 11828, 10786, 464, 11787, 17594, 4522, 393, 6632, 4129, 4731, 611, 23485, 2637, 8, 198, 66, 4426, 13739, 12982, 40, 79, 4550, 81, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 513, 11, 352, 11, 352, 11, 604, 828, 314, 79, 20231, 3419, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 13739, 12982, 40, 79, 4550, 81, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 13739, 12982, 40, 79, 4550, 81, 13, 2617, 11828, 10786, 464, 6101, 2209, 286, 262, 869, 393, 657, 13, 15, 13, 15, 13, 15, 611, 23485, 13, 770, 2134, 2058, 3264, 422, 314, 2640, 2637, 8, 198, 66, 4426, 13739, 14134, 6030, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 513, 11, 352, 11, 352, 11, 642, 828, 34142, 2624, 22446, 7266, 4906, 7, 7266, 4906, 22882, 28, 3103, 2536, 6003, 38176, 7, 28008, 11395, 3103, 2536, 2913, 7, 16, 11, 362, 11, 513, 11, 604, 11, 642, 11, 718, 4008, 737, 21018, 7, 13190, 40161, 28, 45, 2434, 40161, 7, 7203, 34680, 1600, 352, 828, 5855, 272, 11794, 1600, 362, 828, 5855, 34725, 1600, 513, 828, 5855, 85, 11442, 1600, 604, 828, 5855, 85, 10232, 1600, 642, 828, 5855, 38888, 1600, 718, 22305, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 13739, 14134, 6030, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 13739, 14134, 6030, 13, 2617, 11828, 10786, 464, 869, 2099, 25, 6439, 532, 6045, 286, 262, 1708, 15075, 532, 3401, 368, 869, 4875, 532, 10231, 869, 410, 11442, 532, 569, 11442, 4889, 410, 10232, 532, 569, 10232, 4889, 3809, 532, 15282, 4889, 11537, 198, 66, 4426, 13739, 5841, 368, 38963, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 513, 11, 352, 11, 352, 11, 718, 828, 34142, 2624, 22446, 7266, 4906, 7, 7266, 4906, 22882, 28, 11395, 17257, 3103, 2536, 2913, 7, 15, 11, 362, 20198, 2780, 26780, 22, 4008, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 13739, 5841, 368, 38963, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 13739, 5841, 368, 38963, 13, 2617, 11828, 10786, 33234, 2649, 286, 38053, 8271, 19171, 284, 869, 13, 770, 318, 262, 1988, 286, 12067, 38963, 15732, 422, 36159, 8220, 12, 33365, 3620, 12, 20474, 13752, 12, 8895, 33, 13, 770, 1988, 1863, 351, 269, 4426, 13739, 5841, 368, 13924, 24139, 21079, 257, 38053, 13, 11052, 318, 532, 16, 611, 869, 857, 407, 17624, 257, 38053, 2637, 8, 198, 66, 4426, 13739, 5841, 368, 13924, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 513, 11, 352, 11, 352, 11, 767, 828, 34142, 2624, 22446, 7266, 4906, 7, 7266, 4906, 22882, 28, 11395, 17257, 3103, 2536, 2913, 7, 15, 11, 362, 20198, 2780, 26780, 22, 4008, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 13739, 5841, 368, 13924, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 13739, 5841, 368, 13924, 13, 2617, 11828, 10786, 33234, 2649, 286, 38053, 8271, 19171, 284, 869, 13, 770, 318, 262, 1988, 286, 12067, 13924, 15732, 422, 36159, 8220, 12, 33365, 3620, 12, 20474, 13752, 12, 8895, 33, 13, 770, 1988, 1863, 351, 269, 4426, 13739, 5841, 368, 38963, 24139, 21079, 257, 38053, 13, 11052, 318, 532, 16, 611, 869, 857, 407, 17624, 257, 38053, 2637, 8, 198, 66, 4426, 13739, 14134, 26054, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 513, 11, 352, 11, 352, 11, 807, 828, 3862, 51, 3378, 3419, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 13739, 14134, 26054, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 13739, 14134, 26054, 13, 2617, 11828, 10786, 464, 9478, 286, 262, 1459, 869, 2637, 8, 198, 66, 4426, 13739, 30150, 38963, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 513, 11, 352, 11, 352, 11, 860, 828, 34142, 2624, 22446, 7266, 4906, 7, 7266, 4906, 22882, 28, 11395, 17257, 3103, 2536, 2913, 7, 15, 11, 362, 20198, 2780, 26780, 22, 4008, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 13739, 30150, 38963, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 13739, 30150, 38963, 13, 2617, 11828, 10786, 464, 12219, 10852, 287, 543, 262, 17400, 16, 1627, 326, 262, 2836, 5884, 319, 29076, 2637, 8, 198, 66, 4426, 13739, 30150, 13924, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 513, 11, 352, 11, 352, 11, 838, 828, 34142, 2624, 22446, 7266, 4906, 7, 7266, 4906, 22882, 28, 11395, 17257, 3103, 2536, 2913, 7, 15, 11, 362, 20198, 2780, 26780, 22, 4008, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 13739, 30150, 13924, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 13739, 30150, 13924, 13, 2617, 11828, 10786, 464, 12219, 2493, 329, 262, 17400, 16, 1627, 326, 262, 2836, 5884, 319, 2637, 8, 198, 66, 4426, 13739, 30150, 29239, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 513, 11, 352, 11, 352, 11, 1367, 828, 34142, 2624, 22446, 7266, 4906, 7, 7266, 4906, 22882, 28, 11395, 17257, 3103, 2536, 2913, 7, 15, 11, 362, 20198, 2780, 26780, 22, 4008, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 13739, 30150, 29239, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 13739, 30150, 29239, 13, 2617, 11828, 10786, 464, 6518, 1626, 262, 17400, 16, 326, 318, 19171, 284, 262, 869, 2637, 8, 198, 66, 4426, 13739, 36510, 6132, 15057, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 513, 11, 352, 11, 352, 11, 1105, 828, 16531, 10100, 22446, 7266, 4906, 7, 7266, 4906, 22882, 28, 11395, 10699, 3103, 2536, 2913, 7, 15, 11, 14280, 4008, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 13739, 36510, 6132, 15057, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 13739, 36510, 6132, 15057, 13, 2617, 11828, 10786, 464, 6569, 11426, 1271, 13, 1114, 257, 869, 656, 262, 3335, 11, 428, 318, 262, 37962, 1271, 13, 1114, 257, 869, 503, 286, 262, 3335, 11, 428, 318, 262, 5980, 276, 1271, 13, 1002, 407, 1695, 262, 4731, 4129, 318, 6632, 2637, 8, 198, 66, 4426, 13739, 14565, 6132, 15057, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 513, 11, 352, 11, 352, 11, 1511, 828, 16531, 10100, 22446, 7266, 4906, 7, 7266, 4906, 22882, 28, 11395, 10699, 3103, 2536, 2913, 7, 15, 11, 14280, 4008, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 13739, 14565, 6132, 15057, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 13739, 14565, 6132, 15057, 13, 2617, 11828, 10786, 464, 1957, 11426, 1271, 13, 1114, 257, 869, 656, 262, 3335, 11, 428, 318, 262, 5980, 276, 1271, 13, 1114, 257, 869, 503, 286, 262, 3335, 11, 428, 318, 262, 37962, 1271, 13, 1002, 407, 1695, 262, 4731, 4129, 318, 6632, 2637, 8, 198, 66, 4426, 13739, 51, 9936, 15057, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 513, 11, 352, 11, 352, 11, 1478, 828, 34142, 2624, 3419, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 13739, 51, 9936, 15057, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 13739, 51, 9936, 15057, 13, 2617, 11828, 7203, 464, 309, 9936, 1271, 3917, 351, 428, 869, 13, 770, 1321, 2058, 422, 262, 314, 2640, 705, 12860, 1627, 6, 3141, 19570, 198, 66, 4426, 14134, 18122, 22093, 10962, 11518, 24539, 796, 337, 571, 3351, 282, 283, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 604, 11, 352, 828, 34142, 2624, 22446, 7266, 4906, 7, 7266, 4906, 22882, 28, 11395, 17257, 3103, 2536, 2913, 7, 15, 11, 5323, 29720, 21018, 7, 3064, 29720, 2617, 11518, 15457, 7203, 961, 13564, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 14134, 18122, 22093, 10962, 11518, 24539, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 14134, 18122, 22093, 10962, 11518, 24539, 13, 2617, 11828, 10786, 464, 6727, 4179, 319, 262, 1271, 286, 12784, 326, 262, 269, 4426, 14134, 18122, 10962, 743, 3994, 13, 317, 1988, 286, 657, 481, 2948, 597, 2106, 422, 852, 17383, 13, 1649, 428, 3084, 318, 1336, 11, 262, 13325, 5726, 481, 307, 13140, 290, 262, 649, 530, 481, 307, 2727, 2637, 8, 198, 66, 4426, 14134, 18122, 22093, 9781, 391, 48801, 796, 337, 571, 3351, 282, 283, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 604, 11, 362, 828, 34142, 2624, 22446, 7266, 4906, 7, 7266, 4906, 22882, 28, 11395, 17257, 3103, 2536, 2913, 7, 15, 11, 5323, 29720, 21018, 7, 1314, 29720, 2617, 3118, 896, 10786, 1084, 1769, 27691, 2617, 11518, 15457, 7203, 961, 13564, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 14134, 18122, 22093, 9781, 391, 48801, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 14134, 18122, 22093, 9781, 391, 48801, 13, 2617, 11828, 10786, 464, 5288, 2033, 286, 640, 326, 281, 269, 4426, 14134, 18122, 30150, 481, 307, 9456, 878, 852, 13140, 13, 317, 1988, 286, 657, 481, 2948, 597, 2106, 422, 852, 17383, 11, 475, 481, 407, 2948, 869, 5377, 24547, 20348, 852, 2429, 283, 515, 2637, 8, 198, 66, 4426, 14134, 18122, 22093, 10962, 796, 337, 571, 10962, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 604, 11, 513, 828, 1267, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 14134, 18122, 22093, 10962, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 14134, 18122, 22093, 10962, 13, 2617, 11828, 10786, 464, 869, 2106, 10638, 3084, 318, 2622, 284, 2610, 4444, 4075, 3848, 13, 770, 3084, 318, 2622, 780, 38053, 3848, 389, 407, 287, 42815, 12, 39, 42480, 12, 8895, 33, 26, 262, 36159, 8220, 12, 1797, 35504, 12, 8895, 33, 5563, 466, 407, 3994, 1321, 546, 262, 4075, 3848, 26, 290, 262, 360, 12576, 12, 10943, 5446, 3535, 62, 8895, 33, 318, 407, 1865, 1695, 2637, 8, 198, 66, 4426, 14134, 18122, 22093, 30150, 796, 337, 571, 10962, 25166, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 604, 11, 513, 11, 352, 828, 6739, 2617, 15732, 36690, 19510, 15, 11, 366, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 14134, 7279, 8443, 7575, 15732, 12340, 357, 15, 11, 366, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 14134, 10434, 7575, 15732, 12340, 357, 15, 11, 366, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 14134, 18122, 22093, 15732, 48774, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 14134, 18122, 22093, 30150, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 14134, 18122, 22093, 30150, 13, 2617, 11828, 10786, 2025, 5726, 287, 262, 4889, 21293, 3084, 2637, 8, 198, 66, 4426, 14134, 7279, 8443, 7575, 15732, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 604, 11, 513, 11, 352, 11, 352, 828, 3862, 1273, 696, 28955, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 14134, 7279, 8443, 7575, 15732, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 14134, 7279, 8443, 7575, 15732, 13, 2617, 11828, 10786, 464, 22837, 640, 286, 262, 869, 2637, 8, 198, 66, 4426, 14134, 10434, 7575, 15732, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 604, 11, 513, 11, 352, 11, 362, 828, 3862, 1273, 696, 28955, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 14134, 10434, 7575, 15732, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 14134, 10434, 7575, 15732, 13, 2617, 11828, 10786, 464, 923, 640, 286, 262, 1459, 869, 2637, 8, 198, 66, 4426, 14134, 18122, 22093, 15732, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 604, 11, 513, 11, 352, 11, 513, 828, 34142, 2624, 22446, 7266, 4906, 7, 7266, 4906, 22882, 28, 11395, 17257, 3103, 2536, 2913, 7, 15, 11, 362, 20198, 2780, 26780, 22, 22305, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 14134, 18122, 22093, 15732, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 14134, 18122, 22093, 15732, 13, 2617, 11828, 10786, 3163, 2545, 11619, 1402, 18253, 284, 15714, 3848, 326, 1609, 1522, 379, 262, 976, 640, 4378, 2637, 8, 198, 66, 4426, 12982, 2389, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 604, 11, 513, 11, 352, 11, 604, 828, 16531, 10100, 22446, 7266, 4906, 7, 7266, 4906, 22882, 28, 11395, 10699, 3103, 2536, 2913, 7, 15, 11, 14280, 4008, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 12982, 2389, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 12982, 2389, 13, 2617, 11828, 10786, 464, 11787, 17594, 4522, 393, 6632, 4129, 4731, 611, 23485, 13, 770, 2134, 2058, 3264, 422, 314, 2640, 2637, 8, 198, 66, 4426, 12982, 40, 79, 4550, 81, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 604, 11, 513, 11, 352, 11, 642, 828, 314, 79, 20231, 3419, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 12982, 40, 79, 4550, 81, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 12982, 40, 79, 4550, 81, 13, 2617, 11828, 10786, 464, 6101, 2209, 286, 262, 869, 393, 657, 13, 15, 13, 15, 13, 15, 611, 23485, 13, 770, 2134, 2058, 3264, 422, 314, 2640, 2637, 8, 198, 66, 4426, 14134, 6030, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 604, 11, 513, 11, 352, 11, 718, 828, 34142, 2624, 22446, 7266, 4906, 7, 7266, 4906, 22882, 28, 3103, 2536, 6003, 38176, 7, 28008, 11395, 3103, 2536, 2913, 7, 16, 11, 362, 11, 513, 11, 604, 11, 642, 11, 718, 4008, 737, 21018, 7, 13190, 40161, 28, 45, 2434, 40161, 7, 7203, 34680, 1600, 352, 828, 5855, 272, 11794, 1600, 362, 828, 5855, 34725, 1600, 513, 828, 5855, 85, 11442, 1600, 604, 828, 5855, 85, 10232, 1600, 642, 828, 5855, 38888, 1600, 718, 22305, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 14134, 6030, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 14134, 6030, 13, 2617, 11828, 10786, 464, 869, 2099, 25, 6439, 532, 6045, 286, 262, 1708, 15075, 532, 3401, 368, 869, 4875, 532, 10231, 869, 410, 11442, 532, 569, 11442, 4889, 410, 10232, 532, 569, 10232, 4889, 3809, 532, 15282, 4889, 11537, 198, 66, 4426, 5841, 368, 38963, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 604, 11, 513, 11, 352, 11, 767, 828, 34142, 2624, 3419, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5841, 368, 38963, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5841, 368, 38963, 13, 2617, 11828, 10786, 33234, 2649, 286, 38053, 8271, 19171, 284, 869, 13, 770, 318, 262, 1988, 286, 12067, 38963, 15732, 422, 36159, 8220, 12, 33365, 3620, 12, 20474, 13752, 12, 8895, 33, 13, 770, 1988, 1863, 351, 269, 4426, 5841, 368, 13924, 24139, 21079, 257, 38053, 13, 11052, 318, 532, 16, 611, 869, 857, 407, 17624, 257, 38053, 2637, 8, 198, 66, 4426, 5841, 368, 13924, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 604, 11, 513, 11, 352, 11, 807, 828, 34142, 2624, 3419, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5841, 368, 13924, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5841, 368, 13924, 13, 2617, 11828, 10786, 33234, 2649, 286, 38053, 8271, 19171, 284, 869, 13, 770, 318, 262, 1988, 286, 12067, 13924, 15732, 422, 36159, 8220, 12, 33365, 3620, 12, 20474, 13752, 12, 8895, 33, 13, 770, 1988, 1863, 351, 269, 4426, 5841, 368, 38963, 24139, 21079, 257, 38053, 13, 11052, 318, 532, 16, 611, 869, 857, 407, 17624, 257, 38053, 2637, 8, 198, 66, 4426, 14134, 26054, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 604, 11, 513, 11, 352, 11, 860, 828, 3862, 51, 3378, 3419, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 14134, 26054, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 14134, 26054, 13, 2617, 11828, 10786, 464, 9478, 286, 262, 1459, 869, 2637, 8, 198, 66, 4426, 30150, 38963, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 604, 11, 513, 11, 352, 11, 838, 828, 34142, 2624, 3419, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 30150, 38963, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 30150, 38963, 13, 2617, 11828, 10786, 464, 3518, 1080, 10852, 287, 543, 262, 17400, 16, 1627, 326, 262, 2836, 5884, 319, 29076, 2637, 8, 198, 66, 4426, 30150, 13924, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 604, 11, 513, 11, 352, 11, 1367, 828, 34142, 2624, 3419, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 30150, 13924, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 30150, 13924, 13, 2617, 11828, 10786, 464, 12219, 2493, 329, 262, 17400, 16, 1627, 326, 262, 2836, 5884, 319, 2637, 8, 198, 66, 4426, 30150, 29239, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 604, 11, 513, 11, 352, 11, 1105, 828, 34142, 2624, 3419, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 30150, 29239, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 30150, 29239, 13, 2617, 11828, 10786, 464, 6518, 1626, 262, 17400, 16, 326, 318, 19171, 284, 262, 869, 2637, 8, 198, 66, 4426, 36510, 6132, 15057, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 604, 11, 513, 11, 352, 11, 1511, 828, 16531, 10100, 22446, 7266, 4906, 7, 7266, 4906, 22882, 28, 11395, 10699, 3103, 2536, 2913, 7, 15, 11, 14280, 4008, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 36510, 6132, 15057, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 36510, 6132, 15057, 13, 2617, 11828, 10786, 464, 6569, 11426, 1271, 13, 1114, 257, 869, 656, 262, 3335, 11, 428, 318, 262, 37962, 1271, 13, 1114, 257, 869, 503, 286, 262, 3335, 11, 428, 318, 262, 5980, 276, 1271, 13, 1002, 407, 1695, 262, 4731, 4129, 318, 6632, 2637, 8, 198, 66, 4426, 14565, 6132, 15057, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 604, 11, 513, 11, 352, 11, 1478, 828, 16531, 10100, 22446, 7266, 4906, 7, 7266, 4906, 22882, 28, 11395, 10699, 3103, 2536, 2913, 7, 15, 11, 14280, 4008, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 14565, 6132, 15057, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 14565, 6132, 15057, 13, 2617, 11828, 10786, 464, 1957, 11426, 1271, 13, 1114, 257, 869, 656, 262, 3335, 11, 428, 318, 262, 5980, 276, 1271, 13, 1114, 257, 869, 503, 286, 262, 3335, 11, 428, 318, 262, 37962, 1271, 13, 1002, 407, 1695, 262, 4731, 4129, 318, 6632, 2637, 8, 198, 66, 4426, 51, 9936, 15057, 796, 337, 571, 10962, 39470, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 604, 11, 513, 11, 352, 11, 1315, 828, 34142, 2624, 3419, 737, 2617, 11518, 15457, 7203, 961, 8807, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 51, 9936, 15057, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 51, 9936, 15057, 13, 2617, 11828, 7203, 464, 309, 9936, 1271, 3917, 351, 428, 869, 13, 770, 1321, 2058, 422, 262, 314, 2640, 705, 12860, 1627, 6, 3141, 19570, 198, 66, 4426, 5258, 16, 39516, 1891, 3673, 1958, 36695, 796, 337, 571, 3351, 282, 283, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 352, 11, 718, 11, 352, 828, 14056, 11395, 3419, 737, 2617, 11518, 15457, 7203, 961, 13564, 4943, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 16, 39516, 1891, 3673, 1958, 36695, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 16, 39516, 1891, 3673, 1958, 36695, 13, 2617, 11828, 7203, 1212, 7885, 6973, 262, 5270, 286, 269, 4426, 5258, 16, 39516, 1891, 3673, 2649, 1649, 428, 7885, 318, 705, 7942, 7, 16, 8, 3256, 5270, 286, 777, 14483, 318, 9343, 13, 1649, 428, 7885, 318, 705, 9562, 7, 17, 8, 3256, 5270, 318, 10058, 383, 4277, 1988, 318, 705, 9562, 7, 17, 8, 4458, 366, 8, 198, 66, 16979, 44, 70, 16762, 8895, 33, 3673, 2649, 36698, 844, 796, 337, 571, 33234, 7483, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 362, 4008, 198, 66, 4426, 3673, 6637, 796, 337, 571, 33234, 7483, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 362, 11, 657, 4008, 198, 66, 4426, 5258, 15, 16286, 32015, 3673, 2649, 796, 42808, 6030, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 362, 11, 657, 11, 352, 29720, 2617, 10267, 82, 7, 7203, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 5258, 15, 16286, 32015, 19580, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 5258, 15, 16286, 32015, 7575, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 5258, 15, 16286, 32015, 7416, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 5258, 15, 39317, 15732, 48774, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 15, 16286, 32015, 3673, 2649, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 15, 16286, 32015, 3673, 2649, 13, 2617, 11828, 10786, 1212, 14483, 318, 1908, 618, 612, 318, 257, 1181, 1487, 287, 269, 4426, 5258, 15, 16286, 32015, 19580, 2134, 2637, 8, 198, 66, 4426, 5258, 16, 39516, 1891, 3673, 2649, 796, 42808, 6030, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 362, 11, 657, 11, 362, 29720, 2617, 10267, 82, 7, 7203, 5258, 16, 12, 8895, 33, 1600, 366, 9310, 87, 16, 13949, 19580, 12340, 5855, 5258, 16, 12, 8895, 33, 1600, 366, 9310, 87, 16, 13949, 15732, 48774, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 16, 39516, 1891, 3673, 2649, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 16, 39516, 1891, 3673, 2649, 13, 2617, 11828, 10786, 1212, 14483, 318, 1908, 618, 612, 318, 257, 1181, 1487, 287, 288, 82, 87, 16, 13949, 19580, 2134, 286, 30978, 1415, 3312, 12, 8895, 33, 2637, 8, 198, 66, 4426, 8895, 2749, 261, 10367, 796, 337, 571, 33234, 7483, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 513, 4008, 198, 66, 4426, 8895, 2749, 6316, 16097, 796, 337, 571, 33234, 7483, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 513, 11, 352, 4008, 198, 66, 4426, 8895, 40469, 14459, 796, 337, 571, 33234, 7483, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 513, 11, 362, 4008, 198, 66, 4426, 8895, 2749, 6316, 3610, 796, 19937, 38143, 3610, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 513, 11, 352, 11, 352, 29720, 2617, 10267, 82, 7, 7203, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 5258, 15, 28350, 13247, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 14134, 50015, 13247, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 13739, 14134, 22093, 13247, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 14134, 18122, 22093, 13247, 48774, 198, 198, 361, 651, 35226, 7, 76, 571, 32875, 11, 705, 9641, 3256, 357, 15, 11, 657, 11, 657, 4008, 1875, 357, 19, 11, 604, 11, 657, 2599, 198, 220, 220, 220, 269, 4426, 8895, 2749, 6316, 3610, 796, 269, 4426, 8895, 2749, 6316, 3610, 13, 2617, 19580, 10786, 672, 23869, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 8895, 2749, 6316, 3610, 13, 2617, 11828, 10786, 464, 11846, 2643, 973, 287, 257, 7695, 5868, 23881, 11, 543, 3494, 262, 28289, 7695, 47, 8549, 337, 9865, 11537, 198, 66, 4426, 8895, 2749, 6316, 3610, 18009, 16, 796, 19937, 38143, 3610, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 513, 11, 352, 11, 362, 29720, 2617, 10267, 82, 7, 7203, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 5258, 15, 28350, 13247, 18009, 16, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 14134, 50015, 13247, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 13739, 14134, 22093, 13247, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 14134, 18122, 22093, 13247, 48774, 198, 198, 361, 651, 35226, 7, 76, 571, 32875, 11, 705, 9641, 3256, 357, 15, 11, 657, 11, 657, 4008, 1875, 357, 19, 11, 604, 11, 657, 2599, 198, 220, 220, 220, 269, 4426, 8895, 2749, 6316, 3610, 18009, 16, 796, 269, 4426, 8895, 2749, 6316, 3610, 18009, 16, 13, 2617, 19580, 10786, 672, 23869, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 8895, 2749, 6316, 3610, 18009, 16, 13, 2617, 11828, 10786, 464, 11846, 2643, 973, 287, 257, 7695, 5868, 23881, 11, 543, 3494, 262, 28289, 7695, 47, 8549, 337, 9865, 11537, 198, 66, 4426, 38143, 3610, 18009, 17, 796, 19937, 38143, 3610, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 513, 11, 352, 11, 513, 29720, 2617, 10267, 82, 7, 7203, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 5258, 15, 28350, 13247, 18009, 17, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 14134, 50015, 13247, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 13739, 14134, 22093, 13247, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 14134, 18122, 22093, 13247, 48774, 198, 198, 361, 651, 35226, 7, 76, 571, 32875, 11, 705, 9641, 3256, 357, 15, 11, 657, 11, 657, 4008, 1875, 357, 19, 11, 604, 11, 657, 2599, 198, 220, 220, 220, 269, 4426, 38143, 3610, 18009, 17, 796, 269, 4426, 38143, 3610, 18009, 17, 13, 2617, 19580, 10786, 672, 23869, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 38143, 3610, 18009, 17, 13, 2617, 11828, 10786, 464, 11846, 2643, 973, 287, 257, 7695, 5868, 23881, 11, 543, 3494, 262, 28289, 7695, 47, 8549, 337, 9865, 11537, 198, 66, 4426, 8895, 2749, 6316, 3610, 18009, 18, 796, 19937, 38143, 3610, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 513, 11, 352, 11, 604, 29720, 2617, 10267, 82, 7, 7203, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 5258, 15, 28350, 13247, 18009, 17, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 14134, 50015, 13247, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 13739, 14134, 22093, 13247, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 14134, 18122, 22093, 13247, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 5258, 15, 19580, 13247, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 5258, 16, 28350, 13247, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 11964, 13247, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 3673, 2649, 13247, 48774, 198, 198, 361, 651, 35226, 7, 76, 571, 32875, 11, 705, 9641, 3256, 357, 15, 11, 657, 11, 657, 4008, 1875, 357, 19, 11, 604, 11, 657, 2599, 198, 220, 220, 220, 269, 4426, 8895, 2749, 6316, 3610, 18009, 18, 796, 269, 4426, 8895, 2749, 6316, 3610, 18009, 18, 13, 2617, 19580, 10786, 10378, 31023, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 8895, 2749, 6316, 3610, 18009, 18, 13, 2617, 11828, 10786, 464, 11846, 2643, 973, 287, 257, 7695, 5868, 23881, 11, 543, 3494, 262, 28289, 7695, 47, 8549, 337, 9865, 11537, 198, 66, 4426, 8895, 2749, 6316, 3610, 18009, 19, 796, 19937, 38143, 3610, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 513, 11, 352, 11, 642, 29720, 2617, 10267, 82, 7, 7203, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 5258, 15, 28350, 13247, 18009, 17, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 14134, 50015, 13247, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 13739, 14134, 22093, 13247, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 14134, 18122, 22093, 13247, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 14134, 31715, 13247, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 5258, 15, 19580, 13247, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 5258, 16, 28350, 13247, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 11964, 13247, 48774, 198, 198, 361, 651, 35226, 7, 76, 571, 32875, 11, 705, 9641, 3256, 357, 15, 11, 657, 11, 657, 4008, 1875, 357, 19, 11, 604, 11, 657, 2599, 198, 220, 220, 220, 269, 4426, 8895, 2749, 6316, 3610, 18009, 19, 796, 269, 4426, 8895, 2749, 6316, 3610, 18009, 19, 13, 2617, 19580, 10786, 10378, 31023, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 8895, 2749, 6316, 3610, 18009, 19, 13, 2617, 11828, 10786, 464, 11846, 2643, 973, 287, 257, 7695, 5868, 23881, 11, 543, 3494, 262, 28289, 7695, 47, 8549, 337, 9865, 11537, 198, 66, 4426, 8895, 2749, 6316, 3610, 18009, 20, 796, 19937, 38143, 3610, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 513, 11, 352, 11, 718, 29720, 2617, 10267, 82, 7, 7203, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 5258, 15, 28350, 13247, 18009, 17, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 14134, 50015, 13247, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 13739, 14134, 22093, 13247, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 14134, 18122, 22093, 13247, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 14134, 31715, 13247, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 5258, 15, 19580, 13247, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 5258, 16, 28350, 13247, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 11964, 13247, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 5258, 16, 39516, 1891, 3673, 1958, 16934, 13247, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 3673, 2649, 13247, 18009, 16, 48774, 198, 198, 361, 651, 35226, 7, 76, 571, 32875, 11, 705, 9641, 3256, 357, 15, 11, 657, 11, 657, 4008, 1875, 357, 19, 11, 604, 11, 657, 2599, 198, 220, 220, 220, 269, 4426, 8895, 2749, 6316, 3610, 18009, 20, 796, 269, 4426, 8895, 2749, 6316, 3610, 18009, 20, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 8895, 2749, 6316, 3610, 18009, 20, 13, 2617, 11828, 10786, 464, 11846, 2643, 973, 287, 257, 7695, 5868, 23881, 11, 543, 3494, 262, 28289, 7695, 47, 8549, 337, 9865, 11537, 198, 66, 4426, 5258, 15, 28350, 13247, 796, 9515, 13247, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 513, 11, 362, 11, 352, 29720, 2617, 10267, 82, 7, 7203, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 16934, 1522, 6030, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 5258, 15, 14134, 6030, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 43, 17, 27195, 1686, 1741, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 14134, 12332, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 7575, 818, 11041, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 818, 12349, 1039, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 7975, 12349, 1039, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 818, 11869, 1039, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 7975, 11869, 1039, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 29014, 39317, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 1797, 35, 7792, 40616, 33, 48407, 818, 11041, 1890, 2025, 11794, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 1797, 35, 7792, 40616, 33, 1925, 8961, 818, 11041, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 13739, 5258, 15, 82, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 10246, 5662, 5691, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 53, 10232, 34, 5691, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 53, 11442, 34, 5691, 48774, 198, 361, 651, 35226, 7, 76, 571, 32875, 11, 705, 9641, 3256, 357, 15, 11, 657, 11, 657, 4008, 1875, 357, 19, 11, 604, 11, 657, 2599, 198, 220, 220, 220, 269, 4426, 5258, 15, 28350, 13247, 796, 269, 4426, 5258, 15, 28350, 13247, 13, 2617, 19580, 10786, 672, 23869, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 15, 28350, 13247, 13, 2617, 11828, 10786, 32, 4947, 286, 5563, 4955, 262, 15075, 290, 4875, 7869, 329, 257, 17400, 16, 2637, 8, 198, 66, 4426, 14134, 50015, 13247, 796, 9515, 13247, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 513, 11, 362, 11, 362, 29720, 2617, 10267, 82, 7, 7203, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 1797, 35, 7792, 5691, 3041, 35408, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 5841, 368, 34, 5691, 3041, 35408, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 1797, 35, 7792, 5691, 34349, 1144, 4826, 27237, 453, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 5841, 368, 34, 5691, 34349, 1144, 4826, 27237, 453, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 1797, 35504, 2949, 26198, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 5841, 368, 2949, 26198, 48774, 198, 361, 651, 35226, 7, 76, 571, 32875, 11, 705, 9641, 3256, 357, 15, 11, 657, 11, 657, 4008, 1875, 357, 19, 11, 604, 11, 657, 2599, 198, 220, 220, 220, 269, 4426, 14134, 50015, 13247, 796, 269, 4426, 14134, 50015, 13247, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 14134, 50015, 13247, 13, 2617, 11828, 10786, 32, 4947, 286, 5563, 4955, 19406, 26310, 286, 869, 15536, 11537, 198, 66, 4426, 13739, 14134, 22093, 13247, 796, 9515, 13247, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 513, 11, 362, 11, 513, 29720, 2617, 10267, 82, 7, 7203, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 13739, 12982, 2389, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 13739, 14134, 6030, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 13739, 12982, 40, 79, 4550, 81, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 13739, 5841, 368, 38963, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 13739, 5841, 368, 13924, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 13739, 14134, 26054, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 13739, 30150, 38963, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 13739, 30150, 13924, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 13739, 30150, 29239, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 13739, 36510, 6132, 15057, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 13739, 14565, 6132, 15057, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 13739, 51, 9936, 15057, 48774, 198, 361, 651, 35226, 7, 76, 571, 32875, 11, 705, 9641, 3256, 357, 15, 11, 657, 11, 657, 4008, 1875, 357, 19, 11, 604, 11, 657, 2599, 198, 220, 220, 220, 269, 4426, 13739, 14134, 22093, 13247, 796, 269, 4426, 13739, 14134, 22093, 13247, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 13739, 14134, 22093, 13247, 13, 2617, 11828, 10786, 32, 4947, 286, 5563, 4955, 262, 10638, 286, 262, 3058, 4075, 3848, 2637, 8, 198, 66, 4426, 14134, 18122, 22093, 13247, 796, 9515, 13247, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 513, 11, 362, 11, 604, 29720, 2617, 10267, 82, 7, 7203, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 14134, 18122, 22093, 10962, 11518, 24539, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 14134, 18122, 22093, 9781, 391, 48801, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 12982, 2389, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 12982, 40, 79, 4550, 81, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 14134, 6030, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 5841, 368, 38963, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 5841, 368, 13924, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 14134, 26054, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 30150, 38963, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 30150, 13924, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 30150, 29239, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 36510, 6132, 15057, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 14565, 6132, 15057, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 51, 9936, 15057, 48774, 198, 361, 651, 35226, 7, 76, 571, 32875, 11, 705, 9641, 3256, 357, 15, 11, 657, 11, 657, 4008, 1875, 357, 19, 11, 604, 11, 657, 2599, 198, 220, 220, 220, 269, 4426, 14134, 18122, 22093, 13247, 796, 269, 4426, 14134, 18122, 22093, 13247, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 14134, 18122, 22093, 13247, 13, 2617, 11828, 10786, 32, 4947, 286, 5563, 4955, 262, 10638, 286, 3848, 326, 547, 2904, 23083, 2637, 8, 198, 66, 4426, 5258, 15, 28350, 13247, 18009, 16, 796, 9515, 13247, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 513, 11, 362, 11, 642, 29720, 2617, 10267, 82, 7, 7203, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 16934, 1522, 6030, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 5258, 15, 14134, 6030, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 43, 17, 27195, 1686, 1741, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 14134, 12332, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 7575, 818, 11041, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 818, 12349, 1039, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 7975, 12349, 1039, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 818, 11869, 1039, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 7975, 11869, 1039, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 29014, 39317, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 1797, 35, 7792, 40616, 33, 48407, 818, 11041, 1890, 2025, 11794, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 1797, 35, 7792, 40616, 33, 1925, 8961, 818, 11041, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 13739, 5258, 15, 82, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 10246, 5662, 5691, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 53, 10232, 34, 5691, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 53, 11442, 34, 5691, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 13739, 5258, 15, 82, 11922, 19184, 9704, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 5258, 16, 13739, 5258, 15, 82, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 5258, 16, 13739, 5258, 15, 82, 11922, 19184, 9704, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 17887, 3980, 34, 40616, 33, 1925, 8961, 818, 11041, 48774, 198, 361, 651, 35226, 7, 76, 571, 32875, 11, 705, 9641, 3256, 357, 15, 11, 657, 11, 657, 4008, 1875, 357, 19, 11, 604, 11, 657, 2599, 198, 220, 220, 220, 269, 4426, 5258, 15, 28350, 13247, 18009, 16, 796, 269, 4426, 5258, 15, 28350, 13247, 18009, 16, 13, 2617, 19580, 10786, 672, 23869, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 15, 28350, 13247, 18009, 16, 13, 2617, 11828, 10786, 32, 4947, 286, 5563, 4955, 262, 15075, 290, 4875, 7869, 329, 257, 17400, 16, 2637, 8, 198, 66, 4426, 5258, 15, 28350, 13247, 18009, 17, 796, 9515, 13247, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 513, 11, 362, 11, 718, 29720, 2617, 10267, 82, 7, 7203, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 16934, 1522, 6030, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 5258, 15, 14134, 6030, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 43, 17, 27195, 1686, 1741, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 14134, 12332, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 7575, 818, 11041, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 818, 12349, 1039, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 7975, 12349, 1039, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 818, 11869, 1039, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 7975, 11869, 1039, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 29014, 39317, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 1797, 35, 7792, 40616, 33, 48407, 818, 11041, 1890, 2025, 11794, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 1797, 35, 7792, 40616, 33, 1925, 8961, 818, 11041, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 13739, 5258, 15, 82, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 10246, 5662, 5691, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 53, 10232, 34, 5691, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 53, 11442, 34, 5691, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 13739, 5258, 15, 82, 11922, 19184, 9704, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 5258, 16, 13739, 5258, 15, 82, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 5258, 16, 13739, 5258, 15, 82, 11922, 19184, 9704, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 17887, 3980, 34, 40616, 33, 1925, 8961, 818, 11041, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 1797, 35, 7792, 40616, 33, 48407, 818, 11041, 1890, 35708, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 34, 42643, 40616, 33, 48407, 818, 11041, 1890, 35708, 48774, 198, 361, 651, 35226, 7, 76, 571, 32875, 11, 705, 9641, 3256, 357, 15, 11, 657, 11, 657, 4008, 1875, 357, 19, 11, 604, 11, 657, 2599, 198, 220, 220, 220, 269, 4426, 5258, 15, 28350, 13247, 18009, 17, 796, 269, 4426, 5258, 15, 28350, 13247, 18009, 17, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 15, 28350, 13247, 18009, 17, 13, 2617, 11828, 10786, 32, 4947, 286, 5563, 4955, 262, 15075, 290, 4875, 7869, 329, 257, 17400, 16, 2637, 8, 198, 66, 4426, 5258, 16, 28350, 13247, 796, 9515, 13247, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 513, 11, 362, 11, 767, 29720, 2617, 10267, 82, 7, 7203, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 5258, 16, 14957, 2025, 11794, 34, 5691, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 5258, 16, 14957, 27640, 34, 5691, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 5258, 16, 14957, 53, 11442, 34, 5691, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 5258, 16, 14957, 53, 10232, 34, 5691, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 5258, 16, 14957, 34, 5691, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 5258, 16, 14957, 7575, 818, 11041, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 5258, 16, 11297, 7390, 293, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 5258, 16, 11297, 7975, 5189, 16177, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 5258, 16, 11297, 16286, 32015, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 5258, 16, 818, 12349, 1039, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 5258, 16, 7975, 12349, 1039, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 5258, 16, 818, 11869, 1039, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 5258, 16, 7975, 11869, 1039, 48774, 198, 361, 651, 35226, 7, 76, 571, 32875, 11, 705, 9641, 3256, 357, 15, 11, 657, 11, 657, 4008, 1875, 357, 19, 11, 604, 11, 657, 2599, 198, 220, 220, 220, 269, 4426, 5258, 16, 28350, 13247, 796, 269, 4426, 5258, 16, 28350, 13247, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 16, 28350, 13247, 13, 2617, 11828, 10786, 32, 4947, 286, 5563, 4955, 7869, 46500, 1973, 17400, 15, 82, 1626, 257, 17400, 16, 2637, 8, 198, 66, 4426, 11964, 13247, 796, 9515, 13247, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 513, 11, 362, 11, 807, 29720, 2617, 10267, 82, 7, 7203, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 1797, 35, 7792, 40616, 13739, 35, 1925, 8961, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 1797, 35, 7792, 40616, 33, 1925, 8961, 7575, 818, 11041, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 1797, 35, 7792, 40616, 33, 1925, 8961, 7575, 818, 11041, 2025, 75, 70, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 1797, 35, 7792, 40616, 33, 29239, 34, 5691, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 1797, 35, 7792, 40616, 33, 29239, 2025, 11794, 34, 5691, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 14957, 1797, 35, 8035, 13361, 10246, 5662, 5691, 48774, 198, 361, 651, 35226, 7, 76, 571, 32875, 11, 705, 9641, 3256, 357, 15, 11, 657, 11, 657, 4008, 1875, 357, 19, 11, 604, 11, 657, 2599, 198, 220, 220, 220, 269, 4426, 11964, 13247, 796, 269, 4426, 11964, 13247, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 11964, 13247, 13, 2617, 11828, 10786, 32, 4947, 286, 5563, 4955, 7869, 46500, 329, 262, 2104, 1080, 2637, 8, 198, 66, 4426, 5258, 15, 19580, 13247, 796, 9515, 13247, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 513, 11, 362, 11, 860, 29720, 2617, 10267, 82, 7, 7203, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 5258, 15, 16286, 32015, 3673, 1958, 36695, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 5258, 15, 18843, 19580, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 5258, 15, 16286, 32015, 46787, 19580, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 5258, 15, 16286, 32015, 35265, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 5258, 15, 16286, 32015, 19580, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 5258, 15, 16286, 32015, 7416, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 5258, 15, 16286, 32015, 7575, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 5258, 15, 16934, 22203, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 5258, 15, 39317, 15732, 48774, 198, 361, 651, 35226, 7, 76, 571, 32875, 11, 705, 9641, 3256, 357, 15, 11, 657, 11, 657, 4008, 1875, 357, 19, 11, 604, 11, 657, 2599, 198, 220, 220, 220, 269, 4426, 5258, 15, 19580, 13247, 796, 269, 4426, 5258, 15, 19580, 13247, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 15, 19580, 13247, 13, 2617, 11828, 10786, 32, 4947, 286, 5563, 4955, 262, 3722, 329, 257, 17400, 15, 2637, 8, 198, 66, 4426, 3673, 2649, 13247, 796, 42808, 13247, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 513, 11, 362, 11, 838, 29720, 2617, 10267, 82, 7, 7203, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 5258, 15, 16286, 32015, 3673, 2649, 48774, 198, 361, 651, 35226, 7, 76, 571, 32875, 11, 705, 9641, 3256, 357, 15, 11, 657, 11, 657, 4008, 1875, 357, 19, 11, 604, 11, 657, 2599, 198, 220, 220, 220, 269, 4426, 3673, 2649, 13247, 796, 269, 4426, 3673, 2649, 13247, 13, 2617, 19580, 10786, 10378, 31023, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 3673, 2649, 13247, 13, 2617, 11828, 10786, 464, 4947, 286, 19605, 705, 8, 198, 66, 4426, 5258, 16, 39516, 1891, 3673, 1958, 16934, 13247, 796, 9515, 13247, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 513, 11, 362, 11, 1367, 29720, 2617, 10267, 82, 7, 7203, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 5258, 16, 39516, 1891, 3673, 1958, 36695, 48774, 198, 361, 651, 35226, 7, 76, 571, 32875, 11, 705, 9641, 3256, 357, 15, 11, 657, 11, 657, 4008, 1875, 357, 19, 11, 604, 11, 657, 2599, 198, 220, 220, 220, 269, 4426, 5258, 16, 39516, 1891, 3673, 1958, 16934, 13247, 796, 269, 4426, 5258, 16, 39516, 1891, 3673, 1958, 16934, 13247, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 5258, 16, 39516, 1891, 3673, 1958, 16934, 13247, 13, 2617, 11828, 10786, 32, 4947, 286, 5563, 4955, 262, 14483, 8398, 705, 8, 198, 66, 4426, 14134, 31715, 13247, 796, 9515, 13247, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 513, 11, 362, 11, 1105, 29720, 2617, 10267, 82, 7, 7203, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 14134, 16598, 5606, 535, 1797, 35, 8575, 328, 1287, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 14134, 16598, 2025, 11794, 14134, 34349, 1144, 43625, 48774, 198, 361, 651, 35226, 7, 76, 571, 32875, 11, 705, 9641, 3256, 357, 15, 11, 657, 11, 657, 4008, 1875, 357, 19, 11, 604, 11, 657, 2599, 198, 220, 220, 220, 269, 4426, 14134, 31715, 13247, 796, 269, 4426, 14134, 31715, 13247, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 14134, 31715, 13247, 13, 2617, 11828, 10786, 32, 4947, 286, 5563, 4955, 19406, 26310, 286, 869, 7675, 5668, 11537, 198, 66, 4426, 3673, 2649, 13247, 18009, 16, 796, 42808, 13247, 19510, 16, 11, 513, 11, 718, 11, 352, 11, 604, 11, 352, 11, 860, 11, 838, 11, 678, 11, 513, 11, 362, 11, 1511, 29720, 2617, 10267, 82, 7, 7203, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 5258, 15, 16286, 32015, 3673, 2649, 12340, 5855, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 366, 66, 4426, 5258, 16, 39516, 1891, 3673, 2649, 48774, 198, 361, 651, 35226, 7, 76, 571, 32875, 11, 705, 9641, 3256, 357, 15, 11, 657, 11, 657, 4008, 1875, 357, 19, 11, 604, 11, 657, 2599, 198, 220, 220, 220, 269, 4426, 3673, 2649, 13247, 18009, 16, 796, 269, 4426, 3673, 2649, 13247, 18009, 16, 13, 2617, 19580, 10786, 14421, 11537, 198, 361, 285, 571, 32875, 13, 2220, 8206, 82, 25, 269, 4426, 3673, 2649, 13247, 18009, 16, 13, 2617, 11828, 10786, 464, 4947, 286, 19605, 705, 8, 198, 76, 571, 32875, 13, 39344, 13940, 2022, 10220, 7203, 34, 1797, 8220, 12, 47, 3185, 12, 20474, 13752, 12, 8895, 33, 1600, 269, 4426, 7975, 11869, 1039, 28, 66, 4426, 7975, 11869, 1039, 11, 269, 4426, 3673, 6637, 28, 66, 4426, 3673, 6637, 11, 269, 4426, 14134, 18122, 22093, 13247, 28, 66, 4426, 14134, 18122, 22093, 13247, 11, 269, 4426, 1797, 35504, 2949, 26198, 28, 66, 4426, 1797, 35504, 2949, 26198, 11, 269, 4426, 5258, 15, 39317, 15732, 28, 66, 4426, 5258, 15, 39317, 15732, 11, 269, 4426, 51, 9936, 15057, 28, 66, 4426, 51, 9936, 15057, 11, 269, 4426, 5258, 15, 28350, 30150, 28, 66, 4426, 5258, 15, 28350, 30150, 11, 269, 4426, 29239, 15732, 28, 66, 4426, 29239, 15732, 11, 269, 4426, 5258, 16, 13739, 5258, 15, 82, 28, 66, 4426, 5258, 16, 13739, 5258, 15, 82, 11, 269, 4426, 11964, 13247, 28, 66, 4426, 11964, 13247, 11, 269, 4426, 14957, 1797, 35, 8035, 13361, 10246, 5662, 5691, 28, 66, 4426, 14957, 1797, 35, 8035, 13361, 10246, 5662, 5691, 11, 269, 4426, 5258, 15, 16286, 32015, 46787, 19580, 28, 66, 4426, 5258, 15, 16286, 32015, 46787, 19580, 11, 269, 4426, 5258, 15, 16286, 32015, 7416, 28, 66, 4426, 5258, 15, 16286, 32015, 7416, 11, 269, 4426, 10246, 5662, 5691, 28, 66, 4426, 10246, 5662, 5691, 11, 269, 4426, 53, 10232, 34, 5691, 28, 66, 4426, 53, 10232, 34, 5691, 11, 269, 4426, 5258, 15, 19580, 30150, 28, 66, 4426, 5258, 15, 19580, 30150, 11, 269, 4426, 13739, 36510, 6132, 15057, 28, 66, 4426, 13739, 36510, 6132, 15057, 11, 269, 4426, 14134, 18122, 22093, 28, 66, 4426, 14134, 18122, 22093, 11, 269, 4426, 13739, 14134, 26054, 28, 66, 4426, 13739, 14134, 26054, 11, 269, 4426, 14134, 18122, 22093, 15732, 28, 66, 4426, 14134, 18122, 22093, 15732, 11, 269, 4426, 5258, 15, 28350, 13247, 18009, 17, 28, 66, 4426, 5258, 15, 28350, 13247, 18009, 17, 11, 269, 4426, 5258, 15, 14134, 6030, 28, 66, 4426, 5258, 15, 14134, 6030, 11, 269, 4426, 14134, 6030, 28, 66, 4426, 14134, 6030, 11, 269, 4426, 13739, 5258, 15, 82, 11922, 19184, 9704, 28, 66, 4426, 13739, 5258, 15, 82, 11922, 19184, 9704, 11, 269, 4426, 30150, 29239, 28, 66, 4426, 30150, 29239, 11, 269, 4426, 5841, 368, 13924, 28, 66, 4426, 5841, 368, 13924, 11, 269, 4426, 38143, 3610, 18009, 17, 28, 66, 4426, 38143, 3610, 18009, 17, 11, 269, 4426, 3673, 2649, 13247, 18009, 16, 28, 66, 4426, 3673, 2649, 13247, 18009, 16, 11, 269, 4426, 5258, 16, 11297, 7975, 5189, 16177, 28, 66, 4426, 5258, 16, 11297, 7975, 5189, 16177, 11, 269, 16979, 44, 70, 16762, 8895, 33, 3673, 2649, 36698, 844, 28, 66, 16979, 44, 70, 16762, 8895, 33, 3673, 2649, 36698, 844, 11, 269, 4426, 1797, 35, 7792, 40616, 13739, 35, 1925, 8961, 28, 66, 4426, 1797, 35, 7792, 40616, 13739, 35, 1925, 8961, 11, 269, 4426, 14134, 10434, 7575, 15732, 28, 66, 4426, 14134, 10434, 7575, 15732, 11, 269, 4426, 5258, 16, 7975, 11869, 1039, 28, 66, 4426, 5258, 16, 7975, 11869, 1039, 11, 269, 4426, 5258, 16, 39516, 1891, 3673, 1958, 16934, 13247, 28, 66, 4426, 5258, 16, 39516, 1891, 3673, 1958, 16934, 13247, 11, 269, 4426, 5258, 15, 19580, 28, 66, 4426, 5258, 15, 19580, 11, 269, 4426, 12982, 40, 79, 4550, 81, 28, 66, 4426, 12982, 40, 79, 4550, 81, 11, 269, 4426, 13739, 14134, 10434, 7575, 15732, 28, 66, 4426, 13739, 14134, 10434, 7575, 15732, 11, 269, 4426, 5258, 16, 38963, 15732, 28, 66, 4426, 5258, 16, 38963, 15732, 11, 269, 4861, 16979, 44, 70, 16762, 8895, 33, 28, 66, 4861, 16979, 44, 70, 16762, 8895, 33, 11, 269, 4426, 14134, 7279, 8443, 7575, 15732, 28, 66, 4426, 14134, 7279, 8443, 7575, 15732, 11, 269, 4426, 14134, 18122, 22093, 10962, 11518, 24539, 28, 66, 4426, 14134, 18122, 22093, 10962, 11518, 24539, 11, 269, 4426, 7575, 818, 11041, 28, 66, 4426, 7575, 818, 11041, 11, 269, 4426, 13739, 30150, 38963, 28, 66, 4426, 13739, 30150, 38963, 11, 269, 4426, 14134, 31715, 13247, 28, 66, 4426, 14134, 31715, 13247, 11, 269, 4426, 14134, 16598, 5606, 535, 1797, 35, 8575, 328, 1287, 28, 66, 4426, 14134, 16598, 5606, 535, 1797, 35, 8575, 328, 1287, 11, 269, 4426, 29014, 39317, 28, 66, 4426, 29014, 39317, 11, 269, 4426, 8895, 40469, 14459, 28, 66, 4426, 8895, 40469, 14459, 11, 269, 4426, 17887, 3980, 34, 40616, 33, 1925, 8961, 818, 11041, 28, 66, 4426, 17887, 3980, 34, 40616, 33, 1925, 8961, 818, 11041, 11, 269, 4426, 5258, 15, 28350, 10962, 28, 66, 4426, 5258, 15, 28350, 10962, 11, 269, 4426, 8895, 2749, 261, 10367, 28, 66, 4426, 8895, 2749, 261, 10367, 11, 269, 4426, 14134, 12332, 28, 66, 4426, 14134, 12332, 11, 269, 4426, 5258, 15, 18843, 19580, 28, 66, 4426, 5258, 15, 18843, 19580, 11, 269, 4426, 5258, 15, 16934, 22203, 28, 66, 4426, 5258, 15, 16934, 22203, 11, 269, 4426, 14134, 18122, 22093, 10962, 28, 66, 4426, 14134, 18122, 22093, 10962, 11, 269, 4426, 34, 42643, 40616, 33, 48407, 818, 11041, 1890, 35708, 28, 66, 4426, 34, 42643, 40616, 33, 48407, 818, 11041, 1890, 35708, 11, 269, 4426, 5258, 15, 16286, 32015, 19580, 28, 66, 4426, 5258, 15, 16286, 32015, 19580, 11, 269, 4426, 1797, 35, 7792, 40616, 33, 29239, 2025, 11794, 34, 5691, 28, 66, 4426, 1797, 35, 7792, 40616, 33, 29239, 2025, 11794, 34, 5691, 11, 269, 4426, 5258, 16, 14957, 27640, 34, 5691, 28, 66, 4426, 5258, 16, 14957, 27640, 34, 5691, 11, 269, 4426, 13739, 14134, 22093, 10962, 28, 66, 4426, 13739, 14134, 22093, 10962, 11, 269, 4426, 5258, 15, 19580, 10962, 28, 66, 4426, 5258, 15, 19580, 10962, 11, 269, 4426, 13739, 14134, 6030, 28, 66, 4426, 13739, 14134, 6030, 11, 269, 4426, 5258, 16, 39516, 1891, 3673, 1958, 36695, 28, 66, 4426, 5258, 16, 39516, 1891, 3673, 1958, 36695, 11, 269, 4426, 5258, 16, 14957, 34, 5691, 28, 66, 4426, 5258, 16, 14957, 34, 5691, 11, 269, 4426, 43, 17, 27195, 1686, 1741, 28, 66, 4426, 43, 17, 27195, 1686, 1741, 11, 269, 4426, 5258, 15, 28350, 13247, 18009, 16, 28, 66, 4426, 5258, 15, 28350, 13247, 18009, 16, 11, 269, 4426, 13739, 14134, 22093, 28, 66, 4426, 13739, 14134, 22093, 11, 269, 4426, 5258, 16, 28350, 38963, 15732, 28, 66, 4426, 5258, 16, 28350, 38963, 15732, 11, 269, 4426, 36510, 6132, 15057, 28, 66, 4426, 36510, 6132, 15057, 11, 269, 4426, 14134, 50015, 13247, 28, 66, 4426, 14134, 50015, 13247, 11, 269, 4426, 5258, 15, 19580, 13247, 28, 66, 4426, 5258, 15, 19580, 13247, 11, 269, 4426, 13739, 5841, 368, 13924, 28, 66, 4426, 13739, 5841, 368, 13924, 11, 269, 4426, 5258, 16, 14957, 2025, 11794, 34, 5691, 28, 66, 4426, 5258, 16, 14957, 2025, 11794, 34, 5691, 11, 269, 4426, 8895, 2749, 6316, 3610, 18009, 18, 28, 66, 4426, 8895, 2749, 6316, 3610, 18009, 18, 11, 269, 4426, 8895, 2749, 6316, 3610, 18009, 20, 28, 66, 4426, 8895, 2749, 6316, 3610, 18009, 20, 11, 269, 4426, 13739, 5258, 15, 82, 28, 66, 4426, 13739, 5258, 15, 82, 11, 269, 4426, 30150, 38963, 28, 66, 4426, 30150, 38963, 11, 269, 4426, 14134, 18122, 22093, 9781, 391, 48801, 28, 66, 4426, 14134, 18122, 22093, 9781, 391, 48801, 11, 269, 4426, 13739, 14134, 22093, 13247, 28, 66, 4426, 13739, 14134, 22093, 13247, 11, 269, 4426, 818, 12349, 1039, 28, 66, 4426, 818, 12349, 1039, 11, 269, 4426, 5258, 16, 28350, 13924, 15732, 28, 66, 4426, 5258, 16, 28350, 13924, 15732, 11, 350, 56, 15571, 7378, 62, 33365, 24212, 62, 2389, 28, 66, 4861, 16979, 44, 70, 16762, 8895, 33, 11, 269, 4426, 5258, 16, 818, 11869, 1039, 28, 66, 4426, 5258, 16, 818, 11869, 1039, 11, 269, 4426, 5258, 16, 11297, 16286, 32015, 28, 66, 4426, 5258, 16, 11297, 16286, 32015, 11, 269, 4426, 13739, 14565, 6132, 15057, 28, 66, 4426, 13739, 14565, 6132, 15057, 11, 269, 4426, 5258, 15, 16286, 32015, 35265, 28, 66, 4426, 5258, 15, 16286, 32015, 35265, 11, 269, 4426, 13739, 12982, 2389, 28, 66, 4426, 13739, 12982, 2389, 11, 269, 4426, 5258, 16, 39516, 1891, 3673, 1958, 16934, 28, 66, 4426, 5258, 16, 39516, 1891, 3673, 1958, 16934, 11, 269, 4426, 1797, 35, 7792, 40616, 33, 1925, 8961, 818, 11041, 28, 66, 4426, 1797, 35, 7792, 40616, 33, 1925, 8961, 818, 11041, 11, 269, 4426, 5258, 16, 13924, 15732, 28, 66, 4426, 5258, 16, 13924, 15732, 11, 269, 4426, 14134, 50015, 28, 66, 4426, 14134, 50015, 11, 269, 4426, 5258, 16, 13739, 5258, 15, 82, 11922, 19184, 9704, 28, 66, 4426, 5258, 16, 13739, 5258, 15, 82, 11922, 19184, 9704, 11, 269, 4426, 5258, 16, 11297, 7390, 293, 28, 66, 4426, 5258, 16, 11297, 7390, 293, 11, 269, 4426, 14134, 31715, 28, 66, 4426, 14134, 31715, 11, 269, 4426, 5258, 16, 28350, 13247, 28, 66, 4426, 5258, 16, 28350, 13247, 11, 269, 4426, 5841, 368, 34, 5691, 3041, 35408, 28, 66, 4426, 5841, 368, 34, 5691, 3041, 35408, 11, 269, 4426, 5841, 368, 38963, 28, 66, 4426, 5841, 368, 38963, 11, 269, 4426, 7975, 12349, 1039, 28, 66, 4426, 7975, 12349, 1039, 11, 269, 4426, 5258, 16, 5258, 15, 28350, 10962, 28, 66, 4426, 5258, 16, 5258, 15, 28350, 10962, 11, 269, 4426, 818, 11869, 1039, 28, 66, 4426, 818, 11869, 1039, 11, 269, 4426, 1797, 35, 7792, 40616, 33, 48407, 818, 11041, 1890, 2025, 11794, 28, 66, 4426, 1797, 35, 7792, 40616, 33, 48407, 818, 11041, 1890, 2025, 11794, 11, 269, 4426, 5258, 16, 39516, 1891, 3673, 2649, 28, 66, 4426, 5258, 16, 39516, 1891, 3673, 2649, 11, 269, 4426, 30150, 13924, 28, 66, 4426, 30150, 13924, 11, 269, 4426, 5258, 15, 16286, 32015, 3673, 2649, 28, 66, 4426, 5258, 15, 16286, 32015, 3673, 2649, 11, 269, 4426, 5258, 16, 14957, 53, 10232, 34, 5691, 28, 66, 4426, 5258, 16, 14957, 53, 10232, 34, 5691, 11, 269, 4426, 8895, 2749, 6316, 3610, 18009, 19, 28, 66, 4426, 8895, 2749, 6316, 3610, 18009, 19, 11, 269, 4426, 13739, 30150, 29239, 28, 66, 4426, 13739, 30150, 29239, 11, 269, 4426, 8895, 2749, 6316, 16097, 28, 66, 4426, 8895, 2749, 6316, 16097, 11, 269, 4426, 14134, 26054, 28, 66, 4426, 14134, 26054, 11, 269, 4426, 14565, 6132, 15057, 28, 66, 4426, 14565, 6132, 15057, 11, 269, 4426, 5258, 16, 7975, 12349, 1039, 28, 66, 4426, 5258, 16, 7975, 12349, 1039, 11, 269, 4426, 1797, 35, 7792, 40616, 33, 1925, 8961, 7575, 818, 11041, 2025, 75, 70, 28, 66, 4426, 1797, 35, 7792, 40616, 33, 1925, 8961, 7575, 818, 11041, 2025, 75, 70, 11, 269, 4426, 13739, 30150, 13924, 28, 66, 4426, 13739, 30150, 13924, 11, 269, 4426, 8895, 2749, 6316, 3610, 18009, 16, 28, 66, 4426, 8895, 2749, 6316, 3610, 18009, 16, 11, 269, 4426, 1797, 35, 7792, 5691, 3041, 35408, 28, 66, 4426, 1797, 35, 7792, 5691, 3041, 35408, 11, 269, 4426, 1797, 35, 7792, 40616, 33, 1925, 8961, 7575, 818, 11041, 28, 66, 4426, 1797, 35, 7792, 40616, 33, 1925, 8961, 7575, 818, 11041, 11, 269, 4426, 5258, 16, 14957, 7575, 818, 11041, 28, 66, 4426, 5258, 16, 14957, 7575, 818, 11041, 11, 269, 4426, 16934, 1522, 6030, 28, 66, 4426, 16934, 1522, 6030, 11, 269, 4426, 14134, 16598, 2025, 11794, 14134, 34349, 1144, 43625, 28, 66, 4426, 14134, 16598, 2025, 11794, 14134, 34349, 1144, 43625, 11, 269, 4426, 1797, 35, 7792, 40616, 33, 48407, 818, 11041, 1890, 35708, 28, 66, 4426, 1797, 35, 7792, 40616, 33, 48407, 818, 11041, 1890, 35708, 11, 269, 4426, 5258, 15, 16286, 32015, 3673, 1958, 36695, 28, 66, 4426, 5258, 15, 16286, 32015, 3673, 1958, 36695, 11, 269, 4426, 1797, 35, 7792, 5691, 34349, 1144, 4826, 27237, 453, 28, 66, 4426, 1797, 35, 7792, 5691, 34349, 1144, 4826, 27237, 453, 11, 269, 4426, 13739, 5841, 368, 38963, 28, 66, 4426, 13739, 5841, 368, 38963, 11, 269, 4426, 5258, 15, 28350, 13247, 28, 66, 4426, 5258, 15, 28350, 13247, 11, 269, 4426, 5841, 368, 2949, 26198, 28, 66, 4426, 5841, 368, 2949, 26198, 11, 269, 4426, 13739, 14134, 22093, 30150, 28, 66, 4426, 13739, 14134, 22093, 30150, 11, 269, 4426, 13739, 51, 9936, 15057, 28, 66, 4426, 13739, 51, 9936, 15057, 11, 269, 4426, 12982, 2389, 28, 66, 4426, 12982, 2389, 11, 269, 4426, 5258, 16, 818, 12349, 1039, 28, 66, 4426, 5258, 16, 818, 12349, 1039, 11, 269, 4426, 5258, 16, 5258, 15, 28350, 30150, 28, 66, 4426, 5258, 16, 5258, 15, 28350, 30150, 11, 269, 4426, 5841, 368, 34, 5691, 34349, 1144, 4826, 27237, 453, 28, 66, 4426, 5841, 368, 34, 5691, 34349, 1144, 4826, 27237, 453, 11, 269, 4426, 3673, 2649, 13247, 28, 66, 4426, 3673, 2649, 13247, 11, 269, 4861, 16979, 44, 70, 16762, 8895, 33, 10267, 82, 28, 66, 4861, 16979, 44, 70, 16762, 8895, 33, 10267, 82, 11, 269, 4426, 8895, 2749, 6316, 3610, 28, 66, 4426, 8895, 2749, 6316, 3610, 11, 269, 4426, 5258, 15, 16286, 32015, 7575, 28, 66, 4426, 5258, 15, 16286, 32015, 7575, 11, 269, 4426, 13739, 12982, 40, 79, 4550, 81, 28, 66, 4426, 13739, 12982, 40, 79, 4550, 81, 11, 269, 4426, 14134, 18122, 22093, 30150, 28, 66, 4426, 14134, 18122, 22093, 30150, 11, 269, 4426, 1797, 35, 7792, 40616, 33, 29239, 34, 5691, 28, 66, 4426, 1797, 35, 7792, 40616, 33, 29239, 34, 5691, 11, 269, 4426, 5258, 16, 14957, 53, 11442, 34, 5691, 28, 66, 4426, 5258, 16, 14957, 53, 11442, 34, 5691, 11, 269, 4426, 13739, 14134, 22093, 15732, 28, 66, 4426, 13739, 14134, 22093, 15732, 11, 269, 4426, 53, 11442, 34, 5691, 28, 66, 4426, 53, 11442, 34, 5691, 11, 269, 4426, 5258, 15, 28350, 28, 66, 4426, 5258, 15, 28350, 8, 198 ]
2.795025
26,613
# code adapted from https://github.com/google-research/bert # modification of tokenization.py for GEC """Tokenization classes.""" from __future__ import absolute_import from __future__ import division from __future__ import print_function import collections import unicodedata import six import tensorflow as tf from autocorrect import spell from spellcheck_utils import can_spellcheck import re special_tokens = {"n't":"not", "'m":"am", "ca":"can", "Ca":"Can", "wo":"would", "Wo":"Would", "'ll":"will", "'ve":"have"} ''' def contains_round(text): if ")" in text or "(" in text: print("contains_right_round firing on {}".format(text)) return True else: return False ''' def convert_to_unicode(text): """Converts `text` to Unicode (if it's not already), assuming utf-8 input.""" if six.PY3: if isinstance(text, str): return text elif isinstance(text, bytes): return text.decode("utf-8", "ignore") else: raise ValueError("Unsupported string type: %s" % (type(text))) elif six.PY2: if isinstance(text, str): return text.decode("utf-8", "ignore") elif isinstance(text, unicode): return text else: raise ValueError("Unsupported string type: %s" % (type(text))) else: raise ValueError("Not running on Python2 or Python 3?") def printable_text(text): """Returns text encoded in a way suitable for print or `tf.logging`.""" # These functions want `str` for both Python2 and Python3, but in one case # it's a Unicode string and in the other it's a byte string. if six.PY3: if isinstance(text, str): return text elif isinstance(text, bytes): return text.decode("utf-8", "ignore") else: raise ValueError("Unsupported string type: %s" % (type(text))) elif six.PY2: if isinstance(text, str): return text elif isinstance(text, unicode): return text.encode("utf-8") else: raise ValueError("Unsupported string type: %s" % (type(text))) else: raise ValueError("Not running on Python2 or Python 3?") def load_vocab(vocab_file): """Loads a vocabulary file into a dictionary.""" vocab = collections.OrderedDict() index = 0 with tf.gfile.GFile(vocab_file, "r") as reader: while True: token = convert_to_unicode(reader.readline()) if not token: break token = token.strip() vocab[token] = index index += 1 return vocab def convert_by_vocab(vocab, items): """Converts a sequence of [tokens|ids] using the vocab.""" output = [] for item in items: output.append(vocab[item]) return output def whitespace_tokenize(text): """Runs basic whitespace cleaning and splitting on a piece of text.""" text = text.strip() if not text: return [] tokens = text.split() return tokens class FullTokenizer(object): """Runs end-to-end tokenziation.""" #def convert_tokens_to_ids(self, tokens): # return convert_by_vocab(self.vocab, tokens) class BasicTokenizer(object): """Runs basic tokenization (punctuation splitting, lower casing, etc.).""" def __init__(self, do_lower_case=True, vocab=None): """Constructs a BasicTokenizer. Args: do_lower_case: Whether to lower case the input. """ self.do_lower_case = do_lower_case self.vocab = vocab def tokenize(self, text, mode="test"): """Tokenizes a piece of text.""" text = convert_to_unicode(text) text = self._clean_text(text) # This was added on November 1st, 2018 for the multilingual and Chinese # models. This is also applied to the English models now, but it doesn't # matter since the English models were not trained on any Chinese data # and generally don't have any Chinese data in them (there are Chinese # characters in the vocabulary because Wikipedia does have some Chinese # words in the English Wikipedia.). text = self._tokenize_chinese_chars(text) orig_tokens = whitespace_tokenize(text) split_tokens = [] for token in orig_tokens: if self.do_lower_case: token = token.lower() token = self._run_strip_accents(token) if len(token)==1 or do_not_split(token,mode) or (token in special_tokens): split_tokens.append(token) else: split_tokens.extend(self._run_split_on_punc(token)) use_spell_check=False if use_spell_check: split_tokens = self._run_spell_check(split_tokens) output_tokens = whitespace_tokenize(" ".join(split_tokens)) return output_tokens def _run_strip_accents(self, text): """Strips accents from a piece of text.""" text = unicodedata.normalize("NFD", text) output = [] for char in text: cat = unicodedata.category(char) if cat == "Mn": continue output.append(char) return "".join(output) def _run_split_on_punc(self, text): """Splits punctuation on a piece of text.""" chars = list(text) i = 0 start_new_word = True output = [] while i < len(chars): char = chars[i] if _is_punctuation(char): output.append([char]) start_new_word = True else: if start_new_word: output.append([]) start_new_word = False output[-1].append(char) i += 1 return ["".join(x) for x in output] def _tokenize_chinese_chars(self, text): """Adds whitespace around any CJK character.""" output = [] for char in text: cp = ord(char) if self._is_chinese_char(cp): output.append(" ") output.append(char) output.append(" ") else: output.append(char) return "".join(output) def _is_chinese_char(self, cp): """Checks whether CP is the codepoint of a CJK character.""" # This defines a "chinese character" as anything in the CJK Unicode block: # https://en.wikipedia.org/wiki/CJK_Unified_Ideographs_(Unicode_block) # # Note that the CJK Unicode block is NOT all Japanese and Korean characters, # despite its name. The modern Korean Hangul alphabet is a different block, # as is Japanese Hiragana and Katakana. Those alphabets are used to write # space-separated words, so they are not treated specially and handled # like the all of the other languages. if ((cp >= 0x4E00 and cp <= 0x9FFF) or # (cp >= 0x3400 and cp <= 0x4DBF) or # (cp >= 0x20000 and cp <= 0x2A6DF) or # (cp >= 0x2A700 and cp <= 0x2B73F) or # (cp >= 0x2B740 and cp <= 0x2B81F) or # (cp >= 0x2B820 and cp <= 0x2CEAF) or (cp >= 0xF900 and cp <= 0xFAFF) or # (cp >= 0x2F800 and cp <= 0x2FA1F)): # return True return False def _clean_text(self, text): """Performs invalid character removal and whitespace cleanup on text.""" output = [] for char in text: cp = ord(char) if cp == 0 or cp == 0xfffd or _is_control(char): continue if _is_whitespace(char): output.append(" ") else: output.append(char) return "".join(output) class WordpieceTokenizer(object): """Runs WordPiece tokenziation.""" def tokenize(self, text): """Tokenizes a piece of text into its word pieces. This uses a greedy longest-match-first algorithm to perform tokenization using the given vocabulary. For example: input = "unaffable" output = ["un", "##aff", "##able"] Args: text: A single token or whitespace separated tokens. This should have already been passed through `BasicTokenizer. Returns: A list of wordpiece tokens. """ text = convert_to_unicode(text) output_tokens = [] for token in whitespace_tokenize(text): chars = list(token) if len(chars) > self.max_input_chars_per_word: output_tokens.append(self.unk_token) continue is_bad = False start = 0 sub_tokens = [] while start < len(chars): end = len(chars) cur_substr = None while start < end: substr = "".join(chars[start:end]) if start > 0: substr = "##" + substr if substr in self.vocab: cur_substr = substr break end -= 1 if cur_substr is None: is_bad = True break sub_tokens.append(cur_substr) start = end if is_bad: output_tokens.append(self.unk_token) else: output_tokens.extend(sub_tokens) return output_tokens def _is_whitespace(char): """Checks whether `chars` is a whitespace character.""" # \t, \n, and \r are technically contorl characters but we treat them # as whitespace since they are generally considered as such. if char == " " or char == "\t" or char == "\n" or char == "\r": return True cat = unicodedata.category(char) if cat == "Zs": return True return False def _is_control(char): """Checks whether `chars` is a control character.""" # These are technically control characters but we count them as whitespace # characters. if char == "\t" or char == "\n" or char == "\r": return False cat = unicodedata.category(char) if cat.startswith("C"): return True return False def _is_punctuation(char): """Checks whether `chars` is a punctuation character.""" cp = ord(char) # We treat all non-letter/number ASCII as punctuation. # Characters such as "^", "$", and "`" are not in the Unicode # Punctuation class but we treat them as punctuation anyways, for # consistency. if ((cp >= 33 and cp <= 47) or (cp >= 58 and cp <= 64) or (cp >= 91 and cp <= 96) or (cp >= 123 and cp <= 126)): return True cat = unicodedata.category(char) if cat.startswith("P"): return True return False
[ 2, 2438, 16573, 422, 3740, 1378, 12567, 13, 785, 14, 13297, 12, 34033, 14, 4835, 198, 198, 2, 17613, 286, 11241, 1634, 13, 9078, 329, 402, 2943, 198, 198, 37811, 30642, 1634, 6097, 526, 15931, 198, 198, 6738, 11593, 37443, 834, 1330, 4112, 62, 11748, 198, 6738, 11593, 37443, 834, 1330, 7297, 198, 6738, 11593, 37443, 834, 1330, 3601, 62, 8818, 198, 198, 11748, 17268, 198, 11748, 28000, 9043, 1045, 198, 11748, 2237, 198, 11748, 11192, 273, 11125, 355, 48700, 198, 198, 6738, 1960, 420, 47315, 1330, 4822, 198, 6738, 4822, 9122, 62, 26791, 1330, 460, 62, 46143, 9122, 198, 11748, 302, 628, 198, 20887, 62, 83, 482, 641, 796, 19779, 77, 470, 2404, 1662, 1600, 24018, 76, 2404, 321, 1600, 366, 6888, 2404, 5171, 1600, 366, 24334, 2404, 6090, 1600, 366, 21638, 2404, 19188, 1600, 366, 49450, 2404, 17353, 1600, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 24018, 297, 2404, 10594, 1600, 24018, 303, 2404, 14150, 20662, 220, 628, 198, 7061, 6, 198, 4299, 4909, 62, 744, 7, 5239, 2599, 198, 220, 611, 366, 16725, 287, 2420, 393, 366, 7203, 287, 2420, 25, 198, 220, 220, 220, 3601, 7203, 3642, 1299, 62, 3506, 62, 744, 9645, 319, 23884, 1911, 18982, 7, 5239, 4008, 198, 220, 220, 220, 1441, 6407, 198, 220, 2073, 25, 198, 220, 220, 220, 1441, 10352, 198, 7061, 6, 628, 198, 4299, 10385, 62, 1462, 62, 46903, 1098, 7, 5239, 2599, 198, 220, 37227, 3103, 24040, 4600, 5239, 63, 284, 34371, 357, 361, 340, 338, 407, 1541, 828, 13148, 3384, 69, 12, 23, 5128, 526, 15931, 198, 220, 611, 2237, 13, 47, 56, 18, 25, 198, 220, 220, 220, 611, 318, 39098, 7, 5239, 11, 965, 2599, 198, 220, 220, 220, 220, 220, 1441, 2420, 198, 220, 220, 220, 1288, 361, 318, 39098, 7, 5239, 11, 9881, 2599, 198, 220, 220, 220, 220, 220, 1441, 2420, 13, 12501, 1098, 7203, 40477, 12, 23, 1600, 366, 46430, 4943, 198, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 5298, 11052, 12331, 7203, 3118, 15999, 4731, 2099, 25, 4064, 82, 1, 4064, 357, 4906, 7, 5239, 22305, 198, 220, 1288, 361, 2237, 13, 47, 56, 17, 25, 198, 220, 220, 220, 611, 318, 39098, 7, 5239, 11, 965, 2599, 198, 220, 220, 220, 220, 220, 1441, 2420, 13, 12501, 1098, 7203, 40477, 12, 23, 1600, 366, 46430, 4943, 198, 220, 220, 220, 1288, 361, 318, 39098, 7, 5239, 11, 28000, 1098, 2599, 198, 220, 220, 220, 220, 220, 1441, 2420, 198, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 5298, 11052, 12331, 7203, 3118, 15999, 4731, 2099, 25, 4064, 82, 1, 4064, 357, 4906, 7, 5239, 22305, 198, 220, 2073, 25, 198, 220, 220, 220, 5298, 11052, 12331, 7203, 3673, 2491, 319, 11361, 17, 393, 11361, 513, 1701, 8, 628, 198, 4299, 3601, 540, 62, 5239, 7, 5239, 2599, 198, 220, 37227, 35561, 2420, 30240, 287, 257, 835, 11080, 329, 3601, 393, 4600, 27110, 13, 6404, 2667, 63, 526, 15931, 628, 220, 1303, 2312, 5499, 765, 4600, 2536, 63, 329, 1111, 11361, 17, 290, 11361, 18, 11, 475, 287, 530, 1339, 198, 220, 1303, 340, 338, 257, 34371, 4731, 290, 287, 262, 584, 340, 338, 257, 18022, 4731, 13, 198, 220, 611, 2237, 13, 47, 56, 18, 25, 198, 220, 220, 220, 611, 318, 39098, 7, 5239, 11, 965, 2599, 198, 220, 220, 220, 220, 220, 1441, 2420, 198, 220, 220, 220, 1288, 361, 318, 39098, 7, 5239, 11, 9881, 2599, 198, 220, 220, 220, 220, 220, 1441, 2420, 13, 12501, 1098, 7203, 40477, 12, 23, 1600, 366, 46430, 4943, 198, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 5298, 11052, 12331, 7203, 3118, 15999, 4731, 2099, 25, 4064, 82, 1, 4064, 357, 4906, 7, 5239, 22305, 198, 220, 1288, 361, 2237, 13, 47, 56, 17, 25, 198, 220, 220, 220, 611, 318, 39098, 7, 5239, 11, 965, 2599, 198, 220, 220, 220, 220, 220, 1441, 2420, 198, 220, 220, 220, 1288, 361, 318, 39098, 7, 5239, 11, 28000, 1098, 2599, 198, 220, 220, 220, 220, 220, 1441, 2420, 13, 268, 8189, 7203, 40477, 12, 23, 4943, 198, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 5298, 11052, 12331, 7203, 3118, 15999, 4731, 2099, 25, 4064, 82, 1, 4064, 357, 4906, 7, 5239, 22305, 198, 220, 2073, 25, 198, 220, 220, 220, 5298, 11052, 12331, 7203, 3673, 2491, 319, 11361, 17, 393, 11361, 513, 1701, 8, 628, 198, 4299, 3440, 62, 18893, 397, 7, 18893, 397, 62, 7753, 2599, 198, 220, 37227, 8912, 82, 257, 25818, 2393, 656, 257, 22155, 526, 15931, 198, 220, 12776, 397, 796, 17268, 13, 35422, 1068, 35, 713, 3419, 198, 220, 6376, 796, 657, 198, 220, 351, 48700, 13, 70, 7753, 13, 38, 8979, 7, 18893, 397, 62, 7753, 11, 366, 81, 4943, 355, 9173, 25, 198, 220, 220, 220, 981, 6407, 25, 198, 220, 220, 220, 220, 220, 11241, 796, 10385, 62, 1462, 62, 46903, 1098, 7, 46862, 13, 961, 1370, 28955, 198, 220, 220, 220, 220, 220, 611, 407, 11241, 25, 198, 220, 220, 220, 220, 220, 220, 220, 2270, 198, 220, 220, 220, 220, 220, 11241, 796, 11241, 13, 36311, 3419, 198, 220, 220, 220, 220, 220, 12776, 397, 58, 30001, 60, 796, 6376, 198, 220, 220, 220, 220, 220, 6376, 15853, 352, 198, 220, 1441, 12776, 397, 628, 198, 4299, 10385, 62, 1525, 62, 18893, 397, 7, 18893, 397, 11, 3709, 2599, 198, 220, 37227, 3103, 24040, 257, 8379, 286, 685, 83, 482, 641, 91, 2340, 60, 1262, 262, 12776, 397, 526, 15931, 198, 220, 5072, 796, 17635, 198, 220, 329, 2378, 287, 3709, 25, 198, 220, 220, 220, 5072, 13, 33295, 7, 18893, 397, 58, 9186, 12962, 198, 220, 1441, 5072, 628, 628, 198, 4299, 13216, 10223, 62, 30001, 1096, 7, 5239, 2599, 198, 220, 37227, 10987, 82, 4096, 13216, 10223, 12724, 290, 26021, 319, 257, 3704, 286, 2420, 526, 15931, 198, 220, 2420, 796, 2420, 13, 36311, 3419, 198, 220, 611, 407, 2420, 25, 198, 220, 220, 220, 1441, 17635, 198, 220, 16326, 796, 2420, 13, 35312, 3419, 198, 220, 1441, 16326, 628, 198, 4871, 6462, 30642, 7509, 7, 15252, 2599, 198, 220, 37227, 10987, 82, 886, 12, 1462, 12, 437, 11241, 89, 3920, 526, 15931, 628, 220, 1303, 4299, 10385, 62, 83, 482, 641, 62, 1462, 62, 2340, 7, 944, 11, 16326, 2599, 198, 220, 1303, 220, 1441, 10385, 62, 1525, 62, 18893, 397, 7, 944, 13, 18893, 397, 11, 16326, 8, 628, 198, 4871, 14392, 30642, 7509, 7, 15252, 2599, 198, 220, 37227, 10987, 82, 4096, 11241, 1634, 357, 79, 16260, 2288, 26021, 11, 2793, 39731, 11, 3503, 2014, 526, 15931, 628, 220, 825, 11593, 15003, 834, 7, 944, 11, 466, 62, 21037, 62, 7442, 28, 17821, 11, 12776, 397, 28, 14202, 2599, 198, 220, 220, 220, 37227, 42316, 82, 257, 14392, 30642, 7509, 13, 628, 220, 220, 220, 943, 14542, 25, 198, 220, 220, 220, 220, 220, 466, 62, 21037, 62, 7442, 25, 10127, 284, 2793, 1339, 262, 5128, 13, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 2116, 13, 4598, 62, 21037, 62, 7442, 796, 466, 62, 21037, 62, 7442, 198, 220, 220, 220, 2116, 13, 18893, 397, 796, 12776, 397, 628, 220, 825, 11241, 1096, 7, 944, 11, 2420, 11, 4235, 2625, 9288, 1, 2599, 198, 220, 220, 220, 37227, 30642, 4340, 257, 3704, 286, 2420, 526, 15931, 198, 220, 220, 220, 2420, 796, 10385, 62, 1462, 62, 46903, 1098, 7, 5239, 8, 198, 220, 220, 220, 2420, 796, 2116, 13557, 27773, 62, 5239, 7, 5239, 8, 628, 220, 220, 220, 1303, 770, 373, 2087, 319, 3389, 352, 301, 11, 2864, 329, 262, 1963, 34900, 290, 3999, 198, 220, 220, 220, 1303, 4981, 13, 770, 318, 635, 5625, 284, 262, 3594, 4981, 783, 11, 475, 340, 1595, 470, 198, 220, 220, 220, 1303, 2300, 1201, 262, 3594, 4981, 547, 407, 8776, 319, 597, 3999, 1366, 198, 220, 220, 220, 1303, 290, 4143, 836, 470, 423, 597, 3999, 1366, 287, 606, 357, 8117, 389, 3999, 198, 220, 220, 220, 1303, 3435, 287, 262, 25818, 780, 15312, 857, 423, 617, 3999, 198, 220, 220, 220, 1303, 2456, 287, 262, 3594, 15312, 15729, 198, 220, 220, 220, 2420, 796, 2116, 13557, 30001, 1096, 62, 354, 3762, 62, 354, 945, 7, 5239, 8, 628, 220, 220, 220, 1796, 62, 83, 482, 641, 796, 13216, 10223, 62, 30001, 1096, 7, 5239, 8, 198, 220, 220, 220, 6626, 62, 83, 482, 641, 796, 17635, 198, 220, 220, 220, 329, 11241, 287, 1796, 62, 83, 482, 641, 25, 198, 220, 220, 220, 220, 220, 611, 2116, 13, 4598, 62, 21037, 62, 7442, 25, 198, 220, 220, 220, 220, 220, 220, 220, 11241, 796, 11241, 13, 21037, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 11241, 796, 2116, 13557, 5143, 62, 36311, 62, 4134, 658, 7, 30001, 8, 628, 220, 220, 220, 220, 220, 611, 18896, 7, 30001, 8, 855, 16, 393, 466, 62, 1662, 62, 35312, 7, 30001, 11, 14171, 8, 393, 357, 30001, 287, 2041, 62, 83, 482, 641, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 6626, 62, 83, 482, 641, 13, 33295, 7, 30001, 8, 198, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 6626, 62, 83, 482, 641, 13, 2302, 437, 7, 944, 13557, 5143, 62, 35312, 62, 261, 62, 79, 19524, 7, 30001, 4008, 628, 220, 220, 220, 779, 62, 46143, 62, 9122, 28, 25101, 198, 220, 220, 220, 611, 779, 62, 46143, 62, 9122, 25, 198, 220, 220, 220, 220, 6626, 62, 83, 482, 641, 796, 2116, 13557, 5143, 62, 46143, 62, 9122, 7, 35312, 62, 83, 482, 641, 8, 628, 220, 220, 220, 5072, 62, 83, 482, 641, 796, 13216, 10223, 62, 30001, 1096, 7203, 27071, 22179, 7, 35312, 62, 83, 482, 641, 4008, 198, 220, 220, 220, 1441, 5072, 62, 83, 482, 641, 198, 220, 220, 220, 220, 220, 220, 628, 198, 220, 825, 4808, 5143, 62, 36311, 62, 4134, 658, 7, 944, 11, 2420, 2599, 198, 220, 220, 220, 37227, 1273, 380, 862, 39271, 422, 257, 3704, 286, 2420, 526, 15931, 198, 220, 220, 220, 2420, 796, 28000, 9043, 1045, 13, 11265, 1096, 7203, 21870, 35, 1600, 2420, 8, 198, 220, 220, 220, 5072, 796, 17635, 198, 220, 220, 220, 329, 1149, 287, 2420, 25, 198, 220, 220, 220, 220, 220, 3797, 796, 28000, 9043, 1045, 13, 22872, 7, 10641, 8, 198, 220, 220, 220, 220, 220, 611, 3797, 6624, 366, 44, 77, 1298, 198, 220, 220, 220, 220, 220, 220, 220, 2555, 198, 220, 220, 220, 220, 220, 5072, 13, 33295, 7, 10641, 8, 198, 220, 220, 220, 1441, 366, 1911, 22179, 7, 22915, 8, 628, 220, 825, 4808, 5143, 62, 35312, 62, 261, 62, 79, 19524, 7, 944, 11, 2420, 2599, 198, 220, 220, 220, 37227, 26568, 896, 21025, 2288, 319, 257, 3704, 286, 2420, 526, 15931, 628, 220, 220, 220, 34534, 796, 1351, 7, 5239, 8, 198, 220, 220, 220, 1312, 796, 657, 198, 220, 220, 220, 923, 62, 3605, 62, 4775, 796, 6407, 198, 220, 220, 220, 5072, 796, 17635, 198, 220, 220, 220, 981, 1312, 1279, 18896, 7, 354, 945, 2599, 198, 220, 220, 220, 220, 220, 1149, 796, 34534, 58, 72, 60, 198, 220, 220, 220, 220, 220, 611, 4808, 271, 62, 79, 16260, 2288, 7, 10641, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 5072, 13, 33295, 26933, 10641, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 923, 62, 3605, 62, 4775, 796, 6407, 198, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 611, 923, 62, 3605, 62, 4775, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5072, 13, 33295, 26933, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 923, 62, 3605, 62, 4775, 796, 10352, 198, 220, 220, 220, 220, 220, 220, 220, 5072, 58, 12, 16, 4083, 33295, 7, 10641, 8, 198, 220, 220, 220, 220, 220, 1312, 15853, 352, 628, 220, 220, 220, 1441, 14631, 1911, 22179, 7, 87, 8, 329, 2124, 287, 5072, 60, 628, 220, 825, 4808, 30001, 1096, 62, 354, 3762, 62, 354, 945, 7, 944, 11, 2420, 2599, 198, 220, 220, 220, 37227, 46245, 13216, 10223, 1088, 597, 27731, 42, 2095, 526, 15931, 198, 220, 220, 220, 5072, 796, 17635, 198, 220, 220, 220, 329, 1149, 287, 2420, 25, 198, 220, 220, 220, 220, 220, 31396, 796, 2760, 7, 10641, 8, 198, 220, 220, 220, 220, 220, 611, 2116, 13557, 271, 62, 354, 3762, 62, 10641, 7, 13155, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 5072, 13, 33295, 7203, 366, 8, 198, 220, 220, 220, 220, 220, 220, 220, 5072, 13, 33295, 7, 10641, 8, 198, 220, 220, 220, 220, 220, 220, 220, 5072, 13, 33295, 7203, 366, 8, 198, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 5072, 13, 33295, 7, 10641, 8, 198, 220, 220, 220, 1441, 366, 1911, 22179, 7, 22915, 8, 628, 220, 825, 4808, 271, 62, 354, 3762, 62, 10641, 7, 944, 11, 31396, 2599, 198, 220, 220, 220, 37227, 7376, 4657, 1771, 16932, 318, 262, 14873, 538, 1563, 286, 257, 27731, 42, 2095, 526, 15931, 198, 220, 220, 220, 1303, 770, 15738, 257, 366, 354, 3762, 2095, 1, 355, 1997, 287, 262, 27731, 42, 34371, 2512, 25, 198, 220, 220, 220, 1303, 220, 220, 3740, 1378, 268, 13, 31266, 13, 2398, 14, 15466, 14, 34, 41, 42, 62, 3118, 1431, 62, 41452, 33492, 41052, 3118, 291, 1098, 62, 9967, 8, 198, 220, 220, 220, 1303, 198, 220, 220, 220, 1303, 5740, 326, 262, 27731, 42, 34371, 2512, 318, 5626, 477, 4960, 290, 6983, 3435, 11, 198, 220, 220, 220, 1303, 3805, 663, 1438, 13, 383, 3660, 6983, 24300, 377, 24830, 318, 257, 1180, 2512, 11, 198, 220, 220, 220, 1303, 355, 318, 4960, 29379, 363, 2271, 290, 8595, 461, 2271, 13, 5845, 435, 746, 397, 1039, 389, 973, 284, 3551, 198, 220, 220, 220, 1303, 2272, 12, 25512, 515, 2456, 11, 523, 484, 389, 407, 5716, 20905, 290, 12118, 198, 220, 220, 220, 1303, 588, 262, 477, 286, 262, 584, 8950, 13, 198, 220, 220, 220, 611, 14808, 13155, 18189, 657, 87, 19, 36, 405, 290, 31396, 19841, 657, 87, 24, 5777, 37, 8, 393, 220, 1303, 198, 220, 220, 220, 220, 220, 220, 220, 357, 13155, 18189, 657, 87, 2682, 405, 290, 31396, 19841, 657, 87, 19, 11012, 37, 8, 393, 220, 1303, 198, 220, 220, 220, 220, 220, 220, 220, 357, 13155, 18189, 657, 87, 2167, 405, 290, 31396, 19841, 657, 87, 17, 32, 21, 8068, 8, 393, 220, 1303, 198, 220, 220, 220, 220, 220, 220, 220, 357, 13155, 18189, 657, 87, 17, 32, 9879, 290, 31396, 19841, 657, 87, 17, 33, 4790, 37, 8, 393, 220, 1303, 198, 220, 220, 220, 220, 220, 220, 220, 357, 13155, 18189, 657, 87, 17, 33, 45598, 290, 31396, 19841, 657, 87, 17, 33, 6659, 37, 8, 393, 220, 1303, 198, 220, 220, 220, 220, 220, 220, 220, 357, 13155, 18189, 657, 87, 17, 33, 41739, 290, 31396, 19841, 657, 87, 17, 5222, 8579, 8, 393, 198, 220, 220, 220, 220, 220, 220, 220, 357, 13155, 18189, 657, 87, 37, 12865, 290, 31396, 19841, 657, 87, 7708, 5777, 8, 393, 220, 1303, 198, 220, 220, 220, 220, 220, 220, 220, 357, 13155, 18189, 657, 87, 17, 37, 7410, 290, 31396, 19841, 657, 87, 17, 7708, 16, 37, 8, 2599, 220, 1303, 198, 220, 220, 220, 220, 220, 1441, 6407, 628, 220, 220, 220, 1441, 10352, 628, 220, 825, 4808, 27773, 62, 5239, 7, 944, 11, 2420, 2599, 198, 220, 220, 220, 37227, 5990, 23914, 12515, 2095, 9934, 290, 13216, 10223, 27425, 319, 2420, 526, 15931, 198, 220, 220, 220, 5072, 796, 17635, 198, 220, 220, 220, 329, 1149, 287, 2420, 25, 198, 220, 220, 220, 220, 220, 31396, 796, 2760, 7, 10641, 8, 198, 220, 220, 220, 220, 220, 611, 31396, 6624, 657, 393, 31396, 6624, 657, 47596, 16344, 393, 4808, 271, 62, 13716, 7, 10641, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 2555, 198, 220, 220, 220, 220, 220, 611, 4808, 271, 62, 1929, 2737, 10223, 7, 10641, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 5072, 13, 33295, 7203, 366, 8, 198, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 5072, 13, 33295, 7, 10641, 8, 198, 220, 220, 220, 1441, 366, 1911, 22179, 7, 22915, 8, 628, 198, 4871, 9678, 12239, 30642, 7509, 7, 15252, 2599, 198, 220, 37227, 10987, 82, 9678, 47, 8535, 11241, 89, 3920, 526, 15931, 628, 220, 825, 11241, 1096, 7, 944, 11, 2420, 2599, 198, 220, 220, 220, 37227, 30642, 4340, 257, 3704, 286, 2420, 656, 663, 1573, 5207, 13, 628, 220, 220, 220, 770, 3544, 257, 31828, 14069, 12, 15699, 12, 11085, 11862, 284, 1620, 11241, 1634, 198, 220, 220, 220, 1262, 262, 1813, 25818, 13, 628, 220, 220, 220, 1114, 1672, 25, 198, 220, 220, 220, 220, 220, 5128, 796, 366, 403, 2001, 540, 1, 198, 220, 220, 220, 220, 220, 5072, 796, 14631, 403, 1600, 366, 2235, 2001, 1600, 366, 2235, 540, 8973, 628, 220, 220, 220, 943, 14542, 25, 198, 220, 220, 220, 220, 220, 2420, 25, 317, 2060, 11241, 393, 13216, 10223, 11266, 16326, 13, 770, 815, 423, 198, 220, 220, 220, 220, 220, 220, 220, 1541, 587, 3804, 832, 4600, 26416, 30642, 7509, 13, 628, 220, 220, 220, 16409, 25, 198, 220, 220, 220, 220, 220, 317, 1351, 286, 1573, 12239, 16326, 13, 198, 220, 220, 220, 37227, 628, 220, 220, 220, 2420, 796, 10385, 62, 1462, 62, 46903, 1098, 7, 5239, 8, 628, 220, 220, 220, 5072, 62, 83, 482, 641, 796, 17635, 198, 220, 220, 220, 329, 11241, 287, 13216, 10223, 62, 30001, 1096, 7, 5239, 2599, 198, 220, 220, 220, 220, 220, 34534, 796, 1351, 7, 30001, 8, 198, 220, 220, 220, 220, 220, 611, 18896, 7, 354, 945, 8, 1875, 2116, 13, 9806, 62, 15414, 62, 354, 945, 62, 525, 62, 4775, 25, 198, 220, 220, 220, 220, 220, 220, 220, 5072, 62, 83, 482, 641, 13, 33295, 7, 944, 13, 2954, 62, 30001, 8, 198, 220, 220, 220, 220, 220, 220, 220, 2555, 628, 220, 220, 220, 220, 220, 318, 62, 14774, 796, 10352, 198, 220, 220, 220, 220, 220, 923, 796, 657, 198, 220, 220, 220, 220, 220, 850, 62, 83, 482, 641, 796, 17635, 198, 220, 220, 220, 220, 220, 981, 923, 1279, 18896, 7, 354, 945, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 886, 796, 18896, 7, 354, 945, 8, 198, 220, 220, 220, 220, 220, 220, 220, 1090, 62, 7266, 2536, 796, 6045, 198, 220, 220, 220, 220, 220, 220, 220, 981, 923, 1279, 886, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 47294, 796, 366, 1911, 22179, 7, 354, 945, 58, 9688, 25, 437, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 923, 1875, 657, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 47294, 796, 366, 2235, 1, 1343, 47294, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 47294, 287, 2116, 13, 18893, 397, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1090, 62, 7266, 2536, 796, 47294, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2270, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 886, 48185, 352, 198, 220, 220, 220, 220, 220, 220, 220, 611, 1090, 62, 7266, 2536, 318, 6045, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 318, 62, 14774, 796, 6407, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2270, 198, 220, 220, 220, 220, 220, 220, 220, 850, 62, 83, 482, 641, 13, 33295, 7, 22019, 62, 7266, 2536, 8, 198, 220, 220, 220, 220, 220, 220, 220, 923, 796, 886, 628, 220, 220, 220, 220, 220, 611, 318, 62, 14774, 25, 198, 220, 220, 220, 220, 220, 220, 220, 5072, 62, 83, 482, 641, 13, 33295, 7, 944, 13, 2954, 62, 30001, 8, 198, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 5072, 62, 83, 482, 641, 13, 2302, 437, 7, 7266, 62, 83, 482, 641, 8, 198, 220, 220, 220, 1441, 5072, 62, 83, 482, 641, 628, 198, 4299, 4808, 271, 62, 1929, 2737, 10223, 7, 10641, 2599, 198, 220, 37227, 7376, 4657, 1771, 4600, 354, 945, 63, 318, 257, 13216, 10223, 2095, 526, 15931, 198, 220, 1303, 3467, 83, 11, 3467, 77, 11, 290, 3467, 81, 389, 14497, 542, 273, 75, 3435, 475, 356, 2190, 606, 198, 220, 1303, 355, 13216, 10223, 1201, 484, 389, 4143, 3177, 355, 884, 13, 198, 220, 611, 1149, 6624, 366, 366, 393, 1149, 6624, 37082, 83, 1, 393, 1149, 6624, 37082, 77, 1, 393, 1149, 6624, 37082, 81, 1298, 198, 220, 220, 220, 1441, 6407, 198, 220, 3797, 796, 28000, 9043, 1045, 13, 22872, 7, 10641, 8, 198, 220, 611, 3797, 6624, 366, 57, 82, 1298, 198, 220, 220, 220, 1441, 6407, 198, 220, 1441, 10352, 628, 198, 4299, 4808, 271, 62, 13716, 7, 10641, 2599, 198, 220, 37227, 7376, 4657, 1771, 4600, 354, 945, 63, 318, 257, 1630, 2095, 526, 15931, 198, 220, 1303, 2312, 389, 14497, 1630, 3435, 475, 356, 954, 606, 355, 13216, 10223, 198, 220, 1303, 3435, 13, 198, 220, 611, 1149, 6624, 37082, 83, 1, 393, 1149, 6624, 37082, 77, 1, 393, 1149, 6624, 37082, 81, 1298, 198, 220, 220, 220, 1441, 10352, 198, 220, 3797, 796, 28000, 9043, 1045, 13, 22872, 7, 10641, 8, 198, 220, 611, 3797, 13, 9688, 2032, 342, 7203, 34, 1, 2599, 198, 220, 220, 220, 1441, 6407, 198, 220, 1441, 10352, 628, 198, 4299, 4808, 271, 62, 79, 16260, 2288, 7, 10641, 2599, 198, 220, 37227, 7376, 4657, 1771, 4600, 354, 945, 63, 318, 257, 21025, 2288, 2095, 526, 15931, 198, 220, 31396, 796, 2760, 7, 10641, 8, 198, 220, 1303, 775, 2190, 477, 1729, 12, 9291, 14, 17618, 37101, 355, 21025, 2288, 13, 198, 220, 1303, 26813, 884, 355, 366, 61, 1600, 17971, 1600, 290, 366, 63, 1, 389, 407, 287, 262, 34371, 198, 220, 1303, 14944, 310, 2288, 1398, 475, 356, 2190, 606, 355, 21025, 2288, 32845, 11, 329, 198, 220, 1303, 15794, 13, 198, 220, 611, 14808, 13155, 18189, 4747, 290, 31396, 19841, 6298, 8, 393, 357, 13155, 18189, 7618, 290, 31396, 19841, 5598, 8, 393, 198, 220, 220, 220, 220, 220, 357, 13155, 18189, 10495, 290, 31396, 19841, 9907, 8, 393, 357, 13155, 18189, 17031, 290, 31396, 19841, 19710, 8, 2599, 198, 220, 220, 220, 1441, 6407, 198, 220, 3797, 796, 28000, 9043, 1045, 13, 22872, 7, 10641, 8, 198, 220, 611, 3797, 13, 9688, 2032, 342, 7203, 47, 1, 2599, 198, 220, 220, 220, 1441, 6407, 198, 220, 1441, 10352, 198 ]
2.555497
3,820
''' Given an array where elements are sorted in ascending order, convert it to a height balanced BST. For this problem, a height-balanced binary tree is defined as a binary tree in which the depth of the two subtrees of every node never differ by more than 1. Example: Given the sorted array: [-10,-3,0,5,9], One possible answer is: [0,-3,9,-10,null,5], which represents the following height balanced BST: 0 / \ -3 9 / / -10 5 ''' # Definition for a binary tree node. # class TreeNode: # def __init__(self, x): # self.val = x # self.left = None # self.right = None
[ 7061, 6, 198, 15056, 281, 7177, 810, 4847, 389, 23243, 287, 41988, 1502, 11, 10385, 340, 284, 257, 6001, 12974, 44992, 13, 198, 198, 1890, 428, 1917, 11, 257, 6001, 12, 27753, 13934, 5509, 318, 5447, 355, 257, 13934, 5509, 287, 543, 262, 6795, 286, 262, 734, 13284, 6037, 286, 790, 10139, 1239, 13238, 416, 517, 621, 352, 13, 198, 198, 16281, 25, 198, 15056, 262, 23243, 7177, 25, 25915, 940, 12095, 18, 11, 15, 11, 20, 11, 24, 4357, 198, 198, 3198, 1744, 3280, 318, 25, 685, 15, 12095, 18, 11, 24, 12095, 940, 11, 8423, 11, 20, 4357, 543, 6870, 262, 1708, 6001, 12974, 44992, 25, 628, 220, 220, 220, 220, 220, 657, 198, 220, 220, 220, 220, 1220, 3467, 198, 220, 220, 532, 18, 220, 220, 860, 198, 220, 220, 1220, 220, 220, 1220, 198, 532, 940, 220, 642, 198, 705, 7061, 628, 1303, 30396, 329, 257, 13934, 5509, 10139, 13, 198, 2, 1398, 12200, 19667, 25, 198, 2, 220, 220, 220, 220, 825, 11593, 15003, 834, 7, 944, 11, 2124, 2599, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 2100, 796, 2124, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 9464, 796, 6045, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 3506, 796, 6045, 628 ]
2.823529
221
""" Generic functionality for processing emails from a mail server. This is used by datahub.interaction.email_processors for creating DIT interactions from calendar invitations. """ from datahub.email_ingestion.mailbox import MailboxHandler default_app_config = 'datahub.email_ingestion.apps.EmailIngestionConfig' mailbox_handler = MailboxHandler()
[ 37811, 198, 46189, 11244, 329, 7587, 7237, 422, 257, 6920, 4382, 13, 198, 198, 1212, 318, 973, 416, 4818, 993, 549, 13, 3849, 2673, 13, 12888, 62, 14681, 669, 329, 4441, 360, 2043, 12213, 422, 198, 9948, 9239, 42851, 13, 198, 37811, 198, 198, 6738, 4818, 993, 549, 13, 12888, 62, 278, 395, 295, 13, 4529, 3524, 1330, 11099, 3524, 25060, 198, 198, 12286, 62, 1324, 62, 11250, 796, 705, 19608, 993, 549, 13, 12888, 62, 278, 395, 295, 13, 18211, 13, 15333, 27682, 395, 295, 16934, 6, 198, 4529, 3524, 62, 30281, 796, 11099, 3524, 25060, 3419, 198 ]
3.555556
99
import config import envs import agents import stats if __name__ == '__main__': config = config.get_config() demo(config)
[ 11748, 4566, 198, 11748, 551, 14259, 198, 11748, 6554, 198, 11748, 9756, 628, 198, 198, 361, 11593, 3672, 834, 6624, 705, 834, 12417, 834, 10354, 198, 220, 220, 220, 4566, 796, 4566, 13, 1136, 62, 11250, 3419, 198, 220, 220, 220, 13605, 7, 11250, 8, 198 ]
2.891304
46
# -*- coding: utf-8 -*- # # This file is execfile()d with the current directory set to its containing dir. import re, os, sys, time, cgi sys.path.append(os.path.abspath("..")) from get_version import __version__ as hy_version # Read the Docs might dirty its checkout, so strip the dirty flag. hy_version = re.sub('[+.]dirty\Z', '', hy_version) templates_path = ['_templates'] source_suffix = '.rst' master_doc = 'index' # General information about the project. project = u'hy' copyright = u'%s the authors' % time.strftime('%Y') # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. version = ".".join(hy_version.split(".")[:-1]) # The full version, including alpha/beta/rc tags. release = hy_version hy_descriptive_version = cgi.escape(hy_version) if "+" in hy_version: hy_descriptive_version += " <strong style='color: red;'>(unstable)</strong>" exclude_patterns = ['_build', 'coreteam.rst'] pygments_style = 'sphinx' import sphinx_rtd_theme html_theme = 'sphinx_rtd_theme' html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ['_static'] html_use_smartypants = False html_show_sphinx = False html_context = dict( hy_descriptive_version = hy_descriptive_version)
[ 2, 532, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12, 198, 2, 198, 2, 770, 2393, 318, 2452, 7753, 3419, 67, 351, 262, 1459, 8619, 900, 284, 663, 7268, 26672, 13, 198, 198, 11748, 302, 11, 28686, 11, 25064, 11, 640, 11, 269, 12397, 198, 17597, 13, 6978, 13, 33295, 7, 418, 13, 6978, 13, 397, 2777, 776, 7203, 492, 48774, 198, 198, 6738, 651, 62, 9641, 1330, 11593, 9641, 834, 355, 2537, 62, 9641, 198, 2, 4149, 262, 14432, 82, 1244, 11841, 663, 28006, 11, 523, 10283, 262, 11841, 6056, 13, 198, 12114, 62, 9641, 796, 302, 13, 7266, 10786, 58, 10, 8183, 49075, 59, 57, 3256, 705, 3256, 2537, 62, 9641, 8, 198, 198, 11498, 17041, 62, 6978, 796, 37250, 62, 11498, 17041, 20520, 198, 10459, 62, 37333, 844, 796, 45302, 81, 301, 6, 198, 198, 9866, 62, 15390, 796, 705, 9630, 6, 198, 198, 2, 3611, 1321, 546, 262, 1628, 13, 198, 16302, 796, 334, 6, 12114, 6, 198, 22163, 4766, 796, 334, 6, 4, 82, 262, 7035, 6, 4064, 640, 13, 2536, 31387, 10786, 4, 56, 11537, 198, 198, 2, 383, 2196, 7508, 329, 262, 1628, 345, 821, 33045, 11, 6529, 355, 9014, 329, 198, 2, 930, 9641, 91, 290, 930, 20979, 91, 11, 635, 973, 287, 2972, 584, 4113, 3690, 262, 198, 2, 3170, 4963, 13, 198, 2, 198, 2, 383, 1790, 1395, 13, 56, 2196, 13, 198, 9641, 796, 366, 526, 13, 22179, 7, 12114, 62, 9641, 13, 35312, 7203, 19570, 58, 21912, 16, 12962, 198, 2, 383, 1336, 2196, 11, 1390, 17130, 14, 31361, 14, 6015, 15940, 13, 198, 20979, 796, 2537, 62, 9641, 198, 12114, 62, 20147, 1968, 425, 62, 9641, 796, 269, 12397, 13, 41915, 7, 12114, 62, 9641, 8, 198, 361, 43825, 1, 287, 2537, 62, 9641, 25, 198, 220, 220, 220, 2537, 62, 20147, 1968, 425, 62, 9641, 15853, 366, 1279, 11576, 3918, 11639, 8043, 25, 2266, 26, 6, 33994, 403, 31284, 36475, 11576, 24618, 198, 198, 1069, 9152, 62, 33279, 82, 796, 37250, 62, 11249, 3256, 705, 7295, 15097, 13, 81, 301, 20520, 198, 198, 9078, 11726, 62, 7635, 796, 705, 82, 746, 28413, 6, 198, 198, 11748, 599, 20079, 87, 62, 81, 8671, 62, 43810, 198, 6494, 62, 43810, 796, 705, 82, 746, 28413, 62, 81, 8671, 62, 43810, 6, 198, 6494, 62, 43810, 62, 6978, 796, 685, 82, 746, 28413, 62, 81, 8671, 62, 43810, 13, 1136, 62, 6494, 62, 43810, 62, 6978, 3419, 60, 198, 198, 2, 3060, 597, 13532, 326, 3994, 2183, 9037, 3696, 357, 10508, 355, 3918, 15747, 8, 994, 11, 198, 2, 3585, 284, 428, 8619, 13, 1119, 389, 18984, 706, 262, 3170, 259, 9037, 3696, 11, 198, 2, 523, 257, 2393, 3706, 366, 12286, 13, 25471, 1, 481, 49312, 262, 3170, 259, 366, 12286, 13, 25471, 1911, 198, 6494, 62, 12708, 62, 6978, 796, 37250, 62, 12708, 20520, 198, 198, 6494, 62, 1904, 62, 27004, 4464, 1187, 796, 10352, 198, 6494, 62, 12860, 62, 82, 746, 28413, 796, 10352, 198, 198, 6494, 62, 22866, 796, 8633, 7, 198, 220, 220, 220, 2537, 62, 20147, 1968, 425, 62, 9641, 796, 2537, 62, 20147, 1968, 425, 62, 9641, 8, 198 ]
2.99434
530
from enancement_model import ImageEnhancer import cv2 import numpy import os import sys import tensorflow as tf a = ImageLoader(image="path/to/your/image") a.process_images(crop_only_images=True)
[ 6738, 551, 590, 434, 62, 19849, 1330, 7412, 35476, 8250, 198, 11748, 269, 85, 17, 198, 11748, 299, 32152, 220, 198, 11748, 28686, 198, 11748, 25064, 198, 11748, 11192, 273, 11125, 355, 48700, 628, 198, 64, 796, 7412, 17401, 7, 9060, 2625, 6978, 14, 1462, 14, 14108, 14, 9060, 4943, 198, 64, 13, 14681, 62, 17566, 7, 31476, 62, 8807, 62, 17566, 28, 17821, 8, 628 ]
3.030303
66
import numpy as np import pytest from forecaster.mr_forecast import load_file NSAMPLES = 100 @pytest.mark.linearbench @pytest.mark.linearbench @pytest.mark.probrbench @pytest.mark.probrbench
[ 11748, 299, 32152, 355, 45941, 198, 11748, 12972, 9288, 198, 6738, 1674, 17970, 13, 43395, 62, 754, 2701, 1330, 3440, 62, 7753, 198, 198, 8035, 2390, 6489, 1546, 796, 1802, 198, 198, 31, 9078, 9288, 13, 4102, 13, 29127, 26968, 198, 198, 31, 9078, 9288, 13, 4102, 13, 29127, 26968, 198, 198, 31, 9078, 9288, 13, 4102, 13, 1676, 1671, 26968, 198, 198, 31, 9078, 9288, 13, 4102, 13, 1676, 1671, 26968 ]
2.708333
72
# coding:utf-8 u"""テンプレートエンジンの構築を行うモジュール。 テンプレートエンジンを単体で動作させる場合に使うコンビニエンスな関数を提供する。 """ from caty.template.core.template import Template from caty.template.core.loader import BytecodeLoader, TextBytecodePersister def build_template(compiler, resource_io): u"""Template オブジェクトの構築を行う。 compiler と resource_io はそれぞれ ICompiler と AbstarctResourceIO と 同一のインターフェースを持っている必要がある。 """ persister = TextBytecodePersister() bloader = BytecodeLoader(compiler, resource_io, persister) return Template(bloader)
[ 2, 19617, 25, 40477, 12, 23, 198, 84, 37811, 24336, 6527, 30965, 24186, 12045, 230, 23544, 45823, 6527, 27032, 100, 233, 163, 107, 231, 31758, 26193, 234, 29557, 40361, 21091, 24440, 43353, 16764, 198, 24336, 6527, 30965, 24186, 12045, 230, 23544, 45823, 6527, 31758, 39355, 246, 19526, 241, 30640, 47947, 243, 43291, 43357, 2515, 249, 25748, 161, 254, 112, 28938, 230, 28618, 45635, 29557, 24679, 6527, 36922, 30165, 23544, 6527, 8943, 26945, 38461, 95, 46763, 108, 31758, 162, 237, 238, 160, 122, 249, 33623, 25748, 16764, 198, 37811, 198, 6738, 3797, 88, 13, 28243, 13, 7295, 13, 28243, 1330, 37350, 198, 6738, 3797, 88, 13, 28243, 13, 7295, 13, 29356, 1330, 30589, 8189, 17401, 11, 8255, 40778, 8189, 30946, 1694, 198, 198, 4299, 1382, 62, 28243, 7, 5589, 5329, 11, 8271, 62, 952, 2599, 198, 220, 220, 220, 334, 37811, 30800, 17433, 103, 24001, 21091, 24806, 14099, 13298, 27032, 100, 233, 163, 107, 231, 31758, 26193, 234, 29557, 16764, 198, 220, 220, 220, 17050, 23294, 101, 8271, 62, 952, 23294, 107, 2515, 251, 39258, 2515, 252, 39258, 314, 7293, 5329, 23294, 101, 2275, 7364, 310, 26198, 9399, 23294, 101, 198, 220, 220, 220, 10263, 238, 234, 31660, 5641, 11482, 6527, 23376, 12045, 243, 24806, 6312, 8943, 31758, 162, 234, 223, 33180, 28134, 18566, 25748, 33232, 227, 17358, 223, 35585, 40948, 25748, 16764, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 2774, 1694, 796, 8255, 40778, 8189, 30946, 1694, 3419, 198, 220, 220, 220, 698, 1170, 263, 796, 30589, 8189, 17401, 7, 5589, 5329, 11, 8271, 62, 952, 11, 2774, 1694, 8, 198, 220, 220, 220, 1441, 37350, 7, 65, 29356, 8, 628 ]
1.912088
273
AWS_SECRET_ACCESS_KEY = r'A8+6AN5TSUZ3vysJg68Rt\A9E7duMlfKODwb3ZD8'
[ 198, 12298, 50, 62, 23683, 26087, 62, 26861, 7597, 62, 20373, 796, 374, 6, 32, 23, 10, 21, 1565, 20, 4694, 52, 57, 18, 85, 893, 41, 70, 3104, 49, 83, 59, 32, 24, 36, 22, 646, 44, 1652, 42, 3727, 39346, 18, 57, 35, 23, 6, 198 ]
1.4375
48
''' Understanding optimization with tf.gradients using linear regression Author: Steven Spielberg Pon Kumar ''' import tensorflow as tf import numpy import matplotlib.pyplot as plt rng = numpy.random # Parameters learning_rate = 0.01 training_epochs = 1000 display_step = 50 # Training Data train_X = numpy.asarray([3.3,4.4,5.5,6.71,6.93,4.168,9.779,6.182,7.59,2.167, 7.042,10.791,5.313,7.997,5.654,9.27,3.1]) train_Y = numpy.asarray([1.7,2.76,2.09,3.19,1.694,1.573,3.366,2.596,2.53,1.221, 2.827,3.465,1.65,2.904,2.42,2.94,1.3]) n_samples = train_X.shape[0] # tf Graph Input X = tf.placeholder("float") Y = tf.placeholder("float") # Set model weights W = tf.Variable(0.1, name="weight") b = tf.Variable(0.1, name="bias") # Construct a linear model pred = tf.add(tf.multiply(X, W), b) # Mean squared error cost = tf.reduce_sum(tf.pow(pred-Y, 2))/(2*n_samples) params= [W,b] gradient = tf.gradients(cost,params) opt = tf.train.GradientDescentOptimizer(learning_rate) update=opt.apply_gradients(zip(gradient,params)) # Initializing the variables init = tf.initialize_all_variables() # Launch the graph with tf.Session() as sess: sess.run(init) # Fit all training data for epoch in range(training_epochs): sess.run(update, feed_dict={X: train_X, Y: train_Y}) #gradient descent #Display logs per epoch step if (epoch+1) % display_step == 0: c = sess.run(cost, feed_dict={X: train_X, Y:train_Y}) print("Epoch:", '%04d' % (epoch+1), "cost=", "{:.9f}".format(c), \ "W=", sess.run(W), "b=", sess.run(b)) print("Optimization Finished!") training_cost = sess.run(cost, feed_dict={X: train_X, Y: train_Y}) print("Training cost=", training_cost, "W=", sess.run(W), "b=", sess.run(b), '\n')
[ 7061, 6, 198, 43467, 23989, 351, 48700, 13, 9744, 2334, 1262, 14174, 20683, 198, 198, 13838, 25, 8239, 41151, 50210, 26105, 198, 198, 7061, 6, 198, 198, 11748, 11192, 273, 11125, 355, 48700, 198, 11748, 299, 32152, 198, 11748, 2603, 29487, 8019, 13, 9078, 29487, 355, 458, 83, 198, 81, 782, 796, 299, 32152, 13, 25120, 198, 198, 2, 40117, 198, 40684, 62, 4873, 796, 657, 13, 486, 198, 34409, 62, 538, 5374, 82, 796, 8576, 198, 13812, 62, 9662, 796, 2026, 198, 198, 2, 13614, 6060, 198, 27432, 62, 55, 796, 299, 32152, 13, 292, 18747, 26933, 18, 13, 18, 11, 19, 13, 19, 11, 20, 13, 20, 11, 21, 13, 4869, 11, 21, 13, 6052, 11, 19, 13, 14656, 11, 24, 13, 40393, 11, 21, 13, 24294, 11, 22, 13, 3270, 11, 17, 13, 21940, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 767, 13, 3023, 17, 11, 940, 13, 3720, 16, 11, 20, 13, 25838, 11, 22, 13, 39647, 11, 20, 13, 39111, 11, 24, 13, 1983, 11, 18, 13, 16, 12962, 198, 27432, 62, 56, 796, 299, 32152, 13, 292, 18747, 26933, 16, 13, 22, 11, 17, 13, 4304, 11, 17, 13, 2931, 11, 18, 13, 1129, 11, 16, 13, 45214, 11, 16, 13, 48638, 11, 18, 13, 32459, 11, 17, 13, 45734, 11, 17, 13, 4310, 11, 16, 13, 26115, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 362, 13, 23, 1983, 11, 18, 13, 42018, 11, 16, 13, 2996, 11, 17, 13, 24, 3023, 11, 17, 13, 3682, 11, 17, 13, 5824, 11, 16, 13, 18, 12962, 198, 77, 62, 82, 12629, 796, 4512, 62, 55, 13, 43358, 58, 15, 60, 198, 198, 2, 48700, 29681, 23412, 198, 55, 796, 48700, 13, 5372, 13829, 7203, 22468, 4943, 198, 56, 796, 48700, 13, 5372, 13829, 7203, 22468, 4943, 198, 198, 2, 5345, 2746, 19590, 198, 54, 796, 48700, 13, 43015, 7, 15, 13, 16, 11, 1438, 2625, 6551, 4943, 198, 65, 796, 48700, 13, 43015, 7, 15, 13, 16, 11, 1438, 2625, 65, 4448, 4943, 198, 198, 2, 28407, 257, 14174, 2746, 198, 28764, 796, 48700, 13, 2860, 7, 27110, 13, 16680, 541, 306, 7, 55, 11, 370, 828, 275, 8, 198, 198, 2, 22728, 44345, 4049, 198, 15805, 796, 48700, 13, 445, 7234, 62, 16345, 7, 27110, 13, 79, 322, 7, 28764, 12, 56, 11, 362, 4008, 29006, 17, 9, 77, 62, 82, 12629, 8, 198, 198, 37266, 28, 685, 54, 11, 65, 60, 198, 198, 49607, 796, 48700, 13, 9744, 2334, 7, 15805, 11, 37266, 8, 198, 8738, 796, 48700, 13, 27432, 13, 42731, 1153, 5960, 1087, 27871, 320, 7509, 7, 40684, 62, 4873, 8, 198, 19119, 28, 8738, 13, 39014, 62, 9744, 2334, 7, 13344, 7, 49607, 11, 37266, 4008, 198, 2, 20768, 2890, 262, 9633, 198, 15003, 796, 48700, 13, 36733, 1096, 62, 439, 62, 25641, 2977, 3419, 628, 198, 2, 21225, 262, 4823, 198, 4480, 48700, 13, 36044, 3419, 355, 264, 408, 25, 198, 220, 220, 220, 264, 408, 13, 5143, 7, 15003, 8, 628, 220, 220, 220, 1303, 25048, 477, 3047, 1366, 198, 220, 220, 220, 329, 36835, 287, 2837, 7, 34409, 62, 538, 5374, 82, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 264, 408, 13, 5143, 7, 19119, 11, 3745, 62, 11600, 34758, 55, 25, 4512, 62, 55, 11, 575, 25, 4512, 62, 56, 30072, 1303, 49607, 18598, 628, 220, 220, 220, 220, 220, 220, 220, 1303, 23114, 17259, 583, 36835, 2239, 198, 220, 220, 220, 220, 220, 220, 220, 611, 357, 538, 5374, 10, 16, 8, 4064, 3359, 62, 9662, 6624, 657, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 269, 796, 264, 408, 13, 5143, 7, 15805, 11, 3745, 62, 11600, 34758, 55, 25, 4512, 62, 55, 11, 575, 25, 27432, 62, 56, 30072, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3601, 7203, 13807, 5374, 25, 1600, 705, 4, 3023, 67, 6, 4064, 357, 538, 5374, 10, 16, 828, 366, 15805, 28, 1600, 45144, 25, 13, 24, 69, 92, 1911, 18982, 7, 66, 828, 3467, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 54, 28, 1600, 264, 408, 13, 5143, 7, 54, 828, 366, 65, 28, 1600, 264, 408, 13, 5143, 7, 65, 4008, 628, 220, 220, 220, 3601, 7203, 27871, 320, 1634, 42931, 2474, 8, 198, 220, 220, 220, 3047, 62, 15805, 796, 264, 408, 13, 5143, 7, 15805, 11, 3745, 62, 11600, 34758, 55, 25, 4512, 62, 55, 11, 575, 25, 4512, 62, 56, 30072, 198, 220, 220, 220, 3601, 7203, 44357, 1575, 28, 1600, 3047, 62, 15805, 11, 366, 54, 28, 1600, 264, 408, 13, 5143, 7, 54, 828, 366, 65, 28, 1600, 264, 408, 13, 5143, 7, 65, 828, 705, 59, 77, 11537, 628, 628 ]
2.183333
840
import sys import signal from clint.textui import colored, puts from downloader import Downloader from extractor import Extractor signal.signal(signal.SIGINT, lambda x, y: sys.exit(0)) if __name__ == "__main__": main()
[ 11748, 25064, 198, 11748, 6737, 198, 6738, 537, 600, 13, 5239, 9019, 1330, 16396, 11, 7584, 198, 6738, 4321, 263, 1330, 10472, 263, 198, 6738, 7925, 273, 1330, 29677, 273, 198, 198, 12683, 282, 13, 12683, 282, 7, 12683, 282, 13, 50, 3528, 12394, 11, 37456, 2124, 11, 331, 25, 25064, 13, 37023, 7, 15, 4008, 628, 198, 198, 361, 11593, 3672, 834, 6624, 366, 834, 12417, 834, 1298, 198, 220, 220, 220, 1388, 3419, 198 ]
2.986842
76
"""Package providing Stylesheet classes.""" import os from stylesheet.stylesheet_image import (LocalStylesheetImage, RemoteStylesheetImage, StoredStylesheetImage, StylesheetImage) from stylesheet.stylesheet_image_list import StylesheetImageList from stylesheet.stylesheet_assets import StylesheetAssets from stylesheet.stylesheet_data import StylesheetData from stylesheet.stylesheet_image_mapper import StylesheetImageMapper from stylesheet.stylesheet_assets_validator import StylesheetAssetsValidator from stylesheet.stylesheet_assets_builder import StylesheetAssetsBuilder from stylesheet.stylesheet_assets_updater import StylesheetAssetsUpdater
[ 37811, 27813, 4955, 44963, 25473, 6097, 526, 15931, 198, 11748, 28686, 198, 198, 6738, 12186, 25473, 13, 47720, 25473, 62, 9060, 1330, 357, 14565, 18716, 829, 25473, 5159, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 21520, 18716, 829, 25473, 5159, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 520, 1850, 18716, 829, 25473, 5159, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 44963, 25473, 5159, 8, 198, 6738, 12186, 25473, 13, 47720, 25473, 62, 9060, 62, 4868, 1330, 44963, 25473, 5159, 8053, 198, 6738, 12186, 25473, 13, 47720, 25473, 62, 19668, 1330, 44963, 25473, 8021, 1039, 198, 6738, 12186, 25473, 13, 47720, 25473, 62, 7890, 1330, 44963, 25473, 6601, 198, 6738, 12186, 25473, 13, 47720, 25473, 62, 9060, 62, 76, 11463, 1330, 44963, 25473, 5159, 44, 11463, 198, 6738, 12186, 25473, 13, 47720, 25473, 62, 19668, 62, 12102, 1352, 1330, 44963, 25473, 8021, 1039, 47139, 1352, 198, 6738, 12186, 25473, 13, 47720, 25473, 62, 19668, 62, 38272, 1330, 44963, 25473, 8021, 1039, 32875, 198, 6738, 12186, 25473, 13, 47720, 25473, 62, 19668, 62, 929, 67, 729, 1330, 44963, 25473, 8021, 1039, 4933, 67, 729, 198 ]
2.684028
288
from aws_cdk import ( Stack, aws_batch_alpha as batch, aws_ecr as ecr, aws_ec2 as ec2, aws_ecs as ecs, aws_iam as iam, aws_ssm as ssm, aws_lambda, aws_s3_assets as assets, Fn, Duration ) from constructs import Construct from pathlib import Path from typing import Dict
[ 6738, 3253, 82, 62, 10210, 74, 1330, 357, 198, 220, 220, 220, 23881, 11, 198, 220, 220, 220, 3253, 82, 62, 43501, 62, 26591, 355, 15458, 11, 198, 220, 220, 220, 3253, 82, 62, 721, 81, 355, 304, 6098, 11, 198, 220, 220, 220, 3253, 82, 62, 721, 17, 355, 9940, 17, 11, 198, 220, 220, 220, 3253, 82, 62, 721, 82, 355, 304, 6359, 11, 198, 220, 220, 220, 3253, 82, 62, 1789, 355, 1312, 321, 11, 198, 220, 220, 220, 3253, 82, 62, 824, 76, 355, 264, 5796, 11, 198, 220, 220, 220, 3253, 82, 62, 50033, 11, 198, 220, 220, 220, 3253, 82, 62, 82, 18, 62, 19668, 355, 6798, 11, 198, 220, 220, 220, 37481, 11, 198, 220, 220, 220, 22920, 198, 8, 198, 6738, 34175, 1330, 28407, 198, 198, 6738, 3108, 8019, 1330, 10644, 198, 6738, 19720, 1330, 360, 713, 628, 628, 628, 628, 198 ]
2.146667
150
import string from partial_date import PartialDate from django.contrib.admin import site from django.contrib.auth import get_user_model from django.contrib.auth.models import AnonymousUser from django.urls import reverse from django.test import Client, RequestFactory, TestCase from assignments.tests.factories import AssignmentFactory from military.tests.factories import RegimentFactory from places.tests.factories import PlaceFactory, RegionFactory from personnel.admin import DateOfBirthFilledListFilter, EmployeeAdmin, EmploymentYearListFilter, FirstLetterListFilter, \ PlaceOfBirthFilledListFilter, USCTListFilter, YES_NO_LOOKUPS from personnel.models import Employee from personnel.tests.factories import EmployeeFactory User = get_user_model() class EmployeeAdminTestCase(TestCase): """ Test custom EmployeeAdmin functionality """ def test_bureau_state(self): """ Field bureau_state should contain a list of Employee's bureau_states """ state1 = RegionFactory(name='Lower Alabama') state2 = RegionFactory(name='Old Virginny') state3 = RegionFactory(name='Sunshine State') states = [state1, state2] employee = EmployeeFactory() employee.bureau_states.set(states) for state in states: self.assertIn(state.name, EmployeeAdmin.bureau_state(EmployeeAdmin, employee), 'State in Employee.bureau_states should be in EmployeeAdmin.bureau_state') self.assertNotIn(state3.name, EmployeeAdmin.bureau_state(EmployeeAdmin, employee), 'State not in Employee.bureau_states should not be in EmployeeAdmin.bureau_state') def test_save_model(self): """ If Employee is a member of a VRC unit, 'vrc' should be True """ # Set up superuser to log in to admin and create new Employee User.objects.create_superuser('admin', '[email protected]', 'Password123') self.client = Client() self.client.login(username='admin', password='Password123') # Oops, we're forgetting to set vrc to True, even though he's in a VRC unit! Hope save_model catches it... self.client.post( reverse('admin:personnel_employee_add'), {'id': 1, 'last_name': 'Dodge', 'first_name': 'Charles', 'gender': 'M', 'vrc': False, 'regiments': [RegimentFactory(vrc=True).id], 'assignments-TOTAL_FORMS': '0', 'assignments-INITIAL_FORMS': '0', 'assignments-MAX_NUM_FORMS': '1', 'assignments-MIN_NUM_FORMS': '1'}, follow=True, ) self.assertTrue(Employee.objects.first().vrc, "Employee in VRC unit should have 'vrc' set to true after saving") class EmployeeAdminFilterTestCase(TestCase): """ Base class for testing EmployeeAdmin filters """ class DateOfBirthFilledListFilterTestCase(EmployeeAdminFilterTestCase): """ Test list filter for whether date_of_birth is filled """ class EmploymentYearListFilterTestCase(EmployeeAdminFilterTestCase): """ Test EmploymentYearListFilter """ class FirstLetterListFilterTestCase(EmployeeAdminFilterTestCase): """ Test list filter for first letter of last name """ class PlaceOfBirthFilledListFilterTestCase(EmployeeAdminFilterTestCase): """ Test list filter for whether place_of_birth is filled """ class USCTListFilterTestCase(TestCase): """ Test list filter for membership in a USCT regiment """
[ 11748, 4731, 198, 198, 6738, 13027, 62, 4475, 1330, 43689, 10430, 198, 198, 6738, 42625, 14208, 13, 3642, 822, 13, 28482, 1330, 2524, 198, 6738, 42625, 14208, 13, 3642, 822, 13, 18439, 1330, 651, 62, 7220, 62, 19849, 198, 6738, 42625, 14208, 13, 3642, 822, 13, 18439, 13, 27530, 1330, 19200, 12982, 198, 6738, 42625, 14208, 13, 6371, 82, 1330, 9575, 198, 6738, 42625, 14208, 13, 9288, 1330, 20985, 11, 19390, 22810, 11, 6208, 20448, 198, 198, 6738, 25815, 13, 41989, 13, 22584, 1749, 1330, 50144, 22810, 198, 6738, 2422, 13, 41989, 13, 22584, 1749, 1330, 35588, 22810, 198, 6738, 4113, 13, 41989, 13, 22584, 1749, 1330, 8474, 22810, 11, 17718, 22810, 198, 198, 6738, 8213, 13, 28482, 1330, 7536, 5189, 38480, 37, 2967, 8053, 22417, 11, 36824, 46787, 11, 24656, 17688, 8053, 22417, 11, 3274, 45708, 8053, 22417, 11, 3467, 198, 220, 220, 220, 8474, 5189, 38480, 37, 2967, 8053, 22417, 11, 1294, 4177, 8053, 22417, 11, 21560, 62, 15285, 62, 43, 15308, 52, 3705, 198, 6738, 8213, 13, 27530, 1330, 36824, 198, 6738, 8213, 13, 41989, 13, 22584, 1749, 1330, 36824, 22810, 628, 198, 12982, 796, 651, 62, 7220, 62, 19849, 3419, 628, 198, 4871, 36824, 46787, 14402, 20448, 7, 14402, 20448, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 6208, 2183, 36824, 46787, 11244, 198, 220, 220, 220, 37227, 628, 220, 220, 220, 825, 1332, 62, 65, 6262, 62, 5219, 7, 944, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 7663, 10583, 62, 5219, 815, 3994, 257, 198, 220, 220, 220, 220, 220, 220, 220, 1351, 286, 36824, 338, 10583, 62, 27219, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 628, 220, 220, 220, 220, 220, 220, 220, 1181, 16, 796, 17718, 22810, 7, 3672, 11639, 31426, 9266, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 1181, 17, 796, 17718, 22810, 7, 3672, 11639, 19620, 5283, 3281, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 1181, 18, 796, 17718, 22810, 7, 3672, 11639, 16012, 19489, 1812, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 2585, 796, 685, 5219, 16, 11, 1181, 17, 60, 628, 220, 220, 220, 220, 220, 220, 220, 6538, 796, 36824, 22810, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 6538, 13, 65, 6262, 62, 27219, 13, 2617, 7, 27219, 8, 628, 220, 220, 220, 220, 220, 220, 220, 329, 1181, 287, 2585, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 30493, 818, 7, 5219, 13, 3672, 11, 36824, 46787, 13, 65, 6262, 62, 5219, 7, 29733, 1453, 46787, 11, 6538, 828, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 9012, 287, 36824, 13, 65, 6262, 62, 27219, 815, 307, 287, 36824, 46787, 13, 65, 6262, 62, 5219, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 30493, 3673, 818, 7, 5219, 18, 13, 3672, 11, 36824, 46787, 13, 65, 6262, 62, 5219, 7, 29733, 1453, 46787, 11, 6538, 828, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 9012, 407, 287, 36824, 13, 65, 6262, 62, 27219, 815, 407, 307, 287, 36824, 46787, 13, 65, 6262, 62, 5219, 11537, 628, 198, 220, 220, 220, 825, 1332, 62, 21928, 62, 19849, 7, 944, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 1002, 36824, 318, 257, 2888, 286, 257, 6453, 34, 4326, 11, 705, 85, 6015, 6, 815, 307, 6407, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 628, 220, 220, 220, 220, 220, 220, 220, 1303, 5345, 510, 2208, 7220, 284, 2604, 287, 284, 13169, 290, 2251, 649, 36824, 198, 220, 220, 220, 220, 220, 220, 220, 11787, 13, 48205, 13, 17953, 62, 16668, 7220, 10786, 28482, 3256, 705, 28482, 31, 20688, 13, 785, 3256, 705, 35215, 10163, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 16366, 796, 20985, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 16366, 13, 38235, 7, 29460, 11639, 28482, 3256, 9206, 11639, 35215, 10163, 11537, 628, 220, 220, 220, 220, 220, 220, 220, 1303, 48002, 11, 356, 821, 32012, 284, 900, 410, 6015, 284, 6407, 11, 772, 996, 339, 338, 287, 257, 6453, 34, 4326, 0, 13408, 3613, 62, 19849, 17591, 340, 986, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 16366, 13, 7353, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 9575, 10786, 28482, 25, 6259, 4954, 62, 7033, 1453, 62, 2860, 33809, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1391, 6, 312, 10354, 352, 11, 705, 12957, 62, 3672, 10354, 705, 35, 9728, 3256, 705, 11085, 62, 3672, 10354, 705, 28711, 3256, 705, 8388, 10354, 705, 44, 3256, 705, 85, 6015, 10354, 10352, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 2301, 6800, 10354, 685, 8081, 3681, 22810, 7, 85, 6015, 28, 17821, 737, 312, 4357, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 562, 570, 902, 12, 51, 27510, 62, 13775, 5653, 10354, 705, 15, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 562, 570, 902, 12, 1268, 2043, 12576, 62, 13775, 5653, 10354, 705, 15, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 562, 570, 902, 12, 22921, 62, 41359, 62, 13775, 5653, 10354, 705, 16, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 562, 570, 902, 12, 23678, 62, 41359, 62, 13775, 5653, 10354, 705, 16, 6, 5512, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1061, 28, 17821, 11, 198, 220, 220, 220, 220, 220, 220, 220, 1267, 628, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 30493, 17821, 7, 29733, 1453, 13, 48205, 13, 11085, 22446, 85, 6015, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 366, 29733, 1453, 287, 6453, 34, 4326, 815, 423, 705, 85, 6015, 6, 900, 284, 2081, 706, 8914, 4943, 198, 198, 4871, 36824, 46787, 22417, 14402, 20448, 7, 14402, 20448, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 7308, 1398, 329, 4856, 36824, 46787, 16628, 198, 220, 220, 220, 37227, 628, 198, 4871, 7536, 5189, 38480, 37, 2967, 8053, 22417, 14402, 20448, 7, 29733, 1453, 46787, 22417, 14402, 20448, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 6208, 1351, 8106, 329, 1771, 3128, 62, 1659, 62, 24280, 318, 5901, 198, 220, 220, 220, 37227, 628, 198, 4871, 24656, 17688, 8053, 22417, 14402, 20448, 7, 29733, 1453, 46787, 22417, 14402, 20448, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 6208, 24656, 17688, 8053, 22417, 198, 220, 220, 220, 37227, 628, 198, 4871, 3274, 45708, 8053, 22417, 14402, 20448, 7, 29733, 1453, 46787, 22417, 14402, 20448, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 6208, 1351, 8106, 329, 717, 3850, 286, 938, 1438, 198, 220, 220, 220, 37227, 628, 198, 4871, 8474, 5189, 38480, 37, 2967, 8053, 22417, 14402, 20448, 7, 29733, 1453, 46787, 22417, 14402, 20448, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 6208, 1351, 8106, 329, 1771, 1295, 62, 1659, 62, 24280, 318, 5901, 198, 220, 220, 220, 37227, 628, 198, 4871, 1294, 4177, 8053, 22417, 14402, 20448, 7, 14402, 20448, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 6208, 1351, 8106, 329, 9931, 287, 257, 1294, 4177, 34792, 198, 220, 220, 220, 37227, 198 ]
2.741737
1,301
from gilded_rose import GildedRose, Item
[ 6738, 308, 46158, 62, 13698, 1330, 402, 46158, 31087, 11, 9097, 628, 628, 628 ]
3.285714
14
#!/usr/bin/env python # -*- coding: utf-8 -*- # # This file is part of the Eye Of Characteristics Analyzer. # Copyright (C) 2019 IBM Deutschland # Author: Lars Dittert <[email protected]> # # This file is the main file to analyze images and predict them. # import dlib import numpy as np import cv2 import os import tensorflow as tf os.environ['TF_CPP_MIN_LOG_LEVEL'] = '3' from keras.models import load_model
[ 2, 48443, 14629, 14, 8800, 14, 24330, 21015, 198, 2, 532, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12, 198, 2, 198, 2, 770, 2393, 318, 636, 286, 262, 14144, 3226, 15684, 3969, 16213, 9107, 13, 198, 2, 15069, 357, 34, 8, 13130, 19764, 1024, 40768, 1044, 198, 2, 6434, 25, 31239, 360, 1967, 83, 1279, 75, 945, 13, 67, 1967, 83, 31, 2934, 13, 571, 76, 13, 785, 29, 198, 2, 198, 2, 770, 2393, 318, 262, 1388, 2393, 284, 16602, 4263, 290, 4331, 606, 13, 198, 2, 198, 198, 11748, 288, 8019, 198, 11748, 299, 32152, 355, 45941, 198, 11748, 269, 85, 17, 198, 198, 11748, 28686, 198, 11748, 11192, 273, 11125, 355, 48700, 198, 418, 13, 268, 2268, 17816, 10234, 62, 8697, 47, 62, 23678, 62, 25294, 62, 2538, 18697, 20520, 796, 705, 18, 6, 198, 198, 6738, 41927, 292, 13, 27530, 1330, 3440, 62, 19849, 198 ]
2.738562
153
#!/usr/bin/env python3 # -*- coding: utf-8 -*- import cv2 import imageio from kivy.app import App from kivy.clock import Clock from kivy.config import Config from kivy.core.window import Window from kivy.lang import Builder from kivy.uix.boxlayout import BoxLayout from kivy.uix.button import Button from kivy.uix.dropdown import DropDown from kivy.uix.gridlayout import GridLayout from kivy.uix.label import Label from kivy.uix.popup import Popup from neodroidvision import PROJECT_APP_PATH __author__ = "Christian Heider Nielsen" __doc__ = "" Config.set("graphics", "resizable", 0) Window.size = (600, 600) Window.clearcolor = (0.9, 0.9, 0.9, 1) class VideoStreamApp(App): """ VideoStreamApp """ layout_kv = f""" MainLayout: BoxLayout: orientation: 'vertical' padding: root.width * 0.05, root.height * .05 spacing: '5dp' BoxLayout: size_hint: [1,.85] Image: id: image_source source: '{MainLayout._frame_name}' BoxLayout: size_hint: [1,.15] GridLayout: cols: 3 spacing: '10dp' Button: id: status text:'Start' bold: True background_normal: '' background_color: (0.82, 0.82, 0.82, 1.0) on_press: root.start() Button: text: 'Setting' bold: True background_normal: '' background_color: (0.82, 0.82, 0.82, 1.0) on_press: root.settings() Button: text: 'Close' bold: True background_normal: '' background_color: (0.82, 0.82, 0.82, 1.0) on_press: root.close() """ if __name__ == "__main__": main()
[ 2, 48443, 14629, 14, 8800, 14, 24330, 21015, 18, 198, 2, 532, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12, 198, 11748, 269, 85, 17, 198, 11748, 2939, 952, 198, 6738, 479, 452, 88, 13, 1324, 1330, 2034, 198, 6738, 479, 452, 88, 13, 15750, 1330, 21328, 198, 6738, 479, 452, 88, 13, 11250, 1330, 17056, 198, 6738, 479, 452, 88, 13, 7295, 13, 17497, 1330, 26580, 198, 6738, 479, 452, 88, 13, 17204, 1330, 35869, 198, 6738, 479, 452, 88, 13, 84, 844, 13, 3524, 39786, 1330, 8315, 32517, 198, 6738, 479, 452, 88, 13, 84, 844, 13, 16539, 1330, 20969, 198, 6738, 479, 452, 88, 13, 84, 844, 13, 14781, 2902, 1330, 14258, 8048, 198, 6738, 479, 452, 88, 13, 84, 844, 13, 25928, 39786, 1330, 24846, 32517, 198, 6738, 479, 452, 88, 13, 84, 844, 13, 18242, 1330, 36052, 198, 6738, 479, 452, 88, 13, 84, 844, 13, 12924, 929, 1330, 8099, 929, 198, 198, 6738, 497, 375, 3882, 10178, 1330, 21965, 23680, 62, 24805, 62, 34219, 198, 198, 834, 9800, 834, 796, 366, 20298, 679, 1304, 31154, 1, 198, 834, 15390, 834, 796, 13538, 198, 198, 16934, 13, 2617, 7203, 70, 11549, 1600, 366, 411, 13821, 1600, 657, 8, 198, 198, 27703, 13, 7857, 796, 357, 8054, 11, 10053, 8, 198, 27703, 13, 20063, 8043, 796, 357, 15, 13, 24, 11, 657, 13, 24, 11, 657, 13, 24, 11, 352, 8, 628, 198, 198, 4871, 7623, 12124, 4677, 7, 4677, 2599, 198, 220, 220, 220, 37227, 198, 10798, 12124, 4677, 198, 37811, 628, 220, 220, 220, 12461, 62, 74, 85, 796, 277, 37811, 198, 13383, 32517, 25, 198, 220, 8315, 32517, 25, 198, 220, 220, 220, 12852, 25, 705, 1851, 605, 6, 198, 220, 220, 220, 24511, 25, 6808, 13, 10394, 1635, 657, 13, 2713, 11, 6808, 13, 17015, 1635, 764, 2713, 198, 220, 220, 220, 31050, 25, 705, 20, 26059, 6, 198, 220, 220, 220, 8315, 32517, 25, 198, 220, 220, 220, 220, 220, 2546, 62, 71, 600, 25, 685, 16, 38508, 5332, 60, 198, 220, 220, 220, 220, 220, 7412, 25, 198, 220, 220, 220, 220, 220, 220, 220, 4686, 25, 2939, 62, 10459, 198, 220, 220, 220, 220, 220, 220, 220, 2723, 25, 705, 90, 13383, 32517, 13557, 14535, 62, 3672, 92, 6, 198, 220, 220, 220, 8315, 32517, 25, 198, 220, 220, 220, 220, 220, 2546, 62, 71, 600, 25, 685, 16, 38508, 1314, 60, 198, 220, 220, 220, 220, 220, 24846, 32517, 25, 198, 220, 220, 220, 220, 220, 220, 220, 951, 82, 25, 513, 198, 220, 220, 220, 220, 220, 220, 220, 31050, 25, 705, 940, 26059, 6, 198, 220, 220, 220, 220, 220, 220, 220, 20969, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4686, 25, 3722, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2420, 32105, 10434, 6, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 10758, 25, 6407, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4469, 62, 11265, 25, 10148, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4469, 62, 8043, 25, 357, 15, 13, 6469, 11, 657, 13, 6469, 11, 657, 13, 6469, 11, 352, 13, 15, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 319, 62, 8439, 25, 6808, 13, 9688, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 20969, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2420, 25, 705, 34149, 6, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 10758, 25, 6407, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4469, 62, 11265, 25, 10148, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4469, 62, 8043, 25, 357, 15, 13, 6469, 11, 657, 13, 6469, 11, 657, 13, 6469, 11, 352, 13, 15, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 319, 62, 8439, 25, 6808, 13, 33692, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 20969, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2420, 25, 705, 26125, 6, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 10758, 25, 6407, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4469, 62, 11265, 25, 10148, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4469, 62, 8043, 25, 357, 15, 13, 6469, 11, 657, 13, 6469, 11, 657, 13, 6469, 11, 352, 13, 15, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 319, 62, 8439, 25, 6808, 13, 19836, 3419, 198, 220, 37227, 628, 198, 198, 361, 11593, 3672, 834, 6624, 366, 834, 12417, 834, 1298, 628, 220, 220, 220, 1388, 3419, 198 ]
2.147059
782
__author__ = 'mangalbhaskar' __version__ = '1.0' """ ## Description: # -------------------------------------------------------- # Annotation Parser Interface for Annotation work flow. # Upload the MS COCO dataset to MongoDB in Annon DB specification # # -------------------------------------------------------- # Copyright (c) 2020 mangalbhaskar # Licensed under [see LICENSE for details] # Written by mangalbhaskar # -------------------------------------------------------- ## Example: # -------------------------------------------------------- ## TODO: # -------------------------------------------------------- ## Future wok: # -------------------------------------------------------- """ import os import sys import json import time import logging this_dir = os.path.dirname(__file__) if this_dir not in sys.path: sys.path.append(this_dir) APP_ROOT_DIR = os.getenv('AI_APP') if APP_ROOT_DIR not in sys.path: sys.path.append(APP_ROOT_DIR) # if BASE_PATH_CFG not in sys.path: # sys.path.append(BASE_PATH_CFG) # this = sys.modules[__name__] from Annon import ANNON import common log = logging.getLogger('__main__.'+__name__) # from pycocotools.coco import COCO # from pycocotools import mask as maskUtils def coco_to_annon(subset, metadata, dataset): """ mutex to transform coco data to annon format """ log.info("-----------------------------") image_dir = metadata['image_dir'] annotation_file = metadata['annotation_file'] ## CLASSINFO categories = { cat['name']: cat for cat in dataset['categories'] } catid_lblid_map = { str(cat['id']):cat['name'] for cat in dataset['categories'] } log.info("categories: {}".format(categories)) cats = list(categories.keys()) cats.sort() log.info("cats: {}".format(cats)) for i, cat in enumerate(cats): category = categories[cat] category['coco_id'] = category['id'] category['lbl_id'] = category['name'] category['source'] = 'coco' metadata['catid_lblid_map'] = catid_lblid_map ## IMAGES ## instances, 2014 => ['license', 'file_name', 'coco_url', 'height', 'width', 'date_captured', 'flickr_url', 'id'] images = dataset['images'] for i, image in enumerate(images): if i==0: log.info("image.keys(): {}".format(image.keys())) uuid_img = common.createUUID('img') image['img_id'] = image['id'] image['filename'] = image['file_name'] image['subset'] = subset image['file_attributes'] = { 'id': image['id'] ,'uuid': uuid_img } image['size'] = 0 image['modified_on'] = None image['base_dir'] = None image['dir'] = None image['file_id'] = None image['filepath'] = None image['rel_filename'] = None ## ANNOTATIONS ## instances, 2014 => ['segmentation', 'area', 'iscrowd', 'image_id', 'bbox', 'category_id', 'id'] annotations = dataset['annotations'] boxmode = 'XYWH_ABS' for i, annotation in enumerate(annotations): if i==0: log.info("annotation.keys(): {}".format(annotation.keys())) log.info("annotation.keys(): {}".format(annotation.keys())) uuid_ant = common.createUUID('ant') annotation['ant_id'] = annotation['id'] annotation['img_id'] = annotation['image_id'] annotation['lbl_id'] = annotation['category_id'] ## crucial mapping annotation['lbl_id'] = catid_lblid_map[str(annotation['category_id'])] ## BoxMode.XYWH_ABS _bbox = { "ymin": annotation['bbox'][1], "xmin": annotation['bbox'][0], "ymax": None, "xmax": None, "width": annotation['bbox'][2], "height": annotation['bbox'][3] } annotation['annon_index'] = -1 annotation['annotation_rel_date'] = None annotation['annotation_tool'] = 'coco' annotation['annotator_id'] = 'coco' # annotation['ant_type'] = 'bbox' # annotation['ant_type'] = 'polygon' annotation['filename'] = annotation['id'] annotation['subset'] = subset annotation['modified_on'] = None annotation['maskarea'] = -1 annotation['_bbox'] = _bbox annotation['boxmode'] = boxmode annotation['bboxarea'] = annotation['area'] annotation['region_attributes'] = { 'id': annotation['id'] ,'uuid': uuid_ant ,'iscrowd': annotation['iscrowd'] } annotation['dir'] = None annotation['file_id'] = annotation['image_id'] annotation['filepath'] = None annotation['rel_filename'] = annotation_file annotation['image_name'] = None annotation['image_dir'] = image_dir annotation['file_attributes'] = {} def prepare_datasets(cfg, args, datacfg): """Loads the coco json annotation file Refer: pycocotools/coco.py Mandatory arguments: args.from_path => directory name where annotations directory contains all the annotation json files args.task => None, panoptic args.subset => test, train, val, minival, valminusminival args.year => year of publication args.from_path should be: "/aimldl-dat/data-public/ms-coco-1/annotations" /aimldl-dat/data-public/ms-coco-1/annotations ├── all-datasets │   ├── 2014 │   └── 2017 ├── annotations │ ├── captions_train2014.json │ ├── captions_train2017.json │ ├── captions_val2014.json │ ├── captions_val2017.json │ ├── coco_viz.py │ ├── image_info_test2014.json │ ├── instances_minival2014.json │ ├── instances_train2014.json │ ├── instances_train2017.json │ ├── instances_val2014.json │ ├── instances_val2017.json │ ├── instances_valminusminival2014.json │ ├── panoptic_instances_val2017.json │ ├── panoptic_train2017.json │ ├── panoptic_val2017.json │ ├── person_keypoints_train2014.json │ ├── person_keypoints_train2017.json │ ├── person_keypoints_val2014.json │ ├── person_keypoints_val2017.json │ ├── stuff_train2017.json │ └── stuff_val2017.json ├── cocostuff │   └── models │   └── deeplab │   ├── cocostuff │   │   ├── config │   │   │   ├── deeplabv2_resnet101 │   │   │   └── deeplabv2_vgg16 │   │   ├── data │   │   ├── features │   │   ├── list │   │   ├── log │   │   └── model │   │   └── deeplabv2_vgg16 │   └── deeplab-v2 ├── instances_valminusminival2014.json ├── panoptic_train2017 ├── panoptic_val2017 ├── stuffthingmaps_trainval2017 │   ├── train2017 │   └── val2017 ├── test2014 ├── tfrecord ├── train2014 ├── train2017 ├── val2014 └── val2017 """ log.info("-----------------------------") if not args.from_path: raise Exception("--{} not defined".format('from')) if not args.task: raise Exception("--{} not defined".format('task')) if not args.year: raise Exception("--{} not defined".format('year')) from_path = args.from_path if not os.path.exists(from_path) and os.path.isfile(from_path): raise Exception('--from needs to be directory path') task = args.task year = args.year ## TODO: as user input splits = ['train','val'] # splits = ['train'] aids = {} stats = {} total_stats = { 'total_images':0 ,'total_annotations':0 ,'total_labels':0 } datacfg['id'] = 'coco' datacfg['name'] = 'coco' datacfg['problem_id'] = 'coco' datacfg['annon_type'] = 'coco' datacfg['splits'] = splits datacfg['classinfo'] = [] for i, subset in enumerate(splits): log.info("subset: {}".format(subset)) total_images = 0 total_annotations = 0 total_labels = 0 if subset not in aids: aids[subset] = { 'IMAGES':None ,'ANNOTATIONS': None ,'STATS':None } dataset, metadata = load_coco_data(from_path, task, subset, year) coco_to_annon(subset, metadata, dataset) annon = ANNON(datacfg=datacfg, subset=subset, images_data=dataset['images'], annotations_data=dataset['annotations'], classinfo=dataset['categories']) annon_stats = annon.getStats() annon_stats['metadata'] = metadata annon_stats['colors'] = None lbl_ids = annon.getCatIds() catIds = annon.getCatIds(catIds=lbl_ids) imgIds = annon.getImgIds(catIds=lbl_ids) annIds = annon.getAnnIds(imgIds=imgIds, catIds=lbl_ids) classinfo_split = annon.loadCats(ids=lbl_ids) # log.info("lbl_ids: {}".format(lbl_ids)) # log.info("catIds: {}".format(catIds)) # log.info("imgIds: {}".format(imgIds)) # log.info("annIds: {}".format(annIds)) # log.info("classinfo_split: {}".format(classinfo_split)) aids[subset]['IMAGES'] = annon.loadImgs(ids=imgIds) aids[subset]['ANNOTATIONS'] = annon.loadAnns(ids=annIds) ## classinfo / categories should be unique names for all the splits taken together ## and should not to be differentiated splitwise - the differences should be captured in the per split stats classinfo = list({v['lbl_id']:v for v in classinfo_split}.values()) datacfg['classinfo'] += classinfo ## Calculation for total_labels is incorrect because it does not take care of common labels amoung subsets total_labels += len(classinfo) total_annotations += len(annIds) total_images += len(imgIds) ## update total stats object total_stats['total_labels'] += total_labels total_stats['total_annotations'] += total_annotations total_stats['total_images'] += total_images ## update stats object annon_stats['labels'] = catIds.copy() annon_stats['classinfo'] = classinfo.copy() if subset not in stats: stats[subset] = annon_stats aids[subset]['STATS'] = [stats[subset]] # log.info("stats: {}".format(stats)) # log.info("aids: {}".format(aids)) datacfg['stats'] = stats datacfg['summary'] = total_stats return aids, datacfg
[ 834, 9800, 834, 796, 705, 76, 648, 282, 34369, 2093, 283, 6, 198, 834, 9641, 834, 796, 705, 16, 13, 15, 6, 198, 37811, 198, 2235, 12489, 25, 198, 2, 20368, 22369, 198, 2, 1052, 38983, 23042, 263, 26491, 329, 1052, 38983, 670, 5202, 13, 198, 2, 36803, 262, 6579, 327, 4503, 46, 27039, 284, 42591, 11012, 287, 5506, 261, 20137, 20855, 198, 2, 198, 2, 20368, 22369, 198, 2, 15069, 357, 66, 8, 12131, 582, 13528, 34369, 2093, 283, 198, 2, 49962, 739, 685, 3826, 38559, 24290, 329, 3307, 60, 198, 2, 22503, 416, 582, 13528, 34369, 2093, 283, 198, 2, 20368, 22369, 198, 2235, 17934, 25, 198, 2, 20368, 22369, 198, 198, 2235, 16926, 46, 25, 198, 2, 20368, 22369, 198, 198, 2235, 10898, 266, 482, 25, 198, 2, 20368, 22369, 198, 198, 37811, 198, 198, 11748, 28686, 198, 11748, 25064, 198, 198, 11748, 33918, 198, 11748, 640, 198, 198, 11748, 18931, 198, 198, 5661, 62, 15908, 796, 28686, 13, 6978, 13, 15908, 3672, 7, 834, 7753, 834, 8, 198, 361, 428, 62, 15908, 407, 287, 25064, 13, 6978, 25, 198, 220, 25064, 13, 6978, 13, 33295, 7, 5661, 62, 15908, 8, 198, 198, 24805, 62, 13252, 2394, 62, 34720, 796, 28686, 13, 1136, 24330, 10786, 20185, 62, 24805, 11537, 198, 361, 43504, 62, 13252, 2394, 62, 34720, 407, 287, 25064, 13, 6978, 25, 198, 220, 25064, 13, 6978, 13, 33295, 7, 24805, 62, 13252, 2394, 62, 34720, 8, 198, 198, 2, 611, 49688, 62, 34219, 62, 22495, 38, 407, 287, 25064, 13, 6978, 25, 198, 2, 220, 220, 25064, 13, 6978, 13, 33295, 7, 33, 11159, 62, 34219, 62, 22495, 38, 8, 198, 198, 2, 428, 796, 25064, 13, 18170, 58, 834, 3672, 834, 60, 198, 198, 6738, 5506, 261, 1330, 40126, 1340, 198, 11748, 2219, 198, 198, 6404, 796, 18931, 13, 1136, 11187, 1362, 10786, 834, 12417, 834, 2637, 10, 834, 3672, 834, 8, 198, 198, 2, 422, 12972, 66, 420, 313, 10141, 13, 66, 25634, 1330, 327, 4503, 46, 198, 2, 422, 12972, 66, 420, 313, 10141, 1330, 9335, 355, 9335, 18274, 4487, 628, 198, 4299, 8954, 78, 62, 1462, 62, 8825, 7, 7266, 2617, 11, 20150, 11, 27039, 2599, 198, 220, 37227, 198, 220, 4517, 1069, 284, 6121, 8954, 78, 1366, 284, 1529, 261, 5794, 198, 220, 37227, 198, 220, 2604, 13, 10951, 7203, 1783, 32501, 4943, 198, 220, 2939, 62, 15908, 796, 20150, 17816, 9060, 62, 15908, 20520, 198, 220, 23025, 62, 7753, 796, 20150, 17816, 1236, 14221, 62, 7753, 20520, 628, 220, 22492, 42715, 10778, 198, 220, 9376, 796, 1391, 3797, 17816, 3672, 6, 5974, 3797, 329, 3797, 287, 27039, 17816, 66, 26129, 20520, 1782, 198, 220, 3797, 312, 62, 75, 2436, 312, 62, 8899, 796, 1391, 965, 7, 9246, 17816, 312, 20520, 2599, 9246, 17816, 3672, 20520, 329, 3797, 287, 27039, 17816, 66, 26129, 20520, 1782, 628, 220, 2604, 13, 10951, 7203, 66, 26129, 25, 23884, 1911, 18982, 7, 66, 26129, 4008, 198, 220, 11875, 796, 1351, 7, 66, 26129, 13, 13083, 28955, 198, 220, 11875, 13, 30619, 3419, 198, 220, 2604, 13, 10951, 7203, 24619, 25, 23884, 1911, 18982, 7, 24619, 4008, 628, 220, 329, 1312, 11, 3797, 287, 27056, 378, 7, 24619, 2599, 198, 220, 220, 220, 6536, 796, 9376, 58, 9246, 60, 198, 220, 220, 220, 6536, 17816, 66, 25634, 62, 312, 20520, 796, 6536, 17816, 312, 20520, 198, 220, 220, 220, 6536, 17816, 75, 2436, 62, 312, 20520, 796, 6536, 17816, 3672, 20520, 198, 220, 220, 220, 6536, 17816, 10459, 20520, 796, 705, 66, 25634, 6, 628, 220, 20150, 17816, 9246, 312, 62, 75, 2436, 312, 62, 8899, 20520, 796, 3797, 312, 62, 75, 2436, 312, 62, 8899, 628, 220, 22492, 45325, 198, 220, 22492, 10245, 11, 1946, 5218, 37250, 43085, 3256, 705, 7753, 62, 3672, 3256, 705, 66, 25634, 62, 6371, 3256, 705, 17015, 3256, 705, 10394, 3256, 705, 4475, 62, 27144, 1522, 3256, 705, 2704, 18994, 62, 6371, 3256, 705, 312, 20520, 198, 220, 4263, 796, 27039, 17816, 17566, 20520, 198, 220, 329, 1312, 11, 2939, 287, 27056, 378, 7, 17566, 2599, 198, 220, 220, 220, 611, 1312, 855, 15, 25, 198, 220, 220, 220, 220, 220, 2604, 13, 10951, 7203, 9060, 13, 13083, 33529, 23884, 1911, 18982, 7, 9060, 13, 13083, 3419, 4008, 628, 220, 220, 220, 334, 27112, 62, 9600, 796, 2219, 13, 17953, 52, 27586, 10786, 9600, 11537, 198, 220, 220, 220, 2939, 17816, 9600, 62, 312, 20520, 796, 2939, 17816, 312, 20520, 198, 220, 220, 220, 2939, 17816, 34345, 20520, 796, 2939, 17816, 7753, 62, 3672, 20520, 198, 220, 220, 220, 2939, 17816, 7266, 2617, 20520, 796, 24637, 198, 220, 220, 220, 2939, 17816, 7753, 62, 1078, 7657, 20520, 796, 1391, 198, 220, 220, 220, 220, 220, 705, 312, 10354, 2939, 17816, 312, 20520, 198, 220, 220, 220, 220, 220, 837, 6, 12303, 312, 10354, 334, 27112, 62, 9600, 198, 220, 220, 220, 1782, 198, 220, 220, 220, 2939, 17816, 7857, 20520, 796, 657, 198, 220, 220, 220, 2939, 17816, 41771, 62, 261, 20520, 796, 6045, 198, 220, 220, 220, 2939, 17816, 8692, 62, 15908, 20520, 796, 6045, 198, 220, 220, 220, 2939, 17816, 15908, 20520, 796, 6045, 198, 220, 220, 220, 2939, 17816, 7753, 62, 312, 20520, 796, 6045, 198, 220, 220, 220, 2939, 17816, 7753, 6978, 20520, 796, 6045, 198, 220, 220, 220, 2939, 17816, 2411, 62, 34345, 20520, 796, 6045, 628, 220, 22492, 3537, 11929, 18421, 198, 220, 22492, 10245, 11, 1946, 5218, 37250, 325, 5154, 341, 3256, 705, 20337, 3256, 705, 2304, 3986, 3256, 705, 9060, 62, 312, 3256, 705, 65, 3524, 3256, 705, 22872, 62, 312, 3256, 705, 312, 20520, 198, 220, 37647, 796, 27039, 17816, 34574, 602, 20520, 198, 220, 3091, 14171, 796, 705, 34278, 12418, 62, 32, 4462, 6, 198, 220, 329, 1312, 11, 23025, 287, 27056, 378, 7, 34574, 602, 2599, 198, 220, 220, 220, 611, 1312, 855, 15, 25, 198, 220, 220, 220, 220, 220, 2604, 13, 10951, 7203, 1236, 14221, 13, 13083, 33529, 23884, 1911, 18982, 7, 1236, 14221, 13, 13083, 3419, 4008, 198, 220, 220, 220, 220, 220, 2604, 13, 10951, 7203, 1236, 14221, 13, 13083, 33529, 23884, 1911, 18982, 7, 1236, 14221, 13, 13083, 3419, 4008, 628, 220, 220, 220, 334, 27112, 62, 415, 796, 2219, 13, 17953, 52, 27586, 10786, 415, 11537, 198, 220, 220, 220, 23025, 17816, 415, 62, 312, 20520, 796, 23025, 17816, 312, 20520, 198, 220, 220, 220, 23025, 17816, 9600, 62, 312, 20520, 796, 23025, 17816, 9060, 62, 312, 20520, 198, 220, 220, 220, 23025, 17816, 75, 2436, 62, 312, 20520, 796, 23025, 17816, 22872, 62, 312, 20520, 198, 220, 220, 220, 22492, 8780, 16855, 198, 220, 220, 220, 23025, 17816, 75, 2436, 62, 312, 20520, 796, 3797, 312, 62, 75, 2436, 312, 62, 8899, 58, 2536, 7, 1236, 14221, 17816, 22872, 62, 312, 6, 12962, 60, 628, 220, 220, 220, 22492, 8315, 19076, 13, 34278, 12418, 62, 32, 4462, 198, 220, 220, 220, 4808, 65, 3524, 796, 1391, 198, 220, 220, 220, 220, 220, 366, 88, 1084, 1298, 23025, 17816, 65, 3524, 6, 7131, 16, 4357, 198, 220, 220, 220, 220, 220, 366, 87, 1084, 1298, 23025, 17816, 65, 3524, 6, 7131, 15, 4357, 198, 220, 220, 220, 220, 220, 366, 4948, 897, 1298, 6045, 11, 198, 220, 220, 220, 220, 220, 366, 87, 9806, 1298, 6045, 11, 198, 220, 220, 220, 220, 220, 366, 10394, 1298, 23025, 17816, 65, 3524, 6, 7131, 17, 4357, 198, 220, 220, 220, 220, 220, 366, 17015, 1298, 23025, 17816, 65, 3524, 6, 7131, 18, 60, 198, 220, 220, 220, 1782, 198, 220, 220, 220, 23025, 17816, 8825, 62, 9630, 20520, 796, 532, 16, 198, 220, 220, 220, 23025, 17816, 1236, 14221, 62, 2411, 62, 4475, 20520, 796, 6045, 198, 220, 220, 220, 23025, 17816, 1236, 14221, 62, 25981, 20520, 796, 705, 66, 25634, 6, 198, 220, 220, 220, 23025, 17816, 34574, 1352, 62, 312, 20520, 796, 705, 66, 25634, 6, 198, 220, 220, 220, 1303, 23025, 17816, 415, 62, 4906, 20520, 796, 705, 65, 3524, 6, 198, 220, 220, 220, 1303, 23025, 17816, 415, 62, 4906, 20520, 796, 705, 35428, 14520, 6, 198, 220, 220, 220, 23025, 17816, 34345, 20520, 796, 23025, 17816, 312, 20520, 198, 220, 220, 220, 23025, 17816, 7266, 2617, 20520, 796, 24637, 198, 220, 220, 220, 23025, 17816, 41771, 62, 261, 20520, 796, 6045, 198, 220, 220, 220, 23025, 17816, 27932, 20337, 20520, 796, 532, 16, 198, 220, 220, 220, 23025, 17816, 62, 65, 3524, 20520, 796, 4808, 65, 3524, 198, 220, 220, 220, 23025, 17816, 3524, 14171, 20520, 796, 3091, 14171, 198, 220, 220, 220, 23025, 17816, 65, 3524, 20337, 20520, 796, 23025, 17816, 20337, 20520, 198, 220, 220, 220, 23025, 17816, 36996, 62, 1078, 7657, 20520, 796, 1391, 198, 220, 220, 220, 220, 220, 705, 312, 10354, 23025, 17816, 312, 20520, 198, 220, 220, 220, 220, 220, 837, 6, 12303, 312, 10354, 334, 27112, 62, 415, 198, 220, 220, 220, 220, 220, 837, 6, 2304, 3986, 10354, 23025, 17816, 2304, 3986, 20520, 198, 220, 220, 220, 1782, 198, 220, 220, 220, 23025, 17816, 15908, 20520, 796, 6045, 198, 220, 220, 220, 23025, 17816, 7753, 62, 312, 20520, 796, 23025, 17816, 9060, 62, 312, 20520, 198, 220, 220, 220, 23025, 17816, 7753, 6978, 20520, 796, 6045, 198, 220, 220, 220, 23025, 17816, 2411, 62, 34345, 20520, 796, 23025, 62, 7753, 198, 220, 220, 220, 23025, 17816, 9060, 62, 3672, 20520, 796, 6045, 198, 220, 220, 220, 23025, 17816, 9060, 62, 15908, 20520, 796, 2939, 62, 15908, 198, 220, 220, 220, 23025, 17816, 7753, 62, 1078, 7657, 20520, 796, 23884, 628, 628, 198, 4299, 8335, 62, 19608, 292, 1039, 7, 37581, 11, 26498, 11, 4818, 330, 40616, 2599, 198, 220, 37227, 8912, 82, 262, 8954, 78, 33918, 23025, 2393, 198, 220, 33973, 25, 12972, 66, 420, 313, 10141, 14, 66, 25634, 13, 9078, 628, 220, 47018, 7159, 25, 198, 220, 26498, 13, 6738, 62, 6978, 5218, 8619, 1438, 810, 37647, 8619, 4909, 477, 262, 23025, 33918, 3696, 198, 220, 26498, 13, 35943, 5218, 6045, 11, 3425, 8738, 291, 198, 220, 26498, 13, 7266, 2617, 5218, 1332, 11, 4512, 11, 1188, 11, 949, 2473, 11, 1188, 40191, 1084, 2473, 198, 220, 26498, 13, 1941, 5218, 614, 286, 9207, 628, 220, 26498, 13, 6738, 62, 6978, 815, 307, 25, 12813, 1385, 335, 75, 12, 19608, 14, 7890, 12, 11377, 14, 907, 12, 66, 25634, 12, 16, 14, 34574, 602, 1, 628, 220, 1220, 1385, 335, 75, 12, 19608, 14, 7890, 12, 11377, 14, 907, 12, 66, 25634, 12, 16, 14, 34574, 602, 198, 220, 220, 220, 220, 220, 35306, 477, 12, 19608, 292, 1039, 198, 220, 220, 220, 220, 220, 19421, 4603, 35306, 1946, 198, 220, 220, 220, 220, 220, 19421, 4603, 13305, 242, 8418, 2177, 198, 220, 220, 220, 220, 220, 35306, 37647, 198, 220, 220, 220, 220, 220, 19421, 220, 220, 35306, 3144, 507, 62, 27432, 4967, 13, 17752, 198, 220, 220, 220, 220, 220, 19421, 220, 220, 35306, 3144, 507, 62, 27432, 5539, 13, 17752, 198, 220, 220, 220, 220, 220, 19421, 220, 220, 35306, 3144, 507, 62, 2100, 4967, 13, 17752, 198, 220, 220, 220, 220, 220, 19421, 220, 220, 35306, 3144, 507, 62, 2100, 5539, 13, 17752, 198, 220, 220, 220, 220, 220, 19421, 220, 220, 35306, 8954, 78, 62, 85, 528, 13, 9078, 198, 220, 220, 220, 220, 220, 19421, 220, 220, 35306, 2939, 62, 10951, 62, 9288, 4967, 13, 17752, 198, 220, 220, 220, 220, 220, 19421, 220, 220, 35306, 10245, 62, 1084, 2473, 4967, 13, 17752, 198, 220, 220, 220, 220, 220, 19421, 220, 220, 35306, 10245, 62, 27432, 4967, 13, 17752, 198, 220, 220, 220, 220, 220, 19421, 220, 220, 35306, 10245, 62, 27432, 5539, 13, 17752, 198, 220, 220, 220, 220, 220, 19421, 220, 220, 35306, 10245, 62, 2100, 4967, 13, 17752, 198, 220, 220, 220, 220, 220, 19421, 220, 220, 35306, 10245, 62, 2100, 5539, 13, 17752, 198, 220, 220, 220, 220, 220, 19421, 220, 220, 35306, 10245, 62, 2100, 40191, 1084, 2473, 4967, 13, 17752, 198, 220, 220, 220, 220, 220, 19421, 220, 220, 35306, 3425, 8738, 291, 62, 8625, 1817, 62, 2100, 5539, 13, 17752, 198, 220, 220, 220, 220, 220, 19421, 220, 220, 35306, 3425, 8738, 291, 62, 27432, 5539, 13, 17752, 198, 220, 220, 220, 220, 220, 19421, 220, 220, 35306, 3425, 8738, 291, 62, 2100, 5539, 13, 17752, 198, 220, 220, 220, 220, 220, 19421, 220, 220, 35306, 1048, 62, 2539, 13033, 62, 27432, 4967, 13, 17752, 198, 220, 220, 220, 220, 220, 19421, 220, 220, 35306, 1048, 62, 2539, 13033, 62, 27432, 5539, 13, 17752, 198, 220, 220, 220, 220, 220, 19421, 220, 220, 35306, 1048, 62, 2539, 13033, 62, 2100, 4967, 13, 17752, 198, 220, 220, 220, 220, 220, 19421, 220, 220, 35306, 1048, 62, 2539, 13033, 62, 2100, 5539, 13, 17752, 198, 220, 220, 220, 220, 220, 19421, 220, 220, 35306, 3404, 62, 27432, 5539, 13, 17752, 198, 220, 220, 220, 220, 220, 19421, 220, 220, 13305, 242, 8418, 3404, 62, 2100, 5539, 13, 17752, 198, 220, 220, 220, 220, 220, 35306, 8954, 455, 1648, 198, 220, 220, 220, 220, 220, 19421, 4603, 13305, 242, 8418, 4981, 198, 220, 220, 220, 220, 220, 19421, 4603, 220, 220, 220, 220, 13305, 242, 8418, 390, 68, 489, 397, 198, 220, 220, 220, 220, 220, 19421, 4603, 220, 220, 220, 220, 220, 220, 220, 220, 35306, 8954, 455, 1648, 198, 220, 220, 220, 220, 220, 19421, 4603, 220, 220, 220, 220, 220, 220, 220, 220, 19421, 4603, 35306, 4566, 198, 220, 220, 220, 220, 220, 19421, 4603, 220, 220, 220, 220, 220, 220, 220, 220, 19421, 4603, 19421, 4603, 35306, 390, 68, 489, 397, 85, 17, 62, 411, 3262, 8784, 198, 220, 220, 220, 220, 220, 19421, 4603, 220, 220, 220, 220, 220, 220, 220, 220, 19421, 4603, 19421, 4603, 13305, 242, 8418, 390, 68, 489, 397, 85, 17, 62, 85, 1130, 1433, 198, 220, 220, 220, 220, 220, 19421, 4603, 220, 220, 220, 220, 220, 220, 220, 220, 19421, 4603, 35306, 1366, 198, 220, 220, 220, 220, 220, 19421, 4603, 220, 220, 220, 220, 220, 220, 220, 220, 19421, 4603, 35306, 3033, 198, 220, 220, 220, 220, 220, 19421, 4603, 220, 220, 220, 220, 220, 220, 220, 220, 19421, 4603, 35306, 1351, 198, 220, 220, 220, 220, 220, 19421, 4603, 220, 220, 220, 220, 220, 220, 220, 220, 19421, 4603, 35306, 2604, 198, 220, 220, 220, 220, 220, 19421, 4603, 220, 220, 220, 220, 220, 220, 220, 220, 19421, 4603, 13305, 242, 8418, 2746, 198, 220, 220, 220, 220, 220, 19421, 4603, 220, 220, 220, 220, 220, 220, 220, 220, 19421, 4603, 220, 220, 220, 220, 13305, 242, 8418, 390, 68, 489, 397, 85, 17, 62, 85, 1130, 1433, 198, 220, 220, 220, 220, 220, 19421, 4603, 220, 220, 220, 220, 220, 220, 220, 220, 13305, 242, 8418, 390, 68, 489, 397, 12, 85, 17, 198, 220, 220, 220, 220, 220, 35306, 10245, 62, 2100, 40191, 1084, 2473, 4967, 13, 17752, 198, 220, 220, 220, 220, 220, 35306, 3425, 8738, 291, 62, 27432, 5539, 198, 220, 220, 220, 220, 220, 35306, 3425, 8738, 291, 62, 2100, 5539, 198, 220, 220, 220, 220, 220, 35306, 3404, 1197, 31803, 62, 27432, 2100, 5539, 198, 220, 220, 220, 220, 220, 19421, 4603, 35306, 4512, 5539, 198, 220, 220, 220, 220, 220, 19421, 4603, 13305, 242, 8418, 1188, 5539, 198, 220, 220, 220, 220, 220, 35306, 1332, 4967, 198, 220, 220, 220, 220, 220, 35306, 48700, 22105, 198, 220, 220, 220, 220, 220, 35306, 4512, 4967, 198, 220, 220, 220, 220, 220, 35306, 4512, 5539, 198, 220, 220, 220, 220, 220, 35306, 1188, 4967, 198, 220, 220, 220, 220, 220, 13305, 242, 8418, 1188, 5539, 198, 220, 37227, 198, 220, 2604, 13, 10951, 7203, 1783, 32501, 4943, 628, 220, 611, 407, 26498, 13, 6738, 62, 6978, 25, 198, 220, 220, 220, 5298, 35528, 7203, 438, 90, 92, 407, 5447, 1911, 18982, 10786, 6738, 6, 4008, 198, 220, 611, 407, 26498, 13, 35943, 25, 198, 220, 220, 220, 5298, 35528, 7203, 438, 90, 92, 407, 5447, 1911, 18982, 10786, 35943, 6, 4008, 198, 220, 611, 407, 26498, 13, 1941, 25, 198, 220, 220, 220, 5298, 35528, 7203, 438, 90, 92, 407, 5447, 1911, 18982, 10786, 1941, 6, 4008, 198, 220, 422, 62, 6978, 796, 26498, 13, 6738, 62, 6978, 198, 220, 611, 407, 28686, 13, 6978, 13, 1069, 1023, 7, 6738, 62, 6978, 8, 290, 28686, 13, 6978, 13, 4468, 576, 7, 6738, 62, 6978, 2599, 198, 220, 220, 220, 220, 220, 5298, 35528, 10786, 438, 6738, 2476, 284, 307, 8619, 3108, 11537, 628, 220, 4876, 796, 26498, 13, 35943, 198, 220, 614, 796, 26498, 13, 1941, 628, 220, 22492, 16926, 46, 25, 355, 2836, 5128, 198, 220, 30778, 796, 37250, 27432, 41707, 2100, 20520, 198, 220, 1303, 30778, 796, 37250, 27432, 20520, 198, 220, 31378, 796, 23884, 198, 220, 9756, 796, 23884, 198, 220, 2472, 62, 34242, 796, 1391, 198, 220, 220, 220, 705, 23350, 62, 17566, 10354, 15, 198, 220, 220, 220, 837, 6, 23350, 62, 34574, 602, 10354, 15, 198, 220, 220, 220, 837, 6, 23350, 62, 23912, 1424, 10354, 15, 198, 220, 1782, 628, 220, 4818, 330, 40616, 17816, 312, 20520, 796, 705, 66, 25634, 6, 198, 220, 4818, 330, 40616, 17816, 3672, 20520, 796, 705, 66, 25634, 6, 198, 220, 4818, 330, 40616, 17816, 45573, 62, 312, 20520, 796, 705, 66, 25634, 6, 198, 220, 4818, 330, 40616, 17816, 8825, 62, 4906, 20520, 796, 705, 66, 25634, 6, 198, 220, 4818, 330, 40616, 17816, 22018, 896, 20520, 796, 30778, 198, 220, 4818, 330, 40616, 17816, 4871, 10951, 20520, 796, 17635, 628, 220, 329, 1312, 11, 24637, 287, 27056, 378, 7, 22018, 896, 2599, 198, 220, 220, 220, 2604, 13, 10951, 7203, 7266, 2617, 25, 23884, 1911, 18982, 7, 7266, 2617, 4008, 198, 220, 220, 220, 2472, 62, 17566, 796, 657, 198, 220, 220, 220, 2472, 62, 34574, 602, 796, 657, 198, 220, 220, 220, 2472, 62, 23912, 1424, 796, 657, 628, 220, 220, 220, 611, 24637, 407, 287, 31378, 25, 198, 220, 220, 220, 220, 220, 31378, 58, 7266, 2617, 60, 796, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 705, 3955, 25552, 10354, 14202, 198, 220, 220, 220, 220, 220, 220, 220, 837, 6, 1565, 11929, 18421, 10354, 6045, 198, 220, 220, 220, 220, 220, 220, 220, 837, 6, 2257, 33586, 10354, 14202, 198, 220, 220, 220, 220, 220, 1782, 628, 220, 220, 220, 27039, 11, 20150, 796, 3440, 62, 66, 25634, 62, 7890, 7, 6738, 62, 6978, 11, 4876, 11, 24637, 11, 614, 8, 198, 220, 220, 220, 8954, 78, 62, 1462, 62, 8825, 7, 7266, 2617, 11, 20150, 11, 27039, 8, 198, 220, 220, 220, 1529, 261, 796, 40126, 1340, 7, 19608, 330, 40616, 28, 19608, 330, 40616, 11, 24637, 28, 7266, 2617, 11, 4263, 62, 7890, 28, 19608, 292, 316, 17816, 17566, 6, 4357, 37647, 62, 7890, 28, 19608, 292, 316, 17816, 34574, 602, 6, 4357, 1398, 10951, 28, 19608, 292, 316, 17816, 66, 26129, 6, 12962, 628, 220, 220, 220, 1529, 261, 62, 34242, 796, 1529, 261, 13, 1136, 29668, 3419, 198, 220, 220, 220, 1529, 261, 62, 34242, 17816, 38993, 20520, 796, 20150, 198, 220, 220, 220, 1529, 261, 62, 34242, 17816, 4033, 669, 20520, 796, 6045, 628, 220, 220, 220, 300, 2436, 62, 2340, 796, 1529, 261, 13, 1136, 21979, 7390, 82, 3419, 198, 220, 220, 220, 3797, 7390, 82, 796, 1529, 261, 13, 1136, 21979, 7390, 82, 7, 9246, 7390, 82, 28, 75, 2436, 62, 2340, 8, 198, 220, 220, 220, 33705, 7390, 82, 796, 1529, 261, 13, 1136, 3546, 70, 7390, 82, 7, 9246, 7390, 82, 28, 75, 2436, 62, 2340, 8, 198, 220, 220, 220, 1529, 7390, 82, 796, 1529, 261, 13, 1136, 18858, 7390, 82, 7, 9600, 7390, 82, 28, 9600, 7390, 82, 11, 3797, 7390, 82, 28, 75, 2436, 62, 2340, 8, 198, 220, 220, 220, 1398, 10951, 62, 35312, 796, 1529, 261, 13, 2220, 34, 1381, 7, 2340, 28, 75, 2436, 62, 2340, 8, 628, 220, 220, 220, 1303, 2604, 13, 10951, 7203, 75, 2436, 62, 2340, 25, 23884, 1911, 18982, 7, 75, 2436, 62, 2340, 4008, 198, 220, 220, 220, 1303, 2604, 13, 10951, 7203, 9246, 7390, 82, 25, 23884, 1911, 18982, 7, 9246, 7390, 82, 4008, 198, 220, 220, 220, 1303, 2604, 13, 10951, 7203, 9600, 7390, 82, 25, 23884, 1911, 18982, 7, 9600, 7390, 82, 4008, 198, 220, 220, 220, 1303, 2604, 13, 10951, 7203, 1236, 7390, 82, 25, 23884, 1911, 18982, 7, 1236, 7390, 82, 4008, 198, 220, 220, 220, 1303, 2604, 13, 10951, 7203, 4871, 10951, 62, 35312, 25, 23884, 1911, 18982, 7, 4871, 10951, 62, 35312, 4008, 628, 220, 220, 220, 31378, 58, 7266, 2617, 7131, 6, 3955, 25552, 20520, 796, 1529, 261, 13, 2220, 3546, 14542, 7, 2340, 28, 9600, 7390, 82, 8, 198, 220, 220, 220, 31378, 58, 7266, 2617, 7131, 6, 1565, 11929, 18421, 20520, 796, 1529, 261, 13, 2220, 2025, 5907, 7, 2340, 28, 1236, 7390, 82, 8, 628, 220, 220, 220, 22492, 1398, 10951, 1220, 9376, 815, 307, 3748, 3891, 329, 477, 262, 30778, 2077, 1978, 198, 220, 220, 220, 22492, 290, 815, 407, 284, 307, 47543, 6626, 3083, 532, 262, 5400, 815, 307, 7907, 287, 262, 583, 6626, 9756, 198, 220, 220, 220, 1398, 10951, 796, 1351, 15090, 85, 17816, 75, 2436, 62, 312, 6, 5974, 85, 329, 410, 287, 1398, 10951, 62, 35312, 27422, 27160, 28955, 198, 220, 220, 220, 4818, 330, 40616, 17816, 4871, 10951, 20520, 15853, 1398, 10951, 628, 220, 220, 220, 22492, 2199, 14902, 329, 2472, 62, 23912, 1424, 318, 11491, 780, 340, 857, 407, 1011, 1337, 286, 2219, 14722, 716, 280, 782, 6352, 1039, 198, 220, 220, 220, 2472, 62, 23912, 1424, 15853, 18896, 7, 4871, 10951, 8, 198, 220, 220, 220, 2472, 62, 34574, 602, 15853, 18896, 7, 1236, 7390, 82, 8, 198, 220, 220, 220, 2472, 62, 17566, 15853, 18896, 7, 9600, 7390, 82, 8, 628, 220, 220, 220, 22492, 4296, 2472, 9756, 2134, 198, 220, 220, 220, 2472, 62, 34242, 17816, 23350, 62, 23912, 1424, 20520, 15853, 2472, 62, 23912, 1424, 198, 220, 220, 220, 2472, 62, 34242, 17816, 23350, 62, 34574, 602, 20520, 15853, 2472, 62, 34574, 602, 198, 220, 220, 220, 2472, 62, 34242, 17816, 23350, 62, 17566, 20520, 15853, 2472, 62, 17566, 628, 220, 220, 220, 22492, 4296, 9756, 2134, 198, 220, 220, 220, 1529, 261, 62, 34242, 17816, 23912, 1424, 20520, 796, 3797, 7390, 82, 13, 30073, 3419, 198, 220, 220, 220, 1529, 261, 62, 34242, 17816, 4871, 10951, 20520, 796, 1398, 10951, 13, 30073, 3419, 628, 220, 220, 220, 611, 24637, 407, 287, 9756, 25, 198, 220, 220, 220, 220, 220, 9756, 58, 7266, 2617, 60, 796, 1529, 261, 62, 34242, 628, 220, 220, 220, 31378, 58, 7266, 2617, 7131, 6, 2257, 33586, 20520, 796, 685, 34242, 58, 7266, 2617, 11907, 628, 220, 220, 220, 1303, 2604, 13, 10951, 7203, 34242, 25, 23884, 1911, 18982, 7, 34242, 4008, 198, 220, 220, 220, 1303, 2604, 13, 10951, 7203, 1698, 82, 25, 23884, 1911, 18982, 7, 1698, 82, 4008, 628, 220, 4818, 330, 40616, 17816, 34242, 20520, 796, 9756, 198, 220, 4818, 330, 40616, 17816, 49736, 20520, 796, 2472, 62, 34242, 628, 220, 1441, 31378, 11, 4818, 330, 40616, 628, 198 ]
2.557887
3,861
dimensions = int(input()) matrix = read_matrix() alice_row, alice_col = get_alice_coordinates() rabbit_row, rabbit_col = get_rabbit_hole_coordinates() tea_bags = 0 in_wonderland = True while in_wonderland and tea_bags < 10: direction = input() if direction == 'up': if 0 > alice_row - 1: in_wonderland = False elif matrix[alice_row - 1][alice_col] == 'R': matrix[rabbit_row][rabbit_col] = '*' in_wonderland = False else: if matrix[alice_row - 1][alice_col] != '.' and matrix[alice_row - 1][alice_col] != '*': tea_bags += int(matrix[alice_row - 1][alice_col]) matrix[alice_row - 1][alice_col] = 'A' matrix[alice_row][alice_col] = '*' elif direction == 'down': if dimensions == alice_row + 1: in_wonderland = False elif matrix[alice_row + 1][alice_col] == 'R': matrix[rabbit_row][rabbit_col] = '*' in_wonderland = False else: if matrix[alice_row + 1][alice_col] != '.' and matrix[alice_row + 1][alice_col] != '*': tea_bags += int(matrix[alice_row + 1][alice_col]) matrix[alice_row + 1][alice_col] = 'A' matrix[alice_row][alice_col] = '*' elif direction == 'left': if 0 > alice_col - 1: in_wonderland = False elif matrix[alice_row][alice_col - 1] == 'R': matrix[rabbit_row][rabbit_col] = '*' in_wonderland = False else: if matrix[alice_row][alice_col - 1] != '.' and matrix[alice_row][alice_col - 1] != '*': tea_bags += int(matrix[alice_row][alice_col - 1]) matrix[alice_row][alice_col - 1] = 'A' matrix[alice_row][alice_col] = '*' elif direction == 'right': if dimensions == alice_col + 1: in_wonderland = False elif matrix[alice_row][alice_col + 1] == 'R': matrix[rabbit_row][rabbit_col] = '*' in_wonderland = False else: if matrix[alice_row][alice_col + 1] != '.' and matrix[alice_row][alice_col + 1] != '*': tea_bags += int(matrix[alice_row][alice_col + 1]) matrix[alice_row][alice_col + 1] = 'A' matrix[alice_row][alice_col] = '*' if tea_bags >= 10: alice_row, alice_col = get_alice_coordinates() matrix[alice_row][alice_col] = '*' elif in_wonderland: alice_row, alice_col = get_alice_coordinates() if not in_wonderland: print("Alice didn't make it to the tea party.") else: print('She did it! She went to the party.') [print(' '.join(row)) for row in matrix]
[ 628, 198, 198, 27740, 5736, 796, 493, 7, 15414, 28955, 198, 6759, 8609, 796, 1100, 62, 6759, 8609, 3419, 198, 198, 282, 501, 62, 808, 11, 435, 501, 62, 4033, 796, 651, 62, 282, 501, 62, 37652, 17540, 3419, 198, 81, 14229, 62, 808, 11, 22746, 62, 4033, 796, 651, 62, 81, 14229, 62, 13207, 62, 37652, 17540, 3419, 198, 660, 64, 62, 34005, 796, 657, 198, 259, 62, 86, 8623, 1044, 796, 6407, 198, 198, 4514, 287, 62, 86, 8623, 1044, 290, 8887, 62, 34005, 1279, 838, 25, 628, 220, 220, 220, 4571, 796, 5128, 3419, 628, 220, 220, 220, 611, 4571, 6624, 705, 929, 10354, 198, 220, 220, 220, 220, 220, 220, 220, 611, 657, 1875, 435, 501, 62, 808, 532, 352, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 287, 62, 86, 8623, 1044, 796, 10352, 198, 220, 220, 220, 220, 220, 220, 220, 1288, 361, 17593, 58, 282, 501, 62, 808, 532, 352, 7131, 282, 501, 62, 4033, 60, 6624, 705, 49, 10354, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 17593, 58, 81, 14229, 62, 808, 7131, 81, 14229, 62, 4033, 60, 796, 705, 9, 6, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 287, 62, 86, 8623, 1044, 796, 10352, 198, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 17593, 58, 282, 501, 62, 808, 532, 352, 7131, 282, 501, 62, 4033, 60, 14512, 705, 2637, 290, 17593, 58, 282, 501, 62, 808, 532, 352, 7131, 282, 501, 62, 4033, 60, 14512, 705, 9, 10354, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 8887, 62, 34005, 15853, 493, 7, 6759, 8609, 58, 282, 501, 62, 808, 532, 352, 7131, 282, 501, 62, 4033, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 17593, 58, 282, 501, 62, 808, 532, 352, 7131, 282, 501, 62, 4033, 60, 796, 705, 32, 6, 198, 220, 220, 220, 220, 220, 220, 220, 17593, 58, 282, 501, 62, 808, 7131, 282, 501, 62, 4033, 60, 796, 705, 9, 6, 628, 220, 220, 220, 1288, 361, 4571, 6624, 705, 2902, 10354, 198, 220, 220, 220, 220, 220, 220, 220, 611, 15225, 6624, 435, 501, 62, 808, 1343, 352, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 287, 62, 86, 8623, 1044, 796, 10352, 198, 220, 220, 220, 220, 220, 220, 220, 1288, 361, 17593, 58, 282, 501, 62, 808, 1343, 352, 7131, 282, 501, 62, 4033, 60, 6624, 705, 49, 10354, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 17593, 58, 81, 14229, 62, 808, 7131, 81, 14229, 62, 4033, 60, 796, 705, 9, 6, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 287, 62, 86, 8623, 1044, 796, 10352, 198, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 17593, 58, 282, 501, 62, 808, 1343, 352, 7131, 282, 501, 62, 4033, 60, 14512, 705, 2637, 290, 17593, 58, 282, 501, 62, 808, 1343, 352, 7131, 282, 501, 62, 4033, 60, 14512, 705, 9, 10354, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 8887, 62, 34005, 15853, 493, 7, 6759, 8609, 58, 282, 501, 62, 808, 1343, 352, 7131, 282, 501, 62, 4033, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 17593, 58, 282, 501, 62, 808, 1343, 352, 7131, 282, 501, 62, 4033, 60, 796, 705, 32, 6, 198, 220, 220, 220, 220, 220, 220, 220, 17593, 58, 282, 501, 62, 808, 7131, 282, 501, 62, 4033, 60, 796, 705, 9, 6, 628, 220, 220, 220, 1288, 361, 4571, 6624, 705, 9464, 10354, 198, 220, 220, 220, 220, 220, 220, 220, 611, 657, 1875, 435, 501, 62, 4033, 532, 352, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 287, 62, 86, 8623, 1044, 796, 10352, 198, 220, 220, 220, 220, 220, 220, 220, 1288, 361, 17593, 58, 282, 501, 62, 808, 7131, 282, 501, 62, 4033, 532, 352, 60, 6624, 705, 49, 10354, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 17593, 58, 81, 14229, 62, 808, 7131, 81, 14229, 62, 4033, 60, 796, 705, 9, 6, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 287, 62, 86, 8623, 1044, 796, 10352, 198, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 17593, 58, 282, 501, 62, 808, 7131, 282, 501, 62, 4033, 532, 352, 60, 14512, 705, 2637, 290, 17593, 58, 282, 501, 62, 808, 7131, 282, 501, 62, 4033, 532, 352, 60, 14512, 705, 9, 10354, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 8887, 62, 34005, 15853, 493, 7, 6759, 8609, 58, 282, 501, 62, 808, 7131, 282, 501, 62, 4033, 532, 352, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 17593, 58, 282, 501, 62, 808, 7131, 282, 501, 62, 4033, 532, 352, 60, 796, 705, 32, 6, 198, 220, 220, 220, 220, 220, 220, 220, 17593, 58, 282, 501, 62, 808, 7131, 282, 501, 62, 4033, 60, 796, 705, 9, 6, 628, 220, 220, 220, 1288, 361, 4571, 6624, 705, 3506, 10354, 198, 220, 220, 220, 220, 220, 220, 220, 611, 15225, 6624, 435, 501, 62, 4033, 1343, 352, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 287, 62, 86, 8623, 1044, 796, 10352, 198, 220, 220, 220, 220, 220, 220, 220, 1288, 361, 17593, 58, 282, 501, 62, 808, 7131, 282, 501, 62, 4033, 1343, 352, 60, 6624, 705, 49, 10354, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 17593, 58, 81, 14229, 62, 808, 7131, 81, 14229, 62, 4033, 60, 796, 705, 9, 6, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 287, 62, 86, 8623, 1044, 796, 10352, 198, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 17593, 58, 282, 501, 62, 808, 7131, 282, 501, 62, 4033, 1343, 352, 60, 14512, 705, 2637, 290, 17593, 58, 282, 501, 62, 808, 7131, 282, 501, 62, 4033, 1343, 352, 60, 14512, 705, 9, 10354, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 8887, 62, 34005, 15853, 493, 7, 6759, 8609, 58, 282, 501, 62, 808, 7131, 282, 501, 62, 4033, 1343, 352, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 17593, 58, 282, 501, 62, 808, 7131, 282, 501, 62, 4033, 1343, 352, 60, 796, 705, 32, 6, 198, 220, 220, 220, 220, 220, 220, 220, 17593, 58, 282, 501, 62, 808, 7131, 282, 501, 62, 4033, 60, 796, 705, 9, 6, 628, 220, 220, 220, 611, 8887, 62, 34005, 18189, 838, 25, 198, 220, 220, 220, 220, 220, 220, 220, 435, 501, 62, 808, 11, 435, 501, 62, 4033, 796, 651, 62, 282, 501, 62, 37652, 17540, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 17593, 58, 282, 501, 62, 808, 7131, 282, 501, 62, 4033, 60, 796, 705, 9, 6, 198, 220, 220, 220, 1288, 361, 287, 62, 86, 8623, 1044, 25, 198, 220, 220, 220, 220, 220, 220, 220, 435, 501, 62, 808, 11, 435, 501, 62, 4033, 796, 651, 62, 282, 501, 62, 37652, 17540, 3419, 198, 198, 361, 407, 287, 62, 86, 8623, 1044, 25, 198, 220, 220, 220, 3601, 7203, 44484, 1422, 470, 787, 340, 284, 262, 8887, 2151, 19570, 198, 17772, 25, 198, 220, 220, 220, 3601, 10786, 3347, 750, 340, 0, 1375, 1816, 284, 262, 2151, 2637, 8, 198, 58, 4798, 10786, 45302, 22179, 7, 808, 4008, 329, 5752, 287, 17593, 60 ]
1.979213
1,347
<<<<<<< HEAD from sklearn.metrics import confusion_matrix from sklearn.metrics import accuracy_score from sklearn.metrics import average_precision_score from sklearn.metrics import roc_auc_score from sklearn.tree import DecisionTreeClassifier ======= from sklearn.metrics import confusion_matrix from sklearn.metrics import accuracy_score from sklearn.metrics import average_precision_score from sklearn.metrics import roc_auc_score from sklearn.tree import DecisionTreeClassifier >>>>>>> a8eac8957e283fe23b26e99d32eac0ba302a4a04 return "Negative"
[ 16791, 16791, 16791, 27, 39837, 198, 6738, 1341, 35720, 13, 4164, 10466, 1330, 10802, 62, 6759, 8609, 198, 6738, 1341, 35720, 13, 4164, 10466, 1330, 9922, 62, 26675, 198, 6738, 1341, 35720, 13, 4164, 10466, 1330, 2811, 62, 3866, 16005, 62, 26675, 198, 6738, 1341, 35720, 13, 4164, 10466, 1330, 686, 66, 62, 14272, 62, 26675, 198, 6738, 1341, 35720, 13, 21048, 1330, 26423, 27660, 9487, 7483, 198, 1421, 18604, 198, 6738, 1341, 35720, 13, 4164, 10466, 1330, 10802, 62, 6759, 8609, 198, 6738, 1341, 35720, 13, 4164, 10466, 1330, 9922, 62, 26675, 198, 6738, 1341, 35720, 13, 4164, 10466, 1330, 2811, 62, 3866, 16005, 62, 26675, 198, 6738, 1341, 35720, 13, 4164, 10466, 1330, 686, 66, 62, 14272, 62, 26675, 198, 6738, 1341, 35720, 13, 21048, 1330, 26423, 27660, 9487, 7483, 198, 16471, 33409, 257, 23, 68, 330, 4531, 3553, 68, 30290, 5036, 1954, 65, 2075, 68, 2079, 67, 2624, 68, 330, 15, 7012, 22709, 64, 19, 64, 3023, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 366, 32863, 876, 1 ]
3.208092
173
from couchdbkit.ext.django.schema import * class WisePillDeviceEvent(Document): """ One DeviceEvent is created each time a device sends data that is forwarded to the CommCareHQ WisePill API (/wisepill/device/). """ domain = StringProperty() data = StringProperty() received_on = DateTimeProperty() case_id = StringProperty() # Document _id of the case representing the device that sent this data in processed = BooleanProperty()
[ 6738, 18507, 9945, 15813, 13, 2302, 13, 28241, 14208, 13, 15952, 2611, 1330, 1635, 198, 198, 4871, 28908, 47, 359, 24728, 9237, 7, 24941, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 1881, 16232, 9237, 318, 2727, 1123, 640, 257, 3335, 12800, 1366, 326, 318, 220, 198, 220, 220, 220, 28308, 284, 262, 1520, 17784, 41275, 28908, 47, 359, 7824, 50247, 86, 271, 538, 359, 14, 25202, 14, 737, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 7386, 796, 10903, 21746, 3419, 198, 220, 220, 220, 1366, 796, 10903, 21746, 3419, 198, 220, 220, 220, 2722, 62, 261, 796, 7536, 7575, 21746, 3419, 198, 220, 220, 220, 1339, 62, 312, 796, 10903, 21746, 3419, 1303, 16854, 4808, 312, 286, 262, 1339, 10200, 262, 3335, 326, 1908, 428, 1366, 287, 198, 220, 220, 220, 13686, 796, 41146, 21746, 3419, 628 ]
3.295775
142
# coding: utf-8 from .pdf import FitzPdfDocument from .epub import EpubDocument from .mobi import MobiDocument from .plain_text import PlainTextDocument from .html import FileSystemHtmlDocument, WebHtmlDocument from .markdown import MarkdownDocument from .word import WordDocument from .powerpoint import PowerpointPresentation from .odf import OdfTextDocument
[ 2, 19617, 25, 3384, 69, 12, 23, 198, 198, 6738, 764, 12315, 1330, 16703, 47, 7568, 24941, 198, 6738, 764, 538, 549, 1330, 4551, 549, 24941, 198, 6738, 764, 43549, 1330, 337, 13411, 24941, 198, 6738, 764, 25638, 62, 5239, 1330, 28847, 8206, 24941, 198, 6738, 764, 6494, 1330, 9220, 11964, 39, 20369, 24941, 11, 5313, 39, 20369, 24941, 198, 6738, 764, 4102, 2902, 1330, 2940, 2902, 24941, 198, 6738, 764, 4775, 1330, 9678, 24941, 198, 6738, 764, 6477, 4122, 1330, 4333, 4122, 34695, 341, 198, 6738, 764, 375, 69, 1330, 440, 7568, 8206, 24941, 198 ]
3.770833
96
""" Redis Backend """ from __future__ import annotations from typing import Any, Dict, Iterable, Optional, Union, cast import dill from redis import ConnectionPool, Redis from alsek._defaults import DEFAULT_NAMESPACE from alsek._utils.aggregation import gather_init_params from alsek._utils.printing import auto_repr from alsek.storage.backends import Backend, LazyClient from alsek.storage.serialization import JsonSerializer, Serializer class RedisBackend(Backend): """Redis Backend. Backend powered by Redis. Args: conn (str, Redis, LazyClient, optional): a connection url, ``Redis()`` object or ``LazyClient``. namespace (str): prefix to use when inserting names in the backend serializer (Serializer): tool for encoding and decoding values written into the backend. Warning: * If ``conn`` is a ``Redis()`` object, ``decode_responses`` is expected to be set to ``True``. """ @staticmethod @property def conn(self) -> Redis: """Connection to the backend.""" if isinstance(self._conn, LazyClient): self._conn = self._conn.get() return cast(Redis, self._conn) @classmethod def exists(self, name: str) -> bool: """Check if ``name`` exists in the Redis backend. Args: name (str): name of the item Returns: bool """ return bool(self.conn.exists(self.full_name(name))) def set( self, name: str, value: Any, nx: bool = False, ttl: Optional[int] = None, ) -> None: """Set ``name`` to ``value`` in the Redis backend. Args: name (str): name of the item value (Any): value to set for ``name`` nx (bool): if ``True`` the item must not exist prior to being set ttl (int, optional): time to live for the entry in milliseconds Returns: None Raises: KeyError: if ``nx`` is ``True`` and ``name`` already exists """ response = self.conn.set( self.full_name(name), value=self.serializer.forward(value), px=ttl, nx=nx, keepttl=ttl is None, # type: ignore ) if nx and response is None: raise KeyError(f"Name '{name}' already exists") def get(self, name: str) -> Any: """Get ``name`` from the Redis backend. Args: name (str): name of the item Returns: Any """ encoded = self.conn.get(self.full_name(name)) return self.serializer.reverse(encoded) def delete(self, name: str, missing_ok: bool = False) -> None: """Delete a ``name`` from the Redis backend. Args: name (str): name of the item missing_ok (bool): if ``True``, do not raise for missing Returns: None Raises: KeyError: if ``missing_ok`` is ``False`` and ``name`` is not found. """ found = self.conn.delete(self.full_name(name)) if not missing_ok and not found: raise KeyError(f"No name '{name}' found") def scan(self, pattern: Optional[str] = None) -> Iterable[str]: """Scan the backend for matching names. Args: pattern (str): pattern to match against Returns: names_stream (Iterable[str]): a stream of matching name """ match = self.full_name(pattern or "*") yield from map(self.short_name, self.conn.scan_iter(match))
[ 37811, 628, 220, 220, 220, 2297, 271, 5157, 437, 198, 198, 37811, 198, 6738, 11593, 37443, 834, 1330, 37647, 198, 198, 6738, 19720, 1330, 4377, 11, 360, 713, 11, 40806, 540, 11, 32233, 11, 4479, 11, 3350, 198, 198, 11748, 288, 359, 198, 6738, 2266, 271, 1330, 26923, 27201, 11, 2297, 271, 198, 198, 6738, 435, 325, 74, 13557, 12286, 82, 1330, 5550, 38865, 62, 45, 29559, 47, 11598, 198, 6738, 435, 325, 74, 13557, 26791, 13, 9460, 43068, 1330, 6431, 62, 15003, 62, 37266, 198, 6738, 435, 325, 74, 13557, 26791, 13, 4798, 278, 1330, 8295, 62, 260, 1050, 198, 6738, 435, 325, 74, 13, 35350, 13, 1891, 2412, 1330, 5157, 437, 11, 406, 12582, 11792, 198, 6738, 435, 325, 74, 13, 35350, 13, 46911, 1634, 1330, 449, 1559, 32634, 7509, 11, 23283, 7509, 628, 198, 4871, 2297, 271, 7282, 437, 7, 7282, 437, 2599, 198, 220, 220, 220, 37227, 7738, 271, 5157, 437, 13, 628, 220, 220, 220, 5157, 437, 13232, 416, 2297, 271, 13, 628, 220, 220, 220, 943, 14542, 25, 198, 220, 220, 220, 220, 220, 220, 220, 48260, 357, 2536, 11, 2297, 271, 11, 406, 12582, 11792, 11, 11902, 2599, 257, 4637, 19016, 11, 7559, 7738, 271, 3419, 15506, 2134, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 393, 7559, 43, 12582, 11792, 15506, 13, 198, 220, 220, 220, 220, 220, 220, 220, 25745, 357, 2536, 2599, 21231, 284, 779, 618, 19319, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3891, 287, 262, 30203, 198, 220, 220, 220, 220, 220, 220, 220, 11389, 7509, 357, 32634, 7509, 2599, 2891, 329, 21004, 290, 39938, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3815, 3194, 656, 262, 30203, 13, 628, 220, 220, 220, 15932, 25, 198, 220, 220, 220, 220, 220, 220, 220, 1635, 1002, 7559, 37043, 15506, 318, 257, 7559, 7738, 271, 3419, 15506, 2134, 11, 7559, 12501, 1098, 62, 16733, 274, 15506, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 318, 2938, 284, 307, 900, 284, 7559, 17821, 15506, 13, 628, 220, 220, 220, 37227, 628, 220, 220, 220, 2488, 12708, 24396, 628, 220, 220, 220, 2488, 26745, 198, 220, 220, 220, 825, 48260, 7, 944, 8, 4613, 2297, 271, 25, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 32048, 284, 262, 30203, 526, 15931, 198, 220, 220, 220, 220, 220, 220, 220, 611, 318, 39098, 7, 944, 13557, 37043, 11, 406, 12582, 11792, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13557, 37043, 796, 2116, 13557, 37043, 13, 1136, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 3350, 7, 7738, 271, 11, 2116, 13557, 37043, 8, 628, 220, 220, 220, 2488, 4871, 24396, 628, 220, 220, 220, 825, 7160, 7, 944, 11, 1438, 25, 965, 8, 4613, 20512, 25, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 9787, 611, 7559, 3672, 15506, 7160, 287, 262, 2297, 271, 30203, 13, 628, 220, 220, 220, 220, 220, 220, 220, 943, 14542, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1438, 357, 2536, 2599, 1438, 286, 262, 2378, 628, 220, 220, 220, 220, 220, 220, 220, 16409, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 20512, 628, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 20512, 7, 944, 13, 37043, 13, 1069, 1023, 7, 944, 13, 12853, 62, 3672, 7, 3672, 22305, 628, 220, 220, 220, 825, 900, 7, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 11, 198, 220, 220, 220, 220, 220, 220, 220, 1438, 25, 965, 11, 198, 220, 220, 220, 220, 220, 220, 220, 1988, 25, 4377, 11, 198, 220, 220, 220, 220, 220, 220, 220, 299, 87, 25, 20512, 796, 10352, 11, 198, 220, 220, 220, 220, 220, 220, 220, 256, 28781, 25, 32233, 58, 600, 60, 796, 6045, 11, 198, 220, 220, 220, 1267, 4613, 6045, 25, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 7248, 7559, 3672, 15506, 284, 7559, 8367, 15506, 287, 262, 2297, 271, 30203, 13, 628, 220, 220, 220, 220, 220, 220, 220, 943, 14542, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1438, 357, 2536, 2599, 1438, 286, 262, 2378, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1988, 357, 7149, 2599, 1988, 284, 900, 329, 7559, 3672, 15506, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 299, 87, 357, 30388, 2599, 611, 7559, 17821, 15506, 262, 2378, 1276, 407, 2152, 3161, 284, 852, 900, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 256, 28781, 357, 600, 11, 11902, 2599, 640, 284, 2107, 329, 262, 5726, 287, 38694, 628, 220, 220, 220, 220, 220, 220, 220, 16409, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6045, 628, 220, 220, 220, 220, 220, 220, 220, 7567, 2696, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7383, 12331, 25, 611, 7559, 77, 87, 15506, 318, 7559, 17821, 15506, 290, 7559, 3672, 15506, 1541, 7160, 628, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 2882, 796, 2116, 13, 37043, 13, 2617, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 12853, 62, 3672, 7, 3672, 828, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1988, 28, 944, 13, 46911, 7509, 13, 11813, 7, 8367, 828, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 279, 87, 28, 926, 75, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 299, 87, 28, 77, 87, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 885, 19598, 28781, 28, 926, 75, 318, 6045, 11, 220, 1303, 2099, 25, 8856, 198, 220, 220, 220, 220, 220, 220, 220, 1267, 198, 220, 220, 220, 220, 220, 220, 220, 611, 299, 87, 290, 2882, 318, 6045, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5298, 7383, 12331, 7, 69, 1, 5376, 705, 90, 3672, 92, 6, 1541, 7160, 4943, 628, 220, 220, 220, 825, 651, 7, 944, 11, 1438, 25, 965, 8, 4613, 4377, 25, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 3855, 7559, 3672, 15506, 422, 262, 2297, 271, 30203, 13, 628, 220, 220, 220, 220, 220, 220, 220, 943, 14542, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1438, 357, 2536, 2599, 1438, 286, 262, 2378, 628, 220, 220, 220, 220, 220, 220, 220, 16409, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4377, 628, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 30240, 796, 2116, 13, 37043, 13, 1136, 7, 944, 13, 12853, 62, 3672, 7, 3672, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 2116, 13, 46911, 7509, 13, 50188, 7, 12685, 9043, 8, 628, 220, 220, 220, 825, 12233, 7, 944, 11, 1438, 25, 965, 11, 4814, 62, 482, 25, 20512, 796, 10352, 8, 4613, 6045, 25, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 38727, 257, 7559, 3672, 15506, 422, 262, 2297, 271, 30203, 13, 628, 220, 220, 220, 220, 220, 220, 220, 943, 14542, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1438, 357, 2536, 2599, 1438, 286, 262, 2378, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4814, 62, 482, 357, 30388, 2599, 611, 7559, 17821, 15506, 11, 466, 407, 5298, 329, 4814, 628, 220, 220, 220, 220, 220, 220, 220, 16409, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6045, 628, 220, 220, 220, 220, 220, 220, 220, 7567, 2696, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7383, 12331, 25, 611, 7559, 45688, 62, 482, 15506, 318, 7559, 25101, 15506, 290, 7559, 3672, 15506, 318, 407, 1043, 13, 628, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 1043, 796, 2116, 13, 37043, 13, 33678, 7, 944, 13, 12853, 62, 3672, 7, 3672, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 611, 407, 4814, 62, 482, 290, 407, 1043, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5298, 7383, 12331, 7, 69, 1, 2949, 1438, 705, 90, 3672, 92, 6, 1043, 4943, 628, 220, 220, 220, 825, 9367, 7, 944, 11, 3912, 25, 32233, 58, 2536, 60, 796, 6045, 8, 4613, 40806, 540, 58, 2536, 5974, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 33351, 262, 30203, 329, 12336, 3891, 13, 628, 220, 220, 220, 220, 220, 220, 220, 943, 14542, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3912, 357, 2536, 2599, 3912, 284, 2872, 1028, 628, 220, 220, 220, 220, 220, 220, 220, 16409, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3891, 62, 5532, 357, 29993, 540, 58, 2536, 60, 2599, 257, 4269, 286, 12336, 1438, 628, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 2872, 796, 2116, 13, 12853, 62, 3672, 7, 33279, 393, 366, 9, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 7800, 422, 3975, 7, 944, 13, 19509, 62, 3672, 11, 2116, 13, 37043, 13, 35836, 62, 2676, 7, 15699, 4008, 198 ]
2.272897
1,605
'''Rocket League data processing.''' from utils import Car, Ball, BoostPad, a3l, a3r, a3v, orient_matrix, turn_r def setup(s, p): """Sets up the variables and classes for the hivemind. Arguments: s {BaseAgent} -- The hivemind bot helper process. p {GameTickPacket} -- Information about the game. fi {FieldInfoPacket} -- Information about the game field. """ # Game info. fi = s.get_field_info() s.dt = 1 / 120.0 s.last_time = 0.0 # Creates Car objects for all bots. s.teammates = [] s.opponents = [] for index in range(p.num_cars): if index == s.index: s.agent = Car(s.index) elif p.game_cars[index].team == s.team: s.teammates.append(Car(index)) else: s.opponents.append(Car(index)) s.agent.controller = None # Creates a Ball object. s.ball = Ball() # Creates Boostpad objects. s.l_pads = [] s.s_pads = [] for i in range(fi.num_boosts): pad = fi.boost_pads[i] pad_type = s.l_pads if pad.is_full_boost else s.s_pads pad_obj = BoostPad(i, a3v(pad.location)) pad_type.append(pad_obj) s.setup = True def process(s, p): """Processes the gametick packet. Arguments: s {BaseAgent} -- The agent which is processing the packet. p {GameTickPacket} -- The game packet being processed. """ # Processing game info. s.time = p.game_info.seconds_elapsed s.dt = s.time - s.last_time s.last_time = s.time s.r_active = p.game_info.is_round_active s.ko_pause = p.game_info.is_kickoff_pause s.m_ended = p.game_info.is_match_ended # Processing agent data. s.agent.pos = a3v(p.game_cars[s.agent.index].physics.location) s.agent.rot = a3r(p.game_cars[s.agent.index].physics.rotation) s.agent.vel = a3v(p.game_cars[s.agent.index].physics.velocity) s.agent.ang_vel = a3v(p.game_cars[s.agent.index].physics.angular_velocity) s.agent.on_g = p.game_cars[s.agent.index].has_wheel_contact s.agent.sonic = p.game_cars[s.agent.index].is_super_sonic s.agent.boost = p.game_cars[s.agent.index].boost s.agent.orient_m = orient_matrix(s.agent.rot) s.agent.turn_r = turn_r(s.agent.vel) # Processing teammates. for teammate in s.teammates: teammate.pos = a3v(p.game_cars[teammate.index].physics.location) teammate.rot = a3r(p.game_cars[teammate.index].physics.rotation) teammate.vel = a3v(p.game_cars[teammate.index].physics.velocity) teammate.ang_vel = a3v(p.game_cars[teammate.index].physics.angular_velocity) teammate.on_g = p.game_cars[teammate.index].has_wheel_contact teammate.sonic = p.game_cars[teammate.index].is_super_sonic teammate.boost = p.game_cars[teammate.index].boost teammate.orient_m = orient_matrix(teammate.rot) teammate.turn_r = turn_r(teammate.vel) # Processing opponents. for opponent in s.opponents: opponent.pos = a3v(p.game_cars[opponent.index].physics.location) opponent.rot = a3r(p.game_cars[opponent.index].physics.rotation) opponent.vel = a3v(p.game_cars[opponent.index].physics.velocity) opponent.ang_vel = a3v(p.game_cars[opponent.index].physics.angular_velocity) opponent.on_g = p.game_cars[opponent.index].has_wheel_contact opponent.sonic = p.game_cars[opponent.index].is_super_sonic opponent.boost = p.game_cars[opponent.index].boost opponent.orient_m = orient_matrix(opponent.rot) opponent.turn_r = turn_r(opponent.vel) # Processing Ball data. s.ball.pos = a3v(p.game_ball.physics.location) s.ball.vel = a3v(p.game_ball.physics.velocity) s.ball.ang_vel = a3v(p.game_ball.physics.angular_velocity) s.ball.predict = s.get_ball_prediction_struct() # Processing Boostpads. s.active_pads = [] for pad_type in (s.l_pads, s.s_pads): for pad in pad_type: pad.active = p.game_boosts[pad.index].is_active pad.timer = p.game_boosts[pad.index].timer if pad.active == True: s.active_pads.append(pad)
[ 7061, 6, 50218, 4041, 1366, 7587, 2637, 7061, 198, 198, 6738, 3384, 4487, 1330, 1879, 11, 6932, 11, 19835, 26114, 11, 257, 18, 75, 11, 257, 18, 81, 11, 257, 18, 85, 11, 11367, 62, 6759, 8609, 11, 1210, 62, 81, 198, 198, 4299, 9058, 7, 82, 11, 279, 2599, 198, 220, 220, 220, 37227, 50, 1039, 510, 262, 9633, 290, 6097, 329, 262, 35881, 10155, 13, 198, 220, 220, 220, 220, 198, 220, 220, 220, 20559, 2886, 25, 198, 220, 220, 220, 220, 220, 220, 220, 264, 1391, 14881, 36772, 92, 1377, 383, 35881, 10155, 10214, 31904, 1429, 13, 198, 220, 220, 220, 220, 220, 220, 220, 279, 1391, 8777, 51, 624, 47, 8317, 92, 1377, 6188, 546, 262, 983, 13, 198, 220, 220, 220, 220, 220, 220, 220, 25912, 1391, 15878, 12360, 47, 8317, 92, 1377, 6188, 546, 262, 983, 2214, 13, 198, 220, 220, 220, 37227, 628, 220, 220, 220, 1303, 3776, 7508, 13, 198, 220, 220, 220, 25912, 220, 220, 220, 220, 220, 220, 220, 220, 220, 796, 264, 13, 1136, 62, 3245, 62, 10951, 3419, 198, 220, 220, 220, 264, 13, 28664, 220, 220, 220, 220, 220, 220, 220, 796, 352, 1220, 7982, 13, 15, 198, 220, 220, 220, 264, 13, 12957, 62, 2435, 796, 657, 13, 15, 628, 220, 220, 220, 1303, 7921, 274, 1879, 5563, 329, 477, 29641, 13, 198, 220, 220, 220, 264, 13, 660, 6475, 689, 796, 17635, 198, 220, 220, 220, 264, 13, 10365, 3906, 796, 17635, 198, 220, 220, 220, 329, 6376, 287, 2837, 7, 79, 13, 22510, 62, 37993, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 611, 6376, 6624, 264, 13, 9630, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 264, 13, 25781, 796, 1879, 7, 82, 13, 9630, 8, 198, 220, 220, 220, 220, 220, 220, 220, 1288, 361, 279, 13, 6057, 62, 37993, 58, 9630, 4083, 15097, 6624, 264, 13, 15097, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 264, 13, 660, 6475, 689, 13, 33295, 7, 9914, 7, 9630, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 264, 13, 10365, 3906, 13, 33295, 7, 9914, 7, 9630, 4008, 628, 220, 220, 220, 264, 13, 25781, 13, 36500, 796, 6045, 198, 220, 220, 220, 220, 198, 220, 220, 220, 1303, 7921, 274, 257, 6932, 2134, 13, 198, 220, 220, 220, 264, 13, 1894, 796, 6932, 3419, 628, 220, 220, 220, 1303, 7921, 274, 19835, 15636, 5563, 13, 198, 220, 220, 220, 264, 13, 75, 62, 79, 5643, 796, 17635, 198, 220, 220, 220, 264, 13, 82, 62, 79, 5643, 796, 17635, 198, 220, 220, 220, 329, 1312, 287, 2837, 7, 12463, 13, 22510, 62, 39521, 82, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 14841, 796, 25912, 13, 39521, 62, 79, 5643, 58, 72, 60, 198, 220, 220, 220, 220, 220, 220, 220, 14841, 62, 4906, 796, 264, 13, 75, 62, 79, 5643, 611, 14841, 13, 271, 62, 12853, 62, 39521, 2073, 264, 13, 82, 62, 79, 5643, 198, 220, 220, 220, 220, 220, 220, 220, 14841, 62, 26801, 796, 19835, 26114, 7, 72, 11, 257, 18, 85, 7, 15636, 13, 24886, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 14841, 62, 4906, 13, 33295, 7, 15636, 62, 26801, 8, 628, 220, 220, 220, 264, 13, 40406, 796, 6407, 628, 198, 4299, 1429, 7, 82, 11, 279, 2599, 198, 220, 220, 220, 37227, 18709, 274, 262, 9106, 316, 624, 19638, 13, 628, 220, 220, 220, 20559, 2886, 25, 198, 220, 220, 220, 220, 220, 220, 220, 264, 1391, 14881, 36772, 92, 1377, 383, 5797, 543, 318, 7587, 262, 19638, 13, 198, 220, 220, 220, 220, 220, 220, 220, 279, 1391, 8777, 51, 624, 47, 8317, 92, 1377, 383, 983, 19638, 852, 13686, 13, 198, 220, 220, 220, 37227, 628, 220, 220, 220, 1303, 28403, 983, 7508, 13, 198, 220, 220, 220, 264, 13, 2435, 220, 220, 220, 220, 220, 796, 279, 13, 6057, 62, 10951, 13, 43012, 62, 417, 28361, 198, 220, 220, 220, 264, 13, 28664, 220, 220, 220, 220, 220, 220, 220, 796, 264, 13, 2435, 532, 264, 13, 12957, 62, 2435, 198, 220, 220, 220, 264, 13, 12957, 62, 2435, 796, 264, 13, 2435, 198, 220, 220, 220, 264, 13, 81, 62, 5275, 220, 796, 279, 13, 6057, 62, 10951, 13, 271, 62, 744, 62, 5275, 198, 220, 220, 220, 264, 13, 7204, 62, 32125, 220, 796, 279, 13, 6057, 62, 10951, 13, 271, 62, 24585, 2364, 62, 32125, 198, 220, 220, 220, 264, 13, 76, 62, 1631, 220, 220, 796, 279, 13, 6057, 62, 10951, 13, 271, 62, 15699, 62, 1631, 628, 198, 220, 220, 220, 1303, 28403, 5797, 1366, 13, 198, 220, 220, 220, 264, 13, 25781, 13, 1930, 220, 220, 220, 220, 220, 220, 796, 257, 18, 85, 7, 79, 13, 6057, 62, 37993, 58, 82, 13, 25781, 13, 9630, 4083, 746, 23154, 13, 24886, 8, 198, 220, 220, 220, 264, 13, 25781, 13, 10599, 220, 220, 220, 220, 220, 220, 796, 257, 18, 81, 7, 79, 13, 6057, 62, 37993, 58, 82, 13, 25781, 13, 9630, 4083, 746, 23154, 13, 10599, 341, 8, 198, 220, 220, 220, 264, 13, 25781, 13, 626, 220, 220, 220, 220, 220, 220, 796, 257, 18, 85, 7, 79, 13, 6057, 62, 37993, 58, 82, 13, 25781, 13, 9630, 4083, 746, 23154, 13, 626, 11683, 8, 198, 220, 220, 220, 264, 13, 25781, 13, 648, 62, 626, 220, 220, 796, 257, 18, 85, 7, 79, 13, 6057, 62, 37993, 58, 82, 13, 25781, 13, 9630, 4083, 746, 23154, 13, 21413, 62, 626, 11683, 8, 198, 220, 220, 220, 264, 13, 25781, 13, 261, 62, 70, 220, 220, 220, 220, 220, 796, 279, 13, 6057, 62, 37993, 58, 82, 13, 25781, 13, 9630, 4083, 10134, 62, 22001, 62, 32057, 198, 220, 220, 220, 264, 13, 25781, 13, 1559, 291, 220, 220, 220, 220, 796, 279, 13, 6057, 62, 37993, 58, 82, 13, 25781, 13, 9630, 4083, 271, 62, 16668, 62, 1559, 291, 198, 220, 220, 220, 264, 13, 25781, 13, 39521, 220, 220, 220, 220, 796, 279, 13, 6057, 62, 37993, 58, 82, 13, 25781, 13, 9630, 4083, 39521, 198, 220, 220, 220, 264, 13, 25781, 13, 13989, 62, 76, 220, 796, 11367, 62, 6759, 8609, 7, 82, 13, 25781, 13, 10599, 8, 198, 220, 220, 220, 264, 13, 25781, 13, 15344, 62, 81, 220, 220, 220, 796, 1210, 62, 81, 7, 82, 13, 25781, 13, 626, 8, 198, 220, 220, 220, 220, 628, 220, 220, 220, 1303, 28403, 13107, 13, 198, 220, 220, 220, 329, 20052, 287, 264, 13, 660, 6475, 689, 25, 198, 220, 220, 220, 220, 220, 220, 220, 20052, 13, 1930, 220, 220, 220, 220, 220, 220, 220, 796, 257, 18, 85, 7, 79, 13, 6057, 62, 37993, 58, 660, 6475, 378, 13, 9630, 4083, 746, 23154, 13, 24886, 8, 198, 220, 220, 220, 220, 220, 220, 220, 20052, 13, 10599, 220, 220, 220, 220, 220, 220, 220, 796, 257, 18, 81, 7, 79, 13, 6057, 62, 37993, 58, 660, 6475, 378, 13, 9630, 4083, 746, 23154, 13, 10599, 341, 8, 198, 220, 220, 220, 220, 220, 220, 220, 20052, 13, 626, 220, 220, 220, 220, 220, 220, 220, 796, 257, 18, 85, 7, 79, 13, 6057, 62, 37993, 58, 660, 6475, 378, 13, 9630, 4083, 746, 23154, 13, 626, 11683, 8, 198, 220, 220, 220, 220, 220, 220, 220, 20052, 13, 648, 62, 626, 220, 220, 220, 796, 257, 18, 85, 7, 79, 13, 6057, 62, 37993, 58, 660, 6475, 378, 13, 9630, 4083, 746, 23154, 13, 21413, 62, 626, 11683, 8, 198, 220, 220, 220, 220, 220, 220, 220, 20052, 13, 261, 62, 70, 220, 220, 220, 220, 220, 220, 796, 279, 13, 6057, 62, 37993, 58, 660, 6475, 378, 13, 9630, 4083, 10134, 62, 22001, 62, 32057, 198, 220, 220, 220, 220, 220, 220, 220, 20052, 13, 1559, 291, 220, 220, 220, 220, 220, 796, 279, 13, 6057, 62, 37993, 58, 660, 6475, 378, 13, 9630, 4083, 271, 62, 16668, 62, 1559, 291, 198, 220, 220, 220, 220, 220, 220, 220, 20052, 13, 39521, 220, 220, 220, 220, 220, 796, 279, 13, 6057, 62, 37993, 58, 660, 6475, 378, 13, 9630, 4083, 39521, 198, 220, 220, 220, 220, 220, 220, 220, 20052, 13, 13989, 62, 76, 220, 220, 796, 11367, 62, 6759, 8609, 7, 660, 6475, 378, 13, 10599, 8, 198, 220, 220, 220, 220, 220, 220, 220, 20052, 13, 15344, 62, 81, 220, 220, 220, 220, 796, 1210, 62, 81, 7, 660, 6475, 378, 13, 626, 8, 628, 220, 220, 220, 1303, 28403, 7691, 13, 198, 220, 220, 220, 329, 6125, 287, 264, 13, 10365, 3906, 25, 198, 220, 220, 220, 220, 220, 220, 220, 6125, 13, 1930, 220, 220, 220, 220, 220, 220, 220, 796, 257, 18, 85, 7, 79, 13, 6057, 62, 37993, 58, 10365, 3471, 13, 9630, 4083, 746, 23154, 13, 24886, 8, 198, 220, 220, 220, 220, 220, 220, 220, 6125, 13, 10599, 220, 220, 220, 220, 220, 220, 220, 796, 257, 18, 81, 7, 79, 13, 6057, 62, 37993, 58, 10365, 3471, 13, 9630, 4083, 746, 23154, 13, 10599, 341, 8, 198, 220, 220, 220, 220, 220, 220, 220, 6125, 13, 626, 220, 220, 220, 220, 220, 220, 220, 796, 257, 18, 85, 7, 79, 13, 6057, 62, 37993, 58, 10365, 3471, 13, 9630, 4083, 746, 23154, 13, 626, 11683, 8, 198, 220, 220, 220, 220, 220, 220, 220, 6125, 13, 648, 62, 626, 220, 220, 220, 796, 257, 18, 85, 7, 79, 13, 6057, 62, 37993, 58, 10365, 3471, 13, 9630, 4083, 746, 23154, 13, 21413, 62, 626, 11683, 8, 198, 220, 220, 220, 220, 220, 220, 220, 6125, 13, 261, 62, 70, 220, 220, 220, 220, 220, 220, 796, 279, 13, 6057, 62, 37993, 58, 10365, 3471, 13, 9630, 4083, 10134, 62, 22001, 62, 32057, 198, 220, 220, 220, 220, 220, 220, 220, 6125, 13, 1559, 291, 220, 220, 220, 220, 220, 796, 279, 13, 6057, 62, 37993, 58, 10365, 3471, 13, 9630, 4083, 271, 62, 16668, 62, 1559, 291, 198, 220, 220, 220, 220, 220, 220, 220, 6125, 13, 39521, 220, 220, 220, 220, 220, 796, 279, 13, 6057, 62, 37993, 58, 10365, 3471, 13, 9630, 4083, 39521, 198, 220, 220, 220, 220, 220, 220, 220, 6125, 13, 13989, 62, 76, 220, 220, 796, 11367, 62, 6759, 8609, 7, 10365, 3471, 13, 10599, 8, 198, 220, 220, 220, 220, 220, 220, 220, 6125, 13, 15344, 62, 81, 220, 220, 220, 220, 796, 1210, 62, 81, 7, 10365, 3471, 13, 626, 8, 628, 220, 220, 220, 1303, 28403, 6932, 1366, 13, 198, 220, 220, 220, 264, 13, 1894, 13, 1930, 220, 220, 220, 220, 220, 796, 257, 18, 85, 7, 79, 13, 6057, 62, 1894, 13, 746, 23154, 13, 24886, 8, 198, 220, 220, 220, 264, 13, 1894, 13, 626, 220, 220, 220, 220, 220, 796, 257, 18, 85, 7, 79, 13, 6057, 62, 1894, 13, 746, 23154, 13, 626, 11683, 8, 198, 220, 220, 220, 264, 13, 1894, 13, 648, 62, 626, 220, 796, 257, 18, 85, 7, 79, 13, 6057, 62, 1894, 13, 746, 23154, 13, 21413, 62, 626, 11683, 8, 198, 220, 220, 220, 264, 13, 1894, 13, 79, 17407, 220, 796, 264, 13, 1136, 62, 1894, 62, 28764, 2867, 62, 7249, 3419, 628, 220, 220, 220, 1303, 28403, 19835, 79, 5643, 13, 198, 220, 220, 220, 264, 13, 5275, 62, 79, 5643, 796, 17635, 198, 220, 220, 220, 329, 14841, 62, 4906, 287, 357, 82, 13, 75, 62, 79, 5643, 11, 264, 13, 82, 62, 79, 5643, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 329, 14841, 287, 14841, 62, 4906, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 14841, 13, 5275, 796, 279, 13, 6057, 62, 39521, 82, 58, 15636, 13, 9630, 4083, 271, 62, 5275, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 14841, 13, 45016, 796, 279, 13, 6057, 62, 39521, 82, 58, 15636, 13, 9630, 4083, 45016, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 14841, 13, 5275, 6624, 6407, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 264, 13, 5275, 62, 79, 5643, 13, 33295, 7, 15636, 8 ]
2.102427
2,060
#!/usr/bin/env python '''Provides a common logging set up for all scripts''' #=============================================================================== # Import modules #=============================================================================== import logging import logging.handlers import time #=============================================================================== # Custom logger #===============================================================================
[ 2, 48443, 14629, 14, 8800, 14, 24330, 21015, 198, 198, 7061, 6, 15946, 1460, 257, 2219, 18931, 900, 510, 329, 477, 14750, 7061, 6, 628, 198, 2, 23926, 25609, 18604, 198, 2, 17267, 13103, 198, 2, 23926, 25609, 18604, 198, 11748, 18931, 198, 11748, 18931, 13, 4993, 8116, 198, 11748, 640, 628, 198, 2, 23926, 25609, 18604, 198, 2, 8562, 49706, 198, 2, 23926, 25609, 18604, 198 ]
7.313433
67
UDP_THIS = "0.0.0.0", 5225 #UDP_OTHER = "127.0.0.1", 5005 UDP_OTHER = "192.168.4.1", 5005 import socket sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM) sock.setblocking(False) sock.bind(UDP_THIS) sock_iterator = sock_generator()
[ 52, 6322, 62, 43559, 796, 366, 15, 13, 15, 13, 15, 13, 15, 1600, 6740, 1495, 198, 2, 52, 6322, 62, 31858, 796, 366, 16799, 13, 15, 13, 15, 13, 16, 1600, 5323, 20, 198, 52, 6322, 62, 31858, 796, 366, 17477, 13, 14656, 13, 19, 13, 16, 1600, 5323, 20, 198, 198, 11748, 17802, 198, 198, 82, 735, 796, 17802, 13, 44971, 7, 44971, 13, 8579, 62, 1268, 2767, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 17802, 13, 50, 11290, 62, 35, 10761, 2390, 8, 198, 82, 735, 13, 2617, 41938, 7, 25101, 8, 198, 82, 735, 13, 21653, 7, 52, 6322, 62, 43559, 8, 198, 198, 82, 735, 62, 48727, 796, 32263, 62, 8612, 1352, 3419, 198 ]
1.947761
134
import config from digitalio import DigitalInOut, Direction, Pull
[ 11748, 4566, 198, 198, 6738, 4875, 952, 1330, 10231, 818, 7975, 11, 41837, 11, 21429, 628 ]
4.25
16
import inspect import warnings from typing import Any, Callable, Dict, List, Optional, Set, Tuple, Type, Union, get_type_hints from pydantic import BaseModel from pydantic.fields import Undefined from typing_extensions import TypedDict from pait.field import BaseField, Depends from pait.model.core import PaitCoreModel from pait.util import FuncSig, create_pydantic_model, get_func_sig, get_parameter_list_from_class FieldDictType = Dict[Type[BaseField], List[FieldSchemaTypeDict]]
[ 11748, 10104, 198, 11748, 14601, 198, 6738, 19720, 1330, 4377, 11, 4889, 540, 11, 360, 713, 11, 7343, 11, 32233, 11, 5345, 11, 309, 29291, 11, 5994, 11, 4479, 11, 651, 62, 4906, 62, 71, 29503, 198, 198, 6738, 279, 5173, 5109, 1330, 7308, 17633, 198, 6738, 279, 5173, 5109, 13, 25747, 1330, 13794, 18156, 198, 6738, 19720, 62, 2302, 5736, 1330, 17134, 276, 35, 713, 198, 198, 6738, 279, 4548, 13, 3245, 1330, 7308, 15878, 11, 2129, 2412, 198, 6738, 279, 4548, 13, 19849, 13, 7295, 1330, 350, 4548, 14055, 17633, 198, 6738, 279, 4548, 13, 22602, 1330, 11138, 66, 50, 328, 11, 2251, 62, 79, 5173, 5109, 62, 19849, 11, 651, 62, 20786, 62, 82, 328, 11, 651, 62, 17143, 2357, 62, 4868, 62, 6738, 62, 4871, 628, 628, 198, 198, 15878, 35, 713, 6030, 796, 360, 713, 58, 6030, 58, 14881, 15878, 4357, 7343, 58, 15878, 27054, 2611, 6030, 35, 713, 11907, 628 ]
3.147436
156
# -*- coding: utf-8 -*- """Tests for processing.caching.retrieving module.""" from itertools import product from nose.tools import assert_equal, assert_true import numpy as np from os.path import expanduser import pandas as pd from pybliometrics.scopus import ScopusSearch, AuthorSearch from pandas.testing import assert_frame_equal from sosia.establishing import connect_database, make_database from sosia.processing import build_dict, insert_data, retrieve_authors,\ retrieve_author_info, retrieve_authors_from_sourceyear, robust_join,\ query_pubs_by_sourceyear test_cache = expanduser("~/.sosia/test.sqlite") refresh = 30
[ 2, 532, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12, 198, 37811, 51, 3558, 329, 7587, 13, 66, 8103, 13, 1186, 37418, 8265, 526, 15931, 198, 198, 6738, 340, 861, 10141, 1330, 1720, 198, 6738, 9686, 13, 31391, 1330, 6818, 62, 40496, 11, 6818, 62, 7942, 198, 11748, 299, 32152, 355, 45941, 198, 6738, 28686, 13, 6978, 1330, 4292, 7220, 198, 198, 11748, 19798, 292, 355, 279, 67, 198, 6738, 12972, 2436, 72, 908, 10466, 13, 1416, 25790, 1330, 1446, 25790, 18243, 11, 6434, 18243, 198, 6738, 19798, 292, 13, 33407, 1330, 6818, 62, 14535, 62, 40496, 198, 198, 6738, 264, 418, 544, 13, 40037, 278, 1330, 2018, 62, 48806, 11, 787, 62, 48806, 198, 6738, 264, 418, 544, 13, 36948, 1330, 1382, 62, 11600, 11, 7550, 62, 7890, 11, 19818, 62, 41617, 11, 59, 198, 220, 220, 220, 19818, 62, 9800, 62, 10951, 11, 19818, 62, 41617, 62, 6738, 62, 10459, 1941, 11, 12373, 62, 22179, 11, 59, 198, 220, 220, 220, 12405, 62, 12984, 82, 62, 1525, 62, 10459, 1941, 198, 198, 9288, 62, 23870, 796, 4292, 7220, 7203, 93, 11757, 82, 418, 544, 14, 9288, 13, 25410, 578, 4943, 198, 5420, 3447, 796, 1542, 628, 628, 628, 198 ]
3.151961
204
import theano import theano.tensor as T from project3.module6.deeplearning.layer import HiddenLayer
[ 11748, 262, 5733, 198, 11748, 262, 5733, 13, 83, 22854, 355, 309, 198, 198, 6738, 1628, 18, 13, 21412, 21, 13, 22089, 40684, 13, 29289, 1330, 20458, 49925, 198 ]
3.482759
29
# ========== Status Bar =========== from tkinter import * root = Tk() root.geometry('500x300') root.title('status bar') statusvar = StringVar() statusvar.set('Ready') # first setting statusbar as ready sbar = Label(root, textvariable=statusvar, relief=RIDGE, anchor='w') sbar.pack(side=BOTTOM, fill=X) Button(root, text='Upload', command=upload).pack() root.mainloop()
[ 2, 796, 2559, 28, 12678, 2409, 796, 2559, 855, 198, 6738, 256, 74, 3849, 1330, 1635, 198, 15763, 796, 309, 74, 3419, 198, 15763, 13, 469, 15748, 10786, 4059, 87, 6200, 11537, 198, 15763, 13, 7839, 10786, 13376, 2318, 11537, 198, 198, 13376, 7785, 796, 10903, 19852, 3419, 198, 13376, 7785, 13, 2617, 10786, 35474, 11537, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 717, 4634, 3722, 5657, 355, 3492, 198, 82, 5657, 796, 36052, 7, 15763, 11, 2420, 45286, 28, 13376, 7785, 11, 8259, 28, 49, 2389, 8264, 11, 18021, 11639, 86, 11537, 198, 82, 5657, 13, 8002, 7, 1589, 28, 33, 29089, 2662, 11, 6070, 28, 55, 8, 198, 21864, 7, 15763, 11, 2420, 11639, 41592, 3256, 3141, 28, 25850, 737, 8002, 3419, 198, 198, 15763, 13, 12417, 26268, 3419, 198 ]
2.775362
138
import frappe from datetime import date, datetime class PrintFormat: """ Print format class """ def sic_attendance_absent_present(self, doc): """ Print format for absent/present in sales invoice for Contracts """ # print format template, context = sic_attendance_absent_present(doc) return frappe.render_template( template, context ) def sic_single_invoice_separate_attendance(self, doc): """ Print format for absent/present in sales invoice for Contracts """ # print format template, context = sic_single_invoice_separate_attendance(doc) return frappe.render_template( template, context ) pf = PrintFormat() # ATTENDANCE MAPS attendance_map = { 'Present': 'p', 'Absent': '', 'On Leave': 'o', 'Half Day': 'h', 'Work From Home': 'w' }
[ 11748, 5306, 27768, 198, 6738, 4818, 8079, 1330, 3128, 11, 4818, 8079, 198, 198, 4871, 12578, 26227, 25, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 12578, 5794, 1398, 198, 220, 220, 220, 37227, 628, 220, 220, 220, 825, 264, 291, 62, 1078, 437, 590, 62, 8937, 298, 62, 25579, 7, 944, 11, 2205, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 12578, 5794, 329, 13717, 14, 25579, 287, 4200, 45458, 198, 220, 220, 220, 220, 220, 220, 220, 329, 49199, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 3601, 5794, 198, 220, 220, 220, 220, 220, 220, 220, 11055, 11, 4732, 796, 264, 291, 62, 1078, 437, 590, 62, 8937, 298, 62, 25579, 7, 15390, 8, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 5306, 27768, 13, 13287, 62, 28243, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11055, 11, 4732, 198, 220, 220, 220, 220, 220, 220, 220, 1267, 628, 220, 220, 220, 825, 264, 291, 62, 29762, 62, 16340, 2942, 62, 25512, 378, 62, 1078, 437, 590, 7, 944, 11, 2205, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 12578, 5794, 329, 13717, 14, 25579, 287, 4200, 45458, 198, 220, 220, 220, 220, 220, 220, 220, 329, 49199, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 3601, 5794, 198, 220, 220, 220, 220, 220, 220, 220, 11055, 11, 4732, 796, 264, 291, 62, 29762, 62, 16340, 2942, 62, 25512, 378, 62, 1078, 437, 590, 7, 15390, 8, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 5306, 27768, 13, 13287, 62, 28243, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 11055, 11, 4732, 198, 220, 220, 220, 220, 220, 220, 220, 1267, 198, 198, 79, 69, 796, 12578, 26227, 3419, 628, 198, 2, 26195, 10619, 19240, 34645, 50, 198, 1078, 437, 590, 62, 8899, 796, 1391, 198, 220, 220, 220, 705, 34695, 10354, 705, 79, 3256, 198, 220, 220, 220, 705, 24849, 298, 10354, 705, 3256, 198, 220, 220, 220, 705, 2202, 17446, 10354, 705, 78, 3256, 198, 220, 220, 220, 705, 31305, 3596, 10354, 705, 71, 3256, 198, 220, 220, 220, 705, 12468, 3574, 5995, 10354, 705, 86, 6, 198, 92, 628 ]
2.286765
408
#!/usr/bin/python3 # Copyright (c) 2021-2022 by Fred Morris Tacoma WA # # 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. """An interactive console. This console is enabled by setting for example CONSOLE = { 'host':'127.0.0.1', 'port':3047 } in the configuration file. The purpose of the console is to allow interactive examination of in-memory data structures and caches. The commands are synchronous with respect to the operation of the server, which is to say the server isn't doing anything else until the underlying operation has completed. This provides a better snapshot of the state at any given moment, but can negatively impact data collection from a busy server. IPv6 addresses are expected to be in the compressed rather than expanded format. The following commands are supported: Address to zone correlation --------------------------- a2z Perform a crosscheck of the addresses in db.RearView.associations and rpz.RPZ.contents. Technically the former are addresses (1.2.3.4), while the latter are PTR FQDNs (4.3.2.1.in-addr.arpa). Address details --------------- addr{ess} <some-address> Get details regarding an address' resolutions and best resolution, and whether this is reflected in the zone construct. The final line has a bunch of cryptic legends and numbers. Those are: * fs first seen delta from now (seconds) * ls last seen delta from now (seconds) * qc query count * qt query trend * h heuristic or score Zone details ------------ entry <some-address> Compares what is in the in-memory zone view to what is actually present in the zone-as-served. NOTE THAT THE ACTUAL DNS REQUEST IS SYNCHRONOUS. This command causes a separate DNS request to be issued outside of the TCP connection, which negatively impacts performance of the agent. Queue depth ----------- qd The depths of various processing queues. Cache eviction queue -------------------- cache [<|>] <number> Display information about the entries (addresses) at the beginning (<) or end (>) of the queue. The specified number of entries is displayed. Cache Evictions --------------- evict{ions} <number> Displays a logic readout of the most recent "n" cache evictions. There is an internal limit on the number of evictions which are retained for review. Zone Data Refresh ----------------- refr{esh} <number> Displays a logic readout of the most recent "n" zone refresh batches. Resolutions which survive "sheep shearing" (cache eviction) are scheduled for having updated information written back to the zone file in batches to minimize performance impacts; if things are really busy everything may not get refreshed. Batches go through three phases, at least for logging purposes: 1) The batch is created. 2) The batch is accumulating addresses to update with fresh information. 3) The batch is written to the zone as an update. Quit ---- quit Ends the console session; no other response occurs. Response Codes -------------- Each response line is prepended by one of these codes and an ASCII space. 200 Success, single line output. 210 Success, beginning of multi-line output. 212 Success, continuation line. 400 User error / bad request. 500 Not found or internal error. """ import time import logging import asyncio from dns.resolver import Resolver from .rpz import reverse_to_address, address_to_reverse from .heuristic import heuristic_func class Request(object): """Everything to do with processing a request. The idiom is generally Request(message).response and then do whatever is sensible with response. Response can be nothing, in which case there is nothing further to do. """ COMMANDS = dict(a2z=1, address=2, entry=2, qd=1, cache=3, evictions=2, refresh=2, quit=1) ABBREVIATED = { k for k in COMMANDS.keys() if len(k) > 4 } def dispatch_request(self, request): """Called by __init__() to dispatch the request.""" failed = self.validate_request(request) if failed: code,response = self.bad_request(failed) else: verb = request[0].lower() code,response = getattr(self, verb)(request) if self.quit_session: response = '' return if len(response) == 1: self.response = '{} {}\n'.format(code, response[0]) else: self.response = '\n'.join( ( '{} {}'.format( line and 212 or 210, text ) for line,text in enumerate(response) ) ) + '\n' return def a2z(self, request): """a2z""" addresses = sorted(self.rear_view.associations.addresses.keys()) zonekeys = sorted( [ ( reverse_to_address( zk ), zk ) for zk in self.rear_view.rpz.contents.keys() ] ) response = [] addrs = 0 zks = 0 while addresses or zonekeys: if addresses[0] < zonekeys[0][0]: response.append('< {}'.format(addresses.pop(0))) addrs += 1 elif addresses[0] > zonekeys[0][0]: response.append('> {}'.format(zonekeys.pop(0)[1])) zks += 1 else: del addresses[0] del zonekeys[0] return 200, response def address(self, request): """addr{ess} <some-address> Kind of a hot mess, but here's what's going on: * If there's no best resolution it could be that's because it was loaded from the actual zone file, which we can tell if it has a depth > 1 and the first entry is None. * Other things. """ addr = request[1] addresses = self.rear_view.associations.addresses if addr not in addresses: return 500, ['not found'] addr_rec = addresses[addr] best = addr_rec.best_resolution zone_key = address_to_reverse(addr) if zone_key in self.rear_view.rpz.contents: ptr = self.rear_view.rpz.contents[zone_key].ptr ptr_chain = addr_rec.match(ptr) else: ptr = ptr_chain = None if best is None: best_chain = None else: best_chain = best.chain response = [] if best is None: if not (ptr_chain and ptr_chain[0] == None): response.append('! no best resolution') else: if best.chain not in addr_rec.resolutions: response.append('! best resolution not in chains') for resolution in sorted(addr_rec.resolutions.values()): response.append( '{} {}'.format( (best is not None and best == resolution) and '***' or ' ', resolution.chain ) ) now = time.time() response.append( ' fs:{:0.1f} ls:{:0.1f} qc:{:d} qt:{:0.1f} h:{:0.1f}'.format( resolution.first_seen-now, resolution.last_seen-now, resolution.query_count, resolution.query_trend, heuristic_func(resolution) ) ) zone_key = address_to_reverse(addr) if zone_key in self.rear_view.rpz.contents: response.append('-> {}'.format(self.rear_view.rpz.contents[zone_key].ptr)) else: response.append('-> MISSING FROM ZONE CONTENTS') return 200, response def entry(self, request): """entry <some-address>""" addr = request[1] zone_key = address_to_reverse(addr) rpz = self.rear_view.rpz contents = rpz.contents if zone_key not in contents: memory_value = '** MISSING **' else: memory_value = contents[zone_key].ptr try: resolver = Resolver() resolver.nameservers = [rpz.server] answer = resolver.query(zone_key + '.' + rpz.rpz, 'PTR', source=rpz.server) server_value = answer[0].target.to_text().rstrip('.') except Exception as e: server_value = '** ' + type(e).__name__ + ' **' return 200, ['{} {}'.format(memory_value, server_value)] def qd(self, request): """qd""" response = [] response.append( 'association: {}'.format(self.rear_view.association_queue.qsize()) ) response.append( 'solver: {}'.format(self.rear_view.solver_queue.qsize()) ) response.append( 'eviction: {}'.format(self.rear_view.cache_eviction_scheduled) ) response.append( 'zone updates: {}'.format(self.rear_view.rpz.task_queue.qsize()) ) return 200, response def cache(self, request): """cache [<|>] <number>""" which_end = request[1] if which_end not in '<>': return self.bad_request('expected "<" or ">"') try: n_addrs = int(request[2]) if n_addrs < 1: raise ValueError except: return self.bad_request('expected a positive integer value') associations = self.rear_view.associations response = [] res_addrs = sum((len(a.resolutions) for a in associations.addresses.values())) res_cache = associations.n_resolutions response.append( 'Actual Resolutions in cache: {} actual: {}'.format(res_cache, res_addrs) ) cache = associations.cache if n_addrs > len(cache): n_addrs = len(cache) if which_end == '<': i = 0 inc = 1 else: i = -1 inc = -1 while n_addrs: address = cache[i] response.append( '{} ({})'.format(address.address, len(address.resolutions)) ) i += inc n_addrs -= 1 return 200, response def evictions(self, request): """evictions <number>""" try: n_evicts = int(request[1]) if n_evicts < 1: raise ValueError except: return self.bad_request('expected a positive integer value') logger = self.rear_view.associations.logger response = [] if n_evicts > len(logger): n_evicts = len(logger) base = n_evicts * -1 for n in range(n_evicts): entry = logger.log[base + n] response.append('** {:0.3f} **'.format(entry.timestamp - time.time())) response.append( 'Resolutions:' ) response.append( ' Overage:{:>6d} Target:{:>6d} Working:{:>6d} N After:{:>6d}'.format( *[entry[k] for k in 'overage target_pool_size working_pool_size n_resolutions'.split()] ) ) response.append( 'Addresses:' ) n_addresses = entry['n_addresses'] response.append( ' Selected:{:>6d} {:>10s}:{:>6d} Affected:{:>6d} Deleted:{:>6d}'.format( n_addresses, (n_addresses > 1 and 'Recycled' or 'Single'), (n_addresses > 1 and len(entry['recycled_addresses']) or entry['single_address']), len(entry['affected_addresses']), len(entry['deleted_addresses']) ) ) response.append( 'Affected:' ) response += [' {}'.format(k) for k in sorted(entry['affected_addresses'])] response.append( 'Deleted:' ) response += [' {}'.format(k) for k in sorted(entry['deleted_addresses'])] if n_addresses > 1: response.append( 'Recycled:' ) response += [' {}'.format(k) for k in sorted(entry['recycled_addresses'])] response.append( 'Candidates:' ) for candidate in sorted(entry['candidates']): response.append( ' {:>8.1f} {:>3d} {}'.format(candidate[0], candidate[1], candidate[2].address) ) response.append( ' {}'.format(candidate[3].chain) ) return 200, response def refresh(self, request): """refresh <number>""" try: n_updates = int(request[1]) if n_updates < 1: raise ValueError except: return self.bad_request('expected a positive integer value') logger = self.rear_view.rpz.batch_logger response = [] if n_updates > len(logger): n_updates = len(logger) base = n_updates * -1 for n in range(n_updates): # NOTE: The state will determine what can be displayed, and in turn is determined # by the keys which are available if you read rpz.BatchLogger. entry = logger.log[base + n] state = logger.state(base + n) response.append('** {:0.3f} {} **'.format(entry.timestamp - time.time(), state.upper())) if logger.STATE[state] <= logger.STATE['accumulating']: batch_size = ( logger.STATE[state] <= logger.STATE['complete'] and 'Batch Size:{:>4d}'.format(entry['batch_size']) or '' ) response.append( 'Add Calls:{:>4d} Total to Process:{:>4d} {}'.format( entry['add_calls'], entry['to_process'], batch_size ) ) good = entry.get('recycled_good', 0) no_best = entry.get('recycled_no_best_resolution', 0) no_resolutions = entry.get('recycled_no_resolutions', 0) # TODO: This is looking for mangled sheep. It can be removed at some point # in the future when nobody remembers what this is about. if (good + no_best + no_resolutions) != entry.get('recycled', 0): response.append('Sheep are disappearing! (hopefully nobody sees this)') # response.append( 'Recycled Good:{:>4d} No Best:{:>4d} No Resolutions:{:>4d}'.format( good, no_best, no_resolutions ) ) if logger.STATE[state] <= logger.STATE['complete']: response.append( 'RCode:{:>3d} Wire Size Request:{:>5d} Response:{:>4d}'.format( entry['update_rcode'], entry['wire_req_bytes'], entry['wire_resp_bytes'] ) ) if logger.STATE[state] <= logger.STATE['writing']: processing = ( logger.STATE[state] <= logger.STATE['complete'] and 'Processing:{:>0.3f}'.format(entry['completion_timestamp']-entry['threshold_timestamp']) or '' ) response.append( 'Elapsed Accumulating:{:>0.3f} {}'.format( entry['threshold_timestamp'] - entry.timestamp, processing ) ) return 200, response def quit(self, request): """quit""" self.quit_session = True return 200, [] def bad_request(self, reason): """A bad/unrecognized request.""" return 400, [reason] class Context(object): """Context for the console.""" def __init__(self, dnstap=None): """Create a context object. dnstap is normally set in code, but we pass it in with a default of None to make its presence known. """ self.dnstap = dnstap return
[ 2, 48443, 14629, 14, 8800, 14, 29412, 18, 198, 2, 15069, 357, 66, 8, 33448, 12, 1238, 1828, 416, 8559, 14433, 45132, 16400, 198, 2, 198, 2, 49962, 739, 262, 24843, 13789, 11, 10628, 362, 13, 15, 357, 1169, 366, 34156, 15341, 198, 2, 345, 743, 407, 779, 428, 2393, 2845, 287, 11846, 351, 262, 13789, 13, 198, 2, 921, 743, 7330, 257, 4866, 286, 262, 13789, 379, 198, 2, 198, 2, 220, 220, 220, 2638, 1378, 2503, 13, 43073, 13, 2398, 14, 677, 4541, 14, 43, 2149, 24290, 12, 17, 13, 15, 198, 2, 198, 2, 17486, 2672, 416, 9723, 1099, 393, 4987, 284, 287, 3597, 11, 3788, 198, 2, 9387, 739, 262, 13789, 318, 9387, 319, 281, 366, 1921, 3180, 1, 29809, 1797, 11, 198, 2, 42881, 34764, 11015, 6375, 7102, 49828, 11053, 3963, 15529, 509, 12115, 11, 2035, 4911, 393, 17142, 13, 198, 2, 4091, 262, 13789, 329, 262, 2176, 3303, 15030, 21627, 290, 198, 2, 11247, 739, 262, 13789, 13, 198, 198, 37811, 2025, 14333, 8624, 13, 198, 198, 1212, 8624, 318, 9343, 416, 4634, 329, 1672, 628, 220, 220, 220, 7102, 15821, 2538, 796, 1391, 705, 4774, 10354, 6, 16799, 13, 15, 13, 15, 13, 16, 3256, 705, 634, 10354, 1270, 2857, 1782, 198, 198, 259, 262, 8398, 2393, 13, 198, 198, 464, 4007, 286, 262, 8624, 318, 284, 1249, 14333, 12452, 286, 287, 12, 31673, 198, 7890, 8573, 290, 50177, 13, 198, 198, 464, 9729, 389, 18305, 516, 351, 2461, 284, 262, 4905, 286, 262, 4382, 11, 543, 198, 271, 284, 910, 262, 4382, 2125, 470, 1804, 1997, 2073, 1566, 262, 10238, 4905, 198, 10134, 5668, 13, 770, 3769, 257, 1365, 27479, 286, 262, 1181, 379, 597, 1813, 2589, 11, 198, 4360, 460, 22533, 2928, 1366, 4947, 422, 257, 8179, 4382, 13, 198, 198, 4061, 85, 21, 9405, 389, 2938, 284, 307, 287, 262, 25388, 2138, 621, 9902, 5794, 13, 198, 198, 464, 1708, 9729, 389, 4855, 25, 198, 198, 20231, 284, 6516, 16096, 198, 22369, 6329, 628, 220, 220, 220, 257, 17, 89, 198, 220, 220, 220, 220, 198, 5990, 687, 257, 3272, 9122, 286, 262, 9405, 287, 20613, 13, 49, 451, 7680, 13, 562, 1733, 602, 290, 198, 81, 79, 89, 13, 20031, 57, 13, 3642, 658, 13, 5429, 1146, 262, 1966, 389, 9405, 357, 16, 13, 17, 13, 18, 13, 19, 828, 981, 262, 198, 75, 1436, 389, 350, 5446, 376, 48, 35504, 82, 357, 19, 13, 18, 13, 17, 13, 16, 13, 259, 12, 29851, 13, 5117, 64, 737, 198, 198, 20231, 3307, 198, 24305, 628, 220, 220, 220, 37817, 90, 408, 92, 1279, 11246, 12, 21975, 29, 198, 220, 220, 220, 220, 198, 3855, 3307, 5115, 281, 2209, 6, 21811, 290, 1266, 6323, 11, 290, 198, 25356, 428, 318, 12548, 287, 262, 6516, 5678, 13, 383, 2457, 1627, 468, 257, 7684, 198, 1659, 47774, 24901, 290, 3146, 13, 5845, 389, 25, 198, 198, 9, 43458, 717, 1775, 25979, 422, 783, 357, 43012, 8, 198, 9, 43979, 938, 1775, 25979, 422, 783, 357, 43012, 8, 198, 9, 10662, 66, 12405, 954, 198, 9, 10662, 83, 12405, 5182, 198, 9, 289, 220, 339, 27915, 393, 4776, 198, 198, 26961, 3307, 198, 10541, 628, 220, 220, 220, 5726, 1279, 11246, 12, 21975, 29, 198, 198, 7293, 3565, 644, 318, 287, 262, 287, 12, 31673, 6516, 1570, 284, 644, 318, 1682, 1944, 287, 198, 1169, 6516, 12, 292, 12, 45852, 13, 24550, 14603, 3336, 11741, 25620, 18538, 4526, 35780, 3180, 19704, 45, 37846, 1340, 20958, 13, 770, 198, 21812, 5640, 257, 4553, 18538, 2581, 284, 307, 4884, 2354, 286, 262, 23633, 198, 38659, 11, 543, 22533, 12751, 2854, 286, 262, 5797, 13, 198, 198, 34991, 6795, 198, 32284, 628, 220, 220, 220, 10662, 67, 198, 220, 220, 220, 220, 198, 464, 21593, 286, 2972, 7587, 43359, 13, 198, 198, 30562, 38738, 16834, 198, 19351, 628, 220, 220, 220, 12940, 685, 27, 91, 37981, 1279, 17618, 29, 198, 198, 23114, 1321, 546, 262, 12784, 357, 2860, 16746, 8, 379, 262, 3726, 38155, 8, 198, 273, 886, 357, 43734, 286, 262, 16834, 13, 383, 7368, 1271, 286, 12784, 318, 9066, 13, 198, 198, 30562, 4319, 9278, 198, 24305, 628, 220, 220, 220, 49397, 90, 507, 92, 1279, 17618, 29, 198, 220, 220, 220, 220, 198, 7279, 26024, 257, 9156, 1100, 448, 286, 262, 749, 2274, 366, 77, 1, 12940, 819, 9278, 13, 1318, 318, 198, 272, 5387, 4179, 319, 262, 1271, 286, 819, 9278, 543, 389, 17383, 329, 198, 19023, 13, 198, 198, 26961, 6060, 22539, 198, 1783, 12, 628, 220, 220, 220, 1006, 81, 90, 5069, 92, 1279, 17618, 29, 198, 198, 7279, 26024, 257, 9156, 1100, 448, 286, 262, 749, 2274, 366, 77, 1, 6516, 14976, 37830, 13, 1874, 14191, 198, 4758, 7866, 366, 7091, 538, 673, 1723, 1, 357, 23870, 38738, 8, 389, 7530, 329, 1719, 6153, 198, 17018, 3194, 736, 284, 262, 6516, 2393, 287, 37830, 284, 17775, 2854, 12751, 26, 198, 361, 1243, 389, 1107, 8179, 2279, 743, 407, 651, 47193, 13, 198, 198, 33, 20981, 467, 832, 1115, 21164, 11, 379, 1551, 329, 18931, 4959, 25, 198, 198, 16, 8, 383, 15458, 318, 2727, 13, 198, 17, 8, 383, 15458, 318, 44657, 9405, 284, 4296, 351, 4713, 1321, 13, 198, 18, 8, 383, 15458, 318, 3194, 284, 262, 6516, 355, 281, 4296, 13, 198, 198, 4507, 270, 198, 650, 628, 220, 220, 220, 11238, 198, 220, 220, 220, 220, 198, 12915, 82, 262, 8624, 6246, 26, 645, 584, 2882, 8833, 13, 198, 198, 31077, 44380, 198, 26171, 198, 198, 10871, 2882, 1627, 318, 3143, 1631, 416, 530, 286, 777, 12416, 290, 281, 37101, 2272, 13, 628, 220, 220, 220, 939, 16282, 11, 2060, 1627, 5072, 13, 198, 220, 220, 220, 20064, 16282, 11, 3726, 286, 5021, 12, 1370, 5072, 13, 198, 220, 220, 220, 23679, 16282, 11, 24659, 1627, 13, 198, 220, 220, 220, 7337, 11787, 4049, 1220, 2089, 2581, 13, 198, 220, 220, 220, 5323, 1892, 1043, 393, 5387, 4049, 13, 198, 37811, 198, 11748, 640, 198, 11748, 18931, 198, 11748, 30351, 952, 198, 6738, 288, 5907, 13, 411, 14375, 1330, 1874, 14375, 198, 6738, 764, 81, 79, 89, 1330, 9575, 62, 1462, 62, 21975, 11, 2209, 62, 1462, 62, 50188, 198, 6738, 764, 258, 27915, 1330, 339, 27915, 62, 20786, 198, 198, 4871, 19390, 7, 15252, 2599, 198, 220, 220, 220, 37227, 19693, 284, 466, 351, 7587, 257, 2581, 13, 198, 220, 220, 220, 220, 198, 220, 220, 220, 383, 4686, 29005, 318, 4143, 19390, 7, 20500, 737, 26209, 290, 788, 466, 4232, 318, 20586, 198, 220, 220, 220, 351, 2882, 13, 18261, 460, 307, 2147, 11, 287, 543, 1339, 612, 318, 2147, 2252, 198, 220, 220, 220, 284, 466, 13, 198, 220, 220, 220, 37227, 628, 220, 220, 220, 9440, 10725, 5258, 796, 8633, 7, 64, 17, 89, 28, 16, 11, 2209, 28, 17, 11, 5726, 28, 17, 11, 10662, 67, 28, 16, 11, 12940, 28, 18, 11, 819, 9278, 28, 17, 11, 14976, 28, 17, 11, 11238, 28, 16, 8, 198, 220, 220, 220, 9564, 40438, 12861, 11617, 796, 1391, 479, 329, 479, 287, 9440, 10725, 5258, 13, 13083, 3419, 611, 18896, 7, 74, 8, 1875, 604, 1782, 628, 220, 220, 220, 825, 27965, 62, 25927, 7, 944, 11, 2581, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 34, 4262, 416, 11593, 15003, 834, 3419, 284, 27965, 262, 2581, 526, 15931, 198, 220, 220, 220, 220, 220, 220, 220, 4054, 796, 2116, 13, 12102, 378, 62, 25927, 7, 25927, 8, 198, 220, 220, 220, 220, 220, 220, 220, 611, 4054, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2438, 11, 26209, 796, 2116, 13, 14774, 62, 25927, 7, 47904, 8, 198, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 15942, 796, 2581, 58, 15, 4083, 21037, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2438, 11, 26209, 796, 651, 35226, 7, 944, 11, 15942, 5769, 25927, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 2116, 13, 47391, 62, 29891, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2882, 796, 10148, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 198, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 611, 18896, 7, 26209, 8, 6624, 352, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 26209, 796, 705, 90, 92, 23884, 59, 77, 4458, 18982, 7, 8189, 11, 2882, 58, 15, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 26209, 796, 705, 59, 77, 4458, 22179, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 357, 705, 90, 92, 23884, 4458, 18982, 7, 1627, 290, 23679, 393, 20064, 11, 2420, 1267, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 329, 1627, 11, 5239, 287, 27056, 378, 7, 26209, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 1343, 705, 59, 77, 6, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 198, 220, 220, 220, 220, 198, 220, 220, 220, 825, 257, 17, 89, 7, 944, 11, 2581, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 64, 17, 89, 37811, 198, 220, 220, 220, 220, 220, 220, 220, 9405, 796, 23243, 7, 944, 13, 260, 283, 62, 1177, 13, 562, 1733, 602, 13, 2860, 16746, 13, 13083, 28955, 198, 220, 220, 220, 220, 220, 220, 220, 6516, 13083, 796, 23243, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 685, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 357, 9575, 62, 1462, 62, 21975, 7, 1976, 74, 10612, 1976, 74, 1267, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 329, 1976, 74, 287, 2116, 13, 260, 283, 62, 1177, 13, 81, 79, 89, 13, 3642, 658, 13, 13083, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2361, 198, 220, 220, 220, 220, 220, 220, 220, 1267, 628, 220, 220, 220, 220, 220, 220, 220, 2882, 796, 17635, 198, 220, 220, 220, 220, 220, 220, 220, 751, 3808, 796, 657, 198, 220, 220, 220, 220, 220, 220, 220, 1976, 591, 796, 657, 198, 220, 220, 220, 220, 220, 220, 220, 981, 9405, 393, 6516, 13083, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 220, 220, 9405, 58, 15, 60, 1279, 6516, 13083, 58, 15, 7131, 15, 5974, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2882, 13, 33295, 10786, 27, 23884, 4458, 18982, 7, 2860, 16746, 13, 12924, 7, 15, 22305, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 751, 3808, 15853, 352, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1288, 361, 9405, 58, 15, 60, 1875, 6516, 13083, 58, 15, 7131, 15, 5974, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2882, 13, 33295, 10786, 29, 23884, 4458, 18982, 7, 11340, 13083, 13, 12924, 7, 15, 38381, 16, 60, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1976, 591, 15853, 352, 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, 1619, 9405, 58, 15, 60, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1619, 6516, 13083, 58, 15, 60, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 939, 11, 2882, 628, 220, 220, 220, 825, 2209, 7, 944, 11, 2581, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 29851, 90, 408, 92, 1279, 11246, 12, 21975, 29, 198, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 14927, 286, 257, 3024, 2085, 11, 475, 994, 338, 644, 338, 1016, 319, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 1635, 1002, 612, 338, 645, 1266, 6323, 340, 714, 307, 326, 338, 780, 340, 373, 9639, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 422, 262, 4036, 6516, 2393, 11, 543, 356, 460, 1560, 611, 340, 468, 257, 6795, 1875, 352, 290, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 262, 717, 5726, 318, 6045, 13, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 1635, 3819, 1243, 13, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 37817, 796, 2581, 58, 16, 60, 198, 220, 220, 220, 220, 220, 220, 220, 9405, 796, 2116, 13, 260, 283, 62, 1177, 13, 562, 1733, 602, 13, 2860, 16746, 198, 220, 220, 220, 220, 220, 220, 220, 611, 37817, 407, 287, 9405, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 5323, 11, 37250, 1662, 1043, 20520, 198, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 37817, 62, 8344, 796, 9405, 58, 29851, 60, 198, 220, 220, 220, 220, 220, 220, 220, 1266, 796, 37817, 62, 8344, 13, 13466, 62, 29268, 628, 220, 220, 220, 220, 220, 220, 220, 6516, 62, 2539, 796, 2209, 62, 1462, 62, 50188, 7, 29851, 8, 198, 220, 220, 220, 220, 220, 220, 220, 611, 6516, 62, 2539, 287, 2116, 13, 260, 283, 62, 1177, 13, 81, 79, 89, 13, 3642, 658, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 50116, 796, 2116, 13, 260, 283, 62, 1177, 13, 81, 79, 89, 13, 3642, 658, 58, 11340, 62, 2539, 4083, 20692, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 50116, 62, 7983, 796, 37817, 62, 8344, 13, 15699, 7, 20692, 8, 198, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 50116, 796, 50116, 62, 7983, 796, 6045, 628, 220, 220, 220, 220, 220, 220, 220, 611, 1266, 318, 6045, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1266, 62, 7983, 796, 6045, 198, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1266, 62, 7983, 796, 1266, 13, 7983, 628, 220, 220, 220, 220, 220, 220, 220, 2882, 796, 17635, 198, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 611, 1266, 318, 6045, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 407, 357, 20692, 62, 7983, 290, 50116, 62, 7983, 58, 15, 60, 6624, 6045, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2882, 13, 33295, 10786, 0, 645, 1266, 6323, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 1266, 13, 7983, 407, 287, 37817, 62, 8344, 13, 411, 14191, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2882, 13, 33295, 10786, 0, 1266, 6323, 407, 287, 14659, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 329, 6323, 287, 23243, 7, 29851, 62, 8344, 13, 411, 14191, 13, 27160, 3419, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2882, 13, 33295, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 90, 92, 23884, 4458, 18982, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 357, 13466, 318, 407, 6045, 290, 1266, 6624, 6323, 8, 290, 705, 8162, 6, 393, 705, 220, 220, 46083, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6323, 13, 7983, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 783, 796, 640, 13, 2435, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2882, 13, 33295, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 220, 220, 220, 220, 220, 220, 220, 43458, 29164, 25, 15, 13, 16, 69, 92, 43979, 29164, 25, 15, 13, 16, 69, 92, 10662, 66, 29164, 25, 67, 92, 10662, 83, 29164, 25, 15, 13, 16, 69, 92, 289, 29164, 25, 15, 13, 16, 69, 92, 4458, 18982, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 6323, 13, 11085, 62, 15898, 12, 2197, 11, 6323, 13, 12957, 62, 15898, 12, 2197, 11, 6323, 13, 22766, 62, 9127, 11, 6323, 13, 22766, 62, 83, 10920, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 339, 27915, 62, 20786, 7, 29268, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 198, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 6516, 62, 2539, 796, 2209, 62, 1462, 62, 50188, 7, 29851, 8, 198, 220, 220, 220, 220, 220, 220, 220, 611, 6516, 62, 2539, 287, 2116, 13, 260, 283, 62, 1177, 13, 81, 79, 89, 13, 3642, 658, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2882, 13, 33295, 10786, 3784, 23884, 4458, 18982, 7, 944, 13, 260, 283, 62, 1177, 13, 81, 79, 89, 13, 3642, 658, 58, 11340, 62, 2539, 4083, 20692, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2882, 13, 33295, 10786, 3784, 49684, 2751, 16034, 1168, 11651, 22904, 15365, 11537, 628, 220, 220, 220, 220, 220, 220, 220, 1441, 939, 11, 2882, 628, 220, 220, 220, 825, 5726, 7, 944, 11, 2581, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 13000, 1279, 11246, 12, 21975, 29, 37811, 198, 220, 220, 220, 220, 220, 220, 220, 37817, 796, 2581, 58, 16, 60, 198, 220, 220, 220, 220, 220, 220, 220, 6516, 62, 2539, 796, 2209, 62, 1462, 62, 50188, 7, 29851, 8, 198, 220, 220, 220, 220, 220, 220, 220, 374, 79, 89, 796, 2116, 13, 260, 283, 62, 1177, 13, 81, 79, 89, 198, 220, 220, 220, 220, 220, 220, 220, 10154, 796, 374, 79, 89, 13, 3642, 658, 198, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 611, 6516, 62, 2539, 407, 287, 10154, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4088, 62, 8367, 796, 705, 1174, 49684, 2751, 12429, 6, 198, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4088, 62, 8367, 796, 10154, 58, 11340, 62, 2539, 4083, 20692, 198, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 581, 14375, 796, 1874, 14375, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 581, 14375, 13, 14933, 263, 690, 796, 685, 81, 79, 89, 13, 15388, 60, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3280, 796, 581, 14375, 13, 22766, 7, 11340, 62, 2539, 1343, 705, 2637, 1343, 374, 79, 89, 13, 81, 79, 89, 11, 705, 47, 5446, 3256, 2723, 28, 81, 79, 89, 13, 15388, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4382, 62, 8367, 796, 3280, 58, 15, 4083, 16793, 13, 1462, 62, 5239, 22446, 81, 36311, 10786, 2637, 8, 198, 220, 220, 220, 220, 220, 220, 220, 2845, 35528, 355, 304, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4382, 62, 8367, 796, 705, 1174, 705, 1343, 2099, 7, 68, 737, 834, 3672, 834, 1343, 705, 12429, 6, 628, 220, 220, 220, 220, 220, 220, 220, 1441, 939, 11, 37250, 90, 92, 23884, 4458, 18982, 7, 31673, 62, 8367, 11, 4382, 62, 8367, 15437, 628, 220, 220, 220, 825, 10662, 67, 7, 944, 11, 2581, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 80, 67, 37811, 198, 220, 220, 220, 220, 220, 220, 220, 2882, 796, 17635, 198, 220, 220, 220, 220, 220, 220, 220, 2882, 13, 33295, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 562, 41003, 25, 23884, 4458, 18982, 7, 944, 13, 260, 283, 62, 1177, 13, 562, 41003, 62, 36560, 13, 80, 7857, 28955, 198, 220, 220, 220, 220, 220, 220, 220, 1267, 198, 220, 220, 220, 220, 220, 220, 220, 2882, 13, 33295, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 82, 14375, 25, 23884, 4458, 18982, 7, 944, 13, 260, 283, 62, 1177, 13, 82, 14375, 62, 36560, 13, 80, 7857, 28955, 198, 220, 220, 220, 220, 220, 220, 220, 1267, 198, 220, 220, 220, 220, 220, 220, 220, 2882, 13, 33295, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 1990, 2867, 25, 23884, 4458, 18982, 7, 944, 13, 260, 283, 62, 1177, 13, 23870, 62, 1990, 2867, 62, 1416, 704, 6309, 8, 198, 220, 220, 220, 220, 220, 220, 220, 1267, 198, 220, 220, 220, 220, 220, 220, 220, 2882, 13, 33295, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 11340, 5992, 25, 23884, 4458, 18982, 7, 944, 13, 260, 283, 62, 1177, 13, 81, 79, 89, 13, 35943, 62, 36560, 13, 80, 7857, 28955, 198, 220, 220, 220, 220, 220, 220, 220, 1267, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 939, 11, 2882, 198, 220, 220, 220, 220, 198, 220, 220, 220, 825, 12940, 7, 944, 11, 2581, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 23870, 685, 27, 91, 37981, 1279, 17618, 29, 37811, 198, 220, 220, 220, 220, 220, 220, 220, 543, 62, 437, 796, 2581, 58, 16, 60, 198, 220, 220, 220, 220, 220, 220, 220, 611, 543, 62, 437, 407, 287, 705, 27, 29, 10354, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 2116, 13, 14774, 62, 25927, 10786, 40319, 33490, 1, 393, 366, 24618, 11537, 628, 220, 220, 220, 220, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 299, 62, 2860, 3808, 796, 493, 7, 25927, 58, 17, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 299, 62, 2860, 3808, 1279, 352, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5298, 11052, 12331, 198, 220, 220, 220, 220, 220, 220, 220, 2845, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 2116, 13, 14774, 62, 25927, 10786, 40319, 257, 3967, 18253, 1988, 11537, 628, 220, 220, 220, 220, 220, 220, 220, 15814, 796, 2116, 13, 260, 283, 62, 1177, 13, 562, 1733, 602, 198, 220, 220, 220, 220, 220, 220, 220, 2882, 796, 17635, 628, 220, 220, 220, 220, 220, 220, 220, 581, 62, 2860, 3808, 796, 2160, 19510, 11925, 7, 64, 13, 411, 14191, 8, 329, 257, 287, 15814, 13, 2860, 16746, 13, 27160, 3419, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 581, 62, 23870, 796, 15814, 13, 77, 62, 411, 14191, 198, 220, 220, 220, 220, 220, 220, 220, 2882, 13, 33295, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 6398, 723, 1874, 14191, 287, 12940, 25, 23884, 220, 4036, 25, 23884, 4458, 18982, 7, 411, 62, 23870, 11, 581, 62, 2860, 3808, 8, 198, 220, 220, 220, 220, 220, 220, 220, 1267, 628, 220, 220, 220, 220, 220, 220, 220, 12940, 796, 15814, 13, 23870, 198, 220, 220, 220, 220, 220, 220, 220, 611, 299, 62, 2860, 3808, 1875, 18896, 7, 23870, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 299, 62, 2860, 3808, 796, 18896, 7, 23870, 8, 198, 220, 220, 220, 220, 220, 220, 220, 611, 543, 62, 437, 6624, 705, 27, 10354, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1312, 796, 657, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 753, 796, 352, 198, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1312, 796, 532, 16, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 753, 796, 532, 16, 198, 220, 220, 220, 220, 220, 220, 220, 981, 299, 62, 2860, 3808, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2209, 796, 12940, 58, 72, 60, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2882, 13, 33295, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 90, 92, 37913, 30072, 4458, 18982, 7, 21975, 13, 21975, 11, 18896, 7, 21975, 13, 411, 14191, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1312, 15853, 753, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 299, 62, 2860, 3808, 48185, 352, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 939, 11, 2882, 198, 220, 220, 220, 220, 198, 220, 220, 220, 825, 819, 9278, 7, 944, 11, 2581, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 1990, 9278, 1279, 17618, 29, 37811, 198, 220, 220, 220, 220, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 299, 62, 1990, 14137, 796, 493, 7, 25927, 58, 16, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 299, 62, 1990, 14137, 1279, 352, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5298, 11052, 12331, 198, 220, 220, 220, 220, 220, 220, 220, 2845, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 2116, 13, 14774, 62, 25927, 10786, 40319, 257, 3967, 18253, 1988, 11537, 628, 220, 220, 220, 220, 220, 220, 220, 49706, 796, 2116, 13, 260, 283, 62, 1177, 13, 562, 1733, 602, 13, 6404, 1362, 198, 220, 220, 220, 220, 220, 220, 220, 2882, 796, 17635, 198, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 611, 299, 62, 1990, 14137, 1875, 18896, 7, 6404, 1362, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 299, 62, 1990, 14137, 796, 18896, 7, 6404, 1362, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 2779, 796, 299, 62, 1990, 14137, 1635, 532, 16, 198, 220, 220, 220, 220, 220, 220, 220, 329, 299, 287, 2837, 7, 77, 62, 1990, 14137, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5726, 796, 49706, 13, 6404, 58, 8692, 1343, 299, 60, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2882, 13, 33295, 10786, 1174, 46110, 15, 13, 18, 69, 92, 12429, 4458, 18982, 7, 13000, 13, 16514, 27823, 532, 640, 13, 2435, 3419, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2882, 13, 33295, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 4965, 14191, 32105, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2882, 13, 33295, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 220, 220, 220, 220, 440, 1857, 29164, 25, 29, 21, 67, 92, 220, 220, 220, 220, 220, 12744, 29164, 25, 29, 21, 67, 92, 220, 220, 220, 220, 220, 14594, 29164, 25, 29, 21, 67, 92, 220, 220, 220, 220, 220, 399, 2293, 29164, 25, 29, 21, 67, 92, 4458, 18982, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1635, 58, 13000, 58, 74, 60, 329, 479, 287, 705, 78, 1857, 2496, 62, 7742, 62, 7857, 1762, 62, 7742, 62, 7857, 299, 62, 411, 14191, 4458, 35312, 3419, 60, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2882, 13, 33295, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 4550, 16746, 32105, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 299, 62, 2860, 16746, 796, 5726, 17816, 77, 62, 2860, 16746, 20520, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2882, 13, 33295, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 220, 220, 220, 41344, 29164, 25, 29, 21, 67, 92, 220, 46110, 29, 940, 82, 92, 29164, 25, 29, 21, 67, 92, 220, 220, 220, 220, 220, 36931, 276, 29164, 25, 29, 21, 67, 92, 220, 220, 220, 220, 1024, 33342, 29164, 25, 29, 21, 67, 92, 4458, 18982, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 299, 62, 2860, 16746, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 357, 77, 62, 2860, 16746, 1875, 352, 290, 705, 6690, 88, 20095, 6, 393, 705, 28008, 33809, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 357, 77, 62, 2860, 16746, 1875, 352, 290, 18896, 7, 13000, 17816, 260, 15539, 276, 62, 2860, 16746, 6, 12962, 393, 5726, 17816, 29762, 62, 21975, 20520, 828, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 18896, 7, 13000, 17816, 43958, 62, 2860, 16746, 20520, 828, 18896, 7, 13000, 17816, 2934, 33342, 62, 2860, 16746, 6, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2882, 13, 33295, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 32, 4812, 276, 32105, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2882, 15853, 37250, 220, 220, 220, 23884, 4458, 18982, 7, 74, 8, 329, 479, 287, 23243, 7, 13000, 17816, 43958, 62, 2860, 16746, 6, 12962, 60, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2882, 13, 33295, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 5005, 33342, 32105, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2882, 15853, 37250, 220, 220, 220, 23884, 4458, 18982, 7, 74, 8, 329, 479, 287, 23243, 7, 13000, 17816, 2934, 33342, 62, 2860, 16746, 6, 12962, 60, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 299, 62, 2860, 16746, 1875, 352, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2882, 13, 33295, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 6690, 88, 20095, 32105, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2882, 15853, 37250, 220, 220, 220, 23884, 4458, 18982, 7, 74, 8, 329, 479, 287, 23243, 7, 13000, 17816, 260, 15539, 276, 62, 2860, 16746, 6, 12962, 60, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2882, 13, 33295, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 41572, 37051, 32105, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 329, 4540, 287, 23243, 7, 13000, 17816, 46188, 37051, 20520, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2882, 13, 33295, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 220, 220, 220, 46110, 29, 23, 13, 16, 69, 92, 220, 220, 220, 46110, 29, 18, 67, 92, 220, 220, 23884, 4458, 18982, 7, 46188, 20540, 58, 15, 4357, 4540, 58, 16, 4357, 4540, 58, 17, 4083, 21975, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2882, 13, 33295, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 220, 220, 220, 220, 220, 220, 220, 220, 220, 23884, 4458, 18982, 7, 46188, 20540, 58, 18, 4083, 7983, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 939, 11, 2882, 198, 220, 220, 220, 220, 198, 220, 220, 220, 825, 14976, 7, 944, 11, 2581, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 5420, 3447, 1279, 17618, 29, 37811, 198, 220, 220, 220, 220, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 299, 62, 929, 19581, 796, 493, 7, 25927, 58, 16, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 299, 62, 929, 19581, 1279, 352, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5298, 11052, 12331, 198, 220, 220, 220, 220, 220, 220, 220, 2845, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 2116, 13, 14774, 62, 25927, 10786, 40319, 257, 3967, 18253, 1988, 11537, 628, 220, 220, 220, 220, 220, 220, 220, 49706, 796, 2116, 13, 260, 283, 62, 1177, 13, 81, 79, 89, 13, 43501, 62, 6404, 1362, 198, 220, 220, 220, 220, 220, 220, 220, 2882, 796, 17635, 198, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 611, 299, 62, 929, 19581, 1875, 18896, 7, 6404, 1362, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 299, 62, 929, 19581, 796, 18896, 7, 6404, 1362, 8, 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, 220, 2779, 796, 299, 62, 929, 19581, 1635, 532, 16, 198, 220, 220, 220, 220, 220, 220, 220, 329, 299, 287, 2837, 7, 77, 62, 929, 19581, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 24550, 25, 383, 1181, 481, 5004, 644, 460, 307, 9066, 11, 290, 287, 1210, 318, 5295, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 220, 220, 220, 220, 220, 220, 416, 262, 8251, 543, 389, 1695, 611, 345, 1100, 374, 79, 89, 13, 33, 963, 11187, 1362, 13, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5726, 796, 49706, 13, 6404, 58, 8692, 1343, 299, 60, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1181, 796, 49706, 13, 5219, 7, 8692, 1343, 299, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2882, 13, 33295, 10786, 1174, 46110, 15, 13, 18, 69, 92, 23884, 12429, 4458, 18982, 7, 13000, 13, 16514, 27823, 532, 640, 13, 2435, 22784, 1181, 13, 45828, 3419, 4008, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 49706, 13, 44724, 58, 5219, 60, 19841, 49706, 13, 44724, 17816, 4134, 388, 8306, 6, 5974, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 15458, 62, 7857, 796, 357, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 49706, 13, 44724, 58, 5219, 60, 19841, 49706, 13, 44724, 17816, 20751, 20520, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 290, 705, 33, 963, 12849, 29164, 25, 29, 19, 67, 92, 4458, 18982, 7, 13000, 17816, 43501, 62, 7857, 6, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 393, 220, 10148, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2882, 13, 33295, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 4550, 27592, 29164, 25, 29, 19, 67, 92, 220, 220, 220, 7472, 284, 10854, 29164, 25, 29, 19, 67, 92, 220, 220, 220, 23884, 4458, 18982, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5726, 17816, 2860, 62, 66, 5691, 6, 4357, 5726, 17816, 1462, 62, 14681, 6, 4357, 15458, 62, 7857, 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, 220, 220, 220, 220, 922, 796, 5726, 13, 1136, 10786, 260, 15539, 276, 62, 11274, 3256, 657, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 645, 62, 13466, 796, 5726, 13, 1136, 10786, 260, 15539, 276, 62, 3919, 62, 13466, 62, 29268, 3256, 657, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 645, 62, 411, 14191, 796, 5726, 13, 1136, 10786, 260, 15539, 276, 62, 3919, 62, 411, 14191, 3256, 657, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 16926, 46, 25, 770, 318, 2045, 329, 45663, 992, 15900, 13, 632, 460, 307, 4615, 379, 617, 966, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 220, 220, 220, 220, 220, 220, 287, 262, 2003, 618, 8168, 18140, 644, 428, 318, 546, 13, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 357, 11274, 1343, 645, 62, 13466, 1343, 645, 62, 411, 14191, 8, 14512, 5726, 13, 1136, 10786, 260, 15539, 276, 3256, 657, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2882, 13, 33295, 10786, 3347, 538, 389, 28867, 0, 357, 8548, 7549, 8168, 7224, 428, 8, 11537, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2882, 13, 33295, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 6690, 88, 20095, 220, 220, 4599, 29164, 25, 29, 19, 67, 92, 220, 220, 1400, 6705, 29164, 25, 29, 19, 67, 92, 220, 1400, 1874, 14191, 29164, 25, 29, 19, 67, 92, 4458, 18982, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 922, 11, 645, 62, 13466, 11, 645, 62, 411, 14191, 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, 611, 49706, 13, 44724, 58, 5219, 60, 19841, 49706, 13, 44724, 17816, 20751, 6, 5974, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2882, 13, 33295, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 7397, 1098, 29164, 25, 29, 18, 67, 92, 220, 220, 220, 220, 220, 14712, 12849, 19390, 29164, 25, 29, 20, 67, 92, 220, 220, 18261, 29164, 25, 29, 19, 67, 92, 4458, 18982, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5726, 17816, 19119, 62, 6015, 1098, 6, 4357, 5726, 17816, 21809, 62, 42180, 62, 33661, 6, 4357, 5726, 17816, 21809, 62, 4363, 62, 33661, 20520, 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, 611, 49706, 13, 44724, 58, 5219, 60, 19841, 49706, 13, 44724, 17816, 16502, 6, 5974, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 7587, 796, 357, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 49706, 13, 44724, 58, 5219, 60, 19841, 49706, 13, 44724, 17816, 20751, 20520, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 290, 705, 18709, 278, 29164, 25, 29, 15, 13, 18, 69, 92, 4458, 18982, 7, 13000, 17816, 785, 24547, 62, 16514, 27823, 20520, 12, 13000, 17816, 400, 10126, 62, 16514, 27823, 6, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 393, 10148, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1267, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2882, 13, 33295, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 9527, 28361, 220, 220, 6366, 388, 8306, 29164, 25, 29, 15, 13, 18, 69, 92, 220, 23884, 4458, 18982, 7, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5726, 17816, 400, 10126, 62, 16514, 27823, 20520, 532, 5726, 13, 16514, 27823, 11, 7587, 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, 220, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 939, 11, 2882, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 825, 11238, 7, 944, 11, 2581, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 47391, 37811, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 47391, 62, 29891, 796, 6407, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 939, 11, 17635, 628, 220, 220, 220, 825, 2089, 62, 25927, 7, 944, 11, 1738, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 32, 2089, 14, 403, 26243, 1143, 2581, 526, 15931, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 7337, 11, 685, 41181, 60, 198, 198, 4871, 30532, 7, 15252, 2599, 198, 220, 220, 220, 37227, 21947, 329, 262, 8624, 526, 15931, 198, 220, 220, 220, 825, 11593, 15003, 834, 7, 944, 11, 288, 77, 301, 499, 28, 14202, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 16447, 257, 4732, 2134, 13, 198, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 288, 77, 301, 499, 318, 7685, 900, 287, 2438, 11, 475, 356, 1208, 340, 287, 351, 257, 4277, 286, 198, 220, 220, 220, 220, 220, 220, 220, 6045, 284, 787, 663, 4931, 1900, 13, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 32656, 301, 499, 796, 288, 77, 301, 499, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 198 ]
2.121586
7,945
#imports #global variables #classes from tkinter import N #functions #main code
[ 198, 2, 320, 3742, 198, 2, 20541, 9633, 198, 2, 37724, 628, 198, 198, 6738, 256, 74, 3849, 1330, 399, 628, 220, 220, 220, 220, 198, 2, 12543, 2733, 198, 2, 12417, 2438, 628, 628, 628 ]
2.638889
36
TITLE_TEXT_SIZE=30 NEXT_TRAIN_TEXT_SIZE=36 GREEN="#3ab54a" TRANSIT_API_ENDPOINT="https://www.mbta.com"
[ 49560, 2538, 62, 32541, 62, 33489, 28, 1270, 198, 45, 13918, 62, 51, 3861, 1268, 62, 32541, 62, 33489, 28, 2623, 198, 43016, 25698, 18, 397, 4051, 64, 1, 198, 5446, 15037, 2043, 62, 17614, 62, 1677, 6322, 46, 12394, 2625, 5450, 1378, 2503, 13, 2022, 8326, 13, 785, 1 ]
2.04
50
''' Created on 17 May 2021 @author: julianporter ''' from .numeric import HexConverter,IntConverter from .text import String8Converter,String16Converter HEXConv = HexConverter() BYTEConv = IntConverter(1) WORDConv = IntConverter(2) DWORDConv = IntConverter(4) STR8Conv = String8Converter() STR16Conv = String16Converter()
[ 7061, 6, 198, 41972, 319, 1596, 1737, 33448, 198, 198, 31, 9800, 25, 474, 377, 666, 26634, 198, 7061, 6, 198, 198, 6738, 764, 77, 39223, 1330, 22212, 3103, 332, 353, 11, 5317, 3103, 332, 353, 220, 198, 6738, 764, 5239, 1330, 10903, 23, 3103, 332, 353, 11, 10100, 1433, 3103, 332, 353, 628, 198, 220, 220, 220, 198, 198, 39, 6369, 3103, 85, 796, 22212, 3103, 332, 353, 3419, 198, 17513, 51, 2943, 261, 85, 796, 2558, 3103, 332, 353, 7, 16, 8, 198, 54, 12532, 3103, 85, 796, 2558, 3103, 332, 353, 7, 17, 8, 198, 42955, 12532, 3103, 85, 796, 2558, 3103, 332, 353, 7, 19, 8, 198, 18601, 23, 3103, 85, 796, 10903, 23, 3103, 332, 353, 3419, 198, 18601, 1433, 3103, 85, 796, 10903, 1433, 3103, 332, 353, 3419, 198 ]
2.459259
135
import slither i = 0 slither.setup("") slither.runMainLoop(run_a_frame)
[ 11748, 1017, 1555, 198, 198, 72, 796, 657, 198, 198, 6649, 1555, 13, 40406, 7203, 4943, 198, 198, 6649, 1555, 13, 5143, 13383, 39516, 7, 5143, 62, 64, 62, 14535, 8, 198 ]
2.34375
32
from fractions import Fraction import matplotlib.pyplot as plt import mpltern import pandas as pd import numpy as np if __name__ == "__main__": df_path = '/Users/simons/PycharmProjects/MT-VAEs-TDA/output/eval/WCAE/metrics_selected_processed.csv' # get df with cols: eval metrics (tbd), uid, k, bs, mu_push metrics = ['rmse_manifold_Z', 'training.loss.autoencoder', 'test_mean_Lipschitz_std_refZ', 'test_mean_Lipschitz_std_refZ'] # get uids, get mu_push, k out of uid df = pd.read_csv(df_path) metrics = ['rmse_manifold_Z', 'training.loss.autoencoder', 'test_mean_Lipschitz_std_refZ', 'test_mean_trustworthiness'] max_metrics = ['test_mean_trustworthiness'] metric = metrics[2] df = df[df['metric'] == metric] df = df[['batch_size', 'mu_push', 'k', 'value']] if metric in max_metrics: df = df.groupby(['batch_size', 'mu_push', 'k'], as_index=False).min() else: df = df.groupby(['batch_size', 'mu_push', 'k'], as_index=False).min() print(df) ax = plt.subplot(projection='ternary') bs_replace = { 64 : 0, 128: 0.25, 256: 0.5, 512: 1 } k_replace = { 1: 0, 2: 0.2, 3: 0.4, 4: 0.6, 5: 0.8, 6: 1, } mu_replace = { 1 : 0, 1.05: 0.2, 1.1 : 0.4, 1.15: 0.6, 1.2 : 0.8, 1.25: 1, } bs = list(df['batch_size'].replace(bs_replace)) k = list(df['k'].replace(k_replace)) mu = list(df['mu_push'].replace(mu_replace)) v = list(df['value']) print(df) vmin = 0.0 vmax = 1.2 levels = np.linspace(vmin, vmax, 7) cs = ax.tricontourf(bs, k, mu, v) #cs = ax.tripcolor(bs, k, mu, v, shading = 'gouraud', rasterized = True) #cs = ax.tripcolor(bs, k, mu, v, shading='flat') cax = ax.inset_axes([1.05, 0.1, 0.05, 0.9]) colorbar = plt.colorbar(cs, cax=cax) colorbar.set_label('Length', rotation=270, va='baseline') ax.set_tlabel('Batch size') ax.set_llabel('k') ax.set_rlabel('mu') ax.taxis.set_label_position('tick1') ax.laxis.set_label_position('tick1') ax.raxis.set_label_position('tick1') plt.show()
[ 6738, 49876, 1330, 376, 7861, 198, 198, 11748, 2603, 29487, 8019, 13, 9078, 29487, 355, 458, 83, 198, 11748, 285, 489, 759, 198, 11748, 19798, 292, 355, 279, 67, 198, 11748, 299, 32152, 355, 45941, 198, 198, 361, 11593, 3672, 834, 6624, 366, 834, 12417, 834, 1298, 198, 220, 220, 220, 47764, 62, 6978, 796, 31051, 14490, 14, 14323, 684, 14, 20519, 354, 1670, 16775, 82, 14, 13752, 12, 11731, 23041, 12, 51, 5631, 14, 22915, 14, 18206, 14, 54, 8141, 36, 14, 4164, 10466, 62, 34213, 62, 14681, 276, 13, 40664, 6, 628, 220, 220, 220, 1303, 651, 47764, 351, 951, 82, 25, 5418, 20731, 357, 83, 17457, 828, 334, 312, 11, 479, 11, 275, 82, 11, 38779, 62, 14689, 198, 220, 220, 220, 20731, 796, 37250, 26224, 325, 62, 805, 361, 727, 62, 57, 3256, 705, 34409, 13, 22462, 13, 2306, 6571, 66, 12342, 3256, 705, 9288, 62, 32604, 62, 43, 2419, 354, 4224, 62, 19282, 62, 5420, 57, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 9288, 62, 32604, 62, 43, 2419, 354, 4224, 62, 19282, 62, 5420, 57, 20520, 628, 220, 220, 220, 1303, 651, 334, 2340, 11, 651, 38779, 62, 14689, 11, 479, 503, 286, 334, 312, 628, 220, 220, 220, 47764, 796, 279, 67, 13, 961, 62, 40664, 7, 7568, 62, 6978, 8, 198, 220, 220, 220, 20731, 796, 37250, 26224, 325, 62, 805, 361, 727, 62, 57, 3256, 705, 34409, 13, 22462, 13, 2306, 6571, 66, 12342, 3256, 705, 9288, 62, 32604, 62, 43, 2419, 354, 4224, 62, 19282, 62, 5420, 57, 3256, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 705, 9288, 62, 32604, 62, 38087, 48756, 20520, 198, 220, 220, 220, 3509, 62, 4164, 10466, 796, 37250, 9288, 62, 32604, 62, 38087, 48756, 20520, 628, 220, 220, 220, 18663, 796, 20731, 58, 17, 60, 628, 220, 220, 220, 47764, 796, 47764, 58, 7568, 17816, 4164, 1173, 20520, 6624, 18663, 60, 198, 220, 220, 220, 47764, 796, 47764, 58, 17816, 43501, 62, 7857, 3256, 705, 30300, 62, 14689, 3256, 705, 74, 3256, 705, 8367, 6, 11907, 198, 220, 220, 220, 611, 18663, 287, 3509, 62, 4164, 10466, 25, 198, 220, 220, 220, 220, 220, 220, 220, 47764, 796, 47764, 13, 8094, 1525, 7, 17816, 43501, 62, 7857, 3256, 705, 30300, 62, 14689, 3256, 705, 74, 6, 4357, 355, 62, 9630, 28, 25101, 737, 1084, 3419, 198, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 47764, 796, 47764, 13, 8094, 1525, 7, 17816, 43501, 62, 7857, 3256, 705, 30300, 62, 14689, 3256, 705, 74, 6, 4357, 355, 62, 9630, 28, 25101, 737, 1084, 3419, 198, 220, 220, 220, 3601, 7, 7568, 8, 198, 220, 220, 220, 7877, 796, 458, 83, 13, 7266, 29487, 7, 16302, 295, 11639, 759, 560, 11537, 628, 220, 220, 220, 275, 82, 62, 33491, 796, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 5598, 1058, 657, 11, 198, 220, 220, 220, 220, 220, 220, 220, 13108, 25, 657, 13, 1495, 11, 198, 220, 220, 220, 220, 220, 220, 220, 17759, 25, 657, 13, 20, 11, 198, 220, 220, 220, 220, 220, 220, 220, 22243, 25, 352, 198, 220, 220, 220, 1782, 628, 220, 220, 220, 479, 62, 33491, 796, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 352, 25, 657, 11, 198, 220, 220, 220, 220, 220, 220, 220, 362, 25, 657, 13, 17, 11, 198, 220, 220, 220, 220, 220, 220, 220, 513, 25, 657, 13, 19, 11, 198, 220, 220, 220, 220, 220, 220, 220, 604, 25, 657, 13, 21, 11, 198, 220, 220, 220, 220, 220, 220, 220, 642, 25, 657, 13, 23, 11, 198, 220, 220, 220, 220, 220, 220, 220, 718, 25, 352, 11, 198, 220, 220, 220, 1782, 628, 220, 220, 220, 38779, 62, 33491, 796, 1391, 198, 220, 220, 220, 220, 220, 220, 220, 352, 220, 220, 1058, 657, 11, 198, 220, 220, 220, 220, 220, 220, 220, 352, 13, 2713, 25, 657, 13, 17, 11, 198, 220, 220, 220, 220, 220, 220, 220, 352, 13, 16, 1058, 657, 13, 19, 11, 198, 220, 220, 220, 220, 220, 220, 220, 352, 13, 1314, 25, 657, 13, 21, 11, 198, 220, 220, 220, 220, 220, 220, 220, 352, 13, 17, 1058, 657, 13, 23, 11, 198, 220, 220, 220, 220, 220, 220, 220, 352, 13, 1495, 25, 352, 11, 198, 220, 220, 220, 1782, 628, 220, 220, 220, 275, 82, 796, 1351, 7, 7568, 17816, 43501, 62, 7857, 6, 4083, 33491, 7, 1443, 62, 33491, 4008, 198, 220, 220, 220, 479, 796, 1351, 7, 7568, 17816, 74, 6, 4083, 33491, 7, 74, 62, 33491, 4008, 198, 220, 220, 220, 38779, 796, 1351, 7, 7568, 17816, 30300, 62, 14689, 6, 4083, 33491, 7, 30300, 62, 33491, 4008, 198, 220, 220, 220, 410, 796, 1351, 7, 7568, 17816, 8367, 6, 12962, 198, 220, 220, 220, 3601, 7, 7568, 8, 198, 220, 220, 220, 410, 1084, 796, 657, 13, 15, 198, 220, 220, 220, 410, 9806, 796, 352, 13, 17, 198, 220, 220, 220, 2974, 796, 45941, 13, 21602, 10223, 7, 85, 1084, 11, 410, 9806, 11, 767, 8, 628, 220, 220, 220, 50115, 796, 7877, 13, 83, 1173, 756, 454, 69, 7, 1443, 11, 479, 11, 38779, 11, 410, 8, 198, 220, 220, 220, 1303, 6359, 796, 7877, 13, 39813, 8043, 7, 1443, 11, 479, 11, 38779, 11, 410, 11, 49065, 796, 705, 70, 280, 22863, 3256, 374, 1603, 1143, 796, 6407, 8, 198, 220, 220, 220, 1303, 6359, 796, 7877, 13, 39813, 8043, 7, 1443, 11, 479, 11, 38779, 11, 410, 11, 49065, 11639, 38568, 11537, 198, 220, 220, 220, 269, 897, 796, 7877, 13, 1040, 316, 62, 897, 274, 26933, 16, 13, 2713, 11, 657, 13, 16, 11, 657, 13, 2713, 11, 657, 13, 24, 12962, 198, 220, 220, 220, 3124, 5657, 796, 458, 83, 13, 8043, 5657, 7, 6359, 11, 269, 897, 28, 66, 897, 8, 198, 220, 220, 220, 3124, 5657, 13, 2617, 62, 18242, 10786, 24539, 3256, 13179, 28, 20233, 11, 46935, 11639, 12093, 4470, 11537, 628, 220, 220, 220, 7877, 13, 2617, 62, 83, 18242, 10786, 33, 963, 2546, 11537, 198, 220, 220, 220, 7877, 13, 2617, 62, 297, 9608, 10786, 74, 11537, 198, 220, 220, 220, 7877, 13, 2617, 62, 81, 18242, 10786, 30300, 11537, 198, 220, 220, 220, 7877, 13, 19290, 271, 13, 2617, 62, 18242, 62, 9150, 10786, 42298, 16, 11537, 198, 220, 220, 220, 7877, 13, 75, 22704, 13, 2617, 62, 18242, 62, 9150, 10786, 42298, 16, 11537, 198, 220, 220, 220, 7877, 13, 32040, 271, 13, 2617, 62, 18242, 62, 9150, 10786, 42298, 16, 11537, 198, 220, 220, 220, 458, 83, 13, 12860, 3419, 198 ]
1.980427
1,124
default_app_config = "liked.app.LikedAppConfig"
[ 12286, 62, 1324, 62, 11250, 796, 366, 75, 17951, 13, 1324, 13, 43, 17951, 4677, 16934, 1, 198 ]
2.666667
18
from django.urls import path from leads.views import ( LeadListView, LeadDetailView, LeadDeleteView, LeadCreateView, LeadUpdateView, lead_delete, lead_list, lead_detail, lead_create, lead_update ) app_name = "leads" urlpatterns = [ path('', LeadListView.as_view(), name='lead-list'), path('<int:pk>/', LeadDetailView.as_view(), name='lead-detail'), path('<int:pk>/update/', LeadUpdateView.as_view(), name='lead-update'), path('<int:pk>/delete/', LeadDeleteView.as_view(), name='lead-delete'), path('create/', LeadCreateView.as_view(), name='lead-create'), ]
[ 6738, 42625, 14208, 13, 6371, 82, 1330, 3108, 198, 6738, 5983, 13, 33571, 1330, 357, 198, 220, 220, 220, 20116, 8053, 7680, 11, 198, 220, 220, 220, 20116, 11242, 603, 7680, 11, 198, 220, 220, 220, 20116, 38727, 7680, 11, 198, 220, 220, 220, 20116, 16447, 7680, 11, 198, 220, 220, 220, 20116, 10260, 7680, 11, 198, 220, 220, 220, 1085, 62, 33678, 11, 1085, 62, 4868, 11, 1085, 62, 49170, 11, 1085, 62, 17953, 11, 1085, 62, 19119, 198, 8, 198, 198, 1324, 62, 3672, 796, 366, 293, 5643, 1, 198, 198, 6371, 33279, 82, 796, 685, 198, 220, 220, 220, 3108, 10786, 3256, 20116, 8053, 7680, 13, 292, 62, 1177, 22784, 1438, 11639, 28230, 12, 4868, 33809, 198, 220, 220, 220, 3108, 10786, 27, 600, 25, 79, 74, 29, 14, 3256, 20116, 11242, 603, 7680, 13, 292, 62, 1177, 22784, 1438, 11639, 28230, 12, 49170, 33809, 198, 220, 220, 220, 3108, 10786, 27, 600, 25, 79, 74, 29, 14, 19119, 14, 3256, 20116, 10260, 7680, 13, 292, 62, 1177, 22784, 1438, 11639, 28230, 12, 19119, 33809, 198, 220, 220, 220, 3108, 10786, 27, 600, 25, 79, 74, 29, 14, 33678, 14, 3256, 20116, 38727, 7680, 13, 292, 62, 1177, 22784, 1438, 11639, 28230, 12, 33678, 33809, 198, 220, 220, 220, 3108, 10786, 17953, 14, 3256, 20116, 16447, 7680, 13, 292, 62, 1177, 22784, 1438, 11639, 28230, 12, 17953, 33809, 198, 60 ]
2.587983
233
#!/usr/bin/python3 # vim: ts=4 expandtab from __future__ import annotations from typing import Optional, Set, TextIO from os.path import exists as path_exists from .datastore import DataStore, RaiseType class FileStore(DataStore): """A datastore of names of people who can save Eorzea, written to a file with one entry per line""" file_handle: TextIO def __init__(self: FileStore, file_name: str): """Sets up the datastore, reading the dataset from the file if needed""" from_storage: Optional[Set[str]] = None if path_exists(file_name): with open(file_name, "r") as handle: from_storage = {line.strip() for line in handle} super().__init__(from_storage) self.file_handle = open(file_name, "a") def _write_append(self: FileStore, value: str) -> Optional[bool]: """Append a value to the underlying datstore this type implements. This function may be a no-op method, in which case it MUST return None. Otherwise, it should return if the write succeded. Values passed to this function SHOULD NOT exist in the store already, so the implement does not need to consider de-duplication. """ return self.file_handle.write("%s\n" % value) > 0
[ 2, 48443, 14629, 14, 8800, 14, 29412, 18, 198, 2, 43907, 25, 40379, 28, 19, 4292, 8658, 198, 198, 6738, 11593, 37443, 834, 1330, 37647, 198, 198, 6738, 19720, 1330, 32233, 11, 5345, 11, 8255, 9399, 198, 6738, 28686, 13, 6978, 1330, 7160, 355, 3108, 62, 1069, 1023, 198, 198, 6738, 764, 19608, 459, 382, 1330, 6060, 22658, 11, 35123, 6030, 628, 198, 4871, 9220, 22658, 7, 6601, 22658, 2599, 198, 220, 220, 220, 37227, 32, 4818, 459, 382, 286, 3891, 286, 661, 508, 460, 3613, 412, 273, 2736, 64, 11, 3194, 284, 257, 2393, 198, 220, 220, 220, 351, 530, 5726, 583, 1627, 37811, 628, 220, 220, 220, 2393, 62, 28144, 25, 8255, 9399, 628, 220, 220, 220, 825, 11593, 15003, 834, 7, 944, 25, 9220, 22658, 11, 2393, 62, 3672, 25, 965, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 50, 1039, 510, 262, 4818, 459, 382, 11, 3555, 262, 27039, 422, 262, 2393, 611, 2622, 37811, 628, 220, 220, 220, 220, 220, 220, 220, 422, 62, 35350, 25, 32233, 58, 7248, 58, 2536, 11907, 796, 6045, 628, 220, 220, 220, 220, 220, 220, 220, 611, 3108, 62, 1069, 1023, 7, 7753, 62, 3672, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 351, 1280, 7, 7753, 62, 3672, 11, 366, 81, 4943, 355, 5412, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 422, 62, 35350, 796, 1391, 1370, 13, 36311, 3419, 329, 1627, 287, 5412, 92, 628, 220, 220, 220, 220, 220, 220, 220, 2208, 22446, 834, 15003, 834, 7, 6738, 62, 35350, 8, 628, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 7753, 62, 28144, 796, 1280, 7, 7753, 62, 3672, 11, 366, 64, 4943, 628, 220, 220, 220, 825, 4808, 13564, 62, 33295, 7, 944, 25, 9220, 22658, 11, 1988, 25, 965, 8, 4613, 32233, 58, 30388, 5974, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 4677, 437, 257, 1988, 284, 262, 10238, 4818, 8095, 428, 2099, 23986, 13, 628, 220, 220, 220, 220, 220, 220, 220, 770, 2163, 743, 307, 257, 645, 12, 404, 2446, 11, 287, 543, 1339, 340, 17191, 1441, 6045, 13, 198, 220, 220, 220, 220, 220, 220, 220, 15323, 11, 340, 815, 1441, 611, 262, 3551, 17458, 15395, 13, 628, 220, 220, 220, 220, 220, 220, 220, 27068, 3804, 284, 428, 2163, 40312, 5626, 2152, 287, 262, 3650, 1541, 11, 198, 220, 220, 220, 220, 220, 220, 220, 523, 262, 3494, 857, 407, 761, 284, 2074, 390, 12, 646, 489, 3299, 13, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 2116, 13, 7753, 62, 28144, 13, 13564, 7203, 4, 82, 59, 77, 1, 4064, 1988, 8, 1875, 657, 198 ]
2.772532
466
import os import matplotlib.pyplot as plot import numpy as np from sklearn import decomposition from sklearn.svm import SVC from analysis import DocumentAnalysis, WordIterator from utils import list_files, PROJECT_PATH WORD2VEC_ANALYSER = DocumentAnalysis(model_file_name=os.path.join(PROJECT_PATH, "models", "all.model")) def create_plot(matrix, classes, svm, name): """ Given a matrix of samples and their correct classes, plots the data on a 2d plot by performing a PCA analysis. Furthermore, plots the separating hyperplane computed by a SVM classifier :param matrix: Labeled points in the hyperplane :param classes: List of correct classes :param svm: Trained model :param name: name of the plot :return: """ pca = decomposition.PCA(n_components=2) principal_component = pca.fit_transform(matrix) plot.figure() labels = set(classes) colors = ["red", "blue", "cyan", "magenta"] multiples = np.arange(-0.005, 0.005, 0.0001) first = multiples[:, np.newaxis] * pca.components_[0, :] second = multiples[:, np.newaxis] * pca.components_[1, :] grid = first[np.newaxis, :, :] + second[:, np.newaxis, :] flat_grid = grid.reshape(-1, matrix[0].shape[0]) z = svm.predict(flat_grid) z = z.reshape(grid.shape[:-1]) z = np.vectorize(lambda x: 1 if x == "romanian_news" else 0)(z) plot.contourf(multiples, multiples, z, cmap=plot.cm.Paired) plot.axis('off') for i, l in enumerate(labels): plot.scatter(principal_component[np.where(np.array(classes) == l), 0], principal_component[np.where(np.array(classes) == l), 1], label=l, color=colors[i % len(colors)], edgecolors="black") plot.legend(loc='best', numpoints=1) plot.title(name) plot.grid() if not os.path.exists(os.path.join(PROJECT_PATH, "pca")): os.mkdir(os.path.join(PROJECT_PATH, "pca")) plot.savefig(os.path.join(PROJECT_PATH, "pca", name + '_pca.png'), dpi=125) def compute_document_vector(file_name, analyser=WORD2VEC_ANALYSER): """ Computes the document vector of a given sample using the word2vec model The document vector is defined as the mean of all the word vectors of the text sample :param file_name: given text sample :param analyser: trained word2vec model :return: the average vector of the document """ vectors = None count = 0 for _ in WordIterator(file_name): count += 1 for word in WordIterator(file_name): w = analyser.vector(word) if w is None: continue if vectors is None: vectors = analyser.vector(word) / count else: vectors += analyser.vector(word) / count return vectors / count def build_training_set(analyser=WORD2VEC_ANALYSER): """ Given a word2vec analyser, compute the document vectors of the labeled samples :param analyser: given word2vec model :return: annotated data set """ X = [] Y = [] for file in list_files(os.path.join(PROJECT_PATH, "text", "romanian_prose")): v = compute_document_vector(file, analyser) X.append(v) Y.append("prose") for file in list_files(os.path.join(PROJECT_PATH, "text", "romanian_news")): v = compute_document_vector(file, analyser) X.append(v) Y.append("romanian_news") return X, Y def test(svm): """ Classify unlabeled samples using the trained svm model :param svm: given trained model :return: document vectors of the classified documents """ X = [compute_document_vector(os.path.join(PROJECT_PATH, "unlabeled", "institut.txt")), compute_document_vector(os.path.join(PROJECT_PATH, "unlabeled", "vizita.txt"))] Y = ["institut", "vizita"] print(Y[0] + " predicted as: " + svm.predict(X[0].reshape(1, -1))[0]) print(Y[1] + " predicted as: " + svm.predict(X[1].reshape(1, -1))[0]) return X, Y KERNELS = ["linear", "poly", "sigmoid", "rbf"] if __name__ == "__main__": X, Y = build_training_set() for k in KERNELS: svm = SVC(kernel=k) svm.fit(X, Y) X_test, Y_test = test(svm) create_plot(X + X_test, Y + Y_test, svm, k)
[ 11748, 28686, 198, 198, 11748, 2603, 29487, 8019, 13, 9078, 29487, 355, 7110, 198, 11748, 299, 32152, 355, 45941, 198, 6738, 1341, 35720, 1330, 26969, 9150, 198, 6738, 1341, 35720, 13, 82, 14761, 1330, 311, 15922, 198, 198, 6738, 3781, 1330, 16854, 32750, 11, 9678, 37787, 198, 6738, 3384, 4487, 1330, 1351, 62, 16624, 11, 21965, 23680, 62, 34219, 198, 198, 54, 12532, 17, 53, 2943, 62, 1565, 1847, 16309, 1137, 796, 16854, 32750, 7, 19849, 62, 7753, 62, 3672, 28, 418, 13, 6978, 13, 22179, 7, 31190, 23680, 62, 34219, 11, 366, 27530, 1600, 366, 439, 13, 19849, 48774, 628, 198, 4299, 2251, 62, 29487, 7, 6759, 8609, 11, 6097, 11, 264, 14761, 11, 1438, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 11259, 257, 17593, 286, 8405, 290, 511, 3376, 6097, 11, 21528, 262, 1366, 319, 257, 362, 67, 7110, 416, 9489, 257, 4217, 32, 3781, 13, 198, 220, 220, 220, 11399, 11, 21528, 262, 27259, 8718, 14382, 29231, 416, 257, 311, 15996, 1398, 7483, 198, 220, 220, 220, 1058, 17143, 17593, 25, 3498, 18449, 2173, 287, 262, 8718, 14382, 198, 220, 220, 220, 1058, 17143, 6097, 25, 7343, 286, 3376, 6097, 198, 220, 220, 220, 1058, 17143, 264, 14761, 25, 833, 1328, 2746, 198, 220, 220, 220, 1058, 17143, 1438, 25, 1438, 286, 262, 7110, 198, 220, 220, 220, 1058, 7783, 25, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 279, 6888, 796, 26969, 9150, 13, 5662, 32, 7, 77, 62, 5589, 3906, 28, 17, 8, 198, 220, 220, 220, 10033, 62, 42895, 796, 279, 6888, 13, 11147, 62, 35636, 7, 6759, 8609, 8, 198, 220, 220, 220, 7110, 13, 26875, 3419, 198, 220, 220, 220, 14722, 796, 900, 7, 37724, 8, 198, 220, 220, 220, 7577, 796, 14631, 445, 1600, 366, 17585, 1600, 366, 948, 272, 1600, 366, 19726, 29188, 8973, 628, 220, 220, 220, 5021, 2374, 796, 45941, 13, 283, 858, 32590, 15, 13, 22544, 11, 657, 13, 22544, 11, 657, 13, 18005, 8, 198, 220, 220, 220, 717, 796, 5021, 2374, 58, 45299, 45941, 13, 3605, 22704, 60, 1635, 279, 6888, 13, 5589, 3906, 62, 58, 15, 11, 1058, 60, 198, 220, 220, 220, 1218, 796, 5021, 2374, 58, 45299, 45941, 13, 3605, 22704, 60, 1635, 279, 6888, 13, 5589, 3906, 62, 58, 16, 11, 1058, 60, 198, 220, 220, 220, 10706, 796, 717, 58, 37659, 13, 3605, 22704, 11, 1058, 11, 1058, 60, 1343, 1218, 58, 45299, 45941, 13, 3605, 22704, 11, 1058, 60, 198, 220, 220, 220, 6228, 62, 25928, 796, 10706, 13, 3447, 1758, 32590, 16, 11, 17593, 58, 15, 4083, 43358, 58, 15, 12962, 628, 220, 220, 220, 1976, 796, 264, 14761, 13, 79, 17407, 7, 38568, 62, 25928, 8, 198, 220, 220, 220, 1976, 796, 1976, 13, 3447, 1758, 7, 25928, 13, 43358, 58, 21912, 16, 12962, 198, 220, 220, 220, 1976, 796, 45941, 13, 31364, 1096, 7, 50033, 2124, 25, 352, 611, 2124, 6624, 366, 398, 38336, 62, 10827, 1, 2073, 657, 5769, 89, 8, 198, 220, 220, 220, 7110, 13, 3642, 454, 69, 7, 41684, 2374, 11, 5021, 2374, 11, 1976, 11, 269, 8899, 28, 29487, 13, 11215, 13, 47, 9820, 8, 198, 220, 220, 220, 7110, 13, 22704, 10786, 2364, 11537, 628, 220, 220, 220, 329, 1312, 11, 300, 287, 27056, 378, 7, 23912, 1424, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 7110, 13, 1416, 1436, 7, 1050, 1939, 8521, 62, 42895, 58, 37659, 13, 3003, 7, 37659, 13, 18747, 7, 37724, 8, 6624, 300, 828, 657, 4357, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 10033, 62, 42895, 58, 37659, 13, 3003, 7, 37659, 13, 18747, 7, 37724, 8, 6624, 300, 828, 352, 4357, 6167, 28, 75, 11, 3124, 28, 4033, 669, 58, 72, 4064, 18896, 7, 4033, 669, 8, 4357, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5743, 4033, 669, 2625, 13424, 4943, 628, 220, 220, 220, 7110, 13, 1455, 437, 7, 17946, 11639, 13466, 3256, 299, 931, 1563, 82, 28, 16, 8, 198, 220, 220, 220, 7110, 13, 7839, 7, 3672, 8, 198, 220, 220, 220, 7110, 13, 25928, 3419, 628, 220, 220, 220, 611, 407, 28686, 13, 6978, 13, 1069, 1023, 7, 418, 13, 6978, 13, 22179, 7, 31190, 23680, 62, 34219, 11, 366, 79, 6888, 4943, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 28686, 13, 28015, 15908, 7, 418, 13, 6978, 13, 22179, 7, 31190, 23680, 62, 34219, 11, 366, 79, 6888, 48774, 198, 220, 220, 220, 7110, 13, 21928, 5647, 7, 418, 13, 6978, 13, 22179, 7, 31190, 23680, 62, 34219, 11, 366, 79, 6888, 1600, 1438, 1343, 705, 62, 79, 6888, 13, 11134, 33809, 288, 14415, 28, 11623, 8, 628, 198, 4299, 24061, 62, 22897, 62, 31364, 7, 7753, 62, 3672, 11, 11090, 263, 28, 54, 12532, 17, 53, 2943, 62, 1565, 1847, 16309, 1137, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 3082, 1769, 262, 3188, 15879, 286, 257, 1813, 6291, 1262, 262, 1573, 17, 35138, 2746, 198, 220, 220, 220, 383, 3188, 15879, 318, 5447, 355, 262, 1612, 286, 477, 262, 1573, 30104, 286, 262, 2420, 6291, 198, 220, 220, 220, 1058, 17143, 2393, 62, 3672, 25, 1813, 2420, 6291, 198, 220, 220, 220, 1058, 17143, 11090, 263, 25, 8776, 1573, 17, 35138, 2746, 198, 220, 220, 220, 1058, 7783, 25, 262, 2811, 15879, 286, 262, 3188, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 30104, 796, 6045, 198, 220, 220, 220, 954, 796, 657, 198, 220, 220, 220, 329, 4808, 287, 9678, 37787, 7, 7753, 62, 3672, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 954, 15853, 352, 198, 220, 220, 220, 329, 1573, 287, 9678, 37787, 7, 7753, 62, 3672, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 266, 796, 11090, 263, 13, 31364, 7, 4775, 8, 198, 220, 220, 220, 220, 220, 220, 220, 611, 266, 318, 6045, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2555, 628, 220, 220, 220, 220, 220, 220, 220, 611, 30104, 318, 6045, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 30104, 796, 11090, 263, 13, 31364, 7, 4775, 8, 1220, 954, 198, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 30104, 15853, 11090, 263, 13, 31364, 7, 4775, 8, 1220, 954, 628, 220, 220, 220, 1441, 30104, 1220, 954, 628, 198, 4299, 1382, 62, 34409, 62, 2617, 7, 272, 26266, 263, 28, 54, 12532, 17, 53, 2943, 62, 1565, 1847, 16309, 1137, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 11259, 257, 1573, 17, 35138, 11090, 263, 11, 24061, 262, 3188, 30104, 286, 262, 15494, 8405, 198, 220, 220, 220, 1058, 17143, 11090, 263, 25, 1813, 1573, 17, 35138, 2746, 198, 220, 220, 220, 1058, 7783, 25, 24708, 515, 1366, 900, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 1395, 796, 17635, 198, 220, 220, 220, 575, 796, 17635, 628, 220, 220, 220, 329, 2393, 287, 1351, 62, 16624, 7, 418, 13, 6978, 13, 22179, 7, 31190, 23680, 62, 34219, 11, 366, 5239, 1600, 366, 398, 38336, 62, 1676, 325, 4943, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 410, 796, 24061, 62, 22897, 62, 31364, 7, 7753, 11, 11090, 263, 8, 628, 220, 220, 220, 220, 220, 220, 220, 1395, 13, 33295, 7, 85, 8, 198, 220, 220, 220, 220, 220, 220, 220, 575, 13, 33295, 7203, 1676, 325, 4943, 628, 220, 220, 220, 329, 2393, 287, 1351, 62, 16624, 7, 418, 13, 6978, 13, 22179, 7, 31190, 23680, 62, 34219, 11, 366, 5239, 1600, 366, 398, 38336, 62, 10827, 4943, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 410, 796, 24061, 62, 22897, 62, 31364, 7, 7753, 11, 11090, 263, 8, 628, 220, 220, 220, 220, 220, 220, 220, 1395, 13, 33295, 7, 85, 8, 198, 220, 220, 220, 220, 220, 220, 220, 575, 13, 33295, 7203, 398, 38336, 62, 10827, 4943, 628, 220, 220, 220, 1441, 1395, 11, 575, 628, 198, 4299, 1332, 7, 82, 14761, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 5016, 1958, 9642, 9608, 276, 8405, 1262, 262, 8776, 264, 14761, 2746, 198, 220, 220, 220, 1058, 17143, 264, 14761, 25, 1813, 8776, 2746, 198, 220, 220, 220, 1058, 7783, 25, 3188, 30104, 286, 262, 10090, 4963, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 1395, 796, 685, 5589, 1133, 62, 22897, 62, 31364, 7, 418, 13, 6978, 13, 22179, 7, 31190, 23680, 62, 34219, 11, 366, 403, 18242, 276, 1600, 366, 8625, 270, 315, 13, 14116, 4943, 828, 198, 220, 220, 220, 220, 220, 220, 220, 220, 24061, 62, 22897, 62, 31364, 7, 418, 13, 6978, 13, 22179, 7, 31190, 23680, 62, 34219, 11, 366, 403, 18242, 276, 1600, 366, 85, 528, 5350, 13, 14116, 48774, 60, 198, 220, 220, 220, 575, 796, 14631, 8625, 270, 315, 1600, 366, 85, 528, 5350, 8973, 198, 220, 220, 220, 3601, 7, 56, 58, 15, 60, 1343, 366, 11001, 355, 25, 366, 1343, 264, 14761, 13, 79, 17407, 7, 55, 58, 15, 4083, 3447, 1758, 7, 16, 11, 532, 16, 4008, 58, 15, 12962, 198, 220, 220, 220, 3601, 7, 56, 58, 16, 60, 1343, 366, 11001, 355, 25, 366, 1343, 264, 14761, 13, 79, 17407, 7, 55, 58, 16, 4083, 3447, 1758, 7, 16, 11, 532, 16, 4008, 58, 15, 12962, 628, 220, 220, 220, 1441, 1395, 11, 575, 628, 198, 42, 28778, 37142, 796, 14631, 29127, 1600, 366, 35428, 1600, 366, 82, 17225, 1868, 1600, 366, 81, 19881, 8973, 198, 361, 11593, 3672, 834, 6624, 366, 834, 12417, 834, 1298, 198, 220, 220, 220, 1395, 11, 575, 796, 1382, 62, 34409, 62, 2617, 3419, 198, 220, 220, 220, 329, 479, 287, 509, 28778, 37142, 25, 198, 220, 220, 220, 220, 220, 220, 220, 264, 14761, 796, 311, 15922, 7, 33885, 28, 74, 8, 198, 220, 220, 220, 220, 220, 220, 220, 264, 14761, 13, 11147, 7, 55, 11, 575, 8, 628, 220, 220, 220, 220, 220, 220, 220, 1395, 62, 9288, 11, 575, 62, 9288, 796, 1332, 7, 82, 14761, 8, 628, 220, 220, 220, 220, 220, 220, 220, 2251, 62, 29487, 7, 55, 1343, 1395, 62, 9288, 11, 575, 1343, 575, 62, 9288, 11, 264, 14761, 11, 479, 8, 198 ]
2.433084
1,741
# Python does not have a random() function to make a random number, # but Python has a built-in module called random that can be used to make random numbers: import random print(random.randrange(1, 10))
[ 2, 11361, 857, 407, 423, 257, 4738, 3419, 2163, 284, 787, 257, 4738, 1271, 11, 198, 2, 475, 11361, 468, 257, 3170, 12, 259, 8265, 1444, 4738, 326, 460, 307, 973, 284, 787, 4738, 3146, 25, 198, 198, 11748, 4738, 198, 198, 4798, 7, 25120, 13, 25192, 9521, 7, 16, 11, 838, 4008, 198 ]
3.796296
54
""" Classes for Repo providers Subclass the base class, ``RepoProvider``, to support different version control services and providers. """ from datetime import timedelta import json import os import time from prometheus_client import Gauge from tornado import gen from tornado.httpclient import AsyncHTTPClient, HTTPError from tornado.httputil import url_concat from traitlets import Dict, Unicode, default from traitlets.config import LoggingConfigurable GITHUB_RATE_LIMIT = Gauge('binderhub_github_rate_limit_remaining', 'GitHub rate limit remaining') def tokenize_spec(spec): """Tokenize a GitHub-style spec into parts, error if spec invalid.""" spec_parts = spec.split('/', 2) # allow ref to contain "/" if len(spec_parts) != 3: msg = 'Spec is not of the form "user/repo/ref", provided: "{spec}".'.format(spec=spec) if len(spec_parts) == 2 and spec_parts[-1] != 'master': msg += ' Did you mean "{spec}/master"?'.format(spec=spec) raise ValueError(msg) return spec_parts class RepoProvider(LoggingConfigurable): """Base class for a repo provider""" name = Unicode( help=""" Descriptive human readable name of this repo provider. """ ) spec = Unicode( help=""" The spec for this builder to parse """ ) unresolved_ref = Unicode() @gen.coroutine class FakeProvider(RepoProvider): """Fake provider for local testing of the UI """ class GitHubRepoProvider(RepoProvider): """Repo provider for the GitHub service""" name = Unicode('GitHub') client_id = Unicode(config=True, help="""GitHub client id for authentication with the GitHub API For use with client_secret. Loaded from GITHUB_CLIENT_ID env by default. """ ) @default('client_id') client_secret = Unicode(config=True, help="""GitHub client secret for authentication with the GitHub API For use with client_id. Loaded from GITHUB_CLIENT_SECRET env by default. """ ) @default('client_secret') access_token = Unicode(config=True, help="""GitHub access token for authentication with the GitHub API Loaded from GITHUB_ACCESS_TOKEN env by default. """ ) @default('access_token') auth = Dict( help="""Auth parameters for the GitHub API access Populated from client_id, client_secret, access_token. """ ) @default('auth') @gen.coroutine
[ 37811, 198, 9487, 274, 329, 1432, 78, 9549, 198, 198, 7004, 4871, 262, 2779, 1398, 11, 7559, 6207, 78, 29495, 15506, 11, 284, 1104, 1180, 2196, 198, 13716, 2594, 290, 9549, 13, 198, 198, 37811, 198, 6738, 4818, 8079, 1330, 28805, 12514, 198, 11748, 33918, 198, 11748, 28686, 198, 11748, 640, 198, 198, 6738, 1552, 36916, 62, 16366, 1330, 35094, 469, 198, 198, 6738, 33718, 1330, 2429, 198, 6738, 33718, 13, 4023, 16366, 1330, 1081, 13361, 40717, 11792, 11, 14626, 12331, 198, 6738, 33718, 13, 2804, 1996, 346, 1330, 19016, 62, 1102, 9246, 198, 198, 6738, 1291, 2578, 912, 1330, 360, 713, 11, 34371, 11, 4277, 198, 6738, 1291, 2578, 912, 13, 11250, 1330, 5972, 2667, 16934, 11970, 198, 198, 38, 10554, 10526, 62, 49, 6158, 62, 43, 3955, 2043, 796, 35094, 469, 10786, 65, 5540, 40140, 62, 12567, 62, 4873, 62, 32374, 62, 2787, 1397, 3256, 705, 38, 270, 16066, 2494, 4179, 5637, 11537, 628, 198, 4299, 11241, 1096, 62, 16684, 7, 16684, 2599, 198, 220, 220, 220, 37227, 30642, 1096, 257, 21722, 12, 7635, 1020, 656, 3354, 11, 4049, 611, 1020, 12515, 526, 15931, 628, 220, 220, 220, 1020, 62, 42632, 796, 1020, 13, 35312, 10786, 14, 3256, 362, 8, 220, 1303, 1249, 1006, 284, 3994, 12813, 1, 198, 220, 220, 220, 611, 18896, 7, 16684, 62, 42632, 8, 14512, 513, 25, 198, 220, 220, 220, 220, 220, 220, 220, 31456, 796, 705, 22882, 318, 407, 286, 262, 1296, 366, 7220, 14, 260, 7501, 14, 5420, 1600, 2810, 25, 45144, 16684, 92, 1911, 4458, 18982, 7, 16684, 28, 16684, 8, 198, 220, 220, 220, 220, 220, 220, 220, 611, 18896, 7, 16684, 62, 42632, 8, 6624, 362, 290, 1020, 62, 42632, 58, 12, 16, 60, 14512, 705, 9866, 10354, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 31456, 15853, 705, 7731, 345, 1612, 45144, 16684, 92, 14, 9866, 13984, 4458, 18982, 7, 16684, 28, 16684, 8, 198, 220, 220, 220, 220, 220, 220, 220, 5298, 11052, 12331, 7, 19662, 8, 628, 220, 220, 220, 1441, 1020, 62, 42632, 628, 198, 4871, 1432, 78, 29495, 7, 11187, 2667, 16934, 11970, 2599, 198, 220, 220, 220, 37227, 14881, 1398, 329, 257, 29924, 10131, 37811, 198, 220, 220, 220, 1438, 796, 34371, 7, 198, 220, 220, 220, 220, 220, 220, 220, 1037, 2625, 15931, 198, 220, 220, 220, 220, 220, 220, 220, 2935, 6519, 425, 1692, 31744, 1438, 286, 428, 29924, 10131, 13, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 1267, 628, 220, 220, 220, 1020, 796, 34371, 7, 198, 220, 220, 220, 220, 220, 220, 220, 1037, 2625, 15931, 198, 220, 220, 220, 220, 220, 220, 220, 383, 1020, 329, 428, 27098, 284, 21136, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 1267, 628, 220, 220, 220, 43264, 62, 5420, 796, 34371, 3419, 628, 198, 220, 220, 220, 2488, 5235, 13, 10215, 28399, 628, 198, 4871, 33482, 29495, 7, 6207, 78, 29495, 2599, 198, 220, 220, 220, 37227, 49233, 10131, 329, 1957, 4856, 286, 262, 12454, 198, 220, 220, 220, 37227, 628, 198, 198, 4871, 21722, 6207, 78, 29495, 7, 6207, 78, 29495, 2599, 198, 220, 220, 220, 37227, 6207, 78, 10131, 329, 262, 21722, 2139, 37811, 198, 220, 220, 220, 1438, 796, 34371, 10786, 38, 270, 16066, 11537, 628, 220, 220, 220, 5456, 62, 312, 796, 34371, 7, 11250, 28, 17821, 11, 198, 220, 220, 220, 220, 220, 220, 220, 1037, 2625, 15931, 38, 270, 16066, 5456, 4686, 329, 18239, 351, 262, 21722, 7824, 628, 220, 220, 220, 220, 220, 220, 220, 1114, 779, 351, 5456, 62, 21078, 13, 198, 220, 220, 220, 220, 220, 220, 220, 42485, 422, 402, 10554, 10526, 62, 5097, 28495, 62, 2389, 17365, 416, 4277, 13, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 1267, 198, 220, 220, 220, 2488, 12286, 10786, 16366, 62, 312, 11537, 628, 220, 220, 220, 5456, 62, 21078, 796, 34371, 7, 11250, 28, 17821, 11, 198, 220, 220, 220, 220, 220, 220, 220, 1037, 2625, 15931, 38, 270, 16066, 5456, 3200, 329, 18239, 351, 262, 21722, 7824, 628, 220, 220, 220, 220, 220, 220, 220, 1114, 779, 351, 5456, 62, 312, 13, 198, 220, 220, 220, 220, 220, 220, 220, 42485, 422, 402, 10554, 10526, 62, 5097, 28495, 62, 23683, 26087, 17365, 416, 4277, 13, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 1267, 198, 220, 220, 220, 2488, 12286, 10786, 16366, 62, 21078, 11537, 628, 220, 220, 220, 1895, 62, 30001, 796, 34371, 7, 11250, 28, 17821, 11, 198, 220, 220, 220, 220, 220, 220, 220, 1037, 2625, 15931, 38, 270, 16066, 1895, 11241, 329, 18239, 351, 262, 21722, 7824, 628, 220, 220, 220, 220, 220, 220, 220, 42485, 422, 402, 10554, 10526, 62, 26861, 7597, 62, 10468, 43959, 17365, 416, 4277, 13, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 1267, 198, 220, 220, 220, 2488, 12286, 10786, 15526, 62, 30001, 11537, 628, 220, 220, 220, 6284, 796, 360, 713, 7, 198, 220, 220, 220, 220, 220, 220, 220, 1037, 2625, 15931, 30515, 10007, 329, 262, 21722, 7824, 1895, 628, 220, 220, 220, 220, 220, 220, 220, 8099, 4817, 422, 5456, 62, 312, 11, 5456, 62, 21078, 11, 1895, 62, 30001, 13, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 1267, 198, 220, 220, 220, 2488, 12286, 10786, 18439, 11537, 628, 220, 220, 220, 2488, 5235, 13, 10215, 28399, 198 ]
2.754923
914
import os from django.conf import settings from django.test import TestCase from django.urls import reverse from rest_framework import status from rest_framework.test import APIClient from shop.models import Product from shop.models import ProductGroup from .helper import create_user from .helper import Factory from .helper import ResponseFilter as rf
[ 11748, 28686, 201, 198, 201, 198, 6738, 42625, 14208, 13, 10414, 1330, 6460, 201, 198, 6738, 42625, 14208, 13, 9288, 1330, 6208, 20448, 201, 198, 6738, 42625, 14208, 13, 6371, 82, 1330, 9575, 201, 198, 201, 198, 6738, 1334, 62, 30604, 1330, 3722, 201, 198, 6738, 1334, 62, 30604, 13, 9288, 1330, 3486, 2149, 75, 1153, 201, 198, 201, 198, 6738, 6128, 13, 27530, 1330, 8721, 201, 198, 6738, 6128, 13, 27530, 1330, 8721, 13247, 201, 198, 201, 198, 6738, 764, 2978, 525, 1330, 2251, 62, 7220, 201, 198, 6738, 764, 2978, 525, 1330, 19239, 201, 198, 6738, 764, 2978, 525, 1330, 18261, 22417, 355, 374, 69, 201, 198, 201, 198 ]
3.378378
111
# They are actually grouped into three # list comprehension # Set Comprehension # dictionary compresension # They are aquick way for creating list or sets or dictionsary instead of looping or appending to a bunch of list # format [param for param in "list"] # add all letters in a string # using comprehension to get all letters in a string word = "hello" sord_strings = [char for char in word] print(sord_strings) # using comprehension to list all numbers in a range # random_range = [num for num in range(1, 101)] # print(random_range) # squaring lists using comprehension squared_items = [num ** 2 for num in range(1, 101)] print(squared_items) # filtering odd numbers in a list only_odd = [num for num in range(100) if num % 2 != 0]
[ 2, 1119, 389, 1682, 32824, 656, 1115, 198, 2, 1351, 35915, 198, 2, 5345, 3082, 7345, 295, 198, 2, 22155, 552, 411, 3004, 628, 198, 2, 1119, 389, 14839, 624, 835, 329, 4441, 1351, 393, 5621, 393, 8633, 507, 560, 2427, 286, 9052, 278, 393, 598, 1571, 284, 257, 7684, 286, 1351, 198, 198, 2, 5794, 685, 17143, 329, 5772, 287, 366, 4868, 8973, 198, 198, 2, 751, 477, 7475, 287, 257, 4731, 198, 198, 2, 1262, 35915, 284, 651, 477, 7475, 287, 257, 4731, 198, 4775, 796, 366, 31373, 1, 198, 198, 82, 585, 62, 37336, 796, 685, 10641, 329, 1149, 287, 1573, 60, 198, 4798, 7, 82, 585, 62, 37336, 8, 198, 198, 2, 1262, 35915, 284, 1351, 477, 3146, 287, 257, 2837, 198, 2, 4738, 62, 9521, 796, 685, 22510, 329, 997, 287, 2837, 7, 16, 11, 8949, 15437, 198, 2, 3601, 7, 25120, 62, 9521, 8, 628, 198, 2, 2809, 1723, 8341, 1262, 35915, 198, 198, 16485, 1144, 62, 23814, 796, 685, 22510, 12429, 362, 329, 997, 287, 2837, 7, 16, 11, 8949, 15437, 198, 4798, 7, 16485, 1144, 62, 23814, 8, 628, 198, 2, 25431, 5629, 3146, 287, 257, 1351, 198, 198, 8807, 62, 5088, 796, 685, 22510, 329, 997, 287, 2837, 7, 3064, 8, 611, 997, 4064, 362, 14512, 657, 60, 198 ]
3.440367
218
# -*- coding: utf-8 -*- """ Views for the notifications application. """ # standard library # django from django.views.generic.base import TemplateView # models from .models import Notification # views from base.views import BaseListView # forms class NotificationListView(BaseListView): """ View for displaying a list of notifications. """ model = Notification template_name = 'notifications/list.jade' ordering = ('-id',)
[ 2, 532, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12, 198, 37811, 29978, 329, 262, 19605, 3586, 13, 37227, 198, 2, 3210, 5888, 198, 198, 2, 42625, 14208, 198, 6738, 42625, 14208, 13, 33571, 13, 41357, 13, 8692, 1330, 37350, 7680, 198, 198, 2, 4981, 198, 6738, 764, 27530, 1330, 42808, 198, 198, 2, 5009, 198, 6738, 2779, 13, 33571, 1330, 7308, 8053, 7680, 198, 198, 2, 5107, 628, 198, 4871, 42808, 8053, 7680, 7, 14881, 8053, 7680, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 3582, 329, 19407, 257, 1351, 286, 19605, 13, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 2746, 796, 42808, 198, 220, 220, 220, 11055, 62, 3672, 796, 705, 1662, 6637, 14, 4868, 13, 73, 671, 6, 198, 220, 220, 220, 16216, 796, 19203, 12, 312, 3256, 8, 628 ]
3.25
140
import tensorflow as tf from tensorflow.examples.tutorials.mnist import input_data from keras.models import Sequential from keras.utils import to_categorical from keras.layers import Dense, Dropout, Activation, Flatten, BatchNormalization from keras.layers import Conv2D, MaxPooling2D from keras.optimizers import Adam def get_MNIST_data(): """ https://www.tensorflow.org/get_started/mnist/beginners The MNIST data is split into three parts: - 55,000 data points of training data (mnist.train), - 10,000 points of test data (mnist.test), and - 5,000 points of validation data (mnist.validation) """ # using tensorflow api return input_data.read_data_sets("MNIST_data/", one_hot=True) # Initial setups num_classes = 10 mnist = get_MNIST_data() X = mnist.train.images.reshape(-1, 28, 28, 1) y = mnist.train.labels # model -- Deep MNIST from TensorFlow Tutorial (https://www.tensorflow.org/get_started/mnist/pros) ##################################################### model = Sequential() model.add(Conv2D(32, (5,5), padding='same', activation='relu', input_shape=X.shape[1:])) model.add(MaxPooling2D()) model.add(Conv2D(64, (5,5), padding='same', activation='relu')) model.add(MaxPooling2D()) model.add(Flatten()) model.add(Dense(1024, activation='relu')) model.add(Dropout(0.5)) model.add(Dense(num_classes, activation='softmax')) ##################################################### # summary of your network model.summary() # compile the model model.compile(optimizer=Adam(1e-4), loss='categorical_crossentropy', metrics=['accuracy']) X_val = mnist.validation.images.reshape(-1, 28, 28, 1) y_val = mnist.validation.labels # training model.fit(X, y, batch_size=64, epochs=1, validation_data=(X_val, y_val)) # check the score X_test = mnist.test.images.reshape(-1, 28, 28, 1) y_test = mnist.test.labels score = model.evaluate(X_test, y_test) print('Loss: %.3f' % score[0]) print('Accuracy: %.3f' % score[1]) # save your model! serialize model to JSON #model_json = model.to_json() #with open("keras_model.json", "w") as json_file: # json_file.write(model_json) # serialize weights to HDF5 #model.save_weights("keras_mnist_model.h5") # Saving/loading whole models (architecture + weights + optimizer state) model.save('keras_mnist_model.h5')
[ 11748, 11192, 273, 11125, 355, 48700, 198, 6738, 11192, 273, 11125, 13, 1069, 12629, 13, 83, 44917, 82, 13, 10295, 396, 1330, 5128, 62, 7890, 198, 198, 6738, 41927, 292, 13, 27530, 1330, 24604, 1843, 198, 6738, 41927, 292, 13, 26791, 1330, 284, 62, 66, 2397, 12409, 198, 6738, 41927, 292, 13, 75, 6962, 1330, 360, 1072, 11, 14258, 448, 11, 13144, 341, 11, 1610, 41769, 11, 347, 963, 26447, 1634, 198, 6738, 41927, 292, 13, 75, 6962, 1330, 34872, 17, 35, 11, 5436, 27201, 278, 17, 35, 198, 6738, 41927, 292, 13, 40085, 11341, 1330, 7244, 198, 198, 4299, 651, 62, 39764, 8808, 62, 7890, 33529, 220, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 3740, 1378, 2503, 13, 83, 22854, 11125, 13, 2398, 14, 1136, 62, 46981, 14, 10295, 396, 14, 27471, 2741, 628, 220, 220, 220, 383, 29060, 8808, 1366, 318, 6626, 656, 1115, 3354, 25, 220, 198, 220, 220, 220, 220, 220, 532, 5996, 11, 830, 1366, 2173, 286, 3047, 1366, 357, 10295, 396, 13, 27432, 828, 220, 198, 220, 220, 220, 220, 220, 532, 838, 11, 830, 2173, 286, 1332, 1366, 357, 10295, 396, 13, 9288, 828, 290, 198, 220, 220, 220, 220, 220, 532, 642, 11, 830, 2173, 286, 21201, 1366, 357, 10295, 396, 13, 12102, 341, 8, 220, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 1303, 1262, 11192, 273, 11125, 40391, 198, 220, 220, 220, 1441, 5128, 62, 7890, 13, 961, 62, 7890, 62, 28709, 7203, 39764, 8808, 62, 7890, 14, 1600, 530, 62, 8940, 28, 17821, 8, 628, 198, 2, 20768, 44266, 198, 22510, 62, 37724, 796, 838, 198, 198, 10295, 396, 796, 651, 62, 39764, 8808, 62, 7890, 3419, 198, 55, 796, 285, 77, 396, 13, 27432, 13, 17566, 13, 3447, 1758, 32590, 16, 11, 2579, 11, 2579, 11, 352, 8, 198, 88, 796, 285, 77, 396, 13, 27432, 13, 23912, 1424, 198, 198, 2, 2746, 1377, 10766, 29060, 8808, 422, 309, 22854, 37535, 36361, 357, 5450, 1378, 2503, 13, 83, 22854, 11125, 13, 2398, 14, 1136, 62, 46981, 14, 10295, 396, 14, 1676, 82, 8, 198, 29113, 14468, 4242, 2, 198, 19849, 796, 24604, 1843, 3419, 198, 198, 19849, 13, 2860, 7, 3103, 85, 17, 35, 7, 2624, 11, 357, 20, 11, 20, 828, 24511, 11639, 31642, 3256, 14916, 11639, 260, 2290, 3256, 5128, 62, 43358, 28, 55, 13, 43358, 58, 16, 47715, 4008, 198, 19849, 13, 2860, 7, 11518, 27201, 278, 17, 35, 28955, 198, 198, 19849, 13, 2860, 7, 3103, 85, 17, 35, 7, 2414, 11, 357, 20, 11, 20, 828, 24511, 11639, 31642, 3256, 14916, 11639, 260, 2290, 6, 4008, 198, 19849, 13, 2860, 7, 11518, 27201, 278, 17, 35, 28955, 198, 198, 19849, 13, 2860, 7, 7414, 41769, 28955, 198, 198, 19849, 13, 2860, 7, 35, 1072, 7, 35500, 11, 14916, 11639, 260, 2290, 6, 4008, 198, 19849, 13, 2860, 7, 26932, 448, 7, 15, 13, 20, 4008, 198, 198, 19849, 13, 2860, 7, 35, 1072, 7, 22510, 62, 37724, 11, 14916, 11639, 4215, 9806, 6, 4008, 198, 29113, 14468, 4242, 2, 198, 198, 2, 10638, 286, 534, 3127, 198, 19849, 13, 49736, 3419, 198, 198, 2, 17632, 262, 2746, 198, 19849, 13, 5589, 576, 7, 40085, 7509, 28, 23159, 7, 16, 68, 12, 19, 828, 2994, 11639, 66, 2397, 12409, 62, 19692, 298, 28338, 3256, 20731, 28, 17816, 4134, 23843, 6, 12962, 198, 198, 55, 62, 2100, 796, 285, 77, 396, 13, 12102, 341, 13, 17566, 13, 3447, 1758, 32590, 16, 11, 2579, 11, 2579, 11, 352, 8, 198, 88, 62, 2100, 796, 285, 77, 396, 13, 12102, 341, 13, 23912, 1424, 198, 198, 2, 3047, 198, 19849, 13, 11147, 7, 55, 11, 331, 11, 15458, 62, 7857, 28, 2414, 11, 36835, 82, 28, 16, 11, 21201, 62, 7890, 16193, 55, 62, 2100, 11, 331, 62, 2100, 4008, 198, 198, 2, 2198, 262, 4776, 198, 55, 62, 9288, 796, 285, 77, 396, 13, 9288, 13, 17566, 13, 3447, 1758, 32590, 16, 11, 2579, 11, 2579, 11, 352, 8, 198, 88, 62, 9288, 796, 285, 77, 396, 13, 9288, 13, 23912, 1424, 198, 198, 26675, 796, 2746, 13, 49786, 7, 55, 62, 9288, 11, 331, 62, 9288, 8, 198, 198, 4798, 10786, 43, 793, 25, 4064, 13, 18, 69, 6, 4064, 4776, 58, 15, 12962, 198, 4798, 10786, 17320, 23843, 25, 4064, 13, 18, 69, 6, 4064, 4776, 58, 16, 12962, 198, 198, 2, 3613, 534, 2746, 0, 11389, 1096, 2746, 284, 19449, 198, 2, 19849, 62, 17752, 796, 2746, 13, 1462, 62, 17752, 3419, 198, 2, 4480, 1280, 7203, 6122, 292, 62, 19849, 13, 17752, 1600, 366, 86, 4943, 355, 33918, 62, 7753, 25, 198, 2, 220, 220, 220, 33918, 62, 7753, 13, 13564, 7, 19849, 62, 17752, 8, 198, 198, 2, 11389, 1096, 19590, 284, 5572, 37, 20, 198, 2, 19849, 13, 21928, 62, 43775, 7203, 6122, 292, 62, 10295, 396, 62, 19849, 13, 71, 20, 4943, 198, 198, 2, 34689, 14, 25138, 2187, 4981, 357, 998, 5712, 495, 1343, 19590, 1343, 6436, 7509, 1181, 8, 198, 19849, 13, 21928, 10786, 6122, 292, 62, 10295, 396, 62, 19849, 13, 71, 20, 11537, 628 ]
2.714789
852
# @Author: Manish Bhattarai, Erik Skau from .utils import * class custom_clustering(): r""" Greedy algorithm to approximate a quadratic assignment problem to cluster vectors. Given p groups of k vectors, construct k clusters, each cluster containing a single vector from each of the p groups. This clustering approximation uses cos distances and mean centroids. Args: A_all (ndarray) : Order three tensor of shape m by k by p, where m is the ambient dimension of the vectors, k is the number of vectors in each group, and p is the number of groups of vectors. R_all (ndarray) : Order three tensor of shape n by k by p, where n is the ambient dimension of the vectors, k is the number of vectors in each group, and p is the number of groups of vectors. params (class) : Class object with communication parameters which comprises of grid information (p_r,p_c) , commincator (comm) and epsilon (eps). """ @comm_timing() @comm_timing() def normalize_by_A(self): r'''Normalize the factors A and R''' Wall_norm = (self.A_all * self.A_all).sum(axis=0) if self.p_r != 1: Wall_norm = self.comm1.allreduce(Wall_norm) Wall_norm += self.eps temp = self.np.sqrt(Wall_norm) self.A_all /= temp.reshape(1, temp.shape[0], temp.shape[1]) self.R_all = temp.reshape(1,temp.shape[0], 1, temp.shape[1])*self.R_all*temp.reshape(1,1,temp.shape[0],temp.shape[1]) @comm_timing() def mad(self, data, flag=1, axis=-1): r'''Compute the median/mean absolute deviation''' if flag == 1: # the median absolute deviation return self.np.median(self.np.absolute(data - self.np.median(data, axis=axis, keepdims=True)), axis=axis) else: # flag = 0 the mean absolute deviation # return self.np.nanmean((self.np.absolute(data.T - self.np.nanmean(data, axis = dimf))).T,axis = dimf) return self.np.mean(self.np.absolute(data - self.np.mean(data, axis=axis)), axis=axis) @comm_timing() def change_order(self, tens): r'''change the order of features''' ans = list(range(len(tens))) for p in tens: ans[p[0]] = p[1] return ans @comm_timing() def greedy_lsa(self, A): r"""Return the permutation order""" X = A.copy() pairs = [] for i in range(X.shape[0]): minindex = np.argmax(X) ind = np.unravel_index(minindex, X.shape) pairs.append([ind[0].item(),ind[1].item()]) X[:, ind[1]] = -self.np.inf X[ind[0], :] = -self.np.inf return pairs @comm_timing() def dist_feature_ordering(self, centroids, W_sub): r'''return the features in proper order''' k = W_sub.shape[1] dist = centroids.T @ W_sub if self.p_r != 1: dist = self.comm1.allreduce(dist) #print(self.np.diag(dist)) tmp = self.greedy_lsa(dist) j = self.change_order(tmp) W_sub = W_sub[:, j] return W_sub, j @comm_timing() def dist_custom_clustering(self, centroids=None, vb=0): """ Performs the distributed custom clustering Parameters ---------- centroids : ndarray, optional The m by k initialization of the centroids of the clusters. None corresponds to using the first slice, A_all[:,:,0], as the initial centroids. Defaults to None. vb : bool, optional Verbose to display intermediate results Returns ------- centroids : ndarray The m by k centroids of the clusters A_all :ndarray Clustered organization of the vectors A_all R_all : ndarray Clustered organization of the vectors R_all permute_order : list Indices of the permuted features """ permute_order = [] self.normalize_by_A() if centroids == None: centroids = self.A_all[:, :, 0].copy() '''dist = centroids.T @ self.A_all[:, :, 0] if self.p_r != 1: dist = self.comm1.allreduce(dist)''' for i in range(100): for p in range(self.A_all.shape[-1]): A_ord, j = self.dist_feature_ordering(centroids, self.A_all[:, :, p]) permute_order.append(j) self.A_all[:, :, p] = A_ord self.R_all[:, :, :, p] = self.np.stack([self.R_all[:, k, :, p] for k in j],axis=1) self.R_all[:, :, :, p] = self.np.stack([self.R_all[:, :, k, p] for k in j],axis=2) centroids = self.np.median(self.A_all, axis=-1) centroids_norm = (centroids ** 2).sum(axis=0) if self.p_r != 1: centroids_norm = self.comm1.allreduce(centroids_norm) centroids_norm += self.eps temp = self.np.sqrt(centroids_norm) centroids /= temp return centroids, self.A_all, self.R_all, permute_order @comm_timing() def dist_silhouettes(self): """ Computes the cosine distances silhouettes of a distributed clustering of vectors. Returns ------- sils : ndarray The k by p array of silhouettes where sils[i,j] is the silhouette measure for the vector A_all[:,i,j] """ self.dist_custom_clustering() N, k, n_pert = self.A_all.shape W_flat = self.A_all.reshape(N, k * n_pert) A_all2 = (W_flat.T @ W_flat).reshape(k, n_pert, k, n_pert) if self.p_r != 1: A_all2 = self.comm1.allreduce(A_all2) distances = self.np.arccos(self.np.clip(A_all2, -1.0, 1.0)) (N, K, n_perts) = self.A_all.shape if K == 1: sils = self.np.ones((K, n_perts)) else: a = self.np.zeros((K, n_perts)) b = self.np.zeros((K, n_perts)) for k in range(K): for n in range(n_perts): a[k, n] = 1 / (n_perts - 1) * self.np.sum(distances[k, n, k, :]) tmp = self.np.sum(distances[k, n, :, :], axis=1) tmp[k] = self.np.inf b[k, n] = 1 / n_perts * self.np.min(tmp) sils = (b - a) / self.np.maximum(a, b) return sils @comm_timing() def fit(self): r""" Calls the sub routines to perform distributed custom clustering and compute silhouettes Returns ------- centroids : ndarray The m by k centroids of the clusters CentStd : ndarray Absolute deviation of the features from the centroid A_all : ndarray Clustered organization of the vectors A_all R_all : ndarray Clustered organization of the vectors R_all S_avg : ndarray mean Silhouette score permute_order : list Indices of the permuted features """ centroids, _, _, IDX_F2 = self.dist_custom_clustering() CentStd = self.mad(self.A_all, axis=-1) cluster_coefficients = self.dist_silhouettes() S_avg = cluster_coefficients.flatten().mean() result = [centroids, CentStd, self.R_all, cluster_coefficients.mean(axis=1), S_avg, IDX_F2] return result
[ 2, 2488, 13838, 25, 1869, 680, 347, 11653, 283, 1872, 11, 22722, 3661, 559, 198, 6738, 764, 26791, 1330, 1635, 628, 198, 4871, 2183, 62, 565, 436, 1586, 33529, 198, 220, 220, 220, 374, 37811, 198, 220, 220, 220, 11955, 4716, 11862, 284, 27665, 257, 15094, 81, 1512, 16237, 1917, 284, 13946, 30104, 13, 11259, 279, 2628, 286, 479, 30104, 11, 5678, 479, 23163, 11, 1123, 13946, 7268, 257, 2060, 15879, 422, 1123, 286, 262, 279, 2628, 13, 770, 32966, 1586, 40874, 3544, 8615, 18868, 290, 1612, 1247, 305, 2340, 13, 628, 220, 220, 220, 943, 14542, 25, 628, 220, 220, 220, 220, 220, 220, 220, 317, 62, 439, 357, 358, 18747, 8, 1058, 8284, 1115, 11192, 273, 286, 5485, 285, 416, 479, 416, 279, 11, 810, 285, 318, 262, 25237, 15793, 286, 262, 30104, 11, 479, 318, 262, 1271, 286, 30104, 287, 1123, 1448, 11, 290, 279, 318, 262, 1271, 286, 2628, 286, 30104, 13, 198, 220, 220, 220, 220, 220, 220, 220, 371, 62, 439, 357, 358, 18747, 8, 1058, 8284, 1115, 11192, 273, 286, 5485, 299, 416, 479, 416, 279, 11, 810, 299, 318, 262, 25237, 15793, 286, 262, 30104, 11, 479, 318, 262, 1271, 286, 30104, 287, 1123, 1448, 11, 290, 279, 318, 262, 1271, 286, 2628, 286, 30104, 13, 198, 220, 220, 220, 220, 220, 220, 220, 42287, 357, 4871, 8, 1058, 5016, 2134, 351, 6946, 10007, 543, 28800, 286, 10706, 1321, 357, 79, 62, 81, 11, 79, 62, 66, 8, 837, 725, 1939, 1352, 357, 9503, 8, 290, 304, 862, 33576, 357, 25386, 737, 628, 220, 220, 220, 37227, 628, 220, 220, 220, 2488, 9503, 62, 16514, 278, 3419, 628, 220, 220, 220, 2488, 9503, 62, 16514, 278, 3419, 198, 220, 220, 220, 825, 3487, 1096, 62, 1525, 62, 32, 7, 944, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 374, 7061, 6, 26447, 1096, 262, 5087, 317, 290, 371, 7061, 6, 198, 220, 220, 220, 220, 220, 220, 220, 5007, 62, 27237, 796, 357, 944, 13, 32, 62, 439, 1635, 2116, 13, 32, 62, 439, 737, 16345, 7, 22704, 28, 15, 8, 198, 220, 220, 220, 220, 220, 220, 220, 611, 2116, 13, 79, 62, 81, 14512, 352, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5007, 62, 27237, 796, 2116, 13, 9503, 16, 13, 439, 445, 7234, 7, 22401, 62, 27237, 8, 198, 220, 220, 220, 220, 220, 220, 220, 5007, 62, 27237, 15853, 2116, 13, 25386, 198, 220, 220, 220, 220, 220, 220, 220, 20218, 796, 2116, 13, 37659, 13, 31166, 17034, 7, 22401, 62, 27237, 8, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 32, 62, 439, 1220, 28, 20218, 13, 3447, 1758, 7, 16, 11, 20218, 13, 43358, 58, 15, 4357, 20218, 13, 43358, 58, 16, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 49, 62, 439, 796, 20218, 13, 3447, 1758, 7, 16, 11, 29510, 13, 43358, 58, 15, 4357, 352, 11, 20218, 13, 43358, 58, 16, 12962, 9, 944, 13, 49, 62, 439, 9, 29510, 13, 3447, 1758, 7, 16, 11, 16, 11, 29510, 13, 43358, 58, 15, 4357, 29510, 13, 43358, 58, 16, 12962, 628, 220, 220, 220, 2488, 9503, 62, 16514, 278, 3419, 198, 220, 220, 220, 825, 8805, 7, 944, 11, 1366, 11, 6056, 28, 16, 11, 16488, 10779, 16, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 374, 7061, 6, 7293, 1133, 262, 14288, 14, 32604, 4112, 28833, 7061, 6, 198, 220, 220, 220, 220, 220, 220, 220, 611, 6056, 6624, 352, 25, 220, 1303, 262, 14288, 4112, 28833, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 2116, 13, 37659, 13, 1150, 666, 7, 944, 13, 37659, 13, 48546, 7, 7890, 532, 2116, 13, 37659, 13, 1150, 666, 7, 7890, 11, 16488, 28, 22704, 11, 1394, 67, 12078, 28, 17821, 36911, 16488, 28, 22704, 8, 198, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 220, 1303, 6056, 796, 657, 262, 1612, 4112, 28833, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1303, 1441, 2116, 13, 37659, 13, 12647, 32604, 19510, 944, 13, 37659, 13, 48546, 7, 7890, 13, 51, 532, 2116, 13, 37659, 13, 12647, 32604, 7, 7890, 11, 16488, 796, 5391, 69, 4008, 737, 51, 11, 22704, 796, 5391, 69, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1441, 2116, 13, 37659, 13, 32604, 7, 944, 13, 37659, 13, 48546, 7, 7890, 532, 2116, 13, 37659, 13, 32604, 7, 7890, 11, 16488, 28, 22704, 36911, 16488, 28, 22704, 8, 628, 220, 220, 220, 2488, 9503, 62, 16514, 278, 3419, 198, 220, 220, 220, 825, 1487, 62, 2875, 7, 944, 11, 11192, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 374, 7061, 6, 3803, 262, 1502, 286, 3033, 7061, 6, 198, 220, 220, 220, 220, 220, 220, 220, 9093, 796, 1351, 7, 9521, 7, 11925, 7, 83, 641, 22305, 198, 220, 220, 220, 220, 220, 220, 220, 329, 279, 287, 11192, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 9093, 58, 79, 58, 15, 11907, 796, 279, 58, 16, 60, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 9093, 628, 220, 220, 220, 2488, 9503, 62, 16514, 278, 3419, 198, 220, 220, 220, 825, 31828, 62, 7278, 64, 7, 944, 11, 317, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 374, 37811, 13615, 262, 9943, 7094, 1502, 37811, 198, 220, 220, 220, 220, 220, 220, 220, 1395, 796, 317, 13, 30073, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 14729, 796, 17635, 198, 220, 220, 220, 220, 220, 220, 220, 329, 1312, 287, 2837, 7, 55, 13, 43358, 58, 15, 60, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 949, 9630, 796, 45941, 13, 853, 9806, 7, 55, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 773, 796, 45941, 13, 403, 25843, 62, 9630, 7, 1084, 9630, 11, 1395, 13, 43358, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 14729, 13, 33295, 26933, 521, 58, 15, 4083, 9186, 22784, 521, 58, 16, 4083, 9186, 3419, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1395, 58, 45299, 773, 58, 16, 11907, 796, 532, 944, 13, 37659, 13, 10745, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1395, 58, 521, 58, 15, 4357, 1058, 60, 796, 532, 944, 13, 37659, 13, 10745, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 14729, 628, 220, 220, 220, 2488, 9503, 62, 16514, 278, 3419, 198, 220, 220, 220, 825, 1233, 62, 30053, 62, 34555, 7, 944, 11, 1247, 305, 2340, 11, 370, 62, 7266, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 374, 7061, 6, 7783, 262, 3033, 287, 1774, 1502, 7061, 6, 198, 220, 220, 220, 220, 220, 220, 220, 479, 796, 370, 62, 7266, 13, 43358, 58, 16, 60, 198, 220, 220, 220, 220, 220, 220, 220, 1233, 796, 1247, 305, 2340, 13, 51, 2488, 370, 62, 7266, 198, 220, 220, 220, 220, 220, 220, 220, 611, 2116, 13, 79, 62, 81, 14512, 352, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1233, 796, 2116, 13, 9503, 16, 13, 439, 445, 7234, 7, 17080, 8, 198, 220, 220, 220, 220, 220, 220, 220, 1303, 4798, 7, 944, 13, 37659, 13, 10989, 363, 7, 17080, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 45218, 796, 2116, 13, 16694, 4716, 62, 7278, 64, 7, 17080, 8, 198, 220, 220, 220, 220, 220, 220, 220, 474, 796, 2116, 13, 3803, 62, 2875, 7, 22065, 8, 198, 220, 220, 220, 220, 220, 220, 220, 370, 62, 7266, 796, 370, 62, 7266, 58, 45299, 474, 60, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 370, 62, 7266, 11, 474, 628, 220, 220, 220, 2488, 9503, 62, 16514, 278, 3419, 198, 220, 220, 220, 825, 1233, 62, 23144, 62, 565, 436, 1586, 7, 944, 11, 1247, 305, 2340, 28, 14202, 11, 410, 65, 28, 15, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 2448, 23914, 262, 9387, 2183, 32966, 1586, 628, 220, 220, 220, 220, 220, 220, 220, 40117, 198, 220, 220, 220, 220, 220, 220, 220, 24200, 438, 198, 220, 220, 220, 220, 220, 220, 220, 1247, 305, 2340, 1058, 299, 67, 18747, 11, 11902, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 383, 285, 416, 479, 37588, 286, 262, 1247, 305, 2340, 286, 262, 23163, 13, 6045, 24866, 284, 1262, 262, 717, 16416, 11, 317, 62, 439, 58, 45299, 45299, 15, 4357, 355, 262, 4238, 1247, 305, 2340, 13, 2896, 13185, 284, 6045, 13, 198, 220, 220, 220, 220, 220, 220, 220, 410, 65, 1058, 20512, 11, 11902, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 49973, 577, 284, 3359, 19898, 2482, 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, 1247, 305, 2340, 1058, 299, 67, 18747, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 383, 285, 416, 479, 1247, 305, 2340, 286, 262, 23163, 198, 220, 220, 220, 220, 220, 220, 220, 317, 62, 439, 1058, 358, 18747, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1012, 436, 1068, 4009, 286, 262, 30104, 317, 62, 439, 198, 220, 220, 220, 220, 220, 220, 220, 371, 62, 439, 1058, 299, 67, 18747, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1012, 436, 1068, 4009, 286, 262, 30104, 371, 62, 439, 198, 220, 220, 220, 220, 220, 220, 220, 9943, 1133, 62, 2875, 1058, 1351, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1423, 1063, 286, 262, 9943, 7241, 3033, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 628, 220, 220, 220, 220, 220, 220, 220, 9943, 1133, 62, 2875, 796, 17635, 198, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 11265, 1096, 62, 1525, 62, 32, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 611, 1247, 305, 2340, 6624, 6045, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1247, 305, 2340, 796, 2116, 13, 32, 62, 439, 58, 45299, 1058, 11, 657, 4083, 30073, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 705, 7061, 17080, 796, 1247, 305, 2340, 13, 51, 2488, 2116, 13, 32, 62, 439, 58, 45299, 1058, 11, 657, 60, 198, 220, 220, 220, 220, 220, 220, 220, 611, 2116, 13, 79, 62, 81, 14512, 352, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1233, 796, 2116, 13, 9503, 16, 13, 439, 445, 7234, 7, 17080, 8, 7061, 6, 198, 220, 220, 220, 220, 220, 220, 220, 329, 1312, 287, 2837, 7, 3064, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 329, 279, 287, 2837, 7, 944, 13, 32, 62, 439, 13, 43358, 58, 12, 16, 60, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 317, 62, 585, 11, 474, 796, 2116, 13, 17080, 62, 30053, 62, 34555, 7, 1087, 305, 2340, 11, 2116, 13, 32, 62, 439, 58, 45299, 1058, 11, 279, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 9943, 1133, 62, 2875, 13, 33295, 7, 73, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 32, 62, 439, 58, 45299, 1058, 11, 279, 60, 796, 317, 62, 585, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 49, 62, 439, 58, 45299, 1058, 11, 1058, 11, 279, 60, 796, 2116, 13, 37659, 13, 25558, 26933, 944, 13, 49, 62, 439, 58, 45299, 479, 11, 1058, 11, 279, 60, 329, 479, 287, 474, 4357, 22704, 28, 16, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 49, 62, 439, 58, 45299, 1058, 11, 1058, 11, 279, 60, 796, 2116, 13, 37659, 13, 25558, 26933, 944, 13, 49, 62, 439, 58, 45299, 1058, 11, 479, 11, 279, 60, 329, 479, 287, 474, 4357, 22704, 28, 17, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1247, 305, 2340, 796, 2116, 13, 37659, 13, 1150, 666, 7, 944, 13, 32, 62, 439, 11, 16488, 10779, 16, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1247, 305, 2340, 62, 27237, 796, 357, 1087, 305, 2340, 12429, 362, 737, 16345, 7, 22704, 28, 15, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 2116, 13, 79, 62, 81, 14512, 352, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1247, 305, 2340, 62, 27237, 796, 2116, 13, 9503, 16, 13, 439, 445, 7234, 7, 1087, 305, 2340, 62, 27237, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1247, 305, 2340, 62, 27237, 15853, 2116, 13, 25386, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 20218, 796, 2116, 13, 37659, 13, 31166, 17034, 7, 1087, 305, 2340, 62, 27237, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1247, 305, 2340, 1220, 28, 20218, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 1247, 305, 2340, 11, 2116, 13, 32, 62, 439, 11, 2116, 13, 49, 62, 439, 11, 9943, 1133, 62, 2875, 628, 220, 220, 220, 2488, 9503, 62, 16514, 278, 3419, 198, 220, 220, 220, 825, 1233, 62, 18217, 15710, 23014, 7, 944, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 198, 220, 220, 220, 220, 220, 220, 220, 3082, 1769, 262, 8615, 500, 18868, 33123, 23014, 286, 257, 9387, 32966, 1586, 286, 30104, 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, 3313, 82, 1058, 299, 67, 18747, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 383, 479, 416, 279, 7177, 286, 33123, 23014, 810, 3313, 82, 58, 72, 11, 73, 60, 318, 262, 41834, 3953, 329, 262, 15879, 317, 62, 439, 58, 45299, 72, 11, 73, 60, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 628, 220, 220, 220, 220, 220, 220, 220, 2116, 13, 17080, 62, 23144, 62, 565, 436, 1586, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 399, 11, 479, 11, 299, 62, 11766, 796, 2116, 13, 32, 62, 439, 13, 43358, 198, 220, 220, 220, 220, 220, 220, 220, 370, 62, 38568, 796, 2116, 13, 32, 62, 439, 13, 3447, 1758, 7, 45, 11, 479, 1635, 299, 62, 11766, 8, 198, 220, 220, 220, 220, 220, 220, 220, 317, 62, 439, 17, 796, 357, 54, 62, 38568, 13, 51, 2488, 370, 62, 38568, 737, 3447, 1758, 7, 74, 11, 299, 62, 11766, 11, 479, 11, 299, 62, 11766, 8, 198, 220, 220, 220, 220, 220, 220, 220, 611, 2116, 13, 79, 62, 81, 14512, 352, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 317, 62, 439, 17, 796, 2116, 13, 9503, 16, 13, 439, 445, 7234, 7, 32, 62, 439, 17, 8, 198, 220, 220, 220, 220, 220, 220, 220, 18868, 796, 2116, 13, 37659, 13, 283, 535, 418, 7, 944, 13, 37659, 13, 15036, 7, 32, 62, 439, 17, 11, 532, 16, 13, 15, 11, 352, 13, 15, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 357, 45, 11, 509, 11, 299, 62, 525, 912, 8, 796, 2116, 13, 32, 62, 439, 13, 43358, 198, 220, 220, 220, 220, 220, 220, 220, 611, 509, 6624, 352, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3313, 82, 796, 2116, 13, 37659, 13, 1952, 19510, 42, 11, 299, 62, 525, 912, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 2073, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 257, 796, 2116, 13, 37659, 13, 9107, 418, 19510, 42, 11, 299, 62, 525, 912, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 275, 796, 2116, 13, 37659, 13, 9107, 418, 19510, 42, 11, 299, 62, 525, 912, 4008, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 329, 479, 287, 2837, 7, 42, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 329, 299, 287, 2837, 7, 77, 62, 525, 912, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 257, 58, 74, 11, 299, 60, 796, 352, 1220, 357, 77, 62, 525, 912, 532, 352, 8, 1635, 2116, 13, 37659, 13, 16345, 7, 17080, 1817, 58, 74, 11, 299, 11, 479, 11, 1058, 12962, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 45218, 796, 2116, 13, 37659, 13, 16345, 7, 17080, 1817, 58, 74, 11, 299, 11, 1058, 11, 1058, 4357, 16488, 28, 16, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 45218, 58, 74, 60, 796, 2116, 13, 37659, 13, 10745, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 275, 58, 74, 11, 299, 60, 796, 352, 1220, 299, 62, 525, 912, 1635, 2116, 13, 37659, 13, 1084, 7, 22065, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 3313, 82, 796, 357, 65, 532, 257, 8, 1220, 2116, 13, 37659, 13, 47033, 7, 64, 11, 275, 8, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 3313, 82, 628, 220, 220, 220, 2488, 9503, 62, 16514, 278, 3419, 198, 220, 220, 220, 825, 4197, 7, 944, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 374, 37811, 198, 220, 220, 220, 220, 220, 220, 220, 27592, 262, 850, 31878, 284, 1620, 9387, 2183, 32966, 1586, 290, 220, 24061, 33123, 23014, 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, 1247, 305, 2340, 1058, 299, 67, 18747, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 383, 285, 416, 479, 1247, 305, 2340, 286, 262, 23163, 198, 220, 220, 220, 220, 220, 220, 220, 1979, 1273, 67, 1058, 299, 67, 18747, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 36532, 28833, 286, 262, 3033, 422, 262, 1247, 3882, 198, 220, 220, 220, 220, 220, 220, 220, 317, 62, 439, 1058, 299, 67, 18747, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1012, 436, 1068, 4009, 286, 262, 30104, 317, 62, 439, 198, 220, 220, 220, 220, 220, 220, 220, 371, 62, 439, 1058, 299, 67, 18747, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1012, 436, 1068, 4009, 286, 262, 30104, 371, 62, 439, 198, 220, 220, 220, 220, 220, 220, 220, 311, 62, 615, 70, 1058, 299, 67, 18747, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1612, 4243, 15710, 5857, 4776, 198, 220, 220, 220, 220, 220, 220, 220, 9943, 1133, 62, 2875, 1058, 1351, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1423, 1063, 286, 262, 9943, 7241, 3033, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 628, 220, 220, 220, 220, 220, 220, 220, 1247, 305, 2340, 11, 4808, 11, 4808, 11, 4522, 55, 62, 37, 17, 796, 2116, 13, 17080, 62, 23144, 62, 565, 436, 1586, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 1979, 1273, 67, 796, 2116, 13, 9937, 7, 944, 13, 32, 62, 439, 11, 16488, 10779, 16, 8, 198, 220, 220, 220, 220, 220, 220, 220, 13946, 62, 1073, 41945, 796, 2116, 13, 17080, 62, 18217, 15710, 23014, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 311, 62, 615, 70, 796, 13946, 62, 1073, 41945, 13, 2704, 41769, 22446, 32604, 3419, 198, 220, 220, 220, 220, 220, 220, 220, 1255, 796, 685, 1087, 305, 2340, 11, 1979, 1273, 67, 11, 2116, 13, 49, 62, 439, 11, 13946, 62, 1073, 41945, 13, 32604, 7, 22704, 28, 16, 828, 311, 62, 615, 70, 11, 4522, 55, 62, 37, 17, 60, 198, 220, 220, 220, 220, 220, 220, 220, 1441, 1255, 198 ]
2.10124
3,467
# -*- coding: utf-8 -*- from celery_app import app @app.task
[ 2, 532, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12, 198, 6738, 18725, 1924, 62, 1324, 1330, 598, 628, 198, 31, 1324, 13, 35943, 198 ]
2.25
28
import logging from ..account.clients import IAccountClient from ..deals.models import DealRequest, DealResult from ..orders.manual.clients import IManualOrderClient from ..orders.market.clients import IMarketOrderClient from ..orders.market.errors import MarketClosedError, MarketOrderLiveQuoteError from ..orders.models import OrderRequest from ..search import InvestmentTypes from ..search.clients import security_filter, ISecuritySearchClient from requests_tracker.session import IWebSession logger = logging.getLogger(__name__)
[ 11748, 18931, 198, 198, 6738, 11485, 23317, 13, 565, 2334, 1330, 314, 30116, 11792, 198, 6738, 11485, 14302, 13, 27530, 1330, 15138, 18453, 11, 15138, 23004, 198, 6738, 11485, 6361, 13, 805, 723, 13, 565, 2334, 1330, 314, 5124, 723, 18743, 11792, 198, 6738, 11485, 6361, 13, 10728, 13, 565, 2334, 1330, 8959, 668, 316, 18743, 11792, 198, 6738, 11485, 6361, 13, 10728, 13, 48277, 1330, 5991, 2601, 1335, 12331, 11, 5991, 18743, 18947, 25178, 12331, 198, 6738, 11485, 6361, 13, 27530, 1330, 8284, 18453, 198, 6738, 11485, 12947, 1330, 20877, 31431, 198, 6738, 11485, 12947, 13, 565, 2334, 1330, 2324, 62, 24455, 11, 3180, 721, 1684, 18243, 11792, 198, 6738, 7007, 62, 2213, 10735, 13, 29891, 1330, 314, 13908, 36044, 198, 198, 6404, 1362, 796, 18931, 13, 1136, 11187, 1362, 7, 834, 3672, 834, 8, 628 ]
3.912409
137
# -*- coding: utf-8 -*- # Copyright (c) 2013-2018 Will Thames <[email protected]> # Copyright (c) 2018 Ansible by Red Hat # Modified work Copyright (c) 2019 Jeffrey Bouter import unittest from saltlint.linter import RulesCollection from saltlint.rules.JinjaPillarGrainsGetFormatRule import JinjaPillarGrainsGetFormatRule from tests import RunFromText GOOD_STATEMENT_LINE = ''' example_test: file.managed: - name: /etc/test - user: root - group: {{ salt['pillar.get']('item') }} test - something: {{ grains['item'] }} - content: | {{ salt['pillar.get']('test') }} ''' BAD_STATEMENT_LINE = ''' example_test: file.managed: - name: /etc/test - user: root - group: {{ pillar.get('item') }} test - something: {{ grains.get('item')}} - content: | {{ salt['pillar.get']('test') }} '''
[ 2, 532, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12, 198, 2, 15069, 357, 66, 8, 2211, 12, 7908, 2561, 42521, 1279, 10594, 31, 400, 1047, 13, 312, 13, 559, 29, 198, 2, 15069, 357, 66, 8, 2864, 28038, 856, 416, 2297, 10983, 198, 2, 40499, 670, 15069, 357, 66, 8, 13130, 19627, 14551, 353, 198, 198, 11748, 555, 715, 395, 198, 198, 6738, 8268, 75, 600, 13, 2815, 353, 1330, 14252, 36307, 198, 6738, 8268, 75, 600, 13, 38785, 13, 41, 259, 6592, 47, 359, 283, 8642, 1299, 3855, 26227, 31929, 1330, 17297, 6592, 47, 359, 283, 8642, 1299, 3855, 26227, 31929, 198, 6738, 5254, 1330, 5660, 4863, 8206, 628, 198, 11230, 3727, 62, 35744, 12529, 62, 24027, 796, 705, 7061, 198, 20688, 62, 9288, 25, 198, 220, 2393, 13, 39935, 25, 198, 220, 220, 220, 532, 1438, 25, 1220, 14784, 14, 9288, 198, 220, 220, 220, 532, 2836, 25, 6808, 198, 220, 220, 220, 532, 1448, 25, 22935, 8268, 17816, 41643, 13, 1136, 20520, 10786, 9186, 11537, 34949, 1332, 198, 220, 220, 220, 532, 1223, 25, 22935, 21824, 17816, 9186, 20520, 34949, 198, 220, 220, 220, 532, 2695, 25, 930, 198, 220, 220, 220, 220, 220, 220, 220, 22935, 8268, 17816, 41643, 13, 1136, 20520, 10786, 9288, 11537, 34949, 198, 7061, 6, 198, 198, 33, 2885, 62, 35744, 12529, 62, 24027, 796, 705, 7061, 198, 20688, 62, 9288, 25, 198, 220, 2393, 13, 39935, 25, 198, 220, 220, 220, 532, 1438, 25, 1220, 14784, 14, 9288, 198, 220, 220, 220, 532, 2836, 25, 6808, 198, 220, 220, 220, 532, 1448, 25, 22935, 30042, 13, 1136, 10786, 9186, 11537, 34949, 1332, 198, 220, 220, 220, 532, 1223, 25, 22935, 21824, 13, 1136, 10786, 9186, 11537, 11709, 198, 220, 220, 220, 532, 2695, 25, 930, 198, 220, 220, 220, 220, 220, 220, 220, 22935, 8268, 17816, 41643, 13, 1136, 20520, 10786, 9288, 11537, 34949, 198, 7061, 6, 198 ]
2.623053
321
from crispy_forms.bootstrap import (Accordion, AccordionGroup, FieldWithButtons, StrictButton, Tab) from crispy_forms.layout import Field, HTML, Layout, Submit from crispy_forms.helper import FormHelper from django.utils.translation import ugettext_lazy as _ from haystack.forms import ModelSearchForm
[ 198, 198, 6738, 42807, 62, 23914, 13, 18769, 26418, 1330, 357, 17320, 585, 295, 11, 46562, 295, 13247, 11, 7663, 3152, 1537, 27288, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 520, 2012, 21864, 11, 16904, 8, 198, 6738, 42807, 62, 23914, 13, 39786, 1330, 7663, 11, 11532, 11, 47639, 11, 39900, 198, 6738, 42807, 62, 23914, 13, 2978, 525, 1330, 5178, 47429, 198, 6738, 42625, 14208, 13, 26791, 13, 41519, 1330, 334, 1136, 5239, 62, 75, 12582, 355, 4808, 198, 6738, 27678, 25558, 13, 23914, 1330, 9104, 18243, 8479, 628 ]
2.841667
120
import cv2
[ 11748, 269, 85, 17 ]
2.5
4
# AVL Mode Package # Released under MIT License # Copyright (c) 2020 TytusDb Team # Developers: SG#16 import os from storage.AVL.DataAccessLayer.handler import Handler from storage.AVL.DataAccessLayer.tree_graph import TreeGraph
[ 2, 14661, 43, 10363, 15717, 198, 2, 28728, 739, 17168, 13789, 198, 2, 15069, 357, 66, 8, 12131, 7039, 83, 385, 43832, 4816, 198, 2, 34152, 25, 26147, 2, 1433, 628, 198, 11748, 28686, 198, 6738, 6143, 13, 10116, 43, 13, 6601, 15457, 49925, 13, 30281, 1330, 32412, 198, 6738, 6143, 13, 10116, 43, 13, 6601, 15457, 49925, 13, 21048, 62, 34960, 1330, 12200, 37065, 628, 628, 198 ]
3.455882
68
import testing_constants as global_settings # from . import settings as global_settings # # class Settings: # # def __init__(self): # for setting in dir(global_settings): # if setting.isupper(): # setattr(self, setting, getattr(global_settings, setting)) # # def __setattr__(self, attr, value): # if not getattr(self, attr, None): # super().__setattr__(attr, value) # else: # raise TypeError("'constant' does not support item assignment") # # # settings = Settings() if __name__== "__main__": print 'Initial' print global_settings.myA print global_settings.myB settings = Settings() print 'settings' print settings.myA print settings.myB # class ModelIngredients(ImportModelData, SspFitter, NebularContinuaCalculator, EmissionComponents, ReddeningLaws, MCMC_printer): # # def __init__(self):
[ 11748, 4856, 62, 9979, 1187, 355, 3298, 62, 33692, 628, 198, 198, 2, 422, 764, 1330, 6460, 355, 3298, 62, 33692, 198, 2, 198, 2, 1398, 16163, 25, 198, 2, 198, 2, 825, 11593, 15003, 834, 7, 944, 2599, 198, 2, 220, 220, 220, 220, 329, 4634, 287, 26672, 7, 20541, 62, 33692, 2599, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 611, 4634, 13, 271, 45828, 33529, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 900, 35226, 7, 944, 11, 4634, 11, 651, 35226, 7, 20541, 62, 33692, 11, 4634, 4008, 198, 2, 198, 2, 825, 11593, 2617, 35226, 834, 7, 944, 11, 708, 81, 11, 1988, 2599, 198, 2, 220, 220, 220, 220, 611, 407, 651, 35226, 7, 944, 11, 708, 81, 11, 6045, 2599, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 2208, 22446, 834, 2617, 35226, 834, 7, 35226, 11, 1988, 8, 198, 2, 220, 220, 220, 220, 2073, 25, 198, 2, 220, 220, 220, 220, 220, 220, 220, 220, 5298, 5994, 12331, 7203, 6, 9979, 415, 6, 857, 407, 1104, 2378, 16237, 4943, 198, 2, 198, 2, 198, 2, 6460, 796, 16163, 3419, 628, 198, 198, 361, 11593, 3672, 834, 855, 366, 834, 12417, 834, 1298, 628, 220, 220, 220, 3601, 705, 24243, 6, 198, 220, 220, 220, 3601, 3298, 62, 33692, 13, 1820, 32, 198, 220, 220, 220, 3601, 3298, 62, 33692, 13, 1820, 33, 628, 220, 220, 220, 6460, 796, 16163, 3419, 628, 220, 220, 220, 3601, 705, 33692, 6, 198, 220, 220, 220, 3601, 6460, 13, 1820, 32, 198, 220, 220, 220, 3601, 6460, 13, 1820, 33, 628, 198, 2, 1398, 9104, 41222, 7, 20939, 17633, 6601, 11, 311, 2777, 37, 1967, 11, 29837, 934, 17875, 6413, 9771, 3129, 1352, 11, 2295, 1480, 7293, 3906, 11, 42734, 3101, 43, 8356, 11, 13122, 9655, 62, 1050, 3849, 2599, 198, 2, 198, 2, 220, 220, 220, 220, 825, 11593, 15003, 834, 7, 944, 2599 ]
2.672727
330
import subprocess import os import sys import psutil import datetime def check_dependencies(): """Checks for dependencies Mandatory dependencies are - mysqldump,mysqlshow,find,mkdir Non-mandatory - gzip""" try: if subprocess.call('/usr/bin/mysqldump > /dev/null 2>&1', shell=True) == 127: sys.stderr.write("ERROR:Missing dependancy: mysqldump") sys.exit(1) if subprocess.call('/usr/bin/mysqlshow > /dev/null 2>&1', shell=True) == 127: sys.stderr.write("ERROR:Missing dependancy: mysqlshow") sys.exit(1) if subprocess.call('/usr/bin/find > /dev/null 2>&1', shell=True) == 127: sys.stderr.write("ERROR:Missing dependancy: find") sys.exit(1) if subprocess.call('/bin/mkdir > /dev/null 2>&1', shell=True) == 127: sys.stderr.write("ERROR:Missing dependancy: mkdir") sys.exit(1) if not gzip_enabled!="yes": if subprocess.call('/bin/gzip -h > /dev/null 2>&1', shell=True) == 127: sys.stderr.write("ERROR:Missing dependancy: gzip") sys.exit(1) except subprocess.CalledProcessError: sys.stderr.write("ERROR:Unable to check for dependencies") sys.exit(1) def check_directories(backup_dir_daily,backup_dir_weekly,backup_dir_monthly): """Checks if needed directories exist and are writeable""" command="/bin/mkdir -p " if not os.access(backup_dir_daily, os.W_OK): sys.stderr.write("WARNING:Cannot write to daily backupdir OR directory does not exist.\n "+backup_dir_daily+"\n") try: daily_command=command+backup_dir_daily output = subprocess.check_output([daily_command],shell=True).decode('utf-8') except subprocess.CalledProcessError: sys.stderr.write("ERROR: Trying to create daily backup dir "+str(daily_command)+"\n") sys.exit(1) if not os.access(backup_dir_weekly, os.W_OK): sys.stderr.write("WARNING:Cannot write to weekly backupdir OR directory does not exist.\n "+backup_dir_daily+"\n") try: weekly_command=command+backup_dir_weekly output = subprocess.check_output([weekly_command],shell=True ).decode('utf-8') except subprocess.CalledProcessError: sys.stderr.write("ERROR: Trying to create weekly backup dir "+str(weekly_command)+"\n") sys.exit(1) if not os.access(backup_dir_monthly, os.W_OK): sys.stderr.write("WARNING:Cannot write to weekly backupdir OR directory does not exist.\n "+backup_dir_daily+"\n") try: monthly_command=command+backup_dir_monthly output = subprocess.check_output([monthly_command],shell=True).decode('utf-8') except subprocess.CalledProcessError: sys.stderr.write("ERROR: Trying to create monthly backup dir "+str(monthly_command)+"\n") sys.exit(1) #except: # sys.stderr.write("CRITICAL:Main exception") #try: if __name__ == '__main__': main() #except: # sys.stderr.write(" Main exception") # sys.exit(-1)
[ 11748, 850, 14681, 198, 11748, 28686, 198, 11748, 25064, 198, 11748, 26692, 22602, 198, 11748, 4818, 8079, 628, 198, 4299, 2198, 62, 45841, 3976, 33529, 198, 220, 220, 220, 37227, 7376, 4657, 329, 20086, 198, 220, 220, 220, 220, 220, 220, 47018, 20086, 389, 532, 616, 31166, 335, 931, 11, 28744, 13976, 12860, 11, 19796, 11, 28015, 15908, 198, 220, 220, 220, 220, 220, 220, 8504, 12, 22249, 2870, 532, 308, 13344, 37811, 198, 220, 220, 220, 1949, 25, 628, 220, 220, 220, 220, 220, 220, 220, 611, 850, 14681, 13, 13345, 10786, 14, 14629, 14, 8800, 14, 28744, 80, 335, 931, 1875, 1220, 7959, 14, 8423, 362, 29, 5, 16, 3256, 7582, 28, 17821, 8, 6624, 18112, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 25064, 13, 301, 1082, 81, 13, 13564, 7203, 24908, 25, 43730, 4745, 3883, 25, 616, 31166, 335, 931, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 25064, 13, 37023, 7, 16, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 611, 850, 14681, 13, 13345, 10786, 14, 14629, 14, 8800, 14, 28744, 13976, 12860, 1875, 1220, 7959, 14, 8423, 362, 29, 5, 16, 3256, 7582, 28, 17821, 8, 6624, 18112, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 25064, 13, 301, 1082, 81, 13, 13564, 7203, 24908, 25, 43730, 4745, 3883, 25, 48761, 12860, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 25064, 13, 37023, 7, 16, 8, 220, 220, 220, 220, 220, 220, 220, 220, 220, 628, 220, 220, 220, 220, 220, 220, 220, 611, 850, 14681, 13, 13345, 10786, 14, 14629, 14, 8800, 14, 19796, 220, 1875, 1220, 7959, 14, 8423, 362, 29, 5, 16, 3256, 7582, 28, 17821, 8, 6624, 18112, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 25064, 13, 301, 1082, 81, 13, 13564, 7203, 24908, 25, 43730, 4745, 3883, 25, 1064, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 25064, 13, 37023, 7, 16, 8, 628, 220, 220, 220, 220, 220, 220, 220, 611, 850, 14681, 13, 13345, 10786, 14, 8800, 14, 28015, 15908, 220, 1875, 1220, 7959, 14, 8423, 362, 29, 5, 16, 3256, 7582, 28, 17821, 8, 6624, 18112, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 25064, 13, 301, 1082, 81, 13, 13564, 7203, 24908, 25, 43730, 4745, 3883, 25, 33480, 15908, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 25064, 13, 37023, 7, 16, 8, 220, 220, 220, 220, 220, 220, 220, 220, 628, 220, 220, 220, 220, 220, 220, 220, 611, 407, 308, 13344, 62, 25616, 0, 2625, 8505, 1298, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 611, 850, 14681, 13, 13345, 10786, 14, 8800, 14, 70, 13344, 532, 71, 1875, 1220, 7959, 14, 8423, 362, 29, 5, 16, 3256, 7582, 28, 17821, 8, 6624, 18112, 25, 220, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 25064, 13, 301, 1082, 81, 13, 13564, 7203, 24908, 25, 43730, 4745, 3883, 25, 308, 13344, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 25064, 13, 37023, 7, 16, 8, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 628, 220, 220, 220, 2845, 850, 14681, 13, 34, 4262, 18709, 12331, 25, 198, 220, 220, 220, 220, 220, 220, 220, 25064, 13, 301, 1082, 81, 13, 13564, 7203, 24908, 25, 3118, 540, 284, 2198, 329, 20086, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 25064, 13, 37023, 7, 16, 8, 220, 220, 220, 220, 220, 220, 220, 220, 628, 198, 198, 4299, 2198, 62, 12942, 1749, 7, 1891, 929, 62, 15908, 62, 29468, 11, 1891, 929, 62, 15908, 62, 45291, 11, 1891, 929, 62, 15908, 62, 8424, 306, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 37227, 7376, 4657, 611, 2622, 29196, 2152, 290, 389, 3551, 540, 37811, 198, 220, 220, 220, 220, 220, 220, 220, 3141, 35922, 8800, 14, 28015, 15908, 532, 79, 366, 198, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 611, 407, 28686, 13, 15526, 7, 1891, 929, 62, 15908, 62, 29468, 11, 28686, 13, 54, 62, 11380, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 25064, 13, 301, 1082, 81, 13, 13564, 7203, 31502, 25, 34, 34574, 3551, 284, 4445, 11559, 15908, 6375, 8619, 857, 407, 2152, 13, 59, 77, 43825, 1891, 929, 62, 15908, 62, 29468, 10, 1, 59, 77, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 4445, 62, 21812, 28, 21812, 10, 1891, 929, 62, 15908, 62, 29468, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5072, 796, 850, 14681, 13, 9122, 62, 22915, 26933, 29468, 62, 21812, 4357, 29149, 28, 17821, 737, 12501, 1098, 10786, 40477, 12, 23, 11537, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2845, 850, 14681, 13, 34, 4262, 18709, 12331, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 25064, 13, 301, 1082, 81, 13, 13564, 7203, 24908, 25, 31165, 284, 2251, 4445, 11559, 26672, 43825, 2536, 7, 29468, 62, 21812, 47762, 1, 59, 77, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 25064, 13, 37023, 7, 16, 8, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 611, 407, 28686, 13, 15526, 7, 1891, 929, 62, 15908, 62, 45291, 11, 28686, 13, 54, 62, 11380, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 25064, 13, 301, 1082, 81, 13, 13564, 7203, 31502, 25, 34, 34574, 3551, 284, 10273, 11559, 15908, 6375, 8619, 857, 407, 2152, 13, 59, 77, 43825, 1891, 929, 62, 15908, 62, 29468, 10, 1, 59, 77, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1949, 25, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 10273, 62, 21812, 28, 21812, 10, 1891, 929, 62, 15908, 62, 45291, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5072, 796, 850, 14681, 13, 9122, 62, 22915, 26933, 45291, 62, 21812, 4357, 29149, 28, 17821, 6739, 12501, 1098, 10786, 40477, 12, 23, 11537, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 628, 220, 220, 220, 220, 220, 220, 220, 220, 220, 2845, 850, 14681, 13, 34, 4262, 18709, 12331, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 25064, 13, 301, 1082, 81, 13, 13564, 7203, 24908, 25, 31165, 284, 2251, 10273, 11559, 26672, 43825, 2536, 7, 45291, 62, 21812, 47762, 1, 59, 77, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 25064, 13, 37023, 7, 16, 8, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 611, 407, 28686, 13, 15526, 7, 1891, 929, 62, 15908, 62, 8424, 306, 11, 28686, 13, 54, 62, 11380, 2599, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 25064, 13, 301, 1082, 81, 13, 13564, 7203, 31502, 25, 34, 34574, 3551, 284, 10273, 11559, 15908, 6375, 8619, 857, 407, 2152, 13, 59, 77, 43825, 1891, 929, 62, 15908, 62, 29468, 10, 1, 59, 77, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 1949, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 9651, 62, 21812, 28, 21812, 10, 1891, 929, 62, 15908, 62, 8424, 306, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 5072, 796, 850, 14681, 13, 9122, 62, 22915, 26933, 8424, 306, 62, 21812, 4357, 29149, 28, 17821, 737, 12501, 1098, 10786, 40477, 12, 23, 11537, 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, 2845, 850, 14681, 13, 34, 4262, 18709, 12331, 25, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 25064, 13, 301, 1082, 81, 13, 13564, 7203, 24908, 25, 31165, 284, 2251, 9651, 11559, 26672, 43825, 2536, 7, 8424, 306, 62, 21812, 47762, 1, 59, 77, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 25064, 13, 37023, 7, 16, 8, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 628, 628, 198, 220, 220, 220, 1303, 16341, 25, 198, 220, 220, 220, 220, 1303, 220, 220, 25064, 13, 301, 1082, 81, 13, 13564, 7203, 9419, 2043, 20151, 25, 13383, 6631, 4943, 198, 220, 220, 220, 220, 220, 220, 220, 220, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 198, 2, 28311, 25, 198, 361, 11593, 3672, 834, 6624, 705, 834, 12417, 834, 10354, 198, 220, 220, 220, 1388, 3419, 198, 2, 16341, 25, 198, 2, 220, 220, 25064, 13, 301, 1082, 81, 13, 13564, 7203, 8774, 6631, 4943, 198, 2, 220, 220, 25064, 13, 37023, 32590, 16, 8, 198 ]
2.014443
1,731
from django import forms
[ 6738, 42625, 14208, 1330, 5107, 628 ]
4.333333
6
from django.contrib import admin from .models import memeData # Register your models here. @admin.register(memeData)
[ 6738, 42625, 14208, 13, 3642, 822, 1330, 13169, 198, 6738, 764, 27530, 1330, 25336, 6601, 198, 198, 2, 17296, 534, 4981, 994, 13, 198, 198, 31, 28482, 13, 30238, 7, 11883, 68, 6601, 8, 198, 220, 220, 220, 220 ]
3.153846
39
import datetime import flask import logging from flask import Flask, jsonify import requests from flask_session import Session from flask_pyoidc import OIDCAuthentication from flask_pyoidc.provider_configuration import ProviderConfiguration, ClientMetadata from flask_pyoidc.user_session import UserSession app = Flask(__name__) import logging logging.basicConfig(format='%(asctime)s %(message)s', level=logging.DEBUG) # See http://flask.pocoo.org/docs/0.12/config/ app.config.update({ 'SECRET_KEY': 'dev_key', # make sure to change this!! 'PERMANENT_SESSION_LIFETIME': datetime.timedelta(days=7).total_seconds(), 'DEBUG': True, 'SESSION_TYPE': 'filesystem', 'SESSION_FILE_DIR': '/tmp/sessions'}) app.config['OIDC_PROVIDERS'] = 'provider1' app.config['provider1_ISSUER'] = '<auth base url>' app.config['provider1_CLIENT'] = '<client id>' app.config['provider1_SECRET'] = '' app.config['OIDC_REQUIRED_ROLES'] = "admin" app.config['OIDC_ROLE_CLAIM'] = "realm_access.roles" Session(app) auth = OIDCAuthentication( app=app) @app.route('/') @auth.oidc_auth(bearer = True) @app.route('/bearer_test') @auth.oidc_auth() @app.route('/hello') @auth.oidc_auth() @app.route('/logout') @auth.oidc_logout @auth.error_view logging.basicConfig(level=logging.DEBUG, format='%(asctime)s - %(name)s - %(levelname)s - %(message)s') auth.init_app(app) if __name__ == '__main__': app.run(host='0.0.0.0')
[ 11748, 4818, 8079, 198, 11748, 42903, 198, 11748, 18931, 198, 6738, 42903, 1330, 46947, 11, 33918, 1958, 198, 11748, 7007, 198, 198, 6738, 42903, 62, 29891, 1330, 23575, 198, 198, 6738, 42903, 62, 9078, 1868, 66, 1330, 440, 2389, 8141, 315, 6925, 3299, 198, 6738, 42903, 62, 9078, 1868, 66, 13, 15234, 1304, 62, 11250, 3924, 1330, 32549, 38149, 11, 20985, 9171, 14706, 198, 6738, 42903, 62, 9078, 1868, 66, 13, 7220, 62, 29891, 1330, 11787, 36044, 198, 198, 1324, 796, 46947, 7, 834, 3672, 834, 8, 628, 198, 11748, 18931, 198, 6404, 2667, 13, 35487, 16934, 7, 18982, 11639, 4, 7, 292, 310, 524, 8, 82, 4064, 7, 20500, 8, 82, 3256, 1241, 28, 6404, 2667, 13, 30531, 8, 198, 198, 2, 4091, 2638, 1378, 2704, 2093, 13, 79, 420, 2238, 13, 2398, 14, 31628, 14, 15, 13, 1065, 14, 11250, 14, 198, 1324, 13, 11250, 13, 19119, 15090, 198, 220, 220, 220, 705, 23683, 26087, 62, 20373, 10354, 705, 7959, 62, 2539, 3256, 220, 1303, 787, 1654, 284, 1487, 428, 3228, 198, 220, 220, 220, 705, 18973, 10725, 3525, 62, 50, 47621, 62, 43, 5064, 2767, 12789, 10354, 4818, 8079, 13, 16514, 276, 12514, 7, 12545, 28, 22, 737, 23350, 62, 43012, 22784, 198, 220, 220, 220, 705, 30531, 10354, 6407, 11, 198, 220, 220, 220, 705, 50, 47621, 62, 25216, 10354, 705, 16624, 6781, 3256, 198, 220, 220, 220, 705, 50, 47621, 62, 25664, 62, 34720, 10354, 31051, 22065, 14, 82, 6202, 6, 30072, 628, 198, 1324, 13, 11250, 17816, 46, 2389, 34, 62, 41283, 2389, 4877, 20520, 796, 705, 15234, 1304, 16, 6, 198, 1324, 13, 11250, 17816, 15234, 1304, 16, 62, 1797, 12564, 1137, 20520, 796, 705, 27, 18439, 2779, 19016, 29, 6, 198, 1324, 13, 11250, 17816, 15234, 1304, 16, 62, 5097, 28495, 20520, 796, 705, 27, 16366, 4686, 29, 6, 198, 1324, 13, 11250, 17816, 15234, 1304, 16, 62, 23683, 26087, 20520, 796, 10148, 198, 1324, 13, 11250, 17816, 46, 2389, 34, 62, 2200, 10917, 37819, 62, 49, 3535, 1546, 20520, 796, 366, 28482, 1, 198, 1324, 13, 11250, 17816, 46, 2389, 34, 62, 13252, 2538, 62, 48778, 20520, 796, 366, 5305, 76, 62, 15526, 13, 305, 829, 1, 198, 198, 36044, 7, 1324, 8, 198, 18439, 796, 440, 2389, 8141, 315, 6925, 3299, 7, 598, 28, 1324, 8, 198, 198, 31, 1324, 13, 38629, 10786, 14, 11537, 198, 31, 18439, 13, 1868, 66, 62, 18439, 7, 1350, 11258, 796, 6407, 8, 198, 198, 31, 1324, 13, 38629, 10786, 14, 1350, 11258, 62, 9288, 11537, 198, 31, 18439, 13, 1868, 66, 62, 18439, 3419, 628, 198, 198, 31, 1324, 13, 38629, 10786, 14, 31373, 11537, 198, 31, 18439, 13, 1868, 66, 62, 18439, 3419, 198, 198, 31, 1324, 13, 38629, 10786, 14, 6404, 448, 11537, 198, 31, 18439, 13, 1868, 66, 62, 6404, 448, 628, 198, 31, 18439, 13, 18224, 62, 1177, 198, 198, 6404, 2667, 13, 35487, 16934, 7, 5715, 28, 6404, 2667, 13, 30531, 11, 5794, 11639, 4, 7, 292, 310, 524, 8, 82, 532, 4064, 7, 3672, 8, 82, 532, 4064, 7, 5715, 3672, 8, 82, 532, 4064, 7, 20500, 8, 82, 11537, 198, 18439, 13, 15003, 62, 1324, 7, 1324, 8, 198, 198, 361, 11593, 3672, 834, 6624, 705, 834, 12417, 834, 10354, 198, 220, 220, 220, 598, 13, 5143, 7, 4774, 11639, 15, 13, 15, 13, 15, 13, 15, 11537, 198 ]
2.53286
563
# -*- coding: utf-8 -*- from __future__ import unicode_literals from django.db import models, migrations from django.conf import settings
[ 2, 532, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12, 198, 6738, 11593, 37443, 834, 1330, 28000, 1098, 62, 17201, 874, 198, 198, 6738, 42625, 14208, 13, 9945, 1330, 4981, 11, 15720, 602, 198, 6738, 42625, 14208, 13, 10414, 1330, 6460, 628 ]
3.111111
45
# 章节列表 # 序列化 ... # 章节序列化 # 章节反序列化
[ 2, 13328, 104, 254, 164, 232, 224, 26344, 245, 26193, 101, 201, 198, 201, 198, 201, 198, 201, 198, 201, 198, 2, 10263, 118, 237, 26344, 245, 44293, 244, 2644, 201, 198, 201, 198, 201, 198, 2, 13328, 104, 254, 164, 232, 224, 41753, 237, 26344, 245, 44293, 244, 201, 198, 201, 198, 201, 198, 2, 13328, 104, 254, 164, 232, 224, 20998, 235, 41753, 237, 26344, 245, 44293, 244, 201, 198 ]
0.75
72
#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ Created on Fri Aug 25 08:41:10 2017 @author: Yann Roussel and Tuan Bui Edited by: Emine Topcu on Sep 2021 """ from Single_coiling_model import Single_coil_base
[ 2, 48443, 14629, 14, 8800, 14, 24330, 21015, 18, 198, 2, 532, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12, 198, 37811, 198, 41972, 319, 19480, 2447, 1679, 8487, 25, 3901, 25, 940, 2177, 198, 198, 31, 9800, 25, 575, 1236, 371, 516, 741, 290, 309, 7258, 347, 9019, 198, 45882, 416, 25, 2295, 500, 5849, 27399, 319, 8621, 33448, 198, 37811, 198, 198, 6738, 14206, 62, 1073, 4386, 62, 19849, 1330, 14206, 62, 1073, 346, 62, 8692, 198 ]
2.597561
82
# -*- coding:utf-8 -*- """ 发送邮件 """ import email import smtplib from email.mime.text import MIMEText from email.mime.multipart import MIMEMultipart if __name__ == "__main__": test()
[ 2, 532, 9, 12, 19617, 25, 40477, 12, 23, 532, 9, 12, 198, 198, 37811, 198, 20998, 239, 34460, 223, 165, 224, 106, 20015, 114, 198, 37811, 198, 198, 11748, 3053, 198, 11748, 895, 83, 489, 571, 198, 6738, 3053, 13, 76, 524, 13, 5239, 1330, 337, 3955, 2767, 2302, 198, 6738, 3053, 13, 76, 524, 13, 16680, 541, 433, 1330, 337, 3955, 3620, 586, 541, 433, 628, 628, 198, 361, 11593, 3672, 834, 6624, 366, 834, 12417, 834, 1298, 198, 220, 220, 220, 1332, 3419, 198 ]
2.206897
87
import pytest from bugs.cisco import CSCvg76186 from devices.cisco import CiscoIOS unaffected_output1 = "Role: Client (SmartInstall Disabled)" unaffected_output2 = "Capability: Client\nOper Mode: Disabled\nRole: NA" affected_output1 = "Role: Client (SmartInstall enabled)" affected_output2 = "Capability: Client\nOper Mode: Enabled\nRole: Client" not_supported = "Command not supported on platform" @pytest.fixture() @pytest.fixture()
[ 11748, 12972, 9288, 198, 198, 6738, 11316, 13, 66, 4861, 1330, 327, 6173, 45119, 4304, 25096, 198, 6738, 4410, 13, 66, 4861, 1330, 28289, 40, 2640, 198, 198, 403, 43958, 62, 22915, 16, 796, 366, 47445, 25, 20985, 357, 25610, 15798, 43201, 16725, 198, 403, 43958, 62, 22915, 17, 796, 366, 15610, 1799, 25, 20985, 59, 77, 18843, 10363, 25, 43201, 59, 77, 47445, 25, 11746, 1, 198, 198, 43958, 62, 22915, 16, 796, 366, 47445, 25, 20985, 357, 25610, 15798, 9343, 16725, 198, 43958, 62, 22915, 17, 796, 366, 15610, 1799, 25, 20985, 59, 77, 18843, 10363, 25, 37344, 59, 77, 47445, 25, 20985, 1, 198, 198, 1662, 62, 15999, 796, 366, 21575, 407, 4855, 319, 3859, 1, 628, 198, 31, 9078, 9288, 13, 69, 9602, 3419, 628, 198, 31, 9078, 9288, 13, 69, 9602, 3419, 628 ]
3.217391
138
import pamela from jupyterhub.auth import PAMAuthenticator from jupyterhub.handlers.login import LoginHandler from tornado.concurrent import run_on_executor from tornado.escape import url_escape from tornado.httputil import url_concat
[ 11748, 279, 321, 10304, 198, 198, 6738, 474, 929, 88, 353, 40140, 13, 18439, 1330, 350, 2390, 47649, 26407, 198, 6738, 474, 929, 88, 353, 40140, 13, 4993, 8116, 13, 38235, 1330, 23093, 25060, 198, 6738, 33718, 13, 1102, 14421, 1330, 1057, 62, 261, 62, 18558, 38409, 198, 6738, 33718, 13, 41915, 1330, 19016, 62, 41915, 198, 6738, 33718, 13, 2804, 1996, 346, 1330, 19016, 62, 1102, 9246, 198 ]
3.42029
69