Skip to content
View LunaticLegacy's full-sized avatar
🐋
摸鱼~
🐋
摸鱼~
  • nullptr
  • 08:10 (UTC +08:00)

Block or report LunaticLegacy

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
LunaticLegacy/README.md
#include <iostream> #include <cstdint> #include <vector> #include <unordered_map> #include <string> extern class homo_sapiens; class LunaticLegacy : public homo_sapiens { public: static LunaticLegacy& getInstance() { static LunaticLegacy luna; return luna; } void Nya() const { std::cout << NekoMimi << std::endl; } private: static unordered_map<std::string, std::string> skillMap; // me. LunaticLegacy() { Nya(); // => 喵呜! }; // attributes uint8_t age() const { return 22; } std::string gender() const { return std::string("femboy").substr(3); } std::string email() const { return "lunaticlegacy@163.com"; } std::string github_id() const { return "lunaticlegacy"; } std::string gitee_id() const { return "LunaNeko"; } // needing virtual void* findFriend() = 0; virtual void* waifu() = 0; // support for nya static constexpr const char* NekoMimi = " /\\_/\\\n" " ( o.o )\n" " > ^ <\n" ; // what happened if i'm dead virtual ~LunaticLegacy() { std::terminate(); } } static std::unordered_map<std::string, std::string> LunaticLegacy::skillMap = { {"有什么技能", "C++、Python(尤其torch)、Java,单片机一点的话玩过ESP32,前端会一点html、CSS、JS,计划着搞一点TypeScript。"}, {"喜欢做什么", "摸鱼、写代码、写点奇奇怪怪的小说文本(C++ daisuki)。"}, {"计划中要学什么", "Lingua Latina, Esparanto, 日本語, More C++, Rust, Git怎么用, 社交能力, angular, etc."}, {"正在面对什么", "本科GIS系毕业,已启动计算机科学第二学位。好焦虑喵……"}, {"喜欢打什么游戏", "已经不想打了喵……"}, {"一句话介绍一下你自己吧", "🐾一个摸鱼的大型猫科动物。"}, {"为什么要用C++的方式介绍自己", "因为喜欢这种事情。"} };

Pinned Loading

  1. lunablade lunablade Public

    “月神杯”数学建模竞赛 | Luna Mathematica Math Modeling Competition

  2. Linux-Commands-Table-for-Absolute-Noob Linux-Commands-Table-for-Absolute-Noob Public

    一个面向小白的、基于Excel和md的指令速查表。

    1

  3. jiachen-monthly jiachen-monthly Public

    Forked from rv2036/jiachen-monthly

    Monthly update of Jiachen Joint Internship Program

  4. rv-sp-test-mod rv-sp-test-mod Public

    Forked from AII-SDU/rv-sp-test-mod

    Used to build the standard rv-server-platform uefi test platform script... But I'm building my release version of OpenCloud OS based on this.

    C 1

  5. OpencloudOsLaunch OpencloudOsLaunch Public

    A record of booting OpencloudOS in QEMU RISC-V platform.

    Shell