https://github.com/solareenlo/42books
Reference books for 42cursus projects
https://github.com/solareenlo/42books
42 42born2code 42cursus
Last synced: 3 months ago
JSON representation
Reference books for 42cursus projects
- Host: GitHub
- URL: https://github.com/solareenlo/42books
- Owner: solareenlo
- Created: 2021-03-30T23:36:43.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-20T11:41:50.000Z (almost 4 years ago)
- Last Synced: 2024-12-30T09:16:21.830Z (5 months ago)
- Topics: 42, 42born2code, 42cursus
- Homepage:
- Size: 8.79 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 42books
- Reference books for 42cursus projects.## English
| Level | Name | Content | Reference book |
|-------|----------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Extra | Vim | Vim | |
| | Coding | Coding |
| | C language | C language |
| 00 | [Libft](https://github.com/solareenlo/42libft) | Libc |
| 01 | netwhat | Network, TCP/IP | |
| | [get_next_line](https://github.com/solareenlo/42get_next_line) | Memory, Linked list | |
| | ft_printf | Flag, Floating point | |
| 02 | ft_server | Docker, SQL, Nginx, shell, sed | |
| | miniRT | Ray tracing, Parser | |
| | cub3d | Ray castring, Parser | |
| 03 | [libasm](https://github.com/solareenlo/42libasm) | Assembly |
| | [push_swap](https://github.com/solareenlo/42push_swap) | Sorting algorithm, Data structure |
| | ft_services | k8s, Load Balancer, Metrics, PHP, FTPS, SSH | |
| | minishell | Bash, fork, pipe, signal, AST |
| 04 | Philosophers | pthreads |
| | CPP Module 00 | namespace, stdio stream, class & instance, member attributes & functions, non-member attributes & functions, this pointer, initialization list, static, const, accessor/getters, class vs. struct | |
| | CPP Module 01 | new and delete, references, file streams, lifetime, scope | |
| | CPP Module 02 | Ad-hoc polymorphism/function overload, operators overload, canonical classes, copy constructor | |
| | CPP Module 03 | inheritance, access specifier, multiple inheritance, the diamond problem | |
| | CPP Module 04 | subtype polymorphism, abstract classes, interfaces, virtual keyword | |
| | CPP Module 05 | repetition and exceptions | |
| | CPP Module 06 | static_cast, dynamic_cast, reintepretate_cast, const_cast | |
| | CPP Module 07 | templates (function & class) | |
| | CPP Module 08 | STL containers, iterator and algorithms | |
| 05 | ft_containers | | |
| | ft_irc | | |
| | webserv | | |
| 06 | ft_transcendence | | |
## Japanese
| Level | Name | Content | Reference book |
|-------|----------------------------------------------------------------|---------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Extra | Vim | Vim |
| | Coding | Coding |
| | C language | C language |
| 00 | [Libft](https://github.com/solareenlo/42libft) | Libc |
| 01 | netwhat | Network, TCP/IP |
| | [get_next_line](https://github.com/solareenlo/42get_next_line) | Memory, Linked list | |
| | ft_printf | Flag, Floating point |
| 02 | ft_server | Docker, SQL, Nginx, shell, sed | |
| | miniRT | Ray tracing, Parser |
| | cub3d | Ray castring, Parser |
| 03 | [libasm](https://github.com/solareenlo/42libasm) | Assembly |
| | [push_swap](https://github.com/solareenlo/42push_swap) | Sorting algorithm, Data structure |
| | ft_services | k8s, Load Balancer, Metrics, PHP, FTPS, SSH |
| | minishell | Bash, fork, pipe, signal, AST |
| 04 | Philosophers | pthreads |
| | CPP Module 00 | |
| | CPP Module 01 | | |
| | CPP Module 02 | | |
| | CPP Module 03 | | |
| | CPP Module 04 | | |
| | CPP Module 05 | | |
| | CPP Module 06 | | |
| | CPP Module 07 | | |
| | CPP Module 08 | | |
| 05 | ft_containers | | |
| | ft_irc | | |
| | webserv | | |
| 06 | ft_transcendence | | |