├── LICENSE ├── Tut-1 ├── Sig_ROM.v ├── Weight_Memory.v ├── b_1_15.mif ├── include.v ├── neuron.pdf ├── neuron.v ├── sigContent.mif └── w_1_15.mif ├── Tut-2 ├── Sig_ROM.v ├── Weight_Memory.v ├── genSigmoid.py ├── neuron.v ├── relu.v └── sigContent.mif ├── Tut-3 ├── Layer_1.v ├── Layer_2.v ├── Layer_3.v ├── Layer_4.v ├── Sig_ROM.v ├── Weight_Memory.v ├── include.v ├── neuron.v ├── relu.v ├── sigContent.mif └── zynet.v ├── Tut-4 ├── Layer_1.v ├── Layer_2.v ├── Layer_3.v ├── Layer_4.v ├── Sig_ROM.v ├── Weight_Memory.v ├── axi_lite_wrapper.v ├── b_1_0.mif ├── b_1_1.mif ├── b_1_10.mif ├── b_1_11.mif ├── b_1_12.mif ├── b_1_13.mif ├── b_1_14.mif ├── b_1_15.mif ├── b_1_16.mif ├── b_1_17.mif ├── b_1_18.mif ├── b_1_19.mif ├── b_1_2.mif ├── b_1_20.mif ├── b_1_21.mif ├── b_1_22.mif ├── b_1_23.mif ├── b_1_24.mif ├── b_1_25.mif ├── b_1_26.mif ├── b_1_27.mif ├── b_1_28.mif ├── b_1_29.mif ├── b_1_3.mif ├── b_1_4.mif ├── b_1_5.mif ├── b_1_6.mif ├── b_1_7.mif ├── b_1_8.mif ├── b_1_9.mif ├── b_2_0.mif ├── b_2_1.mif ├── b_2_10.mif ├── b_2_11.mif ├── b_2_12.mif ├── b_2_13.mif ├── b_2_14.mif ├── b_2_15.mif ├── b_2_16.mif ├── b_2_17.mif ├── b_2_18.mif ├── b_2_19.mif ├── b_2_2.mif ├── b_2_20.mif ├── b_2_21.mif ├── b_2_22.mif ├── b_2_23.mif ├── b_2_24.mif ├── b_2_25.mif ├── b_2_26.mif ├── b_2_27.mif ├── b_2_28.mif ├── b_2_29.mif ├── b_2_3.mif ├── b_2_4.mif ├── b_2_5.mif ├── b_2_6.mif ├── b_2_7.mif ├── b_2_8.mif ├── b_2_9.mif ├── b_3_0.mif ├── b_3_1.mif ├── b_3_2.mif ├── b_3_3.mif ├── b_3_4.mif ├── b_3_5.mif ├── b_3_6.mif ├── b_3_7.mif ├── b_3_8.mif ├── b_3_9.mif ├── b_4_0.mif ├── b_4_1.mif ├── b_4_2.mif ├── b_4_3.mif ├── b_4_4.mif ├── b_4_5.mif ├── b_4_6.mif ├── b_4_7.mif ├── b_4_8.mif ├── b_4_9.mif ├── include.v ├── maxFinder.v ├── neuron.v ├── relu.v ├── sigContent.mif ├── w_1_0.mif ├── w_1_1.mif ├── w_1_10.mif ├── w_1_11.mif ├── w_1_12.mif ├── w_1_13.mif ├── w_1_14.mif ├── w_1_15.mif ├── w_1_16.mif ├── w_1_17.mif ├── w_1_18.mif ├── w_1_19.mif ├── w_1_2.mif ├── w_1_20.mif ├── w_1_21.mif ├── w_1_22.mif ├── w_1_23.mif ├── w_1_24.mif ├── w_1_25.mif ├── w_1_26.mif ├── w_1_27.mif ├── w_1_28.mif ├── w_1_29.mif ├── w_1_3.mif ├── w_1_4.mif ├── w_1_5.mif ├── w_1_6.mif ├── w_1_7.mif ├── w_1_8.mif ├── w_1_9.mif ├── w_2_0.mif ├── w_2_1.mif ├── w_2_10.mif ├── w_2_11.mif ├── w_2_12.mif ├── w_2_13.mif ├── w_2_14.mif ├── w_2_15.mif ├── w_2_16.mif ├── w_2_17.mif ├── w_2_18.mif ├── w_2_19.mif ├── w_2_2.mif ├── w_2_20.mif ├── w_2_21.mif ├── w_2_22.mif ├── w_2_23.mif ├── w_2_24.mif ├── w_2_25.mif ├── w_2_26.mif ├── w_2_27.mif ├── w_2_28.mif ├── w_2_29.mif ├── w_2_3.mif ├── w_2_4.mif ├── w_2_5.mif ├── w_2_6.mif ├── w_2_7.mif ├── w_2_8.mif ├── w_2_9.mif ├── w_3_0.mif ├── w_3_1.mif ├── w_3_2.mif ├── w_3_3.mif ├── w_3_4.mif ├── w_3_5.mif ├── w_3_6.mif ├── w_3_7.mif ├── w_3_8.mif ├── w_3_9.mif ├── w_4_0.mif ├── w_4_1.mif ├── w_4_2.mif ├── w_4_3.mif ├── w_4_4.mif ├── w_4_5.mif ├── w_4_6.mif ├── w_4_7.mif ├── w_4_8.mif ├── w_4_9.mif └── zynet.v ├── Tut-5 ├── WeigntsAndBiasesReLU.txt ├── WeigntsAndBiasesReLuNew.txt ├── WeigntsAndBiasesSigmoid.txt ├── WeigntsAndBiasesSigmoidNew.txt ├── mnistZyNet.py ├── myProject1 │ ├── myProject1.sim │ │ └── sim_1 │ │ │ └── behav │ │ │ └── xsim │ │ │ ├── test_data_0000.txt │ │ │ ├── test_data_0001.txt │ │ │ ├── test_data_0002.txt │ │ │ ├── test_data_0003.txt │ │ │ ├── test_data_0004.txt │ │ │ ├── test_data_0005.txt │ │ │ ├── test_data_0006.txt │ │ │ ├── test_data_0007.txt │ │ │ ├── test_data_0008.txt │ │ │ ├── test_data_0009.txt │ │ │ ├── test_data_0010.txt │ │ │ ├── test_data_0011.txt │ │ │ ├── test_data_0012.txt │ │ │ ├── test_data_0013.txt │ │ │ ├── test_data_0014.txt │ │ │ ├── test_data_0015.txt │ │ │ ├── test_data_0016.txt │ │ │ ├── test_data_0017.txt │ │ │ ├── test_data_0018.txt │ │ │ ├── test_data_0019.txt │ │ │ ├── test_data_0020.txt │ │ │ ├── test_data_0021.txt │ │ │ ├── test_data_0022.txt │ │ │ ├── test_data_0023.txt │ │ │ ├── test_data_0024.txt │ │ │ ├── test_data_0025.txt │ │ │ ├── test_data_0026.txt │ │ │ ├── test_data_0027.txt │ │ │ ├── test_data_0028.txt │ │ │ ├── test_data_0029.txt │ │ │ ├── test_data_0030.txt │ │ │ ├── test_data_0031.txt │ │ │ ├── test_data_0032.txt │ │ │ ├── test_data_0033.txt │ │ │ ├── test_data_0034.txt │ │ │ ├── test_data_0035.txt │ │ │ ├── test_data_0036.txt │ │ │ ├── test_data_0037.txt │ │ │ ├── test_data_0038.txt │ │ │ ├── test_data_0039.txt │ │ │ ├── test_data_0040.txt │ │ │ ├── test_data_0041.txt │ │ │ ├── test_data_0042.txt │ │ │ ├── test_data_0043.txt │ │ │ ├── test_data_0044.txt │ │ │ ├── test_data_0045.txt │ │ │ ├── test_data_0046.txt │ │ │ ├── test_data_0047.txt │ │ │ ├── test_data_0048.txt │ │ │ ├── test_data_0049.txt │ │ │ ├── test_data_0050.txt │ │ │ ├── test_data_0051.txt │ │ │ ├── test_data_0052.txt │ │ │ ├── test_data_0053.txt │ │ │ ├── test_data_0054.txt │ │ │ ├── test_data_0055.txt │ │ │ ├── test_data_0056.txt │ │ │ ├── test_data_0057.txt │ │ │ ├── test_data_0058.txt │ │ │ ├── test_data_0059.txt │ │ │ ├── test_data_0060.txt │ │ │ ├── test_data_0061.txt │ │ │ ├── test_data_0062.txt │ │ │ ├── test_data_0063.txt │ │ │ ├── test_data_0064.txt │ │ │ ├── test_data_0065.txt │ │ │ ├── test_data_0066.txt │ │ │ ├── test_data_0067.txt │ │ │ ├── test_data_0068.txt │ │ │ ├── test_data_0069.txt │ │ │ ├── test_data_0070.txt │ │ │ ├── test_data_0071.txt │ │ │ ├── test_data_0072.txt │ │ │ ├── test_data_0073.txt │ │ │ ├── test_data_0074.txt │ │ │ ├── test_data_0075.txt │ │ │ ├── test_data_0076.txt │ │ │ ├── test_data_0077.txt │ │ │ ├── test_data_0078.txt │ │ │ ├── test_data_0079.txt │ │ │ ├── test_data_0080.txt │ │ │ ├── test_data_0081.txt │ │ │ ├── test_data_0082.txt │ │ │ ├── test_data_0083.txt │ │ │ ├── test_data_0084.txt │ │ │ ├── test_data_0085.txt │ │ │ ├── test_data_0086.txt │ │ │ ├── test_data_0087.txt │ │ │ ├── test_data_0088.txt │ │ │ ├── test_data_0089.txt │ │ │ ├── test_data_0090.txt │ │ │ ├── test_data_0091.txt │ │ │ ├── test_data_0092.txt │ │ │ ├── test_data_0093.txt │ │ │ ├── test_data_0094.txt │ │ │ ├── test_data_0095.txt │ │ │ ├── test_data_0096.txt │ │ │ ├── test_data_0097.txt │ │ │ ├── test_data_0098.txt │ │ │ ├── test_data_0099.txt │ │ │ ├── test_data_0100.txt │ │ │ ├── test_data_0101.txt │ │ │ ├── test_data_0102.txt │ │ │ ├── test_data_0103.txt │ │ │ ├── test_data_0104.txt │ │ │ ├── test_data_0105.txt │ │ │ ├── test_data_0106.txt │ │ │ ├── test_data_0107.txt │ │ │ ├── test_data_0108.txt │ │ │ ├── test_data_0109.txt │ │ │ ├── test_data_0110.txt │ │ │ ├── test_data_0111.txt │ │ │ ├── test_data_0112.txt │ │ │ ├── test_data_0113.txt │ │ │ ├── test_data_0114.txt │ │ │ ├── test_data_0115.txt │ │ │ ├── test_data_0116.txt │ │ │ ├── test_data_0117.txt │ │ │ ├── test_data_0118.txt │ │ │ ├── test_data_0119.txt │ │ │ ├── test_data_0120.txt │ │ │ ├── test_data_0121.txt │ │ │ ├── test_data_0122.txt │ │ │ ├── test_data_0123.txt │ │ │ ├── test_data_0124.txt │ │ │ ├── test_data_0125.txt │ │ │ ├── test_data_0126.txt │ │ │ ├── test_data_0127.txt │ │ │ ├── test_data_0128.txt │ │ │ ├── test_data_0129.txt │ │ │ ├── test_data_0130.txt │ │ │ ├── test_data_0131.txt │ │ │ ├── test_data_0132.txt │ │ │ ├── test_data_0133.txt │ │ │ ├── test_data_0134.txt │ │ │ ├── test_data_0135.txt │ │ │ ├── test_data_0136.txt │ │ │ ├── test_data_0137.txt │ │ │ ├── test_data_0138.txt │ │ │ ├── test_data_0139.txt │ │ │ ├── test_data_0140.txt │ │ │ ├── test_data_0141.txt │ │ │ ├── test_data_0142.txt │ │ │ ├── test_data_0143.txt │ │ │ ├── test_data_0144.txt │ │ │ ├── test_data_0145.txt │ │ │ ├── test_data_0146.txt │ │ │ ├── test_data_0147.txt │ │ │ ├── test_data_0148.txt │ │ │ ├── test_data_0149.txt │ │ │ ├── test_data_0150.txt │ │ │ ├── test_data_0151.txt │ │ │ ├── test_data_0152.txt │ │ │ ├── test_data_0153.txt │ │ │ ├── test_data_0154.txt │ │ │ ├── test_data_0155.txt │ │ │ ├── test_data_0156.txt │ │ │ ├── test_data_0157.txt │ │ │ ├── test_data_0158.txt │ │ │ ├── test_data_0159.txt │ │ │ ├── test_data_0160.txt │ │ │ ├── test_data_0161.txt │ │ │ ├── test_data_0162.txt │ │ │ ├── test_data_0163.txt │ │ │ ├── test_data_0164.txt │ │ │ ├── test_data_0165.txt │ │ │ ├── test_data_0166.txt │ │ │ ├── test_data_0167.txt │ │ │ ├── test_data_0168.txt │ │ │ ├── test_data_0169.txt │ │ │ ├── test_data_0170.txt │ │ │ ├── test_data_0171.txt │ │ │ ├── test_data_0172.txt │ │ │ ├── test_data_0173.txt │ │ │ ├── test_data_0174.txt │ │ │ ├── test_data_0175.txt │ │ │ ├── test_data_0176.txt │ │ │ ├── test_data_0177.txt │ │ │ ├── test_data_0178.txt │ │ │ ├── test_data_0179.txt │ │ │ ├── test_data_0180.txt │ │ │ ├── test_data_0181.txt │ │ │ ├── test_data_0182.txt │ │ │ ├── test_data_0183.txt │ │ │ ├── test_data_0184.txt │ │ │ ├── test_data_0185.txt │ │ │ ├── test_data_0186.txt │ │ │ ├── test_data_0187.txt │ │ │ ├── test_data_0188.txt │ │ │ ├── test_data_0189.txt │ │ │ ├── test_data_0190.txt │ │ │ ├── test_data_0191.txt │ │ │ ├── test_data_0192.txt │ │ │ ├── test_data_0193.txt │ │ │ ├── test_data_0194.txt │ │ │ ├── test_data_0195.txt │ │ │ ├── test_data_0196.txt │ │ │ ├── test_data_0197.txt │ │ │ ├── test_data_0198.txt │ │ │ ├── test_data_0199.txt │ │ │ ├── test_data_0200.txt │ │ │ ├── test_data_0201.txt │ │ │ ├── test_data_0202.txt │ │ │ ├── test_data_0203.txt │ │ │ ├── test_data_0204.txt │ │ │ ├── test_data_0205.txt │ │ │ ├── test_data_0206.txt │ │ │ ├── test_data_0207.txt │ │ │ ├── test_data_0208.txt │ │ │ ├── test_data_0209.txt │ │ │ ├── test_data_0210.txt │ │ │ ├── test_data_0211.txt │ │ │ ├── test_data_0212.txt │ │ │ ├── test_data_0213.txt │ │ │ ├── test_data_0214.txt │ │ │ ├── test_data_0215.txt │ │ │ ├── test_data_0216.txt │ │ │ ├── test_data_0217.txt │ │ │ ├── test_data_0218.txt │ │ │ ├── test_data_0219.txt │ │ │ ├── test_data_0220.txt │ │ │ ├── test_data_0221.txt │ │ │ ├── test_data_0222.txt │ │ │ ├── test_data_0223.txt │ │ │ ├── test_data_0224.txt │ │ │ ├── test_data_0225.txt │ │ │ ├── test_data_0226.txt │ │ │ ├── test_data_0227.txt │ │ │ ├── test_data_0228.txt │ │ │ ├── test_data_0229.txt │ │ │ ├── test_data_0230.txt │ │ │ ├── test_data_0231.txt │ │ │ ├── test_data_0232.txt │ │ │ ├── test_data_0233.txt │ │ │ ├── test_data_0234.txt │ │ │ ├── test_data_0235.txt │ │ │ ├── test_data_0236.txt │ │ │ ├── test_data_0237.txt │ │ │ ├── test_data_0238.txt │ │ │ ├── test_data_0239.txt │ │ │ ├── test_data_0240.txt │ │ │ ├── test_data_0241.txt │ │ │ ├── test_data_0242.txt │ │ │ ├── test_data_0243.txt │ │ │ ├── test_data_0244.txt │ │ │ ├── test_data_0245.txt │ │ │ ├── test_data_0246.txt │ │ │ ├── test_data_0247.txt │ │ │ ├── test_data_0248.txt │ │ │ ├── test_data_0249.txt │ │ │ ├── test_data_0250.txt │ │ │ ├── test_data_0251.txt │ │ │ ├── test_data_0252.txt │ │ │ ├── test_data_0253.txt │ │ │ ├── test_data_0254.txt │ │ │ ├── test_data_0255.txt │ │ │ ├── test_data_0256.txt │ │ │ ├── test_data_0257.txt │ │ │ ├── test_data_0258.txt │ │ │ ├── test_data_0259.txt │ │ │ ├── test_data_0260.txt │ │ │ ├── test_data_0261.txt │ │ │ ├── test_data_0262.txt │ │ │ ├── test_data_0263.txt │ │ │ ├── test_data_0264.txt │ │ │ ├── test_data_0265.txt │ │ │ ├── test_data_0266.txt │ │ │ ├── test_data_0267.txt │ │ │ ├── test_data_0268.txt │ │ │ ├── test_data_0269.txt │ │ │ ├── test_data_0270.txt │ │ │ ├── test_data_0271.txt │ │ │ ├── test_data_0272.txt │ │ │ ├── test_data_0273.txt │ │ │ ├── test_data_0274.txt │ │ │ ├── test_data_0275.txt │ │ │ ├── test_data_0276.txt │ │ │ ├── test_data_0277.txt │ │ │ ├── test_data_0278.txt │ │ │ ├── test_data_0279.txt │ │ │ ├── test_data_0280.txt │ │ │ ├── test_data_0281.txt │ │ │ ├── test_data_0282.txt │ │ │ ├── test_data_0283.txt │ │ │ ├── test_data_0284.txt │ │ │ ├── test_data_0285.txt │ │ │ ├── test_data_0286.txt │ │ │ ├── test_data_0287.txt │ │ │ ├── test_data_0288.txt │ │ │ ├── test_data_0289.txt │ │ │ ├── test_data_0290.txt │ │ │ ├── test_data_0291.txt │ │ │ ├── test_data_0292.txt │ │ │ ├── test_data_0293.txt │ │ │ ├── test_data_0294.txt │ │ │ ├── test_data_0295.txt │ │ │ ├── test_data_0296.txt │ │ │ ├── test_data_0297.txt │ │ │ ├── test_data_0298.txt │ │ │ ├── test_data_0299.txt │ │ │ ├── test_data_0300.txt │ │ │ ├── test_data_0301.txt │ │ │ ├── test_data_0302.txt │ │ │ ├── test_data_0303.txt │ │ │ ├── test_data_0304.txt │ │ │ ├── test_data_0305.txt │ │ │ ├── test_data_0306.txt │ │ │ ├── test_data_0307.txt │ │ │ ├── test_data_0308.txt │ │ │ ├── test_data_0309.txt │ │ │ ├── test_data_0310.txt │ │ │ ├── test_data_0311.txt │ │ │ ├── test_data_0312.txt │ │ │ ├── test_data_0313.txt │ │ │ ├── test_data_0314.txt │ │ │ ├── test_data_0315.txt │ │ │ ├── test_data_0316.txt │ │ │ ├── test_data_0317.txt │ │ │ ├── test_data_0318.txt │ │ │ ├── test_data_0319.txt │ │ │ ├── test_data_0320.txt │ │ │ ├── test_data_0321.txt │ │ │ ├── test_data_0322.txt │ │ │ ├── test_data_0323.txt │ │ │ ├── test_data_0324.txt │ │ │ ├── test_data_0325.txt │ │ │ ├── test_data_0326.txt │ │ │ ├── test_data_0327.txt │ │ │ ├── test_data_0328.txt │ │ │ ├── test_data_0329.txt │ │ │ ├── test_data_0330.txt │ │ │ ├── test_data_0331.txt │ │ │ ├── test_data_0332.txt │ │ │ ├── test_data_0333.txt │ │ │ ├── test_data_0334.txt │ │ │ ├── test_data_0335.txt │ │ │ ├── test_data_0336.txt │ │ │ ├── test_data_0337.txt │ │ │ ├── test_data_0338.txt │ │ │ ├── test_data_0339.txt │ │ │ ├── test_data_0340.txt │ │ │ ├── test_data_0341.txt │ │ │ ├── test_data_0342.txt │ │ │ ├── test_data_0343.txt │ │ │ ├── test_data_0344.txt │ │ │ ├── test_data_0345.txt │ │ │ ├── test_data_0346.txt │ │ │ ├── test_data_0347.txt │ │ │ ├── test_data_0348.txt │ │ │ ├── test_data_0349.txt │ │ │ ├── test_data_0350.txt │ │ │ ├── test_data_0351.txt │ │ │ ├── test_data_0352.txt │ │ │ ├── test_data_0353.txt │ │ │ ├── test_data_0354.txt │ │ │ ├── test_data_0355.txt │ │ │ ├── test_data_0356.txt │ │ │ ├── test_data_0357.txt │ │ │ ├── test_data_0358.txt │ │ │ ├── test_data_0359.txt │ │ │ ├── test_data_0360.txt │ │ │ ├── test_data_0361.txt │ │ │ ├── test_data_0362.txt │ │ │ ├── test_data_0363.txt │ │ │ ├── test_data_0364.txt │ │ │ ├── test_data_0365.txt │ │ │ ├── test_data_0366.txt │ │ │ ├── test_data_0367.txt │ │ │ ├── test_data_0368.txt │ │ │ ├── test_data_0369.txt │ │ │ ├── test_data_0370.txt │ │ │ ├── test_data_0371.txt │ │ │ ├── test_data_0372.txt │ │ │ ├── test_data_0373.txt │ │ │ ├── test_data_0374.txt │ │ │ ├── test_data_0375.txt │ │ │ ├── test_data_0376.txt │ │ │ ├── test_data_0377.txt │ │ │ ├── test_data_0378.txt │ │ │ ├── test_data_0379.txt │ │ │ ├── test_data_0380.txt │ │ │ ├── test_data_0381.txt │ │ │ ├── test_data_0382.txt │ │ │ ├── test_data_0383.txt │ │ │ ├── test_data_0384.txt │ │ │ ├── test_data_0385.txt │ │ │ ├── test_data_0386.txt │ │ │ ├── test_data_0387.txt │ │ │ ├── test_data_0388.txt │ │ │ ├── test_data_0389.txt │ │ │ ├── test_data_0390.txt │ │ │ ├── test_data_0391.txt │ │ │ ├── test_data_0392.txt │ │ │ ├── test_data_0393.txt │ │ │ ├── test_data_0394.txt │ │ │ ├── test_data_0395.txt │ │ │ ├── test_data_0396.txt │ │ │ ├── test_data_0397.txt │ │ │ ├── test_data_0398.txt │ │ │ ├── test_data_0399.txt │ │ │ ├── test_data_0400.txt │ │ │ ├── test_data_0401.txt │ │ │ ├── test_data_0402.txt │ │ │ ├── test_data_0403.txt │ │ │ ├── test_data_0404.txt │ │ │ ├── test_data_0405.txt │ │ │ ├── test_data_0406.txt │ │ │ ├── test_data_0407.txt │ │ │ ├── test_data_0408.txt │ │ │ ├── test_data_0409.txt │ │ │ ├── test_data_0410.txt │ │ │ ├── test_data_0411.txt │ │ │ ├── test_data_0412.txt │ │ │ ├── test_data_0413.txt │ │ │ ├── test_data_0414.txt │ │ │ ├── test_data_0415.txt │ │ │ ├── test_data_0416.txt │ │ │ ├── test_data_0417.txt │ │ │ ├── test_data_0418.txt │ │ │ ├── test_data_0419.txt │ │ │ ├── test_data_0420.txt │ │ │ ├── test_data_0421.txt │ │ │ ├── test_data_0422.txt │ │ │ ├── test_data_0423.txt │ │ │ ├── test_data_0424.txt │ │ │ ├── test_data_0425.txt │ │ │ ├── test_data_0426.txt │ │ │ ├── test_data_0427.txt │ │ │ ├── test_data_0428.txt │ │ │ ├── test_data_0429.txt │ │ │ ├── test_data_0430.txt │ │ │ ├── test_data_0431.txt │ │ │ ├── test_data_0432.txt │ │ │ ├── test_data_0433.txt │ │ │ ├── test_data_0434.txt │ │ │ ├── test_data_0435.txt │ │ │ ├── test_data_0436.txt │ │ │ ├── test_data_0437.txt │ │ │ ├── test_data_0438.txt │ │ │ ├── test_data_0439.txt │ │ │ ├── test_data_0440.txt │ │ │ ├── test_data_0441.txt │ │ │ ├── test_data_0442.txt │ │ │ ├── test_data_0443.txt │ │ │ ├── test_data_0444.txt │ │ │ ├── test_data_0445.txt │ │ │ ├── test_data_0446.txt │ │ │ ├── test_data_0447.txt │ │ │ ├── test_data_0448.txt │ │ │ ├── test_data_0449.txt │ │ │ ├── test_data_0450.txt │ │ │ ├── test_data_0451.txt │ │ │ ├── test_data_0452.txt │ │ │ ├── test_data_0453.txt │ │ │ ├── test_data_0454.txt │ │ │ ├── test_data_0455.txt │ │ │ ├── test_data_0456.txt │ │ │ ├── test_data_0457.txt │ │ │ ├── test_data_0458.txt │ │ │ ├── test_data_0459.txt │ │ │ ├── test_data_0460.txt │ │ │ ├── test_data_0461.txt │ │ │ ├── test_data_0462.txt │ │ │ ├── test_data_0463.txt │ │ │ ├── test_data_0464.txt │ │ │ ├── test_data_0465.txt │ │ │ ├── test_data_0466.txt │ │ │ ├── test_data_0467.txt │ │ │ ├── test_data_0468.txt │ │ │ ├── test_data_0469.txt │ │ │ ├── test_data_0470.txt │ │ │ ├── test_data_0471.txt │ │ │ ├── test_data_0472.txt │ │ │ ├── test_data_0473.txt │ │ │ ├── test_data_0474.txt │ │ │ ├── test_data_0475.txt │ │ │ ├── test_data_0476.txt │ │ │ ├── test_data_0477.txt │ │ │ ├── test_data_0478.txt │ │ │ ├── test_data_0479.txt │ │ │ ├── test_data_0480.txt │ │ │ ├── test_data_0481.txt │ │ │ ├── test_data_0482.txt │ │ │ ├── test_data_0483.txt │ │ │ ├── test_data_0484.txt │ │ │ ├── test_data_0485.txt │ │ │ ├── test_data_0486.txt │ │ │ ├── test_data_0487.txt │ │ │ ├── test_data_0488.txt │ │ │ ├── test_data_0489.txt │ │ │ ├── test_data_0490.txt │ │ │ ├── test_data_0491.txt │ │ │ ├── test_data_0492.txt │ │ │ ├── test_data_0493.txt │ │ │ ├── test_data_0494.txt │ │ │ ├── test_data_0495.txt │ │ │ ├── test_data_0496.txt │ │ │ ├── test_data_0497.txt │ │ │ ├── test_data_0498.txt │ │ │ ├── test_data_0499.txt │ │ │ ├── test_data_0500.txt │ │ │ ├── test_data_0501.txt │ │ │ ├── test_data_0502.txt │ │ │ ├── test_data_0503.txt │ │ │ ├── test_data_0504.txt │ │ │ ├── test_data_0505.txt │ │ │ ├── test_data_0506.txt │ │ │ ├── test_data_0507.txt │ │ │ ├── test_data_0508.txt │ │ │ ├── test_data_0509.txt │ │ │ ├── test_data_0510.txt │ │ │ ├── test_data_0511.txt │ │ │ ├── test_data_0512.txt │ │ │ ├── test_data_0513.txt │ │ │ ├── test_data_0514.txt │ │ │ ├── test_data_0515.txt │ │ │ ├── test_data_0516.txt │ │ │ ├── test_data_0517.txt │ │ │ ├── test_data_0518.txt │ │ │ ├── test_data_0519.txt │ │ │ ├── test_data_0520.txt │ │ │ ├── test_data_0521.txt │ │ │ ├── test_data_0522.txt │ │ │ ├── test_data_0523.txt │ │ │ ├── test_data_0524.txt │ │ │ ├── test_data_0525.txt │ │ │ ├── test_data_0526.txt │ │ │ ├── test_data_0527.txt │ │ │ ├── test_data_0528.txt │ │ │ ├── test_data_0529.txt │ │ │ ├── test_data_0530.txt │ │ │ ├── test_data_0531.txt │ │ │ ├── test_data_0532.txt │ │ │ ├── test_data_0533.txt │ │ │ ├── test_data_0534.txt │ │ │ ├── test_data_0535.txt │ │ │ ├── test_data_0536.txt │ │ │ ├── test_data_0537.txt │ │ │ ├── test_data_0538.txt │ │ │ ├── test_data_0539.txt │ │ │ ├── test_data_0540.txt │ │ │ ├── test_data_0541.txt │ │ │ ├── test_data_0542.txt │ │ │ ├── test_data_0543.txt │ │ │ ├── test_data_0544.txt │ │ │ ├── test_data_0545.txt │ │ │ ├── test_data_0546.txt │ │ │ ├── test_data_0547.txt │ │ │ ├── test_data_0548.txt │ │ │ ├── test_data_0549.txt │ │ │ ├── test_data_0550.txt │ │ │ ├── test_data_0551.txt │ │ │ ├── test_data_0552.txt │ │ │ ├── test_data_0553.txt │ │ │ ├── test_data_0554.txt │ │ │ ├── test_data_0555.txt │ │ │ ├── test_data_0556.txt │ │ │ ├── test_data_0557.txt │ │ │ ├── test_data_0558.txt │ │ │ ├── test_data_0559.txt │ │ │ ├── test_data_0560.txt │ │ │ ├── test_data_0561.txt │ │ │ ├── test_data_0562.txt │ │ │ ├── test_data_0563.txt │ │ │ ├── test_data_0564.txt │ │ │ ├── test_data_0565.txt │ │ │ ├── test_data_0566.txt │ │ │ ├── test_data_0567.txt │ │ │ ├── test_data_0568.txt │ │ │ ├── test_data_0569.txt │ │ │ ├── test_data_0570.txt │ │ │ ├── test_data_0571.txt │ │ │ ├── test_data_0572.txt │ │ │ ├── test_data_0573.txt │ │ │ ├── test_data_0574.txt │ │ │ ├── test_data_0575.txt │ │ │ ├── test_data_0576.txt │ │ │ ├── test_data_0577.txt │ │ │ ├── test_data_0578.txt │ │ │ ├── test_data_0579.txt │ │ │ ├── test_data_0580.txt │ │ │ ├── test_data_0581.txt │ │ │ ├── test_data_0582.txt │ │ │ ├── test_data_0583.txt │ │ │ ├── test_data_0584.txt │ │ │ ├── test_data_0585.txt │ │ │ ├── test_data_0586.txt │ │ │ ├── test_data_0587.txt │ │ │ ├── test_data_0588.txt │ │ │ ├── test_data_0589.txt │ │ │ ├── test_data_0590.txt │ │ │ ├── test_data_0591.txt │ │ │ ├── test_data_0592.txt │ │ │ ├── test_data_0593.txt │ │ │ ├── test_data_0594.txt │ │ │ ├── test_data_0595.txt │ │ │ ├── test_data_0596.txt │ │ │ ├── test_data_0597.txt │ │ │ ├── test_data_0598.txt │ │ │ ├── test_data_0599.txt │ │ │ ├── test_data_0600.txt │ │ │ ├── test_data_0601.txt │ │ │ ├── test_data_0602.txt │ │ │ ├── test_data_0603.txt │ │ │ ├── test_data_0604.txt │ │ │ ├── test_data_0605.txt │ │ │ ├── test_data_0606.txt │ │ │ ├── test_data_0607.txt │ │ │ ├── test_data_0608.txt │ │ │ ├── test_data_0609.txt │ │ │ ├── test_data_0610.txt │ │ │ ├── test_data_0611.txt │ │ │ ├── test_data_0612.txt │ │ │ ├── test_data_0613.txt │ │ │ ├── test_data_0614.txt │ │ │ ├── test_data_0615.txt │ │ │ ├── test_data_0616.txt │ │ │ ├── test_data_0617.txt │ │ │ ├── test_data_0618.txt │ │ │ ├── test_data_0619.txt │ │ │ ├── test_data_0620.txt │ │ │ ├── test_data_0621.txt │ │ │ ├── test_data_0622.txt │ │ │ ├── test_data_0623.txt │ │ │ ├── test_data_0624.txt │ │ │ ├── test_data_0625.txt │ │ │ ├── test_data_0626.txt │ │ │ ├── test_data_0627.txt │ │ │ ├── test_data_0628.txt │ │ │ ├── test_data_0629.txt │ │ │ ├── test_data_0630.txt │ │ │ ├── test_data_0631.txt │ │ │ ├── test_data_0632.txt │ │ │ ├── test_data_0633.txt │ │ │ ├── test_data_0634.txt │ │ │ ├── test_data_0635.txt │ │ │ ├── test_data_0636.txt │ │ │ ├── test_data_0637.txt │ │ │ ├── test_data_0638.txt │ │ │ ├── test_data_0639.txt │ │ │ ├── test_data_0640.txt │ │ │ ├── test_data_0641.txt │ │ │ ├── test_data_0642.txt │ │ │ ├── test_data_0643.txt │ │ │ ├── test_data_0644.txt │ │ │ ├── test_data_0645.txt │ │ │ ├── test_data_0646.txt │ │ │ ├── test_data_0647.txt │ │ │ ├── test_data_0648.txt │ │ │ ├── test_data_0649.txt │ │ │ ├── test_data_0650.txt │ │ │ ├── test_data_0651.txt │ │ │ ├── test_data_0652.txt │ │ │ ├── test_data_0653.txt │ │ │ ├── test_data_0654.txt │ │ │ ├── test_data_0655.txt │ │ │ ├── test_data_0656.txt │ │ │ ├── test_data_0657.txt │ │ │ ├── test_data_0658.txt │ │ │ ├── test_data_0659.txt │ │ │ ├── test_data_0660.txt │ │ │ ├── test_data_0661.txt │ │ │ ├── test_data_0662.txt │ │ │ ├── test_data_0663.txt │ │ │ ├── test_data_0664.txt │ │ │ ├── test_data_0665.txt │ │ │ ├── test_data_0666.txt │ │ │ ├── test_data_0667.txt │ │ │ ├── test_data_0668.txt │ │ │ ├── test_data_0669.txt │ │ │ ├── test_data_0670.txt │ │ │ ├── test_data_0671.txt │ │ │ ├── test_data_0672.txt │ │ │ ├── test_data_0673.txt │ │ │ ├── test_data_0674.txt │ │ │ ├── test_data_0675.txt │ │ │ ├── test_data_0676.txt │ │ │ ├── test_data_0677.txt │ │ │ ├── test_data_0678.txt │ │ │ ├── test_data_0679.txt │ │ │ ├── test_data_0680.txt │ │ │ ├── test_data_0681.txt │ │ │ ├── test_data_0682.txt │ │ │ ├── test_data_0683.txt │ │ │ ├── test_data_0684.txt │ │ │ ├── test_data_0685.txt │ │ │ ├── test_data_0686.txt │ │ │ ├── test_data_0687.txt │ │ │ ├── test_data_0688.txt │ │ │ ├── test_data_0689.txt │ │ │ ├── test_data_0690.txt │ │ │ ├── test_data_0691.txt │ │ │ ├── test_data_0692.txt │ │ │ ├── test_data_0693.txt │ │ │ ├── test_data_0694.txt │ │ │ ├── test_data_0695.txt │ │ │ ├── test_data_0696.txt │ │ │ ├── test_data_0697.txt │ │ │ ├── test_data_0698.txt │ │ │ ├── test_data_0699.txt │ │ │ ├── test_data_0700.txt │ │ │ ├── test_data_0701.txt │ │ │ ├── test_data_0702.txt │ │ │ ├── test_data_0703.txt │ │ │ ├── test_data_0704.txt │ │ │ ├── test_data_0705.txt │ │ │ ├── test_data_0706.txt │ │ │ ├── test_data_0707.txt │ │ │ ├── test_data_0708.txt │ │ │ ├── test_data_0709.txt │ │ │ ├── test_data_0710.txt │ │ │ ├── test_data_0711.txt │ │ │ ├── test_data_0712.txt │ │ │ ├── test_data_0713.txt │ │ │ ├── test_data_0714.txt │ │ │ ├── test_data_0715.txt │ │ │ ├── test_data_0716.txt │ │ │ ├── test_data_0717.txt │ │ │ ├── test_data_0718.txt │ │ │ ├── test_data_0719.txt │ │ │ ├── test_data_0720.txt │ │ │ ├── test_data_0721.txt │ │ │ ├── test_data_0722.txt │ │ │ ├── test_data_0723.txt │ │ │ ├── test_data_0724.txt │ │ │ ├── test_data_0725.txt │ │ │ ├── test_data_0726.txt │ │ │ ├── test_data_0727.txt │ │ │ ├── test_data_0728.txt │ │ │ ├── test_data_0729.txt │ │ │ ├── test_data_0730.txt │ │ │ ├── test_data_0731.txt │ │ │ ├── test_data_0732.txt │ │ │ ├── test_data_0733.txt │ │ │ ├── test_data_0734.txt │ │ │ ├── test_data_0735.txt │ │ │ ├── test_data_0736.txt │ │ │ ├── test_data_0737.txt │ │ │ ├── test_data_0738.txt │ │ │ ├── test_data_0739.txt │ │ │ ├── test_data_0740.txt │ │ │ ├── test_data_0741.txt │ │ │ ├── test_data_0742.txt │ │ │ ├── test_data_0743.txt │ │ │ ├── test_data_0744.txt │ │ │ ├── test_data_0745.txt │ │ │ ├── test_data_0746.txt │ │ │ ├── test_data_0747.txt │ │ │ ├── test_data_0748.txt │ │ │ ├── test_data_0749.txt │ │ │ ├── test_data_0750.txt │ │ │ ├── test_data_0751.txt │ │ │ ├── test_data_0752.txt │ │ │ ├── test_data_0753.txt │ │ │ ├── test_data_0754.txt │ │ │ ├── test_data_0755.txt │ │ │ ├── test_data_0756.txt │ │ │ ├── test_data_0757.txt │ │ │ ├── test_data_0758.txt │ │ │ ├── test_data_0759.txt │ │ │ ├── test_data_0760.txt │ │ │ ├── test_data_0761.txt │ │ │ ├── test_data_0762.txt │ │ │ ├── test_data_0763.txt │ │ │ ├── test_data_0764.txt │ │ │ ├── test_data_0765.txt │ │ │ ├── test_data_0766.txt │ │ │ ├── test_data_0767.txt │ │ │ ├── test_data_0768.txt │ │ │ ├── test_data_0769.txt │ │ │ ├── test_data_0770.txt │ │ │ ├── test_data_0771.txt │ │ │ ├── test_data_0772.txt │ │ │ ├── test_data_0773.txt │ │ │ ├── test_data_0774.txt │ │ │ ├── test_data_0775.txt │ │ │ ├── test_data_0776.txt │ │ │ ├── test_data_0777.txt │ │ │ ├── test_data_0778.txt │ │ │ ├── test_data_0779.txt │ │ │ ├── test_data_0780.txt │ │ │ ├── test_data_0781.txt │ │ │ ├── test_data_0782.txt │ │ │ ├── test_data_0783.txt │ │ │ ├── test_data_0784.txt │ │ │ ├── test_data_0785.txt │ │ │ ├── test_data_0786.txt │ │ │ ├── test_data_0787.txt │ │ │ ├── test_data_0788.txt │ │ │ ├── test_data_0789.txt │ │ │ ├── test_data_0790.txt │ │ │ ├── test_data_0791.txt │ │ │ ├── test_data_0792.txt │ │ │ ├── test_data_0793.txt │ │ │ ├── test_data_0794.txt │ │ │ ├── test_data_0795.txt │ │ │ ├── test_data_0796.txt │ │ │ ├── test_data_0797.txt │ │ │ ├── test_data_0798.txt │ │ │ ├── test_data_0799.txt │ │ │ ├── test_data_0800.txt │ │ │ ├── test_data_0801.txt │ │ │ ├── test_data_0802.txt │ │ │ ├── test_data_0803.txt │ │ │ ├── test_data_0804.txt │ │ │ ├── test_data_0805.txt │ │ │ ├── test_data_0806.txt │ │ │ ├── test_data_0807.txt │ │ │ ├── test_data_0808.txt │ │ │ ├── test_data_0809.txt │ │ │ ├── test_data_0810.txt │ │ │ ├── test_data_0811.txt │ │ │ ├── test_data_0812.txt │ │ │ ├── test_data_0813.txt │ │ │ ├── test_data_0814.txt │ │ │ ├── test_data_0815.txt │ │ │ ├── test_data_0816.txt │ │ │ ├── test_data_0817.txt │ │ │ ├── test_data_0818.txt │ │ │ ├── test_data_0819.txt │ │ │ ├── test_data_0820.txt │ │ │ ├── test_data_0821.txt │ │ │ ├── test_data_0822.txt │ │ │ ├── test_data_0823.txt │ │ │ ├── test_data_0824.txt │ │ │ ├── test_data_0825.txt │ │ │ ├── test_data_0826.txt │ │ │ ├── test_data_0827.txt │ │ │ ├── test_data_0828.txt │ │ │ ├── test_data_0829.txt │ │ │ ├── test_data_0830.txt │ │ │ ├── test_data_0831.txt │ │ │ ├── test_data_0832.txt │ │ │ ├── test_data_0833.txt │ │ │ ├── test_data_0834.txt │ │ │ ├── test_data_0835.txt │ │ │ ├── test_data_0836.txt │ │ │ ├── test_data_0837.txt │ │ │ ├── test_data_0838.txt │ │ │ ├── test_data_0839.txt │ │ │ ├── test_data_0840.txt │ │ │ ├── test_data_0841.txt │ │ │ ├── test_data_0842.txt │ │ │ ├── test_data_0843.txt │ │ │ ├── test_data_0844.txt │ │ │ ├── test_data_0845.txt │ │ │ ├── test_data_0846.txt │ │ │ ├── test_data_0847.txt │ │ │ ├── test_data_0848.txt │ │ │ ├── test_data_0849.txt │ │ │ ├── test_data_0850.txt │ │ │ ├── test_data_0851.txt │ │ │ ├── test_data_0852.txt │ │ │ ├── test_data_0853.txt │ │ │ ├── test_data_0854.txt │ │ │ ├── test_data_0855.txt │ │ │ ├── test_data_0856.txt │ │ │ ├── test_data_0857.txt │ │ │ ├── test_data_0858.txt │ │ │ ├── test_data_0859.txt │ │ │ ├── test_data_0860.txt │ │ │ ├── test_data_0861.txt │ │ │ ├── test_data_0862.txt │ │ │ ├── test_data_0863.txt │ │ │ ├── test_data_0864.txt │ │ │ ├── test_data_0865.txt │ │ │ ├── test_data_0866.txt │ │ │ ├── test_data_0867.txt │ │ │ ├── test_data_0868.txt │ │ │ ├── test_data_0869.txt │ │ │ ├── test_data_0870.txt │ │ │ ├── test_data_0871.txt │ │ │ ├── test_data_0872.txt │ │ │ ├── test_data_0873.txt │ │ │ ├── test_data_0874.txt │ │ │ ├── test_data_0875.txt │ │ │ ├── test_data_0876.txt │ │ │ ├── test_data_0877.txt │ │ │ ├── test_data_0878.txt │ │ │ ├── test_data_0879.txt │ │ │ ├── test_data_0880.txt │ │ │ ├── test_data_0881.txt │ │ │ ├── test_data_0882.txt │ │ │ ├── test_data_0883.txt │ │ │ ├── test_data_0884.txt │ │ │ ├── test_data_0885.txt │ │ │ ├── test_data_0886.txt │ │ │ ├── test_data_0887.txt │ │ │ ├── test_data_0888.txt │ │ │ ├── test_data_0889.txt │ │ │ ├── test_data_0890.txt │ │ │ ├── test_data_0891.txt │ │ │ ├── test_data_0892.txt │ │ │ ├── test_data_0893.txt │ │ │ ├── test_data_0894.txt │ │ │ ├── test_data_0895.txt │ │ │ ├── test_data_0896.txt │ │ │ ├── test_data_0897.txt │ │ │ ├── test_data_0898.txt │ │ │ ├── test_data_0899.txt │ │ │ ├── test_data_0900.txt │ │ │ ├── test_data_0901.txt │ │ │ ├── test_data_0902.txt │ │ │ ├── test_data_0903.txt │ │ │ ├── test_data_0904.txt │ │ │ ├── test_data_0905.txt │ │ │ ├── test_data_0906.txt │ │ │ ├── test_data_0907.txt │ │ │ ├── test_data_0908.txt │ │ │ ├── test_data_0909.txt │ │ │ ├── test_data_0910.txt │ │ │ ├── test_data_0911.txt │ │ │ ├── test_data_0912.txt │ │ │ ├── test_data_0913.txt │ │ │ ├── test_data_0914.txt │ │ │ ├── test_data_0915.txt │ │ │ ├── test_data_0916.txt │ │ │ ├── test_data_0917.txt │ │ │ ├── test_data_0918.txt │ │ │ ├── test_data_0919.txt │ │ │ ├── test_data_0920.txt │ │ │ ├── test_data_0921.txt │ │ │ ├── test_data_0922.txt │ │ │ ├── test_data_0923.txt │ │ │ ├── test_data_0924.txt │ │ │ ├── test_data_0925.txt │ │ │ ├── test_data_0926.txt │ │ │ ├── test_data_0927.txt │ │ │ ├── test_data_0928.txt │ │ │ ├── test_data_0929.txt │ │ │ ├── test_data_0930.txt │ │ │ ├── test_data_0931.txt │ │ │ ├── test_data_0932.txt │ │ │ ├── test_data_0933.txt │ │ │ ├── test_data_0934.txt │ │ │ ├── test_data_0935.txt │ │ │ ├── test_data_0936.txt │ │ │ ├── test_data_0937.txt │ │ │ ├── test_data_0938.txt │ │ │ ├── test_data_0939.txt │ │ │ ├── test_data_0940.txt │ │ │ ├── test_data_0941.txt │ │ │ ├── test_data_0942.txt │ │ │ ├── test_data_0943.txt │ │ │ ├── test_data_0944.txt │ │ │ ├── test_data_0945.txt │ │ │ ├── test_data_0946.txt │ │ │ ├── test_data_0947.txt │ │ │ ├── test_data_0948.txt │ │ │ ├── test_data_0949.txt │ │ │ ├── test_data_0950.txt │ │ │ ├── test_data_0951.txt │ │ │ ├── test_data_0952.txt │ │ │ ├── test_data_0953.txt │ │ │ ├── test_data_0954.txt │ │ │ ├── test_data_0955.txt │ │ │ ├── test_data_0956.txt │ │ │ ├── test_data_0957.txt │ │ │ ├── test_data_0958.txt │ │ │ ├── test_data_0959.txt │ │ │ ├── test_data_0960.txt │ │ │ ├── test_data_0961.txt │ │ │ ├── test_data_0962.txt │ │ │ ├── test_data_0963.txt │ │ │ ├── test_data_0964.txt │ │ │ ├── test_data_0965.txt │ │ │ ├── test_data_0966.txt │ │ │ ├── test_data_0967.txt │ │ │ ├── test_data_0968.txt │ │ │ ├── test_data_0969.txt │ │ │ ├── test_data_0970.txt │ │ │ ├── test_data_0971.txt │ │ │ ├── test_data_0972.txt │ │ │ ├── test_data_0973.txt │ │ │ ├── test_data_0974.txt │ │ │ ├── test_data_0975.txt │ │ │ ├── test_data_0976.txt │ │ │ ├── test_data_0977.txt │ │ │ ├── test_data_0978.txt │ │ │ ├── test_data_0979.txt │ │ │ ├── test_data_0980.txt │ │ │ ├── test_data_0981.txt │ │ │ ├── test_data_0982.txt │ │ │ ├── test_data_0983.txt │ │ │ ├── test_data_0984.txt │ │ │ ├── test_data_0985.txt │ │ │ ├── test_data_0986.txt │ │ │ ├── test_data_0987.txt │ │ │ ├── test_data_0988.txt │ │ │ ├── test_data_0989.txt │ │ │ ├── test_data_0990.txt │ │ │ ├── test_data_0991.txt │ │ │ ├── test_data_0992.txt │ │ │ ├── test_data_0993.txt │ │ │ ├── test_data_0994.txt │ │ │ ├── test_data_0995.txt │ │ │ ├── test_data_0996.txt │ │ │ ├── test_data_0997.txt │ │ │ ├── test_data_0998.txt │ │ │ ├── test_data_0999.txt │ │ │ ├── test_data_1000.txt │ │ │ ├── test_data_1001.txt │ │ │ ├── test_data_1002.txt │ │ │ ├── test_data_1003.txt │ │ │ ├── test_data_1004.txt │ │ │ ├── test_data_1005.txt │ │ │ ├── test_data_1006.txt │ │ │ ├── test_data_1007.txt │ │ │ ├── test_data_1008.txt │ │ │ ├── test_data_1009.txt │ │ │ ├── test_data_1010.txt │ │ │ ├── test_data_1011.txt │ │ │ ├── test_data_1012.txt │ │ │ ├── test_data_1013.txt │ │ │ ├── test_data_1014.txt │ │ │ ├── test_data_1015.txt │ │ │ ├── test_data_1016.txt │ │ │ ├── test_data_1017.txt │ │ │ ├── test_data_1018.txt │ │ │ ├── test_data_1019.txt │ │ │ ├── test_data_1020.txt │ │ │ ├── test_data_1021.txt │ │ │ ├── test_data_1022.txt │ │ │ ├── test_data_1023.txt │ │ │ ├── test_data_1024.txt │ │ │ ├── test_data_1025.txt │ │ │ ├── test_data_1026.txt │ │ │ ├── test_data_1027.txt │ │ │ ├── test_data_1028.txt │ │ │ ├── test_data_1029.txt │ │ │ ├── test_data_1030.txt │ │ │ ├── test_data_1031.txt │ │ │ ├── test_data_1032.txt │ │ │ ├── test_data_1033.txt │ │ │ ├── test_data_1034.txt │ │ │ ├── test_data_1035.txt │ │ │ ├── test_data_1036.txt │ │ │ ├── test_data_1037.txt │ │ │ ├── test_data_1038.txt │ │ │ ├── test_data_1039.txt │ │ │ ├── test_data_1040.txt │ │ │ ├── test_data_1041.txt │ │ │ ├── test_data_1042.txt │ │ │ ├── test_data_1043.txt │ │ │ ├── test_data_1044.txt │ │ │ ├── test_data_1045.txt │ │ │ ├── test_data_1046.txt │ │ │ ├── test_data_1047.txt │ │ │ ├── test_data_1048.txt │ │ │ ├── test_data_1049.txt │ │ │ ├── test_data_1050.txt │ │ │ ├── test_data_1051.txt │ │ │ ├── test_data_1052.txt │ │ │ ├── test_data_1053.txt │ │ │ ├── test_data_1054.txt │ │ │ ├── test_data_1055.txt │ │ │ ├── test_data_1056.txt │ │ │ ├── test_data_1057.txt │ │ │ ├── test_data_1058.txt │ │ │ ├── test_data_1059.txt │ │ │ ├── test_data_1060.txt │ │ │ ├── test_data_1061.txt │ │ │ ├── test_data_1062.txt │ │ │ ├── test_data_1063.txt │ │ │ ├── test_data_1064.txt │ │ │ ├── test_data_1065.txt │ │ │ ├── test_data_1066.txt │ │ │ ├── test_data_1067.txt │ │ │ ├── test_data_1068.txt │ │ │ ├── test_data_1069.txt │ │ │ ├── test_data_1070.txt │ │ │ ├── test_data_1071.txt │ │ │ ├── test_data_1072.txt │ │ │ ├── test_data_1073.txt │ │ │ ├── test_data_1074.txt │ │ │ ├── test_data_1075.txt │ │ │ ├── test_data_1076.txt │ │ │ ├── test_data_1077.txt │ │ │ ├── test_data_1078.txt │ │ │ ├── test_data_1079.txt │ │ │ ├── test_data_1080.txt │ │ │ ├── test_data_1081.txt │ │ │ ├── test_data_1082.txt │ │ │ ├── test_data_1083.txt │ │ │ ├── test_data_1084.txt │ │ │ ├── test_data_1085.txt │ │ │ ├── test_data_1086.txt │ │ │ ├── test_data_1087.txt │ │ │ ├── test_data_1088.txt │ │ │ ├── test_data_1089.txt │ │ │ ├── test_data_1090.txt │ │ │ ├── test_data_1091.txt │ │ │ ├── test_data_1092.txt │ │ │ ├── test_data_1093.txt │ │ │ ├── test_data_1094.txt │ │ │ ├── test_data_1095.txt │ │ │ ├── test_data_1096.txt │ │ │ ├── test_data_1097.txt │ │ │ ├── test_data_1098.txt │ │ │ ├── test_data_1099.txt │ │ │ ├── test_data_1100.txt │ │ │ ├── test_data_1101.txt │ │ │ ├── test_data_1102.txt │ │ │ ├── test_data_1103.txt │ │ │ ├── test_data_1104.txt │ │ │ ├── test_data_1105.txt │ │ │ ├── test_data_1106.txt │ │ │ ├── test_data_1107.txt │ │ │ ├── test_data_1108.txt │ │ │ ├── test_data_1109.txt │ │ │ ├── test_data_1110.txt │ │ │ ├── test_data_1111.txt │ │ │ ├── test_data_1112.txt │ │ │ ├── test_data_1113.txt │ │ │ ├── test_data_1114.txt │ │ │ ├── test_data_1115.txt │ │ │ ├── test_data_1116.txt │ │ │ ├── test_data_1117.txt │ │ │ ├── test_data_1118.txt │ │ │ ├── test_data_1119.txt │ │ │ ├── test_data_1120.txt │ │ │ ├── test_data_1121.txt │ │ │ ├── test_data_1122.txt │ │ │ ├── test_data_1123.txt │ │ │ ├── test_data_1124.txt │ │ │ ├── test_data_1125.txt │ │ │ ├── test_data_1126.txt │ │ │ ├── test_data_1127.txt │ │ │ ├── test_data_1128.txt │ │ │ ├── test_data_1129.txt │ │ │ ├── test_data_1130.txt │ │ │ ├── test_data_1131.txt │ │ │ ├── test_data_1132.txt │ │ │ ├── test_data_1133.txt │ │ │ ├── test_data_1134.txt │ │ │ ├── test_data_1135.txt │ │ │ ├── test_data_1136.txt │ │ │ ├── test_data_1137.txt │ │ │ ├── test_data_1138.txt │ │ │ ├── test_data_1139.txt │ │ │ ├── test_data_1140.txt │ │ │ ├── test_data_1141.txt │ │ │ ├── test_data_1142.txt │ │ │ ├── test_data_1143.txt │ │ │ ├── test_data_1144.txt │ │ │ ├── test_data_1145.txt │ │ │ ├── test_data_1146.txt │ │ │ ├── test_data_1147.txt │ │ │ ├── test_data_1148.txt │ │ │ ├── test_data_1149.txt │ │ │ ├── test_data_1150.txt │ │ │ ├── test_data_1151.txt │ │ │ ├── test_data_1152.txt │ │ │ ├── test_data_1153.txt │ │ │ ├── test_data_1154.txt │ │ │ ├── test_data_1155.txt │ │ │ ├── test_data_1156.txt │ │ │ ├── test_data_1157.txt │ │ │ ├── test_data_1158.txt │ │ │ ├── test_data_1159.txt │ │ │ ├── test_data_1160.txt │ │ │ ├── test_data_1161.txt │ │ │ ├── test_data_1162.txt │ │ │ ├── test_data_1163.txt │ │ │ ├── test_data_1164.txt │ │ │ ├── test_data_1165.txt │ │ │ ├── test_data_1166.txt │ │ │ ├── test_data_1167.txt │ │ │ ├── test_data_1168.txt │ │ │ ├── test_data_1169.txt │ │ │ ├── test_data_1170.txt │ │ │ ├── test_data_1171.txt │ │ │ ├── test_data_1172.txt │ │ │ ├── test_data_1173.txt │ │ │ ├── test_data_1174.txt │ │ │ ├── test_data_1175.txt │ │ │ ├── test_data_1176.txt │ │ │ ├── test_data_1177.txt │ │ │ ├── test_data_1178.txt │ │ │ ├── test_data_1179.txt │ │ │ ├── test_data_1180.txt │ │ │ ├── test_data_1181.txt │ │ │ ├── test_data_1182.txt │ │ │ ├── test_data_1183.txt │ │ │ ├── test_data_1184.txt │ │ │ ├── test_data_1185.txt │ │ │ ├── test_data_1186.txt │ │ │ ├── test_data_1187.txt │ │ │ ├── test_data_1188.txt │ │ │ ├── test_data_1189.txt │ │ │ ├── test_data_1190.txt │ │ │ ├── test_data_1191.txt │ │ │ ├── test_data_1192.txt │ │ │ ├── test_data_1193.txt │ │ │ ├── test_data_1194.txt │ │ │ ├── test_data_1195.txt │ │ │ ├── test_data_1196.txt │ │ │ ├── test_data_1197.txt │ │ │ ├── test_data_1198.txt │ │ │ ├── test_data_1199.txt │ │ │ ├── test_data_1200.txt │ │ │ ├── test_data_1201.txt │ │ │ ├── test_data_1202.txt │ │ │ ├── test_data_1203.txt │ │ │ ├── test_data_1204.txt │ │ │ ├── test_data_1205.txt │ │ │ ├── test_data_1206.txt │ │ │ ├── test_data_1207.txt │ │ │ ├── test_data_1208.txt │ │ │ ├── test_data_1209.txt │ │ │ ├── test_data_1210.txt │ │ │ ├── test_data_1211.txt │ │ │ ├── test_data_1212.txt │ │ │ ├── test_data_1213.txt │ │ │ ├── test_data_1214.txt │ │ │ ├── test_data_1215.txt │ │ │ ├── test_data_1216.txt │ │ │ ├── test_data_1217.txt │ │ │ ├── test_data_1218.txt │ │ │ ├── test_data_1219.txt │ │ │ ├── test_data_1220.txt │ │ │ ├── test_data_1221.txt │ │ │ ├── test_data_1222.txt │ │ │ ├── test_data_1223.txt │ │ │ ├── test_data_1224.txt │ │ │ ├── test_data_1225.txt │ │ │ ├── test_data_1226.txt │ │ │ ├── test_data_1227.txt │ │ │ ├── test_data_1228.txt │ │ │ ├── test_data_1229.txt │ │ │ ├── test_data_1230.txt │ │ │ ├── test_data_1231.txt │ │ │ ├── test_data_1232.txt │ │ │ ├── test_data_1233.txt │ │ │ ├── test_data_1234.txt │ │ │ ├── test_data_1235.txt │ │ │ ├── test_data_1236.txt │ │ │ ├── test_data_1237.txt │ │ │ ├── test_data_1238.txt │ │ │ ├── test_data_1239.txt │ │ │ ├── test_data_1240.txt │ │ │ ├── test_data_1241.txt │ │ │ ├── test_data_1242.txt │ │ │ ├── test_data_1243.txt │ │ │ ├── test_data_1244.txt │ │ │ ├── test_data_1245.txt │ │ │ ├── test_data_1246.txt │ │ │ ├── test_data_1247.txt │ │ │ ├── test_data_1248.txt │ │ │ ├── test_data_1249.txt │ │ │ ├── test_data_1250.txt │ │ │ ├── test_data_1251.txt │ │ │ ├── test_data_1252.txt │ │ │ ├── test_data_1253.txt │ │ │ ├── test_data_1254.txt │ │ │ ├── test_data_1255.txt │ │ │ ├── test_data_1256.txt │ │ │ ├── test_data_1257.txt │ │ │ ├── test_data_1258.txt │ │ │ ├── test_data_1259.txt │ │ │ ├── test_data_1260.txt │ │ │ ├── test_data_1261.txt │ │ │ ├── test_data_1262.txt │ │ │ ├── test_data_1263.txt │ │ │ ├── test_data_1264.txt │ │ │ ├── test_data_1265.txt │ │ │ ├── test_data_1266.txt │ │ │ ├── test_data_1267.txt │ │ │ ├── test_data_1268.txt │ │ │ ├── test_data_1269.txt │ │ │ ├── test_data_1270.txt │ │ │ ├── test_data_1271.txt │ │ │ ├── test_data_1272.txt │ │ │ ├── test_data_1273.txt │ │ │ ├── test_data_1274.txt │ │ │ ├── test_data_1275.txt │ │ │ ├── test_data_1276.txt │ │ │ ├── test_data_1277.txt │ │ │ ├── test_data_1278.txt │ │ │ ├── test_data_1279.txt │ │ │ ├── test_data_1280.txt │ │ │ ├── test_data_1281.txt │ │ │ ├── test_data_1282.txt │ │ │ ├── test_data_1283.txt │ │ │ ├── test_data_1284.txt │ │ │ ├── test_data_1285.txt │ │ │ ├── test_data_1286.txt │ │ │ ├── test_data_1287.txt │ │ │ ├── test_data_1288.txt │ │ │ ├── test_data_1289.txt │ │ │ ├── test_data_1290.txt │ │ │ ├── test_data_1291.txt │ │ │ ├── test_data_1292.txt │ │ │ ├── test_data_1293.txt │ │ │ ├── test_data_1294.txt │ │ │ ├── test_data_1295.txt │ │ │ ├── test_data_1296.txt │ │ │ ├── test_data_1297.txt │ │ │ ├── test_data_1298.txt │ │ │ ├── test_data_1299.txt │ │ │ ├── test_data_1300.txt │ │ │ ├── test_data_1301.txt │ │ │ ├── test_data_1302.txt │ │ │ ├── test_data_1303.txt │ │ │ ├── test_data_1304.txt │ │ │ ├── test_data_1305.txt │ │ │ ├── test_data_1306.txt │ │ │ ├── test_data_1307.txt │ │ │ ├── test_data_1308.txt │ │ │ ├── test_data_1309.txt │ │ │ ├── test_data_1310.txt │ │ │ ├── test_data_1311.txt │ │ │ ├── test_data_1312.txt │ │ │ ├── test_data_1313.txt │ │ │ ├── test_data_1314.txt │ │ │ ├── test_data_1315.txt │ │ │ ├── test_data_1316.txt │ │ │ ├── test_data_1317.txt │ │ │ ├── test_data_1318.txt │ │ │ ├── test_data_1319.txt │ │ │ ├── test_data_1320.txt │ │ │ ├── test_data_1321.txt │ │ │ ├── test_data_1322.txt │ │ │ ├── test_data_1323.txt │ │ │ ├── test_data_1324.txt │ │ │ ├── test_data_1325.txt │ │ │ ├── test_data_1326.txt │ │ │ ├── test_data_1327.txt │ │ │ ├── test_data_1328.txt │ │ │ ├── test_data_1329.txt │ │ │ ├── test_data_1330.txt │ │ │ ├── test_data_1331.txt │ │ │ ├── test_data_1332.txt │ │ │ ├── test_data_1333.txt │ │ │ ├── test_data_1334.txt │ │ │ ├── test_data_1335.txt │ │ │ ├── test_data_1336.txt │ │ │ ├── test_data_1337.txt │ │ │ ├── test_data_1338.txt │ │ │ ├── test_data_1339.txt │ │ │ ├── test_data_1340.txt │ │ │ ├── test_data_1341.txt │ │ │ ├── test_data_1342.txt │ │ │ ├── test_data_1343.txt │ │ │ ├── test_data_1344.txt │ │ │ ├── test_data_1345.txt │ │ │ ├── test_data_1346.txt │ │ │ ├── test_data_1347.txt │ │ │ ├── test_data_1348.txt │ │ │ ├── test_data_1349.txt │ │ │ ├── test_data_1350.txt │ │ │ ├── test_data_1351.txt │ │ │ ├── test_data_1352.txt │ │ │ ├── test_data_1353.txt │ │ │ ├── test_data_1354.txt │ │ │ ├── test_data_1355.txt │ │ │ ├── test_data_1356.txt │ │ │ ├── test_data_1357.txt │ │ │ ├── test_data_1358.txt │ │ │ ├── test_data_1359.txt │ │ │ ├── test_data_1360.txt │ │ │ ├── test_data_1361.txt │ │ │ ├── test_data_1362.txt │ │ │ ├── test_data_1363.txt │ │ │ ├── test_data_1364.txt │ │ │ ├── test_data_1365.txt │ │ │ ├── test_data_1366.txt │ │ │ ├── test_data_1367.txt │ │ │ ├── test_data_1368.txt │ │ │ ├── test_data_1369.txt │ │ │ ├── test_data_1370.txt │ │ │ ├── test_data_1371.txt │ │ │ ├── test_data_1372.txt │ │ │ ├── test_data_1373.txt │ │ │ ├── test_data_1374.txt │ │ │ ├── test_data_1375.txt │ │ │ ├── test_data_1376.txt │ │ │ ├── test_data_1377.txt │ │ │ ├── test_data_1378.txt │ │ │ ├── test_data_1379.txt │ │ │ ├── test_data_1380.txt │ │ │ ├── test_data_1381.txt │ │ │ ├── test_data_1382.txt │ │ │ ├── test_data_1383.txt │ │ │ ├── test_data_1384.txt │ │ │ ├── test_data_1385.txt │ │ │ ├── test_data_1386.txt │ │ │ ├── test_data_1387.txt │ │ │ ├── test_data_1388.txt │ │ │ ├── test_data_1389.txt │ │ │ ├── test_data_1390.txt │ │ │ ├── test_data_1391.txt │ │ │ ├── test_data_1392.txt │ │ │ ├── test_data_1393.txt │ │ │ ├── test_data_1394.txt │ │ │ ├── test_data_1395.txt │ │ │ ├── test_data_1396.txt │ │ │ ├── test_data_1397.txt │ │ │ ├── test_data_1398.txt │ │ │ ├── test_data_1399.txt │ │ │ ├── test_data_1400.txt │ │ │ ├── test_data_1401.txt │ │ │ ├── test_data_1402.txt │ │ │ ├── test_data_1403.txt │ │ │ ├── test_data_1404.txt │ │ │ ├── test_data_1405.txt │ │ │ ├── test_data_1406.txt │ │ │ ├── test_data_1407.txt │ │ │ ├── test_data_1408.txt │ │ │ ├── test_data_1409.txt │ │ │ ├── test_data_1410.txt │ │ │ ├── test_data_1411.txt │ │ │ ├── test_data_1412.txt │ │ │ ├── test_data_1413.txt │ │ │ ├── test_data_1414.txt │ │ │ ├── test_data_1415.txt │ │ │ ├── test_data_1416.txt │ │ │ ├── test_data_1417.txt │ │ │ ├── test_data_1418.txt │ │ │ ├── test_data_1419.txt │ │ │ ├── test_data_1420.txt │ │ │ ├── test_data_1421.txt │ │ │ ├── test_data_1422.txt │ │ │ ├── test_data_1423.txt │ │ │ ├── test_data_1424.txt │ │ │ ├── test_data_1425.txt │ │ │ ├── test_data_1426.txt │ │ │ ├── test_data_1427.txt │ │ │ ├── test_data_1428.txt │ │ │ ├── test_data_1429.txt │ │ │ ├── test_data_1430.txt │ │ │ ├── test_data_1431.txt │ │ │ ├── test_data_1432.txt │ │ │ ├── test_data_1433.txt │ │ │ ├── test_data_1434.txt │ │ │ ├── test_data_1435.txt │ │ │ ├── test_data_1436.txt │ │ │ ├── test_data_1437.txt │ │ │ ├── test_data_1438.txt │ │ │ ├── test_data_1439.txt │ │ │ ├── test_data_1440.txt │ │ │ ├── test_data_1441.txt │ │ │ ├── test_data_1442.txt │ │ │ ├── test_data_1443.txt │ │ │ ├── test_data_1444.txt │ │ │ ├── test_data_1445.txt │ │ │ ├── test_data_1446.txt │ │ │ ├── test_data_1447.txt │ │ │ ├── test_data_1448.txt │ │ │ ├── test_data_1449.txt │ │ │ ├── test_data_1450.txt │ │ │ ├── test_data_1451.txt │ │ │ ├── test_data_1452.txt │ │ │ ├── test_data_1453.txt │ │ │ ├── test_data_1454.txt │ │ │ ├── test_data_1455.txt │ │ │ ├── test_data_1456.txt │ │ │ ├── test_data_1457.txt │ │ │ ├── test_data_1458.txt │ │ │ ├── test_data_1459.txt │ │ │ ├── test_data_1460.txt │ │ │ ├── test_data_1461.txt │ │ │ ├── test_data_1462.txt │ │ │ ├── test_data_1463.txt │ │ │ ├── test_data_1464.txt │ │ │ ├── test_data_1465.txt │ │ │ ├── test_data_1466.txt │ │ │ ├── test_data_1467.txt │ │ │ ├── test_data_1468.txt │ │ │ ├── test_data_1469.txt │ │ │ ├── test_data_1470.txt │ │ │ ├── test_data_1471.txt │ │ │ ├── test_data_1472.txt │ │ │ ├── test_data_1473.txt │ │ │ ├── test_data_1474.txt │ │ │ ├── test_data_1475.txt │ │ │ ├── test_data_1476.txt │ │ │ ├── test_data_1477.txt │ │ │ ├── test_data_1478.txt │ │ │ ├── test_data_1479.txt │ │ │ ├── test_data_1480.txt │ │ │ ├── test_data_1481.txt │ │ │ ├── test_data_1482.txt │ │ │ ├── test_data_1483.txt │ │ │ ├── test_data_1484.txt │ │ │ ├── test_data_1485.txt │ │ │ ├── test_data_1486.txt │ │ │ ├── test_data_1487.txt │ │ │ ├── test_data_1488.txt │ │ │ ├── test_data_1489.txt │ │ │ ├── test_data_1490.txt │ │ │ ├── test_data_1491.txt │ │ │ ├── test_data_1492.txt │ │ │ ├── test_data_1493.txt │ │ │ ├── test_data_1494.txt │ │ │ ├── test_data_1495.txt │ │ │ ├── test_data_1496.txt │ │ │ ├── test_data_1497.txt │ │ │ ├── test_data_1498.txt │ │ │ ├── test_data_1499.txt │ │ │ ├── test_data_1500.txt │ │ │ ├── test_data_1501.txt │ │ │ ├── test_data_1502.txt │ │ │ ├── test_data_1503.txt │ │ │ ├── test_data_1504.txt │ │ │ ├── test_data_1505.txt │ │ │ ├── test_data_1506.txt │ │ │ ├── test_data_1507.txt │ │ │ ├── test_data_1508.txt │ │ │ ├── test_data_1509.txt │ │ │ ├── test_data_1510.txt │ │ │ ├── test_data_1511.txt │ │ │ ├── test_data_1512.txt │ │ │ ├── test_data_1513.txt │ │ │ ├── test_data_1514.txt │ │ │ ├── test_data_1515.txt │ │ │ ├── test_data_1516.txt │ │ │ ├── test_data_1517.txt │ │ │ ├── test_data_1518.txt │ │ │ ├── test_data_1519.txt │ │ │ ├── test_data_1520.txt │ │ │ ├── test_data_1521.txt │ │ │ ├── test_data_1522.txt │ │ │ ├── test_data_1523.txt │ │ │ ├── test_data_1524.txt │ │ │ ├── test_data_1525.txt │ │ │ ├── test_data_1526.txt │ │ │ ├── test_data_1527.txt │ │ │ ├── test_data_1528.txt │ │ │ ├── test_data_1529.txt │ │ │ ├── test_data_1530.txt │ │ │ ├── test_data_1531.txt │ │ │ ├── test_data_1532.txt │ │ │ ├── test_data_1533.txt │ │ │ ├── test_data_1534.txt │ │ │ ├── test_data_1535.txt │ │ │ ├── test_data_1536.txt │ │ │ ├── test_data_1537.txt │ │ │ ├── test_data_1538.txt │ │ │ ├── test_data_1539.txt │ │ │ ├── test_data_1540.txt │ │ │ ├── test_data_1541.txt │ │ │ ├── test_data_1542.txt │ │ │ ├── test_data_1543.txt │ │ │ ├── test_data_1544.txt │ │ │ ├── test_data_1545.txt │ │ │ ├── test_data_1546.txt │ │ │ ├── test_data_1547.txt │ │ │ ├── test_data_1548.txt │ │ │ ├── test_data_1549.txt │ │ │ ├── test_data_1550.txt │ │ │ ├── test_data_1551.txt │ │ │ ├── test_data_1552.txt │ │ │ ├── test_data_1553.txt │ │ │ ├── test_data_1554.txt │ │ │ ├── test_data_1555.txt │ │ │ ├── test_data_1556.txt │ │ │ ├── test_data_1557.txt │ │ │ ├── test_data_1558.txt │ │ │ ├── test_data_1559.txt │ │ │ ├── test_data_1560.txt │ │ │ ├── test_data_1561.txt │ │ │ ├── test_data_1562.txt │ │ │ ├── test_data_1563.txt │ │ │ ├── test_data_1564.txt │ │ │ ├── test_data_1565.txt │ │ │ ├── test_data_1566.txt │ │ │ ├── test_data_1567.txt │ │ │ ├── test_data_1568.txt │ │ │ ├── test_data_1569.txt │ │ │ ├── test_data_1570.txt │ │ │ ├── test_data_1571.txt │ │ │ ├── test_data_1572.txt │ │ │ ├── test_data_1573.txt │ │ │ ├── test_data_1574.txt │ │ │ ├── test_data_1575.txt │ │ │ ├── test_data_1576.txt │ │ │ ├── test_data_1577.txt │ │ │ ├── test_data_1578.txt │ │ │ ├── test_data_1579.txt │ │ │ ├── test_data_1580.txt │ │ │ ├── test_data_1581.txt │ │ │ ├── test_data_1582.txt │ │ │ ├── test_data_1583.txt │ │ │ ├── test_data_1584.txt │ │ │ ├── test_data_1585.txt │ │ │ ├── test_data_1586.txt │ │ │ ├── test_data_1587.txt │ │ │ ├── test_data_1588.txt │ │ │ ├── test_data_1589.txt │ │ │ ├── test_data_1590.txt │ │ │ ├── test_data_1591.txt │ │ │ ├── test_data_1592.txt │ │ │ ├── test_data_1593.txt │ │ │ ├── test_data_1594.txt │ │ │ ├── test_data_1595.txt │ │ │ ├── test_data_1596.txt │ │ │ ├── test_data_1597.txt │ │ │ ├── test_data_1598.txt │ │ │ ├── test_data_1599.txt │ │ │ ├── test_data_1600.txt │ │ │ ├── test_data_1601.txt │ │ │ ├── test_data_1602.txt │ │ │ ├── test_data_1603.txt │ │ │ ├── test_data_1604.txt │ │ │ ├── test_data_1605.txt │ │ │ ├── test_data_1606.txt │ │ │ ├── test_data_1607.txt │ │ │ ├── test_data_1608.txt │ │ │ ├── test_data_1609.txt │ │ │ ├── test_data_1610.txt │ │ │ ├── test_data_1611.txt │ │ │ ├── test_data_1612.txt │ │ │ ├── test_data_1613.txt │ │ │ ├── test_data_1614.txt │ │ │ ├── test_data_1615.txt │ │ │ ├── test_data_1616.txt │ │ │ ├── test_data_1617.txt │ │ │ ├── test_data_1618.txt │ │ │ ├── test_data_1619.txt │ │ │ ├── test_data_1620.txt │ │ │ ├── test_data_1621.txt │ │ │ ├── test_data_1622.txt │ │ │ ├── test_data_1623.txt │ │ │ ├── test_data_1624.txt │ │ │ ├── test_data_1625.txt │ │ │ ├── test_data_1626.txt │ │ │ ├── test_data_1627.txt │ │ │ ├── test_data_1628.txt │ │ │ ├── test_data_1629.txt │ │ │ ├── test_data_1630.txt │ │ │ ├── test_data_1631.txt │ │ │ ├── test_data_1632.txt │ │ │ ├── test_data_1633.txt │ │ │ ├── test_data_1634.txt │ │ │ ├── test_data_1635.txt │ │ │ ├── test_data_1636.txt │ │ │ ├── test_data_1637.txt │ │ │ ├── test_data_1638.txt │ │ │ ├── test_data_1639.txt │ │ │ ├── test_data_1640.txt │ │ │ ├── test_data_1641.txt │ │ │ ├── test_data_1642.txt │ │ │ ├── test_data_1643.txt │ │ │ ├── test_data_1644.txt │ │ │ ├── test_data_1645.txt │ │ │ ├── test_data_1646.txt │ │ │ ├── test_data_1647.txt │ │ │ ├── test_data_1648.txt │ │ │ ├── test_data_1649.txt │ │ │ ├── test_data_1650.txt │ │ │ ├── test_data_1651.txt │ │ │ ├── test_data_1652.txt │ │ │ ├── test_data_1653.txt │ │ │ ├── test_data_1654.txt │ │ │ ├── test_data_1655.txt │ │ │ ├── test_data_1656.txt │ │ │ ├── test_data_1657.txt │ │ │ ├── test_data_1658.txt │ │ │ ├── test_data_1659.txt │ │ │ ├── test_data_1660.txt │ │ │ ├── test_data_1661.txt │ │ │ ├── test_data_1662.txt │ │ │ ├── test_data_1663.txt │ │ │ ├── test_data_1664.txt │ │ │ ├── test_data_1665.txt │ │ │ ├── test_data_1666.txt │ │ │ ├── test_data_1667.txt │ │ │ ├── test_data_1668.txt │ │ │ ├── test_data_1669.txt │ │ │ ├── test_data_1670.txt │ │ │ ├── test_data_1671.txt │ │ │ ├── test_data_1672.txt │ │ │ ├── test_data_1673.txt │ │ │ ├── test_data_1674.txt │ │ │ ├── test_data_1675.txt │ │ │ ├── test_data_1676.txt │ │ │ ├── test_data_1677.txt │ │ │ ├── test_data_1678.txt │ │ │ ├── test_data_1679.txt │ │ │ ├── test_data_1680.txt │ │ │ ├── test_data_1681.txt │ │ │ ├── test_data_1682.txt │ │ │ ├── test_data_1683.txt │ │ │ ├── test_data_1684.txt │ │ │ ├── test_data_1685.txt │ │ │ ├── test_data_1686.txt │ │ │ ├── test_data_1687.txt │ │ │ ├── test_data_1688.txt │ │ │ ├── test_data_1689.txt │ │ │ ├── test_data_1690.txt │ │ │ ├── test_data_1691.txt │ │ │ ├── test_data_1692.txt │ │ │ ├── test_data_1693.txt │ │ │ ├── test_data_1694.txt │ │ │ ├── test_data_1695.txt │ │ │ ├── test_data_1696.txt │ │ │ ├── test_data_1697.txt │ │ │ ├── test_data_1698.txt │ │ │ ├── test_data_1699.txt │ │ │ ├── test_data_1700.txt │ │ │ ├── test_data_1701.txt │ │ │ ├── test_data_1702.txt │ │ │ ├── test_data_1703.txt │ │ │ ├── test_data_1704.txt │ │ │ ├── test_data_1705.txt │ │ │ ├── test_data_1706.txt │ │ │ ├── test_data_1707.txt │ │ │ ├── test_data_1708.txt │ │ │ ├── test_data_1709.txt │ │ │ ├── test_data_1710.txt │ │ │ ├── test_data_1711.txt │ │ │ ├── test_data_1712.txt │ │ │ ├── test_data_1713.txt │ │ │ ├── test_data_1714.txt │ │ │ ├── test_data_1715.txt │ │ │ ├── test_data_1716.txt │ │ │ ├── test_data_1717.txt │ │ │ ├── test_data_1718.txt │ │ │ ├── test_data_1719.txt │ │ │ ├── test_data_1720.txt │ │ │ ├── test_data_1721.txt │ │ │ ├── test_data_1722.txt │ │ │ ├── test_data_1723.txt │ │ │ ├── test_data_1724.txt │ │ │ ├── test_data_1725.txt │ │ │ ├── test_data_1726.txt │ │ │ ├── test_data_1727.txt │ │ │ ├── test_data_1728.txt │ │ │ ├── test_data_1729.txt │ │ │ ├── test_data_1730.txt │ │ │ ├── test_data_1731.txt │ │ │ ├── test_data_1732.txt │ │ │ ├── test_data_1733.txt │ │ │ ├── test_data_1734.txt │ │ │ ├── test_data_1735.txt │ │ │ ├── test_data_1736.txt │ │ │ ├── test_data_1737.txt │ │ │ ├── test_data_1738.txt │ │ │ ├── test_data_1739.txt │ │ │ ├── test_data_1740.txt │ │ │ ├── test_data_1741.txt │ │ │ ├── test_data_1742.txt │ │ │ ├── test_data_1743.txt │ │ │ ├── test_data_1744.txt │ │ │ ├── test_data_1745.txt │ │ │ ├── test_data_1746.txt │ │ │ ├── test_data_1747.txt │ │ │ ├── test_data_1748.txt │ │ │ ├── test_data_1749.txt │ │ │ ├── test_data_1750.txt │ │ │ ├── test_data_1751.txt │ │ │ ├── test_data_1752.txt │ │ │ ├── test_data_1753.txt │ │ │ ├── test_data_1754.txt │ │ │ ├── test_data_1755.txt │ │ │ ├── test_data_1756.txt │ │ │ ├── test_data_1757.txt │ │ │ ├── test_data_1758.txt │ │ │ ├── test_data_1759.txt │ │ │ ├── test_data_1760.txt │ │ │ ├── test_data_1761.txt │ │ │ ├── test_data_1762.txt │ │ │ ├── test_data_1763.txt │ │ │ ├── test_data_1764.txt │ │ │ ├── test_data_1765.txt │ │ │ ├── test_data_1766.txt │ │ │ ├── test_data_1767.txt │ │ │ ├── test_data_1768.txt │ │ │ ├── test_data_1769.txt │ │ │ ├── test_data_1770.txt │ │ │ ├── test_data_1771.txt │ │ │ ├── test_data_1772.txt │ │ │ ├── test_data_1773.txt │ │ │ ├── test_data_1774.txt │ │ │ ├── test_data_1775.txt │ │ │ ├── test_data_1776.txt │ │ │ ├── test_data_1777.txt │ │ │ ├── test_data_1778.txt │ │ │ ├── test_data_1779.txt │ │ │ ├── test_data_1780.txt │ │ │ ├── test_data_1781.txt │ │ │ ├── test_data_1782.txt │ │ │ ├── test_data_1783.txt │ │ │ ├── test_data_1784.txt │ │ │ ├── test_data_1785.txt │ │ │ ├── test_data_1786.txt │ │ │ ├── test_data_1787.txt │ │ │ ├── test_data_1788.txt │ │ │ ├── test_data_1789.txt │ │ │ ├── test_data_1790.txt │ │ │ ├── test_data_1791.txt │ │ │ ├── test_data_1792.txt │ │ │ ├── test_data_1793.txt │ │ │ ├── test_data_1794.txt │ │ │ ├── test_data_1795.txt │ │ │ ├── test_data_1796.txt │ │ │ ├── test_data_1797.txt │ │ │ ├── test_data_1798.txt │ │ │ ├── test_data_1799.txt │ │ │ ├── test_data_1800.txt │ │ │ ├── test_data_1801.txt │ │ │ ├── test_data_1802.txt │ │ │ ├── test_data_1803.txt │ │ │ ├── test_data_1804.txt │ │ │ ├── test_data_1805.txt │ │ │ ├── test_data_1806.txt │ │ │ ├── test_data_1807.txt │ │ │ ├── test_data_1808.txt │ │ │ ├── test_data_1809.txt │ │ │ ├── test_data_1810.txt │ │ │ ├── test_data_1811.txt │ │ │ ├── test_data_1812.txt │ │ │ ├── test_data_1813.txt │ │ │ ├── test_data_1814.txt │ │ │ ├── test_data_1815.txt │ │ │ ├── test_data_1816.txt │ │ │ ├── test_data_1817.txt │ │ │ ├── test_data_1818.txt │ │ │ ├── test_data_1819.txt │ │ │ ├── test_data_1820.txt │ │ │ ├── test_data_1821.txt │ │ │ ├── test_data_1822.txt │ │ │ ├── test_data_1823.txt │ │ │ ├── test_data_1824.txt │ │ │ ├── test_data_1825.txt │ │ │ ├── test_data_1826.txt │ │ │ ├── test_data_1827.txt │ │ │ ├── test_data_1828.txt │ │ │ ├── test_data_1829.txt │ │ │ ├── test_data_1830.txt │ │ │ ├── test_data_1831.txt │ │ │ ├── test_data_1832.txt │ │ │ ├── test_data_1833.txt │ │ │ ├── test_data_1834.txt │ │ │ ├── test_data_1835.txt │ │ │ ├── test_data_1836.txt │ │ │ ├── test_data_1837.txt │ │ │ ├── test_data_1838.txt │ │ │ ├── test_data_1839.txt │ │ │ ├── test_data_1840.txt │ │ │ ├── test_data_1841.txt │ │ │ ├── test_data_1842.txt │ │ │ ├── test_data_1843.txt │ │ │ ├── test_data_1844.txt │ │ │ ├── test_data_1845.txt │ │ │ ├── test_data_1846.txt │ │ │ ├── test_data_1847.txt │ │ │ ├── test_data_1848.txt │ │ │ ├── test_data_1849.txt │ │ │ ├── test_data_1850.txt │ │ │ ├── test_data_1851.txt │ │ │ ├── test_data_1852.txt │ │ │ ├── test_data_1853.txt │ │ │ ├── test_data_1854.txt │ │ │ ├── test_data_1855.txt │ │ │ ├── test_data_1856.txt │ │ │ ├── test_data_1857.txt │ │ │ ├── test_data_1858.txt │ │ │ ├── test_data_1859.txt │ │ │ ├── test_data_1860.txt │ │ │ ├── test_data_1861.txt │ │ │ ├── test_data_1862.txt │ │ │ ├── test_data_1863.txt │ │ │ ├── test_data_1864.txt │ │ │ ├── test_data_1865.txt │ │ │ ├── test_data_1866.txt │ │ │ ├── test_data_1867.txt │ │ │ ├── test_data_1868.txt │ │ │ ├── test_data_1869.txt │ │ │ ├── test_data_1870.txt │ │ │ ├── test_data_1871.txt │ │ │ ├── test_data_1872.txt │ │ │ ├── test_data_1873.txt │ │ │ ├── test_data_1874.txt │ │ │ ├── test_data_1875.txt │ │ │ ├── test_data_1876.txt │ │ │ ├── test_data_1877.txt │ │ │ ├── test_data_1878.txt │ │ │ ├── test_data_1879.txt │ │ │ ├── test_data_1880.txt │ │ │ ├── test_data_1881.txt │ │ │ ├── test_data_1882.txt │ │ │ ├── test_data_1883.txt │ │ │ ├── test_data_1884.txt │ │ │ ├── test_data_1885.txt │ │ │ ├── test_data_1886.txt │ │ │ ├── test_data_1887.txt │ │ │ ├── test_data_1888.txt │ │ │ ├── test_data_1889.txt │ │ │ ├── test_data_1890.txt │ │ │ ├── test_data_1891.txt │ │ │ ├── test_data_1892.txt │ │ │ ├── test_data_1893.txt │ │ │ ├── test_data_1894.txt │ │ │ ├── test_data_1895.txt │ │ │ ├── test_data_1896.txt │ │ │ ├── test_data_1897.txt │ │ │ ├── test_data_1898.txt │ │ │ ├── test_data_1899.txt │ │ │ ├── test_data_1900.txt │ │ │ ├── test_data_1901.txt │ │ │ ├── test_data_1902.txt │ │ │ ├── test_data_1903.txt │ │ │ ├── test_data_1904.txt │ │ │ ├── test_data_1905.txt │ │ │ ├── test_data_1906.txt │ │ │ ├── test_data_1907.txt │ │ │ ├── test_data_1908.txt │ │ │ ├── test_data_1909.txt │ │ │ ├── test_data_1910.txt │ │ │ ├── test_data_1911.txt │ │ │ ├── test_data_1912.txt │ │ │ ├── test_data_1913.txt │ │ │ ├── test_data_1914.txt │ │ │ ├── test_data_1915.txt │ │ │ ├── test_data_1916.txt │ │ │ ├── test_data_1917.txt │ │ │ ├── test_data_1918.txt │ │ │ ├── test_data_1919.txt │ │ │ ├── test_data_1920.txt │ │ │ ├── test_data_1921.txt │ │ │ ├── test_data_1922.txt │ │ │ ├── test_data_1923.txt │ │ │ ├── test_data_1924.txt │ │ │ ├── test_data_1925.txt │ │ │ ├── test_data_1926.txt │ │ │ ├── test_data_1927.txt │ │ │ ├── test_data_1928.txt │ │ │ ├── test_data_1929.txt │ │ │ ├── test_data_1930.txt │ │ │ ├── test_data_1931.txt │ │ │ ├── test_data_1932.txt │ │ │ ├── test_data_1933.txt │ │ │ ├── test_data_1934.txt │ │ │ ├── test_data_1935.txt │ │ │ ├── test_data_1936.txt │ │ │ ├── test_data_1937.txt │ │ │ ├── test_data_1938.txt │ │ │ ├── test_data_1939.txt │ │ │ ├── test_data_1940.txt │ │ │ ├── test_data_1941.txt │ │ │ ├── test_data_1942.txt │ │ │ ├── test_data_1943.txt │ │ │ ├── test_data_1944.txt │ │ │ ├── test_data_1945.txt │ │ │ ├── test_data_1946.txt │ │ │ ├── test_data_1947.txt │ │ │ ├── test_data_1948.txt │ │ │ ├── test_data_1949.txt │ │ │ ├── test_data_1950.txt │ │ │ ├── test_data_1951.txt │ │ │ ├── test_data_1952.txt │ │ │ ├── test_data_1953.txt │ │ │ ├── test_data_1954.txt │ │ │ ├── test_data_1955.txt │ │ │ ├── test_data_1956.txt │ │ │ ├── test_data_1957.txt │ │ │ ├── test_data_1958.txt │ │ │ ├── test_data_1959.txt │ │ │ ├── test_data_1960.txt │ │ │ ├── test_data_1961.txt │ │ │ ├── test_data_1962.txt │ │ │ ├── test_data_1963.txt │ │ │ ├── test_data_1964.txt │ │ │ ├── test_data_1965.txt │ │ │ ├── test_data_1966.txt │ │ │ ├── test_data_1967.txt │ │ │ ├── test_data_1968.txt │ │ │ ├── test_data_1969.txt │ │ │ ├── test_data_1970.txt │ │ │ ├── test_data_1971.txt │ │ │ ├── test_data_1972.txt │ │ │ ├── test_data_1973.txt │ │ │ ├── test_data_1974.txt │ │ │ ├── test_data_1975.txt │ │ │ ├── test_data_1976.txt │ │ │ ├── test_data_1977.txt │ │ │ ├── test_data_1978.txt │ │ │ ├── test_data_1979.txt │ │ │ ├── test_data_1980.txt │ │ │ ├── test_data_1981.txt │ │ │ ├── test_data_1982.txt │ │ │ ├── test_data_1983.txt │ │ │ ├── test_data_1984.txt │ │ │ ├── test_data_1985.txt │ │ │ ├── test_data_1986.txt │ │ │ ├── test_data_1987.txt │ │ │ ├── test_data_1988.txt │ │ │ ├── test_data_1989.txt │ │ │ ├── test_data_1990.txt │ │ │ ├── test_data_1991.txt │ │ │ ├── test_data_1992.txt │ │ │ ├── test_data_1993.txt │ │ │ ├── test_data_1994.txt │ │ │ ├── test_data_1995.txt │ │ │ ├── test_data_1996.txt │ │ │ ├── test_data_1997.txt │ │ │ ├── test_data_1998.txt │ │ │ ├── test_data_1999.txt │ │ │ ├── test_data_2000.txt │ │ │ ├── test_data_2001.txt │ │ │ ├── test_data_2002.txt │ │ │ ├── test_data_2003.txt │ │ │ ├── test_data_2004.txt │ │ │ ├── test_data_2005.txt │ │ │ ├── test_data_2006.txt │ │ │ ├── test_data_2007.txt │ │ │ ├── test_data_2008.txt │ │ │ ├── test_data_2009.txt │ │ │ ├── test_data_2010.txt │ │ │ ├── test_data_2011.txt │ │ │ ├── test_data_2012.txt │ │ │ ├── test_data_2013.txt │ │ │ ├── test_data_2014.txt │ │ │ ├── test_data_2015.txt │ │ │ ├── test_data_2016.txt │ │ │ ├── test_data_2017.txt │ │ │ ├── test_data_2018.txt │ │ │ ├── test_data_2019.txt │ │ │ ├── test_data_2020.txt │ │ │ ├── test_data_2021.txt │ │ │ ├── test_data_2022.txt │ │ │ ├── test_data_2023.txt │ │ │ ├── test_data_2024.txt │ │ │ ├── test_data_2025.txt │ │ │ ├── test_data_2026.txt │ │ │ ├── test_data_2027.txt │ │ │ ├── test_data_2028.txt │ │ │ ├── test_data_2029.txt │ │ │ ├── test_data_2030.txt │ │ │ ├── test_data_2031.txt │ │ │ ├── test_data_2032.txt │ │ │ ├── test_data_2033.txt │ │ │ ├── test_data_2034.txt │ │ │ ├── test_data_2035.txt │ │ │ ├── test_data_2036.txt │ │ │ ├── test_data_2037.txt │ │ │ ├── test_data_2038.txt │ │ │ ├── test_data_2039.txt │ │ │ ├── test_data_2040.txt │ │ │ ├── test_data_2041.txt │ │ │ ├── test_data_2042.txt │ │ │ ├── test_data_2043.txt │ │ │ ├── test_data_2044.txt │ │ │ ├── test_data_2045.txt │ │ │ ├── test_data_2046.txt │ │ │ ├── test_data_2047.txt │ │ │ ├── test_data_2048.txt │ │ │ ├── test_data_2049.txt │ │ │ ├── test_data_2050.txt │ │ │ ├── test_data_2051.txt │ │ │ ├── test_data_2052.txt │ │ │ ├── test_data_2053.txt │ │ │ ├── test_data_2054.txt │ │ │ ├── test_data_2055.txt │ │ │ ├── test_data_2056.txt │ │ │ ├── test_data_2057.txt │ │ │ ├── test_data_2058.txt │ │ │ ├── test_data_2059.txt │ │ │ ├── test_data_2060.txt │ │ │ ├── test_data_2061.txt │ │ │ ├── test_data_2062.txt │ │ │ ├── test_data_2063.txt │ │ │ ├── test_data_2064.txt │ │ │ ├── test_data_2065.txt │ │ │ ├── test_data_2066.txt │ │ │ ├── test_data_2067.txt │ │ │ ├── test_data_2068.txt │ │ │ ├── test_data_2069.txt │ │ │ ├── test_data_2070.txt │ │ │ ├── test_data_2071.txt │ │ │ ├── test_data_2072.txt │ │ │ ├── test_data_2073.txt │ │ │ ├── test_data_2074.txt │ │ │ ├── test_data_2075.txt │ │ │ ├── test_data_2076.txt │ │ │ ├── test_data_2077.txt │ │ │ ├── test_data_2078.txt │ │ │ ├── test_data_2079.txt │ │ │ ├── test_data_2080.txt │ │ │ ├── test_data_2081.txt │ │ │ ├── test_data_2082.txt │ │ │ ├── test_data_2083.txt │ │ │ ├── test_data_2084.txt │ │ │ ├── test_data_2085.txt │ │ │ ├── test_data_2086.txt │ │ │ ├── test_data_2087.txt │ │ │ ├── test_data_2088.txt │ │ │ ├── test_data_2089.txt │ │ │ ├── test_data_2090.txt │ │ │ ├── test_data_2091.txt │ │ │ ├── test_data_2092.txt │ │ │ ├── test_data_2093.txt │ │ │ ├── test_data_2094.txt │ │ │ ├── test_data_2095.txt │ │ │ ├── test_data_2096.txt │ │ │ ├── test_data_2097.txt │ │ │ ├── test_data_2098.txt │ │ │ ├── test_data_2099.txt │ │ │ ├── test_data_2100.txt │ │ │ ├── test_data_2101.txt │ │ │ ├── test_data_2102.txt │ │ │ ├── test_data_2103.txt │ │ │ ├── test_data_2104.txt │ │ │ ├── test_data_2105.txt │ │ │ ├── test_data_2106.txt │ │ │ ├── test_data_2107.txt │ │ │ ├── test_data_2108.txt │ │ │ ├── test_data_2109.txt │ │ │ ├── test_data_2110.txt │ │ │ ├── test_data_2111.txt │ │ │ ├── test_data_2112.txt │ │ │ ├── test_data_2113.txt │ │ │ ├── test_data_2114.txt │ │ │ ├── test_data_2115.txt │ │ │ ├── test_data_2116.txt │ │ │ ├── test_data_2117.txt │ │ │ ├── test_data_2118.txt │ │ │ ├── test_data_2119.txt │ │ │ ├── test_data_2120.txt │ │ │ ├── test_data_2121.txt │ │ │ ├── test_data_2122.txt │ │ │ ├── test_data_2123.txt │ │ │ ├── test_data_2124.txt │ │ │ ├── test_data_2125.txt │ │ │ ├── test_data_2126.txt │ │ │ ├── test_data_2127.txt │ │ │ ├── test_data_2128.txt │ │ │ ├── test_data_2129.txt │ │ │ ├── test_data_2130.txt │ │ │ ├── test_data_2131.txt │ │ │ ├── test_data_2132.txt │ │ │ ├── test_data_2133.txt │ │ │ ├── test_data_2134.txt │ │ │ ├── test_data_2135.txt │ │ │ ├── test_data_2136.txt │ │ │ ├── test_data_2137.txt │ │ │ ├── test_data_2138.txt │ │ │ ├── test_data_2139.txt │ │ │ ├── test_data_2140.txt │ │ │ ├── test_data_2141.txt │ │ │ ├── test_data_2142.txt │ │ │ ├── test_data_2143.txt │ │ │ ├── test_data_2144.txt │ │ │ ├── test_data_2145.txt │ │ │ ├── test_data_2146.txt │ │ │ ├── test_data_2147.txt │ │ │ ├── test_data_2148.txt │ │ │ ├── test_data_2149.txt │ │ │ ├── test_data_2150.txt │ │ │ ├── test_data_2151.txt │ │ │ ├── test_data_2152.txt │ │ │ ├── test_data_2153.txt │ │ │ ├── test_data_2154.txt │ │ │ ├── test_data_2155.txt │ │ │ ├── test_data_2156.txt │ │ │ ├── test_data_2157.txt │ │ │ ├── test_data_2158.txt │ │ │ ├── test_data_2159.txt │ │ │ ├── test_data_2160.txt │ │ │ ├── test_data_2161.txt │ │ │ ├── test_data_2162.txt │ │ │ ├── test_data_2163.txt │ │ │ ├── test_data_2164.txt │ │ │ ├── test_data_2165.txt │ │ │ ├── test_data_2166.txt │ │ │ ├── test_data_2167.txt │ │ │ ├── test_data_2168.txt │ │ │ ├── test_data_2169.txt │ │ │ ├── test_data_2170.txt │ │ │ ├── test_data_2171.txt │ │ │ ├── test_data_2172.txt │ │ │ ├── test_data_2173.txt │ │ │ ├── test_data_2174.txt │ │ │ ├── test_data_2175.txt │ │ │ ├── test_data_2176.txt │ │ │ ├── test_data_2177.txt │ │ │ ├── test_data_2178.txt │ │ │ ├── test_data_2179.txt │ │ │ ├── test_data_2180.txt │ │ │ ├── test_data_2181.txt │ │ │ ├── test_data_2182.txt │ │ │ ├── test_data_2183.txt │ │ │ ├── test_data_2184.txt │ │ │ ├── test_data_2185.txt │ │ │ ├── test_data_2186.txt │ │ │ ├── test_data_2187.txt │ │ │ ├── test_data_2188.txt │ │ │ ├── test_data_2189.txt │ │ │ ├── test_data_2190.txt │ │ │ ├── test_data_2191.txt │ │ │ ├── test_data_2192.txt │ │ │ ├── test_data_2193.txt │ │ │ ├── test_data_2194.txt │ │ │ ├── test_data_2195.txt │ │ │ ├── test_data_2196.txt │ │ │ ├── test_data_2197.txt │ │ │ ├── test_data_2198.txt │ │ │ ├── test_data_2199.txt │ │ │ ├── test_data_2200.txt │ │ │ ├── test_data_2201.txt │ │ │ ├── test_data_2202.txt │ │ │ ├── test_data_2203.txt │ │ │ ├── test_data_2204.txt │ │ │ ├── test_data_2205.txt │ │ │ ├── test_data_2206.txt │ │ │ ├── test_data_2207.txt │ │ │ ├── test_data_2208.txt │ │ │ ├── test_data_2209.txt │ │ │ ├── test_data_2210.txt │ │ │ ├── test_data_2211.txt │ │ │ ├── test_data_2212.txt │ │ │ ├── test_data_2213.txt │ │ │ ├── test_data_2214.txt │ │ │ ├── test_data_2215.txt │ │ │ ├── test_data_2216.txt │ │ │ ├── test_data_2217.txt │ │ │ ├── test_data_2218.txt │ │ │ ├── test_data_2219.txt │ │ │ ├── test_data_2220.txt │ │ │ ├── test_data_2221.txt │ │ │ ├── test_data_2222.txt │ │ │ ├── test_data_2223.txt │ │ │ ├── test_data_2224.txt │ │ │ ├── test_data_2225.txt │ │ │ ├── test_data_2226.txt │ │ │ ├── test_data_2227.txt │ │ │ ├── test_data_2228.txt │ │ │ ├── test_data_2229.txt │ │ │ ├── test_data_2230.txt │ │ │ ├── test_data_2231.txt │ │ │ ├── test_data_2232.txt │ │ │ ├── test_data_2233.txt │ │ │ ├── test_data_2234.txt │ │ │ ├── test_data_2235.txt │ │ │ ├── test_data_2236.txt │ │ │ ├── test_data_2237.txt │ │ │ ├── test_data_2238.txt │ │ │ ├── test_data_2239.txt │ │ │ ├── test_data_2240.txt │ │ │ ├── test_data_2241.txt │ │ │ ├── test_data_2242.txt │ │ │ ├── test_data_2243.txt │ │ │ ├── test_data_2244.txt │ │ │ ├── test_data_2245.txt │ │ │ ├── test_data_2246.txt │ │ │ ├── test_data_2247.txt │ │ │ ├── test_data_2248.txt │ │ │ ├── test_data_2249.txt │ │ │ ├── test_data_2250.txt │ │ │ ├── test_data_2251.txt │ │ │ ├── test_data_2252.txt │ │ │ ├── test_data_2253.txt │ │ │ ├── test_data_2254.txt │ │ │ ├── test_data_2255.txt │ │ │ ├── test_data_2256.txt │ │ │ ├── test_data_2257.txt │ │ │ ├── test_data_2258.txt │ │ │ ├── test_data_2259.txt │ │ │ ├── test_data_2260.txt │ │ │ ├── test_data_2261.txt │ │ │ ├── test_data_2262.txt │ │ │ ├── test_data_2263.txt │ │ │ ├── test_data_2264.txt │ │ │ ├── test_data_2265.txt │ │ │ ├── test_data_2266.txt │ │ │ ├── test_data_2267.txt │ │ │ ├── test_data_2268.txt │ │ │ ├── test_data_2269.txt │ │ │ ├── test_data_2270.txt │ │ │ ├── test_data_2271.txt │ │ │ ├── test_data_2272.txt │ │ │ ├── test_data_2273.txt │ │ │ ├── test_data_2274.txt │ │ │ ├── test_data_2275.txt │ │ │ ├── test_data_2276.txt │ │ │ ├── test_data_2277.txt │ │ │ ├── test_data_2278.txt │ │ │ ├── test_data_2279.txt │ │ │ ├── test_data_2280.txt │ │ │ ├── test_data_2281.txt │ │ │ ├── test_data_2282.txt │ │ │ ├── test_data_2283.txt │ │ │ ├── test_data_2284.txt │ │ │ ├── test_data_2285.txt │ │ │ ├── test_data_2286.txt │ │ │ ├── test_data_2287.txt │ │ │ ├── test_data_2288.txt │ │ │ ├── test_data_2289.txt │ │ │ ├── test_data_2290.txt │ │ │ ├── test_data_2291.txt │ │ │ ├── test_data_2292.txt │ │ │ ├── test_data_2293.txt │ │ │ ├── test_data_2294.txt │ │ │ ├── test_data_2295.txt │ │ │ ├── test_data_2296.txt │ │ │ ├── test_data_2297.txt │ │ │ ├── test_data_2298.txt │ │ │ ├── test_data_2299.txt │ │ │ ├── test_data_2300.txt │ │ │ ├── test_data_2301.txt │ │ │ ├── test_data_2302.txt │ │ │ ├── test_data_2303.txt │ │ │ ├── test_data_2304.txt │ │ │ ├── test_data_2305.txt │ │ │ ├── test_data_2306.txt │ │ │ ├── test_data_2307.txt │ │ │ ├── test_data_2308.txt │ │ │ ├── test_data_2309.txt │ │ │ ├── test_data_2310.txt │ │ │ ├── test_data_2311.txt │ │ │ ├── test_data_2312.txt │ │ │ ├── test_data_2313.txt │ │ │ ├── test_data_2314.txt │ │ │ ├── test_data_2315.txt │ │ │ ├── test_data_2316.txt │ │ │ ├── test_data_2317.txt │ │ │ ├── test_data_2318.txt │ │ │ ├── test_data_2319.txt │ │ │ ├── test_data_2320.txt │ │ │ ├── test_data_2321.txt │ │ │ ├── test_data_2322.txt │ │ │ ├── test_data_2323.txt │ │ │ ├── test_data_2324.txt │ │ │ ├── test_data_2325.txt │ │ │ ├── test_data_2326.txt │ │ │ ├── test_data_2327.txt │ │ │ ├── test_data_2328.txt │ │ │ ├── test_data_2329.txt │ │ │ ├── test_data_2330.txt │ │ │ ├── test_data_2331.txt │ │ │ ├── test_data_2332.txt │ │ │ ├── test_data_2333.txt │ │ │ ├── test_data_2334.txt │ │ │ ├── test_data_2335.txt │ │ │ ├── test_data_2336.txt │ │ │ ├── test_data_2337.txt │ │ │ ├── test_data_2338.txt │ │ │ ├── test_data_2339.txt │ │ │ ├── test_data_2340.txt │ │ │ ├── test_data_2341.txt │ │ │ ├── test_data_2342.txt │ │ │ ├── test_data_2343.txt │ │ │ ├── test_data_2344.txt │ │ │ ├── test_data_2345.txt │ │ │ ├── test_data_2346.txt │ │ │ ├── test_data_2347.txt │ │ │ ├── test_data_2348.txt │ │ │ ├── test_data_2349.txt │ │ │ ├── test_data_2350.txt │ │ │ ├── test_data_2351.txt │ │ │ ├── test_data_2352.txt │ │ │ ├── test_data_2353.txt │ │ │ ├── test_data_2354.txt │ │ │ ├── test_data_2355.txt │ │ │ ├── test_data_2356.txt │ │ │ ├── test_data_2357.txt │ │ │ ├── test_data_2358.txt │ │ │ ├── test_data_2359.txt │ │ │ ├── test_data_2360.txt │ │ │ ├── test_data_2361.txt │ │ │ ├── test_data_2362.txt │ │ │ ├── test_data_2363.txt │ │ │ ├── test_data_2364.txt │ │ │ ├── test_data_2365.txt │ │ │ ├── test_data_2366.txt │ │ │ ├── test_data_2367.txt │ │ │ ├── test_data_2368.txt │ │ │ ├── test_data_2369.txt │ │ │ ├── test_data_2370.txt │ │ │ ├── test_data_2371.txt │ │ │ ├── test_data_2372.txt │ │ │ ├── test_data_2373.txt │ │ │ ├── test_data_2374.txt │ │ │ ├── test_data_2375.txt │ │ │ ├── test_data_2376.txt │ │ │ ├── test_data_2377.txt │ │ │ ├── test_data_2378.txt │ │ │ ├── test_data_2379.txt │ │ │ ├── test_data_2380.txt │ │ │ ├── test_data_2381.txt │ │ │ ├── test_data_2382.txt │ │ │ ├── test_data_2383.txt │ │ │ ├── test_data_2384.txt │ │ │ ├── test_data_2385.txt │ │ │ ├── test_data_2386.txt │ │ │ ├── test_data_2387.txt │ │ │ ├── test_data_2388.txt │ │ │ ├── test_data_2389.txt │ │ │ ├── test_data_2390.txt │ │ │ ├── test_data_2391.txt │ │ │ ├── test_data_2392.txt │ │ │ ├── test_data_2393.txt │ │ │ ├── test_data_2394.txt │ │ │ ├── test_data_2395.txt │ │ │ ├── test_data_2396.txt │ │ │ ├── test_data_2397.txt │ │ │ ├── test_data_2398.txt │ │ │ ├── test_data_2399.txt │ │ │ ├── test_data_2400.txt │ │ │ ├── test_data_2401.txt │ │ │ ├── test_data_2402.txt │ │ │ ├── test_data_2403.txt │ │ │ ├── test_data_2404.txt │ │ │ ├── test_data_2405.txt │ │ │ ├── test_data_2406.txt │ │ │ ├── test_data_2407.txt │ │ │ ├── test_data_2408.txt │ │ │ ├── test_data_2409.txt │ │ │ ├── test_data_2410.txt │ │ │ ├── test_data_2411.txt │ │ │ ├── test_data_2412.txt │ │ │ ├── test_data_2413.txt │ │ │ ├── test_data_2414.txt │ │ │ ├── test_data_2415.txt │ │ │ ├── test_data_2416.txt │ │ │ ├── test_data_2417.txt │ │ │ ├── test_data_2418.txt │ │ │ ├── test_data_2419.txt │ │ │ ├── test_data_2420.txt │ │ │ ├── test_data_2421.txt │ │ │ ├── test_data_2422.txt │ │ │ ├── test_data_2423.txt │ │ │ ├── test_data_2424.txt │ │ │ ├── test_data_2425.txt │ │ │ ├── test_data_2426.txt │ │ │ ├── test_data_2427.txt │ │ │ ├── test_data_2428.txt │ │ │ ├── test_data_2429.txt │ │ │ ├── test_data_2430.txt │ │ │ ├── test_data_2431.txt │ │ │ ├── test_data_2432.txt │ │ │ ├── test_data_2433.txt │ │ │ ├── test_data_2434.txt │ │ │ ├── test_data_2435.txt │ │ │ ├── test_data_2436.txt │ │ │ ├── test_data_2437.txt │ │ │ ├── test_data_2438.txt │ │ │ ├── test_data_2439.txt │ │ │ ├── test_data_2440.txt │ │ │ ├── test_data_2441.txt │ │ │ ├── test_data_2442.txt │ │ │ ├── test_data_2443.txt │ │ │ ├── test_data_2444.txt │ │ │ ├── test_data_2445.txt │ │ │ ├── test_data_2446.txt │ │ │ ├── test_data_2447.txt │ │ │ ├── test_data_2448.txt │ │ │ ├── test_data_2449.txt │ │ │ ├── test_data_2450.txt │ │ │ ├── test_data_2451.txt │ │ │ ├── test_data_2452.txt │ │ │ ├── test_data_2453.txt │ │ │ ├── test_data_2454.txt │ │ │ ├── test_data_2455.txt │ │ │ ├── test_data_2456.txt │ │ │ ├── test_data_2457.txt │ │ │ ├── test_data_2458.txt │ │ │ ├── test_data_2459.txt │ │ │ ├── test_data_2460.txt │ │ │ ├── test_data_2461.txt │ │ │ ├── test_data_2462.txt │ │ │ ├── test_data_2463.txt │ │ │ ├── test_data_2464.txt │ │ │ ├── test_data_2465.txt │ │ │ ├── test_data_2466.txt │ │ │ ├── test_data_2467.txt │ │ │ ├── test_data_2468.txt │ │ │ ├── test_data_2469.txt │ │ │ ├── test_data_2470.txt │ │ │ ├── test_data_2471.txt │ │ │ ├── test_data_2472.txt │ │ │ ├── test_data_2473.txt │ │ │ ├── test_data_2474.txt │ │ │ ├── test_data_2475.txt │ │ │ ├── test_data_2476.txt │ │ │ ├── test_data_2477.txt │ │ │ ├── test_data_2478.txt │ │ │ ├── test_data_2479.txt │ │ │ ├── test_data_2480.txt │ │ │ ├── test_data_2481.txt │ │ │ ├── test_data_2482.txt │ │ │ ├── test_data_2483.txt │ │ │ ├── test_data_2484.txt │ │ │ ├── test_data_2485.txt │ │ │ ├── test_data_2486.txt │ │ │ ├── test_data_2487.txt │ │ │ ├── test_data_2488.txt │ │ │ ├── test_data_2489.txt │ │ │ ├── test_data_2490.txt │ │ │ ├── test_data_2491.txt │ │ │ ├── test_data_2492.txt │ │ │ ├── test_data_2493.txt │ │ │ ├── test_data_2494.txt │ │ │ ├── test_data_2495.txt │ │ │ ├── test_data_2496.txt │ │ │ ├── test_data_2497.txt │ │ │ ├── test_data_2498.txt │ │ │ ├── test_data_2499.txt │ │ │ ├── test_data_2500.txt │ │ │ ├── test_data_2501.txt │ │ │ ├── test_data_2502.txt │ │ │ ├── test_data_2503.txt │ │ │ ├── test_data_2504.txt │ │ │ ├── test_data_2505.txt │ │ │ ├── test_data_2506.txt │ │ │ ├── test_data_2507.txt │ │ │ ├── test_data_2508.txt │ │ │ ├── test_data_2509.txt │ │ │ ├── test_data_2510.txt │ │ │ ├── test_data_2511.txt │ │ │ ├── test_data_2512.txt │ │ │ ├── test_data_2513.txt │ │ │ ├── test_data_2514.txt │ │ │ ├── test_data_2515.txt │ │ │ ├── test_data_2516.txt │ │ │ ├── test_data_2517.txt │ │ │ ├── test_data_2518.txt │ │ │ ├── test_data_2519.txt │ │ │ ├── test_data_2520.txt │ │ │ ├── test_data_2521.txt │ │ │ ├── test_data_2522.txt │ │ │ ├── test_data_2523.txt │ │ │ ├── test_data_2524.txt │ │ │ ├── test_data_2525.txt │ │ │ ├── test_data_2526.txt │ │ │ ├── test_data_2527.txt │ │ │ ├── test_data_2528.txt │ │ │ ├── test_data_2529.txt │ │ │ ├── test_data_2530.txt │ │ │ ├── test_data_2531.txt │ │ │ ├── test_data_2532.txt │ │ │ ├── test_data_2533.txt │ │ │ ├── test_data_2534.txt │ │ │ ├── test_data_2535.txt │ │ │ ├── test_data_2536.txt │ │ │ ├── test_data_2537.txt │ │ │ ├── test_data_2538.txt │ │ │ ├── test_data_2539.txt │ │ │ ├── test_data_2540.txt │ │ │ ├── test_data_2541.txt │ │ │ ├── test_data_2542.txt │ │ │ ├── test_data_2543.txt │ │ │ ├── test_data_2544.txt │ │ │ ├── test_data_2545.txt │ │ │ ├── test_data_2546.txt │ │ │ ├── test_data_2547.txt │ │ │ ├── test_data_2548.txt │ │ │ ├── test_data_2549.txt │ │ │ ├── test_data_2550.txt │ │ │ ├── test_data_2551.txt │ │ │ ├── test_data_2552.txt │ │ │ ├── test_data_2553.txt │ │ │ ├── test_data_2554.txt │ │ │ ├── test_data_2555.txt │ │ │ ├── test_data_2556.txt │ │ │ ├── test_data_2557.txt │ │ │ ├── test_data_2558.txt │ │ │ ├── test_data_2559.txt │ │ │ ├── test_data_2560.txt │ │ │ ├── test_data_2561.txt │ │ │ ├── test_data_2562.txt │ │ │ ├── test_data_2563.txt │ │ │ ├── test_data_2564.txt │ │ │ ├── test_data_2565.txt │ │ │ ├── test_data_2566.txt │ │ │ ├── test_data_2567.txt │ │ │ ├── test_data_2568.txt │ │ │ ├── test_data_2569.txt │ │ │ ├── test_data_2570.txt │ │ │ ├── test_data_2571.txt │ │ │ ├── test_data_2572.txt │ │ │ ├── test_data_2573.txt │ │ │ ├── test_data_2574.txt │ │ │ ├── test_data_2575.txt │ │ │ ├── test_data_2576.txt │ │ │ ├── test_data_2577.txt │ │ │ ├── test_data_2578.txt │ │ │ ├── test_data_2579.txt │ │ │ ├── test_data_2580.txt │ │ │ ├── test_data_2581.txt │ │ │ ├── test_data_2582.txt │ │ │ ├── test_data_2583.txt │ │ │ ├── test_data_2584.txt │ │ │ ├── test_data_2585.txt │ │ │ ├── test_data_2586.txt │ │ │ ├── test_data_2587.txt │ │ │ ├── test_data_2588.txt │ │ │ ├── test_data_2589.txt │ │ │ ├── test_data_2590.txt │ │ │ ├── test_data_2591.txt │ │ │ ├── test_data_2592.txt │ │ │ ├── test_data_2593.txt │ │ │ ├── test_data_2594.txt │ │ │ ├── test_data_2595.txt │ │ │ ├── test_data_2596.txt │ │ │ ├── test_data_2597.txt │ │ │ ├── test_data_2598.txt │ │ │ ├── test_data_2599.txt │ │ │ ├── test_data_2600.txt │ │ │ ├── test_data_2601.txt │ │ │ ├── test_data_2602.txt │ │ │ ├── test_data_2603.txt │ │ │ ├── test_data_2604.txt │ │ │ ├── test_data_2605.txt │ │ │ ├── test_data_2606.txt │ │ │ ├── test_data_2607.txt │ │ │ ├── test_data_2608.txt │ │ │ ├── test_data_2609.txt │ │ │ ├── test_data_2610.txt │ │ │ ├── test_data_2611.txt │ │ │ ├── test_data_2612.txt │ │ │ ├── test_data_2613.txt │ │ │ ├── test_data_2614.txt │ │ │ ├── test_data_2615.txt │ │ │ ├── test_data_2616.txt │ │ │ ├── test_data_2617.txt │ │ │ ├── test_data_2618.txt │ │ │ ├── test_data_2619.txt │ │ │ ├── test_data_2620.txt │ │ │ ├── test_data_2621.txt │ │ │ ├── test_data_2622.txt │ │ │ ├── test_data_2623.txt │ │ │ ├── test_data_2624.txt │ │ │ ├── test_data_2625.txt │ │ │ ├── test_data_2626.txt │ │ │ ├── test_data_2627.txt │ │ │ ├── test_data_2628.txt │ │ │ ├── test_data_2629.txt │ │ │ ├── test_data_2630.txt │ │ │ ├── test_data_2631.txt │ │ │ ├── test_data_2632.txt │ │ │ ├── test_data_2633.txt │ │ │ ├── test_data_2634.txt │ │ │ ├── test_data_2635.txt │ │ │ ├── test_data_2636.txt │ │ │ ├── test_data_2637.txt │ │ │ ├── test_data_2638.txt │ │ │ ├── test_data_2639.txt │ │ │ ├── test_data_2640.txt │ │ │ ├── test_data_2641.txt │ │ │ ├── test_data_2642.txt │ │ │ ├── test_data_2643.txt │ │ │ ├── test_data_2644.txt │ │ │ ├── test_data_2645.txt │ │ │ ├── test_data_2646.txt │ │ │ ├── test_data_2647.txt │ │ │ ├── test_data_2648.txt │ │ │ ├── test_data_2649.txt │ │ │ ├── test_data_2650.txt │ │ │ ├── test_data_2651.txt │ │ │ ├── test_data_2652.txt │ │ │ ├── test_data_2653.txt │ │ │ ├── test_data_2654.txt │ │ │ ├── test_data_2655.txt │ │ │ ├── test_data_2656.txt │ │ │ ├── test_data_2657.txt │ │ │ ├── test_data_2658.txt │ │ │ ├── test_data_2659.txt │ │ │ ├── test_data_2660.txt │ │ │ ├── test_data_2661.txt │ │ │ ├── test_data_2662.txt │ │ │ ├── test_data_2663.txt │ │ │ ├── test_data_2664.txt │ │ │ ├── test_data_2665.txt │ │ │ ├── test_data_2666.txt │ │ │ ├── test_data_2667.txt │ │ │ ├── test_data_2668.txt │ │ │ ├── test_data_2669.txt │ │ │ ├── test_data_2670.txt │ │ │ ├── test_data_2671.txt │ │ │ ├── test_data_2672.txt │ │ │ ├── test_data_2673.txt │ │ │ ├── test_data_2674.txt │ │ │ ├── test_data_2675.txt │ │ │ ├── test_data_2676.txt │ │ │ ├── test_data_2677.txt │ │ │ ├── test_data_2678.txt │ │ │ ├── test_data_2679.txt │ │ │ ├── test_data_2680.txt │ │ │ ├── test_data_2681.txt │ │ │ ├── test_data_2682.txt │ │ │ ├── test_data_2683.txt │ │ │ ├── test_data_2684.txt │ │ │ ├── test_data_2685.txt │ │ │ ├── test_data_2686.txt │ │ │ ├── test_data_2687.txt │ │ │ ├── test_data_2688.txt │ │ │ ├── test_data_2689.txt │ │ │ ├── test_data_2690.txt │ │ │ ├── test_data_2691.txt │ │ │ ├── test_data_2692.txt │ │ │ ├── test_data_2693.txt │ │ │ ├── test_data_2694.txt │ │ │ ├── test_data_2695.txt │ │ │ ├── test_data_2696.txt │ │ │ ├── test_data_2697.txt │ │ │ ├── test_data_2698.txt │ │ │ ├── test_data_2699.txt │ │ │ ├── test_data_2700.txt │ │ │ ├── test_data_2701.txt │ │ │ ├── test_data_2702.txt │ │ │ ├── test_data_2703.txt │ │ │ ├── test_data_2704.txt │ │ │ ├── test_data_2705.txt │ │ │ ├── test_data_2706.txt │ │ │ ├── test_data_2707.txt │ │ │ ├── test_data_2708.txt │ │ │ ├── test_data_2709.txt │ │ │ ├── test_data_2710.txt │ │ │ ├── test_data_2711.txt │ │ │ ├── test_data_2712.txt │ │ │ ├── test_data_2713.txt │ │ │ ├── test_data_2714.txt │ │ │ ├── test_data_2715.txt │ │ │ ├── test_data_2716.txt │ │ │ ├── test_data_2717.txt │ │ │ ├── test_data_2718.txt │ │ │ ├── test_data_2719.txt │ │ │ ├── test_data_2720.txt │ │ │ ├── test_data_2721.txt │ │ │ ├── test_data_2722.txt │ │ │ ├── test_data_2723.txt │ │ │ ├── test_data_2724.txt │ │ │ ├── test_data_2725.txt │ │ │ ├── test_data_2726.txt │ │ │ ├── test_data_2727.txt │ │ │ ├── test_data_2728.txt │ │ │ ├── test_data_2729.txt │ │ │ ├── test_data_2730.txt │ │ │ ├── test_data_2731.txt │ │ │ ├── test_data_2732.txt │ │ │ ├── test_data_2733.txt │ │ │ ├── test_data_2734.txt │ │ │ ├── test_data_2735.txt │ │ │ ├── test_data_2736.txt │ │ │ ├── test_data_2737.txt │ │ │ ├── test_data_2738.txt │ │ │ ├── test_data_2739.txt │ │ │ ├── test_data_2740.txt │ │ │ ├── test_data_2741.txt │ │ │ ├── test_data_2742.txt │ │ │ ├── test_data_2743.txt │ │ │ ├── test_data_2744.txt │ │ │ ├── test_data_2745.txt │ │ │ ├── test_data_2746.txt │ │ │ ├── test_data_2747.txt │ │ │ ├── test_data_2748.txt │ │ │ ├── test_data_2749.txt │ │ │ ├── test_data_2750.txt │ │ │ ├── test_data_2751.txt │ │ │ ├── test_data_2752.txt │ │ │ ├── test_data_2753.txt │ │ │ ├── test_data_2754.txt │ │ │ ├── test_data_2755.txt │ │ │ ├── test_data_2756.txt │ │ │ ├── test_data_2757.txt │ │ │ ├── test_data_2758.txt │ │ │ ├── test_data_2759.txt │ │ │ ├── test_data_2760.txt │ │ │ ├── test_data_2761.txt │ │ │ ├── test_data_2762.txt │ │ │ ├── test_data_2763.txt │ │ │ ├── test_data_2764.txt │ │ │ ├── test_data_2765.txt │ │ │ ├── test_data_2766.txt │ │ │ ├── test_data_2767.txt │ │ │ ├── test_data_2768.txt │ │ │ ├── test_data_2769.txt │ │ │ ├── test_data_2770.txt │ │ │ ├── test_data_2771.txt │ │ │ ├── test_data_2772.txt │ │ │ ├── test_data_2773.txt │ │ │ ├── test_data_2774.txt │ │ │ ├── test_data_2775.txt │ │ │ ├── test_data_2776.txt │ │ │ ├── test_data_2777.txt │ │ │ ├── test_data_2778.txt │ │ │ ├── test_data_2779.txt │ │ │ ├── test_data_2780.txt │ │ │ ├── test_data_2781.txt │ │ │ ├── test_data_2782.txt │ │ │ ├── test_data_2783.txt │ │ │ ├── test_data_2784.txt │ │ │ ├── test_data_2785.txt │ │ │ ├── test_data_2786.txt │ │ │ ├── test_data_2787.txt │ │ │ ├── test_data_2788.txt │ │ │ ├── test_data_2789.txt │ │ │ ├── test_data_2790.txt │ │ │ ├── test_data_2791.txt │ │ │ ├── test_data_2792.txt │ │ │ ├── test_data_2793.txt │ │ │ ├── test_data_2794.txt │ │ │ ├── test_data_2795.txt │ │ │ ├── test_data_2796.txt │ │ │ ├── test_data_2797.txt │ │ │ ├── test_data_2798.txt │ │ │ ├── test_data_2799.txt │ │ │ ├── test_data_2800.txt │ │ │ ├── test_data_2801.txt │ │ │ ├── test_data_2802.txt │ │ │ ├── test_data_2803.txt │ │ │ ├── test_data_2804.txt │ │ │ ├── test_data_2805.txt │ │ │ ├── test_data_2806.txt │ │ │ ├── test_data_2807.txt │ │ │ ├── test_data_2808.txt │ │ │ ├── test_data_2809.txt │ │ │ ├── test_data_2810.txt │ │ │ ├── test_data_2811.txt │ │ │ ├── test_data_2812.txt │ │ │ ├── test_data_2813.txt │ │ │ ├── test_data_2814.txt │ │ │ ├── test_data_2815.txt │ │ │ ├── test_data_2816.txt │ │ │ ├── test_data_2817.txt │ │ │ ├── test_data_2818.txt │ │ │ ├── test_data_2819.txt │ │ │ ├── test_data_2820.txt │ │ │ ├── test_data_2821.txt │ │ │ ├── test_data_2822.txt │ │ │ ├── test_data_2823.txt │ │ │ ├── test_data_2824.txt │ │ │ ├── test_data_2825.txt │ │ │ ├── test_data_2826.txt │ │ │ ├── test_data_2827.txt │ │ │ ├── test_data_2828.txt │ │ │ ├── test_data_2829.txt │ │ │ ├── test_data_2830.txt │ │ │ ├── test_data_2831.txt │ │ │ ├── test_data_2832.txt │ │ │ ├── test_data_2833.txt │ │ │ ├── test_data_2834.txt │ │ │ ├── test_data_2835.txt │ │ │ ├── test_data_2836.txt │ │ │ ├── test_data_2837.txt │ │ │ ├── test_data_2838.txt │ │ │ ├── test_data_2839.txt │ │ │ ├── test_data_2840.txt │ │ │ ├── test_data_2841.txt │ │ │ ├── test_data_2842.txt │ │ │ ├── test_data_2843.txt │ │ │ ├── test_data_2844.txt │ │ │ ├── test_data_2845.txt │ │ │ ├── test_data_2846.txt │ │ │ ├── test_data_2847.txt │ │ │ ├── test_data_2848.txt │ │ │ ├── test_data_2849.txt │ │ │ ├── test_data_2850.txt │ │ │ ├── test_data_2851.txt │ │ │ ├── test_data_2852.txt │ │ │ ├── test_data_2853.txt │ │ │ ├── test_data_2854.txt │ │ │ ├── test_data_2855.txt │ │ │ ├── test_data_2856.txt │ │ │ ├── test_data_2857.txt │ │ │ ├── test_data_2858.txt │ │ │ ├── test_data_2859.txt │ │ │ ├── test_data_2860.txt │ │ │ ├── test_data_2861.txt │ │ │ ├── test_data_2862.txt │ │ │ ├── test_data_2863.txt │ │ │ ├── test_data_2864.txt │ │ │ ├── test_data_2865.txt │ │ │ ├── test_data_2866.txt │ │ │ ├── test_data_2867.txt │ │ │ ├── test_data_2868.txt │ │ │ ├── test_data_2869.txt │ │ │ ├── test_data_2870.txt │ │ │ ├── test_data_2871.txt │ │ │ ├── test_data_2872.txt │ │ │ ├── test_data_2873.txt │ │ │ ├── test_data_2874.txt │ │ │ ├── test_data_2875.txt │ │ │ ├── test_data_2876.txt │ │ │ ├── test_data_2877.txt │ │ │ ├── test_data_2878.txt │ │ │ ├── test_data_2879.txt │ │ │ ├── test_data_2880.txt │ │ │ ├── test_data_2881.txt │ │ │ ├── test_data_2882.txt │ │ │ ├── test_data_2883.txt │ │ │ ├── test_data_2884.txt │ │ │ ├── test_data_2885.txt │ │ │ ├── test_data_2886.txt │ │ │ ├── test_data_2887.txt │ │ │ ├── test_data_2888.txt │ │ │ ├── test_data_2889.txt │ │ │ ├── test_data_2890.txt │ │ │ ├── test_data_2891.txt │ │ │ ├── test_data_2892.txt │ │ │ ├── test_data_2893.txt │ │ │ ├── test_data_2894.txt │ │ │ ├── test_data_2895.txt │ │ │ ├── test_data_2896.txt │ │ │ ├── test_data_2897.txt │ │ │ ├── test_data_2898.txt │ │ │ ├── test_data_2899.txt │ │ │ ├── test_data_2900.txt │ │ │ ├── test_data_2901.txt │ │ │ ├── test_data_2902.txt │ │ │ ├── test_data_2903.txt │ │ │ ├── test_data_2904.txt │ │ │ ├── test_data_2905.txt │ │ │ ├── test_data_2906.txt │ │ │ ├── test_data_2907.txt │ │ │ ├── test_data_2908.txt │ │ │ ├── test_data_2909.txt │ │ │ ├── test_data_2910.txt │ │ │ ├── test_data_2911.txt │ │ │ ├── test_data_2912.txt │ │ │ ├── test_data_2913.txt │ │ │ ├── test_data_2914.txt │ │ │ ├── test_data_2915.txt │ │ │ ├── test_data_2916.txt │ │ │ ├── test_data_2917.txt │ │ │ ├── test_data_2918.txt │ │ │ ├── test_data_2919.txt │ │ │ ├── test_data_2920.txt │ │ │ ├── test_data_2921.txt │ │ │ ├── test_data_2922.txt │ │ │ ├── test_data_2923.txt │ │ │ ├── test_data_2924.txt │ │ │ ├── test_data_2925.txt │ │ │ ├── test_data_2926.txt │ │ │ ├── test_data_2927.txt │ │ │ ├── test_data_2928.txt │ │ │ ├── test_data_2929.txt │ │ │ ├── test_data_2930.txt │ │ │ ├── test_data_2931.txt │ │ │ ├── test_data_2932.txt │ │ │ ├── test_data_2933.txt │ │ │ ├── test_data_2934.txt │ │ │ ├── test_data_2935.txt │ │ │ ├── test_data_2936.txt │ │ │ ├── test_data_2937.txt │ │ │ ├── test_data_2938.txt │ │ │ ├── test_data_2939.txt │ │ │ ├── test_data_2940.txt │ │ │ ├── test_data_2941.txt │ │ │ ├── test_data_2942.txt │ │ │ ├── test_data_2943.txt │ │ │ ├── test_data_2944.txt │ │ │ ├── test_data_2945.txt │ │ │ ├── test_data_2946.txt │ │ │ ├── test_data_2947.txt │ │ │ ├── test_data_2948.txt │ │ │ ├── test_data_2949.txt │ │ │ ├── test_data_2950.txt │ │ │ ├── test_data_2951.txt │ │ │ ├── test_data_2952.txt │ │ │ ├── test_data_2953.txt │ │ │ ├── test_data_2954.txt │ │ │ ├── test_data_2955.txt │ │ │ ├── test_data_2956.txt │ │ │ ├── test_data_2957.txt │ │ │ ├── test_data_2958.txt │ │ │ ├── test_data_2959.txt │ │ │ ├── test_data_2960.txt │ │ │ ├── test_data_2961.txt │ │ │ ├── test_data_2962.txt │ │ │ ├── test_data_2963.txt │ │ │ ├── test_data_2964.txt │ │ │ ├── test_data_2965.txt │ │ │ ├── test_data_2966.txt │ │ │ ├── test_data_2967.txt │ │ │ ├── test_data_2968.txt │ │ │ ├── test_data_2969.txt │ │ │ ├── test_data_2970.txt │ │ │ ├── test_data_2971.txt │ │ │ ├── test_data_2972.txt │ │ │ ├── test_data_2973.txt │ │ │ ├── test_data_2974.txt │ │ │ ├── test_data_2975.txt │ │ │ ├── test_data_2976.txt │ │ │ ├── test_data_2977.txt │ │ │ ├── test_data_2978.txt │ │ │ ├── test_data_2979.txt │ │ │ ├── test_data_2980.txt │ │ │ ├── test_data_2981.txt │ │ │ ├── test_data_2982.txt │ │ │ ├── test_data_2983.txt │ │ │ ├── test_data_2984.txt │ │ │ ├── test_data_2985.txt │ │ │ ├── test_data_2986.txt │ │ │ ├── test_data_2987.txt │ │ │ ├── test_data_2988.txt │ │ │ ├── test_data_2989.txt │ │ │ ├── test_data_2990.txt │ │ │ ├── test_data_2991.txt │ │ │ ├── test_data_2992.txt │ │ │ ├── test_data_2993.txt │ │ │ ├── test_data_2994.txt │ │ │ ├── test_data_2995.txt │ │ │ ├── test_data_2996.txt │ │ │ ├── test_data_2997.txt │ │ │ ├── test_data_2998.txt │ │ │ ├── test_data_2999.txt │ │ │ ├── test_data_3000.txt │ │ │ ├── test_data_3001.txt │ │ │ ├── test_data_3002.txt │ │ │ ├── test_data_3003.txt │ │ │ ├── test_data_3004.txt │ │ │ ├── test_data_3005.txt │ │ │ ├── test_data_3006.txt │ │ │ ├── test_data_3007.txt │ │ │ ├── test_data_3008.txt │ │ │ ├── test_data_3009.txt │ │ │ ├── test_data_3010.txt │ │ │ ├── test_data_3011.txt │ │ │ ├── test_data_3012.txt │ │ │ ├── test_data_3013.txt │ │ │ ├── test_data_3014.txt │ │ │ ├── test_data_3015.txt │ │ │ ├── test_data_3016.txt │ │ │ ├── test_data_3017.txt │ │ │ ├── test_data_3018.txt │ │ │ ├── test_data_3019.txt │ │ │ ├── test_data_3020.txt │ │ │ ├── test_data_3021.txt │ │ │ ├── test_data_3022.txt │ │ │ ├── test_data_3023.txt │ │ │ ├── test_data_3024.txt │ │ │ ├── test_data_3025.txt │ │ │ ├── test_data_3026.txt │ │ │ ├── test_data_3027.txt │ │ │ ├── test_data_3028.txt │ │ │ ├── test_data_3029.txt │ │ │ ├── test_data_3030.txt │ │ │ ├── test_data_3031.txt │ │ │ ├── test_data_3032.txt │ │ │ ├── test_data_3033.txt │ │ │ ├── test_data_3034.txt │ │ │ ├── test_data_3035.txt │ │ │ ├── test_data_3036.txt │ │ │ ├── test_data_3037.txt │ │ │ ├── test_data_3038.txt │ │ │ ├── test_data_3039.txt │ │ │ ├── test_data_3040.txt │ │ │ ├── test_data_3041.txt │ │ │ ├── test_data_3042.txt │ │ │ ├── test_data_3043.txt │ │ │ ├── test_data_3044.txt │ │ │ ├── test_data_3045.txt │ │ │ ├── test_data_3046.txt │ │ │ ├── test_data_3047.txt │ │ │ ├── test_data_3048.txt │ │ │ ├── test_data_3049.txt │ │ │ ├── test_data_3050.txt │ │ │ ├── test_data_3051.txt │ │ │ ├── test_data_3052.txt │ │ │ ├── test_data_3053.txt │ │ │ ├── test_data_3054.txt │ │ │ ├── test_data_3055.txt │ │ │ ├── test_data_3056.txt │ │ │ ├── test_data_3057.txt │ │ │ ├── test_data_3058.txt │ │ │ ├── test_data_3059.txt │ │ │ ├── test_data_3060.txt │ │ │ ├── test_data_3061.txt │ │ │ ├── test_data_3062.txt │ │ │ ├── test_data_3063.txt │ │ │ ├── test_data_3064.txt │ │ │ ├── test_data_3065.txt │ │ │ ├── test_data_3066.txt │ │ │ ├── test_data_3067.txt │ │ │ ├── test_data_3068.txt │ │ │ ├── test_data_3069.txt │ │ │ ├── test_data_3070.txt │ │ │ ├── test_data_3071.txt │ │ │ ├── test_data_3072.txt │ │ │ ├── test_data_3073.txt │ │ │ ├── test_data_3074.txt │ │ │ ├── test_data_3075.txt │ │ │ ├── test_data_3076.txt │ │ │ ├── test_data_3077.txt │ │ │ ├── test_data_3078.txt │ │ │ ├── test_data_3079.txt │ │ │ ├── test_data_3080.txt │ │ │ ├── test_data_3081.txt │ │ │ ├── test_data_3082.txt │ │ │ ├── test_data_3083.txt │ │ │ ├── test_data_3084.txt │ │ │ ├── test_data_3085.txt │ │ │ ├── test_data_3086.txt │ │ │ ├── test_data_3087.txt │ │ │ ├── test_data_3088.txt │ │ │ ├── test_data_3089.txt │ │ │ ├── test_data_3090.txt │ │ │ ├── test_data_3091.txt │ │ │ ├── test_data_3092.txt │ │ │ ├── test_data_3093.txt │ │ │ ├── test_data_3094.txt │ │ │ ├── test_data_3095.txt │ │ │ ├── test_data_3096.txt │ │ │ ├── test_data_3097.txt │ │ │ ├── test_data_3098.txt │ │ │ ├── test_data_3099.txt │ │ │ ├── test_data_3100.txt │ │ │ ├── test_data_3101.txt │ │ │ ├── test_data_3102.txt │ │ │ ├── test_data_3103.txt │ │ │ ├── test_data_3104.txt │ │ │ ├── test_data_3105.txt │ │ │ ├── test_data_3106.txt │ │ │ ├── test_data_3107.txt │ │ │ ├── test_data_3108.txt │ │ │ ├── test_data_3109.txt │ │ │ ├── test_data_3110.txt │ │ │ ├── test_data_3111.txt │ │ │ ├── test_data_3112.txt │ │ │ ├── test_data_3113.txt │ │ │ ├── test_data_3114.txt │ │ │ ├── test_data_3115.txt │ │ │ ├── test_data_3116.txt │ │ │ ├── test_data_3117.txt │ │ │ ├── test_data_3118.txt │ │ │ ├── test_data_3119.txt │ │ │ ├── test_data_3120.txt │ │ │ ├── test_data_3121.txt │ │ │ ├── test_data_3122.txt │ │ │ ├── test_data_3123.txt │ │ │ ├── test_data_3124.txt │ │ │ ├── test_data_3125.txt │ │ │ ├── test_data_3126.txt │ │ │ ├── test_data_3127.txt │ │ │ ├── test_data_3128.txt │ │ │ ├── test_data_3129.txt │ │ │ ├── test_data_3130.txt │ │ │ ├── test_data_3131.txt │ │ │ ├── test_data_3132.txt │ │ │ ├── test_data_3133.txt │ │ │ ├── test_data_3134.txt │ │ │ ├── test_data_3135.txt │ │ │ ├── test_data_3136.txt │ │ │ ├── test_data_3137.txt │ │ │ ├── test_data_3138.txt │ │ │ ├── test_data_3139.txt │ │ │ ├── test_data_3140.txt │ │ │ ├── test_data_3141.txt │ │ │ ├── test_data_3142.txt │ │ │ ├── test_data_3143.txt │ │ │ ├── test_data_3144.txt │ │ │ ├── test_data_3145.txt │ │ │ ├── test_data_3146.txt │ │ │ ├── test_data_3147.txt │ │ │ ├── test_data_3148.txt │ │ │ ├── test_data_3149.txt │ │ │ ├── test_data_3150.txt │ │ │ ├── test_data_3151.txt │ │ │ ├── test_data_3152.txt │ │ │ ├── test_data_3153.txt │ │ │ ├── test_data_3154.txt │ │ │ ├── test_data_3155.txt │ │ │ ├── test_data_3156.txt │ │ │ ├── test_data_3157.txt │ │ │ ├── test_data_3158.txt │ │ │ ├── test_data_3159.txt │ │ │ ├── test_data_3160.txt │ │ │ ├── test_data_3161.txt │ │ │ ├── test_data_3162.txt │ │ │ ├── test_data_3163.txt │ │ │ ├── test_data_3164.txt │ │ │ ├── test_data_3165.txt │ │ │ ├── test_data_3166.txt │ │ │ ├── test_data_3167.txt │ │ │ ├── test_data_3168.txt │ │ │ ├── test_data_3169.txt │ │ │ ├── test_data_3170.txt │ │ │ ├── test_data_3171.txt │ │ │ ├── test_data_3172.txt │ │ │ ├── test_data_3173.txt │ │ │ ├── test_data_3174.txt │ │ │ ├── test_data_3175.txt │ │ │ ├── test_data_3176.txt │ │ │ ├── test_data_3177.txt │ │ │ ├── test_data_3178.txt │ │ │ ├── test_data_3179.txt │ │ │ ├── test_data_3180.txt │ │ │ ├── test_data_3181.txt │ │ │ ├── test_data_3182.txt │ │ │ ├── test_data_3183.txt │ │ │ ├── test_data_3184.txt │ │ │ ├── test_data_3185.txt │ │ │ ├── test_data_3186.txt │ │ │ ├── test_data_3187.txt │ │ │ ├── test_data_3188.txt │ │ │ ├── test_data_3189.txt │ │ │ ├── test_data_3190.txt │ │ │ ├── test_data_3191.txt │ │ │ ├── test_data_3192.txt │ │ │ ├── test_data_3193.txt │ │ │ ├── test_data_3194.txt │ │ │ ├── test_data_3195.txt │ │ │ ├── test_data_3196.txt │ │ │ ├── test_data_3197.txt │ │ │ ├── test_data_3198.txt │ │ │ ├── test_data_3199.txt │ │ │ ├── test_data_3200.txt │ │ │ ├── test_data_3201.txt │ │ │ ├── test_data_3202.txt │ │ │ ├── test_data_3203.txt │ │ │ ├── test_data_3204.txt │ │ │ ├── test_data_3205.txt │ │ │ ├── test_data_3206.txt │ │ │ ├── test_data_3207.txt │ │ │ ├── test_data_3208.txt │ │ │ ├── test_data_3209.txt │ │ │ ├── test_data_3210.txt │ │ │ ├── test_data_3211.txt │ │ │ ├── test_data_3212.txt │ │ │ ├── test_data_3213.txt │ │ │ ├── test_data_3214.txt │ │ │ ├── test_data_3215.txt │ │ │ ├── test_data_3216.txt │ │ │ ├── test_data_3217.txt │ │ │ ├── test_data_3218.txt │ │ │ ├── test_data_3219.txt │ │ │ ├── test_data_3220.txt │ │ │ ├── test_data_3221.txt │ │ │ ├── test_data_3222.txt │ │ │ ├── test_data_3223.txt │ │ │ ├── test_data_3224.txt │ │ │ ├── test_data_3225.txt │ │ │ ├── test_data_3226.txt │ │ │ ├── test_data_3227.txt │ │ │ ├── test_data_3228.txt │ │ │ ├── test_data_3229.txt │ │ │ ├── test_data_3230.txt │ │ │ ├── test_data_3231.txt │ │ │ ├── test_data_3232.txt │ │ │ ├── test_data_3233.txt │ │ │ ├── test_data_3234.txt │ │ │ ├── test_data_3235.txt │ │ │ ├── test_data_3236.txt │ │ │ ├── test_data_3237.txt │ │ │ ├── test_data_3238.txt │ │ │ ├── test_data_3239.txt │ │ │ ├── test_data_3240.txt │ │ │ ├── test_data_3241.txt │ │ │ ├── test_data_3242.txt │ │ │ ├── test_data_3243.txt │ │ │ ├── test_data_3244.txt │ │ │ ├── test_data_3245.txt │ │ │ ├── test_data_3246.txt │ │ │ ├── test_data_3247.txt │ │ │ ├── test_data_3248.txt │ │ │ ├── test_data_3249.txt │ │ │ ├── test_data_3250.txt │ │ │ ├── test_data_3251.txt │ │ │ ├── test_data_3252.txt │ │ │ ├── test_data_3253.txt │ │ │ ├── test_data_3254.txt │ │ │ ├── test_data_3255.txt │ │ │ ├── test_data_3256.txt │ │ │ ├── test_data_3257.txt │ │ │ ├── test_data_3258.txt │ │ │ ├── test_data_3259.txt │ │ │ ├── test_data_3260.txt │ │ │ ├── test_data_3261.txt │ │ │ ├── test_data_3262.txt │ │ │ ├── test_data_3263.txt │ │ │ ├── test_data_3264.txt │ │ │ ├── test_data_3265.txt │ │ │ ├── test_data_3266.txt │ │ │ ├── test_data_3267.txt │ │ │ ├── test_data_3268.txt │ │ │ ├── test_data_3269.txt │ │ │ ├── test_data_3270.txt │ │ │ ├── test_data_3271.txt │ │ │ ├── test_data_3272.txt │ │ │ ├── test_data_3273.txt │ │ │ ├── test_data_3274.txt │ │ │ ├── test_data_3275.txt │ │ │ ├── test_data_3276.txt │ │ │ ├── test_data_3277.txt │ │ │ ├── test_data_3278.txt │ │ │ ├── test_data_3279.txt │ │ │ ├── test_data_3280.txt │ │ │ ├── test_data_3281.txt │ │ │ ├── test_data_3282.txt │ │ │ ├── test_data_3283.txt │ │ │ ├── test_data_3284.txt │ │ │ ├── test_data_3285.txt │ │ │ ├── test_data_3286.txt │ │ │ ├── test_data_3287.txt │ │ │ ├── test_data_3288.txt │ │ │ ├── test_data_3289.txt │ │ │ ├── test_data_3290.txt │ │ │ ├── test_data_3291.txt │ │ │ ├── test_data_3292.txt │ │ │ ├── test_data_3293.txt │ │ │ ├── test_data_3294.txt │ │ │ ├── test_data_3295.txt │ │ │ ├── test_data_3296.txt │ │ │ ├── test_data_3297.txt │ │ │ ├── test_data_3298.txt │ │ │ ├── test_data_3299.txt │ │ │ ├── test_data_3300.txt │ │ │ ├── test_data_3301.txt │ │ │ ├── test_data_3302.txt │ │ │ ├── test_data_3303.txt │ │ │ ├── test_data_3304.txt │ │ │ ├── test_data_3305.txt │ │ │ ├── test_data_3306.txt │ │ │ ├── test_data_3307.txt │ │ │ ├── test_data_3308.txt │ │ │ ├── test_data_3309.txt │ │ │ ├── test_data_3310.txt │ │ │ ├── test_data_3311.txt │ │ │ ├── test_data_3312.txt │ │ │ ├── test_data_3313.txt │ │ │ ├── test_data_3314.txt │ │ │ ├── test_data_3315.txt │ │ │ ├── test_data_3316.txt │ │ │ ├── test_data_3317.txt │ │ │ ├── test_data_3318.txt │ │ │ ├── test_data_3319.txt │ │ │ ├── test_data_3320.txt │ │ │ ├── test_data_3321.txt │ │ │ ├── test_data_3322.txt │ │ │ ├── test_data_3323.txt │ │ │ ├── test_data_3324.txt │ │ │ ├── test_data_3325.txt │ │ │ ├── test_data_3326.txt │ │ │ ├── test_data_3327.txt │ │ │ ├── test_data_3328.txt │ │ │ ├── test_data_3329.txt │ │ │ ├── test_data_3330.txt │ │ │ ├── test_data_3331.txt │ │ │ ├── test_data_3332.txt │ │ │ ├── test_data_3333.txt │ │ │ ├── test_data_3334.txt │ │ │ ├── test_data_3335.txt │ │ │ ├── test_data_3336.txt │ │ │ ├── test_data_3337.txt │ │ │ ├── test_data_3338.txt │ │ │ ├── test_data_3339.txt │ │ │ ├── test_data_3340.txt │ │ │ ├── test_data_3341.txt │ │ │ ├── test_data_3342.txt │ │ │ ├── test_data_3343.txt │ │ │ ├── test_data_3344.txt │ │ │ ├── test_data_3345.txt │ │ │ ├── test_data_3346.txt │ │ │ ├── test_data_3347.txt │ │ │ ├── test_data_3348.txt │ │ │ ├── test_data_3349.txt │ │ │ ├── test_data_3350.txt │ │ │ ├── test_data_3351.txt │ │ │ ├── test_data_3352.txt │ │ │ ├── test_data_3353.txt │ │ │ ├── test_data_3354.txt │ │ │ ├── test_data_3355.txt │ │ │ ├── test_data_3356.txt │ │ │ ├── test_data_3357.txt │ │ │ ├── test_data_3358.txt │ │ │ ├── test_data_3359.txt │ │ │ ├── test_data_3360.txt │ │ │ ├── test_data_3361.txt │ │ │ ├── test_data_3362.txt │ │ │ ├── test_data_3363.txt │ │ │ ├── test_data_3364.txt │ │ │ ├── test_data_3365.txt │ │ │ ├── test_data_3366.txt │ │ │ ├── test_data_3367.txt │ │ │ ├── test_data_3368.txt │ │ │ ├── test_data_3369.txt │ │ │ ├── test_data_3370.txt │ │ │ ├── test_data_3371.txt │ │ │ ├── test_data_3372.txt │ │ │ ├── test_data_3373.txt │ │ │ ├── test_data_3374.txt │ │ │ ├── test_data_3375.txt │ │ │ ├── test_data_3376.txt │ │ │ ├── test_data_3377.txt │ │ │ ├── test_data_3378.txt │ │ │ ├── test_data_3379.txt │ │ │ ├── test_data_3380.txt │ │ │ ├── test_data_3381.txt │ │ │ ├── test_data_3382.txt │ │ │ ├── test_data_3383.txt │ │ │ ├── test_data_3384.txt │ │ │ ├── test_data_3385.txt │ │ │ ├── test_data_3386.txt │ │ │ ├── test_data_3387.txt │ │ │ ├── test_data_3388.txt │ │ │ ├── test_data_3389.txt │ │ │ ├── test_data_3390.txt │ │ │ ├── test_data_3391.txt │ │ │ ├── test_data_3392.txt │ │ │ ├── test_data_3393.txt │ │ │ ├── test_data_3394.txt │ │ │ ├── test_data_3395.txt │ │ │ ├── test_data_3396.txt │ │ │ ├── test_data_3397.txt │ │ │ ├── test_data_3398.txt │ │ │ ├── test_data_3399.txt │ │ │ ├── test_data_3400.txt │ │ │ ├── test_data_3401.txt │ │ │ ├── test_data_3402.txt │ │ │ ├── test_data_3403.txt │ │ │ ├── test_data_3404.txt │ │ │ ├── test_data_3405.txt │ │ │ ├── test_data_3406.txt │ │ │ ├── test_data_3407.txt │ │ │ ├── test_data_3408.txt │ │ │ ├── test_data_3409.txt │ │ │ ├── test_data_3410.txt │ │ │ ├── test_data_3411.txt │ │ │ ├── test_data_3412.txt │ │ │ ├── test_data_3413.txt │ │ │ ├── test_data_3414.txt │ │ │ ├── test_data_3415.txt │ │ │ ├── test_data_3416.txt │ │ │ ├── test_data_3417.txt │ │ │ ├── test_data_3418.txt │ │ │ ├── test_data_3419.txt │ │ │ ├── test_data_3420.txt │ │ │ ├── test_data_3421.txt │ │ │ ├── test_data_3422.txt │ │ │ ├── test_data_3423.txt │ │ │ ├── test_data_3424.txt │ │ │ ├── test_data_3425.txt │ │ │ ├── test_data_3426.txt │ │ │ ├── test_data_3427.txt │ │ │ ├── test_data_3428.txt │ │ │ ├── test_data_3429.txt │ │ │ ├── test_data_3430.txt │ │ │ ├── test_data_3431.txt │ │ │ ├── test_data_3432.txt │ │ │ ├── test_data_3433.txt │ │ │ ├── test_data_3434.txt │ │ │ ├── test_data_3435.txt │ │ │ ├── test_data_3436.txt │ │ │ ├── test_data_3437.txt │ │ │ ├── test_data_3438.txt │ │ │ ├── test_data_3439.txt │ │ │ ├── test_data_3440.txt │ │ │ ├── test_data_3441.txt │ │ │ ├── test_data_3442.txt │ │ │ ├── test_data_3443.txt │ │ │ ├── test_data_3444.txt │ │ │ ├── test_data_3445.txt │ │ │ ├── test_data_3446.txt │ │ │ ├── test_data_3447.txt │ │ │ ├── test_data_3448.txt │ │ │ ├── test_data_3449.txt │ │ │ ├── test_data_3450.txt │ │ │ ├── test_data_3451.txt │ │ │ ├── test_data_3452.txt │ │ │ ├── test_data_3453.txt │ │ │ ├── test_data_3454.txt │ │ │ ├── test_data_3455.txt │ │ │ ├── test_data_3456.txt │ │ │ ├── test_data_3457.txt │ │ │ ├── test_data_3458.txt │ │ │ ├── test_data_3459.txt │ │ │ ├── test_data_3460.txt │ │ │ ├── test_data_3461.txt │ │ │ ├── test_data_3462.txt │ │ │ ├── test_data_3463.txt │ │ │ ├── test_data_3464.txt │ │ │ ├── test_data_3465.txt │ │ │ ├── test_data_3466.txt │ │ │ ├── test_data_3467.txt │ │ │ ├── test_data_3468.txt │ │ │ ├── test_data_3469.txt │ │ │ ├── test_data_3470.txt │ │ │ ├── test_data_3471.txt │ │ │ ├── test_data_3472.txt │ │ │ ├── test_data_3473.txt │ │ │ ├── test_data_3474.txt │ │ │ ├── test_data_3475.txt │ │ │ ├── test_data_3476.txt │ │ │ ├── test_data_3477.txt │ │ │ ├── test_data_3478.txt │ │ │ ├── test_data_3479.txt │ │ │ ├── test_data_3480.txt │ │ │ ├── test_data_3481.txt │ │ │ ├── test_data_3482.txt │ │ │ ├── test_data_3483.txt │ │ │ ├── test_data_3484.txt │ │ │ ├── test_data_3485.txt │ │ │ ├── test_data_3486.txt │ │ │ ├── test_data_3487.txt │ │ │ ├── test_data_3488.txt │ │ │ ├── test_data_3489.txt │ │ │ ├── test_data_3490.txt │ │ │ ├── test_data_3491.txt │ │ │ ├── test_data_3492.txt │ │ │ ├── test_data_3493.txt │ │ │ ├── test_data_3494.txt │ │ │ ├── test_data_3495.txt │ │ │ ├── test_data_3496.txt │ │ │ ├── test_data_3497.txt │ │ │ ├── test_data_3498.txt │ │ │ ├── test_data_3499.txt │ │ │ ├── test_data_3500.txt │ │ │ ├── test_data_3501.txt │ │ │ ├── test_data_3502.txt │ │ │ ├── test_data_3503.txt │ │ │ ├── test_data_3504.txt │ │ │ ├── test_data_3505.txt │ │ │ ├── test_data_3506.txt │ │ │ ├── test_data_3507.txt │ │ │ ├── test_data_3508.txt │ │ │ ├── test_data_3509.txt │ │ │ ├── test_data_3510.txt │ │ │ ├── test_data_3511.txt │ │ │ ├── test_data_3512.txt │ │ │ ├── test_data_3513.txt │ │ │ ├── test_data_3514.txt │ │ │ ├── test_data_3515.txt │ │ │ ├── test_data_3516.txt │ │ │ ├── test_data_3517.txt │ │ │ ├── test_data_3518.txt │ │ │ ├── test_data_3519.txt │ │ │ ├── test_data_3520.txt │ │ │ ├── test_data_3521.txt │ │ │ ├── test_data_3522.txt │ │ │ ├── test_data_3523.txt │ │ │ ├── test_data_3524.txt │ │ │ ├── test_data_3525.txt │ │ │ ├── test_data_3526.txt │ │ │ ├── test_data_3527.txt │ │ │ ├── test_data_3528.txt │ │ │ ├── test_data_3529.txt │ │ │ ├── test_data_3530.txt │ │ │ ├── test_data_3531.txt │ │ │ ├── test_data_3532.txt │ │ │ ├── test_data_3533.txt │ │ │ ├── test_data_3534.txt │ │ │ ├── test_data_3535.txt │ │ │ ├── test_data_3536.txt │ │ │ ├── test_data_3537.txt │ │ │ ├── test_data_3538.txt │ │ │ ├── test_data_3539.txt │ │ │ ├── test_data_3540.txt │ │ │ ├── test_data_3541.txt │ │ │ ├── test_data_3542.txt │ │ │ ├── test_data_3543.txt │ │ │ ├── test_data_3544.txt │ │ │ ├── test_data_3545.txt │ │ │ ├── test_data_3546.txt │ │ │ ├── test_data_3547.txt │ │ │ ├── test_data_3548.txt │ │ │ ├── test_data_3549.txt │ │ │ ├── test_data_3550.txt │ │ │ ├── test_data_3551.txt │ │ │ ├── test_data_3552.txt │ │ │ ├── test_data_3553.txt │ │ │ ├── test_data_3554.txt │ │ │ ├── test_data_3555.txt │ │ │ ├── test_data_3556.txt │ │ │ ├── test_data_3557.txt │ │ │ ├── test_data_3558.txt │ │ │ ├── test_data_3559.txt │ │ │ ├── test_data_3560.txt │ │ │ ├── test_data_3561.txt │ │ │ ├── test_data_3562.txt │ │ │ ├── test_data_3563.txt │ │ │ ├── test_data_3564.txt │ │ │ ├── test_data_3565.txt │ │ │ ├── test_data_3566.txt │ │ │ ├── test_data_3567.txt │ │ │ ├── test_data_3568.txt │ │ │ ├── test_data_3569.txt │ │ │ ├── test_data_3570.txt │ │ │ ├── test_data_3571.txt │ │ │ ├── test_data_3572.txt │ │ │ ├── test_data_3573.txt │ │ │ ├── test_data_3574.txt │ │ │ ├── test_data_3575.txt │ │ │ ├── test_data_3576.txt │ │ │ ├── test_data_3577.txt │ │ │ ├── test_data_3578.txt │ │ │ ├── test_data_3579.txt │ │ │ ├── test_data_3580.txt │ │ │ ├── test_data_3581.txt │ │ │ ├── test_data_3582.txt │ │ │ ├── test_data_3583.txt │ │ │ ├── test_data_3584.txt │ │ │ ├── test_data_3585.txt │ │ │ ├── test_data_3586.txt │ │ │ ├── test_data_3587.txt │ │ │ ├── test_data_3588.txt │ │ │ ├── test_data_3589.txt │ │ │ ├── test_data_3590.txt │ │ │ ├── test_data_3591.txt │ │ │ ├── test_data_3592.txt │ │ │ ├── test_data_3593.txt │ │ │ ├── test_data_3594.txt │ │ │ ├── test_data_3595.txt │ │ │ ├── test_data_3596.txt │ │ │ ├── test_data_3597.txt │ │ │ ├── test_data_3598.txt │ │ │ ├── test_data_3599.txt │ │ │ ├── test_data_3600.txt │ │ │ ├── test_data_3601.txt │ │ │ ├── test_data_3602.txt │ │ │ ├── test_data_3603.txt │ │ │ ├── test_data_3604.txt │ │ │ ├── test_data_3605.txt │ │ │ ├── test_data_3606.txt │ │ │ ├── test_data_3607.txt │ │ │ ├── test_data_3608.txt │ │ │ ├── test_data_3609.txt │ │ │ ├── test_data_3610.txt │ │ │ ├── test_data_3611.txt │ │ │ ├── test_data_3612.txt │ │ │ ├── test_data_3613.txt │ │ │ ├── test_data_3614.txt │ │ │ ├── test_data_3615.txt │ │ │ ├── test_data_3616.txt │ │ │ ├── test_data_3617.txt │ │ │ ├── test_data_3618.txt │ │ │ ├── test_data_3619.txt │ │ │ ├── test_data_3620.txt │ │ │ ├── test_data_3621.txt │ │ │ ├── test_data_3622.txt │ │ │ ├── test_data_3623.txt │ │ │ ├── test_data_3624.txt │ │ │ ├── test_data_3625.txt │ │ │ ├── test_data_3626.txt │ │ │ ├── test_data_3627.txt │ │ │ ├── test_data_3628.txt │ │ │ ├── test_data_3629.txt │ │ │ ├── test_data_3630.txt │ │ │ ├── test_data_3631.txt │ │ │ ├── test_data_3632.txt │ │ │ ├── test_data_3633.txt │ │ │ ├── test_data_3634.txt │ │ │ ├── test_data_3635.txt │ │ │ ├── test_data_3636.txt │ │ │ ├── test_data_3637.txt │ │ │ ├── test_data_3638.txt │ │ │ ├── test_data_3639.txt │ │ │ ├── test_data_3640.txt │ │ │ ├── test_data_3641.txt │ │ │ ├── test_data_3642.txt │ │ │ ├── test_data_3643.txt │ │ │ ├── test_data_3644.txt │ │ │ ├── test_data_3645.txt │ │ │ ├── test_data_3646.txt │ │ │ ├── test_data_3647.txt │ │ │ ├── test_data_3648.txt │ │ │ ├── test_data_3649.txt │ │ │ ├── test_data_3650.txt │ │ │ ├── test_data_3651.txt │ │ │ ├── test_data_3652.txt │ │ │ ├── test_data_3653.txt │ │ │ ├── test_data_3654.txt │ │ │ ├── test_data_3655.txt │ │ │ ├── test_data_3656.txt │ │ │ ├── test_data_3657.txt │ │ │ ├── test_data_3658.txt │ │ │ ├── test_data_3659.txt │ │ │ ├── test_data_3660.txt │ │ │ ├── test_data_3661.txt │ │ │ ├── test_data_3662.txt │ │ │ ├── test_data_3663.txt │ │ │ ├── test_data_3664.txt │ │ │ ├── test_data_3665.txt │ │ │ ├── test_data_3666.txt │ │ │ ├── test_data_3667.txt │ │ │ ├── test_data_3668.txt │ │ │ ├── test_data_3669.txt │ │ │ ├── test_data_3670.txt │ │ │ ├── test_data_3671.txt │ │ │ ├── test_data_3672.txt │ │ │ ├── test_data_3673.txt │ │ │ ├── test_data_3674.txt │ │ │ ├── test_data_3675.txt │ │ │ ├── test_data_3676.txt │ │ │ ├── test_data_3677.txt │ │ │ ├── test_data_3678.txt │ │ │ ├── test_data_3679.txt │ │ │ ├── test_data_3680.txt │ │ │ ├── test_data_3681.txt │ │ │ ├── test_data_3682.txt │ │ │ ├── test_data_3683.txt │ │ │ ├── test_data_3684.txt │ │ │ ├── test_data_3685.txt │ │ │ ├── test_data_3686.txt │ │ │ ├── test_data_3687.txt │ │ │ ├── test_data_3688.txt │ │ │ ├── test_data_3689.txt │ │ │ ├── test_data_3690.txt │ │ │ ├── test_data_3691.txt │ │ │ ├── test_data_3692.txt │ │ │ ├── test_data_3693.txt │ │ │ ├── test_data_3694.txt │ │ │ ├── test_data_3695.txt │ │ │ ├── test_data_3696.txt │ │ │ ├── test_data_3697.txt │ │ │ ├── test_data_3698.txt │ │ │ ├── test_data_3699.txt │ │ │ ├── test_data_3700.txt │ │ │ ├── test_data_3701.txt │ │ │ ├── test_data_3702.txt │ │ │ ├── test_data_3703.txt │ │ │ ├── test_data_3704.txt │ │ │ ├── test_data_3705.txt │ │ │ ├── test_data_3706.txt │ │ │ ├── test_data_3707.txt │ │ │ ├── test_data_3708.txt │ │ │ ├── test_data_3709.txt │ │ │ ├── test_data_3710.txt │ │ │ ├── test_data_3711.txt │ │ │ ├── test_data_3712.txt │ │ │ ├── test_data_3713.txt │ │ │ ├── test_data_3714.txt │ │ │ ├── test_data_3715.txt │ │ │ ├── test_data_3716.txt │ │ │ ├── test_data_3717.txt │ │ │ ├── test_data_3718.txt │ │ │ ├── test_data_3719.txt │ │ │ ├── test_data_3720.txt │ │ │ ├── test_data_3721.txt │ │ │ ├── test_data_3722.txt │ │ │ ├── test_data_3723.txt │ │ │ ├── test_data_3724.txt │ │ │ ├── test_data_3725.txt │ │ │ ├── test_data_3726.txt │ │ │ ├── test_data_3727.txt │ │ │ ├── test_data_3728.txt │ │ │ ├── test_data_3729.txt │ │ │ ├── test_data_3730.txt │ │ │ ├── test_data_3731.txt │ │ │ ├── test_data_3732.txt │ │ │ ├── test_data_3733.txt │ │ │ ├── test_data_3734.txt │ │ │ ├── test_data_3735.txt │ │ │ ├── test_data_3736.txt │ │ │ ├── test_data_3737.txt │ │ │ ├── test_data_3738.txt │ │ │ ├── test_data_3739.txt │ │ │ ├── test_data_3740.txt │ │ │ ├── test_data_3741.txt │ │ │ ├── test_data_3742.txt │ │ │ ├── test_data_3743.txt │ │ │ ├── test_data_3744.txt │ │ │ ├── test_data_3745.txt │ │ │ ├── test_data_3746.txt │ │ │ ├── test_data_3747.txt │ │ │ ├── test_data_3748.txt │ │ │ ├── test_data_3749.txt │ │ │ ├── test_data_3750.txt │ │ │ ├── test_data_3751.txt │ │ │ ├── test_data_3752.txt │ │ │ ├── test_data_3753.txt │ │ │ ├── test_data_3754.txt │ │ │ ├── test_data_3755.txt │ │ │ ├── test_data_3756.txt │ │ │ ├── test_data_3757.txt │ │ │ ├── test_data_3758.txt │ │ │ ├── test_data_3759.txt │ │ │ ├── test_data_3760.txt │ │ │ ├── test_data_3761.txt │ │ │ ├── test_data_3762.txt │ │ │ ├── test_data_3763.txt │ │ │ ├── test_data_3764.txt │ │ │ ├── test_data_3765.txt │ │ │ ├── test_data_3766.txt │ │ │ ├── test_data_3767.txt │ │ │ ├── test_data_3768.txt │ │ │ ├── test_data_3769.txt │ │ │ ├── test_data_3770.txt │ │ │ ├── test_data_3771.txt │ │ │ ├── test_data_3772.txt │ │ │ ├── test_data_3773.txt │ │ │ ├── test_data_3774.txt │ │ │ ├── test_data_3775.txt │ │ │ ├── test_data_3776.txt │ │ │ ├── test_data_3777.txt │ │ │ ├── test_data_3778.txt │ │ │ ├── test_data_3779.txt │ │ │ ├── test_data_3780.txt │ │ │ ├── test_data_3781.txt │ │ │ ├── test_data_3782.txt │ │ │ ├── test_data_3783.txt │ │ │ ├── test_data_3784.txt │ │ │ ├── test_data_3785.txt │ │ │ ├── test_data_3786.txt │ │ │ ├── test_data_3787.txt │ │ │ ├── test_data_3788.txt │ │ │ ├── test_data_3789.txt │ │ │ ├── test_data_3790.txt │ │ │ ├── test_data_3791.txt │ │ │ ├── test_data_3792.txt │ │ │ ├── test_data_3793.txt │ │ │ ├── test_data_3794.txt │ │ │ ├── test_data_3795.txt │ │ │ ├── test_data_3796.txt │ │ │ ├── test_data_3797.txt │ │ │ ├── test_data_3798.txt │ │ │ ├── test_data_3799.txt │ │ │ ├── test_data_3800.txt │ │ │ ├── test_data_3801.txt │ │ │ ├── test_data_3802.txt │ │ │ ├── test_data_3803.txt │ │ │ ├── test_data_3804.txt │ │ │ ├── test_data_3805.txt │ │ │ ├── test_data_3806.txt │ │ │ ├── test_data_3807.txt │ │ │ ├── test_data_3808.txt │ │ │ ├── test_data_3809.txt │ │ │ ├── test_data_3810.txt │ │ │ ├── test_data_3811.txt │ │ │ ├── test_data_3812.txt │ │ │ ├── test_data_3813.txt │ │ │ ├── test_data_3814.txt │ │ │ ├── test_data_3815.txt │ │ │ ├── test_data_3816.txt │ │ │ ├── test_data_3817.txt │ │ │ ├── test_data_3818.txt │ │ │ ├── test_data_3819.txt │ │ │ ├── test_data_3820.txt │ │ │ ├── test_data_3821.txt │ │ │ ├── test_data_3822.txt │ │ │ ├── test_data_3823.txt │ │ │ ├── test_data_3824.txt │ │ │ ├── test_data_3825.txt │ │ │ ├── test_data_3826.txt │ │ │ ├── test_data_3827.txt │ │ │ ├── test_data_3828.txt │ │ │ ├── test_data_3829.txt │ │ │ ├── test_data_3830.txt │ │ │ ├── test_data_3831.txt │ │ │ ├── test_data_3832.txt │ │ │ ├── test_data_3833.txt │ │ │ ├── test_data_3834.txt │ │ │ ├── test_data_3835.txt │ │ │ ├── test_data_3836.txt │ │ │ ├── test_data_3837.txt │ │ │ ├── test_data_3838.txt │ │ │ ├── test_data_3839.txt │ │ │ ├── test_data_3840.txt │ │ │ ├── test_data_3841.txt │ │ │ ├── test_data_3842.txt │ │ │ ├── test_data_3843.txt │ │ │ ├── test_data_3844.txt │ │ │ ├── test_data_3845.txt │ │ │ ├── test_data_3846.txt │ │ │ ├── test_data_3847.txt │ │ │ ├── test_data_3848.txt │ │ │ ├── test_data_3849.txt │ │ │ ├── test_data_3850.txt │ │ │ ├── test_data_3851.txt │ │ │ ├── test_data_3852.txt │ │ │ ├── test_data_3853.txt │ │ │ ├── test_data_3854.txt │ │ │ ├── test_data_3855.txt │ │ │ ├── test_data_3856.txt │ │ │ ├── test_data_3857.txt │ │ │ ├── test_data_3858.txt │ │ │ ├── test_data_3859.txt │ │ │ ├── test_data_3860.txt │ │ │ ├── test_data_3861.txt │ │ │ ├── test_data_3862.txt │ │ │ ├── test_data_3863.txt │ │ │ ├── test_data_3864.txt │ │ │ ├── test_data_3865.txt │ │ │ ├── test_data_3866.txt │ │ │ ├── test_data_3867.txt │ │ │ ├── test_data_3868.txt │ │ │ ├── test_data_3869.txt │ │ │ ├── test_data_3870.txt │ │ │ ├── test_data_3871.txt │ │ │ ├── test_data_3872.txt │ │ │ ├── test_data_3873.txt │ │ │ ├── test_data_3874.txt │ │ │ ├── test_data_3875.txt │ │ │ ├── test_data_3876.txt │ │ │ ├── test_data_3877.txt │ │ │ ├── test_data_3878.txt │ │ │ ├── test_data_3879.txt │ │ │ ├── test_data_3880.txt │ │ │ ├── test_data_3881.txt │ │ │ ├── test_data_3882.txt │ │ │ ├── test_data_3883.txt │ │ │ ├── test_data_3884.txt │ │ │ ├── test_data_3885.txt │ │ │ ├── test_data_3886.txt │ │ │ ├── test_data_3887.txt │ │ │ ├── test_data_3888.txt │ │ │ ├── test_data_3889.txt │ │ │ ├── test_data_3890.txt │ │ │ ├── test_data_3891.txt │ │ │ ├── test_data_3892.txt │ │ │ ├── test_data_3893.txt │ │ │ ├── test_data_3894.txt │ │ │ ├── test_data_3895.txt │ │ │ ├── test_data_3896.txt │ │ │ ├── test_data_3897.txt │ │ │ ├── test_data_3898.txt │ │ │ ├── test_data_3899.txt │ │ │ ├── test_data_3900.txt │ │ │ ├── test_data_3901.txt │ │ │ ├── test_data_3902.txt │ │ │ ├── test_data_3903.txt │ │ │ ├── test_data_3904.txt │ │ │ ├── test_data_3905.txt │ │ │ ├── test_data_3906.txt │ │ │ ├── test_data_3907.txt │ │ │ ├── test_data_3908.txt │ │ │ ├── test_data_3909.txt │ │ │ ├── test_data_3910.txt │ │ │ ├── test_data_3911.txt │ │ │ ├── test_data_3912.txt │ │ │ ├── test_data_3913.txt │ │ │ ├── test_data_3914.txt │ │ │ ├── test_data_3915.txt │ │ │ ├── test_data_3916.txt │ │ │ ├── test_data_3917.txt │ │ │ ├── test_data_3918.txt │ │ │ ├── test_data_3919.txt │ │ │ ├── test_data_3920.txt │ │ │ ├── test_data_3921.txt │ │ │ ├── test_data_3922.txt │ │ │ ├── test_data_3923.txt │ │ │ ├── test_data_3924.txt │ │ │ ├── test_data_3925.txt │ │ │ ├── test_data_3926.txt │ │ │ ├── test_data_3927.txt │ │ │ ├── test_data_3928.txt │ │ │ ├── test_data_3929.txt │ │ │ ├── test_data_3930.txt │ │ │ ├── test_data_3931.txt │ │ │ ├── test_data_3932.txt │ │ │ ├── test_data_3933.txt │ │ │ ├── test_data_3934.txt │ │ │ ├── test_data_3935.txt │ │ │ ├── test_data_3936.txt │ │ │ ├── test_data_3937.txt │ │ │ ├── test_data_3938.txt │ │ │ ├── test_data_3939.txt │ │ │ ├── test_data_3940.txt │ │ │ ├── test_data_3941.txt │ │ │ ├── test_data_3942.txt │ │ │ ├── test_data_3943.txt │ │ │ ├── test_data_3944.txt │ │ │ ├── test_data_3945.txt │ │ │ ├── test_data_3946.txt │ │ │ ├── test_data_3947.txt │ │ │ ├── test_data_3948.txt │ │ │ ├── test_data_3949.txt │ │ │ ├── test_data_3950.txt │ │ │ ├── test_data_3951.txt │ │ │ ├── test_data_3952.txt │ │ │ ├── test_data_3953.txt │ │ │ ├── test_data_3954.txt │ │ │ ├── test_data_3955.txt │ │ │ ├── test_data_3956.txt │ │ │ ├── test_data_3957.txt │ │ │ ├── test_data_3958.txt │ │ │ ├── test_data_3959.txt │ │ │ ├── test_data_3960.txt │ │ │ ├── test_data_3961.txt │ │ │ ├── test_data_3962.txt │ │ │ ├── test_data_3963.txt │ │ │ ├── test_data_3964.txt │ │ │ ├── test_data_3965.txt │ │ │ ├── test_data_3966.txt │ │ │ ├── test_data_3967.txt │ │ │ ├── test_data_3968.txt │ │ │ ├── test_data_3969.txt │ │ │ ├── test_data_3970.txt │ │ │ ├── test_data_3971.txt │ │ │ ├── test_data_3972.txt │ │ │ ├── test_data_3973.txt │ │ │ ├── test_data_3974.txt │ │ │ ├── test_data_3975.txt │ │ │ ├── test_data_3976.txt │ │ │ ├── test_data_3977.txt │ │ │ ├── test_data_3978.txt │ │ │ ├── test_data_3979.txt │ │ │ ├── test_data_3980.txt │ │ │ ├── test_data_3981.txt │ │ │ ├── test_data_3982.txt │ │ │ ├── test_data_3983.txt │ │ │ ├── test_data_3984.txt │ │ │ ├── test_data_3985.txt │ │ │ ├── test_data_3986.txt │ │ │ ├── test_data_3987.txt │ │ │ ├── test_data_3988.txt │ │ │ ├── test_data_3989.txt │ │ │ ├── test_data_3990.txt │ │ │ ├── test_data_3991.txt │ │ │ ├── test_data_3992.txt │ │ │ ├── test_data_3993.txt │ │ │ ├── test_data_3994.txt │ │ │ ├── test_data_3995.txt │ │ │ ├── test_data_3996.txt │ │ │ ├── test_data_3997.txt │ │ │ ├── test_data_3998.txt │ │ │ ├── test_data_3999.txt │ │ │ ├── test_data_4000.txt │ │ │ ├── test_data_4001.txt │ │ │ ├── test_data_4002.txt │ │ │ ├── test_data_4003.txt │ │ │ ├── test_data_4004.txt │ │ │ ├── test_data_4005.txt │ │ │ ├── test_data_4006.txt │ │ │ ├── test_data_4007.txt │ │ │ ├── test_data_4008.txt │ │ │ ├── test_data_4009.txt │ │ │ ├── test_data_4010.txt │ │ │ ├── test_data_4011.txt │ │ │ ├── test_data_4012.txt │ │ │ ├── test_data_4013.txt │ │ │ ├── test_data_4014.txt │ │ │ ├── test_data_4015.txt │ │ │ ├── test_data_4016.txt │ │ │ ├── test_data_4017.txt │ │ │ ├── test_data_4018.txt │ │ │ ├── test_data_4019.txt │ │ │ ├── test_data_4020.txt │ │ │ ├── test_data_4021.txt │ │ │ ├── test_data_4022.txt │ │ │ ├── test_data_4023.txt │ │ │ ├── test_data_4024.txt │ │ │ ├── test_data_4025.txt │ │ │ ├── test_data_4026.txt │ │ │ ├── test_data_4027.txt │ │ │ ├── test_data_4028.txt │ │ │ ├── test_data_4029.txt │ │ │ ├── test_data_4030.txt │ │ │ ├── test_data_4031.txt │ │ │ ├── test_data_4032.txt │ │ │ ├── test_data_4033.txt │ │ │ ├── test_data_4034.txt │ │ │ ├── test_data_4035.txt │ │ │ ├── test_data_4036.txt │ │ │ ├── test_data_4037.txt │ │ │ ├── test_data_4038.txt │ │ │ ├── test_data_4039.txt │ │ │ ├── test_data_4040.txt │ │ │ ├── test_data_4041.txt │ │ │ ├── test_data_4042.txt │ │ │ ├── test_data_4043.txt │ │ │ ├── test_data_4044.txt │ │ │ ├── test_data_4045.txt │ │ │ ├── test_data_4046.txt │ │ │ ├── test_data_4047.txt │ │ │ ├── test_data_4048.txt │ │ │ ├── test_data_4049.txt │ │ │ ├── test_data_4050.txt │ │ │ ├── test_data_4051.txt │ │ │ ├── test_data_4052.txt │ │ │ ├── test_data_4053.txt │ │ │ ├── test_data_4054.txt │ │ │ ├── test_data_4055.txt │ │ │ ├── test_data_4056.txt │ │ │ ├── test_data_4057.txt │ │ │ ├── test_data_4058.txt │ │ │ ├── test_data_4059.txt │ │ │ ├── test_data_4060.txt │ │ │ ├── test_data_4061.txt │ │ │ ├── test_data_4062.txt │ │ │ ├── test_data_4063.txt │ │ │ ├── test_data_4064.txt │ │ │ ├── test_data_4065.txt │ │ │ ├── test_data_4066.txt │ │ │ ├── test_data_4067.txt │ │ │ ├── test_data_4068.txt │ │ │ ├── test_data_4069.txt │ │ │ ├── test_data_4070.txt │ │ │ ├── test_data_4071.txt │ │ │ ├── test_data_4072.txt │ │ │ ├── test_data_4073.txt │ │ │ ├── test_data_4074.txt │ │ │ ├── test_data_4075.txt │ │ │ ├── test_data_4076.txt │ │ │ ├── test_data_4077.txt │ │ │ ├── test_data_4078.txt │ │ │ ├── test_data_4079.txt │ │ │ ├── test_data_4080.txt │ │ │ ├── test_data_4081.txt │ │ │ ├── test_data_4082.txt │ │ │ ├── test_data_4083.txt │ │ │ ├── test_data_4084.txt │ │ │ ├── test_data_4085.txt │ │ │ ├── test_data_4086.txt │ │ │ ├── test_data_4087.txt │ │ │ ├── test_data_4088.txt │ │ │ ├── test_data_4089.txt │ │ │ ├── test_data_4090.txt │ │ │ ├── test_data_4091.txt │ │ │ ├── test_data_4092.txt │ │ │ ├── test_data_4093.txt │ │ │ ├── test_data_4094.txt │ │ │ ├── test_data_4095.txt │ │ │ ├── test_data_4096.txt │ │ │ ├── test_data_4097.txt │ │ │ ├── test_data_4098.txt │ │ │ ├── test_data_4099.txt │ │ │ ├── test_data_4100.txt │ │ │ ├── test_data_4101.txt │ │ │ ├── test_data_4102.txt │ │ │ ├── test_data_4103.txt │ │ │ ├── test_data_4104.txt │ │ │ ├── test_data_4105.txt │ │ │ ├── test_data_4106.txt │ │ │ ├── test_data_4107.txt │ │ │ ├── test_data_4108.txt │ │ │ ├── test_data_4109.txt │ │ │ ├── test_data_4110.txt │ │ │ ├── test_data_4111.txt │ │ │ ├── test_data_4112.txt │ │ │ ├── test_data_4113.txt │ │ │ ├── test_data_4114.txt │ │ │ ├── test_data_4115.txt │ │ │ ├── test_data_4116.txt │ │ │ ├── test_data_4117.txt │ │ │ ├── test_data_4118.txt │ │ │ ├── test_data_4119.txt │ │ │ ├── test_data_4120.txt │ │ │ ├── test_data_4121.txt │ │ │ ├── test_data_4122.txt │ │ │ ├── test_data_4123.txt │ │ │ ├── test_data_4124.txt │ │ │ ├── test_data_4125.txt │ │ │ ├── test_data_4126.txt │ │ │ ├── test_data_4127.txt │ │ │ ├── test_data_4128.txt │ │ │ ├── test_data_4129.txt │ │ │ ├── test_data_4130.txt │ │ │ ├── test_data_4131.txt │ │ │ ├── test_data_4132.txt │ │ │ ├── test_data_4133.txt │ │ │ ├── test_data_4134.txt │ │ │ ├── test_data_4135.txt │ │ │ ├── test_data_4136.txt │ │ │ ├── test_data_4137.txt │ │ │ ├── test_data_4138.txt │ │ │ ├── test_data_4139.txt │ │ │ ├── test_data_4140.txt │ │ │ ├── test_data_4141.txt │ │ │ ├── test_data_4142.txt │ │ │ ├── test_data_4143.txt │ │ │ ├── test_data_4144.txt │ │ │ ├── test_data_4145.txt │ │ │ ├── test_data_4146.txt │ │ │ ├── test_data_4147.txt │ │ │ ├── test_data_4148.txt │ │ │ ├── test_data_4149.txt │ │ │ ├── test_data_4150.txt │ │ │ ├── test_data_4151.txt │ │ │ ├── test_data_4152.txt │ │ │ ├── test_data_4153.txt │ │ │ ├── test_data_4154.txt │ │ │ ├── test_data_4155.txt │ │ │ ├── test_data_4156.txt │ │ │ ├── test_data_4157.txt │ │ │ ├── test_data_4158.txt │ │ │ ├── test_data_4159.txt │ │ │ ├── test_data_4160.txt │ │ │ ├── test_data_4161.txt │ │ │ ├── test_data_4162.txt │ │ │ ├── test_data_4163.txt │ │ │ ├── test_data_4164.txt │ │ │ ├── test_data_4165.txt │ │ │ ├── test_data_4166.txt │ │ │ ├── test_data_4167.txt │ │ │ ├── test_data_4168.txt │ │ │ ├── test_data_4169.txt │ │ │ ├── test_data_4170.txt │ │ │ ├── test_data_4171.txt │ │ │ ├── test_data_4172.txt │ │ │ ├── test_data_4173.txt │ │ │ ├── test_data_4174.txt │ │ │ ├── test_data_4175.txt │ │ │ ├── test_data_4176.txt │ │ │ ├── test_data_4177.txt │ │ │ ├── test_data_4178.txt │ │ │ ├── test_data_4179.txt │ │ │ ├── test_data_4180.txt │ │ │ ├── test_data_4181.txt │ │ │ ├── test_data_4182.txt │ │ │ ├── test_data_4183.txt │ │ │ ├── test_data_4184.txt │ │ │ ├── test_data_4185.txt │ │ │ ├── test_data_4186.txt │ │ │ ├── test_data_4187.txt │ │ │ ├── test_data_4188.txt │ │ │ ├── test_data_4189.txt │ │ │ ├── test_data_4190.txt │ │ │ ├── test_data_4191.txt │ │ │ ├── test_data_4192.txt │ │ │ ├── test_data_4193.txt │ │ │ ├── test_data_4194.txt │ │ │ ├── test_data_4195.txt │ │ │ ├── test_data_4196.txt │ │ │ ├── test_data_4197.txt │ │ │ ├── test_data_4198.txt │ │ │ ├── test_data_4199.txt │ │ │ ├── test_data_4200.txt │ │ │ ├── test_data_4201.txt │ │ │ ├── test_data_4202.txt │ │ │ ├── test_data_4203.txt │ │ │ ├── test_data_4204.txt │ │ │ ├── test_data_4205.txt │ │ │ ├── test_data_4206.txt │ │ │ ├── test_data_4207.txt │ │ │ ├── test_data_4208.txt │ │ │ ├── test_data_4209.txt │ │ │ ├── test_data_4210.txt │ │ │ ├── test_data_4211.txt │ │ │ ├── test_data_4212.txt │ │ │ ├── test_data_4213.txt │ │ │ ├── test_data_4214.txt │ │ │ ├── test_data_4215.txt │ │ │ ├── test_data_4216.txt │ │ │ ├── test_data_4217.txt │ │ │ ├── test_data_4218.txt │ │ │ ├── test_data_4219.txt │ │ │ ├── test_data_4220.txt │ │ │ ├── test_data_4221.txt │ │ │ ├── test_data_4222.txt │ │ │ ├── test_data_4223.txt │ │ │ ├── test_data_4224.txt │ │ │ ├── test_data_4225.txt │ │ │ ├── test_data_4226.txt │ │ │ ├── test_data_4227.txt │ │ │ ├── test_data_4228.txt │ │ │ ├── test_data_4229.txt │ │ │ ├── test_data_4230.txt │ │ │ ├── test_data_4231.txt │ │ │ ├── test_data_4232.txt │ │ │ ├── test_data_4233.txt │ │ │ ├── test_data_4234.txt │ │ │ ├── test_data_4235.txt │ │ │ ├── test_data_4236.txt │ │ │ ├── test_data_4237.txt │ │ │ ├── test_data_4238.txt │ │ │ ├── test_data_4239.txt │ │ │ ├── test_data_4240.txt │ │ │ ├── test_data_4241.txt │ │ │ ├── test_data_4242.txt │ │ │ ├── test_data_4243.txt │ │ │ ├── test_data_4244.txt │ │ │ ├── test_data_4245.txt │ │ │ ├── test_data_4246.txt │ │ │ ├── test_data_4247.txt │ │ │ ├── test_data_4248.txt │ │ │ ├── test_data_4249.txt │ │ │ ├── test_data_4250.txt │ │ │ ├── test_data_4251.txt │ │ │ ├── test_data_4252.txt │ │ │ ├── test_data_4253.txt │ │ │ ├── test_data_4254.txt │ │ │ ├── test_data_4255.txt │ │ │ ├── test_data_4256.txt │ │ │ ├── test_data_4257.txt │ │ │ ├── test_data_4258.txt │ │ │ ├── test_data_4259.txt │ │ │ ├── test_data_4260.txt │ │ │ ├── test_data_4261.txt │ │ │ ├── test_data_4262.txt │ │ │ ├── test_data_4263.txt │ │ │ ├── test_data_4264.txt │ │ │ ├── test_data_4265.txt │ │ │ ├── test_data_4266.txt │ │ │ ├── test_data_4267.txt │ │ │ ├── test_data_4268.txt │ │ │ ├── test_data_4269.txt │ │ │ ├── test_data_4270.txt │ │ │ ├── test_data_4271.txt │ │ │ ├── test_data_4272.txt │ │ │ ├── test_data_4273.txt │ │ │ ├── test_data_4274.txt │ │ │ ├── test_data_4275.txt │ │ │ ├── test_data_4276.txt │ │ │ ├── test_data_4277.txt │ │ │ ├── test_data_4278.txt │ │ │ ├── test_data_4279.txt │ │ │ ├── test_data_4280.txt │ │ │ ├── test_data_4281.txt │ │ │ ├── test_data_4282.txt │ │ │ ├── test_data_4283.txt │ │ │ ├── test_data_4284.txt │ │ │ ├── test_data_4285.txt │ │ │ ├── test_data_4286.txt │ │ │ ├── test_data_4287.txt │ │ │ ├── test_data_4288.txt │ │ │ ├── test_data_4289.txt │ │ │ ├── test_data_4290.txt │ │ │ ├── test_data_4291.txt │ │ │ ├── test_data_4292.txt │ │ │ ├── test_data_4293.txt │ │ │ ├── test_data_4294.txt │ │ │ ├── test_data_4295.txt │ │ │ ├── test_data_4296.txt │ │ │ ├── test_data_4297.txt │ │ │ ├── test_data_4298.txt │ │ │ ├── test_data_4299.txt │ │ │ ├── test_data_4300.txt │ │ │ ├── test_data_4301.txt │ │ │ ├── test_data_4302.txt │ │ │ ├── test_data_4303.txt │ │ │ ├── test_data_4304.txt │ │ │ ├── test_data_4305.txt │ │ │ ├── test_data_4306.txt │ │ │ ├── test_data_4307.txt │ │ │ ├── test_data_4308.txt │ │ │ ├── test_data_4309.txt │ │ │ ├── test_data_4310.txt │ │ │ ├── test_data_4311.txt │ │ │ ├── test_data_4312.txt │ │ │ ├── test_data_4313.txt │ │ │ ├── test_data_4314.txt │ │ │ ├── test_data_4315.txt │ │ │ ├── test_data_4316.txt │ │ │ ├── test_data_4317.txt │ │ │ ├── test_data_4318.txt │ │ │ ├── test_data_4319.txt │ │ │ ├── test_data_4320.txt │ │ │ ├── test_data_4321.txt │ │ │ ├── test_data_4322.txt │ │ │ ├── test_data_4323.txt │ │ │ ├── test_data_4324.txt │ │ │ ├── test_data_4325.txt │ │ │ ├── test_data_4326.txt │ │ │ ├── test_data_4327.txt │ │ │ ├── test_data_4328.txt │ │ │ ├── test_data_4329.txt │ │ │ ├── test_data_4330.txt │ │ │ ├── test_data_4331.txt │ │ │ ├── test_data_4332.txt │ │ │ ├── test_data_4333.txt │ │ │ ├── test_data_4334.txt │ │ │ ├── test_data_4335.txt │ │ │ ├── test_data_4336.txt │ │ │ ├── test_data_4337.txt │ │ │ ├── test_data_4338.txt │ │ │ ├── test_data_4339.txt │ │ │ ├── test_data_4340.txt │ │ │ ├── test_data_4341.txt │ │ │ ├── test_data_4342.txt │ │ │ ├── test_data_4343.txt │ │ │ ├── test_data_4344.txt │ │ │ ├── test_data_4345.txt │ │ │ ├── test_data_4346.txt │ │ │ ├── test_data_4347.txt │ │ │ ├── test_data_4348.txt │ │ │ ├── test_data_4349.txt │ │ │ ├── test_data_4350.txt │ │ │ ├── test_data_4351.txt │ │ │ ├── test_data_4352.txt │ │ │ ├── test_data_4353.txt │ │ │ ├── test_data_4354.txt │ │ │ ├── test_data_4355.txt │ │ │ ├── test_data_4356.txt │ │ │ ├── test_data_4357.txt │ │ │ ├── test_data_4358.txt │ │ │ ├── test_data_4359.txt │ │ │ ├── test_data_4360.txt │ │ │ ├── test_data_4361.txt │ │ │ ├── test_data_4362.txt │ │ │ ├── test_data_4363.txt │ │ │ ├── test_data_4364.txt │ │ │ ├── test_data_4365.txt │ │ │ ├── test_data_4366.txt │ │ │ ├── test_data_4367.txt │ │ │ ├── test_data_4368.txt │ │ │ ├── test_data_4369.txt │ │ │ ├── test_data_4370.txt │ │ │ ├── test_data_4371.txt │ │ │ ├── test_data_4372.txt │ │ │ ├── test_data_4373.txt │ │ │ ├── test_data_4374.txt │ │ │ ├── test_data_4375.txt │ │ │ ├── test_data_4376.txt │ │ │ ├── test_data_4377.txt │ │ │ ├── test_data_4378.txt │ │ │ ├── test_data_4379.txt │ │ │ ├── test_data_4380.txt │ │ │ ├── test_data_4381.txt │ │ │ ├── test_data_4382.txt │ │ │ ├── test_data_4383.txt │ │ │ ├── test_data_4384.txt │ │ │ ├── test_data_4385.txt │ │ │ ├── test_data_4386.txt │ │ │ ├── test_data_4387.txt │ │ │ ├── test_data_4388.txt │ │ │ ├── test_data_4389.txt │ │ │ ├── test_data_4390.txt │ │ │ ├── test_data_4391.txt │ │ │ ├── test_data_4392.txt │ │ │ ├── test_data_4393.txt │ │ │ ├── test_data_4394.txt │ │ │ ├── test_data_4395.txt │ │ │ ├── test_data_4396.txt │ │ │ ├── test_data_4397.txt │ │ │ ├── test_data_4398.txt │ │ │ ├── test_data_4399.txt │ │ │ ├── test_data_4400.txt │ │ │ ├── test_data_4401.txt │ │ │ ├── test_data_4402.txt │ │ │ ├── test_data_4403.txt │ │ │ ├── test_data_4404.txt │ │ │ ├── test_data_4405.txt │ │ │ ├── test_data_4406.txt │ │ │ ├── test_data_4407.txt │ │ │ ├── test_data_4408.txt │ │ │ ├── test_data_4409.txt │ │ │ ├── test_data_4410.txt │ │ │ ├── test_data_4411.txt │ │ │ ├── test_data_4412.txt │ │ │ ├── test_data_4413.txt │ │ │ ├── test_data_4414.txt │ │ │ ├── test_data_4415.txt │ │ │ ├── test_data_4416.txt │ │ │ ├── test_data_4417.txt │ │ │ ├── test_data_4418.txt │ │ │ ├── test_data_4419.txt │ │ │ ├── test_data_4420.txt │ │ │ ├── test_data_4421.txt │ │ │ ├── test_data_4422.txt │ │ │ ├── test_data_4423.txt │ │ │ ├── test_data_4424.txt │ │ │ ├── test_data_4425.txt │ │ │ ├── test_data_4426.txt │ │ │ ├── test_data_4427.txt │ │ │ ├── test_data_4428.txt │ │ │ ├── test_data_4429.txt │ │ │ ├── test_data_4430.txt │ │ │ ├── test_data_4431.txt │ │ │ ├── test_data_4432.txt │ │ │ ├── test_data_4433.txt │ │ │ ├── test_data_4434.txt │ │ │ ├── test_data_4435.txt │ │ │ ├── test_data_4436.txt │ │ │ ├── test_data_4437.txt │ │ │ ├── test_data_4438.txt │ │ │ ├── test_data_4439.txt │ │ │ ├── test_data_4440.txt │ │ │ ├── test_data_4441.txt │ │ │ ├── test_data_4442.txt │ │ │ ├── test_data_4443.txt │ │ │ ├── test_data_4444.txt │ │ │ ├── test_data_4445.txt │ │ │ ├── test_data_4446.txt │ │ │ ├── test_data_4447.txt │ │ │ ├── test_data_4448.txt │ │ │ ├── test_data_4449.txt │ │ │ ├── test_data_4450.txt │ │ │ ├── test_data_4451.txt │ │ │ ├── test_data_4452.txt │ │ │ ├── test_data_4453.txt │ │ │ ├── test_data_4454.txt │ │ │ ├── test_data_4455.txt │ │ │ ├── test_data_4456.txt │ │ │ ├── test_data_4457.txt │ │ │ ├── test_data_4458.txt │ │ │ ├── test_data_4459.txt │ │ │ ├── test_data_4460.txt │ │ │ ├── test_data_4461.txt │ │ │ ├── test_data_4462.txt │ │ │ ├── test_data_4463.txt │ │ │ ├── test_data_4464.txt │ │ │ ├── test_data_4465.txt │ │ │ ├── test_data_4466.txt │ │ │ ├── test_data_4467.txt │ │ │ ├── test_data_4468.txt │ │ │ ├── test_data_4469.txt │ │ │ ├── test_data_4470.txt │ │ │ ├── test_data_4471.txt │ │ │ ├── test_data_4472.txt │ │ │ ├── test_data_4473.txt │ │ │ ├── test_data_4474.txt │ │ │ ├── test_data_4475.txt │ │ │ ├── test_data_4476.txt │ │ │ ├── test_data_4477.txt │ │ │ ├── test_data_4478.txt │ │ │ ├── test_data_4479.txt │ │ │ ├── test_data_4480.txt │ │ │ ├── test_data_4481.txt │ │ │ ├── test_data_4482.txt │ │ │ ├── test_data_4483.txt │ │ │ ├── test_data_4484.txt │ │ │ ├── test_data_4485.txt │ │ │ ├── test_data_4486.txt │ │ │ ├── test_data_4487.txt │ │ │ ├── test_data_4488.txt │ │ │ ├── test_data_4489.txt │ │ │ ├── test_data_4490.txt │ │ │ ├── test_data_4491.txt │ │ │ ├── test_data_4492.txt │ │ │ ├── test_data_4493.txt │ │ │ ├── test_data_4494.txt │ │ │ ├── test_data_4495.txt │ │ │ ├── test_data_4496.txt │ │ │ ├── test_data_4497.txt │ │ │ ├── test_data_4498.txt │ │ │ ├── test_data_4499.txt │ │ │ ├── test_data_4500.txt │ │ │ ├── test_data_4501.txt │ │ │ ├── test_data_4502.txt │ │ │ ├── test_data_4503.txt │ │ │ ├── test_data_4504.txt │ │ │ ├── test_data_4505.txt │ │ │ ├── test_data_4506.txt │ │ │ ├── test_data_4507.txt │ │ │ ├── test_data_4508.txt │ │ │ ├── test_data_4509.txt │ │ │ ├── test_data_4510.txt │ │ │ ├── test_data_4511.txt │ │ │ ├── test_data_4512.txt │ │ │ ├── test_data_4513.txt │ │ │ ├── test_data_4514.txt │ │ │ ├── test_data_4515.txt │ │ │ ├── test_data_4516.txt │ │ │ ├── test_data_4517.txt │ │ │ ├── test_data_4518.txt │ │ │ ├── test_data_4519.txt │ │ │ ├── test_data_4520.txt │ │ │ ├── test_data_4521.txt │ │ │ ├── test_data_4522.txt │ │ │ ├── test_data_4523.txt │ │ │ ├── test_data_4524.txt │ │ │ ├── test_data_4525.txt │ │ │ ├── test_data_4526.txt │ │ │ ├── test_data_4527.txt │ │ │ ├── test_data_4528.txt │ │ │ ├── test_data_4529.txt │ │ │ ├── test_data_4530.txt │ │ │ ├── test_data_4531.txt │ │ │ ├── test_data_4532.txt │ │ │ ├── test_data_4533.txt │ │ │ ├── test_data_4534.txt │ │ │ ├── test_data_4535.txt │ │ │ ├── test_data_4536.txt │ │ │ ├── test_data_4537.txt │ │ │ ├── test_data_4538.txt │ │ │ ├── test_data_4539.txt │ │ │ ├── test_data_4540.txt │ │ │ ├── test_data_4541.txt │ │ │ ├── test_data_4542.txt │ │ │ ├── test_data_4543.txt │ │ │ ├── test_data_4544.txt │ │ │ ├── test_data_4545.txt │ │ │ ├── test_data_4546.txt │ │ │ ├── test_data_4547.txt │ │ │ ├── test_data_4548.txt │ │ │ ├── test_data_4549.txt │ │ │ ├── test_data_4550.txt │ │ │ ├── test_data_4551.txt │ │ │ ├── test_data_4552.txt │ │ │ ├── test_data_4553.txt │ │ │ ├── test_data_4554.txt │ │ │ ├── test_data_4555.txt │ │ │ ├── test_data_4556.txt │ │ │ ├── test_data_4557.txt │ │ │ ├── test_data_4558.txt │ │ │ ├── test_data_4559.txt │ │ │ ├── test_data_4560.txt │ │ │ ├── test_data_4561.txt │ │ │ ├── test_data_4562.txt │ │ │ ├── test_data_4563.txt │ │ │ ├── test_data_4564.txt │ │ │ ├── test_data_4565.txt │ │ │ ├── test_data_4566.txt │ │ │ ├── test_data_4567.txt │ │ │ ├── test_data_4568.txt │ │ │ ├── test_data_4569.txt │ │ │ ├── test_data_4570.txt │ │ │ ├── test_data_4571.txt │ │ │ ├── test_data_4572.txt │ │ │ ├── test_data_4573.txt │ │ │ ├── test_data_4574.txt │ │ │ ├── test_data_4575.txt │ │ │ ├── test_data_4576.txt │ │ │ ├── test_data_4577.txt │ │ │ ├── test_data_4578.txt │ │ │ ├── test_data_4579.txt │ │ │ ├── test_data_4580.txt │ │ │ ├── test_data_4581.txt │ │ │ ├── test_data_4582.txt │ │ │ ├── test_data_4583.txt │ │ │ ├── test_data_4584.txt │ │ │ ├── test_data_4585.txt │ │ │ ├── test_data_4586.txt │ │ │ ├── test_data_4587.txt │ │ │ ├── test_data_4588.txt │ │ │ ├── test_data_4589.txt │ │ │ ├── test_data_4590.txt │ │ │ ├── test_data_4591.txt │ │ │ ├── test_data_4592.txt │ │ │ ├── test_data_4593.txt │ │ │ ├── test_data_4594.txt │ │ │ ├── test_data_4595.txt │ │ │ ├── test_data_4596.txt │ │ │ ├── test_data_4597.txt │ │ │ ├── test_data_4598.txt │ │ │ ├── test_data_4599.txt │ │ │ ├── test_data_4600.txt │ │ │ ├── test_data_4601.txt │ │ │ ├── test_data_4602.txt │ │ │ ├── test_data_4603.txt │ │ │ ├── test_data_4604.txt │ │ │ ├── test_data_4605.txt │ │ │ ├── test_data_4606.txt │ │ │ ├── test_data_4607.txt │ │ │ ├── test_data_4608.txt │ │ │ ├── test_data_4609.txt │ │ │ ├── test_data_4610.txt │ │ │ ├── test_data_4611.txt │ │ │ ├── test_data_4612.txt │ │ │ ├── test_data_4613.txt │ │ │ ├── test_data_4614.txt │ │ │ ├── test_data_4615.txt │ │ │ ├── test_data_4616.txt │ │ │ ├── test_data_4617.txt │ │ │ ├── test_data_4618.txt │ │ │ ├── test_data_4619.txt │ │ │ ├── test_data_4620.txt │ │ │ ├── test_data_4621.txt │ │ │ ├── test_data_4622.txt │ │ │ ├── test_data_4623.txt │ │ │ ├── test_data_4624.txt │ │ │ ├── test_data_4625.txt │ │ │ ├── test_data_4626.txt │ │ │ ├── test_data_4627.txt │ │ │ ├── test_data_4628.txt │ │ │ ├── test_data_4629.txt │ │ │ ├── test_data_4630.txt │ │ │ ├── test_data_4631.txt │ │ │ ├── test_data_4632.txt │ │ │ ├── test_data_4633.txt │ │ │ ├── test_data_4634.txt │ │ │ ├── test_data_4635.txt │ │ │ ├── test_data_4636.txt │ │ │ ├── test_data_4637.txt │ │ │ ├── test_data_4638.txt │ │ │ ├── test_data_4639.txt │ │ │ ├── test_data_4640.txt │ │ │ ├── test_data_4641.txt │ │ │ ├── test_data_4642.txt │ │ │ ├── test_data_4643.txt │ │ │ ├── test_data_4644.txt │ │ │ ├── test_data_4645.txt │ │ │ ├── test_data_4646.txt │ │ │ ├── test_data_4647.txt │ │ │ ├── test_data_4648.txt │ │ │ ├── test_data_4649.txt │ │ │ ├── test_data_4650.txt │ │ │ ├── test_data_4651.txt │ │ │ ├── test_data_4652.txt │ │ │ ├── test_data_4653.txt │ │ │ ├── test_data_4654.txt │ │ │ ├── test_data_4655.txt │ │ │ ├── test_data_4656.txt │ │ │ ├── test_data_4657.txt │ │ │ ├── test_data_4658.txt │ │ │ ├── test_data_4659.txt │ │ │ ├── test_data_4660.txt │ │ │ ├── test_data_4661.txt │ │ │ ├── test_data_4662.txt │ │ │ ├── test_data_4663.txt │ │ │ ├── test_data_4664.txt │ │ │ ├── test_data_4665.txt │ │ │ ├── test_data_4666.txt │ │ │ ├── test_data_4667.txt │ │ │ ├── test_data_4668.txt │ │ │ ├── test_data_4669.txt │ │ │ ├── test_data_4670.txt │ │ │ ├── test_data_4671.txt │ │ │ ├── test_data_4672.txt │ │ │ ├── test_data_4673.txt │ │ │ ├── test_data_4674.txt │ │ │ ├── test_data_4675.txt │ │ │ ├── test_data_4676.txt │ │ │ ├── test_data_4677.txt │ │ │ ├── test_data_4678.txt │ │ │ ├── test_data_4679.txt │ │ │ ├── test_data_4680.txt │ │ │ ├── test_data_4681.txt │ │ │ ├── test_data_4682.txt │ │ │ ├── test_data_4683.txt │ │ │ ├── test_data_4684.txt │ │ │ ├── test_data_4685.txt │ │ │ ├── test_data_4686.txt │ │ │ ├── test_data_4687.txt │ │ │ ├── test_data_4688.txt │ │ │ ├── test_data_4689.txt │ │ │ ├── test_data_4690.txt │ │ │ ├── test_data_4691.txt │ │ │ ├── test_data_4692.txt │ │ │ ├── test_data_4693.txt │ │ │ ├── test_data_4694.txt │ │ │ ├── test_data_4695.txt │ │ │ ├── test_data_4696.txt │ │ │ ├── test_data_4697.txt │ │ │ ├── test_data_4698.txt │ │ │ ├── test_data_4699.txt │ │ │ ├── test_data_4700.txt │ │ │ ├── test_data_4701.txt │ │ │ ├── test_data_4702.txt │ │ │ ├── test_data_4703.txt │ │ │ ├── test_data_4704.txt │ │ │ ├── test_data_4705.txt │ │ │ ├── test_data_4706.txt │ │ │ ├── test_data_4707.txt │ │ │ ├── test_data_4708.txt │ │ │ ├── test_data_4709.txt │ │ │ ├── test_data_4710.txt │ │ │ ├── test_data_4711.txt │ │ │ ├── test_data_4712.txt │ │ │ ├── test_data_4713.txt │ │ │ ├── test_data_4714.txt │ │ │ ├── test_data_4715.txt │ │ │ ├── test_data_4716.txt │ │ │ ├── test_data_4717.txt │ │ │ ├── test_data_4718.txt │ │ │ ├── test_data_4719.txt │ │ │ ├── test_data_4720.txt │ │ │ ├── test_data_4721.txt │ │ │ ├── test_data_4722.txt │ │ │ ├── test_data_4723.txt │ │ │ ├── test_data_4724.txt │ │ │ ├── test_data_4725.txt │ │ │ ├── test_data_4726.txt │ │ │ ├── test_data_4727.txt │ │ │ ├── test_data_4728.txt │ │ │ ├── test_data_4729.txt │ │ │ ├── test_data_4730.txt │ │ │ ├── test_data_4731.txt │ │ │ ├── test_data_4732.txt │ │ │ ├── test_data_4733.txt │ │ │ ├── test_data_4734.txt │ │ │ ├── test_data_4735.txt │ │ │ ├── test_data_4736.txt │ │ │ ├── test_data_4737.txt │ │ │ ├── test_data_4738.txt │ │ │ ├── test_data_4739.txt │ │ │ ├── test_data_4740.txt │ │ │ ├── test_data_4741.txt │ │ │ ├── test_data_4742.txt │ │ │ ├── test_data_4743.txt │ │ │ ├── test_data_4744.txt │ │ │ ├── test_data_4745.txt │ │ │ ├── test_data_4746.txt │ │ │ ├── test_data_4747.txt │ │ │ ├── test_data_4748.txt │ │ │ ├── test_data_4749.txt │ │ │ ├── test_data_4750.txt │ │ │ ├── test_data_4751.txt │ │ │ ├── test_data_4752.txt │ │ │ ├── test_data_4753.txt │ │ │ ├── test_data_4754.txt │ │ │ ├── test_data_4755.txt │ │ │ ├── test_data_4756.txt │ │ │ ├── test_data_4757.txt │ │ │ ├── test_data_4758.txt │ │ │ ├── test_data_4759.txt │ │ │ ├── test_data_4760.txt │ │ │ ├── test_data_4761.txt │ │ │ ├── test_data_4762.txt │ │ │ ├── test_data_4763.txt │ │ │ ├── test_data_4764.txt │ │ │ ├── test_data_4765.txt │ │ │ ├── test_data_4766.txt │ │ │ ├── test_data_4767.txt │ │ │ ├── test_data_4768.txt │ │ │ ├── test_data_4769.txt │ │ │ ├── test_data_4770.txt │ │ │ ├── test_data_4771.txt │ │ │ ├── test_data_4772.txt │ │ │ ├── test_data_4773.txt │ │ │ ├── test_data_4774.txt │ │ │ ├── test_data_4775.txt │ │ │ ├── test_data_4776.txt │ │ │ ├── test_data_4777.txt │ │ │ ├── test_data_4778.txt │ │ │ ├── test_data_4779.txt │ │ │ ├── test_data_4780.txt │ │ │ ├── test_data_4781.txt │ │ │ ├── test_data_4782.txt │ │ │ ├── test_data_4783.txt │ │ │ ├── test_data_4784.txt │ │ │ ├── test_data_4785.txt │ │ │ ├── test_data_4786.txt │ │ │ ├── test_data_4787.txt │ │ │ ├── test_data_4788.txt │ │ │ ├── test_data_4789.txt │ │ │ ├── test_data_4790.txt │ │ │ ├── test_data_4791.txt │ │ │ ├── test_data_4792.txt │ │ │ ├── test_data_4793.txt │ │ │ ├── test_data_4794.txt │ │ │ ├── test_data_4795.txt │ │ │ ├── test_data_4796.txt │ │ │ ├── test_data_4797.txt │ │ │ ├── test_data_4798.txt │ │ │ ├── test_data_4799.txt │ │ │ ├── test_data_4800.txt │ │ │ ├── test_data_4801.txt │ │ │ ├── test_data_4802.txt │ │ │ ├── test_data_4803.txt │ │ │ ├── test_data_4804.txt │ │ │ ├── test_data_4805.txt │ │ │ ├── test_data_4806.txt │ │ │ ├── test_data_4807.txt │ │ │ ├── test_data_4808.txt │ │ │ ├── test_data_4809.txt │ │ │ ├── test_data_4810.txt │ │ │ ├── test_data_4811.txt │ │ │ ├── test_data_4812.txt │ │ │ ├── test_data_4813.txt │ │ │ ├── test_data_4814.txt │ │ │ ├── test_data_4815.txt │ │ │ ├── test_data_4816.txt │ │ │ ├── test_data_4817.txt │ │ │ ├── test_data_4818.txt │ │ │ ├── test_data_4819.txt │ │ │ ├── test_data_4820.txt │ │ │ ├── test_data_4821.txt │ │ │ ├── test_data_4822.txt │ │ │ ├── test_data_4823.txt │ │ │ ├── test_data_4824.txt │ │ │ ├── test_data_4825.txt │ │ │ ├── test_data_4826.txt │ │ │ ├── test_data_4827.txt │ │ │ ├── test_data_4828.txt │ │ │ ├── test_data_4829.txt │ │ │ ├── test_data_4830.txt │ │ │ ├── test_data_4831.txt │ │ │ ├── test_data_4832.txt │ │ │ ├── test_data_4833.txt │ │ │ ├── test_data_4834.txt │ │ │ ├── test_data_4835.txt │ │ │ ├── test_data_4836.txt │ │ │ ├── test_data_4837.txt │ │ │ ├── test_data_4838.txt │ │ │ ├── test_data_4839.txt │ │ │ ├── test_data_4840.txt │ │ │ ├── test_data_4841.txt │ │ │ ├── test_data_4842.txt │ │ │ ├── test_data_4843.txt │ │ │ ├── test_data_4844.txt │ │ │ ├── test_data_4845.txt │ │ │ ├── test_data_4846.txt │ │ │ ├── test_data_4847.txt │ │ │ ├── test_data_4848.txt │ │ │ ├── test_data_4849.txt │ │ │ ├── test_data_4850.txt │ │ │ ├── test_data_4851.txt │ │ │ ├── test_data_4852.txt │ │ │ ├── test_data_4853.txt │ │ │ ├── test_data_4854.txt │ │ │ ├── test_data_4855.txt │ │ │ ├── test_data_4856.txt │ │ │ ├── test_data_4857.txt │ │ │ ├── test_data_4858.txt │ │ │ ├── test_data_4859.txt │ │ │ ├── test_data_4860.txt │ │ │ ├── test_data_4861.txt │ │ │ ├── test_data_4862.txt │ │ │ ├── test_data_4863.txt │ │ │ ├── test_data_4864.txt │ │ │ ├── test_data_4865.txt │ │ │ ├── test_data_4866.txt │ │ │ ├── test_data_4867.txt │ │ │ ├── test_data_4868.txt │ │ │ ├── test_data_4869.txt │ │ │ ├── test_data_4870.txt │ │ │ ├── test_data_4871.txt │ │ │ ├── test_data_4872.txt │ │ │ ├── test_data_4873.txt │ │ │ ├── test_data_4874.txt │ │ │ ├── test_data_4875.txt │ │ │ ├── test_data_4876.txt │ │ │ ├── test_data_4877.txt │ │ │ ├── test_data_4878.txt │ │ │ ├── test_data_4879.txt │ │ │ ├── test_data_4880.txt │ │ │ ├── test_data_4881.txt │ │ │ ├── test_data_4882.txt │ │ │ ├── test_data_4883.txt │ │ │ ├── test_data_4884.txt │ │ │ ├── test_data_4885.txt │ │ │ ├── test_data_4886.txt │ │ │ ├── test_data_4887.txt │ │ │ ├── test_data_4888.txt │ │ │ ├── test_data_4889.txt │ │ │ ├── test_data_4890.txt │ │ │ ├── test_data_4891.txt │ │ │ ├── test_data_4892.txt │ │ │ ├── test_data_4893.txt │ │ │ ├── test_data_4894.txt │ │ │ ├── test_data_4895.txt │ │ │ ├── test_data_4896.txt │ │ │ ├── test_data_4897.txt │ │ │ ├── test_data_4898.txt │ │ │ ├── test_data_4899.txt │ │ │ ├── test_data_4900.txt │ │ │ ├── test_data_4901.txt │ │ │ ├── test_data_4902.txt │ │ │ ├── test_data_4903.txt │ │ │ ├── test_data_4904.txt │ │ │ ├── test_data_4905.txt │ │ │ ├── test_data_4906.txt │ │ │ ├── test_data_4907.txt │ │ │ ├── test_data_4908.txt │ │ │ ├── test_data_4909.txt │ │ │ ├── test_data_4910.txt │ │ │ ├── test_data_4911.txt │ │ │ ├── test_data_4912.txt │ │ │ ├── test_data_4913.txt │ │ │ ├── test_data_4914.txt │ │ │ ├── test_data_4915.txt │ │ │ ├── test_data_4916.txt │ │ │ ├── test_data_4917.txt │ │ │ ├── test_data_4918.txt │ │ │ ├── test_data_4919.txt │ │ │ ├── test_data_4920.txt │ │ │ ├── test_data_4921.txt │ │ │ ├── test_data_4922.txt │ │ │ ├── test_data_4923.txt │ │ │ ├── test_data_4924.txt │ │ │ ├── test_data_4925.txt │ │ │ ├── test_data_4926.txt │ │ │ ├── test_data_4927.txt │ │ │ ├── test_data_4928.txt │ │ │ ├── test_data_4929.txt │ │ │ ├── test_data_4930.txt │ │ │ ├── test_data_4931.txt │ │ │ ├── test_data_4932.txt │ │ │ ├── test_data_4933.txt │ │ │ ├── test_data_4934.txt │ │ │ ├── test_data_4935.txt │ │ │ ├── test_data_4936.txt │ │ │ ├── test_data_4937.txt │ │ │ ├── test_data_4938.txt │ │ │ ├── test_data_4939.txt │ │ │ ├── test_data_4940.txt │ │ │ ├── test_data_4941.txt │ │ │ ├── test_data_4942.txt │ │ │ ├── test_data_4943.txt │ │ │ ├── test_data_4944.txt │ │ │ ├── test_data_4945.txt │ │ │ ├── test_data_4946.txt │ │ │ ├── test_data_4947.txt │ │ │ ├── test_data_4948.txt │ │ │ ├── test_data_4949.txt │ │ │ ├── test_data_4950.txt │ │ │ ├── test_data_4951.txt │ │ │ ├── test_data_4952.txt │ │ │ ├── test_data_4953.txt │ │ │ ├── test_data_4954.txt │ │ │ ├── test_data_4955.txt │ │ │ ├── test_data_4956.txt │ │ │ ├── test_data_4957.txt │ │ │ ├── test_data_4958.txt │ │ │ ├── test_data_4959.txt │ │ │ ├── test_data_4960.txt │ │ │ ├── test_data_4961.txt │ │ │ ├── test_data_4962.txt │ │ │ ├── test_data_4963.txt │ │ │ ├── test_data_4964.txt │ │ │ ├── test_data_4965.txt │ │ │ ├── test_data_4966.txt │ │ │ ├── test_data_4967.txt │ │ │ ├── test_data_4968.txt │ │ │ ├── test_data_4969.txt │ │ │ ├── test_data_4970.txt │ │ │ ├── test_data_4971.txt │ │ │ ├── test_data_4972.txt │ │ │ ├── test_data_4973.txt │ │ │ ├── test_data_4974.txt │ │ │ ├── test_data_4975.txt │ │ │ ├── test_data_4976.txt │ │ │ ├── test_data_4977.txt │ │ │ ├── test_data_4978.txt │ │ │ ├── test_data_4979.txt │ │ │ ├── test_data_4980.txt │ │ │ ├── test_data_4981.txt │ │ │ ├── test_data_4982.txt │ │ │ ├── test_data_4983.txt │ │ │ ├── test_data_4984.txt │ │ │ ├── test_data_4985.txt │ │ │ ├── test_data_4986.txt │ │ │ ├── test_data_4987.txt │ │ │ ├── test_data_4988.txt │ │ │ ├── test_data_4989.txt │ │ │ ├── test_data_4990.txt │ │ │ ├── test_data_4991.txt │ │ │ ├── test_data_4992.txt │ │ │ ├── test_data_4993.txt │ │ │ ├── test_data_4994.txt │ │ │ ├── test_data_4995.txt │ │ │ ├── test_data_4996.txt │ │ │ ├── test_data_4997.txt │ │ │ ├── test_data_4998.txt │ │ │ ├── test_data_4999.txt │ │ │ ├── test_data_5000.txt │ │ │ ├── test_data_5001.txt │ │ │ ├── test_data_5002.txt │ │ │ ├── test_data_5003.txt │ │ │ ├── test_data_5004.txt │ │ │ ├── test_data_5005.txt │ │ │ ├── test_data_5006.txt │ │ │ ├── test_data_5007.txt │ │ │ ├── test_data_5008.txt │ │ │ ├── test_data_5009.txt │ │ │ ├── test_data_5010.txt │ │ │ ├── test_data_5011.txt │ │ │ ├── test_data_5012.txt │ │ │ ├── test_data_5013.txt │ │ │ ├── test_data_5014.txt │ │ │ ├── test_data_5015.txt │ │ │ ├── test_data_5016.txt │ │ │ ├── test_data_5017.txt │ │ │ ├── test_data_5018.txt │ │ │ ├── test_data_5019.txt │ │ │ ├── test_data_5020.txt │ │ │ ├── test_data_5021.txt │ │ │ ├── test_data_5022.txt │ │ │ ├── test_data_5023.txt │ │ │ ├── test_data_5024.txt │ │ │ ├── test_data_5025.txt │ │ │ ├── test_data_5026.txt │ │ │ ├── test_data_5027.txt │ │ │ ├── test_data_5028.txt │ │ │ ├── test_data_5029.txt │ │ │ ├── test_data_5030.txt │ │ │ ├── test_data_5031.txt │ │ │ ├── test_data_5032.txt │ │ │ ├── test_data_5033.txt │ │ │ ├── test_data_5034.txt │ │ │ ├── test_data_5035.txt │ │ │ ├── test_data_5036.txt │ │ │ ├── test_data_5037.txt │ │ │ ├── test_data_5038.txt │ │ │ ├── test_data_5039.txt │ │ │ ├── test_data_5040.txt │ │ │ ├── test_data_5041.txt │ │ │ ├── test_data_5042.txt │ │ │ ├── test_data_5043.txt │ │ │ ├── test_data_5044.txt │ │ │ ├── test_data_5045.txt │ │ │ ├── test_data_5046.txt │ │ │ ├── test_data_5047.txt │ │ │ ├── test_data_5048.txt │ │ │ ├── test_data_5049.txt │ │ │ ├── test_data_5050.txt │ │ │ ├── test_data_5051.txt │ │ │ ├── test_data_5052.txt │ │ │ ├── test_data_5053.txt │ │ │ ├── test_data_5054.txt │ │ │ ├── test_data_5055.txt │ │ │ ├── test_data_5056.txt │ │ │ ├── test_data_5057.txt │ │ │ ├── test_data_5058.txt │ │ │ ├── test_data_5059.txt │ │ │ ├── test_data_5060.txt │ │ │ ├── test_data_5061.txt │ │ │ ├── test_data_5062.txt │ │ │ ├── test_data_5063.txt │ │ │ ├── test_data_5064.txt │ │ │ ├── test_data_5065.txt │ │ │ ├── test_data_5066.txt │ │ │ ├── test_data_5067.txt │ │ │ ├── test_data_5068.txt │ │ │ ├── test_data_5069.txt │ │ │ ├── test_data_5070.txt │ │ │ ├── test_data_5071.txt │ │ │ ├── test_data_5072.txt │ │ │ ├── test_data_5073.txt │ │ │ ├── test_data_5074.txt │ │ │ ├── test_data_5075.txt │ │ │ ├── test_data_5076.txt │ │ │ ├── test_data_5077.txt │ │ │ ├── test_data_5078.txt │ │ │ ├── test_data_5079.txt │ │ │ ├── test_data_5080.txt │ │ │ ├── test_data_5081.txt │ │ │ ├── test_data_5082.txt │ │ │ ├── test_data_5083.txt │ │ │ ├── test_data_5084.txt │ │ │ ├── test_data_5085.txt │ │ │ ├── test_data_5086.txt │ │ │ ├── test_data_5087.txt │ │ │ ├── test_data_5088.txt │ │ │ ├── test_data_5089.txt │ │ │ ├── test_data_5090.txt │ │ │ ├── test_data_5091.txt │ │ │ ├── test_data_5092.txt │ │ │ ├── test_data_5093.txt │ │ │ ├── test_data_5094.txt │ │ │ ├── test_data_5095.txt │ │ │ ├── test_data_5096.txt │ │ │ ├── test_data_5097.txt │ │ │ ├── test_data_5098.txt │ │ │ ├── test_data_5099.txt │ │ │ ├── test_data_5100.txt │ │ │ ├── test_data_5101.txt │ │ │ ├── test_data_5102.txt │ │ │ ├── test_data_5103.txt │ │ │ ├── test_data_5104.txt │ │ │ ├── test_data_5105.txt │ │ │ ├── test_data_5106.txt │ │ │ ├── test_data_5107.txt │ │ │ ├── test_data_5108.txt │ │ │ ├── test_data_5109.txt │ │ │ ├── test_data_5110.txt │ │ │ ├── test_data_5111.txt │ │ │ ├── test_data_5112.txt │ │ │ ├── test_data_5113.txt │ │ │ ├── test_data_5114.txt │ │ │ ├── test_data_5115.txt │ │ │ ├── test_data_5116.txt │ │ │ ├── test_data_5117.txt │ │ │ ├── test_data_5118.txt │ │ │ ├── test_data_5119.txt │ │ │ ├── test_data_5120.txt │ │ │ ├── test_data_5121.txt │ │ │ ├── test_data_5122.txt │ │ │ ├── test_data_5123.txt │ │ │ ├── test_data_5124.txt │ │ │ ├── test_data_5125.txt │ │ │ ├── test_data_5126.txt │ │ │ ├── test_data_5127.txt │ │ │ ├── test_data_5128.txt │ │ │ ├── test_data_5129.txt │ │ │ ├── test_data_5130.txt │ │ │ ├── test_data_5131.txt │ │ │ ├── test_data_5132.txt │ │ │ ├── test_data_5133.txt │ │ │ ├── test_data_5134.txt │ │ │ ├── test_data_5135.txt │ │ │ ├── test_data_5136.txt │ │ │ ├── test_data_5137.txt │ │ │ ├── test_data_5138.txt │ │ │ ├── test_data_5139.txt │ │ │ ├── test_data_5140.txt │ │ │ ├── test_data_5141.txt │ │ │ ├── test_data_5142.txt │ │ │ ├── test_data_5143.txt │ │ │ ├── test_data_5144.txt │ │ │ ├── test_data_5145.txt │ │ │ ├── test_data_5146.txt │ │ │ ├── test_data_5147.txt │ │ │ ├── test_data_5148.txt │ │ │ ├── test_data_5149.txt │ │ │ ├── test_data_5150.txt │ │ │ ├── test_data_5151.txt │ │ │ ├── test_data_5152.txt │ │ │ ├── test_data_5153.txt │ │ │ ├── test_data_5154.txt │ │ │ ├── test_data_5155.txt │ │ │ ├── test_data_5156.txt │ │ │ ├── test_data_5157.txt │ │ │ ├── test_data_5158.txt │ │ │ ├── test_data_5159.txt │ │ │ ├── test_data_5160.txt │ │ │ ├── test_data_5161.txt │ │ │ ├── test_data_5162.txt │ │ │ ├── test_data_5163.txt │ │ │ ├── test_data_5164.txt │ │ │ ├── test_data_5165.txt │ │ │ ├── test_data_5166.txt │ │ │ ├── test_data_5167.txt │ │ │ ├── test_data_5168.txt │ │ │ ├── test_data_5169.txt │ │ │ ├── test_data_5170.txt │ │ │ ├── test_data_5171.txt │ │ │ ├── test_data_5172.txt │ │ │ ├── test_data_5173.txt │ │ │ ├── test_data_5174.txt │ │ │ ├── test_data_5175.txt │ │ │ ├── test_data_5176.txt │ │ │ ├── test_data_5177.txt │ │ │ ├── test_data_5178.txt │ │ │ ├── test_data_5179.txt │ │ │ ├── test_data_5180.txt │ │ │ ├── test_data_5181.txt │ │ │ ├── test_data_5182.txt │ │ │ ├── test_data_5183.txt │ │ │ ├── test_data_5184.txt │ │ │ ├── test_data_5185.txt │ │ │ ├── test_data_5186.txt │ │ │ ├── test_data_5187.txt │ │ │ ├── test_data_5188.txt │ │ │ ├── test_data_5189.txt │ │ │ ├── test_data_5190.txt │ │ │ ├── test_data_5191.txt │ │ │ ├── test_data_5192.txt │ │ │ ├── test_data_5193.txt │ │ │ ├── test_data_5194.txt │ │ │ ├── test_data_5195.txt │ │ │ ├── test_data_5196.txt │ │ │ ├── test_data_5197.txt │ │ │ ├── test_data_5198.txt │ │ │ ├── test_data_5199.txt │ │ │ ├── test_data_5200.txt │ │ │ ├── test_data_5201.txt │ │ │ ├── test_data_5202.txt │ │ │ ├── test_data_5203.txt │ │ │ ├── test_data_5204.txt │ │ │ ├── test_data_5205.txt │ │ │ ├── test_data_5206.txt │ │ │ ├── test_data_5207.txt │ │ │ ├── test_data_5208.txt │ │ │ ├── test_data_5209.txt │ │ │ ├── test_data_5210.txt │ │ │ ├── test_data_5211.txt │ │ │ ├── test_data_5212.txt │ │ │ ├── test_data_5213.txt │ │ │ ├── test_data_5214.txt │ │ │ ├── test_data_5215.txt │ │ │ ├── test_data_5216.txt │ │ │ ├── test_data_5217.txt │ │ │ ├── test_data_5218.txt │ │ │ ├── test_data_5219.txt │ │ │ ├── test_data_5220.txt │ │ │ ├── test_data_5221.txt │ │ │ ├── test_data_5222.txt │ │ │ ├── test_data_5223.txt │ │ │ ├── test_data_5224.txt │ │ │ ├── test_data_5225.txt │ │ │ ├── test_data_5226.txt │ │ │ ├── test_data_5227.txt │ │ │ ├── test_data_5228.txt │ │ │ ├── test_data_5229.txt │ │ │ ├── test_data_5230.txt │ │ │ ├── test_data_5231.txt │ │ │ ├── test_data_5232.txt │ │ │ ├── test_data_5233.txt │ │ │ ├── test_data_5234.txt │ │ │ ├── test_data_5235.txt │ │ │ ├── test_data_5236.txt │ │ │ ├── test_data_5237.txt │ │ │ ├── test_data_5238.txt │ │ │ ├── test_data_5239.txt │ │ │ ├── test_data_5240.txt │ │ │ ├── test_data_5241.txt │ │ │ ├── test_data_5242.txt │ │ │ ├── test_data_5243.txt │ │ │ ├── test_data_5244.txt │ │ │ ├── test_data_5245.txt │ │ │ ├── test_data_5246.txt │ │ │ ├── test_data_5247.txt │ │ │ ├── test_data_5248.txt │ │ │ ├── test_data_5249.txt │ │ │ ├── test_data_5250.txt │ │ │ ├── test_data_5251.txt │ │ │ ├── test_data_5252.txt │ │ │ ├── test_data_5253.txt │ │ │ ├── test_data_5254.txt │ │ │ ├── test_data_5255.txt │ │ │ ├── test_data_5256.txt │ │ │ ├── test_data_5257.txt │ │ │ ├── test_data_5258.txt │ │ │ ├── test_data_5259.txt │ │ │ ├── test_data_5260.txt │ │ │ ├── test_data_5261.txt │ │ │ ├── test_data_5262.txt │ │ │ ├── test_data_5263.txt │ │ │ ├── test_data_5264.txt │ │ │ ├── test_data_5265.txt │ │ │ ├── test_data_5266.txt │ │ │ ├── test_data_5267.txt │ │ │ ├── test_data_5268.txt │ │ │ ├── test_data_5269.txt │ │ │ ├── test_data_5270.txt │ │ │ ├── test_data_5271.txt │ │ │ ├── test_data_5272.txt │ │ │ ├── test_data_5273.txt │ │ │ ├── test_data_5274.txt │ │ │ ├── test_data_5275.txt │ │ │ ├── test_data_5276.txt │ │ │ ├── test_data_5277.txt │ │ │ ├── test_data_5278.txt │ │ │ ├── test_data_5279.txt │ │ │ ├── test_data_5280.txt │ │ │ ├── test_data_5281.txt │ │ │ ├── test_data_5282.txt │ │ │ ├── test_data_5283.txt │ │ │ ├── test_data_5284.txt │ │ │ ├── test_data_5285.txt │ │ │ ├── test_data_5286.txt │ │ │ ├── test_data_5287.txt │ │ │ ├── test_data_5288.txt │ │ │ ├── test_data_5289.txt │ │ │ ├── test_data_5290.txt │ │ │ ├── test_data_5291.txt │ │ │ ├── test_data_5292.txt │ │ │ ├── test_data_5293.txt │ │ │ ├── test_data_5294.txt │ │ │ ├── test_data_5295.txt │ │ │ ├── test_data_5296.txt │ │ │ ├── test_data_5297.txt │ │ │ ├── test_data_5298.txt │ │ │ ├── test_data_5299.txt │ │ │ ├── test_data_5300.txt │ │ │ ├── test_data_5301.txt │ │ │ ├── test_data_5302.txt │ │ │ ├── test_data_5303.txt │ │ │ ├── test_data_5304.txt │ │ │ ├── test_data_5305.txt │ │ │ ├── test_data_5306.txt │ │ │ ├── test_data_5307.txt │ │ │ ├── test_data_5308.txt │ │ │ ├── test_data_5309.txt │ │ │ ├── test_data_5310.txt │ │ │ ├── test_data_5311.txt │ │ │ ├── test_data_5312.txt │ │ │ ├── test_data_5313.txt │ │ │ ├── test_data_5314.txt │ │ │ ├── test_data_5315.txt │ │ │ ├── test_data_5316.txt │ │ │ ├── test_data_5317.txt │ │ │ ├── test_data_5318.txt │ │ │ ├── test_data_5319.txt │ │ │ ├── test_data_5320.txt │ │ │ ├── test_data_5321.txt │ │ │ ├── test_data_5322.txt │ │ │ ├── test_data_5323.txt │ │ │ ├── test_data_5324.txt │ │ │ ├── test_data_5325.txt │ │ │ ├── test_data_5326.txt │ │ │ ├── test_data_5327.txt │ │ │ ├── test_data_5328.txt │ │ │ ├── test_data_5329.txt │ │ │ ├── test_data_5330.txt │ │ │ ├── test_data_5331.txt │ │ │ ├── test_data_5332.txt │ │ │ ├── test_data_5333.txt │ │ │ ├── test_data_5334.txt │ │ │ ├── test_data_5335.txt │ │ │ ├── test_data_5336.txt │ │ │ ├── test_data_5337.txt │ │ │ ├── test_data_5338.txt │ │ │ ├── test_data_5339.txt │ │ │ ├── test_data_5340.txt │ │ │ ├── test_data_5341.txt │ │ │ ├── test_data_5342.txt │ │ │ ├── test_data_5343.txt │ │ │ ├── test_data_5344.txt │ │ │ ├── test_data_5345.txt │ │ │ ├── test_data_5346.txt │ │ │ ├── test_data_5347.txt │ │ │ ├── test_data_5348.txt │ │ │ ├── test_data_5349.txt │ │ │ ├── test_data_5350.txt │ │ │ ├── test_data_5351.txt │ │ │ ├── test_data_5352.txt │ │ │ ├── test_data_5353.txt │ │ │ ├── test_data_5354.txt │ │ │ ├── test_data_5355.txt │ │ │ ├── test_data_5356.txt │ │ │ ├── test_data_5357.txt │ │ │ ├── test_data_5358.txt │ │ │ ├── test_data_5359.txt │ │ │ ├── test_data_5360.txt │ │ │ ├── test_data_5361.txt │ │ │ ├── test_data_5362.txt │ │ │ ├── test_data_5363.txt │ │ │ ├── test_data_5364.txt │ │ │ ├── test_data_5365.txt │ │ │ ├── test_data_5366.txt │ │ │ ├── test_data_5367.txt │ │ │ ├── test_data_5368.txt │ │ │ ├── test_data_5369.txt │ │ │ ├── test_data_5370.txt │ │ │ ├── test_data_5371.txt │ │ │ ├── test_data_5372.txt │ │ │ ├── test_data_5373.txt │ │ │ ├── test_data_5374.txt │ │ │ ├── test_data_5375.txt │ │ │ ├── test_data_5376.txt │ │ │ ├── test_data_5377.txt │ │ │ ├── test_data_5378.txt │ │ │ ├── test_data_5379.txt │ │ │ ├── test_data_5380.txt │ │ │ ├── test_data_5381.txt │ │ │ ├── test_data_5382.txt │ │ │ ├── test_data_5383.txt │ │ │ ├── test_data_5384.txt │ │ │ ├── test_data_5385.txt │ │ │ ├── test_data_5386.txt │ │ │ ├── test_data_5387.txt │ │ │ ├── test_data_5388.txt │ │ │ ├── test_data_5389.txt │ │ │ ├── test_data_5390.txt │ │ │ ├── test_data_5391.txt │ │ │ ├── test_data_5392.txt │ │ │ ├── test_data_5393.txt │ │ │ ├── test_data_5394.txt │ │ │ ├── test_data_5395.txt │ │ │ ├── test_data_5396.txt │ │ │ ├── test_data_5397.txt │ │ │ ├── test_data_5398.txt │ │ │ ├── test_data_5399.txt │ │ │ ├── test_data_5400.txt │ │ │ ├── test_data_5401.txt │ │ │ ├── test_data_5402.txt │ │ │ ├── test_data_5403.txt │ │ │ ├── test_data_5404.txt │ │ │ ├── test_data_5405.txt │ │ │ ├── test_data_5406.txt │ │ │ ├── test_data_5407.txt │ │ │ ├── test_data_5408.txt │ │ │ ├── test_data_5409.txt │ │ │ ├── test_data_5410.txt │ │ │ ├── test_data_5411.txt │ │ │ ├── test_data_5412.txt │ │ │ ├── test_data_5413.txt │ │ │ ├── test_data_5414.txt │ │ │ ├── test_data_5415.txt │ │ │ ├── test_data_5416.txt │ │ │ ├── test_data_5417.txt │ │ │ ├── test_data_5418.txt │ │ │ ├── test_data_5419.txt │ │ │ ├── test_data_5420.txt │ │ │ ├── test_data_5421.txt │ │ │ ├── test_data_5422.txt │ │ │ ├── test_data_5423.txt │ │ │ ├── test_data_5424.txt │ │ │ ├── test_data_5425.txt │ │ │ ├── test_data_5426.txt │ │ │ ├── test_data_5427.txt │ │ │ ├── test_data_5428.txt │ │ │ ├── test_data_5429.txt │ │ │ ├── test_data_5430.txt │ │ │ ├── test_data_5431.txt │ │ │ ├── test_data_5432.txt │ │ │ ├── test_data_5433.txt │ │ │ ├── test_data_5434.txt │ │ │ ├── test_data_5435.txt │ │ │ ├── test_data_5436.txt │ │ │ ├── test_data_5437.txt │ │ │ ├── test_data_5438.txt │ │ │ ├── test_data_5439.txt │ │ │ ├── test_data_5440.txt │ │ │ ├── test_data_5441.txt │ │ │ ├── test_data_5442.txt │ │ │ ├── test_data_5443.txt │ │ │ ├── test_data_5444.txt │ │ │ ├── test_data_5445.txt │ │ │ ├── test_data_5446.txt │ │ │ ├── test_data_5447.txt │ │ │ ├── test_data_5448.txt │ │ │ ├── test_data_5449.txt │ │ │ ├── test_data_5450.txt │ │ │ ├── test_data_5451.txt │ │ │ ├── test_data_5452.txt │ │ │ ├── test_data_5453.txt │ │ │ ├── test_data_5454.txt │ │ │ ├── test_data_5455.txt │ │ │ ├── test_data_5456.txt │ │ │ ├── test_data_5457.txt │ │ │ ├── test_data_5458.txt │ │ │ ├── test_data_5459.txt │ │ │ ├── test_data_5460.txt │ │ │ ├── test_data_5461.txt │ │ │ ├── test_data_5462.txt │ │ │ ├── test_data_5463.txt │ │ │ ├── test_data_5464.txt │ │ │ ├── test_data_5465.txt │ │ │ ├── test_data_5466.txt │ │ │ ├── test_data_5467.txt │ │ │ ├── test_data_5468.txt │ │ │ ├── test_data_5469.txt │ │ │ ├── test_data_5470.txt │ │ │ ├── test_data_5471.txt │ │ │ ├── test_data_5472.txt │ │ │ ├── test_data_5473.txt │ │ │ ├── test_data_5474.txt │ │ │ ├── test_data_5475.txt │ │ │ ├── test_data_5476.txt │ │ │ ├── test_data_5477.txt │ │ │ ├── test_data_5478.txt │ │ │ ├── test_data_5479.txt │ │ │ ├── test_data_5480.txt │ │ │ ├── test_data_5481.txt │ │ │ ├── test_data_5482.txt │ │ │ ├── test_data_5483.txt │ │ │ ├── test_data_5484.txt │ │ │ ├── test_data_5485.txt │ │ │ ├── test_data_5486.txt │ │ │ ├── test_data_5487.txt │ │ │ ├── test_data_5488.txt │ │ │ ├── test_data_5489.txt │ │ │ ├── test_data_5490.txt │ │ │ ├── test_data_5491.txt │ │ │ ├── test_data_5492.txt │ │ │ ├── test_data_5493.txt │ │ │ ├── test_data_5494.txt │ │ │ ├── test_data_5495.txt │ │ │ ├── test_data_5496.txt │ │ │ ├── test_data_5497.txt │ │ │ ├── test_data_5498.txt │ │ │ ├── test_data_5499.txt │ │ │ ├── test_data_5500.txt │ │ │ ├── test_data_5501.txt │ │ │ ├── test_data_5502.txt │ │ │ ├── test_data_5503.txt │ │ │ ├── test_data_5504.txt │ │ │ ├── test_data_5505.txt │ │ │ ├── test_data_5506.txt │ │ │ ├── test_data_5507.txt │ │ │ ├── test_data_5508.txt │ │ │ ├── test_data_5509.txt │ │ │ ├── test_data_5510.txt │ │ │ ├── test_data_5511.txt │ │ │ ├── test_data_5512.txt │ │ │ ├── test_data_5513.txt │ │ │ ├── test_data_5514.txt │ │ │ ├── test_data_5515.txt │ │ │ ├── test_data_5516.txt │ │ │ ├── test_data_5517.txt │ │ │ ├── test_data_5518.txt │ │ │ ├── test_data_5519.txt │ │ │ ├── test_data_5520.txt │ │ │ ├── test_data_5521.txt │ │ │ ├── test_data_5522.txt │ │ │ ├── test_data_5523.txt │ │ │ ├── test_data_5524.txt │ │ │ ├── test_data_5525.txt │ │ │ ├── test_data_5526.txt │ │ │ ├── test_data_5527.txt │ │ │ ├── test_data_5528.txt │ │ │ ├── test_data_5529.txt │ │ │ ├── test_data_5530.txt │ │ │ ├── test_data_5531.txt │ │ │ ├── test_data_5532.txt │ │ │ ├── test_data_5533.txt │ │ │ ├── test_data_5534.txt │ │ │ ├── test_data_5535.txt │ │ │ ├── test_data_5536.txt │ │ │ ├── test_data_5537.txt │ │ │ ├── test_data_5538.txt │ │ │ ├── test_data_5539.txt │ │ │ ├── test_data_5540.txt │ │ │ ├── test_data_5541.txt │ │ │ ├── test_data_5542.txt │ │ │ ├── test_data_5543.txt │ │ │ ├── test_data_5544.txt │ │ │ ├── test_data_5545.txt │ │ │ ├── test_data_5546.txt │ │ │ ├── test_data_5547.txt │ │ │ ├── test_data_5548.txt │ │ │ ├── test_data_5549.txt │ │ │ ├── test_data_5550.txt │ │ │ ├── test_data_5551.txt │ │ │ ├── test_data_5552.txt │ │ │ ├── test_data_5553.txt │ │ │ ├── test_data_5554.txt │ │ │ ├── test_data_5555.txt │ │ │ ├── test_data_5556.txt │ │ │ ├── test_data_5557.txt │ │ │ ├── test_data_5558.txt │ │ │ ├── test_data_5559.txt │ │ │ ├── test_data_5560.txt │ │ │ ├── test_data_5561.txt │ │ │ ├── test_data_5562.txt │ │ │ ├── test_data_5563.txt │ │ │ ├── test_data_5564.txt │ │ │ ├── test_data_5565.txt │ │ │ ├── test_data_5566.txt │ │ │ ├── test_data_5567.txt │ │ │ ├── test_data_5568.txt │ │ │ ├── test_data_5569.txt │ │ │ ├── test_data_5570.txt │ │ │ ├── test_data_5571.txt │ │ │ ├── test_data_5572.txt │ │ │ ├── test_data_5573.txt │ │ │ ├── test_data_5574.txt │ │ │ ├── test_data_5575.txt │ │ │ ├── test_data_5576.txt │ │ │ ├── test_data_5577.txt │ │ │ ├── test_data_5578.txt │ │ │ ├── test_data_5579.txt │ │ │ ├── test_data_5580.txt │ │ │ ├── test_data_5581.txt │ │ │ ├── test_data_5582.txt │ │ │ ├── test_data_5583.txt │ │ │ ├── test_data_5584.txt │ │ │ ├── test_data_5585.txt │ │ │ ├── test_data_5586.txt │ │ │ ├── test_data_5587.txt │ │ │ ├── test_data_5588.txt │ │ │ ├── test_data_5589.txt │ │ │ ├── test_data_5590.txt │ │ │ ├── test_data_5591.txt │ │ │ ├── test_data_5592.txt │ │ │ ├── test_data_5593.txt │ │ │ ├── test_data_5594.txt │ │ │ ├── test_data_5595.txt │ │ │ ├── test_data_5596.txt │ │ │ ├── test_data_5597.txt │ │ │ ├── test_data_5598.txt │ │ │ ├── test_data_5599.txt │ │ │ ├── test_data_5600.txt │ │ │ ├── test_data_5601.txt │ │ │ ├── test_data_5602.txt │ │ │ ├── test_data_5603.txt │ │ │ ├── test_data_5604.txt │ │ │ ├── test_data_5605.txt │ │ │ ├── test_data_5606.txt │ │ │ ├── test_data_5607.txt │ │ │ ├── test_data_5608.txt │ │ │ ├── test_data_5609.txt │ │ │ ├── test_data_5610.txt │ │ │ ├── test_data_5611.txt │ │ │ ├── test_data_5612.txt │ │ │ ├── test_data_5613.txt │ │ │ ├── test_data_5614.txt │ │ │ ├── test_data_5615.txt │ │ │ ├── test_data_5616.txt │ │ │ ├── test_data_5617.txt │ │ │ ├── test_data_5618.txt │ │ │ ├── test_data_5619.txt │ │ │ ├── test_data_5620.txt │ │ │ ├── test_data_5621.txt │ │ │ ├── test_data_5622.txt │ │ │ ├── test_data_5623.txt │ │ │ ├── test_data_5624.txt │ │ │ ├── test_data_5625.txt │ │ │ ├── test_data_5626.txt │ │ │ ├── test_data_5627.txt │ │ │ ├── test_data_5628.txt │ │ │ ├── test_data_5629.txt │ │ │ ├── test_data_5630.txt │ │ │ ├── test_data_5631.txt │ │ │ ├── test_data_5632.txt │ │ │ ├── test_data_5633.txt │ │ │ ├── test_data_5634.txt │ │ │ ├── test_data_5635.txt │ │ │ ├── test_data_5636.txt │ │ │ ├── test_data_5637.txt │ │ │ ├── test_data_5638.txt │ │ │ ├── test_data_5639.txt │ │ │ ├── test_data_5640.txt │ │ │ ├── test_data_5641.txt │ │ │ ├── test_data_5642.txt │ │ │ ├── test_data_5643.txt │ │ │ ├── test_data_5644.txt │ │ │ ├── test_data_5645.txt │ │ │ ├── test_data_5646.txt │ │ │ ├── test_data_5647.txt │ │ │ ├── test_data_5648.txt │ │ │ ├── test_data_5649.txt │ │ │ ├── test_data_5650.txt │ │ │ ├── test_data_5651.txt │ │ │ ├── test_data_5652.txt │ │ │ ├── test_data_5653.txt │ │ │ ├── test_data_5654.txt │ │ │ ├── test_data_5655.txt │ │ │ ├── test_data_5656.txt │ │ │ ├── test_data_5657.txt │ │ │ ├── test_data_5658.txt │ │ │ ├── test_data_5659.txt │ │ │ ├── test_data_5660.txt │ │ │ ├── test_data_5661.txt │ │ │ ├── test_data_5662.txt │ │ │ ├── test_data_5663.txt │ │ │ ├── test_data_5664.txt │ │ │ ├── test_data_5665.txt │ │ │ ├── test_data_5666.txt │ │ │ ├── test_data_5667.txt │ │ │ ├── test_data_5668.txt │ │ │ ├── test_data_5669.txt │ │ │ ├── test_data_5670.txt │ │ │ ├── test_data_5671.txt │ │ │ ├── test_data_5672.txt │ │ │ ├── test_data_5673.txt │ │ │ ├── test_data_5674.txt │ │ │ ├── test_data_5675.txt │ │ │ ├── test_data_5676.txt │ │ │ ├── test_data_5677.txt │ │ │ ├── test_data_5678.txt │ │ │ ├── test_data_5679.txt │ │ │ ├── test_data_5680.txt │ │ │ ├── test_data_5681.txt │ │ │ ├── test_data_5682.txt │ │ │ ├── test_data_5683.txt │ │ │ ├── test_data_5684.txt │ │ │ ├── test_data_5685.txt │ │ │ ├── test_data_5686.txt │ │ │ ├── test_data_5687.txt │ │ │ ├── test_data_5688.txt │ │ │ ├── test_data_5689.txt │ │ │ ├── test_data_5690.txt │ │ │ ├── test_data_5691.txt │ │ │ ├── test_data_5692.txt │ │ │ ├── test_data_5693.txt │ │ │ ├── test_data_5694.txt │ │ │ ├── test_data_5695.txt │ │ │ ├── test_data_5696.txt │ │ │ ├── test_data_5697.txt │ │ │ ├── test_data_5698.txt │ │ │ ├── test_data_5699.txt │ │ │ ├── test_data_5700.txt │ │ │ ├── test_data_5701.txt │ │ │ ├── test_data_5702.txt │ │ │ ├── test_data_5703.txt │ │ │ ├── test_data_5704.txt │ │ │ ├── test_data_5705.txt │ │ │ ├── test_data_5706.txt │ │ │ ├── test_data_5707.txt │ │ │ ├── test_data_5708.txt │ │ │ ├── test_data_5709.txt │ │ │ ├── test_data_5710.txt │ │ │ ├── test_data_5711.txt │ │ │ ├── test_data_5712.txt │ │ │ ├── test_data_5713.txt │ │ │ ├── test_data_5714.txt │ │ │ ├── test_data_5715.txt │ │ │ ├── test_data_5716.txt │ │ │ ├── test_data_5717.txt │ │ │ ├── test_data_5718.txt │ │ │ ├── test_data_5719.txt │ │ │ ├── test_data_5720.txt │ │ │ ├── test_data_5721.txt │ │ │ ├── test_data_5722.txt │ │ │ ├── test_data_5723.txt │ │ │ ├── test_data_5724.txt │ │ │ ├── test_data_5725.txt │ │ │ ├── test_data_5726.txt │ │ │ ├── test_data_5727.txt │ │ │ ├── test_data_5728.txt │ │ │ ├── test_data_5729.txt │ │ │ ├── test_data_5730.txt │ │ │ ├── test_data_5731.txt │ │ │ ├── test_data_5732.txt │ │ │ ├── test_data_5733.txt │ │ │ ├── test_data_5734.txt │ │ │ ├── test_data_5735.txt │ │ │ ├── test_data_5736.txt │ │ │ ├── test_data_5737.txt │ │ │ ├── test_data_5738.txt │ │ │ ├── test_data_5739.txt │ │ │ ├── test_data_5740.txt │ │ │ ├── test_data_5741.txt │ │ │ ├── test_data_5742.txt │ │ │ ├── test_data_5743.txt │ │ │ ├── test_data_5744.txt │ │ │ ├── test_data_5745.txt │ │ │ ├── test_data_5746.txt │ │ │ ├── test_data_5747.txt │ │ │ ├── test_data_5748.txt │ │ │ ├── test_data_5749.txt │ │ │ ├── test_data_5750.txt │ │ │ ├── test_data_5751.txt │ │ │ ├── test_data_5752.txt │ │ │ ├── test_data_5753.txt │ │ │ ├── test_data_5754.txt │ │ │ ├── test_data_5755.txt │ │ │ ├── test_data_5756.txt │ │ │ ├── test_data_5757.txt │ │ │ ├── test_data_5758.txt │ │ │ ├── test_data_5759.txt │ │ │ ├── test_data_5760.txt │ │ │ ├── test_data_5761.txt │ │ │ ├── test_data_5762.txt │ │ │ ├── test_data_5763.txt │ │ │ ├── test_data_5764.txt │ │ │ ├── test_data_5765.txt │ │ │ ├── test_data_5766.txt │ │ │ ├── test_data_5767.txt │ │ │ ├── test_data_5768.txt │ │ │ ├── test_data_5769.txt │ │ │ ├── test_data_5770.txt │ │ │ ├── test_data_5771.txt │ │ │ ├── test_data_5772.txt │ │ │ ├── test_data_5773.txt │ │ │ ├── test_data_5774.txt │ │ │ ├── test_data_5775.txt │ │ │ ├── test_data_5776.txt │ │ │ ├── test_data_5777.txt │ │ │ ├── test_data_5778.txt │ │ │ ├── test_data_5779.txt │ │ │ ├── test_data_5780.txt │ │ │ ├── test_data_5781.txt │ │ │ ├── test_data_5782.txt │ │ │ ├── test_data_5783.txt │ │ │ ├── test_data_5784.txt │ │ │ ├── test_data_5785.txt │ │ │ ├── test_data_5786.txt │ │ │ ├── test_data_5787.txt │ │ │ ├── test_data_5788.txt │ │ │ ├── test_data_5789.txt │ │ │ ├── test_data_5790.txt │ │ │ ├── test_data_5791.txt │ │ │ ├── test_data_5792.txt │ │ │ ├── test_data_5793.txt │ │ │ ├── test_data_5794.txt │ │ │ ├── test_data_5795.txt │ │ │ ├── test_data_5796.txt │ │ │ ├── test_data_5797.txt │ │ │ ├── test_data_5798.txt │ │ │ ├── test_data_5799.txt │ │ │ ├── test_data_5800.txt │ │ │ ├── test_data_5801.txt │ │ │ ├── test_data_5802.txt │ │ │ ├── test_data_5803.txt │ │ │ ├── test_data_5804.txt │ │ │ ├── test_data_5805.txt │ │ │ ├── test_data_5806.txt │ │ │ ├── test_data_5807.txt │ │ │ ├── test_data_5808.txt │ │ │ ├── test_data_5809.txt │ │ │ ├── test_data_5810.txt │ │ │ ├── test_data_5811.txt │ │ │ ├── test_data_5812.txt │ │ │ ├── test_data_5813.txt │ │ │ ├── test_data_5814.txt │ │ │ ├── test_data_5815.txt │ │ │ ├── test_data_5816.txt │ │ │ ├── test_data_5817.txt │ │ │ ├── test_data_5818.txt │ │ │ ├── test_data_5819.txt │ │ │ ├── test_data_5820.txt │ │ │ ├── test_data_5821.txt │ │ │ ├── test_data_5822.txt │ │ │ ├── test_data_5823.txt │ │ │ ├── test_data_5824.txt │ │ │ ├── test_data_5825.txt │ │ │ ├── test_data_5826.txt │ │ │ ├── test_data_5827.txt │ │ │ ├── test_data_5828.txt │ │ │ ├── test_data_5829.txt │ │ │ ├── test_data_5830.txt │ │ │ ├── test_data_5831.txt │ │ │ ├── test_data_5832.txt │ │ │ ├── test_data_5833.txt │ │ │ ├── test_data_5834.txt │ │ │ ├── test_data_5835.txt │ │ │ ├── test_data_5836.txt │ │ │ ├── test_data_5837.txt │ │ │ ├── test_data_5838.txt │ │ │ ├── test_data_5839.txt │ │ │ ├── test_data_5840.txt │ │ │ ├── test_data_5841.txt │ │ │ ├── test_data_5842.txt │ │ │ ├── test_data_5843.txt │ │ │ ├── test_data_5844.txt │ │ │ ├── test_data_5845.txt │ │ │ ├── test_data_5846.txt │ │ │ ├── test_data_5847.txt │ │ │ ├── test_data_5848.txt │ │ │ ├── test_data_5849.txt │ │ │ ├── test_data_5850.txt │ │ │ ├── test_data_5851.txt │ │ │ ├── test_data_5852.txt │ │ │ ├── test_data_5853.txt │ │ │ ├── test_data_5854.txt │ │ │ ├── test_data_5855.txt │ │ │ ├── test_data_5856.txt │ │ │ ├── test_data_5857.txt │ │ │ ├── test_data_5858.txt │ │ │ ├── test_data_5859.txt │ │ │ ├── test_data_5860.txt │ │ │ ├── test_data_5861.txt │ │ │ ├── test_data_5862.txt │ │ │ ├── test_data_5863.txt │ │ │ ├── test_data_5864.txt │ │ │ ├── test_data_5865.txt │ │ │ ├── test_data_5866.txt │ │ │ ├── test_data_5867.txt │ │ │ ├── test_data_5868.txt │ │ │ ├── test_data_5869.txt │ │ │ ├── test_data_5870.txt │ │ │ ├── test_data_5871.txt │ │ │ ├── test_data_5872.txt │ │ │ ├── test_data_5873.txt │ │ │ ├── test_data_5874.txt │ │ │ ├── test_data_5875.txt │ │ │ ├── test_data_5876.txt │ │ │ ├── test_data_5877.txt │ │ │ ├── test_data_5878.txt │ │ │ ├── test_data_5879.txt │ │ │ ├── test_data_5880.txt │ │ │ ├── test_data_5881.txt │ │ │ ├── test_data_5882.txt │ │ │ ├── test_data_5883.txt │ │ │ ├── test_data_5884.txt │ │ │ ├── test_data_5885.txt │ │ │ ├── test_data_5886.txt │ │ │ ├── test_data_5887.txt │ │ │ ├── test_data_5888.txt │ │ │ ├── test_data_5889.txt │ │ │ ├── test_data_5890.txt │ │ │ ├── test_data_5891.txt │ │ │ ├── test_data_5892.txt │ │ │ ├── test_data_5893.txt │ │ │ ├── test_data_5894.txt │ │ │ ├── test_data_5895.txt │ │ │ ├── test_data_5896.txt │ │ │ ├── test_data_5897.txt │ │ │ ├── test_data_5898.txt │ │ │ ├── test_data_5899.txt │ │ │ ├── test_data_5900.txt │ │ │ ├── test_data_5901.txt │ │ │ ├── test_data_5902.txt │ │ │ ├── test_data_5903.txt │ │ │ ├── test_data_5904.txt │ │ │ ├── test_data_5905.txt │ │ │ ├── test_data_5906.txt │ │ │ ├── test_data_5907.txt │ │ │ ├── test_data_5908.txt │ │ │ ├── test_data_5909.txt │ │ │ ├── test_data_5910.txt │ │ │ ├── test_data_5911.txt │ │ │ ├── test_data_5912.txt │ │ │ ├── test_data_5913.txt │ │ │ ├── test_data_5914.txt │ │ │ ├── test_data_5915.txt │ │ │ ├── test_data_5916.txt │ │ │ ├── test_data_5917.txt │ │ │ ├── test_data_5918.txt │ │ │ ├── test_data_5919.txt │ │ │ ├── test_data_5920.txt │ │ │ ├── test_data_5921.txt │ │ │ ├── test_data_5922.txt │ │ │ ├── test_data_5923.txt │ │ │ ├── test_data_5924.txt │ │ │ ├── test_data_5925.txt │ │ │ ├── test_data_5926.txt │ │ │ ├── test_data_5927.txt │ │ │ ├── test_data_5928.txt │ │ │ ├── test_data_5929.txt │ │ │ ├── test_data_5930.txt │ │ │ ├── test_data_5931.txt │ │ │ ├── test_data_5932.txt │ │ │ ├── test_data_5933.txt │ │ │ ├── test_data_5934.txt │ │ │ ├── test_data_5935.txt │ │ │ ├── test_data_5936.txt │ │ │ ├── test_data_5937.txt │ │ │ ├── test_data_5938.txt │ │ │ ├── test_data_5939.txt │ │ │ ├── test_data_5940.txt │ │ │ ├── test_data_5941.txt │ │ │ ├── test_data_5942.txt │ │ │ ├── test_data_5943.txt │ │ │ ├── test_data_5944.txt │ │ │ ├── test_data_5945.txt │ │ │ ├── test_data_5946.txt │ │ │ ├── test_data_5947.txt │ │ │ ├── test_data_5948.txt │ │ │ ├── test_data_5949.txt │ │ │ ├── test_data_5950.txt │ │ │ ├── test_data_5951.txt │ │ │ ├── test_data_5952.txt │ │ │ ├── test_data_5953.txt │ │ │ ├── test_data_5954.txt │ │ │ ├── test_data_5955.txt │ │ │ ├── test_data_5956.txt │ │ │ ├── test_data_5957.txt │ │ │ ├── test_data_5958.txt │ │ │ ├── test_data_5959.txt │ │ │ ├── test_data_5960.txt │ │ │ ├── test_data_5961.txt │ │ │ ├── test_data_5962.txt │ │ │ ├── test_data_5963.txt │ │ │ ├── test_data_5964.txt │ │ │ ├── test_data_5965.txt │ │ │ ├── test_data_5966.txt │ │ │ ├── test_data_5967.txt │ │ │ ├── test_data_5968.txt │ │ │ ├── test_data_5969.txt │ │ │ ├── test_data_5970.txt │ │ │ ├── test_data_5971.txt │ │ │ ├── test_data_5972.txt │ │ │ ├── test_data_5973.txt │ │ │ ├── test_data_5974.txt │ │ │ ├── test_data_5975.txt │ │ │ ├── test_data_5976.txt │ │ │ ├── test_data_5977.txt │ │ │ ├── test_data_5978.txt │ │ │ ├── test_data_5979.txt │ │ │ ├── test_data_5980.txt │ │ │ ├── test_data_5981.txt │ │ │ ├── test_data_5982.txt │ │ │ ├── test_data_5983.txt │ │ │ ├── test_data_5984.txt │ │ │ ├── test_data_5985.txt │ │ │ ├── test_data_5986.txt │ │ │ ├── test_data_5987.txt │ │ │ ├── test_data_5988.txt │ │ │ ├── test_data_5989.txt │ │ │ ├── test_data_5990.txt │ │ │ ├── test_data_5991.txt │ │ │ ├── test_data_5992.txt │ │ │ ├── test_data_5993.txt │ │ │ ├── test_data_5994.txt │ │ │ ├── test_data_5995.txt │ │ │ ├── test_data_5996.txt │ │ │ ├── test_data_5997.txt │ │ │ ├── test_data_5998.txt │ │ │ ├── test_data_5999.txt │ │ │ ├── test_data_6000.txt │ │ │ ├── test_data_6001.txt │ │ │ ├── test_data_6002.txt │ │ │ ├── test_data_6003.txt │ │ │ ├── test_data_6004.txt │ │ │ ├── test_data_6005.txt │ │ │ ├── test_data_6006.txt │ │ │ ├── test_data_6007.txt │ │ │ ├── test_data_6008.txt │ │ │ ├── test_data_6009.txt │ │ │ ├── test_data_6010.txt │ │ │ ├── test_data_6011.txt │ │ │ ├── test_data_6012.txt │ │ │ ├── test_data_6013.txt │ │ │ ├── test_data_6014.txt │ │ │ ├── test_data_6015.txt │ │ │ ├── test_data_6016.txt │ │ │ ├── test_data_6017.txt │ │ │ ├── test_data_6018.txt │ │ │ ├── test_data_6019.txt │ │ │ ├── test_data_6020.txt │ │ │ ├── test_data_6021.txt │ │ │ ├── test_data_6022.txt │ │ │ ├── test_data_6023.txt │ │ │ ├── test_data_6024.txt │ │ │ ├── test_data_6025.txt │ │ │ ├── test_data_6026.txt │ │ │ ├── test_data_6027.txt │ │ │ ├── test_data_6028.txt │ │ │ ├── test_data_6029.txt │ │ │ ├── test_data_6030.txt │ │ │ ├── test_data_6031.txt │ │ │ ├── test_data_6032.txt │ │ │ ├── test_data_6033.txt │ │ │ ├── test_data_6034.txt │ │ │ ├── test_data_6035.txt │ │ │ ├── test_data_6036.txt │ │ │ ├── test_data_6037.txt │ │ │ ├── test_data_6038.txt │ │ │ ├── test_data_6039.txt │ │ │ ├── test_data_6040.txt │ │ │ ├── test_data_6041.txt │ │ │ ├── test_data_6042.txt │ │ │ ├── test_data_6043.txt │ │ │ ├── test_data_6044.txt │ │ │ ├── test_data_6045.txt │ │ │ ├── test_data_6046.txt │ │ │ ├── test_data_6047.txt │ │ │ ├── test_data_6048.txt │ │ │ ├── test_data_6049.txt │ │ │ ├── test_data_6050.txt │ │ │ ├── test_data_6051.txt │ │ │ ├── test_data_6052.txt │ │ │ ├── test_data_6053.txt │ │ │ ├── test_data_6054.txt │ │ │ ├── test_data_6055.txt │ │ │ ├── test_data_6056.txt │ │ │ ├── test_data_6057.txt │ │ │ ├── test_data_6058.txt │ │ │ ├── test_data_6059.txt │ │ │ ├── test_data_6060.txt │ │ │ ├── test_data_6061.txt │ │ │ ├── test_data_6062.txt │ │ │ ├── test_data_6063.txt │ │ │ ├── test_data_6064.txt │ │ │ ├── test_data_6065.txt │ │ │ ├── test_data_6066.txt │ │ │ ├── test_data_6067.txt │ │ │ ├── test_data_6068.txt │ │ │ ├── test_data_6069.txt │ │ │ ├── test_data_6070.txt │ │ │ ├── test_data_6071.txt │ │ │ ├── test_data_6072.txt │ │ │ ├── test_data_6073.txt │ │ │ ├── test_data_6074.txt │ │ │ ├── test_data_6075.txt │ │ │ ├── test_data_6076.txt │ │ │ ├── test_data_6077.txt │ │ │ ├── test_data_6078.txt │ │ │ ├── test_data_6079.txt │ │ │ ├── test_data_6080.txt │ │ │ ├── test_data_6081.txt │ │ │ ├── test_data_6082.txt │ │ │ ├── test_data_6083.txt │ │ │ ├── test_data_6084.txt │ │ │ ├── test_data_6085.txt │ │ │ ├── test_data_6086.txt │ │ │ ├── test_data_6087.txt │ │ │ ├── test_data_6088.txt │ │ │ ├── test_data_6089.txt │ │ │ ├── test_data_6090.txt │ │ │ ├── test_data_6091.txt │ │ │ ├── test_data_6092.txt │ │ │ ├── test_data_6093.txt │ │ │ ├── test_data_6094.txt │ │ │ ├── test_data_6095.txt │ │ │ ├── test_data_6096.txt │ │ │ ├── test_data_6097.txt │ │ │ ├── test_data_6098.txt │ │ │ ├── test_data_6099.txt │ │ │ ├── test_data_6100.txt │ │ │ ├── test_data_6101.txt │ │ │ ├── test_data_6102.txt │ │ │ ├── test_data_6103.txt │ │ │ ├── test_data_6104.txt │ │ │ ├── test_data_6105.txt │ │ │ ├── test_data_6106.txt │ │ │ ├── test_data_6107.txt │ │ │ ├── test_data_6108.txt │ │ │ ├── test_data_6109.txt │ │ │ ├── test_data_6110.txt │ │ │ ├── test_data_6111.txt │ │ │ ├── test_data_6112.txt │ │ │ ├── test_data_6113.txt │ │ │ ├── test_data_6114.txt │ │ │ ├── test_data_6115.txt │ │ │ ├── test_data_6116.txt │ │ │ ├── test_data_6117.txt │ │ │ ├── test_data_6118.txt │ │ │ ├── test_data_6119.txt │ │ │ ├── test_data_6120.txt │ │ │ ├── test_data_6121.txt │ │ │ ├── test_data_6122.txt │ │ │ ├── test_data_6123.txt │ │ │ ├── test_data_6124.txt │ │ │ ├── test_data_6125.txt │ │ │ ├── test_data_6126.txt │ │ │ ├── test_data_6127.txt │ │ │ ├── test_data_6128.txt │ │ │ ├── test_data_6129.txt │ │ │ ├── test_data_6130.txt │ │ │ ├── test_data_6131.txt │ │ │ ├── test_data_6132.txt │ │ │ ├── test_data_6133.txt │ │ │ ├── test_data_6134.txt │ │ │ ├── test_data_6135.txt │ │ │ ├── test_data_6136.txt │ │ │ ├── test_data_6137.txt │ │ │ ├── test_data_6138.txt │ │ │ ├── test_data_6139.txt │ │ │ ├── test_data_6140.txt │ │ │ ├── test_data_6141.txt │ │ │ ├── test_data_6142.txt │ │ │ ├── test_data_6143.txt │ │ │ ├── test_data_6144.txt │ │ │ ├── test_data_6145.txt │ │ │ ├── test_data_6146.txt │ │ │ ├── test_data_6147.txt │ │ │ ├── test_data_6148.txt │ │ │ ├── test_data_6149.txt │ │ │ ├── test_data_6150.txt │ │ │ ├── test_data_6151.txt │ │ │ ├── test_data_6152.txt │ │ │ ├── test_data_6153.txt │ │ │ ├── test_data_6154.txt │ │ │ ├── test_data_6155.txt │ │ │ ├── test_data_6156.txt │ │ │ ├── test_data_6157.txt │ │ │ ├── test_data_6158.txt │ │ │ ├── test_data_6159.txt │ │ │ ├── test_data_6160.txt │ │ │ ├── test_data_6161.txt │ │ │ ├── test_data_6162.txt │ │ │ ├── test_data_6163.txt │ │ │ ├── test_data_6164.txt │ │ │ ├── test_data_6165.txt │ │ │ ├── test_data_6166.txt │ │ │ ├── test_data_6167.txt │ │ │ ├── test_data_6168.txt │ │ │ ├── test_data_6169.txt │ │ │ ├── test_data_6170.txt │ │ │ ├── test_data_6171.txt │ │ │ ├── test_data_6172.txt │ │ │ ├── test_data_6173.txt │ │ │ ├── test_data_6174.txt │ │ │ ├── test_data_6175.txt │ │ │ ├── test_data_6176.txt │ │ │ ├── test_data_6177.txt │ │ │ ├── test_data_6178.txt │ │ │ ├── test_data_6179.txt │ │ │ ├── test_data_6180.txt │ │ │ ├── test_data_6181.txt │ │ │ ├── test_data_6182.txt │ │ │ ├── test_data_6183.txt │ │ │ ├── test_data_6184.txt │ │ │ ├── test_data_6185.txt │ │ │ ├── test_data_6186.txt │ │ │ ├── test_data_6187.txt │ │ │ ├── test_data_6188.txt │ │ │ ├── test_data_6189.txt │ │ │ ├── test_data_6190.txt │ │ │ ├── test_data_6191.txt │ │ │ ├── test_data_6192.txt │ │ │ ├── test_data_6193.txt │ │ │ ├── test_data_6194.txt │ │ │ ├── test_data_6195.txt │ │ │ ├── test_data_6196.txt │ │ │ ├── test_data_6197.txt │ │ │ ├── test_data_6198.txt │ │ │ ├── test_data_6199.txt │ │ │ ├── test_data_6200.txt │ │ │ ├── test_data_6201.txt │ │ │ ├── test_data_6202.txt │ │ │ ├── test_data_6203.txt │ │ │ ├── test_data_6204.txt │ │ │ ├── test_data_6205.txt │ │ │ ├── test_data_6206.txt │ │ │ ├── test_data_6207.txt │ │ │ ├── test_data_6208.txt │ │ │ ├── test_data_6209.txt │ │ │ ├── test_data_6210.txt │ │ │ ├── test_data_6211.txt │ │ │ ├── test_data_6212.txt │ │ │ ├── test_data_6213.txt │ │ │ ├── test_data_6214.txt │ │ │ ├── test_data_6215.txt │ │ │ ├── test_data_6216.txt │ │ │ ├── test_data_6217.txt │ │ │ ├── test_data_6218.txt │ │ │ ├── test_data_6219.txt │ │ │ ├── test_data_6220.txt │ │ │ ├── test_data_6221.txt │ │ │ ├── test_data_6222.txt │ │ │ ├── test_data_6223.txt │ │ │ ├── test_data_6224.txt │ │ │ ├── test_data_6225.txt │ │ │ ├── test_data_6226.txt │ │ │ ├── test_data_6227.txt │ │ │ ├── test_data_6228.txt │ │ │ ├── test_data_6229.txt │ │ │ ├── test_data_6230.txt │ │ │ ├── test_data_6231.txt │ │ │ ├── test_data_6232.txt │ │ │ ├── test_data_6233.txt │ │ │ ├── test_data_6234.txt │ │ │ ├── test_data_6235.txt │ │ │ ├── test_data_6236.txt │ │ │ ├── test_data_6237.txt │ │ │ ├── test_data_6238.txt │ │ │ ├── test_data_6239.txt │ │ │ ├── test_data_6240.txt │ │ │ ├── test_data_6241.txt │ │ │ ├── test_data_6242.txt │ │ │ ├── test_data_6243.txt │ │ │ ├── test_data_6244.txt │ │ │ ├── test_data_6245.txt │ │ │ ├── test_data_6246.txt │ │ │ ├── test_data_6247.txt │ │ │ ├── test_data_6248.txt │ │ │ ├── test_data_6249.txt │ │ │ ├── test_data_6250.txt │ │ │ ├── test_data_6251.txt │ │ │ ├── test_data_6252.txt │ │ │ ├── test_data_6253.txt │ │ │ ├── test_data_6254.txt │ │ │ ├── test_data_6255.txt │ │ │ ├── test_data_6256.txt │ │ │ ├── test_data_6257.txt │ │ │ ├── test_data_6258.txt │ │ │ ├── test_data_6259.txt │ │ │ ├── test_data_6260.txt │ │ │ ├── test_data_6261.txt │ │ │ ├── test_data_6262.txt │ │ │ ├── test_data_6263.txt │ │ │ ├── test_data_6264.txt │ │ │ ├── test_data_6265.txt │ │ │ ├── test_data_6266.txt │ │ │ ├── test_data_6267.txt │ │ │ ├── test_data_6268.txt │ │ │ ├── test_data_6269.txt │ │ │ ├── test_data_6270.txt │ │ │ ├── test_data_6271.txt │ │ │ ├── test_data_6272.txt │ │ │ ├── test_data_6273.txt │ │ │ ├── test_data_6274.txt │ │ │ ├── test_data_6275.txt │ │ │ ├── test_data_6276.txt │ │ │ ├── test_data_6277.txt │ │ │ ├── test_data_6278.txt │ │ │ ├── test_data_6279.txt │ │ │ ├── test_data_6280.txt │ │ │ ├── test_data_6281.txt │ │ │ ├── test_data_6282.txt │ │ │ ├── test_data_6283.txt │ │ │ ├── test_data_6284.txt │ │ │ ├── test_data_6285.txt │ │ │ ├── test_data_6286.txt │ │ │ ├── test_data_6287.txt │ │ │ ├── test_data_6288.txt │ │ │ ├── test_data_6289.txt │ │ │ ├── test_data_6290.txt │ │ │ ├── test_data_6291.txt │ │ │ ├── test_data_6292.txt │ │ │ ├── test_data_6293.txt │ │ │ ├── test_data_6294.txt │ │ │ ├── test_data_6295.txt │ │ │ ├── test_data_6296.txt │ │ │ ├── test_data_6297.txt │ │ │ ├── test_data_6298.txt │ │ │ ├── test_data_6299.txt │ │ │ ├── test_data_6300.txt │ │ │ ├── test_data_6301.txt │ │ │ ├── test_data_6302.txt │ │ │ ├── test_data_6303.txt │ │ │ ├── test_data_6304.txt │ │ │ ├── test_data_6305.txt │ │ │ ├── test_data_6306.txt │ │ │ ├── test_data_6307.txt │ │ │ ├── test_data_6308.txt │ │ │ ├── test_data_6309.txt │ │ │ ├── test_data_6310.txt │ │ │ ├── test_data_6311.txt │ │ │ ├── test_data_6312.txt │ │ │ ├── test_data_6313.txt │ │ │ ├── test_data_6314.txt │ │ │ ├── test_data_6315.txt │ │ │ ├── test_data_6316.txt │ │ │ ├── test_data_6317.txt │ │ │ ├── test_data_6318.txt │ │ │ ├── test_data_6319.txt │ │ │ ├── test_data_6320.txt │ │ │ ├── test_data_6321.txt │ │ │ ├── test_data_6322.txt │ │ │ ├── test_data_6323.txt │ │ │ ├── test_data_6324.txt │ │ │ ├── test_data_6325.txt │ │ │ ├── test_data_6326.txt │ │ │ ├── test_data_6327.txt │ │ │ ├── test_data_6328.txt │ │ │ ├── test_data_6329.txt │ │ │ ├── test_data_6330.txt │ │ │ ├── test_data_6331.txt │ │ │ ├── test_data_6332.txt │ │ │ ├── test_data_6333.txt │ │ │ ├── test_data_6334.txt │ │ │ ├── test_data_6335.txt │ │ │ ├── test_data_6336.txt │ │ │ ├── test_data_6337.txt │ │ │ ├── test_data_6338.txt │ │ │ ├── test_data_6339.txt │ │ │ ├── test_data_6340.txt │ │ │ ├── test_data_6341.txt │ │ │ ├── test_data_6342.txt │ │ │ ├── test_data_6343.txt │ │ │ ├── test_data_6344.txt │ │ │ ├── test_data_6345.txt │ │ │ ├── test_data_6346.txt │ │ │ ├── test_data_6347.txt │ │ │ ├── test_data_6348.txt │ │ │ ├── test_data_6349.txt │ │ │ ├── test_data_6350.txt │ │ │ ├── test_data_6351.txt │ │ │ ├── test_data_6352.txt │ │ │ ├── test_data_6353.txt │ │ │ ├── test_data_6354.txt │ │ │ ├── test_data_6355.txt │ │ │ ├── test_data_6356.txt │ │ │ ├── test_data_6357.txt │ │ │ ├── test_data_6358.txt │ │ │ ├── test_data_6359.txt │ │ │ ├── test_data_6360.txt │ │ │ ├── test_data_6361.txt │ │ │ ├── test_data_6362.txt │ │ │ ├── test_data_6363.txt │ │ │ ├── test_data_6364.txt │ │ │ ├── test_data_6365.txt │ │ │ ├── test_data_6366.txt │ │ │ ├── test_data_6367.txt │ │ │ ├── test_data_6368.txt │ │ │ ├── test_data_6369.txt │ │ │ ├── test_data_6370.txt │ │ │ ├── test_data_6371.txt │ │ │ ├── test_data_6372.txt │ │ │ ├── test_data_6373.txt │ │ │ ├── test_data_6374.txt │ │ │ ├── test_data_6375.txt │ │ │ ├── test_data_6376.txt │ │ │ ├── test_data_6377.txt │ │ │ ├── test_data_6378.txt │ │ │ ├── test_data_6379.txt │ │ │ ├── test_data_6380.txt │ │ │ ├── test_data_6381.txt │ │ │ ├── test_data_6382.txt │ │ │ ├── test_data_6383.txt │ │ │ ├── test_data_6384.txt │ │ │ ├── test_data_6385.txt │ │ │ ├── test_data_6386.txt │ │ │ ├── test_data_6387.txt │ │ │ ├── test_data_6388.txt │ │ │ ├── test_data_6389.txt │ │ │ ├── test_data_6390.txt │ │ │ ├── test_data_6391.txt │ │ │ ├── test_data_6392.txt │ │ │ ├── test_data_6393.txt │ │ │ ├── test_data_6394.txt │ │ │ ├── test_data_6395.txt │ │ │ ├── test_data_6396.txt │ │ │ ├── test_data_6397.txt │ │ │ ├── test_data_6398.txt │ │ │ ├── test_data_6399.txt │ │ │ ├── test_data_6400.txt │ │ │ ├── test_data_6401.txt │ │ │ ├── test_data_6402.txt │ │ │ ├── test_data_6403.txt │ │ │ ├── test_data_6404.txt │ │ │ ├── test_data_6405.txt │ │ │ ├── test_data_6406.txt │ │ │ ├── test_data_6407.txt │ │ │ ├── test_data_6408.txt │ │ │ ├── test_data_6409.txt │ │ │ ├── test_data_6410.txt │ │ │ ├── test_data_6411.txt │ │ │ ├── test_data_6412.txt │ │ │ ├── test_data_6413.txt │ │ │ ├── test_data_6414.txt │ │ │ ├── test_data_6415.txt │ │ │ ├── test_data_6416.txt │ │ │ ├── test_data_6417.txt │ │ │ ├── test_data_6418.txt │ │ │ ├── test_data_6419.txt │ │ │ ├── test_data_6420.txt │ │ │ ├── test_data_6421.txt │ │ │ ├── test_data_6422.txt │ │ │ ├── test_data_6423.txt │ │ │ ├── test_data_6424.txt │ │ │ ├── test_data_6425.txt │ │ │ ├── test_data_6426.txt │ │ │ ├── test_data_6427.txt │ │ │ ├── test_data_6428.txt │ │ │ ├── test_data_6429.txt │ │ │ ├── test_data_6430.txt │ │ │ ├── test_data_6431.txt │ │ │ ├── test_data_6432.txt │ │ │ ├── test_data_6433.txt │ │ │ ├── test_data_6434.txt │ │ │ ├── test_data_6435.txt │ │ │ ├── test_data_6436.txt │ │ │ ├── test_data_6437.txt │ │ │ ├── test_data_6438.txt │ │ │ ├── test_data_6439.txt │ │ │ ├── test_data_6440.txt │ │ │ ├── test_data_6441.txt │ │ │ ├── test_data_6442.txt │ │ │ ├── test_data_6443.txt │ │ │ ├── test_data_6444.txt │ │ │ ├── test_data_6445.txt │ │ │ ├── test_data_6446.txt │ │ │ ├── test_data_6447.txt │ │ │ ├── test_data_6448.txt │ │ │ ├── test_data_6449.txt │ │ │ ├── test_data_6450.txt │ │ │ ├── test_data_6451.txt │ │ │ ├── test_data_6452.txt │ │ │ ├── test_data_6453.txt │ │ │ ├── test_data_6454.txt │ │ │ ├── test_data_6455.txt │ │ │ ├── test_data_6456.txt │ │ │ ├── test_data_6457.txt │ │ │ ├── test_data_6458.txt │ │ │ ├── test_data_6459.txt │ │ │ ├── test_data_6460.txt │ │ │ ├── test_data_6461.txt │ │ │ ├── test_data_6462.txt │ │ │ ├── test_data_6463.txt │ │ │ ├── test_data_6464.txt │ │ │ ├── test_data_6465.txt │ │ │ ├── test_data_6466.txt │ │ │ ├── test_data_6467.txt │ │ │ ├── test_data_6468.txt │ │ │ ├── test_data_6469.txt │ │ │ ├── test_data_6470.txt │ │ │ ├── test_data_6471.txt │ │ │ ├── test_data_6472.txt │ │ │ ├── test_data_6473.txt │ │ │ ├── test_data_6474.txt │ │ │ ├── test_data_6475.txt │ │ │ ├── test_data_6476.txt │ │ │ ├── test_data_6477.txt │ │ │ ├── test_data_6478.txt │ │ │ ├── test_data_6479.txt │ │ │ ├── test_data_6480.txt │ │ │ ├── test_data_6481.txt │ │ │ ├── test_data_6482.txt │ │ │ ├── test_data_6483.txt │ │ │ ├── test_data_6484.txt │ │ │ ├── test_data_6485.txt │ │ │ ├── test_data_6486.txt │ │ │ ├── test_data_6487.txt │ │ │ ├── test_data_6488.txt │ │ │ ├── test_data_6489.txt │ │ │ ├── test_data_6490.txt │ │ │ ├── test_data_6491.txt │ │ │ ├── test_data_6492.txt │ │ │ ├── test_data_6493.txt │ │ │ ├── test_data_6494.txt │ │ │ ├── test_data_6495.txt │ │ │ ├── test_data_6496.txt │ │ │ ├── test_data_6497.txt │ │ │ ├── test_data_6498.txt │ │ │ ├── test_data_6499.txt │ │ │ ├── test_data_6500.txt │ │ │ ├── test_data_6501.txt │ │ │ ├── test_data_6502.txt │ │ │ ├── test_data_6503.txt │ │ │ ├── test_data_6504.txt │ │ │ ├── test_data_6505.txt │ │ │ ├── test_data_6506.txt │ │ │ ├── test_data_6507.txt │ │ │ ├── test_data_6508.txt │ │ │ ├── test_data_6509.txt │ │ │ ├── test_data_6510.txt │ │ │ ├── test_data_6511.txt │ │ │ ├── test_data_6512.txt │ │ │ ├── test_data_6513.txt │ │ │ ├── test_data_6514.txt │ │ │ ├── test_data_6515.txt │ │ │ ├── test_data_6516.txt │ │ │ ├── test_data_6517.txt │ │ │ ├── test_data_6518.txt │ │ │ ├── test_data_6519.txt │ │ │ ├── test_data_6520.txt │ │ │ ├── test_data_6521.txt │ │ │ ├── test_data_6522.txt │ │ │ ├── test_data_6523.txt │ │ │ ├── test_data_6524.txt │ │ │ ├── test_data_6525.txt │ │ │ ├── test_data_6526.txt │ │ │ ├── test_data_6527.txt │ │ │ ├── test_data_6528.txt │ │ │ ├── test_data_6529.txt │ │ │ ├── test_data_6530.txt │ │ │ ├── test_data_6531.txt │ │ │ ├── test_data_6532.txt │ │ │ ├── test_data_6533.txt │ │ │ ├── test_data_6534.txt │ │ │ ├── test_data_6535.txt │ │ │ ├── test_data_6536.txt │ │ │ ├── test_data_6537.txt │ │ │ ├── test_data_6538.txt │ │ │ ├── test_data_6539.txt │ │ │ ├── test_data_6540.txt │ │ │ ├── test_data_6541.txt │ │ │ ├── test_data_6542.txt │ │ │ ├── test_data_6543.txt │ │ │ ├── test_data_6544.txt │ │ │ ├── test_data_6545.txt │ │ │ ├── test_data_6546.txt │ │ │ ├── test_data_6547.txt │ │ │ ├── test_data_6548.txt │ │ │ ├── test_data_6549.txt │ │ │ ├── test_data_6550.txt │ │ │ ├── test_data_6551.txt │ │ │ ├── test_data_6552.txt │ │ │ ├── test_data_6553.txt │ │ │ ├── test_data_6554.txt │ │ │ ├── test_data_6555.txt │ │ │ ├── test_data_6556.txt │ │ │ ├── test_data_6557.txt │ │ │ ├── test_data_6558.txt │ │ │ ├── test_data_6559.txt │ │ │ ├── test_data_6560.txt │ │ │ ├── test_data_6561.txt │ │ │ ├── test_data_6562.txt │ │ │ ├── test_data_6563.txt │ │ │ ├── test_data_6564.txt │ │ │ ├── test_data_6565.txt │ │ │ ├── test_data_6566.txt │ │ │ ├── test_data_6567.txt │ │ │ ├── test_data_6568.txt │ │ │ ├── test_data_6569.txt │ │ │ ├── test_data_6570.txt │ │ │ ├── test_data_6571.txt │ │ │ ├── test_data_6572.txt │ │ │ ├── test_data_6573.txt │ │ │ ├── test_data_6574.txt │ │ │ ├── test_data_6575.txt │ │ │ ├── test_data_6576.txt │ │ │ ├── test_data_6577.txt │ │ │ ├── test_data_6578.txt │ │ │ ├── test_data_6579.txt │ │ │ ├── test_data_6580.txt │ │ │ ├── test_data_6581.txt │ │ │ ├── test_data_6582.txt │ │ │ ├── test_data_6583.txt │ │ │ ├── test_data_6584.txt │ │ │ ├── test_data_6585.txt │ │ │ ├── test_data_6586.txt │ │ │ ├── test_data_6587.txt │ │ │ ├── test_data_6588.txt │ │ │ ├── test_data_6589.txt │ │ │ ├── test_data_6590.txt │ │ │ ├── test_data_6591.txt │ │ │ ├── test_data_6592.txt │ │ │ ├── test_data_6593.txt │ │ │ ├── test_data_6594.txt │ │ │ ├── test_data_6595.txt │ │ │ ├── test_data_6596.txt │ │ │ ├── test_data_6597.txt │ │ │ ├── test_data_6598.txt │ │ │ ├── test_data_6599.txt │ │ │ ├── test_data_6600.txt │ │ │ ├── test_data_6601.txt │ │ │ ├── test_data_6602.txt │ │ │ ├── test_data_6603.txt │ │ │ ├── test_data_6604.txt │ │ │ ├── test_data_6605.txt │ │ │ ├── test_data_6606.txt │ │ │ ├── test_data_6607.txt │ │ │ ├── test_data_6608.txt │ │ │ ├── test_data_6609.txt │ │ │ ├── test_data_6610.txt │ │ │ ├── test_data_6611.txt │ │ │ ├── test_data_6612.txt │ │ │ ├── test_data_6613.txt │ │ │ ├── test_data_6614.txt │ │ │ ├── test_data_6615.txt │ │ │ ├── test_data_6616.txt │ │ │ ├── test_data_6617.txt │ │ │ ├── test_data_6618.txt │ │ │ ├── test_data_6619.txt │ │ │ ├── test_data_6620.txt │ │ │ ├── test_data_6621.txt │ │ │ ├── test_data_6622.txt │ │ │ ├── test_data_6623.txt │ │ │ ├── test_data_6624.txt │ │ │ ├── test_data_6625.txt │ │ │ ├── test_data_6626.txt │ │ │ ├── test_data_6627.txt │ │ │ ├── test_data_6628.txt │ │ │ ├── test_data_6629.txt │ │ │ ├── test_data_6630.txt │ │ │ ├── test_data_6631.txt │ │ │ ├── test_data_6632.txt │ │ │ ├── test_data_6633.txt │ │ │ ├── test_data_6634.txt │ │ │ ├── test_data_6635.txt │ │ │ ├── test_data_6636.txt │ │ │ ├── test_data_6637.txt │ │ │ ├── test_data_6638.txt │ │ │ ├── test_data_6639.txt │ │ │ ├── test_data_6640.txt │ │ │ ├── test_data_6641.txt │ │ │ ├── test_data_6642.txt │ │ │ ├── test_data_6643.txt │ │ │ ├── test_data_6644.txt │ │ │ ├── test_data_6645.txt │ │ │ ├── test_data_6646.txt │ │ │ ├── test_data_6647.txt │ │ │ ├── test_data_6648.txt │ │ │ ├── test_data_6649.txt │ │ │ ├── test_data_6650.txt │ │ │ ├── test_data_6651.txt │ │ │ ├── test_data_6652.txt │ │ │ ├── test_data_6653.txt │ │ │ ├── test_data_6654.txt │ │ │ ├── test_data_6655.txt │ │ │ ├── test_data_6656.txt │ │ │ ├── test_data_6657.txt │ │ │ ├── test_data_6658.txt │ │ │ ├── test_data_6659.txt │ │ │ ├── test_data_6660.txt │ │ │ ├── test_data_6661.txt │ │ │ ├── test_data_6662.txt │ │ │ ├── test_data_6663.txt │ │ │ ├── test_data_6664.txt │ │ │ ├── test_data_6665.txt │ │ │ ├── test_data_6666.txt │ │ │ ├── test_data_6667.txt │ │ │ ├── test_data_6668.txt │ │ │ ├── test_data_6669.txt │ │ │ ├── test_data_6670.txt │ │ │ ├── test_data_6671.txt │ │ │ ├── test_data_6672.txt │ │ │ ├── test_data_6673.txt │ │ │ ├── test_data_6674.txt │ │ │ ├── test_data_6675.txt │ │ │ ├── test_data_6676.txt │ │ │ ├── test_data_6677.txt │ │ │ ├── test_data_6678.txt │ │ │ ├── test_data_6679.txt │ │ │ ├── test_data_6680.txt │ │ │ ├── test_data_6681.txt │ │ │ ├── test_data_6682.txt │ │ │ ├── test_data_6683.txt │ │ │ ├── test_data_6684.txt │ │ │ ├── test_data_6685.txt │ │ │ ├── test_data_6686.txt │ │ │ ├── test_data_6687.txt │ │ │ ├── test_data_6688.txt │ │ │ ├── test_data_6689.txt │ │ │ ├── test_data_6690.txt │ │ │ ├── test_data_6691.txt │ │ │ ├── test_data_6692.txt │ │ │ ├── test_data_6693.txt │ │ │ ├── test_data_6694.txt │ │ │ ├── test_data_6695.txt │ │ │ ├── test_data_6696.txt │ │ │ ├── test_data_6697.txt │ │ │ ├── test_data_6698.txt │ │ │ ├── test_data_6699.txt │ │ │ ├── test_data_6700.txt │ │ │ ├── test_data_6701.txt │ │ │ ├── test_data_6702.txt │ │ │ ├── test_data_6703.txt │ │ │ ├── test_data_6704.txt │ │ │ ├── test_data_6705.txt │ │ │ ├── test_data_6706.txt │ │ │ ├── test_data_6707.txt │ │ │ ├── test_data_6708.txt │ │ │ ├── test_data_6709.txt │ │ │ ├── test_data_6710.txt │ │ │ ├── test_data_6711.txt │ │ │ ├── test_data_6712.txt │ │ │ ├── test_data_6713.txt │ │ │ ├── test_data_6714.txt │ │ │ ├── test_data_6715.txt │ │ │ ├── test_data_6716.txt │ │ │ ├── test_data_6717.txt │ │ │ ├── test_data_6718.txt │ │ │ ├── test_data_6719.txt │ │ │ ├── test_data_6720.txt │ │ │ ├── test_data_6721.txt │ │ │ ├── test_data_6722.txt │ │ │ ├── test_data_6723.txt │ │ │ ├── test_data_6724.txt │ │ │ ├── test_data_6725.txt │ │ │ ├── test_data_6726.txt │ │ │ ├── test_data_6727.txt │ │ │ ├── test_data_6728.txt │ │ │ ├── test_data_6729.txt │ │ │ ├── test_data_6730.txt │ │ │ ├── test_data_6731.txt │ │ │ ├── test_data_6732.txt │ │ │ ├── test_data_6733.txt │ │ │ ├── test_data_6734.txt │ │ │ ├── test_data_6735.txt │ │ │ ├── test_data_6736.txt │ │ │ ├── test_data_6737.txt │ │ │ ├── test_data_6738.txt │ │ │ ├── test_data_6739.txt │ │ │ ├── test_data_6740.txt │ │ │ ├── test_data_6741.txt │ │ │ ├── test_data_6742.txt │ │ │ ├── test_data_6743.txt │ │ │ ├── test_data_6744.txt │ │ │ ├── test_data_6745.txt │ │ │ ├── test_data_6746.txt │ │ │ ├── test_data_6747.txt │ │ │ ├── test_data_6748.txt │ │ │ ├── test_data_6749.txt │ │ │ ├── test_data_6750.txt │ │ │ ├── test_data_6751.txt │ │ │ ├── test_data_6752.txt │ │ │ ├── test_data_6753.txt │ │ │ ├── test_data_6754.txt │ │ │ ├── test_data_6755.txt │ │ │ ├── test_data_6756.txt │ │ │ ├── test_data_6757.txt │ │ │ ├── test_data_6758.txt │ │ │ ├── test_data_6759.txt │ │ │ ├── test_data_6760.txt │ │ │ ├── test_data_6761.txt │ │ │ ├── test_data_6762.txt │ │ │ ├── test_data_6763.txt │ │ │ ├── test_data_6764.txt │ │ │ ├── test_data_6765.txt │ │ │ ├── test_data_6766.txt │ │ │ ├── test_data_6767.txt │ │ │ ├── test_data_6768.txt │ │ │ ├── test_data_6769.txt │ │ │ ├── test_data_6770.txt │ │ │ ├── test_data_6771.txt │ │ │ ├── test_data_6772.txt │ │ │ ├── test_data_6773.txt │ │ │ ├── test_data_6774.txt │ │ │ ├── test_data_6775.txt │ │ │ ├── test_data_6776.txt │ │ │ ├── test_data_6777.txt │ │ │ ├── test_data_6778.txt │ │ │ ├── test_data_6779.txt │ │ │ ├── test_data_6780.txt │ │ │ ├── test_data_6781.txt │ │ │ ├── test_data_6782.txt │ │ │ ├── test_data_6783.txt │ │ │ ├── test_data_6784.txt │ │ │ ├── test_data_6785.txt │ │ │ ├── test_data_6786.txt │ │ │ ├── test_data_6787.txt │ │ │ ├── test_data_6788.txt │ │ │ ├── test_data_6789.txt │ │ │ ├── test_data_6790.txt │ │ │ ├── test_data_6791.txt │ │ │ ├── test_data_6792.txt │ │ │ ├── test_data_6793.txt │ │ │ ├── test_data_6794.txt │ │ │ ├── test_data_6795.txt │ │ │ ├── test_data_6796.txt │ │ │ ├── test_data_6797.txt │ │ │ ├── test_data_6798.txt │ │ │ ├── test_data_6799.txt │ │ │ ├── test_data_6800.txt │ │ │ ├── test_data_6801.txt │ │ │ ├── test_data_6802.txt │ │ │ ├── test_data_6803.txt │ │ │ ├── test_data_6804.txt │ │ │ ├── test_data_6805.txt │ │ │ ├── test_data_6806.txt │ │ │ ├── test_data_6807.txt │ │ │ ├── test_data_6808.txt │ │ │ ├── test_data_6809.txt │ │ │ ├── test_data_6810.txt │ │ │ ├── test_data_6811.txt │ │ │ ├── test_data_6812.txt │ │ │ ├── test_data_6813.txt │ │ │ ├── test_data_6814.txt │ │ │ ├── test_data_6815.txt │ │ │ ├── test_data_6816.txt │ │ │ ├── test_data_6817.txt │ │ │ ├── test_data_6818.txt │ │ │ ├── test_data_6819.txt │ │ │ ├── test_data_6820.txt │ │ │ ├── test_data_6821.txt │ │ │ ├── test_data_6822.txt │ │ │ ├── test_data_6823.txt │ │ │ ├── test_data_6824.txt │ │ │ ├── test_data_6825.txt │ │ │ ├── test_data_6826.txt │ │ │ ├── test_data_6827.txt │ │ │ ├── test_data_6828.txt │ │ │ ├── test_data_6829.txt │ │ │ ├── test_data_6830.txt │ │ │ ├── test_data_6831.txt │ │ │ ├── test_data_6832.txt │ │ │ ├── test_data_6833.txt │ │ │ ├── test_data_6834.txt │ │ │ ├── test_data_6835.txt │ │ │ ├── test_data_6836.txt │ │ │ ├── test_data_6837.txt │ │ │ ├── test_data_6838.txt │ │ │ ├── test_data_6839.txt │ │ │ ├── test_data_6840.txt │ │ │ ├── test_data_6841.txt │ │ │ ├── test_data_6842.txt │ │ │ ├── test_data_6843.txt │ │ │ ├── test_data_6844.txt │ │ │ ├── test_data_6845.txt │ │ │ ├── test_data_6846.txt │ │ │ ├── test_data_6847.txt │ │ │ ├── test_data_6848.txt │ │ │ ├── test_data_6849.txt │ │ │ ├── test_data_6850.txt │ │ │ ├── test_data_6851.txt │ │ │ ├── test_data_6852.txt │ │ │ ├── test_data_6853.txt │ │ │ ├── test_data_6854.txt │ │ │ ├── test_data_6855.txt │ │ │ ├── test_data_6856.txt │ │ │ ├── test_data_6857.txt │ │ │ ├── test_data_6858.txt │ │ │ ├── test_data_6859.txt │ │ │ ├── test_data_6860.txt │ │ │ ├── test_data_6861.txt │ │ │ ├── test_data_6862.txt │ │ │ ├── test_data_6863.txt │ │ │ ├── test_data_6864.txt │ │ │ ├── test_data_6865.txt │ │ │ ├── test_data_6866.txt │ │ │ ├── test_data_6867.txt │ │ │ ├── test_data_6868.txt │ │ │ ├── test_data_6869.txt │ │ │ ├── test_data_6870.txt │ │ │ ├── test_data_6871.txt │ │ │ ├── test_data_6872.txt │ │ │ ├── test_data_6873.txt │ │ │ ├── test_data_6874.txt │ │ │ ├── test_data_6875.txt │ │ │ ├── test_data_6876.txt │ │ │ ├── test_data_6877.txt │ │ │ ├── test_data_6878.txt │ │ │ ├── test_data_6879.txt │ │ │ ├── test_data_6880.txt │ │ │ ├── test_data_6881.txt │ │ │ ├── test_data_6882.txt │ │ │ ├── test_data_6883.txt │ │ │ ├── test_data_6884.txt │ │ │ ├── test_data_6885.txt │ │ │ ├── test_data_6886.txt │ │ │ ├── test_data_6887.txt │ │ │ ├── test_data_6888.txt │ │ │ ├── test_data_6889.txt │ │ │ ├── test_data_6890.txt │ │ │ ├── test_data_6891.txt │ │ │ ├── test_data_6892.txt │ │ │ ├── test_data_6893.txt │ │ │ ├── test_data_6894.txt │ │ │ ├── test_data_6895.txt │ │ │ ├── test_data_6896.txt │ │ │ ├── test_data_6897.txt │ │ │ ├── test_data_6898.txt │ │ │ ├── test_data_6899.txt │ │ │ ├── test_data_6900.txt │ │ │ ├── test_data_6901.txt │ │ │ ├── test_data_6902.txt │ │ │ ├── test_data_6903.txt │ │ │ ├── test_data_6904.txt │ │ │ ├── test_data_6905.txt │ │ │ ├── test_data_6906.txt │ │ │ ├── test_data_6907.txt │ │ │ ├── test_data_6908.txt │ │ │ ├── test_data_6909.txt │ │ │ ├── test_data_6910.txt │ │ │ ├── test_data_6911.txt │ │ │ ├── test_data_6912.txt │ │ │ ├── test_data_6913.txt │ │ │ ├── test_data_6914.txt │ │ │ ├── test_data_6915.txt │ │ │ ├── test_data_6916.txt │ │ │ ├── test_data_6917.txt │ │ │ ├── test_data_6918.txt │ │ │ ├── test_data_6919.txt │ │ │ ├── test_data_6920.txt │ │ │ ├── test_data_6921.txt │ │ │ ├── test_data_6922.txt │ │ │ ├── test_data_6923.txt │ │ │ ├── test_data_6924.txt │ │ │ ├── test_data_6925.txt │ │ │ ├── test_data_6926.txt │ │ │ ├── test_data_6927.txt │ │ │ ├── test_data_6928.txt │ │ │ ├── test_data_6929.txt │ │ │ ├── test_data_6930.txt │ │ │ ├── test_data_6931.txt │ │ │ ├── test_data_6932.txt │ │ │ ├── test_data_6933.txt │ │ │ ├── test_data_6934.txt │ │ │ ├── test_data_6935.txt │ │ │ ├── test_data_6936.txt │ │ │ ├── test_data_6937.txt │ │ │ ├── test_data_6938.txt │ │ │ ├── test_data_6939.txt │ │ │ ├── test_data_6940.txt │ │ │ ├── test_data_6941.txt │ │ │ ├── test_data_6942.txt │ │ │ ├── test_data_6943.txt │ │ │ ├── test_data_6944.txt │ │ │ ├── test_data_6945.txt │ │ │ ├── test_data_6946.txt │ │ │ ├── test_data_6947.txt │ │ │ ├── test_data_6948.txt │ │ │ ├── test_data_6949.txt │ │ │ ├── test_data_6950.txt │ │ │ ├── test_data_6951.txt │ │ │ ├── test_data_6952.txt │ │ │ ├── test_data_6953.txt │ │ │ ├── test_data_6954.txt │ │ │ ├── test_data_6955.txt │ │ │ ├── test_data_6956.txt │ │ │ ├── test_data_6957.txt │ │ │ ├── test_data_6958.txt │ │ │ ├── test_data_6959.txt │ │ │ ├── test_data_6960.txt │ │ │ ├── test_data_6961.txt │ │ │ ├── test_data_6962.txt │ │ │ ├── test_data_6963.txt │ │ │ ├── test_data_6964.txt │ │ │ ├── test_data_6965.txt │ │ │ ├── test_data_6966.txt │ │ │ ├── test_data_6967.txt │ │ │ ├── test_data_6968.txt │ │ │ ├── test_data_6969.txt │ │ │ ├── test_data_6970.txt │ │ │ ├── test_data_6971.txt │ │ │ ├── test_data_6972.txt │ │ │ ├── test_data_6973.txt │ │ │ ├── test_data_6974.txt │ │ │ ├── test_data_6975.txt │ │ │ ├── test_data_6976.txt │ │ │ ├── test_data_6977.txt │ │ │ ├── test_data_6978.txt │ │ │ ├── test_data_6979.txt │ │ │ ├── test_data_6980.txt │ │ │ ├── test_data_6981.txt │ │ │ ├── test_data_6982.txt │ │ │ ├── test_data_6983.txt │ │ │ ├── test_data_6984.txt │ │ │ ├── test_data_6985.txt │ │ │ ├── test_data_6986.txt │ │ │ ├── test_data_6987.txt │ │ │ ├── test_data_6988.txt │ │ │ ├── test_data_6989.txt │ │ │ ├── test_data_6990.txt │ │ │ ├── test_data_6991.txt │ │ │ ├── test_data_6992.txt │ │ │ ├── test_data_6993.txt │ │ │ ├── test_data_6994.txt │ │ │ ├── test_data_6995.txt │ │ │ ├── test_data_6996.txt │ │ │ ├── test_data_6997.txt │ │ │ ├── test_data_6998.txt │ │ │ ├── test_data_6999.txt │ │ │ ├── test_data_7000.txt │ │ │ ├── test_data_7001.txt │ │ │ ├── test_data_7002.txt │ │ │ ├── test_data_7003.txt │ │ │ ├── test_data_7004.txt │ │ │ ├── test_data_7005.txt │ │ │ ├── test_data_7006.txt │ │ │ ├── test_data_7007.txt │ │ │ ├── test_data_7008.txt │ │ │ ├── test_data_7009.txt │ │ │ ├── test_data_7010.txt │ │ │ ├── test_data_7011.txt │ │ │ ├── test_data_7012.txt │ │ │ ├── test_data_7013.txt │ │ │ ├── test_data_7014.txt │ │ │ ├── test_data_7015.txt │ │ │ ├── test_data_7016.txt │ │ │ ├── test_data_7017.txt │ │ │ ├── test_data_7018.txt │ │ │ ├── test_data_7019.txt │ │ │ ├── test_data_7020.txt │ │ │ ├── test_data_7021.txt │ │ │ ├── test_data_7022.txt │ │ │ ├── test_data_7023.txt │ │ │ ├── test_data_7024.txt │ │ │ ├── test_data_7025.txt │ │ │ ├── test_data_7026.txt │ │ │ ├── test_data_7027.txt │ │ │ ├── test_data_7028.txt │ │ │ ├── test_data_7029.txt │ │ │ ├── test_data_7030.txt │ │ │ ├── test_data_7031.txt │ │ │ ├── test_data_7032.txt │ │ │ ├── test_data_7033.txt │ │ │ ├── test_data_7034.txt │ │ │ ├── test_data_7035.txt │ │ │ ├── test_data_7036.txt │ │ │ ├── test_data_7037.txt │ │ │ ├── test_data_7038.txt │ │ │ ├── test_data_7039.txt │ │ │ ├── test_data_7040.txt │ │ │ ├── test_data_7041.txt │ │ │ ├── test_data_7042.txt │ │ │ ├── test_data_7043.txt │ │ │ ├── test_data_7044.txt │ │ │ ├── test_data_7045.txt │ │ │ ├── test_data_7046.txt │ │ │ ├── test_data_7047.txt │ │ │ ├── test_data_7048.txt │ │ │ ├── test_data_7049.txt │ │ │ ├── test_data_7050.txt │ │ │ ├── test_data_7051.txt │ │ │ ├── test_data_7052.txt │ │ │ ├── test_data_7053.txt │ │ │ ├── test_data_7054.txt │ │ │ ├── test_data_7055.txt │ │ │ ├── test_data_7056.txt │ │ │ ├── test_data_7057.txt │ │ │ ├── test_data_7058.txt │ │ │ ├── test_data_7059.txt │ │ │ ├── test_data_7060.txt │ │ │ ├── test_data_7061.txt │ │ │ ├── test_data_7062.txt │ │ │ ├── test_data_7063.txt │ │ │ ├── test_data_7064.txt │ │ │ ├── test_data_7065.txt │ │ │ ├── test_data_7066.txt │ │ │ ├── test_data_7067.txt │ │ │ ├── test_data_7068.txt │ │ │ ├── test_data_7069.txt │ │ │ ├── test_data_7070.txt │ │ │ ├── test_data_7071.txt │ │ │ ├── test_data_7072.txt │ │ │ ├── test_data_7073.txt │ │ │ ├── test_data_7074.txt │ │ │ ├── test_data_7075.txt │ │ │ ├── test_data_7076.txt │ │ │ ├── test_data_7077.txt │ │ │ ├── test_data_7078.txt │ │ │ ├── test_data_7079.txt │ │ │ ├── test_data_7080.txt │ │ │ ├── test_data_7081.txt │ │ │ ├── test_data_7082.txt │ │ │ ├── test_data_7083.txt │ │ │ ├── test_data_7084.txt │ │ │ ├── test_data_7085.txt │ │ │ ├── test_data_7086.txt │ │ │ ├── test_data_7087.txt │ │ │ ├── test_data_7088.txt │ │ │ ├── test_data_7089.txt │ │ │ ├── test_data_7090.txt │ │ │ ├── test_data_7091.txt │ │ │ ├── test_data_7092.txt │ │ │ ├── test_data_7093.txt │ │ │ ├── test_data_7094.txt │ │ │ ├── test_data_7095.txt │ │ │ ├── test_data_7096.txt │ │ │ ├── test_data_7097.txt │ │ │ ├── test_data_7098.txt │ │ │ ├── test_data_7099.txt │ │ │ ├── test_data_7100.txt │ │ │ ├── test_data_7101.txt │ │ │ ├── test_data_7102.txt │ │ │ ├── test_data_7103.txt │ │ │ ├── test_data_7104.txt │ │ │ ├── test_data_7105.txt │ │ │ ├── test_data_7106.txt │ │ │ ├── test_data_7107.txt │ │ │ ├── test_data_7108.txt │ │ │ ├── test_data_7109.txt │ │ │ ├── test_data_7110.txt │ │ │ ├── test_data_7111.txt │ │ │ ├── test_data_7112.txt │ │ │ ├── test_data_7113.txt │ │ │ ├── test_data_7114.txt │ │ │ ├── test_data_7115.txt │ │ │ ├── test_data_7116.txt │ │ │ ├── test_data_7117.txt │ │ │ ├── test_data_7118.txt │ │ │ ├── test_data_7119.txt │ │ │ ├── test_data_7120.txt │ │ │ ├── test_data_7121.txt │ │ │ ├── test_data_7122.txt │ │ │ ├── test_data_7123.txt │ │ │ ├── test_data_7124.txt │ │ │ ├── test_data_7125.txt │ │ │ ├── test_data_7126.txt │ │ │ ├── test_data_7127.txt │ │ │ ├── test_data_7128.txt │ │ │ ├── test_data_7129.txt │ │ │ ├── test_data_7130.txt │ │ │ ├── test_data_7131.txt │ │ │ ├── test_data_7132.txt │ │ │ ├── test_data_7133.txt │ │ │ ├── test_data_7134.txt │ │ │ ├── test_data_7135.txt │ │ │ ├── test_data_7136.txt │ │ │ ├── test_data_7137.txt │ │ │ ├── test_data_7138.txt │ │ │ ├── test_data_7139.txt │ │ │ ├── test_data_7140.txt │ │ │ ├── test_data_7141.txt │ │ │ ├── test_data_7142.txt │ │ │ ├── test_data_7143.txt │ │ │ ├── test_data_7144.txt │ │ │ ├── test_data_7145.txt │ │ │ ├── test_data_7146.txt │ │ │ ├── test_data_7147.txt │ │ │ ├── test_data_7148.txt │ │ │ ├── test_data_7149.txt │ │ │ ├── test_data_7150.txt │ │ │ ├── test_data_7151.txt │ │ │ ├── test_data_7152.txt │ │ │ ├── test_data_7153.txt │ │ │ ├── test_data_7154.txt │ │ │ ├── test_data_7155.txt │ │ │ ├── test_data_7156.txt │ │ │ ├── test_data_7157.txt │ │ │ ├── test_data_7158.txt │ │ │ ├── test_data_7159.txt │ │ │ ├── test_data_7160.txt │ │ │ ├── test_data_7161.txt │ │ │ ├── test_data_7162.txt │ │ │ ├── test_data_7163.txt │ │ │ ├── test_data_7164.txt │ │ │ ├── test_data_7165.txt │ │ │ ├── test_data_7166.txt │ │ │ ├── test_data_7167.txt │ │ │ ├── test_data_7168.txt │ │ │ ├── test_data_7169.txt │ │ │ ├── test_data_7170.txt │ │ │ ├── test_data_7171.txt │ │ │ ├── test_data_7172.txt │ │ │ ├── test_data_7173.txt │ │ │ ├── test_data_7174.txt │ │ │ ├── test_data_7175.txt │ │ │ ├── test_data_7176.txt │ │ │ ├── test_data_7177.txt │ │ │ ├── test_data_7178.txt │ │ │ ├── test_data_7179.txt │ │ │ ├── test_data_7180.txt │ │ │ ├── test_data_7181.txt │ │ │ ├── test_data_7182.txt │ │ │ ├── test_data_7183.txt │ │ │ ├── test_data_7184.txt │ │ │ ├── test_data_7185.txt │ │ │ ├── test_data_7186.txt │ │ │ ├── test_data_7187.txt │ │ │ ├── test_data_7188.txt │ │ │ ├── test_data_7189.txt │ │ │ ├── test_data_7190.txt │ │ │ ├── test_data_7191.txt │ │ │ ├── test_data_7192.txt │ │ │ ├── test_data_7193.txt │ │ │ ├── test_data_7194.txt │ │ │ ├── test_data_7195.txt │ │ │ ├── test_data_7196.txt │ │ │ ├── test_data_7197.txt │ │ │ ├── test_data_7198.txt │ │ │ ├── test_data_7199.txt │ │ │ ├── test_data_7200.txt │ │ │ ├── test_data_7201.txt │ │ │ ├── test_data_7202.txt │ │ │ ├── test_data_7203.txt │ │ │ ├── test_data_7204.txt │ │ │ ├── test_data_7205.txt │ │ │ ├── test_data_7206.txt │ │ │ ├── test_data_7207.txt │ │ │ ├── test_data_7208.txt │ │ │ ├── test_data_7209.txt │ │ │ ├── test_data_7210.txt │ │ │ ├── test_data_7211.txt │ │ │ ├── test_data_7212.txt │ │ │ ├── test_data_7213.txt │ │ │ ├── test_data_7214.txt │ │ │ ├── test_data_7215.txt │ │ │ ├── test_data_7216.txt │ │ │ ├── test_data_7217.txt │ │ │ ├── test_data_7218.txt │ │ │ ├── test_data_7219.txt │ │ │ ├── test_data_7220.txt │ │ │ ├── test_data_7221.txt │ │ │ ├── test_data_7222.txt │ │ │ ├── test_data_7223.txt │ │ │ ├── test_data_7224.txt │ │ │ ├── test_data_7225.txt │ │ │ ├── test_data_7226.txt │ │ │ ├── test_data_7227.txt │ │ │ ├── test_data_7228.txt │ │ │ ├── test_data_7229.txt │ │ │ ├── test_data_7230.txt │ │ │ ├── test_data_7231.txt │ │ │ ├── test_data_7232.txt │ │ │ ├── test_data_7233.txt │ │ │ ├── test_data_7234.txt │ │ │ ├── test_data_7235.txt │ │ │ ├── test_data_7236.txt │ │ │ ├── test_data_7237.txt │ │ │ ├── test_data_7238.txt │ │ │ ├── test_data_7239.txt │ │ │ ├── test_data_7240.txt │ │ │ ├── test_data_7241.txt │ │ │ ├── test_data_7242.txt │ │ │ ├── test_data_7243.txt │ │ │ ├── test_data_7244.txt │ │ │ ├── test_data_7245.txt │ │ │ ├── test_data_7246.txt │ │ │ ├── test_data_7247.txt │ │ │ ├── test_data_7248.txt │ │ │ ├── test_data_7249.txt │ │ │ ├── test_data_7250.txt │ │ │ ├── test_data_7251.txt │ │ │ ├── test_data_7252.txt │ │ │ ├── test_data_7253.txt │ │ │ ├── test_data_7254.txt │ │ │ ├── test_data_7255.txt │ │ │ ├── test_data_7256.txt │ │ │ ├── test_data_7257.txt │ │ │ ├── test_data_7258.txt │ │ │ ├── test_data_7259.txt │ │ │ ├── test_data_7260.txt │ │ │ ├── test_data_7261.txt │ │ │ ├── test_data_7262.txt │ │ │ ├── test_data_7263.txt │ │ │ ├── test_data_7264.txt │ │ │ ├── test_data_7265.txt │ │ │ ├── test_data_7266.txt │ │ │ ├── test_data_7267.txt │ │ │ ├── test_data_7268.txt │ │ │ ├── test_data_7269.txt │ │ │ ├── test_data_7270.txt │ │ │ ├── test_data_7271.txt │ │ │ ├── test_data_7272.txt │ │ │ ├── test_data_7273.txt │ │ │ ├── test_data_7274.txt │ │ │ ├── test_data_7275.txt │ │ │ ├── test_data_7276.txt │ │ │ ├── test_data_7277.txt │ │ │ ├── test_data_7278.txt │ │ │ ├── test_data_7279.txt │ │ │ ├── test_data_7280.txt │ │ │ ├── test_data_7281.txt │ │ │ ├── test_data_7282.txt │ │ │ ├── test_data_7283.txt │ │ │ ├── test_data_7284.txt │ │ │ ├── test_data_7285.txt │ │ │ ├── test_data_7286.txt │ │ │ ├── test_data_7287.txt │ │ │ ├── test_data_7288.txt │ │ │ ├── test_data_7289.txt │ │ │ ├── test_data_7290.txt │ │ │ ├── test_data_7291.txt │ │ │ ├── test_data_7292.txt │ │ │ ├── test_data_7293.txt │ │ │ ├── test_data_7294.txt │ │ │ ├── test_data_7295.txt │ │ │ ├── test_data_7296.txt │ │ │ ├── test_data_7297.txt │ │ │ ├── test_data_7298.txt │ │ │ ├── test_data_7299.txt │ │ │ ├── test_data_7300.txt │ │ │ ├── test_data_7301.txt │ │ │ ├── test_data_7302.txt │ │ │ ├── test_data_7303.txt │ │ │ ├── test_data_7304.txt │ │ │ ├── test_data_7305.txt │ │ │ ├── test_data_7306.txt │ │ │ ├── test_data_7307.txt │ │ │ ├── test_data_7308.txt │ │ │ ├── test_data_7309.txt │ │ │ ├── test_data_7310.txt │ │ │ ├── test_data_7311.txt │ │ │ ├── test_data_7312.txt │ │ │ ├── test_data_7313.txt │ │ │ ├── test_data_7314.txt │ │ │ ├── test_data_7315.txt │ │ │ ├── test_data_7316.txt │ │ │ ├── test_data_7317.txt │ │ │ ├── test_data_7318.txt │ │ │ ├── test_data_7319.txt │ │ │ ├── test_data_7320.txt │ │ │ ├── test_data_7321.txt │ │ │ ├── test_data_7322.txt │ │ │ ├── test_data_7323.txt │ │ │ ├── test_data_7324.txt │ │ │ ├── test_data_7325.txt │ │ │ ├── test_data_7326.txt │ │ │ ├── test_data_7327.txt │ │ │ ├── test_data_7328.txt │ │ │ ├── test_data_7329.txt │ │ │ ├── test_data_7330.txt │ │ │ ├── test_data_7331.txt │ │ │ ├── test_data_7332.txt │ │ │ ├── test_data_7333.txt │ │ │ ├── test_data_7334.txt │ │ │ ├── test_data_7335.txt │ │ │ ├── test_data_7336.txt │ │ │ ├── test_data_7337.txt │ │ │ ├── test_data_7338.txt │ │ │ ├── test_data_7339.txt │ │ │ ├── test_data_7340.txt │ │ │ ├── test_data_7341.txt │ │ │ ├── test_data_7342.txt │ │ │ ├── test_data_7343.txt │ │ │ ├── test_data_7344.txt │ │ │ ├── test_data_7345.txt │ │ │ ├── test_data_7346.txt │ │ │ ├── test_data_7347.txt │ │ │ ├── test_data_7348.txt │ │ │ ├── test_data_7349.txt │ │ │ ├── test_data_7350.txt │ │ │ ├── test_data_7351.txt │ │ │ ├── test_data_7352.txt │ │ │ ├── test_data_7353.txt │ │ │ ├── test_data_7354.txt │ │ │ ├── test_data_7355.txt │ │ │ ├── test_data_7356.txt │ │ │ ├── test_data_7357.txt │ │ │ ├── test_data_7358.txt │ │ │ ├── test_data_7359.txt │ │ │ ├── test_data_7360.txt │ │ │ ├── test_data_7361.txt │ │ │ ├── test_data_7362.txt │ │ │ ├── test_data_7363.txt │ │ │ ├── test_data_7364.txt │ │ │ ├── test_data_7365.txt │ │ │ ├── test_data_7366.txt │ │ │ ├── test_data_7367.txt │ │ │ ├── test_data_7368.txt │ │ │ ├── test_data_7369.txt │ │ │ ├── test_data_7370.txt │ │ │ ├── test_data_7371.txt │ │ │ ├── test_data_7372.txt │ │ │ ├── test_data_7373.txt │ │ │ ├── test_data_7374.txt │ │ │ ├── test_data_7375.txt │ │ │ ├── test_data_7376.txt │ │ │ ├── test_data_7377.txt │ │ │ ├── test_data_7378.txt │ │ │ ├── test_data_7379.txt │ │ │ ├── test_data_7380.txt │ │ │ ├── test_data_7381.txt │ │ │ ├── test_data_7382.txt │ │ │ ├── test_data_7383.txt │ │ │ ├── test_data_7384.txt │ │ │ ├── test_data_7385.txt │ │ │ ├── test_data_7386.txt │ │ │ ├── test_data_7387.txt │ │ │ ├── test_data_7388.txt │ │ │ ├── test_data_7389.txt │ │ │ ├── test_data_7390.txt │ │ │ ├── test_data_7391.txt │ │ │ ├── test_data_7392.txt │ │ │ ├── test_data_7393.txt │ │ │ ├── test_data_7394.txt │ │ │ ├── test_data_7395.txt │ │ │ ├── test_data_7396.txt │ │ │ ├── test_data_7397.txt │ │ │ ├── test_data_7398.txt │ │ │ ├── test_data_7399.txt │ │ │ ├── test_data_7400.txt │ │ │ ├── test_data_7401.txt │ │ │ ├── test_data_7402.txt │ │ │ ├── test_data_7403.txt │ │ │ ├── test_data_7404.txt │ │ │ ├── test_data_7405.txt │ │ │ ├── test_data_7406.txt │ │ │ ├── test_data_7407.txt │ │ │ ├── test_data_7408.txt │ │ │ ├── test_data_7409.txt │ │ │ ├── test_data_7410.txt │ │ │ ├── test_data_7411.txt │ │ │ ├── test_data_7412.txt │ │ │ ├── test_data_7413.txt │ │ │ ├── test_data_7414.txt │ │ │ ├── test_data_7415.txt │ │ │ ├── test_data_7416.txt │ │ │ ├── test_data_7417.txt │ │ │ ├── test_data_7418.txt │ │ │ ├── test_data_7419.txt │ │ │ ├── test_data_7420.txt │ │ │ ├── test_data_7421.txt │ │ │ ├── test_data_7422.txt │ │ │ ├── test_data_7423.txt │ │ │ ├── test_data_7424.txt │ │ │ ├── test_data_7425.txt │ │ │ ├── test_data_7426.txt │ │ │ ├── test_data_7427.txt │ │ │ ├── test_data_7428.txt │ │ │ ├── test_data_7429.txt │ │ │ ├── test_data_7430.txt │ │ │ ├── test_data_7431.txt │ │ │ ├── test_data_7432.txt │ │ │ ├── test_data_7433.txt │ │ │ ├── test_data_7434.txt │ │ │ ├── test_data_7435.txt │ │ │ ├── test_data_7436.txt │ │ │ ├── test_data_7437.txt │ │ │ ├── test_data_7438.txt │ │ │ ├── test_data_7439.txt │ │ │ ├── test_data_7440.txt │ │ │ ├── test_data_7441.txt │ │ │ ├── test_data_7442.txt │ │ │ ├── test_data_7443.txt │ │ │ ├── test_data_7444.txt │ │ │ ├── test_data_7445.txt │ │ │ ├── test_data_7446.txt │ │ │ ├── test_data_7447.txt │ │ │ ├── test_data_7448.txt │ │ │ ├── test_data_7449.txt │ │ │ ├── test_data_7450.txt │ │ │ ├── test_data_7451.txt │ │ │ ├── test_data_7452.txt │ │ │ ├── test_data_7453.txt │ │ │ ├── test_data_7454.txt │ │ │ ├── test_data_7455.txt │ │ │ ├── test_data_7456.txt │ │ │ ├── test_data_7457.txt │ │ │ ├── test_data_7458.txt │ │ │ ├── test_data_7459.txt │ │ │ ├── test_data_7460.txt │ │ │ ├── test_data_7461.txt │ │ │ ├── test_data_7462.txt │ │ │ ├── test_data_7463.txt │ │ │ ├── test_data_7464.txt │ │ │ ├── test_data_7465.txt │ │ │ ├── test_data_7466.txt │ │ │ ├── test_data_7467.txt │ │ │ ├── test_data_7468.txt │ │ │ ├── test_data_7469.txt │ │ │ ├── test_data_7470.txt │ │ │ ├── test_data_7471.txt │ │ │ ├── test_data_7472.txt │ │ │ ├── test_data_7473.txt │ │ │ ├── test_data_7474.txt │ │ │ ├── test_data_7475.txt │ │ │ ├── test_data_7476.txt │ │ │ ├── test_data_7477.txt │ │ │ ├── test_data_7478.txt │ │ │ ├── test_data_7479.txt │ │ │ ├── test_data_7480.txt │ │ │ ├── test_data_7481.txt │ │ │ ├── test_data_7482.txt │ │ │ ├── test_data_7483.txt │ │ │ ├── test_data_7484.txt │ │ │ ├── test_data_7485.txt │ │ │ ├── test_data_7486.txt │ │ │ ├── test_data_7487.txt │ │ │ ├── test_data_7488.txt │ │ │ ├── test_data_7489.txt │ │ │ ├── test_data_7490.txt │ │ │ ├── test_data_7491.txt │ │ │ ├── test_data_7492.txt │ │ │ ├── test_data_7493.txt │ │ │ ├── test_data_7494.txt │ │ │ ├── test_data_7495.txt │ │ │ ├── test_data_7496.txt │ │ │ ├── test_data_7497.txt │ │ │ ├── test_data_7498.txt │ │ │ ├── test_data_7499.txt │ │ │ ├── test_data_7500.txt │ │ │ ├── test_data_7501.txt │ │ │ ├── test_data_7502.txt │ │ │ ├── test_data_7503.txt │ │ │ ├── test_data_7504.txt │ │ │ ├── test_data_7505.txt │ │ │ ├── test_data_7506.txt │ │ │ ├── test_data_7507.txt │ │ │ ├── test_data_7508.txt │ │ │ ├── test_data_7509.txt │ │ │ ├── test_data_7510.txt │ │ │ ├── test_data_7511.txt │ │ │ ├── test_data_7512.txt │ │ │ ├── test_data_7513.txt │ │ │ ├── test_data_7514.txt │ │ │ ├── test_data_7515.txt │ │ │ ├── test_data_7516.txt │ │ │ ├── test_data_7517.txt │ │ │ ├── test_data_7518.txt │ │ │ ├── test_data_7519.txt │ │ │ ├── test_data_7520.txt │ │ │ ├── test_data_7521.txt │ │ │ ├── test_data_7522.txt │ │ │ ├── test_data_7523.txt │ │ │ ├── test_data_7524.txt │ │ │ ├── test_data_7525.txt │ │ │ ├── test_data_7526.txt │ │ │ ├── test_data_7527.txt │ │ │ ├── test_data_7528.txt │ │ │ ├── test_data_7529.txt │ │ │ ├── test_data_7530.txt │ │ │ ├── test_data_7531.txt │ │ │ ├── test_data_7532.txt │ │ │ ├── test_data_7533.txt │ │ │ ├── test_data_7534.txt │ │ │ ├── test_data_7535.txt │ │ │ ├── test_data_7536.txt │ │ │ ├── test_data_7537.txt │ │ │ ├── test_data_7538.txt │ │ │ ├── test_data_7539.txt │ │ │ ├── test_data_7540.txt │ │ │ ├── test_data_7541.txt │ │ │ ├── test_data_7542.txt │ │ │ ├── test_data_7543.txt │ │ │ ├── test_data_7544.txt │ │ │ ├── test_data_7545.txt │ │ │ ├── test_data_7546.txt │ │ │ ├── test_data_7547.txt │ │ │ ├── test_data_7548.txt │ │ │ ├── test_data_7549.txt │ │ │ ├── test_data_7550.txt │ │ │ ├── test_data_7551.txt │ │ │ ├── test_data_7552.txt │ │ │ ├── test_data_7553.txt │ │ │ ├── test_data_7554.txt │ │ │ ├── test_data_7555.txt │ │ │ ├── test_data_7556.txt │ │ │ ├── test_data_7557.txt │ │ │ ├── test_data_7558.txt │ │ │ ├── test_data_7559.txt │ │ │ ├── test_data_7560.txt │ │ │ ├── test_data_7561.txt │ │ │ ├── test_data_7562.txt │ │ │ ├── test_data_7563.txt │ │ │ ├── test_data_7564.txt │ │ │ ├── test_data_7565.txt │ │ │ ├── test_data_7566.txt │ │ │ ├── test_data_7567.txt │ │ │ ├── test_data_7568.txt │ │ │ ├── test_data_7569.txt │ │ │ ├── test_data_7570.txt │ │ │ ├── test_data_7571.txt │ │ │ ├── test_data_7572.txt │ │ │ ├── test_data_7573.txt │ │ │ ├── test_data_7574.txt │ │ │ ├── test_data_7575.txt │ │ │ ├── test_data_7576.txt │ │ │ ├── test_data_7577.txt │ │ │ ├── test_data_7578.txt │ │ │ ├── test_data_7579.txt │ │ │ ├── test_data_7580.txt │ │ │ ├── test_data_7581.txt │ │ │ ├── test_data_7582.txt │ │ │ ├── test_data_7583.txt │ │ │ ├── test_data_7584.txt │ │ │ ├── test_data_7585.txt │ │ │ ├── test_data_7586.txt │ │ │ ├── test_data_7587.txt │ │ │ ├── test_data_7588.txt │ │ │ ├── test_data_7589.txt │ │ │ ├── test_data_7590.txt │ │ │ ├── test_data_7591.txt │ │ │ ├── test_data_7592.txt │ │ │ ├── test_data_7593.txt │ │ │ ├── test_data_7594.txt │ │ │ ├── test_data_7595.txt │ │ │ ├── test_data_7596.txt │ │ │ ├── test_data_7597.txt │ │ │ ├── test_data_7598.txt │ │ │ ├── test_data_7599.txt │ │ │ ├── test_data_7600.txt │ │ │ ├── test_data_7601.txt │ │ │ ├── test_data_7602.txt │ │ │ ├── test_data_7603.txt │ │ │ ├── test_data_7604.txt │ │ │ ├── test_data_7605.txt │ │ │ ├── test_data_7606.txt │ │ │ ├── test_data_7607.txt │ │ │ ├── test_data_7608.txt │ │ │ ├── test_data_7609.txt │ │ │ ├── test_data_7610.txt │ │ │ ├── test_data_7611.txt │ │ │ ├── test_data_7612.txt │ │ │ ├── test_data_7613.txt │ │ │ ├── test_data_7614.txt │ │ │ ├── test_data_7615.txt │ │ │ ├── test_data_7616.txt │ │ │ ├── test_data_7617.txt │ │ │ ├── test_data_7618.txt │ │ │ ├── test_data_7619.txt │ │ │ ├── test_data_7620.txt │ │ │ ├── test_data_7621.txt │ │ │ ├── test_data_7622.txt │ │ │ ├── test_data_7623.txt │ │ │ ├── test_data_7624.txt │ │ │ ├── test_data_7625.txt │ │ │ ├── test_data_7626.txt │ │ │ ├── test_data_7627.txt │ │ │ ├── test_data_7628.txt │ │ │ ├── test_data_7629.txt │ │ │ ├── test_data_7630.txt │ │ │ ├── test_data_7631.txt │ │ │ ├── test_data_7632.txt │ │ │ ├── test_data_7633.txt │ │ │ ├── test_data_7634.txt │ │ │ ├── test_data_7635.txt │ │ │ ├── test_data_7636.txt │ │ │ ├── test_data_7637.txt │ │ │ ├── test_data_7638.txt │ │ │ ├── test_data_7639.txt │ │ │ ├── test_data_7640.txt │ │ │ ├── test_data_7641.txt │ │ │ ├── test_data_7642.txt │ │ │ ├── test_data_7643.txt │ │ │ ├── test_data_7644.txt │ │ │ ├── test_data_7645.txt │ │ │ ├── test_data_7646.txt │ │ │ ├── test_data_7647.txt │ │ │ ├── test_data_7648.txt │ │ │ ├── test_data_7649.txt │ │ │ ├── test_data_7650.txt │ │ │ ├── test_data_7651.txt │ │ │ ├── test_data_7652.txt │ │ │ ├── test_data_7653.txt │ │ │ ├── test_data_7654.txt │ │ │ ├── test_data_7655.txt │ │ │ ├── test_data_7656.txt │ │ │ ├── test_data_7657.txt │ │ │ ├── test_data_7658.txt │ │ │ ├── test_data_7659.txt │ │ │ ├── test_data_7660.txt │ │ │ ├── test_data_7661.txt │ │ │ ├── test_data_7662.txt │ │ │ ├── test_data_7663.txt │ │ │ ├── test_data_7664.txt │ │ │ ├── test_data_7665.txt │ │ │ ├── test_data_7666.txt │ │ │ ├── test_data_7667.txt │ │ │ ├── test_data_7668.txt │ │ │ ├── test_data_7669.txt │ │ │ ├── test_data_7670.txt │ │ │ ├── test_data_7671.txt │ │ │ ├── test_data_7672.txt │ │ │ ├── test_data_7673.txt │ │ │ ├── test_data_7674.txt │ │ │ ├── test_data_7675.txt │ │ │ ├── test_data_7676.txt │ │ │ ├── test_data_7677.txt │ │ │ ├── test_data_7678.txt │ │ │ ├── test_data_7679.txt │ │ │ ├── test_data_7680.txt │ │ │ ├── test_data_7681.txt │ │ │ ├── test_data_7682.txt │ │ │ ├── test_data_7683.txt │ │ │ ├── test_data_7684.txt │ │ │ ├── test_data_7685.txt │ │ │ ├── test_data_7686.txt │ │ │ ├── test_data_7687.txt │ │ │ ├── test_data_7688.txt │ │ │ ├── test_data_7689.txt │ │ │ ├── test_data_7690.txt │ │ │ ├── test_data_7691.txt │ │ │ ├── test_data_7692.txt │ │ │ ├── test_data_7693.txt │ │ │ ├── test_data_7694.txt │ │ │ ├── test_data_7695.txt │ │ │ ├── test_data_7696.txt │ │ │ ├── test_data_7697.txt │ │ │ ├── test_data_7698.txt │ │ │ ├── test_data_7699.txt │ │ │ ├── test_data_7700.txt │ │ │ ├── test_data_7701.txt │ │ │ ├── test_data_7702.txt │ │ │ ├── test_data_7703.txt │ │ │ ├── test_data_7704.txt │ │ │ ├── test_data_7705.txt │ │ │ ├── test_data_7706.txt │ │ │ ├── test_data_7707.txt │ │ │ ├── test_data_7708.txt │ │ │ ├── test_data_7709.txt │ │ │ ├── test_data_7710.txt │ │ │ ├── test_data_7711.txt │ │ │ ├── test_data_7712.txt │ │ │ ├── test_data_7713.txt │ │ │ ├── test_data_7714.txt │ │ │ ├── test_data_7715.txt │ │ │ ├── test_data_7716.txt │ │ │ ├── test_data_7717.txt │ │ │ ├── test_data_7718.txt │ │ │ ├── test_data_7719.txt │ │ │ ├── test_data_7720.txt │ │ │ ├── test_data_7721.txt │ │ │ ├── test_data_7722.txt │ │ │ ├── test_data_7723.txt │ │ │ ├── test_data_7724.txt │ │ │ ├── test_data_7725.txt │ │ │ ├── test_data_7726.txt │ │ │ ├── test_data_7727.txt │ │ │ ├── test_data_7728.txt │ │ │ ├── test_data_7729.txt │ │ │ ├── test_data_7730.txt │ │ │ ├── test_data_7731.txt │ │ │ ├── test_data_7732.txt │ │ │ ├── test_data_7733.txt │ │ │ ├── test_data_7734.txt │ │ │ ├── test_data_7735.txt │ │ │ ├── test_data_7736.txt │ │ │ ├── test_data_7737.txt │ │ │ ├── test_data_7738.txt │ │ │ ├── test_data_7739.txt │ │ │ ├── test_data_7740.txt │ │ │ ├── test_data_7741.txt │ │ │ ├── test_data_7742.txt │ │ │ ├── test_data_7743.txt │ │ │ ├── test_data_7744.txt │ │ │ ├── test_data_7745.txt │ │ │ ├── test_data_7746.txt │ │ │ ├── test_data_7747.txt │ │ │ ├── test_data_7748.txt │ │ │ ├── test_data_7749.txt │ │ │ ├── test_data_7750.txt │ │ │ ├── test_data_7751.txt │ │ │ ├── test_data_7752.txt │ │ │ ├── test_data_7753.txt │ │ │ ├── test_data_7754.txt │ │ │ ├── test_data_7755.txt │ │ │ ├── test_data_7756.txt │ │ │ ├── test_data_7757.txt │ │ │ ├── test_data_7758.txt │ │ │ ├── test_data_7759.txt │ │ │ ├── test_data_7760.txt │ │ │ ├── test_data_7761.txt │ │ │ ├── test_data_7762.txt │ │ │ ├── test_data_7763.txt │ │ │ ├── test_data_7764.txt │ │ │ ├── test_data_7765.txt │ │ │ ├── test_data_7766.txt │ │ │ ├── test_data_7767.txt │ │ │ ├── test_data_7768.txt │ │ │ ├── test_data_7769.txt │ │ │ ├── test_data_7770.txt │ │ │ ├── test_data_7771.txt │ │ │ ├── test_data_7772.txt │ │ │ ├── test_data_7773.txt │ │ │ ├── test_data_7774.txt │ │ │ ├── test_data_7775.txt │ │ │ ├── test_data_7776.txt │ │ │ ├── test_data_7777.txt │ │ │ ├── test_data_7778.txt │ │ │ ├── test_data_7779.txt │ │ │ ├── test_data_7780.txt │ │ │ ├── test_data_7781.txt │ │ │ ├── test_data_7782.txt │ │ │ ├── test_data_7783.txt │ │ │ ├── test_data_7784.txt │ │ │ ├── test_data_7785.txt │ │ │ ├── test_data_7786.txt │ │ │ ├── test_data_7787.txt │ │ │ ├── test_data_7788.txt │ │ │ ├── test_data_7789.txt │ │ │ ├── test_data_7790.txt │ │ │ ├── test_data_7791.txt │ │ │ ├── test_data_7792.txt │ │ │ ├── test_data_7793.txt │ │ │ ├── test_data_7794.txt │ │ │ ├── test_data_7795.txt │ │ │ ├── test_data_7796.txt │ │ │ ├── test_data_7797.txt │ │ │ ├── test_data_7798.txt │ │ │ ├── test_data_7799.txt │ │ │ ├── test_data_7800.txt │ │ │ ├── test_data_7801.txt │ │ │ ├── test_data_7802.txt │ │ │ ├── test_data_7803.txt │ │ │ ├── test_data_7804.txt │ │ │ ├── test_data_7805.txt │ │ │ ├── test_data_7806.txt │ │ │ ├── test_data_7807.txt │ │ │ ├── test_data_7808.txt │ │ │ ├── test_data_7809.txt │ │ │ ├── test_data_7810.txt │ │ │ ├── test_data_7811.txt │ │ │ ├── test_data_7812.txt │ │ │ ├── test_data_7813.txt │ │ │ ├── test_data_7814.txt │ │ │ ├── test_data_7815.txt │ │ │ ├── test_data_7816.txt │ │ │ ├── test_data_7817.txt │ │ │ ├── test_data_7818.txt │ │ │ ├── test_data_7819.txt │ │ │ ├── test_data_7820.txt │ │ │ ├── test_data_7821.txt │ │ │ ├── test_data_7822.txt │ │ │ ├── test_data_7823.txt │ │ │ ├── test_data_7824.txt │ │ │ ├── test_data_7825.txt │ │ │ ├── test_data_7826.txt │ │ │ ├── test_data_7827.txt │ │ │ ├── test_data_7828.txt │ │ │ ├── test_data_7829.txt │ │ │ ├── test_data_7830.txt │ │ │ ├── test_data_7831.txt │ │ │ ├── test_data_7832.txt │ │ │ ├── test_data_7833.txt │ │ │ ├── test_data_7834.txt │ │ │ ├── test_data_7835.txt │ │ │ ├── test_data_7836.txt │ │ │ ├── test_data_7837.txt │ │ │ ├── test_data_7838.txt │ │ │ ├── test_data_7839.txt │ │ │ ├── test_data_7840.txt │ │ │ ├── test_data_7841.txt │ │ │ ├── test_data_7842.txt │ │ │ ├── test_data_7843.txt │ │ │ ├── test_data_7844.txt │ │ │ ├── test_data_7845.txt │ │ │ ├── test_data_7846.txt │ │ │ ├── test_data_7847.txt │ │ │ ├── test_data_7848.txt │ │ │ ├── test_data_7849.txt │ │ │ ├── test_data_7850.txt │ │ │ ├── test_data_7851.txt │ │ │ ├── test_data_7852.txt │ │ │ ├── test_data_7853.txt │ │ │ ├── test_data_7854.txt │ │ │ ├── test_data_7855.txt │ │ │ ├── test_data_7856.txt │ │ │ ├── test_data_7857.txt │ │ │ ├── test_data_7858.txt │ │ │ ├── test_data_7859.txt │ │ │ ├── test_data_7860.txt │ │ │ ├── test_data_7861.txt │ │ │ ├── test_data_7862.txt │ │ │ ├── test_data_7863.txt │ │ │ ├── test_data_7864.txt │ │ │ ├── test_data_7865.txt │ │ │ ├── test_data_7866.txt │ │ │ ├── test_data_7867.txt │ │ │ ├── test_data_7868.txt │ │ │ ├── test_data_7869.txt │ │ │ ├── test_data_7870.txt │ │ │ ├── test_data_7871.txt │ │ │ ├── test_data_7872.txt │ │ │ ├── test_data_7873.txt │ │ │ ├── test_data_7874.txt │ │ │ ├── test_data_7875.txt │ │ │ ├── test_data_7876.txt │ │ │ ├── test_data_7877.txt │ │ │ ├── test_data_7878.txt │ │ │ ├── test_data_7879.txt │ │ │ ├── test_data_7880.txt │ │ │ ├── test_data_7881.txt │ │ │ ├── test_data_7882.txt │ │ │ ├── test_data_7883.txt │ │ │ ├── test_data_7884.txt │ │ │ ├── test_data_7885.txt │ │ │ ├── test_data_7886.txt │ │ │ ├── test_data_7887.txt │ │ │ ├── test_data_7888.txt │ │ │ ├── test_data_7889.txt │ │ │ ├── test_data_7890.txt │ │ │ ├── test_data_7891.txt │ │ │ ├── test_data_7892.txt │ │ │ ├── test_data_7893.txt │ │ │ ├── test_data_7894.txt │ │ │ ├── test_data_7895.txt │ │ │ ├── test_data_7896.txt │ │ │ ├── test_data_7897.txt │ │ │ ├── test_data_7898.txt │ │ │ ├── test_data_7899.txt │ │ │ ├── test_data_7900.txt │ │ │ ├── test_data_7901.txt │ │ │ ├── test_data_7902.txt │ │ │ ├── test_data_7903.txt │ │ │ ├── test_data_7904.txt │ │ │ ├── test_data_7905.txt │ │ │ ├── test_data_7906.txt │ │ │ ├── test_data_7907.txt │ │ │ ├── test_data_7908.txt │ │ │ ├── test_data_7909.txt │ │ │ ├── test_data_7910.txt │ │ │ ├── test_data_7911.txt │ │ │ ├── test_data_7912.txt │ │ │ ├── test_data_7913.txt │ │ │ ├── test_data_7914.txt │ │ │ ├── test_data_7915.txt │ │ │ ├── test_data_7916.txt │ │ │ ├── test_data_7917.txt │ │ │ ├── test_data_7918.txt │ │ │ ├── test_data_7919.txt │ │ │ ├── test_data_7920.txt │ │ │ ├── test_data_7921.txt │ │ │ ├── test_data_7922.txt │ │ │ ├── test_data_7923.txt │ │ │ ├── test_data_7924.txt │ │ │ ├── test_data_7925.txt │ │ │ ├── test_data_7926.txt │ │ │ ├── test_data_7927.txt │ │ │ ├── test_data_7928.txt │ │ │ ├── test_data_7929.txt │ │ │ ├── test_data_7930.txt │ │ │ ├── test_data_7931.txt │ │ │ ├── test_data_7932.txt │ │ │ ├── test_data_7933.txt │ │ │ ├── test_data_7934.txt │ │ │ ├── test_data_7935.txt │ │ │ ├── test_data_7936.txt │ │ │ ├── test_data_7937.txt │ │ │ ├── test_data_7938.txt │ │ │ ├── test_data_7939.txt │ │ │ ├── test_data_7940.txt │ │ │ ├── test_data_7941.txt │ │ │ ├── test_data_7942.txt │ │ │ ├── test_data_7943.txt │ │ │ ├── test_data_7944.txt │ │ │ ├── test_data_7945.txt │ │ │ ├── test_data_7946.txt │ │ │ ├── test_data_7947.txt │ │ │ ├── test_data_7948.txt │ │ │ ├── test_data_7949.txt │ │ │ ├── test_data_7950.txt │ │ │ ├── test_data_7951.txt │ │ │ ├── test_data_7952.txt │ │ │ ├── test_data_7953.txt │ │ │ ├── test_data_7954.txt │ │ │ ├── test_data_7955.txt │ │ │ ├── test_data_7956.txt │ │ │ ├── test_data_7957.txt │ │ │ ├── test_data_7958.txt │ │ │ ├── test_data_7959.txt │ │ │ ├── test_data_7960.txt │ │ │ ├── test_data_7961.txt │ │ │ ├── test_data_7962.txt │ │ │ ├── test_data_7963.txt │ │ │ ├── test_data_7964.txt │ │ │ ├── test_data_7965.txt │ │ │ ├── test_data_7966.txt │ │ │ ├── test_data_7967.txt │ │ │ ├── test_data_7968.txt │ │ │ ├── test_data_7969.txt │ │ │ ├── test_data_7970.txt │ │ │ ├── test_data_7971.txt │ │ │ ├── test_data_7972.txt │ │ │ ├── test_data_7973.txt │ │ │ ├── test_data_7974.txt │ │ │ ├── test_data_7975.txt │ │ │ ├── test_data_7976.txt │ │ │ ├── test_data_7977.txt │ │ │ ├── test_data_7978.txt │ │ │ ├── test_data_7979.txt │ │ │ ├── test_data_7980.txt │ │ │ ├── test_data_7981.txt │ │ │ ├── test_data_7982.txt │ │ │ ├── test_data_7983.txt │ │ │ ├── test_data_7984.txt │ │ │ ├── test_data_7985.txt │ │ │ ├── test_data_7986.txt │ │ │ ├── test_data_7987.txt │ │ │ ├── test_data_7988.txt │ │ │ ├── test_data_7989.txt │ │ │ ├── test_data_7990.txt │ │ │ ├── test_data_7991.txt │ │ │ ├── test_data_7992.txt │ │ │ ├── test_data_7993.txt │ │ │ ├── test_data_7994.txt │ │ │ ├── test_data_7995.txt │ │ │ ├── test_data_7996.txt │ │ │ ├── test_data_7997.txt │ │ │ ├── test_data_7998.txt │ │ │ ├── test_data_7999.txt │ │ │ ├── test_data_8000.txt │ │ │ ├── test_data_8001.txt │ │ │ ├── test_data_8002.txt │ │ │ ├── test_data_8003.txt │ │ │ ├── test_data_8004.txt │ │ │ ├── test_data_8005.txt │ │ │ ├── test_data_8006.txt │ │ │ ├── test_data_8007.txt │ │ │ ├── test_data_8008.txt │ │ │ ├── test_data_8009.txt │ │ │ ├── test_data_8010.txt │ │ │ ├── test_data_8011.txt │ │ │ ├── test_data_8012.txt │ │ │ ├── test_data_8013.txt │ │ │ ├── test_data_8014.txt │ │ │ ├── test_data_8015.txt │ │ │ ├── test_data_8016.txt │ │ │ ├── test_data_8017.txt │ │ │ ├── test_data_8018.txt │ │ │ ├── test_data_8019.txt │ │ │ ├── test_data_8020.txt │ │ │ ├── test_data_8021.txt │ │ │ ├── test_data_8022.txt │ │ │ ├── test_data_8023.txt │ │ │ ├── test_data_8024.txt │ │ │ ├── test_data_8025.txt │ │ │ ├── test_data_8026.txt │ │ │ ├── test_data_8027.txt │ │ │ ├── test_data_8028.txt │ │ │ ├── test_data_8029.txt │ │ │ ├── test_data_8030.txt │ │ │ ├── test_data_8031.txt │ │ │ ├── test_data_8032.txt │ │ │ ├── test_data_8033.txt │ │ │ ├── test_data_8034.txt │ │ │ ├── test_data_8035.txt │ │ │ ├── test_data_8036.txt │ │ │ ├── test_data_8037.txt │ │ │ ├── test_data_8038.txt │ │ │ ├── test_data_8039.txt │ │ │ ├── test_data_8040.txt │ │ │ ├── test_data_8041.txt │ │ │ ├── test_data_8042.txt │ │ │ ├── test_data_8043.txt │ │ │ ├── test_data_8044.txt │ │ │ ├── test_data_8045.txt │ │ │ ├── test_data_8046.txt │ │ │ ├── test_data_8047.txt │ │ │ ├── test_data_8048.txt │ │ │ ├── test_data_8049.txt │ │ │ ├── test_data_8050.txt │ │ │ ├── test_data_8051.txt │ │ │ ├── test_data_8052.txt │ │ │ ├── test_data_8053.txt │ │ │ ├── test_data_8054.txt │ │ │ ├── test_data_8055.txt │ │ │ ├── test_data_8056.txt │ │ │ ├── test_data_8057.txt │ │ │ ├── test_data_8058.txt │ │ │ ├── test_data_8059.txt │ │ │ ├── test_data_8060.txt │ │ │ ├── test_data_8061.txt │ │ │ ├── test_data_8062.txt │ │ │ ├── test_data_8063.txt │ │ │ ├── test_data_8064.txt │ │ │ ├── test_data_8065.txt │ │ │ ├── test_data_8066.txt │ │ │ ├── test_data_8067.txt │ │ │ ├── test_data_8068.txt │ │ │ ├── test_data_8069.txt │ │ │ ├── test_data_8070.txt │ │ │ ├── test_data_8071.txt │ │ │ ├── test_data_8072.txt │ │ │ ├── test_data_8073.txt │ │ │ ├── test_data_8074.txt │ │ │ ├── test_data_8075.txt │ │ │ ├── test_data_8076.txt │ │ │ ├── test_data_8077.txt │ │ │ ├── test_data_8078.txt │ │ │ ├── test_data_8079.txt │ │ │ ├── test_data_8080.txt │ │ │ ├── test_data_8081.txt │ │ │ ├── test_data_8082.txt │ │ │ ├── test_data_8083.txt │ │ │ ├── test_data_8084.txt │ │ │ ├── test_data_8085.txt │ │ │ ├── test_data_8086.txt │ │ │ ├── test_data_8087.txt │ │ │ ├── test_data_8088.txt │ │ │ ├── test_data_8089.txt │ │ │ ├── test_data_8090.txt │ │ │ ├── test_data_8091.txt │ │ │ ├── test_data_8092.txt │ │ │ ├── test_data_8093.txt │ │ │ ├── test_data_8094.txt │ │ │ ├── test_data_8095.txt │ │ │ ├── test_data_8096.txt │ │ │ ├── test_data_8097.txt │ │ │ ├── test_data_8098.txt │ │ │ ├── test_data_8099.txt │ │ │ ├── test_data_8100.txt │ │ │ ├── test_data_8101.txt │ │ │ ├── test_data_8102.txt │ │ │ ├── test_data_8103.txt │ │ │ ├── test_data_8104.txt │ │ │ ├── test_data_8105.txt │ │ │ ├── test_data_8106.txt │ │ │ ├── test_data_8107.txt │ │ │ ├── test_data_8108.txt │ │ │ ├── test_data_8109.txt │ │ │ ├── test_data_8110.txt │ │ │ ├── test_data_8111.txt │ │ │ ├── test_data_8112.txt │ │ │ ├── test_data_8113.txt │ │ │ ├── test_data_8114.txt │ │ │ ├── test_data_8115.txt │ │ │ ├── test_data_8116.txt │ │ │ ├── test_data_8117.txt │ │ │ ├── test_data_8118.txt │ │ │ ├── test_data_8119.txt │ │ │ ├── test_data_8120.txt │ │ │ ├── test_data_8121.txt │ │ │ ├── test_data_8122.txt │ │ │ ├── test_data_8123.txt │ │ │ ├── test_data_8124.txt │ │ │ ├── test_data_8125.txt │ │ │ ├── test_data_8126.txt │ │ │ ├── test_data_8127.txt │ │ │ ├── test_data_8128.txt │ │ │ ├── test_data_8129.txt │ │ │ ├── test_data_8130.txt │ │ │ ├── test_data_8131.txt │ │ │ ├── test_data_8132.txt │ │ │ ├── test_data_8133.txt │ │ │ ├── test_data_8134.txt │ │ │ ├── test_data_8135.txt │ │ │ ├── test_data_8136.txt │ │ │ ├── test_data_8137.txt │ │ │ ├── test_data_8138.txt │ │ │ ├── test_data_8139.txt │ │ │ ├── test_data_8140.txt │ │ │ ├── test_data_8141.txt │ │ │ ├── test_data_8142.txt │ │ │ ├── test_data_8143.txt │ │ │ ├── test_data_8144.txt │ │ │ ├── test_data_8145.txt │ │ │ ├── test_data_8146.txt │ │ │ ├── test_data_8147.txt │ │ │ ├── test_data_8148.txt │ │ │ ├── test_data_8149.txt │ │ │ ├── test_data_8150.txt │ │ │ ├── test_data_8151.txt │ │ │ ├── test_data_8152.txt │ │ │ ├── test_data_8153.txt │ │ │ ├── test_data_8154.txt │ │ │ ├── test_data_8155.txt │ │ │ ├── test_data_8156.txt │ │ │ ├── test_data_8157.txt │ │ │ ├── test_data_8158.txt │ │ │ ├── test_data_8159.txt │ │ │ ├── test_data_8160.txt │ │ │ ├── test_data_8161.txt │ │ │ ├── test_data_8162.txt │ │ │ ├── test_data_8163.txt │ │ │ ├── test_data_8164.txt │ │ │ ├── test_data_8165.txt │ │ │ ├── test_data_8166.txt │ │ │ ├── test_data_8167.txt │ │ │ ├── test_data_8168.txt │ │ │ ├── test_data_8169.txt │ │ │ ├── test_data_8170.txt │ │ │ ├── test_data_8171.txt │ │ │ ├── test_data_8172.txt │ │ │ ├── test_data_8173.txt │ │ │ ├── test_data_8174.txt │ │ │ ├── test_data_8175.txt │ │ │ ├── test_data_8176.txt │ │ │ ├── test_data_8177.txt │ │ │ ├── test_data_8178.txt │ │ │ ├── test_data_8179.txt │ │ │ ├── test_data_8180.txt │ │ │ ├── test_data_8181.txt │ │ │ ├── test_data_8182.txt │ │ │ ├── test_data_8183.txt │ │ │ ├── test_data_8184.txt │ │ │ ├── test_data_8185.txt │ │ │ ├── test_data_8186.txt │ │ │ ├── test_data_8187.txt │ │ │ ├── test_data_8188.txt │ │ │ ├── test_data_8189.txt │ │ │ ├── test_data_8190.txt │ │ │ ├── test_data_8191.txt │ │ │ ├── test_data_8192.txt │ │ │ ├── test_data_8193.txt │ │ │ ├── test_data_8194.txt │ │ │ ├── test_data_8195.txt │ │ │ ├── test_data_8196.txt │ │ │ ├── test_data_8197.txt │ │ │ ├── test_data_8198.txt │ │ │ ├── test_data_8199.txt │ │ │ ├── test_data_8200.txt │ │ │ ├── test_data_8201.txt │ │ │ ├── test_data_8202.txt │ │ │ ├── test_data_8203.txt │ │ │ ├── test_data_8204.txt │ │ │ ├── test_data_8205.txt │ │ │ ├── test_data_8206.txt │ │ │ ├── test_data_8207.txt │ │ │ ├── test_data_8208.txt │ │ │ ├── test_data_8209.txt │ │ │ ├── test_data_8210.txt │ │ │ ├── test_data_8211.txt │ │ │ ├── test_data_8212.txt │ │ │ ├── test_data_8213.txt │ │ │ ├── test_data_8214.txt │ │ │ ├── test_data_8215.txt │ │ │ ├── test_data_8216.txt │ │ │ ├── test_data_8217.txt │ │ │ ├── test_data_8218.txt │ │ │ ├── test_data_8219.txt │ │ │ ├── test_data_8220.txt │ │ │ ├── test_data_8221.txt │ │ │ ├── test_data_8222.txt │ │ │ ├── test_data_8223.txt │ │ │ ├── test_data_8224.txt │ │ │ ├── test_data_8225.txt │ │ │ ├── test_data_8226.txt │ │ │ ├── test_data_8227.txt │ │ │ ├── test_data_8228.txt │ │ │ ├── test_data_8229.txt │ │ │ ├── test_data_8230.txt │ │ │ ├── test_data_8231.txt │ │ │ ├── test_data_8232.txt │ │ │ ├── test_data_8233.txt │ │ │ ├── test_data_8234.txt │ │ │ ├── test_data_8235.txt │ │ │ ├── test_data_8236.txt │ │ │ ├── test_data_8237.txt │ │ │ ├── test_data_8238.txt │ │ │ ├── test_data_8239.txt │ │ │ ├── test_data_8240.txt │ │ │ ├── test_data_8241.txt │ │ │ ├── test_data_8242.txt │ │ │ ├── test_data_8243.txt │ │ │ ├── test_data_8244.txt │ │ │ ├── test_data_8245.txt │ │ │ ├── test_data_8246.txt │ │ │ ├── test_data_8247.txt │ │ │ ├── test_data_8248.txt │ │ │ ├── test_data_8249.txt │ │ │ ├── test_data_8250.txt │ │ │ ├── test_data_8251.txt │ │ │ ├── test_data_8252.txt │ │ │ ├── test_data_8253.txt │ │ │ ├── test_data_8254.txt │ │ │ ├── test_data_8255.txt │ │ │ ├── test_data_8256.txt │ │ │ ├── test_data_8257.txt │ │ │ ├── test_data_8258.txt │ │ │ ├── test_data_8259.txt │ │ │ ├── test_data_8260.txt │ │ │ ├── test_data_8261.txt │ │ │ ├── test_data_8262.txt │ │ │ ├── test_data_8263.txt │ │ │ ├── test_data_8264.txt │ │ │ ├── test_data_8265.txt │ │ │ ├── test_data_8266.txt │ │ │ ├── test_data_8267.txt │ │ │ ├── test_data_8268.txt │ │ │ ├── test_data_8269.txt │ │ │ ├── test_data_8270.txt │ │ │ ├── test_data_8271.txt │ │ │ ├── test_data_8272.txt │ │ │ ├── test_data_8273.txt │ │ │ ├── test_data_8274.txt │ │ │ ├── test_data_8275.txt │ │ │ ├── test_data_8276.txt │ │ │ ├── test_data_8277.txt │ │ │ ├── test_data_8278.txt │ │ │ ├── test_data_8279.txt │ │ │ ├── test_data_8280.txt │ │ │ ├── test_data_8281.txt │ │ │ ├── test_data_8282.txt │ │ │ ├── test_data_8283.txt │ │ │ ├── test_data_8284.txt │ │ │ ├── test_data_8285.txt │ │ │ ├── test_data_8286.txt │ │ │ ├── test_data_8287.txt │ │ │ ├── test_data_8288.txt │ │ │ ├── test_data_8289.txt │ │ │ ├── test_data_8290.txt │ │ │ ├── test_data_8291.txt │ │ │ ├── test_data_8292.txt │ │ │ ├── test_data_8293.txt │ │ │ ├── test_data_8294.txt │ │ │ ├── test_data_8295.txt │ │ │ ├── test_data_8296.txt │ │ │ ├── test_data_8297.txt │ │ │ ├── test_data_8298.txt │ │ │ ├── test_data_8299.txt │ │ │ ├── test_data_8300.txt │ │ │ ├── test_data_8301.txt │ │ │ ├── test_data_8302.txt │ │ │ ├── test_data_8303.txt │ │ │ ├── test_data_8304.txt │ │ │ ├── test_data_8305.txt │ │ │ ├── test_data_8306.txt │ │ │ ├── test_data_8307.txt │ │ │ ├── test_data_8308.txt │ │ │ ├── test_data_8309.txt │ │ │ ├── test_data_8310.txt │ │ │ ├── test_data_8311.txt │ │ │ ├── test_data_8312.txt │ │ │ ├── test_data_8313.txt │ │ │ ├── test_data_8314.txt │ │ │ ├── test_data_8315.txt │ │ │ ├── test_data_8316.txt │ │ │ ├── test_data_8317.txt │ │ │ ├── test_data_8318.txt │ │ │ ├── test_data_8319.txt │ │ │ ├── test_data_8320.txt │ │ │ ├── test_data_8321.txt │ │ │ ├── test_data_8322.txt │ │ │ ├── test_data_8323.txt │ │ │ ├── test_data_8324.txt │ │ │ ├── test_data_8325.txt │ │ │ ├── test_data_8326.txt │ │ │ ├── test_data_8327.txt │ │ │ ├── test_data_8328.txt │ │ │ ├── test_data_8329.txt │ │ │ ├── test_data_8330.txt │ │ │ ├── test_data_8331.txt │ │ │ ├── test_data_8332.txt │ │ │ ├── test_data_8333.txt │ │ │ ├── test_data_8334.txt │ │ │ ├── test_data_8335.txt │ │ │ ├── test_data_8336.txt │ │ │ ├── test_data_8337.txt │ │ │ ├── test_data_8338.txt │ │ │ ├── test_data_8339.txt │ │ │ ├── test_data_8340.txt │ │ │ ├── test_data_8341.txt │ │ │ ├── test_data_8342.txt │ │ │ ├── test_data_8343.txt │ │ │ ├── test_data_8344.txt │ │ │ ├── test_data_8345.txt │ │ │ ├── test_data_8346.txt │ │ │ ├── test_data_8347.txt │ │ │ ├── test_data_8348.txt │ │ │ ├── test_data_8349.txt │ │ │ ├── test_data_8350.txt │ │ │ ├── test_data_8351.txt │ │ │ ├── test_data_8352.txt │ │ │ ├── test_data_8353.txt │ │ │ ├── test_data_8354.txt │ │ │ ├── test_data_8355.txt │ │ │ ├── test_data_8356.txt │ │ │ ├── test_data_8357.txt │ │ │ ├── test_data_8358.txt │ │ │ ├── test_data_8359.txt │ │ │ ├── test_data_8360.txt │ │ │ ├── test_data_8361.txt │ │ │ ├── test_data_8362.txt │ │ │ ├── test_data_8363.txt │ │ │ ├── test_data_8364.txt │ │ │ ├── test_data_8365.txt │ │ │ ├── test_data_8366.txt │ │ │ ├── test_data_8367.txt │ │ │ ├── test_data_8368.txt │ │ │ ├── test_data_8369.txt │ │ │ ├── test_data_8370.txt │ │ │ ├── test_data_8371.txt │ │ │ ├── test_data_8372.txt │ │ │ ├── test_data_8373.txt │ │ │ ├── test_data_8374.txt │ │ │ ├── test_data_8375.txt │ │ │ ├── test_data_8376.txt │ │ │ ├── test_data_8377.txt │ │ │ ├── test_data_8378.txt │ │ │ ├── test_data_8379.txt │ │ │ ├── test_data_8380.txt │ │ │ ├── test_data_8381.txt │ │ │ ├── test_data_8382.txt │ │ │ ├── test_data_8383.txt │ │ │ ├── test_data_8384.txt │ │ │ ├── test_data_8385.txt │ │ │ ├── test_data_8386.txt │ │ │ ├── test_data_8387.txt │ │ │ ├── test_data_8388.txt │ │ │ ├── test_data_8389.txt │ │ │ ├── test_data_8390.txt │ │ │ ├── test_data_8391.txt │ │ │ ├── test_data_8392.txt │ │ │ ├── test_data_8393.txt │ │ │ ├── test_data_8394.txt │ │ │ ├── test_data_8395.txt │ │ │ ├── test_data_8396.txt │ │ │ ├── test_data_8397.txt │ │ │ ├── test_data_8398.txt │ │ │ ├── test_data_8399.txt │ │ │ ├── test_data_8400.txt │ │ │ ├── test_data_8401.txt │ │ │ ├── test_data_8402.txt │ │ │ ├── test_data_8403.txt │ │ │ ├── test_data_8404.txt │ │ │ ├── test_data_8405.txt │ │ │ ├── test_data_8406.txt │ │ │ ├── test_data_8407.txt │ │ │ ├── test_data_8408.txt │ │ │ ├── test_data_8409.txt │ │ │ ├── test_data_8410.txt │ │ │ ├── test_data_8411.txt │ │ │ ├── test_data_8412.txt │ │ │ ├── test_data_8413.txt │ │ │ ├── test_data_8414.txt │ │ │ ├── test_data_8415.txt │ │ │ ├── test_data_8416.txt │ │ │ ├── test_data_8417.txt │ │ │ ├── test_data_8418.txt │ │ │ ├── test_data_8419.txt │ │ │ ├── test_data_8420.txt │ │ │ ├── test_data_8421.txt │ │ │ ├── test_data_8422.txt │ │ │ ├── test_data_8423.txt │ │ │ ├── test_data_8424.txt │ │ │ ├── test_data_8425.txt │ │ │ ├── test_data_8426.txt │ │ │ ├── test_data_8427.txt │ │ │ ├── test_data_8428.txt │ │ │ ├── test_data_8429.txt │ │ │ ├── test_data_8430.txt │ │ │ ├── test_data_8431.txt │ │ │ ├── test_data_8432.txt │ │ │ ├── test_data_8433.txt │ │ │ ├── test_data_8434.txt │ │ │ ├── test_data_8435.txt │ │ │ ├── test_data_8436.txt │ │ │ ├── test_data_8437.txt │ │ │ ├── test_data_8438.txt │ │ │ ├── test_data_8439.txt │ │ │ ├── test_data_8440.txt │ │ │ ├── test_data_8441.txt │ │ │ ├── test_data_8442.txt │ │ │ ├── test_data_8443.txt │ │ │ ├── test_data_8444.txt │ │ │ ├── test_data_8445.txt │ │ │ ├── test_data_8446.txt │ │ │ ├── test_data_8447.txt │ │ │ ├── test_data_8448.txt │ │ │ ├── test_data_8449.txt │ │ │ ├── test_data_8450.txt │ │ │ ├── test_data_8451.txt │ │ │ ├── test_data_8452.txt │ │ │ ├── test_data_8453.txt │ │ │ ├── test_data_8454.txt │ │ │ ├── test_data_8455.txt │ │ │ ├── test_data_8456.txt │ │ │ ├── test_data_8457.txt │ │ │ ├── test_data_8458.txt │ │ │ ├── test_data_8459.txt │ │ │ ├── test_data_8460.txt │ │ │ ├── test_data_8461.txt │ │ │ ├── test_data_8462.txt │ │ │ ├── test_data_8463.txt │ │ │ ├── test_data_8464.txt │ │ │ ├── test_data_8465.txt │ │ │ ├── test_data_8466.txt │ │ │ ├── test_data_8467.txt │ │ │ ├── test_data_8468.txt │ │ │ ├── test_data_8469.txt │ │ │ ├── test_data_8470.txt │ │ │ ├── test_data_8471.txt │ │ │ ├── test_data_8472.txt │ │ │ ├── test_data_8473.txt │ │ │ ├── test_data_8474.txt │ │ │ ├── test_data_8475.txt │ │ │ ├── test_data_8476.txt │ │ │ ├── test_data_8477.txt │ │ │ ├── test_data_8478.txt │ │ │ ├── test_data_8479.txt │ │ │ ├── test_data_8480.txt │ │ │ ├── test_data_8481.txt │ │ │ ├── test_data_8482.txt │ │ │ ├── test_data_8483.txt │ │ │ ├── test_data_8484.txt │ │ │ ├── test_data_8485.txt │ │ │ ├── test_data_8486.txt │ │ │ ├── test_data_8487.txt │ │ │ ├── test_data_8488.txt │ │ │ ├── test_data_8489.txt │ │ │ ├── test_data_8490.txt │ │ │ ├── test_data_8491.txt │ │ │ ├── test_data_8492.txt │ │ │ ├── test_data_8493.txt │ │ │ ├── test_data_8494.txt │ │ │ ├── test_data_8495.txt │ │ │ ├── test_data_8496.txt │ │ │ ├── test_data_8497.txt │ │ │ ├── test_data_8498.txt │ │ │ ├── test_data_8499.txt │ │ │ ├── test_data_8500.txt │ │ │ ├── test_data_8501.txt │ │ │ ├── test_data_8502.txt │ │ │ ├── test_data_8503.txt │ │ │ ├── test_data_8504.txt │ │ │ ├── test_data_8505.txt │ │ │ ├── test_data_8506.txt │ │ │ ├── test_data_8507.txt │ │ │ ├── test_data_8508.txt │ │ │ ├── test_data_8509.txt │ │ │ ├── test_data_8510.txt │ │ │ ├── test_data_8511.txt │ │ │ ├── test_data_8512.txt │ │ │ ├── test_data_8513.txt │ │ │ ├── test_data_8514.txt │ │ │ ├── test_data_8515.txt │ │ │ ├── test_data_8516.txt │ │ │ ├── test_data_8517.txt │ │ │ ├── test_data_8518.txt │ │ │ ├── test_data_8519.txt │ │ │ ├── test_data_8520.txt │ │ │ ├── test_data_8521.txt │ │ │ ├── test_data_8522.txt │ │ │ ├── test_data_8523.txt │ │ │ ├── test_data_8524.txt │ │ │ ├── test_data_8525.txt │ │ │ ├── test_data_8526.txt │ │ │ ├── test_data_8527.txt │ │ │ ├── test_data_8528.txt │ │ │ ├── test_data_8529.txt │ │ │ ├── test_data_8530.txt │ │ │ ├── test_data_8531.txt │ │ │ ├── test_data_8532.txt │ │ │ ├── test_data_8533.txt │ │ │ ├── test_data_8534.txt │ │ │ ├── test_data_8535.txt │ │ │ ├── test_data_8536.txt │ │ │ ├── test_data_8537.txt │ │ │ ├── test_data_8538.txt │ │ │ ├── test_data_8539.txt │ │ │ ├── test_data_8540.txt │ │ │ ├── test_data_8541.txt │ │ │ ├── test_data_8542.txt │ │ │ ├── test_data_8543.txt │ │ │ ├── test_data_8544.txt │ │ │ ├── test_data_8545.txt │ │ │ ├── test_data_8546.txt │ │ │ ├── test_data_8547.txt │ │ │ ├── test_data_8548.txt │ │ │ ├── test_data_8549.txt │ │ │ ├── test_data_8550.txt │ │ │ ├── test_data_8551.txt │ │ │ ├── test_data_8552.txt │ │ │ ├── test_data_8553.txt │ │ │ ├── test_data_8554.txt │ │ │ ├── test_data_8555.txt │ │ │ ├── test_data_8556.txt │ │ │ ├── test_data_8557.txt │ │ │ ├── test_data_8558.txt │ │ │ ├── test_data_8559.txt │ │ │ ├── test_data_8560.txt │ │ │ ├── test_data_8561.txt │ │ │ ├── test_data_8562.txt │ │ │ ├── test_data_8563.txt │ │ │ ├── test_data_8564.txt │ │ │ ├── test_data_8565.txt │ │ │ ├── test_data_8566.txt │ │ │ ├── test_data_8567.txt │ │ │ ├── test_data_8568.txt │ │ │ ├── test_data_8569.txt │ │ │ ├── test_data_8570.txt │ │ │ ├── test_data_8571.txt │ │ │ ├── test_data_8572.txt │ │ │ ├── test_data_8573.txt │ │ │ ├── test_data_8574.txt │ │ │ ├── test_data_8575.txt │ │ │ ├── test_data_8576.txt │ │ │ ├── test_data_8577.txt │ │ │ ├── test_data_8578.txt │ │ │ ├── test_data_8579.txt │ │ │ ├── test_data_8580.txt │ │ │ ├── test_data_8581.txt │ │ │ ├── test_data_8582.txt │ │ │ ├── test_data_8583.txt │ │ │ ├── test_data_8584.txt │ │ │ ├── test_data_8585.txt │ │ │ ├── test_data_8586.txt │ │ │ ├── test_data_8587.txt │ │ │ ├── test_data_8588.txt │ │ │ ├── test_data_8589.txt │ │ │ ├── test_data_8590.txt │ │ │ ├── test_data_8591.txt │ │ │ ├── test_data_8592.txt │ │ │ ├── test_data_8593.txt │ │ │ ├── test_data_8594.txt │ │ │ ├── test_data_8595.txt │ │ │ ├── test_data_8596.txt │ │ │ ├── test_data_8597.txt │ │ │ ├── test_data_8598.txt │ │ │ ├── test_data_8599.txt │ │ │ ├── test_data_8600.txt │ │ │ ├── test_data_8601.txt │ │ │ ├── test_data_8602.txt │ │ │ ├── test_data_8603.txt │ │ │ ├── test_data_8604.txt │ │ │ ├── test_data_8605.txt │ │ │ ├── test_data_8606.txt │ │ │ ├── test_data_8607.txt │ │ │ ├── test_data_8608.txt │ │ │ ├── test_data_8609.txt │ │ │ ├── test_data_8610.txt │ │ │ ├── test_data_8611.txt │ │ │ ├── test_data_8612.txt │ │ │ ├── test_data_8613.txt │ │ │ ├── test_data_8614.txt │ │ │ ├── test_data_8615.txt │ │ │ ├── test_data_8616.txt │ │ │ ├── test_data_8617.txt │ │ │ ├── test_data_8618.txt │ │ │ ├── test_data_8619.txt │ │ │ ├── test_data_8620.txt │ │ │ ├── test_data_8621.txt │ │ │ ├── test_data_8622.txt │ │ │ ├── test_data_8623.txt │ │ │ ├── test_data_8624.txt │ │ │ ├── test_data_8625.txt │ │ │ ├── test_data_8626.txt │ │ │ ├── test_data_8627.txt │ │ │ ├── test_data_8628.txt │ │ │ ├── test_data_8629.txt │ │ │ ├── test_data_8630.txt │ │ │ ├── test_data_8631.txt │ │ │ ├── test_data_8632.txt │ │ │ ├── test_data_8633.txt │ │ │ ├── test_data_8634.txt │ │ │ ├── test_data_8635.txt │ │ │ ├── test_data_8636.txt │ │ │ ├── test_data_8637.txt │ │ │ ├── test_data_8638.txt │ │ │ ├── test_data_8639.txt │ │ │ ├── test_data_8640.txt │ │ │ ├── test_data_8641.txt │ │ │ ├── test_data_8642.txt │ │ │ ├── test_data_8643.txt │ │ │ ├── test_data_8644.txt │ │ │ ├── test_data_8645.txt │ │ │ ├── test_data_8646.txt │ │ │ ├── test_data_8647.txt │ │ │ ├── test_data_8648.txt │ │ │ ├── test_data_8649.txt │ │ │ ├── test_data_8650.txt │ │ │ ├── test_data_8651.txt │ │ │ ├── test_data_8652.txt │ │ │ ├── test_data_8653.txt │ │ │ ├── test_data_8654.txt │ │ │ ├── test_data_8655.txt │ │ │ ├── test_data_8656.txt │ │ │ ├── test_data_8657.txt │ │ │ ├── test_data_8658.txt │ │ │ ├── test_data_8659.txt │ │ │ ├── test_data_8660.txt │ │ │ ├── test_data_8661.txt │ │ │ ├── test_data_8662.txt │ │ │ ├── test_data_8663.txt │ │ │ ├── test_data_8664.txt │ │ │ ├── test_data_8665.txt │ │ │ ├── test_data_8666.txt │ │ │ ├── test_data_8667.txt │ │ │ ├── test_data_8668.txt │ │ │ ├── test_data_8669.txt │ │ │ ├── test_data_8670.txt │ │ │ ├── test_data_8671.txt │ │ │ ├── test_data_8672.txt │ │ │ ├── test_data_8673.txt │ │ │ ├── test_data_8674.txt │ │ │ ├── test_data_8675.txt │ │ │ ├── test_data_8676.txt │ │ │ ├── test_data_8677.txt │ │ │ ├── test_data_8678.txt │ │ │ ├── test_data_8679.txt │ │ │ ├── test_data_8680.txt │ │ │ ├── test_data_8681.txt │ │ │ ├── test_data_8682.txt │ │ │ ├── test_data_8683.txt │ │ │ ├── test_data_8684.txt │ │ │ ├── test_data_8685.txt │ │ │ ├── test_data_8686.txt │ │ │ ├── test_data_8687.txt │ │ │ ├── test_data_8688.txt │ │ │ ├── test_data_8689.txt │ │ │ ├── test_data_8690.txt │ │ │ ├── test_data_8691.txt │ │ │ ├── test_data_8692.txt │ │ │ ├── test_data_8693.txt │ │ │ ├── test_data_8694.txt │ │ │ ├── test_data_8695.txt │ │ │ ├── test_data_8696.txt │ │ │ ├── test_data_8697.txt │ │ │ ├── test_data_8698.txt │ │ │ ├── test_data_8699.txt │ │ │ ├── test_data_8700.txt │ │ │ ├── test_data_8701.txt │ │ │ ├── test_data_8702.txt │ │ │ ├── test_data_8703.txt │ │ │ ├── test_data_8704.txt │ │ │ ├── test_data_8705.txt │ │ │ ├── test_data_8706.txt │ │ │ ├── test_data_8707.txt │ │ │ ├── test_data_8708.txt │ │ │ ├── test_data_8709.txt │ │ │ ├── test_data_8710.txt │ │ │ ├── test_data_8711.txt │ │ │ ├── test_data_8712.txt │ │ │ ├── test_data_8713.txt │ │ │ ├── test_data_8714.txt │ │ │ ├── test_data_8715.txt │ │ │ ├── test_data_8716.txt │ │ │ ├── test_data_8717.txt │ │ │ ├── test_data_8718.txt │ │ │ ├── test_data_8719.txt │ │ │ ├── test_data_8720.txt │ │ │ ├── test_data_8721.txt │ │ │ ├── test_data_8722.txt │ │ │ ├── test_data_8723.txt │ │ │ ├── test_data_8724.txt │ │ │ ├── test_data_8725.txt │ │ │ ├── test_data_8726.txt │ │ │ ├── test_data_8727.txt │ │ │ ├── test_data_8728.txt │ │ │ ├── test_data_8729.txt │ │ │ ├── test_data_8730.txt │ │ │ ├── test_data_8731.txt │ │ │ ├── test_data_8732.txt │ │ │ ├── test_data_8733.txt │ │ │ ├── test_data_8734.txt │ │ │ ├── test_data_8735.txt │ │ │ ├── test_data_8736.txt │ │ │ ├── test_data_8737.txt │ │ │ ├── test_data_8738.txt │ │ │ ├── test_data_8739.txt │ │ │ ├── test_data_8740.txt │ │ │ ├── test_data_8741.txt │ │ │ ├── test_data_8742.txt │ │ │ ├── test_data_8743.txt │ │ │ ├── test_data_8744.txt │ │ │ ├── test_data_8745.txt │ │ │ ├── test_data_8746.txt │ │ │ ├── test_data_8747.txt │ │ │ ├── test_data_8748.txt │ │ │ ├── test_data_8749.txt │ │ │ ├── test_data_8750.txt │ │ │ ├── test_data_8751.txt │ │ │ ├── test_data_8752.txt │ │ │ ├── test_data_8753.txt │ │ │ ├── test_data_8754.txt │ │ │ ├── test_data_8755.txt │ │ │ ├── test_data_8756.txt │ │ │ ├── test_data_8757.txt │ │ │ ├── test_data_8758.txt │ │ │ ├── test_data_8759.txt │ │ │ ├── test_data_8760.txt │ │ │ ├── test_data_8761.txt │ │ │ ├── test_data_8762.txt │ │ │ ├── test_data_8763.txt │ │ │ ├── test_data_8764.txt │ │ │ ├── test_data_8765.txt │ │ │ ├── test_data_8766.txt │ │ │ ├── test_data_8767.txt │ │ │ ├── test_data_8768.txt │ │ │ ├── test_data_8769.txt │ │ │ ├── test_data_8770.txt │ │ │ ├── test_data_8771.txt │ │ │ ├── test_data_8772.txt │ │ │ ├── test_data_8773.txt │ │ │ ├── test_data_8774.txt │ │ │ ├── test_data_8775.txt │ │ │ ├── test_data_8776.txt │ │ │ ├── test_data_8777.txt │ │ │ ├── test_data_8778.txt │ │ │ ├── test_data_8779.txt │ │ │ ├── test_data_8780.txt │ │ │ ├── test_data_8781.txt │ │ │ ├── test_data_8782.txt │ │ │ ├── test_data_8783.txt │ │ │ ├── test_data_8784.txt │ │ │ ├── test_data_8785.txt │ │ │ ├── test_data_8786.txt │ │ │ ├── test_data_8787.txt │ │ │ ├── test_data_8788.txt │ │ │ ├── test_data_8789.txt │ │ │ ├── test_data_8790.txt │ │ │ ├── test_data_8791.txt │ │ │ ├── test_data_8792.txt │ │ │ ├── test_data_8793.txt │ │ │ ├── test_data_8794.txt │ │ │ ├── test_data_8795.txt │ │ │ ├── test_data_8796.txt │ │ │ ├── test_data_8797.txt │ │ │ ├── test_data_8798.txt │ │ │ ├── test_data_8799.txt │ │ │ ├── test_data_8800.txt │ │ │ ├── test_data_8801.txt │ │ │ ├── test_data_8802.txt │ │ │ ├── test_data_8803.txt │ │ │ ├── test_data_8804.txt │ │ │ ├── test_data_8805.txt │ │ │ ├── test_data_8806.txt │ │ │ ├── test_data_8807.txt │ │ │ ├── test_data_8808.txt │ │ │ ├── test_data_8809.txt │ │ │ ├── test_data_8810.txt │ │ │ ├── test_data_8811.txt │ │ │ ├── test_data_8812.txt │ │ │ ├── test_data_8813.txt │ │ │ ├── test_data_8814.txt │ │ │ ├── test_data_8815.txt │ │ │ ├── test_data_8816.txt │ │ │ ├── test_data_8817.txt │ │ │ ├── test_data_8818.txt │ │ │ ├── test_data_8819.txt │ │ │ ├── test_data_8820.txt │ │ │ ├── test_data_8821.txt │ │ │ ├── test_data_8822.txt │ │ │ ├── test_data_8823.txt │ │ │ ├── test_data_8824.txt │ │ │ ├── test_data_8825.txt │ │ │ ├── test_data_8826.txt │ │ │ ├── test_data_8827.txt │ │ │ ├── test_data_8828.txt │ │ │ ├── test_data_8829.txt │ │ │ ├── test_data_8830.txt │ │ │ ├── test_data_8831.txt │ │ │ ├── test_data_8832.txt │ │ │ ├── test_data_8833.txt │ │ │ ├── test_data_8834.txt │ │ │ ├── test_data_8835.txt │ │ │ ├── test_data_8836.txt │ │ │ ├── test_data_8837.txt │ │ │ ├── test_data_8838.txt │ │ │ ├── test_data_8839.txt │ │ │ ├── test_data_8840.txt │ │ │ ├── test_data_8841.txt │ │ │ ├── test_data_8842.txt │ │ │ ├── test_data_8843.txt │ │ │ ├── test_data_8844.txt │ │ │ ├── test_data_8845.txt │ │ │ ├── test_data_8846.txt │ │ │ ├── test_data_8847.txt │ │ │ ├── test_data_8848.txt │ │ │ ├── test_data_8849.txt │ │ │ ├── test_data_8850.txt │ │ │ ├── test_data_8851.txt │ │ │ ├── test_data_8852.txt │ │ │ ├── test_data_8853.txt │ │ │ ├── test_data_8854.txt │ │ │ ├── test_data_8855.txt │ │ │ ├── test_data_8856.txt │ │ │ ├── test_data_8857.txt │ │ │ ├── test_data_8858.txt │ │ │ ├── test_data_8859.txt │ │ │ ├── test_data_8860.txt │ │ │ ├── test_data_8861.txt │ │ │ ├── test_data_8862.txt │ │ │ ├── test_data_8863.txt │ │ │ ├── test_data_8864.txt │ │ │ ├── test_data_8865.txt │ │ │ ├── test_data_8866.txt │ │ │ ├── test_data_8867.txt │ │ │ ├── test_data_8868.txt │ │ │ ├── test_data_8869.txt │ │ │ ├── test_data_8870.txt │ │ │ ├── test_data_8871.txt │ │ │ ├── test_data_8872.txt │ │ │ ├── test_data_8873.txt │ │ │ ├── test_data_8874.txt │ │ │ ├── test_data_8875.txt │ │ │ ├── test_data_8876.txt │ │ │ ├── test_data_8877.txt │ │ │ ├── test_data_8878.txt │ │ │ ├── test_data_8879.txt │ │ │ ├── test_data_8880.txt │ │ │ ├── test_data_8881.txt │ │ │ ├── test_data_8882.txt │ │ │ ├── test_data_8883.txt │ │ │ ├── test_data_8884.txt │ │ │ ├── test_data_8885.txt │ │ │ ├── test_data_8886.txt │ │ │ ├── test_data_8887.txt │ │ │ ├── test_data_8888.txt │ │ │ ├── test_data_8889.txt │ │ │ ├── test_data_8890.txt │ │ │ ├── test_data_8891.txt │ │ │ ├── test_data_8892.txt │ │ │ ├── test_data_8893.txt │ │ │ ├── test_data_8894.txt │ │ │ ├── test_data_8895.txt │ │ │ ├── test_data_8896.txt │ │ │ ├── test_data_8897.txt │ │ │ ├── test_data_8898.txt │ │ │ ├── test_data_8899.txt │ │ │ ├── test_data_8900.txt │ │ │ ├── test_data_8901.txt │ │ │ ├── test_data_8902.txt │ │ │ ├── test_data_8903.txt │ │ │ ├── test_data_8904.txt │ │ │ ├── test_data_8905.txt │ │ │ ├── test_data_8906.txt │ │ │ ├── test_data_8907.txt │ │ │ ├── test_data_8908.txt │ │ │ ├── test_data_8909.txt │ │ │ ├── test_data_8910.txt │ │ │ ├── test_data_8911.txt │ │ │ ├── test_data_8912.txt │ │ │ ├── test_data_8913.txt │ │ │ ├── test_data_8914.txt │ │ │ ├── test_data_8915.txt │ │ │ ├── test_data_8916.txt │ │ │ ├── test_data_8917.txt │ │ │ ├── test_data_8918.txt │ │ │ ├── test_data_8919.txt │ │ │ ├── test_data_8920.txt │ │ │ ├── test_data_8921.txt │ │ │ ├── test_data_8922.txt │ │ │ ├── test_data_8923.txt │ │ │ ├── test_data_8924.txt │ │ │ ├── test_data_8925.txt │ │ │ ├── test_data_8926.txt │ │ │ ├── test_data_8927.txt │ │ │ ├── test_data_8928.txt │ │ │ ├── test_data_8929.txt │ │ │ ├── test_data_8930.txt │ │ │ ├── test_data_8931.txt │ │ │ ├── test_data_8932.txt │ │ │ ├── test_data_8933.txt │ │ │ ├── test_data_8934.txt │ │ │ ├── test_data_8935.txt │ │ │ ├── test_data_8936.txt │ │ │ ├── test_data_8937.txt │ │ │ ├── test_data_8938.txt │ │ │ ├── test_data_8939.txt │ │ │ ├── test_data_8940.txt │ │ │ ├── test_data_8941.txt │ │ │ ├── test_data_8942.txt │ │ │ ├── test_data_8943.txt │ │ │ ├── test_data_8944.txt │ │ │ ├── test_data_8945.txt │ │ │ ├── test_data_8946.txt │ │ │ ├── test_data_8947.txt │ │ │ ├── test_data_8948.txt │ │ │ ├── test_data_8949.txt │ │ │ ├── test_data_8950.txt │ │ │ ├── test_data_8951.txt │ │ │ ├── test_data_8952.txt │ │ │ ├── test_data_8953.txt │ │ │ ├── test_data_8954.txt │ │ │ ├── test_data_8955.txt │ │ │ ├── test_data_8956.txt │ │ │ ├── test_data_8957.txt │ │ │ ├── test_data_8958.txt │ │ │ ├── test_data_8959.txt │ │ │ ├── test_data_8960.txt │ │ │ ├── test_data_8961.txt │ │ │ ├── test_data_8962.txt │ │ │ ├── test_data_8963.txt │ │ │ ├── test_data_8964.txt │ │ │ ├── test_data_8965.txt │ │ │ ├── test_data_8966.txt │ │ │ ├── test_data_8967.txt │ │ │ ├── test_data_8968.txt │ │ │ ├── test_data_8969.txt │ │ │ ├── test_data_8970.txt │ │ │ ├── test_data_8971.txt │ │ │ ├── test_data_8972.txt │ │ │ ├── test_data_8973.txt │ │ │ ├── test_data_8974.txt │ │ │ ├── test_data_8975.txt │ │ │ ├── test_data_8976.txt │ │ │ ├── test_data_8977.txt │ │ │ ├── test_data_8978.txt │ │ │ ├── test_data_8979.txt │ │ │ ├── test_data_8980.txt │ │ │ ├── test_data_8981.txt │ │ │ ├── test_data_8982.txt │ │ │ ├── test_data_8983.txt │ │ │ ├── test_data_8984.txt │ │ │ ├── test_data_8985.txt │ │ │ ├── test_data_8986.txt │ │ │ ├── test_data_8987.txt │ │ │ ├── test_data_8988.txt │ │ │ ├── test_data_8989.txt │ │ │ ├── test_data_8990.txt │ │ │ ├── test_data_8991.txt │ │ │ ├── test_data_8992.txt │ │ │ ├── test_data_8993.txt │ │ │ ├── test_data_8994.txt │ │ │ ├── test_data_8995.txt │ │ │ ├── test_data_8996.txt │ │ │ ├── test_data_8997.txt │ │ │ ├── test_data_8998.txt │ │ │ ├── test_data_8999.txt │ │ │ ├── test_data_9000.txt │ │ │ ├── test_data_9001.txt │ │ │ ├── test_data_9002.txt │ │ │ ├── test_data_9003.txt │ │ │ ├── test_data_9004.txt │ │ │ ├── test_data_9005.txt │ │ │ ├── test_data_9006.txt │ │ │ ├── test_data_9007.txt │ │ │ ├── test_data_9008.txt │ │ │ ├── test_data_9009.txt │ │ │ ├── test_data_9010.txt │ │ │ ├── test_data_9011.txt │ │ │ ├── test_data_9012.txt │ │ │ ├── test_data_9013.txt │ │ │ ├── test_data_9014.txt │ │ │ ├── test_data_9015.txt │ │ │ ├── test_data_9016.txt │ │ │ ├── test_data_9017.txt │ │ │ ├── test_data_9018.txt │ │ │ ├── test_data_9019.txt │ │ │ ├── test_data_9020.txt │ │ │ ├── test_data_9021.txt │ │ │ ├── test_data_9022.txt │ │ │ ├── test_data_9023.txt │ │ │ ├── test_data_9024.txt │ │ │ ├── test_data_9025.txt │ │ │ ├── test_data_9026.txt │ │ │ ├── test_data_9027.txt │ │ │ ├── test_data_9028.txt │ │ │ ├── test_data_9029.txt │ │ │ ├── test_data_9030.txt │ │ │ ├── test_data_9031.txt │ │ │ ├── test_data_9032.txt │ │ │ ├── test_data_9033.txt │ │ │ ├── test_data_9034.txt │ │ │ ├── test_data_9035.txt │ │ │ ├── test_data_9036.txt │ │ │ ├── test_data_9037.txt │ │ │ ├── test_data_9038.txt │ │ │ ├── test_data_9039.txt │ │ │ ├── test_data_9040.txt │ │ │ ├── test_data_9041.txt │ │ │ ├── test_data_9042.txt │ │ │ ├── test_data_9043.txt │ │ │ ├── test_data_9044.txt │ │ │ ├── test_data_9045.txt │ │ │ ├── test_data_9046.txt │ │ │ ├── test_data_9047.txt │ │ │ ├── test_data_9048.txt │ │ │ ├── test_data_9049.txt │ │ │ ├── test_data_9050.txt │ │ │ ├── test_data_9051.txt │ │ │ ├── test_data_9052.txt │ │ │ ├── test_data_9053.txt │ │ │ ├── test_data_9054.txt │ │ │ ├── test_data_9055.txt │ │ │ ├── test_data_9056.txt │ │ │ ├── test_data_9057.txt │ │ │ ├── test_data_9058.txt │ │ │ ├── test_data_9059.txt │ │ │ ├── test_data_9060.txt │ │ │ ├── test_data_9061.txt │ │ │ ├── test_data_9062.txt │ │ │ ├── test_data_9063.txt │ │ │ ├── test_data_9064.txt │ │ │ ├── test_data_9065.txt │ │ │ ├── test_data_9066.txt │ │ │ ├── test_data_9067.txt │ │ │ ├── test_data_9068.txt │ │ │ ├── test_data_9069.txt │ │ │ ├── test_data_9070.txt │ │ │ ├── test_data_9071.txt │ │ │ ├── test_data_9072.txt │ │ │ ├── test_data_9073.txt │ │ │ ├── test_data_9074.txt │ │ │ ├── test_data_9075.txt │ │ │ ├── test_data_9076.txt │ │ │ ├── test_data_9077.txt │ │ │ ├── test_data_9078.txt │ │ │ ├── test_data_9079.txt │ │ │ ├── test_data_9080.txt │ │ │ ├── test_data_9081.txt │ │ │ ├── test_data_9082.txt │ │ │ ├── test_data_9083.txt │ │ │ ├── test_data_9084.txt │ │ │ ├── test_data_9085.txt │ │ │ ├── test_data_9086.txt │ │ │ ├── test_data_9087.txt │ │ │ ├── test_data_9088.txt │ │ │ ├── test_data_9089.txt │ │ │ ├── test_data_9090.txt │ │ │ ├── test_data_9091.txt │ │ │ ├── test_data_9092.txt │ │ │ ├── test_data_9093.txt │ │ │ ├── test_data_9094.txt │ │ │ ├── test_data_9095.txt │ │ │ ├── test_data_9096.txt │ │ │ ├── test_data_9097.txt │ │ │ ├── test_data_9098.txt │ │ │ ├── test_data_9099.txt │ │ │ ├── test_data_9100.txt │ │ │ ├── test_data_9101.txt │ │ │ ├── test_data_9102.txt │ │ │ ├── test_data_9103.txt │ │ │ ├── test_data_9104.txt │ │ │ ├── test_data_9105.txt │ │ │ ├── test_data_9106.txt │ │ │ ├── test_data_9107.txt │ │ │ ├── test_data_9108.txt │ │ │ ├── test_data_9109.txt │ │ │ ├── test_data_9110.txt │ │ │ ├── test_data_9111.txt │ │ │ ├── test_data_9112.txt │ │ │ ├── test_data_9113.txt │ │ │ ├── test_data_9114.txt │ │ │ ├── test_data_9115.txt │ │ │ ├── test_data_9116.txt │ │ │ ├── test_data_9117.txt │ │ │ ├── test_data_9118.txt │ │ │ ├── test_data_9119.txt │ │ │ ├── test_data_9120.txt │ │ │ ├── test_data_9121.txt │ │ │ ├── test_data_9122.txt │ │ │ ├── test_data_9123.txt │ │ │ ├── test_data_9124.txt │ │ │ ├── test_data_9125.txt │ │ │ ├── test_data_9126.txt │ │ │ ├── test_data_9127.txt │ │ │ ├── test_data_9128.txt │ │ │ ├── test_data_9129.txt │ │ │ ├── test_data_9130.txt │ │ │ ├── test_data_9131.txt │ │ │ ├── test_data_9132.txt │ │ │ ├── test_data_9133.txt │ │ │ ├── test_data_9134.txt │ │ │ ├── test_data_9135.txt │ │ │ ├── test_data_9136.txt │ │ │ ├── test_data_9137.txt │ │ │ ├── test_data_9138.txt │ │ │ ├── test_data_9139.txt │ │ │ ├── test_data_9140.txt │ │ │ ├── test_data_9141.txt │ │ │ ├── test_data_9142.txt │ │ │ ├── test_data_9143.txt │ │ │ ├── test_data_9144.txt │ │ │ ├── test_data_9145.txt │ │ │ ├── test_data_9146.txt │ │ │ ├── test_data_9147.txt │ │ │ ├── test_data_9148.txt │ │ │ ├── test_data_9149.txt │ │ │ ├── test_data_9150.txt │ │ │ ├── test_data_9151.txt │ │ │ ├── test_data_9152.txt │ │ │ ├── test_data_9153.txt │ │ │ ├── test_data_9154.txt │ │ │ ├── test_data_9155.txt │ │ │ ├── test_data_9156.txt │ │ │ ├── test_data_9157.txt │ │ │ ├── test_data_9158.txt │ │ │ ├── test_data_9159.txt │ │ │ ├── test_data_9160.txt │ │ │ ├── test_data_9161.txt │ │ │ ├── test_data_9162.txt │ │ │ ├── test_data_9163.txt │ │ │ ├── test_data_9164.txt │ │ │ ├── test_data_9165.txt │ │ │ ├── test_data_9166.txt │ │ │ ├── test_data_9167.txt │ │ │ ├── test_data_9168.txt │ │ │ ├── test_data_9169.txt │ │ │ ├── test_data_9170.txt │ │ │ ├── test_data_9171.txt │ │ │ ├── test_data_9172.txt │ │ │ ├── test_data_9173.txt │ │ │ ├── test_data_9174.txt │ │ │ ├── test_data_9175.txt │ │ │ ├── test_data_9176.txt │ │ │ ├── test_data_9177.txt │ │ │ ├── test_data_9178.txt │ │ │ ├── test_data_9179.txt │ │ │ ├── test_data_9180.txt │ │ │ ├── test_data_9181.txt │ │ │ ├── test_data_9182.txt │ │ │ ├── test_data_9183.txt │ │ │ ├── test_data_9184.txt │ │ │ ├── test_data_9185.txt │ │ │ ├── test_data_9186.txt │ │ │ ├── test_data_9187.txt │ │ │ ├── test_data_9188.txt │ │ │ ├── test_data_9189.txt │ │ │ ├── test_data_9190.txt │ │ │ ├── test_data_9191.txt │ │ │ ├── test_data_9192.txt │ │ │ ├── test_data_9193.txt │ │ │ ├── test_data_9194.txt │ │ │ ├── test_data_9195.txt │ │ │ ├── test_data_9196.txt │ │ │ ├── test_data_9197.txt │ │ │ ├── test_data_9198.txt │ │ │ ├── test_data_9199.txt │ │ │ ├── test_data_9200.txt │ │ │ ├── test_data_9201.txt │ │ │ ├── test_data_9202.txt │ │ │ ├── test_data_9203.txt │ │ │ ├── test_data_9204.txt │ │ │ ├── test_data_9205.txt │ │ │ ├── test_data_9206.txt │ │ │ ├── test_data_9207.txt │ │ │ ├── test_data_9208.txt │ │ │ ├── test_data_9209.txt │ │ │ ├── test_data_9210.txt │ │ │ ├── test_data_9211.txt │ │ │ ├── test_data_9212.txt │ │ │ ├── test_data_9213.txt │ │ │ ├── test_data_9214.txt │ │ │ ├── test_data_9215.txt │ │ │ ├── test_data_9216.txt │ │ │ ├── test_data_9217.txt │ │ │ ├── test_data_9218.txt │ │ │ ├── test_data_9219.txt │ │ │ ├── test_data_9220.txt │ │ │ ├── test_data_9221.txt │ │ │ ├── test_data_9222.txt │ │ │ ├── test_data_9223.txt │ │ │ ├── test_data_9224.txt │ │ │ ├── test_data_9225.txt │ │ │ ├── test_data_9226.txt │ │ │ ├── test_data_9227.txt │ │ │ ├── test_data_9228.txt │ │ │ ├── test_data_9229.txt │ │ │ ├── test_data_9230.txt │ │ │ ├── test_data_9231.txt │ │ │ ├── test_data_9232.txt │ │ │ ├── test_data_9233.txt │ │ │ ├── test_data_9234.txt │ │ │ ├── test_data_9235.txt │ │ │ ├── test_data_9236.txt │ │ │ ├── test_data_9237.txt │ │ │ ├── test_data_9238.txt │ │ │ ├── test_data_9239.txt │ │ │ ├── test_data_9240.txt │ │ │ ├── test_data_9241.txt │ │ │ ├── test_data_9242.txt │ │ │ ├── test_data_9243.txt │ │ │ ├── test_data_9244.txt │ │ │ ├── test_data_9245.txt │ │ │ ├── test_data_9246.txt │ │ │ ├── test_data_9247.txt │ │ │ ├── test_data_9248.txt │ │ │ ├── test_data_9249.txt │ │ │ ├── test_data_9250.txt │ │ │ ├── test_data_9251.txt │ │ │ ├── test_data_9252.txt │ │ │ ├── test_data_9253.txt │ │ │ ├── test_data_9254.txt │ │ │ ├── test_data_9255.txt │ │ │ ├── test_data_9256.txt │ │ │ ├── test_data_9257.txt │ │ │ ├── test_data_9258.txt │ │ │ ├── test_data_9259.txt │ │ │ ├── test_data_9260.txt │ │ │ ├── test_data_9261.txt │ │ │ ├── test_data_9262.txt │ │ │ ├── test_data_9263.txt │ │ │ ├── test_data_9264.txt │ │ │ ├── test_data_9265.txt │ │ │ ├── test_data_9266.txt │ │ │ ├── test_data_9267.txt │ │ │ ├── test_data_9268.txt │ │ │ ├── test_data_9269.txt │ │ │ ├── test_data_9270.txt │ │ │ ├── test_data_9271.txt │ │ │ ├── test_data_9272.txt │ │ │ ├── test_data_9273.txt │ │ │ ├── test_data_9274.txt │ │ │ ├── test_data_9275.txt │ │ │ ├── test_data_9276.txt │ │ │ ├── test_data_9277.txt │ │ │ ├── test_data_9278.txt │ │ │ ├── test_data_9279.txt │ │ │ ├── test_data_9280.txt │ │ │ ├── test_data_9281.txt │ │ │ ├── test_data_9282.txt │ │ │ ├── test_data_9283.txt │ │ │ ├── test_data_9284.txt │ │ │ ├── test_data_9285.txt │ │ │ ├── test_data_9286.txt │ │ │ ├── test_data_9287.txt │ │ │ ├── test_data_9288.txt │ │ │ ├── test_data_9289.txt │ │ │ ├── test_data_9290.txt │ │ │ ├── test_data_9291.txt │ │ │ ├── test_data_9292.txt │ │ │ ├── test_data_9293.txt │ │ │ ├── test_data_9294.txt │ │ │ ├── test_data_9295.txt │ │ │ ├── test_data_9296.txt │ │ │ ├── test_data_9297.txt │ │ │ ├── test_data_9298.txt │ │ │ ├── test_data_9299.txt │ │ │ ├── test_data_9300.txt │ │ │ ├── test_data_9301.txt │ │ │ ├── test_data_9302.txt │ │ │ ├── test_data_9303.txt │ │ │ ├── test_data_9304.txt │ │ │ ├── test_data_9305.txt │ │ │ ├── test_data_9306.txt │ │ │ ├── test_data_9307.txt │ │ │ ├── test_data_9308.txt │ │ │ ├── test_data_9309.txt │ │ │ ├── test_data_9310.txt │ │ │ ├── test_data_9311.txt │ │ │ ├── test_data_9312.txt │ │ │ ├── test_data_9313.txt │ │ │ ├── test_data_9314.txt │ │ │ ├── test_data_9315.txt │ │ │ ├── test_data_9316.txt │ │ │ ├── test_data_9317.txt │ │ │ ├── test_data_9318.txt │ │ │ ├── test_data_9319.txt │ │ │ ├── test_data_9320.txt │ │ │ ├── test_data_9321.txt │ │ │ ├── test_data_9322.txt │ │ │ ├── test_data_9323.txt │ │ │ ├── test_data_9324.txt │ │ │ ├── test_data_9325.txt │ │ │ ├── test_data_9326.txt │ │ │ ├── test_data_9327.txt │ │ │ ├── test_data_9328.txt │ │ │ ├── test_data_9329.txt │ │ │ ├── test_data_9330.txt │ │ │ ├── test_data_9331.txt │ │ │ ├── test_data_9332.txt │ │ │ ├── test_data_9333.txt │ │ │ ├── test_data_9334.txt │ │ │ ├── test_data_9335.txt │ │ │ ├── test_data_9336.txt │ │ │ ├── test_data_9337.txt │ │ │ ├── test_data_9338.txt │ │ │ ├── test_data_9339.txt │ │ │ ├── test_data_9340.txt │ │ │ ├── test_data_9341.txt │ │ │ ├── test_data_9342.txt │ │ │ ├── test_data_9343.txt │ │ │ ├── test_data_9344.txt │ │ │ ├── test_data_9345.txt │ │ │ ├── test_data_9346.txt │ │ │ ├── test_data_9347.txt │ │ │ ├── test_data_9348.txt │ │ │ ├── test_data_9349.txt │ │ │ ├── test_data_9350.txt │ │ │ ├── test_data_9351.txt │ │ │ ├── test_data_9352.txt │ │ │ ├── test_data_9353.txt │ │ │ ├── test_data_9354.txt │ │ │ ├── test_data_9355.txt │ │ │ ├── test_data_9356.txt │ │ │ ├── test_data_9357.txt │ │ │ ├── test_data_9358.txt │ │ │ ├── test_data_9359.txt │ │ │ ├── test_data_9360.txt │ │ │ ├── test_data_9361.txt │ │ │ ├── test_data_9362.txt │ │ │ ├── test_data_9363.txt │ │ │ ├── test_data_9364.txt │ │ │ ├── test_data_9365.txt │ │ │ ├── test_data_9366.txt │ │ │ ├── test_data_9367.txt │ │ │ ├── test_data_9368.txt │ │ │ ├── test_data_9369.txt │ │ │ ├── test_data_9370.txt │ │ │ ├── test_data_9371.txt │ │ │ ├── test_data_9372.txt │ │ │ ├── test_data_9373.txt │ │ │ ├── test_data_9374.txt │ │ │ ├── test_data_9375.txt │ │ │ ├── test_data_9376.txt │ │ │ ├── test_data_9377.txt │ │ │ ├── test_data_9378.txt │ │ │ ├── test_data_9379.txt │ │ │ ├── test_data_9380.txt │ │ │ ├── test_data_9381.txt │ │ │ ├── test_data_9382.txt │ │ │ ├── test_data_9383.txt │ │ │ ├── test_data_9384.txt │ │ │ ├── test_data_9385.txt │ │ │ ├── test_data_9386.txt │ │ │ ├── test_data_9387.txt │ │ │ ├── test_data_9388.txt │ │ │ ├── test_data_9389.txt │ │ │ ├── test_data_9390.txt │ │ │ ├── test_data_9391.txt │ │ │ ├── test_data_9392.txt │ │ │ ├── test_data_9393.txt │ │ │ ├── test_data_9394.txt │ │ │ ├── test_data_9395.txt │ │ │ ├── test_data_9396.txt │ │ │ ├── test_data_9397.txt │ │ │ ├── test_data_9398.txt │ │ │ ├── test_data_9399.txt │ │ │ ├── test_data_9400.txt │ │ │ ├── test_data_9401.txt │ │ │ ├── test_data_9402.txt │ │ │ ├── test_data_9403.txt │ │ │ ├── test_data_9404.txt │ │ │ ├── test_data_9405.txt │ │ │ ├── test_data_9406.txt │ │ │ ├── test_data_9407.txt │ │ │ ├── test_data_9408.txt │ │ │ ├── test_data_9409.txt │ │ │ ├── test_data_9410.txt │ │ │ ├── test_data_9411.txt │ │ │ ├── test_data_9412.txt │ │ │ ├── test_data_9413.txt │ │ │ ├── test_data_9414.txt │ │ │ ├── test_data_9415.txt │ │ │ ├── test_data_9416.txt │ │ │ ├── test_data_9417.txt │ │ │ ├── test_data_9418.txt │ │ │ ├── test_data_9419.txt │ │ │ ├── test_data_9420.txt │ │ │ ├── test_data_9421.txt │ │ │ ├── test_data_9422.txt │ │ │ ├── test_data_9423.txt │ │ │ ├── test_data_9424.txt │ │ │ ├── test_data_9425.txt │ │ │ ├── test_data_9426.txt │ │ │ ├── test_data_9427.txt │ │ │ ├── test_data_9428.txt │ │ │ ├── test_data_9429.txt │ │ │ ├── test_data_9430.txt │ │ │ ├── test_data_9431.txt │ │ │ ├── test_data_9432.txt │ │ │ ├── test_data_9433.txt │ │ │ ├── test_data_9434.txt │ │ │ ├── test_data_9435.txt │ │ │ ├── test_data_9436.txt │ │ │ ├── test_data_9437.txt │ │ │ ├── test_data_9438.txt │ │ │ ├── test_data_9439.txt │ │ │ ├── test_data_9440.txt │ │ │ ├── test_data_9441.txt │ │ │ ├── test_data_9442.txt │ │ │ ├── test_data_9443.txt │ │ │ ├── test_data_9444.txt │ │ │ ├── test_data_9445.txt │ │ │ ├── test_data_9446.txt │ │ │ ├── test_data_9447.txt │ │ │ ├── test_data_9448.txt │ │ │ ├── test_data_9449.txt │ │ │ ├── test_data_9450.txt │ │ │ ├── test_data_9451.txt │ │ │ ├── test_data_9452.txt │ │ │ ├── test_data_9453.txt │ │ │ ├── test_data_9454.txt │ │ │ ├── test_data_9455.txt │ │ │ ├── test_data_9456.txt │ │ │ ├── test_data_9457.txt │ │ │ ├── test_data_9458.txt │ │ │ ├── test_data_9459.txt │ │ │ ├── test_data_9460.txt │ │ │ ├── test_data_9461.txt │ │ │ ├── test_data_9462.txt │ │ │ ├── test_data_9463.txt │ │ │ ├── test_data_9464.txt │ │ │ ├── test_data_9465.txt │ │ │ ├── test_data_9466.txt │ │ │ ├── test_data_9467.txt │ │ │ ├── test_data_9468.txt │ │ │ ├── test_data_9469.txt │ │ │ ├── test_data_9470.txt │ │ │ ├── test_data_9471.txt │ │ │ ├── test_data_9472.txt │ │ │ ├── test_data_9473.txt │ │ │ ├── test_data_9474.txt │ │ │ ├── test_data_9475.txt │ │ │ ├── test_data_9476.txt │ │ │ ├── test_data_9477.txt │ │ │ ├── test_data_9478.txt │ │ │ ├── test_data_9479.txt │ │ │ ├── test_data_9480.txt │ │ │ ├── test_data_9481.txt │ │ │ ├── test_data_9482.txt │ │ │ ├── test_data_9483.txt │ │ │ ├── test_data_9484.txt │ │ │ ├── test_data_9485.txt │ │ │ ├── test_data_9486.txt │ │ │ ├── test_data_9487.txt │ │ │ ├── test_data_9488.txt │ │ │ ├── test_data_9489.txt │ │ │ ├── test_data_9490.txt │ │ │ ├── test_data_9491.txt │ │ │ ├── test_data_9492.txt │ │ │ ├── test_data_9493.txt │ │ │ ├── test_data_9494.txt │ │ │ ├── test_data_9495.txt │ │ │ ├── test_data_9496.txt │ │ │ ├── test_data_9497.txt │ │ │ ├── test_data_9498.txt │ │ │ ├── test_data_9499.txt │ │ │ ├── test_data_9500.txt │ │ │ ├── test_data_9501.txt │ │ │ ├── test_data_9502.txt │ │ │ ├── test_data_9503.txt │ │ │ ├── test_data_9504.txt │ │ │ ├── test_data_9505.txt │ │ │ ├── test_data_9506.txt │ │ │ ├── test_data_9507.txt │ │ │ ├── test_data_9508.txt │ │ │ ├── test_data_9509.txt │ │ │ ├── test_data_9510.txt │ │ │ ├── test_data_9511.txt │ │ │ ├── test_data_9512.txt │ │ │ ├── test_data_9513.txt │ │ │ ├── test_data_9514.txt │ │ │ ├── test_data_9515.txt │ │ │ ├── test_data_9516.txt │ │ │ ├── test_data_9517.txt │ │ │ ├── test_data_9518.txt │ │ │ ├── test_data_9519.txt │ │ │ ├── test_data_9520.txt │ │ │ ├── test_data_9521.txt │ │ │ ├── test_data_9522.txt │ │ │ ├── test_data_9523.txt │ │ │ ├── test_data_9524.txt │ │ │ ├── test_data_9525.txt │ │ │ ├── test_data_9526.txt │ │ │ ├── test_data_9527.txt │ │ │ ├── test_data_9528.txt │ │ │ ├── test_data_9529.txt │ │ │ ├── test_data_9530.txt │ │ │ ├── test_data_9531.txt │ │ │ ├── test_data_9532.txt │ │ │ ├── test_data_9533.txt │ │ │ ├── test_data_9534.txt │ │ │ ├── test_data_9535.txt │ │ │ ├── test_data_9536.txt │ │ │ ├── test_data_9537.txt │ │ │ ├── test_data_9538.txt │ │ │ ├── test_data_9539.txt │ │ │ ├── test_data_9540.txt │ │ │ ├── test_data_9541.txt │ │ │ ├── test_data_9542.txt │ │ │ ├── test_data_9543.txt │ │ │ ├── test_data_9544.txt │ │ │ ├── test_data_9545.txt │ │ │ ├── test_data_9546.txt │ │ │ ├── test_data_9547.txt │ │ │ ├── test_data_9548.txt │ │ │ ├── test_data_9549.txt │ │ │ ├── test_data_9550.txt │ │ │ ├── test_data_9551.txt │ │ │ ├── test_data_9552.txt │ │ │ ├── test_data_9553.txt │ │ │ ├── test_data_9554.txt │ │ │ ├── test_data_9555.txt │ │ │ ├── test_data_9556.txt │ │ │ ├── test_data_9557.txt │ │ │ ├── test_data_9558.txt │ │ │ ├── test_data_9559.txt │ │ │ ├── test_data_9560.txt │ │ │ ├── test_data_9561.txt │ │ │ ├── test_data_9562.txt │ │ │ ├── test_data_9563.txt │ │ │ ├── test_data_9564.txt │ │ │ ├── test_data_9565.txt │ │ │ ├── test_data_9566.txt │ │ │ ├── test_data_9567.txt │ │ │ ├── test_data_9568.txt │ │ │ ├── test_data_9569.txt │ │ │ ├── test_data_9570.txt │ │ │ ├── test_data_9571.txt │ │ │ ├── test_data_9572.txt │ │ │ ├── test_data_9573.txt │ │ │ ├── test_data_9574.txt │ │ │ ├── test_data_9575.txt │ │ │ ├── test_data_9576.txt │ │ │ ├── test_data_9577.txt │ │ │ ├── test_data_9578.txt │ │ │ ├── test_data_9579.txt │ │ │ ├── test_data_9580.txt │ │ │ ├── test_data_9581.txt │ │ │ ├── test_data_9582.txt │ │ │ ├── test_data_9583.txt │ │ │ ├── test_data_9584.txt │ │ │ ├── test_data_9585.txt │ │ │ ├── test_data_9586.txt │ │ │ ├── test_data_9587.txt │ │ │ ├── test_data_9588.txt │ │ │ ├── test_data_9589.txt │ │ │ ├── test_data_9590.txt │ │ │ ├── test_data_9591.txt │ │ │ ├── test_data_9592.txt │ │ │ ├── test_data_9593.txt │ │ │ ├── test_data_9594.txt │ │ │ ├── test_data_9595.txt │ │ │ ├── test_data_9596.txt │ │ │ ├── test_data_9597.txt │ │ │ ├── test_data_9598.txt │ │ │ ├── test_data_9599.txt │ │ │ ├── test_data_9600.txt │ │ │ ├── test_data_9601.txt │ │ │ ├── test_data_9602.txt │ │ │ ├── test_data_9603.txt │ │ │ ├── test_data_9604.txt │ │ │ ├── test_data_9605.txt │ │ │ ├── test_data_9606.txt │ │ │ ├── test_data_9607.txt │ │ │ ├── test_data_9608.txt │ │ │ ├── test_data_9609.txt │ │ │ ├── test_data_9610.txt │ │ │ ├── test_data_9611.txt │ │ │ ├── test_data_9612.txt │ │ │ ├── test_data_9613.txt │ │ │ ├── test_data_9614.txt │ │ │ ├── test_data_9615.txt │ │ │ ├── test_data_9616.txt │ │ │ ├── test_data_9617.txt │ │ │ ├── test_data_9618.txt │ │ │ ├── test_data_9619.txt │ │ │ ├── test_data_9620.txt │ │ │ ├── test_data_9621.txt │ │ │ ├── test_data_9622.txt │ │ │ ├── test_data_9623.txt │ │ │ ├── test_data_9624.txt │ │ │ ├── test_data_9625.txt │ │ │ ├── test_data_9626.txt │ │ │ ├── test_data_9627.txt │ │ │ ├── test_data_9628.txt │ │ │ ├── test_data_9629.txt │ │ │ ├── test_data_9630.txt │ │ │ ├── test_data_9631.txt │ │ │ ├── test_data_9632.txt │ │ │ ├── test_data_9633.txt │ │ │ ├── test_data_9634.txt │ │ │ ├── test_data_9635.txt │ │ │ ├── test_data_9636.txt │ │ │ ├── test_data_9637.txt │ │ │ ├── test_data_9638.txt │ │ │ ├── test_data_9639.txt │ │ │ ├── test_data_9640.txt │ │ │ ├── test_data_9641.txt │ │ │ ├── test_data_9642.txt │ │ │ ├── test_data_9643.txt │ │ │ ├── test_data_9644.txt │ │ │ ├── test_data_9645.txt │ │ │ ├── test_data_9646.txt │ │ │ ├── test_data_9647.txt │ │ │ ├── test_data_9648.txt │ │ │ ├── test_data_9649.txt │ │ │ ├── test_data_9650.txt │ │ │ ├── test_data_9651.txt │ │ │ ├── test_data_9652.txt │ │ │ ├── test_data_9653.txt │ │ │ ├── test_data_9654.txt │ │ │ ├── test_data_9655.txt │ │ │ ├── test_data_9656.txt │ │ │ ├── test_data_9657.txt │ │ │ ├── test_data_9658.txt │ │ │ ├── test_data_9659.txt │ │ │ ├── test_data_9660.txt │ │ │ ├── test_data_9661.txt │ │ │ ├── test_data_9662.txt │ │ │ ├── test_data_9663.txt │ │ │ ├── test_data_9664.txt │ │ │ ├── test_data_9665.txt │ │ │ ├── test_data_9666.txt │ │ │ ├── test_data_9667.txt │ │ │ ├── test_data_9668.txt │ │ │ ├── test_data_9669.txt │ │ │ ├── test_data_9670.txt │ │ │ ├── test_data_9671.txt │ │ │ ├── test_data_9672.txt │ │ │ ├── test_data_9673.txt │ │ │ ├── test_data_9674.txt │ │ │ ├── test_data_9675.txt │ │ │ ├── test_data_9676.txt │ │ │ ├── test_data_9677.txt │ │ │ ├── test_data_9678.txt │ │ │ ├── test_data_9679.txt │ │ │ ├── test_data_9680.txt │ │ │ ├── test_data_9681.txt │ │ │ ├── test_data_9682.txt │ │ │ ├── test_data_9683.txt │ │ │ ├── test_data_9684.txt │ │ │ ├── test_data_9685.txt │ │ │ ├── test_data_9686.txt │ │ │ ├── test_data_9687.txt │ │ │ ├── test_data_9688.txt │ │ │ ├── test_data_9689.txt │ │ │ ├── test_data_9690.txt │ │ │ ├── test_data_9691.txt │ │ │ ├── test_data_9692.txt │ │ │ ├── test_data_9693.txt │ │ │ ├── test_data_9694.txt │ │ │ ├── test_data_9695.txt │ │ │ ├── test_data_9696.txt │ │ │ ├── test_data_9697.txt │ │ │ ├── test_data_9698.txt │ │ │ ├── test_data_9699.txt │ │ │ ├── test_data_9700.txt │ │ │ ├── test_data_9701.txt │ │ │ ├── test_data_9702.txt │ │ │ ├── test_data_9703.txt │ │ │ ├── test_data_9704.txt │ │ │ ├── test_data_9705.txt │ │ │ ├── test_data_9706.txt │ │ │ ├── test_data_9707.txt │ │ │ ├── test_data_9708.txt │ │ │ ├── test_data_9709.txt │ │ │ ├── test_data_9710.txt │ │ │ ├── test_data_9711.txt │ │ │ ├── test_data_9712.txt │ │ │ ├── test_data_9713.txt │ │ │ ├── test_data_9714.txt │ │ │ ├── test_data_9715.txt │ │ │ ├── test_data_9716.txt │ │ │ ├── test_data_9717.txt │ │ │ ├── test_data_9718.txt │ │ │ ├── test_data_9719.txt │ │ │ ├── test_data_9720.txt │ │ │ ├── test_data_9721.txt │ │ │ ├── test_data_9722.txt │ │ │ ├── test_data_9723.txt │ │ │ ├── test_data_9724.txt │ │ │ ├── test_data_9725.txt │ │ │ ├── test_data_9726.txt │ │ │ ├── test_data_9727.txt │ │ │ ├── test_data_9728.txt │ │ │ ├── test_data_9729.txt │ │ │ ├── test_data_9730.txt │ │ │ ├── test_data_9731.txt │ │ │ ├── test_data_9732.txt │ │ │ ├── test_data_9733.txt │ │ │ ├── test_data_9734.txt │ │ │ ├── test_data_9735.txt │ │ │ ├── test_data_9736.txt │ │ │ ├── test_data_9737.txt │ │ │ ├── test_data_9738.txt │ │ │ ├── test_data_9739.txt │ │ │ ├── test_data_9740.txt │ │ │ ├── test_data_9741.txt │ │ │ ├── test_data_9742.txt │ │ │ ├── test_data_9743.txt │ │ │ ├── test_data_9744.txt │ │ │ ├── test_data_9745.txt │ │ │ ├── test_data_9746.txt │ │ │ ├── test_data_9747.txt │ │ │ ├── test_data_9748.txt │ │ │ ├── test_data_9749.txt │ │ │ ├── test_data_9750.txt │ │ │ ├── test_data_9751.txt │ │ │ ├── test_data_9752.txt │ │ │ ├── test_data_9753.txt │ │ │ ├── test_data_9754.txt │ │ │ ├── test_data_9755.txt │ │ │ ├── test_data_9756.txt │ │ │ ├── test_data_9757.txt │ │ │ ├── test_data_9758.txt │ │ │ ├── test_data_9759.txt │ │ │ ├── test_data_9760.txt │ │ │ ├── test_data_9761.txt │ │ │ ├── test_data_9762.txt │ │ │ ├── test_data_9763.txt │ │ │ ├── test_data_9764.txt │ │ │ ├── test_data_9765.txt │ │ │ ├── test_data_9766.txt │ │ │ ├── test_data_9767.txt │ │ │ ├── test_data_9768.txt │ │ │ ├── test_data_9769.txt │ │ │ ├── test_data_9770.txt │ │ │ ├── test_data_9771.txt │ │ │ ├── test_data_9772.txt │ │ │ ├── test_data_9773.txt │ │ │ ├── test_data_9774.txt │ │ │ ├── test_data_9775.txt │ │ │ ├── test_data_9776.txt │ │ │ ├── test_data_9777.txt │ │ │ ├── test_data_9778.txt │ │ │ ├── test_data_9779.txt │ │ │ ├── test_data_9780.txt │ │ │ ├── test_data_9781.txt │ │ │ ├── test_data_9782.txt │ │ │ ├── test_data_9783.txt │ │ │ ├── test_data_9784.txt │ │ │ ├── test_data_9785.txt │ │ │ ├── test_data_9786.txt │ │ │ ├── test_data_9787.txt │ │ │ ├── test_data_9788.txt │ │ │ ├── test_data_9789.txt │ │ │ ├── test_data_9790.txt │ │ │ ├── test_data_9791.txt │ │ │ ├── test_data_9792.txt │ │ │ ├── test_data_9793.txt │ │ │ ├── test_data_9794.txt │ │ │ ├── test_data_9795.txt │ │ │ ├── test_data_9796.txt │ │ │ ├── test_data_9797.txt │ │ │ ├── test_data_9798.txt │ │ │ ├── test_data_9799.txt │ │ │ ├── test_data_9800.txt │ │ │ ├── test_data_9801.txt │ │ │ ├── test_data_9802.txt │ │ │ ├── test_data_9803.txt │ │ │ ├── test_data_9804.txt │ │ │ ├── test_data_9805.txt │ │ │ ├── test_data_9806.txt │ │ │ ├── test_data_9807.txt │ │ │ ├── test_data_9808.txt │ │ │ ├── test_data_9809.txt │ │ │ ├── test_data_9810.txt │ │ │ ├── test_data_9811.txt │ │ │ ├── test_data_9812.txt │ │ │ ├── test_data_9813.txt │ │ │ ├── test_data_9814.txt │ │ │ ├── test_data_9815.txt │ │ │ ├── test_data_9816.txt │ │ │ ├── test_data_9817.txt │ │ │ ├── test_data_9818.txt │ │ │ ├── test_data_9819.txt │ │ │ ├── test_data_9820.txt │ │ │ ├── test_data_9821.txt │ │ │ ├── test_data_9822.txt │ │ │ ├── test_data_9823.txt │ │ │ ├── test_data_9824.txt │ │ │ ├── test_data_9825.txt │ │ │ ├── test_data_9826.txt │ │ │ ├── test_data_9827.txt │ │ │ ├── test_data_9828.txt │ │ │ ├── test_data_9829.txt │ │ │ ├── test_data_9830.txt │ │ │ ├── test_data_9831.txt │ │ │ ├── test_data_9832.txt │ │ │ ├── test_data_9833.txt │ │ │ ├── test_data_9834.txt │ │ │ ├── test_data_9835.txt │ │ │ ├── test_data_9836.txt │ │ │ ├── test_data_9837.txt │ │ │ ├── test_data_9838.txt │ │ │ ├── test_data_9839.txt │ │ │ ├── test_data_9840.txt │ │ │ ├── test_data_9841.txt │ │ │ ├── test_data_9842.txt │ │ │ ├── test_data_9843.txt │ │ │ ├── test_data_9844.txt │ │ │ ├── test_data_9845.txt │ │ │ ├── test_data_9846.txt │ │ │ ├── test_data_9847.txt │ │ │ ├── test_data_9848.txt │ │ │ ├── test_data_9849.txt │ │ │ ├── test_data_9850.txt │ │ │ ├── test_data_9851.txt │ │ │ ├── test_data_9852.txt │ │ │ ├── test_data_9853.txt │ │ │ ├── test_data_9854.txt │ │ │ ├── test_data_9855.txt │ │ │ ├── test_data_9856.txt │ │ │ ├── test_data_9857.txt │ │ │ ├── test_data_9858.txt │ │ │ ├── test_data_9859.txt │ │ │ ├── test_data_9860.txt │ │ │ ├── test_data_9861.txt │ │ │ ├── test_data_9862.txt │ │ │ ├── test_data_9863.txt │ │ │ ├── test_data_9864.txt │ │ │ ├── test_data_9865.txt │ │ │ ├── test_data_9866.txt │ │ │ ├── test_data_9867.txt │ │ │ ├── test_data_9868.txt │ │ │ ├── test_data_9869.txt │ │ │ ├── test_data_9870.txt │ │ │ ├── test_data_9871.txt │ │ │ ├── test_data_9872.txt │ │ │ ├── test_data_9873.txt │ │ │ ├── test_data_9874.txt │ │ │ ├── test_data_9875.txt │ │ │ ├── test_data_9876.txt │ │ │ ├── test_data_9877.txt │ │ │ ├── test_data_9878.txt │ │ │ ├── test_data_9879.txt │ │ │ ├── test_data_9880.txt │ │ │ ├── test_data_9881.txt │ │ │ ├── test_data_9882.txt │ │ │ ├── test_data_9883.txt │ │ │ ├── test_data_9884.txt │ │ │ ├── test_data_9885.txt │ │ │ ├── test_data_9886.txt │ │ │ ├── test_data_9887.txt │ │ │ ├── test_data_9888.txt │ │ │ ├── test_data_9889.txt │ │ │ ├── test_data_9890.txt │ │ │ ├── test_data_9891.txt │ │ │ ├── test_data_9892.txt │ │ │ ├── test_data_9893.txt │ │ │ ├── test_data_9894.txt │ │ │ ├── test_data_9895.txt │ │ │ ├── test_data_9896.txt │ │ │ ├── test_data_9897.txt │ │ │ ├── test_data_9898.txt │ │ │ ├── test_data_9899.txt │ │ │ ├── test_data_9900.txt │ │ │ ├── test_data_9901.txt │ │ │ ├── test_data_9902.txt │ │ │ ├── test_data_9903.txt │ │ │ ├── test_data_9904.txt │ │ │ ├── test_data_9905.txt │ │ │ ├── test_data_9906.txt │ │ │ ├── test_data_9907.txt │ │ │ ├── test_data_9908.txt │ │ │ ├── test_data_9909.txt │ │ │ ├── test_data_9910.txt │ │ │ ├── test_data_9911.txt │ │ │ ├── test_data_9912.txt │ │ │ ├── test_data_9913.txt │ │ │ ├── test_data_9914.txt │ │ │ ├── test_data_9915.txt │ │ │ ├── test_data_9916.txt │ │ │ ├── test_data_9917.txt │ │ │ ├── test_data_9918.txt │ │ │ ├── test_data_9919.txt │ │ │ ├── test_data_9920.txt │ │ │ ├── test_data_9921.txt │ │ │ ├── test_data_9922.txt │ │ │ ├── test_data_9923.txt │ │ │ ├── test_data_9924.txt │ │ │ ├── test_data_9925.txt │ │ │ ├── test_data_9926.txt │ │ │ ├── test_data_9927.txt │ │ │ ├── test_data_9928.txt │ │ │ ├── test_data_9929.txt │ │ │ ├── test_data_9930.txt │ │ │ ├── test_data_9931.txt │ │ │ ├── test_data_9932.txt │ │ │ ├── test_data_9933.txt │ │ │ ├── test_data_9934.txt │ │ │ ├── test_data_9935.txt │ │ │ ├── test_data_9936.txt │ │ │ ├── test_data_9937.txt │ │ │ ├── test_data_9938.txt │ │ │ ├── test_data_9939.txt │ │ │ ├── test_data_9940.txt │ │ │ ├── test_data_9941.txt │ │ │ ├── test_data_9942.txt │ │ │ ├── test_data_9943.txt │ │ │ ├── test_data_9944.txt │ │ │ ├── test_data_9945.txt │ │ │ ├── test_data_9946.txt │ │ │ ├── test_data_9947.txt │ │ │ ├── test_data_9948.txt │ │ │ ├── test_data_9949.txt │ │ │ ├── test_data_9950.txt │ │ │ ├── test_data_9951.txt │ │ │ ├── test_data_9952.txt │ │ │ ├── test_data_9953.txt │ │ │ ├── test_data_9954.txt │ │ │ ├── test_data_9955.txt │ │ │ ├── test_data_9956.txt │ │ │ ├── test_data_9957.txt │ │ │ ├── test_data_9958.txt │ │ │ ├── test_data_9959.txt │ │ │ ├── test_data_9960.txt │ │ │ ├── test_data_9961.txt │ │ │ ├── test_data_9962.txt │ │ │ ├── test_data_9963.txt │ │ │ ├── test_data_9964.txt │ │ │ ├── test_data_9965.txt │ │ │ ├── test_data_9966.txt │ │ │ ├── test_data_9967.txt │ │ │ ├── test_data_9968.txt │ │ │ ├── test_data_9969.txt │ │ │ ├── test_data_9970.txt │ │ │ ├── test_data_9971.txt │ │ │ ├── test_data_9972.txt │ │ │ ├── test_data_9973.txt │ │ │ ├── test_data_9974.txt │ │ │ ├── test_data_9975.txt │ │ │ ├── test_data_9976.txt │ │ │ ├── test_data_9977.txt │ │ │ ├── test_data_9978.txt │ │ │ ├── test_data_9979.txt │ │ │ ├── test_data_9980.txt │ │ │ ├── test_data_9981.txt │ │ │ ├── test_data_9982.txt │ │ │ ├── test_data_9983.txt │ │ │ ├── test_data_9984.txt │ │ │ ├── test_data_9985.txt │ │ │ ├── test_data_9986.txt │ │ │ ├── test_data_9987.txt │ │ │ ├── test_data_9988.txt │ │ │ ├── test_data_9989.txt │ │ │ ├── test_data_9990.txt │ │ │ ├── test_data_9991.txt │ │ │ ├── test_data_9992.txt │ │ │ ├── test_data_9993.txt │ │ │ ├── test_data_9994.txt │ │ │ ├── test_data_9995.txt │ │ │ ├── test_data_9996.txt │ │ │ ├── test_data_9997.txt │ │ │ ├── test_data_9998.txt │ │ │ └── test_data_9999.txt │ └── myProject1.xpr ├── src │ └── fpga │ │ ├── component.xml │ │ ├── rtl │ │ ├── Layer_1.v │ │ ├── Layer_2.v │ │ ├── Layer_3.v │ │ ├── Layer_4.v │ │ ├── Sig_ROM.v │ │ ├── Weight_Memory.v │ │ ├── axi_lite_wrapper.v │ │ ├── b_1_0.mif │ │ ├── b_1_1.mif │ │ ├── b_1_10.mif │ │ ├── b_1_11.mif │ │ ├── b_1_12.mif │ │ ├── b_1_13.mif │ │ ├── b_1_14.mif │ │ ├── b_1_15.mif │ │ ├── b_1_16.mif │ │ ├── b_1_17.mif │ │ ├── b_1_18.mif │ │ ├── b_1_19.mif │ │ ├── b_1_2.mif │ │ ├── b_1_20.mif │ │ ├── b_1_21.mif │ │ ├── b_1_22.mif │ │ ├── b_1_23.mif │ │ ├── b_1_24.mif │ │ ├── b_1_25.mif │ │ ├── b_1_26.mif │ │ ├── b_1_27.mif │ │ ├── b_1_28.mif │ │ ├── b_1_29.mif │ │ ├── b_1_3.mif │ │ ├── b_1_4.mif │ │ ├── b_1_5.mif │ │ ├── b_1_6.mif │ │ ├── b_1_7.mif │ │ ├── b_1_8.mif │ │ ├── b_1_9.mif │ │ ├── b_2_0.mif │ │ ├── b_2_1.mif │ │ ├── b_2_10.mif │ │ ├── b_2_11.mif │ │ ├── b_2_12.mif │ │ ├── b_2_13.mif │ │ ├── b_2_14.mif │ │ ├── b_2_15.mif │ │ ├── b_2_16.mif │ │ ├── b_2_17.mif │ │ ├── b_2_18.mif │ │ ├── b_2_19.mif │ │ ├── b_2_2.mif │ │ ├── b_2_20.mif │ │ ├── b_2_21.mif │ │ ├── b_2_22.mif │ │ ├── b_2_23.mif │ │ ├── b_2_24.mif │ │ ├── b_2_25.mif │ │ ├── b_2_26.mif │ │ ├── b_2_27.mif │ │ ├── b_2_28.mif │ │ ├── b_2_29.mif │ │ ├── b_2_3.mif │ │ ├── b_2_4.mif │ │ ├── b_2_5.mif │ │ ├── b_2_6.mif │ │ ├── b_2_7.mif │ │ ├── b_2_8.mif │ │ ├── b_2_9.mif │ │ ├── b_3_0.mif │ │ ├── b_3_1.mif │ │ ├── b_3_2.mif │ │ ├── b_3_3.mif │ │ ├── b_3_4.mif │ │ ├── b_3_5.mif │ │ ├── b_3_6.mif │ │ ├── b_3_7.mif │ │ ├── b_3_8.mif │ │ ├── b_3_9.mif │ │ ├── b_4_0.mif │ │ ├── b_4_1.mif │ │ ├── b_4_2.mif │ │ ├── b_4_3.mif │ │ ├── b_4_4.mif │ │ ├── b_4_5.mif │ │ ├── b_4_6.mif │ │ ├── b_4_7.mif │ │ ├── b_4_8.mif │ │ ├── b_4_9.mif │ │ ├── include.v │ │ ├── maxFinder.v │ │ ├── neuron.v │ │ ├── relu.v │ │ ├── sigContent.mif │ │ ├── w_1_0.mif │ │ ├── w_1_1.mif │ │ ├── w_1_10.mif │ │ ├── w_1_11.mif │ │ ├── w_1_12.mif │ │ ├── w_1_13.mif │ │ ├── w_1_14.mif │ │ ├── w_1_15.mif │ │ ├── w_1_16.mif │ │ ├── w_1_17.mif │ │ ├── w_1_18.mif │ │ ├── w_1_19.mif │ │ ├── w_1_2.mif │ │ ├── w_1_20.mif │ │ ├── w_1_21.mif │ │ ├── w_1_22.mif │ │ ├── w_1_23.mif │ │ ├── w_1_24.mif │ │ ├── w_1_25.mif │ │ ├── w_1_26.mif │ │ ├── w_1_27.mif │ │ ├── w_1_28.mif │ │ ├── w_1_29.mif │ │ ├── w_1_3.mif │ │ ├── w_1_4.mif │ │ ├── w_1_5.mif │ │ ├── w_1_6.mif │ │ ├── w_1_7.mif │ │ ├── w_1_8.mif │ │ ├── w_1_9.mif │ │ ├── w_2_0.mif │ │ ├── w_2_1.mif │ │ ├── w_2_10.mif │ │ ├── w_2_11.mif │ │ ├── w_2_12.mif │ │ ├── w_2_13.mif │ │ ├── w_2_14.mif │ │ ├── w_2_15.mif │ │ ├── w_2_16.mif │ │ ├── w_2_17.mif │ │ ├── w_2_18.mif │ │ ├── w_2_19.mif │ │ ├── w_2_2.mif │ │ ├── w_2_20.mif │ │ ├── w_2_21.mif │ │ ├── w_2_22.mif │ │ ├── w_2_23.mif │ │ ├── w_2_24.mif │ │ ├── w_2_25.mif │ │ ├── w_2_26.mif │ │ ├── w_2_27.mif │ │ ├── w_2_28.mif │ │ ├── w_2_29.mif │ │ ├── w_2_3.mif │ │ ├── w_2_4.mif │ │ ├── w_2_5.mif │ │ ├── w_2_6.mif │ │ ├── w_2_7.mif │ │ ├── w_2_8.mif │ │ ├── w_2_9.mif │ │ ├── w_3_0.mif │ │ ├── w_3_1.mif │ │ ├── w_3_2.mif │ │ ├── w_3_3.mif │ │ ├── w_3_4.mif │ │ ├── w_3_5.mif │ │ ├── w_3_6.mif │ │ ├── w_3_7.mif │ │ ├── w_3_8.mif │ │ ├── w_3_9.mif │ │ ├── w_4_0.mif │ │ ├── w_4_1.mif │ │ ├── w_4_2.mif │ │ ├── w_4_3.mif │ │ ├── w_4_4.mif │ │ ├── w_4_5.mif │ │ ├── w_4_6.mif │ │ ├── w_4_7.mif │ │ ├── w_4_8.mif │ │ ├── w_4_9.mif │ │ └── zynet.v │ │ ├── tb │ │ └── top_sim.v │ │ └── xgui │ │ └── zyNet_v1_0.tcl ├── zynet.tcl └── zynet │ ├── __init__.py │ ├── db │ ├── Sig_ROM.v │ ├── Weight_Memory.v │ ├── axi_lite_wrapper.v │ ├── block.tcl │ ├── layerInterface │ ├── makeIP.tcl │ ├── maxFinder.v │ ├── moduleTemplate │ ├── neuron.v │ ├── relu.v │ ├── top_sim.v │ └── vivadoScript.tcl │ ├── genWegitsAndBias.py │ ├── gen_nn.py │ ├── utils.py │ ├── xilinxUtils.py │ └── zynet.py ├── Tut-6 ├── genTestData.py ├── genWegitsAndBias.py ├── mnist.pkl.gz ├── mnist_loader.py ├── network2.py ├── testData │ └── .ignore ├── trainNN.py └── w_b │ └── .ignore ├── Tut-7 ├── tf.py └── weightsandbiases.txt ├── Tut-8 ├── genTestData.py ├── mnist.pkl.gz ├── mnistZyNet.py ├── mnist_loader.py ├── network2.py └── trainNN.py ├── Tut-9 ├── dataValues.h ├── genTestData.py ├── myBlock2_wrapper.bit ├── myBlock2_wrapper.hdf └── nnTest.c └── drawing.svg /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/LICENSE -------------------------------------------------------------------------------- /Tut-1/Sig_ROM.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-1/Sig_ROM.v -------------------------------------------------------------------------------- /Tut-1/Weight_Memory.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-1/Weight_Memory.v -------------------------------------------------------------------------------- /Tut-1/b_1_15.mif: -------------------------------------------------------------------------------- 1 | 34004b0C -------------------------------------------------------------------------------- /Tut-1/include.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-1/include.v -------------------------------------------------------------------------------- /Tut-1/neuron.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-1/neuron.pdf -------------------------------------------------------------------------------- /Tut-1/neuron.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-1/neuron.v -------------------------------------------------------------------------------- /Tut-1/sigContent.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-1/sigContent.mif -------------------------------------------------------------------------------- /Tut-1/w_1_15.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-1/w_1_15.mif -------------------------------------------------------------------------------- /Tut-2/Sig_ROM.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-2/Sig_ROM.v -------------------------------------------------------------------------------- /Tut-2/Weight_Memory.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-2/Weight_Memory.v -------------------------------------------------------------------------------- /Tut-2/genSigmoid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-2/genSigmoid.py -------------------------------------------------------------------------------- /Tut-2/neuron.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-2/neuron.v -------------------------------------------------------------------------------- /Tut-2/relu.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-2/relu.v -------------------------------------------------------------------------------- /Tut-2/sigContent.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-2/sigContent.mif -------------------------------------------------------------------------------- /Tut-3/Layer_1.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-3/Layer_1.v -------------------------------------------------------------------------------- /Tut-3/Layer_2.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-3/Layer_2.v -------------------------------------------------------------------------------- /Tut-3/Layer_3.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-3/Layer_3.v -------------------------------------------------------------------------------- /Tut-3/Layer_4.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-3/Layer_4.v -------------------------------------------------------------------------------- /Tut-3/Sig_ROM.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-3/Sig_ROM.v -------------------------------------------------------------------------------- /Tut-3/Weight_Memory.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-3/Weight_Memory.v -------------------------------------------------------------------------------- /Tut-3/include.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-3/include.v -------------------------------------------------------------------------------- /Tut-3/neuron.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-3/neuron.v -------------------------------------------------------------------------------- /Tut-3/relu.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-3/relu.v -------------------------------------------------------------------------------- /Tut-3/sigContent.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-3/sigContent.mif -------------------------------------------------------------------------------- /Tut-3/zynet.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-3/zynet.v -------------------------------------------------------------------------------- /Tut-4/Layer_1.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/Layer_1.v -------------------------------------------------------------------------------- /Tut-4/Layer_2.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/Layer_2.v -------------------------------------------------------------------------------- /Tut-4/Layer_3.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/Layer_3.v -------------------------------------------------------------------------------- /Tut-4/Layer_4.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/Layer_4.v -------------------------------------------------------------------------------- /Tut-4/Sig_ROM.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/Sig_ROM.v -------------------------------------------------------------------------------- /Tut-4/Weight_Memory.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/Weight_Memory.v -------------------------------------------------------------------------------- /Tut-4/axi_lite_wrapper.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/axi_lite_wrapper.v -------------------------------------------------------------------------------- /Tut-4/b_1_0.mif: -------------------------------------------------------------------------------- 1 | 340ih -------------------------------------------------------------------------------- /Tut-4/b_1_1.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/b_1_1.mif -------------------------------------------------------------------------------- /Tut-4/b_1_10.mif: -------------------------------------------------------------------------------- 1 | 344440bC00 -------------------------------------------------------------------------------- /Tut-4/b_1_11.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/b_1_11.mif -------------------------------------------------------------------------------- /Tut-4/b_1_12.mif: -------------------------------------------------------------------------------- 1 | 3444# A -------------------------------------------------------------------------------- /Tut-4/b_1_13.mif: -------------------------------------------------------------------------------- 1 | 110011110 -------------------------------------------------------------------------------- /Tut-4/b_1_14.mif: -------------------------------------------------------------------------------- 1 | 344440!CC -------------------------------------------------------------------------------- /Tut-4/b_1_15.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/b_1_15.mif -------------------------------------------------------------------------------- /Tut-4/b_1_16.mif: -------------------------------------------------------------------------------- 1 | 344  -------------------------------------------------------------------------------- /Tut-4/b_1_17.mif: -------------------------------------------------------------------------------- 1 | 100101110 -------------------------------------------------------------------------------- /Tut-4/b_1_18.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/b_1_18.mif -------------------------------------------------------------------------------- /Tut-4/b_1_19.mif: -------------------------------------------------------------------------------- 1 | 34444B i" -------------------------------------------------------------------------------- /Tut-4/b_1_2.mif: -------------------------------------------------------------------------------- 1 | 1010110000 -------------------------------------------------------------------------------- /Tut-4/b_1_20.mif: -------------------------------------------------------------------------------- 1 | 3404" 44 -------------------------------------------------------------------------------- /Tut-4/b_1_21.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/b_1_21.mif -------------------------------------------------------------------------------- /Tut-4/b_1_22.mif: -------------------------------------------------------------------------------- 1 | 3400040# -------------------------------------------------------------------------------- /Tut-4/b_1_23.mif: -------------------------------------------------------------------------------- 1 | 34 -------------------------------------------------------------------------------- /Tut-4/b_1_24.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/b_1_24.mif -------------------------------------------------------------------------------- /Tut-4/b_1_25.mif: -------------------------------------------------------------------------------- 1 | 10111010010 -------------------------------------------------------------------------------- /Tut-4/b_1_26.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/b_1_26.mif -------------------------------------------------------------------------------- /Tut-4/b_1_27.mif: -------------------------------------------------------------------------------- 1 | 100010111100 -------------------------------------------------------------------------------- /Tut-4/b_1_28.mif: -------------------------------------------------------------------------------- 1 | 11110001011 -------------------------------------------------------------------------------- /Tut-4/b_1_29.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/b_1_29.mif -------------------------------------------------------------------------------- /Tut-4/b_1_3.mif: -------------------------------------------------------------------------------- 1 | 344404! -------------------------------------------------------------------------------- /Tut-4/b_1_4.mif: -------------------------------------------------------------------------------- 1 | 11011001110 -------------------------------------------------------------------------------- /Tut-4/b_1_5.mif: -------------------------------------------------------------------------------- 1 | 34444#00 -------------------------------------------------------------------------------- /Tut-4/b_1_6.mif: -------------------------------------------------------------------------------- 1 | 340  -------------------------------------------------------------------------------- /Tut-4/b_1_7.mif: -------------------------------------------------------------------------------- 1 | 340400 -------------------------------------------------------------------------------- /Tut-4/b_1_8.mif: -------------------------------------------------------------------------------- 1 | 3444CCC -------------------------------------------------------------------------------- /Tut-4/b_1_9.mif: -------------------------------------------------------------------------------- 1 | 34444BCm -------------------------------------------------------------------------------- /Tut-4/b_2_0.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/b_2_0.mif -------------------------------------------------------------------------------- /Tut-4/b_2_1.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/b_2_1.mif -------------------------------------------------------------------------------- /Tut-4/b_2_10.mif: -------------------------------------------------------------------------------- 1 | 34(i` -------------------------------------------------------------------------------- /Tut-4/b_2_11.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/b_2_11.mif -------------------------------------------------------------------------------- /Tut-4/b_2_12.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/b_2_12.mif -------------------------------------------------------------------------------- /Tut-4/b_2_13.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/b_2_13.mif -------------------------------------------------------------------------------- /Tut-4/b_2_14.mif: -------------------------------------------------------------------------------- 1 | 340 -------------------------------------------------------------------------------- /Tut-4/b_2_15.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/b_2_15.mif -------------------------------------------------------------------------------- /Tut-4/b_2_16.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/b_2_16.mif -------------------------------------------------------------------------------- /Tut-4/b_2_17.mif: -------------------------------------------------------------------------------- 1 | 34 201 -------------------------------------------------------------------------------- /Tut-4/b_2_18.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/b_2_18.mif -------------------------------------------------------------------------------- /Tut-4/b_2_19.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/b_2_19.mif -------------------------------------------------------------------------------- /Tut-4/b_2_2.mif: -------------------------------------------------------------------------------- 1 | 3444B0 -------------------------------------------------------------------------------- /Tut-4/b_2_20.mif: -------------------------------------------------------------------------------- 1 | 34 1  -------------------------------------------------------------------------------- /Tut-4/b_2_21.mif: -------------------------------------------------------------------------------- 1 | 34444A64 -------------------------------------------------------------------------------- /Tut-4/b_2_22.mif: -------------------------------------------------------------------------------- 1 | 340444! -------------------------------------------------------------------------------- /Tut-4/b_2_23.mif: -------------------------------------------------------------------------------- 1 | 34Cd -------------------------------------------------------------------------------- /Tut-4/b_2_24.mif: -------------------------------------------------------------------------------- 1 | 34  -------------------------------------------------------------------------------- /Tut-4/b_2_25.mif: -------------------------------------------------------------------------------- 1 | 3406R -------------------------------------------------------------------------------- /Tut-4/b_2_26.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/b_2_26.mif -------------------------------------------------------------------------------- /Tut-4/b_2_27.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/b_2_27.mif -------------------------------------------------------------------------------- /Tut-4/b_2_28.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/b_2_28.mif -------------------------------------------------------------------------------- /Tut-4/b_2_29.mif: -------------------------------------------------------------------------------- 1 | 11011100001 -------------------------------------------------------------------------------- /Tut-4/b_2_3.mif: -------------------------------------------------------------------------------- 1 | 34 04 -------------------------------------------------------------------------------- /Tut-4/b_2_4.mif: -------------------------------------------------------------------------------- 1 | 34C$ -------------------------------------------------------------------------------- /Tut-4/b_2_5.mif: -------------------------------------------------------------------------------- 1 | 34C0 -------------------------------------------------------------------------------- /Tut-4/b_2_6.mif: -------------------------------------------------------------------------------- 1 | 34( -------------------------------------------------------------------------------- /Tut-4/b_2_7.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/b_2_7.mif -------------------------------------------------------------------------------- /Tut-4/b_2_8.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/b_2_8.mif -------------------------------------------------------------------------------- /Tut-4/b_2_9.mif: -------------------------------------------------------------------------------- 1 | 1101000010 -------------------------------------------------------------------------------- /Tut-4/b_3_0.mif: -------------------------------------------------------------------------------- 1 | 11010000111 -------------------------------------------------------------------------------- /Tut-4/b_3_1.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/b_3_1.mif -------------------------------------------------------------------------------- /Tut-4/b_3_2.mif: -------------------------------------------------------------------------------- 1 | 34 !CC -------------------------------------------------------------------------------- /Tut-4/b_3_3.mif: -------------------------------------------------------------------------------- 1 | 1010001 -------------------------------------------------------------------------------- /Tut-4/b_3_4.mif: -------------------------------------------------------------------------------- 1 | 3404" 44 -------------------------------------------------------------------------------- /Tut-4/b_3_5.mif: -------------------------------------------------------------------------------- 1 | 3404" a -------------------------------------------------------------------------------- /Tut-4/b_3_6.mif: -------------------------------------------------------------------------------- 1 | 1010001011 -------------------------------------------------------------------------------- /Tut-4/b_3_7.mif: -------------------------------------------------------------------------------- 1 | 111000 -------------------------------------------------------------------------------- /Tut-4/b_3_8.mif: -------------------------------------------------------------------------------- 1 | 34CC0 -------------------------------------------------------------------------------- /Tut-4/b_3_9.mif: -------------------------------------------------------------------------------- 1 | 34444" 0A -------------------------------------------------------------------------------- /Tut-4/b_4_0.mif: -------------------------------------------------------------------------------- 1 | 344040 -------------------------------------------------------------------------------- /Tut-4/b_4_1.mif: -------------------------------------------------------------------------------- 1 | 34440!C $ -------------------------------------------------------------------------------- /Tut-4/b_4_2.mif: -------------------------------------------------------------------------------- 1 | 34444! -------------------------------------------------------------------------------- /Tut-4/b_4_3.mif: -------------------------------------------------------------------------------- 1 | 3444 b -------------------------------------------------------------------------------- /Tut-4/b_4_4.mif: -------------------------------------------------------------------------------- 1 | 344BCC -------------------------------------------------------------------------------- /Tut-4/b_4_5.mif: -------------------------------------------------------------------------------- 1 | 3444B200 -------------------------------------------------------------------------------- /Tut-4/b_4_6.mif: -------------------------------------------------------------------------------- 1 | 344400 -------------------------------------------------------------------------------- /Tut-4/b_4_7.mif: -------------------------------------------------------------------------------- 1 | 3440#CCa -------------------------------------------------------------------------------- /Tut-4/b_4_8.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/b_4_8.mif -------------------------------------------------------------------------------- /Tut-4/b_4_9.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/b_4_9.mif -------------------------------------------------------------------------------- /Tut-4/include.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/include.v -------------------------------------------------------------------------------- /Tut-4/maxFinder.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/maxFinder.v -------------------------------------------------------------------------------- /Tut-4/neuron.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/neuron.v -------------------------------------------------------------------------------- /Tut-4/relu.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/relu.v -------------------------------------------------------------------------------- /Tut-4/sigContent.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/sigContent.mif -------------------------------------------------------------------------------- /Tut-4/w_1_0.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_1_0.mif -------------------------------------------------------------------------------- /Tut-4/w_1_1.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_1_1.mif -------------------------------------------------------------------------------- /Tut-4/w_1_10.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_1_10.mif -------------------------------------------------------------------------------- /Tut-4/w_1_11.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_1_11.mif -------------------------------------------------------------------------------- /Tut-4/w_1_12.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_1_12.mif -------------------------------------------------------------------------------- /Tut-4/w_1_13.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_1_13.mif -------------------------------------------------------------------------------- /Tut-4/w_1_14.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_1_14.mif -------------------------------------------------------------------------------- /Tut-4/w_1_15.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_1_15.mif -------------------------------------------------------------------------------- /Tut-4/w_1_16.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_1_16.mif -------------------------------------------------------------------------------- /Tut-4/w_1_17.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_1_17.mif -------------------------------------------------------------------------------- /Tut-4/w_1_18.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_1_18.mif -------------------------------------------------------------------------------- /Tut-4/w_1_19.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_1_19.mif -------------------------------------------------------------------------------- /Tut-4/w_1_2.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_1_2.mif -------------------------------------------------------------------------------- /Tut-4/w_1_20.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_1_20.mif -------------------------------------------------------------------------------- /Tut-4/w_1_21.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_1_21.mif -------------------------------------------------------------------------------- /Tut-4/w_1_22.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_1_22.mif -------------------------------------------------------------------------------- /Tut-4/w_1_23.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_1_23.mif -------------------------------------------------------------------------------- /Tut-4/w_1_24.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_1_24.mif -------------------------------------------------------------------------------- /Tut-4/w_1_25.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_1_25.mif -------------------------------------------------------------------------------- /Tut-4/w_1_26.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_1_26.mif -------------------------------------------------------------------------------- /Tut-4/w_1_27.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_1_27.mif -------------------------------------------------------------------------------- /Tut-4/w_1_28.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_1_28.mif -------------------------------------------------------------------------------- /Tut-4/w_1_29.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_1_29.mif -------------------------------------------------------------------------------- /Tut-4/w_1_3.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_1_3.mif -------------------------------------------------------------------------------- /Tut-4/w_1_4.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_1_4.mif -------------------------------------------------------------------------------- /Tut-4/w_1_5.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_1_5.mif -------------------------------------------------------------------------------- /Tut-4/w_1_6.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_1_6.mif -------------------------------------------------------------------------------- /Tut-4/w_1_7.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_1_7.mif -------------------------------------------------------------------------------- /Tut-4/w_1_8.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_1_8.mif -------------------------------------------------------------------------------- /Tut-4/w_1_9.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_1_9.mif -------------------------------------------------------------------------------- /Tut-4/w_2_0.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_2_0.mif -------------------------------------------------------------------------------- /Tut-4/w_2_1.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_2_1.mif -------------------------------------------------------------------------------- /Tut-4/w_2_10.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_2_10.mif -------------------------------------------------------------------------------- /Tut-4/w_2_11.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_2_11.mif -------------------------------------------------------------------------------- /Tut-4/w_2_12.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_2_12.mif -------------------------------------------------------------------------------- /Tut-4/w_2_13.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_2_13.mif -------------------------------------------------------------------------------- /Tut-4/w_2_14.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_2_14.mif -------------------------------------------------------------------------------- /Tut-4/w_2_15.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_2_15.mif -------------------------------------------------------------------------------- /Tut-4/w_2_16.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_2_16.mif -------------------------------------------------------------------------------- /Tut-4/w_2_17.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_2_17.mif -------------------------------------------------------------------------------- /Tut-4/w_2_18.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_2_18.mif -------------------------------------------------------------------------------- /Tut-4/w_2_19.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_2_19.mif -------------------------------------------------------------------------------- /Tut-4/w_2_2.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_2_2.mif -------------------------------------------------------------------------------- /Tut-4/w_2_20.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_2_20.mif -------------------------------------------------------------------------------- /Tut-4/w_2_21.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_2_21.mif -------------------------------------------------------------------------------- /Tut-4/w_2_22.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_2_22.mif -------------------------------------------------------------------------------- /Tut-4/w_2_23.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_2_23.mif -------------------------------------------------------------------------------- /Tut-4/w_2_24.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_2_24.mif -------------------------------------------------------------------------------- /Tut-4/w_2_25.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_2_25.mif -------------------------------------------------------------------------------- /Tut-4/w_2_26.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_2_26.mif -------------------------------------------------------------------------------- /Tut-4/w_2_27.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_2_27.mif -------------------------------------------------------------------------------- /Tut-4/w_2_28.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_2_28.mif -------------------------------------------------------------------------------- /Tut-4/w_2_29.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_2_29.mif -------------------------------------------------------------------------------- /Tut-4/w_2_3.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_2_3.mif -------------------------------------------------------------------------------- /Tut-4/w_2_4.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_2_4.mif -------------------------------------------------------------------------------- /Tut-4/w_2_5.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_2_5.mif -------------------------------------------------------------------------------- /Tut-4/w_2_6.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_2_6.mif -------------------------------------------------------------------------------- /Tut-4/w_2_7.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_2_7.mif -------------------------------------------------------------------------------- /Tut-4/w_2_8.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_2_8.mif -------------------------------------------------------------------------------- /Tut-4/w_2_9.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_2_9.mif -------------------------------------------------------------------------------- /Tut-4/w_3_0.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_3_0.mif -------------------------------------------------------------------------------- /Tut-4/w_3_1.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_3_1.mif -------------------------------------------------------------------------------- /Tut-4/w_3_2.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_3_2.mif -------------------------------------------------------------------------------- /Tut-4/w_3_3.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_3_3.mif -------------------------------------------------------------------------------- /Tut-4/w_3_4.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_3_4.mif -------------------------------------------------------------------------------- /Tut-4/w_3_5.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_3_5.mif -------------------------------------------------------------------------------- /Tut-4/w_3_6.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_3_6.mif -------------------------------------------------------------------------------- /Tut-4/w_3_7.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_3_7.mif -------------------------------------------------------------------------------- /Tut-4/w_3_8.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_3_8.mif -------------------------------------------------------------------------------- /Tut-4/w_3_9.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_3_9.mif -------------------------------------------------------------------------------- /Tut-4/w_4_0.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_4_0.mif -------------------------------------------------------------------------------- /Tut-4/w_4_1.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_4_1.mif -------------------------------------------------------------------------------- /Tut-4/w_4_2.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_4_2.mif -------------------------------------------------------------------------------- /Tut-4/w_4_3.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_4_3.mif -------------------------------------------------------------------------------- /Tut-4/w_4_4.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_4_4.mif -------------------------------------------------------------------------------- /Tut-4/w_4_5.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_4_5.mif -------------------------------------------------------------------------------- /Tut-4/w_4_6.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_4_6.mif -------------------------------------------------------------------------------- /Tut-4/w_4_7.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_4_7.mif -------------------------------------------------------------------------------- /Tut-4/w_4_8.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_4_8.mif -------------------------------------------------------------------------------- /Tut-4/w_4_9.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/w_4_9.mif -------------------------------------------------------------------------------- /Tut-4/zynet.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-4/zynet.v -------------------------------------------------------------------------------- /Tut-5/WeigntsAndBiasesReLU.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/WeigntsAndBiasesReLU.txt -------------------------------------------------------------------------------- /Tut-5/WeigntsAndBiasesReLuNew.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/WeigntsAndBiasesReLuNew.txt -------------------------------------------------------------------------------- /Tut-5/WeigntsAndBiasesSigmoid.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/WeigntsAndBiasesSigmoid.txt -------------------------------------------------------------------------------- /Tut-5/WeigntsAndBiasesSigmoidNew.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/WeigntsAndBiasesSigmoidNew.txt -------------------------------------------------------------------------------- /Tut-5/mnistZyNet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/mnistZyNet.py -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0000.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0000.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0001.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0001.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0002.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0002.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0003.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0003.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0004.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0004.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0005.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0005.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0006.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0006.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0007.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0007.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0008.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0008.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0009.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0009.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0010.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0010.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0011.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0011.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0012.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0012.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0013.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0013.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0014.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0014.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0015.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0015.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0016.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0016.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0017.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0017.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0018.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0018.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0019.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0019.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0020.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0020.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0021.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0021.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0022.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0022.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0023.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0023.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0024.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0024.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0025.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0025.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0026.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0026.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0027.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0027.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0028.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0028.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0029.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0029.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0030.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0030.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0031.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0031.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0032.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0032.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0033.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0033.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0034.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0034.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0035.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0035.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0036.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0036.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0037.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0037.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0038.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0038.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0039.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0039.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0040.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0040.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0041.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0041.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0042.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0042.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0043.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0043.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0044.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0044.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0045.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0045.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0046.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0046.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0047.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0047.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0048.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0048.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0049.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0049.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0050.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0050.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0051.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0051.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0052.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0052.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0053.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0053.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0054.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0054.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0055.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0055.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0056.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0056.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0057.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0057.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0058.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0058.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0059.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0059.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0060.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0060.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0061.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0061.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0062.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0062.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0063.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0063.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0064.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0064.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0065.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0065.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0066.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0066.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0067.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0067.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0068.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0068.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0069.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0069.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0070.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0070.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0071.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0071.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0072.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0072.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0073.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0073.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0074.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0074.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0075.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0075.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0076.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0076.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0077.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0077.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0078.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0078.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0079.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0079.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0080.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0080.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0081.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0081.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0082.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0082.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0083.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0083.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0084.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0084.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0085.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0085.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0086.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0086.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0087.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0087.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0088.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0088.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0089.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0089.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0090.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0090.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0091.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0091.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0092.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0092.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0093.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0093.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0094.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0094.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0095.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0095.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0096.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0096.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0097.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0097.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0098.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0098.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0099.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0099.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0100.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0100.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0101.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0101.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0102.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0102.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0103.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0103.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0104.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0104.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0105.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0105.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0106.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0106.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0107.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0107.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0108.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0108.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0109.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0109.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0110.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0110.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0111.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0111.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0112.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0112.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0113.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0113.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0114.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0114.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0115.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0115.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0116.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0116.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0117.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0117.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0118.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0118.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0119.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0119.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0120.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0120.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0121.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0121.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0122.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0122.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0123.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0123.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0124.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0124.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0125.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0125.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0126.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0126.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0127.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0127.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0128.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0128.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0129.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0129.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0130.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0130.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0131.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0131.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0132.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0132.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0133.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0133.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0134.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0134.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0135.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0135.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0136.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0136.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0137.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0137.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0138.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0138.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0139.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0139.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0140.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0140.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0141.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0141.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0142.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0142.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0143.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0143.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0144.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0144.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0145.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0145.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0146.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0146.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0147.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0147.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0148.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0148.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0149.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0149.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0150.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0150.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0151.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0151.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0152.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0152.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0153.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0153.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0154.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0154.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0155.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0155.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0156.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0156.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0157.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0157.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0158.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0158.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0159.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0159.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0160.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0160.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0161.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0161.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0162.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0162.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0163.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0163.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0164.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0164.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0165.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0165.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0166.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0166.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0167.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0167.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0168.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0168.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0169.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0169.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0170.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0170.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0171.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0171.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0172.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0172.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0173.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0173.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0174.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0174.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0175.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0175.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0176.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0176.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0177.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0177.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0178.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0178.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0179.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0179.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0180.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0180.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0181.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0181.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0182.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0182.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0183.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0183.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0184.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0184.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0185.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0185.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0186.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0186.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0187.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0187.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0188.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0188.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0189.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0189.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0190.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0190.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0191.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0191.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0192.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0192.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0193.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0193.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0194.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0194.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0195.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0195.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0196.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0196.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0197.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0197.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0198.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0198.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0199.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0199.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0200.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0200.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0201.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0201.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0202.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0202.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0203.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0203.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0204.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0204.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0205.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0205.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0206.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0206.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0207.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0207.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0208.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0208.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0209.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0209.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0210.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0210.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0211.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0211.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0212.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0212.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0213.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0213.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0214.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0214.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0215.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0215.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0216.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0216.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0217.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0217.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0218.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0218.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0219.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0219.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0220.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0220.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0221.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0221.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0222.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0222.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0223.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0223.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0224.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0224.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0225.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0225.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0226.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0226.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0227.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0227.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0228.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0228.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0229.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0229.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0230.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0230.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0231.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0231.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0232.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0232.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0233.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0233.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0234.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0234.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0235.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0235.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0236.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0236.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0237.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0237.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0238.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0238.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0239.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0239.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0240.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0240.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0241.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0241.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0242.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0242.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0243.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0243.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0244.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0244.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0245.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0245.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0246.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0246.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0247.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0247.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0248.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0248.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0249.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0249.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0250.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0250.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0251.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0251.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0252.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0252.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0253.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0253.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0254.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0254.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0255.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0255.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0256.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0256.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0257.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0257.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0258.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0258.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0259.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0259.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0260.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0260.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0261.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0261.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0262.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0262.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0263.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0263.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0264.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0264.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0265.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0265.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0266.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0266.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0267.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0267.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0268.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0268.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0269.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0269.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0270.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0270.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0271.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0271.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0272.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0272.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0273.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0273.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0274.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0274.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0275.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0275.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0276.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0276.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0277.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0277.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0278.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0278.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0279.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0279.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0280.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0280.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0281.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0281.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0282.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0282.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0283.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0283.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0284.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0284.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0285.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0285.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0286.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0286.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0287.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0287.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0288.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0288.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0289.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0289.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0290.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0290.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0291.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0291.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0292.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0292.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0293.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0293.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0294.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0294.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0295.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0295.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0296.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0296.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0297.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0297.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0298.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0298.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0299.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0299.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0300.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0300.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0301.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0301.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0302.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0302.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0303.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0303.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0304.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0304.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0305.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0305.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0306.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0306.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0307.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0307.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0308.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0308.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0309.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0309.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0310.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0310.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0311.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0311.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0312.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0312.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0313.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0313.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0314.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0314.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0315.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0315.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0316.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0316.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0317.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0317.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0318.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0318.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0319.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0319.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0320.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0320.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0321.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0321.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0322.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0322.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0323.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0323.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0324.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0324.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0325.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0325.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0326.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0326.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0327.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0327.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0328.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0328.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0329.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0329.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0330.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0330.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0331.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0331.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0332.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0332.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0333.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0333.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0334.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0334.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0335.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0335.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0336.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0336.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0337.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0337.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0338.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0338.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0339.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0339.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0340.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0340.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0341.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0341.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0342.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0342.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0343.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0343.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0344.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0344.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0345.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0345.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0346.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0346.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0347.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0347.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0348.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0348.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0349.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0349.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0350.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0350.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0351.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0351.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0352.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0352.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0353.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0353.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0354.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0354.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0355.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0355.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0356.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0356.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0357.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0357.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0358.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0358.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0359.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0359.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0360.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0360.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0361.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0361.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0362.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0362.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0363.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0363.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0364.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0364.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0365.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0365.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0366.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0366.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0367.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0367.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0368.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0368.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0369.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0369.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0370.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0370.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0371.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0371.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0372.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0372.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0373.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0373.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0374.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0374.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0375.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0375.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0376.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0376.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0377.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0377.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0378.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0378.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0379.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0379.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0380.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.sim/sim_1/behav/xsim/test_data_0380.txt -------------------------------------------------------------------------------- /Tut-5/myProject1/myProject1.xpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/myProject1/myProject1.xpr -------------------------------------------------------------------------------- /Tut-5/src/fpga/component.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/component.xml -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/Layer_1.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/Layer_1.v -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/Layer_2.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/Layer_2.v -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/Layer_3.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/Layer_3.v -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/Layer_4.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/Layer_4.v -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/Sig_ROM.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/Sig_ROM.v -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/Weight_Memory.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/Weight_Memory.v -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/axi_lite_wrapper.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/axi_lite_wrapper.v -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_1_0.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/b_1_0.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_1_1.mif: -------------------------------------------------------------------------------- 1 | 34CCC -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_1_10.mif: -------------------------------------------------------------------------------- 1 | 34444" bC -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_1_11.mif: -------------------------------------------------------------------------------- 1 | 10111 -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_1_12.mif: -------------------------------------------------------------------------------- 1 | 34000" -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_1_13.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/b_1_13.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_1_14.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/b_1_14.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_1_15.mif: -------------------------------------------------------------------------------- 1 | 340BC i -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_1_16.mif: -------------------------------------------------------------------------------- 1 | 1000011010 -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_1_17.mif: -------------------------------------------------------------------------------- 1 | 34C -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_1_18.mif: -------------------------------------------------------------------------------- 1 | 1110110 -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_1_19.mif: -------------------------------------------------------------------------------- 1 | 34040# -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_1_2.mif: -------------------------------------------------------------------------------- 1 | 101111000 -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_1_20.mif: -------------------------------------------------------------------------------- 1 | 34044 -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_1_21.mif: -------------------------------------------------------------------------------- 1 | 100111001 -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_1_22.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/b_1_22.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_1_23.mif: -------------------------------------------------------------------------------- 1 | 34000aC -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_1_24.mif: -------------------------------------------------------------------------------- 1 | 34C " -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_1_25.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/b_1_25.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_1_26.mif: -------------------------------------------------------------------------------- 1 | 3420a -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_1_27.mif: -------------------------------------------------------------------------------- 1 | 346! -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_1_28.mif: -------------------------------------------------------------------------------- 1 | 340B0 -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_1_29.mif: -------------------------------------------------------------------------------- 1 | 34S -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_1_3.mif: -------------------------------------------------------------------------------- 1 | 1100101 -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_1_4.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/b_1_4.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_1_5.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/b_1_5.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_1_6.mif: -------------------------------------------------------------------------------- 1 | 34C -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_1_7.mif: -------------------------------------------------------------------------------- 1 | 34004aCC -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_1_8.mif: -------------------------------------------------------------------------------- 1 | 1011000100 -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_1_9.mif: -------------------------------------------------------------------------------- 1 | 342! -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_2_0.mif: -------------------------------------------------------------------------------- 1 | 1010011011 -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_2_1.mif: -------------------------------------------------------------------------------- 1 | 340a`` -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_2_10.mif: -------------------------------------------------------------------------------- 1 | 34C -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_2_11.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/b_2_11.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_2_12.mif: -------------------------------------------------------------------------------- 1 | 34444! -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_2_13.mif: -------------------------------------------------------------------------------- 1 | 3444400B  -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_2_14.mif: -------------------------------------------------------------------------------- 1 | 34C2 -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_2_15.mif: -------------------------------------------------------------------------------- 1 | 34044aC -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_2_16.mif: -------------------------------------------------------------------------------- 1 | 1101110001 -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_2_17.mif: -------------------------------------------------------------------------------- 1 | 34040c -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_2_18.mif: -------------------------------------------------------------------------------- 1 | 34(24 -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_2_19.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/b_2_19.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_2_2.mif: -------------------------------------------------------------------------------- 1 | 110111100 -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_2_20.mif: -------------------------------------------------------------------------------- 1 | 10100001110 -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_2_21.mif: -------------------------------------------------------------------------------- 1 | 34 2# -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_2_22.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/b_2_22.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_2_23.mif: -------------------------------------------------------------------------------- 1 | 3400444 -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_2_24.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/b_2_24.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_2_25.mif: -------------------------------------------------------------------------------- 1 | 34040# -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_2_26.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/b_2_26.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_2_27.mif: -------------------------------------------------------------------------------- 1 | 342" -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_2_28.mif: -------------------------------------------------------------------------------- 1 | 3400!C -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_2_29.mif: -------------------------------------------------------------------------------- 1 | 10111001011 -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_2_3.mif: -------------------------------------------------------------------------------- 1 | 34444aa -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_2_4.mif: -------------------------------------------------------------------------------- 1 | 340A -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_2_5.mif: -------------------------------------------------------------------------------- 1 | 34C  -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_2_6.mif: -------------------------------------------------------------------------------- 1 | 340 -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_2_7.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/b_2_7.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_2_8.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/b_2_8.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_2_9.mif: -------------------------------------------------------------------------------- 1 | 34024004 -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_3_0.mif: -------------------------------------------------------------------------------- 1 | 3404000 -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_3_1.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/b_3_1.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_3_2.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/b_3_2.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_3_3.mif: -------------------------------------------------------------------------------- 1 | 34CC -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_3_4.mif: -------------------------------------------------------------------------------- 1 | 100011110100 -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_3_5.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/b_3_5.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_3_6.mif: -------------------------------------------------------------------------------- 1 | 340  -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_3_7.mif: -------------------------------------------------------------------------------- 1 | 34040aCC -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_3_8.mif: -------------------------------------------------------------------------------- 1 | 34Cm -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_3_9.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/b_3_9.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_4_0.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/b_4_0.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_4_1.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/b_4_1.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_4_2.mif: -------------------------------------------------------------------------------- 1 | 34440b -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_4_3.mif: -------------------------------------------------------------------------------- 1 | 3482 -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_4_4.mif: -------------------------------------------------------------------------------- 1 | 34C -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_4_5.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/b_4_5.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_4_6.mif: -------------------------------------------------------------------------------- 1 | 3420a -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_4_7.mif: -------------------------------------------------------------------------------- 1 | 34 B -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_4_8.mif: -------------------------------------------------------------------------------- 1 | 10010111010 -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/b_4_9.mif: -------------------------------------------------------------------------------- 1 | 10001011100 -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/include.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/include.v -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/maxFinder.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/maxFinder.v -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/neuron.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/neuron.v -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/relu.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/relu.v -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/sigContent.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/sigContent.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_1_0.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_1_0.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_1_1.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_1_1.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_1_10.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_1_10.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_1_11.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_1_11.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_1_12.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_1_12.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_1_13.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_1_13.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_1_14.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_1_14.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_1_15.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_1_15.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_1_16.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_1_16.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_1_17.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_1_17.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_1_18.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_1_18.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_1_19.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_1_19.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_1_2.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_1_2.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_1_20.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_1_20.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_1_21.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_1_21.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_1_22.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_1_22.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_1_23.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_1_23.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_1_24.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_1_24.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_1_25.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_1_25.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_1_26.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_1_26.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_1_27.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_1_27.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_1_28.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_1_28.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_1_29.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_1_29.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_1_3.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_1_3.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_1_4.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_1_4.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_1_5.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_1_5.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_1_6.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_1_6.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_1_7.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_1_7.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_1_8.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_1_8.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_1_9.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_1_9.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_2_0.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_2_0.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_2_1.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_2_1.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_2_10.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_2_10.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_2_11.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_2_11.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_2_12.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_2_12.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_2_13.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_2_13.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_2_14.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_2_14.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_2_15.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_2_15.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_2_16.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_2_16.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_2_17.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_2_17.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_2_18.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_2_18.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_2_19.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_2_19.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_2_2.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_2_2.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_2_20.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_2_20.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_2_21.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_2_21.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_2_22.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_2_22.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_2_23.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_2_23.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_2_24.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_2_24.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_2_25.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_2_25.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_2_26.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_2_26.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_2_27.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_2_27.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_2_28.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_2_28.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_2_29.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_2_29.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_2_3.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_2_3.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_2_4.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_2_4.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_2_5.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_2_5.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_2_6.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_2_6.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_2_7.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_2_7.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_2_8.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_2_8.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_2_9.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_2_9.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_3_0.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_3_0.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_3_1.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_3_1.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_3_2.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_3_2.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_3_3.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_3_3.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_3_4.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_3_4.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_3_5.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_3_5.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_3_6.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_3_6.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_3_7.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_3_7.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_3_8.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_3_8.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_3_9.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_3_9.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_4_0.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_4_0.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_4_1.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_4_1.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_4_2.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_4_2.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_4_3.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_4_3.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_4_4.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_4_4.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_4_5.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_4_5.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_4_6.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_4_6.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_4_7.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_4_7.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_4_8.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_4_8.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/w_4_9.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/w_4_9.mif -------------------------------------------------------------------------------- /Tut-5/src/fpga/rtl/zynet.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/rtl/zynet.v -------------------------------------------------------------------------------- /Tut-5/src/fpga/tb/top_sim.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/tb/top_sim.v -------------------------------------------------------------------------------- /Tut-5/src/fpga/xgui/zyNet_v1_0.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/src/fpga/xgui/zyNet_v1_0.tcl -------------------------------------------------------------------------------- /Tut-5/zynet.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/zynet.tcl -------------------------------------------------------------------------------- /Tut-5/zynet/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/zynet/__init__.py -------------------------------------------------------------------------------- /Tut-5/zynet/db/Sig_ROM.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/zynet/db/Sig_ROM.v -------------------------------------------------------------------------------- /Tut-5/zynet/db/Weight_Memory.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/zynet/db/Weight_Memory.v -------------------------------------------------------------------------------- /Tut-5/zynet/db/axi_lite_wrapper.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/zynet/db/axi_lite_wrapper.v -------------------------------------------------------------------------------- /Tut-5/zynet/db/block.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/zynet/db/block.tcl -------------------------------------------------------------------------------- /Tut-5/zynet/db/layerInterface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/zynet/db/layerInterface -------------------------------------------------------------------------------- /Tut-5/zynet/db/makeIP.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/zynet/db/makeIP.tcl -------------------------------------------------------------------------------- /Tut-5/zynet/db/maxFinder.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/zynet/db/maxFinder.v -------------------------------------------------------------------------------- /Tut-5/zynet/db/moduleTemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/zynet/db/moduleTemplate -------------------------------------------------------------------------------- /Tut-5/zynet/db/neuron.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/zynet/db/neuron.v -------------------------------------------------------------------------------- /Tut-5/zynet/db/relu.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/zynet/db/relu.v -------------------------------------------------------------------------------- /Tut-5/zynet/db/top_sim.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/zynet/db/top_sim.v -------------------------------------------------------------------------------- /Tut-5/zynet/db/vivadoScript.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/zynet/db/vivadoScript.tcl -------------------------------------------------------------------------------- /Tut-5/zynet/genWegitsAndBias.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/zynet/genWegitsAndBias.py -------------------------------------------------------------------------------- /Tut-5/zynet/gen_nn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/zynet/gen_nn.py -------------------------------------------------------------------------------- /Tut-5/zynet/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/zynet/utils.py -------------------------------------------------------------------------------- /Tut-5/zynet/xilinxUtils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/zynet/xilinxUtils.py -------------------------------------------------------------------------------- /Tut-5/zynet/zynet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-5/zynet/zynet.py -------------------------------------------------------------------------------- /Tut-6/genTestData.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-6/genTestData.py -------------------------------------------------------------------------------- /Tut-6/genWegitsAndBias.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-6/genWegitsAndBias.py -------------------------------------------------------------------------------- /Tut-6/mnist.pkl.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-6/mnist.pkl.gz -------------------------------------------------------------------------------- /Tut-6/mnist_loader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-6/mnist_loader.py -------------------------------------------------------------------------------- /Tut-6/network2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-6/network2.py -------------------------------------------------------------------------------- /Tut-6/testData/.ignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Tut-6/trainNN.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-6/trainNN.py -------------------------------------------------------------------------------- /Tut-6/w_b/.ignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Tut-7/tf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-7/tf.py -------------------------------------------------------------------------------- /Tut-7/weightsandbiases.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-7/weightsandbiases.txt -------------------------------------------------------------------------------- /Tut-8/genTestData.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-8/genTestData.py -------------------------------------------------------------------------------- /Tut-8/mnist.pkl.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-8/mnist.pkl.gz -------------------------------------------------------------------------------- /Tut-8/mnistZyNet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-8/mnistZyNet.py -------------------------------------------------------------------------------- /Tut-8/mnist_loader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-8/mnist_loader.py -------------------------------------------------------------------------------- /Tut-8/network2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-8/network2.py -------------------------------------------------------------------------------- /Tut-8/trainNN.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-8/trainNN.py -------------------------------------------------------------------------------- /Tut-9/dataValues.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-9/dataValues.h -------------------------------------------------------------------------------- /Tut-9/genTestData.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-9/genTestData.py -------------------------------------------------------------------------------- /Tut-9/myBlock2_wrapper.bit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-9/myBlock2_wrapper.bit -------------------------------------------------------------------------------- /Tut-9/myBlock2_wrapper.hdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-9/myBlock2_wrapper.hdf -------------------------------------------------------------------------------- /Tut-9/nnTest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/Tut-9/nnTest.c -------------------------------------------------------------------------------- /drawing.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vipinkmenon/neuralNetwork/HEAD/drawing.svg --------------------------------------------------------------------------------