Skip to content
View mcroitor's full-sized avatar

Block or report mcroitor

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 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
mcroitor/README.md
class Person {
    std::string name;
    std::vector<std::string> positions;
    std::vector<std::string> skills;
    std::vector<std::string> hobbies;
public:
    Person(
        const std::string& name,
        const std::vector<std::string>& positions,
        const std::vector<std::string>& skills,
        const std::vector<std::string>& hobbies
    ) : name(name), positions(positions), skills(skills), hobbies(hobbies) {}
};

Person mihail_croitor(
    "Mihail Croitor",
    {
        "university lecturer", "software developer", "national data manager"
    },
    {
        "C++", "PHP", "JS", "Python", "Java", "C#",                    // programming languages
        "HTML + CSS", "XML", "JSON", "YAML",                           // formatting / structuring languages
        "MySQL", "sqlite", "Memcached", "Redis", "RethinkDB",          // database
        "software reuse", "frameworks", "automatization", "DevOps",    // directions
        "SOAP", "REST", "Docker", "docker-compose",                    // technologies & frameworks
        "windows", "linux", "arduino",                                 // platforms
    },
    {
        "chess", "chess composition", "reading", "writing"
    }
);

Pinned Loading

  1. chesstex chesstex Public

    some chess books in TeX

    HTML 4

  2. advanced-cpp advanced-cpp Public

    Разработка приложений на C++

    3

  3. chess-fonts chess-fonts Public

    Chess Fonts

    3 1

  4. Diagram-Builder.Net Diagram-Builder.Net Public

    Diagram Builder standalone version

    C#

  5. alpaca alpaca Public

    Simple LLM client in PHP

    PHP

  6. app_containerization app_containerization Public

    PHP 3