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

Highlights

  • Pro
Block or Report

Block or report smkatash

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

Hi there 👋

My name is Kany, a 42Heilbronn Alumni.

I am currently enrolled at École 42 for specialization projects.

Check out my portfolio 🌻

Pinned

  1. ray-tracing-in-one-weekend ray-tracing-in-one-weekend Public

    This is my C implementation of "ray traced" image rendering on the basis of a book "Ray Tracing in One Weekend" The output of images is a PPM(P3) file.

    C 2

  2. 42_so_long 42_so_long Public

    This project is a very small 2D game. It is made of basic textures, sprites and basic gameplay elements.

    C 2

  3. 42_inception 42_inception Public

    Learning about Docker

    Dockerfile

  4. 42_webserv 42_webserv Public

    Implementation of a server in C++: The focus of this project is to implement an HTTP/1.1 Server capable of handling multiple connection through kernel event notification mechanism according to RFC.

    C++ 1 1

  5. 42_transendence 42_transendence Public

    Full-stack ping pong game with live chat

    TypeScript 2 2

  6. 42_ft_containers 42_ft_containers Public

    Implementation of a few container types of the C++ standard template library.

    C++