Skip to content
View xakep8's full-sized avatar

Highlights

  • Pro

Block or report xakep8

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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

Pinned Loading

  1. zapshare zapshare Public

    This is a simple P2P file sharing application that uses a central server to connect the sender and receiver using a secret generated by the application on the sender side. Checkout the README to kn…

    C++

  2. screenCapturer screenCapturer Public

    This is simple C++ ScreenCapturer built for cross platform and is supposed to work on windows, linux and mac. This is part of my practice of C++ projects and seemed like a cool thing to build in C++.

    C++

  3. screenShotTool screenShotTool Public

    This is a cross platform cli tool to capture screenshots of the entire screen or a specific region. Uses DXGI on windows and CoreGraphics on MacOS to capture the screen image.

    C

  4. raytracing_in_c raytracing_in_c Public

    Weekend Dev part 1, wanted to try out some computer graphics in C so ended up writing a raytracing program in C using SDL2 for rendering graphics.

    C

  5. mem_alloc_c mem_alloc_c Public

    This is an implementation of the C memory allocators malloc, calloc and realloc, along with the free function. This is done in order to understand the dynamic memory allocation process in OS.

    C

  6. windows_socket_practice windows_socket_practice Public

    C++