Browse Source

Go projects links fixes

content-update
OGordoo 4 years ago committed by Clément
parent
commit
369977f8d0
  1. 4
      subjects/ascii-art-web/README.md
  2. 2
      subjects/ascii-art-web/audit/README.md
  3. 4
      subjects/ascii-art-web/dockerize/README.md
  4. 2
      subjects/ascii-art-web/dockerize/audit.md
  5. 6
      subjects/ascii-art-web/export-file/README.md
  6. 2
      subjects/ascii-art-web/export-file/audit.md
  7. 4
      subjects/ascii-art-web/stylize/README.md
  8. 2
      subjects/ascii-art-web/stylize/audit.md
  9. 2
      subjects/ascii-art/README.md
  10. 2
      subjects/ascii-art/audit/README.md
  11. 4
      subjects/ascii-art/color/README.md
  12. 2
      subjects/ascii-art/color/audit.md
  13. 4
      subjects/ascii-art/fs/README.md
  14. 2
      subjects/ascii-art/fs/audit.md
  15. 2
      subjects/ascii-art/justify/audit.md
  16. 4
      subjects/ascii-art/output/README.md
  17. 2
      subjects/ascii-art/output/audit.md
  18. 4
      subjects/ascii-art/reverse/README.md
  19. 18
      subjects/ascii-art/reverse/audit.md
  20. 4
      subjects/forum/README.md
  21. 4
      subjects/forum/advanced-features/README.md
  22. 4
      subjects/forum/advanced-features/audit.md
  23. 2
      subjects/forum/audit/README.md
  24. 2
      subjects/forum/authentication/README.md
  25. 2
      subjects/forum/authentication/audit.md
  26. 4
      subjects/forum/image-upload/README.md
  27. 2
      subjects/forum/image-upload/audit.md
  28. 4
      subjects/forum/moderation/README.md
  29. 2
      subjects/forum/security/audit.md
  30. 2
      subjects/groupie-tracker/README.md
  31. 2
      subjects/groupie-tracker/audit/README.md
  32. 4
      subjects/groupie-tracker/filters/README.md
  33. 2
      subjects/groupie-tracker/filters/audit.md
  34. 4
      subjects/groupie-tracker/geolocalization/README.md
  35. 2
      subjects/groupie-tracker/geolocalization/audit.md
  36. 4
      subjects/groupie-tracker/search-bar/README.md
  37. 2
      subjects/groupie-tracker/search-bar/audit.md
  38. 4
      subjects/groupie-tracker/visualization/README.md
  39. 2
      subjects/groupie-tracker/visualization/audit.md
  40. 4
      subjects/groupie-tracker/visualizations/README.md
  41. 2
      subjects/groupie-tracker/visualizations/audit.md
  42. 2
      subjects/lem-in/README.md
  43. 18
      subjects/lem-in/audit/README.md
  44. 2
      subjects/my-ls-1/README.md
  45. 2
      subjects/my-ls-1/audit/README.md
  46. 2
      subjects/net-cat/README.md
  47. 2
      subjects/net-cat/audit/README.md
  48. 2
      subjects/push-swap/README.md
  49. 2
      subjects/push-swap/audit/README.md
  50. 2
      subjects/tetris-optimizer/README.md
  51. 8
      subjects/tetris-optimizer/audit/README.md

4
subjects/ascii-art-web/README.md

