Skip to content
View SubCoder1's full-sized avatar
🏠
Working from home
🏠
Working from home
  • Bangalore, India
  • 05:39 (UTC +05:30)
Block or Report

Block or report SubCoder1

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

    Popcorn is a virtual watchparty platform written in Go which lets a group of people watch uploaded content together.

    Go 3 1

  2. Red Black Tree implementation in C++ Red Black Tree implementation in C++
    1
    #include <bits/stdc++.h>
    2
     using namespace std;
    3
    
    
    4
    struct node {
    5
        int data{};
  3. Popcorn-web Popcorn-web Public

    Popcorn-web is an application powered by Vue-js which serves as a frontend for https://github.com/SubCoder1/Popcorn.

    Vue