Skip to content
View 1coxy57's full-sized avatar
🎯
Focusing
🎯
Focusing
  • coxy inc
  • United States
  • 19:26 (UTC -12:00)

Block or report 1coxy57

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

👋 Coxy

18-year-old fullstack developer into pentesting, networking, and cybersecurity.

🚀 Tech Stack

Languages

  • Rust (2 months) 🦀
  • Python (4+ years) 🐍
  • JavaScript (1+ year) ⚡
  • Go (Learning) 🏎️

Frameworks & Tools

  • React, Next.js
  • Flask, SQL
  • Git

📬 Contact

Discord

🔥 GitHub Stats

struct Languages {
    languages: Vec<&'static str>,
}

impl Languages {
    fn new() -> Self {
        Self {
            languages: vec!["Rust", "Python", "JavaScript", "Go"],
        }
    }

    fn display(&self) {
        println!("🚀 Languages: ");
        self.languages.iter().enumerate().for_each(|(i, lang)| {
            println!("{}. {}", i + 1, lang);
        });
    }
}

fn main() {
    let prog_languages = Languages::new();
    prog_languages.display();
}

Popular repositories Loading

  1. TicTacToe TicTacToe Public

    A fun project to play TicTacToe with your friends or a robot.

    Rust 3

  2. berserker_deobfuscator berserker_deobfuscator Public

    A simple deobfuscator for berserker obfuscator.

    Python 2 1

  3. 1coxy57 1coxy57 Public

    2

  4. File-Sorter File-Sorter Public

    A simple file sorter that organizes your files (A-Z) with ease made in rust.

    Rust 2

  5. NIDS NIDS Public

    Detect unusual or suspicious packets with this repository.

    2

  6. KrispyGenerator KrispyGenerator Public

    A generator for krispy kreme accounts

    1