Skip to content
View josephcheel's full-sized avatar
:octocat:
:octocat:

Highlights

  • Pro

Block or report josephcheel

Report abuse

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

Report abuse
josephcheel/README.md

Hi (♥‿<)

  • 👋 I'm Joseph, 21y/o
  • 👨‍💻 Software Developer, focusing on C C++ and Python
  • 📚 Check my progress at 42 Barcelona

Pinned Loading

  1. 42-Webserv 42-Webserv Public

    Forked from ErnestoAvedillo/Webserv

    This project involves creating a custom HTTP server from scratch, covering request handling, response generation, and support for various HTTP methods. The server can be tested with a real web brow…

    HTML 1

  2. 42-MiniRT 42-MiniRT Public

    This project is an introduction to the beautiful world of Raytracing. Once completed you will be able to render simple Computer-Generated-Images

    C 3 1

  3. 42-So_long 42-So_long Public

    A project involving the creation of a small 2D game. Coded in C with MinilibX library

    C 15

  4. Pong-Game Pong-Game Public

    A web game inspired by the Atari Pong, but with a 3D twist – Built with Three.js for two Players on one Keyboard!

    JavaScript 1

  5. 42-Minishell 42-Minishell Public

    Forked from alexgeiser78/42-minishell

    This project involves creating a simple shell with Bash as a reference

    C 4

  6. Django-Chat-Channels Django-Chat-Channels Public

    This project is a real-time WebSocket chat application built with Django Channels. It features user registration and authentication, persistent chat rooms stored in a database, and seamless bi-dire…

    Python