Skip to content
View duppypro's full-sized avatar

Highlights

  • Pro

Block or report duppypro

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

    C.R.I.S.P.Y Hardware is all about tools to help you debug hardware faster.

    JavaScript 2 2

  2. Crispy-Tools-BLE-Scanner Crispy-Tools-BLE-Scanner Public

    Use Bluegiga as BLE Central to log advertisements to electricimp to firebase

    Squirrel 1 1

  3. aoc2023 aoc2023 Public

    My submissions for the Advent of Code challenge

    Awk

  4. does-it-glider does-it-glider Public

    Import a seed for Conway's Life from Discord (or others in the future) and see if it creates a glider.

    JavaScript

  5. wordle-league wordle-league Public

    web app for playing wordle competitively

    JavaScript

  6. Updated Dynamic Train Map for Satisf... Updated Dynamic Train Map for Satisfactory Game FicsIt-Networks Mod.
    1
    local gpu = computer.getPCIDevices(findClass("GPU_T1_C"))[1]
    2
    
                  
    3
    local screen = component.proxy(component.findComponent(findClass("Build_Screen_C")))[1]
    4
    if not screen then
    5
     screen = computer.getPCIDevices(findClass("ScreenDriver_C"))[1]