diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1855f36 --- /dev/null +++ b/.gitignore @@ -0,0 +1,106 @@ + +### Python +# 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/ +*.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/ +.coverage +.coverage.* +.cache +nosetests.xml +coverage.xml +*.cover +.hypothesis/ +.pytest_cache/ + +# Translations +*.mo +*.pot + +# Django stuff: +*.log +local_settings.py +db.sqlite3 + +# Flask stuff: +instance/ +.webassets-cache + +# Scrapy stuff: +.scrapy + +# Sphinx documentation +docs/_build/ + +# PyBuilder +target/ + +# Jupyter Notebook +.ipynb_checkpoints + +# pyenv +.python-version + +# celery beat schedule file +celerybeat-schedule + +# 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/ diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..087e569 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,9 @@ +[submodule "argos-httping"] + path = argos-httping + url = https://github.com/schtobia/argos-httping.git +[submodule "argos-apt"] + path = argos-apt + url = https://github.com/schtobia/argos-apt.git +[submodule "argos-system"] + path = argos-system + url = git@github.com:schtobia/argos-system.git diff --git a/apt.1h.py b/apt.1h.py new file mode 120000 index 0000000..84b9d73 --- /dev/null +++ b/apt.1h.py @@ -0,0 +1 @@ +argos-apt/argos-apt.py \ No newline at end of file diff --git a/argos-apt b/argos-apt new file mode 160000 index 0000000..8f037ff --- /dev/null +++ b/argos-apt @@ -0,0 +1 @@ +Subproject commit 8f037ff1057539d3fb39b06d77e1242a92348d08 diff --git a/argos-httping b/argos-httping new file mode 160000 index 0000000..1ea0261 --- /dev/null +++ b/argos-httping @@ -0,0 +1 @@ +Subproject commit 1ea02612e4d439b9ed5860862b150fc0866700b9 diff --git a/argos-system b/argos-system new file mode 160000 index 0000000..2ef0f38 --- /dev/null +++ b/argos-system @@ -0,0 +1 @@ +Subproject commit 2ef0f3838e978707912f8cd5427e88d4b1d78ebd diff --git a/httping.1m+.py b/httping.1m+.py new file mode 120000 index 0000000..b963232 --- /dev/null +++ b/httping.1m+.py @@ -0,0 +1 @@ +argos-httping/httping.py \ No newline at end of file diff --git a/system.30s+.sh b/system.30s+.sh new file mode 120000 index 0000000..4c7cbbb --- /dev/null +++ b/system.30s+.sh @@ -0,0 +1 @@ +argos-system/system.sh \ No newline at end of file