Skip to content
View KhanhhNe's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report KhanhhNe

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

  1. moodle-typed-ws moodle-typed-ws Public

    A fully typed Moodle WebService client library.

    TypeScript

  2. sshmanager-v2 sshmanager-v2 Public

    Tool check fresh và tạo proxy Socks5 tự động từ SSH.

    Python 16 21

  3. python-vue3-app python-vue3-app Public template

    Project template for Vue 3 Frontend and Python - FastAPI Backend.

    Python

  4. CodeBanana-Tutorials CodeBanana-Tutorials Public

    Tổng hợp những file code hoàn chỉnh từ CodeBanana

    JavaScript 1

  5. TMScripts TMScripts Public

    Collections of my TamperMonkey scripts. Stored here to avoid having to deal with OpenUserJS problems.

    JavaScript

  6. Python thread-safe throttling (rate ... Python thread-safe throttling (rate limiting)
    1
    import asyncio
    2
    import threading
    3
    import time
    4
    
                  
    5
    from collections import deque