Commit Graph

4019 Commits

Author SHA1 Message Date
Michele Sessa 31e7b8dcd6 docs(cipher): fix typos and remove useless notions 2022-10-24 14:08:39 +01:00
Michele Sessa 9425070b2e feat(simple_hash): rewrite exercise completely
improve the way students are introduced to hash maps
2022-10-24 14:07:20 +01:00
mikysett 6e969f8b3f feat(simple_hash): refactor completely the exercise, work in progress 2022-10-24 14:07:20 +01:00
mikysett 187028562b docs(circle): improve functions prototypes consistency 2022-10-24 14:06:05 +01:00
Michele Sessa ad42d04a89 refactor(tic_tac_toe): all results are now lowercase 2022-10-24 14:04:45 +01:00
Tiago Collot 13b4b0fbf7 docs(shoppinglistsort): fix subject
- fixed the instructions
- changed the function and its output
2022-10-24 14:04:32 +01:00
Tiago Collot 38868a8403 docs(shoppinglistsort): indentation fix 2022-10-24 14:04:32 +01:00
Tiago Collot 4d13d88fa7 docs(shoppinglistsort): fix subject information 2022-10-24 14:04:32 +01:00
Tiago Collot 7991881a01 fix(shoppinglistsort): miss import piscine and add second # to the title 2022-10-24 14:04:32 +01:00
Tiago Collot 7736e2d02e style(shoppinglistsort): formatting header from exercise title 2022-10-24 14:04:32 +01:00
Tiago Collot e84cda90f9 style(shoppinglistsort): formatting 2022-10-24 14:04:32 +01:00
Tiago Collot 3e64e028d8 feat(pisicine-go): add README.md for new exercise shoppinglistsort 2022-10-24 14:04:32 +01:00
Michele Sessa 31833e4418 refactor(tuples_refs): change id type for more idiomatic rust 2022-10-24 14:03:26 +01:00
Tiago Collot 000ba6542c docs(jumpover): fix indentation 2022-10-24 14:00:47 +01:00
Tiago Collot 1b29753470 style(jumpover): formatting 2022-10-24 14:00:47 +01:00
Tiago Collot 490176cc08 fix(jumpover): add missing import piscine and add second # to the title 2022-10-24 14:00:47 +01:00
Tiago Collot 087a16d8ba docs(loafofbread): indentation fix 2022-10-24 13:57:53 +01:00
Tiago Collot aacf91b934 style(loafofbread): add backticks 2022-10-24 13:57:53 +01:00
Tiago Collot 57ab470299 fix(loafofbread): add missing import piscine and add second # to the title 2022-10-24 13:57:53 +01:00
Tiago Collot 27ef0d2782 docs(rockandroll): upgrade instructions 2022-10-24 13:56:17 +01:00
Tiago Collot f6d0cc58a7 docs(rockandroll): fix console
- add missing 'go run . | cat -e'
2022-10-24 13:56:17 +01:00
Tiago Collot 05f680e5d7 fix(rockandroll): change console name from 'go' to 'console' 2022-10-24 13:56:17 +01:00
Tiago Collot a420b1f6d5 fix(rockandroll): miss import piscine and add second # to the title 2022-10-24 13:56:17 +01:00
Tiago Collot 103a6b5192 style(descendappendrange): formatting header from exercise title and format text 2022-10-24 13:56:17 +01:00
Tiago Collot ad99c887eb style(piscine-go): correct text format 2022-10-24 13:56:17 +01:00
Tiago Collot b26ab24c0e feat(piscine-go): add README.md for new go exercise rockandroll 2022-10-24 13:56:17 +01:00
Harry d2b3bdbd2f
fix(podiumposition): re-format golang codeblock 2022-10-20 18:11:07 +01:00
miguel 943ce127ce fix(ascii-art): remove merge message from the audit 2022-10-20 15:54:06 +01:00
miguel efaf2d0595 fix(graphql): removing unnecessary data from the table 2022-10-20 15:54:06 +01:00
miguel 219e7b4cbd fix(projects): replace satori/uuid in some projects because it is unmaintained and vulnurable 2022-10-20 15:54:06 +01:00
miguel b11528ec4b fix(ascii-art): fixing the way to use the flag on the optional projects 2022-10-20 15:54:06 +01:00
mikysett 50ae92c2bd docs(localhost): make it clear project will be tested with siege 2022-10-19 17:23:34 +01:00
Michele Sessa 8d1b0b182a docs(localhost): add note to clarifiy auditor should check source code 2022-10-19 17:23:34 +01:00
Michele Sessa 9b9f6aed67 docs(localhost): add notice on how to use siege tool 2022-10-19 17:23:34 +01:00
Michele Sessa 5b8b954d75 docs(localhost): give more clarity in the subject goals 2022-10-19 17:23:34 +01:00
Michele Sessa 0f4fb751a5 docs(localhost): improve audit consistency 2022-10-19 17:23:34 +01:00
mikysett 60f5aa31c6 feat(localhost): change to Rust-only project 2022-10-19 17:23:34 +01:00
mikysett 755249bbb6 docs(localhost): fix a typo in audit 2022-10-19 17:23:34 +01:00
mikysett 71e671c5e5 fix(localhost): fix audit formatting using preview 2022-10-19 17:23:34 +01:00
mikysett f048c0fa87 feat(localhost): subject and audit ready for review
due to git wrong pull/merge previous commits have been lost.
commit messages relevant to this project are transcripted here as reference:

