├── Book1 ├── README.md ├── en_BINKLINGS AI learning 1.md ├── images │ ├── 1693394603517.png │ ├── 1693457556412.png │ ├── 1693472595158.png │ ├── 1693474767897.jpg │ ├── 1693475859793.jpg │ ├── 1693484723456.png │ ├── 1693559043608.png │ ├── 1693572500892.png │ ├── 1693635604732.png │ ├── 1693654283495.png │ ├── 1694611799051.jpg │ ├── 1694702023153.png │ ├── 1694702138730.png │ ├── 1694773843206.jpg │ ├── 1694773983783.png │ ├── 1694844636677.png │ ├── 1694845138835.png │ ├── 1694845300706.png │ ├── 1694849005422.png │ ├── 1694849753859.png │ ├── 1694949627142.jpg │ ├── 1696401537819.png │ ├── 1696402047670.jpg │ ├── 1696408303584.png │ ├── 1696411150874.png │ ├── 1696426188115.png │ ├── 1696426536077.png │ ├── 1696473928655.png │ ├── 1696474777106.png │ ├── 1696484033134.png │ ├── 1696485527349.png │ ├── 1696485570735.png │ ├── 1696486453856.png │ ├── 1696678707481.png │ ├── 1697552067655.png │ ├── 1698116595178.png │ ├── 1698131428410.png │ ├── 1698131465385.png │ ├── 1698131712788.png │ ├── 1698131726284.png │ ├── 1698132872218.png │ ├── 1698479067117.png │ ├── 1698479719401.png │ ├── 1698482097001.png │ ├── 1698499473936.png │ ├── 1698826249512.png │ ├── 1698826335568.png │ ├── 1698827561583.png │ ├── 1698836962519.png │ ├── 1700829181619.png │ ├── 1700830351287.jpg │ ├── 1700830419486.jpg │ ├── 1700830862447.png │ ├── 1700832289422.png │ ├── 1702108849083.png │ ├── 1702110371360.png │ ├── 1702110642472.png │ └── 1702540024861.png └── zh_BINKLINGS AI learning 1.md ├── LICENSE ├── README.md └── src ├── data ├── 0 │ ├── 0.txt │ ├── 1.txt │ ├── 10.txt │ ├── 100.txt │ ├── 11.txt │ ├── 12.txt │ ├── 13.txt │ ├── 14.txt │ ├── 15.txt │ ├── 16.txt │ ├── 17.txt │ ├── 18.txt │ ├── 19.txt │ ├── 2.txt │ ├── 20.txt │ ├── 21.txt │ ├── 22.txt │ ├── 23.txt │ ├── 24.txt │ ├── 25.txt │ ├── 26.txt │ ├── 27.txt │ ├── 28.txt │ ├── 29.txt │ ├── 3.txt │ ├── 30.txt │ ├── 31.txt │ ├── 32.txt │ ├── 33.txt │ ├── 34.txt │ ├── 35.txt │ ├── 36.txt │ ├── 37.txt │ ├── 38.txt │ ├── 39.txt │ ├── 4.txt │ ├── 40.txt │ ├── 41.txt │ ├── 42.txt │ ├── 43.txt │ ├── 44.txt │ ├── 45.txt │ ├── 46.txt │ ├── 47.txt │ ├── 48.txt │ ├── 49.txt │ ├── 5.txt │ ├── 50.txt │ ├── 51.txt │ ├── 52.txt │ ├── 53.txt │ ├── 54.txt │ ├── 55.txt │ ├── 56.txt │ ├── 57.txt │ ├── 58.txt │ ├── 59.txt │ ├── 6.txt │ ├── 60.txt │ ├── 61.txt │ ├── 62.txt │ ├── 63.txt │ ├── 64.txt │ ├── 65.txt │ ├── 66.txt │ ├── 67.txt │ ├── 68.txt │ ├── 69.txt │ ├── 7.txt │ ├── 70.txt │ ├── 71.txt │ ├── 72.txt │ ├── 73.txt │ ├── 74.txt │ ├── 75.txt │ ├── 76.txt │ ├── 77.txt │ ├── 78.txt │ ├── 79.txt │ ├── 8.txt │ ├── 80.txt │ ├── 81.txt │ ├── 82.txt │ ├── 83.txt │ ├── 84.txt │ ├── 85.txt │ ├── 86.txt │ ├── 87.txt │ ├── 88.txt │ ├── 89.txt │ ├── 9.txt │ ├── 90.txt │ ├── 91.txt │ ├── 92.txt │ ├── 93.txt │ ├── 94.txt │ ├── 95.txt │ ├── 96.txt │ ├── 97.txt │ ├── 98.txt │ └── 99.txt ├── 1 │ ├── 0.txt │ ├── 1.txt │ ├── 10.txt │ ├── 100.txt │ ├── 11.txt │ ├── 12.txt │ ├── 13.txt │ ├── 14.txt │ ├── 15.txt │ ├── 16.txt │ ├── 17.txt │ ├── 18.txt │ ├── 19.txt │ ├── 2.txt │ ├── 20.txt │ ├── 21.txt │ ├── 22.txt │ ├── 23.txt │ ├── 24.txt │ ├── 25.txt │ ├── 26.txt │ ├── 27.txt │ ├── 28.txt │ ├── 29.txt │ ├── 3.txt │ ├── 30.txt │ ├── 31.txt │ ├── 32.txt │ ├── 33.txt │ ├── 34.txt │ ├── 35.txt │ ├── 36.txt │ ├── 37.txt │ ├── 38.txt │ ├── 39.txt │ ├── 4.txt │ ├── 40.txt │ ├── 41.txt │ ├── 42.txt │ ├── 43.txt │ ├── 44.txt │ ├── 45.txt │ ├── 46.txt │ ├── 47.txt │ ├── 48.txt │ ├── 49.txt │ ├── 5.txt │ ├── 50.txt │ ├── 51.txt │ ├── 52.txt │ ├── 53.txt │ ├── 54.txt │ ├── 55.txt │ ├── 56.txt │ ├── 57.txt │ ├── 58.txt │ ├── 59.txt │ ├── 6.txt │ ├── 60.txt │ ├── 61.txt │ ├── 62.txt │ ├── 63.txt │ ├── 64.txt │ ├── 65.txt │ ├── 66.txt │ ├── 67.txt │ ├── 68.txt │ ├── 69.txt │ ├── 7.txt │ ├── 70.txt │ ├── 71.txt │ ├── 72.txt │ ├── 73.txt │ ├── 74.txt │ ├── 75.txt │ ├── 76.txt │ ├── 77.txt │ ├── 78.txt │ ├── 79.txt │ ├── 8.txt │ ├── 80.txt │ ├── 81.txt │ ├── 82.txt │ ├── 83.txt │ ├── 84.txt │ ├── 85.txt │ ├── 86.txt │ ├── 87.txt │ ├── 88.txt │ ├── 89.txt │ ├── 9.txt │ ├── 90.txt │ ├── 91.txt │ ├── 92.txt │ ├── 93.txt │ ├── 94.txt │ ├── 95.txt │ ├── 96.txt │ ├── 97.txt │ ├── 98.txt │ └── 99.txt ├── 2 │ ├── 0.txt │ ├── 1.txt │ ├── 10.txt │ ├── 100.txt │ ├── 11.txt │ ├── 12.txt │ ├── 13.txt │ ├── 14.txt │ ├── 15.txt │ ├── 16.txt │ ├── 17.txt │ ├── 18.txt │ ├── 19.txt │ ├── 2.txt │ ├── 20.txt │ ├── 21.txt │ ├── 22.txt │ ├── 23.txt │ ├── 24.txt │ ├── 25.txt │ ├── 26.txt │ ├── 27.txt │ ├── 28.txt │ ├── 29.txt │ ├── 3.txt │ ├── 30.txt │ ├── 31.txt │ ├── 32.txt │ ├── 33.txt │ ├── 34.txt │ ├── 35.txt │ ├── 36.txt │ ├── 37.txt │ ├── 38.txt │ ├── 39.txt │ ├── 4.txt │ ├── 40.txt │ ├── 41.txt │ ├── 42.txt │ ├── 43.txt │ ├── 44.txt │ ├── 45.txt │ ├── 46.txt │ ├── 47.txt │ ├── 48.txt │ ├── 49.txt │ ├── 5.txt │ ├── 50.txt │ ├── 51.txt │ ├── 52.txt │ ├── 53.txt │ ├── 54.txt │ ├── 55.txt │ ├── 56.txt │ ├── 57.txt │ ├── 58.txt │ ├── 59.txt │ ├── 6.txt │ ├── 60.txt │ ├── 61.txt │ ├── 62.txt │ ├── 63.txt │ ├── 64.txt │ ├── 65.txt │ ├── 66.txt │ ├── 67.txt │ ├── 68.txt │ ├── 69.txt │ ├── 7.txt │ ├── 70.txt │ ├── 71.txt │ ├── 72.txt │ ├── 73.txt │ ├── 74.txt │ ├── 75.txt │ ├── 76.txt │ ├── 77.txt │ ├── 78.txt │ ├── 79.txt │ ├── 8.txt │ ├── 80.txt │ ├── 81.txt │ ├── 82.txt │ ├── 83.txt │ ├── 84.txt │ ├── 85.txt │ ├── 86.txt │ ├── 87.txt │ ├── 88.txt │ ├── 89.txt │ ├── 9.txt │ ├── 90.txt │ ├── 91.txt │ ├── 92.txt │ ├── 93.txt │ ├── 94.txt │ ├── 95.txt │ ├── 96.txt │ ├── 97.txt │ ├── 98.txt │ └── 99.txt ├── 3 │ ├── 0.txt │ ├── 1.txt │ ├── 10.txt │ ├── 100.txt │ ├── 11.txt │ ├── 12.txt │ ├── 13.txt │ ├── 14.txt │ ├── 15.txt │ ├── 16.txt │ ├── 17.txt │ ├── 18.txt │ ├── 19.txt │ ├── 2.txt │ ├── 20.txt │ ├── 21.txt │ ├── 22.txt │ ├── 23.txt │ ├── 24.txt │ ├── 25.txt │ ├── 26.txt │ ├── 27.txt │ ├── 28.txt │ ├── 29.txt │ ├── 3.txt │ ├── 30.txt │ ├── 31.txt │ ├── 32.txt │ ├── 33.txt │ ├── 34.txt │ ├── 35.txt │ ├── 36.txt │ ├── 37.txt │ ├── 38.txt │ ├── 39.txt │ ├── 4.txt │ ├── 40.txt │ ├── 41.txt │ ├── 42.txt │ ├── 43.txt │ ├── 44.txt │ ├── 45.txt │ ├── 46.txt │ ├── 47.txt │ ├── 48.txt │ ├── 49.txt │ ├── 5.txt │ ├── 50.txt │ ├── 51.txt │ ├── 52.txt │ ├── 53.txt │ ├── 54.txt │ ├── 55.txt │ ├── 56.txt │ ├── 57.txt │ ├── 58.txt │ ├── 59.txt │ ├── 6.txt │ ├── 60.txt │ ├── 61.txt │ ├── 62.txt │ ├── 63.txt │ ├── 64.txt │ ├── 65.txt │ ├── 66.txt │ ├── 67.txt │ ├── 68.txt │ ├── 69.txt │ ├── 7.txt │ ├── 70.txt │ ├── 71.txt │ ├── 72.txt │ ├── 73.txt │ ├── 74.txt │ ├── 75.txt │ ├── 76.txt │ ├── 77.txt │ ├── 78.txt │ ├── 79.txt │ ├── 8.txt │ ├── 80.txt │ ├── 81.txt │ ├── 82.txt │ ├── 83.txt │ ├── 84.txt │ ├── 85.txt │ ├── 86.txt │ ├── 87.txt │ ├── 88.txt │ ├── 89.txt │ ├── 9.txt │ ├── 90.txt │ ├── 91.txt │ ├── 92.txt │ ├── 93.txt │ ├── 94.txt │ ├── 95.txt │ ├── 96.txt │ ├── 97.txt │ ├── 98.txt │ └── 99.txt ├── 4 │ ├── 0.txt │ ├── 1.txt │ ├── 10.txt │ ├── 100.txt │ ├── 11.txt │ ├── 12.txt │ ├── 13.txt │ ├── 14.txt │ ├── 15.txt │ ├── 16.txt │ ├── 17.txt │ ├── 18.txt │ ├── 19.txt │ ├── 2.txt │ ├── 20.txt │ ├── 21.txt │ ├── 22.txt │ ├── 23.txt │ ├── 24.txt │ ├── 25.txt │ ├── 26.txt │ ├── 27.txt │ ├── 28.txt │ ├── 29.txt │ ├── 3.txt │ ├── 30.txt │ ├── 31.txt │ ├── 32.txt │ ├── 33.txt │ ├── 34.txt │ ├── 35.txt │ ├── 36.txt │ ├── 37.txt │ ├── 38.txt │ ├── 39.txt │ ├── 4.txt │ ├── 40.txt │ ├── 41.txt │ ├── 42.txt │ ├── 43.txt │ ├── 44.txt │ ├── 45.txt │ ├── 46.txt │ ├── 47.txt │ ├── 48.txt │ ├── 49.txt │ ├── 5.txt │ ├── 50.txt │ ├── 51.txt │ ├── 52.txt │ ├── 53.txt │ ├── 54.txt │ ├── 55.txt │ ├── 56.txt │ ├── 57.txt │ ├── 58.txt │ ├── 59.txt │ ├── 6.txt │ ├── 60.txt │ ├── 61.txt │ ├── 62.txt │ ├── 63.txt │ ├── 64.txt │ ├── 65.txt │ ├── 66.txt │ ├── 67.txt │ ├── 68.txt │ ├── 69.txt │ ├── 7.txt │ ├── 70.txt │ ├── 71.txt │ ├── 72.txt │ ├── 73.txt │ ├── 74.txt │ ├── 75.txt │ ├── 76.txt │ ├── 77.txt │ ├── 78.txt │ ├── 79.txt │ ├── 8.txt │ ├── 80.txt │ ├── 81.txt │ ├── 82.txt │ ├── 83.txt │ ├── 84.txt │ ├── 85.txt │ ├── 86.txt │ ├── 87.txt │ ├── 88.txt │ ├── 89.txt │ ├── 9.txt │ ├── 90.txt │ ├── 91.txt │ ├── 92.txt │ ├── 93.txt │ ├── 94.txt │ ├── 95.txt │ ├── 96.txt │ ├── 97.txt │ ├── 98.txt │ └── 99.txt ├── 5 │ ├── 0.txt │ ├── 1.txt │ ├── 10.txt │ ├── 100.txt │ ├── 11.txt │ ├── 12.txt │ ├── 13.txt │ ├── 14.txt │ ├── 15.txt │ ├── 16.txt │ ├── 17.txt │ ├── 18.txt │ ├── 19.txt │ ├── 2.txt │ ├── 20.txt │ ├── 21.txt │ ├── 22.txt │ ├── 23.txt │ ├── 24.txt │ ├── 25.txt │ ├── 26.txt │ ├── 27.txt │ ├── 28.txt │ ├── 29.txt │ ├── 3.txt │ ├── 30.txt │ ├── 31.txt │ ├── 32.txt │ ├── 33.txt │ ├── 34.txt │ ├── 35.txt │ ├── 36.txt │ ├── 37.txt │ ├── 38.txt │ ├── 39.txt │ ├── 4.txt │ ├── 40.txt │ ├── 41.txt │ ├── 42.txt │ ├── 43.txt │ ├── 44.txt │ ├── 45.txt │ ├── 46.txt │ ├── 47.txt │ ├── 48.txt │ ├── 49.txt │ ├── 5.txt │ ├── 50.txt │ ├── 51.txt │ ├── 52.txt │ ├── 53.txt │ ├── 54.txt │ ├── 55.txt │ ├── 56.txt │ ├── 57.txt │ ├── 58.txt │ ├── 59.txt │ ├── 6.txt │ ├── 60.txt │ ├── 61.txt │ ├── 62.txt │ ├── 63.txt │ ├── 64.txt │ ├── 65.txt │ ├── 66.txt │ ├── 67.txt │ ├── 68.txt │ ├── 69.txt │ ├── 7.txt │ ├── 70.txt │ ├── 71.txt │ ├── 72.txt │ ├── 73.txt │ ├── 74.txt │ ├── 75.txt │ ├── 76.txt │ ├── 77.txt │ ├── 78.txt │ ├── 79.txt │ ├── 8.txt │ ├── 80.txt │ ├── 81.txt │ ├── 82.txt │ ├── 83.txt │ ├── 84.txt │ ├── 85.txt │ ├── 86.txt │ ├── 87.txt │ ├── 88.txt │ ├── 89.txt │ ├── 9.txt │ ├── 90.txt │ ├── 91.txt │ ├── 92.txt │ ├── 93.txt │ ├── 94.txt │ ├── 95.txt │ ├── 96.txt │ ├── 97.txt │ ├── 98.txt │ └── 99.txt ├── 6 │ ├── 0.txt │ ├── 1.txt │ ├── 10.txt │ ├── 100.txt │ ├── 11.txt │ ├── 12.txt │ ├── 13.txt │ ├── 14.txt │ ├── 15.txt │ ├── 16.txt │ ├── 17.txt │ ├── 18.txt │ ├── 19.txt │ ├── 2.txt │ ├── 20.txt │ ├── 21.txt │ ├── 22.txt │ ├── 23.txt │ ├── 24.txt │ ├── 25.txt │ ├── 26.txt │ ├── 27.txt │ ├── 28.txt │ ├── 29.txt │ ├── 3.txt │ ├── 30.txt │ ├── 31.txt │ ├── 32.txt │ ├── 33.txt │ ├── 34.txt │ ├── 35.txt │ ├── 36.txt │ ├── 37.txt │ ├── 38.txt │ ├── 39.txt │ ├── 4.txt │ ├── 40.txt │ ├── 41.txt │ ├── 42.txt │ ├── 43.txt │ ├── 44.txt │ ├── 45.txt │ ├── 46.txt │ ├── 47.txt │ ├── 48.txt │ ├── 49.txt │ ├── 5.txt │ ├── 50.txt │ ├── 51.txt │ ├── 52.txt │ ├── 53.txt │ ├── 54.txt │ ├── 55.txt │ ├── 56.txt │ ├── 57.txt │ ├── 58.txt │ ├── 59.txt │ ├── 6.txt │ ├── 60.txt │ ├── 61.txt │ ├── 62.txt │ ├── 63.txt │ ├── 64.txt │ ├── 65.txt │ ├── 66.txt │ ├── 67.txt │ ├── 68.txt │ ├── 69.txt │ ├── 7.txt │ ├── 70.txt │ ├── 71.txt │ ├── 72.txt │ ├── 73.txt │ ├── 74.txt │ ├── 75.txt │ ├── 76.txt │ ├── 77.txt │ ├── 78.txt │ ├── 79.txt │ ├── 8.txt │ ├── 80.txt │ ├── 81.txt │ ├── 82.txt │ ├── 83.txt │ ├── 84.txt │ ├── 85.txt │ ├── 86.txt │ ├── 87.txt │ ├── 88.txt │ ├── 89.txt │ ├── 9.txt │ ├── 90.txt │ ├── 91.txt │ ├── 92.txt │ ├── 93.txt │ ├── 94.txt │ ├── 95.txt │ ├── 96.txt │ ├── 97.txt │ ├── 98.txt │ └── 99.txt ├── 7 │ ├── 0.txt │ ├── 1.txt │ ├── 10.txt │ ├── 100.txt │ ├── 11.txt │ ├── 12.txt │ ├── 13.txt │ ├── 14.txt │ ├── 15.txt │ ├── 16.txt │ ├── 17.txt │ ├── 18.txt │ ├── 19.txt │ ├── 2.txt │ ├── 20.txt │ ├── 21.txt │ ├── 22.txt │ ├── 23.txt │ ├── 24.txt │ ├── 25.txt │ ├── 26.txt │ ├── 27.txt │ ├── 28.txt │ ├── 29.txt │ ├── 3.txt │ ├── 30.txt │ ├── 31.txt │ ├── 32.txt │ ├── 33.txt │ ├── 34.txt │ ├── 35.txt │ ├── 36.txt │ ├── 37.txt │ ├── 38.txt │ ├── 39.txt │ ├── 4.txt │ ├── 40.txt │ ├── 41.txt │ ├── 42.txt │ ├── 43.txt │ ├── 44.txt │ ├── 45.txt │ ├── 46.txt │ ├── 47.txt │ ├── 48.txt │ ├── 49.txt │ ├── 5.txt │ ├── 50.txt │ ├── 51.txt │ ├── 52.txt │ ├── 53.txt │ ├── 54.txt │ ├── 55.txt │ ├── 56.txt │ ├── 57.txt │ ├── 58.txt │ ├── 59.txt │ ├── 6.txt │ ├── 60.txt │ ├── 61.txt │ ├── 62.txt │ ├── 63.txt │ ├── 64.txt │ ├── 65.txt │ ├── 66.txt │ ├── 67.txt │ ├── 68.txt │ ├── 69.txt │ ├── 7.txt │ ├── 70.txt │ ├── 71.txt │ ├── 72.txt │ ├── 73.txt │ ├── 74.txt │ ├── 75.txt │ ├── 76.txt │ ├── 77.txt │ ├── 78.txt │ ├── 79.txt │ ├── 8.txt │ ├── 80.txt │ ├── 81.txt │ ├── 82.txt │ ├── 83.txt │ ├── 84.txt │ ├── 85.txt │ ├── 86.txt │ ├── 87.txt │ ├── 88.txt │ ├── 89.txt │ ├── 9.txt │ ├── 90.txt │ ├── 91.txt │ ├── 92.txt │ ├── 93.txt │ ├── 94.txt │ ├── 95.txt │ ├── 96.txt │ ├── 97.txt │ ├── 98.txt │ └── 99.txt ├── 8 │ ├── 0.txt │ ├── 1.txt │ ├── 10.txt │ ├── 100.txt │ ├── 11.txt │ ├── 12.txt │ ├── 13.txt │ ├── 14.txt │ ├── 15.txt │ ├── 16.txt │ ├── 17.txt │ ├── 18.txt │ ├── 19.txt │ ├── 2.txt │ ├── 20.txt │ ├── 21.txt │ ├── 22.txt │ ├── 23.txt │ ├── 24.txt │ ├── 25.txt │ ├── 26.txt │ ├── 27.txt │ ├── 28.txt │ ├── 29.txt │ ├── 3.txt │ ├── 30.txt │ ├── 31.txt │ ├── 32.txt │ ├── 33.txt │ ├── 34.txt │ ├── 35.txt │ ├── 36.txt │ ├── 37.txt │ ├── 38.txt │ ├── 39.txt │ ├── 4.txt │ ├── 40.txt │ ├── 41.txt │ ├── 42.txt │ ├── 43.txt │ ├── 44.txt │ ├── 45.txt │ ├── 46.txt │ ├── 47.txt │ ├── 48.txt │ ├── 49.txt │ ├── 5.txt │ ├── 50.txt │ ├── 51.txt │ ├── 52.txt │ ├── 53.txt │ ├── 54.txt │ ├── 55.txt │ ├── 56.txt │ ├── 57.txt │ ├── 58.txt │ ├── 59.txt │ ├── 6.txt │ ├── 60.txt │ ├── 61.txt │ ├── 62.txt │ ├── 63.txt │ ├── 64.txt │ ├── 65.txt │ ├── 66.txt │ ├── 67.txt │ ├── 68.txt │ ├── 69.txt │ ├── 7.txt │ ├── 70.txt │ ├── 71.txt │ ├── 72.txt │ ├── 73.txt │ ├── 74.txt │ ├── 75.txt │ ├── 76.txt │ ├── 77.txt │ ├── 78.txt │ ├── 79.txt │ ├── 8.txt │ ├── 80.txt │ ├── 81.txt │ ├── 82.txt │ ├── 83.txt │ ├── 84.txt │ ├── 85.txt │ ├── 86.txt │ ├── 87.txt │ ├── 88.txt │ ├── 89.txt │ ├── 9.txt │ ├── 90.txt │ ├── 91.txt │ ├── 92.txt │ ├── 93.txt │ ├── 94.txt │ ├── 95.txt │ ├── 96.txt │ ├── 97.txt │ ├── 98.txt │ └── 99.txt └── 9 │ ├── 0.txt │ ├── 1.txt │ ├── 10.txt │ ├── 100.txt │ ├── 11.txt │ ├── 12.txt │ ├── 13.txt │ ├── 14.txt │ ├── 15.txt │ ├── 16.txt │ ├── 17.txt │ ├── 18.txt │ ├── 19.txt │ ├── 2.txt │ ├── 20.txt │ ├── 21.txt │ ├── 22.txt │ ├── 23.txt │ ├── 24.txt │ ├── 25.txt │ ├── 26.txt │ ├── 27.txt │ ├── 28.txt │ ├── 29.txt │ ├── 3.txt │ ├── 30.txt │ ├── 31.txt │ ├── 32.txt │ ├── 33.txt │ ├── 34.txt │ ├── 35.txt │ ├── 36.txt │ ├── 37.txt │ ├── 38.txt │ ├── 39.txt │ ├── 4.txt │ ├── 40.txt │ ├── 41.txt │ ├── 42.txt │ ├── 43.txt │ ├── 44.txt │ ├── 45.txt │ ├── 46.txt │ ├── 47.txt │ ├── 48.txt │ ├── 49.txt │ ├── 5.txt │ ├── 50.txt │ ├── 51.txt │ ├── 52.txt │ ├── 53.txt │ ├── 54.txt │ ├── 55.txt │ ├── 56.txt │ ├── 57.txt │ ├── 58.txt │ ├── 59.txt │ ├── 6.txt │ ├── 60.txt │ ├── 61.txt │ ├── 62.txt │ ├── 63.txt │ ├── 64.txt │ ├── 65.txt │ ├── 66.txt │ ├── 67.txt │ ├── 68.txt │ ├── 69.txt │ ├── 7.txt │ ├── 70.txt │ ├── 71.txt │ ├── 72.txt │ ├── 73.txt │ ├── 74.txt │ ├── 75.txt │ ├── 76.txt │ ├── 77.txt │ ├── 78.txt │ ├── 79.txt │ ├── 8.txt │ ├── 80.txt │ ├── 81.txt │ ├── 82.txt │ ├── 83.txt │ ├── 84.txt │ ├── 85.txt │ ├── 86.txt │ ├── 87.txt │ ├── 88.txt │ ├── 89.txt │ ├── 9.txt │ ├── 90.txt │ ├── 91.txt │ ├── 92.txt │ ├── 93.txt │ ├── 94.txt │ ├── 95.txt │ ├── 96.txt │ ├── 97.txt │ ├── 98.txt │ └── 99.txt ├── fast.h ├── num.exe ├── num.html ├── num_predict.bin ├── num_predict.cpp └── num_predict_fast.cpp /Book1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/Book1/README.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/README.md -------------------------------------------------------------------------------- /src/data/0/0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/0.txt -------------------------------------------------------------------------------- /src/data/0/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/1.txt -------------------------------------------------------------------------------- /src/data/0/10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/10.txt -------------------------------------------------------------------------------- /src/data/0/100.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/100.txt -------------------------------------------------------------------------------- /src/data/0/11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/11.txt -------------------------------------------------------------------------------- /src/data/0/12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/12.txt -------------------------------------------------------------------------------- /src/data/0/13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/13.txt -------------------------------------------------------------------------------- /src/data/0/14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/14.txt -------------------------------------------------------------------------------- /src/data/0/15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/15.txt -------------------------------------------------------------------------------- /src/data/0/16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/16.txt -------------------------------------------------------------------------------- /src/data/0/17.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/17.txt -------------------------------------------------------------------------------- /src/data/0/18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/18.txt -------------------------------------------------------------------------------- /src/data/0/19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/19.txt -------------------------------------------------------------------------------- /src/data/0/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/2.txt -------------------------------------------------------------------------------- /src/data/0/20.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/20.txt -------------------------------------------------------------------------------- /src/data/0/21.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/21.txt -------------------------------------------------------------------------------- /src/data/0/22.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/22.txt -------------------------------------------------------------------------------- /src/data/0/23.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/23.txt -------------------------------------------------------------------------------- /src/data/0/24.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/24.txt -------------------------------------------------------------------------------- /src/data/0/25.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/25.txt -------------------------------------------------------------------------------- /src/data/0/26.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/26.txt -------------------------------------------------------------------------------- /src/data/0/27.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/27.txt -------------------------------------------------------------------------------- /src/data/0/28.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/28.txt -------------------------------------------------------------------------------- /src/data/0/29.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/29.txt -------------------------------------------------------------------------------- /src/data/0/3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/3.txt -------------------------------------------------------------------------------- /src/data/0/30.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/30.txt -------------------------------------------------------------------------------- /src/data/0/31.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/31.txt -------------------------------------------------------------------------------- /src/data/0/32.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/32.txt -------------------------------------------------------------------------------- /src/data/0/33.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/33.txt -------------------------------------------------------------------------------- /src/data/0/34.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/34.txt -------------------------------------------------------------------------------- /src/data/0/35.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/35.txt -------------------------------------------------------------------------------- /src/data/0/36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/36.txt -------------------------------------------------------------------------------- /src/data/0/37.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/37.txt -------------------------------------------------------------------------------- /src/data/0/38.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/38.txt -------------------------------------------------------------------------------- /src/data/0/39.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/39.txt -------------------------------------------------------------------------------- /src/data/0/4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/4.txt -------------------------------------------------------------------------------- /src/data/0/40.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/40.txt -------------------------------------------------------------------------------- /src/data/0/41.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/41.txt -------------------------------------------------------------------------------- /src/data/0/42.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/42.txt -------------------------------------------------------------------------------- /src/data/0/43.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/43.txt -------------------------------------------------------------------------------- /src/data/0/44.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/44.txt -------------------------------------------------------------------------------- /src/data/0/45.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/45.txt -------------------------------------------------------------------------------- /src/data/0/46.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/46.txt -------------------------------------------------------------------------------- /src/data/0/47.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/47.txt -------------------------------------------------------------------------------- /src/data/0/48.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/48.txt -------------------------------------------------------------------------------- /src/data/0/49.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/49.txt -------------------------------------------------------------------------------- /src/data/0/5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/5.txt -------------------------------------------------------------------------------- /src/data/0/50.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/50.txt -------------------------------------------------------------------------------- /src/data/0/51.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/51.txt -------------------------------------------------------------------------------- /src/data/0/52.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/52.txt -------------------------------------------------------------------------------- /src/data/0/53.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/53.txt -------------------------------------------------------------------------------- /src/data/0/54.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/54.txt -------------------------------------------------------------------------------- /src/data/0/55.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/55.txt -------------------------------------------------------------------------------- /src/data/0/56.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/56.txt -------------------------------------------------------------------------------- /src/data/0/57.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/57.txt -------------------------------------------------------------------------------- /src/data/0/58.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/58.txt -------------------------------------------------------------------------------- /src/data/0/59.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/59.txt -------------------------------------------------------------------------------- /src/data/0/6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/6.txt -------------------------------------------------------------------------------- /src/data/0/60.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/60.txt -------------------------------------------------------------------------------- /src/data/0/61.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/61.txt -------------------------------------------------------------------------------- /src/data/0/62.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/62.txt -------------------------------------------------------------------------------- /src/data/0/63.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/63.txt -------------------------------------------------------------------------------- /src/data/0/64.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/64.txt -------------------------------------------------------------------------------- /src/data/0/65.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/65.txt -------------------------------------------------------------------------------- /src/data/0/66.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/66.txt -------------------------------------------------------------------------------- /src/data/0/67.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/67.txt -------------------------------------------------------------------------------- /src/data/0/68.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/68.txt -------------------------------------------------------------------------------- /src/data/0/69.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/69.txt -------------------------------------------------------------------------------- /src/data/0/7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/7.txt -------------------------------------------------------------------------------- /src/data/0/70.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/70.txt -------------------------------------------------------------------------------- /src/data/0/71.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/71.txt -------------------------------------------------------------------------------- /src/data/0/72.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/72.txt -------------------------------------------------------------------------------- /src/data/0/73.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/73.txt -------------------------------------------------------------------------------- /src/data/0/74.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/74.txt -------------------------------------------------------------------------------- /src/data/0/75.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/75.txt -------------------------------------------------------------------------------- /src/data/0/76.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/76.txt -------------------------------------------------------------------------------- /src/data/0/77.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/77.txt -------------------------------------------------------------------------------- /src/data/0/78.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/78.txt -------------------------------------------------------------------------------- /src/data/0/79.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/79.txt -------------------------------------------------------------------------------- /src/data/0/8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/8.txt -------------------------------------------------------------------------------- /src/data/0/80.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/80.txt -------------------------------------------------------------------------------- /src/data/0/81.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/81.txt -------------------------------------------------------------------------------- /src/data/0/82.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/82.txt -------------------------------------------------------------------------------- /src/data/0/83.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/83.txt -------------------------------------------------------------------------------- /src/data/0/84.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/84.txt -------------------------------------------------------------------------------- /src/data/0/85.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/85.txt -------------------------------------------------------------------------------- /src/data/0/86.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/86.txt -------------------------------------------------------------------------------- /src/data/0/87.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/87.txt -------------------------------------------------------------------------------- /src/data/0/88.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/88.txt -------------------------------------------------------------------------------- /src/data/0/89.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/89.txt -------------------------------------------------------------------------------- /src/data/0/9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/9.txt -------------------------------------------------------------------------------- /src/data/0/90.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/90.txt -------------------------------------------------------------------------------- /src/data/0/91.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/91.txt -------------------------------------------------------------------------------- /src/data/0/92.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/92.txt -------------------------------------------------------------------------------- /src/data/0/93.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/93.txt -------------------------------------------------------------------------------- /src/data/0/94.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/94.txt -------------------------------------------------------------------------------- /src/data/0/95.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/95.txt -------------------------------------------------------------------------------- /src/data/0/96.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/96.txt -------------------------------------------------------------------------------- /src/data/0/97.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/97.txt -------------------------------------------------------------------------------- /src/data/0/98.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/98.txt -------------------------------------------------------------------------------- /src/data/0/99.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/0/99.txt -------------------------------------------------------------------------------- /src/data/1/0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/0.txt -------------------------------------------------------------------------------- /src/data/1/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/1.txt -------------------------------------------------------------------------------- /src/data/1/10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/10.txt -------------------------------------------------------------------------------- /src/data/1/100.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/100.txt -------------------------------------------------------------------------------- /src/data/1/11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/11.txt -------------------------------------------------------------------------------- /src/data/1/12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/12.txt -------------------------------------------------------------------------------- /src/data/1/13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/13.txt -------------------------------------------------------------------------------- /src/data/1/14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/14.txt -------------------------------------------------------------------------------- /src/data/1/15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/15.txt -------------------------------------------------------------------------------- /src/data/1/16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/16.txt -------------------------------------------------------------------------------- /src/data/1/17.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/17.txt -------------------------------------------------------------------------------- /src/data/1/18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/18.txt -------------------------------------------------------------------------------- /src/data/1/19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/19.txt -------------------------------------------------------------------------------- /src/data/1/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/2.txt -------------------------------------------------------------------------------- /src/data/1/20.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/20.txt -------------------------------------------------------------------------------- /src/data/1/21.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/21.txt -------------------------------------------------------------------------------- /src/data/1/22.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/22.txt -------------------------------------------------------------------------------- /src/data/1/23.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/23.txt -------------------------------------------------------------------------------- /src/data/1/24.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/24.txt -------------------------------------------------------------------------------- /src/data/1/25.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/25.txt -------------------------------------------------------------------------------- /src/data/1/26.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/26.txt -------------------------------------------------------------------------------- /src/data/1/27.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/27.txt -------------------------------------------------------------------------------- /src/data/1/28.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/28.txt -------------------------------------------------------------------------------- /src/data/1/29.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/29.txt -------------------------------------------------------------------------------- /src/data/1/3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/3.txt -------------------------------------------------------------------------------- /src/data/1/30.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/30.txt -------------------------------------------------------------------------------- /src/data/1/31.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/31.txt -------------------------------------------------------------------------------- /src/data/1/32.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/32.txt -------------------------------------------------------------------------------- /src/data/1/33.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/33.txt -------------------------------------------------------------------------------- /src/data/1/34.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/34.txt -------------------------------------------------------------------------------- /src/data/1/35.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/35.txt -------------------------------------------------------------------------------- /src/data/1/36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/36.txt -------------------------------------------------------------------------------- /src/data/1/37.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/37.txt -------------------------------------------------------------------------------- /src/data/1/38.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/38.txt -------------------------------------------------------------------------------- /src/data/1/39.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/39.txt -------------------------------------------------------------------------------- /src/data/1/4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/4.txt -------------------------------------------------------------------------------- /src/data/1/40.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/40.txt -------------------------------------------------------------------------------- /src/data/1/41.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/41.txt -------------------------------------------------------------------------------- /src/data/1/42.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/42.txt -------------------------------------------------------------------------------- /src/data/1/43.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/43.txt -------------------------------------------------------------------------------- /src/data/1/44.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/44.txt -------------------------------------------------------------------------------- /src/data/1/45.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/45.txt -------------------------------------------------------------------------------- /src/data/1/46.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/46.txt -------------------------------------------------------------------------------- /src/data/1/47.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/47.txt -------------------------------------------------------------------------------- /src/data/1/48.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/48.txt -------------------------------------------------------------------------------- /src/data/1/49.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/49.txt -------------------------------------------------------------------------------- /src/data/1/5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/5.txt -------------------------------------------------------------------------------- /src/data/1/50.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/50.txt -------------------------------------------------------------------------------- /src/data/1/51.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/51.txt -------------------------------------------------------------------------------- /src/data/1/52.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/52.txt -------------------------------------------------------------------------------- /src/data/1/53.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/53.txt -------------------------------------------------------------------------------- /src/data/1/54.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/54.txt -------------------------------------------------------------------------------- /src/data/1/55.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/55.txt -------------------------------------------------------------------------------- /src/data/1/56.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/56.txt -------------------------------------------------------------------------------- /src/data/1/57.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/57.txt -------------------------------------------------------------------------------- /src/data/1/58.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/58.txt -------------------------------------------------------------------------------- /src/data/1/59.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/59.txt -------------------------------------------------------------------------------- /src/data/1/6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/6.txt -------------------------------------------------------------------------------- /src/data/1/60.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/60.txt -------------------------------------------------------------------------------- /src/data/1/61.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/61.txt -------------------------------------------------------------------------------- /src/data/1/62.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/62.txt -------------------------------------------------------------------------------- /src/data/1/63.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/63.txt -------------------------------------------------------------------------------- /src/data/1/64.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/64.txt -------------------------------------------------------------------------------- /src/data/1/65.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/65.txt -------------------------------------------------------------------------------- /src/data/1/66.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/66.txt -------------------------------------------------------------------------------- /src/data/1/67.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/67.txt -------------------------------------------------------------------------------- /src/data/1/68.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/68.txt -------------------------------------------------------------------------------- /src/data/1/69.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/69.txt -------------------------------------------------------------------------------- /src/data/1/7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/7.txt -------------------------------------------------------------------------------- /src/data/1/70.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/70.txt -------------------------------------------------------------------------------- /src/data/1/71.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/71.txt -------------------------------------------------------------------------------- /src/data/1/72.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/72.txt -------------------------------------------------------------------------------- /src/data/1/73.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/73.txt -------------------------------------------------------------------------------- /src/data/1/74.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/74.txt -------------------------------------------------------------------------------- /src/data/1/75.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/75.txt -------------------------------------------------------------------------------- /src/data/1/76.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/76.txt -------------------------------------------------------------------------------- /src/data/1/77.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/77.txt -------------------------------------------------------------------------------- /src/data/1/78.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/78.txt -------------------------------------------------------------------------------- /src/data/1/79.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/79.txt -------------------------------------------------------------------------------- /src/data/1/8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/8.txt -------------------------------------------------------------------------------- /src/data/1/80.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/80.txt -------------------------------------------------------------------------------- /src/data/1/81.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/81.txt -------------------------------------------------------------------------------- /src/data/1/82.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/82.txt -------------------------------------------------------------------------------- /src/data/1/83.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/83.txt -------------------------------------------------------------------------------- /src/data/1/84.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/84.txt -------------------------------------------------------------------------------- /src/data/1/85.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/85.txt -------------------------------------------------------------------------------- /src/data/1/86.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/86.txt -------------------------------------------------------------------------------- /src/data/1/87.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/87.txt -------------------------------------------------------------------------------- /src/data/1/88.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/88.txt -------------------------------------------------------------------------------- /src/data/1/89.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/89.txt -------------------------------------------------------------------------------- /src/data/1/9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/9.txt -------------------------------------------------------------------------------- /src/data/1/90.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/90.txt -------------------------------------------------------------------------------- /src/data/1/91.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/91.txt -------------------------------------------------------------------------------- /src/data/1/92.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/92.txt -------------------------------------------------------------------------------- /src/data/1/93.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/93.txt -------------------------------------------------------------------------------- /src/data/1/94.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/94.txt -------------------------------------------------------------------------------- /src/data/1/95.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/95.txt -------------------------------------------------------------------------------- /src/data/1/96.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/96.txt -------------------------------------------------------------------------------- /src/data/1/97.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/97.txt -------------------------------------------------------------------------------- /src/data/1/98.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/98.txt -------------------------------------------------------------------------------- /src/data/1/99.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/1/99.txt -------------------------------------------------------------------------------- /src/data/2/0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/0.txt -------------------------------------------------------------------------------- /src/data/2/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/1.txt -------------------------------------------------------------------------------- /src/data/2/10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/10.txt -------------------------------------------------------------------------------- /src/data/2/100.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/100.txt -------------------------------------------------------------------------------- /src/data/2/11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/11.txt -------------------------------------------------------------------------------- /src/data/2/12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/12.txt -------------------------------------------------------------------------------- /src/data/2/13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/13.txt -------------------------------------------------------------------------------- /src/data/2/14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/14.txt -------------------------------------------------------------------------------- /src/data/2/15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/15.txt -------------------------------------------------------------------------------- /src/data/2/16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/16.txt -------------------------------------------------------------------------------- /src/data/2/17.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/17.txt -------------------------------------------------------------------------------- /src/data/2/18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/18.txt -------------------------------------------------------------------------------- /src/data/2/19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/19.txt -------------------------------------------------------------------------------- /src/data/2/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/2.txt -------------------------------------------------------------------------------- /src/data/2/20.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/20.txt -------------------------------------------------------------------------------- /src/data/2/21.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/21.txt -------------------------------------------------------------------------------- /src/data/2/22.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/22.txt -------------------------------------------------------------------------------- /src/data/2/23.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/23.txt -------------------------------------------------------------------------------- /src/data/2/24.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/24.txt -------------------------------------------------------------------------------- /src/data/2/25.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/25.txt -------------------------------------------------------------------------------- /src/data/2/26.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/26.txt -------------------------------------------------------------------------------- /src/data/2/27.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/27.txt -------------------------------------------------------------------------------- /src/data/2/28.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/28.txt -------------------------------------------------------------------------------- /src/data/2/29.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/29.txt -------------------------------------------------------------------------------- /src/data/2/3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/3.txt -------------------------------------------------------------------------------- /src/data/2/30.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/30.txt -------------------------------------------------------------------------------- /src/data/2/31.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/31.txt -------------------------------------------------------------------------------- /src/data/2/32.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/32.txt -------------------------------------------------------------------------------- /src/data/2/33.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/33.txt -------------------------------------------------------------------------------- /src/data/2/34.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/34.txt -------------------------------------------------------------------------------- /src/data/2/35.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/35.txt -------------------------------------------------------------------------------- /src/data/2/36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/36.txt -------------------------------------------------------------------------------- /src/data/2/37.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/37.txt -------------------------------------------------------------------------------- /src/data/2/38.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/38.txt -------------------------------------------------------------------------------- /src/data/2/39.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/39.txt -------------------------------------------------------------------------------- /src/data/2/4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/4.txt -------------------------------------------------------------------------------- /src/data/2/40.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/40.txt -------------------------------------------------------------------------------- /src/data/2/41.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/41.txt -------------------------------------------------------------------------------- /src/data/2/42.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/42.txt -------------------------------------------------------------------------------- /src/data/2/43.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/43.txt -------------------------------------------------------------------------------- /src/data/2/44.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/44.txt -------------------------------------------------------------------------------- /src/data/2/45.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/45.txt -------------------------------------------------------------------------------- /src/data/2/46.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/46.txt -------------------------------------------------------------------------------- /src/data/2/47.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/47.txt -------------------------------------------------------------------------------- /src/data/2/48.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/48.txt -------------------------------------------------------------------------------- /src/data/2/49.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/49.txt -------------------------------------------------------------------------------- /src/data/2/5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/5.txt -------------------------------------------------------------------------------- /src/data/2/50.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/50.txt -------------------------------------------------------------------------------- /src/data/2/51.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/51.txt -------------------------------------------------------------------------------- /src/data/2/52.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/52.txt -------------------------------------------------------------------------------- /src/data/2/53.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/53.txt -------------------------------------------------------------------------------- /src/data/2/54.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/54.txt -------------------------------------------------------------------------------- /src/data/2/55.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/55.txt -------------------------------------------------------------------------------- /src/data/2/56.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/56.txt -------------------------------------------------------------------------------- /src/data/2/57.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/57.txt -------------------------------------------------------------------------------- /src/data/2/58.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/58.txt -------------------------------------------------------------------------------- /src/data/2/59.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/59.txt -------------------------------------------------------------------------------- /src/data/2/6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/6.txt -------------------------------------------------------------------------------- /src/data/2/60.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/60.txt -------------------------------------------------------------------------------- /src/data/2/61.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/61.txt -------------------------------------------------------------------------------- /src/data/2/62.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/62.txt -------------------------------------------------------------------------------- /src/data/2/63.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/63.txt -------------------------------------------------------------------------------- /src/data/2/64.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/64.txt -------------------------------------------------------------------------------- /src/data/2/65.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/65.txt -------------------------------------------------------------------------------- /src/data/2/66.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/66.txt -------------------------------------------------------------------------------- /src/data/2/67.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/67.txt -------------------------------------------------------------------------------- /src/data/2/68.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/68.txt -------------------------------------------------------------------------------- /src/data/2/69.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/69.txt -------------------------------------------------------------------------------- /src/data/2/7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/7.txt -------------------------------------------------------------------------------- /src/data/2/70.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/70.txt -------------------------------------------------------------------------------- /src/data/2/71.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/71.txt -------------------------------------------------------------------------------- /src/data/2/72.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/72.txt -------------------------------------------------------------------------------- /src/data/2/73.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/73.txt -------------------------------------------------------------------------------- /src/data/2/74.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/74.txt -------------------------------------------------------------------------------- /src/data/2/75.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/75.txt -------------------------------------------------------------------------------- /src/data/2/76.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/76.txt -------------------------------------------------------------------------------- /src/data/2/77.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/77.txt -------------------------------------------------------------------------------- /src/data/2/78.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/78.txt -------------------------------------------------------------------------------- /src/data/2/79.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/79.txt -------------------------------------------------------------------------------- /src/data/2/8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/8.txt -------------------------------------------------------------------------------- /src/data/2/80.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/80.txt -------------------------------------------------------------------------------- /src/data/2/81.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/81.txt -------------------------------------------------------------------------------- /src/data/2/82.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/82.txt -------------------------------------------------------------------------------- /src/data/2/83.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/83.txt -------------------------------------------------------------------------------- /src/data/2/84.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/84.txt -------------------------------------------------------------------------------- /src/data/2/85.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/85.txt -------------------------------------------------------------------------------- /src/data/2/86.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/86.txt -------------------------------------------------------------------------------- /src/data/2/87.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/87.txt -------------------------------------------------------------------------------- /src/data/2/88.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/88.txt -------------------------------------------------------------------------------- /src/data/2/89.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/89.txt -------------------------------------------------------------------------------- /src/data/2/9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/9.txt -------------------------------------------------------------------------------- /src/data/2/90.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/90.txt -------------------------------------------------------------------------------- /src/data/2/91.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/91.txt -------------------------------------------------------------------------------- /src/data/2/92.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/92.txt -------------------------------------------------------------------------------- /src/data/2/93.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/93.txt -------------------------------------------------------------------------------- /src/data/2/94.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/94.txt -------------------------------------------------------------------------------- /src/data/2/95.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/95.txt -------------------------------------------------------------------------------- /src/data/2/96.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/96.txt -------------------------------------------------------------------------------- /src/data/2/97.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/97.txt -------------------------------------------------------------------------------- /src/data/2/98.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/98.txt -------------------------------------------------------------------------------- /src/data/2/99.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/2/99.txt -------------------------------------------------------------------------------- /src/data/3/0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/0.txt -------------------------------------------------------------------------------- /src/data/3/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/1.txt -------------------------------------------------------------------------------- /src/data/3/10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/10.txt -------------------------------------------------------------------------------- /src/data/3/100.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/100.txt -------------------------------------------------------------------------------- /src/data/3/11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/11.txt -------------------------------------------------------------------------------- /src/data/3/12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/12.txt -------------------------------------------------------------------------------- /src/data/3/13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/13.txt -------------------------------------------------------------------------------- /src/data/3/14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/14.txt -------------------------------------------------------------------------------- /src/data/3/15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/15.txt -------------------------------------------------------------------------------- /src/data/3/16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/16.txt -------------------------------------------------------------------------------- /src/data/3/17.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/17.txt -------------------------------------------------------------------------------- /src/data/3/18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/18.txt -------------------------------------------------------------------------------- /src/data/3/19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/19.txt -------------------------------------------------------------------------------- /src/data/3/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/2.txt -------------------------------------------------------------------------------- /src/data/3/20.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/20.txt -------------------------------------------------------------------------------- /src/data/3/21.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/21.txt -------------------------------------------------------------------------------- /src/data/3/22.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/22.txt -------------------------------------------------------------------------------- /src/data/3/23.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/23.txt -------------------------------------------------------------------------------- /src/data/3/24.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/24.txt -------------------------------------------------------------------------------- /src/data/3/25.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/25.txt -------------------------------------------------------------------------------- /src/data/3/26.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/26.txt -------------------------------------------------------------------------------- /src/data/3/27.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/27.txt -------------------------------------------------------------------------------- /src/data/3/28.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/28.txt -------------------------------------------------------------------------------- /src/data/3/29.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/29.txt -------------------------------------------------------------------------------- /src/data/3/3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/3.txt -------------------------------------------------------------------------------- /src/data/3/30.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/30.txt -------------------------------------------------------------------------------- /src/data/3/31.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/31.txt -------------------------------------------------------------------------------- /src/data/3/32.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/32.txt -------------------------------------------------------------------------------- /src/data/3/33.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/33.txt -------------------------------------------------------------------------------- /src/data/3/34.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/34.txt -------------------------------------------------------------------------------- /src/data/3/35.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/35.txt -------------------------------------------------------------------------------- /src/data/3/36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/36.txt -------------------------------------------------------------------------------- /src/data/3/37.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/37.txt -------------------------------------------------------------------------------- /src/data/3/38.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/38.txt -------------------------------------------------------------------------------- /src/data/3/39.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/39.txt -------------------------------------------------------------------------------- /src/data/3/4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/4.txt -------------------------------------------------------------------------------- /src/data/3/40.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/40.txt -------------------------------------------------------------------------------- /src/data/3/41.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/41.txt -------------------------------------------------------------------------------- /src/data/3/42.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/42.txt -------------------------------------------------------------------------------- /src/data/3/43.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/43.txt -------------------------------------------------------------------------------- /src/data/3/44.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/44.txt -------------------------------------------------------------------------------- /src/data/3/45.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/45.txt -------------------------------------------------------------------------------- /src/data/3/46.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/46.txt -------------------------------------------------------------------------------- /src/data/3/47.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/47.txt -------------------------------------------------------------------------------- /src/data/3/48.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/48.txt -------------------------------------------------------------------------------- /src/data/3/49.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/49.txt -------------------------------------------------------------------------------- /src/data/3/5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/5.txt -------------------------------------------------------------------------------- /src/data/3/50.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/50.txt -------------------------------------------------------------------------------- /src/data/3/51.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/51.txt -------------------------------------------------------------------------------- /src/data/3/52.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/52.txt -------------------------------------------------------------------------------- /src/data/3/53.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/53.txt -------------------------------------------------------------------------------- /src/data/3/54.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/54.txt -------------------------------------------------------------------------------- /src/data/3/55.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/55.txt -------------------------------------------------------------------------------- /src/data/3/56.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/56.txt -------------------------------------------------------------------------------- /src/data/3/57.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/57.txt -------------------------------------------------------------------------------- /src/data/3/58.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/58.txt -------------------------------------------------------------------------------- /src/data/3/59.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/59.txt -------------------------------------------------------------------------------- /src/data/3/6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/6.txt -------------------------------------------------------------------------------- /src/data/3/60.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/60.txt -------------------------------------------------------------------------------- /src/data/3/61.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/61.txt -------------------------------------------------------------------------------- /src/data/3/62.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/62.txt -------------------------------------------------------------------------------- /src/data/3/63.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/63.txt -------------------------------------------------------------------------------- /src/data/3/64.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/64.txt -------------------------------------------------------------------------------- /src/data/3/65.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/65.txt -------------------------------------------------------------------------------- /src/data/3/66.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/66.txt -------------------------------------------------------------------------------- /src/data/3/67.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/67.txt -------------------------------------------------------------------------------- /src/data/3/68.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/68.txt -------------------------------------------------------------------------------- /src/data/3/69.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/69.txt -------------------------------------------------------------------------------- /src/data/3/7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/7.txt -------------------------------------------------------------------------------- /src/data/3/70.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/70.txt -------------------------------------------------------------------------------- /src/data/3/71.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/71.txt -------------------------------------------------------------------------------- /src/data/3/72.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/72.txt -------------------------------------------------------------------------------- /src/data/3/73.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/73.txt -------------------------------------------------------------------------------- /src/data/3/74.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/74.txt -------------------------------------------------------------------------------- /src/data/3/75.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/75.txt -------------------------------------------------------------------------------- /src/data/3/76.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/76.txt -------------------------------------------------------------------------------- /src/data/3/77.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/77.txt -------------------------------------------------------------------------------- /src/data/3/78.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/78.txt -------------------------------------------------------------------------------- /src/data/3/79.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/79.txt -------------------------------------------------------------------------------- /src/data/3/8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/8.txt -------------------------------------------------------------------------------- /src/data/3/80.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/80.txt -------------------------------------------------------------------------------- /src/data/3/81.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/81.txt -------------------------------------------------------------------------------- /src/data/3/82.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/82.txt -------------------------------------------------------------------------------- /src/data/3/83.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/83.txt -------------------------------------------------------------------------------- /src/data/3/84.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/84.txt -------------------------------------------------------------------------------- /src/data/3/85.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/85.txt -------------------------------------------------------------------------------- /src/data/3/86.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/86.txt -------------------------------------------------------------------------------- /src/data/3/87.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/87.txt -------------------------------------------------------------------------------- /src/data/3/88.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/88.txt -------------------------------------------------------------------------------- /src/data/3/89.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/89.txt -------------------------------------------------------------------------------- /src/data/3/9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/9.txt -------------------------------------------------------------------------------- /src/data/3/90.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/90.txt -------------------------------------------------------------------------------- /src/data/3/91.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/91.txt -------------------------------------------------------------------------------- /src/data/3/92.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/92.txt -------------------------------------------------------------------------------- /src/data/3/93.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/93.txt -------------------------------------------------------------------------------- /src/data/3/94.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/94.txt -------------------------------------------------------------------------------- /src/data/3/95.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/95.txt -------------------------------------------------------------------------------- /src/data/3/96.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/96.txt -------------------------------------------------------------------------------- /src/data/3/97.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/97.txt -------------------------------------------------------------------------------- /src/data/3/98.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/98.txt -------------------------------------------------------------------------------- /src/data/3/99.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/3/99.txt -------------------------------------------------------------------------------- /src/data/4/0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/0.txt -------------------------------------------------------------------------------- /src/data/4/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/1.txt -------------------------------------------------------------------------------- /src/data/4/10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/10.txt -------------------------------------------------------------------------------- /src/data/4/100.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/100.txt -------------------------------------------------------------------------------- /src/data/4/11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/11.txt -------------------------------------------------------------------------------- /src/data/4/12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/12.txt -------------------------------------------------------------------------------- /src/data/4/13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/13.txt -------------------------------------------------------------------------------- /src/data/4/14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/14.txt -------------------------------------------------------------------------------- /src/data/4/15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/15.txt -------------------------------------------------------------------------------- /src/data/4/16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/16.txt -------------------------------------------------------------------------------- /src/data/4/17.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/17.txt -------------------------------------------------------------------------------- /src/data/4/18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/18.txt -------------------------------------------------------------------------------- /src/data/4/19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/19.txt -------------------------------------------------------------------------------- /src/data/4/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/2.txt -------------------------------------------------------------------------------- /src/data/4/20.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/20.txt -------------------------------------------------------------------------------- /src/data/4/21.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/21.txt -------------------------------------------------------------------------------- /src/data/4/22.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/22.txt -------------------------------------------------------------------------------- /src/data/4/23.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/23.txt -------------------------------------------------------------------------------- /src/data/4/24.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/24.txt -------------------------------------------------------------------------------- /src/data/4/25.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/25.txt -------------------------------------------------------------------------------- /src/data/4/26.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/26.txt -------------------------------------------------------------------------------- /src/data/4/27.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/27.txt -------------------------------------------------------------------------------- /src/data/4/28.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/28.txt -------------------------------------------------------------------------------- /src/data/4/29.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/29.txt -------------------------------------------------------------------------------- /src/data/4/3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/3.txt -------------------------------------------------------------------------------- /src/data/4/30.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/30.txt -------------------------------------------------------------------------------- /src/data/4/31.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/31.txt -------------------------------------------------------------------------------- /src/data/4/32.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/32.txt -------------------------------------------------------------------------------- /src/data/4/33.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/33.txt -------------------------------------------------------------------------------- /src/data/4/34.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/34.txt -------------------------------------------------------------------------------- /src/data/4/35.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/35.txt -------------------------------------------------------------------------------- /src/data/4/36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/36.txt -------------------------------------------------------------------------------- /src/data/4/37.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/37.txt -------------------------------------------------------------------------------- /src/data/4/38.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/38.txt -------------------------------------------------------------------------------- /src/data/4/39.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/39.txt -------------------------------------------------------------------------------- /src/data/4/4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/4.txt -------------------------------------------------------------------------------- /src/data/4/40.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/40.txt -------------------------------------------------------------------------------- /src/data/4/41.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/41.txt -------------------------------------------------------------------------------- /src/data/4/42.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/42.txt -------------------------------------------------------------------------------- /src/data/4/43.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/43.txt -------------------------------------------------------------------------------- /src/data/4/44.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/44.txt -------------------------------------------------------------------------------- /src/data/4/45.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/45.txt -------------------------------------------------------------------------------- /src/data/4/46.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/46.txt -------------------------------------------------------------------------------- /src/data/4/47.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/47.txt -------------------------------------------------------------------------------- /src/data/4/48.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/48.txt -------------------------------------------------------------------------------- /src/data/4/49.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/49.txt -------------------------------------------------------------------------------- /src/data/4/5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/5.txt -------------------------------------------------------------------------------- /src/data/4/50.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/50.txt -------------------------------------------------------------------------------- /src/data/4/51.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/51.txt -------------------------------------------------------------------------------- /src/data/4/52.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/52.txt -------------------------------------------------------------------------------- /src/data/4/53.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/53.txt -------------------------------------------------------------------------------- /src/data/4/54.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/54.txt -------------------------------------------------------------------------------- /src/data/4/55.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/55.txt -------------------------------------------------------------------------------- /src/data/4/56.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/56.txt -------------------------------------------------------------------------------- /src/data/4/57.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/57.txt -------------------------------------------------------------------------------- /src/data/4/58.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/58.txt -------------------------------------------------------------------------------- /src/data/4/59.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/59.txt -------------------------------------------------------------------------------- /src/data/4/6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/6.txt -------------------------------------------------------------------------------- /src/data/4/60.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/60.txt -------------------------------------------------------------------------------- /src/data/4/61.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/61.txt -------------------------------------------------------------------------------- /src/data/4/62.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/62.txt -------------------------------------------------------------------------------- /src/data/4/63.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/63.txt -------------------------------------------------------------------------------- /src/data/4/64.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/64.txt -------------------------------------------------------------------------------- /src/data/4/65.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/65.txt -------------------------------------------------------------------------------- /src/data/4/66.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/66.txt -------------------------------------------------------------------------------- /src/data/4/67.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/67.txt -------------------------------------------------------------------------------- /src/data/4/68.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/68.txt -------------------------------------------------------------------------------- /src/data/4/69.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/69.txt -------------------------------------------------------------------------------- /src/data/4/7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/7.txt -------------------------------------------------------------------------------- /src/data/4/70.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/70.txt -------------------------------------------------------------------------------- /src/data/4/71.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/71.txt -------------------------------------------------------------------------------- /src/data/4/72.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/72.txt -------------------------------------------------------------------------------- /src/data/4/73.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/73.txt -------------------------------------------------------------------------------- /src/data/4/74.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/74.txt -------------------------------------------------------------------------------- /src/data/4/75.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/75.txt -------------------------------------------------------------------------------- /src/data/4/76.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/76.txt -------------------------------------------------------------------------------- /src/data/4/77.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/77.txt -------------------------------------------------------------------------------- /src/data/4/78.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/78.txt -------------------------------------------------------------------------------- /src/data/4/79.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/79.txt -------------------------------------------------------------------------------- /src/data/4/8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/8.txt -------------------------------------------------------------------------------- /src/data/4/80.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/80.txt -------------------------------------------------------------------------------- /src/data/4/81.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/81.txt -------------------------------------------------------------------------------- /src/data/4/82.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/82.txt -------------------------------------------------------------------------------- /src/data/4/83.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/83.txt -------------------------------------------------------------------------------- /src/data/4/84.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/84.txt -------------------------------------------------------------------------------- /src/data/4/85.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/85.txt -------------------------------------------------------------------------------- /src/data/4/86.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/86.txt -------------------------------------------------------------------------------- /src/data/4/87.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/87.txt -------------------------------------------------------------------------------- /src/data/4/88.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/88.txt -------------------------------------------------------------------------------- /src/data/4/89.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/89.txt -------------------------------------------------------------------------------- /src/data/4/9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/9.txt -------------------------------------------------------------------------------- /src/data/4/90.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/90.txt -------------------------------------------------------------------------------- /src/data/4/91.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/91.txt -------------------------------------------------------------------------------- /src/data/4/92.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/92.txt -------------------------------------------------------------------------------- /src/data/4/93.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/93.txt -------------------------------------------------------------------------------- /src/data/4/94.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/94.txt -------------------------------------------------------------------------------- /src/data/4/95.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/95.txt -------------------------------------------------------------------------------- /src/data/4/96.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/96.txt -------------------------------------------------------------------------------- /src/data/4/97.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/97.txt -------------------------------------------------------------------------------- /src/data/4/98.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/98.txt -------------------------------------------------------------------------------- /src/data/4/99.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/4/99.txt -------------------------------------------------------------------------------- /src/data/5/0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/0.txt -------------------------------------------------------------------------------- /src/data/5/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/1.txt -------------------------------------------------------------------------------- /src/data/5/10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/10.txt -------------------------------------------------------------------------------- /src/data/5/100.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/100.txt -------------------------------------------------------------------------------- /src/data/5/11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/11.txt -------------------------------------------------------------------------------- /src/data/5/12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/12.txt -------------------------------------------------------------------------------- /src/data/5/13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/13.txt -------------------------------------------------------------------------------- /src/data/5/14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/14.txt -------------------------------------------------------------------------------- /src/data/5/15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/15.txt -------------------------------------------------------------------------------- /src/data/5/16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/16.txt -------------------------------------------------------------------------------- /src/data/5/17.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/17.txt -------------------------------------------------------------------------------- /src/data/5/18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/18.txt -------------------------------------------------------------------------------- /src/data/5/19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/19.txt -------------------------------------------------------------------------------- /src/data/5/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/2.txt -------------------------------------------------------------------------------- /src/data/5/20.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/20.txt -------------------------------------------------------------------------------- /src/data/5/21.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/21.txt -------------------------------------------------------------------------------- /src/data/5/22.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/22.txt -------------------------------------------------------------------------------- /src/data/5/23.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/23.txt -------------------------------------------------------------------------------- /src/data/5/24.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/24.txt -------------------------------------------------------------------------------- /src/data/5/25.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/25.txt -------------------------------------------------------------------------------- /src/data/5/26.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/26.txt -------------------------------------------------------------------------------- /src/data/5/27.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/27.txt -------------------------------------------------------------------------------- /src/data/5/28.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/28.txt -------------------------------------------------------------------------------- /src/data/5/29.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/29.txt -------------------------------------------------------------------------------- /src/data/5/3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/3.txt -------------------------------------------------------------------------------- /src/data/5/30.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/30.txt -------------------------------------------------------------------------------- /src/data/5/31.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/31.txt -------------------------------------------------------------------------------- /src/data/5/32.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/32.txt -------------------------------------------------------------------------------- /src/data/5/33.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/33.txt -------------------------------------------------------------------------------- /src/data/5/34.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/34.txt -------------------------------------------------------------------------------- /src/data/5/35.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/35.txt -------------------------------------------------------------------------------- /src/data/5/36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/36.txt -------------------------------------------------------------------------------- /src/data/5/37.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/37.txt -------------------------------------------------------------------------------- /src/data/5/38.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/38.txt -------------------------------------------------------------------------------- /src/data/5/39.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/39.txt -------------------------------------------------------------------------------- /src/data/5/4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/4.txt -------------------------------------------------------------------------------- /src/data/5/40.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/40.txt -------------------------------------------------------------------------------- /src/data/5/41.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/41.txt -------------------------------------------------------------------------------- /src/data/5/42.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/42.txt -------------------------------------------------------------------------------- /src/data/5/43.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/43.txt -------------------------------------------------------------------------------- /src/data/5/44.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/44.txt -------------------------------------------------------------------------------- /src/data/5/45.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/45.txt -------------------------------------------------------------------------------- /src/data/5/46.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/46.txt -------------------------------------------------------------------------------- /src/data/5/47.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/47.txt -------------------------------------------------------------------------------- /src/data/5/48.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/48.txt -------------------------------------------------------------------------------- /src/data/5/49.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/49.txt -------------------------------------------------------------------------------- /src/data/5/5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/5.txt -------------------------------------------------------------------------------- /src/data/5/50.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/50.txt -------------------------------------------------------------------------------- /src/data/5/51.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/51.txt -------------------------------------------------------------------------------- /src/data/5/52.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/52.txt -------------------------------------------------------------------------------- /src/data/5/53.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/53.txt -------------------------------------------------------------------------------- /src/data/5/54.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/54.txt -------------------------------------------------------------------------------- /src/data/5/55.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/55.txt -------------------------------------------------------------------------------- /src/data/5/56.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/56.txt -------------------------------------------------------------------------------- /src/data/5/57.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/57.txt -------------------------------------------------------------------------------- /src/data/5/58.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/58.txt -------------------------------------------------------------------------------- /src/data/5/59.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/59.txt -------------------------------------------------------------------------------- /src/data/5/6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/6.txt -------------------------------------------------------------------------------- /src/data/5/60.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/60.txt -------------------------------------------------------------------------------- /src/data/5/61.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/61.txt -------------------------------------------------------------------------------- /src/data/5/62.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/62.txt -------------------------------------------------------------------------------- /src/data/5/63.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/63.txt -------------------------------------------------------------------------------- /src/data/5/64.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/64.txt -------------------------------------------------------------------------------- /src/data/5/65.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/65.txt -------------------------------------------------------------------------------- /src/data/5/66.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/66.txt -------------------------------------------------------------------------------- /src/data/5/67.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/67.txt -------------------------------------------------------------------------------- /src/data/5/68.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/68.txt -------------------------------------------------------------------------------- /src/data/5/69.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/69.txt -------------------------------------------------------------------------------- /src/data/5/7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/7.txt -------------------------------------------------------------------------------- /src/data/5/70.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/70.txt -------------------------------------------------------------------------------- /src/data/5/71.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/71.txt -------------------------------------------------------------------------------- /src/data/5/72.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/72.txt -------------------------------------------------------------------------------- /src/data/5/73.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/73.txt -------------------------------------------------------------------------------- /src/data/5/74.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/74.txt -------------------------------------------------------------------------------- /src/data/5/75.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/75.txt -------------------------------------------------------------------------------- /src/data/5/76.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/76.txt -------------------------------------------------------------------------------- /src/data/5/77.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/77.txt -------------------------------------------------------------------------------- /src/data/5/78.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/78.txt -------------------------------------------------------------------------------- /src/data/5/79.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/79.txt -------------------------------------------------------------------------------- /src/data/5/8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/8.txt -------------------------------------------------------------------------------- /src/data/5/80.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/80.txt -------------------------------------------------------------------------------- /src/data/5/81.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/81.txt -------------------------------------------------------------------------------- /src/data/5/82.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/82.txt -------------------------------------------------------------------------------- /src/data/5/83.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/83.txt -------------------------------------------------------------------------------- /src/data/5/84.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/84.txt -------------------------------------------------------------------------------- /src/data/5/85.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/85.txt -------------------------------------------------------------------------------- /src/data/5/86.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/86.txt -------------------------------------------------------------------------------- /src/data/5/87.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/87.txt -------------------------------------------------------------------------------- /src/data/5/88.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/88.txt -------------------------------------------------------------------------------- /src/data/5/89.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/89.txt -------------------------------------------------------------------------------- /src/data/5/9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/9.txt -------------------------------------------------------------------------------- /src/data/5/90.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/90.txt -------------------------------------------------------------------------------- /src/data/5/91.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/91.txt -------------------------------------------------------------------------------- /src/data/5/92.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/92.txt -------------------------------------------------------------------------------- /src/data/5/93.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/93.txt -------------------------------------------------------------------------------- /src/data/5/94.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/94.txt -------------------------------------------------------------------------------- /src/data/5/95.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/95.txt -------------------------------------------------------------------------------- /src/data/5/96.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/96.txt -------------------------------------------------------------------------------- /src/data/5/97.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/97.txt -------------------------------------------------------------------------------- /src/data/5/98.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/98.txt -------------------------------------------------------------------------------- /src/data/5/99.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/5/99.txt -------------------------------------------------------------------------------- /src/data/6/0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/0.txt -------------------------------------------------------------------------------- /src/data/6/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/1.txt -------------------------------------------------------------------------------- /src/data/6/10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/10.txt -------------------------------------------------------------------------------- /src/data/6/100.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/100.txt -------------------------------------------------------------------------------- /src/data/6/11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/11.txt -------------------------------------------------------------------------------- /src/data/6/12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/12.txt -------------------------------------------------------------------------------- /src/data/6/13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/13.txt -------------------------------------------------------------------------------- /src/data/6/14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/14.txt -------------------------------------------------------------------------------- /src/data/6/15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/15.txt -------------------------------------------------------------------------------- /src/data/6/16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/16.txt -------------------------------------------------------------------------------- /src/data/6/17.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/17.txt -------------------------------------------------------------------------------- /src/data/6/18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/18.txt -------------------------------------------------------------------------------- /src/data/6/19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/19.txt -------------------------------------------------------------------------------- /src/data/6/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/2.txt -------------------------------------------------------------------------------- /src/data/6/20.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/20.txt -------------------------------------------------------------------------------- /src/data/6/21.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/21.txt -------------------------------------------------------------------------------- /src/data/6/22.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/22.txt -------------------------------------------------------------------------------- /src/data/6/23.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/23.txt -------------------------------------------------------------------------------- /src/data/6/24.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/24.txt -------------------------------------------------------------------------------- /src/data/6/25.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/25.txt -------------------------------------------------------------------------------- /src/data/6/26.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/26.txt -------------------------------------------------------------------------------- /src/data/6/27.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/27.txt -------------------------------------------------------------------------------- /src/data/6/28.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/28.txt -------------------------------------------------------------------------------- /src/data/6/29.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/29.txt -------------------------------------------------------------------------------- /src/data/6/3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/3.txt -------------------------------------------------------------------------------- /src/data/6/30.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/30.txt -------------------------------------------------------------------------------- /src/data/6/31.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/31.txt -------------------------------------------------------------------------------- /src/data/6/32.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/32.txt -------------------------------------------------------------------------------- /src/data/6/33.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/33.txt -------------------------------------------------------------------------------- /src/data/6/34.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/34.txt -------------------------------------------------------------------------------- /src/data/6/35.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/35.txt -------------------------------------------------------------------------------- /src/data/6/36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/36.txt -------------------------------------------------------------------------------- /src/data/6/37.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/37.txt -------------------------------------------------------------------------------- /src/data/6/38.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/38.txt -------------------------------------------------------------------------------- /src/data/6/39.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/39.txt -------------------------------------------------------------------------------- /src/data/6/4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/4.txt -------------------------------------------------------------------------------- /src/data/6/40.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/40.txt -------------------------------------------------------------------------------- /src/data/6/41.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/41.txt -------------------------------------------------------------------------------- /src/data/6/42.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/42.txt -------------------------------------------------------------------------------- /src/data/6/43.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/43.txt -------------------------------------------------------------------------------- /src/data/6/44.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/44.txt -------------------------------------------------------------------------------- /src/data/6/45.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/45.txt -------------------------------------------------------------------------------- /src/data/6/46.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/46.txt -------------------------------------------------------------------------------- /src/data/6/47.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/47.txt -------------------------------------------------------------------------------- /src/data/6/48.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/48.txt -------------------------------------------------------------------------------- /src/data/6/49.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/49.txt -------------------------------------------------------------------------------- /src/data/6/5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/5.txt -------------------------------------------------------------------------------- /src/data/6/50.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/50.txt -------------------------------------------------------------------------------- /src/data/6/51.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/51.txt -------------------------------------------------------------------------------- /src/data/6/52.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/52.txt -------------------------------------------------------------------------------- /src/data/6/53.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/53.txt -------------------------------------------------------------------------------- /src/data/6/54.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/54.txt -------------------------------------------------------------------------------- /src/data/6/55.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/55.txt -------------------------------------------------------------------------------- /src/data/6/56.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/56.txt -------------------------------------------------------------------------------- /src/data/6/57.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/57.txt -------------------------------------------------------------------------------- /src/data/6/58.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/58.txt -------------------------------------------------------------------------------- /src/data/6/59.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/59.txt -------------------------------------------------------------------------------- /src/data/6/6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/6.txt -------------------------------------------------------------------------------- /src/data/6/60.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/60.txt -------------------------------------------------------------------------------- /src/data/6/61.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/61.txt -------------------------------------------------------------------------------- /src/data/6/62.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/62.txt -------------------------------------------------------------------------------- /src/data/6/63.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/63.txt -------------------------------------------------------------------------------- /src/data/6/64.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/64.txt -------------------------------------------------------------------------------- /src/data/6/65.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/65.txt -------------------------------------------------------------------------------- /src/data/6/66.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/66.txt -------------------------------------------------------------------------------- /src/data/6/67.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/67.txt -------------------------------------------------------------------------------- /src/data/6/68.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/68.txt -------------------------------------------------------------------------------- /src/data/6/69.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/69.txt -------------------------------------------------------------------------------- /src/data/6/7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/7.txt -------------------------------------------------------------------------------- /src/data/6/70.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/70.txt -------------------------------------------------------------------------------- /src/data/6/71.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/71.txt -------------------------------------------------------------------------------- /src/data/6/72.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/72.txt -------------------------------------------------------------------------------- /src/data/6/73.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/73.txt -------------------------------------------------------------------------------- /src/data/6/74.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/74.txt -------------------------------------------------------------------------------- /src/data/6/75.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/75.txt -------------------------------------------------------------------------------- /src/data/6/76.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/76.txt -------------------------------------------------------------------------------- /src/data/6/77.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/77.txt -------------------------------------------------------------------------------- /src/data/6/78.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/78.txt -------------------------------------------------------------------------------- /src/data/6/79.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/79.txt -------------------------------------------------------------------------------- /src/data/6/8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/8.txt -------------------------------------------------------------------------------- /src/data/6/80.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/80.txt -------------------------------------------------------------------------------- /src/data/6/81.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/81.txt -------------------------------------------------------------------------------- /src/data/6/82.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/82.txt -------------------------------------------------------------------------------- /src/data/6/83.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/83.txt -------------------------------------------------------------------------------- /src/data/6/84.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/84.txt -------------------------------------------------------------------------------- /src/data/6/85.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/85.txt -------------------------------------------------------------------------------- /src/data/6/86.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/86.txt -------------------------------------------------------------------------------- /src/data/6/87.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/87.txt -------------------------------------------------------------------------------- /src/data/6/88.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/88.txt -------------------------------------------------------------------------------- /src/data/6/89.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/89.txt -------------------------------------------------------------------------------- /src/data/6/9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/9.txt -------------------------------------------------------------------------------- /src/data/6/90.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/90.txt -------------------------------------------------------------------------------- /src/data/6/91.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/91.txt -------------------------------------------------------------------------------- /src/data/6/92.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/92.txt -------------------------------------------------------------------------------- /src/data/6/93.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/93.txt -------------------------------------------------------------------------------- /src/data/6/94.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/94.txt -------------------------------------------------------------------------------- /src/data/6/95.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/95.txt -------------------------------------------------------------------------------- /src/data/6/96.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/96.txt -------------------------------------------------------------------------------- /src/data/6/97.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/97.txt -------------------------------------------------------------------------------- /src/data/6/98.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/98.txt -------------------------------------------------------------------------------- /src/data/6/99.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/6/99.txt -------------------------------------------------------------------------------- /src/data/7/0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/0.txt -------------------------------------------------------------------------------- /src/data/7/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/1.txt -------------------------------------------------------------------------------- /src/data/7/10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/10.txt -------------------------------------------------------------------------------- /src/data/7/100.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/100.txt -------------------------------------------------------------------------------- /src/data/7/11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/11.txt -------------------------------------------------------------------------------- /src/data/7/12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/12.txt -------------------------------------------------------------------------------- /src/data/7/13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/13.txt -------------------------------------------------------------------------------- /src/data/7/14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/14.txt -------------------------------------------------------------------------------- /src/data/7/15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/15.txt -------------------------------------------------------------------------------- /src/data/7/16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/16.txt -------------------------------------------------------------------------------- /src/data/7/17.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/17.txt -------------------------------------------------------------------------------- /src/data/7/18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/18.txt -------------------------------------------------------------------------------- /src/data/7/19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/19.txt -------------------------------------------------------------------------------- /src/data/7/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/2.txt -------------------------------------------------------------------------------- /src/data/7/20.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/20.txt -------------------------------------------------------------------------------- /src/data/7/21.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/21.txt -------------------------------------------------------------------------------- /src/data/7/22.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/22.txt -------------------------------------------------------------------------------- /src/data/7/23.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/23.txt -------------------------------------------------------------------------------- /src/data/7/24.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/24.txt -------------------------------------------------------------------------------- /src/data/7/25.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/25.txt -------------------------------------------------------------------------------- /src/data/7/26.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/26.txt -------------------------------------------------------------------------------- /src/data/7/27.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/27.txt -------------------------------------------------------------------------------- /src/data/7/28.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/28.txt -------------------------------------------------------------------------------- /src/data/7/29.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/29.txt -------------------------------------------------------------------------------- /src/data/7/3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/3.txt -------------------------------------------------------------------------------- /src/data/7/30.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/30.txt -------------------------------------------------------------------------------- /src/data/7/31.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/31.txt -------------------------------------------------------------------------------- /src/data/7/32.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/32.txt -------------------------------------------------------------------------------- /src/data/7/33.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/33.txt -------------------------------------------------------------------------------- /src/data/7/34.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/34.txt -------------------------------------------------------------------------------- /src/data/7/35.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/35.txt -------------------------------------------------------------------------------- /src/data/7/36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/36.txt -------------------------------------------------------------------------------- /src/data/7/37.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/37.txt -------------------------------------------------------------------------------- /src/data/7/38.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/38.txt -------------------------------------------------------------------------------- /src/data/7/39.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/39.txt -------------------------------------------------------------------------------- /src/data/7/4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/4.txt -------------------------------------------------------------------------------- /src/data/7/40.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/40.txt -------------------------------------------------------------------------------- /src/data/7/41.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/41.txt -------------------------------------------------------------------------------- /src/data/7/42.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/42.txt -------------------------------------------------------------------------------- /src/data/7/43.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/43.txt -------------------------------------------------------------------------------- /src/data/7/44.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/44.txt -------------------------------------------------------------------------------- /src/data/7/45.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/45.txt -------------------------------------------------------------------------------- /src/data/7/46.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/46.txt -------------------------------------------------------------------------------- /src/data/7/47.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/47.txt -------------------------------------------------------------------------------- /src/data/7/48.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/48.txt -------------------------------------------------------------------------------- /src/data/7/49.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/49.txt -------------------------------------------------------------------------------- /src/data/7/5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/5.txt -------------------------------------------------------------------------------- /src/data/7/50.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/50.txt -------------------------------------------------------------------------------- /src/data/7/51.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/51.txt -------------------------------------------------------------------------------- /src/data/7/52.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/52.txt -------------------------------------------------------------------------------- /src/data/7/53.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/53.txt -------------------------------------------------------------------------------- /src/data/7/54.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/54.txt -------------------------------------------------------------------------------- /src/data/7/55.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/55.txt -------------------------------------------------------------------------------- /src/data/7/56.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/56.txt -------------------------------------------------------------------------------- /src/data/7/57.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/57.txt -------------------------------------------------------------------------------- /src/data/7/58.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/58.txt -------------------------------------------------------------------------------- /src/data/7/59.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/59.txt -------------------------------------------------------------------------------- /src/data/7/6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/6.txt -------------------------------------------------------------------------------- /src/data/7/60.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/60.txt -------------------------------------------------------------------------------- /src/data/7/61.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/61.txt -------------------------------------------------------------------------------- /src/data/7/62.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/62.txt -------------------------------------------------------------------------------- /src/data/7/63.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/63.txt -------------------------------------------------------------------------------- /src/data/7/64.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/64.txt -------------------------------------------------------------------------------- /src/data/7/65.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/65.txt -------------------------------------------------------------------------------- /src/data/7/66.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/66.txt -------------------------------------------------------------------------------- /src/data/7/67.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/67.txt -------------------------------------------------------------------------------- /src/data/7/68.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/68.txt -------------------------------------------------------------------------------- /src/data/7/69.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/69.txt -------------------------------------------------------------------------------- /src/data/7/7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/7.txt -------------------------------------------------------------------------------- /src/data/7/70.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/70.txt -------------------------------------------------------------------------------- /src/data/7/71.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/71.txt -------------------------------------------------------------------------------- /src/data/7/72.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/72.txt -------------------------------------------------------------------------------- /src/data/7/73.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/73.txt -------------------------------------------------------------------------------- /src/data/7/74.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/74.txt -------------------------------------------------------------------------------- /src/data/7/75.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/75.txt -------------------------------------------------------------------------------- /src/data/7/76.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/76.txt -------------------------------------------------------------------------------- /src/data/7/77.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/77.txt -------------------------------------------------------------------------------- /src/data/7/78.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/78.txt -------------------------------------------------------------------------------- /src/data/7/79.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/79.txt -------------------------------------------------------------------------------- /src/data/7/8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/8.txt -------------------------------------------------------------------------------- /src/data/7/80.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/80.txt -------------------------------------------------------------------------------- /src/data/7/81.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/81.txt -------------------------------------------------------------------------------- /src/data/7/82.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/82.txt -------------------------------------------------------------------------------- /src/data/7/83.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/83.txt -------------------------------------------------------------------------------- /src/data/7/84.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/84.txt -------------------------------------------------------------------------------- /src/data/7/85.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/85.txt -------------------------------------------------------------------------------- /src/data/7/86.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/86.txt -------------------------------------------------------------------------------- /src/data/7/87.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/87.txt -------------------------------------------------------------------------------- /src/data/7/88.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/88.txt -------------------------------------------------------------------------------- /src/data/7/89.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/89.txt -------------------------------------------------------------------------------- /src/data/7/9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/9.txt -------------------------------------------------------------------------------- /src/data/7/90.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/90.txt -------------------------------------------------------------------------------- /src/data/7/91.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/91.txt -------------------------------------------------------------------------------- /src/data/7/92.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/92.txt -------------------------------------------------------------------------------- /src/data/7/93.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/93.txt -------------------------------------------------------------------------------- /src/data/7/94.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/94.txt -------------------------------------------------------------------------------- /src/data/7/95.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/95.txt -------------------------------------------------------------------------------- /src/data/7/96.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/96.txt -------------------------------------------------------------------------------- /src/data/7/97.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/97.txt -------------------------------------------------------------------------------- /src/data/7/98.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/98.txt -------------------------------------------------------------------------------- /src/data/7/99.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/7/99.txt -------------------------------------------------------------------------------- /src/data/8/0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/0.txt -------------------------------------------------------------------------------- /src/data/8/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/1.txt -------------------------------------------------------------------------------- /src/data/8/10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/10.txt -------------------------------------------------------------------------------- /src/data/8/100.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/100.txt -------------------------------------------------------------------------------- /src/data/8/11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/11.txt -------------------------------------------------------------------------------- /src/data/8/12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/12.txt -------------------------------------------------------------------------------- /src/data/8/13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/13.txt -------------------------------------------------------------------------------- /src/data/8/14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/14.txt -------------------------------------------------------------------------------- /src/data/8/15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/15.txt -------------------------------------------------------------------------------- /src/data/8/16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/16.txt -------------------------------------------------------------------------------- /src/data/8/17.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/17.txt -------------------------------------------------------------------------------- /src/data/8/18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/18.txt -------------------------------------------------------------------------------- /src/data/8/19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/19.txt -------------------------------------------------------------------------------- /src/data/8/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/2.txt -------------------------------------------------------------------------------- /src/data/8/20.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/20.txt -------------------------------------------------------------------------------- /src/data/8/21.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/21.txt -------------------------------------------------------------------------------- /src/data/8/22.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/22.txt -------------------------------------------------------------------------------- /src/data/8/23.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/23.txt -------------------------------------------------------------------------------- /src/data/8/24.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/24.txt -------------------------------------------------------------------------------- /src/data/8/25.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/25.txt -------------------------------------------------------------------------------- /src/data/8/26.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/26.txt -------------------------------------------------------------------------------- /src/data/8/27.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/27.txt -------------------------------------------------------------------------------- /src/data/8/28.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/28.txt -------------------------------------------------------------------------------- /src/data/8/29.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/29.txt -------------------------------------------------------------------------------- /src/data/8/3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/3.txt -------------------------------------------------------------------------------- /src/data/8/30.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/30.txt -------------------------------------------------------------------------------- /src/data/8/31.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/31.txt -------------------------------------------------------------------------------- /src/data/8/32.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/32.txt -------------------------------------------------------------------------------- /src/data/8/33.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/33.txt -------------------------------------------------------------------------------- /src/data/8/34.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/34.txt -------------------------------------------------------------------------------- /src/data/8/35.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/35.txt -------------------------------------------------------------------------------- /src/data/8/36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/36.txt -------------------------------------------------------------------------------- /src/data/8/37.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/37.txt -------------------------------------------------------------------------------- /src/data/8/38.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/38.txt -------------------------------------------------------------------------------- /src/data/8/39.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/39.txt -------------------------------------------------------------------------------- /src/data/8/4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/4.txt -------------------------------------------------------------------------------- /src/data/8/40.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/40.txt -------------------------------------------------------------------------------- /src/data/8/41.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/41.txt -------------------------------------------------------------------------------- /src/data/8/42.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/42.txt -------------------------------------------------------------------------------- /src/data/8/43.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/43.txt -------------------------------------------------------------------------------- /src/data/8/44.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/44.txt -------------------------------------------------------------------------------- /src/data/8/45.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/45.txt -------------------------------------------------------------------------------- /src/data/8/46.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/46.txt -------------------------------------------------------------------------------- /src/data/8/47.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/47.txt -------------------------------------------------------------------------------- /src/data/8/48.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/48.txt -------------------------------------------------------------------------------- /src/data/8/49.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/49.txt -------------------------------------------------------------------------------- /src/data/8/5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/5.txt -------------------------------------------------------------------------------- /src/data/8/50.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/50.txt -------------------------------------------------------------------------------- /src/data/8/51.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/51.txt -------------------------------------------------------------------------------- /src/data/8/52.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/52.txt -------------------------------------------------------------------------------- /src/data/8/53.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/53.txt -------------------------------------------------------------------------------- /src/data/8/54.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/54.txt -------------------------------------------------------------------------------- /src/data/8/55.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/55.txt -------------------------------------------------------------------------------- /src/data/8/56.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/56.txt -------------------------------------------------------------------------------- /src/data/8/57.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/57.txt -------------------------------------------------------------------------------- /src/data/8/58.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/58.txt -------------------------------------------------------------------------------- /src/data/8/59.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/59.txt -------------------------------------------------------------------------------- /src/data/8/6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/6.txt -------------------------------------------------------------------------------- /src/data/8/60.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/60.txt -------------------------------------------------------------------------------- /src/data/8/61.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/61.txt -------------------------------------------------------------------------------- /src/data/8/62.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/62.txt -------------------------------------------------------------------------------- /src/data/8/63.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/63.txt -------------------------------------------------------------------------------- /src/data/8/64.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/64.txt -------------------------------------------------------------------------------- /src/data/8/65.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/65.txt -------------------------------------------------------------------------------- /src/data/8/66.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/66.txt -------------------------------------------------------------------------------- /src/data/8/67.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/67.txt -------------------------------------------------------------------------------- /src/data/8/68.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/68.txt -------------------------------------------------------------------------------- /src/data/8/69.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/69.txt -------------------------------------------------------------------------------- /src/data/8/7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/7.txt -------------------------------------------------------------------------------- /src/data/8/70.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/70.txt -------------------------------------------------------------------------------- /src/data/8/71.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/71.txt -------------------------------------------------------------------------------- /src/data/8/72.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/72.txt -------------------------------------------------------------------------------- /src/data/8/73.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/73.txt -------------------------------------------------------------------------------- /src/data/8/74.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/74.txt -------------------------------------------------------------------------------- /src/data/8/75.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/75.txt -------------------------------------------------------------------------------- /src/data/8/76.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/76.txt -------------------------------------------------------------------------------- /src/data/8/77.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/77.txt -------------------------------------------------------------------------------- /src/data/8/78.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/78.txt -------------------------------------------------------------------------------- /src/data/8/79.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/79.txt -------------------------------------------------------------------------------- /src/data/8/8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/8.txt -------------------------------------------------------------------------------- /src/data/8/80.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/80.txt -------------------------------------------------------------------------------- /src/data/8/81.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/81.txt -------------------------------------------------------------------------------- /src/data/8/82.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/82.txt -------------------------------------------------------------------------------- /src/data/8/83.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/83.txt -------------------------------------------------------------------------------- /src/data/8/84.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/84.txt -------------------------------------------------------------------------------- /src/data/8/85.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/85.txt -------------------------------------------------------------------------------- /src/data/8/86.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/86.txt -------------------------------------------------------------------------------- /src/data/8/87.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/87.txt -------------------------------------------------------------------------------- /src/data/8/88.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/88.txt -------------------------------------------------------------------------------- /src/data/8/89.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/89.txt -------------------------------------------------------------------------------- /src/data/8/9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/9.txt -------------------------------------------------------------------------------- /src/data/8/90.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/90.txt -------------------------------------------------------------------------------- /src/data/8/91.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/91.txt -------------------------------------------------------------------------------- /src/data/8/92.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/92.txt -------------------------------------------------------------------------------- /src/data/8/93.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/93.txt -------------------------------------------------------------------------------- /src/data/8/94.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/94.txt -------------------------------------------------------------------------------- /src/data/8/95.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/95.txt -------------------------------------------------------------------------------- /src/data/8/96.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/96.txt -------------------------------------------------------------------------------- /src/data/8/97.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/97.txt -------------------------------------------------------------------------------- /src/data/8/98.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/98.txt -------------------------------------------------------------------------------- /src/data/8/99.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/8/99.txt -------------------------------------------------------------------------------- /src/data/9/0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/9/0.txt -------------------------------------------------------------------------------- /src/data/9/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/9/1.txt -------------------------------------------------------------------------------- /src/data/9/10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/9/10.txt -------------------------------------------------------------------------------- /src/data/9/100.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/9/100.txt -------------------------------------------------------------------------------- /src/data/9/11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/9/11.txt -------------------------------------------------------------------------------- /src/data/9/12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/9/12.txt -------------------------------------------------------------------------------- /src/data/9/13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/9/13.txt -------------------------------------------------------------------------------- /src/data/9/14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/9/14.txt -------------------------------------------------------------------------------- /src/data/9/15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/9/15.txt -------------------------------------------------------------------------------- /src/data/9/16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/9/16.txt -------------------------------------------------------------------------------- /src/data/9/17.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/9/17.txt -------------------------------------------------------------------------------- /src/data/9/18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/9/18.txt -------------------------------------------------------------------------------- /src/data/9/19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/9/19.txt -------------------------------------------------------------------------------- /src/data/9/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/9/2.txt -------------------------------------------------------------------------------- /src/data/9/20.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/9/20.txt -------------------------------------------------------------------------------- /src/data/9/21.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/9/21.txt -------------------------------------------------------------------------------- /src/data/9/22.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/9/22.txt -------------------------------------------------------------------------------- /src/data/9/23.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/9/23.txt -------------------------------------------------------------------------------- /src/data/9/24.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/9/24.txt -------------------------------------------------------------------------------- /src/data/9/25.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/9/25.txt -------------------------------------------------------------------------------- /src/data/9/26.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/9/26.txt -------------------------------------------------------------------------------- /src/data/9/27.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/9/27.txt -------------------------------------------------------------------------------- /src/data/9/28.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/9/28.txt -------------------------------------------------------------------------------- /src/data/9/3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/9/3.txt -------------------------------------------------------------------------------- /src/data/9/4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/9/4.txt -------------------------------------------------------------------------------- /src/data/9/5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/9/5.txt -------------------------------------------------------------------------------- /src/data/9/6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/9/6.txt -------------------------------------------------------------------------------- /src/data/9/7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/9/7.txt -------------------------------------------------------------------------------- /src/data/9/8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/9/8.txt -------------------------------------------------------------------------------- /src/data/9/9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/data/9/9.txt -------------------------------------------------------------------------------- /src/fast.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/fast.h -------------------------------------------------------------------------------- /src/num.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/num.exe -------------------------------------------------------------------------------- /src/num.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeritNet/AI-Learning/HEAD/src/num.html --------------------------------------------------------------------------------