Skip to content
View OverflowShell's full-sized avatar

Block or report OverflowShell

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

> ¡Hola!

Este es mi perfil de github, muy básico xd aquí solo vas a encontrar algunos proyectos míos en base a programación y algunas otras cosas sobre sistemas operativos (mayormente Linux).

¿Que se?

    fn main() {
       let mut array: [&str; 5] = ["Python","C","Rust","Java","golang"];
       println!("Estos son los lenguajes de programación que se :) {:#?}",array);
   func(); // Soy muy cuidadoso en la velocidad, seguridad y optimización de la memoria :)
    }

    fn func() -> u32 {
       let x: String = String::from("Try using Linux :)");
   println!("{}",x);
   return 0;
    }
☰ Estadísticas


Shahriar Shafin's GitHub Stats

Popular repositories Loading

  1. panel panel Public

    Python 3

  2. preguntas_programacion preguntas_programacion Public

    Script simple que resuelve preguntas de programación

    Python 2

  3. OnlineCracking OnlineCracking Public

    Breaking hashes with a dictionary of seclists

    Python 1

  4. zsh_install zsh_install Public

    Install custom zsh automatically

    C 1

  5. tor_change tor_change Public

    change tor ip

    Python 1

  6. DoS-attack DoS-attack Public

    Simple script DoS attack

    Python