Skip to content
View ttcpavle's full-sized avatar
:shipit:
:shipit:

Block or report ttcpavle

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

πŸ’« About Me:

I am a student in the field of IT and management and i love graphics programing and cybersecurity. My goal is to create programs that are crystal clear and logically structured so that they can be helpful to anyone who comes across them.

I try to make everything that was not clear to me at first as straightforward as possible by including additional clarifications and various materials (links to YouTube videos, official documentation, etc.). I aim to fully grasp what the code does and omit any irrelevant details, allowing the core functionality to stand out.

πŸ’» Tech Stack:

C C++ Java Django Python OpenGL Blender Krita

πŸ“Š GitHub Stats:



✍️ Random Dev Quote

πŸ” Top Contributed Repo


Pinned Loading

  1. Huffman-coding-cpp Huffman-coding-cpp Public

    This program can compress and decompress textual file using huffman binary tree. Compressed file can be aroud 30%-50% smaller in size.

    C++

  2. Advanced-encryption-standard-AES-in-c Advanced-encryption-standard-AES-in-c Public

    This is a simple example of AES encryption (with 128, 192 and 256bit keys)

    C

  3. ttcpavle ttcpavle Public

  4. Raytracer-in-c Raytracer-in-c Public

    This is a simple ray-tracer written in C. It allows users to read wavefront files, transform objects and render an image

    C

  5. Burrows-Wheeler-Transform Burrows-Wheeler-Transform Public

    The Burrows-Wheeler Transform is a lossless compression algorithm best suited for text with repetitive data. It is used with run-length encode compression.

    C++