commit 05f8f75d05
Author: mikysett <mikysett@gmail.com>
Date:   Mon Sep 26 16:53:53 2022 +0100

    feat(localhost): complete subject and audit

    audit completely refactored and improved (more clear, more questions, irrelevant question removed, bonuses updated)
    small improvements on the subject

commit fd3a2a00ae
Author: mikysett <mikysett@gmail.com>
Date:   Thu Sep 22 17:45:38 2022 +0100

    feat(localhost): change bonuses

    php file with mysql is redundant (a CGI must already be implemented).
    to suggest rewriting it with a different language looks like a nice challenge, maybe a bit big for a bonus

commit 6b6f2b9fb2
Author: mikysett <mikysett@gmail.com>
Date:   Thu Sep 22 17:41:32 2022 +0100

    feat(localhost): add details for CGI and config file

commit 9506a2b8bb
Author: mikysett <mikysett@gmail.com>
Date:   Thu Sep 22 16:39:31 2022 +0100

    refactor(localhost): improve first paragraph style

commit 0c4e6300ee
Author: mikysett <mikysett@gmail.com>
Date:   Thu Sep 22 16:35:36 2022 +0100

    feat(localhost): add clarity for I/O multiplexing

commit de46cebb8b
Author: mikysett <mikysett@gmail.com>
Date:   Thu Sep 22 16:14:31 2022 +0100

    fix(localhost): remove error code 311 and add 500

    error 311 doesn't exist.
    error 500 seems relevant and should be implemented by students.

commit a82f254a9a
Author: Michele Sessa <mikysett@gmail.com>
Date:   Wed Sep 21 18:37:36 2022 +0100

    refactor(localhost): change subject structure

    overall structure modified to have more modulary and clarity.
    this is still a work in progress and far to be complete.
    at the moment few parts were removed/replaced, focus being in reorganizing what already exists.
    future commits should focus on adding restrictions/information for clarity and to better define the work to be done by the student.

commit 2244f72d45
Author: Zainab Dnaya <diyanazizo13@gmail.com>
Date:   Wed Sep 21 13:19:48 2022 +0100

    docs(audit/localhost) : Fix Many po

commit 3e7946086a
Author: Zainab Dnaya <diyanazizo13@gmail.com>
Date:   Tue Sep 20 22:02:17 2022 +0100

    Update README.md

commit 7b2b9865ed
Author: zainabdnaya <diyanazizo13@gmail.com>
Date:   Wed Jul 27 11:25:41 2022 +0100

    feat: subject

commit 6b198c4a85
Author: zainabdnaya <diyanazizo13@gmail.com>
Date:   Wed Jul 27 09:57:00 2022 +0100

    feat: subject

commit 856819bfe0
Author: Hamza elkhatri <40549481+Hamzaelkhatri@users.noreply.github.com>
Date:   Tue Jul 26 20:03:38 2022 +0100

    Update README.md

