You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.