Skip to content
View 4MR4N11's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro
Block or Report

Block or report 4MR4N11

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
4MR4N11/README.md

Hi there, I'm Khalid


📛 Software engineering student.

  • 🍑 I'm currently studying Software engineering at Zone01 Oujda.
  • 🍊 I'm an avid player of CTFs and enjoy solving puzzles on boxes in my free time.
  • 🍉 You can reach me via Email or LinkedIn.

Skills

My Skills


CTFs and Puzzles

  • Top 1% on Tryhackme.
  • Junior Penetration Tester Certificate from TryHackMe.

4mr4n11's tryhackme stats 4mr4n11's hackthebox stats

4mr4n11's Codewars stats


Github Status

4mr4n11's GitHub stats Top Langs

Show some ❤️ by starring ⭐ some of the repositories!

Pinned

  1. printf printf Public

    Forked from AnasBenba/printf

    This project is a custom implementation of the printf function in C. It allows users to format and print text to the console in a wide range of formats and styles. The implementation includes suppo…

    C 2 1

  2. simple_shell simple_shell Public

    Simple_shell is a command-line interface (CLI) written in C that aims to replicate the basic functionalities of the Unix shell. It provides users with an interactive prompt that allows them to exec…

    C 2

  3. alx-low_level_programming alx-low_level_programming Public

    This repository contains various projects and assignments completed by students of the ALX Software Engineering program. These projects focus on developing low-level programming skills using the C …

    C 3

  4. alx-higher_level_programming alx-higher_level_programming Public

    This repository contains various projects and assignments completed by students of the ALX Software Engineering program. These projects focus on developing programming skills using the Python progr…

    Python 1

  5. monty monty Public

    This repository contains a C program that serves as an interpreter for the Monty language. Monty is a simple programming language that operates on a stack data structure. This program allows you to…

    C 1

  6. rock-paper-scissors rock-paper-scissors Public

    A simple rock-paper-scissors game project for The Odin Project.

    JavaScript