From 96990fcd5faf5c142edefce747c39f3b15b8719c Mon Sep 17 00:00:00 2001 From: Alon Itach <32069456+alonitac@users.noreply.github.com> Date: Sun, 4 Jun 2023 14:02:14 +0300 Subject: [PATCH 01/53] Initial commit --- .gitignore | 160 ++++++++++++++++++++++++++++++++++++++++++ LICENSE | 201 +++++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 1 + 3 files changed, 362 insertions(+) create mode 100644 .gitignore create mode 100644 LICENSE create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..68bc17f --- /dev/null +++ b/.gitignore @@ -0,0 +1,160 @@ +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# C extensions +*.so + +# Distribution / packaging +.Python +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +share/python-wheels/ +*.egg-info/ +.installed.cfg +*.egg +MANIFEST + +# PyInstaller +# Usually these files are written by a python script from a template +# before PyInstaller builds the exe, so as to inject date/other infos into it. +*.manifest +*.spec + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt + +# Unit test / coverage reports +htmlcov/ +.tox/ +.nox/ +.coverage +.coverage.* +.cache +nosetests.xml +coverage.xml +*.cover +*.py,cover +.hypothesis/ +.pytest_cache/ +cover/ + +# Translations +*.mo +*.pot + +# Django stuff: +*.log +local_settings.py +db.sqlite3 +db.sqlite3-journal + +# Flask stuff: +instance/ +.webassets-cache + +# Scrapy stuff: +.scrapy + +# Sphinx documentation +docs/_build/ + +# PyBuilder +.pybuilder/ +target/ + +# Jupyter Notebook +.ipynb_checkpoints + +# IPython +profile_default/ +ipython_config.py + +# pyenv +# For a library or package, you might want to ignore these files since the code is +# intended to run in multiple environments; otherwise, check them in: +# .python-version + +# pipenv +# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. +# However, in case of collaboration, if having platform-specific dependencies or dependencies +# having no cross-platform support, pipenv may install dependencies that don't work, or not +# install all needed dependencies. +#Pipfile.lock + +# poetry +# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control. +# This is especially recommended for binary packages to ensure reproducibility, and is more +# commonly ignored for libraries. +# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control +#poetry.lock + +# pdm +# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control. +#pdm.lock +# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it +# in version control. +# https://pdm.fming.dev/#use-with-ide +.pdm.toml + +# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm +__pypackages__/ + +# Celery stuff +celerybeat-schedule +celerybeat.pid + +# SageMath parsed files +*.sage.py + +# Environments +.env +.venv +env/ +venv/ +ENV/ +env.bak/ +venv.bak/ + +# Spyder project settings +.spyderproject +.spyproject + +# Rope project settings +.ropeproject + +# mkdocs documentation +/site + +# mypy +.mypy_cache/ +.dmypy.json +dmypy.json + +# Pyre type checker +.pyre/ + +# pytype static type analyzer +.pytype/ + +# Cython debug symbols +cython_debug/ + +# PyCharm +# JetBrains specific template is maintained in a separate JetBrains.gitignore that can +# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore +# and can be added to the global gitignore or merged into this file. For a more nuclear +# option (not recommended) you can uncomment the following to ignore the entire idea folder. +#.idea/ diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..261eeb9 --- /dev/null +++ b/LICENSE @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/README.md b/README.md new file mode 100644 index 0000000..1592237 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# GitExerciseOther \ No newline at end of file From 68cfaf0f3c1e724848647274fa846668ad6410fd Mon Sep 17 00:00:00 2001 From: alonit Date: Sun, 4 Jun 2023 14:08:53 +0300 Subject: [PATCH 02/53] Add random file: NNfqsMgg.txt --- random_files/NNfqsMgg.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 random_files/NNfqsMgg.txt diff --git a/random_files/NNfqsMgg.txt b/random_files/NNfqsMgg.txt new file mode 100644 index 0000000..4c3cdfa --- /dev/null +++ b/random_files/NNfqsMgg.txt @@ -0,0 +1 @@ +gtula7NqAMqsEJI4KasmVHVRwHUvLmsI9sAPVoOEMdU96ZkLqhgvmBsbb2M8o3s7OmGh6MxgE73T8cxrQfIArwQJChb6fdCe6f3G From 929a56cee5b6f3f1a3c768de4b41941187370d5b Mon Sep 17 00:00:00 2001 From: alonit Date: Sun, 4 Jun 2023 14:08:53 +0300 Subject: [PATCH 03/53] Add random file: fUqgXKim.txt --- random_files/fUqgXKim.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 random_files/fUqgXKim.txt diff --git a/random_files/fUqgXKim.txt b/random_files/fUqgXKim.txt new file mode 100644 index 0000000..7ae432f --- /dev/null +++ b/random_files/fUqgXKim.txt @@ -0,0 +1 @@ +Bk8klzfD4Ihp2xZxLbPKe0R6M56zTdoBDePENGlnCqO9uyDDDE2LIGKYxBPVHk9VUn4dV5wTO1RpikrFkWAKpN2OmSTCnbABiDVH From c719c0d50e02fe42e7eb9641840d1eae122fe59f Mon Sep 17 00:00:00 2001 From: alonit Date: Sun, 4 Jun 2023 14:08:53 +0300 Subject: [PATCH 04/53] Add random file: N6WfxbX8.txt --- random_files/N6WfxbX8.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 random_files/N6WfxbX8.txt diff --git a/random_files/N6WfxbX8.txt b/random_files/N6WfxbX8.txt new file mode 100644 index 0000000..d1eaa16 --- /dev/null +++ b/random_files/N6WfxbX8.txt @@ -0,0 +1 @@ +nXtLOxbvYo4BavjcWqYwHvLRjwXyH8tI3mfgUSV9lOSgdCgGKMIRbjzNPwc56XFjMq9EV85pvdoSdvAdgVlpLUlj2E0t3wpZ4xpS From 2139c50d54d9178d7f8335879c12c1c5dda9d357 Mon Sep 17 00:00:00 2001 From: alonit Date: Sun, 4 Jun 2023 14:08:53 +0300 Subject: [PATCH 05/53] Add random file: b4NV2qoo.txt --- random_files/b4NV2qoo.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 random_files/b4NV2qoo.txt diff --git a/random_files/b4NV2qoo.txt b/random_files/b4NV2qoo.txt new file mode 100644 index 0000000..d760494 --- /dev/null +++ b/random_files/b4NV2qoo.txt @@ -0,0 +1 @@ +yqzwWbcDuXWvrT9W9MmjncaId9ViooOYT8ZWA9Lrl2H4KVSkUwPhYSB40YBkb5sSLi31mJkTaUfkUiKNmRCEMRIMHKcV3K98KC6p From 34dfc4080cba2750ea641a752a19dea0f18a6d1c Mon Sep 17 00:00:00 2001 From: alonit Date: Sun, 4 Jun 2023 14:08:53 +0300 Subject: [PATCH 06/53] Add random file: q5YtTXuC.txt --- random_files/q5YtTXuC.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 random_files/q5YtTXuC.txt diff --git a/random_files/q5YtTXuC.txt b/random_files/q5YtTXuC.txt new file mode 100644 index 0000000..21f3af7 --- /dev/null +++ b/random_files/q5YtTXuC.txt @@ -0,0 +1 @@ +nFEXnY40t274lj8cDUUiVnJNc0l48OqAGpgqSj2X9GirCh3Kvj0iCt3IEShOZd7A6jFg8aUbcnMHZeOE8VTDuTquw5A1H3z1LtRO From bcfc1ead2999600932c2ce6976d81e73995ec693 Mon Sep 17 00:00:00 2001 From: alonit Date: Sun, 4 Jun 2023 14:08:53 +0300 Subject: [PATCH 07/53] Add random file: 293CoKYW.txt --- random_files/293CoKYW.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 random_files/293CoKYW.txt diff --git a/random_files/293CoKYW.txt b/random_files/293CoKYW.txt new file mode 100644 index 0000000..1a5c3b6 --- /dev/null +++ b/random_files/293CoKYW.txt @@ -0,0 +1 @@ +HSfGJxTOnE2M5U3fzGXFGcrEolvJh90Nf0GJ5TbU66t1YEZCyuJecKDCiMneva3AqkveG8fcmu95hoaPBhPiojupFsyg3RhRPLWs From a4d73fcfe87a94a486a4e346960fd4ffdbcefc86 Mon Sep 17 00:00:00 2001 From: alonit Date: Sun, 4 Jun 2023 14:08:53 +0300 Subject: [PATCH 08/53] Add random file: Ue2LAqs8.txt --- random_files/Ue2LAqs8.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 random_files/Ue2LAqs8.txt diff --git a/random_files/Ue2LAqs8.txt b/random_files/Ue2LAqs8.txt new file mode 100644 index 0000000..caa20ba --- /dev/null +++ b/random_files/Ue2LAqs8.txt @@ -0,0 +1 @@ +Domzni6TM0foAqXPYVxOGycrxFKevlhEAz6WMRlsHiMnS11yCytwjYIS0DXrf4sldD4QN2fyKjsTJzHjUJ9fq0dUBfmA4carQ79f From bd87513ab7e5beaf334e01f55961c07fb79a9cdf Mon Sep 17 00:00:00 2001 From: alonit Date: Sun, 4 Jun 2023 14:08:53 +0300 Subject: [PATCH 09/53] Add random file: TclGpAHH.txt --- random_files/TclGpAHH.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 random_files/TclGpAHH.txt diff --git a/random_files/TclGpAHH.txt b/random_files/TclGpAHH.txt new file mode 100644 index 0000000..e0e03e2 --- /dev/null +++ b/random_files/TclGpAHH.txt @@ -0,0 +1 @@ +26kDsf4781G7sZ2FxZsCHSE3JRBN08bYYbhiANBW7IW3a0fIycNa6u49ZoCUA8vlGRAWBneT9TEHVV7xKeDmKBBfiIzPZI4k8jfo From 41505bbfd5ed7408a6caab9eb624cb70456014ad Mon Sep 17 00:00:00 2001 From: alonit Date: Sun, 4 Jun 2023 14:08:53 +0300 Subject: [PATCH 10/53] Add random file: O0IQfh21.txt --- random_files/O0IQfh21.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 random_files/O0IQfh21.txt diff --git a/random_files/O0IQfh21.txt b/random_files/O0IQfh21.txt new file mode 100644 index 0000000..7af3336 --- /dev/null +++ b/random_files/O0IQfh21.txt @@ -0,0 +1 @@ +cyY5MhiD2EJelLgI5czZV73K1wO83p95XlR9OUEhehfqjZHFwKVspgshcCKPHyzxgyL4n4sPn6DoZmFfctEAu0KhvYqcEGSPjaHf From fb97b1a050558e16bc46ec682824707f0ea8adeb Mon Sep 17 00:00:00 2001 From: alonit Date: Sun, 4 Jun 2023 14:08:53 +0300 Subject: [PATCH 11/53] Add random file: xpUUyu7l.txt --- random_files/xpUUyu7l.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 random_files/xpUUyu7l.txt diff --git a/random_files/xpUUyu7l.txt b/random_files/xpUUyu7l.txt new file mode 100644 index 0000000..5c7392b --- /dev/null +++ b/random_files/xpUUyu7l.txt @@ -0,0 +1 @@ +S0798RFGsNX7sFAH7v2o2hWa2n5c2yM0yZWyQXjSp5jhrpYA8xoF7yJWwkjfOhQalwvJgX98TGx3I5Z4wnSrHu6MtVyykiV6dAFX From 66c50c3ae8f71b53ad2fa204f0ce2618c7e024bd Mon Sep 17 00:00:00 2001 From: alonit Date: Sun, 4 Jun 2023 14:08:53 +0300 Subject: [PATCH 12/53] Add random file: WxdJNXfs.txt --- random_files/WxdJNXfs.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 random_files/WxdJNXfs.txt diff --git a/random_files/WxdJNXfs.txt b/random_files/WxdJNXfs.txt new file mode 100644 index 0000000..4132158 --- /dev/null +++ b/random_files/WxdJNXfs.txt @@ -0,0 +1 @@ +eR9VANok1NSQjAoKPrxm8fSU4eWZTWAilXzTM0Sbz2xwgahipbijJR2qAhXfbvrf7bAYKEvdQrCsUEa3W89FQEhJuKDAFBCNKZCo From f55111172c8bba5564fee0798fe763a9d77eb03a Mon Sep 17 00:00:00 2001 From: alonit Date: Sun, 4 Jun 2023 14:08:53 +0300 Subject: [PATCH 13/53] Add random file: uuze2XeR.txt --- random_files/uuze2XeR.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 random_files/uuze2XeR.txt diff --git a/random_files/uuze2XeR.txt b/random_files/uuze2XeR.txt new file mode 100644 index 0000000..ab4df5a --- /dev/null +++ b/random_files/uuze2XeR.txt @@ -0,0 +1 @@ +vZGWOWLA1TSxd027Shuxiz7r7k9CenmroMdZqynFrQ0osUUYos90ZGWHZbjQTVcbyMvvwY3rlYTG72ClOkCJQKlr28L8voqV1MoV From bce8733d430a6fbe14ed1e2e09b1f851060ff24d Mon Sep 17 00:00:00 2001 From: alonit Date: Sun, 4 Jun 2023 14:08:53 +0300 Subject: [PATCH 14/53] Add random file: 2JTVGWZk.txt --- random_files/2JTVGWZk.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 random_files/2JTVGWZk.txt diff --git a/random_files/2JTVGWZk.txt b/random_files/2JTVGWZk.txt new file mode 100644 index 0000000..2fcc205 --- /dev/null +++ b/random_files/2JTVGWZk.txt @@ -0,0 +1 @@ +zMseNlx6fWukq1rrUmbcpuvTYvFM9yiGyGwuvzhy4bwZQMx0rj0XbrGXeniEaLGMyWkZvI9eVu2y0pfHW2tZ7rAZl6n26ZokloIn From 6579ca4668656bb9ad73099b76a644bfc8498440 Mon Sep 17 00:00:00 2001 From: alonit Date: Sun, 4 Jun 2023 14:08:53 +0300 Subject: [PATCH 15/53] Add random file: iH4ICAzb.txt --- random_files/iH4ICAzb.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 random_files/iH4ICAzb.txt diff --git a/random_files/iH4ICAzb.txt b/random_files/iH4ICAzb.txt new file mode 100644 index 0000000..32fb984 --- /dev/null +++ b/random_files/iH4ICAzb.txt @@ -0,0 +1 @@ +zSJ212qLLBMs2WzkIhQ2dQX1ZiEi28qeosUAQRUp3NEFayhiPyFA9DEvBIQZYK2AvtgmmHTMJ5uEl562iJrLo0BoorJHsJYeaf5x From 2f2b2b671d3984ad912ea8be11e6cdb25519d385 Mon Sep 17 00:00:00 2001 From: alonit Date: Sun, 4 Jun 2023 14:08:53 +0300 Subject: [PATCH 16/53] Add random file: 950aPdbx.txt --- random_files/950aPdbx.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 random_files/950aPdbx.txt diff --git a/random_files/950aPdbx.txt b/random_files/950aPdbx.txt new file mode 100644 index 0000000..80aae44 --- /dev/null +++ b/random_files/950aPdbx.txt @@ -0,0 +1 @@ +gzaJZFfLyje7JMDu5Jj7pvOC5KZ0LZqBzCt5vn4YoKryB8wTvid69bWk9U37epbW0i2RCLvYYbyXn0oYqfDIxw4VanqfQUI2aueR From 1318652bacf935e8084293ee099d368afa182631 Mon Sep 17 00:00:00 2001 From: alonit Date: Sun, 4 Jun 2023 14:08:53 +0300 Subject: [PATCH 17/53] Add random file: 2jfShj8K.txt --- random_files/2jfShj8K.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 random_files/2jfShj8K.txt diff --git a/random_files/2jfShj8K.txt b/random_files/2jfShj8K.txt new file mode 100644 index 0000000..0940130 --- /dev/null +++ b/random_files/2jfShj8K.txt @@ -0,0 +1 @@ +7YXbyACcrS4SiKW2A6rh2qnO7uljcshGP4J55lakMnNwaePTTc5oNbyiZO9hh3eDL36pEmDgL3PiWgLkmNEab2dypWNTxG9j579S From 38135e719c407cbf83fa34512b628cfd51df34ce Mon Sep 17 00:00:00 2001 From: alonit Date: Sun, 4 Jun 2023 14:08:53 +0300 Subject: [PATCH 18/53] Add random file: Y9scFafg.txt --- random_files/Y9scFafg.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 random_files/Y9scFafg.txt diff --git a/random_files/Y9scFafg.txt b/random_files/Y9scFafg.txt new file mode 100644 index 0000000..5b0e847 --- /dev/null +++ b/random_files/Y9scFafg.txt @@ -0,0 +1 @@ +EoBpuvOLe1tSpxAlCgm9ZZOjGFRUWsU7eBZmsdfX4Y4shBodcXHJhWBHBn4EPFQH9Nvb5FTwD1B7pmKdu9bVdLpDjbPiiZTq4BNs From cabba9e6d8420c0d17fd891b08e54ed8a9d721db Mon Sep 17 00:00:00 2001 From: alonit Date: Sun, 4 Jun 2023 14:08:53 +0300 Subject: [PATCH 19/53] Add random file: nKLmjeyL.txt --- random_files/nKLmjeyL.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 random_files/nKLmjeyL.txt diff --git a/random_files/nKLmjeyL.txt b/random_files/nKLmjeyL.txt new file mode 100644 index 0000000..2958332 --- /dev/null +++ b/random_files/nKLmjeyL.txt @@ -0,0 +1 @@ +DpBIjOOWcn8PCSN9arn0srrFrDYq7Au1tNxNthAeIgO2S1elNZOxWCOFW6UE83qUjz3mpgGWA9SiXXxe85F8RPVXPQiUqal4XyfJ From 0407c8651319ffa07aa7f54a9aa544f73a2e33f2 Mon Sep 17 00:00:00 2001 From: alonit Date: Sun, 4 Jun 2023 14:08:53 +0300 Subject: [PATCH 20/53] Add random file: b21p9KOx.txt --- random_files/b21p9KOx.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 random_files/b21p9KOx.txt diff --git a/random_files/b21p9KOx.txt b/random_files/b21p9KOx.txt new file mode 100644 index 0000000..e0e78db --- /dev/null +++ b/random_files/b21p9KOx.txt @@ -0,0 +1 @@ +71ky9J8j5iwsqMMs3NW1KnaOToEUJ6h4V8Lu3BSbDgtO5XqmkSOiH3o4ODWwn6ut9Q8wkkcTIwBfXoEi1EemaUTKPs4C1s5q2Vq9 From 3af3d7bfe69fb0efb972108db71aad3af5bce024 Mon Sep 17 00:00:00 2001 From: alonit Date: Sun, 4 Jun 2023 14:08:53 +0300 Subject: [PATCH 21/53] Add random file: y1IE4zl3.txt --- random_files/y1IE4zl3.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 random_files/y1IE4zl3.txt diff --git a/random_files/y1IE4zl3.txt b/random_files/y1IE4zl3.txt new file mode 100644 index 0000000..68e81b5 --- /dev/null +++ b/random_files/y1IE4zl3.txt @@ -0,0 +1 @@ +5qpR6oxkl4d83yy1mGUqpsHlaKvxSqGZzaYam7YDmJIqKfEmXbH8cgrNSOOhyDlmzo27taYTSFxtdpRxWgF04LnN0woLVseOsl8Z From dba721c12d1f71363a9cafada095f907794b6348 Mon Sep 17 00:00:00 2001 From: alonit Date: Sun, 4 Jun 2023 14:08:53 +0300 Subject: [PATCH 22/53] Add random file: 8zAhnJvl.txt --- random_files/8zAhnJvl.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 random_files/8zAhnJvl.txt diff --git a/random_files/8zAhnJvl.txt b/random_files/8zAhnJvl.txt new file mode 100644 index 0000000..09c7ff8 --- /dev/null +++ b/random_files/8zAhnJvl.txt @@ -0,0 +1 @@ +OGydBYBz8m3UOF6H9xC3b8lpLknWaECePqZhRRZQ7KIFXfkZdxR54iJ9OJtjwKaDkHv97CtwySG09IwsDao6nTNyNy4Td3t0sHBA From 8c32745e23f4db5a7fd700c2591cb67e15cb9154 Mon Sep 17 00:00:00 2001 From: alonit Date: Sun, 4 Jun 2023 14:08:53 +0300 Subject: [PATCH 23/53] Add random file: fZ2MOjNf.txt --- random_files/fZ2MOjNf.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 random_files/fZ2MOjNf.txt diff --git a/random_files/fZ2MOjNf.txt b/random_files/fZ2MOjNf.txt new file mode 100644 index 0000000..408c05a --- /dev/null +++ b/random_files/fZ2MOjNf.txt @@ -0,0 +1 @@ +y0DH1nAtCfdGfuzzLQNp0BR1QZwx3WPyPXE4LbFpJ8AfLGF01Rz4n4ntrh4G3SAqwxkmQWv0bfIlA0kQkSKgGbwxP8N3OJi3QD2K From 16c856a013ecaf81206f8c8d28bc9fa729ce7bab Mon Sep 17 00:00:00 2001 From: alonit Date: Sun, 4 Jun 2023 14:08:53 +0300 Subject: [PATCH 24/53] Add random file: 2xTxOefS.txt --- random_files/2xTxOefS.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 random_files/2xTxOefS.txt diff --git a/random_files/2xTxOefS.txt b/random_files/2xTxOefS.txt new file mode 100644 index 0000000..510ff4e --- /dev/null +++ b/random_files/2xTxOefS.txt @@ -0,0 +1 @@ +8o523ivCnvma7h5vYvmVqdjCy4eUcbyjHNSyH6Km0DQ9tb8FmSTyBXY3NGrKxqv2C8T08OfnEZ33aJtomAeXXIeFcF384Bq6WOPu From af7f7186af9f69cbfa7be760497b8170afea2017 Mon Sep 17 00:00:00 2001 From: alonit Date: Sun, 4 Jun 2023 14:08:53 +0300 Subject: [PATCH 25/53] Add random file: q6F9HXIm.txt --- random_files/q6F9HXIm.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 random_files/q6F9HXIm.txt diff --git a/random_files/q6F9HXIm.txt b/random_files/q6F9HXIm.txt new file mode 100644 index 0000000..b494823 --- /dev/null +++ b/random_files/q6F9HXIm.txt @@ -0,0 +1 @@ +eGKZVbgUr1ULFr0bCnzXWMmXkH2zSXLGqqwiG90ALbJkVRzuzRb8fynrNR8OI3Mfy08Uyibcl5tnfdhdyrhdlfn4SUFNm9NQXd40 From 986d4e3add0d140966caeefa7dd58c1ecd268c6e Mon Sep 17 00:00:00 2001 From: alonit Date: Sun, 4 Jun 2023 14:08:53 +0300 Subject: [PATCH 26/53] Add random file: L14NtFhe.txt --- random_files/L14NtFhe.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 random_files/L14NtFhe.txt diff --git a/random_files/L14NtFhe.txt b/random_files/L14NtFhe.txt new file mode 100644 index 0000000..8bde4f3 --- /dev/null +++ b/random_files/L14NtFhe.txt @@ -0,0 +1 @@ +KFpKWzCAoJNoS4cWKwH7bgg3G1w8pGxlVmk3wcqAunULGeVeXgaZ8MLgKWsEKYbb4mBHO44m4M3sXyEpO2iIhIzxYpgNqIWT1TIB From 8091acf6b5eb3e84138c5715ae64a9b706b72cfe Mon Sep 17 00:00:00 2001 From: alonit Date: Sun, 4 Jun 2023 14:08:53 +0300 Subject: [PATCH 27/53] Add random file: SuNKKBTC.txt --- random_files/SuNKKBTC.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 random_files/SuNKKBTC.txt diff --git a/random_files/SuNKKBTC.txt b/random_files/SuNKKBTC.txt new file mode 100644 index 0000000..58ea1cf --- /dev/null +++ b/random_files/SuNKKBTC.txt @@ -0,0 +1 @@ +Ab5TLnZGyA2JaIDzy25SALGRVfYFDuvQqw31kmBs7PAndOV9J33TXXdh5rsFTilB1T5OZPtZhfOe9YI1uFL0XNXb7FRBtJwQpFp5 From d8adffc5e28bbbe6fad08da7fccb607c6c5f81fb Mon Sep 17 00:00:00 2001 From: alonit Date: Sun, 4 Jun 2023 14:08:53 +0300 Subject: [PATCH 28/53] Add random file: dNkfgA3W.txt --- random_files/dNkfgA3W.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 random_files/dNkfgA3W.txt diff --git a/random_files/dNkfgA3W.txt b/random_files/dNkfgA3W.txt new file mode 100644 index 0000000..bdf2c4e --- /dev/null +++ b/random_files/dNkfgA3W.txt @@ -0,0 +1 @@ +YP3FjpnVYNq8AbRhi5LHKhnID2xoGyGdB3ibEnXQHUDUNZKxaPeM5SwvWgpteAU6kna63dIVdlM3WiY0pUdA0XHw8zHg7zkMTLVS From a7d86d97472ee4391c9db4247449f08b8f995f6a Mon Sep 17 00:00:00 2001 From: alonit Date: Sun, 4 Jun 2023 14:08:53 +0300 Subject: [PATCH 29/53] Add random file: 08vm7FwU.txt --- random_files/08vm7FwU.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 random_files/08vm7FwU.txt diff --git a/random_files/08vm7FwU.txt b/random_files/08vm7FwU.txt new file mode 100644 index 0000000..dbed6dc --- /dev/null +++ b/random_files/08vm7FwU.txt @@ -0,0 +1 @@ +rNYN8bnrvcBOKQYs8Dw2MW47JgjG9Gg3nI7ztc5hwcT61jwVF2p9hdPo02D2edkbdKTKTGUqAgNGWMuLebhYEwM2ogj6kNu7Ho8Y From c3cb6c5009ba55aee2c821f1321e161177d015b9 Mon Sep 17 00:00:00 2001 From: alonit Date: Sun, 4 Jun 2023 14:08:53 +0300 Subject: [PATCH 30/53] Add random file: F5xCoD8Y.txt --- random_files/F5xCoD8Y.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 random_files/F5xCoD8Y.txt diff --git a/random_files/F5xCoD8Y.txt b/random_files/F5xCoD8Y.txt new file mode 100644 index 0000000..721acad --- /dev/null +++ b/random_files/F5xCoD8Y.txt @@ -0,0 +1 @@ +LQQEsV0aASjH1wNiU14rpxhVHN6khIOZGCrQWIhpbWUc4R4ivyDAKvKOVfunjjh4GAq7LmuaTii6vamngvq7LsktpttykXa2V8cu From de1137ae18e0cf58e57cbf2a992a4e637eebf7a2 Mon Sep 17 00:00:00 2001 From: alonit Date: Sun, 4 Jun 2023 14:08:53 +0300 Subject: [PATCH 31/53] Add random file: PM1q14Ea.txt --- random_files/PM1q14Ea.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 random_files/PM1q14Ea.txt diff --git a/random_files/PM1q14Ea.txt b/random_files/PM1q14Ea.txt new file mode 100644 index 0000000..1eb76be --- /dev/null +++ b/random_files/PM1q14Ea.txt @@ -0,0 +1 @@ +abKRJJzwB5eOlp2Ym7KFf4KA9LdM34AhxWPfaBN9it7CDFhy6QGmhvzcYsqFrWRaXLadDO7bMwlH6tWA89dRefcf818bFdCjvUtd From eeaf59f55314ac100cbc4fabea68c8e6d84fa855 Mon Sep 17 00:00:00 2001 From: alonit Date: Sun, 4 Jun 2023 14:08:53 +0300 Subject: [PATCH 32/53] Add random file: AQ9eT7PU.txt --- random_files/AQ9eT7PU.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 random_files/AQ9eT7PU.txt diff --git a/random_files/AQ9eT7PU.txt b/random_files/AQ9eT7PU.txt new file mode 100644 index 0000000..55e24f3 --- /dev/null +++ b/random_files/AQ9eT7PU.txt @@ -0,0 +1 @@ +9yvE9dxUGGn4WmjymxtAUlYOPfR0cv8p59Oe8UmwTNsWdWJpNNEvMbwHLv7a6iJUI6PmDvosLvaDOFiV2lQMfYa5bMsG3t8Ub1K5 From 40c46c9cd28c16ceb408b649a024dbed9ac7b954 Mon Sep 17 00:00:00 2001 From: alonit Date: Sun, 4 Jun 2023 14:08:53 +0300 Subject: [PATCH 33/53] Add random file: QyPgcKxN.txt --- random_files/QyPgcKxN.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 random_files/QyPgcKxN.txt diff --git a/random_files/QyPgcKxN.txt b/random_files/QyPgcKxN.txt new file mode 100644 index 0000000..669040d --- /dev/null +++ b/random_files/QyPgcKxN.txt @@ -0,0 +1 @@ +yo7qJ4eA4cg1kWz5MAe3Efxjw4r4BlHX10OqQMlHHYOYXccm3F7ORc56himRJabR9KMSMgywyuMkGeX3n71VuRRYxwU5IEwPBBIk From d5bd2b71e517bb88b64b974a85a39bee681f6ef3 Mon Sep 17 00:00:00 2001 From: alonit Date: Sun, 4 Jun 2023 14:08:53 +0300 Subject: [PATCH 34/53] Add random file: JNEpnD5K.txt --- random_files/JNEpnD5K.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 random_files/JNEpnD5K.txt diff --git a/random_files/JNEpnD5K.txt b/random_files/JNEpnD5K.txt new file mode 100644 index 0000000..4f6665a --- /dev/null +++ b/random_files/JNEpnD5K.txt @@ -0,0 +1 @@ +i0ZQRYaW3goSkiYyGIpOnnZNvpBLPBqfXVl15SrUsOg5Aqn09na4OcCi57QMYs2C1GS4LfWfHFtb5MFk8QJcGw86GKuXFsNOSG7h From 74d8c8d2a1ddd3a65c883d6de9641579dfb9c37c Mon Sep 17 00:00:00 2001 From: alonit Date: Sun, 4 Jun 2023 14:08:53 +0300 Subject: [PATCH 35/53] Add random file: zwbeTms9.txt --- random_files/zwbeTms9.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 random_files/zwbeTms9.txt diff --git a/random_files/zwbeTms9.txt b/random_files/zwbeTms9.txt new file mode 100644 index 0000000..3240e5e --- /dev/null +++ b/random_files/zwbeTms9.txt @@ -0,0 +1 @@ +avLuBPP6QMLUMSCxDZZ1t4zaqZF9wLzOVE9jrPd4rHXDm77XUod52bpELIB9eq8b9HeIMUqXcRVWNJyhm8VtxUtHeEMsg8RQ3KNJ From 78c0e71cd76058dc2255637724ead37167b72337 Mon Sep 17 00:00:00 2001 From: alonit Date: Sun, 4 Jun 2023 14:08:53 +0300 Subject: [PATCH 36/53] Add random file: SrkP9rA6.txt --- random_files/SrkP9rA6.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 random_files/SrkP9rA6.txt diff --git a/random_files/SrkP9rA6.txt b/random_files/SrkP9rA6.txt new file mode 100644 index 0000000..fda72fd --- /dev/null +++ b/random_files/SrkP9rA6.txt @@ -0,0 +1 @@ +uZ1Ax7uFAqWmlcvJufGPsZ3TQFEK6l0ezDt93WawI5Fg2xW6cxfXIRac7PT2vUtqJJ0k9YiFn22K0OiNQMopOlnDpaQoMb68ZVyW From 2f9c264099effbe759ed1196a5b85c9770fcd2c6 Mon Sep 17 00:00:00 2001 From: alonit Date: Sun, 4 Jun 2023 14:08:53 +0300 Subject: [PATCH 37/53] Add random file: JmbyVIFW.txt --- random_files/JmbyVIFW.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 random_files/JmbyVIFW.txt diff --git a/random_files/JmbyVIFW.txt b/random_files/JmbyVIFW.txt new file mode 100644 index 0000000..d78af00 --- /dev/null +++ b/random_files/JmbyVIFW.txt @@ -0,0 +1 @@ +1zjGQQH6xLe5pLeu3v3dkKHRo9hSSGLbL1uL1QBosCCnZxzb8humbupLTYhNY7t7g7McFhInViP7UGPBEVtaRoiDoaPwT79iRqr6 From f2c2a90604734bfca720ff7d2d3a9f052e16f196 Mon Sep 17 00:00:00 2001 From: alonit Date: Sun, 4 Jun 2023 14:08:53 +0300 Subject: [PATCH 38/53] Add random file: 1a7jUuz2.txt --- random_files/1a7jUuz2.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 random_files/1a7jUuz2.txt diff --git a/random_files/1a7jUuz2.txt b/random_files/1a7jUuz2.txt new file mode 100644 index 0000000..50dae0a --- /dev/null +++ b/random_files/1a7jUuz2.txt @@ -0,0 +1 @@ +QzCsRTHSfxdiPu9lmxyDynvrpYglRASdtYbCtdIiasBiTnCoUlLfZthTSg7fQmWmkUyURkFXMNHwsgfKCejS2fzrmZtBhww0qhQO From 17244c3ae98be0b32162239e4a2ab5573774503e Mon Sep 17 00:00:00 2001 From: alonit Date: Sun, 4 Jun 2023 14:08:53 +0300 Subject: [PATCH 39/53] Add random file: O3b4VDgN.txt --- random_files/O3b4VDgN.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 random_files/O3b4VDgN.txt diff --git a/random_files/O3b4VDgN.txt b/random_files/O3b4VDgN.txt new file mode 100644 index 0000000..5eb6101 --- /dev/null +++ b/random_files/O3b4VDgN.txt @@ -0,0 +1 @@ +oFaix894Zbm4ZclTWKPdcGBpRdHGclNejCjHVklhUksFprNgspks0GVD6llmxQ1IICdRfkXTv6bsEOFJHhytrO8AS7wI1gpHXQVc From c21cd36a07c4a576072cb1bac4d71927682d18db Mon Sep 17 00:00:00 2001 From: alonit Date: Sun, 4 Jun 2023 14:08:53 +0300 Subject: [PATCH 40/53] Add random file: l0JaOG88.txt --- random_files/l0JaOG88.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 random_files/l0JaOG88.txt diff --git a/random_files/l0JaOG88.txt b/random_files/l0JaOG88.txt new file mode 100644 index 0000000..a4aa974 --- /dev/null +++ b/random_files/l0JaOG88.txt @@ -0,0 +1 @@ +IaRyOydIETizC1NxUjNbOevfrgRA5gwBeyH1hfWt6ToEZLgWZcDRzkLMKGgWvUWK1fOqmZdehtVf4TGSAtCTEB4nv3IdvKhFXo9D From 0de76c4f1e318ff37770922553b06b669ffc1ba4 Mon Sep 17 00:00:00 2001 From: alonit Date: Sun, 4 Jun 2023 14:08:53 +0300 Subject: [PATCH 41/53] Add random file: NXu8x5io.txt --- random_files/NXu8x5io.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 random_files/NXu8x5io.txt diff --git a/random_files/NXu8x5io.txt b/random_files/NXu8x5io.txt new file mode 100644 index 0000000..1217b46 --- /dev/null +++ b/random_files/NXu8x5io.txt @@ -0,0 +1 @@ +4M024uxgc8PYIfZzFtK27JS3wyD86vrbHKN2FZnDKcXjC67L3sHt5GL3aEiCvScKdSniueY8GRq7WuYdNS8FlUhwk49q0aNs9ptb From 8d1a19aceec153db0a898a3f9b17bc3b42f8ed03 Mon Sep 17 00:00:00 2001 From: alonit Date: Sun, 4 Jun 2023 14:08:53 +0300 Subject: [PATCH 42/53] Add random file: BfEbsOuG.txt --- random_files/BfEbsOuG.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 random_files/BfEbsOuG.txt diff --git a/random_files/BfEbsOuG.txt b/random_files/BfEbsOuG.txt new file mode 100644 index 0000000..423951d --- /dev/null +++ b/random_files/BfEbsOuG.txt @@ -0,0 +1 @@ +pyC0Cm25s0dROM2Dc4738K2GX0ThvvrF4iAWMApHYiR3U56SQGSFt9aOJ6CeLAOmII33ame7kL3XHwLeu6rcKBwK6aYsaeTCQ8Nx From 2ca25ae6f71200d55ea397da2d9c59bca2ed860d Mon Sep 17 00:00:00 2001 From: alonit Date: Sun, 4 Jun 2023 14:08:53 +0300 Subject: [PATCH 43/53] Add random file: GS4yjVUK.txt --- random_files/GS4yjVUK.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 random_files/GS4yjVUK.txt diff --git a/random_files/GS4yjVUK.txt b/random_files/GS4yjVUK.txt new file mode 100644 index 0000000..07c5b13 --- /dev/null +++ b/random_files/GS4yjVUK.txt @@ -0,0 +1 @@ +O0QTJ5i8C2rHJk7atPQBNFhRXeEuRChtyCnS3OeyMzRyyV9cSoenOhsDRQx1O8mvrfaruTsAYwGTdMDwmO8jfSVzNGCHfHl1Y16q From ae85e13cbb05575132e7381ff751b99602f6c6a4 Mon Sep 17 00:00:00 2001 From: alonit Date: Sun, 4 Jun 2023 14:08:53 +0300 Subject: [PATCH 44/53] Add random file: eNQUKd4u.txt --- random_files/eNQUKd4u.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 random_files/eNQUKd4u.txt diff --git a/random_files/eNQUKd4u.txt b/random_files/eNQUKd4u.txt new file mode 100644 index 0000000..5eac990 --- /dev/null +++ b/random_files/eNQUKd4u.txt @@ -0,0 +1 @@ +5M05QwVYP2HINT7gsKJB7IOCkDF5AgMoOskLnWPLaGEb3pJl8SF5zslZFMtbCWCV2oJeGH5Wpk3nLL6n6fuNB3gqVhNaTZH5mZeB From 459ed16b01fae2081b63fecc7cbd5405df436eb8 Mon Sep 17 00:00:00 2001 From: alonit Date: Sun, 4 Jun 2023 14:08:53 +0300 Subject: [PATCH 45/53] Add random file: 17mXXGcm.txt --- random_files/17mXXGcm.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 random_files/17mXXGcm.txt diff --git a/random_files/17mXXGcm.txt b/random_files/17mXXGcm.txt new file mode 100644 index 0000000..6861bc7 --- /dev/null +++ b/random_files/17mXXGcm.txt @@ -0,0 +1 @@ +zyXKewJP8IFkDZRvdmhqYcxkXNsRBeZcnU7T6HvW0HNikTYGzTK0p1VUxayLCOd054ReNguCk0b4Fcw368bBZenvNamt1NYkxuTE From ac6dfa41660d4e01516cb003f07ce781893013e4 Mon Sep 17 00:00:00 2001 From: alonit Date: Sun, 4 Jun 2023 14:08:53 +0300 Subject: [PATCH 46/53] Add random file: X7VFtmRV.txt --- random_files/X7VFtmRV.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 random_files/X7VFtmRV.txt diff --git a/random_files/X7VFtmRV.txt b/random_files/X7VFtmRV.txt new file mode 100644 index 0000000..1a36714 --- /dev/null +++ b/random_files/X7VFtmRV.txt @@ -0,0 +1 @@ +n8OKlSqEWVRfyzMvT94vLXQDN5WdUgPEYTRE8dbriViBW9lxrzBdW2nWANGDzcK4lSWEbxIm5kz63eBWrWSoSVRAHadSa6dQb8IY From be3123ef0883afbb57b76ace668865454a2c446c Mon Sep 17 00:00:00 2001 From: alonit Date: Sun, 4 Jun 2023 14:08:53 +0300 Subject: [PATCH 47/53] Add random file: 28CAXOBN.txt --- random_files/28CAXOBN.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 random_files/28CAXOBN.txt diff --git a/random_files/28CAXOBN.txt b/random_files/28CAXOBN.txt new file mode 100644 index 0000000..76e7139 --- /dev/null +++ b/random_files/28CAXOBN.txt @@ -0,0 +1 @@ +zzVlZep7h8xWI9Dl7MKByVO0cPiKI41Wn4LPLxkRd4P07ChMyRlTtpXW2vp8bDtR3g8Kmm6DzwOxkcjcXTz25SWok3rO3QUjw0Ux From 550423b3b2b10c6872f30fa41b23ade7b94d5b1d Mon Sep 17 00:00:00 2001 From: alonit Date: Sun, 4 Jun 2023 14:08:53 +0300 Subject: [PATCH 48/53] Add random file: 9jNI8L9r.txt --- random_files/9jNI8L9r.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 random_files/9jNI8L9r.txt diff --git a/random_files/9jNI8L9r.txt b/random_files/9jNI8L9r.txt new file mode 100644 index 0000000..ee94448 --- /dev/null +++ b/random_files/9jNI8L9r.txt @@ -0,0 +1 @@ +x3DeIovhDrgo44k54KFxtjEcaTzjgadXVASODQM7vrnTa9aGGuzIMeRvf3jOqdz1vnsBhTMhLf2hecRIBgeBxuUPoMyjcBdPLgoE From 443da1bdd1449acf1f736757db297fffac46f929 Mon Sep 17 00:00:00 2001 From: alonit Date: Sun, 4 Jun 2023 14:08:53 +0300 Subject: [PATCH 49/53] Add random file: yn8zGcSL.txt --- random_files/yn8zGcSL.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 random_files/yn8zGcSL.txt diff --git a/random_files/yn8zGcSL.txt b/random_files/yn8zGcSL.txt new file mode 100644 index 0000000..7de32fa --- /dev/null +++ b/random_files/yn8zGcSL.txt @@ -0,0 +1 @@ +QxGmaIf3rHkfsQ8zunVYdcFdXq38xcO4ELfDRbj2obKJMfGEb8aQdPzyi5kKpdOFTrwmQZlzQXLUPAdg9aUQVooO42Nyt5YfPf61 From b23fbe06368bb1d9d7f2afc193d7fa909c153dac Mon Sep 17 00:00:00 2001 From: alonit Date: Sun, 4 Jun 2023 14:08:53 +0300 Subject: [PATCH 50/53] Add random file: cLqrWQw7.txt --- random_files/cLqrWQw7.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 random_files/cLqrWQw7.txt diff --git a/random_files/cLqrWQw7.txt b/random_files/cLqrWQw7.txt new file mode 100644 index 0000000..902c46d --- /dev/null +++ b/random_files/cLqrWQw7.txt @@ -0,0 +1 @@ +ipieqdMjzhiZr4V1baQWTQMZGbu8gqb8NUiFd7Pu2UTSqSiIUAOOAQuiaaB2Y84EBPmTwWRiPbUTYC16wlTHvWpOLSPSFAVDAmHl From 78935a3296739c9038e017cb6199e2a95019aeb6 Mon Sep 17 00:00:00 2001 From: alonit Date: Sun, 4 Jun 2023 14:08:53 +0300 Subject: [PATCH 51/53] Add random file: DT0Ndwnv.txt --- random_files/DT0Ndwnv.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 random_files/DT0Ndwnv.txt diff --git a/random_files/DT0Ndwnv.txt b/random_files/DT0Ndwnv.txt new file mode 100644 index 0000000..de6cfcd --- /dev/null +++ b/random_files/DT0Ndwnv.txt @@ -0,0 +1 @@ +rmUAANdzXKECOf0sY8t5sRv2kGavGN68G8ZMtHYhACjrVkCNs6pjYjgranMJnw3r0OXllxXzbzKaEIFTS4q91nCkNTeOyqDupfDm From eb78db6202f787d6b76ac60ef6b64d4b224d8327 Mon Sep 17 00:00:00 2001 From: alonit Date: Sun, 4 Jun 2023 14:09:23 +0300 Subject: [PATCH 52/53] test1 --- {random_files => serviceB}/08vm7FwU.txt | 0 {random_files => serviceB}/17mXXGcm.txt | 0 {random_files => serviceB}/1a7jUuz2.txt | 0 {random_files => serviceB}/28CAXOBN.txt | 0 {random_files => serviceB}/293CoKYW.txt | 0 {random_files => serviceB}/2JTVGWZk.txt | 0 {random_files => serviceB}/2jfShj8K.txt | 0 {random_files => serviceB}/2xTxOefS.txt | 0 {random_files => serviceB}/8zAhnJvl.txt | 0 {random_files => serviceB}/950aPdbx.txt | 0 {random_files => serviceB}/9jNI8L9r.txt | 0 {random_files => serviceB}/AQ9eT7PU.txt | 0 {random_files => serviceB}/BfEbsOuG.txt | 0 {random_files => serviceB}/DT0Ndwnv.txt | 0 {random_files => serviceB}/F5xCoD8Y.txt | 0 {random_files => serviceB}/GS4yjVUK.txt | 0 {random_files => serviceB}/JNEpnD5K.txt | 0 {random_files => serviceB}/JmbyVIFW.txt | 0 {random_files => serviceB}/L14NtFhe.txt | 0 {random_files => serviceB}/N6WfxbX8.txt | 0 {random_files => serviceB}/NNfqsMgg.txt | 0 {random_files => serviceB}/NXu8x5io.txt | 0 {random_files => serviceB}/O0IQfh21.txt | 0 {random_files => serviceB}/O3b4VDgN.txt | 0 {random_files => serviceB}/PM1q14Ea.txt | 0 {random_files => serviceB}/QyPgcKxN.txt | 0 {random_files => serviceB}/SrkP9rA6.txt | 0 {random_files => serviceB}/SuNKKBTC.txt | 0 {random_files => serviceB}/TclGpAHH.txt | 0 {random_files => serviceB}/Ue2LAqs8.txt | 0 {random_files => serviceB}/WxdJNXfs.txt | 0 {random_files => serviceB}/X7VFtmRV.txt | 0 {random_files => serviceB}/Y9scFafg.txt | 0 {random_files => serviceB}/b21p9KOx.txt | 0 {random_files => serviceB}/b4NV2qoo.txt | 0 {random_files => serviceB}/cLqrWQw7.txt | 0 {random_files => serviceB}/dNkfgA3W.txt | 0 {random_files => serviceB}/eNQUKd4u.txt | 0 {random_files => serviceB}/fUqgXKim.txt | 0 {random_files => serviceB}/fZ2MOjNf.txt | 0 {random_files => serviceB}/iH4ICAzb.txt | 0 {random_files => serviceB}/l0JaOG88.txt | 0 {random_files => serviceB}/nKLmjeyL.txt | 0 {random_files => serviceB}/q5YtTXuC.txt | 0 {random_files => serviceB}/q6F9HXIm.txt | 0 {random_files => serviceB}/uuze2XeR.txt | 0 {random_files => serviceB}/xpUUyu7l.txt | 0 {random_files => serviceB}/y1IE4zl3.txt | 0 {random_files => serviceB}/yn8zGcSL.txt | 0 {random_files => serviceB}/zwbeTms9.txt | 0 50 files changed, 0 insertions(+), 0 deletions(-) rename {random_files => serviceB}/08vm7FwU.txt (100%) rename {random_files => serviceB}/17mXXGcm.txt (100%) rename {random_files => serviceB}/1a7jUuz2.txt (100%) rename {random_files => serviceB}/28CAXOBN.txt (100%) rename {random_files => serviceB}/293CoKYW.txt (100%) rename {random_files => serviceB}/2JTVGWZk.txt (100%) rename {random_files => serviceB}/2jfShj8K.txt (100%) rename {random_files => serviceB}/2xTxOefS.txt (100%) rename {random_files => serviceB}/8zAhnJvl.txt (100%) rename {random_files => serviceB}/950aPdbx.txt (100%) rename {random_files => serviceB}/9jNI8L9r.txt (100%) rename {random_files => serviceB}/AQ9eT7PU.txt (100%) rename {random_files => serviceB}/BfEbsOuG.txt (100%) rename {random_files => serviceB}/DT0Ndwnv.txt (100%) rename {random_files => serviceB}/F5xCoD8Y.txt (100%) rename {random_files => serviceB}/GS4yjVUK.txt (100%) rename {random_files => serviceB}/JNEpnD5K.txt (100%) rename {random_files => serviceB}/JmbyVIFW.txt (100%) rename {random_files => serviceB}/L14NtFhe.txt (100%) rename {random_files => serviceB}/N6WfxbX8.txt (100%) rename {random_files => serviceB}/NNfqsMgg.txt (100%) rename {random_files => serviceB}/NXu8x5io.txt (100%) rename {random_files => serviceB}/O0IQfh21.txt (100%) rename {random_files => serviceB}/O3b4VDgN.txt (100%) rename {random_files => serviceB}/PM1q14Ea.txt (100%) rename {random_files => serviceB}/QyPgcKxN.txt (100%) rename {random_files => serviceB}/SrkP9rA6.txt (100%) rename {random_files => serviceB}/SuNKKBTC.txt (100%) rename {random_files => serviceB}/TclGpAHH.txt (100%) rename {random_files => serviceB}/Ue2LAqs8.txt (100%) rename {random_files => serviceB}/WxdJNXfs.txt (100%) rename {random_files => serviceB}/X7VFtmRV.txt (100%) rename {random_files => serviceB}/Y9scFafg.txt (100%) rename {random_files => serviceB}/b21p9KOx.txt (100%) rename {random_files => serviceB}/b4NV2qoo.txt (100%) rename {random_files => serviceB}/cLqrWQw7.txt (100%) rename {random_files => serviceB}/dNkfgA3W.txt (100%) rename {random_files => serviceB}/eNQUKd4u.txt (100%) rename {random_files => serviceB}/fUqgXKim.txt (100%) rename {random_files => serviceB}/fZ2MOjNf.txt (100%) rename {random_files => serviceB}/iH4ICAzb.txt (100%) rename {random_files => serviceB}/l0JaOG88.txt (100%) rename {random_files => serviceB}/nKLmjeyL.txt (100%) rename {random_files => serviceB}/q5YtTXuC.txt (100%) rename {random_files => serviceB}/q6F9HXIm.txt (100%) rename {random_files => serviceB}/uuze2XeR.txt (100%) rename {random_files => serviceB}/xpUUyu7l.txt (100%) rename {random_files => serviceB}/y1IE4zl3.txt (100%) rename {random_files => serviceB}/yn8zGcSL.txt (100%) rename {random_files => serviceB}/zwbeTms9.txt (100%) diff --git a/random_files/08vm7FwU.txt b/serviceB/08vm7FwU.txt similarity index 100% rename from random_files/08vm7FwU.txt rename to serviceB/08vm7FwU.txt diff --git a/random_files/17mXXGcm.txt b/serviceB/17mXXGcm.txt similarity index 100% rename from random_files/17mXXGcm.txt rename to serviceB/17mXXGcm.txt diff --git a/random_files/1a7jUuz2.txt b/serviceB/1a7jUuz2.txt similarity index 100% rename from random_files/1a7jUuz2.txt rename to serviceB/1a7jUuz2.txt diff --git a/random_files/28CAXOBN.txt b/serviceB/28CAXOBN.txt similarity index 100% rename from random_files/28CAXOBN.txt rename to serviceB/28CAXOBN.txt diff --git a/random_files/293CoKYW.txt b/serviceB/293CoKYW.txt similarity index 100% rename from random_files/293CoKYW.txt rename to serviceB/293CoKYW.txt diff --git a/random_files/2JTVGWZk.txt b/serviceB/2JTVGWZk.txt similarity index 100% rename from random_files/2JTVGWZk.txt rename to serviceB/2JTVGWZk.txt diff --git a/random_files/2jfShj8K.txt b/serviceB/2jfShj8K.txt similarity index 100% rename from random_files/2jfShj8K.txt rename to serviceB/2jfShj8K.txt diff --git a/random_files/2xTxOefS.txt b/serviceB/2xTxOefS.txt similarity index 100% rename from random_files/2xTxOefS.txt rename to serviceB/2xTxOefS.txt diff --git a/random_files/8zAhnJvl.txt b/serviceB/8zAhnJvl.txt similarity index 100% rename from random_files/8zAhnJvl.txt rename to serviceB/8zAhnJvl.txt diff --git a/random_files/950aPdbx.txt b/serviceB/950aPdbx.txt similarity index 100% rename from random_files/950aPdbx.txt rename to serviceB/950aPdbx.txt diff --git a/random_files/9jNI8L9r.txt b/serviceB/9jNI8L9r.txt similarity index 100% rename from random_files/9jNI8L9r.txt rename to serviceB/9jNI8L9r.txt diff --git a/random_files/AQ9eT7PU.txt b/serviceB/AQ9eT7PU.txt similarity index 100% rename from random_files/AQ9eT7PU.txt rename to serviceB/AQ9eT7PU.txt diff --git a/random_files/BfEbsOuG.txt b/serviceB/BfEbsOuG.txt similarity index 100% rename from random_files/BfEbsOuG.txt rename to serviceB/BfEbsOuG.txt diff --git a/random_files/DT0Ndwnv.txt b/serviceB/DT0Ndwnv.txt similarity index 100% rename from random_files/DT0Ndwnv.txt rename to serviceB/DT0Ndwnv.txt diff --git a/random_files/F5xCoD8Y.txt b/serviceB/F5xCoD8Y.txt similarity index 100% rename from random_files/F5xCoD8Y.txt rename to serviceB/F5xCoD8Y.txt diff --git a/random_files/GS4yjVUK.txt b/serviceB/GS4yjVUK.txt similarity index 100% rename from random_files/GS4yjVUK.txt rename to serviceB/GS4yjVUK.txt diff --git a/random_files/JNEpnD5K.txt b/serviceB/JNEpnD5K.txt similarity index 100% rename from random_files/JNEpnD5K.txt rename to serviceB/JNEpnD5K.txt diff --git a/random_files/JmbyVIFW.txt b/serviceB/JmbyVIFW.txt similarity index 100% rename from random_files/JmbyVIFW.txt rename to serviceB/JmbyVIFW.txt diff --git a/random_files/L14NtFhe.txt b/serviceB/L14NtFhe.txt similarity index 100% rename from random_files/L14NtFhe.txt rename to serviceB/L14NtFhe.txt diff --git a/random_files/N6WfxbX8.txt b/serviceB/N6WfxbX8.txt similarity index 100% rename from random_files/N6WfxbX8.txt rename to serviceB/N6WfxbX8.txt diff --git a/random_files/NNfqsMgg.txt b/serviceB/NNfqsMgg.txt similarity index 100% rename from random_files/NNfqsMgg.txt rename to serviceB/NNfqsMgg.txt diff --git a/random_files/NXu8x5io.txt b/serviceB/NXu8x5io.txt similarity index 100% rename from random_files/NXu8x5io.txt rename to serviceB/NXu8x5io.txt diff --git a/random_files/O0IQfh21.txt b/serviceB/O0IQfh21.txt similarity index 100% rename from random_files/O0IQfh21.txt rename to serviceB/O0IQfh21.txt diff --git a/random_files/O3b4VDgN.txt b/serviceB/O3b4VDgN.txt similarity index 100% rename from random_files/O3b4VDgN.txt rename to serviceB/O3b4VDgN.txt diff --git a/random_files/PM1q14Ea.txt b/serviceB/PM1q14Ea.txt similarity index 100% rename from random_files/PM1q14Ea.txt rename to serviceB/PM1q14Ea.txt diff --git a/random_files/QyPgcKxN.txt b/serviceB/QyPgcKxN.txt similarity index 100% rename from random_files/QyPgcKxN.txt rename to serviceB/QyPgcKxN.txt diff --git a/random_files/SrkP9rA6.txt b/serviceB/SrkP9rA6.txt similarity index 100% rename from random_files/SrkP9rA6.txt rename to serviceB/SrkP9rA6.txt diff --git a/random_files/SuNKKBTC.txt b/serviceB/SuNKKBTC.txt similarity index 100% rename from random_files/SuNKKBTC.txt rename to serviceB/SuNKKBTC.txt diff --git a/random_files/TclGpAHH.txt b/serviceB/TclGpAHH.txt similarity index 100% rename from random_files/TclGpAHH.txt rename to serviceB/TclGpAHH.txt diff --git a/random_files/Ue2LAqs8.txt b/serviceB/Ue2LAqs8.txt similarity index 100% rename from random_files/Ue2LAqs8.txt rename to serviceB/Ue2LAqs8.txt diff --git a/random_files/WxdJNXfs.txt b/serviceB/WxdJNXfs.txt similarity index 100% rename from random_files/WxdJNXfs.txt rename to serviceB/WxdJNXfs.txt diff --git a/random_files/X7VFtmRV.txt b/serviceB/X7VFtmRV.txt similarity index 100% rename from random_files/X7VFtmRV.txt rename to serviceB/X7VFtmRV.txt diff --git a/random_files/Y9scFafg.txt b/serviceB/Y9scFafg.txt similarity index 100% rename from random_files/Y9scFafg.txt rename to serviceB/Y9scFafg.txt diff --git a/random_files/b21p9KOx.txt b/serviceB/b21p9KOx.txt similarity index 100% rename from random_files/b21p9KOx.txt rename to serviceB/b21p9KOx.txt diff --git a/random_files/b4NV2qoo.txt b/serviceB/b4NV2qoo.txt similarity index 100% rename from random_files/b4NV2qoo.txt rename to serviceB/b4NV2qoo.txt diff --git a/random_files/cLqrWQw7.txt b/serviceB/cLqrWQw7.txt similarity index 100% rename from random_files/cLqrWQw7.txt rename to serviceB/cLqrWQw7.txt diff --git a/random_files/dNkfgA3W.txt b/serviceB/dNkfgA3W.txt similarity index 100% rename from random_files/dNkfgA3W.txt rename to serviceB/dNkfgA3W.txt diff --git a/random_files/eNQUKd4u.txt b/serviceB/eNQUKd4u.txt similarity index 100% rename from random_files/eNQUKd4u.txt rename to serviceB/eNQUKd4u.txt diff --git a/random_files/fUqgXKim.txt b/serviceB/fUqgXKim.txt similarity index 100% rename from random_files/fUqgXKim.txt rename to serviceB/fUqgXKim.txt diff --git a/random_files/fZ2MOjNf.txt b/serviceB/fZ2MOjNf.txt similarity index 100% rename from random_files/fZ2MOjNf.txt rename to serviceB/fZ2MOjNf.txt diff --git a/random_files/iH4ICAzb.txt b/serviceB/iH4ICAzb.txt similarity index 100% rename from random_files/iH4ICAzb.txt rename to serviceB/iH4ICAzb.txt diff --git a/random_files/l0JaOG88.txt b/serviceB/l0JaOG88.txt similarity index 100% rename from random_files/l0JaOG88.txt rename to serviceB/l0JaOG88.txt diff --git a/random_files/nKLmjeyL.txt b/serviceB/nKLmjeyL.txt similarity index 100% rename from random_files/nKLmjeyL.txt rename to serviceB/nKLmjeyL.txt diff --git a/random_files/q5YtTXuC.txt b/serviceB/q5YtTXuC.txt similarity index 100% rename from random_files/q5YtTXuC.txt rename to serviceB/q5YtTXuC.txt diff --git a/random_files/q6F9HXIm.txt b/serviceB/q6F9HXIm.txt similarity index 100% rename from random_files/q6F9HXIm.txt rename to serviceB/q6F9HXIm.txt diff --git a/random_files/uuze2XeR.txt b/serviceB/uuze2XeR.txt similarity index 100% rename from random_files/uuze2XeR.txt rename to serviceB/uuze2XeR.txt diff --git a/random_files/xpUUyu7l.txt b/serviceB/xpUUyu7l.txt similarity index 100% rename from random_files/xpUUyu7l.txt rename to serviceB/xpUUyu7l.txt diff --git a/random_files/y1IE4zl3.txt b/serviceB/y1IE4zl3.txt similarity index 100% rename from random_files/y1IE4zl3.txt rename to serviceB/y1IE4zl3.txt diff --git a/random_files/yn8zGcSL.txt b/serviceB/yn8zGcSL.txt similarity index 100% rename from random_files/yn8zGcSL.txt rename to serviceB/yn8zGcSL.txt diff --git a/random_files/zwbeTms9.txt b/serviceB/zwbeTms9.txt similarity index 100% rename from random_files/zwbeTms9.txt rename to serviceB/zwbeTms9.txt From ea074c1283effe0543f6f28c3da7b2399bd8218f Mon Sep 17 00:00:00 2001 From: alonit Date: Sun, 4 Jun 2023 17:21:49 +0300 Subject: [PATCH 53/53] test1 --- init.sh | 186 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 186 insertions(+) create mode 100644 init.sh diff --git a/init.sh b/init.sh new file mode 100644 index 0000000..2316236 --- /dev/null +++ b/init.sh @@ -0,0 +1,186 @@ +#!/bin/bash + +set -ex + +# conflict +git checkout main + +echo '''from flask import Flask, send_file, request + +app = Flask(__name__) + + +@app.route("/") +def home(): + return "Welcome to my web server!" + + +@app.route("/status") +def home(): + return "OK" + + +@app.route("/blog") +def blog(): + return "Check out my latest blog post at example.com/blog." + + +@app.route("/pricing") +def pricing(): + return "Our pricing for web development starts at $50 per hour." + + +@app.route("/contact") +def contact(): + return "You can contact us at contact@example.com or info@example.com." + + +@app.route("/chat") +def contact(): + return "You can chat with live agent!" + + +if __name__ == "__main__": + app.run(debug=True, port=8080, host="0.0.0.0") + +''' > app.py + +git add app.py && git -c user.name='You' -c user.email='you@company.com' commit -m "initial app.py" + +git checkout -b feature/version1 +echo '''from flask import Flask, send_file, request + +app = Flask(__name__) + + +@app.route("/") +def home(): + return "Welcome to my web server!" + + +@app.route("/status") +def home(): + return "OK" + + +@app.route("/blog") +def blog(): + return "Check out my latest blog post at example.com/blog." + + +@app.route("/pricing") +def pricing(): + return "Our pricing for web development starts at $55 per hour." + + +@app.route("/contact") +def contact(): + return "You can contact us at contact@example.com or info@example.com." + + +@app.route("/chat") +def contact(): + return "You can chat with live agent!" + + +@app.route("/services") +def services(): + return "We offer the following services: web development, data analysis, SEO." + + +if __name__ == "__main__": + app.run(debug=True, port=8081, host="0.0.0.0") + +''' > app.py + +git add app.py && git -c user.name='John Doe' -c user.email='john.doe@microsoft.com' commit -m "Restrict the extensions that can be disabled" + +git checkout main +git checkout -b feature/version2 +echo '''from flask import Flask, send_file, request + +app = Flask(__name__) + + +@app.route("/") +def home(): + return "Welcome to my web server!" + + +@app.route("/status") +def home(): + return "OK" + + +@app.route("/blog") +def blog(): + return "Check out my latest blog post at example.com/blog." + + +@app.route("/pricing") +def pricing(): + return "Our pricing for web development starts at $70 per hour." + + +@app.route("/contact") +def contact(): + return "You can contact us at contact@example.com or info@example.com." + + +@app.route("/chat") +def contact(): + return "You can chat with live agent!" + + +@app.route("/internal") +def home(): + return "System management portal" + + +if __name__ == "__main__": + app.run(debug=True, port=22, host="0.0.0.0") + +''' > app.py + +git add app.py && git -c user.name='Narayan Nadella' -c user.email='narayan.nadella@microsoft.com' commit -m "Nayaran's changes for app.py" + + +# vulnerable commit + +BRANCHES=("bugfix/fix_readme_typo" "feature/upgrade_angular_version" "feature/data_retention_policy" "feature/elasticsearch_helm_chart" "bugfix/open_kibana_port") + +for b in "${BRANCHES[@]}" +do + git branch "$b" +done + +B=${BRANCHES[ $RANDOM % ${#BRANCHES[@]} ]} +git checkout $B +echo some_file | md5sum | cut -d' ' -f1 > some_file +git add some_file && git commit -m "somefile" +echo some_other_file | md5sum | cut -d' ' -f1 > some_other_file +git add some_other_file && git commit -m "some_other_file" + +git rev-parse --short HEAD > test/vul_hash-1 + +date > testa +echo "AWS_ACCESS_KEY_ID=AKIA2GMYABLLBID7DVUP" >> testa +echo "AWS_SECRET_ACCESS_KEY=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" >> testa + +git add testa +git commit -m "test working with AWS" + +T_HASH=$(git rev-parse --short HEAD | md5sum | cut -d' ' -f1) +echo $T_HASH > test/vul_hash + +echo some_file2 | md5sum | cut -d' ' -f1 > some_file2 +git add some_file2 && git commit -m "somefile2" +echo some_other_file2 | md5sum | cut -d' ' -f1 > some_other_file2 + +git add some_other_file2 && git commit -m "some_other_file2" + +git checkout main + +git add test/vul_hash-1 test/vul_hash +git commit -m "start here" +