diff options
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> |
