From 106593fb2c7917a7e03b56fb37a1b14f435b28ce Mon Sep 17 00:00:00 2001 From: user Date: Mon, 7 Feb 2022 17:26:25 +0000 Subject: [PATCH 01/53] change folder name --- subjects/{my-ls-1 => my-ls}/README.md | 0 subjects/{my-ls-1 => my-ls}/audit/README.md | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename subjects/{my-ls-1 => my-ls}/README.md (100%) rename subjects/{my-ls-1 => my-ls}/audit/README.md (100%) diff --git a/subjects/my-ls-1/README.md b/subjects/my-ls/README.md similarity index 100% rename from subjects/my-ls-1/README.md rename to subjects/my-ls/README.md diff --git a/subjects/my-ls-1/audit/README.md b/subjects/my-ls/audit/README.md similarity index 100% rename from subjects/my-ls-1/audit/README.md rename to subjects/my-ls/audit/README.md From 8bb2cdabdc9810016eca7e718c7910ad928b3891 Mon Sep 17 00:00:00 2001 From: Ihab Date: Mon, 7 Feb 2022 17:46:22 +0000 Subject: [PATCH 02/53] Update README.md my-ls-1 to my-ls --- subjects/my-ls/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/my-ls/README.md b/subjects/my-ls/README.md index e69e7a242..51f662459 100644 --- a/subjects/my-ls/README.md +++ b/subjects/my-ls/README.md @@ -1,8 +1,8 @@ -## my-ls-1 +## my-ls ### Objectives -- my-ls-1 consists on creating your own `ls` command. +- my-ls consists on creating your own `ls` command. - The `ls` command shows you the files and folders of the directory specified after the command. By exclusion of this directory, it shows the files and folders of the present directory. From 38606cbb2ca94cbd0f64ef2637bb933d54454995 Mon Sep 17 00:00:00 2001 From: Ihab Date: Mon, 7 Feb 2022 17:48:05 +0000 Subject: [PATCH 03/53] Update README.md my-ls-1 to my-ls --- subjects/my-ls/audit/README.md | 38 +++++++++++++++++----------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/subjects/my-ls/audit/README.md b/subjects/my-ls/audit/README.md index d63ab0c2d..9aab22c74 100644 --- a/subjects/my-ls/audit/README.md +++ b/subjects/my-ls/audit/README.md @@ -2,79 +2,79 @@ ###### Has the requirement for the allowed packages been respected? -##### Run both my-ls-1 and the system command `ls` with no arguments. +##### Run both my-ls and the system command `ls` with no arguments. ###### Does it display the same files and/or folders in the same order? -##### Run both my-ls-1 and the system command `ls` with the arguments: `""`. +##### Run both my-ls and the system command `ls` with the arguments: `""`. ###### Does it display the same file? -##### Run both my-ls-1 and the system command `ls` with the arguments: `""`. +##### Run both my-ls and the system command `ls` with the arguments: `""`. ###### Does it display the same files and/or folders in the same order? -##### Run both my-ls-1 and the system command `ls` with the flag: `"-l"`. +##### Run both my-ls and the system command `ls` with the flag: `"-l"`. ###### Does it display the same files and/or folders with the same display? -##### Run both my-ls-1 and the system command `ls` with the arguments: `"-l "`. +##### Run both my-ls and the system command `ls` with the arguments: `"-l "`. ###### Does it display the same file with the same display? -##### Run both my-ls-1 and the system command `ls` with the arguments: `"-l "`. +##### Run both my-ls and the system command `ls` with the arguments: `"-l "`. ###### Does it display the same files and/or folders with the same display? -##### Run both my-ls-1 and the system command `ls` with the flag: `"-l /usr/bin"`. +##### Run both my-ls and the system command `ls` with the flag: `"-l /usr/bin"`. ###### Does it display the same files and/or folders with the same display? Be aware of symbolic links. -##### Run both my-ls-1 and the system command `ls` with the flag: `"-R"`, in a directory with folders in it. +##### Run both my-ls and the system command `ls` with the flag: `"-R"`, in a directory with folders in it. ###### Does it display the same files and/or folders? -##### Run both my-ls-1 and the system command `ls` with the flag: `"-a"`. +##### Run both my-ls and the system command `ls` with the flag: `"-a"`. ###### Does it display the same files and/or folders in the same order? -##### Run both my-ls-1 and the system command `ls` with the flag: `"-r"`. +##### Run both my-ls and the system command `ls` with the flag: `"-r"`. ###### Does it display the same files and/or folders in the same order? -##### Run both my-ls-1 and the system command `ls` with the flag: `"-t"`. +##### Run both my-ls and the system command `ls` with the flag: `"-t"`. ###### Does it display the same files and/or folders in the same order? -##### Run both my-ls-1 and the system command `ls` with the flag: `"-la"`. +##### Run both my-ls and the system command `ls` with the flag: `"-la"`. ###### Does it display the same files and/or folders in the same order? -##### Run both my-ls-1 and the system command `ls` with the arguments: `"-l -t "`. +##### Run both my-ls and the system command `ls` with the arguments: `"-l -t "`. ###### Does it display the same files and/or folders in the same order? -##### Run both my-ls-1 and the system command `ls` with the arguments: `"-lRr "`, in which the directory chosen contains folders. +##### Run both my-ls and the system command `ls` with the arguments: `"-lRr "`, in which the directory chosen contains folders. ###### Does it display the same files and/or folders in the same order? -##### Run both my-ls-1 and the system command ls with the arguments: `"-l -a "` +##### Run both my-ls and the system command ls with the arguments: `"-l -a "` ###### Is the output displayed the same way? -##### Run both my-ls-1 and the system command ls with the arguments: `"-lR ////// //"` +##### Run both my-ls and the system command ls with the arguments: `"-lR ////// //"` ###### Is the output displayed the same way? Number of `/` must be the same. -##### Run both my-ls-1 and the system command ls with the arguments: `"-la /dev"` +##### Run both my-ls and the system command ls with the arguments: `"-la /dev"` ###### Does it display the same files and/or folders with the same display? Do not pay attention to ACL permission flag. -##### Run both my-ls-1 and the system command ls with the arguments: `"-alRrt "`, in which the directory chosen contains folders and files within folders. Time of modification of all files within that folder must be the same. +##### Run both my-ls and the system command ls with the arguments: `"-alRrt "`, in which the directory chosen contains folders and files within folders. Time of modification of all files within that folder must be the same. ###### Is the displayed output the same? -##### Create directory with `-` name and run both my-ls-1 and the system command ls with the arguments: `"-"` +##### Create directory with `-` name and run both my-ls and the system command ls with the arguments: `"-"` ###### Is the displayed output the same? From ad431274759f8a4c4af909518204e186576b1d73 Mon Sep 17 00:00:00 2001 From: Ihab Date: Tue, 8 Feb 2022 18:04:47 +0000 Subject: [PATCH 04/53] Update README.md --- subjects/atm-management-system/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/atm-management-system/README.md b/subjects/atm-management-system/README.md index c6879ed4d..b1dcc2724 100644 --- a/subjects/atm-management-system/README.md +++ b/subjects/atm-management-system/README.md @@ -2,7 +2,7 @@ ### Objective -The objective for this project is to show that you have acquired programming logic and that you are able to adapt to new languages. +The objective of this project is to show that you have acquired programming logic and that you are able to adapt to new languages. The programming language you are about to use is [C](https://en.wikipedia.org/wiki/C_%28programming_language%29). It will not be asked to create a project from scratch, instead you will have **to add features or fix the code of a given application**. From 87dfe10211143f63176898b6e9497f4553d08b4e Mon Sep 17 00:00:00 2001 From: Ihab Date: Mon, 14 Feb 2022 11:52:37 +0000 Subject: [PATCH 05/53] Update README.md --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 369177c50..e13d7d344 100644 --- a/README.md +++ b/README.md @@ -1 +1,14 @@ -# public +### Welcome to the Public Directory of Schools 01 + +Our schools seek to get out of empirical approaches that are not at all suitable for the gifted, and use the **peerlearning methodology**. Our courses are meticulously studied in order to provide you with quality projects. The teaching method put in place by **Nicolas Sadirac** (founder of Epitech, 42, and now **01Edu System**) allows students to learn how to learn, with **gamification** and the **peer system**. + +Please take into account our approach before making **Issues** + +Some feedback relates to the **ambiguity of the subject **/ **the lack of precision**, and this **is voluntary on our part**. + +Do not hesitate to contribute by making a PR in the **content-update branch**. + +Thank You :smile: +# Content Team + +![](https://www.01talent.com/wp-content/uploads/2021/10/01Talent-Vert-Blanc.png.webp) From 9cca47847c056edbe505f7cb9d9753a3226cedda Mon Sep 17 00:00:00 2001 From: Ihab Date: Mon, 14 Feb 2022 11:54:52 +0000 Subject: [PATCH 06/53] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e13d7d344..8e7020c7a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Our schools seek to get out of empirical approaches that are not at all suitable Please take into account our approach before making **Issues** -Some feedback relates to the **ambiguity of the subject **/ **the lack of precision**, and this **is voluntary on our part**. +Some feedback relates to the **ambiguity of the subject ** / **the lack of precision**, and this **is voluntary on our part**. Do not hesitate to contribute by making a PR in the **content-update branch**. From 0494900af5181aac55e772b40a8aae839cba92f0 Mon Sep 17 00:00:00 2001 From: Ihab Date: Mon, 14 Feb 2022 11:55:08 +0000 Subject: [PATCH 07/53] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e7020c7a..a0a888ad7 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Our schools seek to get out of empirical approaches that are not at all suitable Please take into account our approach before making **Issues** -Some feedback relates to the **ambiguity of the subject ** / **the lack of precision**, and this **is voluntary on our part**. +Some feedback relates to the **ambiguity of the subject** / **the lack of precision**, and this **is voluntary on our part**. Do not hesitate to contribute by making a PR in the **content-update branch**. From 3a4312bfcc8ab1b4c53228efb87a0944faf8e76a Mon Sep 17 00:00:00 2001 From: Ihab Date: Mon, 14 Feb 2022 17:36:02 +0000 Subject: [PATCH 08/53] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index a0a888ad7..be4f2315c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ ### Welcome to the Public Directory of Schools 01 -Our schools seek to get out of empirical approaches that are not at all suitable for the gifted, and use the **peerlearning methodology**. Our courses are meticulously studied in order to provide you with quality projects. The teaching method put in place by **Nicolas Sadirac** (founder of Epitech, 42, and now **01Edu System**) allows students to learn how to learn, with **gamification** and the **peer system**. - +Our schools seek to get out of empirical approaches that are not at all suitable for the gifted, and use the **peerlearning methodology**. Our courses are meticulously studied in order to provide you with quality projects. Please take into account our approach before making **Issues** Some feedback relates to the **ambiguity of the subject** / **the lack of precision**, and this **is voluntary on our part**. From 58fafccc350f00af92969e4d721940bf1f556453 Mon Sep 17 00:00:00 2001 From: Ihab Date: Mon, 14 Feb 2022 17:38:42 +0000 Subject: [PATCH 09/53] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be4f2315c..a2fe8dd45 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ### Welcome to the Public Directory of Schools 01 -Our schools seek to get out of empirical approaches that are not at all suitable for the gifted, and use the **peerlearning methodology**. Our courses are meticulously studied in order to provide you with quality projects. +Our courses are meticulously studied in order to provide you with quality projects. Please take into account our approach before making **Issues** Some feedback relates to the **ambiguity of the subject** / **the lack of precision**, and this **is voluntary on our part**. From 4fd8813981cb58101f12e674b1fb1ec5a2889db7 Mon Sep 17 00:00:00 2001 From: Ihab Date: Tue, 15 Feb 2022 15:14:13 +0000 Subject: [PATCH 10/53] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2fe8dd45..1f6aa111e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -### Welcome to the Public Directory of Schools 01 +### Welcome to the Public Repository of 01 Edu System Our courses are meticulously studied in order to provide you with quality projects. Please take into account our approach before making **Issues** From e34c197a6f88baa03bd4773f82b006be25fcd193 Mon Sep 17 00:00:00 2001 From: Ihab Date: Tue, 15 Feb 2022 15:16:57 +0000 Subject: [PATCH 11/53] Update README.md --- subjects/go-reloaded/audit/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/go-reloaded/audit/README.md b/subjects/go-reloaded/audit/README.md index 8fccb2e50..d748a2d7f 100644 --- a/subjects/go-reloaded/audit/README.md +++ b/subjects/go-reloaded/audit/README.md @@ -1,6 +1,6 @@ #### Functional -###### Has the requirement for the allowed packages been respected? (Reminder for this project: (only [standard packages](https://golang.org/pkg/) +###### Has the requirement for the allowed packages been respected? (Reminder for this project: (only [standard packages](https://golang.org/pkg/)) ##### In a file called `sample.txt`, place the following text (without the double quotes): "If I make you BREAKFAST IN BED (low, 3) just say thank you instead of: how (cap) did you get in my house (up, 2) ?". Now run the student program with the arguments: `sample.txt result.txt`. From 3e92f2eecfab85f6f406b1cb0da234eb7e77ef25 Mon Sep 17 00:00:00 2001 From: Ihab Date: Tue, 15 Feb 2022 15:30:58 +0000 Subject: [PATCH 12/53] Update README.md --- subjects/atm-management-system/audit/README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/subjects/atm-management-system/audit/README.md b/subjects/atm-management-system/audit/README.md index 3d005b679..84e4193a5 100644 --- a/subjects/atm-management-system/audit/README.md +++ b/subjects/atm-management-system/audit/README.md @@ -80,18 +80,18 @@ #### Bonus -##### Open two terminals and login with two different users. Then transfer ownership of an account to the other user. +##### Open two terminals and login with two different users. Then transfer ownership of an account to the other user. -###### +Was the user whom received the account notified instantly? +###### [+] Was the user whom received the account notified instantly? -###### +Did the student update the terminal interface? +###### [+] Did the student update the terminal interface? -###### +Is the password saved in the file `"users.txt"` encrypted? +###### [+] Is the password saved in the file `"users.txt"` encrypted? -###### +Did the student create a relational database? • 6 +###### [+] Did the student create a relational database? • 6 -###### +Did the student make their own Makefile? +###### [+] Did the student make their own Makefile? -###### +Did the student add more features to the project? +###### [+] Did the student add more features to the project? -###### +Did the student optimise the code already given? +###### [+] Did the student optimise the code already given? From 4e9758d217c6423517dd955a424cfb79416223ba Mon Sep 17 00:00:00 2001 From: Ihab Date: Tue, 15 Feb 2022 16:11:59 +0000 Subject: [PATCH 13/53] Update audit.md --- subjects/ascii-art/color/audit.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/subjects/ascii-art/color/audit.md b/subjects/ascii-art/color/audit.md index 52a33224e..934a0e886 100644 --- a/subjects/ascii-art/color/audit.md +++ b/subjects/ascii-art/color/audit.md @@ -52,11 +52,11 @@ EX: go run . something --color= ###### Does it display the expected result? -##### Try passing as arguments a random string with special characters, and a random color in the color flag ("--color="), specifying one letter to be coloured. +##### Try passing as arguments a random string with special characters, and a random color in the color flag ("--color="), specifying one letter to be colored. ###### Does it display the expected result? -##### Try passing as arguments a random string with lower, upper case, spaces and numbers letters and a random color in the color flag ("--color="), specifying a set of letters to be coloured. +##### Try passing as arguments a random string with lower, upper case, spaces and numbers letters and a random color in the color flag ("--color="), specifying a set of letters to be colored. ###### Does it display the expected result? @@ -64,28 +64,28 @@ EX: go run . something --color= #### General -###### +Is it easy/intuitive to specify letter(s) to be colored? +###### [+] Is it easy/intuitive to specify letter(s) to be colored? -###### +Can you use more than one color in the same string? +###### [+] Can you use more than one color in the same string? #### Basic -###### +Does the project run quickly and effectively (favoring of recursive, no unnecessary data requests, etc.)? +###### [+] Does the project run quickly and effectively (favoring of recursive, no unnecessary data requests, etc.)? -###### +Is the output of the program well structured? Are the characters are correctly in line? +###### [+] Is the output of the program well structured? Are the characters are correctly in line? -###### +Is there a test file for this code? +###### [+] Is there a test file for this code? -###### +Are the tests checking each possible case? +###### [+] Are the tests checking each possible case? -###### +Does the code obey the [good practices](../../good-practices/README.md)? +###### [+] Does the code obey the [good practices](../../good-practices/README.md)? #### Social -###### +Did you learn anything from this project? +###### [+] Did you learn anything from this project? -###### +Would you recommend/nominate this program as an example for the rest of the school? +###### [+] Would you recommend/nominate this program as an example for the rest of the school? #### Bonus -###### +Can you use for the flag "--color=" different notation? (ex: `--color=red`, `--color=#ff0000`, `--color=rgb(255, 0, 0)` or `--color=hsl(0, 100%, 50%)`) +###### [+] Can you use for the flag "--color=" different notation? (ex: `--color=red`, `--color=#ff0000`, `--color=rgb(255, 0, 0)` or `--color=hsl(0, 100%, 50%)`) From dc193c18553c97cff286f55b87800aab26addd6a Mon Sep 17 00:00:00 2001 From: Ihab Date: Tue, 15 Feb 2022 16:16:02 +0000 Subject: [PATCH 14/53] Update README.md --- subjects/tetris-optimizer/audit/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/subjects/tetris-optimizer/audit/README.md b/subjects/tetris-optimizer/audit/README.md index 614c8a9f3..53c233a61 100644 --- a/subjects/tetris-optimizer/audit/README.md +++ b/subjects/tetris-optimizer/audit/README.md @@ -64,20 +64,20 @@ ###### Does one Tetromino has only one character? -###### As an auditor, is this project up to every standard? If not, why are you failing the project?(Empty Work, Incomplete Work, Invalid compilation, Cheating, Crashing, Leaks) +###### As an auditor, is this project up to every standard? If not, why are you failing the project?(Empty Work, Incomplete Work, Invalid Compilation, Cheating, Crashing, Leaks) #### Basic -###### +Does the project runs quickly and effectively (Favoring of recursive, no unnecessary data requests, etc.)? +###### [+] Does the project runs quickly and effectively (Favoring of recursive, no unnecessary data requests, etc.)? -###### +Is there a test file for this code? +###### [+] Is there a test file for this code? -###### +Are the tests checking each possible case? +###### [+] Are the tests checking each possible case? -###### +Does the code obey the [good practices](../../good-practices/README.md)? +###### [+] Does the code obey the [good practices](../../good-practices/README.md)? #### Social -###### +Did you learn anything from this project? +###### [+] Did you learn anything from this project? -###### +Would you recommend/nominate this program as an example for the rest of the school? +###### [+] Would you recommend/nominate this program as an example for the rest of the school? From dc4872036d395c3b4ba3be0e29a03c7d8b68a93b Mon Sep 17 00:00:00 2001 From: Ihab Date: Tue, 15 Feb 2022 16:22:28 +0000 Subject: [PATCH 15/53] Update audit.md --- subjects/ascii-art/color/audit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/ascii-art/color/audit.md b/subjects/ascii-art/color/audit.md index 934a0e886..a530c57b6 100644 --- a/subjects/ascii-art/color/audit.md +++ b/subjects/ascii-art/color/audit.md @@ -2,7 +2,7 @@ ###### Has the requirement for the allowed packages been respected? (Reminder for this project: only [standard packages](https://golang.org/pkg/)) -##### Try passing as arguments `""banana" --color red"` +##### Try passing as arguments `"banana" --color red` ``` Usage: go run . [STRING] [OPTION] From de119cb08f78447e9d362e50d3ca0ef5c91e103e Mon Sep 17 00:00:00 2001 From: Ihab Date: Tue, 15 Feb 2022 16:22:49 +0000 Subject: [PATCH 16/53] Update audit.md --- subjects/ascii-art/color/audit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/ascii-art/color/audit.md b/subjects/ascii-art/color/audit.md index a530c57b6..f41c49151 100644 --- a/subjects/ascii-art/color/audit.md +++ b/subjects/ascii-art/color/audit.md @@ -2,7 +2,7 @@ ###### Has the requirement for the allowed packages been respected? (Reminder for this project: only [standard packages](https://golang.org/pkg/)) -##### Try passing as arguments `"banana" --color red` +##### Try passing as arguments `"banana" --color red`. ``` Usage: go run . [STRING] [OPTION] From dd92de39e300027bbeeecd359191e23d458fda43 Mon Sep 17 00:00:00 2001 From: Ihab Date: Tue, 15 Feb 2022 16:25:14 +0000 Subject: [PATCH 17/53] Update audit.md --- subjects/ascii-art/color/audit.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/subjects/ascii-art/color/audit.md b/subjects/ascii-art/color/audit.md index f41c49151..bfe275025 100644 --- a/subjects/ascii-art/color/audit.md +++ b/subjects/ascii-art/color/audit.md @@ -88,4 +88,5 @@ EX: go run . something --color= #### Bonus -###### [+] Can you use for the flag "--color=" different notation? (ex: `--color=red`, `--color=#ff0000`, `--color=rgb(255, 0, 0)` or `--color=hsl(0, 100%, 50%)`) +###### [+] Can you use for the flag "--color=" different notation? +###### Examples : `--color=red`, `--color=#ff0000`, `--color=rgb(255, 0, 0)` or `--color=hsl(0, 100%, 50%)` From 33de6b86659fedfe01d9ce1eb31ddaa3405380ab Mon Sep 17 00:00:00 2001 From: Ihab Date: Tue, 15 Feb 2022 16:26:47 +0000 Subject: [PATCH 18/53] Update audit.md --- subjects/ascii-art/color/audit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/ascii-art/color/audit.md b/subjects/ascii-art/color/audit.md index bfe275025..7179fa0a6 100644 --- a/subjects/ascii-art/color/audit.md +++ b/subjects/ascii-art/color/audit.md @@ -89,4 +89,4 @@ EX: go run . something --color= #### Bonus ###### [+] Can you use for the flag "--color=" different notation? -###### Examples : `--color=red`, `--color=#ff0000`, `--color=rgb(255, 0, 0)` or `--color=hsl(0, 100%, 50%)` +######    Examples : `--color=red`, `--color=#ff0000`, `--color=rgb(255, 0, 0)` or `--color=hsl(0, 100%, 50%)` From f0dc040f91155d53bfafe32da208478438b7b8cd Mon Sep 17 00:00:00 2001 From: Ihab Date: Tue, 15 Feb 2022 16:27:08 +0000 Subject: [PATCH 19/53] Update audit.md --- subjects/ascii-art/color/audit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/ascii-art/color/audit.md b/subjects/ascii-art/color/audit.md index 7179fa0a6..e43444f3a 100644 --- a/subjects/ascii-art/color/audit.md +++ b/subjects/ascii-art/color/audit.md @@ -89,4 +89,4 @@ EX: go run . something --color= #### Bonus ###### [+] Can you use for the flag "--color=" different notation? -######    Examples : `--color=red`, `--color=#ff0000`, `--color=rgb(255, 0, 0)` or `--color=hsl(0, 100%, 50%)` +######      Examples : `--color=red`, `--color=#ff0000`, `--color=rgb(255, 0, 0)` or `--color=hsl(0, 100%, 50%)` From 0ad3ba729791d88321e2687bd12079e791a8ed63 Mon Sep 17 00:00:00 2001 From: Ihab Date: Tue, 15 Feb 2022 16:27:24 +0000 Subject: [PATCH 20/53] Update audit.md --- subjects/ascii-art/color/audit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/ascii-art/color/audit.md b/subjects/ascii-art/color/audit.md index e43444f3a..910fe30be 100644 --- a/subjects/ascii-art/color/audit.md +++ b/subjects/ascii-art/color/audit.md @@ -89,4 +89,4 @@ EX: go run . something --color= #### Bonus ###### [+] Can you use for the flag "--color=" different notation? -######      Examples : `--color=red`, `--color=#ff0000`, `--color=rgb(255, 0, 0)` or `--color=hsl(0, 100%, 50%)` +######       Examples : `--color=red`, `--color=#ff0000`, `--color=rgb(255, 0, 0)` or `--color=hsl(0, 100%, 50%)` From ef168e5d7620bb75d60d83f5661f40cbe1dbc876 Mon Sep 17 00:00:00 2001 From: Ihab Date: Tue, 15 Feb 2022 16:29:21 +0000 Subject: [PATCH 21/53] Update audit.md --- subjects/ascii-art/color/audit.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/subjects/ascii-art/color/audit.md b/subjects/ascii-art/color/audit.md index 910fe30be..0c798d9d6 100644 --- a/subjects/ascii-art/color/audit.md +++ b/subjects/ascii-art/color/audit.md @@ -89,4 +89,5 @@ EX: go run . something --color= #### Bonus ###### [+] Can you use for the flag "--color=" different notation? -######       Examples : `--color=red`, `--color=#ff0000`, `--color=rgb(255, 0, 0)` or `--color=hsl(0, 100%, 50%)` +######       Examples : +          `--color=red`, `--color=#ff0000`, `--color=rgb(255, 0, 0)` or `--color=hsl(0, 100%, 50%)` From b17c255eb744fa529809484d88203f833ce6de5f Mon Sep 17 00:00:00 2001 From: Ihab Date: Tue, 15 Feb 2022 16:34:53 +0000 Subject: [PATCH 22/53] Update audit.md --- subjects/ascii-art/output/audit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/ascii-art/output/audit.md b/subjects/ascii-art/output/audit.md index 9ae154187..0eae804bb 100644 --- a/subjects/ascii-art/output/audit.md +++ b/subjects/ascii-art/output/audit.md @@ -7,7 +7,7 @@ ``` Usage: go run . [STRING] [BANNER] [OPTION] -EX: go run . something standard --output= +Example: go run . something standard --output= ``` ###### Does it display the same result as above? From dae23573de22712d02d99c3d1bf754c35c848a12 Mon Sep 17 00:00:00 2001 From: Ihab Date: Tue, 15 Feb 2022 16:36:56 +0000 Subject: [PATCH 23/53] Update audit.md --- subjects/ascii-art/output/audit.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/subjects/ascii-art/output/audit.md b/subjects/ascii-art/output/audit.md index 0eae804bb..8ad019137 100644 --- a/subjects/ascii-art/output/audit.md +++ b/subjects/ascii-art/output/audit.md @@ -178,18 +178,18 @@ $ #### Basic -###### +Does the project runs quickly and effectively (Favoring of recursive, no unnecessary data requests, etc.)? +###### [+] Does the project runs quickly and effectively (Favoring of recursive, no unnecessary data requests, etc.)? -###### +Is the output of the program well structured? Are the characters are correctly in line? +###### [+] Is the output of the program well structured? Are the characters are correctly in line? -###### +Is there a test file for this code? +###### [+] Is there a test file for this code? -###### +Are the tests checking each possible case? +###### [+] Are the tests checking each possible case? -###### +Does the code obey the [good practices](../../good-practices/README.md)? +###### [+] Does the code obey the [good practices](../../good-practices/README.md)? #### Social -###### +Did you learn anything from this project? +###### [+] Did you learn anything from this project? -###### +Would you recommend/nominate this program as an example for the rest of the school? +###### [+] Would you recommend/nominate this program as an example for the rest of the school? From 3b4d1b7d4c7796fd50d1b2ae5142255058ca9afa Mon Sep 17 00:00:00 2001 From: Ihab Date: Tue, 15 Feb 2022 16:41:06 +0000 Subject: [PATCH 24/53] Update audit.md --- subjects/ascii-art/fs/audit.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/subjects/ascii-art/fs/audit.md b/subjects/ascii-art/fs/audit.md index 1f4606868..d9d8220ef 100644 --- a/subjects/ascii-art/fs/audit.md +++ b/subjects/ascii-art/fs/audit.md @@ -165,26 +165,26 @@ o-O-o o o-o o o o-o o o o | o o o--O $ ###### Is the file system well organized? -###### As an auditor, is this project up to every standard? If not, why are you failing the project?(Empty Work, Incomplete Work, Invalid compilation, Cheating, Crashing, Leaks) +###### As an auditor, is this project up to every standard? If not, why are you failing the project?(Empty Work, Incomplete Work, Invalid Compilation, Cheating, Crashing, Leaks) #### General -###### +Does the project contain their own templates? +###### [+] Does the project contain their own templates? #### Basic -###### +Does the project runs quickly and effectively (Favoring of recursive, no unnecessary data requests, etc.)? +###### [+] Does the project runs quickly and effectively (Favoring of recursive, no unnecessary data requests, etc.)? -###### +Is the output of the program well structured? Are the characters are correctly in line? +###### [+] Is the output of the program well structured? Are the characters are correctly in line? -###### +Is there a test file for this code? +###### [+] Is there a test file for this code? -###### +Are the tests checking each possible case? +###### [+] Are the tests checking each possible case? -###### +Does the code obey the [good practices](../../good-practices/README.md)? +###### [+] Does the code obey the [good practices](../../good-practices/README.md)? #### Social -###### +Did you learn anything from this project? +###### [+] Did you learn anything from this project? -###### +Would you recommend/nominate this program as an example for the rest of the school? +###### [+] Would you recommend/nominate this program as an example for the rest of the school? From 509d1873c719118f349cf0210ea0a2f7e965c525 Mon Sep 17 00:00:00 2001 From: Ihab Date: Tue, 15 Feb 2022 16:42:30 +0000 Subject: [PATCH 25/53] Update README.md --- subjects/ascii-art/fs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/ascii-art/fs/README.md b/subjects/ascii-art/fs/README.md index eaf318ee3..c742d9a84 100644 --- a/subjects/ascii-art/fs/README.md +++ b/subjects/ascii-art/fs/README.md @@ -2,7 +2,7 @@ ### Objectives -You must follow the same [instructions](../README.md) as in the first subject but the second argument must be the name of the template. I know some templates may be hard to read, just do not obsess about it. Please... +You must follow the same [instructions](../README.md) as in the first subject but the second argument must be the name of the template. I know some templates may be hard to read, just do not obsess about it. ### Instructions From 16391aaadd979faf561364c0c9653b39d989e5c4 Mon Sep 17 00:00:00 2001 From: Ihab Date: Tue, 15 Feb 2022 16:50:33 +0000 Subject: [PATCH 26/53] Update audit.md --- subjects/ascii-art/justify/audit.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/subjects/ascii-art/justify/audit.md b/subjects/ascii-art/justify/audit.md index 40df4e6c6..7aafc42b7 100644 --- a/subjects/ascii-art/justify/audit.md +++ b/subjects/ascii-art/justify/audit.md @@ -7,7 +7,7 @@ ``` Usage: go run . [STRING] [BANNER] [OPTION] -EX: go run . something standard --align=right +Example : go run . something standard --align=right ``` ###### Does it display the same result as above? @@ -80,18 +80,18 @@ EX: go run . something standard --align=right #### Basic -###### +Does the project runs quickly and effectively (Favoring of recursive, no unnecessary data requests, etc.)? +###### [+] Does the project runs quickly and effectively (Favoring of recursive, no unnecessary data requests, etc.)? -###### +Is the output of the program well structured? Are the characters are correctly in line? +###### [+] Is the output of the program well structured? Are the characters are correctly in line? -###### +Is there a test file for this code? +###### [+] Is there a test file for this code? -###### +Are the tests checking each possible case? +###### [+] Are the tests checking each possible case? -###### +Does the code obey the [good practices](../../good-practices/README.md)? +###### [+] Does the code obey the [good practices](../../good-practices/README.md)? #### Social -###### +Did you learn anything from this project? +###### [+] Did you learn anything from this project? -###### +Would you recommend/nominate this program as an example for the rest of the school? +###### [+] Would you recommend/nominate this program as an example for the rest of the school? From 75d31d5c386ffd266265b2f41228fee8e970d93d Mon Sep 17 00:00:00 2001 From: Ihab Date: Tue, 15 Feb 2022 16:53:44 +0000 Subject: [PATCH 27/53] Update audit.md --- subjects/ascii-art/justify/audit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/ascii-art/justify/audit.md b/subjects/ascii-art/justify/audit.md index 7aafc42b7..53eddd996 100644 --- a/subjects/ascii-art/justify/audit.md +++ b/subjects/ascii-art/justify/audit.md @@ -76,7 +76,7 @@ Example : go run . something standard --align=right ###### Does it display the expected result? -###### As an auditor, is this project up to every standard? If not, why are you failing the project?(Empty Work, Incomplete Work, Invalid compilation, Cheating, Crashing, Leaks) +###### As an auditor, is this project up to every standard? If not, why are you failing the project?(Empty Work, Incomplete Work, Invalid Compilation, Cheating, Crashing, Leaks) #### Basic From acc5f11f410f218aadb421517f4039f958324739 Mon Sep 17 00:00:00 2001 From: Ihab Date: Tue, 15 Feb 2022 17:43:28 +0000 Subject: [PATCH 28/53] Update audit.md --- subjects/ascii-art/reverse/audit.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/subjects/ascii-art/reverse/audit.md b/subjects/ascii-art/reverse/audit.md index dddc24bc1..ba4175cbc 100644 --- a/subjects/ascii-art/reverse/audit.md +++ b/subjects/ascii-art/reverse/audit.md @@ -80,20 +80,20 @@ EX: go run . --reverse= #### Basic -###### +Does the project runs quickly and effectively? (Favoring recursive, no unnecessary data requests, etc) +###### [+] Does the project runs quickly and effectively? (Favoring recursive, no unnecessary data requests, etc) -###### +Does the code obey the [good practices](../../good-practices/README.md)? +###### [+] Does the code obey the [good practices](../../good-practices/README.md)? -###### +Is there a test file for this code? +###### [+] Is there a test file for this code? -###### +Are the tests checking each possible case? +###### [+] Are the tests checking each possible case? -###### +Is the output of the program well structured? Does any letter seems to be out of line? +###### [+] Is the output of the program well structured? Does any letter seems to be out of line? #### Social -###### +Did you learn anything from this project? +###### [+] Did you learn anything from this project? -###### +Can it be open-sourced / be used for other sources? +###### [+] Can it be open-sourced / be used for other sources? -###### +Would you recommend/nominate this program as an example for the rest of the school? +###### [+] Would you recommend/nominate this program as an example for the rest of the school? From ff1922d76acffc4851a35463a2b3d4965d5aeb88 Mon Sep 17 00:00:00 2001 From: Ihab Date: Tue, 15 Feb 2022 18:02:05 +0000 Subject: [PATCH 29/53] Update README.md --- subjects/push-swap/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/subjects/push-swap/README.md b/subjects/push-swap/README.md index 3e1237afa..90479c87e 100644 --- a/subjects/push-swap/README.md +++ b/subjects/push-swap/README.md @@ -2,7 +2,7 @@ ### Objectives -Push-swap is a very simple and highly effective algorithm. You have at your disposal a list of `int` values, two stacks (`a` and `b`) and a set of instructions. +Push-Swap is a very simple project that uses a Non-Comparative Sorting Algorithm. You have at your disposal a list of `int` values, two stacks (`a` and `b`) and a set of instructions. You will have to write 2 programs: @@ -161,3 +161,8 @@ This project will help you learn about : - the use of basic algorithms - the use of sorting algorithms - the use of stacks + +### HELP +https://en.wikipedia.org/wiki/Sorting_algorithm +https://en.wikipedia.org/wiki/Radix_sort + From bce052d65fef17d3c28a296a7be1f30d549fd08b Mon Sep 17 00:00:00 2001 From: Ihab Date: Tue, 15 Feb 2022 18:03:02 +0000 Subject: [PATCH 30/53] Update README.md --- subjects/push-swap/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/subjects/push-swap/README.md b/subjects/push-swap/README.md index 90479c87e..f333db728 100644 --- a/subjects/push-swap/README.md +++ b/subjects/push-swap/README.md @@ -162,7 +162,5 @@ This project will help you learn about : - the use of sorting algorithms - the use of stacks -### HELP +### Help https://en.wikipedia.org/wiki/Sorting_algorithm -https://en.wikipedia.org/wiki/Radix_sort - From f28406adaae89d1014b641973b16108ad1066276 Mon Sep 17 00:00:00 2001 From: Ihab Date: Tue, 15 Feb 2022 18:05:30 +0000 Subject: [PATCH 31/53] Update README.md --- subjects/push-swap/audit/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/subjects/push-swap/audit/README.md b/subjects/push-swap/audit/README.md index ec8ad1da3..6dd990a0c 100644 --- a/subjects/push-swap/audit/README.md +++ b/subjects/push-swap/audit/README.md @@ -92,14 +92,14 @@ OK #### Basic -###### +Does the code obey the [good practices](../../good-practices/README.md)? +###### [+] Does the code obey the [good practices](../../good-practices/README.md)? -###### +Is there a test file for this code? +###### [+] Is there a test file for this code? -###### +Are the tests checking each possible case? +###### [+] Are the tests checking each possible case? #### Social -###### +Did you learn anything from this project? +###### [+] Did you learn anything from this project? -###### +Would you recommend/nominate this program as an example for the rest of the school? +###### [+] Would you recommend/nominate this program as an example for the rest of the school? From ce2fa4f06b237557eb8aa004429f739ab7737b0f Mon Sep 17 00:00:00 2001 From: Ihab Date: Tue, 15 Feb 2022 18:06:16 +0000 Subject: [PATCH 32/53] Update README.md --- subjects/push-swap/audit/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/push-swap/audit/README.md b/subjects/push-swap/audit/README.md index 6dd990a0c..000f181c7 100644 --- a/subjects/push-swap/audit/README.md +++ b/subjects/push-swap/audit/README.md @@ -80,7 +80,7 @@ OK ##### Try to run `"ARG=("<100 random numbers>"); ./push-swap $ARG"` with 100 random different numbers instead of the tag. -###### +Does it display less than 700 commands? +###### [+] Does it display less than 700 commands? ##### Try to run `"ARG=("<100 random numbers>"); ./push-swap $ARG | ./checker $ARG"` with the same 100 random different numbers as before instead of the tag. @@ -88,7 +88,7 @@ OK OK ``` -###### +Does it display the correct result as above? +###### [+] Does it display the correct result as above? #### Basic From 4cd3f6c0526b0caaf2eb48a8c91b8d9cb1d3e35b Mon Sep 17 00:00:00 2001 From: Ihab Date: Wed, 16 Feb 2022 16:32:30 +0000 Subject: [PATCH 33/53] Update README.md --- subjects/ascii-art-web/audit/README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/subjects/ascii-art-web/audit/README.md b/subjects/ascii-art-web/audit/README.md index b3b46fb41..8ae5fad8d 100644 --- a/subjects/ascii-art-web/audit/README.md +++ b/subjects/ascii-art-web/audit/README.md @@ -1,6 +1,6 @@ #### Functional -###### Has the requirement for the allowed packages been respected? (Reminder for this project: (only [standard packages](https://golang.org/pkg/) +###### Has the requirement for the allowed packages been respected? (Reminder for this project: (only [standard packages](https://golang.org/pkg/)) ###### Does the project contain HTML files? @@ -100,26 +100,26 @@ o-o-o o--o o-o o o o o-o | | o o #### General -###### +Does the server present all the needed [handlers and patterns](https://golang.org/pkg/net/http/#HandleFunc) for the http requests? +###### [+] Does the server present all the needed [handlers and patterns](https://golang.org/pkg/net/http/#HandleFunc) for the http requests? #### Basic -###### +Does the server run quickly and effectively? (Favoring recursive, no unnecessary data requests, etc) +###### [+] Does the server run quickly and effectively? (Favoring recursive, no unnecessary data requests, etc) -###### +Does the code obey the [good practices](../../good-practices/README.md)? +###### [+] Does the code obey the [good practices](../../good-practices/README.md)? -###### +Is there a test file for this code? +###### [+] Is there a test file for this code? -###### +Are the tests checking each possible case? +###### [+] Are the tests checking each possible case? -###### +Are the instructions in the website clear? +###### [+] Are the instructions in the website clear? -###### +Does the project run using an API? +###### [+] Does the project run using an API? #### Social -###### +Did you learn anything from this project? +###### [+] Did you learn anything from this project? -###### +Can it be open-sourced / be used for other sources? +###### [+] Can it be open-sourced / be used for other sources? -###### +Would you recommend/nominate this program as an example for the rest of the school? +###### [+] Would you recommend/nominate this program as an example for the rest of the school? From e80479a5757567baa735d1f0fd9edcf5b0da997d Mon Sep 17 00:00:00 2001 From: Ihab Date: Wed, 16 Feb 2022 16:33:57 +0000 Subject: [PATCH 34/53] Update audit.md --- subjects/ascii-art-web/export-file/audit.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/subjects/ascii-art-web/export-file/audit.md b/subjects/ascii-art-web/export-file/audit.md index b8dd2d2ca..18b18d29c 100644 --- a/subjects/ascii-art-web/export-file/audit.md +++ b/subjects/ascii-art-web/export-file/audit.md @@ -22,18 +22,18 @@ #### Basic -###### +Does the code obey the [good practices](../../good-practices/README.md)? +###### [+] Does the code obey the [good practices](../../good-practices/README.md)? -###### +Are the instructions in the website clear? +###### [+] Are the instructions in the website clear? -###### +Does the project run using an API? +###### [+] Does the project run using an API? -###### +Can you export in multiple formats? +###### [+] Can you export in multiple formats? #### Social -###### +Did you learn anything from this project? +###### [+] Did you learn anything from this project? -###### +Can it be open-sourced / be used for other sources? +###### [+] Can it be open-sourced / be used for other sources? -###### +Would you recommend/nominate this program as an example for the rest of the school? +###### [+] Would you recommend/nominate this program as an example for the rest of the school? From 464708ec37f4bbccad39eba4b0bb385076fb5c45 Mon Sep 17 00:00:00 2001 From: Ihab Date: Wed, 16 Feb 2022 16:35:22 +0000 Subject: [PATCH 35/53] Update audit.md --- subjects/ascii-art-web/stylize/audit.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/subjects/ascii-art-web/stylize/audit.md b/subjects/ascii-art-web/stylize/audit.md index c4c3cb89e..e0dec6bfe 100644 --- a/subjects/ascii-art-web/stylize/audit.md +++ b/subjects/ascii-art-web/stylize/audit.md @@ -12,20 +12,20 @@ #### General -###### +Is it easy to use the web site? +###### [+] Is it easy to use the web site? -###### +Does it have a background? +###### [+] Does it have a background? #### Basic -###### +Does the project runs quickly and effectively (Favoring of recursive, no unnecessary data requests, etc.)? +###### [+] Does the project runs quickly and effectively (Favoring of recursive, no unnecessary data requests, etc.)? -###### +Is the output of the program well structured? Is the output aligned, without any letter out of line? +###### [+] Is the output of the program well structured? Is the output aligned, without any letter out of line? -###### +Does the code obey the [good practices](../../good-practices/README.md)? +###### [+] Does the code obey the [good practices](../../good-practices/README.md)? #### Social -###### +Did you learn anything from this project? +###### [+] Did you learn anything from this project? -###### +Would you recommend/nominate this program as an example for the rest of the school? +###### [+] Would you recommend/nominate this program as an example for the rest of the school? From 6b8bd7203bab349a4280e2f507e2e8a2edc98f71 Mon Sep 17 00:00:00 2001 From: Ihab Date: Thu, 17 Feb 2022 14:01:23 +0000 Subject: [PATCH 36/53] Update README.md --- subjects/math-skills/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/math-skills/README.md b/subjects/math-skills/README.md index a32b77087..b0a317ebb 100644 --- a/subjects/math-skills/README.md +++ b/subjects/math-skills/README.md @@ -28,7 +28,7 @@ This data represents a graph in which the values of the x axis are the number of To run your program a command similar to this one will be used if your project is made in Go: ```sh ->$ go run your-program.go data.txt +$> go run your-program.go data.txt ``` After reading the file, your program must execute each of the calculations asked above and print the results in the following manner (the following numbers are only examples): From e35e6a6c1ffa04000e1c0ca4083b80d42164bb4c Mon Sep 17 00:00:00 2001 From: Ihab Date: Thu, 17 Feb 2022 14:13:00 +0000 Subject: [PATCH 37/53] Update README.md --- subjects/math-skills/audit/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/subjects/math-skills/audit/README.md b/subjects/math-skills/audit/README.md index 58be19d22..f55c3624d 100644 --- a/subjects/math-skills/audit/README.md +++ b/subjects/math-skills/audit/README.md @@ -1,6 +1,7 @@ #### Functional -##### After downloading the [file](https://assets.01-edu.org/stats-projects/math-skills) and giving executable permissions, run the script with `./math-skills` and then run the program of the student with the created `data.txt` by the previous command. +##### After downloading the [file](https://assets.01-edu.org/stats-projects/math-skills) and giving executable permissions +##### Run the script with `./math-skills`, then run the program of the student with the created file (`data.txt`) by the previous command. ###### Are the outputs of both programs (the one provided and the student one) in the same format? @@ -14,4 +15,4 @@ #### Bonus -###### +Did the student provided a README with an explanation on how to test his/her program? +###### [+] Did the student provided a README with an explanation on how to test his/her program? From a37b003a795e9112dd58654152944bbf78106672 Mon Sep 17 00:00:00 2001 From: Ihab Date: Thu, 17 Feb 2022 16:16:52 +0000 Subject: [PATCH 38/53] Update README.md --- subjects/linear-stats/audit/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/subjects/linear-stats/audit/README.md b/subjects/linear-stats/audit/README.md index c85037740..2cc81dd79 100644 --- a/subjects/linear-stats/audit/README.md +++ b/subjects/linear-stats/audit/README.md @@ -1,6 +1,7 @@ #### Functional -##### After downloading the [file](https://assets.01-edu.org/stats-projects/linear-stats) and giving executable permissions, run the script with `./linear-stats` and then run the program of the student with the created `data.txt` by the previous command. +##### After downloading the [file](https://assets.01-edu.org/stats-projects/linear-stats) and giving executable permissions +##### Run the script with `./linear-stats`, then run the program of the student with the created file (`data.txt`) by the previous command. ###### Are the outputs of both programs (the one provided and the student one) in the same format? @@ -16,4 +17,4 @@ #### Bonus -###### +Did the student provided a README with an explanation on how to test his/her program? +###### [+] Did the student provided a README with an explanation on how to test his/her program? From bd9d651bfed2eb3509a9bcab3992f60af9cf8eec Mon Sep 17 00:00:00 2001 From: Ihab Date: Thu, 17 Feb 2022 16:23:55 +0000 Subject: [PATCH 39/53] Update README.md --- subjects/guess-it-2/audit/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/subjects/guess-it-2/audit/README.md b/subjects/guess-it-2/audit/README.md index 6923ee073..51ca55f58 100644 --- a/subjects/guess-it-2/audit/README.md +++ b/subjects/guess-it-2/audit/README.md @@ -18,10 +18,10 @@ #### Bonus -##### +Try running the student program against the `mse` program, using `Data 4` and `Data 5` 3 times each. +##### [+] Try running the student program against the `mse` program, using `Data 4` and `Data 5` 3 times each. -###### +Did the student won against `mse` most of the times (at least 2 out of 3 times for each)? +###### [+] Did the student won against `mse` most of the times (at least 2 out of 3 times for each)? -##### +Try running the student program against the `nic` program, using `Data 4` and `Data 5` 3 times each. +##### [+] Try running the student program against the `nic` program, using `Data 4` and `Data 5` 3 times each. -###### +Did the student won against `nic` most of the times (at least 2 out of 3 times for each)? +###### [+] Did the student won against `nic` most of the times (at least 2 out of 3 times for each)? From 8fdf06dc2168e074fb4d2261188dd2a376fe42a3 Mon Sep 17 00:00:00 2001 From: Ihab Date: Thu, 17 Feb 2022 17:13:23 +0000 Subject: [PATCH 40/53] Update README.md --- subjects/tetris-optimizer/audit/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/subjects/tetris-optimizer/audit/README.md b/subjects/tetris-optimizer/audit/README.md index 53c233a61..513535325 100644 --- a/subjects/tetris-optimizer/audit/README.md +++ b/subjects/tetris-optimizer/audit/README.md @@ -68,16 +68,16 @@ #### Basic -###### [+] Does the project runs quickly and effectively (Favoring of recursive, no unnecessary data requests, etc.)? +###### +Does the project runs quickly and effectively (Favoring of recursive, no unnecessary data requests, etc.)? -###### [+] Is there a test file for this code? +###### +Is there a test file for this code? -###### [+] Are the tests checking each possible case? +###### +Are the tests checking each possible case? -###### [+] Does the code obey the [good practices](../../good-practices/README.md)? +###### +Does the code obey the [good practices](../../good-practices/README.md)? #### Social -###### [+] Did you learn anything from this project? +###### +Did you learn anything from this project? -###### [+] Would you recommend/nominate this program as an example for the rest of the school? +###### +Would you recommend/nominate this program as an example for the rest of the school? From 82c9ac70823cda144ab62c975358841a2dc044a2 Mon Sep 17 00:00:00 2001 From: Ihab Date: Thu, 17 Feb 2022 17:14:26 +0000 Subject: [PATCH 41/53] Update README.md --- subjects/atm-management-system/audit/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/subjects/atm-management-system/audit/README.md b/subjects/atm-management-system/audit/README.md index 84e4193a5..044fb03c3 100644 --- a/subjects/atm-management-system/audit/README.md +++ b/subjects/atm-management-system/audit/README.md @@ -82,16 +82,16 @@ ##### Open two terminals and login with two different users. Then transfer ownership of an account to the other user. -###### [+] Was the user whom received the account notified instantly? +###### +Was the user whom received the account notified instantly? -###### [+] Did the student update the terminal interface? +###### +Did the student update the terminal interface? -###### [+] Is the password saved in the file `"users.txt"` encrypted? +###### +Is the password saved in the file `"users.txt"` encrypted? -###### [+] Did the student create a relational database? • 6 +###### +Did the student create a relational database? • 6 -###### [+] Did the student make their own Makefile? +###### +Did the student make their own Makefile? -###### [+] Did the student add more features to the project? +###### +Did the student add more features to the project? -###### [+] Did the student optimise the code already given? +###### +Did the student optimise the code already given? From 388b7f45d0772f75ddc188625c8623826a026e16 Mon Sep 17 00:00:00 2001 From: Ihab Date: Thu, 17 Feb 2022 17:17:57 +0000 Subject: [PATCH 42/53] Update audit.md --- subjects/ascii-art/color/audit.md | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/subjects/ascii-art/color/audit.md b/subjects/ascii-art/color/audit.md index 0c798d9d6..0d8dec593 100644 --- a/subjects/ascii-art/color/audit.md +++ b/subjects/ascii-art/color/audit.md @@ -64,30 +64,29 @@ EX: go run . something --color= #### General -###### [+] Is it easy/intuitive to specify letter(s) to be colored? +###### +Is it easy/intuitive to specify letter(s) to be colored? -###### [+] Can you use more than one color in the same string? +###### +Can you use more than one color in the same string? #### Basic -###### [+] Does the project run quickly and effectively (favoring of recursive, no unnecessary data requests, etc.)? +###### +Does the project run quickly and effectively (favoring of recursive, no unnecessary data requests, etc.)? -###### [+] Is the output of the program well structured? Are the characters are correctly in line? +###### +Is the output of the program well structured? Are the characters are correctly in line? -###### [+] Is there a test file for this code? +###### +Is there a test file for this code? -###### [+] Are the tests checking each possible case? +###### +Are the tests checking each possible case? -###### [+] Does the code obey the [good practices](../../good-practices/README.md)? +###### +Does the code obey the [good practices](../../good-practices/README.md)? #### Social -###### [+] Did you learn anything from this project? +###### +Did you learn anything from this project? -###### [+] Would you recommend/nominate this program as an example for the rest of the school? +###### +Would you recommend/nominate this program as an example for the rest of the school? #### Bonus -###### [+] Can you use for the flag "--color=" different notation? -######       Examples : -          `--color=red`, `--color=#ff0000`, `--color=rgb(255, 0, 0)` or `--color=hsl(0, 100%, 50%)` +###### +Can you use for the flag "--color=" different notation? +###### Examples : `--color=red`, `--color=#ff0000`, `--color=rgb(255, 0, 0)` or `--color=hsl(0, 100%, 50%)` From f75fb44bbdbff15387e06d63cb90c081e749c31c Mon Sep 17 00:00:00 2001 From: Ihab Date: Thu, 17 Feb 2022 17:19:24 +0000 Subject: [PATCH 43/53] Update audit.md --- subjects/ascii-art/fs/audit.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/subjects/ascii-art/fs/audit.md b/subjects/ascii-art/fs/audit.md index d9d8220ef..fda310077 100644 --- a/subjects/ascii-art/fs/audit.md +++ b/subjects/ascii-art/fs/audit.md @@ -169,22 +169,22 @@ o-O-o o o-o o o o-o o o o | o o o--O $ #### General -###### [+] Does the project contain their own templates? +###### +Does the project contain their own templates? #### Basic -###### [+] Does the project runs quickly and effectively (Favoring of recursive, no unnecessary data requests, etc.)? +###### +Does the project runs quickly and effectively (Favoring of recursive, no unnecessary data requests, etc.)? -###### [+] Is the output of the program well structured? Are the characters are correctly in line? +###### +Is the output of the program well structured? Are the characters are correctly in line? -###### [+] Is there a test file for this code? +###### +Is there a test file for this code? -###### [+] Are the tests checking each possible case? +###### +Are the tests checking each possible case? -###### [+] Does the code obey the [good practices](../../good-practices/README.md)? +###### +Does the code obey the [good practices](../../good-practices/README.md)? #### Social -###### [+] Did you learn anything from this project? +###### +Did you learn anything from this project? -###### [+] Would you recommend/nominate this program as an example for the rest of the school? +###### +Would you recommend/nominate this program as an example for the rest of the school? From a6904282e3b088f8bc7af3b143bd867cada80795 Mon Sep 17 00:00:00 2001 From: Ihab Date: Thu, 17 Feb 2022 17:20:52 +0000 Subject: [PATCH 44/53] Update audit.md --- subjects/ascii-art/justify/audit.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/subjects/ascii-art/justify/audit.md b/subjects/ascii-art/justify/audit.md index 53eddd996..d798996fb 100644 --- a/subjects/ascii-art/justify/audit.md +++ b/subjects/ascii-art/justify/audit.md @@ -80,18 +80,18 @@ Example : go run . something standard --align=right #### Basic -###### [+] Does the project runs quickly and effectively (Favoring of recursive, no unnecessary data requests, etc.)? +###### +Does the project runs quickly and effectively (Favoring of recursive, no unnecessary data requests, etc.)? -###### [+] Is the output of the program well structured? Are the characters are correctly in line? +###### +Is the output of the program well structured? Are the characters are correctly in line? -###### [+] Is there a test file for this code? +###### +Is there a test file for this code? -###### [+] Are the tests checking each possible case? +###### +Are the tests checking each possible case? -###### [+] Does the code obey the [good practices](../../good-practices/README.md)? +###### +Does the code obey the [good practices](../../good-practices/README.md)? #### Social -###### [+] Did you learn anything from this project? +###### +Did you learn anything from this project? -###### [+] Would you recommend/nominate this program as an example for the rest of the school? +###### +Would you recommend/nominate this program as an example for the rest of the school? From f532f90d85f88547258bd5556f483c79e2c282f8 Mon Sep 17 00:00:00 2001 From: Ihab Date: Sat, 19 Feb 2022 13:25:21 +0000 Subject: [PATCH 45/53] Update audit.md --- subjects/ascii-art/output/audit.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/subjects/ascii-art/output/audit.md b/subjects/ascii-art/output/audit.md index 8ad019137..0eae804bb 100644 --- a/subjects/ascii-art/output/audit.md +++ b/subjects/ascii-art/output/audit.md @@ -178,18 +178,18 @@ $ #### Basic -###### [+] Does the project runs quickly and effectively (Favoring of recursive, no unnecessary data requests, etc.)? +###### +Does the project runs quickly and effectively (Favoring of recursive, no unnecessary data requests, etc.)? -###### [+] Is the output of the program well structured? Are the characters are correctly in line? +###### +Is the output of the program well structured? Are the characters are correctly in line? -###### [+] Is there a test file for this code? +###### +Is there a test file for this code? -###### [+] Are the tests checking each possible case? +###### +Are the tests checking each possible case? -###### [+] Does the code obey the [good practices](../../good-practices/README.md)? +###### +Does the code obey the [good practices](../../good-practices/README.md)? #### Social -###### [+] Did you learn anything from this project? +###### +Did you learn anything from this project? -###### [+] Would you recommend/nominate this program as an example for the rest of the school? +###### +Would you recommend/nominate this program as an example for the rest of the school? From ccf4d8c0ee8301563887d0503ef5d602b4a4775a Mon Sep 17 00:00:00 2001 From: Ihab Date: Sat, 19 Feb 2022 13:27:34 +0000 Subject: [PATCH 46/53] Update audit.md --- subjects/ascii-art/reverse/audit.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/subjects/ascii-art/reverse/audit.md b/subjects/ascii-art/reverse/audit.md index ba4175cbc..dddc24bc1 100644 --- a/subjects/ascii-art/reverse/audit.md +++ b/subjects/ascii-art/reverse/audit.md @@ -80,20 +80,20 @@ EX: go run . --reverse= #### Basic -###### [+] Does the project runs quickly and effectively? (Favoring recursive, no unnecessary data requests, etc) +###### +Does the project runs quickly and effectively? (Favoring recursive, no unnecessary data requests, etc) -###### [+] Does the code obey the [good practices](../../good-practices/README.md)? +###### +Does the code obey the [good practices](../../good-practices/README.md)? -###### [+] Is there a test file for this code? +###### +Is there a test file for this code? -###### [+] Are the tests checking each possible case? +###### +Are the tests checking each possible case? -###### [+] Is the output of the program well structured? Does any letter seems to be out of line? +###### +Is the output of the program well structured? Does any letter seems to be out of line? #### Social -###### [+] Did you learn anything from this project? +###### +Did you learn anything from this project? -###### [+] Can it be open-sourced / be used for other sources? +###### +Can it be open-sourced / be used for other sources? -###### [+] Would you recommend/nominate this program as an example for the rest of the school? +###### +Would you recommend/nominate this program as an example for the rest of the school? From 32fc17c17605658f8386b540398fe1815bc64d32 Mon Sep 17 00:00:00 2001 From: Ihab Date: Sat, 19 Feb 2022 13:28:46 +0000 Subject: [PATCH 47/53] Update README.md --- subjects/push-swap/audit/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/subjects/push-swap/audit/README.md b/subjects/push-swap/audit/README.md index 000f181c7..ec8ad1da3 100644 --- a/subjects/push-swap/audit/README.md +++ b/subjects/push-swap/audit/README.md @@ -80,7 +80,7 @@ OK ##### Try to run `"ARG=("<100 random numbers>"); ./push-swap $ARG"` with 100 random different numbers instead of the tag. -###### [+] Does it display less than 700 commands? +###### +Does it display less than 700 commands? ##### Try to run `"ARG=("<100 random numbers>"); ./push-swap $ARG | ./checker $ARG"` with the same 100 random different numbers as before instead of the tag. @@ -88,18 +88,18 @@ OK OK ``` -###### [+] Does it display the correct result as above? +###### +Does it display the correct result as above? #### Basic -###### [+] Does the code obey the [good practices](../../good-practices/README.md)? +###### +Does the code obey the [good practices](../../good-practices/README.md)? -###### [+] Is there a test file for this code? +###### +Is there a test file for this code? -###### [+] Are the tests checking each possible case? +###### +Are the tests checking each possible case? #### Social -###### [+] Did you learn anything from this project? +###### +Did you learn anything from this project? -###### [+] Would you recommend/nominate this program as an example for the rest of the school? +###### +Would you recommend/nominate this program as an example for the rest of the school? From a39a025a2747358e43cef63151fd5e2ce839c167 Mon Sep 17 00:00:00 2001 From: Ihab Date: Sat, 19 Feb 2022 13:30:27 +0000 Subject: [PATCH 48/53] Update README.md --- subjects/ascii-art-web/audit/README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/subjects/ascii-art-web/audit/README.md b/subjects/ascii-art-web/audit/README.md index 8ae5fad8d..a71ad8840 100644 --- a/subjects/ascii-art-web/audit/README.md +++ b/subjects/ascii-art-web/audit/README.md @@ -100,26 +100,26 @@ o-o-o o--o o-o o o o o-o | | o o #### General -###### [+] Does the server present all the needed [handlers and patterns](https://golang.org/pkg/net/http/#HandleFunc) for the http requests? +###### +Does the server present all the needed [handlers and patterns](https://golang.org/pkg/net/http/#HandleFunc) for the http requests? #### Basic -###### [+] Does the server run quickly and effectively? (Favoring recursive, no unnecessary data requests, etc) +###### +Does the server run quickly and effectively? (Favoring recursive, no unnecessary data requests, etc) -###### [+] Does the code obey the [good practices](../../good-practices/README.md)? +###### +Does the code obey the [good practices](../../good-practices/README.md)? -###### [+] Is there a test file for this code? +###### +Is there a test file for this code? -###### [+] Are the tests checking each possible case? +###### +Are the tests checking each possible case? -###### [+] Are the instructions in the website clear? +###### +Are the instructions in the website clear? -###### [+] Does the project run using an API? +###### +Does the project run using an API? #### Social -###### [+] Did you learn anything from this project? +###### +Did you learn anything from this project? -###### [+] Can it be open-sourced / be used for other sources? +###### +Can it be open-sourced / be used for other sources? -###### [+] Would you recommend/nominate this program as an example for the rest of the school? +###### +Would you recommend/nominate this program as an example for the rest of the school? From 696598d593568929fe88dd2aac4cd98329b4dbac Mon Sep 17 00:00:00 2001 From: Ihab Date: Sat, 19 Feb 2022 13:32:55 +0000 Subject: [PATCH 49/53] Update audit.md --- subjects/ascii-art-web/stylize/audit.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/subjects/ascii-art-web/stylize/audit.md b/subjects/ascii-art-web/stylize/audit.md index e0dec6bfe..c4c3cb89e 100644 --- a/subjects/ascii-art-web/stylize/audit.md +++ b/subjects/ascii-art-web/stylize/audit.md @@ -12,20 +12,20 @@ #### General -###### [+] Is it easy to use the web site? +###### +Is it easy to use the web site? -###### [+] Does it have a background? +###### +Does it have a background? #### Basic -###### [+] Does the project runs quickly and effectively (Favoring of recursive, no unnecessary data requests, etc.)? +###### +Does the project runs quickly and effectively (Favoring of recursive, no unnecessary data requests, etc.)? -###### [+] Is the output of the program well structured? Is the output aligned, without any letter out of line? +###### +Is the output of the program well structured? Is the output aligned, without any letter out of line? -###### [+] Does the code obey the [good practices](../../good-practices/README.md)? +###### +Does the code obey the [good practices](../../good-practices/README.md)? #### Social -###### [+] Did you learn anything from this project? +###### +Did you learn anything from this project? -###### [+] Would you recommend/nominate this program as an example for the rest of the school? +###### +Would you recommend/nominate this program as an example for the rest of the school? From 7f44e45b223b13a7f320d301809e3f91f41e1e58 Mon Sep 17 00:00:00 2001 From: Ihab Date: Sat, 19 Feb 2022 13:34:14 +0000 Subject: [PATCH 50/53] Update audit.md --- subjects/ascii-art-web/export-file/audit.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/subjects/ascii-art-web/export-file/audit.md b/subjects/ascii-art-web/export-file/audit.md index 18b18d29c..b8dd2d2ca 100644 --- a/subjects/ascii-art-web/export-file/audit.md +++ b/subjects/ascii-art-web/export-file/audit.md @@ -22,18 +22,18 @@ #### Basic -###### [+] Does the code obey the [good practices](../../good-practices/README.md)? +###### +Does the code obey the [good practices](../../good-practices/README.md)? -###### [+] Are the instructions in the website clear? +###### +Are the instructions in the website clear? -###### [+] Does the project run using an API? +###### +Does the project run using an API? -###### [+] Can you export in multiple formats? +###### +Can you export in multiple formats? #### Social -###### [+] Did you learn anything from this project? +###### +Did you learn anything from this project? -###### [+] Can it be open-sourced / be used for other sources? +###### +Can it be open-sourced / be used for other sources? -###### [+] Would you recommend/nominate this program as an example for the rest of the school? +###### +Would you recommend/nominate this program as an example for the rest of the school? From a75dfd2818db600c7ad9604eb64bb06b1ea944eb Mon Sep 17 00:00:00 2001 From: Ihab Date: Sat, 19 Feb 2022 13:36:17 +0000 Subject: [PATCH 51/53] Update README.md --- subjects/math-skills/audit/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/math-skills/audit/README.md b/subjects/math-skills/audit/README.md index f55c3624d..7405fce0c 100644 --- a/subjects/math-skills/audit/README.md +++ b/subjects/math-skills/audit/README.md @@ -15,4 +15,4 @@ #### Bonus -###### [+] Did the student provided a README with an explanation on how to test his/her program? +###### +Did the student provided a README with an explanation on how to test his/her program? From 0d4befb241432568f8d8c22499afc0db12a221c5 Mon Sep 17 00:00:00 2001 From: Ihab Date: Sat, 19 Feb 2022 13:37:21 +0000 Subject: [PATCH 52/53] Update README.md --- subjects/linear-stats/audit/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/linear-stats/audit/README.md b/subjects/linear-stats/audit/README.md index 2cc81dd79..82f595b3b 100644 --- a/subjects/linear-stats/audit/README.md +++ b/subjects/linear-stats/audit/README.md @@ -17,4 +17,4 @@ #### Bonus -###### [+] Did the student provided a README with an explanation on how to test his/her program? +###### +Did the student provided a README with an explanation on how to test his/her program? From 7079a7ed4101ecd300eacac6f4b5c7528b6f95db Mon Sep 17 00:00:00 2001 From: Ihab Date: Sat, 19 Feb 2022 13:38:06 +0000 Subject: [PATCH 53/53] Update README.md --- subjects/guess-it-2/audit/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/subjects/guess-it-2/audit/README.md b/subjects/guess-it-2/audit/README.md index 51ca55f58..6923ee073 100644 --- a/subjects/guess-it-2/audit/README.md +++ b/subjects/guess-it-2/audit/README.md @@ -18,10 +18,10 @@ #### Bonus -##### [+] Try running the student program against the `mse` program, using `Data 4` and `Data 5` 3 times each. +##### +Try running the student program against the `mse` program, using `Data 4` and `Data 5` 3 times each. -###### [+] Did the student won against `mse` most of the times (at least 2 out of 3 times for each)? +###### +Did the student won against `mse` most of the times (at least 2 out of 3 times for each)? -##### [+] Try running the student program against the `nic` program, using `Data 4` and `Data 5` 3 times each. +##### +Try running the student program against the `nic` program, using `Data 4` and `Data 5` 3 times each. -###### [+] Did the student won against `nic` most of the times (at least 2 out of 3 times for each)? +###### +Did the student won against `nic` most of the times (at least 2 out of 3 times for each)?