"""
╔══════════════════════════════════════════════════════════════════════════════════╗
║ ║
║ > CodeWithDark's Terminal ║
║ ║
║ [ Python Developer | AI/ML Enthusiast ] ║
║ ║
║ > CodeWithDark | Your Friendly Dev Environment < ║
║ ║
╚══════════════════════════════════════════════════════════════════════════════════╝
"""
from typing import Tuple, List, Dict
from dataclasses import dataclass
from datetime import datetime
class Terminal:
"""Base terminal interface"""
def __init__(self):
self.boot_time = datetime.now()
self.status = "Running..."
class Dark:
"""Core system interface"""
def __init__(self):
self.codename = "CodeWithDark"
self.version = "1.0.0"
def GPU_poor(cls):
"""
⚠️ System Status: GPU Bottleneck Detected
Current: Integrated Graphics
Desired: NVIDIA RTX 4090 | Tesla A100
"""
return cls
@dataclass
class SystemInfo:
processor: str
ram: str
gpu: str = None
@GPU_poor
class DarkAttributes(Dark):
"""
🎯 Primary Interface for CodeWithDark's Development Environment
Status: Online | Active | Coding
"""
def __boot_sequence(self) -> None:
"""Initialize core systems"""
pass
@property
def social_matrix(self) -> Tuple[str, str, str, str]:
"""
💫 Communication Channels
Status: Always Open for Collaboration
"""
return (
"linkedin: in/codewithdark",
"facebook: codewithdark.fb",
"email: [email protected]",
"linktree: linktr.ee/codewithdark"
)
@property
def human_metadata(self) -> Tuple[List[str], int]:
"""
🌍 Human Interface Properties
"""
return (
['Urdu', 'Poshto', 'English'], # Language Modules
18 # System Uptime (Years)
)
@property
def tech_stack(self) -> dict:
"""
🚀 Technical Capabilities
Status: Continuously Learning & Upgrading
"""
return {
"core_expertise": {
"expert": ["Python"],
"intermediate": ["C++", "AI", "ML", "DL"],
"learning": ["Assembly", "Julia", "Java"]
},
"specialization": [
"Web/App Python Development",
"Backend Architecture",
"Artificial Intelligence"
],
"development_env": {
"primary_ide": ["PyCharm", "VSCode", "Google Colab"],
"current_system": SystemInfo(
processor="Intel(R) Core(TM) i5-7300U CPU",
ram="8GB",
gpu=None
),
"dream_setup": {
"performance": SystemInfo(
processor="Intel(R) Core(TM) i9-12900K CPU",
ram="64GB",
gpu="NVIDIA GeForce RTX 4090"
),
"extreme": SystemInfo(
processor="AMD Ryzen 9 5950X",
ram="128GB",
gpu="NVIDIA Tesla A100"
)
}
}
}
def __str__(self) -> str:
return f"""
╔════ CodeWithDark's Development Environment ════╗
║ Status : Active ║
║ Focus : Python | Backend | AI ║
║ GPU : Pending Upgrade... ║
╚════════════════════════════════════════════════╝
"""
if __name__ == "__main__":
# Initialize Dark Terminal
terminal = Terminal()
profile = DarkAttributes()
# System Status
print(f"""
╔═════════════════════════════════════════════════════════════════════════╗
║ System Status ║
╠═════════════════════════════════════════════════════════════════════════╣
║ System Boot Time : {terminal.boot_time.strftime('%Y-%m-%d %H:%M:%S')} ║
║ Profile Version : {profile.version} ║
║ Status : {terminal.status} ║
╚═════════════════════════════════════════════════════════════════════════╝
""")
🎯
Focusing on Goal
AI Engineer 🤖 | Dreaming in Code, Waking up in Algorithms | Attention Is All You Need | #AIEngineer
- Peshawar, Pakistan
-
23:30
- 12h behind - https://codewithdark.vercel.app/
- https://linktr.ee/codewithdark
Pinned Loading
-
XCollab/NoteMaster-AI
XCollab/NoteMaster-AI PublicNoteMaster AI's FastAPI component provides a robust backend service for transforming photos into structured notes using AI. It handles image processing, text extraction, and note generation, offeri…
Python 7
-
ML-Algorithms-From-Scratch
ML-Algorithms-From-Scratch PublicA comprehensive collection of machine learning algorithms implemented from scratch and using popular libraries, with detailed explanations and practical examples.
2,227 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Contributed to
codewithdark-git/Attendance-Management-System,
XCollab/NoteMaster-AI,
codewithdark-git/IP-Address-Tracker
and 81 other
repositories
Loading
Contribution activity
April 2025
Created 45 commits in 2 repositories
Created 2 repositories
-
codewithdark-git/hugcache
This contribution was made on Apr 7
-
codewithdark-git/DiffusionLM
Python
This contribution was made on Apr 4
41
contributions
in private repositories
Apr 2 – Apr 18