Skip to content
View mskrasnov's full-sized avatar
🖱️
🖱️

Organizations

@Linux-for-ARM
Block or Report

Block or report mskrasnov

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

Hi there 👋

struct MyProfile {
    age: u8,
    location: String,
    occupation: String,
}

fn about_me() -> MyProfile {
    MyProfile {
        age: 17,
        location: "Russia".to_string(),
        occupation: "I don't know what I do. I exist.".to_string(),
    }
}

About me

  • OS: Linux: Archlinux, LFA
  • Language: Rust, Python, BASH
  • PC: ARM (AArch64 OrangePi); x86_64

My projects

  • Linux for ARM (LFA) - Russian-language guide to building your own embedded Linux system for ARM computers from scratch from source code;
  • SWF - Simple Weather Forecast - console program to get current information about weather in the specified location (Rust);
  • Resistor - program for calculating resistance of resistors by their color coding (Rust);

Contact me

Pinned

  1. Linux-for-ARM/handbook Linux-for-ARM/handbook Public

    Linux for ARM (LFA) - руководство по сборке из исходного кода системы, использующей ядро Linux, для компьютеров на архитектуре ARM. Данное руководство использует наработки проекта CLFS, а также ряд…

    CSS 3

  2. swf swf Public

    Console program to get current information about weather

    Rust

  3. resistor resistor Public

    Программа для вычисления сопротивления резисторов по цветам их маркировки

    Rust 1