Skip to content
View krovuxdev's full-sized avatar
🦀
I love Rust
🦀
I love Rust
  • Colombia

Organizations

@DeviusVim
Block or Report

Block or report krovuxdev

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

Typing SVG

img
  • 🌱 I'm currently learning ${\color{lightblue}ReactJs \space \color{orange}SvelteJs\space \color{red}AstroJs}$

Languages

arch-linux console python git javascript bash external-django-a-high-level-python-web-framework-that-encourages-rapid-development-logo-bold-tal-revivo crab css3 html-5--v1 lua-language



Skills

💊 wanna learn Rustlang

pub struct Iter;
static mut COUNT: u8 = 0;
impl Iterator for Iter {
    type Item = u8;
    fn next(&mut self) -> Option<Self::Item> {
        unsafe {
            match COUNT {
                0..=15 => {
                    COUNT += 1;
                    Some(COUNT)
                } _ => None, }
        }
    }
}
fn main() {
    Iter.for_each(|_| println! {"Hello, World"})
}

Pinned

  1. dotfiles dotfiles Public

    tiling window manager

    Python 5

  2. krovuxdev.nix krovuxdev.nix Public

    My NixOS Configuration powered by krovuxdev ❄️

    Nix 5

  3. changevolume changevolume Public

    Para mostrar el control de volumen en una interfaz gráfica.⠀Displaying Volume Control in a Graphical User Interface

    Nix 3

  4. triqui triqui Public

    Tres en línea: Es una variante que se juega en un tablero con nueve puntos conectados vertical y horizontalmente, además de dos grandes diagonales. Cada jugador consta de tres piezas. Por turnos, c…

    Python 3

  5. DeviusVim/deviuspro.nvim DeviusVim/deviuspro.nvim Public

    A clean, deviuspro Neovim theme written in Lua, with lualine syntax highlights

    Lua 16