diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-10-31 17:25:22 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-10-31 17:26:22 +0100 |
| commit | b4ef14a7e010c1b468928d29a981fdf6ba700563 (patch) | |
| tree | 0612dc0b8c40a98baf149bbcde787fa411592baa /school.html | |
| parent | a3103caf417899b60519ffde44bc07a15c71b75a (diff) | |
| download | cacharle.xyz-b4ef14a7e010c1b468928d29a981fdf6ba700563.tar.gz cacharle.xyz-b4ef14a7e010c1b468928d29a981fdf6ba700563.tar.bz2 cacharle.xyz-b4ef14a7e010c1b468928d29a981fdf6ba700563.zip | |
Added minesweeper logic, style, settings
Diffstat (limited to 'school.html')
| -rw-r--r-- | school.html | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/school.html b/school.html index 2fbd69f..8b91ede 100644 --- a/school.html +++ b/school.html @@ -43,10 +43,17 @@ <td><a href="https://git.cacharle.xyz/libasm">libasm</a></td> <td>Indroduction to x86_64 assembly, rewritting some basic libc function</td> </tr> + <tr> + <td><a href="https://git.cacharle.xyz/minishell">minishell</a></td> + <td>Minimalistic shell based on bash</td> + </tr> </table> <h2>Pending</h2> <table> + <tr><td><a href="https://git.cacharle.xyz/ft_services">ft_services</a></td></tr> + <tr><td><a href="https://git.cacharle.xyz/philosophers">philosophers</a></td></tr> + <tr><td><a href="https://git.cacharle.xyz/ft_containers">ft_containers</a></td></tr> <tr><td><a href="https://git.cacharle.xyz/computorv1">computorv1</a></td></tr> <tr><td><a href="https://git.cacharle.xyz/computorv2">computorv2</a></td></tr> <tr><td><a href="https://git.cacharle.xyz/push_swap">push_swap</a></td></tr> @@ -55,15 +62,12 @@ <tr><td><a href="https://git.cacharle.xyz/42run">42run</a></td></tr> <tr><td><a href="https://git.cacharle.xyz/ft_ls">ft_ls</a></td></tr> <tr><td><a href="https://git.cacharle.xyz/ft_select">ft_select</a></td></tr> - <tr><td><a href="https://git.cacharle.xyz/ft_containers">ft_containers</a></td></tr> <tr><td><a href="https://git.cacharle.xyz/ft_ping">ft_ping</a></td></tr> <tr><td><a href="https://git.cacharle.xyz/piscine_cpp">piscine_cpp</a></td></tr> - <tr><td><a href="https://git.cacharle.xyz/ft_services">ft_services</a></td></tr> <tr><td><a href="https://git.cacharle.xyz/ft_ssl">ft_ssl</a></td></tr> <tr><td><a href="https://git.cacharle.xyz/rubik">rubik</a></td></tr> <tr><td><a href="https://git.cacharle.xyz/ft_linear_regression">ft_linear_regression</a></td></tr> <tr><td><a href="https://git.cacharle.xyz/dslr">dslr</a></td></tr> - <tr><td><a href="https://git.cacharle.xyz/philosophers">philosophers</a></td></tr> </table> <h2>Test</h2> @@ -86,6 +90,10 @@ <td><a href="https://git.cacharle.xyz/minishell">minishell</a></td> </tr> <tr> + <td><a href="https://git.cacharle.xyz/philosophers_test">philosophers_test</a></td> + <td><a href="https://git.cacharle.xyz/philosophers">philosophers</a></td> + </tr> + <tr> <td><a href="https://git.cacharle.xyz/ft_containers_test">ft_containers_test</a></td> <td><a href="https://git.cacharle.xyz/ft_containers">ft_containers</a></td> </tr> |