commit 336e6a5dfb
Author: Hamza elkhatri <40549481+Hamzaelkhatri@users.noreply.github.com>
Date:   Tue Jul 26 20:02:10 2022 +0100

    Update README.md

commit 812f0c9a21
Author: Hamza elkhatri <40549481+Hamzaelkhatri@users.noreply.github.com>
Date:   Tue Jul 26 20:00:18 2022 +0100

    add condition in bonus part

commit 88cea7e245
Author: Hamza elkhatri <40549481+Hamzaelkhatri@users.noreply.github.com>
Date:   Tue Jul 26 19:58:48 2022 +0100

    Update README.md

commit ea50617445
Author: Hamza elkhatri <40549481+Hamzaelkhatri@users.noreply.github.com>
Date:   Tue Jul 26 19:57:24 2022 +0100

    Add bonus part

commit 5799df1bd9
Author: zainabdnaya <diyanazizo13@gmail.com>
Date:   Mon Jul 25 18:56:40 2022 +0100

    feat: Update the audit

commit ebefd1dd87
Author: zainabdnaya <diyanazizo13@gmail.com>
Date:   Mon Jul 25 18:17:46 2022 +0100

    feat: Update the audir

commit 5824b1e835
Author: Hamza elkhatri <40549481+Hamzaelkhatri@users.noreply.github.com>
Date:   Fri Jul 22 15:58:57 2022 +0100

    Update README.md

commit 2af3808b9a
Author: Hamza elkhatri <40549481+Hamzaelkhatri@users.noreply.github.com>
Date:   Fri Jul 22 15:40:40 2022 +0100

    add condition of http code and redirections

commit 0b4d914093
Author: zainabdnaya <diyanazizo13@gmail.com>
Date:   Mon Jul 25 11:12:19 2022 +0100

    Localhost Subject

commit e67bc965ed
Author: Hamza elkhatri <40549481+Hamzaelkhatri@users.noreply.github.com>
Date:   Thu Jul 21 12:51:02 2022 +0100

    add cgi condition

commit 5ff06919be
Author: Hamza elkhatri <40549481+Hamzaelkhatri@users.noreply.github.com>
Date:   Thu Jul 21 12:43:21 2022 +0100

    Update README.md

commit 20dd21f24d
Author: Hamza elkhatri <40549481+Hamzaelkhatri@users.noreply.github.com>
Date:   Thu Jul 21 12:27:30 2022 +0100

    add hints && add conditions

commit 456e875a2e
Author: hamza <hamzaelkhatri@gmail.com>
Date:   Wed Jul 20 11:57:00 2022 +0100

    fix the name

commit 51ff541d7e
Author: hamza <hamzaelkhatri@gmail.com>
Date:   Wed Jul 20 11:56:28 2022 +0100

    add subject for localhost

commit 71aec7298b
Author: Michele Sessa <mikysett@gmail.com>
Date:   Wed Sep 21 18:37:36 2022 +0100

    refactor(localhost): change subject structure

    overall structure modified to have more modulary and clarity.
    this is still a work in progress and far to be complete.
    at the moment few parts were removed/replaced, focus being in reorganizing what already exists.
    future commits should focus on adding restrictions/information for clarity and to better define the work to be done by the student.

commit d914a302ce
Author: Zainab Dnaya <diyanazizo13@gmail.com>
Date:   Wed Sep 21 13:19:48 2022 +0100

    docs(audit/localhost) : Fix Many po

commit 2ddf32ff5c
Author: Zainab Dnaya <diyanazizo13@gmail.com>
Date:   Tue Sep 20 22:02:17 2022 +0100

    Update README.md

commit 6f6b410fbf
Author: zainabdnaya <diyanazizo13@gmail.com>
Date:   Wed Jul 27 11:25:41 2022 +0100

    feat: subject

commit 789f9496f9
Author: zainabdnaya <diyanazizo13@gmail.com>
Date:   Wed Jul 27 09:57:00 2022 +0100

    feat: subject

commit 8aba27a2ff
Author: Hamza elkhatri <40549481+Hamzaelkhatri@users.noreply.github.com>
Date:   Tue Jul 26 20:03:38 2022 +0100

    Update README.md

