Skip to content
View nick-hoang's full-sized avatar
  • Code Brewery
  • Hanoi, Vietnam

Block or report nick-hoang

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. vietnam-qr-pay-csharp vietnam-qr-pay-csharp Public

    Thư viện hỗ trợ encode/decode mã QR của VietQR (QR Ngân hàng, QR Đa năng Momo/ZaloPay) & VNPayQR

    C# 2

  2. ABA-File-Generator ABA-File-Generator Public

    .NET library to generate an aba file for bulk banking transactions with Australian banks.

    C# 3 1

  3. vision6.Net vision6.Net Public

    Vision6.net is a full service .net api for http://www.vision6.com.au. See the readme below for examples on how to use it.

    C# 2 2

  4. Merchello-2.7.1 Merchello-2.7.1 Public

    A custom build of Merchellow 2.7.1 - https://github.com/Merchello/Merchello

    JavaScript 1

  5. Umbraco settings to remove vietnames... Umbraco settings to remove vietnamese chars from Umbraco urls
    1
    <?xml version="1.0" encoding="utf-8"?>
    2
    <settings>
    3
    
                  
    4
      <!-- 
    5
        umbracoSettings.config configuration documentation can be found here: 
  6. Umbraco 7: create new content type Umbraco 7: create new content type
    1
    var contentTypeService = ApplicationContext.Current.Services.ContentTypeService;
    2
    
                  
    3
    const string contentTypeAlias = "spacerSection";
    4
    var section = contentTypeService.GetContentType(contentTypeAlias);
    5
    if(section == null)