Skip to content
View LQ1234's full-sized avatar

Block or report LQ1234

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. Passwordduino-app Passwordduino-app Public

    Passwordduino IOS APP

    Swift

  2. ligerbots-carpool ligerbots-carpool Public

    JavaScript

  3. JankCNC JankCNC Public

    CNC but with servos and no precision

    C

  4. NanoIotTimer NanoIotTimer Public

    JS timeout like timer library for Arduino nano iot

    C++

  5. LQ1234.github.io LQ1234.github.io Public

    join my botnet

    JavaScript

  6. swift_style_string_interpolation.py swift_style_string_interpolation.py
    1
    def lexer(str):
    2
        tokens=[]
    3
        is_string_mode=False
    4
        is_special_mode=False
    5
        string_ending_stack=[] #ok technically it's not a lexer