Skip to content
View nnair4002's full-sized avatar

Block or report nnair4002

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. EA-FC-24-Database EA-FC-24-Database Public

    Developed a dynamic Flask web application with MySQL integration, featuring a responsive design, intuitive navigation, and extensive EA FC24 player data exploration capabilities.

    HTML 1

  2. Prediction-of-Process-Property-Relationship-in-Metal-Additive-Manufacturing Prediction-of-Process-Property-Relationship-in-Metal-Additive-Manufacturing Public

    Using PyCaret to determine best models to use based on data collected from additive manufacturing

  3. Java-Recursive-Map-Traversal Java-Recursive-Map-Traversal Public

    recursively traverse a maze read from the "maze.dat" file, marking the current path with '+', indicating dead ends with '.', and printing a message upon solving or failing to find the maze exit

  4. CompilerComponents CompilerComponents Public

    For a simple Perl-based language, an Extended Backus-Naur Form (EBNF) outline was used to develop the lexical analyzer, recursive descent parser, and interpreter

  5. RSA-Encryption-Algorithm RSA-Encryption-Algorithm Public

    Implements the RSA Encryption Algorithm in Python

    Python