From a4a3c64f97e402acb8a2bb8475e5383d81ebab8e Mon Sep 17 00:00:00 2001 From: Vuhdeem <30359918+Vuhdeem@users.noreply.github.com> Date: Thu, 8 Oct 2020 01:44:30 -0500 Subject: [PATCH 1/5] Update README.md Repository owner information added to README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e69de29b..6df4bbef 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,3 @@ +Name: Vadim Adler + +FSUID: va15c \ No newline at end of file From e185282c8c16e819126d881b62a8dcf079ae5ae8 Mon Sep 17 00:00:00 2001 From: Vuhdeem <30359918+Vuhdeem@users.noreply.github.com> Date: Thu, 8 Oct 2020 01:55:05 -0500 Subject: [PATCH 2/5] commited status.txt --- docs/status.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 docs/status.txt diff --git a/docs/status.txt b/docs/status.txt new file mode 100644 index 00000000..3a2ef465 --- /dev/null +++ b/docs/status.txt @@ -0,0 +1,2 @@ +On branch Assign2 +nothing to commit, working tree clean \ No newline at end of file From 586db6e2e37726b7b7b7cf177a001a848f4b05e4 Mon Sep 17 00:00:00 2001 From: Vuhdeem <30359918+Vuhdeem@users.noreply.github.com> Date: Thu, 8 Oct 2020 03:36:06 -0500 Subject: [PATCH 3/5] adding answers.txt: --- docs/answers.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 docs/answers.txt diff --git a/docs/answers.txt b/docs/answers.txt new file mode 100644 index 00000000..e69de29b From 04c5b8901f21013160af6e9e9172873cab3abc24 Mon Sep 17 00:00:00 2001 From: Vuhdeem <30359918+Vuhdeem@users.noreply.github.com> Date: Thu, 8 Oct 2020 04:06:42 -0500 Subject: [PATCH 4/5] adding finalized answers.txt: --- docs/answers.txt | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/docs/answers.txt b/docs/answers.txt index e69de29b..8d4ad7d7 100644 --- a/docs/answers.txt +++ b/docs/answers.txt @@ -0,0 +1,27 @@ +1: $ Enumerating objects: 9, done. +Counting objects: 100% (9/9), done. +Delta compression using up to 4 threads +Compressing objects: 100% (5/5), done. +Writing objects: 100% (7/7), 677 bytes | 677.00 KiB/s, done. +Total 7 (delta 2), reused 0 (delta 0), pack-reused 0 +remote: Resolving deltas: 100% (2/2), completed with 1 local object. +remote: +remote: Create a pull request for 'Assign2' on GitHub by visiting: +remote: https://github.com/Vadim-FSU/assignment2/pull/new/Assign2 +remote: +To https://github.com/Vadim-FSU/assignment2.git + * [new branch] Assign2 -> Assign2 +Branch 'Assign2' set up to track remote branch 'Assign2' from 'origin'. + +2: 9 +3: git rev-list --all --count +4: 2020-10-08 01:44:30 -0500 +5: git log -1 --pretty="format:%ci" C:\Users\Vadim\Documents\GitHub\assignment2\README.md +6: git log -- Vehicle.h +7: git log --all --grep='file' +8: Inheritance - when a class acquires the properties of the parent class. +Polymorphism - functions/variables that behave differently in different contexts. +Encapsulation - bundling data/operations together in an entity. +9: The difference between the two is the structure of hierarchy. +10: It would be beneficial as the dictator gets to delegate most of the work in a structured manner. +It allows for more organization and strict control for the dictator in organizing large-scale projects. \ No newline at end of file From 157d242813ec7d72ae5bf23d1f853a9ad2d3e56c Mon Sep 17 00:00:00 2001 From: Vuhdeem <30359918+Vuhdeem@users.noreply.github.com> Date: Thu, 8 Oct 2020 04:10:41 -0500 Subject: [PATCH 5/5] finalized answers.txt --- docs/answers.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/answers.txt b/docs/answers.txt index 8d4ad7d7..a6533c9a 100644 --- a/docs/answers.txt +++ b/docs/answers.txt @@ -1,3 +1,7 @@ +Tutorials Date : 10/07/20 +Github Date: 10/08/20 + + 1: $ Enumerating objects: 9, done. Counting objects: 100% (9/9), done. Delta compression using up to 4 threads