Skip to content
View chrisraff's full-sized avatar

Block or report chrisraff

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. AlexLamson/ledcube AlexLamson/ledcube Public

    Neat demos for Chris & Alex's 8x8x8 LED cube

    C++ 3 3

  2. 3d-maze 3d-maze Public

    Fully 3D maze in first person

    JavaScript 10 6

  3. dicewarsjs dicewarsjs Public

    Modified Dice Wars

    JavaScript 18 7

  4. 3dsnake 3dsnake Public

    JavaScript

  5. dirtrally2-event-data dirtrally2-event-data Public

    JSON results from Community Events in Dirt Rally 2.0

    3

  6. Matlab style error plotting for matp... Matlab style error plotting for matplotlib pyplot
    1
    import matplotlib.pyplot as plt
    2
    import numpy as np
    3
    
                  
    4
    # matlab style errorbars
    5
    def errorbars(x, y, err, erralpha=0.2, color=None, label=None, ax=plt):