Thanks to visit codestin.com
Credit goes to github.com

Skip to content

nomankarim8/nomankarim8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 

Repository files navigation

logo

💫 About Me:


coding

  • 👀 I’m interested in Programming Language & Haking.
    - 🌱 I’m currently learning In WHOMI...?
    - 💞️ I’m looking to collaborate on SQL Injection.
    - 📫 How to reach me Facebook,Instgram,And My Portfolio...
    - 😄 Pronouns: I Like Programming.
    - ⚡ Fun fact: ... HaKinG..SomE..baD..Topic.

🙂 Head language.py

class Languages:
  def __init__(self):
    self.python = "Python 🐍"
    self.bash = "Bash 🔩"
    self.golang = "Golang (Learning)"
    self.future = "..."

😙 ./sysinfo

Device Operating System Processor
Device 1 Windows 10 Pro Intel Core i7
Device 2 Kali 2024.2 Intel core i5
Redmi Note 12 Xiaomi HyperOS, Snapdragon® 685 Adreno 619

🌐 Socials:

Facebook Instagram LinkedIn TikTok X YouTube

🔧 Technologies & Tools

VS Code Git GitHub Linux

💻 Tech Stack:

C C# C++ CSS3 Go HTML5 Java JavaScript PHP Python GithubPages Google Cloud Bootstrap React TailwindCSS Adobe Adobe Illustrator Adobe Photoshop Canva Git GitHub Actions

🖥 Hey, Good mind people

Bt

💡 Favorite Code Snippet

def fibonacci(n):
    if n <= 0:
        return 0
    elif n == 1:
        return 1
    else:
        return fibonacci(n-1) + fibonacci(n-2)

📊 GitHub Stats:



🏆 GitHub Trophies

✍️ Random Dev Quote

🔝 Top Contributed Repo


📫 Reach Out to Me

Let's build something amazing together!

About

Overview Readme.md Repository

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published