Skip to content
View joynahid's full-sized avatar
🏳️
🏳️
Block or Report

Block or report joynahid

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
joynahid/README.md
from nahid import INahid

class JoyNahid(INahid):
    def __init__(self):
        self.name = "Nahid"
        self.aliases = [
            "joynahid",
            "joynahiid",
            "nahidhasan282",
            "nahidhq"
        ]
        self.email = "info@nahidhq.com"
        self.location = "Bangladesh"
        
        self.programming_languages = [
            "Python",
            "C",
            "C++",
            "C#",
            "Go",
            "Typescript",
            "NodeJS"
        ]

Pinned Loading

  1. pyvjudge pyvjudge Public

    A python client for vjudge.net inteded for statical analysis of users and standings in contests hosted in vjudge.

    Python

  2. combinedranklist combinedranklist Public

    Gather and combine/merge standings from Codeforces, Atcoder and Vjudge

    Python