Skip to content

SystemVll/SystemVll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 

Repository files navigation

πŸͺ Welcome To My Profile β˜„οΈ

pub struct Profile {
    description: String,
    languages: Vec<&'static str>,
    tools: Vec<&'static str>,
    servers: Vec<&'static str>,
}

impl Profile {
    pub fn new() -> Self {
        Self {
            description: String::from("Low-level programming enthusiast"),
            languages: vec!["Python", "PHP", "Rust", "C", "Go", "Perl", "Typescript"],
            tools: vec!["Docker", "Kubernetes", "Git", "Github Actions", "Travis CI", "Jenkins"],
            servers: vec!["Nginx", "Apache", "Caddy", "HAProxy"],
        }
    }
}

βš–οΈ Last Post

πŸ₯‡ Trophies

πŸ“Š Stats













πŸ“Œ Actual Projects




Keep all your credentials safe in an elegant application.



An automated scanner document processor with OCR, AI naming, and Nextcloud upload.



An Open-Source POSIX system that is made to run on Espressif System that contain its virtual machine.


Blindflare is an HTTP/HTTPS based protocol designed around a client-server architecture where the client is responsible for encrypting data before sending it to the server.



About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published