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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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

Pinned 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++

  3. 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++

  4. P2P_CHAT_APP P2P_CHAT_APP Public

    A simple two-peer chat app using BSD sockets and select(), no central server required. Each binary auto-negotiates client/server roles for true P2P communication.

    C

  5. Packet-Sniffer Packet-Sniffer Public

    A lightweight Packet Sniffer in C using libpcap that captures and analyzes network traffic in real-time. Supports Ethernet, ARP, IPv4, TCP, UDP, and ICMP packet parsing, and saves results in both .…

    C

  6. Video_Conference_App Video_Conference_App Public

    A real-time, full-duplex video and audio conferencing application in C++ using OpenCV and PortAudio over UDP. Built from scratch without external frameworks to demonstrate multimedia streaming, soc…

    C++