Skip to content
View Vikas2171's full-sized avatar

Block or report Vikas2171

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. Amazon_Clone Amazon_Clone Public

    Amazon Clone is a front-end web development project that replicates the homepage of Amazon using HTML and CSS. This project serves as a learning tool for mastering front-end web development techniq…

    HTML

  2. Chat_Application Chat_Application Public

    A simple chat application demonstrating a server-client model using C++ with sockets and threads. The server manages multiple client connections, allowing clients to chat with each other in real-time.

    C++ 1

  3. Finite-Difference-Method Finite-Difference-Method Public

    This repository features MATLAB projects using Finite Difference Methods to solve Laplace's equation and Maxwell's equations. It includes a 2D Laplace's Equation Solver and a 1D FDTD Simulation wit…

    MATLAB

  4. If_else_parser If_else_parser Public

    If_else_parser is a C++ tool that validates the syntax of if-else conditional statements. It checks for correctness, generates parse trees, and displays the grammar rules used. This project support…

    C++