Skip to content

Instantly share code, notes, and snippets.

View Rooarii's full-sized avatar
✌️
Declare variables, not War ! 🇺🇦

Rooarii MANUEL Rooarii

✌️
Declare variables, not War ! 🇺🇦
View GitHub Profile
@Rooarii
Rooarii / pseudo-code algorithm.txt
Last active August 14, 2020 15:11
pseudo-code algorithm returning the number of candy you can buy
start buyCandies (real money, real price)
integer boughtCandies = 0
while ((money and price > 0) and money >= price)
|
| money <- money - price
| boughtCandies <- boughtCandies + 1
|
end while
return boughtCandies
End buyCandies
@Rooarii
Rooarii / gist:b67d94ecbe0528b73177f8af1dad2a57
Created September 15, 2020 09:52
Linux 1 : Arborescence
rooarii@rooarii-HP-ZBook-15-G3:~$ pwd
/home/rooarii
rooarii@rooarii-HP-ZBook-15-G3:~$ cd Documents/
rooarii@rooarii-HP-ZBook-15-G3:~/Documents$ ls
documents perso wcs
@Rooarii
Rooarii / gist:16db2bfb34da72c8550d56d627299f41
Created September 15, 2020 11:07
Linux 2 : fichiers et dossiers
d
.
./terrestre
./terrestre/mercury.jpeg
./terrestre/earth.jpeg
./terrestre/mars.jpeg
./terrestre/venus.jpeg
./planètes-naines
./géantes-gazeuses
./géantes-gazeuses/jupiter.jpeg
@Rooarii
Rooarii / Flexbox-Froggy.png
Last active September 16, 2020 08:48
Flexbox Froggy
Flexbox-Froggy.png
@Rooarii
Rooarii / grid-garden.png
Last active September 17, 2020 16:20
Introduction au module Grid - Challenge
Introduction au module Grid - Challenge
@Rooarii
Rooarii / 200.png
Last active October 26, 2020 09:04
http
200.png
@Rooarii
Rooarii / gist:ef2b6022358ea6739c19a3d49f3170ff
Last active November 22, 2020 20:32
01 - Introduction aux bases de données
01 - Introduction aux bases de données