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.

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

Pinned Loading

  1. UniLecsBot UniLecsBot Public

    Forked from unilecs/UniLecsBot

    UniLecs Telegram Bot

    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. SOLID_C-Sharp SOLID_C-Sharp Public

    SOLID principles explained using C# code.

    C# 1