Pinned Repositories
42_cub3D
blablablaAzure
Azure Static Web app
CPP_00
C++ module 0. Namespaces, classes, member functions, stdio streams, initialization lists, static, const, and some other basic stuff.
CPP_01
C++ module 1. Memory allocation, pointers to members, references, switch statement.
CPP_07
C++ module 7. Templates.
CPP_08
C++ module 8. Templated containers, iterators, algorithms.
CPP_09
CPP module 9. Further tasks on containers.
ft_transcendence
last 42 project.
Minishell
webserv
LukasKava's Repositories
LukasKava/ft_transcendence
last 42 project.
LukasKava/42_cub3D
LukasKava/blablablaAzure
Azure Static Web app
LukasKava/CPP_00
C++ module 0. Namespaces, classes, member functions, stdio streams, initialization lists, static, const, and some other basic stuff.
LukasKava/CPP_01
C++ module 1. Memory allocation, pointers to members, references, switch statement.
LukasKava/CPP_07
C++ module 7. Templates.
LukasKava/CPP_08
C++ module 8. Templated containers, iterators, algorithms.
LukasKava/CPP_09
CPP module 9. Further tasks on containers.
LukasKava/Minishell
LukasKava/CPP_02
C++ module 2. Ad-hoc polymorphism, operator overloading and Orthodox Canonical class form.
LukasKava/CPP_03
C++ module 3. Inheritance.
LukasKava/CPP_04
C++ module 4. Subtype polymorphism, abstract classes, interfaces.
LukasKava/CPP_05
C++ module 5. Repetition and Exceptions.
LukasKava/CPP_06
C++ module 6. Casts
LukasKava/cub3D
One of the projects of 42
LukasKava/exam_05
42 student exam rank 05 involving c++
LukasKava/ft_printf
42 Wolfsburg project. Recoding a simple version of the printf() in c.
LukasKava/Get_next_line
42 Wolfsburg project in c. This project is about programming a function that returns a line read from a file descriptor.
LukasKava/Inception
42 Wolfsburg project. System Administration related exercise using Docker.
LukasKava/leetCodeProblems
Automatically uploads my leetcode solutions to github
LukasKava/Libft
42 Wolfsburg first project. This project is about coding a C library. It will contain a lot of general purpose functions your programs will rely upon.
LukasKava/LukasKava
LukasKava/My-CS50-progress
In this repository I will upload all of my cs50 tasks in order to follow my progress.
LukasKava/My_Codewars_training
A place where I put my codewars solutions
LukasKava/Philosophers
One of the 42 Wolfsburg core projects. The theme Multithreading and mutexes and the cycle of the life of philosofers.
LukasKava/Playing_with_webserv
I try to build my own webserv as a practice for the real school project.
LukasKava/Push_swap
42 Wolfsburg core projects language C. This project will make you sort data on a stack, with a limited set of instructions, using the lowest possible number of actions. To succeed you’ll have to manipulate various types of algorithms and choose the most appropriate solution (out of many) for an optimized data sorting.
LukasKava/Testing_html_css
Testing the various parts of custom html and css
LukasKava/VU_procedural_programming
Homework assignments of my university
LukasKava/Webserv
42 Wolfsburg curriculum project. This project is about writing your ow HTTP server. You will be able to test it with an actual browser. HTTP is one of the most used protocols on the internet. Knowing its arcane will be useful, even if you won’t be working on a website.