From 6eeb184bd0377d6b6ecd6c7f2675bdca160c9b97 Mon Sep 17 00:00:00 2001 From: miguel Date: Wed, 4 Dec 2024 11:36:22 +0000 Subject: [PATCH] docs(sujects) typos --- subjects/ascii-art-web/stylize/audit.md | 2 +- subjects/ascii-art-web/stylize/audit/README.md | 2 +- subjects/ascii-art/audit/README.md | 2 +- subjects/ascii-art/fs/audit/README.md | 2 +- subjects/ascii-art/justify/audit/README.md | 2 +- subjects/ascii-art/reverse/audit/README.md | 2 +- subjects/forum/advanced-features/audit.md | 2 +- subjects/forum/advanced-features/audit/README.md | 2 +- subjects/forum/audit/README.md | 2 +- subjects/forum/security/audit.md | 2 +- subjects/forum/security/audit/README.md | 2 +- subjects/groupie-tracker/audit/README.md | 2 +- subjects/groupie-tracker/visualizations/audit.md | 2 +- .../groupie-tracker/visualizations/audit/README.md | 2 +- subjects/make-your-game/audit/README.md | 4 ++-- subjects/make-your-game/different-maps/audit.md | 2 +- .../make-your-game/different-maps/audit/README.md | 2 +- subjects/make-your-game/history/audit.md | 2 +- subjects/make-your-game/history/audit/README.md | 2 +- subjects/make-your-game/score-handling/audit.md | 2 +- .../make-your-game/score-handling/audit/README.md | 2 +- subjects/mini-framework/audit/README.md | 2 +- subjects/my-ls-1/audit/README.md | 2 +- subjects/my-ls/audit/README.md | 2 +- subjects/net-cat/audit/README.md | 2 +- subjects/tetris-optimizer/audit/README.md | 14 +++++++------- subjects/wget/audit/README.md | 2 +- 27 files changed, 34 insertions(+), 34 deletions(-) diff --git a/subjects/ascii-art-web/stylize/audit.md b/subjects/ascii-art-web/stylize/audit.md index c4c3cb89ee..899d68b3dc 100644 --- a/subjects/ascii-art-web/stylize/audit.md +++ b/subjects/ascii-art-web/stylize/audit.md @@ -18,7 +18,7 @@ #### Basic -###### +Does the project runs 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? Is the output aligned, without any letter out of line? diff --git a/subjects/ascii-art-web/stylize/audit/README.md b/subjects/ascii-art-web/stylize/audit/README.md index 4722741b9f..904e8e6e70 100644 --- a/subjects/ascii-art-web/stylize/audit/README.md +++ b/subjects/ascii-art-web/stylize/audit/README.md @@ -18,7 +18,7 @@ #### Basic -###### +Does the project runs 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? Is the output aligned, without any letter out of line? diff --git a/subjects/ascii-art/audit/README.md b/subjects/ascii-art/audit/README.md index a74cd38958..fe501e5381 100644 --- a/subjects/ascii-art/audit/README.md +++ b/subjects/ascii-art/audit/README.md @@ -294,7 +294,7 @@ __ _ _ _ _ _ _ _ __ _ __ __ _ #### Basic -###### +Does the project runs quickly and effectively? (Favoring recursive, no unnecessary data requests, etc) +###### +Does the project run quickly and effectively? (Favoring recursive, no unnecessary data requests, etc) ###### +Does the code obey the [good practices](../../good-practices/README.md)? diff --git a/subjects/ascii-art/fs/audit/README.md b/subjects/ascii-art/fs/audit/README.md index 3445707f88..dd36183bd8 100644 --- a/subjects/ascii-art/fs/audit/README.md +++ b/subjects/ascii-art/fs/audit/README.md @@ -173,7 +173,7 @@ o-O-o o o-o o o o-o o o o | o o o--O $ #### Basic -###### +Does the project runs 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? diff --git a/subjects/ascii-art/justify/audit/README.md b/subjects/ascii-art/justify/audit/README.md index 78d1e9ccd0..a4fb921471 100644 --- a/subjects/ascii-art/justify/audit/README.md +++ b/subjects/ascii-art/justify/audit/README.md @@ -82,7 +82,7 @@ Example: go run . --align=right something standard #### Basic -###### +Does the project runs 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? diff --git a/subjects/ascii-art/reverse/audit/README.md b/subjects/ascii-art/reverse/audit/README.md index 450a8a39b8..1f71e86ad4 100644 --- a/subjects/ascii-art/reverse/audit/README.md +++ b/subjects/ascii-art/reverse/audit/README.md @@ -80,7 +80,7 @@ EX: go run . --reverse= #### Basic -###### +Does the project runs quickly and effectively? (Favoring recursive, no unnecessary data requests, etc) +###### +Does the project run quickly and effectively? (Favoring recursive, no unnecessary data requests, etc) ###### +Does the code obey the [good practices](../../../good-practices/README.md)? diff --git a/subjects/forum/advanced-features/audit.md b/subjects/forum/advanced-features/audit.md index 5cf85fbe68..827bbc975b 100644 --- a/subjects/forum/advanced-features/audit.md +++ b/subjects/forum/advanced-features/audit.md @@ -44,7 +44,7 @@ #### Basic -###### +Does the project runs quickly and effectively (Favoring of recursion, no unnecessary data requests, etc.)? +###### +Does the project run quickly and effectively (Favoring of recursion, no unnecessary data requests, etc.)? ###### +Does the code obey the [good practices](../../good-practices/README.md)? diff --git a/subjects/forum/advanced-features/audit/README.md b/subjects/forum/advanced-features/audit/README.md index 6dfd25d77a..73615a18e4 100644 --- a/subjects/forum/advanced-features/audit/README.md +++ b/subjects/forum/advanced-features/audit/README.md @@ -44,7 +44,7 @@ #### Basic -###### +Does the project runs quickly and effectively (Favoring of recursion, no unnecessary data requests, etc.)? +###### +Does the project run quickly and effectively (Favoring of recursion, no unnecessary data requests, etc.)? ###### +Does the code obey the [good practices](../../../good-practices/README.md)? diff --git a/subjects/forum/audit/README.md b/subjects/forum/audit/README.md index b1350898c7..dab072472f 100644 --- a/subjects/forum/audit/README.md +++ b/subjects/forum/audit/README.md @@ -174,7 +174,7 @@ cc8f5dcf760f "./server" 6 seconds ag #### Basic -###### +Does the project runs quickly and effectively? (Favoring recursive, no unnecessary data requests, etc) +###### +Does the project run quickly and effectively? (Favoring recursive, no unnecessary data requests, etc) ###### +Does the code obey the [good practices](../../good-practices/README.md)? diff --git a/subjects/forum/security/audit.md b/subjects/forum/security/audit.md index 7687a68c41..1343089d14 100644 --- a/subjects/forum/security/audit.md +++ b/subjects/forum/security/audit.md @@ -36,7 +36,7 @@ #### Basic -###### +Does the project runs quickly and effectively? (no unnecessary data requests, etc) +###### +Does the project run quickly and effectively? (no unnecessary data requests, etc) ###### +Does the code obey the [good practices](../../good-practices/README.md)? diff --git a/subjects/forum/security/audit/README.md b/subjects/forum/security/audit/README.md index 3a129eba0b..0207804073 100644 --- a/subjects/forum/security/audit/README.md +++ b/subjects/forum/security/audit/README.md @@ -36,7 +36,7 @@ #### Basic -###### +Does the project runs quickly and effectively? (no unnecessary data requests, etc) +###### +Does the project run quickly and effectively? (no unnecessary data requests, etc) ###### +Does the code obey the [good practices](../../../good-practices/README.md)? diff --git a/subjects/groupie-tracker/audit/README.md b/subjects/groupie-tracker/audit/README.md index 2f10eed31e..a9dbb16ae4 100644 --- a/subjects/groupie-tracker/audit/README.md +++ b/subjects/groupie-tracker/audit/README.md @@ -90,7 +90,7 @@ #### Basic -###### +Does the project runs quickly and effectively? (Favoring recursive, no unnecessary data requests, etc) +###### +Does the project run quickly and effectively? (Favoring recursive, no unnecessary data requests, etc) ###### +Does the code obey the [good practices](../../good-practices/README.md)? diff --git a/subjects/groupie-tracker/visualizations/audit.md b/subjects/groupie-tracker/visualizations/audit.md index b617e23de5..d0d3e3a139 100644 --- a/subjects/groupie-tracker/visualizations/audit.md +++ b/subjects/groupie-tracker/visualizations/audit.md @@ -22,7 +22,7 @@ #### Basic -###### +Does the project runs 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 there a test file for this code? diff --git a/subjects/groupie-tracker/visualizations/audit/README.md b/subjects/groupie-tracker/visualizations/audit/README.md index 272d02dc6b..ef9bbb6907 100644 --- a/subjects/groupie-tracker/visualizations/audit/README.md +++ b/subjects/groupie-tracker/visualizations/audit/README.md @@ -22,7 +22,7 @@ #### Basic -###### +Does the project runs 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 there a test file for this code? diff --git a/subjects/make-your-game/audit/README.md b/subjects/make-your-game/audit/README.md index 7bc67ffdf3..086de7233d 100644 --- a/subjects/make-your-game/audit/README.md +++ b/subjects/make-your-game/audit/README.md @@ -2,7 +2,7 @@ ##### Try playing the game -###### Does the game runs without crashing? +###### Does the game run without crashing? ###### Does animation run using `RequestAnimationFrame`? @@ -74,7 +74,7 @@ #### Bonus -###### +Does the project runs quickly and effectively? (Favoring recursive, no unnecessary data requests, etc) +###### +Does the project run quickly and effectively? (Favoring recursive, no unnecessary data requests, etc) ###### +Does the code obey the [good practices](../../good-practices/README.md)? diff --git a/subjects/make-your-game/different-maps/audit.md b/subjects/make-your-game/different-maps/audit.md index bb1e3791cc..99dcd5ee10 100644 --- a/subjects/make-your-game/different-maps/audit.md +++ b/subjects/make-your-game/different-maps/audit.md @@ -42,7 +42,7 @@ #### Bonus -###### +Does the project runs quickly and effectively? (Favoring recursivity, no unnecessary data requests, etc...) +###### +Does the project run quickly and effectively? (Favoring recursivity, no unnecessary data requests, etc...) ###### +Does the code obey the [good practices](../../good-practices/README.md)? diff --git a/subjects/make-your-game/different-maps/audit/README.md b/subjects/make-your-game/different-maps/audit/README.md index c473ece48e..33ba3682a9 100644 --- a/subjects/make-your-game/different-maps/audit/README.md +++ b/subjects/make-your-game/different-maps/audit/README.md @@ -42,7 +42,7 @@ #### Bonus -###### +Does the project runs quickly and effectively? (Favoring recursivity, no unnecessary data requests, etc...) +###### +Does the project run quickly and effectively? (Favoring recursivity, no unnecessary data requests, etc...) ###### +Does the code obey the [good practices](../../../good-practices/README.md)? diff --git a/subjects/make-your-game/history/audit.md b/subjects/make-your-game/history/audit.md index b773bf4ef3..420cbd888f 100644 --- a/subjects/make-your-game/history/audit.md +++ b/subjects/make-your-game/history/audit.md @@ -36,7 +36,7 @@ ###### +Is the story appealing and interesting? -###### +Does the project runs quickly and effectively? (Favoring recursivity, no unnecessary data requests, etc...) +###### +Does the project run quickly and effectively? (Favoring recursivity, no unnecessary data requests, etc...) ###### +Does the code obey the [good practices](../../good-practices/README.md)? diff --git a/subjects/make-your-game/history/audit/README.md b/subjects/make-your-game/history/audit/README.md index 218e969bc9..638da37d51 100644 --- a/subjects/make-your-game/history/audit/README.md +++ b/subjects/make-your-game/history/audit/README.md @@ -36,7 +36,7 @@ ###### +Is the story appealing and interesting? -###### +Does the project runs quickly and effectively? (Favoring recursivity, no unnecessary data requests, etc...) +###### +Does the project run quickly and effectively? (Favoring recursivity, no unnecessary data requests, etc...) ###### +Does the code obey the [good practices](../../../good-practices/README.md)? diff --git a/subjects/make-your-game/score-handling/audit.md b/subjects/make-your-game/score-handling/audit.md index 0f6292bd69..ba35e8e4bf 100644 --- a/subjects/make-your-game/score-handling/audit.md +++ b/subjects/make-your-game/score-handling/audit.md @@ -42,7 +42,7 @@ #### Bonus -###### +Does the project runs quickly and effectively? (Favoring recursive, no unnecessary data requests, etc...) +###### +Does the project run quickly and effectively? (Favoring recursive, no unnecessary data requests, etc...) ###### +Does the code obey the [good practices](../../good-practices/README.md)? diff --git a/subjects/make-your-game/score-handling/audit/README.md b/subjects/make-your-game/score-handling/audit/README.md index c474d628c3..2b92e83052 100644 --- a/subjects/make-your-game/score-handling/audit/README.md +++ b/subjects/make-your-game/score-handling/audit/README.md @@ -42,7 +42,7 @@ #### Bonus -###### +Does the project runs quickly and effectively? (Favoring recursive, no unnecessary data requests, etc...) +###### +Does the project run quickly and effectively? (Favoring recursive, no unnecessary data requests, etc...) ###### +Does the code obey the [good practices](../../../good-practices/README.md)? diff --git a/subjects/mini-framework/audit/README.md b/subjects/mini-framework/audit/README.md index 7a0f45a776..87f51f77bc 100644 --- a/subjects/mini-framework/audit/README.md +++ b/subjects/mini-framework/audit/README.md @@ -58,7 +58,7 @@ ###### +Is it easier to handle the routing in JS using the framework? -###### +Does the project runs quickly and effectively? (Favoring recursivity, no unnecessary data requests, etc...) +###### +Does the project run quickly and effectively? (Favoring recursivity, no unnecessary data requests, etc...) ###### +Is the code using asynchronicity to increase performance? diff --git a/subjects/my-ls-1/audit/README.md b/subjects/my-ls-1/audit/README.md index 5571857cfc..b420cc000c 100644 --- a/subjects/my-ls-1/audit/README.md +++ b/subjects/my-ls-1/audit/README.md @@ -100,7 +100,7 @@ #### General -###### +Does the program runs with colors as in the ls command? +###### +Does the program run with colors as in the ls command? ###### +Does the program has other flags except for the mandatory ones? diff --git a/subjects/my-ls/audit/README.md b/subjects/my-ls/audit/README.md index 9aab22c74b..5860c6105a 100644 --- a/subjects/my-ls/audit/README.md +++ b/subjects/my-ls/audit/README.md @@ -98,7 +98,7 @@ #### General -###### +Does the program runs with colors as in the ls command? +###### +Does the program with colors as in the ls command? ###### +Does the program has other flags except for the mandatory ones? diff --git a/subjects/net-cat/audit/README.md b/subjects/net-cat/audit/README.md index 80f4b31ca9..e57da28408 100644 --- a/subjects/net-cat/audit/README.md +++ b/subjects/net-cat/audit/README.md @@ -86,7 +86,7 @@ #### Basic -###### +Does the project runs quickly and effectively? (Favoring recursive, no unnecessary data requests, etc...) +###### +Does the project run quickly and effectively? (Favoring recursive, no unnecessary data requests, etc...) ###### +Does the code obey the [good practices](../../good-practices/README.md)? diff --git a/subjects/tetris-optimizer/audit/README.md b/subjects/tetris-optimizer/audit/README.md index 5135353256..fd58519323 100644 --- a/subjects/tetris-optimizer/audit/README.md +++ b/subjects/tetris-optimizer/audit/README.md @@ -6,37 +6,37 @@ `ERROR` -###### Does the program prints the value above? +###### Does the program print the value above? ##### Try [bad example 01](../badexample01/README.md). `ERROR` -###### Does the program prints the value above? +###### Does the program print the value above? ##### Try [bad example 02](../badexample02/README.md). `ERROR` -###### Does the program prints the value above? +###### Does the program print the value above? ##### Try [bad example 03](../badexample03/README.md). `ERROR` -###### Does the program prints the value above? +###### Does the program print the value above? ##### Try [bad example 04](../badexample04/README.md). `ERROR` -###### Does the program prints the value above? +###### Does the program print the value above? ##### Try [bad format](../badformat/README.md). `ERROR` -###### Does the program prints the value above? +###### Does the program print the value above? ##### Try [good example 00](../goodexample00/README.md). @@ -68,7 +68,7 @@ #### Basic -###### +Does the project runs 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 there a test file for this code? diff --git a/subjects/wget/audit/README.md b/subjects/wget/audit/README.md index 76f054b5ac..72bccfe991 100644 --- a/subjects/wget/audit/README.md +++ b/subjects/wget/audit/README.md @@ -133,6 +133,6 @@ css index.html #### Bonus -###### +Does the project runs quickly and effectively? (Favoring recursive, no unnecessary data requests, etc) +###### +Does the project run quickly and effectively? (Favoring recursive, no unnecessary data requests, etc) ###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices/README.md)?