Skip to content
View talhaHavadar's full-sized avatar
🎶
Listening Cankan - Yar Yar
🎶
Listening Cankan - Yar Yar

Highlights

  • Pro
Block or Report

Block or report talhaHavadar

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

  1. Badger-Embedded/CANaerospace-Lite Badger-Embedded/CANaerospace-Lite Public

    Rust 1

  2. copycat copycat Public

    CopyCat - A shared clipboard application.

    JavaScript 7

  3. Speedy-TSLSR Speedy-TSLSR Public

    Traffic Speed Limit Sign Recognizer via OpenCV & Python

    Python 6 3

  4. fox-it/dissect.cstruct_legacy fox-it/dissect.cstruct_legacy Public

    A no-nonsense c-like structure parsing library for Python

    Python 239 28

  5. QT Generic Binary Data Parser Implem... QT Generic Binary Data Parser Implementation
    1
    #include <QGuiApplication>
    2
    #include <QQmlApplicationEngine>
    3
    #include <QDebug>
    4
    #include "packet.h"
    5
    #include "packetparser.h"
  6. Cpp Validator Pattern to reduce if s... Cpp Validator Pattern to reduce if statements in code. #chainofresponsibility, #validatorpattern, #cpp, #validator
    1
    #ifndef MODELVALIDATOR_H
    2
    #define MODELVALIDATOR_H
    3
    #include "memory"
    4
    #include <QList>
    5