Skip to content
View JoelSusaya's full-sized avatar
Block or Report

Block or report JoelSusaya

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

    BitBurner, but played with Typescript. No extra fluff, just the necessities.

    TypeScript

  2. JavaScript Regex for Pulling Some Se... JavaScript Regex for Pulling Some Second- (or Sometimes Third-) Level Domains
    1
    function domainName(url){
    2
      return /(?:https?:\/\/)?(?:(?:[\w-]+\.)(?:(?!co\.)))?([\w-]+)(?:\.[\w-]+)(?:\/[\w-\/]*)?/.exec(url)[1];
    3
    }
  3. dht11-4digit7segment-arduino dht11-4digit7segment-arduino Public

    A project using a DHT11 temp/humidity sensor, 74HC595 shift register, and a four digit, seven segment display.

    Arduino

  4. RobloxXMLExtractor RobloxXMLExtractor Public

    Extracts Lua scripts contained within Roblox XML Place files. Intended for easier version control.

    Python

  5. WebAudioKeyboard WebAudioKeyboard Public

    This doesn't really do much yet. Has architecture for accepting chords from keyboard input, when keys are released all at once.

    JavaScript 1