Skip to content

kotabrog/my_42

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 

Repository files navigation

My 42

Overview

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)
  • ...

Piscine

We are not allowed to show you the content of the assignment...

Libft

This is a basic function created in C in 42 tasks.

https://github.com/kotabrog/libft

netwhat

I studied networks.

references

get_next_line

A function created in C that reads a file line by line.

https://github.com/kotabrog/get_next_line

ft_printf

It is a self-made printf made in C.

https://github.com/kotabrog/printf

ft_server

I created a Docker file that can build an environment for nginx, mysql, and wordpress.

https://github.com/kotabrog/ft_server

ft_mini_ls

A reproduction of the ls -1tr command written in C.

https://github.com/kotabrog/ft_mini_ls

hello_node and hello_vue

42 tasks as a practice of node and vue.

https://github.com/kotabrog/hello_node https://github.com/kotabrog/hello_vue

miniRT

I made a simple ray tracing in C.

https://github.com/kotabrog/miniRT

libasm

I created a C function using in assembly language.

https://github.com/kotabrog/Libasm

push_swap

Fast sorting algorithm using two stacks.

https://github.com/kotabrog/push_swap

libunit

This is a team assignment to create a C library to do unit testing (no readme).

https://github.com/kotabrog/libunit_develop

minishell

It's a small bash.

https://github.com/kotabrog/minishell

pipex

Reproduced the shell's pipe.

https://github.com/kotabrog/pipex

fract-ol

I made a program to draw fractal shapes in C language.

https://github.com/kotabrog/fract-ol

philosophers

To practice the threading process, I had a philosopher over for dinner.

https://github.com/kotabrog/philosophers

Net-Practice

I learned about networking by setting up Ip addresses, etc. and connecting networks.

CPP-module

This is a c++ assignment for 42.

https://github.com/kotabrog/CPP-module

webserv

We created a nginx-like http server in c++.

https://github.com/syamaguc/webserv

ft_containers

Created some container classes in c++.

https://github.com/kotabrog/ft_containers

inception

Wordpress, nginx, mariadb environment built with docker-compose.

https://github.com/kotabrog/inception

ft_transcendence

We created a web application with chat and games.

https://github.com/syamaguc/ft_transcendence

ft_linear_regression

Linear regression, which I created myself as an assignment for 42

https://github.com/kotabrog/ft_linear_regression

Computor_v1

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

Computor_v2

I created an interpreter that can perform various calculations in 42 assignments.

https://github.com/kotabrog/Computor_v2

dslr

42 assignments to learn the fundamentals of data science.

https://github.com/corvvs/kedavra

SCOP

Program to display a 3d model using opengl and rust, created as a 42 assignment.

https://github.com/kotabrog/SCOP

N Puzzle

A program that solves N puzzles, which are sliding puzzles in which numbered tiles are arranged in a specific pattern.

https://github.com/Shigurex/n-puzzle

42Tokyo

https://42tokyo.jp/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published