Skip to content
View adam-currie's full-sized avatar

Block or report adam-currie

Report abuse

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

Report abuse

Pinned Loading

  1. fannn fannn Public

    Highly customizable fan profiles.

    C++ 1

  2. CustomConcurrentCollections CustomConcurrentCollections Public

    C#

  3. FasterThanStandardLib FasterThanStandardLib Public

    Performant standard library stuff.

    C#

  4. SRandom SRandom Public

    Performant thread-safe RNG with static methods.

    C#

  5. IgnorantObserver.java IgnorantObserver.java
    1
    import android.arch.lifecycle.Observer;
    2
    import android.support.annotation.Nullable;
    3
     
    4
    public abstract class IgnorantObserver<T> implements Observer<T>{
    5
     private boolean isIgnoring = false;
  6. xp-bottler xp-bottler Public

    Forked from cerus-mc/xp-bottler

    Spigot plugin to convert xp into xp bottles

    Java