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

Block or report adam-currie

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