From 4be98813e48bdce9192e16e624cccd2f7bd9c03f Mon Sep 17 00:00:00 2001 From: aelasefa Date: Thu, 30 Jul 2026 15:23:31 +0100 Subject: [PATCH 01/15] B: recovery --- slander.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 slander.md diff --git a/slander.md b/slander.md new file mode 100644 index 000000000..edb804cda --- /dev/null +++ b/slander.md @@ -0,0 +1,5 @@ +# Breaking News + +MegaCorp CEO Lane enjoyed the live-action Last Airbender movie +MegaCorp CTO ThePrimeagen is a fan of The Notebook (and most other Nicholas Sparks content) + From df7898594190f5155efb0e9a3c449c34600b81df Mon Sep 17 00:00:00 2001 From: aelasefa Date: Thu, 30 Jul 2026 15:27:18 +0100 Subject: [PATCH 02/15] C: update customers and partners --- customers/all.csv | 1 + orgs/partners.txt | 2 ++ 2 files changed, 3 insertions(+) diff --git a/customers/all.csv b/customers/all.csv index 16dd7b21e..ef48c262d 100644 --- a/customers/all.csv +++ b/customers/all.csv @@ -1 +1,2 @@ first_name,last_name,company,title +karson,yummy,intercooler,ceo diff --git a/orgs/partners.txt b/orgs/partners.txt index 880748638..f72fee8b1 100644 --- a/orgs/partners.txt +++ b/orgs/partners.txt @@ -1 +1,3 @@ partner list +Boot.dev +TheStartup From 0984f2c58b226ce13fce0397738b12848e856991 Mon Sep 17 00:00:00 2001 From: aelasefa Date: Thu, 30 Jul 2026 15:28:05 +0100 Subject: [PATCH 03/15] D: add jayson to customers --- customers/all.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/customers/all.csv b/customers/all.csv index 16dd7b21e..734dbd659 100644 --- a/customers/all.csv +++ b/customers/all.csv @@ -1 +1,2 @@ first_name,last_name,company,title +jayson,gross,htmz,contributor From c2437983f9bfe4280b8f8ffa14cbce8e16369f8c Mon Sep 17 00:00:00 2001 From: aelasefa Date: Thu, 30 Jul 2026 16:20:48 +0100 Subject: [PATCH 04/15] F: delete some lines in files --- customers/all.csv | 1 - orgs/partners.txt | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/customers/all.csv b/customers/all.csv index 734dbd659..16dd7b21e 100644 --- a/customers/all.csv +++ b/customers/all.csv @@ -1,2 +1 @@ first_name,last_name,company,title -jayson,gross,htmz,contributor diff --git a/orgs/partners.txt b/orgs/partners.txt index f72fee8b1..3954648de 100644 --- a/orgs/partners.txt +++ b/orgs/partners.txt @@ -1,3 +1,3 @@ partner list -Boot.dev + TheStartup From 3ab4af1cba684147b094e9b2aff046b06ddc866c Mon Sep 17 00:00:00 2001 From: aelasefa Date: Thu, 30 Jul 2026 16:22:15 +0100 Subject: [PATCH 05/15] G: chnage something in files --- customers/all.csv | 2 +- orgs/partners.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/customers/all.csv b/customers/all.csv index 734dbd659..91ac78526 100644 --- a/customers/all.csv +++ b/customers/all.csv @@ -1,2 +1,2 @@ first_name,last_name,company,title -jayson,gross,htmz,contributor +carson,gross,htmx,creator diff --git a/orgs/partners.txt b/orgs/partners.txt index f72fee8b1..2f6c37ace 100644 --- a/orgs/partners.txt +++ b/orgs/partners.txt @@ -1,3 +1,3 @@ partner list -Boot.dev +SalesInc TheStartup From 2fd18eed7ea75835e6965095791ab7e0889d718e Mon Sep 17 00:00:00 2001 From: aelasefa Date: Fri, 31 Jul 2026 16:25:08 +0100 Subject: [PATCH 06/15] J: redacted L: Create file in customers dir named favs in main Branch K: Create file in customers dir named favs in favs Branch --- customers/banned.csv | 3 +++ customers/favs.md | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 customers/banned.csv create mode 100644 customers/favs.md diff --git a/customers/banned.csv b/customers/banned.csv new file mode 100644 index 000000000..5b13c1afc --- /dev/null +++ b/customers/banned.csv @@ -0,0 +1,3 @@ +first_name,last_name,company,title +Ballan,Agrandian,Boots.lore,Protagonist +sam,ctrlman,closedai,ceo diff --git a/customers/favs.md b/customers/favs.md new file mode 100644 index 000000000..bfe19c681 --- /dev/null +++ b/customers/favs.md @@ -0,0 +1,3 @@ +# Favorite Customers +* Jesse Pinkman, Heisenberg's Assistant +* Walter White, Heisenberg, Chemist From 4ee7aba97158322dbc3f87cbc8bf449120e914d0 Mon Sep 17 00:00:00 2001 From: aelasefa Date: Sat, 1 Aug 2026 20:26:04 +0100 Subject: [PATCH 07/15] K: add scripte to scan credit cards L: ADD Scripte SCANNING FOR SOCIAL SECURITY NUMBERS M: SCANNING FOR PHONE NUMBERS --- scripts/scan.sh | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/scripts/scan.sh b/scripts/scan.sh index f4d9eb226..be676a78a 100755 --- a/scripts/scan.sh +++ b/scripts/scan.sh @@ -1 +1,10 @@ -# TODO: write the script +printf "\n====== SCANNING FOR CREDIT CARD NUMBERS ======\n" +grep -rE --color=always '(\b[0-9]{4}[- ]?){3}[0-9]{4}\b' . --exclude-dir={.git} --line-number +echo "========= CREDIT CARD SCAN COMPLETE ==========" +printf "\n==== SCANNING FOR SOCIAL SECURITY NUMBERS ====\n" +grep -rE --color=always '\b[0-9]{3}-[0-9]{2}-[0-9]{4}\b' . --exclude-dir={.git} --line-number +echo "======= SOCIAL SECURITY SCAN COMPLETE ========" +printf "\n========= SCANNING FOR PHONE NUMBERS =========\n" +grep -rE --color=always '\b[0-9]{3}-[0-9]{3}-[0-9]{4}\b' . --exclude-dir={.git} --line-number +grep -rE --color=always '\([0-9]{3}\) [0-9]{3}-[0-9]{4}' . --exclude-dir={.git} --line-number +echo "========= PHONE NUMBER SCAN COMPLETE =========" From 02c8def403f84eaffc93f392e8f891c35bb970aa Mon Sep 17 00:00:00 2001 From: aelasefa Date: Tue, 4 Aug 2026 02:10:28 +0100 Subject: [PATCH 08/15] index on main: d27172e Merge branch 'add_scanner' From cbfadc7fe47d2494d87d737ad3053a581e1ff841 Mon Sep 17 00:00:00 2001 From: aelasefa Date: Tue, 4 Aug 2026 15:54:57 +0100 Subject: [PATCH 09/15] L: fix apux replacement --- scripts/apux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/apux.sh b/scripts/apux.sh index 518b3547a..6862bbf11 100755 --- a/scripts/apux.sh +++ b/scripts/apux.sh @@ -1,3 +1,3 @@ #!/bin/sh output=$(sh "$@" 2>&1) -echo "$output" | sed 's/bash/apux/g' +echo "$output" | sed 's/ sh/ apux/g' From 74f3ee2a72568414888709eb26c1151d3df79019 Mon Sep 17 00:00:00 2001 From: aelasefa Date: Tue, 4 Aug 2026 16:00:13 +0100 Subject: [PATCH 10/15] M: fix conflic and pop from stash --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 13b4fae17..09b1d0d87 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ -# megacorp +# megacorp | good marketing example -The starter repo for the [Git 2 course](https://www.boot.dev/learn/learn-git-2) on Boot.dev. +MegaCorp™ is _the_ enterprise Customer Relationship Management (CRM) software. Not only is it an incredible product, but it also ships a programming language for "MegaCorp developers" that want to build custom features within the MegaCorp™ ecosystem. That language is called "Apux". +# megacorp | bad marketing example + +Unite marketing, sales, and service in a single app. Try MegaCorp Starter Suite today. There's nothing to install. No credit card required. The only thing standing between you and more customers are your terrible salespeople. Get started today. From 5cb1f8accca9e5edbff05d931307d1819d394073 Mon Sep 17 00:00:00 2001 From: aelasefa Date: Tue, 4 Aug 2026 16:01:04 +0100 Subject: [PATCH 11/15] M: fix conflic and pop from stash --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 09b1d0d87..f0c36b88f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,3 @@ # megacorp | good marketing example MegaCorp™ is _the_ enterprise Customer Relationship Management (CRM) software. Not only is it an incredible product, but it also ships a programming language for "MegaCorp developers" that want to build custom features within the MegaCorp™ ecosystem. That language is called "Apux". -# megacorp | bad marketing example - -Unite marketing, sales, and service in a single app. Try MegaCorp Starter Suite today. There's nothing to install. No credit card required. The only thing standing between you and more customers are your terrible salespeople. Get started today. From 83969797a19528cb98c7b52612712ba7a29a6407 Mon Sep 17 00:00:00 2001 From: aelasefa Date: Tue, 4 Aug 2026 16:20:26 +0100 Subject: [PATCH 12/15] Revert "N: Revert M" This reverts commit 5cb1f8accca9e5edbff05d931307d1819d394073. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f0c36b88f..09b1d0d87 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ # megacorp | good marketing example MegaCorp™ is _the_ enterprise Customer Relationship Management (CRM) software. Not only is it an incredible product, but it also ships a programming language for "MegaCorp developers" that want to build custom features within the MegaCorp™ ecosystem. That language is called "Apux". +# megacorp | bad marketing example + +Unite marketing, sales, and service in a single app. Try MegaCorp Starter Suite today. There's nothing to install. No credit card required. The only thing standing between you and more customers are your terrible salespeople. Get started today. From 3893af5bb37a458bc30c8d6fef19a599162e31df Mon Sep 17 00:00:00 2001 From: aelasefa Date: Tue, 4 Aug 2026 16:29:45 +0100 Subject: [PATCH 13/15] Restore README --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 09b1d0d87..13b4fae17 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,3 @@ -# megacorp | good marketing example +# megacorp -MegaCorp™ is _the_ enterprise Customer Relationship Management (CRM) software. Not only is it an incredible product, but it also ships a programming language for "MegaCorp developers" that want to build custom features within the MegaCorp™ ecosystem. That language is called "Apux". -# megacorp | bad marketing example - -Unite marketing, sales, and service in a single app. Try MegaCorp Starter Suite today. There's nothing to install. No credit card required. The only thing standing between you and more customers are your terrible salespeople. Get started today. +The starter repo for the [Git 2 course](https://www.boot.dev/learn/learn-git-2) on Boot.dev. From 1833c167112a55fc18191fc781407f9be865ef02 Mon Sep 17 00:00:00 2001 From: aelasefa Date: Tue, 4 Aug 2026 18:22:41 +0100 Subject: [PATCH 14/15] O: update partners.txt --- orgs/partners.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/orgs/partners.txt b/orgs/partners.txt index 2f6c37ace..7cd48d10c 100644 --- a/orgs/partners.txt +++ b/orgs/partners.txt @@ -1,3 +1,4 @@ partner list SalesInc TheStartup +ClosedML From 89de1a9eb751b583bada5185b4280c5d7bf87f64 Mon Sep 17 00:00:00 2001 From: aelasefa Date: Tue, 4 Aug 2026 18:46:24 +0100 Subject: [PATCH 15/15] P: Revert "K: add scripte to scan credit cards" This reverts commit 4ee7aba97158322dbc3f87cbc8bf449120e914d0. --- scripts/scan.sh | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/scripts/scan.sh b/scripts/scan.sh index be676a78a..f4d9eb226 100755 --- a/scripts/scan.sh +++ b/scripts/scan.sh @@ -1,10 +1 @@ -printf "\n====== SCANNING FOR CREDIT CARD NUMBERS ======\n" -grep -rE --color=always '(\b[0-9]{4}[- ]?){3}[0-9]{4}\b' . --exclude-dir={.git} --line-number -echo "========= CREDIT CARD SCAN COMPLETE ==========" -printf "\n==== SCANNING FOR SOCIAL SECURITY NUMBERS ====\n" -grep -rE --color=always '\b[0-9]{3}-[0-9]{2}-[0-9]{4}\b' . --exclude-dir={.git} --line-number -echo "======= SOCIAL SECURITY SCAN COMPLETE ========" -printf "\n========= SCANNING FOR PHONE NUMBERS =========\n" -grep -rE --color=always '\b[0-9]{3}-[0-9]{3}-[0-9]{4}\b' . --exclude-dir={.git} --line-number -grep -rE --color=always '\([0-9]{3}\) [0-9]{3}-[0-9]{4}' . --exclude-dir={.git} --line-number -echo "========= PHONE NUMBER SCAN COMPLETE =========" +# TODO: write the script