Skip to content
View digEmAll's full-sized avatar

Block or report digEmAll

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. pixelographer-3D pixelographer-3D Public

    Utility to scale & dither images in order to turn them into multi-color 3D-printable STL

    JavaScript

  2. stdvectors stdvectors Public

    C++ Standard Library Vectors in R

    C++ 2

  3. bsearchtools bsearchtools Public

    Binary search tools package for R

    R

  4. Implementation of 2048 game in R Implementation of 2048 game in R
    1
    # N.B. this code needs a x11 (or windows) enabled OS
    2
    
                  
    3
    game2048 <- function(){
    4
      
    5
      moveVector <- function(v,toLeft=TRUE){