Skip to content
View MarJC5's full-sized avatar
🦥
🦥

Highlights

  • Pro

Organizations

@misits
Block or Report

Block or report MarJC5

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
MarJC5/README.md

Hi there 👋🏾

let about = {
    currently : "Student at 42 Lausanne",
    skills: [
    	"JavaScript",
        "C, C++",
        "Shell",
        "PHP, Laravel",
        "Ruby, Ruby on rails",
        "HTML5",
        "CSS3/SASS",
        "Docker",
    ],
    hobby: [
    	"Travel",
        "Climbing",
        "Coding"
    ]
};

const funFact = () => {
  return "Learn to code is reaaaally amazing!";
};

Pinned

  1. camagru camagru Public

    Implémenter, à mains nues, les fonctionnalités de base rencontrées sur la majorité des sites possédant une base utilisateur.

    PHP

  2. webserv webserv Public

    This is when you finally understand why a URL starts with HTTP

    C++ 1 1

  3. cub3d cub3d Public

    This project is inspired by the world-famous eponymous 90's game, which was the first FPS ever. It will enable you to explore ray-casting. Your goal will be to make a dynamic view inside a maze, in…

    C

  4. minishell minishell Public

    This project is about creating a simple shell to learn a lot about processes and file descriptors.

    C

  5. 42Dark 42Dark Public

    Enable a Dark Mode in 42 network intranet with Stylus web plugin

    CSS 9 2

  6. devner devner Public

    Easy PHP, Node & mysql dev environment

    Shell