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

Block or report kschieck

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

  1. SatoshiDicePlayer SatoshiDicePlayer Public

    An Android app that plays SatoshiDice, the bitcoin game, automatically

    Java 2 1

  2. ad_bits ad_bits Public

    Proof of Concept for an ad server that pays for every ad view instantly over the Bitcoin Lightning network

    JavaScript 1 2

  3. Android Array Adapter with View Recy... Android Array Adapter with View Recycling
    1
    import android.content.Context;
    2
    import android.view.LayoutInflater;
    3
    import android.view.View;
    4
    import android.view.ViewGroup;
    5
    import android.widget.ArrayAdapter;
  4. Unity3d class used to make objects f... Unity3d class used to make objects follow a curve
    1
    using UnityEngine; // for Vector3
    2
    
                  
    3
    /// <summary>
    4
    /// A utility for finding points along a bezier curve
    5
    /// ref: http://en.wikipedia.org/wiki/B%C3%A9zier_curve