Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists by ZakariaElbouzkri

A curated list of projects in awesome lists by ZakariaElbouzkri .

https://github.com/zakariaelbouzkri/class-ganerator

this project is script that i used to generate classes in othodox canonical form

cpp orthodox-canonical-class python3 scripting

Last synced: 11 Nov 2024

https://github.com/zakariaelbouzkri/cpp_oop

this repo has the 42 CPP pool days wich are about concept of object-oriented-programming (OOP), incapsulation inhiretance polymorphisme ...

cpp oop

Last synced: 11 Nov 2024

https://github.com/zakariaelbouzkri/printf

The goal of this project is pretty straightforward. You will recode printf(). You will mainly learn about using a variable number of arguments. How cool is that?? It is actually pretty cool :)

algo c variadic-functions

Last synced: 11 Nov 2024

https://github.com/zakariaelbouzkri/my_cses_problems_solutions

this repo contains my solutions to the University of Helsinki's "Competitive Programming" course problem set hosted on the CSES (Code Submission Evaluation System) platform. This repository serves as a showcase of my problem-solving skills and coding journey as I tackle a variety of algorithmic challenges.

algo cpp cses-problem-set-solution data-structures dynamic-programming graph-algorithms math mathematics searching-algorithms sorting-algorithms

Last synced: 11 Nov 2024

https://github.com/zakariaelbouzkri/line_reader

This project is about programming a function that returns a line read from a file descriptor.

c file-des static-variables

Last synced: 11 Nov 2024

https://github.com/zakariaelbouzkri/stack_sorter

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

algo c data-structures

Last synced: 11 Nov 2024

https://github.com/zakariaelbouzkri/pipe_chain

This project will let you discover in detail a UNIX mechanism that you already know by using it in your program.

c pipe unix unix-command

Last synced: 11 Nov 2024

https://github.com/zakariaelbouzkri/mindful_dining

In this project, you will learn the basics of threading a process. You will see how to create threads and you will discover mutexes.

c multiprocessing synchronization threading

Last synced: 11 Nov 2024

https://github.com/zakariaelbouzkri/webserv

Webserv is an HTTP server built from scratch in C++ that implements the HTTP/1.1 protocol and supports CGI for dynamic content handling. It leverages multiplexing to manage multiple client connections efficiently, providing a scalable and performant solution for serving web content.

algorithms cgis cpp networking parsers socker-programming webservers

Last synced: 11 Nov 2024

https://github.com/zakariaelbouzkri/mkgen

script for generation Makefile, run in the root directory and it will recursivly scan file with the extention spicified

Last synced: 11 Nov 2024

https://github.com/zakariaelbouzkri/inception

Inception is an infrastructure project that uses Docker to set up and manage a multi-container environment. It includes Nginx as a reverse proxy and load balancer, a WordPress site running in its own container, and a MariaDB database container, all secured with TLS and orchestrated using Docker-compose.

containerization database-management docker inception networking nginx redis-cache

Last synced: 28 Oct 2024