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. 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++

  2. 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

  3. 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

  4. resourcify resourcify Public

    This is an application built in Electron JS built while learning Electron JS.

    TypeScript

  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. cp_solutions cp_solutions Public

    This repo contains the solution code for many problems from codeforces, codechef and codejam rounds

    C++