Skip to content
View JuanPerdomo00's full-sized avatar
🔭
We are not from here, we are from the cosmos
🔭
We are not from here, we are from the cosmos

Block or report JuanPerdomo00

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
JuanPerdomo00/README.md

xd


Badge de CodeWars

enum FavoriteLang {
    C,
    Rust,
    Go,
    Python,
    JavaScript,
    Shell,
}

struct Jakepys {
    langs: Vec<FavoriteLang>,
    os: &'static str,
    editor: &'static str,
    name: &'static str,
    age: u8,
}

fn main() {
    let j = Jakepys {
        langs: vec![C, Rust, Go, Python, Shell],
        os: "Arch Linux",
        editor: "Neovim",
        name: "Juan Perdomo",
        age: 23,
    };
}

  
                   .88888888:.
                88888888.88888.
              .8888888888888888.
              888888888888888888              "...program not because you expect to be paid or
              88' _`88'_  `88888                  for the public to adore you, but because programming
              88 88 88 88  88888                  is fun for you." - Linus Torvalds
              88_88_::_88_:88888
              88:::,::,:::::8888
              88`:::::::::'`8888
             .88  `::::'    8:88.
            8888            `8:888.
          .8888'             `888888.
         .8888:..  .::.  ...:'8888888:.
        .8888.'     :'     `'::`88:88888
       .8888        '         `.888:8888.
      888:8         .           888:88888
    .888:88        .:           888:88888:
    8888888.       ::           88:888888
    `.::.888.      ::          .88888888
   .::::::.888.    ::         :::`8888'.:.
  ::::::::::.888   '         .::::::::::::
  ::::::::::::.8    '      .:8::::::::::::.
 .::::::::::::::.        .:888:::::::::::::
 :::::::::::::::88:.__..:88888:::::::::::'
  `'.:::::::::::88888888888.88:::::::::'
        `':::_:' -- '' -'-' `':_::::'`

Popular repositories Loading

  1. JuanPerdomo00 JuanPerdomo00 Public

    Config files for my GitHub profile.

    5 1

  2. generador-password generador-password Public

    A simple but efficient password generator, especially if you use keepass as a password manager.

    C 5 2

  3. Laudio Laudio Public

    Simple lib audio lua

    C 5

  4. openmanagerc openmanagerc Public archive

    A simple OpenRC service manager GUI built with Odin and Raylib.

    Odin 4

  5. rmkernel rmkernel Public

    script to help remove installed kernels on fedora

    Shell 3

  6. .dotfiles-jakepys .dotfiles-jakepys Public

    Lua 3