Skip to content
View afendin's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report afendin

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 Loading

  1. RenderingSandbox RenderingSandbox Public

    Experiments with self-made 3D rendering in QtQuick. Trackball with quaternions used to control rotations.

    QML

  2. KalmanFilterWorkbench KalmanFilterWorkbench Public

    Workbench for my Kalman filter tinkering.

    QML

  3. QtPhilosophers QtPhilosophers Public

    Dining philosophers problem's solution in Qt application (QML/C++)

    C++ 4 1

  4. ModuloMatrixCipher ModuloMatrixCipher Public

    Simple message encrypter based on "Hill Cipher". I get inverse of a matrix using Gauss-Jordan Elimination and some modular arithmetic.

    C++

  5. GaussianElimination GaussianElimination Public

    Solves system of linear equations.

    C++

  6. PriorityConditionVariable PriorityConditionVariable Public

    My solution to exercise 15 from chapter "5. Synchronizing Access to Shared Objects". Book: "Operating Systems: Principles and Practice 2nd Edition"

    C++