Skip to content
View QabasAK's full-sized avatar
🤠
🤠

Block or report QabasAK

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

    A gesture-controlled robotic system using PIC 16F877A microcontroller, sensors, motors, and dual control modes; remotely using Bluetooth and in-parallel with an accelerometer and haptic feedback.

    Assembly

  2. MatrixMul-RunTime MatrixMul-RunTime Public

    Forked from misterRoshi22/Machine-Learning_Final-Project_GPU-Runtime-Prediction-

    Machine learning models to predict GPU performance for 2048x2048 matrix multiplication using OpenCL SGEMM kernel. Achieved 99.94% accuracy with Random Forest.

    Jupyter Notebook

  3. SAT-Solver SAT-Solver Public

    C++ SAT solver using DPLL and CDCL algorithms to solve Boolean SAT problems supporting pure literal elimination, unit propagation, clause learning, and non-chronological backtracking. Benchmarked u…

    Python

  4. 2SAT-Solver 2SAT-Solver Public

    A 2-SAT solver that determines satisfiability by constructing an implication graph and using Tarjan's Algorithm to find strongly connected components (SCCs), implemented in C++.

    C++

  5. RISCV-CPU RISCV-CPU Public

    RISC-V processor implemented in Verilog, designed to fetch, decode, execute, and write back instructions in a multi-stage pipeline architecture.