Skip to content
View naa7's full-sized avatar
🚩
Busy
🚩
Busy

Highlights

  • Pro

Organizations

@NOKDS
Block or Report

Block or report naa7

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

naa7

class Attributes:
    
    @staticmethod
    def coding() -> tuple:
        langs = {
            'good': ['Python'],
            'intermediate': ['Java', 'Shell', 'C', 'C++'],
            'learning': ['C#', 'JavaScript', 'Assembly', 'PHP']
        }
        web_development = ['HTML', 'CSS']
        libraries = ['React', 'Redux', 'Sequelize']
        frameworks = ['Node.js', 'Express.js','Flask']
        databases = ['MySQL', 'PostgreSQL', 'MongoDB']
        environments = ['Terminal', 'VSCode', 'IntelliJ']
        
        return langs, web_development, libraries, frameworks, databases, environments
    
    @staticmethod
    def solo_projects() -> tuple:
        android = ['Flixster', 'SimpleTweet']
        discord = ['NaaGPT']
        general = ['databaser']
        linux = ['cipher_utility', 'cryptalight', 'work_timer',
                 'ressor_utility', 'git_utility']
        unity = ['pop_the_balloons']
        fullstack = ['chrive', 'Portfolio', 'url_shortener', 'receipt_processor']
        
        return android, discord, general, linux, unity, fullstack
    
    @staticmethod
    def group_projects() -> tuple:
	discord = ['NashArt']
	unity = ['Vision']
	fullstack_web_apps = ['CrudApp', 'Wint', 'NOK-Draw', 'HikerAI']

	return discord, unity, fullstack_web_apps

Pinned Loading

  1. chrive chrive Public

    A luxury ride booking website designed to provide users with a seamless and convenient way to reserve luxury rides.

    PHP

  2. wint wint Public

    Introducing Wint: Your Travel Budgeting Solution. Easily plan trips by aligning flights, hotels, and activities with your budget. Collaborate with friends to share expenses and create memorable jou…

    JavaScript

  3. vision vision Public

    A Unity-based 2D platformer game that raises awareness about resource conservation and the value of sustenance.

    C#

  4. git_utility git_utility Public

    Git Utility, a powerful program specifically, designed to simplify and automate common Git operations

    Shell 1

  5. cipher_utility cipher_utility Public

    A user-friendly solution for encrypting and decrypting data using different cipher techniques. It prioritizes data security and offers a convenient way to protect sensitive information.

    Python

  6. Flixster Flixster Public

    Flixster is an app that allows users to browse movies from the The Movie Database API.

    Java