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

Block or report erickmerchant

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

  1. my-blog my-blog Public

    The source for my website.

    Rust 3

  2. coolstyleserver coolstyleserver Public

    a proxy server for stylesheet hot reloading

    Rust 2

  3. vanilla-kit vanilla-kit Public

    JavaScript 1

  4. advent-of-code-2023 advent-of-code-2023 Public

    Rust

  5. murdle-solver murdle-solver Public

    a deno cli program that helps solve murdle.com puzzles

    TypeScript

  6. wordle helper wordle helper
    1
    const maskAll = (word, letter) => {
    2
      let mask = 0;
    3
      let i = -1;
    4
    
    
    5
      while (