Skip to content
View j1yl's full-sized avatar

Block or report j1yl

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
j1yl/README.md
class SoftwareEngineer:
    def __init__(self):
        self.name = "Joe Lee"
        self.role = "Software Engineer"
        self.website = "https://www.workbyjoe.com/"
        self.language_spoken = ["en_US", "zh_TW"]

me = SoftwareEngineer()

Popular repositories Loading

  1. gameoflife gameoflife Public

    Conway's Game of Life with GLSL shaders

    TypeScript 4

  2. pathfind pathfind Public

    A path finding visualizer showing popular algorithms such as Dijkstra's, A*, and more

    TypeScript 2 1

  3. graphs graphs Public

    A constellation-inspired visualization of graph traversel algorithms. Best UI/UX winner at FullyHacks 2024

    TypeScript 2

  4. roulettor roulettor Public archive

    A realtime mutliplayer roulette game with simplified logic.

    TypeScript 1

  5. lcpilot lcpilot Public archive

    Leetcode clone enhanced with AI companion

    TypeScript 1 2

  6. j1yl j1yl Public