Skip to content
View luqmanyusof's full-sized avatar

Block or report luqmanyusof

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. Awesome-Hacking Awesome-Hacking Public

    Forked from Hack-with-Github/Awesome-Hacking

    A collection of various awesome lists for hackers, pentesters and security researchers

    1

  2. VB.Net-GSM-Modem-Library VB.Net-GSM-Modem-Library Public

    public repo for .Net GSM Modem Library

    Visual Basic 2 2

  3. VB.Net-IP-Camera-Control VB.Net-IP-Camera-Control Public

    Visual Basic 3 1

  4. TM1637 without library TM1637 without library
    1
    #define CLK 26
    2
    #define DIO 27
    3
    
                  
    4
    #include <Arduino.h>
    5
    uint8_t digits[] = { 0x3f, 0x06, 0x5b, 0x4f, 0x66, 0x6d, 0x7d, 0x07, 0x7f, 0x6f };