Skip to content
View xmichael446's full-sized avatar

Organizations

@Compass-X

Block or report xmichael446

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. forms-tg-automation forms-tg-automation Public

    Python

  2. 7_Segment_Servo 7_Segment_Servo Public

    Seven Segment Servo Indicator's code.

    C++

  3. Enigma-Simulator Enigma-Simulator Public

    Forked from Code-Bullet/Enigma-Simulator

    Processing

  4. SimpleFileUpload SimpleFileUpload Public

    Simple CRUD API for uploading files, Django

    Python

  5. Fish simulation in rust Fish simulation in rust
    1
    use std::{thread, time::Duration};
    2
    use std::fmt::Formatter;
    3
    use rand::Rng;
    4
    
                  
    5
    const INITIAL_FISH_AMOUNT: u32 = 20;
  6. Kettle Kettle Public

    Kettle implementation

    C#