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

Block or report milleraundra

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. efficient-kitchen efficient-kitchen Public

    Remake of family's Efficient Kitchen software in Vue

    Vue

  2. fifteen-puzzle fifteen-puzzle Public

    Fifteen Puzzle

    TypeScript

  3. learn-ruby learn-ruby Public

    git log of ruby training and files

    Ruby

  4. Using Webstorm, sometimes I accident... Using Webstorm, sometimes I accidentally his 'Disconnect' instead of 'Terminate'. These are the commands I reuse for killing the process running on that port.
    1
    netstat -ano | findstr :<yourPortNumber>
    2
    taskkill /PID <typeyourPIDhere> /F
  5. Last Christmas by WHAM! as a recursi... Last Christmas by WHAM! as a recursive function
    1
    ChristmasThisYear(new Lover(), new Heart());
    2
    
                  
    3
    function ChristmasThisYear(baby, heart) {
    4
        baby.give(heart)
    5
            .catch((veryNextDay) => {