diff --git a/docs/explanation/driver.md b/docs/explanation/driver.md index ad7c264..d3f3965 100644 --- a/docs/explanation/driver.md +++ b/docs/explanation/driver.md @@ -2,4 +2,4 @@ - nacero driver - wsl plugin connect automatisch met wsl omgeving -- \ No newline at end of file +- Dode code en slechte code weghalen/verbeteren \ No newline at end of file diff --git a/src/C++/Socket/a.out b/src/C++/Socket/a.out index 701da2e..7b51d7a 100755 Binary files a/src/C++/Socket/a.out and b/src/C++/Socket/a.out differ diff --git a/web/app.py b/src/Python/flask/web/app.py similarity index 100% rename from web/app.py rename to src/Python/flask/web/app.py diff --git a/web/static/images/logo_kobuki.png b/src/Python/flask/web/static/images/logo_kobuki.png similarity index 100% rename from web/static/images/logo_kobuki.png rename to src/Python/flask/web/static/images/logo_kobuki.png diff --git a/web/static/style.css b/src/Python/flask/web/static/style.css similarity index 100% rename from web/static/style.css rename to src/Python/flask/web/static/style.css diff --git a/web/templates/base.html b/src/Python/flask/web/templates/base.html similarity index 100% rename from web/templates/base.html rename to src/Python/flask/web/templates/base.html diff --git a/web/templates/index.html b/src/Python/flask/web/templates/index.html similarity index 100% rename from web/templates/index.html rename to src/Python/flask/web/templates/index.html diff --git a/web/templates/navbar.html b/src/Python/flask/web/templates/navbar.html similarity index 100% rename from web/templates/navbar.html rename to src/Python/flask/web/templates/navbar.html