commit 31def6fdb2
Author: Hamza elkhatri <40549481+Hamzaelkhatri@users.noreply.github.com>
Date:   Tue Jul 26 20:02:10 2022 +0100

    Update README.md

commit 7b104f5e7e
Author: Hamza elkhatri <40549481+Hamzaelkhatri@users.noreply.github.com>
Date:   Tue Jul 26 20:00:18 2022 +0100

    add condition in bonus part

commit 1856eaa5b0
Author: Hamza elkhatri <40549481+Hamzaelkhatri@users.noreply.github.com>
Date:   Tue Jul 26 19:58:48 2022 +0100

    Update README.md

commit 3d5c2807bd
Author: Hamza elkhatri <40549481+Hamzaelkhatri@users.noreply.github.com>
Date:   Tue Jul 26 19:57:24 2022 +0100

    Add bonus part

commit 3c3f1663a7
Author: zainabdnaya <diyanazizo13@gmail.com>
Date:   Mon Jul 25 18:56:40 2022 +0100

    feat: Update the audit

commit c1818288c8
Author: zainabdnaya <diyanazizo13@gmail.com>
Date:   Mon Jul 25 18:17:46 2022 +0100

    feat: Update the audir

commit 1f79b2261f
Author: zainabdnaya <diyanazizo13@gmail.com>
Date:   Mon Jul 25 11:12:19 2022 +0100

    Localhost Subject

commit 6f3c37ef1a
Author: Hamza elkhatri <40549481+Hamzaelkhatri@users.noreply.github.com>
Date:   Fri Jul 22 15:58:57 2022 +0100

    Update README.md

commit 47628970b2
Author: Hamza elkhatri <40549481+Hamzaelkhatri@users.noreply.github.com>
Date:   Fri Jul 22 15:40:40 2022 +0100

    add condition of http code and redirections

commit 234e09311e
Author: Hamza elkhatri <40549481+Hamzaelkhatri@users.noreply.github.com>
Date:   Thu Jul 21 12:51:02 2022 +0100

    add cgi condition

commit a41ec15a3a
Author: Hamza elkhatri <40549481+Hamzaelkhatri@users.noreply.github.com>
Date:   Thu Jul 21 12:43:21 2022 +0100

    Update README.md

commit 37d29e27cf
Author: Hamza elkhatri <40549481+Hamzaelkhatri@users.noreply.github.com>
Date:   Thu Jul 21 12:27:30 2022 +0100

    add hints && add conditions

commit 3ab59cd27e
Author: hamza <hamzaelkhatri@gmail.com>
Date:   Wed Jul 20 11:57:00 2022 +0100

    fix the name

commit cb9e085945
Author: hamza <hamzaelkhatri@gmail.com>
Date:   Wed Jul 20 11:56:28 2022 +0100

    add subject for localhost
2022-10-19 17:23:34 +01:00
Tiago Collot 1b8355eac1 docs(stringtointslice): fix indentation 2022-10-18 16:54:16 +01:00
Tiago Collot bf3fcb6f50 docs(stringtointslice): fix the console name from 'go' to 'console' 2022-10-18 16:54:16 +01:00
Tiago Collot abe64ca1b3 docs(stringtointslice): Rename file and rename README.md functions to stringtointslice 2022-10-18 16:54:16 +01:00
Tiago Collot ded101b86c style(stringtointarray): formatting 2022-10-18 16:54:16 +01:00
Tiago Collot ee8732c9de fix(stringtointarray): miss import piscine and add second # to the title 2022-10-18 16:54:16 +01:00
Tiago Collot c34d3141bf style(stringtointarray): formatting header from exercise title 2022-10-18 16:54:16 +01:00
Tiago Collot c6e150901e feat(piscine-go): add README.md for new go exercise stringtointarray 2022-10-18 16:54:16 +01:00
Tiago Collot 8647521af3 docs(dealapackofcards): refactor instructions, fix indentation 2022-10-18 11:23:09 +01:00
Tiago Collot d771054ccc fix(dealapackofcards): miss import piscine and add second # to the title 2022-10-18 11:23:09 +01:00
Tiago Collot 378181a995 style(dealapackofcards): formatting header from exercise title 2022-10-18 11:23:09 +01:00