Skip to content
View DubskySteam's full-sized avatar
:shipit:
Segmentation fault
:shipit:
Segmentation fault

Highlights

  • Pro

Block or report DubskySteam

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

💻 Current Toolbox

🛠️ Primary Tools

⌨️ Terminal Setup

💾 Languages

🖥️ Operating Systems


🚀 Current Projects

struct Project {
    name: &'static str,
    description: &'static str,
}

fn main() {
    let projects = vec![
        Project { name: "Aiko", description: "Cross-plattform desktop app for Anime" },
        Project { name: "Workflow", description: "Optimizing my workspace and workflows" },
        Project { name: "Kernel", description: "Learning about kernel development" },
        Project { name: "Embedded", description: "Diving more into embedded systems" },
    ];
    
    println!("Current Projects:");
    for project in projects {
        println!("• {} - {}", project.name, project.description);
    }
}

Pinned Loading

  1. .dotfiles .dotfiles Public

    Personal current .dotfiles + install scripts

    Lua 3

  2. aiko aiko Public

    A cross-plattform desktop app to watch anime and manage your personal watchlists

    Kotlin 1

  3. WinFlux WinFlux Public

    Pre-configured dotfile setup for a cleaner, faster and just less shitty windows experience

    PowerShell 1

  4. ani-together ani-together Public

    CLI tool to watch anime together with friends in a synchronized player.

    Java

  5. RapidRequest RapidRequest Public

    A small and lightweight library to make api requests

    Java

  6. NeoM NeoM Public

    Neon colorscheme for NeoVim

    Vim Script 2