Skip to content
View surfsoft's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report surfsoft

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. How to update the Creality Ender 5 P... How to update the Creality Ender 5 Plus firmware
    1
    # How to update the Creality Ender 5 Plus firmware
    2
    
    
    3
    The downloads from Creality only include instructions and software for flashing the firmware from Windows.
    4
    If you don't have access to a Windows machine there is another way: avrdude. 
    5
    However, there are a few steps you need to take to work out how to flash your printer.
  2. Selectively sanitising JSON string v... Selectively sanitising JSON string values in Kotlin
    1
    # Selectively sanitising JSON string values in Kotlin
    2
    
    
    3
    You've a JSON document you are consuming over REST, and you want to sanitise one or more string values to make sure nobody injects any pesky JavaScript that might end up as content on a web page somewhere?
    4
    Look no further than a custom JSON deserialiser coupled with the OWSAP endcoder library:
    5
    
    
  3. project-diy-bvm project-diy-bvm Public

    Arduino code to control the breathing rate for a linear actuator driven bag valve mask based ventilator

    C++ 2

  4. ClipperRaceTracker ClipperRaceTracker Public

    A Java service that scrapes the clipperroundtheworld.com race tracker

    HTML