Skip to content
View Sabdikay's full-sized avatar
🤫
🤫

Block or report Sabdikay

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

Popular repositories Loading

  1. Matrix Matrix Public

    This C++ project processes a symmetric matrix of real numbers with a user-specified size. The program reads the matrix from the input, identifies the maximum and minimum elements in each row (handl…

    C++ 1

  2. Printed-Circuit-Board Printed-Circuit-Board Public

    This project implements a C++ application for simulating and managing the structure and connections of a printed circuit board (PCB). It uses a class hierarchy to model contacts (input or output) a…

    C++

  3. Network-Service-application Network-Service-application Public

    Network Service application is designed to manage and organize information transfer accounting within a network. It utilizes a robust class hierarchy in C++ to handle various types of network servi…

    C++

  4. SQL-Project SQL-Project Public

    This project demonstrates how to analyze a restaurant database. Data was organized into a MySQL 8.0 database using MySQL Workbench/Navicat, then migrated to Google CloudMySQL. Looker Studio is used…

    PLpgSQL

  5. Connect4 Connect4 Public

    This is a simple Connect Four game implemented in Python with ability to play against computer

    Python