Skip to content
View luongchung's full-sized avatar
💻
Chunglv42@gmail.com
💻
Chunglv42@gmail.com

Highlights

  • Pro
Block or Report

Block or report luongchung

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
luongchung/README.md

Hi My name is Luong Van Chung

I'am a software engineer

🗼 Living in Ha Noi, Viet Nam

👍 Travel and Gaming 🎮

✉️  You can contact me at chunglv42@gmail.com

Skills

C++ C# Git Java JavaScript Dart TypeScript HTML5 Angular JQuery CSS3 Bootstrap NodeJS Express Oracle MongoDB Firebase .NET Flutter Photoshop Illustrator Premiere Pro

Socials

Badges

Top Languages

Pinned

  1. QR.TLU QR.TLU Public

    Graduation Thuy Loi University Client/Android

    Java 1 1

  2. QUAN_LY_DIEM_DANH_TLU QUAN_LY_DIEM_DANH_TLU Public

    Graduation Thuy Loi University C#_Winform

    C# 1 1

  3. TLU_WEB_API TLU_WEB_API Public

    Graduation Thuy Loi University

    C# 1 1

  4. Install Hashcat on macOS Install Hashcat on macOS
    1
    #!/bin/bash
    2
    git clone https://github.com/hashcat/hashcat.git
    3
    mkdir -p hashcat/deps
    4
    git clone https://github.com/KhronosGroup/OpenCL-Headers.git hashcat/deps/OpenCL
    5
    cd hashcat/ && make