Skip to content
View Math-42's full-sized avatar
❄️
❄️

Highlights

  • Pro

Organizations

@zenitheesc @vonbraunlabs @nadir-foss
Block or Report

Block or report Math-42

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
Math-42/README.md
//~/Math-42.cpp

class About: public Me {
 public:
  auto getCurrentWorkplace() -> std::string {
    return "Zenith Aerospace";
  }

  auto getCurrentDegree() -> degree {
    degree currentDegree {
      .course  = "Bachelor of Computer Science",
      .where   = "University of São Paulo"
      .onGoing = true
    }
  }

  auto getDailyKnowledge() -> std::vector<std::string> {
    return [
      "C/C++",
      "Data structures",
      "Linux",
      "Rust",
      "IPC",
      "Nix",
      "Emacs",
      "Git",
      "Software Engineering"
    ];
  }

  auto getMyLinks() -> std::vector<std::string> {
    return [
      "https://www.linkedin.com/in/matheus-vieira-g/"
    ];
  }

  auto getFutureGoal() -> string {
    return 'Learn more about Linux, Nix and DevOps';
  }
}

Pinned

  1. zenitheesc/frameworkd zenitheesc/frameworkd Public

    A framework for creating daemons in our architecture

    C++ 3

  2. Variable-voltage-source Variable-voltage-source Public

    Variable voltage source from 3v to 12v capable of 100mA.

  3. zenitheesc/zenith-website zenitheesc/zenith-website Public

    Zenith Aerospace's home on the web.

    JavaScript 10

  4. zenitheesc/ZenView zenitheesc/ZenView Public

    ZenView is a powerful Data visualization tool, which was made especially for Zenith's missions.

    JavaScript 8

  5. TESS TESS Public

    Telecom Engineering Space Simulator - Just a gamification of NASA's Telecom System - Made out for NASA Space Apps 2020

    JavaScript 3 1

  6. run-cli run-cli Public

    A run-codes cli front end with some extra features

    Rust 12 2