Skip to content
View xNyze's full-sized avatar

Block or report xNyze

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

Popular repositories Loading

  1. multithreaded_pi multithreaded_pi Public

    investigated how long it takes calculating pi using single-thread, multi-thread and parallel for loop

    C# 1

  2. PWA PWA Public

    HTML

  3. MQTT MQTT Public

    sick shit

    C

  4. async_await async_await Public

    Two tasks run parallel, where one calculates pi and the other downloads pi. I'm trying to figure out which one is faster.

    C#

  5. dining_philosophers dining_philosophers Public

    Five philosophers want to eat at the same time, but there are only five forks available. I'm trying to solve this problem without deadlocks.

    C#

  6. calculator calculator Public

    simple calculator with java abstract window toolkit

    Java