Skip to content
View 08vivek08's full-sized avatar
  • Maharaja Agrasen Institute Of Technology
Block or Report

Block or report 08vivek08

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

Pinned

  1. Flipkart-clone Flipkart-clone Public

    An E-commerce web app like Flipkart using MERN & primarily focused on authentication security using JWTs & tracking IP addresses. Designed Features like Signup, Login, Add items to cart, checkout c…

    JavaScript 5

  2. iChat iChat Public

    Realtime chat app with rooms using socket.io

    JavaScript

  3. Covid19-Vaccine-slot-notifier Covid19-Vaccine-slot-notifier Public

    An automation project using puppeteer which will send mail to the users when Covid19 vaccines will become available at their Pincode .

    JavaScript

  4. Instagram-Automation Instagram-Automation Public

    Like n no of post of someone on instagram using Puppeteer

    JavaScript

  5. machine-learning machine-learning Public

    Machine learning algorithms for regression, classification, clustering, face-recognition

    Jupyter Notebook

  6. finding bridges in graph in O(n+m) finding bridges in graph in O(n+m)
    1
    // finding bridges in graph in O(n+m)
    2
    // https://onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=737
    3
    
                  
    4
    #include <bits/stdc++.h>
    5
    using namespace std;