Skip to content

Pp3ng/pp3ng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

1 Commit
ย 
ย 

Repository files navigation

๐ŸŽฏ About Me

namespace pp3ng {

class Me final {
public:
  static constexpr std::string_view username = "pp3ng";
  static constexpr std::string_view name = "Penn.L.Zhou";

  std::vector<std::pair<std::string_view, std::string_view>> introduction = {
      {"Learning", "Computer Science & Engineering"},
      {"Hobby", "Billiards"},
      {"Favorite Game", "PUBG"},
      {"Motto", "Stay hungry, stay foolish"}};

  void say_hi() const noexcept {
    std::cout << std::format(R"(
๐Ÿ‘จโ€๐Ÿ’ป PROFILE ๐Ÿ‘จโ€๐Ÿ’ป
Operator: {} (@{})
Introduction:
)",
                             name, username);
    for (const auto &[key, value] : introduction) {
      std::cout << std::format("  - {}: {}\n", key, value);
    }
    std::cout << R"(Thanks for visiting my GitHub profile!
Let's embark on some epic coding adventures!
)";
  }
};

} // namespace pp3ng

auto main(void) -> int {
  std::unique_ptr<pp3ng::Me> me = std::make_unique<pp3ng::Me>();
  me->say_hi();
  return EXIT_SUCCESS;
}

โŒจ๏ธ Things I Code With

Category Technologies
๐Ÿ“Ÿ Programming Languages C C++ CUDA Shell TypeScript
๐Ÿงฐ Operating Systems Debian macOS FreeBSD
๐Ÿ› ๏ธ Development Tools Docker Git Vim tmux GDB Qt
๐Ÿ’พ Databases PostgreSQL Redis MongoDB
๐ŸŒ Web Development Nginx Node.js React TailwindCSS
๐Ÿ–ฅ๏ธ Hardware Platforms Raspberry Pi Arduino

๐ŸŒฑ Learning Journey

Category Technologies I'm Exploring
๐Ÿ“ฑ Mobile Development Flutter Swift Kotlin
๐Ÿ–ผ๏ธ Computer Graphics OpenGL Vulkan
๐Ÿ—๏ธ System Design Kubernetes Terraform Consul

๐Ÿš€ Featured Projects

๐Ÿ“Š Statistics

Programming GIF
GitHub Stats Top Languages GitHub Streak WakaTime Stats

๐ŸŽต Vibing To

Spotify Playing

๐Ÿ’ญ Daily Inspiration & Motivation

Developer Wisdom

Random Dev Quote

Daily Motivation

Daily Motivation

๐ŸŽฒ Random Fun

Programming Jokes

Rainbow Line

๐Ÿ“ฌ Connect With Me

I'm always excited to connect with others and have meaningful conversations. Whether you want to:

  • ๐Ÿ’ก Collaborate on exciting projects
  • ๐Ÿค” Discuss anything
  • ๐ŸŽฎ Game together (PUBG anyone?)

Feel free to reach out through any of these platforms:

Coding GIF

Footer Wave

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published