Skip to content
View mcdoh's full-sized avatar

Block or report mcdoh

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 250 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. labelmaker labelmaker Public

    Easily create text-based images with just a URL

    Elixir

  2. tarokka tarokka Public

    Tarokka from D&D's Curse of Strahd

    TypeScript

  3. glGears-on-DirectFB-with-OpenGL-ES glGears-on-DirectFB-with-OpenGL-ES Public

    The classic glGears demo for DirectFB ported to OpenGL ES

    C 7 3

  4. mineConics mineConics Public

    A web app to draw circles and ellipses to serve as a guide for Minecraft designs.

    JavaScript 6 1

  5. squawk squawk Public

    ShoutKey clone in Elixir/Phoenix

    Elixir 2

  6. Register callbacks for acceleration ... Register callbacks for acceleration events.
    1
    var Bump = function(callback, initialThreshold) {
    2
    	if (!window.DeviceMotionEvent) return null;
    3
    
                  
    4
    	var threshold = {
    5
    		x: -1,