HichamElmefeddel (@hel-mefe)
  • Stars
    star
    36
  • Global Rank 430,311 (Top 15 %)
  • Followers 50
  • Following 52
  • Registered over 8 years ago
  • Most used languages
    C
    69.2 %
    Go
    15.4 %
    Python
    7.7 %
    C++
    7.7 %
  • Location πŸ‡²πŸ‡¦ Morocco
  • Country Total Rank 789
  • Country Ranking
    C++
    25
    C
    47
    Go
    48
    Python
    450

Top repositories

1

Nginx-similar-webserver-42

A webserver made to be similar to nginx, it's not a load balancer as it's not a reverse-proxy, the main purpose of this project is an http/1.1 server that's part of 42 projects, it's for educational purposes only and not meant for production use.
C++
15
star
2

FDF-42

FDF is a 42 network curriculum project all about building a 2D/3D wireframe model using minilibx. Fdf is a fun project that will teach you all about line drawing algorithms and linear transformations
C
4
star
3

Minishell-42

This project is About Recoding BASH Commands Interpreter From Scratch with C Language
C
3
star
4

PushSwap-42

PushSwap is a 42 curriculum project all about creating your own sorting algorithm, you simply have 2 stacks and some limited methods you can use to sort your stacks with the least amount of moves possible, it may seem easy when you read that but in reality it isn't as easy as it may seem at the first glance!
C
3
star
5

core-docker-golang

Core docker functionality coded with golang to understand what is a container exactly, what is a cgroup, namespace and all the technical jargon involved.
1
star
6

Philosophers-42

The popular dining philosophers problem is 42 Network cursus project that will basically introduces you the concept of synchronization using both mutexes and semaphores in C.
C
1
star
7

Get_next_line-42

Get next line is a 42 Network Cursus Project
C
1
star
8

Piscine-42_Network_1337

My work at the 42 Network Piscine.
C
1
star
9

PIPEX-42

This 42 curriculum project is an introductory to processes and pipes in unix os, it's about coding a program that behaves the same way the pipes work in the unix os bash
C
1
star
10

Minitalk-42

Minitalk is a 42 Network Project for Inter-processes Communication Using UNIX Signals
C
1
star
11

Ft_printf-42

The popular C function printf which writes to the standard output some bunch of characters, no doubts any C developer on this earth have heard of it or used it to write something on the standard output, well in this 42 curriculum project you are going to re-code it completely from scratch.
C
1
star
12

PyGames

This repository includes some fun games I made with Python mainly using PyGame Library, the main purpose why I made this repository is to have fun and entertain myself when I have some free time, that's all :)
Python
1
star
13

go-rabbitmq

Following up with rabbitmq documentation
Go
1
star
14

go-grpc

Go
1
star