Skip to content
View antruongnguyen's full-sized avatar

Block or report antruongnguyen

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

    Bảng số xe Việt Nam (Vietnamese vehicle plate number)

    Svelte

  2. ggfonts ggfonts Public

    Google Fonts CLI

    JavaScript

  3. uni_payments uni_payments Public

    Forked from NehilKoshiya/uni_payments

    Dart

  4. Embedded File Viewer: Google Drive, ... Embedded File Viewer: Google Drive, OneDrive
    1
    ## Office Web Apps Viewer 
    2
    ('.ppt' '.pptx' '.doc', '.docx', '.xls', '.xlsx')
    3
    
                  
    4
        http://view.officeapps.live.com/op/view.aspx?src=[OFFICE_FILE_URL]
    5
    
                  
  5. Power up the terminal using iTerm2 a... Power up the terminal using iTerm2 and Oh-my-zsh
    1
    # Power Up Terminal
    2
    
                  
    3
    ## Requires
    4
    
                  
    5
    - Supported OS: macOS, Linux
  6. Create Simple HTTP Server on localho... Create Simple HTTP Server on localhost using NodeJS, Python, or Docker
    1
    ## Create Simple HTTP Server on localhost
    2
    
                  
    3
    ### Use NodeJS
    4
    - Library https://www.npmjs.com/package/http-server
    5
    - Install `npm install --global http-server`