Skip to content
View JhonTreft's full-sized avatar
🕳️
Traveling
🕳️
Traveling

Block or report JhonTreft

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

👾 Jhon Stiven, alias "Treft" ,Desarrollador Full-Stack 🌘

🪵Acerca De Mi🪵

use std::net::{IpAddr, Ipv6Addr};

fn main(){
let addr = IpAddr::from([
    525u16, 524u16, 523u16, 522u16,
    521u16, 520u16, 519u16, 518u16,
]);
assert_eq!(
    IpAddr::V6(Ipv6Addr::new(
        0x20d, 0x20c,
        0x20b, 0x20a,
        0x209, 0x208,
        0x207, 0x206
    )),
    addr
);
}

👾 Me Pueden Encontrar Por Aqui:

Angel Santiago Jaime Zavala's YouTube Channel

🖥 Tecnologias Que Manejo

Herramientas que uso a diario, o que he usado o con las que he trabajado

JhonTreft :: StackShare

Github stats 📊

Visitor's count 👀

JhonTreft :: Visitor's Count

Top langs 👅

JhonTreft :: Top Langs

Profile stats 🎹

JhonTreft :: Profile Stats


Popular repositories Loading

  1. Login Login Public

    Este es Un repositorio con lenguaje bash y Uso Login

    Shell

  2. -Tools- -Tools- Public

    Shell

  3. Mars Mars Public

    Shell

  4. AIOPhish AIOPhish Public

    Forked from DeepSociety/AIOPhish

    HTML

  5. future future Public

    Shell

  6. Belati Belati Public

    Forked from aancw/Belati

    The Traditional Swiss Army Knife for OSINT

    Python