From 41605696177b490bc025f1ed13ccf865622d6759 Mon Sep 17 00:00:00 2001 From: Trevor-Hartman Date: Thu, 31 Aug 2023 14:47:39 -0700 Subject: [PATCH 01/14] I have a dream --- .idea/.gitignore | 3 +++ .idea/WorkflowTest.iml | 9 +++++++++ .idea/misc.xml | 6 ++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ README.md | 2 ++ 6 files changed, 34 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/WorkflowTest.iml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/.idea/WorkflowTest.iml b/.idea/WorkflowTest.iml new file mode 100644 index 0000000..d6ebd48 --- /dev/null +++ b/.idea/WorkflowTest.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..639900d --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..5f82f9b --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index 22992af..709fd0a 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,5 @@ ## Famous Quotes "Imagination is more important than knowledge." Einstein + +"I have a dream." Martin Luther King From cf769e1ab3e65a00d802fd2ef8ba74630ffdc700 Mon Sep 17 00:00:00 2001 From: ChildOfTheWildes Date: Thu, 31 Aug 2023 15:12:51 -0700 Subject: [PATCH 02/14] Added Tesla quote --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 709fd0a..dbc7446 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,5 @@ "Imagination is more important than knowledge." Einstein "I have a dream." Martin Luther King + +"Anti-social behavior is a trait of intelligence in a world full of conformists." Nikola Tesla \ No newline at end of file From 05c48a8a76aa4570c8de38aa2cdb8098dc4c1fb3 Mon Sep 17 00:00:00 2001 From: Trevor-Hartman Date: Thu, 31 Aug 2023 15:09:04 -0700 Subject: [PATCH 03/14] dylan thomas quote --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dbc7446..8f59cac 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,6 @@ "I have a dream." Martin Luther King +"Do not go gentle into that good night." Dylan Thomas + "Anti-social behavior is a trait of intelligence in a world full of conformists." Nikola Tesla \ No newline at end of file From 8627fe42683473e3209aad50035bf14fb643fc63 Mon Sep 17 00:00:00 2001 From: cxrdary Date: Thu, 31 Aug 2023 15:12:02 -0700 Subject: [PATCH 04/14] Project Files --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index dbc7446..d349dfc 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,8 @@ "I have a dream." Martin Luther King +"Do not go gentle into that goodnight" - Dylan Thomas + +"I think ya sent her a little bit too hard there bud" - A Drunk Candian Guy + "Anti-social behavior is a trait of intelligence in a world full of conformists." Nikola Tesla \ No newline at end of file From e1ad642851284864a843c57a60687c81883ad73a Mon Sep 17 00:00:00 2001 From: cxrdary Date: Thu, 31 Aug 2023 15:34:36 -0700 Subject: [PATCH 05/14] Project Files --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d349dfc..48ada0f 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,6 @@ "Do not go gentle into that goodnight" - Dylan Thomas -"I think ya sent her a little bit too hard there bud" - A Drunk Candian Guy +"I think ya sent her a little-bit too hard there bud" - A Drunk Canadian Guy "Anti-social behavior is a trait of intelligence in a world full of conformists." Nikola Tesla \ No newline at end of file From 5533f50916ada72e3720b4283c5139617cbbad6a Mon Sep 17 00:00:00 2001 From: Trevor Hartman <100978684+THartmanOfTheRedwoods@users.noreply.github.com> Date: Fri, 1 Sep 2023 12:40:17 -0700 Subject: [PATCH 06/14] Update README.md Quote update --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1014987..c0b0536 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,6 @@ "Do not go gentle into that good night." Dylan Thomas -"Anti-social behavior is a trait of intelligence in a world full of conformists." Nikola Tesla \ No newline at end of file +"Anti-social behavior is a trait of intelligence in a world full of conformists." Nikola Tesla + +"Be the change you want in the world" - Anonymous From f74b6f4248654c529b4c8150e47ea55ca310068a Mon Sep 17 00:00:00 2001 From: Trevor-Hartman Date: Wed, 24 Jan 2024 16:40:23 -0800 Subject: [PATCH 07/14] Added my famous quote --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c0b0536..6a1fb92 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,5 @@ "Anti-social behavior is a trait of intelligence in a world full of conformists." Nikola Tesla "Be the change you want in the world" - Anonymous + +"Mathematics is the queen of sciences, and arithmetic is the queen of mathematics." - Carl Friedrich Gauss From a1475e3e5b10697f5f3e6d4d3c8574d6effd7363 Mon Sep 17 00:00:00 2001 From: 2sage4thyme <2sage4thyme@gmail.com> Date: Wed, 24 Jan 2024 16:40:27 -0800 Subject: [PATCH 08/14] Added my quote --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c0b0536..8a96677 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ "I think ya sent her a little-bit too hard there bud" - A Drunk Canadian Guy +"If life were predictable it would cease to be life and be without flavor." -Eleanor Roosevelt + "Do not go gentle into that good night." Dylan Thomas "Anti-social behavior is a trait of intelligence in a world full of conformists." Nikola Tesla From b5bb6c81dbdee9bc355a71420c5b5bc230548004 Mon Sep 17 00:00:00 2001 From: joseph Date: Wed, 24 Jan 2024 16:41:51 -0800 Subject: [PATCH 09/14] Added famous quotes --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 22992af..ce69509 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,8 @@ ## Famous Quotes "Imagination is more important than knowledge." Einstein + +"You dont truly understand what you can't explain to a 6 year old" -Einstein + +"The only impossible journey is the one you never begin." - Tony Robbins + From ea32f76994b0cb740afa4bf2d612a4db7466c57b Mon Sep 17 00:00:00 2001 From: GinaD14 Date: Wed, 24 Jan 2024 16:45:24 -0800 Subject: [PATCH 10/14] Quote Additions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c0b0536..d5496d4 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,5 @@ "Anti-social behavior is a trait of intelligence in a world full of conformists." Nikola Tesla "Be the change you want in the world" - Anonymous + +"The more you sweat in practice, the more you bleed in battle" -Anonymous From 611b6e71324e604da3c59d370a00a3c752ed42c8 Mon Sep 17 00:00:00 2001 From: joseph Date: Wed, 24 Jan 2024 16:54:44 -0800 Subject: [PATCH 11/14] untracked files --- .idea/.gitignore | 3 +++ .idea/WorkflowTest.iml | 9 +++++++++ .idea/misc.xml | 6 ++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ 5 files changed, 32 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/WorkflowTest.iml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/.idea/WorkflowTest.iml b/.idea/WorkflowTest.iml new file mode 100644 index 0000000..d6ebd48 --- /dev/null +++ b/.idea/WorkflowTest.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..639900d --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..5f82f9b --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file From 08dd25f5c5dde1b2596a77bbee998c7681a81f02 Mon Sep 17 00:00:00 2001 From: 2sage4thyme <2sage4thyme@gmail.com> Date: Wed, 24 Jan 2024 16:59:24 -0800 Subject: [PATCH 12/14] Added my quote --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index cdfb417..0e14666 100644 --- a/README.md +++ b/README.md @@ -6,16 +6,16 @@ "I have a dream." Martin Luther King -"Do not go gentle into that goodnight" - Dylan Thomas +"Do not go peacefully into that goodnight" - Dylan Thomas -"I think ya sent her a little-bit too hard there bud" - A Drunk Canadian Guy +"I think ya sent him a little-bit too hard there bud" - A Drunk Canadian Guy -"If life were predictable it would cease to be life and be without flavor." -Eleanor Roosevelt +"If life were unpredictable it would cease to be life and be without flavor." -Eleanor Roosevelt "Do not go gentle into that good night." Dylan Thomas -"Anti-social behavior is a trait of intelligence in a world full of conformists." Nikola Tesla +"Social behavior is a trait of intelligence in a world full of conformists." Nikola Tesla -"Be the change you want in the world" - Anonymous +"Be the destruction you want in the world" - Anonymous -"Mathematics is the queen of sciences, and arithmetic is the queen of mathematics." - Carl Friedrich Gauss +"Mathematics is the queen of art, and arithmetic is the queen of mathematics." - Carl Friedrich Gauss From 49e3aaaa978935d10dc2403d48bcde57698d93fb Mon Sep 17 00:00:00 2001 From: joseph Date: Wed, 24 Jan 2024 17:01:21 -0800 Subject: [PATCH 13/14] untracked files --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6a1fb92..d1315b4 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,5 @@ "Be the change you want in the world" - Anonymous "Mathematics is the queen of sciences, and arithmetic is the queen of mathematics." - Carl Friedrich Gauss + +"The only impossible journey is the one you never begin." - Tony Robbins \ No newline at end of file From d1d0764287ca36150903a4d1ab0a525b6e37f0fc Mon Sep 17 00:00:00 2001 From: joseph Date: Wed, 24 Jan 2024 17:14:50 -0800 Subject: [PATCH 14/14] untracked files --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d032786..edf7744 100644 --- a/README.md +++ b/README.md @@ -22,4 +22,6 @@ "Mathematics is the queen of sciences, and arithmetic is the queen of mathematics." - Carl Friedrich Gauss -"The only impossible journey is the one you never begin." - Tony Robbins \ No newline at end of file +"The only impossible journey is the one you never begin." - Tony Robbins + +"Be the change that you wish to see in the world." - Mahatma Gandhi \ No newline at end of file