Skip to content
View marxguimaraes-bdev's full-sized avatar

Block or report marxguimaraes-bdev

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

Pinned Loading

  1. planets-fact-site planets-fact-site Public

    Planets fact site

    TypeScript

  2. 30sToMars 30sToMars Public

    A sample code project to land a probe in mars

    JavaScript 1

  3. Useful bash commands Useful bash commands
    1
    ## Repeat a certain command endlessly
    2
    function test_repeat {
    3
      while mix test # <- command to be repeated
    4
      do
    5
        echo "testing"