Skip to content
View 705mmes's full-sized avatar

Block or report 705mmes

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
705mmes/README.md

Welcome to my GitHub profile

I'm Sam, a passionate developer navigating the world of low-level programming, backend development, and cybersecurity.


Programming Languages


Databases


Platforms & Operating Systems


Tools & Technologies


IDEs & Editors


Thanks for passing by and checking out my work! Feel free to reach out or check out my projects.

Pinned Loading

  1. push-swap push-swap Public

    Push Swap is a C project focused on sorting integers using two stacks and a predefined set of instructions.

    C

  2. libasm libasm Public

    Libasm is a project where you rewrite standard C library functions in 64-bit assembly, including ft_strlen, ft_strcpy, ft_strcmp, ft_write, ft_read, and ft_strdup.

    C

  3. philosopher philosopher Public

    Philosophers is a C project simulating the classic dining philosophers problem. It involves managing multiple threads (philosophers) who eat, think, and sleep while competing for limited resources …

    C

  4. Minishell Minishell Public

    Minishell is a custom shell program in C that mimics basic Unix shell functionality. It supports features like command history, input/output redirection, pipes, environment variable expansion, and …

    C

  5. ft_Transcendence ft_Transcendence Public

    ft_Transcendence is a complete web application built with Django, allowing users to play real-time multiplayer Pong. It features a custom user interface and live online gameplay, developed under st…

    JavaScript

  6. CPP CPP Public

    CPP Modules is a series of 10 exercises designed to teach the fundamentals of C++98 programming.

    C++