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

Highlights

  • Pro

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

Pinned Loading

  1. AWS-HaaS AWS-HaaS Public

    A cloud-native honeypot system built using Cowrie on Amazon EC2, designed to attract, log, and analyze malicious behavior. Leveraging AWS services including S3, CloudWatch, Lambda, and DynamoDB.

    Python

  2. 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

  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.

    Python 1

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

  6. HH-Modeling HH-Modeling Public

    A Python simulation of action potential generation using the Hodgkin-Huxley model, capturing voltage-dependent ion channel dynamics and membrane potential changes in response to current injection.

    Python