@ -4,7 +4,7 @@
Ascii-art-web consists in creating and running a server, in which it will be possible to use a web **GUI** (graphical user interface) version of your last project, ascii-art.
- You must use your [ascii-art](https://public.01-edu.org/subjects/ascii-art/ascii-art.en) application for this project.
- You must use your [ascii-art](https://public.01-edu.org/subjects/ascii-art/) application for this project.
- You can run your server **locally** (localhost) or using an **API**.
- You must use the different [banners](https://github.com/01-edu/public/tree/master/subjects/ascii-art) for the website.
- It should be available to choose between the banners.
@ -32,7 +32,7 @@ This project will help you learn about :
- You must handle website errors.
- The web server must be created in **Go**.
- The code must respect the [good practices](https://public.01-edu.org/subjects/good-practices.en).
- The code must respect the [good practices](https://public.01-edu.org/subjects/good-practices/).
- The project must have files written in **HTML**.
### Usage

2
subjects/ascii-art-web/audit/README.md

@ -106,7 +106,7 @@ o-o-o o--o o-o o o o o-o | | o o
###### +Does the server 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.en)?
###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices/)?
###### +Is there a test file for this code?

4
subjects/ascii-art-web/dockerize/README.md

@ -2,7 +2,7 @@
### Objectives
You must follow the same [principles](https://public.01-edu.org/subjects/ascii-art-web/ascii-art-web.en) as the first subject.
You must follow the same [principles](https://public.01-edu.org/subjects/ascii-art-web/) as the first subject.
- For this project you must create at least :
@ -37,7 +37,7 @@ This project will help you learn about :
### Instructions
- The web server must be created in **Go**.
- The code must respect the [good practices](https://public.01-edu.org/subjects/good-practices.en).
- The code must respect the [good practices](https://public.01-edu.org/subjects/good-practices/).
- You must use Docker.
- The project must have a **Dockerfile**.
- Your Dockerfile must respect the [Dockerfile good practices](https://docs.docker.com/develop/develop-images/dockerfile_best-practices/).

2
subjects/ascii-art-web/dockerize/audit.md

@ -53,7 +53,7 @@ student$
###### +Does the server 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.en)?
###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices/)?
###### +Is there a test file for this code?

6
subjects/ascii-art-web/export-file/README.md

@ -2,11 +2,11 @@
### Objectives
You must follow the same [principles](https://public.01-edu.org/subjects/ascii-art-web/ascii-art-web.en) as the first subject.
You must follow the same [principles](https://public.01-edu.org/subjects/ascii-art-web/) as the first subject.
Ascii-art-web-export consists on making sure that it is possible to export the output of the web application, at least in one export format at your choice.
- You should be able to export the result of the [ascii-art](https://public.01-edu.org/subjects/ascii-art/ascii-art.en) project implemented in the website.
- You should be able to export the result of the [ascii-art](https://public.01-edu.org/subjects/ascii-art/) project implemented in the website.
- The file must be exported with the right permissions (**read and write**) for the user.
This project will help you learn about :
@ -28,4 +28,4 @@ This project will help you learn about :
- The web server must export at least in one export format.
- The web server must be created in **Go**.
- You must handle website errors.
- The code must respect the [good practices](https://public.01-edu.org/subjects/good-practices.en).
- The code must respect the [good practices](https://public.01-edu.org/subjects/good-practices/).

2
subjects/ascii-art-web/export-file/audit.md

@ -22,7 +22,7 @@
#### Basic
###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices.en)?
###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices/)?
###### +Are the instructions in the website clear?

4
subjects/ascii-art-web/stylize/README.md

@ -2,7 +2,7 @@
### Objectives
You must follow the same [principles](https://public.01-edu.org/subjects/ascii-art-web/ascii-art-web.en) as the first subject.
You must follow the same [principles](https://public.01-edu.org/subjects/ascii-art-web/) as the first subject.
Ascii-art-stylize consists on making your site :
@ -23,7 +23,7 @@ This project will help you learn about:
### Instructions
- Your project must contain **CSS**.
- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices.en).
- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices/).
- We suggest you to search for the principles of a good website design.
- It must be possible to see the text properly despite the colors used.

2
subjects/ascii-art-web/stylize/audit.md

@ -26,7 +26,7 @@
###### +Are the tests checking each possible case?
###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices.en)?
###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices/)?
#### Social

2
subjects/ascii-art/README.md

@ -19,7 +19,7 @@ This project will help you learn about :
### Instructions
- Your project must be written in **Go**.
- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices.en).
- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices/).
- It is recommended that the code present a **test file**.
- It will be given some [**banner**](https://github.com/01-edu/public/blob/master/subjects/ascii-art) files with a specific graphical template representation of ASCII. The files are formatted in a way that it is not necessary to change them.

2
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://public.01-edu.org/subjects/good-practices.en)?
###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices/)?
###### +Is there a test file for this code?

4
subjects/ascii-art/color/README.md

@ -2,7 +2,7 @@
### Objectives
You must follow the same [instructions](https://public.01-edu.org/subjects/ascii-art/ascii-art.en) as in the first subject but with colors.
You must follow the same [instructions](https://public.01-edu.org/subjects/ascii-art/) as in the first subject but with colors.
- The output should manipulate colors using the **flag** `--color=<color>`, in which `--color` is the flag and `<color>` is the color name of choice (ex: orange, green, blue).
- The colors must respect the [RGB](https://en.wikipedia.org/wiki/RGB_color_model) concept.
@ -23,7 +23,7 @@ This project will help you learn about :
### Instructions
- Your project must be written in **Go**.
- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices.en).
- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices/).
- It is recommended that the code should present a **test file**.
### Allowed packages

2
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://github.com/01-edu/public/blob/master/subjects/good-practices.en.md)?
###### +Does the code obey the [good practices](https://github.com/01-edu/public/blob/master/subjects/good-practices/)?
#### Social

4
subjects/ascii-art/fs/README.md

@ -2,7 +2,7 @@
### Objectives
You must follow the same [instructions](https://public.01-edu.org/subjects/ascii-art/ascii-art.en) as in the first subject but the second argument must be the name of the template.
You must follow the same [instructions](https://public.01-edu.org/subjects/ascii-art/) as in the first subject but the second argument must be the name of the template.
This project will help you learn about :
@ -16,7 +16,7 @@ This project will help you learn about :
### Instructions
- Your project must be written in **Go**.
- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices.en).
- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices/).
- It is recommended that the code should present a **test file**.
- You can see all about the **banners** [here](https://github.com/01-edu/public/tree/master/subjects/ascii-art).

2
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://public.01-edu.org/subjects/good-practices.en)?
###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices/)?
#### Social

2
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://public.01-edu.org/subjects/good-practices.en)?
###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices/)?
#### Social

4
subjects/ascii-art/output/README.md

@ -2,7 +2,7 @@
### Objectives
- You must follow the same [instructions](https://public.01-edu.org/subjects/ascii-art/ascii-art.en) as in the first subject **while** writing the result into a file.
- You must follow the same [instructions](https://public.01-edu.org/subjects/ascii-art/) as in the first subject **while** writing the result into a file.
- The file must be named by using the flag `--output=<fileName.txt>`, in which `--output` is the flag and `<fileName.txt>` is the file name.
@ -18,7 +18,7 @@ This project will help you learn about :
### Instructions
- Your project must be written in **Go**.
- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices.en).
- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices/).
- It is recommended that the code presents a **test file**.
### Allowed packages

2
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://public.01-edu.org/subjects/good-practices.en)?
###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices/)?
#### Social

4
subjects/ascii-art/reverse/README.md

@ -2,7 +2,7 @@
### Objectives
You must follow the same [instructions](https://public.01-edu.org/subjects/ascii-art/ascii-art.en) as in the first subject.
You must follow the same [instructions](https://public.01-edu.org/subjects/ascii-art/) as in the first subject.
- 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`.
@ -21,7 +21,7 @@ This project will help you learn about :
### Instructions
- Your project must be written in **Go**.
- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices.en).
- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices/).
- It is recommended that the code should present a **test file**.
### Allowed packages

18
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://public.01-edu.org/subjects/ascii-art/ascii-art-reverse-example).
##### Try passing to the reverse flag `"--reverse=example00.txt"` the [example 00](https://public.01-edu.org/subjects/ascii-art/reverse/example).
`Hello World`
###### Does it display the value above?
##### Try passing to the reverse flag `"--reverse=example01.txt"` the [example 01](https://public.01-edu.org/subjects/ascii-art/ascii-art-reverse-example).
##### Try passing to the reverse flag `"--reverse=example01.txt"` the [example 01](https://public.01-edu.org/subjects/ascii-art/reverse/example).
`123`
###### Does it display the value above?
##### Try passing to the reverse flag `"--reverse=example02.txt"` the [example 02](https://public.01-edu.org/subjects/ascii-art/ascii-art-reverse-example).
##### Try passing to the reverse flag `"--reverse=example02.txt"` the [example 02](https://public.01-edu.org/subjects/ascii-art/reverse/example).
`#=\[`
###### Does it display the value above?
##### Try passing to the reverse flag `"--reverse=example03.txt"` the [example 03](https://public.01-edu.org/subjects/ascii-art/ascii-art-reverse-example).
##### Try passing to the reverse flag `"--reverse=example03.txt"` the [example 03](https://public.01-edu.org/subjects/ascii-art/reverse/example).
`(somthing&234)`
###### Does it display the value above?
##### Try passing to the reverse flag `"--reverse=example04.txt"` the [example 04](https://public.01-edu.org/subjects/ascii-art/ascii-art-reverse-example).
##### Try passing to the reverse flag `"--reverse=example04.txt"` the [example 04](https://public.01-edu.org/subjects/ascii-art/reverse/example).
`abcdefghijklmnopqrstuvwxyz`
###### Does it display the value above?
##### Try passing to the reverse flag `"--reverse=example05.txt"` the [example 05](https://public.01-edu.org/subjects/ascii-art/ascii-art-reverse-example).
##### Try passing to the reverse flag `"--reverse=example05.txt"` the [example 05](https://public.01-edu.org/subjects/ascii-art/reverse/example).
`\!" #$%&'()*+,-./`
###### Does it display the value above?
##### Try passing to the reverse flag `"--reverse=example06.txt"` the [example 06](https://public.01-edu.org/subjects/ascii-art/ascii-art-reverse-example).
##### Try passing to the reverse flag `"--reverse=example06.txt"` the [example 06](https://public.01-edu.org/subjects/ascii-art/reverse/example).
`:;<=>?@`
###### Does it display the value above?
##### Try passing to the reverse flag `"--reverse=example07.txt"` the [example 07](https://public.01-edu.org/subjects/ascii-art/ascii-art-reverse-example).
##### Try passing to the reverse flag `"--reverse=example07.txt"` the [example 07](https://public.01-edu.org/subjects/ascii-art/reverse/example).
`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://public.01-edu.org/subjects/good-practices.en)?
###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices/)?
###### +Is there a test file for this code?

4
subjects/forum/README.md

@ -67,7 +67,7 @@ Note that the last two are only available for registered users and must refer to
#### Docker
For the forum project you must use Docker. You can see all about docker basics on the [ascii-art-web-dockerize](https://public.01-edu.org/subjects/ascii-art-web/ascii-art-web-dockerize.en) subject.
For the forum project you must use Docker. You can see all about docker basics on the [ascii-art-web-dockerize](https://public.01-edu.org/subjects/ascii-art-web/dockerize/) subject.
This project will help you learn about:
@ -89,7 +89,7 @@ This project will help you learn about:
- You must use **SQLite**.
- You must handle website errors, HTTP status.
- You must handle all sort of technical errors.
- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices.en).
- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices/).
- It is recommended that the code should present a **test file**.
### Allowed packages

4
subjects/forum/advanced-features/README.md

@ -2,7 +2,7 @@
### Objectives
You must follow the same [principles](https://public.01-edu.org/subjects/forum/forum.en) as the first subject.
You must follow the same [principles](https://public.01-edu.org/subjects/forum/) as the first subject.
In `forum advanced features`, you will have to implement the following features :
@ -28,7 +28,7 @@ This project will help you learn about :
### Instructions
- The backend must be written in **Go**
- The code must respect the [good practices](https://public.01-edu.org/subjects/good-practices.en)
- The code must respect the [good practices](https://public.01-edu.org/subjects/good-practices/)
- It is recommended that the code should present a **test file**
### Allowed packages

4
subjects/forum/advanced-features/audit.md

@ -40,13 +40,13 @@
#### General
##### +Are there any other feature not mentioned in the [subject](https://public.01-edu.org/subjects/forum/forum-advanced-features.en)?
##### +Are there any other feature not mentioned in the [subject](https://public.01-edu.org/subjects/forum/advanced-features/)?
#### Basic
###### +Does the project runs quickly and effectively (Favoring of recursion, no unnecessary data requests, etc.)?
###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices.en)?
###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices/)?
###### +Is there a test file for this code?

2
subjects/forum/audit/README.md

@ -174,7 +174,7 @@ cc8f5dcf760f <name of the image> "./server" 6 seconds ag
###### +Does the project runs 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.en)?
###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices/)?
###### +Is there a test file for this code?

2
subjects/forum/authentication/README.md

@ -19,4 +19,4 @@ This project will help you learn about:
- Your project must have implemented at least the two authentication examples given.
- Your project must be written in **Go**.
- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices.en).
- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices/).

2
subjects/forum/authentication/audit.md

@ -36,7 +36,7 @@
###### +Does the project run quickly and effectively (favoring of recursion, no unnecessary data requests, etc.)?
###### +Does the code obey the [good practices](https://github.com/01-edu/public/blob/master/subjects/good-practices.en.md)?
###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices/)?
#### Social

4
subjects/forum/image-upload/README.md

@ -2,7 +2,7 @@
### Objectives
You must follow the same [principles](https://public.01-edu.org/subjects/forum/forum.en) as the first subject.
You must follow the same [principles](https://public.01-edu.org/subjects/forum/) as the first subject.
In `forum image upload`, registered users have the possibility to create a post containing an image as well as text.
@ -25,7 +25,7 @@ This project will help you learn about:
- The backend must be written in **Go**.
- You must handle website errors.
- The code must respect the [good practices](https://public.01-edu.org/subjects/good-practices.en)
- The code must respect the [good practices](https://public.01-edu.org/subjects/good-practices/)
- It is recommended that the code should present a **test file**.
### Allowed packages

2
subjects/forum/image-upload/audit.md

@ -28,7 +28,7 @@
#### Basic
###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices.en)?
###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices/)?
###### +Are the instructions in the website clear?

4
subjects/forum/moderation/README.md

@ -2,7 +2,7 @@
### Objectives
You must follow the same [principles](https://public.01-edu.org/subjects/forum/forum.en) as the first subject.
You must follow the same [principles](https://public.01-edu.org/subjects/forum/) as the first subject.
The `forum-moderation` will be based on a moderation system. It must present a moderator that, depending on the access level of a user or the forum set-up, approves posted messages before they become publicly visible.
@ -47,5 +47,5 @@ This project will help you learn about :
- You must handle website errors, HTTPS status.
- You must handle all sort of technical errors.
- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices.en).
- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices/).
- It is recommended that the code should present a **test file**.

2
subjects/forum/security/audit.md

@ -40,7 +40,7 @@
###### +Does the project runs quickly and effectively? (no unnecessary data requests, etc)
###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices.en)?
###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices/)?
###### +Is there a test file for this code?

2
subjects/groupie-tracker/README.md

@ -33,7 +33,7 @@ This project will help you learn about :
### Instructions
- The backend must be written in **Go**.
- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices.en).
- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices/).
- It is recommended that the code should present a **test file**.
### Allowed packages

2
subjects/groupie-tracker/audit/README.md

@ -90,7 +90,7 @@
###### +Does the project runs 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.en)?
###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices/)?
###### +Is there a test file for this code?

4
subjects/groupie-tracker/filters/README.md

@ -2,7 +2,7 @@
### Objectives
You must follow the same [principles](https://public.01-edu.org/subjects/groupie-tracker/groupie-tracker.en) as the first subject.
You must follow the same [principles](https://public.01-edu.org/subjects/groupie-tracker/) as the first subject.
- Groupie Tracker Filters consists on letting the user filter the artists/bands that will be shown.
@ -32,7 +32,7 @@ This project will help you learn about:
- The backend must be written in **Go**.
- You must handle website errors.
- The code must respect the [good practices](https://public.01-edu.org/subjects/good-practices.en)
- The code must respect the [good practices](https://public.01-edu.org/subjects/good-practices/)
- It is recommended that the code should present a **test file**.
### Allowed packages

2
subjects/groupie-tracker/filters/audit.md

@ -48,7 +48,7 @@
#### Basic
###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices.en)?
###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices/)?
###### +Are the instructions in the website clear?

4
subjects/groupie-tracker/geolocalization/README.md

@ -2,7 +2,7 @@
### Objectives
You must follow the same [principles](https://public.01-edu.org/subjects/groupie-tracker/groupie-tracker.en) as the first subject.
You must follow the same [principles](https://public.01-edu.org/subjects/groupie-tracker/) as the first subject.
- Groupie Tracker Geolocation consists on mapping the different concerts locations of a certain artist/band given by the Client.
@ -23,7 +23,7 @@ This project will help you learn about :
- The backend must be written in **Go**
- You must handle website errors
- The code must respect the [good practices](https://public.01-edu.org/subjects/good-practices.en)
- The code must respect the [good practices](https://public.01-edu.org/subjects/good-practices/)
- It is recommended that the code should present a **test file**
### Allowed packages

2
subjects/groupie-tracker/geolocalization/audit.md

@ -109,7 +109,7 @@ alabama usa
#### Basic
###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices.en)?
###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices/)?
###### +Are the instructions in the website clear?

4
subjects/groupie-tracker/search-bar/README.md

@ -2,7 +2,7 @@
### Objectives
You must follow the same [principles](https://public.01-edu.org/subjects/groupie-tracker/groupie-tracker.en) as the first subject.
You must follow the same [principles](https://public.01-edu.org/subjects/groupie-tracker/) as the first subject.
Groupie-tracker-search-bar consists of creating a functional program that searches, inside your website, for a specific input text.
@ -27,7 +27,7 @@ This project will help you learn about :
### Instructions
- The program must be written in **Go**.
- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices.en).
- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices/).
### Allowed packages

2
subjects/groupie-tracker/search-bar/audit.md

@ -62,7 +62,7 @@
#### Basic
###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices.en)?
###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices/)?
###### +Are the instructions in the website clear?

4
subjects/groupie-tracker/visualization/README.md

@ -2,7 +2,7 @@
### Objectives
You must follow the same [principles](https://public.01-edu.org/subjects/groupie-tracker/groupie-tracker.en) as the first subject.
You must follow the same [principles](https://public.01-edu.org/subjects/groupie-tracker/) as the first subject.
Groupie-tracker-visualization consists on manipulating the data coming from the API and displaying it in the most presentable way possible to you, following the [_Schneiderman's 8 Golden Rules of Interface Design_](https://www.interaction-design.org/literature/article/shneiderman-s-eight-golden-rules-will-help-you-design-better-interfaces) :
@ -24,5 +24,5 @@ This project will help you learn about:
### Instructions
- Your project must contain **CSS**.
- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices.en).
- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices/).
- We suggest you to search for the principles of a good website design.

2
subjects/groupie-tracker/visualization/audit.md

@ -28,7 +28,7 @@
###### +Are the tests checking each possible case?
###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices.en)?
###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices/)?
#### Social

4
subjects/groupie-tracker/visualizations/README.md

@ -2,7 +2,7 @@
### Objectives
You must follow the same [principles](https://public.01-edu.org/subjects/groupie-tracker/groupie-tracker.en) as the first subject.
You must follow the same [principles](https://public.01-edu.org/subjects/groupie-tracker/) as the first subject.
Groupie-tracker-visualizations consists on manipulating the data coming from the API and displaying it in the most presentable way possible to you, following the [_Schneiderman's 8 Golden Rules of Interface Design_](https://www.interaction-design.org/literature/article/shneiderman-s-eight-golden-rules-will-help-you-design-better-interfaces) :
@ -24,5 +24,5 @@ This project will help you learn about:
### Instructions
- Your project must contain **CSS**.
- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices.en).
- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices/).
- We suggest you to search for the principles of a good website design.

2
subjects/groupie-tracker/visualizations/audit.md

@ -28,7 +28,7 @@
###### +Are the tests checking each possible case?
###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices.en)?
###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices/)?
#### Social

2
subjects/lem-in/README.md

@ -110,7 +110,7 @@ This project will help you learn about :
- 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://public.01-edu.org/subjects/good-practices.en).
- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices/).
- It is recommended that the code should present a **test file**.
### Allowed packages

18
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://public.01-edu.org/subjects/lem-in/lem-in-examples.en).
##### Try running the program with [example00](https://public.01-edu.org/subjects/lem-in/examples/).
```
student$ ./lem-in example00.txt
@ -50,7 +50,7 @@ student$
###### Does it present the quickest path possible with the same number of turns as the result above?
##### Try running the program with [example01](https://public.01-edu.org/subjects/lem-in/lem-in-examples.en).
##### Try running the program with [example01](https://public.01-edu.org/subjects/lem-in/examples/).
```
student$ ./lem-in example01.txt
@ -102,7 +102,7 @@ student$
###### Does it present the quickest path possible with the same number of turns as the result above?
##### Try running the program with [example02](https://public.01-edu.org/subjects/lem-in/lem-in-examples.en).
##### Try running the program with [example02](https://public.01-edu.org/subjects/lem-in/examples/).
```
student$ ./lem-in example02.txt
@ -124,7 +124,7 @@ student$
###### Does it present the quickest path possible with the same number of turns as the result above?
##### Try running the program with [example03](https://public.01-edu.org/subjects/lem-in/lem-in-examples.en).
##### Try running the program with [example03](https://public.01-edu.org/subjects/lem-in/examples/).
```
student$ ./lem-in example03.txt
@ -156,7 +156,7 @@ student$
###### Does it present the quickest path possible with the same number of turns as the result above?
##### Try running the program with [example04](https://public.01-edu.org/subjects/lem-in/lem-in-examples.en).
##### Try running the program with [example04](https://public.01-edu.org/subjects/lem-in/examples/).
```
student$ ./lem-in example04.txt
@ -189,7 +189,7 @@ student$
###### Does it present the quickest path possible with the same number of turns as the result above?
##### Try running the program with [example05](https://public.01-edu.org/subjects/lem-in/lem-in-examples.en).
##### Try running the program with [example05](https://public.01-edu.org/subjects/lem-in/examples/).
```
student$ ./lem-in example05.txt
@ -273,7 +273,7 @@ student$
###### Does it present the quickest path possible with the same number of turns as the result above?
##### Try running the program with [badexample00](https://public.01-edu.org/subjects/lem-in/lem-in-examples.en).
##### Try running the program with [badexample00](https://public.01-edu.org/subjects/lem-in/examples/).
```
student$ ./lem-in badexample00.txt
@ -283,7 +283,7 @@ student$
###### Does it present the right result as above?
##### Try running the program with [badexample01](https://public.01-edu.org/subjects/lem-in/lem-in-examples.en).
##### Try running the program with [badexample01](https://public.01-edu.org/subjects/lem-in/examples/).
```
student$ ./lem-in badexample01.txt
@ -335,7 +335,7 @@ student$
###### +Are the tests checking each possible case?
###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices.en)?
###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices/)?
#### Social

2
subjects/my-ls-1/README.md

@ -28,7 +28,7 @@ This project will help you learn about :
### Instructions
- Your project must be written in **Go**.
- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices.en).
- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices/).
- It is recommended that the code should present a **test file**.
### Allowed packages

2
subjects/my-ls-1/audit/README.md

@ -108,7 +108,7 @@
#### Basic
###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices.en)?
###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices/)?
###### +Is there a test file for this code?

2
subjects/net-cat/README.md

@ -42,7 +42,7 @@ This project will help you learn about :
- Your project must have Go-routines
- Your project must have channels or Mutexes
- Maximum 10 connections
- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices.en)
- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices/)
- It is recommended that the code should present a **test file** for the server connection and the client connection
- You have to be able to handle the errors from server side and client side

2
subjects/net-cat/audit/README.md

@ -88,7 +88,7 @@
###### +Does the project runs 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.en)?
###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices/)?
###### +Is there a test file for this code?

2
subjects/push-swap/README.md

@ -146,7 +146,7 @@ student$
### Instructions
- Your project must be written in **Go**.
- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices.en).
- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices/).
- 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.

2
subjects/push-swap/audit/README.md

@ -92,7 +92,7 @@ OK
#### Basic
###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices.en)?
###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices/)?
###### +Is there a test file for this code?

2
subjects/tetris-optimizer/README.md

@ -18,7 +18,7 @@ The program must :
- Expect at least one tetromino in the text file
- In case of bad format on the tetrominoes or bad file format it should print `ERROR`
- The project must be written in **Go**.
- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices.en).
- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices/).
- It is recommended that the code should present a **test file**.
This project will help you learn about:

8
subjects/tetris-optimizer/audit/README.md

@ -48,15 +48,15 @@
##### Try [good example 02](https://public.01-edu.org/subjects/tetris-optimizer/goodexample02).
###### Does the result contain 4 empty spaces (4 '.') and a time limit lesser or equal to the one in the [good practices](https://public.01-edu.org/subjects/good-practices.en)?
###### Does the result contain 4 empty spaces (4 '.') and a time limit lesser or equal to the one in the [good practices](https://public.01-edu.org/subjects/good-practices/)?
##### Try [good example 03](https://public.01-edu.org/subjects/tetris-optimizer/goodexample03).
###### Does the result contain 5 empty spaces (5 '.') and a time limit lesser or equal to the one in the [good practices](https://public.01-edu.org/subjects/good-practices.en)?
###### Does the result contain 5 empty spaces (5 '.') and a time limit lesser or equal to the one in the [good practices](https://public.01-edu.org/subjects/good-practices/)?
##### Try [hard example](https://public.01-edu.org/subjects/tetris-optimizer/hardexam).
###### Does the result contain 1 empty spaces (1 '.') and a time limit lesser or equal to the one in the [good practices](https://public.01-edu.org/subjects/good-practices.en)?
###### Does the result contain 1 empty spaces (1 '.') and a time limit lesser or equal to the one in the [good practices](https://public.01-edu.org/subjects/good-practices/)?
###### Are all of the Tetrominos contained in the test file, present in the output?
@ -74,7 +74,7 @@
###### +Are the tests checking each possible case?
###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices.en)?
###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices/)?
#### Social

Loading…
Cancel
Save