Skip to content
View CodeWithInferno's full-sized avatar
πŸ’­
I may be slow to respond.
πŸ’­
I may be slow to respond.

Organizations

@lokus-ai

Block or report CodeWithInferno

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
codeWithInferno/README.md
from typing import Tuple, List, Dict

class CodeWithInferno:
    pass

class Attributes(CodeWithInferno):
    @property
    def contact(self) -> Tuple[str, str, str]:
        telegram = "t.me/CodeWithInferno"
        channel  = "t.me/CodeWithInferno"
        email    = "[email protected]"
	    
        return telegram, channel, email

    @property
    def life(self) -> Tuple[List[str], int]:
        langs = ['English', 'Gujarati', 'Hindi']
        age   = 17
		
        return langs, age
	
    @property
    def coding(self) -> Tuple[Dict[str, List[str]], List[str], List[str], Dict[str]]:
        langs = {
            'expert'      : ['python'],
            'intermediate': ['Next.Js', 'js'],
            'learning'    : ['c', 'c++', 'c#', 'asm', 'java']
        }
        specialities  = ['web/app reverse engineering', 'fullstack', 'ai']
        ide           = ['vscode']
        pc            = {
            'MacOS': {
                'macbook air m3': {
                    'processor': 'm3 |Β 8 cores',
                    'ram'      : '8gb',
                    'gpu'      : 'm3 | 8 cores'
                }
            },
            'Windows': {
                'custom': {
                    'processor': 'Intel i5 6300U |Β 2 cores',
                    'ram'      : '8gb',
                    'gpu'      : 'Intel Iris Xe | Cores No Longer Matters'
                }
            }
        }

	return langs, specialities, ide, pc

🐍 Contribution Snake

GitHub Contribution Snake

Pinned Loading

  1. lokus-ai/lokus lokus-ai/lokus Public

    Lokus - A modern, intuitive note-taking application with powerful editing capabilities

    JavaScript 392 39

  2. inboxiq inboxiq Public

    JavaScript 4

  3. A-Hybrid-AI-Machine-Learning-Approach-for-Real-Time-Anomaly-Detection-in-IoT-Networks A-Hybrid-AI-Machine-Learning-Approach-for-Real-Time-Anomaly-Detection-in-IoT-Networks Public

    Jupyter Notebook

  4. Self-Correcting-LLM-Research Self-Correcting-LLM-Research Public

    TeX