I will introduce the program created in 42 tasks.
- Piscine (2020/1)
- Libft (6/22 - 29)
- netwhat (6/30 - 7/4)
- get_next_line (7/2 - 6)
- ft_printf (7/7 - 24)
- ft_server (7/25 - 8/29)
- ft_mini_ls (12/1 - 4)
- hello_node (12/26 - 29)
- hello_vue (12/29 - 29)
- miniRT (9/3 - 12/29)
- libasm (12/29 - 2021/1/9)
- push_swap (4/29 - 5/9)
- libunit (5/8 - 5/14)
- minishell (5/19 - 7/3)
- pipex (7/5 - 7/9)
- fract-ol (7/9 - 7/11)
- philosophers (7/12 - 7/18)
- Net-Practice (7/25 - 7/26)
- CPP-module (7/18 - 8/14)
- Webserv (12/10 - 2022/2/20)
- ft_containers (2/20 - 6/12)
- inception (7/1 - 7/31)
- ft_transcendence (8/1 - 9/24)
- Second Circle (2023/1/21)
- ft_linear_regression (1/21 - 1/24)
- Computor_v1 (1/25 - 1/31)
- Computor_v2 (2/1 - 2/26)
- dslr (2/28 - 3/15)
- SCOP (2/25 - 3/19)
- N Puzzle (2023/2/6 - 3/16)
- ...
We are not allowed to show you the content of the assignment...
This is a basic function created in C in 42 tasks.
https://github.com/kotabrog/libft
I studied networks.
A function created in C that reads a file line by line.
https://github.com/kotabrog/get_next_line
It is a self-made printf made in C.
https://github.com/kotabrog/printf
I created a Docker file that can build an environment for nginx, mysql, and wordpress.
https://github.com/kotabrog/ft_server
A reproduction of the ls -1tr command written in C.
https://github.com/kotabrog/ft_mini_ls
42 tasks as a practice of node and vue.
https://github.com/kotabrog/hello_node https://github.com/kotabrog/hello_vue
I made a simple ray tracing in C.
https://github.com/kotabrog/miniRT
I created a C function using in assembly language.
https://github.com/kotabrog/Libasm
Fast sorting algorithm using two stacks.
https://github.com/kotabrog/push_swap
This is a team assignment to create a C library to do unit testing (no readme).
https://github.com/kotabrog/libunit_develop
It's a small bash.
https://github.com/kotabrog/minishell
Reproduced the shell's pipe.
https://github.com/kotabrog/pipex
I made a program to draw fractal shapes in C language.
https://github.com/kotabrog/fract-ol
To practice the threading process, I had a philosopher over for dinner.
https://github.com/kotabrog/philosophers
I learned about networking by setting up Ip addresses, etc. and connecting networks.
This is a c++ assignment for 42.
https://github.com/kotabrog/CPP-module
We created a nginx-like http server in c++.
https://github.com/syamaguc/webserv
Created some container classes in c++.
https://github.com/kotabrog/ft_containers
Wordpress, nginx, mariadb environment built with docker-compose.
https://github.com/kotabrog/inception
We created a web application with chat and games.
https://github.com/syamaguc/ft_transcendence
Linear regression, which I created myself as an assignment for 42
https://github.com/kotabrog/ft_linear_regression
I have created a program that, given an algebraic equation in one variable, will tell you its order and, if it is less than or equal to the second order, its solution.
https://github.com/kotabrog/Computor_v1
I created an interpreter that can perform various calculations in 42 assignments.
https://github.com/kotabrog/Computor_v2
42 assignments to learn the fundamentals of data science.
https://github.com/corvvs/kedavra
Program to display a 3d model using opengl and rust, created as a 42 assignment.
https://github.com/kotabrog/SCOP
A program that solves N puzzles, which are sliding puzzles in which numbered tiles are arranged in a specific pattern.