Skip to content
View akmozo's full-sized avatar

Block or report akmozo

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. How to break out of a JavaScript for... How to break out of a JavaScript forEach() loop
    1
    try {
    2
        [1, 2, 3, 4, 5, 6, 7].forEach((i) => {
    3
            if (i === 5) {
    4
                throw null;
    5
            }
  2. How to install ngrok with a free sta... How to install ngrok with a free static domain as a windows service ?
    1
    # How to install ngrok with a free static domain as a windows service ?
    2
    
                  
    3
    
                  
    4
    
                  
    5
    ## 1- Install ngrok for windows