Skip to content
View KaRTiK0821's full-sized avatar

Block or report KaRTiK0821

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

Interests

About me.

class KaRTiK0821():
    def __init__(self):
        self.name = ['kartik']
        self.country = ['India']
        self.language = ['Hindi', 'English']
    def programming_languages(self):
        return [
            'Python', 'Bash', 'Shell', 'Java', 'Javascript'
        ]
    def developer_tools(self):
        return [
            'GitHub', 'Stack Overflow', 'Docker',
            'Visual Studio Code', 'Oracle Cloud', 'Termux'
        ]
    def operating_system(self):
        return [
            'Linux', 'Windows', 'Android'
        ]
    def linux_distros(self):
        return [
            'Ubuntu', 'Mint', 'KaliLinux', 'ArchLinux'
        ]
    def windows_os(self):
        return [
            'Windows 11', 'Windows 10'
        ]
    def interests(self):
        return [
            'Coding', 'Graphic Design', 'Gaming', 'Fitness', 'Content Creation', 'Architecture'
        ]
    def fun_fact(self):
        return "I explore Android system files and try to understand their configuration."
    

Pinned Loading

  1. Additional_Features_Samsung Additional_Features_Samsung Public

    Forked from el0xren/Samsung_Additional_Features

    Enables features and do customisations to the stock Samsung firmwares using these edits for rooted devices and porting roms

    1

  2. OnlineExaminationSystem OnlineExaminationSystem Public

    Java-based Online Examination System for students and administrators. Students can register, take exams, and view results. Administrators can create exams, add/remove questions, and manage users. F…

    Java 2 5

  3. MagiskOnWSALocal MagiskOnWSALocal Public

    Forked from LSPosed/MagiskOnWSALocal

    Integrate Magisk root and Google Apps into WSA (Windows Subsystem for Android)

    Shell 1

  4. infant_cry_classification infant_cry_classification Public

    The model is trained on a dataset of infant cry audio recordings and extracts MFCC (Mel-Frequency Cepstral Coefficients) features to determine the similarity between different cry sounds.

    Python