Skip to content
View nf-i's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report nf-i

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

Popular repositories Loading

  1. data-imputation-python data-imputation-python Public

    Data imputation is used when there are missing values in a dataset. It helps fill in these gaps with estimated values, enabling analysis and modeling. Imputation is crucial for maintaining dataset …

    Python

  2. signup-login-python signup-login-python Public

    A simple example of sign up and login code using Python. This code uses dictionaries to store user information and basic file handling to save and retrieve data.

    Python

  3. signup-login-cpp signup-login-cpp Public

    A simple example of sign up and login code using C++. This code uses basic file handling to save and retrieve user data.

    C++

  4. signup-login-java signup-login-java Public

    A simple example of a simple sign up and login system using Java. This code uses a HashMap to store user information and basic console input for interaction.

    Java