diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..f8fe12fc535e15fba0b6329e128831ce3ec2fd55 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,61 @@ +*.7z filter=lfs diff=lfs merge=lfs -text +*.arrow filter=lfs diff=lfs merge=lfs -text +*.bin filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.ckpt filter=lfs diff=lfs merge=lfs -text +*.ftz filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.h5 filter=lfs diff=lfs merge=lfs -text +*.joblib filter=lfs diff=lfs merge=lfs -text +*.lfs.* filter=lfs diff=lfs merge=lfs -text +*.lz4 filter=lfs diff=lfs merge=lfs -text +*.mds filter=lfs diff=lfs merge=lfs -text +*.mlmodel filter=lfs diff=lfs merge=lfs -text +*.model filter=lfs diff=lfs merge=lfs -text +*.msgpack filter=lfs diff=lfs merge=lfs -text +*.npy filter=lfs diff=lfs merge=lfs -text +*.npz filter=lfs diff=lfs merge=lfs -text +*.onnx filter=lfs diff=lfs merge=lfs -text +*.ot filter=lfs diff=lfs merge=lfs -text +*.parquet filter=lfs diff=lfs merge=lfs -text +*.pb filter=lfs diff=lfs merge=lfs -text +*.pickle filter=lfs diff=lfs merge=lfs -text +*.pkl filter=lfs diff=lfs merge=lfs -text +*.pt filter=lfs diff=lfs merge=lfs -text +*.pth filter=lfs diff=lfs merge=lfs -text +*.rar filter=lfs diff=lfs merge=lfs -text +*.safetensors filter=lfs diff=lfs merge=lfs -text +saved_model/**/* filter=lfs diff=lfs merge=lfs -text +*.tar.* filter=lfs diff=lfs merge=lfs -text +*.tar filter=lfs diff=lfs merge=lfs -text +*.tflite filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.wasm filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text +*tfevents* filter=lfs diff=lfs merge=lfs -text +# Audio files - uncompressed +*.pcm filter=lfs diff=lfs merge=lfs -text +*.sam filter=lfs diff=lfs merge=lfs -text +*.raw filter=lfs diff=lfs merge=lfs -text +# Audio files - compressed +*.aac filter=lfs diff=lfs merge=lfs -text +*.flac filter=lfs diff=lfs merge=lfs -text +*.mp3 filter=lfs diff=lfs merge=lfs -text +*.ogg filter=lfs diff=lfs merge=lfs -text +*.wav filter=lfs diff=lfs merge=lfs -text +# Image files - uncompressed +*.bmp filter=lfs diff=lfs merge=lfs -text +*.gif filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.tiff filter=lfs diff=lfs merge=lfs -text +# Image files - compressed +*.jpg filter=lfs diff=lfs merge=lfs -text +*.jpeg filter=lfs diff=lfs merge=lfs -text +*.webp filter=lfs diff=lfs merge=lfs -text +# Video files - compressed +*.mp4 filter=lfs diff=lfs merge=lfs -text +*.webm filter=lfs diff=lfs merge=lfs -text +data/train/CSL_News_Labels.csv filter=lfs diff=lfs merge=lfs -text +data/train/CSL_News_Labels.json filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..20e3cd6c927acf08d7a872043fe726c29ffa0b5c --- /dev/null +++ b/README.md @@ -0,0 +1,64 @@ +--- +language: +- zh +license: cc-by-nc-4.0 +tags: +- sign-language +task_categories: +- video-text-to-text +--- + +# Summary +This is the dataset proposed in our paper "[**Uni-Sign: Toward Unified Sign Language Understanding at Scale**](https://arxiv.org/abs/2501.15187)". +CSL-News is a large-scale Chinese Sign Language dataset designed for developing robust sign language understanding models. + +**Code**: [https://github.com/ZechengLi19/Uni-Sign](https://github.com/ZechengLi19/Uni-Sign) + +# Download +Please refer to [**download script**](https://github.com/ZechengLi19/Uni-Sign/blob/main/download_scripts/download_CSL_News.py) to download CSL_News. +You can also download each file by ```wget```, for instance: +``` +wget https://huggingface.co/datasets/ZechengLi19/CSL-News/resolve/main/archive_001.zip +wget https://huggingface.co/datasets/ZechengLi19/CSL-News/resolve/main/archive_002.zip +wget https://huggingface.co/datasets/ZechengLi19/CSL-News/resolve/main/archive_003.zip +... +``` + +# Usage +You can unzip each archive_*.zip file by ```unzip```, for instance: +``` +unzip -j archive_001.zip -d ./CSL_News/rgb_format +unzip -j archive_002.zip -d ./CSL_News/rgb_format +unzip -j archive_003.zip -d ./CSL_News/rgb_format +... +``` + +``CSL_News_Labels.json`` and ``CSL_News_Labels.csv`` contains the text-annotations for CSL-News. They can easily be read by +```python +# Read CSL_News_Labels.json +import json +with open('CSL_News_Labels.json', 'r', encoding='utf-8') as f: + data = json.load(f) +# Read CSL_News_Labels.csv +import pandas +data = pandas.read_csv("CSL_News_Labels.csv") +``` + +# Other format +We also provide the CSL-News dataset in a pose format. Please refer to [**here**](https://huggingface.co/datasets/ZechengLi19/CSL-News_pose). + +# License +CSL-News is released under the CC-BY-NC-4.0 license. The video samples in this dataset are collected from publicly available web videos. Users must ensure that their use of these video samples is strictly non-commercial. + +# Why Non-Commercial? +The video samples in CSL-News are sourced from web videos, and their copyright belongs to the original content creators. While this dataset is provided for research purposes under the CC-BY-NC-4.0 license, commercial use of these videos may infringe upon the rights of the original creators. To respect their rights and ensure ethical use, we strictly enforce a non-commercial usage policy for CSL-News. + +# Citation +``` +@article{li2025uni-sign, + title={Uni-Sign: Toward Unified Sign Language Understanding at Scale}, + author={Li, Zecheng and Zhou, Wengang and Zhao, Weichao and Wu, Kepeng and Hu, Hezhen and Li, Houqiang}, + journal={arXiv preprint arXiv:2501.15187}, + year={2025} +} +``` \ No newline at end of file diff --git a/archive_001.zip b/archive_001.zip new file mode 100644 index 0000000000000000000000000000000000000000..6667a37390524dbbc80f4e4d135c237f66deab69 --- /dev/null +++ b/archive_001.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:911ed805d80842867c0ecebc86c2f8ad0fbd6790269861dbdc964ebaa9bab7ec +size 2143687404 diff --git a/archive_002.zip b/archive_002.zip new file mode 100644 index 0000000000000000000000000000000000000000..1c0a38cd29497f6897775b6100dd0787951d02ca --- /dev/null +++ b/archive_002.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a10864019a02d5abefe1045b1ce7fc3f3350562889e4b6c95cfe766981334fde +size 2143799776 diff --git a/archive_003.zip b/archive_003.zip new file mode 100644 index 0000000000000000000000000000000000000000..b363e4d4f70da675c626ae83ded558e128347eca --- /dev/null +++ b/archive_003.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae348f6cc3088cc755d5af4f4320c3f6851a5564fb27345b3fb0e150f1a655d4 +size 2143964790 diff --git a/archive_004.zip b/archive_004.zip new file mode 100644 index 0000000000000000000000000000000000000000..1ce54907c9923c09254644a5f5b41ab4e93cea61 --- /dev/null +++ b/archive_004.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04cb2a2a50a9e0fe946a030fd330a2480160b87dc6cb24cf2427f8968e231445 +size 2144343039 diff --git a/archive_005.zip b/archive_005.zip new file mode 100644 index 0000000000000000000000000000000000000000..5e36bab255fa2a73f32204e25c587972885b635c --- /dev/null +++ b/archive_005.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3450d136994df60739ff8bf62382b36005de81a91c911921348e88f378542dd3 +size 2143436285 diff --git a/archive_006.zip b/archive_006.zip new file mode 100644 index 0000000000000000000000000000000000000000..f708cccad78939de5b1929e578025e8e8cae3e55 --- /dev/null +++ b/archive_006.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f42d3d76c5c37b415512dba2dcbd21cf6aa7959beec3c1f0c4cca59f91cd8fff +size 2143111175 diff --git a/archive_007.zip b/archive_007.zip new file mode 100644 index 0000000000000000000000000000000000000000..007983d4077deaba625b93aa4abf681b80ba53ab --- /dev/null +++ b/archive_007.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb4b6c7f8371debcd1dc11fd5f873ef8525b08b3ef303bf365fbb465a71d9d87 +size 2142966435 diff --git a/archive_008.zip b/archive_008.zip new file mode 100644 index 0000000000000000000000000000000000000000..d6a3a952c68f812bc408d3bf9f39e4c53ff5ea68 --- /dev/null +++ b/archive_008.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b258e4bebaf36623e65066438c3956a6f0ba8579e8df36f4a399297d5b291153 +size 2144221625 diff --git a/archive_009.zip b/archive_009.zip new file mode 100644 index 0000000000000000000000000000000000000000..ccd259e83c2415eb9184c22b4fb07c6d75c189c0 --- /dev/null +++ b/archive_009.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdbcd124a4afedf12ec2790cc59ec3f1e20a2cc6c46a813022b5e7b12ade57f0 +size 2143167351 diff --git a/archive_010.zip b/archive_010.zip new file mode 100644 index 0000000000000000000000000000000000000000..cb9857e596510fe2cc4b3b7ba5f9e162632f2795 --- /dev/null +++ b/archive_010.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a77b9624fa92418e3569b581cef2c283bc0e2d12860b81fb2607763b9468696 +size 2143819070 diff --git a/archive_011.zip b/archive_011.zip new file mode 100644 index 0000000000000000000000000000000000000000..fc823fb5624ac1829623dfabb99b368f5a99d24a --- /dev/null +++ b/archive_011.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8f4c9431326283f7ccc8317b7d7496f07b89a9a1cbd612832bb0afaf936346c +size 2143265025 diff --git a/archive_012.zip b/archive_012.zip new file mode 100644 index 0000000000000000000000000000000000000000..08dd8e07cc102cac98011fa4b0263b765082d4a6 --- /dev/null +++ b/archive_012.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1210b3f2d97f4108e82b08e0a76a903ff2fa8a7769463990e7abd98c4cc8438f +size 2143038969 diff --git a/archive_013.zip b/archive_013.zip new file mode 100644 index 0000000000000000000000000000000000000000..b8714773b5c2e0ea8dde53a57209c5a712212958 --- /dev/null +++ b/archive_013.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0c6194e742706c81c6802b6aad188babdcf72e10a13a3e50f17215716900a65 +size 2144050037 diff --git a/archive_014.zip b/archive_014.zip new file mode 100644 index 0000000000000000000000000000000000000000..449b1239bfec8d0d7a968dfd81269e173a28d4fa --- /dev/null +++ b/archive_014.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5861e508e26207f6b413725e648b17e3dfe8d33b0cc54de17b2e51c698809c5 +size 2143874489 diff --git a/archive_015.zip b/archive_015.zip new file mode 100644 index 0000000000000000000000000000000000000000..64664502e0830db649ee6b2bfbb673ae5b54e214 --- /dev/null +++ b/archive_015.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:601e8551aa5330f3cb3824ddd884f4b6cd03787ae536f769122dac23eac4e25f +size 2143617064 diff --git a/archive_016.zip b/archive_016.zip new file mode 100644 index 0000000000000000000000000000000000000000..d350ec824632c9cf55c7ba7a8adce22892bb542c --- /dev/null +++ b/archive_016.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd02bd07d53fd57da62199efd725dbfd83b40966ad4bc10b93667b9cd5088d13 +size 2143560974 diff --git a/archive_017.zip b/archive_017.zip new file mode 100644 index 0000000000000000000000000000000000000000..1aa97a46d43981e22ff520a5c02cda4e32b4d0c3 --- /dev/null +++ b/archive_017.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a13323e74c0f91da425b2ef7e9475b0800cb5dc180506263ce321f080c9d9ea8 +size 2143794844 diff --git a/archive_018.zip b/archive_018.zip new file mode 100644 index 0000000000000000000000000000000000000000..9a85dcab768a42b3394d1ba2f278325dd06b6884 --- /dev/null +++ b/archive_018.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:222f0aef0e1228d20e6d7494024628c9d356149e8d8c097245872a34fdd374b9 +size 2144159215 diff --git a/archive_019.zip b/archive_019.zip new file mode 100644 index 0000000000000000000000000000000000000000..d230808edcc06677c77f718f9ec44b9ffc2b0fad --- /dev/null +++ b/archive_019.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05529699e6f80c5bff210f7a3f9b1452aa784c2467ba7a431b79edaa49084dd8 +size 2142814504 diff --git a/archive_020.zip b/archive_020.zip new file mode 100644 index 0000000000000000000000000000000000000000..8ae6930ecd85d367230edb7e6ff8d6ae838c7f79 --- /dev/null +++ b/archive_020.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:790bb57b2a7a3488270e188c0d84f17a0fcd7e79906626173fa8c86b57f92bb6 +size 2143638547 diff --git a/archive_021.zip b/archive_021.zip new file mode 100644 index 0000000000000000000000000000000000000000..2df9e992600e8333b64e9a36cf3c38569ff2bd22 --- /dev/null +++ b/archive_021.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd53e09a5de5f5bae675554ad43d3d55e388cb14570c692bb1369256df53228c +size 2143627351 diff --git a/archive_022.zip b/archive_022.zip new file mode 100644 index 0000000000000000000000000000000000000000..5966a1674a4413c9b35304dbbf4f444cfe5eb3ea --- /dev/null +++ b/archive_022.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34fe84356f7dc6342bb9067c23612b83ce1427b1fa8af24ada032de7d195b031 +size 2142125114 diff --git a/archive_023.zip b/archive_023.zip new file mode 100644 index 0000000000000000000000000000000000000000..7396cfdf61f38e71d52425895ca23768de07db68 --- /dev/null +++ b/archive_023.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e80385f3842fb6894ae50be1e20f011a0e21f2f8a13a82cd75e24718ba05944 +size 2143773797 diff --git a/archive_024.zip b/archive_024.zip new file mode 100644 index 0000000000000000000000000000000000000000..b4abae20202c0ff08cf0f8ac3dd9106b4fe4d06c --- /dev/null +++ b/archive_024.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f8e5a881b94b8c087a8b5bd75cc118c81f3c1a72496bb0d5bad6e521a361d4e +size 2143157679 diff --git a/archive_025.zip b/archive_025.zip new file mode 100644 index 0000000000000000000000000000000000000000..e5bab785fc8cbaba0998cd32613cd58ee9ef8b75 --- /dev/null +++ b/archive_025.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d71285ff7d2d73633b7542ce24211eec09e8f1481e8f2a3d890a219ec38ad0c3 +size 2142670200 diff --git a/archive_026.zip b/archive_026.zip new file mode 100644 index 0000000000000000000000000000000000000000..f6c93fc7dcdc541f1891327f2cf4b1b29595b0d8 --- /dev/null +++ b/archive_026.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:812389d6407443529655182b510bf0563c159a65f238aebffc41cc7df300231a +size 2144207173 diff --git a/archive_027.zip b/archive_027.zip new file mode 100644 index 0000000000000000000000000000000000000000..84d54475686e575994b73d6de279eb8d65d6209e --- /dev/null +++ b/archive_027.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:782f364263aa9e81b7edadd6d70bcdf0242e0024a33edfc05999a676dae56091 +size 2143117643 diff --git a/archive_028.zip b/archive_028.zip new file mode 100644 index 0000000000000000000000000000000000000000..f08004d83265be44c207017ab22b6d3d2302e13a --- /dev/null +++ b/archive_028.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44cf6967fbb7cc6178080221a7a4b113b168f7edb110c1b8584b3491fa3576b3 +size 2143279788 diff --git a/archive_029.zip b/archive_029.zip new file mode 100644 index 0000000000000000000000000000000000000000..06892daf5f55a5571fb27c0166c4b12eedfea00f --- /dev/null +++ b/archive_029.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb7435547ef051f210293cf06b4fa2292a61b9ca9ec18042841b1b373c06f93a +size 2143642458 diff --git a/archive_030.zip b/archive_030.zip new file mode 100644 index 0000000000000000000000000000000000000000..39eb239bf9e43013800200b89b43a7ebc02b35d8 --- /dev/null +++ b/archive_030.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35aaffe6c97a602a7ebe979e27468d93d0748b58ae4da86e025a67c0ce2345b2 +size 2143781903 diff --git a/archive_031.zip b/archive_031.zip new file mode 100644 index 0000000000000000000000000000000000000000..faa42389372380bdaa5c37caf8573096456baa34 --- /dev/null +++ b/archive_031.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d2b27a84a0b7fd8206945d38d734dc0dd187616bb059560e7674e9638d3edb3 +size 2144264835 diff --git a/archive_032.zip b/archive_032.zip new file mode 100644 index 0000000000000000000000000000000000000000..3085c1dbd97ee6e51fc213689ad4d5903d68b8ab --- /dev/null +++ b/archive_032.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd6a5b451e09e24e3c2bde316d5cdc0fdb224e7d4bcd9634e646ee2397729f28 +size 2144092914 diff --git a/archive_033.zip b/archive_033.zip new file mode 100644 index 0000000000000000000000000000000000000000..db8b05aafd3e4716fb7fa3048f6e93ecbfa25bee --- /dev/null +++ b/archive_033.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e95614f79c48c2d18704ebef83884ee0c9c96d752206337587a98c0e9f884584 +size 2143325390 diff --git a/archive_034.zip b/archive_034.zip new file mode 100644 index 0000000000000000000000000000000000000000..5074527f9d9a4b0d402e326cd4423abdbc0a4091 --- /dev/null +++ b/archive_034.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:316d5b6e8e0c4d902c6baaef730ca99438ee6c9adf3aa27d37bfae1a11aee33e +size 2144173874 diff --git a/archive_035.zip b/archive_035.zip new file mode 100644 index 0000000000000000000000000000000000000000..2887370cd61e18538b60bcc0e50e9f240d23fe24 --- /dev/null +++ b/archive_035.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbe3db3091f36c1beb0ebd4a542d8d8a9b6d82d143b1cbe3c80199fe73d76062 +size 2143705444 diff --git a/archive_036.zip b/archive_036.zip new file mode 100644 index 0000000000000000000000000000000000000000..5054a074166e7faa1f8cb6457e8e519f6d669284 --- /dev/null +++ b/archive_036.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:699190d986b822320305265e033364aa70cde0eb48dff1055d0149c24f51f9e2 +size 2143688144 diff --git a/archive_037.zip b/archive_037.zip new file mode 100644 index 0000000000000000000000000000000000000000..6928ce1672e3b8a63730f4b58d356166c2b46076 --- /dev/null +++ b/archive_037.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d18df1f5d91a5fce5b74a2eb8abe744fd35c12c67162162d6e472dadf99f3aa3 +size 2143332801 diff --git a/archive_038.zip b/archive_038.zip new file mode 100644 index 0000000000000000000000000000000000000000..b479fac6aeb1494fc818b3af626d1a05c2bbe483 --- /dev/null +++ b/archive_038.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1b7a7b8336e7e10a43bab55dc5308589212de11370e81f4ed26e63834f2a161 +size 2144258732 diff --git a/archive_039.zip b/archive_039.zip new file mode 100644 index 0000000000000000000000000000000000000000..4e5451800d5f25f5c08068eba3eb1b320d8ebb36 --- /dev/null +++ b/archive_039.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aaf5b81373c1357a1f720c42273370e445f177421f1ef690ef5110cf4c1ca93 +size 2143368737 diff --git a/archive_040.zip b/archive_040.zip new file mode 100644 index 0000000000000000000000000000000000000000..00603cd16a3693c2763897789acae218e11c94b4 --- /dev/null +++ b/archive_040.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80434ae882d8d92b36cf00d12989877196f80331169f221013b293ca608d10cf +size 2142619954 diff --git a/archive_041.zip b/archive_041.zip new file mode 100644 index 0000000000000000000000000000000000000000..7b68fc10ad10934b99fa3d5bcf2de0fef3f3e69f --- /dev/null +++ b/archive_041.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e25b1179b0308ea720e858e93282d1bcfc3ed067b773c8209d6d022c3a2d6080 +size 2143493458 diff --git a/archive_042.zip b/archive_042.zip new file mode 100644 index 0000000000000000000000000000000000000000..b33724def68de43c3b80219bc14353f576a863fe --- /dev/null +++ b/archive_042.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3f5bbe92e910519fbe446e7781448163dbf260a5449ae88b0b5c9c4dcea385d +size 2143951229 diff --git a/archive_043.zip b/archive_043.zip new file mode 100644 index 0000000000000000000000000000000000000000..e0bbc45a1f74868f59a4df37101fb4c38606078e --- /dev/null +++ b/archive_043.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5779c3a9e60869e2bc3b0ade57d0a451c75941d396d1c127adc55f57a43e900d +size 2143238969 diff --git a/archive_044.zip b/archive_044.zip new file mode 100644 index 0000000000000000000000000000000000000000..48f123168478fb516e0b098749b981aaf4935fdc --- /dev/null +++ b/archive_044.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbc5408b09a81d6cef39740215e4b58824ed745906b3c7b6afe3c6d53765d55e +size 2142176742 diff --git a/archive_045.zip b/archive_045.zip new file mode 100644 index 0000000000000000000000000000000000000000..aef9d66958326bb11e25e3cb7a2c2e1560d58376 --- /dev/null +++ b/archive_045.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99f6486eb37498a441b1240d78a51af152a82b56cb8d09f71bc26b5e71bb3318 +size 2143965326 diff --git a/archive_046.zip b/archive_046.zip new file mode 100644 index 0000000000000000000000000000000000000000..6f1bcf562840e3011eb3bc0676295188b3b3ae26 --- /dev/null +++ b/archive_046.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:013ebd614a366ee57531999307bd28f31bbb3eb72cafc84bae56c88f7fdd2222 +size 2143069469 diff --git a/archive_047.zip b/archive_047.zip new file mode 100644 index 0000000000000000000000000000000000000000..221abb6e10cbd54a96b205bd84f10117097dcc5f --- /dev/null +++ b/archive_047.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2ae5e47d5589e062c024e46afc7f7f71541d4eb32a2b9f40a7183cd7ba61426 +size 2143212947 diff --git a/archive_048.zip b/archive_048.zip new file mode 100644 index 0000000000000000000000000000000000000000..234c4a679b648b841579b92e9b779001adbcf203 --- /dev/null +++ b/archive_048.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e01caa9a9ea68a219388b4b51759b84de9081ccbbf029cd4854b7ddbcdb0b481 +size 2143697103 diff --git a/archive_049.zip b/archive_049.zip new file mode 100644 index 0000000000000000000000000000000000000000..2fdd591a045255ddec7958a26d7d35ea4cfd1a65 --- /dev/null +++ b/archive_049.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44adf4a377934ef0370526b20c7ec5e039fe7808e8f37b8f9529ae5d3ef9e8e6 +size 2144101983 diff --git a/archive_050.zip b/archive_050.zip new file mode 100644 index 0000000000000000000000000000000000000000..4ae079f0908b590c90b9f31ebb8586f8f2e1017f --- /dev/null +++ b/archive_050.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef61ae6109cf00929f3ed8e03dfff0d6f9907d041323a0ae0f5e99071092767f +size 2143684609 diff --git a/archive_051.zip b/archive_051.zip new file mode 100644 index 0000000000000000000000000000000000000000..dd646159d58eb9bb0048074f3f73da02c1e4cf36 --- /dev/null +++ b/archive_051.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96254a9607ae2ba6782674d6a85913ddbad587b4bd17a00e68dd6ebb5ce59112 +size 2143160454 diff --git a/archive_052.zip b/archive_052.zip new file mode 100644 index 0000000000000000000000000000000000000000..e372d8f317fc71ac6357d7f8c24b1ef1f93edc7c --- /dev/null +++ b/archive_052.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfa60be4fb10bd3eb46465e62f62f0938677795e88b9f08134614c90af86ecc0 +size 2143721956 diff --git a/archive_053.zip b/archive_053.zip new file mode 100644 index 0000000000000000000000000000000000000000..059747e090063c48379b9cb877967b936128c2aa --- /dev/null +++ b/archive_053.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:950c7c562330932c5b87eddf0838261b9e42f2eb10c652d098fa1922eac8497b +size 2143521567 diff --git a/archive_054.zip b/archive_054.zip new file mode 100644 index 0000000000000000000000000000000000000000..22f7c6416e6ea8e6c70f49144f81781b97849d04 --- /dev/null +++ b/archive_054.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b751ca133661fc76478b3aeee648083ae2cdfbd4405dce5f38ad51c5f4fe3a3c +size 2143656070 diff --git a/archive_055.zip b/archive_055.zip new file mode 100644 index 0000000000000000000000000000000000000000..67beb06c68aff370050fcdf0dc12fcc76e0e39aa --- /dev/null +++ b/archive_055.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84475358d4645b7284cf302f1b7db891f8b3f45a0173f23fcef2ca9781f7182b +size 2144408922 diff --git a/archive_056.zip b/archive_056.zip new file mode 100644 index 0000000000000000000000000000000000000000..9c47b90d9e6b4f6a7f092f1bfc931cd8782fb68b --- /dev/null +++ b/archive_056.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b4e0c2993167a047b145540fe32cabfd89a1c8e6a68dc1be129fa4e7471e2fa +size 2142745792 diff --git a/archive_057.zip b/archive_057.zip new file mode 100644 index 0000000000000000000000000000000000000000..66d39d116cf807b6ac496ed957fbf45a0d77fb3f --- /dev/null +++ b/archive_057.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ae2c548e4e668b240fbf8c7ebbca9c9c1fdf01047ef0e179d3fdd1f25c8dfdb +size 2143566192 diff --git a/archive_058.zip b/archive_058.zip new file mode 100644 index 0000000000000000000000000000000000000000..8acc78ec728a387af1f33803ae7544d9e8b1ab18 --- /dev/null +++ b/archive_058.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d933e5dca673ed6b60f54a54d305f56690071215e721a87ad06d0500a70eddd +size 2143880035 diff --git a/archive_059.zip b/archive_059.zip new file mode 100644 index 0000000000000000000000000000000000000000..779737cf6f5f5a6e5a269424e2ed06220d38a1ef --- /dev/null +++ b/archive_059.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0790ae7c4710710c0ddcfbb1fc413ba92b0d93ae13751b19927be1653be4a74e +size 2142214947 diff --git a/archive_060.zip b/archive_060.zip new file mode 100644 index 0000000000000000000000000000000000000000..3b955f5799c1db10c7f154d65db21253945dc712 --- /dev/null +++ b/archive_060.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b116a5dbb7e1dca62a55e19a30954c073140aebc13427cf5629d22e25657fb5 +size 2142595459 diff --git a/archive_061.zip b/archive_061.zip new file mode 100644 index 0000000000000000000000000000000000000000..dfd5052aecff3870c59945384fea18ee2986025b --- /dev/null +++ b/archive_061.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:961b4784e2bc15657a5880c298f11bd34620f8957f067b9af27c18e53f6b6158 +size 2143262308 diff --git a/archive_062.zip b/archive_062.zip new file mode 100644 index 0000000000000000000000000000000000000000..278bcc5a9631086f5778f7f7eb3ef1a66f441a4b --- /dev/null +++ b/archive_062.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fc37cf3e849053346dc7e64efd368ac7a3dc07690ef722817382f68b94e1eab +size 2143607232 diff --git a/archive_063.zip b/archive_063.zip new file mode 100644 index 0000000000000000000000000000000000000000..5c86367dc5a85cf4c674f555f76dd42a588eaca1 --- /dev/null +++ b/archive_063.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d7c735bc4fbcd3a71eebd977de059803f42197db5872ae9e8a6a4ef6658a388 +size 2144267957 diff --git a/archive_064.zip b/archive_064.zip new file mode 100644 index 0000000000000000000000000000000000000000..3d093e0077606a228332ce78d5175148e6e8dcb4 --- /dev/null +++ b/archive_064.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3504550784e8ddd1d9409469830c1e2c8f566e0b396fe77d477254967bb62680 +size 2143459729 diff --git a/archive_065.zip b/archive_065.zip new file mode 100644 index 0000000000000000000000000000000000000000..1bd24ed6a804d8dc050c53ef14f2cf3992176e96 --- /dev/null +++ b/archive_065.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d6f9d1185b45cf18daf4f4a597fd960523ebb1632cd05a5cff0415c426c1931 +size 2144191292 diff --git a/archive_066.zip b/archive_066.zip new file mode 100644 index 0000000000000000000000000000000000000000..f91ec8e72afbe7fbab1dfa7721bbf9e29411ba29 --- /dev/null +++ b/archive_066.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44df81cf54a1bc018aad4d97c5e1bfdd8bc75327ccdf84d230e746c594ad65d8 +size 2144067714 diff --git a/archive_067.zip b/archive_067.zip new file mode 100644 index 0000000000000000000000000000000000000000..7d0406c60e1871f3a61965170ec89f774e257137 --- /dev/null +++ b/archive_067.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0d880a1f155f3d540049c6b2aff5c10e087d0c3540f68339e73eb50d89a3882 +size 2143543729 diff --git a/archive_068.zip b/archive_068.zip new file mode 100644 index 0000000000000000000000000000000000000000..8d1222556a5a17d9425a96e0224f9dd35e48a06e --- /dev/null +++ b/archive_068.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73d0f3e485e486d0504012cf11f3f4167614aef66260f3a6dcdd412c42de5e7d +size 2143855693 diff --git a/archive_069.zip b/archive_069.zip new file mode 100644 index 0000000000000000000000000000000000000000..b73ed03f8393f8fe588ac96351b815f86ef9a539 --- /dev/null +++ b/archive_069.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15e492d66a261580bd181f6264d0f2f293a0de9d7bf5c44674000cca7e8ba1f5 +size 2143936130 diff --git a/archive_070.zip b/archive_070.zip new file mode 100644 index 0000000000000000000000000000000000000000..0e7d6780311daca44e5edb0184b0c8a9f6448710 --- /dev/null +++ b/archive_070.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90892df6d23a652ef059b0b550ad7b96b3aca7ff8d956d3dcb53c1c48987205b +size 2143968609 diff --git a/archive_071.zip b/archive_071.zip new file mode 100644 index 0000000000000000000000000000000000000000..90492ca68b701be312c7f48732e611964628cf10 --- /dev/null +++ b/archive_071.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5abbf548137b2f2ab2c492173966f1f72ca0b23c2cddd04d0fc0835ffe9405d4 +size 2144021594 diff --git a/archive_072.zip b/archive_072.zip new file mode 100644 index 0000000000000000000000000000000000000000..b186a74080b761a1e12976388cefeb0077f579e7 --- /dev/null +++ b/archive_072.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54bcfbe04eefaf91a90dc39d3206b91c284d3298f93bdf4e5190de487733c537 +size 2143352683 diff --git a/archive_073.zip b/archive_073.zip new file mode 100644 index 0000000000000000000000000000000000000000..db034fd22eb4eeba7526a79f62dc48430ebb2510 --- /dev/null +++ b/archive_073.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f54b1e6663430197d12193627611e06908250b4a896ce439ff525f8300a77bcd +size 2143126592 diff --git a/archive_074.zip b/archive_074.zip new file mode 100644 index 0000000000000000000000000000000000000000..7fb3f65c104bc45d71ab63a8cdd65e9b353677d7 --- /dev/null +++ b/archive_074.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c86b2a426ab63eb13ed4e93b298d8d48633287b08d9cbb5e3ba1b7ff49b3ccbd +size 2143270005 diff --git a/archive_075.zip b/archive_075.zip new file mode 100644 index 0000000000000000000000000000000000000000..f8b8e3c9794834fc63c2a871c5bf875311b14232 --- /dev/null +++ b/archive_075.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:492911851221efb140aec9b5a8c79c61fcaa7fae93237c12e4957d435c6911ed +size 2144068471 diff --git a/archive_076.zip b/archive_076.zip new file mode 100644 index 0000000000000000000000000000000000000000..06464e053da9a7d8dade631cd78461574901edf2 --- /dev/null +++ b/archive_076.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fe80ef782185b9b142bd92a96b79b5cdeba4c2c5db7fbaf2608693179d7ea1d +size 2143604247 diff --git a/archive_077.zip b/archive_077.zip new file mode 100644 index 0000000000000000000000000000000000000000..f08f88189f497d1fd0d7a745b842a85948944b24 --- /dev/null +++ b/archive_077.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ce9398310b3bb4c19169411f948527c20fb6b43b97ead8896a8b480614e9718 +size 2142968222 diff --git a/archive_078.zip b/archive_078.zip new file mode 100644 index 0000000000000000000000000000000000000000..dc891a8829ecaa02eec252342a7d35f837b4a90a --- /dev/null +++ b/archive_078.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8feb16143776c3ea7ae4dc39054806bd6546728daa73eebd81f3b754ddbc002f +size 2143330865 diff --git a/archive_079.zip b/archive_079.zip new file mode 100644 index 0000000000000000000000000000000000000000..a58b24d2058031e15938be071c17d3f7ee155536 --- /dev/null +++ b/archive_079.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4159658ce4f9551e48cba04f909bc8c30a4bf17b5c5be7bc85d46366ea7212c6 +size 2142510894 diff --git a/archive_080.zip b/archive_080.zip new file mode 100644 index 0000000000000000000000000000000000000000..acd2e83bf78420bd2ecd268dea1b6f39e1dc3ed2 --- /dev/null +++ b/archive_080.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4daa7a89b0a042d3ab8eabaafadcdea153ecd72a8b97db01b4e6490f3205a627 +size 2144333337 diff --git a/archive_081.zip b/archive_081.zip new file mode 100644 index 0000000000000000000000000000000000000000..5ac8851e4ea57cf1ffb7a45d822c688d70050afa --- /dev/null +++ b/archive_081.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d3511675d6c29efdb09aae300ed7a55ddde7d2f7e2228481ee1f5373b2c48ce +size 2143439649 diff --git a/archive_082.zip b/archive_082.zip new file mode 100644 index 0000000000000000000000000000000000000000..5dd935100e9e523660e77c2304b0c7be9befdf07 --- /dev/null +++ b/archive_082.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fe26c155a50f3503261eab105b4ae05b601e9b628601391e75a6f1dbc92eaea +size 2144006246 diff --git a/archive_083.zip b/archive_083.zip new file mode 100644 index 0000000000000000000000000000000000000000..bd6d9e186d516de618bc505c43dbdfc70dfa1434 --- /dev/null +++ b/archive_083.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:702a0da45d01c48c0c6f60e3a45449107366b78b8b59b78d695e200136d77dbb +size 2144108068 diff --git a/archive_084.zip b/archive_084.zip new file mode 100644 index 0000000000000000000000000000000000000000..5a6d4887901c96c3fdf50d59c02279467dad22fd --- /dev/null +++ b/archive_084.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:217308a6b4ad0ab2ec968c4c7bebd975251c40f1802f3e930efd83b9ed77d579 +size 2142628484 diff --git a/archive_085.zip b/archive_085.zip new file mode 100644 index 0000000000000000000000000000000000000000..fe0c432e05976aaf340deffe98e829684a3367da --- /dev/null +++ b/archive_085.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f997e19a0055a7f3e1ff1011b05f3bfb9b2aa022cc03aa8518d40f9689329481 +size 2144017925 diff --git a/archive_086.zip b/archive_086.zip new file mode 100644 index 0000000000000000000000000000000000000000..307a508643eeaf34d08a5db04ae0a87f95c8053b --- /dev/null +++ b/archive_086.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fa41ea0fff55a54652036a50c6a6cb8ff9914cb502849c6e302643f345be176 +size 2143761135 diff --git a/archive_087.zip b/archive_087.zip new file mode 100644 index 0000000000000000000000000000000000000000..80354d42cc6683192176f5b3c917e2a17b7cd8f0 --- /dev/null +++ b/archive_087.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:202d9f04d556bef6b7d785710ca4c3344944b526d7d518d242a3f5a9e228cfae +size 2143032593 diff --git a/archive_088.zip b/archive_088.zip new file mode 100644 index 0000000000000000000000000000000000000000..802eb4647e3cc0f50f9b6fd3afc1fa5c42b06c48 --- /dev/null +++ b/archive_088.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de474c7c21d7fb02aa076df056b135eb19cdde4fa647a2a03b92ce85acf7bf87 +size 2142529243 diff --git a/archive_089.zip b/archive_089.zip new file mode 100644 index 0000000000000000000000000000000000000000..35086df53e81f8b538ce61b14f519414188d64d5 --- /dev/null +++ b/archive_089.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37a2d52dc04966fb73bc965bcd29284e41f3bb6153f654ddbc5fd5aea1646a24 +size 2143351201 diff --git a/archive_090.zip b/archive_090.zip new file mode 100644 index 0000000000000000000000000000000000000000..63d4919e16fa639d193f33e402fc41f21ab20231 --- /dev/null +++ b/archive_090.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c7640764d2ef6e026add12a790ff9c3bdd085f8801d6c4c9237d4f9a77ef1f1 +size 2142862512 diff --git a/archive_091.zip b/archive_091.zip new file mode 100644 index 0000000000000000000000000000000000000000..af555a01bb72906d96c6a8fd2304024210222370 --- /dev/null +++ b/archive_091.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0b5dc291ae93daa2dedc0d69f18ca6c1461c7a1e1b34a4f4895ec731c9c1589 +size 2142969948 diff --git a/archive_092.zip b/archive_092.zip new file mode 100644 index 0000000000000000000000000000000000000000..5eec0d7fc50e7d0e8ac3443802bd67a6aea41238 --- /dev/null +++ b/archive_092.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8012107c2d2030484bc0f362c19959af68304a3d75451a40d6df14b17d2eaf3d +size 2143449632 diff --git a/archive_093.zip b/archive_093.zip new file mode 100644 index 0000000000000000000000000000000000000000..da319ade665f71a407bce6b60a68ac6d7515efa5 --- /dev/null +++ b/archive_093.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8308ccb316c47488fd4d008da0e37f1333977a33271b85b710838981e23c612 +size 2143831636 diff --git a/archive_094.zip b/archive_094.zip new file mode 100644 index 0000000000000000000000000000000000000000..aada1223d2f7c22d6a8712206b73fb99f3aa3575 --- /dev/null +++ b/archive_094.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cec04ec34d73aa00081e3eb49da2f1170369ec41f592a473ff15d0a42751053 +size 2143342103 diff --git a/archive_095.zip b/archive_095.zip new file mode 100644 index 0000000000000000000000000000000000000000..de8567ed444049ea488d72d13779d28a5fdc1d78 --- /dev/null +++ b/archive_095.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1c7c3abebeaa2e1f282e5158619a929f0acca3fa9975c0cd6e544035282f6e1 +size 2143681771 diff --git a/archive_096.zip b/archive_096.zip new file mode 100644 index 0000000000000000000000000000000000000000..8b8f5c37ceb3ccc2502a94218750363f71693f35 --- /dev/null +++ b/archive_096.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dcec41719de322aeec9ec38b61e9ed591498f8a322a744c450c3f4d66463455 +size 2143984076 diff --git a/archive_097.zip b/archive_097.zip new file mode 100644 index 0000000000000000000000000000000000000000..54a3004d0520c2f03c441035b4a88f3ee5d3e81f --- /dev/null +++ b/archive_097.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15153f0d0edbe7c2a15715528e8b67e6f2c53807af7d8c34913a1924c8b34388 +size 2144179387 diff --git a/archive_098.zip b/archive_098.zip new file mode 100644 index 0000000000000000000000000000000000000000..c1461050612e5f223c2e3e11ca800d0210a2d70d --- /dev/null +++ b/archive_098.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7c73a03bf79d3f2b4a22e5207c7e815a0f27ba8a77ab7f514bc056a4f0cac56 +size 2143553384 diff --git a/archive_099.zip b/archive_099.zip new file mode 100644 index 0000000000000000000000000000000000000000..dbdf242ed708323e00400e4702ab3b15272905f2 --- /dev/null +++ b/archive_099.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5462da5f4bf155ebfd551001ec28c54ffd75b84a047a62f112c6ba750815e631 +size 2144153794 diff --git a/archive_100.zip b/archive_100.zip new file mode 100644 index 0000000000000000000000000000000000000000..9d3cf1c3c9449bb11097d83589293fd806e1ebfb --- /dev/null +++ b/archive_100.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f07f117a40381bdd8ca495fabdec7764d8d7b44b2bd99f7699b9aa456671c2a8 +size 2143395611 diff --git a/archive_101.zip b/archive_101.zip new file mode 100644 index 0000000000000000000000000000000000000000..85d1656bb20280c902084a025111766c6aaeb4bc --- /dev/null +++ b/archive_101.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77f3d4fb9441e8394a0cf73ad734b88b67ff4658cec613d78a46acf98dbe3898 +size 2144250454 diff --git a/archive_102.zip b/archive_102.zip new file mode 100644 index 0000000000000000000000000000000000000000..219144d997fa9bf631f096d120c2850322ca0900 --- /dev/null +++ b/archive_102.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfbccbae1f869d92bcb886edbf25baff4c4f086a214a695ceaa71735e0114016 +size 2142751579 diff --git a/archive_103.zip b/archive_103.zip new file mode 100644 index 0000000000000000000000000000000000000000..4d29317063052da02b315b685a490f3e10871012 --- /dev/null +++ b/archive_103.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeac1b0d4fa34ec725b4ce9b34d5593a309366f80d2b0625918e514a8c9e0e1b +size 2143296443 diff --git a/archive_104.zip b/archive_104.zip new file mode 100644 index 0000000000000000000000000000000000000000..8b008a469c1146a7d61297e2d1bc43e14135f633 --- /dev/null +++ b/archive_104.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60731dadede32db829c38d81d72fe21dda32583d4a11f35953320e01de9a932f +size 2144350305 diff --git a/archive_105.zip b/archive_105.zip new file mode 100644 index 0000000000000000000000000000000000000000..c2f43bcb2e5f0b2df7af9a8acf3d2394574878f6 --- /dev/null +++ b/archive_105.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a2f3a81f7fa4525e9c0a9dd01b8caaf71ada7122b3ddd9cc2822e8b30ca807d +size 2144101950 diff --git a/archive_106.zip b/archive_106.zip new file mode 100644 index 0000000000000000000000000000000000000000..a3c3cdc12b2e99f5c02aeb67f24df57ed48fe44a --- /dev/null +++ b/archive_106.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7179dbb7bbe234e04fb0a73af12b2489aad8ac177e47650f04c15f16d6e1ee56 +size 2143486650 diff --git a/archive_107.zip b/archive_107.zip new file mode 100644 index 0000000000000000000000000000000000000000..2bc97ac623cd9a8fad5bf8b12ff75d87a184a528 --- /dev/null +++ b/archive_107.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74127b6ff3b5cf8f0973a72d7d18cf14af34b471477bc4af91b40727b4ce2c96 +size 2143915770 diff --git a/archive_108.zip b/archive_108.zip new file mode 100644 index 0000000000000000000000000000000000000000..87e7019b8b096e59d50b0523097e3e93e8e579f6 --- /dev/null +++ b/archive_108.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e38cc104fd672b1bbb73bd4d3a4d909358c674fed0b96f955479864acf763c4 +size 2143092834 diff --git a/archive_109.zip b/archive_109.zip new file mode 100644 index 0000000000000000000000000000000000000000..8a49f109f4c03c49be6792fae20bb479d6a3d01a --- /dev/null +++ b/archive_109.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a1534f1eaa8b6bc6c76e7413eff0cf7df8b2cb6e61e807b3f358c8d2a77cde6 +size 2142694770 diff --git a/archive_110.zip b/archive_110.zip new file mode 100644 index 0000000000000000000000000000000000000000..e9d50a139aacca72d81e72c73f7a5a38044b4e0c --- /dev/null +++ b/archive_110.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:067a37c2ebe473905a13225fbf7fa88bb5a87447d5e01a72de1f6546b055cfe5 +size 2142107733 diff --git a/archive_111.zip b/archive_111.zip new file mode 100644 index 0000000000000000000000000000000000000000..acb80bd5a637099be74a052d0e34344005ab41f4 --- /dev/null +++ b/archive_111.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f67ef6c7d3f078ad7b6a1e7d1bc06cb48e34574e23efc8070e80b870d37cb946 +size 2144108788 diff --git a/archive_112.zip b/archive_112.zip new file mode 100644 index 0000000000000000000000000000000000000000..3867a66a69c35bf87bb5bf1f3d2e2f1d92cbfd6b --- /dev/null +++ b/archive_112.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:668b8f207e351e70f237e8f13e581456063b7fa1bc50a18f2f1439f018e72a10 +size 2144131971 diff --git a/archive_113.zip b/archive_113.zip new file mode 100644 index 0000000000000000000000000000000000000000..5a33b8a41489ab425d87c1d9608a57d0df8766a1 --- /dev/null +++ b/archive_113.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a79aa3c6f62a931d532002428ddf7a4e895a7527fabfe81240e46a42176db0e +size 2144533342 diff --git a/archive_114.zip b/archive_114.zip new file mode 100644 index 0000000000000000000000000000000000000000..233857db9a4802c272aa63a1316bcd2c4f4829c3 --- /dev/null +++ b/archive_114.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2449cf4ee955cf7be59d204db67f5ec842f0b8973cb80fea729ef381b572cb7 +size 2143224021 diff --git a/archive_115.zip b/archive_115.zip new file mode 100644 index 0000000000000000000000000000000000000000..d33cc06c9a778dd39a77dcbbd79f7fcd5a1710b4 --- /dev/null +++ b/archive_115.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffc0dde8cf65498d2daf8ee5811dc955e971d28197569b11cec4f1d0ed062808 +size 2143594187 diff --git a/archive_116.zip b/archive_116.zip new file mode 100644 index 0000000000000000000000000000000000000000..95147cb2310018b36bc503c3098371a98e6c9cbb --- /dev/null +++ b/archive_116.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa87343bcb41dcbfad65f7e60fd5bdff3dd4b480e52b43c0efda953d4b4d3477 +size 2142978390 diff --git a/archive_117.zip b/archive_117.zip new file mode 100644 index 0000000000000000000000000000000000000000..a6daee0d70b9726be413d362dbc2cecabc5f3694 --- /dev/null +++ b/archive_117.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06d6aa8f94dba13f3ee0c22f70c20417212648899f48ba81323f8094304ebc77 +size 2144338094 diff --git a/archive_118.zip b/archive_118.zip new file mode 100644 index 0000000000000000000000000000000000000000..7ff4716e5c240086b3fb4cc633a5c726402fc612 --- /dev/null +++ b/archive_118.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cc68e98ce33fe715e93de1a47203709366b279207a998204d13489b79040af7 +size 2143289328 diff --git a/archive_119.zip b/archive_119.zip new file mode 100644 index 0000000000000000000000000000000000000000..8361eb5b603d8c45e46b01a86f69b96ff34d3464 --- /dev/null +++ b/archive_119.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8938c1735c50ce49db39724d33fe9102e8a1f1918d114582552c9d8c2cf52d7a +size 2142529032 diff --git a/archive_120.zip b/archive_120.zip new file mode 100644 index 0000000000000000000000000000000000000000..1d093edb7a0bb9f8842863dce8c4b44a83bd06f4 --- /dev/null +++ b/archive_120.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a0c7b151714469067d008b84463a9fbb4de28bdc7b808b189eabb12f6705e10 +size 2144317531 diff --git a/archive_121.zip b/archive_121.zip new file mode 100644 index 0000000000000000000000000000000000000000..bf7efe9cd65afe2ef6eed06ca8403de8da164cee --- /dev/null +++ b/archive_121.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:741569edf1392be87015a88ceabb8e52dfd7f58c1050d0bdfef2632c8e5716ac +size 2144049167 diff --git a/archive_122.zip b/archive_122.zip new file mode 100644 index 0000000000000000000000000000000000000000..e38435f7f4d1fe90c5c17727a00a98cfc91734b6 --- /dev/null +++ b/archive_122.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e616ea12d8a06d34b61ae25cb48453611f4f462454b8ed7ad430cd2d486323b +size 2144169491 diff --git a/archive_123.zip b/archive_123.zip new file mode 100644 index 0000000000000000000000000000000000000000..d0420503177b8171d49c77313c9d869468476d62 --- /dev/null +++ b/archive_123.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80fa3a1c68e45366b8cc0f8f0f10b782e8ac3f4dbe2a300e316833abcaf95292 +size 2144166616 diff --git a/archive_124.zip b/archive_124.zip new file mode 100644 index 0000000000000000000000000000000000000000..3ddfa4e6fdb4a21c9a2ffc2413ce5d0f44520bca --- /dev/null +++ b/archive_124.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38230a7926d8208e62dfef99ebf029f1f5182bae7d23b69b50eacc0a79c65201 +size 2143847946 diff --git a/archive_125.zip b/archive_125.zip new file mode 100644 index 0000000000000000000000000000000000000000..5f9eef6d92aa4fb170bc941a4b6c340fdbe9bcaf --- /dev/null +++ b/archive_125.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd70865872ce70da541a599a4b3fc70b3566d611ae624df78570cc3dc937f9d3 +size 2143707563 diff --git a/archive_126.zip b/archive_126.zip new file mode 100644 index 0000000000000000000000000000000000000000..541dbfd5cc91cd7a5b7858eb5ae59f143a7f24f9 --- /dev/null +++ b/archive_126.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c219b32c6eb3e245533da6c9d75fe04220070a7d6b0bd0994eec369066604ee +size 2144116930 diff --git a/archive_127.zip b/archive_127.zip new file mode 100644 index 0000000000000000000000000000000000000000..e5e0fc6e6e2da0bd8ec10e0a8d910f9b861a4891 --- /dev/null +++ b/archive_127.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e95d780963602bfa5fdf1028edcd7200ca09b2eba413f3f42bd6a574e7519ce +size 2143119990 diff --git a/archive_128.zip b/archive_128.zip new file mode 100644 index 0000000000000000000000000000000000000000..699d41c973af5dd10479f6716369e5a120d4f4bf --- /dev/null +++ b/archive_128.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf760b7d7de5cfa9013299a25a9918c5bd6dfb21336d6068cbaf996f6bf4d463 +size 2143516687 diff --git a/archive_129.zip b/archive_129.zip new file mode 100644 index 0000000000000000000000000000000000000000..ea9014a8b13a1bff0fe41125d8c0a80ffd5cf5cc --- /dev/null +++ b/archive_129.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8f9ad7f258265b7b539c3de63a5be812c55c87080d3329bb61f64e06b0cd2f3 +size 2143559085 diff --git a/archive_130.zip b/archive_130.zip new file mode 100644 index 0000000000000000000000000000000000000000..93fea7944424a69c9c0e35b17fcff0c47de8e53d --- /dev/null +++ b/archive_130.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be4033cc9359f76d29faa5bbd7a7155914aeaf401a7fef703dea3c004c86b3f2 +size 2142891912 diff --git a/archive_131.zip b/archive_131.zip new file mode 100644 index 0000000000000000000000000000000000000000..ec57e75867761ad4ed2dcc34d2c45a26cb060f77 --- /dev/null +++ b/archive_131.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c638c3d81f51f058ffd5b444605b916999840f08618afd3c337066e1f73f1df7 +size 2144220951 diff --git a/archive_132.zip b/archive_132.zip new file mode 100644 index 0000000000000000000000000000000000000000..cc34d43e5a6308d0d2f6d10c7774aaf6c0f6f5a3 --- /dev/null +++ b/archive_132.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afb4671b6cbc276268e5d4059a7a1b130af9a558d8046317211efc041b567d74 +size 2143310948 diff --git a/archive_133.zip b/archive_133.zip new file mode 100644 index 0000000000000000000000000000000000000000..188016f1194d5704ef2ed47b0012226f2f917c7e --- /dev/null +++ b/archive_133.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79d90abdd938b5a87511ac8c7252b0aba2bb902e068c3e96cc863aa4107e22ac +size 2143863761 diff --git a/archive_134.zip b/archive_134.zip new file mode 100644 index 0000000000000000000000000000000000000000..ee42ce75fb8a2ecf64ee1ba71784881ece1cb8e9 --- /dev/null +++ b/archive_134.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7df5263512873616cb9182486bd7023c6bc34d9ea384c05e66afef55b923202f +size 2144421028 diff --git a/archive_135.zip b/archive_135.zip new file mode 100644 index 0000000000000000000000000000000000000000..3ae62bf1983d3bcd9b43ebc7ab82cf388c539c83 --- /dev/null +++ b/archive_135.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:097a59e7f0c5a6beea657cf9fae1f575de4bbc9be069d82faaee6b04e2244cba +size 2142636276 diff --git a/archive_136.zip b/archive_136.zip new file mode 100644 index 0000000000000000000000000000000000000000..50f33864f7ded4ac704cb68ebfcbe31d105c4400 --- /dev/null +++ b/archive_136.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d63f0478dec0d8a8ffac2b19ce15cbdbf1dccf1b07909054afafab2a2ef458e8 +size 2143900245 diff --git a/archive_137.zip b/archive_137.zip new file mode 100644 index 0000000000000000000000000000000000000000..7277e97a57b727d8f2af284986c14f785719adca --- /dev/null +++ b/archive_137.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b87d6192876e1ba156f9a9c65fff7f9ae3050c247af6a203de3da57e560c805 +size 2144311962 diff --git a/archive_138.zip b/archive_138.zip new file mode 100644 index 0000000000000000000000000000000000000000..597b31026664bf9b0ad7bc38cd272f2ad8384914 --- /dev/null +++ b/archive_138.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a34afbbb347d2122566d8502999b96578f10a77af75489bcf8d777910d4a40a2 +size 2143574583 diff --git a/archive_139.zip b/archive_139.zip new file mode 100644 index 0000000000000000000000000000000000000000..1e5f06e47312b91c7196ac3bcf698f5057d4e146 --- /dev/null +++ b/archive_139.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd49216ec6763507c169a29689b212d6672f7b43bc967f510294dafa2fbc8b7c +size 2143951682 diff --git a/archive_140.zip b/archive_140.zip new file mode 100644 index 0000000000000000000000000000000000000000..4867664c4498e129ad52361dab0bb2eeebf3d0cb --- /dev/null +++ b/archive_140.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1db0eb7949c8d0296675daedccded6ed47209b19901cf113bd69568c74b87681 +size 2144252478 diff --git a/archive_141.zip b/archive_141.zip new file mode 100644 index 0000000000000000000000000000000000000000..cf16dd10e38109b508d96af368b031403b549e8e --- /dev/null +++ b/archive_141.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa0ce65877552112a901d41547a13f33ccb12607c1c0cf9dff57fd321ab9b3cb +size 2143268868 diff --git a/archive_142.zip b/archive_142.zip new file mode 100644 index 0000000000000000000000000000000000000000..29320b6cc270f28b8e3121502497847c4dd17364 --- /dev/null +++ b/archive_142.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13f8ab9b2ebb2d14737104101dec9b89a9ff2e637e190df334bd3f70314f90c2 +size 2144232375 diff --git a/archive_143.zip b/archive_143.zip new file mode 100644 index 0000000000000000000000000000000000000000..9f1c386126714329d4b8f4c9ec76fc19160747c9 --- /dev/null +++ b/archive_143.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:509d6aec4737f01e8041223bfc2df7dab0fc2c10fd9db3a64609829ec600fb0b +size 2143533719 diff --git a/archive_144.zip b/archive_144.zip new file mode 100644 index 0000000000000000000000000000000000000000..9a06b4f28f0768d7e85c75ad2f83399d60682422 --- /dev/null +++ b/archive_144.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:976b96b20acc5abe608eaf69be3d6b7e4e581b8555dc0d8932585bfe25b8581b +size 2142968597 diff --git a/archive_145.zip b/archive_145.zip new file mode 100644 index 0000000000000000000000000000000000000000..d57ff4e1d39e8c69eaa9a48ebc3abb6ec705ad2f --- /dev/null +++ b/archive_145.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cc565e5300a3f7dc515509dfed2dea5585fe65dbbb569b5414013f456b81baf +size 2143391829 diff --git a/archive_146.zip b/archive_146.zip new file mode 100644 index 0000000000000000000000000000000000000000..bf4b011c2f2e3d385951d097ad0d54fbd3d0d209 --- /dev/null +++ b/archive_146.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b944a901f494a4d709479187c9094e3dc783e809b8e7f5a2f76e6a471a69f769 +size 2144114090 diff --git a/archive_147.zip b/archive_147.zip new file mode 100644 index 0000000000000000000000000000000000000000..15036d1326b2a16d666a1607b81d13e9bc45a491 --- /dev/null +++ b/archive_147.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d33f7dc2dfabd13f7a285823eff159c0fc38063b66a997fc230f5280ebc34460 +size 2143276843 diff --git a/archive_148.zip b/archive_148.zip new file mode 100644 index 0000000000000000000000000000000000000000..075b3a115d012084a074e487ec2cdbde629d143c --- /dev/null +++ b/archive_148.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75a1c600d8905b53e74341777691095b701de7aefccb31cc94a51064d2446b8b +size 2144053607 diff --git a/archive_149.zip b/archive_149.zip new file mode 100644 index 0000000000000000000000000000000000000000..71e77ec75d8d607440837ae85d7345f03a8ab14f --- /dev/null +++ b/archive_149.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e984b4a5e141d9e6c20038a54636711c7579c20c075bd0ee216f9654c675b39c +size 2143252045 diff --git a/archive_150.zip b/archive_150.zip new file mode 100644 index 0000000000000000000000000000000000000000..3c4e8976217f276d810d761a0f512563dcd1fb66 --- /dev/null +++ b/archive_150.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cff20f51d25743286483b7f2029946cfb265f16104fafb39f44b3ae057ef4b70 +size 2143712256 diff --git a/archive_151.zip b/archive_151.zip new file mode 100644 index 0000000000000000000000000000000000000000..43a121915a30ca407add6d0f26bd706089442859 --- /dev/null +++ b/archive_151.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32a1913fb9ce289067b23b7d576bb17ae4a543f94355095e4460022656d8ff65 +size 2143453988 diff --git a/archive_152.zip b/archive_152.zip new file mode 100644 index 0000000000000000000000000000000000000000..e196b70d2ae53715ba9a4c1235020af00b3d8b7f --- /dev/null +++ b/archive_152.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c986d8bfcd0855cc9e2bfd00c0413493619c8ab81f070d760c4cf2b9ab03f7a +size 2143733652 diff --git a/archive_153.zip b/archive_153.zip new file mode 100644 index 0000000000000000000000000000000000000000..64a5f9fffbc10481cfeb6be644e0741b43bd6d79 --- /dev/null +++ b/archive_153.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aba39efc5076a072be4d0d41b191ac9c6d754a6a63f1f0ef2192898692794c4 +size 2143669175 diff --git a/archive_154.zip b/archive_154.zip new file mode 100644 index 0000000000000000000000000000000000000000..e0cc320095618437f08a392da08ebfa9fa3a77cc --- /dev/null +++ b/archive_154.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d46a8251d36614aa12b710b7de5147e11134b6be074a3ed61af2357c62ff0612 +size 2143733014 diff --git a/archive_155.zip b/archive_155.zip new file mode 100644 index 0000000000000000000000000000000000000000..e79323bd8d9ed6f2bbbc96b9f8a507bdf1f27104 --- /dev/null +++ b/archive_155.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b812be22fd8e50249a641aef0b19403a8833504c556fb2363ea8fb6b17a1686 +size 2144119259 diff --git a/archive_156.zip b/archive_156.zip new file mode 100644 index 0000000000000000000000000000000000000000..4f227d2421ff399c3f24847f85ca2116ba9eebfe --- /dev/null +++ b/archive_156.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4452c42d5226905f7ab914db7d3e8be989ae447a913aaa9592a0f653e7c606d4 +size 2144148288 diff --git a/archive_157.zip b/archive_157.zip new file mode 100644 index 0000000000000000000000000000000000000000..f3e05791baef4dd0aee60c76ef1d56ffbfed01d9 --- /dev/null +++ b/archive_157.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c6de8f5a2358acd71184c8ba26d5d6213e1b92c09908f69d69cab48c6cec6a1 +size 2143939743 diff --git a/archive_158.zip b/archive_158.zip new file mode 100644 index 0000000000000000000000000000000000000000..aa81dc301a4a8b97b7c00bdb405615286c719914 --- /dev/null +++ b/archive_158.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afec0a9e6a7547ad4b4450ef85ac007b951bf86b909a9dbb9785f5070363594a +size 2144318590 diff --git a/archive_159.zip b/archive_159.zip new file mode 100644 index 0000000000000000000000000000000000000000..9a9f5073f3ce53c9c83c3d0fbc6139f286ed23b3 --- /dev/null +++ b/archive_159.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aaa0a459da4c86d246a519f4aa52b5647feb5914544b732adb7b5058967de24 +size 2143293237 diff --git a/archive_160.zip b/archive_160.zip new file mode 100644 index 0000000000000000000000000000000000000000..488f579183e675cf120a8486ca5d21228642c8a0 --- /dev/null +++ b/archive_160.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3945b28f29d042d3b463effa321cfeeed8497cf3a967ea17ddb08f421ae91ee +size 2143534376 diff --git a/archive_161.zip b/archive_161.zip new file mode 100644 index 0000000000000000000000000000000000000000..2526d331696848995788824281892d5f59cbe513 --- /dev/null +++ b/archive_161.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25cf9c405876e05595b8352d867c57e426da51cd69aa96b9cf5ea8458c55b2c4 +size 2143707842 diff --git a/archive_162.zip b/archive_162.zip new file mode 100644 index 0000000000000000000000000000000000000000..379188de292145f9a2c05b966f56d3e537ed9981 --- /dev/null +++ b/archive_162.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c3572de0f5dc8a30901bf618fef4eff0999b6ffb779e735c8eda6f30bbafac7 +size 2143929604 diff --git a/archive_163.zip b/archive_163.zip new file mode 100644 index 0000000000000000000000000000000000000000..8089f3b35205510143e161039e2a67d8c03ab029 --- /dev/null +++ b/archive_163.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e25fcfc377d155e2642536cbbe4fb976c998887e131891aaeac297518668b81f +size 2143277472 diff --git a/archive_164.zip b/archive_164.zip new file mode 100644 index 0000000000000000000000000000000000000000..bac1493ac1ed4b03a5c6fa93d2de113dabe1a177 --- /dev/null +++ b/archive_164.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb13343653a110acb411484dd554362b7d6e0c7bf00db9cd09ba1d0f601c0cd2 +size 2144133604 diff --git a/archive_165.zip b/archive_165.zip new file mode 100644 index 0000000000000000000000000000000000000000..837f98a8143fc507d15fed731e8d73339ff207a4 --- /dev/null +++ b/archive_165.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c432409829eec43eddb414e2244c38f73010da42699b371ab80ac0c8e856b372 +size 2143629466 diff --git a/archive_166.zip b/archive_166.zip new file mode 100644 index 0000000000000000000000000000000000000000..d682a46fffbcb39be64f652874941d3959c1437c --- /dev/null +++ b/archive_166.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51b52fcf3897ed04e37f6587ff3586358ce4eea5f436e623684d8022f1ade73a +size 2143187662 diff --git a/archive_167.zip b/archive_167.zip new file mode 100644 index 0000000000000000000000000000000000000000..03eecd7d4309d9c693173c0092075309abd2e307 --- /dev/null +++ b/archive_167.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6761006ae7660fa7aa76f047900f9e31ec9cdf992d02b719af1e5dc4cbbe32b +size 2144146401 diff --git a/archive_168.zip b/archive_168.zip new file mode 100644 index 0000000000000000000000000000000000000000..4e0851dc99496fad059d60af12891adad77d8a3d --- /dev/null +++ b/archive_168.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89c8f9004766b3716933673a604e422ec74a661d1f79e0cfb726b41815ec50a1 +size 2143663695 diff --git a/archive_169.zip b/archive_169.zip new file mode 100644 index 0000000000000000000000000000000000000000..ec074ac0d67c42c84f9b1e4fcdcc301c33d0a6d4 --- /dev/null +++ b/archive_169.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2921b8d208f106eedd9dfb28ca55dfe0d0db3dba6c8783f50b00e165f8f31141 +size 2143142669 diff --git a/archive_170.zip b/archive_170.zip new file mode 100644 index 0000000000000000000000000000000000000000..9a87146c6e18e89f58ae79ecfa6cb8f1231fc5d9 --- /dev/null +++ b/archive_170.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:609e1b271ed1ab542f46e66c7e384c70a69e075bd11e1f27491efc9052678da5 +size 2143894907 diff --git a/archive_171.zip b/archive_171.zip new file mode 100644 index 0000000000000000000000000000000000000000..8c137701755399f0fc1340d5786274882904996e --- /dev/null +++ b/archive_171.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a116dd3ba824a427f853b6897bb84c327026b7123d33d779880f1e6e4f72a71 +size 2144476078 diff --git a/archive_172.zip b/archive_172.zip new file mode 100644 index 0000000000000000000000000000000000000000..4ef7ddd296e91c876557e5470b298db8e188627f --- /dev/null +++ b/archive_172.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28e2d02e499580713b6aa18a1e48e229ce019c68abe2ab1aebe10c8d1609351a +size 2144121740 diff --git a/archive_173.zip b/archive_173.zip new file mode 100644 index 0000000000000000000000000000000000000000..d715a5878a9eadc460cac92a27d8c3da786021f2 --- /dev/null +++ b/archive_173.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeb71da720b6bbb07ca153b72e020a1a28e4c10624f569e12143edc846057786 +size 2143032388 diff --git a/archive_174.zip b/archive_174.zip new file mode 100644 index 0000000000000000000000000000000000000000..daba25bc17a1f01425180f4ec6b807f1830bb333 --- /dev/null +++ b/archive_174.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e193f53bcab45151010adbe4aa518e7777d38985b9803373c92363273d52113e +size 2144002521 diff --git a/archive_175.zip b/archive_175.zip new file mode 100644 index 0000000000000000000000000000000000000000..5cb6a125368d7ef601754a623b1841cf71adff72 --- /dev/null +++ b/archive_175.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:239cacecf2c4ef33d6299d75ab5fba96557374e01b3d79f21609e367b868214e +size 2143567444 diff --git a/archive_176.zip b/archive_176.zip new file mode 100644 index 0000000000000000000000000000000000000000..226a87f18887007a58fdbd3784a51d9da9972318 --- /dev/null +++ b/archive_176.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1de71d1175fa121f71ccaece7a8582d514ca72d294143887de1579d58f9344ad +size 2143612377 diff --git a/archive_177.zip b/archive_177.zip new file mode 100644 index 0000000000000000000000000000000000000000..8bb5e24261fa5e5b0dbdaa22e51d1fe452b61247 --- /dev/null +++ b/archive_177.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64a37f68b6ba6d5c7b91509d55740da39d4248dcb5101803a50b9a2a7701640b +size 2143525994 diff --git a/archive_178.zip b/archive_178.zip new file mode 100644 index 0000000000000000000000000000000000000000..6f65b7b1d01b6a5793cea0af170731fad19ac004 --- /dev/null +++ b/archive_178.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1141ef6f9ba0c943b2c30a8be778aa22c9586f09566044ed35fd543bbb51f235 +size 2143536990 diff --git a/archive_179.zip b/archive_179.zip new file mode 100644 index 0000000000000000000000000000000000000000..bd9914218ffd2c13b03b1d02d8b132a518f9da26 --- /dev/null +++ b/archive_179.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f993a59506aa7af8a67b75afb6a502d5ec88e2d8589e6cf48acbb625494ce3c +size 2144515043 diff --git a/archive_180.zip b/archive_180.zip new file mode 100644 index 0000000000000000000000000000000000000000..13714764addebe725775cf45cb74e4e2e9d69721 --- /dev/null +++ b/archive_180.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a2301f46e3af3dba702008ecf32ce6e70e7788f62f96411ace6421b05785c65 +size 2144070230 diff --git a/archive_181.zip b/archive_181.zip new file mode 100644 index 0000000000000000000000000000000000000000..5cbe125e8d2f80020dfc0cdc1c8d0d81c8199d40 --- /dev/null +++ b/archive_181.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d1816173415e44be6d66a41f693e5e440ed2c45f77f5afcaad9a9798da28498 +size 2143521532 diff --git a/archive_182.zip b/archive_182.zip new file mode 100644 index 0000000000000000000000000000000000000000..613426a94dc6511c273949885730b05be6ed748d --- /dev/null +++ b/archive_182.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3524008bf4fbd5dd139df60f06ce6e5cda6f40da02f39a74383f62827ac109c0 +size 2143913165 diff --git a/archive_183.zip b/archive_183.zip new file mode 100644 index 0000000000000000000000000000000000000000..9bae662b1230537b56eb978e57959969c9283dcb --- /dev/null +++ b/archive_183.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ac0a940e0e5414f8e11c68f92b8b9609bf4b054e9e9bc7cdf4afec2a937dcc6 +size 2144371548 diff --git a/archive_184.zip b/archive_184.zip new file mode 100644 index 0000000000000000000000000000000000000000..eec0d2dc0d358f5ca546ae194bd4cb337022e2e9 --- /dev/null +++ b/archive_184.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:665a0a9805c0482bbbde2b4f9602fe16c39a6dda1077bf9fac97d7caaa3175c8 +size 2144121807 diff --git a/archive_185.zip b/archive_185.zip new file mode 100644 index 0000000000000000000000000000000000000000..1b25b97fd8387e75268e4682d7531a384ec1497e --- /dev/null +++ b/archive_185.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b40d6e1f2eda8b79a5b76a7936bcbce4e49dac1cbf546956e4269d1ca048bed +size 2143816550 diff --git a/archive_186.zip b/archive_186.zip new file mode 100644 index 0000000000000000000000000000000000000000..2179e9b4ab3cc7a448afc3af51aa578d53533740 --- /dev/null +++ b/archive_186.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4547ec7b87c952846ea6aaa028b4661a163f8bb54b6897be68490695ff48b803 +size 2144136843 diff --git a/archive_187.zip b/archive_187.zip new file mode 100644 index 0000000000000000000000000000000000000000..8cf905e98e75e5546d42bcf936cd0e2ad961edb2 --- /dev/null +++ b/archive_187.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6032858d6ea134de79222de33b2e8f280561c0dfbe297bb72b190f52f6d09d8 +size 2144063780 diff --git a/archive_188.zip b/archive_188.zip new file mode 100644 index 0000000000000000000000000000000000000000..2b68e04ca2b66a72910bff2878cb6d3a799ed1bc --- /dev/null +++ b/archive_188.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f39b7da01458984f23aa8ebded8ae1c88bbfac4f8bbe3d14cb39bd3071585485 +size 2143212202 diff --git a/archive_189.zip b/archive_189.zip new file mode 100644 index 0000000000000000000000000000000000000000..b358636b302b0114a5312311fdb5c2e26bf0c102 --- /dev/null +++ b/archive_189.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d921f8877fa1d752ef1a01d49ed2c5291eb8d57bc9618d1bc4df4099cf6dfe6 +size 2144304486 diff --git a/archive_190.zip b/archive_190.zip new file mode 100644 index 0000000000000000000000000000000000000000..d6024c84857f08766782b4100846ada954f09657 --- /dev/null +++ b/archive_190.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bb0f6c8c532ffcb2fd3de1615c599fe217899a44ad0baa9ddd885dc5f671895 +size 2144005634 diff --git a/archive_191.zip b/archive_191.zip new file mode 100644 index 0000000000000000000000000000000000000000..02fe4985fa5057ee0bb8f97bd48a325a92c52a39 --- /dev/null +++ b/archive_191.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:688ad5cc6ca6558b919bcc7cad37f9336264e2d1815b9a46d80177e8fe5f56d6 +size 2142910330 diff --git a/archive_192.zip b/archive_192.zip new file mode 100644 index 0000000000000000000000000000000000000000..2735b373311a3e8280fb4fe101bf3bc7ab2fc65f --- /dev/null +++ b/archive_192.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e4bf84ebe43f7403497034fb28c38c6c9629e100ccc09da21d5a48d3bacc782 +size 2143829631 diff --git a/archive_193.zip b/archive_193.zip new file mode 100644 index 0000000000000000000000000000000000000000..c06f7c8f9f3a014a7801c6665bca6218d5935dbb --- /dev/null +++ b/archive_193.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:170fb089979c281d45f24085e9ef6045182b72a7a32fe09632d833c31b987bae +size 2144244775 diff --git a/archive_194.zip b/archive_194.zip new file mode 100644 index 0000000000000000000000000000000000000000..9583f145bc0f69f03e9c3a60d4389d8ac8924ca8 --- /dev/null +++ b/archive_194.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f98ff4bf91fa1d91370c3d153dddca8a99c11b2a3ce826d0a7fd89d0506b0772 +size 2143242930 diff --git a/archive_195.zip b/archive_195.zip new file mode 100644 index 0000000000000000000000000000000000000000..c059e9fbafa4db443cc8cc54e1fc82a427285240 --- /dev/null +++ b/archive_195.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f34f0ea974d16c64d49202effadf4d33290ecc54b782b2012d8c67cce3e42f11 +size 2142781739 diff --git a/archive_196.zip b/archive_196.zip new file mode 100644 index 0000000000000000000000000000000000000000..2ff5d1901b584c742584083f060a7a8b6b8e7409 --- /dev/null +++ b/archive_196.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e40c287bd49b0b8a8338a2352823a9127b4e0a9a98f9200990ccbcb6696228c3 +size 2143344734 diff --git a/archive_197.zip b/archive_197.zip new file mode 100644 index 0000000000000000000000000000000000000000..5c9966590c4ebfb06a42b911fa42ac5648d183ea --- /dev/null +++ b/archive_197.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab5d521f68a31d3511e968047cc0664abb1d2dc4f591afa3d5bd778821fb2aee +size 2143732503 diff --git a/archive_198.zip b/archive_198.zip new file mode 100644 index 0000000000000000000000000000000000000000..fdffb8bdb6c3f57dbd37dbbd17628e47de7842a5 --- /dev/null +++ b/archive_198.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f01b863c16515edae3bf3c01ba041a6f049d979aa3c3c288189c14e415188fa +size 2144029282 diff --git a/archive_199.zip b/archive_199.zip new file mode 100644 index 0000000000000000000000000000000000000000..40e498c97948bc6763f4fe7cae4f380a2b8bf815 --- /dev/null +++ b/archive_199.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28b07302fa77119e20bcfb04c5953c6eae7b22a96dafb7db75d56d52a07d3a65 +size 2144171038 diff --git a/archive_200.zip b/archive_200.zip new file mode 100644 index 0000000000000000000000000000000000000000..936ea6eb11cc9410b5b405dc12578740bf9503b2 --- /dev/null +++ b/archive_200.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68aec457becc57be4a62e3380ebc7189deb2b6a6ac01ce1f9c4e30142dd8b657 +size 2142301407 diff --git a/archive_201.zip b/archive_201.zip new file mode 100644 index 0000000000000000000000000000000000000000..9dddb29d9ae45ace97af4cc29ecb943bb23f1d0f --- /dev/null +++ b/archive_201.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46e5eed99342f2235aaa79bc500ae226b2915405bbc26aabdb62bc7470572310 +size 2143868203 diff --git a/archive_202.zip b/archive_202.zip new file mode 100644 index 0000000000000000000000000000000000000000..8f34acf7586899b7a786759c790c2dc2be617b9b --- /dev/null +++ b/archive_202.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:872a6ededb3787b9780caa9e5b5a43f8718d1c729777cfd36909d3a3efc672e8 +size 2143279036 diff --git a/archive_203.zip b/archive_203.zip new file mode 100644 index 0000000000000000000000000000000000000000..9fa58a2fd73b9c6e8779d297af0e25471f68c612 --- /dev/null +++ b/archive_203.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78a8babfa79ddd39b72c9700064d19d355cffcd6a258263b05c22696e46914d2 +size 2143996511 diff --git a/archive_204.zip b/archive_204.zip new file mode 100644 index 0000000000000000000000000000000000000000..f8d34074c2862ba3e771e448a1a9393331fd7bbe --- /dev/null +++ b/archive_204.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9518ee8f3d768b04da68d9ce929be1932ed3abf89c06cd528935af75653b696a +size 2143533807 diff --git a/archive_205.zip b/archive_205.zip new file mode 100644 index 0000000000000000000000000000000000000000..28afd3c093cbbe38a704468169ab86286876804b --- /dev/null +++ b/archive_205.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b134cefbc8c7498872504af00a5f908eebb63a69b97c35ee232b1a3533c836e +size 2143361917 diff --git a/archive_206.zip b/archive_206.zip new file mode 100644 index 0000000000000000000000000000000000000000..b42a8465e2d9889b39413b52a0fec9f89b249e8a --- /dev/null +++ b/archive_206.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13b8b5e40b2b505f0845152a98b12e15a9e6cefde831a27c618c51b4cbd2c8cc +size 2143381888 diff --git a/archive_207.zip b/archive_207.zip new file mode 100644 index 0000000000000000000000000000000000000000..189284b0c71a92f035031b2b3a3f173543091b20 --- /dev/null +++ b/archive_207.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccbc1fea165998de7e20ca617384321976a4e6cb47c295879d20ee0e97081b3d +size 2144465206 diff --git a/archive_208.zip b/archive_208.zip new file mode 100644 index 0000000000000000000000000000000000000000..1bd7f5fa55be079663b139fcf0c7e1ce7175bcbc --- /dev/null +++ b/archive_208.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8087a4a38c166e37a9485efbe0254056d611a15e6e38c6ae35b5799ddc1b916c +size 2144155010 diff --git a/archive_209.zip b/archive_209.zip new file mode 100644 index 0000000000000000000000000000000000000000..17cf446efb63b330dc3e2a64a9fcfd578299df9e --- /dev/null +++ b/archive_209.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b791eaa4953d0ec964efc2d26771404660e4a459713ac691b3bdf36b3f4ea813 +size 2143527469 diff --git a/archive_210.zip b/archive_210.zip new file mode 100644 index 0000000000000000000000000000000000000000..febc86c314836289ba7b4b68fe634e876633a1fc --- /dev/null +++ b/archive_210.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82d759eb644e60cc1a87d21029a3bfe94ac7a3502757c42374763867ffd9e515 +size 2142224606 diff --git a/archive_211.zip b/archive_211.zip new file mode 100644 index 0000000000000000000000000000000000000000..2ee44e54af3a356c3eee15c7317e1f60985ca24a --- /dev/null +++ b/archive_211.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c96619dbd3898e18eedcfb396fedc7447e0f4661b6eb2ebbe060d776a8a4415 +size 2142906483 diff --git a/archive_212.zip b/archive_212.zip new file mode 100644 index 0000000000000000000000000000000000000000..a37168204ab0763e983ee4b671a090b263ae168b --- /dev/null +++ b/archive_212.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:929ee6dd7f324eab60be51f1bb546ac4aca79ed1859d10f8f85b64277ae82b0c +size 2144184430 diff --git a/archive_213.zip b/archive_213.zip new file mode 100644 index 0000000000000000000000000000000000000000..3abad401140a4c619248c811838fc19605df3765 --- /dev/null +++ b/archive_213.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd1391c1bb3d3ac27e83caa8c8afbbc67e151df84b62de8dd66fd803ada93392 +size 2143192482 diff --git a/archive_214.zip b/archive_214.zip new file mode 100644 index 0000000000000000000000000000000000000000..4194b6dc88bc4acecdb982f14b69e162b393d972 --- /dev/null +++ b/archive_214.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3eea49c8c95b6886e1397e8c450d674c4e8d0e473b94d05c4d3b604dfdd6af2 +size 2142794312 diff --git a/archive_215.zip b/archive_215.zip new file mode 100644 index 0000000000000000000000000000000000000000..5cdb84056ede2ddd29267c8bb152345ef6a2e446 --- /dev/null +++ b/archive_215.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:044f228948998e614cb5acef8f40acab246c26a25502b9cc07873571adbf382b +size 2144035060 diff --git a/archive_216.zip b/archive_216.zip new file mode 100644 index 0000000000000000000000000000000000000000..a696d0747d97549e266004e88b333e4d72423be0 --- /dev/null +++ b/archive_216.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b771247b82c94d529f9a548f9d76b991806739bee9d229d02808eff6dd2e713 +size 2143886379 diff --git a/archive_217.zip b/archive_217.zip new file mode 100644 index 0000000000000000000000000000000000000000..228d3b38ee0ada381a28e4e329afb6ccded501e6 --- /dev/null +++ b/archive_217.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:501e897b1e8843be5a516fb0a207ea5611cd8e94f30fd065be6fb3e732c8db97 +size 2144139823 diff --git a/archive_218.zip b/archive_218.zip new file mode 100644 index 0000000000000000000000000000000000000000..8e0c78b98af5270496bfe49a1180e6a1b124735f --- /dev/null +++ b/archive_218.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc88c23f72e1da128ac9dfa708d0ea6002a9a5ff9484069592ef1714824ed5be +size 2143883511 diff --git a/archive_219.zip b/archive_219.zip new file mode 100644 index 0000000000000000000000000000000000000000..3a90e553d04b1c0a8cd47424be3c1e4d3f683b64 --- /dev/null +++ b/archive_219.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a01ba4caa2006f2c6088375b9c47c5569d753f42e2c1aacc5cdae36e1e529ffc +size 2143498603 diff --git a/archive_220.zip b/archive_220.zip new file mode 100644 index 0000000000000000000000000000000000000000..366463e8de0a37e9d9b47de4d9b41ac2cda06a57 --- /dev/null +++ b/archive_220.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41358cba65115f879245fbd7652c290b32af21cd830d8456b4c5c324d003a344 +size 2142848174 diff --git a/archive_221.zip b/archive_221.zip new file mode 100644 index 0000000000000000000000000000000000000000..5ad16b9aa059214056941796542e79624c593643 --- /dev/null +++ b/archive_221.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8b8ea5fea3a6d8cf496733af322eb4fc5288e0068a67b155a09b8a6b404a307 +size 2143019246 diff --git a/archive_222.zip b/archive_222.zip new file mode 100644 index 0000000000000000000000000000000000000000..ba61f2f90ff8ffc2077a70bb1c185d93bc3b50f2 --- /dev/null +++ b/archive_222.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0c11de05492c708eb0882de33bad1786d316829f71698dc4a1a40e057a44a7a +size 2143411333 diff --git a/archive_223.zip b/archive_223.zip new file mode 100644 index 0000000000000000000000000000000000000000..dea07c777d164d9e3c3ae69dc2b4a1b6a1a37215 --- /dev/null +++ b/archive_223.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55ce2f086e51c81cf6ee6ca8fd7c0cda7d781d9a98d33a6e870838af592c648f +size 2144228251 diff --git a/archive_224.zip b/archive_224.zip new file mode 100644 index 0000000000000000000000000000000000000000..e0a7ac40105f30a68fb41c584260b43cd3f6f06b --- /dev/null +++ b/archive_224.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e23764b5e2ee0344e2c1dcfa7074fabba3ae387b3c1e5be3471859077820dfbd +size 2143159942 diff --git a/archive_225.zip b/archive_225.zip new file mode 100644 index 0000000000000000000000000000000000000000..3bb20863b96240f6d304eb11a9c1411da475a133 --- /dev/null +++ b/archive_225.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c58287210b2cb7f57ebbb45d686e4f07844b865d6f3b77421ed7e38c40b3c609 +size 2143725483 diff --git a/archive_226.zip b/archive_226.zip new file mode 100644 index 0000000000000000000000000000000000000000..1f906627060e26fd6a66160da71635184b5d316a --- /dev/null +++ b/archive_226.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dcf9adedce24097e268c9c14d21d59e560926a0f472c200b83def874d7d3d7b +size 2144256934 diff --git a/archive_227.zip b/archive_227.zip new file mode 100644 index 0000000000000000000000000000000000000000..426d5392f604018da6cc681a1f0c864503698d41 --- /dev/null +++ b/archive_227.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a02d85706d50a2b6968e20cf0249d8e5ca808daafa01d143e4a12dc1e491a9c4 +size 2143554641 diff --git a/archive_228.zip b/archive_228.zip new file mode 100644 index 0000000000000000000000000000000000000000..a04f99d2e497e49dfdb3a49b83949314f7579ba3 --- /dev/null +++ b/archive_228.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a30c27beac46cd7c66d9b20e033f75c255dfce960601daf15b685167ff63194 +size 2143238881 diff --git a/archive_229.zip b/archive_229.zip new file mode 100644 index 0000000000000000000000000000000000000000..5ba05218d8054a81fc75b9176245307a96084d0a --- /dev/null +++ b/archive_229.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eb67cef75a2f2cff361850470d4afb3e099f3846575ff8337a7aa4e92e58646 +size 2143710882 diff --git a/archive_230.zip b/archive_230.zip new file mode 100644 index 0000000000000000000000000000000000000000..56297e26152e06d6bac6f69421098f5951d5b516 --- /dev/null +++ b/archive_230.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3257f7459d5822ff5430545f7b7a348ea7fd490bb158316c4a92afc1ee077244 +size 2143214131 diff --git a/archive_231.zip b/archive_231.zip new file mode 100644 index 0000000000000000000000000000000000000000..dc689d1bfc3bf096b0f0ba5c9d36288dbf51ef2c --- /dev/null +++ b/archive_231.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aa8c8344d6a5702403b6238bcb5c632b5c4b645c6f3e88dc8669f8a16b56552 +size 2143577944 diff --git a/archive_232.zip b/archive_232.zip new file mode 100644 index 0000000000000000000000000000000000000000..43833875721f79b9137b47ab1c33b3fa91ad66fa --- /dev/null +++ b/archive_232.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a81991ac1547addb4f554613188104e9d08164e48016c0d3ca3f99fc222a4a72 +size 2144017867 diff --git a/archive_233.zip b/archive_233.zip new file mode 100644 index 0000000000000000000000000000000000000000..03627a8e21590c83be4ac3e817964dbf526a46ed --- /dev/null +++ b/archive_233.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d29e041dd12b9827da94141eb5cf40e9b97217db1c9b933484498e36f6ffbcc +size 2144142387 diff --git a/archive_234.zip b/archive_234.zip new file mode 100644 index 0000000000000000000000000000000000000000..978799b4af830c4a382dd5ff76bf5f350d1bf9d4 --- /dev/null +++ b/archive_234.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65bba1fb855a1edb75c5171107370df231ba964e17ec2fe30e08f8e8db3e5700 +size 2143529279 diff --git a/archive_235.zip b/archive_235.zip new file mode 100644 index 0000000000000000000000000000000000000000..078056e25d98cd4c8227247b4fa833ea724e5e3b --- /dev/null +++ b/archive_235.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcb296add1bfda4281f6fd809393115b492c945a646c2be324de56d7fcf206b3 +size 2142350832 diff --git a/archive_236.zip b/archive_236.zip new file mode 100644 index 0000000000000000000000000000000000000000..c687eb54e39f39dd31bec3055a97e647d8a95958 --- /dev/null +++ b/archive_236.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de4d95adba8af8e10f99b246430d576f33644d91a3e52373ef1b88039601cdd8 +size 2143583990 diff --git a/archive_237.zip b/archive_237.zip new file mode 100644 index 0000000000000000000000000000000000000000..ad5c8567b107a07df89246c9fdb0f4cf8ded6cce --- /dev/null +++ b/archive_237.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:006454f2889e5064b92678561c89407867ce73931ed829d0fdb61708e14e4393 +size 2143457067 diff --git a/archive_238.zip b/archive_238.zip new file mode 100644 index 0000000000000000000000000000000000000000..1d80eed98f92726efb1d05fa1f6278d066a288ab --- /dev/null +++ b/archive_238.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee68267617fa8331271a6e0523143b48051c3d3b995a5fad17182e743019088c +size 2143164661 diff --git a/archive_239.zip b/archive_239.zip new file mode 100644 index 0000000000000000000000000000000000000000..dd7b1c50fb6277da1d08bc3f72f8be707b13899e --- /dev/null +++ b/archive_239.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3d27fb90af65445b109996e48d3caa5a51badd8c87ea18806e5376033a13143 +size 2143575150 diff --git a/archive_240.zip b/archive_240.zip new file mode 100644 index 0000000000000000000000000000000000000000..ea8021cf3fde200568fd39827da2f4567939288e --- /dev/null +++ b/archive_240.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c210543a13874972e35789323b21648bef7e522f67da4d13d0039fd4aa6c979 +size 2144301176 diff --git a/archive_241.zip b/archive_241.zip new file mode 100644 index 0000000000000000000000000000000000000000..933f888772edd825d97355f48069b11462e5b4ec --- /dev/null +++ b/archive_241.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5d6aef92c0d374657ec7815d65f91ffd54955d4cd4ebce6281a202bc1167859 +size 2144393975 diff --git a/archive_242.zip b/archive_242.zip new file mode 100644 index 0000000000000000000000000000000000000000..48b203bd5e096707ac68a38a047ad31ca3ecb856 --- /dev/null +++ b/archive_242.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:486d53934b87ea9eb10f488c3592c8692d493c7ca79a13e3093afa05e856e406 +size 2143530434 diff --git a/archive_243.zip b/archive_243.zip new file mode 100644 index 0000000000000000000000000000000000000000..2433972744ebf8ce35a60b00afb67c91f525343d --- /dev/null +++ b/archive_243.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0683ac2d7b25387d48a0709f8b8f9cf7d05dd209f4fe5f89edaedb4d58f5542 +size 2142756350 diff --git a/archive_244.zip b/archive_244.zip new file mode 100644 index 0000000000000000000000000000000000000000..07543f809528c1b0bfd0b2ea16b7334423ef89c4 --- /dev/null +++ b/archive_244.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f146506fd110e8a25437fe34d7c600b4ec5061b6a14147bd4d3e3305eb2de6a5 +size 2142312917 diff --git a/archive_245.zip b/archive_245.zip new file mode 100644 index 0000000000000000000000000000000000000000..4a8ee826f40e66fc296cfd20742c1478ab987471 --- /dev/null +++ b/archive_245.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3f3be32b95042558edc764ad64b3c6fd7af01240d1ad1b7a18ee2dbbdb8532f +size 2143283631 diff --git a/archive_246.zip b/archive_246.zip new file mode 100644 index 0000000000000000000000000000000000000000..7959c42b20da4c6c38695d090a04bd1f8458ddd0 --- /dev/null +++ b/archive_246.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b82727c59ed589e1b2386b3ff6cf77b4e8e5bab0bbb04c4315b0050afd9e1666 +size 2143571347 diff --git a/archive_247.zip b/archive_247.zip new file mode 100644 index 0000000000000000000000000000000000000000..62517efbe41e21fdaefbba318b6bfb22439df4ea --- /dev/null +++ b/archive_247.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c4830850b0f49af79c4afbd82073d18afe2abbeaf25ec6e61b96b0537bc5544 +size 2142826453 diff --git a/archive_248.zip b/archive_248.zip new file mode 100644 index 0000000000000000000000000000000000000000..e42cc8382635ca9dd67c67eab0d5b86d1ed550df --- /dev/null +++ b/archive_248.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bc298acb5f8a42b624b050f7798bc8655c4c86c1377e5abc2337dad273f913c +size 2144090852 diff --git a/archive_249.zip b/archive_249.zip new file mode 100644 index 0000000000000000000000000000000000000000..2bd0e5c9e37699497b95427747f7da6bcfb3d6a6 --- /dev/null +++ b/archive_249.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73b9aecaca9ed8ae5dbd9f7729129b6bf0a7169195e6083599fda4cc70c531be +size 2143803149 diff --git a/archive_250.zip b/archive_250.zip new file mode 100644 index 0000000000000000000000000000000000000000..573ca9796075572bf49651fb56da744d51e93de4 --- /dev/null +++ b/archive_250.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a4514593160c13316ed1a3c68e5eed751196e637cb71cbf21f253b7d9a1df07 +size 2143631929 diff --git a/archive_251.zip b/archive_251.zip new file mode 100644 index 0000000000000000000000000000000000000000..30637e2782863d0f0ebd6d9f1ed11ef583096731 --- /dev/null +++ b/archive_251.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf178be2dbda7078ec03be0f4c332fa44f4e9d5f2578ff77027c239f0cdb52dc +size 2144252395 diff --git a/archive_252.zip b/archive_252.zip new file mode 100644 index 0000000000000000000000000000000000000000..f085be81de6fb163032eb2771848c63ed3d1c3b0 --- /dev/null +++ b/archive_252.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6553dc7ade94252593a5414616be9833a91589379735a9d7b9aa6c3be5e7d7ed +size 2144427775 diff --git a/archive_253.zip b/archive_253.zip new file mode 100644 index 0000000000000000000000000000000000000000..13ec6b6265f96c7f94f4df1e1cd1caf98cd05c39 --- /dev/null +++ b/archive_253.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7046e44941c71e0fedba13d9782584727ead446957e2c6c9ad6f15edf698fa72 +size 2144485401 diff --git a/archive_254.zip b/archive_254.zip new file mode 100644 index 0000000000000000000000000000000000000000..ec84bcc084050d105b2a7b363b44e2430d36a68c --- /dev/null +++ b/archive_254.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:429522313280cd27a2c3944054987ed7cef7eb4782c3437624ea77c81719f10c +size 2143645652 diff --git a/archive_255.zip b/archive_255.zip new file mode 100644 index 0000000000000000000000000000000000000000..7924fa066e7c6d3fef437fbc6b0958a46fc72c37 --- /dev/null +++ b/archive_255.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16b518719a7e8004cb0e9c42186e922162a33aacbdb98083fc4605f22077b35c +size 2143892321 diff --git a/archive_256.zip b/archive_256.zip new file mode 100644 index 0000000000000000000000000000000000000000..27c52ec1a4b6ddb26ad045b31685476d1a76dc7c --- /dev/null +++ b/archive_256.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad7dcbbef700b3b9e12aca85c71577a1abdfea8b1e801df6ab3487124ed517b9 +size 2143946666 diff --git a/archive_257.zip b/archive_257.zip new file mode 100644 index 0000000000000000000000000000000000000000..b96b29b90d16ced1595a059307973b27f7ef8fe3 --- /dev/null +++ b/archive_257.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a7735716740c120d28fa391014050bf1b14730f9fb705b1efa18875b788719f +size 2143404290 diff --git a/archive_258.zip b/archive_258.zip new file mode 100644 index 0000000000000000000000000000000000000000..8830ce6b29029668f1d80bbd61643713b53f704a --- /dev/null +++ b/archive_258.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0c4b5fd5057921cf0849b5810cc1ac7393e9e0c427cf734481d174bd4affc1b +size 2144064065 diff --git a/archive_259.zip b/archive_259.zip new file mode 100644 index 0000000000000000000000000000000000000000..894f386f970c50040a34d6884b07e94818f68f6d --- /dev/null +++ b/archive_259.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd6400aa536aee9ecf407ed58cf6504c1915b959fa879ec3fac87877fc51a8fe +size 2143083500 diff --git a/archive_260.zip b/archive_260.zip new file mode 100644 index 0000000000000000000000000000000000000000..6f27a2ca28aa51f7b7cb6dd7ab273e71d995e233 --- /dev/null +++ b/archive_260.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c3509267f7fbb4324d7d89885816b537bc9e2f06e02757760094882fe35ab3f +size 2143234639 diff --git a/archive_261.zip b/archive_261.zip new file mode 100644 index 0000000000000000000000000000000000000000..ac3b25486bf38fe2cbb18fc626b8527771163b2f --- /dev/null +++ b/archive_261.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6bd5e2e73464c34923128f2daca428c11f493ebee7435c87c596fc799fc3f39 +size 2142981205 diff --git a/archive_262.zip b/archive_262.zip new file mode 100644 index 0000000000000000000000000000000000000000..f1104002bc183eceb98be4deba4f4f1225a7a2fe --- /dev/null +++ b/archive_262.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0656e15dd8af866192d0d6ac134f1292c11dce6e32b06bb2b6f96ae9f96d348 +size 2142263265 diff --git a/archive_263.zip b/archive_263.zip new file mode 100644 index 0000000000000000000000000000000000000000..07372bd0330baa3171ae6f740c61d67db8efd026 --- /dev/null +++ b/archive_263.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bda1cec6e6c4da65cb6700e64e0665a0189fb17241f475b9c0bd7696e65490e +size 2142845922 diff --git a/archive_264.zip b/archive_264.zip new file mode 100644 index 0000000000000000000000000000000000000000..9856b36ed8ed93edb6ca503507a8c2bb581a5130 --- /dev/null +++ b/archive_264.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a3bb38d25835c5251de58979a109ff63fb3e3dc7df11d78c7906b8dcf0318d9 +size 2143242471 diff --git a/archive_265.zip b/archive_265.zip new file mode 100644 index 0000000000000000000000000000000000000000..0952683b354473d1d8ca0f120984fd0806b5df6c --- /dev/null +++ b/archive_265.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99408f6064cebe281a6ef228b324ca0752613449993acf4c535742d60593a583 +size 2144430569 diff --git a/archive_266.zip b/archive_266.zip new file mode 100644 index 0000000000000000000000000000000000000000..2e8158d9be49fce1d49a414218a1cdafc57a6178 --- /dev/null +++ b/archive_266.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7057619fe840bbfd11744023700e16c5c1626829f057953e16f5d83b1878ffe1 +size 2143370835 diff --git a/archive_267.zip b/archive_267.zip new file mode 100644 index 0000000000000000000000000000000000000000..1ae9af9510805f6d9f329df6e105ace6189b5b87 --- /dev/null +++ b/archive_267.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a77ce552b3eebba1a348312c7097c6ecb7d021ee0c78d139c22cdddd3d073b7f +size 2142639753 diff --git a/archive_268.zip b/archive_268.zip new file mode 100644 index 0000000000000000000000000000000000000000..65bedfdcb1c118ca02e2c328d1f099e42259ed61 --- /dev/null +++ b/archive_268.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3832ed6ba29f72da1c761e3424174aaa73d04e043cba3064d8482712e03d7faf +size 2144027817 diff --git a/archive_269.zip b/archive_269.zip new file mode 100644 index 0000000000000000000000000000000000000000..02b5eb10e7fd79b26d4a37c35371c715dc85eb6b --- /dev/null +++ b/archive_269.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf0fc49dd0e5a4bcd0cad6d08475353332556dc04d27bcb37fbcb7b22a299f48 +size 2144095965 diff --git a/archive_270.zip b/archive_270.zip new file mode 100644 index 0000000000000000000000000000000000000000..69616a22ccfb055d9645389fdd8a286fa73160b3 --- /dev/null +++ b/archive_270.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:867fdf85851f78b87c9636afd4dd953a4d44c0065b51af8c136b1221c3a051b8 +size 2143984945 diff --git a/archive_271.zip b/archive_271.zip new file mode 100644 index 0000000000000000000000000000000000000000..0f50823b3a30b33dbe311429945f6149af71d912 --- /dev/null +++ b/archive_271.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57b16bcee675900ef3806787ce880f534ba4d78199ab0bb2d9caad821378b7ab +size 2143984998 diff --git a/archive_272.zip b/archive_272.zip new file mode 100644 index 0000000000000000000000000000000000000000..0fa25a83cdb7e6bdf1da1142ab1c398ce800bdfc --- /dev/null +++ b/archive_272.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6038a48e6f389605efaa8359104ad4196924e73bb1dca7778423a89057453a7e +size 2144217621 diff --git a/archive_273.zip b/archive_273.zip new file mode 100644 index 0000000000000000000000000000000000000000..d1cba37b84c0c2021aa82d52d1168c459cd6fba6 --- /dev/null +++ b/archive_273.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56d85293ef5d860792617bb3a1855ef1bc3e0bb1dad82442edb9e3f95cfd2225 +size 2143536488 diff --git a/archive_274.zip b/archive_274.zip new file mode 100644 index 0000000000000000000000000000000000000000..21131bdffa90938209f8f995019b8534a97ead56 --- /dev/null +++ b/archive_274.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64504c93573e99a32546d8243851079f1f09403685ed1f253eb1f5a82bec15aa +size 2143693269 diff --git a/archive_275.zip b/archive_275.zip new file mode 100644 index 0000000000000000000000000000000000000000..5ac887527e580835a8429dde23b866250c252e3d --- /dev/null +++ b/archive_275.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e258b45aa4a42bcd619bedbac31794943d9ee1bd84d397501fc59bf185ed4aa6 +size 2143725241 diff --git a/archive_276.zip b/archive_276.zip new file mode 100644 index 0000000000000000000000000000000000000000..afe995b62ce0580a13ac9f394b958afefe65961d --- /dev/null +++ b/archive_276.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f069a8d00e0e682cc9ab7e81ec8b399c7a15c74622131fc33a4b53ebfa2bfb6 +size 2143712503 diff --git a/archive_277.zip b/archive_277.zip new file mode 100644 index 0000000000000000000000000000000000000000..7dc602efe21976b73a753d5a079c2b37112e3d6a --- /dev/null +++ b/archive_277.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67c9e74fe5237b882a64e5a1aa70a692ee9aa95258b4b44ab5aadd585dbdf9a8 +size 2142974279 diff --git a/archive_278.zip b/archive_278.zip new file mode 100644 index 0000000000000000000000000000000000000000..a4a79b9dc4ca5588768da5bf846589723abc50a2 --- /dev/null +++ b/archive_278.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5be5b759b4f7c2334c4c2a6332e86a49c8a2346278d32c35057edfc7d3fdeb88 +size 2143636568 diff --git a/archive_279.zip b/archive_279.zip new file mode 100644 index 0000000000000000000000000000000000000000..374983ccb5cdb3d50d84dc53d99176d560ba7809 --- /dev/null +++ b/archive_279.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acfd864b084d7d935a6441d1ba76aefe5fdf45ae15e90d69777794a9a933d10a +size 2143607358 diff --git a/archive_280.zip b/archive_280.zip new file mode 100644 index 0000000000000000000000000000000000000000..995aa37c5e5382e844eb3d0bd1baaa2dd563cfa8 --- /dev/null +++ b/archive_280.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2c6f3db301ba599f5d2279ac2f8b6f45ebd63258c3e0eb3b0bb3c35e959831d +size 2141996370 diff --git a/archive_281.zip b/archive_281.zip new file mode 100644 index 0000000000000000000000000000000000000000..2d861f31378182b71f723e44decae8699591212e --- /dev/null +++ b/archive_281.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d136dba8b3cd4b54b5b60c18bd20805797aedbe1365c645a22a245ebfb839396 +size 2143392280 diff --git a/archive_282.zip b/archive_282.zip new file mode 100644 index 0000000000000000000000000000000000000000..f93585d0f49ed9bdc56ff5e7c8a040409cdc9006 --- /dev/null +++ b/archive_282.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91d901ed8e3745ba929aec2ff4b28e09a64288429c0bf9c1aac8518d5736be00 +size 2143747292 diff --git a/archive_283.zip b/archive_283.zip new file mode 100644 index 0000000000000000000000000000000000000000..1110a6a9bbd3bb215f911df909fea8418e1b879e --- /dev/null +++ b/archive_283.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bf9565ec495e95b0097134074c94f9bffc149c08911d2d5fd0d31f2aa2efd4a +size 2144102013 diff --git a/archive_284.zip b/archive_284.zip new file mode 100644 index 0000000000000000000000000000000000000000..4392153640f29323750e7cae80111223ada725c7 --- /dev/null +++ b/archive_284.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3358af4d19cd2a70a4d3fea5c1be5df9ee08aa78d93ce1f1cc739cf81ca45be7 +size 2143313234 diff --git a/archive_285.zip b/archive_285.zip new file mode 100644 index 0000000000000000000000000000000000000000..b9ee41b080e3372905afc008b1f68a1b7121aaf9 --- /dev/null +++ b/archive_285.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cc4ac4e83c3dcab6791e75875c4a86e51c407e32fc9c6c940ca845e3d1f2cde +size 2143016373 diff --git a/archive_286.zip b/archive_286.zip new file mode 100644 index 0000000000000000000000000000000000000000..b08e909c3ac370e6e5642a7a0cc402c067d3fdf4 --- /dev/null +++ b/archive_286.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3ca625669730ce730a4d16a068a636180fe4029dd3b87b778c8e7c1ac8fb1b6 +size 2144115377 diff --git a/archive_287.zip b/archive_287.zip new file mode 100644 index 0000000000000000000000000000000000000000..425171a14d3ed03130d604b9132ab33de49330bc --- /dev/null +++ b/archive_287.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4c0f10261db06861c00acfad1d704137466aec43e9c0543b42162b6111ba275 +size 2143872461 diff --git a/archive_288.zip b/archive_288.zip new file mode 100644 index 0000000000000000000000000000000000000000..a4cbcd85714cf2ab24260666699ac8ddb99c053e --- /dev/null +++ b/archive_288.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc0360529a6e2cd5e18c598c35e68cddbc4f3976dd8e855b38d63c39e2884e06 +size 2143898877 diff --git a/archive_289.zip b/archive_289.zip new file mode 100644 index 0000000000000000000000000000000000000000..10cfa8fa9aa40ced4fa4f5ca1fc1393a1eade382 --- /dev/null +++ b/archive_289.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:915f6f9e80afad6fc13670b3fe042253d9c6b33cb4ff31793c5e5594f70e9e6a +size 2144283809 diff --git a/archive_290.zip b/archive_290.zip new file mode 100644 index 0000000000000000000000000000000000000000..8c1cc8846f7ee2e77ab4777befe0a48b1a173373 --- /dev/null +++ b/archive_290.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a15ab73388d05dc77565600434e5a2794809bad435837ee9cf7f12c353d88bb +size 2143435167 diff --git a/archive_291.zip b/archive_291.zip new file mode 100644 index 0000000000000000000000000000000000000000..797e96269866e020b85891bfa7d60e54d00175cf --- /dev/null +++ b/archive_291.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b2750a1102be15436466397ebeb085970c9ba8b97ac6f997102d64fa14ce78a +size 2143682871 diff --git a/archive_292.zip b/archive_292.zip new file mode 100644 index 0000000000000000000000000000000000000000..bbff453802bfb895916b711b7a2bcdd78c915403 --- /dev/null +++ b/archive_292.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29cb7f88bbd271c31020b795631d034ef94b700738bdf9d73e98189b38b41083 +size 2142173594 diff --git a/archive_293.zip b/archive_293.zip new file mode 100644 index 0000000000000000000000000000000000000000..e3841b5d7a550cc2a54181cd0fdef108eeea32a1 --- /dev/null +++ b/archive_293.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8778c2c67486945b96e004a8f73e7d7cb77bc5af2935843c6d247c3277e385e2 +size 2142913144 diff --git a/archive_294.zip b/archive_294.zip new file mode 100644 index 0000000000000000000000000000000000000000..8e6285671660414724988be24df58d6e81b28df0 --- /dev/null +++ b/archive_294.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:166481428af5a7c2397030d9abbbad18c09d54107725e8ff901aeb5e309c3180 +size 2144431883 diff --git a/archive_295.zip b/archive_295.zip new file mode 100644 index 0000000000000000000000000000000000000000..4a98b86a1bbf5cad77275136cccc51126ba8af65 --- /dev/null +++ b/archive_295.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:252dd6e06e198153e650d20a6ccdab13137d0800f36528489f8e977ad75d369c +size 2143444705 diff --git a/archive_296.zip b/archive_296.zip new file mode 100644 index 0000000000000000000000000000000000000000..affe85d8d0d7b6938995215be4259e15fd999717 --- /dev/null +++ b/archive_296.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5ee9859d6687dfc3780c1230bc29130d548ae95ac85ecc3e456fa59585c2d0c +size 2143892138 diff --git a/archive_297.zip b/archive_297.zip new file mode 100644 index 0000000000000000000000000000000000000000..67a90c0e8cffac8fb4dcb2eb473c0b03273729df --- /dev/null +++ b/archive_297.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80a5188e52d58b8ba8665e62a12a2233fdc1088421ff13e9c67cb8e8ccbf9b74 +size 2142224324 diff --git a/archive_298.zip b/archive_298.zip new file mode 100644 index 0000000000000000000000000000000000000000..d82152dcedc457534874fa12b5fd8d90005404a1 --- /dev/null +++ b/archive_298.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:337e5be15e64342186586380652725ec7832543e5c2d3563e30043e4ff9c2855 +size 2144132961 diff --git a/archive_299.zip b/archive_299.zip new file mode 100644 index 0000000000000000000000000000000000000000..8556d86168c8aab6d7659a6d7f7c8627bfefb34a --- /dev/null +++ b/archive_299.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70e2c3a6daf4e683766f42e7f8631f900c75e4daa093043cf0319d48320c7b0f +size 2142965652 diff --git a/archive_300.zip b/archive_300.zip new file mode 100644 index 0000000000000000000000000000000000000000..716c81f304895405628fe17fefb06e4bbdf178fd --- /dev/null +++ b/archive_300.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9304411dee15f494997f72dc0bd13a217934bf5c6cbccdbd5f2016ffdb9e7c88 +size 2143828661 diff --git a/archive_301.zip b/archive_301.zip new file mode 100644 index 0000000000000000000000000000000000000000..45395facdb847693b8d88e56319796e575efb1b9 --- /dev/null +++ b/archive_301.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1124f9d9ce99a31a40adebe2a96672e7e349fded66b2518c1046eb0b39bf720 +size 2144234834 diff --git a/archive_302.zip b/archive_302.zip new file mode 100644 index 0000000000000000000000000000000000000000..0b0517d87d54c0674c46444869071203c83a3254 --- /dev/null +++ b/archive_302.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c98f352d09eea88cf642a8d0fd8278a4d125052593183d9437ada30ac30425ec +size 2143547258 diff --git a/archive_303.zip b/archive_303.zip new file mode 100644 index 0000000000000000000000000000000000000000..e0c4cac4311a51e0b44809bd80a14dc0702cc08b --- /dev/null +++ b/archive_303.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:924aefa372a7be9babccd7e98e69e93ce6e1cea7526903bcf431b6b71afe11e4 +size 2143830350 diff --git a/archive_304.zip b/archive_304.zip new file mode 100644 index 0000000000000000000000000000000000000000..f24237f82a8ceec726e1673fd2564c40990526dd --- /dev/null +++ b/archive_304.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:567f727930ba0f2bc3bb65be31ec78066acf5652b9659e48be92e005a7f057e6 +size 2144220566 diff --git a/archive_305.zip b/archive_305.zip new file mode 100644 index 0000000000000000000000000000000000000000..8fc6eb096007090206cdf6d1f2ad7f8711878a42 --- /dev/null +++ b/archive_305.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95cf369a13e158f42f88ff250b3ebfdce9a58ab12cb68851677c4791a4e37668 +size 2143138489 diff --git a/archive_306.zip b/archive_306.zip new file mode 100644 index 0000000000000000000000000000000000000000..42eb73d7066cc07e63173b98e634744973b0c3ca --- /dev/null +++ b/archive_306.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d982603c513329ae4d59672652882364e4d17ba3f6fe197e9cec2ac15d873f5c +size 2143711022 diff --git a/archive_307.zip b/archive_307.zip new file mode 100644 index 0000000000000000000000000000000000000000..06c1384f0aa89be33dbdca1bb058f6bbbabc2638 --- /dev/null +++ b/archive_307.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5154499cdd112e3964ace3e2c3495f2cc61efc3fbfd0ea53ce0de6669bb3ff9 +size 2143631258 diff --git a/archive_308.zip b/archive_308.zip new file mode 100644 index 0000000000000000000000000000000000000000..8319cdabd50319972807027879f74347ffd5dd53 --- /dev/null +++ b/archive_308.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41afdacac2d276daafbc9de81ab35c445771efd0c778e08e923eb66fbe68043c +size 2144006040 diff --git a/archive_309.zip b/archive_309.zip new file mode 100644 index 0000000000000000000000000000000000000000..fe9b9172f04dbcaa970adfd2c280d8a08728b7d9 --- /dev/null +++ b/archive_309.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2f27480d744efd9e0031bbf782c9d78cd7dc0a024bf0ff48a49adc0ecebc0e5 +size 2143610558 diff --git a/archive_310.zip b/archive_310.zip new file mode 100644 index 0000000000000000000000000000000000000000..d87a34bc061bec4e6dfa7ed1761ef83549a5aef3 --- /dev/null +++ b/archive_310.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:527a94c0f2a5bf692dea2407e064d25e65b1dc813453e53f25b7c8445c0b1aba +size 2143426051 diff --git a/archive_311.zip b/archive_311.zip new file mode 100644 index 0000000000000000000000000000000000000000..eb9b444e68d7633a1f81e20d314e9006054aa322 --- /dev/null +++ b/archive_311.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5459952cab46d5a6d8501499eae3c4b5feea59eaea55512592a67c8671ab111 +size 2144338795 diff --git a/archive_312.zip b/archive_312.zip new file mode 100644 index 0000000000000000000000000000000000000000..98d1edf0e4241638a4df1f0a8c6e6934c7e83064 --- /dev/null +++ b/archive_312.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90261cc352ac75eec14860c84fe08f7157167c483aa9d8af651f59882c327ea9 +size 2144193782 diff --git a/archive_313.zip b/archive_313.zip new file mode 100644 index 0000000000000000000000000000000000000000..85d1173fdc987868a275356070fab5367dae22e0 --- /dev/null +++ b/archive_313.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc4fd4d7389f307c24095e178f837afbf1bae21a1b172ecb19a9e989cef97afa +size 2143684626 diff --git a/archive_314.zip b/archive_314.zip new file mode 100644 index 0000000000000000000000000000000000000000..4c9101374e66f4ffbc66e42fe9b9730ae98a7f68 --- /dev/null +++ b/archive_314.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0877081a735fb88dbfa8238a54783ba1f235b508a741bd26c1e89d8637bcab33 +size 2142324197 diff --git a/archive_315.zip b/archive_315.zip new file mode 100644 index 0000000000000000000000000000000000000000..dad9d1d1b70f3c8e870664ffe4120d2849a43394 --- /dev/null +++ b/archive_315.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8aac694952839a04116df775fea1a803a78b1ee09c9edda4d2038314e12d110 +size 2142265762 diff --git a/archive_316.zip b/archive_316.zip new file mode 100644 index 0000000000000000000000000000000000000000..9b0e621120aaab1f6f66a5a1ff59efe82cab2f3f --- /dev/null +++ b/archive_316.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca21b576a82a41f99c83fe19def2db0e5219cbbbec1c8f5b9903e66e36d732a8 +size 2143966328 diff --git a/archive_317.zip b/archive_317.zip new file mode 100644 index 0000000000000000000000000000000000000000..43dbfd893ebca451ce06086c34e226263a48f01f --- /dev/null +++ b/archive_317.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d60a1a994225c6a5817b93d3b4515231f15122108ae088157b9a153631bd8c5e +size 2143282278 diff --git a/archive_318.zip b/archive_318.zip new file mode 100644 index 0000000000000000000000000000000000000000..83c4bc0b92ce31a6bcd4211e9a3e3d18a0f5b747 --- /dev/null +++ b/archive_318.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:074b0c2b5b00ea9fd05e1412b683b453c2cfaf9d184197c84724ac3eed4e160e +size 2144155637 diff --git a/archive_319.zip b/archive_319.zip new file mode 100644 index 0000000000000000000000000000000000000000..158f6da83b9bc2fa26a9f953bee2735916a1f9c8 --- /dev/null +++ b/archive_319.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7f488f459177e1f3a9a0810d3091c11c0ae49b17bd2d751ba3a3f789152b764 +size 2144249054 diff --git a/archive_320.zip b/archive_320.zip new file mode 100644 index 0000000000000000000000000000000000000000..7d7acdfec90cced5fead8b2ecfabd212e6c2117a --- /dev/null +++ b/archive_320.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7865c7a9accb189f2e2eba88775ba2a802c7d7245b9161675e220e632fcbd2c5 +size 2143914183 diff --git a/archive_321.zip b/archive_321.zip new file mode 100644 index 0000000000000000000000000000000000000000..83963c946553be13566424f71121737f6c68577d --- /dev/null +++ b/archive_321.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:945887a993fddb4c92ff9a97e6d1bd40de3ec0468e2d33f905e1cef0275be2c2 +size 2143483443 diff --git a/archive_322.zip b/archive_322.zip new file mode 100644 index 0000000000000000000000000000000000000000..3bff915ca5de10db00eef4fafcdce05c72f54b05 --- /dev/null +++ b/archive_322.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:783f3f09001ed461d43265eeca6b7e959a58ef35065b06d5dbf482cb2923ec6f +size 2143117044 diff --git a/archive_323.zip b/archive_323.zip new file mode 100644 index 0000000000000000000000000000000000000000..c0cc556f75ca062a2ed79bf0784b98c1fbc55d32 --- /dev/null +++ b/archive_323.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:566a12f29b691d68eac24fca87d76d86ec33c88d1752376bb46ce834a053e6b5 +size 2144566326 diff --git a/archive_324.zip b/archive_324.zip new file mode 100644 index 0000000000000000000000000000000000000000..a1bf20bdb3acb6cfe272539a6c1b9d33978c352a --- /dev/null +++ b/archive_324.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0476c0d4447471c2a4fb43eda8659ceab9f85e61d4699b49e5bf96ca0b59faf +size 2144177877 diff --git a/archive_325.zip b/archive_325.zip new file mode 100644 index 0000000000000000000000000000000000000000..7240f3a4a3a8e6961b0bd246da9448dc52633f82 --- /dev/null +++ b/archive_325.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c8f1593221fa27219a0d650ee574fc776dd68c5fa6b7c4c3839bc6002584af5 +size 2143965556 diff --git a/archive_326.zip b/archive_326.zip new file mode 100644 index 0000000000000000000000000000000000000000..dd2d29a448d97c9943a4b1ea5fce107b4dc5673a --- /dev/null +++ b/archive_326.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1cf4ab64ed828f3ae13bb717a266322f92394d9efb9bd7077491bb9c26c8a10 +size 2143317525 diff --git a/archive_327.zip b/archive_327.zip new file mode 100644 index 0000000000000000000000000000000000000000..856a0a2e544ac85cf43e7f47f5bc0fb904b3daa7 --- /dev/null +++ b/archive_327.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:827ab64fe4ba38cfdb64039808c6ec5a6cd3c5d7f793b7958a53f86a40f5d63b +size 2143731320 diff --git a/archive_328.zip b/archive_328.zip new file mode 100644 index 0000000000000000000000000000000000000000..18bd6c44b0cc96c6e3442ca6fa7c565b897e6d97 --- /dev/null +++ b/archive_328.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c219cec82a0628050069940af2e0b7746dceb8151068ff7ab30d373563c3d05c +size 2143041204 diff --git a/archive_329.zip b/archive_329.zip new file mode 100644 index 0000000000000000000000000000000000000000..cbb8de5aef5212959af78cc89f02df4140299113 --- /dev/null +++ b/archive_329.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aa52c1b237060dd71d67a5bbd6ef0d6873108a6b73f5be58ce63e3a0c756b91 +size 2142684845 diff --git a/archive_330.zip b/archive_330.zip new file mode 100644 index 0000000000000000000000000000000000000000..d0565216330015efb69c8c59241cfbf3abdc7cf7 --- /dev/null +++ b/archive_330.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43d5a4289a81b080d069aa87129214c64f61921484c5c746370143f5efc40f2f +size 2143083930 diff --git a/archive_331.zip b/archive_331.zip new file mode 100644 index 0000000000000000000000000000000000000000..ac9f5039ad1f75d990eb3f6bb7b33b3ee308cd3c --- /dev/null +++ b/archive_331.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:691898aa2b446c85957383ee28f578892c39f3880c47081963781f0aa7048a70 +size 2142740633 diff --git a/archive_332.zip b/archive_332.zip new file mode 100644 index 0000000000000000000000000000000000000000..1a618d55009b204f046757a0bfff75075431cda7 --- /dev/null +++ b/archive_332.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c551b2a84584339d8725f404dfeca5abc9d93aa7f5487b33541ef116c36886d +size 2144074833 diff --git a/archive_333.zip b/archive_333.zip new file mode 100644 index 0000000000000000000000000000000000000000..14f03f70df35bd950f340d09ae77fa17e75075a6 --- /dev/null +++ b/archive_333.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e7f36377a364ff439f62cae59e4378477c1d01f892ae01363ea4ab542bb80db +size 2144242561 diff --git a/archive_334.zip b/archive_334.zip new file mode 100644 index 0000000000000000000000000000000000000000..cd2912b98925cca8eaf7605e9f70e47a5a62d685 --- /dev/null +++ b/archive_334.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcea13907d65691509e8c9dc94b3818196877f6c525edacfeafdd6f97b31d3c0 +size 2143294858 diff --git a/archive_335.zip b/archive_335.zip new file mode 100644 index 0000000000000000000000000000000000000000..f90c5d61259d6129b0861cda16b6fd66d21b7962 --- /dev/null +++ b/archive_335.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b45c755b195c9fdbe94540e95c946727bdf8b818e416612d779353a52252f87 +size 2144347528 diff --git a/archive_336.zip b/archive_336.zip new file mode 100644 index 0000000000000000000000000000000000000000..b45d529bd778f6cb384d3e958614a8a635a5ab4b --- /dev/null +++ b/archive_336.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fc3003e4f8a651da373e71549f0bb9586900bd268cbd85a388b2b8f67121ba3 +size 2144005506 diff --git a/archive_337.zip b/archive_337.zip new file mode 100644 index 0000000000000000000000000000000000000000..8fd1069ba4a5f133890fd4af5345e8fa69c861f3 --- /dev/null +++ b/archive_337.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b406eea0f5b4fa6bac959048af2f76696849f6f8538d0b35f2845b1a244c96b2 +size 2143412345 diff --git a/archive_338.zip b/archive_338.zip new file mode 100644 index 0000000000000000000000000000000000000000..27f1c2e968636c4c6787784ff0b710c819c5810a --- /dev/null +++ b/archive_338.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26005521ab460b9d84e360c8576a24aa8439a9ed72f41305b87b341a1f6c4f7b +size 2143414720 diff --git a/archive_339.zip b/archive_339.zip new file mode 100644 index 0000000000000000000000000000000000000000..54f214d1e55a4cd2e65d57631513dbe9cec97982 --- /dev/null +++ b/archive_339.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f468a83878756132b20e40f3a608b79642c2c439e7b69214e5195c5a325f22f8 +size 2143845235 diff --git a/archive_340.zip b/archive_340.zip new file mode 100644 index 0000000000000000000000000000000000000000..cd5eee1baef49037f1df73b83abf4a2134d7e4bc --- /dev/null +++ b/archive_340.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88cdf60bc72dae000b9f9127b4cf11a5b55453103be7b61544e354dd90d4a3ff +size 2144062678 diff --git a/archive_341.zip b/archive_341.zip new file mode 100644 index 0000000000000000000000000000000000000000..7591580075b8e392a3d6f410a28d71a3ac5a646d --- /dev/null +++ b/archive_341.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cf752f0ea7542c25a85120afeae069b472585fafd00fee3cc7490d6b4076bf0 +size 2142078032 diff --git a/archive_342.zip b/archive_342.zip new file mode 100644 index 0000000000000000000000000000000000000000..7a9037891130a9b6093cc5e7931426ce1d546647 --- /dev/null +++ b/archive_342.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d10a289597f5d47731da7ee29eba60ac7eba46ccbcc460199f1321350c7c6a27 +size 2144409396 diff --git a/archive_343.zip b/archive_343.zip new file mode 100644 index 0000000000000000000000000000000000000000..104e34a15dbe324c1e9f4f5ffcf0a1f9a4b09685 --- /dev/null +++ b/archive_343.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecca9182b071a3ac7c6cf251c5f468c5ab57f4253729d9b4455f25e8d0f3369f +size 2144062060 diff --git a/archive_344.zip b/archive_344.zip new file mode 100644 index 0000000000000000000000000000000000000000..9cb76d1c21e7a08a01a296e07fd9171223a4390a --- /dev/null +++ b/archive_344.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edc3168f00729c82530485116027085cfea0eb8db12cab4251dc4d03dc7b5ed2 +size 2142316425 diff --git a/archive_345.zip b/archive_345.zip new file mode 100644 index 0000000000000000000000000000000000000000..3e19affb9789a3c305f4c8cba907a2ee7a1716da --- /dev/null +++ b/archive_345.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:586e4554e2261f803f1ea4f2685f69a49799a2ede374ffbd5e23030a8925f4cb +size 2144259576 diff --git a/archive_346.zip b/archive_346.zip new file mode 100644 index 0000000000000000000000000000000000000000..7ef8ffdb0375d9b82074ebcbadf50b22060d5259 --- /dev/null +++ b/archive_346.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06854176ce4366b13fd8d178f7b01ad8088ad1f3c83621d271763e182d8e3cb9 +size 2144100165 diff --git a/archive_347.zip b/archive_347.zip new file mode 100644 index 0000000000000000000000000000000000000000..cbf347d14414cdfb5380105b734404cae227a887 --- /dev/null +++ b/archive_347.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2647155950cde6a59ac97284e884750825fd1157784bafbf3010f15f9f78b32 +size 2143795636 diff --git a/archive_348.zip b/archive_348.zip new file mode 100644 index 0000000000000000000000000000000000000000..57311cdc9ea7575af0581c425ce0e4c0a368f676 --- /dev/null +++ b/archive_348.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8e3da6289fe04b635db9c6d5ed39f7000c082aaeb3aadf5bde3fe3092e03f4c +size 2144057412 diff --git a/archive_349.zip b/archive_349.zip new file mode 100644 index 0000000000000000000000000000000000000000..419bd17856c675b203f026392a720421c5ccc5d4 --- /dev/null +++ b/archive_349.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:430b4647d24fcfb7e5e46403ed85fec11b5273c9a5f9633dceeaa5b3840e27c9 +size 2142338546 diff --git a/archive_350.zip b/archive_350.zip new file mode 100644 index 0000000000000000000000000000000000000000..673e24f45a4edb2bb2f255cee2c89b7ac51361da --- /dev/null +++ b/archive_350.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ce3a975f374cf2b8786d33723e15069f4edbd6bfbe51fdd2aef9a042a067391 +size 2144019819 diff --git a/archive_351.zip b/archive_351.zip new file mode 100644 index 0000000000000000000000000000000000000000..00a0de84208b68f03af9d4e2879fb7c77d0db73d --- /dev/null +++ b/archive_351.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e8ec209161d239cf5db24b6fadca117bdeb14da2323790ce7efaf80e43783ae +size 2143945758 diff --git a/archive_352.zip b/archive_352.zip new file mode 100644 index 0000000000000000000000000000000000000000..d0cc8f54c0b3d2dae892b7c2955cead2c7a2413e --- /dev/null +++ b/archive_352.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79707c5f01cc99537d0c01912d76e49f1b2946e1ccfe47bc23d33765ef74b59c +size 2143569970 diff --git a/archive_353.zip b/archive_353.zip new file mode 100644 index 0000000000000000000000000000000000000000..3aedbee5e50e813a59441dfe44905e15f16b30d6 --- /dev/null +++ b/archive_353.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73dae350a4cfaf9ef17ba7ddf8ff78d49515149b29bbc988fa0275cb76674f68 +size 2143869251 diff --git a/archive_354.zip b/archive_354.zip new file mode 100644 index 0000000000000000000000000000000000000000..3d8c2014ffbb92bed9b32538172768d50c383228 --- /dev/null +++ b/archive_354.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f533124f71600ffd861f318ca4a0c485ee7e7ee18048ee7a8a2dc3ae48a2c4db +size 2142267552 diff --git a/archive_355.zip b/archive_355.zip new file mode 100644 index 0000000000000000000000000000000000000000..4f28bcff55f42cd0464a6c33eb0d2e3822faff8c --- /dev/null +++ b/archive_355.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3bcb4a2778f7517f9153b039ab6f0a42afe8099d0244a4bd80f00d8b07d2705 +size 2143648282 diff --git a/archive_356.zip b/archive_356.zip new file mode 100644 index 0000000000000000000000000000000000000000..2a00d964c4ca5c2e6c4be81c9fd28112b0f44888 --- /dev/null +++ b/archive_356.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:264b4bf92307bb25ff8018a2c119cb482701e13c7f3e200899c15c86f3f7503e +size 2143266505 diff --git a/archive_357.zip b/archive_357.zip new file mode 100644 index 0000000000000000000000000000000000000000..75bc6dc1424b6815ec5be8879cb64cefede22fb7 --- /dev/null +++ b/archive_357.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f90f99beb7633be7bbdc8bb8957c5738726b9492d2163b0cbb57af938ec61f2 +size 2144222959 diff --git a/archive_358.zip b/archive_358.zip new file mode 100644 index 0000000000000000000000000000000000000000..c991a25eb8a5c0c0ed1ba8474c581bec0374ef12 --- /dev/null +++ b/archive_358.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dfe6b12297791f015ab07dfcc38fa99176b0a155c603ea0f33b293a14ebd9bf +size 2143409158 diff --git a/archive_359.zip b/archive_359.zip new file mode 100644 index 0000000000000000000000000000000000000000..9526dd5d107623e69fbc8676e7680194a5f4dcef --- /dev/null +++ b/archive_359.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f214f1c7596f4a7a60f74b9819bba5f7010b754c9cd5fcc78e9d0b268fd855e +size 2143298922 diff --git a/archive_360.zip b/archive_360.zip new file mode 100644 index 0000000000000000000000000000000000000000..2a84fe5f73cd6e660950578539548cb56a50f7cc --- /dev/null +++ b/archive_360.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eccaab152ae17d26de61966e264f526eb321b24beb50e86affc9f61c80e03c2e +size 2144121098 diff --git a/archive_361.zip b/archive_361.zip new file mode 100644 index 0000000000000000000000000000000000000000..d272b510582bbde3ff861cfd59198f9f69c4b84b --- /dev/null +++ b/archive_361.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c12c8d28f3efb7a81d30391d3496f3f6889235d611e301daf089c16650b4105 +size 2143076529 diff --git a/archive_362.zip b/archive_362.zip new file mode 100644 index 0000000000000000000000000000000000000000..3f147c9110a1da1001a799fe854a48c7205c4ba3 --- /dev/null +++ b/archive_362.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6497485e2cd5c8001794efc771e60ffb8e7aadd24700a56b9b04bcd7a163359d +size 2144120806 diff --git a/archive_363.zip b/archive_363.zip new file mode 100644 index 0000000000000000000000000000000000000000..a058e7e26c6ef5e950df5c3f8fea8ab2c9171f78 --- /dev/null +++ b/archive_363.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8032116de03f32bcdb48704b263cdecaaa4aed6d5477e3818d89ec2979b7578 +size 2144140509 diff --git a/archive_364.zip b/archive_364.zip new file mode 100644 index 0000000000000000000000000000000000000000..18675f973470238aa99e4b4ba36ac8f055cbc0e1 --- /dev/null +++ b/archive_364.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5290dfa3a226d80899c2a9add263a314cc61d6ccf4aa0b2838e51ae7b0f0d672 +size 2144438049 diff --git a/archive_365.zip b/archive_365.zip new file mode 100644 index 0000000000000000000000000000000000000000..a03e0d2e2f3c70e4ced3df7ea07854c412e6faa6 --- /dev/null +++ b/archive_365.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5f18527e7dde0a066c10e497e504b850b1fb36b3a8330357f7ae9570ea1bd5c +size 2143927480 diff --git a/archive_366.zip b/archive_366.zip new file mode 100644 index 0000000000000000000000000000000000000000..f519ed533fdf92ed959e6b2ee7cda530999dde72 --- /dev/null +++ b/archive_366.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30bebb1c4ab6879f4e405997fe578978a6f0eb66ddb6ba4ee8cdb759ca925e5a +size 2143369020 diff --git a/archive_367.zip b/archive_367.zip new file mode 100644 index 0000000000000000000000000000000000000000..9cacc20054399c9293d5a6e256ed5e09dfdbee5e --- /dev/null +++ b/archive_367.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8502212c440339a6c13ad4bc1f0170dd5b8835e7ec84c760eab4aaf2a71bcec +size 2143760757 diff --git a/archive_368.zip b/archive_368.zip new file mode 100644 index 0000000000000000000000000000000000000000..4a27bdd3fac6a8b7162b77a8111709c1789eac87 --- /dev/null +++ b/archive_368.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b8275ee8760a6571b28961361a4a347a939148b55392f67ce81761c78b97a6b +size 2143809342 diff --git a/archive_369.zip b/archive_369.zip new file mode 100644 index 0000000000000000000000000000000000000000..02c05953ccec1b537b2599d3f8d5395938b5401c --- /dev/null +++ b/archive_369.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b128c5e4ece67b2672ec7058a670d7753969ac9bd23a0ee97a7015518476e68d +size 2141502713 diff --git a/archive_370.zip b/archive_370.zip new file mode 100644 index 0000000000000000000000000000000000000000..393fc807031208939bfb95ce7fd359bf9c769438 --- /dev/null +++ b/archive_370.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29e046393d66b0af4bdd46ae913058a15ac108d733cc1f2af7c71930e8d3cb57 +size 2143910741 diff --git a/archive_371.zip b/archive_371.zip new file mode 100644 index 0000000000000000000000000000000000000000..8faf047269bff43595d96c4e136248a6381e1c56 --- /dev/null +++ b/archive_371.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a221fbbbc6b48e1f26b4a5a2c4d6eb9ba07d4448c545a62c9044871706c7ecf +size 2143820411 diff --git a/archive_372.zip b/archive_372.zip new file mode 100644 index 0000000000000000000000000000000000000000..7aed2070f22590c0a13da61f4554d3063726fc34 --- /dev/null +++ b/archive_372.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18693318683902d160b5ae9697038263730f76427bc810549cdd988969c7baa4 +size 2144331841 diff --git a/archive_373.zip b/archive_373.zip new file mode 100644 index 0000000000000000000000000000000000000000..6f58f8d71dd053e28128be74fe60cd2e881b17a3 --- /dev/null +++ b/archive_373.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2c78101215a4942b967b25ffda9e6e3cf2e98af4687d16c0e4317a504ba620e +size 2143596046 diff --git a/archive_374.zip b/archive_374.zip new file mode 100644 index 0000000000000000000000000000000000000000..b61aaa481d8f2d997837472dd9eea7b548724727 --- /dev/null +++ b/archive_374.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dea185dd2666ce5e27bb8367400c99d65bada4efa0f3265eab7e295d0cf8bf8d +size 2144123764 diff --git a/archive_375.zip b/archive_375.zip new file mode 100644 index 0000000000000000000000000000000000000000..437987effc73032966b817abb164e7319f24ba70 --- /dev/null +++ b/archive_375.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6e2e1be24dc77d364c1fa797bac275befb94d92f53db6121c305210ce44c902 +size 2143568900 diff --git a/archive_376.zip b/archive_376.zip new file mode 100644 index 0000000000000000000000000000000000000000..a2c0b2f13e5cb3b1fd657fc6876dfcfb1e23621e --- /dev/null +++ b/archive_376.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21a9735e2240da4d18c53bf477f8ecf51efeb5e4b36cc2ab2584ff6ac9d1056d +size 2143284797 diff --git a/archive_377.zip b/archive_377.zip new file mode 100644 index 0000000000000000000000000000000000000000..3ac505e0029e7ee47a2a5c303fd79759d84c442c --- /dev/null +++ b/archive_377.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d185eeb6628b606f9742c786fa30cd9fe0e4f5e76f606708a247dad055dfc30 +size 2142697761 diff --git a/archive_378.zip b/archive_378.zip new file mode 100644 index 0000000000000000000000000000000000000000..926ad7163eccfcc589d9db10b71539f99a4d4c2e --- /dev/null +++ b/archive_378.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:910bb407f6296600f26151b45638075083ca5c0ffeba14724103ad8868f2f20c +size 2144206087 diff --git a/archive_379.zip b/archive_379.zip new file mode 100644 index 0000000000000000000000000000000000000000..5065a2621a00dbee3354d3a021b9c434fb7c9bb3 --- /dev/null +++ b/archive_379.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0028134b85a0361585ace912bc0ba441a3fc81b702887c469a8de2bd9585d17f +size 2143508495 diff --git a/archive_380.zip b/archive_380.zip new file mode 100644 index 0000000000000000000000000000000000000000..dd97cd992eb04e43824d091a60d4701ab3dffb83 --- /dev/null +++ b/archive_380.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b366abbd1eed89ed2f685e17dadbced20c2fb04e6300fcb23c269b235a01d25e +size 2143815798 diff --git a/archive_381.zip b/archive_381.zip new file mode 100644 index 0000000000000000000000000000000000000000..5ecc5dbf03d7d4808321ec9980d1fddeaf644e52 --- /dev/null +++ b/archive_381.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bdbc6bdb63bbd1509ef40662c9b4df5dcbb816a16f7af1766c80b5ea65cddca +size 2144306559 diff --git a/archive_382.zip b/archive_382.zip new file mode 100644 index 0000000000000000000000000000000000000000..d2d89eab954519467b5aa60054e5f5c080ba04e2 --- /dev/null +++ b/archive_382.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c843fd129ac126b66e6ba44eeca3639b8f7ef6ae31a8da1da02c4e42fe7f34a +size 2142716316 diff --git a/archive_383.zip b/archive_383.zip new file mode 100644 index 0000000000000000000000000000000000000000..8f51b20112fae28ce0efe0a4fa9a3d0ad7dd86ee --- /dev/null +++ b/archive_383.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e0757cb8feb2bc0878e0addce2eea1b703c74cd1f264ed82137e6aadb7d9794 +size 2143831057 diff --git a/archive_384.zip b/archive_384.zip new file mode 100644 index 0000000000000000000000000000000000000000..0325c61284f9dc6920ac7b7405aea501a80d0c22 --- /dev/null +++ b/archive_384.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ea735be53e022c3e826f37158f6058065463d87ff50a1ed26987c8d32725c5e +size 2142793698 diff --git a/archive_385.zip b/archive_385.zip new file mode 100644 index 0000000000000000000000000000000000000000..c3da5d0f2d1aef2e00c2961f97433eda2f02bda2 --- /dev/null +++ b/archive_385.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53895ead36d772869ad25596b2469d588fe52bf8f4a5387bc9351323dc0e5ebf +size 2144134415 diff --git a/archive_386.zip b/archive_386.zip new file mode 100644 index 0000000000000000000000000000000000000000..2a0635ef6e8c7c1256b242612b56e07a92a8c4fe --- /dev/null +++ b/archive_386.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff8c48e750bf9a4304260aa205a41372a781738d021adb59a263ed4748ee513d +size 2144110042 diff --git a/archive_387.zip b/archive_387.zip new file mode 100644 index 0000000000000000000000000000000000000000..8e2a44b3f15799c3b215934f88ab192ffbdbd278 --- /dev/null +++ b/archive_387.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00e9ef00e55656ae326fa4eb12c5e4db3aed672f600a0f4d0533c61bdfe1c6cf +size 2142667558 diff --git a/archive_388.zip b/archive_388.zip new file mode 100644 index 0000000000000000000000000000000000000000..440bfe9cfd87704ade4a4a7b09fa0eddee7bfcb4 --- /dev/null +++ b/archive_388.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49d93e6c8039eafd40279ea13623588f12c7ad164fb2cf9f1f6328cda97eb994 +size 2144077880 diff --git a/archive_389.zip b/archive_389.zip new file mode 100644 index 0000000000000000000000000000000000000000..fe97eca6c5b0837f6995c2a7f65f9cd5318712c1 --- /dev/null +++ b/archive_389.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c3a4dff0ea3e6ccbf70665acea58f0482b5a4aaa2f6c73be500415d4a81062e +size 2143335869 diff --git a/archive_390.zip b/archive_390.zip new file mode 100644 index 0000000000000000000000000000000000000000..dd5db439b5328a19d937b0ab23f816dfa8ceb1b7 --- /dev/null +++ b/archive_390.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e73ee704c76c63db07b01e633ab6de328f3d4a5240f8ea49f962489c937342b2 +size 2143508914 diff --git a/archive_391.zip b/archive_391.zip new file mode 100644 index 0000000000000000000000000000000000000000..5d0cb0975fa96a6efdc7d1b05e4e21d525f71ccc --- /dev/null +++ b/archive_391.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a1df23f8926d9ca42addce16a258b6648f6558a103852690724ecd6a7dbecdb +size 2143835442 diff --git a/archive_392.zip b/archive_392.zip new file mode 100644 index 0000000000000000000000000000000000000000..113bc420b0cbfadabda8498a4daa2564486809f9 --- /dev/null +++ b/archive_392.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7b566adab79d96bc777328d4d785aa0546a7bff439af8626e128a40713402bf +size 2141584035 diff --git a/archive_393.zip b/archive_393.zip new file mode 100644 index 0000000000000000000000000000000000000000..dc025531f5226d7c1a76c100ae178539f945850a --- /dev/null +++ b/archive_393.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49692c5c8df42758cf9d5e52218aed875fda65c7b80c3c85c811052e6510ac7a +size 2143372164 diff --git a/archive_394.zip b/archive_394.zip new file mode 100644 index 0000000000000000000000000000000000000000..dc44c86bcdbe2cf6c6b2b13dfc9977e7c72a28f7 --- /dev/null +++ b/archive_394.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70de8749543a479f9a8fa5bd04987b443458ad0a79b3243c046e84d3b44f1d57 +size 2143284192 diff --git a/archive_395.zip b/archive_395.zip new file mode 100644 index 0000000000000000000000000000000000000000..9c6615a736c4aa8bb26d9876f14369acd60381b1 --- /dev/null +++ b/archive_395.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6f19455a20b73e0527d48e4d9a9138d5a87e34e7f79fbdc00dfcca95f743a63 +size 2141348865 diff --git a/archive_396.zip b/archive_396.zip new file mode 100644 index 0000000000000000000000000000000000000000..e13f9e92411bc10a4a263413c72006b5b62322f3 --- /dev/null +++ b/archive_396.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84c8c963483480c7810ee069319811b5b2f31acf7e50f3845f80ff8c401a2a13 +size 2143778920 diff --git a/archive_397.zip b/archive_397.zip new file mode 100644 index 0000000000000000000000000000000000000000..83ab6019aa832f0438f91bfe313ca084983d4cdb --- /dev/null +++ b/archive_397.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac49641f295abcb490005c21d4b73cdaa8d04385f7d2eb65730be83f78e47cdd +size 2144205488 diff --git a/archive_398.zip b/archive_398.zip new file mode 100644 index 0000000000000000000000000000000000000000..b0801409f177a29a4d52be1ca2f0ecac923e0bf0 --- /dev/null +++ b/archive_398.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7606a89627a5cf678d1ac41005c831a66729752fd70677df2785a2e233f1c94d +size 2144041642 diff --git a/archive_399.zip b/archive_399.zip new file mode 100644 index 0000000000000000000000000000000000000000..a2d4ec9057b310239c9755ee6e9322c2d3ae5430 --- /dev/null +++ b/archive_399.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:236e2730a4e6f55ca01b45a2baa9d48c0e6901cd146b7f271ffca6d301b7c929 +size 2142336849 diff --git a/archive_400.zip b/archive_400.zip new file mode 100644 index 0000000000000000000000000000000000000000..d1c19bfd937f280f8c7809568fe0dedf89bda271 --- /dev/null +++ b/archive_400.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8a040321937fb89c1569134c6ec7e39ce770945d9abcab2528d7d31efb083af +size 2143994891 diff --git a/archive_401.zip b/archive_401.zip new file mode 100644 index 0000000000000000000000000000000000000000..db62ede171c7891e3895ec1aa8f05aecd95c0dc9 --- /dev/null +++ b/archive_401.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06db964a25ad59b8d6f8f567d7288a4c10283cd5c47501fd11e4c5b6e70d0244 +size 2143634588 diff --git a/archive_402.zip b/archive_402.zip new file mode 100644 index 0000000000000000000000000000000000000000..b8f0916f00d9f8525a6a5346a9dbbcc3263cbbce --- /dev/null +++ b/archive_402.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8120a3b5dd2fde4ddd73e27d537c72f7f6068fb230e3195d187fc4ce84d86e15 +size 2143819179 diff --git a/archive_403.zip b/archive_403.zip new file mode 100644 index 0000000000000000000000000000000000000000..bad221c1b4f426f5b81b5fdf0a9895e8adff32c3 --- /dev/null +++ b/archive_403.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d821fce2d5209747d3b48df532eb8b9a9daecf599fc864db305b67b5b90271a +size 2143945321 diff --git a/archive_404.zip b/archive_404.zip new file mode 100644 index 0000000000000000000000000000000000000000..4c91a69dc6e7bad9c8549ea68c70555a56e37179 --- /dev/null +++ b/archive_404.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:138009d56b12dcd11429f7a339199bf9149dfe09bdff564100ff8507dfc8fe39 +size 2143741595 diff --git a/archive_405.zip b/archive_405.zip new file mode 100644 index 0000000000000000000000000000000000000000..6fc9d16d69987dfa4061f19915fcb1261c5aba1e --- /dev/null +++ b/archive_405.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11f6f43039d092e1fe6cea5b16c38eec1736a1542ddac83a5bdc9055b96c8279 +size 2144194073 diff --git a/archive_406.zip b/archive_406.zip new file mode 100644 index 0000000000000000000000000000000000000000..91248816fd6beb15871a730e01c9703de880c12f --- /dev/null +++ b/archive_406.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d43dfa971054f00482f6aa8c6d9308cd25d6147c67cc2b20e2161966100a00c +size 2144014524 diff --git a/archive_407.zip b/archive_407.zip new file mode 100644 index 0000000000000000000000000000000000000000..c3918b4e2bb6ac61fee3d65c5f2ad2497c8b7b84 --- /dev/null +++ b/archive_407.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d571b28ad35a17dad5027cda65d2c31988102ccfcaccf85f6281b1ac3464f0c +size 2143892310 diff --git a/archive_408.zip b/archive_408.zip new file mode 100644 index 0000000000000000000000000000000000000000..4232cd7127331b9c1d57ef1abeaf150aa8ba7926 --- /dev/null +++ b/archive_408.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3b4fd6b50751054b44a769f32f27ddd49da4e485bfb3eb8ca2a142df2a8e511 +size 2144658891 diff --git a/archive_409.zip b/archive_409.zip new file mode 100644 index 0000000000000000000000000000000000000000..2250da879781f722faa0f5ac4898b75bf340e773 --- /dev/null +++ b/archive_409.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92876662b40324cf7c9dafc8ee1160b1712c7f198856bc7e745f392272d18e97 +size 2143513346 diff --git a/archive_410.zip b/archive_410.zip new file mode 100644 index 0000000000000000000000000000000000000000..e709b1e67ddda38c98f4f308aeebda4a8e0290b5 --- /dev/null +++ b/archive_410.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c88e0355e3cd2bf7eeb08bc21b129d420825ba179921fdea00fcddd57531355f +size 2142689210 diff --git a/archive_411.zip b/archive_411.zip new file mode 100644 index 0000000000000000000000000000000000000000..cccdf9f5b9c79eff3b7f9bc9d653520d681787a0 --- /dev/null +++ b/archive_411.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5d5f6c293489482a6ce05c0bf861f04ae0dcce261635a38b9141d15ca73e7ef +size 2143745312 diff --git a/archive_412.zip b/archive_412.zip new file mode 100644 index 0000000000000000000000000000000000000000..fc0e32f723b954aa537bdb9e0a83d629e2c159d5 --- /dev/null +++ b/archive_412.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17b01c247a4b373b0fbef25320cf272bcf0286bf8b649792abafe0246b5b9028 +size 2144091507 diff --git a/archive_413.zip b/archive_413.zip new file mode 100644 index 0000000000000000000000000000000000000000..8f54cefbf71ef09bf3dc338c24a7445b50c87252 --- /dev/null +++ b/archive_413.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2eff65c6ea8fdd1f03a91a368953f6aaa8848f32a978b947616a0ece7871b2f +size 2143210535 diff --git a/archive_414.zip b/archive_414.zip new file mode 100644 index 0000000000000000000000000000000000000000..6c581d445f0c9c5f879b0a60bf0338a85f0385f2 --- /dev/null +++ b/archive_414.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e099298809fccbda6e6b6296e2ad00309ad654fb62a4e483f5b488ed6fb14f69 +size 2143862554 diff --git a/archive_415.zip b/archive_415.zip new file mode 100644 index 0000000000000000000000000000000000000000..e3586ab4b56ea6f694569e43fc0013775d3da0de --- /dev/null +++ b/archive_415.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad648cb493c4085f1bb9fb1539ea7938e08c4c6254625cfbfb1016c8d6758618 +size 2144304902 diff --git a/archive_416.zip b/archive_416.zip new file mode 100644 index 0000000000000000000000000000000000000000..e385cfe14f4641a907ad0a18191ff00c3fe0e44f --- /dev/null +++ b/archive_416.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8afc9565cf573b142857b90eacbb16777ca85f2207b3d65cfcccfe803263bdbc +size 2143053172 diff --git a/archive_417.zip b/archive_417.zip new file mode 100644 index 0000000000000000000000000000000000000000..c81bd17174d9c71697bd17129ae427aef58f05c8 --- /dev/null +++ b/archive_417.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49256bedde7bd6f3366864cae40bc7b4811bb915742832be47b7d692653b28ec +size 2143942097 diff --git a/archive_418.zip b/archive_418.zip new file mode 100644 index 0000000000000000000000000000000000000000..13016bb45b23414128dc185dc1a442f507cbd474 --- /dev/null +++ b/archive_418.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a06d06505e09f66f1ad1b29cfde00fb01c8cd54d307923ec10e6c6cb8034ec4c +size 2142961757 diff --git a/archive_419.zip b/archive_419.zip new file mode 100644 index 0000000000000000000000000000000000000000..cd408dba96f528e3d2f4a9ed0a97a06b9e8bf39e --- /dev/null +++ b/archive_419.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3f11f6f9cd9a53e41d70af44b77a3e9ec0b2b34f0fa60d6e394296048bca8d0 +size 2144127898 diff --git a/archive_420.zip b/archive_420.zip new file mode 100644 index 0000000000000000000000000000000000000000..608a8200e7a566555fd8032702263592d7633973 --- /dev/null +++ b/archive_420.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83c09d173688ea4cba8ffd46e19261ed5335203ca679de970117941c1d88493b +size 2143959997 diff --git a/archive_421.zip b/archive_421.zip new file mode 100644 index 0000000000000000000000000000000000000000..f5aea632098a95f1144a051a9d327618bf987284 --- /dev/null +++ b/archive_421.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11ee3c51b5af36414f3c8938765b5922976f17459c6c92b330859d1a7a93305b +size 2144093125 diff --git a/archive_422.zip b/archive_422.zip new file mode 100644 index 0000000000000000000000000000000000000000..cb2bb00ee8443242e2618a18746af4eee73d5196 --- /dev/null +++ b/archive_422.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fccf38b0c42d2f4fe117f3f9802774172ec441c91d51e670a756ab1a6851df5 +size 2142443508 diff --git a/archive_423.zip b/archive_423.zip new file mode 100644 index 0000000000000000000000000000000000000000..a6f96641ed7393b5e26eac3e5061398a68eedb59 --- /dev/null +++ b/archive_423.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79ebfab71ae7edc1fff061838f17a6aca2094c8838aa6004ef1af10dda8671f0 +size 2143540402 diff --git a/archive_424.zip b/archive_424.zip new file mode 100644 index 0000000000000000000000000000000000000000..148a1b538860e7c5a9d4254ab0c027809bd1b038 --- /dev/null +++ b/archive_424.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efac99141bc616e259e548f494fe991c072cbcb19473684e7a1dd4e69578ff48 +size 2143352717 diff --git a/archive_425.zip b/archive_425.zip new file mode 100644 index 0000000000000000000000000000000000000000..62e13f4728037fa7caeb394416fd47f89d51b360 --- /dev/null +++ b/archive_425.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d77622239f767bc31fe4eb88164eaccf7ee12a698b3f565185160c68d6c63145 +size 2142760844 diff --git a/archive_426.zip b/archive_426.zip new file mode 100644 index 0000000000000000000000000000000000000000..b236f9a040e36f951604f26e80b0418084d572cf --- /dev/null +++ b/archive_426.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30448cc53ae8129fed7f913b83cd7ba1c915e47ce6e72797ce0fb0569104c3e3 +size 2143485023 diff --git a/archive_427.zip b/archive_427.zip new file mode 100644 index 0000000000000000000000000000000000000000..c44996b80fa564f619c0d8bf72ead47320308ca0 --- /dev/null +++ b/archive_427.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6e406fabec133669a76ed014aa1d73dc35378a788ceea1b0c87a95869852de5 +size 2143599348 diff --git a/archive_428.zip b/archive_428.zip new file mode 100644 index 0000000000000000000000000000000000000000..a7a4916b7223db5fcb3fa45e716d73ea0cbe8131 --- /dev/null +++ b/archive_428.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34ea2e10c357c351538d19f312b53fa40a47177e166206954aa80ad421525fad +size 2142775661 diff --git a/archive_429.zip b/archive_429.zip new file mode 100644 index 0000000000000000000000000000000000000000..8300dc30795685b3296a07c5038b1974f628ed92 --- /dev/null +++ b/archive_429.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c03fbe98a813bf3fa29e2d102998864b312423021ee613d97f6a645f67880a1 +size 2140947359 diff --git a/archive_430.zip b/archive_430.zip new file mode 100644 index 0000000000000000000000000000000000000000..ab603e5e18c75d8702dfbeafdae2188f48f7effc --- /dev/null +++ b/archive_430.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cab7529b78a44ac6f46dddde1ac8fe680f8b73d1b16c9543f484677ac7bb0cb +size 2143373378 diff --git a/archive_431.zip b/archive_431.zip new file mode 100644 index 0000000000000000000000000000000000000000..d6a32f4958bd5a7283d00f55ecf50ab11a0d5932 --- /dev/null +++ b/archive_431.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7658e0781c0ed6207d21b8e29d922a22bca70f47a84fefd75086af7ed853af5 +size 2144174126 diff --git a/archive_432.zip b/archive_432.zip new file mode 100644 index 0000000000000000000000000000000000000000..2348ad30966251d8c06718078bc601c2ab6d02fc --- /dev/null +++ b/archive_432.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28d99de5d953faab5a95b65cf0f18180dc5f2947d9bb749699a1f3dbcb3a373e +size 2144144818 diff --git a/archive_433.zip b/archive_433.zip new file mode 100644 index 0000000000000000000000000000000000000000..b3228744811bb0b57ffe3bbbfef6d0930d1cf91c --- /dev/null +++ b/archive_433.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8f4159267cecf77356b3750e8740c9697b3017d4b338ba7d89be04bafbcd788 +size 2143888408 diff --git a/archive_434.zip b/archive_434.zip new file mode 100644 index 0000000000000000000000000000000000000000..a1fc7d509ca881c24ca3a224384249edb7d58e76 --- /dev/null +++ b/archive_434.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cb22f3451bd92d44651631532550726516f02b77e7a6ff156e2b5df5c6160f2 +size 2143767981 diff --git a/archive_435.zip b/archive_435.zip new file mode 100644 index 0000000000000000000000000000000000000000..d636bb1850fd70d959b38d40b7613a9cf552f55a --- /dev/null +++ b/archive_435.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e399064ef5c6bba0963975c769a9df7a6678d13d16685eaa7a01c66bab441b0a +size 2142976389 diff --git a/archive_436.zip b/archive_436.zip new file mode 100644 index 0000000000000000000000000000000000000000..00ba41c4f52a6d2843cf65b8273d69488e30648a --- /dev/null +++ b/archive_436.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22bbf6ff46840969c736c2ef412522e498c56358888b9fd8bbec20d192fd2c31 +size 2108266046 diff --git a/data/train/CSL_News_Labels.csv b/data/train/CSL_News_Labels.csv new file mode 100644 index 0000000000000000000000000000000000000000..d22a4bc04170d08b0cc20583f9fda6a4416e8743 --- /dev/null +++ b/data/train/CSL_News_Labels.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:683e2c71bc48d9cb6210118799836c7afa4a11269a41bab1dfa4fbbb1d0cee79 +size 148851954 diff --git a/data/train/CSL_News_Labels.json b/data/train/CSL_News_Labels.json new file mode 100644 index 0000000000000000000000000000000000000000..714006659500b448db49d1698e562b135b406786 --- /dev/null +++ b/data/train/CSL_News_Labels.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3381d80157fa75012ec2a220eb8a63c88968af2d60d5dbcb5a82bf680db8a3a5 +size 199441318