Skip to content
View mdonahoe's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report mdonahoe

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

    bash profile, vimrc, etc

    Vim Script 1 1

  2. rrrr rrrr Public

    static content for the rrrr website

    HTML 14

  3. Hilbert curve iteration Hilbert curve iteration
    1
    from pylab import *
    2
    
    
    3
    def hilbert(pts):
    4
        s = 1 + (pts[-1][0] - pts[0][0]) / 2
    5
        return ( [(y-s, x-s) for x,y in pts]
  4. gg gg Public

    Describe a game, then play it.

    GDScript 2