Skip to content
View 01xR4in's full-sized avatar
  • Earth? (maybe)
  • 04:32 (UTC +01:00)

Highlights

  • Pro

Block or report 01xR4in

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

r4in_@desktop ~/me → cat src/main.rs

fn main(){
    let whoami =  json::object!{
        age: "Undefined",
        activity: "IT Student / Backpacker",
        blog: "r4in.xyz",
        email: "[email protected]",
        projects: "Not Found...",
        hobbies: ["Climbing", "Photography","..."],
    };

    let platforms = json::object!{
        rootme: "https://www.root-me.org/r4in_",
        thm: "https://tryhackme.com/r/p/0xr4in",
        mastodon: "@[email protected]"
    };

    println!("👋 Welcome to my profile !");
    println!("🎓 I'm an {}", whoami["activity"]);
    println!("🌐 Blog : {}", whoami["blog"]);
    println!("🛠️ I'm currrenly working on {}", whoami["projects"]);
    println!("📝 And currently learning Rust 🦀");
    println!("📩 You can reach at {} ", whoami["email"]);
    println!("🐘 Or on mastodon {}", platforms["mastodon"]);
} 

Popular repositories Loading

  1. 01xR4in 01xR4in Public

    Config files for my GitHub profile.

  2. ProfaNion ProfaNion Public

    A simple companion for Profanity XMPP client, learn more at https://profanity-im.github.io/

    Shell

  3. vbox-server-install vbox-server-install Public

    A simple script that installs VirtualBox as a server

    Shell

  4. 01xR4in.github.io 01xR4in.github.io Public

    Ruby

  5. PenChecker-contrib PenChecker-contrib Public

    Forked from PenCheckerTeam/PenChecker

    my small hands on this projects

    Python

  6. vbox2kvm vbox2kvm Public

    Shell