Skip to content
View mmbaguette's full-sized avatar
📚
Engineering
📚
Engineering

Highlights

  • Pro

Block or report mmbaguette

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
mmbaguette/README.md

MmBaguette

Computer Vision, Arduino, Computer Networks, and Game Design

fruit ninja gif

image

Four colour printed papers stuck together representing a model of a runway with LED strips on both sides

swan

Roblox

thumbnail

thumbnail

Programming Languages

Python

def main():
  print("Python")

if __name__ == "__main__":
  main()

Swift

@main
struct MyApp {
    func main() {
      print("Swift")
    }
}

C/C++

int main() {
  puts("C and C++");
  return 0;
}

Lua

local function main()
  print("Lua")
end

Flutter & Dart

void main() {
  print("Flutter");
}

Java

class Main {
  public static void main(String args[]) {
    System.out.println("Java");
  }
}

Popular repositories Loading

  1. Fruit-Ninja-3D Fruit-Ninja-3D Public

    Fruit Ninja in pygame using pose motion tracking in MediaPipe.

    Python 10 2

  2. Roblox-VR-with-Webcam Roblox-VR-with-Webcam Public

    Roblox character to mimics your movements in real life just like in virtual reality, using only a webcam.

    Python 4 3

  3. Control-Webcam-Microphone Control-Webcam-Microphone Public

    Python 1

  4. mmbaguette mmbaguette Public

    Config files for my GitHub profile.

  5. Discord-Fun Discord-Fun Public

    Python

  6. Google-Docs-to-Roblox-GUI Google-Docs-to-Roblox-GUI Public

    Python