Skip to content
View jaredliw's full-sized avatar
😆
Follow your curiosity.
😆
Follow your curiosity.
  • Malaysia

Highlights

  • Pro

Block or report jaredliw

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
jaredliw/README.md

📝 About Me

💻 On track for learning algorithms and AI.

🧱 Stats

Pinned Loading

  1. sunctf Public

    SunCTF 2024 infrastructure.

    1 1

  2. Wowiee3/SunwayCTF-challs Public

    Challenges and intended solutions for SunCTF 2024

    HTML 5 1

  3. tia Public

    TIA's official website - Connecting SPM students with volunteer tutors.

    HTML 5 2

  4. PikaBot Public

    An Arduino library for PikaBot.

    C++ 3

  5. Modified SEIR Python Model
    1
    from random import uniform
    2
    
                  
    3
    import matplotlib.pyplot as plt
    4
    import numpy as np
    5
    from scipy.integrate import solve_ivp