Skip to content
View MaxKotlan's full-sized avatar
Block or Report

Block or report MaxKotlan

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

Pinned

  1. Cuda-Matrix-Multiplication-Benchmark Cuda-Matrix-Multiplication-Benchmark Public

    A quick benchmark comparing the difference between cpu matrix multiplication and gpu matrix multiplication

    Cuda 4 1

  2. CapstoneProject CapstoneProject Public

    This is the main repo for my Capstone Project. The project was built using an angular frontend, and flask backend

    CSS 1

  3. Cuda-Moving-Average-Filtering Cuda-Moving-Average-Filtering Public

    A cuda program for calculating a moving average filter (on randomized data). Has a benchmark mode and a single mode for verifying computations are correct. Can output results to terminal or csv files

    Cuda 8 2

  4. ComputerGraphics-Assignment2 ComputerGraphics-Assignment2 Public

    Second assignment for Kent State's Computer Graphics Course. The assignment was to create a bunch of "robots" (humanoid looking figures), and test different camera modes (orthographic vs perspective)

    C

  5. ComputerGraphics-Assignment3 ComputerGraphics-Assignment3 Public

    3rd Assignment for Kent State's Computer Graphics Class. Assignment was to create a single robot, that can move its arms and legs.

    C

  6. DDA-vs-Bresham-LineAlgorithm DDA-vs-Bresham-LineAlgorithm Public

    A simple project that tests two different line rasterization algorithms, using the terminal for output.

    C++