From 2ef10306d125e49d9ca0e09f281174219012d348 Mon Sep 17 00:00:00 2001 From: mehmet yusufoglu Date: Thu, 5 Sep 2024 19:15:51 +0200 Subject: [PATCH] move existing examples to a directory --- CMakeLists.txt => TrainingJune2020/CMakeLists.txt | 0 README.md => TrainingJune2020/README.md | 0 .../computePi_homework}/CMakeLists.txt | 0 .../computePi_homework}/src/computePi.cpp | 0 .../computePi_lesson23}/CMakeLists.txt | 0 .../computePi_lesson23}/src/computePi.cpp | 0 .../computePi_lesson24}/CMakeLists.txt | 0 .../computePi_lesson24}/src/computePi.cpp | 0 .../computePi_lesson25}/CMakeLists.txt | 0 .../computePi_lesson25}/src/computePi.cpp | 0 .../computePi_lesson26}/CMakeLists.txt | 0 .../computePi_lesson26}/src/computePi.cpp | 0 {helloWorld => TrainingJune2020/helloWorld}/CMakeLists.txt | 0 {helloWorld => TrainingJune2020/helloWorld}/src/helloWorld.cpp | 0 .../helloWorld_lesson13}/CMakeLists.txt | 0 .../helloWorld_lesson13}/src/helloWorld.cpp | 0 .../helloWorld_lesson16}/CMakeLists.txt | 0 .../helloWorld_lesson16}/src/helloWorld.cpp | 0 .../helloWorld_lesson21}/CMakeLists.txt | 0 .../helloWorld_lesson21}/src/helloWorld.cpp | 0 .../helloWorld_lesson22}/CMakeLists.txt | 0 .../helloWorld_lesson22}/src/helloWorld.cpp | 0 22 files changed, 0 insertions(+), 0 deletions(-) rename CMakeLists.txt => TrainingJune2020/CMakeLists.txt (100%) rename README.md => TrainingJune2020/README.md (100%) rename {computePi_homework => TrainingJune2020/computePi_homework}/CMakeLists.txt (100%) rename {computePi_homework => TrainingJune2020/computePi_homework}/src/computePi.cpp (100%) rename {computePi_lesson23 => TrainingJune2020/computePi_lesson23}/CMakeLists.txt (100%) rename {computePi_lesson23 => TrainingJune2020/computePi_lesson23}/src/computePi.cpp (100%) rename {computePi_lesson24 => TrainingJune2020/computePi_lesson24}/CMakeLists.txt (100%) rename {computePi_lesson24 => TrainingJune2020/computePi_lesson24}/src/computePi.cpp (100%) rename {computePi_lesson25 => TrainingJune2020/computePi_lesson25}/CMakeLists.txt (100%) rename {computePi_lesson25 => TrainingJune2020/computePi_lesson25}/src/computePi.cpp (100%) rename {computePi_lesson26 => TrainingJune2020/computePi_lesson26}/CMakeLists.txt (100%) rename {computePi_lesson26 => TrainingJune2020/computePi_lesson26}/src/computePi.cpp (100%) rename {helloWorld => TrainingJune2020/helloWorld}/CMakeLists.txt (100%) rename {helloWorld => TrainingJune2020/helloWorld}/src/helloWorld.cpp (100%) rename {helloWorld_lesson13 => TrainingJune2020/helloWorld_lesson13}/CMakeLists.txt (100%) rename {helloWorld_lesson13 => TrainingJune2020/helloWorld_lesson13}/src/helloWorld.cpp (100%) rename {helloWorld_lesson16 => TrainingJune2020/helloWorld_lesson16}/CMakeLists.txt (100%) rename {helloWorld_lesson16 => TrainingJune2020/helloWorld_lesson16}/src/helloWorld.cpp (100%) rename {helloWorld_lesson21 => TrainingJune2020/helloWorld_lesson21}/CMakeLists.txt (100%) rename {helloWorld_lesson21 => TrainingJune2020/helloWorld_lesson21}/src/helloWorld.cpp (100%) rename {helloWorld_lesson22 => TrainingJune2020/helloWorld_lesson22}/CMakeLists.txt (100%) rename {helloWorld_lesson22 => TrainingJune2020/helloWorld_lesson22}/src/helloWorld.cpp (100%) diff --git a/CMakeLists.txt b/TrainingJune2020/CMakeLists.txt similarity index 100% rename from CMakeLists.txt rename to TrainingJune2020/CMakeLists.txt diff --git a/README.md b/TrainingJune2020/README.md similarity index 100% rename from README.md rename to TrainingJune2020/README.md diff --git a/computePi_homework/CMakeLists.txt b/TrainingJune2020/computePi_homework/CMakeLists.txt similarity index 100% rename from computePi_homework/CMakeLists.txt rename to TrainingJune2020/computePi_homework/CMakeLists.txt diff --git a/computePi_homework/src/computePi.cpp b/TrainingJune2020/computePi_homework/src/computePi.cpp similarity index 100% rename from computePi_homework/src/computePi.cpp rename to TrainingJune2020/computePi_homework/src/computePi.cpp diff --git a/computePi_lesson23/CMakeLists.txt b/TrainingJune2020/computePi_lesson23/CMakeLists.txt similarity index 100% rename from computePi_lesson23/CMakeLists.txt rename to TrainingJune2020/computePi_lesson23/CMakeLists.txt diff --git a/computePi_lesson23/src/computePi.cpp b/TrainingJune2020/computePi_lesson23/src/computePi.cpp similarity index 100% rename from computePi_lesson23/src/computePi.cpp rename to TrainingJune2020/computePi_lesson23/src/computePi.cpp diff --git a/computePi_lesson24/CMakeLists.txt b/TrainingJune2020/computePi_lesson24/CMakeLists.txt similarity index 100% rename from computePi_lesson24/CMakeLists.txt rename to TrainingJune2020/computePi_lesson24/CMakeLists.txt diff --git a/computePi_lesson24/src/computePi.cpp b/TrainingJune2020/computePi_lesson24/src/computePi.cpp similarity index 100% rename from computePi_lesson24/src/computePi.cpp rename to TrainingJune2020/computePi_lesson24/src/computePi.cpp diff --git a/computePi_lesson25/CMakeLists.txt b/TrainingJune2020/computePi_lesson25/CMakeLists.txt similarity index 100% rename from computePi_lesson25/CMakeLists.txt rename to TrainingJune2020/computePi_lesson25/CMakeLists.txt diff --git a/computePi_lesson25/src/computePi.cpp b/TrainingJune2020/computePi_lesson25/src/computePi.cpp similarity index 100% rename from computePi_lesson25/src/computePi.cpp rename to TrainingJune2020/computePi_lesson25/src/computePi.cpp diff --git a/computePi_lesson26/CMakeLists.txt b/TrainingJune2020/computePi_lesson26/CMakeLists.txt similarity index 100% rename from computePi_lesson26/CMakeLists.txt rename to TrainingJune2020/computePi_lesson26/CMakeLists.txt diff --git a/computePi_lesson26/src/computePi.cpp b/TrainingJune2020/computePi_lesson26/src/computePi.cpp similarity index 100% rename from computePi_lesson26/src/computePi.cpp rename to TrainingJune2020/computePi_lesson26/src/computePi.cpp diff --git a/helloWorld/CMakeLists.txt b/TrainingJune2020/helloWorld/CMakeLists.txt similarity index 100% rename from helloWorld/CMakeLists.txt rename to TrainingJune2020/helloWorld/CMakeLists.txt diff --git a/helloWorld/src/helloWorld.cpp b/TrainingJune2020/helloWorld/src/helloWorld.cpp similarity index 100% rename from helloWorld/src/helloWorld.cpp rename to TrainingJune2020/helloWorld/src/helloWorld.cpp diff --git a/helloWorld_lesson13/CMakeLists.txt b/TrainingJune2020/helloWorld_lesson13/CMakeLists.txt similarity index 100% rename from helloWorld_lesson13/CMakeLists.txt rename to TrainingJune2020/helloWorld_lesson13/CMakeLists.txt diff --git a/helloWorld_lesson13/src/helloWorld.cpp b/TrainingJune2020/helloWorld_lesson13/src/helloWorld.cpp similarity index 100% rename from helloWorld_lesson13/src/helloWorld.cpp rename to TrainingJune2020/helloWorld_lesson13/src/helloWorld.cpp diff --git a/helloWorld_lesson16/CMakeLists.txt b/TrainingJune2020/helloWorld_lesson16/CMakeLists.txt similarity index 100% rename from helloWorld_lesson16/CMakeLists.txt rename to TrainingJune2020/helloWorld_lesson16/CMakeLists.txt diff --git a/helloWorld_lesson16/src/helloWorld.cpp b/TrainingJune2020/helloWorld_lesson16/src/helloWorld.cpp similarity index 100% rename from helloWorld_lesson16/src/helloWorld.cpp rename to TrainingJune2020/helloWorld_lesson16/src/helloWorld.cpp diff --git a/helloWorld_lesson21/CMakeLists.txt b/TrainingJune2020/helloWorld_lesson21/CMakeLists.txt similarity index 100% rename from helloWorld_lesson21/CMakeLists.txt rename to TrainingJune2020/helloWorld_lesson21/CMakeLists.txt diff --git a/helloWorld_lesson21/src/helloWorld.cpp b/TrainingJune2020/helloWorld_lesson21/src/helloWorld.cpp similarity index 100% rename from helloWorld_lesson21/src/helloWorld.cpp rename to TrainingJune2020/helloWorld_lesson21/src/helloWorld.cpp diff --git a/helloWorld_lesson22/CMakeLists.txt b/TrainingJune2020/helloWorld_lesson22/CMakeLists.txt similarity index 100% rename from helloWorld_lesson22/CMakeLists.txt rename to TrainingJune2020/helloWorld_lesson22/CMakeLists.txt diff --git a/helloWorld_lesson22/src/helloWorld.cpp b/TrainingJune2020/helloWorld_lesson22/src/helloWorld.cpp similarity index 100% rename from helloWorld_lesson22/src/helloWorld.cpp rename to TrainingJune2020/helloWorld_lesson22/src/helloWorld.cpp