Skip to content
View which-W's full-sized avatar
  • Tongji University
  • Shanghai

Block or report which-W

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.

Maximum 250 characters. Please donโ€™t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
which-W/README.md

Hi there, I'm WGT ๐Ÿ‘‹

Typing SVG

๐Ÿš€ About Me

class Developer {
private:
    std::string name = "WGT";
    std::vector<std::string> languages = {"C++", "Python", "JavaScript"};
    std::vector<std::string> specialties = {
        "Systems Programming", 
        "Network Development", 
        "Multi-threading",
        "Performance Optimization"
    };
    
public:
    void getCurrentFocus() {
        std::cout << "๐Ÿ”ญ Building high-performance server systems\n";
        std::cout << "๐ŸŒฑ Exploring modern C++20/23 features\n";
        std::cout << "๐Ÿ’ก Contributing to open-source projects\n";
        std::cout << "๐Ÿ“š Sharing knowledge through code and documentation\n";
    }
};

๐Ÿ› ๏ธ Tech Arsenal

๐Ÿ’ก Development Philosophy

โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚  "Clean code is not written by following a set of rules.       โ”‚
โ”‚   Clean code is written by programmers who care about          โ”‚
โ”‚   making their code readable for others."                      โ”‚
โ”‚                                        - Robert C. Martin      โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
  • ๐ŸŽฏ Performance First: Writing efficient, optimized code that scales
  • ๐Ÿ”’ Thread Safety: Building robust concurrent systems
  • ๐Ÿ“– Clean Architecture: Following SOLID principles and modern C++ best practices
  • ๐Ÿค Collaboration: Sharing knowledge and contributing to the community

๐ŸŒ Connect With Me


๐Ÿ’ป "Code is poetry written in logic" ๐Ÿ’ป

Pinned Loading

  1. easy-agent easy-agent Public

    ไพ่ต–agentscope็š„็ณป็ปŸๅฎž่ทต(vibe coding)

    Python 1

  2. auto_self_train auto_self_train Public

    ่‡ชไธป่ฎญ็ปƒ็š„ๅฏปๆ‰พๆœ€ไฝณๅ‚ๆ•ฐ๏ผˆautoresearch็š„ๅฏๅ‘๏ผ‰

    Python 1

  3. GPT_LM GPT_LM Public

    ไธ€ไธชไธ“ไธš๏ผŒ็ฒพ็‚ผ็š„LLMๆก†ๆžถ

    Python 1

  4. base-GPT-Modern-poem base-GPT-Modern-poem Public

    ๅŸบไบŽ่ฏ—ๆญŒ่ฎญ็ปƒ็š„ๅŸบ็ก€ChatGPT(ๆ”ฏๆŒๅ•ๅก๏ผŒๅคšๅก่ฎญ็ปƒ)

    Python 2

  5. TaskSystem TaskSystem Public

    Minimal Task Manager โ€“ A lightweight, command-line-focused task management system.

    C++ 1

  6. LogicServer LogicServer Public

    A robust network server based on the Boost library.

    C++ 1