Skip to content
View codewithdark-git's full-sized avatar
🎯
Focusing on Goal
🎯
Focusing on Goal

Block or report codewithdark-git

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
codewithdark-git/README.md

About Me

from typing import Tuple, List, Dict

class Dark:
    pass

class Attributes(Dark):
    @property
    def contact(self) -> Tuple[str, str, str], str:
        linkedin  = "in/codewithdark"
        facebook  = "codewithdark.fb"
        email     = "codewithdark90@gmail.com"
	linktr.ee = "linktr.ee/codewithdark"
	    
        return linkedin, facebook, email, linktr.ee

    @property
    def life(self) -> Tuple[List[str], int]:
        langs = ['Urdu', 'Poshto', 'English']
        age   = 18
		
        return langs, age
	
    @property
    def coding(self) -> Tuple[Dict[str, List[str]], List[str], List[str], Dict[str]]:
        langs = {
            'expert'      : ['python'],
            'intermediate': ['C++', 'c'],
            'learning'    : ['AI', 'ML', 'DL', 'asm', 'java']
        }
        specialities  = ['web/app python developer', 'backend', 'ai']
        ide           = ['pycharm','vscode', 'colab']
        pc            = {
            systems = {
		'MacOS': 'None',
                'Windows': {
		        'Lenovo ThinkPad': {
		            'processor': 'Intel(R) Core(TM) i5-7300U CPU',
		            'ram'      : '8gb',
		            'gpu'      : 'None'
		        }
		    # Dream System with this performance
		    """
		        'High Performance System': {
		                'processor': 'Intel(R) Core(TM) i9-12900K CPU',
		                'ram'      : '64gb',
		                'gpu'      : 'NVIDIA GeForce RTX 3090'
		            }
                         'Extreme Performance System': {
                                'processor': 'AMD Ryzen 9 5950X',
		                'ram'      : '128gb',
		                'gpu'      : 'NVIDIA Tesla A100'
		            }
		        """
			},
			}
		   }


	return langs, specialities, ide, pc

Skills


snake

Pinned Loading

  1. DarkGPT DarkGPT Public

    DarkGPT Chat Explorer is an interactive web application that allows users to engage in conversations with various GPT (Generative Pre-trained Transformer) models in real-time. This repository conta…

    Python 5 5

  2. NoteMaster-AI NoteMaster-AI Public

    The Enhanced Note Generator is a Streamlit application that converts images into well-structured notes using OCR and GPT-4. It supports multiple image uploads, provides various download options, an…

    Python 3

  3. discord-bot discord-bot Public

    This Discord bot uses Google Generative AI and Replicate AI to generate text and images based on user prompts.

    Python 1

  4. llama-3-Hackathon llama-3-Hackathon Public

    LLaMA Genius is an AI-powered research assistant designed to help users interact with and extract insights from various sources, including uploaded files and web content.

    Python 1