content
stringlengths
7
1.05M
fixed_cases
stringlengths
1
1.28M
__all__ = ( 'readonly_admin', 'singleton' )
__all__ = ('readonly_admin', 'singleton')
integer = [ ['lld', 'long long', 9223372036854775807, -9223372036854775808], ['ld', 'long', 9223372036854775807, -9223372036854775808], ['lu', 'unsigned long', 18446744073709551615, 0], ['d', 'signed', 2147483647, -2147483648], ['u', 'unsigned', 4294967295, 0], ['hd', 'short', 32767, -32768], ['hu', 'unsigned short', 65535, 0], ['c', 'char', 127, -128], ['c', 'unsigned char', 255, 0], ['d', '_Bool', 1, 0], ] real = [ ['f', 'float', 3.40282e+38, -3.40282e+38], ['f', 'double', 1.79769e+308, -1.79769e+308], ['Lf', 'long double', 1.79769e+308, -1.79769e+308] ] # todo: fix path path = '' directory = 'env' filename1 = f'{directory}/code1.c' filename2 = f'{directory}/code2.c' logfile1 = f'{directory}/log1.txt' logfile2 = f'{directory}/log2.txt' eo_out = f'{directory}/eo_out.txt' c_out = f'{directory}/c_out.txt' c_bin = f'{directory}/a.out' launcher = '../../bin/launcher.py' full_log = None resultDir = '../../../result'
integer = [['lld', 'long long', 9223372036854775807, -9223372036854775808], ['ld', 'long', 9223372036854775807, -9223372036854775808], ['lu', 'unsigned long', 18446744073709551615, 0], ['d', 'signed', 2147483647, -2147483648], ['u', 'unsigned', 4294967295, 0], ['hd', 'short', 32767, -32768], ['hu', 'unsigned short', 65535, 0], ['c', 'char', 127, -128], ['c', 'unsigned char', 255, 0], ['d', '_Bool', 1, 0]] real = [['f', 'float', 3.40282e+38, -3.40282e+38], ['f', 'double', 1.79769e+308, -1.79769e+308], ['Lf', 'long double', 1.79769e+308, -1.79769e+308]] path = '' directory = 'env' filename1 = f'{directory}/code1.c' filename2 = f'{directory}/code2.c' logfile1 = f'{directory}/log1.txt' logfile2 = f'{directory}/log2.txt' eo_out = f'{directory}/eo_out.txt' c_out = f'{directory}/c_out.txt' c_bin = f'{directory}/a.out' launcher = '../../bin/launcher.py' full_log = None result_dir = '../../../result'
#!/usr/bin/env python # # Create filter taps to use for interpolation filter in # clock recovery algorithm. These taps are copied from # GNU Radio at gnuradio/filter/interpolator_taps.h. # # This file includes them in natural order and I want # them stored in reversed order such that they can be # used directly. # filters = [ [ 0.00000e+00, 0.00000e+00, 0.00000e+00, 0.00000e+00, 1.00000e+00, 0.00000e+00, 0.00000e+00, 0.00000e+00 ], [ -1.54700e-04, 8.53777e-04, -2.76968e-03, 7.89295e-03, 9.98534e-01, -5.41054e-03, 1.24642e-03, -1.98993e-04 ], [ -3.09412e-04, 1.70888e-03, -5.55134e-03, 1.58840e-02, 9.96891e-01, -1.07209e-02, 2.47942e-03, -3.96391e-04 ], [ -4.64053e-04, 2.56486e-03, -8.34364e-03, 2.39714e-02, 9.95074e-01, -1.59305e-02, 3.69852e-03, -5.92100e-04 ], [ -6.18544e-04, 3.42130e-03, -1.11453e-02, 3.21531e-02, 9.93082e-01, -2.10389e-02, 4.90322e-03, -7.86031e-04 ], [ -7.72802e-04, 4.27773e-03, -1.39548e-02, 4.04274e-02, 9.90917e-01, -2.60456e-02, 6.09305e-03, -9.78093e-04 ], [ -9.26747e-04, 5.13372e-03, -1.67710e-02, 4.87921e-02, 9.88580e-01, -3.09503e-02, 7.26755e-03, -1.16820e-03 ], [ -1.08030e-03, 5.98883e-03, -1.95925e-02, 5.72454e-02, 9.86071e-01, -3.57525e-02, 8.42626e-03, -1.35627e-03 ], [ -1.23337e-03, 6.84261e-03, -2.24178e-02, 6.57852e-02, 9.83392e-01, -4.04519e-02, 9.56876e-03, -1.54221e-03 ], [ -1.38589e-03, 7.69462e-03, -2.52457e-02, 7.44095e-02, 9.80543e-01, -4.50483e-02, 1.06946e-02, -1.72594e-03 ], [ -1.53777e-03, 8.54441e-03, -2.80746e-02, 8.31162e-02, 9.77526e-01, -4.95412e-02, 1.18034e-02, -1.90738e-03 ], [ -1.68894e-03, 9.39154e-03, -3.09033e-02, 9.19033e-02, 9.74342e-01, -5.39305e-02, 1.28947e-02, -2.08645e-03 ], [ -1.83931e-03, 1.02356e-02, -3.37303e-02, 1.00769e-01, 9.70992e-01, -5.82159e-02, 1.39681e-02, -2.26307e-03 ], [ -1.98880e-03, 1.10760e-02, -3.65541e-02, 1.09710e-01, 9.67477e-01, -6.23972e-02, 1.50233e-02, -2.43718e-03 ], [ -2.13733e-03, 1.19125e-02, -3.93735e-02, 1.18725e-01, 9.63798e-01, -6.64743e-02, 1.60599e-02, -2.60868e-03 ], [ -2.28483e-03, 1.27445e-02, -4.21869e-02, 1.27812e-01, 9.59958e-01, -7.04471e-02, 1.70776e-02, -2.77751e-03 ], [ -2.43121e-03, 1.35716e-02, -4.49929e-02, 1.36968e-01, 9.55956e-01, -7.43154e-02, 1.80759e-02, -2.94361e-03 ], [ -2.57640e-03, 1.43934e-02, -4.77900e-02, 1.46192e-01, 9.51795e-01, -7.80792e-02, 1.90545e-02, -3.10689e-03 ], [ -2.72032e-03, 1.52095e-02, -5.05770e-02, 1.55480e-01, 9.47477e-01, -8.17385e-02, 2.00132e-02, -3.26730e-03 ], [ -2.86289e-03, 1.60193e-02, -5.33522e-02, 1.64831e-01, 9.43001e-01, -8.52933e-02, 2.09516e-02, -3.42477e-03 ], [ -3.00403e-03, 1.68225e-02, -5.61142e-02, 1.74242e-01, 9.38371e-01, -8.87435e-02, 2.18695e-02, -3.57923e-03 ], [ -3.14367e-03, 1.76185e-02, -5.88617e-02, 1.83711e-01, 9.33586e-01, -9.20893e-02, 2.27664e-02, -3.73062e-03 ], [ -3.28174e-03, 1.84071e-02, -6.15931e-02, 1.93236e-01, 9.28650e-01, -9.53307e-02, 2.36423e-02, -3.87888e-03 ], [ -3.41815e-03, 1.91877e-02, -6.43069e-02, 2.02814e-01, 9.23564e-01, -9.84679e-02, 2.44967e-02, -4.02397e-03 ], [ -3.55283e-03, 1.99599e-02, -6.70018e-02, 2.12443e-01, 9.18329e-01, -1.01501e-01, 2.53295e-02, -4.16581e-03 ], [ -3.68570e-03, 2.07233e-02, -6.96762e-02, 2.22120e-01, 9.12947e-01, -1.04430e-01, 2.61404e-02, -4.30435e-03 ], [ -3.81671e-03, 2.14774e-02, -7.23286e-02, 2.31843e-01, 9.07420e-01, -1.07256e-01, 2.69293e-02, -4.43955e-03 ], [ -3.94576e-03, 2.22218e-02, -7.49577e-02, 2.41609e-01, 9.01749e-01, -1.09978e-01, 2.76957e-02, -4.57135e-03 ], [ -4.07279e-03, 2.29562e-02, -7.75620e-02, 2.51417e-01, 8.95936e-01, -1.12597e-01, 2.84397e-02, -4.69970e-03 ], [ -4.19774e-03, 2.36801e-02, -8.01399e-02, 2.61263e-01, 8.89984e-01, -1.15113e-01, 2.91609e-02, -4.82456e-03 ], [ -4.32052e-03, 2.43930e-02, -8.26900e-02, 2.71144e-01, 8.83893e-01, -1.17526e-01, 2.98593e-02, -4.94589e-03 ], [ -4.44107e-03, 2.50946e-02, -8.52109e-02, 2.81060e-01, 8.77666e-01, -1.19837e-01, 3.05345e-02, -5.06363e-03 ], [ -4.55932e-03, 2.57844e-02, -8.77011e-02, 2.91006e-01, 8.71305e-01, -1.22047e-01, 3.11866e-02, -5.17776e-03 ], [ -4.67520e-03, 2.64621e-02, -9.01591e-02, 3.00980e-01, 8.64812e-01, -1.24154e-01, 3.18153e-02, -5.28823e-03 ], [ -4.78866e-03, 2.71272e-02, -9.25834e-02, 3.10980e-01, 8.58189e-01, -1.26161e-01, 3.24205e-02, -5.39500e-03 ], [ -4.89961e-03, 2.77794e-02, -9.49727e-02, 3.21004e-01, 8.51437e-01, -1.28068e-01, 3.30021e-02, -5.49804e-03 ], [ -5.00800e-03, 2.84182e-02, -9.73254e-02, 3.31048e-01, 8.44559e-01, -1.29874e-01, 3.35600e-02, -5.59731e-03 ], [ -5.11376e-03, 2.90433e-02, -9.96402e-02, 3.41109e-01, 8.37557e-01, -1.31581e-01, 3.40940e-02, -5.69280e-03 ], [ -5.21683e-03, 2.96543e-02, -1.01915e-01, 3.51186e-01, 8.30432e-01, -1.33189e-01, 3.46042e-02, -5.78446e-03 ], [ -5.31716e-03, 3.02507e-02, -1.04150e-01, 3.61276e-01, 8.23188e-01, -1.34699e-01, 3.50903e-02, -5.87227e-03 ], [ -5.41467e-03, 3.08323e-02, -1.06342e-01, 3.71376e-01, 8.15826e-01, -1.36111e-01, 3.55525e-02, -5.95620e-03 ], [ -5.50931e-03, 3.13987e-02, -1.08490e-01, 3.81484e-01, 8.08348e-01, -1.37426e-01, 3.59905e-02, -6.03624e-03 ], [ -5.60103e-03, 3.19495e-02, -1.10593e-01, 3.91596e-01, 8.00757e-01, -1.38644e-01, 3.64044e-02, -6.11236e-03 ], [ -5.68976e-03, 3.24843e-02, -1.12650e-01, 4.01710e-01, 7.93055e-01, -1.39767e-01, 3.67941e-02, -6.18454e-03 ], [ -5.77544e-03, 3.30027e-02, -1.14659e-01, 4.11823e-01, 7.85244e-01, -1.40794e-01, 3.71596e-02, -6.25277e-03 ], [ -5.85804e-03, 3.35046e-02, -1.16618e-01, 4.21934e-01, 7.77327e-01, -1.41727e-01, 3.75010e-02, -6.31703e-03 ], [ -5.93749e-03, 3.39894e-02, -1.18526e-01, 4.32038e-01, 7.69305e-01, -1.42566e-01, 3.78182e-02, -6.37730e-03 ], [ -6.01374e-03, 3.44568e-02, -1.20382e-01, 4.42134e-01, 7.61181e-01, -1.43313e-01, 3.81111e-02, -6.43358e-03 ], [ -6.08674e-03, 3.49066e-02, -1.22185e-01, 4.52218e-01, 7.52958e-01, -1.43968e-01, 3.83800e-02, -6.48585e-03 ], [ -6.15644e-03, 3.53384e-02, -1.23933e-01, 4.62289e-01, 7.44637e-01, -1.44531e-01, 3.86247e-02, -6.53412e-03 ], [ -6.22280e-03, 3.57519e-02, -1.25624e-01, 4.72342e-01, 7.36222e-01, -1.45004e-01, 3.88454e-02, -6.57836e-03 ], [ -6.28577e-03, 3.61468e-02, -1.27258e-01, 4.82377e-01, 7.27714e-01, -1.45387e-01, 3.90420e-02, -6.61859e-03 ], [ -6.34530e-03, 3.65227e-02, -1.28832e-01, 4.92389e-01, 7.19116e-01, -1.45682e-01, 3.92147e-02, -6.65479e-03 ], [ -6.40135e-03, 3.68795e-02, -1.30347e-01, 5.02377e-01, 7.10431e-01, -1.45889e-01, 3.93636e-02, -6.68698e-03 ], [ -6.45388e-03, 3.72167e-02, -1.31800e-01, 5.12337e-01, 7.01661e-01, -1.46009e-01, 3.94886e-02, -6.71514e-03 ], [ -6.50285e-03, 3.75341e-02, -1.33190e-01, 5.22267e-01, 6.92808e-01, -1.46043e-01, 3.95900e-02, -6.73929e-03 ], [ -6.54823e-03, 3.78315e-02, -1.34515e-01, 5.32164e-01, 6.83875e-01, -1.45993e-01, 3.96678e-02, -6.75943e-03 ], [ -6.58996e-03, 3.81085e-02, -1.35775e-01, 5.42025e-01, 6.74865e-01, -1.45859e-01, 3.97222e-02, -6.77557e-03 ], [ -6.62802e-03, 3.83650e-02, -1.36969e-01, 5.51849e-01, 6.65779e-01, -1.45641e-01, 3.97532e-02, -6.78771e-03 ], [ -6.66238e-03, 3.86006e-02, -1.38094e-01, 5.61631e-01, 6.56621e-01, -1.45343e-01, 3.97610e-02, -6.79588e-03 ], [ -6.69300e-03, 3.88151e-02, -1.39150e-01, 5.71370e-01, 6.47394e-01, -1.44963e-01, 3.97458e-02, -6.80007e-03 ], [ -6.71985e-03, 3.90083e-02, -1.40136e-01, 5.81063e-01, 6.38099e-01, -1.44503e-01, 3.97077e-02, -6.80032e-03 ], [ -6.74291e-03, 3.91800e-02, -1.41050e-01, 5.90706e-01, 6.28739e-01, -1.43965e-01, 3.96469e-02, -6.79662e-03 ], [ -6.76214e-03, 3.93299e-02, -1.41891e-01, 6.00298e-01, 6.19318e-01, -1.43350e-01, 3.95635e-02, -6.78902e-03 ], [ -6.77751e-03, 3.94578e-02, -1.42658e-01, 6.09836e-01, 6.09836e-01, -1.42658e-01, 3.94578e-02, -6.77751e-03 ], [ -6.78902e-03, 3.95635e-02, -1.43350e-01, 6.19318e-01, 6.00298e-01, -1.41891e-01, 3.93299e-02, -6.76214e-03 ], [ -6.79662e-03, 3.96469e-02, -1.43965e-01, 6.28739e-01, 5.90706e-01, -1.41050e-01, 3.91800e-02, -6.74291e-03 ], [ -6.80032e-03, 3.97077e-02, -1.44503e-01, 6.38099e-01, 5.81063e-01, -1.40136e-01, 3.90083e-02, -6.71985e-03 ], [ -6.80007e-03, 3.97458e-02, -1.44963e-01, 6.47394e-01, 5.71370e-01, -1.39150e-01, 3.88151e-02, -6.69300e-03 ], [ -6.79588e-03, 3.97610e-02, -1.45343e-01, 6.56621e-01, 5.61631e-01, -1.38094e-01, 3.86006e-02, -6.66238e-03 ], [ -6.78771e-03, 3.97532e-02, -1.45641e-01, 6.65779e-01, 5.51849e-01, -1.36969e-01, 3.83650e-02, -6.62802e-03 ], [ -6.77557e-03, 3.97222e-02, -1.45859e-01, 6.74865e-01, 5.42025e-01, -1.35775e-01, 3.81085e-02, -6.58996e-03 ], [ -6.75943e-03, 3.96678e-02, -1.45993e-01, 6.83875e-01, 5.32164e-01, -1.34515e-01, 3.78315e-02, -6.54823e-03 ], [ -6.73929e-03, 3.95900e-02, -1.46043e-01, 6.92808e-01, 5.22267e-01, -1.33190e-01, 3.75341e-02, -6.50285e-03 ], [ -6.71514e-03, 3.94886e-02, -1.46009e-01, 7.01661e-01, 5.12337e-01, -1.31800e-01, 3.72167e-02, -6.45388e-03 ], [ -6.68698e-03, 3.93636e-02, -1.45889e-01, 7.10431e-01, 5.02377e-01, -1.30347e-01, 3.68795e-02, -6.40135e-03 ], [ -6.65479e-03, 3.92147e-02, -1.45682e-01, 7.19116e-01, 4.92389e-01, -1.28832e-01, 3.65227e-02, -6.34530e-03 ], [ -6.61859e-03, 3.90420e-02, -1.45387e-01, 7.27714e-01, 4.82377e-01, -1.27258e-01, 3.61468e-02, -6.28577e-03 ], [ -6.57836e-03, 3.88454e-02, -1.45004e-01, 7.36222e-01, 4.72342e-01, -1.25624e-01, 3.57519e-02, -6.22280e-03 ], [ -6.53412e-03, 3.86247e-02, -1.44531e-01, 7.44637e-01, 4.62289e-01, -1.23933e-01, 3.53384e-02, -6.15644e-03 ], [ -6.48585e-03, 3.83800e-02, -1.43968e-01, 7.52958e-01, 4.52218e-01, -1.22185e-01, 3.49066e-02, -6.08674e-03 ], [ -6.43358e-03, 3.81111e-02, -1.43313e-01, 7.61181e-01, 4.42134e-01, -1.20382e-01, 3.44568e-02, -6.01374e-03 ], [ -6.37730e-03, 3.78182e-02, -1.42566e-01, 7.69305e-01, 4.32038e-01, -1.18526e-01, 3.39894e-02, -5.93749e-03 ], [ -6.31703e-03, 3.75010e-02, -1.41727e-01, 7.77327e-01, 4.21934e-01, -1.16618e-01, 3.35046e-02, -5.85804e-03 ], [ -6.25277e-03, 3.71596e-02, -1.40794e-01, 7.85244e-01, 4.11823e-01, -1.14659e-01, 3.30027e-02, -5.77544e-03 ], [ -6.18454e-03, 3.67941e-02, -1.39767e-01, 7.93055e-01, 4.01710e-01, -1.12650e-01, 3.24843e-02, -5.68976e-03 ], [ -6.11236e-03, 3.64044e-02, -1.38644e-01, 8.00757e-01, 3.91596e-01, -1.10593e-01, 3.19495e-02, -5.60103e-03 ], [ -6.03624e-03, 3.59905e-02, -1.37426e-01, 8.08348e-01, 3.81484e-01, -1.08490e-01, 3.13987e-02, -5.50931e-03 ], [ -5.95620e-03, 3.55525e-02, -1.36111e-01, 8.15826e-01, 3.71376e-01, -1.06342e-01, 3.08323e-02, -5.41467e-03 ], [ -5.87227e-03, 3.50903e-02, -1.34699e-01, 8.23188e-01, 3.61276e-01, -1.04150e-01, 3.02507e-02, -5.31716e-03 ], [ -5.78446e-03, 3.46042e-02, -1.33189e-01, 8.30432e-01, 3.51186e-01, -1.01915e-01, 2.96543e-02, -5.21683e-03 ], [ -5.69280e-03, 3.40940e-02, -1.31581e-01, 8.37557e-01, 3.41109e-01, -9.96402e-02, 2.90433e-02, -5.11376e-03 ], [ -5.59731e-03, 3.35600e-02, -1.29874e-01, 8.44559e-01, 3.31048e-01, -9.73254e-02, 2.84182e-02, -5.00800e-03 ], [ -5.49804e-03, 3.30021e-02, -1.28068e-01, 8.51437e-01, 3.21004e-01, -9.49727e-02, 2.77794e-02, -4.89961e-03 ], [ -5.39500e-03, 3.24205e-02, -1.26161e-01, 8.58189e-01, 3.10980e-01, -9.25834e-02, 2.71272e-02, -4.78866e-03 ], [ -5.28823e-03, 3.18153e-02, -1.24154e-01, 8.64812e-01, 3.00980e-01, -9.01591e-02, 2.64621e-02, -4.67520e-03 ], [ -5.17776e-03, 3.11866e-02, -1.22047e-01, 8.71305e-01, 2.91006e-01, -8.77011e-02, 2.57844e-02, -4.55932e-03 ], [ -5.06363e-03, 3.05345e-02, -1.19837e-01, 8.77666e-01, 2.81060e-01, -8.52109e-02, 2.50946e-02, -4.44107e-03 ], [ -4.94589e-03, 2.98593e-02, -1.17526e-01, 8.83893e-01, 2.71144e-01, -8.26900e-02, 2.43930e-02, -4.32052e-03 ], [ -4.82456e-03, 2.91609e-02, -1.15113e-01, 8.89984e-01, 2.61263e-01, -8.01399e-02, 2.36801e-02, -4.19774e-03 ], [ -4.69970e-03, 2.84397e-02, -1.12597e-01, 8.95936e-01, 2.51417e-01, -7.75620e-02, 2.29562e-02, -4.07279e-03 ], [ -4.57135e-03, 2.76957e-02, -1.09978e-01, 9.01749e-01, 2.41609e-01, -7.49577e-02, 2.22218e-02, -3.94576e-03 ], [ -4.43955e-03, 2.69293e-02, -1.07256e-01, 9.07420e-01, 2.31843e-01, -7.23286e-02, 2.14774e-02, -3.81671e-03 ], [ -4.30435e-03, 2.61404e-02, -1.04430e-01, 9.12947e-01, 2.22120e-01, -6.96762e-02, 2.07233e-02, -3.68570e-03 ], [ -4.16581e-03, 2.53295e-02, -1.01501e-01, 9.18329e-01, 2.12443e-01, -6.70018e-02, 1.99599e-02, -3.55283e-03 ], [ -4.02397e-03, 2.44967e-02, -9.84679e-02, 9.23564e-01, 2.02814e-01, -6.43069e-02, 1.91877e-02, -3.41815e-03 ], [ -3.87888e-03, 2.36423e-02, -9.53307e-02, 9.28650e-01, 1.93236e-01, -6.15931e-02, 1.84071e-02, -3.28174e-03 ], [ -3.73062e-03, 2.27664e-02, -9.20893e-02, 9.33586e-01, 1.83711e-01, -5.88617e-02, 1.76185e-02, -3.14367e-03 ], [ -3.57923e-03, 2.18695e-02, -8.87435e-02, 9.38371e-01, 1.74242e-01, -5.61142e-02, 1.68225e-02, -3.00403e-03 ], [ -3.42477e-03, 2.09516e-02, -8.52933e-02, 9.43001e-01, 1.64831e-01, -5.33522e-02, 1.60193e-02, -2.86289e-03 ], [ -3.26730e-03, 2.00132e-02, -8.17385e-02, 9.47477e-01, 1.55480e-01, -5.05770e-02, 1.52095e-02, -2.72032e-03 ], [ -3.10689e-03, 1.90545e-02, -7.80792e-02, 9.51795e-01, 1.46192e-01, -4.77900e-02, 1.43934e-02, -2.57640e-03 ], [ -2.94361e-03, 1.80759e-02, -7.43154e-02, 9.55956e-01, 1.36968e-01, -4.49929e-02, 1.35716e-02, -2.43121e-03 ], [ -2.77751e-03, 1.70776e-02, -7.04471e-02, 9.59958e-01, 1.27812e-01, -4.21869e-02, 1.27445e-02, -2.28483e-03 ], [ -2.60868e-03, 1.60599e-02, -6.64743e-02, 9.63798e-01, 1.18725e-01, -3.93735e-02, 1.19125e-02, -2.13733e-03 ], [ -2.43718e-03, 1.50233e-02, -6.23972e-02, 9.67477e-01, 1.09710e-01, -3.65541e-02, 1.10760e-02, -1.98880e-03 ], [ -2.26307e-03, 1.39681e-02, -5.82159e-02, 9.70992e-01, 1.00769e-01, -3.37303e-02, 1.02356e-02, -1.83931e-03 ], [ -2.08645e-03, 1.28947e-02, -5.39305e-02, 9.74342e-01, 9.19033e-02, -3.09033e-02, 9.39154e-03, -1.68894e-03 ], [ -1.90738e-03, 1.18034e-02, -4.95412e-02, 9.77526e-01, 8.31162e-02, -2.80746e-02, 8.54441e-03, -1.53777e-03 ], [ -1.72594e-03, 1.06946e-02, -4.50483e-02, 9.80543e-01, 7.44095e-02, -2.52457e-02, 7.69462e-03, -1.38589e-03 ], [ -1.54221e-03, 9.56876e-03, -4.04519e-02, 9.83392e-01, 6.57852e-02, -2.24178e-02, 6.84261e-03, -1.23337e-03 ], [ -1.35627e-03, 8.42626e-03, -3.57525e-02, 9.86071e-01, 5.72454e-02, -1.95925e-02, 5.98883e-03, -1.08030e-03 ], [ -1.16820e-03, 7.26755e-03, -3.09503e-02, 9.88580e-01, 4.87921e-02, -1.67710e-02, 5.13372e-03, -9.26747e-04 ], [ -9.78093e-04, 6.09305e-03, -2.60456e-02, 9.90917e-01, 4.04274e-02, -1.39548e-02, 4.27773e-03, -7.72802e-04 ], [ -7.86031e-04, 4.90322e-03, -2.10389e-02, 9.93082e-01, 3.21531e-02, -1.11453e-02, 3.42130e-03, -6.18544e-04 ], [ -5.92100e-04, 3.69852e-03, -1.59305e-02, 9.95074e-01, 2.39714e-02, -8.34364e-03, 2.56486e-03, -4.64053e-04 ], [ -3.96391e-04, 2.47942e-03, -1.07209e-02, 9.96891e-01, 1.58840e-02, -5.55134e-03, 1.70888e-03, -3.09412e-04 ], [ -1.98993e-04, 1.24642e-03, -5.41054e-03, 9.98534e-01, 7.89295e-03, -2.76968e-03, 8.53777e-04, -1.54700e-04 ], [ 0.00000e+00, 0.00000e+00, 0.00000e+00, 1.00000e+00, 0.00000e+00, 0.00000e+00, 0.00000e+00, 0.00000e+00 ] ] print("static const int NUM_TAPS = 8;") print("static const int NUM_STEPS = 128;") print("static const mmseTaps[NUM_STEPS+1][NUM_TAPS] = {") for taps in filters: body = ", ".join("%.5e" % t for t in reversed(taps)) print("{ " + body + " },") print("};")
filters = [[0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0], [-0.0001547, 0.000853777, -0.00276968, 0.00789295, 0.998534, -0.00541054, 0.00124642, -0.000198993], [-0.000309412, 0.00170888, -0.00555134, 0.015884, 0.996891, -0.0107209, 0.00247942, -0.000396391], [-0.000464053, 0.00256486, -0.00834364, 0.0239714, 0.995074, -0.0159305, 0.00369852, -0.0005921], [-0.000618544, 0.0034213, -0.0111453, 0.0321531, 0.993082, -0.0210389, 0.00490322, -0.000786031], [-0.000772802, 0.00427773, -0.0139548, 0.0404274, 0.990917, -0.0260456, 0.00609305, -0.000978093], [-0.000926747, 0.00513372, -0.016771, 0.0487921, 0.98858, -0.0309503, 0.00726755, -0.0011682], [-0.0010803, 0.00598883, -0.0195925, 0.0572454, 0.986071, -0.0357525, 0.00842626, -0.00135627], [-0.00123337, 0.00684261, -0.0224178, 0.0657852, 0.983392, -0.0404519, 0.00956876, -0.00154221], [-0.00138589, 0.00769462, -0.0252457, 0.0744095, 0.980543, -0.0450483, 0.0106946, -0.00172594], [-0.00153777, 0.00854441, -0.0280746, 0.0831162, 0.977526, -0.0495412, 0.0118034, -0.00190738], [-0.00168894, 0.00939154, -0.0309033, 0.0919033, 0.974342, -0.0539305, 0.0128947, -0.00208645], [-0.00183931, 0.0102356, -0.0337303, 0.100769, 0.970992, -0.0582159, 0.0139681, -0.00226307], [-0.0019888, 0.011076, -0.0365541, 0.10971, 0.967477, -0.0623972, 0.0150233, -0.00243718], [-0.00213733, 0.0119125, -0.0393735, 0.118725, 0.963798, -0.0664743, 0.0160599, -0.00260868], [-0.00228483, 0.0127445, -0.0421869, 0.127812, 0.959958, -0.0704471, 0.0170776, -0.00277751], [-0.00243121, 0.0135716, -0.0449929, 0.136968, 0.955956, -0.0743154, 0.0180759, -0.00294361], [-0.0025764, 0.0143934, -0.04779, 0.146192, 0.951795, -0.0780792, 0.0190545, -0.00310689], [-0.00272032, 0.0152095, -0.050577, 0.15548, 0.947477, -0.0817385, 0.0200132, -0.0032673], [-0.00286289, 0.0160193, -0.0533522, 0.164831, 0.943001, -0.0852933, 0.0209516, -0.00342477], [-0.00300403, 0.0168225, -0.0561142, 0.174242, 0.938371, -0.0887435, 0.0218695, -0.00357923], [-0.00314367, 0.0176185, -0.0588617, 0.183711, 0.933586, -0.0920893, 0.0227664, -0.00373062], [-0.00328174, 0.0184071, -0.0615931, 0.193236, 0.92865, -0.0953307, 0.0236423, -0.00387888], [-0.00341815, 0.0191877, -0.0643069, 0.202814, 0.923564, -0.0984679, 0.0244967, -0.00402397], [-0.00355283, 0.0199599, -0.0670018, 0.212443, 0.918329, -0.101501, 0.0253295, -0.00416581], [-0.0036857, 0.0207233, -0.0696762, 0.22212, 0.912947, -0.10443, 0.0261404, -0.00430435], [-0.00381671, 0.0214774, -0.0723286, 0.231843, 0.90742, -0.107256, 0.0269293, -0.00443955], [-0.00394576, 0.0222218, -0.0749577, 0.241609, 0.901749, -0.109978, 0.0276957, -0.00457135], [-0.00407279, 0.0229562, -0.077562, 0.251417, 0.895936, -0.112597, 0.0284397, -0.0046997], [-0.00419774, 0.0236801, -0.0801399, 0.261263, 0.889984, -0.115113, 0.0291609, -0.00482456], [-0.00432052, 0.024393, -0.08269, 0.271144, 0.883893, -0.117526, 0.0298593, -0.00494589], [-0.00444107, 0.0250946, -0.0852109, 0.28106, 0.877666, -0.119837, 0.0305345, -0.00506363], [-0.00455932, 0.0257844, -0.0877011, 0.291006, 0.871305, -0.122047, 0.0311866, -0.00517776], [-0.0046752, 0.0264621, -0.0901591, 0.30098, 0.864812, -0.124154, 0.0318153, -0.00528823], [-0.00478866, 0.0271272, -0.0925834, 0.31098, 0.858189, -0.126161, 0.0324205, -0.005395], [-0.00489961, 0.0277794, -0.0949727, 0.321004, 0.851437, -0.128068, 0.0330021, -0.00549804], [-0.005008, 0.0284182, -0.0973254, 0.331048, 0.844559, -0.129874, 0.03356, -0.00559731], [-0.00511376, 0.0290433, -0.0996402, 0.341109, 0.837557, -0.131581, 0.034094, -0.0056928], [-0.00521683, 0.0296543, -0.101915, 0.351186, 0.830432, -0.133189, 0.0346042, -0.00578446], [-0.00531716, 0.0302507, -0.10415, 0.361276, 0.823188, -0.134699, 0.0350903, -0.00587227], [-0.00541467, 0.0308323, -0.106342, 0.371376, 0.815826, -0.136111, 0.0355525, -0.0059562], [-0.00550931, 0.0313987, -0.10849, 0.381484, 0.808348, -0.137426, 0.0359905, -0.00603624], [-0.00560103, 0.0319495, -0.110593, 0.391596, 0.800757, -0.138644, 0.0364044, -0.00611236], [-0.00568976, 0.0324843, -0.11265, 0.40171, 0.793055, -0.139767, 0.0367941, -0.00618454], [-0.00577544, 0.0330027, -0.114659, 0.411823, 0.785244, -0.140794, 0.0371596, -0.00625277], [-0.00585804, 0.0335046, -0.116618, 0.421934, 0.777327, -0.141727, 0.037501, -0.00631703], [-0.00593749, 0.0339894, -0.118526, 0.432038, 0.769305, -0.142566, 0.0378182, -0.0063773], [-0.00601374, 0.0344568, -0.120382, 0.442134, 0.761181, -0.143313, 0.0381111, -0.00643358], [-0.00608674, 0.0349066, -0.122185, 0.452218, 0.752958, -0.143968, 0.03838, -0.00648585], [-0.00615644, 0.0353384, -0.123933, 0.462289, 0.744637, -0.144531, 0.0386247, -0.00653412], [-0.0062228, 0.0357519, -0.125624, 0.472342, 0.736222, -0.145004, 0.0388454, -0.00657836], [-0.00628577, 0.0361468, -0.127258, 0.482377, 0.727714, -0.145387, 0.039042, -0.00661859], [-0.0063453, 0.0365227, -0.128832, 0.492389, 0.719116, -0.145682, 0.0392147, -0.00665479], [-0.00640135, 0.0368795, -0.130347, 0.502377, 0.710431, -0.145889, 0.0393636, -0.00668698], [-0.00645388, 0.0372167, -0.1318, 0.512337, 0.701661, -0.146009, 0.0394886, -0.00671514], [-0.00650285, 0.0375341, -0.13319, 0.522267, 0.692808, -0.146043, 0.03959, -0.00673929], [-0.00654823, 0.0378315, -0.134515, 0.532164, 0.683875, -0.145993, 0.0396678, -0.00675943], [-0.00658996, 0.0381085, -0.135775, 0.542025, 0.674865, -0.145859, 0.0397222, -0.00677557], [-0.00662802, 0.038365, -0.136969, 0.551849, 0.665779, -0.145641, 0.0397532, -0.00678771], [-0.00666238, 0.0386006, -0.138094, 0.561631, 0.656621, -0.145343, 0.039761, -0.00679588], [-0.006693, 0.0388151, -0.13915, 0.57137, 0.647394, -0.144963, 0.0397458, -0.00680007], [-0.00671985, 0.0390083, -0.140136, 0.581063, 0.638099, -0.144503, 0.0397077, -0.00680032], [-0.00674291, 0.03918, -0.14105, 0.590706, 0.628739, -0.143965, 0.0396469, -0.00679662], [-0.00676214, 0.0393299, -0.141891, 0.600298, 0.619318, -0.14335, 0.0395635, -0.00678902], [-0.00677751, 0.0394578, -0.142658, 0.609836, 0.609836, -0.142658, 0.0394578, -0.00677751], [-0.00678902, 0.0395635, -0.14335, 0.619318, 0.600298, -0.141891, 0.0393299, -0.00676214], [-0.00679662, 0.0396469, -0.143965, 0.628739, 0.590706, -0.14105, 0.03918, -0.00674291], [-0.00680032, 0.0397077, -0.144503, 0.638099, 0.581063, -0.140136, 0.0390083, -0.00671985], [-0.00680007, 0.0397458, -0.144963, 0.647394, 0.57137, -0.13915, 0.0388151, -0.006693], [-0.00679588, 0.039761, -0.145343, 0.656621, 0.561631, -0.138094, 0.0386006, -0.00666238], [-0.00678771, 0.0397532, -0.145641, 0.665779, 0.551849, -0.136969, 0.038365, -0.00662802], [-0.00677557, 0.0397222, -0.145859, 0.674865, 0.542025, -0.135775, 0.0381085, -0.00658996], [-0.00675943, 0.0396678, -0.145993, 0.683875, 0.532164, -0.134515, 0.0378315, -0.00654823], [-0.00673929, 0.03959, -0.146043, 0.692808, 0.522267, -0.13319, 0.0375341, -0.00650285], [-0.00671514, 0.0394886, -0.146009, 0.701661, 0.512337, -0.1318, 0.0372167, -0.00645388], [-0.00668698, 0.0393636, -0.145889, 0.710431, 0.502377, -0.130347, 0.0368795, -0.00640135], [-0.00665479, 0.0392147, -0.145682, 0.719116, 0.492389, -0.128832, 0.0365227, -0.0063453], [-0.00661859, 0.039042, -0.145387, 0.727714, 0.482377, -0.127258, 0.0361468, -0.00628577], [-0.00657836, 0.0388454, -0.145004, 0.736222, 0.472342, -0.125624, 0.0357519, -0.0062228], [-0.00653412, 0.0386247, -0.144531, 0.744637, 0.462289, -0.123933, 0.0353384, -0.00615644], [-0.00648585, 0.03838, -0.143968, 0.752958, 0.452218, -0.122185, 0.0349066, -0.00608674], [-0.00643358, 0.0381111, -0.143313, 0.761181, 0.442134, -0.120382, 0.0344568, -0.00601374], [-0.0063773, 0.0378182, -0.142566, 0.769305, 0.432038, -0.118526, 0.0339894, -0.00593749], [-0.00631703, 0.037501, -0.141727, 0.777327, 0.421934, -0.116618, 0.0335046, -0.00585804], [-0.00625277, 0.0371596, -0.140794, 0.785244, 0.411823, -0.114659, 0.0330027, -0.00577544], [-0.00618454, 0.0367941, -0.139767, 0.793055, 0.40171, -0.11265, 0.0324843, -0.00568976], [-0.00611236, 0.0364044, -0.138644, 0.800757, 0.391596, -0.110593, 0.0319495, -0.00560103], [-0.00603624, 0.0359905, -0.137426, 0.808348, 0.381484, -0.10849, 0.0313987, -0.00550931], [-0.0059562, 0.0355525, -0.136111, 0.815826, 0.371376, -0.106342, 0.0308323, -0.00541467], [-0.00587227, 0.0350903, -0.134699, 0.823188, 0.361276, -0.10415, 0.0302507, -0.00531716], [-0.00578446, 0.0346042, -0.133189, 0.830432, 0.351186, -0.101915, 0.0296543, -0.00521683], [-0.0056928, 0.034094, -0.131581, 0.837557, 0.341109, -0.0996402, 0.0290433, -0.00511376], [-0.00559731, 0.03356, -0.129874, 0.844559, 0.331048, -0.0973254, 0.0284182, -0.005008], [-0.00549804, 0.0330021, -0.128068, 0.851437, 0.321004, -0.0949727, 0.0277794, -0.00489961], [-0.005395, 0.0324205, -0.126161, 0.858189, 0.31098, -0.0925834, 0.0271272, -0.00478866], [-0.00528823, 0.0318153, -0.124154, 0.864812, 0.30098, -0.0901591, 0.0264621, -0.0046752], [-0.00517776, 0.0311866, -0.122047, 0.871305, 0.291006, -0.0877011, 0.0257844, -0.00455932], [-0.00506363, 0.0305345, -0.119837, 0.877666, 0.28106, -0.0852109, 0.0250946, -0.00444107], [-0.00494589, 0.0298593, -0.117526, 0.883893, 0.271144, -0.08269, 0.024393, -0.00432052], [-0.00482456, 0.0291609, -0.115113, 0.889984, 0.261263, -0.0801399, 0.0236801, -0.00419774], [-0.0046997, 0.0284397, -0.112597, 0.895936, 0.251417, -0.077562, 0.0229562, -0.00407279], [-0.00457135, 0.0276957, -0.109978, 0.901749, 0.241609, -0.0749577, 0.0222218, -0.00394576], [-0.00443955, 0.0269293, -0.107256, 0.90742, 0.231843, -0.0723286, 0.0214774, -0.00381671], [-0.00430435, 0.0261404, -0.10443, 0.912947, 0.22212, -0.0696762, 0.0207233, -0.0036857], [-0.00416581, 0.0253295, -0.101501, 0.918329, 0.212443, -0.0670018, 0.0199599, -0.00355283], [-0.00402397, 0.0244967, -0.0984679, 0.923564, 0.202814, -0.0643069, 0.0191877, -0.00341815], [-0.00387888, 0.0236423, -0.0953307, 0.92865, 0.193236, -0.0615931, 0.0184071, -0.00328174], [-0.00373062, 0.0227664, -0.0920893, 0.933586, 0.183711, -0.0588617, 0.0176185, -0.00314367], [-0.00357923, 0.0218695, -0.0887435, 0.938371, 0.174242, -0.0561142, 0.0168225, -0.00300403], [-0.00342477, 0.0209516, -0.0852933, 0.943001, 0.164831, -0.0533522, 0.0160193, -0.00286289], [-0.0032673, 0.0200132, -0.0817385, 0.947477, 0.15548, -0.050577, 0.0152095, -0.00272032], [-0.00310689, 0.0190545, -0.0780792, 0.951795, 0.146192, -0.04779, 0.0143934, -0.0025764], [-0.00294361, 0.0180759, -0.0743154, 0.955956, 0.136968, -0.0449929, 0.0135716, -0.00243121], [-0.00277751, 0.0170776, -0.0704471, 0.959958, 0.127812, -0.0421869, 0.0127445, -0.00228483], [-0.00260868, 0.0160599, -0.0664743, 0.963798, 0.118725, -0.0393735, 0.0119125, -0.00213733], [-0.00243718, 0.0150233, -0.0623972, 0.967477, 0.10971, -0.0365541, 0.011076, -0.0019888], [-0.00226307, 0.0139681, -0.0582159, 0.970992, 0.100769, -0.0337303, 0.0102356, -0.00183931], [-0.00208645, 0.0128947, -0.0539305, 0.974342, 0.0919033, -0.0309033, 0.00939154, -0.00168894], [-0.00190738, 0.0118034, -0.0495412, 0.977526, 0.0831162, -0.0280746, 0.00854441, -0.00153777], [-0.00172594, 0.0106946, -0.0450483, 0.980543, 0.0744095, -0.0252457, 0.00769462, -0.00138589], [-0.00154221, 0.00956876, -0.0404519, 0.983392, 0.0657852, -0.0224178, 0.00684261, -0.00123337], [-0.00135627, 0.00842626, -0.0357525, 0.986071, 0.0572454, -0.0195925, 0.00598883, -0.0010803], [-0.0011682, 0.00726755, -0.0309503, 0.98858, 0.0487921, -0.016771, 0.00513372, -0.000926747], [-0.000978093, 0.00609305, -0.0260456, 0.990917, 0.0404274, -0.0139548, 0.00427773, -0.000772802], [-0.000786031, 0.00490322, -0.0210389, 0.993082, 0.0321531, -0.0111453, 0.0034213, -0.000618544], [-0.0005921, 0.00369852, -0.0159305, 0.995074, 0.0239714, -0.00834364, 0.00256486, -0.000464053], [-0.000396391, 0.00247942, -0.0107209, 0.996891, 0.015884, -0.00555134, 0.00170888, -0.000309412], [-0.000198993, 0.00124642, -0.00541054, 0.998534, 0.00789295, -0.00276968, 0.000853777, -0.0001547], [0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0]] print('static const int NUM_TAPS = 8;') print('static const int NUM_STEPS = 128;') print('static const mmseTaps[NUM_STEPS+1][NUM_TAPS] = {') for taps in filters: body = ', '.join(('%.5e' % t for t in reversed(taps))) print('{ ' + body + ' },') print('};')
class Node: def __init__(self, val: int): self.val = val self.prev = None self.next = None class DoublyLinkedList: def takeinput(self) -> Node: inputlist = [int(x) for x in input().split()] head = None temp = None for curr in inputlist: if curr == -1: break Newnode = Node(curr) if head is None: head = Newnode temp = head else: temp.next = Newnode Newnode.prev = temp temp = temp.next return head def printLL(self, head: Node) -> None: temp = head while temp is not None: print(temp.val, end='->') temp = temp.next print("None") def getLength(self, head: Node) -> int: count = 0 temp = head while temp is not None: count += 1 temp = temp.next return temp def getMiddle(self, head: Node) -> int: slow = head fast = head while fast and fast.next is not None: slow = slow.next fast = fast.next.next return slow.val def reverseLL(self, head: Node) -> Node: pass
class Node: def __init__(self, val: int): self.val = val self.prev = None self.next = None class Doublylinkedlist: def takeinput(self) -> Node: inputlist = [int(x) for x in input().split()] head = None temp = None for curr in inputlist: if curr == -1: break newnode = node(curr) if head is None: head = Newnode temp = head else: temp.next = Newnode Newnode.prev = temp temp = temp.next return head def print_ll(self, head: Node) -> None: temp = head while temp is not None: print(temp.val, end='->') temp = temp.next print('None') def get_length(self, head: Node) -> int: count = 0 temp = head while temp is not None: count += 1 temp = temp.next return temp def get_middle(self, head: Node) -> int: slow = head fast = head while fast and fast.next is not None: slow = slow.next fast = fast.next.next return slow.val def reverse_ll(self, head: Node) -> Node: pass
class Combo(): def combine(self,n, k): A = list(range(1,n + 1)) res = self.comb(A, k) return res def comb(self, A, n): if n == 0: return [[]] l = [] for i in range(0, len(A)): m = A[i] remLst = A[i + 1:] for p in self.comb(remLst, n - 1): l.append([m] + p) return l def combinations(n, list, combos=[]): # initialize combos during the first pass through if combos is None: combos = [] if len(list) == n: # when list has been dwindeled down to size n # check to see if the combo has already been found # if not, add it to our list if combos.count(list) == 0: combos.append(list) combos.sort() return combos else: # for each item in our list, make a recursive # call to find all possible combos of it and # the remaining items for i in range(len(list)): refined_list = list[:i] + list[i+1:] combos = combinations(n, refined_list, combos) return combos a = Combo() A = 4 B = 2 # print(a.combine(A,B)) print(a.comb([1,2,3,4], 2)) print(a.comb([1,2,3,4,5], 2))
class Combo: def combine(self, n, k): a = list(range(1, n + 1)) res = self.comb(A, k) return res def comb(self, A, n): if n == 0: return [[]] l = [] for i in range(0, len(A)): m = A[i] rem_lst = A[i + 1:] for p in self.comb(remLst, n - 1): l.append([m] + p) return l def combinations(n, list, combos=[]): if combos is None: combos = [] if len(list) == n: if combos.count(list) == 0: combos.append(list) combos.sort() return combos else: for i in range(len(list)): refined_list = list[:i] + list[i + 1:] combos = combinations(n, refined_list, combos) return combos a = combo() a = 4 b = 2 print(a.comb([1, 2, 3, 4], 2)) print(a.comb([1, 2, 3, 4, 5], 2))
f = open('./day4.py') for chunk in iter(lambda :f.read(10),''): print(chunk)
f = open('./day4.py') for chunk in iter(lambda : f.read(10), ''): print(chunk)
class WebsiteBaseError(Exception): pass class TreeTraversal(WebsiteBaseError): def __init__(self, tree, request, segment, req=None): super().__init__() self.tree, self.request, self.segment, self.req = tree, request, segment, req def __str__(self) -> str: return f"{self.tree} > {self.request}[{self.segment}] {'' if self.req is None else self.req}" class BufferRead(WebsiteBaseError): def __init__(self, buffer): super().__init__() self.buffer = buffer def __str__(self) -> str: return f"{self.buffer}"
class Websitebaseerror(Exception): pass class Treetraversal(WebsiteBaseError): def __init__(self, tree, request, segment, req=None): super().__init__() (self.tree, self.request, self.segment, self.req) = (tree, request, segment, req) def __str__(self) -> str: return f"{self.tree} > {self.request}[{self.segment}] {('' if self.req is None else self.req)}" class Bufferread(WebsiteBaseError): def __init__(self, buffer): super().__init__() self.buffer = buffer def __str__(self) -> str: return f'{self.buffer}'
linelist = [line for line in open('Day 02.input').readlines()] hor = 0 dep = 0 for line in linelist: mov, amount = line.split(' ') if mov == 'forward': hor += int(amount) else: dep += int(amount) * (-1 if mov == 'up' else 1) print(hor * dep)
linelist = [line for line in open('Day 02.input').readlines()] hor = 0 dep = 0 for line in linelist: (mov, amount) = line.split(' ') if mov == 'forward': hor += int(amount) else: dep += int(amount) * (-1 if mov == 'up' else 1) print(hor * dep)
def convert_sample_to_shot_wow(sample, with_knowledge=True): prefix = "Dialogue:\n" assert len(sample["dialogue"]) == len(sample["meta"]) for turn, meta in zip(sample["dialogue"],sample["meta"]): prefix += f"User: {turn[0]}" +"\n" if with_knowledge: if len(meta)>0: prefix += f"KB: {meta[0]}" +"\n" else: prefix += f"KB: None" +"\n" if turn[1] == "": prefix += f"Assistant:" return prefix else: prefix += f"Assistant: {turn[1]}" +"\n" return prefix def convert_sample_to_shot_wow_interact(sample, with_knowledge=True): prefix = "Dialogue:\n" assert len(sample["dialogue"]) == len(sample["KB_wiki"]) for turn, meta in zip(sample["dialogue"],sample["KB_wiki"]): prefix += f"User: {turn[0]}" +"\n" if with_knowledge: if len(meta)>0: prefix += f"KB: {meta[0]}" +"\n" else: prefix += f"KB: None" +"\n" if turn[1] == "": prefix += f"Assistant:" return prefix else: prefix += f"Assistant: {turn[1]}" +"\n" return prefix
def convert_sample_to_shot_wow(sample, with_knowledge=True): prefix = 'Dialogue:\n' assert len(sample['dialogue']) == len(sample['meta']) for (turn, meta) in zip(sample['dialogue'], sample['meta']): prefix += f'User: {turn[0]}' + '\n' if with_knowledge: if len(meta) > 0: prefix += f'KB: {meta[0]}' + '\n' else: prefix += f'KB: None' + '\n' if turn[1] == '': prefix += f'Assistant:' return prefix else: prefix += f'Assistant: {turn[1]}' + '\n' return prefix def convert_sample_to_shot_wow_interact(sample, with_knowledge=True): prefix = 'Dialogue:\n' assert len(sample['dialogue']) == len(sample['KB_wiki']) for (turn, meta) in zip(sample['dialogue'], sample['KB_wiki']): prefix += f'User: {turn[0]}' + '\n' if with_knowledge: if len(meta) > 0: prefix += f'KB: {meta[0]}' + '\n' else: prefix += f'KB: None' + '\n' if turn[1] == '': prefix += f'Assistant:' return prefix else: prefix += f'Assistant: {turn[1]}' + '\n' return prefix
# Test cases that are expected to fail, e.g. unimplemented features or bug-fixes. # Remove from list when fixed. xfail = { "namespace_keywords", # 70 "googletypes_struct", # 9 "googletypes_value", # 9 "import_capitalized_package", "example", # This is the example in the readme. Not a test. } services = { "googletypes_response", "googletypes_response_embedded", "service", "service_separate_packages", "import_service_input_message", "googletypes_service_returns_empty", "googletypes_service_returns_googletype", "example_service", "empty_service", } # Indicate json sample messages to skip when testing that json (de)serialization # is symmetrical becuase some cases legitimately are not symmetrical. # Each key references the name of the test scenario and the values in the tuple # Are the names of the json files. non_symmetrical_json = {"empty_repeated": ("empty_repeated",)}
xfail = {'namespace_keywords', 'googletypes_struct', 'googletypes_value', 'import_capitalized_package', 'example'} services = {'googletypes_response', 'googletypes_response_embedded', 'service', 'service_separate_packages', 'import_service_input_message', 'googletypes_service_returns_empty', 'googletypes_service_returns_googletype', 'example_service', 'empty_service'} non_symmetrical_json = {'empty_repeated': ('empty_repeated',)}
class Settings: BOT_KEY = "" HOST_NAME = "127.0.0.1" USER_NAME = "root" USER_PASS = "Andrey171200" SQL_NAME = "moneysaver"
class Settings: bot_key = '' host_name = '127.0.0.1' user_name = 'root' user_pass = 'Andrey171200' sql_name = 'moneysaver'
{ "targets": [ { "target_name": "binding", "sources": [ "native\\winhttpBindings.cpp" ], "include_dirs": [ "<!@(node -p \"require('node-addon-api').include\")" ], "libraries": [ "WinHTTP.lib", "-DelayLoad:node.exe" ], "msbuild_settings": { "ClCompile": { "RuntimeLibrary": "MultiThreaded" } } } ] }
{'targets': [{'target_name': 'binding', 'sources': ['native\\winhttpBindings.cpp'], 'include_dirs': ['<!@(node -p "require(\'node-addon-api\').include")'], 'libraries': ['WinHTTP.lib', '-DelayLoad:node.exe'], 'msbuild_settings': {'ClCompile': {'RuntimeLibrary': 'MultiThreaded'}}}]}
def open_file(): while True: file_name = input("Enter input file: ") try: measles = open(file_name, "r") break except: print("File unable to open. Invalid name or file doesn't exist!") continue # name it re-prompts for a write name return measles def process_file(measles): while True: year = input("Enter year: ") if len(year) == 4: # this ensures that the year has four characters break else: print("Invalid year. Year MUST be four digits") continue while True: # this loop assigns the income level print("Income levels;\n Input 1 for WB_LI\n Input 2 for WB_LMI\n Input 3 for WB_UMI\n Input 4 for WB_HI") income = input("Enter income level(1,2,3,4): ") if income == "1": income = "WB_LI" break elif income == "2": income = "WB_LMI" break elif income == "3": income = "WB_UMI" break elif income == "4": income = "WB_HI" break else: print("Invalid income level!") # an invalid input re-prompts till the right one is made continue count = 0 percentages = [] countries = [] for line in measles: if (line[88:92] == year) and (line[51:56] == income or line[51:57] == income): # Ensures the criteria is met count += 1 percentages.append(int(line[59:61])) # adds percentages to the list percentages country = line[0:51] country = str(country) country = country.strip() countries.append(country) # adds percentages to the list of countries continue country_percentage = dict(zip(countries, percentages)) # Creates a dictionary with country as the key and percentage as values if count > 0: percent_sum = sum(percentages) percent_avg = percent_sum / count # average of percentages max_percentage = max(percentages) min_percentage = min(percentages) # gets countries for maximum percentages to this list max_country = [country for country, percentage in country_percentage.items() if percentage == max_percentage] # gets countries for minimum percentages to this list min_country = [country for country, percentage in country_percentage.items() if percentage == min_percentage] print(f"Nunber of countries in the record: {count}") print(f"Average percentage for {year} with {income} is {percent_avg:.1f}%") print(f"Country(ies) have maximum percentage in {year} with {income} of {max_percentage}%") for i in max_country: # print contries with maximum percentages print(" >", i) print(f"Country(ies) have minimum percentage in {year} with {income} of {min_percentage}%") for i in min_country: # print contries with minimum percentages print(" >", i) else: # if there is no item in the list, it prints this print(f"The year {year} does not exist in the record...") def main(): measles = open_file() process_file(measles) measles.close() main()
def open_file(): while True: file_name = input('Enter input file: ') try: measles = open(file_name, 'r') break except: print("File unable to open. Invalid name or file doesn't exist!") continue return measles def process_file(measles): while True: year = input('Enter year: ') if len(year) == 4: break else: print('Invalid year. Year MUST be four digits') continue while True: print('Income levels;\n Input 1 for WB_LI\n Input 2 for WB_LMI\n Input 3 for WB_UMI\n Input 4 for WB_HI') income = input('Enter income level(1,2,3,4): ') if income == '1': income = 'WB_LI' break elif income == '2': income = 'WB_LMI' break elif income == '3': income = 'WB_UMI' break elif income == '4': income = 'WB_HI' break else: print('Invalid income level!') continue count = 0 percentages = [] countries = [] for line in measles: if line[88:92] == year and (line[51:56] == income or line[51:57] == income): count += 1 percentages.append(int(line[59:61])) country = line[0:51] country = str(country) country = country.strip() countries.append(country) continue country_percentage = dict(zip(countries, percentages)) if count > 0: percent_sum = sum(percentages) percent_avg = percent_sum / count max_percentage = max(percentages) min_percentage = min(percentages) max_country = [country for (country, percentage) in country_percentage.items() if percentage == max_percentage] min_country = [country for (country, percentage) in country_percentage.items() if percentage == min_percentage] print(f'Nunber of countries in the record: {count}') print(f'Average percentage for {year} with {income} is {percent_avg:.1f}%') print(f'Country(ies) have maximum percentage in {year} with {income} of {max_percentage}%') for i in max_country: print(' >', i) print(f'Country(ies) have minimum percentage in {year} with {income} of {min_percentage}%') for i in min_country: print(' >', i) else: print(f'The year {year} does not exist in the record...') def main(): measles = open_file() process_file(measles) measles.close() main()
def get_obj1(): obj = \ { "sha": "d25341478381063d1c76e81b3a52e0592a7c997f", "commit": { "author": { "name": "Stephen Dolan", "email": "[email protected]", "date": "2013-06-22T16:30:59Z" }, "committer": { "name": "Stephen Dolan", "email": "[email protected]", "date": "2013-06-22T16:30:59Z" }, "message": "Merge pull request #162 from stedolan/utf8-fixes\n\nUtf8 fixes. Closes #161", "tree": { "sha": "6ab697a8dfb5a96e124666bf6d6213822599fb40", "url": "https://api.github.com/repos/stedolan/jq/git/trees/6ab697a8dfb5a96e124666bf6d6213822599fb40" }, "url": "https://api.github.com/repos/stedolan/jq/git/commits/d25341478381063d1c76e81b3a52e0592a7c997f", "comment_count": 0 }, "url": "https://api.github.com/repos/stedolan/jq/commits/d25341478381063d1c76e81b3a52e0592a7c997f", "html_url": "https://github.com/stedolan/jq/commit/d25341478381063d1c76e81b3a52e0592a7c997f", "comments_url": "https://api.github.com/repos/stedolan/jq/commits/d25341478381063d1c76e81b3a52e0592a7c997f/comments", "author": { "login": "stedolan", "id": 79765, "avatar_url": "https://avatars.githubusercontent.com/u/79765?v=3", "gravatar_id": "", "url": "https://api.github.com/users/stedolan", "html_url": "https://github.com/stedolan", "followers_url": "https://api.github.com/users/stedolan/followers", "following_url": "https://api.github.com/users/stedolan/following{/other_user}", "gists_url": "https://api.github.com/users/stedolan/gists{/gist_id}", "starred_url": "https://api.github.com/users/stedolan/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/stedolan/subscriptions", "organizations_url": "https://api.github.com/users/stedolan/orgs", "repos_url": "https://api.github.com/users/stedolan/repos", "events_url": "https://api.github.com/users/stedolan/events{/privacy}", "received_events_url": "https://api.github.com/users/stedolan/received_events", "type": "User", "site_admin": False }, "committer": { "login": "stedolan", "id": 79765, "avatar_url": "https://avatars.githubusercontent.com/u/79765?v=3", "gravatar_id": "", "url": "https://api.github.com/users/stedolan", "html_url": "https://github.com/stedolan", "followers_url": "https://api.github.com/users/stedolan/followers", "following_url": "https://api.github.com/users/stedolan/following{/other_user}", "gists_url": "https://api.github.com/users/stedolan/gists{/gist_id}", "starred_url": "https://api.github.com/users/stedolan/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/stedolan/subscriptions", "organizations_url": "https://api.github.com/users/stedolan/orgs", "repos_url": "https://api.github.com/users/stedolan/repos", "events_url": "https://api.github.com/users/stedolan/events{/privacy}", "received_events_url": "https://api.github.com/users/stedolan/received_events", "type": "User", "site_admin": False }, "parents": [ { "sha": "54b9c9bdb225af5d886466d72f47eafc51acb4f7", "url": "https://api.github.com/repos/stedolan/jq/commits/54b9c9bdb225af5d886466d72f47eafc51acb4f7", "html_url": "https://github.com/stedolan/jq/commit/54b9c9bdb225af5d886466d72f47eafc51acb4f7" }, { "sha": "8b1b503609c161fea4b003a7179b3fbb2dd4345a", "url": "https://api.github.com/repos/stedolan/jq/commits/8b1b503609c161fea4b003a7179b3fbb2dd4345a", "html_url": "https://github.com/stedolan/jq/commit/8b1b503609c161fea4b003a7179b3fbb2dd4345a" } ] } return obj
def get_obj1(): obj = {'sha': 'd25341478381063d1c76e81b3a52e0592a7c997f', 'commit': {'author': {'name': 'Stephen Dolan', 'email': '[email protected]', 'date': '2013-06-22T16:30:59Z'}, 'committer': {'name': 'Stephen Dolan', 'email': '[email protected]', 'date': '2013-06-22T16:30:59Z'}, 'message': 'Merge pull request #162 from stedolan/utf8-fixes\n\nUtf8 fixes. Closes #161', 'tree': {'sha': '6ab697a8dfb5a96e124666bf6d6213822599fb40', 'url': 'https://api.github.com/repos/stedolan/jq/git/trees/6ab697a8dfb5a96e124666bf6d6213822599fb40'}, 'url': 'https://api.github.com/repos/stedolan/jq/git/commits/d25341478381063d1c76e81b3a52e0592a7c997f', 'comment_count': 0}, 'url': 'https://api.github.com/repos/stedolan/jq/commits/d25341478381063d1c76e81b3a52e0592a7c997f', 'html_url': 'https://github.com/stedolan/jq/commit/d25341478381063d1c76e81b3a52e0592a7c997f', 'comments_url': 'https://api.github.com/repos/stedolan/jq/commits/d25341478381063d1c76e81b3a52e0592a7c997f/comments', 'author': {'login': 'stedolan', 'id': 79765, 'avatar_url': 'https://avatars.githubusercontent.com/u/79765?v=3', 'gravatar_id': '', 'url': 'https://api.github.com/users/stedolan', 'html_url': 'https://github.com/stedolan', 'followers_url': 'https://api.github.com/users/stedolan/followers', 'following_url': 'https://api.github.com/users/stedolan/following{/other_user}', 'gists_url': 'https://api.github.com/users/stedolan/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/stedolan/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/stedolan/subscriptions', 'organizations_url': 'https://api.github.com/users/stedolan/orgs', 'repos_url': 'https://api.github.com/users/stedolan/repos', 'events_url': 'https://api.github.com/users/stedolan/events{/privacy}', 'received_events_url': 'https://api.github.com/users/stedolan/received_events', 'type': 'User', 'site_admin': False}, 'committer': {'login': 'stedolan', 'id': 79765, 'avatar_url': 'https://avatars.githubusercontent.com/u/79765?v=3', 'gravatar_id': '', 'url': 'https://api.github.com/users/stedolan', 'html_url': 'https://github.com/stedolan', 'followers_url': 'https://api.github.com/users/stedolan/followers', 'following_url': 'https://api.github.com/users/stedolan/following{/other_user}', 'gists_url': 'https://api.github.com/users/stedolan/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/stedolan/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/stedolan/subscriptions', 'organizations_url': 'https://api.github.com/users/stedolan/orgs', 'repos_url': 'https://api.github.com/users/stedolan/repos', 'events_url': 'https://api.github.com/users/stedolan/events{/privacy}', 'received_events_url': 'https://api.github.com/users/stedolan/received_events', 'type': 'User', 'site_admin': False}, 'parents': [{'sha': '54b9c9bdb225af5d886466d72f47eafc51acb4f7', 'url': 'https://api.github.com/repos/stedolan/jq/commits/54b9c9bdb225af5d886466d72f47eafc51acb4f7', 'html_url': 'https://github.com/stedolan/jq/commit/54b9c9bdb225af5d886466d72f47eafc51acb4f7'}, {'sha': '8b1b503609c161fea4b003a7179b3fbb2dd4345a', 'url': 'https://api.github.com/repos/stedolan/jq/commits/8b1b503609c161fea4b003a7179b3fbb2dd4345a', 'html_url': 'https://github.com/stedolan/jq/commit/8b1b503609c161fea4b003a7179b3fbb2dd4345a'}]} return obj
description = 'system setup' group = 'lowlevel' sysconfig = dict( cache = 'localhost', instrument = 'ErWIN', experiment = 'Exp', datasinks = ['conssink', 'dmnsink'], notifiers = [], ) modules = ['nicos.commands.standard'] devices = dict( ErWIN = device('nicos.devices.instrument.Instrument', description = 'ErWIN instrument', instrument = 'ErWIN', responsible = 'Michael Heere <[email protected]>', website = 'https://mlz-garching.de/erwin', operators = [ 'Karlsruhe Institute of Technology (KIT)', ], ), Sample = device('nicos.devices.sample.Sample', description = 'sample object', ), Exp = device('nicos_mlz.devices.experiment.Experiment', description = 'experiment object', dataroot = 'data', sample = 'Sample', reporttemplate = '', sendmail = False, serviceexp = 'p0', mailsender = '[email protected]', mailserver = 'mailhost.frm2.tum.de', elog = True, managerights = dict( enableDirMode = 0o775, enableFileMode = 0o644, disableDirMode = 0o550, disableFileMode = 0o440, owner = 'erwin', group = 'erwin' ), ), filesink = device('nicos.devices.datasinks.AsciiScanfileSink'), conssink = device('nicos.devices.datasinks.ConsoleScanSink'), dmnsink = device('nicos.devices.datasinks.DaemonSink'), Space = device('nicos.devices.generic.FreeSpace', description = 'The amount of free space for storing data', warnlimits = (5., None), path = None, minfree = 5, ), LogSpace = device('nicos.devices.generic.FreeSpace', description = 'Space on log drive', path = 'log', warnlimits = (.5, None), minfree = 0.5, lowlevel = True, ), )
description = 'system setup' group = 'lowlevel' sysconfig = dict(cache='localhost', instrument='ErWIN', experiment='Exp', datasinks=['conssink', 'dmnsink'], notifiers=[]) modules = ['nicos.commands.standard'] devices = dict(ErWIN=device('nicos.devices.instrument.Instrument', description='ErWIN instrument', instrument='ErWIN', responsible='Michael Heere <[email protected]>', website='https://mlz-garching.de/erwin', operators=['Karlsruhe Institute of Technology (KIT)']), Sample=device('nicos.devices.sample.Sample', description='sample object'), Exp=device('nicos_mlz.devices.experiment.Experiment', description='experiment object', dataroot='data', sample='Sample', reporttemplate='', sendmail=False, serviceexp='p0', mailsender='[email protected]', mailserver='mailhost.frm2.tum.de', elog=True, managerights=dict(enableDirMode=509, enableFileMode=420, disableDirMode=360, disableFileMode=288, owner='erwin', group='erwin')), filesink=device('nicos.devices.datasinks.AsciiScanfileSink'), conssink=device('nicos.devices.datasinks.ConsoleScanSink'), dmnsink=device('nicos.devices.datasinks.DaemonSink'), Space=device('nicos.devices.generic.FreeSpace', description='The amount of free space for storing data', warnlimits=(5.0, None), path=None, minfree=5), LogSpace=device('nicos.devices.generic.FreeSpace', description='Space on log drive', path='log', warnlimits=(0.5, None), minfree=0.5, lowlevel=True))
num1 = input() num2 = input() num3 = input() print(int(num1) + int(num2) + int(num3))
num1 = input() num2 = input() num3 = input() print(int(num1) + int(num2) + int(num3))
class Node: def __init__(self, data): self.data = data self.next = None class LinkedList: def __init__(self): self.head = None def print_list(self): temp = self.head linked_list = '' while temp: linked_list += str(temp.data) + " -> " temp = temp.next print(linked_list) # lists start at 0 def insert_node(self, val, pos): target = Node(val) # specific case for replacing head if pos == 0: target.next = self.head self.head = target return def get_prev(position): temp = self.head count = 1 while count < position: temp = temp.next count += 1 return temp # Getting previous node prev = get_prev(pos) if prev.next: # Temp variable for upcoming node next_node = prev.next # Set previous next to our target node prev.next = target # Set next node of target node from temp variable target.next = next_node def delete_node(self, key): temp = self.head if temp is None: return if temp.data == key: self.head = temp.next temp = None return while temp.next.data != key: temp = temp.next # Getting target node target_node = temp.next # Set previous node's next to target's next temp.next = target_node.next # Remove target node's pointer target_node.next = None # Nodes: 4 -> 5 -> 7 -> 2 link = LinkedList() link.head = Node(4) first_node = Node(5) second_node = Node(7) third_node = Node(2) link.head.next = first_node first_node.next = second_node second_node.next = third_node link.print_list() # Nodes: 4 -> 5 -> 7 -> 2 # Insert 3 at index 2 # Nodes: 4 -> 5 -> 3 -> 7 -> 2 link.insert_node(3, 2) link.print_list() # Nodes: 4 -> 5 -> 3 -> 7 -> 2 # Delete 3 # Nodes: 4 -> 5 -> 7 -> 2 link.delete_node(3) link.print_list()
class Node: def __init__(self, data): self.data = data self.next = None class Linkedlist: def __init__(self): self.head = None def print_list(self): temp = self.head linked_list = '' while temp: linked_list += str(temp.data) + ' -> ' temp = temp.next print(linked_list) def insert_node(self, val, pos): target = node(val) if pos == 0: target.next = self.head self.head = target return def get_prev(position): temp = self.head count = 1 while count < position: temp = temp.next count += 1 return temp prev = get_prev(pos) if prev.next: next_node = prev.next prev.next = target target.next = next_node def delete_node(self, key): temp = self.head if temp is None: return if temp.data == key: self.head = temp.next temp = None return while temp.next.data != key: temp = temp.next target_node = temp.next temp.next = target_node.next target_node.next = None link = linked_list() link.head = node(4) first_node = node(5) second_node = node(7) third_node = node(2) link.head.next = first_node first_node.next = second_node second_node.next = third_node link.print_list() link.insert_node(3, 2) link.print_list() link.delete_node(3) link.print_list()
def bubblesort(L): keepgoing = True while keepgoing: keepgoing = False for i in range(len(L)-1): if L[i]>L[i+1]: L[i], L[i+1] = L[i+1], L[i] keepgoing = True
def bubblesort(L): keepgoing = True while keepgoing: keepgoing = False for i in range(len(L) - 1): if L[i] > L[i + 1]: (L[i], L[i + 1]) = (L[i + 1], L[i]) keepgoing = True
# Hydro settings TIME_ZONE = 'UTC' LANGUAGE_CODE = 'en-us' APPLICATION_NAME = 'HYDRO' SECRET_KEY = '8lu*6g0lg)9w!ba+a$edk)xx)x%rxgb$i1&amp;022shmi1jcgihb*' # SESSION_TIMEOUT is used in validate_session_active decorator to see if the # session is active. SECOND = 1 MINUTE = SECOND * 60 SECONDS_IN_DAY = SECOND*86400 MYSQL_CACHE_DB = 'cache' MYSQL_STATS_DB = 'stats' MYSQL_CACHE_TABLE = 'hydro_cache_table' CACHE_IN_MEMORY_KEY_EXPIRE = 600 CACHE_DB_KEY_EXPIRE = 86400 USE_STATS_DB = False DATABASES = { 'stats': { 'ENGINE': 'django.db.backends.mysql', 'NAME': MYSQL_STATS_DB, 'USER': 'root', 'PASSWORD': 'xxxx', 'HOST': '127.0.0.1', 'OPTIONS': { "init_command": "SET storage_engine=INNODB; SET SESSION TRANSACTION ISOLATION LEVEL READ COMMITTED;", "compress": True }, }, 'cache': { 'ENGINE': 'django.db.backends.mysql', 'NAME': MYSQL_CACHE_DB, 'USER': 'root', 'PASSWORD': 'xxxx', 'HOST': '127.0.0.1', 'OPTIONS': { "init_command": "SET storage_engine=INNODB; SET SESSION TRANSACTION ISOLATION LEVEL READ COMMITTED;", "compress": True }, }, 'default': { 'ENGINE': 'django.db.backends.mysql', 'NAME': 'cache', 'USER': 'root', 'PASSWORD': 'xxxx', 'HOST': '127.0.0.1', 'OPTIONS': { "init_command": "SET storage_engine=INNODB; SET SESSION TRANSACTION ISOLATION LEVEL READ COMMITTED;", "compress": True } }, }
time_zone = 'UTC' language_code = 'en-us' application_name = 'HYDRO' secret_key = '8lu*6g0lg)9w!ba+a$edk)xx)x%rxgb$i1&amp;022shmi1jcgihb*' second = 1 minute = SECOND * 60 seconds_in_day = SECOND * 86400 mysql_cache_db = 'cache' mysql_stats_db = 'stats' mysql_cache_table = 'hydro_cache_table' cache_in_memory_key_expire = 600 cache_db_key_expire = 86400 use_stats_db = False databases = {'stats': {'ENGINE': 'django.db.backends.mysql', 'NAME': MYSQL_STATS_DB, 'USER': 'root', 'PASSWORD': 'xxxx', 'HOST': '127.0.0.1', 'OPTIONS': {'init_command': 'SET storage_engine=INNODB; SET SESSION TRANSACTION ISOLATION LEVEL READ COMMITTED;', 'compress': True}}, 'cache': {'ENGINE': 'django.db.backends.mysql', 'NAME': MYSQL_CACHE_DB, 'USER': 'root', 'PASSWORD': 'xxxx', 'HOST': '127.0.0.1', 'OPTIONS': {'init_command': 'SET storage_engine=INNODB; SET SESSION TRANSACTION ISOLATION LEVEL READ COMMITTED;', 'compress': True}}, 'default': {'ENGINE': 'django.db.backends.mysql', 'NAME': 'cache', 'USER': 'root', 'PASSWORD': 'xxxx', 'HOST': '127.0.0.1', 'OPTIONS': {'init_command': 'SET storage_engine=INNODB; SET SESSION TRANSACTION ISOLATION LEVEL READ COMMITTED;', 'compress': True}}}
def load_external_repo(): native.local_repository( name = "ext_repo", path = "test/external_repo/repo", )
def load_external_repo(): native.local_repository(name='ext_repo', path='test/external_repo/repo')
''' Created on May 26, 2012 @author: Charlie ''' class MainModule01(object): def __init__(self): pass
""" Created on May 26, 2012 @author: Charlie """ class Mainmodule01(object): def __init__(self): pass
# # PySNMP MIB module GENERIC-3COM-VLAN-MIB-1-0-7 (http://snmplabs.com/pysmi) # ASN.1 source file:///Users/davwang4/Dev/mibs.snmplabs.com/asn1/GENERIC-3COM-VLAN-MIB-1-0-7 # Produced by pysmi-0.3.4 at Wed May 1 11:09:00 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) # OctetString, ObjectIdentifier, Integer = mibBuilder.importSymbols("ASN1", "OctetString", "ObjectIdentifier", "Integer") NamedValues, = mibBuilder.importSymbols("ASN1-ENUMERATION", "NamedValues") ConstraintsUnion, SingleValueConstraint, ValueRangeConstraint, ValueSizeConstraint, ConstraintsIntersection = mibBuilder.importSymbols("ASN1-REFINEMENT", "ConstraintsUnion", "SingleValueConstraint", "ValueRangeConstraint", "ValueSizeConstraint", "ConstraintsIntersection") ModuleCompliance, NotificationGroup = mibBuilder.importSymbols("SNMPv2-CONF", "ModuleCompliance", "NotificationGroup") NotificationType, Counter32, Integer32, ObjectIdentity, Counter64, IpAddress, MibIdentifier, iso, ModuleIdentity, Unsigned32, Gauge32, TimeTicks, MibScalar, MibTable, MibTableRow, MibTableColumn, Bits, enterprises = mibBuilder.importSymbols("SNMPv2-SMI", "NotificationType", "Counter32", "Integer32", "ObjectIdentity", "Counter64", "IpAddress", "MibIdentifier", "iso", "ModuleIdentity", "Unsigned32", "Gauge32", "TimeTicks", "MibScalar", "MibTable", "MibTableRow", "MibTableColumn", "Bits", "enterprises") TextualConvention, DisplayString = mibBuilder.importSymbols("SNMPv2-TC", "TextualConvention", "DisplayString") class RowStatus(Integer32): subtypeSpec = Integer32.subtypeSpec + ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5, 6)) namedValues = NamedValues(("active", 1), ("notInService", 2), ("notReady", 3), ("createAndGo", 4), ("createAndWait", 5), ("destroy", 6)) a3Com = MibIdentifier((1, 3, 6, 1, 4, 1, 43)) generic = MibIdentifier((1, 3, 6, 1, 4, 1, 43, 10)) genExperimental = MibIdentifier((1, 3, 6, 1, 4, 1, 43, 10, 1)) genVirtual = MibIdentifier((1, 3, 6, 1, 4, 1, 43, 10, 1, 14)) a3ComVlanGroup = MibIdentifier((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 1)) a3ComVlanProtocolsGroup = MibIdentifier((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 2)) a3ComVirtualGroup = MibIdentifier((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 3)) a3ComEncapsulationGroup = MibIdentifier((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 4)) class A3ComVlanType(Integer32): subtypeSpec = Integer32.subtypeSpec + ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20)) namedValues = NamedValues(("vlanLayer2", 1), ("vlanUnspecifiedProtocols", 2), ("vlanIPProtocol", 3), ("vlanIPXProtocol", 4), ("vlanAppleTalkProtocol", 5), ("vlanXNSProtocol", 6), ("vlanISOProtocol", 7), ("vlanDECNetProtocol", 8), ("vlanNetBIOSProtocol", 9), ("vlanSNAProtocol", 10), ("vlanVINESProtocol", 11), ("vlanX25Protocol", 12), ("vlanIGMPProtocol", 13), ("vlanSessionLayer", 14), ("vlanNetBeui", 15), ("vlanLayeredProtocols", 16), ("vlanIPXIIProtocol", 17), ("vlanIPX8022Protocol", 18), ("vlanIPX8023Protocol", 19), ("vlanIPX8022SNAPProtocol", 20)) class A3ComVlanLayer3Type(Integer32): subtypeSpec = Integer32.subtypeSpec + ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13)) namedValues = NamedValues(("vlanIPProtocol", 1), ("vlanIPXProtocol", 2), ("vlanAppleTalkProtocol", 3), ("vlanXNSProtocol", 4), ("vlanSNAProtocol", 5), ("vlanDECNetProtocol", 6), ("vlanNetBIOSProtocol", 7), ("vlanVINESProtocol", 8), ("vlanX25Protocol", 9), ("vlanIPXIIProtocol", 10), ("vlanIPX8022Protocol", 11), ("vlanIPX8023Protocol", 12), ("vlanIPX8022SNAPProtocol", 13)) class A3ComVlanModeType(Integer32): subtypeSpec = Integer32.subtypeSpec + ConstraintsUnion(SingleValueConstraint(1, 2, 3)) namedValues = NamedValues(("vlanUseDefault", 1), ("vlanOpen", 2), ("vlanClosed", 3)) a3ComVlanGlobalMappingTable = MibTable((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 1, 1), ) if mibBuilder.loadTexts: a3ComVlanGlobalMappingTable.setStatus('mandatory') if mibBuilder.loadTexts: a3ComVlanGlobalMappingTable.setDescription('This table lists VLAN interfaces that are globally identified. A single entry exists in this list for each VLAN interface in the system that is bound to a global identifier.') a3ComVlanGlobalMappingEntry = MibTableRow((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 1, 1, 1), ).setIndexNames((0, "GENERIC-3COM-VLAN-MIB-1-0-7", "a3ComVlanGlobalMappingIdentifier")) if mibBuilder.loadTexts: a3ComVlanGlobalMappingEntry.setStatus('mandatory') if mibBuilder.loadTexts: a3ComVlanGlobalMappingEntry.setDescription('An individual VLAN interface global mapping entry. Entries in this table are created by setting the a3ComVlanIfGlobalIdentifier object in the a3ComVlanIfTable to a non-zero value.') a3ComVlanGlobalMappingIdentifier = MibTableColumn((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 1, 1, 1, 1), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 65535))) if mibBuilder.loadTexts: a3ComVlanGlobalMappingIdentifier.setStatus('mandatory') if mibBuilder.loadTexts: a3ComVlanGlobalMappingIdentifier.setDescription('An index into the a3ComVlanGlobalMappingTable and an administratively assigned global VLAN identifier. The value of this object globally identifies the VLAN interface. For VLAN interfaces, on different network devices, which are part of the same globally identified VLAN, the value of this object will be the same.') a3ComVlanGlobalMappingIfIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 1, 1, 1, 2), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: a3ComVlanGlobalMappingIfIndex.setStatus('mandatory') if mibBuilder.loadTexts: a3ComVlanGlobalMappingIfIndex.setDescription('The value of a3ComVlanIfIndex for the VLAN interface in the a3ComVlanIfTable, which is bound to the global identifier specified by this entry.') a3ComVlanIfTable = MibTable((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 1, 2), ) if mibBuilder.loadTexts: a3ComVlanIfTable.setStatus('mandatory') if mibBuilder.loadTexts: a3ComVlanIfTable.setDescription('This table lists VLAN interfaces that exist within a device. A single entry exists in this list for each VLAN interface in the system. A VLAN interface may be created, destroyed and/or mapped to a globally identified vlan.') a3ComVlanIfEntry = MibTableRow((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 1, 2, 1), ).setIndexNames((0, "GENERIC-3COM-VLAN-MIB-1-0-7", "a3ComVlanIfIndex")) if mibBuilder.loadTexts: a3ComVlanIfEntry.setStatus('mandatory') if mibBuilder.loadTexts: a3ComVlanIfEntry.setDescription('An individual VLAN interface entry. When an NMS wishes to create a new entry in this table, it must obtain a non-zero index from the a3ComNextAvailableVirtIfIndex object. Row creation in this table will fail if the chosen index value does not match the current value returned from the a3ComNextAvailableVirtIfIndex object.') a3ComVlanIfIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 1, 2, 1, 1), Integer32()) if mibBuilder.loadTexts: a3ComVlanIfIndex.setStatus('mandatory') if mibBuilder.loadTexts: a3ComVlanIfIndex.setDescription("The index value of this row and the vlan's ifIndex in the ifTable. The NMS obtains the index value for this row by reading the a3ComNextAvailableVirtIfIndex object.") a3ComVlanIfDescr = MibTableColumn((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 1, 2, 1, 2), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 80))).setMaxAccess("readwrite") if mibBuilder.loadTexts: a3ComVlanIfDescr.setStatus('mandatory') if mibBuilder.loadTexts: a3ComVlanIfDescr.setDescription('This is a description of the VLAN interface.') a3ComVlanIfType = MibTableColumn((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 1, 2, 1, 3), A3ComVlanType()).setMaxAccess("readwrite") if mibBuilder.loadTexts: a3ComVlanIfType.setStatus('mandatory') if mibBuilder.loadTexts: a3ComVlanIfType.setDescription('The VLAN interface type.') a3ComVlanIfGlobalIdentifier = MibTableColumn((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 1, 2, 1, 4), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 65535))).setMaxAccess("readwrite") if mibBuilder.loadTexts: a3ComVlanIfGlobalIdentifier.setStatus('mandatory') if mibBuilder.loadTexts: a3ComVlanIfGlobalIdentifier.setDescription('An administratively assigned global VLAN identifier. For VLAN interfaces, on different network devices, which are part of the same globally identified VLAN, the value of this object will be the same. The binding between a global identifier and a VLAN interface can be created or removed. To create a binding an NMS must write a non-zero value to this object. To delete a binding, the NMS must write a zero to this object.') a3ComVlanIfInfo = MibTableColumn((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 1, 2, 1, 5), OctetString()).setMaxAccess("readonly") if mibBuilder.loadTexts: a3ComVlanIfInfo.setStatus('mandatory') if mibBuilder.loadTexts: a3ComVlanIfInfo.setDescription('A TLV encoded information string for the VLAN interface. The information contained within this string corresponds to VLAN information not contained within this table, but contained elsewhere within this MIB module. The purpose of this string is to provide an NMS with a quick read mechanism of all related VLAN interface information. The encoding rules are defined according to: tag = 2 bytes length = 2 bytes value = n bytes The following tags are defined: TAG OBJECT DESCRIPTION 1 a3ComIpVlanIpNetAddress IP Network Address of IP VLAN 2 a3ComIpVlanIpNetMask IP Network Mask of IP VLAN') a3ComVlanIfStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 1, 2, 1, 6), RowStatus()).setMaxAccess("readwrite") if mibBuilder.loadTexts: a3ComVlanIfStatus.setStatus('mandatory') if mibBuilder.loadTexts: a3ComVlanIfStatus.setDescription('The status column for this VLAN interface. This OBJECT can be set to: active(1) createAndGo(4) createAndWait(5) destroy(6) The following values may be read: active(1) notInService(2) notReady(3). Setting this object to createAndGo(4) causes the agent to attempt to create and commit the row based on the contents of the objects in the row. If all necessary information is present in the row and the values are acceptible to the agent, the agent will change the status to active(1). If any of the necessary objects are not available, the agent will reject the creation request. Setting this object to createAndWait(5) causes a row in in this table to be created. The agent sets the status to notInService(2) if all of the information is present in the row and the values are acceptible to the agent; otherwise, the agent sets the status to notReady(3). Setting this object to active(1) is only valid when the current status is active(1) or notInService(2). When the state of the row transitions to active(1), the agent creates the corresponding row in the ifTable.. Setting this object to destroy(6) will remove the corresponding VLAN interface, remove the entry in this table, and the corresponding entries in the a3ComVlanGlobalMappingTable and the ifTable. In order for a set of this object to destroy(6) to succeed, all dependencies on this row must have been removed. These will include any stacking dependencies in the ifStackTable and any protocol specific tables dependencies.') a3ComVlanIfModeType = MibTableColumn((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 1, 2, 1, 7), A3ComVlanModeType()).setMaxAccess("readwrite") if mibBuilder.loadTexts: a3ComVlanIfModeType.setStatus('mandatory') if mibBuilder.loadTexts: a3ComVlanIfModeType.setDescription(' The VLAN mode type for this interface. This object can be set to: usedefault(1) open(2) closed(3) UseDefault Vlans: uses the bridge Vlan Mode value. The bridge Vlan Mode Value can be set to : Open, Closed or Mixed. Open VLANs: have no requirements about relationship between the bridge port that a frame was received upon and the bridge port(s) that it is transmitted on. All open VLANs within the bridge will share the same address table. Closed VLANs: require that the bridge port that a frame is received on is the same VLAN interface as the bridge port(s) that a frame is transmitted on. Each closed VLAN within the bridge will have its own address table.') a3ComIpVlanTable = MibTable((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 2, 1), ) if mibBuilder.loadTexts: a3ComIpVlanTable.setStatus('mandatory') if mibBuilder.loadTexts: a3ComIpVlanTable.setDescription('A list of IP VLAN interface information entries. Entries in this table are related to entries in the a3ComVlanIfTable by using the same index.') a3ComIpVlanEntry = MibTableRow((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 2, 1, 1), ).setIndexNames((0, "GENERIC-3COM-VLAN-MIB-1-0-7", "a3ComVlanIfIndex")) if mibBuilder.loadTexts: a3ComIpVlanEntry.setStatus('mandatory') if mibBuilder.loadTexts: a3ComIpVlanEntry.setDescription('A a3ComIpVlanEntry contains layer 3 information about a particular IP VLAN interface. Note entries in this table cannot be deleted until the entries in the ifStackTable that produce overlap are removed.') a3ComIpVlanIpNetAddress = MibTableColumn((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 2, 1, 1, 1), IpAddress()).setMaxAccess("readwrite") if mibBuilder.loadTexts: a3ComIpVlanIpNetAddress.setStatus('mandatory') if mibBuilder.loadTexts: a3ComIpVlanIpNetAddress.setDescription('The IP network number for the IP VLAN interface defined in the a3ComVlanIfTable identified with the same index. The IpNetAdress and the IpNetMask must be set and the the row creation process completed by a NMS before overlapping rows in the ifStackTable can be created. Sets to the ifStackTable that produce overlapping IP IP VLAN interfaces will fail if this object is not set.') a3ComIpVlanIpNetMask = MibTableColumn((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 2, 1, 1, 2), IpAddress()).setMaxAccess("readwrite") if mibBuilder.loadTexts: a3ComIpVlanIpNetMask.setStatus('mandatory') if mibBuilder.loadTexts: a3ComIpVlanIpNetMask.setDescription('The IP network mask corresponding to the IP Network address defined by a3ComIpVlanIpNetAddress. The IpNetAdress and the IpNetMask must be set and the row creation process completed by a NMS before overlapping rows in the ifStackTable can be created. Sets to the ifStackTable that produce overlapping IP VLAN interfaces will fail if this object is not set.') a3ComIpVlanStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 2, 1, 1, 3), RowStatus()).setMaxAccess("readwrite") if mibBuilder.loadTexts: a3ComIpVlanStatus.setStatus('mandatory') if mibBuilder.loadTexts: a3ComIpVlanStatus.setDescription('The status column for this IP VLAN entry. This object can be set to: active(1) createAndGo(4) createAndWait(5) destroy(6) The following values may be read: active(1) notInService(2) notReady(3). Setting this object to createAndGo(4) causes the agent to attempt to create and commit the row based on the contents of the objects in the row. If all necessary information is present in the row and the values are acceptible to the agent, the agent will change the status to active(1). If any of the necessary objects are not available, the agent will reject the row creation request. Setting this object to createAndWait(5) causes a row in in this table to be created. The agent sets the status to notInService(2) if all of the information is present in the row and the values are acceptible to the agent; otherwise, the agent sets the status to notReady(3). Setting this object to active(1) is only valid when the current status is active(1) or notInService(2). When the status changes to active(1), the agent applies the IP parmeters to the IP VLAN interface identified by the corresponding value of the a3ComIpVlanIndex object. Setting this object to destroy(6) will remove the IP parmeters from the IP VLAN interface and remove the entry from this table. Setting this object to destroy(6) will remove the layer 3 information from the IP VLAN interface and will remove the row from this table. Note that this action cannot be performed if there are ifStackTable entries that result in overlapping IP VLAN interfaces. Note that these dependencies must be removed first.') a3ComVlanProtocolTable = MibTable((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 2, 2), ) if mibBuilder.loadTexts: a3ComVlanProtocolTable.setStatus('mandatory') if mibBuilder.loadTexts: a3ComVlanProtocolTable.setDescription('This table lists the configured protocols per Vlan. A single entry exists in this list for each protocol configured on a VLAN interface. The a3ComVlanIfType object in a3ComVlanIfTable has to be set to vlanLayeredProtocols in order to use this table.') a3ComVlanProtocolEntry = MibTableRow((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 2, 2, 1), ).setIndexNames((0, "GENERIC-3COM-VLAN-MIB-1-0-7", "a3ComVlanProtocolIfIndex"), (0, "GENERIC-3COM-VLAN-MIB-1-0-7", "a3ComVlanProtocolIndex")) if mibBuilder.loadTexts: a3ComVlanProtocolEntry.setStatus('mandatory') if mibBuilder.loadTexts: a3ComVlanProtocolEntry.setDescription('A a3ComVlanProtocolEntry contains a single VLAN to protocol entry.') a3ComVlanProtocolIfIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 2, 2, 1, 1), Integer32()) if mibBuilder.loadTexts: a3ComVlanProtocolIfIndex.setStatus('mandatory') if mibBuilder.loadTexts: a3ComVlanProtocolIfIndex.setDescription("The first indice of this row and the vlan's ifIndex in the ifTable. The value of this object is the same as the corresponding a3ComVlanIfIndex in the a3ComVlanTable.") a3ComVlanProtocolIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 2, 2, 1, 2), A3ComVlanLayer3Type()) if mibBuilder.loadTexts: a3ComVlanProtocolIndex.setStatus('mandatory') if mibBuilder.loadTexts: a3ComVlanProtocolIndex.setDescription('The second indice of this row, which identifies one of possible many protocols associated with the VLAN interface identified by this entries first indice. The values are based on the layer 3 protocols specified in A3ComVlanType') a3ComVlanProtocolStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 2, 2, 1, 3), RowStatus()).setMaxAccess("readwrite") if mibBuilder.loadTexts: a3ComVlanProtocolStatus.setStatus('mandatory') if mibBuilder.loadTexts: a3ComVlanProtocolStatus.setDescription('The status column for this VLAN interface. This OBJECT can be set to: active(1) createAndGo(4) createAndWait(5) destroy(6) The following values may be read: active(1) notInService(2) notReady(3). Setting this object to createAndGo(4) causes the agent to attempt to create and commit the row based on the contents of the objects in the row. If all necessary information is present in the row and the values are acceptible to the agent, the agent will change the status to active(1). If any of the necessary objects are not available, the agent will reject the creation request. Setting this object to createAndWait(5) causes a row in this table to be created. The agent sets the status to notInService(2) if all of the information is present in the row and the values are acceptable to the agent; otherwise, the agent sets the status to notReady(3). Setting this object to active(1) is only valid when the current status is active(1) or notInService(2). Row creation to this table is only possible when a corresponding VLAN entry has been created in the a3ComVlanTable with an a3ComVlanType set to vlanLayeredProtocols(16). Setting this object to destroy(6) will remove the corresponding VLAN interface to protocol mapping.') class A3ComVlanEncapsType(Integer32): subtypeSpec = Integer32.subtypeSpec + ConstraintsUnion(SingleValueConstraint(1, 2, 3)) namedValues = NamedValues(("vlanEncaps3ComProprietaryVLT", 1), ("vlanEncaps8021q", 2), ("vlanEncapsPre8021qONcore", 3)) a3ComVlanEncapsIfTable = MibTable((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 4, 1), ) if mibBuilder.loadTexts: a3ComVlanEncapsIfTable.setStatus('mandatory') if mibBuilder.loadTexts: a3ComVlanEncapsIfTable.setDescription('This table lists VLAN encapsulation interfaces that exist within a device. A single entry exists in this list for each VLAN encapsulation interface in the system. A VLAN encapsulation interface may be created or destroyed.') a3ComVlanEncapsIfEntry = MibTableRow((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 4, 1, 1), ).setIndexNames((0, "GENERIC-3COM-VLAN-MIB-1-0-7", "a3ComVlanEncapsIfIndex")) if mibBuilder.loadTexts: a3ComVlanEncapsIfEntry.setStatus('mandatory') if mibBuilder.loadTexts: a3ComVlanEncapsIfEntry.setDescription('An individual VLAN encapsulation interface entry. When an NMS wishes to create a new entry in this table, it must obtain a non-zero index from the a3ComNextAvailableVirtIfIndex object. Row creation in this table will fail if the chosen index value does not match the current value returned from the a3ComNextAvailableVirtIfIndex object.') a3ComVlanEncapsIfIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 4, 1, 1, 1), Integer32()) if mibBuilder.loadTexts: a3ComVlanEncapsIfIndex.setStatus('mandatory') if mibBuilder.loadTexts: a3ComVlanEncapsIfIndex.setDescription("The index value of this row and the encapsulation interface's ifIndex in the ifTable. The NMS obtains the index value used for creating a row in this table by reading the a3ComNextAvailableVirtIfIndex object.") a3ComVlanEncapsIfType = MibTableColumn((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 4, 1, 1, 2), A3ComVlanEncapsType()).setMaxAccess("readwrite") if mibBuilder.loadTexts: a3ComVlanEncapsIfType.setStatus('mandatory') if mibBuilder.loadTexts: a3ComVlanEncapsIfType.setDescription('The encapsulation algorithm used when encapsulating packets transmitted, or de-encapsulating packets received through this interface.') a3ComVlanEncapsIfTag = MibTableColumn((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 4, 1, 1, 3), Integer32()).setMaxAccess("readwrite") if mibBuilder.loadTexts: a3ComVlanEncapsIfTag.setStatus('mandatory') if mibBuilder.loadTexts: a3ComVlanEncapsIfTag.setDescription('The tag used when encapsulating packets transmitted, or de-encapsulating packets received through this interface.') a3ComVlanEncapsIfStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 4, 1, 1, 4), RowStatus()).setMaxAccess("readwrite") if mibBuilder.loadTexts: a3ComVlanEncapsIfStatus.setStatus('mandatory') if mibBuilder.loadTexts: a3ComVlanEncapsIfStatus.setDescription('The row status for this VLAN encapsulation interface. This OBJECT can be set to: active(1) createAndGo(4) createAndWait(5) destroy(6) The following values may be read: active(1) notReady(3). In order for a row to become active, the NMS must set a3ComVlanEncapsIfTagType and a3ComVlanEncapsIfTag to some valid and consistent values. Setting this object to createAndGo(4) causes the agent to attempt to create and commit the row based on the contents of the objects in the row. If all necessary information is present in the row, the agent will create the row and change the status to active(1). If any of the necessary objects are not available, or specify an invalid configuration, the row will not be created and the agent will return an appropriate error. Setting this object to createAndWait(5) causes a row in in this table to be created. If all necessary objects in the row have been assigned values and specify a valid configuration, the status of the row will be set to notInService(2); otherwise, the status will be set to notReady(3). This object may only be set to createAndGo(4) or createAndWait(5) if it does not exist. Setting this object to active(1) when the status is notInService(2) causes the agent to commit the row. Setting this object to active(1) when its value is already active(1) is a no-op. Setting this object to destroy(6) will remove the corresponding VLAN encapsulation interface, remote the entry in this table, and remove the corresponding entry in the ifTable. In order for a set of this object to destroy(6) to succeed, all dependencies on this row must have been removed. These will include any references to this interface in the ifStackTable.') a3ComNextAvailableVirtIfIndex = MibScalar((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 3, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: a3ComNextAvailableVirtIfIndex.setStatus('mandatory') if mibBuilder.loadTexts: a3ComNextAvailableVirtIfIndex.setDescription("The value of the next available virtual ifIndex. This object is used by an NMS to select an index value for row-creation in tables indexed by ifIndex. The current value of this object is changed to a new value when the current value is written to an agent's table, that is indexed by ifIndex. Row creation using the current value of this object, allocates a virtual ifIndex. Note the following: 1. A newly created row does not have to be active(1) for the agent to allocate the virtual ifIndex. 2. Race conditions between multiple NMS's end when a row is created. Rows are deemed created when a setRequest is successfully committed (i.e. the errorStats is noError(0)). 3. An agent that exhausts its supply of virual ifIndex values returns zero as the value of this object. This can be used by an NMS as an indication to deleted unused rows and reboot the device.") mibBuilder.exportSymbols("GENERIC-3COM-VLAN-MIB-1-0-7", a3ComVlanEncapsIfStatus=a3ComVlanEncapsIfStatus, a3ComEncapsulationGroup=a3ComEncapsulationGroup, A3ComVlanLayer3Type=A3ComVlanLayer3Type, a3ComVlanIfTable=a3ComVlanIfTable, generic=generic, a3ComIpVlanTable=a3ComIpVlanTable, a3ComVlanIfModeType=a3ComVlanIfModeType, a3ComVlanProtocolTable=a3ComVlanProtocolTable, a3ComVirtualGroup=a3ComVirtualGroup, A3ComVlanType=A3ComVlanType, a3ComIpVlanIpNetMask=a3ComIpVlanIpNetMask, a3ComVlanGlobalMappingTable=a3ComVlanGlobalMappingTable, a3ComVlanEncapsIfIndex=a3ComVlanEncapsIfIndex, a3ComIpVlanIpNetAddress=a3ComIpVlanIpNetAddress, a3ComVlanProtocolIndex=a3ComVlanProtocolIndex, a3ComVlanGlobalMappingEntry=a3ComVlanGlobalMappingEntry, a3ComVlanEncapsIfTag=a3ComVlanEncapsIfTag, a3ComVlanIfIndex=a3ComVlanIfIndex, a3ComNextAvailableVirtIfIndex=a3ComNextAvailableVirtIfIndex, a3ComVlanIfDescr=a3ComVlanIfDescr, a3ComVlanIfStatus=a3ComVlanIfStatus, a3ComVlanGlobalMappingIfIndex=a3ComVlanGlobalMappingIfIndex, a3ComVlanEncapsIfEntry=a3ComVlanEncapsIfEntry, a3ComVlanEncapsIfTable=a3ComVlanEncapsIfTable, a3ComVlanIfGlobalIdentifier=a3ComVlanIfGlobalIdentifier, a3ComVlanIfInfo=a3ComVlanIfInfo, a3ComVlanProtocolIfIndex=a3ComVlanProtocolIfIndex, genVirtual=genVirtual, RowStatus=RowStatus, a3ComIpVlanEntry=a3ComIpVlanEntry, a3ComVlanIfEntry=a3ComVlanIfEntry, a3ComVlanProtocolEntry=a3ComVlanProtocolEntry, A3ComVlanModeType=A3ComVlanModeType, a3ComIpVlanStatus=a3ComIpVlanStatus, a3Com=a3Com, a3ComVlanGroup=a3ComVlanGroup, a3ComVlanEncapsIfType=a3ComVlanEncapsIfType, a3ComVlanProtocolStatus=a3ComVlanProtocolStatus, a3ComVlanIfType=a3ComVlanIfType, a3ComVlanProtocolsGroup=a3ComVlanProtocolsGroup, A3ComVlanEncapsType=A3ComVlanEncapsType, a3ComVlanGlobalMappingIdentifier=a3ComVlanGlobalMappingIdentifier, genExperimental=genExperimental)
(octet_string, object_identifier, integer) = mibBuilder.importSymbols('ASN1', 'OctetString', 'ObjectIdentifier', 'Integer') (named_values,) = mibBuilder.importSymbols('ASN1-ENUMERATION', 'NamedValues') (constraints_union, single_value_constraint, value_range_constraint, value_size_constraint, constraints_intersection) = mibBuilder.importSymbols('ASN1-REFINEMENT', 'ConstraintsUnion', 'SingleValueConstraint', 'ValueRangeConstraint', 'ValueSizeConstraint', 'ConstraintsIntersection') (module_compliance, notification_group) = mibBuilder.importSymbols('SNMPv2-CONF', 'ModuleCompliance', 'NotificationGroup') (notification_type, counter32, integer32, object_identity, counter64, ip_address, mib_identifier, iso, module_identity, unsigned32, gauge32, time_ticks, mib_scalar, mib_table, mib_table_row, mib_table_column, bits, enterprises) = mibBuilder.importSymbols('SNMPv2-SMI', 'NotificationType', 'Counter32', 'Integer32', 'ObjectIdentity', 'Counter64', 'IpAddress', 'MibIdentifier', 'iso', 'ModuleIdentity', 'Unsigned32', 'Gauge32', 'TimeTicks', 'MibScalar', 'MibTable', 'MibTableRow', 'MibTableColumn', 'Bits', 'enterprises') (textual_convention, display_string) = mibBuilder.importSymbols('SNMPv2-TC', 'TextualConvention', 'DisplayString') class Rowstatus(Integer32): subtype_spec = Integer32.subtypeSpec + constraints_union(single_value_constraint(1, 2, 3, 4, 5, 6)) named_values = named_values(('active', 1), ('notInService', 2), ('notReady', 3), ('createAndGo', 4), ('createAndWait', 5), ('destroy', 6)) a3_com = mib_identifier((1, 3, 6, 1, 4, 1, 43)) generic = mib_identifier((1, 3, 6, 1, 4, 1, 43, 10)) gen_experimental = mib_identifier((1, 3, 6, 1, 4, 1, 43, 10, 1)) gen_virtual = mib_identifier((1, 3, 6, 1, 4, 1, 43, 10, 1, 14)) a3_com_vlan_group = mib_identifier((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 1)) a3_com_vlan_protocols_group = mib_identifier((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 2)) a3_com_virtual_group = mib_identifier((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 3)) a3_com_encapsulation_group = mib_identifier((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 4)) class A3Comvlantype(Integer32): subtype_spec = Integer32.subtypeSpec + constraints_union(single_value_constraint(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20)) named_values = named_values(('vlanLayer2', 1), ('vlanUnspecifiedProtocols', 2), ('vlanIPProtocol', 3), ('vlanIPXProtocol', 4), ('vlanAppleTalkProtocol', 5), ('vlanXNSProtocol', 6), ('vlanISOProtocol', 7), ('vlanDECNetProtocol', 8), ('vlanNetBIOSProtocol', 9), ('vlanSNAProtocol', 10), ('vlanVINESProtocol', 11), ('vlanX25Protocol', 12), ('vlanIGMPProtocol', 13), ('vlanSessionLayer', 14), ('vlanNetBeui', 15), ('vlanLayeredProtocols', 16), ('vlanIPXIIProtocol', 17), ('vlanIPX8022Protocol', 18), ('vlanIPX8023Protocol', 19), ('vlanIPX8022SNAPProtocol', 20)) class A3Comvlanlayer3Type(Integer32): subtype_spec = Integer32.subtypeSpec + constraints_union(single_value_constraint(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13)) named_values = named_values(('vlanIPProtocol', 1), ('vlanIPXProtocol', 2), ('vlanAppleTalkProtocol', 3), ('vlanXNSProtocol', 4), ('vlanSNAProtocol', 5), ('vlanDECNetProtocol', 6), ('vlanNetBIOSProtocol', 7), ('vlanVINESProtocol', 8), ('vlanX25Protocol', 9), ('vlanIPXIIProtocol', 10), ('vlanIPX8022Protocol', 11), ('vlanIPX8023Protocol', 12), ('vlanIPX8022SNAPProtocol', 13)) class A3Comvlanmodetype(Integer32): subtype_spec = Integer32.subtypeSpec + constraints_union(single_value_constraint(1, 2, 3)) named_values = named_values(('vlanUseDefault', 1), ('vlanOpen', 2), ('vlanClosed', 3)) a3_com_vlan_global_mapping_table = mib_table((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 1, 1)) if mibBuilder.loadTexts: a3ComVlanGlobalMappingTable.setStatus('mandatory') if mibBuilder.loadTexts: a3ComVlanGlobalMappingTable.setDescription('This table lists VLAN interfaces that are globally identified. A single entry exists in this list for each VLAN interface in the system that is bound to a global identifier.') a3_com_vlan_global_mapping_entry = mib_table_row((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 1, 1, 1)).setIndexNames((0, 'GENERIC-3COM-VLAN-MIB-1-0-7', 'a3ComVlanGlobalMappingIdentifier')) if mibBuilder.loadTexts: a3ComVlanGlobalMappingEntry.setStatus('mandatory') if mibBuilder.loadTexts: a3ComVlanGlobalMappingEntry.setDescription('An individual VLAN interface global mapping entry. Entries in this table are created by setting the a3ComVlanIfGlobalIdentifier object in the a3ComVlanIfTable to a non-zero value.') a3_com_vlan_global_mapping_identifier = mib_table_column((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 1, 1, 1, 1), integer32().subtype(subtypeSpec=value_range_constraint(0, 65535))) if mibBuilder.loadTexts: a3ComVlanGlobalMappingIdentifier.setStatus('mandatory') if mibBuilder.loadTexts: a3ComVlanGlobalMappingIdentifier.setDescription('An index into the a3ComVlanGlobalMappingTable and an administratively assigned global VLAN identifier. The value of this object globally identifies the VLAN interface. For VLAN interfaces, on different network devices, which are part of the same globally identified VLAN, the value of this object will be the same.') a3_com_vlan_global_mapping_if_index = mib_table_column((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 1, 1, 1, 2), integer32()).setMaxAccess('readonly') if mibBuilder.loadTexts: a3ComVlanGlobalMappingIfIndex.setStatus('mandatory') if mibBuilder.loadTexts: a3ComVlanGlobalMappingIfIndex.setDescription('The value of a3ComVlanIfIndex for the VLAN interface in the a3ComVlanIfTable, which is bound to the global identifier specified by this entry.') a3_com_vlan_if_table = mib_table((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 1, 2)) if mibBuilder.loadTexts: a3ComVlanIfTable.setStatus('mandatory') if mibBuilder.loadTexts: a3ComVlanIfTable.setDescription('This table lists VLAN interfaces that exist within a device. A single entry exists in this list for each VLAN interface in the system. A VLAN interface may be created, destroyed and/or mapped to a globally identified vlan.') a3_com_vlan_if_entry = mib_table_row((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 1, 2, 1)).setIndexNames((0, 'GENERIC-3COM-VLAN-MIB-1-0-7', 'a3ComVlanIfIndex')) if mibBuilder.loadTexts: a3ComVlanIfEntry.setStatus('mandatory') if mibBuilder.loadTexts: a3ComVlanIfEntry.setDescription('An individual VLAN interface entry. When an NMS wishes to create a new entry in this table, it must obtain a non-zero index from the a3ComNextAvailableVirtIfIndex object. Row creation in this table will fail if the chosen index value does not match the current value returned from the a3ComNextAvailableVirtIfIndex object.') a3_com_vlan_if_index = mib_table_column((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 1, 2, 1, 1), integer32()) if mibBuilder.loadTexts: a3ComVlanIfIndex.setStatus('mandatory') if mibBuilder.loadTexts: a3ComVlanIfIndex.setDescription("The index value of this row and the vlan's ifIndex in the ifTable. The NMS obtains the index value for this row by reading the a3ComNextAvailableVirtIfIndex object.") a3_com_vlan_if_descr = mib_table_column((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 1, 2, 1, 2), display_string().subtype(subtypeSpec=value_size_constraint(0, 80))).setMaxAccess('readwrite') if mibBuilder.loadTexts: a3ComVlanIfDescr.setStatus('mandatory') if mibBuilder.loadTexts: a3ComVlanIfDescr.setDescription('This is a description of the VLAN interface.') a3_com_vlan_if_type = mib_table_column((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 1, 2, 1, 3), a3_com_vlan_type()).setMaxAccess('readwrite') if mibBuilder.loadTexts: a3ComVlanIfType.setStatus('mandatory') if mibBuilder.loadTexts: a3ComVlanIfType.setDescription('The VLAN interface type.') a3_com_vlan_if_global_identifier = mib_table_column((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 1, 2, 1, 4), integer32().subtype(subtypeSpec=value_range_constraint(0, 65535))).setMaxAccess('readwrite') if mibBuilder.loadTexts: a3ComVlanIfGlobalIdentifier.setStatus('mandatory') if mibBuilder.loadTexts: a3ComVlanIfGlobalIdentifier.setDescription('An administratively assigned global VLAN identifier. For VLAN interfaces, on different network devices, which are part of the same globally identified VLAN, the value of this object will be the same. The binding between a global identifier and a VLAN interface can be created or removed. To create a binding an NMS must write a non-zero value to this object. To delete a binding, the NMS must write a zero to this object.') a3_com_vlan_if_info = mib_table_column((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 1, 2, 1, 5), octet_string()).setMaxAccess('readonly') if mibBuilder.loadTexts: a3ComVlanIfInfo.setStatus('mandatory') if mibBuilder.loadTexts: a3ComVlanIfInfo.setDescription('A TLV encoded information string for the VLAN interface. The information contained within this string corresponds to VLAN information not contained within this table, but contained elsewhere within this MIB module. The purpose of this string is to provide an NMS with a quick read mechanism of all related VLAN interface information. The encoding rules are defined according to: tag = 2 bytes length = 2 bytes value = n bytes The following tags are defined: TAG OBJECT DESCRIPTION 1 a3ComIpVlanIpNetAddress IP Network Address of IP VLAN 2 a3ComIpVlanIpNetMask IP Network Mask of IP VLAN') a3_com_vlan_if_status = mib_table_column((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 1, 2, 1, 6), row_status()).setMaxAccess('readwrite') if mibBuilder.loadTexts: a3ComVlanIfStatus.setStatus('mandatory') if mibBuilder.loadTexts: a3ComVlanIfStatus.setDescription('The status column for this VLAN interface. This OBJECT can be set to: active(1) createAndGo(4) createAndWait(5) destroy(6) The following values may be read: active(1) notInService(2) notReady(3). Setting this object to createAndGo(4) causes the agent to attempt to create and commit the row based on the contents of the objects in the row. If all necessary information is present in the row and the values are acceptible to the agent, the agent will change the status to active(1). If any of the necessary objects are not available, the agent will reject the creation request. Setting this object to createAndWait(5) causes a row in in this table to be created. The agent sets the status to notInService(2) if all of the information is present in the row and the values are acceptible to the agent; otherwise, the agent sets the status to notReady(3). Setting this object to active(1) is only valid when the current status is active(1) or notInService(2). When the state of the row transitions to active(1), the agent creates the corresponding row in the ifTable.. Setting this object to destroy(6) will remove the corresponding VLAN interface, remove the entry in this table, and the corresponding entries in the a3ComVlanGlobalMappingTable and the ifTable. In order for a set of this object to destroy(6) to succeed, all dependencies on this row must have been removed. These will include any stacking dependencies in the ifStackTable and any protocol specific tables dependencies.') a3_com_vlan_if_mode_type = mib_table_column((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 1, 2, 1, 7), a3_com_vlan_mode_type()).setMaxAccess('readwrite') if mibBuilder.loadTexts: a3ComVlanIfModeType.setStatus('mandatory') if mibBuilder.loadTexts: a3ComVlanIfModeType.setDescription(' The VLAN mode type for this interface. This object can be set to: usedefault(1) open(2) closed(3) UseDefault Vlans: uses the bridge Vlan Mode value. The bridge Vlan Mode Value can be set to : Open, Closed or Mixed. Open VLANs: have no requirements about relationship between the bridge port that a frame was received upon and the bridge port(s) that it is transmitted on. All open VLANs within the bridge will share the same address table. Closed VLANs: require that the bridge port that a frame is received on is the same VLAN interface as the bridge port(s) that a frame is transmitted on. Each closed VLAN within the bridge will have its own address table.') a3_com_ip_vlan_table = mib_table((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 2, 1)) if mibBuilder.loadTexts: a3ComIpVlanTable.setStatus('mandatory') if mibBuilder.loadTexts: a3ComIpVlanTable.setDescription('A list of IP VLAN interface information entries. Entries in this table are related to entries in the a3ComVlanIfTable by using the same index.') a3_com_ip_vlan_entry = mib_table_row((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 2, 1, 1)).setIndexNames((0, 'GENERIC-3COM-VLAN-MIB-1-0-7', 'a3ComVlanIfIndex')) if mibBuilder.loadTexts: a3ComIpVlanEntry.setStatus('mandatory') if mibBuilder.loadTexts: a3ComIpVlanEntry.setDescription('A a3ComIpVlanEntry contains layer 3 information about a particular IP VLAN interface. Note entries in this table cannot be deleted until the entries in the ifStackTable that produce overlap are removed.') a3_com_ip_vlan_ip_net_address = mib_table_column((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 2, 1, 1, 1), ip_address()).setMaxAccess('readwrite') if mibBuilder.loadTexts: a3ComIpVlanIpNetAddress.setStatus('mandatory') if mibBuilder.loadTexts: a3ComIpVlanIpNetAddress.setDescription('The IP network number for the IP VLAN interface defined in the a3ComVlanIfTable identified with the same index. The IpNetAdress and the IpNetMask must be set and the the row creation process completed by a NMS before overlapping rows in the ifStackTable can be created. Sets to the ifStackTable that produce overlapping IP IP VLAN interfaces will fail if this object is not set.') a3_com_ip_vlan_ip_net_mask = mib_table_column((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 2, 1, 1, 2), ip_address()).setMaxAccess('readwrite') if mibBuilder.loadTexts: a3ComIpVlanIpNetMask.setStatus('mandatory') if mibBuilder.loadTexts: a3ComIpVlanIpNetMask.setDescription('The IP network mask corresponding to the IP Network address defined by a3ComIpVlanIpNetAddress. The IpNetAdress and the IpNetMask must be set and the row creation process completed by a NMS before overlapping rows in the ifStackTable can be created. Sets to the ifStackTable that produce overlapping IP VLAN interfaces will fail if this object is not set.') a3_com_ip_vlan_status = mib_table_column((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 2, 1, 1, 3), row_status()).setMaxAccess('readwrite') if mibBuilder.loadTexts: a3ComIpVlanStatus.setStatus('mandatory') if mibBuilder.loadTexts: a3ComIpVlanStatus.setDescription('The status column for this IP VLAN entry. This object can be set to: active(1) createAndGo(4) createAndWait(5) destroy(6) The following values may be read: active(1) notInService(2) notReady(3). Setting this object to createAndGo(4) causes the agent to attempt to create and commit the row based on the contents of the objects in the row. If all necessary information is present in the row and the values are acceptible to the agent, the agent will change the status to active(1). If any of the necessary objects are not available, the agent will reject the row creation request. Setting this object to createAndWait(5) causes a row in in this table to be created. The agent sets the status to notInService(2) if all of the information is present in the row and the values are acceptible to the agent; otherwise, the agent sets the status to notReady(3). Setting this object to active(1) is only valid when the current status is active(1) or notInService(2). When the status changes to active(1), the agent applies the IP parmeters to the IP VLAN interface identified by the corresponding value of the a3ComIpVlanIndex object. Setting this object to destroy(6) will remove the IP parmeters from the IP VLAN interface and remove the entry from this table. Setting this object to destroy(6) will remove the layer 3 information from the IP VLAN interface and will remove the row from this table. Note that this action cannot be performed if there are ifStackTable entries that result in overlapping IP VLAN interfaces. Note that these dependencies must be removed first.') a3_com_vlan_protocol_table = mib_table((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 2, 2)) if mibBuilder.loadTexts: a3ComVlanProtocolTable.setStatus('mandatory') if mibBuilder.loadTexts: a3ComVlanProtocolTable.setDescription('This table lists the configured protocols per Vlan. A single entry exists in this list for each protocol configured on a VLAN interface. The a3ComVlanIfType object in a3ComVlanIfTable has to be set to vlanLayeredProtocols in order to use this table.') a3_com_vlan_protocol_entry = mib_table_row((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 2, 2, 1)).setIndexNames((0, 'GENERIC-3COM-VLAN-MIB-1-0-7', 'a3ComVlanProtocolIfIndex'), (0, 'GENERIC-3COM-VLAN-MIB-1-0-7', 'a3ComVlanProtocolIndex')) if mibBuilder.loadTexts: a3ComVlanProtocolEntry.setStatus('mandatory') if mibBuilder.loadTexts: a3ComVlanProtocolEntry.setDescription('A a3ComVlanProtocolEntry contains a single VLAN to protocol entry.') a3_com_vlan_protocol_if_index = mib_table_column((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 2, 2, 1, 1), integer32()) if mibBuilder.loadTexts: a3ComVlanProtocolIfIndex.setStatus('mandatory') if mibBuilder.loadTexts: a3ComVlanProtocolIfIndex.setDescription("The first indice of this row and the vlan's ifIndex in the ifTable. The value of this object is the same as the corresponding a3ComVlanIfIndex in the a3ComVlanTable.") a3_com_vlan_protocol_index = mib_table_column((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 2, 2, 1, 2), a3_com_vlan_layer3_type()) if mibBuilder.loadTexts: a3ComVlanProtocolIndex.setStatus('mandatory') if mibBuilder.loadTexts: a3ComVlanProtocolIndex.setDescription('The second indice of this row, which identifies one of possible many protocols associated with the VLAN interface identified by this entries first indice. The values are based on the layer 3 protocols specified in A3ComVlanType') a3_com_vlan_protocol_status = mib_table_column((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 2, 2, 1, 3), row_status()).setMaxAccess('readwrite') if mibBuilder.loadTexts: a3ComVlanProtocolStatus.setStatus('mandatory') if mibBuilder.loadTexts: a3ComVlanProtocolStatus.setDescription('The status column for this VLAN interface. This OBJECT can be set to: active(1) createAndGo(4) createAndWait(5) destroy(6) The following values may be read: active(1) notInService(2) notReady(3). Setting this object to createAndGo(4) causes the agent to attempt to create and commit the row based on the contents of the objects in the row. If all necessary information is present in the row and the values are acceptible to the agent, the agent will change the status to active(1). If any of the necessary objects are not available, the agent will reject the creation request. Setting this object to createAndWait(5) causes a row in this table to be created. The agent sets the status to notInService(2) if all of the information is present in the row and the values are acceptable to the agent; otherwise, the agent sets the status to notReady(3). Setting this object to active(1) is only valid when the current status is active(1) or notInService(2). Row creation to this table is only possible when a corresponding VLAN entry has been created in the a3ComVlanTable with an a3ComVlanType set to vlanLayeredProtocols(16). Setting this object to destroy(6) will remove the corresponding VLAN interface to protocol mapping.') class A3Comvlanencapstype(Integer32): subtype_spec = Integer32.subtypeSpec + constraints_union(single_value_constraint(1, 2, 3)) named_values = named_values(('vlanEncaps3ComProprietaryVLT', 1), ('vlanEncaps8021q', 2), ('vlanEncapsPre8021qONcore', 3)) a3_com_vlan_encaps_if_table = mib_table((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 4, 1)) if mibBuilder.loadTexts: a3ComVlanEncapsIfTable.setStatus('mandatory') if mibBuilder.loadTexts: a3ComVlanEncapsIfTable.setDescription('This table lists VLAN encapsulation interfaces that exist within a device. A single entry exists in this list for each VLAN encapsulation interface in the system. A VLAN encapsulation interface may be created or destroyed.') a3_com_vlan_encaps_if_entry = mib_table_row((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 4, 1, 1)).setIndexNames((0, 'GENERIC-3COM-VLAN-MIB-1-0-7', 'a3ComVlanEncapsIfIndex')) if mibBuilder.loadTexts: a3ComVlanEncapsIfEntry.setStatus('mandatory') if mibBuilder.loadTexts: a3ComVlanEncapsIfEntry.setDescription('An individual VLAN encapsulation interface entry. When an NMS wishes to create a new entry in this table, it must obtain a non-zero index from the a3ComNextAvailableVirtIfIndex object. Row creation in this table will fail if the chosen index value does not match the current value returned from the a3ComNextAvailableVirtIfIndex object.') a3_com_vlan_encaps_if_index = mib_table_column((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 4, 1, 1, 1), integer32()) if mibBuilder.loadTexts: a3ComVlanEncapsIfIndex.setStatus('mandatory') if mibBuilder.loadTexts: a3ComVlanEncapsIfIndex.setDescription("The index value of this row and the encapsulation interface's ifIndex in the ifTable. The NMS obtains the index value used for creating a row in this table by reading the a3ComNextAvailableVirtIfIndex object.") a3_com_vlan_encaps_if_type = mib_table_column((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 4, 1, 1, 2), a3_com_vlan_encaps_type()).setMaxAccess('readwrite') if mibBuilder.loadTexts: a3ComVlanEncapsIfType.setStatus('mandatory') if mibBuilder.loadTexts: a3ComVlanEncapsIfType.setDescription('The encapsulation algorithm used when encapsulating packets transmitted, or de-encapsulating packets received through this interface.') a3_com_vlan_encaps_if_tag = mib_table_column((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 4, 1, 1, 3), integer32()).setMaxAccess('readwrite') if mibBuilder.loadTexts: a3ComVlanEncapsIfTag.setStatus('mandatory') if mibBuilder.loadTexts: a3ComVlanEncapsIfTag.setDescription('The tag used when encapsulating packets transmitted, or de-encapsulating packets received through this interface.') a3_com_vlan_encaps_if_status = mib_table_column((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 4, 1, 1, 4), row_status()).setMaxAccess('readwrite') if mibBuilder.loadTexts: a3ComVlanEncapsIfStatus.setStatus('mandatory') if mibBuilder.loadTexts: a3ComVlanEncapsIfStatus.setDescription('The row status for this VLAN encapsulation interface. This OBJECT can be set to: active(1) createAndGo(4) createAndWait(5) destroy(6) The following values may be read: active(1) notReady(3). In order for a row to become active, the NMS must set a3ComVlanEncapsIfTagType and a3ComVlanEncapsIfTag to some valid and consistent values. Setting this object to createAndGo(4) causes the agent to attempt to create and commit the row based on the contents of the objects in the row. If all necessary information is present in the row, the agent will create the row and change the status to active(1). If any of the necessary objects are not available, or specify an invalid configuration, the row will not be created and the agent will return an appropriate error. Setting this object to createAndWait(5) causes a row in in this table to be created. If all necessary objects in the row have been assigned values and specify a valid configuration, the status of the row will be set to notInService(2); otherwise, the status will be set to notReady(3). This object may only be set to createAndGo(4) or createAndWait(5) if it does not exist. Setting this object to active(1) when the status is notInService(2) causes the agent to commit the row. Setting this object to active(1) when its value is already active(1) is a no-op. Setting this object to destroy(6) will remove the corresponding VLAN encapsulation interface, remote the entry in this table, and remove the corresponding entry in the ifTable. In order for a set of this object to destroy(6) to succeed, all dependencies on this row must have been removed. These will include any references to this interface in the ifStackTable.') a3_com_next_available_virt_if_index = mib_scalar((1, 3, 6, 1, 4, 1, 43, 10, 1, 14, 3, 1), integer32()).setMaxAccess('readonly') if mibBuilder.loadTexts: a3ComNextAvailableVirtIfIndex.setStatus('mandatory') if mibBuilder.loadTexts: a3ComNextAvailableVirtIfIndex.setDescription("The value of the next available virtual ifIndex. This object is used by an NMS to select an index value for row-creation in tables indexed by ifIndex. The current value of this object is changed to a new value when the current value is written to an agent's table, that is indexed by ifIndex. Row creation using the current value of this object, allocates a virtual ifIndex. Note the following: 1. A newly created row does not have to be active(1) for the agent to allocate the virtual ifIndex. 2. Race conditions between multiple NMS's end when a row is created. Rows are deemed created when a setRequest is successfully committed (i.e. the errorStats is noError(0)). 3. An agent that exhausts its supply of virual ifIndex values returns zero as the value of this object. This can be used by an NMS as an indication to deleted unused rows and reboot the device.") mibBuilder.exportSymbols('GENERIC-3COM-VLAN-MIB-1-0-7', a3ComVlanEncapsIfStatus=a3ComVlanEncapsIfStatus, a3ComEncapsulationGroup=a3ComEncapsulationGroup, A3ComVlanLayer3Type=A3ComVlanLayer3Type, a3ComVlanIfTable=a3ComVlanIfTable, generic=generic, a3ComIpVlanTable=a3ComIpVlanTable, a3ComVlanIfModeType=a3ComVlanIfModeType, a3ComVlanProtocolTable=a3ComVlanProtocolTable, a3ComVirtualGroup=a3ComVirtualGroup, A3ComVlanType=A3ComVlanType, a3ComIpVlanIpNetMask=a3ComIpVlanIpNetMask, a3ComVlanGlobalMappingTable=a3ComVlanGlobalMappingTable, a3ComVlanEncapsIfIndex=a3ComVlanEncapsIfIndex, a3ComIpVlanIpNetAddress=a3ComIpVlanIpNetAddress, a3ComVlanProtocolIndex=a3ComVlanProtocolIndex, a3ComVlanGlobalMappingEntry=a3ComVlanGlobalMappingEntry, a3ComVlanEncapsIfTag=a3ComVlanEncapsIfTag, a3ComVlanIfIndex=a3ComVlanIfIndex, a3ComNextAvailableVirtIfIndex=a3ComNextAvailableVirtIfIndex, a3ComVlanIfDescr=a3ComVlanIfDescr, a3ComVlanIfStatus=a3ComVlanIfStatus, a3ComVlanGlobalMappingIfIndex=a3ComVlanGlobalMappingIfIndex, a3ComVlanEncapsIfEntry=a3ComVlanEncapsIfEntry, a3ComVlanEncapsIfTable=a3ComVlanEncapsIfTable, a3ComVlanIfGlobalIdentifier=a3ComVlanIfGlobalIdentifier, a3ComVlanIfInfo=a3ComVlanIfInfo, a3ComVlanProtocolIfIndex=a3ComVlanProtocolIfIndex, genVirtual=genVirtual, RowStatus=RowStatus, a3ComIpVlanEntry=a3ComIpVlanEntry, a3ComVlanIfEntry=a3ComVlanIfEntry, a3ComVlanProtocolEntry=a3ComVlanProtocolEntry, A3ComVlanModeType=A3ComVlanModeType, a3ComIpVlanStatus=a3ComIpVlanStatus, a3Com=a3Com, a3ComVlanGroup=a3ComVlanGroup, a3ComVlanEncapsIfType=a3ComVlanEncapsIfType, a3ComVlanProtocolStatus=a3ComVlanProtocolStatus, a3ComVlanIfType=a3ComVlanIfType, a3ComVlanProtocolsGroup=a3ComVlanProtocolsGroup, A3ComVlanEncapsType=A3ComVlanEncapsType, a3ComVlanGlobalMappingIdentifier=a3ComVlanGlobalMappingIdentifier, genExperimental=genExperimental)
# PROBLEM # # Assume s is a string of lower case characters. # # Write a program that prints the longest substring of s in which the letters # occur in alphabetical order. For example, if s = 'azcbobobegghakl', then your # program should print: # # 'Longest substring in alphabetical order is: beggh' # # In case of ties, print the first substring. For example, if s = 'abcbcd', # then your program should print: # # 'Longest substring in alphabetical order is: abc' # For test purposes s = 'azcbobobegghakl' # SOLUTION if len(s) > 1: substring = s[0] length = 1 # Store initial solution bestsubstring = substring bestlength = length for num in range(len(s)-1): # Last letter is checked by 2nd-last letter if s[num] <= s[num+1]: substring = substring + s[num+1] length += 1 if length > bestlength: bestsubstring = substring bestlength = length else: # Reset substring and length substring = s[num+1] length = 1 else: bestsubstring = s print ('Longest substring in alphabetical order is: ' + bestsubstring)
s = 'azcbobobegghakl' if len(s) > 1: substring = s[0] length = 1 bestsubstring = substring bestlength = length for num in range(len(s) - 1): if s[num] <= s[num + 1]: substring = substring + s[num + 1] length += 1 if length > bestlength: bestsubstring = substring bestlength = length else: substring = s[num + 1] length = 1 else: bestsubstring = s print('Longest substring in alphabetical order is: ' + bestsubstring)
mandatory = \ { 'article' : ['ENTRYTYPE', 'ID', 'author', 'title', 'journal', 'year', 'volume'], 'book' : ['ENTRYTYPE', 'ID', 'title', 'publisher', 'year'], 'booklet' : ['ENTRYTYPE', 'ID', 'title', 'year'], 'conference' : ['ENTRYTYPE', 'ID', 'author', 'title', 'booktitle', 'publisher', 'year'], 'inbook' : ['ENTRYTYPE', 'ID', 'title', 'publisher', 'year'], 'incollection' : ['ENTRYTYPE', 'ID', 'author', 'title', 'booktitle', 'publisher', 'year'], 'inproceedings' : ['ENTRYTYPE', 'ID', 'author', 'title', 'booktitle', 'year'], 'manual' : ['ENTRYTYPE', 'ID', 'title', 'year'], 'mastersthesis' : ['ENTRYTYPE', 'ID', 'author', 'title', 'school', 'year'], 'misc' : ['ENTRYTYPE', 'ID', 'title', 'year'], 'phdthesis' : ['ENTRYTYPE', 'ID', 'author', 'title', 'school', 'year'], 'proceedings' : ['ENTRYTYPE', 'ID', 'title', 'year'], 'techreport' : ['ENTRYTYPE', 'ID', 'author', 'title', 'institution', 'year'], 'unpublished' : ['ENTRYTYPE', 'ID', 'author', 'title', 'note'] }
mandatory = {'article': ['ENTRYTYPE', 'ID', 'author', 'title', 'journal', 'year', 'volume'], 'book': ['ENTRYTYPE', 'ID', 'title', 'publisher', 'year'], 'booklet': ['ENTRYTYPE', 'ID', 'title', 'year'], 'conference': ['ENTRYTYPE', 'ID', 'author', 'title', 'booktitle', 'publisher', 'year'], 'inbook': ['ENTRYTYPE', 'ID', 'title', 'publisher', 'year'], 'incollection': ['ENTRYTYPE', 'ID', 'author', 'title', 'booktitle', 'publisher', 'year'], 'inproceedings': ['ENTRYTYPE', 'ID', 'author', 'title', 'booktitle', 'year'], 'manual': ['ENTRYTYPE', 'ID', 'title', 'year'], 'mastersthesis': ['ENTRYTYPE', 'ID', 'author', 'title', 'school', 'year'], 'misc': ['ENTRYTYPE', 'ID', 'title', 'year'], 'phdthesis': ['ENTRYTYPE', 'ID', 'author', 'title', 'school', 'year'], 'proceedings': ['ENTRYTYPE', 'ID', 'title', 'year'], 'techreport': ['ENTRYTYPE', 'ID', 'author', 'title', 'institution', 'year'], 'unpublished': ['ENTRYTYPE', 'ID', 'author', 'title', 'note']}
class ParkingLot: def __init__(self, username, latitude, longitude, totalSpace, costHour): self.username = username self.latitude = latitude self.longitude = longitude self.totalSpace = totalSpace self.availableSpace = totalSpace self.costHour = costHour def getSpace(self): return self.availableSpace def setBook(self): self.availableSpace -= 1 class signUp: def __init__(self, username, password): self.username = username self.password = password # def getDetails():
class Parkinglot: def __init__(self, username, latitude, longitude, totalSpace, costHour): self.username = username self.latitude = latitude self.longitude = longitude self.totalSpace = totalSpace self.availableSpace = totalSpace self.costHour = costHour def get_space(self): return self.availableSpace def set_book(self): self.availableSpace -= 1 class Signup: def __init__(self, username, password): self.username = username self.password = password
lst1=list() lst1.append('K') lst1.append('A') lst2=['U', 'S', 'H', 'I', 'K'] print(lst1+lst2) print(lst2[0] +lst2[1]+lst1[1]) for i in lst1+lst2: print(i)
lst1 = list() lst1.append('K') lst1.append('A') lst2 = ['U', 'S', 'H', 'I', 'K'] print(lst1 + lst2) print(lst2[0] + lst2[1] + lst1[1]) for i in lst1 + lst2: print(i)
class Photo(object): def __init__(self, photo_id: int, orientation: str, number_of_tags: int, tags: set): self.id = photo_id self.orientation = orientation self.number_of_tags = number_of_tags self.tags = tags self.is_vertical = orientation == 'V' self.is_horizontal = orientation == 'H' def __str__(self): return str(self.id)
class Photo(object): def __init__(self, photo_id: int, orientation: str, number_of_tags: int, tags: set): self.id = photo_id self.orientation = orientation self.number_of_tags = number_of_tags self.tags = tags self.is_vertical = orientation == 'V' self.is_horizontal = orientation == 'H' def __str__(self): return str(self.id)
# addition will takes place after multiplication and addition num1 = 1 + 4 * 3 / 2; # same as 5 * 3 /2 num2 = (1 + 4) * 3 / 2; # same as 1+12/2 num3 = 1 + (4 * 3) / 2; print("python follow precedence rules"); # this should produce 7.5 print(num1); print(num2); print(num3);
num1 = 1 + 4 * 3 / 2 num2 = (1 + 4) * 3 / 2 num3 = 1 + 4 * 3 / 2 print('python follow precedence rules') print(num1) print(num2) print(num3)
class Fruit: def __init__(self,name,parents): self.name = name self.parents = parents self.children = [] self.family = [] self.siblings = [] self.node = None ## Link to node object in graph def find_children(self,basket): # basket is a list of Fruit objects for fruit in basket: if fruit.name is not self.name: if self.name in [parent.name for parent in fruit.parents]: self.children.append(fruit) self.family = self.parents + self.children def find_siblings(self,basket): for fruit in basket: if fruit.name is not self.name: if set(fruit.parents).is_disjoint(set(self.parents)): continue else: self.siblings.append(fruit)
class Fruit: def __init__(self, name, parents): self.name = name self.parents = parents self.children = [] self.family = [] self.siblings = [] self.node = None def find_children(self, basket): for fruit in basket: if fruit.name is not self.name: if self.name in [parent.name for parent in fruit.parents]: self.children.append(fruit) self.family = self.parents + self.children def find_siblings(self, basket): for fruit in basket: if fruit.name is not self.name: if set(fruit.parents).is_disjoint(set(self.parents)): continue else: self.siblings.append(fruit)
file = open("text.txt", "r") file2 = open("text2.txt", "w") for data in file: file2.write(data) file.close() file2.close()
file = open('text.txt', 'r') file2 = open('text2.txt', 'w') for data in file: file2.write(data) file.close() file2.close()
animals = ['cat', 'dog', 'pig'] for animal in animals : print (animal + 'would make a great pet.') print ('All of those animals would makea great pet')
animals = ['cat', 'dog', 'pig'] for animal in animals: print(animal + 'would make a great pet.') print('All of those animals would makea great pet')
genres = ['blues', 'classical', 'country', 'disco', 'hiphop', 'jazz', 'metal', 'pop', 'reggae', 'rock'] num_files = 100 with open(f'INPUT_FULL', 'w') as f: for genre in genres: for i in range(num_files): for j in range(6): f.write(f'/datasets/duet/genres/{genre}.{i:05d}.{j}.wav /datasets/duet/genres/{genre}.{i:05d}.{j}.wav\n')
genres = ['blues', 'classical', 'country', 'disco', 'hiphop', 'jazz', 'metal', 'pop', 'reggae', 'rock'] num_files = 100 with open(f'INPUT_FULL', 'w') as f: for genre in genres: for i in range(num_files): for j in range(6): f.write(f'/datasets/duet/genres/{genre}.{i:05d}.{j}.wav\t/datasets/duet/genres/{genre}.{i:05d}.{j}.wav\n')
# Copyright 2020 University of Adelaide # # 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. def check_inst(inst, mask, match): return inst & mask == match def cycles_push(inst): if check_inst(inst, 0b1111111000000000, 0b1011010000000000): return 1 + bin(inst & 0x00ff).count('1') return -1 def cycles_pop(inst): # Format 14: push/pop registers if check_inst(inst, 0b1111111000000000, 0b1011110000000000): return 1 + bin(inst & 0x00ff).count('1') return -1 def cycles_pop_pc(inst): # Format 14: push/pop registers if check_inst(inst, 0b1111111100000000, 0b1011110100000000): return 4 + bin(inst & 0x00ff).count('1') return -1 def cycles_add(inst): # Format 2: add/subtract if check_inst(inst, 0b1111101000000000, 0b0001100000000000): return 1 return -1 def cycles_add_pc(inst): return -1 def cycles_rot(inst): # Format 4 if check_inst(inst, 0b1111111111000000, 0b0100000111000000): return 1 return -1 def cycles_ldr(inst): # Format 7 # Format 9 if check_inst(inst, 0b1111101000000000, 0b0101100000000000) or \ check_inst(inst, 0b1110100000000000, 0b0110100000000000): return 2 return -1 def cycles_str(inst): # Format 7 # Format 9 if check_inst(inst, 0b1111101000000000, 0b0101000000000000) or \ check_inst(inst, 0b1110100000000000, 0b0110000000000000): return 2 return -1 def cycles_mov(inst): # Format 1: move shifted register # Format 3: move/compare/add/subtract immediate # Format 5: Hi register operations/branch exchange if check_inst(inst, 0b1111111111000000, 0b0000000000000000) or \ check_inst(inst, 0b1111100000000000, 0b0010000000000000) or \ check_inst(inst, 0b1111111100000000, 0b0100011000000000): return 1 return -1 def cycles_mov_pc(inst): # Format 5: dest = pc if check_inst(inst, 0b1111111101000111, 0b0100011001000111): return 3 return -1 __cycle_counts = [ [ cycles_mov, cycles_mov_pc ], [ cycles_add, cycles_add_pc ], [ cycles_ldr ], [ cycles_str ], [ cycles_rot ], [ cycles_pop, cycles_pop_pc ], [ cycles_push ] ] def get_cycle_counts(): return __cycle_counts
def check_inst(inst, mask, match): return inst & mask == match def cycles_push(inst): if check_inst(inst, 65024, 46080): return 1 + bin(inst & 255).count('1') return -1 def cycles_pop(inst): if check_inst(inst, 65024, 48128): return 1 + bin(inst & 255).count('1') return -1 def cycles_pop_pc(inst): if check_inst(inst, 65280, 48384): return 4 + bin(inst & 255).count('1') return -1 def cycles_add(inst): if check_inst(inst, 64000, 6144): return 1 return -1 def cycles_add_pc(inst): return -1 def cycles_rot(inst): if check_inst(inst, 65472, 16832): return 1 return -1 def cycles_ldr(inst): if check_inst(inst, 64000, 22528) or check_inst(inst, 59392, 26624): return 2 return -1 def cycles_str(inst): if check_inst(inst, 64000, 20480) or check_inst(inst, 59392, 24576): return 2 return -1 def cycles_mov(inst): if check_inst(inst, 65472, 0) or check_inst(inst, 63488, 8192) or check_inst(inst, 65280, 17920): return 1 return -1 def cycles_mov_pc(inst): if check_inst(inst, 65351, 17991): return 3 return -1 __cycle_counts = [[cycles_mov, cycles_mov_pc], [cycles_add, cycles_add_pc], [cycles_ldr], [cycles_str], [cycles_rot], [cycles_pop, cycles_pop_pc], [cycles_push]] def get_cycle_counts(): return __cycle_counts
d = {'key1': 1, 'key2': 2, 'key3': 3} for k in d: print(k) # key1 # key2 # key3 for k in d.keys(): print(k) # key1 # key2 # key3 keys = d.keys() print(keys) print(type(keys)) # dict_keys(['key1', 'key2', 'key3']) # <class 'dict_keys'> k_list = list(d.keys()) print(k_list) print(type(k_list)) # ['key1', 'key2', 'key3'] # <class 'list'> for v in d.values(): print(v) # 1 # 2 # 3 values = d.values() print(values) print(type(values)) # dict_values([1, 2, 3]) # <class 'dict_values'> v_list = list(d.values()) print(v_list) print(type(v_list)) # [1, 2, 3] # <class 'list'> for k, v in d.items(): print(k, v) # key1 1 # key2 2 # key3 3 for t in d.items(): print(t) print(type(t)) print(t[0]) print(t[1]) print('---') # ('key1', 1) # <class 'tuple'> # key1 # 1 # --- # ('key2', 2) # <class 'tuple'> # key2 # 2 # --- # ('key3', 3) # <class 'tuple'> # key3 # 3 # --- items = d.items() print(items) print(type(items)) # dict_items([('key1', 1), ('key2', 2), ('key3', 3)]) # <class 'dict_items'> i_list = list(d.items()) print(i_list) print(type(i_list)) # [('key1', 1), ('key2', 2), ('key3', 3)] # <class 'list'> print(i_list[0]) print(type(i_list[0])) # ('key1', 1) # <class 'tuple'>
d = {'key1': 1, 'key2': 2, 'key3': 3} for k in d: print(k) for k in d.keys(): print(k) keys = d.keys() print(keys) print(type(keys)) k_list = list(d.keys()) print(k_list) print(type(k_list)) for v in d.values(): print(v) values = d.values() print(values) print(type(values)) v_list = list(d.values()) print(v_list) print(type(v_list)) for (k, v) in d.items(): print(k, v) for t in d.items(): print(t) print(type(t)) print(t[0]) print(t[1]) print('---') items = d.items() print(items) print(type(items)) i_list = list(d.items()) print(i_list) print(type(i_list)) print(i_list[0]) print(type(i_list[0]))
# Testing out some stuff with async and await async def hello(name): print ("hello" + name) return "hello" + name # We can use the await statement in coroutines to call # coroutines as normal functions; i.e. what it implies is that # if we runt return await func(*args) in a courtoune # is like running return func2(*args) in a normal def function async def await_hello(func, *args): return await func(*args) def run(coro, *args): try: # We need to create the coroutine object before we start using it. # g = coro(*args) # In order to run the coroutine from a normal function, we need to # send it a value, in this case None. g.send(None) # However, the coroutine will run til it returns a StopIteration # which we need to catch, and then catch the value of that # exception, so as to find out what it has produced except StopIteration as e: return e.value print(run(await_hello, hello, "wut"))
async def hello(name): print('hello' + name) return 'hello' + name async def await_hello(func, *args): return await func(*args) def run(coro, *args): try: g = coro(*args) g.send(None) except StopIteration as e: return e.value print(run(await_hello, hello, 'wut'))
number = int(input()) raiz = number/2 for i in range(1,20): raiz = ((raiz ** 2) + number) / (2 * raiz) print(raiz)
number = int(input()) raiz = number / 2 for i in range(1, 20): raiz = (raiz ** 2 + number) / (2 * raiz) print(raiz)
class Item: def __init__(self,weight,value) -> None: self.weight=weight self.value=value self.ratio=value/weight def knapsackMethod(items,capacity): items.sort(key=lambda x: x.ratio,reverse=True) usedCapacity=0 totalValue=0 for i in items: if usedCapacity+i.weight<=capacity: usedCapacity+=i.weight totalValue+=i.value else: unusedWeight=capacity-usedCapacity value=i.ratio*unusedWeight usedCapacity+=unusedWeight totalValue+=value if usedCapacity==capacity: break print("Total value obtained: "+str(totalValue)) item1=Item(20,100) item2=Item(30,120) item3=Item(10,60) cList=[item1,item2,item3] knapsackMethod(cList,50)
class Item: def __init__(self, weight, value) -> None: self.weight = weight self.value = value self.ratio = value / weight def knapsack_method(items, capacity): items.sort(key=lambda x: x.ratio, reverse=True) used_capacity = 0 total_value = 0 for i in items: if usedCapacity + i.weight <= capacity: used_capacity += i.weight total_value += i.value else: unused_weight = capacity - usedCapacity value = i.ratio * unusedWeight used_capacity += unusedWeight total_value += value if usedCapacity == capacity: break print('Total value obtained: ' + str(totalValue)) item1 = item(20, 100) item2 = item(30, 120) item3 = item(10, 60) c_list = [item1, item2, item3] knapsack_method(cList, 50)
#LeetCode problem 54: Spiral Matrix class Solution: def spiralOrder(self, matrix: List[List[int]]) -> List[int]: if(len(matrix)==0 or len(matrix[0])==0): return [] res=[] rb=0 re=len(matrix) cb=0 ce=len(matrix[0]) while(re>rb and ce>cb): for j in range(cb,ce): res.append(matrix[rb][j]) for k in range(rb+1,re-1): res.append(matrix[k][ce-1]) if(re!=rb+1): for l in range(ce-1,cb-1,-1): res.append(matrix[re-1][l]) if(cb!=ce-1): for m in range(re-2,rb,-1): res.append(matrix[m][cb]) rb+=1 ce-=1 cb+=1 re-=1 return(res)
class Solution: def spiral_order(self, matrix: List[List[int]]) -> List[int]: if len(matrix) == 0 or len(matrix[0]) == 0: return [] res = [] rb = 0 re = len(matrix) cb = 0 ce = len(matrix[0]) while re > rb and ce > cb: for j in range(cb, ce): res.append(matrix[rb][j]) for k in range(rb + 1, re - 1): res.append(matrix[k][ce - 1]) if re != rb + 1: for l in range(ce - 1, cb - 1, -1): res.append(matrix[re - 1][l]) if cb != ce - 1: for m in range(re - 2, rb, -1): res.append(matrix[m][cb]) rb += 1 ce -= 1 cb += 1 re -= 1 return res
def isPower(n): ''' Determine if the given number is a power of some non-negative integer. ''' if n == 1: return True sqrt = math.sqrt(n) for a in range(int(sqrt)+1): for b in range(2, int(sqrt)+1): if a ** b == n: return True return False
def is_power(n): """ Determine if the given number is a power of some non-negative integer. """ if n == 1: return True sqrt = math.sqrt(n) for a in range(int(sqrt) + 1): for b in range(2, int(sqrt) + 1): if a ** b == n: return True return False
# Add your own choices here! fruit = ["apples", "oranges", "pears", "grapes", "blueberries"] lunch = ["pho", "timmies", "thai", "burgers", "buffet!", "indian", "montanas"] situations = {"fruit":fruit, "lunch":lunch}
fruit = ['apples', 'oranges', 'pears', 'grapes', 'blueberries'] lunch = ['pho', 'timmies', 'thai', 'burgers', 'buffet!', 'indian', 'montanas'] situations = {'fruit': fruit, 'lunch': lunch}
__author__ = 'Brian Nguyen' def greeting(msg): print("We would like to say: " + msg)
__author__ = 'Brian Nguyen' def greeting(msg): print('We would like to say: ' + msg)
class Solution: def longestSubarray(self, nums: List[int]) -> int: k = 1 max_len, i = 0, 0 for j in range(len(nums)): if nums[j] == 0: k -= 1 if k < 0: if nums[i] == 0: k += 1 i += 1 max_len = max(max_len, j - i) return max_len
class Solution: def longest_subarray(self, nums: List[int]) -> int: k = 1 (max_len, i) = (0, 0) for j in range(len(nums)): if nums[j] == 0: k -= 1 if k < 0: if nums[i] == 0: k += 1 i += 1 max_len = max(max_len, j - i) return max_len
ROOT_WK_API_URL = "https://api.wanikani.com/v2/" RESOURCES_WITHOUT_IDS = ["user", "collection", "report"] SUBJECT_ENDPOINT = "subjects" SINGLE_SUBJECT_ENPOINT = r"subjects/\d+" ASSIGNMENT_ENDPOINT = "assignments" REVIEW_STATS_ENDPOINT = "review_statistics" STUDY_MATERIALS_ENDPOINT = "study_materials" REVIEWS_ENDPOINT = "reviews" LEVEL_PROGRESSIONS_ENDPOINT = "level_progressions" RESETS_ENDPOINT = "resets" SUMMARY_ENDPOINT = "summary" USER_ENDPOINT = "user"
root_wk_api_url = 'https://api.wanikani.com/v2/' resources_without_ids = ['user', 'collection', 'report'] subject_endpoint = 'subjects' single_subject_enpoint = 'subjects/\\d+' assignment_endpoint = 'assignments' review_stats_endpoint = 'review_statistics' study_materials_endpoint = 'study_materials' reviews_endpoint = 'reviews' level_progressions_endpoint = 'level_progressions' resets_endpoint = 'resets' summary_endpoint = 'summary' user_endpoint = 'user'
MAX_N = 10000 + 1 isprime = [True] * (MAX_N) isprime[0] = False isprime[1] = False for i in range(2, MAX_N): if not isprime[i]: continue for j in range(i+i, MAX_N, i): isprime[j] = False T = int(input()) for _ in range(T): n = int(input()) for i in range(n//2, 1, -1): if isprime[i] and isprime[n-i]: print('%d %d' % (i, n-i)) break
max_n = 10000 + 1 isprime = [True] * MAX_N isprime[0] = False isprime[1] = False for i in range(2, MAX_N): if not isprime[i]: continue for j in range(i + i, MAX_N, i): isprime[j] = False t = int(input()) for _ in range(T): n = int(input()) for i in range(n // 2, 1, -1): if isprime[i] and isprime[n - i]: print('%d %d' % (i, n - i)) break
# # PySNMP MIB module DOCS-LOADBALANCING-MIB (http://snmplabs.com/pysmi) # ASN.1 source file:///Users/davwang4/Dev/mibs.snmplabs.com/asn1/DOCS-LOADBALANCING-MIB # Produced by pysmi-0.3.4 at Wed May 1 12:53:17 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, ObjectIdentifier, OctetString = mibBuilder.importSymbols("ASN1", "Integer", "ObjectIdentifier", "OctetString") NamedValues, = mibBuilder.importSymbols("ASN1-ENUMERATION", "NamedValues") ConstraintsIntersection, ValueSizeConstraint, ValueRangeConstraint, ConstraintsUnion, SingleValueConstraint = mibBuilder.importSymbols("ASN1-REFINEMENT", "ConstraintsIntersection", "ValueSizeConstraint", "ValueRangeConstraint", "ConstraintsUnion", "SingleValueConstraint") clabProjDocsis, = mibBuilder.importSymbols("CLAB-DEF-MIB", "clabProjDocsis") docsIfCmtsCmStatusIndex, docsIfCmtsCmStatusEntry = mibBuilder.importSymbols("DOCS-IF-MIB", "docsIfCmtsCmStatusIndex", "docsIfCmtsCmStatusEntry") InterfaceIndex, = mibBuilder.importSymbols("IF-MIB", "InterfaceIndex") ObjectGroup, NotificationGroup, ModuleCompliance = mibBuilder.importSymbols("SNMPv2-CONF", "ObjectGroup", "NotificationGroup", "ModuleCompliance") ModuleIdentity, Gauge32, Counter32, IpAddress, MibIdentifier, MibScalar, MibTable, MibTableRow, MibTableColumn, NotificationType, Bits, TimeTicks, Counter64, Unsigned32, zeroDotZero, Integer32, iso, ObjectIdentity = mibBuilder.importSymbols("SNMPv2-SMI", "ModuleIdentity", "Gauge32", "Counter32", "IpAddress", "MibIdentifier", "MibScalar", "MibTable", "MibTableRow", "MibTableColumn", "NotificationType", "Bits", "TimeTicks", "Counter64", "Unsigned32", "zeroDotZero", "Integer32", "iso", "ObjectIdentity") TimeStamp, TruthValue, TextualConvention, DisplayString, RowStatus, RowPointer, MacAddress = mibBuilder.importSymbols("SNMPv2-TC", "TimeStamp", "TruthValue", "TextualConvention", "DisplayString", "RowStatus", "RowPointer", "MacAddress") docsLoadBalanceMib = ModuleIdentity((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2)) docsLoadBalanceMib.setRevisions(('2004-03-10 17:00',)) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): if mibBuilder.loadTexts: docsLoadBalanceMib.setRevisionsDescriptions(('Initial version of this mib module.',)) if mibBuilder.loadTexts: docsLoadBalanceMib.setLastUpdated('200403101700Z') if mibBuilder.loadTexts: docsLoadBalanceMib.setOrganization('Cable Television Laboratories, Inc') if mibBuilder.loadTexts: docsLoadBalanceMib.setContactInfo(' Postal: Cable Television Laboratories, Inc. 400 Centennial Parkway Louisville, Colorado 80027-1266 U.S.A. Phone: +1 303-661-9100 Fax: +1 303-661-9199 E-mail: [email protected]') if mibBuilder.loadTexts: docsLoadBalanceMib.setDescription('This is the MIB Module for the load balancing. Load balancing is manageable on a per-CM basis. Each CM is assigned: a) to a set of channels (a Load Balancing Group) among which it can be moved by the CMTS b) a policy which governs if and when the CM can be moved c) a priority value which can be used by the CMTS in order to select CMs to move.') class ChannelChgInitTechMap(TextualConvention, Bits): description = "This textual convention enumerates the Initialization techniques for Dynamic Channel Change (DCC). The techniques are represented by the 5 most significant bits (MSB). Bits 0 through 4 map to initialization techniques 0 through 4. Each bit position represents the internal associated technique as described below: reinitializeMac(0) : Reinitialize the MAC broadcastInitRanging(1): Perform Broadcast initial ranging on new channel before normal operation unicastInitRanging(2) : Perform unicast ranging on new channel before normal operation initRanging(3) : Perform either broadcast or unicast ranging on new channel before normal operation direct(4) : Use the new channel(s) directly without re-initializing or ranging Multiple bits selection in 1's means the CMTS selects the best suitable technique among the selected in a proprietary manner. An empty value or a value with all bits in '0' means no channel changes allowed" status = 'current' namedValues = NamedValues(("reinitializeMac", 0), ("broadcastInitRanging", 1), ("unicastInitRanging", 2), ("initRanging", 3), ("direct", 4)) docsLoadBalNotifications = MibIdentifier((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 0)) docsLoadBalMibObjects = MibIdentifier((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1)) docsLoadBalSystem = MibIdentifier((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 1)) docsLoadBalChgOverObjects = MibIdentifier((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 2)) docsLoadBalGrpObjects = MibIdentifier((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 3)) docsLoadBalPolicyObjects = MibIdentifier((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 4)) docsLoadBalChgOverGroup = MibIdentifier((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 2, 1)) docsLoadBalEnable = MibScalar((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 1, 1), TruthValue()).setMaxAccess("readwrite") if mibBuilder.loadTexts: docsLoadBalEnable.setStatus('current') if mibBuilder.loadTexts: docsLoadBalEnable.setDescription('Setting this object to true(1) enables internal autonomous load balancing operation on this CMTS. Setting it to false(2) disables the autonomous load balancing operations. However moving a cable modem via docsLoadBalChgOverTable is allowed even when this object is set to false(2).') docsLoadBalChgOverMacAddress = MibScalar((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 2, 1, 1), MacAddress().clone(hexValue="000000000000")).setMaxAccess("readwrite") if mibBuilder.loadTexts: docsLoadBalChgOverMacAddress.setStatus('current') if mibBuilder.loadTexts: docsLoadBalChgOverMacAddress.setDescription('The mac address of the cable modem that the CMTS instructs to move to a new downstream frequency and/or upstream channel.') docsLoadBalChgOverDownFrequency = MibScalar((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 2, 1, 2), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 1000000000))).setUnits('hertz').setMaxAccess("readwrite") if mibBuilder.loadTexts: docsLoadBalChgOverDownFrequency.setStatus('current') if mibBuilder.loadTexts: docsLoadBalChgOverDownFrequency.setDescription('The new downstream frequency to which the cable modem is instructed to move. The value 0 indicates that the CMTS does not create a TLV for the downstream frequency in the DCC-REQ message. This object has no meaning when executing UCC operations.') docsLoadBalChgOverUpChannelId = MibScalar((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 2, 1, 3), Integer32().subtype(subtypeSpec=ValueRangeConstraint(-1, 255)).clone(-1)).setMaxAccess("readwrite") if mibBuilder.loadTexts: docsLoadBalChgOverUpChannelId.setStatus('current') if mibBuilder.loadTexts: docsLoadBalChgOverUpChannelId.setDescription('The new upstream channel ID to which the cable modem is instructed to move. The value -1 indicates that the CMTS does not create a TLV for the upstream channel ID in the channel change request.') docsLoadBalChgOverInitTech = MibScalar((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 2, 1, 4), ChannelChgInitTechMap()).setMaxAccess("readwrite") if mibBuilder.loadTexts: docsLoadBalChgOverInitTech.setStatus('current') if mibBuilder.loadTexts: docsLoadBalChgOverInitTech.setDescription("The initialization technique that the cable modem is instructed to use when performing change over operation. By default this object is initialized with all the defined bits having a value of '1'.") docsLoadBalChgOverCmd = MibScalar((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 2, 1, 5), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3))).clone(namedValues=NamedValues(("any", 1), ("dcc", 2), ("ucc", 3))).clone('any')).setMaxAccess("readwrite") if mibBuilder.loadTexts: docsLoadBalChgOverCmd.setStatus('current') if mibBuilder.loadTexts: docsLoadBalChgOverCmd.setDescription('The change over command that the CMTS is instructed use when performing change over operation. The any(1) value indicates that the CMTS is to use its own algorithm to determine the appropriate command.') docsLoadBalChgOverCommit = MibScalar((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 2, 1, 6), TruthValue().clone('false')).setMaxAccess("readwrite") if mibBuilder.loadTexts: docsLoadBalChgOverCommit.setReference('Data-Over-Cable Service Interface Specifications: Radio Frequency Interface Specification SP-RFIv2.0-I04-030730, Sections C.4.1, 11.4.5.1.') if mibBuilder.loadTexts: docsLoadBalChgOverCommit.setStatus('current') if mibBuilder.loadTexts: docsLoadBalChgOverCommit.setDescription("The command to execute the DCC/UCC operation when set to true(1). The following are reasons for rejecting an SNMP SET to this object: - The MAC address in docsLoadBalChgOverMacAddr is not an existing MAC address in docsIfCmtsMacToCmEntry. - docsLoadBalChgOverCmd is ucc(3) and docsLoadBalChgOverUpChannelId is '-1', - docsLoadBalChgOverUpChannelId is '-1' and docsLoadBalChgOverDownFrequency is '0'. - DCC/UCC operation is currently being executed for the cable modem, on which the new command is committed, specifically if the value of docsLoadBalChgOverStatusValue is one of: messageSent(1), modemDeparting(4), waitToSendMessage(6). - An UCC operation is committed for a non-existing upstream channel ID or the corresponding ifOperStatus is down(2). - A DCC operation is committed for an invalid or non-existing downstream frequency, or the corresponding ifOperStatus is down(2). In those cases, the SET is rejected with an error code 'commitFailed'. After processing the SNMP SET the information in docsLoadBalChgOverGroup is updated in a corresponding entry in docsLoadBalChgOverStatusEntry. Reading this object always returns false(2).") docsLoadBalChgOverLastCommit = MibScalar((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 2, 1, 7), TimeStamp()).setMaxAccess("readonly") if mibBuilder.loadTexts: docsLoadBalChgOverLastCommit.setStatus('current') if mibBuilder.loadTexts: docsLoadBalChgOverLastCommit.setDescription('The value of sysUpTime when docsLoadBalChgOverCommit was last set to true. Zero if never set.') docsLoadBalChgOverStatusTable = MibTable((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 2, 2), ) if mibBuilder.loadTexts: docsLoadBalChgOverStatusTable.setStatus('current') if mibBuilder.loadTexts: docsLoadBalChgOverStatusTable.setDescription('A table of CMTS operation entries to reports the status of cable modems instructed to move to a new downstream and/or upstream channel. Using the docsLoadBalChgOverGroup objects. An entry in this table is created or updated for the entry with docsIfCmtsCmStatusIndex that correspond to the cable modem MAC address of the Load Balancing operation. docsLoadBalChgOverCommit to true(1).') docsLoadBalChgOverStatusEntry = MibTableRow((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 2, 2, 1), ).setIndexNames((0, "DOCS-IF-MIB", "docsIfCmtsCmStatusIndex")) if mibBuilder.loadTexts: docsLoadBalChgOverStatusEntry.setStatus('current') if mibBuilder.loadTexts: docsLoadBalChgOverStatusEntry.setDescription('A CMTS operation entry to instruct a cable modem to move to a new downstream frequency and/or upstream channel. An operator can use this to initiate an operation in CMTS to instruct the selected cable modem to move to a new downstream frequency and/or upstream channel.') docsLoadBalChgOverStatusMacAddr = MibTableColumn((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 2, 2, 1, 1), MacAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: docsLoadBalChgOverStatusMacAddr.setStatus('current') if mibBuilder.loadTexts: docsLoadBalChgOverStatusMacAddr.setDescription('The mac address set in docsLoadBalChgOverMacAddress.') docsLoadBalChgOverStatusDownFreq = MibTableColumn((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 2, 2, 1, 2), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 1000000000))).setUnits('hertz').setMaxAccess("readonly") if mibBuilder.loadTexts: docsLoadBalChgOverStatusDownFreq.setStatus('current') if mibBuilder.loadTexts: docsLoadBalChgOverStatusDownFreq.setDescription('The Downstream frequency set in docsLoadBalChgOverDownFrequency.') docsLoadBalChgOverStatusUpChnId = MibTableColumn((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 2, 2, 1, 3), Integer32().subtype(subtypeSpec=ValueRangeConstraint(-1, 255)).clone(-1)).setMaxAccess("readonly") if mibBuilder.loadTexts: docsLoadBalChgOverStatusUpChnId.setStatus('current') if mibBuilder.loadTexts: docsLoadBalChgOverStatusUpChnId.setDescription('The upstream channel ID set in docsLoadBalChgOverUpChannelId.') docsLoadBalChgOverStatusInitTech = MibTableColumn((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 2, 2, 1, 4), ChannelChgInitTechMap()).setMaxAccess("readonly") if mibBuilder.loadTexts: docsLoadBalChgOverStatusInitTech.setStatus('current') if mibBuilder.loadTexts: docsLoadBalChgOverStatusInitTech.setDescription('The initialization technique set in docsLoadBalChgOverInitTech.') docsLoadBalChgOverStatusCmd = MibTableColumn((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 2, 2, 1, 5), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3))).clone(namedValues=NamedValues(("any", 1), ("dcc", 2), ("ucc", 3))).clone('any')).setMaxAccess("readonly") if mibBuilder.loadTexts: docsLoadBalChgOverStatusCmd.setStatus('current') if mibBuilder.loadTexts: docsLoadBalChgOverStatusCmd.setDescription('The load balancing command set in docsLoadBalChgOverCmd.') docsLoadBalChgOverStatusValue = MibTableColumn((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 2, 2, 1, 6), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5, 6, 7, 8, 9, 10))).clone(namedValues=NamedValues(("messageSent", 1), ("noOpNeeded", 2), ("modemDeparting", 3), ("waitToSendMessage", 4), ("cmOperationRejected", 5), ("cmtsOperationRejected", 6), ("timeOutT13", 7), ("timeOutT15", 8), ("rejectinit", 9), ("success", 10))).clone('waitToSendMessage')).setMaxAccess("readonly") if mibBuilder.loadTexts: docsLoadBalChgOverStatusValue.setReference('Data-Over-Cable Service Interface Specifications: Radio Frequency Interface Specification SP-RFIv2.0-I04-030730, Sections C.4.1, 11.4.5.1.') if mibBuilder.loadTexts: docsLoadBalChgOverStatusValue.setStatus('current') if mibBuilder.loadTexts: docsLoadBalChgOverStatusValue.setDescription("The status of the specified DCC/UCC operation. The enumerations are: messageSent(1): The CMTS has sent change over request message to the cable modem. noOpNeed(2): A operation was requested in which neither the DS Frequency nor the Upstream Channel ID was changed. An active value in this entry's row status indicates that no CMTS operation is required. modemDeparting(3): The cable modem has responded with a change over response of either a DCC-RSP with a confirmation code of depart(180) or a UCC-RSP. waitToSendMessage(4): The specified operation is active and CMTS is waiting to send the channel change message with channel info to the cable modem. cmOperationRejected(5): Channel Change (such as DCC or UCC) operation was rejected by the cable modem. cmtsOperationRejected(6) Channel Change (such as DCC or UCC) operation was rejected by the Cable modem Termination System. timeOutT13(7): Failure due to no DCC-RSP with confirmation code depart(180) received prior to expiration of the T13 timer. timeOutT15(8): T15 timer timed out prior to the arrival of a bandwidth request, RNG-REQ message, or DCC-RSP message with confirmation code of arrive(181) from the cable modem. rejectInit(9): DCC operation rejected due to unsupported initialization tech requested. success(10): CMTS received an indication that the CM successfully completed the change over operation. e.g., If an initialization technique of re-initialize the MAC is used, success in indicated by the receipt of a DCC-RSP message with a confirmation code of depart(180). In all other cases, success is indicated by: (1) the CMTS received a DCC-RSP message with confirmation code of arrive(181) or (2) the CMTS internally confirms the presence of the CM on the new channel.") docsLoadBalChgOverStatusUpdate = MibTableColumn((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 2, 2, 1, 7), TimeStamp()).setMaxAccess("readonly") if mibBuilder.loadTexts: docsLoadBalChgOverStatusUpdate.setStatus('current') if mibBuilder.loadTexts: docsLoadBalChgOverStatusUpdate.setDescription('The value of sysUpTime when docsLoadBalChgOverStatusValue was last updated.') docsLoadBalGrpTable = MibTable((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 3, 1), ) if mibBuilder.loadTexts: docsLoadBalGrpTable.setStatus('current') if mibBuilder.loadTexts: docsLoadBalGrpTable.setDescription('This table contains the attributes of the load balancing groups present in this CMTS.') docsLoadBalGrpEntry = MibTableRow((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 3, 1, 1), ).setIndexNames((0, "DOCS-LOADBALANCING-MIB", "docsLoadBalGrpId")) if mibBuilder.loadTexts: docsLoadBalGrpEntry.setStatus('current') if mibBuilder.loadTexts: docsLoadBalGrpEntry.setDescription('A set of attributes of load balancing group in the CMTS. It is index by a docsLoadBalGrpId which is unique within a CMTS. Entries in this table persist after CMTS initialization.') docsLoadBalGrpId = MibTableColumn((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 3, 1, 1, 1), Unsigned32().subtype(subtypeSpec=ValueRangeConstraint(1, 4294967295))) if mibBuilder.loadTexts: docsLoadBalGrpId.setStatus('current') if mibBuilder.loadTexts: docsLoadBalGrpId.setDescription('A unique index assigned to the load balancing group by the CMTS.') docsLoadBalGrpIsRestricted = MibTableColumn((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 3, 1, 1, 2), TruthValue().clone('false')).setMaxAccess("readcreate") if mibBuilder.loadTexts: docsLoadBalGrpIsRestricted.setStatus('current') if mibBuilder.loadTexts: docsLoadBalGrpIsRestricted.setDescription('A value true(1)Indicates type of load balancing group. A Restricted Load Balancing Group is associated to a specific provisioned set of cable modems. Restricted Load Balancing Group is used to accommodate a topology specific or provisioning specific restriction. Example such as a group that are reserved for business customers). Setting this object to true(1) means it is a Restricted Load Balancing type and setting it to false(2) means it is a General Load Balancing group type. This object should not be changed while its group ID is referenced by an active entry in docsLoadBalRestrictCmEntry.') docsLoadBalGrpInitTech = MibTableColumn((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 3, 1, 1, 3), ChannelChgInitTechMap()).setMaxAccess("readcreate") if mibBuilder.loadTexts: docsLoadBalGrpInitTech.setStatus('current') if mibBuilder.loadTexts: docsLoadBalGrpInitTech.setDescription("The initialization techniques that the CMTS can use when load balancing cable modems in the load balancing group. By default this object is initialized with all the defined bits having a value of '1'.") docsLoadBalGrpDefaultPolicy = MibTableColumn((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 3, 1, 1, 4), Unsigned32().subtype(subtypeSpec=ValueRangeConstraint(0, 4294967295))).setMaxAccess("readcreate") if mibBuilder.loadTexts: docsLoadBalGrpDefaultPolicy.setStatus('current') if mibBuilder.loadTexts: docsLoadBalGrpDefaultPolicy.setDescription('Each Load Balancing Group has a default Load Balancing Policy. A policy is described by a set of conditions (rules) that govern the load balancing process for a cable modem. The CMTS assigns this Policy ID value to a cable modem associated with the group ID when the cable modem does not signal a Policy ID during registration. The Policy ID value is intended to be a numeric reference to a row entry in docsLoadBalPolicyEntry. However, It is not required to have an existing or active entry in docsLoadBalPolicyEntry when setting the value of docsLoadBalGrpDefaultPolicy, in which case it indicates no policy is associated with the load Balancing Group. The Policy ID of value 0 is reserved to indicate no policy is associated with the load balancing group.') docsLoadBalGrpEnable = MibTableColumn((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 3, 1, 1, 5), TruthValue().clone('true')).setMaxAccess("readcreate") if mibBuilder.loadTexts: docsLoadBalGrpEnable.setStatus('current') if mibBuilder.loadTexts: docsLoadBalGrpEnable.setDescription('Setting this object to true(1) enables internal autonomous load balancing on this group. Setting it to false(2) disables the load balancing operation on this group.') docsLoadBalGrpChgOverSuccess = MibTableColumn((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 3, 1, 1, 6), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: docsLoadBalGrpChgOverSuccess.setStatus('current') if mibBuilder.loadTexts: docsLoadBalGrpChgOverSuccess.setDescription('The number of successful load balancing change over operations initiated within this load balancing group.') docsLoadBalGrpChgOverFails = MibTableColumn((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 3, 1, 1, 7), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: docsLoadBalGrpChgOverFails.setStatus('current') if mibBuilder.loadTexts: docsLoadBalGrpChgOverFails.setDescription('The number of failed load balancing change over operations initiated within this load balancing group.') docsLoadBalGrpStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 3, 1, 1, 8), RowStatus()).setMaxAccess("readcreate") if mibBuilder.loadTexts: docsLoadBalGrpStatus.setStatus('current') if mibBuilder.loadTexts: docsLoadBalGrpStatus.setDescription("Indicates the status of the row in this table. Setting this object to 'destroy' or 'notInService' for a group ID entry already referenced by docsLoadBalChannelEntry, docsLoadBalChnPairsEntry or docsLoadBalRestrictCmEntry returns an error code inconsistentValue.") docsLoadBalChannelTable = MibTable((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 3, 2), ) if mibBuilder.loadTexts: docsLoadBalChannelTable.setStatus('current') if mibBuilder.loadTexts: docsLoadBalChannelTable.setDescription('Lists all upstream and downstream channels associated with load balancing groups.') docsLoadBalChannelEntry = MibTableRow((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 3, 2, 1), ).setIndexNames((0, "DOCS-LOADBALANCING-MIB", "docsLoadBalGrpId"), (0, "DOCS-LOADBALANCING-MIB", "docsLoadBalChannelIfIndex")) if mibBuilder.loadTexts: docsLoadBalChannelEntry.setStatus('current') if mibBuilder.loadTexts: docsLoadBalChannelEntry.setDescription('Lists a specific upstream or downstream, within a load Balancing group. An entry in this table exists for each ifEntry with an ifType of docsCableDownstream(128) and docsCableUpstream(129) associated with the Load Balancing Group. Entries in this table persist after CMTS initialization.') docsLoadBalChannelIfIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 3, 2, 1, 1), InterfaceIndex()) if mibBuilder.loadTexts: docsLoadBalChannelIfIndex.setStatus('current') if mibBuilder.loadTexts: docsLoadBalChannelIfIndex.setDescription('The ifIndex of either the downstream or upstream.') docsLoadBalChannelStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 3, 2, 1, 2), RowStatus()).setMaxAccess("readcreate") if mibBuilder.loadTexts: docsLoadBalChannelStatus.setStatus('current') if mibBuilder.loadTexts: docsLoadBalChannelStatus.setDescription("Indicates the status of the rows in this table. Creating entries in this table requires an existing value for docsLoadBalGrpId in docsLoadBalGrpEntry and an existing value of docsLoadBalChannelIfIndex in ifEntry, otherwise is rejected with error 'noCreation'. Setting this object to 'destroy' or 'notInService for a a row entry that is being referenced by docsLoadBalChnPairsEntry is rejected with error code inconsistentValue.") docsLoadBalChnPairsTable = MibTable((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 3, 3), ) if mibBuilder.loadTexts: docsLoadBalChnPairsTable.setStatus('current') if mibBuilder.loadTexts: docsLoadBalChnPairsTable.setDescription('This table contains pairs of upstream channels within a Load Balancing Group. Entries in this table are used to override the initialization techniques defined for the associated Load Balancing Group.') docsLoadBalChnPairsEntry = MibTableRow((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 3, 3, 1), ).setIndexNames((0, "DOCS-LOADBALANCING-MIB", "docsLoadBalGrpId"), (0, "DOCS-LOADBALANCING-MIB", "docsLoadBalChnPairsIfIndexDepart"), (0, "DOCS-LOADBALANCING-MIB", "docsLoadBalChnPairsIfIndexArrive")) if mibBuilder.loadTexts: docsLoadBalChnPairsEntry.setStatus('current') if mibBuilder.loadTexts: docsLoadBalChnPairsEntry.setDescription('An entry in this table describes a channel pair for which an initialization technique override is needed. On a CMTS which supports logical upstream channels (ifType is equal to docsCableUpstreamChannel(205)), the entries in this table correspond to pairs of ifType 205. On a CMTS which only supports physical upstream channels (ifType is equal to docsCableUpstream(129)), the entries in this table correspond to pairs of ifType 129. Entries in this table persist after CMTS initialization.') docsLoadBalChnPairsIfIndexDepart = MibTableColumn((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 3, 3, 1, 1), InterfaceIndex()) if mibBuilder.loadTexts: docsLoadBalChnPairsIfIndexDepart.setStatus('current') if mibBuilder.loadTexts: docsLoadBalChnPairsIfIndexDepart.setDescription('This index indicates the ifIndex of the upstream channel from which a cable modem would depart in a load balancing channel change operation.') docsLoadBalChnPairsIfIndexArrive = MibTableColumn((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 3, 3, 1, 2), InterfaceIndex()) if mibBuilder.loadTexts: docsLoadBalChnPairsIfIndexArrive.setStatus('current') if mibBuilder.loadTexts: docsLoadBalChnPairsIfIndexArrive.setDescription('This index indicates the ifIndex of the upstream channel on which a cable modem would arrive in a load balancing channel change operation.') docsLoadBalChnPairsOperStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 3, 3, 1, 3), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("operational", 1), ("notOperational", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: docsLoadBalChnPairsOperStatus.setStatus('current') if mibBuilder.loadTexts: docsLoadBalChnPairsOperStatus.setDescription('Operational status of the channel pair. The value operational(1) indicates that ifOperStatus of both channels is up(1). The value notOperational(2) means that ifOperStatus of one or both is not up(1).') docsLoadBalChnPairsInitTech = MibTableColumn((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 3, 3, 1, 4), ChannelChgInitTechMap()).setMaxAccess("readcreate") if mibBuilder.loadTexts: docsLoadBalChnPairsInitTech.setStatus('current') if mibBuilder.loadTexts: docsLoadBalChnPairsInitTech.setDescription("Specifies initialization technique for load balancing for the Depart/Arrive pair. By default this object's value is the initialization technique configured for the Load Balancing Group indicated by docsLoadBalGrpId.") docsLoadBalChnPairsRowStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 3, 3, 1, 5), RowStatus()).setMaxAccess("readcreate") if mibBuilder.loadTexts: docsLoadBalChnPairsRowStatus.setStatus('current') if mibBuilder.loadTexts: docsLoadBalChnPairsRowStatus.setDescription("The object for conceptual rows creation. An attempt to create a row with values for docsLoadBalChnPairsIfIndexDepart or docsLoadBalChnPairsIfIndexArrive which are not a part of the Load Balancing Group (or for a 2.0 CMTS are not logical channels (ifType 205)) are rejected with a 'noCreation' error status reported. There is no restriction on settings columns in this table when the value of docsLoadBalChnPairsRowStatus is active(1).") docsLoadBalRestrictCmTable = MibTable((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 3, 4), ) if mibBuilder.loadTexts: docsLoadBalRestrictCmTable.setStatus('current') if mibBuilder.loadTexts: docsLoadBalRestrictCmTable.setDescription('Lists all cable modems in each Restricted Load Balancing Groups.') docsLoadBalRestrictCmEntry = MibTableRow((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 3, 4, 1), ).setIndexNames((0, "DOCS-LOADBALANCING-MIB", "docsLoadBalGrpId"), (0, "DOCS-LOADBALANCING-MIB", "docsLoadBalRestrictCmIndex")) if mibBuilder.loadTexts: docsLoadBalRestrictCmEntry.setStatus('current') if mibBuilder.loadTexts: docsLoadBalRestrictCmEntry.setDescription('An entry of modem within a restricted load balancing group type. An entry represents a cable modem that is associated with the Restricted Load Balancing Group ID of a Restricted Load Balancing Group. Entries in this table persist after CMTS initialization.') docsLoadBalRestrictCmIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 3, 4, 1, 1), Unsigned32().subtype(subtypeSpec=ValueRangeConstraint(1, 4294967295))) if mibBuilder.loadTexts: docsLoadBalRestrictCmIndex.setStatus('current') if mibBuilder.loadTexts: docsLoadBalRestrictCmIndex.setDescription('The index that uniquely identifies an entry which represents restricted cable modem(s) within each Restricted Load Balancing Group.') docsLoadBalRestrictCmMACAddr = MibTableColumn((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 3, 4, 1, 2), MacAddress()).setMaxAccess("readcreate") if mibBuilder.loadTexts: docsLoadBalRestrictCmMACAddr.setStatus('current') if mibBuilder.loadTexts: docsLoadBalRestrictCmMACAddr.setDescription('Mac Address of the cable modem within the restricted load balancing group.') docsLoadBalRestrictCmMacAddrMask = MibTableColumn((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 3, 4, 1, 3), OctetString().subtype(subtypeSpec=ConstraintsUnion(ValueSizeConstraint(0, 0), ValueSizeConstraint(6, 6), )).clone(hexValue="")).setMaxAccess("readcreate") if mibBuilder.loadTexts: docsLoadBalRestrictCmMacAddrMask.setStatus('current') if mibBuilder.loadTexts: docsLoadBalRestrictCmMacAddrMask.setDescription('A bit mask acting as a wild card to associate a set of modem MAC addresses to the same Group ID. Cable modem look up is performed first with entries containing this value not null, if several entries match, the largest consecutive bit match from MSB to LSB is used. Empty value is equivalent to the bit mask all in ones.') docsLoadBalRestrictCmStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 3, 4, 1, 4), RowStatus()).setMaxAccess("readcreate") if mibBuilder.loadTexts: docsLoadBalRestrictCmStatus.setStatus('current') if mibBuilder.loadTexts: docsLoadBalRestrictCmStatus.setDescription("Indicates the status of the rows in this table. The attempt to create an entry associated to a group ID with docsLoadBalGrpIsRestricted equal to false(2) returns an error 'noCreation'. There is no restriction on settings columns in this table any time.") docsLoadBalPolicyTable = MibTable((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 4, 1), ) if mibBuilder.loadTexts: docsLoadBalPolicyTable.setStatus('current') if mibBuilder.loadTexts: docsLoadBalPolicyTable.setDescription('This table describes the set of Load Balancing policies. Rows in this table might be referenced by rows in docsLoadBalGrpEntry.') docsLoadBalPolicyEntry = MibTableRow((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 4, 1, 1), ).setIndexNames((0, "DOCS-LOADBALANCING-MIB", "docsLoadBalPolicyId"), (0, "DOCS-LOADBALANCING-MIB", "docsLoadBalPolicyRuleId")) if mibBuilder.loadTexts: docsLoadBalPolicyEntry.setStatus('current') if mibBuilder.loadTexts: docsLoadBalPolicyEntry.setDescription('Entries containing rules for policies. When a load balancing policy is defined by multiple rules, all the rules apply. Load balancing rules can be created to allow for specific vendor-defined load balancing actions. However there is a basic rule that the CMTS is required to support by configuring a pointer in docsLoadBalPolicyRulePtr to the table docsLoadBalBasicRuleTable. Vendor specific rules may be added by pointing the object docsLoadBalPolicyRulePtr to proprietary mib structures. Entries in this table persist after CMTS initialization.') docsLoadBalPolicyId = MibTableColumn((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 4, 1, 1, 1), Unsigned32().subtype(subtypeSpec=ValueRangeConstraint(1, 4294967295))) if mibBuilder.loadTexts: docsLoadBalPolicyId.setStatus('current') if mibBuilder.loadTexts: docsLoadBalPolicyId.setDescription('An index identifying the Load Balancing Policy.') docsLoadBalPolicyRuleId = MibTableColumn((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 4, 1, 1, 2), Unsigned32().subtype(subtypeSpec=ValueRangeConstraint(1, 4294967295))) if mibBuilder.loadTexts: docsLoadBalPolicyRuleId.setStatus('current') if mibBuilder.loadTexts: docsLoadBalPolicyRuleId.setDescription('An index for the rules entries associated within a policy.') docsLoadBalPolicyRulePtr = MibTableColumn((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 4, 1, 1, 3), RowPointer().clone((0, 0))).setMaxAccess("readcreate") if mibBuilder.loadTexts: docsLoadBalPolicyRulePtr.setStatus('current') if mibBuilder.loadTexts: docsLoadBalPolicyRulePtr.setDescription('A pointer to an entry in a rule table. E.g., docsLoadBalBasicRuleEnable in docsLoadBalBasicRuleEntry. A value pointing to zeroDotZero, an inactive Row or a non-existing entry is treated as no rule defined for this policy entry.') docsLoadBalPolicyRowStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 4, 1, 1, 5), RowStatus()).setMaxAccess("readcreate") if mibBuilder.loadTexts: docsLoadBalPolicyRowStatus.setStatus('current') if mibBuilder.loadTexts: docsLoadBalPolicyRowStatus.setDescription("The status of this conceptual row. There is no restriction on settings columns in this table when the value of docsLoadBalPolicyRowStatus is active(1). Setting this object to 'destroy' or 'notInService' for a row entry that is being referenced by docsLoadBalGrpDefaultPolicy in docsLoadBalGrpEntry returns an error code inconsistentValue.") docsLoadBalBasicRuleTable = MibTable((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 4, 2), ) if mibBuilder.loadTexts: docsLoadBalBasicRuleTable.setStatus('current') if mibBuilder.loadTexts: docsLoadBalBasicRuleTable.setDescription('DOCSIS defined basic ruleset for load Balancing Policy. This table enables of disable load balancing for the groups pointing to this ruleset in the policy group.') docsLoadBalBasicRuleEntry = MibTableRow((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 4, 2, 1), ).setIndexNames((0, "DOCS-LOADBALANCING-MIB", "docsLoadBalBasicRuleId")) if mibBuilder.loadTexts: docsLoadBalBasicRuleEntry.setStatus('current') if mibBuilder.loadTexts: docsLoadBalBasicRuleEntry.setDescription('An entry of DOCSIS defined basic ruleset. The object docsLoadBalBasicRuleEnable is used for instantiating an entry in this table via a RowPointer. Entries in this table persist after CMTS initialization.') docsLoadBalBasicRuleId = MibTableColumn((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 4, 2, 1, 1), Unsigned32().subtype(subtypeSpec=ValueRangeConstraint(1, 4294967295))) if mibBuilder.loadTexts: docsLoadBalBasicRuleId.setStatus('current') if mibBuilder.loadTexts: docsLoadBalBasicRuleId.setDescription('The unique index for this row.') docsLoadBalBasicRuleEnable = MibTableColumn((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 4, 2, 1, 2), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2), ("disabledPeriod", 3)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: docsLoadBalBasicRuleEnable.setStatus('current') if mibBuilder.loadTexts: docsLoadBalBasicRuleEnable.setDescription('When using this ruleset, load balancing is enabled or disabled by the values enabled(1) and disabled(2) respectively. Additionally, a Load Balancing disabling period is defined in docsLoadBalBasicRuleDisStart and docsLoadBalBasicRuleDisPeriod if this object value is set to disabledPeriod(3).') docsLoadBalBasicRuleDisStart = MibTableColumn((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 4, 2, 1, 3), Unsigned32().subtype(subtypeSpec=ValueRangeConstraint(0, 86400))).setUnits('seconds').setMaxAccess("readcreate") if mibBuilder.loadTexts: docsLoadBalBasicRuleDisStart.setStatus('current') if mibBuilder.loadTexts: docsLoadBalBasicRuleDisStart.setDescription('if object docsLoadBalBasicRuleEnable is disablePeriod(3) Load Balancing is disabled starting at this object value time (seconds from 12 AM). Otherwise, this object has no meaning.') docsLoadBalBasicRuleDisPeriod = MibTableColumn((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 4, 2, 1, 4), Unsigned32().subtype(subtypeSpec=ValueRangeConstraint(0, 86400))).setUnits('seconds').setMaxAccess("readcreate") if mibBuilder.loadTexts: docsLoadBalBasicRuleDisPeriod.setStatus('current') if mibBuilder.loadTexts: docsLoadBalBasicRuleDisPeriod.setDescription('If object docsLoadBalBasicRuleEnable is disablePeriod(3) Load Balancing is disabled for the period of time defined between docsLoadBalBasicRuleDisStart and docsLoadBalBasicRuleDisStart plus the period of time of docsLoadBalBasicRuleDisPeriod. Otherwise, this object value has no meaning.') docsLoadBalBasicRuleRowStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 4, 2, 1, 5), RowStatus()).setMaxAccess("readcreate") if mibBuilder.loadTexts: docsLoadBalBasicRuleRowStatus.setStatus('current') if mibBuilder.loadTexts: docsLoadBalBasicRuleRowStatus.setDescription("This object is to create or delete rows in this table. There is no restriction for changing this row status or object's values in this table at any time.") docsLoadBalCmtsCmStatusTable = MibTable((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 1, 4), ) if mibBuilder.loadTexts: docsLoadBalCmtsCmStatusTable.setStatus('current') if mibBuilder.loadTexts: docsLoadBalCmtsCmStatusTable.setDescription('The list contains the load balancing attributes associated with the cable modem. ') docsLoadBalCmtsCmStatusEntry = MibTableRow((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 1, 4, 1), ) docsIfCmtsCmStatusEntry.registerAugmentions(("DOCS-LOADBALANCING-MIB", "docsLoadBalCmtsCmStatusEntry")) docsLoadBalCmtsCmStatusEntry.setIndexNames(*docsIfCmtsCmStatusEntry.getIndexNames()) if mibBuilder.loadTexts: docsLoadBalCmtsCmStatusEntry.setStatus('current') if mibBuilder.loadTexts: docsLoadBalCmtsCmStatusEntry.setDescription('Additional objects for docsIfCmtsCmStatusTable entry that relate to load balancing ') docsLoadBalCmtsCmStatusGroupId = MibTableColumn((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 1, 4, 1, 1), Unsigned32()).setMaxAccess("readwrite") if mibBuilder.loadTexts: docsLoadBalCmtsCmStatusGroupId.setStatus('current') if mibBuilder.loadTexts: docsLoadBalCmtsCmStatusGroupId.setDescription('The Group ID associated with this cable modem.') docsLoadBalCmtsCmStatusPolicyId = MibTableColumn((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 1, 4, 1, 2), Unsigned32()).setMaxAccess("readwrite") if mibBuilder.loadTexts: docsLoadBalCmtsCmStatusPolicyId.setStatus('current') if mibBuilder.loadTexts: docsLoadBalCmtsCmStatusPolicyId.setDescription('The Policy ID associated with this cable modem.') docsLoadBalCmtsCmStatusPriority = MibTableColumn((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 1, 4, 1, 3), Unsigned32()).setMaxAccess("readwrite") if mibBuilder.loadTexts: docsLoadBalCmtsCmStatusPriority.setStatus('current') if mibBuilder.loadTexts: docsLoadBalCmtsCmStatusPriority.setDescription('The Priority associated with this cable modem.') docsLoadBalConformance = MibIdentifier((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 2)) docsLoadBalCompliances = MibIdentifier((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 2, 1)) docsLoadBalGroups = MibIdentifier((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 2, 2)) docsLoadBalBasicCompliance = ModuleCompliance((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 2, 1, 1)).setObjects(("DOCS-LOADBALANCING-MIB", "docsLoadBalSystemGroup"), ("DOCS-LOADBALANCING-MIB", "docsLoadBalParametersGroup"), ("DOCS-LOADBALANCING-MIB", "docsLoadBalPoliciesGroup"), ("DOCS-LOADBALANCING-MIB", "docsLoadBalBasicRuleGroup"), ("DOCS-LOADBALANCING-MIB", "docsLoadBalCmtsCmStatusGroup")) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): docsLoadBalBasicCompliance = docsLoadBalBasicCompliance.setStatus('current') if mibBuilder.loadTexts: docsLoadBalBasicCompliance.setDescription('The compliance statement for DOCSIS load balancing systems.') docsLoadBalSystemGroup = ObjectGroup((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 2, 2, 1)).setObjects(("DOCS-LOADBALANCING-MIB", "docsLoadBalEnable"), ("DOCS-LOADBALANCING-MIB", "docsLoadBalChgOverMacAddress"), ("DOCS-LOADBALANCING-MIB", "docsLoadBalChgOverDownFrequency"), ("DOCS-LOADBALANCING-MIB", "docsLoadBalChgOverUpChannelId"), ("DOCS-LOADBALANCING-MIB", "docsLoadBalChgOverInitTech"), ("DOCS-LOADBALANCING-MIB", "docsLoadBalChgOverCmd"), ("DOCS-LOADBALANCING-MIB", "docsLoadBalChgOverCommit"), ("DOCS-LOADBALANCING-MIB", "docsLoadBalChgOverLastCommit"), ("DOCS-LOADBALANCING-MIB", "docsLoadBalChgOverStatusMacAddr"), ("DOCS-LOADBALANCING-MIB", "docsLoadBalChgOverStatusDownFreq"), ("DOCS-LOADBALANCING-MIB", "docsLoadBalChgOverStatusUpChnId"), ("DOCS-LOADBALANCING-MIB", "docsLoadBalChgOverStatusInitTech"), ("DOCS-LOADBALANCING-MIB", "docsLoadBalChgOverStatusCmd"), ("DOCS-LOADBALANCING-MIB", "docsLoadBalChgOverStatusValue"), ("DOCS-LOADBALANCING-MIB", "docsLoadBalChgOverStatusUpdate")) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): docsLoadBalSystemGroup = docsLoadBalSystemGroup.setStatus('current') if mibBuilder.loadTexts: docsLoadBalSystemGroup.setDescription('A collection of objects providing system-wide parameters for load balancing.') docsLoadBalParametersGroup = ObjectGroup((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 2, 2, 2)).setObjects(("DOCS-LOADBALANCING-MIB", "docsLoadBalGrpIsRestricted"), ("DOCS-LOADBALANCING-MIB", "docsLoadBalGrpInitTech"), ("DOCS-LOADBALANCING-MIB", "docsLoadBalGrpDefaultPolicy"), ("DOCS-LOADBALANCING-MIB", "docsLoadBalGrpEnable"), ("DOCS-LOADBALANCING-MIB", "docsLoadBalGrpChgOverSuccess"), ("DOCS-LOADBALANCING-MIB", "docsLoadBalGrpChgOverFails"), ("DOCS-LOADBALANCING-MIB", "docsLoadBalGrpStatus"), ("DOCS-LOADBALANCING-MIB", "docsLoadBalChannelStatus"), ("DOCS-LOADBALANCING-MIB", "docsLoadBalChnPairsOperStatus"), ("DOCS-LOADBALANCING-MIB", "docsLoadBalChnPairsInitTech"), ("DOCS-LOADBALANCING-MIB", "docsLoadBalChnPairsRowStatus"), ("DOCS-LOADBALANCING-MIB", "docsLoadBalRestrictCmMACAddr"), ("DOCS-LOADBALANCING-MIB", "docsLoadBalRestrictCmMacAddrMask"), ("DOCS-LOADBALANCING-MIB", "docsLoadBalRestrictCmStatus")) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): docsLoadBalParametersGroup = docsLoadBalParametersGroup.setStatus('current') if mibBuilder.loadTexts: docsLoadBalParametersGroup.setDescription('A collection of objects containing the load balancing parameters.') docsLoadBalPoliciesGroup = ObjectGroup((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 2, 2, 3)).setObjects(("DOCS-LOADBALANCING-MIB", "docsLoadBalPolicyRulePtr"), ("DOCS-LOADBALANCING-MIB", "docsLoadBalPolicyRowStatus")) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): docsLoadBalPoliciesGroup = docsLoadBalPoliciesGroup.setStatus('current') if mibBuilder.loadTexts: docsLoadBalPoliciesGroup.setDescription('A collection of objects providing policies.') docsLoadBalBasicRuleGroup = ObjectGroup((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 2, 2, 4)).setObjects(("DOCS-LOADBALANCING-MIB", "docsLoadBalBasicRuleEnable"), ("DOCS-LOADBALANCING-MIB", "docsLoadBalBasicRuleDisStart"), ("DOCS-LOADBALANCING-MIB", "docsLoadBalBasicRuleDisPeriod"), ("DOCS-LOADBALANCING-MIB", "docsLoadBalBasicRuleRowStatus")) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): docsLoadBalBasicRuleGroup = docsLoadBalBasicRuleGroup.setStatus('current') if mibBuilder.loadTexts: docsLoadBalBasicRuleGroup.setDescription('DOCSIS defined basic Ruleset for load balancing policies.') docsLoadBalCmtsCmStatusGroup = ObjectGroup((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 2, 2, 5)).setObjects(("DOCS-LOADBALANCING-MIB", "docsLoadBalCmtsCmStatusGroupId"), ("DOCS-LOADBALANCING-MIB", "docsLoadBalCmtsCmStatusPolicyId"), ("DOCS-LOADBALANCING-MIB", "docsLoadBalCmtsCmStatusPriority")) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): docsLoadBalCmtsCmStatusGroup = docsLoadBalCmtsCmStatusGroup.setStatus('current') if mibBuilder.loadTexts: docsLoadBalCmtsCmStatusGroup.setDescription('Cable mode status extension objects.') mibBuilder.exportSymbols("DOCS-LOADBALANCING-MIB", docsLoadBalChgOverStatusEntry=docsLoadBalChgOverStatusEntry, docsLoadBalCmtsCmStatusTable=docsLoadBalCmtsCmStatusTable, docsLoadBalCmtsCmStatusEntry=docsLoadBalCmtsCmStatusEntry, docsLoadBalBasicRuleDisStart=docsLoadBalBasicRuleDisStart, docsLoadBalBasicCompliance=docsLoadBalBasicCompliance, docsLoadBalChnPairsIfIndexDepart=docsLoadBalChnPairsIfIndexDepart, docsLoadBalChgOverStatusValue=docsLoadBalChgOverStatusValue, docsLoadBalMibObjects=docsLoadBalMibObjects, docsLoadBalEnable=docsLoadBalEnable, docsLoadBalGrpChgOverFails=docsLoadBalGrpChgOverFails, docsLoadBalCmtsCmStatusPriority=docsLoadBalCmtsCmStatusPriority, docsLoadBalBasicRuleDisPeriod=docsLoadBalBasicRuleDisPeriod, docsLoadBalChgOverStatusMacAddr=docsLoadBalChgOverStatusMacAddr, docsLoadBalGrpDefaultPolicy=docsLoadBalGrpDefaultPolicy, docsLoadBalGrpInitTech=docsLoadBalGrpInitTech, docsLoadBalRestrictCmStatus=docsLoadBalRestrictCmStatus, docsLoadBalChgOverGroup=docsLoadBalChgOverGroup, docsLoadBalChnPairsIfIndexArrive=docsLoadBalChnPairsIfIndexArrive, docsLoadBalChgOverLastCommit=docsLoadBalChgOverLastCommit, docsLoadBalPolicyEntry=docsLoadBalPolicyEntry, docsLoadBalChgOverStatusUpdate=docsLoadBalChgOverStatusUpdate, docsLoadBalChannelEntry=docsLoadBalChannelEntry, docsLoadBalChnPairsEntry=docsLoadBalChnPairsEntry, docsLoadBalGrpIsRestricted=docsLoadBalGrpIsRestricted, docsLoadBalSystem=docsLoadBalSystem, docsLoadBalChnPairsInitTech=docsLoadBalChnPairsInitTech, docsLoadBalBasicRuleGroup=docsLoadBalBasicRuleGroup, docsLoadBalChgOverStatusUpChnId=docsLoadBalChgOverStatusUpChnId, docsLoadBalParametersGroup=docsLoadBalParametersGroup, docsLoadBalBasicRuleEntry=docsLoadBalBasicRuleEntry, docsLoadBalRestrictCmMacAddrMask=docsLoadBalRestrictCmMacAddrMask, docsLoadBalPolicyRulePtr=docsLoadBalPolicyRulePtr, docsLoadBalGrpStatus=docsLoadBalGrpStatus, docsLoadBalSystemGroup=docsLoadBalSystemGroup, docsLoadBalGrpChgOverSuccess=docsLoadBalGrpChgOverSuccess, docsLoadBalPolicyObjects=docsLoadBalPolicyObjects, docsLoadBalGroups=docsLoadBalGroups, docsLoadBalanceMib=docsLoadBalanceMib, docsLoadBalChgOverInitTech=docsLoadBalChgOverInitTech, docsLoadBalChgOverStatusDownFreq=docsLoadBalChgOverStatusDownFreq, docsLoadBalGrpObjects=docsLoadBalGrpObjects, docsLoadBalChnPairsTable=docsLoadBalChnPairsTable, docsLoadBalCompliances=docsLoadBalCompliances, docsLoadBalCmtsCmStatusPolicyId=docsLoadBalCmtsCmStatusPolicyId, docsLoadBalGrpEnable=docsLoadBalGrpEnable, docsLoadBalBasicRuleRowStatus=docsLoadBalBasicRuleRowStatus, docsLoadBalChgOverStatusInitTech=docsLoadBalChgOverStatusInitTech, docsLoadBalGrpTable=docsLoadBalGrpTable, docsLoadBalChgOverCmd=docsLoadBalChgOverCmd, docsLoadBalGrpEntry=docsLoadBalGrpEntry, docsLoadBalRestrictCmIndex=docsLoadBalRestrictCmIndex, docsLoadBalChannelTable=docsLoadBalChannelTable, docsLoadBalChgOverObjects=docsLoadBalChgOverObjects, docsLoadBalPolicyTable=docsLoadBalPolicyTable, docsLoadBalBasicRuleTable=docsLoadBalBasicRuleTable, docsLoadBalGrpId=docsLoadBalGrpId, docsLoadBalChgOverDownFrequency=docsLoadBalChgOverDownFrequency, docsLoadBalChgOverUpChannelId=docsLoadBalChgOverUpChannelId, docsLoadBalChgOverCommit=docsLoadBalChgOverCommit, docsLoadBalPolicyRowStatus=docsLoadBalPolicyRowStatus, docsLoadBalRestrictCmMACAddr=docsLoadBalRestrictCmMACAddr, docsLoadBalPolicyId=docsLoadBalPolicyId, docsLoadBalRestrictCmTable=docsLoadBalRestrictCmTable, PYSNMP_MODULE_ID=docsLoadBalanceMib, docsLoadBalNotifications=docsLoadBalNotifications, docsLoadBalBasicRuleEnable=docsLoadBalBasicRuleEnable, docsLoadBalPolicyRuleId=docsLoadBalPolicyRuleId, docsLoadBalChnPairsOperStatus=docsLoadBalChnPairsOperStatus, docsLoadBalChgOverMacAddress=docsLoadBalChgOverMacAddress, docsLoadBalRestrictCmEntry=docsLoadBalRestrictCmEntry, docsLoadBalBasicRuleId=docsLoadBalBasicRuleId, docsLoadBalChannelIfIndex=docsLoadBalChannelIfIndex, docsLoadBalCmtsCmStatusGroup=docsLoadBalCmtsCmStatusGroup, docsLoadBalConformance=docsLoadBalConformance, docsLoadBalCmtsCmStatusGroupId=docsLoadBalCmtsCmStatusGroupId, docsLoadBalChannelStatus=docsLoadBalChannelStatus, docsLoadBalChnPairsRowStatus=docsLoadBalChnPairsRowStatus, docsLoadBalChgOverStatusTable=docsLoadBalChgOverStatusTable, ChannelChgInitTechMap=ChannelChgInitTechMap, docsLoadBalChgOverStatusCmd=docsLoadBalChgOverStatusCmd, docsLoadBalPoliciesGroup=docsLoadBalPoliciesGroup)
(integer, object_identifier, octet_string) = mibBuilder.importSymbols('ASN1', 'Integer', 'ObjectIdentifier', 'OctetString') (named_values,) = mibBuilder.importSymbols('ASN1-ENUMERATION', 'NamedValues') (constraints_intersection, value_size_constraint, value_range_constraint, constraints_union, single_value_constraint) = mibBuilder.importSymbols('ASN1-REFINEMENT', 'ConstraintsIntersection', 'ValueSizeConstraint', 'ValueRangeConstraint', 'ConstraintsUnion', 'SingleValueConstraint') (clab_proj_docsis,) = mibBuilder.importSymbols('CLAB-DEF-MIB', 'clabProjDocsis') (docs_if_cmts_cm_status_index, docs_if_cmts_cm_status_entry) = mibBuilder.importSymbols('DOCS-IF-MIB', 'docsIfCmtsCmStatusIndex', 'docsIfCmtsCmStatusEntry') (interface_index,) = mibBuilder.importSymbols('IF-MIB', 'InterfaceIndex') (object_group, notification_group, module_compliance) = mibBuilder.importSymbols('SNMPv2-CONF', 'ObjectGroup', 'NotificationGroup', 'ModuleCompliance') (module_identity, gauge32, counter32, ip_address, mib_identifier, mib_scalar, mib_table, mib_table_row, mib_table_column, notification_type, bits, time_ticks, counter64, unsigned32, zero_dot_zero, integer32, iso, object_identity) = mibBuilder.importSymbols('SNMPv2-SMI', 'ModuleIdentity', 'Gauge32', 'Counter32', 'IpAddress', 'MibIdentifier', 'MibScalar', 'MibTable', 'MibTableRow', 'MibTableColumn', 'NotificationType', 'Bits', 'TimeTicks', 'Counter64', 'Unsigned32', 'zeroDotZero', 'Integer32', 'iso', 'ObjectIdentity') (time_stamp, truth_value, textual_convention, display_string, row_status, row_pointer, mac_address) = mibBuilder.importSymbols('SNMPv2-TC', 'TimeStamp', 'TruthValue', 'TextualConvention', 'DisplayString', 'RowStatus', 'RowPointer', 'MacAddress') docs_load_balance_mib = module_identity((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2)) docsLoadBalanceMib.setRevisions(('2004-03-10 17:00',)) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): if mibBuilder.loadTexts: docsLoadBalanceMib.setRevisionsDescriptions(('Initial version of this mib module.',)) if mibBuilder.loadTexts: docsLoadBalanceMib.setLastUpdated('200403101700Z') if mibBuilder.loadTexts: docsLoadBalanceMib.setOrganization('Cable Television Laboratories, Inc') if mibBuilder.loadTexts: docsLoadBalanceMib.setContactInfo(' Postal: Cable Television Laboratories, Inc. 400 Centennial Parkway Louisville, Colorado 80027-1266 U.S.A. Phone: +1 303-661-9100 Fax: +1 303-661-9199 E-mail: [email protected]') if mibBuilder.loadTexts: docsLoadBalanceMib.setDescription('This is the MIB Module for the load balancing. Load balancing is manageable on a per-CM basis. Each CM is assigned: a) to a set of channels (a Load Balancing Group) among which it can be moved by the CMTS b) a policy which governs if and when the CM can be moved c) a priority value which can be used by the CMTS in order to select CMs to move.') class Channelchginittechmap(TextualConvention, Bits): description = "This textual convention enumerates the Initialization techniques for Dynamic Channel Change (DCC). The techniques are represented by the 5 most significant bits (MSB). Bits 0 through 4 map to initialization techniques 0 through 4. Each bit position represents the internal associated technique as described below: reinitializeMac(0) : Reinitialize the MAC broadcastInitRanging(1): Perform Broadcast initial ranging on new channel before normal operation unicastInitRanging(2) : Perform unicast ranging on new channel before normal operation initRanging(3) : Perform either broadcast or unicast ranging on new channel before normal operation direct(4) : Use the new channel(s) directly without re-initializing or ranging Multiple bits selection in 1's means the CMTS selects the best suitable technique among the selected in a proprietary manner. An empty value or a value with all bits in '0' means no channel changes allowed" status = 'current' named_values = named_values(('reinitializeMac', 0), ('broadcastInitRanging', 1), ('unicastInitRanging', 2), ('initRanging', 3), ('direct', 4)) docs_load_bal_notifications = mib_identifier((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 0)) docs_load_bal_mib_objects = mib_identifier((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1)) docs_load_bal_system = mib_identifier((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 1)) docs_load_bal_chg_over_objects = mib_identifier((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 2)) docs_load_bal_grp_objects = mib_identifier((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 3)) docs_load_bal_policy_objects = mib_identifier((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 4)) docs_load_bal_chg_over_group = mib_identifier((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 2, 1)) docs_load_bal_enable = mib_scalar((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 1, 1), truth_value()).setMaxAccess('readwrite') if mibBuilder.loadTexts: docsLoadBalEnable.setStatus('current') if mibBuilder.loadTexts: docsLoadBalEnable.setDescription('Setting this object to true(1) enables internal autonomous load balancing operation on this CMTS. Setting it to false(2) disables the autonomous load balancing operations. However moving a cable modem via docsLoadBalChgOverTable is allowed even when this object is set to false(2).') docs_load_bal_chg_over_mac_address = mib_scalar((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 2, 1, 1), mac_address().clone(hexValue='000000000000')).setMaxAccess('readwrite') if mibBuilder.loadTexts: docsLoadBalChgOverMacAddress.setStatus('current') if mibBuilder.loadTexts: docsLoadBalChgOverMacAddress.setDescription('The mac address of the cable modem that the CMTS instructs to move to a new downstream frequency and/or upstream channel.') docs_load_bal_chg_over_down_frequency = mib_scalar((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 2, 1, 2), integer32().subtype(subtypeSpec=value_range_constraint(0, 1000000000))).setUnits('hertz').setMaxAccess('readwrite') if mibBuilder.loadTexts: docsLoadBalChgOverDownFrequency.setStatus('current') if mibBuilder.loadTexts: docsLoadBalChgOverDownFrequency.setDescription('The new downstream frequency to which the cable modem is instructed to move. The value 0 indicates that the CMTS does not create a TLV for the downstream frequency in the DCC-REQ message. This object has no meaning when executing UCC operations.') docs_load_bal_chg_over_up_channel_id = mib_scalar((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 2, 1, 3), integer32().subtype(subtypeSpec=value_range_constraint(-1, 255)).clone(-1)).setMaxAccess('readwrite') if mibBuilder.loadTexts: docsLoadBalChgOverUpChannelId.setStatus('current') if mibBuilder.loadTexts: docsLoadBalChgOverUpChannelId.setDescription('The new upstream channel ID to which the cable modem is instructed to move. The value -1 indicates that the CMTS does not create a TLV for the upstream channel ID in the channel change request.') docs_load_bal_chg_over_init_tech = mib_scalar((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 2, 1, 4), channel_chg_init_tech_map()).setMaxAccess('readwrite') if mibBuilder.loadTexts: docsLoadBalChgOverInitTech.setStatus('current') if mibBuilder.loadTexts: docsLoadBalChgOverInitTech.setDescription("The initialization technique that the cable modem is instructed to use when performing change over operation. By default this object is initialized with all the defined bits having a value of '1'.") docs_load_bal_chg_over_cmd = mib_scalar((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 2, 1, 5), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3))).clone(namedValues=named_values(('any', 1), ('dcc', 2), ('ucc', 3))).clone('any')).setMaxAccess('readwrite') if mibBuilder.loadTexts: docsLoadBalChgOverCmd.setStatus('current') if mibBuilder.loadTexts: docsLoadBalChgOverCmd.setDescription('The change over command that the CMTS is instructed use when performing change over operation. The any(1) value indicates that the CMTS is to use its own algorithm to determine the appropriate command.') docs_load_bal_chg_over_commit = mib_scalar((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 2, 1, 6), truth_value().clone('false')).setMaxAccess('readwrite') if mibBuilder.loadTexts: docsLoadBalChgOverCommit.setReference('Data-Over-Cable Service Interface Specifications: Radio Frequency Interface Specification SP-RFIv2.0-I04-030730, Sections C.4.1, 11.4.5.1.') if mibBuilder.loadTexts: docsLoadBalChgOverCommit.setStatus('current') if mibBuilder.loadTexts: docsLoadBalChgOverCommit.setDescription("The command to execute the DCC/UCC operation when set to true(1). The following are reasons for rejecting an SNMP SET to this object: - The MAC address in docsLoadBalChgOverMacAddr is not an existing MAC address in docsIfCmtsMacToCmEntry. - docsLoadBalChgOverCmd is ucc(3) and docsLoadBalChgOverUpChannelId is '-1', - docsLoadBalChgOverUpChannelId is '-1' and docsLoadBalChgOverDownFrequency is '0'. - DCC/UCC operation is currently being executed for the cable modem, on which the new command is committed, specifically if the value of docsLoadBalChgOverStatusValue is one of: messageSent(1), modemDeparting(4), waitToSendMessage(6). - An UCC operation is committed for a non-existing upstream channel ID or the corresponding ifOperStatus is down(2). - A DCC operation is committed for an invalid or non-existing downstream frequency, or the corresponding ifOperStatus is down(2). In those cases, the SET is rejected with an error code 'commitFailed'. After processing the SNMP SET the information in docsLoadBalChgOverGroup is updated in a corresponding entry in docsLoadBalChgOverStatusEntry. Reading this object always returns false(2).") docs_load_bal_chg_over_last_commit = mib_scalar((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 2, 1, 7), time_stamp()).setMaxAccess('readonly') if mibBuilder.loadTexts: docsLoadBalChgOverLastCommit.setStatus('current') if mibBuilder.loadTexts: docsLoadBalChgOverLastCommit.setDescription('The value of sysUpTime when docsLoadBalChgOverCommit was last set to true. Zero if never set.') docs_load_bal_chg_over_status_table = mib_table((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 2, 2)) if mibBuilder.loadTexts: docsLoadBalChgOverStatusTable.setStatus('current') if mibBuilder.loadTexts: docsLoadBalChgOverStatusTable.setDescription('A table of CMTS operation entries to reports the status of cable modems instructed to move to a new downstream and/or upstream channel. Using the docsLoadBalChgOverGroup objects. An entry in this table is created or updated for the entry with docsIfCmtsCmStatusIndex that correspond to the cable modem MAC address of the Load Balancing operation. docsLoadBalChgOverCommit to true(1).') docs_load_bal_chg_over_status_entry = mib_table_row((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 2, 2, 1)).setIndexNames((0, 'DOCS-IF-MIB', 'docsIfCmtsCmStatusIndex')) if mibBuilder.loadTexts: docsLoadBalChgOverStatusEntry.setStatus('current') if mibBuilder.loadTexts: docsLoadBalChgOverStatusEntry.setDescription('A CMTS operation entry to instruct a cable modem to move to a new downstream frequency and/or upstream channel. An operator can use this to initiate an operation in CMTS to instruct the selected cable modem to move to a new downstream frequency and/or upstream channel.') docs_load_bal_chg_over_status_mac_addr = mib_table_column((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 2, 2, 1, 1), mac_address()).setMaxAccess('readonly') if mibBuilder.loadTexts: docsLoadBalChgOverStatusMacAddr.setStatus('current') if mibBuilder.loadTexts: docsLoadBalChgOverStatusMacAddr.setDescription('The mac address set in docsLoadBalChgOverMacAddress.') docs_load_bal_chg_over_status_down_freq = mib_table_column((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 2, 2, 1, 2), integer32().subtype(subtypeSpec=value_range_constraint(0, 1000000000))).setUnits('hertz').setMaxAccess('readonly') if mibBuilder.loadTexts: docsLoadBalChgOverStatusDownFreq.setStatus('current') if mibBuilder.loadTexts: docsLoadBalChgOverStatusDownFreq.setDescription('The Downstream frequency set in docsLoadBalChgOverDownFrequency.') docs_load_bal_chg_over_status_up_chn_id = mib_table_column((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 2, 2, 1, 3), integer32().subtype(subtypeSpec=value_range_constraint(-1, 255)).clone(-1)).setMaxAccess('readonly') if mibBuilder.loadTexts: docsLoadBalChgOverStatusUpChnId.setStatus('current') if mibBuilder.loadTexts: docsLoadBalChgOverStatusUpChnId.setDescription('The upstream channel ID set in docsLoadBalChgOverUpChannelId.') docs_load_bal_chg_over_status_init_tech = mib_table_column((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 2, 2, 1, 4), channel_chg_init_tech_map()).setMaxAccess('readonly') if mibBuilder.loadTexts: docsLoadBalChgOverStatusInitTech.setStatus('current') if mibBuilder.loadTexts: docsLoadBalChgOverStatusInitTech.setDescription('The initialization technique set in docsLoadBalChgOverInitTech.') docs_load_bal_chg_over_status_cmd = mib_table_column((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 2, 2, 1, 5), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3))).clone(namedValues=named_values(('any', 1), ('dcc', 2), ('ucc', 3))).clone('any')).setMaxAccess('readonly') if mibBuilder.loadTexts: docsLoadBalChgOverStatusCmd.setStatus('current') if mibBuilder.loadTexts: docsLoadBalChgOverStatusCmd.setDescription('The load balancing command set in docsLoadBalChgOverCmd.') docs_load_bal_chg_over_status_value = mib_table_column((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 2, 2, 1, 6), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3, 4, 5, 6, 7, 8, 9, 10))).clone(namedValues=named_values(('messageSent', 1), ('noOpNeeded', 2), ('modemDeparting', 3), ('waitToSendMessage', 4), ('cmOperationRejected', 5), ('cmtsOperationRejected', 6), ('timeOutT13', 7), ('timeOutT15', 8), ('rejectinit', 9), ('success', 10))).clone('waitToSendMessage')).setMaxAccess('readonly') if mibBuilder.loadTexts: docsLoadBalChgOverStatusValue.setReference('Data-Over-Cable Service Interface Specifications: Radio Frequency Interface Specification SP-RFIv2.0-I04-030730, Sections C.4.1, 11.4.5.1.') if mibBuilder.loadTexts: docsLoadBalChgOverStatusValue.setStatus('current') if mibBuilder.loadTexts: docsLoadBalChgOverStatusValue.setDescription("The status of the specified DCC/UCC operation. The enumerations are: messageSent(1): The CMTS has sent change over request message to the cable modem. noOpNeed(2): A operation was requested in which neither the DS Frequency nor the Upstream Channel ID was changed. An active value in this entry's row status indicates that no CMTS operation is required. modemDeparting(3): The cable modem has responded with a change over response of either a DCC-RSP with a confirmation code of depart(180) or a UCC-RSP. waitToSendMessage(4): The specified operation is active and CMTS is waiting to send the channel change message with channel info to the cable modem. cmOperationRejected(5): Channel Change (such as DCC or UCC) operation was rejected by the cable modem. cmtsOperationRejected(6) Channel Change (such as DCC or UCC) operation was rejected by the Cable modem Termination System. timeOutT13(7): Failure due to no DCC-RSP with confirmation code depart(180) received prior to expiration of the T13 timer. timeOutT15(8): T15 timer timed out prior to the arrival of a bandwidth request, RNG-REQ message, or DCC-RSP message with confirmation code of arrive(181) from the cable modem. rejectInit(9): DCC operation rejected due to unsupported initialization tech requested. success(10): CMTS received an indication that the CM successfully completed the change over operation. e.g., If an initialization technique of re-initialize the MAC is used, success in indicated by the receipt of a DCC-RSP message with a confirmation code of depart(180). In all other cases, success is indicated by: (1) the CMTS received a DCC-RSP message with confirmation code of arrive(181) or (2) the CMTS internally confirms the presence of the CM on the new channel.") docs_load_bal_chg_over_status_update = mib_table_column((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 2, 2, 1, 7), time_stamp()).setMaxAccess('readonly') if mibBuilder.loadTexts: docsLoadBalChgOverStatusUpdate.setStatus('current') if mibBuilder.loadTexts: docsLoadBalChgOverStatusUpdate.setDescription('The value of sysUpTime when docsLoadBalChgOverStatusValue was last updated.') docs_load_bal_grp_table = mib_table((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 3, 1)) if mibBuilder.loadTexts: docsLoadBalGrpTable.setStatus('current') if mibBuilder.loadTexts: docsLoadBalGrpTable.setDescription('This table contains the attributes of the load balancing groups present in this CMTS.') docs_load_bal_grp_entry = mib_table_row((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 3, 1, 1)).setIndexNames((0, 'DOCS-LOADBALANCING-MIB', 'docsLoadBalGrpId')) if mibBuilder.loadTexts: docsLoadBalGrpEntry.setStatus('current') if mibBuilder.loadTexts: docsLoadBalGrpEntry.setDescription('A set of attributes of load balancing group in the CMTS. It is index by a docsLoadBalGrpId which is unique within a CMTS. Entries in this table persist after CMTS initialization.') docs_load_bal_grp_id = mib_table_column((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 3, 1, 1, 1), unsigned32().subtype(subtypeSpec=value_range_constraint(1, 4294967295))) if mibBuilder.loadTexts: docsLoadBalGrpId.setStatus('current') if mibBuilder.loadTexts: docsLoadBalGrpId.setDescription('A unique index assigned to the load balancing group by the CMTS.') docs_load_bal_grp_is_restricted = mib_table_column((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 3, 1, 1, 2), truth_value().clone('false')).setMaxAccess('readcreate') if mibBuilder.loadTexts: docsLoadBalGrpIsRestricted.setStatus('current') if mibBuilder.loadTexts: docsLoadBalGrpIsRestricted.setDescription('A value true(1)Indicates type of load balancing group. A Restricted Load Balancing Group is associated to a specific provisioned set of cable modems. Restricted Load Balancing Group is used to accommodate a topology specific or provisioning specific restriction. Example such as a group that are reserved for business customers). Setting this object to true(1) means it is a Restricted Load Balancing type and setting it to false(2) means it is a General Load Balancing group type. This object should not be changed while its group ID is referenced by an active entry in docsLoadBalRestrictCmEntry.') docs_load_bal_grp_init_tech = mib_table_column((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 3, 1, 1, 3), channel_chg_init_tech_map()).setMaxAccess('readcreate') if mibBuilder.loadTexts: docsLoadBalGrpInitTech.setStatus('current') if mibBuilder.loadTexts: docsLoadBalGrpInitTech.setDescription("The initialization techniques that the CMTS can use when load balancing cable modems in the load balancing group. By default this object is initialized with all the defined bits having a value of '1'.") docs_load_bal_grp_default_policy = mib_table_column((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 3, 1, 1, 4), unsigned32().subtype(subtypeSpec=value_range_constraint(0, 4294967295))).setMaxAccess('readcreate') if mibBuilder.loadTexts: docsLoadBalGrpDefaultPolicy.setStatus('current') if mibBuilder.loadTexts: docsLoadBalGrpDefaultPolicy.setDescription('Each Load Balancing Group has a default Load Balancing Policy. A policy is described by a set of conditions (rules) that govern the load balancing process for a cable modem. The CMTS assigns this Policy ID value to a cable modem associated with the group ID when the cable modem does not signal a Policy ID during registration. The Policy ID value is intended to be a numeric reference to a row entry in docsLoadBalPolicyEntry. However, It is not required to have an existing or active entry in docsLoadBalPolicyEntry when setting the value of docsLoadBalGrpDefaultPolicy, in which case it indicates no policy is associated with the load Balancing Group. The Policy ID of value 0 is reserved to indicate no policy is associated with the load balancing group.') docs_load_bal_grp_enable = mib_table_column((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 3, 1, 1, 5), truth_value().clone('true')).setMaxAccess('readcreate') if mibBuilder.loadTexts: docsLoadBalGrpEnable.setStatus('current') if mibBuilder.loadTexts: docsLoadBalGrpEnable.setDescription('Setting this object to true(1) enables internal autonomous load balancing on this group. Setting it to false(2) disables the load balancing operation on this group.') docs_load_bal_grp_chg_over_success = mib_table_column((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 3, 1, 1, 6), counter32()).setMaxAccess('readonly') if mibBuilder.loadTexts: docsLoadBalGrpChgOverSuccess.setStatus('current') if mibBuilder.loadTexts: docsLoadBalGrpChgOverSuccess.setDescription('The number of successful load balancing change over operations initiated within this load balancing group.') docs_load_bal_grp_chg_over_fails = mib_table_column((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 3, 1, 1, 7), counter32()).setMaxAccess('readonly') if mibBuilder.loadTexts: docsLoadBalGrpChgOverFails.setStatus('current') if mibBuilder.loadTexts: docsLoadBalGrpChgOverFails.setDescription('The number of failed load balancing change over operations initiated within this load balancing group.') docs_load_bal_grp_status = mib_table_column((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 3, 1, 1, 8), row_status()).setMaxAccess('readcreate') if mibBuilder.loadTexts: docsLoadBalGrpStatus.setStatus('current') if mibBuilder.loadTexts: docsLoadBalGrpStatus.setDescription("Indicates the status of the row in this table. Setting this object to 'destroy' or 'notInService' for a group ID entry already referenced by docsLoadBalChannelEntry, docsLoadBalChnPairsEntry or docsLoadBalRestrictCmEntry returns an error code inconsistentValue.") docs_load_bal_channel_table = mib_table((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 3, 2)) if mibBuilder.loadTexts: docsLoadBalChannelTable.setStatus('current') if mibBuilder.loadTexts: docsLoadBalChannelTable.setDescription('Lists all upstream and downstream channels associated with load balancing groups.') docs_load_bal_channel_entry = mib_table_row((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 3, 2, 1)).setIndexNames((0, 'DOCS-LOADBALANCING-MIB', 'docsLoadBalGrpId'), (0, 'DOCS-LOADBALANCING-MIB', 'docsLoadBalChannelIfIndex')) if mibBuilder.loadTexts: docsLoadBalChannelEntry.setStatus('current') if mibBuilder.loadTexts: docsLoadBalChannelEntry.setDescription('Lists a specific upstream or downstream, within a load Balancing group. An entry in this table exists for each ifEntry with an ifType of docsCableDownstream(128) and docsCableUpstream(129) associated with the Load Balancing Group. Entries in this table persist after CMTS initialization.') docs_load_bal_channel_if_index = mib_table_column((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 3, 2, 1, 1), interface_index()) if mibBuilder.loadTexts: docsLoadBalChannelIfIndex.setStatus('current') if mibBuilder.loadTexts: docsLoadBalChannelIfIndex.setDescription('The ifIndex of either the downstream or upstream.') docs_load_bal_channel_status = mib_table_column((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 3, 2, 1, 2), row_status()).setMaxAccess('readcreate') if mibBuilder.loadTexts: docsLoadBalChannelStatus.setStatus('current') if mibBuilder.loadTexts: docsLoadBalChannelStatus.setDescription("Indicates the status of the rows in this table. Creating entries in this table requires an existing value for docsLoadBalGrpId in docsLoadBalGrpEntry and an existing value of docsLoadBalChannelIfIndex in ifEntry, otherwise is rejected with error 'noCreation'. Setting this object to 'destroy' or 'notInService for a a row entry that is being referenced by docsLoadBalChnPairsEntry is rejected with error code inconsistentValue.") docs_load_bal_chn_pairs_table = mib_table((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 3, 3)) if mibBuilder.loadTexts: docsLoadBalChnPairsTable.setStatus('current') if mibBuilder.loadTexts: docsLoadBalChnPairsTable.setDescription('This table contains pairs of upstream channels within a Load Balancing Group. Entries in this table are used to override the initialization techniques defined for the associated Load Balancing Group.') docs_load_bal_chn_pairs_entry = mib_table_row((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 3, 3, 1)).setIndexNames((0, 'DOCS-LOADBALANCING-MIB', 'docsLoadBalGrpId'), (0, 'DOCS-LOADBALANCING-MIB', 'docsLoadBalChnPairsIfIndexDepart'), (0, 'DOCS-LOADBALANCING-MIB', 'docsLoadBalChnPairsIfIndexArrive')) if mibBuilder.loadTexts: docsLoadBalChnPairsEntry.setStatus('current') if mibBuilder.loadTexts: docsLoadBalChnPairsEntry.setDescription('An entry in this table describes a channel pair for which an initialization technique override is needed. On a CMTS which supports logical upstream channels (ifType is equal to docsCableUpstreamChannel(205)), the entries in this table correspond to pairs of ifType 205. On a CMTS which only supports physical upstream channels (ifType is equal to docsCableUpstream(129)), the entries in this table correspond to pairs of ifType 129. Entries in this table persist after CMTS initialization.') docs_load_bal_chn_pairs_if_index_depart = mib_table_column((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 3, 3, 1, 1), interface_index()) if mibBuilder.loadTexts: docsLoadBalChnPairsIfIndexDepart.setStatus('current') if mibBuilder.loadTexts: docsLoadBalChnPairsIfIndexDepart.setDescription('This index indicates the ifIndex of the upstream channel from which a cable modem would depart in a load balancing channel change operation.') docs_load_bal_chn_pairs_if_index_arrive = mib_table_column((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 3, 3, 1, 2), interface_index()) if mibBuilder.loadTexts: docsLoadBalChnPairsIfIndexArrive.setStatus('current') if mibBuilder.loadTexts: docsLoadBalChnPairsIfIndexArrive.setDescription('This index indicates the ifIndex of the upstream channel on which a cable modem would arrive in a load balancing channel change operation.') docs_load_bal_chn_pairs_oper_status = mib_table_column((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 3, 3, 1, 3), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('operational', 1), ('notOperational', 2)))).setMaxAccess('readonly') if mibBuilder.loadTexts: docsLoadBalChnPairsOperStatus.setStatus('current') if mibBuilder.loadTexts: docsLoadBalChnPairsOperStatus.setDescription('Operational status of the channel pair. The value operational(1) indicates that ifOperStatus of both channels is up(1). The value notOperational(2) means that ifOperStatus of one or both is not up(1).') docs_load_bal_chn_pairs_init_tech = mib_table_column((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 3, 3, 1, 4), channel_chg_init_tech_map()).setMaxAccess('readcreate') if mibBuilder.loadTexts: docsLoadBalChnPairsInitTech.setStatus('current') if mibBuilder.loadTexts: docsLoadBalChnPairsInitTech.setDescription("Specifies initialization technique for load balancing for the Depart/Arrive pair. By default this object's value is the initialization technique configured for the Load Balancing Group indicated by docsLoadBalGrpId.") docs_load_bal_chn_pairs_row_status = mib_table_column((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 3, 3, 1, 5), row_status()).setMaxAccess('readcreate') if mibBuilder.loadTexts: docsLoadBalChnPairsRowStatus.setStatus('current') if mibBuilder.loadTexts: docsLoadBalChnPairsRowStatus.setDescription("The object for conceptual rows creation. An attempt to create a row with values for docsLoadBalChnPairsIfIndexDepart or docsLoadBalChnPairsIfIndexArrive which are not a part of the Load Balancing Group (or for a 2.0 CMTS are not logical channels (ifType 205)) are rejected with a 'noCreation' error status reported. There is no restriction on settings columns in this table when the value of docsLoadBalChnPairsRowStatus is active(1).") docs_load_bal_restrict_cm_table = mib_table((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 3, 4)) if mibBuilder.loadTexts: docsLoadBalRestrictCmTable.setStatus('current') if mibBuilder.loadTexts: docsLoadBalRestrictCmTable.setDescription('Lists all cable modems in each Restricted Load Balancing Groups.') docs_load_bal_restrict_cm_entry = mib_table_row((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 3, 4, 1)).setIndexNames((0, 'DOCS-LOADBALANCING-MIB', 'docsLoadBalGrpId'), (0, 'DOCS-LOADBALANCING-MIB', 'docsLoadBalRestrictCmIndex')) if mibBuilder.loadTexts: docsLoadBalRestrictCmEntry.setStatus('current') if mibBuilder.loadTexts: docsLoadBalRestrictCmEntry.setDescription('An entry of modem within a restricted load balancing group type. An entry represents a cable modem that is associated with the Restricted Load Balancing Group ID of a Restricted Load Balancing Group. Entries in this table persist after CMTS initialization.') docs_load_bal_restrict_cm_index = mib_table_column((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 3, 4, 1, 1), unsigned32().subtype(subtypeSpec=value_range_constraint(1, 4294967295))) if mibBuilder.loadTexts: docsLoadBalRestrictCmIndex.setStatus('current') if mibBuilder.loadTexts: docsLoadBalRestrictCmIndex.setDescription('The index that uniquely identifies an entry which represents restricted cable modem(s) within each Restricted Load Balancing Group.') docs_load_bal_restrict_cm_mac_addr = mib_table_column((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 3, 4, 1, 2), mac_address()).setMaxAccess('readcreate') if mibBuilder.loadTexts: docsLoadBalRestrictCmMACAddr.setStatus('current') if mibBuilder.loadTexts: docsLoadBalRestrictCmMACAddr.setDescription('Mac Address of the cable modem within the restricted load balancing group.') docs_load_bal_restrict_cm_mac_addr_mask = mib_table_column((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 3, 4, 1, 3), octet_string().subtype(subtypeSpec=constraints_union(value_size_constraint(0, 0), value_size_constraint(6, 6))).clone(hexValue='')).setMaxAccess('readcreate') if mibBuilder.loadTexts: docsLoadBalRestrictCmMacAddrMask.setStatus('current') if mibBuilder.loadTexts: docsLoadBalRestrictCmMacAddrMask.setDescription('A bit mask acting as a wild card to associate a set of modem MAC addresses to the same Group ID. Cable modem look up is performed first with entries containing this value not null, if several entries match, the largest consecutive bit match from MSB to LSB is used. Empty value is equivalent to the bit mask all in ones.') docs_load_bal_restrict_cm_status = mib_table_column((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 3, 4, 1, 4), row_status()).setMaxAccess('readcreate') if mibBuilder.loadTexts: docsLoadBalRestrictCmStatus.setStatus('current') if mibBuilder.loadTexts: docsLoadBalRestrictCmStatus.setDescription("Indicates the status of the rows in this table. The attempt to create an entry associated to a group ID with docsLoadBalGrpIsRestricted equal to false(2) returns an error 'noCreation'. There is no restriction on settings columns in this table any time.") docs_load_bal_policy_table = mib_table((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 4, 1)) if mibBuilder.loadTexts: docsLoadBalPolicyTable.setStatus('current') if mibBuilder.loadTexts: docsLoadBalPolicyTable.setDescription('This table describes the set of Load Balancing policies. Rows in this table might be referenced by rows in docsLoadBalGrpEntry.') docs_load_bal_policy_entry = mib_table_row((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 4, 1, 1)).setIndexNames((0, 'DOCS-LOADBALANCING-MIB', 'docsLoadBalPolicyId'), (0, 'DOCS-LOADBALANCING-MIB', 'docsLoadBalPolicyRuleId')) if mibBuilder.loadTexts: docsLoadBalPolicyEntry.setStatus('current') if mibBuilder.loadTexts: docsLoadBalPolicyEntry.setDescription('Entries containing rules for policies. When a load balancing policy is defined by multiple rules, all the rules apply. Load balancing rules can be created to allow for specific vendor-defined load balancing actions. However there is a basic rule that the CMTS is required to support by configuring a pointer in docsLoadBalPolicyRulePtr to the table docsLoadBalBasicRuleTable. Vendor specific rules may be added by pointing the object docsLoadBalPolicyRulePtr to proprietary mib structures. Entries in this table persist after CMTS initialization.') docs_load_bal_policy_id = mib_table_column((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 4, 1, 1, 1), unsigned32().subtype(subtypeSpec=value_range_constraint(1, 4294967295))) if mibBuilder.loadTexts: docsLoadBalPolicyId.setStatus('current') if mibBuilder.loadTexts: docsLoadBalPolicyId.setDescription('An index identifying the Load Balancing Policy.') docs_load_bal_policy_rule_id = mib_table_column((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 4, 1, 1, 2), unsigned32().subtype(subtypeSpec=value_range_constraint(1, 4294967295))) if mibBuilder.loadTexts: docsLoadBalPolicyRuleId.setStatus('current') if mibBuilder.loadTexts: docsLoadBalPolicyRuleId.setDescription('An index for the rules entries associated within a policy.') docs_load_bal_policy_rule_ptr = mib_table_column((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 4, 1, 1, 3), row_pointer().clone((0, 0))).setMaxAccess('readcreate') if mibBuilder.loadTexts: docsLoadBalPolicyRulePtr.setStatus('current') if mibBuilder.loadTexts: docsLoadBalPolicyRulePtr.setDescription('A pointer to an entry in a rule table. E.g., docsLoadBalBasicRuleEnable in docsLoadBalBasicRuleEntry. A value pointing to zeroDotZero, an inactive Row or a non-existing entry is treated as no rule defined for this policy entry.') docs_load_bal_policy_row_status = mib_table_column((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 4, 1, 1, 5), row_status()).setMaxAccess('readcreate') if mibBuilder.loadTexts: docsLoadBalPolicyRowStatus.setStatus('current') if mibBuilder.loadTexts: docsLoadBalPolicyRowStatus.setDescription("The status of this conceptual row. There is no restriction on settings columns in this table when the value of docsLoadBalPolicyRowStatus is active(1). Setting this object to 'destroy' or 'notInService' for a row entry that is being referenced by docsLoadBalGrpDefaultPolicy in docsLoadBalGrpEntry returns an error code inconsistentValue.") docs_load_bal_basic_rule_table = mib_table((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 4, 2)) if mibBuilder.loadTexts: docsLoadBalBasicRuleTable.setStatus('current') if mibBuilder.loadTexts: docsLoadBalBasicRuleTable.setDescription('DOCSIS defined basic ruleset for load Balancing Policy. This table enables of disable load balancing for the groups pointing to this ruleset in the policy group.') docs_load_bal_basic_rule_entry = mib_table_row((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 4, 2, 1)).setIndexNames((0, 'DOCS-LOADBALANCING-MIB', 'docsLoadBalBasicRuleId')) if mibBuilder.loadTexts: docsLoadBalBasicRuleEntry.setStatus('current') if mibBuilder.loadTexts: docsLoadBalBasicRuleEntry.setDescription('An entry of DOCSIS defined basic ruleset. The object docsLoadBalBasicRuleEnable is used for instantiating an entry in this table via a RowPointer. Entries in this table persist after CMTS initialization.') docs_load_bal_basic_rule_id = mib_table_column((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 4, 2, 1, 1), unsigned32().subtype(subtypeSpec=value_range_constraint(1, 4294967295))) if mibBuilder.loadTexts: docsLoadBalBasicRuleId.setStatus('current') if mibBuilder.loadTexts: docsLoadBalBasicRuleId.setDescription('The unique index for this row.') docs_load_bal_basic_rule_enable = mib_table_column((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 4, 2, 1, 2), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3))).clone(namedValues=named_values(('enabled', 1), ('disabled', 2), ('disabledPeriod', 3)))).setMaxAccess('readcreate') if mibBuilder.loadTexts: docsLoadBalBasicRuleEnable.setStatus('current') if mibBuilder.loadTexts: docsLoadBalBasicRuleEnable.setDescription('When using this ruleset, load balancing is enabled or disabled by the values enabled(1) and disabled(2) respectively. Additionally, a Load Balancing disabling period is defined in docsLoadBalBasicRuleDisStart and docsLoadBalBasicRuleDisPeriod if this object value is set to disabledPeriod(3).') docs_load_bal_basic_rule_dis_start = mib_table_column((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 4, 2, 1, 3), unsigned32().subtype(subtypeSpec=value_range_constraint(0, 86400))).setUnits('seconds').setMaxAccess('readcreate') if mibBuilder.loadTexts: docsLoadBalBasicRuleDisStart.setStatus('current') if mibBuilder.loadTexts: docsLoadBalBasicRuleDisStart.setDescription('if object docsLoadBalBasicRuleEnable is disablePeriod(3) Load Balancing is disabled starting at this object value time (seconds from 12 AM). Otherwise, this object has no meaning.') docs_load_bal_basic_rule_dis_period = mib_table_column((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 4, 2, 1, 4), unsigned32().subtype(subtypeSpec=value_range_constraint(0, 86400))).setUnits('seconds').setMaxAccess('readcreate') if mibBuilder.loadTexts: docsLoadBalBasicRuleDisPeriod.setStatus('current') if mibBuilder.loadTexts: docsLoadBalBasicRuleDisPeriod.setDescription('If object docsLoadBalBasicRuleEnable is disablePeriod(3) Load Balancing is disabled for the period of time defined between docsLoadBalBasicRuleDisStart and docsLoadBalBasicRuleDisStart plus the period of time of docsLoadBalBasicRuleDisPeriod. Otherwise, this object value has no meaning.') docs_load_bal_basic_rule_row_status = mib_table_column((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 4, 2, 1, 5), row_status()).setMaxAccess('readcreate') if mibBuilder.loadTexts: docsLoadBalBasicRuleRowStatus.setStatus('current') if mibBuilder.loadTexts: docsLoadBalBasicRuleRowStatus.setDescription("This object is to create or delete rows in this table. There is no restriction for changing this row status or object's values in this table at any time.") docs_load_bal_cmts_cm_status_table = mib_table((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 1, 4)) if mibBuilder.loadTexts: docsLoadBalCmtsCmStatusTable.setStatus('current') if mibBuilder.loadTexts: docsLoadBalCmtsCmStatusTable.setDescription('The list contains the load balancing attributes associated with the cable modem. ') docs_load_bal_cmts_cm_status_entry = mib_table_row((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 1, 4, 1)) docsIfCmtsCmStatusEntry.registerAugmentions(('DOCS-LOADBALANCING-MIB', 'docsLoadBalCmtsCmStatusEntry')) docsLoadBalCmtsCmStatusEntry.setIndexNames(*docsIfCmtsCmStatusEntry.getIndexNames()) if mibBuilder.loadTexts: docsLoadBalCmtsCmStatusEntry.setStatus('current') if mibBuilder.loadTexts: docsLoadBalCmtsCmStatusEntry.setDescription('Additional objects for docsIfCmtsCmStatusTable entry that relate to load balancing ') docs_load_bal_cmts_cm_status_group_id = mib_table_column((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 1, 4, 1, 1), unsigned32()).setMaxAccess('readwrite') if mibBuilder.loadTexts: docsLoadBalCmtsCmStatusGroupId.setStatus('current') if mibBuilder.loadTexts: docsLoadBalCmtsCmStatusGroupId.setDescription('The Group ID associated with this cable modem.') docs_load_bal_cmts_cm_status_policy_id = mib_table_column((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 1, 4, 1, 2), unsigned32()).setMaxAccess('readwrite') if mibBuilder.loadTexts: docsLoadBalCmtsCmStatusPolicyId.setStatus('current') if mibBuilder.loadTexts: docsLoadBalCmtsCmStatusPolicyId.setDescription('The Policy ID associated with this cable modem.') docs_load_bal_cmts_cm_status_priority = mib_table_column((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 1, 1, 4, 1, 3), unsigned32()).setMaxAccess('readwrite') if mibBuilder.loadTexts: docsLoadBalCmtsCmStatusPriority.setStatus('current') if mibBuilder.loadTexts: docsLoadBalCmtsCmStatusPriority.setDescription('The Priority associated with this cable modem.') docs_load_bal_conformance = mib_identifier((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 2)) docs_load_bal_compliances = mib_identifier((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 2, 1)) docs_load_bal_groups = mib_identifier((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 2, 2)) docs_load_bal_basic_compliance = module_compliance((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 2, 1, 1)).setObjects(('DOCS-LOADBALANCING-MIB', 'docsLoadBalSystemGroup'), ('DOCS-LOADBALANCING-MIB', 'docsLoadBalParametersGroup'), ('DOCS-LOADBALANCING-MIB', 'docsLoadBalPoliciesGroup'), ('DOCS-LOADBALANCING-MIB', 'docsLoadBalBasicRuleGroup'), ('DOCS-LOADBALANCING-MIB', 'docsLoadBalCmtsCmStatusGroup')) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): docs_load_bal_basic_compliance = docsLoadBalBasicCompliance.setStatus('current') if mibBuilder.loadTexts: docsLoadBalBasicCompliance.setDescription('The compliance statement for DOCSIS load balancing systems.') docs_load_bal_system_group = object_group((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 2, 2, 1)).setObjects(('DOCS-LOADBALANCING-MIB', 'docsLoadBalEnable'), ('DOCS-LOADBALANCING-MIB', 'docsLoadBalChgOverMacAddress'), ('DOCS-LOADBALANCING-MIB', 'docsLoadBalChgOverDownFrequency'), ('DOCS-LOADBALANCING-MIB', 'docsLoadBalChgOverUpChannelId'), ('DOCS-LOADBALANCING-MIB', 'docsLoadBalChgOverInitTech'), ('DOCS-LOADBALANCING-MIB', 'docsLoadBalChgOverCmd'), ('DOCS-LOADBALANCING-MIB', 'docsLoadBalChgOverCommit'), ('DOCS-LOADBALANCING-MIB', 'docsLoadBalChgOverLastCommit'), ('DOCS-LOADBALANCING-MIB', 'docsLoadBalChgOverStatusMacAddr'), ('DOCS-LOADBALANCING-MIB', 'docsLoadBalChgOverStatusDownFreq'), ('DOCS-LOADBALANCING-MIB', 'docsLoadBalChgOverStatusUpChnId'), ('DOCS-LOADBALANCING-MIB', 'docsLoadBalChgOverStatusInitTech'), ('DOCS-LOADBALANCING-MIB', 'docsLoadBalChgOverStatusCmd'), ('DOCS-LOADBALANCING-MIB', 'docsLoadBalChgOverStatusValue'), ('DOCS-LOADBALANCING-MIB', 'docsLoadBalChgOverStatusUpdate')) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): docs_load_bal_system_group = docsLoadBalSystemGroup.setStatus('current') if mibBuilder.loadTexts: docsLoadBalSystemGroup.setDescription('A collection of objects providing system-wide parameters for load balancing.') docs_load_bal_parameters_group = object_group((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 2, 2, 2)).setObjects(('DOCS-LOADBALANCING-MIB', 'docsLoadBalGrpIsRestricted'), ('DOCS-LOADBALANCING-MIB', 'docsLoadBalGrpInitTech'), ('DOCS-LOADBALANCING-MIB', 'docsLoadBalGrpDefaultPolicy'), ('DOCS-LOADBALANCING-MIB', 'docsLoadBalGrpEnable'), ('DOCS-LOADBALANCING-MIB', 'docsLoadBalGrpChgOverSuccess'), ('DOCS-LOADBALANCING-MIB', 'docsLoadBalGrpChgOverFails'), ('DOCS-LOADBALANCING-MIB', 'docsLoadBalGrpStatus'), ('DOCS-LOADBALANCING-MIB', 'docsLoadBalChannelStatus'), ('DOCS-LOADBALANCING-MIB', 'docsLoadBalChnPairsOperStatus'), ('DOCS-LOADBALANCING-MIB', 'docsLoadBalChnPairsInitTech'), ('DOCS-LOADBALANCING-MIB', 'docsLoadBalChnPairsRowStatus'), ('DOCS-LOADBALANCING-MIB', 'docsLoadBalRestrictCmMACAddr'), ('DOCS-LOADBALANCING-MIB', 'docsLoadBalRestrictCmMacAddrMask'), ('DOCS-LOADBALANCING-MIB', 'docsLoadBalRestrictCmStatus')) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): docs_load_bal_parameters_group = docsLoadBalParametersGroup.setStatus('current') if mibBuilder.loadTexts: docsLoadBalParametersGroup.setDescription('A collection of objects containing the load balancing parameters.') docs_load_bal_policies_group = object_group((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 2, 2, 3)).setObjects(('DOCS-LOADBALANCING-MIB', 'docsLoadBalPolicyRulePtr'), ('DOCS-LOADBALANCING-MIB', 'docsLoadBalPolicyRowStatus')) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): docs_load_bal_policies_group = docsLoadBalPoliciesGroup.setStatus('current') if mibBuilder.loadTexts: docsLoadBalPoliciesGroup.setDescription('A collection of objects providing policies.') docs_load_bal_basic_rule_group = object_group((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 2, 2, 4)).setObjects(('DOCS-LOADBALANCING-MIB', 'docsLoadBalBasicRuleEnable'), ('DOCS-LOADBALANCING-MIB', 'docsLoadBalBasicRuleDisStart'), ('DOCS-LOADBALANCING-MIB', 'docsLoadBalBasicRuleDisPeriod'), ('DOCS-LOADBALANCING-MIB', 'docsLoadBalBasicRuleRowStatus')) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): docs_load_bal_basic_rule_group = docsLoadBalBasicRuleGroup.setStatus('current') if mibBuilder.loadTexts: docsLoadBalBasicRuleGroup.setDescription('DOCSIS defined basic Ruleset for load balancing policies.') docs_load_bal_cmts_cm_status_group = object_group((1, 3, 6, 1, 4, 1, 4491, 2, 1, 2, 2, 2, 5)).setObjects(('DOCS-LOADBALANCING-MIB', 'docsLoadBalCmtsCmStatusGroupId'), ('DOCS-LOADBALANCING-MIB', 'docsLoadBalCmtsCmStatusPolicyId'), ('DOCS-LOADBALANCING-MIB', 'docsLoadBalCmtsCmStatusPriority')) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): docs_load_bal_cmts_cm_status_group = docsLoadBalCmtsCmStatusGroup.setStatus('current') if mibBuilder.loadTexts: docsLoadBalCmtsCmStatusGroup.setDescription('Cable mode status extension objects.') mibBuilder.exportSymbols('DOCS-LOADBALANCING-MIB', docsLoadBalChgOverStatusEntry=docsLoadBalChgOverStatusEntry, docsLoadBalCmtsCmStatusTable=docsLoadBalCmtsCmStatusTable, docsLoadBalCmtsCmStatusEntry=docsLoadBalCmtsCmStatusEntry, docsLoadBalBasicRuleDisStart=docsLoadBalBasicRuleDisStart, docsLoadBalBasicCompliance=docsLoadBalBasicCompliance, docsLoadBalChnPairsIfIndexDepart=docsLoadBalChnPairsIfIndexDepart, docsLoadBalChgOverStatusValue=docsLoadBalChgOverStatusValue, docsLoadBalMibObjects=docsLoadBalMibObjects, docsLoadBalEnable=docsLoadBalEnable, docsLoadBalGrpChgOverFails=docsLoadBalGrpChgOverFails, docsLoadBalCmtsCmStatusPriority=docsLoadBalCmtsCmStatusPriority, docsLoadBalBasicRuleDisPeriod=docsLoadBalBasicRuleDisPeriod, docsLoadBalChgOverStatusMacAddr=docsLoadBalChgOverStatusMacAddr, docsLoadBalGrpDefaultPolicy=docsLoadBalGrpDefaultPolicy, docsLoadBalGrpInitTech=docsLoadBalGrpInitTech, docsLoadBalRestrictCmStatus=docsLoadBalRestrictCmStatus, docsLoadBalChgOverGroup=docsLoadBalChgOverGroup, docsLoadBalChnPairsIfIndexArrive=docsLoadBalChnPairsIfIndexArrive, docsLoadBalChgOverLastCommit=docsLoadBalChgOverLastCommit, docsLoadBalPolicyEntry=docsLoadBalPolicyEntry, docsLoadBalChgOverStatusUpdate=docsLoadBalChgOverStatusUpdate, docsLoadBalChannelEntry=docsLoadBalChannelEntry, docsLoadBalChnPairsEntry=docsLoadBalChnPairsEntry, docsLoadBalGrpIsRestricted=docsLoadBalGrpIsRestricted, docsLoadBalSystem=docsLoadBalSystem, docsLoadBalChnPairsInitTech=docsLoadBalChnPairsInitTech, docsLoadBalBasicRuleGroup=docsLoadBalBasicRuleGroup, docsLoadBalChgOverStatusUpChnId=docsLoadBalChgOverStatusUpChnId, docsLoadBalParametersGroup=docsLoadBalParametersGroup, docsLoadBalBasicRuleEntry=docsLoadBalBasicRuleEntry, docsLoadBalRestrictCmMacAddrMask=docsLoadBalRestrictCmMacAddrMask, docsLoadBalPolicyRulePtr=docsLoadBalPolicyRulePtr, docsLoadBalGrpStatus=docsLoadBalGrpStatus, docsLoadBalSystemGroup=docsLoadBalSystemGroup, docsLoadBalGrpChgOverSuccess=docsLoadBalGrpChgOverSuccess, docsLoadBalPolicyObjects=docsLoadBalPolicyObjects, docsLoadBalGroups=docsLoadBalGroups, docsLoadBalanceMib=docsLoadBalanceMib, docsLoadBalChgOverInitTech=docsLoadBalChgOverInitTech, docsLoadBalChgOverStatusDownFreq=docsLoadBalChgOverStatusDownFreq, docsLoadBalGrpObjects=docsLoadBalGrpObjects, docsLoadBalChnPairsTable=docsLoadBalChnPairsTable, docsLoadBalCompliances=docsLoadBalCompliances, docsLoadBalCmtsCmStatusPolicyId=docsLoadBalCmtsCmStatusPolicyId, docsLoadBalGrpEnable=docsLoadBalGrpEnable, docsLoadBalBasicRuleRowStatus=docsLoadBalBasicRuleRowStatus, docsLoadBalChgOverStatusInitTech=docsLoadBalChgOverStatusInitTech, docsLoadBalGrpTable=docsLoadBalGrpTable, docsLoadBalChgOverCmd=docsLoadBalChgOverCmd, docsLoadBalGrpEntry=docsLoadBalGrpEntry, docsLoadBalRestrictCmIndex=docsLoadBalRestrictCmIndex, docsLoadBalChannelTable=docsLoadBalChannelTable, docsLoadBalChgOverObjects=docsLoadBalChgOverObjects, docsLoadBalPolicyTable=docsLoadBalPolicyTable, docsLoadBalBasicRuleTable=docsLoadBalBasicRuleTable, docsLoadBalGrpId=docsLoadBalGrpId, docsLoadBalChgOverDownFrequency=docsLoadBalChgOverDownFrequency, docsLoadBalChgOverUpChannelId=docsLoadBalChgOverUpChannelId, docsLoadBalChgOverCommit=docsLoadBalChgOverCommit, docsLoadBalPolicyRowStatus=docsLoadBalPolicyRowStatus, docsLoadBalRestrictCmMACAddr=docsLoadBalRestrictCmMACAddr, docsLoadBalPolicyId=docsLoadBalPolicyId, docsLoadBalRestrictCmTable=docsLoadBalRestrictCmTable, PYSNMP_MODULE_ID=docsLoadBalanceMib, docsLoadBalNotifications=docsLoadBalNotifications, docsLoadBalBasicRuleEnable=docsLoadBalBasicRuleEnable, docsLoadBalPolicyRuleId=docsLoadBalPolicyRuleId, docsLoadBalChnPairsOperStatus=docsLoadBalChnPairsOperStatus, docsLoadBalChgOverMacAddress=docsLoadBalChgOverMacAddress, docsLoadBalRestrictCmEntry=docsLoadBalRestrictCmEntry, docsLoadBalBasicRuleId=docsLoadBalBasicRuleId, docsLoadBalChannelIfIndex=docsLoadBalChannelIfIndex, docsLoadBalCmtsCmStatusGroup=docsLoadBalCmtsCmStatusGroup, docsLoadBalConformance=docsLoadBalConformance, docsLoadBalCmtsCmStatusGroupId=docsLoadBalCmtsCmStatusGroupId, docsLoadBalChannelStatus=docsLoadBalChannelStatus, docsLoadBalChnPairsRowStatus=docsLoadBalChnPairsRowStatus, docsLoadBalChgOverStatusTable=docsLoadBalChgOverStatusTable, ChannelChgInitTechMap=ChannelChgInitTechMap, docsLoadBalChgOverStatusCmd=docsLoadBalChgOverStatusCmd, docsLoadBalPoliciesGroup=docsLoadBalPoliciesGroup)
class Solution: def minCut(self, s: str) -> int: dp=self.isPal(s) return self.bfs(s,dp) def isPal(self,s): dp=[[False for i in s] for i in s] for i in range(len(s)): dp[i][i]=True if i+1<len(s): dp[i][i+1]=True if s[i]==s[i+1] else False for i in range(len(s)): for j in range(1,min(i+1,len(s)-i)): # if j==1: # dp[i][i+j]=True if s[i]==s[i+j] else False # dp[i-j][i] = True if s[i] == s[i - j] else False # else: if i-j>-1 and i+j<len(s): dp[i-j][i+j]= True if s[i-j]==s[i+j] and dp[i-j+1][i+j-1] else False if i-j>-1 and i+j+1<len(s): dp[i-j][i+j+1]=True if s[i-j]==s[i+1+j] and dp[i-j+1][i+j] else False return dp def bfs(self,s,dp): q=list() depth=1 for i in range(len(dp[0])): if dp[0][i]: if i==len(s)-1: return 0 q.append(i+1) while q: size=len(q) for i in range(size): c=q[0] q.pop(0) for index in range(len(dp[c])): if dp[c][index]: if index==len(s)-1: return depth q.append(index+1) depth+=1 return depth if __name__ == '__main__': sol=Solution() # s='aammbbc' # s='bb' s="fifgbeajcacehiicccfecbfhhgfiiecdcjjffbghdidbhbdbfbfjccgbbdcjheccfbhafehieabbdfeigbiaggchaeghaijfbjhi" print(sol.minCut(s))
class Solution: def min_cut(self, s: str) -> int: dp = self.isPal(s) return self.bfs(s, dp) def is_pal(self, s): dp = [[False for i in s] for i in s] for i in range(len(s)): dp[i][i] = True if i + 1 < len(s): dp[i][i + 1] = True if s[i] == s[i + 1] else False for i in range(len(s)): for j in range(1, min(i + 1, len(s) - i)): if i - j > -1 and i + j < len(s): dp[i - j][i + j] = True if s[i - j] == s[i + j] and dp[i - j + 1][i + j - 1] else False if i - j > -1 and i + j + 1 < len(s): dp[i - j][i + j + 1] = True if s[i - j] == s[i + 1 + j] and dp[i - j + 1][i + j] else False return dp def bfs(self, s, dp): q = list() depth = 1 for i in range(len(dp[0])): if dp[0][i]: if i == len(s) - 1: return 0 q.append(i + 1) while q: size = len(q) for i in range(size): c = q[0] q.pop(0) for index in range(len(dp[c])): if dp[c][index]: if index == len(s) - 1: return depth q.append(index + 1) depth += 1 return depth if __name__ == '__main__': sol = solution() s = 'fifgbeajcacehiicccfecbfhhgfiiecdcjjffbghdidbhbdbfbfjccgbbdcjheccfbhafehieabbdfeigbiaggchaeghaijfbjhi' print(sol.minCut(s))
def main(j, args, params, tags, tasklet): params.merge(args) doc = params.doc tags = params.tags out = "" cmdstr = params.macrostr.split(":", 1)[1].replace("}}", "").strip() md5 = j.base.byteprocessor.hashMd5(cmdstr) j.system.fs.createDir(j.system.fs.joinPaths(j.core.portal.active.filesroot, "dot")) path = j.system.fs.joinPaths(j.core.portal.active.filesroot, "dot", md5) if not j.system.fs.exists(path + ".png"): j.system.fs.writeFile(path + ".dot", cmdstr) cmd = "dot -Tpng %s.dot -o %s.png" % (path, path) # for i in range(5): rescode, result = j.system.process.execute(cmd) # if result.find("warning")==011: if result.find("warning") != -1: out = result out += '\n' out += "##DOT FILE WAS##:\n" out += cmdstr out += "##END OF DOT FILE##\n" out = "{{code:\n%s\n}}" % out params.result = out return params out = "!/files/dot/%s.png!" % md5 params.result = (out, doc) return params def match(j, args, params, tags, tasklet): return True
def main(j, args, params, tags, tasklet): params.merge(args) doc = params.doc tags = params.tags out = '' cmdstr = params.macrostr.split(':', 1)[1].replace('}}', '').strip() md5 = j.base.byteprocessor.hashMd5(cmdstr) j.system.fs.createDir(j.system.fs.joinPaths(j.core.portal.active.filesroot, 'dot')) path = j.system.fs.joinPaths(j.core.portal.active.filesroot, 'dot', md5) if not j.system.fs.exists(path + '.png'): j.system.fs.writeFile(path + '.dot', cmdstr) cmd = 'dot -Tpng %s.dot -o %s.png' % (path, path) (rescode, result) = j.system.process.execute(cmd) if result.find('warning') != -1: out = result out += '\n' out += '##DOT FILE WAS##:\n' out += cmdstr out += '##END OF DOT FILE##\n' out = '{{code:\n%s\n}}' % out params.result = out return params out = '!/files/dot/%s.png!' % md5 params.result = (out, doc) return params def match(j, args, params, tags, tasklet): return True
class Solution: def strStr(self, haystack: str, needle: str) -> int: if needle == "": return 0 for i in range(0, len(haystack) - len(needle) + 1): print(haystack[i : i + len(needle)], needle) if haystack[i : i + len(needle)] == needle: return i return -1
class Solution: def str_str(self, haystack: str, needle: str) -> int: if needle == '': return 0 for i in range(0, len(haystack) - len(needle) + 1): print(haystack[i:i + len(needle)], needle) if haystack[i:i + len(needle)] == needle: return i return -1
n = int(input()) m = int(input()) r = m for i in range(n): a, b = map(int, input().split()) m += a m -= b if m < 0: print(0) exit() r = max(r, m) print(r)
n = int(input()) m = int(input()) r = m for i in range(n): (a, b) = map(int, input().split()) m += a m -= b if m < 0: print(0) exit() r = max(r, m) print(r)
name = " alberT" one = name.rsplit() print("one:", one) two = name.index('al', 0) print("two:", two) three = name.index('T', -1) print("three:", three) four = name.replace('l', 'p') print("four:", four) five = name.split('l') print("five:", five) six = name.upper() print("six:", six) seven = name.lower() print("seven:", seven) eight = name[1] print("eight:", eight ) nine = name[:3] print("nine:", nine) ten = name[-2:] print("ten:", ten) eleven = name.index("e") print("eleven:", eleven) twelve = name[:-1] print("twelve:", twelve)
name = ' alberT' one = name.rsplit() print('one:', one) two = name.index('al', 0) print('two:', two) three = name.index('T', -1) print('three:', three) four = name.replace('l', 'p') print('four:', four) five = name.split('l') print('five:', five) six = name.upper() print('six:', six) seven = name.lower() print('seven:', seven) eight = name[1] print('eight:', eight) nine = name[:3] print('nine:', nine) ten = name[-2:] print('ten:', ten) eleven = name.index('e') print('eleven:', eleven) twelve = name[:-1] print('twelve:', twelve)
n = int(input()) s = [[0] * 10 for _ in range(n + 1)] s[1] = [0] + [1] * 9 mod = 1000 ** 3 for i in range(2, n + 1): for j in range(0, 9 + 1): if j >= 1: s[i][j] += s[i - 1][j - 1] if j <= 8: s[i][j] += s[i - 1][j + 1] print(sum(s[n]) % mod)
n = int(input()) s = [[0] * 10 for _ in range(n + 1)] s[1] = [0] + [1] * 9 mod = 1000 ** 3 for i in range(2, n + 1): for j in range(0, 9 + 1): if j >= 1: s[i][j] += s[i - 1][j - 1] if j <= 8: s[i][j] += s[i - 1][j + 1] print(sum(s[n]) % mod)
__title__ = "FisherExactTest" __version__ = "1.0.1" __author__ = "Ae-Mc" __author_email__ = "[email protected]" __description__ = "Two tailed Fisher's exact test wrote in pure Python" __url__ = "https://github.com/Ae-Mc/Fisher" __classifiers__ = [ "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Topic :: Utilities" ]
__title__ = 'FisherExactTest' __version__ = '1.0.1' __author__ = 'Ae-Mc' __author_email__ = '[email protected]' __description__ = "Two tailed Fisher's exact test wrote in pure Python" __url__ = 'https://github.com/Ae-Mc/Fisher' __classifiers__ = ['Programming Language :: Python :: 3 :: Only', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'License :: OSI Approved :: MIT License', 'Operating System :: OS Independent', 'Topic :: Utilities']
# -*- coding: utf-8 -*- class Solution: def sortSentence(self, s: str) -> str: tokens = s.split() result = [None] * len(tokens) for token in tokens: word, index = token[:-1], int(token[-1]) result[index - 1] = word return ' '.join(result) if __name__ == '__main__': solution = Solution() assert 'This is a sentence' == solution.sortSentence('is2 sentence4 This1 a3') assert 'Me Myself and I' == solution.sortSentence('Myself2 Me1 I4 and3')
class Solution: def sort_sentence(self, s: str) -> str: tokens = s.split() result = [None] * len(tokens) for token in tokens: (word, index) = (token[:-1], int(token[-1])) result[index - 1] = word return ' '.join(result) if __name__ == '__main__': solution = solution() assert 'This is a sentence' == solution.sortSentence('is2 sentence4 This1 a3') assert 'Me Myself and I' == solution.sortSentence('Myself2 Me1 I4 and3')
def _compile(words): if not len(words): return None, '' num = None if words[0].isdigit(): num = int(words[0]) words = words[1:] return num, ' '.join(words) def _split_out_colons(terms): newterms = [] for term in terms: if ':' in term: subterms = term.split(':') for sub in subterms: newterms.append(sub) newterms.append(':') newterms = newterms[:-1] else: newterms.append(term) return [term for term in newterms if len(term)] # parse user command text def user_command(text): terms = text.strip().split() terms = _split_out_colons(terms) cmd = {} if len(terms) == 0: return cmd cmd['verb'] = terms[0] mode = 'directobject' flags = ['with', 'by', 'from', 'for', 'to', ':'] words = [] for term in terms[1:]: if mode == ':': words.append(term) elif term in flags: num, cmd[mode] = _compile(words) if not len(cmd[mode]): cmd.pop(mode) if num: cmd[mode+'_num'] = num words = [] mode = term else: words.append(term) if len(words): num, cmd[mode] = _compile(words) if num: cmd[mode+'_num'] = num return cmd
def _compile(words): if not len(words): return (None, '') num = None if words[0].isdigit(): num = int(words[0]) words = words[1:] return (num, ' '.join(words)) def _split_out_colons(terms): newterms = [] for term in terms: if ':' in term: subterms = term.split(':') for sub in subterms: newterms.append(sub) newterms.append(':') newterms = newterms[:-1] else: newterms.append(term) return [term for term in newterms if len(term)] def user_command(text): terms = text.strip().split() terms = _split_out_colons(terms) cmd = {} if len(terms) == 0: return cmd cmd['verb'] = terms[0] mode = 'directobject' flags = ['with', 'by', 'from', 'for', 'to', ':'] words = [] for term in terms[1:]: if mode == ':': words.append(term) elif term in flags: (num, cmd[mode]) = _compile(words) if not len(cmd[mode]): cmd.pop(mode) if num: cmd[mode + '_num'] = num words = [] mode = term else: words.append(term) if len(words): (num, cmd[mode]) = _compile(words) if num: cmd[mode + '_num'] = num return cmd
class BankAccount: def __init__(self, checking = None, savings = None): self._checking = checking self._savings = savings def get_checking(self): return self._checking def set_checking(self, new_checking): self._checking = new_checking def get_savings(self): return self._savings def set_savings(self, new_savings): self._savings = new_savings my_account = BankAccount() my_account.set_checking(523.48) print(my_account.get_checking()) my_account.set_savings(386.15) print(my_account.get_savings())
class Bankaccount: def __init__(self, checking=None, savings=None): self._checking = checking self._savings = savings def get_checking(self): return self._checking def set_checking(self, new_checking): self._checking = new_checking def get_savings(self): return self._savings def set_savings(self, new_savings): self._savings = new_savings my_account = bank_account() my_account.set_checking(523.48) print(my_account.get_checking()) my_account.set_savings(386.15) print(my_account.get_savings())
# abba # foo bar bar foo text1 = list(input()) text2 = input().split() # text1 = set(text1) print(text1) print(text2) for i in range(len(text1)): if text1[i] == "a": text1[i] = 1 else: text1[i] = 0 for i in range(len(text2)): if text2[i] == "foo": text2[i] = 1 else: text2[i] = 0 print(text1) print(text2) if (text1 == text2): print(True) else: print(False)
text1 = list(input()) text2 = input().split() print(text1) print(text2) for i in range(len(text1)): if text1[i] == 'a': text1[i] = 1 else: text1[i] = 0 for i in range(len(text2)): if text2[i] == 'foo': text2[i] = 1 else: text2[i] = 0 print(text1) print(text2) if text1 == text2: print(True) else: print(False)
#!/usr/bin/env python3 ''' The MIT License (MIT) Copyright (c) 2014 Mark Haines Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ''' def asdata(obj, asdata): if isinstance(obj, Data): return obj.asdata(asdata) elif isinstance(obj, str): return obj elif hasattr(obj, '_asdict'): return asdata(obj._asdict(), asdata) elif isinstance(obj, dict): return dict((k, asdata(v, asdata)) for (k, v) in obj.items()) else: try: return list(asdata(child, asdata) for child in obj) except: return obj class Data: def asdata(self, asdata = asdata): return dict((k, asdata(v, asdata)) for (k, v) in self.__dict__.items()) def __repr__(self): return self.asdata().__repr__()
""" The MIT License (MIT) Copyright (c) 2014 Mark Haines Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. """ def asdata(obj, asdata): if isinstance(obj, Data): return obj.asdata(asdata) elif isinstance(obj, str): return obj elif hasattr(obj, '_asdict'): return asdata(obj._asdict(), asdata) elif isinstance(obj, dict): return dict(((k, asdata(v, asdata)) for (k, v) in obj.items())) else: try: return list((asdata(child, asdata) for child in obj)) except: return obj class Data: def asdata(self, asdata=asdata): return dict(((k, asdata(v, asdata)) for (k, v) in self.__dict__.items())) def __repr__(self): return self.asdata().__repr__()
class Solution: def isIdealPermutation(self, A: List[int]) -> bool: n = len(A) g = local = 0 for i in range(1, n): if A[i] < A[i-1]: local += 1 if A[i] < i: diff = i - A[i] g += diff * (diff+1) // 2 return g == local
class Solution: def is_ideal_permutation(self, A: List[int]) -> bool: n = len(A) g = local = 0 for i in range(1, n): if A[i] < A[i - 1]: local += 1 if A[i] < i: diff = i - A[i] g += diff * (diff + 1) // 2 return g == local
xval = 0 xvalue1 = 1 xvalue2 = 2 print(xvalue1 + xvalue2)
xval = 0 xvalue1 = 1 xvalue2 = 2 print(xvalue1 + xvalue2)
class Order(): def __init__(self, exchCode, sym_, _sym, orderType, price, side, qty, stopPrice=''): self.odid = None self.status = None self.tempOdid = None self.sym_ = sym_ self._sym = _sym self.symbol = sym_ + _sym self.exchCode = exchCode.upper() self.orderType = orderType self.price = price self.fair = -1.0 self.side = side.upper() self.sign = '+' if self.side == 'BUY' else '-' # for logging only # self.order_type_id = None # Only for Coinigy # self.price_type_id = None # Only for Coinigy self.qty = qty self.stop_price = stopPrice self.orderExposure = -1.0 # timestamp self.createTs = -1.0 self.activeTs = -1.0 self.cxlTs = -1.0 self.cxledTs = -1.0 self.filledTs = -1.0 # for pricing self.eq = -1.0 # for order handling self.nbFillQ = 0 self.nbMissingAck = 0 self.nbExtRej = 0 self.nbNone = 0 self.nbFalseActive = 0
class Order: def __init__(self, exchCode, sym_, _sym, orderType, price, side, qty, stopPrice=''): self.odid = None self.status = None self.tempOdid = None self.sym_ = sym_ self._sym = _sym self.symbol = sym_ + _sym self.exchCode = exchCode.upper() self.orderType = orderType self.price = price self.fair = -1.0 self.side = side.upper() self.sign = '+' if self.side == 'BUY' else '-' self.qty = qty self.stop_price = stopPrice self.orderExposure = -1.0 self.createTs = -1.0 self.activeTs = -1.0 self.cxlTs = -1.0 self.cxledTs = -1.0 self.filledTs = -1.0 self.eq = -1.0 self.nbFillQ = 0 self.nbMissingAck = 0 self.nbExtRej = 0 self.nbNone = 0 self.nbFalseActive = 0
def add_native_methods(clazz): def initProto____(): raise NotImplementedError() def socketCreate__boolean__(a0, a1): raise NotImplementedError() def socketConnect__java_net_InetAddress__int__int__(a0, a1, a2, a3): raise NotImplementedError() def socketBind__java_net_InetAddress__int__boolean__(a0, a1, a2, a3): raise NotImplementedError() def socketListen__int__(a0, a1): raise NotImplementedError() def socketAccept__java_net_SocketImpl__(a0, a1): raise NotImplementedError() def socketAvailable____(a0): raise NotImplementedError() def socketClose0__boolean__(a0, a1): raise NotImplementedError() def socketShutdown__int__(a0, a1): raise NotImplementedError() def socketNativeSetOption__int__boolean__java_lang_Object__(a0, a1, a2, a3): raise NotImplementedError() def socketGetOption__int__java_lang_Object__(a0, a1, a2): raise NotImplementedError() def socketSendUrgentData__int__(a0, a1): raise NotImplementedError() clazz.initProto____ = staticmethod(initProto____) clazz.socketCreate__boolean__ = socketCreate__boolean__ clazz.socketConnect__java_net_InetAddress__int__int__ = socketConnect__java_net_InetAddress__int__int__ clazz.socketBind__java_net_InetAddress__int__boolean__ = socketBind__java_net_InetAddress__int__boolean__ clazz.socketListen__int__ = socketListen__int__ clazz.socketAccept__java_net_SocketImpl__ = socketAccept__java_net_SocketImpl__ clazz.socketAvailable____ = socketAvailable____ clazz.socketClose0__boolean__ = socketClose0__boolean__ clazz.socketShutdown__int__ = socketShutdown__int__ clazz.socketNativeSetOption__int__boolean__java_lang_Object__ = socketNativeSetOption__int__boolean__java_lang_Object__ clazz.socketGetOption__int__java_lang_Object__ = socketGetOption__int__java_lang_Object__ clazz.socketSendUrgentData__int__ = socketSendUrgentData__int__
def add_native_methods(clazz): def init_proto____(): raise not_implemented_error() def socket_create__boolean__(a0, a1): raise not_implemented_error() def socket_connect__java_net__inet_address__int__int__(a0, a1, a2, a3): raise not_implemented_error() def socket_bind__java_net__inet_address__int__boolean__(a0, a1, a2, a3): raise not_implemented_error() def socket_listen__int__(a0, a1): raise not_implemented_error() def socket_accept__java_net__socket_impl__(a0, a1): raise not_implemented_error() def socket_available____(a0): raise not_implemented_error() def socket_close0__boolean__(a0, a1): raise not_implemented_error() def socket_shutdown__int__(a0, a1): raise not_implemented_error() def socket_native_set_option__int__boolean__java_lang__object__(a0, a1, a2, a3): raise not_implemented_error() def socket_get_option__int__java_lang__object__(a0, a1, a2): raise not_implemented_error() def socket_send_urgent_data__int__(a0, a1): raise not_implemented_error() clazz.initProto____ = staticmethod(initProto____) clazz.socketCreate__boolean__ = socketCreate__boolean__ clazz.socketConnect__java_net_InetAddress__int__int__ = socketConnect__java_net_InetAddress__int__int__ clazz.socketBind__java_net_InetAddress__int__boolean__ = socketBind__java_net_InetAddress__int__boolean__ clazz.socketListen__int__ = socketListen__int__ clazz.socketAccept__java_net_SocketImpl__ = socketAccept__java_net_SocketImpl__ clazz.socketAvailable____ = socketAvailable____ clazz.socketClose0__boolean__ = socketClose0__boolean__ clazz.socketShutdown__int__ = socketShutdown__int__ clazz.socketNativeSetOption__int__boolean__java_lang_Object__ = socketNativeSetOption__int__boolean__java_lang_Object__ clazz.socketGetOption__int__java_lang_Object__ = socketGetOption__int__java_lang_Object__ clazz.socketSendUrgentData__int__ = socketSendUrgentData__int__
# generated from genmsg/cmake/pkg-genmsg.context.in messages_str = "/home/viki/catkin_ws/src/beginner_tutorials/msg/Num.msg" services_str = "/home/viki/catkin_ws/src/beginner_tutorials/srv/ResetCount.srv;/home/viki/catkin_ws/src/beginner_tutorials/srv/AddTwoInts.srv" pkg_name = "beginner_tutorials" dependencies_str = "std_msgs" langs = "gencpp;genlisp;genpy" dep_include_paths_str = "beginner_tutorials;/home/viki/catkin_ws/src/beginner_tutorials/msg;std_msgs;/opt/ros/indigo/share/std_msgs/cmake/../msg" PYTHON_EXECUTABLE = "/usr/bin/python" package_has_static_sources = '' == 'TRUE' genmsg_check_deps_script = "/opt/ros/indigo/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py"
messages_str = '/home/viki/catkin_ws/src/beginner_tutorials/msg/Num.msg' services_str = '/home/viki/catkin_ws/src/beginner_tutorials/srv/ResetCount.srv;/home/viki/catkin_ws/src/beginner_tutorials/srv/AddTwoInts.srv' pkg_name = 'beginner_tutorials' dependencies_str = 'std_msgs' langs = 'gencpp;genlisp;genpy' dep_include_paths_str = 'beginner_tutorials;/home/viki/catkin_ws/src/beginner_tutorials/msg;std_msgs;/opt/ros/indigo/share/std_msgs/cmake/../msg' python_executable = '/usr/bin/python' package_has_static_sources = '' == 'TRUE' genmsg_check_deps_script = '/opt/ros/indigo/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py'
x=int(input("no 1 ")) y=int(input("no 2 ")) def pow(x,y): if y!=0: return(x*pow(x,y-1)) else: return 1 print(pow(x,y))
x = int(input('no 1 ')) y = int(input('no 2 ')) def pow(x, y): if y != 0: return x * pow(x, y - 1) else: return 1 print(pow(x, y))
#!/usr/bin/python hamming_threshold = [50, 60] pattern_scale = [4.0, 6.0, 8.0, 10.0] fp_runscript = open("/mnt/ssd/kivan/cv-stereo/scripts/eval_batch/run_batch_validation.sh", 'w') fp_runscript.write("#!/bin/bash\n\n") cnt = 0 for i in range(len(hamming_threshold)): for j in range(len(pattern_scale)): cnt += 1 filepath = "/home/kivan/Projects/cv-stereo/config_files/experiments/kitti/validation_freak/freak_tracker_validation_stage2_" + str(cnt) + ".txt" print(filepath) fp = open(filepath, 'w') fp.write("odometry_method = VisualOdometryRansac\n") fp.write("use_deformation_field = false\n") fp.write("ransac_iters = 1000\n\n") fp.write("tracker = StereoTracker\n") fp.write("max_disparity = 160\n") fp.write("stereo_wsz = 15\n") fp.write("ncc_threshold_s = 0.7\n\n") fp.write("tracker_mono = TrackerBFMcv\n") fp.write("max_features = 5000\n") fp.write("search_wsz = 230\n\n") fp.write("hamming_threshold = " + str(hamming_threshold[i]) + "\n\n") fp.write("detector = FeatureDetectorHarrisFREAK\n") fp.write("harris_block_sz = 3\n") fp.write("harris_filter_sz = 1\n") fp.write("harris_k = 0.04\n") fp.write("harris_thr = 1e-06\n") fp.write("harris_margin = 15\n\n") fp.write("freak_norm_scale = false\n") fp.write("freak_norm_orient = false\n") fp.write("freak_pattern_scale = " + str(pattern_scale[j]) + "\n") fp.write("freak_num_octaves = 0\n") fp.write("use_bundle_adjustment = false") fp.close() fp_runscript.write('./run_kitti_evaluation_dinodas.sh "' + filepath + '"\n') fp_runscript.close()
hamming_threshold = [50, 60] pattern_scale = [4.0, 6.0, 8.0, 10.0] fp_runscript = open('/mnt/ssd/kivan/cv-stereo/scripts/eval_batch/run_batch_validation.sh', 'w') fp_runscript.write('#!/bin/bash\n\n') cnt = 0 for i in range(len(hamming_threshold)): for j in range(len(pattern_scale)): cnt += 1 filepath = '/home/kivan/Projects/cv-stereo/config_files/experiments/kitti/validation_freak/freak_tracker_validation_stage2_' + str(cnt) + '.txt' print(filepath) fp = open(filepath, 'w') fp.write('odometry_method = VisualOdometryRansac\n') fp.write('use_deformation_field = false\n') fp.write('ransac_iters = 1000\n\n') fp.write('tracker = StereoTracker\n') fp.write('max_disparity = 160\n') fp.write('stereo_wsz = 15\n') fp.write('ncc_threshold_s = 0.7\n\n') fp.write('tracker_mono = TrackerBFMcv\n') fp.write('max_features = 5000\n') fp.write('search_wsz = 230\n\n') fp.write('hamming_threshold = ' + str(hamming_threshold[i]) + '\n\n') fp.write('detector = FeatureDetectorHarrisFREAK\n') fp.write('harris_block_sz = 3\n') fp.write('harris_filter_sz = 1\n') fp.write('harris_k = 0.04\n') fp.write('harris_thr = 1e-06\n') fp.write('harris_margin = 15\n\n') fp.write('freak_norm_scale = false\n') fp.write('freak_norm_orient = false\n') fp.write('freak_pattern_scale = ' + str(pattern_scale[j]) + '\n') fp.write('freak_num_octaves = 0\n') fp.write('use_bundle_adjustment = false') fp.close() fp_runscript.write('./run_kitti_evaluation_dinodas.sh "' + filepath + '"\n') fp_runscript.close()
#!/usr/bin/env python colors = ['white', 'black'] sizes = ['S', 'M', 'L'] tshirts = [(color, size) for size in sizes for color in colors ] print(tshirts) tshirts = [(color, size) for color in colors for size in sizes ] print(tshirts)
colors = ['white', 'black'] sizes = ['S', 'M', 'L'] tshirts = [(color, size) for size in sizes for color in colors] print(tshirts) tshirts = [(color, size) for color in colors for size in sizes] print(tshirts)
if __name__ == '__main__': n = int(input()) arr = map(int, input().split()) max = -9999999 max2 = -9999999 for i in arr: if(i>max): max2=max max=i elif i>max2 and max>i: max2=i print(max2)
if __name__ == '__main__': n = int(input()) arr = map(int, input().split()) max = -9999999 max2 = -9999999 for i in arr: if i > max: max2 = max max = i elif i > max2 and max > i: max2 = i print(max2)
class Stack: def __init__(self): self.stack = [] def add(self, dataval): # Use list append method to add element if dataval not in self.stack: self.stack.append(dataval) return True else: return False # Use peek to look at the top of the stack def peek(self): return self.stack[-1]
class Stack: def __init__(self): self.stack = [] def add(self, dataval): if dataval not in self.stack: self.stack.append(dataval) return True else: return False def peek(self): return self.stack[-1]
class KataResult: def __init__(self, revenue, ipa, cost_of_kata, net_income, cost_of_goods, kata_penalty): self.revenue = revenue self.ipa = ipa self.cost_of_kata = cost_of_kata self.net_income = net_income self.cost_of_goods = cost_of_goods self.kata_penalty = kata_penalty
class Kataresult: def __init__(self, revenue, ipa, cost_of_kata, net_income, cost_of_goods, kata_penalty): self.revenue = revenue self.ipa = ipa self.cost_of_kata = cost_of_kata self.net_income = net_income self.cost_of_goods = cost_of_goods self.kata_penalty = kata_penalty
su = 0 a = [3,5,6,2,7,1] print(sum(a)) x, y = input("Enter a two value: ").split() x = int(x) y = int(y) su = a[y] + sum(a[:y]) print(su)
su = 0 a = [3, 5, 6, 2, 7, 1] print(sum(a)) (x, y) = input('Enter a two value: ').split() x = int(x) y = int(y) su = a[y] + sum(a[:y]) print(su)
def test_topic_regexp_matching(dequeuer): msg = {'company_name': 'test_company'} actions_1 = tuple(dequeuer.get_actions_for_topic('object__created', msg)) actions_2 = tuple(dequeuer.get_actions_for_topic('object__deleted', msg)) actions_3 = tuple(dequeuer.get_actions_for_topic('otherthing__created', msg)) assert actions_1 == actions_2 assert actions_1 != actions_3 def test_topic_regexp_matching_with_groups(dequeuer): msg = {'company_name': 'test_company'} actions_1 = tuple(dequeuer.get_actions_for_topic('step__alfa__started', msg)) payload = actions_1[0][1]['run'].args[2][0] assert 'name' in payload assert payload['name'] == 'alfa' assert 'status' in payload assert payload['status'] == 'started', payload actions_2 = tuple(dequeuer.get_actions_for_topic('step__beta__finished', msg)) actions_3 = tuple(dequeuer.get_actions_for_topic('otherthing__created', msg)) assert actions_1 == actions_2 assert actions_1 != actions_3
def test_topic_regexp_matching(dequeuer): msg = {'company_name': 'test_company'} actions_1 = tuple(dequeuer.get_actions_for_topic('object__created', msg)) actions_2 = tuple(dequeuer.get_actions_for_topic('object__deleted', msg)) actions_3 = tuple(dequeuer.get_actions_for_topic('otherthing__created', msg)) assert actions_1 == actions_2 assert actions_1 != actions_3 def test_topic_regexp_matching_with_groups(dequeuer): msg = {'company_name': 'test_company'} actions_1 = tuple(dequeuer.get_actions_for_topic('step__alfa__started', msg)) payload = actions_1[0][1]['run'].args[2][0] assert 'name' in payload assert payload['name'] == 'alfa' assert 'status' in payload assert payload['status'] == 'started', payload actions_2 = tuple(dequeuer.get_actions_for_topic('step__beta__finished', msg)) actions_3 = tuple(dequeuer.get_actions_for_topic('otherthing__created', msg)) assert actions_1 == actions_2 assert actions_1 != actions_3
# -*- coding: utf-8 -*- VERSION = (1, 0, 4) __version__ = "1.0.4" __authors__ = ["Stefan Foulis <[email protected]>", ]
version = (1, 0, 4) __version__ = '1.0.4' __authors__ = ['Stefan Foulis <[email protected]>']
''' This is the exceptions module: ''' ''' Exception of when user do not have the access to certain pages. ''' class CannotAccessPageException(Exception): pass ''' Exception of the first password and the second password does not match during registration. ''' class PasswordsNotMatchingException(Exception): pass ''' Exception of when the user input format is wrong. ''' class WrongFormatException(Exception): def __init__(self, message=''): super().__init__('{}, format is incorrect.'.format(message)) ''' Exception of when the ticket name is wrong. ''' class WrongTicketNameException(Exception): pass ''' Exception of when the ticket quantity is wrong. ''' class WrongTicketQuantityException(Exception): pass ''' Exception of when the ticket quantity is wrong. ''' class WrongTicketPriceException(Exception): pass ''' Exception of when the email already exists in user data (already registered). ''' class EmailAlreadyExistsException(Exception): pass
""" This is the exceptions module: """ '\nException of when user do not have the access to certain pages.\n' class Cannotaccesspageexception(Exception): pass '\nException of the first password and the second password does not match during registration.\n' class Passwordsnotmatchingexception(Exception): pass '\nException of when the user input format is wrong.\n' class Wrongformatexception(Exception): def __init__(self, message=''): super().__init__('{}, format is incorrect.'.format(message)) '\nException of when the ticket name is wrong.\n' class Wrongticketnameexception(Exception): pass '\nException of when the ticket quantity is wrong.\n' class Wrongticketquantityexception(Exception): pass '\nException of when the ticket quantity is wrong.\n' class Wrongticketpriceexception(Exception): pass '\nException of when the email already exists in user data (already registered).\n' class Emailalreadyexistsexception(Exception): pass
# Copyright 2016-2022 The FEAGI Authors. 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. # ============================================================================== def utf_detection_logic(detection_list): # todo: Add a logic to account for cases were two top ranked items are too close # Identifies the detected UTF character with highest activity highest_ranked_item = '-' second_highest_ranked_item = '-' for item in detection_list: if highest_ranked_item == '-': highest_ranked_item = item else: if detection_list[item]['rank'] > detection_list[highest_ranked_item]['rank']: second_highest_ranked_item = highest_ranked_item highest_ranked_item = item elif second_highest_ranked_item == '-': second_highest_ranked_item = item else: if detection_list[item]['rank'] > detection_list[second_highest_ranked_item]['rank']: second_highest_ranked_item = item # todo: export detection factor to genome not parameters detection_tolerance = 1.5 if highest_ranked_item != '-' and second_highest_ranked_item == '-': print("Highest ranking number was chosen.") print("1st and 2nd highest ranked numbers are: ", highest_ranked_item, second_highest_ranked_item) return highest_ranked_item elif highest_ranked_item != '-' and \ second_highest_ranked_item != '-' and \ detection_list[second_highest_ranked_item]['rank'] != 0: if detection_list[highest_ranked_item]['rank'] / detection_list[second_highest_ranked_item]['rank'] > \ detection_tolerance: print("Highest ranking number was chosen.") print("1st and 2nd highest ranked numbers are: ", highest_ranked_item, second_highest_ranked_item) return highest_ranked_item else: print(">>>> >>> >> >> >> >> > > Tolerance factor was not met!! !! !!") print("Highest and 2nd highest ranked numbers are: ", highest_ranked_item, second_highest_ranked_item) return '-' else: return '-' # list_length = len(detection_list) # if list_length == 1: # for key in detection_list: # return key # elif list_length >= 2 or list_length == 0: # return '-' # else: # temp = [] # counter = 0 # # print(">><<>><<>><<", detection_list) # for key in detection_list: # temp[counter] = (key, detection_list[key]) # if temp[0][1] > (3 * temp[1][1]): # return temp[0][0] # elif temp[1][1] > (3 * temp[0][1]): # return temp[1][0] # else: # return '-' # Load copy of all MNIST training images into mnist_data in form of an iterator. Each object has image label + image
def utf_detection_logic(detection_list): highest_ranked_item = '-' second_highest_ranked_item = '-' for item in detection_list: if highest_ranked_item == '-': highest_ranked_item = item elif detection_list[item]['rank'] > detection_list[highest_ranked_item]['rank']: second_highest_ranked_item = highest_ranked_item highest_ranked_item = item elif second_highest_ranked_item == '-': second_highest_ranked_item = item elif detection_list[item]['rank'] > detection_list[second_highest_ranked_item]['rank']: second_highest_ranked_item = item detection_tolerance = 1.5 if highest_ranked_item != '-' and second_highest_ranked_item == '-': print('Highest ranking number was chosen.') print('1st and 2nd highest ranked numbers are: ', highest_ranked_item, second_highest_ranked_item) return highest_ranked_item elif highest_ranked_item != '-' and second_highest_ranked_item != '-' and (detection_list[second_highest_ranked_item]['rank'] != 0): if detection_list[highest_ranked_item]['rank'] / detection_list[second_highest_ranked_item]['rank'] > detection_tolerance: print('Highest ranking number was chosen.') print('1st and 2nd highest ranked numbers are: ', highest_ranked_item, second_highest_ranked_item) return highest_ranked_item else: print('>>>> >>> >> >> >> >> > > Tolerance factor was not met!! !! !!') print('Highest and 2nd highest ranked numbers are: ', highest_ranked_item, second_highest_ranked_item) return '-' else: return '-'
def is_triangle(func): def wrapped(sides): if any(i <= 0 for i in sides): return False sum_ = sum(sides) if any(sides[i] > sum_ - sides[i] for i in range(3)): return False return func(sides) return wrapped @is_triangle def is_equilateral(sides): return len(set(sides)) == 1 @is_triangle def is_isosceles(sides): return len(set(sides)) != 3 @is_triangle def is_scalene(sides): return len(set(sides)) == 3
def is_triangle(func): def wrapped(sides): if any((i <= 0 for i in sides)): return False sum_ = sum(sides) if any((sides[i] > sum_ - sides[i] for i in range(3))): return False return func(sides) return wrapped @is_triangle def is_equilateral(sides): return len(set(sides)) == 1 @is_triangle def is_isosceles(sides): return len(set(sides)) != 3 @is_triangle def is_scalene(sides): return len(set(sides)) == 3
#!/usr/bin/env python # -*- coding: utf-8 -*- BOT_NAME = 'book' SPIDER_MODULES = ['book.spiders'] NEWSPIDER_MODULE = 'book.spiders' IMAGES_STORE = '../storage/book/' COOKIES_ENABLED = True COOKIE_DEBUG = True LOG_LEVEL = 'INFO' # LOG_LEVEL = 'DEBUG' CONCURRENT_REQUESTS = 100 CONCURRENT_REQUESTS_PER_DOMAIN = 1000 USER_AGENT = "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, \ like Gecko) Chrome/49.0.2623.87 Safari/537.36" DEFAULT_REQUEST_HEADERS = { 'Referer': 'https://m.douban.com/book/' } ITEM_PIPELINES = { 'book.pipelines.CoverPipeline': 0, 'book.pipelines.BookPipeline': 1, }
bot_name = 'book' spider_modules = ['book.spiders'] newspider_module = 'book.spiders' images_store = '../storage/book/' cookies_enabled = True cookie_debug = True log_level = 'INFO' concurrent_requests = 100 concurrent_requests_per_domain = 1000 user_agent = 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36' default_request_headers = {'Referer': 'https://m.douban.com/book/'} item_pipelines = {'book.pipelines.CoverPipeline': 0, 'book.pipelines.BookPipeline': 1}
AP = "AP" BP = "BP" ARRIVE = "ARRIVE" NEUROMODULATORS = "NEUROMODULATORS" TARGET = "TARGET" OBSERVE = "OBSERVE" SET_FREQUENCY = "SET_FREQUENCY" DEACTIVATE = "DEACTIVATE" ENCODE_INFORMATION = "ENCODE_INFORMATION"
ap = 'AP' bp = 'BP' arrive = 'ARRIVE' neuromodulators = 'NEUROMODULATORS' target = 'TARGET' observe = 'OBSERVE' set_frequency = 'SET_FREQUENCY' deactivate = 'DEACTIVATE' encode_information = 'ENCODE_INFORMATION'
#! /usr/bin/python3 print("HELLO PYTHON")
print('HELLO PYTHON')
try: with open('proxies.txt', 'r') as file: proxy = [ line.rstrip() for line in file.readlines()] except FileNotFoundError: raise Exception('Proxies.txt not found.')
try: with open('proxies.txt', 'r') as file: proxy = [line.rstrip() for line in file.readlines()] except FileNotFoundError: raise exception('Proxies.txt not found.')
text = input() punc_remove = [",", ".", "!", "?"] for i in punc_remove: text = text.replace(i, "") print(text.lower())
text = input() punc_remove = [',', '.', '!', '?'] for i in punc_remove: text = text.replace(i, '') print(text.lower())
''' Student: Dan Grecoe Assignment: Homework 1 Submission of the first homework assignment. The assignment was to create a python file with 2 functions multiply - Takes two parameters x and y and returns the product of the values provided. noop - Takes 0 parameters and returns None ''' def multiply(x, y): return x * y def noop(): #raise Exception("Bad things happened") print("Dumb student program") return None
""" Student: Dan Grecoe Assignment: Homework 1 Submission of the first homework assignment. The assignment was to create a python file with 2 functions multiply - Takes two parameters x and y and returns the product of the values provided. noop - Takes 0 parameters and returns None """ def multiply(x, y): return x * y def noop(): print('Dumb student program') return None
# `name` is the name of the package as used for `pip install package` name = "package-name" # `path` is the name of the package for `import package` path = name.lower().replace("-", "_").replace(" ", "_") version = "0.1.0" author = "Author Name" author_email = "" description = "" # summary license = "MIT"
name = 'package-name' path = name.lower().replace('-', '_').replace(' ', '_') version = '0.1.0' author = 'Author Name' author_email = '' description = '' license = 'MIT'
__title__ = 'cisco_support' __description__ = 'Cisco Support APIs' __version__ = '0.1.0' __author__ = 'Dennis Roth' __license__ = 'MIT'
__title__ = 'cisco_support' __description__ = 'Cisco Support APIs' __version__ = '0.1.0' __author__ = 'Dennis Roth' __license__ = 'MIT'
elements = [int(x) for x in input().split(', ')] even_numbers = [x for x in elements if x % 2 == 0] odd_numbers = [x for x in elements if x % 2 != 0] positive = [x for x in elements if x >= 0] negative = [x for x in elements if x < 0] print(f"Positive: {', '.join(str(x) for x in positive)}") print(f"Negative: {', '.join(str(x) for x in negative)}") print(f"Even: {', '.join(str(x) for x in even_numbers)}") print(f"Odd: {', '.join(str(x) for x in odd_numbers)}")
elements = [int(x) for x in input().split(', ')] even_numbers = [x for x in elements if x % 2 == 0] odd_numbers = [x for x in elements if x % 2 != 0] positive = [x for x in elements if x >= 0] negative = [x for x in elements if x < 0] print(f"Positive: {', '.join((str(x) for x in positive))}") print(f"Negative: {', '.join((str(x) for x in negative))}") print(f"Even: {', '.join((str(x) for x in even_numbers))}") print(f"Odd: {', '.join((str(x) for x in odd_numbers))}")
vals = { "yes" : 0, "residential" : 1, "service" : 2, "unclassified" : 3, "stream" : 4, "track" : 5, "water" : 6, "footway" : 7, "tertiary" : 8, "private" : 9, "tree" : 10, "path" : 11, "forest" : 12, "secondary" : 13, "house" : 14, "no" : 15, "asphalt" : 16, "wood" : 17, "grass" : 18, "paved" : 19, "primary" : 20, "unpaved" : 21, "bus_stop" : 22, "parking" : 23, "parking_aisle" : 24, "rail" : 25, "driveway" : 26, "8" : 27, "administrative" : 28, "locality" : 29, "turning_circle" : 30, "crossing" : 31, "village" : 32, "fence" : 33, "grade2" : 34, "coastline" : 35, "grade3" : 36, "farmland" : 37, "hamlet" : 38, "hut" : 39, "meadow" : 40, "wetland" : 41, "cycleway" : 42, "river" : 43, "school" : 44, "trunk" : 45, "gravel" : 46, "place_of_worship" : 47, "farm" : 48, "grade1" : 49, "traffic_signals" : 50, "wall" : 51, "garage" : 52, "gate" : 53, "motorway" : 54, "living_street" : 55, "pitch" : 56, "grade4" : 57, "industrial" : 58, "road" : 59, "ground" : 60, "scrub" : 61, "motorway_link" : 62, "steps" : 63, "ditch" : 64, "swimming_pool" : 65, "grade5" : 66, "park" : 67, "apartments" : 68, "restaurant" : 69, "designated" : 70, "bench" : 71, "survey_point" : 72, "pedestrian" : 73, "hedge" : 74, "reservoir" : 75, "riverbank" : 76, "alley" : 77, "farmyard" : 78, "peak" : 79, "level_crossing" : 80, "roof" : 81, "dirt" : 82, "drain" : 83, "garages" : 84, "entrance" : 85, "street_lamp" : 86, "deciduous" : 87, "fuel" : 88, "trunk_link" : 89, "information" : 90, "playground" : 91, "supermarket" : 92, "primary_link" : 93, "concrete" : 94, "mixed" : 95, "permissive" : 96, "orchard" : 97, "grave_yard" : 98, "canal" : 99, "garden" : 100, "spur" : 101, "paving_stones" : 102, "rock" : 103, "bollard" : 104, "convenience" : 105, "cemetery" : 106, "post_box" : 107, "commercial" : 108, "pier" : 109, "bank" : 110, "hotel" : 111, "cliff" : 112, "retail" : 113, "construction" : 114, "-1" : 115, "fast_food" : 116, "coniferous" : 117, "cafe" : 118, "6" : 119, "kindergarten" : 120, "tower" : 121, "hospital" : 122, "yard" : 123, "sand" : 124, "public_building" : 125, "cobblestone" : 126, "destination" : 127, "island" : 128, "abandoned" : 129, "vineyard" : 130, "recycling" : 131, "agricultural" : 132, "isolated_dwelling" : 133, "pharmacy" : 134, "post_office" : 135, "motorway_junction" : 136, "pub" : 137, "allotments" : 138, "dam" : 139, "secondary_link" : 140, "lift_gate" : 141, "siding" : 142, "stop" : 143, "main" : 144, "farm_auxiliary" : 145, "quarry" : 146, "10" : 147, "station" : 148, "platform" : 149, "taxiway" : 150, "limited" : 151, "sports_centre" : 152, "cutline" : 153, "detached" : 154, "storage_tank" : 155, "basin" : 156, "bicycle_parking" : 157, "telephone" : 158, "terrace" : 159, "town" : 160, "suburb" : 161, "bus" : 162, "compacted" : 163, "toilets" : 164, "heath" : 165, "works" : 166, "tram" : 167, "beach" : 168, "culvert" : 169, "fire_station" : 170, "recreation_ground" : 171, "bakery" : 172, "police" : 173, "atm" : 174, "clothes" : 175, "tertiary_link" : 176, "waste_basket" : 177, "attraction" : 178, "viewpoint" : 179, "bicycle" : 180, "church" : 181, "shelter" : 182, "drinking_water" : 183, "marsh" : 184, "picnic_site" : 185, "hairdresser" : 186, "bridleway" : 187, "retaining_wall" : 188, "buffer_stop" : 189, "nature_reserve" : 190, "village_green" : 191, "university" : 192, "1" : 193, "bar" : 194, "townhall" : 195, "mini_roundabout" : 196, "camp_site" : 197, "aerodrome" : 198, "stile" : 199, "9" : 200, "car_repair" : 201, "parking_space" : 202, "library" : 203, "pipeline" : 204, "true" : 205, "cycle_barrier" : 206, "4" : 207, "museum" : 208, "spring" : 209, "hunting_stand" : 210, "disused" : 211, "car" : 212, "tram_stop" : 213, "land" : 214, "fountain" : 215, "hiking" : 216, "manufacture" : 217, "vending_machine" : 218, "kiosk" : 219, "swamp" : 220, "unknown" : 221, "7" : 222, "islet" : 223, "shed" : 224, "switch" : 225, "rapids" : 226, "office" : 227, "bay" : 228, "proposed" : 229, "common" : 230, "weir" : 231, "grassland" : 232, "customers" : 233, "social_facility" : 234, "hangar" : 235, "doctors" : 236, "stadium" : 237, "give_way" : 238, "greenhouse" : 239, "guest_house" : 240, "viaduct" : 241, "doityourself" : 242, "runway" : 243, "bus_station" : 244, "water_tower" : 245, "golf_course" : 246, "conservation" : 247, "block" : 248, "college" : 249, "wastewater_plant" : 250, "subway" : 251, "halt" : 252, "forestry" : 253, "florist" : 254, "butcher" : 255} def getValues(): return vals
vals = {'yes': 0, 'residential': 1, 'service': 2, 'unclassified': 3, 'stream': 4, 'track': 5, 'water': 6, 'footway': 7, 'tertiary': 8, 'private': 9, 'tree': 10, 'path': 11, 'forest': 12, 'secondary': 13, 'house': 14, 'no': 15, 'asphalt': 16, 'wood': 17, 'grass': 18, 'paved': 19, 'primary': 20, 'unpaved': 21, 'bus_stop': 22, 'parking': 23, 'parking_aisle': 24, 'rail': 25, 'driveway': 26, '8': 27, 'administrative': 28, 'locality': 29, 'turning_circle': 30, 'crossing': 31, 'village': 32, 'fence': 33, 'grade2': 34, 'coastline': 35, 'grade3': 36, 'farmland': 37, 'hamlet': 38, 'hut': 39, 'meadow': 40, 'wetland': 41, 'cycleway': 42, 'river': 43, 'school': 44, 'trunk': 45, 'gravel': 46, 'place_of_worship': 47, 'farm': 48, 'grade1': 49, 'traffic_signals': 50, 'wall': 51, 'garage': 52, 'gate': 53, 'motorway': 54, 'living_street': 55, 'pitch': 56, 'grade4': 57, 'industrial': 58, 'road': 59, 'ground': 60, 'scrub': 61, 'motorway_link': 62, 'steps': 63, 'ditch': 64, 'swimming_pool': 65, 'grade5': 66, 'park': 67, 'apartments': 68, 'restaurant': 69, 'designated': 70, 'bench': 71, 'survey_point': 72, 'pedestrian': 73, 'hedge': 74, 'reservoir': 75, 'riverbank': 76, 'alley': 77, 'farmyard': 78, 'peak': 79, 'level_crossing': 80, 'roof': 81, 'dirt': 82, 'drain': 83, 'garages': 84, 'entrance': 85, 'street_lamp': 86, 'deciduous': 87, 'fuel': 88, 'trunk_link': 89, 'information': 90, 'playground': 91, 'supermarket': 92, 'primary_link': 93, 'concrete': 94, 'mixed': 95, 'permissive': 96, 'orchard': 97, 'grave_yard': 98, 'canal': 99, 'garden': 100, 'spur': 101, 'paving_stones': 102, 'rock': 103, 'bollard': 104, 'convenience': 105, 'cemetery': 106, 'post_box': 107, 'commercial': 108, 'pier': 109, 'bank': 110, 'hotel': 111, 'cliff': 112, 'retail': 113, 'construction': 114, '-1': 115, 'fast_food': 116, 'coniferous': 117, 'cafe': 118, '6': 119, 'kindergarten': 120, 'tower': 121, 'hospital': 122, 'yard': 123, 'sand': 124, 'public_building': 125, 'cobblestone': 126, 'destination': 127, 'island': 128, 'abandoned': 129, 'vineyard': 130, 'recycling': 131, 'agricultural': 132, 'isolated_dwelling': 133, 'pharmacy': 134, 'post_office': 135, 'motorway_junction': 136, 'pub': 137, 'allotments': 138, 'dam': 139, 'secondary_link': 140, 'lift_gate': 141, 'siding': 142, 'stop': 143, 'main': 144, 'farm_auxiliary': 145, 'quarry': 146, '10': 147, 'station': 148, 'platform': 149, 'taxiway': 150, 'limited': 151, 'sports_centre': 152, 'cutline': 153, 'detached': 154, 'storage_tank': 155, 'basin': 156, 'bicycle_parking': 157, 'telephone': 158, 'terrace': 159, 'town': 160, 'suburb': 161, 'bus': 162, 'compacted': 163, 'toilets': 164, 'heath': 165, 'works': 166, 'tram': 167, 'beach': 168, 'culvert': 169, 'fire_station': 170, 'recreation_ground': 171, 'bakery': 172, 'police': 173, 'atm': 174, 'clothes': 175, 'tertiary_link': 176, 'waste_basket': 177, 'attraction': 178, 'viewpoint': 179, 'bicycle': 180, 'church': 181, 'shelter': 182, 'drinking_water': 183, 'marsh': 184, 'picnic_site': 185, 'hairdresser': 186, 'bridleway': 187, 'retaining_wall': 188, 'buffer_stop': 189, 'nature_reserve': 190, 'village_green': 191, 'university': 192, '1': 193, 'bar': 194, 'townhall': 195, 'mini_roundabout': 196, 'camp_site': 197, 'aerodrome': 198, 'stile': 199, '9': 200, 'car_repair': 201, 'parking_space': 202, 'library': 203, 'pipeline': 204, 'true': 205, 'cycle_barrier': 206, '4': 207, 'museum': 208, 'spring': 209, 'hunting_stand': 210, 'disused': 211, 'car': 212, 'tram_stop': 213, 'land': 214, 'fountain': 215, 'hiking': 216, 'manufacture': 217, 'vending_machine': 218, 'kiosk': 219, 'swamp': 220, 'unknown': 221, '7': 222, 'islet': 223, 'shed': 224, 'switch': 225, 'rapids': 226, 'office': 227, 'bay': 228, 'proposed': 229, 'common': 230, 'weir': 231, 'grassland': 232, 'customers': 233, 'social_facility': 234, 'hangar': 235, 'doctors': 236, 'stadium': 237, 'give_way': 238, 'greenhouse': 239, 'guest_house': 240, 'viaduct': 241, 'doityourself': 242, 'runway': 243, 'bus_station': 244, 'water_tower': 245, 'golf_course': 246, 'conservation': 247, 'block': 248, 'college': 249, 'wastewater_plant': 250, 'subway': 251, 'halt': 252, 'forestry': 253, 'florist': 254, 'butcher': 255} def get_values(): return vals
def write_file(filess, T): f = open(filess, "w") for o in T: f.write("[\n") for l in o: f.write(str(l)+"\n") f.write("]\n") f.close() def save_hidden_weight(nb_hidden, hiddenw): for i in range(nb_hidden): write_file("save/base_nn_hid_" + str(i+1) + "w.nn", hiddenw[i]) def load_hiddenw(filess, hiddenw): f = open(filess, "r") s = f.read().splitlines() h = 0 for o in s: #print(o) if o == "[": h = [] elif o == "]": hiddenw.append(h) else: h.append(float(o)) def load_hidden_weight(hiddenw, nb_hidden): for i in range(nb_hidden): hiddenw.append([]) load_hiddenw("save/base_nn_hid_" + str(i+1) + "w.nn", hiddenw[i]) def load_hidden_weight_v(hiddenw, nb_hidden): for i in range(nb_hidden): hiddenw.append([]) load_hiddenw("valid/NN/base_nn_hid_" + str(i+1) + "w.nn", hiddenw[i]) def display_hidden_weight(hiddenw, nb_hidden): for i in range(nb_hidden): for j in hiddenw[i]: print("------------------------------------") I = 0 for k in j: print(k) I+=1 if I > 3: break def write_fileb(filess, T): f = open(filess, "w") for o in T: f.write(str(o)+"\n") f.close() def save_hidden_bias(nb_hidden, hiddenb): for i in range(nb_hidden): write_fileb("save/base_nn_hid_" + str(i+1) + "b.nn", hiddenb[i]) def load_hiddenb(filess, hiddenb): f = open(filess, "r") s = f.read().splitlines() for o in s: hiddenb.append(float(o)) def load_hidden_bias(hiddenb, nb_hidden): for i in range(nb_hidden): hiddenb.append([]) load_hiddenb("save/base_nn_hid_" + str(i+1) + "b.nn", hiddenb[i]) def load_hidden_bias_v(hiddenb, nb_hidden): for i in range(nb_hidden): hiddenb.append([]) load_hiddenb("valid/NN/base_nn_hid_" + str(i+1) + "b.nn", hiddenb[i]) def display_hidden_bias(hiddenb, nb_hidden): for i in range(nb_hidden): print("------------------------------------") for j in hiddenb[i]: print(j) def save_output_weight(outputw): write_file("save/base_nn_out_w.nn", outputw[0]) def load_output_weight(outputw): outputw.append([]) load_hiddenw("save/base_nn_out_w.nn", outputw[0]) def load_output_weight_v(outputw): outputw.append([]) load_hiddenw("valid/NN/base_nn_out_w.nn", outputw[0]) def save_output_bias(outputb): write_fileb("save/base_nn_out_b.nn", outputb[0]) def load_output_bias(outputb): outputb.append([]) load_hiddenb("save/base_nn_out_b.nn", outputb[0]) def load_output_bias_v(outputb): outputb.append([]) load_hiddenb("valid/NN/base_nn_out_b.nn", outputb[0])
def write_file(filess, T): f = open(filess, 'w') for o in T: f.write('[\n') for l in o: f.write(str(l) + '\n') f.write(']\n') f.close() def save_hidden_weight(nb_hidden, hiddenw): for i in range(nb_hidden): write_file('save/base_nn_hid_' + str(i + 1) + 'w.nn', hiddenw[i]) def load_hiddenw(filess, hiddenw): f = open(filess, 'r') s = f.read().splitlines() h = 0 for o in s: if o == '[': h = [] elif o == ']': hiddenw.append(h) else: h.append(float(o)) def load_hidden_weight(hiddenw, nb_hidden): for i in range(nb_hidden): hiddenw.append([]) load_hiddenw('save/base_nn_hid_' + str(i + 1) + 'w.nn', hiddenw[i]) def load_hidden_weight_v(hiddenw, nb_hidden): for i in range(nb_hidden): hiddenw.append([]) load_hiddenw('valid/NN/base_nn_hid_' + str(i + 1) + 'w.nn', hiddenw[i]) def display_hidden_weight(hiddenw, nb_hidden): for i in range(nb_hidden): for j in hiddenw[i]: print('------------------------------------') i = 0 for k in j: print(k) i += 1 if I > 3: break def write_fileb(filess, T): f = open(filess, 'w') for o in T: f.write(str(o) + '\n') f.close() def save_hidden_bias(nb_hidden, hiddenb): for i in range(nb_hidden): write_fileb('save/base_nn_hid_' + str(i + 1) + 'b.nn', hiddenb[i]) def load_hiddenb(filess, hiddenb): f = open(filess, 'r') s = f.read().splitlines() for o in s: hiddenb.append(float(o)) def load_hidden_bias(hiddenb, nb_hidden): for i in range(nb_hidden): hiddenb.append([]) load_hiddenb('save/base_nn_hid_' + str(i + 1) + 'b.nn', hiddenb[i]) def load_hidden_bias_v(hiddenb, nb_hidden): for i in range(nb_hidden): hiddenb.append([]) load_hiddenb('valid/NN/base_nn_hid_' + str(i + 1) + 'b.nn', hiddenb[i]) def display_hidden_bias(hiddenb, nb_hidden): for i in range(nb_hidden): print('------------------------------------') for j in hiddenb[i]: print(j) def save_output_weight(outputw): write_file('save/base_nn_out_w.nn', outputw[0]) def load_output_weight(outputw): outputw.append([]) load_hiddenw('save/base_nn_out_w.nn', outputw[0]) def load_output_weight_v(outputw): outputw.append([]) load_hiddenw('valid/NN/base_nn_out_w.nn', outputw[0]) def save_output_bias(outputb): write_fileb('save/base_nn_out_b.nn', outputb[0]) def load_output_bias(outputb): outputb.append([]) load_hiddenb('save/base_nn_out_b.nn', outputb[0]) def load_output_bias_v(outputb): outputb.append([]) load_hiddenb('valid/NN/base_nn_out_b.nn', outputb[0])
class Config(object): embedding_size = 300 n_layers = 1 hidden_size = 128 drop_prob = 0.2
class Config(object): embedding_size = 300 n_layers = 1 hidden_size = 128 drop_prob = 0.2
sm.setSpeakerID(1013000) sm.sendNext("Ugh. This isn't going to work. I need something else. No plants. No meat. What, you have no idea? But you're the master, and you're older than me, too. You must know what'd be good for me!") sm.setPlayerAsSpeaker() sm.sendSay("#bBut I don't. It's not like age has anything to do with this...") sm.setSpeakerID(1013000) if sm.sendAskAccept("Since you're older, you must be more experienced in the world, too. Makes sense that you'd know more than me. Oh, fine. I'll ask someone who's even older than you, master!"): if not sm.hasQuest(parentID): sm.startQuest(parentID) sm.setPlayerAsSpeaker() sm.sendSayOkay("#b#b(You already asked Dad once, but you don't have any better ideas. Time to ask him again!)") else: sm.sendNext("No use trying to find an answer to this on my own. I'd better look for #bsomeone older and wiser than master#k!") sm.dispose()
sm.setSpeakerID(1013000) sm.sendNext("Ugh. This isn't going to work. I need something else. No plants. No meat. What, you have no idea? But you're the master, and you're older than me, too. You must know what'd be good for me!") sm.setPlayerAsSpeaker() sm.sendSay("#bBut I don't. It's not like age has anything to do with this...") sm.setSpeakerID(1013000) if sm.sendAskAccept("Since you're older, you must be more experienced in the world, too. Makes sense that you'd know more than me. Oh, fine. I'll ask someone who's even older than you, master!"): if not sm.hasQuest(parentID): sm.startQuest(parentID) sm.setPlayerAsSpeaker() sm.sendSayOkay("#b#b(You already asked Dad once, but you don't have any better ideas. Time to ask him again!)") else: sm.sendNext("No use trying to find an answer to this on my own. I'd better look for #bsomeone older and wiser than master#k!") sm.dispose()
class Solution: def chooseandswap (self, A): opt = 'a' fir = A[0] arr = [0]*26 for s in A : arr[ord(s)-97] += 1 i = 0 while i < len(A) : if opt > 'z' : break while opt < fir : if opt in A : ans = "" for s in A : if s == opt : ans += fir elif s == fir : ans += opt else : ans += s return ans opt = chr(ord(opt) + 1) opt = chr(ord(opt) + 1) while i < len(A) and A[i] <= fir : i += 1 if i < len(A) : fir = A[i] return A if __name__ == '__main__': ob = Solution() t = int (input ()) for _ in range (t): A = input() ans = ob.chooseandswap(A) print(ans)
class Solution: def chooseandswap(self, A): opt = 'a' fir = A[0] arr = [0] * 26 for s in A: arr[ord(s) - 97] += 1 i = 0 while i < len(A): if opt > 'z': break while opt < fir: if opt in A: ans = '' for s in A: if s == opt: ans += fir elif s == fir: ans += opt else: ans += s return ans opt = chr(ord(opt) + 1) opt = chr(ord(opt) + 1) while i < len(A) and A[i] <= fir: i += 1 if i < len(A): fir = A[i] return A if __name__ == '__main__': ob = solution() t = int(input()) for _ in range(t): a = input() ans = ob.chooseandswap(A) print(ans)
class AccountManager(object): def __init__(self, balance = 0): self.balance = balance def getBalance(self): return self.balance def withdraw(self, value): if self.balance >= value: self.balance = self.balance - value print('Successful Withdrawal.') else: print('Insufficient Funds') def deposit(self, value): self.balance = self.balance + value print('Successful Deposit') def income(self, rate): self.balance = self.balance + self.balance*rate class AccountCommon(AccountManager): def __init__(self, balance = 0): super(AccountCommon, self).__init__(balance=balance) def getBalance(self): return super().getBalance() def deposit(self, value): super().deposit(value) def withdraw(self, value): super().withdraw(value) def income(self, rate): super().income(rate) def message(self): print('Common account balance: %.2f' % self.getBalance()) class AccountSpetial(AccountManager): def __init__(self, balance = 0): super(AccountSpetial, self).__init__(balance=balance) def getBalance(self): return super().getBalance() def deposit(self, value): super().deposit(value) def withdraw(self, value): super().withdraw(value) def message(self): print('Common account balance: %.2f' % self.getBalance()) if __name__ == '__main__': commonAccount = AccountCommon(500) commonAccount.deposit(500) commonAccount.withdraw(100) commonAccount.income(0.005) commonAccount.message() print(' ------- ') spetialAccount = AccountSpetial(1000) spetialAccount.deposit(500) spetialAccount.withdraw(200) spetialAccount.message()
class Accountmanager(object): def __init__(self, balance=0): self.balance = balance def get_balance(self): return self.balance def withdraw(self, value): if self.balance >= value: self.balance = self.balance - value print('Successful Withdrawal.') else: print('Insufficient Funds') def deposit(self, value): self.balance = self.balance + value print('Successful Deposit') def income(self, rate): self.balance = self.balance + self.balance * rate class Accountcommon(AccountManager): def __init__(self, balance=0): super(AccountCommon, self).__init__(balance=balance) def get_balance(self): return super().getBalance() def deposit(self, value): super().deposit(value) def withdraw(self, value): super().withdraw(value) def income(self, rate): super().income(rate) def message(self): print('Common account balance: %.2f' % self.getBalance()) class Accountspetial(AccountManager): def __init__(self, balance=0): super(AccountSpetial, self).__init__(balance=balance) def get_balance(self): return super().getBalance() def deposit(self, value): super().deposit(value) def withdraw(self, value): super().withdraw(value) def message(self): print('Common account balance: %.2f' % self.getBalance()) if __name__ == '__main__': common_account = account_common(500) commonAccount.deposit(500) commonAccount.withdraw(100) commonAccount.income(0.005) commonAccount.message() print(' ------- ') spetial_account = account_spetial(1000) spetialAccount.deposit(500) spetialAccount.withdraw(200) spetialAccount.message()
# Exercicio 01 Tuplas x = int(input('Digite o primeiro numero: ')) y = int(input('Digite o segundo numero: ')) cont = 1 soma = x while cont < y: soma = soma + x cont = cont + 1 print('O resultado eh: {}' .format(soma))
x = int(input('Digite o primeiro numero: ')) y = int(input('Digite o segundo numero: ')) cont = 1 soma = x while cont < y: soma = soma + x cont = cont + 1 print('O resultado eh: {}'.format(soma))
''' To have a error free way of accessing and updating private variables, we create specific methods for this. Those methods which are meant to set a value to a private variable are called setter methods and methods meant to access private variable values are called getter methods. The below code is an example of getter and setter methods: ''' class Customer: def __init__(self, id, name, age, wallet_balance): self.id = id self.name = name self.age = age self.__wallet_balance = wallet_balance def set_wallet_balance(self, amount): if amount < 1000 and amount> 0: self.__wallet_balance = amount def get_wallet_balance(self): return self.__wallet_balance c1=Customer(100, "Gopal", 24, 1000) c1.set_wallet_balance(120) print(c1.get_wallet_balance())
""" To have a error free way of accessing and updating private variables, we create specific methods for this. Those methods which are meant to set a value to a private variable are called setter methods and methods meant to access private variable values are called getter methods. The below code is an example of getter and setter methods: """ class Customer: def __init__(self, id, name, age, wallet_balance): self.id = id self.name = name self.age = age self.__wallet_balance = wallet_balance def set_wallet_balance(self, amount): if amount < 1000 and amount > 0: self.__wallet_balance = amount def get_wallet_balance(self): return self.__wallet_balance c1 = customer(100, 'Gopal', 24, 1000) c1.set_wallet_balance(120) print(c1.get_wallet_balance())
class Solution: def isMatch(self, s: str, p: str) -> bool: # this is a dynamic programming solution fot this matrix = [[False for x in range(len(p) + 1)] for x in range(len(s) + 1)] matrix[0][0] = True for i in range(1, len(matrix[0])): if p[i - 1] == "*": matrix[0][i] = matrix[0][i - 1] for i in range(1, len(matrix)): for j in range(1, len(matrix[0])): if s[i - 1] == p[j - 1] or p[j - 1] == "?": matrix[i][j] = matrix[i - 1][j - 1] elif p[j - 1] == "*": matrix[i][j] = matrix[i][j - 1] or matrix[i - 1][j] else: matrix[i][j] = False return matrix[len(s)][len(p)]
class Solution: def is_match(self, s: str, p: str) -> bool: matrix = [[False for x in range(len(p) + 1)] for x in range(len(s) + 1)] matrix[0][0] = True for i in range(1, len(matrix[0])): if p[i - 1] == '*': matrix[0][i] = matrix[0][i - 1] for i in range(1, len(matrix)): for j in range(1, len(matrix[0])): if s[i - 1] == p[j - 1] or p[j - 1] == '?': matrix[i][j] = matrix[i - 1][j - 1] elif p[j - 1] == '*': matrix[i][j] = matrix[i][j - 1] or matrix[i - 1][j] else: matrix[i][j] = False return matrix[len(s)][len(p)]
# https://open.kattis.com/problems/luhnchecksum for _ in range(int(input())): count = 0 for i, d in enumerate(reversed(input())): if i % 2 == 0: count += int(d) continue x = 2 * int(d) if x < 10: count += x else: x = str(x) count += int(x[0]) + int(x[1]) print('PASS' if count % 10 == 0 else 'FAIL')
for _ in range(int(input())): count = 0 for (i, d) in enumerate(reversed(input())): if i % 2 == 0: count += int(d) continue x = 2 * int(d) if x < 10: count += x else: x = str(x) count += int(x[0]) + int(x[1]) print('PASS' if count % 10 == 0 else 'FAIL')
inputFile = "3-input" outputFile = "3-output" dir = {'L': [-1,0],'R': [1,0],'U': [0,1],'D': [0,-1]} def readFile(): file = open(inputFile, "r") A,B = file.readlines() A,B = [line.split(",") for line in [A,B]] file.close() return A,B def writeFile(a, b): file = open(outputFile, "w+") file.write("Part 1: " + a + "\n") file.write("Part 2: " + b) file.close() def mapCommands(A): cx, cy, step = 0, 0, 0 mapped = [[0]*20000 for _ in range(20000)] for cmd in A: ax,ay = dir[cmd[0]][0],dir[cmd[0]][1] for _ in range(int(cmd[1:])): cx += ax cy += ay step += 1 mapped[cx+10000][cy+10000] = step return mapped def findIntersects(A, B): mapped = mapCommands(A); cx, cy, step = 0, 0, 0 dist = 10000000 steps = 10000000 for cmd in B: for _ in range(int(cmd[1:])): cx += dir[cmd[0]][0] cy += dir[cmd[0]][1] step += 1 aStep = mapped[cx+10000][cy+10000] aDist = abs(cx)+abs(cy) if aStep != 0: if (dist > aDist): dist = aDist if (steps > aStep + step): steps = aStep + step return dist, steps def main(): A,B = readFile() solA, solB = findIntersects(A, B) print(solA, solB) #writeFile(str(solA), str(solB)) if __name__ == '__main__': main()
input_file = '3-input' output_file = '3-output' dir = {'L': [-1, 0], 'R': [1, 0], 'U': [0, 1], 'D': [0, -1]} def read_file(): file = open(inputFile, 'r') (a, b) = file.readlines() (a, b) = [line.split(',') for line in [A, B]] file.close() return (A, B) def write_file(a, b): file = open(outputFile, 'w+') file.write('Part 1: ' + a + '\n') file.write('Part 2: ' + b) file.close() def map_commands(A): (cx, cy, step) = (0, 0, 0) mapped = [[0] * 20000 for _ in range(20000)] for cmd in A: (ax, ay) = (dir[cmd[0]][0], dir[cmd[0]][1]) for _ in range(int(cmd[1:])): cx += ax cy += ay step += 1 mapped[cx + 10000][cy + 10000] = step return mapped def find_intersects(A, B): mapped = map_commands(A) (cx, cy, step) = (0, 0, 0) dist = 10000000 steps = 10000000 for cmd in B: for _ in range(int(cmd[1:])): cx += dir[cmd[0]][0] cy += dir[cmd[0]][1] step += 1 a_step = mapped[cx + 10000][cy + 10000] a_dist = abs(cx) + abs(cy) if aStep != 0: if dist > aDist: dist = aDist if steps > aStep + step: steps = aStep + step return (dist, steps) def main(): (a, b) = read_file() (sol_a, sol_b) = find_intersects(A, B) print(solA, solB) if __name__ == '__main__': main()
name = 'Urban Dictionary Therapy' __all__ = ['UDTherapy', 'helper']
name = 'Urban Dictionary Therapy' __all__ = ['UDTherapy', 'helper']
class SimulateMode: @staticmethod def start_simulation(device, guide=None): return
class Simulatemode: @staticmethod def start_simulation(device, guide=None): return
# Uses python3 n = int(input()) if n == 1: print(1) print(1) quit() W = n prizes = [] for i in range(1, n): if W>2*i: prizes.append(i) W -= i else: prizes.append(W) break print(len(prizes)) print(' '.join([str(i) for i in prizes]))
n = int(input()) if n == 1: print(1) print(1) quit() w = n prizes = [] for i in range(1, n): if W > 2 * i: prizes.append(i) w -= i else: prizes.append(W) break print(len(prizes)) print(' '.join([str(i) for i in prizes]))
requested_toppings = ['mushrooms', 'extra cheese'] if 'mushrooms' in requested_toppings: print("Adding mushrooms.") if 'pepperoni' in requested_toppings: print("Adding pepperoni.") if 'extra cheese' in requested_toppings: print("Adding extra cheese.") print("\nFinished making your first pizza!") if 'mushrooms' in requested_toppings: print("Adding mushrooms.") elif 'pepperoni' in requested_toppings: print("Adding pepperoni.") elif 'extra cheese' in requested_toppings: print("Adding extra cheese.") print("\nFinished making your second pizza!")
requested_toppings = ['mushrooms', 'extra cheese'] if 'mushrooms' in requested_toppings: print('Adding mushrooms.') if 'pepperoni' in requested_toppings: print('Adding pepperoni.') if 'extra cheese' in requested_toppings: print('Adding extra cheese.') print('\nFinished making your first pizza!') if 'mushrooms' in requested_toppings: print('Adding mushrooms.') elif 'pepperoni' in requested_toppings: print('Adding pepperoni.') elif 'extra cheese' in requested_toppings: print('Adding extra cheese.') print('\nFinished making your second pizza!')
# -*- coding: utf-8 -*- MNIST_DATASET_PATH = 'raw_data/mnist.pkl.gz' TEST_FOLDER = 'test/' TRAIN_FOLDER = 'train/' MODEL_FILE_PATH = 'model/recognizer.pickle' LABEL_ENCODER_FILE_PATH = 'model/label_encoder.pickle' # Manual DEMO_HELP_MSG = '\n' + \ 'Input parameter is incorrect\n' + \ 'Display help: \'python demo.py -h\'' TRAINER_HELP_MSG = '\n' + \ 'Input parameter is incorrect\n' + \ 'Display help: \'python extractor.py -h\''
mnist_dataset_path = 'raw_data/mnist.pkl.gz' test_folder = 'test/' train_folder = 'train/' model_file_path = 'model/recognizer.pickle' label_encoder_file_path = 'model/label_encoder.pickle' demo_help_msg = '\n' + 'Input parameter is incorrect\n' + "Display help: 'python demo.py -h'" trainer_help_msg = '\n' + 'Input parameter is incorrect\n' + "Display help: 'python extractor.py -h'"
#! /usr/bin/env python def cut_the_sticks(a): cuts = [] while len(a) > 0: cutter = a.pop() if cutter == 0: continue for i in range(len(a)): a[i] -= cutter cuts.append(len(a) + 1) return cuts if __name__ == '__main__': _ = input() value = map(int, input().split(' ')) res = cut_the_sticks(sorted(value, reverse=True)) for v in res: print(v)
def cut_the_sticks(a): cuts = [] while len(a) > 0: cutter = a.pop() if cutter == 0: continue for i in range(len(a)): a[i] -= cutter cuts.append(len(a) + 1) return cuts if __name__ == '__main__': _ = input() value = map(int, input().split(' ')) res = cut_the_sticks(sorted(value, reverse=True)) for v in res: print(v)