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

Block or report anhnd3

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. hackerrank hackerrank Public

    My submission on HackerRank.com

    Go

  2. leetcode leetcode Public

    Go

  3. Interval Function Golang Interval Function Golang
    1
    package main
    2
    
                  
    3
    import (
    4
      "fmt"
    5
      "time"
  4. Test event loop in javascript Test event loop in javascript
    1
    function foo() {
    2
        console.log('foo');
    3
    }
    4
    function bar() {
    5
        setTimeout(foo);
  5. Semantic Commit Convention Semantic Commit Convention
    1
    # Semantic Commit Messages
    2
    
                  
    3
    See how a minor change to your commit message style can make you a better programmer.
    4
    
                  
    5
    Format: `<type>(<scope>): <subject>`