Skip to content
View basdado's full-sized avatar

Block or report basdado

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. GSoundUnityPluginGSoundUnityPluginPublic

    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
    importjava.util.Iterator;
    2
    3
    /**
    4
     * Prime number generator based on the sieve of Eratosthenes.
    5
     * 
  3. corona-death-diffscorona-death-diffsPublic

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

    TypeScript

  4. RandomWalkerRandomWalkerPublic

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

    Java

  5. TrainFinderTrainFinderPublic

    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