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

Organizations

@DeviusVim

Block or report krovuxdev

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"})
}
👀

krovuxdev

Pinned Loading

  1. dotfiles dotfiles Public

    tiling window manager

    Python 5

  2. krovuxdev.nix krovuxdev.nix Public

    My NixOS Configuration powered by krovuxdev ❄️

    Nix 7

  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 18

  6. NeoClean NeoClean Public archive

    My configuration neovim simple

    7