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

Block or report Hungs20

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

Hi there 👋

  • Code ở đây toàn 🐞 thôi :(

Pinned

  1. FBBotKit FBBotKit Public

    FBBotKit rewrites the API requests and response models for Facebook Page, aiding developers in the seamless implementation of applications related to the Facebook Page API.

    TypeScript 1

  2. Reaction-message-ContextMenu Reaction-message-ContextMenu Public

    Reaction message using ContextMenu

    Swift 15

  3. TowerDefense TowerDefense Public

    OOP project

    Java

  4. Themis Themis Public

    Themis Web - Hệ thống chấm bài trực tuyến

    JavaScript 1 2

  5. ChatBot ChatBot Public

    Bot chat kết nối với người lạ

    JavaScript 3 60

  6. Flexible codable Flexible codable
    1
    extension KeyedDecodingContainer {
    2
        enum FlexibleValue<T: Decodable>: Decodable {
    3
            case int(Int)
    4
            case string(String)
    5
            case double(Double)