Skip to content

arafatansari/arafatansari

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 

Repository files navigation

🖥️ fsociety: Cryptoc0nman 🖥️

👋 Greetings, fellow cyber enthusiast!


🕵️‍♂️ Welcome to my digital alter ego:

  • 🔒 Master of codes, breaker of chains. I venture deep into the realms of Infosec & Blockchain.
  • 🌍 Defender of the digital frontier. My mission? Safeguarding bytes and bits against the unseen.
  • 💡 Constantly evolving, learning, and hacking the matrix of cyber technologies.

🧰 Tools of the Revolution:

Bash  Python  Git  Javascript  NodeJS 

🎧 Soundtrack of My Life:

Music fuels my code. Here are some tracks that keep me in the zone:


📊 Digital Shadows:

GitHub Streak Stats GitHub Stats

🕹️ Play with Me:

Want a break? Let's play a quick game of Rock, Paper, Scissors!

function game(playerChoice) {
    const choices = ["rock", "paper", "scissors"];
    const computerChoice = choices[Math.floor(Math.random() * 3)];
    if (playerChoice === computerChoice) {
        return "It's a draw!";
    }
    if (
        (playerChoice === "rock" && computerChoice === "scissors") ||
        (playerChoice === "scissors" && computerChoice === "paper") ||
        (playerChoice === "paper" && computerChoice === "rock")
    ) {
        return `You win! Computer chose ${computerChoice}`;
    } else {
        return `You lose! Computer chose ${computerChoice}`;
    }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published