Skip to content
View wrkean's full-sized avatar

Block or report wrkean

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
wrkean/README.md
  • 👋 Hi, I’m @wrkean
  • 👀 I’m interested in how computer works, ai, gaming, basketball, watching sports etc.
  • 🌱 I’m currently learning java, python libraries, c/c++, maths, physics

Popular repositories Loading

  1. wrkean wrkean Public

    Config files for my GitHub profile.

  2. first-contributions first-contributions Public

    Forked from firstcontributions/first-contributions

    🚀✨ Help beginners to contribute to open source projects

  3. projectile-motion projectile-motion Public

    A simple physics simulation of a ball thrown at a random angle with a random initial velocity

    Python

  4. survival-of-the-fittest survival-of-the-fittest Public

    run_to(prey) if prey else die()

    Python

  5. C-dynamic-array C-dynamic-array Public

    My implementation of the dynamic array. It acts like C++'s Vector object or Python's List object.

    C