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

Block or report AloofBuddha

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. whack-a-mole whack-a-mole Public

    A whack-a-mole game written in React + Redux. Minimal!

    JavaScript 2

  2. monad-tutorial monad-tutorial Public

    A monad tutorial where we build the Maybe monad ourselves

    Haskell 3

  3. This program defines a functions "pe... This program defines a functions "perms" in a number of different (but functionally equivalent) ways. "perms" takes as input a list (of *any* kind) and as output, returns a list of all possible permutations of that list.
    1
    import Data.List (inits, tails)
    2
    
                  
    3
    main :: IO ()
    4
    main = do
    5
        print $ perms [1..4]
  4. practical-promises-lecture-example practical-promises-lecture-example Public

    Examples of using promises in node

    JavaScript 1

  5. Sequelize Relationships: hasOne vs b... Sequelize Relationships: hasOne vs belongsTo
    1
    Sequelize Relationships: `hasOne` vs `belongsTo`
    2
    ================================================
    3
    
                  
    4
    Docs
    5
    ----
  6. ng-ml ng-ml Public

    Coursework for https://www.coursera.org/learn/machine-learning

    Jupyter Notebook 3