Skip to content
View mboukour's full-sized avatar
:shipit:
SUIIIIIIIIIIII
:shipit:
SUIIIIIIIIIIII

Highlights

  • Pro

Block or report mboukour

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. predmed_lr predmed_lr Public

    Predict medical insurance costs using a custom-built linear regression model. Built from scratch with NumPy — no scikit-learn. Includes feature scaling, one-hot encoding, gradient descent, and MSE …

    Python 4

  2. DSLR DSLR Public

    This project demonstrates how to read, visualize, and clean datasets, and then trains a logistic regression model to solve a multi-class classification problem using the one-vs-all method.

    Python 2

  3. inception inception Public

    This project is a secure and containerized web infrastructure built with Docker and Docker Compose as part of the 42 School curriculum. It includes NGINX with HTTPS, WordPress with php-fpm, and Mar…

    Shell 2

  4. webserv webserv Public

    A high-performance HTTP/1.1 web server written in C++ 98, utilizing I/O multiplexing with epoll to handle concurrent non-blocking connections.

    C++ 2 1

  5. Minishell Minishell Public

    Simplefied Unix shell in C with features including command parsing, redirections, pipelines, signal handling, and priority operators, as well as wildcard expansion.

    C 2 1

  6. philosophers philosophers Public

    A simulation of the Dining Philosophers problem using threads and mutexes (mandatory) and processes with semaphores (bonus) to manage synchronization and prevent deadlock.

    C