From 38501bf024c675bfc9d568bfe4d225ff47f658fe Mon Sep 17 00:00:00 2001 From: Krzysztof kuhy Rudnicki Date: Fri, 6 Feb 2026 22:14:20 +0100 Subject: [PATCH] temp: move existing PSD, TRAK, STUP directories for subtree merge preparation --- .../{STUP => STUP_local_work}/RUDNICKI.pdf | Bin NotProgramming/{STUP => STUP_local_work}/report.tex | 0 .../zin1/PSD_ZIN_1_KRZYSZTOF_RUDNICKI.pdf | Bin .../{PSD => PSD_local_work}/zin1/konsument.py | 0 .../{PSD => PSD_local_work}/zin1/producent.py | 0 .../{PSD => PSD_local_work}/zin1/screen1.png | Bin .../{PSD => PSD_local_work}/zin1/screen2.png | Bin .../{PSD => PSD_local_work}/zin1/screen3.png | Bin .../{PSD => PSD_local_work}/zin1/screen4.png | Bin .../{PSD => PSD_local_work}/zin1/screen5.png | Bin .../zin1/simulate_temperature_sensor.py | 0 Programming/{PSD => PSD_local_work}/zin1/zin1.tex | 0 .../zin2/ProgramProject/.gitignore | 0 .../zin2/ProgramProject/pom.xml | 0 .../zin2/ProgramProject/src/main/java/Example.java | 0 .../src/main/java/TemperatureSensor.java | 0 .../images/Screenshot from 2025-04-10 15-32-44.png | Bin .../images/Screenshot from 2025-04-10 15-33-07.png | Bin .../images/Screenshot from 2025-04-10 15-33-15.png | Bin .../images/Screenshot from 2025-04-10 15-33-37.png | Bin .../images/Screenshot from 2025-04-10 15-34-25.png | Bin .../images/Screenshot from 2025-04-10 15-34-58.png | Bin .../images/Screenshot from 2025-04-10 15-35-07.png | Bin .../images/Screenshot from 2025-04-10 15-35-18.png | Bin .../images/Screenshot from 2025-04-10 15-35-22.png | Bin .../images/Screenshot from 2025-04-10 15-35-40.png | Bin .../images/Screenshot from 2025-04-10 15-35-49.png | Bin .../images/Screenshot from 2025-04-10 15-36-05.png | Bin .../images/Screenshot from 2025-04-10 15-40-51.png | Bin .../images/Screenshot from 2025-04-10 15-43-11.png | Bin .../zin3/code/generator/TemperatureGenerator.java | 0 .../zin3/code/model/TemperatureAlarm.java | 0 .../zin3/code/model/TemperatureReading.java | 0 .../{PSD => PSD_local_work}/zin3/code/pom.xml | 0 .../code/processor/TemperatureAnomalyDetector.java | 0 .../zin3/code/visualizer/AlarmVisualizer.java | 0 .../python/code/generator/temperature_generator.py | 0 .../__pycache__/temperature_alarm.cpython-310.pyc | Bin .../__pycache__/temperature_reading.cpython-310.pyc | Bin .../zin3/python/code/model/temperature_alarm.py | 0 .../zin3/python/code/model/temperature_reading.py | 0 .../code/processor/temperature_anomaly_detector.py | 0 .../zin3/python/code/visualizer/alarm_visualizer.py | 0 .../zin3/python/run_temperature_system.sh | 0 .../zin3/python/setup_environment.sh | 0 .../zin3/third/docker-compose.yml | 0 .../{PSD => PSD_local_work}/zin3/third/run_all.sh | 0 .../dependency-reduced-pom.xml | 0 .../zin3/third/temperature-alert-visualizer/pom.xml | 0 .../org/example/TemperatureAlertVisualizer.java | 0 ...emperatureAlertVisualizer$TemperatureAlert.class | Bin .../org/example/TemperatureAlertVisualizer.class | Bin .../target/maven-archiver/pom.properties | 0 .../compile/default-compile/createdFiles.lst | 0 .../compile/default-compile/inputFiles.lst | 0 ...al-temperature-alert-visualizer-1.0-SNAPSHOT.jar | Bin .../temperature-alert-visualizer-1.0-SNAPSHOT.jar | Bin .../dependency-reduced-pom.xml | 0 .../zin3/third/temperature-anomaly-detector/pom.xml | 0 .../org/example/TemperatureAnomalyDetector.java | 0 .../java/org/example/TemperatureWindowFunction.java | 0 .../org/example/TemperatureAnomalyDetector$1.class | Bin .../org/example/TemperatureAnomalyDetector$2.class | Bin .../org/example/TemperatureAnomalyDetector$3.class | Bin ...emperatureAnomalyDetector$TemperatureAlert.class | Bin ...peratureAnomalyDetector$TemperatureReading.class | Bin .../org/example/TemperatureAnomalyDetector.class | Bin .../org/example/TemperatureWindowFunction.class | Bin .../target/maven-archiver/pom.properties | 0 .../compile/default-compile/createdFiles.lst | 0 .../compile/default-compile/inputFiles.lst | 0 ...al-temperature-anomaly-detector-1.0-SNAPSHOT.jar | Bin .../temperature-anomaly-detector-1.0-SNAPSHOT.jar | Bin .../dependency-reduced-pom.xml | 0 .../zin3/third/temperature-generator/pom.xml | 0 .../main/java/org/example/TemperatureGenerator.java | 0 .../TemperatureGenerator$TemperatureReading.class | Bin .../classes/org/example/TemperatureGenerator.class | Bin .../target/maven-archiver/pom.properties | 0 .../compile/default-compile/createdFiles.lst | 0 .../compile/default-compile/inputFiles.lst | 0 .../original-temperature-generator-1.0-SNAPSHOT.jar | Bin .../target/temperature-generator-1.0-SNAPSHOT.jar | Bin .../zin3/z03_Zajęcia zintegrowane_2025L_(001).pdf | Bin .../{TRAK => TRAK_local_work}/.python-version | 0 Programming/{TRAK => TRAK_local_work}/init.sh | 0 Programming/{TRAK => TRAK_local_work}/lab6.py | 0 .../{TRAK => TRAK_local_work}/requirements.txt | 0 88 files changed, 0 insertions(+), 0 deletions(-) rename NotProgramming/{STUP => STUP_local_work}/RUDNICKI.pdf (100%) rename NotProgramming/{STUP => STUP_local_work}/report.tex (100%) rename Programming/{PSD => PSD_local_work}/zin1/PSD_ZIN_1_KRZYSZTOF_RUDNICKI.pdf (100%) rename Programming/{PSD => PSD_local_work}/zin1/konsument.py (100%) rename Programming/{PSD => PSD_local_work}/zin1/producent.py (100%) rename Programming/{PSD => PSD_local_work}/zin1/screen1.png (100%) rename Programming/{PSD => PSD_local_work}/zin1/screen2.png (100%) rename Programming/{PSD => PSD_local_work}/zin1/screen3.png (100%) rename Programming/{PSD => PSD_local_work}/zin1/screen4.png (100%) rename Programming/{PSD => PSD_local_work}/zin1/screen5.png (100%) rename Programming/{PSD => PSD_local_work}/zin1/simulate_temperature_sensor.py (100%) rename Programming/{PSD => PSD_local_work}/zin1/zin1.tex (100%) rename Programming/{PSD => PSD_local_work}/zin2/ProgramProject/.gitignore (100%) rename Programming/{PSD => PSD_local_work}/zin2/ProgramProject/pom.xml (100%) rename Programming/{PSD => PSD_local_work}/zin2/ProgramProject/src/main/java/Example.java (100%) rename Programming/{PSD => PSD_local_work}/zin2/ProgramProject/src/main/java/TemperatureSensor.java (100%) rename Programming/{PSD => PSD_local_work}/zin2/report/images/Screenshot from 2025-04-10 15-32-44.png (100%) rename Programming/{PSD => PSD_local_work}/zin2/report/images/Screenshot from 2025-04-10 15-33-07.png (100%) rename Programming/{PSD => PSD_local_work}/zin2/report/images/Screenshot from 2025-04-10 15-33-15.png (100%) rename Programming/{PSD => PSD_local_work}/zin2/report/images/Screenshot from 2025-04-10 15-33-37.png (100%) rename Programming/{PSD => PSD_local_work}/zin2/report/images/Screenshot from 2025-04-10 15-34-25.png (100%) rename Programming/{PSD => PSD_local_work}/zin2/report/images/Screenshot from 2025-04-10 15-34-58.png (100%) rename Programming/{PSD => PSD_local_work}/zin2/report/images/Screenshot from 2025-04-10 15-35-07.png (100%) rename Programming/{PSD => PSD_local_work}/zin2/report/images/Screenshot from 2025-04-10 15-35-18.png (100%) rename Programming/{PSD => PSD_local_work}/zin2/report/images/Screenshot from 2025-04-10 15-35-22.png (100%) rename Programming/{PSD => PSD_local_work}/zin2/report/images/Screenshot from 2025-04-10 15-35-40.png (100%) rename Programming/{PSD => PSD_local_work}/zin2/report/images/Screenshot from 2025-04-10 15-35-49.png (100%) rename Programming/{PSD => PSD_local_work}/zin2/report/images/Screenshot from 2025-04-10 15-36-05.png (100%) rename Programming/{PSD => PSD_local_work}/zin2/report/images/Screenshot from 2025-04-10 15-40-51.png (100%) rename Programming/{PSD => PSD_local_work}/zin2/report/images/Screenshot from 2025-04-10 15-43-11.png (100%) rename Programming/{PSD => PSD_local_work}/zin3/code/generator/TemperatureGenerator.java (100%) rename Programming/{PSD => PSD_local_work}/zin3/code/model/TemperatureAlarm.java (100%) rename Programming/{PSD => PSD_local_work}/zin3/code/model/TemperatureReading.java (100%) rename Programming/{PSD => PSD_local_work}/zin3/code/pom.xml (100%) rename Programming/{PSD => PSD_local_work}/zin3/code/processor/TemperatureAnomalyDetector.java (100%) rename Programming/{PSD => PSD_local_work}/zin3/code/visualizer/AlarmVisualizer.java (100%) rename Programming/{PSD => PSD_local_work}/zin3/python/code/generator/temperature_generator.py (100%) rename Programming/{PSD => PSD_local_work}/zin3/python/code/model/__pycache__/temperature_alarm.cpython-310.pyc (100%) rename Programming/{PSD => PSD_local_work}/zin3/python/code/model/__pycache__/temperature_reading.cpython-310.pyc (100%) rename Programming/{PSD => PSD_local_work}/zin3/python/code/model/temperature_alarm.py (100%) rename Programming/{PSD => PSD_local_work}/zin3/python/code/model/temperature_reading.py (100%) rename Programming/{PSD => PSD_local_work}/zin3/python/code/processor/temperature_anomaly_detector.py (100%) rename Programming/{PSD => PSD_local_work}/zin3/python/code/visualizer/alarm_visualizer.py (100%) rename Programming/{PSD => PSD_local_work}/zin3/python/run_temperature_system.sh (100%) rename Programming/{PSD => PSD_local_work}/zin3/python/setup_environment.sh (100%) rename Programming/{PSD => PSD_local_work}/zin3/third/docker-compose.yml (100%) rename Programming/{PSD => PSD_local_work}/zin3/third/run_all.sh (100%) rename Programming/{PSD => PSD_local_work}/zin3/third/temperature-alert-visualizer/dependency-reduced-pom.xml (100%) rename Programming/{PSD => PSD_local_work}/zin3/third/temperature-alert-visualizer/pom.xml (100%) rename Programming/{PSD => PSD_local_work}/zin3/third/temperature-alert-visualizer/src/main/java/org/example/TemperatureAlertVisualizer.java (100%) rename Programming/{PSD => PSD_local_work}/zin3/third/temperature-alert-visualizer/target/classes/org/example/TemperatureAlertVisualizer$TemperatureAlert.class (100%) rename Programming/{PSD => PSD_local_work}/zin3/third/temperature-alert-visualizer/target/classes/org/example/TemperatureAlertVisualizer.class (100%) rename Programming/{PSD => PSD_local_work}/zin3/third/temperature-alert-visualizer/target/maven-archiver/pom.properties (100%) rename Programming/{PSD => PSD_local_work}/zin3/third/temperature-alert-visualizer/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst (100%) rename Programming/{PSD => PSD_local_work}/zin3/third/temperature-alert-visualizer/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst (100%) rename Programming/{PSD => PSD_local_work}/zin3/third/temperature-alert-visualizer/target/original-temperature-alert-visualizer-1.0-SNAPSHOT.jar (100%) rename Programming/{PSD => PSD_local_work}/zin3/third/temperature-alert-visualizer/target/temperature-alert-visualizer-1.0-SNAPSHOT.jar (100%) rename Programming/{PSD => PSD_local_work}/zin3/third/temperature-anomaly-detector/dependency-reduced-pom.xml (100%) rename Programming/{PSD => PSD_local_work}/zin3/third/temperature-anomaly-detector/pom.xml (100%) rename Programming/{PSD => PSD_local_work}/zin3/third/temperature-anomaly-detector/src/main/java/org/example/TemperatureAnomalyDetector.java (100%) rename Programming/{PSD => PSD_local_work}/zin3/third/temperature-anomaly-detector/src/main/java/org/example/TemperatureWindowFunction.java (100%) rename Programming/{PSD => PSD_local_work}/zin3/third/temperature-anomaly-detector/target/classes/org/example/TemperatureAnomalyDetector$1.class (100%) rename Programming/{PSD => PSD_local_work}/zin3/third/temperature-anomaly-detector/target/classes/org/example/TemperatureAnomalyDetector$2.class (100%) rename Programming/{PSD => PSD_local_work}/zin3/third/temperature-anomaly-detector/target/classes/org/example/TemperatureAnomalyDetector$3.class (100%) rename Programming/{PSD => PSD_local_work}/zin3/third/temperature-anomaly-detector/target/classes/org/example/TemperatureAnomalyDetector$TemperatureAlert.class (100%) rename Programming/{PSD => PSD_local_work}/zin3/third/temperature-anomaly-detector/target/classes/org/example/TemperatureAnomalyDetector$TemperatureReading.class (100%) rename Programming/{PSD => PSD_local_work}/zin3/third/temperature-anomaly-detector/target/classes/org/example/TemperatureAnomalyDetector.class (100%) rename Programming/{PSD => PSD_local_work}/zin3/third/temperature-anomaly-detector/target/classes/org/example/TemperatureWindowFunction.class (100%) rename Programming/{PSD => PSD_local_work}/zin3/third/temperature-anomaly-detector/target/maven-archiver/pom.properties (100%) rename Programming/{PSD => PSD_local_work}/zin3/third/temperature-anomaly-detector/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst (100%) rename Programming/{PSD => PSD_local_work}/zin3/third/temperature-anomaly-detector/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst (100%) rename Programming/{PSD => PSD_local_work}/zin3/third/temperature-anomaly-detector/target/original-temperature-anomaly-detector-1.0-SNAPSHOT.jar (100%) rename Programming/{PSD => PSD_local_work}/zin3/third/temperature-anomaly-detector/target/temperature-anomaly-detector-1.0-SNAPSHOT.jar (100%) rename Programming/{PSD => PSD_local_work}/zin3/third/temperature-generator/dependency-reduced-pom.xml (100%) rename Programming/{PSD => PSD_local_work}/zin3/third/temperature-generator/pom.xml (100%) rename Programming/{PSD => PSD_local_work}/zin3/third/temperature-generator/src/main/java/org/example/TemperatureGenerator.java (100%) rename Programming/{PSD => PSD_local_work}/zin3/third/temperature-generator/target/classes/org/example/TemperatureGenerator$TemperatureReading.class (100%) rename Programming/{PSD => PSD_local_work}/zin3/third/temperature-generator/target/classes/org/example/TemperatureGenerator.class (100%) rename Programming/{PSD => PSD_local_work}/zin3/third/temperature-generator/target/maven-archiver/pom.properties (100%) rename Programming/{PSD => PSD_local_work}/zin3/third/temperature-generator/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst (100%) rename Programming/{PSD => PSD_local_work}/zin3/third/temperature-generator/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst (100%) rename Programming/{PSD => PSD_local_work}/zin3/third/temperature-generator/target/original-temperature-generator-1.0-SNAPSHOT.jar (100%) rename Programming/{PSD => PSD_local_work}/zin3/third/temperature-generator/target/temperature-generator-1.0-SNAPSHOT.jar (100%) rename Programming/{PSD => PSD_local_work}/zin3/z03_Zajęcia zintegrowane_2025L_(001).pdf (100%) rename Programming/{TRAK => TRAK_local_work}/.python-version (100%) rename Programming/{TRAK => TRAK_local_work}/init.sh (100%) rename Programming/{TRAK => TRAK_local_work}/lab6.py (100%) rename Programming/{TRAK => TRAK_local_work}/requirements.txt (100%) diff --git a/NotProgramming/STUP/RUDNICKI.pdf b/NotProgramming/STUP_local_work/RUDNICKI.pdf similarity index 100% rename from NotProgramming/STUP/RUDNICKI.pdf rename to NotProgramming/STUP_local_work/RUDNICKI.pdf diff --git a/NotProgramming/STUP/report.tex b/NotProgramming/STUP_local_work/report.tex similarity index 100% rename from NotProgramming/STUP/report.tex rename to NotProgramming/STUP_local_work/report.tex diff --git a/Programming/PSD/zin1/PSD_ZIN_1_KRZYSZTOF_RUDNICKI.pdf b/Programming/PSD_local_work/zin1/PSD_ZIN_1_KRZYSZTOF_RUDNICKI.pdf similarity index 100% rename from Programming/PSD/zin1/PSD_ZIN_1_KRZYSZTOF_RUDNICKI.pdf rename to Programming/PSD_local_work/zin1/PSD_ZIN_1_KRZYSZTOF_RUDNICKI.pdf diff --git a/Programming/PSD/zin1/konsument.py b/Programming/PSD_local_work/zin1/konsument.py similarity index 100% rename from Programming/PSD/zin1/konsument.py rename to Programming/PSD_local_work/zin1/konsument.py diff --git a/Programming/PSD/zin1/producent.py b/Programming/PSD_local_work/zin1/producent.py similarity index 100% rename from Programming/PSD/zin1/producent.py rename to Programming/PSD_local_work/zin1/producent.py diff --git a/Programming/PSD/zin1/screen1.png b/Programming/PSD_local_work/zin1/screen1.png similarity index 100% rename from Programming/PSD/zin1/screen1.png rename to Programming/PSD_local_work/zin1/screen1.png diff --git a/Programming/PSD/zin1/screen2.png b/Programming/PSD_local_work/zin1/screen2.png similarity index 100% rename from Programming/PSD/zin1/screen2.png rename to Programming/PSD_local_work/zin1/screen2.png diff --git a/Programming/PSD/zin1/screen3.png b/Programming/PSD_local_work/zin1/screen3.png similarity index 100% rename from Programming/PSD/zin1/screen3.png rename to Programming/PSD_local_work/zin1/screen3.png diff --git a/Programming/PSD/zin1/screen4.png b/Programming/PSD_local_work/zin1/screen4.png similarity index 100% rename from Programming/PSD/zin1/screen4.png rename to Programming/PSD_local_work/zin1/screen4.png diff --git a/Programming/PSD/zin1/screen5.png b/Programming/PSD_local_work/zin1/screen5.png similarity index 100% rename from Programming/PSD/zin1/screen5.png rename to Programming/PSD_local_work/zin1/screen5.png diff --git a/Programming/PSD/zin1/simulate_temperature_sensor.py b/Programming/PSD_local_work/zin1/simulate_temperature_sensor.py similarity index 100% rename from Programming/PSD/zin1/simulate_temperature_sensor.py rename to Programming/PSD_local_work/zin1/simulate_temperature_sensor.py diff --git a/Programming/PSD/zin1/zin1.tex b/Programming/PSD_local_work/zin1/zin1.tex similarity index 100% rename from Programming/PSD/zin1/zin1.tex rename to Programming/PSD_local_work/zin1/zin1.tex diff --git a/Programming/PSD/zin2/ProgramProject/.gitignore b/Programming/PSD_local_work/zin2/ProgramProject/.gitignore similarity index 100% rename from Programming/PSD/zin2/ProgramProject/.gitignore rename to Programming/PSD_local_work/zin2/ProgramProject/.gitignore diff --git a/Programming/PSD/zin2/ProgramProject/pom.xml b/Programming/PSD_local_work/zin2/ProgramProject/pom.xml similarity index 100% rename from Programming/PSD/zin2/ProgramProject/pom.xml rename to Programming/PSD_local_work/zin2/ProgramProject/pom.xml diff --git a/Programming/PSD/zin2/ProgramProject/src/main/java/Example.java b/Programming/PSD_local_work/zin2/ProgramProject/src/main/java/Example.java similarity index 100% rename from Programming/PSD/zin2/ProgramProject/src/main/java/Example.java rename to Programming/PSD_local_work/zin2/ProgramProject/src/main/java/Example.java diff --git a/Programming/PSD/zin2/ProgramProject/src/main/java/TemperatureSensor.java b/Programming/PSD_local_work/zin2/ProgramProject/src/main/java/TemperatureSensor.java similarity index 100% rename from Programming/PSD/zin2/ProgramProject/src/main/java/TemperatureSensor.java rename to Programming/PSD_local_work/zin2/ProgramProject/src/main/java/TemperatureSensor.java diff --git a/Programming/PSD/zin2/report/images/Screenshot from 2025-04-10 15-32-44.png b/Programming/PSD_local_work/zin2/report/images/Screenshot from 2025-04-10 15-32-44.png similarity index 100% rename from Programming/PSD/zin2/report/images/Screenshot from 2025-04-10 15-32-44.png rename to Programming/PSD_local_work/zin2/report/images/Screenshot from 2025-04-10 15-32-44.png diff --git a/Programming/PSD/zin2/report/images/Screenshot from 2025-04-10 15-33-07.png b/Programming/PSD_local_work/zin2/report/images/Screenshot from 2025-04-10 15-33-07.png similarity index 100% rename from Programming/PSD/zin2/report/images/Screenshot from 2025-04-10 15-33-07.png rename to Programming/PSD_local_work/zin2/report/images/Screenshot from 2025-04-10 15-33-07.png diff --git a/Programming/PSD/zin2/report/images/Screenshot from 2025-04-10 15-33-15.png b/Programming/PSD_local_work/zin2/report/images/Screenshot from 2025-04-10 15-33-15.png similarity index 100% rename from Programming/PSD/zin2/report/images/Screenshot from 2025-04-10 15-33-15.png rename to Programming/PSD_local_work/zin2/report/images/Screenshot from 2025-04-10 15-33-15.png diff --git a/Programming/PSD/zin2/report/images/Screenshot from 2025-04-10 15-33-37.png b/Programming/PSD_local_work/zin2/report/images/Screenshot from 2025-04-10 15-33-37.png similarity index 100% rename from Programming/PSD/zin2/report/images/Screenshot from 2025-04-10 15-33-37.png rename to Programming/PSD_local_work/zin2/report/images/Screenshot from 2025-04-10 15-33-37.png diff --git a/Programming/PSD/zin2/report/images/Screenshot from 2025-04-10 15-34-25.png b/Programming/PSD_local_work/zin2/report/images/Screenshot from 2025-04-10 15-34-25.png similarity index 100% rename from Programming/PSD/zin2/report/images/Screenshot from 2025-04-10 15-34-25.png rename to Programming/PSD_local_work/zin2/report/images/Screenshot from 2025-04-10 15-34-25.png diff --git a/Programming/PSD/zin2/report/images/Screenshot from 2025-04-10 15-34-58.png b/Programming/PSD_local_work/zin2/report/images/Screenshot from 2025-04-10 15-34-58.png similarity index 100% rename from Programming/PSD/zin2/report/images/Screenshot from 2025-04-10 15-34-58.png rename to Programming/PSD_local_work/zin2/report/images/Screenshot from 2025-04-10 15-34-58.png diff --git a/Programming/PSD/zin2/report/images/Screenshot from 2025-04-10 15-35-07.png b/Programming/PSD_local_work/zin2/report/images/Screenshot from 2025-04-10 15-35-07.png similarity index 100% rename from Programming/PSD/zin2/report/images/Screenshot from 2025-04-10 15-35-07.png rename to Programming/PSD_local_work/zin2/report/images/Screenshot from 2025-04-10 15-35-07.png diff --git a/Programming/PSD/zin2/report/images/Screenshot from 2025-04-10 15-35-18.png b/Programming/PSD_local_work/zin2/report/images/Screenshot from 2025-04-10 15-35-18.png similarity index 100% rename from Programming/PSD/zin2/report/images/Screenshot from 2025-04-10 15-35-18.png rename to Programming/PSD_local_work/zin2/report/images/Screenshot from 2025-04-10 15-35-18.png diff --git a/Programming/PSD/zin2/report/images/Screenshot from 2025-04-10 15-35-22.png b/Programming/PSD_local_work/zin2/report/images/Screenshot from 2025-04-10 15-35-22.png similarity index 100% rename from Programming/PSD/zin2/report/images/Screenshot from 2025-04-10 15-35-22.png rename to Programming/PSD_local_work/zin2/report/images/Screenshot from 2025-04-10 15-35-22.png diff --git a/Programming/PSD/zin2/report/images/Screenshot from 2025-04-10 15-35-40.png b/Programming/PSD_local_work/zin2/report/images/Screenshot from 2025-04-10 15-35-40.png similarity index 100% rename from Programming/PSD/zin2/report/images/Screenshot from 2025-04-10 15-35-40.png rename to Programming/PSD_local_work/zin2/report/images/Screenshot from 2025-04-10 15-35-40.png diff --git a/Programming/PSD/zin2/report/images/Screenshot from 2025-04-10 15-35-49.png b/Programming/PSD_local_work/zin2/report/images/Screenshot from 2025-04-10 15-35-49.png similarity index 100% rename from Programming/PSD/zin2/report/images/Screenshot from 2025-04-10 15-35-49.png rename to Programming/PSD_local_work/zin2/report/images/Screenshot from 2025-04-10 15-35-49.png diff --git a/Programming/PSD/zin2/report/images/Screenshot from 2025-04-10 15-36-05.png b/Programming/PSD_local_work/zin2/report/images/Screenshot from 2025-04-10 15-36-05.png similarity index 100% rename from Programming/PSD/zin2/report/images/Screenshot from 2025-04-10 15-36-05.png rename to Programming/PSD_local_work/zin2/report/images/Screenshot from 2025-04-10 15-36-05.png diff --git a/Programming/PSD/zin2/report/images/Screenshot from 2025-04-10 15-40-51.png b/Programming/PSD_local_work/zin2/report/images/Screenshot from 2025-04-10 15-40-51.png similarity index 100% rename from Programming/PSD/zin2/report/images/Screenshot from 2025-04-10 15-40-51.png rename to Programming/PSD_local_work/zin2/report/images/Screenshot from 2025-04-10 15-40-51.png diff --git a/Programming/PSD/zin2/report/images/Screenshot from 2025-04-10 15-43-11.png b/Programming/PSD_local_work/zin2/report/images/Screenshot from 2025-04-10 15-43-11.png similarity index 100% rename from Programming/PSD/zin2/report/images/Screenshot from 2025-04-10 15-43-11.png rename to Programming/PSD_local_work/zin2/report/images/Screenshot from 2025-04-10 15-43-11.png diff --git a/Programming/PSD/zin3/code/generator/TemperatureGenerator.java b/Programming/PSD_local_work/zin3/code/generator/TemperatureGenerator.java similarity index 100% rename from Programming/PSD/zin3/code/generator/TemperatureGenerator.java rename to Programming/PSD_local_work/zin3/code/generator/TemperatureGenerator.java diff --git a/Programming/PSD/zin3/code/model/TemperatureAlarm.java b/Programming/PSD_local_work/zin3/code/model/TemperatureAlarm.java similarity index 100% rename from Programming/PSD/zin3/code/model/TemperatureAlarm.java rename to Programming/PSD_local_work/zin3/code/model/TemperatureAlarm.java diff --git a/Programming/PSD/zin3/code/model/TemperatureReading.java b/Programming/PSD_local_work/zin3/code/model/TemperatureReading.java similarity index 100% rename from Programming/PSD/zin3/code/model/TemperatureReading.java rename to Programming/PSD_local_work/zin3/code/model/TemperatureReading.java diff --git a/Programming/PSD/zin3/code/pom.xml b/Programming/PSD_local_work/zin3/code/pom.xml similarity index 100% rename from Programming/PSD/zin3/code/pom.xml rename to Programming/PSD_local_work/zin3/code/pom.xml diff --git a/Programming/PSD/zin3/code/processor/TemperatureAnomalyDetector.java b/Programming/PSD_local_work/zin3/code/processor/TemperatureAnomalyDetector.java similarity index 100% rename from Programming/PSD/zin3/code/processor/TemperatureAnomalyDetector.java rename to Programming/PSD_local_work/zin3/code/processor/TemperatureAnomalyDetector.java diff --git a/Programming/PSD/zin3/code/visualizer/AlarmVisualizer.java b/Programming/PSD_local_work/zin3/code/visualizer/AlarmVisualizer.java similarity index 100% rename from Programming/PSD/zin3/code/visualizer/AlarmVisualizer.java rename to Programming/PSD_local_work/zin3/code/visualizer/AlarmVisualizer.java diff --git a/Programming/PSD/zin3/python/code/generator/temperature_generator.py b/Programming/PSD_local_work/zin3/python/code/generator/temperature_generator.py similarity index 100% rename from Programming/PSD/zin3/python/code/generator/temperature_generator.py rename to Programming/PSD_local_work/zin3/python/code/generator/temperature_generator.py diff --git a/Programming/PSD/zin3/python/code/model/__pycache__/temperature_alarm.cpython-310.pyc b/Programming/PSD_local_work/zin3/python/code/model/__pycache__/temperature_alarm.cpython-310.pyc similarity index 100% rename from Programming/PSD/zin3/python/code/model/__pycache__/temperature_alarm.cpython-310.pyc rename to Programming/PSD_local_work/zin3/python/code/model/__pycache__/temperature_alarm.cpython-310.pyc diff --git a/Programming/PSD/zin3/python/code/model/__pycache__/temperature_reading.cpython-310.pyc b/Programming/PSD_local_work/zin3/python/code/model/__pycache__/temperature_reading.cpython-310.pyc similarity index 100% rename from Programming/PSD/zin3/python/code/model/__pycache__/temperature_reading.cpython-310.pyc rename to Programming/PSD_local_work/zin3/python/code/model/__pycache__/temperature_reading.cpython-310.pyc diff --git a/Programming/PSD/zin3/python/code/model/temperature_alarm.py b/Programming/PSD_local_work/zin3/python/code/model/temperature_alarm.py similarity index 100% rename from Programming/PSD/zin3/python/code/model/temperature_alarm.py rename to Programming/PSD_local_work/zin3/python/code/model/temperature_alarm.py diff --git a/Programming/PSD/zin3/python/code/model/temperature_reading.py b/Programming/PSD_local_work/zin3/python/code/model/temperature_reading.py similarity index 100% rename from Programming/PSD/zin3/python/code/model/temperature_reading.py rename to Programming/PSD_local_work/zin3/python/code/model/temperature_reading.py diff --git a/Programming/PSD/zin3/python/code/processor/temperature_anomaly_detector.py b/Programming/PSD_local_work/zin3/python/code/processor/temperature_anomaly_detector.py similarity index 100% rename from Programming/PSD/zin3/python/code/processor/temperature_anomaly_detector.py rename to Programming/PSD_local_work/zin3/python/code/processor/temperature_anomaly_detector.py diff --git a/Programming/PSD/zin3/python/code/visualizer/alarm_visualizer.py b/Programming/PSD_local_work/zin3/python/code/visualizer/alarm_visualizer.py similarity index 100% rename from Programming/PSD/zin3/python/code/visualizer/alarm_visualizer.py rename to Programming/PSD_local_work/zin3/python/code/visualizer/alarm_visualizer.py diff --git a/Programming/PSD/zin3/python/run_temperature_system.sh b/Programming/PSD_local_work/zin3/python/run_temperature_system.sh similarity index 100% rename from Programming/PSD/zin3/python/run_temperature_system.sh rename to Programming/PSD_local_work/zin3/python/run_temperature_system.sh diff --git a/Programming/PSD/zin3/python/setup_environment.sh b/Programming/PSD_local_work/zin3/python/setup_environment.sh similarity index 100% rename from Programming/PSD/zin3/python/setup_environment.sh rename to Programming/PSD_local_work/zin3/python/setup_environment.sh diff --git a/Programming/PSD/zin3/third/docker-compose.yml b/Programming/PSD_local_work/zin3/third/docker-compose.yml similarity index 100% rename from Programming/PSD/zin3/third/docker-compose.yml rename to Programming/PSD_local_work/zin3/third/docker-compose.yml diff --git a/Programming/PSD/zin3/third/run_all.sh b/Programming/PSD_local_work/zin3/third/run_all.sh similarity index 100% rename from Programming/PSD/zin3/third/run_all.sh rename to Programming/PSD_local_work/zin3/third/run_all.sh diff --git a/Programming/PSD/zin3/third/temperature-alert-visualizer/dependency-reduced-pom.xml b/Programming/PSD_local_work/zin3/third/temperature-alert-visualizer/dependency-reduced-pom.xml similarity index 100% rename from Programming/PSD/zin3/third/temperature-alert-visualizer/dependency-reduced-pom.xml rename to Programming/PSD_local_work/zin3/third/temperature-alert-visualizer/dependency-reduced-pom.xml diff --git a/Programming/PSD/zin3/third/temperature-alert-visualizer/pom.xml b/Programming/PSD_local_work/zin3/third/temperature-alert-visualizer/pom.xml similarity index 100% rename from Programming/PSD/zin3/third/temperature-alert-visualizer/pom.xml rename to Programming/PSD_local_work/zin3/third/temperature-alert-visualizer/pom.xml diff --git a/Programming/PSD/zin3/third/temperature-alert-visualizer/src/main/java/org/example/TemperatureAlertVisualizer.java b/Programming/PSD_local_work/zin3/third/temperature-alert-visualizer/src/main/java/org/example/TemperatureAlertVisualizer.java similarity index 100% rename from Programming/PSD/zin3/third/temperature-alert-visualizer/src/main/java/org/example/TemperatureAlertVisualizer.java rename to Programming/PSD_local_work/zin3/third/temperature-alert-visualizer/src/main/java/org/example/TemperatureAlertVisualizer.java diff --git a/Programming/PSD/zin3/third/temperature-alert-visualizer/target/classes/org/example/TemperatureAlertVisualizer$TemperatureAlert.class b/Programming/PSD_local_work/zin3/third/temperature-alert-visualizer/target/classes/org/example/TemperatureAlertVisualizer$TemperatureAlert.class similarity index 100% rename from Programming/PSD/zin3/third/temperature-alert-visualizer/target/classes/org/example/TemperatureAlertVisualizer$TemperatureAlert.class rename to Programming/PSD_local_work/zin3/third/temperature-alert-visualizer/target/classes/org/example/TemperatureAlertVisualizer$TemperatureAlert.class diff --git a/Programming/PSD/zin3/third/temperature-alert-visualizer/target/classes/org/example/TemperatureAlertVisualizer.class b/Programming/PSD_local_work/zin3/third/temperature-alert-visualizer/target/classes/org/example/TemperatureAlertVisualizer.class similarity index 100% rename from Programming/PSD/zin3/third/temperature-alert-visualizer/target/classes/org/example/TemperatureAlertVisualizer.class rename to Programming/PSD_local_work/zin3/third/temperature-alert-visualizer/target/classes/org/example/TemperatureAlertVisualizer.class diff --git a/Programming/PSD/zin3/third/temperature-alert-visualizer/target/maven-archiver/pom.properties b/Programming/PSD_local_work/zin3/third/temperature-alert-visualizer/target/maven-archiver/pom.properties similarity index 100% rename from Programming/PSD/zin3/third/temperature-alert-visualizer/target/maven-archiver/pom.properties rename to Programming/PSD_local_work/zin3/third/temperature-alert-visualizer/target/maven-archiver/pom.properties diff --git a/Programming/PSD/zin3/third/temperature-alert-visualizer/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/Programming/PSD_local_work/zin3/third/temperature-alert-visualizer/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst similarity index 100% rename from Programming/PSD/zin3/third/temperature-alert-visualizer/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst rename to Programming/PSD_local_work/zin3/third/temperature-alert-visualizer/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst diff --git a/Programming/PSD/zin3/third/temperature-alert-visualizer/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/Programming/PSD_local_work/zin3/third/temperature-alert-visualizer/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst similarity index 100% rename from Programming/PSD/zin3/third/temperature-alert-visualizer/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst rename to Programming/PSD_local_work/zin3/third/temperature-alert-visualizer/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst diff --git a/Programming/PSD/zin3/third/temperature-alert-visualizer/target/original-temperature-alert-visualizer-1.0-SNAPSHOT.jar b/Programming/PSD_local_work/zin3/third/temperature-alert-visualizer/target/original-temperature-alert-visualizer-1.0-SNAPSHOT.jar similarity index 100% rename from Programming/PSD/zin3/third/temperature-alert-visualizer/target/original-temperature-alert-visualizer-1.0-SNAPSHOT.jar rename to Programming/PSD_local_work/zin3/third/temperature-alert-visualizer/target/original-temperature-alert-visualizer-1.0-SNAPSHOT.jar diff --git a/Programming/PSD/zin3/third/temperature-alert-visualizer/target/temperature-alert-visualizer-1.0-SNAPSHOT.jar b/Programming/PSD_local_work/zin3/third/temperature-alert-visualizer/target/temperature-alert-visualizer-1.0-SNAPSHOT.jar similarity index 100% rename from Programming/PSD/zin3/third/temperature-alert-visualizer/target/temperature-alert-visualizer-1.0-SNAPSHOT.jar rename to Programming/PSD_local_work/zin3/third/temperature-alert-visualizer/target/temperature-alert-visualizer-1.0-SNAPSHOT.jar diff --git a/Programming/PSD/zin3/third/temperature-anomaly-detector/dependency-reduced-pom.xml b/Programming/PSD_local_work/zin3/third/temperature-anomaly-detector/dependency-reduced-pom.xml similarity index 100% rename from Programming/PSD/zin3/third/temperature-anomaly-detector/dependency-reduced-pom.xml rename to Programming/PSD_local_work/zin3/third/temperature-anomaly-detector/dependency-reduced-pom.xml diff --git a/Programming/PSD/zin3/third/temperature-anomaly-detector/pom.xml b/Programming/PSD_local_work/zin3/third/temperature-anomaly-detector/pom.xml similarity index 100% rename from Programming/PSD/zin3/third/temperature-anomaly-detector/pom.xml rename to Programming/PSD_local_work/zin3/third/temperature-anomaly-detector/pom.xml diff --git a/Programming/PSD/zin3/third/temperature-anomaly-detector/src/main/java/org/example/TemperatureAnomalyDetector.java b/Programming/PSD_local_work/zin3/third/temperature-anomaly-detector/src/main/java/org/example/TemperatureAnomalyDetector.java similarity index 100% rename from Programming/PSD/zin3/third/temperature-anomaly-detector/src/main/java/org/example/TemperatureAnomalyDetector.java rename to Programming/PSD_local_work/zin3/third/temperature-anomaly-detector/src/main/java/org/example/TemperatureAnomalyDetector.java diff --git a/Programming/PSD/zin3/third/temperature-anomaly-detector/src/main/java/org/example/TemperatureWindowFunction.java b/Programming/PSD_local_work/zin3/third/temperature-anomaly-detector/src/main/java/org/example/TemperatureWindowFunction.java similarity index 100% rename from Programming/PSD/zin3/third/temperature-anomaly-detector/src/main/java/org/example/TemperatureWindowFunction.java rename to Programming/PSD_local_work/zin3/third/temperature-anomaly-detector/src/main/java/org/example/TemperatureWindowFunction.java diff --git a/Programming/PSD/zin3/third/temperature-anomaly-detector/target/classes/org/example/TemperatureAnomalyDetector$1.class b/Programming/PSD_local_work/zin3/third/temperature-anomaly-detector/target/classes/org/example/TemperatureAnomalyDetector$1.class similarity index 100% rename from Programming/PSD/zin3/third/temperature-anomaly-detector/target/classes/org/example/TemperatureAnomalyDetector$1.class rename to Programming/PSD_local_work/zin3/third/temperature-anomaly-detector/target/classes/org/example/TemperatureAnomalyDetector$1.class diff --git a/Programming/PSD/zin3/third/temperature-anomaly-detector/target/classes/org/example/TemperatureAnomalyDetector$2.class b/Programming/PSD_local_work/zin3/third/temperature-anomaly-detector/target/classes/org/example/TemperatureAnomalyDetector$2.class similarity index 100% rename from Programming/PSD/zin3/third/temperature-anomaly-detector/target/classes/org/example/TemperatureAnomalyDetector$2.class rename to Programming/PSD_local_work/zin3/third/temperature-anomaly-detector/target/classes/org/example/TemperatureAnomalyDetector$2.class diff --git a/Programming/PSD/zin3/third/temperature-anomaly-detector/target/classes/org/example/TemperatureAnomalyDetector$3.class b/Programming/PSD_local_work/zin3/third/temperature-anomaly-detector/target/classes/org/example/TemperatureAnomalyDetector$3.class similarity index 100% rename from Programming/PSD/zin3/third/temperature-anomaly-detector/target/classes/org/example/TemperatureAnomalyDetector$3.class rename to Programming/PSD_local_work/zin3/third/temperature-anomaly-detector/target/classes/org/example/TemperatureAnomalyDetector$3.class diff --git a/Programming/PSD/zin3/third/temperature-anomaly-detector/target/classes/org/example/TemperatureAnomalyDetector$TemperatureAlert.class b/Programming/PSD_local_work/zin3/third/temperature-anomaly-detector/target/classes/org/example/TemperatureAnomalyDetector$TemperatureAlert.class similarity index 100% rename from Programming/PSD/zin3/third/temperature-anomaly-detector/target/classes/org/example/TemperatureAnomalyDetector$TemperatureAlert.class rename to Programming/PSD_local_work/zin3/third/temperature-anomaly-detector/target/classes/org/example/TemperatureAnomalyDetector$TemperatureAlert.class diff --git a/Programming/PSD/zin3/third/temperature-anomaly-detector/target/classes/org/example/TemperatureAnomalyDetector$TemperatureReading.class b/Programming/PSD_local_work/zin3/third/temperature-anomaly-detector/target/classes/org/example/TemperatureAnomalyDetector$TemperatureReading.class similarity index 100% rename from Programming/PSD/zin3/third/temperature-anomaly-detector/target/classes/org/example/TemperatureAnomalyDetector$TemperatureReading.class rename to Programming/PSD_local_work/zin3/third/temperature-anomaly-detector/target/classes/org/example/TemperatureAnomalyDetector$TemperatureReading.class diff --git a/Programming/PSD/zin3/third/temperature-anomaly-detector/target/classes/org/example/TemperatureAnomalyDetector.class b/Programming/PSD_local_work/zin3/third/temperature-anomaly-detector/target/classes/org/example/TemperatureAnomalyDetector.class similarity index 100% rename from Programming/PSD/zin3/third/temperature-anomaly-detector/target/classes/org/example/TemperatureAnomalyDetector.class rename to Programming/PSD_local_work/zin3/third/temperature-anomaly-detector/target/classes/org/example/TemperatureAnomalyDetector.class diff --git a/Programming/PSD/zin3/third/temperature-anomaly-detector/target/classes/org/example/TemperatureWindowFunction.class b/Programming/PSD_local_work/zin3/third/temperature-anomaly-detector/target/classes/org/example/TemperatureWindowFunction.class similarity index 100% rename from Programming/PSD/zin3/third/temperature-anomaly-detector/target/classes/org/example/TemperatureWindowFunction.class rename to Programming/PSD_local_work/zin3/third/temperature-anomaly-detector/target/classes/org/example/TemperatureWindowFunction.class diff --git a/Programming/PSD/zin3/third/temperature-anomaly-detector/target/maven-archiver/pom.properties b/Programming/PSD_local_work/zin3/third/temperature-anomaly-detector/target/maven-archiver/pom.properties similarity index 100% rename from Programming/PSD/zin3/third/temperature-anomaly-detector/target/maven-archiver/pom.properties rename to Programming/PSD_local_work/zin3/third/temperature-anomaly-detector/target/maven-archiver/pom.properties diff --git a/Programming/PSD/zin3/third/temperature-anomaly-detector/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/Programming/PSD_local_work/zin3/third/temperature-anomaly-detector/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst similarity index 100% rename from Programming/PSD/zin3/third/temperature-anomaly-detector/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst rename to Programming/PSD_local_work/zin3/third/temperature-anomaly-detector/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst diff --git a/Programming/PSD/zin3/third/temperature-anomaly-detector/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/Programming/PSD_local_work/zin3/third/temperature-anomaly-detector/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst similarity index 100% rename from Programming/PSD/zin3/third/temperature-anomaly-detector/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst rename to Programming/PSD_local_work/zin3/third/temperature-anomaly-detector/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst diff --git a/Programming/PSD/zin3/third/temperature-anomaly-detector/target/original-temperature-anomaly-detector-1.0-SNAPSHOT.jar b/Programming/PSD_local_work/zin3/third/temperature-anomaly-detector/target/original-temperature-anomaly-detector-1.0-SNAPSHOT.jar similarity index 100% rename from Programming/PSD/zin3/third/temperature-anomaly-detector/target/original-temperature-anomaly-detector-1.0-SNAPSHOT.jar rename to Programming/PSD_local_work/zin3/third/temperature-anomaly-detector/target/original-temperature-anomaly-detector-1.0-SNAPSHOT.jar diff --git a/Programming/PSD/zin3/third/temperature-anomaly-detector/target/temperature-anomaly-detector-1.0-SNAPSHOT.jar b/Programming/PSD_local_work/zin3/third/temperature-anomaly-detector/target/temperature-anomaly-detector-1.0-SNAPSHOT.jar similarity index 100% rename from Programming/PSD/zin3/third/temperature-anomaly-detector/target/temperature-anomaly-detector-1.0-SNAPSHOT.jar rename to Programming/PSD_local_work/zin3/third/temperature-anomaly-detector/target/temperature-anomaly-detector-1.0-SNAPSHOT.jar diff --git a/Programming/PSD/zin3/third/temperature-generator/dependency-reduced-pom.xml b/Programming/PSD_local_work/zin3/third/temperature-generator/dependency-reduced-pom.xml similarity index 100% rename from Programming/PSD/zin3/third/temperature-generator/dependency-reduced-pom.xml rename to Programming/PSD_local_work/zin3/third/temperature-generator/dependency-reduced-pom.xml diff --git a/Programming/PSD/zin3/third/temperature-generator/pom.xml b/Programming/PSD_local_work/zin3/third/temperature-generator/pom.xml similarity index 100% rename from Programming/PSD/zin3/third/temperature-generator/pom.xml rename to Programming/PSD_local_work/zin3/third/temperature-generator/pom.xml diff --git a/Programming/PSD/zin3/third/temperature-generator/src/main/java/org/example/TemperatureGenerator.java b/Programming/PSD_local_work/zin3/third/temperature-generator/src/main/java/org/example/TemperatureGenerator.java similarity index 100% rename from Programming/PSD/zin3/third/temperature-generator/src/main/java/org/example/TemperatureGenerator.java rename to Programming/PSD_local_work/zin3/third/temperature-generator/src/main/java/org/example/TemperatureGenerator.java diff --git a/Programming/PSD/zin3/third/temperature-generator/target/classes/org/example/TemperatureGenerator$TemperatureReading.class b/Programming/PSD_local_work/zin3/third/temperature-generator/target/classes/org/example/TemperatureGenerator$TemperatureReading.class similarity index 100% rename from Programming/PSD/zin3/third/temperature-generator/target/classes/org/example/TemperatureGenerator$TemperatureReading.class rename to Programming/PSD_local_work/zin3/third/temperature-generator/target/classes/org/example/TemperatureGenerator$TemperatureReading.class diff --git a/Programming/PSD/zin3/third/temperature-generator/target/classes/org/example/TemperatureGenerator.class b/Programming/PSD_local_work/zin3/third/temperature-generator/target/classes/org/example/TemperatureGenerator.class similarity index 100% rename from Programming/PSD/zin3/third/temperature-generator/target/classes/org/example/TemperatureGenerator.class rename to Programming/PSD_local_work/zin3/third/temperature-generator/target/classes/org/example/TemperatureGenerator.class diff --git a/Programming/PSD/zin3/third/temperature-generator/target/maven-archiver/pom.properties b/Programming/PSD_local_work/zin3/third/temperature-generator/target/maven-archiver/pom.properties similarity index 100% rename from Programming/PSD/zin3/third/temperature-generator/target/maven-archiver/pom.properties rename to Programming/PSD_local_work/zin3/third/temperature-generator/target/maven-archiver/pom.properties diff --git a/Programming/PSD/zin3/third/temperature-generator/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/Programming/PSD_local_work/zin3/third/temperature-generator/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst similarity index 100% rename from Programming/PSD/zin3/third/temperature-generator/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst rename to Programming/PSD_local_work/zin3/third/temperature-generator/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst diff --git a/Programming/PSD/zin3/third/temperature-generator/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/Programming/PSD_local_work/zin3/third/temperature-generator/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst similarity index 100% rename from Programming/PSD/zin3/third/temperature-generator/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst rename to Programming/PSD_local_work/zin3/third/temperature-generator/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst diff --git a/Programming/PSD/zin3/third/temperature-generator/target/original-temperature-generator-1.0-SNAPSHOT.jar b/Programming/PSD_local_work/zin3/third/temperature-generator/target/original-temperature-generator-1.0-SNAPSHOT.jar similarity index 100% rename from Programming/PSD/zin3/third/temperature-generator/target/original-temperature-generator-1.0-SNAPSHOT.jar rename to Programming/PSD_local_work/zin3/third/temperature-generator/target/original-temperature-generator-1.0-SNAPSHOT.jar diff --git a/Programming/PSD/zin3/third/temperature-generator/target/temperature-generator-1.0-SNAPSHOT.jar b/Programming/PSD_local_work/zin3/third/temperature-generator/target/temperature-generator-1.0-SNAPSHOT.jar similarity index 100% rename from Programming/PSD/zin3/third/temperature-generator/target/temperature-generator-1.0-SNAPSHOT.jar rename to Programming/PSD_local_work/zin3/third/temperature-generator/target/temperature-generator-1.0-SNAPSHOT.jar diff --git a/Programming/PSD/zin3/z03_Zajęcia zintegrowane_2025L_(001).pdf b/Programming/PSD_local_work/zin3/z03_Zajęcia zintegrowane_2025L_(001).pdf similarity index 100% rename from Programming/PSD/zin3/z03_Zajęcia zintegrowane_2025L_(001).pdf rename to Programming/PSD_local_work/zin3/z03_Zajęcia zintegrowane_2025L_(001).pdf diff --git a/Programming/TRAK/.python-version b/Programming/TRAK_local_work/.python-version similarity index 100% rename from Programming/TRAK/.python-version rename to Programming/TRAK_local_work/.python-version diff --git a/Programming/TRAK/init.sh b/Programming/TRAK_local_work/init.sh similarity index 100% rename from Programming/TRAK/init.sh rename to Programming/TRAK_local_work/init.sh diff --git a/Programming/TRAK/lab6.py b/Programming/TRAK_local_work/lab6.py similarity index 100% rename from Programming/TRAK/lab6.py rename to Programming/TRAK_local_work/lab6.py diff --git a/Programming/TRAK/requirements.txt b/Programming/TRAK_local_work/requirements.txt similarity index 100% rename from Programming/TRAK/requirements.txt rename to Programming/TRAK_local_work/requirements.txt