Skip to content
View andyHa's full-sized avatar

Organizations

@scireum
Block or Report

Block or report andyHa

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

    Creates random names by using a given pattern

    3 2

  2. Some weekend fun: Simple Rust, compl... Some weekend fun: Simple Rust, complex maths and having fun in the terminal..
    1
    //! # Some weekend fun: Simple Rust, complex maths and having fun in the terminal..
    2
    //!
    3
    //! Let's start with a quick thought experiment: If you take a number, e.g. 4 and square it,
    4
    //! (16) and square it again (256) you quickly realize the numbers run towards infinity. This
    5
    //! is true for all numbers, right? Well, not quite. Everything between -1..1 will converge