Skip to content
View immortaly007's full-sized avatar
Block or Report

Block or report immortaly007

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 Loading

  1. GSoundUnityPlugin GSoundUnityPlugin Public

    A static wrapper for the GSound library (http://www.carlschissler.com/gsound/index.php) that can be used in Unity projects (hopefully)

    C++ 2 2

  2. Simple prime number generator using ... Simple prime number generator using a sieve of Eratosthenes
    1
    import java.util.Iterator;
    2
    
                  
    3
    /**
    4
     * Prime number generator based on the sieve of Eratosthenes.
    5
     * 
  3. corona-death-diffs corona-death-diffs Public

    Small data visualization to plot the "new deaths per day" for the Corona virus (COVID-19)

    TypeScript

  4. RandomWalker RandomWalker Public

    Java EE application that just randomly walks across walkable paths on earth

    Java

  5. TrainFinder TrainFinder Public

    Java EE (JBoss/Wildfly) application that aims to find which train ride a user is probably in given a location in the Netherlands. Uses NS Public API.

    Java