Skip to content
View AndrefHub's full-sized avatar
  • Kazan

Highlights

  • Pro
Block or Report

Block or report AndrefHub

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

Welcome to my GitHub profile! 👋 Here you'll find all of my PET projects. Feel free to check them out!

My Projects

Name Description Stack
MLP 🧠 MLP is a macOS/Linux GUI application that implements a basic multilayer perceptron (MLP) using C++ and Qt. The project's primary goal is to provide a user-friendly interface for training and testing a perceptron to recognise English alphabet letters.
  • Pure C++ for MLP implementation
  • Qt for GUI
  • GTest for unit tests
  • Makefile and CMake
Pac3D 🟡 Ray-casting 3D game inspired by two legendary games: Wolfenstein 3D and Pac-Man.
  • C
  • MinilibX
  • cute_sound
  • Makefile
kdancybot 🤖 This project is a twitch chatbot primarily for osu! streamers which allows viewers to send requests and get info new osu! scores
  • Python
  • async
  • MySQL
Minishell 👨🏻‍💻 Implementing basic bash features in C.
  • C
  • pthread
  • readline
  • Make
Philosophers 🤔 This project is a training to multi-threads/multi-process programming with the use of mutex and semaphore.
  • C
  • pthread
  • Make
MonitoringSystem 👀 MonitoringSystem is a Linux/macOS GUI application that check certain metrics from dynamically connected modules (shared libraries).
  • C++
  • Qt
  • GTest for unit tests
  • libcurl and tgbot-cpp

Pinned Loading

  1. cub3d cub3d Public

    This project is inspired by the world-famous Wolfenstein 3D game, which was the first FPS ever. It will enable you to explore ray-casting. Your goal will be to make a dynamic view inside a maze, in…

    C 8 1

  2. MLP MLP Public

    Forked from LudwigAndreas/SimpleMLP

    Multilayer Perceptron C++/Qt implementation

    C++

  3. minishell minishell Public

    Bash reproduction

    C 2 1

  4. kdancybot/kdancybot kdancybot/kdancybot Public

    Twitch bot for osu! streamers

    Python 2