Skip to content
View PLCodingStuff's full-sized avatar

Block or report PLCodingStuff

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

Popular repositories Loading

  1. Video-Club Video-Club Public

    A Video Club Information System simulation written in C.

    C

  2. Bresenham-Line-Algorithm Bresenham-Line-Algorithm Public

    A reconstruction of Bresenham's line algorithm, written in C with OpenGL.

    C

  3. Viewport-Transformation Viewport-Transformation Public

    An implementation of viewport transformation in C with OpenGL.

    C

  4. PredictorCompression PredictorCompression Public

    Educational Peer-To-Peer Chat Application in Python. It implements the payload compression algorithm Predictor.

    Python

  5. ccwc ccwc Public

    A command-line tool mimicking the functionality of the Unix wc utility. This project counts bytes, lines, words, and characters in a given file or standard input, following the Unix philosophy of s…

    Go

  6. GoJSON GoJSON Public

    A simple JSON parser built from scratch, handling basic objects, values, and syntax validation.