From 700fbe74005f16bff5632b082f94925403082c5b Mon Sep 17 00:00:00 2001 From: MSilva95 Date: Fri, 2 Jul 2021 11:09:51 +0100 Subject: [PATCH] new syntax for the links --- subjects/ascii-art/README.md | 4 ++-- subjects/ascii-art/audit/README.md | 2 +- subjects/ascii-art/color/README.md | 4 ++-- subjects/ascii-art/color/audit.md | 2 +- subjects/ascii-art/fs/README.md | 6 +++--- subjects/ascii-art/fs/audit.md | 2 +- subjects/ascii-art/justify/README.md | 4 ++-- subjects/ascii-art/justify/audit.md | 2 +- subjects/ascii-art/output/README.md | 4 ++-- subjects/ascii-art/output/audit.md | 2 +- subjects/ascii-art/reverse/README.md | 4 ++-- subjects/ascii-art/reverse/audit.md | 18 +++++++++--------- subjects/lem-in/README.md | 2 +- subjects/lem-in/audit/README.md | 22 +++++++++++----------- subjects/push-swap/README.md | 2 +- subjects/push-swap/audit/README.md | 2 +- 16 files changed, 41 insertions(+), 41 deletions(-) diff --git a/subjects/ascii-art/README.md b/subjects/ascii-art/README.md index 28373f576..075899cdc 100644 --- a/subjects/ascii-art/README.md +++ b/subjects/ascii-art/README.md @@ -32,10 +32,10 @@ $$@@$$$$$$$$``````````@@$$@@$$$$$$ ### Instructions - Your project must be written in **Go**. -- The code must respect the [**good practices**](https://[[DOMAIN]]/root/public/src/branch/master/subjects/good-practices/README.md). +- The code must respect the [**good practices**](https://((DOMAIN))/root/public/src/branch/master/subjects/good-practices/README.md). - It is recommended that the code present a **test file**. -- Some [**banner**](https://[[DOMAIN]]/root/public/src/branch/master/subjects/ascii-art/README.md) files (.txt files) with a specific graphical template representation using ASCII will be given. The files are formatted in a way that is not necessary to change them. +- Some [**banner**](https://((DOMAIN))/root/public/src/branch/master/subjects/ascii-art/README.md) files (.txt files) with a specific graphical template representation using ASCII will be given. The files are formatted in a way that is not necessary to change them. ### Banner Format diff --git a/subjects/ascii-art/audit/README.md b/subjects/ascii-art/audit/README.md index bf8de043d..4b8951473 100644 --- a/subjects/ascii-art/audit/README.md +++ b/subjects/ascii-art/audit/README.md @@ -270,7 +270,7 @@ __ _ _ _ _ _ _ _ __ _ __ __ _ ###### +Does the project runs quickly and effectively? (Favoring recursive, no unnecessary data requests, etc) -###### +Does the code obey the [good practices](https://[[DOMAIN]]/root/public/src/branch/master/subjects/good-practices/README.md)? +###### +Does the code obey the [good practices](https://((DOMAIN))/root/public/src/branch/master/subjects/good-practices/README.md)? ###### +Is there a test file for this code? diff --git a/subjects/ascii-art/color/README.md b/subjects/ascii-art/color/README.md index 5ef579494..2856552ea 100644 --- a/subjects/ascii-art/color/README.md +++ b/subjects/ascii-art/color/README.md @@ -2,7 +2,7 @@ ### Objectives -You must follow the same [instructions](https://[[DOMAIN]]/root/public/src/branch/master/subjects/ascii-art) as in the first subject but this time with colors. +You must follow the same [instructions](https://((DOMAIN))/root/public/src/branch/master/subjects/ascii-art) as in the first subject but this time with colors. The output should manipulate colors using the **flag** `--color=`, in which `--color` is the flag and `` is the color desired by the user. These colors can be achieved using different notations (color code systems, like `RGB`, `hsl`, `ANSI`...), it is up to you to choose which one you want to use. @@ -12,7 +12,7 @@ The output should manipulate colors using the **flag** `--color=`, in whi ### Instructions - Your project must be written in **Go**. -- The code must respect the [**good practices**](https://[[DOMAIN]]/root/public/src/branch/master/subjects/good-practices/README.md). +- The code must respect the [**good practices**](https://((DOMAIN))/root/public/src/branch/master/subjects/good-practices/README.md). - It is recommended that the code should present a **test file**. ### Allowed packages diff --git a/subjects/ascii-art/color/audit.md b/subjects/ascii-art/color/audit.md index cd2e6726b..03d178296 100644 --- a/subjects/ascii-art/color/audit.md +++ b/subjects/ascii-art/color/audit.md @@ -68,7 +68,7 @@ ###### +Are the tests checking each possible case? -###### +Does the code obey the [good practices](https://[[DOMAIN]]/root/public/src/branch/master/subjects/ascii-art)? +###### +Does the code obey the [good practices](https://((DOMAIN))/root/public/src/branch/master/subjects/ascii-art)? #### Social diff --git a/subjects/ascii-art/fs/README.md b/subjects/ascii-art/fs/README.md index aab8f6190..a7c0b09dd 100644 --- a/subjects/ascii-art/fs/README.md +++ b/subjects/ascii-art/fs/README.md @@ -2,14 +2,14 @@ ### Objectives -You must follow the same [instructions](https://[[DOMAIN]]/root/public/src/branch/master/subjects/ascii-art) 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](https://((DOMAIN))/root/public/src/branch/master/subjects/ascii-art) 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... ### Instructions - Your project must be written in **Go**. -- The code must respect the [**good practices**](https://[[DOMAIN]]/root/public/src/branch/master/subjects/good-practices/README.md). +- The code must respect the [**good practices**](https://((DOMAIN))/root/public/src/branch/master/subjects/good-practices/README.md). - It is recommended that the code should present a **test file**. -- You can see all about the **banners** [here](https://[[DOMAIN]]/root/public/src/branch/master/subjects/ascii-art). +- You can see all about the **banners** [here](https://((DOMAIN))/root/public/src/branch/master/subjects/ascii-art). ### Usage diff --git a/subjects/ascii-art/fs/audit.md b/subjects/ascii-art/fs/audit.md index 37a166881..7018b2b6d 100644 --- a/subjects/ascii-art/fs/audit.md +++ b/subjects/ascii-art/fs/audit.md @@ -172,7 +172,7 @@ o-O-o o o-o o o o-o o o o | o o o--O ###### +Are the tests checking each possible case? -###### +Does the code obey the [good practices](https://[[DOMAIN]]/root/public/src/branch/master/subjects/good-practices/README.md)? +###### +Does the code obey the [good practices](https://((DOMAIN))/root/public/src/branch/master/subjects/good-practices/README.md)? #### Social diff --git a/subjects/ascii-art/justify/README.md b/subjects/ascii-art/justify/README.md index 938535fa9..f5e08551d 100644 --- a/subjects/ascii-art/justify/README.md +++ b/subjects/ascii-art/justify/README.md @@ -2,7 +2,7 @@ ### Objectives -You must follow the same [instructions](https://[[DOMAIN]]/root/public/src/branch/master/subjects/ascii-art) as in the first subject but the alignment can be changed. +You must follow the same [instructions](https://((DOMAIN))/root/public/src/branch/master/subjects/ascii-art) as in the first subject but the alignment can be changed. ```console We @@ -22,7 +22,7 @@ To change the alignment of the output it must be possible to use a **flag** `--a ### Instructions - Your project must be written in **Go**. -- The code must respect the [**good practices**](https://[[DOMAIN]]/root/public/src/branch/master/subjects/good-practices/README.md). +- The code must respect the [**good practices**](https://((DOMAIN))/root/public/src/branch/master/subjects/good-practices/README.md). - It is recommended that the code should present a **test file**. ### Usage diff --git a/subjects/ascii-art/justify/audit.md b/subjects/ascii-art/justify/audit.md index 3219f36b3..b13307027 100644 --- a/subjects/ascii-art/justify/audit.md +++ b/subjects/ascii-art/justify/audit.md @@ -78,7 +78,7 @@ ###### +Are the tests checking each possible case? -###### +Does the code obey the [good practices](https://[[DOMAIN]]/root/public/src/branch/master/subjects/good-practices/README.md)? +###### +Does the code obey the [good practices](https://((DOMAIN))/root/public/src/branch/master/subjects/good-practices/README.md)? #### Social diff --git a/subjects/ascii-art/output/README.md b/subjects/ascii-art/output/README.md index eaea8c7a4..bf0cb306e 100644 --- a/subjects/ascii-art/output/README.md +++ b/subjects/ascii-art/output/README.md @@ -2,14 +2,14 @@ ### Objectives -- You must follow the same [instructions](https://[[DOMAIN]]/root/public/src/branch/master/subjects/ascii-art) as in the first subject **while** writing the result into a file. Yep, you will read from one file and write to another. +- You must follow the same [instructions](https://((DOMAIN))/root/public/src/branch/master/subjects/ascii-art) as in the first subject **while** writing the result into a file. Yep, you will read from one file and write to another. The file must be named by using the flag `--output=`, in which `--output` is the flag and `` is the file name which will contain the output. ### Instructions - Your project must be written in **Go**. -- The code must respect the [**good practices**](https://[[DOMAIN]]/root/public/src/branch/master/subjects/good-practices/README.md). +- The code must respect the [**good practices**](https://((DOMAIN))/root/public/src/branch/master/subjects/good-practices/README.md). - It is recommended that the code presents a **test file**. ### Usage diff --git a/subjects/ascii-art/output/audit.md b/subjects/ascii-art/output/audit.md index 20c65eb99..a89ffd4d4 100644 --- a/subjects/ascii-art/output/audit.md +++ b/subjects/ascii-art/output/audit.md @@ -169,7 +169,7 @@ student$ cat test07.txt ###### +Are the tests checking each possible case? -###### +Does the code obey the [good practices](https://[[DOMAIN]]/root/public/src/branch/master/subjects/good-practices/README.md)? +###### +Does the code obey the [good practices](https://((DOMAIN))/root/public/src/branch/master/subjects/good-practices/README.md)? #### Social diff --git a/subjects/ascii-art/reverse/README.md b/subjects/ascii-art/reverse/README.md index 1d7478e5c..00d5bf38f 100644 --- a/subjects/ascii-art/reverse/README.md +++ b/subjects/ascii-art/reverse/README.md @@ -2,7 +2,7 @@ ### Objectives -You must follow the same [instructions](https://[[DOMAIN]]/root/public/src/branch/master/subjects/ascii-art) as in the first subject but this time the process will be reversed. desrever fo dnik siht toN. +You must follow the same [instructions](https://((DOMAIN))/root/public/src/branch/master/subjects/ascii-art) as in the first subject but this time the process will be reversed. desrever fo dnik siht toN. Ascii-reverse consists on reversing the process, converting the graphic representation into a text. You will have to create a text file containing a graphic representation of a random `string` given as an argument. @@ -11,7 +11,7 @@ The argument will be a **flag**, `--reverse=`, in which `--reverse` is ### Instructions - Your project must be written in **Go**. -- The code must respect the [**good practices**](https://[[DOMAIN]]/root/public/src/branch/master/subjects/good-practices/README.md). +- The code must respect the [**good practices**](https://((DOMAIN))/root/public/src/branch/master/subjects/good-practices/README.md). - It is recommended that the code should present a **test file**. ### Usage diff --git a/subjects/ascii-art/reverse/audit.md b/subjects/ascii-art/reverse/audit.md index 6c248efe8..e3a2d180f 100644 --- a/subjects/ascii-art/reverse/audit.md +++ b/subjects/ascii-art/reverse/audit.md @@ -2,49 +2,49 @@ ###### Has the requirement for the allowed packages been respected? (Reminder for this project: (only [standard packages](https://golang.org/pkg/) -##### Try passing to the reverse flag `"--reverse=example00.txt"` the [example 00](https://[[DOMAIN]]/root/public/src/branch/master/subjects/ascii-art/reverse/example.md). +##### Try passing to the reverse flag `"--reverse=example00.txt"` the [example 00](https://((DOMAIN))/root/public/src/branch/master/subjects/ascii-art/reverse/example.md). `Hello World` ###### Does it display the value above? -##### Try passing to the reverse flag `"--reverse=example01.txt"` the [example 01](https://[[DOMAIN]]/root/public/src/branch/master/subjects/ascii-art/reverse/example.md). +##### Try passing to the reverse flag `"--reverse=example01.txt"` the [example 01](https://((DOMAIN))/root/public/src/branch/master/subjects/ascii-art/reverse/example.md). `123` ###### Does it display the value above? -##### Try passing to the reverse flag `"--reverse=example02.txt"` the [example 02](https://[[DOMAIN]]/root/public/src/branch/master/subjects/ascii-art/reverse/example.md). +##### Try passing to the reverse flag `"--reverse=example02.txt"` the [example 02](https://((DOMAIN))/root/public/src/branch/master/subjects/ascii-art/reverse/example.md). `#=\[` ###### Does it display the value above? -##### Try passing to the reverse flag `"--reverse=example03.txt"` the [example 03](https://[[DOMAIN]]/root/public/src/branch/master/subjects/ascii-art/reverse/example.md). +##### Try passing to the reverse flag `"--reverse=example03.txt"` the [example 03](https://((DOMAIN))/root/public/src/branch/master/subjects/ascii-art/reverse/example.md). `(somthing&234)` ###### Does it display the value above? -##### Try passing to the reverse flag `"--reverse=example04.txt"` the [example 04](https://[[DOMAIN]]/root/public/src/branch/master/subjects/ascii-art/reverse/example.md). +##### Try passing to the reverse flag `"--reverse=example04.txt"` the [example 04](https://((DOMAIN))/root/public/src/branch/master/subjects/ascii-art/reverse/example.md). `abcdefghijklmnopqrstuvwxyz` ###### Does it display the value above? -##### Try passing to the reverse flag `"--reverse=example05.txt"` the [example 05](https://[[DOMAIN]]/root/public/src/branch/master/subjects/ascii-art/reverse/example.md). +##### Try passing to the reverse flag `"--reverse=example05.txt"` the [example 05](https://((DOMAIN))/root/public/src/branch/master/subjects/ascii-art/reverse/example.md). `\!" #$%&'()*+,-./` ###### Does it display the value above? -##### Try passing to the reverse flag `"--reverse=example06.txt"` the [example 06](https://[[DOMAIN]]/root/public/src/branch/master/subjects/ascii-art/reverse/example.md). +##### Try passing to the reverse flag `"--reverse=example06.txt"` the [example 06](https://((DOMAIN))/root/public/src/branch/master/subjects/ascii-art/reverse/example.md). `:;<=>?@` ###### Does it display the value above? -##### Try passing to the reverse flag `"--reverse=example07.txt"` the [example 07](https://[[DOMAIN]]/root/public/src/branch/master/subjects/ascii-art/reverse/example.md). +##### Try passing to the reverse flag `"--reverse=example07.txt"` the [example 07](https://((DOMAIN))/root/public/src/branch/master/subjects/ascii-art/reverse/example.md). `ABCDEFGHIJKLMNOPQRSTUVWXYZ` @@ -72,7 +72,7 @@ ###### +Does the project runs quickly and effectively? (Favoring recursive, no unnecessary data requests, etc) -###### +Does the code obey the [good practices](https://[[DOMAIN]]/root/public/src/branch/master/subjects/good-practices/README.md)? +###### +Does the code obey the [good practices](https://((DOMAIN))/root/public/src/branch/master/subjects/good-practices/README.md)? ###### +Is there a test file for this code? diff --git a/subjects/lem-in/README.md b/subjects/lem-in/README.md index 77db86607..13666bac1 100644 --- a/subjects/lem-in/README.md +++ b/subjects/lem-in/README.md @@ -93,7 +93,7 @@ Which corresponds to the following representation : - The program must handle errors carefully. In no way can it quit in an unexpected manner. - The coordinates of the rooms will always be `int`. - Your project must be written in **Go**. -- The code must respect the [**good practices**](https://[[DOMAIN]]/root/public/src/branch/master/subjects/good-practices/README.md). +- The code must respect the [**good practices**](https://((DOMAIN))/root/public/src/branch/master/subjects/good-practices/README.md). - It is recommended that the code should present a **test file**. ### Allowed packages diff --git a/subjects/lem-in/audit/README.md b/subjects/lem-in/audit/README.md index b1465244d..ae383a0cd 100644 --- a/subjects/lem-in/audit/README.md +++ b/subjects/lem-in/audit/README.md @@ -24,7 +24,7 @@ Lx-y ###### Are the commands and the ants movements printed with the right format? One line per turn, `N` movements per turn, movements defined by `Lx-y` `x` being the ant and `y` being the room, as it shows above? -##### Try running the program with [example00](https://[[DOMAIN]]/root/public/src/branch/master/subjects/lem-in/examples/README.md). +##### Try running the program with [example00](https://((DOMAIN))/root/public/src/branch/master/subjects/lem-in/examples/README.md). ``` $ go run . example00.txt @@ -50,7 +50,7 @@ $ ###### Does it present the quickest path possible with the same number of turns as the result above? -##### Try running the program with [example01](https://[[DOMAIN]]/root/public/src/branch/master/subjects/lem-in/examples/README.md). +##### Try running the program with [example01](https://((DOMAIN))/root/public/src/branch/master/subjects/lem-in/examples/README.md). ``` $ go run . example01.txt @@ -102,7 +102,7 @@ $ ###### Does it present the quickest path possible with the same number of turns as the result above? -##### Try running the program with [example02](https://[[DOMAIN]]/root/public/src/branch/master/subjects/lem-in/examples/README.md). +##### Try running the program with [example02](https://((DOMAIN))/root/public/src/branch/master/subjects/lem-in/examples/README.md). ``` $ go run . example02.txt @@ -124,7 +124,7 @@ $ ###### Does it present the quickest path possible with the same number of turns as the result above? -##### Try running the program with [example03](https://[[DOMAIN]]/root/public/src/branch/master/subjects/lem-in/examples/README.md). +##### Try running the program with [example03](https://((DOMAIN))/root/public/src/branch/master/subjects/lem-in/examples/README.md). ``` $ go run . example03.txt @@ -156,7 +156,7 @@ $ ###### Does it present the quickest path possible with the same number of turns as the result above? -##### Try running the program with [example04](https://[[DOMAIN]]/root/public/src/branch/master/subjects/lem-in/examples/README.md). +##### Try running the program with [example04](https://((DOMAIN))/root/public/src/branch/master/subjects/lem-in/examples/README.md). ``` $ go run . example04.txt @@ -189,7 +189,7 @@ $ ###### Does it present the quickest path possible with the same number of turns as the result above? -##### Try running the program with [example05](https://[[DOMAIN]]/root/public/src/branch/master/subjects/lem-in/examples/README.md). +##### Try running the program with [example05](https://((DOMAIN))/root/public/src/branch/master/subjects/lem-in/examples/README.md). ``` $ go run . example05.txt @@ -273,7 +273,7 @@ $ ###### Does it present the quickest path possible with the same number of turns as the result above? -##### Try running the program with [badexample00](https://[[DOMAIN]]/root/public/src/branch/master/subjects/lem-in/examples/README.md). +##### Try running the program with [badexample00](https://((DOMAIN))/root/public/src/branch/master/subjects/lem-in/examples/README.md). ``` $ go run . badexample00.txt @@ -283,7 +283,7 @@ $ ###### Does it present the right result as above? -##### Try running the program with [badexample01](https://[[DOMAIN]]/root/public/src/branch/master/subjects/lem-in/examples/README.md). +##### Try running the program with [badexample01](https://((DOMAIN))/root/public/src/branch/master/subjects/lem-in/examples/README.md). ``` $ go run . badexample01.txt @@ -293,11 +293,11 @@ $ ###### Does it present at least the result above? -##### Try running the program with [example06](https://[[DOMAIN]]/root/public/src/branch/master/subjects/lem-in/examples/README.md) and with 100 ants. +##### Try running the program with [example06](https://((DOMAIN))/root/public/src/branch/master/subjects/lem-in/examples/README.md) and with 100 ants. ###### Is the real time less than 1.5 minutes? -##### Try running the program with [example07](https://[[DOMAIN]]/root/public/src/branch/master/subjects/lem-in/examples/README.md) and with 1000 ants. +##### Try running the program with [example07](https://((DOMAIN))/root/public/src/branch/master/subjects/lem-in/examples/README.md) and with 1000 ants. ###### Is the real time less than 2.5 minutes? @@ -337,7 +337,7 @@ $ ###### +Are the tests checking each possible case? -###### +Does the code obey the [good practices](https://[[DOMAIN]]/root/public/src/branch/master/subjects/good-practices/README.md)? +###### +Does the code obey the [good practices](https://((DOMAIN))/root/public/src/branch/master/subjects/good-practices/README.md)? #### Social diff --git a/subjects/push-swap/README.md b/subjects/push-swap/README.md index 03bef3fcd..7f68e0d34 100644 --- a/subjects/push-swap/README.md +++ b/subjects/push-swap/README.md @@ -135,7 +135,7 @@ $ ### Instructions - Your project must be written in **Go**. -- The code must respect the [**good practices**](https://[[DOMAIN]]/root/public/src/branch/master/subjects/good-practices/README.md). +- The code must respect the [**good practices**](https://((DOMAIN))/root/public/src/branch/master/subjects/good-practices/README.md). - It is recommended that the code should present a **test file**. - The first executable file must be named **checker** and the second **push-swap**. - You have to be able to handle the errors. diff --git a/subjects/push-swap/audit/README.md b/subjects/push-swap/audit/README.md index b7986b587..91509a63f 100644 --- a/subjects/push-swap/audit/README.md +++ b/subjects/push-swap/audit/README.md @@ -92,7 +92,7 @@ OK #### Basic -###### +Does the code obey the [good practices](https://[[DOMAIN]]/root/public/src/branch/master/subjects/good-practices/README.md)? +###### +Does the code obey the [good practices](https://((DOMAIN))/root/public/src/branch/master/subjects/good-practices/README.md)? ###### +Is there a test file for this code?