public/subjects
Michele Sessa a1146d5755 style(minesweeper): move instructions title before the instructions 2023-09-26 16:08:55 +01:00
..
0-shell feat(audit.md): restore old audit.md files 2023-09-05 15:38:56 +01:00
3-directions discovery-js: add more exercises 2021-05-05 23:27:11 +01:00
a-new-purpose update discovery-piscine subjects and tests 2021-04-29 17:47:50 +01:00
a-string-of-number discovery-piscine: add subjects and tests 2021-03-29 00:33:49 +01:00
a-winning-argument discovery-js: add more exercises 2021-05-05 23:27:11 +01:00
abort Update README.md 2021-07-02 19:08:12 +01:00
about-time discovery-js: add more exercises 2021-05-05 23:27:11 +01:00
abs docs(abs): correct grammar 2022-05-01 16:14:20 +01:00
access discovery-js: add more exercises 2021-05-05 23:27:11 +01:00
action-reaction Reformat markdown (with prettier) 2021-04-27 21:04:54 +02:00
action-reaction-dom Create a copy of the dom tests to js image 2022-07-11 22:14:12 +01:00
activebits Remove relative imports (no longer works with modules) and remove invalid character (" ") 2021-05-02 17:18:17 +02:00
add-vm audits for first admin sys exercises 2021-06-02 03:04:52 +01:00
addfront add condition 2022-08-02 20:16:18 +01:00
addifpositive Update README.md 2022-06-22 15:15:54 +00:00
adding docs(adding): correct grammar 2022-06-15 00:40:19 +03:00
adding_twice docs(adding_twice): correct grammar 2022-06-15 00:40:19 +03:00
addlinkednumbers Simplify prompt, execution of Go programs, fix typos 2021-04-28 11:47:34 +02:00
addprimesum Simplify prompt, execution of Go programs, fix typos 2021-04-28 11:47:34 +02:00
advancedsortwordarr test and resources check quest 09 2021-06-08 18:06:59 +01:00
ai fix(classification): fix broken URL link 2023-07-06 13:48:28 +01:00
all docs(all): correct grammar 2022-06-22 17:12:39 +01:00
all-caps discovery-piscine: update exercises and test 2021-04-12 03:15:36 +01:00
alphacount Update README.md 2021-10-14 11:30:51 +01:00
alphamirror docs: correct usage example to print new line 2022-09-22 11:43:56 +01:00
alphaposition Update README.md 2022-06-22 15:14:01 +00:00
alter-ego docs(alter-ego): fix typo 2022-09-19 22:54:08 +03:00
an-undefined-future Update README.md 2021-04-25 14:31:51 +02:00
any test and resources check quest 09 2021-06-08 18:06:59 +01:00
anything-to-declare Update README.md 2022-05-16 20:12:39 +01:00
appendrange Update README.md 2021-10-14 13:11:39 +01:00
argrot1 add single arg 2022-07-14 10:29:22 +03:00
argsort Delete README.md 2023-06-19 18:21:44 +01:00
armstrong_number feat(armstrong_number): new optional exercise for rust piscine 2023-09-26 12:12:47 +01:00
arrange_it docs: implement Miguel's feedback 2022-05-23 20:46:23 +03:00
arrays docs(arrays): fix gramar 2022-05-24 19:34:36 +03:00
arraysum Update README.md 2022-06-22 15:16:18 +00:00
ascii docs: Add what to do when string is empty as per review 2022-06-28 11:10:45 +01:00
ascii-art fix(ascii-art): the links are broken due to changes in the structure 2023-09-08 16:04:21 +01:00
ascii-art-web fix: update broken links in `audit/README.md` files 2023-09-11 11:17:57 +01:00
atm-management-system docs(atm-management): fix typos and sentences 2023-09-18 16:39:06 +01:00
atoi Update README.md 2021-07-02 18:15:01 +01:00
atoi-exam docs(new subjects): new readmes for the exams exercises 2023-03-01 09:43:29 +00:00
atoibase Clarify instructions for atoibase 2021-06-08 18:48:35 +01:00
atoibase-exam docs(new subjects): new readmes for the exams exercises 2023-03-01 09:43:29 +00:00
average add new picine-discovery exercises 2021-04-29 17:51:05 +01:00
baby-shower baby-shower: fix gif link 2021-03-24 10:59:17 +00:00
balancedstring Simplify prompt, execution of Go programs, fix typos 2021-04-28 11:47:34 +02:00
banner docs(banner): specify what float to use 2023-04-03 12:14:52 +01:00
basicatoi docs(basicatoi): replace preposition for clarity 2023-03-23 23:10:03 +00:00
basicatoi2 test and resources for quest-03 2021-06-02 17:33:44 +01:00
basicjoin Update README.md 2021-10-14 12:40:46 +01:00
betweenus Update README.md 2022-06-22 15:15:15 +00:00
bezero docs(checkpoints-exercises): remove piscine imports 2023-07-04 15:43:17 +01:00
bigger docs(bigger): correct grammar 2022-05-24 19:34:36 +03:00
biggie-smalls docs(biggie-smalls): correct grammar 2022-05-01 14:59:42 +01:00
binaryaddition Update README.md 2022-06-22 15:18:23 +00:00
binarycheck docs(checkpoints-exercises): remove piscine imports 2023-07-04 15:43:17 +01:00
block-chain fix(block-chain): improve description of data 2022-05-05 12:05:37 +01:00
blockchain chore(node-dashboard): improve subject format 2023-06-09 09:17:48 +01:00
blood_types docs(blood_types) correct grammar 2022-06-08 08:48:25 +03:00
blood_types_s Incorrect table for B donation: B can't donate to O+, O- 2022-11-28 11:38:35 +02:00
bomberman-dom Update README.md 2022-08-15 09:08:45 +03:00
boolean Update README.md 2021-10-14 13:19:53 +01:00
border_cross docs(border_crosss) correct grammar 2022-06-13 00:46:37 +03:00
borrow docs: implement Miguel's feedback 2022-05-23 20:46:23 +03:00
borrow_box docs(borrow_bow): clarify functions expected behavior 2022-10-10 16:29:10 +01:00
borrow_me_the_reference feat(borrow_me_the_reference): remove need for meval 2022-10-24 14:15:31 +01:00
box_it docs(box_it): clarify the subject 2022-09-15 10:48:57 +01:00
box_recursion docs(box_recursion): add derive debug for necessary structures 2022-10-10 16:25:23 +01:00
boxing_todo feat(boxing_todo): add dependencies to subject 2023-08-30 16:13:07 +01:00
brackets Simplify prompt, execution of Go programs, fix typos 2021-04-28 11:47:34 +02:00
brackets_matching docs(brackets_matching) correct grammar 2022-06-09 09:47:47 +03:00
brain_fuck update exam exercises 2022-06-01 20:46:06 +03:00
brainfuck docs(brainfuck) correct grammar 2022-06-09 09:47:47 +03:00
bring-it-to-life Reformat markdown (with prettier) 2021-04-27 21:04:54 +02:00
bring-it-to-life-dom Create a copy of the dom tests to js image 2022-07-11 22:14:12 +01:00
broken-promise docs(broken-promise): fix a typo in the example part 2023-04-28 12:03:47 +01:00
btreeapplybylevel Fix typo 2021-09-17 14:52:50 +01:00
btreeapplyinorder Add notions for the tree traversal exercises 2021-09-17 14:52:50 +01:00
btreeapplypostorder Add notions for the tree traversal exercises 2021-09-17 14:52:50 +01:00
btreeapplypreorder Add notions for the tree traversal exercises 2021-09-17 14:52:50 +01:00
btreedeletenode Remove relative imports (no longer works with modules) and remove invalid character (" ") 2021-05-02 17:18:17 +02:00
btreeinsertdata Add notions of the binary trees 2021-09-17 14:52:50 +01:00
btreeisbinary Add a link for the binary trees definition 2021-09-17 14:52:50 +01:00
btreelevelcount Remove relative imports (no longer works with modules) and remove invalid character (" ") 2021-05-02 17:18:17 +02:00
btreemax Remove relative imports (no longer works with modules) and remove invalid character (" ") 2021-05-02 17:18:17 +02:00
btreemin Remove relative imports (no longer works with modules) and remove invalid character (" ") 2021-05-02 17:18:17 +02:00
btreeprintroot Simplify prompt, execution of Go programs, fix typos 2021-04-28 11:47:34 +02:00
btreesearchitem Clarify instructions for the exercise `btreesearchitem` 2021-09-17 14:52:50 +01:00
btreetransplant readme updates according to issues 2022-04-29 10:50:34 +01:00
build-brick-and-break fix(dom-subjects): renaming css files to data.css files 2023-02-28 10:53:26 +00:00
build-brick-and-break-dom Create a copy of the dom tests to js image 2022-07-11 22:14:12 +01:00
buzzinga highlight 2022-08-04 10:27:40 +01:00
byebyefirst docs(checkpoints-exercises): remove piscine imports 2023-07-04 15:43:17 +01:00
cameltosnakecase docs(checkpoints-exercises): remove piscine imports 2023-07-04 15:43:17 +01:00
canyoucount docs(canyoucount): ran prettier format 2022-12-05 12:14:44 +00:00
capitalize Update README.md 2021-10-14 12:36:49 +01:00
capitalize-exam docs(new subjects): new readmes for the exams exercises 2023-03-01 09:43:29 +00:00
capitalized discovery-piscine: update subjects 2021-03-31 18:25:24 +01:00
capitalizing fix(capitalizing): fix example code in subject 2023-08-29 09:59:01 +01:00
car_rental docs(car_rental): make the goals more clear 2022-11-21 15:19:50 +00:00
carbon-copy Reformat markdown (with prettier) 2021-04-27 21:04:54 +02:00
card_deck feat(card_deck): add link to documentation for outdated dependency 2023-08-31 11:12:35 +01:00
cat docs(cat): fix inconsistency on example 2022-12-21 08:57:22 +00:00
chaikin docs(chaikin) add small correction to @uristdwarf proposed changes 2022-06-12 21:44:59 +03:00
change docs(change): correct grammar 2022-04-30 00:13:32 +01:00
changeorder Simplify prompt, execution of Go programs, fix typos 2021-04-28 11:47:34 +02:00
changes Update README.md for changes subject 2022-05-25 14:08:59 +03:00
check_user_name fix(check_user_name): convert rust exercise to snake case 2023-02-17 13:42:55 +02:00
checknumber docs(checkpoints-exercises): remove piscine imports 2023-07-04 15:43:17 +01:00
chunk general clarifications and grammar improvements 2021-06-23 04:07:08 +01:00
chunky docs(chunky): correct grammar 2022-05-31 08:27:51 +02:00
cipher docs(cipher): fix typos and remove useless notions 2022-10-24 14:08:39 +01:00
circle docs(circle): improve functions prototypes consistency 2022-10-24 14:06:05 +01:00
circular fix(circular): remove extra line 2022-05-05 11:49:08 +01:00
cl
cl-camp1 docs(cl-camp1): explictly state that results are without spaces 2023-01-11 13:14:33 +00:00
cl-camp2 Simplify prompt, execution of Go programs, fix typos 2021-04-28 11:47:34 +02:00
cl-camp3 fixing some readmes according to public issues 2022-05-11 16:20:14 +01:00
cl-camp4 Use ((VARIABLE)) instead of {{VARIABLE}} because of Jekyll/GitHub Pages 2021-06-01 15:25:27 +02:00
cl-camp5 Update README.md 2021-08-09 15:34:30 +01:00
cl-camp6 issues on public 2022-03-25 14:08:32 +00:00
cl-camp7 Update README.md 2022-04-05 12:25:44 +03:00
cl-camp8
class-that Update README.md 2021-10-26 12:12:41 +01:00
class-that-dom Create a copy of the dom tests to js image 2022-07-11 22:14:12 +01:00
cleanstr Update README.md 2021-08-27 14:31:11 +01:00
clonernews docs(clonernews): correct audit grammar 2022-06-23 07:51:56 +01:00
cloning-vs-copying discovery-piscine: add subjects and tests 2021-03-29 00:33:49 +01:00
closures docs(closures): correct grammar 2022-06-15 00:40:19 +03:00
collatzcountdown Add link to the collatz conjecture 2021-09-17 14:50:44 +01:00
collect docs(collect): correct grammar 2022-05-24 19:34:36 +03:00
collections fix(collections): correct arrToStr output 2022-05-05 11:47:36 +01:00
comcheck Update README.md 2021-07-02 19:09:58 +01:00
commandments
commits_stats DEV-3473 docs(commits_stats): correct a typo 2022-09-19 11:36:00 +01:00
compact Add link to the explanation of `zero values` in go` 2021-09-17 14:51:58 +01:00
compare test and resources check quest 05 2021-06-07 18:05:53 +01:00
compare-exam docs(new subjects): new readmes for the exams exercises 2023-03-01 09:43:29 +00:00
concat Remove relative imports (no longer works with modules) and remove invalid character (" ") 2021-05-02 17:18:17 +02:00
concat-str docs(concat-str): correct grammar 2022-04-30 00:09:18 +01:00
concatalternate docs(checkpoints-exercises): remove piscine imports 2023-07-04 15:43:17 +01:00
concatenate docs: Correct typo 2022-07-14 10:32:58 +03:00
concatparams Remove relative imports (no longer works with modules) and remove invalid character (" ") 2021-05-02 17:18:17 +02:00
concatslice docs(checkpoints-exercises): remove piscine imports 2023-07-04 15:43:17 +01:00
connect audits for first admin sys exercises 2021-06-02 03:04:52 +01:00
convertbase Rephrase the instructions of the exercise `point` 2021-09-17 14:50:44 +01:00
copy docs(copy, tic_tac_toe): Improve code example and console output 2022-08-03 16:58:30 +01:00
corewar docs(corewar): add playground and links to it in audit 2023-06-30 16:20:03 +01:00
count-from-10 add new picine-discovery exercises 2021-04-29 17:51:05 +01:00
count-leap-years docs(count-leap-years): correct grammar 2022-05-31 08:33:03 +02:00
count-up-to discovery-js: add additional loop exercise 2021-05-05 23:51:33 +01:00
count_factorial_steps docs(count_factorial_steps): fix given prototype in subject 2023-05-16 10:40:00 +01:00
countalpha docs(checkpoints-exercises): remove piscine imports 2023-07-04 15:43:17 +01:00
countcharacter docs(checkpoints-exercises): remove piscine imports 2023-07-04 15:43:17 +01:00
countdown Simplify prompt, execution of Go programs, fix typos 2021-04-28 11:47:34 +02:00
countif Update README.md 2021-07-02 18:59:25 +01:00
counting_words docs(counting_words): correct grammar 2022-05-25 20:37:30 +03:00
countnegative Update README.md 2022-06-23 13:00:34 +00:00
countstars corrected 2022-08-04 12:01:39 +01:00
createelem Remove relative imports (no longer works with modules) and remove invalid character (" ") 2021-05-02 17:18:17 +02:00
crossword adding test case requested by an issue 2023-02-27 12:51:00 +00:00
cultural-shift discovery-piscine: update subjects 2021-03-31 18:25:24 +01:00
currify Reformat markdown (with prettier) 2021-04-27 21:04:54 +02:00
curry-entries docs(curry-entries): Fix typo, add missing "m" 2022-08-29 16:17:03 +01:00
cut discovery-piscine: update exercises and test 2021-04-12 03:15:36 +01:00
cut-corners docs(cut-corners): add example of usage 2023-03-29 16:15:01 +01:00
cybersecurity docs(passive): clarify audit question 2023-07-31 17:56:47 +01:00
date-is docs(date-is): correct grammar 2022-05-31 08:33:03 +02:00
day-of-the-year docs(day-of-the-year): correct grammar 2022-05-31 08:33:03 +02:00
dealapackofcards docs(dealapackofcards): refactor instructions, fix indentation 2022-10-18 11:23:09 +01:00
debounce docs(debounce): correct grammar 2022-06-22 05:59:34 +01:00
declarations docs(declarations): correct grammar 2022-04-30 00:01:22 +01:00
deep-copy docs(deep-copy): correct grammar 2022-06-20 00:00:32 +03:00
delete docs: Remove piscine imports as per review 2022-07-14 10:34:09 +03:00
delete_prefix docs(delete_prefix) correct grammar 2022-06-13 00:46:37 +03:00
descendappendrange docs(descendappendrange): fix indentation 2022-10-18 10:27:10 +01:00
descendcomb style(descendcomb): add second # to the title 2022-10-18 10:20:47 +01:00
devops feat(code-keeper): add question to ensure that whole student group understands the project 2023-07-24 14:46:51 +03:00
diamon Update README.md 2021-11-03 12:48:26 +00:00
diamond_creation docs(diamond_creation): improve code example clarity 2022-10-10 16:28:39 +01:00
digitlen docs(checkpoints-exercises): remove piscine imports 2023-07-04 15:43:17 +01:00
disclaimer
display_table docs(display_table) correct grammar 2022-06-09 09:47:47 +03:00
displaya Simplify prompt, execution of Go programs, fix typos 2021-04-28 11:47:34 +02:00
displayalpham Simplify prompt, execution of Go programs, fix typos 2021-04-28 11:47:34 +02:00
displayalrevm Simplify prompt, execution of Go programs, fix typos 2021-04-28 11:47:34 +02:00
displayfile issues in public 2022-07-25 17:34:09 +01:00
displayfirstparam Simplify prompt, execution of Go programs, fix typos 2021-04-28 11:47:34 +02:00
displaylastparam Simplify prompt, execution of Go programs, fix typos 2021-04-28 11:47:34 +02:00
displayp docs(displayP): created new subject 2022-12-05 17:18:31 +00:00
displays docs(displayS): fixed subject 2022-12-05 11:20:36 +00:00
displayz Update README.md 2022-02-11 15:42:48 +00:00
division_and_remainder docs(division_and_remainder): correct grammar 2022-05-22 16:31:11 +03:00
divisors Devisors 2022-06-22 15:17:33 +00:00
divmod test and resources for quest-03 2021-06-02 17:33:44 +01:00
does_it_fit docs(does_it_fit): introduce functions arguments more explicitly 2022-10-10 16:27:30 +01:00
dog-years docs(dog-years): correct grammar 2022-05-01 14:51:16 +01:00
doop docs(doop): make subject example coherent with expected solution 2023-07-20 10:32:54 +01:00
doubtful docs: implement Miguel's feedback 2022-05-23 20:46:23 +03:00
dr-strange docs(dr-strange) correct typo 2022-05-31 08:33:03 +02:00
drawing docs: fix typo bellow -> below 2023-04-11 10:07:07 +03:00
dress_code chore(dress_code): prettier 2023-04-03 12:14:02 +01:00
drop_the_blog docs(drop_the_blog): make subject prettier compliant 2022-11-23 18:09:15 +01:00
drop_the_thread update wrong instruction 2022-06-08 16:19:19 +03:00
duplicate discovery-piscine: add subjects and tests 2021-03-29 00:33:49 +01:00
easy_traits docs(easy_traits): fix prototype error and add pub where necessary 2022-10-24 14:12:11 +01:00
edit_distance docs(edit_distance): correct grammar 2022-05-24 19:34:36 +03:00
eightqueens Simplify prompt, execution of Go programs, fix typos 2021-04-28 11:47:34 +02:00
elementary docs(elementary): correct grammar 2022-05-31 08:27:51 +02:00
enigma Fix grammar in exercise `enigma` 2021-09-17 14:50:44 +01:00
ephemeris Simplify prompt, execution of Go programs, fix typos 2021-04-28 11:47:34 +02:00
error_types docs(error_types): fix typo 2022-10-24 14:09:36 +01:00
evenlength docs: Explain what to do when slice is empty or there are no even elements as per review 2022-07-14 10:33:49 +03:00
events docs(events): make small changes to @Zewasik #1225 2022-06-20 23:31:37 +01:00
expandstr Update README.md 2021-08-27 16:39:49 +01:00
expected_variable feat(expected_variable): update example to match subject 2023-09-07 10:19:05 +01:00
explain Update README.md 2021-07-26 15:36:54 +01:00
extremes update discovery-piscine subjects and tests 2021-04-29 17:47:50 +01:00
fibonacci Rephrase fibonacci exercise instructions 2021-09-17 14:48:19 +01:00
fibonacci2 docs(fibonacci2): correct typo in usage heading 2022-08-02 17:52:27 +03:00
fifthandskip docs(checkpoints-exercises): remove piscine imports 2023-07-04 15:43:17 +01:00
fifty-shades-of-cold fix(dom-subjects): renaming css files to data.css files 2023-02-28 10:53:26 +00:00
fifty-shades-of-cold-dom Create a copy of the dom tests to js image 2022-07-11 22:14:12 +01:00
fikbuk Update README.md 2022-05-30 01:35:51 +02:00
filler fix(filler): placing the bonus questions inside a bonus part 2022-10-10 15:25:44 +01:00
filter docs(filter): correct grammar 2022-06-15 23:34:59 +03:00
filter_table docs(filter_table) correct grammar 2022-06-09 09:47:47 +03:00
find-expression docs(find-expression): correct grammar 2022-05-31 08:27:51 +02:00
find_factorial docs(find_factorial): correct grammar 2022-05-22 16:31:11 +03:00
findnextprime Remove relative imports (no longer works with modules) and remove invalid character (" ") 2021-05-02 17:18:17 +02:00
findprevprime docs(new subjects): new readmes for the exams exercises 2023-03-01 09:43:29 +00:00
firebase-demo
first-words Reformat markdown (with prettier) 2021-04-27 21:04:54 +02:00
first-words-dom Create a copy of the dom tests to js image 2022-07-11 22:14:12 +01:00
firstrune test and resources check quest 05 2021-06-07 18:05:53 +01:00
firstrune-exam docs(new subjects): new readmes for the exams exercises 2023-03-01 09:43:29 +00:00
firstword Simplify prompt, execution of Go programs, fix typos 2021-04-28 11:47:34 +02:00
fishandchips docs(checkpoints-exercises): remove piscine imports 2023-07-04 15:43:17 +01:00
fixthemain
flagger docs(flagger): correct grammar 2022-06-20 00:00:32 +03:00
flags Docs(changing the note to a warning) 2022-08-23 11:52:51 +01:00
flat docs(flat): correct grammar 2022-05-31 08:27:51 +02:00
flat_tree docs(flat_tree) correct grammar 2022-06-09 09:47:47 +03:00
flow docs(flow): Add missing word to the description 2022-08-29 16:17:03 +01:00
foldint general clarifications and grammar improvements 2021-06-23 04:07:08 +01:00
fooddeliverytime docs(fooddeliverytime): refactor instructions and fix indentation 2022-10-18 11:22:21 +01:00
for-each docs(for-each): correct grammar 2022-06-15 23:34:59 +03:00
foreach Update README.md 2021-10-14 13:32:29 +01:00
foreach-exam docs(new subjects): new readmes for the exams exercises 2023-03-01 09:43:29 +00:00
format_me feat(format_me): add new exercise for rust exams 2022-11-21 09:50:01 +00:00
forum fix: update broken links in `audit/README.md` files 2023-09-11 11:17:57 +01:00
fprime Typos correction and grammar improvements 2021-06-22 03:52:33 +01:00
free-project Add bonuses to the free-project subject 2021-09-27 11:46:24 +01:00
friend-support docs(friend-support): bad link fix 2023-03-29 07:09:23 +00:00
fromto docs(checkpoints-exercises): remove piscine imports 2023-07-04 15:43:17 +01:00
frontback docs(frontback): ran prettier format 2022-12-05 12:17:05 +00:00
frozen-more-about-mutability discovery-piscine: add subjects and tests 2021-03-29 00:33:49 +01:00
functions
funfunfunction add new picine-discovery exercises 2021-04-29 17:51:05 +01:00
fusion docs(fusion): correct grammar 2022-06-20 00:00:32 +03:00
gaming chore(gaming): move projects inside gaming branch directory 2022-12-22 21:27:16 +02:00
gatecrashers fix(gatecrashers): fix reference to wrong exercise name in subject 2023-03-30 15:57:32 +01:00
gcd Simplify prompt, execution of Go programs, fix typos 2021-04-28 11:47:34 +02:00
generics docs(generics) correct grammar 2022-06-08 08:48:25 +03:00
generics_list docs(generics_list) correct grammar 2022-06-08 08:48:25 +03:00
get docs(get): correct grammar 2022-05-31 08:27:51 +02:00
get-json docs(get-json): correct grammar 2022-06-22 05:59:34 +01:00
get-some-time docs(get-some-time): switch bullet points to paragraphs 2022-05-31 08:33:03 +02:00
get-them-all fix(dom-subjects): renaming css files to data.css files 2023-02-28 10:53:26 +00:00
get-them-all-dom fix(public/subjects): change css sentence all dom subjects 2023-02-15 18:23:15 +00:00
get_document_id docs(get_document_id): update subject 2022-11-21 17:30:06 +00:00
get_products docs(get_produects): correct grammar 2022-06-15 00:40:19 +03:00
getalpha docs(go checkpoint exercises): fix paths for 3 new exercises 2023-07-04 12:04:27 +01:00
getarea small fix 2022-07-04 16:11:03 +03:00
getascii docs(go checkpoint exercises): fix paths for 3 new exercises 2023-07-04 12:04:27 +01:00
give-back Update README.md 2021-11-02 13:08:37 +00:00
give-it-a-rest update discovery-piscine subjects and tests 2021-04-29 17:47:50 +01:00
give-me-the-code discovery-js: add more exercises 2021-05-05 23:27:11 +01:00
go-reloaded fix(audit go reloaded): revert miscorrection to (was previously correct) 2023-05-25 10:31:58 +03:00
go-to-11 update discovery-piscine subjects and tests 2021-04-29 17:47:50 +01:00
good-practices Reformat markdown (with prettier) 2021-04-27 21:04:54 +02:00
gossip-grid fix(dom-subjects): renaming css files to data.css files 2023-02-28 10:53:26 +00:00
gossip-grid-dom Create a copy of the dom tests to js image 2022-07-11 22:14:12 +01:00
gougle-search docs(gougle-search): correct grammar 2022-06-22 17:12:39 +01:00
graphql docs(graphql): add hint to point student towards where to find the authenticated user's ID in the JWT 2023-03-31 10:57:34 +00:00
greedy-url docs(greedy-url): Fix broken markdown 2022-08-29 16:17:03 +01:00
griswold-the-blacksmith discovery-piscine: update exercises and test 2021-04-12 03:15:36 +01:00
groceries docs(groceries): correct grammar 2022-05-22 16:31:11 +03:00
group-price docs(froup-prices): correct grammar 2022-05-31 08:28:06 +02:00
groupie-tracker fix: update broken links in `audit/README.md` files 2023-09-11 11:17:57 +01:00
grouping general clarifications and grammar improvements 2021-06-23 04:07:08 +01:00
guess-it-1 fix(guess-it): fix broken links in audits 2023-05-15 10:52:25 +01:00
guess-it-2 fix(guess-it): fix broken links in audits 2023-05-15 10:52:25 +01:00
half-a-million Update half-a-million README.md 2021-06-09 14:15:00 +02:00
halfslice docs(checkpoints-exercises): remove piscine imports 2023-07-04 15:43:17 +01:00
handling docs(handling): correct grammar 2022-05-27 18:12:40 +03:00
happiness-manager update happiness manager subject: precise handling of case when a key already exist in original file 2021-03-22 19:37:12 +00:00
happy update discovery-piscine subjects and tests 2021-04-29 17:47:50 +01:00
harder-bigger-bolder-stronger fix(harder-bigger-bolder-stronger): add right css file to html 2023-02-28 14:47:12 +00:00
harder-bigger-bolder-stronger-dom Create a copy of the dom tests to js image 2022-07-11 22:14:12 +01:00
has-city Update README.md 2022-01-24 10:14:13 +00:00
hashcode docs(checkpoints-exercises): remove piscine imports 2023-07-04 15:43:17 +01:00
hashing docs(hashing): correct grammar 2022-05-24 19:34:36 +03:00
hello Simplify prompt, execution of Go programs, fix typos 2021-04-28 11:47:34 +02:00
hello-there docs(hello-there): convert links to markdown links 2023-02-22 13:57:04 +00:00
hello-there-editor create editor version of init/hello-there for the origin piscine 2022-07-11 04:15:33 +01:00
hello_rust Use HTTPS instead of SSH for Git 2021-06-18 22:36:20 +02:00
hiddenp Typos correction and grammar improvements 2021-06-22 03:52:33 +01:00
highest docs(highest): clarify function prototype 2023-03-09 12:51:30 +00:00
how-2-js docs(how-2-js): correct grammar 2022-04-29 14:43:43 +01:00
how_many_references docs(how_many_references): improve variables names 2022-10-24 14:10:54 +01:00
if-methods discovery-piscine: add subjects and tests 2021-03-29 00:33:49 +01:00
index test and resources check quest 05 2021-06-07 18:05:53 +01:00
index-of docs(index-of): correct grammar 2022-05-31 08:27:51 +02:00
inequality discovery-piscine: add subjects and tests 2021-03-29 00:33:49 +01:00
insertion_sort docs(insertion_sort): correct grammar 2022-05-25 20:37:30 +03:00
inter Simplify prompt, execution of Go programs, fix typos 2021-04-28 11:47:34 +02:00
interpolation docs(interpolation): Remove semicolon 2022-08-29 16:17:03 +01:00
introduction docs(introduction): fix typo 2023-01-10 12:15:27 +00:00
inv_pyramid Update README.md 2022-05-28 09:51:29 +03:00
invert docs(invert): clarify what to return 2023-01-23 15:39:50 +00:00
inverttree
ion-out docs(ion-out): correct grammar 2022-05-31 08:28:06 +02:00
is docs(is): Add examples 2022-09-01 11:12:54 +01:00
is-winner docs(is-winner): correct grammar 2022-06-22 17:12:39 +01:00
isalpha changing sentence structure 2021-10-27 16:56:49 +01:00
iscapitalized docs(checkpoints-exercises): remove piscine imports 2023-07-04 15:43:17 +01:00
islower changing sentences 2021-10-27 16:59:07 +01:00
ismultiple Update README.md 2022-06-23 13:01:47 +00:00
isnegative test and resources for quest-02 2021-06-02 17:10:55 +01:00
isnumeric changing sentences 2021-10-27 16:53:06 +01:00
ispowerof2 docs(ispowerof2): improve subject 2023-01-16 17:18:19 +00:00
isprime Update README.md 2021-07-12 12:37:28 +01:00
isprintable changing sentences 2021-10-27 16:51:53 +01:00
issamestring docs(checkpoints-exercises): remove piscine imports 2023-07-04 15:43:17 +01:00
issorted docs(checkpoints-exercises): remove piscine imports 2023-07-04 15:43:17 +01:00
issquare rename the dir 2022-08-02 20:13:55 +01:00
isupper changing sentence structure 2021-10-27 17:00:58 +01:00
iterativefactorial Remove relative imports (no longer works with modules) and remove invalid character (" ") 2021-05-02 17:18:17 +02:00
iterativepower Rephrase the explanation for iterative and recursive power exercise 2021-09-17 14:46:08 +01:00
iterators 1460-DEV-3511 feat(iterators): improve consistency and clarity 2022-09-26 10:59:57 +01:00
itoa
itoabase general clarifications and grammar improvements 2021-06-23 04:07:08 +01:00
its-a-match docs(its-a-match): correct grammar 2022-05-31 08:28:06 +02:00
jaden-case discovery-js: add more exercises 2021-05-05 23:27:11 +01:00
java chore(nexus): move subject/audit to java/projects directory 2023-09-19 17:05:41 +03:00
join Update README.md 2021-10-14 12:43:13 +01:00
jumpover docs(jumpover): fix indentation 2022-10-24 14:00:47 +01:00
keep discovery-js: add more exercises 2021-05-05 23:27:11 +01:00
keep-cut docs(keep-cut): correct grammar 2022-05-31 08:27:51 +02:00
keep-trying-or-giveup docs(keep-trying-or-giveup): correct grammar 2022-06-22 05:59:34 +01:00
kept-promise chore(kept-promise): move subject to subjects directory 2023-04-27 10:51:04 +03:00
keycodes-symphony fix(dom-subjects): renaming css files to data.css files 2023-02-28 10:53:26 +00:00
keycodes-symphony-dom Create a copy of the dom tests to js image 2022-07-11 22:14:12 +01:00
keymaker discovery-piscine: add subjects and tests 2021-03-29 00:33:49 +01:00
lalgebra_scalar docs(lalgebra_svalar) add trait sized to notions 2022-06-08 12:40:21 +03:00
lalgebra_vector docs(lalgebra_vector) switch addition to var + var, instead of var plus dereferenced ptr 2022-06-08 12:40:21 +03:00
last-first-kiss docs(first-last-kiss): correct grammar 2022-04-30 00:08:01 +01:00
lastrune test and resources check quest 05 2021-06-07 18:05:53 +01:00
lastrune-exam docs(new subjects): new readmes for the exams exercises 2023-03-01 09:43:29 +00:00
lastup Simplify prompt, execution of Go programs, fix typos 2021-04-28 11:47:34 +02:00
lastword Simplify prompt, execution of Go programs, fix typos 2021-04-28 11:47:34 +02:00
lcm Fix example function call 2021-08-02 12:03:30 +06:00
leapyear Update README.md 2022-06-22 15:18:54 +00:00
lem-in docs(lem-in): improve definition of tunnels and rooms 2023-09-11 11:19:38 +01:00
letter-space-number docs(letter-space-number): Add examples 2022-09-02 12:11:06 +01:00
level-up discovery-js: add more exercises 2021-05-05 23:27:11 +01:00
lifetimes docs(lifetimes) correct grammar 2022-06-13 00:46:37 +03:00
linear-stats Update README.md 2022-02-19 13:37:21 +00:00
lines discovery-piscine: update subjects 2021-03-31 18:25:24 +01:00
linux audits for first admin sys exercises 2021-06-02 03:04:52 +01:00
listat docs: Be more accurate with the description of what needs to be returned 2022-07-21 14:37:04 +01:00
listclear Remove relative imports (no longer works with modules) and remove invalid character (" ") 2021-05-02 17:18:17 +02:00
listfind docs: Be more specific with the instructions 2022-07-18 08:52:43 +01:00
listforeach Remove relative imports (no longer works with modules) and remove invalid character (" ") 2021-05-02 17:18:17 +02:00
listforeachif removing snake case 2021-06-11 22:48:33 +01:00
listlast docs: Correct instructions about what to return 2022-07-18 08:50:36 +01:00
listmerge Remove relative imports (no longer works with modules) and remove invalid character (" ") 2021-05-02 17:18:17 +02:00
listpushback Remove relative imports (no longer works with modules) and remove invalid character (" ") 2021-05-02 17:18:17 +02:00
listpushfront Remove relative imports (no longer works with modules) and remove invalid character (" ") 2021-05-02 17:18:17 +02:00
listpushpara Simplify prompt, execution of Go programs, fix typos 2021-04-28 11:47:34 +02:00
listpushparams Simplify prompt, execution of Go programs, fix typos 2021-04-28 11:47:34 +02:00
listremoveif Remove relative imports (no longer works with modules) and remove invalid character (" ") 2021-05-02 17:18:17 +02:00
listremoveif-exam docs(new subjects): new readmes for the exams exercises 2023-03-01 09:43:29 +00:00
listreverse Remove relative imports (no longer works with modules) and remove invalid character (" ") 2021-05-02 17:18:17 +02:00
listsize Remove relative imports (no longer works with modules) and remove invalid character (" ") 2021-05-02 17:18:17 +02:00
listsize-exam docs(new subjects): new readmes for the exams exercises 2023-03-01 09:43:29 +00:00
listsort docs(go quest 11): correct grammar of NodeI exercises 2022-07-17 17:23:47 +03:00
loafofbread docs(loafofbread): indentation fix 2022-10-24 13:57:53 +01:00
localhost docs(localhost): make it clear project will be tested with siege 2022-10-19 17:23:34 +01:00
logic_number docs(logic_number) correct grammar 2022-05-31 21:31:26 +03:00
login Merge pull request #759 from 01-edu/update-vm 2021-06-03 07:11:21 +02:00
long-words docs(long-words): correct grammar 2022-06-15 23:34:59 +03:00
looping docs(looping): Removing one edge case 2022-08-18 18:30:13 +01:00
lucas_number docs(lucas_number): improve subject 2022-11-21 17:29:14 +00:00
lunch_queue fix(lunch_queue) correct Person structure 2022-06-10 15:27:27 +03:00
macro_calculator docs(macro_calculator): correct grammar 2022-05-30 17:30:53 +02:00
make-it-better add example of output as it appears on modern mac 2022-04-04 06:33:17 +01:00
make-your-game fix: update broken links in `audit/README.md` files 2023-09-11 11:17:57 +01:00
makerange Typo correction 2021-10-27 16:33:35 +01:00
manipulate-entries docs(manipulate-entries): add prototype types for expected functions 2023-05-15 10:33:33 +01:00
manipulate-keys docs(manipulate-keys): correct grammar 2022-06-20 00:00:32 +03:00
manipulate-values docs(manipulate-values): fix typo 2022-06-24 20:35:47 +01:00
map Update README.md 2021-10-14 13:33:47 +01:00
mapper docs(mapper): correct grammar 2022-06-15 23:34:59 +03:00
markdown_to_html style(markdown_to_html): rephrase a sentence 2023-09-26 12:19:27 +01:00
match-cron docs(match-cron): correct grammar 2022-05-31 08:33:03 +02:00
math-skills rephrase presentation of the input file 2022-12-07 09:14:14 +00:00
matrix docs(matrix) correct grammar 2022-06-13 00:46:37 +03:00
matrix_determinant update exam exercises 2022-06-01 20:46:06 +03:00
matrix_display docs(matrix_display) correct grammar 2022-06-09 09:46:24 +03:00
matrix_mult fix(matrix_mult): fix package name mismatch 2022-12-12 11:52:54 +00:00
matrix_multiplication docs(matrix_multiplication): update subject 2022-11-14 17:25:51 +00:00
matrix_ops fix(matrix_op): fix package name mismatch 2022-12-12 11:52:17 +00:00
matrix_transposition docs(matrix_transposition): improves grammar 2022-05-22 16:31:11 +03:00
matrix_transposition_4by3 Simplify prompt, execution of Go programs, fix typos 2021-04-28 11:47:34 +02:00
max Grammatical improvement in Max. 2021-06-14 14:34:05 +01:00
max-exam docs(new subjects): new readmes for the exams exercises 2023-03-01 09:43:29 +00:00
maximus discovery-piscine: update exercises and test 2021-04-12 03:15:36 +01:00
maxwordcountn Fix typo and remove extra word 2021-11-15 00:40:24 +00:00
merge Simplify prompt, execution of Go programs, fix typos 2021-04-28 11:47:34 +02:00
method-man docs(method-man): correct grammar 2022-05-01 16:05:45 +01:00
middle_day docs(middle-day): update deprecated method 2023-02-20 11:36:12 +00:00
min-max docs(min-max): correct grammar 2022-05-01 16:19:28 +01:00
min_and_max docs(min_and_max): make example and output given coherent 2022-11-14 17:24:12 +00:00
minesweeper style(minesweeper): move instructions title before the instructions 2023-09-26 16:08:55 +01:00
mini-framework docs(mini-framework): fix typo in subject 2023-09-11 11:56:55 +01:00
mirror discovery-piscine: update subjects 2021-03-31 18:25:24 +01:00
mister-quiz mister-quiz Laravel installation update 2021-05-05 11:41:00 +01:00
mixed-feelings discovery-piscine: add subjects and tests 2021-03-29 00:33:49 +01:00
mobile-dev feat(stock-market): update mock-stock-data-server 2023-08-16 14:48:11 +01:00
mobs feat(mobs): add notions to subjec 2023-05-24 15:28:15 +01:00
modify_letter docs(modify_letter): remove reference to what to do on edge cases 2022-11-15 18:25:06 +00:00
molecules-cells docs(molecules-cells): correct grammar 2022-05-31 08:27:51 +02:00
more-or-less feat(more-or-less): improve subject 2023-04-20 15:35:50 +01:00
mouse-trap docs: using the term entirely inside unstead of inside (#1996) 2023-04-27 14:49:05 +00:00
mouse-trap-dom Create a copy of the dom tests to js image 2022-07-11 22:14:12 +01:00
moving_targets chore(moving_targets): remove spaces in empty line 2022-11-21 09:49:26 +00:00
multiplayer-fps docs(multiplayer-fps): fix typo 2022-09-13 10:54:28 +03:00
multorsum docs(checkpoints-exercises): remove piscine imports 2023-07-04 15:43:17 +01:00
mutability docs(mutability): correct grammar 2022-04-30 00:01:40 +01:00
my-house discovery-piscine: update exercises and test 2021-04-12 03:15:36 +01:00
my-ls Update README.md 2022-02-07 17:48:05 +00:00
my-ls-1 docs(my-ls): add the restriction to the os/exec package in the subject and audit 2023-08-09 09:48:39 +01:00
name_initials docs: implement Miguel's feedback 2022-05-23 20:46:23 +03:00
names-plz discovery-js: add more exercises 2021-05-05 23:27:11 +01:00
nasa docs(nasa): correct grammar 2022-05-31 08:27:51 +02:00
nbrconvertalpha Update README.md 2021-07-02 18:46:03 +01:00
negative_spelling refactor(negative_spelling): improve function name readability 2022-11-16 15:07:49 +00:00
nested-loops discovery-piscine: add subjects and tests 2021-03-29 00:33:49 +01:00
nested-loops-2 discovery-piscine: add subjects and tests 2021-03-29 00:33:49 +01:00
nested-loops-3 discovery-piscine: add subjects and tests 2021-03-29 00:33:49 +01:00
nested-objects discovery-piscine: add subjects and tests 2021-03-29 00:33:49 +01:00
nesting-organs world-wide-what exercises: add titles in the readme 2021-03-11 02:50:30 +00:00
nesting-organs-dom Create a copy of the dom tests to js image 2022-07-11 22:14:12 +01:00
net-cat docs(net-cat): make bonus title visible in the subject 2022-10-12 14:41:36 +01:00
netfix Fix (to-git-or-not-to-git test, empty solutions) 2022-08-23 11:52:51 +01:00
neuron docs(neuron): correct grammar 2022-06-20 00:00:32 +03:00
nextprime docs(nextprime) correct grammar 2022-06-01 20:22:41 +03:00
no-adults-wanted discovery-js: add more exercises 2021-05-05 23:27:11 +01:00
notdecimal docs(readme):piscine removal 2023-07-04 16:26:02 +01:00
notorious discovery-piscine: update exercises and test 2021-04-12 03:15:36 +01:00
now-get-to-work Specify interpreter 2021-07-01 19:37:23 +02:00
nrune Dav corrections 2022-07-13 17:49:06 +01:00
nrune-exam docs(new subjects): new readmes for the exams exercises 2023-03-01 09:43:29 +00:00
numofdigits highlight 2022-08-04 12:02:45 +01:00
object discovery-piscine: add subjects and tests 2021-03-29 00:33:49 +01:00
oddlength corrected 2022-07-14 10:29:48 +03:00
office_worker chore(office_worker): add an extra empty line for prettier 2022-11-25 12:39:30 +01:00
olympic Update README.md 2021-07-19 17:31:01 +01:00
only1 docs(only1): fixed subject 2022-12-05 16:52:54 +00:00
onlya
onlyb docs(onlyB): fix subject 2022-12-05 11:08:32 +00:00
onlyf docs(onlyF): fixed subject 2022-12-05 11:06:44 +00:00
onlyz
options Update README.md 2021-06-23 16:15:08 +01:00
order_books docs(order_books) correct grammar 2022-06-01 20:22:41 +03:00
ordinal docs(ordinal) correct grammar 2022-05-31 21:31:26 +03:00
organize_garage feat(organize_garage): add new exercise for rust exams 2022-11-15 10:20:01 +00:00
own_and_return fix(own_and_return): convert rust exercise to snake case 2023-02-17 13:44:32 +02:00
ownership docs: implement Miguel's feedback 2022-05-23 20:46:23 +03:00
pangram docs(pangram) correct grammar 2022-05-31 21:31:26 +03:00
panic docs(panic): correct grammar 2022-05-27 18:12:40 +03:00
paramcount Simplify prompt, execution of Go programs, fix typos 2021-04-28 11:47:34 +02:00
paramrange Update README.md 2022-06-22 15:16:45 +00:00
parenting discovery-piscine: update exercises and test 2021-04-12 03:15:36 +01:00
partial_sums docs(partial_sums): correct grammar 2022-05-25 20:37:30 +03:00
personal-shopper docs(tell-me-how-many/personal-shopper): typos 2023-03-29 07:10:13 +00:00
phant0m-writ3r Fix links 2021-07-07 12:09:57 +02:00
physics docs(physics): improve subject 2023-03-01 16:23:02 +00:00
pick-and-click fix(dom-subjects): renaming css files to data.css files 2023-02-28 10:53:26 +00:00
pick-and-click-dom Create a copy of the dom tests to js image 2022-07-11 22:14:12 +01:00
pick-omit docs(pick-omit): fix typo 2023-03-23 23:10:39 +00:00
pig_latin docs(pig-latin) small fix in the subject examples 2023-09-08 16:00:28 +01:00
piglatin Docs: specify what is considered a vowel in this exercise 2022-09-12 15:38:59 +03:00
pilot Clarify instructution for exercise `pilot` 2021-09-17 14:51:51 +01:00
pimp-my-style fix(dom-subjects): renaming css files to data.css files 2023-02-28 10:53:26 +00:00
pimp-my-style-dom docs(pimp-my-style-dom): Fix wrong closing tags in examples 2022-08-29 16:17:03 +01:00
pingpong docs: Correct when to display ping and pong 2022-07-14 10:34:29 +03:00
placeholders discovery-piscine: add subjects and tests 2021-03-29 00:33:49 +01:00
podiumposition fix(podiumposition): re-format golang codeblock 2022-10-20 18:11:07 +01:00
point fixing some readmes according to issues 2022-04-11 09:57:51 +01:00
pointone test and resources for quest-03 2021-06-02 17:33:44 +01:00
pop-art discovery-piscine: update exercises and test 2021-04-12 03:15:36 +01:00
popint small fix 2022-07-14 10:31:14 +03:00
power-ranger add new picine-discovery exercises 2021-04-29 17:51:05 +01:00
previousprime docs(previousprime) correct grammar 2022-06-01 20:22:41 +03:00
prime_checker docs(prime_checker): update subject 2022-11-23 14:58:31 +00:00
primitives docs(primatives): correct grammar 2022-04-29 22:49:38 +01:00
printalphabet test and resources for quest-02 2021-06-02 17:10:55 +01:00
printalphabetalt Simplify prompt, execution of Go programs, fix typos 2021-04-28 11:47:34 +02:00
printalphabetalt2 Simplify prompt, execution of Go programs, fix typos 2021-04-28 11:47:34 +02:00
printalphabetg Simplify prompt, execution of Go programs, fix typos 2021-04-28 11:47:34 +02:00
printalt Simplify prompt, execution of Go programs, fix typos 2021-04-28 11:47:34 +02:00
printalt2 Simplify prompt, execution of Go programs, fix typos 2021-04-28 11:47:34 +02:00
printaltu Simplify prompt, execution of Go programs, fix typos 2021-04-28 11:47:34 +02:00
printaltu2 Simplify prompt, execution of Go programs, fix typos 2021-04-28 11:47:34 +02:00
printascii Update README.md 2022-06-23 14:34:53 +00:00
printbits Typos correction and grammar improvements 2021-06-22 03:52:33 +01:00
printcomb Update README.md 2021-07-02 17:44:12 +01:00
printcomb-exam docs(new subjects): new readmes for the exams exercises 2023-03-01 09:43:29 +00:00
printcomb2 Update README.md 2021-07-02 17:45:20 +01:00
printcombn Update README.md 2021-07-02 17:47:16 +01:00
printdigits test and resources for quest-02 2021-06-02 17:10:55 +01:00
printevenarguments fix extra space in the flag 2022-07-14 10:30:22 +03:00
printhex Typos correction and grammar improvements 2021-06-22 03:52:33 +01:00
printif docs(checkpoints-exercises): remove piscine imports 2023-07-04 16:04:55 +01:00
printifnot docs(checkpoints-exercises): remove piscine imports 2023-07-04 15:43:17 +01:00
printmemory byte array 2021-06-30 16:36:56 +01:00
printmiddle add test case 2022-07-14 10:30:54 +03:00
printnbr test and resources for quest-02 2021-06-02 17:10:55 +01:00
printnbrbase fix name 2022-07-27 15:00:34 +01:00
printnbrinorder Update README.md 2021-07-02 18:32:06 +01:00
printparams Simplify prompt, execution of Go programs, fix typos 2021-04-28 11:47:34 +02:00
printprogramname Update README.md 2021-08-19 12:37:59 +01:00
printrange small fix 2022-07-14 10:32:26 +03:00
printrevcomb Simplify prompt, execution of Go programs, fix typos 2021-04-28 11:47:34 +02:00
printreversealphabet test and resources for quest-02 2021-06-02 17:10:55 +01:00
printreversealphabetalt Simplify prompt, execution of Go programs, fix typos 2021-04-28 11:47:34 +02:00
printreversealphabetalt2 Simplify prompt, execution of Go programs, fix typos 2021-04-28 11:47:34 +02:00
printreversealphabetg Simplify prompt, execution of Go programs, fix typos 2021-04-28 11:47:34 +02:00
printrot Simplify prompt, execution of Go programs, fix typos 2021-04-28 11:47:34 +02:00
printstr docs(printstr): clarify and make accurate usage example 2022-11-30 08:45:58 +00:00
printstr-exam docs(new subjects): new readmes for the exams exercises 2023-03-01 09:43:29 +00:00
printwordstables printwordstables clarification 2021-09-28 09:51:25 +01:00
profanity_filter docs(profanity_filter): correct grammar 2022-05-27 18:12:40 +03:00
project_motion update project motion formula 2022-05-10 10:12:57 +01:00
pronoun docs(pronoun): correct grammar 2022-06-20 00:00:32 +03:00
push-swap DEV-4757 resolve the inconsistency between the audit and the subject of push swap (#1918) 2023-03-30 14:14:48 +00:00
pyramid docs(pyramid): correct grammar 2022-05-31 08:27:51 +02:00
quad adding instructions for the files submited in the raids 2022-04-14 11:29:17 +01:00
quadchecker docs(quadchecker): changing the word raid to quad in the readme and audit 2022-12-20 18:00:18 +00:00
quantifiers docs(quantifiers): correct grammar 2022-06-15 23:34:59 +03:00
quarterofayear docs(checkpoints-exercises): remove piscine imports 2023-07-04 15:43:17 +01:00
queens docs(queens) correct grammar 2022-06-01 20:46:06 +03:00
question_mark docs(question_mark): correct grammar 2022-05-27 18:12:40 +03:00
race docs(race): correct grammar 2022-06-22 17:12:39 +01:00
range Simplify prompt, execution of Go programs, fix typos 2021-04-28 11:47:34 +02:00
ratchet-clap discovery-piscine: update exercises and test 2021-04-12 03:15:36 +01:00
real-time-forum fix: update broken links in `audit/README.md` files 2023-09-11 11:17:57 +01:00
rebecca-black docs(rebecca-black): correct grammar 2022-05-31 08:33:03 +02:00
rectangle Simplify prompt, execution of Go programs, fix typos 2021-04-28 11:47:34 +02:00
rectperimeter docs(checkpoints-exercises): remove piscine imports 2023-07-04 15:43:17 +01:00
recursion discovery-js: add more exercises 2021-05-05 23:27:11 +01:00
recursivefactorial Remove relative imports (no longer works with modules) and remove invalid character (" ") 2021-05-02 17:18:17 +02:00
recursivepower Fix typo 2021-09-17 15:10:16 +01:00
redeclaration-of-love discovery-piscine: update exercises and test 2021-04-12 03:15:36 +01:00
reduce docs(reduce): fix inconsistency in the number of functions 2022-11-07 14:44:23 +00:00
reduceint general clarifications and grammar improvements 2021-06-23 04:07:08 +01:00
ref_cell update ref_cell 2022-06-22 11:25:16 +00:00
remote Update README.md 2023-05-27 14:09:18 +03:00
removeduplicate docs(checkpoints-exercises): remove piscine imports 2023-07-04 15:43:17 +01:00
removeodd Subject(remove-odd):add readmed 2022-08-02 20:19:51 +01:00
repeat docs(repeat): correct grammar 2022-05-31 08:27:51 +02:00
repeatalpha Simplify prompt, execution of Go programs, fix typos 2021-04-28 11:47:34 +02:00
repeated discovery-piscine: add subjects and tests 2021-03-29 00:33:49 +01:00
replaceeven docs(replaceeven): ran prettier format 2022-12-05 12:22:12 +00:00
replica docs(replica): correct grammar 2022-06-20 00:00:32 +03:00
rest-in-peace discovery-piscine: update exercises and test 2021-04-12 03:15:36 +01:00
retainfirsthalf docs(checkpoints-exercises): remove piscine imports 2023-07-04 15:43:17 +01:00
returna chore(returna): testing prettier 2022-12-05 12:51:11 +00:00
returns docs(returns): correct grammar 2022-04-30 00:03:46 +01:00
revargs Update README.md 2022-07-14 10:30:35 +03:00
revconcatalternate docs(checkpoints-exercises): remove piscine imports 2023-07-04 15:43:17 +01:00
reverse Simplify prompt, execution of Go programs, fix typos 2021-04-28 11:47:34 +02:00
reverse_it docs(creverse_it): correct grammar 2022-05-25 20:37:30 +03:00
reverse_string docs(reverse_string): correct grammar 2022-05-22 16:31:11 +03:00
reversebits
reversemenuindex docs(reversemenuindex): change the markdown instructions 2022-10-18 10:30:33 +01:00
reverser docs(reversers): correct grammar 2022-05-31 08:27:51 +02:00
reverserange Simplify prompt, execution of Go programs, fix typos 2021-04-28 11:47:34 +02:00
reversesecondhalf docs(checkpoints-exercises): remove piscine imports 2023-07-04 15:43:17 +01:00
reversestrcap Simplify prompt, execution of Go programs, fix typos 2021-04-28 11:47:34 +02:00
reversestrings adding a space. 2022-08-04 23:37:31 +01:00
revparams Update README.md 2021-07-02 18:43:31 +01:00
revwstr general clarifications and grammar improvements 2021-06-23 04:07:08 +01:00
rgb_match docs(rgb_match) correct grammar 2022-05-31 21:31:26 +03:00
road_intersection docs(road-intersection): fix typo 2022-10-13 16:01:58 +01:00
rockandroll docs(rockandroll): upgrade instructions 2022-10-24 13:56:17 +01:00
roman_numbers docs(roman_numbers) correct grammar 2022-06-08 11:01:46 +03:00
roman_numbers_iter Update README.md for roman_numbers_iter 2022-06-20 23:04:04 +01:00
romannumbers Update README.md 2022-11-28 11:36:29 +02:00
rostring Simplify prompt, execution of Go programs, fix typos 2021-04-28 11:47:34 +02:00
rot docs(rot) correct grammar 2022-05-31 21:31:26 +03:00
rot13 Grammatical improvement for rot13 subject 2021-06-14 14:37:07 +01:00
rot14 Update README.md 2021-08-26 11:50:37 +01:00
rot14-exam docs(new subjects): new readmes for the exams exercises 2023-03-01 09:43:29 +00:00
rot21 docs(rot21) correct grammar 2022-06-01 20:22:41 +03:00
rotargn Subject(rot-arg-n):add README 2022-06-22 15:19:35 +00:00
rotatevowels contains to contain 2021-10-27 16:48:00 +01:00
rpn docs(rpn): remove unnecessary line 2022-05-25 20:37:30 +03:00
rpncalc Simplify prompt, execution of Go programs, fix typos 2021-04-28 11:47:34 +02:00
rt update rt 2022-06-06 09:46:46 +01:00
sales 1448 fix(sales): remove inconsistency in expected output 2022-09-19 11:35:47 +01:00
same-amount docs(same-amount): correct grammar 2022-05-31 08:28:06 +02:00
samecase add quotation mark 2022-08-04 12:00:58 +01:00
sametree Simplify prompt, execution of Go programs, fix typos 2021-04-28 11:47:34 +02:00
saveandmiss docs(checkpoints-exercises): remove piscine imports 2023-07-04 15:43:17 +01:00
scalar docs(scalar): fix typo 2022-08-02 17:52:27 +03:00
scan Add the password 2021-06-11 11:13:31 +02:00
scores docs(scores) correct grammar 2022-05-31 21:31:26 +03:00
scytale_cipher docs(cytale_cipher) correct grammar 2022-06-01 20:22:41 +03:00
scytale_decoder feat(scytale_decoder): add new exercise for rust exams 2022-11-14 16:22:37 +00:00
searching docs(searching) correct grammar 2022-05-31 21:31:26 +03:00
searchreplace 1) Grammatical improvement of searchreplace. 2021-06-14 14:35:42 +01:00
secondhalf docs(secondhalf): clarify behavior for edge cases of odd arrays 2023-06-20 12:33:35 +01:00
security discovery-piscine: update exercises and test 2021-04-12 03:15:36 +01:00
seeker-of-truth discovery-piscine: update exercises and test 2021-04-12 03:15:36 +01:00
select-and-style Reformat markdown (with prettier) 2021-04-27 21:04:54 +02:00
select-and-style-dom fix(js): replace base64 url trick by temp file 2022-07-16 00:01:43 +01:00
series docs(series): correct grammar 2022-06-22 17:12:39 +01:00
setspace docs(checkpoints-exercises): remove piscine imports 2023-07-04 15:43:17 +01:00
shop docs(shop): remove leading spaces 2022-12-21 13:04:35 +02:00
shopping_mall feat(shopping_mall): remove not neutral function 2022-10-10 16:28:09 +01:00
shoppinglistsort docs(shoppinglistsort): fix instructions 2022-10-31 16:47:37 +00:00
shoppingsummarycounter docs(shoppingsummarycounter): indentation fix 2022-10-18 11:21:34 +01:00
sign docs(sign): correct grammar 2022-05-01 16:22:55 +01:00
simple_hash feat(simple_hash): rewrite exercise completely 2022-10-24 14:07:20 +01:00
skeleton Reformat markdown (with prettier) 2021-04-27 21:04:54 +02:00
skeleton-dom Create a copy of the dom tests to js image 2022-07-11 22:14:12 +01:00
slice docs(new subjects): new readmes for the exams exercises 2023-03-01 09:43:29 +00:00
sliceadd docs(checkpoints-exercises): remove piscine imports 2023-07-04 15:43:17 +01:00
slicer More clear instructions 2022-11-21 13:48:39 +00:00
sliceremove docs(checkpoints-exercises): remove piscine imports 2023-07-04 15:43:17 +01:00
slices_to_map correction of typos, some small corrections 2022-03-23 18:33:24 +00:00
smallest docs(smallest): specify what to do when the hashmap is empty 2022-11-16 19:20:38 +00:00
smart-road update smart-road 2022-06-06 09:37:23 +01:00
smooth-operator discovery-piscine: add subjects and tests 2021-03-29 00:33:49 +01:00
social-network docs(social-network): change frameworks list 2023-09-20 16:20:12 +01:00
sortable docs(sortable): correct typo alignement -> alignment 2023-04-28 11:06:46 +03:00
sortedlistmerge docs(go quest 11): correct grammar of NodeI exercises 2022-07-17 17:23:47 +03:00
sortintegertable Update README.md 2021-07-02 18:15:42 +01:00
sortlist
sortlistinsert docs(go quest 11): correct grammar of NodeI exercises 2022-07-17 17:23:47 +03:00
sortll Simplify prompt, execution of Go programs, fix typos 2021-04-28 11:47:34 +02:00
sortparams Simplify prompt, execution of Go programs, fix typos 2021-04-28 11:47:34 +02:00
sortwordarr Remove relative imports (no longer works with modules) and remove invalid character (" ") 2021-05-02 17:18:17 +02:00
sortwordarr-exam docs(new subjects): new readmes for the exams exercises 2023-03-01 09:43:29 +00:00
special-promo discovery-piscine: update exercises and test 2021-04-12 03:15:36 +01:00
speed-run discovery-js: add more exercises 2021-05-05 23:27:11 +01:00
speed_transformation docs(speed_transformation): correct grammar 2022-05-22 16:31:11 +03:00
spelling correction in description 2022-06-06 19:47:44 +03:00
split Rephrase instructions of exercise `split` 2021-09-17 14:50:44 +01:00
split-exam docs(new subjects): new readmes for the exams exercises 2023-03-01 09:43:29 +00:00
splitwhitespaces Rephrase instructions for exercise splitwhitespaces and some small fixes 2021-09-17 14:50:39 +01:00
spread-the-word discovery-piscine: update exercises and test 2021-04-12 03:15:36 +01:00
sqrt Update README.md 2021-07-02 18:22:42 +01:00
squared discovery-js: add more exercises 2021-05-05 23:27:11 +01:00
squareroot Update README.md 2022-07-14 18:23:34 +03:00
stars docs(stars) correct grammar 2022-05-31 21:31:26 +03:00
step_iterator Simplify prompt, execution of Go programs, fix typos 2021-04-28 11:47:34 +02:00
stock-exchange-sim docs(stock-exchange-sim): clarify the project is open language 2023-04-21 17:02:47 +01:00
string_literals docs: implement Miguel's feedback 2022-05-23 20:46:23 +03:00
string_permutation docs(string_permutation): correct grammar 2022-05-24 19:34:36 +03:00
strings docs(strings): correct grammar 2022-05-24 19:34:36 +03:00
stringtobool docs(checkpoints-exercises): remove piscine imports 2023-07-04 15:43:17 +01:00
stringtointslice docs(stringtointslice): fix indentation 2022-10-18 16:54:16 +01:00
strisnegative small typo 2022-08-04 10:31:29 +01:00
strlen Remove relative imports (no longer works with modules) and remove invalid character (" ") 2021-05-02 17:18:17 +02:00
strlen-exam docs(new subjects): new readmes for the exams exercises 2023-03-01 09:43:29 +00:00
strrev test and resources for quest-03 2021-06-02 17:33:44 +01:00
strrev-exam docs(new subjects): new readmes for the exams exercises 2023-03-01 09:43:29 +00:00
sudoku changing questions in the audit 2022-05-04 11:25:59 +01:00
sum docs: Rephrase instructions and remove import as per review 2022-07-14 10:33:21 +03:00
sumascii docs(sumascii): ran prettier format 2022-12-05 12:23:15 +00:00
sums docs(sums): correct grammar 2022-05-31 08:27:51 +02:00
sumthemall docs(sumthemall): upgrade instructions 2022-12-23 00:34:07 +02:00
sunny-sunday refactor(sunny-sunday): rename directory 2023-01-30 08:14:36 +00:00
swap Update README.md 2021-07-02 17:53:31 +01:00
swap-exam docs(new subjects): new readmes for the exams exercises 2023-03-01 09:43:29 +00:00
swapargs fix : delete `!` in usage part and rewrite the description 2022-07-14 10:32:41 +03:00
swapbits
swapfirst docs(checkpoints-exercises): remove piscine imports 2023-07-04 15:43:17 +01:00
swaplast docs(checkpoints-exercises): remove piscine imports 2023-07-04 15:43:17 +01:00
swapname Update README.md 2022-08-02 20:15:47 +01:00
swapy discovery-js: add more exercises 2021-05-05 23:27:11 +01:00
sweet-curry feat(sweet-curry): clarify subject request 2023-05-18 10:06:29 +01:00
switchcase Simplify prompt, execution of Go programs, fix typos 2021-04-28 11:47:34 +02:00
sys Update subjects 2021-03-10 14:37:29 +01:00
system-monitor docs(system-monitor) remove Power section 2023-09-04 14:48:40 +01:00
tabmult Simplify prompt, execution of Go programs, fix typos 2021-04-28 11:47:34 +02:00
talking docs(talking) correct grammar 2022-05-31 21:31:26 +03:00
teacher issues in public 2022-07-25 17:34:09 +01:00
tell-it-cypher Reformat markdown (with prettier) 2021-04-27 21:04:54 +02:00
tell-me-how-many docs(tell-me-how-many/personal-shopper): typos 2023-03-29 07:10:13 +00:00
tell-me-vip Format tell-me-vip & tell-me-who subjects 2021-03-11 02:50:30 +00:00
tell-me-who update tell-me-who subject: re-write sentence to be more clear about the fact that every guest name has to be printed in console (could be understood as just the vips) 2021-03-22 19:37:12 +00:00
temperature_conv docs(temperature_conv): correct grammar 2022-05-22 16:31:11 +03:00
tetris-optimizer Update README.md 2022-02-25 15:44:29 +00:00
the-calling world-wide-what exercises: add titles in the readme 2021-03-11 02:50:30 +00:00
the-calling-dom Create a copy of the dom tests to js image 2022-07-11 22:14:12 +01:00
the-four-seasons discovery-piscine: add subjects and tests 2021-03-29 00:33:49 +01:00
the-great-escape Update README.md 2021-07-19 17:23:19 +01:00
the-true-king discovery-piscine: update exercises and test 2021-04-12 03:15:36 +01:00
thirdtimeisacharm docs(checkpoints-exercises): remove piscine imports 2023-07-04 15:43:17 +01:00
throttle docs(throttle): correct grammar 2022-06-22 05:59:34 +01:00
tic_tac_toe refactor(tic_tac_toe): all results are now lowercase 2022-10-24 14:04:45 +01:00
time-to-pay discovery-piscine: update exercises and test 2021-04-12 03:15:36 +01:00
to-git-or-not-to-git fix(to-git-or-not-to-git-remake): changed the exercise so that it is doable 2023-05-16 17:28:50 +01:00
to-infinity-and-beyond discovery-piscine: update exercises and test 2021-04-12 03:15:36 +01:00
to_url docs: implement Miguel's feedback 2022-05-23 20:46:23 +03:00
tolower Update README.md 2021-10-14 12:29:15 +01:00
total add new picine-discovery exercises 2021-04-29 17:51:05 +01:00
toupper Update README.md 2021-10-14 11:49:12 +01:00
traits docs(traits): clarify fat_content meaning 2022-09-15 10:48:57 +01:00
triangle docs(triangle): fix typo 2022-05-31 08:27:51 +02:00
trimatoi Update README.md 2021-10-14 12:34:04 +01:00
tron Small typo correction 2022-06-22 12:52:05 +01:00
tuples_refs refactor(tuples_refs): change id type for more idiomatic rust 2022-10-24 14:03:26 +01:00
two-can-play-that-game update discovery-piscine subjects and tests 2021-04-29 17:47:50 +01:00
twosum Simplify prompt, execution of Go programs, fix typos 2021-04-28 11:47:34 +02:00
ultimatedivmod docs(ultimatedivmod): correct grammar 2022-07-03 01:48:47 +03:00
ultimatepointone test and resources for quest-03 2021-06-02 17:33:44 +01:00
ultra-venom-speed-control-system-rgb add new picine-discovery exercises 2021-04-29 17:51:05 +01:00
unavailable
unbreakable docs(unbreakable): correct grammar 2022-05-31 08:27:51 +02:00
unchanging discovery-piscine: add subjects and tests 2021-03-29 00:33:49 +01:00
unicode-technical-report-35 docs(unicode-technical-report-35): correct grammar 2022-05-31 08:33:03 +02:00
uninvited docs(uninvited): update link to resource 2023-01-04 05:38:24 +00:00
union docs: correct usage example to print new line 2022-09-22 11:44:22 +01:00
unmatch Fix typo in `unmatched` instructions` 2021-09-17 14:51:58 +01:00
unwrap_or_expect docs(unwrap-or-expect): add cargo run for console output 2022-09-15 14:51:11 +01:00
unzipstring Update README.md 2022-08-02 20:17:25 +01:00
user-experience docs(heuristics): match exercise names to subject 2023-06-30 08:53:13 +03:00
using-filter docs(using-filter): add clarity to filter1DistinctVowel 2023-04-19 14:43:23 +01:00
using-map docs(using-map): Fix broken markdown 2022-08-29 16:17:03 +01:00
using-reduce docs(using-reduce): correct grammar 2022-06-15 23:34:59 +03:00
valid-ip docs(valid-ip) update description to add information about max IP ports 2022-06-10 15:21:25 +03:00
vector_operations docs(vector_operations) correct grammar 2022-06-08 08:48:25 +03:00
vehicles Simplify prompt, execution of Go programs, fix typos 2021-04-28 11:47:34 +02:00
verydisco clarifications 2021-03-11 02:50:30 +00:00
verydisco-forever clarifications 2021-03-11 02:50:30 +00:00
verydisco-reverso clarifications 2021-03-11 02:50:30 +00:00
veterinary docs(veterinary): improve subject 2023-01-02 09:45:50 +01:00
virus19 discovery-piscine: update exercises and test 2021-04-12 03:15:36 +01:00
vowel-dots docs(vowel-dots): correct grammar 2022-05-31 08:28:06 +02:00
vowels-index corrected 2022-07-15 15:21:53 +01:00
wdmatch aie aie aie 2021-06-14 16:14:32 +01:00
weareunique docs(checkpoints-exercises): remove piscine imports 2023-07-04 15:43:17 +01:00
wget docs(wget): clarify the project is open language 2023-04-21 17:03:26 +01:00
what-9000 add new picine-discovery exercises 2021-04-29 17:51:05 +01:00
what-else discovery-piscine: update exercises and test 2021-04-12 03:15:36 +01:00
what-is-my-purpose update discovery-piscine subjects and tests 2021-04-29 17:47:50 +01:00
where-do-we-go fix(dom-subjects): renaming css files to data.css files 2023-02-28 10:53:26 +00:00
where-do-we-go-dom Create a copy of the dom tests to js image 2022-07-11 22:14:12 +01:00
who-are-you docs: fix typo bellow -> below 2023-04-11 10:07:07 +03:00
wololo discovery-piscine: update exercises and test 2021-04-12 03:15:36 +01:00
wordflip docs(checkpoints-exercises): remove piscine imports 2023-07-04 15:43:17 +01:00
words discovery-piscine: update exercises and test 2021-04-12 03:15:36 +01:00
you-pass-butter Update README.md 2021-11-29 14:37:34 +00:00
you-spin-me-round discovery-piscine: update exercises and test 2021-04-12 03:15:36 +01:00
your-own discovery-piscine: add subjects and tests 2021-03-29 00:33:49 +01:00
zappy docs(zappy): adding clarifications to the readme 2022-11-24 09:29:40 +00:00
zipstring docs(checkpoints-exercises): remove piscine imports 2023-07-04 15:43:17 +01:00
ztail fix(ztail): adding console in usage to solve a bug when the platform tries to display the readme 2022-10-03 16:26:26 +01:00
Reformat markdown (with prettier) 2021-04-27 21:04:54 +02:00
Dockerfile Restore subject Dockerfile wrongly removed 2021-03-13 17:18:09 +00:00
README.md docs(subjects): add link to official docs 2022-11-23 19:32:48 +00:00
double-tick-prettier.png docs(public/subjects): add document on how to lint markdown files to keep consistency 2022-11-16 16:54:12 +00:00
format-document-prettier.png docs(public/subjects): add document on how to lint markdown files to keep consistency 2022-11-16 16:54:12 +00:00
install-prettier.png docs(public/subjects): add document on how to lint markdown files to keep consistency 2022-11-16 16:54:12 +00:00
package.json

README.md

Format with Prettier

In order to have a consistent formatting for the markdown files, we use Prettier with the default settings.

How to install

In VS Code, click on the extensions icon, and type Prettier. It should be the first result of the search. Click on install.

install-prettier

Usage

After installing it, one way of using it is to right click the view of the file you want to format and click on format document. If you have other formatters/linters installed, you will be prompted to select which one you want to use.

format-document-prettier

An alternative way is to press ctrl + shift + i, but this might vary depending on your local settings.

When the document is formatted, you should be able to see the Prettier text with the double tick on the bottom right corner of your window as in the image. If you only see one, another way to run it is by clicking on the Prettier text.

double-tick-prettier

For instructions on how to set up Prettier in other code editors, or for setting up the CLI tool, please check the official docs