Skip to content
View alanwang233233's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Shanghai
  • 13:11 (UTC +08:00)

Highlights

  • Pro

Block or report alanwang233233

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

Typing SVG


πŸ‘Ύ About Me

🐍 Python
class Alan:
    def __init__(self):
        self.name        = "Alan Wang"
        self.age         = "High School Student πŸŽ“"
        self.location    = China.Shanghai()
        self.languages   = ["PHP", "Python", "Java", "C++"]
        self.interests   = ["Web Development", "Hackintosh", "Open Source"]
        self.goal        = "Building cool things, one commit at a time πŸš€"

    def say_hi(self):
        print("Thanks for dropping by! Feel free to explore my repos πŸ˜„")

me = Alan()
me.say_hi()
🐘 PHP
<?php
class Alan {
    public string $name      = "Alan Wang";
    public string $age       = "High School Student πŸŽ“";
    public string $location  = "China.Shanghai";
    public array  $languages = ["PHP", "Python", "Java", "C++"];
    public array  $interests = ["Web Development", "Hackintosh", "Open Source"];
    public string $goal      = "Building cool things, one commit at a time πŸš€";

    public function sayHi(): void {
        echo "Thanks for dropping by! Feel free to explore my repos πŸ˜„\n";
    }
}

$me = new Alan();
$me->sayHi();
?>
β˜• Java
public class Alan {
    String   name      = "Alan Wang";
    String   age       = "High School Student πŸŽ“";
    String   location  = "China.Shanghai";
    String[] languages = {"PHP", "Python", "Java", "C++"};
    String[] interests = {"Web Development", "Hackintosh", "Open Source"};
    String   goal      = "Building cool things, one commit at a time πŸš€";

    public void sayHi() {
        System.out.println("Thanks for dropping by! Feel free to explore my repos πŸ˜„");
    }

    public static void main(String[] args) {
        Alan me = new Alan();
        me.sayHi();
    }
}
βš™οΈ C++
#include <iostream>
#include <string>
#include <vector>

class Alan {
public:
    std::string              name      = "Alan Wang";
    std::string              age       = "High School Student πŸŽ“";
    std::string              location  = "China.Shanghai";
    std::vector<std::string> languages = {"PHP", "Python", "Java", "C++"};
    std::vector<std::string> interests = {"Web Development", "Hackintosh", "Open Source"};
    std::string              goal      = "Building cool things, one commit at a time πŸš€";

    void sayHi() {
        std::cout << "Thanks for dropping by! Feel free to explore my repos πŸ˜„" << std::endl;
    }
};

int main() {
    Alan me;
    me.sayHi();
    return 0;
}

πŸ› οΈ Tech Stack

πŸ’» Languages

PHP Python HTML5 CSS3

🧰 Tools & Platforms

Git GitHub VS Code Linux


πŸ“Š GitHub Stats

alanwang233233

Β alanwang233233

alanwang233233


🌱 Currently Learning

  • 🐍 Advanced Python (algorithms, automation)
  • 🌐 Web frameworks (Laravel / Django)
  • πŸ€– Vibe Coding
  • βš™οΈ C++ (algorithms)

πŸ“ˆ Activity Graph

Activity Graph

🀝 Connect with Me

Email


πŸ‘€ Profile Views

Profile Views

"First, solve the problem. Then, write the code." – John Johnson

Pinned Loading

  1. alanwang233233 alanwang233233 Public

    Config files for my GitHub profile.

    1

  2. Nextcloud-Mirror-Repo Nextcloud-Mirror-Repo Public

    Nextcloud-Mirror-Repo

    5 2

  3. Alex-ai-ai/Game-Center Alex-ai-ai/Game-Center Public

    An Intellectual training game center

    JavaScript 1 1

  4. DingraiaPHP-Next DingraiaPHP-Next Public

    DingraiaPHPηš„η»­δ½œοΌŒδ»εœ¨εΌ€ε‘δΈ­

    PHP 2